diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index bc4f16c0099..89ee33f58d5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "docfx": { - "version": "2.78.3", + "version": "2.78.4", "commands": [ "docfx" ] diff --git a/DiscoveryJson/accessapproval.v1.json b/DiscoveryJson/accessapproval.v1.json index c0b25549451..52eda436dd4 100644 --- a/DiscoveryJson/accessapproval.v1.json +++ b/DiscoveryJson/accessapproval.v1.json @@ -913,7 +913,7 @@ } } }, - "revision": "20250912", + "revision": "20251015", "rootUrl": "https://accessapproval.googleapis.com/", "schemas": { "AccessApprovalServiceAccount": { @@ -1336,7 +1336,9 @@ "ML_KEM_768", "ML_KEM_1024", "KEM_XWING", + "PQ_SIGN_ML_DSA_44", "PQ_SIGN_ML_DSA_65", + "PQ_SIGN_ML_DSA_87", "PQ_SIGN_SLH_DSA_SHA2_128S", "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" ], @@ -1380,7 +1382,9 @@ "ML-KEM-768 (FIPS 203)", "ML-KEM-1024 (FIPS 203)", "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.", "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." ], diff --git a/DiscoveryJson/accesscontextmanager.v1.json b/DiscoveryJson/accesscontextmanager.v1.json index 496784ed74c..9f91bc02557 100644 --- a/DiscoveryJson/accesscontextmanager.v1.json +++ b/DiscoveryJson/accesscontextmanager.v1.json @@ -1066,6 +1066,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -1295,7 +1300,7 @@ } } }, - "revision": "20250723", + "revision": "20251005", "rootUrl": "https://accesscontextmanager.googleapis.com/", "schemas": { "AccessContextManagerOperationMetadata": { @@ -2155,6 +2160,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/admin.directory_v1.json b/DiscoveryJson/admin.directory_v1.json index 88cb0142f93..6d688653d2b 100644 --- a/DiscoveryJson/admin.directory_v1.json +++ b/DiscoveryJson/admin.directory_v1.json @@ -4671,7 +4671,7 @@ } } }, - "revision": "20250930", + "revision": "20251107", "rootUrl": "https://admin.googleapis.com/", "schemas": { "Alias": { @@ -5059,6 +5059,24 @@ }, "type": "object" }, + "BluetoothAdapterInfo": { + "description": "Information about a device's Bluetooth adapter.", + "id": "BluetoothAdapterInfo", + "properties": { + "address": { + "description": "Output only. The MAC address of the adapter.", + "readOnly": true, + "type": "string" + }, + "numConnectedDevices": { + "description": "Output only. The number of devices connected to this adapter.", + "format": "int32", + "readOnly": true, + "type": "integer" + } + }, + "type": "object" + }, "Building": { "description": "Public API: Resources.buildings", "id": "Building", @@ -5440,6 +5458,14 @@ "readOnly": true, "type": "array" }, + "bluetoothAdapterInfo": { + "description": "Output only. Information about Bluetooth adapters of the device.", + "items": { + "$ref": "BluetoothAdapterInfo" + }, + "readOnly": true, + "type": "array" + }, "bootMode": { "description": "The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).", "type": "string" diff --git a/DiscoveryJson/admin.directory_v1.json.original b/DiscoveryJson/admin.directory_v1.json.original index 15e6b4439b8..6ef67195187 100644 --- a/DiscoveryJson/admin.directory_v1.json.original +++ b/DiscoveryJson/admin.directory_v1.json.original @@ -4671,7 +4671,7 @@ } } }, - "revision": "20250930", + "revision": "20251107", "rootUrl": "https://admin.googleapis.com/", "schemas": { "Alias": { @@ -5059,6 +5059,24 @@ }, "type": "object" }, + "BluetoothAdapterInfo": { + "description": "Information about a device's Bluetooth adapter.", + "id": "BluetoothAdapterInfo", + "properties": { + "address": { + "description": "Output only. The MAC address of the adapter.", + "readOnly": true, + "type": "string" + }, + "numConnectedDevices": { + "description": "Output only. The number of devices connected to this adapter.", + "format": "int32", + "readOnly": true, + "type": "integer" + } + }, + "type": "object" + }, "Building": { "description": "Public API: Resources.buildings", "id": "Building", @@ -5440,6 +5458,14 @@ "readOnly": true, "type": "array" }, + "bluetoothAdapterInfo": { + "description": "Output only. Information about Bluetooth adapters of the device.", + "items": { + "$ref": "BluetoothAdapterInfo" + }, + "readOnly": true, + "type": "array" + }, "bootMode": { "description": "The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).", "type": "string" diff --git a/DiscoveryJson/admin.reports_v1.json b/DiscoveryJson/admin.reports_v1.json index ac004386e41..c0dd942c03a 100644 --- a/DiscoveryJson/admin.reports_v1.json +++ b/DiscoveryJson/admin.reports_v1.json @@ -3,10 +3,10 @@ "oauth2": { "scopes": { "https://www.googleapis.com/auth/admin.reports.audit.readonly": { - "description": "View audit reports for your G Suite domain" + "description": "View audit reports for your Google Workspace domain" }, "https://www.googleapis.com/auth/admin.reports.usage.readonly": { - "description": "View usage reports for your G Suite domain" + "description": "View usage reports for your Google Workspace domain" } } } @@ -635,7 +635,7 @@ } } }, - "revision": "20250818", + "revision": "20251107", "rootUrl": "https://admin.googleapis.com/", "schemas": { "Activities": { diff --git a/DiscoveryJson/aiplatform.v1.json b/DiscoveryJson/aiplatform.v1.json index 77486e53953..0d4bc56313e 100644 --- a/DiscoveryJson/aiplatform.v1.json +++ b/DiscoveryJson/aiplatform.v1.json @@ -104,6 +104,11 @@ "endpointUrl": "https://europe-west10-aiplatform.googleapis.com/", "location": "europe-west10" }, + { + "description": "Locational Endpoint", + "endpointUrl": "https://europe-west15-aiplatform.googleapis.com/", + "location": "europe-west15" + }, { "description": "Locational Endpoint", "endpointUrl": "https://europe-west2-aiplatform.googleapis.com/", @@ -238,6 +243,11 @@ "description": "Regional Endpoint", "endpointUrl": "https://aiplatform.eu.rep.googleapis.com/", "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://staging-aiplatform.us.rep.sandbox.googleapis.com/", + "location": "us" } ], "fullyEncodeReservedExpansion": true, @@ -426,362 +436,315 @@ } } }, - "datasets": { - "methods": { - "create": { - "description": "Creates a Dataset.", - "flatPath": "v1/datasets", - "httpMethod": "POST", - "id": "aiplatform.datasets.create", - "parameterOrder": [], - "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the Dataset in. Format: `projects/{project}/locations/{location}`", - "location": "query", - "type": "string" - } - }, - "path": "v1/datasets", - "request": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a Dataset.", - "flatPath": "v1/datasets/{datasetsId}", - "httpMethod": "DELETE", - "id": "aiplatform.datasets.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The resource name of the Dataset to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^datasets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets a Dataset.", - "flatPath": "v1/datasets/{datasetsId}", - "httpMethod": "GET", - "id": "aiplatform.datasets.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the Dataset resource.", - "location": "path", - "pattern": "^datasets/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists Datasets in a Location.", - "flatPath": "v1/datasets", - "httpMethod": "GET", - "id": "aiplatform.datasets.list", - "parameterOrder": [], - "parameters": { - "filter": { - "description": "An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}`", - "location": "query", - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/datasets", - "response": { - "$ref": "GoogleCloudAiplatformV1ListDatasetsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Updates a Dataset.", - "flatPath": "v1/datasets/{datasetsId}", - "httpMethod": "PATCH", - "id": "aiplatform.datasets.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Output only. Identifier. The resource name of the Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^datasets/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels`", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, + "customJobs": { "resources": { - "datasetVersions": { + "operations": { "methods": { - "create": { - "description": "Create a version from a Dataset.", - "flatPath": "v1/datasets/{datasetsId}/datasetVersions", + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/customJobs/{customJobsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.datasets.datasetVersions.create", + "id": "aiplatform.customJobs.operations.cancel", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^datasets/[^/]+$", + "pattern": "^customJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+parent}/datasetVersions", - "request": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "delete": { - "description": "Deletes a Dataset version.", - "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/customJobs/{customJobsId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.datasets.datasetVersions.delete", + "id": "aiplatform.customJobs.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", + "pattern": "^customJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets a Dataset version.", - "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/customJobs/{customJobsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.datasets.datasetVersions.get", + "id": "aiplatform.customJobs.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", + "pattern": "^customJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists DatasetVersions in a Dataset.", - "flatPath": "v1/datasets/{datasetsId}/datasetVersions", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/customJobs/{customJobsId}/operations", "httpMethod": "GET", - "id": "aiplatform.datasets.datasetVersions.list", + "id": "aiplatform.customJobs.operations.list", "parameterOrder": [ - "parent" + "name" ], "parameters": { "filter": { - "description": "Optional. The standard list filter.", + "description": "The standard list filter.", "location": "query", "type": "string" }, - "orderBy": { - "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", - "location": "query", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^customJobs/[^/]+$", + "required": true, "type": "string" }, "pageSize": { - "description": "Optional. The standard list page size.", + "description": "The standard list page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Optional. The standard list page token.", + "description": "The standard list page token.", "location": "query", "type": "string" }, - "parent": { - "description": "Required. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/customJobs/{customJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.customJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^datasets/[^/]+$", + "pattern": "^customJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" }, - "readMask": { - "description": "Optional. Mask specifying which fields to read.", - "format": "google-fieldmask", + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", "location": "query", "type": "string" } }, - "path": "v1/{+parent}/datasetVersions", + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleCloudAiplatformV1ListDatasetVersionsResponse" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] - }, - "patch": { - "description": "Updates a DatasetVersion.", - "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", - "httpMethod": "PATCH", - "id": "aiplatform.datasets.datasetVersions.patch", + } + } + } + } + }, + "dataLabelingJobs": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.dataLabelingJobs.operations.cancel", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", + "pattern": "^dataLabelingJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" - }, - "updateMask": { - "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name`", - "format": "google-fieldmask", - "location": "query", + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.dataLabelingJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^dataLabelingJobs/[^/]+/operations/[^/]+$", + "required": true, "type": "string" } }, "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.dataLabelingJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^dataLabelingJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "restore": { - "description": "Restores a dataset version.", - "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}:restore", + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/dataLabelingJobs/{dataLabelingJobsId}/operations", "httpMethod": "GET", - "id": "aiplatform.datasets.datasetVersions.restore", + "id": "aiplatform.dataLabelingJobs.operations.list", "parameterOrder": [ "name" ], "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, "name": { - "description": "Required. The name of the DatasetVersion resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "description": "The name of the operation's parent resource.", "location": "path", - "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", + "pattern": "^dataLabelingJobs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.dataLabelingJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^dataLabelingJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+name}:restore", + "path": "v1/{+name}:wait", "response": { "$ref": "GoogleLongrunningOperation" }, @@ -793,426 +756,700 @@ } } }, - "endpoints": { + "datasets": { "methods": { - "computeTokens": { - "description": "Return a list of tokens based on the input text.", - "flatPath": "v1/endpoints/{endpointsId}:computeTokens", + "create": { + "description": "Creates a Dataset.", + "flatPath": "v1/datasets", "httpMethod": "POST", - "id": "aiplatform.endpoints.computeTokens", - "parameterOrder": [ - "endpoint" - ], + "id": "aiplatform.datasets.create", + "parameterOrder": [], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to get lists of tokens and token ids.", - "location": "path", - "pattern": "^endpoints/[^/]+$", - "required": true, + "parent": { + "description": "Required. The resource name of the Location to create the Dataset in. Format: `projects/{project}/locations/{location}`", + "location": "query", "type": "string" } }, - "path": "v1/{+endpoint}:computeTokens", + "path": "v1/datasets", "request": { - "$ref": "GoogleCloudAiplatformV1ComputeTokensRequest" + "$ref": "GoogleCloudAiplatformV1Dataset" }, "response": { - "$ref": "GoogleCloudAiplatformV1ComputeTokensResponse" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "countTokens": { - "description": "Perform a token counting.", - "flatPath": "v1/endpoints/{endpointsId}:countTokens", - "httpMethod": "POST", - "id": "aiplatform.endpoints.countTokens", + "delete": { + "description": "Deletes a Dataset.", + "flatPath": "v1/datasets/{datasetsId}", + "httpMethod": "DELETE", + "id": "aiplatform.datasets.delete", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "name": { + "description": "Required. The resource name of the Dataset to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", "location": "path", - "pattern": "^endpoints/[^/]+$", + "pattern": "^datasets/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:countTokens", - "request": { - "$ref": "GoogleCloudAiplatformV1CountTokensRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1CountTokensResponse" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "fetchPredictOperation": { - "description": "Fetch an asynchronous online prediction operation.", - "flatPath": "v1/endpoints/{endpointsId}:fetchPredictOperation", - "httpMethod": "POST", - "id": "aiplatform.endpoints.fetchPredictOperation", + "get": { + "description": "Gets a Dataset.", + "flatPath": "v1/datasets/{datasetsId}", + "httpMethod": "GET", + "id": "aiplatform.datasets.get", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "name": { + "description": "Required. The name of the Dataset resource.", "location": "path", - "pattern": "^endpoints/[^/]+$", + "pattern": "^datasets/[^/]+$", "required": true, "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" } }, - "path": "v1/{+endpoint}:fetchPredictOperation", - "request": { - "$ref": "GoogleCloudAiplatformV1FetchPredictOperationRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleCloudAiplatformV1Dataset" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "generateContent": { - "description": "Generate content with multimodal inputs.", - "flatPath": "v1/endpoints/{endpointsId}:generateContent", - "httpMethod": "POST", - "id": "aiplatform.endpoints.generateContent", - "parameterOrder": [ - "model" - ], + "list": { + "description": "Lists Datasets in a Location.", + "flatPath": "v1/datasets", + "httpMethod": "GET", + "id": "aiplatform.datasets.list", + "parameterOrder": [], "parameters": { - "model": { - "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^endpoints/[^/]+$", - "required": true, + "filter": { + "description": "An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}`", + "location": "query", + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", "type": "string" } }, - "path": "v1/{+model}:generateContent", - "request": { - "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" - }, + "path": "v1/datasets", "response": { - "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + "$ref": "GoogleCloudAiplatformV1ListDatasetsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "predict": { - "description": "Perform an online prediction.", - "flatPath": "v1/endpoints/{endpointsId}:predict", - "httpMethod": "POST", - "id": "aiplatform.endpoints.predict", + "patch": { + "description": "Updates a Dataset.", + "flatPath": "v1/datasets/{datasetsId}", + "httpMethod": "PATCH", + "id": "aiplatform.datasets.patch", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:predict", - "request": { - "$ref": "GoogleCloudAiplatformV1PredictRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1PredictResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - }, - "predictLongRunning": { - "description": "", - "flatPath": "v1/endpoints/{endpointsId}:predictLongRunning", - "httpMethod": "POST", - "id": "aiplatform.endpoints.predictLongRunning", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "name": { + "description": "Output only. Identifier. The resource name of the Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", "location": "path", - "pattern": "^endpoints/[^/]+$", + "pattern": "^datasets/[^/]+$", "required": true, "type": "string" - } - }, - "path": "v1/{+endpoint}:predictLongRunning", - "request": { - "$ref": "GoogleCloudAiplatformV1PredictLongRunningRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - }, - "streamGenerateContent": { - "description": "Generate content with multimodal inputs with streaming support.", - "flatPath": "v1/endpoints/{endpointsId}:streamGenerateContent", - "httpMethod": "POST", - "id": "aiplatform.endpoints.streamGenerateContent", - "parameterOrder": [ - "model" - ], - "parameters": { - "model": { - "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^endpoints/[^/]+$", - "required": true, + }, + "updateMask": { + "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels`", + "format": "google-fieldmask", + "location": "query", "type": "string" } }, - "path": "v1/{+model}:streamGenerateContent", + "path": "v1/{+name}", "request": { - "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" + "$ref": "GoogleCloudAiplatformV1Dataset" }, "response": { - "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + "$ref": "GoogleCloudAiplatformV1Dataset" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] } }, "resources": { - "chat": { - "methods": { - "completions": { - "description": "Exposes an OpenAI-compatible endpoint for chat completions.", - "flatPath": "v1/endpoints/{endpointsId}/chat/completions", - "httpMethod": "POST", - "id": "aiplatform.endpoints.chat.completions", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^endpoints/[^/]+$", - "required": true, - "type": "string" + "annotationSpecs": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.datasets.annotationSpecs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.datasets.annotationSpecs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.datasets.annotationSpecs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.datasets.annotationSpecs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^datasets/[^/]+/annotationSpecs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.datasets.annotationSpecs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] } - }, - "path": "v1/{+endpoint}/chat/completions", - "request": { - "$ref": "GoogleApiHttpBody" - }, - "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - } - } - } - } - }, - "media": { - "methods": { - "upload": { - "description": "Upload a file into a RagCorpus.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/ragCorpora/{ragCorporaId}/ragFiles:upload", - "httpMethod": "POST", - "id": "aiplatform.media.upload", - "mediaUpload": { - "accept": [ - "*/*" - ], - "protocols": { - "simple": { - "multipart": true, - "path": "/upload/v1/{+parent}/ragFiles:upload" } } - }, - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The name of the RagCorpus resource into which to upload the file. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/ragFiles:upload", - "request": { - "$ref": "GoogleCloudAiplatformV1UploadRagFileRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1UploadRagFileResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ], - "supportsMediaUpload": true - } - } - }, - "projects": { - "methods": { - "getCacheConfig": { - "description": "Gets a GenAI cache config.", - "flatPath": "v1/projects/{projectsId}/cacheConfig", - "httpMethod": "GET", - "id": "aiplatform.projects.getCacheConfig", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. Name of the cache config. Format: - `projects/{project}/cacheConfig`.", - "location": "path", - "pattern": "^projects/[^/]+/cacheConfig$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1CacheConfig" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + } }, - "updateCacheConfig": { - "description": "Updates a cache config.", - "flatPath": "v1/projects/{projectsId}/cacheConfig", - "httpMethod": "PATCH", - "id": "aiplatform.projects.updateCacheConfig", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. Name of the cache config. Format: - `projects/{project}/cacheConfig`.", - "location": "path", - "pattern": "^projects/[^/]+/cacheConfig$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1CacheConfig" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "locations": { - "methods": { - "augmentPrompt": { - "description": "Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating grounded responses.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:augmentPrompt", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.augmentPrompt", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The resource name of the Location from which to augment prompt. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" + "dataItems": { + "resources": { + "annotations": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.datasets.dataItems.annotations.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.datasets.dataItems.annotations.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.datasets.dataItems.annotations.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.datasets.dataItems.annotations.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.datasets.dataItems.annotations.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } } - }, - "path": "v1/{+parent}:augmentPrompt", - "request": { - "$ref": "GoogleCloudAiplatformV1AugmentPromptRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1AugmentPromptResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + } }, - "corroborateContent": { - "description": "Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and returns claims from the text and provides supporting facts.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:corroborateContent", + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.datasets.dataItems.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.datasets.dataItems.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.datasets.dataItems.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.datasets.dataItems.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.datasets.dataItems.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "datasetVersions": { + "methods": { + "create": { + "description": "Create a version from a Dataset.", + "flatPath": "v1/datasets/{datasetsId}/datasetVersions", "httpMethod": "POST", - "id": "aiplatform.projects.locations.corroborateContent", + "id": "aiplatform.datasets.datasetVersions.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { - "description": "Required. The resource name of the Location from which to corroborate text. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.", + "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^datasets/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+parent}:corroborateContent", + "path": "v1/{+parent}/datasetVersions", "request": { - "$ref": "GoogleCloudAiplatformV1CorroborateContentRequest" + "$ref": "GoogleCloudAiplatformV1DatasetVersion" }, "response": { - "$ref": "GoogleCloudAiplatformV1CorroborateContentResponse" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "deploy": { - "description": "Deploys a model to a new endpoint.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:deploy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.deploy", + "delete": { + "description": "Deletes a Dataset version.", + "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "httpMethod": "DELETE", + "id": "aiplatform.datasets.datasetVersions.delete", "parameterOrder": [ - "destination" + "name" ], "parameters": { - "destination": { - "description": "Required. The resource name of the Location to deploy the model in. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+destination}:deploy", - "request": { - "$ref": "GoogleCloudAiplatformV1DeployRequest" - }, + "path": "v1/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, @@ -1220,264 +1457,297 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, - "evaluateDataset": { - "description": "Evaluates a dataset based on a set of given metrics.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:evaluateDataset", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.evaluateDataset", + "get": { + "description": "Gets a Dataset version.", + "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "httpMethod": "GET", + "id": "aiplatform.datasets.datasetVersions.get", "parameterOrder": [ - "location" + "name" ], "parameters": { - "location": { - "description": "Required. The resource name of the Location to evaluate the dataset. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", "required": true, "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" } }, - "path": "v1/{+location}:evaluateDataset", - "request": { - "$ref": "GoogleCloudAiplatformV1EvaluateDatasetRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleCloudAiplatformV1DatasetVersion" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "evaluateInstances": { - "description": "Evaluates instances based on a given metric.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:evaluateInstances", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.evaluateInstances", + "list": { + "description": "Lists DatasetVersions in a Dataset.", + "flatPath": "v1/datasets/{datasetsId}/datasetVersions", + "httpMethod": "GET", + "id": "aiplatform.datasets.datasetVersions.list", "parameterOrder": [ - "location" + "parent" ], "parameters": { - "location": { - "description": "Required. The resource name of the Location to evaluate the instances. Format: `projects/{project}/locations/{location}`", + "filter": { + "description": "Optional. The standard list filter.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^datasets/[^/]+$", "required": true, "type": "string" + }, + "readMask": { + "description": "Optional. Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" } }, - "path": "v1/{+location}:evaluateInstances", - "request": { - "$ref": "GoogleCloudAiplatformV1EvaluateInstancesRequest" - }, + "path": "v1/{+parent}/datasetVersions", "response": { - "$ref": "GoogleCloudAiplatformV1EvaluateInstancesResponse" + "$ref": "GoogleCloudAiplatformV1ListDatasetVersionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "generateInstanceRubrics": { - "description": "Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on provided prompt, which can then be reviewed and used for subsequent evaluations.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:generateInstanceRubrics", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.generateInstanceRubrics", + "patch": { + "description": "Updates a DatasetVersion.", + "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "httpMethod": "PATCH", + "id": "aiplatform.datasets.datasetVersions.patch", "parameterOrder": [ - "location" + "name" ], "parameters": { - "location": { - "description": "Required. The resource name of the Location to generate rubrics from. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", "required": true, "type": "string" + }, + "updateMask": { + "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name`", + "format": "google-fieldmask", + "location": "query", + "type": "string" } }, - "path": "v1/{+location}:generateInstanceRubrics", + "path": "v1/{+name}", "request": { - "$ref": "GoogleCloudAiplatformV1GenerateInstanceRubricsRequest" + "$ref": "GoogleCloudAiplatformV1DatasetVersion" }, "response": { - "$ref": "GoogleCloudAiplatformV1GenerateInstanceRubricsResponse" + "$ref": "GoogleCloudAiplatformV1DatasetVersion" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "generateSyntheticData": { - "description": "Generates synthetic data based on the provided configuration.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:generateSyntheticData", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.generateSyntheticData", + "restore": { + "description": "Restores a dataset version.", + "flatPath": "v1/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}:restore", + "httpMethod": "GET", + "id": "aiplatform.datasets.datasetVersions.restore", "parameterOrder": [ - "location" + "name" ], "parameters": { - "location": { - "description": "Required. The resource name of the Location to run the job. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "Required. The name of the DatasetVersion resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^datasets/[^/]+/datasetVersions/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+location}:generateSyntheticData", - "request": { - "$ref": "GoogleCloudAiplatformV1GenerateSyntheticDataRequest" + "path": "v1/{+name}:restore", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/datasets/{datasetsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.datasets.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^datasets/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleCloudAiplatformV1GenerateSyntheticDataResponse" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "get": { - "description": "Gets information about a location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.get", + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.datasets.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Resource name for the location.", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^datasets/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudLocationLocation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "getRagEngineConfig": { - "description": "Gets a RagEngineConfig.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/ragEngineConfig", + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/datasets/{datasetsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.getRagEngineConfig", + "id": "aiplatform.datasets.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the RagEngineConfig resource. Format: `projects/{project}/locations/{location}/ragEngineConfig`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + "pattern": "^datasets/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1RagEngineConfig" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists information about the supported locations for this service.", - "flatPath": "v1/projects/{projectsId}/locations", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.list", + "id": "aiplatform.datasets.operations.list", "parameterOrder": [ "name" ], "parameters": { - "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", - "location": "query", - "repeated": true, - "type": "string" - }, "filter": { - "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).", + "description": "The standard list filter.", "location": "query", "type": "string" }, "name": { - "description": "The resource that owns the locations collection, if applicable.", + "description": "The name of the operation's parent resource.", "location": "path", - "pattern": "^projects/[^/]+$", + "pattern": "^datasets/[^/]+$", "required": true, "type": "string" }, "pageSize": { - "description": "The maximum number of results to return. If not set, the service selects a default.", + "description": "The standard list page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.", + "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "path": "v1/{+name}/locations", + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudLocationListLocationsResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "retrieveContexts": { - "description": "Retrieves relevant contexts for a query.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:retrieveContexts", + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/datasets/{datasetsId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.projects.locations.retrieveContexts", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}:retrieveContexts", - "request": { - "$ref": "GoogleCloudAiplatformV1RetrieveContextsRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1RetrieveContextsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "updateRagEngineConfig": { - "description": "Updates a RagEngineConfig.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/ragEngineConfig", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.updateRagEngineConfig", + "id": "aiplatform.datasets.operations.wait", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Identifier. The name of the RagEngineConfig. Format: `projects/{project}/locations/{location}/ragEngineConfig`", + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + "pattern": "^datasets/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1RagEngineConfig" - }, + "path": "v1/{+name}:wait", "response": { "$ref": "GoogleLongrunningOperation" }, @@ -1485,31 +1755,30 @@ "https://www.googleapis.com/auth/cloud-platform" ] } - }, + } + }, + "savedQueries": { "resources": { - "batchPredictionJobs": { + "operations": { "methods": { "cancel": { - "description": "Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already outputted by the job are not deleted.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}:cancel", + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.batchPredictionJobs.cancel", + "id": "aiplatform.datasets.savedQueries.operations.cancel", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the BatchPredictionJob to cancel. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`", + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + "pattern": "^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}:cancel", - "request": { - "$ref": "GoogleCloudAiplatformV1CancelBatchPredictionJobRequest" - }, "response": { "$ref": "GoogleProtobufEmpty" }, @@ -1517,98 +1786,77 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, - "create": { - "description": "Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.batchPredictionJobs.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the BatchPredictionJob in. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/batchPredictionJobs", - "request": { - "$ref": "GoogleCloudAiplatformV1BatchPredictionJob" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1BatchPredictionJob" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, "delete": { - "description": "Deletes a BatchPredictionJob. Can only be called on jobs that already finished.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}", + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.batchPredictionJobs.delete", + "id": "aiplatform.datasets.savedQueries.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the BatchPredictionJob resource to be deleted. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + "pattern": "^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets a BatchPredictionJob", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.batchPredictionJobs.get", + "id": "aiplatform.datasets.savedQueries.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the BatchPredictionJob resource. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + "pattern": "^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1BatchPredictionJob" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists BatchPredictionJobs in a Location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.batchPredictionJobs.list", + "id": "aiplatform.datasets.savedQueries.operations.list", "parameterOrder": [ - "parent" + "name" ], "parameters": { "filter": { - "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `model_display_name` supports `=`, `!=` comparisons. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"JOB_STATE_SUCCEEDED\" AND display_name:\"my_job_*\"` * `state!=\"JOB_STATE_FAILED\" OR display_name=\"my_job\"` * `NOT display_name=\"my_job\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `labels.keyA=valueA` * `labels.keyB:*`", + "description": "The standard list filter.", "location": "query", "type": "string" }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^datasets/[^/]+/savedQueries/[^/]+$", + "required": true, + "type": "string" + }, "pageSize": { "description": "The standard list page size.", "format": "int32", @@ -1616,519 +1864,641 @@ "type": "integer" }, "pageToken": { - "description": "The standard list page token. Typically obtained via ListBatchPredictionJobsResponse.next_page_token of the previous JobService.ListBatchPredictionJobs call.", + "description": "The standard list page token.", "location": "query", "type": "string" }, - "parent": { - "description": "Required. The resource name of the Location to list the BatchPredictionJobs from. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/batchPredictionJobs", - "response": { - "$ref": "GoogleCloudAiplatformV1ListBatchPredictionJobsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - }, - "cachedContents": { - "methods": { - "create": { - "description": "Creates cached content, this call will initialize the cached content in the data storage, and users need to pay for the cache data storage.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.cachedContents.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The parent resource where the cached content will be created", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/cachedContents", - "request": { - "$ref": "GoogleCloudAiplatformV1CachedContent" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1CachedContent" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes cached content", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents/{cachedContentsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.cachedContents.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The resource name referring to the cached content", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets cached content configurations", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents/{cachedContentsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.cachedContents.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The resource name referring to the cached content", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1CachedContent" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists cached contents in a project", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.cachedContents.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "pageSize": { - "description": "Optional. The maximum number of cached contents to return. The service may return fewer than this value. If unspecified, some default (under maximum) number of items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "Optional. A page token, received from a previous `ListCachedContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCachedContents` must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The parent, which owns this collection of cached contents.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" + "type": "boolean" } }, - "path": "v1/{+parent}/cachedContents", + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudAiplatformV1ListCachedContentsResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "patch": { - "description": "Updates cached content configurations", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents/{cachedContentsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.cachedContents.patch", + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.datasets.savedQueries.operations.wait", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}", + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", + "pattern": "^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", "required": true, "type": "string" }, - "updateMask": { - "description": "Required. The list of fields to update.", - "format": "google-fieldmask", + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", "location": "query", "type": "string" } }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1CachedContent" - }, + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleCloudAiplatformV1CachedContent" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] } } + } + } + } + } + }, + "deploymentResourcePools": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.deploymentResourcePools.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "customJobs": { - "methods": { - "cancel": { - "description": "Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and CustomJob.state is set to `CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.customJobs.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the CustomJob to cancel. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "request": { - "$ref": "GoogleCloudAiplatformV1CancelCustomJobRequest" - }, - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.deploymentResourcePools.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.deploymentResourcePools.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/deploymentResourcePools/{deploymentResourcePoolsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.deploymentResourcePools.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "create": { - "description": "Creates a CustomJob. A created CustomJob right away will be attempted to be run.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.customJobs.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the CustomJob in. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/customJobs", - "request": { - "$ref": "GoogleCloudAiplatformV1CustomJob" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1CustomJob" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^deploymentResourcePools/[^/]+$", + "required": true, + "type": "string" }, - "delete": { - "description": "Deletes a CustomJob.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.customJobs.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the CustomJob resource to be deleted. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" }, - "get": { - "description": "Gets a CustomJob.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.customJobs.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the CustomJob resource. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1CustomJob" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" }, - "list": { - "description": "Lists CustomJobs in a Location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.customJobs.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"JOB_STATE_SUCCEEDED\" AND display_name:\"my_job_*\"` * `state!=\"JOB_STATE_FAILED\" OR display_name=\"my_job\"` * `NOT display_name=\"my_job\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `labels.keyA=valueA` * `labels.keyB:*`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of the previous JobService.ListCustomJobs call.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to list the CustomJobs from. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/customJobs", - "response": { - "$ref": "GoogleCloudAiplatformV1ListCustomJobsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "resources": { - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.customJobs.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.customJobs.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.customJobs.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.customJobs.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.customJobs.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.deploymentResourcePools.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } - } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "endpoints": { + "methods": { + "computeTokens": { + "description": "Return a list of tokens based on the input text.", + "flatPath": "v1/endpoints/{endpointsId}:computeTokens", + "httpMethod": "POST", + "id": "aiplatform.endpoints.computeTokens", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to get lists of tokens and token ids.", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:computeTokens", + "request": { + "$ref": "GoogleCloudAiplatformV1ComputeTokensRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1ComputeTokensResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "countTokens": { + "description": "Perform a token counting.", + "flatPath": "v1/endpoints/{endpointsId}:countTokens", + "httpMethod": "POST", + "id": "aiplatform.endpoints.countTokens", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:countTokens", + "request": { + "$ref": "GoogleCloudAiplatformV1CountTokensRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1CountTokensResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchPredictOperation": { + "description": "Fetch an asynchronous online prediction operation.", + "flatPath": "v1/endpoints/{endpointsId}:fetchPredictOperation", + "httpMethod": "POST", + "id": "aiplatform.endpoints.fetchPredictOperation", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:fetchPredictOperation", + "request": { + "$ref": "GoogleCloudAiplatformV1FetchPredictOperationRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "generateContent": { + "description": "Generate content with multimodal inputs.", + "flatPath": "v1/endpoints/{endpointsId}:generateContent", + "httpMethod": "POST", + "id": "aiplatform.endpoints.generateContent", + "parameterOrder": [ + "model" + ], + "parameters": { + "model": { + "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+model}:generateContent", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "predict": { + "description": "Perform an online prediction.", + "flatPath": "v1/endpoints/{endpointsId}:predict", + "httpMethod": "POST", + "id": "aiplatform.endpoints.predict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:predict", + "request": { + "$ref": "GoogleCloudAiplatformV1PredictRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1PredictResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "predictLongRunning": { + "description": "", + "flatPath": "v1/endpoints/{endpointsId}:predictLongRunning", + "httpMethod": "POST", + "id": "aiplatform.endpoints.predictLongRunning", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:predictLongRunning", + "request": { + "$ref": "GoogleCloudAiplatformV1PredictLongRunningRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "streamGenerateContent": { + "description": "Generate content with multimodal inputs with streaming support.", + "flatPath": "v1/endpoints/{endpointsId}:streamGenerateContent", + "httpMethod": "POST", + "id": "aiplatform.endpoints.streamGenerateContent", + "parameterOrder": [ + "model" + ], + "parameters": { + "model": { + "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+model}:streamGenerateContent", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + } + }, + "resources": { + "chat": { + "methods": { + "completions": { + "description": "Exposes an OpenAI-compatible endpoint for chat completions.", + "flatPath": "v1/endpoints/{endpointsId}/chat/completions", + "httpMethod": "POST", + "id": "aiplatform.endpoints.chat.completions", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}/chat/completions", + "request": { + "$ref": "GoogleApiHttpBody" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/endpoints/{endpointsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.endpoints.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "dataLabelingJobs": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/endpoints/{endpointsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.endpoints.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/endpoints/{endpointsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.endpoints.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/endpoints/{endpointsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.endpoints.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^endpoints/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/endpoints/{endpointsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.endpoints.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "featureGroups": { + "resources": { + "features": { + "resources": { + "operations": { "methods": { - "cancel": { - "description": "Cancels a DataLabelingJob. Success of cancellation is not guaranteed.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.dataLabelingJobs.cancel", + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.featureGroups.features.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "pattern": "^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+name}:cancel", - "request": { - "$ref": "GoogleCloudAiplatformV1CancelDataLabelingJobRequest" - }, + "path": "v1/{+name}", "response": { "$ref": "GoogleProtobufEmpty" }, @@ -2136,101 +2506,320 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, - "create": { - "description": "Creates a DataLabelingJob.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.dataLabelingJobs.create", + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.featureGroups.features.operations.get", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+parent}/dataLabelingJobs", - "request": { - "$ref": "GoogleCloudAiplatformV1DataLabelingJob" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1DataLabelingJob" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "delete": { - "description": "Deletes a DataLabelingJob.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.dataLabelingJobs.delete", + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.featureGroups.features.operations.listWait", "parameterOrder": [ "name" ], "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, "name": { - "description": "Required. The name of the DataLabelingJob to be deleted. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`", + "description": "The name of the operation's parent resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "pattern": "^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "path": "v1/{+name}", + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "get": { - "description": "Gets a DataLabelingJob.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.dataLabelingJobs.get", + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.featureGroups.features.operations.wait", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`", + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "pattern": "^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+name}", + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleCloudAiplatformV1DataLabelingJob" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] - }, - "list": { - "description": "Lists DataLabelingJobs in a Location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.dataLabelingJobs.list", - "parameterOrder": [ - "parent" + } + } + } + } + }, + "operations": { + "methods": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/featureGroups/{featureGroupsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.featureGroups.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/featureGroups/{featureGroupsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.featureGroups.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/featureGroups/{featureGroupsId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.featureGroups.operations.listWait", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/featureGroups/{featureGroupsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.featureGroups.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "featureOnlineStores": { + "resources": { + "featureViews": { + "resources": { + "operations": { + "methods": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.featureOnlineStores.featureViews.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.featureOnlineStores.featureViews.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.featureOnlineStores.featureViews.operations.listWait", + "parameterOrder": [ + "name" ], "parameters": { "filter": { - "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"JOB_STATE_SUCCEEDED\" AND display_name:\"my_job_*\"` * `state!=\"JOB_STATE_FAILED\" OR display_name=\"my_job\"` * `NOT display_name=\"my_job\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `labels.keyA=valueA` * `labels.keyB:*`", + "description": "The standard list filter.", "location": "query", "type": "string" }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", - "location": "query", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + "required": true, "type": "string" }, "pageSize": { @@ -2244,37 +2833,201 @@ "location": "query", "type": "string" }, - "parent": { - "description": "Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}`", + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.featureOnlineStores.featureViews.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", "required": true, "type": "string" }, - "readMask": { - "description": "Mask specifying which fields to read. FieldMask represents a set of symbolic field paths. For example, the mask can be `paths: \"name\"`. The \"name\" here is a field in DataLabelingJob. If this field is not set, all fields of the DataLabelingJob are returned.", - "format": "google-fieldmask", + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", "location": "query", "type": "string" } }, - "path": "v1/{+parent}/dataLabelingJobs", + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleCloudAiplatformV1ListDataLabelingJobsResponse" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] } + } + } + } + }, + "operations": { + "methods": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.featureOnlineStores.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.featureOnlineStores.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.featureOnlineStores.operations.listWait", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.featureOnlineStores.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "featurestores": { + "resources": { + "entityTypes": { + "resources": { + "features": { "resources": { "operations": { "methods": { "cancel": { "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}:cancel", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.dataLabelingJobs.operations.cancel", + "id": "aiplatform.featurestores.entityTypes.features.operations.cancel", "parameterOrder": [ "name" ], @@ -2282,7 +3035,7 @@ "name": { "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" } @@ -2297,9 +3050,9 @@ }, "delete": { "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.dataLabelingJobs.operations.delete", + "id": "aiplatform.featurestores.entityTypes.features.operations.delete", "parameterOrder": [ "name" ], @@ -2307,7 +3060,7 @@ "name": { "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" } @@ -2322,9 +3075,9 @@ }, "get": { "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.dataLabelingJobs.operations.get", + "id": "aiplatform.featurestores.entityTypes.features.operations.get", "parameterOrder": [ "name" ], @@ -2332,7 +3085,7 @@ "name": { "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" } @@ -2347,9 +3100,9 @@ }, "list": { "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.dataLabelingJobs.operations.list", + "id": "aiplatform.featurestores.entityTypes.features.operations.list", "parameterOrder": [ "name" ], @@ -2362,7 +3115,7 @@ "name": { "description": "The name of the operation's parent resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", "required": true, "type": "string" }, @@ -2376,6 +3129,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2388,9 +3146,9 @@ }, "wait": { "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}:wait", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/features/{featuresId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.projects.locations.dataLabelingJobs.operations.wait", + "id": "aiplatform.featurestores.entityTypes.features.operations.wait", "parameterOrder": [ "name" ], @@ -2398,7 +3156,7 @@ "name": { "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", "required": true, "type": "string" }, @@ -2421,141 +3179,76 @@ } } }, - "datasets": { + "operations": { "methods": { - "create": { - "description": "Creates a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets", + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.create", + "id": "aiplatform.featurestores.entityTypes.operations.cancel", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the Dataset in. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+parent}/datasets", - "request": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "delete": { - "description": "Deletes a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}", + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.delete", + "id": "aiplatform.featurestores.entityTypes.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The resource name of the Dataset to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "export": { - "description": "Exports data from a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:export", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.export", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:export", - "request": { - "$ref": "GoogleCloudAiplatformV1ExportDataRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.get", + "id": "aiplatform.featurestores.entityTypes.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the Dataset resource.", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", "required": true, "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" } }, "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "import": { - "description": "Imports data into a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:import", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.import", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:import", - "request": { - "$ref": "GoogleCloudAiplatformV1ImportDataRequest" - }, "response": { "$ref": "GoogleLongrunningOperation" }, @@ -2564,22 +3257,24 @@ ] }, "list": { - "description": "Lists Datasets in a Location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.list", + "id": "aiplatform.featurestores.entityTypes.operations.list", "parameterOrder": [ - "parent" + "name" ], "parameters": { "filter": { - "description": "An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`", + "description": "The standard list filter.", "location": "query", "type": "string" }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time`", - "location": "query", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+$", + "required": true, "type": "string" }, "pageSize": { @@ -2593,2350 +3288,1048 @@ "location": "query", "type": "string" }, - "parent": { - "description": "Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", - "type": "string" + "type": "boolean" } }, - "path": "v1/{+parent}/datasets", + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudAiplatformV1ListDatasetsResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "patch": { - "description": "Updates a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.datasets.patch", + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/featurestores/{featurestoresId}/entityTypes/{entityTypesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.featurestores.entityTypes.operations.wait", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Output only. Identifier. The resource name of the Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "pattern": "^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", "required": true, "type": "string" }, - "updateMask": { - "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels`", - "format": "google-fieldmask", + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", "location": "query", "type": "string" } }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleCloudAiplatformV1Dataset" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "searchDataItems": { - "description": "Searches DataItems in a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:searchDataItems", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.searchDataItems", - "parameterOrder": [ - "dataset" - ], - "parameters": { - "annotationFilters": { - "description": "An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned. * `annotation_spec_id` - for = or !=. Must specify `saved_query_id=` - saved query id that annotations should belong to.", - "location": "query", - "repeated": true, - "type": "string" - }, - "annotationsFilter": { - "deprecated": true, - "description": "An expression for filtering the Annotations that will be returned per DataItem. * `annotation_spec_id` - for = or !=.", - "location": "query", - "type": "string" - }, - "annotationsLimit": { - "description": "If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "dataItemFilter": { - "description": "An expression for filtering the DataItem that will be returned. * `data_item_id` - for = or !=. * `labeled` - for = or !=. * `has_annotation(ANNOTATION_SPEC_ID)` - true only for DataItem that have at least one annotation with annotation_spec_id = `ANNOTATION_SPEC_ID` in the context of SavedQuery or DataLabelingJob. For example: * `data_item=1` * `has_annotation(5)`", - "location": "query", - "type": "string" - }, - "dataLabelingJob": { - "description": "The resource name of a DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` If this field is set, all of the search will be done in the context of this DataLabelingJob.", - "location": "query", - "type": "string" - }, - "dataset": { - "description": "Required. The resource name of the Dataset from which to search DataItems. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - }, - "fieldMask": { - "description": "Mask specifying which fields of DataItemView to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - }, - "orderBy": { - "deprecated": true, - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", - "location": "query", - "type": "string" - }, - "orderByAnnotation.orderBy": { - "description": "A comma-separated list of annotation fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Must also specify saved_query.", - "location": "query", - "type": "string" - }, - "orderByAnnotation.savedQuery": { - "description": "Required. Saved query of the Annotation. Only Annotations belong to this saved query will be considered for ordering.", - "location": "query", - "type": "string" - }, - "orderByDataItem": { - "description": "A comma-separated list of data item fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.", - "location": "query", - "type": "string" - }, - "savedQuery": { - "deprecated": true, - "description": "The resource name of a SavedQuery(annotation set in UI). Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` All of the search will be done in the context of this SavedQuery.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+dataset}:searchDataItems", - "response": { - "$ref": "GoogleCloudAiplatformV1SearchDataItemsResponse" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] } + } + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/featurestores/{featurestoresId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.featurestores.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^featurestores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } }, - "resources": { - "annotationSpecs": { - "methods": { - "get": { - "description": "Gets an AnnotationSpec.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.annotationSpecs.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the AnnotationSpec resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1AnnotationSpec" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } - } + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/featurestores/{featurestoresId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.featurestores.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^featurestores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/featurestores/{featurestoresId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.featurestores.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^featurestores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/featurestores/{featurestoresId}/operations", + "httpMethod": "GET", + "id": "aiplatform.featurestores.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "dataItems": { - "methods": { - "list": { - "description": "Lists DataItems in a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.dataItems.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Dataset to list DataItems from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/dataItems", - "response": { - "$ref": "GoogleCloudAiplatformV1ListDataItemsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "annotations": { - "methods": { - "list": { - "description": "Lists Annotations belongs to a dataitem.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.dataItems.annotations.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the DataItem to list Annotations from. Format: `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/annotations", - "response": { - "$ref": "GoogleCloudAiplatformV1ListAnnotationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } - } - }, - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.dataItems.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.dataItems.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.dataItems.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.dataItems.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.dataItems.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } - } + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^featurestores/[^/]+$", + "required": true, + "type": "string" }, - "datasetVersions": { - "methods": { - "create": { - "description": "Create a version from a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.datasetVersions.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/datasetVersions", - "request": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a Dataset version.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.datasetVersions.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets a Dataset version.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.datasetVersions.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists DatasetVersions in a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.datasetVersions.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Optional. The standard list filter.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Optional. The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "Optional. The standard list page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Optional. Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/datasetVersions", - "response": { - "$ref": "GoogleCloudAiplatformV1ListDatasetVersionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Updates a DatasetVersion.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.datasets.datasetVersions.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name`", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1DatasetVersion" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "restore": { - "description": "Restores a dataset version.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}:restore", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.datasetVersions.restore", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the DatasetVersion resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:restore", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" }, - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" }, - "savedQueries": { - "methods": { - "delete": { - "description": "Deletes a SavedQuery.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.savedQueries.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The resource name of the SavedQuery to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists SavedQueries in a Dataset.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.savedQueries.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Dataset to list SavedQueries from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/savedQueries", - "response": { - "$ref": "GoogleCloudAiplatformV1ListSavedQueriesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.savedQueries.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.datasets.savedQueries.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.savedQueries.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.datasets.savedQueries.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.datasets.savedQueries.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } - } + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } - } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "deploymentResourcePools": { - "methods": { - "create": { - "description": "Create a DeploymentResourcePool.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.deploymentResourcePools.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The parent location resource where this DeploymentResourcePool will be created. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/deploymentResourcePools", - "request": { - "$ref": "GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Delete a DeploymentResourcePool.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.deploymentResourcePools.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the DeploymentResourcePool to delete. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Get a DeploymentResourcePool.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.deploymentResourcePools.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the DeploymentResourcePool to retrieve. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1DeploymentResourcePool" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "List DeploymentResourcePools in a location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.deploymentResourcePools.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "pageSize": { - "description": "The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous `ListDeploymentResourcePools` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDeploymentResourcePools` must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The parent Location which owns this collection of DeploymentResourcePools. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/deploymentResourcePools", - "response": { - "$ref": "GoogleCloudAiplatformV1ListDeploymentResourcePoolsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Update a DeploymentResourcePool.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.deploymentResourcePools.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Immutable. The resource name of the DeploymentResourcePool. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Required. The list of fields to update.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1DeploymentResourcePool" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/featurestores/{featurestoresId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.featurestores.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^featurestores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" }, - "queryDeployedModels": { - "description": "List DeployedModels that have been deployed on this DeploymentResourcePool.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}:queryDeployedModels", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.deploymentResourcePools.queryDeployedModels", - "parameterOrder": [ - "deploymentResourcePool" - ], - "parameters": { - "deploymentResourcePool": { - "description": "Required. The name of the target DeploymentResourcePool to query. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The maximum number of DeployedModels to return. The service may return fewer than this value.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous `QueryDeployedModels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryDeployedModels` must match the call that provided the page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+deploymentResourcePool}:queryDeployedModels", - "response": { - "$ref": "GoogleCloudAiplatformV1QueryDeployedModelsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "resources": { - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.deploymentResourcePools.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.deploymentResourcePools.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.deploymentResourcePools.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.deploymentResourcePools.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.deploymentResourcePools.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "hyperparameterTuningJobs": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.hyperparameterTuningJobs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" } - } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "endpoints": { - "methods": { - "computeTokens": { - "description": "Return a list of tokens based on the input text.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:computeTokens", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.computeTokens", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to get lists of tokens and token ids.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:computeTokens", - "request": { - "$ref": "GoogleCloudAiplatformV1ComputeTokensRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1ComputeTokensResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.hyperparameterTuningJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.hyperparameterTuningJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.hyperparameterTuningJobs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "countTokens": { - "description": "Perform a token counting.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:countTokens", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.countTokens", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:countTokens", - "request": { - "$ref": "GoogleCloudAiplatformV1CountTokensRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1CountTokensResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^hyperparameterTuningJobs/[^/]+$", + "required": true, + "type": "string" }, - "create": { - "description": "Creates an Endpoint.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "endpointId": { - "description": "Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID. If the first character is a letter, this value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. When using HTTP/JSON, this field is populated based on a query string argument, such as `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or the body.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to create the Endpoint in. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/endpoints", - "request": { - "$ref": "GoogleCloudAiplatformV1Endpoint" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" }, - "delete": { - "description": "Deletes an Endpoint.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.endpoints.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the Endpoint resource to be deleted. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" }, - "deployModel": { - "description": "Deploys a Model into this Endpoint, creating a DeployedModel within it.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:deployModel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.deployModel", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint resource into which to deploy a Model. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:deployModel", - "request": { - "$ref": "GoogleCloudAiplatformV1DeployModelRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/hyperparameterTuningJobs/{hyperparameterTuningJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.hyperparameterTuningJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" }, - "directPredict": { - "description": "Perform an unary online prediction request to a gRPC model server for Vertex first-party products and frameworks.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:directPredict", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.directPredict", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:directPredict", - "request": { - "$ref": "GoogleCloudAiplatformV1DirectPredictRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1DirectPredictResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "indexEndpoints": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.indexEndpoints.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^indexEndpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.indexEndpoints.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^indexEndpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.indexEndpoints.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^indexEndpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/indexEndpoints/{indexEndpointsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.indexEndpoints.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "directRawPredict": { - "description": "Perform an unary online prediction request to a gRPC model server for custom containers.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:directRawPredict", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.directRawPredict", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:directRawPredict", - "request": { - "$ref": "GoogleCloudAiplatformV1DirectRawPredictRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1DirectRawPredictResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^indexEndpoints/[^/]+$", + "required": true, + "type": "string" }, - "explain": { - "description": "Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:explain", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.explain", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the explanation. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:explain", - "request": { - "$ref": "GoogleCloudAiplatformV1ExplainRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1ExplainResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" }, - "fetchPredictOperation": { - "description": "Fetch an asynchronous online prediction operation.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:fetchPredictOperation", + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/indexEndpoints/{indexEndpointsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.indexEndpoints.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^indexEndpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "indexes": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/indexes/{indexesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.indexes.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^indexes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/indexes/{indexesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.indexes.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^indexes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/indexes/{indexesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.indexes.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^indexes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/indexes/{indexesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.indexes.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^indexes/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/indexes/{indexesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.indexes.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^indexes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "media": { + "methods": { + "upload": { + "description": "Upload a file into a RagCorpus.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/ragCorpora/{ragCorporaId}/ragFiles:upload", + "httpMethod": "POST", + "id": "aiplatform.media.upload", + "mediaUpload": { + "accept": [ + "*/*" + ], + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/v1/{+parent}/ragFiles:upload" + } + } + }, + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The name of the RagCorpus resource into which to upload the file. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/ragFiles:upload", + "request": { + "$ref": "GoogleCloudAiplatformV1UploadRagFileRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1UploadRagFileResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ], + "supportsMediaUpload": true + } + } + }, + "metadataStores": { + "resources": { + "artifacts": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.fetchPredictOperation", + "id": "aiplatform.metadataStores.artifacts.operations.cancel", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:fetchPredictOperation", - "request": { - "$ref": "GoogleCloudAiplatformV1FetchPredictOperationRequest" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "generateContent": { - "description": "Generate content with multimodal inputs.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:generateContent", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.generateContent", + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.metadataStores.artifacts.operations.delete", "parameterOrder": [ - "model" + "name" ], "parameters": { - "model": { - "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "name": { + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+model}:generateContent", - "request": { - "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets an Endpoint.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.endpoints.get", + "id": "aiplatform.metadataStores.artifacts.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the Endpoint resource. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1Endpoint" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists Endpoints in a Location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.endpoints.list", + "id": "aiplatform.metadataStores.artifacts.operations.list", "parameterOrder": [ - "parent" + "name" ], "parameters": { "filter": { - "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `endpoint` supports `=` and `!=`. `endpoint` represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * `display_name` supports `=` and `!=`. * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:*` or `labels:key` - key existence * A key including a space must be quoted. `labels.\"a key\"`. * `base_model_name` only supports `=`. Some examples: * `endpoint=1` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"` * `baseModelName=\"text-bison\"`", - "location": "query", - "type": "string" - }, - "gdcZone": { - "description": "Optional. Configures the Google Distributed Cloud (GDC) environment for online prediction. Only set this field when the Endpoint is to be deployed in a GDC environment.", + "description": "The standard list filter.", "location": "query", "type": "string" }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.", - "location": "query", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^metadataStores/[^/]+/artifacts/[^/]+$", + "required": true, "type": "string" }, "pageSize": { - "description": "Optional. The standard list page size.", + "description": "The standard list page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Optional. The standard list page token. Typically obtained via ListEndpointsResponse.next_page_token of the previous EndpointService.ListEndpoints call.", + "description": "The standard list page token.", "location": "query", "type": "string" }, - "parent": { - "description": "Required. The resource name of the Location from which to list the Endpoints. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Optional. Mask specifying which fields to read.", - "format": "google-fieldmask", + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", - "type": "string" + "type": "boolean" } }, - "path": "v1/{+parent}/endpoints", + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudAiplatformV1ListEndpointsResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "mutateDeployedModel": { - "description": "Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:mutateDeployedModel", + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/metadataStores/{metadataStoresId}/artifacts/{artifactsId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.mutateDeployedModel", + "id": "aiplatform.metadataStores.artifacts.operations.wait", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "name": { + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+endpoint}:mutateDeployedModel", - "request": { - "$ref": "GoogleCloudAiplatformV1MutateDeployedModelRequest" - }, + "path": "v1/{+name}:wait", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] - }, - "patch": { - "description": "Updates an Endpoint.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.endpoints.patch", + } + } + } + } + }, + "contexts": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.metadataStores.contexts.operations.cancel", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Output only. The resource name of the Endpoint.", + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", "required": true, "type": "string" - }, - "updateMask": { - "description": "Required. The update mask applies to the resource. See google.protobuf.FieldMask.", - "format": "google-fieldmask", - "location": "query", - "type": "string" } }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1Endpoint" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleCloudAiplatformV1Endpoint" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "predict": { - "description": "Perform an online prediction.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:predict", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.predict", + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.metadataStores.contexts.operations.delete", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "name": { + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:predict", - "request": { - "$ref": "GoogleCloudAiplatformV1PredictRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1PredictResponse" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "predictLongRunning": { - "description": "", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:predictLongRunning", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.predictLongRunning", + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.metadataStores.contexts.operations.get", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "name": { + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:predictLongRunning", - "request": { - "$ref": "GoogleCloudAiplatformV1PredictLongRunningRequest" - }, + "path": "v1/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "rawPredict": { - "description": "Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:rawPredict", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.rawPredict", + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.metadataStores.contexts.operations.list", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/contexts/[^/]+$", "required": true, "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "path": "v1/{+endpoint}:rawPredict", - "request": { - "$ref": "GoogleCloudAiplatformV1RawPredictRequest" - }, + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - }, - "serverStreamingPredict": { - "description": "Perform a server-side streaming online prediction request for Vertex LLM streaming.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:serverStreamingPredict", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.serverStreamingPredict", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:serverStreamingPredict", - "request": { - "$ref": "GoogleCloudAiplatformV1StreamingPredictRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1StreamingPredictResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - }, - "streamGenerateContent": { - "description": "Generate content with multimodal inputs with streaming support.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:streamGenerateContent", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.streamGenerateContent", - "parameterOrder": [ - "model" - ], - "parameters": { - "model": { - "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+model}:streamGenerateContent", - "request": { - "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - }, - "streamRawPredict": { - "description": "Perform a streaming online prediction with an arbitrary HTTP payload.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:streamRawPredict", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.streamRawPredict", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:streamRawPredict", - "request": { - "$ref": "GoogleCloudAiplatformV1StreamRawPredictRequest" - }, - "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - }, - "undeployModel": { - "description": "Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:undeployModel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.undeployModel", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint resource from which to undeploy a Model. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}:undeployModel", - "request": { - "$ref": "GoogleCloudAiplatformV1UndeployModelRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "update": { - "description": "Updates an Endpoint with a long running operation.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:update", + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/metadataStores/{metadataStoresId}/contexts/{contextsId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.update", + "id": "aiplatform.metadataStores.contexts.operations.wait", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Output only. The resource name of the Endpoint.", + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "pattern": "^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+name}:update", - "request": { - "$ref": "GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest" - }, + "path": "v1/{+name}:wait", "response": { "$ref": "GoogleLongrunningOperation" }, @@ -4944,2799 +4337,8763 @@ "https://www.googleapis.com/auth/cloud-platform" ] } - }, - "resources": { - "chat": { - "methods": { - "completions": { - "description": "Exposes an OpenAI-compatible endpoint for chat completions.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/chat/completions", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.chat.completions", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}/chat/completions", - "request": { - "$ref": "GoogleApiHttpBody" - }, - "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - } - } - }, - "deployedModels": { - "resources": { - "invoke": { - "methods": { - "invoke": { - "description": "Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/deployedModels/{deployedModelId}/invoke/{invokeId}", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.deployedModels.invoke.invoke", - "parameterOrder": [ - "endpoint", - "deployedModelId", - "invokeId" - ], - "parameters": { - "deployedModelId": { - "description": "ID of the DeployedModel that serves the invoke request.", - "location": "path", - "required": true, - "type": "string" - }, - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - }, - "invokeId": { - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}/deployedModels/{deployedModelId}/invoke/{+invokeId}", - "request": { - "$ref": "GoogleCloudAiplatformV1InvokeRequest" - }, - "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - } - } - } - } - }, - "invoke": { - "methods": { - "invoke": { - "description": "Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/invoke/{invokeId}", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.invoke.invoke", - "parameterOrder": [ - "endpoint", - "invokeId" - ], - "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - }, - "invokeId": { - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}/invoke/{+invokeId}", - "request": { - "$ref": "GoogleCloudAiplatformV1InvokeRequest" - }, - "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - } - } - }, - "openapi": { - "methods": { - "embeddings": { - "description": "Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/openapi/embeddings", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.openapi.embeddings", - "parameterOrder": [ - "endpoint" - ], - "parameters": { - "deployedModelId": { - "description": "ID of the DeployedModel that serves the invoke request.", - "location": "query", - "type": "string" - }, - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/openapi$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+endpoint}/embeddings", - "request": { - "$ref": "GoogleApiHttpBody" - }, - "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" - ] - } - } - }, - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.endpoints.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.endpoints.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.endpoints.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.endpoints.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } } - }, - "evaluationItems": { + } + } + }, + "executions": { + "resources": { + "operations": { "methods": { - "create": { - "description": "Creates an Evaluation Item.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems", + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.evaluationItems.create", + "id": "aiplatform.metadataStores.executions.operations.cancel", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the Evaluation Item in. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+parent}/evaluationItems", - "request": { - "$ref": "GoogleCloudAiplatformV1EvaluationItem" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleCloudAiplatformV1EvaluationItem" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "delete": { - "description": "Deletes an Evaluation Item.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems/{evaluationItemsId}", + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.evaluationItems.delete", + "id": "aiplatform.metadataStores.executions.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the EvaluationItem resource to be deleted. Format: `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}`", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", + "pattern": "^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets an Evaluation Item.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems/{evaluationItemsId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.evaluationItems.get", + "id": "aiplatform.metadataStores.executions.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the EvaluationItem resource. Format: `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", + "pattern": "^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1EvaluationItem" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists Evaluation Items.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.evaluationItems.list", + "id": "aiplatform.metadataStores.executions.operations.list", "parameterOrder": [ - "parent" + "name" ], "parameters": { "filter": { - "description": "Optional. Filter expression that matches a subset of the EvaluationItems to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).", + "description": "The standard list filter.", "location": "query", "type": "string" }, - "orderBy": { - "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", - "location": "query", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^metadataStores/[^/]+/executions/[^/]+$", + "required": true, "type": "string" }, "pageSize": { - "description": "Optional. The maximum number of Evaluation Items to return.", + "description": "The standard list page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Optional. A page token, received from a previous `ListEvaluationItems` call. Provide this to retrieve the subsequent page.", + "description": "The standard list page token.", "location": "query", "type": "string" }, - "parent": { - "description": "Required. The resource name of the Location from which to list the Evaluation Items. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "path": "v1/{+parent}/evaluationItems", + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudAiplatformV1ListEvaluationItemsResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] - } - } - }, - "evaluationRuns": { - "methods": { - "cancel": { - "description": "Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. Status of run can be checked via GetEvaluationRun.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns/{evaluationRunsId}:cancel", + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/metadataStores/{metadataStoresId}/executions/{executionsId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.projects.locations.evaluationRuns.cancel", + "id": "aiplatform.metadataStores.executions.operations.wait", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the EvaluationRun resource to be cancelled. Format: `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}`", + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + "pattern": "^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+name}:cancel", - "request": { - "$ref": "GoogleCloudAiplatformV1CancelEvaluationRunRequest" - }, + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleProtobufEmpty" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] + } + } + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.metadataStores.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^metadataStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.metadataStores.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^metadataStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/metadataStores/{metadataStoresId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.metadataStores.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^metadataStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/metadataStores/{metadataStoresId}/operations", + "httpMethod": "GET", + "id": "aiplatform.metadataStores.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "create": { - "description": "Creates an Evaluation Run.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^metadataStores/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/metadataStores/{metadataStoresId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.metadataStores.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^metadataStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "migratableResources": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/migratableResources/{migratableResourcesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.migratableResources.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^migratableResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/migratableResources/{migratableResourcesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.migratableResources.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^migratableResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/migratableResources/{migratableResourcesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.migratableResources.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^migratableResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/migratableResources/{migratableResourcesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.migratableResources.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^migratableResources/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/migratableResources/{migratableResourcesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.migratableResources.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^migratableResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "modelDeploymentMonitoringJobs": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.modelDeploymentMonitoringJobs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.modelDeploymentMonitoringJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.modelDeploymentMonitoringJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.modelDeploymentMonitoringJobs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^modelDeploymentMonitoringJobs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/modelDeploymentMonitoringJobs/{modelDeploymentMonitoringJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.modelDeploymentMonitoringJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "models": { + "resources": { + "evaluations": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.evaluationRuns.create", + "id": "aiplatform.models.evaluations.operations.cancel", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the Evaluation Run in. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+parent}/evaluationRuns", - "request": { - "$ref": "GoogleCloudAiplatformV1EvaluationRun" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleCloudAiplatformV1EvaluationRun" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "delete": { - "description": "Deletes an Evaluation Run.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns/{evaluationRunsId}", + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.evaluationRuns.delete", + "id": "aiplatform.models.evaluations.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the EvaluationRun resource to be deleted. Format: `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}`", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + "pattern": "^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets an Evaluation Run.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns/{evaluationRunsId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.evaluationRuns.get", + "id": "aiplatform.models.evaluations.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the EvaluationRun resource. Format: `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + "pattern": "^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1EvaluationRun" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists Evaluation Runs.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/models/{modelsId}/evaluations/{evaluationsId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.evaluationRuns.list", + "id": "aiplatform.models.evaluations.operations.list", "parameterOrder": [ - "parent" + "name" ], "parameters": { "filter": { - "description": "Optional. Filter expression that matches a subset of the EvaluationRuns to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).", + "description": "The standard list filter.", "location": "query", "type": "string" }, - "orderBy": { - "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", - "location": "query", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^models/[^/]+/evaluations/[^/]+$", + "required": true, "type": "string" }, "pageSize": { - "description": "Optional. The maximum number of Evaluation Runs to return.", + "description": "The standard list page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Optional. A page token, received from a previous `ListEvaluationRuns` call. Provide this to retrieve the subsequent page.", + "description": "The standard list page token.", "location": "query", "type": "string" }, - "parent": { - "description": "Required. The resource name of the Location from which to list the Evaluation Runs. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "path": "v1/{+parent}/evaluationRuns", + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudAiplatformV1ListEvaluationRunsResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] - } - } - }, - "evaluationSets": { - "methods": { - "create": { - "description": "Creates an Evaluation Set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets", + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/models/{modelsId}/evaluations/{evaluationsId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.projects.locations.evaluationSets.create", + "id": "aiplatform.models.evaluations.operations.wait", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the Evaluation Set in. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+parent}/evaluationSets", - "request": { - "$ref": "GoogleCloudAiplatformV1EvaluationSet" - }, + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleCloudAiplatformV1EvaluationSet" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes an Evaluation Set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets/{evaluationSetsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.evaluationSets.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the EvaluationSet resource to be deleted. Format: `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets an Evaluation Set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets/{evaluationSetsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.evaluationSets.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the EvaluationSet resource. Format: `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1EvaluationSet" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists Evaluation Sets.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.evaluationSets.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Optional. Filter expression that matches a subset of the EvaluationSets to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Optional. The maximum number of Evaluation Sets to return.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "Optional. A page token, received from a previous `ListEvaluationSets` call. Provide this to retrieve the subsequent page.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location from which to list the Evaluation Sets. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/evaluationSets", - "response": { - "$ref": "GoogleCloudAiplatformV1ListEvaluationSetsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Updates an Evaluation Set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets/{evaluationSetsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.evaluationSets.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. The resource name of the EvaluationSet. Format: `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Optional. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1EvaluationSet" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1EvaluationSet" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] } } + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/models/{modelsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.models.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^models/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "featureGroups": { - "methods": { - "create": { - "description": "Creates a new FeatureGroup in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "featureGroupId": { - "description": "Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to create FeatureGroups. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/featureGroups", - "request": { - "$ref": "GoogleCloudAiplatformV1FeatureGroup" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a single FeatureGroup.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureGroups.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "force": { - "description": "If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)", - "location": "query", - "type": "boolean" - }, - "name": { - "description": "Required. The name of the FeatureGroup to be deleted. Format: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets details of a single FeatureGroup.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the FeatureGroup resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1FeatureGroup" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/models/{modelsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.models.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^models/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/models/{modelsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.models.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^models/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/models/{modelsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.models.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "getIamPolicy": { - "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}:getIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.getIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "options.requestedPolicyVersion": { - "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", - "format": "int32", - "location": "query", - "type": "integer" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:getIamPolicy", - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^models/[^/]+$", + "required": true, + "type": "string" }, - "list": { - "description": "Lists FeatureGroups in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Lists the FeatureGroups that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > \"2020-01-01\" OR update_time > \"2020-01-01\"` FeatureGroups created or updated after 2020-01-01. * `labels.env = \"prod\"` FeatureGroups with label \"env\" set to \"prod\".", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported Fields: * `create_time` * `update_time`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of FeatureGroups to return. The service may return fewer than this value. If unspecified, at most 100 FeatureGroups will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous FeatureRegistryService.ListFeatureGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureRegistryService.ListFeatureGroups must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to list FeatureGroups. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/featureGroups", - "response": { - "$ref": "GoogleCloudAiplatformV1ListFeatureGroupsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" }, - "patch": { - "description": "Updates the parameters of a single FeatureGroup.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.featureGroups.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. Name of the FeatureGroup. Format: `projects/{project}/locations/{location}/featureGroups/{featureGroup}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Field mask is used to specify the fields to be overwritten in the FeatureGroup 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * `big_query.entity_id_columns` * `service_agent_type`", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1FeatureGroup" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" }, - "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}:setIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.setIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:setIamPolicy", - "request": { - "$ref": "GoogleIamV1SetIamPolicyRequest" - }, - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/models/{modelsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.models.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^models/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" }, - "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}:testIamPermissions", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.testIamPermissions", - "parameterOrder": [ - "resource" - ], - "parameters": { - "permissions": { - "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", - "location": "query", - "repeated": true, - "type": "string" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:testIamPermissions", - "response": { - "$ref": "GoogleIamV1TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "resources": { - "features": { - "methods": { - "batchCreate": { - "description": "Creates a batch of Features in a given FeatureGroup.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features:batchCreate", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.features.batchCreate", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/features:batchCreate", - "request": { - "$ref": "GoogleCloudAiplatformV1BatchCreateFeaturesRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "create": { - "description": "Creates a new Feature in a given FeatureGroup.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.features.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "featureId": { - "description": "Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType/FeatureGroup.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/features", - "request": { - "$ref": "GoogleCloudAiplatformV1Feature" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a single Feature.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureGroups.features.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the Features to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets details of a single Feature.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.features.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the Feature resource. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1Feature" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists Features in a given FeatureGroup.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.features.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Lists the Features that match the filter expression. The following filters are supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `update_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `create_time > \\\"2020-01-31T15:30:00.000000Z\\\" OR update_time > \\\"2020-01-31T15:30:00.000000Z\\\"` --> EntityTypes created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with 'env' as the key.", - "location": "query", - "type": "string" - }, - "latestStatsCount": { - "description": "Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported for FeatureRegistry Feature) * `create_time` * `update_time`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 1000 Features will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeatures or FeatureRegistryService.ListFeatures must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to list Features. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/features", - "response": { - "$ref": "GoogleCloudAiplatformV1ListFeaturesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Updates the parameters of a single Feature.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.featureGroups.features.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Field mask is used to specify the fields to be overwritten in the Features 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` (Not supported for FeaturestoreService FeatureStore)", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1Feature" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "operations": { - "methods": { - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureGroups.features.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.features.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "listWait": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}:wait", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.features.operations.listWait", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.features.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } - } - }, - "operations": { - "methods": { - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureGroups.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "listWait": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}:wait", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureGroups.operations.listWait", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureGroups.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "notebookExecutionJobs": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.notebookExecutionJobs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^notebookExecutionJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" } - } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "featureOnlineStores": { - "methods": { - "create": { - "description": "Creates a new FeatureOnlineStore in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "featureOnlineStoreId": { - "description": "Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to create FeatureOnlineStores. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/featureOnlineStores", - "request": { - "$ref": "GoogleCloudAiplatformV1FeatureOnlineStore" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureOnlineStores.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "force": { - "description": "If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)", - "location": "query", - "type": "boolean" - }, - "name": { - "description": "Required. The name of the FeatureOnlineStore to be deleted. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.notebookExecutionJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^notebookExecutionJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.notebookExecutionJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^notebookExecutionJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/notebookExecutionJobs/{notebookExecutionJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.notebookExecutionJobs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "get": { - "description": "Gets details of a single FeatureOnlineStore.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the FeatureOnlineStore resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1FeatureOnlineStore" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^notebookExecutionJobs/[^/]+$", + "required": true, + "type": "string" }, - "getIamPolicy": { - "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}:getIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.getIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "options.requestedPolicyVersion": { - "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", - "format": "int32", - "location": "query", - "type": "integer" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:getIamPolicy", - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" }, - "list": { - "description": "Lists FeatureOnlineStores in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Lists the FeatureOnlineStores that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > \"2020-01-01\" OR update_time > \"2020-01-01\"` FeatureOnlineStores created or updated after 2020-01-01. * `labels.env = \"prod\"` FeatureOnlineStores with label \"env\" set to \"prod\".", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported Fields: * `create_time` * `update_time`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of FeatureOnlineStores to return. The service may return fewer than this value. If unspecified, at most 100 FeatureOnlineStores will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureOnlineStores call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureOnlineStores must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to list FeatureOnlineStores. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/featureOnlineStores", - "response": { - "$ref": "GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" }, - "patch": { - "description": "Updates the parameters of a single FeatureOnlineStore.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.featureOnlineStores.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. Name of the FeatureOnlineStore. Format: `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `bigtable` * `bigtable.auto_scaling` * `bigtable.enable_multi_region_replica`", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1FeatureOnlineStore" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/notebookExecutionJobs/{notebookExecutionJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.notebookExecutionJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^notebookExecutionJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" }, - "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}:setIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.setIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:setIamPolicy", - "request": { - "$ref": "GoogleIamV1SetIamPolicyRequest" - }, - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "notebookRuntimeTemplates": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.notebookRuntimeTemplates.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.notebookRuntimeTemplates.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.notebookRuntimeTemplates.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.notebookRuntimeTemplates.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}:testIamPermissions", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.testIamPermissions", - "parameterOrder": [ - "resource" - ], - "parameters": { - "permissions": { - "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", - "location": "query", - "repeated": true, - "type": "string" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:testIamPermissions", - "response": { - "$ref": "GoogleIamV1TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^notebookRuntimeTemplates/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "resources": { - "featureViews": { - "methods": { - "create": { - "description": "Creates a new FeatureView in a given FeatureOnlineStore.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "featureViewId": { - "description": "Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a FeatureOnlineStore.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - }, - "runSyncImmediately": { - "description": "Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.", - "location": "query", - "type": "boolean" - } - }, - "path": "v1/{+parent}/featureViews", - "request": { - "$ref": "GoogleCloudAiplatformV1FeatureView" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a single FeatureView.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the FeatureView to be deleted. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "directWrite": { - "description": "Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:directWrite", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.directWrite", - "parameterOrder": [ - "featureView" - ], - "parameters": { - "featureView": { - "description": "FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+featureView}:directWrite", - "request": { - "$ref": "GoogleCloudAiplatformV1FeatureViewDirectWriteRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1FeatureViewDirectWriteResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "fetchFeatureValues": { - "description": "Fetch feature values under a FeatureView.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:fetchFeatureValues", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.fetchFeatureValues", - "parameterOrder": [ - "featureView" - ], - "parameters": { - "featureView": { - "description": "Required. FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+featureView}:fetchFeatureValues", - "request": { - "$ref": "GoogleCloudAiplatformV1FetchFeatureValuesRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1FetchFeatureValuesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets details of a single FeatureView.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the FeatureView resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1FeatureView" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "getIamPolicy": { - "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:getIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.getIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "options.requestedPolicyVersion": { - "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", - "format": "int32", - "location": "query", - "type": "integer" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:getIamPolicy", - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists FeatureViews in a given FeatureOnlineStore.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Lists the FeatureViews that match the filter expression. The following filters are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `create_time > \\\"2020-01-31T15:30:00.000000Z\\\" OR update_time > \\\"2020-01-31T15:30:00.000000Z\\\"` --> FeatureViews created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> FeatureViews having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any FeatureView which has a label with 'env' as the key.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `feature_view_id` * `create_time` * `update_time`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of FeatureViews to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViews will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureViews must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/featureViews", - "response": { - "$ref": "GoogleCloudAiplatformV1ListFeatureViewsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Updates the parameters of a single FeatureView.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. Name of the FeatureView. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Field mask is used to specify the fields to be overwritten in the FeatureView 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `service_agent_type` * `big_query_source` * `big_query_source.uri` * `big_query_source.entity_id_columns` * `feature_registry_source` * `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` * `optimized_config.automatic_resources`", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1FeatureView" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "searchNearestEntities": { - "description": "Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:searchNearestEntities", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.searchNearestEntities", - "parameterOrder": [ - "featureView" - ], - "parameters": { - "featureView": { - "description": "Required. FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+featureView}:searchNearestEntities", - "request": { - "$ref": "GoogleCloudAiplatformV1SearchNearestEntitiesRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1SearchNearestEntitiesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:setIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.setIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:setIamPolicy", - "request": { - "$ref": "GoogleIamV1SetIamPolicyRequest" - }, - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "sync": { - "description": "Triggers on-demand sync for the FeatureView.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:sync", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.sync", - "parameterOrder": [ - "featureView" - ], - "parameters": { - "featureView": { - "description": "Required. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+featureView}:sync", - "request": { - "$ref": "GoogleCloudAiplatformV1SyncFeatureViewRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1SyncFeatureViewResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:testIamPermissions", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.testIamPermissions", - "parameterOrder": [ - "resource" - ], - "parameters": { - "permissions": { - "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", - "location": "query", - "repeated": true, - "type": "string" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:testIamPermissions", - "response": { - "$ref": "GoogleIamV1TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "featureViewSyncs": { - "methods": { - "get": { - "description": "Gets details of a single FeatureViewSync.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/featureViewSyncs/{featureViewSyncsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the FeatureViewSync resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/featureViewSyncs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1FeatureViewSync" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists FeatureViewSyncs in a given FeatureView.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/featureViewSyncs", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Lists the FeatureViewSyncs that match the filter expression. The following filters are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. Examples: * `create_time > \\\"2020-01-31T15:30:00.000000Z\\\"` --> FeatureViewSyncs created after 2020-01-31T15:30:00.000000Z.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `create_time`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of FeatureViewSyncs to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViewSyncs will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViewSyncs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureViewSyncs must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/featureViewSyncs", - "response": { - "$ref": "GoogleCloudAiplatformV1ListFeatureViewSyncsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - }, - "operations": { - "methods": { - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "listWait": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}:wait", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.listWait", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } - } + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/notebookRuntimeTemplates/{notebookRuntimeTemplatesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.notebookRuntimeTemplates.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" }, - "operations": { - "methods": { - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featureOnlineStores.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "listWait": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}:wait", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featureOnlineStores.operations.listWait", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featureOnlineStores.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } - } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "notebookRuntimes": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.notebookRuntimes.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^notebookRuntimes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "featurestores": { - "methods": { - "batchReadFeatureValues": { - "description": "Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:batchReadFeatureValues", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featurestores.batchReadFeatureValues", - "parameterOrder": [ - "featurestore" - ], - "parameters": { - "featurestore": { - "description": "Required. The resource name of the Featurestore from which to query Feature values. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+featurestore}:batchReadFeatureValues", - "request": { - "$ref": "GoogleCloudAiplatformV1BatchReadFeatureValuesRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "create": { - "description": "Creates a new Featurestore in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featurestores.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "featurestoreId": { - "description": "Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to create Featurestores. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/featurestores", - "request": { - "$ref": "GoogleCloudAiplatformV1Featurestore" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be set to true for the request to succeed.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.featurestores.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "force": { - "description": "If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)", - "location": "query", - "type": "boolean" - }, - "name": { - "description": "Required. The name of the Featurestore to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets details of a single Featurestore.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featurestores.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the Featurestore resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1Featurestore" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "getIamPolicy": { - "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:getIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featurestores.getIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "options.requestedPolicyVersion": { - "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", - "format": "int32", - "location": "query", - "type": "integer" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:getIamPolicy", - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.notebookRuntimes.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^notebookRuntimes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.notebookRuntimes.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^notebookRuntimes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/notebookRuntimes/{notebookRuntimesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.notebookRuntimes.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "list": { - "description": "Lists Featurestores in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featurestores.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Lists the featurestores that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > \"2020-01-01\" OR update_time > \"2020-01-01\"` Featurestores created or updated after 2020-01-01. * `labels.env = \"prod\"` Featurestores with label \"env\" set to \"prod\".", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported Fields: * `create_time` * `update_time` * `online_serving_config.fixed_node_count`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of Featurestores to return. The service may return fewer than this value. If unspecified, at most 100 Featurestores will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous FeaturestoreService.ListFeaturestores call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeaturestores must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to list Featurestores. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/featurestores", - "response": { - "$ref": "GoogleCloudAiplatformV1ListFeaturestoresResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^notebookRuntimes/[^/]+$", + "required": true, + "type": "string" }, - "patch": { - "description": "Updates the parameters of a single Featurestore.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}", - "httpMethod": "PATCH", - "id": "aiplatform.projects.locations.featurestores.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Output only. Name of the Featurestore. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Field mask is used to specify the fields to be overwritten in the Featurestore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1Featurestore" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" }, - "searchFeatures": { - "description": "Searches Features matching a query in a given project.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores:searchFeatures", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.featurestores.searchFeatures", - "parameterOrder": [ - "location" - ], - "parameters": { - "location": { - "description": "Required. The resource name of the Location to search Features. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 100 Features will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A page token, received from a previous FeaturestoreService.SearchFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.SearchFeatures, except `page_size`, must match the call that provided the page token.", - "location": "query", - "type": "string" - }, - "query": { - "description": "Query string that is a conjunction of field-restricted queries and/or field-restricted filters. Field-restricted queries and filters can be combined using `AND` to form a conjunction. A field query is in the form FIELD:QUERY. This implicitly checks if QUERY exists as a substring within Feature's FIELD. The QUERY and the FIELD are converted to a sequence of words (i.e. tokens) for comparison. This is done by: * Removing leading/trailing whitespace and tokenizing the search value. Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore `_`, or asterisk `*` are treated as delimiters for tokens. `*` is treated as a wildcard that matches characters within a token. * Ignoring case. * Prepending an asterisk to the first and appending an asterisk to the last token in QUERY. A QUERY must be either a singular token or a phrase. A phrase is one or multiple words enclosed in double quotation marks (\"). With phrases, the order of the words is important. Words in the phrase must be matching in order and consecutively. Supported FIELDs for field-restricted queries: * `feature_id` * `description` * `entity_type_id` Examples: * `feature_id: foo` --> Matches a Feature with ID containing the substring `foo` (eg. `foo`, `foofeature`, `barfoo`). * `feature_id: foo*feature` --> Matches a Feature with ID containing the substring `foo*feature` (eg. `foobarfeature`). * `feature_id: foo AND description: bar` --> Matches a Feature with ID containing the substring `foo` and description containing the substring `bar`. Besides field queries, the following exact-match filters are supported. The exact-match filters do not support wildcards. Unlike field-restricted queries, exact-match filters are case-sensitive. * `feature_id`: Supports = comparisons. * `description`: Supports = comparisons. Multi-token filters should be enclosed in quotes. * `entity_type_id`: Supports = comparisons. * `value_type`: Supports = and != comparisons. * `labels`: Supports key-value equality as well as key presence. * `featurestore_id`: Supports = comparisons. Examples: * `description = \"foo bar\"` --> Any Feature with description exactly equal to `foo bar` * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with `env` as the key.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+location}/featurestores:searchFeatures", - "response": { - "$ref": "GoogleCloudAiplatformV1SearchFeaturesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" }, - "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:setIamPolicy", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featurestores.setIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:setIamPolicy", - "request": { - "$ref": "GoogleIamV1SetIamPolicyRequest" - }, - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/notebookRuntimes/{notebookRuntimesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.notebookRuntimes.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^notebookRuntimes/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" }, - "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:testIamPermissions", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.featurestores.testIamPermissions", - "parameterOrder": [ - "resource" - ], - "parameters": { - "permissions": { - "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", - "location": "query", - "repeated": true, - "type": "string" - }, - "resource": { - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:testIamPermissions", - "response": { - "$ref": "GoogleIamV1TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "resources": { - "entityTypes": { - "methods": { - "create": { + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/operations", + "httpMethod": "GET", + "id": "aiplatform.operations.list", + "parameterOrder": [], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "persistentResources": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/persistentResources/{persistentResourcesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.persistentResources.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^persistentResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/persistentResources/{persistentResourcesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.persistentResources.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^persistentResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/persistentResources/{persistentResourcesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.persistentResources.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^persistentResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/persistentResources/{persistentResourcesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.persistentResources.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^persistentResources/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/persistentResources/{persistentResourcesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.persistentResources.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^persistentResources/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "pipelineJobs": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/pipelineJobs/{pipelineJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.pipelineJobs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^pipelineJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/pipelineJobs/{pipelineJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.pipelineJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^pipelineJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/pipelineJobs/{pipelineJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.pipelineJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^pipelineJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/pipelineJobs/{pipelineJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.pipelineJobs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^pipelineJobs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/pipelineJobs/{pipelineJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.pipelineJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^pipelineJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "projects": { + "methods": { + "getCacheConfig": { + "description": "Gets a GenAI cache config.", + "flatPath": "v1/projects/{projectsId}/cacheConfig", + "httpMethod": "GET", + "id": "aiplatform.projects.getCacheConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the cache config. Format: - `projects/{project}/cacheConfig`.", + "location": "path", + "pattern": "^projects/[^/]+/cacheConfig$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1CacheConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "updateCacheConfig": { + "description": "Updates a cache config.", + "flatPath": "v1/projects/{projectsId}/cacheConfig", + "httpMethod": "PATCH", + "id": "aiplatform.projects.updateCacheConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Name of the cache config. Format: - `projects/{project}/cacheConfig`.", + "location": "path", + "pattern": "^projects/[^/]+/cacheConfig$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1CacheConfig" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "locations": { + "methods": { + "augmentPrompt": { + "description": "Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating grounded responses.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:augmentPrompt", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.augmentPrompt", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location from which to augment prompt. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}:augmentPrompt", + "request": { + "$ref": "GoogleCloudAiplatformV1AugmentPromptRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1AugmentPromptResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "corroborateContent": { + "description": "Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and returns claims from the text and provides supporting facts.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:corroborateContent", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.corroborateContent", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location from which to corroborate text. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}:corroborateContent", + "request": { + "$ref": "GoogleCloudAiplatformV1CorroborateContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1CorroborateContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "deploy": { + "description": "Deploys a model to a new endpoint.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:deploy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.deploy", + "parameterOrder": [ + "destination" + ], + "parameters": { + "destination": { + "description": "Required. The resource name of the Location to deploy the model in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+destination}:deploy", + "request": { + "$ref": "GoogleCloudAiplatformV1DeployRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "evaluateDataset": { + "description": "Evaluates a dataset based on a set of given metrics.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:evaluateDataset", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.evaluateDataset", + "parameterOrder": [ + "location" + ], + "parameters": { + "location": { + "description": "Required. The resource name of the Location to evaluate the dataset. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+location}:evaluateDataset", + "request": { + "$ref": "GoogleCloudAiplatformV1EvaluateDatasetRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "evaluateInstances": { + "description": "Evaluates instances based on a given metric.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:evaluateInstances", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.evaluateInstances", + "parameterOrder": [ + "location" + ], + "parameters": { + "location": { + "description": "Required. The resource name of the Location to evaluate the instances. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+location}:evaluateInstances", + "request": { + "$ref": "GoogleCloudAiplatformV1EvaluateInstancesRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluateInstancesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "generateInstanceRubrics": { + "description": "Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on provided prompt, which can then be reviewed and used for subsequent evaluations.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:generateInstanceRubrics", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.generateInstanceRubrics", + "parameterOrder": [ + "location" + ], + "parameters": { + "location": { + "description": "Required. The resource name of the Location to generate rubrics from. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+location}:generateInstanceRubrics", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateInstanceRubricsRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateInstanceRubricsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "generateSyntheticData": { + "description": "Generates synthetic data based on the provided configuration.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:generateSyntheticData", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.generateSyntheticData", + "parameterOrder": [ + "location" + ], + "parameters": { + "location": { + "description": "Required. The resource name of the Location to run the job. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+location}:generateSyntheticData", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateSyntheticDataRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateSyntheticDataResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets information about a location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Resource name for the location.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudLocationLocation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getRagEngineConfig": { + "description": "Gets a RagEngineConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/ragEngineConfig", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.getRagEngineConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the RagEngineConfig resource. Format: `projects/{project}/locations/{location}/ragEngineConfig`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1RagEngineConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists information about the supported locations for this service.", + "flatPath": "v1/projects/{projectsId}/locations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "extraLocationTypes": { + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", + "location": "query", + "repeated": true, + "type": "string" + }, + "filter": { + "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).", + "location": "query", + "type": "string" + }, + "name": { + "description": "The resource that owns the locations collection, if applicable.", + "location": "path", + "pattern": "^projects/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The maximum number of results to return. If not set, the service selects a default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}/locations", + "response": { + "$ref": "GoogleCloudLocationListLocationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "retrieveContexts": { + "description": "Retrieves relevant contexts for a query.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:retrieveContexts", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.retrieveContexts", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project. Format: `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}:retrieveContexts", + "request": { + "$ref": "GoogleCloudAiplatformV1RetrieveContextsRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1RetrieveContextsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "updateRagEngineConfig": { + "description": "Updates a RagEngineConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/ragEngineConfig", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.updateRagEngineConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The name of the RagEngineConfig. Format: `projects/{project}/locations/{location}/ragEngineConfig`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1RagEngineConfig" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "batchPredictionJobs": { + "methods": { + "cancel": { + "description": "Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already outputted by the job are not deleted.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.batchPredictionJobs.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the BatchPredictionJob to cancel. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "GoogleCloudAiplatformV1CancelBatchPredictionJobRequest" + }, + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.batchPredictionJobs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the BatchPredictionJob in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/batchPredictionJobs", + "request": { + "$ref": "GoogleCloudAiplatformV1BatchPredictionJob" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1BatchPredictionJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a BatchPredictionJob. Can only be called on jobs that already finished.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.batchPredictionJobs.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the BatchPredictionJob resource to be deleted. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a BatchPredictionJob", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs/{batchPredictionJobsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.batchPredictionJobs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the BatchPredictionJob resource. Format: `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1BatchPredictionJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists BatchPredictionJobs in a Location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batchPredictionJobs", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.batchPredictionJobs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `model_display_name` supports `=`, `!=` comparisons. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"JOB_STATE_SUCCEEDED\" AND display_name:\"my_job_*\"` * `state!=\"JOB_STATE_FAILED\" OR display_name=\"my_job\"` * `NOT display_name=\"my_job\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `labels.keyA=valueA` * `labels.keyB:*`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token. Typically obtained via ListBatchPredictionJobsResponse.next_page_token of the previous JobService.ListBatchPredictionJobs call.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list the BatchPredictionJobs from. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/batchPredictionJobs", + "response": { + "$ref": "GoogleCloudAiplatformV1ListBatchPredictionJobsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "cachedContents": { + "methods": { + "create": { + "description": "Creates cached content, this call will initialize the cached content in the data storage, and users need to pay for the cache data storage.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.cachedContents.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource where the cached content will be created", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/cachedContents", + "request": { + "$ref": "GoogleCloudAiplatformV1CachedContent" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1CachedContent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes cached content", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents/{cachedContentsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.cachedContents.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name referring to the cached content", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets cached content configurations", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents/{cachedContentsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.cachedContents.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name referring to the cached content", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1CachedContent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists cached contents in a project", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.cachedContents.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. The maximum number of cached contents to return. The service may return fewer than this value. If unspecified, some default (under maximum) number of items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListCachedContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCachedContents` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent, which owns this collection of cached contents.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/cachedContents", + "response": { + "$ref": "GoogleCloudAiplatformV1ListCachedContentsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates cached content configurations", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cachedContents/{cachedContentsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.cachedContents.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Required. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1CachedContent" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1CachedContent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "customJobs": { + "methods": { + "cancel": { + "description": "Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and CustomJob.state is set to `CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.customJobs.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the CustomJob to cancel. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "GoogleCloudAiplatformV1CancelCustomJobRequest" + }, + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a CustomJob. A created CustomJob right away will be attempted to be run.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.customJobs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the CustomJob in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/customJobs", + "request": { + "$ref": "GoogleCloudAiplatformV1CustomJob" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1CustomJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a CustomJob.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.customJobs.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the CustomJob resource to be deleted. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a CustomJob.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.customJobs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the CustomJob resource. Format: `projects/{project}/locations/{location}/customJobs/{custom_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1CustomJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists CustomJobs in a Location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.customJobs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"JOB_STATE_SUCCEEDED\" AND display_name:\"my_job_*\"` * `state!=\"JOB_STATE_FAILED\" OR display_name=\"my_job\"` * `NOT display_name=\"my_job\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `labels.keyA=valueA` * `labels.keyB:*`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of the previous JobService.ListCustomJobs call.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list the CustomJobs from. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/customJobs", + "response": { + "$ref": "GoogleCloudAiplatformV1ListCustomJobsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.customJobs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.customJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.customJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.customJobs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customJobs/{customJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.customJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "dataLabelingJobs": { + "methods": { + "cancel": { + "description": "Cancels a DataLabelingJob. Success of cancellation is not guaranteed.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.dataLabelingJobs.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "GoogleCloudAiplatformV1CancelDataLabelingJobRequest" + }, + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a DataLabelingJob.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.dataLabelingJobs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/dataLabelingJobs", + "request": { + "$ref": "GoogleCloudAiplatformV1DataLabelingJob" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1DataLabelingJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a DataLabelingJob.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.dataLabelingJobs.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the DataLabelingJob to be deleted. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a DataLabelingJob.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.dataLabelingJobs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1DataLabelingJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists DataLabelingJobs in a Location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.dataLabelingJobs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"JOB_STATE_SUCCEEDED\" AND display_name:\"my_job_*\"` * `state!=\"JOB_STATE_FAILED\" OR display_name=\"my_job\"` * `NOT display_name=\"my_job\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `labels.keyA=valueA` * `labels.keyB:*`", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read. FieldMask represents a set of symbolic field paths. For example, the mask can be `paths: \"name\"`. The \"name\" here is a field in DataLabelingJob. If this field is not set, all fields of the DataLabelingJob are returned.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/dataLabelingJobs", + "response": { + "$ref": "GoogleCloudAiplatformV1ListDataLabelingJobsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.dataLabelingJobs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.dataLabelingJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.dataLabelingJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.dataLabelingJobs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataLabelingJobs/{dataLabelingJobsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.dataLabelingJobs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "datasets": { + "methods": { + "create": { + "description": "Creates a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the Dataset in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/datasets", + "request": { + "$ref": "GoogleCloudAiplatformV1Dataset" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the Dataset to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "export": { + "description": "Exports data from a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:export", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.export", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:export", + "request": { + "$ref": "GoogleCloudAiplatformV1ExportDataRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Dataset resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1Dataset" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:getIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "import": { + "description": "Imports data into a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:import", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.import", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:import", + "request": { + "$ref": "GoogleCloudAiplatformV1ImportDataRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Datasets in a Location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/datasets", + "response": { + "$ref": "GoogleCloudAiplatformV1ListDatasetsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.datasets.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. Identifier. The resource name of the Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels`", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1Dataset" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1Dataset" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "searchDataItems": { + "description": "Searches DataItems in a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:searchDataItems", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.searchDataItems", + "parameterOrder": [ + "dataset" + ], + "parameters": { + "annotationFilters": { + "description": "An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned. * `annotation_spec_id` - for = or !=. Must specify `saved_query_id=` - saved query id that annotations should belong to.", + "location": "query", + "repeated": true, + "type": "string" + }, + "annotationsFilter": { + "deprecated": true, + "description": "An expression for filtering the Annotations that will be returned per DataItem. * `annotation_spec_id` - for = or !=.", + "location": "query", + "type": "string" + }, + "annotationsLimit": { + "description": "If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "dataItemFilter": { + "description": "An expression for filtering the DataItem that will be returned. * `data_item_id` - for = or !=. * `labeled` - for = or !=. * `has_annotation(ANNOTATION_SPEC_ID)` - true only for DataItem that have at least one annotation with annotation_spec_id = `ANNOTATION_SPEC_ID` in the context of SavedQuery or DataLabelingJob. For example: * `data_item=1` * `has_annotation(5)`", + "location": "query", + "type": "string" + }, + "dataLabelingJob": { + "description": "The resource name of a DataLabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` If this field is set, all of the search will be done in the context of this DataLabelingJob.", + "location": "query", + "type": "string" + }, + "dataset": { + "description": "Required. The resource name of the Dataset from which to search DataItems. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + }, + "fieldMask": { + "description": "Mask specifying which fields of DataItemView to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + }, + "orderBy": { + "deprecated": true, + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", + "location": "query", + "type": "string" + }, + "orderByAnnotation.orderBy": { + "description": "A comma-separated list of annotation fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Must also specify saved_query.", + "location": "query", + "type": "string" + }, + "orderByAnnotation.savedQuery": { + "description": "Required. Saved query of the Annotation. Only Annotations belong to this saved query will be considered for ordering.", + "location": "query", + "type": "string" + }, + "orderByDataItem": { + "description": "A comma-separated list of data item fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.", + "location": "query", + "type": "string" + }, + "savedQuery": { + "deprecated": true, + "description": "The resource name of a SavedQuery(annotation set in UI). Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` All of the search will be done in the context of this SavedQuery.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+dataset}:searchDataItems", + "response": { + "$ref": "GoogleCloudAiplatformV1SearchDataItemsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:setIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "GoogleIamV1SetIamPolicyRequest" + }, + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}:testIamPermissions", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "location": "query", + "repeated": true, + "type": "string" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "response": { + "$ref": "GoogleIamV1TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "annotationSpecs": { + "methods": { + "get": { + "description": "Gets an AnnotationSpec.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.annotationSpecs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the AnnotationSpec resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1AnnotationSpec" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/annotationSpecs/{annotationSpecsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.annotationSpecs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "dataItems": { + "methods": { + "list": { + "description": "Lists DataItems in a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.dataItems.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Dataset to list DataItems from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/dataItems", + "response": { + "$ref": "GoogleCloudAiplatformV1ListDataItemsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "annotations": { + "methods": { + "list": { + "description": "Lists Annotations belongs to a dataitem.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.dataItems.annotations.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the DataItem to list Annotations from. Format: `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/annotations", + "response": { + "$ref": "GoogleCloudAiplatformV1ListAnnotationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/annotations/{annotationsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.dataItems.annotations.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.dataItems.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.dataItems.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.dataItems.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.dataItems.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/dataItems/{dataItemsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.dataItems.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "datasetVersions": { + "methods": { + "create": { + "description": "Create a version from a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.datasetVersions.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/datasetVersions", + "request": { + "$ref": "GoogleCloudAiplatformV1DatasetVersion" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a Dataset version.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.datasetVersions.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a Dataset version.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.datasetVersions.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1DatasetVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists DatasetVersions in a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.datasetVersions.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. The standard list filter.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Optional. Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/datasetVersions", + "response": { + "$ref": "GoogleCloudAiplatformV1ListDatasetVersionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a DatasetVersion.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.datasets.datasetVersions.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Updatable fields: * `display_name`", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1DatasetVersion" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1DatasetVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "restore": { + "description": "Restores a dataset version.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/datasetVersions/{datasetVersionsId}:restore", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.datasetVersions.restore", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the DatasetVersion resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:restore", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "savedQueries": { + "methods": { + "delete": { + "description": "Deletes a SavedQuery.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.savedQueries.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the SavedQuery to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists SavedQueries in a Dataset.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.savedQueries.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Dataset to list SavedQueries from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/savedQueries", + "response": { + "$ref": "GoogleCloudAiplatformV1ListSavedQueriesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.savedQueries.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.datasets.savedQueries.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.savedQueries.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.datasets.savedQueries.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/savedQueries/{savedQueriesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.datasets.savedQueries.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + } + } + }, + "deploymentResourcePools": { + "methods": { + "create": { + "description": "Create a DeploymentResourcePool.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.deploymentResourcePools.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent location resource where this DeploymentResourcePool will be created. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/deploymentResourcePools", + "request": { + "$ref": "GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Delete a DeploymentResourcePool.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.deploymentResourcePools.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the DeploymentResourcePool to delete. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Get a DeploymentResourcePool.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.deploymentResourcePools.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the DeploymentResourcePool to retrieve. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1DeploymentResourcePool" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "List DeploymentResourcePools in a location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.deploymentResourcePools.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous `ListDeploymentResourcePools` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDeploymentResourcePools` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent Location which owns this collection of DeploymentResourcePools. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/deploymentResourcePools", + "response": { + "$ref": "GoogleCloudAiplatformV1ListDeploymentResourcePoolsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Update a DeploymentResourcePool.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.deploymentResourcePools.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The resource name of the DeploymentResourcePool. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Required. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1DeploymentResourcePool" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "queryDeployedModels": { + "description": "List DeployedModels that have been deployed on this DeploymentResourcePool.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}:queryDeployedModels", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.deploymentResourcePools.queryDeployedModels", + "parameterOrder": [ + "deploymentResourcePool" + ], + "parameters": { + "deploymentResourcePool": { + "description": "Required. The name of the target DeploymentResourcePool to query. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The maximum number of DeployedModels to return. The service may return fewer than this value.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous `QueryDeployedModels` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryDeployedModels` must match the call that provided the page token.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+deploymentResourcePool}:queryDeployedModels", + "response": { + "$ref": "GoogleCloudAiplatformV1QueryDeployedModelsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.deploymentResourcePools.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.deploymentResourcePools.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.deploymentResourcePools.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.deploymentResourcePools.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/deploymentResourcePools/{deploymentResourcePoolsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.deploymentResourcePools.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "endpoints": { + "methods": { + "computeTokens": { + "description": "Return a list of tokens based on the input text.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:computeTokens", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.computeTokens", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to get lists of tokens and token ids.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:computeTokens", + "request": { + "$ref": "GoogleCloudAiplatformV1ComputeTokensRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1ComputeTokensResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "countTokens": { + "description": "Perform a token counting.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:countTokens", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.countTokens", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:countTokens", + "request": { + "$ref": "GoogleCloudAiplatformV1CountTokensRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1CountTokensResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates an Endpoint.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "endpointId": { + "description": "Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID. If the first character is a letter, this value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. When using HTTP/JSON, this field is populated based on a query string argument, such as `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or the body.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to create the Endpoint in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/endpoints", + "request": { + "$ref": "GoogleCloudAiplatformV1Endpoint" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes an Endpoint.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.endpoints.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Endpoint resource to be deleted. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "deployModel": { + "description": "Deploys a Model into this Endpoint, creating a DeployedModel within it.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:deployModel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.deployModel", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint resource into which to deploy a Model. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:deployModel", + "request": { + "$ref": "GoogleCloudAiplatformV1DeployModelRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "directPredict": { + "description": "Perform an unary online prediction request to a gRPC model server for Vertex first-party products and frameworks.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:directPredict", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.directPredict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:directPredict", + "request": { + "$ref": "GoogleCloudAiplatformV1DirectPredictRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1DirectPredictResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "directRawPredict": { + "description": "Perform an unary online prediction request to a gRPC model server for custom containers.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:directRawPredict", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.directRawPredict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:directRawPredict", + "request": { + "$ref": "GoogleCloudAiplatformV1DirectRawPredictRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1DirectRawPredictResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "explain": { + "description": "Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:explain", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.explain", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the explanation. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:explain", + "request": { + "$ref": "GoogleCloudAiplatformV1ExplainRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1ExplainResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "fetchPredictOperation": { + "description": "Fetch an asynchronous online prediction operation.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:fetchPredictOperation", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.fetchPredictOperation", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:fetchPredictOperation", + "request": { + "$ref": "GoogleCloudAiplatformV1FetchPredictOperationRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "generateContent": { + "description": "Generate content with multimodal inputs.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:generateContent", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.generateContent", + "parameterOrder": [ + "model" + ], + "parameters": { + "model": { + "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+model}:generateContent", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "get": { + "description": "Gets an Endpoint.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.endpoints.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Endpoint resource. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1Endpoint" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Endpoints in a Location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.endpoints.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `endpoint` supports `=` and `!=`. `endpoint` represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * `display_name` supports `=` and `!=`. * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:*` or `labels:key` - key existence * A key including a space must be quoted. `labels.\"a key\"`. * `base_model_name` only supports `=`. Some examples: * `endpoint=1` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"` * `baseModelName=\"text-bison\"`", + "location": "query", + "type": "string" + }, + "gdcZone": { + "description": "Optional. Configures the Google Distributed Cloud (GDC) environment for online prediction. Only set this field when the Endpoint is to be deployed in a GDC environment.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The standard list page token. Typically obtained via ListEndpointsResponse.next_page_token of the previous EndpointService.ListEndpoints call.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location from which to list the Endpoints. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Optional. Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/endpoints", + "response": { + "$ref": "GoogleCloudAiplatformV1ListEndpointsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "mutateDeployedModel": { + "description": "Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:mutateDeployedModel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.mutateDeployedModel", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:mutateDeployedModel", + "request": { + "$ref": "GoogleCloudAiplatformV1MutateDeployedModelRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates an Endpoint.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.endpoints.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. The resource name of the Endpoint.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Required. The update mask applies to the resource. See google.protobuf.FieldMask.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1Endpoint" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1Endpoint" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "predict": { + "description": "Perform an online prediction.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:predict", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.predict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:predict", + "request": { + "$ref": "GoogleCloudAiplatformV1PredictRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1PredictResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "predictLongRunning": { + "description": "", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:predictLongRunning", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.predictLongRunning", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:predictLongRunning", + "request": { + "$ref": "GoogleCloudAiplatformV1PredictLongRunningRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "rawPredict": { + "description": "Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:rawPredict", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.rawPredict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:rawPredict", + "request": { + "$ref": "GoogleCloudAiplatformV1RawPredictRequest" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "serverStreamingPredict": { + "description": "Perform a server-side streaming online prediction request for Vertex LLM streaming.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:serverStreamingPredict", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.serverStreamingPredict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:serverStreamingPredict", + "request": { + "$ref": "GoogleCloudAiplatformV1StreamingPredictRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1StreamingPredictResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "streamGenerateContent": { + "description": "Generate content with multimodal inputs with streaming support.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:streamGenerateContent", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.streamGenerateContent", + "parameterOrder": [ + "model" + ], + "parameters": { + "model": { + "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+model}:streamGenerateContent", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "streamRawPredict": { + "description": "Perform a streaming online prediction with an arbitrary HTTP payload.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:streamRawPredict", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.streamRawPredict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:streamRawPredict", + "request": { + "$ref": "GoogleCloudAiplatformV1StreamRawPredictRequest" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "undeployModel": { + "description": "Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:undeployModel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.undeployModel", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint resource from which to undeploy a Model. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:undeployModel", + "request": { + "$ref": "GoogleCloudAiplatformV1UndeployModelRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "update": { + "description": "Updates an Endpoint with a long running operation.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:update", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.update", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. The resource name of the Endpoint.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:update", + "request": { + "$ref": "GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "chat": { + "methods": { + "completions": { + "description": "Exposes an OpenAI-compatible endpoint for chat completions.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/chat/completions", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.chat.completions", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}/chat/completions", + "request": { + "$ref": "GoogleApiHttpBody" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + } + } + }, + "deployedModels": { + "resources": { + "invoke": { + "methods": { + "invoke": { + "description": "Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/deployedModels/{deployedModelId}/invoke/{invokeId}", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.deployedModels.invoke.invoke", + "parameterOrder": [ + "endpoint", + "deployedModelId", + "invokeId" + ], + "parameters": { + "deployedModelId": { + "description": "ID of the DeployedModel that serves the invoke request.", + "location": "path", + "required": true, + "type": "string" + }, + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + }, + "invokeId": { + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}/deployedModels/{deployedModelId}/invoke/{+invokeId}", + "request": { + "$ref": "GoogleCloudAiplatformV1InvokeRequest" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + } + } + } + } + }, + "invoke": { + "methods": { + "invoke": { + "description": "Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/invoke/{invokeId}", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.invoke.invoke", + "parameterOrder": [ + "endpoint", + "invokeId" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + }, + "invokeId": { + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}/invoke/{+invokeId}", + "request": { + "$ref": "GoogleCloudAiplatformV1InvokeRequest" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + } + } + }, + "openapi": { + "methods": { + "embeddings": { + "description": "Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/openapi/embeddings", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.openapi.embeddings", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "deployedModelId": { + "description": "ID of the DeployedModel that serves the invoke request.", + "location": "query", + "type": "string" + }, + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/openapi$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}/embeddings", + "request": { + "$ref": "GoogleApiHttpBody" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.endpoints.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.endpoints.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.endpoints.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.endpoints.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "evaluationItems": { + "methods": { + "create": { + "description": "Creates an Evaluation Item.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.evaluationItems.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the Evaluation Item in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/evaluationItems", + "request": { + "$ref": "GoogleCloudAiplatformV1EvaluationItem" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluationItem" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes an Evaluation Item.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems/{evaluationItemsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.evaluationItems.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the EvaluationItem resource to be deleted. Format: `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets an Evaluation Item.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems/{evaluationItemsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.evaluationItems.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the EvaluationItem resource. Format: `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluationItem" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Evaluation Items.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationItems", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.evaluationItems.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filter expression that matches a subset of the EvaluationItems to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of Evaluation Items to return.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListEvaluationItems` call. Provide this to retrieve the subsequent page.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location from which to list the Evaluation Items. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/evaluationItems", + "response": { + "$ref": "GoogleCloudAiplatformV1ListEvaluationItemsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "evaluationRuns": { + "methods": { + "cancel": { + "description": "Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. Status of run can be checked via GetEvaluationRun.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns/{evaluationRunsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.evaluationRuns.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the EvaluationRun resource to be cancelled. Format: `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "GoogleCloudAiplatformV1CancelEvaluationRunRequest" + }, + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates an Evaluation Run.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.evaluationRuns.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the Evaluation Run in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/evaluationRuns", + "request": { + "$ref": "GoogleCloudAiplatformV1EvaluationRun" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluationRun" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes an Evaluation Run.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns/{evaluationRunsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.evaluationRuns.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the EvaluationRun resource to be deleted. Format: `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets an Evaluation Run.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns/{evaluationRunsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.evaluationRuns.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the EvaluationRun resource. Format: `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluationRun" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Evaluation Runs.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationRuns", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.evaluationRuns.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filter expression that matches a subset of the EvaluationRuns to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of Evaluation Runs to return.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListEvaluationRuns` call. Provide this to retrieve the subsequent page.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location from which to list the Evaluation Runs. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/evaluationRuns", + "response": { + "$ref": "GoogleCloudAiplatformV1ListEvaluationRunsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "evaluationSets": { + "methods": { + "create": { + "description": "Creates an Evaluation Set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.evaluationSets.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the Evaluation Set in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/evaluationSets", + "request": { + "$ref": "GoogleCloudAiplatformV1EvaluationSet" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluationSet" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes an Evaluation Set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets/{evaluationSetsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.evaluationSets.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the EvaluationSet resource to be deleted. Format: `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets an Evaluation Set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets/{evaluationSetsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.evaluationSets.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the EvaluationSet resource. Format: `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluationSet" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Evaluation Sets.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.evaluationSets.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filter expression that matches a subset of the EvaluationSets to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of Evaluation Sets to return.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListEvaluationSets` call. Provide this to retrieve the subsequent page.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location from which to list the Evaluation Sets. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/evaluationSets", + "response": { + "$ref": "GoogleCloudAiplatformV1ListEvaluationSetsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates an Evaluation Set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluationSets/{evaluationSetsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.evaluationSets.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the EvaluationSet. Format: `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1EvaluationSet" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1EvaluationSet" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "featureGroups": { + "methods": { + "create": { + "description": "Creates a new FeatureGroup in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "featureGroupId": { + "description": "Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to create FeatureGroups. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/featureGroups", + "request": { + "$ref": "GoogleCloudAiplatformV1FeatureGroup" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single FeatureGroup.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureGroups.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "force": { + "description": "If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. The name of the FeatureGroup to be deleted. Format: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets details of a single FeatureGroup.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the FeatureGroup resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1FeatureGroup" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}:getIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists FeatureGroups in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Lists the FeatureGroups that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > \"2020-01-01\" OR update_time > \"2020-01-01\"` FeatureGroups created or updated after 2020-01-01. * `labels.env = \"prod\"` FeatureGroups with label \"env\" set to \"prod\".", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported Fields: * `create_time` * `update_time`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of FeatureGroups to return. The service may return fewer than this value. If unspecified, at most 100 FeatureGroups will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous FeatureRegistryService.ListFeatureGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureRegistryService.ListFeatureGroups must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list FeatureGroups. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/featureGroups", + "response": { + "$ref": "GoogleCloudAiplatformV1ListFeatureGroupsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates the parameters of a single FeatureGroup.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.featureGroups.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Name of the FeatureGroup. Format: `projects/{project}/locations/{location}/featureGroups/{featureGroup}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Field mask is used to specify the fields to be overwritten in the FeatureGroup 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * `big_query.entity_id_columns` * `service_agent_type`", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1FeatureGroup" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}:setIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "GoogleIamV1SetIamPolicyRequest" + }, + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}:testIamPermissions", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "location": "query", + "repeated": true, + "type": "string" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "response": { + "$ref": "GoogleIamV1TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "features": { + "methods": { + "batchCreate": { + "description": "Creates a batch of Features in a given FeatureGroup.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features:batchCreate", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.features.batchCreate", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/features:batchCreate", + "request": { + "$ref": "GoogleCloudAiplatformV1BatchCreateFeaturesRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a new Feature in a given FeatureGroup.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.features.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "featureId": { + "description": "Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an EntityType/FeatureGroup.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/features", + "request": { + "$ref": "GoogleCloudAiplatformV1Feature" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single Feature.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureGroups.features.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Features to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets details of a single Feature.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.features.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Feature resource. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1Feature" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Features in a given FeatureGroup.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.features.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Lists the Features that match the filter expression. The following filters are supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `update_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `create_time > \\\"2020-01-31T15:30:00.000000Z\\\" OR update_time > \\\"2020-01-31T15:30:00.000000Z\\\"` --> EntityTypes created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with 'env' as the key.", + "location": "query", + "type": "string" + }, + "latestStatsCount": { + "description": "Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported for FeatureRegistry Feature) * `create_time` * `update_time`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 1000 Features will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeatures or FeatureRegistryService.ListFeatures must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list Features. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/features", + "response": { + "$ref": "GoogleCloudAiplatformV1ListFeaturesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates the parameters of a single Feature.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.featureGroups.features.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Field mask is used to specify the fields to be overwritten in the Features 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` (Not supported for FeaturestoreService FeatureStore)", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1Feature" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureGroups.features.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.features.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.features.operations.listWait", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features/{featuresId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.features.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "operations": { + "methods": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureGroups.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureGroups.operations.listWait", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureGroups.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "featureOnlineStores": { + "methods": { + "create": { + "description": "Creates a new FeatureOnlineStore in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "featureOnlineStoreId": { + "description": "Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to create FeatureOnlineStores. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/featureOnlineStores", + "request": { + "$ref": "GoogleCloudAiplatformV1FeatureOnlineStore" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureOnlineStores.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "force": { + "description": "If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. The name of the FeatureOnlineStore to be deleted. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets details of a single FeatureOnlineStore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the FeatureOnlineStore resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1FeatureOnlineStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}:getIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists FeatureOnlineStores in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Lists the FeatureOnlineStores that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > \"2020-01-01\" OR update_time > \"2020-01-01\"` FeatureOnlineStores created or updated after 2020-01-01. * `labels.env = \"prod\"` FeatureOnlineStores with label \"env\" set to \"prod\".", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported Fields: * `create_time` * `update_time`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of FeatureOnlineStores to return. The service may return fewer than this value. If unspecified, at most 100 FeatureOnlineStores will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureOnlineStores call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureOnlineStores must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list FeatureOnlineStores. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/featureOnlineStores", + "response": { + "$ref": "GoogleCloudAiplatformV1ListFeatureOnlineStoresResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates the parameters of a single FeatureOnlineStore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.featureOnlineStores.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Name of the FeatureOnlineStore. Format: `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `bigtable` * `bigtable.auto_scaling` * `bigtable.enable_multi_region_replica`", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1FeatureOnlineStore" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}:setIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "GoogleIamV1SetIamPolicyRequest" + }, + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}:testIamPermissions", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "location": "query", + "repeated": true, + "type": "string" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "response": { + "$ref": "GoogleIamV1TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "featureViews": { + "methods": { + "create": { + "description": "Creates a new FeatureView in a given FeatureOnlineStore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "featureViewId": { + "description": "Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a FeatureOnlineStore.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + }, + "runSyncImmediately": { + "description": "Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+parent}/featureViews", + "request": { + "$ref": "GoogleCloudAiplatformV1FeatureView" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single FeatureView.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the FeatureView to be deleted. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "directWrite": { + "description": "Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:directWrite", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.directWrite", + "parameterOrder": [ + "featureView" + ], + "parameters": { + "featureView": { + "description": "FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+featureView}:directWrite", + "request": { + "$ref": "GoogleCloudAiplatformV1FeatureViewDirectWriteRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1FeatureViewDirectWriteResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchFeatureValues": { + "description": "Fetch feature values under a FeatureView.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:fetchFeatureValues", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.fetchFeatureValues", + "parameterOrder": [ + "featureView" + ], + "parameters": { + "featureView": { + "description": "Required. FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+featureView}:fetchFeatureValues", + "request": { + "$ref": "GoogleCloudAiplatformV1FetchFeatureValuesRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1FetchFeatureValuesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "generateFetchAccessToken": { + "description": "RPC to generate an access token for the given feature view. FeatureViews under the same FeatureOnlineStore share the same access token.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:generateFetchAccessToken", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.generateFetchAccessToken", + "parameterOrder": [ + "featureView" + ], + "parameters": { + "featureView": { + "description": "FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+featureView}:generateFetchAccessToken", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets details of a single FeatureView.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the FeatureView resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1FeatureView" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:getIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists FeatureViews in a given FeatureOnlineStore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Lists the FeatureViews that match the filter expression. The following filters are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `create_time > \\\"2020-01-31T15:30:00.000000Z\\\" OR update_time > \\\"2020-01-31T15:30:00.000000Z\\\"` --> FeatureViews created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> FeatureViews having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any FeatureView which has a label with 'env' as the key.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `feature_view_id` * `create_time` * `update_time`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of FeatureViews to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViews will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureViews must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/featureViews", + "response": { + "$ref": "GoogleCloudAiplatformV1ListFeatureViewsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates the parameters of a single FeatureView.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Name of the FeatureView. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Field mask is used to specify the fields to be overwritten in the FeatureView 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `service_agent_type` * `big_query_source` * `big_query_source.uri` * `big_query_source.entity_id_columns` * `feature_registry_source` * `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` * `optimized_config.automatic_resources`", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1FeatureView" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "searchNearestEntities": { + "description": "Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:searchNearestEntities", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.searchNearestEntities", + "parameterOrder": [ + "featureView" + ], + "parameters": { + "featureView": { + "description": "Required. FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+featureView}:searchNearestEntities", + "request": { + "$ref": "GoogleCloudAiplatformV1SearchNearestEntitiesRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1SearchNearestEntitiesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:setIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "GoogleIamV1SetIamPolicyRequest" + }, + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "sync": { + "description": "Triggers on-demand sync for the FeatureView.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:sync", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.sync", + "parameterOrder": [ + "featureView" + ], + "parameters": { + "featureView": { + "description": "Required. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+featureView}:sync", + "request": { + "$ref": "GoogleCloudAiplatformV1SyncFeatureViewRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1SyncFeatureViewResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}:testIamPermissions", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "location": "query", + "repeated": true, + "type": "string" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "response": { + "$ref": "GoogleIamV1TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "featureViewSyncs": { + "methods": { + "get": { + "description": "Gets details of a single FeatureViewSync.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/featureViewSyncs/{featureViewSyncsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the FeatureViewSync resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/featureViewSyncs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1FeatureViewSync" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists FeatureViewSyncs in a given FeatureView.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/featureViewSyncs", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Lists the FeatureViewSyncs that match the filter expression. The following filters are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons. Values must be in RFC 3339 format. Examples: * `create_time > \\\"2020-01-31T15:30:00.000000Z\\\"` --> FeatureViewSyncs created after 2020-01-31T15:30:00.000000Z.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `create_time`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of FeatureViewSyncs to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViewSyncs will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViewSyncs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureViewSyncs must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/featureViewSyncs", + "response": { + "$ref": "GoogleCloudAiplatformV1ListFeatureViewSyncsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "operations": { + "methods": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.listWait", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/featureViews/{featureViewsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.featureViews.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "operations": { + "methods": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featureOnlineStores.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "listWait": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}:wait", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featureOnlineStores.operations.listWait", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureOnlineStores/{featureOnlineStoresId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featureOnlineStores.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "featurestores": { + "methods": { + "batchReadFeatureValues": { + "description": "Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:batchReadFeatureValues", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featurestores.batchReadFeatureValues", + "parameterOrder": [ + "featurestore" + ], + "parameters": { + "featurestore": { + "description": "Required. The resource name of the Featurestore from which to query Feature values. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+featurestore}:batchReadFeatureValues", + "request": { + "$ref": "GoogleCloudAiplatformV1BatchReadFeatureValuesRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a new Featurestore in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featurestores.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "featurestoreId": { + "description": "Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to create Featurestores. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/featurestores", + "request": { + "$ref": "GoogleCloudAiplatformV1Featurestore" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be set to true for the request to succeed.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.featurestores.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "force": { + "description": "If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. The name of the Featurestore to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets details of a single Featurestore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featurestores.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Featurestore resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1Featurestore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:getIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featurestores.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Featurestores in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featurestores.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Lists the featurestores that match the filter expression. The following fields are supported: * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. Values must be in RFC 3339 format. * `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons. * `labels`: Supports key-value equality and key presence. Examples: * `create_time > \"2020-01-01\" OR update_time > \"2020-01-01\"` Featurestores created or updated after 2020-01-01. * `labels.env = \"prod\"` Featurestores with label \"env\" set to \"prod\".", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported Fields: * `create_time` * `update_time` * `online_serving_config.fixed_node_count`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of Featurestores to return. The service may return fewer than this value. If unspecified, at most 100 Featurestores will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous FeaturestoreService.ListFeaturestores call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeaturestores must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list Featurestores. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/featurestores", + "response": { + "$ref": "GoogleCloudAiplatformV1ListFeaturestoresResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates the parameters of a single Featurestore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}", + "httpMethod": "PATCH", + "id": "aiplatform.projects.locations.featurestores.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. Name of the Featurestore. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Field mask is used to specify the fields to be overwritten in the Featurestore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * `online_storage_ttl_days`", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1Featurestore" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "searchFeatures": { + "description": "Searches Features matching a query in a given project.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores:searchFeatures", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.featurestores.searchFeatures", + "parameterOrder": [ + "location" + ], + "parameters": { + "location": { + "description": "Required. The resource name of the Location to search Features. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 100 Features will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous FeaturestoreService.SearchFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.SearchFeatures, except `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "query": { + "description": "Query string that is a conjunction of field-restricted queries and/or field-restricted filters. Field-restricted queries and filters can be combined using `AND` to form a conjunction. A field query is in the form FIELD:QUERY. This implicitly checks if QUERY exists as a substring within Feature's FIELD. The QUERY and the FIELD are converted to a sequence of words (i.e. tokens) for comparison. This is done by: * Removing leading/trailing whitespace and tokenizing the search value. Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore `_`, or asterisk `*` are treated as delimiters for tokens. `*` is treated as a wildcard that matches characters within a token. * Ignoring case. * Prepending an asterisk to the first and appending an asterisk to the last token in QUERY. A QUERY must be either a singular token or a phrase. A phrase is one or multiple words enclosed in double quotation marks (\"). With phrases, the order of the words is important. Words in the phrase must be matching in order and consecutively. Supported FIELDs for field-restricted queries: * `feature_id` * `description` * `entity_type_id` Examples: * `feature_id: foo` --> Matches a Feature with ID containing the substring `foo` (eg. `foo`, `foofeature`, `barfoo`). * `feature_id: foo*feature` --> Matches a Feature with ID containing the substring `foo*feature` (eg. `foobarfeature`). * `feature_id: foo AND description: bar` --> Matches a Feature with ID containing the substring `foo` and description containing the substring `bar`. Besides field queries, the following exact-match filters are supported. The exact-match filters do not support wildcards. Unlike field-restricted queries, exact-match filters are case-sensitive. * `feature_id`: Supports = comparisons. * `description`: Supports = comparisons. Multi-token filters should be enclosed in quotes. * `entity_type_id`: Supports = comparisons. * `value_type`: Supports = and != comparisons. * `labels`: Supports key-value equality as well as key presence. * `featurestore_id`: Supports = comparisons. Examples: * `description = \"foo bar\"` --> Any Feature with description exactly equal to `foo bar` * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with `env` as the key.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+location}/featurestores:searchFeatures", + "response": { + "$ref": "GoogleCloudAiplatformV1SearchFeaturesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:setIamPolicy", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featurestores.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "GoogleIamV1SetIamPolicyRequest" + }, + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}:testIamPermissions", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.featurestores.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "location": "query", + "repeated": true, + "type": "string" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "response": { + "$ref": "GoogleIamV1TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "entityTypes": { + "methods": { + "create": { "description": "Creates a new EntityType in a given Featurestore.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featurestores/{featurestoresId}/entityTypes", "httpMethod": "POST", @@ -8485,6 +13842,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -8638,6 +14000,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -8791,6 +14158,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -9101,6 +14473,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -9557,6 +14934,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -9929,6 +15311,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -10452,6 +15839,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -10924,6 +16316,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -11335,6 +16732,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -11591,6 +16993,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -11804,6 +17211,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -12204,6 +17616,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -12944,6 +18361,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -13201,6 +18623,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -13742,6 +19169,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -14158,6 +19590,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -14529,6 +19966,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -14682,6 +20124,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -15018,6 +20465,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -15394,6 +20846,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -15499,6 +20956,35 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "embedContent": { + "description": "Embed content with multimodal inputs.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:embedContent", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.publishers.models.embedContent", + "parameterOrder": [ + "model" + ], + "parameters": { + "model": { + "description": "Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*/models/*`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+model}:embedContent", + "request": { + "$ref": "GoogleCloudAiplatformV1EmbedContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1EmbedContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, "fetchPredictOperation": { "description": "Fetch an asynchronous online prediction operation.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:fetchPredictOperation", @@ -15994,6 +21480,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -16268,6 +21759,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -16425,6 +21921,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -16796,6 +22297,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -17167,6 +22673,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -17483,6 +22994,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -17782,6 +23298,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -18219,6 +23740,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -18856,6 +24382,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -19238,6 +24769,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -19661,6 +25197,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -19706,186 +25247,2382 @@ } } } - } + } + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.tensorboards.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.tensorboards.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.tensorboards.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.tensorboards.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.tensorboards.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "trainingPipelines": { + "methods": { + "cancel": { + "description": "Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is set to `CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.trainingPipelines.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the TrainingPipeline to cancel. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "GoogleCloudAiplatformV1CancelTrainingPipelineRequest" + }, + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.trainingPipelines.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the TrainingPipeline in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/trainingPipelines", + "request": { + "$ref": "GoogleCloudAiplatformV1TrainingPipeline" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1TrainingPipeline" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a TrainingPipeline.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.trainingPipelines.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the TrainingPipeline resource to be deleted. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a TrainingPipeline.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.trainingPipelines.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the TrainingPipeline resource. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1TrainingPipeline" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists TrainingPipelines in a Location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.trainingPipelines.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `training_task_definition` `=`, `!=` comparisons, and `:` wildcard. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"PIPELINE_STATE_SUCCEEDED\" AND display_name:\"my_pipeline_*\"` * `state!=\"PIPELINE_STATE_FAILED\" OR display_name=\"my_pipeline\"` * `NOT display_name=\"my_pipeline\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `training_task_definition:\"*automl_text_classification*\"`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token. Typically obtained via ListTrainingPipelinesResponse.next_page_token of the previous PipelineService.ListTrainingPipelines call.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list the TrainingPipelines from. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "readMask": { + "description": "Mask specifying which fields to read.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/trainingPipelines", + "response": { + "$ref": "GoogleCloudAiplatformV1ListTrainingPipelinesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.trainingPipelines.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.trainingPipelines.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.trainingPipelines.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.trainingPipelines.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.trainingPipelines.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "tuningJobs": { + "methods": { + "cancel": { + "description": "Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the TuningJob is not deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TuningJob.state is set to `CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.tuningJobs.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the TuningJob to cancel. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "GoogleCloudAiplatformV1CancelTuningJobRequest" + }, + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a TuningJob. A created TuningJob right away will be attempted to be run.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.tuningJobs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the TuningJob in. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/tuningJobs", + "request": { + "$ref": "GoogleCloudAiplatformV1TuningJob" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1TuningJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a TuningJob.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.tuningJobs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the TuningJob resource. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1TuningJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists TuningJobs in a Location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.tuningJobs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. The standard list filter.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The standard list page token. Typically obtained via ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJob][] call.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list the TuningJobs from. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/tuningJobs", + "response": { + "$ref": "GoogleCloudAiplatformV1ListTuningJobsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "rebaseTunedModel": { + "description": "Rebase a TunedModel.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs:rebaseTunedModel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.tuningJobs.rebaseTunedModel", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location into which to rebase the Model. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/tuningJobs:rebaseTunedModel", + "request": { + "$ref": "GoogleCloudAiplatformV1RebaseTunedModelRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.projects.locations.tuningJobs.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.projects.locations.tuningJobs.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.tuningJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.projects.locations.tuningJobs.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + } + } + } + } + }, + "publishers": { + "resources": { + "models": { + "methods": { + "computeTokens": { + "description": "Return a list of tokens based on the input text.", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:computeTokens", + "httpMethod": "POST", + "id": "aiplatform.publishers.models.computeTokens", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to get lists of tokens and token ids.", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:computeTokens", + "request": { + "$ref": "GoogleCloudAiplatformV1ComputeTokensRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1ComputeTokensResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "countTokens": { + "description": "Perform a token counting.", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:countTokens", + "httpMethod": "POST", + "id": "aiplatform.publishers.models.countTokens", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:countTokens", + "request": { + "$ref": "GoogleCloudAiplatformV1CountTokensRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1CountTokensResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchPredictOperation": { + "description": "Fetch an asynchronous online prediction operation.", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:fetchPredictOperation", + "httpMethod": "POST", + "id": "aiplatform.publishers.models.fetchPredictOperation", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:fetchPredictOperation", + "request": { + "$ref": "GoogleCloudAiplatformV1FetchPredictOperationRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "generateContent": { + "description": "Generate content with multimodal inputs.", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:generateContent", + "httpMethod": "POST", + "id": "aiplatform.publishers.models.generateContent", + "parameterOrder": [ + "model" + ], + "parameters": { + "model": { + "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+model}:generateContent", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "get": { + "description": "Gets a Model Garden publisher model.", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}", + "httpMethod": "GET", + "id": "aiplatform.publishers.models.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "huggingFaceToken": { + "description": "Optional. Token used to access Hugging Face gated models.", + "location": "query", + "type": "string" + }, + "isHuggingFaceModel": { + "description": "Optional. Boolean indicates whether the requested model is a Hugging Face model.", + "location": "query", + "type": "boolean" + }, + "languageCode": { + "description": "Optional. The IETF BCP-47 language code representing the language in which the publisher model's text information should be written in.", + "location": "query", + "type": "string" + }, + "name": { + "description": "Required. The name of the PublisherModel resource. Format: `publishers/{publisher}/models/{publisher_model}`", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + }, + "view": { + "description": "Optional. PublisherModel view specifying which fields to read.", + "enum": [ + "PUBLISHER_MODEL_VIEW_UNSPECIFIED", + "PUBLISHER_MODEL_VIEW_BASIC", + "PUBLISHER_MODEL_VIEW_FULL", + "PUBLISHER_MODEL_VERSION_VIEW_BASIC" + ], + "enumDescriptions": [ + "The default / unset value. The API will default to the BASIC view.", + "Include basic metadata about the publisher model, but not the full contents.", + "Include everything.", + "Include: VersionId, ModelVersionExternalName, and SupportedActions." + ], + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1PublisherModel" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "predict": { + "description": "Perform an online prediction.", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:predict", + "httpMethod": "POST", + "id": "aiplatform.publishers.models.predict", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:predict", + "request": { + "$ref": "GoogleCloudAiplatformV1PredictRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1PredictResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "predictLongRunning": { + "description": "", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:predictLongRunning", + "httpMethod": "POST", + "id": "aiplatform.publishers.models.predictLongRunning", + "parameterOrder": [ + "endpoint" + ], + "parameters": { + "endpoint": { + "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+endpoint}:predictLongRunning", + "request": { + "$ref": "GoogleCloudAiplatformV1PredictLongRunningRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, + "streamGenerateContent": { + "description": "Generate content with multimodal inputs with streaming support.", + "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:streamGenerateContent", + "httpMethod": "POST", + "id": "aiplatform.publishers.models.streamGenerateContent", + "parameterOrder": [ + "model" + ], + "parameters": { + "model": { + "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "location": "path", + "pattern": "^publishers/[^/]+/models/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+model}:streamGenerateContent", + "request": { + "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + } + } + } + } + }, + "ragCorpora": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.ragCorpora.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.ragCorpora.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.ragCorpora.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/operations", + "httpMethod": "GET", + "id": "aiplatform.ragCorpora.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^ragCorpora/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.ragCorpora.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "ragFiles": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.ragCorpora.ragFiles.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" } - } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.ragCorpora.ragFiles.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.ragCorpora.ragFiles.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.ragCorpora.ragFiles.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/ragFiles/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/ragCorpora/{ragCorporaId}/ragFiles/{ragFilesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.ragCorpora.ragFiles.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + } + } + }, + "ragEngineConfig": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/ragEngineConfig/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.ragEngineConfig.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^ragEngineConfig/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/ragEngineConfig/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.ragEngineConfig.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^ragEngineConfig/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/ragEngineConfig/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.ragEngineConfig.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^ragEngineConfig/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/ragEngineConfig/operations", + "httpMethod": "GET", + "id": "aiplatform.ragEngineConfig.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^ragEngineConfig$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/ragEngineConfig/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.ragEngineConfig.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^ragEngineConfig/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "reasoningEngines": { + "methods": { + "create": { + "description": "Creates a reasoning engine.", + "flatPath": "v1/reasoningEngines", + "httpMethod": "POST", + "id": "aiplatform.reasoningEngines.create", + "parameterOrder": [], + "parameters": { + "parent": { + "description": "Required. The resource name of the Location to create the ReasoningEngine in. Format: `projects/{project}/locations/{location}`", + "location": "query", + "type": "string" + } + }, + "path": "v1/reasoningEngines", + "request": { + "$ref": "GoogleCloudAiplatformV1ReasoningEngine" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a reasoning engine.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}", + "httpMethod": "DELETE", + "id": "aiplatform.reasoningEngines.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "force": { + "description": "Optional. If set to true, child resources of this reasoning engine will also be deleted. Otherwise, the request will fail with FAILED_PRECONDITION error when the reasoning engine has undeleted child resources.", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. The name of the ReasoningEngine resource to be deleted. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", + "location": "path", + "pattern": "^reasoningEngines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a reasoning engine.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}", + "httpMethod": "GET", + "id": "aiplatform.reasoningEngines.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the ReasoningEngine resource. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", + "location": "path", + "pattern": "^reasoningEngines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudAiplatformV1ReasoningEngine" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists reasoning engines in a location.", + "flatPath": "v1/reasoningEngines", + "httpMethod": "GET", + "id": "aiplatform.reasoningEngines.list", + "parameterOrder": [], + "parameters": { + "filter": { + "description": "Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160).", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The standard list page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The resource name of the Location to list the ReasoningEngines from. Format: `projects/{project}/locations/{location}`", + "location": "query", + "type": "string" + } + }, + "path": "v1/reasoningEngines", + "response": { + "$ref": "GoogleCloudAiplatformV1ListReasoningEnginesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a reasoning engine.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}", + "httpMethod": "PATCH", + "id": "aiplatform.reasoningEngines.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", + "location": "path", + "pattern": "^reasoningEngines/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. Mask specifying which fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudAiplatformV1ReasoningEngine" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "query": { + "description": "Queries using a reasoning engine.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}:query", + "httpMethod": "POST", + "id": "aiplatform.reasoningEngines.query", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", + "location": "path", + "pattern": "^reasoningEngines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:query", + "request": { + "$ref": "GoogleCloudAiplatformV1QueryReasoningEngineRequest" + }, + "response": { + "$ref": "GoogleCloudAiplatformV1QueryReasoningEngineResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "streamQuery": { + "description": "Streams queries using a reasoning engine.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}:streamQuery", + "httpMethod": "POST", + "id": "aiplatform.reasoningEngines.streamQuery", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", + "location": "path", + "pattern": "^reasoningEngines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:streamQuery", + "request": { + "$ref": "GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest" + }, + "response": { + "$ref": "GoogleApiHttpBody" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.reasoningEngines.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^reasoningEngines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.reasoningEngines.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^reasoningEngines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.reasoningEngines.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^reasoningEngines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.reasoningEngines.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^reasoningEngines/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/reasoningEngines/{reasoningEnginesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.reasoningEngines.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^reasoningEngines/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "schedules": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/schedules/{schedulesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.schedules.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^schedules/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/schedules/{schedulesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.schedules.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^schedules/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/schedules/{schedulesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.schedules.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^schedules/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/schedules/{schedulesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.schedules.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^schedules/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/schedules/{schedulesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.schedules.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^schedules/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "specialistPools": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/specialistPools/{specialistPoolsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.specialistPools.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^specialistPools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/specialistPools/{specialistPoolsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.specialistPools.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^specialistPools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/specialistPools/{specialistPoolsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.specialistPools.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^specialistPools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/specialistPools/{specialistPoolsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.specialistPools.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^specialistPools/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/specialistPools/{specialistPoolsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.specialistPools.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^specialistPools/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" }, - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.tensorboards.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.tensorboards.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.tensorboards.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.tensorboards.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tensorboards/{tensorboardsId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.tensorboards.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } - } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "studies": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/studies/{studiesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.studies.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^studies/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] }, - "trainingPipelines": { + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/studies/{studiesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.studies.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^studies/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/studies/{studiesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.studies.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^studies/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/studies/{studiesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.studies.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^studies/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/studies/{studiesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.studies.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^studies/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "trials": { + "resources": { + "operations": { "methods": { "cancel": { - "description": "Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is set to `CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}:cancel", + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.trainingPipelines.cancel", + "id": "aiplatform.studies.trials.operations.cancel", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the TrainingPipeline to cancel. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`", + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + "pattern": "^studies/[^/]+/trials/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}:cancel", - "request": { - "$ref": "GoogleCloudAiplatformV1CancelTrainingPipelineRequest" - }, "response": { "$ref": "GoogleProtobufEmpty" }, @@ -19893,309 +27630,163 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, - "create": { - "description": "Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.trainingPipelines.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the TrainingPipeline in. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/trainingPipelines", - "request": { - "$ref": "GoogleCloudAiplatformV1TrainingPipeline" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1TrainingPipeline" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, "delete": { - "description": "Deletes a TrainingPipeline.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}", + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.trainingPipelines.delete", + "id": "aiplatform.studies.trials.operations.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the TrainingPipeline resource to be deleted. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`", + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + "pattern": "^studies/[^/]+/trials/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets a TrainingPipeline.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.trainingPipelines.get", + "id": "aiplatform.studies.trials.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the TrainingPipeline resource. Format: `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + "pattern": "^studies/[^/]+/trials/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1TrainingPipeline" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists TrainingPipelines in a Location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/studies/{studiesId}/trials/{trialsId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.trainingPipelines.list", + "id": "aiplatform.studies.trials.operations.list", "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and `:` wildcard. * `state` supports `=`, `!=` comparisons. * `training_task_definition` `=`, `!=` comparisons, and `:` wildcard. * `create_time` supports `=`, `!=`,`<`, `<=`,`>`, `>=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence Some examples of using the filter are: * `state=\"PIPELINE_STATE_SUCCEEDED\" AND display_name:\"my_pipeline_*\"` * `state!=\"PIPELINE_STATE_FAILED\" OR display_name=\"my_pipeline\"` * `NOT display_name=\"my_pipeline\"` * `create_time>\"2021-05-18T00:00:00Z\"` * `training_task_definition:\"*automl_text_classification*\"`", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token. Typically obtained via ListTrainingPipelinesResponse.next_page_token of the previous PipelineService.ListTrainingPipelines call.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to list the TrainingPipelines from. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "readMask": { - "description": "Mask specifying which fields to read.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/trainingPipelines", - "response": { - "$ref": "GoogleCloudAiplatformV1ListTrainingPipelinesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - }, - "resources": { - "operations": { - "methods": { - "cancel": { - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:cancel", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.trainingPipelines.operations.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be cancelled.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}", - "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.trainingPipelines.operations.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to be deleted.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.trainingPipelines.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations", - "httpMethod": "GET", - "id": "aiplatform.projects.locations.trainingPipelines.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The standard list page token.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}/operations", - "response": { - "$ref": "GoogleLongrunningListOperationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" }, - "wait": { - "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:wait", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.trainingPipelines.operations.wait", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource to wait on.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - }, - "timeout": { - "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", - "format": "google-duration", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:wait", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^studies/[^/]+/trials/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } - } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/studies/{studiesId}/trials/{trialsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.studies.trials.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^studies/[^/]+/trials/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] } } - }, - "tuningJobs": { + } + } + } + } + }, + "tensorboards": { + "resources": { + "experiments": { + "resources": { + "operations": { "methods": { "cancel": { - "description": "Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the TuningJob is not deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TuningJob.state is set to `CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}:cancel", + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.tuningJobs.cancel", + "id": "aiplatform.tensorboards.experiments.operations.cancel", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the TuningJob to cancel. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`", + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}:cancel", - "request": { - "$ref": "GoogleCloudAiplatformV1CancelTuningJobRequest" - }, "response": { "$ref": "GoogleProtobufEmpty" }, @@ -20203,121 +27794,126 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, - "create": { - "description": "Creates a TuningJob. A created TuningJob right away will be attempted to be run.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs", - "httpMethod": "POST", - "id": "aiplatform.projects.locations.tuningJobs.create", + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.tensorboards.experiments.operations.delete", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the TuningJob in. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+parent}/tuningJobs", - "request": { - "$ref": "GoogleCloudAiplatformV1TuningJob" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1TuningJob" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "get": { - "description": "Gets a TuningJob.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}", + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.tuningJobs.get", + "id": "aiplatform.tensorboards.experiments.operations.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The name of the TuningJob resource. Format: `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`", + "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1TuningJob" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, "list": { - "description": "Lists TuningJobs in a Location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs", + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.tuningJobs.list", + "id": "aiplatform.tensorboards.experiments.operations.list", "parameterOrder": [ - "parent" + "name" ], "parameters": { "filter": { - "description": "Optional. The standard list filter.", + "description": "The standard list filter.", "location": "query", "type": "string" }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+$", + "required": true, + "type": "string" + }, "pageSize": { - "description": "Optional. The standard list page size.", + "description": "The standard list page size.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { - "description": "Optional. The standard list page token. Typically obtained via ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJob][] call.", + "description": "The standard list page token.", "location": "query", "type": "string" }, - "parent": { - "description": "Required. The resource name of the Location to list the TuningJobs from. Format: `projects/{project}/locations/{location}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "path": "v1/{+parent}/tuningJobs", + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudAiplatformV1ListTuningJobsResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "rebaseTunedModel": { - "description": "Rebase a TunedModel.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs:rebaseTunedModel", + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.projects.locations.tuningJobs.rebaseTunedModel", + "id": "aiplatform.tensorboards.experiments.operations.wait", "parameterOrder": [ - "parent" + "name" ], "parameters": { - "parent": { - "description": "Required. The resource name of the Location into which to rebase the Model. Format: `projects/{project}/locations/{location}`", + "name": { + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", "required": true, "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" } }, - "path": "v1/{+parent}/tuningJobs:rebaseTunedModel", - "request": { - "$ref": "GoogleCloudAiplatformV1RebaseTunedModelRequest" - }, + "path": "v1/{+name}:wait", "response": { "$ref": "GoogleLongrunningOperation" }, @@ -20325,15 +27921,17 @@ "https://www.googleapis.com/auth/cloud-platform" ] } - }, + } + }, + "runs": { "resources": { "operations": { "methods": { "cancel": { "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}:cancel", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.projects.locations.tuningJobs.operations.cancel", + "id": "aiplatform.tensorboards.experiments.runs.operations.cancel", "parameterOrder": [ "name" ], @@ -20341,7 +27939,7 @@ "name": { "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", "required": true, "type": "string" } @@ -20356,9 +27954,9 @@ }, "delete": { "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}", "httpMethod": "DELETE", - "id": "aiplatform.projects.locations.tuningJobs.operations.delete", + "id": "aiplatform.tensorboards.experiments.runs.operations.delete", "parameterOrder": [ "name" ], @@ -20366,7 +27964,7 @@ "name": { "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", "required": true, "type": "string" } @@ -20381,9 +27979,9 @@ }, "get": { "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}", "httpMethod": "GET", - "id": "aiplatform.projects.locations.tuningJobs.operations.get", + "id": "aiplatform.tensorboards.experiments.runs.operations.get", "parameterOrder": [ "name" ], @@ -20391,7 +27989,7 @@ "name": { "description": "The name of the operation resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", "required": true, "type": "string" } @@ -20406,9 +28004,9 @@ }, "list": { "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations", "httpMethod": "GET", - "id": "aiplatform.projects.locations.tuningJobs.operations.list", + "id": "aiplatform.tensorboards.experiments.runs.operations.list", "parameterOrder": [ "name" ], @@ -20421,7 +28019,7 @@ "name": { "description": "The name of the operation's parent resource.", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", "required": true, "type": "string" }, @@ -20435,6 +28033,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -20444,493 +28047,653 @@ "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.tensorboards.experiments.runs.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "timeSeries": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.tensorboards.experiments.runs.timeSeries.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.tensorboards.experiments.runs.timeSeries.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.tensorboards.experiments.runs.timeSeries.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations", + "httpMethod": "GET", + "id": "aiplatform.tensorboards.experiments.runs.timeSeries.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/tensorboards/{tensorboardsId}/experiments/{experimentsId}/runs/{runsId}/timeSeries/{timeSeriesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.tensorboards.experiments.runs.timeSeries.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } } } } } } } - } - } - }, - "publishers": { - "resources": { - "models": { + }, + "operations": { "methods": { - "computeTokens": { - "description": "Return a list of tokens based on the input text.", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:computeTokens", + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.publishers.models.computeTokens", + "id": "aiplatform.tensorboards.operations.cancel", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to get lists of tokens and token ids.", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^tensorboards/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:computeTokens", - "request": { - "$ref": "GoogleCloudAiplatformV1ComputeTokensRequest" + "path": "v1/{+name}:cancel", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.tensorboards.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^tensorboards/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1ComputeTokensResponse" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "countTokens": { - "description": "Perform a token counting.", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:countTokens", + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/tensorboards/{tensorboardsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.tensorboards.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^tensorboards/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/tensorboards/{tensorboardsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.tensorboards.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^tensorboards/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/tensorboards/{tensorboardsId}/operations/{operationsId}:wait", "httpMethod": "POST", - "id": "aiplatform.publishers.models.countTokens", + "id": "aiplatform.tensorboards.operations.wait", "parameterOrder": [ - "endpoint" + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to wait on.", + "location": "path", + "pattern": "^tensorboards/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + }, + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:wait", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "trainingPipelines": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "aiplatform.trainingPipelines.operations.cancel", + "parameterOrder": [ + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^trainingPipelines/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:countTokens", - "request": { - "$ref": "GoogleCloudAiplatformV1CountTokensRequest" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleCloudAiplatformV1CountTokensResponse" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] }, - "fetchPredictOperation": { - "description": "Fetch an asynchronous online prediction operation.", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:fetchPredictOperation", - "httpMethod": "POST", - "id": "aiplatform.publishers.models.fetchPredictOperation", + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.trainingPipelines.operations.delete", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "name": { + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^trainingPipelines/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:fetchPredictOperation", - "request": { - "$ref": "GoogleCloudAiplatformV1FetchPredictOperationRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleLongrunningOperation" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "generateContent": { - "description": "Generate content with multimodal inputs.", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:generateContent", - "httpMethod": "POST", - "id": "aiplatform.publishers.models.generateContent", + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.trainingPipelines.operations.get", "parameterOrder": [ - "model" + "name" ], "parameters": { - "model": { - "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "name": { + "description": "The name of the operation resource.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^trainingPipelines/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+model}:generateContent", - "request": { - "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "get": { - "description": "Gets a Model Garden publisher model.", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}", + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/trainingPipelines/{trainingPipelinesId}/operations", "httpMethod": "GET", - "id": "aiplatform.publishers.models.get", + "id": "aiplatform.trainingPipelines.operations.list", "parameterOrder": [ "name" ], "parameters": { - "huggingFaceToken": { - "description": "Optional. Token used to access Hugging Face gated models.", + "filter": { + "description": "The standard list filter.", "location": "query", "type": "string" }, - "isHuggingFaceModel": { - "description": "Optional. Boolean indicates whether the requested model is a Hugging Face model.", + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^trainingPipelines/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", "location": "query", - "type": "boolean" + "type": "integer" }, - "languageCode": { - "description": "Optional. The IETF BCP-47 language code representing the language in which the publisher model's text information should be written in.", + "pageToken": { + "description": "The standard list page token.", "location": "query", "type": "string" }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "wait": { + "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", + "flatPath": "v1/trainingPipelines/{trainingPipelinesId}/operations/{operationsId}:wait", + "httpMethod": "POST", + "id": "aiplatform.trainingPipelines.operations.wait", + "parameterOrder": [ + "name" + ], + "parameters": { "name": { - "description": "Required. The name of the PublisherModel resource. Format: `publishers/{publisher}/models/{publisher_model}`", + "description": "The name of the operation resource to wait on.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^trainingPipelines/[^/]+/operations/[^/]+$", "required": true, "type": "string" }, - "view": { - "description": "Optional. PublisherModel view specifying which fields to read.", - "enum": [ - "PUBLISHER_MODEL_VIEW_UNSPECIFIED", - "PUBLISHER_MODEL_VIEW_BASIC", - "PUBLISHER_MODEL_VIEW_FULL", - "PUBLISHER_MODEL_VERSION_VIEW_BASIC" - ], - "enumDescriptions": [ - "The default / unset value. The API will default to the BASIC view.", - "Include basic metadata about the publisher model, but not the full contents.", - "Include everything.", - "Include: VersionId, ModelVersionExternalName, and SupportedActions." - ], + "timeout": { + "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.", + "format": "google-duration", "location": "query", "type": "string" } }, - "path": "v1/{+name}", + "path": "v1/{+name}:wait", "response": { - "$ref": "GoogleCloudAiplatformV1PublisherModel" + "$ref": "GoogleLongrunningOperation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] - }, - "predict": { - "description": "Perform an online prediction.", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:predict", + } + } + } + } + }, + "tuningJobs": { + "resources": { + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/tuningJobs/{tuningJobsId}/operations/{operationsId}:cancel", "httpMethod": "POST", - "id": "aiplatform.publishers.models.predict", + "id": "aiplatform.tuningJobs.operations.cancel", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "name": { + "description": "The name of the operation resource to be cancelled.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^tuningJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:predict", - "request": { - "$ref": "GoogleCloudAiplatformV1PredictRequest" - }, + "path": "v1/{+name}:cancel", "response": { - "$ref": "GoogleCloudAiplatformV1PredictResponse" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "predictLongRunning": { - "description": "", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:predictLongRunning", - "httpMethod": "POST", - "id": "aiplatform.publishers.models.predictLongRunning", + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/tuningJobs/{tuningJobsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "aiplatform.tuningJobs.operations.delete", "parameterOrder": [ - "endpoint" + "name" ], "parameters": { - "endpoint": { - "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`", + "name": { + "description": "The name of the operation resource to be deleted.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^tuningJobs/[^/]+/operations/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+endpoint}:predictLongRunning", - "request": { - "$ref": "GoogleCloudAiplatformV1PredictLongRunningRequest" + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/tuningJobs/{tuningJobsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "aiplatform.tuningJobs.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^tuningJobs/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } }, + "path": "v1/{+name}", "response": { "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] }, - "streamGenerateContent": { - "description": "Generate content with multimodal inputs with streaming support.", - "flatPath": "v1/publishers/{publishersId}/models/{modelsId}:streamGenerateContent", - "httpMethod": "POST", - "id": "aiplatform.publishers.models.streamGenerateContent", + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/tuningJobs/{tuningJobsId}/operations", + "httpMethod": "GET", + "id": "aiplatform.tuningJobs.operations.list", "parameterOrder": [ - "model" + "name" ], "parameters": { - "model": { - "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", "location": "path", - "pattern": "^publishers/[^/]+/models/[^/]+$", + "pattern": "^tuningJobs/[^/]+$", "required": true, "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, - "path": "v1/{+model}:streamGenerateContent", - "request": { - "$ref": "GoogleCloudAiplatformV1GenerateContentRequest" - }, + "path": "v1/{+name}/operations", "response": { - "$ref": "GoogleCloudAiplatformV1GenerateContentResponse" + "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud-platform.read-only" + "https://www.googleapis.com/auth/cloud-platform" ] } } } } - }, - "reasoningEngines": { - "methods": { - "create": { - "description": "Creates a reasoning engine.", - "flatPath": "v1/reasoningEngines", - "httpMethod": "POST", - "id": "aiplatform.reasoningEngines.create", - "parameterOrder": [], - "parameters": { - "parent": { - "description": "Required. The resource name of the Location to create the ReasoningEngine in. Format: `projects/{project}/locations/{location}`", - "location": "query", - "type": "string" - } - }, - "path": "v1/reasoningEngines", - "request": { - "$ref": "GoogleCloudAiplatformV1ReasoningEngine" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a reasoning engine.", - "flatPath": "v1/reasoningEngines/{reasoningEnginesId}", - "httpMethod": "DELETE", - "id": "aiplatform.reasoningEngines.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "force": { - "description": "Optional. If set to true, child resources of this reasoning engine will also be deleted. Otherwise, the request will fail with FAILED_PRECONDITION error when the reasoning engine has undeleted child resources.", - "location": "query", - "type": "boolean" - }, - "name": { - "description": "Required. The name of the ReasoningEngine resource to be deleted. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", - "location": "path", - "pattern": "^reasoningEngines/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets a reasoning engine.", - "flatPath": "v1/reasoningEngines/{reasoningEnginesId}", - "httpMethod": "GET", - "id": "aiplatform.reasoningEngines.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the ReasoningEngine resource. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", - "location": "path", - "pattern": "^reasoningEngines/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudAiplatformV1ReasoningEngine" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists reasoning engines in a location.", - "flatPath": "v1/reasoningEngines", - "httpMethod": "GET", - "id": "aiplatform.reasoningEngines.list", - "parameterOrder": [], - "parameters": { - "filter": { - "description": "Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160).", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Optional. The standard list page size.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "Optional. The standard list page token.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The resource name of the Location to list the ReasoningEngines from. Format: `projects/{project}/locations/{location}`", - "location": "query", - "type": "string" - } - }, - "path": "v1/reasoningEngines", - "response": { - "$ref": "GoogleCloudAiplatformV1ListReasoningEnginesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Updates a reasoning engine.", - "flatPath": "v1/reasoningEngines/{reasoningEnginesId}", - "httpMethod": "PATCH", - "id": "aiplatform.reasoningEngines.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", - "location": "path", - "pattern": "^reasoningEngines/[^/]+$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Optional. Mask specifying which fields to update.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudAiplatformV1ReasoningEngine" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "query": { - "description": "Queries using a reasoning engine.", - "flatPath": "v1/reasoningEngines/{reasoningEnginesId}:query", - "httpMethod": "POST", - "id": "aiplatform.reasoningEngines.query", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", - "location": "path", - "pattern": "^reasoningEngines/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:query", - "request": { - "$ref": "GoogleCloudAiplatformV1QueryReasoningEngineRequest" - }, - "response": { - "$ref": "GoogleCloudAiplatformV1QueryReasoningEngineResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "streamQuery": { - "description": "Streams queries using a reasoning engine.", - "flatPath": "v1/reasoningEngines/{reasoningEnginesId}:streamQuery", - "httpMethod": "POST", - "id": "aiplatform.reasoningEngines.streamQuery", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", - "location": "path", - "pattern": "^reasoningEngines/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:streamQuery", - "request": { - "$ref": "GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest" - }, - "response": { - "$ref": "GoogleApiHttpBody" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } } }, - "revision": "20250926", + "revision": "20251101", "rootUrl": "https://aiplatform.googleapis.com/", "schemas": { "CloudAiLargeModelsVisionGenerateVideoResponse": { @@ -22795,16 +30558,16 @@ "type": "object" }, "GoogleCloudAiplatformV1Blob": { - "description": "Content blob.", + "description": "A content blob. A Blob contains data of a specific media type. It is used to represent images, audio, and video.", "id": "GoogleCloudAiplatformV1Blob", "properties": { "data": { - "description": "Required. Raw bytes.", + "description": "Required. The raw bytes of the data.", "format": "byte", "type": "string" }, "displayName": { - "description": "Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "description": "Optional. The display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server-side tools (`code_execution`, `google_search`, and `url_context`) are enabled.", "type": "string" }, "mimeType": { @@ -23018,28 +30781,28 @@ "id": "GoogleCloudAiplatformV1Candidate", "properties": { "avgLogprobs": { - "description": "Output only. Average log probability score of the candidate.", + "description": "Output only. The average log probability of the tokens in this candidate. This is a length-normalized score that can be used to compare the quality of candidates of different lengths. A higher average log probability suggests a more confident and coherent response.", "format": "double", "readOnly": true, "type": "number" }, "citationMetadata": { "$ref": "GoogleCloudAiplatformV1CitationMetadata", - "description": "Output only. Source attribution of the generated content.", + "description": "Output only. A collection of citations that apply to the generated content.", "readOnly": true }, "content": { "$ref": "GoogleCloudAiplatformV1Content", - "description": "Output only. Content parts of the candidate.", + "description": "Output only. The content of the candidate.", "readOnly": true }, "finishMessage": { - "description": "Output only. Describes the reason the mode stopped generating tokens in more detail. This is only filled when `finish_reason` is set.", + "description": "Output only. Describes the reason the model stopped generating tokens in more detail. This field is returned only when `finish_reason` is set.", "readOnly": true, "type": "string" }, "finishReason": { - "description": "Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens.", + "description": "Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating.", "enum": [ "FINISH_REASON_UNSPECIFIED", "STOP", @@ -23056,47 +30819,49 @@ "IMAGE_PROHIBITED_CONTENT", "IMAGE_RECITATION", "IMAGE_OTHER", - "UNEXPECTED_TOOL_CALL" + "UNEXPECTED_TOOL_CALL", + "NO_IMAGE" ], "enumDescriptions": [ "The finish reason is unspecified.", - "Token generation reached a natural stopping point or a configured stop sequence.", - "Token generation reached the configured maximum output tokens.", - "Token generation stopped because the content potentially contains safety violations. NOTE: When streaming, content is empty if content filters blocks the output.", - "The token generation stopped because of potential recitation.", - "All other reasons that stopped the token generation.", - "Token generation stopped because the content contains forbidden terms.", - "Token generation stopped for potentially containing prohibited content.", - "Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).", - "The function call generated by the model is syntaxtically invalid (e.g. the function call generated is not parsable).", + "The model reached a natural stopping point or a configured stop sequence.", + "The model generated the maximum number of tokens allowed by the `max_output_tokens` parameter.", + "The model stopped generating because the content potentially violates safety policies. NOTE: When streaming, the `content` field is empty if content filters block the output.", + "The model stopped generating because the content may be a recitation from a source.", + "The model stopped generating for a reason not otherwise specified.", + "The model stopped generating because the content contains a term from a configured blocklist.", + "The model stopped generating because the content may be prohibited.", + "The model stopped generating because the content may contain sensitive personally identifiable information (SPII).", + "The model generated a function call that is syntactically invalid and can't be parsed.", "The model response was blocked by Model Armor.", - "Token generation stopped because generated images has safety violations.", - "Image generation stopped because generated images has other prohibited content.", - "Image generation stopped due to recitation.", - "Image generation stopped because of other miscellaneous issue.", - "The function call generated by the model is semantically invalid (e.g. a function call is generated when function calling is not enabled or the function is not in the function declaration)." + "The generated image potentially violates safety policies.", + "The generated image may contain prohibited content.", + "The generated image may be a recitation from a source.", + "The image generation stopped for a reason not otherwise specified.", + "The model generated a function call that is semantically invalid. This can happen, for example, if function calling is not enabled or the generated function is not in the function declaration.", + "The model was expected to generate an image, but didn't." ], "readOnly": true, "type": "string" }, "groundingMetadata": { "$ref": "GoogleCloudAiplatformV1GroundingMetadata", - "description": "Output only. Metadata specifies sources used to ground generated content.", + "description": "Output only. Metadata returned when grounding is enabled. It contains the sources used to ground the generated content.", "readOnly": true }, "index": { - "description": "Output only. Index of the candidate.", + "description": "Output only. The 0-based index of this candidate in the list of generated responses. This is useful for distinguishing between multiple candidates when `candidate_count` > 1.", "format": "int32", "readOnly": true, "type": "integer" }, "logprobsResult": { "$ref": "GoogleCloudAiplatformV1LogprobsResult", - "description": "Output only. Log-likelihood scores for the response tokens and top tokens", + "description": "Output only. The detailed log probability information for the tokens in this candidate. This is useful for debugging, understanding model uncertainty, and identifying potential \"hallucinations\".", "readOnly": true }, "safetyRatings": { - "description": "Output only. List of ratings for the safety of a response candidate. There is at most one rating per category.", + "description": "Output only. A list of ratings for the safety of a response candidate. There is at most one rating per category.", "items": { "$ref": "GoogleCloudAiplatformV1SafetyRating" }, @@ -23105,7 +30870,7 @@ }, "urlContextMetadata": { "$ref": "GoogleCloudAiplatformV1UrlContextMetadata", - "description": "Output only. Metadata related to url context retrieval tool.", + "description": "Output only. Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL.", "readOnly": true } }, @@ -23223,38 +30988,38 @@ "type": "object" }, "GoogleCloudAiplatformV1Citation": { - "description": "Source attributions for content.", + "description": "A citation for a piece of generatedcontent.", "id": "GoogleCloudAiplatformV1Citation", "properties": { "endIndex": { - "description": "Output only. End index into the content.", + "description": "Output only. The end index of the citation in the content.", "format": "int32", "readOnly": true, "type": "integer" }, "license": { - "description": "Output only. License of the attribution.", + "description": "Output only. The license of the source of the citation.", "readOnly": true, "type": "string" }, "publicationDate": { "$ref": "GoogleTypeDate", - "description": "Output only. Publication date of the attribution.", + "description": "Output only. The publication date of the source of the citation.", "readOnly": true }, "startIndex": { - "description": "Output only. Start index into the content.", + "description": "Output only. The start index of the citation in the content.", "format": "int32", "readOnly": true, "type": "integer" }, "title": { - "description": "Output only. Title of the attribution.", + "description": "Output only. The title of the source of the citation.", "readOnly": true, "type": "string" }, "uri": { - "description": "Output only. Url reference of the attribution.", + "description": "Output only. The URI of the source of the citation.", "readOnly": true, "type": "string" } @@ -23262,11 +31027,11 @@ "type": "object" }, "GoogleCloudAiplatformV1CitationMetadata": { - "description": "A collection of source attributions for a piece of content.", + "description": "A collection of citations that apply to a piece of generated content.", "id": "GoogleCloudAiplatformV1CitationMetadata", "properties": { "citations": { - "description": "Output only. List of citations.", + "description": "Output only. A list of citations for the content.", "items": { "$ref": "GoogleCloudAiplatformV1Citation" }, @@ -23630,18 +31395,18 @@ "type": "object" }, "GoogleCloudAiplatformV1Content": { - "description": "The base structured datatype containing multi-part content of a message. A `Content` includes a `role` field designating the producer of the `Content` and a `parts` field containing multi-part data that contains the content of the message turn.", + "description": "The structured data content of a message. A Content message contains a `role` field, which indicates the producer of the content, and a `parts` field, which contains the multi-part data of the message.", "id": "GoogleCloudAiplatformV1Content", "properties": { "parts": { - "description": "Required. Ordered `Parts` that constitute a single message. Parts may have different IANA MIME types.", + "description": "Required. A list of Part objects that make up a single message. Parts of a message can have different MIME types. A Content message must have at least one Part.", "items": { "$ref": "GoogleCloudAiplatformV1Part" }, "type": "array" }, "role": { - "description": "Optional. The producer of the content. Must be either 'user' or 'model'. Useful to set for multi-turn conversations, otherwise can be left blank or unset.", + "description": "Optional. The producer of the content. Must be either 'user' or 'model'. If not set, the service will default to 'user'.", "type": "string" } }, @@ -24001,7 +31766,9 @@ "GETTING_CONTAINER_IMAGE", "STARTING_MODEL_SERVER", "FINISHING_UP", - "DEPLOYMENT_TERMINATED" + "DEPLOYMENT_TERMINATED", + "SUCCESSFULLY_DEPLOYED", + "FAILED_TO_DEPLOY" ], "enumDescriptions": [ "Default value. This value is unused.", @@ -24012,7 +31779,9 @@ "The deployment is getting the container image for the model server.", "The deployment is starting the model server.", "The deployment is performing finalization steps.", - "The deployment has terminated." + "The deployment has terminated.", + "The deployment has succeeded.", + "The deployment has failed." ], "readOnly": true, "type": "string" @@ -24318,6 +32087,17 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1CustomCodeExecutionSpec": { + "description": "Specificies a metric that is populated by evaluating user-defined Python code.", + "id": "GoogleCloudAiplatformV1CustomCodeExecutionSpec", + "properties": { + "evaluationFunction": { + "description": "Required. Python function. Expected user to define the following function, e.g.: def evaluate(instance: dict[str, Any]) -> float: Please include this function signature in the code snippet. Instance is the evaluation instance, any fields populated in the instance are available to the function as instance[field_name]. Example: Example input: ``` instance= EvaluationInstance( response=EvaluationInstance.InstanceData(text=\"The answer is 4.\"), reference=EvaluationInstance.InstanceData(text=\"4\") ) ``` Example converted input: ``` { 'response': {'text': 'The answer is 4.'}, 'reference': {'text': '4'} } ``` Example python function: ``` def evaluate(instance: dict[str, Any]) -> float: if instance'response' == instance'reference': return 1.0 return 0.0 ``` CustomCodeExecutionSpec is also supported in Batch Evaluation (EvalDataset RPC) and Tuning Evaluation. Each line in the input jsonl file will be converted to dict[str, Any] and passed to the evaluation function.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1CustomJob": { "description": "Represents a job that runs custom workloads such as a Docker container or a Python package. A CustomJob can have multiple worker pools and each worker pool can have its own machine and input spec. A CustomJob will be cleaned up once the job enters terminal state (failed or succeeded).", "id": "GoogleCloudAiplatformV1CustomJob", @@ -24816,6 +32596,88 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1DatasetDistribution": { + "description": "Distribution computed over a tuning dataset.", + "id": "GoogleCloudAiplatformV1DatasetDistribution", + "properties": { + "buckets": { + "description": "Output only. Defines the histogram bucket.", + "items": { + "$ref": "GoogleCloudAiplatformV1DatasetDistributionDistributionBucket" + }, + "readOnly": true, + "type": "array" + }, + "max": { + "description": "Output only. The maximum of the population values.", + "format": "double", + "readOnly": true, + "type": "number" + }, + "mean": { + "description": "Output only. The arithmetic mean of the values in the population.", + "format": "double", + "readOnly": true, + "type": "number" + }, + "median": { + "description": "Output only. The median of the values in the population.", + "format": "double", + "readOnly": true, + "type": "number" + }, + "min": { + "description": "Output only. The minimum of the population values.", + "format": "double", + "readOnly": true, + "type": "number" + }, + "p5": { + "description": "Output only. The 5th percentile of the values in the population.", + "format": "double", + "readOnly": true, + "type": "number" + }, + "p95": { + "description": "Output only. The 95th percentile of the values in the population.", + "format": "double", + "readOnly": true, + "type": "number" + }, + "sum": { + "description": "Output only. Sum of a given population of values.", + "format": "double", + "readOnly": true, + "type": "number" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1DatasetDistributionDistributionBucket": { + "description": "Dataset bucket used to create a histogram for the distribution given a population of values.", + "id": "GoogleCloudAiplatformV1DatasetDistributionDistributionBucket", + "properties": { + "count": { + "description": "Output only. Number of values in the bucket.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "left": { + "description": "Output only. Left bound of the bucket.", + "format": "double", + "readOnly": true, + "type": "number" + }, + "right": { + "description": "Output only. Right bound of the bucket.", + "format": "double", + "readOnly": true, + "type": "number" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1DatasetVersion": { "description": "Describes the dataset version.", "id": "GoogleCloudAiplatformV1DatasetVersion", @@ -25094,7 +32956,9 @@ "GETTING_CONTAINER_IMAGE", "STARTING_MODEL_SERVER", "FINISHING_UP", - "DEPLOYMENT_TERMINATED" + "DEPLOYMENT_TERMINATED", + "SUCCESSFULLY_DEPLOYED", + "FAILED_TO_DEPLOY" ], "enumDescriptions": [ "Default value. This value is unused.", @@ -25105,7 +32969,9 @@ "The deployment is getting the container image for the model server.", "The deployment is starting the model server.", "The deployment is performing finalization steps.", - "The deployment has terminated." + "The deployment has terminated.", + "The deployment has succeeded.", + "The deployment has failed." ], "readOnly": true, "type": "string" @@ -25249,6 +33115,13 @@ "description": "Optional. Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID. If the first character is a letter, this value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. When using HTTP/JSON, this field is populated based on a query string argument, such as `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or the body.", "type": "string" }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. The labels with user-defined metadata to organize your Endpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.", + "type": "object" + }, "privateServiceConnectConfig": { "$ref": "GoogleCloudAiplatformV1PrivateServiceConnectConfig", "description": "Optional. Configuration for private service connect. If set, the endpoint will be exposed through private service connect." @@ -25336,7 +33209,7 @@ "type": "string" }, "deploymentTier": { - "description": "Optional. The deployment tier that the index is deployed to. DEPLOYMENT_TIER_UNSPECIFIED defaults to PERFORMANCE.", + "description": "Optional. The deployment tier that the index is deployed to. DEPLOYMENT_TIER_UNSPECIFIED will use a system-chosen default tier.", "enum": [ "DEPLOYMENT_TIER_UNSPECIFIED", "STORAGE" @@ -25786,6 +33659,90 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1EmbedContentRequest": { + "description": "Request message for PredictionService.EmbedContent.", + "id": "GoogleCloudAiplatformV1EmbedContentRequest", + "properties": { + "autoTruncate": { + "description": "Optional. Whether to silently truncate the input content if it's longer than the maximum sequence length.", + "type": "boolean" + }, + "content": { + "$ref": "GoogleCloudAiplatformV1Content", + "description": "Required. Input content to be embedded. Required." + }, + "outputDimensionality": { + "description": "Optional. Optional reduced dimension for the output embedding. If set, excessive values in the output embedding are truncated from the end.", + "format": "int32", + "type": "integer" + }, + "taskType": { + "description": "Optional. The task type of the embedding.", + "enum": [ + "UNSPECIFIED", + "RETRIEVAL_QUERY", + "RETRIEVAL_DOCUMENT", + "SEMANTIC_SIMILARITY", + "CLASSIFICATION", + "CLUSTERING", + "QUESTION_ANSWERING", + "FACT_VERIFICATION", + "CODE_RETRIEVAL_QUERY" + ], + "enumDescriptions": [ + "Unset value, which will default to one of the other enum values.", + "Specifies the given text is a query in a search/retrieval setting.", + "Specifies the given text is a document from the corpus being searched.", + "Specifies the given text will be used for STS.", + "Specifies that the given text will be classified.", + "Specifies that the embeddings will be used for clustering.", + "Specifies that the embeddings will be used for question answering.", + "Specifies that the embeddings will be used for fact verification.", + "Specifies that the embeddings will be used for code retrieval." + ], + "type": "string" + }, + "title": { + "description": "Optional. An optional title for the text.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1EmbedContentResponse": { + "description": "Response message for PredictionService.EmbedContent.", + "id": "GoogleCloudAiplatformV1EmbedContentResponse", + "properties": { + "embedding": { + "$ref": "GoogleCloudAiplatformV1EmbedContentResponseEmbedding", + "description": "The embedding generated from the input content." + }, + "truncated": { + "description": "Whether the input content was truncated before generating the embedding.", + "type": "boolean" + }, + "usageMetadata": { + "$ref": "GoogleCloudAiplatformV1UsageMetadata", + "description": "Metadata about the response(s)." + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1EmbedContentResponseEmbedding": { + "description": "A list of floats representing an embedding.", + "id": "GoogleCloudAiplatformV1EmbedContentResponseEmbedding", + "properties": { + "values": { + "description": "Embedding vector values.", + "items": { + "format": "float", + "type": "number" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1EncryptionSpec": { "description": "Represents a customer-managed encryption key spec that can be applied to a top-level resource.", "id": "GoogleCloudAiplatformV1EncryptionSpec", @@ -25917,6 +33874,28 @@ "description": "Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.", "id": "GoogleCloudAiplatformV1EnterpriseWebSearch", "properties": { + "blockingConfidence": { + "description": "Optional. Sites with confidence level chosen & above this value will be blocked from the search results.", + "enum": [ + "PHISH_BLOCK_THRESHOLD_UNSPECIFIED", + "BLOCK_LOW_AND_ABOVE", + "BLOCK_MEDIUM_AND_ABOVE", + "BLOCK_HIGH_AND_ABOVE", + "BLOCK_HIGHER_AND_ABOVE", + "BLOCK_VERY_HIGH_AND_ABOVE", + "BLOCK_ONLY_EXTREMELY_HIGH" + ], + "enumDescriptions": [ + "Defaults to unspecified.", + "Blocks Low and above confidence URL that is risky.", + "Blocks Medium and above confidence URL that is risky.", + "Blocks High and above confidence URL that is risky.", + "Blocks Higher and above confidence URL that is risky.", + "Blocks Very high and above confidence URL that is risky.", + "Blocks Extremely high confidence URL that is risky." + ], + "type": "string" + }, "excludeDomains": { "description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.", "items": { @@ -26486,6 +34465,10 @@ "description": "A single instance to be evaluated. Instances are used to specify the input data for evaluation, from simple string comparisons to complex, multi-turn model evaluations", "id": "GoogleCloudAiplatformV1EvaluationInstance", "properties": { + "agentData": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentData", + "description": "Optional. Data used for agent evaluation." + }, "otherData": { "$ref": "GoogleCloudAiplatformV1EvaluationInstanceMapInstance", "description": "Optional. Other data used to populate placeholders based on their key." @@ -26512,6 +34495,98 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1EvaluationInstanceAgentConfig": { + "description": "Configuration for an Agent.", + "id": "GoogleCloudAiplatformV1EvaluationInstanceAgentConfig", + "properties": { + "developerInstruction": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceInstanceData", + "description": "Optional. A field containing instructions from the developer for the agent." + }, + "tools": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools", + "description": "List of tools." + }, + "toolsText": { + "description": "A JSON string containing a list of tools available to an agent with info such as name, description, parameters and required parameters.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools": { + "description": "Represents a list of tools for an agent.", + "id": "GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools", + "properties": { + "tool": { + "description": "Optional. List of tools: each tool can have multiple function declarations.", + "items": { + "$ref": "GoogleCloudAiplatformV1Tool" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1EvaluationInstanceAgentData": { + "description": "Contains data specific to agent evaluations.", + "id": "GoogleCloudAiplatformV1EvaluationInstanceAgentData", + "properties": { + "agentConfig": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentConfig", + "description": "Optional. Agent configuration." + }, + "developerInstruction": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceInstanceData", + "deprecated": true, + "description": "Optional. A field containing instructions from the developer for the agent." + }, + "events": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents", + "description": "A list of events." + }, + "tools": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools", + "deprecated": true, + "description": "List of tools." + }, + "toolsText": { + "deprecated": true, + "description": "A JSON string containing a list of tools available to an agent with info such as name, description, parameters and required parameters. Example: [ { \"name\": \"search_actors\", \"description\": \"Search for actors in a movie. Returns a list of actors, their roles, their birthdate, and their place of birth.\", \"parameters\": [ { \"name\": \"movie_name\", \"description\": \"The name of the movie.\" }, { \"name\": \"character_name\", \"description\": \"The name of the character.\" } ], \"required\": [\"movie_name\", \"character_name\"] } ]", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents": { + "description": "Represents a list of events for an agent.", + "id": "GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents", + "properties": { + "event": { + "description": "Optional. A list of events.", + "items": { + "$ref": "GoogleCloudAiplatformV1Content" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools": { + "description": "Represents a list of tools for an agent.", + "id": "GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools", + "properties": { + "tool": { + "deprecated": true, + "description": "Optional. List of tools: each tool can have multiple function declarations.", + "items": { + "$ref": "GoogleCloudAiplatformV1Tool" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1EvaluationInstanceInstanceData": { "description": "Instance data used to populate placeholders in a metric prompt template.", "id": "GoogleCloudAiplatformV1EvaluationInstanceInstanceData", @@ -26949,7 +35024,7 @@ "description": "Optional. Generation config." }, "model": { - "description": "Required. The fully qualified name of the publisher model or endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", + "description": "Optional. The fully qualified name of the publisher model or endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`", "type": "string" } }, @@ -26967,6 +35042,10 @@ "description": "Required. The name of the metric.", "type": "string" }, + "metricConfig": { + "$ref": "GoogleCloudAiplatformV1Metric", + "description": "The metric config." + }, "predefinedMetricSpec": { "$ref": "GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec", "description": "Spec for a pre-defined metric." @@ -28660,6 +36739,15 @@ "autoScaling": { "$ref": "GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling", "description": "Required. Autoscaling config applied to Bigtable Instance." + }, + "bigtableMetadata": { + "$ref": "GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata", + "description": "Output only. Metadata of the Bigtable instance. Output only.", + "readOnly": true + }, + "enableDirectBigtableAccess": { + "description": "Optional. It true, enable direct access to the Bigtable instance.", + "type": "boolean" } }, "type": "object" @@ -28685,6 +36773,25 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata": { + "description": "Metadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project.", + "id": "GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata", + "properties": { + "instanceId": { + "description": "The Cloud Bigtable instance id.", + "type": "string" + }, + "tableId": { + "description": "The Cloud Bigtable table id.", + "type": "string" + }, + "tenantProjectId": { + "description": "Tenant project ID.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint": { "description": "The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type. Public endpoint is provisioned by default.", "id": "GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint", @@ -28870,6 +36977,11 @@ "$ref": "GoogleCloudAiplatformV1FeatureViewBigQuerySource", "description": "Optional. Configures how data is supposed to be extracted from a BigQuery source to be loaded onto the FeatureOnlineStore." }, + "bigtableMetadata": { + "$ref": "GoogleCloudAiplatformV1FeatureViewBigtableMetadata", + "description": "Output only. Metadata containing information about the Cloud Bigtable.", + "readOnly": true + }, "createTime": { "description": "Output only. Timestamp when this FeatureView was created.", "format": "google-datetime", @@ -28966,6 +37078,18 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1FeatureViewBigtableMetadata": { + "description": "Metadata for the Cloud Bigtable that supports directly interacting Bigtable instances.", + "id": "GoogleCloudAiplatformV1FeatureViewBigtableMetadata", + "properties": { + "readAppProfile": { + "description": "Output only. The Bigtable App Profile to use for reading from Bigtable.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1FeatureViewDataKey": { "description": "Lookup key for a feature view.", "id": "GoogleCloudAiplatformV1FeatureViewDataKey", @@ -29585,15 +37709,15 @@ "type": "object" }, "GoogleCloudAiplatformV1FileData": { - "description": "URI based data.", + "description": "URI-based data. A FileData message contains a URI pointing to data of a specific media type. It is used to represent images, audio, and video stored in Google Cloud Storage.", "id": "GoogleCloudAiplatformV1FileData", "properties": { "displayName": { - "description": "Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "description": "Optional. The display name of the file. Used to provide a label or filename to distinguish files. This field is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server side tools (`code_execution`, `google_search`, and `url_context`) are enabled.", "type": "string" }, "fileUri": { - "description": "Required. URI.", + "description": "Required. The URI of the file in Google Cloud Storage.", "type": "string" }, "mimeType": { @@ -30009,6 +38133,13 @@ "description": "Required. The name of the function to call. Matches [FunctionDeclaration.name] and [FunctionCall.name].", "type": "string" }, + "parts": { + "description": "Optional. Ordered `Parts` that constitute a function response. Parts may have different IANA MIME types.", + "items": { + "$ref": "GoogleCloudAiplatformV1FunctionResponsePart" + }, + "type": "array" + }, "response": { "additionalProperties": { "description": "Properties of the object.", @@ -30020,6 +38151,60 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1FunctionResponseBlob": { + "description": "Raw media bytes for function response. Text should not be sent as raw bytes, use the 'text' field.", + "id": "GoogleCloudAiplatformV1FunctionResponseBlob", + "properties": { + "data": { + "description": "Required. Raw bytes.", + "format": "byte", + "type": "string" + }, + "displayName": { + "description": "Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "type": "string" + }, + "mimeType": { + "description": "Required. The IANA standard MIME type of the source data.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1FunctionResponseFileData": { + "description": "URI based data for function response.", + "id": "GoogleCloudAiplatformV1FunctionResponseFileData", + "properties": { + "displayName": { + "description": "Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "type": "string" + }, + "fileUri": { + "description": "Required. URI.", + "type": "string" + }, + "mimeType": { + "description": "Required. The IANA standard MIME type of the source data.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1FunctionResponsePart": { + "description": "A datatype containing media that is part of a `FunctionResponse` message. A `FunctionResponsePart` consists of data which has an associated datatype. A `FunctionResponsePart` can only contain one of the accepted types in `FunctionResponsePart.data`. A `FunctionResponsePart` must have a fixed IANA MIME type identifying the type and subtype of the media if the `inline_data` field is filled with raw bytes.", + "id": "GoogleCloudAiplatformV1FunctionResponsePart", + "properties": { + "fileData": { + "$ref": "GoogleCloudAiplatformV1FunctionResponseFileData", + "description": "URI based data." + }, + "inlineData": { + "$ref": "GoogleCloudAiplatformV1FunctionResponseBlob", + "description": "Inline media bytes." + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1GcsDestination": { "description": "The Google Cloud Storage location where the output is to be written to.", "id": "GoogleCloudAiplatformV1GcsDestination", @@ -30056,6 +38241,43 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1GeminiPreferenceExample": { + "description": "Input example for preference optimization.", + "id": "GoogleCloudAiplatformV1GeminiPreferenceExample", + "properties": { + "completions": { + "description": "List of completions for a given prompt.", + "items": { + "$ref": "GoogleCloudAiplatformV1GeminiPreferenceExampleCompletion" + }, + "type": "array" + }, + "contents": { + "description": "Multi-turn contents that represents the Prompt.", + "items": { + "$ref": "GoogleCloudAiplatformV1Content" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1GeminiPreferenceExampleCompletion": { + "description": "Completion and its preference score.", + "id": "GoogleCloudAiplatformV1GeminiPreferenceExampleCompletion", + "properties": { + "completion": { + "$ref": "GoogleCloudAiplatformV1Content", + "description": "Single turn completion for the given prompt." + }, + "score": { + "description": "The score for the given completion.", + "format": "float", + "type": "number" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig": { "description": "Configuration for GenAiAdvancedFeatures.", "id": "GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig", @@ -30186,7 +38408,8 @@ "BLOCKLIST", "PROHIBITED_CONTENT", "MODEL_ARMOR", - "IMAGE_SAFETY" + "IMAGE_SAFETY", + "JAILBREAK" ], "enumDescriptions": [ "The blocked reason is unspecified.", @@ -30195,7 +38418,8 @@ "The prompt was blocked because it contains a term from the terminology blocklist.", "The prompt was blocked because it contains prohibited content.", "The prompt was blocked by Model Armor.", - "The prompt was blocked because it contains content that is unsafe for image generation." + "The prompt was blocked because it contains content that is unsafe for image generation.", + "The prompt was blocked as a jailbreak attempt." ], "readOnly": true, "type": "string" @@ -30303,10 +38527,36 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest": { + "description": "Request message for FeatureOnlineStoreService.GenerateFetchAccessToken.", + "id": "GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest", + "properties": {}, + "type": "object" + }, + "GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse": { + "description": "Response message for FeatureOnlineStoreService.GenerateFetchAccessToken.", + "id": "GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse", + "properties": { + "accessToken": { + "description": "The OAuth 2.0 access token.", + "type": "string" + }, + "expireTime": { + "description": "Token expiration time. This is always set", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1GenerateInstanceRubricsRequest": { "description": "Request message for EvaluationService.GenerateInstanceRubrics.", "id": "GoogleCloudAiplatformV1GenerateInstanceRubricsRequest", "properties": { + "agentConfig": { + "$ref": "GoogleCloudAiplatformV1EvaluationInstanceAgentConfig", + "description": "Optional. Agent configuration, required for agent-based rubric generation." + }, "contents": { "description": "Required. The prompt to generate rubrics from. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.", "items": { @@ -30438,39 +38688,43 @@ "type": "object" }, "GoogleCloudAiplatformV1GenerationConfig": { - "description": "Generation config.", + "description": "Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output.", "id": "GoogleCloudAiplatformV1GenerationConfig", "properties": { "audioTimestamp": { - "description": "Optional. If enabled, audio timestamp will be included in the request to the model.", + "description": "Optional. If enabled, audio timestamps will be included in the request to the model. This can be useful for synchronizing audio with other modalities in the response.", "type": "boolean" }, "candidateCount": { - "description": "Optional. Number of candidates to generate.", + "description": "Optional. The number of candidate responses to generate. A higher `candidate_count` can provide more options to choose from, but it also consumes more resources. This can be useful for generating a variety of responses and selecting the best one.", "format": "int32", "type": "integer" }, "enableAffectiveDialog": { - "description": "Optional. If enabled, the model will detect emotions and adapt its responses accordingly.", + "description": "Optional. If enabled, the model will detect emotions and adapt its responses accordingly. For example, if the model detects that the user is frustrated, it may provide a more empathetic response.", "type": "boolean" }, "frequencyPenalty": { - "description": "Optional. Frequency penalties.", + "description": "Optional. Penalizes tokens based on their frequency in the generated text. A positive value helps to reduce the repetition of words and phrases. Valid values can range from [-2.0, 2.0].", "format": "float", "type": "number" }, + "imageConfig": { + "$ref": "GoogleCloudAiplatformV1ImageConfig", + "description": "Optional. Config for image generation features." + }, "logprobs": { - "description": "Optional. Logit probabilities.", + "description": "Optional. The number of top log probabilities to return for each token. This can be used to see which other tokens were considered likely candidates for a given position. A higher value will return more options, but it will also increase the size of the response.", "format": "int32", "type": "integer" }, "maxOutputTokens": { - "description": "Optional. The maximum number of output tokens to generate per message.", + "description": "Optional. The maximum number of tokens to generate in the response. A token is approximately four characters. The default value varies by model. This parameter can be used to control the length of the generated text and prevent overly long responses.", "format": "int32", "type": "integer" }, "mediaResolution": { - "description": "Optional. If specified, the media resolution specified will be used.", + "description": "Optional. The token resolution at which input media content is sampled. This is used to control the trade-off between the quality of the response and the number of tokens used to represent the media. A higher resolution allows the model to perceive more detail, which can lead to a more nuanced response, but it will also use more tokens. This does not affect the image dimensions sent to the model.", "enum": [ "MEDIA_RESOLUTION_UNSPECIFIED", "MEDIA_RESOLUTION_LOW", @@ -30486,24 +38740,24 @@ "type": "string" }, "presencePenalty": { - "description": "Optional. Positive penalties.", + "description": "Optional. Penalizes tokens that have already appeared in the generated text. A positive value encourages the model to generate more diverse and less repetitive text. Valid values can range from [-2.0, 2.0].", "format": "float", "type": "number" }, "responseJsonSchema": { - "description": "Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic references are unrolled to a limited degree and, as such, may only be used within non-required properties. (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for than those starting as a `$`, may be set.", + "description": "Optional. When this field is set, response_schema must be omitted and response_mime_type must be set to `application/json`.", "type": "any" }, "responseLogprobs": { - "description": "Optional. If true, export the logprobs results in response.", + "description": "Optional. If set to true, the log probabilities of the output tokens are returned. Log probabilities are the logarithm of the probability of a token appearing in the output. A higher log probability means the token is more likely to be generated. This can be useful for analyzing the model's confidence in its own output and for debugging.", "type": "boolean" }, "responseMimeType": { - "description": "Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.", + "description": "Optional. The IANA standard MIME type of the response. The model will generate output that conforms to this MIME type. Supported values include 'text/plain' (default) and 'application/json'. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.", "type": "string" }, "responseModalities": { - "description": "Optional. The modalities of the response.", + "description": "Optional. The modalities of the response. The model will generate a response that includes all the specified modalities. For example, if this is set to `[TEXT, IMAGE]`, the response will include both text and an image.", "items": { "enum": [ "MODALITY_UNSPECIFIED", @@ -30523,14 +38777,14 @@ }, "responseSchema": { "$ref": "GoogleCloudAiplatformV1Schema", - "description": "Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response." + "description": "Optional. Lets you to specify a schema for the model's response, ensuring that the output conforms to a particular structure. This is useful for generating structured data such as JSON. The schema is a subset of the [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema) object. When this field is set, you must also set the `response_mime_type` to `application/json`." }, "routingConfig": { "$ref": "GoogleCloudAiplatformV1GenerationConfigRoutingConfig", "description": "Optional. Routing configuration." }, "seed": { - "description": "Optional. Seed.", + "description": "Optional. A seed for the random number generator. By setting a seed, you can make the model's output mostly deterministic. For a given prompt and parameters (like temperature, top_p, etc.), the model will produce the same response every time. However, it's not a guaranteed absolute deterministic behavior. This is different from parameters like `temperature`, which control the *level* of randomness. `seed` ensures that the \"random\" choices the model makes are the same on every run, making it essential for testing and ensuring reproducible results.", "format": "int32", "type": "integer" }, @@ -30539,28 +38793,28 @@ "description": "Optional. The speech generation config." }, "stopSequences": { - "description": "Optional. Stop sequences.", + "description": "Optional. A list of character sequences that will stop the model from generating further tokens. If a stop sequence is generated, the output will end at that point. This is useful for controlling the length and structure of the output. For example, you can use [\"\\n\", \"###\"] to stop generation at a new line or a specific marker.", "items": { "type": "string" }, "type": "array" }, "temperature": { - "description": "Optional. Controls the randomness of predictions.", + "description": "Optional. Controls the randomness of the output. A higher temperature results in more creative and diverse responses, while a lower temperature makes the output more predictable and focused. The valid range is (0.0, 2.0].", "format": "float", "type": "number" }, "thinkingConfig": { "$ref": "GoogleCloudAiplatformV1GenerationConfigThinkingConfig", - "description": "Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking." + "description": "Optional. Configuration for thinking features. An error will be returned if this field is set for models that don't support thinking." }, "topK": { - "description": "Optional. If specified, top-k sampling will be used.", + "description": "Optional. Specifies the top-k sampling threshold. The model considers only the top k most probable tokens for the next token. This can be useful for generating more coherent and less random text. For example, a `top_k` of 40 means the model will choose the next word from the 40 most likely words.", "format": "float", "type": "number" }, "topP": { - "description": "Optional. If specified, nucleus sampling will be used.", + "description": "Optional. Specifies the nucleus sampling threshold. The model considers only the smallest set of tokens whose cumulative probability is at least `top_p`. This helps generate more diverse and less repetitive responses. For example, a `top_p` of 0.9 means the model considers tokens until the cumulative probability of the tokens to select from reaches 0.9. It's recommended to adjust either temperature or `top_p`, but not both.", "format": "float", "type": "number" } @@ -30568,22 +38822,22 @@ "type": "object" }, "GoogleCloudAiplatformV1GenerationConfigRoutingConfig": { - "description": "The configuration for routing the request to a specific model.", + "description": "The configuration for routing the request to a specific model. This can be used to control which model is used for the generation, either automatically or by specifying a model name.", "id": "GoogleCloudAiplatformV1GenerationConfigRoutingConfig", "properties": { "autoMode": { "$ref": "GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode", - "description": "Automated routing." + "description": "In this mode, the model is selected automatically based on the content of the request." }, "manualMode": { "$ref": "GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode", - "description": "Manual routing." + "description": "In this mode, the model is specified manually." } }, "type": "object" }, "GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode": { - "description": "When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.", + "description": "The configuration for automated routing. When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.", "id": "GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode", "properties": { "modelRoutingPreference": { @@ -30596,9 +38850,9 @@ ], "enumDescriptions": [ "Unspecified model routing preference.", - "Prefer higher quality over low cost.", - "Balanced model routing preference.", - "Prefer lower cost over higher quality." + "The model will be selected to prioritize the quality of the response.", + "The model will be selected to balance quality and cost.", + "The model will be selected to prioritize the cost of the request." ], "type": "string" } @@ -30606,26 +38860,26 @@ "type": "object" }, "GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode": { - "description": "When manual routing is set, the specified model will be used directly.", + "description": "The configuration for manual routing. When manual routing is specified, the model will be selected based on the model name provided.", "id": "GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode", "properties": { "modelName": { - "description": "The model name to use. Only the public LLM models are accepted. See [Supported models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#supported-models).", + "description": "The name of the model to use. Only public LLM models are accepted.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1GenerationConfigThinkingConfig": { - "description": "Config for thinking features.", + "description": "Configuration for the model's thinking features. \"Thinking\" is a process where the model breaks down a complex task into smaller, manageable steps. This allows the model to reason about the task, plan its approach, and execute the plan to generate a high-quality response.", "id": "GoogleCloudAiplatformV1GenerationConfigThinkingConfig", "properties": { "includeThoughts": { - "description": "Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.", + "description": "Optional. If true, the model will include its thoughts in the response. \"Thoughts\" are the intermediate steps the model takes to arrive at the final response. They can provide insights into the model's reasoning process and help with debugging. If this is true, thoughts are returned only when available.", "type": "boolean" }, "thinkingBudget": { - "description": "Optional. Indicates the thinking budget in tokens.", + "description": "Optional. The token budget for the model's thinking process. The model will make a best effort to stay within this budget. This can be used to control the trade-off between response quality and latency.", "format": "int32", "type": "integer" } @@ -30798,57 +39052,57 @@ "type": "object" }, "GoogleCloudAiplatformV1GroundingChunk": { - "description": "Grounding chunk.", + "description": "A piece of evidence that supports a claim made by the model. This is used to show a citation for a claim made by the model. When grounding is enabled, the model returns a `GroundingChunk` that contains a reference to the source of the information.", "id": "GoogleCloudAiplatformV1GroundingChunk", "properties": { "maps": { "$ref": "GoogleCloudAiplatformV1GroundingChunkMaps", - "description": "Grounding chunk from Google Maps." + "description": "A grounding chunk from Google Maps. See the `Maps` message for details." }, "retrievedContext": { "$ref": "GoogleCloudAiplatformV1GroundingChunkRetrievedContext", - "description": "Grounding chunk from context retrieved by the retrieval tools." + "description": "A grounding chunk from a data source retrieved by a retrieval tool, such as Vertex AI Search. See the `RetrievedContext` message for details" }, "web": { "$ref": "GoogleCloudAiplatformV1GroundingChunkWeb", - "description": "Grounding chunk from the web." + "description": "A grounding chunk from a web page, typically from Google Search. See the `Web` message for details." } }, "type": "object" }, "GoogleCloudAiplatformV1GroundingChunkMaps": { - "description": "Chunk from Google Maps.", + "description": "A `Maps` chunk is a piece of evidence that comes from Google Maps. It contains information about a place, such as its name, address, and reviews. This is used to provide the user with rich, location-based information.", "id": "GoogleCloudAiplatformV1GroundingChunkMaps", "properties": { "placeAnswerSources": { "$ref": "GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources", - "description": "Sources used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as uris to flag content." + "description": "The sources that were used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content." }, "placeId": { - "description": "This Place's resource name, in `places/{place_id}` format. Can be used to look up the Place.", + "description": "This Place's resource name, in `places/{place_id}` format. This can be used to look up the place in the Google Maps API.", "type": "string" }, "text": { - "description": "Text of the place answer.", + "description": "The text of the place answer.", "type": "string" }, "title": { - "description": "Title of the place.", + "description": "The title of the place.", "type": "string" }, "uri": { - "description": "URI reference of the place.", + "description": "The URI of the place.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources": { - "description": "Sources used to generate the place answer.", + "description": "The sources that were used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content.", "id": "GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources", "properties": { "reviewSnippets": { - "description": "Snippets of reviews that are used to generate the answer.", + "description": "Snippets of reviews that were used to generate the answer.", "items": { "$ref": "GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet" }, @@ -30858,7 +39112,7 @@ "type": "object" }, "GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet": { - "description": "Encapsulates a review snippet.", + "description": "A review snippet that is used to generate the answer.", "id": "GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet", "properties": { "googleMapsUri": { @@ -30866,81 +39120,81 @@ "type": "string" }, "reviewId": { - "description": "Id of the review referencing the place.", + "description": "The ID of the review that is being referenced.", "type": "string" }, "title": { - "description": "Title of the review.", + "description": "The title of the review.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1GroundingChunkRetrievedContext": { - "description": "Chunk from context retrieved by the retrieval tools.", + "description": "Context retrieved from a data source to ground the model's response. This is used when a retrieval tool fetches information from a user-provided corpus or a public dataset.", "id": "GoogleCloudAiplatformV1GroundingChunkRetrievedContext", "properties": { "documentName": { - "description": "Output only. The full document name for the referenced Vertex AI Search document.", + "description": "Output only. The full resource name of the referenced Vertex AI Search document. This is used to identify the specific document that was retrieved. The format is `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}`.", "readOnly": true, "type": "string" }, "ragChunk": { "$ref": "GoogleCloudAiplatformV1RagChunk", - "description": "Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool." + "description": "Additional context for a Retrieval-Augmented Generation (RAG) retrieval result. This is populated only when the RAG retrieval tool is used." }, "text": { - "description": "Text of the attribution.", + "description": "The content of the retrieved data source.", "type": "string" }, "title": { - "description": "Title of the attribution.", + "description": "The title of the retrieved data source.", "type": "string" }, "uri": { - "description": "URI reference of the attribution.", + "description": "The URI of the retrieved data source.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1GroundingChunkWeb": { - "description": "Chunk from the web.", + "description": "A `Web` chunk is a piece of evidence that comes from a web page. It contains the URI of the web page, the title of the page, and the domain of the page. This is used to provide the user with a link to the source of the information.", "id": "GoogleCloudAiplatformV1GroundingChunkWeb", "properties": { "domain": { - "description": "Domain of the (original) URI.", + "description": "The domain of the web page that contains the evidence. This can be used to filter out low-quality sources.", "type": "string" }, "title": { - "description": "Title of the chunk.", + "description": "The title of the web page that contains the evidence.", "type": "string" }, "uri": { - "description": "URI reference of the chunk.", + "description": "The URI of the web page that contains the evidence.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1GroundingMetadata": { - "description": "Metadata returned to client when grounding is enabled.", + "description": "Information about the sources that support the content of a response. When grounding is enabled, the model returns citations for claims in the response. This object contains the retrieved sources.", "id": "GoogleCloudAiplatformV1GroundingMetadata", "properties": { "googleMapsWidgetContextToken": { - "description": "Optional. Output only. Resource name of the Google Maps widget context token to be used with the PlacesContextElement widget to render contextual data. This is populated only for Google Maps grounding.", + "description": "Optional. Output only. A token that can be used to render a Google Maps widget with the contextual data. This field is populated only when the grounding source is Google Maps.", "readOnly": true, "type": "string" }, "groundingChunks": { - "description": "List of supporting references retrieved from specified grounding source.", + "description": "A list of supporting references retrieved from the grounding source. This field is populated when the grounding source is Google Search, Vertex AI Search, or Google Maps.", "items": { "$ref": "GoogleCloudAiplatformV1GroundingChunk" }, "type": "array" }, "groundingSupports": { - "description": "Optional. List of grounding support.", + "description": "Optional. A list of grounding supports that connect the generated content to the grounding chunks. This field is populated when the grounding source is Google Search or Vertex AI Search.", "items": { "$ref": "GoogleCloudAiplatformV1GroundingSupport" }, @@ -30948,15 +39202,15 @@ }, "retrievalMetadata": { "$ref": "GoogleCloudAiplatformV1RetrievalMetadata", - "description": "Optional. Output only. Retrieval metadata.", + "description": "Optional. Output only. Metadata related to the retrieval grounding source.", "readOnly": true }, "searchEntryPoint": { "$ref": "GoogleCloudAiplatformV1SearchEntryPoint", - "description": "Optional. Google search entry for the following-up web searches." + "description": "Optional. A web search entry point that can be used to display search results. This field is populated only when the grounding source is Google Search." }, "sourceFlaggingUris": { - "description": "Optional. Output only. List of source flagging uris. This is currently populated only for Google Maps grounding.", + "description": "Optional. Output only. A list of URIs that can be used to flag a place or review for inappropriate content. This field is populated only when the grounding source is Google Maps.", "items": { "$ref": "GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri" }, @@ -30964,7 +39218,7 @@ "type": "array" }, "webSearchQueries": { - "description": "Optional. Web search queries for the following-up web search.", + "description": "Optional. The web search queries that were used to generate the content. This field is populated only when the grounding source is Google Search.", "items": { "type": "string" }, @@ -30974,26 +39228,26 @@ "type": "object" }, "GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri": { - "description": "Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding.", + "description": "A URI that can be used to flag a place or review for inappropriate content. This is populated only when the grounding source is Google Maps.", "id": "GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri", "properties": { "flagContentUri": { - "description": "A link where users can flag a problem with the source (place or review).", + "description": "The URI that can be used to flag the content.", "type": "string" }, "sourceId": { - "description": "Id of the place or review.", + "description": "The ID of the place or review.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1GroundingSupport": { - "description": "Grounding support.", + "description": "A collection of supporting references for a segment of the model's response.", "id": "GoogleCloudAiplatformV1GroundingSupport", "properties": { "confidenceScores": { - "description": "Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. For Gemini 2.0 and before, this list must have the same size as the grounding_chunk_indices. For Gemini 2.5 and after, this list will be empty and should be ignored.", + "description": "The confidence scores for the support references. This list is parallel to the `grounding_chunk_indices` list. A score is a value between 0.0 and 1.0, with a higher score indicating a higher confidence that the reference supports the claim. For Gemini 2.0 and before, this list has the same size as `grounding_chunk_indices`. For Gemini 2.5 and later, this list is empty and should be ignored.", "items": { "format": "float", "type": "number" @@ -31001,7 +39255,7 @@ "type": "array" }, "groundingChunkIndices": { - "description": "A list of indices (into 'grounding_chunk') specifying the citations associated with the claim. For instance [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content attributed to the claim.", + "description": "A list of indices into the `grounding_chunks` field of the `GroundingMetadata` message. These indices specify which grounding chunks support the claim made in the content segment. For example, if this field has the values `[1, 3]`, it means that `grounding_chunks[1]` and `grounding_chunks[3]` are the sources for the claim in the content segment.", "items": { "format": "int32", "type": "integer" @@ -31010,7 +39264,7 @@ }, "segment": { "$ref": "GoogleCloudAiplatformV1Segment", - "description": "Segment of the content this support belongs to." + "description": "The content segment that this support message applies to." } }, "type": "object" @@ -31159,6 +39413,53 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1ImageConfig": { + "description": "Configuration for image generation. This message allows you to control various aspects of image generation, such as the output format, aspect ratio, and whether the model can generate images of people.", + "id": "GoogleCloudAiplatformV1ImageConfig", + "properties": { + "aspectRatio": { + "description": "Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: \"1:1\" \"2:3\", \"3:2\" \"3:4\", \"4:3\" \"4:5\", \"5:4\" \"9:16\", \"16:9\" \"21:9\"", + "type": "string" + }, + "imageOutputOptions": { + "$ref": "GoogleCloudAiplatformV1ImageConfigImageOutputOptions", + "description": "Optional. The image output format for generated images." + }, + "personGeneration": { + "description": "Optional. Controls whether the model can generate people.", + "enum": [ + "PERSON_GENERATION_UNSPECIFIED", + "ALLOW_ALL", + "ALLOW_ADULT", + "ALLOW_NONE" + ], + "enumDescriptions": [ + "The default behavior is unspecified. The model will decide whether to generate images of people.", + "Allows the model to generate images of people, including adults and children.", + "Allows the model to generate images of adults, but not children.", + "Prevents the model from generating images of people." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1ImageConfigImageOutputOptions": { + "description": "The image output format for generated images.", + "id": "GoogleCloudAiplatformV1ImageConfigImageOutputOptions", + "properties": { + "compressionQuality": { + "description": "Optional. The compression quality of the output image.", + "format": "int32", + "type": "integer" + }, + "mimeType": { + "description": "Optional. The image format that the output should be saved as.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1ImportDataConfig": { "description": "Describes the location from where we import data into a Dataset, together with the labels that will be applied to the DataItems and the Annotations.", "id": "GoogleCloudAiplatformV1ImportDataConfig", @@ -33065,18 +41366,18 @@ "type": "object" }, "GoogleCloudAiplatformV1LogprobsResult": { - "description": "Logprobs Result", + "description": "The log probabilities of the tokens generated by the model. This is useful for understanding the model's confidence in its predictions and for debugging. For example, you can use log probabilities to identify when the model is making a less confident prediction or to explore alternative responses that the model considered. A low log probability can also indicate that the model is \"hallucinating\" or generating factually incorrect information.", "id": "GoogleCloudAiplatformV1LogprobsResult", "properties": { "chosenCandidates": { - "description": "Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.", + "description": "A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in `top_candidates`.", "items": { "$ref": "GoogleCloudAiplatformV1LogprobsResultCandidate" }, "type": "array" }, "topCandidates": { - "description": "Length = total number of decoding steps.", + "description": "A list of the top candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps.", "items": { "$ref": "GoogleCloudAiplatformV1LogprobsResultTopCandidates" }, @@ -33086,20 +41387,20 @@ "type": "object" }, "GoogleCloudAiplatformV1LogprobsResultCandidate": { - "description": "Candidate for the logprobs token and score.", + "description": "A single token and its associated log probability.", "id": "GoogleCloudAiplatformV1LogprobsResultCandidate", "properties": { "logProbability": { - "description": "The candidate's log probability.", + "description": "The log probability of this token. A higher value indicates that the model was more confident in this token. The log probability can be used to assess the relative likelihood of different tokens and to identify when the model is uncertain.", "format": "float", "type": "number" }, "token": { - "description": "The candidate's token string value.", + "description": "The token's string representation.", "type": "string" }, "tokenId": { - "description": "The candidate's token id value.", + "description": "The token's numerical ID. While the `token` field provides the string representation of the token, the `token_id` is the numerical representation that the model uses internally. This can be useful for developers who want to build custom logic based on the model's vocabulary.", "format": "int32", "type": "integer" } @@ -33107,11 +41408,11 @@ "type": "object" }, "GoogleCloudAiplatformV1LogprobsResultTopCandidates": { - "description": "Candidates with top log probabilities at each decoding step.", + "description": "A list of the top candidate tokens and their log probabilities at each decoding step. This can be used to see what other tokens the model considered.", "id": "GoogleCloudAiplatformV1LogprobsResultTopCandidates", "properties": { "candidates": { - "description": "Sorted by log probability in descending order.", + "description": "The list of candidate tokens, sorted by log probability in descending order.", "items": { "$ref": "GoogleCloudAiplatformV1LogprobsResultCandidate" }, @@ -33467,6 +41768,10 @@ "$ref": "GoogleCloudAiplatformV1BleuSpec", "description": "Spec for bleu metric." }, + "customCodeExecutionSpec": { + "$ref": "GoogleCloudAiplatformV1CustomCodeExecutionSpec", + "description": "Spec for Custom Code Execution metric." + }, "exactMatchSpec": { "$ref": "GoogleCloudAiplatformV1ExactMatchSpec", "description": "Spec for exact match metric." @@ -33849,11 +42154,11 @@ "type": "object" }, "GoogleCloudAiplatformV1ModalityTokenCount": { - "description": "Represents token counting info for a single modality.", + "description": "Represents a breakdown of token usage by modality. This message is used in CountTokensResponse and GenerateContentResponse.UsageMetadata to provide a detailed view of how many tokens are used by each modality (e.g., text, image, video) in a request. This is particularly useful for multimodal models, allowing you to track and manage token consumption for billing and quota purposes.", "id": "GoogleCloudAiplatformV1ModalityTokenCount", "properties": { "modality": { - "description": "The modality associated with this token count.", + "description": "The modality that this token count applies to.", "enum": [ "MODALITY_UNSPECIFIED", "TEXT", @@ -33863,17 +42168,17 @@ "DOCUMENT" ], "enumDescriptions": [ - "Unspecified modality.", - "Plain text.", - "Image.", - "Video.", - "Audio.", - "Document, e.g. PDF." + "When a modality is not specified, it is treated as `TEXT`.", + "The `Part` contains plain text.", + "The `Part` contains an image.", + "The `Part` contains a video.", + "The `Part` contains audio.", + "The `Part` contains a document, such as a PDF." ], "type": "string" }, "tokenCount": { - "description": "Number of tokens.", + "description": "The number of tokens counted for this modality.", "format": "int32", "type": "integer" } @@ -34085,15 +42390,15 @@ "type": "object" }, "GoogleCloudAiplatformV1ModelArmorConfig": { - "description": "Configuration for Model Armor integrations of prompt and responses.", + "description": "Configuration for Model Armor. Model Armor is a Google Cloud service that provides safety and security filtering for prompts and responses. It helps protect your AI applications from risks such as harmful content, sensitive data leakage, and prompt injection attacks.", "id": "GoogleCloudAiplatformV1ModelArmorConfig", "properties": { "promptTemplateName": { - "description": "Optional. The name of the Model Armor template to use for prompt sanitization.", + "description": "Optional. The resource name of the Model Armor template to use for prompt screening. A Model Armor template is a set of customized filters and thresholds that define how Model Armor screens content. If specified, Model Armor will use this template to check the user's prompt for safety and security risks before it is sent to the model. The name must be in the format `projects/{project}/locations/{location}/templates/{template}`.", "type": "string" }, "responseTemplateName": { - "description": "Optional. The name of the Model Armor template to use for response sanitization.", + "description": "Optional. The resource name of the Model Armor template to use for response screening. A Model Armor template is a set of customized filters and thresholds that define how Model Armor screens content. If specified, Model Armor will use this template to check the model's response for safety and security risks before it is returned to the user. The name must be in the format `projects/{project}/locations/{location}/templates/{template}`.", "type": "string" } }, @@ -35078,6 +43383,20 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1MultiSpeakerVoiceConfig": { + "description": "Configuration for a multi-speaker text-to-speech request.", + "id": "GoogleCloudAiplatformV1MultiSpeakerVoiceConfig", + "properties": { + "speakerVoiceConfigs": { + "description": "Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.", + "items": { + "$ref": "GoogleCloudAiplatformV1SpeakerVoiceConfig" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1MutateDeployedIndexOperationMetadata": { "description": "Runtime operation information for IndexEndpointService.MutateDeployedIndex.", "id": "GoogleCloudAiplatformV1MutateDeployedIndexOperationMetadata", @@ -35121,7 +43440,7 @@ "properties": { "deployedModel": { "$ref": "GoogleCloudAiplatformV1DeployedModel", - "description": "Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated: * `min_replica_count` in either DedicatedResources or AutomaticResources * `max_replica_count` in either DedicatedResources or AutomaticResources * `required_replica_count` in DedicatedResources * autoscaling_metric_specs * `disable_container_logging` (v1 only) * `enable_container_logging` (v1beta1 only)" + "description": "Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated: * `min_replica_count` in either DedicatedResources or AutomaticResources * `max_replica_count` in either DedicatedResources or AutomaticResources * `required_replica_count` in DedicatedResources * autoscaling_metric_specs * `disable_container_logging` (v1 only) * `enable_container_logging` (v1beta1 only) * `scale_to_zero_spec` in DedicatedResources (v1beta1 only) * `initial_replica_count` in DedicatedResources (v1beta1 only)" }, "updateMask": { "description": "Required. The update mask applies to the resource. See google.protobuf.FieldMask.", @@ -36812,39 +45131,39 @@ "type": "object" }, "GoogleCloudAiplatformV1Part": { - "description": "A datatype containing media that is part of a multi-part `Content` message. A `Part` consists of data which has an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. A `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is filled with raw bytes.", + "description": "A datatype containing media that is part of a multi-part Content message. A `Part` consists of data which has an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. For media types that are not text, `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is filled with raw bytes.", "id": "GoogleCloudAiplatformV1Part", "properties": { "codeExecutionResult": { "$ref": "GoogleCloudAiplatformV1CodeExecutionResult", - "description": "Optional. Result of executing the [ExecutableCode]." + "description": "Optional. The result of executing the ExecutableCode." }, "executableCode": { "$ref": "GoogleCloudAiplatformV1ExecutableCode", - "description": "Optional. Code generated by the model that is meant to be executed." + "description": "Optional. Code generated by the model that is intended to be executed." }, "fileData": { "$ref": "GoogleCloudAiplatformV1FileData", - "description": "Optional. URI based data." + "description": "Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage." }, "functionCall": { "$ref": "GoogleCloudAiplatformV1FunctionCall", - "description": "Optional. A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values." + "description": "Optional. A predicted function call returned from the model. This contains the name of the function to call and the arguments to pass to the function." }, "functionResponse": { "$ref": "GoogleCloudAiplatformV1FunctionResponse", - "description": "Optional. The result output of a [FunctionCall] that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is used as context to the model." + "description": "Optional. The result of a function call. This is used to provide the model with the result of a function call that it predicted." }, "inlineData": { "$ref": "GoogleCloudAiplatformV1Blob", - "description": "Optional. Inlined bytes data." + "description": "Optional. The inline data content of the part. This can be used to include images, audio, or video in a request." }, "text": { - "description": "Optional. Text part (can be code).", + "description": "Optional. The text content of the part.", "type": "string" }, "thought": { - "description": "Optional. Indicates if the part is thought from the model.", + "description": "Optional. Indicates whether the `part` represents the model's thought process or reasoning.", "type": "boolean" }, "thoughtSignature": { @@ -37593,12 +45912,32 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1PreTunedModel": { + "description": "A pre-tuned model for continuous tuning.", + "id": "GoogleCloudAiplatformV1PreTunedModel", + "properties": { + "baseModel": { + "description": "Output only. The name of the base model this PreTunedModel was tuned from.", + "readOnly": true, + "type": "string" + }, + "checkpointId": { + "description": "Optional. The source checkpoint id. If not specified, the default checkpoint will be used.", + "type": "string" + }, + "tunedModelName": { + "description": "The resource name of the Model. E.g., a model resource name with a specified version id or alias: `projects/{project}/locations/{location}/models/{model}@{version_id}` `projects/{project}/locations/{location}/models/{model}@{alias}` Or, omit the version id to use the default version: `projects/{project}/locations/{location}/models/{model}`", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1PrebuiltVoiceConfig": { - "description": "The configuration for the prebuilt speaker to use.", + "description": "Configuration for a prebuilt voice.", "id": "GoogleCloudAiplatformV1PrebuiltVoiceConfig", "properties": { "voiceName": { - "description": "The name of the preset voice to use.", + "description": "The name of the prebuilt voice to use.", "type": "string" } }, @@ -37663,6 +46002,13 @@ }, "type": "array" }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. The user labels for Imagen billing usage only. Only Imagen supports labels. For other use cases, it will be ignored.", + "type": "object" + }, "parameters": { "description": "The parameters that govern the prediction. The schema of the parameters may be specified via Endpoint's DeployedModels' Model's PredictSchemata's parameters_schema_uri.", "type": "any" @@ -37747,6 +46093,143 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1PreferenceOptimizationDataStats": { + "description": "Statistics computed for datasets used for preference optimization.", + "id": "GoogleCloudAiplatformV1PreferenceOptimizationDataStats", + "properties": { + "droppedExampleIndices": { + "description": "Output only. A partial sample of the indices (starting from 1) of the dropped examples.", + "items": { + "format": "int64", + "type": "string" + }, + "readOnly": true, + "type": "array" + }, + "droppedExampleReasons": { + "description": "Output only. For each index in `dropped_example_indices`, the user-facing reason why the example was dropped.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, + "scoreVariancePerExampleDistribution": { + "$ref": "GoogleCloudAiplatformV1DatasetDistribution", + "description": "Output only. Dataset distributions for scores variance per example.", + "readOnly": true + }, + "scoresDistribution": { + "$ref": "GoogleCloudAiplatformV1DatasetDistribution", + "description": "Output only. Dataset distributions for scores.", + "readOnly": true + }, + "totalBillableTokenCount": { + "description": "Output only. Number of billable tokens in the tuning dataset.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "tuningDatasetExampleCount": { + "description": "Output only. Number of examples in the tuning dataset.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "tuningStepCount": { + "description": "Output only. Number of tuning steps for this Tuning Job.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "userDatasetExamples": { + "description": "Output only. Sample user examples in the training dataset.", + "items": { + "$ref": "GoogleCloudAiplatformV1GeminiPreferenceExample" + }, + "readOnly": true, + "type": "array" + }, + "userInputTokenDistribution": { + "$ref": "GoogleCloudAiplatformV1DatasetDistribution", + "description": "Output only. Dataset distributions for the user input tokens.", + "readOnly": true + }, + "userOutputTokenDistribution": { + "$ref": "GoogleCloudAiplatformV1DatasetDistribution", + "description": "Output only. Dataset distributions for the user output tokens.", + "readOnly": true + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1PreferenceOptimizationHyperParameters": { + "description": "Hyperparameters for Preference Optimization.", + "id": "GoogleCloudAiplatformV1PreferenceOptimizationHyperParameters", + "properties": { + "adapterSize": { + "description": "Optional. Adapter size for preference optimization.", + "enum": [ + "ADAPTER_SIZE_UNSPECIFIED", + "ADAPTER_SIZE_ONE", + "ADAPTER_SIZE_TWO", + "ADAPTER_SIZE_FOUR", + "ADAPTER_SIZE_EIGHT", + "ADAPTER_SIZE_SIXTEEN", + "ADAPTER_SIZE_THIRTY_TWO" + ], + "enumDescriptions": [ + "Adapter size is unspecified.", + "Adapter size 1.", + "Adapter size 2.", + "Adapter size 4.", + "Adapter size 8.", + "Adapter size 16.", + "Adapter size 32." + ], + "type": "string" + }, + "beta": { + "description": "Optional. Weight for KL Divergence regularization.", + "format": "double", + "type": "number" + }, + "epochCount": { + "description": "Optional. Number of complete passes the model makes over the entire training dataset during training.", + "format": "int64", + "type": "string" + }, + "learningRateMultiplier": { + "description": "Optional. Multiplier for adjusting the default learning rate.", + "format": "double", + "type": "number" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1PreferenceOptimizationSpec": { + "description": "Tuning Spec for Preference Optimization.", + "id": "GoogleCloudAiplatformV1PreferenceOptimizationSpec", + "properties": { + "exportLastCheckpointOnly": { + "description": "Optional. If set to true, disable intermediate checkpoints for Preference Optimization and only the last checkpoint will be exported. Otherwise, enable intermediate checkpoints for Preference Optimization. Default is false.", + "type": "boolean" + }, + "hyperParameters": { + "$ref": "GoogleCloudAiplatformV1PreferenceOptimizationHyperParameters", + "description": "Optional. Hyperparameters for Preference Optimization." + }, + "trainingDatasetUri": { + "description": "Required. Cloud Storage path to file containing training dataset for preference optimization tuning. The dataset must be formatted as a JSONL file.", + "type": "string" + }, + "validationDatasetUri": { + "description": "Optional. Cloud Storage path to file containing validation dataset for preference optimization tuning. The dataset must be formatted as a JSONL file.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1Presets": { "description": "Preset configuration for example-based explanations", "id": "GoogleCloudAiplatformV1Presets", @@ -39044,6 +47527,16 @@ "readOnly": true, "type": "string" }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, "updateTime": { "description": "Output only. Timestamp when this RagCorpus was last updated.", "format": "google-datetime", @@ -39277,7 +47770,7 @@ }, "scaled": { "$ref": "GoogleCloudAiplatformV1RagManagedDbConfigScaled", - "description": "Sets the RagManagedDb to the Scaled tier." + "description": "Sets the RagManagedDb to the Scaled tier. This is the default tier if not explicitly chosen." }, "unprovisioned": { "$ref": "GoogleCloudAiplatformV1RagManagedDbConfigUnprovisioned", @@ -39851,6 +48344,10 @@ "serviceAccount": { "description": "Optional. The service account that the Reasoning Engine artifact runs as. It should have \"roles/storage.objectViewer\" for reading the user project's Cloud Storage and \"roles/aiplatform.user\" for using Vertex extensions. If not specified, the Vertex AI Reasoning Engine Service Agent in the project will be used.", "type": "string" + }, + "sourceCodeSpec": { + "$ref": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec", + "description": "Deploy from source code files with a defined entrypoint." } }, "type": "object" @@ -39915,7 +48412,7 @@ "type": "string" }, "pythonVersion": { - "description": "Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.", + "description": "Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13. If not specified, the default value is 3.10.", "type": "string" }, "requirementsGcsUri": { @@ -39925,6 +48422,56 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec": { + "description": "Specification for deploying from source code.", + "id": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec", + "properties": { + "inlineSource": { + "$ref": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource", + "description": "Source code is provided directly in the request." + }, + "pythonSpec": { + "$ref": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec", + "description": "Configuration for a Python application." + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource": { + "description": "Specifies source code provided as a byte stream.", + "id": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource", + "properties": { + "sourceArchive": { + "description": "Required. Input only. The application source code archive, provided as a compressed tarball (.tar.gz) file.", + "format": "byte", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec": { + "description": "Specification for running a Python application from source.", + "id": "GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec", + "properties": { + "entrypointModule": { + "description": "Optional. The Python module to load as the entrypoint, specified as a fully qualified module name. For example: path.to.agent. If not specified, defaults to \"agent\". The project root will be added to Python sys.path, allowing imports to be specified relative to the root.", + "type": "string" + }, + "entrypointObject": { + "description": "Optional. The name of the callable object within the `entrypoint_module` to use as the application If not specified, defaults to \"root_agent\".", + "type": "string" + }, + "requirementsFile": { + "description": "Optional. The path to the requirements file, relative to the source root. If not specified, defaults to \"requirements.txt\".", + "type": "string" + }, + "version": { + "description": "Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.11, 3.12, 3.13. If not specified, default value is 3.10.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1RebaseTunedModelRequest": { "description": "Request message for GenAiTuningService.RebaseTunedModel.", "id": "GoogleCloudAiplatformV1RebaseTunedModelRequest", @@ -40205,11 +48752,11 @@ "type": "object" }, "GoogleCloudAiplatformV1RetrievalMetadata": { - "description": "Metadata related to retrieval in the grounding flow.", + "description": "Metadata related to the retrieval grounding source. This is part of the `GroundingMetadata` returned when grounding is enabled.", "id": "GoogleCloudAiplatformV1RetrievalMetadata", "properties": { "googleSearchDynamicRetrievalScore": { - "description": "Optional. Score indicating how likely information from Google Search could help answer the prompt. The score is in the range `[0, 1]`, where 0 is the least likely and 1 is the most likely. This score is only populated when Google Search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger Google Search.", + "description": "Optional. A score indicating how likely it is that a Google Search query could help answer the prompt. The score is in the range of `[0, 1]`. A score of 1 means the model is confident that a search will be helpful, and 0 means it is not. This score is populated only when Google Search grounding and dynamic retrieval are enabled. The score is used to determine whether to trigger a search.", "format": "float", "type": "number" } @@ -40593,16 +49140,16 @@ "type": "object" }, "GoogleCloudAiplatformV1SafetyRating": { - "description": "Safety rating corresponding to the generated content.", + "description": "A safety rating for a piece of content. The safety rating contains the harm category and the harm probability level.", "id": "GoogleCloudAiplatformV1SafetyRating", "properties": { "blocked": { - "description": "Output only. Indicates whether the content was filtered out because of this rating.", + "description": "Output only. Indicates whether the content was blocked because of this rating.", "readOnly": true, "type": "boolean" }, "category": { - "description": "Output only. Harm category.", + "description": "Output only. The harm category of this rating.", "enum": [ "HARM_CATEGORY_UNSPECIFIED", "HARM_CATEGORY_HATE_SPEECH", @@ -40613,7 +49160,8 @@ "HARM_CATEGORY_IMAGE_HATE", "HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT", "HARM_CATEGORY_IMAGE_HARASSMENT", - "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT" + "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT", + "HARM_CATEGORY_JAILBREAK" ], "enumDeprecated": [ false, @@ -40625,19 +49173,21 @@ false, false, false, + false, false ], "enumDescriptions": [ - "The harm category is unspecified.", - "The harm category is hate speech.", - "The harm category is dangerous content.", - "The harm category is harassment.", - "The harm category is sexually explicit content.", + "Default value. This value is unused.", + "Content that promotes violence or incites hatred against individuals or groups based on certain attributes.", + "Content that promotes, facilitates, or enables dangerous activities.", + "Abusive, threatening, or content intended to bully, torment, or ridicule.", + "Content that contains sexually explicit material.", "Deprecated: Election filter is not longer supported. The harm category is civic integrity.", - "The harm category is image hate.", - "The harm category is image dangerous content.", - "The harm category is image harassment.", - "The harm category is image sexually explicit content." + "Images that contain hate speech.", + "Images that contain dangerous content.", + "Images that contain harassment.", + "Images that contain sexually explicit content.", + "Prompts designed to bypass safety filters." ], "readOnly": true, "type": "string" @@ -40653,18 +49203,18 @@ "OFF" ], "enumDescriptions": [ - "Unspecified harm block threshold.", - "Block low threshold and above (i.e. block more).", - "Block medium threshold and above.", - "Block only high threshold (i.e. block less).", - "Block none.", - "Turn off the safety filter." + "The harm block threshold is unspecified.", + "Block content with a low harm probability or higher.", + "Block content with a medium harm probability or higher.", + "Block content with a high harm probability.", + "Do not block any content, regardless of its harm probability.", + "Turn off the safety filter entirely." ], "readOnly": true, "type": "string" }, "probability": { - "description": "Output only. Harm probability levels in the content.", + "description": "Output only. The probability of harm for this category.", "enum": [ "HARM_PROBABILITY_UNSPECIFIED", "NEGLIGIBLE", @@ -40673,23 +49223,23 @@ "HIGH" ], "enumDescriptions": [ - "Harm probability unspecified.", - "Negligible level of harm.", - "Low level of harm.", - "Medium level of harm.", - "High level of harm." + "The harm probability is unspecified.", + "The harm probability is negligible.", + "The harm probability is low.", + "The harm probability is medium.", + "The harm probability is high." ], "readOnly": true, "type": "string" }, "probabilityScore": { - "description": "Output only. Harm probability score.", + "description": "Output only. The probability score of harm for this category.", "format": "float", "readOnly": true, "type": "number" }, "severity": { - "description": "Output only. Harm severity levels in the content.", + "description": "Output only. The severity of harm for this category.", "enum": [ "HARM_SEVERITY_UNSPECIFIED", "HARM_SEVERITY_NEGLIGIBLE", @@ -40698,17 +49248,17 @@ "HARM_SEVERITY_HIGH" ], "enumDescriptions": [ - "Harm severity unspecified.", - "Negligible level of harm severity.", - "Low level of harm severity.", - "Medium level of harm severity.", - "High level of harm severity." + "The harm severity is unspecified.", + "The harm severity is negligible.", + "The harm severity is low.", + "The harm severity is medium.", + "The harm severity is high." ], "readOnly": true, "type": "string" }, "severityScore": { - "description": "Output only. Harm severity score.", + "description": "Output only. The severity score of harm for this category.", "format": "float", "readOnly": true, "type": "number" @@ -40741,11 +49291,11 @@ "type": "object" }, "GoogleCloudAiplatformV1SafetySetting": { - "description": "Safety settings.", + "description": "A safety setting that affects the safety-blocking behavior. A SafetySetting consists of a harm category and a threshold for that category.", "id": "GoogleCloudAiplatformV1SafetySetting", "properties": { "category": { - "description": "Required. Harm category.", + "description": "Required. The harm category to be blocked.", "enum": [ "HARM_CATEGORY_UNSPECIFIED", "HARM_CATEGORY_HATE_SPEECH", @@ -40756,7 +49306,8 @@ "HARM_CATEGORY_IMAGE_HATE", "HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT", "HARM_CATEGORY_IMAGE_HARASSMENT", - "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT" + "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT", + "HARM_CATEGORY_JAILBREAK" ], "enumDeprecated": [ false, @@ -40768,24 +49319,26 @@ false, false, false, + false, false ], "enumDescriptions": [ - "The harm category is unspecified.", - "The harm category is hate speech.", - "The harm category is dangerous content.", - "The harm category is harassment.", - "The harm category is sexually explicit content.", + "Default value. This value is unused.", + "Content that promotes violence or incites hatred against individuals or groups based on certain attributes.", + "Content that promotes, facilitates, or enables dangerous activities.", + "Abusive, threatening, or content intended to bully, torment, or ridicule.", + "Content that contains sexually explicit material.", "Deprecated: Election filter is not longer supported. The harm category is civic integrity.", - "The harm category is image hate.", - "The harm category is image dangerous content.", - "The harm category is image harassment.", - "The harm category is image sexually explicit content." + "Images that contain hate speech.", + "Images that contain dangerous content.", + "Images that contain harassment.", + "Images that contain sexually explicit content.", + "Prompts designed to bypass safety filters." ], "type": "string" }, "method": { - "description": "Optional. Specify if the threshold is used for probability or severity score. If not specified, the threshold is used for probability score.", + "description": "Optional. The method for blocking content. If not specified, the default behavior is to use the probability score.", "enum": [ "HARM_BLOCK_METHOD_UNSPECIFIED", "SEVERITY", @@ -40799,7 +49352,7 @@ "type": "string" }, "threshold": { - "description": "Required. The harm block threshold.", + "description": "Required. The threshold for blocking content. If the harm probability exceeds this threshold, the content will be blocked.", "enum": [ "HARM_BLOCK_THRESHOLD_UNSPECIFIED", "BLOCK_LOW_AND_ABOVE", @@ -40809,12 +49362,12 @@ "OFF" ], "enumDescriptions": [ - "Unspecified harm block threshold.", - "Block low threshold and above (i.e. block more).", - "Block medium threshold and above.", - "Block only high threshold (i.e. block less).", - "Block none.", - "Turn off the safety filter." + "The harm block threshold is unspecified.", + "Block content with a low harm probability or higher.", + "Block content with a medium harm probability or higher.", + "Block content with a high harm probability.", + "Do not block any content, regardless of its harm probability.", + "Turn off the safety filter entirely." ], "type": "string" } @@ -45419,15 +53972,15 @@ "type": "object" }, "GoogleCloudAiplatformV1SearchEntryPoint": { - "description": "Google search entry point.", + "description": "An entry point for displaying Google Search results. A `SearchEntryPoint` is populated when the grounding source for a model's response is Google Search. It provides information that you can use to display the search results in your application.", "id": "GoogleCloudAiplatformV1SearchEntryPoint", "properties": { "renderedContent": { - "description": "Optional. Web content snippet that can be embedded in a web page or an app webview.", + "description": "Optional. An HTML snippet that can be embedded in a web page or an application's webview. This snippet displays a search result, including the title, URL, and a brief description of the search result.", "type": "string" }, "sdkBlob": { - "description": "Optional. Base64 encoded JSON representing array of tuple.", + "description": "Optional. A base64-encoded JSON object that contains a list of search queries and their corresponding search URLs. This information can be used to build a custom search UI.", "format": "byte", "type": "string" } @@ -45635,29 +54188,29 @@ "type": "object" }, "GoogleCloudAiplatformV1Segment": { - "description": "Segment of the content.", + "description": "A segment of the content.", "id": "GoogleCloudAiplatformV1Segment", "properties": { "endIndex": { - "description": "Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.", + "description": "Output only. The end index of the segment in the `Part`, measured in bytes. This marks the end of the segment and is exclusive, meaning the segment includes content up to, but not including, the byte at this index.", "format": "int32", "readOnly": true, "type": "integer" }, "partIndex": { - "description": "Output only. The index of a Part object within its parent Content object.", + "description": "Output only. The index of the `Part` object that this segment belongs to. This is useful for associating the segment with a specific part of the content.", "format": "int32", "readOnly": true, "type": "integer" }, "startIndex": { - "description": "Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.", + "description": "Output only. The start index of the segment in the `Part`, measured in bytes. This marks the beginning of the segment and is inclusive, meaning the byte at this index is the first byte of the segment.", "format": "int32", "readOnly": true, "type": "integer" }, "text": { - "description": "Output only. The text corresponding to the segment from the response.", + "description": "Output only. The text of the segment.", "readOnly": true, "type": "string" } @@ -45822,6 +54375,21 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1SpeakerVoiceConfig": { + "description": "Configuration for a single speaker in a multi-speaker setup.", + "id": "GoogleCloudAiplatformV1SpeakerVoiceConfig", + "properties": { + "speaker": { + "description": "Required. The name of the speaker. This should be the same as the speaker name used in the prompt.", + "type": "string" + }, + "voiceConfig": { + "$ref": "GoogleCloudAiplatformV1VoiceConfig", + "description": "Required. The configuration for the voice of this speaker." + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1SpecialistPool": { "description": "SpecialistPool represents customers' own workforce to work on their data labeling jobs. It includes a group of specialist managers and workers. Managers are responsible for managing the workers in this pool as well as customers' data labeling jobs associated with this pool. Customers create specialist pool as well as start data labeling jobs on Cloud, managers and workers handle the jobs using CrowdCompute console.", "id": "GoogleCloudAiplatformV1SpecialistPool", @@ -45909,16 +54477,20 @@ "type": "object" }, "GoogleCloudAiplatformV1SpeechConfig": { - "description": "The speech generation config.", + "description": "Configuration for speech generation.", "id": "GoogleCloudAiplatformV1SpeechConfig", "properties": { "languageCode": { - "description": "Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.", + "description": "Optional. The language code (ISO 639-1) for the speech synthesis.", "type": "string" }, + "multiSpeakerVoiceConfig": { + "$ref": "GoogleCloudAiplatformV1MultiSpeakerVoiceConfig", + "description": "The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with `voice_config`." + }, "voiceConfig": { "$ref": "GoogleCloudAiplatformV1VoiceConfig", - "description": "The configuration for the speaker to use." + "description": "The configuration for the voice to use." } }, "type": "object" @@ -47806,6 +56378,10 @@ "$ref": "GoogleCloudAiplatformV1ToolCodeExecution", "description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation." }, + "computerUse": { + "$ref": "GoogleCloudAiplatformV1ToolComputerUse", + "description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations." + }, "enterpriseWebSearch": { "$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch", "description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance." @@ -47929,6 +56505,32 @@ "properties": {}, "type": "object" }, + "GoogleCloudAiplatformV1ToolComputerUse": { + "description": "Tool to support computer use.", + "id": "GoogleCloudAiplatformV1ToolComputerUse", + "properties": { + "environment": { + "description": "Required. The environment being operated.", + "enum": [ + "ENVIRONMENT_UNSPECIFIED", + "ENVIRONMENT_BROWSER" + ], + "enumDescriptions": [ + "Defaults to browser.", + "Operates in a web browser." + ], + "type": "string" + }, + "excludedPredefinedFunctions": { + "description": "Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1ToolConfig": { "description": "Tool config. This config is shared for all tools provided in the request.", "id": "GoogleCloudAiplatformV1ToolConfig", @@ -47948,6 +56550,28 @@ "description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.", "id": "GoogleCloudAiplatformV1ToolGoogleSearch", "properties": { + "blockingConfidence": { + "description": "Optional. Sites with confidence level chosen & above this value will be blocked from the search results.", + "enum": [ + "PHISH_BLOCK_THRESHOLD_UNSPECIFIED", + "BLOCK_LOW_AND_ABOVE", + "BLOCK_MEDIUM_AND_ABOVE", + "BLOCK_HIGH_AND_ABOVE", + "BLOCK_HIGHER_AND_ABOVE", + "BLOCK_VERY_HIGH_AND_ABOVE", + "BLOCK_ONLY_EXTREMELY_HIGH" + ], + "enumDescriptions": [ + "Defaults to unspecified.", + "Blocks Low and above confidence URL that is risky.", + "Blocks Medium and above confidence URL that is risky.", + "Blocks High and above confidence URL that is risky.", + "Blocks Higher and above confidence URL that is risky.", + "Blocks Very high and above confidence URL that is risky.", + "Blocks Extremely high confidence URL that is risky." + ], + "type": "string" + }, "excludeDomains": { "description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [\"amazon.com\", \"facebook.com\"].", "items": { @@ -48851,7 +57475,7 @@ "type": "string" }, "model": { - "description": "Output only. The resource name of the TunedModel. Format: `projects/{project}/locations/{location}/models/{model}@{version_id}` When tuning from a base model, the version_id will be 1. For continuous tuning, the version id will be incremented by 1 from the last version id in the parent model. E.g., `projects/{project}/locations/{location}/models/{model}@{last_version_id + 1}`", + "description": "Output only. The resource name of the TunedModel. Format: `projects/{project}/locations/{location}/models/{model}@{version_id}` When tuning from a base model, the version ID will be 1. For continuous tuning, if the provided tuned_model_display_name is set and different from parent model's display name, the tuned model will have a new parent model with version 1. Otherwise the version id will be incremented by 1 from the last version ID in the parent model. E.g., `projects/{project}/locations/{location}/models/{model}@{last_version_id + 1}`", "readOnly": true, "type": "string" } @@ -48906,6 +57530,11 @@ "description": "The tuning data statistic values for TuningJob.", "id": "GoogleCloudAiplatformV1TuningDataStats", "properties": { + "preferenceOptimizationDataStats": { + "$ref": "GoogleCloudAiplatformV1PreferenceOptimizationDataStats", + "description": "Output only. Statistics for preference optimization.", + "readOnly": true + }, "supervisedTuningDataStats": { "$ref": "GoogleCloudAiplatformV1SupervisedTuningDataStats", "description": "The SFT Tuning data stats." @@ -48963,6 +57592,14 @@ "readOnly": true, "type": "string" }, + "preTunedModel": { + "$ref": "GoogleCloudAiplatformV1PreTunedModel", + "description": "The pre-tuned model for continuous tuning." + }, + "preferenceOptimizationSpec": { + "$ref": "GoogleCloudAiplatformV1PreferenceOptimizationSpec", + "description": "Tuning Spec for Preference Optimization." + }, "serviceAccount": { "description": "The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent Users starting the pipeline must have the `iam.serviceAccounts.actAs` permission on this service account.", "type": "string" @@ -49016,7 +57653,7 @@ "readOnly": true }, "tunedModelDisplayName": { - "description": "Optional. The display name of the TunedModel. The name can be up to 128 characters long and can consist of any UTF-8 characters.", + "description": "Optional. The display name of the TunedModel. The name can be up to 128 characters long and can consist of any UTF-8 characters. For continuous tuning, tuned_model_display_name will by default use the same display name as the pre-tuned model. If a new display name is provided, the tuning job will create a new model instead of a new version.", "type": "string" }, "tuningDataStats": { @@ -49433,11 +58070,11 @@ "type": "object" }, "GoogleCloudAiplatformV1UrlContextMetadata": { - "description": "Metadata related to url context retrieval tool.", + "description": "Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL.", "id": "GoogleCloudAiplatformV1UrlContextMetadata", "properties": { "urlMetadata": { - "description": "Output only. List of url context.", + "description": "Output only. A list of URL metadata, with one entry for each URL retrieved by the tool.", "items": { "$ref": "GoogleCloudAiplatformV1UrlMetadata" }, @@ -49448,15 +58085,15 @@ "type": "object" }, "GoogleCloudAiplatformV1UrlMetadata": { - "description": "Context of the a single url retrieval.", + "description": "The metadata for a single URL retrieval.", "id": "GoogleCloudAiplatformV1UrlMetadata", "properties": { "retrievedUrl": { - "description": "Retrieved url by the tool.", + "description": "The URL retrieved by the tool.", "type": "string" }, "urlRetrievalStatus": { - "description": "Status of the url retrieval.", + "description": "The status of the URL retrieval.", "enum": [ "URL_RETRIEVAL_STATUS_UNSPECIFIED", "URL_RETRIEVAL_STATUS_SUCCESS", @@ -49464,14 +58101,101 @@ ], "enumDescriptions": [ "Default value. This value is unused.", - "Url retrieval is successful.", - "Url retrieval is failed due to error." + "The URL was retrieved successfully.", + "The URL retrieval failed." ], "type": "string" } }, "type": "object" }, + "GoogleCloudAiplatformV1UsageMetadata": { + "description": "Usage metadata about the content generation request and response. This message provides a detailed breakdown of token usage and other relevant metrics.", + "id": "GoogleCloudAiplatformV1UsageMetadata", + "properties": { + "cacheTokensDetails": { + "description": "Output only. A detailed breakdown of the token count for each modality in the cached content.", + "items": { + "$ref": "GoogleCloudAiplatformV1ModalityTokenCount" + }, + "readOnly": true, + "type": "array" + }, + "cachedContentTokenCount": { + "description": "Output only. The number of tokens in the cached content that was used for this request.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "candidatesTokenCount": { + "description": "The total number of tokens in the generated candidates.", + "format": "int32", + "type": "integer" + }, + "candidatesTokensDetails": { + "description": "Output only. A detailed breakdown of the token count for each modality in the generated candidates.", + "items": { + "$ref": "GoogleCloudAiplatformV1ModalityTokenCount" + }, + "readOnly": true, + "type": "array" + }, + "promptTokenCount": { + "description": "The total number of tokens in the prompt. This includes any text, images, or other media provided in the request. When `cached_content` is set, this also includes the number of tokens in the cached content.", + "format": "int32", + "type": "integer" + }, + "promptTokensDetails": { + "description": "Output only. A detailed breakdown of the token count for each modality in the prompt.", + "items": { + "$ref": "GoogleCloudAiplatformV1ModalityTokenCount" + }, + "readOnly": true, + "type": "array" + }, + "thoughtsTokenCount": { + "description": "Output only. The number of tokens that were part of the model's generated \"thoughts\" output, if applicable.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "toolUsePromptTokenCount": { + "description": "Output only. The number of tokens in the results from tool executions, which are provided back to the model as input, if applicable.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "toolUsePromptTokensDetails": { + "description": "Output only. A detailed breakdown by modality of the token counts from the results of tool executions, which are provided back to the model as input.", + "items": { + "$ref": "GoogleCloudAiplatformV1ModalityTokenCount" + }, + "readOnly": true, + "type": "array" + }, + "totalTokenCount": { + "description": "The total number of tokens for the entire request. This is the sum of `prompt_token_count`, `candidates_token_count`, `tool_use_prompt_token_count`, and `thoughts_token_count`.", + "format": "int32", + "type": "integer" + }, + "trafficType": { + "description": "Output only. The traffic type for this request.", + "enum": [ + "TRAFFIC_TYPE_UNSPECIFIED", + "ON_DEMAND", + "PROVISIONED_THROUGHPUT" + ], + "enumDescriptions": [ + "Unspecified request traffic type.", + "Type for Pay-As-You-Go traffic.", + "Type for Provisioned Throughput traffic." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1UserActionReference": { "description": "References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.", "id": "GoogleCloudAiplatformV1UserActionReference", @@ -49618,7 +58342,7 @@ "type": "object" }, "GoogleCloudAiplatformV1VideoMetadata": { - "description": "Metadata describes the input video content.", + "description": "Provides metadata for a video, including the start and end offsets for clipping and the frame rate.", "id": "GoogleCloudAiplatformV1VideoMetadata", "properties": { "endOffset": { @@ -49627,7 +58351,7 @@ "type": "string" }, "fps": { - "description": "Optional. The frame rate of the video sent to the model. If not specified, the default value will be 1.0. The fps range is (0.0, 24.0].", + "description": "Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].", "format": "double", "type": "number" }, @@ -49640,12 +58364,12 @@ "type": "object" }, "GoogleCloudAiplatformV1VoiceConfig": { - "description": "The configuration for the voice to use.", + "description": "Configuration for a voice.", "id": "GoogleCloudAiplatformV1VoiceConfig", "properties": { "prebuiltVoiceConfig": { "$ref": "GoogleCloudAiplatformV1PrebuiltVoiceConfig", - "description": "The configuration for the prebuilt voice to use." + "description": "The configuration for a prebuilt voice." } }, "type": "object" @@ -49931,6 +58655,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/alertcenter.v1beta1.json b/DiscoveryJson/alertcenter.v1beta1.json index 4449be06993..a4168de6fe9 100644 --- a/DiscoveryJson/alertcenter.v1beta1.json +++ b/DiscoveryJson/alertcenter.v1beta1.json @@ -3,7 +3,7 @@ "oauth2": { "scopes": { "https://www.googleapis.com/auth/apps.alerts": { - "description": "See and delete your domain's G Suite alerts, and send alert feedback" + "description": "See and delete your domain's Google Workspace alerts, and send alert feedback" } } } @@ -423,7 +423,7 @@ } } }, - "revision": "20250929", + "revision": "20251117", "rootUrl": "https://alertcenter.googleapis.com/", "schemas": { "AbuseDetected": { @@ -1661,6 +1661,10 @@ "description": "Drive file ID.", "type": "string" }, + "messageId": { + "description": "RFC2822 message ID.", + "type": "string" + }, "resourceTitle": { "description": "Title of the resource, for example email subject, or document title.", "type": "string" diff --git a/DiscoveryJson/alloydb.v1.json b/DiscoveryJson/alloydb.v1.json index c9b7377583f..36347f38a3b 100644 --- a/DiscoveryJson/alloydb.v1.json +++ b/DiscoveryJson/alloydb.v1.json @@ -15,6 +15,218 @@ "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases. ", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/alloydb/", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west4.rep.googleapis.com/", + "location": "us-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -144,7 +356,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -283,6 +495,21 @@ "pattern": "^projects/[^/]+/locations/[^/]+/backups/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. The view of the backup to return.", + "enum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "enumDescriptions": [ + "Value unspecified, equivalent to BASIC.", + "Responses include all fields that aren't explicitly gated behind another view.", + "Response include all the field from BASIC plus the field cluster_deleted, which specifies if the cluster corresponding to this backup is deleted." + ], + "location": "query", + "type": "string" } }, "path": "v1/{+name}", @@ -329,6 +556,21 @@ "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. The view of the backup to return.", + "enum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "enumDescriptions": [ + "Value unspecified, equivalent to BASIC.", + "Responses include all fields that aren't explicitly gated behind another view.", + "Response include all the field from BASIC plus the field cluster_deleted, which specifies if the cluster corresponding to this backup is deleted." + ], + "location": "query", + "type": "string" } }, "path": "v1/{+parent}/backups", @@ -1627,7 +1869,7 @@ } } }, - "revision": "20250925", + "revision": "20251106", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -1641,24 +1883,6 @@ }, "type": "object" }, - "AutoScalingConfig": { - "description": "Configuration for autoscaling.", - "id": "AutoScalingConfig", - "properties": { - "policy": { - "$ref": "Policy", - "description": "Policy for the MIG autoscaler." - }, - "schedules": { - "description": "Optional list of schedules for the MIG autoscaler. If not set, no schedules are created.", - "items": { - "$ref": "Schedule" - }, - "type": "array" - } - }, - "type": "object" - }, "AutomatedBackupPolicy": { "description": "Message describing the user-specified automated backup policy. All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.", "id": "AutomatedBackupPolicy", @@ -2159,6 +2383,10 @@ ], "type": "string" }, + "dataplexConfig": { + "$ref": "DataplexConfig", + "description": "Optional. Configuration for Dataplex integration." + }, "deleteTime": { "description": "Output only. Delete time stamp", "format": "google-datetime", @@ -2202,6 +2430,20 @@ "$ref": "MaintenanceUpdatePolicy", "description": "Optional. The maintenance update policy determines when to allow or deny updates." }, + "maintenanceVersionSelectionPolicy": { + "description": "Input only. Policy to use to automatically select the maintenance version to which to update the cluster's instances.", + "enum": [ + "MAINTENANCE_VERSION_SELECTION_POLICY_UNSPECIFIED", + "MAINTENANCE_VERSION_SELECTION_POLICY_LATEST", + "MAINTENANCE_VERSION_SELECTION_POLICY_DEFAULT" + ], + "enumDescriptions": [ + "The maintenance version selection policy is not specified.", + "Use the latest available maintenance version.", + "Use the current default maintenance version." + ], + "type": "string" + }, "migrationSource": { "$ref": "MigrationSource", "description": "Output only. Cluster created via DMS migration.", @@ -2546,18 +2788,6 @@ }, "type": "object" }, - "CpuUtilization": { - "description": "CPU utilization policy for the autoscaler.", - "id": "CpuUtilization", - "properties": { - "utilizationTarget": { - "description": "Target CPU utilization as a float between 0 and 1.", - "format": "float", - "type": "number" - } - }, - "type": "object" - }, "CsvExportOptions": { "description": "Options for exporting data in CSV format.", "id": "CsvExportOptions", @@ -2611,6 +2841,17 @@ }, "type": "object" }, + "DataplexConfig": { + "description": "Configuration for Dataplex integration.", + "id": "DataplexConfig", + "properties": { + "enabled": { + "description": "Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex.\"", + "type": "boolean" + } + }, + "type": "object" + }, "DenyMaintenancePeriod": { "description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.", "id": "DenyMaintenancePeriod", @@ -3014,6 +3255,11 @@ "$ref": "MachineConfig", "description": "Configurations for the machines that host the underlying database engine." }, + "maintenanceVersionName": { + "description": "Output only. Maintenance version of the instance, for example: POSTGRES_15.2025_07_15.04_00. Output only. Update this field via the parent cluster's maintenance_version field(s).", + "readOnly": true, + "type": "string" + }, "name": { "description": "Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}", "readOnly": true, @@ -3091,7 +3337,7 @@ "The instance is being deleted.", "The instance is down for maintenance.", "The creation of the instance failed or a fatal error occurred during an operation on the instance. Note: Instances in this state would tried to be auto-repaired. And Customers should be able to restart, update or delete these instances.", - "Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that index unused in case that state also needs to exposed via consumer apis in future. The instance has been configured to sync data from some other source.", + "The instance has been configured to sync data from some other source.", "The instance is being promoted." ], "readOnly": true, @@ -3641,31 +3887,6 @@ }, "type": "object" }, - "Policy": { - "description": "Policy for the autoscaler.", - "id": "Policy", - "properties": { - "coolDownPeriodSec": { - "description": "The period of time in seconds after a new node is created before the autoscaler will incorporate its resource usage (e.g. CPU utilization) into the autoscaling recommendation algorithm.", - "format": "int64", - "type": "string" - }, - "cpuUtilization": { - "$ref": "CpuUtilization", - "description": "CPU utilization policy for the autoscaler." - }, - "enabled": { - "description": "If true, autoscaling is enabled for the instance. If not set, the default value is false.", - "type": "boolean" - }, - "maxNodeCount": { - "description": "Maximum number of nodes for the autoscaler.", - "format": "int64", - "type": "string" - } - }, - "type": "object" - }, "PrimaryConfig": { "description": "Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.", "id": "PrimaryConfig", @@ -3856,10 +4077,6 @@ "description": "Configuration for a read pool instance.", "id": "ReadPoolConfig", "properties": { - "autoScalingConfig": { - "$ref": "AutoScalingConfig", - "description": "Autoscaling configuration for the read pool instance. If not set, the read pool instance will not be autoscaled." - }, "nodeCount": { "description": "Read capacity, i.e. number of nodes in a read pool instance.", "format": "int32", @@ -3958,43 +4175,6 @@ }, "type": "object" }, - "Schedule": { - "description": "A schedule for the autoscaler.", - "id": "Schedule", - "properties": { - "cronExpression": { - "description": "Cron expression for the triggering the schedule. See https://cloud.google.com/compute/docs/autoscaler/scaling-schedules#cron_expressions for the syntax.", - "type": "string" - }, - "description": { - "description": "Description of the schedule.", - "type": "string" - }, - "disabled": { - "description": "If true, the schedule is disabled.", - "type": "boolean" - }, - "durationSec": { - "description": "Duration of the schedule.", - "format": "int64", - "type": "string" - }, - "minNodeCount": { - "description": "Minimum number of nodes in while the schedule is active.", - "format": "int64", - "type": "string" - }, - "name": { - "description": "Name of the schedule.", - "type": "string" - }, - "timeZone": { - "description": "The location-based IANA time zone for interpreting the schedule's start time. If no time zone is provided, UTC is used by default.", - "type": "string" - } - }, - "type": "object" - }, "SecondaryConfig": { "description": "Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.", "id": "SecondaryConfig", @@ -4437,7 +4617,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -4445,7 +4626,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -4751,7 +4933,10 @@ "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", - "SIGNAL_TYPE_OUTDATED_CLIENT" + "SIGNAL_TYPE_OUTDATED_CLIENT", + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -4855,6 +5040,9 @@ false, false, false, + false, + false, + false, false ], "enumDescriptions": [ @@ -4959,7 +5147,10 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" }, @@ -5023,7 +5214,7 @@ "type": "object" }, "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": { - "description": "Common model for database resource instance metadata. Next ID: 29", + "description": "Common model for database resource instance metadata. Next ID: 30", "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata", "properties": { "availabilityConfiguration": { @@ -5166,6 +5357,10 @@ ], "type": "string" }, + "isDeletionProtectionEnabled": { + "description": "Optional. Whether deletion protection is enabled for this resource.", + "type": "boolean" + }, "location": { "description": "The resource location. REQUIRED", "type": "string" @@ -5397,7 +5592,10 @@ "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", - "SIGNAL_TYPE_OUTDATED_CLIENT" + "SIGNAL_TYPE_OUTDATED_CLIENT", + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -5501,6 +5699,9 @@ false, false, false, + false, + false, + false, false ], "enumDescriptions": [ @@ -5605,7 +5806,10 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" } @@ -5658,7 +5862,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -5666,7 +5871,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -5955,11 +6161,11 @@ "phase": { "description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance", "enum": [ - "WINDOW_PHASE_UNSPECIFIED", - "WINDOW_PHASE_ANY", - "WINDOW_PHASE_WEEK1", - "WINDOW_PHASE_WEEK2", - "WINDOW_PHASE_WEEK5" + "PHASE_UNSPECIFIED", + "ANY", + "WEEK1", + "WEEK2", + "WEEK5" ], "enumDescriptions": [ "Phase is unspecified.", @@ -6139,6 +6345,7 @@ "PRODUCT_TYPE_FIRESTORE", "PRODUCT_TYPE_COMPUTE_ENGINE", "PRODUCT_TYPE_ORACLE_ON_GCP", + "PRODUCT_TYPE_BIGQUERY", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -6155,6 +6362,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -6171,6 +6379,7 @@ "Firestore product area in GCP.", "Compute Engine self managed databases", "Oracle product area in GCP", + "BigQuery product area in GCP", "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." ], "type": "string" diff --git a/DiscoveryJson/alloydb.v1alpha.json b/DiscoveryJson/alloydb.v1alpha.json index 3a283c45f98..1e4c50bf09c 100644 --- a/DiscoveryJson/alloydb.v1alpha.json +++ b/DiscoveryJson/alloydb.v1alpha.json @@ -15,6 +15,218 @@ "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases. ", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/alloydb/", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west4.rep.googleapis.com/", + "location": "us-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -144,7 +356,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -283,6 +495,21 @@ "pattern": "^projects/[^/]+/locations/[^/]+/backups/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. The view of the backup to return.", + "enum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "enumDescriptions": [ + "Value unspecified, equivalent to BASIC.", + "Responses include all fields that aren't explicitly gated behind another view.", + "Response include all the field from BASIC plus the field cluster_deleted, which specifies if the cluster corresponding to this backup is deleted." + ], + "location": "query", + "type": "string" } }, "path": "v1alpha/{+name}", @@ -329,6 +556,21 @@ "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. The view of the backup to return.", + "enum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "enumDescriptions": [ + "Value unspecified, equivalent to BASIC.", + "Responses include all fields that aren't explicitly gated behind another view.", + "Response include all the field from BASIC plus the field cluster_deleted, which specifies if the cluster corresponding to this backup is deleted." + ], + "location": "query", + "type": "string" } }, "path": "v1alpha/{+parent}/backups", @@ -1627,7 +1869,7 @@ } } }, - "revision": "20250925", + "revision": "20251106", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -1713,6 +1955,11 @@ "description": "Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128", "type": "object" }, + "clusterDeleted": { + "description": "Output only. Set to true if the cluster corresponding to this backup is deleted. This field is only populated for when using the BACKUP_VIEW_CLUSTER_DELETED view.", + "readOnly": true, + "type": "boolean" + }, "clusterName": { "description": "Required. The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).", "type": "string" @@ -2164,6 +2411,10 @@ ], "type": "string" }, + "dataplexConfig": { + "$ref": "DataplexConfig", + "description": "Optional. Configuration for Dataplex integration." + }, "deleteTime": { "description": "Output only. Delete time stamp", "format": "google-datetime", @@ -2212,6 +2463,20 @@ "$ref": "MaintenanceUpdatePolicy", "description": "Optional. The maintenance update policy determines when to allow or deny updates." }, + "maintenanceVersionSelectionPolicy": { + "description": "Input only. Policy to use to automatically select the maintenance version to which to update the cluster's instances.", + "enum": [ + "MAINTENANCE_VERSION_SELECTION_POLICY_UNSPECIFIED", + "MAINTENANCE_VERSION_SELECTION_POLICY_LATEST", + "MAINTENANCE_VERSION_SELECTION_POLICY_DEFAULT" + ], + "enumDescriptions": [ + "The maintenance version selection policy is not specified.", + "Use the latest available maintenance version.", + "Use the current default maintenance version." + ], + "type": "string" + }, "migrationSource": { "$ref": "MigrationSource", "description": "Output only. Cluster created via DMS migration.", @@ -2711,6 +2976,17 @@ }, "type": "object" }, + "DataplexConfig": { + "description": "Configuration for Dataplex integration.", + "id": "DataplexConfig", + "properties": { + "enabled": { + "description": "Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex.\"", + "type": "boolean" + } + }, + "type": "object" + }, "DenyMaintenancePeriod": { "description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.", "id": "DenyMaintenancePeriod", @@ -3147,6 +3423,11 @@ "$ref": "MachineConfig", "description": "Configurations for the machines that host the underlying database engine." }, + "maintenanceVersionName": { + "description": "Output only. Maintenance version of the instance, for example: POSTGRES_15.2025_07_15.04_00. Output only. Update this field via the parent cluster's maintenance_version field(s).", + "readOnly": true, + "type": "string" + }, "name": { "description": "Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}", "readOnly": true, @@ -3229,7 +3510,7 @@ "The instance is being deleted.", "The instance is down for maintenance.", "The creation of the instance failed or a fatal error occurred during an operation on the instance. Note: Instances in this state would tried to be auto-repaired. And Customers should be able to restart, update or delete these instances.", - "Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that index unused in case that state also needs to exposed via consumer apis in future. The instance has been configured to sync data from some other source.", + "The instance has been configured to sync data from some other source.", "The instance is being promoted." ], "readOnly": true, @@ -4587,7 +4868,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -4595,7 +4877,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -4901,7 +5184,10 @@ "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", - "SIGNAL_TYPE_OUTDATED_CLIENT" + "SIGNAL_TYPE_OUTDATED_CLIENT", + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -5005,6 +5291,9 @@ false, false, false, + false, + false, + false, false ], "enumDescriptions": [ @@ -5109,7 +5398,10 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" }, @@ -5173,7 +5465,7 @@ "type": "object" }, "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": { - "description": "Common model for database resource instance metadata. Next ID: 29", + "description": "Common model for database resource instance metadata. Next ID: 30", "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata", "properties": { "availabilityConfiguration": { @@ -5316,6 +5608,10 @@ ], "type": "string" }, + "isDeletionProtectionEnabled": { + "description": "Optional. Whether deletion protection is enabled for this resource.", + "type": "boolean" + }, "location": { "description": "The resource location. REQUIRED", "type": "string" @@ -5547,7 +5843,10 @@ "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", - "SIGNAL_TYPE_OUTDATED_CLIENT" + "SIGNAL_TYPE_OUTDATED_CLIENT", + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -5651,6 +5950,9 @@ false, false, false, + false, + false, + false, false ], "enumDescriptions": [ @@ -5755,7 +6057,10 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" } @@ -5808,7 +6113,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -5816,7 +6122,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -6105,11 +6412,11 @@ "phase": { "description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance", "enum": [ - "WINDOW_PHASE_UNSPECIFIED", - "WINDOW_PHASE_ANY", - "WINDOW_PHASE_WEEK1", - "WINDOW_PHASE_WEEK2", - "WINDOW_PHASE_WEEK5" + "PHASE_UNSPECIFIED", + "ANY", + "WEEK1", + "WEEK2", + "WEEK5" ], "enumDescriptions": [ "Phase is unspecified.", @@ -6289,6 +6596,7 @@ "PRODUCT_TYPE_FIRESTORE", "PRODUCT_TYPE_COMPUTE_ENGINE", "PRODUCT_TYPE_ORACLE_ON_GCP", + "PRODUCT_TYPE_BIGQUERY", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -6305,6 +6613,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -6321,6 +6630,7 @@ "Firestore product area in GCP.", "Compute Engine self managed databases", "Oracle product area in GCP", + "BigQuery product area in GCP", "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." ], "type": "string" diff --git a/DiscoveryJson/alloydb.v1beta.json b/DiscoveryJson/alloydb.v1beta.json index 245e8d374d3..609ce755db8 100644 --- a/DiscoveryJson/alloydb.v1beta.json +++ b/DiscoveryJson/alloydb.v1beta.json @@ -15,6 +15,218 @@ "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases. ", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/alloydb/", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.us-west4.rep.googleapis.com/", + "location": "us-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://alloydb.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -144,7 +356,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -283,6 +495,21 @@ "pattern": "^projects/[^/]+/locations/[^/]+/backups/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. The view of the backup to return.", + "enum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "enumDescriptions": [ + "Value unspecified, equivalent to BASIC.", + "Responses include all fields that aren't explicitly gated behind another view.", + "Response include all the field from BASIC plus the field cluster_deleted, which specifies if the cluster corresponding to this backup is deleted." + ], + "location": "query", + "type": "string" } }, "path": "v1beta/{+name}", @@ -329,6 +556,21 @@ "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. The view of the backup to return.", + "enum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "enumDescriptions": [ + "Value unspecified, equivalent to BASIC.", + "Responses include all fields that aren't explicitly gated behind another view.", + "Response include all the field from BASIC plus the field cluster_deleted, which specifies if the cluster corresponding to this backup is deleted." + ], + "location": "query", + "type": "string" } }, "path": "v1beta/{+parent}/backups", @@ -1624,7 +1866,7 @@ } } }, - "revision": "20250925", + "revision": "20251106", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -1710,6 +1952,11 @@ "description": "Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128", "type": "object" }, + "clusterDeleted": { + "description": "Output only. Set to true if the cluster corresponding to this backup is deleted. This field is only populated for when using the BACKUP_VIEW_CLUSTER_DELETED view.", + "readOnly": true, + "type": "boolean" + }, "clusterName": { "description": "Required. The full resource name of the backup source cluster (e.g., projects/{project}/locations/{region}/clusters/{cluster_id}).", "type": "string" @@ -2150,6 +2397,10 @@ ], "type": "string" }, + "dataplexConfig": { + "$ref": "DataplexConfig", + "description": "Optional. Configuration for Dataplex integration." + }, "deleteTime": { "description": "Output only. Delete time stamp", "format": "google-datetime", @@ -2198,6 +2449,20 @@ "$ref": "MaintenanceUpdatePolicy", "description": "Optional. The maintenance update policy determines when to allow or deny updates." }, + "maintenanceVersionSelectionPolicy": { + "description": "Input only. Policy to use to automatically select the maintenance version to which to update the cluster's instances.", + "enum": [ + "MAINTENANCE_VERSION_SELECTION_POLICY_UNSPECIFIED", + "MAINTENANCE_VERSION_SELECTION_POLICY_LATEST", + "MAINTENANCE_VERSION_SELECTION_POLICY_DEFAULT" + ], + "enumDescriptions": [ + "The maintenance version selection policy is not specified.", + "Use the latest available maintenance version.", + "Use the current default maintenance version." + ], + "type": "string" + }, "migrationSource": { "$ref": "MigrationSource", "description": "Output only. Cluster created via DMS migration.", @@ -2692,6 +2957,17 @@ }, "type": "object" }, + "DataplexConfig": { + "description": "Configuration for Dataplex integration.", + "id": "DataplexConfig", + "properties": { + "enabled": { + "description": "Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex.\"", + "type": "boolean" + } + }, + "type": "object" + }, "DenyMaintenancePeriod": { "description": "DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.", "id": "DenyMaintenancePeriod", @@ -3128,6 +3404,11 @@ "$ref": "MachineConfig", "description": "Configurations for the machines that host the underlying database engine." }, + "maintenanceVersionName": { + "description": "Output only. Maintenance version of the instance, for example: POSTGRES_15.2025_07_15.04_00. Output only. Update this field via the parent cluster's maintenance_version field(s).", + "readOnly": true, + "type": "string" + }, "name": { "description": "Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}", "readOnly": true, @@ -3205,7 +3486,7 @@ "The instance is being deleted.", "The instance is down for maintenance.", "The creation of the instance failed or a fatal error occurred during an operation on the instance. Note: Instances in this state would tried to be auto-repaired. And Customers should be able to restart, update or delete these instances.", - "Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that index unused in case that state also needs to exposed via consumer apis in future. The instance has been configured to sync data from some other source.", + "The instance has been configured to sync data from some other source.", "The instance is being promoted." ], "readOnly": true, @@ -4563,7 +4844,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -4571,7 +4853,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -4877,7 +5160,10 @@ "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", - "SIGNAL_TYPE_OUTDATED_CLIENT" + "SIGNAL_TYPE_OUTDATED_CLIENT", + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -4981,6 +5267,9 @@ false, false, false, + false, + false, + false, false ], "enumDescriptions": [ @@ -5085,7 +5374,10 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" }, @@ -5149,7 +5441,7 @@ "type": "object" }, "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": { - "description": "Common model for database resource instance metadata. Next ID: 29", + "description": "Common model for database resource instance metadata. Next ID: 30", "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata", "properties": { "availabilityConfiguration": { @@ -5292,6 +5584,10 @@ ], "type": "string" }, + "isDeletionProtectionEnabled": { + "description": "Optional. Whether deletion protection is enabled for this resource.", + "type": "boolean" + }, "location": { "description": "The resource location. REQUIRED", "type": "string" @@ -5523,7 +5819,10 @@ "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", - "SIGNAL_TYPE_OUTDATED_CLIENT" + "SIGNAL_TYPE_OUTDATED_CLIENT", + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -5627,6 +5926,9 @@ false, false, false, + false, + false, + false, false ], "enumDescriptions": [ @@ -5731,7 +6033,10 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" } @@ -5784,7 +6089,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -5792,7 +6098,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -6081,11 +6388,11 @@ "phase": { "description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance", "enum": [ - "WINDOW_PHASE_UNSPECIFIED", - "WINDOW_PHASE_ANY", - "WINDOW_PHASE_WEEK1", - "WINDOW_PHASE_WEEK2", - "WINDOW_PHASE_WEEK5" + "PHASE_UNSPECIFIED", + "ANY", + "WEEK1", + "WEEK2", + "WEEK5" ], "enumDescriptions": [ "Phase is unspecified.", @@ -6265,6 +6572,7 @@ "PRODUCT_TYPE_FIRESTORE", "PRODUCT_TYPE_COMPUTE_ENGINE", "PRODUCT_TYPE_ORACLE_ON_GCP", + "PRODUCT_TYPE_BIGQUERY", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -6281,6 +6589,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -6297,6 +6606,7 @@ "Firestore product area in GCP.", "Compute Engine self managed databases", "Oracle product area in GCP", + "BigQuery product area in GCP", "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." ], "type": "string" diff --git a/DiscoveryJson/analyticshub.v1.json b/DiscoveryJson/analyticshub.v1.json index 01aaf110ec5..9ce496befbf 100644 --- a/DiscoveryJson/analyticshub.v1.json +++ b/DiscoveryJson/analyticshub.v1.json @@ -1247,7 +1247,7 @@ } } }, - "revision": "20250901", + "revision": "20251020", "rootUrl": "https://analyticshub.googleapis.com/", "schemas": { "ApproveQueryTemplateRequest": { @@ -1837,6 +1837,13 @@ "retryPolicy": { "$ref": "RetryPolicy", "description": "Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription. If not set, the default retry policy is applied. This generally implies that messages will be retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded events for a given message." + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"", + "type": "object" } }, "type": "object" @@ -2147,6 +2154,10 @@ ], "readOnly": true, "type": "string" + }, + "storedProcedureConfig": { + "$ref": "StoredProcedureConfig", + "description": "Optional. If set, stored procedure configuration will be propagated and enforced on the linked dataset." } }, "type": "object" @@ -2669,6 +2680,33 @@ }, "type": "object" }, + "StoredProcedureConfig": { + "description": "Stored procedure configuration, used to configure stored procedure sharing on linked dataset.", + "id": "StoredProcedureConfig", + "properties": { + "allowedStoredProcedureTypes": { + "description": "Output only. Types of stored procedure supported to share.", + "items": { + "enum": [ + "STORED_PROCEDURE_TYPE_UNSPECIFIED", + "SQL_PROCEDURE" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "SQL stored procedure." + ], + "type": "string" + }, + "readOnly": true, + "type": "array" + }, + "enabled": { + "description": "Optional. If true, enable sharing of stored procedure.", + "type": "boolean" + } + }, + "type": "object" + }, "SubmitQueryTemplateRequest": { "description": "Message for submitting a QueryTemplate.", "id": "SubmitQueryTemplateRequest", diff --git a/DiscoveryJson/androidmanagement.v1.json b/DiscoveryJson/androidmanagement.v1.json index 1788beb135f..e8b6de6e1f8 100644 --- a/DiscoveryJson/androidmanagement.v1.json +++ b/DiscoveryJson/androidmanagement.v1.json @@ -1265,7 +1265,7 @@ } } }, - "revision": "20250924", + "revision": "20251111", "rootUrl": "https://androidmanagement.googleapis.com/", "schemas": { "AdbShellCommandEvent": { @@ -1373,7 +1373,7 @@ "type": "string" }, "mtePolicy": { - "description": "Optional. Controls Memory Tagging Extension (MTE) (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device needs to be rebooted to apply changes to the MTE policy.", + "description": "Optional. Controls Memory Tagging Extension (MTE) (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device needs to be rebooted to apply changes to the MTE policy. On Android 15 and above, a NonComplianceDetail with PENDING is reported if the policy change is pending a device reboot.", "enum": [ "MTE_POLICY_UNSPECIFIED", "MTE_USER_CHOICE", @@ -2747,7 +2747,7 @@ ], "enumDescriptions": [ "This value is disallowed.", - "Lock the device, as if the lock screen timeout had expired.", + "Lock the device, as if the lock screen timeout had expired. For a work profile, if there is a separate work profile lock, this only locks the work profile, with one exception: on work profiles on an organization-owned device running Android 8, 9, or 10, this locks the entire device.", "Reset the user's password.", "Reboot the device. Only supported on fully managed devices running Android 7.0 (API level 24) or higher.", "Removes the work profile and all policies from a company-owned Android 8.0+ device, relinquishing the device for personal use. Apps and data associated with the personal profile(s) are preserved. The device will be deleted from the server after it acknowledges the command.", @@ -3055,6 +3055,178 @@ }, "type": "object" }, + "DefaultApplication": { + "description": "Information about the application to be set as the default.", + "id": "DefaultApplication", + "properties": { + "packageName": { + "description": "Required. The package name that should be set as the default application. The policy is rejected if the package name is invalid.", + "type": "string" + } + }, + "type": "object" + }, + "DefaultApplicationContext": { + "description": "Additional context for non-compliance related to default application settings.", + "id": "DefaultApplicationContext", + "properties": { + "defaultApplicationScope": { + "description": "Output only. The scope of non-compliant default application setting.", + "enum": [ + "DEFAULT_APPLICATION_SCOPE_UNSPECIFIED", + "SCOPE_FULLY_MANAGED", + "SCOPE_WORK_PROFILE", + "SCOPE_PERSONAL_PROFILE" + ], + "enumDescriptions": [ + "Unspecified. This value must not be used.", + "Sets the application as the default on fully managed devices.", + "Sets the application as the work profile default.Only supported for DEFAULT_BROWSER, DEFAULT_CALL_REDIRECTION, DEFAULT_CALL_SCREENING, DEFAULT_DIALER and DEFAULT_WALLET.", + "Sets the application as the personal profile default on company-owned devices with a work profile. Only pre-installed system apps can be set as the default.Only supported for DEFAULT_BROWSER, DEFAULT_DIALER, DEFAULT_SMS and DEFAULT_WALLET." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "DefaultApplicationInfo": { + "description": "The default application information for a specific DefaultApplicationType.", + "id": "DefaultApplicationInfo", + "properties": { + "defaultApplicationSettingAttempts": { + "description": "Output only. Details on the default application setting attempts, in the same order as listed in defaultApplications.", + "items": { + "$ref": "DefaultApplicationSettingAttempt" + }, + "readOnly": true, + "type": "array" + }, + "defaultApplicationType": { + "description": "Output only. The default application type.", + "enum": [ + "DEFAULT_APPLICATION_TYPE_UNSPECIFIED", + "DEFAULT_ASSISTANT", + "DEFAULT_BROWSER", + "DEFAULT_CALL_REDIRECTION", + "DEFAULT_CALL_SCREENING", + "DEFAULT_DIALER", + "DEFAULT_HOME", + "DEFAULT_SMS", + "DEFAULT_WALLET" + ], + "enumDescriptions": [ + "Unspecified. This value must not be used.", + "The assistant app type. This app type is only allowed to be set for SCOPE_FULLY_MANAGED.Supported on fully managed devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The browser app type.Supported on Android 16 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The call redirection app type. This app type cannot be set for SCOPE_PERSONAL_PROFILE.Supported on Android 16 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The call screening app type. This app type cannot be set for SCOPE_PERSONAL_PROFILE.Supported on Android 16 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The dialer app type.Supported on fully managed devices on Android 14 and 15. A NonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 14.Supported on all management modes on Android 16 and above.", + "The home app type. This app type is only allowed to be set for SCOPE_FULLY_MANAGED.Supported on fully managed devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The SMS app type. This app type cannot be set for SCOPE_WORK_PROFILE.Supported on company-owned devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for personally-owned devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The wallet app type. The default application of this type applies across profiles.On a company-owned device with a work profile, admins can set the scope to SCOPE_PERSONAL_PROFILE to set a personal profile pre-installed system app as the default, or to SCOPE_WORK_PROFILE to set a work profile app as the default. It is not allowed to specify both scopes at the same time.Due to a known issue, the user may be able to change the default wallet even when this is set on a fully managed device.Supported on company-owned devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for personally-owned devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16." + ], + "readOnly": true, + "type": "string" + }, + "packageName": { + "description": "Output only. The package name of the current default application.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "DefaultApplicationSetting": { + "description": "The default application setting for a DefaultApplicationType.", + "id": "DefaultApplicationSetting", + "properties": { + "defaultApplicationScopes": { + "description": "Required. The scopes to which the policy should be applied. This list must not be empty or contain duplicates.A NonComplianceDetail with MANAGEMENT_MODE reason and DEFAULT_APPLICATION_SETTING_UNSUPPORTED_SCOPES specific reason is reported if none of the specified scopes can be applied to the management mode (e.g. a fully managed device receives a policy with only SCOPE_PERSONAL_PROFILE in the list).", + "items": { + "enum": [ + "DEFAULT_APPLICATION_SCOPE_UNSPECIFIED", + "SCOPE_FULLY_MANAGED", + "SCOPE_WORK_PROFILE", + "SCOPE_PERSONAL_PROFILE" + ], + "enumDescriptions": [ + "Unspecified. This value must not be used.", + "Sets the application as the default on fully managed devices.", + "Sets the application as the work profile default.Only supported for DEFAULT_BROWSER, DEFAULT_CALL_REDIRECTION, DEFAULT_CALL_SCREENING, DEFAULT_DIALER and DEFAULT_WALLET.", + "Sets the application as the personal profile default on company-owned devices with a work profile. Only pre-installed system apps can be set as the default.Only supported for DEFAULT_BROWSER, DEFAULT_DIALER, DEFAULT_SMS and DEFAULT_WALLET." + ], + "type": "string" + }, + "type": "array" + }, + "defaultApplicationType": { + "description": "Required. The app type to set the default application.", + "enum": [ + "DEFAULT_APPLICATION_TYPE_UNSPECIFIED", + "DEFAULT_ASSISTANT", + "DEFAULT_BROWSER", + "DEFAULT_CALL_REDIRECTION", + "DEFAULT_CALL_SCREENING", + "DEFAULT_DIALER", + "DEFAULT_HOME", + "DEFAULT_SMS", + "DEFAULT_WALLET" + ], + "enumDescriptions": [ + "Unspecified. This value must not be used.", + "The assistant app type. This app type is only allowed to be set for SCOPE_FULLY_MANAGED.Supported on fully managed devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The browser app type.Supported on Android 16 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The call redirection app type. This app type cannot be set for SCOPE_PERSONAL_PROFILE.Supported on Android 16 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The call screening app type. This app type cannot be set for SCOPE_PERSONAL_PROFILE.Supported on Android 16 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The dialer app type.Supported on fully managed devices on Android 14 and 15. A NonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 14.Supported on all management modes on Android 16 and above.", + "The home app type. This app type is only allowed to be set for SCOPE_FULLY_MANAGED.Supported on fully managed devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The SMS app type. This app type cannot be set for SCOPE_WORK_PROFILE.Supported on company-owned devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for personally-owned devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16.", + "The wallet app type. The default application of this type applies across profiles.On a company-owned device with a work profile, admins can set the scope to SCOPE_PERSONAL_PROFILE to set a personal profile pre-installed system app as the default, or to SCOPE_WORK_PROFILE to set a work profile app as the default. It is not allowed to specify both scopes at the same time.Due to a known issue, the user may be able to change the default wallet even when this is set on a fully managed device.Supported on company-owned devices on Android 16 and above. A NonComplianceDetail with MANAGEMENT_MODE is reported for personally-owned devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 16." + ], + "type": "string" + }, + "defaultApplications": { + "description": "Required. The list of applications that can be set as the default app for a given type. This list must not be empty or contain duplicates. The first app in the list that is installed and qualified for the defaultApplicationType (e.g. SMS app for DEFAULT_SMS) is set as the default app. The signing key certificate fingerprint of the app on the device must also match one of the signing key certificate fingerprints obtained from Play Store or one of the entries in ApplicationPolicy.signingKeyCerts in order to be set as the default.If the defaultApplicationScopes contains SCOPE_FULLY_MANAGED or SCOPE_WORK_PROFILE, the app must have an entry in applications with installType set to a value other than BLOCKED.A NonComplianceDetail with APP_NOT_INSTALLED reason and DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE specific reason is reported if none of the apps in the list are installed. A NonComplianceDetail with INVALID_VALUE reason and DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE specific reason is reported if at least one app is installed but the policy fails to apply due to other reasons (e.g. the app is not of the right type).When applying to SCOPE_PERSONAL_PROFILE on a company-owned device with a work profile, only pre-installed system apps can be set as the default. A NonComplianceDetail with INVALID_VALUE reason and DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE specific reason is reported if the policy fails to apply to the personal profile.", + "items": { + "$ref": "DefaultApplication" + }, + "type": "array" + } + }, + "type": "object" + }, + "DefaultApplicationSettingAttempt": { + "description": "Details on a default application setting attempt.", + "id": "DefaultApplicationSettingAttempt", + "properties": { + "attemptOutcome": { + "description": "Output only. The outcome of setting the app as the default.", + "enum": [ + "ATTEMPT_OUTCOME_UNSPECIFIED", + "SUCCESS", + "APP_NOT_INSTALLED", + "APP_SIGNING_CERT_MISMATCH", + "OTHER_FAILURE" + ], + "enumDescriptions": [ + "Attempt outcome is unspecified. This is not used.", + "App is successfully set as the default.", + "Attempt failed as the app is not installed.", + "Attempt failed as the signing key certificate fingerprint of the app from Play Store or from ApplicationPolicy.signingKeyCerts does not match the one on the device.", + "Attempt failed due to other reasons." + ], + "readOnly": true, + "type": "string" + }, + "packageName": { + "description": "Output only. The package name of the attempted application.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "Device": { "description": "A device owned by an enterprise. Unless otherwise noted, all fields are read-only and can't be modified by enterprises.devices.patch.", "id": "Device", @@ -3115,6 +3287,14 @@ "$ref": "CommonCriteriaModeInfo", "description": "Information about Common Criteria Mode\u2014security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy the device is company-owned." }, + "defaultApplicationInfo": { + "description": "Output only. The default application information for the DefaultApplicationType. This information is only available if defaultApplicationInfoReportingEnabled is true in the device's policy. Available on Android 16 and above.All app types are reported on fully managed devices. DEFAULT_BROWSER, DEFAULT_CALL_REDIRECTION, DEFAULT_CALL_SCREENING and DEFAULT_DIALER types are reported for the work profiles on company-owned devices with a work profile and personally-owned devices. DEFAULT_WALLET is also reported for company-owned devices with a work profile, but will only include work profile information.", + "items": { + "$ref": "DefaultApplicationInfo" + }, + "readOnly": true, + "type": "array" + }, "deviceSettings": { "$ref": "DeviceSettings", "description": "Device settings information. This information is only available if deviceSettingsEnabled is true in the device's policy." @@ -5263,7 +5443,10 @@ "ONC_WIFI_KEY_PAIR_ALIAS_NOT_CORRESPONDING_TO_EXISTING_KEY", "PERMISSIBLE_USAGE_RESTRICTION", "REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE", - "NEW_ACCOUNT_NOT_IN_ENTERPRISE" + "NEW_ACCOUNT_NOT_IN_ENTERPRISE", + "DEFAULT_APPLICATION_SETTING_UNSUPPORTED_SCOPES", + "DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE", + "PRIVATE_DNS_HOST_NOT_SERVING" ], "enumDescriptions": [ "Specific non-compliance reason is not specified. Fields in specific_non_compliance_context are not set.", @@ -5277,7 +5460,10 @@ "Key pair alias specified via ClientCertKeyPairAlias (https://chromium.googlesource.com/chromium/src/+/main/components/onc/docs/onc_spec.md#eap-type) field in openNetworkConfiguration does not correspond to an existing key installed on the device. nonComplianceReason is set to INVALID_VALUE.", "This policy setting is restricted and cannot be set for this Google Cloud Platform project. More details (including how to enable usage of this policy setting) are available in the Permissible Usage policy (https://developers.google.com/android/management/permissible-usage). nonComplianceReason is set to PROJECT_NOT_PERMITTED.", "Work account required by the workAccountSetupConfig policy setting is not part of the enterprise anymore. nonComplianceReason is set to USER_ACTION.", - "Work account added by the user is not part of the enterprise. nonComplianceReason is set to USER_ACTION." + "Work account added by the user is not part of the enterprise. nonComplianceReason is set to USER_ACTION.", + "The default application setting is applied to the scopes that are not supported by the management mode, even if the management mode itself is supported for the app type (e.g., a policy with DEFAULT_BROWSER app type and SCOPE_PERSONAL_PROFILE list sent to a fully managed device results in the scopes being inapplicable for the management mode). If the management mode is not supported for the app type, a NonComplianceDetail with MANAGEMENT_MODE is reported, without a specificNonComplianceReason.nonComplianceReason is set to MANAGEMENT_MODE.", + "The default application setting failed to apply for a specific scope. defaultApplicationContext is set. nonComplianceReason is set to INVALID_VALUE or APP_NOT_INSTALLED.", + "The specified host for private DNS is a valid hostname but was found to not be a private DNS server. nonComplianceReason is set to INVALID_VALUE." ], "type": "string" } @@ -6004,6 +6190,13 @@ "description": "Whether the user is allowed to enable debugging features.", "type": "boolean" }, + "defaultApplicationSettings": { + "description": "Optional. The default application setting for supported types. If the default application is successfully set for at least one app type on a profile, users are prevented from changing any default applications on that profile.Only one DefaultApplicationSetting is allowed for each DefaultApplicationType.See Default application settings (https://developers.google.com/android/management/default-application-settings) guide for more details.", + "items": { + "$ref": "DefaultApplicationSetting" + }, + "type": "array" + }, "defaultPermissionPolicy": { "description": "The default permission policy for runtime permission requests.", "enum": [ @@ -6360,7 +6553,7 @@ "type": "boolean" }, "setUserIconDisabled": { - "description": "Whether changing the user icon is disabled. The setting has effect only on fully managed devices.", + "description": "Whether changing the user icon is disabled. This applies only on devices running Android 7 and above.", "type": "boolean" }, "setWallpaperDisabled": { @@ -6375,7 +6568,7 @@ "type": "array" }, "shareLocationDisabled": { - "description": "Whether location sharing is disabled. share_location_disabled is supported for both fully managed devices and personally owned work profiles.", + "description": "Whether location sharing is disabled.", "type": "boolean" }, "shortSupportMessage": { @@ -7132,6 +7325,11 @@ "description": "Additional context for SpecificNonComplianceReason.", "id": "SpecificNonComplianceContext", "properties": { + "defaultApplicationContext": { + "$ref": "DefaultApplicationContext", + "description": "Output only. Additional context for non-compliance related to default application settings. See DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE.", + "readOnly": true + }, "oncWifiContext": { "$ref": "OncWifiContext", "description": "Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE and ONC_WIFI_API_LEVEL" @@ -7238,6 +7436,10 @@ "description": "Whether Common Criteria Mode reporting is enabled. This is supported only on company-owned devices.", "type": "boolean" }, + "defaultApplicationInfoReportingEnabled": { + "description": "Optional. Whether defaultApplicationInfo reporting is enabled.", + "type": "boolean" + }, "deviceSettingsEnabled": { "description": "Whether device settings reporting is enabled.", "type": "boolean" diff --git a/DiscoveryJson/androidpublisher.v3.json b/DiscoveryJson/androidpublisher.v3.json index 42e84174b89..e4e723dac1e 100644 --- a/DiscoveryJson/androidpublisher.v3.json +++ b/DiscoveryJson/androidpublisher.v3.json @@ -5555,7 +5555,7 @@ } } }, - "revision": "20250904", + "revision": "20251119", "rootUrl": "https://androidpublisher.googleapis.com/", "schemas": { "Abi": { @@ -6219,6 +6219,12 @@ }, "type": "object" }, + "BaseDetails": { + "description": "Details of a base price pricing phase.", + "id": "BaseDetails", + "properties": {}, + "type": "object" + }, "BasePlan": { "description": "A single base plan for a subscription.", "id": "BasePlan", @@ -7634,6 +7640,21 @@ }, "type": "object" }, + "ExternalAccountIds": { + "description": "User account identifier in your app.", + "id": "ExternalAccountIds", + "properties": { + "obfuscatedAccountId": { + "description": "Optional. Specifies an optional obfuscated string that is uniquely associated with the purchaser's user account in your app. If you pass this value, Google Play can use it to detect irregular activity. Do not use this field to store any Personally Identifiable Information (PII) such as emails in cleartext. Attempting to store PII in this field will result in purchases being blocked. Google Play recommends that you use either encryption or a one-way hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to 64 characters. This field can only be set for resubscription purchases. See https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid to set this field for purchases made using the standard in-app billing flow.", + "type": "string" + }, + "obfuscatedProfileId": { + "description": "Optional. Specifies an optional obfuscated string that is uniquely associated with the purchaser's user profile in your app. If you pass this value, Google Play can use it to detect irregular activity. Do not use this field to store any Personally Identifiable Information (PII) such as emails in cleartext. Attempting to store PII in this field will result in purchases being blocked. Google Play recommends that you use either encryption or a one-way hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to 64 characters. This field can only be set for resubscription purchases. See https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofileid to set this field for purchases made using the standard in-app billing flow.", + "type": "string" + } + }, + "type": "object" + }, "ExternalSubscription": { "description": "Details of an external subscription.", "id": "ExternalSubscription", @@ -7842,6 +7863,12 @@ }, "type": "object" }, + "FreeTrialDetails": { + "description": "Details of a free trial pricing phase.", + "id": "FreeTrialDetails", + "properties": {}, + "type": "object" + }, "FullRefund": { "description": "A full refund of the remaining amount of a transaction.", "id": "FullRefund", @@ -8576,6 +8603,12 @@ }, "type": "object" }, + "IntroductoryPriceDetails": { + "description": "Details of an introductory price pricing phase.", + "id": "IntroductoryPriceDetails", + "properties": {}, + "type": "object" + }, "IntroductoryPriceInfo": { "description": "Contains the introductory price information for a subscription.", "id": "IntroductoryPriceInfo", @@ -8601,6 +8634,47 @@ }, "type": "object" }, + "ItemReplacement": { + "description": "Details about a subscription line item that is being replaced.", + "id": "ItemReplacement", + "properties": { + "basePlanId": { + "description": "The base plan ID of the subscription line item being replaced.", + "type": "string" + }, + "offerId": { + "description": "The offer ID of the subscription line item being replaced, if applicable.", + "type": "string" + }, + "productId": { + "description": "The product ID of the subscription line item being replaced.", + "type": "string" + }, + "replacementMode": { + "description": "The replacement mode applied during the purchase.", + "enum": [ + "REPLACEMENT_MODE_UNSPECIFIED", + "WITH_TIME_PRORATION", + "CHARGE_PRORATED_PRICE", + "WITHOUT_PRORATION", + "CHARGE_FULL_PRICE", + "DEFERRED", + "KEEP_EXISTING" + ], + "enumDescriptions": [ + "Unspecified replacement mode.", + "The new plan will be prorated and credited from the old plan.", + "The user will be charged a prorated price for the new plan.", + "The new plan will replace the old one without prorating the time.", + "The user will be charged the full price for the new plan.", + "The old plan will be cancelled and the new plan will be effective after the old one expires.", + "The plan will remain unchanged with this replacement." + ], + "type": "string" + } + }, + "type": "object" + }, "LanguageTargeting": { "description": "Targeting based on language.", "id": "LanguageTargeting", @@ -9075,6 +9149,29 @@ }, "type": "object" }, + "OfferPhaseDetails": { + "description": "Details of a pricing phase for the entitlement period funded by this order.", + "id": "OfferPhaseDetails", + "properties": { + "baseDetails": { + "$ref": "BaseDetails", + "description": "The order funds a base price period." + }, + "freeTrialDetails": { + "$ref": "FreeTrialDetails", + "description": "The order funds a free trial period." + }, + "introductoryPriceDetails": { + "$ref": "IntroductoryPriceDetails", + "description": "The order funds an introductory pricing period." + }, + "prorationPeriodDetails": { + "$ref": "ProrationPeriodDetails", + "description": "The order funds a proration period." + } + }, + "type": "object" + }, "OfferTag": { "description": "Represents a custom tag specified for a product offer.", "id": "OfferTag", @@ -9456,13 +9553,15 @@ "AVAILABILITY_UNSPECIFIED", "AVAILABLE", "NO_LONGER_AVAILABLE", - "AVAILABLE_IF_RELEASED" + "AVAILABLE_IF_RELEASED", + "AVAILABLE_FOR_OFFERS_ONLY" ], "enumDescriptions": [ "Unspecified availability. Must not be used.", "The purchase option is available to users.", "The purchase option is no longer available to users. This value can only be used if the availability was previously set as AVAILABLE.", - "The purchase option is initially unavailable, but made available via a released pre-order offer." + "The purchase option is initially unavailable, but made available via a released pre-order offer.", + "The purchase option is unavailable but offers linked to it (i.e. Play Points offer) are available." ], "type": "string" }, @@ -9518,6 +9617,10 @@ "description": "The offer ID of the one-time purchase offer.", "type": "string" }, + "preorderDetails": { + "$ref": "PreorderDetails", + "description": "The details of a pre-order purchase. Only set if it is a pre-order purchase. Note that this field will be set even after pre-order is fulfilled." + }, "purchaseOptionId": { "description": "ID of the purchase option. This field is set for both purchase options and variant offers. For purchase options, this ID identifies the purchase option itself. For variant offers, this ID refers to the associated purchase option, and in conjunction with offer_id it identifies the variant offer.", "type": "string" @@ -9734,6 +9837,21 @@ }, "type": "object" }, + "OutOfAppPurchaseContext": { + "description": "Information specific to an out of app purchase.", + "id": "OutOfAppPurchaseContext", + "properties": { + "expiredExternalAccountIdentifiers": { + "$ref": "ExternalAccountIdentifiers", + "description": "User account identifier from the last expired subscription for this SKU." + }, + "expiredPurchaseToken": { + "description": "The purchase token of the last expired subscription. This purchase token must only be used to help identify the user if the link between the purchaseToken and user is stored in your database. This cannot be used to call the Google Developer API if it has been more than 60 days since expiry.", + "type": "string" + } + }, + "type": "object" + }, "PageInfo": { "description": "Information about the current page. List operations that supports paging return only one \"page\" of results. This protocol buffer message describes the page that has been returned.", "id": "PageInfo", @@ -9855,6 +9973,24 @@ }, "type": "object" }, + "PreorderDetails": { + "description": "Details of a pre-order purchase.", + "id": "PreorderDetails", + "properties": {}, + "type": "object" + }, + "PreorderOfferDetails": { + "description": "Offer details information related to a preorder line item.", + "id": "PreorderOfferDetails", + "properties": { + "preorderReleaseTime": { + "description": "The time when a preordered item is released for a preorder purchase.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "PrepaidBasePlanType": { "description": "Represents a base plan that does not automatically renew at the end of the base plan, and must be manually renewed by the user.", "id": "PrepaidBasePlanType", @@ -10001,6 +10137,10 @@ "description": "The per-transaction offer token used to make this purchase line item.", "type": "string" }, + "preorderOfferDetails": { + "$ref": "PreorderOfferDetails", + "description": "Offer details for a preorder offer. This will only be set for preorders." + }, "purchaseOptionId": { "description": "The purchase option ID.", "type": "string" @@ -10169,6 +10309,33 @@ }, "type": "object" }, + "ProrationPeriodDetails": { + "description": "Details of a proration period. A proration period can be a period calculated during a plan change to cover existing entitlements (For more information, see [Allow users to upgrade, downgrade, or change their subscription](https://developer.android.com/google/play/billing/subscriptions#allow-users-change), or a prorated period to align add-on renewal dates with the base (For more information, see [Rules applicable for items in the purchase](https://developer.android.com/google/play/billing/subscription-with-addons#rules-base-addons)).", + "id": "ProrationPeriodDetails", + "properties": { + "linkedOrderId": { + "description": "The last order id of the original subscription purchase prior to the plan change. This is only populated if this proration period is from an ugrade/downgrade from a previous subscription and carries the remaining offer phase from the linked order of the previous subscription.", + "type": "string" + }, + "originalOfferPhase": { + "description": "Represent the original offer phase from the purchased the line item if the proration period contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the subscription offer of the new product user purchased. In this case, the original offer phase will be set here.", + "enum": [ + "OFFER_PHASE_UNSPECIFIED", + "BASE", + "INTRODUCTORY", + "FREE_TRIAL" + ], + "enumDescriptions": [ + "Offer phase unspecified. This value is not used.", + "The order funds a base price period.", + "The order funds an introductory pricing period.", + "The order funds a free trial period." + ], + "type": "string" + } + }, + "type": "object" + }, "PurchaseOptionTaxAndComplianceSettings": { "description": "Details about taxation, Google Play policy and legal compliance for one-time product purchase options.", "id": "PurchaseOptionTaxAndComplianceSettings", @@ -11060,7 +11227,7 @@ "type": "string" }, "offerPhase": { - "description": "The pricing phase for the billing period funded by this order.", + "description": "The pricing phase for the billing period funded by this order. Deprecated. Use offer_phase_details instead.", "enum": [ "OFFER_PHASE_UNSPECIFIED", "BASE", @@ -11075,6 +11242,10 @@ ], "type": "string" }, + "offerPhaseDetails": { + "$ref": "OfferPhaseDetails", + "description": "The pricing phase details for the entitlement period funded by this order." + }, "servicePeriodEndTime": { "description": "The end of the billing period funded by this order. This is a snapshot of the billing/service period end time at the moment the order was processed, and should be used only for accounting. To get the current end time of the subscription service period, use purchases.subscriptionsv2.get.", "format": "google-datetime", @@ -11445,6 +11616,10 @@ "format": "google-datetime", "type": "string" }, + "itemReplacement": { + "$ref": "ItemReplacement", + "description": "Details of the item being replaced. This field is only populated if this item replaced another item in a previous subscription and is only available for 60 days after the purchase time." + }, "latestSuccessfulOrderId": { "description": "The order id of the latest successful order associated with this item. Not present if the item is not owned by the user yet (e.g. the item being deferred replaced to).", "type": "string" @@ -11514,6 +11689,10 @@ "description": "The purchase token of the old subscription if this subscription is one of the following: * Re-signup of a canceled but non-lapsed subscription * Upgrade/downgrade from a previous subscription. * Convert from prepaid to auto renewing subscription. * Convert from an auto renewing subscription to prepaid. * Topup a prepaid subscription.", "type": "string" }, + "outOfAppPurchaseContext": { + "$ref": "OutOfAppPurchaseContext", + "description": "Additional context for out of app purchases. This information is only present for re-subscription purchases (subscription purchases made after the previous subscription of the same product has expired) made through the Google Play subscriptions center. This field will be removed after you acknowledge the subscription." + }, "pausedStateContext": { "$ref": "PausedStateContext", "description": "Additional context around paused subscriptions. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_PAUSED." @@ -11571,6 +11750,10 @@ "developerPayload": { "description": "Payload to attach to the purchase.", "type": "string" + }, + "externalAccountIds": { + "$ref": "ExternalAccountIds", + "description": "Optional. User account identifier in your app." } }, "type": "object" diff --git a/DiscoveryJson/apigateway.v1.json b/DiscoveryJson/apigateway.v1.json index dc5186fddb9..310a3ca2533 100644 --- a/DiscoveryJson/apigateway.v1.json +++ b/DiscoveryJson/apigateway.v1.json @@ -143,7 +143,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1072,6 +1072,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1089,7 +1094,7 @@ } } }, - "revision": "20250910", + "revision": "20251021", "rootUrl": "https://apigateway.googleapis.com/", "schemas": { "ApigatewayApi": { @@ -1556,6 +1561,13 @@ "$ref": "ApigatewayOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/apigateway.v1beta.json b/DiscoveryJson/apigateway.v1beta.json index 90c3698e678..516f576e739 100644 --- a/DiscoveryJson/apigateway.v1beta.json +++ b/DiscoveryJson/apigateway.v1beta.json @@ -143,7 +143,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1072,6 +1072,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta/{+name}/operations", @@ -1089,7 +1094,7 @@ } } }, - "revision": "20250910", + "revision": "20251021", "rootUrl": "https://apigateway.googleapis.com/", "schemas": { "ApigatewayApi": { @@ -1584,6 +1589,13 @@ "$ref": "ApigatewayOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/apihub.v1.json b/DiscoveryJson/apihub.v1.json index 89bf9c1f95d..901fe2b107f 100644 --- a/DiscoveryJson/apihub.v1.json +++ b/DiscoveryJson/apihub.v1.json @@ -172,7 +172,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -264,6 +264,104 @@ } }, "resources": { + "addons": { + "methods": { + "get": { + "description": "Get an addon.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/addons/{addonsId}", + "httpMethod": "GET", + "id": "apihub.projects.locations.addons.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the addon to get. Format: `projects/{project}/locations/{location}/addons/{addon}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/addons/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudApihubV1Addon" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "List addons.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/addons", + "httpMethod": "GET", + "id": "apihub.projects.locations.addons.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. An expression that filters the list of addons. The only supported filter is `plugin_instance_name`. It can be used to filter addons that are enabled for a given plugin instance. The format of the filter is `plugin_instance_name = \"projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}\"`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of hub addons to return. The service may return fewer than this value. If unspecified, at most 50 hub addons will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListAddons` call. Provide this to retrieve the subsequent page. When paginating, all other parameters (except page_size) provided to `ListAddons` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource where this addon will be created. Format: `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/addons", + "response": { + "$ref": "GoogleCloudApihubV1ListAddonsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "manageConfig": { + "description": "Manage addon config. This RPC is used for managing the config of the addon. Calling this RPC moves the addon into an updating state until the long-running operation succeeds.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/addons/{addonsId}:manageConfig", + "httpMethod": "POST", + "id": "apihub.projects.locations.addons.manageConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the addon for which the config is to be managed. Format: `projects/{project}/locations/{location}/addons/{addon}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/addons/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:manageConfig", + "request": { + "$ref": "GoogleCloudApihubV1ManageAddonConfigRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, "apiHubInstances": { "methods": { "create": { @@ -508,7 +606,7 @@ ] }, "patch": { - "description": "Update an API resource in the API hub. The following fields in the API can be updated: * display_name * description * owner * documentation * target_user * team * business_unit * maturity_level * api_style * attributes The update_mask should be used to specify the fields being updated. Updating the owner field requires complete owner message and updates both owner and email fields.", + "description": "Update an API resource in the API hub. The following fields in the API can be updated: * display_name * description * owner * documentation * target_user * team * business_unit * maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify the fields being updated. Updating the owner field requires complete owner message and updates both owner and email fields.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/apis/{apisId}", "httpMethod": "PATCH", "id": "apihub.projects.locations.apis.patch", @@ -866,7 +964,7 @@ ] }, "patch": { - "description": "Update an operation in an API version. The following fields in the ApiOperation resource can be updated: * details.description * details.documentation * details.http_operation.path * details.http_operation.method * details.deprecated * attributes The update_mask should be used to specify the fields being updated. An operation can be updated only if the operation was created via CreateApiOperation API. If the operation was created by parsing the spec, then it can be edited by updating the spec.", + "description": "Update an operation in an API version. The following fields in the ApiOperation resource can be updated: * details.description * details.documentation * details.http_operation.path * details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title * details.mcp_tool.description * details.input_schema * details.output_schema * details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint * details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint * details.mcp_tool.annotations.open_world_hint * details.mcp_tool.annotations.additional_hints The update_mask should be used to specify the fields being updated. An operation can be updated only if the operation was created via CreateApiOperation API. If the operation was created by parsing the spec, then it can be edited by updating the spec.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/apis/{apisId}/versions/{versionsId}/operations/{operationsId}", "httpMethod": "PATCH", "id": "apihub.projects.locations.apis.versions.operations.patch", @@ -2276,6 +2374,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2974,7 +3077,7 @@ } } }, - "revision": "20250912", + "revision": "20251110", "rootUrl": "https://apihub.googleapis.com/", "schemas": { "Empty": { @@ -3026,6 +3129,100 @@ }, "type": "object" }, + "GoogleCloudApihubV1Addon": { + "description": "Addon resource.", + "id": "GoogleCloudApihubV1Addon", + "properties": { + "config": { + "$ref": "GoogleCloudApihubV1AddonConfig", + "description": "Required. The configuration of the addon." + }, + "createTime": { + "description": "Output only. The time at which the addon was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "dataSource": { + "description": "Required. The data source on which the addon operates. This determines which field in the `config` oneof is used.", + "enum": [ + "DATA_SOURCE_UNSPECIFIED", + "PLUGIN_INSTANCE", + "ALL_DATA" + ], + "enumDescriptions": [ + "The data source of the addon is not specified.", + "Addon operates on data collected from specific plugin instances.", + "Addon operates on all data in the API hub." + ], + "type": "string" + }, + "description": { + "description": "Optional. The description of the addon.", + "type": "string" + }, + "displayName": { + "description": "Required. The display name of the addon.", + "type": "string" + }, + "name": { + "description": "Identifier. The name of the addon to enable. Format: `projects/{project}/locations/{location}/addons/{addon}`.", + "type": "string" + }, + "state": { + "description": "Output only. The state of the addon.", + "enum": [ + "ADDON_STATE_UNSPECIFIED", + "ACTIVE", + "UPDATING", + "ERROR", + "INACTIVE" + ], + "enumDescriptions": [ + "The addon state is not specified.", + "The addon is active.", + "The addon is being updated.", + "The addon is in error state.", + "The addon is inactive." + ], + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. The time at which the addon was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudApihubV1AddonConfig": { + "description": "Configuration for the addon.", + "id": "GoogleCloudApihubV1AddonConfig", + "properties": { + "allDataAddonConfig": { + "$ref": "GoogleCloudApihubV1AllDataAddonConfig", + "description": "Configuration for addons which act on all data in the API hub." + }, + "gatewayPluginAddonConfig": { + "$ref": "GoogleCloudApihubV1GatewayPluginAddonConfig", + "description": "Configuration for gateway plugin addons." + } + }, + "type": "object" + }, + "GoogleCloudApihubV1AllDataAddonConfig": { + "description": "Configuration for addons which act on all data in the API hub. This is used to specify if the addon is enabled for all data in the API hub.", + "id": "GoogleCloudApihubV1AllDataAddonConfig", + "properties": { + "enabled": { + "description": "Required. If true, the addon is enabled for all data in the API hub.", + "type": "boolean" + } + }, + "type": "object" + }, "GoogleCloudApihubV1AllowedValue": { "description": "The value that can be assigned to the attribute when the data type is enum.", "id": "GoogleCloudApihubV1AllowedValue", @@ -3099,7 +3296,7 @@ "description": "Optional. The documentation for the API resource." }, "fingerprint": { - "description": "Optional. Fingerprint of the API resource.", + "description": "Optional. Fingerprint of the API resource. This must be unique for each API resource. It can neither be unset nor be updated to an existing fingerprint of another API resource.", "type": "string" }, "maturityLevel": { @@ -3355,6 +3552,39 @@ }, "type": "object" }, + "GoogleCloudApihubV1ApigeeEdgeConfig": { + "description": "Configuration for Apigee Edge gateways. Applicability of a filter is determined by the filter being provided. If none of the filters are provided the addon will be enabled for all data brought in by the gateway plugin instance.", + "id": "GoogleCloudApihubV1ApigeeEdgeConfig", + "properties": { + "environmentFilter": { + "$ref": "GoogleCloudApihubV1EnvironmentFilter", + "description": "Optional. The filter to apply on the resources managed by the gateway plugin instance. If provided this filter applies environment specific filtering." + } + }, + "type": "object" + }, + "GoogleCloudApihubV1ApigeeOPDKConfig": { + "description": "Configuration for Apigee OPDK gateways. Applicability of a filter is determined by the filter being provided. If none of the filters are provided the addon will be enabled for all data brought in by the gateway plugin instance.", + "id": "GoogleCloudApihubV1ApigeeOPDKConfig", + "properties": { + "environmentFilter": { + "$ref": "GoogleCloudApihubV1EnvironmentFilter", + "description": "Optional. The filter to apply on the resources managed by the gateway plugin instance. If provided this filter applies environment specific filtering." + } + }, + "type": "object" + }, + "GoogleCloudApihubV1ApigeeXHybridConfig": { + "description": "Configuration for Apigee X and Apigee Hybrid gateways. Applicability of a filter is determined by the filter being provided. If none of the filters are provided the addon will be enabled for all data brought in by the gateway plugin instance.", + "id": "GoogleCloudApihubV1ApigeeXHybridConfig", + "properties": { + "environmentFilter": { + "$ref": "GoogleCloudApihubV1EnvironmentFilter", + "description": "Optional. The filter to apply on the resources managed by the gateway plugin instance. If provided this filter applies environment specific filtering." + } + }, + "type": "object" + }, "GoogleCloudApihubV1ApplicationIntegrationEndpointDetails": { "description": "The details of the Application Integration endpoint to be triggered for curation.", "id": "GoogleCloudApihubV1ApplicationIntegrationEndpointDetails", @@ -4450,6 +4680,24 @@ }, "type": "object" }, + "GoogleCloudApihubV1EnvironmentFilter": { + "description": "Filter for environments.", + "id": "GoogleCloudApihubV1EnvironmentFilter", + "properties": { + "allEnvironments": { + "description": "Optional. Indicates if this filter should match all environments or only a subset of environments. If set to true, all environments are matched.", + "type": "boolean" + }, + "environments": { + "description": "Optional. If provided, only environments in this list are matched. This field is ignored if `all_environments` is true.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudApihubV1ExecutePluginInstanceActionRequest": { "description": "The ExecutePluginInstanceAction method's request.", "id": "GoogleCloudApihubV1ExecutePluginInstanceActionRequest", @@ -4544,6 +4792,43 @@ }, "type": "object" }, + "GoogleCloudApihubV1GatewayPluginAddonConfig": { + "description": "Configuration for gateway plugin addons. This is used to specify the list of gateway plugin configs for which the addon is enabled.", + "id": "GoogleCloudApihubV1GatewayPluginAddonConfig", + "properties": { + "gatewayPluginConfigs": { + "description": "Required. The list of gateway plugin configs for which the addon is enabled. Each gateway plugin config should have a unique plugin instance.", + "items": { + "$ref": "GoogleCloudApihubV1GatewayPluginConfig" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudApihubV1GatewayPluginConfig": { + "description": "Configuration for a gateway plugin. This is used to specify configs for different gateways.", + "id": "GoogleCloudApihubV1GatewayPluginConfig", + "properties": { + "apigeeEdgeConfig": { + "$ref": "GoogleCloudApihubV1ApigeeEdgeConfig", + "description": "Configuration for Apigee Edge gateways." + }, + "apigeeOpdkConfig": { + "$ref": "GoogleCloudApihubV1ApigeeOPDKConfig", + "description": "Configuration for Apigee OPDK gateways." + }, + "apigeeXHybridConfig": { + "$ref": "GoogleCloudApihubV1ApigeeXHybridConfig", + "description": "Configuration for Apigee X and Apigee Hybrid gateways." + }, + "pluginInstance": { + "description": "Required. The name of the gateway plugin instance for which the config is to be specified. Format: projects/{project}/locations/{location}/plugins/{plugin}/pluginInstances/{plugin_instance}", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudApihubV1GoogleServiceAccountConfig": { "description": "Config for Google service account authentication.", "id": "GoogleCloudApihubV1GoogleServiceAccountConfig", @@ -4876,6 +5161,24 @@ "properties": {}, "type": "object" }, + "GoogleCloudApihubV1ListAddonsResponse": { + "description": "The ListAddons method's response.", + "id": "GoogleCloudApihubV1ListAddonsResponse", + "properties": { + "addons": { + "description": "The list of addons.", + "items": { + "$ref": "GoogleCloudApihubV1Addon" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token to retrieve the next page of results, or empty if there are no more results in the list.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudApihubV1ListApiOperationsResponse": { "description": "The ListApiOperations method's response.", "id": "GoogleCloudApihubV1ListApiOperationsResponse", @@ -5168,6 +5471,17 @@ }, "type": "object" }, + "GoogleCloudApihubV1ManageAddonConfigRequest": { + "description": "The ManageAddonConfig method's request.", + "id": "GoogleCloudApihubV1ManageAddonConfigRequest", + "properties": { + "config": { + "$ref": "GoogleCloudApihubV1AddonConfig", + "description": "Required. The config of the addon to be managed. This config will replace the config present in the addon. The type of the config should match the config type already present in the addon." + } + }, + "type": "object" + }, "GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest": { "description": "The ManagePluginInstanceSourceData method's request.", "id": "GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest", @@ -5653,6 +5967,13 @@ "description": "Identifier. The unique name of the plugin instance resource. Format: `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}`", "type": "string" }, + "sourceEnvironmentsConfig": { + "additionalProperties": { + "$ref": "GoogleCloudApihubV1SourceEnvironment" + }, + "description": "Optional. The source environment's config present in the gateway instance linked to the plugin instance. The key is the `source_environment` name from the SourceEnvironment message.", + "type": "object" + }, "sourceProjectId": { "description": "Optional. The source project id of the plugin instance. This will be the id of runtime project in case of gcp based plugins and org id in case of non gcp based plugins. This field will be a required field for Google provided on-ramp plugins.", "type": "string" @@ -5978,6 +6299,31 @@ }, "type": "object" }, + "GoogleCloudApihubV1SourceEnvironment": { + "description": "Message representing the source environment details.", + "id": "GoogleCloudApihubV1SourceEnvironment", + "properties": { + "createTime": { + "description": "Optional. The time at which the environment was created at the source.", + "format": "google-datetime", + "type": "string" + }, + "sourceEnvironment": { + "description": "Required. The name of the environment at the source. This should map to Deployment.", + "type": "string" + }, + "sourceEnvironmentUri": { + "description": "The location where additional information about source environments can be found. The location should be relative path of the environment manifest with respect to a plugin instance.", + "type": "string" + }, + "updateTime": { + "description": "Optional. The time at which the environment was last updated at the source.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudApihubV1SourceMetadata": { "description": "SourceMetadata represents the metadata for a resource at the source.", "id": "GoogleCloudApihubV1SourceMetadata", @@ -6515,6 +6861,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/apim.v1alpha.json b/DiscoveryJson/apim.v1alpha.json index 9d4cd7afa19..896c3c67d3c 100644 --- a/DiscoveryJson/apim.v1alpha.json +++ b/DiscoveryJson/apim.v1alpha.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -851,7 +851,7 @@ } } }, - "revision": "20250924", + "revision": "20251022", "rootUrl": "https://apim.googleapis.com/", "schemas": { "ApiObservation": { diff --git a/DiscoveryJson/appengine.v1.json b/DiscoveryJson/appengine.v1.json index eccbf5eb979..48b23e80326 100644 --- a/DiscoveryJson/appengine.v1.json +++ b/DiscoveryJson/appengine.v1.json @@ -959,7 +959,7 @@ "type": "string" }, "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2189,6 +2189,57 @@ "https://www.googleapis.com/auth/cloud-platform.read-only" ] }, + "list": { + "description": "Lists the domain mappings on an application.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings", + "httpMethod": "GET", + "id": "appengine.projects.locations.applications.domainMappings.list", + "parameterOrder": [ + "projectsId", + "locationsId", + "applicationsId" + ], + "parameters": { + "applicationsId": { + "description": "Part of `parent`. See documentation of `projectsId`.", + "location": "path", + "required": true, + "type": "string" + }, + "locationsId": { + "description": "Part of `parent`. See documentation of `projectsId`.", + "location": "path", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "Maximum results to return per page.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Continuation token for fetching the next page of results.", + "location": "query", + "type": "string" + }, + "projectsId": { + "description": "Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings", + "response": { + "$ref": "ListDomainMappingsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/appengine.admin", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, "patch": { "description": "Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", @@ -2479,7 +2530,7 @@ } } }, - "revision": "20250930", + "revision": "20251103", "rootUrl": "https://appengine.googleapis.com/", "schemas": { "ApiConfigHandler": { @@ -2694,10 +2745,11 @@ "type": "integer" }, "domainNames": { - "description": "Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly", + "description": "Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly", "items": { "type": "string" }, + "readOnly": true, "type": "array" }, "expireTime": { @@ -2706,7 +2758,8 @@ "type": "string" }, "id": { - "description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly", + "description": "Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly", + "readOnly": true, "type": "string" }, "managedCertificate": { @@ -2714,14 +2767,16 @@ "description": "Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.@OutputOnly" }, "name": { - "description": "Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly", + "description": "Output only. Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly", + "readOnly": true, "type": "string" }, "visibleDomainMappings": { - "description": "The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly", + "description": "Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly", "items": { "type": "string" }, + "readOnly": true, "type": "array" } }, @@ -3071,14 +3126,16 @@ "type": "string" }, "name": { - "description": "Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly", + "description": "Output only. Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly", + "readOnly": true, "type": "string" }, "resourceRecords": { - "description": "The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly", + "description": "Output only. The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly", "items": { "$ref": "ResourceRecord" }, + "readOnly": true, "type": "array" }, "sslSettings": { @@ -4559,7 +4616,8 @@ "type": "string" }, "pendingManagedCertificateId": { - "description": "ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly", + "description": "Output only. ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly", + "readOnly": true, "type": "string" }, "sslManagementType": { diff --git a/DiscoveryJson/appengine.v1alpha.json b/DiscoveryJson/appengine.v1alpha.json index 0e4f61e89da..12e0ef817b7 100644 --- a/DiscoveryJson/appengine.v1alpha.json +++ b/DiscoveryJson/appengine.v1alpha.json @@ -599,7 +599,7 @@ "type": "string" }, "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -766,7 +766,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1286,6 +1286,57 @@ "https://www.googleapis.com/auth/cloud-platform.read-only" ] }, + "list": { + "description": "Lists the domain mappings on an application.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings", + "httpMethod": "GET", + "id": "appengine.projects.locations.applications.domainMappings.list", + "parameterOrder": [ + "projectsId", + "locationsId", + "applicationsId" + ], + "parameters": { + "applicationsId": { + "description": "Part of `parent`. See documentation of `projectsId`.", + "location": "path", + "required": true, + "type": "string" + }, + "locationsId": { + "description": "Part of `parent`. See documentation of `projectsId`.", + "location": "path", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "Maximum results to return per page.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Continuation token for fetching the next page of results.", + "location": "query", + "type": "string" + }, + "projectsId": { + "description": "Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings", + "response": { + "$ref": "ListDomainMappingsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/appengine.admin", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, "patch": { "description": "Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.", "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", @@ -1452,7 +1503,7 @@ } } }, - "revision": "20250930", + "revision": "20251103", "rootUrl": "https://appengine.googleapis.com/", "schemas": { "AuthorizedCertificate": { @@ -1473,10 +1524,11 @@ "type": "integer" }, "domainNames": { - "description": "Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly", + "description": "Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly", "items": { "type": "string" }, + "readOnly": true, "type": "array" }, "expireTime": { @@ -1485,7 +1537,8 @@ "type": "string" }, "id": { - "description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly", + "description": "Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly", + "readOnly": true, "type": "string" }, "managedCertificate": { @@ -1493,14 +1546,16 @@ "description": "Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.@OutputOnly" }, "name": { - "description": "Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly", + "description": "Output only. Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly", + "readOnly": true, "type": "string" }, "visibleDomainMappings": { - "description": "The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly", + "description": "Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly", "items": { "type": "string" }, + "readOnly": true, "type": "array" } }, @@ -1608,14 +1663,16 @@ "type": "string" }, "name": { - "description": "Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly", + "description": "Output only. Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly", + "readOnly": true, "type": "string" }, "resourceRecords": { - "description": "The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly", + "description": "Output only. The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly", "items": { "$ref": "ResourceRecord" }, + "readOnly": true, "type": "array" }, "sslSettings": { @@ -2272,7 +2329,8 @@ "type": "string" }, "isManagedCertificate": { - "description": "Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.@OutputOnly", + "description": "Output only. Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.@OutputOnly", + "readOnly": true, "type": "boolean" } }, diff --git a/DiscoveryJson/appengine.v1beta.json b/DiscoveryJson/appengine.v1beta.json index 5635c9fa0f0..ad814b50ef4 100644 --- a/DiscoveryJson/appengine.v1beta.json +++ b/DiscoveryJson/appengine.v1beta.json @@ -959,7 +959,7 @@ "type": "string" }, "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1738,7 +1738,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2302,6 +2302,57 @@ "https://www.googleapis.com/auth/cloud-platform.read-only" ] }, + "list": { + "description": "Lists the domain mappings on an application.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings", + "httpMethod": "GET", + "id": "appengine.projects.locations.applications.domainMappings.list", + "parameterOrder": [ + "projectsId", + "locationsId", + "applicationsId" + ], + "parameters": { + "applicationsId": { + "description": "Part of `parent`. See documentation of `projectsId`.", + "location": "path", + "required": true, + "type": "string" + }, + "locationsId": { + "description": "Part of `parent`. See documentation of `projectsId`.", + "location": "path", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "Maximum results to return per page.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Continuation token for fetching the next page of results.", + "location": "query", + "type": "string" + }, + "projectsId": { + "description": "Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings", + "response": { + "$ref": "ListDomainMappingsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/appengine.admin", + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/cloud-platform.read-only" + ] + }, "patch": { "description": "Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.", "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", @@ -2690,7 +2741,7 @@ } } }, - "revision": "20250930", + "revision": "20251110", "rootUrl": "https://appengine.googleapis.com/", "schemas": { "ApiConfigHandler": { @@ -2905,10 +2956,11 @@ "type": "integer" }, "domainNames": { - "description": "Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly", + "description": "Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly", "items": { "type": "string" }, + "readOnly": true, "type": "array" }, "expireTime": { @@ -2917,7 +2969,8 @@ "type": "string" }, "id": { - "description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly", + "description": "Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly", + "readOnly": true, "type": "string" }, "managedCertificate": { @@ -2925,14 +2978,16 @@ "description": "Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.@OutputOnly" }, "name": { - "description": "Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly", + "description": "Output only. Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly", + "readOnly": true, "type": "string" }, "visibleDomainMappings": { - "description": "The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly", + "description": "Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly", "items": { "type": "string" }, + "readOnly": true, "type": "array" } }, @@ -3333,14 +3388,16 @@ "type": "string" }, "name": { - "description": "Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly", + "description": "Output only. Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly", + "readOnly": true, "type": "string" }, "resourceRecords": { - "description": "The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly", + "description": "Output only. The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly", "items": { "$ref": "ResourceRecord" }, + "readOnly": true, "type": "array" }, "sslSettings": { @@ -4819,7 +4876,8 @@ "type": "string" }, "pendingManagedCertificateId": { - "description": "ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly", + "description": "Output only. ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly", + "readOnly": true, "type": "string" }, "sslManagementType": { @@ -4930,6 +4988,21 @@ }, "type": "object" }, + "SubnetworkKey": { + "description": "Subnetwork key message.", + "id": "SubnetworkKey", + "properties": { + "hostProjectId": { + "description": "Project id (name not number) of the project that hosts the network", + "type": "string" + }, + "subnet": { + "description": "Short name of the subnetwork. e.g. SUBNET instead of projects/{PROJECT_NAME}/regions/{REGION}/subnetworks/{SUBNET}", + "type": "string" + } + }, + "type": "object" + }, "TrafficSplit": { "description": "Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions.", "id": "TrafficSplit", @@ -5082,6 +5155,49 @@ "description": "Allows App Engine second generation runtimes to access the legacy bundled services.", "type": "boolean" }, + "appEngineBundledServices": { + "description": "List of specific App Engine Bundled Services that are enabled for this Version.", + "items": { + "enum": [ + "BUNDLED_SERVICE_TYPE_UNSPECIFIED", + "BUNDLED_SERVICE_TYPE_APP_IDENTITY_SERVICE", + "BUNDLED_SERVICE_TYPE_BLOBSTORE", + "BUNDLED_SERVICE_TYPE_CAPABILITY_SERVICE", + "BUNDLED_SERVICE_TYPE_DATASTORE_V3", + "BUNDLED_SERVICE_TYPE_DEFERRED", + "BUNDLED_SERVICE_TYPE_IMAGES", + "BUNDLED_SERVICE_TYPE_MAIL", + "BUNDLED_SERVICE_TYPE_MEMCACHE", + "BUNDLED_SERVICE_TYPE_MODULES", + "BUNDLED_SERVICE_TYPE_NAMESPACES", + "BUNDLED_SERVICE_TYPE_NDB", + "BUNDLED_SERVICE_TYPE_SEARCH", + "BUNDLED_SERVICE_TYPE_TASKQUEUES", + "BUNDLED_SERVICE_TYPE_URLFETCH", + "BUNDLED_SERVICE_TYPE_USERS" + ], + "enumDescriptions": [ + "Default, invalid value", + "App Identity Service", + "Blobstore", + "Capability Service", + "Datastore V3", + "Deferred", + "Images", + "Mail", + "Memcache", + "Modules", + "Namespaces", + "NDB", + "Search", + "Task Queues", + "URL Fetch", + "Users" + ], + "type": "string" + }, + "type": "array" + }, "automaticScaling": { "$ref": "AutomaticScaling", "description": "Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic." @@ -5302,6 +5418,10 @@ "$ref": "VpcAccessConnector", "description": "Enables VPC connectivity for standard apps." }, + "vpcEgress": { + "$ref": "VpcEgress", + "description": "Enables VPC egress connectivity for standard apps." + }, "zones": { "description": "The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.", "items": { @@ -5357,6 +5477,49 @@ }, "type": "object" }, + "VpcEgress": { + "description": "Vpc Egress configuration.", + "id": "VpcEgress", + "properties": { + "egressSetting": { + "description": "The egress setting for the subnetwork, controlling what traffic is diverted through it.", + "enum": [ + "EGRESS_SETTING_UNSPECIFIED", + "ALL_TRAFFIC", + "PRIVATE_IP_RANGES" + ], + "enumDescriptions": [ + "No value set; apply default behavior", + "Force all traffic to egress through the NetworkInterface (and configured VPC Network)", + "Force all Private IP Space traffic to egress through NetworkInterface (and configured VPC Network)" + ], + "type": "string" + }, + "networkTags": { + "description": "The network tags to apply to the instance.", + "items": { + "$ref": "VpcNetworkTag" + }, + "type": "array" + }, + "subnetworkKey": { + "$ref": "SubnetworkKey", + "description": "The subnetwork key." + } + }, + "type": "object" + }, + "VpcNetworkTag": { + "description": "Network tag message.", + "id": "VpcNetworkTag", + "properties": { + "value": { + "description": "value for the tag name", + "type": "string" + } + }, + "type": "object" + }, "ZipInfo": { "description": "The zip file information for a zip deployment.", "id": "ZipInfo", diff --git a/DiscoveryJson/apphub.v1.json b/DiscoveryJson/apphub.v1.json index f1c166b9cd4..dc7defb8180 100644 --- a/DiscoveryJson/apphub.v1.json +++ b/DiscoveryJson/apphub.v1.json @@ -162,6 +162,31 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "getBoundary": { + "description": "Gets a Boundary.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/boundary", + "httpMethod": "GET", + "id": "apphub.projects.locations.getBoundary", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the boundary to retrieve. Format: projects/{project}/locations/{location}/boundary", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/boundary$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Boundary" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "list": { "description": "Lists information about the supported locations for this service.", "flatPath": "v1/projects/{projectsId}/locations", @@ -233,6 +258,45 @@ "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] + }, + "updateBoundary": { + "description": "Updates a Boundary.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/boundary", + "httpMethod": "PATCH", + "id": "apphub.projects.locations.updateBoundary", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the boundary. Format: \"projects/{project}/locations/{location}/boundary\"", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/boundary$", + "required": true, + "type": "string" + }, + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "updateMask": { + "description": "Required. Field mask is used to specify the fields to be overwritten in the Boundary 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.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "Boundary" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] } }, "resources": { @@ -1192,6 +1256,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1352,7 +1421,7 @@ } } }, - "revision": "20250813", + "revision": "20251114", "rootUrl": "https://apphub.googleapis.com/", "schemas": { "Application": { @@ -1522,6 +1591,50 @@ }, "type": "object" }, + "Boundary": { + "description": "Application management boundary.", + "id": "Boundary", + "properties": { + "createTime": { + "description": "Output only. Create time.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "crmNode": { + "description": "Optional. The resource name of the CRM node being attached to the boundary. Format: `projects/{project-number}` or `projects/{project-id}`", + "type": "string" + }, + "name": { + "description": "Identifier. The resource name of the boundary. Format: \"projects/{project}/locations/{location}/boundary\"", + "type": "string" + }, + "type": { + "description": "Output only. Boundary type.", + "enum": [ + "TYPE_UNSPECIFIED", + "AUTOMATIC", + "MANUAL", + "MANAGED_AUTOMATIC" + ], + "enumDescriptions": [ + "Unspecified type.", + "The Boundary automatically includes all descendants of the CRM node.", + "The list of projects within the Boundary is managed by the user.", + "The Boundary automatically includes all descendants of the CRM node, which is set via App Management folder capability." + ], + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. Update time.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "CancelOperationRequest": { "description": "The request message for Operations.CancelOperation.", "id": "CancelOperationRequest", @@ -1676,6 +1789,56 @@ }, "type": "object" }, + "ExtendedMetadata": { + "description": "Additional metadata for a Service or Workload.", + "id": "ExtendedMetadata", + "properties": { + "metadataStruct": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Output only. The metadata contents.", + "readOnly": true, + "type": "object" + } + }, + "type": "object" + }, + "FunctionalType": { + "description": "The functional type of a service or workload.", + "id": "FunctionalType", + "properties": { + "type": { + "description": "Output only. The functional type of a service or workload.", + "enum": [ + "TYPE_UNSPECIFIED", + "AGENT", + "MCP_SERVER" + ], + "enumDescriptions": [ + "Unspecified type.", + "Agent type.", + "MCP Server type." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Identity": { + "description": "The identity associated with a service or workload.", + "id": "Identity", + "properties": { + "principal": { + "description": "Output only. Principal of the identity. Supported formats: * `sa://my-sa@xxxx.iam.gserviceaccount.com` for GCP Service Account * `principal://POOL_ID.global.PROJECT_NUMBER.workload.id.goog/ns/NAMESPACE_ID/sa/MANAGED_IDENTITY_ID` for Managed Workload Identity", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "ListApplicationsResponse": { "description": "Response for ListApplications.", "id": "ListApplicationsResponse", @@ -1783,6 +1946,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -2070,6 +2240,28 @@ }, "type": "object" }, + "RegistrationType": { + "description": "The registration type of a service.", + "id": "RegistrationType", + "properties": { + "type": { + "description": "Output only. The registration type of a service.", + "enum": [ + "TYPE_UNSPECIFIED", + "EXCLUSIVE", + "SHARED" + ], + "enumDescriptions": [ + "Unspecified registration type. Defaults to EXCLUSIVE.", + "The service can only be registered to one application.", + "The service can be registered to multiple applications." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "Scope": { "description": "Scope of an application.", "id": "Scope", @@ -2211,16 +2403,39 @@ "description": "Properties of an underlying cloud resource that can comprise a Service.", "id": "ServiceProperties", "properties": { + "extendedMetadata": { + "additionalProperties": { + "$ref": "ExtendedMetadata" + }, + "description": "Output only. Additional metadata specific to the resource type. The key is a string that identifies the type of metadata and the value is the metadata contents specific to that type. Key format: `apphub.googleapis.com/{metadataType}`", + "readOnly": true, + "type": "object" + }, + "functionalType": { + "$ref": "FunctionalType", + "description": "Output only. The type of the service.", + "readOnly": true + }, "gcpProject": { "description": "Output only. The service project identifier that the underlying cloud resource resides in.", "readOnly": true, "type": "string" }, + "identity": { + "$ref": "Identity", + "description": "Output only. The identity associated with the service.", + "readOnly": true + }, "location": { "description": "Output only. The location that the underlying resource resides in, for example, us-west1.", "readOnly": true, "type": "string" }, + "registrationType": { + "$ref": "RegistrationType", + "description": "Output only. The registration type of the service.", + "readOnly": true + }, "zone": { "description": "Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).", "readOnly": true, @@ -2389,11 +2604,29 @@ "description": "Properties of an underlying compute resource represented by the Workload.", "id": "WorkloadProperties", "properties": { + "extendedMetadata": { + "additionalProperties": { + "$ref": "ExtendedMetadata" + }, + "description": "Output only. Additional metadata specific to the resource type. The key is a string that identifies the type of metadata and the value is the metadata contents specific to that type. Key format: `apphub.googleapis.com/{metadataType}`", + "readOnly": true, + "type": "object" + }, + "functionalType": { + "$ref": "FunctionalType", + "description": "Output only. The type of the workload.", + "readOnly": true + }, "gcpProject": { "description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.", "readOnly": true, "type": "string" }, + "identity": { + "$ref": "Identity", + "description": "Output only. The identity associated with the workload.", + "readOnly": true + }, "location": { "description": "Output only. The location that the underlying compute resource resides in (for example, us-west1).", "readOnly": true, diff --git a/DiscoveryJson/apphub.v1alpha.json b/DiscoveryJson/apphub.v1alpha.json index d7f88360bc1..87b61072aa2 100644 --- a/DiscoveryJson/apphub.v1alpha.json +++ b/DiscoveryJson/apphub.v1alpha.json @@ -162,6 +162,31 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "getBoundary": { + "description": "Gets a Boundary.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/boundary", + "httpMethod": "GET", + "id": "apphub.projects.locations.getBoundary", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the boundary to retrieve. Format: projects/{project}/locations/{location}/boundary", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/boundary$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "Boundary" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "list": { "description": "Lists information about the supported locations for this service.", "flatPath": "v1alpha/projects/{projectsId}/locations", @@ -233,6 +258,45 @@ "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] + }, + "updateBoundary": { + "description": "Updates a Boundary.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/boundary", + "httpMethod": "PATCH", + "id": "apphub.projects.locations.updateBoundary", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the boundary. Format: \"projects/{project}/locations/{location}/boundary\"", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/boundary$", + "required": true, + "type": "string" + }, + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "updateMask": { + "description": "Required. Field mask is used to specify the fields to be overwritten in the Boundary 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.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "Boundary" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] } }, "resources": { @@ -1284,6 +1348,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1alpha/{+name}/operations", @@ -1444,7 +1513,7 @@ } } }, - "revision": "20250813", + "revision": "20251114", "rootUrl": "https://apphub.googleapis.com/", "schemas": { "Application": { @@ -1614,6 +1683,50 @@ }, "type": "object" }, + "Boundary": { + "description": "Application management boundary.", + "id": "Boundary", + "properties": { + "createTime": { + "description": "Output only. Create time.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "crmNode": { + "description": "Optional. The resource name of the CRM node being attached to the boundary. Format: `projects/{project-number}` or `projects/{project-id}`", + "type": "string" + }, + "name": { + "description": "Identifier. The resource name of the boundary. Format: \"projects/{project}/locations/{location}/boundary\"", + "type": "string" + }, + "type": { + "description": "Output only. Boundary type.", + "enum": [ + "TYPE_UNSPECIFIED", + "AUTOMATIC", + "MANUAL", + "MANAGED_AUTOMATIC" + ], + "enumDescriptions": [ + "Unspecified type.", + "The Boundary automatically includes all descendants of the CRM node.", + "The list of projects within the Boundary is managed by the user.", + "The Boundary automatically includes all descendants of the CRM node, which is set via App Management folder capability." + ], + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. Update time.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "CancelOperationRequest": { "description": "The request message for Operations.CancelOperation.", "id": "CancelOperationRequest", @@ -1798,6 +1911,22 @@ }, "type": "object" }, + "ExtendedMetadata": { + "description": "Additional metadata for a Service or Workload.", + "id": "ExtendedMetadata", + "properties": { + "metadataStruct": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Output only. The metadata contents.", + "readOnly": true, + "type": "object" + } + }, + "type": "object" + }, "FindUnregisteredServicesResponse": { "description": "Response for FindUnregisteredServices.", "id": "FindUnregisteredServicesResponse", @@ -1848,6 +1977,40 @@ }, "type": "object" }, + "FunctionalType": { + "description": "The functional type of a service or workload.", + "id": "FunctionalType", + "properties": { + "type": { + "description": "Output only. The functional type of a service or workload.", + "enum": [ + "TYPE_UNSPECIFIED", + "AGENT", + "MCP_SERVER" + ], + "enumDescriptions": [ + "Unspecified type.", + "Agent type.", + "MCP Server type." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Identity": { + "description": "The identity associated with a service or workload.", + "id": "Identity", + "properties": { + "principal": { + "description": "Output only. Principal of the identity. Supported formats: * `sa://my-sa@xxxx.iam.gserviceaccount.com` for GCP Service Account * `principal://POOL_ID.global.PROJECT_NUMBER.workload.id.goog/ns/NAMESPACE_ID/sa/MANAGED_IDENTITY_ID` for Managed Workload Identity", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "ListApplicationsResponse": { "description": "Response for ListApplications.", "id": "ListApplicationsResponse", @@ -1955,6 +2118,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -2211,6 +2381,28 @@ }, "type": "object" }, + "RegistrationType": { + "description": "The registration type of a service.", + "id": "RegistrationType", + "properties": { + "type": { + "description": "Output only. The registration type of a service.", + "enum": [ + "TYPE_UNSPECIFIED", + "EXCLUSIVE", + "SHARED" + ], + "enumDescriptions": [ + "Unspecified registration type. Defaults to EXCLUSIVE.", + "The service can only be registered to one application.", + "The service can be registered to multiple applications." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "Scope": { "description": "Scope of an application.", "id": "Scope", @@ -2352,16 +2544,39 @@ "description": "Properties of an underlying cloud resource that can comprise a Service.", "id": "ServiceProperties", "properties": { + "extendedMetadata": { + "additionalProperties": { + "$ref": "ExtendedMetadata" + }, + "description": "Output only. Additional metadata specific to the resource type. The key is a string that identifies the type of metadata and the value is the metadata contents specific to that type. Key format: `apphub.googleapis.com/{metadataType}`", + "readOnly": true, + "type": "object" + }, + "functionalType": { + "$ref": "FunctionalType", + "description": "Output only. The type of the service.", + "readOnly": true + }, "gcpProject": { "description": "Output only. The service project identifier that the underlying cloud resource resides in.", "readOnly": true, "type": "string" }, + "identity": { + "$ref": "Identity", + "description": "Output only. The identity associated with the service.", + "readOnly": true + }, "location": { "description": "Output only. The location that the underlying resource resides in, for example, us-west1.", "readOnly": true, "type": "string" }, + "registrationType": { + "$ref": "RegistrationType", + "description": "Output only. The registration type of the service.", + "readOnly": true + }, "zone": { "description": "Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).", "readOnly": true, @@ -2535,11 +2750,29 @@ "description": "Properties of an underlying compute resource represented by the Workload.", "id": "WorkloadProperties", "properties": { + "extendedMetadata": { + "additionalProperties": { + "$ref": "ExtendedMetadata" + }, + "description": "Output only. Additional metadata specific to the resource type. The key is a string that identifies the type of metadata and the value is the metadata contents specific to that type. Key format: `apphub.googleapis.com/{metadataType}`", + "readOnly": true, + "type": "object" + }, + "functionalType": { + "$ref": "FunctionalType", + "description": "Output only. The type of the workload.", + "readOnly": true + }, "gcpProject": { "description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.", "readOnly": true, "type": "string" }, + "identity": { + "$ref": "Identity", + "description": "Output only. The identity associated with the workload.", + "readOnly": true + }, "location": { "description": "Output only. The location that the underlying compute resource resides in (for example, us-west1).", "readOnly": true, diff --git a/DiscoveryJson/artifactregistry.v1.json b/DiscoveryJson/artifactregistry.v1.json index 9c51a94ed8d..bcdd3bf0b58 100644 --- a/DiscoveryJson/artifactregistry.v1.json +++ b/DiscoveryJson/artifactregistry.v1.json @@ -473,7 +473,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -637,6 +637,34 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "exportArtifact": { + "description": "Exports an artifact.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:exportArtifact", + "httpMethod": "POST", + "id": "artifactregistry.projects.locations.repositories.exportArtifact", + "parameterOrder": [ + "repository" + ], + "parameters": { + "repository": { + "description": "Required. The repository of the artifact to export. Format: projects/{project}/locations/{location}/repositories/{repository}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+repository}:exportArtifact", + "request": { + "$ref": "ExportArtifactRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "get": { "description": "Gets a repository.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}", @@ -2465,7 +2493,7 @@ } } }, - "revision": "20250925", + "revision": "20251029", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "AptArtifact": { @@ -2849,6 +2877,72 @@ "properties": {}, "type": "object" }, + "ExportArtifactMetadata": { + "description": "The LRO metadata for exporting an artifact.", + "id": "ExportArtifactMetadata", + "properties": { + "exportedFiles": { + "description": "The exported artifact files.", + "items": { + "$ref": "ExportedFile" + }, + "type": "array" + } + }, + "type": "object" + }, + "ExportArtifactRequest": { + "description": "The request for exporting an artifact to a destination.", + "id": "ExportArtifactRequest", + "properties": { + "gcsPath": { + "description": "The Cloud Storage path to export the artifact to. Should start with the bucket name, and optionally have a directory path. Examples: `dst_bucket`, `dst_bucket/sub_dir`. Existing objects with the same path will be overwritten.", + "type": "string" + }, + "sourceTag": { + "description": "The artifact tag to export. Format:projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/tags/{tag}", + "type": "string" + }, + "sourceVersion": { + "description": "The artifact version to export. Format: projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/versions/{version}", + "type": "string" + } + }, + "type": "object" + }, + "ExportArtifactResponse": { + "description": "The response for exporting an artifact to a destination.", + "id": "ExportArtifactResponse", + "properties": { + "exportedVersion": { + "$ref": "Version", + "description": "The exported version. Should be the same as the request version with fingerprint resource name." + } + }, + "type": "object" + }, + "ExportedFile": { + "description": "The exported artifact file.", + "id": "ExportedFile", + "properties": { + "gcsObjectPath": { + "description": "Cloud Storage Object path of the exported file. Examples: `dst_bucket/file1`, `dst_bucket/sub_dir/file1`", + "type": "string" + }, + "hashes": { + "description": "The hashes of the file content.", + "items": { + "$ref": "Hash" + }, + "type": "array" + }, + "name": { + "description": "Name of the exported artifact file. Format: `projects/p1/locations/us/repositories/repo1/files/file1`", + "type": "string" + } + }, + "type": "object" + }, "Expr": { "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", "id": "Expr", @@ -4115,7 +4209,8 @@ "PYTHON", "KFP", "GO", - "GENERIC" + "GENERIC", + "RUBY" ], "enumDescriptions": [ "Unspecified package format.", @@ -4128,7 +4223,8 @@ "Python package format.", "Kubeflow Pipelines package format.", "Go package format.", - "Generic package format." + "Generic package format.", + "Ruby package format." ], "type": "string" }, @@ -4666,7 +4762,7 @@ "DISABLED" ], "enumDescriptions": [ - "Not set. This will be treated as INHERITED.", + "Not set. This will be treated as INHERITED for Docker repositories and DISABLED for non-Docker repositories.", "Scanning is Enabled, but dependent on API enablement.", "No automatic vulnerability scanning will be performed for this repository." ], diff --git a/DiscoveryJson/artifactregistry.v1beta1.json b/DiscoveryJson/artifactregistry.v1beta1.json index 1868ad8fb64..fa15f1bb610 100644 --- a/DiscoveryJson/artifactregistry.v1beta1.json +++ b/DiscoveryJson/artifactregistry.v1beta1.json @@ -385,7 +385,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1182,7 +1182,7 @@ } } }, - "revision": "20250925", + "revision": "20251029", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "Binding": { diff --git a/DiscoveryJson/artifactregistry.v1beta2.json b/DiscoveryJson/artifactregistry.v1beta2.json index 1230fd100dd..0a352e6abf9 100644 --- a/DiscoveryJson/artifactregistry.v1beta2.json +++ b/DiscoveryJson/artifactregistry.v1beta2.json @@ -447,7 +447,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1450,7 +1450,7 @@ } } }, - "revision": "20250925", + "revision": "20251029", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "AptArtifact": { diff --git a/DiscoveryJson/assuredworkloads.v1.json b/DiscoveryJson/assuredworkloads.v1.json index 7a2f54abd45..82e96b3fc8d 100644 --- a/DiscoveryJson/assuredworkloads.v1.json +++ b/DiscoveryJson/assuredworkloads.v1.json @@ -167,6 +167,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -684,7 +689,7 @@ } } }, - "revision": "20250626", + "revision": "20251002", "rootUrl": "https://assuredworkloads.googleapis.com/", "schemas": { "GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": { @@ -2132,6 +2137,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/assuredworkloads.v1beta1.json b/DiscoveryJson/assuredworkloads.v1beta1.json index eb64d61f7bb..d313cc1515d 100644 --- a/DiscoveryJson/assuredworkloads.v1beta1.json +++ b/DiscoveryJson/assuredworkloads.v1beta1.json @@ -167,6 +167,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -656,7 +661,7 @@ } } }, - "revision": "20250626", + "revision": "20251002", "rootUrl": "https://assuredworkloads.googleapis.com/", "schemas": { "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": { @@ -2170,6 +2175,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/authorizedbuyersmarketplace.v1.json b/DiscoveryJson/authorizedbuyersmarketplace.v1.json index dcc1c264ea6..15cdff9b3b7 100644 --- a/DiscoveryJson/authorizedbuyersmarketplace.v1.json +++ b/DiscoveryJson/authorizedbuyersmarketplace.v1.json @@ -204,6 +204,34 @@ "scopes": [ "https://www.googleapis.com/auth/authorized-buyers-marketplace" ] + }, + "setReadyToServe": { + "description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path \"/v1/bidders/{accountId}/finalizedDeals/{dealId}\" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.", + "flatPath": "v1/bidders/{biddersId}/finalizedDeals/{finalizedDealsId}:setReadyToServe", + "httpMethod": "POST", + "id": "authorizedbuyersmarketplace.bidders.finalizedDeals.setReadyToServe", + "parameterOrder": [ + "deal" + ], + "parameters": { + "deal": { + "description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}`", + "location": "path", + "pattern": "^bidders/[^/]+/finalizedDeals/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+deal}:setReadyToServe", + "request": { + "$ref": "SetReadyToServeRequest" + }, + "response": { + "$ref": "FinalizedDeal" + }, + "scopes": [ + "https://www.googleapis.com/auth/authorized-buyers-marketplace" + ] } } } @@ -920,7 +948,7 @@ ] }, "setReadyToServe": { - "description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals.", + "description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path \"/v1/bidders/{accountId}/finalizedDeals/{dealId}\" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.", "flatPath": "v1/buyers/{buyersId}/finalizedDeals/{finalizedDealsId}:setReadyToServe", "httpMethod": "POST", "id": "authorizedbuyersmarketplace.buyers.finalizedDeals.setReadyToServe", @@ -929,7 +957,7 @@ ], "parameters": { "deal": { - "description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}`", + "description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}`", "location": "path", "pattern": "^buyers/[^/]+/finalizedDeals/[^/]+$", "required": true, @@ -1367,7 +1395,7 @@ } } }, - "revision": "20250828", + "revision": "20251104", "rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/", "schemas": { "AcceptProposalRequest": { @@ -2472,10 +2500,11 @@ "type": "object" }, "MediaPlanner": { - "description": "Describes a single Media Planner account.", + "description": "Represents a media planner account.", "id": "MediaPlanner", "properties": { "accountId": { + "deprecated": true, "description": "Output only. Account ID of the media planner.", "readOnly": true, "type": "string" diff --git a/DiscoveryJson/authorizedbuyersmarketplace.v1alpha.json b/DiscoveryJson/authorizedbuyersmarketplace.v1alpha.json index b1cc97cfc96..c5182048a8b 100644 --- a/DiscoveryJson/authorizedbuyersmarketplace.v1alpha.json +++ b/DiscoveryJson/authorizedbuyersmarketplace.v1alpha.json @@ -204,6 +204,34 @@ "scopes": [ "https://www.googleapis.com/auth/authorized-buyers-marketplace" ] + }, + "setReadyToServe": { + "description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path \"/v1alpha/bidders/{accountId}/finalizedDeals/{dealId}\" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.", + "flatPath": "v1alpha/bidders/{biddersId}/finalizedDeals/{finalizedDealsId}:setReadyToServe", + "httpMethod": "POST", + "id": "authorizedbuyersmarketplace.bidders.finalizedDeals.setReadyToServe", + "parameterOrder": [ + "deal" + ], + "parameters": { + "deal": { + "description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}`", + "location": "path", + "pattern": "^bidders/[^/]+/finalizedDeals/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+deal}:setReadyToServe", + "request": { + "$ref": "SetReadyToServeRequest" + }, + "response": { + "$ref": "FinalizedDeal" + }, + "scopes": [ + "https://www.googleapis.com/auth/authorized-buyers-marketplace" + ] } } } @@ -1103,7 +1131,7 @@ ] }, "setReadyToServe": { - "description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals.", + "description": "Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path \"/v1alpha/bidders/{accountId}/finalizedDeals/{dealId}\" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals.", "flatPath": "v1alpha/buyers/{buyersId}/finalizedDeals/{finalizedDealsId}:setReadyToServe", "httpMethod": "POST", "id": "authorizedbuyersmarketplace.buyers.finalizedDeals.setReadyToServe", @@ -1112,7 +1140,7 @@ ], "parameters": { "deal": { - "description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}`", + "description": "Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}`", "location": "path", "pattern": "^buyers/[^/]+/finalizedDeals/[^/]+$", "required": true, @@ -1550,7 +1578,7 @@ } } }, - "revision": "20250910", + "revision": "20251104", "rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/", "schemas": { "AcceptProposalRequest": { @@ -2727,10 +2755,11 @@ "type": "object" }, "MediaPlanner": { - "description": "Describes a single Media Planner account.", + "description": "Represents a media planner account.", "id": "MediaPlanner", "properties": { "accountId": { + "deprecated": true, "description": "Output only. Account ID of the media planner.", "readOnly": true, "type": "string" diff --git a/DiscoveryJson/backupdr.v1.json b/DiscoveryJson/backupdr.v1.json index 015296c6585..860c438ef07 100644 --- a/DiscoveryJson/backupdr.v1.json +++ b/DiscoveryJson/backupdr.v1.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1363,6 +1363,72 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "fetchForResourceType": { + "description": "Fetch Backups for a given resource type.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/dataSources/{dataSourcesId}/backups:fetchForResourceType", + "httpMethod": "GET", + "id": "backupdr.projects.locations.backupVaults.dataSources.backups.fetchForResourceType", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. A filter expression that filters the results fetched in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. Supported fields: * name * state * backup_type * create_time * expire_time * enforced_retention_end_time * gcp_backup_plan_info.backup_plan * cloud_sql_instance_backup_properties.instance_tier * cloud_sql_instance_backup_properties.database_installed_version", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * name", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of Backups to return. The service may return fewer than this value. If unspecified, at most 50 Backups will be returned. The maximum value is 100; values above 100 will be coerced to 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous call of `FetchBackupsForResourceType`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchBackupsForResourceType` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Datasources are the parent resource for the backups. Format: projects/{project}/locations/{location}/backupVaults/{backupVaultId}/dataSources/{datasourceId}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/dataSources/[^/]+$", + "required": true, + "type": "string" + }, + "resourceType": { + "description": "Required. The type of the GCP resource. Ex: sqladmin.googleapis.com/Instance", + "location": "query", + "type": "string" + }, + "view": { + "description": "Optional. This parameter is used to specify the view of the backup. If not specified, the default view is BASIC.", + "enum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_FULL" + ], + "enumDescriptions": [ + "If the value is not set, the default 'FULL' view is used.", + "Includes basic data about the Backup, but not the full contents.", + "Includes all data about the Backup. This is the default value (for both ListBackups and GetBackup)." + ], + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/backups:fetchForResourceType", + "response": { + "$ref": "FetchBackupsForResourceTypeResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "get": { "description": "Gets details of a Backup.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/dataSources/{dataSourcesId}/backups/{backupsId}", @@ -1614,6 +1680,52 @@ "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] + }, + "list": { + "description": "Lists DataSourceReferences for a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataSourceReferences", + "httpMethod": "GET", + "id": "backupdr.projects.locations.dataSourceReferences.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. A filter expression that filters the results listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The following field and operator combinations are supported: * data_source_gcp_resource_info.gcp_resourcename with `=`, `!=` * data_source_gcp_resource_info.type with `=`, `!=`", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * data_source * data_source_gcp_resource_info.gcp_resourcename", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of DataSourceReferences to return. The service may return fewer than this value. If unspecified, at most 50 DataSourceReferences will be returned. The maximum value is 100; values above 100 will be coerced to 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListDataSourceReferences` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDataSourceReferences` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: projects/{project}/locations/{location}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/dataSourceReferences", + "response": { + "$ref": "ListDataSourceReferencesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] } } }, @@ -1986,6 +2098,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2082,6 +2199,34 @@ }, "trial": { "methods": { + "end": { + "description": "Ends the trial for a project", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trial:end", + "httpMethod": "POST", + "id": "backupdr.projects.locations.trial.end", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource where this trial will be ended.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/trial:end", + "request": { + "$ref": "EndTrialRequest" + }, + "response": { + "$ref": "Trial" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "subscribe": { "description": "Subscribes to a trial for a project", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/trial:subscribe", @@ -2117,7 +2262,7 @@ } } }, - "revision": "20250916", + "revision": "20251112", "rootUrl": "https://backupdr.googleapis.com/", "schemas": { "AbandonBackupRequest": { @@ -2529,6 +2674,21 @@ }, "type": "array" }, + "backupRetentionInheritance": { + "description": "Output only. Setting for how the enforced retention end time is inherited. This value is copied from this backup's BackupVault.", + "enum": [ + "BACKUP_RETENTION_INHERITANCE_UNSPECIFIED", + "INHERIT_VAULT_RETENTION", + "MATCH_BACKUP_EXPIRE_TIME" + ], + "enumDescriptions": [ + "Inheritance behavior not set. This will default to `INHERIT_VAULT_RETENTION`.", + "The enforced retention end time of a backup will be inherited from the backup vault's `backup_minimum_enforced_retention_duration` field. This is the default behavior.", + "The enforced retention end time of a backup will always match the expire time of the backup. If this is set, the backup's enforced retention end time will be set to match the expire time during creation of the backup. When updating, the ERET and expire time must be updated together and have the same value. Invalid update requests will be rejected by the server." + ], + "readOnly": true, + "type": "string" + }, "backupType": { "description": "Output only. Type of the backup, unspecified, scheduled or ondemand.", "enum": [ @@ -2597,6 +2757,19 @@ "description": "Output only. Configuration for a Google Cloud resource.", "readOnly": true }, + "gcpResource": { + "$ref": "BackupGcpResource", + "description": "Output only. Unique identifier of the GCP resource that is being backed up.", + "readOnly": true + }, + "kmsKeyVersions": { + "description": "Optional. Output only. The list of KMS key versions used to encrypt the backup.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "labels": { "additionalProperties": { "type": "string" @@ -2945,6 +3118,25 @@ }, "type": "object" }, + "BackupGcpResource": { + "description": "Minimum details to identify a Google Cloud resource for a backup.", + "id": "BackupGcpResource", + "properties": { + "gcpResourcename": { + "description": "Name of the Google Cloud resource.", + "type": "string" + }, + "location": { + "description": "Location of the resource: //\"global\"/\"unspecified\".", + "type": "string" + }, + "type": { + "description": "Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.", + "type": "string" + } + }, + "type": "object" + }, "BackupLocation": { "description": "BackupLocation represents a cloud location where a backup can be stored.", "id": "BackupLocation", @@ -3041,6 +3233,11 @@ "format": "int64", "type": "string" }, + "maxCustomOnDemandRetentionDays": { + "description": "Optional. Optional field to configure the maximum number of days for which a backup can be retained. This field is only applicable for on-demand backups taken with custom retention value.", + "format": "int32", + "type": "integer" + }, "name": { "description": "Output only. Identifier. The resource name of the `BackupPlan`. Format: `projects/{project}/locations/{location}/backupPlans/{backup_plan}`", "readOnly": true, @@ -3289,6 +3486,20 @@ "format": "google-duration", "type": "string" }, + "backupRetentionInheritance": { + "description": "Optional. Setting for how a backup's enforced retention end time is inherited.", + "enum": [ + "BACKUP_RETENTION_INHERITANCE_UNSPECIFIED", + "INHERIT_VAULT_RETENTION", + "MATCH_BACKUP_EXPIRE_TIME" + ], + "enumDescriptions": [ + "Inheritance behavior not set. This will default to `INHERIT_VAULT_RETENTION`.", + "The enforced retention end time of a backup will be inherited from the backup vault's `backup_minimum_enforced_retention_duration` field. This is the default behavior.", + "The enforced retention end time of a backup will always match the expire time of the backup. If this is set, the backup's enforced retention end time will be set to match the expire time during creation of the backup. When updating, the ERET and expire time must be updated together and have the same value. Invalid update requests will be rejected by the server." + ], + "type": "string" + }, "createTime": { "description": "Output only. The time when the instance was created.", "format": "google-datetime", @@ -3309,6 +3520,10 @@ "format": "google-datetime", "type": "string" }, + "encryptionConfig": { + "$ref": "EncryptionConfig", + "description": "Optional. The encryption config of the backup vault." + }, "etag": { "description": "Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from overwiting each other.", "type": "string" @@ -3443,6 +3658,18 @@ "readOnly": true, "type": "boolean" }, + "instanceCreateTime": { + "description": "Output only. The instance creation timestamp.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "instanceDeleteTime": { + "description": "Output only. The instance delete timestamp.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "instanceTier": { "description": "Output only. The tier (or machine type) for this instance. Example: `db-custom-1-3840`", "readOnly": true, @@ -4127,6 +4354,12 @@ "name": { "description": "Identifier. The resource name of the DataSourceReference. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}", "type": "string" + }, + "totalStoredBytes": { + "description": "Output only. Total size of the storage used by all backup resources for the referenced datasource.", + "format": "int64", + "readOnly": true, + "type": "string" } }, "type": "object" @@ -4402,6 +4635,38 @@ "properties": {}, "type": "object" }, + "EncryptionConfig": { + "description": "Message describing the EncryptionConfig of backup vault. This determines how data within the vault is encrypted at rest.", + "id": "EncryptionConfig", + "properties": { + "kmsKeyName": { + "description": "Optional. The Cloud KMS key name to encrypt backups in this backup vault. Must be in the same region as the vault. Some workload backups like compute disk backups may use their inherited source key instead. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}", + "type": "string" + } + }, + "type": "object" + }, + "EndTrialRequest": { + "description": "Request message for ending a trial.", + "id": "EndTrialRequest", + "properties": { + "endReason": { + "description": "Required. The reason for ending the trial.", + "enum": [ + "END_REASON_UNSPECIFIED", + "MOVE_TO_PAID", + "DISCONTINUED" + ], + "enumDescriptions": [ + "End reason not set.", + "Trial is deliberately ended by the user to transition to paid usage.", + "Trial is discontinued before expiration." + ], + "type": "string" + } + }, + "type": "object" + }, "Entry": { "description": "A key/value pair to be used for storing metadata.", "id": "Entry", @@ -4496,6 +4761,24 @@ }, "type": "object" }, + "FetchBackupsForResourceTypeResponse": { + "description": "Response for the FetchBackupsForResourceType method.", + "id": "FetchBackupsForResourceTypeResponse", + "properties": { + "backups": { + "description": "The Backups from the specified parent.", + "items": { + "$ref": "Backup" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, "FetchDataSourceReferencesForResourceTypeResponse": { "description": "Response for the FetchDataSourceReferencesForResourceType method.", "id": "FetchDataSourceReferencesForResourceTypeResponse", @@ -4933,6 +5216,31 @@ }, "type": "object" }, + "ListDataSourceReferencesResponse": { + "description": "Response for the ListDataSourceReferences method.", + "id": "ListDataSourceReferencesResponse", + "properties": { + "dataSourceReferences": { + "description": "The DataSourceReferences from the specified parent.", + "items": { + "$ref": "DataSourceReference" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "unreachable": { + "description": "Locations that could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "ListDataSourcesResponse": { "description": "Response message for listing DataSources.", "id": "ListDataSourcesResponse", @@ -5015,6 +5323,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -5665,6 +5980,11 @@ "description": "Request message for restoring from a Backup.", "id": "RestoreBackupRequest", "properties": { + "clearOverridesFieldMask": { + "description": "Optional. A field mask used to clear server-side default values for fields within the `instance_properties` oneof. When a field in this mask is cleared, the server will not apply its default logic (like inheriting a value from the source) for that field. The most common current use case is clearing default encryption keys. Examples of field mask paths: - Compute Instance Disks: `compute_instance_restore_properties.disks.*.disk_encryption_key` - Single Disk: `disk_restore_properties.disk_encryption_key`", + "format": "google-fieldmask", + "type": "string" + }, "computeInstanceRestoreProperties": { "$ref": "ComputeInstanceRestoreProperties", "description": "Compute Engine instance properties to be overridden during restore." @@ -6183,6 +6503,18 @@ "description": "Request message for triggering a backup.", "id": "TriggerBackupRequest", "properties": { + "customRetentionDays": { + "description": "Optional. The duration for which backup data will be kept, while taking an on-demand backup with custom retention. It is defined in \"days\". It is mutually exclusive with rule_id. This field is required if rule_id is not provided.", + "format": "int32", + "type": "integer" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Labels to be applied on the backup.", + "type": "object" + }, "requestId": { "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", "type": "string" diff --git a/DiscoveryJson/baremetalsolution.v2.json b/DiscoveryJson/baremetalsolution.v2.json index 167dc66baa7..96458469407 100644 --- a/DiscoveryJson/baremetalsolution.v2.json +++ b/DiscoveryJson/baremetalsolution.v2.json @@ -143,7 +143,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", + "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1728,7 +1728,7 @@ } } }, - "revision": "20250519", + "revision": "20251008", "rootUrl": "https://baremetalsolution.googleapis.com/", "schemas": { "AllowedClient": { diff --git a/DiscoveryJson/batch.v1.json b/DiscoveryJson/batch.v1.json index 78663d54c8b..78f5f57c545 100644 --- a/DiscoveryJson/batch.v1.json +++ b/DiscoveryJson/batch.v1.json @@ -546,6 +546,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -595,7 +600,7 @@ } } }, - "revision": "20250813", + "revision": "20251112", "rootUrl": "https://batch.googleapis.com/", "schemas": { "Accelerator": { @@ -1299,13 +1304,15 @@ "STANDARD", "SPOT", "PREEMPTIBLE", - "RESERVATION_BOUND" + "RESERVATION_BOUND", + "FLEX_START" ], "enumDeprecated": [ false, false, false, true, + false, false ], "enumDescriptions": [ @@ -1313,7 +1320,8 @@ "Standard VM.", "SPOT VM.", "Preemptible VM (PVM). Above SPOT VM is the preferable model for preemptible VM instances: the old preemptible VM model (indicated by this field) is the older model, and has been migrated to use the SPOT model as the underlying technology. This old model will still be supported.", - "Bound to the lifecycle of the reservation in which it is provisioned." + "Bound to the lifecycle of the reservation in which it is provisioned.", + "Instance is provisioned with DWS Flex Start and has limited max run duration." ], "type": "string" }, @@ -1370,13 +1378,15 @@ "STANDARD", "SPOT", "PREEMPTIBLE", - "RESERVATION_BOUND" + "RESERVATION_BOUND", + "FLEX_START" ], "enumDeprecated": [ false, false, false, true, + false, false ], "enumDescriptions": [ @@ -1384,7 +1394,8 @@ "Standard VM.", "SPOT VM.", "Preemptible VM (PVM). Above SPOT VM is the preferable model for preemptible VM instances: the old preemptible VM model (indicated by this field) is the older model, and has been migrated to use the SPOT model as the underlying technology. This old model will still be supported.", - "Bound to the lifecycle of the reservation in which it is provisioned." + "Bound to the lifecycle of the reservation in which it is provisioned.", + "Instance is provisioned with DWS Flex Start and has limited max run duration." ], "type": "string" }, @@ -1627,6 +1638,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/beyondcorp.v1.json b/DiscoveryJson/beyondcorp.v1.json index a9ac741a762..ef95e19aa01 100644 --- a/DiscoveryJson/beyondcorp.v1.json +++ b/DiscoveryJson/beyondcorp.v1.json @@ -12,7 +12,7 @@ "baseUrl": "https://beyondcorp.googleapis.com/", "batchPath": "batch", "canonicalName": "BeyondCorp", - "description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity solutions.", + "description": "Chrome Enterprise Premium is a secure enterprise browsing solution that provides secure access to applications and resources, and offers integrated threat and data protection. It adds an extra layer of security to safeguard your Chrome browser environment, including Data Loss Prevention (DLP), real-time URL and file scanning, and Context-Aware Access for SaaS and web apps.", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/", "fullyEncodeReservedExpansion": true, @@ -220,6 +220,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -275,7 +280,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1332,6 +1337,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1899,7 +1909,7 @@ } } }, - "revision": "20250922", + "revision": "20251029", "rootUrl": "https://beyondcorp.googleapis.com/", "schemas": { "AllocatedConnection": { @@ -3043,6 +3053,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata": { + "deprecated": true, "description": "Represents the metadata of the long-running operation.", "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata", "properties": { @@ -3087,6 +3098,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata": { + "deprecated": true, "description": "Represents the metadata of the long-running operation.", "id": "GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata", "properties": { @@ -3145,7 +3157,7 @@ "type": "string" }, "endpointMatchers": { - "description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matchers is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The conditions should be the following combination: (Hostname & Ports) EXAMPLES: Hostname and Ports - (\"*.example.com\", \"443\"), (\"example.com\" and \"22\"), (\"example.com\" and \"22,33\") etc", + "description": "Optional. An array of conditions to match the application's network endpoint. Each element in the array is an EndpointMatcher object, which defines a specific combination of a hostname pattern and one or more ports. The application is considered matched if at least one of the EndpointMatcher conditions in this array is met (the conditions are combined using OR logic). Each EndpointMatcher must contain a hostname pattern, such as \"example.com\", and one or more port numbers specified as a string, such as \"443\". Hostname and port number examples: \"*.example.com\", \"443\" \"example.com\" and \"22\" \"example.com\" and \"22,33\"", "items": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher" }, @@ -3239,11 +3251,11 @@ "properties": { "deviceInfo": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo", - "description": "Optional. Device info configuration." + "description": "Optional. The device information configuration." }, "groupInfo": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo", - "description": "Optional. Group info configuration." + "description": "Optional. Group details." }, "outputType": { "description": "Optional. Default output type for all enabled headers.", @@ -3254,7 +3266,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -3263,17 +3275,17 @@ }, "userInfo": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo", - "description": "Optional. User info configuration." + "description": "Optional. User details." } }, "type": "object" }, "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo": { - "description": "Delegated device info configuration.", + "description": "The delegated device information configuration.", "id": "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo", "properties": { "outputType": { - "description": "Optional. The output type of the delegated device info.", + "description": "Optional. The output type details for the delegated device.", "enum": [ "OUTPUT_TYPE_UNSPECIFIED", "PROTOBUF", @@ -3281,7 +3293,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -3292,11 +3304,11 @@ "type": "object" }, "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo": { - "description": "Delegated group info configuration.", + "description": "The delegated group configuration details.", "id": "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo", "properties": { "outputType": { - "description": "Optional. The output type of the delegated group info.", + "description": "Optional. The output type of the delegated group information.", "enum": [ "OUTPUT_TYPE_UNSPECIFIED", "PROTOBUF", @@ -3304,7 +3316,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -3315,11 +3327,11 @@ "type": "object" }, "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo": { - "description": "Delegated user info configuration.", + "description": "The configuration information for the delegated user.", "id": "GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo", "properties": { "outputType": { - "description": "Optional. The output type of the delegated user info.", + "description": "Optional. The delegated user's information.", "enum": [ "OUTPUT_TYPE_UNSPECIFIED", "PROTOBUF", @@ -3327,7 +3339,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -3376,7 +3388,7 @@ "type": "string" }, "ports": { - "description": "Required. Ports of the application.", + "description": "Required. The ports of the application.", "items": { "format": "int32", "type": "integer" @@ -3482,7 +3494,7 @@ "description": "Optional. Configuration for the contextual headers." }, "gatewayIdentity": { - "description": "Optional. Gateway identity configuration.", + "description": "Optional. The security gateway identity configuration.", "enum": [ "GATEWAY_IDENTITY_UNSPECIFIED", "RESOURCE_NAME" @@ -3497,7 +3509,7 @@ "additionalProperties": { "type": "string" }, - "description": "Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: > Field names SHOULD constrain themselves to alphanumeric characters, \"-\", and \".\", and SHOULD begin with a letter. Field values SHOULD contain only ASCII printable characters and tab.", + "description": "Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: >Field names can contain alphanumeric characters, hyphens, and periods, can contain only ASCII-printable characters and tabs, and must start with a letter.", "type": "object" } }, @@ -3652,7 +3664,7 @@ "id": "GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor", "properties": { "path": { - "description": "Required. Contains uri path fragment where HTTP request is sent.", + "description": "Required. Contains the URI path fragment where HTTP request is sent.", "type": "string" } }, @@ -3919,6 +3931,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/beyondcorp.v1alpha.json b/DiscoveryJson/beyondcorp.v1alpha.json index 392857bc75a..23f6b20cc79 100644 --- a/DiscoveryJson/beyondcorp.v1alpha.json +++ b/DiscoveryJson/beyondcorp.v1alpha.json @@ -12,7 +12,7 @@ "baseUrl": "https://beyondcorp.googleapis.com/", "batchPath": "batch", "canonicalName": "BeyondCorp", - "description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity solutions.", + "description": "Chrome Enterprise Premium is a secure enterprise browsing solution that provides secure access to applications and resources, and offers integrated threat and data protection. It adds an extra layer of security to safeguard your Chrome browser environment, including Data Loss Prevention (DLP), real-time URL and file scanning, and Context-Aware Access for SaaS and web apps.", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/", "fullyEncodeReservedExpansion": true, @@ -112,6 +112,7 @@ "global": { "resources": { "partnerTenants": { + "deprecated": true, "methods": { "delete": { "deprecated": true, @@ -145,6 +146,7 @@ ] }, "get": { + "deprecated": true, "description": "Gets details of a single PartnerTenant.", "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}", "httpMethod": "GET", @@ -170,6 +172,7 @@ ] }, "list": { + "deprecated": true, "description": "Lists PartnerTenants in a given organization.", "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants", "httpMethod": "GET", @@ -558,6 +561,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1alpha/{+name}/operations", @@ -787,7 +795,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2865,6 +2873,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1alpha/{+name}/operations", @@ -3432,7 +3445,7 @@ } } }, - "revision": "20250922", + "revision": "20251029", "rootUrl": "https://beyondcorp.googleapis.com/", "schemas": { "AllocatedConnection": { @@ -4828,6 +4841,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1alphaGroup": { + "deprecated": true, "description": "Message to capture group information", "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaGroup", "properties": { @@ -4843,6 +4857,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse": { + "deprecated": true, "description": "Message for response to listing PartnerTenants.", "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse", "properties": { @@ -4861,6 +4876,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata": { + "deprecated": true, "description": "Metadata associated with PartnerTenant and is provided by the Partner.", "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata", "properties": { @@ -4876,6 +4892,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata": { + "deprecated": true, "description": "Represents the metadata of the long-running operation.", "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata", "properties": { @@ -4920,6 +4937,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant": { + "deprecated": true, "description": "Information about a BeyoncCorp Enterprise PartnerTenant.", "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant", "properties": { @@ -4956,6 +4974,7 @@ "type": "object" }, "GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata": { + "deprecated": true, "description": "Represents the metadata of the long-running operation.", "id": "GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata", "properties": { @@ -5493,7 +5512,7 @@ "type": "string" }, "endpointMatchers": { - "description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matchers is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The conditions should be the following combination: (Hostname & Ports) EXAMPLES: Hostname and Ports - (\"*.example.com\", \"443\"), (\"example.com\" and \"22\"), (\"example.com\" and \"22,33\") etc", + "description": "Optional. An array of conditions to match the application's network endpoint. Each element in the array is an EndpointMatcher object, which defines a specific combination of a hostname pattern and one or more ports. The application is considered matched if at least one of the EndpointMatcher conditions in this array is met (the conditions are combined using OR logic). Each EndpointMatcher must contain a hostname pattern, such as \"example.com\", and one or more port numbers specified as a string, such as \"443\". Hostname and port number examples: \"*.example.com\", \"443\" \"example.com\" and \"22\" \"example.com\" and \"22,33\"", "items": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher" }, @@ -5587,11 +5606,11 @@ "properties": { "deviceInfo": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo", - "description": "Optional. Device info configuration." + "description": "Optional. The device information configuration." }, "groupInfo": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo", - "description": "Optional. Group info configuration." + "description": "Optional. Group details." }, "outputType": { "description": "Optional. Default output type for all enabled headers.", @@ -5602,7 +5621,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -5611,17 +5630,17 @@ }, "userInfo": { "$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo", - "description": "Optional. User info configuration." + "description": "Optional. User details." } }, "type": "object" }, "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo": { - "description": "Delegated device info configuration.", + "description": "The delegated device information configuration.", "id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo", "properties": { "outputType": { - "description": "Optional. The output type of the delegated device info.", + "description": "Optional. The output type details for the delegated device.", "enum": [ "OUTPUT_TYPE_UNSPECIFIED", "PROTOBUF", @@ -5629,7 +5648,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -5640,11 +5659,11 @@ "type": "object" }, "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo": { - "description": "Delegated group info configuration.", + "description": "The delegated group configuration details.", "id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo", "properties": { "outputType": { - "description": "Optional. The output type of the delegated group info.", + "description": "Optional. The output type of the delegated group information.", "enum": [ "OUTPUT_TYPE_UNSPECIFIED", "PROTOBUF", @@ -5652,7 +5671,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -5663,11 +5682,11 @@ "type": "object" }, "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo": { - "description": "Delegated user info configuration.", + "description": "The configuration information for the delegated user.", "id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo", "properties": { "outputType": { - "description": "Optional. The output type of the delegated user info.", + "description": "Optional. The delegated user's information.", "enum": [ "OUTPUT_TYPE_UNSPECIFIED", "PROTOBUF", @@ -5675,7 +5694,7 @@ "NONE" ], "enumDescriptions": [ - "Unspecified output type.", + "The unspecified output type.", "Protobuf output type.", "JSON output type.", "Explicitly disable header output." @@ -5724,7 +5743,7 @@ "type": "string" }, "ports": { - "description": "Required. Ports of the application.", + "description": "Required. The ports of the application.", "items": { "format": "int32", "type": "integer" @@ -5830,7 +5849,7 @@ "description": "Optional. Configuration for the contextual headers." }, "gatewayIdentity": { - "description": "Optional. Gateway identity configuration.", + "description": "Optional. The security gateway identity configuration.", "enum": [ "GATEWAY_IDENTITY_UNSPECIFIED", "RESOURCE_NAME" @@ -5845,7 +5864,7 @@ "additionalProperties": { "type": "string" }, - "description": "Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: > Field names SHOULD constrain themselves to alphanumeric characters, \"-\", and \".\", and SHOULD begin with a letter. Field values SHOULD contain only ASCII printable characters and tab.", + "description": "Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: >Field names can contain alphanumeric characters, hyphens, and periods, can contain only ASCII-printable characters and tabs, and must start with a letter.", "type": "object" } }, @@ -6000,7 +6019,7 @@ "id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor", "properties": { "path": { - "description": "Required. Contains uri path fragment where HTTP request is sent.", + "description": "Required. Contains the URI path fragment where HTTP request is sent.", "type": "string" } }, @@ -6223,6 +6242,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/biglake.v1.json b/DiscoveryJson/biglake.v1.json index b4117f31bd7..ee55bcfac21 100644 --- a/DiscoveryJson/biglake.v1.json +++ b/DiscoveryJson/biglake.v1.json @@ -110,6 +110,138 @@ "resources": { "projects": { "resources": { + "catalogs": { + "methods": { + "getIamPolicy": { + "description": "Gets the IAM policy for the specified Catalog.", + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}:getIamPolicy", + "httpMethod": "GET", + "id": "biglake.projects.catalogs.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/catalogs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the IAM policy for the specified catalog.", + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}:setIamPolicy", + "httpMethod": "POST", + "id": "biglake.projects.catalogs.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/catalogs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "namespaces": { + "methods": { + "getIamPolicy": { + "description": "Gets the IAM policy for the specified Catalog.", + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}:getIamPolicy", + "httpMethod": "GET", + "id": "biglake.projects.catalogs.namespaces.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the IAM policy for the specified catalog.", + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}:setIamPolicy", + "httpMethod": "POST", + "id": "biglake.projects.catalogs.namespaces.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, "locations": { "resources": { "catalogs": { @@ -616,9 +748,79 @@ } } }, - "revision": "20231016", + "revision": "20251027", "rootUrl": "https://biglake.googleapis.com/", "schemas": { + "AuditConfig": { + "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.", + "id": "AuditConfig", + "properties": { + "auditLogConfigs": { + "description": "The configuration for logging of each type of permission.", + "items": { + "$ref": "AuditLogConfig" + }, + "type": "array" + }, + "service": { + "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.", + "type": "string" + } + }, + "type": "object" + }, + "AuditLogConfig": { + "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.", + "id": "AuditLogConfig", + "properties": { + "exemptedMembers": { + "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.", + "items": { + "type": "string" + }, + "type": "array" + }, + "logType": { + "description": "The log type that this config enables.", + "enum": [ + "LOG_TYPE_UNSPECIFIED", + "ADMIN_READ", + "DATA_WRITE", + "DATA_READ" + ], + "enumDescriptions": [ + "Default case. Should never be this.", + "Admin reads. Example: CloudIAM getIamPolicy", + "Data writes. Example: CloudSQL Users create", + "Data reads. Example: CloudSQL Users list" + ], + "type": "string" + } + }, + "type": "object" + }, + "Binding": { + "description": "Associates `members`, or principals, with a `role`.", + "id": "Binding", + "properties": { + "condition": { + "$ref": "Expr", + "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)." + }, + "members": { + "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "role": { + "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).", + "type": "string" + } + }, + "type": "object" + }, "Catalog": { "description": "Catalog is the container of databases.", "id": "Catalog", @@ -707,6 +909,29 @@ }, "type": "object" }, + "Expr": { + "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", + "id": "Expr", + "properties": { + "description": { + "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.", + "type": "string" + }, + "expression": { + "description": "Textual representation of an expression in Common Expression Language syntax.", + "type": "string" + }, + "location": { + "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.", + "type": "string" + }, + "title": { + "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.", + "type": "string" + } + }, + "type": "object" + }, "HiveDatabaseOptions": { "description": "Options of a Hive database.", "id": "HiveDatabaseOptions", @@ -801,6 +1026,37 @@ }, "type": "object" }, + "Policy": { + "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).", + "id": "Policy", + "properties": { + "auditConfigs": { + "description": "Specifies cloud audit logging configuration for this policy.", + "items": { + "$ref": "AuditConfig" + }, + "type": "array" + }, + "bindings": { + "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.", + "items": { + "$ref": "Binding" + }, + "type": "array" + }, + "etag": { + "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.", + "format": "byte", + "type": "string" + }, + "version": { + "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "RenameTableRequest": { "description": "Request message for the RenameTable method in MetastoreService", "id": "RenameTableRequest", @@ -823,6 +1079,22 @@ }, "type": "object" }, + "SetIamPolicyRequest": { + "description": "Request message for `SetIamPolicy` method.", + "id": "SetIamPolicyRequest", + "properties": { + "policy": { + "$ref": "Policy", + "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them." + }, + "updateMask": { + "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`", + "format": "google-fieldmask", + "type": "string" + } + }, + "type": "object" + }, "StorageDescriptor": { "description": "Stores physical storage information of the data.", "id": "StorageDescriptor", diff --git a/DiscoveryJson/bigquery.v2.json b/DiscoveryJson/bigquery.v2.json index d8669469d1a..7c59c782122 100644 --- a/DiscoveryJson/bigquery.v2.json +++ b/DiscoveryJson/bigquery.v2.json @@ -2375,7 +2375,7 @@ } } }, - "revision": "20250928", + "revision": "20251012", "rootUrl": "https://bigquery.googleapis.com/", "schemas": { "AggregateClassificationMetrics": { @@ -5185,6 +5185,10 @@ "$ref": "TableReference", "description": "The base table reference." }, + "indexId": { + "description": "The index id.", + "type": "string" + }, "postIndexPruningParallelInputCount": { "description": "The number of parallel inputs after index pruning.", "format": "int64", diff --git a/DiscoveryJson/bigquerydatapolicy.v2.json b/DiscoveryJson/bigquerydatapolicy.v2.json new file mode 100644 index 00000000000..f64b40413d6 --- /dev/null +++ b/DiscoveryJson/bigquerydatapolicy.v2.json @@ -0,0 +1,802 @@ +{ + "auth": { + "oauth2": { + "scopes": { + "https://www.googleapis.com/auth/bigquery": { + "description": "View and manage your data in Google BigQuery and see the email address for your Google Account" + }, + "https://www.googleapis.com/auth/cloud-platform": { + "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." + } + } + } + }, + "basePath": "", + "baseUrl": "https://bigquerydatapolicy.googleapis.com/", + "batchPath": "batch", + "canonicalName": "BigQuery DataPolicy Service", + "description": "Allows users to manage BigQuery data policies.", + "discoveryVersion": "v1", + "documentationLink": "https://cloud.google.com/bigquery/docs/column-data-masking", + "fullyEncodeReservedExpansion": true, + "icons": { + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" + }, + "id": "bigquerydatapolicy:v2", + "kind": "discovery#restDescription", + "mtlsRootUrl": "https://bigquerydatapolicy.mtls.googleapis.com/", + "name": "bigquerydatapolicy", + "ownerDomain": "google.com", + "ownerName": "Google", + "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, + "alt": { + "default": "json", + "description": "Data format for response.", + "enum": [ + "json", + "media", + "proto" + ], + "enumDescriptions": [ + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" + ], + "location": "query", + "type": "string" + }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, + "fields": { + "description": "Selector specifying which fields to include in a partial response.", + "location": "query", + "type": "string" + }, + "key": { + "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", + "location": "query", + "type": "string" + }, + "oauth_token": { + "description": "OAuth 2.0 token for the current user.", + "location": "query", + "type": "string" + }, + "prettyPrint": { + "default": "true", + "description": "Returns response with indentations and line breaks.", + "location": "query", + "type": "boolean" + }, + "quotaUser": { + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", + "location": "query", + "type": "string" + }, + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", + "location": "query", + "type": "string" + }, + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", + "location": "query", + "type": "string" + } + }, + "protocol": "rest", + "resources": { + "projects": { + "resources": { + "locations": { + "resources": { + "dataPolicies": { + "methods": { + "addGrantees": { + "description": "Adds new grantees to a data policy. The new grantees will be added to the existing grantees. If the request contains a duplicate grantee, the grantee will be ignored. If the request contains a grantee that already exists, the grantee will be ignored.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}:addGrantees", + "httpMethod": "POST", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.addGrantees", + "parameterOrder": [ + "dataPolicy" + ], + "parameters": { + "dataPolicy": { + "description": "Required. Resource name of this data policy, in the format of `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+dataPolicy}:addGrantees", + "request": { + "$ref": "AddGranteesRequest" + }, + "response": { + "$ref": "DataPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a new data policy under a project with the given `data_policy_id` (used as the display name), and data policy type.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies", + "httpMethod": "POST", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. Resource name of the project that the data policy will belong to. The format is `projects/{project_number}/locations/{location_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+parent}/dataPolicies", + "request": { + "$ref": "CreateDataPolicyRequest" + }, + "response": { + "$ref": "DataPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes the data policy specified by its resource name.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}", + "httpMethod": "DELETE", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the data policy to delete. Format is `projects/{project_number}/locations/{location_id}/dataPolicies/{id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the data policy specified by its resource name.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}", + "httpMethod": "GET", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the requested data policy. Format is `projects/{project_number}/locations/{location_id}/dataPolicies/{id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}", + "response": { + "$ref": "DataPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the IAM policy for the specified data policy.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}:getIamPolicy", + "httpMethod": "POST", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+resource}:getIamPolicy", + "request": { + "$ref": "GetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "List all of the data policies in the specified parent project.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies", + "httpMethod": "GET", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filters the data policies by policy tags that they are associated with. Currently filter only supports \"policy_tag\" based filtering and OR based predicates. Sample filter can be \"policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3\". You may also use wildcard such as \"policy_tag: projects/1/locations/us/taxonomies/2*\". Please note that OR predicates cannot be used with wildcard filters.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The `nextPageToken` value returned from a previous list request, if any. If not set, defaults to an empty string.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Resource name of the project for which to list data policies. Format is `projects/{project_number}/locations/{location_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+parent}/dataPolicies", + "response": { + "$ref": "ListDataPoliciesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates the metadata for an existing data policy. The target data policy can be specified by the resource name.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}", + "httpMethod": "PATCH", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "allowMissing": { + "description": "Optional. If set to true, and the data policy is not found, a new data policy will be created. In this situation, update_mask is ignored.", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Identifier. Resource name of this data policy, in the format of `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update. Updates to the `name` and `dataPolicyId` fields are not allowed.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v2/{+name}", + "request": { + "$ref": "DataPolicy" + }, + "response": { + "$ref": "DataPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "removeGrantees": { + "description": "Removes grantees from a data policy. The grantees will be removed from the existing grantees. If the request contains a grantee that does not exist, the grantee will be ignored.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}:removeGrantees", + "httpMethod": "POST", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.removeGrantees", + "parameterOrder": [ + "dataPolicy" + ], + "parameters": { + "dataPolicy": { + "description": "Required. Resource name of this data policy, in the format of `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+dataPolicy}:removeGrantees", + "request": { + "$ref": "RemoveGranteesRequest" + }, + "response": { + "$ref": "DataPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the IAM policy for the specified data policy.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}:setIamPolicy", + "httpMethod": "POST", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns the caller's permission on the specified data policy resource.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/dataPolicies/{dataPoliciesId}:testIamPermissions", + "httpMethod": "POST", + "id": "bigquerydatapolicy.projects.locations.dataPolicies.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + } + } + } + }, + "revision": "20251001", + "rootUrl": "https://bigquerydatapolicy.googleapis.com/", + "schemas": { + "AddGranteesRequest": { + "description": "Request message for the AddGrantees method.", + "id": "AddGranteesRequest", + "properties": { + "grantees": { + "description": "Required. IAM principal that should be granted Fine Grained Access to the underlying data goverened by the data policy. The target data policy is determined by the `data_policy` field. Uses the [IAM V2 principal syntax](https://cloud.google.com/iam/docs/principal-identifiers#v2). Supported principal types: * User * Group * Service account", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AuditConfig": { + "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.", + "id": "AuditConfig", + "properties": { + "auditLogConfigs": { + "description": "The configuration for logging of each type of permission.", + "items": { + "$ref": "AuditLogConfig" + }, + "type": "array" + }, + "service": { + "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.", + "type": "string" + } + }, + "type": "object" + }, + "AuditLogConfig": { + "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.", + "id": "AuditLogConfig", + "properties": { + "exemptedMembers": { + "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.", + "items": { + "type": "string" + }, + "type": "array" + }, + "logType": { + "description": "The log type that this config enables.", + "enum": [ + "LOG_TYPE_UNSPECIFIED", + "ADMIN_READ", + "DATA_WRITE", + "DATA_READ" + ], + "enumDescriptions": [ + "Default case. Should never be this.", + "Admin reads. Example: CloudIAM getIamPolicy", + "Data writes. Example: CloudSQL Users create", + "Data reads. Example: CloudSQL Users list" + ], + "type": "string" + } + }, + "type": "object" + }, + "Binding": { + "description": "Associates `members`, or principals, with a `role`.", + "id": "Binding", + "properties": { + "condition": { + "$ref": "Expr", + "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)." + }, + "members": { + "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "role": { + "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).", + "type": "string" + } + }, + "type": "object" + }, + "CreateDataPolicyRequest": { + "description": "Request message for the CreateDataPolicy method.", + "id": "CreateDataPolicyRequest", + "properties": { + "dataPolicy": { + "$ref": "DataPolicy", + "description": "Required. The data policy to create. The `name` field does not need to be provided for the data policy creation." + }, + "dataPolicyId": { + "description": "Required. User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.", + "type": "string" + } + }, + "type": "object" + }, + "DataMaskingPolicy": { + "description": "The policy used to specify data masking rule.", + "id": "DataMaskingPolicy", + "properties": { + "predefinedExpression": { + "description": "Optional. A predefined masking expression.", + "enum": [ + "PREDEFINED_EXPRESSION_UNSPECIFIED", + "SHA256", + "ALWAYS_NULL", + "DEFAULT_MASKING_VALUE", + "LAST_FOUR_CHARACTERS", + "FIRST_FOUR_CHARACTERS", + "EMAIL_MASK", + "DATE_YEAR_MASK", + "RANDOM_HASH" + ], + "enumDescriptions": [ + "Default, unspecified predefined expression. No masking will take place since no expression is specified.", + "Masking expression to replace data with SHA-256 hash.", + "Masking expression to replace data with NULLs.", + "Masking expression to replace data with their default masking values. The default masking values for each type listed as below: * STRING: \"\" * BYTES: b'' * INTEGER: 0 * FLOAT: 0.0 * NUMERIC: 0 * BOOLEAN: FALSE * TIMESTAMP: 1970-01-01 00:00:00 UTC * DATE: 1970-01-01 * TIME: 00:00:00 * DATETIME: 1970-01-01T00:00:00 * GEOGRAPHY: POINT(0 0) * BIGNUMERIC: 0 * ARRAY: [] * STRUCT: NOT_APPLICABLE * JSON: NULL", + "Masking expression shows the last four characters of text. The masking behavior is as follows: * If text length > 4 characters: Replace text with XXXXX, append last four characters of original text. * If text length <= 4 characters: Apply SHA-256 hash.", + "Masking expression shows the first four characters of text. The masking behavior is as follows: * If text length > 4 characters: Replace text with XXXXX, prepend first four characters of original text. * If text length <= 4 characters: Apply SHA-256 hash.", + "Masking expression for email addresses. The masking behavior is as follows: * Syntax-valid email address: Replace username with XXXXX. For example, cloudysanfrancisco@gmail.com becomes XXXXX@gmail.com. * Syntax-invalid email address: Apply SHA-256 hash. For more information, see [Email mask](https://cloud.google.com/bigquery/docs/column-data-masking-intro#masking_options).", + "Masking expression to only show the *year* of `Date`, `DateTime` and `TimeStamp`. For example, with the year 2076: * DATE : 2076-01-01 * DATETIME : 2076-01-01T00:00:00 * TIMESTAMP : 2076-01-01 00:00:00 UTC Truncation occurs according to the UTC time zone. To change this, adjust the default time zone using the `time_zone` system variable. For more information, see [System variables reference](https://cloud.google.com/bigquery/docs/reference/system-variables).", + "Masking expression that uses hashing to mask column data. It differs from SHA256 in that a unique random value is generated for each query and is added to the hash input, resulting in the hash / masked result to be different for each query. Hence the name \"random hash\"." + ], + "type": "string" + }, + "routine": { + "description": "Optional. The name of the BigQuery routine that contains the custom masking routine, in the format of `projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}`.", + "type": "string" + } + }, + "type": "object" + }, + "DataPolicy": { + "description": "Represents the label-policy binding.", + "id": "DataPolicy", + "properties": { + "dataMaskingPolicy": { + "$ref": "DataMaskingPolicy", + "description": "Optional. The data masking policy that specifies the data masking rule to use. It must be set if the data policy type is DATA_MASKING_POLICY." + }, + "dataPolicyId": { + "description": "Output only. User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.", + "readOnly": true, + "type": "string" + }, + "dataPolicyType": { + "description": "Required. Type of data policy.", + "enum": [ + "DATA_POLICY_TYPE_UNSPECIFIED", + "DATA_MASKING_POLICY", + "RAW_DATA_ACCESS_POLICY", + "COLUMN_LEVEL_SECURITY_POLICY" + ], + "enumDescriptions": [ + "Default value for the data policy type. This should not be used.", + "Used to create a data policy for data masking.", + "Used to create a data policy for raw data access.", + "Used to create a data policy for column-level security, without data masking. This is deprecated in V2 api and only present to support GET and LIST operations for V1 data policies in V2 api." + ], + "type": "string" + }, + "etag": { + "description": "The etag for this Data Policy. This field is used for UpdateDataPolicy calls. If Data Policy exists, this field is required and must match the server's etag. It will also be populated in the response of GetDataPolicy, CreateDataPolicy, and UpdateDataPolicy calls.", + "type": "string" + }, + "grantees": { + "description": "Optional. The list of IAM principals that have Fine Grained Access to the underlying data goverened by this data policy. Uses the [IAM V2 principal syntax](https://cloud.google.com/iam/docs/principal-identifiers#v2) Only supports principal types users, groups, serviceaccounts, cloudidentity. This field is supported in V2 Data Policy only. In case of V1 data policies (i.e. verion = 1 and policy_tag is set), this field is not populated.", + "items": { + "type": "string" + }, + "type": "array" + }, + "name": { + "description": "Identifier. Resource name of this data policy, in the format of `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`.", + "type": "string" + }, + "policyTag": { + "description": "Output only. Policy tag resource name, in the format of `projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}`. policy_tag is supported only for V1 data policies.", + "readOnly": true, + "type": "string" + }, + "version": { + "description": "Output only. The version of the Data Policy resource.", + "enum": [ + "VERSION_UNSPECIFIED", + "V1", + "V2" + ], + "enumDescriptions": [ + "Default value for the data policy version. This should not be used.", + "V1 data policy version. V1 Data Policies will be present in V2 List api response, but can not be created/updated/deleted from V2 api.", + "V2 data policy version." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Empty": { + "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", + "id": "Empty", + "properties": {}, + "type": "object" + }, + "Expr": { + "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", + "id": "Expr", + "properties": { + "description": { + "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.", + "type": "string" + }, + "expression": { + "description": "Textual representation of an expression in Common Expression Language syntax.", + "type": "string" + }, + "location": { + "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.", + "type": "string" + }, + "title": { + "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.", + "type": "string" + } + }, + "type": "object" + }, + "GetIamPolicyRequest": { + "description": "Request message for `GetIamPolicy` method.", + "id": "GetIamPolicyRequest", + "properties": { + "options": { + "$ref": "GetPolicyOptions", + "description": "OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`." + } + }, + "type": "object" + }, + "GetPolicyOptions": { + "description": "Encapsulates settings provided to GetIamPolicy.", + "id": "GetPolicyOptions", + "properties": { + "requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "ListDataPoliciesResponse": { + "description": "Response message for the ListDataPolicies method.", + "id": "ListDataPoliciesResponse", + "properties": { + "dataPolicies": { + "description": "Data policies that belong to the requested project.", + "items": { + "$ref": "DataPolicy" + }, + "type": "array" + }, + "nextPageToken": { + "description": "Token used to retrieve the next page of results, or empty if there are no more results.", + "type": "string" + } + }, + "type": "object" + }, + "Policy": { + "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).", + "id": "Policy", + "properties": { + "auditConfigs": { + "description": "Specifies cloud audit logging configuration for this policy.", + "items": { + "$ref": "AuditConfig" + }, + "type": "array" + }, + "bindings": { + "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.", + "items": { + "$ref": "Binding" + }, + "type": "array" + }, + "etag": { + "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.", + "format": "byte", + "type": "string" + }, + "version": { + "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "RemoveGranteesRequest": { + "description": "Request message for the RemoveGrantees method.", + "id": "RemoveGranteesRequest", + "properties": { + "grantees": { + "description": "Required. IAM principal that should be revoked from Fine Grained Access to the underlying data goverened by the data policy. The target data policy is determined by the `data_policy` field. Uses the [IAM V2 principal syntax](https://cloud.google.com/iam/docs/principal-identifiers#v2). Supported principal types: * User * Group * Service account", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "SetIamPolicyRequest": { + "description": "Request message for `SetIamPolicy` method.", + "id": "SetIamPolicyRequest", + "properties": { + "policy": { + "$ref": "Policy", + "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them." + }, + "updateMask": { + "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`", + "format": "google-fieldmask", + "type": "string" + } + }, + "type": "object" + }, + "TestIamPermissionsRequest": { + "description": "Request message for `TestIamPermissions` method.", + "id": "TestIamPermissionsRequest", + "properties": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "TestIamPermissionsResponse": { + "description": "Response message for `TestIamPermissions` method.", + "id": "TestIamPermissionsResponse", + "properties": { + "permissions": { + "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "servicePath": "", + "title": "BigQuery Data Policy API", + "version": "v2", + "version_module": true +} \ No newline at end of file diff --git a/DiscoveryJson/bigquerydatatransfer.v1.json b/DiscoveryJson/bigquerydatatransfer.v1.json index 585a6c4e8f9..c04bad5e018 100644 --- a/DiscoveryJson/bigquerydatatransfer.v1.json +++ b/DiscoveryJson/bigquerydatatransfer.v1.json @@ -418,7 +418,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1488,7 +1488,7 @@ } } }, - "revision": "20250906", + "revision": "20251105", "rootUrl": "https://bigquerydatatransfer.googleapis.com/", "schemas": { "CheckValidCredsRequest": { @@ -2134,6 +2134,20 @@ "description": "Output only. Error code with detailed information about reason of the latest config failure.", "readOnly": true }, + "managedTableType": { + "description": "The classification of the destination table.", + "enum": [ + "MANAGED_TABLE_TYPE_UNSPECIFIED", + "NATIVE", + "BIGLAKE" + ], + "enumDescriptions": [ + "Type unspecified. This defaults to `NATIVE` table.", + "The managed table is a native BigQuery table. This is the default value.", + "The managed table is a BigQuery table for Apache Iceberg (formerly BigLake managed tables), with a BigLake configuration." + ], + "type": "string" + }, "name": { "description": "Identifier. The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.", "type": "string" diff --git a/DiscoveryJson/bigqueryreservation.v1.json b/DiscoveryJson/bigqueryreservation.v1.json index b611abee2c4..99d5d7a4780 100644 --- a/DiscoveryJson/bigqueryreservation.v1.json +++ b/DiscoveryJson/bigqueryreservation.v1.json @@ -1267,7 +1267,7 @@ } } }, - "revision": "20250907", + "revision": "20251009", "rootUrl": "https://bigqueryreservation.googleapis.com/", "schemas": { "Assignment": { @@ -1313,6 +1313,10 @@ "readOnly": true, "type": "string" }, + "schedulingPolicy": { + "$ref": "SchedulingPolicy", + "description": "Optional. The scheduling policy to use for jobs and queries of this assignee when running under the associated reservation. The scheduling policy controls how the reservation's resources are distributed. This overrides the default scheduling policy specified on the reservation. This feature is not yet generally available." + }, "state": { "description": "Output only. State of the assignment.", "enum": [ @@ -1916,6 +1920,10 @@ ], "type": "string" }, + "schedulingPolicy": { + "$ref": "SchedulingPolicy", + "description": "Optional. The scheduling policy to use for jobs and queries running under this reservation. The scheduling policy controls how the reservation's resources are distributed. This feature is not yet generally available." + }, "secondaryLocation": { "description": "Optional. The current location of the reservation's secondary replica. This field is only set for reservations using the managed disaster recovery feature. Users can set this in create reservation calls to create a failover reservation or in update reservation calls to convert a non-failover reservation to a failover reservation(or vice versa).", "type": "string" @@ -1945,6 +1953,23 @@ }, "type": "object" }, + "SchedulingPolicy": { + "description": "The scheduling policy controls how a reservation's resources are distributed.", + "id": "SchedulingPolicy", + "properties": { + "concurrency": { + "description": "Optional. If present and > 0, the reservation will attempt to limit the concurrency of jobs running for any particular project within it to the given value. This feature is not yet generally available.", + "format": "int64", + "type": "string" + }, + "maxSlots": { + "description": "Optional. If present and > 0, the reservation will attempt to limit the slot consumption of queries running for any particular project within it to the given value. This feature is not yet generally available.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "SearchAllAssignmentsResponse": { "description": "The response for ReservationService.SearchAllAssignments.", "id": "SearchAllAssignmentsResponse", diff --git a/DiscoveryJson/bigtableadmin.v2.json b/DiscoveryJson/bigtableadmin.v2.json index 76775911926..85546a19c3e 100644 --- a/DiscoveryJson/bigtableadmin.v2.json +++ b/DiscoveryJson/bigtableadmin.v2.json @@ -199,6 +199,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -1689,6 +1694,23 @@ "pattern": "^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. Describes which of the materialized view's fields should be populated in the response. Defaults to SCHEMA_VIEW.", + "enum": [ + "VIEW_UNSPECIFIED", + "SCHEMA_VIEW", + "REPLICATION_VIEW", + "FULL" + ], + "enumDescriptions": [ + "Uses the default view for each method as documented in its request.", + "Only populates fields related to the materialized view's schema.", + "Only populates fields related to the materialized view's replication state.", + "Populates all fields." + ], + "location": "query", + "type": "string" } }, "path": "v2/{+name}", @@ -1763,6 +1785,23 @@ "pattern": "^projects/[^/]+/instances/[^/]+$", "required": true, "type": "string" + }, + "view": { + "description": "Optional. Describes which of the materialized view's fields should be populated in the response. For now, only the default value SCHEMA_VIEW is supported.", + "enum": [ + "VIEW_UNSPECIFIED", + "SCHEMA_VIEW", + "REPLICATION_VIEW", + "FULL" + ], + "enumDescriptions": [ + "Uses the default view for each method as documented in its request.", + "Only populates fields related to the materialized view's schema.", + "Only populates fields related to the materialized view's replication state.", + "Populates all fields." + ], + "location": "query", + "type": "string" } }, "path": "v2/{+parent}/materializedViews", @@ -3031,7 +3070,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -3079,7 +3118,7 @@ } } }, - "revision": "20250912", + "revision": "20251026", "rootUrl": "https://bigtableadmin.googleapis.com/", "schemas": { "AppProfile": { @@ -3588,7 +3627,7 @@ }, "valueType": { "$ref": "Type", - "description": "The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations" + "description": "The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. This field is mutually exclusive with `sql_type`. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations" } }, "type": "object" @@ -4195,6 +4234,28 @@ }, "type": "object" }, + "GoogleBigtableAdminV2MaterializedViewClusterState": { + "description": "The state of a materialized view's data in a particular cluster.", + "id": "GoogleBigtableAdminV2MaterializedViewClusterState", + "properties": { + "replicationState": { + "description": "Output only. The state of the materialized view in this cluster.", + "enum": [ + "STATE_NOT_KNOWN", + "INITIALIZING", + "READY" + ], + "enumDescriptions": [ + "The state of the materialized view is unknown in this cluster.", + "The cluster or view was recently created, and the materialized view must finish backfilling before it can begin serving Data API requests.", + "The materialized view can serve Data API requests from this cluster. Depending on materialization and replication delay, reads may not immediately reflect the state of the materialized view in other clusters." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleBigtableAdminV2TypeAggregate": { "description": "A value that combines incremental updates into a summarized value. Data is never directly written or read using type `Aggregate`. Writes provide either the `input_type` or `state_type`, and reads always return the `state_type` .", "id": "GoogleBigtableAdminV2TypeAggregate", @@ -4879,6 +4940,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -4980,6 +5048,14 @@ "description": "A materialized view object that can be referenced in SQL queries.", "id": "MaterializedView", "properties": { + "clusterStates": { + "additionalProperties": { + "$ref": "GoogleBigtableAdminV2MaterializedViewClusterState" + }, + "description": "Output only. Map from cluster ID to per-cluster materialized view state. If it could not be determined whether or not the materialized view has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with `STATE_NOT_KNOWN` state. Views: `REPLICATION_VIEW`, `FULL`.", + "readOnly": true, + "type": "object" + }, "deletionProtection": { "description": "Set to true to make the MaterializedView protected against deletion. Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.", "type": "boolean" diff --git a/DiscoveryJson/businessprofileperformance.v1.json b/DiscoveryJson/businessprofileperformance.v1.json index 0e66bace4cf..a3cad61acb5 100644 --- a/DiscoveryJson/businessprofileperformance.v1.json +++ b/DiscoveryJson/businessprofileperformance.v1.json @@ -123,6 +123,20 @@ "BUSINESS_FOOD_ORDERS", "BUSINESS_FOOD_MENU_CLICKS" ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + true, + false + ], "enumDescriptions": [ "Represents the default unknown value.", "Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.", @@ -215,6 +229,20 @@ "BUSINESS_FOOD_ORDERS", "BUSINESS_FOOD_MENU_CLICKS" ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + true, + false + ], "enumDescriptions": [ "Represents the default unknown value.", "Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.", @@ -417,7 +445,7 @@ } } }, - "revision": "20241002", + "revision": "20251026", "rootUrl": "https://businessprofileperformance.googleapis.com/", "schemas": { "DailyMetricTimeSeries": { @@ -440,6 +468,20 @@ "BUSINESS_FOOD_ORDERS", "BUSINESS_FOOD_MENU_CLICKS" ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + true, + false + ], "enumDescriptions": [ "Represents the default unknown value.", "Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.", diff --git a/DiscoveryJson/calendar.v3.json b/DiscoveryJson/calendar.v3.json index a3d4a2820aa..2db08486e95 100644 --- a/DiscoveryJson/calendar.v3.json +++ b/DiscoveryJson/calendar.v3.json @@ -736,7 +736,7 @@ ] }, "insert": { - "description": "Creates a secondary calendar.", + "description": "Creates a secondary calendar.\nThe authenticated user for the request is made the data owner of the new calendar.\n\nNote: We recommend to authenticate as the intended data owner of the calendar. You can use domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a service account for authentication. If you use a service account for authentication, the service account is the data owner, which can lead to unexpected behavior. For example, if a service account is the data owner, data ownership cannot be transferred.", "httpMethod": "POST", "id": "calendar.calendars.insert", "path": "calendars", @@ -1890,7 +1890,7 @@ } } }, - "revision": "20250404", + "revision": "20251028", "rootUrl": "https://www.googleapis.com/", "schemas": { "Acl": { @@ -1945,7 +1945,7 @@ "calendar.acl.insert" ] }, - "description": "The role assigned to the scope. Possible values are: \n- \"none\" - Provides no access. \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. Provides read access to the calendar's ACLs. \n- \"owner\" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to manipulate ACLs.", + "description": "The role assigned to the scope. Possible values are: \n- \"none\" - Provides no access. \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. Provides read access to the calendar's ACLs. \n- \"owner\" - Provides manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to modify access levels of other users.\nImportant: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.", "type": "string" }, "scope": { @@ -1984,6 +1984,10 @@ "$ref": "ConferenceProperties", "description": "Conferencing properties for this calendar, for example what types of conferences are allowed." }, + "dataOwner": { + "description": "The email of the owner of the calendar. Set only for secondary calendars. Read-only.", + "type": "string" + }, "description": { "description": "Description of the calendar. Optional.", "type": "string" @@ -2055,7 +2059,7 @@ "id": "CalendarListEntry", "properties": { "accessRole": { - "description": "The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.", + "description": "The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - Provides manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to see and modify access levels of other users.\nImportant: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.", "type": "string" }, "backgroundColor": { @@ -2070,6 +2074,10 @@ "$ref": "ConferenceProperties", "description": "Conferencing properties for this calendar, for example what types of conferences are allowed." }, + "dataOwner": { + "description": "The email of the owner of the calendar. Set only for secondary calendars. Read-only.", + "type": "string" + }, "defaultReminders": { "description": "The default reminders that the authenticated user has for this calendar.", "items": { @@ -3015,7 +3023,7 @@ "id": "Events", "properties": { "accessRole": { - "description": "The user's access role for this calendar. Read-only. Possible values are: \n- \"none\" - The user has no access. \n- \"freeBusyReader\" - The user has read access to free/busy information. \n- \"reader\" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - The user has ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.", + "description": "The user's access role for this calendar. Read-only. Possible values are: \n- \"none\" - The user has no access. \n- \"freeBusyReader\" - The user has read access to free/busy information. \n- \"reader\" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - The user has manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to see and modify access levels of other users.\nImportant: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.", "type": "string" }, "defaultReminders": { diff --git a/DiscoveryJson/certificatemanager.v1.json b/DiscoveryJson/certificatemanager.v1.json index 4a57c017c4a..236581e9071 100644 --- a/DiscoveryJson/certificatemanager.v1.json +++ b/DiscoveryJson/certificatemanager.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1325,7 +1325,7 @@ } } }, - "revision": "20250924", + "revision": "20251027", "rootUrl": "https://certificatemanager.googleapis.com/", "schemas": { "AllowlistedCertificate": { diff --git a/DiscoveryJson/chat.v1.json b/DiscoveryJson/chat.v1.json index 19db2c8d6d8..95463de7cc5 100644 --- a/DiscoveryJson/chat.v1.json +++ b/DiscoveryJson/chat.v1.json @@ -101,7 +101,7 @@ "canonicalName": "Hangouts Chat", "description": "The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.", "discoveryVersion": "v1", - "documentationLink": "https://developers.google.com/hangouts/chat", + "documentationLink": "https://developers.google.com/workspace/chat", "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -1535,7 +1535,7 @@ } } }, - "revision": "20250930", + "revision": "20251109", "rootUrl": "https://chat.googleapis.com/", "schemas": { "AccessSettings": { @@ -1802,7 +1802,7 @@ "readOnly": true }, "name": { - "description": "Optional. Resource name of the attachment, in the form `spaces/{space}/messages/{message}/attachments/{attachment}`.", + "description": "Identifier. Resource name of the attachment. Format: `spaces/{space}/messages/{message}/attachments/{attachment}`.", "type": "string" }, "source": { @@ -2077,7 +2077,7 @@ "The add-on launches from Google Sheets.", "The add-on launches from Google Slides.", "The add-on launches from Google Drawings.", - "A Google Chat app. Not used for Google Workspace add-ons." + "A Google Chat app." ], "type": "string" }, @@ -2243,7 +2243,7 @@ "enumDescriptions": [ "This value is unused.", "User deleted their own message.", - "A space manager deleted the message.", + "An owner or manager deleted the message.", "A Google Workspace administrator deleted the message. Administrators can delete any message in the space, including messages sent by any space member or Chat app.", "A Chat app deleted its own message when it expired.", "A Chat app deleted the message on behalf of the creator (using user authentication).", @@ -2649,7 +2649,7 @@ "type": "string" }, "expressionData": { - "description": "The expression data for the card. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "The expression data for the card. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "items": { "$ref": "GoogleAppsCardV1ExpressionData" }, @@ -2961,7 +2961,7 @@ "type": "object" }, "GoogleAppsCardV1CommonWidgetAction": { - "description": "Represents an action that is not specific to a widget. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Represents an action that is not specific to a widget. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1CommonWidgetAction", "properties": { "updateVisibilityAction": { @@ -2972,7 +2972,7 @@ "type": "object" }, "GoogleAppsCardV1Condition": { - "description": "Represents a condition that can be used to trigger an action. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Represents a condition that can be used to trigger an action. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1Condition", "properties": { "actionRuleId": { @@ -2987,7 +2987,7 @@ "type": "object" }, "GoogleAppsCardV1DataSourceConfig": { - "description": "A configuration object that helps configure the data sources for a widget. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "A configuration object that helps configure the data sources for a widget. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1DataSourceConfig", "properties": { "platformDataSource": { @@ -3007,7 +3007,7 @@ "properties": { "hostAppDataSource": { "$ref": "HostAppDataSourceMarkup", - "description": "A data source that's unique to a Google Workspace host application, such as Gmail emails, Google Calendar events, or Google Chat messages. Only supported by Google Workspace Workflows, but not Google Chat API or Google Workspace Add-ons." + "description": "A data source that's unique to a Google Workspace host application, such as Gmail emails, Google Calendar events, or Google Chat messages. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps." }, "label": { "description": "The text that prompts users to input a date, a time, or a date and time. For example, if users are scheduling an appointment, use a label such as `Appointment date` or `Appointment date and time`.", @@ -3131,7 +3131,7 @@ "type": "object" }, "GoogleAppsCardV1EventAction": { - "description": "Represents an actionthat can be performed on an ui element. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Represents an actionthat can be performed on an ui element. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1EventAction", "properties": { "actionRuleId": { @@ -3153,7 +3153,7 @@ "type": "object" }, "GoogleAppsCardV1ExpressionData": { - "description": "Represents the data that is used to evaluate an expression. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Represents the data that is used to evaluate an expression. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1ExpressionData", "properties": { "conditions": { @@ -3182,7 +3182,7 @@ "type": "object" }, "GoogleAppsCardV1ExpressionDataCondition": { - "description": "Represents a condition that is evaluated using CEL. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Represents a condition that is evaluated using CEL. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1ExpressionDataCondition", "properties": { "conditionType": { @@ -3560,7 +3560,7 @@ "type": "string" }, "id": { - "description": "A unique ID assigned to the section that's used to identify the section to be mutated. The ID has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "A unique ID assigned to the section that's used to identify the section to be mutated. The ID has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "type": "string" }, "uncollapsibleWidgetsCount": { @@ -3583,7 +3583,7 @@ "id": "GoogleAppsCardV1SelectionInput", "properties": { "dataSourceConfigs": { - "description": "Optional. The data source configs for the selection control. This field provides more fine-grained control over the data source. If specified, the `multi_select_max_selected_items` field, `multi_select_min_query_length` field, `external_data_source` field and `platform_data_source` field are ignored. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Optional. The data source configs for the selection control. This field provides more fine-grained control over the data source. If specified, the `multi_select_max_selected_items` field, `multi_select_min_query_length` field, `external_data_source` field and `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "items": { "$ref": "GoogleAppsCardV1DataSourceConfig" }, @@ -3594,7 +3594,7 @@ "description": "An external data source, such as a relational database." }, "hintText": { - "description": "Optional. Text that appears below the selection input field meant to assist users by prompting them to enter a certain value. This text is always visible. Only supported by Google Workspace Workflows, but not Google Chat API or Google Workspace Add-ons.", + "description": "Optional. Text that appears below the selection input field meant to assist users by prompting them to enter a certain value. This text is always visible. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "type": "string" }, "items": { @@ -3753,7 +3753,7 @@ }, "hostAppDataSource": { "$ref": "HostAppDataSourceMarkup", - "description": "A data source that's unique to a Google Workspace host application, such as Gmail emails, Google Calendar events, or Google Chat messages. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons." + "description": "A data source that's unique to a Google Workspace host application, such as Gmail emails, Google Calendar events, or Google Chat messages. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps." }, "initialSuggestions": { "$ref": "GoogleAppsCardV1Suggestions", @@ -3829,7 +3829,7 @@ "type": "object" }, "GoogleAppsCardV1Trigger": { - "description": "Represents a trigger. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Represents a trigger. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1Trigger", "properties": { "actionRuleId": { @@ -3840,7 +3840,7 @@ "type": "object" }, "GoogleAppsCardV1UpdateVisibilityAction": { - "description": "Represents an action that updates the visibility of a widget. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Represents an action that updates the visibility of a widget. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "id": "GoogleAppsCardV1UpdateVisibilityAction", "properties": { "visibility": { @@ -3925,7 +3925,7 @@ "description": "Displays a horizontal line divider between widgets. For example, the following JSON creates a divider: ``` \"divider\": { } ```" }, "eventActions": { - "description": "Specifies the event actions that can be performed on the widget. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Specifies the event actions that can be performed on the widget. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "items": { "$ref": "GoogleAppsCardV1EventAction" }, @@ -3952,7 +3952,7 @@ "type": "string" }, "id": { - "description": "A unique ID assigned to the widget that's used to identify the widget to be mutated. The ID has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+` and. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "A unique ID assigned to the widget that's used to identify the widget to be mutated. The ID has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+` and. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "type": "string" }, "image": { @@ -3972,7 +3972,7 @@ "description": "Displays a text paragraph. Supports simple HTML formatted text. For more information about formatting text, see [Formatting text in Google Chat apps](https://developers.google.com/workspace/chat/format-messages#card-formatting) and [Formatting text in Google Workspace add-ons](https://developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting). For example, the following JSON creates a bolded text: ``` \"textParagraph\": { \"text\": \" *bold text*\" } ```" }, "visibility": { - "description": "Specifies whether the widget is visible or hidden. The default value is `VISIBLE`. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.", + "description": "Specifies whether the widget is visible or hidden. The default value is `VISIBLE`. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.", "enum": [ "VISIBILITY_UNSPECIFIED", "VISIBLE", @@ -4494,12 +4494,14 @@ "enum": [ "MEMBERSHIP_ROLE_UNSPECIFIED", "ROLE_MEMBER", - "ROLE_MANAGER" + "ROLE_MANAGER", + "ROLE_ASSISTANT_MANAGER" ], "enumDescriptions": [ "Default value. For users: they aren't a member of the space, but can be invited. For Google Groups: they're always assigned this role (other enum values might be used in the future).", "A member of the space. In the Chat UI, this role is called Member. The user has basic permissions, like sending messages to the space. Managers and owners can grant members additional permissions in a space, including: - Add or remove members. - Modify space details. - Turn history on or off. - Mention everyone in the space with `@all`. - Manage Chat apps and webhooks installed in the space. In direct messages and unnamed group conversations, everyone has this role.", - "A space owner. In the Chat UI, this role is called Owner. The user has the complete set of space permissions to manage the space, including: - Change the role of other members in the space to member, manager, or owner. - Delete the space. Only supported in SpaceType.SPACE (named spaces). To learn more, see [Learn more about your role as a space owner or manager](https://support.google.com/chat/answer/11833441)." + "A space owner. In the Chat UI, this role is called Owner. The user has the complete set of space permissions to manage the space, including: - Change the role of other members in the space to member, manager, or owner. - Delete the space. Only supported in SpaceType.SPACE (named spaces). To learn more, see [Learn more about your role as a space owner or manager](https://support.google.com/chat/answer/11833441).", + "A space manager. In the Chat UI, this role is called Manager. The user has all basic permissions of `ROLE_MEMBER`, and can be granted a subset of administrative permissions by an owner. By default, managers have all the permissions of an owner except for the ability to: - Delete the space. - Make another space member an owner. - Change an owner's role. By default, managers permissions include but aren't limited to: - Make another member a manager. - Delete messages in the space. - Manage space permissions. - Receive notifications for requests to join the space if the manager has the \"manage members\" permission in the space settings. - Make a space discoverable. Only supported in SpaceType.SPACE (named spaces). To learn more, see [Manage space settings](https://support.google.com/chat/answer/13340792)." ], "type": "string" }, @@ -4708,7 +4710,7 @@ "type": "string" }, "formattedText": { - "description": "Output only. Contains the message `text` with markups added to communicate formatting. This field might not capture all formatting visible in the UI, but includes the following: * [Markup syntax](https://developers.google.com/workspace/chat/format-messages) for bold, italic, strikethrough, monospace, monospace block, and bulleted list. * [User mentions](https://developers.google.com/workspace/chat/format-messages#messages-@mention) using the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first string is the URL and the second is the rendered text\u2014for example, ``. * Custom emoji using the format `:{emoji_name}:`\u2014for example, `:smile:`. This doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a message](https://developers.google.com/workspace/chat/format-messages#view_text_formatting_sent_in_a_message)", + "description": "Output only. Contains the message `text` with markups added to communicate formatting. This field might not capture all formatting visible in the UI, but includes the following: * [Markup syntax](https://developers.google.com/workspace/chat/format-messages) for bold, italic, strikethrough, monospace, monospace block, and bulleted list. * [User mentions](https://developers.google.com/workspace/chat/format-messages#messages-@mention) using the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first string is the URL and the second is the rendered text\u2014for example, ``. * Custom emoji using the format `:{emoji_name}:`\u2014for example, `:smile:`. This doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji. * Bullet list items using asterisks (`*`)\u2014for example, `* item`. For more information, see [View text formatting sent in a message](https://developers.google.com/workspace/chat/format-messages#view_text_formatting_sent_in_a_message)", "readOnly": true, "type": "string" }, @@ -4871,6 +4873,10 @@ "description": "Represents a space permission setting.", "id": "PermissionSetting", "properties": { + "assistantManagersAllowed": { + "description": "Optional. Whether space managers `ROLE_ASSISTANT_MANAGER`) have this permission.", + "type": "boolean" + }, "managersAllowed": { "description": "Optional. Whether space owners (`ROLE_MANAGER`) have this permission.", "type": "boolean" @@ -5199,7 +5205,7 @@ "type": "string" }, "customer": { - "description": "Optional. Immutable. The customer id of the domain of the space. Required only when creating a space with [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps can also use the `customers/my_customer` alias to create the space in the same Google Workspace organization as the app. For DMs, this field isn't populated.", + "description": "Optional. Immutable. The customer id of the domain of the space. Required only when creating a space with [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps can also use the `customers/my_customer` alias to create the space in the same Google Workspace organization as the app. This field isn't populated for direct messages (DMs) or when the space is created by non-Google Workspace users.", "type": "string" }, "displayName": { diff --git a/DiscoveryJson/checks.v1alpha.json b/DiscoveryJson/checks.v1alpha.json index 3b4bfa1f93b..65184a1b211 100644 --- a/DiscoveryJson/checks.v1alpha.json +++ b/DiscoveryJson/checks.v1alpha.json @@ -261,7 +261,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -557,7 +557,7 @@ } } }, - "revision": "20250925", + "revision": "20251112", "rootUrl": "https://checks.googleapis.com/", "schemas": { "CancelOperationRequest": { @@ -2410,7 +2410,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/chromemanagement.v1.json b/DiscoveryJson/chromemanagement.v1.json index 0f953e8ac9d..64e7cf04060 100644 --- a/DiscoveryJson/chromemanagement.v1.json +++ b/DiscoveryJson/chromemanagement.v1.json @@ -350,6 +350,160 @@ } } }, + "certificateProvisioningProcesses": { + "methods": { + "claim": { + "description": "Claims a certificate provisioning process. For each certificate provisioning process, this operation can succeed only for one `caller_instance_id`.", + "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:claim", + "httpMethod": "POST", + "id": "chromemanagement.customers.certificateProvisioningProcesses.claim", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the `CertificateProvisioningProcess` to claim. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.", + "location": "path", + "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:claim", + "request": { + "$ref": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest" + }, + "response": { + "$ref": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse" + } + }, + "get": { + "description": "Retrieves a certificate provisioning process.", + "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}", + "httpMethod": "GET", + "id": "chromemanagement.customers.certificateProvisioningProcesses.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.", + "location": "path", + "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess" + } + }, + "setFailure": { + "description": "Marks a certificate provisioning process as failed.", + "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:setFailure", + "httpMethod": "POST", + "id": "chromemanagement.customers.certificateProvisioningProcesses.setFailure", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.", + "location": "path", + "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:setFailure", + "request": { + "$ref": "GoogleChromeManagementVersionsV1SetFailureRequest" + }, + "response": { + "$ref": "GoogleChromeManagementVersionsV1SetFailureResponse" + } + }, + "signData": { + "description": "Requests the client that initiated a certificate provisioning process to sign data. This should only be called after `ClaimCertificateProvisioningProcess` has been successfully executed.", + "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:signData", + "httpMethod": "POST", + "id": "chromemanagement.customers.certificateProvisioningProcesses.signData", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.", + "location": "path", + "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:signData", + "request": { + "$ref": "GoogleChromeManagementVersionsV1SignDataRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + } + }, + "uploadCertificate": { + "description": "Uploads a successfully issued certificate for a certificate provisioning process.", + "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:uploadCertificate", + "httpMethod": "POST", + "id": "chromemanagement.customers.certificateProvisioningProcesses.uploadCertificate", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.", + "location": "path", + "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:uploadCertificate", + "request": { + "$ref": "GoogleChromeManagementVersionsV1UploadCertificateRequest" + }, + "response": { + "$ref": "GoogleChromeManagementVersionsV1UploadCertificateResponse" + } + } + }, + "resources": { + "operations": { + "methods": { + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "chromemanagement.customers.certificateProvisioningProcesses.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + } + } + } + } + } + }, "profiles": { "methods": { "delete": { @@ -551,6 +705,49 @@ }, "reports": { "methods": { + "countActiveDevices": { + "description": "Get a count of active devices per set time frames.", + "flatPath": "v1/customers/{customersId}/reports:countActiveDevices", + "httpMethod": "GET", + "id": "chromemanagement.customers.reports.countActiveDevices", + "parameterOrder": [ + "customer" + ], + "parameters": { + "customer": { + "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".", + "location": "path", + "pattern": "^customers/[^/]+$", + "required": true, + "type": "string" + }, + "date.day": { + "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "date.month": { + "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "date.year": { + "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", + "format": "int32", + "location": "query", + "type": "integer" + } + }, + "path": "v1/{+customer}/reports:countActiveDevices", + "response": { + "$ref": "GoogleChromeManagementV1CountActiveDevicesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chrome.management.reports.readonly" + ] + }, "countChromeBrowsersNeedingAttention": { "description": "Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.", "flatPath": "v1/customers/{customersId}/reports:countChromeBrowsersNeedingAttention", @@ -779,6 +976,92 @@ "https://www.googleapis.com/auth/chrome.management.reports.readonly" ] }, + "countDevicesPerBootType": { + "description": "Get a count of devices per boot type.", + "flatPath": "v1/customers/{customersId}/reports:countDevicesPerBootType", + "httpMethod": "GET", + "id": "chromemanagement.customers.reports.countDevicesPerBootType", + "parameterOrder": [ + "customer" + ], + "parameters": { + "customer": { + "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".", + "location": "path", + "pattern": "^customers/[^/]+$", + "required": true, + "type": "string" + }, + "date.day": { + "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "date.month": { + "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "date.year": { + "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", + "format": "int32", + "location": "query", + "type": "integer" + } + }, + "path": "v1/{+customer}/reports:countDevicesPerBootType", + "response": { + "$ref": "GoogleChromeManagementV1CountDevicesPerBootTypeResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chrome.management.reports.readonly" + ] + }, + "countDevicesPerReleaseChannel": { + "description": "Get a count of devices per channel.", + "flatPath": "v1/customers/{customersId}/reports:countDevicesPerReleaseChannel", + "httpMethod": "GET", + "id": "chromemanagement.customers.reports.countDevicesPerReleaseChannel", + "parameterOrder": [ + "customer" + ], + "parameters": { + "customer": { + "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".", + "location": "path", + "pattern": "^customers/[^/]+$", + "required": true, + "type": "string" + }, + "date.day": { + "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "date.month": { + "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "date.year": { + "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", + "format": "int32", + "location": "query", + "type": "integer" + } + }, + "path": "v1/{+customer}/reports:countDevicesPerReleaseChannel", + "response": { + "$ref": "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chrome.management.reports.readonly" + ] + }, "countInstalledApps": { "description": "Generate report of app installations.", "flatPath": "v1/customers/{customersId}/reports:countInstalledApps", @@ -1407,9 +1690,103 @@ } } } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "chromemanagement.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^operations/.*$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "GoogleLongrunningCancelOperationRequest" + }, + "response": { + "$ref": "GoogleProtobufEmpty" + } + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "chromemanagement.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^operations/.*$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + } + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/operations", + "httpMethod": "GET", + "id": "chromemanagement.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^operations$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + } + } + } } }, - "revision": "20250820", + "revision": "20251112", "rootUrl": "https://chromemanagement.googleapis.com/", "schemas": { "GoogleChromeManagementV1AndroidAppInfo": { @@ -2127,6 +2504,23 @@ }, "type": "object" }, + "GoogleChromeManagementV1CountActiveDevicesResponse": { + "description": "Response containing the number of active devices.", + "id": "GoogleChromeManagementV1CountActiveDevicesResponse", + "properties": { + "sevenDaysCount": { + "description": "Number of active devices in the 7 days leading up to the date specified in the request.", + "format": "int64", + "type": "string" + }, + "thirtyDaysCount": { + "description": "Number of active devices in the 30 days leading up to the date specified in the request.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "GoogleChromeManagementV1CountChromeAppRequestsResponse": { "description": "Response containing summary of requested app installations.", "id": "GoogleChromeManagementV1CountChromeAppRequestsResponse", @@ -2310,6 +2704,75 @@ }, "type": "object" }, + "GoogleChromeManagementV1CountDevicesPerBootTypeResponse": { + "description": "Response containing the number of devices with the given boot type.", + "id": "GoogleChromeManagementV1CountDevicesPerBootTypeResponse", + "properties": { + "devBootTypeCount": { + "description": "Number of devices with dev boot type.", + "format": "int64", + "type": "string" + }, + "unreportedBootTypeCount": { + "description": "Number of devices with unreported boot type.", + "format": "int64", + "type": "string" + }, + "verifiedBootTypeCount": { + "description": "Number of devices with verified boot type.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse": { + "description": "Response containing the number of devices with the given channel.", + "id": "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse", + "properties": { + "betaChannelCount": { + "description": "Number of devices with beta release channel.", + "format": "int64", + "type": "string" + }, + "canaryChannelCount": { + "description": "Number of devices with canary release channel.", + "format": "int64", + "type": "string" + }, + "devChannelCount": { + "description": "Number of devices with dev release channel.", + "format": "int64", + "type": "string" + }, + "ltcChannelCount": { + "description": "Number of devices with ltc release channel.", + "format": "int64", + "type": "string" + }, + "ltsChannelCount": { + "description": "Number of devices with lts release channel.", + "format": "int64", + "type": "string" + }, + "stableChannelCount": { + "description": "Number of devices with stable release channel.", + "format": "int64", + "type": "string" + }, + "unreportedChannelCount": { + "description": "Number of devices with an unreported release channel.", + "format": "int64", + "type": "string" + }, + "unsupportedChannelCount": { + "description": "Number of devices with unsupported release channel.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "GoogleChromeManagementV1CountInstalledAppsResponse": { "description": "Response containing details of queried installed apps.", "id": "GoogleChromeManagementV1CountInstalledAppsResponse", @@ -3446,16 +3909,40 @@ "readOnly": true, "type": "string" }, + "gatewayIpv6Address": { + "description": "Output only. The gateway IPv6 for this interface, if detected", + "readOnly": true, + "type": "string" + }, "guid": { "description": "Output only. Network connection guid.", "readOnly": true, "type": "string" }, + "ipv6Address": { + "description": "Output only. IPv6 addresses assigned to this network, if any. Each address is a string in standard IPv6 text representation (e.g., \"2001:db8::1\").", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "lanIpAddress": { "description": "Output only. LAN IP address.", "readOnly": true, "type": "string" }, + "linkDownSpeedKbps": { + "description": "Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "metered": { + "description": "Output only. Whether the network was detected as metered.", + "readOnly": true, + "type": "boolean" + }, "receivingBitRateMbps": { "description": "Output only. Receiving bit rate measured in Megabits per second.", "format": "int64", @@ -4576,6 +5063,11 @@ ], "type": "string" }, + "externalDisplaysEvent": { + "$ref": "GoogleChromeManagementV1TelemetryExternalDisplayEvent", + "description": "Output only. Payload for external display connected/disconnected event. Present only when `event_type` is `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`.", + "readOnly": true + }, "httpsLatencyChangeEvent": { "$ref": "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent", "description": "Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.", @@ -4672,6 +5164,55 @@ }, "type": "object" }, + "GoogleChromeManagementV1TelemetryExternalDisplayData": { + "description": "External display data.", + "id": "GoogleChromeManagementV1TelemetryExternalDisplayData", + "properties": { + "displayName": { + "description": "The display name.", + "type": "string" + }, + "edidVersion": { + "description": "The EDID version.", + "type": "string" + }, + "refreshRate": { + "description": "The refresh rate.", + "format": "int64", + "type": "string" + }, + "resolutionHorizontal": { + "description": "The horizontal resolution.", + "format": "int32", + "type": "integer" + }, + "resolutionVertical": { + "description": "The vertical resolution.", + "format": "int32", + "type": "integer" + }, + "serialNumber": { + "description": "The serial number.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleChromeManagementV1TelemetryExternalDisplayEvent": { + "description": "External display connected/disconnected event payload.", + "id": "GoogleChromeManagementV1TelemetryExternalDisplayEvent", + "properties": { + "externalDisplayData": { + "description": "List of external displays that were connected/disconnected.", + "items": { + "$ref": "GoogleChromeManagementV1TelemetryExternalDisplayData" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent": { "description": "Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT", "id": "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent", @@ -5292,7 +5833,7 @@ "type": "string" }, "signatureAlgorithm": { - "description": "Output only. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`. This field is only present after the `SignData` operation has been initiated.", + "description": "Output only. The signature algorithm that the client and backend components use when processing `sign_data`. If the `profile_type` is a `GenericProfile`, this field will only be present after the `SignData` operation was initiated. If the `profile_type` is a `ScepProfile`, the field will always be present.", "enum": [ "SIGNATURE_ALGORITHM_UNSPECIFIED", "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256", @@ -5300,8 +5841,8 @@ ], "enumDescriptions": [ "Default value. This value is unused.", - "The server-side builds the PKCS#1 DigestInfo, i.e., the SHA256 hash is constructed on the server-side. The client should sign using RSA with PKCS#1 v1.5 padding.", - "The PKCS#1 digest info is built by the server-side and sent to the client unhashed. The client is responsible for signing and hashing. Uses the P-256 curve." + "The server-side builds the PKCS#1 DigestInfo and sends a SHA256 hash of it to the client. The client should sign using RSA with PKCS#1 v1.5 padding.", + "The server-side builds the PKCS#1 DigestInfo and sends it unhashed to the client. The client is responsible for signing and hashing using the P-256 curve." ], "readOnly": true, "type": "string" @@ -5475,6 +6016,11 @@ "description": "Output only. Detailed reporting data of the profile. This information is only available when the profile reporting policy is enabled.", "readOnly": true }, + "supportsFcmNotifications": { + "description": "Output only. Whether the profile supports FCM notifications.", + "readOnly": true, + "type": "boolean" + }, "userEmail": { "description": "Output only. Email address of the user to which the profile belongs.", "readOnly": true, @@ -5619,6 +6165,23 @@ }, "type": "object" }, + "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest": { + "description": "Request message for claiming a certificate provisioning process.", + "id": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest", + "properties": { + "callerInstanceId": { + "description": "Required. The instance id of the caller.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse": { + "description": "Response message for claiming a certificate provisioning process.", + "id": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse", + "properties": {}, + "type": "object" + }, "GoogleChromeManagementVersionsV1DeviceInfo": { "description": "Information of a device that runs a Chrome browser profile.", "id": "GoogleChromeManagementVersionsV1DeviceInfo", @@ -5659,7 +6222,7 @@ "id": "GoogleChromeManagementVersionsV1GenericCaConnection", "properties": { "caConnectionAdapterConfigReference": { - "description": "Output only. A string that references the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.", + "description": "Output only. A string that references the administrator-provided configuration for the certification authority service.", "readOnly": true, "type": "string" } @@ -5671,7 +6234,7 @@ "id": "GoogleChromeManagementVersionsV1GenericProfile", "properties": { "profileAdapterConfigReference": { - "description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile. This field can be missing if no configuration was given.", + "description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile.", "readOnly": true, "type": "string" } @@ -6000,7 +6563,7 @@ "id": "GoogleChromeManagementVersionsV1ScepCaConnection", "properties": { "caConnectionAdapterConfigReference": { - "description": "Output only. A string that references the administrator-provided configuration for the certification authority service. This field can be missing if no configuration was given.", + "description": "Output only. A string that references the administrator-provided configuration for the certification authority service.", "readOnly": true, "type": "string" } @@ -6012,7 +6575,7 @@ "id": "GoogleChromeManagementVersionsV1ScepProfile", "properties": { "certificateTemplateName": { - "description": "Output only. The certificate template name as defined by the admin on their on-prem infrastructure. This is identifiable by the customer's CA.", + "description": "Output only. The certificate template name as defined by the admin on their on-prem infrastructure. The Certificate Authority uses this name to identify the certificate template.", "readOnly": true, "type": "string" }, @@ -6078,6 +6641,23 @@ }, "type": "object" }, + "GoogleChromeManagementVersionsV1SetFailureRequest": { + "description": "Request message for marking a certificate provisioning process as failed.", + "id": "GoogleChromeManagementVersionsV1SetFailureRequest", + "properties": { + "errorMessage": { + "description": "Required. A message describing the failure details. It is displayed on the ChromeOS client device.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleChromeManagementVersionsV1SetFailureResponse": { + "description": "Response message for publishing a failure for a certificate provisioning process.", + "id": "GoogleChromeManagementVersionsV1SetFailureResponse", + "properties": {}, + "type": "object" + }, "GoogleChromeManagementVersionsV1SignDataMetadata": { "description": "Metadata for the long-running operation returned by signData.", "id": "GoogleChromeManagementVersionsV1SignDataMetadata", @@ -6091,6 +6671,32 @@ }, "type": "object" }, + "GoogleChromeManagementVersionsV1SignDataRequest": { + "description": "Request message for requesting a signature from the client that initated a certificate provisioning process.", + "id": "GoogleChromeManagementVersionsV1SignDataRequest", + "properties": { + "signData": { + "description": "Required. The data that the client was asked to sign.", + "format": "byte", + "type": "string" + }, + "signatureAlgorithm": { + "description": "Required. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`.", + "enum": [ + "SIGNATURE_ALGORITHM_UNSPECIFIED", + "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256", + "SIGNATURE_ALGORITHM_ECDSA_SHA256" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The server-side builds the PKCS#1 DigestInfo and sends a SHA256 hash of it to the client. The client should sign using RSA with PKCS#1 v1.5 padding.", + "The server-side builds the PKCS#1 DigestInfo and sends it unhashed to the client. The client is responsible for signing and hashing using the P-256 curve." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleChromeManagementVersionsV1SignDataResponse": { "description": "Response message for requesting a signature from the client that initated a certificate provisioning process.", "id": "GoogleChromeManagementVersionsV1SignDataResponse", @@ -6119,7 +6725,7 @@ "enumDescriptions": [ "The subject alternative name type is unspecified.", "The subject alternative name type is an email address adhering to RFC822.", - "The subject alternative name type is a a Domain Name System (DNS).", + "The subject alternative name type is a Domain Name System (DNS).", "The subject alternative name type is a User Principal Name (UPN).", "The subject alternative name type is a Uniform Resource Identifier (URI)." ], @@ -6127,7 +6733,7 @@ "type": "string" }, "value": { - "description": "Output only. The value of the subject alternative name with respoect to the `type`.", + "description": "Output only. The value of the subject alternative name with respect to the `type`.", "readOnly": true, "type": "string" } @@ -6150,6 +6756,89 @@ }, "type": "object" }, + "GoogleChromeManagementVersionsV1UploadCertificateRequest": { + "description": "Request message for uploading an issued certificate for a certificate provisioning process.", + "id": "GoogleChromeManagementVersionsV1UploadCertificateRequest", + "properties": { + "certificatePem": { + "description": "Required. The issued certificate in PEM format.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleChromeManagementVersionsV1UploadCertificateResponse": { + "description": "Response message for publishing an issued certificate for a certificate provisioning process.", + "id": "GoogleChromeManagementVersionsV1UploadCertificateResponse", + "properties": {}, + "type": "object" + }, + "GoogleLongrunningCancelOperationRequest": { + "description": "The request message for Operations.CancelOperation.", + "id": "GoogleLongrunningCancelOperationRequest", + "properties": {}, + "type": "object" + }, + "GoogleLongrunningListOperationsResponse": { + "description": "The response message for Operations.ListOperations.", + "id": "GoogleLongrunningListOperationsResponse", + "properties": { + "nextPageToken": { + "description": "The standard List next-page token.", + "type": "string" + }, + "operations": { + "description": "A list of operations that matches the specified filter in the request.", + "items": { + "$ref": "GoogleLongrunningOperation" + }, + "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleLongrunningOperation": { + "description": "This resource represents a long-running operation that is the result of a network API call.", + "id": "GoogleLongrunningOperation", + "properties": { + "done": { + "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", + "type": "boolean" + }, + "error": { + "$ref": "GoogleRpcStatus", + "description": "The error result of the operation in case of failure or cancellation." + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", + "type": "object" + }, + "name": { + "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", + "type": "string" + }, + "response": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", + "type": "object" + } + }, + "type": "object" + }, "GoogleProtobufEmpty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "GoogleProtobufEmpty", diff --git a/DiscoveryJson/chromewebstore.v1.1.json b/DiscoveryJson/chromewebstore.v1.1.json new file mode 100644 index 00000000000..899cd36a0a1 --- /dev/null +++ b/DiscoveryJson/chromewebstore.v1.1.json @@ -0,0 +1,374 @@ +{ + "auth": { + "oauth2": { + "scopes": { + "https://www.googleapis.com/auth/chromewebstore": { + "description": "See, edit, update, or publish your Chrome Web Store extensions, themes, apps, and licences you have access to" + }, + "https://www.googleapis.com/auth/chromewebstore.readonly": { + "description": "See and download your Chrome Web Store extensions and apps, and see licenses you have access to" + } + } + } + }, + "basePath": "", + "baseUrl": "https://chromewebstore.googleapis.com/", + "batchPath": "batch", + "canonicalName": "Chromewebstore", + "description": "The Chrome Web Store API provides access to data about apps and extensions, as well as developer tools for managing them.", + "discoveryVersion": "v1", + "documentationLink": "https://developer.chrome.com/docs/webstore/api", + "fullyEncodeReservedExpansion": true, + "icons": { + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" + }, + "id": "chromewebstore:v1.1", + "kind": "discovery#restDescription", + "mtlsRootUrl": "https://chromewebstore.mtls.googleapis.com/", + "name": "chromewebstore", + "ownerDomain": "google.com", + "ownerName": "Google", + "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, + "alt": { + "default": "json", + "description": "Data format for response.", + "enum": [ + "json", + "media", + "proto" + ], + "enumDescriptions": [ + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" + ], + "location": "query", + "type": "string" + }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, + "fields": { + "description": "Selector specifying which fields to include in a partial response.", + "location": "query", + "type": "string" + }, + "key": { + "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", + "location": "query", + "type": "string" + }, + "oauth_token": { + "description": "OAuth 2.0 token for the current user.", + "location": "query", + "type": "string" + }, + "prettyPrint": { + "default": "true", + "description": "Returns response with indentations and line breaks.", + "location": "query", + "type": "boolean" + }, + "quotaUser": { + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", + "location": "query", + "type": "string" + }, + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", + "location": "query", + "type": "string" + }, + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", + "location": "query", + "type": "string" + } + }, + "protocol": "rest", + "resources": { + "items": { + "methods": { + "get": { + "description": "Gets your own Chrome Web Store item.", + "flatPath": "chromewebstore/v1.1/items/{itemId}", + "httpMethod": "GET", + "id": "chromewebstore.items.get", + "parameterOrder": [ + "itemId" + ], + "parameters": { + "itemId": { + "description": "Unique identifier representing the Chrome App, Chrome Extension, or the Chrome Theme.", + "location": "path", + "required": true, + "type": "string" + }, + "projection": { + "description": "Determines which subset of the item information to return.", + "enum": [ + "DRAFT", + "PUBLISHED" + ], + "enumDescriptions": [ + "Return information extracted from the current draft.", + "Return information extracted from the published item draft." + ], + "location": "query", + "type": "string" + } + }, + "path": "chromewebstore/v1.1/items/{itemId}", + "response": { + "$ref": "Item" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore", + "https://www.googleapis.com/auth/chromewebstore.readonly" + ] + }, + "insert": { + "description": "Inserts a new item.", + "flatPath": "chromewebstore/v1.1/items", + "httpMethod": "POST", + "id": "chromewebstore.items.insert", + "mediaUpload": { + "accept": [ + "*/*" + ], + "maxSize": "2147483648", + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/chromewebstore/v1.1/items" + } + } + }, + "parameterOrder": [], + "parameters": { + "publisherEmail": { + "description": "The email of the publisher who owns the items. Defaults to the caller's email address.", + "location": "query", + "type": "string" + } + }, + "path": "chromewebstore/v1.1/items", + "response": { + "$ref": "Item" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore" + ], + "supportsMediaUpload": true + }, + "publish": { + "description": "Publishes an item.", + "flatPath": "chromewebstore/v1.1/items/{itemId}/publish", + "httpMethod": "POST", + "id": "chromewebstore.items.publish", + "parameterOrder": [ + "itemId" + ], + "parameters": { + "deployPercentage": { + "description": "The deploy percentage you want to set for your item. Valid values are [0, 100]. If set to any number less than 100, only that many percentage of users will be allowed to get the update.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "itemId": { + "description": "The ID of the item to publish.", + "location": "path", + "required": true, + "type": "string" + }, + "publishTarget": { + "description": "Provide defined publishTarget in URL (case sensitive): publishTarget=\"trustedTesters\" or publishTarget=\"default\". Defaults to publishTarget=\"default\".", + "location": "query", + "type": "string" + }, + "reviewExemption": { + "description": "Optional. The caller request to exempt the review and directly publish because the update is within the list that we can automatically validate. The API will check if the exemption can be granted using real time data.", + "location": "query", + "type": "boolean" + } + }, + "path": "chromewebstore/v1.1/items/{itemId}/publish", + "request": { + "$ref": "PublishRequest" + }, + "response": { + "$ref": "Item2" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore" + ] + }, + "update": { + "description": "Updates an existing item.", + "flatPath": "chromewebstore/v1.1/items/{itemId}", + "httpMethod": "PUT", + "id": "chromewebstore.items.update", + "mediaUpload": { + "accept": [ + "*/*" + ], + "maxSize": "2147483648", + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/chromewebstore/v1.1/items/{itemId}" + } + } + }, + "parameterOrder": [ + "itemId" + ], + "parameters": { + "itemId": { + "description": "The ID of the item to upload.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "chromewebstore/v1.1/items/{itemId}", + "request": { + "$ref": "Item" + }, + "response": { + "$ref": "Item" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore" + ], + "supportsMediaUpload": true + } + } + } + }, + "revision": "20251015", + "rootUrl": "https://chromewebstore.googleapis.com/", + "schemas": { + "Item": { + "id": "Item", + "properties": { + "crxVersion": { + "description": "The CRX version of the item. If the projection is draft, then it is the draft's CRX version.", + "type": "string" + }, + "id": { + "description": "Unique ID of the item.", + "type": "string" + }, + "itemError": { + "description": "Detail human-readable status of the operation, in English only. Same error messages are displayed when you upload your app to the Chrome Web Store.", + "items": { + "$ref": "ItemError" + }, + "type": "array" + }, + "kind": { + "description": "Identifies this resource as an Item. Value: the fixed string \"chromewebstore#item\".", + "type": "string" + }, + "publicKey": { + "description": "Public key of this item.", + "type": "string" + }, + "uploadState": { + "description": "Status of the operation. Possible values are: - \\\"FAILURE\\\" - \\\"IN_PROGRESS\\\" - \\\"NOT_FOUND\\\" - \\\"SUCCESS\\\" ", + "type": "string" + } + }, + "type": "object" + }, + "Item2": { + "id": "Item2", + "properties": { + "item_id": { + "description": "The ID of this item.", + "type": "string" + }, + "kind": { + "description": "Static string value is always \"chromewebstore#item\".", + "type": "string" + }, + "status": { + "description": "The status code of this publish operation. It may contain multiple elements from the following list: NOT_AUTHORIZED, INVALID_DEVELOPER, DEVELOPER_NO_OWNERSHIP, DEVELOPER_SUSPENDED, ITEM_NOT_FOUND, ITEM_PENDING_REVIEW, ITEM_TAKEN_DOWN, PUBLISHER_SUSPENDED.", + "items": { + "type": "string" + }, + "type": "array" + }, + "statusDetail": { + "description": "Detailed human-comprehensible explanation of the status code above.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "ItemError": { + "description": "Error of the item", + "id": "ItemError", + "properties": { + "error_code": { + "description": "The error code.", + "type": "string" + }, + "error_detail": { + "description": "The human-readable detail message of the error.", + "type": "string" + } + }, + "type": "object" + }, + "PublishRequest": { + "id": "PublishRequest", + "properties": { + "deployPercentage": { + "description": "The target deploy percentage of the item. It's only useful for items with big user base.", + "format": "int32", + "type": "integer" + }, + "reviewExemption": { + "description": "Optional. The caller request to exempt the review and directly publish because the update is within the list that we can automatically validate. The API will check if the exemption can be granted using real time data.", + "type": "boolean" + }, + "target": { + "description": "The publish target of this publish operation. This is the same as using publishTarget as a URL query parameter. The string value can either be target=\"trustedTesters\" or target=\"default\". The default value, if none is supplied, is target=\"default\". Recommended usage is to use the URL query parameter to specificy the value.", + "type": "string" + } + }, + "type": "object" + } + }, + "servicePath": "", + "title": "Chrome Web Store API", + "version": "v1.1", + "version_module": true +} \ No newline at end of file diff --git a/DiscoveryJson/chromewebstore.v2.json b/DiscoveryJson/chromewebstore.v2.json new file mode 100644 index 00000000000..e17435629ec --- /dev/null +++ b/DiscoveryJson/chromewebstore.v2.json @@ -0,0 +1,550 @@ +{ + "auth": { + "oauth2": { + "scopes": { + "https://www.googleapis.com/auth/chromewebstore": { + "description": "See, edit, update, or publish your Chrome Web Store extensions, themes, apps, and licences you have access to" + }, + "https://www.googleapis.com/auth/chromewebstore.readonly": { + "description": "See and download your Chrome Web Store extensions and apps, and see licenses you have access to" + } + } + } + }, + "basePath": "", + "baseUrl": "https://chromewebstore.googleapis.com/", + "batchPath": "batch", + "canonicalName": "Chromewebstore", + "description": "The Chrome Web Store API provides access to data about apps and extensions, as well as developer tools for managing them.", + "discoveryVersion": "v1", + "documentationLink": "https://developer.chrome.com/docs/webstore/api", + "fullyEncodeReservedExpansion": true, + "icons": { + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" + }, + "id": "chromewebstore:v2", + "kind": "discovery#restDescription", + "mtlsRootUrl": "https://chromewebstore.mtls.googleapis.com/", + "name": "chromewebstore", + "ownerDomain": "google.com", + "ownerName": "Google", + "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, + "alt": { + "default": "json", + "description": "Data format for response.", + "enum": [ + "json", + "media", + "proto" + ], + "enumDescriptions": [ + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" + ], + "location": "query", + "type": "string" + }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, + "fields": { + "description": "Selector specifying which fields to include in a partial response.", + "location": "query", + "type": "string" + }, + "key": { + "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", + "location": "query", + "type": "string" + }, + "oauth_token": { + "description": "OAuth 2.0 token for the current user.", + "location": "query", + "type": "string" + }, + "prettyPrint": { + "default": "true", + "description": "Returns response with indentations and line breaks.", + "location": "query", + "type": "boolean" + }, + "quotaUser": { + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", + "location": "query", + "type": "string" + }, + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", + "location": "query", + "type": "string" + }, + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", + "location": "query", + "type": "string" + } + }, + "protocol": "rest", + "resources": { + "media": { + "methods": { + "upload": { + "description": "Upload a new package to an existing item.", + "flatPath": "v2/publishers/{publishersId}/items/{itemsId}:upload", + "httpMethod": "POST", + "id": "chromewebstore.media.upload", + "mediaUpload": { + "accept": [ + "*/*" + ], + "maxSize": "2147483648", + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/v2/{+name}:upload" + } + } + }, + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the item to upload the new package to in the form `publishers/{publisherId}/items/{itemId}`", + "location": "path", + "pattern": "^publishers/[^/]+/items/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}:upload", + "request": { + "$ref": "UploadItemPackageRequest" + }, + "response": { + "$ref": "UploadItemPackageResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore" + ], + "supportsMediaUpload": true + } + } + }, + "publishers": { + "resources": { + "items": { + "methods": { + "cancelSubmission": { + "description": "Cancel the current active submission of an item if present. This can be used to cancel the review of a pending submission.", + "flatPath": "v2/publishers/{publishersId}/items/{itemsId}:cancelSubmission", + "httpMethod": "POST", + "id": "chromewebstore.publishers.items.cancelSubmission", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the item to cancel the submission of in the form `publishers/{publisherId}/items/{itemId}`", + "location": "path", + "pattern": "^publishers/[^/]+/items/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}:cancelSubmission", + "request": { + "$ref": "CancelSubmissionRequest" + }, + "response": { + "$ref": "CancelSubmissionResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore" + ] + }, + "fetchStatus": { + "description": "Fetch the status of an item.", + "flatPath": "v2/publishers/{publishersId}/items/{itemsId}:fetchStatus", + "httpMethod": "GET", + "id": "chromewebstore.publishers.items.fetchStatus", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the item to retrieve the status of in the form `publishers/{publisherId}/items/{itemId}`", + "location": "path", + "pattern": "^publishers/[^/]+/items/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}:fetchStatus", + "response": { + "$ref": "FetchItemStatusResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore", + "https://www.googleapis.com/auth/chromewebstore.readonly" + ] + }, + "publish": { + "description": "Submit the item to be published in the store. The item will be submitted for review unless `skip_review` is set to true, or the item is staged from a previous submission with `publish_type` set to `STAGED_PUBLISH`.", + "flatPath": "v2/publishers/{publishersId}/items/{itemsId}:publish", + "httpMethod": "POST", + "id": "chromewebstore.publishers.items.publish", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the item in the form `publishers/{publisherId}/items/{itemId}`", + "location": "path", + "pattern": "^publishers/[^/]+/items/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}:publish", + "request": { + "$ref": "PublishItemRequest" + }, + "response": { + "$ref": "PublishItemResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore" + ] + }, + "setPublishedDeployPercentage": { + "description": "Set a higher target deploy percentage for the item's published revision. This will be updated without the item being submitted for review. This is only available to items with over 10,000 seven-day active users.", + "flatPath": "v2/publishers/{publishersId}/items/{itemsId}:setPublishedDeployPercentage", + "httpMethod": "POST", + "id": "chromewebstore.publishers.items.setPublishedDeployPercentage", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the item to update the published revision of in the form `publishers/{publisherId}/items/{itemId}`", + "location": "path", + "pattern": "^publishers/[^/]+/items/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}:setPublishedDeployPercentage", + "request": { + "$ref": "SetPublishedDeployPercentageRequest" + }, + "response": { + "$ref": "SetPublishedDeployPercentageResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/chromewebstore" + ] + } + } + } + } + } + }, + "revision": "20251026", + "rootUrl": "https://chromewebstore.googleapis.com/", + "schemas": { + "CancelSubmissionRequest": { + "description": "Request message for CancelSubmission.", + "id": "CancelSubmissionRequest", + "properties": {}, + "type": "object" + }, + "CancelSubmissionResponse": { + "description": "Response message for `CancelSubmission`.", + "id": "CancelSubmissionResponse", + "properties": {}, + "type": "object" + }, + "DeployInfo": { + "description": "Deployment information for a specific release channel. Used in requests to update deployment parameters.", + "id": "DeployInfo", + "properties": { + "deployPercentage": { + "description": "Required. The current deploy percentage for the release channel (nonnegative number between 0 and 100).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "DistributionChannel": { + "description": "Deployment information for a specific release channel", + "id": "DistributionChannel", + "properties": { + "crxVersion": { + "description": "The extension version provided in the manifest of the uploaded package.", + "type": "string" + }, + "deployPercentage": { + "description": "The current deploy percentage for the release channel (nonnegative number between 0 and 100).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "FetchItemStatusResponse": { + "description": "Response message for `FetchItemStatus`.", + "id": "FetchItemStatusResponse", + "properties": { + "itemId": { + "description": "Output only. The ID of the item.", + "readOnly": true, + "type": "string" + }, + "lastAsyncUploadState": { + "description": "Output only. The state of the last async upload for an item. Only set when there has been an async upload for the item in the past 24 hours.", + "enum": [ + "UPLOAD_STATE_UNSPECIFIED", + "SUCCEEDED", + "IN_PROGRESS", + "FAILED", + "NOT_FOUND" + ], + "enumDescriptions": [ + "The default value.", + "The upload succeeded.", + "The upload is currently being processed.", + "The upload failed.", + "Used as the value of `lastAsyncUploadState` in a `fetchStatus` response indicating that an upload attempt was not found." + ], + "readOnly": true, + "type": "string" + }, + "name": { + "description": "The name of the requested item.", + "type": "string" + }, + "publicKey": { + "description": "The public key of the item, which may be generated by the store.", + "type": "string" + }, + "publishedItemRevisionStatus": { + "$ref": "ItemRevisionStatus", + "description": "Output only. Status of the current published revision of the item. Will be unset if the item is not published.", + "readOnly": true + }, + "submittedItemRevisionStatus": { + "$ref": "ItemRevisionStatus", + "description": "Status of the item revision submitted to be published. Will be unset if the item has not been submitted for publishing since the last successful publish." + }, + "takenDown": { + "description": "If true, the item has been taken down for a policy violation. Check the developer dashboard for details.", + "type": "boolean" + }, + "warned": { + "description": "If true, the item has been warned for a policy violation and will be taken down if not resolved. Check the developer dashboard for details.", + "type": "boolean" + } + }, + "type": "object" + }, + "ItemRevisionStatus": { + "description": "Details on the status of an item revision.", + "id": "ItemRevisionStatus", + "properties": { + "distributionChannels": { + "description": "Details on the package of the item", + "items": { + "$ref": "DistributionChannel" + }, + "type": "array" + }, + "state": { + "description": "Output only. Current state of the item", + "enum": [ + "ITEM_STATE_UNSPECIFIED", + "PENDING_REVIEW", + "STAGED", + "PUBLISHED", + "PUBLISHED_TO_TESTERS", + "REJECTED", + "CANCELLED" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The item is pending review.", + "The item has been approved and is ready to be published.", + "The item is published publicly.", + "The item is published to trusted testers.", + "The item has been rejected for publishing.", + "The item submission has been cancelled." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "PublishItemRequest": { + "description": "Request message for PublishItem.", + "id": "PublishItemRequest", + "properties": { + "deployInfos": { + "description": "Optional. Additional deploy information including the desired initial percentage rollout. Defaults to the current value saved in the developer dashboard if unset.", + "items": { + "$ref": "DeployInfo" + }, + "type": "array" + }, + "publishType": { + "description": "Optional. Use this to control if the item is published immediately on approval or staged for publishing in the future. Defaults to `DEFAULT_PUBLISH` if unset.", + "enum": [ + "PUBLISH_TYPE_UNSPECIFIED", + "DEFAULT_PUBLISH", + "STAGED_PUBLISH" + ], + "enumDescriptions": [ + "Default value. This is the same as DEFAULT_PUBLISH.", + "The submission will be published immediately after being approved.", + "After approval the submission will be staged and can then be published by the developer." + ], + "type": "string" + }, + "skipReview": { + "description": "Optional. Whether to attempt to skip item review. The API will validate if the item qualifies and return a validation error if the item requires review. Defaults to `false` if unset.", + "type": "boolean" + } + }, + "type": "object" + }, + "PublishItemResponse": { + "description": "Response message for `PublishItem`.", + "id": "PublishItemResponse", + "properties": { + "itemId": { + "description": "Output only. The ID of the item.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "The name of the item that was submitted", + "type": "string" + }, + "state": { + "description": "Output only. The current state of the submission.", + "enum": [ + "ITEM_STATE_UNSPECIFIED", + "PENDING_REVIEW", + "STAGED", + "PUBLISHED", + "PUBLISHED_TO_TESTERS", + "REJECTED", + "CANCELLED" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The item is pending review.", + "The item has been approved and is ready to be published.", + "The item is published publicly.", + "The item is published to trusted testers.", + "The item has been rejected for publishing.", + "The item submission has been cancelled." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "SetPublishedDeployPercentageRequest": { + "description": "Request message for SetPublishedDeployPercentage.", + "id": "SetPublishedDeployPercentageRequest", + "properties": { + "deployPercentage": { + "description": "Required. Unscaled percentage value for the publised revision (nonnegative number between 0 and 100). It must be larger than the existing target percentage.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "SetPublishedDeployPercentageResponse": { + "description": "Response message for `SetPublishedDeployPercentage`.", + "id": "SetPublishedDeployPercentageResponse", + "properties": {}, + "type": "object" + }, + "UploadItemPackageRequest": { + "description": "Request message for UploadItemPackage.", + "id": "UploadItemPackageRequest", + "properties": {}, + "type": "object" + }, + "UploadItemPackageResponse": { + "description": "Response message for `UploadItemPackage`.", + "id": "UploadItemPackageResponse", + "properties": { + "crxVersion": { + "description": "The extension version provided in the manifest of the uploaded package. This will not be set if the upload is still in progress (`upload_state` is `UPLOAD_IN_PROGRESS`).", + "type": "string" + }, + "itemId": { + "description": "Output only. The ID of the item the package was uploaded to.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "The name of the item the package was uploaded to.", + "type": "string" + }, + "uploadState": { + "description": "Output only. The state of the upload. If `upload_state` is `UPLOAD_IN_PROGRESS`, you can poll for updates using the fetchStatus method.", + "enum": [ + "UPLOAD_STATE_UNSPECIFIED", + "SUCCEEDED", + "IN_PROGRESS", + "FAILED", + "NOT_FOUND" + ], + "enumDescriptions": [ + "The default value.", + "The upload succeeded.", + "The upload is currently being processed.", + "The upload failed.", + "Used as the value of `lastAsyncUploadState` in a `fetchStatus` response indicating that an upload attempt was not found." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + } + }, + "servicePath": "", + "title": "Chrome Web Store API", + "version": "v2", + "version_module": true +} \ No newline at end of file diff --git a/DiscoveryJson/classroom.v1.json b/DiscoveryJson/classroom.v1.json index a1522c981e4..321ded65798 100644 --- a/DiscoveryJson/classroom.v1.json +++ b/DiscoveryJson/classroom.v1.json @@ -4107,7 +4107,7 @@ } } }, - "revision": "20250929", + "revision": "20251104", "rootUrl": "https://classroom.googleapis.com/", "schemas": { "AddOnAttachment": { @@ -4995,11 +4995,11 @@ "type": "string" }, "title": { - "description": "Title of the Gem. Read-only.", + "description": "Title of the Gem.", "type": "string" }, "url": { - "description": "URL that can be used to access the Gem. Read-only.", + "description": "URL that can be used to access the Gem.", "type": "string" } }, @@ -5751,11 +5751,11 @@ "type": "string" }, "title": { - "description": "Title of the Notebook. Read-only.", + "description": "Title of the Notebook.", "type": "string" }, "url": { - "description": "URL that can be used to access the Notebook. Read-only.", + "description": "URL that can be used to access the Notebook.", "type": "string" } }, diff --git a/DiscoveryJson/cloudasset.v1.json b/DiscoveryJson/cloudasset.v1.json index 8292b165106..d411eb62185 100644 --- a/DiscoveryJson/cloudasset.v1.json +++ b/DiscoveryJson/cloudasset.v1.json @@ -1095,7 +1095,7 @@ } } }, - "revision": "20250711", + "revision": "20251102", "rootUrl": "https://cloudasset.googleapis.com/", "schemas": { "AccessSelector": { @@ -4660,6 +4660,13 @@ "description": "Resource representation as defined by the corresponding service providing the resource for a given API version.", "id": "VersionedResource", "properties": { + "assetExceptions": { + "description": "The exceptions of a resource.", + "items": { + "$ref": "AssetException" + }, + "type": "array" + }, "resource": { "additionalProperties": { "description": "Properties of the object.", diff --git a/DiscoveryJson/cloudbuild.v1.json b/DiscoveryJson/cloudbuild.v1.json index cb2dce57326..53b126005e0 100644 --- a/DiscoveryJson/cloudbuild.v1.json +++ b/DiscoveryJson/cloudbuild.v1.json @@ -453,7 +453,7 @@ "builds": { "methods": { "approve": { - "description": "Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.", + "description": "Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.", "flatPath": "v1/projects/{projectsId}/builds/{buildsId}:approve", "httpMethod": "POST", "id": "cloudbuild.projects.builds.approve", @@ -1136,7 +1136,7 @@ "builds": { "methods": { "approve": { - "description": "Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.", + "description": "Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/builds/{buildsId}:approve", "httpMethod": "POST", "id": "cloudbuild.projects.locations.builds.approve", @@ -2573,7 +2573,7 @@ } } }, - "revision": "20250903", + "revision": "20251111", "rootUrl": "https://cloudbuild.googleapis.com/", "schemas": { "ApprovalConfig": { @@ -3721,6 +3721,11 @@ "description": "An image built by the pipeline.", "id": "BuiltImage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "digest": { "description": "Docker Registry 2.0 digest.", "type": "string" @@ -5712,6 +5717,11 @@ "description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.", "id": "UploadedGoModule", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "FileHashes", "description": "Hash types and values of the Go Module Artifact." @@ -5732,6 +5742,11 @@ "description": "A Maven artifact uploaded using the MavenArtifact directive.", "id": "UploadedMavenArtifact", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "FileHashes", "description": "Hash types and values of the Maven Artifact." @@ -5752,6 +5767,11 @@ "description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.", "id": "UploadedNpmPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "FileHashes", "description": "Hash types and values of the npm package." @@ -5772,6 +5792,11 @@ "description": "Artifact uploaded using the PythonPackage directive.", "id": "UploadedPythonPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "FileHashes", "description": "Hash types and values of the Python Artifact." diff --git a/DiscoveryJson/cloudbuild.v2.json b/DiscoveryJson/cloudbuild.v2.json index f10a3b53277..f93754ff5e8 100644 --- a/DiscoveryJson/cloudbuild.v2.json +++ b/DiscoveryJson/cloudbuild.v2.json @@ -371,7 +371,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1087,7 +1087,7 @@ } } }, - "revision": "20250903", + "revision": "20251021", "rootUrl": "https://cloudbuild.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/DiscoveryJson/cloudchannel.v1.json b/DiscoveryJson/cloudchannel.v1.json index d458c7b0f98..3f3af0600fb 100644 --- a/DiscoveryJson/cloudchannel.v1.json +++ b/DiscoveryJson/cloudchannel.v1.json @@ -2185,7 +2185,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2294,7 +2294,7 @@ } } }, - "revision": "20250929", + "revision": "20251115", "rootUrl": "https://cloudchannel.googleapis.com/", "schemas": { "GoogleCloudChannelV1ActivateEntitlementRequest": { @@ -5858,7 +5858,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/cloudcommerceprocurement.v1.json b/DiscoveryJson/cloudcommerceprocurement.v1.json index 114dfe24b74..7d6f5daf8c7 100644 --- a/DiscoveryJson/cloudcommerceprocurement.v1.json +++ b/DiscoveryJson/cloudcommerceprocurement.v1.json @@ -161,7 +161,7 @@ "ACCOUNT_VIEW_FULL" ], "enumDescriptions": [ - "The default / unset value. For `GetAccount`, it defaults to the FULL view. For `ListAccounts`, it only supports BASIC view.", + "The default / unset value. For `GetAccount` and `ListAccounts`, they default to the BASIC view. For `ListAccounts`, it only supports the BASIC view.", "Include base account information. This is the default view. All fields from Account are included except for the reseller_parent_billing_account field.", "Includes all available account information, inclusive of the accounts reseller_parent_billing_account, if it's a resold account." ], @@ -518,7 +518,7 @@ } } }, - "revision": "20250923", + "revision": "20251012", "rootUrl": "https://cloudcommerceprocurement.googleapis.com/", "schemas": { "Account": { diff --git a/DiscoveryJson/clouddeploy.v1.json b/DiscoveryJson/clouddeploy.v1.json index c0a16d61876..5082ed7d78f 100644 --- a/DiscoveryJson/clouddeploy.v1.json +++ b/DiscoveryJson/clouddeploy.v1.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2359,7 +2359,7 @@ } } }, - "revision": "20250924", + "revision": "20251105", "rootUrl": "https://clouddeploy.googleapis.com/", "schemas": { "AbandonReleaseRequest": { @@ -5437,6 +5437,10 @@ "readOnly": true, "type": "array" }, + "toolVersions": { + "$ref": "ToolVersions", + "description": "Optional. The tool versions to use for this release and all subsequent operations involving this release. If unset, then it will freeze the tool versions at the time of release creation." + }, "uid": { "description": "Output only. Unique identifier of the `Release`.", "readOnly": true, @@ -5449,6 +5453,31 @@ "description": "ReleaseCondition contains all conditions relevant to a Release.", "id": "ReleaseCondition", "properties": { + "dockerVersionSupportedCondition": { + "$ref": "ToolVersionSupportedCondition", + "description": "Output only. Details around the support state of the release's Docker version.", + "readOnly": true + }, + "helmVersionSupportedCondition": { + "$ref": "ToolVersionSupportedCondition", + "description": "Output only. Details around the support state of the release's Helm version.", + "readOnly": true + }, + "kptVersionSupportedCondition": { + "$ref": "ToolVersionSupportedCondition", + "description": "Output only. Details around the support state of the release's Kpt version.", + "readOnly": true + }, + "kubectlVersionSupportedCondition": { + "$ref": "ToolVersionSupportedCondition", + "description": "Output only. Details around the support state of the release's Kubectl version.", + "readOnly": true + }, + "kustomizeVersionSupportedCondition": { + "$ref": "ToolVersionSupportedCondition", + "description": "Output only. Details around the support state of the release's Kustomize version.", + "readOnly": true + }, "releaseReadyCondition": { "$ref": "ReleaseReadyCondition", "description": "Details around the Releases's overall status." @@ -5456,6 +5485,11 @@ "skaffoldSupportedCondition": { "$ref": "SkaffoldSupportedCondition", "description": "Details around the support state of the release's Skaffold version." + }, + "skaffoldVersionSupportedCondition": { + "$ref": "ToolVersionSupportedCondition", + "description": "Output only. Details around the support state of the release's Skaffold version.", + "readOnly": true } }, "type": "object" @@ -6368,7 +6402,7 @@ ], "enumDescriptions": [ "Rollout update type unspecified.", - "rollout state updated to pending.", + "Rollout state updated to pending (release has succeeded, waiting on the rollout to start).", "Rollout state updated to pending release.", "Rollout state updated to in progress.", "Rollout state updated to cancelling.", @@ -7237,6 +7271,78 @@ }, "type": "object" }, + "ToolVersionSupportedCondition": { + "description": "ToolVersionSupportedCondition contains information about when support for the release's version of a Tool ends.", + "id": "ToolVersionSupportedCondition", + "properties": { + "maintenanceModeTime": { + "description": "Output only. The time at which this release's version of the Tool will enter maintenance mode.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "status": { + "description": "Output only. True if the version of Tool used by this release is supported.", + "readOnly": true, + "type": "boolean" + }, + "supportExpirationTime": { + "description": "Output only. The time at which this release's version of the Tool will no longer be supported.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "toolVersionSupportState": { + "description": "Output only. The Tool support state for this release's version of the Tool.", + "enum": [ + "TOOL_VERSION_SUPPORT_STATE_UNSPECIFIED", + "TOOL_VERSION_SUPPORT_STATE_SUPPORTED", + "TOOL_VERSION_SUPPORT_STATE_MAINTENANCE_MODE", + "TOOL_VERSION_SUPPORT_STATE_UNSUPPORTED" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "This Tool version is currently supported.", + "This Tool version is in maintenance mode.", + "This Tool version is no longer supported." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "ToolVersions": { + "description": "Details of ToolVersions for the release.", + "id": "ToolVersions", + "properties": { + "docker": { + "description": "Optional. The docker version to use for Cloud Deploy operations.", + "type": "string" + }, + "helm": { + "description": "Optional. The helm version to use for Cloud Deploy operations.", + "type": "string" + }, + "kpt": { + "description": "Optional. The kpt version to use for Cloud Deploy operations.", + "type": "string" + }, + "kubectl": { + "description": "Optional. The kubectl version to use for Cloud Deploy operations.", + "type": "string" + }, + "kustomize": { + "description": "Optional. The kustomize version to use for Cloud Deploy operations.", + "type": "string" + }, + "skaffold": { + "description": "Optional. The skaffold version to use for Cloud Deploy operations.", + "type": "string" + } + }, + "type": "object" + }, "VerifyJob": { "description": "A verify Job.", "id": "VerifyJob", diff --git a/DiscoveryJson/cloudfunctions.v1.json b/DiscoveryJson/cloudfunctions.v1.json index d6a95f575f7..764be874ac9 100644 --- a/DiscoveryJson/cloudfunctions.v1.json +++ b/DiscoveryJson/cloudfunctions.v1.json @@ -190,7 +190,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -563,7 +563,7 @@ } } }, - "revision": "20250929", + "revision": "20251023", "rootUrl": "https://cloudfunctions.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/DiscoveryJson/cloudfunctions.v2.json b/DiscoveryJson/cloudfunctions.v2.json index f7176e5cc51..1a7c0ff13c9 100644 --- a/DiscoveryJson/cloudfunctions.v2.json +++ b/DiscoveryJson/cloudfunctions.v2.json @@ -119,7 +119,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -755,7 +755,7 @@ } } }, - "revision": "20250929", + "revision": "20251106", "rootUrl": "https://cloudfunctions.googleapis.com/", "schemas": { "AbortFunctionUpgradeRequest": { @@ -2160,7 +2160,8 @@ "REDIRECT_FUNCTION_UPGRADE_TRAFFIC_SUCCESSFUL", "REDIRECT_FUNCTION_UPGRADE_TRAFFIC_ERROR", "ROLLBACK_FUNCTION_UPGRADE_TRAFFIC_ERROR", - "COMMIT_FUNCTION_UPGRADE_ERROR" + "COMMIT_FUNCTION_UPGRADE_ERROR", + "COMMIT_FUNCTION_UPGRADE_ERROR_ROLLBACK_SAFE" ], "enumDescriptions": [ "Unspecified state. Most functions are in this upgrade state.", @@ -2173,7 +2174,8 @@ "RedirectFunctionUpgradeTraffic API was successful and traffic is served by 2nd Gen function stack.", "RedirectFunctionUpgradeTraffic API was un-successful.", "RollbackFunctionUpgradeTraffic API was un-successful.", - "CommitFunctionUpgrade API was un-successful." + "CommitFunctionUpgrade API was un-successful and 1st gen function might have broken.", + "CommitFunctionUpgrade API was un-successful but safe to rollback traffic or abort." ], "type": "string" } diff --git a/DiscoveryJson/cloudfunctions.v2alpha.json b/DiscoveryJson/cloudfunctions.v2alpha.json index 04e26fb91a6..9aca49f3aba 100644 --- a/DiscoveryJson/cloudfunctions.v2alpha.json +++ b/DiscoveryJson/cloudfunctions.v2alpha.json @@ -119,7 +119,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -755,7 +755,7 @@ } } }, - "revision": "20250929", + "revision": "20251106", "rootUrl": "https://cloudfunctions.googleapis.com/", "schemas": { "AbortFunctionUpgradeRequest": { @@ -947,6 +947,28 @@ "properties": {}, "type": "object" }, + "DirectVpcNetworkInterface": { + "description": "The Direct VPC network interface. This is mutually exclusive with VPC Connector.", + "id": "DirectVpcNetworkInterface", + "properties": { + "network": { + "description": "Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.", + "type": "string" + }, + "subnetwork": { + "description": "Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.", + "type": "string" + }, + "tags": { + "description": "Optional. Network tags applied to this Cloud Function resource.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "EventFilter": { "description": "Filters events based on exact matches on the CloudEvents attributes.", "id": "EventFilter", @@ -1876,6 +1898,27 @@ "description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.", "type": "string" }, + "directVpcEgress": { + "description": "Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.", + "enum": [ + "DIRECT_VPC_EGRESS_UNSPECIFIED", + "VPC_EGRESS_PRIVATE_RANGES_ONLY", + "VPC_EGRESS_ALL_TRAFFIC" + ], + "enumDescriptions": [ + "Unspecified.", + "Sends only traffic to internal addresses through the VPC network.", + "Sends all outbound traffic through the VPC network." + ], + "type": "string" + }, + "directVpcNetworkInterface": { + "description": "Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is supported.", + "items": { + "$ref": "DirectVpcNetworkInterface" + }, + "type": "array" + }, "environmentVariables": { "additionalProperties": { "type": "string" @@ -2160,7 +2203,8 @@ "REDIRECT_FUNCTION_UPGRADE_TRAFFIC_SUCCESSFUL", "REDIRECT_FUNCTION_UPGRADE_TRAFFIC_ERROR", "ROLLBACK_FUNCTION_UPGRADE_TRAFFIC_ERROR", - "COMMIT_FUNCTION_UPGRADE_ERROR" + "COMMIT_FUNCTION_UPGRADE_ERROR", + "COMMIT_FUNCTION_UPGRADE_ERROR_ROLLBACK_SAFE" ], "enumDescriptions": [ "Unspecified state. Most functions are in this upgrade state.", @@ -2173,7 +2217,8 @@ "RedirectFunctionUpgradeTraffic API was successful and traffic is served by 2nd Gen function stack.", "RedirectFunctionUpgradeTraffic API was un-successful.", "RollbackFunctionUpgradeTraffic API was un-successful.", - "CommitFunctionUpgrade API was un-successful." + "CommitFunctionUpgrade API was un-successful and 1st gen function might have broken.", + "CommitFunctionUpgrade API was un-successful but safe to rollback traffic or abort." ], "type": "string" } diff --git a/DiscoveryJson/cloudfunctions.v2beta.json b/DiscoveryJson/cloudfunctions.v2beta.json index 0dedf52b651..cfc66755737 100644 --- a/DiscoveryJson/cloudfunctions.v2beta.json +++ b/DiscoveryJson/cloudfunctions.v2beta.json @@ -119,7 +119,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -755,7 +755,7 @@ } } }, - "revision": "20250929", + "revision": "20251106", "rootUrl": "https://cloudfunctions.googleapis.com/", "schemas": { "AbortFunctionUpgradeRequest": { @@ -947,6 +947,28 @@ "properties": {}, "type": "object" }, + "DirectVpcNetworkInterface": { + "description": "The Direct VPC network interface. This is mutually exclusive with VPC Connector.", + "id": "DirectVpcNetworkInterface", + "properties": { + "network": { + "description": "Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network or a subnet, or both. If you specify only a network, the subnet uses the same name as the network.", + "type": "string" + }, + "subnetwork": { + "description": "Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.", + "type": "string" + }, + "tags": { + "description": "Optional. Network tags applied to this Cloud Function resource.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "EventFilter": { "description": "Filters events based on exact matches on the CloudEvents attributes.", "id": "EventFilter", @@ -1876,6 +1898,27 @@ "description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.", "type": "string" }, + "directVpcEgress": { + "description": "Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY.", + "enum": [ + "DIRECT_VPC_EGRESS_UNSPECIFIED", + "VPC_EGRESS_PRIVATE_RANGES_ONLY", + "VPC_EGRESS_ALL_TRAFFIC" + ], + "enumDescriptions": [ + "Unspecified.", + "Sends only traffic to internal addresses through the VPC network.", + "Sends all outbound traffic through the VPC network." + ], + "type": "string" + }, + "directVpcNetworkInterface": { + "description": "Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is supported.", + "items": { + "$ref": "DirectVpcNetworkInterface" + }, + "type": "array" + }, "environmentVariables": { "additionalProperties": { "type": "string" @@ -2160,7 +2203,8 @@ "REDIRECT_FUNCTION_UPGRADE_TRAFFIC_SUCCESSFUL", "REDIRECT_FUNCTION_UPGRADE_TRAFFIC_ERROR", "ROLLBACK_FUNCTION_UPGRADE_TRAFFIC_ERROR", - "COMMIT_FUNCTION_UPGRADE_ERROR" + "COMMIT_FUNCTION_UPGRADE_ERROR", + "COMMIT_FUNCTION_UPGRADE_ERROR_ROLLBACK_SAFE" ], "enumDescriptions": [ "Unspecified state. Most functions are in this upgrade state.", @@ -2173,7 +2217,8 @@ "RedirectFunctionUpgradeTraffic API was successful and traffic is served by 2nd Gen function stack.", "RedirectFunctionUpgradeTraffic API was un-successful.", "RollbackFunctionUpgradeTraffic API was un-successful.", - "CommitFunctionUpgrade API was un-successful." + "CommitFunctionUpgrade API was un-successful and 1st gen function might have broken.", + "CommitFunctionUpgrade API was un-successful but safe to rollback traffic or abort." ], "type": "string" } diff --git a/DiscoveryJson/cloudidentity.v1.json b/DiscoveryJson/cloudidentity.v1.json index e96a0e309c5..1e1cdd21997 100644 --- a/DiscoveryJson/cloudidentity.v1.json +++ b/DiscoveryJson/cloudidentity.v1.json @@ -2179,7 +2179,7 @@ "policies": { "methods": { "get": { - "description": "Get a Policy", + "description": "Get a policy.", "flatPath": "v1/policies/{policiesId}", "httpMethod": "GET", "id": "cloudidentity.policies.get", @@ -2205,7 +2205,7 @@ ] }, "list": { - "description": "List Policies", + "description": "List policies.", "flatPath": "v1/policies", "httpMethod": "GET", "id": "cloudidentity.policies.list", @@ -2240,7 +2240,7 @@ } } }, - "revision": "20250923", + "revision": "20251021", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { diff --git a/DiscoveryJson/cloudidentity.v1beta1.json b/DiscoveryJson/cloudidentity.v1beta1.json index f5573db7874..d2f4a03f8ab 100644 --- a/DiscoveryJson/cloudidentity.v1beta1.json +++ b/DiscoveryJson/cloudidentity.v1beta1.json @@ -2216,8 +2216,51 @@ }, "policies": { "methods": { + "create": { + "description": "Create a policy.", + "flatPath": "v1beta1/policies", + "httpMethod": "POST", + "id": "cloudidentity.policies.create", + "parameterOrder": [], + "parameters": {}, + "path": "v1beta1/policies", + "request": { + "$ref": "Policy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-identity.policies" + ] + }, + "delete": { + "description": "Delete a policy.", + "flatPath": "v1beta1/policies/{policiesId}", + "httpMethod": "DELETE", + "id": "cloudidentity.policies.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the policy to retrieve. Format: \"policies/{policy}\".", + "location": "path", + "pattern": "^policies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+name}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-identity.policies" + ] + }, "get": { - "description": "Get a Policy", + "description": "Get a policy.", "flatPath": "v1beta1/policies/{policiesId}", "httpMethod": "GET", "id": "cloudidentity.policies.get", @@ -2243,7 +2286,7 @@ ] }, "list": { - "description": "List Policies", + "description": "List policies.", "flatPath": "v1beta1/policies", "httpMethod": "GET", "id": "cloudidentity.policies.list", @@ -2274,11 +2317,39 @@ "https://www.googleapis.com/auth/cloud-identity.policies", "https://www.googleapis.com/auth/cloud-identity.policies.readonly" ] + }, + "patch": { + "description": "Update a policy.", + "flatPath": "v1beta1/policies/{policiesId}", + "httpMethod": "PATCH", + "id": "cloudidentity.policies.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. Identifier. The [resource name](https://cloud.google.com/apis/design/resource_names) of the Policy. Format: policies/{policy}.", + "location": "path", + "pattern": "^policies/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+name}", + "request": { + "$ref": "Policy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-identity.policies" + ] } } } }, - "revision": "20250916", + "revision": "20251027", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { diff --git a/DiscoveryJson/cloudkms.v1.json b/DiscoveryJson/cloudkms.v1.json index 0bad1eecf8e..9466c5bf2e7 100644 --- a/DiscoveryJson/cloudkms.v1.json +++ b/DiscoveryJson/cloudkms.v1.json @@ -203,7 +203,7 @@ "folders": { "methods": { "getAutokeyConfig": { - "description": "Returns the AutokeyConfig for a folder or project.", + "description": "Returns the AutokeyConfig for a folder.", "flatPath": "v1/folders/{foldersId}/autokeyConfig", "httpMethod": "GET", "id": "cloudkms.folders.getAutokeyConfig", @@ -212,7 +212,7 @@ ], "parameters": { "name": { - "description": "Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.", + "description": "Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`.", "location": "path", "pattern": "^folders/[^/]+/autokeyConfig$", "required": true, @@ -393,32 +393,6 @@ }, "projects": { "methods": { - "getAutokeyConfig": { - "description": "Returns the AutokeyConfig for a folder or project.", - "flatPath": "v1/projects/{projectsId}/autokeyConfig", - "httpMethod": "GET", - "id": "cloudkms.projects.getAutokeyConfig", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.", - "location": "path", - "pattern": "^projects/[^/]+/autokeyConfig$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "AutokeyConfig" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloudkms" - ] - }, "getKajPolicyConfig": { "description": "Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.", "flatPath": "v1/projects/{projectsId}/kajPolicyConfig", @@ -523,41 +497,6 @@ "https://www.googleapis.com/auth/cloudkms" ] }, - "updateAutokeyConfig": { - "description": "Updates the AutokeyConfig for a folder. The caller must have both `cloudkms.autokeyConfigs.update` permission on the parent folder and `cloudkms.cryptoKeys.setIamPolicy` permission on the provided key project. A KeyHandle creation in the folder's descendant projects will use this configuration to determine where to create the resulting CryptoKey.", - "flatPath": "v1/projects/{projectsId}/autokeyConfig", - "httpMethod": "PATCH", - "id": "cloudkms.projects.updateAutokeyConfig", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` `projects/{PROJECT_NUMBER}/autokeyConfig`.", - "location": "path", - "pattern": "^projects/[^/]+/autokeyConfig$", - "required": true, - "type": "string" - }, - "updateMask": { - "description": "Required. Masks which fields of the AutokeyConfig to update, e.g. `keyProject`.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "AutokeyConfig" - }, - "response": { - "$ref": "AutokeyConfig" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloudkms" - ] - }, "updateKajPolicyConfig": { "description": "Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.", "flatPath": "v1/projects/{projectsId}/kajPolicyConfig", @@ -688,7 +627,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2496,7 +2435,7 @@ } } }, - "revision": "20250926", + "revision": "20251023", "rootUrl": "https://cloudkms.googleapis.com/", "schemas": { "AsymmetricDecryptRequest": { @@ -2965,7 +2904,9 @@ "ML_KEM_768", "ML_KEM_1024", "KEM_XWING", + "PQ_SIGN_ML_DSA_44", "PQ_SIGN_ML_DSA_65", + "PQ_SIGN_ML_DSA_87", "PQ_SIGN_SLH_DSA_SHA2_128S", "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" ], @@ -3009,7 +2950,9 @@ "ML-KEM-768 (FIPS 203)", "ML-KEM-1024 (FIPS 203)", "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.", "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." ], @@ -3183,7 +3126,9 @@ "ML_KEM_768", "ML_KEM_1024", "KEM_XWING", + "PQ_SIGN_ML_DSA_44", "PQ_SIGN_ML_DSA_65", + "PQ_SIGN_ML_DSA_87", "PQ_SIGN_SLH_DSA_SHA2_128S", "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" ], @@ -3227,7 +3172,9 @@ "ML-KEM-768 (FIPS 203)", "ML-KEM-1024 (FIPS 203)", "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.", "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." ], @@ -3676,7 +3623,9 @@ "ML_KEM_768", "ML_KEM_1024", "KEM_XWING", + "PQ_SIGN_ML_DSA_44", "PQ_SIGN_ML_DSA_65", + "PQ_SIGN_ML_DSA_87", "PQ_SIGN_SLH_DSA_SHA2_128S", "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" ], @@ -3720,7 +3669,9 @@ "ML-KEM-768 (FIPS 203)", "ML-KEM-1024 (FIPS 203)", "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.", "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." ], @@ -4437,7 +4388,9 @@ "ML_KEM_768", "ML_KEM_1024", "KEM_XWING", + "PQ_SIGN_ML_DSA_44", "PQ_SIGN_ML_DSA_65", + "PQ_SIGN_ML_DSA_87", "PQ_SIGN_SLH_DSA_SHA2_128S", "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" ], @@ -4481,7 +4434,9 @@ "ML-KEM-768 (FIPS 203)", "ML-KEM-1024 (FIPS 203)", "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.", "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." ], diff --git a/DiscoveryJson/cloudlocationfinder.v1.json b/DiscoveryJson/cloudlocationfinder.v1.json index 938fb22aedb..fd203d0a1fe 100644 --- a/DiscoveryJson/cloudlocationfinder.v1.json +++ b/DiscoveryJson/cloudlocationfinder.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -304,7 +304,7 @@ } } }, - "revision": "20250905", + "revision": "20251022", "rootUrl": "https://cloudlocationfinder.googleapis.com/", "schemas": { "CloudLocation": { diff --git a/DiscoveryJson/cloudlocationfinder.v1alpha.json b/DiscoveryJson/cloudlocationfinder.v1alpha.json index a7f98614cf5..42ce91be56d 100644 --- a/DiscoveryJson/cloudlocationfinder.v1alpha.json +++ b/DiscoveryJson/cloudlocationfinder.v1alpha.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -304,7 +304,7 @@ } } }, - "revision": "20250905", + "revision": "20251022", "rootUrl": "https://cloudlocationfinder.googleapis.com/", "schemas": { "CloudLocation": { diff --git a/DiscoveryJson/cloudresourcemanager.v1.json b/DiscoveryJson/cloudresourcemanager.v1.json index 3f0a672f3ea..525ad964684 100644 --- a/DiscoveryJson/cloudresourcemanager.v1.json +++ b/DiscoveryJson/cloudresourcemanager.v1.json @@ -1171,7 +1171,7 @@ } } }, - "revision": "20250606", + "revision": "20251103", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "Ancestor": { @@ -1567,7 +1567,8 @@ "CYCLE_INTRODUCED_VIOLATION", "FOLDER_BEING_MOVED_VIOLATION", "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION", - "DELETED_FOLDER_HEIGHT_VIOLATION" + "DELETED_FOLDER_HEIGHT_VIOLATION", + "FOLDER_TO_DELETE_CONFIGURED_CAPABILITY_VIOLATION" ], "enumDescriptions": [ "The error type was unrecognized or unspecified.", @@ -1579,7 +1580,8 @@ "The attempted action would introduce cycle in resource path.", "The attempted action would move a folder that is already being moved.", "The folder the caller is trying to delete contains active resources.", - "The attempted action would violate the max deleted folder depth constraint." + "The attempted action would violate the max deleted folder depth constraint.", + "The folder being deleted has a configured capability." ], "type": "string" } diff --git a/DiscoveryJson/cloudresourcemanager.v1beta1.json b/DiscoveryJson/cloudresourcemanager.v1beta1.json index 118cdde2cf9..6a597a5bcba 100644 --- a/DiscoveryJson/cloudresourcemanager.v1beta1.json +++ b/DiscoveryJson/cloudresourcemanager.v1beta1.json @@ -568,7 +568,7 @@ } } }, - "revision": "20250606", + "revision": "20251103", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "Ancestor": { @@ -885,7 +885,8 @@ "CYCLE_INTRODUCED_VIOLATION", "FOLDER_BEING_MOVED_VIOLATION", "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION", - "DELETED_FOLDER_HEIGHT_VIOLATION" + "DELETED_FOLDER_HEIGHT_VIOLATION", + "FOLDER_TO_DELETE_CONFIGURED_CAPABILITY_VIOLATION" ], "enumDescriptions": [ "The error type was unrecognized or unspecified.", @@ -897,7 +898,8 @@ "The attempted action would introduce cycle in resource path.", "The attempted action would move a folder that is already being moved.", "The folder the caller is trying to delete contains active resources.", - "The attempted action would violate the max deleted folder depth constraint." + "The attempted action would violate the max deleted folder depth constraint.", + "The folder being deleted has a configured capability." ], "type": "string" } diff --git a/DiscoveryJson/cloudresourcemanager.v2.json b/DiscoveryJson/cloudresourcemanager.v2.json index d085efac408..9c18a4fc38a 100644 --- a/DiscoveryJson/cloudresourcemanager.v2.json +++ b/DiscoveryJson/cloudresourcemanager.v2.json @@ -450,7 +450,7 @@ } } }, - "revision": "20250417", + "revision": "20251103", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -811,7 +811,8 @@ "CYCLE_INTRODUCED_VIOLATION", "FOLDER_BEING_MOVED_VIOLATION", "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION", - "DELETED_FOLDER_HEIGHT_VIOLATION" + "DELETED_FOLDER_HEIGHT_VIOLATION", + "FOLDER_TO_DELETE_CONFIGURED_CAPABILITY_VIOLATION" ], "enumDescriptions": [ "The error type was unrecognized or unspecified.", @@ -823,7 +824,8 @@ "The attempted action would introduce cycle in resource path.", "The attempted action would move a folder that is already being moved.", "The folder the caller is trying to delete contains active resources.", - "The attempted action would violate the max deleted folder depth constraint." + "The attempted action would violate the max deleted folder depth constraint.", + "The folder being deleted has a configured capability." ], "type": "string" } diff --git a/DiscoveryJson/cloudresourcemanager.v2beta1.json b/DiscoveryJson/cloudresourcemanager.v2beta1.json index 073c7384f89..c1a979f2af7 100644 --- a/DiscoveryJson/cloudresourcemanager.v2beta1.json +++ b/DiscoveryJson/cloudresourcemanager.v2beta1.json @@ -450,7 +450,7 @@ } } }, - "revision": "20250417", + "revision": "20251103", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -811,7 +811,8 @@ "CYCLE_INTRODUCED_VIOLATION", "FOLDER_BEING_MOVED_VIOLATION", "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION", - "DELETED_FOLDER_HEIGHT_VIOLATION" + "DELETED_FOLDER_HEIGHT_VIOLATION", + "FOLDER_TO_DELETE_CONFIGURED_CAPABILITY_VIOLATION" ], "enumDescriptions": [ "The error type was unrecognized or unspecified.", @@ -823,7 +824,8 @@ "The attempted action would introduce cycle in resource path.", "The attempted action would move a folder that is already being moved.", "The folder the caller is trying to delete contains active resources.", - "The attempted action would violate the max deleted folder depth constraint." + "The attempted action would violate the max deleted folder depth constraint.", + "The folder being deleted has a configured capability." ], "type": "string" } diff --git a/DiscoveryJson/cloudresourcemanager.v3.json b/DiscoveryJson/cloudresourcemanager.v3.json index 849c77d5ba1..666d12a63ae 100644 --- a/DiscoveryJson/cloudresourcemanager.v3.json +++ b/DiscoveryJson/cloudresourcemanager.v3.json @@ -697,11 +697,11 @@ "https://www.googleapis.com/auth/cloud-platform.read-only" ] }, - "update": { - "description": "Updates tag bindings directly attached to a GCP resource.", + "patch": { + "description": "Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or \"*\".", "flatPath": "v3/locations/{locationsId}/tagBindingCollections/{tagBindingCollectionsId}", - "httpMethod": "PUT", - "id": "cloudresourcemanager.locations.tagBindingCollections.update", + "httpMethod": "PATCH", + "id": "cloudresourcemanager.locations.tagBindingCollections.patch", "parameterOrder": [ "name" ], @@ -712,6 +712,12 @@ "pattern": "^locations/[^/]+/tagBindingCollections/[^/]+$", "required": true, "type": "string" + }, + "updateMask": { + "description": "Optional. An update mask to selectively update fields.", + "format": "google-fieldmask", + "location": "query", + "type": "string" } }, "path": "v3/{+name}", @@ -1962,7 +1968,7 @@ } } }, - "revision": "20250606", + "revision": "20251103", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -2413,7 +2419,8 @@ "CYCLE_INTRODUCED_VIOLATION", "FOLDER_BEING_MOVED_VIOLATION", "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION", - "DELETED_FOLDER_HEIGHT_VIOLATION" + "DELETED_FOLDER_HEIGHT_VIOLATION", + "FOLDER_TO_DELETE_CONFIGURED_CAPABILITY_VIOLATION" ], "enumDescriptions": [ "The error type was unrecognized or unspecified.", @@ -2425,7 +2432,8 @@ "The attempted action would introduce cycle in resource path.", "The attempted action would move a folder that is already being moved.", "The folder the caller is trying to delete contains active resources.", - "The attempted action would violate the max deleted folder depth constraint." + "The attempted action would violate the max deleted folder depth constraint.", + "The folder being deleted has a configured capability." ], "type": "string" } @@ -2621,7 +2629,7 @@ "id": "ListTagValuesResponse", "properties": { "nextPageToken": { - "description": "A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.", + "description": "A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue.", "type": "string" }, "tagValues": { @@ -3091,6 +3099,10 @@ "description": "A TagKey, used to group a set of TagValues.", "id": "TagKey", "properties": { + "allowedValuesRegex": { + "description": "Optional. Regular expression constraint for freeform tag values. If present, it implicitly allows freeform values (constrained by the regex).", + "type": "string" + }, "createTime": { "description": "Output only. Creation time.", "format": "google-datetime", diff --git a/DiscoveryJson/cloudscheduler.v1.json b/DiscoveryJson/cloudscheduler.v1.json index 6d2bfb7c106..bb0a79a8a79 100644 --- a/DiscoveryJson/cloudscheduler.v1.json +++ b/DiscoveryJson/cloudscheduler.v1.json @@ -134,6 +134,31 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "getCmekConfig": { + "description": "Gets the Scheduler config in the project/region.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cmekConfig", + "httpMethod": "GET", + "id": "cloudscheduler.projects.locations.getCmekConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The config name. For example: projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/cmekConfig$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "CmekConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "list": { "description": "Lists information about the supported locations for this service.", "flatPath": "v1/projects/{projectsId}/locations", @@ -144,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -180,6 +205,40 @@ "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] + }, + "updateCmekConfig": { + "description": "Initializes or Updates the a scheduler config.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cmekConfig", + "httpMethod": "PATCH", + "id": "cloudscheduler.projects.locations.updateCmekConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The config resource name which includes the project and location and must end in 'cmekConfig', in the format projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/cmekConfig$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. List of fields to be updated in this request.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "CmekConfig" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] } }, "resources": { @@ -309,7 +368,7 @@ ], "parameters": { "name": { - "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", + "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling [locations.list](/scheduler/docs/reference/rest/v1/projects.locations/list). For more information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/jobs/[^/]+$", "required": true, @@ -552,7 +611,7 @@ } } }, - "revision": "20250925", + "revision": "20251022", "rootUrl": "https://cloudscheduler.googleapis.com/", "schemas": { "AppEngineHttpTarget": { @@ -635,6 +694,21 @@ "properties": {}, "type": "object" }, + "CmekConfig": { + "description": "Describes the project/location configuration of Cloud Scheduler Resources.", + "id": "CmekConfig", + "properties": { + "kmsKeyName": { + "description": "Optional. Resource name of the Cloud KMS key, of the form `projects/PROJECT_ID/locations/LOCATION_ID/keyRings/KEY_RING_ID/cryptoKeys/KEY_ID`, that will be used to encrypt Jobs in the region. Setting this as blank will turn off CMEK encryption.", + "type": "string" + }, + "name": { + "description": "Identifier. The config resource name which includes the project and location and must end in 'cmekConfig', in the format projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig`", + "type": "string" + } + }, + "type": "object" + }, "Empty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", @@ -724,7 +798,7 @@ "type": "string" }, "name": { - "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", + "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling [locations.list](/scheduler/docs/reference/rest/v1/projects.locations/list). For more information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", "type": "string" }, "pubsubTarget": { @@ -741,7 +815,7 @@ "type": "boolean" }, "schedule": { - "description": "Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * [Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled time occurs. If retry_count > 0 and a job attempt fails, the job will be tried a total of retry_count times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job attempt will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled execution time. Setting retry_count to 0 does not prevent failed jobs from running according to schedule after the failure.", + "description": "Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * [Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled time occurs. If retry_count > 0 and a job attempt fails, the job will be tried a total of retry_count times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job attempt will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled execution time. Setting retry_count to 0 does not prevent failed jobs from running according to schedule after the failure.", "type": "string" }, "scheduleTime": { @@ -1059,7 +1133,7 @@ "type": "object" }, "RetryConfig": { - "description": "Settings that determine the retry behavior. For more information, see [Retry jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings in RetryConfig.", + "description": "Settings that determine the retry behavior. For more information, see [Retry jobs](/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings in RetryConfig.", "id": "RetryConfig", "properties": { "maxBackoffDuration": { @@ -1068,7 +1142,7 @@ "type": "string" }, "maxDoublings": { - "description": "The time between retries will double `max_doublings` times. A job's retry interval starts at min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally retries at intervals of max_backoff_duration up to retry_count times. For examples, see [Retry jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is 5.", + "description": "The time between retries will double `max_doublings` times. A job's retry interval starts at min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally retries at intervals of max_backoff_duration up to retry_count times. For examples, see [Retry jobs](/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is 5.", "format": "int32", "type": "integer" }, diff --git a/DiscoveryJson/cloudscheduler.v1beta1.json b/DiscoveryJson/cloudscheduler.v1beta1.json index 3d6dacb4f24..e5f126d6329 100644 --- a/DiscoveryJson/cloudscheduler.v1beta1.json +++ b/DiscoveryJson/cloudscheduler.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -324,7 +324,7 @@ ], "parameters": { "name": { - "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", + "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling [locations.list](/scheduler/docs/reference/rest/v1beta1/projects.locations/list). For more information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/jobs/[^/]+$", "required": true, @@ -433,13 +433,141 @@ ] } } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "cloudscheduler.projects.locations.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+name}:cancel", + "request": { + "$ref": "CancelOperationRequest" + }, + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "cloudscheduler.projects.locations.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "cloudscheduler.projects.locations.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+name}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations", + "httpMethod": "GET", + "id": "cloudscheduler.projects.locations.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1beta1/{+name}/operations", + "response": { + "$ref": "ListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } } } } } } }, - "revision": "20250917", + "revision": "20251022", "rootUrl": "https://cloudscheduler.googleapis.com/", "schemas": { "AppEngineHttpTarget": { @@ -516,6 +644,12 @@ }, "type": "object" }, + "CancelOperationRequest": { + "description": "The request message for Operations.CancelOperation.", + "id": "CancelOperationRequest", + "properties": {}, + "type": "object" + }, "Empty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", @@ -609,7 +743,7 @@ "type": "boolean" }, "name": { - "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", + "description": "Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling [locations.list](/scheduler/docs/reference/rest/v1beta1/projects.locations/list). For more information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.", "type": "string" }, "pubsubTarget": { @@ -626,7 +760,7 @@ "type": "boolean" }, "schedule": { - "description": "Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * [Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled time occurs. If retry_count > 0 and a job attempt fails, the job will be tried a total of retry_count times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job attempt will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled execution time. Setting retry_count to 0 does not prevent failed jobs from running according to schedule after the failure.", + "description": "Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * [Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled time occurs. If retry_count > 0 and a job attempt fails, the job will be tried a total of retry_count times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job attempt will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled execution time. Setting retry_count to 0 does not prevent failed jobs from running according to schedule after the failure.", "type": "string" }, "scheduleTime": { @@ -708,6 +842,31 @@ }, "type": "object" }, + "ListOperationsResponse": { + "description": "The response message for Operations.ListOperations.", + "id": "ListOperationsResponse", + "properties": { + "nextPageToken": { + "description": "The standard List next-page token.", + "type": "string" + }, + "operations": { + "description": "A list of operations that matches the specified filter in the request.", + "items": { + "$ref": "Operation" + }, + "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "Location": { "description": "A resource that represents a Google Cloud location.", "id": "Location", @@ -772,6 +931,41 @@ }, "type": "object" }, + "Operation": { + "description": "This resource represents a long-running operation that is the result of a network API call.", + "id": "Operation", + "properties": { + "done": { + "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", + "type": "boolean" + }, + "error": { + "$ref": "Status", + "description": "The error result of the operation in case of failure or cancellation." + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", + "type": "object" + }, + "name": { + "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", + "type": "string" + }, + "response": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", + "type": "object" + } + }, + "type": "object" + }, "OperationMetadata": { "description": "Represents the metadata of the long-running operation.", "id": "OperationMetadata", @@ -884,7 +1078,7 @@ "type": "object" }, "RetryConfig": { - "description": "Settings that determine the retry behavior. For more information, see [Retry jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings in RetryConfig.", + "description": "Settings that determine the retry behavior. For more information, see [Retry jobs](/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings in RetryConfig.", "id": "RetryConfig", "properties": { "maxBackoffDuration": { @@ -893,7 +1087,7 @@ "type": "string" }, "maxDoublings": { - "description": "The time between retries will double `max_doublings` times. A job's retry interval starts at min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally retries at intervals of max_backoff_duration up to retry_count times. For examples, see [Retry jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is 5.", + "description": "The time between retries will double `max_doublings` times. A job's retry interval starts at min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally retries at intervals of max_backoff_duration up to retry_count times. For examples, see [Retry jobs](/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is 5.", "format": "int32", "type": "integer" }, diff --git a/DiscoveryJson/cloudshell.v1.json b/DiscoveryJson/cloudshell.v1.json index bf21a0d7187..7fea848f5dd 100644 --- a/DiscoveryJson/cloudshell.v1.json +++ b/DiscoveryJson/cloudshell.v1.json @@ -293,6 +293,43 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "generateAccessToken": { + "description": "Generates an access token for the user's environment.", + "flatPath": "v1/users/{usersId}/environments/{environmentsId}:generateAccessToken", + "httpMethod": "GET", + "id": "cloudshell.users.environments.generateAccessToken", + "parameterOrder": [ + "environment" + ], + "parameters": { + "environment": { + "description": "Required. The environment to generate the access token for.", + "location": "path", + "pattern": "^users/[^/]+/environments/[^/]+$", + "required": true, + "type": "string" + }, + "expireTime": { + "description": "Desired expiration time of the access token. This value must be at most 24 hours in the future. If a value is not specified, the token's expiration time will be set to a default value of 1 hour in the future.", + "format": "google-datetime", + "location": "query", + "type": "string" + }, + "ttl": { + "description": "Desired lifetime duration of the access token. This value must be at most 24 hours. If a value is not specified, the token's lifetime will be set to a default value of 1 hour.", + "format": "google-duration", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+environment}:generateAccessToken", + "response": { + "$ref": "GenerateAccessTokenResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "get": { "description": "Gets an environment. Returns NOT_FOUND if the environment does not exist.", "flatPath": "v1/users/{usersId}/environments/{environmentsId}", @@ -379,7 +416,7 @@ } } }, - "revision": "20250930", + "revision": "20251105", "rootUrl": "https://cloudshell.googleapis.com/", "schemas": { "AddPublicKeyMetadata": { @@ -534,6 +571,17 @@ }, "type": "object" }, + "GenerateAccessTokenResponse": { + "description": "Response message for GenerateAccessToken.", + "id": "GenerateAccessTokenResponse", + "properties": { + "accessToken": { + "description": "The access token.", + "type": "string" + } + }, + "type": "object" + }, "ListOperationsResponse": { "description": "The response message for Operations.ListOperations.", "id": "ListOperationsResponse", diff --git a/DiscoveryJson/cloudtasks.v2.json b/DiscoveryJson/cloudtasks.v2.json index 93d1ea8f73e..26ce9c83ec1 100644 --- a/DiscoveryJson/cloudtasks.v2.json +++ b/DiscoveryJson/cloudtasks.v2.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -785,7 +785,7 @@ } } }, - "revision": "20250914", + "revision": "20251021", "rootUrl": "https://cloudtasks.googleapis.com/", "schemas": { "AppEngineHttpRequest": { diff --git a/DiscoveryJson/cloudtasks.v2beta2.json b/DiscoveryJson/cloudtasks.v2beta2.json index 1527172a874..0a8680d289f 100644 --- a/DiscoveryJson/cloudtasks.v2beta2.json +++ b/DiscoveryJson/cloudtasks.v2beta2.json @@ -201,7 +201,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -941,7 +941,7 @@ } } }, - "revision": "20250914", + "revision": "20251021", "rootUrl": "https://cloudtasks.googleapis.com/", "schemas": { "AcknowledgeTaskRequest": { diff --git a/DiscoveryJson/cloudtasks.v2beta3.json b/DiscoveryJson/cloudtasks.v2beta3.json index f08d537fa34..e5e17a4e60f 100644 --- a/DiscoveryJson/cloudtasks.v2beta3.json +++ b/DiscoveryJson/cloudtasks.v2beta3.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -797,7 +797,7 @@ } } }, - "revision": "20250914", + "revision": "20251021", "rootUrl": "https://cloudtasks.googleapis.com/", "schemas": { "AppEngineHttpQueue": { diff --git a/DiscoveryJson/cloudtrace.v1.json b/DiscoveryJson/cloudtrace.v1.json index 2acc56a4e43..064f15eba42 100644 --- a/DiscoveryJson/cloudtrace.v1.json +++ b/DiscoveryJson/cloudtrace.v1.json @@ -20,7 +20,7 @@ "canonicalName": "Cloud Trace", "description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry. ", "discoveryVersion": "v1", - "documentationLink": "https://cloud.google.com/trace", + "documentationLink": "https://cloud.google.com/trace/", "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -257,7 +257,7 @@ } } }, - "revision": "20250530", + "revision": "20251003", "rootUrl": "https://cloudtrace.googleapis.com/", "schemas": { "Empty": { diff --git a/DiscoveryJson/cloudtrace.v2.json b/DiscoveryJson/cloudtrace.v2.json index 57878bc8c73..62c87d03ea1 100644 --- a/DiscoveryJson/cloudtrace.v2.json +++ b/DiscoveryJson/cloudtrace.v2.json @@ -17,7 +17,7 @@ "canonicalName": "Cloud Trace", "description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry. ", "discoveryVersion": "v1", - "documentationLink": "https://cloud.google.com/trace", + "documentationLink": "https://cloud.google.com/trace/", "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -181,7 +181,7 @@ } } }, - "revision": "20250411", + "revision": "20251003", "rootUrl": "https://cloudtrace.googleapis.com/", "schemas": { "Annotation": { diff --git a/DiscoveryJson/cloudtrace.v2beta1.json b/DiscoveryJson/cloudtrace.v2beta1.json index e332ace69d4..37d43e71b95 100644 --- a/DiscoveryJson/cloudtrace.v2beta1.json +++ b/DiscoveryJson/cloudtrace.v2beta1.json @@ -20,7 +20,7 @@ "canonicalName": "Cloud Trace", "description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry. ", "discoveryVersion": "v1", - "documentationLink": "https://cloud.google.com/trace", + "documentationLink": "https://cloud.google.com/trace/", "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -273,7 +273,7 @@ } } }, - "revision": "20240712", + "revision": "20251003", "rootUrl": "https://cloudtrace.googleapis.com/", "schemas": { "Empty": { diff --git a/DiscoveryJson/compute.v1.json b/DiscoveryJson/compute.v1.json index abb0fa247d9..4838cde7749 100644 --- a/DiscoveryJson/compute.v1.json +++ b/DiscoveryJson/compute.v1.json @@ -26,7 +26,7 @@ "basePath": "/compute/v1/", "baseUrl": "https://compute.googleapis.com/compute/v1/", "batchPath": "batch/compute/v1", - "description": "Creates and runs virtual machines on Google Cloud Platform. ", + "description": "Creates and runs virtual machines on Google Cloud Platform.", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/compute/", "icons": { @@ -126,7 +126,7 @@ "acceleratorTypes": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of accelerator types. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of accelerator types.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/acceleratorTypes", "httpMethod": "GET", "id": "compute.acceleratorTypes.aggregatedList", @@ -135,30 +135,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -170,12 +170,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -235,7 +235,7 @@ ] }, "list": { - "description": "Retrieves a list of accelerator types that are available to the specified project.", + "description": "Retrieves a list of accelerator types that are available to the specified\nproject.", "flatPath": "projects/{project}/zones/{zone}/acceleratorTypes", "httpMethod": "GET", "id": "compute.acceleratorTypes.list", @@ -245,25 +245,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -275,7 +275,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -302,7 +302,7 @@ "addresses": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of addresses. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of addresses.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/addresses", "httpMethod": "GET", "id": "compute.addresses.aggregatedList", @@ -311,30 +311,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -346,12 +346,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -400,7 +400,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -458,7 +458,7 @@ ] }, "insert": { - "description": "Creates an address resource in the specified project by using the data included in the request.", + "description": "Creates an address resource in the specified project by using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/addresses", "httpMethod": "POST", "id": "compute.addresses.insert", @@ -482,7 +482,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -500,7 +500,7 @@ ] }, "list": { - "description": "Retrieves a list of addresses contained within the specified region.", + "description": "Retrieves a list of addresses contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/addresses", "httpMethod": "GET", "id": "compute.addresses.list", @@ -510,25 +510,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -547,7 +547,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -595,7 +595,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -613,7 +613,7 @@ ] }, "setLabels": { - "description": "Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on an Address. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/regions/{region}/addresses/{resource}/setLabels", "httpMethod": "POST", "id": "compute.addresses.setLabels", @@ -638,7 +638,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -713,7 +713,7 @@ "autoscalers": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of autoscalers.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/autoscalers", "httpMethod": "GET", "id": "compute.autoscalers.aggregatedList", @@ -722,30 +722,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -757,12 +757,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -804,7 +804,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -869,7 +869,7 @@ ] }, "insert": { - "description": "Creates an autoscaler in the specified project using the data included in the request.", + "description": "Creates an autoscaler in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/zones/{zone}/autoscalers", "httpMethod": "POST", "id": "compute.autoscalers.insert", @@ -886,7 +886,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -911,7 +911,7 @@ ] }, "list": { - "description": "Retrieves a list of autoscalers contained within the specified zone.", + "description": "Retrieves a list of autoscalers contained within\nthe specified zone.", "flatPath": "projects/{project}/zones/{zone}/autoscalers", "httpMethod": "GET", "id": "compute.autoscalers.list", @@ -921,25 +921,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -951,7 +951,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -974,7 +974,7 @@ ] }, "patch": { - "description": "Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates an autoscaler in the specified project using the data\nincluded in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/zones/{zone}/autoscalers", "httpMethod": "PATCH", "id": "compute.autoscalers.patch", @@ -997,7 +997,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -1022,7 +1022,7 @@ ] }, "update": { - "description": "Updates an autoscaler in the specified project using the data included in the request.", + "description": "Updates an autoscaler in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/zones/{zone}/autoscalers", "httpMethod": "PUT", "id": "compute.autoscalers.update", @@ -1045,7 +1045,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -1074,7 +1074,7 @@ "backendBuckets": { "methods": { "addSignedUrlKey": { - "description": "Adds a key for validating requests with signed URLs for this backend bucket.", + "description": "Adds a key for validating requests with signed URLs for this backend\nbucket.", "flatPath": "projects/{project}/global/backendBuckets/{backendBucket}/addSignedUrlKey", "httpMethod": "POST", "id": "compute.backendBuckets.addSignedUrlKey", @@ -1084,7 +1084,7 @@ ], "parameters": { "backendBucket": { - "description": "Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.", + "description": "Name of the BackendBucket resource to which the Signed URL Key should be\nadded. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -1097,7 +1097,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1139,7 +1139,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1154,7 +1154,7 @@ ] }, "deleteSignedUrlKey": { - "description": "Deletes a key for validating requests with signed URLs for this backend bucket.", + "description": "Deletes a key for validating requests with signed URLs for this backend\nbucket.", "flatPath": "projects/{project}/global/backendBuckets/{backendBucket}/deleteSignedUrlKey", "httpMethod": "POST", "id": "compute.backendBuckets.deleteSignedUrlKey", @@ -1165,7 +1165,7 @@ ], "parameters": { "backendBucket": { - "description": "Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.", + "description": "Name of the BackendBucket resource to which the Signed URL Key should be\nadded. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -1184,7 +1184,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1234,7 +1234,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/backendBuckets/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.backendBuckets.getIamPolicy", @@ -1275,7 +1275,7 @@ ] }, "insert": { - "description": "Creates a BackendBucket resource in the specified project using the data included in the request.", + "description": "Creates a BackendBucket resource in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/global/backendBuckets", "httpMethod": "POST", "id": "compute.backendBuckets.insert", @@ -1291,7 +1291,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1309,7 +1309,7 @@ ] }, "list": { - "description": "Retrieves the list of BackendBucket resources available to the specified project.", + "description": "Retrieves the list of BackendBucket resources available to the specified\nproject.", "flatPath": "projects/{project}/global/backendBuckets", "httpMethod": "GET", "id": "compute.backendBuckets.list", @@ -1318,25 +1318,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -1348,7 +1348,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -1364,7 +1364,7 @@ ] }, "patch": { - "description": "Updates the specified BackendBucket resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the specified BackendBucket resource with the data included in the\nrequest. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/backendBuckets/{backendBucket}", "httpMethod": "PATCH", "id": "compute.backendBuckets.patch", @@ -1388,7 +1388,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1416,7 +1416,7 @@ ], "parameters": { "backendBucket": { - "description": "Name of the BackendBucket resource to which the security policy should be set. The name should conform to RFC1035.", + "description": "Name of the BackendBucket resource to which the security policy should be\nset. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -1429,7 +1429,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1447,7 +1447,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/backendBuckets/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.backendBuckets.setIamPolicy", @@ -1522,7 +1522,7 @@ ] }, "update": { - "description": "Updates the specified BackendBucket resource with the data included in the request.", + "description": "Updates the specified BackendBucket resource with the data included in the\nrequest.", "flatPath": "projects/{project}/global/backendBuckets/{backendBucket}", "httpMethod": "PUT", "id": "compute.backendBuckets.update", @@ -1546,7 +1546,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1568,7 +1568,7 @@ "backendServices": { "methods": { "addSignedUrlKey": { - "description": "Adds a key for validating requests with signed URLs for this backend service.", + "description": "Adds a key for validating requests with signed URLs for this backend\nservice.", "flatPath": "projects/{project}/global/backendServices/{backendService}/addSignedUrlKey", "httpMethod": "POST", "id": "compute.backendServices.addSignedUrlKey", @@ -1578,7 +1578,7 @@ ], "parameters": { "backendService": { - "description": "Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.", + "description": "Name of the BackendService resource to which the Signed URL Key should be\nadded. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -1591,7 +1591,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1609,7 +1609,7 @@ ] }, "aggregatedList": { - "description": "Retrieves the list of all BackendService resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all BackendService resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/backendServices", "httpMethod": "GET", "id": "compute.backendServices.aggregatedList", @@ -1618,30 +1618,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -1653,12 +1653,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -1699,7 +1699,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1714,7 +1714,7 @@ ] }, "deleteSignedUrlKey": { - "description": "Deletes a key for validating requests with signed URLs for this backend service.", + "description": "Deletes a key for validating requests with signed URLs for this backend\nservice.", "flatPath": "projects/{project}/global/backendServices/{backendService}/deleteSignedUrlKey", "httpMethod": "POST", "id": "compute.backendServices.deleteSignedUrlKey", @@ -1725,7 +1725,7 @@ ], "parameters": { "backendService": { - "description": "Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.", + "description": "Name of the BackendService resource to which the Signed URL Key should be\nadded. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -1744,7 +1744,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1826,7 +1826,7 @@ ] }, "getHealth": { - "description": "Gets the most recent health check results for this BackendService. Example request body: { \"group\": \"/zones/us-east1-b/instanceGroups/lb-backend-example\" }", + "description": "Gets the most recent health check results for this\nBackendService.\n\nExample request body:\n\n{\n \"group\": \"/zones/us-east1-b/instanceGroups/lb-backend-example\"\n}", "flatPath": "projects/{project}/global/backendServices/{backendService}/getHealth", "httpMethod": "POST", "id": "compute.backendServices.getHealth", @@ -1863,7 +1863,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/backendServices/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.backendServices.getIamPolicy", @@ -1904,7 +1904,7 @@ ] }, "insert": { - "description": "Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .", + "description": "Creates a BackendService resource in the specified project using\nthe data included in the request. For more information, see\nBackend services overview.", "flatPath": "projects/{project}/global/backendServices", "httpMethod": "POST", "id": "compute.backendServices.insert", @@ -1920,7 +1920,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -1938,7 +1938,7 @@ ] }, "list": { - "description": "Retrieves the list of BackendService resources available to the specified project.", + "description": "Retrieves the list of BackendService resources available to the specified\nproject.", "flatPath": "projects/{project}/global/backendServices", "httpMethod": "GET", "id": "compute.backendServices.list", @@ -1947,25 +1947,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -1977,7 +1977,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -2002,25 +2002,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -2032,7 +2032,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -2048,7 +2048,7 @@ ] }, "patch": { - "description": "Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Patches the specified BackendService resource with the data included in the\nrequest. For more information, see \nBackend services overview. This method\nsupports PATCH semantics and uses the JSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/backendServices/{backendService}", "httpMethod": "PATCH", "id": "compute.backendServices.patch", @@ -2072,7 +2072,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -2100,7 +2100,7 @@ ], "parameters": { "backendService": { - "description": "Name of the BackendService resource to which the edge security policy should be set. The name should conform to RFC1035.", + "description": "Name of the BackendService resource to which the edge security policy\nshould be set. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -2113,7 +2113,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -2131,7 +2131,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/backendServices/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.backendServices.setIamPolicy", @@ -2168,7 +2168,7 @@ ] }, "setSecurityPolicy": { - "description": "Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview", + "description": "Sets the Google Cloud Armor security policy for the specified backend\nservice. For more information, seeGoogle\nCloud Armor Overview", "flatPath": "projects/{project}/global/backendServices/{backendService}/setSecurityPolicy", "httpMethod": "POST", "id": "compute.backendServices.setSecurityPolicy", @@ -2178,7 +2178,7 @@ ], "parameters": { "backendService": { - "description": "Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.", + "description": "Name of the BackendService resource to which the security policy should be\nset. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -2191,7 +2191,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -2247,7 +2247,7 @@ ] }, "update": { - "description": "Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.", + "description": "Updates the specified BackendService resource with the data included in the\nrequest. For more information, seeBackend\nservices overview.", "flatPath": "projects/{project}/global/backendServices/{backendService}", "httpMethod": "PUT", "id": "compute.backendServices.update", @@ -2271,7 +2271,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -2290,10 +2290,235 @@ } } }, + "crossSiteNetworks": { + "methods": { + "delete": { + "description": "Deletes the specified cross-site network in the given scope.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}", + "httpMethod": "DELETE", + "id": "compute.crossSiteNetworks.delete", + "parameterOrder": [ + "project", + "crossSiteNetwork" + ], + "parameters": { + "crossSiteNetwork": { + "description": "Name of the cross-site network to delete.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "Returns the specified cross-site network in the given scope.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}", + "httpMethod": "GET", + "id": "compute.crossSiteNetworks.get", + "parameterOrder": [ + "project", + "crossSiteNetwork" + ], + "parameters": { + "crossSiteNetwork": { + "description": "Name of the cross-site network to return.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}", + "response": { + "$ref": "CrossSiteNetwork" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates a cross-site network in the specified project in the given scope\nusing the parameters that are included in the request.", + "flatPath": "projects/{project}/global/crossSiteNetworks", + "httpMethod": "POST", + "id": "compute.crossSiteNetworks.insert", + "parameterOrder": [ + "project" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", + "location": "query", + "type": "string" + }, + "validateOnly": { + "description": "[Input Only] Validate the new configuration, but don't create it.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/global/crossSiteNetworks", + "request": { + "$ref": "CrossSiteNetwork" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "list": { + "description": "Lists the cross-site networks for a project in the given scope.", + "flatPath": "projects/{project}/global/crossSiteNetworks", + "httpMethod": "GET", + "id": "compute.crossSiteNetworks.list", + "parameterOrder": [ + "project" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", + "location": "query", + "type": "string" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/global/crossSiteNetworks", + "response": { + "$ref": "CrossSiteNetworkList" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "patch": { + "description": "Updates the specified cross-site network with the data included in\nthe request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}", + "httpMethod": "PATCH", + "id": "compute.crossSiteNetworks.patch", + "parameterOrder": [ + "project", + "crossSiteNetwork" + ], + "parameters": { + "crossSiteNetwork": { + "description": "Name of the cross-site network to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", + "location": "query", + "type": "string" + }, + "updateMask": { + "description": "update_mask indicates fields to be updated as part of this request.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + }, + "validateOnly": { + "description": "[Input Only] Validate the new configuration, but don't update it.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}", + "request": { + "$ref": "CrossSiteNetwork" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + } + } + }, "diskTypes": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of disk types. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of disk types.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/diskTypes", "httpMethod": "GET", "id": "compute.diskTypes.aggregatedList", @@ -2302,30 +2527,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -2337,12 +2562,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -2402,7 +2627,7 @@ ] }, "list": { - "description": "Retrieves a list of disk types available to the specified project.", + "description": "Retrieves a list of disk types available to the specified\nproject.", "flatPath": "projects/{project}/zones/{zone}/diskTypes", "httpMethod": "GET", "id": "compute.diskTypes.list", @@ -2412,25 +2637,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -2442,7 +2667,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -2469,7 +2694,7 @@ "disks": { "methods": { "addResourcePolicies": { - "description": "Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.", + "description": "Adds existing resource policies to a disk. You can only add one\npolicy which will be applied to this disk for scheduling snapshot\ncreation.", "flatPath": "projects/{project}/zones/{zone}/disks/{disk}/addResourcePolicies", "httpMethod": "POST", "id": "compute.disks.addResourcePolicies", @@ -2494,7 +2719,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -2519,7 +2744,7 @@ ] }, "aggregatedList": { - "description": "Retrieves an aggregated list of persistent disks. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of persistent disks.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/disks", "httpMethod": "GET", "id": "compute.disks.aggregatedList", @@ -2528,30 +2753,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -2563,12 +2788,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -2602,7 +2827,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -2627,7 +2852,7 @@ ] }, "bulkSetLabels": { - "description": "Sets the labels on many disks at once. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on many disks at once. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/zones/{zone}/disks/bulkSetLabels", "httpMethod": "POST", "id": "compute.disks.bulkSetLabels", @@ -2644,7 +2869,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -2675,7 +2900,7 @@ ] }, "createSnapshot": { - "description": "Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.", + "description": "Creates a snapshot of a specified persistent disk. For regular snapshot\ncreation, consider using snapshots.insert\ninstead, as that method supports more features, such as creating snapshots\nin a project different from the source disk project.", "flatPath": "projects/{project}/zones/{zone}/disks/{disk}/createSnapshot", "httpMethod": "POST", "id": "compute.disks.createSnapshot", @@ -2693,7 +2918,7 @@ "type": "string" }, "guestFlush": { - "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.", + "description": "[Input Only] Whether to attempt an application consistent snapshot by\ninforming the OS to prepare for the snapshot process.", "location": "query", "type": "boolean" }, @@ -2705,7 +2930,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -2730,7 +2955,7 @@ ] }, "delete": { - "description": "Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.", + "description": "Deletes the specified persistent disk. Deleting a disk removes its data\npermanently and is irreversible. However, deleting a disk does not\ndelete any snapshots\npreviously made from the disk. You must separatelydelete\nsnapshots.", "flatPath": "projects/{project}/zones/{zone}/disks/{disk}", "httpMethod": "DELETE", "id": "compute.disks.delete", @@ -2755,7 +2980,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -2820,7 +3045,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/zones/{zone}/disks/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.disks.getIamPolicy", @@ -2869,7 +3094,7 @@ ] }, "insert": { - "description": "Creates a persistent disk in the specified project using the data in the request. You can create a disk from a source (sourceImage, sourceSnapshot, or sourceDisk) or create an empty 500 GB data disk by omitting all properties. You can also create a disk that is larger than the default size by specifying the sizeGb property.", + "description": "Creates a persistent disk in the specified project using the data\nin the request. You can create a disk from a source\n(sourceImage, sourceSnapshot, orsourceDisk) or create an empty 500 GB data disk by\nomitting all properties. You can also create a disk that is larger than\nthe default size by specifying the sizeGb property.", "flatPath": "projects/{project}/zones/{zone}/disks", "httpMethod": "POST", "id": "compute.disks.insert", @@ -2886,7 +3111,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -2916,7 +3141,7 @@ ] }, "list": { - "description": "Retrieves a list of persistent disks contained within the specified zone.", + "description": "Retrieves a list of persistent disks contained within\nthe specified zone.", "flatPath": "projects/{project}/zones/{zone}/disks", "httpMethod": "GET", "id": "compute.disks.list", @@ -2926,25 +3151,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -2956,7 +3181,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -3004,7 +3229,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -3029,7 +3254,7 @@ ] }, "resize": { - "description": "Resizes the specified persistent disk. You can only increase the size of the disk.", + "description": "Resizes the specified persistent disk.\nYou can only increase the size of the disk.", "flatPath": "projects/{project}/zones/{zone}/disks/{disk}/resize", "httpMethod": "POST", "id": "compute.disks.resize", @@ -3054,7 +3279,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -3079,7 +3304,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/zones/{zone}/disks/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.disks.setIamPolicy", @@ -3124,7 +3349,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a disk. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/zones/{zone}/disks/{resource}/setLabels", "httpMethod": "POST", "id": "compute.disks.setLabels", @@ -3142,7 +3367,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -3174,7 +3399,7 @@ ] }, "startAsyncReplication": { - "description": "Starts asynchronous replication. Must be invoked on the primary disk.", + "description": "Starts asynchronous replication.\nMust be invoked on the primary disk.", "flatPath": "projects/{project}/zones/{zone}/disks/{disk}/startAsyncReplication", "httpMethod": "POST", "id": "compute.disks.startAsyncReplication", @@ -3199,7 +3424,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -3224,7 +3449,7 @@ ] }, "stopAsyncReplication": { - "description": "Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.", + "description": "Stops asynchronous replication.\nCan be invoked either on the primary or on the secondary disk.", "flatPath": "projects/{project}/zones/{zone}/disks/{disk}/stopAsyncReplication", "httpMethod": "POST", "id": "compute.disks.stopAsyncReplication", @@ -3249,7 +3474,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -3271,7 +3496,7 @@ ] }, "stopGroupAsyncReplication": { - "description": "Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.", + "description": "Stops asynchronous replication for a consistency group of disks.\nCan be invoked either in the primary or secondary scope.", "flatPath": "projects/{project}/zones/{zone}/disks/stopGroupAsyncReplication", "httpMethod": "POST", "id": "compute.disks.stopGroupAsyncReplication", @@ -3288,12 +3513,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone for this request. This must be the zone of the primary or secondary disks in the consistency group.", + "description": "The name of the zone for this request. This must be the zone of the primary\nor secondary disks in the consistency group.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "required": true, @@ -3359,7 +3584,7 @@ ] }, "update": { - "description": "Updates the specified disk with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.", + "description": "Updates the specified disk with the data included in the request.\nThe update is performed only on selected fields included as part\nof update-mask. Only the following fields can be modified: user_license.", "flatPath": "projects/{project}/zones/{zone}/disks/{disk}", "httpMethod": "PATCH", "id": "compute.disks.update", @@ -3389,7 +3614,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -3448,7 +3673,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -3463,7 +3688,7 @@ ] }, "get": { - "description": "Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.", + "description": "Returns the specified externalVpnGateway. Get a list of available\nexternalVpnGateways by making a list() request.", "flatPath": "projects/{project}/global/externalVpnGateways/{externalVpnGateway}", "httpMethod": "GET", "id": "compute.externalVpnGateways.get", @@ -3498,7 +3723,7 @@ ] }, "insert": { - "description": "Creates a ExternalVpnGateway in the specified project using the data included in the request.", + "description": "Creates a ExternalVpnGateway in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/global/externalVpnGateways", "httpMethod": "POST", "id": "compute.externalVpnGateways.insert", @@ -3514,7 +3739,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -3532,7 +3757,7 @@ ] }, "list": { - "description": "Retrieves the list of ExternalVpnGateway available to the specified project.", + "description": "Retrieves the list of ExternalVpnGateway available to the specified\nproject.", "flatPath": "projects/{project}/global/externalVpnGateways", "httpMethod": "GET", "id": "compute.externalVpnGateways.list", @@ -3541,25 +3766,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -3571,7 +3796,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -3587,7 +3812,7 @@ ] }, "setLabels": { - "description": "Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on an ExternalVpnGateway. To learn more about labels,\nread the Labeling\nResources documentation.", "flatPath": "projects/{project}/global/externalVpnGateways/{resource}/setLabels", "httpMethod": "POST", "id": "compute.externalVpnGateways.setLabels", @@ -3682,12 +3907,12 @@ "type": "string" }, "replaceExistingAssociation": { - "description": "Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.", + "description": "Indicates whether or not to replace it if an association of the attachment\nalready exists. This is false by default, in which case an error will be\nreturned if an association already exists.", "location": "query", "type": "boolean" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -3721,7 +3946,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -3755,7 +3980,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -3791,7 +4016,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -3865,7 +4090,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "locations/global/firewallPolicies/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.firewallPolicies.getIamPolicy", @@ -3931,18 +4156,18 @@ ] }, "insert": { - "description": "Creates a new policy in the specified project using the data included in the request.", + "description": "Creates a new policy in the specified project using the data included in\nthe request.", "flatPath": "locations/global/firewallPolicies", "httpMethod": "POST", "id": "compute.firewallPolicies.insert", "parameters": { "parentId": { - "description": "Parent ID for this request. The ID can be either be \"folders/[FOLDER_ID]\" if the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the parent is an organization.", + "description": "Parent ID for this request. The ID can be either be \"folders/[FOLDER_ID]\"\nif the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the\nparent is an organization.", "location": "query", "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -3960,41 +4185,41 @@ ] }, "list": { - "description": "Lists all the policies that have been configured for the specified folder or organization.", + "description": "Lists all the policies that have been configured for the specified\nfolder or organization.", "flatPath": "locations/global/firewallPolicies", "httpMethod": "GET", "id": "compute.firewallPolicies.list", "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, "parentId": { - "description": "Parent ID for this request. The ID can be either be \"folders/[FOLDER_ID]\" if the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the parent is an organization.", + "description": "Parent ID for this request. The ID can be either be \"folders/[FOLDER_ID]\"\nif the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the\nparent is an organization.", "location": "query", "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -4016,7 +4241,7 @@ "id": "compute.firewallPolicies.listAssociations", "parameters": { "targetResource": { - "description": "The target resource to list associations. It is an organization, or a folder.", + "description": "The target resource to list associations. It is an organization, or a\nfolder.", "location": "query", "type": "string" } @@ -4048,12 +4273,12 @@ "type": "string" }, "parentId": { - "description": "The new parent of the firewall policy. The ID can be either be \"folders/[FOLDER_ID]\" if the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the parent is an organization.", + "description": "The new parent of the firewall policy. The ID can be either be\n\"folders/[FOLDER_ID]\" if the parent is a folder or\n\"organizations/[ORGANIZATION_ID]\" if the parent is an organization.", "location": "query", "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4084,7 +4309,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4124,7 +4349,7 @@ "type": "integer" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4163,7 +4388,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4200,7 +4425,7 @@ "type": "integer" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4215,7 +4440,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "locations/global/firewallPolicies/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.firewallPolicies.setIamPolicy", @@ -4302,7 +4527,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4352,7 +4577,7 @@ ] }, "insert": { - "description": "Creates a firewall rule in the specified project using the data included in the request.", + "description": "Creates a firewall rule in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/firewalls", "httpMethod": "POST", "id": "compute.firewalls.insert", @@ -4368,7 +4593,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4386,7 +4611,7 @@ ] }, "list": { - "description": "Retrieves the list of firewall rules available to the specified project.", + "description": "Retrieves the list of firewall rules available to the specified\nproject.", "flatPath": "projects/{project}/global/firewalls", "httpMethod": "GET", "id": "compute.firewalls.list", @@ -4395,25 +4620,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -4425,7 +4650,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -4441,7 +4666,7 @@ ] }, "patch": { - "description": "Updates the specified firewall rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the specified firewall rule with the data included in the\nrequest. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/firewalls/{firewall}", "httpMethod": "PATCH", "id": "compute.firewalls.patch", @@ -4465,7 +4690,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4482,8 +4707,46 @@ "https://www.googleapis.com/auth/compute" ] }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource.", + "flatPath": "projects/{project}/global/firewalls/{resource}/testIamPermissions", + "httpMethod": "POST", + "id": "compute.firewalls.testIamPermissions", + "parameterOrder": [ + "project", + "resource" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/firewalls/{resource}/testIamPermissions", + "request": { + "$ref": "TestPermissionsRequest" + }, + "response": { + "$ref": "TestPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, "update": { - "description": "Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.", + "description": "Updates the specified firewall rule with the data included in the\nrequest.\nNote that all fields will be updated if using PUT, even fields that are not\nspecified. To update individual fields, please use PATCH instead.", "flatPath": "projects/{project}/global/firewalls/{firewall}", "httpMethod": "PUT", "id": "compute.firewalls.update", @@ -4507,7 +4770,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4529,7 +4792,7 @@ "forwardingRules": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of forwarding rules. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of forwarding rules.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/forwardingRules", "httpMethod": "GET", "id": "compute.forwardingRules.aggregatedList", @@ -4538,30 +4801,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -4573,12 +4836,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -4627,7 +4890,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4685,7 +4948,7 @@ ] }, "insert": { - "description": "Creates a ForwardingRule resource in the specified project and region using the data included in the request.", + "description": "Creates a ForwardingRule resource in the specified project and region using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/forwardingRules", "httpMethod": "POST", "id": "compute.forwardingRules.insert", @@ -4709,7 +4972,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4727,7 +4990,7 @@ ] }, "list": { - "description": "Retrieves a list of ForwardingRule resources available to the specified project and region.", + "description": "Retrieves a list of ForwardingRule resources available to the specified\nproject and region.", "flatPath": "projects/{project}/regions/{region}/forwardingRules", "httpMethod": "GET", "id": "compute.forwardingRules.list", @@ -4737,25 +5000,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -4774,7 +5037,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -4790,7 +5053,7 @@ ] }, "patch": { - "description": "Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.", + "description": "Updates the specified forwarding rule with the data included in the\nrequest. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules. Currently, you can only\npatch the network_tier field.", "flatPath": "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}", "httpMethod": "PATCH", "id": "compute.forwardingRules.patch", @@ -4822,7 +5085,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4840,7 +5103,7 @@ ] }, "setLabels": { - "description": "Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on the specified resource. To learn more about labels,\nread the \nLabeling Resources documentation.", "flatPath": "projects/{project}/regions/{region}/forwardingRules/{resource}/setLabels", "httpMethod": "POST", "id": "compute.forwardingRules.setLabels", @@ -4865,7 +5128,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -4890,7 +5153,7 @@ ] }, "setTarget": { - "description": "Changes target URL for forwarding rule. The new target should be of the same type as the old target.", + "description": "Changes target URL for forwarding rule. The new target should be of the\nsame type as the old target.", "flatPath": "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget", "httpMethod": "POST", "id": "compute.forwardingRules.setTarget", @@ -4922,7 +5185,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -4941,145 +5204,42 @@ } } }, - "globalAddresses": { + "futureReservations": { "methods": { - "delete": { - "description": "Deletes the specified address resource.", - "flatPath": "projects/{project}/global/addresses/{address}", - "httpMethod": "DELETE", - "id": "compute.globalAddresses.delete", - "parameterOrder": [ - "project", - "address" - ], - "parameters": { - "address": { - "description": "Name of the address resource to delete.", - "location": "path", - "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", - "required": true, - "type": "string" - }, - "project": { - "description": "Project ID for this request.", - "location": "path", - "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", - "required": true, - "type": "string" - }, - "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", - "location": "query", - "type": "string" - } - }, - "path": "projects/{project}/global/addresses/{address}", - "response": { - "$ref": "Operation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/compute" - ] - }, - "get": { - "description": "Returns the specified address resource.", - "flatPath": "projects/{project}/global/addresses/{address}", - "httpMethod": "GET", - "id": "compute.globalAddresses.get", - "parameterOrder": [ - "project", - "address" - ], - "parameters": { - "address": { - "description": "Name of the address resource to return.", - "location": "path", - "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", - "required": true, - "type": "string" - }, - "project": { - "description": "Project ID for this request.", - "location": "path", - "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", - "required": true, - "type": "string" - } - }, - "path": "projects/{project}/global/addresses/{address}", - "response": { - "$ref": "Address" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/compute", - "https://www.googleapis.com/auth/compute.readonly" - ] - }, - "insert": { - "description": "Creates an address resource in the specified project by using the data included in the request.", - "flatPath": "projects/{project}/global/addresses", - "httpMethod": "POST", - "id": "compute.globalAddresses.insert", - "parameterOrder": [ - "project" - ], - "parameters": { - "project": { - "description": "Project ID for this request.", - "location": "path", - "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", - "required": true, - "type": "string" - }, - "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", - "location": "query", - "type": "string" - } - }, - "path": "projects/{project}/global/addresses", - "request": { - "$ref": "Address" - }, - "response": { - "$ref": "Operation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/compute" - ] - }, - "list": { - "description": "Retrieves a list of global addresses.", - "flatPath": "projects/{project}/global/addresses", + "aggregatedList": { + "description": "Retrieves an aggregated list of future reservations.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", + "flatPath": "projects/{project}/aggregated/futureReservations", "httpMethod": "GET", - "id": "compute.globalAddresses.list", + "id": "compute.futureReservations.aggregatedList", "parameterOrder": [ "project" ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, + "includeAllScopes": { + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", + "location": "query", + "type": "boolean" + }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -5091,7 +5251,468 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", + "location": "query", + "type": "boolean" + }, + "serviceProjectNumber": { + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", + "format": "int64", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/aggregated/futureReservations", + "response": { + "$ref": "FutureReservationsAggregatedListResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "cancel": { + "description": "Cancel the specified future reservation.", + "flatPath": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}/cancel", + "httpMethod": "POST", + "id": "compute.futureReservations.cancel", + "parameterOrder": [ + "project", + "zone", + "futureReservation" + ], + "parameters": { + "futureReservation": { + "description": "Name of the future reservation to retrieve. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "zone": { + "description": "Name of the zone for this request. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}/cancel", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "delete": { + "description": "Deletes the specified future reservation.", + "flatPath": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}", + "httpMethod": "DELETE", + "id": "compute.futureReservations.delete", + "parameterOrder": [ + "project", + "zone", + "futureReservation" + ], + "parameters": { + "futureReservation": { + "description": "Name of the future reservation to retrieve. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "zone": { + "description": "Name of the zone for this request. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "Retrieves information about the specified future reservation.", + "flatPath": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}", + "httpMethod": "GET", + "id": "compute.futureReservations.get", + "parameterOrder": [ + "project", + "zone", + "futureReservation" + ], + "parameters": { + "futureReservation": { + "description": "Name of the future reservation to retrieve. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "zone": { + "description": "Name of the zone for this request. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}", + "response": { + "$ref": "FutureReservation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates a new Future Reservation.", + "flatPath": "projects/{project}/zones/{zone}/futureReservations", + "httpMethod": "POST", + "id": "compute.futureReservations.insert", + "parameterOrder": [ + "project", + "zone" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "zone": { + "description": "Name of the zone for this request. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/futureReservations", + "request": { + "$ref": "FutureReservation" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "list": { + "description": "A list of all the future reservations that have been configured for the\nspecified project in specified zone.", + "flatPath": "projects/{project}/zones/{zone}/futureReservations", + "httpMethod": "GET", + "id": "compute.futureReservations.list", + "parameterOrder": [ + "project", + "zone" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", + "location": "query", + "type": "string" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", + "location": "query", + "type": "boolean" + }, + "zone": { + "description": "Name of the zone for this request. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/futureReservations", + "response": { + "$ref": "FutureReservationsListResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "update": { + "description": "Updates the specified future reservation.", + "flatPath": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}", + "httpMethod": "PATCH", + "id": "compute.futureReservations.update", + "parameterOrder": [ + "project", + "zone", + "futureReservation" + ], + "parameters": { + "futureReservation": { + "description": "Name of the reservation to update. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "updateMask": { + "description": "update_mask indicates fields to be updated as part of this request.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + }, + "zone": { + "description": "Name of the zone for this request. Name should conform to RFC1035.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/futureReservations/{futureReservation}", + "request": { + "$ref": "FutureReservation" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + } + } + }, + "globalAddresses": { + "methods": { + "delete": { + "description": "Deletes the specified address resource.", + "flatPath": "projects/{project}/global/addresses/{address}", + "httpMethod": "DELETE", + "id": "compute.globalAddresses.delete", + "parameterOrder": [ + "project", + "address" + ], + "parameters": { + "address": { + "description": "Name of the address resource to delete.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/addresses/{address}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "Returns the specified address resource.", + "flatPath": "projects/{project}/global/addresses/{address}", + "httpMethod": "GET", + "id": "compute.globalAddresses.get", + "parameterOrder": [ + "project", + "address" + ], + "parameters": { + "address": { + "description": "Name of the address resource to return.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/addresses/{address}", + "response": { + "$ref": "Address" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates an address resource in the specified project by using the data\nincluded in the request.", + "flatPath": "projects/{project}/global/addresses", + "httpMethod": "POST", + "id": "compute.globalAddresses.insert", + "parameterOrder": [ + "project" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/addresses", + "request": { + "$ref": "Address" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "list": { + "description": "Retrieves a list of global addresses.", + "flatPath": "projects/{project}/global/addresses", + "httpMethod": "GET", + "id": "compute.globalAddresses.list", + "parameterOrder": [ + "project" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", + "location": "query", + "type": "string" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -5131,7 +5752,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5149,7 +5770,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a GlobalAddress. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/global/addresses/{resource}/setLabels", "httpMethod": "POST", "id": "compute.globalAddresses.setLabels", @@ -5252,7 +5873,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5267,7 +5888,7 @@ ] }, "get": { - "description": "Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.", + "description": "Returns the specified GlobalForwardingRule resource. Gets a list of\navailable forwarding rules by making a list() request.", "flatPath": "projects/{project}/global/forwardingRules/{forwardingRule}", "httpMethod": "GET", "id": "compute.globalForwardingRules.get", @@ -5302,7 +5923,7 @@ ] }, "insert": { - "description": "Creates a GlobalForwardingRule resource in the specified project using the data included in the request.", + "description": "Creates a GlobalForwardingRule resource in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/global/forwardingRules", "httpMethod": "POST", "id": "compute.globalForwardingRules.insert", @@ -5318,7 +5939,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5336,7 +5957,7 @@ ] }, "list": { - "description": "Retrieves a list of GlobalForwardingRule resources available to the specified project.", + "description": "Retrieves a list of GlobalForwardingRule resources available to the\nspecified project.", "flatPath": "projects/{project}/global/forwardingRules", "httpMethod": "GET", "id": "compute.globalForwardingRules.list", @@ -5345,25 +5966,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -5375,7 +5996,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -5391,7 +6012,7 @@ ] }, "patch": { - "description": "Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.", + "description": "Updates the specified forwarding rule with the data included in the\nrequest. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules. Currently, you can only\npatch the network_tier field.", "flatPath": "projects/{project}/global/forwardingRules/{forwardingRule}", "httpMethod": "PATCH", "id": "compute.globalForwardingRules.patch", @@ -5415,7 +6036,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5433,7 +6054,7 @@ ] }, "setLabels": { - "description": "Sets the labels on the specified resource. To learn more about labels, read the Labeling resources documentation.", + "description": "Sets the labels on the specified resource. To learn more about labels,\nread the \nLabeling resources documentation.", "flatPath": "projects/{project}/global/forwardingRules/{resource}/setLabels", "httpMethod": "POST", "id": "compute.globalForwardingRules.setLabels", @@ -5470,7 +6091,7 @@ ] }, "setTarget": { - "description": "Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.", + "description": "Changes target URL for the GlobalForwardingRule resource. The new target\nshould be of the same type as the old target.", "flatPath": "projects/{project}/global/forwardingRules/{forwardingRule}/setTarget", "httpMethod": "POST", "id": "compute.globalForwardingRules.setTarget", @@ -5494,7 +6115,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5526,7 +6147,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.", + "description": "The name of the network endpoint group where you are attaching network\nendpoints to. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -5539,7 +6160,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5557,7 +6178,7 @@ ] }, "delete": { - "description": "Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.", + "description": "Deletes the specified network endpoint group.Note that the NEG cannot be\ndeleted if there are backend services referencing it.", "flatPath": "projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}", "httpMethod": "DELETE", "id": "compute.globalNetworkEndpointGroups.delete", @@ -5567,7 +6188,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group to delete. It should comply with RFC1035.", + "description": "The name of the network endpoint group to delete. It should comply with\nRFC1035.", "location": "path", "required": true, "type": "string" @@ -5580,7 +6201,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5605,7 +6226,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.", + "description": "The name of the network endpoint group where you are removing network\nendpoints. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -5618,7 +6239,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5670,7 +6291,7 @@ ] }, "insert": { - "description": "Creates a network endpoint group in the specified project using the parameters that are included in the request.", + "description": "Creates a network endpoint group in the specified project using the\nparameters that are included in the request.", "flatPath": "projects/{project}/global/networkEndpointGroups", "httpMethod": "POST", "id": "compute.globalNetworkEndpointGroups.insert", @@ -5686,7 +6307,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -5704,7 +6325,7 @@ ] }, "list": { - "description": "Retrieves the list of network endpoint groups that are located in the specified project.", + "description": "Retrieves the list of network endpoint groups that are located in the\nspecified project.", "flatPath": "projects/{project}/global/networkEndpointGroups", "httpMethod": "GET", "id": "compute.globalNetworkEndpointGroups.list", @@ -5713,25 +6334,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -5743,7 +6364,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -5769,31 +6390,31 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "networkEndpointGroup": { - "description": "The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.", + "description": "The name of the network endpoint group from which you want to generate a\nlist of included network endpoints. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -5805,7 +6426,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -5825,7 +6446,7 @@ "globalOperations": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of all operations. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of all operations.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/operations", "httpMethod": "GET", "id": "compute.globalOperations.aggregatedList", @@ -5834,30 +6455,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -5869,12 +6490,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -5901,7 +6522,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to delete, or its unique numeric identifier.", + "description": "Name of the Operations resource to delete, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -5932,7 +6553,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to return, or its unique numeric identifier.", + "description": "Name of the Operations resource to return, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -5957,7 +6578,7 @@ ] }, "list": { - "description": "Retrieves a list of Operation resources contained within the specified project.", + "description": "Retrieves a list of Operation resources contained within the specified\nproject.", "flatPath": "projects/{project}/global/operations", "httpMethod": "GET", "id": "compute.globalOperations.list", @@ -5966,25 +6587,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -5996,7 +6617,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -6012,7 +6633,7 @@ ] }, "wait": { - "description": "Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`. ", + "description": "Waits for the specified Operation resource to return as `DONE`\nor for the request to approach the 2 minute deadline, and retrieves the\nspecified Operation resource. This method differs from the\n`GET` method in that it waits for no more than the default\ndeadline (2 minutes) and then returns the current state of the operation,\nwhich might be `DONE` or still in progress.\n\nThis method is called on a best-effort basis. Specifically:\n \n \n - In uncommon cases, when the server is overloaded, the request might\n return before the default deadline is reached, or might return after zero\n seconds.\n - If the default deadline is reached, there is no guarantee that the\n operation is actually done when the method returns. Be prepared to retry\n if the operation is not `DONE`.", "flatPath": "projects/{project}/global/operations/{operation}/wait", "httpMethod": "POST", "id": "compute.globalOperations.wait", @@ -6022,7 +6643,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to return, or its unique numeric identifier.", + "description": "Name of the Operations resource to return, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -6060,7 +6681,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to delete, or its unique numeric identifier.", + "description": "Name of the Operations resource to delete, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -6079,7 +6700,7 @@ ] }, "get": { - "description": "Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.", + "description": "Retrieves the specified Operations resource. Gets a list of operations\nby making a `list()` request.", "flatPath": "locations/global/operations/{operation}", "httpMethod": "GET", "id": "compute.globalOrganizationOperations.get", @@ -6088,7 +6709,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to return. Parent is derived from this field.", + "description": "Name of the Operations resource to return. Parent is derived from this\nfield.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -6111,31 +6732,31 @@ ] }, "list": { - "description": "Retrieves a list of Operation resources contained within the specified organization.", + "description": "Retrieves a list of Operation resources contained within the specified\norganization.", "flatPath": "locations/global/operations", "httpMethod": "GET", "id": "compute.globalOrganizationOperations.list", "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -6145,7 +6766,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -6189,7 +6810,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6239,7 +6860,7 @@ ] }, "insert": { - "description": "Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.", + "description": "Creates a global PublicDelegatedPrefix in the specified project using the\nparameters that are included in the request.", "flatPath": "projects/{project}/global/publicDelegatedPrefixes", "httpMethod": "POST", "id": "compute.globalPublicDelegatedPrefixes.insert", @@ -6255,7 +6876,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6282,25 +6903,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -6312,7 +6933,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -6328,7 +6949,7 @@ ] }, "patch": { - "description": "Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified global PublicDelegatedPrefix resource with the data\nincluded in the request. This method supportsPATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/publicDelegatedPrefixes/{publicDelegatedPrefix}", "httpMethod": "PATCH", "id": "compute.globalPublicDelegatedPrefixes.patch", @@ -6352,7 +6973,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6374,7 +6995,7 @@ "healthChecks": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all HealthCheck resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all HealthCheck resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/healthChecks", "httpMethod": "GET", "id": "compute.healthChecks.aggregatedList", @@ -6383,30 +7004,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -6418,12 +7039,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -6464,7 +7085,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6514,7 +7135,7 @@ ] }, "insert": { - "description": "Creates a HealthCheck resource in the specified project using the data included in the request.", + "description": "Creates a HealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/healthChecks", "httpMethod": "POST", "id": "compute.healthChecks.insert", @@ -6530,7 +7151,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6548,7 +7169,7 @@ ] }, "list": { - "description": "Retrieves the list of HealthCheck resources available to the specified project.", + "description": "Retrieves the list of HealthCheck resources available to the specified\nproject.", "flatPath": "projects/{project}/global/healthChecks", "httpMethod": "GET", "id": "compute.healthChecks.list", @@ -6557,25 +7178,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -6587,7 +7208,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -6603,7 +7224,7 @@ ] }, "patch": { - "description": "Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates a HealthCheck resource in the specified project using the data\nincluded in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/healthChecks/{healthCheck}", "httpMethod": "PATCH", "id": "compute.healthChecks.patch", @@ -6627,7 +7248,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6645,7 +7266,7 @@ ] }, "update": { - "description": "Updates a HealthCheck resource in the specified project using the data included in the request.", + "description": "Updates a HealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/healthChecks/{healthCheck}", "httpMethod": "PUT", "id": "compute.healthChecks.update", @@ -6669,7 +7290,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6715,7 +7336,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6765,7 +7386,7 @@ ] }, "insert": { - "description": "Creates a HttpHealthCheck resource in the specified project using the data included in the request.", + "description": "Creates a HttpHealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/httpHealthChecks", "httpMethod": "POST", "id": "compute.httpHealthChecks.insert", @@ -6781,7 +7402,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6799,7 +7420,7 @@ ] }, "list": { - "description": "Retrieves the list of HttpHealthCheck resources available to the specified project.", + "description": "Retrieves the list of HttpHealthCheck resources available to the specified\nproject.", "flatPath": "projects/{project}/global/httpHealthChecks", "httpMethod": "GET", "id": "compute.httpHealthChecks.list", @@ -6808,25 +7429,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -6838,7 +7459,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -6854,7 +7475,7 @@ ] }, "patch": { - "description": "Updates a HttpHealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates a HttpHealthCheck resource in the specified project using the data\nincluded in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/httpHealthChecks/{httpHealthCheck}", "httpMethod": "PATCH", "id": "compute.httpHealthChecks.patch", @@ -6878,7 +7499,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6896,7 +7517,7 @@ ] }, "update": { - "description": "Updates a HttpHealthCheck resource in the specified project using the data included in the request.", + "description": "Updates a HttpHealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/httpHealthChecks/{httpHealthCheck}", "httpMethod": "PUT", "id": "compute.httpHealthChecks.update", @@ -6920,7 +7541,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -6966,7 +7587,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7016,7 +7637,7 @@ ] }, "insert": { - "description": "Creates a HttpsHealthCheck resource in the specified project using the data included in the request.", + "description": "Creates a HttpsHealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/httpsHealthChecks", "httpMethod": "POST", "id": "compute.httpsHealthChecks.insert", @@ -7032,7 +7653,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7050,7 +7671,7 @@ ] }, "list": { - "description": "Retrieves the list of HttpsHealthCheck resources available to the specified project.", + "description": "Retrieves the list of HttpsHealthCheck resources available to the specified\nproject.", "flatPath": "projects/{project}/global/httpsHealthChecks", "httpMethod": "GET", "id": "compute.httpsHealthChecks.list", @@ -7059,25 +7680,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -7089,7 +7710,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -7105,7 +7726,7 @@ ] }, "patch": { - "description": "Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates a HttpsHealthCheck resource in the specified project using the data\nincluded in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}", "httpMethod": "PATCH", "id": "compute.httpsHealthChecks.patch", @@ -7129,7 +7750,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7147,7 +7768,7 @@ ] }, "update": { - "description": "Updates a HttpsHealthCheck resource in the specified project using the data included in the request.", + "description": "Updates a HttpsHealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}", "httpMethod": "PUT", "id": "compute.httpsHealthChecks.update", @@ -7171,7 +7792,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7193,7 +7814,7 @@ "imageFamilyViews": { "methods": { "get": { - "description": "Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.", + "description": "Returns the latest image that is part of an image family, is not\ndeprecated and is rolled out in the specified zone.", "flatPath": "projects/{project}/zones/{zone}/imageFamilyViews/{family}", "httpMethod": "GET", "id": "compute.imageFamilyViews.get", @@ -7264,7 +7885,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7279,7 +7900,7 @@ ] }, "deprecate": { - "description": "Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.", + "description": "Sets the deprecation status of an image.\n\nIf an empty request body is given, clears the deprecation status instead.", "flatPath": "projects/{project}/global/images/{image}/deprecate", "httpMethod": "POST", "id": "compute.images.deprecate", @@ -7303,7 +7924,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7356,7 +7977,7 @@ ] }, "getFromFamily": { - "description": "Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.", + "description": "Returns the latest image that is part of an image family and is not\ndeprecated. For more information on image families, seePublic\nimage families documentation.", "flatPath": "projects/{project}/global/images/family/{family}", "httpMethod": "GET", "id": "compute.images.getFromFamily", @@ -7373,7 +7994,7 @@ "type": "string" }, "project": { - "description": "The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.", + "description": "The image project that the image belongs to. For example, to get a CentOS\nimage, specify centos-cloud as the image project.", "location": "path", "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", "required": true, @@ -7391,7 +8012,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/images/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.images.getIamPolicy", @@ -7432,7 +8053,7 @@ ] }, "insert": { - "description": "Creates an image in the specified project using the data included in the request.", + "description": "Creates an image in the specified project using the data included\nin the request.", "flatPath": "projects/{project}/global/images", "httpMethod": "POST", "id": "compute.images.insert", @@ -7453,7 +8074,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7471,7 +8092,7 @@ ] }, "list": { - "description": "Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.", + "description": "Retrieves the list of custom images\navailable to the specified project. Custom images are images you\ncreate that belong to your project. This method does not\nget any images that belong to other projects, including publicly-available\nimages, like Debian 8. If you want to get a list of publicly-available\nimages, use this method to make a request to the respective image project,\nsuch as debian-cloud or windows-cloud.", "flatPath": "projects/{project}/global/images", "httpMethod": "GET", "id": "compute.images.list", @@ -7480,25 +8101,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -7510,7 +8131,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -7526,7 +8147,7 @@ ] }, "patch": { - "description": "Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.", + "description": "Patches the specified image with the data included in the request.\nOnly the following fields can be modified: family, description,\ndeprecation status.", "flatPath": "projects/{project}/global/images/{image}", "httpMethod": "PATCH", "id": "compute.images.patch", @@ -7550,7 +8171,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -7568,7 +8189,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/images/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.images.setIamPolicy", @@ -7605,7 +8226,7 @@ ] }, "setLabels": { - "description": "Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on an image. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/global/images/{resource}/setLabels", "httpMethod": "POST", "id": "compute.images.setLabels", @@ -7684,7 +8305,7 @@ "instanceGroupManagerResizeRequests": { "methods": { "cancel": { - "description": "Cancels the specified resize request and removes it from the queue. Cancelled resize request does no longer wait for the resources to be provisioned. Cancel is only possible for requests that are accepted in the queue.", + "description": "Cancels the specified resize request and removes it from the queue.\nCancelled resize request does no longer wait for the resources to be\nprovisioned. Cancel is only possible for requests that are accepted in the\nqueue.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resizeRequests/{resizeRequest}/cancel", "httpMethod": "POST", "id": "compute.instanceGroupManagerResizeRequests.cancel", @@ -7696,7 +8317,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.", + "description": "The name of the managed instance group.\nThe name should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -7709,18 +8330,18 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "resizeRequest": { - "description": "The name of the resize request to cancel. The name should conform to RFC1035 or be a resource ID.", + "description": "The name of the resize request to cancel.\nThe name should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located. The name should conform to RFC1035.", + "description": "The name of thezone where the managed\ninstance group is located. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -7736,7 +8357,7 @@ ] }, "delete": { - "description": "Deletes the specified, inactive resize request. Requests that are still active cannot be deleted. Deleting request does not delete instances that were provisioned previously.", + "description": "Deletes the specified, inactive resize request. Requests that are still\nactive cannot be deleted. Deleting request does not delete instances that\nwere provisioned previously.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resizeRequests/{resizeRequest}", "httpMethod": "DELETE", "id": "compute.instanceGroupManagerResizeRequests.delete", @@ -7748,7 +8369,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.", + "description": "The name of the managed instance group.\nThe name should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -7761,18 +8382,18 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "resizeRequest": { - "description": "The name of the resize request to delete. The name should conform to RFC1035 or be a resource ID.", + "description": "The name of the resize request to delete.\nThe name should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located. The name should conform to RFC1035.", + "description": "The name of thezone where the managed\ninstance group is located. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -7800,7 +8421,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the managed instance group.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -7813,13 +8434,13 @@ "type": "string" }, "resizeRequest": { - "description": "The name of the resize request. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the resize request.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Name of the href=\"/compute/docs/regions-zones/#available\">zone scoping this request. Name should conform to RFC1035.", + "description": "Name of the href=\"/compute/docs/regions-zones/#available\">zone\nscoping this request. Name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -7836,7 +8457,7 @@ ] }, "insert": { - "description": "Creates a new resize request that starts provisioning VMs immediately or queues VM creation.", + "description": "Creates a new resize request that starts provisioning VMs immediately\nor queues VM creation.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resizeRequests", "httpMethod": "POST", "id": "compute.instanceGroupManagerResizeRequests.insert", @@ -7847,7 +8468,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group to which the resize request will be added. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the managed instance group to which the resize request will\nbe added.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -7860,12 +8481,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located and where the resize request will be created. Name should conform to RFC1035.", + "description": "The name of thezone where the managed\ninstance group is located and where the resize request will be created.\nName should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -7884,7 +8505,7 @@ ] }, "list": { - "description": "Retrieves a list of resize requests that are contained in the managed instance group.", + "description": "Retrieves a list of resize requests that are contained in the\nmanaged instance group.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resizeRequests", "httpMethod": "GET", "id": "compute.instanceGroupManagerResizeRequests.list", @@ -7895,7 +8516,7 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, @@ -7907,19 +8528,19 @@ }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -7931,12 +8552,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the managed instance group is located. The name should conform to RFC1035.", + "description": "The name of thezone where the managed\ninstance group is located. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -7957,7 +8578,7 @@ "instanceGroupManagers": { "methods": { "abandonInstances": { - "description": "Flags the specified instances to be removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances to be removed from the\nmanaged instance group. Abandoning an instance does not delete the\ninstance, but it does remove the instance from any target pools that are\napplied by the managed instance group. This method reduces thetargetSize of the managed instance group by the\nnumber of instances that you abandon. This operation is marked asDONE when the action is scheduled even if the instances have\nnot yet been removed from the group. You must separately verify the\nstatus of the abandoning action with thelistmanagedinstances\nmethod.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.abandonInstances", @@ -7981,12 +8602,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8005,7 +8626,7 @@ ] }, "aggregatedList": { - "description": "Retrieves the list of managed instance groups and groups them by zone. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of managed instance groups and groups them by zone.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/instanceGroupManagers", "httpMethod": "GET", "id": "compute.instanceGroupManagers.aggregatedList", @@ -8014,30 +8635,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -8049,12 +8670,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -8071,7 +8692,7 @@ ] }, "applyUpdatesToInstances": { - "description": "Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.", + "description": "Applies changes to selected instances on the managed instance group.\nThis method can be used to apply new overrides and/or new versions.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/applyUpdatesToInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.applyUpdatesToInstances", @@ -8095,7 +8716,7 @@ "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located. Should conform to RFC1035.", + "description": "The name of thezone\nwhere the managed instance group is located. Should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8114,7 +8735,7 @@ ] }, "createInstances": { - "description": "Creates instances with per-instance configurations in this managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.", + "description": "Creates instances with per-instance configurations in this managed instance\ngroup. Instances are created using the current instance template. Thecreate instances operation is marked DONE if thecreateInstances request is successful. The underlying actions\ntake additional time. You must separately verify the status of thecreating or actions with the listmanagedinstances\nmethod.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/createInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.createInstances", @@ -8125,7 +8746,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. It should conform to RFC1035.", + "description": "The name of the managed instance group.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8138,12 +8759,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.", + "description": "The name of thezone\nwhere the managed instance group is located.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8162,7 +8783,7 @@ ] }, "delete": { - "description": "Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.", + "description": "Deletes the specified managed instance group and all of the instances\nin that group. Note that the instance group must not belong to a\nbackend service. Read\nDeleting an instance group for more information.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}", "httpMethod": "DELETE", "id": "compute.instanceGroupManagers.delete", @@ -8186,12 +8807,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8207,7 +8828,7 @@ ] }, "deleteInstances": { - "description": "Flags the specified instances in the managed instance group for immediate deletion. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group for immediate\ndeletion. The instances are also removed from any target\npools of which they were a member. This method reduces thetargetSize of the managed instance group by the number of\ninstances that you delete. This operation is marked as DONE\nwhen the action is scheduled even if the instances are still being deleted.\nYou must separately verify the status of the deleting action\nwith thelistmanagedinstances\nmethod.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.deleteInstances", @@ -8231,12 +8852,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8255,7 +8876,7 @@ ] }, "deletePerInstanceConfigs": { - "description": "Deletes selected per-instance configurations for the managed instance group.", + "description": "Deletes selected per-instance configurations for the managed instance\ngroup.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deletePerInstanceConfigs", "httpMethod": "POST", "id": "compute.instanceGroupManagers.deletePerInstanceConfigs", @@ -8266,7 +8887,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. It should conform to RFC1035.", + "description": "The name of the managed instance group.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8279,7 +8900,7 @@ "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.", + "description": "The name of thezone\nwhere the managed instance\ngroup is located.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8322,7 +8943,7 @@ "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8339,7 +8960,7 @@ ] }, "insert": { - "description": "Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.", + "description": "Creates a managed instance group using the information that you specify\nin the request. After the group is created, instances in the group are\ncreated using the specified instance template.\nThis operation is marked as DONE when the group is created\neven if the instances in the group have not yet been created. You\nmust separately verify the status of the individual instances with thelistmanagedinstances\nmethod.\n\nA managed instance group can have up to 1000 VM instances per group. Please\ncontact Cloud Support if you need an increase in\nthis limit.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers", "httpMethod": "POST", "id": "compute.instanceGroupManagers.insert", @@ -8356,12 +8977,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where you want to create the managed instance group.", + "description": "The name of the zone\nwhere you want to create the managed instance group.", "location": "path", "required": true, "type": "string" @@ -8380,7 +9001,7 @@ ] }, "list": { - "description": "Retrieves a list of managed instance groups that are contained within the specified project and zone.", + "description": "Retrieves a list of managed instance groups that are contained within the\nspecified project and zone.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers", "httpMethod": "GET", "id": "compute.instanceGroupManagers.list", @@ -8390,25 +9011,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -8420,12 +9041,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8442,7 +9063,7 @@ ] }, "listErrors": { - "description": "Lists all errors thrown by actions on instances for a given managed instance group. The filter and orderBy query parameters are not supported.", + "description": "Lists all errors thrown by actions on instances for a given managed\ninstance group. The filter and orderBy query\nparameters are not supported.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listErrors", "httpMethod": "GET", "id": "compute.instanceGroupManagers.listErrors", @@ -8453,31 +9074,31 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "instanceGroupManager": { - "description": "The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|1-9{0,19}.", + "description": "The name of the managed instance group.\nIt must be a string that meets the requirements in RFC1035, or an\nunsigned long integer: must match regexp pattern:\n(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|1-9{0,19}.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -8489,12 +9110,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.", + "description": "The name of thezone where the managed\ninstance group is located.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8511,7 +9132,7 @@ ] }, "listManagedInstances": { - "description": "Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action. The orderBy query parameter is not supported. The `pageToken` query parameter is supported only if the group's `listManagedInstancesResults` field is set to `PAGINATED`.", + "description": "Lists all of the instances in the managed instance group. Each instance\nin the list has a currentAction, which indicates the action\nthat the managed instance group is performing on the instance. For example,\nif the group is still creating an instance, the currentAction\nis CREATING. If a previous action failed, the\nlist displays the errors for that failed action. The orderBy\nquery parameter is not supported. The `pageToken` query parameter is\nsupported only if the group's `listManagedInstancesResults` field is set\nto `PAGINATED`.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.listManagedInstances", @@ -8522,7 +9143,7 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, @@ -8534,19 +9155,19 @@ }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -8558,12 +9179,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8580,7 +9201,7 @@ ] }, "listPerInstanceConfigs": { - "description": "Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.", + "description": "Lists all of the per-instance configurations defined for the managed\ninstance group. The orderBy query parameter is not supported.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listPerInstanceConfigs", "httpMethod": "POST", "id": "compute.instanceGroupManagers.listPerInstanceConfigs", @@ -8591,7 +9212,7 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, @@ -8603,19 +9224,19 @@ }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -8627,12 +9248,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.", + "description": "The name of thezone\nwhere the managed instance group is located.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8649,7 +9270,7 @@ ] }, "patch": { - "description": "Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. If you update your group to specify a new template or instance configuration, it's possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.", + "description": "Updates a managed instance group using the information that you specify\nin the request.\nThis operation is marked as DONE when the group is patched\neven if the instances in the group are still in the process of being\npatched. You must separately verify the status of the individual instances\nwith thelistManagedInstances\nmethod. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.\n\nIf you update your group to specify a new template or instance\nconfiguration, it's possible that your intended specification for each VM\nin the group is different from the current state of that VM. To learn how\nto apply an updated configuration to the VMs in a MIG, seeUpdating instances in\na MIG.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}", "httpMethod": "PATCH", "id": "compute.instanceGroupManagers.patch", @@ -8673,12 +9294,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where you want to create the managed instance group.", + "description": "The name of the zone where\nyou want to create the managed instance group.", "location": "path", "required": true, "type": "string" @@ -8697,7 +9318,7 @@ ] }, "patchPerInstanceConfigs": { - "description": "Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.", + "description": "Inserts or patches per-instance configurations for the managed instance\ngroup. perInstanceConfig.name serves as a key used to\ndistinguish whether to perform insert or patch.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/patchPerInstanceConfigs", "httpMethod": "POST", "id": "compute.instanceGroupManagers.patchPerInstanceConfigs", @@ -8708,7 +9329,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. It should conform to RFC1035.", + "description": "The name of the managed instance group.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8721,12 +9342,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.", + "description": "The name of thezone\nwhere the managed instance group is located.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -8745,7 +9366,7 @@ ] }, "recreateInstances": { - "description": "Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group's current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified VM instances in the managed instance group to be\nimmediately recreated. Each instance is recreated using the group's current\nconfiguration. This operation is marked as DONE when the flag\nis set even if the instances have not yet been recreated. You must\nseparately verify the status of each instance by checking itscurrentAction field; for more information, see Checking\nthe status of managed instances.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.recreateInstances", @@ -8769,12 +9390,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8793,7 +9414,7 @@ ] }, "resize": { - "description": "Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including: + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.", + "description": "Resizes the managed instance group. If you increase the size, the group\ncreates new instances using the current instance template. If you decrease\nthe size, the group deletes instances. The resize operation is markedDONE when the resize actions are scheduled even if the group\nhas not yet added or deleted any instances. You must separately\nverify the status of the creating or deleting\nactions with thelistmanagedinstances\nmethod.\n\nWhen resizing down, the instance group arbitrarily chooses the order in\nwhich VMs are deleted. The group takes into account some VM attributes when\nmaking the selection including:\n\n+ The status of the VM instance.\n+ The health of the VM instance.\n+ The instance template version the VM is based on.\n+ For regional managed instance groups, the location of the VM instance.\n\nThis list is subject to change.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize", "httpMethod": "POST", "id": "compute.instanceGroupManagers.resize", @@ -8818,19 +9439,19 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "size": { - "description": "The number of running instances that the managed instance group should maintain at any given time. The group automatically adds or removes instances to maintain the number of instances specified by this parameter.", + "description": "The number of running instances that the managed instance group should\nmaintain at any given time. The group automatically adds or removes\ninstances to maintain the number of instances specified by this parameter.", "format": "int32", "location": "query", "required": true, "type": "integer" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8846,7 +9467,7 @@ ] }, "resumeInstances": { - "description": "Flags the specified instances in the managed instance group to be resumed. This method increases the targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. The underlying actions take additional time. You must separately verify the status of the RESUMING action with the listmanagedinstances method. In this request, you can only specify instances that are suspended. For example, if an instance was previously suspended using the suspendInstances method, it can be resumed using the resumeInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nresumed. This method increases thetargetSize and decreases the targetSuspendedSize\nof the managed instance group by the number of instances that you resume.\nThe resumeInstances operation is marked DONE if\nthe resumeInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theRESUMING action with thelistmanagedinstances\nmethod.\n\nIn this request, you can only specify instances that are suspended. For\nexample, if an instance was previously suspended using the suspendInstances\nmethod, it can be resumed using the resumeInstances method.\n\nIf a health check is attached to the managed instance group, the specified\ninstances will be verified as healthy after they are resumed.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resumeInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.resumeInstances", @@ -8870,12 +9491,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8894,7 +9515,7 @@ ] }, "setInstanceTemplate": { - "description": "Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.", + "description": "Specifies the instance template to use when creating new instances in this\ngroup. The templates for existing instances in the group do not change\nunless you run recreateInstances, runapplyUpdatesToInstances, or set the group'supdatePolicy.type to PROACTIVE.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate", "httpMethod": "POST", "id": "compute.instanceGroupManagers.setInstanceTemplate", @@ -8918,12 +9539,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8942,7 +9563,7 @@ ] }, "setTargetPools": { - "description": "Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.", + "description": "Modifies the target pools to which all instances in this managed instance\ngroup are assigned. The target pools automatically apply to all of the\ninstances in the managed instance group. This operation is markedDONE when you make the request even if the instances have not\nyet been added to their target pools. The change might take some time to\napply to all of the instances in the group depending on the size of the\ngroup.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools", "httpMethod": "POST", "id": "compute.instanceGroupManagers.setTargetPools", @@ -8966,12 +9587,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -8990,7 +9611,7 @@ ] }, "startInstances": { - "description": "Flags the specified instances in the managed instance group to be started. This method increases the targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that you start. The startInstances operation is marked DONE if the startInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STARTING action with the listmanagedinstances method. In this request, you can only specify instances that are stopped. For example, if an instance was previously stopped using the stopInstances method, it can be started using the startInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nstarted. This method increases thetargetSize and decreases the targetStoppedSize\nof the managed instance group by the number of instances that you start.\nThe startInstances operation is marked DONE if\nthe startInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theSTARTING action with thelistmanagedinstances\nmethod.\n\nIn this request, you can only specify instances that are stopped. For\nexample, if an instance was previously stopped using the stopInstances\nmethod, it can be started using the startInstances method.\n\nIf a health check is attached to the managed instance group, the specified\ninstances will be verified as healthy after they are started.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/startInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.startInstances", @@ -9014,12 +9635,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -9038,7 +9659,7 @@ ] }, "stopInstances": { - "description": "Flags the specified instances in the managed instance group to be immediately stopped. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances operation is marked DONE if the stopInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nimmediately stopped. You can only specify instances that are running in\nthis request. This method reduces thetargetSize and increases the targetStoppedSize\nof the managed instance group by the number of instances that you stop.\nThe stopInstances operation is marked DONE if\nthe stopInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theSTOPPING action with thelistmanagedinstances\nmethod.\n\nIf the standbyPolicy.initialDelaySec field is set, the group\ndelays stopping the instances until initialDelaySec have\npassed from instance.creationTimestamp (that is, when the\ninstance was created). This delay gives your application time to\nset itself up and initialize on the instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there\nwill be zero delay.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is stopped.\n\nStopped instances can be started using the startInstances\nmethod.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/stopInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.stopInstances", @@ -9062,12 +9683,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -9086,7 +9707,7 @@ ] }, "suspendInstances": { - "description": "Flags the specified instances in the managed instance group to be immediately suspended. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetSuspendedSize of the managed instance group by the number of instances that you suspend. The suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying actions take additional time. You must separately verify the status of the SUSPENDING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nimmediately suspended. You can only specify instances that are running in\nthis request. This method reduces thetargetSize and increases the targetSuspendedSize\nof the managed instance group by the number of instances that you suspend.\nThe suspendInstances operation is marked DONE if\nthe suspendInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theSUSPENDING action with thelistmanagedinstances\nmethod.\n\nIf the standbyPolicy.initialDelaySec field is set, the group\ndelays suspension of the instances until initialDelaySec have\npassed from instance.creationTimestamp (that is, when the\ninstance was created). This delay gives your application time to\nset itself up and initialize on the instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there\nwill be zero delay.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is suspended.\n\nSuspended instances can be resumed using the resumeInstances\nmethod.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/suspendInstances", "httpMethod": "POST", "id": "compute.instanceGroupManagers.suspendInstances", @@ -9110,12 +9731,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located.", + "description": "The name of thezone where the managed\ninstance group is located.", "location": "path", "required": true, "type": "string" @@ -9134,7 +9755,7 @@ ] }, "updatePerInstanceConfigs": { - "description": "Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.", + "description": "Inserts or updates per-instance configurations for the managed instance\ngroup. perInstanceConfig.name serves as a key used to\ndistinguish whether to perform insert or patch.", "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updatePerInstanceConfigs", "httpMethod": "POST", "id": "compute.instanceGroupManagers.updatePerInstanceConfigs", @@ -9145,7 +9766,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. It should conform to RFC1035.", + "description": "The name of the managed instance group.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -9158,12 +9779,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.", + "description": "The name of thezone\nwhere the managed instance group is located.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -9186,7 +9807,7 @@ "instanceGroups": { "methods": { "addInstances": { - "description": "Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.", + "description": "Adds a list of instances to the specified instance group. All of the\ninstances in the instance group must be in the same network/subnetwork.\nRead \nAdding instances for more information.", "flatPath": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/addInstances", "httpMethod": "POST", "id": "compute.instanceGroups.addInstances", @@ -9210,12 +9831,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the instance group is located.", + "description": "The name of the zone\nwhere the instance group is located.", "location": "path", "required": true, "type": "string" @@ -9234,7 +9855,7 @@ ] }, "aggregatedList": { - "description": "Retrieves the list of instance groups and sorts them by zone. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of instance groups and sorts them by zone.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/instanceGroups", "httpMethod": "GET", "id": "compute.instanceGroups.aggregatedList", @@ -9243,30 +9864,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -9278,12 +9899,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -9300,7 +9921,7 @@ ] }, "delete": { - "description": "Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.", + "description": "Deletes the specified instance group. The instances in the group are not\ndeleted. Note that instance group must not belong to a backend service.\nRead\nDeleting an instance group for more information.", "flatPath": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}", "httpMethod": "DELETE", "id": "compute.instanceGroups.delete", @@ -9324,12 +9945,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the instance group is located.", + "description": "The name of the zone\nwhere the instance group is located.", "location": "path", "required": true, "type": "string" @@ -9345,7 +9966,7 @@ ] }, "get": { - "description": "Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.", + "description": "Returns the specified zonal instance group. Get a list of available zonal\ninstance groups by making a list() request.\n\nFor managed instance groups, use theinstanceGroupManagers\nor regionInstanceGroupManagers\nmethods instead.", "flatPath": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}", "httpMethod": "GET", "id": "compute.instanceGroups.get", @@ -9369,7 +9990,7 @@ "type": "string" }, "zone": { - "description": "The name of the zone where the instance group is located.", + "description": "The name of the zone\nwhere the instance group is located.", "location": "path", "required": true, "type": "string" @@ -9386,7 +10007,7 @@ ] }, "insert": { - "description": "Creates an instance group in the specified project using the parameters that are included in the request.", + "description": "Creates an instance group in the specified project using the\nparameters that are included in the request.", "flatPath": "projects/{project}/zones/{zone}/instanceGroups", "httpMethod": "POST", "id": "compute.instanceGroups.insert", @@ -9403,12 +10024,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where you want to create the instance group.", + "description": "The name of the zone\nwhere you want to create the instance group.", "location": "path", "required": true, "type": "string" @@ -9427,7 +10048,7 @@ ] }, "list": { - "description": "Retrieves the list of zonal instance group resources contained within the specified zone. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.", + "description": "Retrieves the list of zonal instance group resources contained within the\nspecified zone.\n\nFor managed instance groups, use theinstanceGroupManagers\nor regionInstanceGroupManagers\nmethods instead.", "flatPath": "projects/{project}/zones/{zone}/instanceGroups", "httpMethod": "GET", "id": "compute.instanceGroups.list", @@ -9437,25 +10058,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -9467,12 +10088,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the instance group is located.", + "description": "The name of thezone\nwhere the instance group is located.", "location": "path", "required": true, "type": "string" @@ -9489,7 +10110,7 @@ ] }, "listInstances": { - "description": "Lists the instances in the specified instance group. The orderBy query parameter is not supported. The filter query parameter is supported, but only for expressions that use `eq` (equal) or `ne` (not equal) operators.", + "description": "Lists the instances in the specified instance group.\nThe orderBy query parameter is not supported.\nThe filter query parameter is supported, but only for\nexpressions that use `eq` (equal) or `ne` (not equal) operators.", "flatPath": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/listInstances", "httpMethod": "POST", "id": "compute.instanceGroups.listInstances", @@ -9500,31 +10121,31 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "instanceGroup": { - "description": "The name of the instance group from which you want to generate a list of included instances.", + "description": "The name of the instance group from which you want to generate a list\nof included instances.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -9536,12 +10157,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the instance group is located.", + "description": "The name of the zone\nwhere the instance group is located.", "location": "path", "required": true, "type": "string" @@ -9561,7 +10182,7 @@ ] }, "removeInstances": { - "description": "Removes one or more instances from the specified instance group, but does not delete those instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.", + "description": "Removes one or more instances from the specified instance group, but does\nnot delete those instances.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration before the VM instance is removed or deleted.", "flatPath": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/removeInstances", "httpMethod": "POST", "id": "compute.instanceGroups.removeInstances", @@ -9572,7 +10193,7 @@ ], "parameters": { "instanceGroup": { - "description": "The name of the instance group where the specified instances will be removed.", + "description": "The name of the instance group where the specified instances will be\nremoved.", "location": "path", "required": true, "type": "string" @@ -9585,12 +10206,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the instance group is located.", + "description": "The name of the zone\nwhere the instance group is located.", "location": "path", "required": true, "type": "string" @@ -9633,12 +10254,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the instance group is located.", + "description": "The name of the zone\nwhere the instance group is located.", "location": "path", "required": true, "type": "string" @@ -9759,7 +10380,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -9793,7 +10414,7 @@ "instanceTemplates": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all InstanceTemplates resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/instanceTemplates", "httpMethod": "GET", "id": "compute.instanceTemplates.aggregatedList", @@ -9802,30 +10423,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -9837,12 +10458,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -9859,7 +10480,7 @@ ] }, "delete": { - "description": "Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.", + "description": "Deletes the specified instance template. Deleting an instance template is\npermanent and cannot be undone. It is not possible to delete templates\nthat are already in use by a managed instance group.", "flatPath": "projects/{project}/global/instanceTemplates/{instanceTemplate}", "httpMethod": "DELETE", "id": "compute.instanceTemplates.delete", @@ -9883,7 +10504,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -9933,7 +10554,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/instanceTemplates/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.instanceTemplates.getIamPolicy", @@ -9974,7 +10595,7 @@ ] }, "insert": { - "description": "Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.", + "description": "Creates an instance template in the specified project using the\ndata that is included in the request. If you are creating a new template to\nupdate an existing instance group, your new instance template must use the\nsame network or, if applicable, the same subnetwork as the original\ntemplate.", "flatPath": "projects/{project}/global/instanceTemplates", "httpMethod": "POST", "id": "compute.instanceTemplates.insert", @@ -9990,7 +10611,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -10008,7 +10629,7 @@ ] }, "list": { - "description": "Retrieves a list of instance templates that are contained within the specified project.", + "description": "Retrieves a list of instance templates that are contained within\nthe specified project.", "flatPath": "projects/{project}/global/instanceTemplates", "httpMethod": "GET", "id": "compute.instanceTemplates.list", @@ -10017,25 +10638,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -10047,7 +10668,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -10063,7 +10684,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/instanceTemplates/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.instanceTemplates.setIamPolicy", @@ -10174,7 +10795,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10210,7 +10831,7 @@ ], "parameters": { "instance": { - "description": "The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an unsigned long integer.", + "description": "The instance name for this request stored as resource_id.\nName should conform to RFC1035 or be an unsigned long integer.", "location": "path", "required": true, "type": "string" @@ -10223,7 +10844,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10248,7 +10869,7 @@ ] }, "addResourcePolicies": { - "description": "Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations.", + "description": "Adds existing resource policies to an instance. You can only add one\npolicy right now which will be applied to this instance for scheduling live\nmigrations.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/addResourcePolicies", "httpMethod": "POST", "id": "compute.instances.addResourcePolicies", @@ -10273,7 +10894,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10298,7 +10919,7 @@ ] }, "aggregatedList": { - "description": "Retrieves an aggregated list of all of the instances in your project across all regions and zones. The performance of this method degrades when a filter is specified on a project that has a very large number of instances. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of all of the instances in your project\nacross all regions and zones.\n\nThe performance of this method degrades when a filter is specified on a\nproject that has a very large number of instances.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/instances", "httpMethod": "GET", "id": "compute.instances.aggregatedList", @@ -10307,30 +10928,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -10342,12 +10963,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -10364,7 +10985,7 @@ ] }, "attachDisk": { - "description": "Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your instance.", + "description": "Attaches an existing Disk resource to an instance. You must first\ncreate the disk before you can attach it. It is not possible to create\nand attach a disk at the same time. For more information, readAdding a\npersistent disk to your instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/attachDisk", "httpMethod": "POST", "id": "compute.instances.attachDisk", @@ -10375,7 +10996,7 @@ ], "parameters": { "forceAttach": { - "description": "Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.", + "description": "Whether to force attach the regional disk even if it's currently attached\nto another instance. If you try to force attach a zonal disk to an\ninstance, you will receive an error.", "location": "query", "type": "boolean" }, @@ -10394,7 +11015,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10419,7 +11040,7 @@ ] }, "bulkInsert": { - "description": "Creates multiple instances. Count specifies the number of instances to create. For more information, see About bulk creation of VMs.", + "description": "Creates multiple instances. Count specifies the number of instances to\ncreate. For more information, seeAbout bulk\ncreation of VMs.", "flatPath": "projects/{project}/zones/{zone}/instances/bulkInsert", "httpMethod": "POST", "id": "compute.instances.bulkInsert", @@ -10436,7 +11057,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10461,7 +11082,7 @@ ] }, "delete": { - "description": "Deletes the specified Instance resource. For more information, see Deleting an instance.", + "description": "Deletes the specified Instance resource. For more information, seeDeleting\nan instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}", "httpMethod": "DELETE", "id": "compute.instances.delete", @@ -10486,7 +11107,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10547,7 +11168,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10569,7 +11190,7 @@ ] }, "deleteNetworkInterface": { - "description": "Deletes one dynamic network interface from an active instance. InstancesDeleteNetworkInterfaceRequest indicates: - instance from which to delete, using project+zone+resource_id fields; - dynamic network interface to be deleted, using network_interface_name field;", + "description": "Deletes one dynamic network interface from an active instance.\nInstancesDeleteNetworkInterfaceRequest indicates:\n- instance from which to delete, using project+zone+resource_id fields;\n- dynamic network interface to be deleted, using network_interface_name\nfield;", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/deleteNetworkInterface", "httpMethod": "POST", "id": "compute.instances.deleteNetworkInterface", @@ -10581,7 +11202,7 @@ ], "parameters": { "instance": { - "description": "The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an unsigned long integer.", + "description": "The instance name for this request stored as resource_id.\nName should conform to RFC1035 or be an unsigned long integer.", "location": "path", "required": true, "type": "string" @@ -10600,7 +11221,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10634,7 +11255,7 @@ ], "parameters": { "deviceName": { - "description": "The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names.", + "description": "The device name of the disk to detach. Make a get() request on\nthe instance to view currently attached disks and device names.", "location": "query", "required": true, "type": "string" @@ -10654,7 +11275,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -10822,7 +11443,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/zones/{zone}/instances/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.instances.getIamPolicy", @@ -10948,7 +11569,7 @@ "type": "string" }, "start": { - "description": "Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console. Note that the negative start is bounded by the retained buffer size, and the returned serial console output will not exceed the max buffer size.", + "description": "Specifies the starting byte position of the output to return. To start with\nthe first byte of output to the specified port, omit this field or set it\nto `0`.\n\nIf the output for that byte position is available, this field matches the\n`start` parameter sent with the request. If the amount of serial console\noutput exceeds the size of the buffer (1 MB), the oldest output is\ndiscarded and is no longer available. If the requested start position\nrefers to discarded output, the start position is adjusted to the oldest\noutput still available, and the adjusted start position is returned as the\n`start` property value.\n\nYou can also provide a negative start position, which translates to the\nmost recent number of bytes written to the serial port. For example, -3 is\ninterpreted as the most recent 3 bytes written to the serial console. Note\nthat the negative start is bounded by the retained buffer size, and the\nreturned serial console output will not exceed the max buffer size.", "format": "int64", "location": "query", "type": "string" @@ -11015,7 +11636,7 @@ ] }, "insert": { - "description": "Creates an instance resource in the specified project using the data included in the request.", + "description": "Creates an instance resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/zones/{zone}/instances", "httpMethod": "POST", "id": "compute.instances.insert", @@ -11032,17 +11653,17 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "sourceInstanceTemplate": { - "description": "Specifies instance template to create the instance. This field is optional. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate ", + "description": "Specifies instance template to create the instance.\n\nThis field is optional. It can be a full or partial URL. For example, the\nfollowing are all valid URLs to an instance template:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate\n - projects/project/global/instanceTemplates/instanceTemplate\n - global/instanceTemplates/instanceTemplate", "location": "query", "type": "string" }, "sourceMachineImage": { - "description": "Specifies the machine image to use to create the instance. This field is optional. It can be a full or partial URL. For example, the following are all valid URLs to a machine image: - https://www.googleapis.com/compute/v1/projects/project/global/global /machineImages/machineImage - projects/project/global/global/machineImages/machineImage - global/machineImages/machineImage ", + "description": "Specifies the machine image to use to create the instance.\n\nThis field is optional. It can be a full or partial URL. For example, the\nfollowing are all valid URLs to a machine image:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/global/machineImages/machineImage\n - projects/project/global/global/machineImages/machineImage\n - global/machineImages/machineImage", "location": "query", "type": "string" }, @@ -11067,7 +11688,7 @@ ] }, "list": { - "description": "Retrieves the list of instances contained within the specified zone.", + "description": "Retrieves the list of instances contained within\nthe specified zone.", "flatPath": "projects/{project}/zones/{zone}/instances", "httpMethod": "GET", "id": "compute.instances.list", @@ -11077,25 +11698,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -11107,7 +11728,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -11130,7 +11751,7 @@ ] }, "listReferrers": { - "description": "Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. For more information, read Viewing referrers to VM instances.", + "description": "Retrieves a list of resources that refer to the VM instance specified in\nthe request. For example, if the VM instance is part of a managed or\nunmanaged instance group, the referrers list includes the instance group.\nFor more information, readViewing\nreferrers to VM instances.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/referrers", "httpMethod": "GET", "id": "compute.instances.listReferrers", @@ -11141,12 +11762,12 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "instance": { - "description": "Name of the target instance scoping this request, or '-' if the request should span over all instances in the container.", + "description": "Name of the target instance scoping this request, or '-' if the\nrequest should span over all instances in the container.", "location": "path", "pattern": "-|[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -11154,19 +11775,19 @@ }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -11178,7 +11799,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -11226,7 +11847,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11273,7 +11894,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11323,7 +11944,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11348,7 +11969,7 @@ ] }, "reset": { - "description": "Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more information, see Resetting an instance.", + "description": "Performs a reset on the instance. This is a hard reset. The VM\ndoes not do a graceful shutdown. For more information, seeResetting\nan instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/reset", "httpMethod": "POST", "id": "compute.instances.reset", @@ -11373,7 +11994,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11395,7 +12016,7 @@ ] }, "resume": { - "description": "Resumes an instance that was suspended using the instances().suspend method.", + "description": "Resumes an instance that was suspended using theinstances().suspend\nmethod.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/resume", "httpMethod": "POST", "id": "compute.instances.resume", @@ -11420,7 +12041,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11505,7 +12126,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11553,7 +12174,7 @@ "type": "boolean" }, "deviceName": { - "description": "The device name of the disk to modify. Make a get() request on the instance to view currently attached disks and device names.", + "description": "The device name of the disk to modify. Make a get() request\non the instance to view currently attached disks and device names.", "location": "query", "pattern": "\\w[\\w.-]{0,254}", "required": true, @@ -11574,7 +12195,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11596,7 +12217,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/zones/{zone}/instances/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.instances.setIamPolicy", @@ -11641,7 +12262,7 @@ ] }, "setLabels": { - "description": "Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets labels on an instance. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setLabels", "httpMethod": "POST", "id": "compute.instances.setLabels", @@ -11666,7 +12287,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11691,7 +12312,7 @@ ] }, "setMachineResources": { - "description": "Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.", + "description": "Changes the number and/or type of accelerator for a stopped instance to the\nvalues specified in the request.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setMachineResources", "httpMethod": "POST", "id": "compute.instances.setMachineResources", @@ -11716,7 +12337,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11741,7 +12362,7 @@ ] }, "setMachineType": { - "description": "Changes the machine type for a stopped instance to the machine type specified in the request.", + "description": "Changes the machine type for a stopped instance to the machine\ntype specified in the request.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setMachineType", "httpMethod": "POST", "id": "compute.instances.setMachineType", @@ -11766,7 +12387,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11791,7 +12412,7 @@ ] }, "setMetadata": { - "description": "Sets metadata for the specified instance to the data included in the request.", + "description": "Sets metadata for the specified instance to the data included\nin the request.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setMetadata", "httpMethod": "POST", "id": "compute.instances.setMetadata", @@ -11816,7 +12437,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11841,7 +12462,7 @@ ] }, "setMinCpuPlatform": { - "description": "Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.", + "description": "Changes the minimum CPU platform that this instance should use.\nThis method can only\nbe called on a stopped instance. For more information, readSpecifying a\nMinimum CPU Platform.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setMinCpuPlatform", "httpMethod": "POST", "id": "compute.instances.setMinCpuPlatform", @@ -11866,7 +12487,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11916,7 +12537,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11941,7 +12562,7 @@ ] }, "setScheduling": { - "description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance policy.", + "description": "Sets an instance's scheduling options. You can only call this method on astopped instance,\nthat is, a VM instance that is in a `TERMINATED` state. SeeInstance Life\nCycle for more information on the possible instance states.\nFor more information about setting scheduling options for a VM, seeSet\nVM host maintenance policy.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setScheduling", "httpMethod": "POST", "id": "compute.instances.setScheduling", @@ -11966,7 +12587,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -11991,7 +12612,7 @@ ] }, "setSecurityPolicy": { - "description": "Sets the Google Cloud Armor security policy for the specified instance. For more information, see Google Cloud Armor Overview", + "description": "Sets the Google Cloud Armor security policy for the specified instance.\nFor more information, seeGoogle\nCloud Armor Overview", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setSecurityPolicy", "httpMethod": "POST", "id": "compute.instances.setSecurityPolicy", @@ -12002,7 +12623,7 @@ ], "parameters": { "instance": { - "description": "Name of the Instance resource to which the security policy should be set. The name should conform to RFC1035.", + "description": "Name of the Instance resource to which the security policy should be\nset. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -12015,7 +12636,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12040,7 +12661,7 @@ ] }, "setServiceAccount": { - "description": "Sets the service account on the instance. For more information, read Changing the service account and access scopes for an instance.", + "description": "Sets the service account on the instance. For more information,\nreadChanging\nthe service account and access scopes for an instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setServiceAccount", "httpMethod": "POST", "id": "compute.instances.setServiceAccount", @@ -12065,7 +12686,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12090,7 +12711,7 @@ ] }, "setShieldedInstanceIntegrityPolicy": { - "description": "Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Sets the Shielded Instance integrity policy for an instance. You can\nonly use this method on a running instance. This method\nsupports PATCH semantics and uses the JSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setShieldedInstanceIntegrityPolicy", "httpMethod": "PATCH", "id": "compute.instances.setShieldedInstanceIntegrityPolicy", @@ -12115,7 +12736,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12140,7 +12761,7 @@ ] }, "setTags": { - "description": "Sets network tags for the specified instance to the data included in the request.", + "description": "Sets network tags\nfor the specified instance to the data included in the request.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setTags", "httpMethod": "POST", "id": "compute.instances.setTags", @@ -12165,7 +12786,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12190,7 +12811,7 @@ ] }, "simulateMaintenanceEvent": { - "description": "Simulates a host maintenance event on a VM. For more information, see Simulate a host maintenance event.", + "description": "Simulates a host maintenance event on a VM. For more information, see\nSimulate a host maintenance event.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent", "httpMethod": "POST", "id": "compute.instances.simulateMaintenanceEvent", @@ -12215,12 +12836,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "withExtendedNotifications": { - "description": "Determines whether the customers receive notifications before migration. Only applicable to SF vms.", + "description": "Determines whether the customers receive notifications before migration.\nOnly applicable to SF vms.", "location": "query", "type": "boolean" }, @@ -12242,7 +12863,7 @@ ] }, "start": { - "description": "Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.", + "description": "Starts an instance that was stopped using theinstances().stop\nmethod. For more information, seeRestart an\ninstance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/start", "httpMethod": "POST", "id": "compute.instances.start", @@ -12267,7 +12888,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12289,7 +12910,7 @@ ] }, "startWithEncryptionKey": { - "description": "Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.", + "description": "Starts an instance that was stopped using theinstances().stop\nmethod. For more information, seeRestart an\ninstance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/startWithEncryptionKey", "httpMethod": "POST", "id": "compute.instances.startWithEncryptionKey", @@ -12314,7 +12935,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12339,7 +12960,7 @@ ] }, "stop": { - "description": "Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur VM usage charges while they are stopped. However, resources that the VM is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.", + "description": "Stops a running instance, shutting it down cleanly, and allows\nyou to restart the instance at a later time. Stopped instances do not incur\nVM usage charges while they are stopped. However, resources that the VM is\nusing, such as persistent disks and static IP addresses, will continue to\nbe charged until they are deleted. For more information, seeStopping\nan instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/stop", "httpMethod": "POST", "id": "compute.instances.stop", @@ -12350,7 +12971,7 @@ ], "parameters": { "discardLocalSsd": { - "description": "This property is required if the instance has any attached Local SSD disks. If false, Local SSD data will be preserved when the instance is suspended. If true, the contents of any attached Local SSD disks will be discarded.", + "description": "This property is required if the instance has any attached Local SSD disks.\nIf false, Local SSD data will be preserved when the instance is suspended.\nIf true, the contents of any attached Local SSD disks will be discarded.", "location": "query", "type": "boolean" }, @@ -12369,7 +12990,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12391,7 +13012,7 @@ ] }, "suspend": { - "description": "This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances have no compute costs (cores or RAM), and incur only storage charges for the saved VM memory and localSSD data. Any charged resources the virtual machine was using, such as persistent disks and static IP addresses, will continue to be charged while the instance is suspended. For more information, see Suspending and resuming an instance.", + "description": "This method suspends a running instance, saving its state to persistent\nstorage, and allows you to resume the instance at a later time. Suspended\ninstances have no compute costs (cores or RAM), and incur only storage\ncharges for the saved VM memory and localSSD data. Any charged resources\nthe virtual machine was using, such as persistent disks and static IP\naddresses, will continue to be charged while the instance is suspended.\nFor more information, see\nSuspending and resuming an instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/suspend", "httpMethod": "POST", "id": "compute.instances.suspend", @@ -12402,7 +13023,7 @@ ], "parameters": { "discardLocalSsd": { - "description": "This property is required if the instance has any attached Local SSD disks. If false, Local SSD data will be preserved when the instance is suspended. If true, the contents of any attached Local SSD disks will be discarded.", + "description": "This property is required if the instance has any attached Local SSD disks.\nIf false, Local SSD data will be preserved when the instance is suspended.\nIf true, the contents of any attached Local SSD disks will be discarded.", "location": "query", "type": "boolean" }, @@ -12421,7 +13042,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12489,7 +13110,7 @@ ] }, "update": { - "description": "Updates an instance only if the necessary resources are available. This method can update only a specific set of instance properties. See Updating a running instance for a list of updatable instance properties.", + "description": "Updates an instance only if the necessary resources are available. This\nmethod can update only a specific set of instance properties. See\nUpdating a running instance for a list of updatable instance\nproperties.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}", "httpMethod": "PUT", "id": "compute.instances.update", @@ -12507,7 +13128,7 @@ "type": "string" }, "minimalAction": { - "description": "Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require.", + "description": "Specifies the action to take when updating an instance even if the\nupdated properties do not require it. If not specified, then\nCompute Engine acts based on the minimum action that the updated\nproperties require.", "enum": [ "INVALID", "NO_EFFECT", @@ -12524,7 +13145,7 @@ "type": "string" }, "mostDisruptiveAllowedAction": { - "description": "Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.", + "description": "Specifies the most disruptive action that can be taken on the instance\nas part of the update. Compute Engine returns an error if the\ninstance properties require a more disruptive action as part of the\ninstance update. Valid options from lowest to highest are\nNO_EFFECT, REFRESH, and RESTART.", "enum": [ "INVALID", "NO_EFFECT", @@ -12548,7 +13169,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12573,7 +13194,7 @@ ] }, "updateAccessConfig": { - "description": "Updates the specified access config from an instance's network interface with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the specified access config from an instance's network interface\nwith the data included in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/updateAccessConfig", "httpMethod": "POST", "id": "compute.instances.updateAccessConfig", @@ -12605,7 +13226,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12630,7 +13251,7 @@ ] }, "updateDisplayDevice": { - "description": "Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the Display config for a VM instance. You can\nonly use this method on a stopped VM instance. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/updateDisplayDevice", "httpMethod": "PATCH", "id": "compute.instances.updateDisplayDevice", @@ -12655,7 +13276,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12680,7 +13301,7 @@ ] }, "updateNetworkInterface": { - "description": "Updates an instance's network interface. This method can only update an interface's alias IP range and attached network. See Modifying alias IP ranges for an existing instance for instructions on changing alias IP ranges. See Migrating a VM between networks for instructions on migrating an interface. This method follows PATCH semantics.", + "description": "Updates an instance's network interface. This method can only update an\ninterface's alias IP range and attached network. See Modifying\nalias IP ranges for an existing instance for instructions on\nchanging alias IP ranges. See Migrating\na VM between networks for instructions on migrating an interface.\nThis method follows PATCH semantics.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/updateNetworkInterface", "httpMethod": "PATCH", "id": "compute.instances.updateNetworkInterface", @@ -12712,7 +13333,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12737,7 +13358,7 @@ ] }, "updateShieldedInstanceConfig": { - "description": "Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the Shielded Instance config for an instance. You can\nonly use this method on a stopped instance. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/updateShieldedInstanceConfig", "httpMethod": "PATCH", "id": "compute.instances.updateShieldedInstanceConfig", @@ -12762,7 +13383,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12791,7 +13412,7 @@ "instantSnapshots": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of instantSnapshots. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of instantSnapshots.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/instantSnapshots", "httpMethod": "GET", "id": "compute.instantSnapshots.aggregatedList", @@ -12800,30 +13421,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -12835,12 +13456,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -12857,7 +13478,7 @@ ] }, "delete": { - "description": "Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot. For more information, see Deleting instantSnapshots.", + "description": "Deletes the specified InstantSnapshot resource. Keep in mind that deleting\na single instantSnapshot might not necessarily delete all the data on that\ninstantSnapshot. If any data on the instantSnapshot that is marked for\ndeletion is needed for subsequent instantSnapshots, the data will be moved\nto the next corresponding instantSnapshot.\n\nFor more information, seeDeleting\ninstantSnapshots.", "flatPath": "projects/{project}/zones/{zone}/instantSnapshots/{instantSnapshot}", "httpMethod": "DELETE", "id": "compute.instantSnapshots.delete", @@ -12882,7 +13503,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -12947,7 +13568,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/zones/{zone}/instantSnapshots/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.instantSnapshots.getIamPolicy", @@ -13013,7 +13634,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -13038,7 +13659,7 @@ ] }, "list": { - "description": "Retrieves the list of InstantSnapshot resources contained within the specified zone.", + "description": "Retrieves the list of InstantSnapshot resources contained within\nthe specified zone.", "flatPath": "projects/{project}/zones/{zone}/instantSnapshots", "httpMethod": "GET", "id": "compute.instantSnapshots.list", @@ -13048,25 +13669,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -13078,7 +13699,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -13101,7 +13722,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/zones/{zone}/instantSnapshots/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.instantSnapshots.setIamPolicy", @@ -13146,7 +13767,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a instantSnapshot in the given zone. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a instantSnapshot in the given zone. To learn more about\nlabels, read the Labeling\nResources documentation.", "flatPath": "projects/{project}/zones/{zone}/instantSnapshots/{resource}/setLabels", "httpMethod": "POST", "id": "compute.instantSnapshots.setLabels", @@ -13164,7 +13785,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -13270,7 +13891,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -13285,7 +13906,7 @@ ] }, "get": { - "description": "Returns the specified InterconnectAttachmentGroup resource in the given scope.", + "description": "Returns the specified InterconnectAttachmentGroup resource in the given\nscope.", "flatPath": "projects/{project}/global/interconnectAttachmentGroups/{interconnectAttachmentGroup}", "httpMethod": "GET", "id": "compute.interconnectAttachmentGroups.get", @@ -13320,7 +13941,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/interconnectAttachmentGroups/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.interconnectAttachmentGroups.getIamPolicy", @@ -13361,7 +13982,7 @@ ] }, "getOperationalStatus": { - "description": "Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup resource.", + "description": "Returns the InterconnectAttachmentStatuses for the specified\nInterconnectAttachmentGroup resource.", "flatPath": "projects/{project}/global/interconnectAttachmentGroups/{interconnectAttachmentGroup}/getOperationalStatus", "httpMethod": "GET", "id": "compute.interconnectAttachmentGroups.getOperationalStatus", @@ -13396,7 +14017,7 @@ ] }, "insert": { - "description": "Creates a InterconnectAttachmentGroup in the specified project in the given scope using the parameters that are included in the request.", + "description": "Creates a InterconnectAttachmentGroup in the specified project in the given\nscope using the parameters that are included in the request.", "flatPath": "projects/{project}/global/interconnectAttachmentGroups", "httpMethod": "POST", "id": "compute.interconnectAttachmentGroups.insert", @@ -13412,7 +14033,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -13439,25 +14060,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -13469,7 +14090,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -13485,7 +14106,7 @@ ] }, "patch": { - "description": "Patches the specified InterconnectAttachmentGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified InterconnectAttachmentGroup resource with the data\nincluded in the request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/interconnectAttachmentGroups/{interconnectAttachmentGroup}", "httpMethod": "PATCH", "id": "compute.interconnectAttachmentGroups.patch", @@ -13509,7 +14130,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" }, @@ -13533,7 +14154,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/interconnectAttachmentGroups/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.interconnectAttachmentGroups.setIamPolicy", @@ -13612,7 +14233,7 @@ "interconnectAttachments": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of interconnect attachments. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of interconnect attachments.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/interconnectAttachments", "httpMethod": "GET", "id": "compute.interconnectAttachments.aggregatedList", @@ -13621,30 +14242,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -13656,12 +14277,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -13710,7 +14331,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -13768,7 +14389,7 @@ ] }, "insert": { - "description": "Creates an InterconnectAttachment in the specified project using the data included in the request.", + "description": "Creates an InterconnectAttachment in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/interconnectAttachments", "httpMethod": "POST", "id": "compute.interconnectAttachments.insert", @@ -13792,7 +14413,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -13815,7 +14436,7 @@ ] }, "list": { - "description": "Retrieves the list of interconnect attachments contained within the specified region.", + "description": "Retrieves the list of interconnect attachments contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/interconnectAttachments", "httpMethod": "GET", "id": "compute.interconnectAttachments.list", @@ -13825,25 +14446,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -13862,7 +14483,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -13878,7 +14499,7 @@ ] }, "patch": { - "description": "Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the specified interconnect attachment with the data included in the\nrequest. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}", "httpMethod": "PATCH", "id": "compute.interconnectAttachments.patch", @@ -13910,7 +14531,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -13928,7 +14549,7 @@ ] }, "setLabels": { - "description": "Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on an InterconnectAttachment. To learn more about labels,\nread the Labeling\nResources documentation.", "flatPath": "projects/{project}/regions/{region}/interconnectAttachments/{resource}/setLabels", "httpMethod": "POST", "id": "compute.interconnectAttachments.setLabels", @@ -13953,7 +14574,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -13982,7 +14603,7 @@ "interconnectGroups": { "methods": { "createMembers": { - "description": "Create Interconnects with redundancy by creating them in a specified interconnect group.", + "description": "Create Interconnects with redundancy by creating them in a specified\ninterconnect group.", "flatPath": "projects/{project}/global/interconnectGroups/{interconnectGroup}/createMembers", "httpMethod": "POST", "id": "compute.interconnectGroups.createMembers", @@ -14043,7 +14664,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -14093,7 +14714,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/interconnectGroups/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.interconnectGroups.getIamPolicy", @@ -14134,7 +14755,7 @@ ] }, "getOperationalStatus": { - "description": "Returns the interconnectStatuses for the specified InterconnectGroup.", + "description": "Returns the interconnectStatuses for the specified\nInterconnectGroup.", "flatPath": "projects/{project}/global/interconnectGroups/{interconnectGroup}/getOperationalStatus", "httpMethod": "GET", "id": "compute.interconnectGroups.getOperationalStatus", @@ -14169,7 +14790,7 @@ ] }, "insert": { - "description": "Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.", + "description": "Creates a InterconnectGroup in the specified project in the given scope\nusing the parameters that are included in the request.", "flatPath": "projects/{project}/global/interconnectGroups", "httpMethod": "POST", "id": "compute.interconnectGroups.insert", @@ -14185,7 +14806,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -14212,25 +14833,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -14242,7 +14863,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -14258,7 +14879,7 @@ ] }, "patch": { - "description": "Patches the specified InterconnectGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified InterconnectGroup resource with the data included in\nthe request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/interconnectGroups/{interconnectGroup}", "httpMethod": "PATCH", "id": "compute.interconnectGroups.patch", @@ -14282,7 +14903,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" }, @@ -14306,7 +14927,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/interconnectGroups/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.interconnectGroups.setIamPolicy", @@ -14385,7 +15006,7 @@ "interconnectLocations": { "methods": { "get": { - "description": "Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.", + "description": "Returns the details for the specified interconnect location. Gets a list of\navailable interconnect locations by making a list() request.", "flatPath": "projects/{project}/global/interconnectLocations/{interconnectLocation}", "httpMethod": "GET", "id": "compute.interconnectLocations.get", @@ -14420,7 +15041,7 @@ ] }, "list": { - "description": "Retrieves the list of interconnect locations available to the specified project.", + "description": "Retrieves the list of interconnect locations available to the specified\nproject.", "flatPath": "projects/{project}/global/interconnectLocations", "httpMethod": "GET", "id": "compute.interconnectLocations.list", @@ -14429,25 +15050,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -14459,7 +15080,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -14479,7 +15100,7 @@ "interconnectRemoteLocations": { "methods": { "get": { - "description": "Returns the details for the specified interconnect remote location. Gets a list of available interconnect remote locations by making a list() request.", + "description": "Returns the details for the specified interconnect remote location. Gets a\nlist of available interconnect remote locations by making alist() request.", "flatPath": "projects/{project}/global/interconnectRemoteLocations/{interconnectRemoteLocation}", "httpMethod": "GET", "id": "compute.interconnectRemoteLocations.get", @@ -14514,7 +15135,7 @@ ] }, "list": { - "description": "Retrieves the list of interconnect remote locations available to the specified project.", + "description": "Retrieves the list of interconnect remote locations available to the\nspecified project.", "flatPath": "projects/{project}/global/interconnectRemoteLocations", "httpMethod": "GET", "id": "compute.interconnectRemoteLocations.list", @@ -14523,25 +15144,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -14553,7 +15174,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -14597,7 +15218,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -14612,7 +15233,7 @@ ] }, "get": { - "description": "Returns the specified Interconnect. Get a list of available Interconnects by making a list() request.", + "description": "Returns the specified Interconnect. Get a list of available Interconnects\nby making a list() request.", "flatPath": "projects/{project}/global/interconnects/{interconnect}", "httpMethod": "GET", "id": "compute.interconnects.get", @@ -14647,7 +15268,7 @@ ] }, "getDiagnostics": { - "description": "Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly.", + "description": "Returns the interconnectDiagnostics for the specified\nInterconnect.\n\nIn the event of a\nglobal outage, do not use this API to make decisions about where to\nredirect your network traffic.\n\nUnlike a VLAN attachment, which is regional, a Cloud Interconnect\nconnection is a global resource. A global outage can prevent this\nAPI from functioning properly.", "flatPath": "projects/{project}/global/interconnects/{interconnect}/getDiagnostics", "httpMethod": "GET", "id": "compute.interconnects.getDiagnostics", @@ -14682,7 +15303,7 @@ ] }, "getMacsecConfig": { - "description": "Returns the interconnectMacsecConfig for the specified Interconnect.", + "description": "Returns the interconnectMacsecConfig for the specified\nInterconnect.", "flatPath": "projects/{project}/global/interconnects/{interconnect}/getMacsecConfig", "httpMethod": "GET", "id": "compute.interconnects.getMacsecConfig", @@ -14717,7 +15338,7 @@ ] }, "insert": { - "description": "Creates an Interconnect in the specified project using the data included in the request.", + "description": "Creates an Interconnect in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/global/interconnects", "httpMethod": "POST", "id": "compute.interconnects.insert", @@ -14733,7 +15354,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -14760,25 +15381,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -14790,7 +15411,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -14806,7 +15427,7 @@ ] }, "patch": { - "description": "Updates the specified Interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the specified Interconnect with the data included in the request.\nThis method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/interconnects/{interconnect}", "httpMethod": "PATCH", "id": "compute.interconnects.patch", @@ -14830,7 +15451,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -14848,7 +15469,7 @@ ] }, "setLabels": { - "description": "Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on an Interconnect. To learn more about labels,\nread the Labeling\nResources documentation.", "flatPath": "projects/{project}/global/interconnects/{resource}/setLabels", "httpMethod": "POST", "id": "compute.interconnects.setLabels", @@ -14889,7 +15510,7 @@ "licenseCodes": { "methods": { "get": { - "description": "Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Return a specified license code. License codes are mirrored across\nall projects that have permissions to read the License Code.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenseCodes/{licenseCode}", "httpMethod": "GET", "id": "compute.licenseCodes.get", @@ -14924,7 +15545,7 @@ ] }, "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Returns permissions that a caller has on the specified resource.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenseCodes/{resource}/testIamPermissions", "httpMethod": "POST", "id": "compute.licenseCodes.testIamPermissions", @@ -14966,7 +15587,7 @@ "licenses": { "methods": { "delete": { - "description": "Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Deletes the specified license.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses/{license}", "httpMethod": "DELETE", "id": "compute.licenses.delete", @@ -14990,7 +15611,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -15005,7 +15626,7 @@ ] }, "get": { - "description": "Returns the specified License resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Returns the specified License resource.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses/{license}", "httpMethod": "GET", "id": "compute.licenses.get", @@ -15040,7 +15661,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.licenses.getIamPolicy", @@ -15081,7 +15702,7 @@ ] }, "insert": { - "description": "Create a License resource in the specified project. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Create a License resource in the specified project.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses", "httpMethod": "POST", "id": "compute.licenses.insert", @@ -15097,7 +15718,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -15118,7 +15739,7 @@ ] }, "list": { - "description": "Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Retrieves the list of licenses\navailable in the specified project. This method does not\nget any licenses that belong to other projects, including licenses attached\nto publicly-available images, like Debian 9. If you want to get a list of\npublicly-available licenses, use this method to make a request to the\nrespective image project, such as debian-cloud orwindows-cloud.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses", "httpMethod": "GET", "id": "compute.licenses.list", @@ -15127,25 +15748,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -15157,7 +15778,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -15173,7 +15794,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.licenses.setIamPolicy", @@ -15210,7 +15831,7 @@ ] }, "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Returns permissions that a caller has on the specified resource.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses/{resource}/testIamPermissions", "httpMethod": "POST", "id": "compute.licenses.testIamPermissions", @@ -15248,7 +15869,7 @@ ] }, "update": { - "description": "Updates a License resource in the specified project. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Updates a License resource in the specified project.\n *Caution* This resource is intended\nfor use only by third-party partners who are creatingCloud Marketplace\nimages.", "flatPath": "projects/{project}/global/licenses/{license}", "httpMethod": "PATCH", "id": "compute.licenses.update", @@ -15272,7 +15893,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -15300,7 +15921,7 @@ "machineImages": { "methods": { "delete": { - "description": "Deletes the specified machine image. Deleting a machine image is permanent and cannot be undone.", + "description": "Deletes the specified machine image. Deleting a machine image is permanent\nand cannot be undone.", "flatPath": "projects/{project}/global/machineImages/{machineImage}", "httpMethod": "DELETE", "id": "compute.machineImages.delete", @@ -15324,7 +15945,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -15374,7 +15995,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/machineImages/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.machineImages.getIamPolicy", @@ -15415,7 +16036,7 @@ ] }, "insert": { - "description": "Creates a machine image in the specified project using the data that is included in the request. If you are creating a new machine image to update an existing instance, your new machine image should use the same network or, if applicable, the same subnetwork as the original instance.", + "description": "Creates a machine image in the specified project using the\ndata that is included in the request. If you are creating a new machine\nimage to update an existing instance, your new machine image should use the\nsame network or, if applicable, the same subnetwork as the original\ninstance.", "flatPath": "projects/{project}/global/machineImages", "httpMethod": "POST", "id": "compute.machineImages.insert", @@ -15431,7 +16052,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -15454,7 +16075,7 @@ ] }, "list": { - "description": "Retrieves a list of machine images that are contained within the specified project.", + "description": "Retrieves a list of machine images that are contained within\nthe specified project.", "flatPath": "projects/{project}/global/machineImages", "httpMethod": "GET", "id": "compute.machineImages.list", @@ -15463,25 +16084,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -15493,7 +16114,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -15509,7 +16130,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/machineImages/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.machineImages.setIamPolicy", @@ -15546,7 +16167,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a machine image. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a machine image. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/global/machineImages/{resource}/setLabels", "httpMethod": "POST", "id": "compute.machineImages.setLabels", @@ -15625,7 +16246,7 @@ "machineTypes": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of machine types. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of machine types.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/machineTypes", "httpMethod": "GET", "id": "compute.machineTypes.aggregatedList", @@ -15634,30 +16255,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -15669,12 +16290,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -15734,7 +16355,7 @@ ] }, "list": { - "description": "Retrieves a list of machine types available to the specified project.", + "description": "Retrieves a list of machine types available to the specified\nproject.", "flatPath": "projects/{project}/zones/{zone}/machineTypes", "httpMethod": "GET", "id": "compute.machineTypes.list", @@ -15744,25 +16365,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -15774,7 +16395,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -15801,7 +16422,7 @@ "networkAttachments": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all NetworkAttachment resources,\nregional and global, available to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/networkAttachments", "httpMethod": "GET", "id": "compute.networkAttachments.aggregatedList", @@ -15810,30 +16431,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -15845,12 +16466,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -15899,7 +16520,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -15957,7 +16578,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/networkAttachments/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.networkAttachments.getIamPolicy", @@ -16006,7 +16627,7 @@ ] }, "insert": { - "description": "Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.", + "description": "Creates a NetworkAttachment in the specified project in the given scope\nusing the parameters that are included in the request.", "flatPath": "projects/{project}/regions/{region}/networkAttachments", "httpMethod": "POST", "id": "compute.networkAttachments.insert", @@ -16030,7 +16651,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -16058,25 +16679,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -16095,7 +16716,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -16111,7 +16732,7 @@ ] }, "patch": { - "description": "Patches the specified NetworkAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified NetworkAttachment resource with the data included in\nthe request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/networkAttachments/{networkAttachment}", "httpMethod": "PATCH", "id": "compute.networkAttachments.patch", @@ -16143,7 +16764,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -16161,7 +16782,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/networkAttachments/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.networkAttachments.setIamPolicy", @@ -16256,7 +16877,7 @@ "networkEdgeSecurityServices": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all NetworkEdgeSecurityService resources available to\nthe specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/networkEdgeSecurityServices", "httpMethod": "GET", "id": "compute.networkEdgeSecurityServices.aggregatedList", @@ -16265,30 +16886,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -16300,12 +16921,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -16354,7 +16975,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -16412,7 +17033,7 @@ ] }, "insert": { - "description": "Creates a new service in the specified project using the data included in the request.", + "description": "Creates a new service in the specified project using the data included in\nthe request.", "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices", "httpMethod": "POST", "id": "compute.networkEdgeSecurityServices.insert", @@ -16436,7 +17057,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -16496,7 +17117,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -16524,7 +17145,7 @@ "networkEndpointGroups": { "methods": { "aggregatedList": { - "description": "Retrieves the list of network endpoint groups and sorts them by zone. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of network endpoint groups and sorts them by zone.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/networkEndpointGroups", "httpMethod": "GET", "id": "compute.networkEndpointGroups.aggregatedList", @@ -16533,30 +17154,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -16568,12 +17189,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -16601,7 +17222,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.", + "description": "The name of the network endpoint group where you are attaching network\nendpoints to. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -16614,12 +17235,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the zone where\nthe network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -16638,7 +17259,7 @@ ] }, "delete": { - "description": "Deletes the specified network endpoint group. The network endpoints in the NEG and the VM instances they belong to are not terminated when the NEG is deleted. Note that the NEG cannot be deleted if there are backend services referencing it.", + "description": "Deletes the specified network endpoint group. The network endpoints in the\nNEG and the VM instances they belong to are not terminated when the NEG is\ndeleted. Note that the NEG cannot be deleted if there are backend services\nreferencing it.", "flatPath": "projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}", "httpMethod": "DELETE", "id": "compute.networkEndpointGroups.delete", @@ -16649,7 +17270,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group to delete. It should comply with RFC1035.", + "description": "The name of the network endpoint group to delete. It should comply with\nRFC1035.", "location": "path", "required": true, "type": "string" @@ -16662,12 +17283,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the zone where\nthe network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -16683,7 +17304,7 @@ ] }, "detachNetworkEndpoints": { - "description": "Detach a list of network endpoints from the specified network endpoint group.", + "description": "Detach a list of network endpoints from the specified network endpoint\ngroup.", "flatPath": "projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/detachNetworkEndpoints", "httpMethod": "POST", "id": "compute.networkEndpointGroups.detachNetworkEndpoints", @@ -16694,7 +17315,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.", + "description": "The name of the network endpoint group where you are removing network\nendpoints. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -16707,12 +17328,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the zone where\nthe network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -16755,7 +17376,7 @@ "type": "string" }, "zone": { - "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the zone where\nthe network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -16772,7 +17393,7 @@ ] }, "insert": { - "description": "Creates a network endpoint group in the specified project using the parameters that are included in the request.", + "description": "Creates a network endpoint group in the specified project using the\nparameters that are included in the request.", "flatPath": "projects/{project}/zones/{zone}/networkEndpointGroups", "httpMethod": "POST", "id": "compute.networkEndpointGroups.insert", @@ -16789,12 +17410,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "zone": { - "description": "The name of the zone where you want to create the network endpoint group. It should comply with RFC1035.", + "description": "The name of the zone where\nyou want to create the network endpoint group. It should comply with\nRFC1035.", "location": "path", "required": true, "type": "string" @@ -16813,7 +17434,7 @@ ] }, "list": { - "description": "Retrieves the list of network endpoint groups that are located in the specified project and zone.", + "description": "Retrieves the list of network endpoint groups that are located in the\nspecified project and zone.", "flatPath": "projects/{project}/zones/{zone}/networkEndpointGroups", "httpMethod": "GET", "id": "compute.networkEndpointGroups.list", @@ -16823,25 +17444,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -16853,12 +17474,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of thezone\nwhere the network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -16886,31 +17507,31 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "networkEndpointGroup": { - "description": "The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.", + "description": "The name of the network endpoint group from which you want to generate a\nlist of included network endpoints. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -16922,12 +17543,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "zone": { - "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the zone where\nthe network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -17021,12 +17642,12 @@ "type": "string" }, "replaceExistingAssociation": { - "description": "Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.", + "description": "Indicates whether or not to replace it if an association of the attachment\nalready exists. This is false by default, in which case an error will be\nreturned if an association already exists.", "location": "query", "type": "boolean" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17061,13 +17682,13 @@ "type": "string" }, "maxPriority": { - "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.", + "description": "When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.\nThis field is exclusive with rule.priority.", "format": "int32", "location": "query", "type": "integer" }, "minPriority": { - "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.", + "description": "When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.\nThis field is exclusive with rule.priority.", "format": "int32", "location": "query", "type": "integer" @@ -17080,7 +17701,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17115,13 +17736,13 @@ "type": "string" }, "maxPriority": { - "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.", + "description": "When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.\nThis field is exclusive with rule.priority.", "format": "int32", "location": "query", "type": "integer" }, "minPriority": { - "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.", + "description": "When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.\nThis field is exclusive with rule.priority.", "format": "int32", "location": "query", "type": "integer" @@ -17134,7 +17755,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17152,7 +17773,7 @@ ] }, "aggregatedList": { - "description": "Retrieves an aggregated list of network firewall policies, listing network firewall policies from all applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of network firewall policies, listing network\nfirewall policies from all applicable scopes (global and regional) and\ngrouping the results per scope.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/firewallPolicies", "httpMethod": "GET", "id": "compute.networkFirewallPolicies.aggregatedList", @@ -17161,30 +17782,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -17196,12 +17817,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -17242,7 +17863,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -17286,7 +17907,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17376,7 +17997,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/firewallPolicies/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.networkFirewallPolicies.getIamPolicy", @@ -17499,7 +18120,7 @@ ] }, "insert": { - "description": "Creates a new policy in the specified project using the data included in the request.", + "description": "Creates a new policy in the specified project using the data included in\nthe request.", "flatPath": "projects/{project}/global/firewallPolicies", "httpMethod": "POST", "id": "compute.networkFirewallPolicies.insert", @@ -17515,7 +18136,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17542,25 +18163,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -17572,7 +18193,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -17612,7 +18233,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17660,7 +18281,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17708,7 +18329,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17755,7 +18376,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17800,7 +18421,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17845,7 +18466,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -17860,7 +18481,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/firewallPolicies/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.networkFirewallPolicies.setIamPolicy", @@ -17974,7 +18595,7 @@ ] }, "list": { - "description": "Retrieves a list of network profiles available to the specified project.", + "description": "Retrieves a list of network profiles available to the specified\nproject.", "flatPath": "projects/{project}/global/networkProfiles", "httpMethod": "GET", "id": "compute.networkProfiles.list", @@ -17983,25 +18604,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -18013,7 +18634,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -18057,7 +18678,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18099,7 +18720,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18184,7 +18805,7 @@ ] }, "insert": { - "description": "Creates a network in the specified project using the data included in the request.", + "description": "Creates a network in the specified project using the data included\nin the request.", "flatPath": "projects/{project}/global/networks", "httpMethod": "POST", "id": "compute.networks.insert", @@ -18200,7 +18821,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18227,25 +18848,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -18257,7 +18878,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -18296,13 +18917,13 @@ "type": "string" }, "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", @@ -18316,12 +18937,12 @@ "type": "string" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -18338,12 +18959,12 @@ "type": "string" }, "region": { - "description": "The region of the request. The response will include all subnet routes, static routes and dynamic routes in the region.", + "description": "The region of the request. The response will include all subnet routes,\nstatic routes and dynamic routes in the region.", "location": "query", "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -18359,7 +18980,7 @@ ] }, "patch": { - "description": "Patches the specified network with the data included in the request. Only routingConfig can be modified.", + "description": "Patches the specified network with the data included in the request.\nOnly routingConfig can be modified.", "flatPath": "projects/{project}/global/networks/{network}", "httpMethod": "PATCH", "id": "compute.networks.patch", @@ -18383,7 +19004,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18425,7 +19046,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18443,7 +19064,7 @@ ] }, "requestRemovePeering": { - "description": "Requests to remove a peering from the specified network. Applicable only for PeeringConnection with update_strategy=CONSENSUS.", + "description": "Requests to remove a peering from the specified network. Applicable only\nfor PeeringConnection with update_strategy=CONSENSUS.", "flatPath": "projects/{project}/global/networks/{network}/requestRemovePeering", "httpMethod": "POST", "id": "compute.networks.requestRemovePeering", @@ -18467,7 +19088,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18509,7 +19130,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18524,7 +19145,7 @@ ] }, "updatePeering": { - "description": "Updates the specified network peering with the data included in the request. You can only modify the NetworkPeering.export_custom_routes field and the NetworkPeering.import_custom_routes field.", + "description": "Updates the specified network peering with the data included in the\nrequest. You can only modify the NetworkPeering.export_custom_routes field\nand the NetworkPeering.import_custom_routes field.", "flatPath": "projects/{project}/global/networks/{network}/updatePeering", "httpMethod": "PATCH", "id": "compute.networks.updatePeering", @@ -18548,7 +19169,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -18595,7 +19216,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -18620,7 +19241,7 @@ ] }, "aggregatedList": { - "description": "Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of node groups.\nNote: use nodeGroups.listNodes for more details about each group.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/nodeGroups", "httpMethod": "GET", "id": "compute.nodeGroups.aggregatedList", @@ -18629,30 +19250,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -18664,12 +19285,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -18711,7 +19332,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -18758,7 +19379,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -18783,7 +19404,7 @@ ] }, "get": { - "description": "Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the \"nodes\" field should not be used. Use nodeGroups.listNodes instead.", + "description": "Returns the specified NodeGroup. Get a list of available NodeGroups\nby making a list() request.\nNote: the \"nodes\" field should not be used. Use nodeGroups.listNodes\ninstead.", "flatPath": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}", "httpMethod": "GET", "id": "compute.nodeGroups.get", @@ -18826,7 +19447,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/zones/{zone}/nodeGroups/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.nodeGroups.getIamPolicy", @@ -18875,7 +19496,7 @@ ] }, "insert": { - "description": "Creates a NodeGroup resource in the specified project using the data included in the request.", + "description": "Creates a NodeGroup resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/zones/{zone}/nodeGroups", "httpMethod": "POST", "id": "compute.nodeGroups.insert", @@ -18900,7 +19521,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -18925,7 +19546,7 @@ ] }, "list": { - "description": "Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.", + "description": "Retrieves a list of node groups available to the specified project.\nNote: use nodeGroups.listNodes for more details about each group.", "flatPath": "projects/{project}/zones/{zone}/nodeGroups", "httpMethod": "GET", "id": "compute.nodeGroups.list", @@ -18935,25 +19556,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -18965,7 +19586,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -18999,13 +19620,13 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", @@ -19019,12 +19640,12 @@ "type": "string" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -19036,7 +19657,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -19084,7 +19705,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -19134,7 +19755,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -19159,7 +19780,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/zones/{zone}/nodeGroups/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.nodeGroups.setIamPolicy", @@ -19229,7 +19850,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -19265,7 +19886,7 @@ ], "parameters": { "nodeGroup": { - "description": "Name of the NodeGroup resource whose nodes will go under maintenance simulation.", + "description": "Name of the NodeGroup resource whose nodes will go under maintenance\nsimulation.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -19279,7 +19900,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -19354,7 +19975,7 @@ "nodeTemplates": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of node templates. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of node templates.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/nodeTemplates", "httpMethod": "GET", "id": "compute.nodeTemplates.aggregatedList", @@ -19363,30 +19984,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -19398,12 +20019,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -19452,7 +20073,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -19510,7 +20131,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/nodeTemplates/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.nodeTemplates.getIamPolicy", @@ -19559,7 +20180,7 @@ ] }, "insert": { - "description": "Creates a NodeTemplate resource in the specified project using the data included in the request.", + "description": "Creates a NodeTemplate resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/nodeTemplates", "httpMethod": "POST", "id": "compute.nodeTemplates.insert", @@ -19583,7 +20204,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -19601,7 +20222,7 @@ ] }, "list": { - "description": "Retrieves a list of node templates available to the specified project.", + "description": "Retrieves a list of node templates available to the specified\nproject.", "flatPath": "projects/{project}/regions/{region}/nodeTemplates", "httpMethod": "GET", "id": "compute.nodeTemplates.list", @@ -19611,25 +20232,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -19648,7 +20269,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -19664,7 +20285,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/nodeTemplates/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.nodeTemplates.setIamPolicy", @@ -19759,7 +20380,7 @@ "nodeTypes": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of node types. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of node types.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/nodeTypes", "httpMethod": "GET", "id": "compute.nodeTypes.aggregatedList", @@ -19768,30 +20389,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -19803,12 +20424,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -19868,7 +20489,7 @@ ] }, "list": { - "description": "Retrieves a list of node types available to the specified project.", + "description": "Retrieves a list of node types available to the specified\nproject.", "flatPath": "projects/{project}/zones/{zone}/nodeTypes", "httpMethod": "GET", "id": "compute.nodeTypes.list", @@ -19878,25 +20499,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -19908,7 +20529,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -19935,7 +20556,7 @@ "organizationSecurityPolicies": { "methods": { "addAssociation": { - "description": "Inserts an association for the specified security policy. This has billing implications. Projects in the hierarchy with effective hierarchical security policies will be automatically enrolled into Cloud Armor Enterprise if not already enrolled. Use of this API to modify firewall policies is deprecated. Use firewallPolicies.addAssociation instead if possible.", + "description": "Inserts an association for the specified security policy.\n\nThis has billing implications. Projects in the hierarchy with effective\nhierarchical security policies will be automatically enrolled into Cloud\nArmor Enterprise if not already enrolled.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.addAssociation\ninstead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/addAssociation", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.addAssociation", @@ -19944,12 +20565,12 @@ ], "parameters": { "replaceExistingAssociation": { - "description": "Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.", + "description": "Indicates whether or not to replace it if an association of the attachment\nalready exists. This is false by default, in which case an error will be\nreturned if an association already exists.", "location": "query", "type": "boolean" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -19974,7 +20595,7 @@ ] }, "addRule": { - "description": "Inserts a rule into a security policy.", + "description": "Inserts a rule into a security policy.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.addRule instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/addRule", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.addRule", @@ -19983,7 +20604,7 @@ ], "parameters": { "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20008,7 +20629,7 @@ ] }, "copyRules": { - "description": "Copies rules to the specified security policy. Use of this API to modify firewall policies is deprecated. Use firewallPolicies.copyRules instead.", + "description": "Copies rules to the specified security policy.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.cloneRules\ninstead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/copyRules", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.copyRules", @@ -20017,7 +20638,7 @@ ], "parameters": { "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20044,7 +20665,7 @@ ] }, "delete": { - "description": "Deletes the specified policy. Use of this API to remove firewall policies is deprecated. Use firewallPolicies.delete instead.", + "description": "Deletes the specified policy.\n\nUse this API to remove Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to remove firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.delete instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}", "httpMethod": "DELETE", "id": "compute.organizationSecurityPolicies.delete", @@ -20053,7 +20674,7 @@ ], "parameters": { "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20075,7 +20696,7 @@ ] }, "get": { - "description": "List all of the ordered rules present in a single specified policy. Use of this API to read firewall policies is deprecated. Use firewallPolicies.get instead.", + "description": "List all of the ordered rules present in a single specified policy.\n\nUse this API to read Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to read firewall policies. This usage is now\ndisabled for most organizations. Use firewallPolicies.get instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.get", @@ -20102,7 +20723,7 @@ ] }, "getAssociation": { - "description": "Gets an association with the specified name. Use of this API to read firewall policies is deprecated. Use firewallPolicies.getAssociation instead if possible.", + "description": "Gets an association with the specified name.\n\nUse this API to read Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to read firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.getAssociation\ninstead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/getAssociation", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.getAssociation", @@ -20134,7 +20755,7 @@ ] }, "getRule": { - "description": "Gets a rule at the specified priority. Use of this API to read firewall policies is deprecated. Use firewallPolicies.getRule instead.", + "description": "Gets a rule at the specified priority.\n\nUse this API to read Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to read firewall policies. This usage is now\ndisabled for most organizations. Use firewallPolicies.getRule instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/getRule", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.getRule", @@ -20167,18 +20788,18 @@ ] }, "insert": { - "description": "Creates a new policy in the specified project using the data included in the request. Use of this API to insert firewall policies is deprecated. Use firewallPolicies.insert instead.", + "description": "Creates a new policy in the specified organization using the data included\nin the request.\n\nUse this API to add Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to add firewall policies. This usage is now\ndisabled for most organizations. Use firewallPolicies.insert instead.", "flatPath": "locations/global/securityPolicies", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.insert", "parameters": { "parentId": { - "description": "Parent ID for this request. The ID can be either be \"folders/[FOLDER_ID]\" if the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the parent is an organization.", + "description": "Parent ID for this request. The ID can be either be \"folders/[FOLDER_ID]\"\nif the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the\nparent is an organization.", "location": "query", "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -20196,31 +20817,31 @@ ] }, "list": { - "description": "List all the policies that have been configured for the specified project. Use of this API to read firewall policies is deprecated. Use firewallPolicies.list instead.", + "description": "List all the policies that have been configured for the specified\norganization.\n\nUse this API to read Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to read firewall policies. This usage is now\ndisabled for most organizations. Use firewallPolicies.list instead.", "flatPath": "locations/global/securityPolicies", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.list", "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -20230,7 +20851,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -20246,13 +20867,13 @@ ] }, "listAssociations": { - "description": "Lists associations of a specified target, i.e., organization or folder. Use of this API to read firewall policies is deprecated. Use firewallPolicies.listAssociations instead if possible.", + "description": "Lists associations of a specified target, i.e., organization or folder.\n\nUse this API to read Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to read firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.listAssociations\ninstead.", "flatPath": "locations/global/securityPolicies/listAssociations", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.listAssociations", "parameters": { "targetResource": { - "description": "The target resource to list associations. It is an organization, or a folder.", + "description": "The target resource to list associations. It is an organization, or a\nfolder.", "location": "query", "type": "string" } @@ -20268,31 +20889,31 @@ ] }, "listPreconfiguredExpressionSets": { - "description": "Gets the current list of preconfigured Web Application Firewall (WAF) expressions.", + "description": "Gets the current list of preconfigured Web Application Firewall (WAF)\nexpressions.", "flatPath": "locations/global/securityPolicies/listPreconfiguredExpressionSets", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.listPreconfiguredExpressionSets", "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -20302,7 +20923,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -20318,7 +20939,7 @@ ] }, "move": { - "description": "Moves the specified security policy. Use of this API to modify firewall policies is deprecated. Use firewallPolicies.move instead.", + "description": "Moves the specified security policy.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.move instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/move", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.move", @@ -20332,7 +20953,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20354,7 +20975,7 @@ ] }, "patch": { - "description": "Patches the specified policy with the data included in the request. Use of this API to modify firewall policies is deprecated. Use firewallPolicies.patch instead.", + "description": "Patches the specified policy with the data included in the request.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.patch instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}", "httpMethod": "PATCH", "id": "compute.organizationSecurityPolicies.patch", @@ -20363,7 +20984,7 @@ ], "parameters": { "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20388,7 +21009,7 @@ ] }, "patchRule": { - "description": "Patches a rule at the specified priority. Use of this API to modify firewall policies is deprecated. Use firewallPolicies.patchRule instead.", + "description": "Patches a rule at the specified priority.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.patchRule\ninstead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/patchRule", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.patchRule", @@ -20403,7 +21024,7 @@ "type": "integer" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20428,7 +21049,7 @@ ] }, "removeAssociation": { - "description": "Removes an association for the specified security policy. Use of this API to modify firewall policies is deprecated. Use firewallPolicies.removeAssociation instead if possible.", + "description": "Removes an association for the specified security policy.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.removeAssociation\ninstead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/removeAssociation", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.removeAssociation", @@ -20442,7 +21063,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20464,7 +21085,7 @@ ] }, "removeRule": { - "description": "Deletes a rule at the specified priority.", + "description": "Deletes a rule at the specified priority.\n\nUse this API to modify Cloud Armor policies. Previously, alpha and beta\nversions of this API were used to modify firewall policies. This usage is\nnow disabled for most organizations. Use firewallPolicies.removeRule\ninstead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/removeRule", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.removeRule", @@ -20479,7 +21100,7 @@ "type": "integer" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20505,7 +21126,7 @@ "packetMirrorings": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of packetMirrorings. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of packetMirrorings.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/packetMirrorings", "httpMethod": "GET", "id": "compute.packetMirrorings.aggregatedList", @@ -20514,30 +21135,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -20549,12 +21170,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -20603,7 +21224,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -20661,7 +21282,7 @@ ] }, "insert": { - "description": "Creates a PacketMirroring resource in the specified project and region using the data included in the request.", + "description": "Creates a PacketMirroring resource in the specified project and region\nusing the data included in the request.", "flatPath": "projects/{project}/regions/{region}/packetMirrorings", "httpMethod": "POST", "id": "compute.packetMirrorings.insert", @@ -20685,7 +21306,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -20703,7 +21324,7 @@ ] }, "list": { - "description": "Retrieves a list of PacketMirroring resources available to the specified project and region.", + "description": "Retrieves a list of PacketMirroring resources available to the specified\nproject and region.", "flatPath": "projects/{project}/regions/{region}/packetMirrorings", "httpMethod": "GET", "id": "compute.packetMirrorings.list", @@ -20713,25 +21334,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -20750,7 +21371,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -20766,7 +21387,7 @@ ] }, "patch": { - "description": "Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified PacketMirroring resource with the data included in\nthe request. This method supportsPATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/packetMirrorings/{packetMirroring}", "httpMethod": "PATCH", "id": "compute.packetMirrorings.patch", @@ -20798,7 +21419,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -20910,25 +21531,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -20940,7 +21561,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -20956,7 +21577,7 @@ ] }, "update": { - "description": "Patches the given PreviewFeature. This method is used to enable or disable a PreviewFeature.", + "description": "Patches the given PreviewFeature. This method is used to enable or disable\na PreviewFeature.", "flatPath": "projects/{project}/global/previewFeatures/{previewFeature}", "httpMethod": "PATCH", "id": "compute.previewFeatures.update", @@ -20980,7 +21601,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21018,7 +21639,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21033,7 +21654,7 @@ ] }, "disableXpnResource": { - "description": "Disable a service resource (also known as service project) associated with this host project.", + "description": "Disable a service resource (also known as service project) associated with\nthis host project.", "flatPath": "projects/{project}/disableXpnResource", "httpMethod": "POST", "id": "compute.projects.disableXpnResource", @@ -21049,7 +21670,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21083,7 +21704,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21098,7 +21719,7 @@ ] }, "enableXpnResource": { - "description": "Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.", + "description": "Enable service resource (a.k.a service project) for a host project, so that\nsubnets in the host project can be used by instances in the service\nproject.", "flatPath": "projects/{project}/enableXpnResource", "httpMethod": "POST", "id": "compute.projects.enableXpnResource", @@ -21114,7 +21735,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21132,7 +21753,7 @@ ] }, "get": { - "description": "Returns the specified Project resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.", + "description": "Returns the specified Project resource.\n\nTo decrease latency for this method, you can optionally omit any unneeded\ninformation from the response by using a field mask. This practice is\nespecially recommended for unused quota information (the `quotas` field).\nTo exclude one or more fields, set your request's `fields` query parameter\nto only include the fields you need. For example, to only include the `id`\nand `selfLink` fields, add the query parameter `?fields=id,selfLink` to\nyour request.", "flatPath": "projects/{project}", "httpMethod": "GET", "id": "compute.projects.get", @@ -21159,7 +21780,7 @@ ] }, "getXpnHost": { - "description": "Gets the shared VPC host project that this project links to. May be empty if no link exists.", + "description": "Gets the shared VPC host project that this project links to. May be empty\nif no link exists.", "flatPath": "projects/{project}/getXpnHost", "httpMethod": "GET", "id": "compute.projects.getXpnHost", @@ -21185,7 +21806,7 @@ ] }, "getXpnResources": { - "description": "Gets service resources (a.k.a service project) associated with this host project.", + "description": "Gets service resources (a.k.a service project) associated with this host\nproject.", "flatPath": "projects/{project}/getXpnResources", "httpMethod": "GET", "id": "compute.projects.getXpnResources", @@ -21194,25 +21815,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -21224,7 +21845,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -21248,25 +21869,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -21278,7 +21899,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -21297,7 +21918,7 @@ }, "moveDisk": { "deprecated": true, - "description": "Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a different region or zone, follow the steps in [Change the location of a disk](https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, 2025, API responses will include a warning message in the response body about the upcoming deprecation. You can skip the message to continue using the service without interruption.", + "description": "Moves a persistent disk from one zone to another.\n*Note*: The moveDisk API will be deprecated on September 29, 2026.\n\nStarting September 29, 2025, you can't use the moveDisk API on new\nprojects. To move a disk to a different region or zone, follow the steps in\n[Change the location of a\ndisk](https://cloud.google.com/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd).\n\nProjects that already use the moveDisk API can continue usage until\nSeptember 29, 2026.\n\nStarting November 1, 2025, API responses will include a warning message in\nthe response body about the upcoming deprecation. You can skip the message\nto continue using the service without interruption.", "flatPath": "projects/{project}/moveDisk", "httpMethod": "POST", "id": "compute.projects.moveDisk", @@ -21313,7 +21934,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21332,7 +21953,7 @@ }, "moveInstance": { "deprecated": true, - "description": "Moves an instance and its attached persistent disks from one zone to another. *Note*: Moving VMs or disks by using this method might cause unexpected behavior. For more information, see the [known issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior). [Deprecated] This method is deprecated. See [moving instance across zones](/compute/docs/instances/moving-instance-across-zones) instead.", + "description": "Moves an instance and its attached persistent disks from one zone to\nanother.\n*Note*: Moving VMs or disks by using this method might\n cause unexpected behavior. For more information, see the [known\n issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior).\n[Deprecated] This method is deprecated. See [moving instance across\nzones](/compute/docs/instances/moving-instance-across-zones) instead.", "flatPath": "projects/{project}/moveInstance", "httpMethod": "POST", "id": "compute.projects.moveInstance", @@ -21348,7 +21969,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21366,7 +21987,7 @@ ] }, "setCloudArmorTier": { - "description": "Sets the Cloud Armor tier of the project. To set ENTERPRISE or above the billing account of the project must be subscribed to Cloud Armor Enterprise. See Subscribing to Cloud Armor Enterprise for more information.", + "description": "Sets the Cloud Armor tier of the project. To set ENTERPRISE or above the\nbilling account of the project must be subscribed to Cloud Armor\nEnterprise. See Subscribing\nto Cloud Armor Enterprise for more information.", "flatPath": "projects/{project}/setCloudArmorTier", "httpMethod": "POST", "id": "compute.projects.setCloudArmorTier", @@ -21382,7 +22003,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21400,7 +22021,7 @@ ] }, "setCommonInstanceMetadata": { - "description": "Sets metadata common to all instances within the specified project using the data included in the request.", + "description": "Sets metadata common to all instances within the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/setCommonInstanceMetadata", "httpMethod": "POST", "id": "compute.projects.setCommonInstanceMetadata", @@ -21416,7 +22037,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21434,7 +22055,7 @@ ] }, "setDefaultNetworkTier": { - "description": "Sets the default network tier of the project. The default network tier is used when an address/forwardingRule/instance is created without specifying the network tier field.", + "description": "Sets the default network tier of the project. The default network tier is\nused when an address/forwardingRule/instance is created without specifying\nthe network tier field.", "flatPath": "projects/{project}/setDefaultNetworkTier", "httpMethod": "POST", "id": "compute.projects.setDefaultNetworkTier", @@ -21450,7 +22071,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21468,7 +22089,7 @@ ] }, "setUsageExportBucket": { - "description": "Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.", + "description": "Enables the usage export feature and sets theusage export bucket\nwhere reports are stored. If you provide an empty request body using this\nmethod, the usage export feature will be disabled.", "flatPath": "projects/{project}/setUsageExportBucket", "httpMethod": "POST", "id": "compute.projects.setUsageExportBucket", @@ -21484,7 +22105,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21532,7 +22153,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21571,7 +22192,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21621,7 +22242,7 @@ ] }, "insert": { - "description": "Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included in the request.", + "description": "Creates a PublicAdvertisedPrefix in the specified project\nusing the parameters that are included in the request.", "flatPath": "projects/{project}/global/publicAdvertisedPrefixes", "httpMethod": "POST", "id": "compute.publicAdvertisedPrefixes.insert", @@ -21637,7 +22258,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21664,25 +22285,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -21694,7 +22315,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -21710,7 +22331,7 @@ ] }, "patch": { - "description": "Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified Router resource with the data included in the\nrequest. This method supportsPATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}", "httpMethod": "PATCH", "id": "compute.publicAdvertisedPrefixes.patch", @@ -21734,7 +22355,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21775,7 +22396,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21794,7 +22415,7 @@ "publicDelegatedPrefixes": { "methods": { "aggregatedList": { - "description": "Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Lists all PublicDelegatedPrefix resources owned by the specific project\nacross all scopes.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/publicDelegatedPrefixes", "httpMethod": "GET", "id": "compute.publicDelegatedPrefixes.aggregatedList", @@ -21803,30 +22424,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -21838,12 +22459,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -21884,13 +22505,13 @@ "type": "string" }, "region": { - "description": "The name of the region where the public delegated prefix is located. It should comply with RFC1035.", + "description": "The name of theregion where\nthe public delegated prefix is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21937,7 +22558,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -21995,7 +22616,7 @@ ] }, "insert": { - "description": "Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.", + "description": "Creates a PublicDelegatedPrefix in the specified project in the given\nregion using the parameters that are included in the request.", "flatPath": "projects/{project}/regions/{region}/publicDelegatedPrefixes", "httpMethod": "POST", "id": "compute.publicDelegatedPrefixes.insert", @@ -22019,7 +22640,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22047,25 +22668,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -22084,7 +22705,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -22100,7 +22721,7 @@ ] }, "patch": { - "description": "Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified PublicDelegatedPrefix resource with the data included\nin the request. This method supportsPATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}", "httpMethod": "PATCH", "id": "compute.publicDelegatedPrefixes.patch", @@ -22132,7 +22753,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22174,13 +22795,13 @@ "type": "string" }, "region": { - "description": "The name of the region where the public delegated prefix is located. It should comply with RFC1035.", + "description": "The name of theregion where\nthe public delegated prefix is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22231,7 +22852,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22289,7 +22910,7 @@ ] }, "insert": { - "description": "Creates an autoscaler in the specified project using the data included in the request.", + "description": "Creates an autoscaler in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/autoscalers", "httpMethod": "POST", "id": "compute.regionAutoscalers.insert", @@ -22313,7 +22934,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22331,7 +22952,7 @@ ] }, "list": { - "description": "Retrieves a list of autoscalers contained within the specified region.", + "description": "Retrieves a list of autoscalers contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/autoscalers", "httpMethod": "GET", "id": "compute.regionAutoscalers.list", @@ -22341,25 +22962,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -22378,7 +22999,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -22394,7 +23015,7 @@ ] }, "patch": { - "description": "Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates an autoscaler in the specified project using\nthe data included in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/autoscalers", "httpMethod": "PATCH", "id": "compute.regionAutoscalers.patch", @@ -22424,7 +23045,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22442,7 +23063,7 @@ ] }, "update": { - "description": "Updates an autoscaler in the specified project using the data included in the request.", + "description": "Updates an autoscaler in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/autoscalers", "httpMethod": "PUT", "id": "compute.regionAutoscalers.update", @@ -22472,7 +23093,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22526,7 +23147,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22584,7 +23205,7 @@ ] }, "getHealth": { - "description": "Gets the most recent health check results for this regional BackendService.", + "description": "Gets the most recent health check results for this\nregional BackendService.", "flatPath": "projects/{project}/regions/{region}/backendServices/{backendService}/getHealth", "httpMethod": "POST", "id": "compute.regionBackendServices.getHealth", @@ -22629,7 +23250,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/backendServices/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.regionBackendServices.getIamPolicy", @@ -22678,7 +23299,7 @@ ] }, "insert": { - "description": "Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview.", + "description": "Creates a regional BackendService resource in the specified project using\nthe data included in the request. For more information, see\nBackend services overview.", "flatPath": "projects/{project}/regions/{region}/backendServices", "httpMethod": "POST", "id": "compute.regionBackendServices.insert", @@ -22702,7 +23323,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22720,7 +23341,7 @@ ] }, "list": { - "description": "Retrieves the list of regional BackendService resources available to the specified project in the given region.", + "description": "Retrieves the list of regional BackendService resources available to the\nspecified project in the given region.", "flatPath": "projects/{project}/regions/{region}/backendServices", "httpMethod": "GET", "id": "compute.regionBackendServices.list", @@ -22730,25 +23351,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -22767,7 +23388,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -22783,7 +23404,7 @@ ] }, "listUsable": { - "description": "Retrieves a list of all usable backend services in the specified project in the given region.", + "description": "Retrieves a list of all usable backend services in the specified project in\nthe given region.", "flatPath": "projects/{project}/regions/{region}/backendServices/listUsable", "httpMethod": "GET", "id": "compute.regionBackendServices.listUsable", @@ -22793,25 +23414,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -22823,13 +23444,13 @@ "type": "string" }, "region": { - "description": "Name of the region scoping this request. It must be a string that meets the requirements in RFC1035.", + "description": "Name of the region scoping this request.\nIt must be a string that meets the requirements in RFC1035.", "location": "path", "required": true, "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -22845,7 +23466,7 @@ ] }, "patch": { - "description": "Updates the specified regional BackendService resource with the data included in the request. For more information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the specified regional BackendService resource with the data\nincluded in the request. For more information, see \nUnderstanding backend services This method\nsupports PATCH semantics and uses the JSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/backendServices/{backendService}", "httpMethod": "PATCH", "id": "compute.regionBackendServices.patch", @@ -22877,7 +23498,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -22895,7 +23516,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/backendServices/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.regionBackendServices.setIamPolicy", @@ -22940,7 +23561,7 @@ ] }, "setSecurityPolicy": { - "description": "Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview", + "description": "Sets the Google Cloud Armor security policy for the specified backend\nservice. For more information, seeGoogle\nCloud Armor Overview", "flatPath": "projects/{project}/regions/{region}/backendServices/{backendService}/setSecurityPolicy", "httpMethod": "POST", "id": "compute.regionBackendServices.setSecurityPolicy", @@ -22951,7 +23572,7 @@ ], "parameters": { "backendService": { - "description": "Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.", + "description": "Name of the BackendService resource to which the security policy should be\nset. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -22971,7 +23592,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23035,7 +23656,7 @@ ] }, "update": { - "description": "Updates the specified regional BackendService resource with the data included in the request. For more information, see Backend services overview .", + "description": "Updates the specified regional BackendService resource with the data\nincluded in the request. For more information,\nsee \nBackend services overview.", "flatPath": "projects/{project}/regions/{region}/backendServices/{backendService}", "httpMethod": "PUT", "id": "compute.regionBackendServices.update", @@ -23067,7 +23688,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23089,7 +23710,7 @@ "regionCommitments": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of commitments by region. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of commitments by region.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/commitments", "httpMethod": "GET", "id": "compute.regionCommitments.aggregatedList", @@ -23098,30 +23719,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -23133,12 +23754,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -23198,7 +23819,7 @@ ] }, "insert": { - "description": "Creates a commitment in the specified project using the data included in the request.", + "description": "Creates a commitment in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/commitments", "httpMethod": "POST", "id": "compute.regionCommitments.insert", @@ -23222,7 +23843,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23240,7 +23861,7 @@ ] }, "list": { - "description": "Retrieves a list of commitments contained within the specified region.", + "description": "Retrieves a list of commitments contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/commitments", "httpMethod": "GET", "id": "compute.regionCommitments.list", @@ -23250,25 +23871,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -23287,7 +23908,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -23303,7 +23924,7 @@ ] }, "update": { - "description": "Updates the specified commitment with the data included in the request. Update is performed only on selected fields included as part of update-mask. Only the following fields can be updated: auto_renew and plan.", + "description": "Updates the specified commitment with the data included in the request.\nUpdate is performed only on selected fields included as part of\nupdate-mask. Only the following fields can be updated: auto_renew and plan.", "flatPath": "projects/{project}/regions/{region}/commitments/{commitment}", "httpMethod": "PATCH", "id": "compute.regionCommitments.update", @@ -23340,7 +23961,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -23421,25 +24042,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -23458,7 +24079,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -23478,7 +24099,7 @@ "regionDisks": { "methods": { "addResourcePolicies": { - "description": "Adds existing resource policies to a regional disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.", + "description": "Adds existing resource policies to a regional disk. You can only add one\npolicy which will be applied to this disk for scheduling snapshot\ncreation.", "flatPath": "projects/{project}/regions/{region}/disks/{disk}/addResourcePolicies", "httpMethod": "POST", "id": "compute.regionDisks.addResourcePolicies", @@ -23510,7 +24131,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23552,7 +24173,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23570,7 +24191,7 @@ ] }, "createSnapshot": { - "description": "Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.", + "description": "Creates a snapshot of a specified persistent disk. For regular snapshot\ncreation, consider using snapshots.insert\ninstead, as that method supports more features, such as creating snapshots\nin a project different from the source disk project.", "flatPath": "projects/{project}/regions/{region}/disks/{disk}/createSnapshot", "httpMethod": "POST", "id": "compute.regionDisks.createSnapshot", @@ -23602,7 +24223,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23620,7 +24241,7 @@ ] }, "delete": { - "description": "Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.", + "description": "Deletes the specified regional persistent disk. Deleting a regional disk\nremoves all the replicas of its data permanently and is irreversible.\nHowever, deleting a disk does not delete anysnapshots\npreviously made from the disk. You must separatelydelete\nsnapshots.", "flatPath": "projects/{project}/regions/{region}/disks/{disk}", "httpMethod": "DELETE", "id": "compute.regionDisks.delete", @@ -23652,7 +24273,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23710,7 +24331,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/disks/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.regionDisks.getIamPolicy", @@ -23759,7 +24380,7 @@ ] }, "insert": { - "description": "Creates a persistent regional disk in the specified project using the data included in the request.", + "description": "Creates a persistent regional disk in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/disks", "httpMethod": "POST", "id": "compute.regionDisks.insert", @@ -23783,7 +24404,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -23806,7 +24427,7 @@ ] }, "list": { - "description": "Retrieves the list of persistent disks contained within the specified region.", + "description": "Retrieves the list of persistent disks contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/disks", "httpMethod": "GET", "id": "compute.regionDisks.list", @@ -23816,25 +24437,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -23853,7 +24474,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -23901,7 +24522,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23951,7 +24572,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -23969,7 +24590,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/disks/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.regionDisks.setIamPolicy", @@ -24039,7 +24660,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -24064,7 +24685,7 @@ ] }, "startAsyncReplication": { - "description": "Starts asynchronous replication. Must be invoked on the primary disk.", + "description": "Starts asynchronous replication.\nMust be invoked on the primary disk.", "flatPath": "projects/{project}/regions/{region}/disks/{disk}/startAsyncReplication", "httpMethod": "POST", "id": "compute.regionDisks.startAsyncReplication", @@ -24096,7 +24717,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24114,7 +24735,7 @@ ] }, "stopAsyncReplication": { - "description": "Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.", + "description": "Stops asynchronous replication.\nCan be invoked either on the primary or on the secondary disk.", "flatPath": "projects/{project}/regions/{region}/disks/{disk}/stopAsyncReplication", "httpMethod": "POST", "id": "compute.regionDisks.stopAsyncReplication", @@ -24146,7 +24767,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24161,7 +24782,7 @@ ] }, "stopGroupAsyncReplication": { - "description": "Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.", + "description": "Stops asynchronous replication for a consistency group of disks.\nCan be invoked either in the primary or secondary scope.", "flatPath": "projects/{project}/regions/{region}/disks/stopGroupAsyncReplication", "httpMethod": "POST", "id": "compute.regionDisks.stopGroupAsyncReplication", @@ -24178,14 +24799,14 @@ "type": "string" }, "region": { - "description": "The name of the region for this request. This must be the region of the primary or secondary disks in the consistency group.", + "description": "The name of the region for this request. This must be the region of the\nprimary or secondary disks in the consistency group.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24249,7 +24870,7 @@ ] }, "update": { - "description": "Update the specified disk with the data included in the request. Update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.", + "description": "Update the specified disk with the data included in the request. Update is\nperformed only on selected fields included as part of update-mask. Only the\nfollowing fields can be modified: user_license.", "flatPath": "projects/{project}/regions/{region}/disks/{disk}", "httpMethod": "PATCH", "id": "compute.regionDisks.update", @@ -24286,7 +24907,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -24325,7 +24946,7 @@ ], "parameters": { "healthCheckService": { - "description": "Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the HealthCheckService to delete. The name\nmust be 1-63 characters long, and comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -24345,7 +24966,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24371,7 +24992,7 @@ ], "parameters": { "healthCheckService": { - "description": "Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the HealthCheckService to update. The name\nmust be 1-63 characters long, and comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -24402,7 +25023,7 @@ ] }, "insert": { - "description": "Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.", + "description": "Creates a regional HealthCheckService resource in the\nspecified project and region using the data included in the request.", "flatPath": "projects/{project}/regions/{region}/healthCheckServices", "httpMethod": "POST", "id": "compute.regionHealthCheckServices.insert", @@ -24426,7 +25047,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24444,7 +25065,7 @@ ] }, "list": { - "description": "Lists all the HealthCheckService resources that have been configured for the specified project in the given region.", + "description": "Lists all the HealthCheckService resources that have been\nconfigured for the specified project in the given region.", "flatPath": "projects/{project}/regions/{region}/healthCheckServices", "httpMethod": "GET", "id": "compute.regionHealthCheckServices.list", @@ -24454,25 +25075,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -24491,7 +25112,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -24507,7 +25128,7 @@ ] }, "patch": { - "description": "Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates the specified regional HealthCheckService resource\nwith the data included in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/healthCheckServices/{healthCheckService}", "httpMethod": "PATCH", "id": "compute.regionHealthCheckServices.patch", @@ -24518,7 +25139,7 @@ ], "parameters": { "healthCheckService": { - "description": "Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the HealthCheckService to update. The name\nmust be 1-63 characters long, and comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -24538,7 +25159,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24592,7 +25213,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24650,7 +25271,7 @@ ] }, "insert": { - "description": "Creates a HealthCheck resource in the specified project using the data included in the request.", + "description": "Creates a HealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/healthChecks", "httpMethod": "POST", "id": "compute.regionHealthChecks.insert", @@ -24674,7 +25295,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24692,7 +25313,7 @@ ] }, "list": { - "description": "Retrieves the list of HealthCheck resources available to the specified project.", + "description": "Retrieves the list of HealthCheck resources available to the specified\nproject.", "flatPath": "projects/{project}/regions/{region}/healthChecks", "httpMethod": "GET", "id": "compute.regionHealthChecks.list", @@ -24702,25 +25323,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -24739,7 +25360,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -24755,7 +25376,7 @@ ] }, "patch": { - "description": "Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Updates a HealthCheck resource in the specified project using the data\nincluded in the request. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/healthChecks/{healthCheck}", "httpMethod": "PATCH", "id": "compute.regionHealthChecks.patch", @@ -24787,7 +25408,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24805,7 +25426,7 @@ ] }, "update": { - "description": "Updates a HealthCheck resource in the specified project using the data included in the request.", + "description": "Updates a HealthCheck resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/healthChecks/{healthCheck}", "httpMethod": "PUT", "id": "compute.regionHealthChecks.update", @@ -24837,7 +25458,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24859,7 +25480,7 @@ "regionInstanceGroupManagers": { "methods": { "abandonInstances": { - "description": "Flags the specified instances to be immediately removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances to be immediately removed from the managed\ninstance group. Abandoning an instance does not delete the\ninstance, but it does remove the instance from any target pools that are\napplied by the managed instance group. This method reduces thetargetSize of the managed instance group by the\nnumber of instances that you abandon. This operation is marked asDONE when the action is scheduled even if the instances have\nnot yet been removed from the group. You must separately verify the\nstatus of the abandoning action with thelistmanagedinstances\nmethod.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/abandonInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.abandonInstances", @@ -24889,7 +25510,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24950,7 +25571,7 @@ ] }, "createInstances": { - "description": "Creates instances with per-instance configurations in this regional managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.", + "description": "Creates instances with per-instance configurations in this regional managed\ninstance group. Instances are created using the current instance template.\nThe create instances operation is marked DONE if\nthe createInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of thecreating or actions with the listmanagedinstances\nmethod.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/createInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.createInstances", @@ -24961,7 +25582,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. It should conform to RFC1035.", + "description": "The name of the managed instance group.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -24974,13 +25595,13 @@ "type": "string" }, "region": { - "description": "The name of the region where the managed instance group is located. It should conform to RFC1035.", + "description": "The name of theregion\nwhere the managed instance group is located.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -24998,7 +25619,7 @@ ] }, "delete": { - "description": "Deletes the specified managed instance group and all of the instances in that group.", + "description": "Deletes the specified managed instance group and all of the instances\nin that group.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}", "httpMethod": "DELETE", "id": "compute.regionInstanceGroupManagers.delete", @@ -25028,7 +25649,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25043,7 +25664,7 @@ ] }, "deleteInstances": { - "description": "Flags the specified instances in the managed instance group to be immediately deleted. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. The deleteInstances operation is marked DONE if the deleteInstances request is successful. The underlying actions take additional time. You must separately verify the status of the deleting action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nimmediately deleted. The instances are also removed from any target\npools of which they were a member. This method reduces thetargetSize of the managed instance group by the number of\ninstances that you delete.\nThe deleteInstances operation is marked DONE if\nthe deleteInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of thedeleting action with thelistmanagedinstances\nmethod.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deleteInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.deleteInstances", @@ -25073,7 +25694,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25091,7 +25712,7 @@ ] }, "deletePerInstanceConfigs": { - "description": "Deletes selected per-instance configurations for the managed instance group.", + "description": "Deletes selected per-instance configurations for the managed instance\ngroup.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deletePerInstanceConfigs", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.deletePerInstanceConfigs", @@ -25175,7 +25796,7 @@ ] }, "insert": { - "description": "Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A regional managed instance group can contain up to 2000 instances.", + "description": "Creates a managed instance group using the information that you specify\nin the request. After the group is created, instances in the group are\ncreated using the specified instance template.\nThis operation is marked as DONE when the group is created\neven if the instances in the group have not yet been created. You must\nseparately verify the status of the individual instances with thelistmanagedinstances\nmethod.\n\nA regional managed instance group can contain up to 2000 instances.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.insert", @@ -25198,7 +25819,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25216,7 +25837,7 @@ ] }, "list": { - "description": "Retrieves the list of managed instance groups that are contained within the specified region.", + "description": "Retrieves the list of managed instance groups that are contained\nwithin the specified region.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers", "httpMethod": "GET", "id": "compute.regionInstanceGroupManagers.list", @@ -25226,25 +25847,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -25262,7 +25883,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -25278,7 +25899,7 @@ ] }, "listErrors": { - "description": "Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and orderBy query parameters are not supported.", + "description": "Lists all errors thrown by actions on instances for a given regional\nmanaged instance group. The filter andorderBy query parameters are not supported.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listErrors", "httpMethod": "GET", "id": "compute.regionInstanceGroupManagers.listErrors", @@ -25289,31 +25910,31 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "instanceGroupManager": { - "description": "The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|1-9{0,19}.", + "description": "The name of the managed instance group.\nIt must be a string that meets the requirements in RFC1035, or an\nunsigned long integer: must match regexp pattern:\n(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|1-9{0,19}.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -25325,13 +25946,13 @@ "type": "string" }, "region": { - "description": "Name of the region scoping this request. This should conform to RFC1035.", + "description": "Name of the region scoping this request.\nThis should conform to RFC1035.", "location": "path", "required": true, "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -25347,7 +25968,7 @@ ] }, "listManagedInstances": { - "description": "Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. The orderBy query parameter is not supported. The `pageToken` query parameter is supported only if the group's `listManagedInstancesResults` field is set to `PAGINATED`.", + "description": "Lists the instances in the managed instance group and instances that are\nscheduled to be created. The list includes any current actions\nthat the group has scheduled for its instances. The orderBy\nquery parameter is not supported. The `pageToken` query parameter is\nsupported only if the group's `listManagedInstancesResults` field is set\nto `PAGINATED`.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.listManagedInstances", @@ -25358,7 +25979,7 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, @@ -25370,19 +25991,19 @@ }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -25400,7 +26021,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -25416,7 +26037,7 @@ ] }, "listPerInstanceConfigs": { - "description": "Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.", + "description": "Lists all of the per-instance configurations defined for the managed\ninstance group. The orderBy query parameter is not supported.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listPerInstanceConfigs", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.listPerInstanceConfigs", @@ -25427,7 +26048,7 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, @@ -25439,19 +26060,19 @@ }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -25469,7 +26090,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -25485,7 +26106,7 @@ ] }, "patch": { - "description": "Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. If you update your group to specify a new template or instance configuration, it's possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.", + "description": "Updates a managed instance group using the information that you specify\nin the request.\nThis operation is marked as DONE when the group is patched\neven if the instances in the group are still in the process of being\npatched. You must separately verify the status of the individual instances\nwith the listmanagedinstances\nmethod. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.\n\nIf you update your group to specify a new template or instance\nconfiguration, it's possible that your intended specification for each VM\nin the group is different from the current state of that VM. To learn how\nto apply an updated configuration to the VMs in a MIG, seeUpdating instances in\na MIG.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}", "httpMethod": "PATCH", "id": "compute.regionInstanceGroupManagers.patch", @@ -25515,7 +26136,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25533,7 +26154,7 @@ ] }, "patchPerInstanceConfigs": { - "description": "Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.", + "description": "Inserts or patches per-instance configurations for the managed instance\ngroup. perInstanceConfig.name serves as a key used to\ndistinguish whether to perform insert or patch.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/patchPerInstanceConfigs", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.patchPerInstanceConfigs", @@ -25544,7 +26165,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. It should conform to RFC1035.", + "description": "The name of the managed instance group.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -25563,7 +26184,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25581,7 +26202,7 @@ ] }, "recreateInstances": { - "description": "Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group's current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified VM instances in the managed instance group to be\nimmediately recreated. Each instance is recreated using the group's current\nconfiguration. This operation is marked as DONE when the flag\nis set even if the instances have not yet been recreated. You must\nseparately verify the status of each instance by checking itscurrentAction field; for more information, see Checking\nthe status of managed instances.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/recreateInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.recreateInstances", @@ -25611,7 +26232,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25629,7 +26250,7 @@ ] }, "resize": { - "description": "Changes the intended size of the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes one or more instances. The resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.", + "description": "Changes the intended size of the managed instance group. If you increase\nthe size, the group creates new instances using the current instance\ntemplate. If you decrease the size, the group deletes one or more\ninstances.\n\nThe resize operation is marked DONE if theresize request is successful. The underlying actions take\nadditional time. You must separately verify the status of thecreating or deleting actions with thelistmanagedinstances\nmethod.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is removed or deleted.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/resize", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.resize", @@ -25660,12 +26281,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "size": { - "description": "Number of instances that should exist in this instance group manager.", + "description": "Number of instances that should exist in this instance group\nmanager.", "format": "int32", "location": "query", "minimum": "0", @@ -25683,7 +26304,7 @@ ] }, "resumeInstances": { - "description": "Flags the specified instances in the managed instance group to be resumed. This method increases the targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. The underlying actions take additional time. You must separately verify the status of the RESUMING action with the listmanagedinstances method. In this request, you can only specify instances that are suspended. For example, if an instance was previously suspended using the suspendInstances method, it can be resumed using the resumeInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nresumed. This method increases thetargetSize and decreases the targetSuspendedSize\nof the managed instance group by the number of instances that you resume.\nThe resumeInstances operation is marked DONE if\nthe resumeInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theRESUMING action with thelistmanagedinstances\nmethod.\n\nIn this request, you can only specify instances that are suspended. For\nexample, if an instance was previously suspended using the suspendInstances\nmethod, it can be resumed using the resumeInstances method.\n\nIf a health check is attached to the managed instance group, the specified\ninstances will be verified as healthy after they are resumed.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/resumeInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.resumeInstances", @@ -25713,7 +26334,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25731,7 +26352,7 @@ ] }, "setInstanceTemplate": { - "description": "Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.", + "description": "Sets the instance template to use when creating new instances or recreating\ninstances in this group. Existing instances are not affected.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.setInstanceTemplate", @@ -25761,7 +26382,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25779,7 +26400,7 @@ ] }, "setTargetPools": { - "description": "Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.", + "description": "Modifies the target pools to which all new instances in this group are\nassigned. Existing instances in the group are not affected.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setTargetPools", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.setTargetPools", @@ -25809,7 +26430,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25827,7 +26448,7 @@ ] }, "startInstances": { - "description": "Flags the specified instances in the managed instance group to be started. This method increases the targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that you start. The startInstances operation is marked DONE if the startInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STARTING action with the listmanagedinstances method. In this request, you can only specify instances that are stopped. For example, if an instance was previously stopped using the stopInstances method, it can be started using the startInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nstarted. This method increases thetargetSize and decreases the targetStoppedSize\nof the managed instance group by the number of instances that you start.\nThe startInstances operation is marked DONE if\nthe startInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theSTARTING action with thelistmanagedinstances\nmethod.\n\nIn this request, you can only specify instances that are stopped. For\nexample, if an instance was previously stopped using the stopInstances\nmethod, it can be started using the startInstances method.\n\nIf a health check is attached to the managed instance group, the specified\ninstances will be verified as healthy after they are started.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/startInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.startInstances", @@ -25857,7 +26478,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25875,7 +26496,7 @@ ] }, "stopInstances": { - "description": "Flags the specified instances in the managed instance group to be immediately stopped. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances operation is marked DONE if the stopInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nimmediately stopped. You can only specify instances that are running in\nthis request. This method reduces thetargetSize and increases the targetStoppedSize\nof the managed instance group by the number of instances that you stop.\nThe stopInstances operation is marked DONE if\nthe stopInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theSTOPPING action with thelistmanagedinstances\nmethod.\n\nIf the standbyPolicy.initialDelaySec field is set, the group\ndelays stopping the instances until initialDelaySec have\npassed from instance.creationTimestamp (that is, when the\ninstance was created). This delay gives your application time to\nset itself up and initialize on the instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there\nwill be zero delay.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is stopped.\n\nStopped instances can be started using the startInstances\nmethod.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/stopInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.stopInstances", @@ -25905,7 +26526,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25923,7 +26544,7 @@ ] }, "suspendInstances": { - "description": "Flags the specified instances in the managed instance group to be immediately suspended. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetSuspendedSize of the managed instance group by the number of instances that you suspend. The suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying actions take additional time. You must separately verify the status of the SUSPENDING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can specify a maximum of 1000 instances with this method per request.", + "description": "Flags the specified instances in the managed instance group to be\nimmediately suspended. You can only specify instances that are running in\nthis request. This method reduces thetargetSize and increases the targetSuspendedSize\nof the managed instance group by the number of instances that you suspend.\nThe suspendInstances operation is marked DONE if\nthe suspendInstances request is successful. The underlying\nactions take additional time. You must separately verify the status of theSUSPENDING action with thelistmanagedinstances\nmethod.\n\nIf the standbyPolicy.initialDelaySec field is set, the group\ndelays suspension of the instances until initialDelaySec have\npassed from instance.creationTimestamp (that is, when the\ninstance was created). This delay gives your application time to\nset itself up and initialize on the instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there\nwill be zero delay.\n\nIf the group is part of a backend\nservice that has enabled\nconnection draining, it can take up to 60 seconds after the connection\ndraining duration has elapsed before the VM instance is suspended.\n\nSuspended instances can be resumed using the resumeInstances\nmethod.\n\nYou can specify a maximum of 1000 instances with this method per request.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/suspendInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.suspendInstances", @@ -25953,7 +26574,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -25971,7 +26592,7 @@ ] }, "updatePerInstanceConfigs": { - "description": "Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.", + "description": "Inserts or updates per-instance configurations for the managed instance\ngroup. perInstanceConfig.name serves as a key used to\ndistinguish whether to perform insert or patch.", "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/updatePerInstanceConfigs", "httpMethod": "POST", "id": "compute.regionInstanceGroupManagers.updatePerInstanceConfigs", @@ -25982,7 +26603,7 @@ ], "parameters": { "instanceGroupManager": { - "description": "The name of the managed instance group. It should conform to RFC1035.", + "description": "The name of the managed instance group.\nIt should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -26001,7 +26622,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26064,7 +26685,7 @@ ] }, "list": { - "description": "Retrieves the list of instance group resources contained within the specified region.", + "description": "Retrieves the list of instance group resources contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/instanceGroups", "httpMethod": "GET", "id": "compute.regionInstanceGroups.list", @@ -26074,25 +26695,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -26110,7 +26731,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -26126,7 +26747,7 @@ ] }, "listInstances": { - "description": "Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported.", + "description": "Lists the instances in the specified instance group and displays\ninformation about the named ports. Depending on the specified options, this\nmethod can list all instances or only the instances that are running.\nThe orderBy query parameter is not supported.", "flatPath": "projects/{project}/regions/{region}/instanceGroups/{instanceGroup}/listInstances", "httpMethod": "POST", "id": "compute.regionInstanceGroups.listInstances", @@ -26137,31 +26758,31 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "instanceGroup": { - "description": "Name of the regional instance group for which we want to list the instances.", + "description": "Name of the regional instance group for which we want to list the\ninstances.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -26179,7 +26800,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -26228,7 +26849,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26296,7 +26917,7 @@ "regionInstanceTemplates": { "methods": { "delete": { - "description": "Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone.", + "description": "Deletes the specified instance template. Deleting an instance template is\npermanent and cannot be undone.", "flatPath": "projects/{project}/regions/{region}/instanceTemplates/{instanceTemplate}", "httpMethod": "DELETE", "id": "compute.regionInstanceTemplates.delete", @@ -26328,7 +26949,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26386,7 +27007,7 @@ ] }, "insert": { - "description": "Creates an instance template in the specified project and region using the global instance template whose URL is included in the request.", + "description": "Creates an instance template in the specified project and region using the\nglobal instance template whose URL is included in the request.", "flatPath": "projects/{project}/regions/{region}/instanceTemplates", "httpMethod": "POST", "id": "compute.regionInstanceTemplates.insert", @@ -26410,7 +27031,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26428,7 +27049,7 @@ ] }, "list": { - "description": "Retrieves a list of instance templates that are contained within the specified project and region.", + "description": "Retrieves a list of instance templates that are contained within the\nspecified project and region.", "flatPath": "projects/{project}/regions/{region}/instanceTemplates", "httpMethod": "GET", "id": "compute.regionInstanceTemplates.list", @@ -26438,25 +27059,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -26475,7 +27096,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -26495,7 +27116,7 @@ "regionInstances": { "methods": { "bulkInsert": { - "description": "Creates multiple instances in a given region. Count specifies the number of instances to create.", + "description": "Creates multiple instances in a given region. Count specifies the number of\ninstances to create.", "flatPath": "projects/{project}/regions/{region}/instances/bulkInsert", "httpMethod": "POST", "id": "compute.regionInstances.bulkInsert", @@ -26519,7 +27140,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26541,7 +27162,7 @@ "regionInstantSnapshots": { "methods": { "delete": { - "description": "Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot. For more information, see Deleting instantSnapshots.", + "description": "Deletes the specified InstantSnapshot resource. Keep in mind that deleting\na single instantSnapshot might not necessarily delete all the data on that\ninstantSnapshot. If any data on the instantSnapshot that is marked for\ndeletion is needed for subsequent instantSnapshots, the data will be moved\nto the next corresponding instantSnapshot.\n\nFor more information, seeDeleting\ninstantSnapshots.", "flatPath": "projects/{project}/regions/{region}/instantSnapshots/{instantSnapshot}", "httpMethod": "DELETE", "id": "compute.regionInstantSnapshots.delete", @@ -26573,7 +27194,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26631,7 +27252,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/instantSnapshots/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.regionInstantSnapshots.getIamPolicy", @@ -26704,7 +27325,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26722,7 +27343,7 @@ ] }, "list": { - "description": "Retrieves the list of InstantSnapshot resources contained within the specified region.", + "description": "Retrieves the list of InstantSnapshot resources contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/instantSnapshots", "httpMethod": "GET", "id": "compute.regionInstantSnapshots.list", @@ -26732,25 +27353,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -26769,7 +27390,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -26785,7 +27406,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/instantSnapshots/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.regionInstantSnapshots.setIamPolicy", @@ -26830,7 +27451,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a instantSnapshot in the given region. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a instantSnapshot in the given region. To learn more\nabout labels, read the Labeling\nResources documentation.", "flatPath": "projects/{project}/regions/{region}/instantSnapshots/{resource}/setLabels", "httpMethod": "POST", "id": "compute.regionInstantSnapshots.setLabels", @@ -26855,7 +27476,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -26941,7 +27562,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.", + "description": "The name of the network endpoint group where you are attaching network\nendpoints to. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -26954,13 +27575,13 @@ "type": "string" }, "region": { - "description": "The name of the region where you want to create the network endpoint group. It should comply with RFC1035.", + "description": "The name of the region where\nyou want to create the network endpoint group. It should comply with\nRFC1035.", "location": "path", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -26978,7 +27599,7 @@ ] }, "delete": { - "description": "Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.", + "description": "Deletes the specified network endpoint group. Note that the NEG cannot be\ndeleted if it is configured as a backend of a backend service.", "flatPath": "projects/{project}/regions/{region}/networkEndpointGroups/{networkEndpointGroup}", "httpMethod": "DELETE", "id": "compute.regionNetworkEndpointGroups.delete", @@ -26989,7 +27610,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group to delete. It should comply with RFC1035.", + "description": "The name of the network endpoint group to delete. It should comply with\nRFC1035.", "location": "path", "required": true, "type": "string" @@ -27002,13 +27623,13 @@ "type": "string" }, "region": { - "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the region where\nthe network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27034,7 +27655,7 @@ ], "parameters": { "networkEndpointGroup": { - "description": "The name of the network endpoint group you are detaching network endpoints from. It should comply with RFC1035.", + "description": "The name of the network endpoint group you are detaching network\nendpoints from. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -27047,13 +27668,13 @@ "type": "string" }, "region": { - "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the region where\nthe network endpoint group is located. It should comply with\nRFC1035.", "location": "path", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", "location": "query", "type": "string" } @@ -27095,7 +27716,7 @@ "type": "string" }, "region": { - "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of the region where\nthe network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -27112,7 +27733,7 @@ ] }, "insert": { - "description": "Creates a network endpoint group in the specified project using the parameters that are included in the request.", + "description": "Creates a network endpoint group in the specified project using the\nparameters that are included in the request.", "flatPath": "projects/{project}/regions/{region}/networkEndpointGroups", "httpMethod": "POST", "id": "compute.regionNetworkEndpointGroups.insert", @@ -27129,13 +27750,13 @@ "type": "string" }, "region": { - "description": "The name of the region where you want to create the network endpoint group. It should comply with RFC1035.", + "description": "The name of the region where\nyou want to create the network endpoint group. It should comply with\nRFC1035.", "location": "path", "required": true, "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27153,7 +27774,7 @@ ] }, "list": { - "description": "Retrieves the list of regional network endpoint groups available to the specified project in the given region.", + "description": "Retrieves the list of regional network endpoint groups available to the\nspecified project in the given region.", "flatPath": "projects/{project}/regions/{region}/networkEndpointGroups", "httpMethod": "GET", "id": "compute.regionNetworkEndpointGroups.list", @@ -27163,25 +27784,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -27193,13 +27814,13 @@ "type": "string" }, "region": { - "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of theregion\nwhere the network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -27226,31 +27847,31 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "networkEndpointGroup": { - "description": "The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.", + "description": "The name of the network endpoint group from which you want to generate a\nlist of included network endpoints. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -27262,13 +27883,13 @@ "type": "string" }, "region": { - "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.", + "description": "The name of theregion\nwhere the network endpoint group is located. It should comply with RFC1035.", "location": "path", "required": true, "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -27320,12 +27941,12 @@ "type": "string" }, "replaceExistingAssociation": { - "description": "Indicates whether or not to replace it if an association already exists. This is false by default, in which case an error will be returned if an association already exists.", + "description": "Indicates whether or not to replace it if an association already exists.\nThis is false by default, in which case an error will be returned if an\nassociation already exists.", "location": "query", "type": "boolean" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27361,13 +27982,13 @@ "type": "string" }, "maxPriority": { - "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.", + "description": "When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.\nThis field is exclusive with rule.priority.", "format": "int32", "location": "query", "type": "integer" }, "minPriority": { - "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.", + "description": "When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.\nThis field is exclusive with rule.priority.", "format": "int32", "location": "query", "type": "integer" @@ -27387,7 +28008,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27437,7 +28058,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -27489,7 +28110,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27637,7 +28258,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.regionNetworkFirewallPolicies.getIamPolicy", @@ -27759,7 +28380,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID\nso that if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27777,7 +28398,7 @@ ] }, "list": { - "description": "Lists all the network firewall policies that have been configured for the specified project in the given region.", + "description": "Lists all the network firewall policies that have been configured\nfor the specified project in the given region.", "flatPath": "projects/{project}/regions/{region}/firewallPolicies", "httpMethod": "GET", "id": "compute.regionNetworkFirewallPolicies.list", @@ -27787,25 +28408,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -27824,7 +28445,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -27872,7 +28493,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27928,7 +28549,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -27983,7 +28604,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -28036,7 +28657,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -28051,7 +28672,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.regionNetworkFirewallPolicies.setIamPolicy", @@ -28178,7 +28799,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -28236,7 +28857,7 @@ ] }, "insert": { - "description": "Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.", + "description": "Create a NotificationEndpoint in the specified project in the given region\nusing the parameters that are included in the request.", "flatPath": "projects/{project}/regions/{region}/notificationEndpoints", "httpMethod": "POST", "id": "compute.regionNotificationEndpoints.insert", @@ -28260,7 +28881,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -28288,25 +28909,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -28325,7 +28946,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -28356,7 +28977,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to delete, or its unique numeric identifier.", + "description": "Name of the Operations resource to delete, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -28395,7 +29016,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to return, or its unique numeric identifier.", + "description": "Name of the Operations resource to return, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -28427,7 +29048,7 @@ ] }, "list": { - "description": "Retrieves a list of Operation resources contained within the specified region.", + "description": "Retrieves a list of Operation resources contained within\nthe specified region.", "flatPath": "projects/{project}/regions/{region}/operations", "httpMethod": "GET", "id": "compute.regionOperations.list", @@ -28437,25 +29058,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -28474,7 +29095,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -28490,7 +29111,7 @@ ] }, "wait": { - "description": "Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`. ", + "description": "Waits for the specified Operation resource to return as `DONE`\nor for the request to approach the 2 minute deadline, and retrieves the\nspecified Operation resource. This method differs from the\n`GET` method in that it waits for no more than the default\ndeadline (2 minutes) and then returns the current state of the operation,\nwhich might be `DONE` or still in progress.\n\nThis method is called on a best-effort basis. Specifically:\n \n \n - In uncommon cases, when the server is overloaded, the request might\n return before the default deadline is reached, or might return after zero\n seconds.\n - If the default deadline is reached, there is no guarantee that the\n operation is actually done when the method returns. Be prepared to retry\n if the operation is not `DONE`.", "flatPath": "projects/{project}/regions/{region}/operations/{operation}/wait", "httpMethod": "POST", "id": "compute.regionOperations.wait", @@ -28501,7 +29122,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to return, or its unique numeric identifier.", + "description": "Name of the Operations resource to return, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -28612,7 +29233,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -28726,7 +29347,7 @@ ] }, "insert": { - "description": "Creates a new policy in the specified project using the data included in the request.", + "description": "Creates a new policy in the specified project using the data included in\nthe request.", "flatPath": "projects/{project}/regions/{region}/securityPolicies", "httpMethod": "POST", "id": "compute.regionSecurityPolicies.insert", @@ -28750,7 +29371,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -28773,7 +29394,7 @@ ] }, "list": { - "description": "List all the policies that have been configured for the specified project and region.", + "description": "List all the policies that have been configured for the specified project\nand region.", "flatPath": "projects/{project}/regions/{region}/securityPolicies", "httpMethod": "GET", "id": "compute.regionSecurityPolicies.list", @@ -28783,25 +29404,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -28820,7 +29441,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -28836,7 +29457,7 @@ ] }, "patch": { - "description": "Patches the specified policy with the data included in the request. To clear fields in the policy, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.", + "description": "Patches the specified policy with the data included in the request. To\nclear fields in the policy, leave the fields empty and specify them in the\nupdateMask. This cannot be used to be update the rules in the policy.\nPlease use the per rule methods like addRule, patchRule, and removeRule\ninstead.", "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", "httpMethod": "PATCH", "id": "compute.regionSecurityPolicies.patch", @@ -28861,7 +29482,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -28892,7 +29513,7 @@ ] }, "patchRule": { - "description": "Patches a rule at the specified priority. To clear fields in the rule, leave the fields empty and specify them in the updateMask.", + "description": "Patches a rule at the specified priority. To clear fields in the rule,\nleave the fields empty and specify them in the updateMask.", "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}/patchRule", "httpMethod": "POST", "id": "compute.regionSecurityPolicies.patchRule", @@ -29002,7 +29623,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a security policy. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a security policy. To learn more about labels,\nread the Labeling Resources\ndocumentation.", "flatPath": "projects/{project}/regions/{region}/securityPolicies/{resource}/setLabels", "httpMethod": "POST", "id": "compute.regionSecurityPolicies.setLabels", @@ -29027,7 +29648,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -29081,7 +29702,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -29103,7 +29724,7 @@ ] }, "get": { - "description": "Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.", + "description": "Returns the specified SslCertificate resource in the specified region. Get\na list of available SSL certificates by making a list()\nrequest.", "flatPath": "projects/{project}/regions/{region}/sslCertificates/{sslCertificate}", "httpMethod": "GET", "id": "compute.regionSslCertificates.get", @@ -29146,7 +29767,7 @@ ] }, "insert": { - "description": "Creates a SslCertificate resource in the specified project and region using the data included in the request", + "description": "Creates a SslCertificate resource in the specified project and region using\nthe data included in the request", "flatPath": "projects/{project}/regions/{region}/sslCertificates", "httpMethod": "POST", "id": "compute.regionSslCertificates.insert", @@ -29170,7 +29791,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -29188,7 +29809,7 @@ ] }, "list": { - "description": "Retrieves the list of SslCertificate resources available to the specified project in the specified region.", + "description": "Retrieves the list of SslCertificate resources available to the specified\nproject in the specified region.", "flatPath": "projects/{project}/regions/{region}/sslCertificates", "httpMethod": "GET", "id": "compute.regionSslCertificates.list", @@ -29198,25 +29819,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -29235,7 +29856,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -29255,7 +29876,7 @@ "regionSslPolicies": { "methods": { "delete": { - "description": "Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.", + "description": "Deletes the specified SSL policy. The SSL policy resource can be deleted\nonly if it is not in use by any TargetHttpsProxy or TargetSslProxy\nresources.", "flatPath": "projects/{project}/regions/{region}/sslPolicies/{sslPolicy}", "httpMethod": "DELETE", "id": "compute.regionSslPolicies.delete", @@ -29280,12 +29901,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "sslPolicy": { - "description": "Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the SSL policy to delete. The name must be 1-63 characters long,\nand comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -29326,7 +29947,7 @@ "type": "string" }, "sslPolicy": { - "description": "Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the SSL policy to update. The name must be 1-63 characters long,\nand comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -29343,7 +29964,7 @@ ] }, "insert": { - "description": "Creates a new policy in the specified project and region using the data included in the request.", + "description": "Creates a new policy in the specified project and region using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/sslPolicies", "httpMethod": "POST", "id": "compute.regionSslPolicies.insert", @@ -29367,7 +29988,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -29385,7 +30006,7 @@ ] }, "list": { - "description": "Lists all the SSL policies that have been configured for the specified project and region.", + "description": "Lists all the SSL policies that have been configured for the specified\nproject and region.", "flatPath": "projects/{project}/regions/{region}/sslPolicies", "httpMethod": "GET", "id": "compute.regionSslPolicies.list", @@ -29395,25 +30016,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -29432,7 +30053,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -29448,7 +30069,7 @@ ] }, "listAvailableFeatures": { - "description": "Lists all features that can be specified in the SSL policy when using custom profile.", + "description": "Lists all features that can be specified in the SSL policy when using\ncustom profile.", "flatPath": "projects/{project}/regions/{region}/sslPolicies/listAvailableFeatures", "httpMethod": "GET", "id": "compute.regionSslPolicies.listAvailableFeatures", @@ -29458,25 +30079,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -29495,7 +30116,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -29536,12 +30157,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "sslPolicy": { - "description": "Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the SSL policy to update. The name must be 1-63 characters long,\nand comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -29589,7 +30210,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -29654,7 +30275,7 @@ ] }, "insert": { - "description": "Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.", + "description": "Creates a TargetHttpProxy resource in the specified project and region\nusing the data included in the request.", "flatPath": "projects/{project}/regions/{region}/targetHttpProxies", "httpMethod": "POST", "id": "compute.regionTargetHttpProxies.insert", @@ -29678,7 +30299,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -29696,7 +30317,7 @@ ] }, "list": { - "description": "Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.", + "description": "Retrieves the list of TargetHttpProxy resources available\nto the specified project in the specified region.", "flatPath": "projects/{project}/regions/{region}/targetHttpProxies", "httpMethod": "GET", "id": "compute.regionTargetHttpProxies.list", @@ -29706,25 +30327,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -29743,7 +30364,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -29784,7 +30405,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -29838,7 +30459,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -29903,7 +30524,7 @@ ] }, "insert": { - "description": "Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.", + "description": "Creates a TargetHttpsProxy resource in the specified project and region\nusing the data included in the request.", "flatPath": "projects/{project}/regions/{region}/targetHttpsProxies", "httpMethod": "POST", "id": "compute.regionTargetHttpsProxies.insert", @@ -29927,7 +30548,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -29945,7 +30566,7 @@ ] }, "list": { - "description": "Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.", + "description": "Retrieves the list of TargetHttpsProxy resources available\nto the specified project in the specified region.", "flatPath": "projects/{project}/regions/{region}/targetHttpsProxies", "httpMethod": "GET", "id": "compute.regionTargetHttpsProxies.list", @@ -29955,25 +30576,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -29992,7 +30613,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -30008,7 +30629,7 @@ ] }, "patch": { - "description": "Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified regional TargetHttpsProxy resource with the data\nincluded in the request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}", "httpMethod": "PATCH", "id": "compute.regionTargetHttpsProxies.patch", @@ -30033,7 +30654,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -30083,12 +30704,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetHttpsProxy": { - "description": "Name of the TargetHttpsProxy resource to set an SslCertificates resource for.", + "description": "Name of the TargetHttpsProxy resource to set an\nSslCertificates resource for.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -30133,7 +30754,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -30187,7 +30808,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -30252,7 +30873,7 @@ ] }, "insert": { - "description": "Creates a TargetTcpProxy resource in the specified project and region using the data included in the request.", + "description": "Creates a TargetTcpProxy resource in the specified project and region using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/targetTcpProxies", "httpMethod": "POST", "id": "compute.regionTargetTcpProxies.insert", @@ -30276,7 +30897,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -30294,7 +30915,7 @@ ] }, "list": { - "description": "Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.", + "description": "Retrieves a list of TargetTcpProxy resources\navailable to the specified project in a given region.", "flatPath": "projects/{project}/regions/{region}/targetTcpProxies", "httpMethod": "GET", "id": "compute.regionTargetTcpProxies.list", @@ -30304,25 +30925,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -30341,7 +30962,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -30386,7 +31007,7 @@ "type": "string" }, "requestId": { - "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.", + "description": "begin_interface: MixerMutationRequestBuilder\nRequest ID to support idempotency.", "location": "query", "type": "string" }, @@ -30451,7 +31072,7 @@ ] }, "insert": { - "description": "Creates a UrlMap resource in the specified project using the data included in the request.", + "description": "Creates a UrlMap resource in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/urlMaps", "httpMethod": "POST", "id": "compute.regionUrlMaps.insert", @@ -30475,7 +31096,7 @@ "type": "string" }, "requestId": { - "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.", + "description": "begin_interface: MixerMutationRequestBuilder\nRequest ID to support idempotency.", "location": "query", "type": "string" } @@ -30493,7 +31114,7 @@ ] }, "list": { - "description": "Retrieves the list of UrlMap resources available to the specified project in the specified region.", + "description": "Retrieves the list of UrlMap resources available to the specified\nproject in the specified region.", "flatPath": "projects/{project}/regions/{region}/urlMaps", "httpMethod": "GET", "id": "compute.regionUrlMaps.list", @@ -30503,25 +31124,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -30540,7 +31161,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -30556,7 +31177,7 @@ ] }, "patch": { - "description": "Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified UrlMap resource with the data included in the\nrequest. This method supportsPATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/urlMaps/{urlMap}", "httpMethod": "PATCH", "id": "compute.regionUrlMaps.patch", @@ -30581,7 +31202,7 @@ "type": "string" }, "requestId": { - "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.", + "description": "begin_interface: MixerMutationRequestBuilder\nRequest ID to support idempotency.", "location": "query", "type": "string" }, @@ -30606,7 +31227,7 @@ ] }, "update": { - "description": "Updates the specified UrlMap resource with the data included in the request.", + "description": "Updates the specified UrlMap resource with the data included in the\nrequest.", "flatPath": "projects/{project}/regions/{region}/urlMaps/{urlMap}", "httpMethod": "PUT", "id": "compute.regionUrlMaps.update", @@ -30631,7 +31252,7 @@ "type": "string" }, "requestId": { - "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.", + "description": "begin_interface: MixerMutationRequestBuilder\nRequest ID to support idempotency.", "location": "query", "type": "string" }, @@ -30656,7 +31277,7 @@ ] }, "validate": { - "description": "Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.", + "description": "Runs static validation for the UrlMap. In particular, the tests of the\nprovided UrlMap will be run. Calling this method does NOT create the\nUrlMap.", "flatPath": "projects/{project}/regions/{region}/urlMaps/{urlMap}/validate", "httpMethod": "POST", "id": "compute.regionUrlMaps.validate", @@ -30705,7 +31326,7 @@ "regionZones": { "methods": { "list": { - "description": "Retrieves the list of Zone resources under the specific region available to the specified project.", + "description": "Retrieves the list of Zone resources under the specific region available to\nthe specified project.", "flatPath": "projects/{project}/regions/{region}/zones", "httpMethod": "GET", "id": "compute.regionZones.list", @@ -30715,25 +31336,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -30752,7 +31373,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -30772,7 +31393,7 @@ "regions": { "methods": { "get": { - "description": "Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota information is unavailable for the region and if the organization policy constraint compute.requireBasicQuotaInResponse is enforced. This constraint, when enforced, disables the fail-open behaviour when quota information (the `items.quotas` field) is unavailable for the region. It is recommended to use the default setting for the constraint unless your application requires the fail-closed behaviour for this method.", + "description": "Returns the specified Region resource.\n\nTo decrease latency for this method, you can optionally omit any unneeded\ninformation from the response by using a field mask. This practice is\nespecially recommended for unused quota information (the `quotas` field).\nTo exclude one or more fields, set your request's `fields` query parameter\nto only include the fields you need. For example, to only include the `id`\nand `selfLink` fields, add the query parameter `?fields=id,selfLink` to\nyour request.\n\nThis method fails if the quota information is unavailable for the region\nand if the organization policy constraint\ncompute.requireBasicQuotaInResponse is enforced. This\nconstraint, when enforced, disables the fail-open behaviour when quota\ninformation (the `items.quotas` field) is unavailable for the region.\nIt is recommended to use the default setting\nfor the constraint unless your application requires the fail-closed\nbehaviour for this method.", "flatPath": "projects/{project}/regions/{region}", "httpMethod": "GET", "id": "compute.regions.get", @@ -30807,7 +31428,7 @@ ] }, "list": { - "description": "Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `items.quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota information is unavailable for the region and if the organization policy constraint compute.requireBasicQuotaInResponse is enforced. This constraint, when enforced, disables the fail-open behaviour when quota information (the `items.quotas` field) is unavailable for the region. It is recommended to use the default setting for the constraint unless your application requires the fail-closed behaviour for this method.", + "description": "Retrieves the list of region resources available to the specified project.\n\nTo decrease latency for this method, you can optionally omit any unneeded\ninformation from the response by using a field mask. This practice is\nespecially recommended for unused quota information\n(the `items.quotas` field).\nTo exclude one or more fields, set your request's `fields` query parameter\nto only include the fields you need. For example, to only include the `id`\nand `selfLink` fields, add the query parameter `?fields=id,selfLink` to\nyour request.\n\nThis method fails if the quota information is unavailable for the region\nand if the organization policy constraint\ncompute.requireBasicQuotaInResponse is enforced. This\nconstraint, when enforced, disables the fail-open behaviour when quota\ninformation (the `items.quotas` field) is unavailable for the region.\nIt is recommended to use the default setting\nfor the constraint unless your application requires the fail-closed\nbehaviour for this method.", "flatPath": "projects/{project}/regions", "httpMethod": "GET", "id": "compute.regions.list", @@ -30816,25 +31437,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -30846,7 +31467,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -30884,13 +31505,13 @@ "type": "string" }, "reservation": { - "description": "The name of the reservation. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" }, "reservationBlock": { - "description": "The name of the reservation block. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation block.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -30927,6 +31548,63 @@ "https://www.googleapis.com/auth/compute.readonly" ] }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", + "flatPath": "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/getIamPolicy", + "httpMethod": "GET", + "id": "compute.reservationBlocks.getIamPolicy", + "parameterOrder": [ + "project", + "zone", + "parentResource", + "resource" + ], + "parameters": { + "optionsRequestedPolicyVersion": { + "description": "Requested IAM Policy version.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "parentResource": { + "description": "Name or id of parent resource of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, "list": { "description": "Retrieves a list of reservation blocks under a single reservation.", "flatPath": "projects/{project}/zones/{zone}/reservations/{reservation}/reservationBlocks", @@ -30939,25 +31617,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -30968,13 +31646,13 @@ "type": "string" }, "reservation": { - "description": "The name of the reservation. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -31014,18 +31692,18 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "reservation": { - "description": "The name of the reservation. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" }, "reservationBlock": { - "description": "The name of the reservation block. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation block.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -31048,6 +31726,113 @@ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/compute" ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", + "flatPath": "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/setIamPolicy", + "httpMethod": "POST", + "id": "compute.reservationBlocks.setIamPolicy", + "parameterOrder": [ + "project", + "zone", + "parentResource", + "resource" + ], + "parameters": { + "parentResource": { + "description": "Name or id of parent resource of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/setIamPolicy", + "request": { + "$ref": "ZoneSetNestedPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource.", + "flatPath": "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/testIamPermissions", + "httpMethod": "POST", + "id": "compute.reservationBlocks.testIamPermissions", + "parameterOrder": [ + "project", + "zone", + "parentResource", + "resource" + ], + "parameters": { + "parentResource": { + "description": "Name or id of parent resource of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/testIamPermissions", + "request": { + "$ref": "TestPermissionsRequest" + }, + "response": { + "$ref": "TestPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] } } }, @@ -31066,7 +31851,7 @@ ], "parameters": { "parentName": { - "description": "The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}", + "description": "The name of the parent reservation and parent block. In the format of\nreservations/{reservation_name}/reservationBlocks/{reservation_block_name}", "location": "path", "required": true, "type": "string" @@ -31078,11 +31863,26 @@ "type": "string" }, "reservationSubBlock": { - "description": "The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation subBlock.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" }, + "view": { + "description": "View of the subBlock.", + "enum": [ + "SUB_BLOCK_VIEW_BASIC", + "SUB_BLOCK_VIEW_FULL", + "SUB_BLOCK_VIEW_UNSPECIFIED" + ], + "enumDescriptions": [ + "This view includes basic information about the reservation sub block", + "Includes detailed topology view.", + "The default / unset value. The API will default to the BASIC view." + ], + "location": "query", + "type": "string" + }, "zone": { "description": "Name of the zone for this request. Zone name should conform to RFC1035.", "location": "path", @@ -31100,6 +31900,63 @@ "https://www.googleapis.com/auth/compute.readonly" ] }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", + "flatPath": "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/getIamPolicy", + "httpMethod": "GET", + "id": "compute.reservationSubBlocks.getIamPolicy", + "parameterOrder": [ + "project", + "zone", + "parentResource", + "resource" + ], + "parameters": { + "optionsRequestedPolicyVersion": { + "description": "Requested IAM Policy version.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "parentResource": { + "description": "Name or id of parent resource of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, "list": { "description": "Retrieves a list of reservation subBlocks under a single reservation.", "flatPath": "projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks", @@ -31112,30 +31969,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, "parentName": { - "description": "The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}", + "description": "The name of the parent reservation and parent block. In the format of\nreservations/{reservation_name}/reservationBlocks/{reservation_block_name}", "location": "path", "required": true, "type": "string" @@ -31147,7 +32004,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -31181,7 +32038,7 @@ ], "parameters": { "parentName": { - "description": "The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}", + "description": "The name of the parent reservation and parent block. In the format of\nreservations/{reservation_name}/reservationBlocks/{reservation_block_name}", "location": "path", "required": true, "type": "string" @@ -31193,12 +32050,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "reservationSubBlock": { - "description": "The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation subBlock.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -31232,7 +32089,7 @@ ], "parameters": { "parentName": { - "description": "The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}", + "description": "The name of the parent reservation and parent block. In the format of\nreservations/{reservation_name}/reservationBlocks/{reservation_block_name}", "location": "path", "required": true, "type": "string" @@ -31244,12 +32101,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "reservationSubBlock": { - "description": "The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation subBlock.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "required": true, "type": "string" @@ -31272,13 +32129,120 @@ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/compute" ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", + "flatPath": "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/setIamPolicy", + "httpMethod": "POST", + "id": "compute.reservationSubBlocks.setIamPolicy", + "parameterOrder": [ + "project", + "zone", + "parentResource", + "resource" + ], + "parameters": { + "parentResource": { + "description": "Name or id of parent resource of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/setIamPolicy", + "request": { + "$ref": "ZoneSetNestedPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource.", + "flatPath": "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/testIamPermissions", + "httpMethod": "POST", + "id": "compute.reservationSubBlocks.testIamPermissions", + "parameterOrder": [ + "project", + "zone", + "parentResource", + "resource" + ], + "parameters": { + "parentResource": { + "description": "Name or id of parent resource of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/testIamPermissions", + "request": { + "$ref": "TestPermissionsRequest" + }, + "response": { + "$ref": "TestPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] } } }, "reservations": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of reservations. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of reservations.\n\nTo prevent failure, it is recommended that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/reservations", "httpMethod": "GET", "id": "compute.reservations.aggregatedList", @@ -31287,30 +32251,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -31322,12 +32286,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -31362,7 +32326,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -31434,7 +32398,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/zones/{zone}/reservations/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.reservations.getIamPolicy", @@ -31483,7 +32447,7 @@ ] }, "insert": { - "description": "Creates a new reservation. For more information, read Reserving zonal resources.", + "description": "Creates a new reservation. For more information, readReserving zonal\nresources.", "flatPath": "projects/{project}/zones/{zone}/reservations", "httpMethod": "POST", "id": "compute.reservations.insert", @@ -31500,7 +32464,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -31525,7 +32489,7 @@ ] }, "list": { - "description": "A list of all the reservations that have been configured for the specified project in specified zone.", + "description": "A list of all the reservations that have been configured for the\nspecified project in specified zone.", "flatPath": "projects/{project}/zones/{zone}/reservations", "httpMethod": "GET", "id": "compute.reservations.list", @@ -31535,25 +32499,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -31565,7 +32529,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -31605,12 +32569,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "reservation": { - "description": "The name of the reservation. Name should conform to RFC1035 or be a resource ID.", + "description": "The name of the reservation.\nName should conform to RFC1035 or be a resource ID.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -31636,7 +32600,7 @@ ] }, "resize": { - "description": "Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying reservations.", + "description": "Resizes the reservation (applicable to standalone reservations only). For\nmore information, readModifying\nreservations.", "flatPath": "projects/{project}/zones/{zone}/reservations/{reservation}/resize", "httpMethod": "POST", "id": "compute.reservations.resize", @@ -31654,7 +32618,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -31686,7 +32650,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/zones/{zone}/reservations/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.reservations.setIamPolicy", @@ -31800,7 +32764,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -31842,7 +32806,7 @@ "resourcePolicies": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of resource policies. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of resource policies.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/resourcePolicies", "httpMethod": "GET", "id": "compute.resourcePolicies.aggregatedList", @@ -31851,30 +32815,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -31886,12 +32850,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -31933,7 +32897,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -31998,7 +32962,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/resourcePolicies/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.resourcePolicies.getIamPolicy", @@ -32071,7 +33035,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -32089,7 +33053,7 @@ ] }, "list": { - "description": "A list all the resource policies that have been configured for the specified project in specified region.", + "description": "A list all the resource policies that have been configured for the\nspecified project in specified region.", "flatPath": "projects/{project}/regions/{region}/resourcePolicies", "httpMethod": "GET", "id": "compute.resourcePolicies.list", @@ -32099,25 +33063,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -32136,7 +33100,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -32177,7 +33141,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -32208,7 +33172,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/resourcePolicies/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.resourcePolicies.setIamPolicy", @@ -32303,7 +33267,7 @@ "routers": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of routers. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of routers.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/routers", "httpMethod": "GET", "id": "compute.routers.aggregatedList", @@ -32312,30 +33276,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -32347,12 +33311,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -32394,7 +33358,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -32446,7 +33410,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -32522,7 +33486,7 @@ ], "parameters": { "natName": { - "description": "Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.", + "description": "Name of the nat service to filter the NAT IP information.\nIf it is omitted, all nats for this router will be returned.\nName should conform to RFC1035.", "location": "query", "type": "string" }, @@ -32541,7 +33505,7 @@ "type": "string" }, "router": { - "description": "Name of the Router resource to query for Nat IP information. The name should conform to RFC1035.", + "description": "Name of the Router resource to query for Nat IP information. The name\nshould conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -32569,30 +33533,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "natName": { - "description": "Name of the nat service to filter the Nat Mapping information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.", + "description": "Name of the nat service to filter the Nat Mapping information.\nIf it is omitted, all nats for this router will be returned.\nName should conform to RFC1035.", "location": "query", "type": "string" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -32611,12 +33575,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "router": { - "description": "Name of the Router resource to query for Nat Mapping information of VM endpoints.", + "description": "Name of the Router resource to query for Nat Mapping information of\nVM endpoints.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -32664,7 +33628,7 @@ "type": "string" }, "router": { - "description": "Name of the Router resource to query for the route policy. The name should conform to RFC1035.", + "description": "Name of the Router resource to query for the route policy. The name should\nconform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -32724,7 +33688,7 @@ ] }, "insert": { - "description": "Creates a Router resource in the specified project and region using the data included in the request.", + "description": "Creates a Router resource in the specified project and region using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/routers", "httpMethod": "POST", "id": "compute.routers.insert", @@ -32748,7 +33712,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -32776,25 +33740,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -32813,7 +33777,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -32861,36 +33825,36 @@ "type": "string" }, "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, "peer": { - "description": "(Required) limit results to the BGP peer with the given name. Name should conform to RFC1035.", + "description": "(Required) limit results to the BGP peer with the given name.\nName should conform to RFC1035.", "location": "query", "type": "string" }, "policyApplied": { "default": "true", - "description": "When true, the method returns post-policy routes. Otherwise, it returns pre-policy routes.", + "description": "When true, the method returns post-policy routes. Otherwise, it returns\npre-policy routes.", "location": "query", "type": "boolean" }, @@ -32909,13 +33873,13 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "routeType": { "default": "UNSPECIFIED_ROUTE_TYPE", - "description": "(Required) limit results to this type of route (either LEARNED or ADVERTISED)", + "description": "(Required) limit results to this type of route (either LEARNED or\nADVERTISED)", "enum": [ "ADVERTISED", "LEARNED", @@ -32930,7 +33894,7 @@ "type": "string" }, "router": { - "description": "Name or id of the resource for this request. Name should conform to RFC1035.", + "description": "Name or id of the resource for this request.\nName should conform to RFC1035.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -32948,7 +33912,7 @@ ] }, "listRoutePolicies": { - "description": "Retrieves a list of router route policy subresources available to the specified project.", + "description": "Retrieves a list of router route policy subresources available to the\nspecified project.", "flatPath": "projects/{project}/regions/{region}/routers/{router}/listRoutePolicies", "httpMethod": "GET", "id": "compute.routers.listRoutePolicies", @@ -32959,25 +33923,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -32996,12 +33960,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "router": { - "description": "Name or id of the resource for this request. Name should conform to RFC1035.", + "description": "Name or id of the resource for this request.\nName should conform to RFC1035.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -33019,7 +33983,7 @@ ] }, "patch": { - "description": "Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified Router resource with the data included in the\nrequest. This method supportsPATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/routers/{router}", "httpMethod": "PATCH", "id": "compute.routers.patch", @@ -33044,7 +34008,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33094,7 +34058,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33119,7 +34083,7 @@ ] }, "preview": { - "description": "Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.", + "description": "Preview fields auto-generated during router create andupdate operations.\nCalling this method does NOT create or update the router.", "flatPath": "projects/{project}/regions/{region}/routers/{router}/preview", "httpMethod": "POST", "id": "compute.routers.preview", @@ -33165,7 +34129,7 @@ ] }, "update": { - "description": "Updates the specified Router resource with the data included in the request. This method conforms to PUT semantics, which requests that the state of the target resource be created or replaced with the state defined by the representation enclosed in the request message payload.", + "description": "Updates the specified Router resource with the data included in the\nrequest. This method conforms toPUT semantics, which requests that the state of the\ntarget resource be created or replaced with the state defined by the\nrepresentation enclosed in the request message payload.", "flatPath": "projects/{project}/regions/{region}/routers/{router}", "httpMethod": "PUT", "id": "compute.routers.update", @@ -33190,7 +34154,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33240,7 +34204,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33286,7 +34250,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33343,7 +34307,7 @@ ] }, "insert": { - "description": "Creates a Route resource in the specified project using the data included in the request.", + "description": "Creates a Route resource in the specified project using the data included\nin the request.", "flatPath": "projects/{project}/global/routes", "httpMethod": "POST", "id": "compute.routes.insert", @@ -33359,7 +34323,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -33386,25 +34350,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -33416,7 +34380,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -33478,7 +34442,7 @@ ] }, "aggregatedList": { - "description": "Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all SecurityPolicy resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/securityPolicies", "httpMethod": "GET", "id": "compute.securityPolicies.aggregatedList", @@ -33487,30 +34451,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -33522,12 +34486,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -33561,7 +34525,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33659,7 +34623,7 @@ ] }, "insert": { - "description": "Creates a new policy in the specified project using the data included in the request.", + "description": "Creates a new policy in the specified project using the data included in\nthe request.", "flatPath": "projects/{project}/global/securityPolicies", "httpMethod": "POST", "id": "compute.securityPolicies.insert", @@ -33675,7 +34639,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33707,25 +34671,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -33737,7 +34701,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -33753,7 +34717,7 @@ ] }, "listPreconfiguredExpressionSets": { - "description": "Gets the current list of preconfigured Web Application Firewall (WAF) expressions.", + "description": "Gets the current list of preconfigured Web Application Firewall (WAF)\nexpressions.", "flatPath": "projects/{project}/global/securityPolicies/listPreconfiguredExpressionSets", "httpMethod": "GET", "id": "compute.securityPolicies.listPreconfiguredExpressionSets", @@ -33762,25 +34726,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -33792,7 +34756,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -33808,7 +34772,7 @@ ] }, "patch": { - "description": "Patches the specified policy with the data included in the request. To clear fields in the policy, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.", + "description": "Patches the specified policy with the data included in the request. To\nclear fields in the policy, leave the fields empty and specify them in the\nupdateMask. This cannot be used to be update the rules in the policy.\nPlease use the per rule methods like addRule, patchRule, and removeRule\ninstead.", "flatPath": "projects/{project}/global/securityPolicies/{securityPolicy}", "httpMethod": "PATCH", "id": "compute.securityPolicies.patch", @@ -33825,7 +34789,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -33856,7 +34820,7 @@ ] }, "patchRule": { - "description": "Patches a rule at the specified priority. To clear fields in the rule, leave the fields empty and specify them in the updateMask.", + "description": "Patches a rule at the specified priority. To clear fields in the rule,\nleave the fields empty and specify them in the updateMask.", "flatPath": "projects/{project}/global/securityPolicies/{securityPolicy}/patchRule", "httpMethod": "POST", "id": "compute.securityPolicies.patchRule", @@ -33950,7 +34914,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a security policy. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a security policy. To learn more about labels,\nread the Labeling Resources\ndocumentation.", "flatPath": "projects/{project}/global/securityPolicies/{resource}/setLabels", "httpMethod": "POST", "id": "compute.securityPolicies.setLabels", @@ -33991,7 +34955,7 @@ "serviceAttachments": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all ServiceAttachment resources,\nregional and global, available to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/serviceAttachments", "httpMethod": "GET", "id": "compute.serviceAttachments.aggregatedList", @@ -34000,30 +34964,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -34035,12 +34999,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -34082,7 +35046,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -34152,7 +35116,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/serviceAttachments/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.serviceAttachments.getIamPolicy", @@ -34201,7 +35165,7 @@ ] }, "insert": { - "description": "Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.", + "description": "Creates a ServiceAttachment in the specified project in the given scope\nusing the parameters that are included in the request.", "flatPath": "projects/{project}/regions/{region}/serviceAttachments", "httpMethod": "POST", "id": "compute.serviceAttachments.insert", @@ -34225,7 +35189,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -34253,25 +35217,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -34290,7 +35254,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -34306,7 +35270,7 @@ ] }, "patch": { - "description": "Patches the specified ServiceAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified ServiceAttachment resource with the data included in\nthe request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/regions/{region}/serviceAttachments/{serviceAttachment}", "httpMethod": "PATCH", "id": "compute.serviceAttachments.patch", @@ -34330,12 +35294,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "serviceAttachment": { - "description": "The resource id of the ServiceAttachment to patch. It should conform to RFC1035 resource name or be a string form on an unsigned long number.", + "description": "The resource id of the ServiceAttachment to patch. It should conform to\nRFC1035 resource name or be a string form on an unsigned long number.", "location": "path", "required": true, "type": "string" @@ -34354,7 +35318,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/serviceAttachments/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.serviceAttachments.setIamPolicy", @@ -34492,7 +35456,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -34520,7 +35484,7 @@ "snapshots": { "methods": { "delete": { - "description": "Deletes the specified Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot. For more information, see Deleting snapshots.", + "description": "Deletes the specified Snapshot resource. Keep in mind that deleting\na single snapshot might not necessarily delete all the data on that\nsnapshot. If any data on the snapshot that is marked for deletion is\nneeded for subsequent snapshots, the data will be moved to the next\ncorresponding snapshot.\n\nFor more information, seeDeleting\nsnapshots.", "flatPath": "projects/{project}/global/snapshots/{snapshot}", "httpMethod": "DELETE", "id": "compute.snapshots.delete", @@ -34537,7 +35501,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -34594,7 +35558,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/global/snapshots/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.snapshots.getIamPolicy", @@ -34635,7 +35599,7 @@ ] }, "insert": { - "description": "Creates a snapshot in the specified project using the data included in the request. For regular snapshot creation, consider using this method instead of disks.createSnapshot, as this method supports more features, such as creating snapshots in a project different from the source disk project.", + "description": "Creates a snapshot in the specified project using the data included\nin the request. For regular snapshot creation, consider using this method\ninstead of disks.createSnapshot,\nas this method supports more features, such as creating snapshots in a\nproject different from the source disk project.", "flatPath": "projects/{project}/global/snapshots", "httpMethod": "POST", "id": "compute.snapshots.insert", @@ -34651,7 +35615,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -34669,7 +35633,7 @@ ] }, "list": { - "description": "Retrieves the list of Snapshot resources contained within the specified project.", + "description": "Retrieves the list of Snapshot resources contained within\nthe specified project.", "flatPath": "projects/{project}/global/snapshots", "httpMethod": "GET", "id": "compute.snapshots.list", @@ -34678,25 +35642,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -34708,7 +35672,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -34724,7 +35688,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/global/snapshots/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.snapshots.setIamPolicy", @@ -34761,7 +35725,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a snapshot. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/global/snapshots/{resource}/setLabels", "httpMethod": "POST", "id": "compute.snapshots.setLabels", @@ -34840,7 +35804,7 @@ "sslCertificates": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all SslCertificate resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all SslCertificate resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/sslCertificates", "httpMethod": "GET", "id": "compute.sslCertificates.aggregatedList", @@ -34849,30 +35813,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -34884,12 +35848,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -34923,7 +35887,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -34980,7 +35944,7 @@ ] }, "insert": { - "description": "Creates a SslCertificate resource in the specified project using the data included in the request.", + "description": "Creates a SslCertificate resource in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/global/sslCertificates", "httpMethod": "POST", "id": "compute.sslCertificates.insert", @@ -34996,7 +35960,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -35014,7 +35978,7 @@ ] }, "list": { - "description": "Retrieves the list of SslCertificate resources available to the specified project.", + "description": "Retrieves the list of SslCertificate resources available to the specified\nproject.", "flatPath": "projects/{project}/global/sslCertificates", "httpMethod": "GET", "id": "compute.sslCertificates.list", @@ -35023,25 +35987,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35053,7 +36017,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -35073,7 +36037,7 @@ "sslPolicies": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all SslPolicy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all SslPolicy resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/sslPolicies", "httpMethod": "GET", "id": "compute.sslPolicies.aggregatedList", @@ -35082,30 +36046,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35117,12 +36081,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -35139,7 +36103,7 @@ ] }, "delete": { - "description": "Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.", + "description": "Deletes the specified SSL policy. The SSL policy resource can be deleted\nonly if it is not in use by any TargetHttpsProxy or TargetSslProxy\nresources.", "flatPath": "projects/{project}/global/sslPolicies/{sslPolicy}", "httpMethod": "DELETE", "id": "compute.sslPolicies.delete", @@ -35156,12 +36120,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "sslPolicy": { - "description": "Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the SSL policy to delete. The name must be 1-63 characters long,\nand comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -35194,7 +36158,7 @@ "type": "string" }, "sslPolicy": { - "description": "Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the SSL policy to update. The name must be 1-63 characters long,\nand comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -35227,7 +36191,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -35245,7 +36209,7 @@ ] }, "list": { - "description": "Lists all the SSL policies that have been configured for the specified project.", + "description": "Lists all the SSL policies that have been configured for the specified\nproject.", "flatPath": "projects/{project}/global/sslPolicies", "httpMethod": "GET", "id": "compute.sslPolicies.list", @@ -35254,25 +36218,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35284,7 +36248,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -35300,7 +36264,7 @@ ] }, "listAvailableFeatures": { - "description": "Lists all features that can be specified in the SSL policy when using custom profile.", + "description": "Lists all features that can be specified in the SSL policy when using\ncustom profile.", "flatPath": "projects/{project}/global/sslPolicies/listAvailableFeatures", "httpMethod": "GET", "id": "compute.sslPolicies.listAvailableFeatures", @@ -35309,25 +36273,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35339,7 +36303,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -35372,12 +36336,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "sslPolicy": { - "description": "Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the SSL policy to update. The name must be 1-63 characters long,\nand comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -35400,7 +36364,7 @@ "storagePoolTypes": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of storage pool types. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of storage pool types.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/storagePoolTypes", "httpMethod": "GET", "id": "compute.storagePoolTypes.aggregatedList", @@ -35409,30 +36373,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35444,12 +36408,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -35509,7 +36473,7 @@ ] }, "list": { - "description": "Retrieves a list of storage pool types available to the specified project.", + "description": "Retrieves a list of storage pool types available to the specified\nproject.", "flatPath": "projects/{project}/zones/{zone}/storagePoolTypes", "httpMethod": "GET", "id": "compute.storagePoolTypes.list", @@ -35519,25 +36483,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35549,7 +36513,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -35576,7 +36540,7 @@ "storagePools": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of storage pools. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of storage pools.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/storagePools", "httpMethod": "GET", "id": "compute.storagePools.aggregatedList", @@ -35585,30 +36549,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35620,12 +36584,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -35642,7 +36606,7 @@ ] }, "delete": { - "description": "Deletes the specified storage pool. Deleting a storagePool removes its data permanently and is irreversible. However, deleting a storagePool does not delete any snapshots previously made from the storagePool. You must separately delete snapshots.", + "description": "Deletes the specified storage pool. Deleting a storagePool\nremoves its data permanently and is irreversible. However, deleting a\nstoragePool does not delete any snapshots previously\nmade from the storagePool. You must separately delete\nsnapshots.", "flatPath": "projects/{project}/zones/{zone}/storagePools/{storagePool}", "httpMethod": "DELETE", "id": "compute.storagePools.delete", @@ -35660,7 +36624,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -35689,7 +36653,7 @@ ] }, "get": { - "description": "Returns a specified storage pool. Gets a list of available storage pools by making a list() request.", + "description": "Returns a specified storage pool. Gets a list of available\nstorage pools by making a list() request.", "flatPath": "projects/{project}/zones/{zone}/storagePools/{storagePool}", "httpMethod": "GET", "id": "compute.storagePools.get", @@ -35732,7 +36696,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/zones/{zone}/storagePools/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.storagePools.getIamPolicy", @@ -35781,7 +36745,7 @@ ] }, "insert": { - "description": "Creates a storage pool in the specified project using the data in the request.", + "description": "Creates a storage pool in the specified project using the data\nin the request.", "flatPath": "projects/{project}/zones/{zone}/storagePools", "httpMethod": "POST", "id": "compute.storagePools.insert", @@ -35798,7 +36762,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -35823,7 +36787,7 @@ ] }, "list": { - "description": "Retrieves a list of storage pools contained within the specified zone.", + "description": "Retrieves a list of storage pools contained within\nthe specified zone.", "flatPath": "projects/{project}/zones/{zone}/storagePools", "httpMethod": "GET", "id": "compute.storagePools.list", @@ -35833,25 +36797,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35863,7 +36827,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -35897,25 +36861,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -35927,7 +36891,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -35957,7 +36921,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/zones/{zone}/storagePools/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.storagePools.setIamPolicy", @@ -36048,7 +37012,7 @@ ] }, "update": { - "description": "Updates the specified storagePool with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: pool_provisioned_capacity_gb, pool_provisioned_iops and pool_provisioned_throughput.", + "description": "Updates the specified storagePool with the data included in the request.\nThe update is performed only on selected fields included as part\nof update-mask. Only the following fields can be modified:\npool_provisioned_capacity_gb, pool_provisioned_iops and\npool_provisioned_throughput.", "flatPath": "projects/{project}/zones/{zone}/storagePools/{storagePool}", "httpMethod": "PATCH", "id": "compute.storagePools.update", @@ -36066,7 +37030,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -36108,7 +37072,7 @@ "subnetworks": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of subnetworks. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of subnetworks.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/subnetworks", "httpMethod": "GET", "id": "compute.subnetworks.aggregatedList", @@ -36117,30 +37081,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -36152,15 +37116,29 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" + }, + "views": { + "description": "Defines the extra views returned back in the subnetwork resource.\nSupported values:\n \n - WITH_UTILIZATION: Utilization data is included in the\n response.", + "enum": [ + "DEFAULT", + "WITH_UTILIZATION" + ], + "enumDescriptions": [ + "", + "Utilization data is included in the response." + ], + "location": "query", + "repeated": true, + "type": "string" } }, "path": "projects/{project}/aggregated/subnetworks", @@ -36199,7 +37177,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -36246,7 +37224,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -36303,7 +37281,7 @@ "type": "string" }, "views": { - "description": "Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response. ", + "description": "Defines the extra views returned back in the subnetwork resource.\nSupported values:\n \n - WITH_UTILIZATION: Utilization data is included in the\n response.", "enum": [ "DEFAULT", "WITH_UTILIZATION" @@ -36328,7 +37306,7 @@ ] }, "getIamPolicy": { - "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "description": "Gets the access control policy for a resource. May be empty if no such\npolicy or resource exists.", "flatPath": "projects/{project}/regions/{region}/subnetworks/{resource}/getIamPolicy", "httpMethod": "GET", "id": "compute.subnetworks.getIamPolicy", @@ -36377,7 +37355,7 @@ ] }, "insert": { - "description": "Creates a subnetwork in the specified project using the data included in the request.", + "description": "Creates a subnetwork in the specified project using the data\nincluded in the request.", "flatPath": "projects/{project}/regions/{region}/subnetworks", "httpMethod": "POST", "id": "compute.subnetworks.insert", @@ -36401,7 +37379,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -36419,7 +37397,7 @@ ] }, "list": { - "description": "Retrieves a list of subnetworks available to the specified project.", + "description": "Retrieves a list of subnetworks available to the specified\nproject.", "flatPath": "projects/{project}/regions/{region}/subnetworks", "httpMethod": "GET", "id": "compute.subnetworks.list", @@ -36429,25 +37407,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -36466,12 +37444,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "views": { - "description": "Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response. ", + "description": "Defines the extra views returned back in the subnetwork resource.\nSupported values:\n \n - WITH_UTILIZATION: Utilization data is included in the\n response.", "enum": [ "DEFAULT", "WITH_UTILIZATION" @@ -36505,25 +37483,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -36535,12 +37513,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProject": { - "description": "The project id or project number in which the subnetwork is intended to be used. Only applied for Shared VPC. See [Shared VPC documentation](https://cloud.google.com/vpc/docs/shared-vpc/)", + "description": "The project id or project number in which the subnetwork is intended to be\nused. Only applied for Shared VPC. See [Shared VPC\ndocumentation](https://cloud.google.com/vpc/docs/shared-vpc/)", "location": "query", "type": "string" } @@ -36556,7 +37534,7 @@ ] }, "patch": { - "description": "Patches the specified subnetwork with the data included in the request. Only certain fields can be updated with a patch request as indicated in the field descriptions. You must specify the current fingerprint of the subnetwork resource being patched.", + "description": "Patches the specified subnetwork with the data included in the request.\nOnly certain fields can be updated with a patch request\nas indicated in the field descriptions.\nYou must specify the current fingerprint of the\nsubnetwork resource being patched.", "flatPath": "projects/{project}/regions/{region}/subnetworks/{subnetwork}", "httpMethod": "PATCH", "id": "compute.subnetworks.patch", @@ -36567,7 +37545,7 @@ ], "parameters": { "drainTimeoutSeconds": { - "description": "The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped.", + "description": "The drain timeout specifies the upper bound in seconds on the amount of\ntime allowed to drain connections from the current ACTIVE subnetwork\nto the current BACKUP subnetwork. The drain timeout is only applicable\nwhen the following conditions are true:\n - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER\n - the subnetwork being patched has role = BACKUP\n - the patch request is setting the role to ACTIVE. Note that after this\n patch operation the roles of the ACTIVE and BACKUP subnetworks will be\n swapped.", "format": "int32", "location": "query", "type": "integer" @@ -36587,7 +37565,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -36612,7 +37590,7 @@ ] }, "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "description": "Sets the access control policy on the specified resource.\nReplaces any existing policy.", "flatPath": "projects/{project}/regions/{region}/subnetworks/{resource}/setIamPolicy", "httpMethod": "POST", "id": "compute.subnetworks.setIamPolicy", @@ -36657,7 +37635,7 @@ ] }, "setPrivateIpGoogleAccess": { - "description": "Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.", + "description": "Set whether VMs in this subnet can access Google services without assigning\nexternal IP addresses through Private Google Access.", "flatPath": "projects/{project}/regions/{region}/subnetworks/{subnetwork}/setPrivateIpGoogleAccess", "httpMethod": "POST", "id": "compute.subnetworks.setPrivateIpGoogleAccess", @@ -36682,7 +37660,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -36774,7 +37752,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -36831,7 +37809,7 @@ ] }, "insert": { - "description": "Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.", + "description": "Creates a TargetGrpcProxy in the specified project in the given scope\nusing the parameters that are included in the request.", "flatPath": "projects/{project}/global/targetGrpcProxies", "httpMethod": "POST", "id": "compute.targetGrpcProxies.insert", @@ -36847,7 +37825,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -36874,25 +37852,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -36904,7 +37882,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -36920,7 +37898,7 @@ ] }, "patch": { - "description": "Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified TargetGrpcProxy resource with the data included in\nthe request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/targetGrpcProxies/{targetGrpcProxy}", "httpMethod": "PATCH", "id": "compute.targetGrpcProxies.patch", @@ -36937,7 +37915,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -36966,7 +37944,7 @@ "targetHttpProxies": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all TargetHttpProxy resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/targetHttpProxies", "httpMethod": "GET", "id": "compute.targetHttpProxies.aggregatedList", @@ -36975,30 +37953,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -37010,12 +37988,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -37049,7 +38027,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -37106,7 +38084,7 @@ ] }, "insert": { - "description": "Creates a TargetHttpProxy resource in the specified project using the data included in the request.", + "description": "Creates a TargetHttpProxy resource in the specified\nproject using the data included in the request.", "flatPath": "projects/{project}/global/targetHttpProxies", "httpMethod": "POST", "id": "compute.targetHttpProxies.insert", @@ -37122,7 +38100,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -37140,7 +38118,7 @@ ] }, "list": { - "description": "Retrieves the list of TargetHttpProxy resources available to the specified project.", + "description": "Retrieves the list of TargetHttpProxy resources available\nto the specified project.", "flatPath": "projects/{project}/global/targetHttpProxies", "httpMethod": "GET", "id": "compute.targetHttpProxies.list", @@ -37149,25 +38127,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -37179,7 +38157,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -37195,7 +38173,7 @@ ] }, "patch": { - "description": "Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified TargetHttpProxy resource with the data included in\nthe request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/targetHttpProxies/{targetHttpProxy}", "httpMethod": "PATCH", "id": "compute.targetHttpProxies.patch", @@ -37212,7 +38190,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -37254,7 +38232,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -37283,7 +38261,7 @@ "targetHttpsProxies": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all TargetHttpsProxy resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/targetHttpsProxies", "httpMethod": "GET", "id": "compute.targetHttpsProxies.aggregatedList", @@ -37292,30 +38270,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -37327,12 +38305,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -37366,7 +38344,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -37423,7 +38401,7 @@ ] }, "insert": { - "description": "Creates a TargetHttpsProxy resource in the specified project using the data included in the request.", + "description": "Creates a TargetHttpsProxy resource in the specified\nproject using the data included in the request.", "flatPath": "projects/{project}/global/targetHttpsProxies", "httpMethod": "POST", "id": "compute.targetHttpsProxies.insert", @@ -37439,7 +38417,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -37457,7 +38435,7 @@ ] }, "list": { - "description": "Retrieves the list of TargetHttpsProxy resources available to the specified project.", + "description": "Retrieves the list of TargetHttpsProxy resources\navailable to the specified project.", "flatPath": "projects/{project}/global/targetHttpsProxies", "httpMethod": "GET", "id": "compute.targetHttpsProxies.list", @@ -37466,25 +38444,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -37496,7 +38474,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -37512,7 +38490,7 @@ ] }, "patch": { - "description": "Patches the specified TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "description": "Patches the specified TargetHttpsProxy resource with the data included in\nthe request. This method supports PATCH\nsemantics and usesJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}", "httpMethod": "PATCH", "id": "compute.targetHttpsProxies.patch", @@ -37529,7 +38507,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -37571,12 +38549,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetHttpsProxy": { - "description": "Name of the TargetHttpsProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the TargetHttpsProxy resource whose CertificateMap is\nto be set. The name must be 1-63 characters long, and comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -37612,12 +38590,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetHttpsProxy": { - "description": "Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform to RFC1035.", + "description": "Name of the TargetHttpsProxy resource to set the QUIC override policy for.\nThe name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -37653,12 +38631,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetHttpsProxy": { - "description": "Name of the TargetHttpsProxy resource to set an SslCertificates resource for.", + "description": "Name of the TargetHttpsProxy resource to set an\nSslCertificates resource for.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -37678,7 +38656,7 @@ ] }, "setSslPolicy": { - "description": "Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.", + "description": "Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the\nserver-side support for SSL features. This affects connections between\nclients and the HTTPS proxy load balancer. They do not affect the\nconnection between the load balancer and the backends.", "flatPath": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}/setSslPolicy", "httpMethod": "POST", "id": "compute.targetHttpsProxies.setSslPolicy", @@ -37695,12 +38673,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetHttpsProxy": { - "description": "Name of the TargetHttpsProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the TargetHttpsProxy resource whose SSL policy is\nto be set. The name must be 1-63 characters long, and comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -37736,12 +38714,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetHttpsProxy": { - "description": "Name of the TargetHttpsProxy resource whose URL map is to be set.", + "description": "Name of the TargetHttpsProxy resource whose URL map is\nto be set.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -37765,7 +38743,7 @@ "targetInstances": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of target instances. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of target instances.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/targetInstances", "httpMethod": "GET", "id": "compute.targetInstances.aggregatedList", @@ -37774,30 +38752,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -37809,12 +38787,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -37849,7 +38827,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -37921,7 +38899,7 @@ ] }, "insert": { - "description": "Creates a TargetInstance resource in the specified project and zone using the data included in the request.", + "description": "Creates a TargetInstance resource in the specified project and zone using\nthe data included in the request.", "flatPath": "projects/{project}/zones/{zone}/targetInstances", "httpMethod": "POST", "id": "compute.targetInstances.insert", @@ -37938,7 +38916,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -37963,7 +38941,7 @@ ] }, "list": { - "description": "Retrieves a list of TargetInstance resources available to the specified project and zone.", + "description": "Retrieves a list of TargetInstance resources available to the specified\nproject and zone.", "flatPath": "projects/{project}/zones/{zone}/targetInstances", "httpMethod": "GET", "id": "compute.targetInstances.list", @@ -37973,25 +38951,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -38003,7 +38981,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -38026,7 +39004,7 @@ ] }, "setSecurityPolicy": { - "description": "Sets the Google Cloud Armor security policy for the specified target instance. For more information, see Google Cloud Armor Overview", + "description": "Sets the Google Cloud Armor security policy for the specified target\ninstance. For more information, seeGoogle\nCloud Armor Overview", "flatPath": "projects/{project}/zones/{zone}/targetInstances/{targetInstance}/setSecurityPolicy", "httpMethod": "POST", "id": "compute.targetInstances.setSecurityPolicy", @@ -38044,12 +39022,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetInstance": { - "description": "Name of the TargetInstance resource to which the security policy should be set. The name should conform to RFC1035.", + "description": "Name of the TargetInstance resource to which the security policy should be\nset. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -38150,7 +39128,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -38200,7 +39178,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -38225,7 +39203,7 @@ ] }, "aggregatedList": { - "description": "Retrieves an aggregated list of target pools. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of target pools.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/targetPools", "httpMethod": "GET", "id": "compute.targetPools.aggregatedList", @@ -38234,30 +39212,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -38269,12 +39247,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -38316,7 +39294,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -38381,7 +39359,7 @@ ] }, "getHealth": { - "description": "Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.", + "description": "Gets the most recent health check results for each IP for the\ninstance that is referenced by the given target pool.", "flatPath": "projects/{project}/regions/{region}/targetPools/{targetPool}/getHealth", "httpMethod": "POST", "id": "compute.targetPools.getHealth", @@ -38427,7 +39405,7 @@ ] }, "insert": { - "description": "Creates a target pool in the specified project and region using the data included in the request.", + "description": "Creates a target pool in the specified project and region using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/targetPools", "httpMethod": "POST", "id": "compute.targetPools.insert", @@ -38451,7 +39429,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -38469,7 +39447,7 @@ ] }, "list": { - "description": "Retrieves a list of target pools available to the specified project and region.", + "description": "Retrieves a list of target pools available to the specified\nproject and region.", "flatPath": "projects/{project}/regions/{region}/targetPools", "httpMethod": "GET", "id": "compute.targetPools.list", @@ -38479,25 +39457,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -38516,7 +39494,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -38557,7 +39535,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -38607,7 +39585,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -38663,7 +39641,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -38688,7 +39666,7 @@ ] }, "setSecurityPolicy": { - "description": "Sets the Google Cloud Armor security policy for the specified target pool. For more information, see Google Cloud Armor Overview", + "description": "Sets the Google Cloud Armor security policy for the specified target pool.\nFor more information, seeGoogle\nCloud Armor Overview", "flatPath": "projects/{project}/regions/{region}/targetPools/{targetPool}/setSecurityPolicy", "httpMethod": "POST", "id": "compute.targetPools.setSecurityPolicy", @@ -38713,12 +39691,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetPool": { - "description": "Name of the TargetPool resource to which the security policy should be set. The name should conform to RFC1035.", + "description": "Name of the TargetPool resource to which the security policy should be\nset. The name should conform to RFC1035.", "location": "path", "required": true, "type": "string" @@ -38804,7 +39782,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -38861,7 +39839,7 @@ ] }, "insert": { - "description": "Creates a TargetSslProxy resource in the specified project using the data included in the request.", + "description": "Creates a TargetSslProxy resource in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/global/targetSslProxies", "httpMethod": "POST", "id": "compute.targetSslProxies.insert", @@ -38877,7 +39855,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -38895,7 +39873,7 @@ ] }, "list": { - "description": "Retrieves the list of TargetSslProxy resources available to the specified project.", + "description": "Retrieves the list of TargetSslProxy resources\navailable to the specified project.", "flatPath": "projects/{project}/global/targetSslProxies", "httpMethod": "GET", "id": "compute.targetSslProxies.list", @@ -38904,25 +39882,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -38934,7 +39912,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -38967,12 +39945,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetSslProxy": { - "description": "Name of the TargetSslProxy resource whose BackendService resource is to be set.", + "description": "Name of the TargetSslProxy resource whose BackendService resource\nis to be set.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -39009,12 +39987,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetSslProxy": { - "description": "Name of the TargetSslProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the TargetSslProxy resource whose CertificateMap is\nto be set. The name must be 1-63 characters long, and comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -39050,7 +40028,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -39092,12 +40070,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetSslProxy": { - "description": "Name of the TargetSslProxy resource whose SslCertificate resource is to be set.", + "description": "Name of the TargetSslProxy resource whose SslCertificate resource\nis to be set.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -39117,7 +40095,7 @@ ] }, "setSslPolicy": { - "description": "Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the load balancer. They do not affect the connection between the load balancer and the backends.", + "description": "Sets the SSL policy for TargetSslProxy. The SSL policy specifies the\nserver-side support for SSL features. This affects connections between\nclients and the load balancer. They do not affect the\nconnection between the load balancer and the backends.", "flatPath": "projects/{project}/global/targetSslProxies/{targetSslProxy}/setSslPolicy", "httpMethod": "POST", "id": "compute.targetSslProxies.setSslPolicy", @@ -39134,12 +40112,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetSslProxy": { - "description": "Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "Name of the TargetSslProxy resource whose SSL policy is\nto be set. The name must be 1-63 characters long, and comply with RFC1035.", "location": "path", "required": true, "type": "string" @@ -39162,7 +40140,7 @@ "targetTcpProxies": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all TargetTcpProxy resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/targetTcpProxies", "httpMethod": "GET", "id": "compute.targetTcpProxies.aggregatedList", @@ -39171,30 +40149,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -39206,12 +40184,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -39245,7 +40223,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -39302,7 +40280,7 @@ ] }, "insert": { - "description": "Creates a TargetTcpProxy resource in the specified project using the data included in the request.", + "description": "Creates a TargetTcpProxy resource in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/global/targetTcpProxies", "httpMethod": "POST", "id": "compute.targetTcpProxies.insert", @@ -39318,7 +40296,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -39336,7 +40314,7 @@ ] }, "list": { - "description": "Retrieves the list of TargetTcpProxy resources available to the specified project.", + "description": "Retrieves the list of TargetTcpProxy resources\navailable to the specified project.", "flatPath": "projects/{project}/global/targetTcpProxies", "httpMethod": "GET", "id": "compute.targetTcpProxies.list", @@ -39345,25 +40323,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -39375,7 +40353,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -39408,12 +40386,12 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, "targetTcpProxy": { - "description": "Name of the TargetTcpProxy resource whose BackendService resource is to be set.", + "description": "Name of the TargetTcpProxy resource whose BackendService resource\nis to be set.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -39450,7 +40428,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -39479,7 +40457,7 @@ "targetVpnGateways": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of target VPN gateways. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of target VPN gateways.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/targetVpnGateways", "httpMethod": "GET", "id": "compute.targetVpnGateways.aggregatedList", @@ -39488,30 +40466,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -39523,12 +40501,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -39570,7 +40548,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -39635,7 +40613,7 @@ ] }, "insert": { - "description": "Creates a target VPN gateway in the specified project and region using the data included in the request.", + "description": "Creates a target VPN gateway in the specified project and region using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/targetVpnGateways", "httpMethod": "POST", "id": "compute.targetVpnGateways.insert", @@ -39659,7 +40637,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -39677,7 +40655,7 @@ ] }, "list": { - "description": "Retrieves a list of target VPN gateways available to the specified project and region.", + "description": "Retrieves a list of target VPN gateways available to the specified\nproject and region.", "flatPath": "projects/{project}/regions/{region}/targetVpnGateways", "httpMethod": "GET", "id": "compute.targetVpnGateways.list", @@ -39687,25 +40665,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -39724,7 +40702,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -39740,7 +40718,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a TargetVpnGateway. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a TargetVpnGateway. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/regions/{region}/targetVpnGateways/{resource}/setLabels", "httpMethod": "POST", "id": "compute.targetVpnGateways.setLabels", @@ -39765,7 +40743,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -39794,7 +40772,7 @@ "urlMaps": { "methods": { "aggregatedList": { - "description": "Retrieves the list of all UrlMap resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves the list of all UrlMap resources, regional and global,\navailable to the specified project.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/urlMaps", "httpMethod": "GET", "id": "compute.urlMaps.aggregatedList", @@ -39803,30 +40781,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -39838,12 +40816,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -39877,7 +40855,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -39934,7 +40912,7 @@ ] }, "insert": { - "description": "Creates a UrlMap resource in the specified project using the data included in the request.", + "description": "Creates a UrlMap resource in the specified project using\nthe data included in the request.", "flatPath": "projects/{project}/global/urlMaps", "httpMethod": "POST", "id": "compute.urlMaps.insert", @@ -39950,7 +40928,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -39968,7 +40946,7 @@ ] }, "invalidateCache": { - "description": "Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap. For more information, see [Invalidating cached content](/cdn/docs/invalidating-cached-content).", + "description": "Initiates a cache invalidation operation, invalidating the specified path,\nscoped to the specified UrlMap.\n\nFor more information, see [Invalidating cached\ncontent](/cdn/docs/invalidating-cached-content).", "flatPath": "projects/{project}/global/urlMaps/{urlMap}/invalidateCache", "httpMethod": "POST", "id": "compute.urlMaps.invalidateCache", @@ -39985,7 +40963,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -40010,7 +40988,7 @@ ] }, "list": { - "description": "Retrieves the list of UrlMap resources available to the specified project.", + "description": "Retrieves the list of UrlMap resources available to the specified\nproject.", "flatPath": "projects/{project}/global/urlMaps", "httpMethod": "GET", "id": "compute.urlMaps.list", @@ -40019,25 +40997,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -40049,7 +41027,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -40065,7 +41043,7 @@ ] }, "patch": { - "description": "Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.", + "description": "Patches the specified UrlMap resource with the data included in the\nrequest. This method supportsPATCH\nsemantics and uses theJSON merge\npatch format and processing rules.", "flatPath": "projects/{project}/global/urlMaps/{urlMap}", "httpMethod": "PATCH", "id": "compute.urlMaps.patch", @@ -40082,7 +41060,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -40107,7 +41085,7 @@ ] }, "update": { - "description": "Updates the specified UrlMap resource with the data included in the request.", + "description": "Updates the specified UrlMap resource with the data included in the\nrequest.", "flatPath": "projects/{project}/global/urlMaps/{urlMap}", "httpMethod": "PUT", "id": "compute.urlMaps.update", @@ -40124,7 +41102,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -40149,7 +41127,7 @@ ] }, "validate": { - "description": "Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.", + "description": "Runs static validation for the UrlMap. In particular, the tests of the\nprovided UrlMap will be run. Calling this method does NOT create the\nUrlMap.", "flatPath": "projects/{project}/global/urlMaps/{urlMap}/validate", "httpMethod": "POST", "id": "compute.urlMaps.validate", @@ -40190,7 +41168,7 @@ "vpnGateways": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of VPN gateways. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of VPN gateways.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/vpnGateways", "httpMethod": "GET", "id": "compute.vpnGateways.aggregatedList", @@ -40199,30 +41177,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -40234,12 +41212,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -40281,7 +41259,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -40389,7 +41367,7 @@ ] }, "insert": { - "description": "Creates a VPN gateway in the specified project and region using the data included in the request.", + "description": "Creates a VPN gateway in the specified project and region using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/vpnGateways", "httpMethod": "POST", "id": "compute.vpnGateways.insert", @@ -40413,7 +41391,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -40431,7 +41409,7 @@ ] }, "list": { - "description": "Retrieves a list of VPN gateways available to the specified project and region.", + "description": "Retrieves a list of VPN gateways available to the specified\nproject and region.", "flatPath": "projects/{project}/regions/{region}/vpnGateways", "httpMethod": "GET", "id": "compute.vpnGateways.list", @@ -40441,25 +41419,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -40478,7 +41456,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -40494,7 +41472,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a VpnGateway. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/regions/{region}/vpnGateways/{resource}/setLabels", "httpMethod": "POST", "id": "compute.vpnGateways.setLabels", @@ -40519,7 +41497,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -40594,7 +41572,7 @@ "vpnTunnels": { "methods": { "aggregatedList": { - "description": "Retrieves an aggregated list of VPN tunnels. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.", + "description": "Retrieves an aggregated list of VPN tunnels.\n\nTo prevent failure, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/vpnTunnels", "httpMethod": "GET", "id": "compute.vpnTunnels.aggregatedList", @@ -40603,30 +41581,30 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "includeAllScopes": { - "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "description": "Indicates whether every visible scope for each scope type (zone, region,\nglobal) should be included in the response. For new resource types added\nafter this field, the flag has no effect as new resource types will always\ninclude every visible scope for each scope type in response. For resource\ntypes which predate this field, if this flag is omitted or false, only\nscopes of the scope types where the resource type is expected to be found\nwill be included.", "location": "query", "type": "boolean" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -40638,12 +41616,12 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, "serviceProjectNumber": { - "description": "The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.", + "description": "The Shared VPC service project id or service project number for which\naggregated list request is invoked for subnetworks list-usable api.", "format": "int64", "location": "query", "type": "string" @@ -40685,7 +41663,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -40750,7 +41728,7 @@ ] }, "insert": { - "description": "Creates a VpnTunnel resource in the specified project and region using the data included in the request.", + "description": "Creates a VpnTunnel resource in the specified project and region using\nthe data included in the request.", "flatPath": "projects/{project}/regions/{region}/vpnTunnels", "httpMethod": "POST", "id": "compute.vpnTunnels.insert", @@ -40774,7 +41752,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" } @@ -40792,7 +41770,7 @@ ] }, "list": { - "description": "Retrieves a list of VpnTunnel resources contained in the specified project and region.", + "description": "Retrieves a list of VpnTunnel resources contained in the specified\nproject and region.", "flatPath": "projects/{project}/regions/{region}/vpnTunnels", "httpMethod": "GET", "id": "compute.vpnTunnels.list", @@ -40802,25 +41780,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -40839,7 +41817,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -40855,7 +41833,7 @@ ] }, "setLabels": { - "description": "Sets the labels on a VpnTunnel. To learn more about labels, read the Labeling Resources documentation.", + "description": "Sets the labels on a VpnTunnel. To learn more about labels, read theLabeling\nResources documentation.", "flatPath": "projects/{project}/regions/{region}/vpnTunnels/{resource}/setLabels", "httpMethod": "POST", "id": "compute.vpnTunnels.setLabels", @@ -40880,7 +41858,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -40906,6 +41884,258 @@ } } }, + "wireGroups": { + "methods": { + "delete": { + "description": "Deletes the specified wire group in the given scope.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}", + "httpMethod": "DELETE", + "id": "compute.wireGroups.delete", + "parameterOrder": [ + "project", + "crossSiteNetwork", + "wireGroup" + ], + "parameters": { + "crossSiteNetwork": { + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", + "location": "query", + "type": "string" + }, + "wireGroup": { + "description": "Name of the wire group resource to delete.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "Gets the specified wire group resource in the given scope.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}", + "httpMethod": "GET", + "id": "compute.wireGroups.get", + "parameterOrder": [ + "project", + "crossSiteNetwork", + "wireGroup" + ], + "parameters": { + "crossSiteNetwork": { + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "wireGroup": { + "description": "Name of the wire group resource to return.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}", + "response": { + "$ref": "WireGroup" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates a wire group in the specified project in the given scope\nusing the parameters that are included in the request.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups", + "httpMethod": "POST", + "id": "compute.wireGroups.insert", + "parameterOrder": [ + "project", + "crossSiteNetwork" + ], + "parameters": { + "crossSiteNetwork": { + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", + "location": "query", + "type": "string" + }, + "validateOnly": { + "description": "[Input Only] Validate the new configuration, but don't create it.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups", + "request": { + "$ref": "WireGroup" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "list": { + "description": "Lists the wire groups for a project in the given scope.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups", + "httpMethod": "GET", + "id": "compute.wireGroups.list", + "parameterOrder": [ + "project", + "crossSiteNetwork" + ], + "parameters": { + "crossSiteNetwork": { + "location": "path", + "required": true, + "type": "string" + }, + "filter": { + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", + "location": "query", + "type": "string" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups", + "response": { + "$ref": "WireGroupList" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "patch": { + "description": "Updates the specified wire group resource with the data included in the\nrequest. This method supportsPATCH\nsemantics and usesJSON merge\npatch format and processing rules.", + "flatPath": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}", + "httpMethod": "PATCH", + "id": "compute.wireGroups.patch", + "parameterOrder": [ + "project", + "crossSiteNetwork", + "wireGroup" + ], + "parameters": { + "crossSiteNetwork": { + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).\nend_interface: MixerMutationRequestBuilder", + "location": "query", + "type": "string" + }, + "updateMask": { + "description": "update_mask indicates fields to be updated as part of this request.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + }, + "validateOnly": { + "description": "[Input Only] Validate the new configuration, but don't update it.", + "location": "query", + "type": "boolean" + }, + "wireGroup": { + "description": "Name of the WireGroups resource to patch.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}", + "request": { + "$ref": "WireGroup" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + } + } + }, "zoneOperations": { "methods": { "delete": { @@ -40920,7 +42150,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to delete, or its unique numeric identifier.", + "description": "Name of the Operations resource to delete, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -40959,7 +42189,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to return, or its unique numeric identifier.", + "description": "Name of the Operations resource to return, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -40991,7 +42221,7 @@ ] }, "list": { - "description": "Retrieves a list of Operation resources contained within the specified zone.", + "description": "Retrieves a list of Operation resources contained within\nthe specified zone.", "flatPath": "projects/{project}/zones/{zone}/operations", "httpMethod": "GET", "id": "compute.zoneOperations.list", @@ -41001,25 +42231,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -41031,7 +42261,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" }, @@ -41054,7 +42284,7 @@ ] }, "wait": { - "description": "Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method waits for no more than the 2 minutes and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`. ", + "description": "Waits for the specified Operation resource to return as `DONE`\nor for the request to approach the 2 minute deadline, and retrieves the\nspecified Operation resource. This method waits for no more than the\n2 minutes and then returns the current state of the\noperation, which might be `DONE` or still in progress.\n\nThis method is called on a best-effort basis. Specifically:\n \n \n - In uncommon cases, when the server is overloaded, the request might\n return before the default deadline is reached, or might return after zero\n seconds.\n - If the default deadline is reached, there is no guarantee that the\n operation is actually done when the method returns. Be prepared to retry\n if the operation is not `DONE`.", "flatPath": "projects/{project}/zones/{zone}/operations/{operation}/wait", "httpMethod": "POST", "id": "compute.zoneOperations.wait", @@ -41065,7 +42295,7 @@ ], "parameters": { "operation": { - "description": "Name of the Operations resource to return, or its unique numeric identifier.", + "description": "Name of the Operations resource to return, or its unique numeric\nidentifier.", "location": "path", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", "required": true, @@ -41145,25 +42375,25 @@ ], "parameters": { "filter": { - "description": "A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq \"double quoted literal\"` `(fieldname1 eq literal) (fieldname2 ne \"literal\")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name \"instance\", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.", + "description": "A filter expression that filters resources listed in the response. Most\nCompute resources support two types of filter expressions:\nexpressions that support regular expressions and expressions that follow\nAPI improvement proposal AIP-160.\nThese two types of filter expressions cannot be mixed in one request.\n\nIf you want to use AIP-160, your expression must specify the field name, an\noperator, and the value that you want to use for filtering. The value\nmust be a string, a number, or a boolean. The operator\nmust be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.\n\nFor example, if you are filtering Compute Engine instances, you can\nexclude instances named `example-instance` by specifying\n`name != example-instance`.\n\nThe `:*` comparison can be used to test whether a key has been defined.\nFor example, to find all objects with `owner` label use:\n```\nlabels.owner:*\n```\n\nYou can also filter nested fields. For example, you could specify\n`scheduling.automaticRestart = false` to include instances only\nif they are not scheduled for automatic restarts. You can use filtering\non nested fields to filter based onresource labels.\n\nTo filter on multiple expressions, provide each separate expression within\nparentheses. For example:\n```\n(scheduling.automaticRestart = true)\n(cpuPlatform = \"Intel Skylake\")\n```\nBy default, each expression is an `AND` expression. However, you\ncan include `AND` and `OR` expressions explicitly.\nFor example:\n```\n(cpuPlatform = \"Intel Skylake\") OR\n(cpuPlatform = \"Intel Broadwell\") AND\n(scheduling.automaticRestart = true)\n```\n\nIf you want to use a regular expression, use the `eq` (equal) or `ne`\n(not equal) operator against a single un-parenthesized expression with or\nwithout quotes or against multiple parenthesized expressions. Examples:\n\n`fieldname eq unquoted literal`\n`fieldname eq 'single quoted literal'`\n`fieldname eq \"double quoted literal\"`\n`(fieldname1 eq literal) (fieldname2 ne \"literal\")`\n\nThe literal value is interpreted as a regular expression using GoogleRE2 library syntax.\nThe literal value must match the entire field.\n\nFor example, to filter for instances that do not end with name \"instance\",\nyou would use `name ne .*instance`.\n\nYou cannot combine constraints on multiple fields using regular\nexpressions.", "location": "query", "type": "string" }, "maxResults": { "default": "500", - "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "description": "The maximum number of results per page that should be returned.\nIf the number of available results is larger than `maxResults`,\nCompute Engine returns a `nextPageToken` that can be used to get\nthe next page of results in subsequent list requests. Acceptable values are\n`0` to `500`, inclusive. (Default: `500`)", "format": "uint32", "location": "query", "minimum": "0", "type": "integer" }, "orderBy": { - "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "description": "Sorts list results by a certain order. By default, results\nare returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation\ntimestamp using `orderBy=\"creationTimestamp desc\"`. This sorts\nresults based on the `creationTimestamp` field in\nreverse chronological order (newest result first). Use this to sort\nresources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or\n`creationTimestamp desc` is supported.", "location": "query", "type": "string" }, "pageToken": { - "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "description": "Specifies a page token to use. Set `pageToken` to the\n`nextPageToken` returned by a previous list request to get\nthe next page of results.", "location": "query", "type": "string" }, @@ -41175,7 +42405,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.", + "description": "Opt-in for partial success behavior which provides partial results in case\nof failure. The default value is false.\n\nFor example, when partial success behavior is enabled, aggregatedList for a\nsingle zone scope either returns all resources in the zone or no resources,\nwith an error code.", "location": "query", "type": "boolean" } @@ -41193,15 +42423,15 @@ } } }, - "revision": "20250916", + "revision": "20251031", "rootUrl": "https://compute.googleapis.com/", "schemas": { "AWSV4Signature": { - "description": "Contains the configurations necessary to generate a signature for access to private storage buckets that support Signature Version 4 for authentication. The service name for generating the authentication header will always default to 's3'.", + "description": "Contains the configurations necessary to generate a signature for access to\nprivate storage buckets that support Signature Version 4 for authentication.\nThe service name for generating the authentication header will always default\nto 's3'.", "id": "AWSV4Signature", "properties": { "accessKey": { - "description": "The access key used for s3 bucket authentication. Required for updating or creating a backend that uses AWS v4 signature authentication, but will not be returned as part of the configuration when queried with a REST API GET request. @InputOnly", + "description": "The access key used for s3 bucket authentication. Required for updating or\ncreating a backend that uses AWS v4 signature authentication, but will not\nbe returned as part of the configuration when queried with a REST API GET\nrequest.\n\n@InputOnly", "type": "string" }, "accessKeyId": { @@ -41209,18 +42439,18 @@ "type": "string" }, "accessKeyVersion": { - "description": "The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.", + "description": "The optional version identifier for the access key. You can use this to\nkeep track of different iterations of your access key.", "type": "string" }, "originRegion": { - "description": "The name of the cloud region of your origin. This is a free-form field with the name of the region your cloud uses to host your origin. For example, \"us-east-1\" for AWS or \"us-ashburn-1\" for OCI.", + "description": "The name of the cloud region of your origin. This is a free-form field with\nthe name of the region your cloud uses to host your origin. For example,\n\"us-east-1\" for AWS or \"us-ashburn-1\" for OCI.", "type": "string" } }, "type": "object" }, "AcceleratorConfig": { - "description": "A specification of the type and number of accelerator cards attached to the instance.", + "description": "A specification of the type and number of accelerator cards attached to the\ninstance.", "id": "AcceleratorConfig", "properties": { "acceleratorCount": { @@ -41229,18 +42459,78 @@ "type": "integer" }, "acceleratorType": { - "description": "Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.", + "description": "Full or partial URL of the accelerator type resource to attach to this\ninstance. For example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100\nIf you are creating an instance template, specify only the\naccelerator name.\nSee GPUs on Compute Engine\nfor a full list of accelerator types.", + "type": "string" + } + }, + "type": "object" + }, + "AcceleratorTopologiesInfo": { + "description": "Info for accelerator topologies within a densely packed reservation.", + "id": "AcceleratorTopologiesInfo", + "properties": { + "acceleratorTopologyInfos": { + "description": "Info for each accelerator topology.", + "items": { + "$ref": "AcceleratorTopologiesInfoAcceleratorTopologyInfo" + }, + "type": "array" + } + }, + "type": "object" + }, + "AcceleratorTopologiesInfoAcceleratorTopologyInfo": { + "description": "Info for a slice of a given topology.", + "id": "AcceleratorTopologiesInfoAcceleratorTopologyInfo", + "properties": { + "acceleratorTopology": { + "description": "The accelerator topology.", + "type": "string" + }, + "infoPerTopologyStates": { + "description": "Info for each topology state.", + "items": { + "$ref": "AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState" + }, + "type": "array" + } + }, + "type": "object" + }, + "AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState": { + "description": "Info for each topology state.", + "id": "AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState", + "properties": { + "count": { + "description": "The number of accelerator topologies in this state.", + "format": "int32", + "type": "integer" + }, + "state": { + "description": "The state of the accelerator topology.", + "enum": [ + "AVAILABLE", + "RUNNING", + "TOPOLOGY_STATE_UNSPECIFIED", + "UNHEALTHY" + ], + "enumDescriptions": [ + "The accelerator topology is available.", + "The accelerator topology is running.", + "The state of the topology is unspecified.", + "The accelerator topology is unhealthy." + ], "type": "string" } }, "type": "object" }, "AcceleratorType": { - "description": "Represents an Accelerator Type resource. Google Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, read GPUs on Compute Engine.", + "description": "Represents an Accelerator Type resource.\n\nGoogle Cloud Platform provides graphics processing units (accelerators) that\nyou can add to VM instances to improve or accelerate performance when working\nwith intensive workloads. For more information, readGPUs on Compute Engine.", "id": "AcceleratorType", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339 text format.", "type": "string" }, "deprecated": { @@ -41252,13 +42542,13 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#acceleratorType", - "description": "[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.", + "description": "[Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.", "type": "string" }, "maximumCardsPerInstance": { @@ -41276,7 +42566,7 @@ "type": "string" }, "zone": { - "description": "[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] The name of the zone where the accelerator type resides,\nsuch as us-central1-a.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -41299,11 +42589,11 @@ }, "kind": { "default": "compute#acceleratorTypeAggregatedList", - "description": "[Output Only] Type of resource. Always compute#acceleratorTypeAggregatedList for aggregated lists of accelerator types.", + "description": "[Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of\naccelerator types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -41321,7 +42611,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -41385,44 +42675,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -41461,11 +42751,11 @@ }, "kind": { "default": "compute#acceleratorTypeList", - "description": "[Output Only] Type of resource. Always compute#acceleratorTypeList for lists of accelerator types.", + "description": "[Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -41476,7 +42766,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -41540,44 +42830,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -41610,10 +42900,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that appears when the accelerator types list is empty.", + "description": "[Output Only] An informational warning that appears when the accelerator\ntypes list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -41677,44 +42967,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -41737,33 +43027,33 @@ "type": "object" }, "AccessConfig": { - "description": "An access configuration attached to an instance's network interface. Only one access config per instance is supported.", + "description": "An access configuration attached to an instance's network interface.\nOnly one access config per instance is supported.", "id": "AccessConfig", "properties": { "externalIpv6": { - "description": "Applies to ipv6AccessConfigs only. The first IPv6 address of the external IPv6 range associated with this instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. To use a static external IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an external IPv6 address from the instance's subnetwork.", + "description": "Applies to ipv6AccessConfigs only.\nThe first IPv6 address of the external IPv6 range associated\nwith this instance, prefix length is stored inexternalIpv6PrefixLength in ipv6AccessConfig. To\nuse a static external IP address, it must be unused and in the same region\nas the instance's zone. If not specified, Google Cloud will automatically\nassign an external IPv6 address from the instance's subnetwork.", "type": "string" }, "externalIpv6PrefixLength": { - "description": "Applies to ipv6AccessConfigs only. The prefix length of the external IPv6 range.", + "description": "Applies to ipv6AccessConfigs only. The prefix length of the\nexternal IPv6 range.", "format": "int32", "type": "integer" }, "kind": { "default": "compute#accessConfig", - "description": "[Output Only] Type of the resource. Always compute#accessConfig for access configs.", + "description": "[Output Only] Type of the resource. Alwayscompute#accessConfig for access configs.", "type": "string" }, "name": { - "description": "The name of this access configuration. In accessConfigs (IPv4), the default and recommended name is External NAT, but you can use any arbitrary string, such as My external IP or Network Access. In ipv6AccessConfigs, the recommend name is External IPv6.", + "description": "The name of this access configuration. In accessConfigs\n(IPv4), the default and recommended name is External NAT, but\nyou can use any arbitrary string, such as My external IP orNetwork Access. In ipv6AccessConfigs, the\nrecommend name is External IPv6.", "type": "string" }, "natIP": { - "description": "Applies to accessConfigs (IPv4) only. An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.", + "description": "Applies to accessConfigs (IPv4) only. Anexternal IP\naddress associated with this instance. Specify an unused static\nexternal IP address available to the project or leave this field undefined\nto use an IP from a shared ephemeral IP address pool. If you specify a\nstatic external IP address, it must live in the same region as the zone of\nthe instance.", "type": "string" }, "networkTier": { - "description": "This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.", + "description": "This signifies the networking tier used for configuring this access\nconfiguration and can only take the following values: PREMIUM,STANDARD.\n\nIf an AccessConfig is specified without a valid external IP address, an\nephemeral IP will be created with this networkTier.\n\nIf an AccessConfig with a valid external IP address is specified, it must\nmatch that of the networkTier associated with the Address resource owning\nthat IP.", "enum": [ "FIXED_STANDARD", "PREMIUM", @@ -41772,26 +43062,26 @@ ], "enumDescriptions": [ "Public internet quality with fixed bandwidth.", - "High quality, Google-grade network tier, support for all networking products.", - "Public internet quality, only limited support for other networking products.", - "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured." + "High quality, Google-grade network tier, support for all networking\nproducts.", + "Public internet quality, only limited support for other networking\nproducts.", + "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier\nis expired or not configured." ], "type": "string" }, "publicPtrDomainName": { - "description": "The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be created for first IP in associated external IPv6 range.", + "description": "The DNS domain name for the public PTR record.\n\nYou can set this field only if the `setPublicPtr` field is enabled inaccessConfig. If this field is unspecified inipv6AccessConfig, a default PTR record will be created for\nfirst IP in associated external IPv6 range.", "type": "string" }, "securityPolicy": { - "description": "The resource URL for the security policy associated with this access config.", + "description": "The resource URL for the security policy associated with this access\nconfig.", "type": "string" }, "setPublicPtr": { - "description": "Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name. This field is not used in ipv6AccessConfig. A default PTR record will be created if the VM has external IPv6 range associated.", + "description": "Specifies whether a public DNS 'PTR' record should be created to map the\nexternal IP address of the instance to a DNS domain name.\n\nThis field is not used in ipv6AccessConfig. A default PTR\nrecord will be created if the VM has external IPv6 range associated.", "type": "boolean" }, "type": { - "description": "The type of configuration. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. In ipv6AccessConfigs, the default and only option is DIRECT_IPV6.", + "description": "The type of configuration. In accessConfigs (IPv4), the\ndefault and only option is ONE_TO_ONE_NAT. Inipv6AccessConfigs, the default and only option isDIRECT_IPV6.", "enum": [ "DIRECT_IPV6", "ONE_TO_ONE_NAT" @@ -41806,7 +43096,7 @@ "type": "object" }, "Address": { - "description": "Represents an IP Address resource. Google Compute Engine has two IP Address resources: * [Global (external and internal)](https://cloud.google.com/compute/docs/reference/rest/v1/globalAddresses) * [Regional (external and internal)](https://cloud.google.com/compute/docs/reference/rest/v1/addresses) For more information, see Reserving a static external IP address.", + "description": "Represents an IP Address resource.\n\nGoogle Compute Engine has two IP Address resources:\n\n* [Global (external and\ninternal)](https://cloud.google.com/compute/docs/reference/rest/v1/globalAddresses)\n* [Regional (external and\ninternal)](https://cloud.google.com/compute/docs/reference/rest/v1/addresses)\n\nFor more information, see\nReserving a static external IP address.", "id": "Address", "properties": { "address": { @@ -41814,7 +43104,7 @@ "type": "string" }, "addressType": { - "description": "The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.", + "description": "The type of address to reserve, either INTERNAL orEXTERNAL. If unspecified, defaults to EXTERNAL.", "enum": [ "EXTERNAL", "INTERNAL", @@ -41822,26 +43112,26 @@ ], "enumDescriptions": [ "A publicly visible external IP address.", - "A private network IP address, for use with an Instance or Internal Load Balancer forwarding rule.", + "A private network IP address, for use with an Instance or Internal Load\nBalancer forwarding rule.", "" ], "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this field when you create the resource.", + "description": "An optional description of this resource. Provide this field when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "ipVersion": { - "description": "The IP version that will be used by this address. Valid options are IPV4 or IPV6.", + "description": "The IP version that will be used by this address. Valid options areIPV4 or IPV6.", "enum": [ "IPV4", "IPV6", @@ -41855,7 +43145,7 @@ "type": "string" }, "ipv6EndpointType": { - "description": "The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.", + "description": "The endpoint type of this address, which should be VM\nor NETLB. This is used for deciding which type of endpoint\nthis address can be used after the external IPv6 address reservation.", "enum": [ "NETLB", "VM" @@ -41868,11 +43158,11 @@ }, "kind": { "default": "compute#address", - "description": "[Output Only] Type of the resource. Always compute#address for addresses.", + "description": "[Output Only] Type of the resource. Always compute#address for\naddresses.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Address.", + "description": "A fingerprint for the labels being applied to this Address, which is\nessentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve an Address.", "format": "byte", "type": "string" }, @@ -41880,7 +43170,7 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "name": { @@ -41889,16 +43179,16 @@ "compute.addresses.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character\nmust be a lowercase letter, and all following characters (except for the\nlast character) must be a dash, lowercase letter, or digit. The last\ncharacter must be a lowercase letter or digit.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "network": { - "description": "The URL of the network in which to reserve the address. This field can only be used with INTERNAL type with the VPC_PEERING purpose.", + "description": "The URL of the network in which to reserve the address. This field can\nonly be used with INTERNAL type with theVPC_PEERING purpose.", "type": "string" }, "networkTier": { - "description": "This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not specified, it is assumed to be PREMIUM.", + "description": "This signifies the networking tier used for configuring this address and\ncan only take the following values: PREMIUM orSTANDARD. Internal IP addresses are always Premium Tier;\nglobal external IP addresses are always Premium Tier; regional external IP\naddresses can be either Standard or Premium Tier.\n\nIf this field is not specified, it is assumed to be PREMIUM.", "enum": [ "FIXED_STANDARD", "PREMIUM", @@ -41907,9 +43197,9 @@ ], "enumDescriptions": [ "Public internet quality with fixed bandwidth.", - "High quality, Google-grade network tier, support for all networking products.", - "Public internet quality, only limited support for other networking products.", - "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured." + "High quality, Google-grade network tier, support for all networking\nproducts.", + "Public internet quality, only limited support for other networking\nproducts.", + "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier\nis expired or not configured." ], "type": "string" }, @@ -41919,7 +43209,7 @@ "type": "integer" }, "purpose": { - "description": "The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect* configuration. These addresses are regional resources. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose. ", + "description": "The purpose of this resource, which can be one of the following values:\n \n \n - GCE_ENDPOINT for addresses that are used by VM\n instances, alias IP ranges, load balancers, and similar resources.\n - DNS_RESOLVER for a DNS resolver address in a subnetwork\n for a Cloud DNS inbound\n forwarder IP addresses (regional internal IP address in a subnet of\n a VPC network)\n - VPC_PEERING for global internal IP addresses used for\n \n private services access allocated ranges.\n - NAT_AUTO for the regional external IP addresses used by\n Cloud NAT when allocating addresses using\n \n automatic NAT IP address allocation.\n - IPSEC_INTERCONNECT for addresses created from a private\n IP range that are reserved for a VLAN attachment in an\n *HA VPN over Cloud Interconnect* configuration. These addresses\n are regional resources.\n - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned\n to multiple internal forwarding rules.\n - `PRIVATE_SERVICE_CONNECT` for a private network address that is\n used to configure Private Service Connect. Only global internal addresses\n can use this purpose.", "enum": [ "DNS_RESOLVER", "GCE_ENDPOINT", @@ -41933,17 +43223,17 @@ "enumDescriptions": [ "DNS resolver address in the subnetwork.", "VM internal/alias IP, Internal LB service IP, etc.", - "A regional internal IP address range reserved for the VLAN attachment that is used in HA VPN over Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment\u2019s IP address range.", + "A regional internal IP address range reserved for the VLAN attachment\nthat is used in HA VPN over Cloud Interconnect. This regional\ninternal IP address range must not overlap with any IP address range\nof subnet/route in the VPC network and its peering networks. After the\nVLAN attachment is created with the reserved IP address range, when\ncreating a new VPN gateway, its interface IP address is allocated\nfrom the associated VLAN attachment\u2019s IP address range.", "External IP automatically reserved for Cloud NAT.", - "A private network IP address that can be used to configure Private Service Connect. This purpose can be specified only for GLOBAL addresses of Type INTERNAL", + "A private network IP address that can be used to configure Private\nService Connect. This purpose can be specified only forGLOBAL addresses of Type INTERNAL", "A regional internal IP address range reserved for Serverless.", - "A private network IP address that can be shared by multiple Internal Load Balancer forwarding rules.", + "A private network IP address that can be shared by multiple Internal\nLoad Balancer forwarding rules.", "IP range for peer networks." ], "type": "string" }, "region": { - "description": "[Output Only] The URL of the region where a regional address resides. For regional addresses, you must specify the region as a path parameter in the HTTP request URL. *This field is not applicable to global addresses.*", + "description": "[Output Only] The URL of the region where a regional address resides.\nFor regional addresses, you must specify the region as a path parameter in\nthe HTTP request URL. *This field is not applicable to global\naddresses.*", "type": "string" }, "selfLink": { @@ -41951,7 +43241,7 @@ "type": "string" }, "status": { - "description": "[Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.", + "description": "[Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.\nAn address that is RESERVING is currently in the process of\nbeing reserved. A RESERVED address is currently reserved and\navailable to use. An IN_USE address is currently being used\nby another resource and is not available.", "enum": [ "IN_USE", "RESERVED", @@ -41965,7 +43255,7 @@ "type": "string" }, "subnetwork": { - "description": "The URL of the subnetwork in which to reserve the address. If an IP address is specified, it must be within the subnetwork's IP range. This field can only be used with INTERNAL type with a GCE_ENDPOINT or DNS_RESOLVER purpose.", + "description": "The URL of the subnetwork in which to reserve the address. If an IP address\nis specified, it must be within the subnetwork's IP range. This field can\nonly be used with INTERNAL type with aGCE_ENDPOINT or DNS_RESOLVER purpose.", "type": "string" }, "users": { @@ -41995,11 +43285,11 @@ }, "kind": { "default": "compute#addressAggregatedList", - "description": "[Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.", + "description": "[Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of\naddresses.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -42017,7 +43307,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -42081,44 +43371,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -42157,11 +43447,11 @@ }, "kind": { "default": "compute#addressList", - "description": "[Output Only] Type of resource. Always compute#addressList for lists of addresses.", + "description": "[Output Only] Type of resource. Always compute#addressList for\nlists of addresses.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -42172,7 +43462,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -42236,44 +43526,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -42306,10 +43596,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of addresses when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of addresses\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -42373,44 +43663,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -42433,7 +43723,7 @@ "type": "object" }, "AdvancedMachineFeatures": { - "description": "Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).", + "description": "Specifies options for controlling advanced machine features.\nOptions that would traditionally be configured in a BIOS belong\nhere. Features that require operating system support may have\ncorresponding entries in the GuestOsFeatures of anImage (e.g., whether or not the OS in theImage supports nested virtualization being enabled or\ndisabled).", "id": "AdvancedMachineFeatures", "properties": { "enableNestedVirtualization": { @@ -42461,16 +43751,16 @@ "type": "string" }, "threadsPerCore": { - "description": "The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.", + "description": "The number of threads per physical core. To disable simultaneous\nmultithreading (SMT) set this to 1. If unset, the maximum number\nof threads supported per core by the underlying processor is\nassumed.", "format": "int32", "type": "integer" }, "turboMode": { - "description": "Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.", + "description": "Turbo frequency mode to use for the instance.\nSupported modes include:\n* ALL_CORE_MAX\n\nUsing empty string or not setting this field will use the platform-specific\ndefault turbo mode.", "type": "string" }, "visibleCoreCount": { - "description": "The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.", + "description": "The number of physical cores to expose to an instance. Multiply by\nthe number of threads per core to compute the total number of virtual\nCPUs to expose to the instance. If unset, the number of cores is\ninferred from the instance's nominal CPU count and the underlying\nplatform's SMT width.", "format": "int32", "type": "integer" } @@ -42482,18 +43772,18 @@ "id": "AliasIpRange", "properties": { "ipCidrRange": { - "description": "The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).", + "description": "The IP alias ranges to allocate for this interface. This IP CIDR range\nmust belong to the specified subnetwork and cannot contain IP addresses\nreserved by system or used by other network interfaces. This range may be\na single IP address (such as 10.2.3.4), a netmask (such as/24) or a CIDR-formatted string (such as10.1.2.0/24).", "type": "string" }, "subnetworkRangeName": { - "description": "The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.", + "description": "The name of a subnetwork secondary IP range from which to allocate an IP\nalias range. If not specified, the primary range of the subnetwork is used.", "type": "string" } }, "type": "object" }, "AllocationAggregateReservation": { - "description": "This reservation type is specified by total resource amounts (e.g. total count of CPUs) and can account for multiple instance SKUs. In other words, one can create instances of varying shapes against this reservation.", + "description": "This reservation type is specified by total resource amounts (e.g. total\ncount of CPUs) and can account for multiple instance SKUs. In other words,\none can create instances of varying shapes against this reservation.", "id": "AllocationAggregateReservation", "properties": { "inUseResources": { @@ -42511,7 +43801,7 @@ "type": "array" }, "vmFamily": { - "description": "The VM family that all instances scheduled against this reservation must belong to.", + "description": "The VM family that all instances scheduled against this reservation must\nbelong to.", "enum": [ "VM_FAMILY_CLOUD_TPU_DEVICE_CT3", "VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L", @@ -42519,7 +43809,8 @@ "VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT6E", "VM_FAMILY_CLOUD_TPU_POD_SLICE_CT3P", "VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P", - "VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P" + "VM_FAMILY_CLOUD_TPU_POD_SLICE_CT5P", + "VM_FAMILY_CLOUD_TPU_POD_SLICE_TPU7X" ], "enumDescriptions": [ "", @@ -42528,6 +43819,7 @@ "", "", "", + "", "" ], "type": "string" @@ -42540,8 +43832,8 @@ "UNSPECIFIED" ], "enumDescriptions": [ - "Reserved resources will be optimized for BATCH workloads, such as ML training.", - "Reserved resources will be optimized for SERVING workloads, such as ML inference.", + "Reserved resources will be optimized for BATCH workloads, such as ML\ntraining.", + "Reserved resources will be optimized for SERVING workloads, such as ML\ninference.", "" ], "type": "string" @@ -42568,7 +43860,7 @@ "type": "integer" }, "acceleratorType": { - "description": "Full or partial URL to accelerator type. e.g. \"projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l\"", + "description": "Full or partial URL to accelerator type. e.g.\n\"projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l\"", "type": "string" } }, @@ -42662,7 +43954,7 @@ "format": "int64", "type": "string" }, - "description": "Per service utilization breakdown. The Key is the Google Cloud managed service name.", + "description": "Per service utilization breakdown. The Key is the Google Cloud managed\nservice name.", "type": "object" } }, @@ -42677,7 +43969,7 @@ "type": "string" }, "interface": { - "description": "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.", + "description": "Specifies the disk interface to use for attaching this disk, which is\neither SCSI or NVME. The default isSCSI.\nFor performance characteristics of SCSI over NVMe, seeLocal SSD performance.", "enum": [ "NVME", "SCSI" @@ -42692,7 +43984,7 @@ "type": "object" }, "AllocationSpecificSKUAllocationReservedInstanceProperties": { - "description": "Properties of the SKU instances being reserved. Next ID: 9", + "description": "Properties of the SKU instances being reserved.\nNext ID: 9", "id": "AllocationSpecificSKUAllocationReservedInstanceProperties", "properties": { "guestAccelerators": { @@ -42703,18 +43995,18 @@ "type": "array" }, "localSsds": { - "description": "Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.", + "description": "Specifies amount of local ssd to reserve with each instance. The type\nof disk is local-ssd.", "items": { "$ref": "AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk" }, "type": "array" }, "locationHint": { - "description": "An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.", + "description": "An opaque location hint used to place the allocation close to other\nresources.\nThis field is for use by internal tools that use the public API.", "type": "string" }, "machineType": { - "description": "Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.", + "description": "Specifies type of machine (name only) which has fixed number of vCPUs\nand fixed amount of memory. This also includes specifying custom\nmachine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.", "type": "string" }, "minCpuPlatform": { @@ -42725,7 +44017,7 @@ "type": "object" }, "AllocationSpecificSKUReservation": { - "description": "This reservation type allows to pre allocate specific instance configuration.", + "description": "This reservation type allows to pre allocate specific instance\n configuration.", "id": "AllocationSpecificSKUReservation", "properties": { "assuredCount": { @@ -42748,7 +44040,7 @@ "description": "The instance properties for the reservation." }, "sourceInstanceTemplate": { - "description": "Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate ", + "description": "Specifies the instance template to create the reservation. If you use\nthis field, you must exclude the instanceProperties field.\n\nThis field is optional, and it can be a full or partial URL. For example,\nthe following are all valid URLs to an instance template: \n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate\n - projects/project/global/instanceTemplates/instanceTemplate\n - global/instanceTemplates/instanceTemplate", "type": "string" } }, @@ -42759,7 +44051,7 @@ "id": "AttachedDisk", "properties": { "architecture": { - "description": "[Output Only] The architecture of the attached disk. Valid values are ARM64 or X86_64.", + "description": "[Output Only] The architecture of the attached disk. Valid values are ARM64\nor X86_64.", "enum": [ "ARCHITECTURE_UNSPECIFIED", "ARM64", @@ -42773,20 +44065,20 @@ "type": "string" }, "autoDelete": { - "description": "Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).", + "description": "Specifies whether the disk will be auto-deleted when the instance is\ndeleted (but not when the disk is detached from the instance).", "type": "boolean" }, "boot": { - "description": "Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.", + "description": "Indicates that this is a boot disk. The virtual machine will use the first\npartition of the disk for its root filesystem.", "type": "boolean" }, "deviceName": { - "description": "Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.", + "description": "Specifies a unique device name of your choice that is reflected into the/dev/disk/by-id/google-* tree of a Linux operating system\nrunning within the instance. This name can be used to reference the device\nfor mounting, resizing, and so on, from within the instance.\n\nIf not specified, the server chooses a default device name to apply to this\ndisk, in the form persistent-disk-x, where x is a number\nassigned by Google Compute Engine. This field is only applicable for\npersistent disks.", "type": "string" }, "diskEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Encrypts or decrypts a disk using a customer-supplied encryption key. If you are creating a new disk, this field encrypts the new disk using an encryption key that you provide. If you are attaching an existing disk that is already encrypted, this field decrypts the disk using the customer-supplied encryption key. If you encrypt a disk using a customer-supplied key, you must provide the same key again when you attempt to use this resource at a later time. For example, you must provide the key when you create a snapshot or an image from the disk or when you attach the disk to a virtual machine instance. If you do not provide an encryption key, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the disk later. Note: Instance templates do not store customer-supplied encryption keys, so you cannot use your own keys to encrypt disks in a managed instance group. You cannot create VMs that have disks with customer-supplied keys using the bulk insert method." + "description": "Encrypts or decrypts a disk using acustomer-supplied\nencryption key.\n\nIf you are creating a new disk, this field encrypts the new disk using\nan encryption key that you provide. If you are attaching an existing\ndisk that is already encrypted, this field decrypts the disk using\nthe customer-supplied encryption key.\n\nIf you encrypt a disk using a customer-supplied key, you must provide the\nsame key again when you attempt to use this resource at a later time. For\nexample, you must provide the key when you create a snapshot or an image\nfrom the disk or when you attach the disk to a virtual machine instance.\n\nIf you do not provide an encryption key, then the disk will be encrypted\nusing an automatically generated key and you do not need to provide a key\nto use the disk later.\n\nNote:\n\nInstance templates do not storecustomer-supplied\nencryption keys, so you cannot use your own keys to encrypt disks in amanaged instance group.\n\nYou cannot create VMs that have disks with customer-supplied keys using\nthe bulk\ninsert method." }, "diskSizeGb": { "description": "The size of the disk in GB.", @@ -42794,27 +44086,27 @@ "type": "string" }, "forceAttach": { - "description": "[Input Only] Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.", + "description": "[Input Only] Whether to force attach the regional disk even if it's\ncurrently attached to another instance. If you try to force attach a zonal\ndisk to an instance, you will receive an error.", "type": "boolean" }, "guestOsFeatures": { - "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.", + "description": "A list of features to enable on the guest operating system. Applicable\nonly for bootable images. Read\nEnabling guest operating system features to see a list of available\noptions.", "items": { "$ref": "GuestOsFeature" }, "type": "array" }, "index": { - "description": "[Output Only] A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.", + "description": "[Output Only] A zero-based index to this disk, where 0 is reserved for the\nboot disk. If you have many disks attached to an instance, each\ndisk would have a unique index number.", "format": "int32", "type": "integer" }, "initializeParams": { "$ref": "AttachedDiskInitializeParams", - "description": "[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both." + "description": "[Input Only] Specifies the parameters for a new disk that will be created\nalongside the new instance. Use initialization parameters to create boot\ndisks or local SSDs attached to the new instance.\n\nThis property is mutually exclusive with the source property;\nyou can only define one or the other, but not both." }, "interface": { - "description": "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks.", + "description": "Specifies the disk interface to use for attaching this disk, which is\neither SCSI or NVME. For most machine types, the\ndefault is SCSI. Local SSDs can use either NVME or SCSI.\nIn certain configurations, persistent disks can use NVMe. For more\ninformation, seeAbout\npersistent disks.", "enum": [ "NVME", "SCSI" @@ -42827,7 +44119,7 @@ }, "kind": { "default": "compute#attachedDisk", - "description": "[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.", + "description": "[Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.", "type": "string" }, "licenses": { @@ -42838,19 +44130,19 @@ "type": "array" }, "mode": { - "description": "The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.", + "description": "The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the disk\nin READ_WRITE mode.", "enum": [ "READ_ONLY", "READ_WRITE" ], "enumDescriptions": [ - "Attaches this disk in read-only mode. Multiple virtual machines can use a disk in read-only mode at a time.", - "*[Default]* Attaches this disk in read-write mode. Only one virtual machine at a time can be attached to a disk in read-write mode." + "Attaches this disk in read-only mode. Multiple virtual machines can use\na disk in read-only mode at a time.", + "*[Default]* Attaches this disk in read-write mode. Only one\nvirtual machine at a time can be attached to a disk in read-write mode." ], "type": "string" }, "savedState": { - "description": "For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.", + "description": "For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this\nfield is set to PRESERVED if the LocalSSD data has been saved\nto a persistent location by customer request. (see the\ndiscard_local_ssd option on Stop/Suspend).\nRead-only in the api.", "enum": [ "DISK_SAVED_STATE_UNSPECIFIED", "PRESERVED" @@ -42866,11 +44158,11 @@ "description": "[Output Only] shielded vm initial state stored on disk" }, "source": { - "description": "Specifies a valid partial or full URL to an existing Persistent Disk resource. When creating a new instance boot disk, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required. If desired, you can also attach existing non-root persistent disks using this property. This field is only applicable for persistent disks. Note that for InstanceTemplate, specify the disk name for zonal disk, and the URL for regional disk.", + "description": "Specifies a valid partial or full URL to an existing Persistent Disk\nresource. When creating a new instance boot disk, one ofinitializeParams.sourceImage orinitializeParams.sourceSnapshot or disks.source\nis required.\n\nIf desired, you can also attach existing non-root persistent disks using\nthis property. This field is only applicable for persistent disks.\n\nNote that for InstanceTemplate, specify the disk name for zonal disk,\nand the URL for regional disk.", "type": "string" }, "type": { - "description": "Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT.", + "description": "Specifies the type of the disk, either SCRATCH orPERSISTENT. If not specified, the default isPERSISTENT.", "enum": [ "PERSISTENT", "SCRATCH" @@ -42885,11 +44177,11 @@ "type": "object" }, "AttachedDiskInitializeParams": { - "description": "[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This field is persisted and returned for instanceTemplate and not returned in the context of instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.", + "description": "[Input Only] Specifies the parameters for a new disk that will be created\nalongside the new instance. Use initialization parameters to create boot\ndisks or local SSDs attached to the new instance.\n\nThis field is persisted and returned for instanceTemplate and not returned\nin the context of instance.\n\nThis property is mutually exclusive with the source property;\nyou can only define one or the other, but not both.", "id": "AttachedDiskInitializeParams", "properties": { "architecture": { - "description": "The architecture of the attached disk. Valid values are arm64 or x86_64.", + "description": "The architecture of the attached disk. Valid values are\narm64 or x86_64.", "enum": [ "ARCHITECTURE_UNSPECIFIED", "ARM64", @@ -42907,16 +44199,16 @@ "type": "string" }, "diskName": { - "description": "Specifies the disk name. If not specified, the default is to use the name of the instance. If a disk with the same name already exists in the given region, the existing disk is attached to the new instance and the new disk is not created.", + "description": "Specifies the disk name. If not specified, the default is to use the name\nof the instance. If a disk with the same name already exists in the given\nregion, the existing disk is attached to the new instance and the\nnew disk is not created.", "type": "string" }, "diskSizeGb": { - "description": "Specifies the size of the disk in base-2 GB. The size must be at least 10 GB. If you specify a sourceImage, which is required for boot disks, the default size is the size of the sourceImage. If you do not specify a sourceImage, the default disk size is 500 GB.", + "description": "Specifies the size of the disk in base-2 GB. The size must be at least\n10 GB. If you specify a sourceImage, which is required for\nboot disks, the default size is the size of the sourceImage.\nIf you do not specify a sourceImage, the default disk size\nis 500 GB.", "format": "int64", "type": "string" }, "diskType": { - "description": "Specifies the disk type to use to create the instance. If not specified, the default is pd-standard, specified using the full URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone /diskTypes/pd-standard For a full list of acceptable values, see Persistent disk types. If you specify this field when creating a VM, you can provide either the full or partial URL. For example, the following values are valid: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /diskTypes/diskType - projects/project/zones/zone/diskTypes/diskType - zones/zone/diskTypes/diskType If you specify this field when creating or updating an instance template or all-instances configuration, specify the type of the disk, not the URL. For example: pd-standard.", + "description": "Specifies the disk type to use to create the instance. If not specified,\nthe default is pd-standard, specified using the full URL.\nFor example:\n\nhttps://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/pd-standard\n\n\nFor a full list of acceptable values, seePersistent disk\ntypes. If you specify this field when creating a VM, you can provide\neither the full or partial URL. For example, the following values are\nvalid:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/diskType \n - projects/project/zones/zone/diskTypes/diskType \n - zones/zone/diskTypes/diskType\n\n\nIf you specify this field when creating or updating an instance template\nor all-instances configuration, specify the type of the disk, not the\nURL. For example: pd-standard.", "type": "string" }, "enableConfidentialCompute": { @@ -42927,7 +44219,7 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.", + "description": "Labels to apply to this disk. These can be later modified by thedisks.setLabels method. This field is only applicable for\npersistent disks.", "type": "object" }, "licenses": { @@ -42938,7 +44230,7 @@ "type": "array" }, "onUpdateAction": { - "description": "Specifies which action to take on instance update with this disk. Default is to use the existing disk.", + "description": "Specifies which action to take on instance update with this disk. Default\nis to use the existing disk.", "enum": [ "RECREATE_DISK", "RECREATE_DISK_IF_SOURCE_CHANGED", @@ -42946,23 +44238,23 @@ ], "enumDescriptions": [ "Always recreate the disk.", - "Recreate the disk if source (image, snapshot) of this disk is different from source of existing disk.", + "Recreate the disk if source (image, snapshot) of this disk is different\nfrom source of existing disk.", "Use the existing disk, this is the default behaviour." ], "type": "string" }, "provisionedIops": { - "description": "Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. For more details, see the Extreme persistent disk documentation.", + "description": "Indicates how many IOPS to provision for the disk. This sets the number\nof I/O operations per second that the disk can handle. Values must be\nbetween 10,000 and 120,000. For more details, see theExtreme persistent\ndisk documentation.", "format": "int64", "type": "string" }, "provisionedThroughput": { - "description": "Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must greater than or equal to 1.", + "description": "Indicates how much throughput to provision for the disk. This sets the\nnumber of throughput mb per second that the disk can handle. Values must\ngreater than or equal to 1.", "format": "int64", "type": "string" }, "replicaZones": { - "description": "Required for each regional disk associated with the instance. Specify the URLs of the zones where the disk should be replicated to. You must provide exactly two replica zones, and one zone must be the same as the instance zone.", + "description": "Required for each regional disk associated with the instance. Specify\nthe URLs of the zones where the disk should be replicated to.\nYou must provide exactly two replica zones, and one zone must be the same\nas the instance zone.", "items": { "type": "string" }, @@ -42972,41 +44264,41 @@ "additionalProperties": { "type": "string" }, - "description": "Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.", + "description": "Resource manager tags to be bound to the disk. Tag keys and values\nhave the same definition as resource\nmanager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and\nvalues are in the format `tagValues/456`. The field is ignored (both PUT\n& PATCH) when empty.", "type": "object" }, "resourcePolicies": { - "description": "Resource policies applied to this disk for automatic snapshot creations. Specified using the full or partial URL. For instance template, specify only the resource policy name.", + "description": "Resource policies applied to this disk for automatic snapshot creations.\nSpecified using the full or partial URL. For instance template, specify\nonly the resource policy name.", "items": { "type": "string" }, "type": "array" }, "sourceImage": { - "description": "The source image to create this disk. When creating a new instance boot disk, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-9 to use the latest Debian 9 image: projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk with a custom image that you created, specify the image name in the following format: global/images/my-custom-image You can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name: global/images/family/my-image-family If the source image is deleted later, this field will not be set.", + "description": "The source image to create this disk. When creating a new instance boot\ndisk, one of initializeParams.sourceImage orinitializeParams.sourceSnapshot or disks.source\nis required.\n\nTo create a disk with one of the public operating system\nimages, specify the image by its family name. For example, specifyfamily/debian-9 to use the latest Debian 9 image:\n\nprojects/debian-cloud/global/images/family/debian-9\n\n\nAlternatively, use a specific version of a public operating system image:\n\nprojects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD\n\n\nTo create a disk with a custom image that you created, specify the\nimage name in the following format:\n\nglobal/images/my-custom-image\n\n\nYou can also specify a custom image by its image family, which returns\nthe latest version of the image in that family. Replace the image name\nwith family/family-name:\n\nglobal/images/family/my-image-family\n\n\nIf the source image is deleted later, this field will not be set.", "type": "string" }, "sourceImageEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. InstanceTemplate and InstancePropertiesPatch do not store customer-supplied encryption keys, so you cannot create disks for instances in a managed instance group if the source images are encrypted with your own keys." + "description": "Thecustomer-supplied\nencryption key of the source image. Required if the source image is\nprotected by a customer-supplied encryption key.\n\nInstanceTemplate and InstancePropertiesPatch do not storecustomer-supplied\nencryption keys, so you cannot create disks for instances in a managed instance group if the\nsource images are encrypted with your own keys." }, "sourceSnapshot": { - "description": "The source snapshot to create this disk. When creating a new instance boot disk, one of initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.source is required. To create a disk with a snapshot that you created, specify the snapshot name in the following format: global/snapshots/my-backup If the source snapshot is deleted later, this field will not be set. Note: You cannot create VMs in bulk using a snapshot as the source. Use an image instead when you create VMs using the bulk insert method.", + "description": "The source snapshot to create this disk. When creating a new instance\nboot disk, one of initializeParams.sourceSnapshot orinitializeParams.sourceImage or disks.source\nis required.\n\nTo create a disk with a snapshot that you created, specify the\nsnapshot name in the following format:\n\nglobal/snapshots/my-backup\n\n\nIf the source snapshot is deleted later, this field will not be set.\n\nNote: You cannot create VMs in bulk using a snapshot as the source. Use\nan image instead when you create VMs using\nthe bulk\ninsert method.", "type": "string" }, "sourceSnapshotEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source snapshot." + "description": "Thecustomer-supplied\nencryption key of the source snapshot." }, "storagePool": { - "description": "The storage pool in which the new disk is created. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /storagePools/storagePool - projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool ", + "description": "The storage pool in which the new disk is created. You can provide\nthis as a partial or full URL to the resource. For example, the following\nare valid values:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/storagePools/storagePool\n - projects/project/zones/zone/storagePools/storagePool \n - zones/zone/storagePools/storagePool", "type": "string" } }, "type": "object" }, "AuditConfig": { - "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.", + "description": "Specifies the audit configuration for a service.\nThe configuration determines which permission types are logged, and what\nidentities, if any, are exempted from logging.\nAn AuditConfig must have one or more AuditLogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific service,\nthe union of the two AuditConfigs is used for that service: the log_types\nspecified in each AuditConfig are enabled, and the exempted_members in each\nAuditLogConfig are exempted.\n\nExample Policy with multiple AuditConfigs:\n\n {\n \"audit_configs\": [\n {\n \"service\": \"allServices\",\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n \"exempted_members\": [\n \"user:jose@example.com\"\n ]\n },\n {\n \"log_type\": \"DATA_WRITE\"\n },\n {\n \"log_type\": \"ADMIN_READ\"\n }\n ]\n },\n {\n \"service\": \"sampleservice.googleapis.com\",\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\"\n },\n {\n \"log_type\": \"DATA_WRITE\",\n \"exempted_members\": [\n \"user:aliya@example.com\"\n ]\n }\n ]\n }\n ]\n }\n\nFor sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ\nlogging. It also exempts `jose@example.com` from DATA_READ logging, and\n`aliya@example.com` from DATA_WRITE logging.", "id": "AuditConfig", "properties": { "auditLogConfigs": { @@ -43017,18 +44309,18 @@ "type": "array" }, "service": { - "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.", + "description": "Specifies a service that will be enabled for audit logging.\nFor example, `storage.googleapis.com`, `cloudsql.googleapis.com`.\n`allServices` is a special value that covers all services.", "type": "string" } }, "type": "object" }, "AuditLogConfig": { - "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.", + "description": "Provides the configuration for logging a type of permissions.\nExample:\n\n {\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n \"exempted_members\": [\n \"user:jose@example.com\"\n ]\n },\n {\n \"log_type\": \"DATA_WRITE\"\n }\n ]\n }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting\njose@example.com from DATA_READ logging.", "id": "AuditLogConfig", "properties": { "exemptedMembers": { - "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.", + "description": "Specifies the identities that do not cause logging for this type of\npermission.\nFollows the same format of Binding.members.", "items": { "type": "string" }, @@ -43054,29 +44346,29 @@ "type": "object" }, "Autoscaler": { - "description": "Represents an Autoscaler resource. Google Compute Engine has two Autoscaler resources: * [Zonal](/compute/docs/reference/rest/v1/autoscalers) * [Regional](/compute/docs/reference/rest/v1/regionAutoscalers) Use autoscalers to automatically add or delete instances from a managed instance group according to your defined autoscaling policy. For more information, read Autoscaling Groups of Instances. For zonal managed instance groups resource, use the autoscaler resource. For regional managed instance groups, use the regionAutoscalers resource.", + "description": "Represents an Autoscaler resource.\n\nGoogle Compute Engine has two Autoscaler resources:\n\n* [Zonal](/compute/docs/reference/rest/v1/autoscalers)\n* [Regional](/compute/docs/reference/rest/v1/regionAutoscalers)\n\nUse autoscalers to automatically add or delete instances from a\nmanaged instance group according to your defined autoscaling policy.\nFor more information, read Autoscaling Groups of Instances.\n\nFor zonal managed instance groups resource, use the autoscaler\nresource.\n\nFor regional managed instance groups, use theregionAutoscalers resource.", "id": "Autoscaler", "properties": { "autoscalingPolicy": { "$ref": "AutoscalingPolicy", - "description": "The configuration parameters for the autoscaling algorithm. You can define one or more signals for an autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization. If none of these are specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%." + "description": "The configuration parameters for the autoscaling algorithm. You can define\none or more signals for an autoscaler: cpuUtilization,customMetricUtilizations, andloadBalancingUtilization.\n\nIf none of these are specified, the default will be to autoscale based oncpuUtilization to 0.6 or 60%." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#autoscaler", - "description": "[Output Only] Type of the resource. Always compute#autoscaler for autoscalers.", + "description": "[Output Only] Type of the resource. Always compute#autoscaler\nfor autoscalers.", "type": "string" }, "name": { @@ -43085,17 +44377,17 @@ "compute.autoscalers.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "recommendedSize": { - "description": "[Output Only] Target recommended MIG size (number of instances) computed by autoscaler. Autoscaler calculates the recommended MIG size even when the autoscaling policy mode is different from ON. This field is empty when autoscaler is not connected to an existing managed instance group or autoscaler did not generate its prediction.", + "description": "[Output Only] Target recommended MIG size (number of instances) computed by\nautoscaler. Autoscaler calculates the recommended MIG size even when the\nautoscaling policy mode is different from ON. This field is empty when\nautoscaler is not connected to an existing managed instance group or\nautoscaler did not generate its prediction.", "format": "int32", "type": "integer" }, "region": { - "description": "[Output Only] URL of the region where the instance group resides (for autoscalers living in regional scope).", + "description": "[Output Only] URL of theregion\nwhere the instance group resides (for autoscalers living in regional\nscope).", "type": "string" }, "scalingScheduleStatus": { @@ -43110,7 +44402,7 @@ "type": "string" }, "status": { - "description": "[Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being deleted. - ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails field. - ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails field. New values might be added in the future.", + "description": "[Output Only] The status of the autoscaler configuration. Current set of\npossible values:\n \n - PENDING:\n Autoscaler backend hasn't read new/updated configuration.\n - DELETING:\n Configuration is being deleted.\n - ACTIVE:\n Configuration is acknowledged to be effective. Some warnings might\n be present in the statusDetails field.\n - ERROR:\n Configuration has errors. Actionable for users. Details are present in\n the statusDetails field.\n\n\nNew values might be added in the future.", "enum": [ "ACTIVE", "DELETING", @@ -43126,18 +44418,18 @@ "type": "string" }, "statusDetails": { - "description": "[Output Only] Human-readable details about the current state of the autoscaler. Read the documentation for Commonly returned status messages for examples of status messages you might encounter.", + "description": "[Output Only] Human-readable details about the current state of the\nautoscaler. Read the documentation forCommonly\nreturned status messages for examples of status messages you might\nencounter.", "items": { "$ref": "AutoscalerStatusDetails" }, "type": "array" }, "target": { - "description": "URL of the managed instance group that this autoscaler will scale. This field is required when creating an autoscaler.", + "description": "URL of the managed instance group that this autoscaler will scale. This\nfield is required when creating an autoscaler.", "type": "string" }, "zone": { - "description": "[Output Only] URL of the zone where the instance group resides (for autoscalers living in zonal scope).", + "description": "[Output Only] URL of thezone\nwhere the instance group resides (for autoscalers living in zonal scope).", "type": "string" } }, @@ -43160,11 +44452,11 @@ }, "kind": { "default": "compute#autoscalerAggregatedList", - "description": "[Output Only] Type of resource. Always compute#autoscalerAggregatedList for aggregated lists of autoscalers.", + "description": "[Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of\nautoscalers.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -43172,7 +44464,7 @@ "type": "string" }, "unreachables": { - "description": "[Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder", + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", "items": { "type": "string" }, @@ -43182,7 +44474,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -43246,44 +44538,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -43322,11 +44614,11 @@ }, "kind": { "default": "compute#autoscalerList", - "description": "[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.", + "description": "[Output Only] Type of resource. Always compute#autoscalerList\nfor lists of autoscalers.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -43337,7 +44629,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -43401,44 +44693,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -43468,7 +44760,7 @@ "type": "string" }, "type": { - "description": "The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the \"Autoscale only out\" mode. The autoscaler can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values might be added in the future. Some of the values might not be available in all API versions.", + "description": "The type of error, warning, or notice returned. Current set of possible\nvalues:\n \n - ALL_INSTANCES_UNHEALTHY (WARNING):\n All instances in the instance group are unhealthy (not in RUNNING\n state).\n - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR):\n There is no backend service attached to the instance group.\n - CAPPED_AT_MAX_NUM_REPLICAS (WARNING):\n Autoscaler recommends a size greater than maxNumReplicas.\n - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING):\n The custom metric samples are not exported often enough to be\n a credible base for autoscaling.\n - CUSTOM_METRIC_INVALID (ERROR):\n The custom metric that was specified does not exist or does not have\n the necessary labels.\n - MIN_EQUALS_MAX (WARNING):\n The minNumReplicas is equal to maxNumReplicas. This means the\n autoscaler cannot add or remove instances from the instance group.\n - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING):\n The autoscaler did not receive any data from the custom metric\n configured for autoscaling.\n - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING):\n The autoscaler is configured to scale based on a load balancing signal\n but the instance group has not received any requests from the load\n balancer.\n - MODE_OFF (WARNING):\n Autoscaling is turned off. The number of instances in the group won't\n change automatically. The autoscaling configuration is preserved.\n - MODE_ONLY_UP (WARNING):\n Autoscaling is in the \"Autoscale only out\" mode. The autoscaler can add\n instances but not remove any.\n - MORE_THAN_ONE_BACKEND_SERVICE (ERROR):\n The instance group cannot be autoscaled because it has more than one\n backend service attached to it.\n - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR):\n There is insufficient quota for the necessary resources, such as CPU or\n number of instances.\n - REGION_RESOURCE_STOCKOUT (ERROR):\n Shown only for regional autoscalers: there is a resource stockout in\n the chosen region.\n - SCALING_TARGET_DOES_NOT_EXIST (ERROR):\n The target to be scaled does not exist.\n - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION\n (ERROR): Autoscaling does not work with an HTTP/S load balancer that\n has been configured for maxRate.\n - ZONE_RESOURCE_STOCKOUT (ERROR):\n For zonal autoscalers: there is a resource stockout in the chosen zone.\n For regional autoscalers: in at least one of the zones you're using\n there is a resource stockout.\n\n\nNew values might be added in the future. Some of the values might not be\navailable in all API versions.", "enum": [ "ALL_INSTANCES_UNHEALTHY", "BACKEND_SERVICE_DOES_NOT_EXIST", @@ -43495,23 +44787,23 @@ "All instances in the instance group are unhealthy (not in RUNNING state).", "There is no backend service attached to the instance group.", "Autoscaler recommends a size greater than maxNumReplicas.", - "The custom metric samples are not exported often enough to be a credible base for autoscaling.", - "The custom metric that was specified does not exist or does not have the necessary labels.", - "The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group.", - "The autoscaler did not receive any data from the custom metric configured for autoscaling.", - "The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer.", - "Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved.", - "Autoscaling is in the \"Autoscale only scale out\" mode. Instances in the group will be only added.", - "Autoscaling is in the \"Autoscale only out\" mode. Instances in the group will be only added.", - "The instance group cannot be autoscaled because it has more than one backend service attached to it.", - "There is insufficient quota for the necessary resources, such as CPU or number of instances.", - "Showed only for regional autoscalers: there is a resource stockout in the chosen region.", + "The custom metric samples are not exported often enough to be a credible\nbase for autoscaling.", + "The custom metric that was specified does not exist or does not have the\nnecessary labels.", + "The minNumReplicas is equal to maxNumReplicas. This means the autoscaler\ncannot add or remove instances from the instance group.", + "The autoscaler did not receive any data from the custom metric configured\nfor autoscaling.", + "The autoscaler is configured to scale based on a load balancing signal\nbut the instance group has not received any requests from the load\nbalancer.", + "Autoscaling is turned off. The number of instances in the group won't\nchange automatically. The autoscaling configuration is preserved.", + "Autoscaling is in the \"Autoscale only scale out\" mode.\nInstances in the group will be only added.", + "Autoscaling is in the \"Autoscale only out\" mode. Instances in the group\nwill be only added.", + "The instance group cannot be autoscaled because it has more than one\nbackend service attached to it.", + "There is insufficient quota for the necessary resources, such as CPU or\nnumber of instances.", + "Showed only for regional autoscalers: there is a resource stockout in\nthe chosen region.", "The target to be scaled does not exist.", - "For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances.", - "For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances.", + "For some scaling schedules minRequiredReplicas is greater than\nmaxNumReplicas. Autoscaler always recommends at most maxNumReplicas\ninstances.", + "For some scaling schedules minRequiredReplicas is less than\nminNumReplicas. Autoscaler always recommends at least minNumReplicas\ninstances.", "", - "Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate.", - "For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout." + "Autoscaling does not work with an HTTP/S load balancer that has been\nconfigured for maxRate.", + "For zonal autoscalers: there is a resource stockout in the chosen zone.\nFor regional autoscalers: in at least one of the zones you're using there\nis a resource stockout." ], "type": "string" } @@ -43529,10 +44821,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of autoscalers\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -43596,44 +44888,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -43660,13 +44952,13 @@ "id": "AutoscalingPolicy", "properties": { "coolDownPeriodSec": { - "description": "The number of seconds that your application takes to initialize on a VM instance. This is referred to as the [initialization period](/compute/docs/autoscaler#cool_down_period). Specifying an accurate initialization period improves autoscaler decisions. For example, when scaling out, the autoscaler ignores data from VMs that are still initializing because those VMs might not yet represent normal usage of your application. The default initialization period is 60 seconds. Initialization periods might vary because of numerous factors. We recommend that you test how long your application takes to initialize. To do this, create a VM and time your application's startup process.", + "description": "The number of seconds that your application takes to initialize on a VM\ninstance. This is referred to as the\n[initialization period](/compute/docs/autoscaler#cool_down_period).\nSpecifying an accurate initialization period improves\nautoscaler decisions. For example, when scaling out, the autoscaler ignores\ndata from VMs that are still initializing because those VMs might not yet\nrepresent normal usage of your application. The default initialization\nperiod is 60 seconds.\n\nInitialization periods might vary because of numerous\nfactors. We recommend that you test how long your application takes to\ninitialize. To do this, create a VM and time your application's startup\nprocess.", "format": "int32", "type": "integer" }, "cpuUtilization": { "$ref": "AutoscalingPolicyCpuUtilization", - "description": "Defines the CPU utilization policy that allows the autoscaler to scale based on the average CPU utilization of a managed instance group." + "description": "Defines the CPU utilization policy that allows the autoscaler to scale\nbased on the average CPU utilization of a managed instance group." }, "customMetricUtilizations": { "description": "Configuration parameters of autoscaling based on a custom metric.", @@ -43680,17 +44972,17 @@ "description": "Configuration parameters of autoscaling based on load balancer." }, "maxNumReplicas": { - "description": "The maximum number of instances that the autoscaler can scale out to. This is required when creating or updating an autoscaler. The maximum number of replicas must not be lower than minimal number of replicas.", + "description": "The maximum number of instances that the autoscaler can scale out to. This\nis required when creating or updating an autoscaler. The maximum number\nof replicas must not be lower than minimal number of replicas.", "format": "int32", "type": "integer" }, "minNumReplicas": { - "description": "The minimum number of replicas that the autoscaler can scale in to. This cannot be less than 0. If not provided, autoscaler chooses a default value depending on maximum number of instances allowed.", + "description": "The minimum number of replicas that the autoscaler can scale in to.\nThis cannot be less than 0. If not provided, autoscaler chooses a\ndefault value depending on maximum number of instances allowed.", "format": "int32", "type": "integer" }, "mode": { - "description": "Defines the operating mode for this policy. The following modes are available: - OFF: Disables the autoscaler but maintains its configuration. - ONLY_SCALE_OUT: Restricts the autoscaler to add VM instances only. - ON: Enables all autoscaler activities according to its policy. For more information, see \"Turning off or restricting an autoscaler\"", + "description": "Defines the operating mode for this policy.\nThe following modes are available:\n \n - OFF: Disables the autoscaler but maintains its\n configuration.\n - ONLY_SCALE_OUT: Restricts the autoscaler to add\n VM instances only.\n - ON: Enables all autoscaler activities according to its\n policy.\n\n\nFor more information, see \n\"Turning off or restricting an autoscaler\"", "enum": [ "OFF", "ON", @@ -43698,10 +44990,10 @@ "ONLY_UP" ], "enumDescriptions": [ - "Do not automatically scale the MIG in or out. The recommended_size field contains the size of MIG that would be set if the actuation mode was enabled.", + "Do not automatically scale the MIG in or out.\nThe recommended_size field contains the size of MIG that would be set if\nthe actuation mode was enabled.", "Automatically scale the MIG in and out according to the policy.", - "Automatically create VMs according to the policy, but do not scale the MIG in.", - "Automatically create VMs according to the policy, but do not scale the MIG in." + "Automatically create VMs according to the policy, but do not scale\nthe MIG in.", + "Automatically create VMs according to the policy, but do not scale\nthe MIG in." ], "type": "string" }, @@ -43712,7 +45004,7 @@ "additionalProperties": { "$ref": "AutoscalingPolicyScalingSchedule" }, - "description": "Scaling schedules defined for an autoscaler. Multiple schedules can be set on an autoscaler, and they can overlap. During overlapping periods the greatest min_required_replicas of all scaling schedules is applied. Up to 128 scaling schedules are allowed.", + "description": "Scaling schedules defined for an autoscaler. Multiple schedules\ncan be set on an autoscaler, and they can overlap. During overlapping\nperiods the greatest min_required_replicas of all scaling schedules is\napplied. Up to 128 scaling schedules are allowed.", "type": "object" } }, @@ -43723,19 +45015,19 @@ "id": "AutoscalingPolicyCpuUtilization", "properties": { "predictiveMethod": { - "description": "Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.", + "description": "Indicates whether predictive autoscaling based on CPU metric is enabled.\nValid values are:\n\n* NONE (default). No predictive method is used. The autoscaler scales the\ngroup to meet current demand based on real-time metrics.\n* OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by\nmonitoring daily and weekly load patterns and scaling out ahead of\nanticipated demand.", "enum": [ "NONE", "OPTIMIZE_AVAILABILITY" ], "enumDescriptions": [ - "No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics", - "Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand." + "No predictive method is used. The autoscaler scales the group to meet\ncurrent demand based on real-time metrics", + "Predictive autoscaling improves availability by monitoring daily and\nweekly load patterns and scaling out ahead of anticipated demand." ], "type": "string" }, "utilizationTarget": { - "description": "The target CPU utilization that the autoscaler maintains. Must be a float value in the range (0, 1]. If not specified, the default is 0.6. If the CPU level is below the target utilization, the autoscaler scales in the number of instances until it reaches the minimum number of instances you specified or until the average CPU of your instances reaches the target utilization. If the average CPU is above the target utilization, the autoscaler scales out until it reaches the maximum number of instances you specified or until the average utilization reaches the target utilization.", + "description": "The target CPU utilization that the autoscaler maintains. Must be\na float value in the range (0, 1]. If not specified, the default is0.6.\n\nIf the CPU level is below the target utilization, the autoscaler scales\nin the number of instances until it reaches the minimum number of\ninstances you specified or until the average CPU of your instances\nreaches the target utilization.\n\nIf the average CPU is above the target utilization, the autoscaler\nscales out until it reaches the maximum number of instances you\nspecified or until the average utilization reaches the target\nutilization.", "format": "double", "type": "number" } @@ -43747,34 +45039,34 @@ "id": "AutoscalingPolicyCustomMetricUtilization", "properties": { "filter": { - "description": "A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API call. This filter is used to select a specific TimeSeries for the purpose of autoscaling and to determine whether the metric is exporting per-instance or per-group data. For the filter to be valid for autoscaling purposes, the following rules apply: - You can only use the AND operator for joining selectors. - You can only use direct equality comparison operator (=) without any functions for each selector. - You can specify the metric in both the filter string and in the metric field. However, if specified in both places, the metric must be identical. - The monitored resource type determines what kind of values are expected for the metric. If it is a gce_instance, the autoscaler expects the metric to include a separate TimeSeries for each instance in a group. In such a case, you cannot filter on resource labels. If the resource type is any other value, the autoscaler expects this metric to contain values that apply to the entire autoscaled instance group and resource label filtering can be performed to point autoscaler at the correct TimeSeries to scale upon. This is called a *per-group metric* for the purpose of autoscaling. If not specified, the type defaults to gce_instance. Try to provide a filter that is selective enough to pick just one TimeSeries for the autoscaled group or for each of the instances (if you are using gce_instance resource type). If multiple TimeSeries are returned upon the query execution, the autoscaler will sum their respective values to obtain its scaling value.", + "description": "A filter string, compatible with a Stackdriver Monitoringfilter string forTimeSeries.list API call. This filter is\nused to select a specific TimeSeries for the purpose of autoscaling and\nto determine whether the metric is exporting per-instance or\nper-group data.\n\nFor the filter to be valid for autoscaling purposes, the following rules\napply:\n \n \n - You can only use the AND operator for joining\n selectors.\n - You can only use direct equality comparison operator\n (=) without any functions for each selector.\n - You can specify the metric in both the filter string and in the\n metric field. However, if specified in both places, the metric must\n be identical.\n - The monitored resource type\n determines what kind of values are expected for the metric. If it is\n a gce_instance, the autoscaler expects the metric to\n include a separate TimeSeries for each instance in a group. In such a\n case, you cannot filter on resource labels.\n \n \n If the resource type is any other value, the autoscaler expects\n this metric to contain values that apply to the entire autoscaled\n instance group and resource label filtering can be performed to\n point autoscaler at the correct TimeSeries to scale upon. This is\n called a *per-group metric* for the purpose of autoscaling.\n \n If not specified, the type defaults to\n gce_instance.\n\n\n\nTry to provide a filter that is selective enough to pick just one\nTimeSeries for the autoscaled group or for each of the instances (if you\nare using gce_instance resource type). If multiple\nTimeSeries are returned upon the query execution, the autoscaler will sum\ntheir respective values to obtain its scaling value.", "type": "string" }, "metric": { - "description": "The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative values. The metric must have a value type of INT64 or DOUBLE.", + "description": "The identifier (type) of the Stackdriver Monitoring metric. The metric\ncannot have negative values.\n\nThe metric must have a value type of INT64 orDOUBLE.", "type": "string" }, "singleInstanceAssignment": { - "description": "If scaling is based on a per-group metric value that represents the total amount of work to be done or resource usage, set this value to an amount assigned for a single instance of the scaled group. Autoscaler keeps the number of instances proportional to the value of this metric. The metric itself does not change value due to group resizing. A good metric to use with the target is for example pubsub.googleapis.com/subscription/num_undelivered_messages or a custom metric exporting the total number of requests coming to your instances. A bad example would be a metric exporting an average or median latency, since this value can't include a chunk assignable to a single instance, it could be better used with utilization_target instead.", + "description": "If scaling is based on a per-group metric value that represents the\ntotal amount of work to be done or resource usage, set this value to an\namount assigned for a single instance of the scaled group. Autoscaler\nkeeps the number of instances proportional to the value of this\nmetric. The metric itself does not change value due to group\nresizing.\n\nA good metric to use with the target is for examplepubsub.googleapis.com/subscription/num_undelivered_messages\nor a custom metric exporting the total number of requests coming to\nyour instances.\n\nA bad example would be a metric exporting an average or median latency,\nsince this value can't include a chunk assignable to a single instance,\nit could be better used with utilization_target instead.", "format": "double", "type": "number" }, "utilizationTarget": { - "description": "The target value of the metric that autoscaler maintains. This must be a positive value. A utilization metric scales number of virtual machines handling requests to increase or decrease proportionally to the metric. For example, a good metric to use as a utilization_target is https://www.googleapis.com/compute/v1/instance/network/received_bytes_count. The autoscaler works to keep this value constant for each of the instances.", + "description": "The target value of the metric that autoscaler maintains. This\nmust be a positive value. A utilization metric scales number of\nvirtual machines handling requests to increase or decrease\nproportionally to the metric.\n\nFor example, a good metric to use as a utilization_target ishttps://www.googleapis.com/compute/v1/instance/network/received_bytes_count.\nThe autoscaler works to keep this value constant for each of the\ninstances.", "format": "double", "type": "number" }, "utilizationTargetType": { - "description": "Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.", + "description": "Defines how target utilization value is expressed for a Stackdriver\nMonitoring metric. Either GAUGE,DELTA_PER_SECOND, or DELTA_PER_MINUTE.", "enum": [ "DELTA_PER_MINUTE", "DELTA_PER_SECOND", "GAUGE" ], "enumDescriptions": [ - "Sets the utilization target value for a cumulative or delta metric, expressed as the rate of growth per minute.", - "Sets the utilization target value for a cumulative or delta metric, expressed as the rate of growth per second.", - "Sets the utilization target value for a gauge metric. The autoscaler will collect the average utilization of the virtual machines from the last couple of minutes, and compare the value to the utilization target value to perform autoscaling." + "Sets the utilization target value for a cumulative or delta metric,\nexpressed as the rate of growth per minute.", + "Sets the utilization target value for a cumulative or delta metric,\nexpressed as the rate of growth per second.", + "Sets the utilization target value for a gauge metric. The autoscaler\nwill collect the average utilization of the virtual machines from the\nlast couple of minutes, and compare the value to the utilization\ntarget value to perform autoscaling." ], "type": "string" } @@ -43786,7 +45078,7 @@ "id": "AutoscalingPolicyLoadBalancingUtilization", "properties": { "utilizationTarget": { - "description": "Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains. Must be a positive float value. If not defined, the default is 0.8.", + "description": "Fraction of backend capacity utilization (set in HTTP(S) load balancing\nconfiguration) that the autoscaler maintains. Must be a positive float\nvalue. If not defined, the default is 0.8.", "format": "double", "type": "number" } @@ -43794,15 +45086,15 @@ "type": "object" }, "AutoscalingPolicyScaleInControl": { - "description": "Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.", + "description": "Configuration that allows for slower scale in so that even if Autoscaler\nrecommends an abrupt scale in of a MIG, it will be throttled as specified\nby the parameters below.", "id": "AutoscalingPolicyScaleInControl", "properties": { "maxScaledInReplicas": { "$ref": "FixedOrPercent", - "description": "Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step." + "description": "Maximum allowed number (or %) of VMs that can be deducted from the peak\nrecommendation during the window autoscaler looks at when computing\nrecommendations. Possibly all these VMs can be deleted at once so user\nservice needs to be prepared to lose that many VMs in one step." }, "timeWindowSec": { - "description": "How far back autoscaling looks when computing recommendations to include directives regarding slower scale in, as described above.", + "description": "How far back autoscaling looks when computing recommendations to\ninclude directives regarding slower scale in, as described above.", "format": "int32", "type": "integer" } @@ -43810,7 +45102,7 @@ "type": "object" }, "AutoscalingPolicyScalingSchedule": { - "description": "Scaling based on user-defined schedule. The message describes a single scaling schedule. A scaling schedule changes the minimum number of VM instances an autoscaler can recommend, which can trigger scaling out.", + "description": "Scaling based on user-defined schedule. The message describes a single\nscaling schedule. A scaling schedule changes the minimum number of VM\ninstances an autoscaler can recommend, which can trigger scaling out.", "id": "AutoscalingPolicyScalingSchedule", "properties": { "description": { @@ -43818,25 +45110,25 @@ "type": "string" }, "disabled": { - "description": "A boolean value that specifies whether a scaling schedule can influence autoscaler recommendations. If set to true, then a scaling schedule has no effect. This field is optional, and its value is false by default.", + "description": "A boolean value that specifies whether a scaling schedule can influence\nautoscaler recommendations. If set to true, then a scaling schedule has\nno effect. This field is optional, and its value is false by default.", "type": "boolean" }, "durationSec": { - "description": "The duration of time intervals, in seconds, for which this scaling schedule is to run. The minimum allowed value is 300. This field is required.", + "description": "The duration of time intervals, in seconds, for which this\nscaling schedule is to run. The minimum allowed value is 300.\nThis field is required.", "format": "int32", "type": "integer" }, "minRequiredReplicas": { - "description": "The minimum number of VM instances that the autoscaler will recommend in time intervals starting according to schedule. This field is required.", + "description": "The minimum number of VM instances that the autoscaler will\nrecommend in time intervals starting according to schedule. This field is\nrequired.", "format": "int32", "type": "integer" }, "schedule": { - "description": "The start timestamps of time intervals when this scaling schedule is to provide a scaling signal. This field uses the extended cron format (with an optional year field). The expression can describe a single timestamp if the optional year is set, in which case the scaling schedule runs once. The schedule is interpreted with respect to time_zone. This field is required. Note: These timestamps only describe when autoscaler starts providing the scaling signal. The VMs need additional time to become serving.", + "description": "The start timestamps of time intervals when this scaling\nschedule is to provide a scaling signal. This field uses the extended\ncron format (with an optional year field). The expression can describe a\nsingle timestamp if the optional year is set, in which case the scaling\nschedule runs once. The schedule is interpreted with respect to\ntime_zone. This field is required. Note: These timestamps only describe\nwhen autoscaler starts providing the scaling signal. The VMs\nneed additional time to become serving.", "type": "string" }, "timeZone": { - "description": "The time zone to use when interpreting the schedule. The value of this field must be a time zone name from the tz database: https://en.wikipedia.org/wiki/Tz_database. This field is assigned a default value of \"UTC\" if left empty.", + "description": "The time zone to use when interpreting the schedule.\nThe value of this field must be a time zone name from the tz database:\nhttps://en.wikipedia.org/wiki/Tz_database. This field is assigned a\ndefault value of \"UTC\" if left empty.", "type": "string" } }, @@ -43847,7 +45139,7 @@ "id": "Backend", "properties": { "balancingMode": { - "description": "Specifies how to determine whether the backend of a load balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection balancing mode. Backends must use compatible balancing modes. For more information, see Supported balancing modes and target capacity settings and Restrictions and guidance for instance groups. Note: Currently, if you use the API to configure incompatible balancing modes, the configuration might be accepted even though it has no impact and is ignored. Specifically, Backend.maxUtilization is ignored when Backend.balancingMode is RATE. In the future, this incompatible combination will be rejected.", + "description": "Specifies how to determine whether the backend of a load balancer can\nhandle additional traffic or is fully loaded. For usage guidelines, see\nConnection balancing mode.\n\nBackends must use compatible balancing modes. For more information, see\nSupported balancing modes and target capacity settings and\nRestrictions and guidance for instance groups.\n\nNote: Currently, if you use the API to configure incompatible balancing\nmodes, the configuration might be accepted even though it has no impact\nand is ignored. Specifically, Backend.maxUtilization is ignored when\nBackend.balancingMode is RATE. In the future, this incompatible combination\nwill be rejected.", "enum": [ "CONNECTION", "CUSTOM_METRICS", @@ -43863,66 +45155,66 @@ "type": "string" }, "capacityScaler": { - "description": "A multiplier applied to the backend's target capacity of its balancing mode. The default value is 1, which means the group serves up to 100% of its configured capacity (depending on balancingMode). A setting of 0 means the group is completely drained, offering 0% of its available capacity. The valid ranges are 0.0 and [0.1,1.0]. You cannot configure a setting larger than 0 and smaller than 0.1. You cannot configure a setting of 0 when there is only one backend attached to the backend service. Not available with backends that don't support using a balancingMode. This includes backends such as global internet NEGs, regional serverless NEGs, and PSC NEGs.", + "description": "A multiplier applied to the backend's target capacity of its balancing\nmode.\nThe default value is 1, which means the group serves up to\n100% of its configured capacity (depending onbalancingMode). A setting of 0 means the group is\ncompletely drained, offering 0% of its available capacity. The valid ranges\nare 0.0 and [0.1,1.0].\nYou cannot configure a setting larger than 0 and smaller than0.1.\nYou cannot configure a setting of 0 when there is only one\nbackend attached to the backend service.\n\nNot available with backends that don't support using abalancingMode. This includes backends such as global\ninternet NEGs, regional serverless NEGs, and PSC NEGs.", "format": "float", "type": "number" }, "customMetrics": { - "description": "List of custom metrics that are used for CUSTOM_METRICS BalancingMode.", + "description": "List of custom metrics that are used for CUSTOM_METRICS\nBalancingMode.", "items": { "$ref": "BackendCustomMetric" }, "type": "array" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "failover": { - "description": "This field designates whether this is a failover backend. More than one failover backend can be configured for a given BackendService.", + "description": "This field designates whether this is a failover backend. More than one\nfailover backend can be configured for a given BackendService.", "type": "boolean" }, "group": { - "description": "The fully-qualified URL of an instance group or network endpoint group (NEG) resource. To determine what types of backends a load balancer supports, see the [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service#backends). You must use the *fully-qualified* URL (starting with https://www.googleapis.com/) to specify the instance group or NEG. Partial URLs are not supported. If haPolicy is specified, backends must refer to NEG resources of type GCE_VM_IP.", + "description": "The fully-qualified URL of aninstance\ngroup or network endpoint\ngroup (NEG) resource. To determine what types of backends a load\nbalancer supports, see the [Backend services\noverview](https://cloud.google.com/load-balancing/docs/backend-service#backends).\n\nYou must use the *fully-qualified* URL (starting withhttps://www.googleapis.com/) to specify the instance group\nor NEG. Partial URLs are not supported.\n\nIf haPolicy is specified, backends must refer to NEG resources of type\nGCE_VM_IP.", "type": "string" }, "maxConnections": { - "description": "Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE.", + "description": "Defines a target maximum number of simultaneous connections. For usage\nguidelines, seeConnection\nbalancing mode and Utilization\nbalancing mode. Not available if the backend'sbalancingMode is RATE.", "format": "int32", "type": "integer" }, "maxConnectionsPerEndpoint": { - "description": "Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE.", + "description": "Defines a target maximum number of simultaneous connections. For usage\nguidelines, seeConnection\nbalancing mode and Utilization\nbalancing mode.\n\nNot available if the backend's balancingMode isRATE.", "format": "int32", "type": "integer" }, "maxConnectionsPerInstance": { - "description": "Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE.", + "description": "Defines a target maximum number of simultaneous connections.\nFor usage guidelines, seeConnection\nbalancing mode and Utilization\nbalancing mode.\n\nNot available if the backend's balancingMode isRATE.", "format": "int32", "type": "integer" }, "maxRate": { - "description": "Defines a maximum number of HTTP requests per second (RPS). For usage guidelines, see Rate balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION.", + "description": "Defines a maximum number of HTTP requests per second (RPS). For\nusage guidelines, seeRate\nbalancing mode and Utilization\nbalancing mode.\n\nNot available if the backend's balancingMode isCONNECTION.", "format": "int32", "type": "integer" }, "maxRatePerEndpoint": { - "description": "Defines a maximum target for requests per second (RPS). For usage guidelines, see Rate balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION.", + "description": "Defines a maximum target for requests per second (RPS). For usage\nguidelines, seeRate\nbalancing mode and Utilization\nbalancing mode.\n\nNot available if the backend's balancingMode isCONNECTION.", "format": "float", "type": "number" }, "maxRatePerInstance": { - "description": "Defines a maximum target for requests per second (RPS). For usage guidelines, see Rate balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION.", + "description": "Defines a maximum target for requests per second (RPS). For usage\nguidelines, seeRate\nbalancing mode and Utilization\nbalancing mode.\n\nNot available if the backend's balancingMode isCONNECTION.", "format": "float", "type": "number" }, "maxUtilization": { - "description": "Optional parameter to define a target capacity for the UTILIZATION balancing mode. The valid range is [0.0, 1.0]. For usage guidelines, see Utilization balancing mode.", + "description": "Optional parameter to define a target capacity for theUTILIZATION balancing mode. The valid range is[0.0, 1.0].\n\nFor usage guidelines, seeUtilization\nbalancing mode.", "format": "float", "type": "number" }, "preference": { - "description": "This field indicates whether this backend should be fully utilized before sending traffic to backends with default preference. The possible values are: - PREFERRED: Backends with this preference level will be filled up to their capacity limits first, based on RTT. - DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and traffic would be assigned based on the load balancing algorithm you use. This is the default ", + "description": "This field indicates whether this backend should be fully utilized before\nsending traffic to backends with default preference. The possible values\nare:\n \n - PREFERRED: Backends with this preference level will be\n filled up to their capacity limits first, based on RTT.\n - DEFAULT: If preferred backends don't have enough\n capacity, backends in this layer would be used and traffic would be\n assigned based on the load balancing algorithm you use. This is the\n default", "enum": [ "DEFAULT", "PREFERENCE_UNSPECIFIED", @@ -43939,7 +45231,7 @@ "type": "object" }, "BackendBucket": { - "description": "Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a load balancer. For more information, read Backend Buckets.", + "description": "Represents a Cloud Storage Bucket resource.\n\nThis Cloud Storage bucket resource is referenced by a URL map of a load\nbalancer. For more information, readBackend Buckets.", "id": "BackendBucket", "properties": { "bucketName": { @@ -43951,19 +45243,19 @@ "description": "Cloud CDN configuration for this BackendBucket." }, "compressionMode": { - "description": "Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.", + "description": "Compress text responses using Brotli or gzip compression, based on\nthe client's Accept-Encoding header.", "enum": [ "AUTOMATIC", "DISABLED" ], "enumDescriptions": [ - "Automatically uses the best compression based on the Accept-Encoding header sent by the client.", - "Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients." + "Automatically uses the best compression based on the Accept-Encoding\nheader sent by the client.", + "Disables compression. Existing compressed responses cached by\nCloud CDN will not be served to clients." ], "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "customResponseHeaders": { @@ -43974,11 +45266,11 @@ "type": "array" }, "description": { - "description": "An optional textual description of the resource; provided by the client when the resource is created.", + "description": "An optional textual description of the resource; provided by the client\nwhen the resource is created.", "type": "string" }, "edgeSecurityPolicy": { - "description": "[Output Only] The resource URL for the edge security policy associated with this backend bucket.", + "description": "[Output Only] The resource URL for the edge security policy associated with\nthis backend bucket.", "type": "string" }, "enableCdn": { @@ -43996,7 +45288,7 @@ "type": "string" }, "loadBalancingScheme": { - "description": "The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.", + "description": "The value can only be INTERNAL_MANAGED for cross-region internal layer 7\nload balancer.\n\nIf loadBalancingScheme is not specified, the backend bucket can be used by\nclassic global external load balancers, or global application external load\nbalancers, or both.", "enum": [ "INTERNAL_MANAGED" ], @@ -44006,13 +45298,13 @@ "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "params": { "$ref": "BackendBucketParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "selfLink": { "description": "[Output Only] Server-defined URL for the resource.", @@ -44033,7 +45325,7 @@ "id": "BackendBucketCdnPolicy", "properties": { "bypassCacheOnRequestHeaders": { - "description": "Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization headers. Up to 5 headers can be specified. The cache is bypassed for all cdnPolicy.cacheMode settings.", + "description": "Bypass the cache when the specified request headers are matched - e.g.\nPragma or Authorization headers. Up to 5 headers can be specified.\nThe cache is bypassed for all cdnPolicy.cacheMode settings.", "items": { "$ref": "BackendBucketCdnPolicyBypassCacheOnRequestHeader" }, @@ -44044,7 +45336,7 @@ "description": "The CacheKeyPolicy for this CdnPolicy." }, "cacheMode": { - "description": "Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.", + "description": "Specifies the cache setting for all responses from this backend.\nThe possible values are:USE_ORIGIN_HEADERS Requires the origin to set valid caching\nheaders to cache content. Responses without these headers will not be\ncached at Google's edge, and will require a full trip to the origin on\nevery request, potentially impacting performance and increasing load on\nthe origin server.FORCE_CACHE_ALL Cache all content, ignoring any \"private\",\n\"no-store\" or \"no-cache\" directives in Cache-Control response headers.\nWarning: this may result in Cloud CDN caching private,\nper-user (user identifiable) content.CACHE_ALL_STATIC Automatically cache static content,\nincluding common image formats, media (video and audio), and web assets\n(JavaScript and CSS). Requests and responses that are marked as\nuncacheable, as well as dynamic content (including HTML), will not be\ncached.\n\nIf no value is provided for cdnPolicy.cacheMode, it defaults\nto CACHE_ALL_STATIC.", "enum": [ "CACHE_ALL_STATIC", "FORCE_CACHE_ALL", @@ -44052,50 +45344,50 @@ "USE_ORIGIN_HEADERS" ], "enumDescriptions": [ - "Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.", - "Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content.", + "Automatically cache static content, including common image formats,\nmedia (video and audio), and web assets (JavaScript and CSS).\nRequests and responses that are marked as uncacheable, as well as\ndynamic content (including HTML), will not be cached.", + "Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\"\ndirectives in Cache-Control response headers.\nWarning: this may result in Cloud CDN caching private,\nper-user (user identifiable) content.", "", - "Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server." + "Requires the origin to set valid caching headers to cache content.\nResponses without these headers will not be cached at Google's edge,\nand will require a full trip to the origin on every request,\npotentially impacting performance and increasing load on the\norigin server." ], "type": "string" }, "clientTtl": { - "description": "Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the response max-age directive, along with a \"public\" directive. For cacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a \"public\" cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. The maximum allowed value is 31,622,400s (1 year).", + "description": "Specifies a separate client (e.g. browser client) maximum TTL. This is\nused to clamp the max-age (or Expires) value sent to the client. With\nFORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the\nresponse max-age directive, along with a \"public\" directive. For\ncacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age\nfrom the origin (if specified), or else sets the response max-age\ndirective to the lesser of the client_ttl and default_ttl, and also\nensures a \"public\" cache-control directive is present.\nIf a client TTL is not specified, a default value (1 hour) will be used.\nThe maximum allowed value is 31,622,400s (1 year).", "format": "int32", "type": "integer" }, "defaultTtl": { - "description": "Specifies the default TTL for cached content served by this origin for responses that do not have an existing valid TTL (max-age or s-maxage). Setting a TTL of \"0\" means \"always revalidate\". The value of defaultTTL cannot be set to a value greater than that of maxTTL, but can be equal. When the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL will overwrite the TTL set in all responses. The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.", + "description": "Specifies the default TTL for cached content served by this origin for\nresponses that do not have an existing valid TTL (max-age or s-maxage).\nSetting a TTL of \"0\" means \"always revalidate\".\nThe value of defaultTTL cannot be set to a value greater than that of\nmaxTTL, but can be equal.\nWhen the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL\nwill overwrite the TTL set in all responses. The maximum allowed value is\n31,622,400s (1 year), noting that infrequently accessed objects may be\nevicted from the cache before the defined TTL.", "format": "int32", "type": "integer" }, "maxTtl": { - "description": "Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of \"0\" means \"always revalidate\". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.", + "description": "Specifies the maximum allowed TTL for cached content served by this\norigin.\nCache directives that attempt to set a max-age or s-maxage higher than\nthis, or an Expires header more than maxTTL seconds in the future will\nbe capped at the value of maxTTL, as if it were the value of an\ns-maxage Cache-Control directive.\nHeaders sent to the client will not be modified.\nSetting a TTL of \"0\" means \"always revalidate\".\nThe maximum allowed value is 31,622,400s (1 year), noting that\ninfrequently accessed objects may be evicted from the cache before\nthe defined TTL.", "format": "int32", "type": "integer" }, "negativeCaching": { - "description": "Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.", + "description": "Negative caching allows per-status code TTLs to be set, in order\nto apply fine-grained caching for common errors or redirects.\nThis can reduce the load on your origin and improve end-user\nexperience by reducing response latency.\nWhen the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS,\nnegative caching applies to responses with the specified response code\nthat lack any Cache-Control, Expires, or Pragma: no-cache directives.\nWhen the cache mode is set to FORCE_CACHE_ALL, negative caching applies\nto all responses with the specified response code, and override any\ncaching headers.\nBy default, Cloud CDN will apply the following default TTLs to these\nstatus codes:\nHTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m\nHTTP 404 (Not Found), 410 (Gone),\n451 (Unavailable For Legal Reasons): 120s\nHTTP 405 (Method Not Found), 501 (Not Implemented): 60s.\nThese defaults can be overridden in negative_caching_policy.", "type": "boolean" }, "negativeCachingPolicy": { - "description": "Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.", + "description": "Sets a cache TTL for the specified HTTP status code.\nnegative_caching must be enabled to configure negative_caching_policy.\nOmitting the policy and leaving negative_caching enabled will use\nCloud CDN's default cache TTLs.\nNote that when specifying an explicit negative_caching_policy, you\nshould take care to specify a cache TTL for all response codes\nthat you wish to cache. Cloud CDN will not apply any default\nnegative caching when a policy exists.", "items": { "$ref": "BackendBucketCdnPolicyNegativeCachingPolicy" }, "type": "array" }, "requestCoalescing": { - "description": "If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests to the origin.", + "description": "If true then Cloud CDN will combine multiple concurrent cache fill\nrequests into a small number of requests to the origin.", "type": "boolean" }, "serveWhileStale": { - "description": "Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache. This setting defines the default \"max-stale\" duration for any cached responses that do not specify a max-stale directive. Stale responses that exceed the TTL configured here will not be served. The default limit (max-stale) is 86400s (1 day), which will allow stale content to be served up to this limit beyond the max-age (or s-maxage) of a cached response. The maximum allowed value is 604800 (1 week). Set this to zero (0) to disable serve-while-stale.", + "description": "Serve existing content from the cache (if available) when revalidating\ncontent with the origin, or when an error is encountered when refreshing\nthe cache.\nThis setting defines the default \"max-stale\" duration for any cached\nresponses that do not specify a max-stale directive. Stale responses that\nexceed the TTL configured here will not be served. The default limit\n(max-stale) is 86400s (1 day), which will allow stale content to be\nserved up to this limit beyond the max-age (or s-maxage) of a cached\nresponse.\nThe maximum allowed value is 604800 (1 week).\nSet this to zero (0) to disable serve-while-stale.", "format": "int32", "type": "integer" }, "signedUrlCacheMaxAgeSec": { - "description": "Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a \"Cache-Control: public, max-age=[TTL]\" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered.", + "description": "Maximum number of seconds the response to a signed URL request will be\nconsidered fresh. After this time period, the response will be\nrevalidated before being served. Defaults to 1hr (3600s). When serving\nresponses to signed URL requests, Cloud CDN will internally behave as\nthough all responses from this backend had a \"Cache-Control:\npublic, max-age=[TTL]\" header, regardless of any existing\nCache-Control header. The actual headers served in responses will not be\naltered.", "format": "int64", "type": "string" }, @@ -44110,18 +45402,18 @@ "type": "object" }, "BackendBucketCdnPolicyBypassCacheOnRequestHeader": { - "description": "Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.", + "description": "Bypass the cache when the specified request headers are present,\ne.g. Pragma or Authorization headers. Values are case insensitive.\nThe presence of such a header overrides the cache_mode setting.", "id": "BackendBucketCdnPolicyBypassCacheOnRequestHeader", "properties": { "headerName": { - "description": "The header field name to match on when bypassing cache. Values are case-insensitive.", + "description": "The header field name to match on when bypassing cache.\nValues are case-insensitive.", "type": "string" } }, "type": "object" }, "BackendBucketCdnPolicyCacheKeyPolicy": { - "description": "Message containing what to include in the cache key for a request for Cloud CDN.", + "description": "Message containing what to include in the cache key for a request for\nCloud CDN.", "id": "BackendBucketCdnPolicyCacheKeyPolicy", "properties": { "includeHttpHeaders": { @@ -44132,7 +45424,7 @@ "type": "array" }, "queryStringWhitelist": { - "description": "Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.", + "description": "Names of query string parameters to include in cache keys. Default\nparameters are always included. '&' and '=' will be percent encoded\nand not treated as delimiters.", "items": { "type": "string" }, @@ -44146,12 +45438,12 @@ "id": "BackendBucketCdnPolicyNegativeCachingPolicy", "properties": { "code": { - "description": "The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.", + "description": "The HTTP status code to define a TTL against. Only HTTP status codes\n300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 can be\nspecified as values, and you cannot specify a status code more than\nonce.", "format": "int32", "type": "integer" }, "ttl": { - "description": "The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.", + "description": "The TTL (in seconds) for which to cache responses with the\ncorresponding status code.\nThe maximum allowed value is 1800s (30 minutes), noting that\ninfrequently accessed objects may be evicted from the cache before the\ndefined TTL.", "format": "int32", "type": "integer" } @@ -44179,7 +45471,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -44190,7 +45482,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -44254,44 +45546,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -44321,7 +45613,7 @@ "additionalProperties": { "type": "string" }, - "description": "Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"} * {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", "type": "object" } }, @@ -44331,7 +45623,7 @@ "id": "BackendBucketUsedBy", "properties": { "reference": { - "description": "[Output Only] Server-defined URL for UrlMaps referencing that BackendBucket.", + "description": "[Output Only] Server-defined URL for UrlMaps referencing that\nBackendBucket.", "type": "string" } }, @@ -44342,27 +45634,27 @@ "id": "BackendCustomMetric", "properties": { "dryRun": { - "description": "If true, the metric data is collected and reported to Cloud Monitoring, but is not used for load balancing.", + "description": "If true, the metric data is collected and reported to Cloud\nMonitoring, but is not used for load balancing.", "type": "boolean" }, "maxUtilization": { - "description": "Optional parameter to define a target utilization for the Custom Metrics balancing mode. The valid range is [0.0, 1.0].", + "description": "Optional parameter to define a target utilization for the Custom Metrics\nbalancing mode. The valid range is [0.0, 1.0].", "format": "float", "type": "number" }, "name": { - "description": "Name of a custom utilization signal. The name must be 1-64 characters long and match the regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a lowercase letter, and all following characters must be a dash, period, underscore, lowercase letter, or digit, except the last character, which cannot be a dash, period, or underscore. For usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global or regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED, INTERNAL_MANAGED INTERNAL_SELF_MANAGED.", + "description": "Name of a custom utilization signal. The name must be 1-64 characters\nlong and match the regular expression\n`[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, period, underscore, lowercase letter, or\ndigit, except the last character, which cannot be a dash, period, or\nunderscore. For usage guidelines, see Custom Metrics balancing mode. This\nfield can only be used for a global or regional backend service with the\nloadBalancingScheme set to EXTERNAL_MANAGED,INTERNAL_MANAGED INTERNAL_SELF_MANAGED.", "type": "string" } }, "type": "object" }, "BackendService": { - "description": "Represents a Backend Service resource. A backend service defines how Google Cloud load balancers distribute traffic. The backend service configuration contains a set of values, such as the protocol used to connect to backends, various distribution and session settings, health checks, and timeouts. These settings provide fine-grained control over how your load balancer behaves. Most of the settings have default values that allow for easy configuration if you need to get started quickly. Backend services in Google Compute Engine can be either regionally or globally scoped. * [Global](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) * [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices) For more information, see Backend Services.", + "description": "Represents a Backend Service resource.\n\nA backend service defines how Google Cloud load balancers distribute traffic.\nThe backend service configuration contains a set of values, such as the\nprotocol used to connect to backends, various distribution and session\nsettings, health checks, and timeouts. These settings provide fine-grained\ncontrol over how your load balancer behaves. Most of the settings have\ndefault values that allow for easy configuration if you need to get started\nquickly.\n\nBackend services in Google Compute Engine can be either regionally or\nglobally scoped.\n\n* [Global](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices)\n* [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices)\n\nFor more information, seeBackend\nServices.", "id": "BackendService", "properties": { "affinityCookieTtlSec": { - "description": "Lifetime of cookies in seconds. This setting is applicable to Application Load Balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is two weeks (1,209,600). Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "Lifetime of cookies in seconds. This setting is applicable to Application\nLoad Balancers and Traffic Director and requires\nGENERATED_COOKIE or HTTP_COOKIE session affinity.\n\nIf set to 0, the cookie is non-persistent and lasts only until\nthe end of the browser session (or equivalent). The maximum allowed value\nis two weeks (1,209,600).\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" }, @@ -44375,20 +45667,20 @@ }, "cdnPolicy": { "$ref": "BackendServiceCdnPolicy", - "description": "Cloud CDN configuration for this BackendService. Only available for specified load balancer types." + "description": "Cloud CDN configuration for this BackendService. Only available for\nspecified load balancer types." }, "circuitBreakers": { "$ref": "CircuitBreakers" }, "compressionMode": { - "description": "Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.", + "description": "Compress text responses using Brotli or gzip compression, based on\nthe client's Accept-Encoding header.", "enum": [ "AUTOMATIC", "DISABLED" ], "enumDescriptions": [ - "Automatically uses the best compression based on the Accept-Encoding header sent by the client.", - "Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients." + "Automatically uses the best compression based on the Accept-Encoding\nheader sent by the client.", + "Disables compression. Existing compressed responses cached by\nCloud CDN will not be served to clients." ], "type": "string" }, @@ -44398,51 +45690,51 @@ }, "connectionTrackingPolicy": { "$ref": "BackendServiceConnectionTrackingPolicy", - "description": "Connection Tracking configuration for this BackendService. Connection tracking policy settings are only available for external passthrough Network Load Balancers and internal passthrough Network Load Balancers. connectionTrackingPolicy cannot be specified with haPolicy." + "description": "Connection Tracking configuration for this BackendService. Connection\ntracking policy settings are only available for external passthrough\nNetwork Load Balancers and internal passthrough Network Load Balancers.\n\nconnectionTrackingPolicy cannot be specified with haPolicy." }, "consistentHash": { "$ref": "ConsistentHashLoadBalancerSettings", - "description": "Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties. This load balancing policy is applicable only for HTTP connections. The affinity to a particular destination host will be lost when one or more hosts are added/removed from the destination service. This field specifies parameters that control consistent hashing. This field is only applicable when localityLbPolicy is set to MAGLEV or RING_HASH. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. " + "description": "Consistent Hash-based load balancing can be used to provide soft session\naffinity based on HTTP headers, cookies or other properties. This load\nbalancing policy is applicable only for HTTP connections. The affinity to a\nparticular destination host will be lost when one or more hosts are\nadded/removed from the destination service. This field specifies parameters\nthat control consistent hashing. This field is only applicable whenlocalityLbPolicy is set to MAGLEV orRING_HASH.\n\nThis field is applicable to either:\n \n - A regional backend service with the service_protocol set to HTTP,\n HTTPS, HTTP2 or H2C, and load_balancing_scheme set to\n INTERNAL_MANAGED. \n - A global backend service with the\n load_balancing_scheme set to INTERNAL_SELF_MANAGED." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "customMetrics": { - "description": "List of custom metrics that are used for the WEIGHTED_ROUND_ROBIN locality_lb_policy.", + "description": "List of custom metrics that are used for theWEIGHTED_ROUND_ROBIN locality_lb_policy.", "items": { "$ref": "BackendServiceCustomMetric" }, "type": "array" }, "customRequestHeaders": { - "description": "Headers that the load balancer adds to proxied requests. See [Creating custom headers](https://cloud.google.com/load-balancing/docs/custom-headers).", + "description": "Headers that the load balancer adds to proxied requests. See [Creating\ncustom\nheaders](https://cloud.google.com/load-balancing/docs/custom-headers).", "items": { "type": "string" }, "type": "array" }, "customResponseHeaders": { - "description": "Headers that the load balancer adds to proxied responses. See [Creating custom headers](https://cloud.google.com/load-balancing/docs/custom-headers).", + "description": "Headers that the load balancer adds to proxied responses. See [Creating\ncustom\nheaders](https://cloud.google.com/load-balancing/docs/custom-headers).", "items": { "type": "string" }, "type": "array" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "edgeSecurityPolicy": { - "description": "[Output Only] The resource URL for the edge security policy associated with this backend service.", + "description": "[Output Only] The resource URL for the edge security policy associated with\nthis backend service.", "type": "string" }, "enableCDN": { - "description": "If true, enables Cloud CDN for the backend service of a global external Application Load Balancer.", + "description": "If true, enables Cloud CDN for the backend service of a\nglobal external Application Load Balancer.", "type": "boolean" }, "externalManagedMigrationState": { - "description": "Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC. To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate traffic by percentage using externalManagedMigrationTestingPercentage. Rolling back a migration requires the states to be set in reverse order. So changing the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.", + "description": "Specifies the canary migration state. Possible values are PREPARE,\nTEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.\n\nTo begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be\nchanged to PREPARE. The state must be changed to TEST_ALL_TRAFFIC before\nthe loadBalancingScheme can be changed to EXTERNAL_MANAGED. Optionally, the\nTEST_BY_PERCENTAGE state can be used to migrate traffic by percentage using\nexternalManagedMigrationTestingPercentage.\n\nRolling back a migration requires the states to be set in reverse order. So\nchanging the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to\nbe set to TEST_ALL_TRAFFIC at the same time. Optionally, the\nTEST_BY_PERCENTAGE state can be used to migrate some traffic back to\nEXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.", "enum": [ "PREPARE", "TEST_ALL_TRAFFIC", @@ -44456,25 +45748,25 @@ "type": "string" }, "externalManagedMigrationTestingPercentage": { - "description": "Determines the fraction of requests that should be processed by the Global external Application Load Balancer. The value of this field must be in the range [0, 100]. Session affinity options will slightly affect this routing behavior, for more details, see: Session Affinity. This value can only be set if the loadBalancingScheme in the BackendService is set to EXTERNAL (when using the classic Application Load Balancer) and the migration state is TEST_BY_PERCENTAGE.", + "description": "Determines the fraction of requests that should be processed by the Global\nexternal Application Load Balancer.\n\nThe value of this field must be in the range [0, 100].\n\nSession affinity options will slightly affect this routing behavior, for\nmore details, see:Session\nAffinity.\n\nThis value can only be set if the loadBalancingScheme in the BackendService\nis set to EXTERNAL (when using the classic Application Load Balancer) and\nthe migration state is TEST_BY_PERCENTAGE.", "format": "float", "type": "number" }, "failoverPolicy": { "$ref": "BackendServiceFailoverPolicy", - "description": "Requires at least one backend instance group to be defined as a backup (failover) backend. For load balancers that have configurable failover: [Internal passthrough Network Load Balancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external passthrough Network Load Balancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). failoverPolicy cannot be specified with haPolicy." + "description": "Requires at least one backend instance group to be defined\nas a backup (failover) backend.\nFor load balancers that have configurable failover:\n[Internal passthrough Network Load\nBalancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview)\nand [external passthrough Network Load\nBalancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).\n\nfailoverPolicy cannot be specified with haPolicy." }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a BackendService. An up-to-date fingerprint must be provided in order to update the BackendService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a BackendService.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a BackendService. An up-to-date fingerprint must be provided in\norder to update the BackendService, otherwise the request will\nfail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a BackendService.", "format": "byte", "type": "string" }, "haPolicy": { "$ref": "BackendServiceHAPolicy", - "description": "Configures self-managed High Availability (HA) for External and Internal Protocol Forwarding. The backends of this regional backend service must only specify zonal network endpoint groups (NEGs) of type GCE_VM_IP. When haPolicy is set for an Internal Passthrough Network Load Balancer, the regional backend service must set the network field. All zonal NEGs must belong to the same network. However, individual NEGs can belong to different subnetworks of that network. When haPolicy is specified, the set of attached network endpoints across all backends comprise an High Availability domain from which one endpoint is selected as the active endpoint (the leader) that receives all traffic. haPolicy can be added only at backend service creation time. Once set up, it cannot be deleted. Note that haPolicy is not for load balancing, and therefore cannot be specified with sessionAffinity, connectionTrackingPolicy, and failoverPolicy. haPolicy requires customers to be responsible for tracking backend endpoint health and electing a leader among the healthy endpoints. Therefore, haPolicy cannot be specified with healthChecks. haPolicy can only be specified for External Passthrough Network Load Balancers and Internal Passthrough Network Load Balancers." + "description": "Configures self-managed High Availability (HA) for External and Internal\nProtocol Forwarding.\n\nThe backends of this regional backend service must only specify zonal\nnetwork endpoint groups (NEGs) of type GCE_VM_IP.\n\nWhen haPolicy is set for an Internal Passthrough Network Load Balancer, the\nregional backend service must set the network field. All zonal NEGs must\nbelong to the same network. However, individual NEGs can\nbelong to different subnetworks of that network.\n\nWhen haPolicy is specified, the set of attached network endpoints across\nall backends comprise an High Availability domain from which one endpoint\nis selected as the active endpoint (the leader) that receives all\ntraffic.\n\nhaPolicy can be added only at backend service creation time. Once set up,\nit cannot be deleted.\n\nNote that haPolicy is not for load balancing, and therefore cannot be\nspecified with sessionAffinity, connectionTrackingPolicy, and\nfailoverPolicy.\n\nhaPolicy requires customers to be responsible for tracking backend\nendpoint health and electing a leader among the healthy endpoints.\nTherefore, haPolicy cannot be specified with healthChecks.\n\nhaPolicy can only be specified for External Passthrough Network Load\nBalancers and Internal Passthrough Network Load Balancers." }, "healthChecks": { - "description": "The list of URLs to the healthChecks, httpHealthChecks (legacy), or httpsHealthChecks (legacy) resource for health checking this backend service. Not all backend services support legacy health checks. See Load balancer guide. Currently, at most one health check can be specified for each backend service. Backend services with instance group or zonal NEG backends must have a health check unless haPolicy is specified. Backend services with internet or serverless NEG backends must not have a health check. healthChecks[] cannot be specified with haPolicy.", + "description": "The list of URLs to the healthChecks, httpHealthChecks (legacy), or\nhttpsHealthChecks (legacy) resource for health checking this backend\nservice. Not all backend services support legacy health checks. See\nLoad balancer guide. Currently, at most one health check can be\nspecified for each backend service. Backend services with\ninstance group or zonal NEG backends must have a health check unless\nhaPolicy is specified. Backend services with internet or serverless NEG\nbackends must not have a health check.\n\nhealthChecks[] cannot be specified with haPolicy.", "items": { "type": "string" }, @@ -44482,15 +45774,15 @@ }, "iap": { "$ref": "BackendServiceIAP", - "description": "The configurations for Identity-Aware Proxy on this resource. Not available for internal passthrough Network Load Balancers and external passthrough Network Load Balancers." + "description": "The configurations for Identity-Aware Proxy on this resource.\nNot available for internal passthrough Network Load Balancers and external\npassthrough Network Load Balancers." }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "ipAddressSelectionPolicy": { - "description": "Specifies a preference for traffic sent from the proxy to the backend (or from the client to the backend for proxyless gRPC). The possible values are: - IPV4_ONLY: Only send IPv4 traffic to the backends of the backend service (Instance Group, Managed Instance Group, Network Endpoint Group), regardless of traffic from the client to the proxy. Only IPv4 health checks are used to check the health of the backends. This is the default setting. - PREFER_IPV6: Prioritize the connection to the endpoint's IPv6 address over its IPv4 address (provided there is a healthy IPv6 address). - IPV6_ONLY: Only send IPv6 traffic to the backends of the backend service (Instance Group, Managed Instance Group, Network Endpoint Group), regardless of traffic from the client to the proxy. Only IPv6 health checks are used to check the health of the backends. This field is applicable to either: - Advanced global external Application Load Balancer (load balancing scheme EXTERNAL_MANAGED), - Regional external Application Load Balancer, - Internal proxy Network Load Balancer (load balancing scheme INTERNAL_MANAGED), - Regional internal Application Load Balancer (load balancing scheme INTERNAL_MANAGED), - Traffic Director with Envoy proxies and proxyless gRPC (load balancing scheme INTERNAL_SELF_MANAGED). ", + "description": "Specifies a preference for traffic sent from the proxy to the backend (or\nfrom the client to the backend for proxyless gRPC).\nThe possible values are:\n \n - IPV4_ONLY: Only send IPv4 traffic to the backends of the\n backend service (Instance Group, Managed Instance Group, Network Endpoint\n Group), regardless of traffic from the client to the proxy. Only IPv4\n health checks are used to check the health of the backends. This is the\n default setting.\n - PREFER_IPV6: Prioritize the connection to the endpoint's\n IPv6 address over its IPv4 address (provided there is a healthy IPv6\n address).\n - IPV6_ONLY: Only send IPv6 traffic to the backends of the\n backend service (Instance Group, Managed Instance Group, Network Endpoint\n Group), regardless of traffic from the client to the proxy. Only IPv6\n health checks are used to check the health of the backends.\n\n\n\nThis field is applicable to either:\n \n - Advanced global external Application Load Balancer (load balancing\n scheme EXTERNAL_MANAGED), \n - Regional external Application Load\n Balancer, \n - Internal proxy Network Load Balancer (load balancing\n scheme INTERNAL_MANAGED), \n - Regional internal Application Load\n Balancer (load balancing scheme INTERNAL_MANAGED), \n - Traffic\n Director with Envoy proxies and proxyless gRPC (load balancing scheme\n INTERNAL_SELF_MANAGED).", "enum": [ "IPV4_ONLY", "IPV6_ONLY", @@ -44498,20 +45790,20 @@ "PREFER_IPV6" ], "enumDescriptions": [ - "Only send IPv4 traffic to the backends of the Backend Service (Instance Group, Managed Instance Group, Network Endpoint Group) regardless of traffic from the client to the proxy. Only IPv4 health-checks are used to check the health of the backends. This is the default setting.", - "Only send IPv6 traffic to the backends of the Backend Service (Instance Group, Managed Instance Group, Network Endpoint Group) regardless of traffic from the client to the proxy. Only IPv6 health-checks are used to check the health of the backends.", + "Only send IPv4 traffic to the backends of the Backend Service\n(Instance Group, Managed Instance Group, Network Endpoint Group)\nregardless of traffic from the client to the proxy.\nOnly IPv4 health-checks are used to check the health of the backends.\nThis is the default setting.", + "Only send IPv6 traffic to the backends of the Backend Service\n(Instance Group, Managed Instance Group, Network Endpoint Group)\nregardless of traffic from the client to the proxy. Only IPv6\nhealth-checks are used to check the health of the backends.", "Unspecified IP address selection policy.", - "Prioritize the connection to the endpoints IPv6 address over its IPv4 address (provided there is a healthy IPv6 address)." + "Prioritize the connection to the endpoints IPv6 address\nover its IPv4 address (provided there is a healthy IPv6 address)." ], "type": "string" }, "kind": { "default": "compute#backendService", - "description": "[Output Only] Type of resource. Always compute#backendService for backend services.", + "description": "[Output Only] Type of resource. Always compute#backendService\nfor backend services.", "type": "string" }, "loadBalancingScheme": { - "description": "Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.", + "description": "Specifies the load balancer type. A backend service\ncreated for one type of load balancer cannot be used with another.\nFor more information, refer toChoosing\na load balancer.", "enum": [ "EXTERNAL", "EXTERNAL_MANAGED", @@ -44521,9 +45813,9 @@ "INVALID_LOAD_BALANCING_SCHEME" ], "enumDescriptions": [ - "Signifies that this will be used for classic Application Load Balancers, global external proxy Network Load Balancers, or external passthrough Network Load Balancers.", - "Signifies that this will be used for global external Application Load Balancers, regional external Application Load Balancers, or regional external proxy Network Load Balancers.", - "Signifies that this will be used for internal passthrough Network Load Balancers.", + "Signifies that this will be used for classic Application Load Balancers,\nglobal external proxy Network Load Balancers,\nor external passthrough Network Load Balancers.", + "Signifies that this will be used for global external Application Load\nBalancers, regional external Application Load Balancers, or regional\nexternal proxy Network Load Balancers.", + "Signifies that this will be used for internal passthrough Network Load\nBalancers.", "Signifies that this will be used for internal Application Load Balancers.", "Signifies that this will be used by Traffic Director.", "" @@ -44531,14 +45823,14 @@ "type": "string" }, "localityLbPolicies": { - "description": "A list of locality load-balancing policies to be used in order of preference. When you use localityLbPolicies, you must set at least one value for either the localityLbPolicies[].policy or the localityLbPolicies[].customPolicy field. localityLbPolicies overrides any value set in the localityLbPolicy field. For an example of how to use this field, see Define a list of preferred policies. Caution: This field and its children are intended for use in a service mesh that includes gRPC clients only. Envoy proxies can't use backend services that have this configuration.", + "description": "A list of locality load-balancing policies to be used in order of\npreference. When you use localityLbPolicies, you must set at least one\nvalue for either the localityLbPolicies[].policy or the\nlocalityLbPolicies[].customPolicy field. localityLbPolicies overrides any\nvalue set in the localityLbPolicy field.\n\nFor an example of how to use this field, seeDefine\na list of preferred policies.\n\nCaution: This field and its children are intended for use in a service mesh\nthat includes gRPC clients only. Envoy proxies can't use backend services\nthat have this configuration.", "items": { "$ref": "BackendServiceLocalityLoadBalancingPolicyConfig" }, "type": "array" }, "localityLbPolicy": { - "description": "The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the Backend Service responses are expected to contain non-standard HTTP response header field Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via the customMetrics field. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not configured\u2014that is, if session affinity remains at the default value of NONE\u2014then the default value for localityLbPolicy is ROUND_ROBIN. If session affinity is set to a value other than NONE, then the default value for localityLbPolicy is MAGLEV. Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. localityLbPolicy cannot be specified with haPolicy.", + "description": "The load balancing algorithm used within the scope of the locality. The\npossible values are:\n \n - ROUND_ROBIN: This is a simple policy in which each healthy\n backend is selected in round robin order. This is the default.\n - LEAST_REQUEST: An O(1) algorithm which\n selects two random healthy hosts and picks the host which has fewer active\n requests.\n - RING_HASH: The ring/modulo hash load balancer implements\n consistent hashing to backends. The algorithm has the property that the\n addition/removal of a host from a set of N hosts only affects 1/N of the\n requests.\n - RANDOM: The load balancer selects a random healthy\n host.\n - ORIGINAL_DESTINATION: Backend host is selected\n based on the client connection metadata, i.e., connections are opened to\n the same address as the destination address of the incoming connection\n before the connection was redirected to the load balancer.\n - MAGLEV: used as a drop in replacement for the ring hash\n load balancer. Maglev is not as stable as ring hash but has faster table\n lookup build times and host selection times. For more information about\n Maglev, see Maglev:\n A Fast and Reliable Software Network Load Balancer.\n - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin\n Load Balancing using weights computed from Backend reported Custom Metrics.\n If set, the Backend Service responses are expected to contain non-standard\n HTTP response header field Endpoint-Load-Metrics. The reported\n metrics to use for computing the weights are specified via thecustomMetrics field.\n \n This field is applicable to either:\n - A regional backend service with the service_protocol set to HTTP,\n HTTPS, HTTP2 or H2C, and load_balancing_scheme set to\n INTERNAL_MANAGED. \n - A global backend service with the\n load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or\n EXTERNAL_MANAGED.\n \n \n If sessionAffinity is not configured\u2014that is, if session\n affinity remains at the default value of NONE\u2014then the\n default value for localityLbPolicy\n is ROUND_ROBIN. If session affinity is set to a value other\n than NONE,\n then the default value for localityLbPolicy isMAGLEV.\n \n Only ROUND_ROBIN and RING_HASH are supported\n when the backend service is referenced by a URL map that is bound to\n target gRPC proxy that has validateForProxyless field set to true.\n \n localityLbPolicy cannot be specified with haPolicy.", "enum": [ "INVALID_LB_POLICY", "LEAST_REQUEST", @@ -44553,62 +45845,62 @@ ], "enumDescriptions": [ "", - "An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.", - "This algorithm implements consistent hashing to backends. Maglev can be used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software Network Load Balancer.", - "Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer.", + "An O(1) algorithm which selects two random healthy hosts and\npicks the host which has fewer active requests.", + "This algorithm implements consistent hashing to backends. Maglev can be\nused as a drop in replacement for the ring hash load balancer. Maglev is\nnot as stable as ring hash but has faster table lookup build times and\nhost selection times. For more information about Maglev, seeMaglev:\nA Fast and Reliable Software Network Load Balancer.", + "Backend host is selected based on the client connection metadata, i.e.,\nconnections are opened to the same address as the destination address of\nthe incoming connection before the connection was redirected to the load\nbalancer.", "The load balancer selects a random healthy host.", - "The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests.", - "This is a simple policy in which each healthy backend is selected in round robin order. This is the default.", - "Per-instance weighted Load Balancing via health check reported weights. In internal passthrough network load balancing, it is weighted rendezvous hashing. This option is only supported in internal passthrough network load balancing.", - "Per-instance weighted Load Balancing via health check reported weights. If set, the Backend Service must configure a non legacy HTTP-based Health Check, and health check replies are expected to contain non-standard HTTP response header field X-Load-Balancing-Endpoint-Weight to specify the per-instance weights. If set, Load Balancing is weighted based on the per-instance weights reported in the last processed health check replies, as long as every instance either reported a valid weight or had UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains equal-weight. This option is only supported in Network Load Balancing.", - "Per-endpoint weighted round-robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the Backend Service responses are expected to contain non-standard HTTP response header field Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via the customMetrics fields." + "The ring/modulo hash load balancer implements consistent hashing to\nbackends. The algorithm has the property that the addition/removal\nof a host from a set of N hosts only affects 1/N of the requests.", + "This is a simple policy in which each healthy backend is selected\nin round robin order. This is the default.", + "Per-instance weighted Load Balancing via health check reported weights.\nIn internal passthrough network load balancing, it is weighted\nrendezvous hashing.\nThis option is only supported in internal passthrough network load\nbalancing.", + "Per-instance weighted Load Balancing via health check reported weights.\nIf set, the Backend Service must configure a non legacy HTTP-based Health\nCheck, and health check replies are expected to contain non-standard HTTP\nresponse header field X-Load-Balancing-Endpoint-Weight to specify the\nper-instance weights.\nIf set, Load Balancing is weighted based on the\nper-instance weights reported in the last processed health check replies,\nas long as every instance either reported a valid weight or had\nUNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains equal-weight.\nThis option is only supported in Network Load Balancing.", + "Per-endpoint weighted round-robin Load Balancing using weights computed\nfrom Backend reported Custom Metrics. If set, the Backend Service\nresponses are expected to contain non-standard HTTP response header field\nEndpoint-Load-Metrics. The reported metrics\nto use for computing the weights are specified via the\ncustomMetrics fields." ], "type": "string" }, "logConfig": { "$ref": "BackendServiceLogConfig", - "description": "This field denotes the logging options for the load balancer traffic served by this backend service. If logging is enabled, logs will be exported to Stackdriver." + "description": "This field denotes the logging options for the load balancer traffic served\nby this backend service. If logging is enabled, logs will be exported to\nStackdriver." }, "maxStreamDuration": { "$ref": "Duration", - "description": "Specifies the default maximum duration (timeout) for streams to this service. Duration is computed from the beginning of the stream until the response has been completely processed, including all retries. A stream that does not complete in this duration is closed. If not specified, there will be no timeout limit, i.e. the maximum duration is infinite. This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service. This field is only allowed when the loadBalancingScheme of the backend service is INTERNAL_SELF_MANAGED." + "description": "Specifies the default maximum duration (timeout) for streams to this\nservice. Duration is computed from the beginning of the stream until the\nresponse has been completely processed, including all retries. A stream\nthat does not complete in this duration is closed.\n\nIf not specified, there will be no timeout limit, i.e. the maximum\nduration is infinite.\n\nThis value can be overridden in the PathMatcher configuration of the\nUrlMap that references this backend service.\n\nThis field is only allowed when the loadBalancingScheme of\nthe backend service is INTERNAL_SELF_MANAGED." }, "metadatas": { "additionalProperties": { "type": "string" }, - "description": "Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH", + "description": "Deployment metadata associated with the resource to be set by a GKE hub\ncontroller and read by the backend RCTH", "type": "object" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "network": { - "description": "The URL of the network to which this backend service belongs. This field must be set for Internal Passthrough Network Load Balancers when the haPolicy is enabled, and for External Passthrough Network Load Balancers when the haPolicy fastIpMove is enabled. This field can only be specified when the load balancing scheme is set to INTERNAL, or when the load balancing scheme is set to EXTERNAL and haPolicy fastIpMove is enabled.", + "description": "The URL of the network to which this backend service belongs.\n\nThis field must be set for Internal Passthrough Network Load Balancers when\nthe haPolicy is enabled, and for External Passthrough Network Load\nBalancers when the haPolicy fastIpMove is enabled.\n\nThis field can only be specified when the load balancing scheme is set toINTERNAL, or when the load balancing scheme is set toEXTERNAL and haPolicy fastIpMove is enabled.", "type": "string" }, "outlierDetection": { "$ref": "OutlierDetection", - "description": "Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service. If not set, this feature is considered disabled. Results of the outlier detection algorithm (ejection of endpoints from the load balancing pool and returning them back to the pool) are executed independently by each proxy instance of the load balancer. In most cases, more than one proxy instance handles the traffic received by a backend service. Thus, it is possible that an unhealthy endpoint is detected and ejected by only some of the proxies, and while this happens, other proxies may continue to send requests to the same unhealthy endpoint until they detect and eject the unhealthy endpoint. Applicable backend endpoints can be: - VM instances in an Instance Group - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - Endpoints in a Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to Cloud Run, App Engine, or Cloud Functions Services - Private Service Connect NEGs, that resolve to Google-managed regional API endpoints or managed services published using Private Service Connect Applicable backend service types can be: - A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. - A regional backend service with the serviceProtocol set to HTTP, HTTPS, HTTP2 or H2C, and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for Serverless NEGs. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true." + "description": "Settings controlling the ejection of unhealthy backend endpoints from the\nload balancing pool of each individual proxy instance that processes the\ntraffic for the given backend service. If not set, this feature is\nconsidered disabled.\n\nResults of the outlier detection algorithm (ejection of endpoints from the\nload balancing pool and returning them back to the pool) are executed\nindependently by each proxy instance of the load balancer. In most cases,\nmore than one proxy instance handles the traffic received by a backend\nservice. Thus, it is possible that an unhealthy endpoint is detected and\nejected by only some of the proxies, and while this happens, other proxies\nmay continue to send requests to the same unhealthy endpoint until they\ndetect and eject the unhealthy endpoint.\n\nApplicable backend endpoints can be:\n \n - VM instances in an Instance Group\n - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT)\n - Endpoints in a Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT)\n - Serverless NEGs, that resolve to Cloud Run, App Engine, or Cloud\n Functions Services \n - Private Service Connect NEGs, that resolve to\n Google-managed regional API endpoints or managed services published using\n Private Service Connect\n\n\n\nApplicable backend service types can be:\n \n - A global backend service with the loadBalancingScheme set to\n INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. \n - A regional backend\n service with the serviceProtocol set to HTTP, HTTPS, HTTP2 or H2C, and\n loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not\n supported for Serverless NEGs.\n\n\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true." }, "params": { "$ref": "BackendServiceParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "port": { "deprecated": true, - "description": "Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80. For internal passthrough Network Load Balancers and external passthrough Network Load Balancers, omit port.", + "description": "Deprecated in favor of portName. The TCP port to connect on\nthe backend. The default value is 80.\nFor internal passthrough Network Load Balancers and external passthrough\nNetwork Load Balancers, omit port.", "format": "int32", "type": "integer" }, "portName": { - "description": "A named port on a backend instance group representing the port for communication to the backend VMs in that group. The named port must be [defined on each backend instance group](https://cloud.google.com/load-balancing/docs/backend-service#named_ports). This parameter has no meaning if the backends are NEGs. For internal passthrough Network Load Balancers and external passthrough Network Load Balancers, omit port_name.", + "description": "A named port on a backend instance group representing the port for\ncommunication to the backend VMs in that group. The\nnamed port must be [defined on each backend instance\ngroup](https://cloud.google.com/load-balancing/docs/backend-service#named_ports).\nThis parameter has no meaning if the backends are NEGs. For internal\npassthrough Network Load Balancers and external passthrough Network Load\nBalancers, omit port_name.", "type": "string" }, "protocol": { - "description": "The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancers or for Traffic Director for more information. Must be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.", + "description": "The protocol this BackendService uses to communicate\nwith backends.\n\nPossible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP or GRPC.\ndepending on the chosen load balancer or Traffic Director configuration.\nRefer to the documentation for the load balancers or for Traffic Director\nfor more information.\n\nMust be set to GRPC when the backend service is referenced by a URL map\nthat is bound to target gRPC proxy.", "enum": [ "GRPC", "H2C", @@ -44629,39 +45921,39 @@ "TCP proxying with SSL.", "TCP proxying or TCP pass-through.", "UDP.", - "If a Backend Service has UNSPECIFIED as its protocol, it can be used with any L3/L4 Forwarding Rules." + "If a Backend Service has UNSPECIFIED as its protocol, it can be used with\nany L3/L4 Forwarding Rules." ], "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the regional backend service\nresides. This field is not applicable to global backend services.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "securityPolicy": { - "description": "[Output Only] The resource URL for the security policy associated with this backend service.", + "description": "[Output Only] The resource URL for the security policy associated with this\nbackend service.", "type": "string" }, "securitySettings": { "$ref": "SecuritySettings", - "description": "This field specifies the security settings that apply to this backend service. This field is applicable to a global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED." + "description": "This field specifies the security settings that apply to this backend\nservice. This field is applicable to a global backend service with the\nload_balancing_scheme set to INTERNAL_SELF_MANAGED." }, "selfLink": { "description": "[Output Only] Server-defined URL for the resource.", "type": "string" }, "serviceBindings": { - "description": "URLs of networkservices.ServiceBinding resources. Can only be set if load balancing scheme is INTERNAL_SELF_MANAGED. If set, lists of backends and health checks must be both empty.", + "description": "URLs of networkservices.ServiceBinding resources.\n\nCan only be set if load balancing scheme is INTERNAL_SELF_MANAGED.\nIf set, lists of backends and health checks must be both empty.", "items": { "type": "string" }, "type": "array" }, "serviceLbPolicy": { - "description": "URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.", + "description": "URL to networkservices.ServiceLbPolicy resource.\n\nCan only be set if load balancing scheme is EXTERNAL_MANAGED,\nINTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.", "type": "string" }, "sessionAffinity": { - "description": "Type of session affinity to use. The default is NONE. Only NONE and HEADER_FIELD are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. For more details, see: [Session Affinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity). sessionAffinity cannot be specified with haPolicy.", + "description": "Type of session affinity to use. The default is NONE.\n\nOnly NONE and HEADER_FIELD are supported\nwhen the backend service is referenced by a URL map that is bound to\ntarget gRPC proxy that has validateForProxyless field set to true.\n\nFor more details, see:\n[Session\nAffinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity).\n\nsessionAffinity cannot be specified with haPolicy.", "enum": [ "CLIENT_IP", "CLIENT_IP_NO_DESTINATION", @@ -44674,34 +45966,34 @@ "STRONG_COOKIE_AFFINITY" ], "enumDescriptions": [ - "2-tuple hash on packet's source and destination IP addresses. Connections from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy.", - "1-tuple hash only on packet's source IP address. Connections from the same source IP address will be served by the same backend VM while that VM remains healthy. This option can only be used for Internal TCP/UDP Load Balancing.", - "5-tuple hash on packet's source and destination IP addresses, IP protocol, and source and destination ports. Connections for the same IP protocol from the same source IP address and port to the same destination IP address and port will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.", - "3-tuple hash on packet's source and destination IP addresses, and IP protocol. Connections for the same IP protocol from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.", - "Hash based on a cookie generated by the L7 loadbalancer. Only valid for HTTP(S) load balancing.", + "2-tuple hash on packet's source and destination IP addresses. Connections\nfrom the same source IP address to the same destination IP address will be\nserved by the same backend VM while that VM remains healthy.", + "1-tuple hash only on packet's source IP address. Connections from the\nsame source IP address will be served by the same backend VM while that VM\nremains healthy. This option can only be used for Internal TCP/UDP\nLoad Balancing.", + "5-tuple hash on packet's source and destination IP addresses, IP protocol,\nand source and destination ports. Connections for the same IP protocol\nfrom the same source IP address and port to the same destination IP address\nand port will be served by the same backend VM while that VM remains\nhealthy. This option cannot be used for HTTP(S) load balancing.", + "3-tuple hash on packet's source and destination IP addresses, and IP\nprotocol. Connections for the same IP protocol from the same source IP\naddress to the same destination IP address will be served by the same\nbackend VM while that VM remains healthy. This option cannot be used for\nHTTP(S) load balancing.", + "Hash based on a cookie generated by the L7 loadbalancer.\nOnly valid for HTTP(S) load balancing.", "The hash is based on a user specified header field.", "The hash is based on a user provided cookie.", - "No session affinity. Connections from the same client IP may go to any instance in the pool.", - "Strong cookie-based affinity. Connections bearing the same cookie will be served by the same backend VM while that VM remains healthy, as long as the cookie has not expired." + "No session affinity. Connections from the same client IP may go\nto any instance in the pool.", + "Strong cookie-based affinity. Connections bearing the same cookie will be\nserved by the same backend VM while that VM remains healthy, as long as the\ncookie has not expired." ], "type": "string" }, "strongSessionAffinityCookie": { "$ref": "BackendServiceHttpCookie", - "description": "Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY." + "description": "Describes the HTTP cookie used for stateful session affinity. This field is\napplicable and required if the sessionAffinity is set toSTRONG_COOKIE_AFFINITY." }, "subsetting": { "$ref": "Subsetting", "description": "subsetting cannot be specified with haPolicy." }, "timeoutSec": { - "description": "The backend service timeout has a different meaning depending on the type of load balancer. For more information see, Backend service settings. The default is 30 seconds. The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds. This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.", + "description": "The backend service timeout has a different meaning depending on the\ntype of load balancer. For more information see,\nBackend service settings.\nThe default is 30 seconds.\nThe full range of timeout values allowed goes from 1\nthrough 2,147,483,647 seconds.\n\nThis value can be overridden in the PathMatcher configuration of the\nUrlMap that references this backend service.\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true.\nInstead, use maxStreamDuration.", "format": "int32", "type": "integer" }, "tlsSettings": { "$ref": "BackendServiceTlsSettings", - "description": "Configuration for Backend Authenticated TLS and mTLS. May only be specified when the backend protocol is SSL, HTTPS or HTTP2." + "description": "Configuration for Backend Authenticated TLS and mTLS. May only be specified\nwhen the backend protocol is SSL, HTTPS or HTTP2." }, "usedBy": { "description": "[Output Only] List of resources referencing given backend service.", @@ -44735,7 +46027,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -44753,7 +46045,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -44817,44 +46109,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -44881,7 +46173,7 @@ "id": "BackendServiceCdnPolicy", "properties": { "bypassCacheOnRequestHeaders": { - "description": "Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization headers. Up to 5 headers can be specified. The cache is bypassed for all cdnPolicy.cacheMode settings.", + "description": "Bypass the cache when the specified request headers are matched - e.g.\nPragma or Authorization headers. Up to 5 headers can be specified.\nThe cache is bypassed for all cdnPolicy.cacheMode settings.", "items": { "$ref": "BackendServiceCdnPolicyBypassCacheOnRequestHeader" }, @@ -44892,7 +46184,7 @@ "description": "The CacheKeyPolicy for this CdnPolicy." }, "cacheMode": { - "description": "Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.", + "description": "Specifies the cache setting for all responses from this backend.\nThe possible values are:USE_ORIGIN_HEADERS Requires the origin to set valid caching\nheaders to cache content. Responses without these headers will not be\ncached at Google's edge, and will require a full trip to the origin on\nevery request, potentially impacting performance and increasing load on\nthe origin server.FORCE_CACHE_ALL Cache all content, ignoring any \"private\",\n\"no-store\" or \"no-cache\" directives in Cache-Control response headers.\nWarning: this may result in Cloud CDN caching private,\nper-user (user identifiable) content.CACHE_ALL_STATIC Automatically cache static content,\nincluding common image formats, media (video and audio), and web assets\n(JavaScript and CSS). Requests and responses that are marked as\nuncacheable, as well as dynamic content (including HTML), will not be\ncached.\n\nIf no value is provided for cdnPolicy.cacheMode, it defaults\nto CACHE_ALL_STATIC.", "enum": [ "CACHE_ALL_STATIC", "FORCE_CACHE_ALL", @@ -44900,50 +46192,50 @@ "USE_ORIGIN_HEADERS" ], "enumDescriptions": [ - "Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.", - "Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content.", + "Automatically cache static content, including common image formats,\nmedia (video and audio), and web assets (JavaScript and CSS).\nRequests and responses that are marked as uncacheable, as well as\ndynamic content (including HTML), will not be cached.", + "Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\"\ndirectives in Cache-Control response headers.\nWarning: this may result in Cloud CDN caching private,\nper-user (user identifiable) content.", "", - "Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server." + "Requires the origin to set valid caching headers to cache content.\nResponses without these headers will not be cached at Google's edge,\nand will require a full trip to the origin on every request,\npotentially impacting performance and increasing load on the\norigin server." ], "type": "string" }, "clientTtl": { - "description": "Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the response max-age directive, along with a \"public\" directive. For cacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a \"public\" cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. The maximum allowed value is 31,622,400s (1 year).", + "description": "Specifies a separate client (e.g. browser client) maximum TTL. This is\nused to clamp the max-age (or Expires) value sent to the client. With\nFORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the\nresponse max-age directive, along with a \"public\" directive. For\ncacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age\nfrom the origin (if specified), or else sets the response max-age\ndirective to the lesser of the client_ttl and default_ttl, and also\nensures a \"public\" cache-control directive is present.\nIf a client TTL is not specified, a default value (1 hour) will be used.\nThe maximum allowed value is 31,622,400s (1 year).", "format": "int32", "type": "integer" }, "defaultTtl": { - "description": "Specifies the default TTL for cached content served by this origin for responses that do not have an existing valid TTL (max-age or s-maxage). Setting a TTL of \"0\" means \"always revalidate\". The value of defaultTTL cannot be set to a value greater than that of maxTTL, but can be equal. When the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL will overwrite the TTL set in all responses. The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.", + "description": "Specifies the default TTL for cached content served by this origin for\nresponses that do not have an existing valid TTL (max-age or s-maxage).\nSetting a TTL of \"0\" means \"always revalidate\".\nThe value of defaultTTL cannot be set to a value greater than that of\nmaxTTL, but can be equal.\nWhen the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL\nwill overwrite the TTL set in all responses. The maximum allowed value is\n31,622,400s (1 year), noting that infrequently accessed objects may be\nevicted from the cache before the defined TTL.", "format": "int32", "type": "integer" }, "maxTtl": { - "description": "Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of \"0\" means \"always revalidate\". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.", + "description": "Specifies the maximum allowed TTL for cached content served by this\norigin.\nCache directives that attempt to set a max-age or s-maxage higher than\nthis, or an Expires header more than maxTTL seconds in the future will\nbe capped at the value of maxTTL, as if it were the value of an\ns-maxage Cache-Control directive.\nHeaders sent to the client will not be modified.\nSetting a TTL of \"0\" means \"always revalidate\".\nThe maximum allowed value is 31,622,400s (1 year), noting that\ninfrequently accessed objects may be evicted from the cache before\nthe defined TTL.", "format": "int32", "type": "integer" }, "negativeCaching": { - "description": "Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.", + "description": "Negative caching allows per-status code TTLs to be set, in order\nto apply fine-grained caching for common errors or redirects.\nThis can reduce the load on your origin and improve end-user\nexperience by reducing response latency.\nWhen the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS,\nnegative caching applies to responses with the specified response code\nthat lack any Cache-Control, Expires, or Pragma: no-cache directives.\nWhen the cache mode is set to FORCE_CACHE_ALL, negative caching applies\nto all responses with the specified response code, and override any\ncaching headers.\nBy default, Cloud CDN will apply the following default TTLs to these\nstatus codes:\nHTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m\nHTTP 404 (Not Found), 410 (Gone),\n451 (Unavailable For Legal Reasons): 120s\nHTTP 405 (Method Not Found), 501 (Not Implemented): 60s.\nThese defaults can be overridden in negative_caching_policy.", "type": "boolean" }, "negativeCachingPolicy": { - "description": "Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.", + "description": "Sets a cache TTL for the specified HTTP status code.\nnegative_caching must be enabled to configure negative_caching_policy.\nOmitting the policy and leaving negative_caching enabled will use\nCloud CDN's default cache TTLs.\nNote that when specifying an explicit negative_caching_policy, you\nshould take care to specify a cache TTL for all response codes\nthat you wish to cache. Cloud CDN will not apply any default\nnegative caching when a policy exists.", "items": { "$ref": "BackendServiceCdnPolicyNegativeCachingPolicy" }, "type": "array" }, "requestCoalescing": { - "description": "If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests to the origin.", + "description": "If true then Cloud CDN will combine multiple concurrent cache fill\nrequests into a small number of requests to the origin.", "type": "boolean" }, "serveWhileStale": { - "description": "Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache. This setting defines the default \"max-stale\" duration for any cached responses that do not specify a max-stale directive. Stale responses that exceed the TTL configured here will not be served. The default limit (max-stale) is 86400s (1 day), which will allow stale content to be served up to this limit beyond the max-age (or s-maxage) of a cached response. The maximum allowed value is 604800 (1 week). Set this to zero (0) to disable serve-while-stale.", + "description": "Serve existing content from the cache (if available) when revalidating\ncontent with the origin, or when an error is encountered when refreshing\nthe cache.\nThis setting defines the default \"max-stale\" duration for any cached\nresponses that do not specify a max-stale directive. Stale responses that\nexceed the TTL configured here will not be served. The default limit\n(max-stale) is 86400s (1 day), which will allow stale content to be\nserved up to this limit beyond the max-age (or s-maxage) of a cached\nresponse.\nThe maximum allowed value is 604800 (1 week).\nSet this to zero (0) to disable serve-while-stale.", "format": "int32", "type": "integer" }, "signedUrlCacheMaxAgeSec": { - "description": "Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a \"Cache-Control: public, max-age=[TTL]\" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered.", + "description": "Maximum number of seconds the response to a signed URL request will be\nconsidered fresh. After this time period, the response will be\nrevalidated before being served. Defaults to 1hr (3600s). When serving\nresponses to signed URL requests, Cloud CDN will internally behave as\nthough all responses from this backend had a \"Cache-Control:\npublic, max-age=[TTL]\" header, regardless of any existing\nCache-Control header. The actual headers served in responses will not be\naltered.", "format": "int64", "type": "string" }, @@ -44958,11 +46250,11 @@ "type": "object" }, "BackendServiceCdnPolicyBypassCacheOnRequestHeader": { - "description": "Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.", + "description": "Bypass the cache when the specified request headers are present,\ne.g. Pragma or Authorization headers. Values are case insensitive.\nThe presence of such a header overrides the cache_mode setting.", "id": "BackendServiceCdnPolicyBypassCacheOnRequestHeader", "properties": { "headerName": { - "description": "The header field name to match on when bypassing cache. Values are case-insensitive.", + "description": "The header field name to match on when bypassing cache.\nValues are case-insensitive.", "type": "string" } }, @@ -44973,12 +46265,12 @@ "id": "BackendServiceCdnPolicyNegativeCachingPolicy", "properties": { "code": { - "description": "The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.", + "description": "The HTTP status code to define a TTL against. Only HTTP status codes\n300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 can be\nspecified as values, and you cannot specify a status code more than\nonce.", "format": "int32", "type": "integer" }, "ttl": { - "description": "The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.", + "description": "The TTL (in seconds) for which to cache responses with the\ncorresponding status code.\nThe maximum allowed value is 1800s (30 minutes), noting that\ninfrequently accessed objects may be evicted from the cache before the\ndefined TTL.", "format": "int32", "type": "integer" } @@ -44990,7 +46282,7 @@ "id": "BackendServiceConnectionTrackingPolicy", "properties": { "connectionPersistenceOnUnhealthyBackends": { - "description": "Specifies connection persistence when backends are unhealthy. The default value is DEFAULT_FOR_PROTOCOL. If set to DEFAULT_FOR_PROTOCOL, the existing connections persist on unhealthy backends only for connection-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default tracking mode) or the Session Affinity is configured for 5-tuple. They do not persist for UDP. If set to NEVER_PERSIST, after a backend becomes unhealthy, the existing connections on the unhealthy backend are never persisted on the unhealthy backend. They are always diverted to newly selected healthy backends (unless all backends are unhealthy). If set to ALWAYS_PERSIST, existing connections always persist on unhealthy backends regardless of protocol and session affinity. It is generally not recommended to use this mode overriding the default. For more details, see [Connection Persistence for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#connection-persistence) and [Connection Persistence for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#connection-persistence).", + "description": "Specifies connection persistence when backends are unhealthy. The default\nvalue is DEFAULT_FOR_PROTOCOL.\n\nIf set to DEFAULT_FOR_PROTOCOL, the existing connections\npersist on unhealthy backends only for connection-oriented protocols\n(TCP and SCTP) and only if the Tracking Mode isPER_CONNECTION (default tracking mode) or the Session\nAffinity is configured for 5-tuple. They do not persist forUDP.\n\nIf set to NEVER_PERSIST, after a backend becomes unhealthy,\nthe existing connections on the unhealthy backend are never persisted on\nthe unhealthy backend. They are always diverted to newly selected healthy\nbackends (unless all backends are unhealthy).\n\nIf set to ALWAYS_PERSIST, existing connections always\npersist on unhealthy backends regardless of protocol and session\naffinity. It is generally not recommended to use this mode overriding the\ndefault.\n\nFor more details, see [Connection Persistence for Network Load\nBalancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#connection-persistence)\nand [Connection Persistence for Internal TCP/UDP Load\nBalancing](https://cloud.google.com/load-balancing/docs/internal#connection-persistence).", "enum": [ "ALWAYS_PERSIST", "DEFAULT_FOR_PROTOCOL", @@ -45004,16 +46296,16 @@ "type": "string" }, "enableStrongAffinity": { - "description": "Enable Strong Session Affinity for external passthrough Network Load Balancers. This option is not available publicly.", + "description": "Enable Strong Session Affinity for external passthrough Network Load\nBalancers. This option is not available publicly.", "type": "boolean" }, "idleTimeoutSec": { - "description": "Specifies how long to keep a Connection Tracking entry while there is no matching traffic (in seconds). For internal passthrough Network Load Balancers: - The minimum (default) is 10 minutes and the maximum is 16 hours. - It can be set only if Connection Tracking is less than 5-tuple (i.e. Session Affinity is CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode is PER_SESSION). For external passthrough Network Load Balancers the default is 60 seconds. This option is not available publicly.", + "description": "Specifies how long to keep a Connection Tracking entry while there is no\nmatching traffic (in seconds).\n\nFor internal passthrough Network Load Balancers:\n \n - The minimum (default) is 10 minutes and the maximum is 16 hours.\n - It can be set only if Connection Tracking is less than 5-tuple\n (i.e. Session Affinity is CLIENT_IP_NO_DESTINATION,CLIENT_IP or CLIENT_IP_PROTO, and Tracking\n Mode is PER_SESSION).\n\n\n\nFor external passthrough Network Load Balancers the default is 60\nseconds. This option is not available publicly.", "format": "int32", "type": "integer" }, "trackingMode": { - "description": "Specifies the key used for connection tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracking is performed as per the Connection Key (default Hash Method) for the specific protocol. - PER_SESSION: The Connection Tracking is performed as per the configured Session Affinity. It matches the configured Session Affinity. For more details, see [Tracking Mode for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode) and [Tracking Mode for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#tracking-mode).", + "description": "Specifies the key used for connection tracking. There are two\noptions:\n \n - PER_CONNECTION: This is the default mode. The Connection\n Tracking is performed as per the Connection Key (default Hash Method) for\n the specific protocol.\n - PER_SESSION: The Connection Tracking is performed as per\n the configured Session Affinity. It matches the configured Session\n Affinity.\n\n\n\nFor more details, see [Tracking Mode for Network Load\nBalancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode)\nand [Tracking Mode for Internal TCP/UDP Load\nBalancing](https://cloud.google.com/load-balancing/docs/internal#tracking-mode).", "enum": [ "INVALID_TRACKING_MODE", "PER_CONNECTION", @@ -45030,7 +46322,7 @@ "type": "object" }, "BackendServiceCustomMetric": { - "description": "Custom Metrics are used for WEIGHTED_ROUND_ROBIN locality_lb_policy.", + "description": "Custom Metrics are used for WEIGHTED_ROUND_ROBIN\nlocality_lb_policy.", "id": "BackendServiceCustomMetric", "properties": { "dryRun": { @@ -45038,26 +46330,26 @@ "type": "boolean" }, "name": { - "description": "Name of a custom utilization signal. The name must be 1-64 characters long and match the regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a lowercase letter, and all following characters must be a dash, period, underscore, lowercase letter, or digit, except the last character, which cannot be a dash, period, or underscore. For usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global or regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED, INTERNAL_MANAGED INTERNAL_SELF_MANAGED.", + "description": "Name of a custom utilization signal. The name must be 1-64 characters\nlong and match the regular expression\n`[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the\nfirst character must be a lowercase letter, and all following\ncharacters must be a dash, period, underscore, lowercase letter, or\ndigit, except the last character, which cannot be a dash, period, or\nunderscore. For usage guidelines, see Custom Metrics balancing mode. This\nfield can only be used for a global or regional backend service with the\nloadBalancingScheme set to EXTERNAL_MANAGED,INTERNAL_MANAGED INTERNAL_SELF_MANAGED.", "type": "string" } }, "type": "object" }, "BackendServiceFailoverPolicy": { - "description": "For load balancers that have configurable failover: [Internal passthrough Network Load Balancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external passthrough Network Load Balancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). On failover or failback, this field indicates whether connection draining will be honored. Google Cloud has a fixed connection draining timeout of 10 minutes. A setting of true terminates existing TCP connections to the active pool during failover and failback, immediately draining traffic. A setting of false allows existing TCP connections to persist, even on VMs no longer in the active pool, for up to the duration of the connection draining timeout (10 minutes).", + "description": "For load balancers that have configurable\nfailover:\n[Internal passthrough Network Load\nBalancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview)\nand [external passthrough\nNetwork Load\nBalancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).\nOn failover or failback, this field indicates whether connection draining\nwill be honored. Google Cloud has a fixed connection draining timeout of\n10 minutes. A setting of true terminates existing TCP\nconnections to the active pool during failover and failback, immediately\ndraining traffic. A setting of false allows existing TCP\nconnections to persist, even on VMs no longer in the active pool, for up\nto the duration of the connection draining timeout (10 minutes).", "id": "BackendServiceFailoverPolicy", "properties": { "disableConnectionDrainOnFailover": { - "description": "This can be set to true only if the protocol is TCP. The default is false.", + "description": "This can be set to true only if the protocol isTCP.\n\nThe default is false.", "type": "boolean" }, "dropTrafficIfUnhealthy": { - "description": "If set to true, connections to the load balancer are dropped when all primary and all backup backend VMs are unhealthy.If set to false, connections are distributed among all primary VMs when all primary and all backup backend VMs are unhealthy. For load balancers that have configurable failover: [Internal passthrough Network Load Balancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external passthrough Network Load Balancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). The default is false.", + "description": "If set to true, connections to the\nload balancer are dropped when all primary and all backup backend VMs are\nunhealthy.If set to false, connections are distributed\namong all primary VMs when all primary and all backup backend VMs are\n unhealthy.\nFor load balancers that have configurable\nfailover:\n[Internal passthrough\nNetwork Load\nBalancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview)\nand [external passthrough\nNetwork Load\nBalancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).\nThe default is false.", "type": "boolean" }, "failoverRatio": { - "description": "The value of the field must be in the range [0, 1]. If the value is 0, the load balancer performs a failover when the number of healthy primary VMs equals zero. For all other values, the load balancer performs a failover when the total number of healthy primary VMs is less than this ratio. For load balancers that have configurable failover: [Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).", + "description": "The value of the field must be in the range[0, 1]. If the value is 0, the load balancer performs a\nfailover when the number of healthy primary VMs equals zero.\nFor all other values, the load balancer performs a failover when the\ntotal number of healthy primary VMs is less than this ratio.\nFor load balancers that have configurable\nfailover:\n[Internal TCP/UDP Load\nBalancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview)\nand [external TCP/UDP Load\nBalancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).", "format": "float", "type": "number" } @@ -45075,7 +46367,7 @@ "type": "object" }, "healthStatus": { - "description": "Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.", + "description": "Health state of the backend instances or endpoints in requested instance or\nnetwork endpoint group, determined based on configured health checks.", "items": { "$ref": "HealthStatus" }, @@ -45083,7 +46375,7 @@ }, "kind": { "default": "compute#backendServiceGroupHealth", - "description": "[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.", + "description": "[Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend\nservices.", "type": "string" } }, @@ -45093,7 +46385,7 @@ "id": "BackendServiceHAPolicy", "properties": { "fastIPMove": { - "description": "Specifies whether fast IP move is enabled, and if so, the mechanism to achieve it. Supported values are: - DISABLED: Fast IP Move is disabled. You can only use the haPolicy.leader API to update the leader. - >GARP_RA: Provides a method to very quickly define a new network endpoint as the leader. This method is faster than updating the leader using the haPolicy.leader API. Fast IP move works as follows: The VM hosting the network endpoint that should become the new leader sends either a Gratuitous ARP (GARP) packet (IPv4) or an ICMPv6 Router Advertisement(RA) packet (IPv6). Google Cloud immediately but temporarily associates the forwarding rule IP address with that VM, and both new and in-flight packets are quickly delivered to that VM. Note the important properties of the Fast IP Move functionality: - The GARP/RA-initiated re-routing stays active for approximately 20 minutes. After triggering fast failover, you must also appropriately set the haPolicy.leader. - The new leader instance should continue to send GARP/RA packets periodically every 10 seconds until at least 10 minutes after updating the haPolicy.leader (but stop immediately if it is no longer the leader). - After triggering a fast failover, we recommend that you wait at least 3 seconds before sending another GARP/RA packet from a different VM instance to avoid race conditions. - Don't send GARP/RA packets from different VM instances at the same time. If multiple instances continue to send GARP/RA packets, traffic might be routed to different destinations in an alternating order. This condition ceases when a single instance issues a GARP/RA packet. - The GARP/RA request always takes priority over the leader API. Using the haPolicy.leader API to change the leader to a different instance will have no effect until the GARP/RA request becomes inactive. - The GARP/RA packets should follow the GARP/RA Packet Specifications.. - When multiple forwarding rules refer to a regional backend service, you need only send a GARP or RA packet for a single forwarding rule virtual IP. The virtual IPs for all forwarding rules targeting the same backend service will also be moved to the sender of the GARP or RA packet. The following are the Fast IP Move limitations (that is, when fastIPMove is not DISABLED): - Multiple forwarding rules cannot use the same IP address if one of them refers to a regional backend service with fastIPMove. - The regional backend service must set the network field, and all NEGs must belong to that network. However, individual NEGs can belong to different subnetworks of that network. - The maximum number of network endpoints across all backends of a backend service with fastIPMove is 32. - The maximum number of backend services with fastIPMove that can have the same network endpoint attached to one of its backends is 64. - The maximum number of backend services with fastIPMove in a VPC in a region is 64. - The network endpoints that are attached to a backend of a backend service with fastIPMove cannot resolve to Gen3+ machines for IPv6. - Traffic directed to the leader by a static route next hop will not be redirected to a new leader by fast failover. Such traffic will only be redirected once an haPolicy.leader update has taken effect. Only traffic to the forwarding rule's virtual IP will be redirected to a new leader by fast failover. haPolicy.fastIPMove can be set only at backend service creation time. Once set, it cannot be updated. By default, fastIpMove is set to DISABLED.", + "description": "Specifies whether fast IP move is enabled, and if so, the mechanism to\nachieve it.\n\nSupported values are:\n \n - DISABLED: Fast IP Move is disabled. You can only use the\n haPolicy.leader API to update the leader.\n - >GARP_RA: Provides a method to very quickly define a new network\n endpoint as the leader. This method is faster than updating the leader\n using the haPolicy.leader API. Fast IP move works as follows: The VM\n hosting the network endpoint that should become the new leader sends\n either a Gratuitous ARP (GARP) packet (IPv4) or an ICMPv6 Router\n Advertisement(RA) packet (IPv6). Google Cloud immediately but\n temporarily associates the forwarding rule IP address with that VM, and\n both new and in-flight packets are quickly delivered to that VM.\n\n\n\nNote the important properties of the Fast IP Move functionality:\n \n - The GARP/RA-initiated re-routing stays active for approximately 20\n minutes. After triggering fast failover, you must also\n appropriately set the haPolicy.leader.\n - The new leader instance should continue to send GARP/RA packets\n periodically every 10 seconds until at least 10 minutes after updating\n the haPolicy.leader (but stop immediately if it is no longer the leader).\n - After triggering a fast failover, we recommend that you wait at least\n 3 seconds before sending another GARP/RA packet from a different VM\n instance to avoid race conditions.\n - Don't send GARP/RA packets from different VM\n instances at the same time. If multiple instances continue to send\n GARP/RA packets, traffic might be routed to different destinations in an\n alternating order. This condition ceases when a single instance\n issues a GARP/RA packet.\n - The GARP/RA request always takes priority over the leader API.\n Using the haPolicy.leader API to change the leader to a different\n instance will have no effect until the GARP/RA request becomes\n inactive.\n - The GARP/RA packets should follow the GARP/RA\n Packet Specifications..\n - When multiple forwarding rules refer to a regional backend service,\n you need only send a GARP or RA packet for a single forwarding rule\n virtual IP. The virtual IPs for all forwarding rules targeting the same\n backend service will also be moved to the sender of the GARP or RA\n packet. \n\n\n\nThe following are the Fast IP Move limitations (that is, when fastIPMove\nis not DISABLED):\n \n - Multiple forwarding rules cannot use the same IP address if one of\n them refers to a regional backend service with fastIPMove.\n - The regional backend service must set the network field, and all\n NEGs must belong to that network. However, individual\n NEGs can belong to different subnetworks of that network. \n - The maximum number of network endpoints across all backends of a\n backend service with fastIPMove is 32.\n - The maximum number of backend services with fastIPMove that can have\n the same network endpoint attached to one of its backends is 64.\n - The maximum number of backend services with fastIPMove in a VPC in a\n region is 64.\n - The network endpoints that are attached to a backend of a backend\n service with fastIPMove cannot resolve to Gen3+ machines for IPv6.\n - Traffic directed to the leader by a static route next hop will not be\n redirected to a new leader by fast failover. Such traffic will only be\n redirected once an haPolicy.leader update has taken effect. Only traffic\n to the forwarding rule's virtual IP will be redirected to a new leader by\n fast failover.\n\n\nhaPolicy.fastIPMove can be set only at backend service creation time.\nOnce set, it cannot be updated.\n\nBy default, fastIpMove is set to DISABLED.", "enum": [ "DISABLED", "GARP_RA" @@ -45106,7 +46398,7 @@ }, "leader": { "$ref": "BackendServiceHAPolicyLeader", - "description": "Selects one of the network endpoints attached to the backend NEGs of this service as the active endpoint (the leader) that receives all traffic. When the leader changes, there is no connection draining to persist existing connections on the old leader. You are responsible for selecting a suitable endpoint as the leader. For example, preferring a healthy endpoint over unhealthy ones. Note that this service does not track backend endpoint health, and selects the configured leader unconditionally." + "description": "Selects one of the network endpoints attached to the backend NEGs of\nthis service as the active endpoint (the leader) that receives all\ntraffic.\n\nWhen the leader changes, there is no connection draining to persist\nexisting connections on the old leader.\n\nYou are responsible for selecting a suitable endpoint as the\nleader. For example, preferring a healthy endpoint over unhealthy ones.\nNote that this service does not track backend endpoint health, and\nselects the configured leader unconditionally." } }, "type": "object" @@ -45115,12 +46407,12 @@ "id": "BackendServiceHAPolicyLeader", "properties": { "backendGroup": { - "description": "A fully-qualified URL (starting with https://www.googleapis.com/) of the zonal Network Endpoint Group (NEG) with `GCE_VM_IP` endpoints that the leader is attached to. The leader's backendGroup must already be specified as a backend of this backend service. Removing a backend that is designated as the leader's backendGroup is not permitted.", + "description": "A fully-qualified URL (starting with https://www.googleapis.com/)\nof the zonal Network Endpoint Group (NEG) with `GCE_VM_IP` endpoints\nthat the leader is attached to.\n\nThe leader's backendGroup must already be specified as a backend of\nthis backend service. Removing a backend that is designated as the\nleader's backendGroup is not permitted.", "type": "string" }, "networkEndpoint": { "$ref": "BackendServiceHAPolicyLeaderNetworkEndpoint", - "description": "The network endpoint within the leader.backendGroup that is designated as the leader. This network endpoint cannot be detached from the NEG specified in the haPolicy.leader.backendGroup until the leader is updated with another network endpoint, or the leader is removed from the haPolicy." + "description": "The network endpoint within the leader.backendGroup that is\ndesignated as the leader.\n\nThis network endpoint cannot be detached from the NEG specified in\nthe haPolicy.leader.backendGroup until the leader is updated with\nanother network endpoint, or the leader is removed from the haPolicy." } }, "type": "object" @@ -45129,7 +46421,7 @@ "id": "BackendServiceHAPolicyLeaderNetworkEndpoint", "properties": { "instance": { - "description": "The name of the VM instance of the leader network endpoint. The instance must already be attached to the NEG specified in the haPolicy.leader.backendGroup. The name must be 1-63 characters long, and comply with RFC1035. Authorization requires the following IAM permission on the specified resource instance: compute.instances.use", + "description": "The name of the VM instance of the leader network endpoint. The\ninstance must already be attached to the NEG specified in the\nhaPolicy.leader.backendGroup.\n\nThe name must be 1-63 characters long, and comply with RFC1035.\nAuthorization requires the following IAM permission on the\nspecified resource instance: compute.instances.use", "type": "string" } }, @@ -45159,7 +46451,7 @@ "id": "BackendServiceIAP", "properties": { "enabled": { - "description": "Whether the serving infrastructure will authenticate and authorize all incoming requests.", + "description": "Whether the serving infrastructure will authenticate and authorize all\nincoming requests.", "type": "boolean" }, "oauth2ClientId": { @@ -45167,7 +46459,7 @@ "type": "string" }, "oauth2ClientSecret": { - "description": "OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly", + "description": "OAuth2 client secret to use for the authentication flow.\nFor security reasons, this value cannot be retrieved via the API.\nInstead, the SHA-256 hash of the value is returned in the\noauth2ClientSecretSha256 field.\n\n@InputOnly", "type": "string" }, "oauth2ClientSecretSha256": { @@ -45194,11 +46486,11 @@ }, "kind": { "default": "compute#backendServiceList", - "description": "[Output Only] Type of resource. Always compute#backendServiceList for lists of backend services.", + "description": "[Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -45209,7 +46501,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -45273,44 +46565,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -45349,11 +46641,11 @@ }, "kind": { "default": "compute#usableBackendServiceList", - "description": "[Output Only] Type of resource. Always compute#usableBackendServiceList for lists of usable backend services.", + "description": "[Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend\nservices.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -45364,7 +46656,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -45428,44 +46720,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -45488,7 +46780,7 @@ "type": "object" }, "BackendServiceLocalityLoadBalancingPolicyConfig": { - "description": "Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.", + "description": "Container for either a built-in LB policy supported by gRPC or Envoy or\na custom one implemented by the end user.", "id": "BackendServiceLocalityLoadBalancingPolicyConfig", "properties": { "customPolicy": { @@ -45501,15 +46793,15 @@ "type": "object" }, "BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy": { - "description": "The configuration for a custom policy implemented by the user and deployed with the client.", + "description": "The configuration for a custom policy implemented by the user and\ndeployed with the client.", "id": "BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy", "properties": { "data": { - "description": "An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.", + "description": "An optional, arbitrary JSON object with configuration data, understood\nby a locally installed custom policy implementation.", "type": "string" }, "name": { - "description": "Identifies the custom policy. The value should match the name of a custom implementation registered on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (for example, myorg.CustomLbPolicy). The maximum length is 256 characters. Do not specify the same custom policy more than once for a backend. If you do, the configuration is rejected. For an example of how to use this field, see Use a custom policy.", + "description": "Identifies the custom policy.\n\nThe value should match the name of a custom implementation registered\non the gRPC clients. It should follow protocol buffer message naming\nconventions and include the full path (for example,\nmyorg.CustomLbPolicy). The maximum length is 256 characters.\n\nDo not specify the same custom policy more than once for a\nbackend. If you do, the configuration is rejected.\n\nFor an example of how to use this field, seeUse\na custom policy.", "type": "string" } }, @@ -45520,7 +46812,7 @@ "id": "BackendServiceLocalityLoadBalancingPolicyConfigPolicy", "properties": { "name": { - "description": "The name of a locality load-balancing policy. Valid values include ROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify the same policy more than once for a backend. If you do, the configuration is rejected.", + "description": "The name of a locality load-balancing policy. Valid values include\nROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information\nabout these values, see the description of localityLbPolicy.\n\nDo not specify the same policy more than once for a\nbackend. If you do, the configuration is rejected.", "enum": [ "INVALID_LB_POLICY", "LEAST_REQUEST", @@ -45535,15 +46827,15 @@ ], "enumDescriptions": [ "", - "An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.", - "This algorithm implements consistent hashing to backends. Maglev can be used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software Network Load Balancer.", - "Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer.", + "An O(1) algorithm which selects two random healthy hosts and\npicks the host which has fewer active requests.", + "This algorithm implements consistent hashing to backends. Maglev can be\nused as a drop in replacement for the ring hash load balancer. Maglev is\nnot as stable as ring hash but has faster table lookup build times and\nhost selection times. For more information about Maglev, seeMaglev:\nA Fast and Reliable Software Network Load Balancer.", + "Backend host is selected based on the client connection metadata, i.e.,\nconnections are opened to the same address as the destination address of\nthe incoming connection before the connection was redirected to the load\nbalancer.", "The load balancer selects a random healthy host.", - "The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests.", - "This is a simple policy in which each healthy backend is selected in round robin order. This is the default.", - "Per-instance weighted Load Balancing via health check reported weights. In internal passthrough network load balancing, it is weighted rendezvous hashing. This option is only supported in internal passthrough network load balancing.", - "Per-instance weighted Load Balancing via health check reported weights. If set, the Backend Service must configure a non legacy HTTP-based Health Check, and health check replies are expected to contain non-standard HTTP response header field X-Load-Balancing-Endpoint-Weight to specify the per-instance weights. If set, Load Balancing is weighted based on the per-instance weights reported in the last processed health check replies, as long as every instance either reported a valid weight or had UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains equal-weight. This option is only supported in Network Load Balancing.", - "Per-endpoint weighted round-robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the Backend Service responses are expected to contain non-standard HTTP response header field Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via the customMetrics fields." + "The ring/modulo hash load balancer implements consistent hashing to\nbackends. The algorithm has the property that the addition/removal\nof a host from a set of N hosts only affects 1/N of the requests.", + "This is a simple policy in which each healthy backend is selected\nin round robin order. This is the default.", + "Per-instance weighted Load Balancing via health check reported weights.\nIn internal passthrough network load balancing, it is weighted\nrendezvous hashing.\nThis option is only supported in internal passthrough network load\nbalancing.", + "Per-instance weighted Load Balancing via health check reported weights.\nIf set, the Backend Service must configure a non legacy HTTP-based Health\nCheck, and health check replies are expected to contain non-standard HTTP\nresponse header field X-Load-Balancing-Endpoint-Weight to specify the\nper-instance weights.\nIf set, Load Balancing is weighted based on the\nper-instance weights reported in the last processed health check replies,\nas long as every instance either reported a valid weight or had\nUNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains equal-weight.\nThis option is only supported in Network Load Balancing.", + "Per-endpoint weighted round-robin Load Balancing using weights computed\nfrom Backend reported Custom Metrics. If set, the Backend Service\nresponses are expected to contain non-standard HTTP response header field\nEndpoint-Load-Metrics. The reported metrics\nto use for computing the weights are specified via the\ncustomMetrics fields." ], "type": "string" } @@ -45551,22 +46843,22 @@ "type": "object" }, "BackendServiceLogConfig": { - "description": "The available logging options for the load balancer traffic served by this backend service.", + "description": "The available logging options for the load balancer traffic served by this\nbackend service.", "id": "BackendServiceLogConfig", "properties": { "enable": { - "description": "Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.", + "description": "Denotes whether to enable logging for the load balancer\ntraffic served by this backend service. The default value is false.", "type": "boolean" }, "optionalFields": { - "description": "This field can only be specified if logging is enabled for this backend service and \"logConfig.optionalMode\" was set to CUSTOM. Contains a list of optional fields you want to include in the logs. For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace", + "description": "This field can only be specified if logging is enabled for this backend\nservice and \"logConfig.optionalMode\" was set to CUSTOM. Contains a list\nof optional fields you want to include in the logs. For example:\nserverInstance, serverGkeDetails.cluster,\nserverGkeDetails.pod.podNamespace", "items": { "type": "string" }, "type": "array" }, "optionalMode": { - "description": "This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL.", + "description": "This field can only be specified if logging is enabled for this backend\nservice. Configures whether all, none or a subset of optional fields\nshould be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL,\nEXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL.", "enum": [ "CUSTOM", "EXCLUDE_ALL_OPTIONAL", @@ -45580,7 +46872,7 @@ "type": "string" }, "sampleRate": { - "description": "This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0.", + "description": "This field can only be specified if logging is enabled for this backend\nservice. The value of the field must be in [0, 1]. This configures the\nsampling rate of requests to the load balancer where 1.0 means all logged\nrequests are reported and 0.0 means no logged requests are reported. The\ndefault value is 1.0.", "format": "float", "type": "number" } @@ -45595,7 +46887,7 @@ "additionalProperties": { "type": "string" }, - "description": "Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"} * {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", "type": "object" } }, @@ -45614,15 +46906,15 @@ "id": "BackendServiceTlsSettings", "properties": { "authenticationConfig": { - "description": "Reference to the BackendAuthenticationConfig resource from the networksecurity.googleapis.com namespace. Can be used in authenticating TLS connections to the backend, as specified by the authenticationMode field. Can only be specified if authenticationMode is not NONE.", + "description": "Reference to the BackendAuthenticationConfig resource from the\nnetworksecurity.googleapis.com namespace. Can be used in authenticating\nTLS connections to the backend, as specified by the authenticationMode\nfield. Can only be specified if authenticationMode is not NONE.", "type": "string" }, "sni": { - "description": "Server Name Indication - see RFC3546 section 3.1. If set, the load balancer sends this string as the SNI hostname in the TLS connection to the backend, and requires that this string match a Subject Alternative Name (SAN) in the backend's server certificate. With a Regional Internet NEG backend, if the SNI is specified here, the load balancer uses it regardless of whether the Regional Internet NEG is specified with FQDN or IP address and port. When both sni and subjectAltNames[] are specified, the load balancer matches the backend certificate's SAN only to subjectAltNames[].", + "description": "Server Name Indication - see RFC3546 section 3.1. If set, the load\nbalancer sends this string as the SNI hostname in the TLS connection to\nthe backend, and requires that this string match a Subject Alternative\nName (SAN) in the backend's server certificate. With a Regional Internet\nNEG backend, if the SNI is specified here, the load balancer uses it\nregardless of whether the Regional Internet NEG is specified with FQDN or\nIP address and port. When both sni and subjectAltNames[] are specified,\nthe load balancer matches the backend certificate's SAN only to\nsubjectAltNames[].", "type": "string" }, "subjectAltNames": { - "description": "A list of Subject Alternative Names (SANs) that the Load Balancer verifies during a TLS handshake with the backend. When the server presents its X.509 certificate to the Load Balancer, the Load Balancer inspects the certificate's SAN field, and requires that at least one SAN match one of the subjectAltNames in the list. This field is limited to 5 entries. When both sni and subjectAltNames[] are specified, the load balancer matches the backend certificate's SAN only to subjectAltNames[].", + "description": "A list of Subject Alternative Names (SANs) that the Load Balancer\nverifies during a TLS handshake with the backend. When the server\npresents its X.509 certificate to the Load Balancer, the Load Balancer\ninspects the certificate's SAN field, and requires that at least one SAN\nmatch one of the subjectAltNames in the list. This field is limited to 5\nentries. When both sni and subjectAltNames[] are specified, the load\nbalancer matches the backend certificate's SAN only to subjectAltNames[].", "items": { "$ref": "BackendServiceTlsSettingsSubjectAltName" }, @@ -45632,7 +46924,7 @@ "type": "object" }, "BackendServiceTlsSettingsSubjectAltName": { - "description": "A Subject Alternative Name that the load balancer matches against the SAN field in the TLS certificate provided by the backend, specified as either a DNS name or a URI, in accordance with RFC 5280 4.2.1.6", + "description": "A Subject Alternative Name that the load balancer matches against the SAN\nfield in the TLS certificate provided by the backend, specified as either\na DNS name or a URI, in accordance with RFC 5280 4.2.1.6", "id": "BackendServiceTlsSettingsSubjectAltName", "properties": { "dnsName": { @@ -45650,7 +46942,7 @@ "id": "BackendServiceUsedBy", "properties": { "reference": { - "description": "[Output Only] Server-defined URL for resources referencing given BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies and ForwardingRule.", + "description": "[Output Only] Server-defined URL for resources referencing given\nBackendService like UrlMaps, TargetTcpProxies, TargetSslProxies\nand ForwardingRule.", "type": "string" } }, @@ -45667,10 +46959,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of backend services when the list is empty.", + "description": "Informational warning which replaces the list of\nbackend services when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -45734,44 +47026,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -45797,19 +47089,19 @@ "id": "BfdPacket", "properties": { "authenticationPresent": { - "description": "The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Authentication Present bit of the BFD packet. This is specified in\nsection 4.1 ofRFC5880", "type": "boolean" }, "controlPlaneIndependent": { - "description": "The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Control Plane Independent bit of the BFD packet. This is specified in\nsection 4.1 ofRFC5880", "type": "boolean" }, "demand": { - "description": "The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The demand bit of the BFD packet. This is specified in section 4.1 ofRFC5880", "type": "boolean" }, "diagnostic": { - "description": "The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880", + "description": "The diagnostic code specifies the local system's reason for the last change\nin session state. This allows remote systems to determine the reason that\nthe previous session failed, for example. These diagnostic codes are\nspecified in section 4.1 ofRFC5880", "enum": [ "ADMINISTRATIVELY_DOWN", "CONCATENATED_PATH_DOWN", @@ -45837,49 +47129,49 @@ "type": "string" }, "final": { - "description": "The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Final bit of the BFD packet. This is specified in section 4.1 ofRFC5880", "type": "boolean" }, "length": { - "description": "The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880", + "description": "The length of the BFD Control packet in bytes. This is specified in section\n4.1 ofRFC5880", "format": "uint32", "type": "integer" }, "minEchoRxIntervalMs": { - "description": "The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Required Min Echo RX Interval value in the BFD packet. This is\nspecified in section 4.1 ofRFC5880", "format": "uint32", "type": "integer" }, "minRxIntervalMs": { - "description": "The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Required Min RX Interval value in the BFD packet. This is specified in\nsection 4.1 ofRFC5880", "format": "uint32", "type": "integer" }, "minTxIntervalMs": { - "description": "The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Desired Min TX Interval value in the BFD packet. This is specified in\nsection 4.1 ofRFC5880", "format": "uint32", "type": "integer" }, "multiplier": { - "description": "The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The detection time multiplier of the BFD packet. This is specified in\nsection 4.1 ofRFC5880", "format": "uint32", "type": "integer" }, "multipoint": { - "description": "The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The multipoint bit of the BFD packet. This is specified in section 4.1 ofRFC5880", "type": "boolean" }, "myDiscriminator": { - "description": "The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The My Discriminator value in the BFD packet. This is specified in section\n4.1 ofRFC5880", "format": "uint32", "type": "integer" }, "poll": { - "description": "The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Poll bit of the BFD packet. This is specified in section 4.1 ofRFC5880", "type": "boolean" }, "state": { - "description": "The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880", + "description": "The current BFD session state as seen by the transmitting system. These\nstates are specified in section 4.1 ofRFC5880", "enum": [ "ADMIN_DOWN", "DOWN", @@ -45897,12 +47189,12 @@ "type": "string" }, "version": { - "description": "The version number of the BFD protocol, as specified in section 4.1 of RFC5880.", + "description": "The version number of the BFD protocol, as specified in section 4.1 ofRFC5880.", "format": "uint32", "type": "integer" }, "yourDiscriminator": { - "description": "The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880", + "description": "The Your Discriminator value in the BFD packet. This is specified in\nsection 4.1 ofRFC5880", "format": "uint32", "type": "integer" } @@ -45914,7 +47206,7 @@ "id": "BfdStatus", "properties": { "bfdSessionInitializationMode": { - "description": "The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer.", + "description": "The BFD session initialization mode for this BGP peer.\nIf set to ACTIVE, the Cloud Router will initiate the BFD session for\nthis BGP peer. If set to PASSIVE, the Cloud Router will wait for the\npeer router to initiate the BFD session for this BGP peer. If set to\nDISABLED, BFD is disabled for this BGP peer.", "enum": [ "ACTIVE", "DISABLED", @@ -45944,7 +47236,7 @@ "type": "array" }, "localDiagnostic": { - "description": "The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880", + "description": "The diagnostic code specifies the local system's reason for the last change\nin session state. This allows remote systems to determine the reason that\nthe previous session failed, for example. These diagnostic codes are\nspecified in section 4.1 ofRFC5880", "enum": [ "ADMINISTRATIVELY_DOWN", "CONCATENATED_PATH_DOWN", @@ -45972,7 +47264,7 @@ "type": "string" }, "localState": { - "description": "The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880", + "description": "The current BFD session state as seen by the transmitting system. These\nstates are specified in section 4.1 ofRFC5880", "enum": [ "ADMIN_DOWN", "DOWN", @@ -46014,22 +47306,22 @@ "id": "BfdStatusPacketCounts", "properties": { "numRx": { - "description": "Number of packets received since the beginning of the current BFD session.", + "description": "Number of packets received since the beginning of the current BFD\nsession.", "format": "uint32", "type": "integer" }, "numRxRejected": { - "description": "Number of packets received that were rejected because of errors since the beginning of the current BFD session.", + "description": "Number of packets received that were rejected because of errors since the\nbeginning of the current BFD session.", "format": "uint32", "type": "integer" }, "numRxSuccessful": { - "description": "Number of packets received that were successfully processed since the beginning of the current BFD session.", + "description": "Number of packets received that were successfully processed since the\nbeginning of the current BFD session.", "format": "uint32", "type": "integer" }, "numTx": { - "description": "Number of packets transmitted since the beginning of the current BFD session.", + "description": "Number of packets transmitted since the beginning of the current BFD\nsession.", "format": "uint32", "type": "integer" } @@ -46055,7 +47347,7 @@ }, "destination": { "$ref": "BgpRouteNetworkLayerReachabilityInformation", - "description": "[Output only] Destination IP range for the route, in human-readable CIDR format" + "description": "[Output only] Destination IP range for the route, in human-readable CIDR\nformat" }, "med": { "description": "[Output only] BGP multi-exit discriminator", @@ -46083,13 +47375,21 @@ "id": "BgpRouteAsPath", "properties": { "asns": { - "description": "[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.", + "description": "[Output only] ASNs in the path segment. When type is SEQUENCE, these are\nordered.", "items": { "format": "int32", "type": "integer" }, "type": "array" }, + "asns32": { + "description": "[Output only] ASNs in the path segment. This field is for better\nsupport of 32 bit ASNs as the other asns field suffers from overflow when\nthe ASN is larger. When type is SEQUENCE, these are ordered.", + "items": { + "format": "uint32", + "type": "integer" + }, + "type": "array" + }, "type": { "description": "[Output only] Type of AS-PATH segment (SEQUENCE or SET)", "enum": [ @@ -46110,7 +47410,7 @@ "id": "BgpRouteNetworkLayerReachabilityInformation", "properties": { "pathId": { - "description": "If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.", + "description": "If the BGP session supports multiple paths (RFC 7911), the path\nidentifier for this route.", "format": "uint32", "type": "integer" }, @@ -46127,35 +47427,35 @@ "properties": { "condition": { "$ref": "Expr", - "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)." + "description": "The condition that is associated with this binding.\n\nIf the condition evaluates to `true`, then this binding applies to the\ncurrent request.\n\nIf the condition evaluates to `false`, then this binding does not apply to\nthe current request. However, a different role binding might grant the same\nrole to one or more of the principals in this binding.\n\nTo learn which resources support conditions in their IAM policies, see the\n[IAM\ndocumentation](https://cloud.google.com/iam/help/conditions/resource-policies)." }, "members": { - "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.", + "description": "Specifies the principals requesting access for a Google Cloud resource.\n`members` can have the following values:\n\n* `allUsers`: A special identifier that represents anyone who is\n on the internet; with or without a Google account.\n\n* `allAuthenticatedUsers`: A special identifier that represents anyone\n who is authenticated with a Google account or a service account.\n Does not include identities that come from external identity providers\n (IdPs) through identity federation.\n\n* `user:{emailid}`: An email address that represents a specific Google\n account. For example, `alice@example.com` .\n\n\n* `serviceAccount:{emailid}`: An email address that represents a Google\n service account. For example,\n `my-other-app@appspot.gserviceaccount.com`.\n\n* `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An\n identifier for a\n [Kubernetes service\n account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).\n For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`.\n\n* `group:{emailid}`: An email address that represents a Google group.\n For example, `admins@example.com`.\n\n\n* `domain:{domain}`: The G Suite domain (primary) that represents all the\n users of that domain. For example, `google.com` or `example.com`.\n\n\n\n\n* `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`:\n A single identity in a workforce identity pool.\n\n* `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`:\n All workforce identities in a group.\n\n* `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`:\n All workforce identities with a specific attribute value.\n\n* `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`:\n All identities in a workforce identity pool.\n\n* `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`:\n A single identity in a workload identity pool.\n\n* `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`:\n A workload identity pool group.\n\n* `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`:\n All identities in a workload identity pool with a certain attribute.\n\n* `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`:\n All identities in a workload identity pool.\n\n* `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique\n identifier) representing a user that has been recently deleted. For\n example, `alice@example.com?uid=123456789012345678901`. If the user is\n recovered, this value reverts to `user:{emailid}` and the recovered user\n retains the role in the binding.\n\n* `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus\n unique identifier) representing a service account that has been recently\n deleted. For example,\n `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.\n If the service account is undeleted, this value reverts to\n `serviceAccount:{emailid}` and the undeleted service account retains the\n role in the binding.\n\n* `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique\n identifier) representing a Google group that has been recently\n deleted. For example, `admins@example.com?uid=123456789012345678901`. If\n the group is recovered, this value reverts to `group:{emailid}` and the\n recovered group retains the role in the binding.\n\n* `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`:\n Deleted single identity in a workforce identity pool. For example,\n `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.", "items": { "type": "string" }, "type": "array" }, "role": { - "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).", + "description": "Role that is assigned to the list of `members`, or principals.\nFor example, `roles/viewer`, `roles/editor`, or `roles/owner`.\n\nFor an overview of the IAM roles and permissions, see the\n[IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For\na list of the available pre-defined roles, see\n[here](https://cloud.google.com/iam/docs/understanding-roles).", "type": "string" } }, "type": "object" }, "BulkInsertDiskResource": { - "description": "A transient resource used in compute.disks.bulkInsert and compute.regionDisks.bulkInsert. It is only used to process requests and is not persisted.", + "description": "A transient resource used in compute.disks.bulkInsert and\ncompute.regionDisks.bulkInsert. It is only used to process\nrequests and is not persisted.", "id": "BulkInsertDiskResource", "properties": { "sourceConsistencyGroupPolicy": { - "description": "The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy ", + "description": "The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.\nThis may be a full or partial URL, such as:\n \n \n - \n https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy\n \n - \n projects/project/regions/region/resourcePolicies/resourcePolicy\n \n - \n regions/region/resourcePolicies/resourcePolicy", "type": "string" } }, "type": "object" }, "BulkInsertInstanceResource": { - "description": "A transient resource used in compute.instances.bulkInsert and compute.regionInstances.bulkInsert . This resource is not persisted anywhere, it is used only for processing the requests.", + "description": "A transient resource used in compute.instances.bulkInsert and\ncompute.regionInstances.bulkInsert . This resource is not persisted\nanywhere, it is used only for processing the requests.", "id": "BulkInsertInstanceResource", "properties": { "count": { @@ -46165,41 +47465,41 @@ }, "instanceProperties": { "$ref": "InstanceProperties", - "description": "The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided." + "description": "The instance properties defining the VM instances to be created. Required\nif sourceInstanceTemplate is not provided." }, "locationPolicy": { "$ref": "LocationPolicy", - "description": "Policy for choosing target zone. For more information, see Create VMs in bulk." + "description": "Policy for choosing target zone. For more information, seeCreate VMs in\nbulk." }, "minCount": { - "description": "The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.", + "description": "The minimum number of instances to create. If no min_count is\nspecified then count is used as the default value. Ifmin_count instances cannot be created, then no instances will\nbe created and instances already created will be deleted.", "format": "int64", "type": "string" }, "namePattern": { - "description": "The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.", + "description": "The string pattern used for the names of the VMs.\nEither name_pattern or per_instance_properties\nmust be set. The pattern must contain one continuous sequence of\nplaceholder hash characters (#) with each character corresponding to one\ndigit of the generated instance name. Example: a name_pattern\nof inst-#### generates instance names such asinst-0001 and inst-0002. If existing instances\nin the same project and zone have names that match the name pattern\nthen the generated instance numbers start after the biggest\nexisting number. For example, if there exists an instance with nameinst-0050, then instance names generated using the patterninst-#### begin with inst-0051. The name pattern\nplaceholder #...# can contain up to 18 characters.", "type": "string" }, "perInstanceProperties": { "additionalProperties": { "$ref": "BulkInsertInstanceResourcePerInstanceProperties" }, - "description": "Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.", + "description": "Per-instance properties to be set on individual instances.\nKeys of this map specify requested instance names.\nCan be empty if name_pattern is used.", "type": "object" }, "sourceInstanceTemplate": { - "description": "Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.", + "description": "Specifies the instance template from which to create instances. You may\ncombine sourceInstanceTemplate withinstanceProperties to override specific values from an\nexisting instance template. Bulk API follows the semantics of JSON Merge\nPatch described by RFC\n7396.\n\nIt can be a full or partial URL. For example, the following are\nall valid URLs to an instance template: \n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate\n - projects/project/global/instanceTemplates/instanceTemplate\n - global/instanceTemplates/instanceTemplate\n\n\n\nThis field is optional.", "type": "string" } }, "type": "object" }, "BulkInsertInstanceResourcePerInstanceProperties": { - "description": "Per-instance properties to be set on individual instances. To be extended in the future.", + "description": "Per-instance properties to be set on individual instances.\nTo be extended in the future.", "id": "BulkInsertInstanceResourcePerInstanceProperties", "properties": { "hostname": { - "description": "Specifies the hostname of the instance. More details in: https://cloud.google.com/compute/docs/instances/custom-hostname-vm#naming_convention", + "description": "Specifies the hostname of the instance. More details in:\nhttps://cloud.google.com/compute/docs/instances/custom-hostname-vm#naming_convention", "type": "string" }, "name": { @@ -46223,12 +47523,12 @@ "type": "integer" }, "failedToCreateVmCount": { - "description": "[Output Only] Count of VMs that started creating but encountered an error.", + "description": "[Output Only] Count of VMs that started creating but encountered an\nerror.", "format": "int32", "type": "integer" }, "status": { - "description": "[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.", + "description": "[Output Only] Creation status of BulkInsert operation - information\nif the flow is rolling forward or rolling back.", "enum": [ "CREATING", "DONE", @@ -46255,7 +47555,7 @@ "id": "BulkSetLabelsRequest", "properties": { "labelFingerprint": { - "description": "The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You may optionally provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.", + "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by Compute\nEngine and changes after every request to modify or update labels. You may\noptionally provide an up-to-date fingerprint hash in order to update or\nchange labels. Make a get() request to the resource to get the\nlatest fingerprint.", "format": "byte", "type": "string" }, @@ -46285,14 +47585,14 @@ "id": "CacheInvalidationRule", "properties": { "cacheTags": { - "description": "A list of cache tags used to identify cached objects. - Cache tags are specified when the response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with any tags. Up to 10 tags can be specified in a single invalidation request.", + "description": "A list of cache tags used to identify cached objects.\n\n \n - Cache tags are specified when the response is first cached, by setting\n the `Cache-Tag` response header at the origin.\n - Multiple cache tags in the same invalidation request are treated as\n Boolean `OR` - for example, `tag1 OR tag2 OR tag3`.\n - If other fields are also specified, these are treated as Boolean `AND`\n with any tags.\n\n\nUp to 10 tags can be specified in a single invalidation request.", "items": { "type": "string" }, "type": "array" }, "host": { - "description": "If set, this invalidation rule will only apply to requests with a Host header matching host.", + "description": "If set, this invalidation rule will only apply to requests with a Host\nheader matching host.", "type": "string" }, "path": { @@ -46302,7 +47602,7 @@ "type": "object" }, "CacheKeyPolicy": { - "description": "Message containing what to include in the cache key for a request for Cloud CDN.", + "description": "Message containing what to include in the cache key for a request for Cloud\nCDN.", "id": "CacheKeyPolicy", "properties": { "includeHost": { @@ -46317,7 +47617,7 @@ "type": "array" }, "includeNamedCookies": { - "description": "Allows HTTP cookies (by name) to be used in the cache key. The name=value pair will be used in the cache key Cloud CDN generates.", + "description": "Allows HTTP cookies (by name) to be used in the cache key.\nThe name=value pair will be used in the cache key Cloud CDN generates.", "items": { "type": "string" }, @@ -46328,18 +47628,18 @@ "type": "boolean" }, "includeQueryString": { - "description": "If true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist. If neither is set, the entire query string will be included. If false, the query string will be excluded from the cache key entirely.", + "description": "If true, include query string parameters in the cache key according to\nquery_string_whitelist and query_string_blacklist. If neither is set, the\nentire query string will be included. If false, the query string will be\nexcluded from the cache key entirely.", "type": "boolean" }, "queryStringBlacklist": { - "description": "Names of query string parameters to exclude in cache keys. All other parameters will be included. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.", + "description": "Names of query string parameters to exclude in cache keys. All other\nparameters will be included. Either specify query_string_whitelist or\nquery_string_blacklist, not both. '&' and '=' will be percent encoded and\nnot treated as delimiters.", "items": { "type": "string" }, "type": "array" }, "queryStringWhitelist": { - "description": "Names of query string parameters to include in cache keys. All other parameters will be excluded. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.", + "description": "Names of query string parameters to include in cache keys. All other\nparameters will be excluded. Either specify query_string_whitelist or\nquery_string_blacklist, not both. '&' and '=' will be percent encoded and\nnot treated as delimiters.", "items": { "type": "string" }, @@ -46349,31 +47649,31 @@ "type": "object" }, "CircuitBreakers": { - "description": "Settings controlling the volume of requests, connections and retries to this backend service.", + "description": "Settings controlling the volume of requests, connections and retries to this\nbackend service.", "id": "CircuitBreakers", "properties": { "maxConnections": { - "description": "The maximum number of connections to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "The maximum number of connections to the backend service. If not specified,\nthere is no limit.\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" }, "maxPendingRequests": { - "description": "The maximum number of pending requests allowed to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "The maximum number of pending requests allowed to the backend service. If\nnot specified, there is no limit.\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" }, "maxRequests": { - "description": "The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.", + "description": "The maximum number of parallel requests that allowed to the backend\nservice. If not specified, there is no limit.", "format": "int32", "type": "integer" }, "maxRequestsPerConnection": { - "description": "Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "Maximum requests for a single connection to the backend service.\nThis parameter is respected by both the HTTP/1.1 and HTTP/2\nimplementations. If not specified, there is no limit. Setting this\nparameter to 1 will effectively disable keep alive.\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" }, "maxRetries": { - "description": "The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "The maximum number of parallel retries allowed to the backend cluster. If\nnot specified, the default is 1.\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" } @@ -46381,15 +47681,15 @@ "type": "object" }, "Commitment": { - "description": "Represents a regional resource-based commitment resource. Creating this commitment resource means that you are purchasing a resource-based committed use contract, with an explicit start and end time. You can purchase resource-based commitments for both hardware and software resources. For more information, read Resource-based committed use discounts", + "description": "Represents a regional resource-based commitment resource.\n\nCreating this commitment resource means that you are purchasing a\nresource-based committed use contract, with an explicit start and end time.\nYou can purchase resource-based commitments for both hardware and software\nresources. For more information, read\nResource-based committed use discounts", "id": "Commitment", "properties": { "autoRenew": { - "description": "Specifies whether to automatically renew the commitment at the end of its current term. The default value is false. If you set the field to true, each time your commitment reaches the end of its term, Compute Engine automatically renews it for another term. You can update this field anytime before the commitment expires. For example, if the commitment is set to expire at 12 AM UTC-8 on January 3, 2027, you can update this field until 11:59 PM UTC-8 on January 2, 2027.", + "description": "Specifies whether to automatically renew the commitment at the end of its\ncurrent term. The default value is false. If you set the field\nto true, each time your commitment reaches the end of its\nterm, Compute Engine automatically renews it for another term. You can\nupdate this field anytime before the commitment expires. For example, if\nthe commitment is set to expire at 12 AM UTC-8 on January 3, 2027, you can\nupdate this field until 11:59 PM UTC-8 on January 2, 2027.", "type": "boolean" }, "category": { - "description": "The category of the commitment; specifies whether the commitment is for hardware or software resources. Category MACHINE specifies that you are committing to hardware machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies that you are committing to software licenses, listed in licenseResources. Note that if you specify MACHINE commitments, then you must also specify a type to indicate the machine series of the hardware resource that you are committing to.", + "description": "The category of the commitment; specifies whether the commitment is for\nhardware or software resources. Category MACHINE specifies\nthat you are committing to hardware machine resources such asVCPU or MEMORY, listed in resources.\nCategory LICENSE specifies that you are committing to software\nlicenses, listed in licenseResources.\nNote that if you specify MACHINE commitments, then you must\nalso specify a type to indicate the machine series of the\nhardware resource that you are committing to.", "enum": [ "CATEGORY_UNSPECIFIED", "LICENSE", @@ -46403,19 +47703,19 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "customEndTimestamp": { - "description": "[Input Only] Optional, specifies the requested commitment end time in RFC3339 text format. Use this option when the desired commitment's end date is later than the start date + term duration.", + "description": "[Input Only] Optional, specifies the requested commitment end time inRFC3339 text format. Use this option when the desired\ncommitment's end date is later than the start date + term duration.", "type": "string" }, "description": { - "description": "An optional description of the commitment. You can provide this property when you create the resource.", + "description": "An optional description of the commitment. You can provide this property\nwhen you create the resource.", "type": "string" }, "endTimestamp": { - "description": "[Output Only] Commitment end time in RFC3339 text format.", + "description": "[Output Only] Commitment end time inRFC3339\ntext format.", "type": "string" }, "existingReservations": { @@ -46425,13 +47725,13 @@ "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#commitment", - "description": "[Output Only] Type of the resource. Always compute#commitment for commitments.", + "description": "[Output Only] Type of the resource. Always compute#commitment\nfor commitments.", "type": "string" }, "licenseResource": { @@ -46439,19 +47739,19 @@ "description": "The license specification required as part of a license commitment." }, "mergeSourceCommitments": { - "description": "The list of source commitments that you are merging to create the new merged commitment. For more information, see Merging commitments.", + "description": "The list of source commitments that you are merging to create the new\nmerged commitment. For more information, see\nMerging commitments.", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Name of the commitment. You must specify a name when you purchase the commitment. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the commitment. You must specify a name when you purchase the\ncommitment. The name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "plan": { - "description": "The minimum time duration that you commit to purchasing resources. The plan that you choose determines the preset term length of the commitment (which is 1 year or 3 years) and affects the discount rate that you receive for your resources. Committing to a longer time duration typically gives you a higher discount rate. The supported values for this field are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).", + "description": "The minimum time duration that you commit to purchasing resources.\nThe plan that you choose determines the preset term length of the\ncommitment (which is 1 year or 3 years) and affects the discount rate that\nyou receive for your resources. Committing to a longer time duration\ntypically gives you a higher discount rate. The supported values for this\nfield are TWELVE_MONTH (1 year), andTHIRTY_SIX_MONTH (3 years).", "enum": [ "INVALID", "THIRTY_SIX_MONTH", @@ -46465,11 +47765,11 @@ "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the commitment and committed resources are located.", + "description": "[Output Only] URL of the region where the commitment and committed\nresources are located.", "type": "string" }, "reservations": { - "description": "The list of new reservations that you want to create and attach to this commitment. You must attach reservations to your commitment if your commitment specifies any GPUs or Local SSD disks. For more information, see Attach reservations to resource-based commitments. Specify this property only if you want to create new reservations to attach. To attach existing reservations, specify the existingReservations property instead.", + "description": "The list of new reservations that you want to create and attach to this\ncommitment.\n\nYou must attach reservations to your commitment if your commitment\nspecifies any GPUs or Local SSD disks. For more information, see \nAttach reservations to resource-based commitments.\n\nSpecify this property only if you want to create new\nreservations to attach. To attach existing reservations, specify theexistingReservations property instead.", "items": { "$ref": "Reservation" }, @@ -46480,7 +47780,7 @@ "description": "[Output Only] Status information for Commitment resource." }, "resources": { - "description": "The list of all the hardware resources, with their types and amounts, that you want to commit to. Specify as a separate entry in the list for each individual resource type.", + "description": "The list of all the hardware resources, with their types and amounts, that\nyou want to commit to. Specify as a separate entry in the list for each\nindividual resource type.", "items": { "$ref": "ResourceCommitment" }, @@ -46491,15 +47791,15 @@ "type": "string" }, "splitSourceCommitment": { - "description": "The source commitment from which you are transferring resources to create the new split commitment. For more information, see Split commitments.", + "description": "The source commitment from which you are transferring resources to create\nthe new split commitment. For more information, see \nSplit commitments.", "type": "string" }, "startTimestamp": { - "description": "[Output Only] Commitment start time in RFC3339 text format.", + "description": "[Output Only] Commitment start time inRFC3339\ntext format.", "type": "string" }, "status": { - "description": "[Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). Status can be one of the following values: NOT_YET_ACTIVE, ACTIVE, or EXPIRED.", + "description": "[Output Only] Status of the commitment with regards to eventual expiration\n(each commitment has an end date defined). Status can be one of the\nfollowing values: NOT_YET_ACTIVE, ACTIVE, orEXPIRED.", "enum": [ "ACTIVE", "CANCELLED", @@ -46509,7 +47809,7 @@ ], "enumDescriptions": [ "", - "Deprecate CANCELED status. Will use separate status to differentiate cancel by mergeCud or manual cancellation.", + "Deprecate CANCELED status. Will use separate status to differentiate\ncancel by mergeCud or manual cancellation.", "", "", "" @@ -46521,7 +47821,7 @@ "type": "string" }, "type": { - "description": "The type of commitment; specifies the machine series for which you want to commit to purchasing resources. The choice of machine series affects the discount rate and the eligible resource types. The type must be one of the following: ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3, ACCELERATOR_OPTIMIZED_A3_MEGA, COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D, COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE, GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2, GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D, GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D, GRAPHICS_OPTIMIZED, MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3, MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies only to eligible resources of general purpose N1 machine series.", + "description": "The type of commitment; specifies the\nmachine series for which you want to commit to purchasing resources.\nThe choice of machine series affects the discount rate and the eligible\nresource types.\n\n The type must be one of the following:ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D,\n COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, MEMORY_OPTIMIZED,MEMORY_OPTIMIZED_M3, MEMORY_OPTIMIZED_X4,STORAGE_OPTIMIZED_Z3.\nFor example, type MEMORY_OPTIMIZED specifies a commitment\nthat applies only to eligible resources of memory optimized M1 and M2\nmachine series. Type GENERAL_PURPOSE specifies a commitment\nthat applies only to eligible resources of general purpose N1 machine\nseries.", "enum": [ "ACCELERATOR_OPTIMIZED", "ACCELERATOR_OPTIMIZED_A3", @@ -46542,6 +47842,7 @@ "GENERAL_PURPOSE_N2", "GENERAL_PURPOSE_N2D", "GENERAL_PURPOSE_N4", + "GENERAL_PURPOSE_N4D", "GENERAL_PURPOSE_T2D", "GRAPHICS_OPTIMIZED", "MEMORY_OPTIMIZED", @@ -46584,7 +47885,8 @@ "", "", "", - "Note for internal users: When adding a new enum Type for v1, make sure to also add it in the comment for the `optional Type type` definition. This ensures that the public documentation displays the new enum Type." + "", + "Note for internal users: When adding a new enum Type for v1, make sure\nto also add it in the comment for the `optional Type type` definition.\nThis ensures that the public documentation displays the new enum Type." ], "type": "string" } @@ -46608,11 +47910,11 @@ }, "kind": { "default": "compute#commitmentAggregatedList", - "description": "[Output Only] Type of resource. Always compute#commitmentAggregatedList for aggregated lists of commitments.", + "description": "[Output Only] Type of resource. Alwayscompute#commitmentAggregatedList for aggregated lists of\ncommitments.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -46630,7 +47932,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -46694,44 +47996,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -46770,11 +48072,11 @@ }, "kind": { "default": "compute#commitmentList", - "description": "[Output Only] Type of resource. Always compute#commitmentList for lists of commitments.", + "description": "[Output Only] Type of resource. Always compute#commitmentList\nfor lists of commitments.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -46785,7 +48087,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -46849,44 +48151,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -46913,7 +48215,7 @@ "id": "CommitmentResourceStatus", "properties": { "customTermEligibilityEndTimestamp": { - "description": "[Output Only] Indicates the end time of customer's eligibility to send custom term requests in RFC3339 text format. Term extension requests that (not the end time in the request) after this time will be rejected.", + "description": "[Output Only] Indicates the end time of customer's eligibility to send\ncustom term requests in RFC3339 text format. Term extension requests that\n(not the end time in the request) after this time will be rejected.", "type": "string" } }, @@ -46930,10 +48232,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of commitments when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of commitments\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -46997,44 +48299,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -47088,7 +48390,7 @@ "id": "ConnectionDraining", "properties": { "drainingTimeoutSec": { - "description": "Configures a duration timeout for existing requests on a removed backend instance. For supported load balancers and protocols, as described in Enabling connection draining.", + "description": "Configures a duration timeout for existing requests on a removed backend\ninstance. For supported load balancers and protocols, as described inEnabling\nconnection draining.", "format": "int32", "type": "integer" } @@ -47101,14 +48403,14 @@ "properties": { "httpCookie": { "$ref": "ConsistentHashLoadBalancerSettingsHttpCookie", - "description": "Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable if the sessionAffinity is set to HTTP_COOKIE. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true." + "description": "Hash is based on HTTP Cookie. This field describes a HTTP cookie that will\nbe used as the hash key for the consistent hash load balancer. If the\ncookie is not present, it will be generated. This field is applicable if\nthe sessionAffinity is set to HTTP_COOKIE.\n\nNot supported when the backend service is referenced by a URL map that is\nbound to target gRPC proxy that has validateForProxyless field set to true." }, "httpHeaderName": { - "description": "The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.", + "description": "The hash based on the value of the specified header field. This field is\napplicable if the sessionAffinity is set toHEADER_FIELD.", "type": "string" }, "minimumRingSize": { - "description": "The minimum number of virtual nodes to use for the hash ring. Defaults to 1024. Larger ring sizes result in more granular load distributions. If the number of hosts in the load balancing pool is larger than the ring size, each host will be assigned a single virtual node.", + "description": "The minimum number of virtual nodes to use for the hash ring. Defaults to\n1024. Larger ring sizes result in more granular load distributions. If the\nnumber of hosts in the load balancing pool is larger than the ring size,\neach host will be assigned a single virtual node.", "format": "int64", "type": "string" } @@ -47116,7 +48418,7 @@ "type": "object" }, "ConsistentHashLoadBalancerSettingsHttpCookie": { - "description": "The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.", + "description": "The information about the HTTP Cookie on which the hash function is based\nfor load balancing policies that use a consistent hash.", "id": "ConsistentHashLoadBalancerSettingsHttpCookie", "properties": { "name": { @@ -47135,96 +48437,295 @@ "type": "object" }, "CorsPolicy": { - "description": "The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard.", + "description": "The specification for allowing client-side cross-origin requests. For more\ninformation about the W3C recommendation for cross-origin resource sharing\n(CORS), see Fetch API Living\nStandard.", "id": "CorsPolicy", "properties": { "allowCredentials": { - "description": "In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This field translates to the Access-Control-Allow-Credentials header. Default is false.", + "description": "In response to a preflight request, setting this to true\nindicates that\nthe actual request can include user credentials. This field translates to\nthe Access-Control-Allow-Credentials header.\n\nDefault is false.", "type": "boolean" }, "allowHeaders": { - "description": "Specifies the content for the Access-Control-Allow-Headers header.", + "description": "Specifies the content for the Access-Control-Allow-Headers\nheader.", "items": { "type": "string" }, "type": "array" }, "allowMethods": { - "description": "Specifies the content for the Access-Control-Allow-Methods header.", + "description": "Specifies the content for the Access-Control-Allow-Methods\nheader.", "items": { "type": "string" }, "type": "array" }, "allowOriginRegexes": { - "description": "Specifies a regular expression that matches allowed origins. For more information, see regular expression syntax . An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.", + "description": "Specifies a regular expression that matches allowed origins. For\nmore information, see regular expression syntax. \n\nAn origin is allowed if it matches either an item inallowOrigins or an item inallowOriginRegexes.\n\nRegular expressions can only be used when the loadBalancingScheme is\nset to INTERNAL_SELF_MANAGED.", "items": { "type": "string" }, "type": "array" }, "allowOrigins": { - "description": "Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.", + "description": "Specifies the list of origins that is allowed to do CORS requests.\n\nAn origin is allowed if it matches either an item inallowOrigins or an item inallowOriginRegexes.", "items": { "type": "string" }, "type": "array" }, "disabled": { - "description": "If true, disables the CORS policy. The default value is false, which indicates that the CORS policy is in effect.", + "description": "If true, disables the CORS policy.\nThe default value is false, which indicates that the CORS\npolicy is in effect.", "type": "boolean" }, "exposeHeaders": { - "description": "Specifies the content for the Access-Control-Expose-Headers header.", + "description": "Specifies the content for the Access-Control-Expose-Headers\nheader.", "items": { "type": "string" }, "type": "array" }, "maxAge": { - "description": "Specifies how long results of a preflight request can be cached in seconds. This field translates to the Access-Control-Max-Age header.", + "description": "Specifies how long results of a preflight request can be cached in\nseconds. This field translates to the Access-Control-Max-Age\nheader.", "format": "int32", "type": "integer" } }, "type": "object" }, + "CrossSiteNetwork": { + "description": "A resource that represents a cross-site network.\n\nYou can use cross-site networks to connect your on-premises networks to\neach other through Interconnect connections.", + "id": "CrossSiteNetwork", + "properties": { + "creationTimestamp": { + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", + "type": "string" + }, + "description": { + "description": "An optional description of the cross-site network.", + "type": "string" + }, + "id": { + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", + "format": "uint64", + "type": "string" + }, + "kind": { + "default": "compute#crossSiteNetwork", + "description": "[Output Only] Type of the resource. Alwayscompute#crossSiteNetwork for cross-site networks.", + "type": "string" + }, + "name": { + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for the resource.", + "type": "string" + } + }, + "type": "object" + }, + "CrossSiteNetworkList": { + "description": "Response to the list request that contains a list of cross-site networks.", + "id": "CrossSiteNetworkList", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "description": "[Output Only] Unique identifier for the resource; defined by the server.", + "type": "string" + }, + "items": { + "description": "A list of CrossSiteNetwork resources.", + "items": { + "$ref": "CrossSiteNetwork" + }, + "type": "array" + }, + "kind": { + "default": "compute#crossSiteNetwork", + "description": "[Output Only] Type of the resource. Alwayscompute#crossSiteNetwork for cross-site networks.", + "type": "string" + }, + "nextPageToken": { + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for this resource.", + "type": "string" + }, + "unreachables": { + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", + "items": { + "type": "string" + }, + "type": "array" + }, + "warning": { + "description": "[Output Only] Informational warning message.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LARGE_DEPLOYMENT_WARNING", + "LIST_OVERHEAD_QUOTA_EXCEED", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "QUOTA_INFO_UNAVAILABLE", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + true, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed\noperation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as\ndeprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as\nexperimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden.\nDeprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", + "When deploying a deployment with a exceedingly large number of resources", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, "CustomErrorResponsePolicy": { - "description": "Specifies the custom error response policy that must be applied when the backend service or backend bucket responds with an error.", + "description": "Specifies the custom error response policy that must be applied when the\nbackend service or backend bucket responds with an error.", "id": "CustomErrorResponsePolicy", "properties": { "errorResponseRules": { - "description": "Specifies rules for returning error responses. In a given policy, if you specify rules for both a range of error codes as well as rules for specific error codes then rules with specific error codes have a higher priority. For example, assume that you configure a rule for 401 (Un-authorized) code, and another for all 4 series error codes (4XX). If the backend service returns a 401, then the rule for 401 will be applied. However if the backend service returns a 403, the rule for 4xx takes effect.", + "description": "Specifies rules for returning error responses.\n\nIn a given policy, if you specify rules for both a range of error codes\nas well as rules for specific error codes then rules with specific error\ncodes have a higher priority. For example, assume that you configure a rule\nfor 401 (Un-authorized) code, and another for all 4 series\nerror codes (4XX). If the backend service returns a401, then the rule for 401 will be applied.\nHowever if the backend service returns a 403, the rule for4xx takes effect.", "items": { "$ref": "CustomErrorResponsePolicyCustomErrorResponseRule" }, "type": "array" }, "errorService": { - "description": "The full or partial URL to the BackendBucket resource that contains the custom error content. Examples are: - https://www.googleapis.com/compute/v1/projects/project/global/backendBuckets/myBackendBucket - compute/v1/projects/project/global/backendBuckets/myBackendBucket - global/backendBuckets/myBackendBucket If errorService is not specified at lower levels like pathMatcher, pathRule and routeRule, an errorService specified at a higher level in the UrlMap will be used. If UrlMap.defaultCustomErrorResponsePolicy contains one or more errorResponseRules[], it must specify errorService. If load balancer cannot reach the backendBucket, a simple Not Found Error will be returned, with the original response code (or overrideResponseCode if configured). errorService is not supported for internal or regional HTTP/HTTPS load balancers.", + "description": "The full or partial URL to the BackendBucket resource that\ncontains the custom error content. Examples are:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/backendBuckets/myBackendBucket\n - compute/v1/projects/project/global/backendBuckets/myBackendBucket\n - global/backendBuckets/myBackendBucket\n\nIf errorService is not specified at lower levels likepathMatcher, pathRule and routeRule,\nan errorService specified at a higher level in theUrlMap will be used. IfUrlMap.defaultCustomErrorResponsePolicy contains one or moreerrorResponseRules[], it must specifyerrorService. \n\nIf load balancer cannot reach\nthe backendBucket, a simple Not Found Error will\nbe returned, with the original response code (oroverrideResponseCode if configured).\n\nerrorService is not supported for internal or regionalHTTP/HTTPS load balancers.", "type": "string" } }, "type": "object" }, "CustomErrorResponsePolicyCustomErrorResponseRule": { - "description": "Specifies the mapping between the response code that will be returned along with the custom error content and the response code returned by the backend service.", + "description": "Specifies the mapping between the response code that will be returned along\nwith the custom error content and the response code returned by the backend\nservice.", "id": "CustomErrorResponsePolicyCustomErrorResponseRule", "properties": { "matchResponseCodes": { - "description": "Valid values include: - A number between 400 and 599: For example 401 or 503, in which case the load balancer applies the policy if the error code exactly matches this value. - 5xx: Load Balancer will apply the policy if the backend service responds with any response code in the range of 500 to 599. - 4xx: Load Balancer will apply the policy if the backend service responds with any response code in the range of 400 to 499. Values must be unique within matchResponseCodes and across all errorResponseRules of CustomErrorResponsePolicy.", + "description": "Valid values include:\n \n \n - A number between 400 and 599: For example\n 401 or 503, in which case the load balancer\n applies the policy if the error code exactly matches this value.\n - 5xx: Load Balancer will apply the policy if the\n backend service responds with any response code in the range of\n 500 to 599. \n - 4xx: Load\n Balancer will apply the policy if the backend service responds with any\n response code in the range of 400 to\n 499.\n\nValues must be unique within matchResponseCodes and across allerrorResponseRules ofCustomErrorResponsePolicy.", "items": { "type": "string" }, "type": "array" }, "overrideResponseCode": { - "description": "The HTTP status code returned with the response containing the custom error content. If overrideResponseCode is not supplied, the same response code returned by the original backend bucket or backend service is returned to the client.", + "description": "The HTTP status code returned with the response containing the custom\nerror content. If overrideResponseCode is not supplied, the\nsame response code returned by the original backend bucket or backend\nservice is returned to the client.", "format": "int32", "type": "integer" }, "path": { - "description": "The full path to a file within backendBucket . For example: /errors/defaultError.html path must start with a leading slash. path cannot have trailing slashes. If the file is not available in backendBucket or the load balancer cannot reach the BackendBucket, a simple Not Found Error is returned to the client. The value must be from 1 to 1024 characters", + "description": "The full path to a file within backendBucket . For example:/errors/defaultError.html \n\npath must start\nwith a leading slash. path cannot have trailing slashes.\n\nIf the file is not available in backendBucket or the\nload balancer cannot reach the BackendBucket, a simpleNot Found Error is returned to the client. \n\nThe value must\nbe from 1 to 1024 characters", "type": "string" } }, @@ -47234,23 +48735,23 @@ "id": "CustomerEncryptionKey", "properties": { "kmsKeyName": { - "description": "The name of the encryption key that is stored in Google Cloud KMS. For example: \"kmsKeyName\": \"projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: \"kmsKeyName\": \"projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1 ", + "description": "The name of the encryption key that is stored in Google Cloud KMS.\nFor example:\n\n\"kmsKeyName\": \"projects/kms_project_id/locations/region/keyRings/\nkey_region/cryptoKeys/key\n\nThe fully-qualifed key name may be returned for resource GET requests. For \nexample: \n\n\"kmsKeyName\": \"projects/kms_project_id/locations/region/keyRings/\nkey_region/cryptoKeys/key\n/cryptoKeyVersions/1", "type": "string" }, "kmsKeyServiceAccount": { - "description": "The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used. For example: \"kmsKeyServiceAccount\": \"name@project_id.iam.gserviceaccount.com/ ", + "description": "The service account being used for the encryption request for the given KMS\nkey. If absent, the Compute Engine default service account is used.\nFor example:\n\n\"kmsKeyServiceAccount\": \"name@project_id.iam.gserviceaccount.com/", "type": "string" }, "rawKey": { - "description": "Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey or the rsaEncryptedKey. For example: \"rawKey\": \"SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=\" ", + "description": "Specifies a 256-bit customer-supplied\nencryption key, encoded in RFC\n4648 base64 to either encrypt or decrypt this resource. You can\nprovide either the rawKey or thersaEncryptedKey.\nFor example:\n\n\"rawKey\":\n\"SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=\"", "type": "string" }, "rsaEncryptedKey": { - "description": "Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. You can provide either the rawKey or the rsaEncryptedKey. For example: \"rsaEncryptedKey\": \"ieCx/NcW06PcT7Ep1X6LUTc/hLvUDYyzSZPPVCVPTVEohpeHASqC8uw5TzyO9U+Fka9JFH z0mBibXUInrC/jEk014kCK/NPjYgEMOyssZ4ZINPKxlUh2zn1bV+MCaTICrdmuSBTWlUUiFoD D6PYznLwh8ZNdaheCeZ8ewEXgFQ8V+sDroLaN3Xs3MDTXQEMMoNUXMCZEIpg9Vtp9x2oe==\" The key must meet the following requirements before you can provide it to Compute Engine: 1. The key is wrapped using a RSA public key certificate provided by Google. 2. After being wrapped, the key must be encoded in RFC 4648 base64 encoding. Gets the RSA public key certificate provided by Google at: https://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem ", + "description": "Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit\ncustomer-supplied encryption key to either encrypt or decrypt this\nresource. You can provide either the rawKey or thersaEncryptedKey.\nFor example:\n\n\"rsaEncryptedKey\":\n\"ieCx/NcW06PcT7Ep1X6LUTc/hLvUDYyzSZPPVCVPTVEohpeHASqC8uw5TzyO9U+Fka9JFH\nz0mBibXUInrC/jEk014kCK/NPjYgEMOyssZ4ZINPKxlUh2zn1bV+MCaTICrdmuSBTWlUUiFoD\nD6PYznLwh8ZNdaheCeZ8ewEXgFQ8V+sDroLaN3Xs3MDTXQEMMoNUXMCZEIpg9Vtp9x2oe==\"\n\nThe key must meet the following requirements before you can provide it to \nCompute Engine: \n \n 1. The key is wrapped using a RSA public key certificate provided by \n Google. \n 2. After being wrapped, the key must be encoded in RFC 4648 base64 \n encoding. \n\nGets the RSA public key certificate provided by Google at: \n\n\nhttps://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem", "type": "string" }, "sha256": { - "description": "[Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.", + "description": "[Output only] TheRFC\n4648 base64 encoded SHA-256 hash of the customer-supplied\nencryption key that protects this resource.", "type": "string" } }, @@ -47261,31 +48762,31 @@ "properties": { "diskEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Decrypts data associated with the disk with a customer-supplied encryption key." + "description": "Decrypts data associated with the disk with acustomer-supplied\nencryption key." }, "source": { - "description": "Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: \"source\": \"/compute/v1/projects/project_id/zones/zone/disks/ disk_name ", + "description": "Specifies a valid partial or full URL to an existing Persistent Disk\nresource. This field is only applicable for persistent disks.\nFor example:\n\n\"source\": \"/compute/v1/projects/project_id/zones/zone/disks/\ndisk_name", "type": "string" } }, "type": "object" }, "Date": { - "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp", + "description": "Represents a whole or partial calendar date, such as a birthday. The time of\nday and time zone are either specified elsewhere or are insignificant. The\ndate is relative to the Gregorian Calendar. This can represent one of the\nfollowing:\n\n* A full date, with non-zero year, month, and day values.\n* A month and day, with a zero year (for example, an anniversary).\n* A year on its own, with a zero month and a zero day.\n* A year and month, with a zero day (for example, a credit card expiration\n date).\n\nRelated types:\n\n* google.type.TimeOfDay\n* google.type.DateTime\n* google.protobuf.Timestamp", "id": "Date", "properties": { "day": { - "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", + "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0\nto specify a year by itself or a year and month where the day isn't\nsignificant.", "format": "int32", "type": "integer" }, "month": { - "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", + "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a\nmonth and day.", "format": "int32", "type": "integer" }, "year": { - "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", + "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without\na year.", "format": "int32", "type": "integer" } @@ -47297,23 +48798,23 @@ "id": "DeprecationStatus", "properties": { "deleted": { - "description": "An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED. This is only informational and the status will not change unless the client explicitly changes it.", + "description": "An optional RFC3339 timestamp on or after which the state of this\nresource is intended to change to DELETED. This is only\ninformational and the status will not change unless the client explicitly\nchanges it.", "type": "string" }, "deprecated": { - "description": "An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED. This is only informational and the status will not change unless the client explicitly changes it.", + "description": "An optional RFC3339 timestamp on or after which the state of this\nresource is intended to change to DEPRECATED. This is only\ninformational and the status will not change unless the client explicitly\nchanges it.", "type": "string" }, "obsolete": { - "description": "An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.", + "description": "An optional RFC3339 timestamp on or after which the state of this\nresource is intended to change to OBSOLETE. This is only\ninformational and the status will not change unless the client explicitly\nchanges it.", "type": "string" }, "replacement": { - "description": "The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.", + "description": "The URL of the suggested replacement for a deprecated resource.\nThe suggested replacement resource must be the same kind of resource as the\ndeprecated resource.", "type": "string" }, "state": { - "description": "The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.", + "description": "The deprecation state of this resource. This can be ACTIVE,DEPRECATED, OBSOLETE, or DELETED.\nOperations which communicate the end of life date for an image, can useACTIVE. Operations which create a new resource using aDEPRECATED resource will return successfully, but with a\nwarning indicating the deprecated resource and recommending its\nreplacement. Operations which use OBSOLETE orDELETED resources will be rejected and result in an error.", "enum": [ "ACTIVE", "DELETED", @@ -47332,25 +48833,25 @@ "type": "object" }, "Disk": { - "description": "Represents a Persistent Disk resource. Google Compute Engine has two Disk resources: * [Zonal](/compute/docs/reference/rest/v1/disks) * [Regional](/compute/docs/reference/rest/v1/regionDisks) Persistent disks are required for running your VM instances. Create both boot and non-boot (data) persistent disks. For more information, read Persistent Disks. For more storage options, read Storage options. The disks resource represents a zonal persistent disk. For more information, read Zonal persistent disks. The regionDisks resource represents a regional persistent disk. For more information, read Regional resources.", + "description": "Represents a Persistent Disk resource.\n\nGoogle Compute Engine has two Disk resources:\n\n* [Zonal](/compute/docs/reference/rest/v1/disks)\n* [Regional](/compute/docs/reference/rest/v1/regionDisks)\n\nPersistent disks are required for running your VM instances.\nCreate both boot and non-boot (data) persistent disks. For more information,\nread Persistent Disks. For more\nstorage options, read Storage options.\n\nThe disks resource represents a zonal persistent disk.\nFor more information, readZonal persistent disks.\n\nThe regionDisks resource represents a\nregional persistent disk. For more information, read\nRegional resources.", "id": "Disk", "properties": { "accessMode": { - "description": "The access mode of the disk. - READ_WRITE_SINGLE: The default AccessMode, means the disk can be attached to single instance in RW mode. - READ_WRITE_MANY: The AccessMode means the disk can be attached to multiple instances in RW mode. - READ_ONLY_MANY: The AccessMode means the disk can be attached to multiple instances in RO mode. The AccessMode is only valid for Hyperdisk disk types.", + "description": "The access mode of the disk.\n \n \n - READ_WRITE_SINGLE: The default AccessMode, means the\n disk can be attached to single instance in RW mode.\n - READ_WRITE_MANY: The AccessMode means the disk can be\n attached to multiple instances in RW mode.\n - READ_ONLY_MANY: The AccessMode means the disk can be\n attached to multiple instances in RO mode.\n\n\nThe AccessMode is only valid for Hyperdisk disk types.", "enum": [ "READ_ONLY_MANY", "READ_WRITE_MANY", "READ_WRITE_SINGLE" ], "enumDescriptions": [ - "The AccessMode means the disk can be attached to multiple instances in RO mode.", - "The AccessMode means the disk can be attached to multiple instances in RW mode.", - "The default AccessMode, means the disk can be attached to single instance in RW mode." + "The AccessMode means the disk can be attached to multiple instances in RO\nmode.", + "The AccessMode means the disk can be attached to multiple instances in RW\nmode.", + "The default AccessMode, means the disk can be attached to single instance\nin RW mode." ], "type": "string" }, "architecture": { - "description": "The architecture of the disk. Valid values are ARM64 or X86_64.", + "description": "The architecture of the disk. Valid values are\nARM64 or X86_64.", "enum": [ "ARCHITECTURE_UNSPECIFIED", "ARM64", @@ -47375,40 +48876,40 @@ "type": "object" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "diskEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Encrypts the disk using a customer-supplied encryption key or a customer-managed encryption key. Encryption keys do not protect access to metadata of the disk. After you encrypt a disk with a customer-supplied key, you must provide the same key if you use the disk later. For example, to create a disk snapshot, to create a disk image, to create a machine image, or to attach the disk to a virtual machine. After you encrypt a disk with a customer-managed key, the diskEncryptionKey.kmsKeyName is set to a key *version* name once the disk is created. The disk is encrypted with this version of the key. In the response, diskEncryptionKey.kmsKeyName appears in the following format: \"diskEncryptionKey.kmsKeyName\": \"projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeysVersions/version If you do not provide an encryption key when creating the disk, then the disk is encrypted using an automatically generated key and you don't need to provide a key to use the disk later." + "description": "Encrypts the disk using a\ncustomer-supplied encryption key or a \ncustomer-managed encryption key.\n\nEncryption keys do not protect access to metadata of the disk.\n\nAfter you encrypt a disk with a customer-supplied key, you must provide the\nsame key if you use the disk later. For example, to create a disk snapshot,\nto create a disk image, to create a machine image, or to attach the disk to\na virtual machine.\n\nAfter you encrypt a disk with a customer-managed key, thediskEncryptionKey.kmsKeyName is set to a key *version*\nname once the disk is created. The disk is encrypted with this version of\nthe key. In the response, diskEncryptionKey.kmsKeyName appears\nin the following format:\n\n\"diskEncryptionKey.kmsKeyName\":\n\"projects/kms_project_id/locations/region/keyRings/\nkey_region/cryptoKeys/key\n/cryptoKeysVersions/version\n\nIf you do not provide an encryption key when creating the disk, then the \ndisk is encrypted using an automatically generated key and you don't need \nto provide a key to use the disk later." }, "enableConfidentialCompute": { "description": "Whether this disk is using confidential compute mode.", "type": "boolean" }, "guestOsFeatures": { - "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.", + "description": "A list of features to enable on the guest operating system. Applicable\nonly for bootable images. Read\nEnabling guest operating system features to see a list of available\noptions.", "items": { "$ref": "GuestOsFeature" }, "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#disk", - "description": "[Output Only] Type of the resource. Always compute#disk for disks.", + "description": "[Output Only] Type of the resource. Always compute#disk for\ndisks.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this disk, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a disk.", + "description": "A fingerprint for the labels being applied to this disk, which is\nessentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a disk.", "format": "byte", "type": "string" }, @@ -47416,15 +48917,15 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this disk. These can be later modified by the setLabels method.", + "description": "Labels to apply to this disk. These can be later modified by\nthe setLabels method.", "type": "object" }, "lastAttachTimestamp": { - "description": "[Output Only] Last attach timestamp in RFC3339 text format.", + "description": "[Output Only] Last attach timestamp inRFC3339\ntext format.", "type": "string" }, "lastDetachTimestamp": { - "description": "[Output Only] Last detach timestamp in RFC3339 text format.", + "description": "[Output Only] Last detach timestamp inRFC3339\ntext format.", "type": "string" }, "licenseCodes": { @@ -47443,7 +48944,7 @@ "type": "array" }, "locationHint": { - "description": "An opaque location hint used to place the disk close to other resources. This field is for use by internal tools that use the public API.", + "description": "An opaque location hint used to place the disk close to other resources.\nThis field is for use by internal tools that use the public API.", "type": "string" }, "name": { @@ -47452,7 +48953,7 @@ "compute.disks.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit, except\nthe last character, which cannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -47462,29 +48963,29 @@ }, "params": { "$ref": "DiskParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "physicalBlockSizeBytes": { - "description": "Physical block size of the persistent disk, in bytes. If not present in a request, a default value is used. The currently supported size is 4096, other sizes may be added in the future. If an unsupported value is requested, the error message will list the supported values for the caller's project.", + "description": "Physical block size of the persistent disk, in bytes.\nIf not present in a request, a default value is used.\nThe currently supported size is 4096, other sizes may be added in\nthe future.\nIf an unsupported value is requested, the error message will list\nthe supported values for the caller's project.", "format": "int64", "type": "string" }, "provisionedIops": { - "description": "Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. For more details, see the Extreme persistent disk documentation.", + "description": "Indicates how many IOPS to provision for the disk. This sets the number\nof I/O operations per second that the disk can handle. Values must be\nbetween 10,000 and 120,000. For more details, see theExtreme persistent\ndisk documentation.", "format": "int64", "type": "string" }, "provisionedThroughput": { - "description": "Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be greater than or equal to 1.", + "description": "Indicates how much throughput to provision for the disk. This sets the\nnumber of throughput mb per second that the disk can handle. Values must be\ngreater than or equal to 1.", "format": "int64", "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the disk resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the disk resides. Only applicable for\nregional resources.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "replicaZones": { - "description": "URLs of the zones where the disk should be replicated to. Only applicable for regional resources.", + "description": "URLs of the zones where the disk should be replicated to. Only applicable\nfor regional resources.", "items": { "type": "string" }, @@ -47515,64 +49016,64 @@ "type": "string" }, "sizeGb": { - "description": "Size, in GB, of the persistent disk. You can specify this field when creating a persistent disk using the sourceImage, sourceSnapshot, or sourceDisk parameter, or specify it alone to create an empty persistent disk. If you specify this field along with a source, the value of sizeGb must not be less than the size of the source. Acceptable values are greater than 0.", + "description": "Size, in GB, of the persistent disk. You can specify\nthis field when creating a persistent disk using thesourceImage, sourceSnapshot, orsourceDisk parameter, or specify it alone to create an empty\npersistent disk.\n\nIf you specify this field along with a source, the value ofsizeGb must not be less than the size of the\nsource.\nAcceptable values are greater than 0.", "format": "int64", "type": "string" }, "sourceConsistencyGroupPolicy": { - "description": "[Output Only] URL of the DiskConsistencyGroupPolicy for a secondary disk that was created using a consistency group.", + "description": "[Output Only] URL of the DiskConsistencyGroupPolicy for a secondary disk\nthat was created using a consistency group.", "type": "string" }, "sourceConsistencyGroupPolicyId": { - "description": "[Output Only] ID of the DiskConsistencyGroupPolicy for a secondary disk that was created using a consistency group.", + "description": "[Output Only] ID of the DiskConsistencyGroupPolicy for a secondary disk\nthat was created using a consistency group.", "type": "string" }, "sourceDisk": { - "description": "The source disk used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk ", + "description": "The source disk used to create this disk. You can provide this as a\npartial or full URL to the resource. For example, the following are valid\nvalues:\n \n \n - \n https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk\n \n - \n https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk\n \n - \n projects/project/zones/zone/disks/disk\n \n - \n projects/project/regions/region/disks/disk\n \n - \n zones/zone/disks/disk\n \n - \n regions/region/disks/disk", "type": "string" }, "sourceDiskId": { - "description": "[Output Only] The unique ID of the disk used to create this disk. This value identifies the exact disk that was used to create this persistent disk. For example, if you created the persistent disk from a disk that was later deleted and recreated under the same name, the source disk ID would identify the exact version of the disk that was used.", + "description": "[Output Only] The unique ID of the disk used to create this disk. This\nvalue identifies the exact disk that was used to create this persistent\ndisk. For example, if you created the persistent disk from a disk that\nwas later deleted and recreated under the same name, the source disk ID\nwould identify the exact version of the disk that was used.", "type": "string" }, "sourceImage": { - "description": "The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-9 to use the latest Debian 9 image: projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk with a custom image that you created, specify the image name in the following format: global/images/my-custom-image You can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name: global/images/family/my-image-family ", + "description": "The source image used to create this disk. If the source image is\ndeleted, this field will not be set.\n\nTo create a disk with one of the public operating system images, specify\nthe image by its family name. For example, specifyfamily/debian-9 to use the latest Debian 9 image:\n\nprojects/debian-cloud/global/images/family/debian-9\n\n\nAlternatively, use a specific version of a public operating system image:\n\nprojects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD\n\n\nTo create a disk with a custom image that you created, specify the\nimage name in the following format:\n\nglobal/images/my-custom-image\n\n\nYou can also specify a custom image by its image family, which returns\nthe latest version of the image in that family. Replace the image name\nwith family/family-name:\n\nglobal/images/family/my-image-family", "type": "string" }, "sourceImageEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key." + "description": "Thecustomer-supplied\nencryption key of the source image. Required if the source image is\nprotected by a customer-supplied encryption key." }, "sourceImageId": { - "description": "[Output Only] The ID value of the image used to create this disk. This value identifies the exact image that was used to create this persistent disk. For example, if you created the persistent disk from an image that was later deleted and recreated under the same name, the source image ID would identify the exact version of the image that was used.", + "description": "[Output Only] The ID value of the image used to create this disk. This\nvalue identifies the exact image that was used to create this persistent\ndisk. For example, if you created the persistent disk from an image that\nwas later deleted and recreated under the same name, the source image ID\nwould identify the exact version of the image that was used.", "type": "string" }, "sourceInstantSnapshot": { - "description": "The source instant snapshot used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instantSnapshots/instantSnapshot - projects/project/zones/zone/instantSnapshots/instantSnapshot - zones/zone/instantSnapshots/instantSnapshot ", + "description": "The source instant snapshot used to create this disk. You can provide\nthis as a partial or full URL to the resource. For example, the following\nare valid values:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshots/instantSnapshot\n - projects/project/zones/zone/instantSnapshots/instantSnapshot \n - zones/zone/instantSnapshots/instantSnapshot", "type": "string" }, "sourceInstantSnapshotId": { - "description": "[Output Only] The unique ID of the instant snapshot used to create this disk. This value identifies the exact instant snapshot that was used to create this persistent disk. For example, if you created the persistent disk from an instant snapshot that was later deleted and recreated under the same name, the source instant snapshot ID would identify the exact version of the instant snapshot that was used.", + "description": "[Output Only] The unique ID of the instant snapshot used to create this\ndisk. This value identifies the exact instant snapshot that was used to\ncreate this persistent disk. For example, if you created the persistent\ndisk from an instant snapshot that was later deleted and recreated under\nthe same name, the source instant snapshot ID would identify the exact\nversion of the instant snapshot that was used.", "type": "string" }, "sourceSnapshot": { - "description": "The source snapshot used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project /global/snapshots/snapshot - projects/project/global/snapshots/snapshot - global/snapshots/snapshot ", + "description": "The source snapshot used to create this disk. You can provide this as a\npartial or full URL to the resource. For example, the following are valid\nvalues:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/snapshots/snapshot \n - projects/project/global/snapshots/snapshot\n - global/snapshots/snapshot", "type": "string" }, "sourceSnapshotEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key." + "description": "Thecustomer-supplied\nencryption key of the source snapshot. Required if the source snapshot\nis protected by a customer-supplied encryption key." }, "sourceSnapshotId": { - "description": "[Output Only] The unique ID of the snapshot used to create this disk. This value identifies the exact snapshot that was used to create this persistent disk. For example, if you created the persistent disk from a snapshot that was later deleted and recreated under the same name, the source snapshot ID would identify the exact version of the snapshot that was used.", + "description": "[Output Only] The unique ID of the snapshot used to create this disk. This\nvalue identifies the exact snapshot that was used to create this persistent\ndisk. For example, if you created the persistent disk from a snapshot that\nwas later deleted and recreated under the same name, the source snapshot ID\nwould identify the exact version of the snapshot that was used.", "type": "string" }, "sourceStorageObject": { - "description": "The full Google Cloud Storage URI where the disk image is stored. This file must be a gzip-compressed tarball whose name ends in .tar.gz or virtual machine disk whose name ends in vmdk. Valid URIs may start with gs:// or https://storage.googleapis.com/. This flag is not optimized for creating multiple disks from a source storage object. To create many disks from a source storage object, use gcloud compute images import instead.", + "description": "The full Google Cloud Storage URI where the disk image is stored. This file\nmust be a gzip-compressed tarball whose name ends in .tar.gz or virtual\nmachine disk whose name ends in vmdk. Valid URIs may start with gs:// or\nhttps://storage.googleapis.com/. This flag is not optimized for creating\nmultiple disks from a source storage object. To create many disks from a\nsource storage object, use gcloud compute images\nimport instead.", "type": "string" }, "status": { - "description": "[Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: Source data is being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING: Disk is deleting. ", + "description": "[Output Only] The status of disk creation.\n \n \n - CREATING: Disk is provisioning.\n - RESTORING: Source data is being copied into the\n disk.\n - FAILED: Disk creation failed.\n - READY: Disk is ready for use.\n - DELETING: Disk is deleting.", "enum": [ "CREATING", "DELETING", @@ -47587,27 +49088,27 @@ "Disk creation failed.", "Disk is ready for use.", "Source data is being copied into the disk.", - "Disk is currently unavailable and cannot be accessed, attached or detached." + "Disk is currently unavailable and cannot be accessed, attached or\ndetached." ], "type": "string" }, "storagePool": { - "description": "The storage pool in which the new disk is created. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /storagePools/storagePool - projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool ", + "description": "The storage pool in which the new disk is created. You can provide\nthis as a partial or full URL to the resource. For example, the following\nare valid values:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/storagePools/storagePool\n - projects/project/zones/zone/storagePools/storagePool \n - zones/zone/storagePools/storagePool", "type": "string" }, "type": { - "description": "URL of the disk type resource describing which disk type to use to create the disk. Provide this when creating the disk. For example: projects/project /zones/zone/diskTypes/pd-ssd . See Persistent disk types.", + "description": "URL of the disk type resource describing which disk type to use to create\nthe disk. Provide this when creating the disk. For example:projects/project/zones/zone/diskTypes/pd-ssd. See Persistent disk\ntypes.", "type": "string" }, "users": { - "description": "[Output Only] Links to the users of the disk (attached instances) in form: projects/project/zones/zone/instances/instance", + "description": "[Output Only] Links to the users of the disk (attached instances)\nin form:projects/project/zones/zone/instances/instance", "items": { "type": "string" }, "type": "array" }, "zone": { - "description": "[Output Only] URL of the zone where the disk resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the disk resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -47630,11 +49131,11 @@ }, "kind": { "default": "compute#diskAggregatedList", - "description": "[Output Only] Type of resource. Always compute#diskAggregatedList for aggregated lists of persistent disks.", + "description": "[Output Only] Type of resource. Alwayscompute#diskAggregatedList for aggregated lists of persistent\ndisks.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -47652,7 +49153,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -47716,44 +49217,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -47779,19 +49280,19 @@ "id": "DiskAsyncReplication", "properties": { "consistencyGroupPolicy": { - "description": "[Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.", + "description": "[Output Only] URL of the DiskConsistencyGroupPolicy if replication was\nstarted on the disk as a member of a group.", "type": "string" }, "consistencyGroupPolicyId": { - "description": "[Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.", + "description": "[Output Only] ID of the DiskConsistencyGroupPolicy if replication was\nstarted on the disk as a member of a group.", "type": "string" }, "disk": { - "description": "The other disk asynchronously replicated to or from the current disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk ", + "description": "The other disk asynchronously replicated to or from the current disk.\nYou can provide this as a partial or full URL to the resource.\nFor example, the following are valid values:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n - projects/project/zones/zone/disks/disk \n - zones/zone/disks/disk", "type": "string" }, "diskId": { - "description": "[Output Only] The unique ID of the other disk asynchronously replicated to or from the current disk. This value identifies the exact disk that was used to create this replication. For example, if you started replicating the persistent disk from a disk that was later deleted and recreated under the same name, the disk ID would identify the exact version of the disk that was used.", + "description": "[Output Only] The unique ID of the other disk asynchronously replicated\nto or from the current disk. This value identifies the exact disk that\nwas used to create this replication. For example, if you started\nreplicating the persistent disk from a disk that was later deleted and\nrecreated under the same name, the disk ID would identify the exact\nversion of the disk that was used.", "type": "string" } }, @@ -47807,15 +49308,15 @@ "type": "object" }, "DiskInstantiationConfig": { - "description": "A specification of the desired way to instantiate a disk in the instance template when its created from a source instance.", + "description": "A specification of the desired way to instantiate a disk in the instance\ntemplate when its created from a source instance.", "id": "DiskInstantiationConfig", "properties": { "autoDelete": { - "description": "Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).", + "description": "Specifies whether the disk will be auto-deleted when the instance is\ndeleted (but not when the disk is detached from the instance).", "type": "boolean" }, "customImage": { - "description": "The custom source image to be used to restore this disk when instantiating this instance template.", + "description": "The custom source image to be used to restore this disk when instantiating\nthis instance template.", "type": "string" }, "deviceName": { @@ -47823,7 +49324,7 @@ "type": "string" }, "instantiateFrom": { - "description": "Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks. ", + "description": "Specifies whether to include the disk and what image to use. Possible\nvalues are:\n \n \n - source-image: to use the same image that was used to\n create the source instance's corresponding disk. Applicable to the boot\n disk and additional read-write disks.\n - source-image-family: to use the same image family that\n was used to create the source instance's corresponding disk. Applicable\n to the boot disk and additional read-write disks.\n - custom-image: to use a user-provided image url for disk\n creation. Applicable to the boot disk and additional read-write\n disks. \n - attach-read-only: to attach a read-only\n disk. Applicable to read-only disks.\n - do-not-include: to exclude a disk from the template.\n Applicable to additional read-write disks, local SSDs, and read-only\n disks.", "enum": [ "ATTACH_READ_ONLY", "BLANK", @@ -47834,13 +49335,13 @@ "SOURCE_IMAGE_FAMILY" ], "enumDescriptions": [ - "Attach the existing disk in read-only mode. The request will fail if the disk was attached in read-write mode on the source instance. Applicable to: read-only disks.", - "Create a blank disk. The disk will be created unformatted. Applicable to: additional read-write disks, local SSDs.", - "Use the custom image specified in the custom_image field. Applicable to: boot disk, additional read-write disks.", - "Use the default instantiation option for the corresponding type of disk. For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.", - "Do not include the disk in the instance template. Applicable to: additional read-write disks, local SSDs, read-only disks.", - "Use the same source image used for creation of the source instance's corresponding disk. The request will fail if the source VM's disk was created from a snapshot. Applicable to: boot disk, additional read-write disks.", - "Use the same source image family used for creation of the source instance's corresponding disk. The request will fail if the source image of the source disk does not belong to any image family. Applicable to: boot disk, additional read-write disks." + "Attach the existing disk in read-only mode. The request will fail if the\ndisk was attached in read-write mode on the source instance. Applicable\nto: read-only disks.", + "Create a blank disk. The disk will be created unformatted. Applicable to:\nadditional read-write disks, local SSDs.", + "Use the custom image specified in the custom_image field. Applicable to:\nboot disk, additional read-write disks.", + "Use the default instantiation option for the corresponding type of disk.\nFor boot disk and any other R/W disks, new custom images will be created\nfrom each disk. For read-only disks, they will be attached in read-only\nmode. Local SSD disks will be created as blank volumes.", + "Do not include the disk in the instance template. Applicable to:\nadditional read-write disks, local SSDs, read-only disks.", + "Use the same source image used for creation of the source instance's\ncorresponding disk. The request will fail if the source VM's disk was\ncreated from a snapshot. Applicable to: boot disk, additional read-write\ndisks.", + "Use the same source image family used for creation of the source\ninstance's corresponding disk. The request will fail if the source image\nof the source disk does not belong to any image family. Applicable to:\nboot disk, additional read-write disks." ], "type": "string" } @@ -47864,11 +49365,11 @@ }, "kind": { "default": "compute#diskList", - "description": "[Output Only] Type of resource. Always compute#diskList for lists of disks.", + "description": "[Output Only] Type of resource. Always compute#diskList for\nlists of disks.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -47879,7 +49380,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -47943,44 +49444,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -48006,11 +49507,11 @@ "id": "DiskMoveRequest", "properties": { "destinationZone": { - "description": "The URL of the destination zone to move the disk. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone ", + "description": "The URL of the destination zone to move the disk. This can be a full or\npartial URL. For example, the following are all valid URLs to a zone:\n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone \n - projects/project/zones/zone \n - zones/zone", "type": "string" }, "targetDisk": { - "description": "The URL of the target disk to move. This can be a full or partial URL. For example, the following are all valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk ", + "description": "The URL of the target disk to move. This can be a full or partial URL.\nFor example, the following are all valid URLs to a disk:\n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n - projects/project/zones/zone/disks/disk \n - zones/zone/disks/disk", "type": "string" } }, @@ -48024,7 +49525,7 @@ "additionalProperties": { "type": "string" }, - "description": "Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.", + "description": "Resource manager tags to be bound to the disk. Tag keys and values\nhave the same definition as resource\nmanager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and\nvalues are in the format `tagValues/456`. The field is ignored (both PUT &\nPATCH) when empty.", "type": "object" } }, @@ -48072,11 +49573,11 @@ "type": "object" }, "DiskType": { - "description": "Represents a Disk Type resource. Google Compute Engine has two Disk Type resources: * [Regional](/compute/docs/reference/rest/v1/regionDiskTypes) * [Zonal](/compute/docs/reference/rest/v1/diskTypes) You can choose from a variety of disk types based on your needs. For more information, read Storage options. The diskTypes resource represents disk types for a zonal persistent disk. For more information, read Zonal persistent disks. The regionDiskTypes resource represents disk types for a regional persistent disk. For more information, read Regional persistent disks.", + "description": "Represents a Disk Type resource.\n\nGoogle Compute Engine has two Disk Type resources:\n\n* [Regional](/compute/docs/reference/rest/v1/regionDiskTypes)\n* [Zonal](/compute/docs/reference/rest/v1/diskTypes)\n\nYou can choose from a variety of disk types based on your needs.\nFor more information, readStorage options.\n\nThe diskTypes resource represents disk types for a zonal\npersistent disk.\nFor more information, readZonal persistent disks.\n\nThe regionDiskTypes resource represents disk types for a\nregional persistent disk. For more information, read Regional persistent disks.", "id": "DiskType", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "defaultDiskSizeGb": { @@ -48093,13 +49594,13 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#diskType", - "description": "[Output Only] Type of the resource. Always compute#diskType for disk types.", + "description": "[Output Only] Type of the resource. Always compute#diskType\nfor disk types.", "type": "string" }, "name": { @@ -48108,7 +49609,7 @@ "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the disk type resides. Only\napplicable for regional resources.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "selfLink": { @@ -48116,11 +49617,11 @@ "type": "string" }, "validDiskSize": { - "description": "[Output Only] An optional textual description of the valid disk size, such as \"10GB-10TB\".", + "description": "[Output Only] An optional textual description of the valid disk size,\nsuch as \"10GB-10TB\".", "type": "string" }, "zone": { - "description": "[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the disk type resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -48143,11 +49644,11 @@ }, "kind": { "default": "compute#diskTypeAggregatedList", - "description": "[Output Only] Type of resource. Always compute#diskTypeAggregatedList.", + "description": "[Output Only] Type of resource. Alwayscompute#diskTypeAggregatedList.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -48165,7 +49666,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -48229,44 +49730,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -48305,11 +49806,11 @@ }, "kind": { "default": "compute#diskTypeList", - "description": "[Output Only] Type of resource. Always compute#diskTypeList for disk types.", + "description": "[Output Only] Type of resource. Always compute#diskTypeList\nfor disk types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -48320,7 +49821,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -48384,44 +49885,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -48454,10 +49955,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of disk types when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of disk types\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -48521,44 +50022,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -48584,7 +50085,7 @@ "id": "DisksAddResourcePoliciesRequest", "properties": { "resourcePolicies": { - "description": "Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.", + "description": "Full or relative path to the resource policy to be added to this disk. You\ncan only specify one resource policy.", "items": { "type": "string" }, @@ -48628,10 +50129,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of disks when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of disks when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -48695,44 +50196,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -48758,18 +50259,18 @@ "id": "DisksStartAsyncReplicationRequest", "properties": { "asyncSecondaryDisk": { - "description": "The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk ", + "description": "The secondary disk to start asynchronous replication to.\nYou can provide this as a partial or full URL to the resource. For example,\nthe following are valid values:\n \n \n - \n https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk\n \n - \n https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk\n \n - \n projects/project/zones/zone/disks/disk\n \n - \n projects/project/regions/region/disks/disk\n \n - \n zones/zone/disks/disk\n \n - \n regions/region/disks/disk", "type": "string" } }, "type": "object" }, "DisksStopGroupAsyncReplicationResource": { - "description": "A transient resource used in compute.disks.stopGroupAsyncReplication and compute.regionDisks.stopGroupAsyncReplication. It is only used to process requests and is not persisted.", + "description": "A transient resource used in compute.disks.stopGroupAsyncReplication and\ncompute.regionDisks.stopGroupAsyncReplication. It is only used to process\nrequests and is not persisted.", "id": "DisksStopGroupAsyncReplicationResource", "properties": { "resourcePolicy": { - "description": "The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy ", + "description": "The URL of the DiskConsistencyGroupPolicy for the group of disks to stop.\nThis may be a full or partial URL, such as:\n \n \n - \n https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy\n \n - \n projects/project/regions/region/resourcePolicies/resourcePolicy\n \n - \n regions/region/resourcePolicies/resourcePolicy", "type": "string" } }, @@ -48790,7 +50291,7 @@ "id": "DistributionPolicy", "properties": { "targetShape": { - "description": "The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).", + "description": "The distribution shape to which the group converges either proactively or\non resize events (depending on the value set inupdatePolicy.instanceRedistributionType).", "enum": [ "ANY", "ANY_SINGLE_ZONE", @@ -48798,15 +50299,15 @@ "EVEN" ], "enumDescriptions": [ - "The group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.", - "The group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.", - "The group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.", - "The group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads." + "The group picks zones for creating VM instances to fulfill the requested\nnumber of VMs within present resource constraints and to maximize\nutilization of unused zonal reservations. Recommended for batch workloads\nthat do not require high availability.", + "The group creates all VM instances within a single zone. The zone is\nselected based on the present resource constraints and to maximize\nutilization of unused zonal reservations.\nRecommended for batch workloads with heavy interprocess communication.", + "The group prioritizes acquisition of resources, scheduling VMs in zones\nwhere resources are available while distributing VMs as evenly as\npossible across selected zones to minimize the impact of zonal failure.\nRecommended for highly available serving workloads.", + "The group schedules VM instance creation and deletion to achieve and\nmaintain an even number of managed instances across the selected zones.\nThe distribution is even when the number of managed instances does not\ndiffer by more than 1 between any two zones. Recommended for highly\navailable serving workloads." ], "type": "string" }, "zones": { - "description": "Zones where the regional managed instance group will create and manage its instances.", + "description": "Zones where the regional managed instance group will create and manage\nits instances.", "items": { "$ref": "DistributionPolicyZoneConfiguration" }, @@ -48824,23 +50325,23 @@ "compute.regionInstanceGroupManagers.insert" ] }, - "description": "The URL of the zone. The zone must exist in the region where the managed instance group is located.", + "description": "The URL of thezone.\nThe zone must exist in the region where the managed instance group is\nlocated.", "type": "string" } }, "type": "object" }, "Duration": { - "description": "A Duration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like \"day\" or \"month\". Range is approximately 10,000 years.", + "description": "A Duration represents a fixed-length span of time represented\nas a count of seconds and fractions of seconds at nanosecond\nresolution. It is independent of any calendar and concepts like \"day\"\nor \"month\". Range is approximately 10,000 years.", "id": "Duration", "properties": { "nanos": { - "description": "Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.", + "description": "Span of time that's a fraction of a second at nanosecond resolution.\nDurations less than one second are represented with a 0\n`seconds` field and a positive `nanos` field. Must be from 0\nto 999,999,999 inclusive.", "format": "int32", "type": "integer" }, "seconds": { - "description": "Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years", + "description": "Span of time at a resolution of a second. Must be from 0\nto 315,576,000,000 inclusive. Note: these bounds are computed from:\n60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years", "format": "int64", "type": "string" } @@ -48848,22 +50349,22 @@ "type": "object" }, "ErrorInfo": { - "description": "Describes the cause of the error with structured details. Example of an error when contacting the \"pubsub.googleapis.com\" API when it is not enabled: { \"reason\": \"API_DISABLED\" \"domain\": \"googleapis.com\" \"metadata\": { \"resource\": \"projects/123\", \"service\": \"pubsub.googleapis.com\" } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { \"reason\": \"STOCKOUT\" \"domain\": \"spanner.googleapis.com\", \"metadata\": { \"availableRegions\": \"us-central1,us-east2\" } }", + "description": "Describes the cause of the error with structured details.\n\nExample of an error when contacting the \"pubsub.googleapis.com\" API when it\nis not enabled:\n\n { \"reason\": \"API_DISABLED\"\n \"domain\": \"googleapis.com\"\n \"metadata\": {\n \"resource\": \"projects/123\",\n \"service\": \"pubsub.googleapis.com\"\n }\n }\n\nThis response indicates that the pubsub.googleapis.com API is not enabled.\n\nExample of an error that is returned when attempting to create a Spanner\ninstance in a region that is out of stock:\n\n { \"reason\": \"STOCKOUT\"\n \"domain\": \"spanner.googleapis.com\",\n \"metadata\": {\n \"availableRegions\": \"us-central1,us-east2\"\n }\n }", "id": "ErrorInfo", "properties": { "domain": { - "description": "The logical grouping to which the \"reason\" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: \"pubsub.googleapis.com\". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is \"googleapis.com\".", + "description": "The logical grouping to which the \"reason\" belongs. The error domain\nis typically the registered service name of the tool or product that\ngenerates the error. Example: \"pubsub.googleapis.com\". If the error is\ngenerated by some common infrastructure, the error domain must be a\nglobally unique value that identifies the infrastructure. For Google API\ninfrastructure, the error domain is \"googleapis.com\".", "type": "string" }, "metadatas": { "additionalProperties": { "type": "string" }, - "description": "Additional structured details about this error. Keys must match a regular expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than `{\"instanceLimit\": \"100/request\"}`, should be returned as, `{\"instanceLimitPerRequest\": \"100\"}`, if the client exceeds the number of instances that can be created in a single (batch) request.", + "description": "Additional structured details about this error.\n\nKeys must match a regular expression of `a-z+` but should\nideally be lowerCamelCase. Also, they must be limited to 64 characters in\nlength. When identifying the current value of an exceeded limit, the units\nshould be contained in the key, not the value. For example, rather than\n`{\"instanceLimit\": \"100/request\"}`, should be returned as,\n`{\"instanceLimitPerRequest\": \"100\"}`, if the client exceeds the number of\ninstances that can be created in a single (batch) request.", "type": "object" }, "reason": { - "description": "The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.", + "description": "The reason of the error. This is a constant value that identifies the\nproximate cause of the error. Error reasons are unique within a particular\ndomain of errors. This should be at most 63 characters and match a\nregular expression of `A-Z+[A-Z0-9]`, which represents\nUPPER_SNAKE_CASE.", "type": "string" } }, @@ -48877,7 +50378,7 @@ "type": "string" }, "imported": { - "description": "True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.", + "description": "True if the peering route has been imported from a peer. The actual import\nhappens if the field networkPeering.importCustomRoutes is true\nfor this network, and networkPeering.exportCustomRoutes is\ntrue for the peer network, and the import does not result in a route\nconflict.", "type": "boolean" }, "nextHopRegion": { @@ -48922,11 +50423,11 @@ }, "kind": { "default": "compute#exchangedPeeringRoutesList", - "description": "[Output Only] Type of resource. Always compute#exchangedPeeringRoutesList for exchanged peering routes lists.", + "description": "[Output Only] Type of resource. Alwayscompute#exchangedPeeringRoutesList for exchanged peering\nroutes lists.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -48937,7 +50438,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -49001,44 +50502,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -49061,47 +50562,47 @@ "type": "object" }, "Expr": { - "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", + "description": "Represents a textual expression in the Common Expression Language (CEL)\nsyntax. CEL is a C-like expression language. The syntax and semantics of CEL\nare documented at https://github.com/google/cel-spec.\n\nExample (Comparison):\n\n title: \"Summary size limit\"\n description: \"Determines if a summary is less than 100 chars\"\n expression: \"document.summary.size() < 100\"\n\nExample (Equality):\n\n title: \"Requestor is owner\"\n description: \"Determines if requestor is the document owner\"\n expression: \"document.owner == request.auth.claims.email\"\n\nExample (Logic):\n\n title: \"Public documents\"\n description: \"Determine whether the document should be publicly visible\"\n expression: \"document.type != 'private' && document.type != 'internal'\"\n\nExample (Data Manipulation):\n\n title: \"Notification string\"\n description: \"Create a notification string with a timestamp.\"\n expression: \"'New message received at ' + string(document.create_time)\"\n\nThe exact variables and functions that may be referenced within an expression\nare determined by the service that evaluates it. See the service\ndocumentation for additional information.", "id": "Expr", "properties": { "description": { - "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.", + "description": "Optional. Description of the expression. This is a longer text which\ndescribes the expression, e.g. when hovered over it in a UI.", "type": "string" }, "expression": { - "description": "Textual representation of an expression in Common Expression Language syntax.", + "description": "Textual representation of an expression in Common Expression Language\nsyntax.", "type": "string" }, "location": { - "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.", + "description": "Optional. String indicating the location of the expression for error\nreporting, e.g. a file name and a position in the file.", "type": "string" }, "title": { - "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.", + "description": "Optional. Title for the expression, i.e. a short string describing\nits purpose. This can be used e.g. in UIs which allow to enter the\nexpression.", "type": "string" } }, "type": "object" }, "ExternalVpnGateway": { - "description": "Represents an external VPN gateway. External VPN gateway is the on-premises VPN gateway(s) or another cloud provider's VPN gateway that connects to your Google Cloud VPN gateway. To create a highly available VPN from Google Cloud Platform to your VPN gateway or another cloud provider's VPN gateway, you must create a external VPN gateway resource with information about the other gateway. For more information about using external VPN gateways, see Creating an HA VPN gateway and tunnel pair to a peer VPN.", + "description": "Represents an external VPN gateway.\n\nExternal VPN gateway is the on-premises VPN gateway(s) or another cloud\nprovider's VPN gateway that connects to your Google Cloud VPN gateway.\n\nTo create a highly available VPN from Google Cloud Platform to your\nVPN gateway or another cloud provider's VPN gateway, you must create a\nexternal VPN gateway resource with information about the other gateway.\n\nFor more information about using external VPN gateways, see\nCreating an HA VPN gateway and tunnel pair to a peer VPN.", "id": "ExternalVpnGateway", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "interfaces": { - "description": "A list of interfaces for this external VPN gateway. If your peer-side gateway is an on-premises gateway and non-AWS cloud providers' gateway, at most two interfaces can be provided for an external VPN gateway. If your peer side is an AWS virtual private gateway, four interfaces should be provided for an external VPN gateway.", + "description": "A list of interfaces for this external VPN gateway.\n\nIf your peer-side gateway is an on-premises gateway and non-AWS cloud\nproviders' gateway, at most two interfaces can be provided for an external\nVPN gateway. If your peer side is an AWS virtual private gateway, four\ninterfaces should be provided for an external VPN gateway.", "items": { "$ref": "ExternalVpnGatewayInterface" }, @@ -49109,11 +50610,11 @@ }, "kind": { "default": "compute#externalVpnGateway", - "description": "[Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways.", + "description": "[Output Only] Type of the resource. Alwayscompute#externalVpnGateway for externalVpnGateways.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this ExternalVpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an ExternalVpnGateway.", + "description": "A fingerprint for the labels being applied to this ExternalVpnGateway,\nwhich is essentially a hash of the labels set used for optimistic locking.\nThe fingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve an ExternalVpnGateway.", "format": "byte", "type": "string" }, @@ -49121,7 +50622,7 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "name": { @@ -49130,7 +50631,7 @@ "compute.externalVpnGateways.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -49142,9 +50643,9 @@ "TWO_IPS_REDUNDANCY" ], "enumDescriptions": [ - "The external VPN gateway has four public IP addresses; at the time of writing this API, the AWS virtual private gateway is an example which has four public IP addresses for high availability connections; there should be two VPN connections in the AWS virtual private gateway , each AWS VPN connection has two public IP addresses; please make sure to put two public IP addresses from one AWS VPN connection into interfaces 0 and 1 of this external VPN gateway, and put the other two public IP addresses from another AWS VPN connection into interfaces 2 and 3 of this external VPN gateway. When displaying highly available configuration status for the VPN tunnels connected to FOUR_IPS_REDUNDANCY external VPN gateway, Google will always detect whether interfaces 0 and 1 are connected on one interface of HA Cloud VPN gateway, and detect whether interfaces 2 and 3 are connected to another interface of the HA Cloud VPN gateway.", - "The external VPN gateway has only one public IP address which internally provide redundancy or failover.", - "The external VPN gateway has two public IP addresses which are redundant with each other, the following two types of setup on your on-premises side would have this type of redundancy: (1) Two separate on-premises gateways, each with one public IP address, the two on-premises gateways are redundant with each other. (2) A single on-premise gateway with two public IP addresses that are redundant with eatch other." + "The external VPN gateway has four public IP addresses; at the time of\nwriting this API, the AWS virtual private gateway is an example which has\nfour public IP addresses for high availability connections; there should\nbe two VPN connections in the AWS virtual private gateway , each AWS VPN\nconnection has two public IP addresses; please make sure to put two\npublic IP addresses from one AWS VPN connection into interfaces 0 and 1\nof this external VPN gateway, and put the other two public IP addresses\nfrom another AWS VPN connection into interfaces 2 and 3 of this external\nVPN gateway. When displaying highly available configuration status\nfor the VPN tunnels connected to FOUR_IPS_REDUNDANCY external VPN\ngateway, Google will always detect whether interfaces 0 and 1 are\nconnected on one interface of HA Cloud VPN gateway, and detect whether\ninterfaces 2 and 3 are connected to another interface of the HA Cloud VPN\ngateway.", + "The external VPN gateway has only one public IP address which internally\nprovide redundancy or failover.", + "The external VPN gateway has two public IP addresses which are redundant\nwith each other, the following two types of setup on your on-premises\nside would have this type of redundancy:\n(1) Two separate on-premises gateways, each with one public IP address,\n the two on-premises gateways are redundant with each other.\n(2) A single on-premise gateway with two public IP addresses that are\n redundant with eatch other." ], "type": "string" }, @@ -49160,16 +50661,16 @@ "id": "ExternalVpnGatewayInterface", "properties": { "id": { - "description": "The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3 ", + "description": "The numeric ID of this interface.\nThe allowed input values for this id for different redundancy types of\nexternal VPN gateway:\n \n - SINGLE_IP_INTERNALLY_REDUNDANT - 0\n - TWO_IPS_REDUNDANCY - 0, 1\n - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3", "format": "uint32", "type": "integer" }, "ipAddress": { - "description": "IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine.", + "description": "IP address of the interface in the external VPN gateway. Only IPv4 is\nsupported. This IP address can be either from your on-premise gateway or\nanother Cloud provider's VPN gateway, it cannot be an IP address from\nGoogle Compute Engine.", "type": "string" }, "ipv6Address": { - "description": "IPv6 address of the interface in the external VPN gateway. This IPv6 address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).", + "description": "IPv6 address of the interface in the external VPN gateway. This IPv6\naddress can be either from your on-premise gateway or another Cloud\nprovider's VPN gateway, it cannot be an IP address from Google Compute\nEngine. Must specify an IPv6 address (not IPV4-mapped) using any format\ndescribed in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format\nis RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).", "type": "string" } }, @@ -49199,7 +50700,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -49210,7 +50711,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -49274,44 +50775,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -49359,19 +50860,19 @@ "type": "object" }, "Firewall": { - "description": "Represents a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from your instances. For more information, read Firewall rules.", + "description": "Represents a Firewall Rule resource.\n\nFirewall rules allow or deny ingress traffic to, and egress traffic from your\ninstances. For more information, readFirewall rules.", "id": "Firewall", "properties": { "allowed": { - "description": "The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.", + "description": "The list of ALLOW rules specified by this firewall. Each rule specifies a\nprotocol and port-range tuple that describes a permitted connection.", "items": { "properties": { "IPProtocol": { - "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.", + "description": "The IP protocol to which this rule applies. The protocol type is\nrequired when creating a firewall rule. This value can either be one of the\nfollowing well known protocol strings (tcp, udp,icmp, esp, ah, ipip,sctp) or the IP protocol number.", "type": "string" }, "ports": { - "description": "An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].", + "description": "An optional list of ports to which this rule applies.\nThis field is only applicable for the UDP or TCP protocol.\nEach entry must be either an integer or a range.\nIf not specified, this rule applies to connections through any port.\n\nExample inputs include: [\"22\"], [\"80\",\"443\"],\nand [\"12345-12349\"].", "items": { "type": "string" }, @@ -49383,19 +50884,19 @@ "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "denied": { - "description": "The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.", + "description": "The list of DENY rules specified by this firewall. Each rule specifies a\nprotocol and port-range tuple that describes a denied connection.", "items": { "properties": { "IPProtocol": { - "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.", + "description": "The IP protocol to which this rule applies. The protocol type is\nrequired when creating a firewall rule. This value can either be one of the\nfollowing well known protocol strings (tcp, udp,icmp, esp, ah, ipip,sctp) or the IP protocol number.", "type": "string" }, "ports": { - "description": "An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].", + "description": "An optional list of ports to which this rule applies.\nThis field is only applicable for the UDP or TCP protocol.\nEach entry must be either an integer or a range.\nIf not specified, this rule applies to connections through any port.\n\nExample inputs include: [\"22\"], [\"80\",\"443\"],\nand [\"12345-12349\"].", "items": { "type": "string" }, @@ -49407,18 +50908,18 @@ "type": "array" }, "description": { - "description": "An optional description of this resource. Provide this field when you create the resource.", + "description": "An optional description of this resource. Provide this field when you\ncreate the resource.", "type": "string" }, "destinationRanges": { - "description": "If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.", + "description": "If destination ranges are specified, the firewall rule applies only to\ntraffic that has destination IP address in these ranges. These ranges must\nbe expressed inCIDR format. Both IPv4 and IPv6 are supported.", "items": { "type": "string" }, "type": "array" }, "direction": { - "description": "Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.", + "description": "Direction of traffic to which this firewall applies, either `INGRESS` or\n`EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot\nspecify the sourceTags fields.", "enum": [ "EGRESS", "INGRESS" @@ -49430,22 +50931,22 @@ "type": "string" }, "disabled": { - "description": "Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.", + "description": "Denotes whether the firewall rule is disabled. When set to true, the\nfirewall rule is not enforced and the network behaves as if it did not\nexist. If this is unspecified, the firewall rule will be enabled.", "type": "boolean" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#firewall", - "description": "[Output Only] Type of the resource. Always compute#firewall for firewall rules.", + "description": "[Output Only] Type of the resource. Always compute#firewall\nfor firewall rules.", "type": "string" }, "logConfig": { "$ref": "FirewallLogConfig", - "description": "This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging." + "description": "This field denotes the logging options for a particular firewall rule. If\nlogging is enabled, logs will be exported to Cloud Logging." }, "name": { "annotations": { @@ -49454,20 +50955,20 @@ "compute.firewalls.patch" ] }, - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character\nmust be a lowercase letter, and all following characters (except for the\nlast character) must be a dash, lowercase letter, or digit. The last\ncharacter must be a lowercase letter or digit.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "network": { - "description": "URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default ", + "description": "URL of the network resource for this firewall rule. If not\nspecified when creating a firewall rule, the default network\nis used:\n\nglobal/networks/default\n\nIf you choose to specify this field, you can specify the network as a full \nor partial URL. For example, the following are all valid URLs: \n \n - \n https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network \n - projects/myproject/global/networks/my-network \n - global/networks/default", "type": "string" }, "params": { "$ref": "FirewallParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "priority": { - "description": "Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.", + "description": "Priority for this rule.\nThis is an integer between `0` and `65535`, both inclusive.\nThe default value is `1000`.\nRelative priorities determine which rule takes effect if multiple rules\napply. Lower values indicate higher priority. For example, a rule with\npriority `0` has higher precedence than a rule with priority `1`.\nDENY rules take precedence over ALLOW rules if they have equal priority.\nNote that VPC networks have implied\nrules with a priority of `65535`. To avoid conflicts with the implied\nrules, use a priority number less than `65535`.", "format": "int32", "type": "integer" }, @@ -49476,35 +50977,35 @@ "type": "string" }, "sourceRanges": { - "description": "If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.", + "description": "If source ranges are specified, the firewall rule applies only to traffic\nthat has a source IP address in these ranges. These ranges must be\nexpressed inCIDR format. One or both of sourceRanges\nand sourceTags may be set.\nIf both fields are set, the rule applies to traffic that has a\nsource IP address within sourceRanges OR a source IP\nfrom a resource with a matching tag listed in thesourceTags field. The connection does not need to match\nboth fields for the rule to\napply. Both IPv4 and IPv6 are supported.", "items": { "type": "string" }, "type": "array" }, "sourceServiceAccounts": { - "description": "If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.", + "description": "If source service accounts are specified, the firewall rules apply only to\ntraffic originating from an instance with a service account in this list.\nSource service accounts cannot be used to control traffic to an instance's\nexternal IP address because service accounts are associated with an\ninstance, not an IP address.sourceRanges can be set at the same time assourceServiceAccounts.\nIf both are set, the firewall applies to traffic that\nhas a source IP address within the sourceRanges OR a source\nIP that belongs to an instance with service account listed insourceServiceAccount. The connection does not need to match\nboth fields for the firewall to apply.sourceServiceAccounts cannot be used at the same time assourceTags or targetTags.", "items": { "type": "string" }, "type": "array" }, "sourceTags": { - "description": "If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.", + "description": "If source tags are specified, the firewall rule applies only to traffic\nwith source IPs that match the primary network interfaces of VM instances\nthat have the tag and are in the same VPC network.\nSource tags cannot be used to control traffic to an instance's external IP\naddress, it only applies to traffic between instances in the same virtual\nnetwork. Because tags are associated with instances, not IP addresses.\nOne or both of sourceRanges and sourceTags may be\nset. If both fields are set, the firewall applies to traffic that has a\nsource IP address within sourceRanges OR a source IP from a\nresource with a matching tag listed in the sourceTags\nfield. The connection does not need to match both fields for the\nfirewall to apply.", "items": { "type": "string" }, "type": "array" }, "targetServiceAccounts": { - "description": "A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.", + "description": "A list of service accounts indicating sets of instances located in the\nnetwork that may make network connections as specified inallowed[].targetServiceAccounts cannot be used at the same time astargetTags or sourceTags.\nIf neither targetServiceAccounts nor targetTags\nare specified, the firewall rule applies to all instances on the specified\nnetwork.", "items": { "type": "string" }, "type": "array" }, "targetTags": { - "description": "A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.", + "description": "A list of tags that controls which instances the firewall rule\napplies to. If targetTags are specified, then the firewall\nrule applies only to instances in the VPC network that have one of those\ntags. If no targetTags are specified, the firewall rule\napplies to all instances on the specified network.", "items": { "type": "string" }, @@ -49530,11 +51031,11 @@ }, "kind": { "default": "compute#firewallList", - "description": "[Output Only] Type of resource. Always compute#firewallList for lists of firewalls.", + "description": "[Output Only] Type of resource. Always compute#firewallList\nfor lists of firewalls.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -49545,7 +51046,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -49609,44 +51110,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -49673,11 +51174,11 @@ "id": "FirewallLogConfig", "properties": { "enable": { - "description": "This field denotes whether to enable logging for a particular firewall rule.", + "description": "This field denotes whether to enable logging for a particular firewall\nrule.", "type": "boolean" }, "metadata": { - "description": "This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.", + "description": "This field can only be specified for a particular firewall rule if\nlogging is enabled for that rule. This field denotes whether to include\nor exclude metadata for firewall logs.", "enum": [ "EXCLUDE_ALL_METADATA", "INCLUDE_ALL_METADATA" @@ -49699,7 +51200,7 @@ "additionalProperties": { "type": "string" }, - "description": "Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"} * {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", "type": "object" } }, @@ -49717,7 +51218,7 @@ }, "kind": { "default": "compute#firewallPoliciesListAssociationsResponse", - "description": "[Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists of firewallPolicy associations.", + "description": "[Output Only] Type of firewallPolicy associations. Alwayscompute#FirewallPoliciesListAssociations for lists of\nfirewallPolicy associations.", "type": "string" } }, @@ -49734,10 +51235,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of firewall policies when the list is empty.", + "description": "Informational warning which replaces the list of firewall policies when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -49801,44 +51302,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -49872,36 +51373,36 @@ "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "displayName": { "deprecated": true, - "description": "Deprecated, please use short name instead. User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Deprecated, please use short name instead. User-provided name of the\nOrganization firewall policy. The name should be unique in the organization\nin which the firewall policy is created.\nThis field is not applicable to network firewall policies.\nThis name must be set on creation and cannot be changed.\nThe name must be 1-63 characters long, and comply\nwith RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which\nmeans the first character must be a lowercase letter, and all following\ncharacters must be a dash, lowercase letter, or digit, except the last\ncharacter, which cannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "fingerprint": { - "description": "Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the firewall policy.", + "description": "Specifies a fingerprint for this resource, which is essentially a hash of\nthe metadata's contents and used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update metadata. You must always provide an\nup-to-date fingerprint hash in order to update or change metadata,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make get() request to the\nfirewall policy.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#firewallPolicy", - "description": "[Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies", + "description": "[Output only] Type of the resource. Alwayscompute#firewallPolicyfor firewall policies", "type": "string" }, "name": { - "description": "Name of the resource. For Organization Firewall Policies it's a [Output Only] numeric ID allocated by Google Cloud which uniquely identifies the Organization Firewall Policy.", + "description": "Name of the resource. For Organization Firewall Policies it's a\n[Output Only] numeric ID allocated by Google Cloud which uniquely\nidentifies the Organization Firewall Policy.", "type": "string" }, "packetMirroringRules": { @@ -49912,20 +51413,32 @@ "type": "array" }, "parent": { - "description": "[Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.", + "description": "[Output Only] The parent of the firewall policy.\nThis field is not applicable to network firewall policies.", + "type": "string" + }, + "policyType": { + "description": "The type of the firewall policy. This field can be eitherVPC_POLICY or RDMA_ROCE_POLICY.\n\nNote: if not specified then VPC_POLICY will be used.", + "enum": [ + "RDMA_ROCE_POLICY", + "VPC_POLICY" + ], + "enumDescriptions": [ + "", + "" + ], "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the regional firewall policy resides.\nThis field is not applicable to global firewall policies.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "ruleTupleCount": { - "description": "[Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.", + "description": "[Output Only] Total count of all firewall policy rule tuples. A firewall\npolicy can not exceed a set number of tuples.", "format": "int32", "type": "integer" }, "rules": { - "description": "A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match \"*\"). If no rules are provided when creating a firewall policy, a default rule with action \"allow\" will be added.", + "description": "A list of rules that belong to this policy.\nThere must always be a default rule (rule with priority 2147483647 and\nmatch \"*\"). If no rules are provided when creating a firewall policy, a\ndefault rule with action \"allow\" will be added.", "items": { "$ref": "FirewallPolicyRule" }, @@ -49940,7 +51453,7 @@ "type": "string" }, "shortName": { - "description": "User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "User-provided name of the Organization firewall policy. The name should be\nunique in the organization in which the firewall policy is created.\nThis field is not applicable to network firewall policies.\nThis name must be set on creation and cannot be changed. The name must be\n1-63 characters long, and comply with RFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" } @@ -49956,7 +51469,7 @@ }, "displayName": { "deprecated": true, - "description": "[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.", + "description": "[Output Only] Deprecated, please use short name instead. The display name\nof the firewall policy of the association.", "type": "string" }, "firewallPolicyId": { @@ -49990,18 +51503,18 @@ }, "kind": { "default": "compute#firewallPolicyList", - "description": "[Output Only] Type of resource. Always compute#firewallPolicyList for listsof FirewallPolicies", + "description": "[Output Only] Type of resource. Alwayscompute#firewallPolicyList for listsof FirewallPolicies", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "warning": { "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -50065,44 +51578,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -50125,11 +51638,11 @@ "type": "object" }, "FirewallPolicyRule": { - "description": "Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).", + "description": "Represents a rule that describes one or more match conditions along with\nthe action to be taken when traffic matches this condition (allow or deny).", "id": "FirewallPolicyRule", "properties": { "action": { - "description": "The Action to perform when the client connection triggers the rule. Valid actions for firewall rules are: \"allow\", \"deny\", \"apply_security_profile_group\" and \"goto_next\". Valid actions for packet mirroring rules are: \"mirror\", \"do_not_mirror\" and \"goto_next\".", + "description": "The Action to perform when the client connection triggers the rule.\nValid actions for firewall rules are: \"allow\", \"deny\",\n\"apply_security_profile_group\" and \"goto_next\".\nValid actions for packet mirroring rules are: \"mirror\", \"do_not_mirror\"\nand \"goto_next\".", "type": "string" }, "description": { @@ -50149,95 +51662,95 @@ "type": "string" }, "disabled": { - "description": "Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.", + "description": "Denotes whether the firewall policy rule is disabled. When set to true,\nthe firewall policy rule is not enforced and traffic behaves as if it did\nnot exist. If this is unspecified, the firewall policy rule will be\nenabled.", "type": "boolean" }, "enableLogging": { - "description": "Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on \"goto_next\" rules.", + "description": "Denotes whether to enable logging for a particular rule. If logging is\nenabled, logs will be exported to the configured export destination in\nStackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you\ncannot enable logging on \"goto_next\" rules.", "type": "boolean" }, "kind": { "default": "compute#firewallPolicyRule", - "description": "[Output only] Type of the resource. Returns compute#firewallPolicyRule for firewall rules and compute#packetMirroringRule for packet mirroring rules.", + "description": "[Output only] Type of the resource. Returnscompute#firewallPolicyRule for firewall rules andcompute#packetMirroringRule for packet mirroring rules.", "type": "string" }, "match": { "$ref": "FirewallPolicyRuleMatcher", - "description": "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced." + "description": "A match condition that incoming traffic is evaluated against.\nIf it evaluates to true, the corresponding 'action' is enforced." }, "priority": { - "description": "An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.", + "description": "An integer indicating the priority of a rule in the list. The priority\nmust be a positive value between 0 and 2147483647.\nRules are evaluated from highest to lowest priority where 0 is the\nhighest priority and 2147483647 is the lowest priority.", "format": "int32", "type": "integer" }, "ruleName": { - "description": "An optional name for the rule. This field is not a unique identifier and can be updated.", + "description": "An optional name for the rule. This field is not a unique identifier\nand can be updated.", "type": "string" }, "ruleTupleCount": { - "description": "[Output Only] Calculation of the complexity of a single firewall policy rule.", + "description": "[Output Only] Calculation of the complexity of a single firewall policy\nrule.", "format": "int32", "type": "integer" }, "securityProfileGroup": { - "description": "A fully-qualified URL of a SecurityProfile resource instance. Example: https://networksecurity.googleapis.com/v1/projects/{project}/locations/{location}/securityProfileGroups/my-security-profile-group Must be specified if action is one of 'apply_security_profile_group' or 'mirror'. Cannot be specified for other actions.", + "description": "A fully-qualified URL of a SecurityProfile resource instance.\nExample:\nhttps://networksecurity.googleapis.com/v1/projects/{project}/locations/{location}/securityProfileGroups/my-security-profile-group\nMust be specified if action is one of 'apply_security_profile_group' or\n'mirror'. Cannot be specified for other actions.", "type": "string" }, "targetResources": { - "description": "A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.", + "description": "A list of network resource URLs to which this rule applies. This field\nallows you to control which network's VMs get this rule. If this field\nis left blank, all VMs within the organization will receive the rule.", "items": { "type": "string" }, "type": "array" }, "targetSecureTags": { - "description": "A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.", + "description": "A list of secure tags that controls which instances the firewall rule\napplies to. If targetSecureTag are specified, then the\nfirewall rule applies only to instances in the VPC network that have one\nof those EFFECTIVE secure tags, if all the target_secure_tag are in\nINEFFECTIVE state, then this rule will be ignored.targetSecureTag may not be set at the same time astargetServiceAccounts.\nIf neither targetServiceAccounts nortargetSecureTag are specified, the firewall rule applies\nto all instances on the specified network.\nMaximum number of target label tags allowed is 256.", "items": { "$ref": "FirewallPolicyRuleSecureTag" }, "type": "array" }, "targetServiceAccounts": { - "description": "A list of service accounts indicating the sets of instances that are applied with this rule.", + "description": "A list of service accounts indicating the sets of instances that are\napplied with this rule.", "items": { "type": "string" }, "type": "array" }, "tlsInspect": { - "description": "Boolean flag indicating if the traffic should be TLS decrypted. Can be set only if action = 'apply_security_profile_group' and cannot be set for other actions.", + "description": "Boolean flag indicating if the traffic should be TLS decrypted.\nCan be set only if action = 'apply_security_profile_group' and cannot\nbe set for other actions.", "type": "boolean" } }, "type": "object" }, "FirewallPolicyRuleMatcher": { - "description": "Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.", + "description": "Represents a match condition that incoming traffic is evaluated against.\nExactly one field must be specified.", "id": "FirewallPolicyRuleMatcher", "properties": { "destAddressGroups": { - "description": "Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.", + "description": "Address groups which should be matched against the traffic destination.\nMaximum number of destination address groups is 10.", "items": { "type": "string" }, "type": "array" }, "destFqdns": { - "description": "Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.", + "description": "Fully Qualified Domain Name (FQDN) which should be matched against\ntraffic destination.\nMaximum number of destination fqdn allowed is 100.", "items": { "type": "string" }, "type": "array" }, "destIpRanges": { - "description": "CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.", + "description": "CIDR IP address range.\nMaximum number of destination CIDR IP ranges allowed is 5000.", "items": { "type": "string" }, "type": "array" }, "destNetworkType": { - "description": "Network type of the traffic destination. Allowed values are: - UNSPECIFIED - INTERNET - NON_INTERNET ", + "description": "Network type of the traffic destination. Allowed values are:\n \n \n - UNSPECIFIED\n - INTERNET\n - NON_INTERNET", "enum": [ "INTERNET", "INTRA_VPC", @@ -50255,14 +51768,14 @@ "type": "string" }, "destRegionCodes": { - "description": "Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex.\"US\" Maximum number of dest region codes allowed is 5000.", + "description": "Region codes whose IP addresses will be used to match for destination\nof traffic. Should be specified as 2 letter country code defined as per\nISO 3166 alpha-2 country codes. ex.\"US\"\nMaximum number of dest region codes allowed is 5000.", "items": { "type": "string" }, "type": "array" }, "destThreatIntelligences": { - "description": "Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.", + "description": "Names of Network Threat Intelligence lists.\nThe IPs in these lists will be matched against traffic destination.", "items": { "type": "string" }, @@ -50276,28 +51789,28 @@ "type": "array" }, "srcAddressGroups": { - "description": "Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.", + "description": "Address groups which should be matched against the traffic source.\nMaximum number of source address groups is 10.", "items": { "type": "string" }, "type": "array" }, "srcFqdns": { - "description": "Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.", + "description": "Fully Qualified Domain Name (FQDN) which should be matched against\ntraffic source.\nMaximum number of source fqdn allowed is 100.", "items": { "type": "string" }, "type": "array" }, "srcIpRanges": { - "description": "CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.", + "description": "CIDR IP address range.\nMaximum number of source CIDR IP ranges allowed is 5000.", "items": { "type": "string" }, "type": "array" }, "srcNetworkType": { - "description": "Network type of the traffic source. Allowed values are: - UNSPECIFIED - INTERNET - INTRA_VPC - NON_INTERNET - VPC_NETWORKS ", + "description": "Network type of the traffic source. Allowed values are:\n \n \n - UNSPECIFIED\n - INTERNET\n - INTRA_VPC\n - NON_INTERNET\n - VPC_NETWORKS", "enum": [ "INTERNET", "INTRA_VPC", @@ -50322,21 +51835,21 @@ "type": "array" }, "srcRegionCodes": { - "description": "Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex.\"US\" Maximum number of source region codes allowed is 5000.", + "description": "Region codes whose IP addresses will be used to match for source\nof traffic. Should be specified as 2 letter country code defined as per\nISO 3166 alpha-2 country codes. ex.\"US\"\nMaximum number of source region codes allowed is 5000.", "items": { "type": "string" }, "type": "array" }, "srcSecureTags": { - "description": "List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.", + "description": "List of secure tag values, which should be matched at the source\nof the traffic.\nFor INGRESS rule, if all the srcSecureTag are INEFFECTIVE,\nand there is no srcIpRange, this rule will be ignored.\nMaximum number of source tag values allowed is 256.", "items": { "$ref": "FirewallPolicyRuleSecureTag" }, "type": "array" }, "srcThreatIntelligences": { - "description": "Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.", + "description": "Names of Network Threat Intelligence lists.\nThe IPs in these lists will be matched against traffic source.", "items": { "type": "string" }, @@ -50349,11 +51862,11 @@ "id": "FirewallPolicyRuleMatcherLayer4Config", "properties": { "ipProtocol": { - "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.", + "description": "The IP protocol to which this rule applies. The protocol type is\nrequired when creating a firewall rule. This value can either be\none of the following well known protocol strings (tcp,udp, icmp, esp,ah, ipip, sctp), or the IP\nprotocol number.", "type": "string" }, "ports": { - "description": "An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].", + "description": "An optional list of ports to which this rule applies. This field is\nonly applicable for UDP or TCP protocol. Each entry must be either\nan integer or a range. If not specified, this rule applies to\nconnections through any port.\n\nExample inputs include: [\"22\"],[\"80\",\"443\"], and [\"12345-12349\"].", "items": { "type": "string" }, @@ -50371,7 +51884,7 @@ "type": "string" }, "state": { - "description": "[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.", + "description": "[Output Only] State of the secure tag, either `EFFECTIVE` or\n`INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted\nor its network is deleted.", "enum": [ "EFFECTIVE", "INEFFECTIVE" @@ -50390,7 +51903,7 @@ "id": "FixedOrPercent", "properties": { "calculated": { - "description": "[Output Only] Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded. ", + "description": "[Output Only] Absolute value of VM instances calculated based on the\nspecific mode.\n\n \n \n - If the value is fixed, then the calculated\n value is equal to the fixed value.\n - If the value is a percent, then the\n calculated\n value is percent/100 * targetSize. For example,\n the calculated value of a 80% of a managed instance group\n with 150 instances would be (80/100 * 150) = 120 VM instances. If there\n is a remainder, the number is rounded.", "format": "int32", "type": "integer" }, @@ -50400,7 +51913,7 @@ "type": "integer" }, "percent": { - "description": "Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.", + "description": "Specifies a percentage of instances between 0 to 100%, inclusive. For\nexample, specify 80 for 80%.", "format": "int32", "type": "integer" } @@ -50408,15 +51921,15 @@ "type": "object" }, "ForwardingRule": { - "description": "Represents a Forwarding Rule resource. Forwarding rule resources in Google Cloud can be either regional or global in scope: * [Global](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules) * [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules) A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules can also reference target instances and Cloud VPN Classic gateways (targetVpnGateway). For more information, read Forwarding rule concepts and Using protocol forwarding.", + "description": "Represents a Forwarding Rule resource.\n\nForwarding rule resources in Google Cloud can be either regional or global in\nscope:\n\n* [Global](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules)\n* [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules)\n\nA forwarding rule and its corresponding IP address represent the frontend\nconfiguration of a Google Cloud load balancer.\nForwarding rules can also reference target instances and Cloud VPN Classic\ngateways (targetVpnGateway).\n\nFor more information, read\nForwarding rule concepts and\nUsing protocol forwarding.", "id": "ForwardingRule", "properties": { "IPAddress": { - "description": "IP address for which this forwarding rule accepts traffic. When a client sends traffic to this IP address, the forwarding rule directs the traffic to the referenced target or backendService. While creating a forwarding rule, specifying an IPAddress is required under the following circumstances: - When the target is set to targetGrpcProxy and validateForProxyless is set to true, the IPAddress should be set to 0.0.0.0. - When the target is a Private Service Connect Google APIs bundle, you must specify an IPAddress. Otherwise, you can optionally specify an IP address that references an existing static (reserved) IP address resource. When omitted, Google Cloud assigns an ephemeral IP address. Use one of the following formats to specify an IP address while creating a forwarding rule: * IP address number, as in `100.1.2.3` * IPv6 address range, as in `2600:1234::/96` * Full resource URL, as in https://www.googleapis.com/compute/v1/projects/ project_id/regions/region/addresses/address-name * Partial URL or by name, as in: - projects/project_id/regions/region/addresses/address-name - regions/region/addresses/address-name - global/addresses/address-name - address-name The forwarding rule's target or backendService, and in most cases, also the loadBalancingScheme, determine the type of IP address that you can use. For detailed information, see [IP address specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). When reading an IPAddress, the API always returns the IP address number.", + "description": "IP address for which this forwarding rule accepts traffic. When a client\nsends traffic to this IP address, the forwarding rule directs the traffic\nto the referenced target or backendService.\nWhile creating a forwarding rule, specifying an IPAddress is\nrequired under the following circumstances:\n\n \n - When the target is set to targetGrpcProxy andvalidateForProxyless is set to true, theIPAddress should be set to 0.0.0.0.\n - When the target is a Private Service Connect Google APIs\n bundle, you must specify an IPAddress.\n\n\nOtherwise, you can optionally specify an IP address that references an\nexisting static (reserved) IP address resource. When omitted, Google Cloud\nassigns an ephemeral IP address.\n\nUse one of the following formats to specify an IP address while creating a\nforwarding rule:\n\n* IP address number, as in `100.1.2.3`\n* IPv6 address range, as in `2600:1234::/96`\n* Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/project_id/regions/region/addresses/address-name\n* Partial URL or by name, as in:\n \n - projects/project_id/regions/region/addresses/address-name\n - regions/region/addresses/address-name\n - global/addresses/address-name\n - address-name\n\n\n\nThe forwarding rule's target or backendService,\nand in most cases, also the loadBalancingScheme, determine the\ntype of IP address that you can use. For detailed information, see\n[IP address\nspecifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\n\nWhen reading an IPAddress, the API always returns the IP\naddress number.", "type": "string" }, "IPProtocol": { - "description": "The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).", + "description": "The IP protocol to which this rule applies.\n\nFor protocol forwarding, valid\noptions are TCP, UDP, ESP,AH, SCTP, ICMP andL3_DEFAULT.\n\nThe valid IP protocols are different for different load balancing products\nas described in [Load balancing\nfeatures](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).", "enum": [ "AH", "ESP", @@ -50438,35 +51951,35 @@ "type": "string" }, "allPorts": { - "description": "The ports, portRange, and allPorts fields are mutually exclusive. Only packets addressed to ports in the specified range will be forwarded to the backends configured with this forwarding rule. The allPorts field has the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, SCTP, or L3_DEFAULT. - It's applicable only to the following products: internal passthrough Network Load Balancers, backend service-based external passthrough Network Load Balancers, and internal and external protocol forwarding. - Set this field to true to allow packets addressed to any port or packets lacking destination port information (for example, UDP fragments after the first fragment) to be forwarded to the backends configured with this forwarding rule. The L3_DEFAULT protocol requires allPorts be set to true. ", + "description": "The ports, portRange, and allPorts\nfields are mutually exclusive. Only packets addressed to ports in the\nspecified range will be forwarded to the backends configured with this\nforwarding rule.\n\nThe allPorts field has the following limitations:\n \n - It requires that the forwarding rule IPProtocol be TCP,\n UDP, SCTP, or L3_DEFAULT.\n - It's applicable only to the following products: internal passthrough\n Network Load Balancers, backend service-based external passthrough Network\n Load Balancers, and internal and external protocol forwarding.\n - Set this field to true to allow packets addressed to any port or\n packets lacking destination port information (for example, UDP fragments\n after the first fragment) to be forwarded to the backends configured with\n this forwarding rule. The L3_DEFAULT protocol requiresallPorts be set to true.", "type": "boolean" }, "allowGlobalAccess": { - "description": "If set to true, clients can access the internal passthrough Network Load Balancers, the regional internal Application Load Balancer, and the regional internal proxy Network Load Balancer from all regions. If false, only allows access from the local region the load balancer is located at. Note that for INTERNAL_MANAGED forwarding rules, this field cannot be changed after the forwarding rule is created.", + "description": "If set to true, clients can access the internal passthrough Network Load\nBalancers, the regional internal Application Load Balancer, and the\nregional internal proxy Network Load Balancer from all regions.\nIf false, only allows access from the local region the load balancer is\nlocated at. Note that for INTERNAL_MANAGED forwarding rules, this field\ncannot be changed after the forwarding rule is created.", "type": "boolean" }, "allowPscGlobalAccess": { - "description": "This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.", + "description": "This is used in PSC consumer ForwardingRule to control whether the PSC\nendpoint can be accessed from another region.", "type": "boolean" }, "backendService": { - "description": "Identifies the backend service to which the forwarding rule sends traffic. Required for internal and external passthrough Network Load Balancers; must be omitted for all other load balancer types.", + "description": "Identifies the backend service to which the forwarding rule sends traffic.\nRequired for internal and external passthrough Network Load Balancers;\nmust be omitted for all other load balancer types.", "type": "string" }, "baseForwardingRule": { - "description": "[Output Only] The URL for the corresponding base forwarding rule. By base forwarding rule, we mean the forwarding rule that has the same IP address, protocol, and port settings with the current forwarding rule, but without sourceIPRanges specified. Always empty if the current forwarding rule does not have sourceIPRanges specified.", + "description": "[Output Only] The URL for the corresponding base forwarding rule. By base\nforwarding rule, we mean the forwarding rule that has the same IP address,\nprotocol, and port settings with the current forwarding rule, but without\nsourceIPRanges specified.\nAlways empty if the current forwarding rule does not have sourceIPRanges\nspecified.", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "externalManagedBackendBucketMigrationState": { - "description": "Specifies the canary migration state for the backend buckets attached to this forwarding rule. Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC. To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate traffic to backend buckets attached to this forwarding rule by percentage using externalManagedBackendBucketMigrationTestingPercentage. Rolling back a migration requires the states to be set in reverse order. So changing the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.", + "description": "Specifies the canary migration state for the backend buckets attached to\nthis forwarding rule. Possible values are PREPARE, TEST_BY_PERCENTAGE, and\nTEST_ALL_TRAFFIC.\n\nTo begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be\nchanged to PREPARE. The state must be changed to TEST_ALL_TRAFFIC before\nthe loadBalancingScheme can be changed to EXTERNAL_MANAGED. Optionally, the\nTEST_BY_PERCENTAGE state can be used to migrate traffic to backend buckets\nattached to this forwarding rule by percentage using\nexternalManagedBackendBucketMigrationTestingPercentage.\n\nRolling back a migration requires the states to be set in reverse order. So\nchanging the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to\nbe set to TEST_ALL_TRAFFIC at the same time. Optionally, the\nTEST_BY_PERCENTAGE state can be used to migrate some traffic back to\nEXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.", "enum": [ "PREPARE", "TEST_ALL_TRAFFIC", @@ -50480,26 +51993,26 @@ "type": "string" }, "externalManagedBackendBucketMigrationTestingPercentage": { - "description": "Determines the fraction of requests to backend buckets that should be processed by the global external Application Load Balancer. The value of this field must be in the range [0, 100]. This value can only be set if the loadBalancingScheme in the BackendService is set to EXTERNAL (when using the classic Application Load Balancer) and the migration state is TEST_BY_PERCENTAGE.", + "description": "Determines the fraction of requests to backend buckets that should be\nprocessed by the global external Application Load Balancer.\n\nThe value of this field must be in the range [0, 100].\n\nThis value can only be set if the loadBalancingScheme in the BackendService\nis set to EXTERNAL (when using the classic Application Load Balancer) and\nthe migration state is TEST_BY_PERCENTAGE.", "format": "float", "type": "number" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ForwardingRule. Include the fingerprint in patch request to ensure that you do not overwrite changes that were applied from another concurrent request. To see the latest fingerprint, make a get() request to retrieve a ForwardingRule.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a ForwardingRule. Include the fingerprint in patch request to\nensure that you do not overwrite changes that were applied from another\nconcurrent request.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a ForwardingRule.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "ipCollection": { - "description": "Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode. Use one of the following formats to specify a sub-PDP when creating an IPv6 NetLB forwarding rule using BYOIP: Full resource URL, as in https://www.googleapis.com/compute/v1/projects/project_id/regions/region /publicDelegatedPrefixes/sub-pdp-name Partial URL, as in: - projects/project_id/regions/region/publicDelegatedPrefixes/sub-pdp-name - regions/region/publicDelegatedPrefixes/sub-pdp-name ", + "description": "Resource reference of a PublicDelegatedPrefix. The PDP must\nbe a sub-PDP in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.\n\nUse one of the following formats to specify a sub-PDP when creating an IPv6\nNetLB forwarding rule using BYOIP:\nFull resource URL, as inhttps://www.googleapis.com/compute/v1/projects/project_id/regions/region/publicDelegatedPrefixes/sub-pdp-name\nPartial URL, as in:\n \n - projects/project_id/regions/region/publicDelegatedPrefixes/sub-pdp-name\n - regions/region/publicDelegatedPrefixes/sub-pdp-name", "type": "string" }, "ipVersion": { - "description": "The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6.", + "description": "The IP Version that will be used by this forwarding rule. Valid options\nare IPV4 or IPV6.", "enum": [ "IPV4", "IPV6", @@ -50513,16 +52026,16 @@ "type": "string" }, "isMirroringCollector": { - "description": "Indicates whether or not this load balancer can be used as a collector for packet mirroring. To prevent mirroring loops, instances behind this load balancer will not have their traffic mirrored even if a PacketMirroring rule applies to them. This can only be set to true for load balancers that have their loadBalancingScheme set to INTERNAL.", + "description": "Indicates whether or not this load balancer can be used as a collector for\npacket mirroring. To prevent mirroring loops, instances behind this\nload balancer will not have their traffic mirrored even if aPacketMirroring rule applies to them.\nThis can only be set to true for load balancers that have theirloadBalancingScheme set to INTERNAL.", "type": "boolean" }, "kind": { "default": "compute#forwardingRule", - "description": "[Output Only] Type of the resource. Always compute#forwardingRule for forwarding rule resources.", + "description": "[Output Only] Type of the resource. Alwayscompute#forwardingRule for forwarding rule resources.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this resource, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a ForwardingRule.", + "description": "A fingerprint for the labels being applied to this resource, which is\nessentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a ForwardingRule.", "format": "byte", "type": "string" }, @@ -50530,11 +52043,11 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "loadBalancingScheme": { - "description": "Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule concepts.", + "description": "Specifies the forwarding rule type.\n\nFor more information about forwarding rules, refer to\nForwarding rule concepts.", "enum": [ "EXTERNAL", "EXTERNAL_MANAGED", @@ -50554,23 +52067,23 @@ "type": "string" }, "metadataFilters": { - "description": "Opaque filter criteria used by load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to load balancer, xDS clients present node metadata. When there is a match, the relevant configuration is made available to those proxies. Otherwise, all the resources (e.g. TargetHttpProxy, UrlMap) referenced by the ForwardingRule are not visible to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadataFilters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here will be applifed before those specified in the UrlMap that this ForwardingRule references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED.", + "description": "Opaque filter criteria used by load balancer to restrict routing\nconfiguration to a limited set of xDS\ncompliant clients. In their xDS requests to load balancer, xDS clients\npresent node\nmetadata. When there is a match, the relevant configuration\nis made available to those proxies. Otherwise, all the resources (e.g.TargetHttpProxy, UrlMap)\nreferenced by the ForwardingRule are not visible to\nthose proxies.\n\nFor each metadataFilter in this list, if itsfilterMatchCriteria is set to MATCH_ANY, at least one of thefilterLabels must match the corresponding label provided in\nthe metadata. If its filterMatchCriteria is set to\nMATCH_ALL, then all of its filterLabels must match with\ncorresponding labels provided in the metadata. If multiplemetadataFilters are specified, all of them need to be satisfied\nin order to be considered a match.\n\nmetadataFilters specified here will be applifed before\nthose specified in the UrlMap that thisForwardingRule references.\n\nmetadataFilters only applies to Loadbalancers that have\ntheir loadBalancingScheme set toINTERNAL_SELF_MANAGED.", "items": { "$ref": "MetadataFilter" }, "type": "array" }, "name": { - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. For Private Service Connect forwarding rules that forward traffic to Google APIs, the forwarding rule name must be a 1-20 characters string with lowercase letters and numbers and must start with a letter.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\n\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, the forwarding rule name must be a 1-20 characters string with\nlowercase letters and numbers and must start with a letter.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "network": { - "description": "This field is not used for global external load balancing. For internal passthrough Network Load Balancers, this field identifies the network that the load balanced IP should belong to for this forwarding rule. If the subnetwork is specified, the network of the subnetwork will be used. If neither subnetwork nor this field is specified, the default network will be used. For Private Service Connect forwarding rules that forward traffic to Google APIs, a network must be provided.", + "description": "This field is not used for global external load balancing.\n\nFor internal passthrough Network Load Balancers, this field identifies the\nnetwork that the load balanced IP should belong to for this forwarding\nrule.\nIf the subnetwork is specified, the network of the subnetwork will be used.\nIf neither subnetwork nor this field is specified, the default network will\nbe used.\n\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, a network must be provided.", "type": "string" }, "networkTier": { - "description": "This signifies the networking tier used for configuring this load balancer and can only take the following values: PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM and STANDARD. For GlobalForwardingRule, the valid value is PREMIUM. If this field is not specified, it is assumed to be PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address.", + "description": "This signifies the networking tier used for configuring\nthis load balancer and can only take the following values:PREMIUM, STANDARD.\n\nFor regional ForwardingRule, the valid values are PREMIUM andSTANDARD. For GlobalForwardingRule, the valid value isPREMIUM.\n\nIf this field is not specified, it is assumed to be PREMIUM.\nIf IPAddress is specified, this value must be equal to the\nnetworkTier of the Address.", "enum": [ "FIXED_STANDARD", "PREMIUM", @@ -50579,22 +52092,22 @@ ], "enumDescriptions": [ "Public internet quality with fixed bandwidth.", - "High quality, Google-grade network tier, support for all networking products.", - "Public internet quality, only limited support for other networking products.", - "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured." + "High quality, Google-grade network tier, support for all networking\nproducts.", + "Public internet quality, only limited support for other networking\nproducts.", + "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier\nis expired or not configured." ], "type": "string" }, "noAutomateDnsZone": { - "description": "This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field. Once set, this field is not mutable.", + "description": "This is used in PSC consumer ForwardingRule to control whether it should\ntry to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use\nthis field. Once set, this field is not mutable.", "type": "boolean" }, "portRange": { - "description": "The ports, portRange, and allPorts fields are mutually exclusive. Only packets addressed to ports in the specified range will be forwarded to the backends configured with this forwarding rule. The portRange field has the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or SCTP, and - It's applicable only to the following products: external passthrough Network Load Balancers, internal and external proxy Network Load Balancers, internal and external Application Load Balancers, external protocol forwarding, and Classic VPN. - Some products have restrictions on what ports can be used. See port specifications for details. For external forwarding rules, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. For internal forwarding rules within the same VPC network, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. @pattern: \\\\d+(?:-\\\\d+)?", + "description": "The ports, portRange, and allPorts\nfields are mutually exclusive. Only packets addressed to ports in the\nspecified range will be forwarded to the backends configured with this\nforwarding rule.\n\nThe portRange field has the following limitations:\n \n - It requires that the forwarding rule IPProtocol be TCP,\n UDP, or SCTP, and\n - It's applicable only to the following products: external passthrough\n Network Load Balancers, internal and external proxy Network Load Balancers,\n internal and external Application Load Balancers, external protocol\n forwarding, and Classic VPN.\n - Some products have restrictions on what ports can be used. See \n port specifications for details.\n\n\n\nFor external forwarding rules, two or more forwarding rules cannot use the\nsame [IPAddress, IPProtocol] pair, and cannot have overlappingportRanges.\n\nFor internal forwarding rules within the same VPC network, two or more\nforwarding rules cannot use the same [IPAddress, IPProtocol]\npair, and cannot have overlapping portRanges.\n\n@pattern: \\\\d+(?:-\\\\d+)?", "type": "string" }, "ports": { - "description": "The ports, portRange, and allPorts fields are mutually exclusive. Only packets addressed to ports in the specified range will be forwarded to the backends configured with this forwarding rule. The ports field has the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or SCTP, and - It's applicable only to the following products: internal passthrough Network Load Balancers, backend service-based external passthrough Network Load Balancers, and internal protocol forwarding. - You can specify a list of up to five ports by number, separated by commas. The ports can be contiguous or discontiguous. For external forwarding rules, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair if they share at least one port number. For internal forwarding rules within the same VPC network, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair if they share at least one port number. @pattern: \\\\d+(?:-\\\\d+)?", + "description": "The ports, portRange, and allPorts\nfields are mutually exclusive. Only packets addressed to ports in the\nspecified range will be forwarded to the backends configured with this\nforwarding rule.\n\nThe ports field has the following limitations:\n \n - It requires that the forwarding rule IPProtocol be TCP,\n UDP, or SCTP, and\n - It's applicable only to the following products: internal passthrough\n Network Load Balancers, backend service-based external passthrough Network\n Load Balancers, and internal protocol forwarding.\n - You can specify a list of up to five ports by number, separated by\n commas. The ports can be contiguous or discontiguous.\n\n\n\nFor external forwarding rules, two or more forwarding rules cannot use the\nsame [IPAddress, IPProtocol] pair if they share at least one\nport number.\n\nFor internal forwarding rules within the same VPC network, two or more\nforwarding rules cannot use the same [IPAddress, IPProtocol]\npair if they share at least one port number.\n\n@pattern: \\\\d+(?:-\\\\d+)?", "items": { "type": "string" }, @@ -50616,8 +52129,8 @@ ], "enumDescriptions": [ "The connection has been accepted by the producer.", - "The connection has been closed by the producer and will not serve traffic going forward.", - "The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.", + "The connection has been closed by the producer and will not serve traffic\ngoing forward.", + "The connection has been accepted by the producer, but the producer needs\nto take further action before the forwarding rule can serve traffic.", "The connection is pending acceptance by the producer.", "The connection has been rejected by the producer.", "" @@ -50625,7 +52138,7 @@ "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the regional forwarding rule resides. This field is not applicable to global forwarding rules. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the regional forwarding rule resides.\nThis field is not applicable to global forwarding rules.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "selfLink": { @@ -50637,34 +52150,34 @@ "type": "string" }, "serviceDirectoryRegistrations": { - "description": "Service Directory resources to register this forwarding rule with. Currently, only supports a single Service Directory resource.", + "description": "Service Directory resources to register this forwarding rule with.\nCurrently, only supports a single Service Directory resource.", "items": { "$ref": "ForwardingRuleServiceDirectoryRegistration" }, "type": "array" }, "serviceLabel": { - "description": "An optional prefix to the service name for this forwarding rule. If specified, the prefix is the first label of the fully qualified service name. The label must be 1-63 characters long, and comply with RFC1035. Specifically, the label must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. This field is only used for internal load balancing.", + "description": "An optional prefix to the service name for this forwarding rule.\nIf specified, the prefix is the first label of the fully qualified service\nname.\n\nThe label must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the label must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\n\nThis field is only used for internal load balancing.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "serviceName": { - "description": "[Output Only] The internal fully qualified service name for this forwarding rule. This field is only used for internal load balancing.", + "description": "[Output Only]\nThe internal fully qualified service name for this forwarding rule.\n\nThis field is only used for internal load balancing.", "type": "string" }, "sourceIpRanges": { - "description": "If not empty, this forwarding rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a forwarding rule can only have up to 64 source IP ranges, and this field can only be used with a regional forwarding rule whose scheme is EXTERNAL. Each source_ip_range entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).", + "description": "If not empty, this forwarding rule will only forward the traffic when the\nsource IP address matches one of the IP addresses or CIDR ranges set here.\nNote that a forwarding rule can only have up to 64 source IP ranges, and\nthis field can only be used with a regional forwarding rule whose scheme isEXTERNAL.\nEach source_ip_range entry should be either an IP address (for\nexample, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).", "items": { "type": "string" }, "type": "array" }, "subnetwork": { - "description": "This field identifies the subnetwork that the load balanced IP should belong to for this forwarding rule, used with internal load balancers and external passthrough Network Load Balancers with IPv6. If the network specified is in auto subnet mode, this field is optional. However, a subnetwork must be specified if the network is in custom subnet mode or when creating external forwarding rule with IPv6.", + "description": "This field identifies the subnetwork that the load balanced IP should\nbelong to for this forwarding rule, used with internal load balancers and\nexternal passthrough Network Load Balancers with IPv6.\n\nIf the network specified is in auto subnet mode, this field is optional.\nHowever, a subnetwork must be specified if the network is in custom subnet\nmode or when creating external forwarding rule with IPv6.", "type": "string" }, "target": { - "description": "The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. - For load balancers, see the \"Target\" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). - For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported Google APIs. - For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment. The target is not mutable once set as a service attachment. ", + "description": "The URL of the target resource to receive the matched traffic. For\nregional forwarding rules, this target must be in the same region as the\nforwarding rule. For global forwarding rules, this target must be a global\nload balancing resource.\n\nThe forwarded traffic must be of a type appropriate to the target object.\n \n \n - For load balancers, see the \"Target\" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\n - For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:\n \n \n - vpc-sc - APIs that support VPC Service Controls. \n - all-apis - All supported Google APIs. \n \n \n - For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment. The target is not mutable once set as a service attachment.", "type": "string" } }, @@ -50687,11 +52200,11 @@ }, "kind": { "default": "compute#forwardingRuleAggregatedList", - "description": "[Output Only] Type of resource. Always compute#forwardingRuleAggregatedList for lists of forwarding rules.", + "description": "[Output Only] Type of resource. Alwayscompute#forwardingRuleAggregatedList for lists of forwarding rules.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -50709,7 +52222,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -50773,44 +52286,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -50853,7 +52366,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -50864,7 +52377,1052 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LARGE_DEPLOYMENT_WARNING", + "LIST_OVERHEAD_QUOTA_EXCEED", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "QUOTA_INFO_UNAVAILABLE", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + true, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed\noperation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as\ndeprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as\nexperimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden.\nDeprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", + "When deploying a deployment with a exceedingly large number of resources", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "ForwardingRuleReference": { + "id": "ForwardingRuleReference", + "properties": { + "forwardingRule": { + "type": "string" + } + }, + "type": "object" + }, + "ForwardingRuleServiceDirectoryRegistration": { + "description": "Describes the auto-registration of the forwarding rule to Service Directory.\nThe region and project of the Service Directory resource generated from\nthis registration will be the same as this forwarding rule.", + "id": "ForwardingRuleServiceDirectoryRegistration", + "properties": { + "namespace": { + "description": "Service Directory namespace to register the forwarding rule under.", + "type": "string" + }, + "service": { + "description": "Service Directory service to register the forwarding rule under.", + "type": "string" + }, + "serviceDirectoryRegion": { + "description": "[Optional] Service Directory region to register this global forwarding\nrule under. Default to \"us-central1\". Only used for PSC for Google APIs.\nAll PSC for Google APIs forwarding rules on the same network should use\nthe same Service Directory region.", + "type": "string" + } + }, + "type": "object" + }, + "ForwardingRulesScopedList": { + "id": "ForwardingRulesScopedList", + "properties": { + "forwardingRules": { + "description": "A list of forwarding rules contained in this scope.", + "items": { + "$ref": "ForwardingRule" + }, + "type": "array" + }, + "warning": { + "description": "Informational warning which replaces the list of forwarding rules when\nthe list is empty.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LARGE_DEPLOYMENT_WARNING", + "LIST_OVERHEAD_QUOTA_EXCEED", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "QUOTA_INFO_UNAVAILABLE", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + true, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed\noperation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as\ndeprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as\nexperimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden.\nDeprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", + "When deploying a deployment with a exceedingly large number of resources", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FutureReservation": { + "id": "FutureReservation", + "properties": { + "aggregateReservation": { + "$ref": "AllocationAggregateReservation", + "description": "Aggregate reservation details for the future reservation." + }, + "autoCreatedReservationsDeleteTime": { + "description": "Future timestamp when the FR auto-created reservations will be deleted by\nCompute Engine. Format of this field must be a valid\nhref=\"https://www.ietf.org/rfc/rfc3339.txt\">RFC3339 value.", + "type": "string" + }, + "autoCreatedReservationsDuration": { + "$ref": "Duration", + "description": "Specifies the duration of auto-created reservations.\nIt represents relative time to future reservation start_time when\nauto-created reservations will be automatically deleted by Compute\nEngine. Duration time unit is represented as a count of seconds\nand fractions of seconds at nanosecond resolution." + }, + "autoDeleteAutoCreatedReservations": { + "description": "Setting for enabling or disabling automatic deletion for auto-created\nreservation. If set to true, auto-created reservations will be\ndeleted at Future Reservation's end time (default) or at user's defined\ntimestamp if any of the\n[auto_created_reservations_delete_time, auto_created_reservations_duration]\nvalues is specified.\nFor keeping auto-created reservation indefinitely, this value should be set\nto false.", + "type": "boolean" + }, + "commitmentInfo": { + "$ref": "FutureReservationCommitmentInfo", + "description": "If not present, then FR will not deliver a new commitment or update an\nexisting commitment." + }, + "creationTimestamp": { + "description": "[Output Only] The creation timestamp for this future reservation inRFC3339\ntext format.", + "type": "string" + }, + "deploymentType": { + "description": "Type of the deployment requested as part of future reservation.", + "enum": [ + "DENSE", + "DEPLOYMENT_TYPE_UNSPECIFIED" + ], + "enumDescriptions": [ + "The reserved capacity is made up of densely deployed reservation blocks.", + "" + ], + "type": "string" + }, + "description": { + "description": "An optional description of this resource. Provide this property when you\ncreate the future reservation.", + "type": "string" + }, + "enableEmergentMaintenance": { + "description": "Indicates if this group of VMs have emergent maintenance enabled.", + "type": "boolean" + }, + "id": { + "description": "[Output Only] A unique identifier for this future reservation. The server\ndefines this identifier.", + "format": "uint64", + "type": "string" + }, + "kind": { + "default": "compute#futureReservation", + "description": "[Output Only] Type of the resource. Alwayscompute#futureReservation for future reservations.", + "type": "string" + }, + "name": { + "annotations": { + "required": [ + "compute.instances.insert" + ] + }, + "description": "The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwithRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "type": "string" + }, + "namePrefix": { + "description": "Name prefix for the reservations to be created at the time of\ndelivery. The name prefix must comply with RFC1035.\nMaximum allowed length for name prefix is 20. Automatically created\nreservations name format will be -date-####.", + "type": "string" + }, + "planningStatus": { + "description": "Planning state before being submitted for evaluation", + "enum": [ + "DRAFT", + "PLANNING_STATUS_UNSPECIFIED", + "SUBMITTED" + ], + "enumDescriptions": [ + "Future Reservation is being drafted.", + "", + "Future Reservation has been submitted for evaluation by GCP." + ], + "type": "string" + }, + "reservationMode": { + "description": "The reservation mode which determines reservation-termination behavior and\nexpected pricing.", + "enum": [ + "CALENDAR", + "DEFAULT", + "RESERVATION_MODE_UNSPECIFIED" + ], + "enumDescriptions": [ + "The delivered reservations will delivered at specified start time and\nterminated at specified end time along with terminating the VMs running\non it.", + "The delivered reservations do not terminate VMs at the end of\nreservations. This is default mode.", + "" + ], + "type": "string" + }, + "reservationName": { + "description": "Name of reservations where the capacity is provisioned at the time of\ndelivery of future reservations. If the reservation with the given name\ndoes not exist already, it is created automatically at the time of Approval\nwith INACTIVE state till specified start-time. Either provide the\nreservation_name or a name_prefix.", + "type": "string" + }, + "schedulingType": { + "description": "Maintenance information for this reservation", + "enum": [ + "GROUPED", + "GROUP_MAINTENANCE_TYPE_UNSPECIFIED", + "INDEPENDENT" + ], + "enumDescriptions": [ + "Maintenance on all reserved instances in the reservation is synchronized.", + "Unknown maintenance type.", + "Maintenance is not synchronized for this reservation. Instead, each\ninstance has its own maintenance window." + ], + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined fully-qualified URL for this resource.", + "type": "string" + }, + "selfLinkWithId": { + "description": "[Output Only] Server-defined URL for this resource with the resource id.", + "type": "string" + }, + "shareSettings": { + "$ref": "ShareSettings", + "description": "List of Projects/Folders to share with." + }, + "specificReservationRequired": { + "description": "Indicates whether the auto-created reservation can be consumed by VMs with\naffinity for \"any\" reservation. If the field is set, then only VMs that\ntarget the reservation by name can consume from the delivered reservation.", + "type": "boolean" + }, + "specificSkuProperties": { + "$ref": "FutureReservationSpecificSKUProperties", + "description": "Future Reservation configuration to indicate instance properties and\ntotal count." + }, + "status": { + "$ref": "FutureReservationStatus", + "description": "[Output only] Status of the Future Reservation" + }, + "timeWindow": { + "$ref": "FutureReservationTimeWindow", + "description": "Time window for this Future Reservation." + }, + "zone": { + "description": "[Output Only] URL of the Zone where this future reservation resides.", + "type": "string" + } + }, + "type": "object" + }, + "FutureReservationCommitmentInfo": { + "id": "FutureReservationCommitmentInfo", + "properties": { + "commitmentName": { + "description": "name of the commitment where capacity is being delivered to.", + "type": "string" + }, + "commitmentPlan": { + "description": "Indicates if a Commitment needs to be created as part of FR delivery. If\nthis field is not present, then no\ncommitment needs to be created.", + "enum": [ + "INVALID", + "THIRTY_SIX_MONTH", + "TWELVE_MONTH" + ], + "enumDescriptions": [ + "", + "", + "" + ], + "type": "string" + }, + "previousCommitmentTerms": { + "description": "Only applicable if FR is delivering to the same reservation. If set, all\nparent commitments will be extended to match the end date of the plan for\nthis commitment.", + "enum": [ + "EXTEND", + "PREVIOUSCOMMITMENTTERM_UNSPECIFIED" + ], + "enumDescriptions": [ + "All associated parent Committed Used Discount(s) end-date/term will be\nextended to the end-time of this future reservation. Default is to\nextend previous commitment(s) time to the end_time of the reservation.", + "No changes to associated parents Committed Used Discount(s) terms." + ], + "type": "string" + } + }, + "type": "object" + }, + "FutureReservationSpecificSKUProperties": { + "id": "FutureReservationSpecificSKUProperties", + "properties": { + "instanceProperties": { + "$ref": "AllocationSpecificSKUAllocationReservedInstanceProperties", + "description": "Properties of the SKU instances being reserved." + }, + "sourceInstanceTemplate": { + "description": "The instance template that will be used to populate the\nReservedInstanceProperties of the future reservation", + "type": "string" + }, + "totalCount": { + "description": "Total number of instances for which capacity assurance is requested at a\nfuture time period.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "FutureReservationStatus": { + "description": "[Output only] Represents status related to the future reservation.", + "id": "FutureReservationStatus", + "properties": { + "amendmentStatus": { + "description": "[Output Only] The current status of the requested amendment.", + "enum": [ + "AMENDMENT_APPROVED", + "AMENDMENT_DECLINED", + "AMENDMENT_IN_REVIEW", + "AMENDMENT_STATUS_UNSPECIFIED" + ], + "enumDescriptions": [ + "The requested amendment to the Future Resevation has been approved and\napplied by GCP.", + "The requested amendment to the Future Reservation has been declined by\nGCP and the original state was restored.", + "The requested amendment to the Future Reservation is currently being\nreviewd by GCP.", + "" + ], + "type": "string" + }, + "autoCreatedReservations": { + "description": "Fully qualified urls of the automatically created reservations at\nstart_time.", + "items": { + "type": "string" + }, + "type": "array" + }, + "existingMatchingUsageInfo": { + "$ref": "FutureReservationStatusExistingMatchingUsageInfo", + "description": "[Output Only] Represents the existing matching usage for the future\nreservation." + }, + "fulfilledCount": { + "description": "This count indicates the fulfilled capacity so far. This is set during\n\"PROVISIONING\" state. This count also includes capacity delivered as part\nof existing matching reservations.", + "format": "int64", + "type": "string" + }, + "lastKnownGoodState": { + "$ref": "FutureReservationStatusLastKnownGoodState", + "description": "[Output Only] This field represents the future reservation before an\namendment was requested. If the amendment is declined, the Future\nReservation will be reverted to the last known good state. The last known\ngood state is not set when updating a future reservation whose\nProcurement Status is DRAFTING." + }, + "lockTime": { + "description": "Time when Future Reservation would become LOCKED, after which no\nmodifications to Future Reservation will be allowed. Applicable only\nafter the Future Reservation is in the APPROVED state. The lock_time is\nan RFC3339 string. The procurement_status will transition to PROCURING\nstate at this time.", + "type": "string" + }, + "procurementStatus": { + "description": "Current state of this Future Reservation", + "enum": [ + "APPROVED", + "CANCELLED", + "COMMITTED", + "DECLINED", + "DRAFTING", + "FAILED", + "FAILED_PARTIALLY_FULFILLED", + "FULFILLED", + "PENDING_AMENDMENT_APPROVAL", + "PENDING_APPROVAL", + "PROCUREMENT_STATUS_UNSPECIFIED", + "PROCURING", + "PROVISIONING" + ], + "enumDescriptions": [ + "Future reservation is approved by GCP.", + "Future reservation is cancelled by the customer.", + "Future reservation is committed by the customer.", + "Future reservation is rejected by GCP.", + "Related status for PlanningStatus.Draft. Transitions to\nPENDING_APPROVAL upon user submitting FR.", + "Future reservation failed. No additional reservations were provided.", + "Future reservation is partially fulfilled. Additional reservations were\nprovided but did not reach total_count reserved instance slots.", + "Future reservation is fulfilled completely.", + "An Amendment to the Future Reservation has been requested. If the\nAmendment is declined, the Future Reservation will be restored to the\nlast known good state.", + "Future reservation is pending approval by GCP.", + "", + "Future reservation is being procured by GCP. Beyond this point, Future\nreservation is locked and no further modifications are allowed.", + "Future reservation capacity is being provisioned. This state will be\nentered after start_time, while reservations are being created to\nprovide total_count reserved instance slots. This state will not\npersist past start_time + 24h." + ], + "type": "string" + }, + "specificSkuProperties": { + "$ref": "FutureReservationStatusSpecificSKUProperties" + } + }, + "type": "object" + }, + "FutureReservationStatusExistingMatchingUsageInfo": { + "description": "[Output Only] Represents the existing matching usage for the future\nreservation.", + "id": "FutureReservationStatusExistingMatchingUsageInfo", + "properties": { + "count": { + "description": "Count to represent min(FR total_count,\nmatching_reserved_capacity+matching_unreserved_instances)", + "format": "int64", + "type": "string" + }, + "timestamp": { + "description": "Timestamp when the matching usage was calculated", + "type": "string" + } + }, + "type": "object" + }, + "FutureReservationStatusLastKnownGoodState": { + "description": "The state that the future reservation will be reverted to should the\namendment be declined.", + "id": "FutureReservationStatusLastKnownGoodState", + "properties": { + "description": { + "description": "[Output Only] The description of the FutureReservation before an\namendment was requested.", + "type": "string" + }, + "existingMatchingUsageInfo": { + "$ref": "FutureReservationStatusExistingMatchingUsageInfo", + "description": "[Output Only] Represents the matching usage for the future\nreservation before an amendment was requested." + }, + "futureReservationSpecs": { + "$ref": "FutureReservationStatusLastKnownGoodStateFutureReservationSpecs" + }, + "lockTime": { + "description": "[Output Only] The lock time of the FutureReservation before an\namendment was requested.", + "type": "string" + }, + "namePrefix": { + "description": "[Output Only] The name prefix of the Future Reservation before an\namendment was requested.", + "type": "string" + }, + "procurementStatus": { + "description": "[Output Only] The status of the last known good state for the Future\nReservation.", + "enum": [ + "APPROVED", + "CANCELLED", + "COMMITTED", + "DECLINED", + "DRAFTING", + "FAILED", + "FAILED_PARTIALLY_FULFILLED", + "FULFILLED", + "PENDING_AMENDMENT_APPROVAL", + "PENDING_APPROVAL", + "PROCUREMENT_STATUS_UNSPECIFIED", + "PROCURING", + "PROVISIONING" + ], + "enumDescriptions": [ + "Future reservation is approved by GCP.", + "Future reservation is cancelled by the customer.", + "Future reservation is committed by the customer.", + "Future reservation is rejected by GCP.", + "Related status for PlanningStatus.Draft. Transitions to\nPENDING_APPROVAL upon user submitting FR.", + "Future reservation failed. No additional reservations were provided.", + "Future reservation is partially fulfilled. Additional reservations were\nprovided but did not reach total_count reserved instance slots.", + "Future reservation is fulfilled completely.", + "An Amendment to the Future Reservation has been requested. If the\nAmendment is declined, the Future Reservation will be restored to the\nlast known good state.", + "Future reservation is pending approval by GCP.", + "", + "Future reservation is being procured by GCP. Beyond this point, Future\nreservation is locked and no further modifications are allowed.", + "Future reservation capacity is being provisioned. This state will be\nentered after start_time, while reservations are being created to\nprovide total_count reserved instance slots. This state will not\npersist past start_time + 24h." + ], + "type": "string" + } + }, + "type": "object" + }, + "FutureReservationStatusLastKnownGoodStateFutureReservationSpecs": { + "description": "The properties of the last known good state for the Future Reservation.", + "id": "FutureReservationStatusLastKnownGoodStateFutureReservationSpecs", + "properties": { + "shareSettings": { + "$ref": "ShareSettings", + "description": "[Output Only] The previous share settings of the Future Reservation." + }, + "specificSkuProperties": { + "$ref": "FutureReservationSpecificSKUProperties", + "description": "[Output Only] The previous instance related properties of the\nFuture Reservation." + }, + "timeWindow": { + "$ref": "FutureReservationTimeWindow", + "description": "[Output Only] The previous time window of the Future Reservation." + } + }, + "type": "object" + }, + "FutureReservationStatusSpecificSKUProperties": { + "description": "Properties to be set for the Future Reservation.", + "id": "FutureReservationStatusSpecificSKUProperties", + "properties": { + "sourceInstanceTemplateId": { + "description": "ID of the instance template used to populate the Future Reservation\nproperties.", + "type": "string" + } + }, + "type": "object" + }, + "FutureReservationTimeWindow": { + "id": "FutureReservationTimeWindow", + "properties": { + "duration": { + "$ref": "Duration" + }, + "endTime": { + "type": "string" + }, + "startTime": { + "description": "Start time of the Future Reservation. The start_time is an RFC3339\nstring.", + "type": "string" + } + }, + "type": "object" + }, + "FutureReservationsAggregatedListResponse": { + "description": "Contains a list of future reservations.", + "id": "FutureReservationsAggregatedListResponse", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "description": "[Output Only] Unique identifier for the resource; defined by the server.", + "type": "string" + }, + "items": { + "additionalProperties": { + "$ref": "FutureReservationsScopedList", + "description": "Name of the scope containing this set of future reservations." + }, + "description": "A list of Future reservation resources.", + "type": "object" + }, + "kind": { + "default": "compute#futureReservationsAggregatedListResponse", + "description": "[Output Only] Type of resource. Alwayscompute#futureReservationsAggregatedListResponse for future\nresevation aggregated list response.", + "type": "string" + }, + "nextPageToken": { + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for this resource.", + "type": "string" + }, + "unreachables": { + "description": "[Output Only] Unreachable resources.", + "items": { + "type": "string" + }, + "type": "array" + }, + "warning": { + "description": "[Output Only] Informational warning message.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LARGE_DEPLOYMENT_WARNING", + "LIST_OVERHEAD_QUOTA_EXCEED", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "QUOTA_INFO_UNAVAILABLE", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + true, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed\noperation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as\ndeprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as\nexperimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden.\nDeprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", + "When deploying a deployment with a exceedingly large number of resources", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FutureReservationsListResponse": { + "id": "FutureReservationsListResponse", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", + "type": "string" + }, + "items": { + "description": "[Output Only] A list of future reservation resources.", + "items": { + "$ref": "FutureReservation" + }, + "type": "array" + }, + "kind": { + "default": "compute#futureReservationsListResponse", + "description": "[Output Only] Type of resource.Alwayscompute#FutureReservationsListResponse for lists of\nreservations", + "type": "string" + }, + "nextPageToken": { + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for this resource.", + "type": "string" + }, + "unreachables": { + "description": "[Output Only] Unreachable resources.", + "items": { + "type": "string" + }, + "type": "array" + }, + "warning": { + "description": "[Output Only] Informational warning message.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LARGE_DEPLOYMENT_WARNING", + "LIST_OVERHEAD_QUOTA_EXCEED", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "QUOTA_INFO_UNAVAILABLE", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + true, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed\noperation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as\ndeprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as\nexperimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden.\nDeprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", + "When deploying a deployment with a exceedingly large number of resources", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "FutureReservationsScopedList": { + "id": "FutureReservationsScopedList", + "properties": { + "futureReservations": { + "description": "A list of future reservations contained in this scope.", + "items": { + "$ref": "FutureReservation" + }, + "type": "array" + }, + "warning": { + "description": "Informational warning which replaces the list of future reservations when\nthe list is empty.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -50928,44 +53486,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -50987,198 +53545,62 @@ }, "type": "object" }, - "ForwardingRuleReference": { - "id": "ForwardingRuleReference", - "properties": { - "forwardingRule": { - "type": "string" - } - }, - "type": "object" - }, - "ForwardingRuleServiceDirectoryRegistration": { - "description": "Describes the auto-registration of the forwarding rule to Service Directory. The region and project of the Service Directory resource generated from this registration will be the same as this forwarding rule.", - "id": "ForwardingRuleServiceDirectoryRegistration", + "GRPCHealthCheck": { + "id": "GRPCHealthCheck", "properties": { - "namespace": { - "description": "Service Directory namespace to register the forwarding rule under.", + "grpcServiceName": { + "description": "The gRPC service name for the health check. This field is optional. The\nvalue of grpc_service_name has the following meanings by convention: \n\n- Empty service_name means the overall status of all services at the\nbackend. \n\n- Non-empty service_name means the health of that gRPC service, as defined\nby the owner of the service. \n\nThe grpc_service_name can only be ASCII.", "type": "string" }, - "service": { - "description": "Service Directory service to register the forwarding rule under.", - "type": "string" + "port": { + "description": "The TCP port number to which the health check prober sends packets. Valid\nvalues are 1 through 65535.", + "format": "int32", + "type": "integer" }, - "serviceDirectoryRegion": { - "description": "[Optional] Service Directory region to register this global forwarding rule under. Default to \"us-central1\". Only used for PSC for Google APIs. All PSC for Google APIs forwarding rules on the same network should use the same Service Directory region.", + "portName": { + "description": "Not supported.", "type": "string" - } - }, - "type": "object" - }, - "ForwardingRulesScopedList": { - "id": "ForwardingRulesScopedList", - "properties": { - "forwardingRules": { - "description": "A list of forwarding rules contained in this scope.", - "items": { - "$ref": "ForwardingRule" - }, - "type": "array" }, - "warning": { - "description": "Informational warning which replaces the list of forwarding rules when the list is empty.", - "properties": { - "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", - "enum": [ - "CLEANUP_FAILED", - "DEPRECATED_RESOURCE_USED", - "DEPRECATED_TYPE_USED", - "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", - "EXPERIMENTAL_TYPE_USED", - "EXTERNAL_API_WARNING", - "FIELD_VALUE_OVERRIDEN", - "INJECTED_KERNELS_DEPRECATED", - "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", - "LARGE_DEPLOYMENT_WARNING", - "LIST_OVERHEAD_QUOTA_EXCEED", - "MISSING_TYPE_DEPENDENCY", - "NEXT_HOP_ADDRESS_NOT_ASSIGNED", - "NEXT_HOP_CANNOT_IP_FORWARD", - "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", - "NEXT_HOP_INSTANCE_NOT_FOUND", - "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", - "NEXT_HOP_NOT_RUNNING", - "NOT_CRITICAL_ERROR", - "NO_RESULTS_ON_PAGE", - "PARTIAL_SUCCESS", - "QUOTA_INFO_UNAVAILABLE", - "REQUIRED_TOS_AGREEMENT", - "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", - "RESOURCE_NOT_DELETED", - "SCHEMA_VALIDATION_IGNORED", - "SINGLE_INSTANCE_PROPERTY_TEMPLATE", - "UNDECLARED_PROPERTIES", - "UNREACHABLE" - ], - "enumDeprecated": [ - false, - false, - false, - false, - false, - false, - true, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false, - false - ], - "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", - "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", - "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", - "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", - "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", - "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", - "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", - "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", - "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", - "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", - "No results are present on a particular list page.", - "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", - "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", - "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", - "When undeclared properties in the schema are present", - "A given scope cannot be reached." - ], - "type": "string" - }, - "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", - "items": { - "properties": { - "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", - "type": "string" - }, - "value": { - "description": "[Output Only] A warning data value corresponding to the key.", - "type": "string" - } - }, - "type": "object" - }, - "type": "array" - }, - "message": { - "description": "[Output Only] A human-readable description of the warning code.", - "type": "string" - } - }, - "type": "object" + "portSpecification": { + "description": "Specifies how a port is selected for health checking. Can be one of the\nfollowing values: \nUSE_FIXED_PORT: Specifies a port number explicitly using theport field in the health check. Supported by backend services\nfor passthrough load balancers and backend services for proxy load\nbalancers. Not supported by target pools. The health check supports all\nbackends supported by the backend service provided the backend can be\nhealth checked. For example, GCE_VM_IP network endpoint\ngroups, GCE_VM_IP_PORT network endpoint groups, and instance\ngroup backends. \n USE_NAMED_PORT: Not supported. \nUSE_SERVING_PORT: Provides an indirect method of specifying\nthe health check port by referring to the backend service. Only supported\nby backend services for proxy load balancers. Not supported by target\npools. Not supported by backend services for passthrough load balancers.\nSupports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint groups and instance group\nbackends.\n\nFor GCE_VM_IP_PORT network endpoint group backends, the health\ncheck uses the port number specified for each endpoint in the network\nendpoint group. For instance group backends, the health check uses the\nport number determined by looking up the backend service's named port in\nthe instance group's list of named ports.", + "enum": [ + "USE_FIXED_PORT", + "USE_NAMED_PORT", + "USE_SERVING_PORT" + ], + "enumDescriptions": [ + "The port number in the health check's port is used for health\nchecking. Applies to network endpoint group and instance group backends.", + "Not supported.", + "For network endpoint group backends, the health check uses the port number\nspecified on each endpoint in the network endpoint group. For instance\ngroup backends, the health check uses the port number specified for the\nbackend service's named port defined in the instance group's named ports." + ], + "type": "string" } }, "type": "object" }, - "GRPCHealthCheck": { - "id": "GRPCHealthCheck", + "GRPCTLSHealthCheck": { + "id": "GRPCTLSHealthCheck", "properties": { "grpcServiceName": { - "description": "The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention: - Empty service_name means the overall status of all services at the backend. - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service. The grpc_service_name can only be ASCII.", + "description": "The gRPC service name for the health check. This field is optional. The\nvalue of grpc_service_name has the following meanings by convention: \n\n- Empty service_name means the overall status of all services at the\nbackend. \n\n- Non-empty service_name means the health of that gRPC service, as defined\nby the owner of the service. \n\nThe grpc_service_name can only be ASCII.", "type": "string" }, "port": { - "description": "The TCP port number to which the health check prober sends packets. Valid values are 1 through 65535.", + "description": "The TCP port number to which the health check prober sends packets. Valid\nvalues are 1 through 65535.", "format": "int32", "type": "integer" }, - "portName": { - "description": "Not supported.", - "type": "string" - }, "portSpecification": { - "description": "Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.", + "description": "Specifies how a port is selected for health checking. Can be one of the\nfollowing values: \nUSE_FIXED_PORT: Specifies a port number explicitly using theport field in the health check. Supported by backend services\nfor passthrough load balancers and backend services for proxy load\nbalancers. Not supported by target pools. The health check supports all\nbackends supported by the backend service provided the backend can be\nhealth checked. For example, GCE_VM_IP network endpoint\ngroups, GCE_VM_IP_PORT network endpoint groups, and instance\ngroup backends. \n USE_NAMED_PORT: Not supported. \nUSE_SERVING_PORT: Provides an indirect method of specifying\nthe health check port by referring to the backend service. Only supported\nby backend services for proxy load balancers. Not supported by target\npools. Not supported by backend services for passthrough load balancers.\nSupports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint groups and instance group\nbackends.\n\nFor GCE_VM_IP_PORT network endpoint group backends, the health\ncheck uses the port number specified for each endpoint in the network\nendpoint group. For instance group backends, the health check uses the\nport number determined by looking up the backend service's named port in\nthe instance group's list of named ports.", "enum": [ "USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT" ], "enumDescriptions": [ - "The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.", + "The port number in the health check's port is used for health\nchecking. Applies to network endpoint group and instance group backends.", "Not supported.", - "For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports." + "For network endpoint group backends, the health check uses the port number\nspecified on each endpoint in the network endpoint group. For instance\ngroup backends, the health check uses the port number specified for the\nbackend service's named port defined in the instance group's named ports." ], "type": "string" } @@ -51189,11 +53611,11 @@ "id": "GlobalAddressesMoveRequest", "properties": { "description": { - "description": "An optional destination address description if intended to be different from the source.", + "description": "An optional destination address description if intended to be different\nfrom the source.", "type": "string" }, "destinationAddress": { - "description": "The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.", + "description": "The URL of the destination address to move to. This can be a full or\npartial URL. For example, the following are all valid URLs to a address:\n \n - https://www.googleapis.com/compute/v1/projects/project/global/addresses/address \n - projects/project/global/addresses/address\n\n\nNote that destination project must be different from the source project. So/global/addresses/address is not valid partial url.", "type": "string" } }, @@ -51229,20 +53651,20 @@ "id": "GlobalOrganizationSetPolicyRequest", "properties": { "bindings": { - "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.", + "description": "Flatten Policy to create a backward compatible wire-format.\nDeprecated. Use 'policy' to specify bindings.", "items": { "$ref": "Binding" }, "type": "array" }, "etag": { - "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.", + "description": "Flatten Policy to create a backward compatible wire-format.\nDeprecated. Use 'policy' to specify the etag.", "format": "byte", "type": "string" }, "policy": { "$ref": "Policy", - "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them." + "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of\nthe policy is limited to a few 10s of KB. An empty policy is in general a\nvalid policy but certain services (like Projects) might reject them." } }, "type": "object" @@ -51251,7 +53673,7 @@ "id": "GlobalSetLabelsRequest", "properties": { "labelFingerprint": { - "description": "The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels, otherwise the request will fail with error 412 conditionNotMet. Make a get() request to the resource to get the latest fingerprint.", + "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by Compute\nEngine and changes after every request to modify or update labels. You must\nalways provide an up-to-date fingerprint hash when updating or changing\nlabels, otherwise the request will fail with error412 conditionNotMet. Make a get() request to the\nresource to get the latest fingerprint.", "format": "byte", "type": "string" }, @@ -51259,7 +53681,7 @@ "additionalProperties": { "type": "string" }, - "description": "A list of labels to apply for this resource. Each label must comply with the requirements for labels. For example, \"webserver-frontend\": \"images\". A label value can also be empty (e.g. \"my-label\": \"\").", + "description": "A list of labels to apply for this resource. Each label must comply with\nthe\nrequirements for labels. For example,\"webserver-frontend\": \"images\". A label value can also be\nempty (e.g. \"my-label\": \"\").", "type": "object" } }, @@ -51269,20 +53691,20 @@ "id": "GlobalSetPolicyRequest", "properties": { "bindings": { - "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.", + "description": "Flatten Policy to create a backward compatible wire-format.\nDeprecated. Use 'policy' to specify bindings.", "items": { "$ref": "Binding" }, "type": "array" }, "etag": { - "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.", + "description": "Flatten Policy to create a backward compatible wire-format.\nDeprecated. Use 'policy' to specify the etag.", "format": "byte", "type": "string" }, "policy": { "$ref": "Policy", - "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them." + "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of\nthe policy is limited to a few 10s of KB. An empty policy is in general a\nvalid policy but certain services (like Projects) might reject them." } }, "type": "object" @@ -51302,12 +53724,12 @@ "type": "integer" }, "maintenanceOngoingCount": { - "description": "Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have ongoing maintenance.", + "description": "Progress for ongoing maintenance for this group of VMs/hosts.\nDescribes number of hosts in the block that have ongoing maintenance.", "format": "int32", "type": "integer" }, "maintenancePendingCount": { - "description": "Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have pending maintenance.", + "description": "Progress for ongoing maintenance for this group of VMs/hosts.\nDescribes number of hosts in the block that have pending maintenance.", "format": "int32", "type": "integer" }, @@ -51321,17 +53743,17 @@ "enumDescriptions": [ "Maintenance on all reserved instances in the reservation is synchronized.", "Unknown maintenance type.", - "Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window." + "Maintenance is not synchronized for this reservation. Instead, each\ninstance has its own maintenance window." ], "type": "string" }, "subblockInfraMaintenanceOngoingCount": { - "description": "Describes number of subblock Infrastructure that has ongoing maintenance. Here, Subblock Infrastructure Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family(e.g. NVLink Domains). Not all VM Families will support this field.", + "description": "Describes number of subblock Infrastructure that has ongoing maintenance.\nHere, Subblock Infrastructure Maintenance pertains to upstream hardware\ncontained in the Subblock that is necessary for a VM Family(e.g. NVLink\nDomains). Not all VM Families will support this field.", "format": "int32", "type": "integer" }, "subblockInfraMaintenancePendingCount": { - "description": "Describes number of subblock Infrastructure that has pending maintenance. Here, Subblock Infrastructure Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family (e.g. NVLink Domains). Not all VM Families will support this field.", + "description": "Describes number of subblock Infrastructure that has pending maintenance.\n Here, Subblock Infrastructure Maintenance pertains to upstream hardware\n contained in the Subblock that is necessary for a VM Family (e.g. NVLink\n Domains). Not all VM Families will support this field.", "format": "int32", "type": "integer" }, @@ -51348,11 +53770,11 @@ "properties": { "kind": { "default": "compute#guestAttributes", - "description": "[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.", + "description": "[Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.", "type": "string" }, "queryPath": { - "description": "The path to be queried. This can be the default namespace ('') or a nested namespace ('\\/') or a specified key ('\\/\\').", + "description": "The path to be queried. This can be the default namespace ('') or a\nnested namespace ('\\/') or a specified key\n('\\/\\').", "type": "string" }, "queryValue": { @@ -51411,7 +53833,7 @@ "id": "GuestOsFeature", "properties": { "type": { - "description": "The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE_V2 - SEV_SNP_CAPABLE - TDX_CAPABLE - IDPF - SNP_SVSM_CAPABLE For more information, see Enabling guest operating system features.", + "description": "The ID of a supported feature. To add multiple values, use commas to\nseparate values. Set to one or more of the following values:\n \n - VIRTIO_SCSI_MULTIQUEUE\n - WINDOWS\n - MULTI_IP_SUBNET\n - UEFI_COMPATIBLE\n - GVNIC\n - SEV_CAPABLE\n - SUSPEND_RESUME_COMPATIBLE\n - SEV_LIVE_MIGRATABLE_V2\n - SEV_SNP_CAPABLE\n - TDX_CAPABLE\n - IDPF\n - SNP_SVSM_CAPABLE\n\n\nFor more information, see\nEnabling guest operating system features.", "enum": [ "BARE_METAL_LINUX_COMPATIBLE", "FEATURE_TYPE_UNSPECIFIED", @@ -51455,11 +53877,11 @@ "id": "HTTP2HealthCheck", "properties": { "host": { - "description": "The value of the host header in the HTTP/2 health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest", + "description": "The value of the host header in the HTTP/2 health check request. If left\nempty (default value), the host header is set to the destination IP address\nto which health check packets are sent. The destination IP address depends\non the type of load balancer. For details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest", "type": "string" }, "port": { - "description": "The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.", + "description": "The TCP port number to which the health check prober sends packets. The\ndefault value is 443. Valid values are 1 through65535.", "format": "int32", "type": "integer" }, @@ -51468,21 +53890,21 @@ "type": "string" }, "portSpecification": { - "description": "Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.", + "description": "Specifies how a port is selected for health checking. Can be one of the\nfollowing values: \nUSE_FIXED_PORT: Specifies a port number explicitly using theport field in the health check. Supported by backend services\nfor passthrough load balancers and backend services for proxy load\nbalancers. Not supported by target pools. The health check supports all\nbackends supported by the backend service provided the backend can be\nhealth checked. For example, GCE_VM_IP network endpoint\ngroups, GCE_VM_IP_PORT network endpoint groups, and instance\ngroup backends. \n USE_NAMED_PORT: Not supported. \nUSE_SERVING_PORT: Provides an indirect method of specifying\nthe health check port by referring to the backend service. Only supported\nby backend services for proxy load balancers. Not supported by target\npools. Not supported by backend services for passthrough load balancers.\nSupports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint groups and instance group\nbackends.\n\nFor GCE_VM_IP_PORT network endpoint group backends, the health\ncheck uses the port number specified for each endpoint in the network\nendpoint group. For instance group backends, the health check uses the\nport number determined by looking up the backend service's named port in\nthe instance group's list of named ports.", "enum": [ "USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT" ], "enumDescriptions": [ - "The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.", + "The port number in the health check's port is used for health\nchecking. Applies to network endpoint group and instance group backends.", "Not supported.", - "For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports." + "For network endpoint group backends, the health check uses the port number\nspecified on each endpoint in the network endpoint group. For instance\ngroup backends, the health check uses the port number specified for the\nbackend service's named port defined in the instance group's named ports." ], "type": "string" }, "proxyHeader": { - "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.", + "description": "Specifies the type of proxy header to append before sending data to the\nbackend, either NONE or PROXY_V1. The default\nis NONE.", "enum": [ "NONE", "PROXY_V1" @@ -51494,11 +53916,11 @@ "type": "string" }, "requestPath": { - "description": "The request path of the HTTP/2 health check request. The default value is /. Must comply with RFC3986.", + "description": "The request path of the HTTP/2 health check request. The default value is/. Must comply withRFC3986.", "type": "string" }, "response": { - "description": "Creates a content-based HTTP/2 health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http", + "description": "Creates a content-based HTTP/2 health check. In addition to the required\nHTTP 200 (OK) status code, you can configure the health check to pass only\nwhen the backend sends this specific ASCII response string within the first\n1024 bytes of the HTTP response body. For details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http", "type": "string" } }, @@ -51508,11 +53930,11 @@ "id": "HTTPHealthCheck", "properties": { "host": { - "description": "The value of the host header in the HTTP health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest", + "description": "The value of the host header in the HTTP health check request. If left\nempty (default value), the host header is set to the destination IP address\nto which health check packets are sent. The destination IP address depends\non the type of load balancer. For details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest", "type": "string" }, "port": { - "description": "The TCP port number to which the health check prober sends packets. The default value is 80. Valid values are 1 through 65535.", + "description": "The TCP port number to which the health check prober sends packets. The\ndefault value is 80. Valid values are 1 through65535.", "format": "int32", "type": "integer" }, @@ -51521,21 +53943,21 @@ "type": "string" }, "portSpecification": { - "description": "Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for passthrough load balancers and backend services for proxy load balancers. Also supported in legacy HTTP health checks for target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.", + "description": "Specifies how a port is selected for health checking. Can be one of the\nfollowing values: \nUSE_FIXED_PORT: Specifies a port number explicitly using theport field in the health check. Supported by backend services\nfor passthrough load balancers and backend services for proxy load\nbalancers. Also supported in legacy HTTP health checks for target pools.\nThe health check supports all backends supported by the backend service\nprovided the backend can be health checked. For example,GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT\nnetwork endpoint groups, and instance group backends. \nUSE_NAMED_PORT: Not supported. \nUSE_SERVING_PORT: Provides an indirect method of specifying\nthe health check port by referring to the backend service. Only supported\nby backend services for proxy load balancers. Not supported by target\npools. Not supported by backend services for pass-through load balancers.\nSupports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint groups and instance group\nbackends.\n\nFor GCE_VM_IP_PORT network endpoint group backends, the health\ncheck uses the port number specified for each endpoint in the network\nendpoint group. For instance group backends, the health check uses the\nport number determined by looking up the backend service's named port in\nthe instance group's list of named ports.", "enum": [ "USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT" ], "enumDescriptions": [ - "The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.", + "The port number in the health check's port is used for health\nchecking. Applies to network endpoint group and instance group backends.", "Not supported.", - "For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports." + "For network endpoint group backends, the health check uses the port number\nspecified on each endpoint in the network endpoint group. For instance\ngroup backends, the health check uses the port number specified for the\nbackend service's named port defined in the instance group's named ports." ], "type": "string" }, "proxyHeader": { - "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.", + "description": "Specifies the type of proxy header to append before sending data to the\nbackend, either NONE or PROXY_V1. The default\nis NONE.", "enum": [ "NONE", "PROXY_V1" @@ -51547,11 +53969,11 @@ "type": "string" }, "requestPath": { - "description": "The request path of the HTTP health check request. The default value is /. Must comply with RFC3986.", + "description": "The request path of the HTTP health check request. The default value is/. Must comply withRFC3986.", "type": "string" }, "response": { - "description": "Creates a content-based HTTP health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http", + "description": "Creates a content-based HTTP health check. In addition to the required\nHTTP 200 (OK) status code, you can configure the health check to pass only\nwhen the backend sends this specific ASCII response string within the first\n1024 bytes of the HTTP response body. For details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http", "type": "string" } }, @@ -51561,11 +53983,11 @@ "id": "HTTPSHealthCheck", "properties": { "host": { - "description": "The value of the host header in the HTTPS health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest", + "description": "The value of the host header in the HTTPS health check request. If left\nempty (default value), the host header is set to the destination IP address\nto which health check packets are sent. The destination IP address depends\non the type of load balancer. For details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest", "type": "string" }, "port": { - "description": "The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.", + "description": "The TCP port number to which the health check prober sends packets. The\ndefault value is 443. Valid values are 1 through65535.", "format": "int32", "type": "integer" }, @@ -51574,21 +53996,21 @@ "type": "string" }, "portSpecification": { - "description": "Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.", + "description": "Specifies how a port is selected for health checking. Can be one of the\nfollowing values: \nUSE_FIXED_PORT: Specifies a port number explicitly using theport field in the health check. Supported by backend services\nfor passthrough load balancers and backend services for proxy load\nbalancers. Not supported by target pools. The health check supports all\nbackends supported by the backend service provided the backend can be\nhealth checked. For example, GCE_VM_IP network endpoint\ngroups, GCE_VM_IP_PORT network endpoint groups, and instance\ngroup backends. \n USE_NAMED_PORT: Not supported. \nUSE_SERVING_PORT: Provides an indirect method of specifying\nthe health check port by referring to the backend service. Only supported\nby backend services for proxy load balancers. Not supported by target\npools. Not supported by backend services for passthrough load balancers.\nSupports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint groups and instance group\nbackends.\n\nFor GCE_VM_IP_PORT network endpoint group backends, the health\ncheck uses the port number specified for each endpoint in the network\nendpoint group. For instance group backends, the health check uses the\nport number determined by looking up the backend service's named port in\nthe instance group's list of named ports.", "enum": [ "USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT" ], "enumDescriptions": [ - "The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.", + "The port number in the health check's port is used for health\nchecking. Applies to network endpoint group and instance group backends.", "Not supported.", - "For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports." + "For network endpoint group backends, the health check uses the port number\nspecified on each endpoint in the network endpoint group. For instance\ngroup backends, the health check uses the port number specified for the\nbackend service's named port defined in the instance group's named ports." ], "type": "string" }, "proxyHeader": { - "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.", + "description": "Specifies the type of proxy header to append before sending data to the\nbackend, either NONE or PROXY_V1. The default\nis NONE.", "enum": [ "NONE", "PROXY_V1" @@ -51600,38 +54022,41 @@ "type": "string" }, "requestPath": { - "description": "The request path of the HTTPS health check request. The default value is /. Must comply with RFC3986.", + "description": "The request path of the HTTPS health check request. The default value is/. Must comply withRFC3986.", "type": "string" }, "response": { - "description": "Creates a content-based HTTPS health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http", + "description": "Creates a content-based HTTPS health check. In addition to the required\nHTTP 200 (OK) status code, you can configure the health check to pass only\nwhen the backend sends this specific ASCII response string within the first\n1024 bytes of the HTTP response body. For details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http", "type": "string" } }, "type": "object" }, "HealthCheck": { - "description": "Represents a health check resource. Google Compute Engine has two health check resources: * [Regional](/compute/docs/reference/rest/v1/regionHealthChecks) * [Global](/compute/docs/reference/rest/v1/healthChecks) These health check resources can be used for load balancing and for autohealing VMs in a managed instance group (MIG). **Load balancing** Health check requirements vary depending on the type of load balancer. For details about the type of health check supported for each load balancer and corresponding backend type, see Health checks overview: Load balancer guide. **Autohealing in MIGs** The health checks that you use for autohealing VMs in a MIG can be either regional or global. For more information, see Set up an application health check and autohealing. For more information, see Health checks overview.", + "description": "Represents a health check resource.\n\nGoogle Compute Engine has two health check resources:\n\n* [Regional](/compute/docs/reference/rest/v1/regionHealthChecks)\n* [Global](/compute/docs/reference/rest/v1/healthChecks)\n\nThese health check resources can be used for load balancing and for\nautohealing VMs in a managed instance group (MIG).\n\n**Load balancing**\n\nHealth check requirements vary depending on the type of load balancer. For\ndetails about the type of health check supported for\neach load balancer and corresponding backend type,\nsee Health\nchecks overview: Load balancer guide.\n\n**Autohealing in MIGs**\n\nThe health checks that you use for autohealing VMs in a MIG can be either\nregional or global. For more information, see Set up an\napplication health check and autohealing.\n\nFor more information, seeHealth checks\noverview.", "id": "HealthCheck", "properties": { "checkIntervalSec": { - "description": "How often (in seconds) to send a health check. The default value is 5 seconds.", + "description": "How often (in seconds) to send a health check. The default value is 5\nseconds.", "format": "int32", "type": "integer" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in 3339 text format.", + "description": "[Output Only] Creation timestamp in3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "grpcHealthCheck": { "$ref": "GRPCHealthCheck" }, + "grpcTlsHealthCheck": { + "$ref": "GRPCTLSHealthCheck" + }, "healthyThreshold": { - "description": "A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.", + "description": "A so-far unhealthy instance will be marked healthy after this\nmany consecutive successes. The default value is 2.", "format": "int32", "type": "integer" }, @@ -51645,7 +54070,7 @@ "$ref": "HTTPSHealthCheck" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, @@ -51659,12 +54084,12 @@ "description": "Configure logging on this health check." }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. For example, a name that is 1-63 characters long, matches the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`, and otherwise complies with RFC1035. This regular expression describes a name where the first character is a lowercase letter, and all following characters are a dash, lowercase letter, or digit, except the last character, which isn't a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nFor example, a name that is 1-63 characters long, matches the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`, and otherwise complies with\nRFC1035. This regular expression describes a name where the first\ncharacter is a lowercase letter, and all following characters are a dash,\nlowercase letter, or digit, except the last character, which isn't a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "region": { - "description": "[Output Only] Region where the health check resides. Not applicable to global health checks.", + "description": "[Output Only] Region where the health check resides. Not applicable to\nglobal health checks.", "type": "string" }, "selfLink": { @@ -51672,7 +54097,7 @@ "type": "string" }, "sourceRegions": { - "description": "The list of cloud regions from which health checks are performed. If any regions are specified, then exactly 3 regions should be specified. The region names must be valid names of Google Cloud regions. This can only be set for global health check. If this list is non-empty, then there are restrictions on what other health check fields are supported and what other resources can use this health check: - SSL, HTTP2, and GRPC protocols are not supported. - The TCP request field is not supported. - The proxyHeader field for HTTP, HTTPS, and TCP is not supported. - The checkIntervalSec field must be at least 30. - The health check cannot be used with BackendService nor with managed instance group auto-healing. ", + "description": "The list of cloud regions from which health checks are performed. If any\nregions are specified, then exactly 3 regions should be specified. The\nregion names must be valid names of Google Cloud regions.\nThis can only be set for global health check.\nIf this list is non-empty, then there are restrictions\non what other health check fields are supported and what other resources\ncan use this health check:\n \n - SSL, HTTP2, and GRPC protocols are not supported.\n - The TCP request field is not supported.\n - The proxyHeader field for HTTP, HTTPS, and TCP is not\n supported.\n - The checkIntervalSec field must be at least 30.\n - The health check cannot be used with BackendService nor with managed\n instance group auto-healing.", "items": { "type": "string" }, @@ -51685,14 +54110,15 @@ "$ref": "TCPHealthCheck" }, "timeoutSec": { - "description": "How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.", + "description": "How long (in seconds) to wait before claiming failure. The default value is\n5 seconds. It is invalid for timeoutSec to have greater\nvalue than checkIntervalSec.", "format": "int32", "type": "integer" }, "type": { - "description": "Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the protocol-specific health check fields must be specified, which must match type field.", + "description": "Specifies the type of the healthCheck, either TCP,SSL, HTTP, HTTPS,HTTP2 or GRPC. Exactly one of the\nprotocol-specific health check fields must be specified, which must matchtype field.", "enum": [ "GRPC", + "GRPC_WITH_TLS", "HTTP", "HTTP2", "HTTPS", @@ -51707,12 +54133,13 @@ "", "", "", + "", "" ], "type": "string" }, "unhealthyThreshold": { - "description": "A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.", + "description": "A so-far healthy instance will be marked unhealthy after this many\nconsecutive failures. The default value is 2.", "format": "int32", "type": "integer" } @@ -51740,7 +54167,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -51751,7 +54178,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -51815,44 +54242,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -51875,18 +54302,18 @@ "type": "object" }, "HealthCheckLogConfig": { - "description": "Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.", + "description": "Configuration of logging on a health check. If logging is enabled, logs\nwill be exported to Stackdriver.", "id": "HealthCheckLogConfig", "properties": { "enable": { - "description": "Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.", + "description": "Indicates whether or not to export logs. This is false by default, which\nmeans no health check logging will be done.", "type": "boolean" } }, "type": "object" }, "HealthCheckReference": { - "description": "A full or valid partial URL to a health check. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check - projects/project-id/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check ", + "description": "A full or valid partial URL to a health check. For example, the following are\nvalid URLs:\n \n - https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check\n - projects/project-id/global/httpHealthChecks/health-check\n - global/httpHealthChecks/health-check", "id": "HealthCheckReference", "properties": { "healthCheck": { @@ -51900,68 +54327,68 @@ "id": "HealthCheckService", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a HealthCheckService. An up-to-date fingerprint must be provided in order to patch/update the HealthCheckService; Otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the HealthCheckService.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a HealthCheckService. An up-to-date fingerprint must\nbe provided in order to patch/update the HealthCheckService; Otherwise, the\nrequest will fail with error 412 conditionNotMet. To see the\nlatest fingerprint, make a get() request to retrieve the\nHealthCheckService.", "format": "byte", "type": "string" }, "healthChecks": { - "description": "A list of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10 for regional HealthCheckService, and not more than 1 for global HealthCheckService. HealthCheck resources must have portSpecification=USE_SERVING_PORT or portSpecification=USE_FIXED_PORT. For regional HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional HealthChecks must belong to the same region. Regional HealthChecks must belong to the same region as zones of NetworkEndpointGroups. For global HealthCheckService using global INTERNET_IP_PORT NetworkEndpointGroups, the global HealthChecks must specify sourceRegions, and HealthChecks that specify sourceRegions can only be used with global INTERNET_IP_PORT NetworkEndpointGroups.", + "description": "A list of URLs to the HealthCheck resources. Must have\nat least one HealthCheck, and not more than 10 for regionalHealthCheckService, and not more than 1 for globalHealthCheckService.HealthCheck resources must haveportSpecification=USE_SERVING_PORT orportSpecification=USE_FIXED_PORT. For\nregional HealthCheckService, theHealthCheck must be regional and in the same\nregion. For global HealthCheckService,HealthCheck must be global. Mix of regional and globalHealthChecks is not supported. Multiple regionalHealthChecks must belong to the same region. RegionalHealthChecks must belong to the same region as zones ofNetworkEndpointGroups. For globalHealthCheckService using globalINTERNET_IP_PORT NetworkEndpointGroups, the\nglobal HealthChecks must specify sourceRegions,\nand HealthChecks that specify sourceRegions can\nonly be used with global INTERNET_IP_PORTNetworkEndpointGroups.", "items": { "type": "string" }, "type": "array" }, "healthStatusAggregationPolicy": { - "description": "Optional. Policy for how the results from multiple health checks for the same endpoint are aggregated. Defaults to NO_AGGREGATION if unspecified. - NO_AGGREGATION. An EndpointHealth message is returned for each pair in the health check service. - AND. If any health check of an endpoint reports UNHEALTHY, then UNHEALTHY is the HealthState of the endpoint. If all health checks report HEALTHY, the HealthState of the endpoint is HEALTHY. . This is only allowed with regional HealthCheckService.", + "description": "Optional. Policy for how the results from multiple health checks\nfor the same endpoint are aggregated. Defaults to NO_AGGREGATION\nif unspecified.\n \n - NO_AGGREGATION. An EndpointHealth message is\n returned for each pair in the health check\n service.\n - AND. If any health check of an endpoint reportsUNHEALTHY, then UNHEALTHY is theHealthState of the endpoint. If all health checks reportHEALTHY, the HealthState of the endpoint isHEALTHY.\n\n.\nThis is only allowed with regional HealthCheckService.", "enum": [ "AND", "NO_AGGREGATION" ], "enumDescriptions": [ - "If any backend's health check reports UNHEALTHY, then UNHEALTHY is the HealthState of the entire health check service. If all backend's are healthy, the HealthState of the health check service is HEALTHY.", - "An EndpointHealth message is returned for each backend in the health check service." + "If any backend's health check reports UNHEALTHY,\nthen UNHEALTHY is the HealthState of\nthe entire health check service. If all backend's are healthy,\nthe HealthState of the health check service isHEALTHY.", + "An EndpointHealth message is returned for each\nbackend in the health check service." ], "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#healthCheckService", - "description": "[Output only] Type of the resource. Always compute#healthCheckServicefor health check services.", + "description": "[Output only] Type of the resource. Alwayscompute#healthCheckServicefor health check services.", "type": "string" }, "name": { - "description": "Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. The name must be 1-63 characters long, and comply\nwith RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression\n`[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character\nmust be a lowercase letter, and all following characters must be a dash,\nlowercase letter, or digit, except the last character, which cannot be a\ndash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "networkEndpointGroups": { - "description": "A list of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For regional HealthCheckService, NEGs must be in zones in the region of the HealthCheckService. For global HealthCheckServices, the NetworkEndpointGroups must be global INTERNET_IP_PORT.", + "description": "A list of URLs to the NetworkEndpointGroup\nresources. Must not have more than 100. For regionalHealthCheckService, NEGs must be in\nzones in the region of the HealthCheckService. For globalHealthCheckServices, the NetworkEndpointGroups\nmust be global INTERNET_IP_PORT.", "items": { "type": "string" }, "type": "array" }, "notificationEndpoints": { - "description": "A list of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.", + "description": "A list of URLs to the NotificationEndpoint\nresources. Must not have more than 10. A list of endpoints for\nreceiving notifications of change in health status. For regionalHealthCheckService,NotificationEndpoint must be regional and in the\nsame region. For global HealthCheckService,NotificationEndpoint must be global.", "items": { "type": "string" }, "type": "array" }, "region": { - "description": "[Output Only] URL of the region where the health check service resides. This field is not applicable to global health check services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the health check service\nresides. This field is not applicable to global health check services.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "selfLink": { @@ -51972,7 +54399,7 @@ "type": "object" }, "HealthCheckServiceReference": { - "description": "A full or valid partial URL to a health check service. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service - projects/project-id/regions/us-west1/healthCheckServices/health-check-service - regions/us-west1/healthCheckServices/health-check-service ", + "description": "A full or valid partial URL to a health check service. For example, the\nfollowing are valid URLs:\n \n - https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service\n - projects/project-id/regions/us-west1/healthCheckServices/health-check-service\n - regions/us-west1/healthCheckServices/health-check-service", "id": "HealthCheckServiceReference", "properties": { "healthCheckService": { @@ -51997,11 +54424,11 @@ }, "kind": { "default": "compute#healthCheckServicesList", - "description": "[Output Only] Type of the resource. Always compute#healthCheckServicesList for lists of HealthCheckServices.", + "description": "[Output Only] Type of the resource. Alwayscompute#healthCheckServicesList for lists of\nHealthCheckServices.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -52012,7 +54439,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -52076,44 +54503,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -52156,7 +54583,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -52174,7 +54601,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -52238,44 +54665,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -52308,10 +54735,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of backend services when the list is empty.", + "description": "Informational warning which replaces the list of\nbackend services when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -52375,44 +54802,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -52445,7 +54872,7 @@ "type": "object" }, "forwardingRule": { - "description": "URL of the forwarding rule associated with the health status of the instance.", + "description": "URL of the forwarding rule associated with the health status of the\ninstance.", "type": "string" }, "forwardingRuleIp": { @@ -52469,7 +54896,7 @@ "type": "string" }, "ipAddress": { - "description": "For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip.", + "description": "For target pool based Network Load Balancing, it indicates the forwarding\nrule's IP address assigned to this instance. For other types of load\nbalancing, the field indicates VM internal ip.", "type": "string" }, "ipv6Address": { @@ -52488,7 +54915,7 @@ "type": "string" }, "port": { - "description": "The named port of the instance group, not necessarily the port that is health-checked.", + "description": "The named port of the instance group, not necessarily the port that is\nhealth-checked.", "format": "int32", "type": "integer" }, @@ -52503,10 +54930,10 @@ "WEIGHT_NONE" ], "enumDescriptions": [ - "The response to a Health Check probe had the HTTP response header field X-Load-Balancing-Endpoint-Weight, but its content was invalid (i.e., not a non-negative single-precision floating-point number in decimal string representation).", - "The response to a Health Check probe did not have the HTTP response header field X-Load-Balancing-Endpoint-Weight.", - "This is the value when the accompanied health status is either TIMEOUT (i.e.,the Health Check probe was not able to get a response in time) or UNKNOWN. For the latter, it should be typically because there has not been sufficient time to parse and report the weight for a new backend (which is with 0.0.0.0 ip address). However, it can be also due to an outage case for which the health status is explicitly reset to UNKNOWN.", - "This is the default value when WeightReportMode is DISABLE, and is also the initial value when WeightReportMode has just updated to ENABLE or DRY_RUN and there has not been sufficient time to parse and report the backend weight." + "The response to a Health Check probe had the HTTP response header field\nX-Load-Balancing-Endpoint-Weight, but its content was invalid (i.e., not\na non-negative single-precision floating-point number in decimal string\nrepresentation).", + "The response to a Health Check probe did not have the HTTP response\nheader field X-Load-Balancing-Endpoint-Weight.", + "This is the value when the accompanied health status is either TIMEOUT\n(i.e.,the Health Check probe was not able to get a response in time) or\nUNKNOWN. For the latter, it should be typically because there has not\nbeen sufficient time to parse and report the weight for a new backend\n(which is with 0.0.0.0 ip address). However, it can be also due to an\noutage case for which the health status is explicitly reset to UNKNOWN.", + "This is the default value when WeightReportMode is DISABLE,\nand is also the initial value when WeightReportMode has just updated to\nENABLE or DRY_RUN and there has not been\nsufficient time to parse and report the backend weight." ], "type": "string" } @@ -52518,22 +54945,22 @@ "properties": { "backendService": { "$ref": "BackendServiceReference", - "description": "URL of the backend service associated with the health state of the network endpoint." + "description": "URL of the backend service associated with the health state of the network\nendpoint." }, "forwardingRule": { "$ref": "ForwardingRuleReference", - "description": "URL of the forwarding rule associated with the health state of the network endpoint." + "description": "URL of the forwarding rule associated with the health state of the network\nendpoint." }, "healthCheck": { "$ref": "HealthCheckReference", - "description": "URL of the health check associated with the health state of the network endpoint." + "description": "URL of the health check associated with the health state of the network\nendpoint." }, "healthCheckService": { "$ref": "HealthCheckServiceReference", - "description": "URL of the health check service associated with the health state of the network endpoint." + "description": "URL of the health check service associated with the health state of the\nnetwork endpoint." }, "healthState": { - "description": "Health state of the network endpoint determined based on the health checks configured.", + "description": "Health state of the network endpoint determined based on the health checks\nconfigured.", "enum": [ "DRAINING", "HEALTHY", @@ -52549,7 +54976,7 @@ "type": "string" }, "ipv6HealthState": { - "description": "Health state of the ipv6 network endpoint determined based on the health checks configured.", + "description": "Health state of the ipv6 network endpoint determined based on the health\nchecks configured.", "enum": [ "DRAINING", "HEALTHY", @@ -52568,7 +54995,7 @@ "type": "object" }, "Help": { - "description": "Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.", + "description": "Provides links to documentation or for performing an out of band action.\n\nFor example, if a quota check failed with an error indicating the calling\nproject hasn't enabled the accessed service, this can contain a URL pointing\ndirectly to the right place in the developer console to flip the bit.", "id": "Help", "properties": { "links": { @@ -52597,22 +55024,22 @@ "type": "object" }, "HostRule": { - "description": "UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.", + "description": "UrlMaps\nA host-matching rule for a URL. If matched, will use the namedPathMatcher to select the BackendService.", "id": "HostRule", "properties": { "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "hosts": { - "description": "The list of host patterns to match. They must be valid hostnames with optional port numbers in the format host:port. * matches any string of ([a-z0-9-.]*). In that case, * must be the first character, and if followed by anything, the immediate following character must be either - or .. * based matching is not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.", + "description": "The list of host patterns to match. They must be valid hostnames with\noptional port numbers in the format host:port.* matches any string of ([a-z0-9-.]*). In\nthat case, * must be the first character, and if followed by\nanything, the immediate following character must be either -\nor ..\n\n* based matching is not supported when the URL map is bound\nto a target gRPC proxy that has the validateForProxyless field\nset to true.", "items": { "type": "string" }, "type": "array" }, "pathMatcher": { - "description": "The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.", + "description": "The name of the PathMatcher to use to match the path portion\nof the URL if the hostRule matches the URL's host portion.", "type": "string" } }, @@ -52623,12 +55050,12 @@ "id": "HttpFaultAbort", "properties": { "httpStatus": { - "description": "The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.", + "description": "The HTTP status code used to abort the request.\n\nThe value must be from 200 to 599 inclusive.\n\nFor gRPC protocol, the gRPC status code is mapped to HTTP status code\naccording to this \nmapping table. HTTP status 200 is mapped to gRPC status\nUNKNOWN. Injecting an OK status is currently not supported by\nTraffic Director.", "format": "uint32", "type": "integer" }, "percentage": { - "description": "The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.", + "description": "The percentage of traffic for connections, operations, or requests\nthat is aborted as part of fault injection.\n\nThe value must be from 0.0 to 100.0 inclusive.", "format": "double", "type": "number" } @@ -52636,7 +55063,7 @@ "type": "object" }, "HttpFaultDelay": { - "description": "Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.", + "description": "Specifies the delay introduced by the load balancer before forwarding the\nrequest to the backend service as part of fault injection.", "id": "HttpFaultDelay", "properties": { "fixedDelay": { @@ -52644,7 +55071,7 @@ "description": "Specifies the value of the fixed delay interval." }, "percentage": { - "description": "The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.", + "description": "The percentage of traffic for connections, operations, or requests for\nwhich a delay is introduced as part of fault injection.\n\nThe value must be from 0.0 to 100.0 inclusive.", "format": "double", "type": "number" } @@ -52652,47 +55079,47 @@ "type": "object" }, "HttpFaultInjection": { - "description": "The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by the load balancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests.", + "description": "The specification for fault injection introduced into traffic to test\nthe resiliency of clients to backend service failure. As part of fault\ninjection, when clients send requests to a backend service, delays can be\nintroduced by the load balancer on a percentage of requests before sending\nthose request to the backend service. Similarly requests from clients can be\naborted by the load balancer for a percentage of requests.", "id": "HttpFaultInjection", "properties": { "abort": { "$ref": "HttpFaultAbort", - "description": "The specification for how client requests are aborted as part of fault injection." + "description": "The specification for how client requests are aborted as part of fault\ninjection." }, "delay": { "$ref": "HttpFaultDelay", - "description": "The specification for how client requests are delayed as part of fault injection, before being sent to a backend service." + "description": "The specification for how client requests are delayed as part of fault\ninjection, before being sent to a backend service." } }, "type": "object" }, "HttpHeaderAction": { - "description": "The request and response header transformations that take effect before the request is passed along to the selected backendService.", + "description": "The request and response header transformations that take effect before\nthe request is passed along to the selected backendService.", "id": "HttpHeaderAction", "properties": { "requestHeadersToAdd": { - "description": "Headers to add to a matching request before forwarding the request to the backendService.", + "description": "Headers to add to a matching request before forwarding the request to thebackendService.", "items": { "$ref": "HttpHeaderOption" }, "type": "array" }, "requestHeadersToRemove": { - "description": "A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.", + "description": "A list of header names for headers that need to be removed from the\nrequest before forwarding the request to the backendService.", "items": { "type": "string" }, "type": "array" }, "responseHeadersToAdd": { - "description": "Headers to add the response before sending the response back to the client.", + "description": "Headers to add the response before sending the response back to the\nclient.", "items": { "$ref": "HttpHeaderOption" }, "type": "array" }, "responseHeadersToRemove": { - "description": "A list of header names for headers that need to be removed from the response before sending the response back to the client.", + "description": "A list of header names for headers that need to be removed from the\nresponse before sending the response back to the client.", "items": { "type": "string" }, @@ -52706,35 +55133,35 @@ "id": "HttpHeaderMatch", "properties": { "exactMatch": { - "description": "The value should exactly match contents of exactMatch. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.", + "description": "The value should exactly match contents of exactMatch.\n\nOnly one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set.", "type": "string" }, "headerName": { - "description": "The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name \":authority\". For matching a request's method, use the headerName \":method\". When the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only non-binary user-specified custom metadata and the `content-type` header are supported. The following transport-level headers cannot be used in header matching rules: `:authority`, `:method`, `:path`, `:scheme`, `user-agent`, `accept-encoding`, `content-encoding`, `grpc-accept-encoding`, `grpc-encoding`, `grpc-previous-rpc-attempts`, `grpc-tags-bin`, `grpc-timeout` and `grpc-trace-bin`.", + "description": "The name of the HTTP header to match.\n\nFor matching against the HTTP request's authority, use a headerMatch\nwith the header name \":authority\".\n\nFor matching a request's method, use the headerName \":method\".\n\nWhen the URL map is bound to a target gRPC proxy that has\nthe validateForProxyless field set to true, only\nnon-binary\nuser-specified custom metadata and the `content-type` header are supported.\nThe following transport-level headers cannot be used in header matching\nrules:\n`:authority`, `:method`, `:path`, `:scheme`, `user-agent`,\n`accept-encoding`, `content-encoding`, `grpc-accept-encoding`,\n`grpc-encoding`, `grpc-previous-rpc-attempts`, `grpc-tags-bin`,\n`grpc-timeout` and `grpc-trace-bin`.", "type": "string" }, "invertMatch": { - "description": "If set to false, the headerMatch is considered a match if the preceding match criteria are met. If set to true, the headerMatch is considered a match if the preceding match criteria are NOT met. The default setting is false. ", + "description": "If set to false, the headerMatch is considered a\nmatch if the preceding match criteria are met. If set to true,\nthe headerMatch is considered a match if the preceding\nmatch criteria are NOT met.\n\nThe default setting is false.", "type": "boolean" }, "prefixMatch": { - "description": "The value of the header must start with the contents of prefixMatch. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.", + "description": "The value of the header must start with the contents ofprefixMatch.\n\nOnly one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set.", "type": "string" }, "presentMatch": { - "description": "A header with the contents of headerName must exist. The match takes place whether or not the request's header has a value. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.", + "description": "A header with the contents of headerName must exist. The\nmatch takes place whether or not the request's header has a value.\n\nOnly one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set.", "type": "boolean" }, "rangeMatch": { "$ref": "Int64RangeMatch", - "description": "The header value must be an integer and its value must be in the range specified in rangeMatch. If the header does not contain an integer, number or is empty, the match fails. For example for a range [-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. rangeMatch is not supported for load balancers that have loadBalancingScheme set to EXTERNAL." + "description": "The header value must be an integer and its value must be in the range\nspecified in rangeMatch. If the header does not contain an\ninteger, number or is empty, the match fails.\n\nFor example for a range [-5, 0]\n \n \n - -3 will match.\n - 0 will not match.\n - 0.25 will not match.\n - -3someString will not match.\n\nOnly one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set.\n\nrangeMatch is not supported for load balancers\nthat have loadBalancingScheme set to EXTERNAL." }, "regexMatch": { - "description": "The value of the header must match the regular expression specified in regexMatch. For more information about regular expression syntax, see Syntax. For matching against a port specified in the HTTP request, use a headerMatch with headerName set to PORT and a regular expression that satisfies the RFC2616 Host header's port specifier. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.", + "description": "The value of the header must match the regular expression specified inregexMatch.\nFor more information about regular expression syntax, see Syntax.\n\nFor matching against a port specified in the HTTP request, use a\nheaderMatch with headerName set to PORT and a regular expression that\nsatisfies the RFC2616 Host header's port specifier.\n\nOnly one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set.\n\nRegular expressions can only be used when the loadBalancingScheme is\nset to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.", "type": "string" }, "suffixMatch": { - "description": "The value of the header must end with the contents of suffixMatch. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.", + "description": "The value of the header must end with the contents ofsuffixMatch.\n\nOnly one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set.", "type": "string" } }, @@ -52753,60 +55180,60 @@ "type": "string" }, "replace": { - "description": "If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is true, unless a variable is present in headerValue, in which case the default value is false. .", + "description": "If false, headerValue is appended to any values\nthat already\nexist for the header. If true, headerValue is set for the\nheader, discarding any values that were set for that header.\n\nThe default value is true,\nunless a variable is present in headerValue,\nin which case the default value is false.\n.", "type": "boolean" } }, "type": "object" }, "HttpHealthCheck": { - "description": "Represents a legacy HTTP Health Check resource. Legacy HTTP health checks are now only required by target pool-based network load balancers. For all other load balancers, including backend service-based network load balancers, and for managed instance group auto-healing, you must use modern (non-legacy) health checks. For more information, see Health checks overview .", + "description": "Represents a legacy HTTP Health Check resource.\n\nLegacy HTTP health checks are now only required by target pool-based network\nload balancers. For all other load balancers, including backend service-based\nnetwork load balancers, and for managed instance group auto-healing, you must\nuse modern (non-legacy) health checks.\n\nFor more information, seeHealth checks\noverview.", "id": "HttpHealthCheck", "properties": { "checkIntervalSec": { - "description": "How often (in seconds) to send a health check. The default value is 5 seconds.", + "description": "How often (in seconds) to send a health check. The default value is5 seconds.", "format": "int32", "type": "integer" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "healthyThreshold": { - "description": "A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.", + "description": "A so-far unhealthy instance will be marked healthy after this\nmany consecutive successes. The default value is 2.", "format": "int32", "type": "integer" }, "host": { - "description": "The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.", + "description": "The value of the host header in the HTTP health check request. If left\nempty (default value), the public IP on behalf of which this health check\nis performed will be used.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#httpHealthCheck", - "description": "[Output Only] Type of the resource. Always compute#httpHealthCheck for HTTP health checks.", + "description": "[Output Only] Type of the resource. Alwayscompute#httpHealthCheck for HTTP health checks.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "port": { - "description": "The TCP port number for the HTTP health check request. The default value is 80.", + "description": "The TCP port number for the HTTP health check request. The default value is80.", "format": "int32", "type": "integer" }, "requestPath": { - "description": "The request path of the HTTP health check request. The default value is /. This field does not support query parameters. Must comply with RFC3986.", + "description": "The request path of the HTTP health check request. The default value is/. This field does not support query\nparameters. Must comply withRFC3986.", "type": "string" }, "selfLink": { @@ -52814,12 +55241,12 @@ "type": "string" }, "timeoutSec": { - "description": "How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.", + "description": "How long (in seconds) to wait before claiming failure. The default value is5 seconds. It is invalid for timeoutSec to have\ngreater value than checkIntervalSec.", "format": "int32", "type": "integer" }, "unhealthyThreshold": { - "description": "A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.", + "description": "A so-far healthy instance will be marked unhealthy after this\nmany consecutive failures. The default value is 2.", "format": "int32", "type": "integer" } @@ -52847,7 +55274,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -52858,7 +55285,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -52922,44 +55349,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -52986,19 +55413,19 @@ "id": "HttpQueryParameterMatch", "properties": { "exactMatch": { - "description": "The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set. ", + "description": "The queryParameterMatch matches if the value of the\nparameter exactly matches the contents of exactMatch.\n\nOnly one of presentMatch, exactMatch, orregexMatch must be set.", "type": "string" }, "name": { - "description": "The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.", + "description": "The name of the query parameter to match. The query parameter must exist in\nthe request, in the absence of which the request match fails.", "type": "string" }, "presentMatch": { - "description": "Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set. ", + "description": "Specifies that the queryParameterMatch matches if the\nrequest contains the query parameter, irrespective of whether the\nparameter has a value or not.\n\nOnly one of presentMatch, exactMatch, orregexMatch must be set.", "type": "boolean" }, "regexMatch": { - "description": "The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch. For more information about regular expression syntax, see Syntax. Only one of presentMatch, exactMatch, or regexMatch must be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED. ", + "description": "The queryParameterMatch matches if the value of the\nparameter matches the regular expression specified byregexMatch. For\nmore information about regular expression syntax, see Syntax.\n\nOnly one of presentMatch, exactMatch, orregexMatch must be set.\n\nRegular expressions can only be used when the loadBalancingScheme is\nset to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.", "type": "string" } }, @@ -53009,23 +55436,23 @@ "id": "HttpRedirectAction", "properties": { "hostRedirect": { - "description": "The host that is used in the redirect response instead of the one that was supplied in the request. The value must be from 1 to 255 characters.", + "description": "The host that is used in the redirect response instead of the one that\nwas supplied in the request.\n\nThe value must be from 1 to 255\ncharacters.", "type": "string" }, "httpsRedirect": { - "description": "If set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL scheme of the redirected request remains the same as that of the request. This must only be set for URL maps used in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted. The default is set to false.", + "description": "If set to true, the URL scheme in the redirected request is\nset to HTTPS.\nIf set to false, the URL scheme of the redirected request\nremains the same as that of the request.\n\nThis must only be set for URL maps used inTargetHttpProxys. Setting this true forTargetHttpsProxy is not permitted.\n\nThe default is set to false.", "type": "boolean" }, "pathRedirect": { - "description": "The path that is used in the redirect response instead of the one that was supplied in the request. pathRedirect cannot be supplied together with prefixRedirect. Supply one alone or neither. If neither is supplied, the path of the original request is used for the redirect. The value must be from 1 to 1024 characters.", + "description": "The path that is used in the redirect response instead of the one\nthat was supplied in the request.\n\npathRedirect cannot be supplied together withprefixRedirect. Supply one alone or neither. If neither is\nsupplied, the path of the original request is used for the redirect.\n\nThe value must be from 1 to 1024 characters.", "type": "string" }, "prefixRedirect": { - "description": "The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting the request. prefixRedirect cannot be supplied together with pathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request is used for the redirect. The value must be from 1 to 1024 characters.", + "description": "The prefix that replaces the prefixMatch specified in\nthe HttpRouteRuleMatch, retaining the remaining portion\nof the URL before redirecting the request.\n\nprefixRedirect cannot be supplied together withpathRedirect. Supply one alone or neither. If neither is\nsupplied, the path of the original request is used for the redirect.\n\nThe value must be from 1 to 1024 characters.", "type": "string" }, "redirectResponseCode": { - "description": "The HTTP Status code to use for this RedirectAction. Supported values are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which corresponds to 302. - SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method is retained. - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method is retained. ", + "description": "The HTTP Status code to use for this RedirectAction.\n\nSupported values are:\n \n - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds\n to 301.\n - FOUND, which corresponds to 302.\n - SEE_OTHER which corresponds to 303.\n - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request\n method is retained.\n - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request\n method is retained.", "enum": [ "FOUND", "MOVED_PERMANENTLY_DEFAULT", @@ -53043,7 +55470,7 @@ "type": "string" }, "stripQuery": { - "description": "If set to true, any accompanying query portion of the original URL is removed before redirecting the request. If set to false, the query portion of the original URL is retained. The default is set to false. ", + "description": "If set to true, any accompanying query portion of the original\nURL is\nremoved before redirecting the request. If set to false, the\nquery portion of the original URL is retained.\n\nThe default is set to false.", "type": "boolean" } }, @@ -53054,16 +55481,16 @@ "id": "HttpRetryPolicy", "properties": { "numRetries": { - "description": "Specifies the allowed number retries. This number must be > 0. If not specified, defaults to 1.", + "description": "Specifies the allowed number retries. This number must be > 0.\nIf not specified, defaults to 1.", "format": "uint32", "type": "integer" }, "perTryTimeout": { "$ref": "Duration", - "description": "Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in the HttpRouteAction field. If timeout in the HttpRouteAction field is not set, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true." + "description": "Specifies a non-zero timeout per retry attempt.\n\nIf not specified, will use the timeout set in theHttpRouteAction field.\nIf timeout in the HttpRouteAction field is not set, this field\nuses the largest timeout\namong all backend services associated with the route.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas the validateForProxyless field set to true." }, "retryConditions": { - "description": "Specifies one or more conditions when this retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if the instance or endpoint does not respond at all. For example, disconnects, reset, read timeout, connection failure, and refused streams. - gateway-error: Similar to 5xx, but only applies to response codes 502, 503 or 504. - connect-failure: a retry is attempted on failures connecting to the instance or endpoint. For example, connection timeouts. - retriable-4xx: a retry is attempted if the instance or endpoint responds with a 4xx response code. The only error that you can retry is error code 409. - refused-stream: a retry is attempted if the instance or endpoint resets the stream with a REFUSED_STREAM error code. This reset type indicates that it is safe to retry. - cancelled: a retry is attempted if the gRPC status code in the response header is set to cancelled. - deadline-exceeded: a retry is attempted if the gRPC status code in the response header is set to deadline-exceeded. - internal: a retry is attempted if the gRPC status code in the response header is set to internal. - resource-exhausted: a retry is attempted if the gRPC status code in the response header is set to resource-exhausted. - unavailable: a retry is attempted if the gRPC status code in the response header is set to unavailable. Only the following codes are supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true. - cancelled - deadline-exceeded - internal - resource-exhausted - unavailable ", + "description": "Specifies one or more conditions when this retry policy applies. Valid\nvalues are:\n \n - 5xx: retry is attempted if the instance or endpoint\n responds with any 5xx response code, or if the instance or\n endpoint does not respond at all. For example, disconnects, reset, read\n timeout, connection failure, and refused streams.\n - gateway-error: Similar to 5xx, but only\n applies to response codes 502, 503 or504.\n - connect-failure: a retry is attempted on failures\n connecting to the instance or endpoint. For example, connection\n timeouts.\n - retriable-4xx: a retry is attempted if the instance\n or endpoint responds with a 4xx response code.\n The only error that you can retry is error code 409.\n - refused-stream: a retry is attempted if the instance\n or endpoint resets the stream with a REFUSED_STREAM error\n code. This reset type indicates that it is safe to retry.\n - cancelled: a retry is attempted if the gRPC status\n code in the response header is set to cancelled.\n - deadline-exceeded: a retry is attempted if the gRPC\n status code in the response header is set todeadline-exceeded.\n - internal: a retry is attempted if the gRPC\n status code in the response header is set tointernal.\n - resource-exhausted: a retry is attempted if the gRPC\n status code in the response header is set toresource-exhausted.\n - unavailable: a retry is attempted if the gRPC\n status code in the response header is set tounavailable.\n\nOnly the following codes are supported when the URL map is bound to\ntarget gRPC proxy that has validateForProxyless field set to true.\n \n - cancelled\n - deadline-exceeded\n - internal\n - resource-exhausted\n - unavailable", "items": { "type": "string" }, @@ -53077,19 +55504,19 @@ "properties": { "corsPolicy": { "$ref": "CorsPolicy", - "description": "The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when the URL map is bound to a target gRPC proxy." + "description": "The specification for allowing client-side cross-origin requests. For more\ninformation about the W3C recommendation for cross-origin resource sharing\n(CORS), see Fetch API Living\nStandard.\n\nNot supported when the URL map is bound to a target gRPC proxy." }, "faultInjectionPolicy": { "$ref": "HttpFaultInjection", - "description": "The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection. Fault injection is not supported with the classic Application Load Balancer . To see which load balancers support fault injection, see Load balancing: Routing and traffic management features." + "description": "The specification for fault injection introduced into traffic to test\nthe resiliency of clients to backend service failure. As part of fault\ninjection, when clients send requests to a backend service, delays can be\nintroduced by a load balancer on a percentage of requests before sending\nthose requests to the backend service. Similarly requests from clients can\nbe aborted by the load balancer for a percentage of requests.timeout and retry_policy is ignored by clients\nthat are configured with a fault_injection_policy if:\n1. The traffic is generated by fault injection AND\n2. The fault injection is not a delay fault injection.\nFault injection is not supported with the classic Application Load Balancer\n. To see which load balancers support fault injection,\nsee Load\nbalancing: Routing and traffic management features." }, "maxStreamDuration": { "$ref": "Duration", - "description": "Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where the timeout duration starts from the time the request has been fully processed (known as *end-of-stream*), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. If not specified, this field uses the maximum maxStreamDuration value among all backend services associated with the route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme set to INTERNAL_SELF_MANAGED." + "description": "Specifies the maximum duration (timeout) for streams on the selected route.\nUnlike the timeout field where the timeout duration starts\nfrom the time the request has been fully processed (known as*end-of-stream*),\nthe duration in this field is computed from the beginning of the stream\nuntil the response has been processed, including all retries. A\nstream that does not complete in this duration is closed.\n\nIf not specified, this field uses the maximummaxStreamDuration value among all backend services associated\nwith the route.\n\nThis field is only allowed if the Url map is used with backend services\nwith loadBalancingScheme set toINTERNAL_SELF_MANAGED." }, "requestMirrorPolicy": { "$ref": "RequestMirrorPolicy", - "description": "Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer does not wait for responses from the shadow service. Before sending traffic to the shadow service, the host / authority header is suffixed with -shadow. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true." + "description": "Specifies the policy on how requests intended for the route's backends\nare shadowed to a separate mirrored backend service. The load balancer does\nnot wait for responses from the shadow service. Before sending traffic\nto the shadow service, the host / authority header is suffixed with-shadow.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas the validateForProxyless field set to true." }, "retryPolicy": { "$ref": "HttpRetryPolicy", @@ -53097,14 +55524,14 @@ }, "timeout": { "$ref": "Duration", - "description": "Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (known as *end-of-stream*) up until the response has been processed. Timeout includes all retries. If not specified, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true." + "description": "Specifies the timeout for the selected route. Timeout is computed from the\ntime the request has been fully processed (known as *end-of-stream*)\nup until the response has been processed. Timeout includes\nall retries.\n\nIf not specified, this field uses the largest timeout among all backend\nservices associated with the route.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas validateForProxyless field set to true." }, "urlRewrite": { "$ref": "UrlRewrite", - "description": "The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for classic Application Load Balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true." + "description": "The spec to modify the URL of the request, before forwarding the request\nto the matched service.\n\n urlRewrite is the only action supported in UrlMaps\nfor classic Application Load Balancers.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas the validateForProxyless field set to true." }, "weightedBackendServices": { - "description": "A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non-zero number. After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.", + "description": "A list of weighted backend services to send traffic to when a route match\noccurs. The weights determine the fraction of traffic that flows to\ntheir corresponding backend service. If all traffic needs to\ngo to a single backend service, there must be oneweightedBackendService with weight set to a non-zero number.\n\nAfter a backend service is identified and before forwarding\nthe request to\nthe backend service, advanced routing actions such as URL rewrites and\nheader transformations are applied depending on additional settings\nspecified in this HttpRouteAction.", "items": { "$ref": "WeightedBackendService" }, @@ -53114,124 +55541,124 @@ "type": "object" }, "HttpRouteRule": { - "description": "The HttpRouteRule setting specifies how to match an HTTP request and the corresponding routing action that load balancing proxies perform.", + "description": "The HttpRouteRule setting specifies how to match an HTTP request\nand the corresponding routing action that load balancing proxies perform.", "id": "HttpRouteRule", "properties": { "customErrorResponsePolicy": { "$ref": "CustomErrorResponsePolicy", - "description": "customErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor BackendBucket responds with an error. If a policy for an error code is not configured for the RouteRule, a policy for the error code configured in pathMatcher.defaultCustomErrorResponsePolicy is applied. If one is not specified in pathMatcher.defaultCustomErrorResponsePolicy, the policy configured in UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following configuration: - UrlMap.defaultCustomErrorResponsePolicy are configured with policies for 5xx and 4xx errors - A RouteRule for /coming_soon/ is configured for the error code 404. If the request is for www.myotherdomain.com and a 404 is encountered, the policy under UrlMap.defaultCustomErrorResponsePolicy takes effect. If a 404 response is encountered for the request www.example.com/current_events/, the pathMatcher's policy takes effect. If however, the request for www.example.com/coming_soon/ encounters a 404, the policy in RouteRule.customErrorResponsePolicy takes effect. If any of the requests in this example encounter a 500 error code, the policy at UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction with routeRules.routeAction.retryPolicy, retries take precedence. Only once all retries are exhausted, the customErrorResponsePolicy is applied. While attempting a retry, if load balancer is successful in reaching the service, the customErrorResponsePolicy is ignored and the response from the service is returned to the client. customErrorResponsePolicy is supported only for global external Application Load Balancers." + "description": "customErrorResponsePolicy specifies how the Load\nBalancer returns error responses when BackendServiceorBackendBucket responds with an error. \n\nIf a policy for an\nerror code is not configured for the RouteRule, a policy for\nthe error code configured inpathMatcher.defaultCustomErrorResponsePolicy is applied. If\none is not specified inpathMatcher.defaultCustomErrorResponsePolicy, the policy\nconfigured in UrlMap.defaultCustomErrorResponsePolicy takes\neffect. \n\nFor example, consider a UrlMap with the following configuration:\n \n \n - UrlMap.defaultCustomErrorResponsePolicy are configured\n with policies for 5xx and 4xx errors\n - A RouteRule for /coming_soon/ is configured for the\n error code 404.\n\nIf the request is for www.myotherdomain.com and a404 is encountered, the policy underUrlMap.defaultCustomErrorResponsePolicy takes effect. If a404 response is encountered for the requestwww.example.com/current_events/, the pathMatcher's policy\ntakes effect. If however, the request forwww.example.com/coming_soon/ encounters a 404,\nthe policy in RouteRule.customErrorResponsePolicy takes\neffect. If any of the requests in this example encounter a 500\nerror code, the policy atUrlMap.defaultCustomErrorResponsePolicy takes effect. \n\nWhen\nused in conjunction withrouteRules.routeAction.retryPolicy, retries take\nprecedence. Only once all retries are exhausted, thecustomErrorResponsePolicy is applied. While attempting\na retry, if load balancer is successful in reaching the\nservice, the customErrorResponsePolicy is ignored and\nthe response from the service is returned to the client.\n\ncustomErrorResponsePolicy is supported only for\nglobal external Application Load Balancers." }, "description": { - "description": "The short description conveying the intent of this routeRule. The description can have a maximum length of 1024 characters.", + "description": "The short description conveying the intent of this routeRule.\n\n\nThe description can have a maximum length of 1024 characters.", "type": "string" }, "headerAction": { "$ref": "HttpHeaderAction", - "description": "Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction value specified here is applied before the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].routeAction.weightedBackendService.backendServiceWeightAction[].headerAction HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true." + "description": "Specifies changes to request and response headers that need to take effect\nfor the selected backendService.\n\nThe headerAction value specified here is applied before the\nmatching pathMatchers[].headerAction and afterpathMatchers[].routeRules[].routeAction.weightedBackendService.backendServiceWeightAction[].headerAction\n\nHeaderAction is not supported for load balancers\nthat have\ntheir loadBalancingScheme set to EXTERNAL.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas validateForProxyless field set to true." }, "matchRules": { - "description": "The list of criteria for matching attributes of a request to this routeRule. This list has OR semantics: the request matches this routeRule when any of the matchRules are satisfied. However predicates within a given matchRule have AND semantics. All predicates within a matchRule must match for the request to match the rule.", + "description": "The list of criteria for matching attributes of a request to thisrouteRule. This list has OR semantics: the request matches\nthis routeRule when any of thematchRules are satisfied. However predicates within\na given matchRule have AND semantics. All predicates\nwithin a matchRule must match for the request to\nmatch the rule.", "items": { "$ref": "HttpRouteRuleMatch" }, "type": "array" }, "priority": { - "description": "For routeRules within a given pathMatcher, priority determines the order in which a load balancer interprets routeRules. RouteRules are evaluated in order of priority, from the lowest to highest number. The priority of a rule decreases as its number increases (1, 2, 3, N+1). The first rule that matches the request is applied. You cannot configure two or more routeRules with the same priority. Priority for each rule must be set to a number from 0 to 2147483647 inclusive. Priority numbers can have gaps, which enable you to add or remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, 12, 16 is a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the future without any impact on existing rules.", + "description": "For routeRules within a given pathMatcher,\npriority determines the order in which a load balancer interpretsrouteRules. RouteRules are evaluated in order\nof priority, from the lowest to highest number. The priority of a\nrule decreases as its number increases (1, 2, 3, N+1). The first rule\nthat matches the request is applied.\n\n\nYou cannot configure two or more routeRules with the same priority.\nPriority for each rule must be set to a number from 0 to 2147483647\ninclusive.\n\n\nPriority numbers can have gaps, which enable you to add or remove rules\nin the future without affecting the rest of the rules. For example, 1, 2,\n3, 4, 5, 9, 12, 16 is a valid series of priority numbers to which you\ncould add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the future\nwithout any impact on existing rules.", "format": "int32", "type": "integer" }, "routeAction": { "$ref": "HttpRouteAction", - "description": "In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a route rule's routeAction." + "description": "In response to a matching matchRule, the load balancer\nperforms advanced routing actions, such as URL rewrites and header\ntransformations, before forwarding the request to the selected backend.\n\n\nOnly one of urlRedirect, service orrouteAction.weightedBackendService can be set.\n\n\nURL maps for classic Application Load Balancers only support\nthe urlRewrite action within a route rule'srouteAction." }, "service": { - "description": "The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set.", + "description": "The full or partial URL of the backend service resource to which traffic\nis directed if this rule is matched. If routeAction is\nalso specified, advanced routing actions, such as URL rewrites,\ntake effect before sending the request to the backend.\n\n\nOnly one of urlRedirect, service orrouteAction.weightedBackendService can be set.", "type": "string" }, "urlRedirect": { "$ref": "HttpRedirectAction", - "description": "When this rule is matched, the request is redirected to a URL specified by urlRedirect. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy." + "description": "When this rule is matched, the request is redirected to a URL\nspecified by urlRedirect.\n\n\nOnly one of urlRedirect, service orrouteAction.weightedBackendService can be set.\n\n\nNot supported when the URL map is bound to a target gRPC proxy." } }, "type": "object" }, "HttpRouteRuleMatch": { - "description": "HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All specified criteria must be satisfied for a match to occur.", + "description": "HttpRouteRuleMatch specifies a set of criteria for matching\nrequests to an HttpRouteRule. All specified criteria must\nbe satisfied for a match to occur.", "id": "HttpRouteRuleMatch", "properties": { "fullPathMatch": { - "description": "For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.", + "description": "For satisfying the matchRule condition, the path of the\nrequest must exactly match the value specified infullPathMatch after removing any query parameters and anchor\nthat may be part of the original URL.\n\nfullPathMatch must be from 1 to 1024 characters.\n\nOnly one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be\nspecified.", "type": "string" }, "headerMatches": { - "description": "Specifies a list of header match criteria, all of which must match corresponding headers in the request.", + "description": "Specifies a list of header match criteria, all of which must match\ncorresponding headers in the request.", "items": { "$ref": "HttpHeaderMatch" }, "type": "array" }, "ignoreCase": { - "description": "Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy.", + "description": "Specifies that prefixMatch and fullPathMatch\nmatches are case sensitive.\n\nThe default value is false.\n\nignoreCase must not be used with regexMatch.\n\nNot supported when the URL map is bound to a target gRPC proxy.", "type": "boolean" }, "metadataFilters": { - "description": "Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.", + "description": "Opaque filter criteria used by the load balancer to restrict routing\nconfiguration to a limited set of xDS\ncompliant clients. In their xDS requests to the load balancer, xDS clients\npresent node\nmetadata. When there is a match, the relevant routing configuration\nis made available to those proxies.\n\nFor each metadataFilter in this list, if itsfilterMatchCriteria is set to MATCH_ANY, at least one of thefilterLabels must match the corresponding label provided in\nthe metadata. If its filterMatchCriteria is set to\nMATCH_ALL, then all of its filterLabels must match with\ncorresponding labels provided in the metadata. If multiple\nmetadata filters are specified, all of them need to be\nsatisfied in order to be considered a match.\n\nmetadataFilters specified here is applied after those\nspecified in ForwardingRule that refers to theUrlMap this HttpRouteRuleMatch belongs to.\n\nmetadataFilters only applies to load balancers that haveloadBalancingScheme set toINTERNAL_SELF_MANAGED.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas validateForProxyless field set to true.", "items": { "$ref": "MetadataFilter" }, "type": "array" }, "pathTemplateMatch": { - "description": "If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash (\"/\") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.", + "description": "If specified, the route is a pattern match expression that must match the\n:path header once the query string is removed.\n\n A pattern match allows you to match\n \n \n - The value must be between 1 and 1024 characters\n - The pattern must start with a leading slash (\"/\")\n - There may be no more than 5 operators in pattern\n\n Precisely one ofprefix_match, full_path_match,regex_match or path_template_match must be set.", "type": "string" }, "prefixMatch": { - "description": "For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.", + "description": "For satisfying the matchRule condition, the request's\npath must begin with the specified prefixMatch.prefixMatch must begin with a /.\n\nThe value must be from 1 to 1024 characters.\n\nOnly one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be\nspecified.\nspecified.", "type": "string" }, "queryParameterMatches": { - "description": "Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.", + "description": "Specifies a list of query parameter match criteria, all of which must\nmatch corresponding query parameters in the request.\n\nNot supported when the URL map is bound to a target gRPC proxy.", "items": { "$ref": "HttpQueryParameterMatch" }, "type": "array" }, "regexMatch": { - "description": "For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.", + "description": "For satisfying the matchRule condition, the path of the\nrequest must satisfy the regular expression specified inregexMatch after removing any query parameters and anchor\nsupplied with the original URL. For\nmore information about regular expression syntax, see Syntax.\n\nOnly one of prefixMatch, fullPathMatch,regexMatch or path_template_match must be\nspecified.\n\nRegular expressions can only be used when the loadBalancingScheme is\nset to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED.", "type": "string" } }, "type": "object" }, "HttpsHealthCheck": { - "description": "Represents a legacy HTTPS Health Check resource. Legacy HTTPS health checks have been deprecated. If you are using a target pool-based network load balancer, you must use a legacy HTTP (not HTTPS) health check. For all other load balancers, including backend service-based network load balancers, and for managed instance group auto-healing, you must use modern (non-legacy) health checks. For more information, see Health checks overview .", + "description": "Represents a legacy HTTPS Health Check resource.\n\nLegacy HTTPS health checks have been deprecated. If you are using a target\npool-based network load balancer, you must use a legacy HTTP (not HTTPS)\nhealth check. For all other load balancers, including backend service-based\nnetwork load balancers, and for managed instance group auto-healing, you must\nuse modern (non-legacy) health checks.\n\nFor more information, seeHealth checks\noverview.", "id": "HttpsHealthCheck", "properties": { "checkIntervalSec": { - "description": "How often (in seconds) to send a health check. The default value is 5 seconds.", + "description": "How often (in seconds) to send a health check. The default value is 5\nseconds.", "format": "int32", "type": "integer" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "healthyThreshold": { - "description": "A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.", + "description": "A so-far unhealthy instance will be marked healthy after this\nmany consecutive successes. The default value is 2.", "format": "int32", "type": "integer" }, "host": { - "description": "The value of the host header in the HTTPS health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.", + "description": "The value of the host header in the HTTPS health check request. If left\nempty (default value), the public IP on behalf of which this health check\nis performed will be used.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, @@ -53241,17 +55668,17 @@ "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "port": { - "description": "The TCP port number for the HTTPS health check request. The default value is 443.", + "description": "The TCP port number for the HTTPS health check request. The default value\nis 443.", "format": "int32", "type": "integer" }, "requestPath": { - "description": "The request path of the HTTPS health check request. The default value is \"/\". Must comply with RFC3986.", + "description": "The request path of the HTTPS health check request. The default value is\n\"/\". Must comply withRFC3986.", "type": "string" }, "selfLink": { @@ -53259,12 +55686,12 @@ "type": "string" }, "timeoutSec": { - "description": "How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have a greater value than checkIntervalSec.", + "description": "How long (in seconds) to wait before claiming failure. The default value is\n5 seconds. It is invalid for timeoutSec to have a greater value than\ncheckIntervalSec.", "format": "int32", "type": "integer" }, "unhealthyThreshold": { - "description": "A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.", + "description": "A so-far healthy instance will be marked unhealthy after this\nmany consecutive failures. The default value is 2.", "format": "int32", "type": "integer" } @@ -53292,7 +55719,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -53303,7 +55730,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -53367,44 +55794,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -53427,11 +55854,11 @@ "type": "object" }, "Image": { - "description": "Represents an Image resource. You can use images to create boot disks for your VM instances. For more information, read Images.", + "description": "Represents an Image resource.\n\nYou can use images to create boot disks for your VM instances.\nFor more information, read Images.", "id": "Image", "properties": { "architecture": { - "description": "The architecture of the image. Valid values are ARM64 or X86_64.", + "description": "The architecture of the image. Valid values are\nARM64 or X86_64.", "enum": [ "ARCHITECTURE_UNSPECIFIED", "ARM64", @@ -53445,12 +55872,12 @@ "type": "string" }, "archiveSizeBytes": { - "description": "Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).", + "description": "Size of the image tar.gz archive stored in Google Cloud\nStorage (in bytes).", "format": "int64", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "deprecated": { @@ -53458,7 +55885,7 @@ "description": "The deprecation status associated with this image." }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "diskSizeGb": { @@ -53467,36 +55894,36 @@ "type": "string" }, "enableConfidentialCompute": { - "description": "Whether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.", + "description": "Whether this image is created from a confidential compute mode disk.\n[Output Only]: This field is not set by user, but from source disk.", "type": "boolean" }, "family": { - "description": "The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.", + "description": "The name of the image family to which this image belongs. The image\nfamily name can be from a publicly managed image family provided by\nCompute Engine, or from a custom image family you create. For example,centos-stream-9 is a publicly available image family.\nFor more information, see Image\nfamily best practices.\n\nWhen creating disks, you can specify an image family instead of a specific\nimage name. The image family always returns its latest image that is not\ndeprecated. The name of the image family must comply with RFC1035.", "type": "string" }, "guestOsFeatures": { - "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.", + "description": "A list of features to enable on the guest operating system. Applicable\nonly for bootable images. To see a list of available options, see theguestOSfeatures[].type parameter.", "items": { "$ref": "GuestOsFeature" }, "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "imageEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later." + "description": "Encrypts the image using acustomer-supplied\nencryption key.\n\nAfter you encrypt an image with a customer-supplied key, you must provide\nthe same key if you use the image later (e.g. to create a disk from\nthe image).\n\nCustomer-supplied encryption keys do not protect access to metadata\nof the disk.\n\nIf you do not provide an encryption key when creating the image, then the\ndisk will be encrypted using an automatically generated key and you do not\nneed to provide a key to use the image later." }, "kind": { "default": "compute#image", - "description": "[Output Only] Type of the resource. Always compute#image for images.", + "description": "[Output Only] Type of the resource. Always compute#image for\nimages.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an image.", + "description": "A fingerprint for the labels being applied to this image, which is\nessentially a hash of the labels used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve an image.", "format": "byte", "type": "string" }, @@ -53504,7 +55931,7 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this image. These can be later modified by the setLabels method.", + "description": "Labels to apply to this image. These can be later modified by\nthe setLabels method.", "type": "object" }, "licenseCodes": { @@ -53528,19 +55955,19 @@ "compute.images.insert" ] }, - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "params": { "$ref": "ImageParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "rawDisk": { "description": "The parameters of the raw disk image.", "properties": { "containerType": { - "description": "The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.", + "description": "The format used to encode and transmit the block device, which should beTAR. This is just a container and transmission format and not\na runtime format. Provided by the client when the disk image is created.", "enum": [ "TAR" ], @@ -53551,12 +55978,12 @@ }, "sha1Checksum": { "deprecated": true, - "description": "[Deprecated] This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.", + "description": "[Deprecated] This field is deprecated.\nAn optional SHA1 checksum of the disk image before unpackaging provided\nby the client when the disk image is created.", "pattern": "[a-f0-9]{40}", "type": "string" }, "source": { - "description": "The full Google Cloud Storage URL where the raw disk image archive is stored. The following are valid formats for the URL: - https://storage.googleapis.com/bucket_name/image_archive_name - https://storage.googleapis.com/bucket_name/folder_name/ image_archive_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL ", + "description": "The full Google Cloud Storage URL where the raw disk image archive is\nstored.\nThe following are valid formats for the URL:\n \n - https://storage.googleapis.com/bucket_name/image_archive_name\n - https://storage.googleapis.com/bucket_name/folder_name/image_archive_name\n\n\n\nIn order to create an image, you must provide the full or partial URL of\none of the following:\n \n - The rawDisk.source URL \n - The sourceDisk URL \n - The sourceImage URL \n - The sourceSnapshot URL", "type": "string" } }, @@ -53580,44 +56007,44 @@ "description": "Set the secure boot keys of shielded instance." }, "sourceDisk": { - "description": "URL of the source disk used to create this image. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL ", + "description": "URL of the source disk used to create this image.\nFor example, the following are valid values:\n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n - projects/project/zones/zone/disks/disk \n - zones/zone/disks/disk\n\n\n\nIn order to create an image, you must provide the full or partial URL of\none of the following:\n \n - The rawDisk.source URL \n - The sourceDisk URL \n - The sourceImage URL \n - The sourceSnapshot URL", "type": "string" }, "sourceDiskEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key." + "description": "Thecustomer-supplied\nencryption key of the source disk. Required if the source disk is\nprotected by a customer-supplied encryption key." }, "sourceDiskId": { - "description": "[Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name.", + "description": "[Output Only]\nThe ID value of the disk used to create this image. This value may be used\nto determine whether the image was taken from the current or a previous\ninstance of a given disk name.", "type": "string" }, "sourceImage": { - "description": "URL of the source image used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - projects/project_id/global/images/image_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL ", + "description": "URL of the source image used to create this image.\nThe following are valid formats for the URL:\n \n - https://www.googleapis.com/compute/v1/projects/project_id/global/\n images/image_name\n - projects/project_id/global/images/image_name\n\n\n\nIn order to create an image, you must provide the full or partial URL of\none of the following:\n \n - The rawDisk.source URL \n - The sourceDisk URL \n - The sourceImage URL \n - The sourceSnapshot URL", "type": "string" }, "sourceImageEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key." + "description": "The customer-supplied encryption key of the source image. Required if the\nsource image is protected by a customer-supplied encryption key." }, "sourceImageId": { - "description": "[Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name.", + "description": "[Output Only]\nThe ID value of the image used to create this image. This value may be used\nto determine whether the image was taken from the current or a previous\ninstance of a given image name.", "type": "string" }, "sourceSnapshot": { - "description": "URL of the source snapshot used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL ", + "description": "URL of the source snapshot used to create this image.\nThe following are valid formats for the URL:\n \n - https://www.googleapis.com/compute/v1/projects/project_id/global/\n snapshots/snapshot_name\n - projects/project_id/global/snapshots/snapshot_name\n\n\n\nIn order to create an image, you must provide the full or partial URL of\none of the following:\n \n - The rawDisk.source URL \n - The sourceDisk URL \n - The sourceImage URL \n - The sourceSnapshot URL", "type": "string" }, "sourceSnapshotEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key." + "description": "The customer-supplied encryption key of the source snapshot. Required if\nthe source snapshot is protected by a customer-supplied encryption key." }, "sourceSnapshotId": { - "description": "[Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name.", + "description": "[Output Only]\nThe ID value of the snapshot used to create this image. This value may be\nused to determine whether the snapshot was taken from the current or a\nprevious instance of a given snapshot name.", "type": "string" }, "sourceType": { "default": "RAW", - "description": "The type of the image used to create this disk. The default and only valid value is RAW.", + "description": "The type of the image used to create this disk. The\ndefault and only valid value is RAW.", "enum": [ "RAW" ], @@ -53627,7 +56054,7 @@ "type": "string" }, "status": { - "description": "[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.", + "description": "[Output Only] The status of the image. An image can be used to create other\nresources, such as instances, only after the image has been successfully\ncreated and the status is set to READY. Possible\nvalues are FAILED, PENDING, orREADY.", "enum": [ "DELETING", "FAILED", @@ -53643,7 +56070,7 @@ "type": "string" }, "storageLocations": { - "description": "Cloud Storage bucket storage location of the image (regional or multi-regional).", + "description": "Cloud Storage bucket storage location of the image (regional or\nmulti-regional).", "items": { "type": "string" }, @@ -53657,7 +56084,7 @@ "properties": { "image": { "$ref": "Image", - "description": "The latest image that is part of the specified image family in the requested location, and that is not deprecated." + "description": "The latest image that is part of the specified image family in the\nrequested location, and that is not deprecated." } }, "type": "object" @@ -53683,7 +56110,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -53694,7 +56121,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -53758,44 +56185,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -53825,14 +56252,14 @@ "additionalProperties": { "type": "string" }, - "description": "Resource manager tags to be bound to the image. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.", + "description": "Resource manager tags to be bound to the image. Tag keys and values have\nthe same definition as resource\nmanager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and\nvalues are in the format `tagValues/456`. The field is ignored (both PUT &\nPATCH) when empty.", "type": "object" } }, "type": "object" }, "InitialStateConfig": { - "description": "Initial State for shielded instance, these are public keys which are safe to store in public", + "description": "Initial State for shielded instance,\nthese are public keys which are safe to store in public", "id": "InitialStateConfig", "properties": { "dbs": { @@ -53864,7 +56291,7 @@ "type": "object" }, "Instance": { - "description": "Represents an Instance resource. An instance is a virtual machine that is hosted on Google Cloud Platform. For more information, read Virtual Machine Instances.", + "description": "Represents an Instance resource.\n\nAn instance is a virtual machine that is hosted on Google Cloud Platform.\nFor more information, readVirtual Machine Instances.", "id": "Instance", "properties": { "advancedMachineFeatures": { @@ -53872,7 +56299,7 @@ "description": "Controls for advanced machine-related behavior features." }, "canIpForward": { - "description": "Allows this instance to send and receive packets with non-matching destination or source IPs. This is required if you plan to use this instance to forward routes. For more information, see Enabling IP Forwarding .", + "description": "Allows this instance to send and receive packets with non-matching\ndestination or source IPs. This is required if you plan to use this\ninstance to forward routes. For more information, seeEnabling IP Forwarding.", "type": "boolean" }, "confidentialInstanceConfig": { @@ -53883,7 +56310,7 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339 text format.", "type": "string" }, "deletionProtection": { @@ -53891,11 +56318,11 @@ "type": "boolean" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "disks": { - "description": "Array of disks associated with this instance. Persistent disks must be created before you can assign them.", + "description": "Array of disks associated with this instance. Persistent disks must be\ncreated before you can assign them.", "items": { "$ref": "AttachedDisk" }, @@ -53906,7 +56333,7 @@ "description": "Enables display device for the instance." }, "fingerprint": { - "description": "Specifies a fingerprint for this resource, which is essentially a hash of the instance's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update the instance. You must always provide an up-to-date fingerprint hash in order to update the instance. To see the latest fingerprint, make get() request to the instance.", + "description": "Specifies a fingerprint for this resource, which is essentially a hash of\nthe instance's contents and used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update the instance. You must always provide an\nup-to-date fingerprint hash in order to update the instance.\n\nTo see the latest fingerprint, make get() request to the\ninstance.", "format": "byte", "type": "string" }, @@ -53918,20 +56345,20 @@ "type": "array" }, "hostname": { - "description": "Specifies the hostname of the instance. The specified hostname must be RFC1035 compliant. If hostname is not specified, the default hostname is [INSTANCE_NAME].c.[PROJECT_ID].internal when using the global DNS, and [INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal when using zonal DNS.", + "description": "Specifies the hostname of the instance. The specified hostname must be\nRFC1035 compliant. If hostname is not specified, the default hostname is\n[INSTANCE_NAME].c.[PROJECT_ID].internal when using the global DNS, and\n[INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal when using zonal DNS.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "instanceEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Encrypts suspended data for an instance with a customer-managed encryption key. If you are creating a new instance, this field will encrypt the local SSD and in-memory contents of the instance during the suspend operation. If you do not provide an encryption key when creating the instance, then the local SSD and in-memory contents will be encrypted using an automatically generated key during the suspend operation." + "description": "Encrypts suspended data for an instance with acustomer-managed\nencryption key.\n\nIf you are creating a new instance, this field will encrypt the local SSD\nand in-memory contents of the instance during the suspend operation.\n\nIf you do not provide an encryption key when creating the instance, then\nthe local SSD and in-memory contents will be encrypted using\nan automatically generated key during the suspend operation." }, "keyRevocationActionType": { - "description": "KeyRevocationActionType of the instance. Supported options are \"STOP\" and \"NONE\". The default value is \"NONE\" if it is not specified.", + "description": "KeyRevocationActionType of the instance. Supported options are \"STOP\" and\n\"NONE\". The default value is \"NONE\" if it is not specified.", "enum": [ "KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED", "NONE", @@ -53946,11 +56373,11 @@ }, "kind": { "default": "compute#instance", - "description": "[Output Only] Type of the resource. Always compute#instance for instances.", + "description": "[Output Only] Type of the resource. Always compute#instance\nfor instances.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for this request, which is essentially a hash of the label's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the instance.", + "description": "A fingerprint for this request, which is essentially a hash of\nthe label's contents and used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels.\n\nTo see the latest fingerprint, make get() request to the\ninstance.", "format": "byte", "type": "string" }, @@ -53958,31 +56385,31 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this instance. These can be later modified by the setLabels method.", + "description": "Labels to apply to this instance. These can be later modified by\nthe setLabels method.", "type": "object" }, "lastStartTimestamp": { - "description": "[Output Only] Last start timestamp in RFC3339 text format.", + "description": "[Output Only] Last start timestamp inRFC3339 text format.", "type": "string" }, "lastStopTimestamp": { - "description": "[Output Only] Last stop timestamp in RFC3339 text format.", + "description": "[Output Only] Last stop timestamp inRFC3339 text format.", "type": "string" }, "lastSuspendedTimestamp": { - "description": "[Output Only] Last suspended timestamp in RFC3339 text format.", + "description": "[Output Only] Last suspended timestamp inRFC3339 text format.", "type": "string" }, "machineType": { - "description": "Full or partial URL of the machine type resource to use for this instance, in the format: zones/zone/machineTypes/machine-type. This is provided by the client when the instance is created. For example, the following is a valid partial url to a predefined machine type: zones/us-central1-f/machineTypes/n1-standard-1 To create a custom machine type, provide a URL to a machine type in the following format, where CPUS is 1 or an even number up to 32 (2, 4, 6, ... 24, etc), and MEMORY is the total memory for this instance. Memory must be a multiple of 256 MB and must be supplied in MB (e.g. 5 GB of memory is 5120 MB): zones/zone/machineTypes/custom-CPUS-MEMORY For example: zones/us-central1-f/machineTypes/custom-4-5120 For a full list of restrictions, read the Specifications for custom machine types.", + "description": "Full or partial URL of the machine type resource to use for this instance,\nin the format:zones/zone/machineTypes/machine-type. This is provided by the client\nwhen the instance is created. For example, the following is a valid partial\nurl to a predefined\nmachine type:\n\nzones/us-central1-f/machineTypes/n1-standard-1\n\n\nTo create acustom\nmachine type, provide a URL to a machine type in the following format,\nwhere CPUS is 1 or an even number up to 32 (2,\n4, 6, ... 24, etc), and MEMORY is the total\nmemory for this instance. Memory must be a multiple of 256 MB and must\nbe supplied in MB (e.g. 5 GB of memory is 5120 MB):\n\nzones/zone/machineTypes/custom-CPUS-MEMORY\n\n\nFor example: zones/us-central1-f/machineTypes/custom-4-5120\nFor a full list of restrictions, read theSpecifications\nfor custom machine types.", "type": "string" }, "metadata": { "$ref": "Metadata", - "description": "The metadata key/value pairs assigned to this instance. This includes metadata keys that were explicitly defined for the instance." + "description": "The metadata key/value pairs assigned\nto this instance. This includes metadata keys that were explicitly defined\nfor the instance." }, "minCpuPlatform": { - "description": "Specifies a minimum CPU platform for the VM instance. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: \"Intel Haswell\" or minCpuPlatform: \"Intel Sandy Bridge\".", + "description": "Specifies aminimum CPU\nplatform for the VM instance. Applicable values are the friendly names\nof CPU platforms, such as minCpuPlatform: \"Intel\nHaswell\" or minCpuPlatform: \"Intel Sandy\nBridge\".", "type": "string" }, "name": { @@ -53991,12 +56418,12 @@ "compute.instances.insert" ] }, - "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwithRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "networkInterfaces": { - "description": "An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.", + "description": "An array of network configurations for this instance. These specify how\ninterfaces are configured to interact with other network services, such as\nconnecting to the internet. Multiple interfaces are supported\nper instance.", "items": { "$ref": "NetworkInterface" }, @@ -54007,19 +56434,19 @@ }, "params": { "$ref": "InstanceParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "privateIpv6GoogleAccess": { - "description": "The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.", + "description": "The private IPv6 google access type for the VM.\nIf not specified, use INHERIT_FROM_SUBNETWORK as default.", "enum": [ "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE", "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE", "INHERIT_FROM_SUBNETWORK" ], "enumDescriptions": [ - "Bidirectional private IPv6 access to/from Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.", - "Outbound private IPv6 access from VMs in this subnet to Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.", - "Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork." + "Bidirectional private IPv6 access to/from Google services. If\nspecified, the subnetwork who is attached to the instance's default network\ninterface will be assigned an internal IPv6 prefix if it doesn't have\nbefore.", + "Outbound private IPv6 access from VMs in this subnet to Google services. If\nspecified, the subnetwork who is attached to the instance's default network\ninterface will be assigned an internal IPv6 prefix if it doesn't have\nbefore.", + "Each network interface inherits PrivateIpv6GoogleAccess from its\nsubnetwork." ], "type": "string" }, @@ -54036,7 +56463,7 @@ }, "resourceStatus": { "$ref": "ResourceStatus", - "description": "[Output Only] Specifies values set for instance attributes as compared to the values requested by user in the corresponding input only field." + "description": "[Output Only] Specifies values set for instance attributes as\ncompared to the values requested by user in the corresponding input only\nfield." }, "satisfiesPzi": { "description": "[Output Only] Reserved for future use.", @@ -54055,7 +56482,7 @@ "type": "string" }, "serviceAccounts": { - "description": "A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported. Service accounts generate access tokens that can be accessed through the metadata server and used to authenticate applications on the instance. See Service Accounts for more information.", + "description": "A list of service accounts, with their specified scopes, authorized for\nthis instance. Only one service account per VM instance is supported.\n\nService accounts generate access tokens that can be accessed\nthrough the metadata server and used to authenticate applications on the\ninstance. SeeService Accounts\nfor more information.", "items": { "$ref": "ServiceAccount" }, @@ -54073,14 +56500,14 @@ }, "sourceMachineImageEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Source machine image encryption key when creating an instance from a machine image." + "description": "Source machine image encryption key when creating an instance from a\nmachine image." }, "startRestricted": { - "description": "[Output Only] Whether a VM has been restricted for start because Compute Engine has detected suspicious activity.", + "description": "[Output Only] Whether a VM has been restricted for start because Compute\nEngine has detected suspicious activity.", "type": "boolean" }, "status": { - "description": "[Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.", + "description": "[Output Only] The status of the instance. One of the\nfollowing values: PROVISIONING, STAGING,RUNNING, STOPPING, SUSPENDING,SUSPENDED, REPAIRING, andTERMINATED. For more information about the status of the\ninstance, see \nInstance life cycle.", "enum": [ "DEPROVISIONING", "PENDING", @@ -54095,17 +56522,17 @@ "TERMINATED" ], "enumDescriptions": [ - "The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.", - "For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).", + "The instance is halted and we are performing tear down tasks like network\ndeprogramming, releasing quota, IP, tearing down disks etc.", + "For Flex Start provisioning instance is waiting for available capacity\nfrom Dynamic Workload Scheduler (DWS).", "Resources are being allocated for the instance.", "The instance is in repair.", "The instance is running.", - "All required resources have been allocated and the instance is being started.", + "All required resources have been allocated and the instance\nis being started.", "The instance has stopped successfully.", "The instance is currently stopping (either being deleted or killed).", "The instance has suspended.", "The instance is suspending.", - "The instance has stopped (either by explicit action or underlying failure)." + "The instance has stopped (either by explicit action or underlying\nfailure)." ], "type": "string" }, @@ -54115,10 +56542,10 @@ }, "tags": { "$ref": "Tags", - "description": "Tags to apply to this instance. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during instance creation. The tags can be later modified by the setTags method. Each tag within the list must comply with RFC1035. Multiple tags can be specified via the 'tags.items' field." + "description": "Tags to apply to this instance. Tags are used to identify valid\nsources or targets for network firewalls and are specified by the client\nduring instance creation. The tags can be later modified by the setTags\nmethod. Each tag within the list must comply withRFC1035.\nMultiple tags can be specified via the 'tags.items' field." }, "zone": { - "description": "[Output Only] URL of the zone where the instance resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the instance resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -54141,11 +56568,11 @@ }, "kind": { "default": "compute#instanceAggregatedList", - "description": "[Output Only] Type of resource. Always compute#instanceAggregatedList for aggregated lists of Instance resources.", + "description": "[Output Only] Type of resource. Alwayscompute#instanceAggregatedList for aggregated lists of\nInstance resources.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -54163,7 +56590,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -54227,44 +56654,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -54309,12 +56736,12 @@ "type": "integer" }, "localSsdGb": { - "description": "The amount of local SSD storage available to the instance, defined in GiB.", + "description": "The amount of local SSD storage available to the instance,\ndefined in GiB.", "format": "int32", "type": "integer" }, "memoryMb": { - "description": "The amount of physical memory available to the instance, defined in MiB.", + "description": "The amount of physical memory available to the instance,\ndefined in MiB.", "format": "int32", "type": "integer" }, @@ -54327,30 +56754,30 @@ "type": "object" }, "InstanceGroup": { - "description": "Represents an Instance Group resource. Instance Groups can be used to configure a target for load balancing. Instance groups can either be managed or unmanaged. To create managed instance groups, use the instanceGroupManager or regionInstanceGroupManager resource instead. Use zonal unmanaged instance groups if you need to apply load balancing to groups of heterogeneous instances or if you need to manage the instances yourself. You cannot create regional unmanaged instance groups. For more information, read Instance groups.", + "description": "Represents an Instance Group resource.\n\nInstance Groups can be used to configure a target forload\nbalancing.\n\nInstance groups can either be managed or unmanaged.\n\nTo create \nmanaged instance groups, use the instanceGroupManager orregionInstanceGroupManager resource instead.\n\nUse zonal unmanaged instance groups if you need to applyload\nbalancing to groups of heterogeneous instances or if you need to manage\nthe instances yourself. You cannot create regional unmanaged instance groups.\n\nFor more information, readInstance\ngroups.", "id": "InstanceGroup", "properties": { "creationTimestamp": { - "description": "[Output Only] The creation timestamp for this instance group in RFC3339 text format.", + "description": "[Output Only] The creation timestamp for this instance group inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "[Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.", + "description": "[Output Only] The fingerprint of the named ports. The system\nuses this fingerprint to detect conflicts when multiple users change the\nnamed ports concurrently.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] A unique identifier for this instance group, generated by the server.", + "description": "[Output Only] A unique identifier for this instance group, generated\nby the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#instanceGroup", - "description": "[Output Only] The resource type, which is always compute#instanceGroup for instance groups.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceGroup for instance groups.", "type": "string" }, "name": { @@ -54359,27 +56786,27 @@ "compute.instanceGroups.insert" ] }, - "description": "The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "The name of the instance group. The name must be 1-63 characters\nlong, and comply withRFC1035.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "namedPorts": { - "description": " Optional. Assigns a name to a port number. For example: {name: \"http\", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: \"app1\", port: 8080}, {name: \"app1\", port: 8081}, {name: \"app2\", port: 8082}] Named ports apply to all instances in this instance group. ", + "description": "Optional. Assigns a name to a port number. For example:{name: \"http\", port: 80}\n\nThis\nallows the system to reference ports by the assigned name instead of a\nport number. Named ports can also contain multiple ports. For example:[{name: \"app1\", port: 8080}, {name:\n\"app1\", port: 8081}, {name: \"app2\", port:\n8082}]\n\nNamed ports apply to all instances in this instance group.", "items": { "$ref": "NamedPort" }, "type": "array" }, "network": { - "description": "[Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).", + "description": "[Output Only] The URL of the network to which all instances in the\ninstance group belong. If your instance has multiple network interfaces,\nthen the network and subnetwork fields only refer to the\nnetwork and subnet used by your primary interface (nic0).", "type": "string" }, "region": { - "description": "[Output Only] The URL of the region where the instance group is located (for regional resources).", + "description": "[Output Only] The URL of theregion\nwhere the instance group is located (for regional resources).", "type": "string" }, "selfLink": { - "description": "[Output Only] The URL for this instance group. The server generates this URL.", + "description": "[Output Only] The URL for this instance group. The server generates\nthis URL.", "type": "string" }, "size": { @@ -54388,11 +56815,11 @@ "type": "integer" }, "subnetwork": { - "description": "[Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).", + "description": "[Output Only] The URL of the subnetwork to which all instances in the\ninstance group belong. If your instance has multiple network interfaces,\nthen the network and subnetwork fields only refer to the\nnetwork and subnet used by your primary interface (nic0).", "type": "string" }, "zone": { - "description": "[Output Only] The URL of the zone where the instance group is located (for zonal resources).", + "description": "[Output Only] The URL of thezone\nwhere the instance group is located (for zonal resources).", "type": "string" } }, @@ -54415,11 +56842,11 @@ }, "kind": { "default": "compute#instanceGroupAggregatedList", - "description": "[Output Only] The resource type, which is always compute#instanceGroupAggregatedList for aggregated lists of instance groups.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceGroupAggregatedList for aggregated lists of\ninstance groups.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -54437,7 +56864,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -54501,44 +56928,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -54577,11 +57004,11 @@ }, "kind": { "default": "compute#instanceGroupList", - "description": "[Output Only] The resource type, which is always compute#instanceGroupList for instance group lists.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceGroupList for instance group lists.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -54592,7 +57019,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -54656,44 +57083,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -54716,31 +57143,31 @@ "type": "object" }, "InstanceGroupManager": { - "description": "Represents a Managed Instance Group resource. An instance group is a collection of VM instances that you can manage as a single entity. For more information, read Instance groups. For zonal Managed Instance Group, use the instanceGroupManagers resource. For regional Managed Instance Group, use the regionInstanceGroupManagers resource.", + "description": "Represents a Managed Instance Group resource.\n\nAn instance group is a collection of VM instances that you can manage as a\nsingle entity. For more information, readInstance groups.\n\nFor zonal Managed Instance Group, use the instanceGroupManagers\nresource.\n\nFor regional Managed Instance Group, use theregionInstanceGroupManagers resource.", "id": "InstanceGroupManager", "properties": { "allInstancesConfig": { "$ref": "InstanceGroupManagerAllInstancesConfig", - "description": "Specifies configuration that overrides the instance template configuration for the group." + "description": "Specifies configuration that overrides the instance template configuration\nfor the group." }, "autoHealingPolicies": { - "description": "The autohealing policy for this managed instance group. You can specify only one value.", + "description": "The autohealing policy for this managed instance group. You can specify\nonly one value.", "items": { "$ref": "InstanceGroupManagerAutoHealingPolicy" }, "type": "array" }, "baseInstanceName": { - "description": "The base instance name is a prefix that you want to attach to the names of all VMs in a MIG. The maximum character length is 58 and the name must comply with RFC1035 format. When a VM is created in the group, the MIG appends a hyphen and a random four-character string to the base instance name. If you want the MIG to assign sequential numbers instead of a random string, then end the base instance name with a hyphen followed by one or more hash symbols. The hash symbols indicate the number of digits. For example, a base instance name of \"vm-###\" results in \"vm-001\" as a VM name. @pattern [a-z](([-a-z0-9]{0,57})|([-a-z0-9]{0,51}-#{1,10}(\\\\[[0-9]{1,10}\\\\])?))", + "description": "The base instance name is a prefix that you want to attach to the names of\nall VMs in a MIG. The maximum character length is 58 and the name must\ncomply with RFC1035 format.\n\nWhen a VM is created in the group, the MIG appends a hyphen and a random\nfour-character string to the base instance name. If you want the MIG to\nassign sequential numbers instead of a random string, then end the base\ninstance name with a hyphen followed by one or more hash symbols. The hash\nsymbols indicate the number of digits. For example, a base instance name of\n\"vm-###\" results in \"vm-001\" as a VM name.\n@pattern\n[a-z](([-a-z0-9]{0,57})|([-a-z0-9]{0,51}-#{1,10}(\\\\[[0-9]{1,10}\\\\])?))", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] The creation timestamp for this managed instance group in RFC3339 text format.", + "description": "[Output Only] The creation timestamp for this managed instance group inRFC3339\ntext format.", "type": "string" }, "currentActions": { "$ref": "InstanceGroupManagerActionsSummary", - "description": "[Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions." + "description": "[Output Only] The list of instance actions and the number of instances\nin this managed instance group that are scheduled for each of those\nactions." }, "description": { "description": "An optional description of this resource.", @@ -54748,21 +57175,21 @@ }, "distributionPolicy": { "$ref": "DistributionPolicy", - "description": "Policy specifying the intended distribution of managed instances across zones in a regional managed instance group." + "description": "Policy specifying the intended distribution of managed instances across\nzones in a regional managed instance group." }, "fingerprint": { - "description": "Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.", + "description": "Fingerprint of this resource. This field may be used in optimistic locking.\nIt will be ignored when inserting an InstanceGroupManager. An up-to-date\nfingerprint must be provided in order to update the InstanceGroupManager,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve an InstanceGroupManager.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] A unique identifier for this resource type. The server generates this identifier.", + "description": "[Output Only] A unique identifier for this resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, "instanceFlexibilityPolicy": { "$ref": "InstanceGroupManagerInstanceFlexibilityPolicy", - "description": "Instance flexibility allowing MIG to create VMs from multiple types of machines. Instance flexibility configuration on MIG overrides instance template configuration." + "description": "Instance flexibility allowing MIG to create VMs from multiple\ntypes of machines.\nInstance flexibility configuration on MIG overrides instance\ntemplate configuration." }, "instanceGroup": { "description": "[Output Only] The URL of the Instance Group resource.", @@ -54773,23 +57200,23 @@ "description": "The repair policy for this managed instance group." }, "instanceTemplate": { - "description": "The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.", + "description": "The URL of the instance template that is specified for this managed\ninstance group. The group uses this template to create all new instances\nin the managed instance group. The templates for existing instances in the\ngroup do not change unless you run recreateInstances, runapplyUpdatesToInstances, or set the group'supdatePolicy.type to PROACTIVE.", "type": "string" }, "kind": { "default": "compute#instanceGroupManager", - "description": "[Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceGroupManager for managed instance groups.", "type": "string" }, "listManagedInstancesResults": { - "description": "Pagination behavior of the listManagedInstances API method for this managed instance group.", + "description": "Pagination behavior of the listManagedInstances API method for\nthis 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." + "(Default) Pagination is disabled for the group'slistManagedInstances API method. maxResults\nand pageToken query parameters are ignored and all\ninstances are returned in a single response.", + "Pagination is enabled for the group's listManagedInstances\nAPI method. maxResults and pageToken query\nparameters are respected." ], "type": "string" }, @@ -54800,19 +57227,19 @@ "compute.regionInstanceGroupManagers.insert" ] }, - "description": "The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "The name of the managed instance group. The name must be 1-63 characters\nlong, and comply withRFC1035.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "namedPorts": { - "description": "[Output Only] Named ports configured on the Instance Groups complementary to this Instance Group Manager.", + "description": "[Output Only] Named ports configured on the Instance Groups complementary\nto this Instance Group Manager.", "items": { "$ref": "NamedPort" }, "type": "array" }, "region": { - "description": "[Output Only] The URL of the region where the managed instance group resides (for regional resources).", + "description": "[Output Only] The URL of theregion\nwhere the managed instance group resides (for regional resources).", "type": "string" }, "resourcePolicies": { @@ -54828,7 +57255,7 @@ "type": "boolean" }, "selfLink": { - "description": "[Output Only] The URL for this managed instance group. The server defines this URL.", + "description": "[Output Only] The URL for this managed instance group. The server defines\nthis URL.", "type": "string" }, "standbyPolicy": { @@ -54844,7 +57271,7 @@ "description": "[Output Only] The status of this managed instance group." }, "targetPools": { - "description": "The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.", + "description": "The URLs for all TargetPool resources to which instances in theinstanceGroup field are added. The target pools automatically\napply to all of the instances in the managed instance group.", "items": { "type": "string" }, @@ -54857,17 +57284,17 @@ "compute.regionInstanceGroupManagers.insert" ] }, - "description": "The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.", + "description": "The target number of running instances for this managed instance group.\nYou can reduce this number by using the instanceGroupManager\ndeleteInstances or abandonInstances methods. Resizing the group also\nchanges this number.", "format": "int32", "type": "integer" }, "targetStoppedSize": { - "description": "The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method. ", + "description": "The target number of stopped instances for this managed instance group.\nThis number changes when you: \n \n - Stop instance using the stopInstances\n method or start instances using the startInstances\n method.\n - Manually change the targetStoppedSize using the update\n method.", "format": "int32", "type": "integer" }, "targetSuspendedSize": { - "description": "The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method. ", + "description": "The target number of suspended instances for this managed instance group.\nThis number changes when you: \n \n - Suspend instance using the suspendInstances\n method or resume instances using the resumeInstances\n method.\n - Manually change the targetSuspendedSize using the update\n method.", "format": "int32", "type": "integer" }, @@ -54876,14 +57303,14 @@ "description": "The update policy for this managed instance group." }, "versions": { - "description": "Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.", + "description": "Specifies the instance templates used by this managed instance group to\ncreate instances.\n\nEach version is defined by an instanceTemplate and aname. Every version can appear at most once per instance\ngroup. This field overrides the top-level instanceTemplate\nfield. Read more about therelationships\nbetween these fields. Exactly one version must leave thetargetSize field unset. That version will be applied to all\nremaining instances. For more information, read aboutcanary\nupdates.", "items": { "$ref": "InstanceGroupManagerVersion" }, "type": "array" }, "zone": { - "description": "[Output Only] The URL of a zone where the managed instance group is located (for zonal resources).", + "description": "[Output Only] The URL of azone\nwhere the managed instance group is located (for zonal resources).", "type": "string" } }, @@ -54893,67 +57320,67 @@ "id": "InstanceGroupManagerActionsSummary", "properties": { "abandoning": { - "description": "[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.", + "description": "[Output Only] The total number of instances in the managed instance group\nthat are scheduled to be abandoned. Abandoning an instance removes it\nfrom the managed instance group without deleting it.", "format": "int32", "type": "integer" }, "creating": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be created or are currently being created. If the group\nfails to create any of these instances, it tries again until it creates\nthe instance successfully.\n\nIf you have disabled creation retries, this field will not be populated;\ninstead, the creatingWithoutRetries field will be populated.", "format": "int32", "type": "integer" }, "creatingWithoutRetries": { - "description": "[Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.", + "description": "[Output Only] The number of instances that the managed instance group\nwill attempt to create. The group attempts to create each instance\nonly once. If the group fails to create any of these instances, it\ndecreases the group's targetSize value accordingly.", "format": "int32", "type": "integer" }, "deleting": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be deleted or are currently being deleted.", "format": "int32", "type": "integer" }, "none": { - "description": "[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.", + "description": "[Output Only] The number of instances in the managed instance group that\nare running and have no scheduled actions.", "format": "int32", "type": "integer" }, "recreating": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be recreated or are currently being being recreated.\nRecreating an instance deletes the existing root persistent disk\nand creates a new disk from the image that is defined in the\ninstance template.", "format": "int32", "type": "integer" }, "refreshing": { - "description": "[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.", + "description": "[Output Only] The number of instances in the managed instance group that\nare being reconfigured with properties that do not require a restart\nor a recreate action. For example, setting or removing target\npools for the instance.", "format": "int32", "type": "integer" }, "restarting": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be restarted or are currently being restarted.", "format": "int32", "type": "integer" }, "resuming": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be resumed or are currently being resumed.", "format": "int32", "type": "integer" }, "starting": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be started or are currently being started.", "format": "int32", "type": "integer" }, "stopping": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be stopped or are currently being stopped.", "format": "int32", "type": "integer" }, "suspending": { - "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.", + "description": "[Output Only] The number of instances in the managed instance group that\nare scheduled to be suspended or are currently being suspended.", "format": "int32", "type": "integer" }, "verifying": { - "description": "[Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.", + "description": "[Output Only] The number of instances in the managed instance group that\nare being verified. See the managedInstances[].currentAction\nproperty in the listManagedInstances method documentation.", "format": "int32", "type": "integer" } @@ -54970,18 +57397,18 @@ "items": { "additionalProperties": { "$ref": "InstanceGroupManagersScopedList", - "description": "[Output Only] The name of the scope that contains this set of managed instance groups." + "description": "[Output Only] The name of the scope that contains this set of managed\ninstance groups." }, "description": "A list of InstanceGroupManagersScopedList resources.", "type": "object" }, "kind": { "default": "compute#instanceGroupManagerAggregatedList", - "description": "[Output Only] The resource type, which is always compute#instanceGroupManagerAggregatedList for an aggregated list of managed instance groups.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceGroupManagerAggregatedList for an aggregated\nlist of managed instance groups.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -54999,7 +57426,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -55063,44 +57490,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -55127,7 +57554,7 @@ "properties": { "properties": { "$ref": "InstancePropertiesPatch", - "description": "Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the group, you must update the group's instances to apply the configuration. To apply the configuration, set the group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method." + "description": "Properties to set on all instances in the group.\n\nYou can add or modify properties using theinstanceGroupManagers.patch orregionInstanceGroupManagers.patch. After settingallInstancesConfig on the group, you must update the group's\ninstances to apply the configuration. To apply the configuration, set the\ngroup's updatePolicy.type field to use proactive updates or\nuse the applyUpdatesToInstances method." } }, "type": "object" @@ -55140,7 +57567,7 @@ "type": "string" }, "initialDelaySec": { - "description": "The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.", + "description": "The initial delay is the number of seconds that a new VM takes to\ninitialize and run its startup script. During a VM's initial delay\nperiod, the MIG ignores unsuccessful health checks because the VM might\nbe in the startup process. This prevents the MIG from prematurely\nrecreating a VM. If the health check receives a healthy response during\nthe initial delay, it indicates that the startup process is complete and\nthe VM is ready. The value of initial delay must be between 0 and 3600\nseconds. The default value is 0.", "format": "int32", "type": "integer" } @@ -55154,7 +57581,7 @@ "additionalProperties": { "$ref": "InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection" }, - "description": "Named instance selections configuring properties that the group will use when creating new VMs.", + "description": "Named instance selections configuring properties that the group will use\nwhen creating new VMs.", "type": "object" } }, @@ -55171,7 +57598,7 @@ "type": "array" }, "rank": { - "description": "Preference of this instance selection. Lower number means higher preference. MIG will first try to create a VM based on the machine-type with lowest rank and fallback to next rank based on availability. Machine types and instance selections with the same rank have the same preference.", + "description": "Preference of this instance selection. Lower number means higher\npreference. MIG will first try to create a VM based on the machine-type\nwith lowest rank and fallback to next rank based on availability.\nMachine types and instance selections with the same rank have the same\npreference.", "format": "int32", "type": "integer" } @@ -55182,19 +57609,19 @@ "id": "InstanceGroupManagerInstanceLifecyclePolicy", "properties": { "defaultActionOnFailure": { - "description": "The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM. ", + "description": "The action that a MIG performs on a failed or an unhealthy VM.\nA VM is marked as unhealthy when the application running on that\nVM fails a health check.\nValid values are \n \n - REPAIR (default): MIG automatically repairs a failed or\n an unhealthy VM by recreating it. For more information, see About\n repairing VMs in a MIG.\n - DO_NOTHING: MIG does not repair a failed or an unhealthy\n VM.", "enum": [ "DO_NOTHING", "REPAIR" ], "enumDescriptions": [ "MIG does not repair a failed or an unhealthy VM.", - "(Default) MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG." + "(Default) MIG automatically repairs a failed or an unhealthy\nVM by recreating it. For more information, see About\nrepairing VMs in a MIG." ], "type": "string" }, "forceUpdateOnRepair": { - "description": "A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair. ", + "description": "A bit indicating whether to forcefully apply the group's latest\nconfiguration when repairing a VM. Valid options are:\n\n \n \n - NO (default): If configuration updates are available, they are not\n forcefully applied during repair. Instead, configuration updates are\n applied according to the group's update policy.\n \n - YES: If configuration updates are available, they are applied\n during repair.", "enum": [ "NO", "YES" @@ -55225,11 +57652,11 @@ }, "kind": { "default": "compute#instanceGroupManagerList", - "description": "[Output Only] The resource type, which is always compute#instanceGroupManagerList for a list of managed instance groups.", + "description": "[Output Only] The resource type, which is always\ncompute#instanceGroupManagerList for a list of managed instance groups.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -55240,7 +57667,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -55304,44 +57731,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -55364,11 +57791,11 @@ "type": "object" }, "InstanceGroupManagerResizeRequest": { - "description": "InstanceGroupManagerResizeRequest represents a request to create a number of VMs: either immediately or by queuing the request for the specified time. This resize request is nested under InstanceGroupManager and the VMs created by this request are added to the owning InstanceGroupManager.", + "description": "InstanceGroupManagerResizeRequest represents a request to create\na number of VMs: either immediately or by queuing the request for the\nspecified time. This resize request is nested under InstanceGroupManager\nand the VMs created by this request are added to the owning\nInstanceGroupManager.", "id": "InstanceGroupManagerResizeRequest", "properties": { "creationTimestamp": { - "description": "[Output Only] The creation timestamp for this resize request in RFC3339 text format.", + "description": "[Output Only] The creation timestamp for this resize request inRFC3339\ntext format.", "type": "string" }, "description": { @@ -55376,13 +57803,13 @@ "type": "string" }, "id": { - "description": "[Output Only] A unique identifier for this resource type. The server generates this identifier.", + "description": "[Output Only] A unique identifier for this resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#instanceGroupManagerResizeRequest", - "description": "[Output Only] The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceGroupManagerResizeRequest for\nresize requests.", "type": "string" }, "name": { @@ -55391,21 +57818,21 @@ "compute.instanceGroupManagerResizeRequests.insert" ] }, - "description": "The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "The name of this resize request. The name must be 1-63 characters\nlong, and comply withRFC1035.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "requestedRunDuration": { "$ref": "Duration", - "description": "Requested run duration for instances that will be created by this request. At the end of the run duration instance will be deleted." + "description": "Requested run duration for instances that will be created by this request.\nAt the end of the run duration instance will be deleted." }, "resizeBy": { - "description": "The number of instances to be created by this resize request. The group's target size will be increased by this number. This field cannot be used together with 'instances'.", + "description": "The number of instances to be created by this resize request. The group's\ntarget size will be increased by this number. This field cannot be used\ntogether with 'instances'.", "format": "int32", "type": "integer" }, "selfLink": { - "description": "[Output Only] The URL for this resize request. The server defines this URL.", + "description": "[Output Only] The URL for this resize request. The server defines\nthis URL.", "type": "string" }, "selfLinkWithId": { @@ -55423,10 +57850,10 @@ "SUCCEEDED" ], "enumDescriptions": [ - "The request was created successfully and was accepted for provisioning when the capacity becomes available.", + "The request was created successfully and was accepted for provisioning\nwhen the capacity becomes available.", "The request is cancelled.", "Resize request is being created and may still fail creation.", - "The request failed before or during provisioning. If the request fails during provisioning, any VMs that were created during provisioning are rolled back and removed from the MIG.", + "The request failed before or during provisioning. If the request fails\nduring provisioning, any VMs that were created during provisioning are\nrolled back and removed from the MIG.", "Default value. This value should never be returned.", "The request succeeded." ], @@ -55437,7 +57864,7 @@ "description": "[Output only] Status of the request." }, "zone": { - "description": "[Output Only] The URL of a zone where the resize request is located. Populated only for zonal resize requests.", + "description": "[Output Only] The URL of azone\nwhere the resize request is located. Populated only for zonal resize\nrequests.", "type": "string" } }, @@ -55447,10 +57874,10 @@ "id": "InstanceGroupManagerResizeRequestStatus", "properties": { "error": { - "description": "[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the last_attempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.", + "description": "[Output only] Fatal errors encountered during the queueing or\nprovisioning phases of the ResizeRequest that caused the transition to\nthe FAILED state. Contrary to the last_attempt errors, this field is\nfinal and errors are never removed from here, as the ResizeRequest is not\ngoing to retry.", "properties": { "errors": { - "description": "[Output Only] The array of errors encountered while processing this operation.", + "description": "[Output Only] The array of errors encountered while processing this\noperation.", "items": { "properties": { "code": { @@ -55458,7 +57885,7 @@ "type": "string" }, "errorDetails": { - "description": "[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.", + "description": "[Output Only] An optional list of messages that contain the error\ndetails. There is a set of defined message types to use for providing\ndetails.The syntax depends on the error code. For example,\nQuotaExceededInfo will have details when the error code is\nQUOTA_EXCEEDED.", "items": { "properties": { "errorInfo": { @@ -55479,7 +57906,7 @@ "type": "array" }, "location": { - "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.", + "description": "[Output Only] Indicates the field in the request that caused the error.\nThis property is optional.", "type": "string" }, "message": { @@ -55496,7 +57923,7 @@ }, "lastAttempt": { "$ref": "InstanceGroupManagerResizeRequestStatusLastAttempt", - "description": "[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the \"error\" field only." + "description": "[Output only] Information about the last attempt to fulfill the request.\nThe value is temporary since the ResizeRequest can retry, as long as it's\nstill active and the last attempt value can either be cleared or replaced\nwith a different error. Since ResizeRequest retries infrequently, the\nvalue may be stale and no longer show an active problem. The value is\ncleared when ResizeRequest transitions to the final state (becomes\ninactive). If the final state is FAILED the error describing it will be\nstorred in the \"error\" field only." } }, "type": "object" @@ -55508,7 +57935,7 @@ "description": "Errors that prevented the ResizeRequest to be fulfilled.", "properties": { "errors": { - "description": "[Output Only] The array of errors encountered while processing this operation.", + "description": "[Output Only] The array of errors encountered while processing this\noperation.", "items": { "properties": { "code": { @@ -55516,7 +57943,7 @@ "type": "string" }, "errorDetails": { - "description": "[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.", + "description": "[Output Only] An optional list of messages that contain the error\ndetails. There is a set of defined message types to use for providing\ndetails.The syntax depends on the error code. For example,\nQuotaExceededInfo will have details when the error code is\nQUOTA_EXCEEDED.", "items": { "properties": { "errorInfo": { @@ -55537,7 +57964,7 @@ "type": "array" }, "location": { - "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.", + "description": "[Output Only] Indicates the field in the request that caused the error.\nThis property is optional.", "type": "string" }, "message": { @@ -55572,11 +57999,11 @@ }, "kind": { "default": "compute#instanceGroupManagerResizeRequestList", - "description": "[Output Only] Type of the resource. Always compute#instanceGroupManagerResizeRequestList for a list of resize requests.", + "description": "[Output Only] Type of the resource. Alwayscompute#instanceGroupManagerResizeRequestList for\na list of resize requests.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -55587,7 +58014,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -55651,44 +58078,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -55714,7 +58141,7 @@ "id": "InstanceGroupManagerResourcePolicies", "properties": { "workloadPolicy": { - "description": "The URL of the workload policy that is specified for this managed instance group. It can be a full or partial URL. For example, the following are all valid URLs to a workload policy: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy ", + "description": "The URL of the workload policy that is specified for this managed\ninstance group.\nIt can be a full or partial URL. For example, the following are\nall valid URLs to a workload policy: \n \n \n - https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy\n - projects/project/regions/region/resourcePolicies/resourcePolicy\n - regions/region/resourcePolicies/resourcePolicy", "type": "string" } }, @@ -55724,19 +58151,19 @@ "id": "InstanceGroupManagerStandbyPolicy", "properties": { "initialDelaySec": { - "description": "Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.", + "description": "Specifies the number of seconds that the MIG should wait to suspend or\nstop a VM after that VM was created. The initial delay gives the\ninitialization script the time to prepare your VM for a quick scale out.\nThe value of initial delay must be between 0 and 3600 seconds. The\ndefault value is 0.", "format": "int32", "type": "integer" }, "mode": { - "description": "Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.", + "description": "Defines how a MIG resumes or starts VMs from a standby pool when the\ngroup scales out. The default mode is `MANUAL`.", "enum": [ "MANUAL", "SCALE_OUT_POOL" ], "enumDescriptions": [ - "MIG does not automatically resume or start VMs in the standby pool when the group scales out.", - "MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards." + "MIG does not automatically resume or start VMs in the standby pool when\nthe group scales out.", + "MIG automatically resumes or starts VMs in the standby pool when the\ngroup scales out, and replenishes the standby pool afterwards." ], "type": "string" } @@ -55751,11 +58178,11 @@ "description": "[Output only] Status of all-instances configuration on the group." }, "autoscaler": { - "description": "[Output Only] The URL of the Autoscaler that targets this instance group manager.", + "description": "[Output Only] The URL of theAutoscaler\nthat targets this instance group manager.", "type": "string" }, "isStable": { - "description": "[Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.", + "description": "[Output Only] A bit indicating whether the managed instance group is in a\nstable state. A stable state means that: none of the instances in the\nmanaged instance group is currently undergoing any type of change (for\nexample, creation, restart, or deletion); no future changes are scheduled\nfor instances in the managed instance group; and the managed instance\ngroup itself is not being modified.", "type": "boolean" }, "stateful": { @@ -55764,7 +58191,7 @@ }, "versionTarget": { "$ref": "InstanceGroupManagerStatusVersionTarget", - "description": "[Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager." + "description": "[Output Only] A status of consistency of Instances' versions with their\ntarget version specified by version field on Instance Group\nManager." } }, "type": "object" @@ -55773,11 +58200,11 @@ "id": "InstanceGroupManagerStatusAllInstancesConfig", "properties": { "currentRevision": { - "description": "[Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.", + "description": "[Output Only] Current all-instances configuration revision.\nThis value is in RFC3339 text format.", "type": "string" }, "effective": { - "description": "[Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.", + "description": "[Output Only] A bit indicating whether this configuration has\nbeen applied to all managed instances in the group.", "type": "boolean" } }, @@ -55787,7 +58214,7 @@ "id": "InstanceGroupManagerStatusStateful", "properties": { "hasStatefulConfig": { - "description": "[Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.", + "description": "[Output Only] A bit indicating whether the managed instance group\nhas stateful configuration, that is, if you have configured any items\nin a stateful policy or in per-instance configs.\nThe group might report that it has no stateful configuration even when\nthere is still some preserved state on a managed instance, for example,\nif you have deleted all PICs but not yet applied those deletions.", "type": "boolean" }, "perInstanceConfigs": { @@ -55801,7 +58228,7 @@ "id": "InstanceGroupManagerStatusStatefulPerInstanceConfigs", "properties": { "allEffective": { - "description": "A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.", + "description": "A bit indicating if all of the group's per-instance configurations\n(listed in the output of a listPerInstanceConfigs API call) have\nstatus EFFECTIVE or there are no per-instance-configs.", "type": "boolean" } }, @@ -55811,7 +58238,7 @@ "id": "InstanceGroupManagerStatusVersionTarget", "properties": { "isReached": { - "description": "[Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.", + "description": "[Output Only] A bit indicating whether version target has been reached\nin this managed instance group, i.e. all instances are in their target\nversion. Instances' target version are specified byversion field on Instance Group Manager.", "type": "boolean" } }, @@ -55821,27 +58248,27 @@ "id": "InstanceGroupManagerUpdatePolicy", "properties": { "instanceRedistributionType": { - "description": "The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled. ", + "description": "The \ninstance redistribution policy for regional managed instance groups.\nValid values are: \n \n - PROACTIVE (default): The group attempts to maintain an\n even distribution of VM instances across zones in the region.\n - NONE: For non-autoscaled groups, proactive\n redistribution is disabled.", "enum": [ "NONE", "PROACTIVE" ], "enumDescriptions": [ - "No action is being proactively performed in order to bring this IGM to its target instance distribution.", + "No action is being proactively performed in order to bring this IGM\nto its target instance distribution.", "This IGM will actively converge to its target instance distribution." ], "type": "string" }, "maxSurge": { "$ref": "FixedOrPercent", - "description": "The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge." + "description": "The maximum number of instances that can be created above the specifiedtargetSize during the update process. This value can be\neither a fixed number or, if the group has 10 or more instances, a\npercentage. If you set a percentage, the number of instances is rounded\nif necessary. The default value for maxSurge is a fixed\nvalue equal to the number of zones in which the managed instance group\noperates.\n\nAt least one of either maxSurge ormaxUnavailable must be greater than 0. Learn more about maxSurge." }, "maxUnavailable": { "$ref": "FixedOrPercent", - "description": "The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable." + "description": "The maximum number of instances that can be unavailable during the update\nprocess. An instance is considered available if all of the following\nconditions are satisfied:\n\n \n \n - The instance's status is\n RUNNING. \n - If there is a health\n check on the instance group, the instance's health check status\n must be HEALTHY at least once. If there is no health check\n on the group, then the instance only needs to have a status of\n RUNNING to be considered available.\n\n\nThis value can be either a fixed number or, if the group has 10 or more\ninstances, a percentage. If you set a percentage, the number of instances\nis rounded if necessary. The default value formaxUnavailable is a fixed value equal to the number of zones\nin which the managed instance group operates.\n\nAt least one of either maxSurge ormaxUnavailable must be greater than 0. Learn more about maxUnavailable." }, "minimalAction": { - "description": "Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes. ", + "description": "Minimal action to be taken on an instance. Use this option to minimize\ndisruption as much as possible or to apply a more disruptive action than\nis necessary.\n \n - To limit disruption as much as possible, set the minimal action toREFRESH. If your update requires a more disruptive action,\n Compute Engine performs the necessary action to execute the update.\n - To apply a more disruptive action than is strictly necessary, set the\n minimal action to RESTART or REPLACE. For\n example, Compute Engine does not need to restart a VM to change its\n metadata. But if your application reads instance metadata only when a VM\n is restarted, you can set the minimal action to RESTART in\n order to pick up metadata changes.", "enum": [ "NONE", "REFRESH", @@ -55851,13 +58278,13 @@ "enumDescriptions": [ "Do not perform any action.", "Do not stop the instance.", - "(Default.) Replace the instance according to the replacement method option.", + "(Default.) Replace the instance according to the replacement method\noption.", "Stop the instance and start it again." ], "type": "string" }, "mostDisruptiveAllowedAction": { - "description": "Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.", + "description": "Most disruptive action that is allowed to be taken on an instance.\nYou can specify either NONE to forbid any actions,REFRESH to avoid restarting the VM and to limit disruption\nas much as possible. RESTART to allow actions that can be\napplied without instance replacing or REPLACE to allow all\npossible actions. If the Updater determines that the minimal update\naction needed is more disruptive than most disruptive allowed action you\nspecify it will not perform the update at all.", "enum": [ "NONE", "REFRESH", @@ -55867,13 +58294,13 @@ "enumDescriptions": [ "Do not perform any action.", "Do not stop the instance.", - "(Default.) Replace the instance according to the replacement method option.", + "(Default.) Replace the instance according to the replacement method\noption.", "Stop the instance and start it again." ], "type": "string" }, "replacementMethod": { - "description": "What action should be used to replace instances. See minimal_action.REPLACE", + "description": "What action should be used to replace instances.\nSee minimal_action.REPLACE", "enum": [ "RECREATE", "SUBSTITUTE" @@ -55885,14 +58312,14 @@ "type": "string" }, "type": { - "description": "The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.", + "description": "The type\nof update process. You can specify either PROACTIVE so\nthat the MIG automatically updates VMs to the latest configurations orOPPORTUNISTIC so that you can select the VMs that you want\nto update.", "enum": [ "OPPORTUNISTIC", "PROACTIVE" ], "enumDescriptions": [ - "MIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.", - "MIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group." + "MIG will apply new configurations\nto existing VMs only when you selectively target specific or all VMs to\nbe updated.", + "MIG will automatically apply new configurations\nto all or a subset of existing VMs and also to new VMs that are added\nto the group." ], "type": "string" } @@ -55903,16 +58330,16 @@ "id": "InstanceGroupManagerVersion", "properties": { "instanceTemplate": { - "description": "The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the `targetSize` for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the `targetSize` for this version is reached.", + "description": "The URL of the instance template that is specified for this managed\ninstance group. The group uses this template to create new instances in\nthe managed instance group until the `targetSize` for this version is\nreached. The templates for existing instances in the group do not change\nunless you run recreateInstances, runapplyUpdatesToInstances, or set the group'supdatePolicy.type to PROACTIVE; in those cases,\nexisting instances are updated until the `targetSize` for this version is\nreached.", "type": "string" }, "name": { - "description": "Name of the version. Unique among all versions in the scope of this managed instance group.", + "description": "Name of the version. Unique among all versions in the scope of this\nmanaged instance group.", "type": "string" }, "targetSize": { "$ref": "FixedOrPercent", - "description": "Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information." + "description": "Specifies the intended number of instances to be created from theinstanceTemplate. The final number of instances created\nfrom the template will be equal to:\n \n \n - If expressed as a fixed number, the minimum of either\n targetSize.fixed or\n instanceGroupManager.targetSize is used.\n - if expressed as a percent, the targetSize\n would be (targetSize.percent/100 *\n InstanceGroupManager.targetSize) If there is a remainder, the\n number is rounded.\n \n If unset, this version will update any remaining instances not\nupdated by another version. ReadStarting\na canary update for more information." } }, "type": "object" @@ -55921,7 +58348,7 @@ "id": "InstanceGroupManagersAbandonInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to abandon. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -55935,18 +58362,18 @@ "id": "InstanceGroupManagersApplyUpdatesRequest", "properties": { "allInstances": { - "description": "Flag to update all instances instead of specified list of \u201cinstances\u201d. If the flag is set to true then the instances may not be specified in the request.", + "description": "Flag to update all instances instead of specified list of \u201cinstances\u201d.\nIf the flag is set to true then the instances may not be specified\nin the request.", "type": "boolean" }, "instances": { - "description": "The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The list of URLs of one or more instances for which you want to apply\nupdates. Each URL can be a full URL or a partial URL, such aszones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, "type": "array" }, "minimalAction": { - "description": "The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.", + "description": "The minimal action that you want to perform on each instance during the\nupdate:\n \n \n - REPLACE: At minimum, delete the instance and create it\n again. \n - RESTART: Stop the instance and start it\n again. \n - REFRESH: Do not stop the instance and limit\n disruption as much as possible. \n - NONE: Do not\n disrupt the instance at all.\n\n\nBy default, the minimum action is NONE. If your update\nrequires a more disruptive action than you set with this flag, the\nnecessary action is performed to execute the update.", "enum": [ "NONE", "REFRESH", @@ -55956,13 +58383,13 @@ "enumDescriptions": [ "Do not perform any action.", "Do not stop the instance.", - "(Default.) Replace the instance according to the replacement method option.", + "(Default.) Replace the instance according to the replacement method\noption.", "Stop the instance and start it again." ], "type": "string" }, "mostDisruptiveAllowedAction": { - "description": "The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.", + "description": "The most disruptive action that you want to perform on each instance during\nthe update:\n \n \n - REPLACE: Delete the instance and create it again.\n - RESTART: Stop the instance and start it again.\n - REFRESH: Do not stop the instance and limit disruption\n as much as possible. \n - NONE: Do not disrupt the\n instance at all.\n\n\nBy default, the most disruptive allowed action is REPLACE. If\nyour update requires a more disruptive action than you set with this flag,\nthe update request will fail.", "enum": [ "NONE", "REFRESH", @@ -55972,7 +58399,7 @@ "enumDescriptions": [ "Do not perform any action.", "Do not stop the instance.", - "(Default.) Replace the instance according to the replacement method option.", + "(Default.) Replace the instance according to the replacement method\noption.", "Stop the instance and start it again." ], "type": "string" @@ -55998,14 +58425,14 @@ "id": "InstanceGroupManagersDeleteInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Queued instances do not have URL and can be deleted only by name. One cannot specify both URLs and names in a single request.", + "description": "The URLs of one or more instances to delete. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].\nQueued instances do not have URL and can be deleted only by name.\nOne cannot specify both URLs and names in a single request.", "items": { "type": "string" }, "type": "array" }, "skipInstancesOnValidationError": { - "description": "Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.", + "description": "Specifies whether the request should proceed despite the inclusion of\ninstances that are not members of the group or that are already in the\nprocess of being deleted or abandoned. If this field is set to `false` and\nsuch an instance is specified in the request, the operation fails. The\noperation always fails if the request contains a malformed instance URL or\na reference to an instance that exists in a zone or region other than the\ngroup's zone or region.", "type": "boolean" } }, @@ -56016,7 +58443,7 @@ "id": "InstanceGroupManagersDeletePerInstanceConfigsReq", "properties": { "names": { - "description": "The list of instance names for which we want to delete per-instance configs on this managed instance group.", + "description": "The list of instance names for which we want to delete per-instance configs\non this managed instance group.", "items": { "type": "string" }, @@ -56036,7 +58463,7 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" } }, @@ -56053,7 +58480,7 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" } }, @@ -56070,14 +58497,14 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "warning": { "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -56141,44 +58568,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -56205,7 +58632,7 @@ "id": "InstanceGroupManagersPatchPerInstanceConfigsReq", "properties": { "perInstanceConfigs": { - "description": "The list of per-instance configurations to insert or patch on this managed instance group.", + "description": "The list of per-instance configurations to insert or patch on this managed\ninstance group.", "items": { "$ref": "PerInstanceConfig" }, @@ -56218,7 +58645,7 @@ "id": "InstanceGroupManagersRecreateInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to recreate. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -56231,7 +58658,7 @@ "id": "InstanceGroupManagersResumeInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to resume. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to resume. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -56244,17 +58671,17 @@ "id": "InstanceGroupManagersScopedList", "properties": { "instanceGroupManagers": { - "description": "[Output Only] The list of managed instance groups that are contained in the specified project and zone.", + "description": "[Output Only] The list of managed instance groups that are contained in\nthe specified project and zone.", "items": { "$ref": "InstanceGroupManager" }, "type": "array" }, "warning": { - "description": "[Output Only] The warning that replaces the list of managed instance groups when the list is empty.", + "description": "[Output Only] The warning that replaces the list of managed instance\ngroups when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -56318,44 +58745,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -56381,7 +58808,7 @@ "id": "InstanceGroupManagersSetInstanceTemplateRequest", "properties": { "instanceTemplate": { - "description": "The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.", + "description": "The URL of the instance template that is specified for this managed\ninstance group. The group uses this template to create all new instances\nin the managed instance group. The templates for existing instances in the\ngroup do not change unless you run recreateInstances, runapplyUpdatesToInstances, or set the group'supdatePolicy.type to PROACTIVE.", "type": "string" } }, @@ -56391,12 +58818,12 @@ "id": "InstanceGroupManagersSetTargetPoolsRequest", "properties": { "fingerprint": { - "description": "The fingerprint of the target pools information. Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.", + "description": "The fingerprint of the target pools information. Use this optional\nproperty to prevent conflicts when multiple users change the target pools\nsettings concurrently. Obtain the fingerprint with theinstanceGroupManagers.get\nmethod. Then, include the fingerprint in your request to ensure that you\ndo not overwrite changes that were applied from another\nconcurrent request.", "format": "byte", "type": "string" }, "targetPools": { - "description": "The list of target pool URLs that instances in this managed instance group belong to. The managed instance group applies these target pools to all of the instances in the group. Existing instances and new instances in the group all receive these target pool settings.", + "description": "The list of target pool URLs that instances in this managed instance group\nbelong to. The managed instance group applies these target pools to all\nof the instances in the group. Existing instances and new instances in the\ngroup all receive these target pool settings.", "items": { "type": "string" }, @@ -56409,7 +58836,7 @@ "id": "InstanceGroupManagersStartInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to start. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to start. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -56422,11 +58849,11 @@ "id": "InstanceGroupManagersStopInstancesRequest", "properties": { "forceStop": { - "description": "If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.", + "description": "If this flag is set to true, the Instance Group Manager will proceed to\nstop the instances, skipping initialization on them.", "type": "boolean" }, "instances": { - "description": "The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to stop. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -56439,11 +58866,11 @@ "id": "InstanceGroupManagersSuspendInstancesRequest", "properties": { "forceSuspend": { - "description": "If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.", + "description": "If this flag is set to true, the Instance Group Manager will proceed to\nsuspend the instances, skipping initialization on them.", "type": "boolean" }, "instances": { - "description": "The URLs of one or more instances to suspend. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to suspend. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -56457,7 +58884,7 @@ "id": "InstanceGroupManagersUpdatePerInstanceConfigsReq", "properties": { "perInstanceConfigs": { - "description": "The list of per-instance configurations to insert or patch on this managed instance group.", + "description": "The list of per-instance configurations to insert or patch on this managed\ninstance group.", "items": { "$ref": "PerInstanceConfig" }, @@ -56495,11 +58922,11 @@ }, "kind": { "default": "compute#instanceGroupsListInstances", - "description": "[Output Only] The resource type, which is always compute#instanceGroupsListInstances for the list of instances in the specified instance group.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceGroupsListInstances for the list of instances\nin the specified instance group.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -56510,7 +58937,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -56574,44 +59001,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -56637,14 +59064,14 @@ "id": "InstanceGroupsListInstancesRequest", "properties": { "instanceState": { - "description": "A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state.", + "description": "A filter for the state of the instances in the instance group. Valid\noptions are ALL or RUNNING. If you do not specify\nthis parameter the list includes all instances regardless of their state.", "enum": [ "ALL", "RUNNING" ], "enumDescriptions": [ "Includes all instances in the generated list regardless of their state.", - "Includes instances in the generated list only if they have a RUNNING state." + "Includes instances in the generated list only if they have a RUNNING\nstate." ], "type": "string" } @@ -56668,17 +59095,17 @@ "id": "InstanceGroupsScopedList", "properties": { "instanceGroups": { - "description": "[Output Only] The list of instance groups that are contained in this scope.", + "description": "[Output Only] The list ofinstance\ngroups that are contained in this scope.", "items": { "$ref": "InstanceGroup" }, "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that replaces the list of instance groups when the list is empty.", + "description": "[Output Only] An informational warning that replaces the list of\ninstance groups when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -56742,44 +59169,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -56805,7 +59232,7 @@ "id": "InstanceGroupsSetNamedPortsRequest", "properties": { "fingerprint": { - "description": "The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.", + "description": "The fingerprint of the named ports information for this instance group.\nUse this optional property to prevent conflicts when multiple users change\nthe named ports settings concurrently. Obtain the fingerprint with theinstanceGroups.get\nmethod. Then, include the fingerprint in your request to ensure that you\ndo not overwrite changes that were applied from another concurrent request.\nA request with an incorrect fingerprint will fail with error412 conditionNotMet.", "format": "byte", "type": "string" }, @@ -56836,11 +59263,11 @@ }, "kind": { "default": "compute#instanceList", - "description": "[Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.", + "description": "[Output Only] Type of resource. Always compute#instanceList\nfor lists of Instance resources.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -56851,7 +59278,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -56915,44 +59342,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -56991,11 +59418,11 @@ }, "kind": { "default": "compute#instanceListReferrers", - "description": "[Output Only] Type of resource. Always compute#instanceListReferrers for lists of Instance referrers.", + "description": "[Output Only] Type of resource. Alwayscompute#instanceListReferrers for lists of Instance referrers.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -57006,7 +59433,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -57070,44 +59497,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -57138,10 +59565,10 @@ }, "instanceActionDetails": { "$ref": "InstanceManagedByIgmErrorInstanceActionDetails", - "description": "[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional." + "description": "[Output Only] Details of the instance action that triggered this error.\nMay be null, if the error was not caused by an action on an instance.\nThis field is optional." }, "timestamp": { - "description": "[Output Only] The time that this error occurred. This value is in RFC3339 text format.", + "description": "[Output Only] The time that this error occurred.\nThis value is in RFC3339 text format.", "type": "string" } }, @@ -57151,7 +59578,7 @@ "id": "InstanceManagedByIgmErrorInstanceActionDetails", "properties": { "action": { - "description": "[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:", + "description": "[Output Only] Action that managed instance group was executing on\nthe instance when the error occurred. Possible values:", "enum": [ "ABANDONING", "CREATING", @@ -57168,29 +59595,29 @@ "VERIFYING" ], "enumDescriptions": [ - "The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.", - "The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.", - "The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased.", + "The managed instance group is abandoning this instance. The instance\nwill be removed from the instance group and from any target pools that\nare associated with this group.", + "The managed instance group is creating this instance. If the group\nfails to create this instance, it will try again until it is\nsuccessful.", + "The managed instance group is attempting to create this instance\nonly once. If the group fails to create this instance, it does\nnot try again and the group's targetSize value is\ndecreased.", "The managed instance group is permanently deleting this instance.", - "The managed instance group has not scheduled any actions for this instance.", + "The managed instance group has not scheduled any actions for this\ninstance.", "The managed instance group is recreating this instance.", - "The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.", + "The managed instance group is applying configuration changes to the\ninstance without stopping it. For example, the group can update the\ntarget pool list for an instance without stopping that instance.", "The managed instance group is restarting this instance.", "The managed instance group is resuming this instance.", "The managed instance group is starting this instance.", "The managed instance group is stopping this instance.", "The managed instance group is suspending this instance.", - "The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of: 1. Waiting until health check specified as part of this managed instance group's autohealing policy reports HEALTHY. Note: Applies only if autohealing policy has a health check specified 2. Waiting for addition verification steps performed as post-instance creation (subject to future extensions)." + "The managed instance group is verifying this already created instance.\nVerification happens every time the instance is (re)created or restarted\nand consists of:\n 1. Waiting until health check specified as part of this managed instance\n group's autohealing policy reports HEALTHY.\n Note: Applies only if autohealing policy has a health check specified\n 2. Waiting for addition verification steps performed as post-instance\n creation (subject to future extensions)." ], "type": "string" }, "instance": { - "description": "[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.", + "description": "[Output Only] The URL of the instance.\nThe URL can be set even if the instance has not yet been created.", "type": "string" }, "version": { "$ref": "ManagedInstanceVersion", - "description": "[Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created." + "description": "[Output Only] Version this instance was created from, or was being\ncreated from, but the creation failed. Corresponds to one of the versions\nthat were set on the Instance Group Manager resource at the time this\ninstance was being created." } }, "type": "object" @@ -57213,11 +59640,11 @@ "id": "InstanceMoveRequest", "properties": { "destinationZone": { - "description": "The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone ", + "description": "The URL of the destination zone to move the instance. This can be a full or\npartial URL. For example, the following are all valid URLs to a zone:\n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone \n - projects/project/zones/zone \n - zones/zone", "type": "string" }, "targetInstance": { - "description": "The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance ", + "description": "The URL of the target instance to move. This can be a full or partial URL.\nFor example, the following are all valid URLs to an instance:\n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n - projects/project/zones/zone/instances/instance \n - zones/zone/instances/instance", "type": "string" } }, @@ -57229,13 +59656,13 @@ "properties": { "requestValidForDuration": { "$ref": "Duration", - "description": "Relative deadline for waiting for capacity. Relevant only for Instances.Insert API." + "description": "Relative deadline for waiting for capacity. Relevant only for\nInstances.Insert API." }, "resourceManagerTags": { "additionalProperties": { "type": "string" }, - "description": "Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.", + "description": "Resource manager tags to be bound to the instance. Tag keys and values\nhave the same definition as resource\nmanager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and\nvalues are in the format `tagValues/456`. The field is ignored (both PUT &\nPATCH) when empty.", "type": "object" } }, @@ -57246,36 +59673,36 @@ "properties": { "advancedMachineFeatures": { "$ref": "AdvancedMachineFeatures", - "description": "Controls for advanced machine-related behavior features. Note that for MachineImage, this is not supported yet." + "description": "Controls for advanced machine-related behavior features.\nNote that for MachineImage, this is not supported yet." }, "canIpForward": { - "description": "Enables instances created based on these properties to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.", + "description": "Enables instances created based on these properties to send packets with\nsource IP addresses other than their own and receive packets with\ndestination IP addresses other than their own. If these instances will be\nused as an IP gateway or it will be set as the next-hop in a Route\nresource, specify true. If unsure, leave this set tofalse. See theEnable IP forwarding\ndocumentation for more information.", "type": "boolean" }, "confidentialInstanceConfig": { "$ref": "ConfidentialInstanceConfig", - "description": "Specifies the Confidential Instance options. Note that for MachineImage, this is not supported yet." + "description": "Specifies the Confidential Instance options.\nNote that for MachineImage, this is not supported yet." }, "description": { - "description": "An optional text description for the instances that are created from these properties.", + "description": "An optional text description for the instances that are created from these\nproperties.", "type": "string" }, "disks": { - "description": "An array of disks that are associated with the instances that are created from these properties.", + "description": "An array of disks that are associated with the instances that are created\nfrom these properties.", "items": { "$ref": "AttachedDisk" }, "type": "array" }, "guestAccelerators": { - "description": "A list of guest accelerator cards' type and count to use for instances created from these properties.", + "description": "A list of guest accelerator cards' type and count to use for instances\ncreated from these properties.", "items": { "$ref": "AcceleratorConfig" }, "type": "array" }, "keyRevocationActionType": { - "description": "KeyRevocationActionType of the instance. Supported options are \"STOP\" and \"NONE\". The default value is \"NONE\" if it is not specified.", + "description": "KeyRevocationActionType of the instance. Supported options are \"STOP\" and\n\"NONE\". The default value is \"NONE\" if it is not specified.", "enum": [ "KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED", "NONE", @@ -57301,15 +59728,15 @@ "compute.instanceTemplates.insert" ] }, - "description": "The machine type to use for instances that are created from these properties. This field only accepts a machine type name, for example `n2-standard-4`. If you use the machine type full or partial URL, for example `projects/my-l7ilb-project/zones/us-central1-a/machineTypes/n2-standard-4`, the request will result in an `INTERNAL_ERROR`.", + "description": "The machine type to use for instances that are created from these\nproperties.\nThis field only accepts a machine type name, for example `n2-standard-4`.\nIf you use the machine type full or partial URL, for example\n`projects/my-l7ilb-project/zones/us-central1-a/machineTypes/n2-standard-4`,\nthe request will result in an `INTERNAL_ERROR`.", "type": "string" }, "metadata": { "$ref": "Metadata", - "description": "The metadata key/value pairs to assign to instances that are created from these properties. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information." + "description": "The metadata key/value pairs to assign to instances that are created from\nthese properties. These pairs can consist of custom metadata or predefined\nkeys. SeeProject and\ninstance metadata for more information." }, "minCpuPlatform": { - "description": "Minimum cpu/platform to be used by instances. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: \"Intel Haswell\" or minCpuPlatform: \"Intel Sandy Bridge\". For more information, read Specifying a Minimum CPU Platform.", + "description": "Minimum cpu/platform to be used by instances. The instance may be\nscheduled on the specified or newer cpu/platform. Applicable values are the\nfriendly names of CPU platforms, such asminCpuPlatform: \"Intel Haswell\" orminCpuPlatform: \"Intel Sandy Bridge\". For more\ninformation, read Specifying a\nMinimum CPU Platform.", "type": "string" }, "networkInterfaces": { @@ -57324,32 +59751,32 @@ "description": "Note that for MachineImage, this is not supported yet." }, "privateIpv6GoogleAccess": { - "description": "The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default. Note that for MachineImage, this is not supported yet.", + "description": "The private IPv6 google access type for VMs.\nIf not specified, use INHERIT_FROM_SUBNETWORK as default.\nNote that for MachineImage, this is not supported yet.", "enum": [ "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE", "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE", "INHERIT_FROM_SUBNETWORK" ], "enumDescriptions": [ - "Bidirectional private IPv6 access to/from Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.", - "Outbound private IPv6 access from VMs in this subnet to Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.", - "Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork." + "Bidirectional private IPv6 access to/from Google services. If\nspecified, the subnetwork who is attached to the instance's default network\ninterface will be assigned an internal IPv6 prefix if it doesn't have\nbefore.", + "Outbound private IPv6 access from VMs in this subnet to Google services. If\nspecified, the subnetwork who is attached to the instance's default network\ninterface will be assigned an internal IPv6 prefix if it doesn't have\nbefore.", + "Each network interface inherits PrivateIpv6GoogleAccess from its\nsubnetwork." ], "type": "string" }, "reservationAffinity": { "$ref": "ReservationAffinity", - "description": "Specifies the reservations that instances can consume from. Note that for MachineImage, this is not supported yet." + "description": "Specifies the reservations that instances can consume from.\nNote that for MachineImage, this is not supported yet." }, "resourceManagerTags": { "additionalProperties": { "type": "string" }, - "description": "Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.", + "description": "Resource manager tags to be bound to the instance. Tag keys and values\nhave the same definition as resource\nmanager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and\nvalues are in the format `tagValues/456`. The field is ignored (both PUT &\nPATCH) when empty.", "type": "object" }, "resourcePolicies": { - "description": "Resource policies (names, not URLs) applied to instances created from these properties. Note that for MachineImage, this is not supported yet.", + "description": "Resource policies (names, not URLs) applied to instances created from\nthese properties.\nNote that for MachineImage, this is not supported yet.", "items": { "type": "string" }, @@ -57357,10 +59784,10 @@ }, "scheduling": { "$ref": "Scheduling", - "description": "Specifies the scheduling options for the instances that are created from these properties." + "description": "Specifies the scheduling options for the instances that are created from\nthese properties." }, "serviceAccounts": { - "description": "A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from these properties. Use metadata queries to obtain the access tokens for these instances.", + "description": "A list of service accounts with specified scopes. Access tokens for these\nservice accounts are available to the instances that are created from\nthese properties. Use metadata queries to obtain the access tokens for\nthese instances.", "items": { "$ref": "ServiceAccount" }, @@ -57372,7 +59799,7 @@ }, "tags": { "$ref": "Tags", - "description": "A list of tags to apply to the instances that are created from these properties. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035." + "description": "A list of tags to apply to the instances that are created from these\nproperties. The tags identify valid sources or targets for network\nfirewalls. The setTags method can modify this list of tags. Each tag within\nthe list must comply with RFC1035." } }, "type": "object" @@ -57392,7 +59819,7 @@ "additionalProperties": { "type": "string" }, - "description": "The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.", + "description": "The metadata key-value pairs that you want to patch onto the instance. For\nmore information, see Project and\ninstance metadata.", "type": "object" } }, @@ -57402,32 +59829,32 @@ "id": "InstanceReference", "properties": { "instance": { - "description": "The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances", + "description": "The URL for a specific instance.\n@required compute.instancegroups.addInstances/removeInstances", "type": "string" } }, "type": "object" }, "InstanceSettings": { - "description": "Represents a Instance Settings resource. You can use instance settings to configure default settings for Compute Engine VM instances. For example, you can use it to configure default machine type of Compute Engine VM instances.", + "description": "Represents a Instance Settings resource. You can use instance settings to\nconfigure default settings for Compute Engine VM instances. For example, you\ncan use it to configure default machine type of Compute Engine VM instances.", "id": "InstanceSettings", "properties": { "fingerprint": { - "description": "Specifies a fingerprint for instance settings, which is essentially a hash of the instance settings resource's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update the instance settings resource. You must always provide an up-to-date fingerprint hash in order to update or change the resource, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.", + "description": "Specifies a fingerprint for instance settings, which is essentially a hash\nof the instance settings resource's contents and used for optimistic\nlocking. The fingerprint is initially generated by Compute Engine and\nchanges after every request to modify or update the instance settings\nresource. You must always provide an up-to-date fingerprint hash in order\nto update or change the resource, otherwise the request will fail with\nerror 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve the resource.", "format": "byte", "type": "string" }, "kind": { "default": "compute#instanceSettings", - "description": "[Output Only] Type of the resource. Always compute#instance_settings for instance settings.", + "description": "[Output Only] Type of the resource. Alwayscompute#instance_settings for instance settings.", "type": "string" }, "metadata": { "$ref": "InstanceSettingsMetadata", - "description": "The metadata key/value pairs assigned to all the instances in the corresponding scope." + "description": "The metadata key/value pairs assigned to all the instances in the\ncorresponding scope." }, "zone": { - "description": "[Output Only] URL of the zone where the resource resides You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the resource resides\nYou must specify this field as part of the HTTP request URL. It is not\nsettable as a field in the request body.", "type": "string" } }, @@ -57440,37 +59867,37 @@ "additionalProperties": { "type": "string" }, - "description": "A metadata key/value items map. The total size of all keys and values must be less than 512KB.", + "description": "A metadata key/value items map.\nThe total size of all keys and values must be less than 512KB.", "type": "object" }, "kind": { "default": "compute#metadata", - "description": "[Output Only] Type of the resource. Always compute#metadata for metadata.", + "description": "[Output Only] Type of the resource. Always compute#metadata\nfor metadata.", "type": "string" } }, "type": "object" }, "InstanceTemplate": { - "description": "Represents an Instance Template resource. Google Compute Engine has two Instance Template resources: * [Global](/compute/docs/reference/rest/v1/instanceTemplates) * [Regional](/compute/docs/reference/rest/v1/regionInstanceTemplates) You can reuse a global instance template in different regions whereas you can use a regional instance template in a specified region only. If you want to reduce cross-region dependency or achieve data residency, use a regional instance template. To create VMs, managed instance groups, and reservations, you can use either global or regional instance templates. For more information, read Instance Templates.", + "description": "Represents an Instance Template resource.\n\nGoogle Compute Engine has two Instance Template resources:\n\n* [Global](/compute/docs/reference/rest/v1/instanceTemplates)\n* [Regional](/compute/docs/reference/rest/v1/regionInstanceTemplates)\n\nYou can reuse a global instance template in\ndifferent regions whereas you can use a regional instance template in a\nspecified region only. If you want to reduce cross-region dependency or\nachieve data residency, use a regional instance template.\n\nTo create VMs, managed instance groups, and reservations, you can use either\nglobal or regional instance templates.\n\nFor more information, readInstance Templates.", "id": "InstanceTemplate", "properties": { "creationTimestamp": { - "description": "[Output Only] The creation timestamp for this instance template in RFC3339 text format.", + "description": "[Output Only] The creation timestamp for this instance template inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] A unique identifier for this instance template. The server defines this identifier.", + "description": "[Output Only] A unique identifier for this instance template. The server\ndefines this identifier.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#instanceTemplate", - "description": "[Output Only] The resource type, which is always compute#instanceTemplate for instance templates.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceTemplate for instance templates.", "type": "string" }, "name": { @@ -57479,7 +59906,7 @@ "compute.instanceTemplates.insert" ] }, - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -57488,15 +59915,15 @@ "description": "The instance properties for this instance template." }, "region": { - "description": "[Output Only] URL of the region where the instance template resides. Only applicable for regional resources.", + "description": "[Output Only] URL of the region where the instance template resides. Only\napplicable for regional resources.", "type": "string" }, "selfLink": { - "description": "[Output Only] The URL for this instance template. The server defines this URL.", + "description": "[Output Only] The URL for this instance template. The server defines this\nURL.", "type": "string" }, "sourceInstance": { - "description": "The source instance used to create the template. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance ", + "description": "The source instance used to create the template. You can provide this as a\npartial or full URL to the resource. For example, the following are valid\nvalues:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n - projects/project/zones/zone/instances/instance", "type": "string" }, "sourceInstanceParams": { @@ -57528,7 +59955,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -57539,7 +59966,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -57603,44 +60030,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -57679,11 +60106,11 @@ }, "kind": { "default": "compute#instanceTemplateList", - "description": "[Output Only] The resource type, which is always compute#instanceTemplatesListResponse for instance template lists.", + "description": "[Output Only] The resource type, which is alwayscompute#instanceTemplatesListResponse for instance template\nlists.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -57694,7 +60121,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -57758,44 +60185,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -57821,17 +60248,17 @@ "id": "InstanceTemplatesScopedList", "properties": { "instanceTemplates": { - "description": "[Output Only] A list of instance templates that are contained within the specified project and zone.", + "description": "[Output Only] A list of instance templates that are contained within\nthe specified project and zone.", "items": { "$ref": "InstanceTemplate" }, "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that replaces the list of instance templates when the list is empty.", + "description": "[Output Only] An informational warning that replaces the list of instance\ntemplates when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -57895,44 +60322,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -57984,17 +60411,17 @@ "TERMINATED" ], "enumDescriptions": [ - "The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.", - "For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).", + "The instance is halted and we are performing tear down tasks like network\ndeprogramming, releasing quota, IP, tearing down disks etc.", + "For Flex Start provisioning instance is waiting for available capacity\nfrom Dynamic Workload Scheduler (DWS).", "Resources are being allocated for the instance.", "The instance is in repair.", "The instance is running.", - "All required resources have been allocated and the instance is being started.", + "All required resources have been allocated and the instance\nis being started.", "The instance has stopped successfully.", "The instance is currently stopping (either being deleted or killed).", "The instance has suspended.", "The instance is suspending.", - "The instance has stopped (either by explicit action or underlying failure)." + "The instance has stopped (either by explicit action or underlying\nfailure)." ], "type": "string" } @@ -58021,7 +60448,7 @@ "additionalProperties": { "$ref": "BulkInsertOperationStatus" }, - "description": "Status information per location (location name is key). Example key: zones/us-central1-a", + "description": "Status information per location (location name is key).\nExample key: zones/us-central1-a", "type": "object" } }, @@ -58052,7 +60479,7 @@ "properties": { "displayName": { "deprecated": true, - "description": "[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.", + "description": "[Output Only] Deprecated, please use short name instead. The display name\nof the firewall policy.", "type": "string" }, "name": { @@ -58067,12 +60494,12 @@ "type": "array" }, "priority": { - "description": "[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.", + "description": "[Output only] Priority of firewall policy association. Not applicable for\ntype=HIERARCHY.", "format": "int32", "type": "integer" }, "rules": { - "description": "[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.", + "description": "[Output Only] The rules that apply to the instance. Only rules that\ntarget the specific VM instance are returned if target service accounts\nor target secure tags are specified in the rules.", "items": { "$ref": "FirewallPolicyRule" }, @@ -58083,7 +60510,7 @@ "type": "string" }, "type": { - "description": "[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.", + "description": "[Output Only] The type of the firewall policy. Can be one of HIERARCHY,\nNETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.", "enum": [ "HIERARCHY", "NETWORK", @@ -58179,10 +60606,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of instances when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of instances\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -58246,44 +60673,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -58309,7 +60736,7 @@ "id": "InstancesSetLabelsRequest", "properties": { "labelFingerprint": { - "description": "Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.", + "description": "Fingerprint of the previous set of labels for this resource,\nused to prevent conflicts. Provide the latest fingerprint value when making\na request to add or change labels.", "format": "byte", "type": "string" }, @@ -58339,7 +60766,7 @@ "id": "InstancesSetMachineTypeRequest", "properties": { "machineType": { - "description": "Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1", + "description": "Full or partial URL of the machine type resource. See Machine Types for a full list of\nmachine types. For example:zones/us-central1-f/machineTypes/n1-standard-1", "type": "string" } }, @@ -58359,7 +60786,7 @@ "id": "InstancesSetNameRequest", "properties": { "currentName": { - "description": "The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.", + "description": "The current name of this resource, used to prevent conflicts. Provide the\nlatest name when making a request to change name.", "type": "string" }, "name": { @@ -58373,14 +60800,14 @@ "id": "InstancesSetSecurityPolicyRequest", "properties": { "networkInterfaces": { - "description": "The network interfaces that the security policy will be applied to. Network interfaces use the nicN naming format. You can only set a security policy for network interfaces with an access config.", + "description": "The network interfaces that the security policy will be applied to. Network\ninterfaces use the nicN naming format. You can only set a\nsecurity policy for network interfaces with an access config.", "items": { "type": "string" }, "type": "array" }, "securityPolicy": { - "description": "A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.", + "description": "A full or partial URL to a security policy to add to this instance.\nIf this field is set to an empty string it will remove the associated\nsecurity policy.", "type": "string" } }, @@ -58407,7 +60834,7 @@ "id": "InstancesStartWithEncryptionKeyRequest", "properties": { "disks": { - "description": "Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.", + "description": "Array of disks associated with this instance that are protected with acustomer-supplied\nencryption key.\n\nIn order to start the instance, the disk url and its corresponding key must\nbe provided.\n\nIf the disk is not protected with a customer-supplied encryption key it\nshould not be specified.", "items": { "$ref": "CustomerEncryptionKeyProtectedDisk" }, @@ -58417,11 +60844,11 @@ "type": "object" }, "InstantSnapshot": { - "description": "Represents a InstantSnapshot resource. You can use instant snapshots to create disk rollback points quickly..", + "description": "Represents a InstantSnapshot resource.\n\nYou can use instant snapshots to create disk rollback points quickly..", "id": "InstantSnapshot", "properties": { "architecture": { - "description": "[Output Only] The architecture of the instant snapshot. Valid values are ARM64 or X86_64.", + "description": "[Output Only] The architecture of the instant snapshot. Valid values are\nARM64 or X86_64.", "enum": [ "ARCHITECTURE_UNSPECIFIED", "ARM64", @@ -58435,11 +60862,11 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "diskSizeGb": { @@ -58448,17 +60875,17 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#instantSnapshot", - "description": "[Output Only] Type of the resource. Always compute#instantSnapshot for InstantSnapshot resources.", + "description": "[Output Only] Type of the resource. Alwayscompute#instantSnapshot for InstantSnapshot resources.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this InstantSnapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.", + "description": "A fingerprint for the labels being applied to this InstantSnapshot, which\nis essentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a InstantSnapshot.", "format": "byte", "type": "string" }, @@ -58466,16 +60893,16 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this InstantSnapshot. These can be later modified by the setLabels method. Label values may be empty.", + "description": "Labels to apply to this InstantSnapshot. These can be later modified by\nthe setLabels method.\nLabel values may be empty.", "type": "object" }, "name": { - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the instant snapshot resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "resourceStatus": { @@ -58500,15 +60927,15 @@ "type": "string" }, "sourceDisk": { - "description": "URL of the source disk used to create this instant snapshot. Note that the source disk must be in the same zone/region as the instant snapshot to be created. This can be a full or valid partial URL. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk ", + "description": "URL of the source disk used to create this instant snapshot.\nNote that the source disk must be in the same zone/region as the\ninstant snapshot to be created. This can be a full or valid partial URL.\nFor example, the following are valid values:\n \n \n - \n https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk\n \n - \n https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk\n \n - \n projects/project/zones/zone/disks/disk\n \n - \n projects/project/regions/region/disks/disk\n \n - \n zones/zone/disks/disk\n \n - \n regions/region/disks/disk", "type": "string" }, "sourceDiskId": { - "description": "[Output Only] The ID value of the disk used to create this InstantSnapshot. This value may be used to determine whether the InstantSnapshot was taken from the current or a previous instance of a given disk name.", + "description": "[Output Only] The ID value of the disk used to create this InstantSnapshot.\nThis value may be used to determine whether the InstantSnapshot\nwas taken from the current or a previous instance of a given disk name.", "type": "string" }, "status": { - "description": "[Output Only] The status of the instantSnapshot. This can be CREATING, DELETING, FAILED, or READY.", + "description": "[Output Only] The status of the instantSnapshot. This can beCREATING, DELETING, FAILED, orREADY.", "enum": [ "CREATING", "DELETING", @@ -58521,12 +60948,12 @@ "InstantSnapshot is currently being deleted.", "InstantSnapshot creation failed.", "InstantSnapshot has been created successfully.", - "InstantSnapshot is currently unavailable and cannot be used for Disk restoration" + "InstantSnapshot is currently unavailable and cannot be used for\nDisk restoration" ], "type": "string" }, "zone": { - "description": "[Output Only] URL of the zone where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the instant snapshot resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -58549,11 +60976,11 @@ }, "kind": { "default": "compute#instantSnapshotAggregatedList", - "description": "[Output Only] Type of resource. Always compute#instantSnapshotAggregatedList for aggregated lists of instantSnapshots.", + "description": "[Output Only] Type of resource. Alwayscompute#instantSnapshotAggregatedList for aggregated lists of\ninstantSnapshots.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -58571,7 +60998,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -58635,44 +61062,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -58715,7 +61142,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -58726,7 +61153,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -58790,44 +61217,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -58871,10 +61298,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of\ninstantSnapshots when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -58938,44 +61365,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -58998,7 +61425,7 @@ "type": "object" }, "Int64RangeMatch": { - "description": "HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.", + "description": "HttpRouteRuleMatch criteria for field values that must stay\nwithin the specified integer range.", "id": "Int64RangeMatch", "properties": { "rangeEnd": { @@ -59015,28 +61442,32 @@ "type": "object" }, "Interconnect": { - "description": "Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.", + "description": "Represents an Interconnect resource.\n\nAn Interconnect resource is a dedicated connection between the Google\nCloud network and your on-premises network. For more information, read the\nDedicated Interconnect Overview.", "id": "Interconnect", "properties": { "aaiEnabled": { - "description": "Enable or disable the application awareness feature on this Cloud Interconnect.", + "description": "Enable or disable the application awareness feature on this Cloud\nInterconnect.", "type": "boolean" }, "adminEnabled": { - "description": "Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.", + "description": "Administrative status of the interconnect. When this is set to true, the\nInterconnect is functional and can carry traffic.\nWhen set to false, no packets can be carried over the interconnect and\nno BGP routes are exchanged over it. By default, the status is set to true.", "type": "boolean" }, "applicationAwareInterconnect": { "$ref": "InterconnectApplicationAwareInterconnect", - "description": "Configuration information for application awareness on this Cloud Interconnect." + "description": "Configuration information for application awareness on this Cloud\nInterconnect." }, "availableFeatures": { - "description": "[Output only] List of features available for this Interconnect connection, which can take one of the following values: - IF_MACSEC If present then the Interconnect connection is provisioned on MACsec capable hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails.", + "description": "[Output only] List of features available for this Interconnect connection,\nwhich can take one of the following values:\n \n - IF_MACSEC: If present, then the Interconnect connection is\n provisioned on MACsec capable hardware ports. If not present, then the\n Interconnect connection is provisioned on non-MACsec capable ports. Any\n attempt to enable MACsec will fail.\n - IF_CROSS_SITE_NETWORK: If present, then the Interconnect connection is\n provisioned exclusively for Cross-Site Networking. Any attempt to configure\n VLAN attachments will fail. If not present, then the Interconnect\n connection is not provisioned for Cross-Site Networking. Any attempt to use\n it for Cross-Site Networking will fail.", "items": { "enum": [ + "IF_CROSS_SITE_NETWORK", + "IF_L2_FORWARDING", "IF_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", + "L2 Interconnect Attachment Forwarding", "Media Access Control security (MACsec)" ], "type": "string" @@ -59044,22 +61475,22 @@ "type": "array" }, "circuitInfos": { - "description": "[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.", + "description": "[Output Only] A list of CircuitInfo objects, that describe the individual\ncircuits in this LAG.", "items": { "$ref": "InterconnectCircuitInfo" }, "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "customerName": { - "description": "Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.", + "description": "Customer name, to put in the Letter of Authorization as the party\nauthorized to request a crossconnect.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "expectedOutages": { @@ -59070,34 +61501,34 @@ "type": "array" }, "googleIpAddress": { - "description": "[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.", + "description": "[Output Only] IP address configured on the Google side of the Interconnect\nlink. This can be used only for ping tests.", "type": "string" }, "googleReferenceId": { - "description": "[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.", + "description": "[Output Only] Google reference ID to be used when raising support tickets\nwith Google or otherwise to debug backend connectivity issues.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "interconnectAttachments": { - "description": "[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.", + "description": "[Output Only] A list of the URLs of all InterconnectAttachments configured\nto use this Interconnect.", "items": { "type": "string" }, "type": "array" }, "interconnectGroups": { - "description": "[Output Only] URLs of InterconnectGroups that include this Interconnect. Order is arbitrary and items are unique.", + "description": "[Output Only] URLs of InterconnectGroups that include this Interconnect.\nOrder is arbitrary and items are unique.", "items": { "type": "string" }, "type": "array" }, "interconnectType": { - "description": "Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.", + "description": "Type of interconnect, which can take one of the following values:\n \n - PARTNER: A partner-managed interconnection shared between customers\n though a partner.\n - DEDICATED: A dedicated physical interconnection with the\n customer.\n\n\nNote that a value IT_PRIVATE has been deprecated in favor of DEDICATED.", "enum": [ "DEDICATED", "IT_PRIVATE", @@ -59112,11 +61543,11 @@ }, "kind": { "default": "compute#interconnect", - "description": "[Output Only] Type of the resource. Always compute#interconnect for interconnects.", + "description": "[Output Only] Type of the resource. Alwayscompute#interconnect for interconnects.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.", + "description": "A fingerprint for the labels being applied to this Interconnect, which\nis essentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve an Interconnect.", "format": "byte", "type": "string" }, @@ -59124,11 +61555,11 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "linkType": { - "description": "Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. - LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.", + "description": "Type of link requested, which can take one of the following values:\n \n - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics\n - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics.\n - LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics.\n\n\n Note that this field indicates the speed of each of\nthe links in the bundle, not the speed of the entire bundle.", "enum": [ "LINK_TYPE_ETHERNET_100G_LR", "LINK_TYPE_ETHERNET_10G_LR", @@ -59136,21 +61567,21 @@ ], "enumDescriptions": [ "100G Ethernet, LR Optics.", - "10G Ethernet, LR Optics. [(rate_bps) = 10000000000];", + "10G Ethernet, LR Optics.\n[(rate_bps) = 10000000000];", "400G Ethernet, LR4 Optics." ], "type": "string" }, "location": { - "description": "URL of the InterconnectLocation object that represents where this connection is to be provisioned.", + "description": "URL of the InterconnectLocation object that represents where this\nconnection is to be provisioned.", "type": "string" }, "macsec": { "$ref": "InterconnectMacsec", - "description": "Configuration that enables Media Access Control security (MACsec) on the Cloud Interconnect connection between Google and your on-premises router." + "description": "Configuration that enables Media Access Control security (MACsec) on the\nCloud Interconnect connection between Google and your on-premises router." }, "macsecEnabled": { - "description": "Enable or disable MACsec on this Interconnect connection. MACsec enablement fails if the MACsec object is not specified.", + "description": "Enable or disable MACsec on this Interconnect connection. MACsec enablement\nfails if the MACsec object is not specified.", "type": "boolean" }, "name": { @@ -59159,28 +61590,32 @@ "compute.interconnects.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "nocContactEmail": { - "description": "Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.", + "description": "Email address to contact the customer NOC for operations and maintenance\nnotifications regarding this Interconnect. If specified, this will be used\nfor notifications in addition to all other forms described, such as\nCloud Monitoring logs alerting and Cloud Notifications. This field is\nrequired for users who sign up for Cloud Interconnect using\nworkforce identity federation.", "type": "string" }, "operationalStatus": { - "description": "[Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. ", + "description": "[Output Only] The current status of this Interconnect's functionality,\nwhich can take one of the following values:\n \n - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to\n use. Attachments may be provisioned on this Interconnect.\n\n- OS_UNPROVISIONED: An Interconnect that has not completed turnup. No\nattachments may be provisioned on this Interconnect.\n- OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal\nmaintenance. No attachments may be provisioned or updated on this\nInterconnect.", "enum": [ "OS_ACTIVE", "OS_UNPROVISIONED" ], "enumDescriptions": [ - "The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.", - "The interconnect has not completed turnup. No attachments may be provisioned on this interconnect." + "The interconnect is valid, turned up, and ready to use. Attachments may\nbe provisioned on this interconnect.", + "The interconnect has not completed turnup. No attachments may be\nprovisioned on this interconnect." ], "type": "string" }, + "params": { + "$ref": "InterconnectParams", + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." + }, "peerIpAddress": { - "description": "[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.", + "description": "[Output Only] IP address configured on the customer side of the\nInterconnect link. The customer should configure this IP address during\nturnup when prompted by Google NOC. This can be used only for ping tests.", "type": "string" }, "provisionedLinkCount": { @@ -59189,16 +61624,20 @@ "type": "integer" }, "remoteLocation": { - "description": "Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.", + "description": "Indicates that this is a Cross-Cloud Interconnect. This field specifies the\nlocation outside of Google's network that the interconnect is connected to.", "type": "string" }, "requestedFeatures": { - "description": "Optional. List of features requested for this Interconnect connection, which can take one of the following values: - IF_MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH.", + "description": "Optional. This parameter can be provided only with Interconnect INSERT. It\nisn't valid for Interconnect PATCH. List of features requested for this\nInterconnect connection, which can take one of the following values:\n \n - IF_MACSEC: If specified, then the connection is created on MACsec\n capable hardware ports. If not specified, non-MACsec capable ports will\n also be considered.\n - IF_CROSS_SITE_NETWORK: If specified, then the connection is created\n exclusively for Cross-Site Networking. The connection can not be used for\n Cross-Site Networking unless this feature is specified.", "items": { "enum": [ + "IF_CROSS_SITE_NETWORK", + "IF_L2_FORWARDING", "IF_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", + "L2 Interconnect Attachment Forwarding", "Media Access Control security (MACsec)" ], "type": "string" @@ -59206,7 +61645,7 @@ "type": "array" }, "requestedLinkCount": { - "description": "Target number of physical links in the link bundle, as requested by the customer.", + "description": "Target number of physical links in the link bundle, as requested by the\ncustomer.", "format": "int32", "type": "integer" }, @@ -59219,19 +61658,19 @@ "type": "string" }, "state": { - "description": "[Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. ", + "description": "[Output Only] The current state of Interconnect functionality, which can\ntake one of the following values:\n \n - ACTIVE: The Interconnect is valid, turned up and ready to use.\n Attachments may be provisioned on this Interconnect.\n - UNPROVISIONED: The Interconnect has not completed turnup. No\n attachments may be provisioned on this Interconnect.\n - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance.\n No attachments may be provisioned or updated on this\n Interconnect.", "enum": [ "ACTIVE", "UNPROVISIONED" ], "enumDescriptions": [ - "The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.", - "The interconnect has not completed turnup. No attachments may be provisioned on this interconnect." + "The interconnect is valid, turned up, and ready to use. Attachments may\nbe provisioned on this interconnect.", + "The interconnect has not completed turnup. No attachments may be\nprovisioned on this interconnect." ], "type": "string" }, "subzone": { - "description": "Specific subzone in the InterconnectLocation that represents where this connection is to be provisioned.", + "description": "Specific subzone in the InterconnectLocation that represents where\nthis connection is to be provisioned.", "enum": [ "SUBZONE_A", "SUBZONE_B" @@ -59241,23 +61680,30 @@ "Subzone B." ], "type": "string" + }, + "wireGroups": { + "description": "[Output Only] A list of the URLs of all CrossSiteNetwork WireGroups\nconfigured to use this Interconnect. The Interconnect cannot be deleted if\nthis list is non-empty.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" }, "InterconnectApplicationAwareInterconnect": { - "description": "Configuration information for application awareness on this Cloud Interconnect.", + "description": "Configuration information for application awareness on this Cloud\nInterconnect.", "id": "InterconnectApplicationAwareInterconnect", "properties": { "bandwidthPercentagePolicy": { "$ref": "InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy" }, "profileDescription": { - "description": "Description for the application awareness profile on this Cloud Interconnect.", + "description": "Description for the application awareness profile on this Cloud\nInterconnect.", "type": "string" }, "shapeAveragePercentages": { - "description": "Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.", + "description": "Optional field to specify a list of shape average percentages to be\napplied in conjunction with StrictPriorityPolicy or\nBandwidthPercentagePolicy.", "items": { "$ref": "InterconnectApplicationAwareInterconnectBandwidthPercentage" }, @@ -59270,7 +61716,7 @@ "type": "object" }, "InterconnectApplicationAwareInterconnectBandwidthPercentage": { - "description": "Specify bandwidth percentages [1-100] for various traffic classes in BandwidthPercentagePolicy. The sum of all percentages must equal 100. All traffic classes must have a percentage value specified.", + "description": "Specify bandwidth percentages [1-100] for various traffic classes in\nBandwidthPercentagePolicy. The sum of all percentages must equal 100.\nAll traffic classes must have a percentage value specified.", "id": "InterconnectApplicationAwareInterconnectBandwidthPercentage", "properties": { "percentage": { @@ -59305,7 +61751,7 @@ "id": "InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy", "properties": { "bandwidthPercentages": { - "description": "Specify bandwidth percentages for various traffic classes for queuing type Bandwidth Percent.", + "description": "Specify bandwidth percentages for various traffic classes for queuing\ntype Bandwidth Percent.", "items": { "$ref": "InterconnectApplicationAwareInterconnectBandwidthPercentage" }, @@ -59321,11 +61767,11 @@ "type": "object" }, "InterconnectAttachment": { - "description": "Represents an Interconnect Attachment (VLAN) resource. You can use Interconnect attachments (VLANS) to connect your Virtual Private Cloud networks to your on-premises networks through an Interconnect. For more information, read Creating VLAN Attachments.", + "description": "Represents an Interconnect Attachment (VLAN) resource.\n\nYou can use Interconnect attachments (VLANS) to connect your Virtual Private\nCloud networks to your on-premises networks through an Interconnect.\nFor more information, read\nCreating VLAN Attachments.", "id": "InterconnectAttachment", "properties": { "adminEnabled": { - "description": "Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER.", + "description": "Determines whether this Attachment will carry packets.\nNot present for PARTNER_PROVIDER.", "type": "boolean" }, "attachmentGroup": { @@ -59333,7 +61779,7 @@ "type": "string" }, "bandwidth": { - "description": "Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s - BPS_100G: 100 Gbit/s ", + "description": "Provisioned bandwidth capacity for the interconnect attachment. For\nattachments of type DEDICATED, the user can set the bandwidth.\nFor attachments of type PARTNER, the Google Partner that is operating\nthe interconnect must set the bandwidth.\nOutput only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,\nand can take one of the following values:\n \n - BPS_50M: 50 Mbit/s\n - BPS_100M: 100 Mbit/s\n - BPS_200M: 200 Mbit/s\n - BPS_300M: 300 Mbit/s\n - BPS_400M: 400 Mbit/s\n - BPS_500M: 500 Mbit/s\n - BPS_1G: 1 Gbit/s\n - BPS_2G: 2 Gbit/s\n - BPS_5G: 5 Gbit/s\n - BPS_10G: 10 Gbit/s\n - BPS_20G: 20 Gbit/s\n - BPS_50G: 50 Gbit/s\n - BPS_100G: 100 Gbit/s", "enum": [ "BPS_100G", "BPS_100M", @@ -59374,18 +61820,18 @@ "type": "array" }, "candidateSubnets": { - "description": "Input only. Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.", + "description": "Input only. Up to 16 candidate prefixes that can be used to restrict the allocation\nof cloudRouterIpAddress and customerRouterIpAddress for this attachment.\nAll prefixes must be within link-local address space (169.254.0.0/16) and\nmust be /29 or shorter (/28, /27, etc). Google will attempt to select an\nunused /29 from the supplied candidate prefix(es). The request will fail if\nall possible /29s are in use on Google's edge. If not supplied, Google will\nrandomly select an unused /29 from all of link-local space.", "items": { "type": "string" }, "type": "array" }, "cloudRouterIpAddress": { - "description": "[Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.", + "description": "[Output Only] IPv4 address + prefix length to be configured on Cloud Router\nInterface for this interconnect attachment.", "type": "string" }, "cloudRouterIpv6Address": { - "description": "[Output Only] IPv6 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.", + "description": "[Output Only] IPv6 address + prefix length to be configured on Cloud\nRouter Interface for this interconnect attachment.", "type": "string" }, "cloudRouterIpv6InterfaceId": { @@ -59394,18 +61840,18 @@ }, "configurationConstraints": { "$ref": "InterconnectAttachmentConfigurationConstraints", - "description": "[Output Only] Constraints for this attachment, if any. The attachment does not work if these constraints are not met." + "description": "[Output Only] Constraints for this attachment, if any. The attachment does\nnot work if these constraints are not met." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "customerRouterIpAddress": { - "description": "[Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.", + "description": "[Output Only] IPv4 address + prefix length to be configured on the customer\nrouter subinterface for this interconnect attachment.", "type": "string" }, "customerRouterIpv6Address": { - "description": "[Output Only] IPv6 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.", + "description": "[Output Only] IPv6 address + prefix length to be configured on the\ncustomer router subinterface for this interconnect attachment.", "type": "string" }, "customerRouterIpv6InterfaceId": { @@ -59413,7 +61859,7 @@ "type": "string" }, "dataplaneVersion": { - "description": "[Output Only] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.", + "description": "[Output Only] Dataplane version for this InterconnectAttachment. This\nfield is only present for Dataplane version 2 and higher. Absence of this\nfield in the API output indicates that the Dataplane is version 1.", "format": "int32", "type": "integer" }, @@ -59422,7 +61868,7 @@ "type": "string" }, "edgeAvailabilityDomain": { - "description": "Input only. Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.", + "description": "Input only. Desired availability domain for the attachment. Only available for type\nPARTNER, at creation time, and can take one of the following values:\n \n - AVAILABILITY_DOMAIN_ANY\n - AVAILABILITY_DOMAIN_1\n - AVAILABILITY_DOMAIN_2\n\n\nFor improved reliability, customers should configure a pair of attachments,\none per availability domain. The selected availability domain will be\nprovided to the Partner via the pairing key, so that the provisioned\ncircuit will lie in the specified domain. If not specified, the value will\ndefault to AVAILABILITY_DOMAIN_ANY.", "enum": [ "AVAILABILITY_DOMAIN_1", "AVAILABILITY_DOMAIN_2", @@ -59436,33 +61882,33 @@ "type": "string" }, "encryption": { - "description": "Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option. ", + "description": "Indicates the user-supplied encryption option of this VLAN attachment\n(interconnectAttachment). Can only be specified at attachment creation\nfor PARTNER or DEDICATED attachments.\nPossible values are:\n \n - NONE - This is the default value, which means that the\n VLAN attachment carries unencrypted traffic. VMs are able to send\n traffic to, or receive traffic from, such a VLAN attachment.\n - IPSEC - The VLAN attachment carries only encrypted\n traffic that is encrypted by an IPsec device, such as an HA VPN gateway or\n third-party IPsec VPN. VMs cannot directly send traffic to, or receive\n traffic from, such a VLAN attachment. To use *HA VPN over Cloud\n Interconnect*, the VLAN attachment must be created with this\n option.", "enum": [ "IPSEC", "NONE" ], "enumDescriptions": [ - "The interconnect attachment will carry only encrypted traffic that is encrypted by an IPsec device such as HA VPN gateway; VMs cannot directly send traffic to or receive traffic from such an interconnect attachment. To use HA VPN over Cloud Interconnect, the interconnect attachment must be created with this option.", - "This is the default value, which means the Interconnect Attachment will carry unencrypted traffic. VMs will be able to send traffic to or receive traffic from such interconnect attachment." + "The interconnect attachment will carry only encrypted traffic that is\nencrypted by an IPsec device such as HA VPN gateway;\nVMs cannot directly send traffic to or receive traffic from such an\ninterconnect attachment. To use HA VPN over Cloud Interconnect,\nthe interconnect attachment must be created with this option.", + "This is the default value, which means the Interconnect Attachment will\ncarry unencrypted traffic. VMs will be able to send traffic to or receive\ntraffic from such interconnect attachment." ], "type": "string" }, "googleReferenceId": { "deprecated": true, - "description": "[Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used.", + "description": "[Output Only] Google reference ID, to be used when raising support tickets\nwith Google or otherwise to debug backend connectivity issues.\n[Deprecated] This field is not used.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "interconnect": { - "description": "URL of the underlying Interconnect object that this attachment's traffic will traverse through.", + "description": "URL of the underlying Interconnect object that this attachment's traffic\nwill traverse through.", "type": "string" }, "ipsecInternalAddresses": { - "description": "A list of URLs of addresses that have been reserved for the VLAN attachment. Used only for the VLAN attachment that has the encryption option as IPSEC. The addresses must be regional internal IP address ranges. When creating an HA VPN gateway over the VLAN attachment, if the attachment is configured to use a regional internal IP address, then the VPN gateway's IP address is allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this VLAN attachment, then a regional internal IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this VLAN attachment. If this field is not specified when creating the VLAN attachment, then later on when creating an HA VPN gateway on this VLAN attachment, the HA VPN gateway's IP address is allocated from the regional external IP address pool.", + "description": "A list of URLs of addresses that have been reserved for the VLAN\nattachment. Used only for the VLAN attachment that has the encryption\noption as IPSEC. The addresses must be regional internal IP address ranges.\nWhen creating an HA VPN gateway over the VLAN attachment, if the attachment\nis configured to use a regional internal IP address, then the VPN gateway's\nIP address is allocated from the IP address range specified here. For\nexample, if the HA VPN gateway's interface 0 is paired to this VLAN\nattachment, then a regional internal IP address for the VPN gateway\ninterface 0 will be allocated from the IP address specified for this\nVLAN attachment.\nIf this field is not specified when creating the VLAN attachment, then\nlater on when creating an HA VPN gateway on this VLAN attachment, the HA\nVPN gateway's IP address is allocated from the regional external IP address\npool.", "items": { "type": "string" }, @@ -59470,11 +61916,15 @@ }, "kind": { "default": "compute#interconnectAttachment", - "description": "[Output Only] Type of the resource. Always compute#interconnectAttachment for interconnect attachments.", + "description": "[Output Only] Type of the resource. Alwayscompute#interconnectAttachment for interconnect attachments.", "type": "string" }, + "l2Forwarding": { + "$ref": "InterconnectAttachmentL2Forwarding", + "description": "L2 Interconnect Attachment related config. This field is required if the\ntype is L2_DEDICATED.\n\nThe configuration specifies how VLAN tags (like dot1q, qinq, or dot1ad)\nwithin L2 packets are mapped to the destination appliances IP addresses.\nThe packet is then encapsulated with the appliance IP address and sent to\nthe edge appliance." + }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InterconnectAttachment.", + "description": "A fingerprint for the labels being applied to this InterconnectAttachment,\nwhich is essentially a hash of the labels set used for optimistic locking.\nThe fingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve an InterconnectAttachment.", "format": "byte", "type": "string" }, @@ -59482,58 +61932,62 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "mtu": { - "description": "Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Valid values are 1440, 1460, 1500, and 8896. If not specified, the value will default to 1440.", + "description": "Maximum Transmission Unit (MTU), in bytes, of packets passing through this\ninterconnect attachment.\nValid values are 1440, 1460, 1500, and 8896. If not specified,\nthe value will default to 1440.", "format": "int32", "type": "integer" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "operationalStatus": { - "description": "[Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. ", + "description": "[Output Only] The current status of whether or not this interconnect\nattachment is functional, which can take one of the following values:\n \n - OS_ACTIVE: The attachment has been turned up and is ready to\n use. \n - OS_UNPROVISIONED: The attachment is not ready to use yet,\n because turnup is not complete.", "enum": [ "OS_ACTIVE", "OS_UNPROVISIONED" ], "enumDescriptions": [ - "Indicates that attachment has been turned up and is ready to use.", - "Indicates that attachment is not ready to use yet, because turnup is not complete." + "Indicates that attachment has been turned up and is ready to\nuse.", + "Indicates that attachment is not ready to use yet, because\nturnup is not complete." ], "type": "string" }, "pairingKey": { - "description": "[Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of a PARTNER attachment used to initiate provisioning with a selected partner. Of the form \"XXXXX/region/domain\"", + "description": "[Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not\npresent for DEDICATED].\nThe opaque identifier of a PARTNER attachment used to initiate\nprovisioning with a selected partner.\nOf the form \"XXXXX/region/domain\"", "type": "string" }, + "params": { + "$ref": "InterconnectAttachmentParams", + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." + }, "partnerAsn": { - "description": "Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED.", + "description": "Optional BGP ASN for the router supplied by a Layer 3 Partner if they\nconfigured BGP on behalf of the customer.\nOutput only for PARTNER type, input only for PARTNER_PROVIDER, not\navailable for DEDICATED.", "format": "int64", "type": "string" }, "partnerMetadata": { "$ref": "InterconnectAttachmentPartnerMetadata", - "description": "Informational metadata about Partner attachments from Partners to display to customers. Output only for PARTNER type, mutable for PARTNER_PROVIDER, not available for DEDICATED." + "description": "Informational metadata about Partner attachments from Partners to display\nto customers.\nOutput only for PARTNER type, mutable for PARTNER_PROVIDER, not\navailable for DEDICATED." }, "privateInterconnectInfo": { "$ref": "InterconnectAttachmentPrivateInfo", - "description": "[Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED." + "description": "[Output Only] Information specific to an InterconnectAttachment.\nThis property is populated if the interconnect that\nthis is attached to is of type DEDICATED." }, "region": { - "description": "[Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the regional interconnect attachment\nresides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "remoteService": { - "description": "[Output Only] If the attachment is on a Cross-Cloud Interconnect connection, this field contains the interconnect's remote location service provider. Example values: \"Amazon Web Services\" \"Microsoft Azure\". The field is set only for attachments on Cross-Cloud Interconnect connections. Its value is copied from the InterconnectRemoteLocation remoteService field.", + "description": "[Output Only]\nIf the attachment is on a Cross-Cloud Interconnect connection, this field\ncontains the interconnect's remote location service provider. Example\nvalues: \"Amazon Web Services\" \"Microsoft Azure\".\n\nThe field is set only for attachments on Cross-Cloud Interconnect\nconnections. Its value is copied from the InterconnectRemoteLocation\nremoteService field.", "type": "string" }, "router": { - "description": "URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured.", + "description": "URL of the Cloud Router to be used for dynamic routing. This router must be\nin the same region as this InterconnectAttachment. The\nInterconnectAttachment will automatically connect the Interconnect to the\nnetwork & region within which the Cloud Router is configured.", "type": "string" }, "satisfiesPzs": { @@ -59545,7 +61999,7 @@ "type": "string" }, "stackType": { - "description": "The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.", + "description": "The stack type for this interconnect attachment to identify whether the\nIPv6 feature is enabled or not. If not specified, IPV4_ONLY\nwill be used.\n\nThis field can be both set at interconnect attachments creation and\nupdate interconnect attachment operations.", "enum": [ "IPV4_IPV6", "IPV4_ONLY" @@ -59557,7 +62011,7 @@ "type": "string" }, "state": { - "description": "[Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted. ", + "description": "[Output Only] The current state of this attachment's functionality.\nEnum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE,\nPARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values\nPENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used\nfor only PARTNER and PARTNER_PROVIDER interconnect attachments.\nThis state can take one of the following values:\n \n - ACTIVE: The attachment has been turned up and is ready to use.\n - UNPROVISIONED: The attachment is not ready to use yet, because turnup\n is not complete.\n - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet\n been configured on the Partner side.\n - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of\n provisioning after a PARTNER_PROVIDER attachment was created that\n references it. \n - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER\n attachment that is waiting for a customer to activate it. \n - DEFUNCT:\n The attachment was deleted externally and is no longer functional. This\n could be because the associated Interconnect was removed, or because the\n other side of a Partner attachment was deleted.", "enum": [ "ACTIVE", "DEFUNCT", @@ -59569,36 +62023,38 @@ ], "enumDescriptions": [ "Indicates that attachment has been turned up and is ready to use.", - "The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was wiped out, or because the other side of a Partner attachment was deleted.", - "A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it.", - "PARTNER or PARTNER_PROVIDER attachment that is waiting for the customer to activate.", - "A newly created PARTNER attachment that has not yet been configured on the Partner side.", + "The attachment was deleted externally and is no longer functional.\nThis could be because the associated Interconnect was wiped out,\nor because the other side of a Partner attachment was deleted.", + "A PARTNER attachment is in the process of provisioning after a\nPARTNER_PROVIDER attachment was created that references it.", + "PARTNER or PARTNER_PROVIDER attachment that is waiting for the customer\nto activate.", + "A newly created PARTNER attachment that has not yet been configured on\nthe Partner side.", "", - "Indicates that attachment is not ready to use yet, because turnup is not complete." + "Indicates that attachment is not ready to use yet, because turnup is not\ncomplete." ], "type": "string" }, "subnetLength": { - "description": "Input only. Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging visibility. ", + "description": "Input only. Length of the IPv4 subnet mask.\nAllowed values:\n \n \n - 29 (default)\n - 30\n\nThe default value is 29, except for Cross-Cloud Interconnect\nconnections that use an InterconnectRemoteLocation with a\nconstraints.subnetLengthRange.min equal to 30. For example,\nconnections that use an Azure remote location fall into this\ncategory. In these cases, the default value is 30, and requesting\n29 returns an error.\n\nWhere both 29 and 30 are allowed, 29 is preferred, because it gives\nGoogle Cloud Support more debugging visibility.", "format": "int32", "type": "integer" }, "type": { - "description": "The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner. ", + "description": "The type of interconnect attachment this is, which can take one of the\nfollowing values:\n \n - DEDICATED: an attachment to a Dedicated Interconnect.\n - PARTNER: an attachment to a Partner Interconnect, created by the\n customer.\n - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by\n the partner.\n\n- L2_DEDICATED: a L2 attachment to a Dedicated Interconnect.", "enum": [ "DEDICATED", + "L2_DEDICATED", "PARTNER", "PARTNER_PROVIDER" ], "enumDescriptions": [ "Attachment to a dedicated interconnect.", + "Attachment to a dedicated interconnect, forwarding L2 packets.", "Attachment to a partner interconnect, created by the customer.", "Attachment to a partner interconnect, created by the partner." ], "type": "string" }, "vlanTag8021q": { - "description": "The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4093. Only specified at creation time.", + "description": "The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4093.\nOnly specified at creation time.", "format": "int32", "type": "integer" } @@ -59622,11 +62078,11 @@ }, "kind": { "default": "compute#interconnectAttachmentAggregatedList", - "description": "[Output Only] Type of resource. Always compute#interconnectAttachmentAggregatedList for aggregated lists of interconnect attachments.", + "description": "[Output Only] Type of resource. Alwayscompute#interconnectAttachmentAggregatedList for aggregated\nlists of interconnect attachments.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -59644,7 +62100,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -59708,44 +62164,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -59771,21 +62227,21 @@ "id": "InterconnectAttachmentConfigurationConstraints", "properties": { "bgpMd5": { - "description": "[Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5 authentication. This can take one of the following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED. For example, a Cross-Cloud Interconnect connection to a remote cloud provider that requires BGP MD5 authentication has the interconnectRemoteLocation attachment_configuration_constraints.bgp_md5 field set to MD5_REQUIRED, and that property is propagated to the attachment. Similarly, if BGP MD5 is MD5_UNSUPPORTED, an error is returned if MD5 is requested.", + "description": "[Output Only] Whether the attachment's BGP session\nrequires/allows/disallows BGP MD5 authentication. This can take one of\nthe following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED.\n\nFor example, a Cross-Cloud Interconnect connection to a remote cloud\nprovider that requires BGP MD5 authentication has the\ninterconnectRemoteLocation attachment_configuration_constraints.bgp_md5\nfield set to MD5_REQUIRED, and that property is propagated to the\nattachment. Similarly, if BGP MD5 is MD5_UNSUPPORTED, an error is\nreturned if MD5 is requested.", "enum": [ "MD5_OPTIONAL", "MD5_REQUIRED", "MD5_UNSUPPORTED" ], "enumDescriptions": [ - "MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured.", + "MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be\nconfigured.", "MD5_REQUIRED: BGP MD5 authentication must be configured.", "MD5_UNSUPPORTED: BGP MD5 authentication must not be configured" ], "type": "string" }, "bgpPeerAsnRanges": { - "description": "[Output Only] List of ASN ranges that the remote location is known to support. Formatted as an array of inclusive ranges {min: min-value, max: max-value}. For example, [{min: 123, max: 123}, {min: 64512, max: 65534}] allows the peer ASN to be 123 or anything in the range 64512-65534. This field is only advisory. Although the API accepts other ranges, these are the ranges that we recommend.", + "description": "[Output Only] List of ASN ranges that the remote location is known to\nsupport. Formatted as an array of inclusive ranges {min: min-value, max:\nmax-value}. For example, [{min: 123, max: 123}, {min: 64512, max: 65534}]\nallows the peer ASN to be 123 or anything in the range 64512-65534.\n\nThis field is only advisory. Although the API accepts other ranges, these\nare the ranges that we recommend.", "items": { "$ref": "InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange" }, @@ -59809,33 +62265,33 @@ "type": "object" }, "InterconnectAttachmentGroup": { - "description": "An interconnect attachment group resource allows customers to create, analyze, and expand highly available deployments.", + "description": "An interconnect attachment group resource allows customers to create,\nanalyze, and expand highly available deployments.", "id": "InterconnectAttachmentGroup", "properties": { "attachments": { "additionalProperties": { "$ref": "InterconnectAttachmentGroupAttachment" }, - "description": "Attachments in the AttachmentGroup. Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an \"Attachments per group\" quota.", + "description": "Attachments in the AttachmentGroup. Keys are arbitrary user-specified\nstrings. Users are encouraged, but not required, to use their preferred\nformat for resource links as keys.\nNote that there are add-members and remove-members methods in gcloud.\nThe size of this map is limited by an \"Attachments per group\" quota.", "type": "object" }, "configured": { "$ref": "InterconnectAttachmentGroupConfigured" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "etag": { - "description": "Opaque system-generated token that uniquely identifies the configuration. If provided when patching a configuration in update mode, the provided token must match the current token or the update is rejected. This provides a reliable means of doing read-modify-write (optimistic locking) as described by AIP 154.", + "description": "Opaque system-generated token that uniquely identifies the configuration.\nIf provided when patching a configuration in update mode, the provided\ntoken must match the current token or the update is rejected. This provides\na reliable means of doing read-modify-write (optimistic locking) as\ndescribed byAIP 154.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.", + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, @@ -59843,19 +62299,19 @@ "$ref": "InterconnectAttachmentGroupIntent" }, "interconnectGroup": { - "description": "The URL of an InterconnectGroup that groups these Attachments' Interconnects. Customers do not need to set this unless directed by Google Support.", + "description": "The URL of an InterconnectGroup that groups these Attachments'\nInterconnects. Customers do not need to set this unless directed by\nGoogle Support.", "type": "string" }, "kind": { "default": "compute#interconnectAttachmentGroup", - "description": "[Output Only] Type of the resource. Always compute#interconnectAttachmentGroup.", + "description": "[Output Only] Type of the resource. Always\ncompute#interconnectAttachmentGroup.", "type": "string" }, "logicalStructure": { "$ref": "InterconnectAttachmentGroupLogicalStructure" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -59877,7 +62333,7 @@ "type": "object" }, "InterconnectAttachmentGroupConfigured": { - "description": "[Output Only] The redundancy this group is configured to support. The way a user queries what SLA their Attachment gets is by looking at this field of the Attachment's AttachmentGroup.", + "description": "[Output Only] The redundancy this group is configured to support. The way a\nuser queries what SLA their Attachment gets is by looking at this field of\nthe Attachment's AttachmentGroup.", "id": "InterconnectAttachmentGroupConfigured", "properties": { "availabilitySla": { @@ -59887,7 +62343,7 @@ "type": "object" }, "InterconnectAttachmentGroupConfiguredAvailabilitySLA": { - "description": "[Output Only] Which SLA this group is configured to support, and why this group does or does not meet that SLA's requirements.", + "description": "[Output Only] Which SLA this group is configured to support, and why this\ngroup does or does not meet that SLA's requirements.", "id": "InterconnectAttachmentGroupConfiguredAvailabilitySLA", "properties": { "effectiveSla": { @@ -59915,11 +62371,11 @@ "type": "object" }, "InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers": { - "description": "[Output Only] Reasons why configuration.availabilitySLA.sla differs from intent.availabilitySLA. This list is empty if and only if those are the same.", + "description": "[Output Only] Reasons why configuration.availabilitySLA.sla differs from\nintent.availabilitySLA. This list is empty if and only if those are the\nsame.", "id": "InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers", "properties": { "attachments": { - "description": "[Output Only] URLs of any particular Attachments to explain this blocker in more detail.", + "description": "[Output Only] URLs of any particular Attachments to explain this\nblocker in more detail.", "items": { "type": "string" }, @@ -59947,29 +62403,29 @@ "type": "string" }, "documentationLink": { - "description": "[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.", + "description": "[Output Only] The url of Google Cloud public documentation explaining\nthis requirement. This is set for every type of requirement.", "type": "string" }, "explanation": { - "description": "[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.", + "description": "[Output Only] A human-readable explanation of this requirement and\nwhy it's not met. This is set for every type of requirement.", "type": "string" }, "metros": { - "description": "[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like \"iad\". This will be set for some blockers (like NO_ATTACHMENTS_IN_METRO_AND_ZONE) but does not apply to others.", + "description": "[Output Only] Metros used to explain this blocker in more detail.\nThese are three-letter lowercase strings like \"iad\". This will be set\nfor some blockers (like NO_ATTACHMENTS_IN_METRO_AND_ZONE) but does\nnot apply to others.", "items": { "type": "string" }, "type": "array" }, "regions": { - "description": "[Output Only] Regions used to explain this blocker in more detail. These are region names formatted like \"us-central1\". This will be set for some blockers (like INCOMPATIBLE_REGIONS) but does not apply to others.", + "description": "[Output Only] Regions used to explain this blocker in more\ndetail. These are region names formatted like \"us-central1\". This\nwill be set for some blockers (like INCOMPATIBLE_REGIONS) but does\nnot apply to others.", "items": { "type": "string" }, "type": "array" }, "zones": { - "description": "[Output Only] Zones used to explain this blocker in more detail. Format is \"zone1\" and/or \"zone2\". This will be set for some blockers (like MISSING_ZONE) but does not apply to others.", + "description": "[Output Only] Zones used to explain this blocker in more detail.\nFormat is \"zone1\" and/or \"zone2\". This will be set for some blockers\n(like MISSING_ZONE) but does not apply to others.", "items": { "type": "string" }, @@ -59979,7 +62435,7 @@ "type": "object" }, "InterconnectAttachmentGroupIntent": { - "description": "The user's intent for this AttachmentGroup. This is the only required field besides the name that must be specified on group creation.", + "description": "The user's intent for this AttachmentGroup. This is the only required field\nbesides the name that must be specified on group creation.", "id": "InterconnectAttachmentGroupIntent", "properties": { "availabilitySla": { @@ -60001,7 +62457,7 @@ "type": "object" }, "InterconnectAttachmentGroupLogicalStructure": { - "description": "[Output Only] An analysis of the logical layout of Attachments in this group. Every Attachment in the group is shown once in this structure.", + "description": "[Output Only] An analysis of the logical layout of Attachments in this\ngroup. Every Attachment in the group is shown once in this structure.", "id": "InterconnectAttachmentGroupLogicalStructure", "properties": { "regions": { @@ -60041,14 +62497,14 @@ "type": "array" }, "metro": { - "description": "[Output Only] The name of the metro, as a three-letter lowercase string like \"iad\". This is the first component of the location of an Interconnect.", + "description": "[Output Only] The name of the metro, as a three-letter lowercase\nstring like \"iad\". This is the first component of the location of an\nInterconnect.", "type": "string" } }, "type": "object" }, "InterconnectAttachmentGroupLogicalStructureRegionMetroFacility": { - "description": "[Output Only] The facilities used for this group's Attachments' Interconnects.", + "description": "[Output Only] The facilities used for this group's Attachments'\nInterconnects.", "id": "InterconnectAttachmentGroupLogicalStructureRegionMetroFacility", "properties": { "facility": { @@ -60065,11 +62521,11 @@ "type": "object" }, "InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone": { - "description": "[Output Only] The zones that Attachments in this group are present in, in the given facilities. This is inherited from their Interconnects.", + "description": "[Output Only] The zones that Attachments in this group are present\nin, in the given facilities. This is inherited from their\nInterconnects.", "id": "InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone", "properties": { "attachments": { - "description": "[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.", + "description": "[Output Only] URLs of Attachments in the given zone, to the given\nregion, on Interconnects in the given facility and metro. Every\nAttachment in the AG has such an entry.", "items": { "type": "string" }, @@ -60117,7 +62573,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -60125,7 +62581,7 @@ "type": "string" }, "unreachables": { - "description": "[Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder", + "description": "[Output Only] Unreachable resources.\nend_interface:\nMixerListResponseWithEtagBuilder", "items": { "type": "string" }, @@ -60135,7 +62591,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -60199,44 +62655,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -60301,7 +62757,7 @@ "id": "InterconnectAttachmentGroupsOperationalStatusAttachmentStatus", "properties": { "adminEnabled": { - "description": "Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.", + "description": "Whether this Attachment is enabled. This becomes false when the customer\ndrains their Attachment.", "type": "boolean" }, "attachment": { @@ -60309,7 +62765,7 @@ "type": "string" }, "isActive": { - "description": "Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA.", + "description": "Whether this Attachment is participating in the redundant configuration.\nThis will be ACTIVE if and only if the status below is CONNECTION_UP.\nAny INACTIVE Attachments are excluded from the analysis that generates\noperational.availabilitySLA.", "enum": [ "ACTIVE", "INACTIVE", @@ -60363,8 +62819,90 @@ }, "type": "object" }, + "InterconnectAttachmentL2Forwarding": { + "description": "L2 Interconnect Attachment related configuration.", + "id": "InterconnectAttachmentL2Forwarding", + "properties": { + "applianceMappings": { + "additionalProperties": { + "$ref": "InterconnectAttachmentL2ForwardingApplianceMapping" + }, + "description": "Optional. A map of VLAN tags to appliances and optional inner mapping\nrules. If VLANs are not explicitly mapped to any appliance, the\ndefaultApplianceIpAddress is used.\n\nEach VLAN tag can be a single number or a range of numbers in the range\nof 1 to 4094, e.g., \"1\" or \"4001-4094\". Non-empty and non-overlapping\nVLAN tag ranges are enforced, and violating operations will be rejected.\n\nThe VLAN tags in the Ethernet header must use an ethertype value of\n0x88A8 or 0x8100.", + "type": "object" + }, + "defaultApplianceIpAddress": { + "description": "Optional. A single IPv4 or IPv6 address used as the default destination\nIP when there is no VLAN mapping result found.\n\nUnset field (null-value) indicates the unmatched packet should be\ndropped.", + "type": "string" + }, + "geneveHeader": { + "$ref": "InterconnectAttachmentL2ForwardingGeneveHeader", + "description": "Optional. It represents the structure of a Geneve (Generic Network\nVirtualization Encapsulation) header, as defined in RFC8926. It encapsulates packets from various\nprotocols (e.g., Ethernet, IPv4, IPv6) for use in network virtualization\nenvironments." + }, + "network": { + "description": "Required. Resource URL of the network to which this attachment belongs.", + "type": "string" + }, + "tunnelEndpointIpAddress": { + "description": "Required. A single IPv4 or IPv6 address. This address will be used as the\nsource IP address for packets sent to the appliances, and must be used as\nthe destination IP address for packets that should be sent out through\nthis attachment.", + "type": "string" + } + }, + "type": "object" + }, + "InterconnectAttachmentL2ForwardingApplianceMapping": { + "description": "Two-level VLAN-to-Appliance mapping rule.", + "id": "InterconnectAttachmentL2ForwardingApplianceMapping", + "properties": { + "applianceIpAddress": { + "description": "Optional. A single IPv4 or IPv6 address used as the destination IP\naddress for ingress packets that match on a VLAN tag, but do not match\na more specific inner VLAN tag.\n\nUnset field (null-value) indicates both VLAN tags are required to be\nmapped. Otherwise, defaultApplianceIpAddress is used.", + "type": "string" + }, + "innerVlanToApplianceMappings": { + "description": "Optional. Used to match against the inner VLAN when the packet\ncontains two VLAN tags.\n\nA list of mapping rules from inner VLAN tags to IP addresses. If the\ninner VLAN is not explicitly mapped to an IP address range, the\napplianceIpAddress is used.", + "items": { + "$ref": "InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping" + }, + "type": "array" + }, + "name": { + "description": "Optional. The name of this appliance mapping rule.", + "type": "string" + } + }, + "type": "object" + }, + "InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping": { + "description": "The inner VLAN-to-Appliance mapping.", + "id": "InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping", + "properties": { + "innerApplianceIpAddress": { + "description": "Required in this object. A single IPv4 or IPv6 address used as the\ndestination IP address for ingress packets that match on both VLAN\ntags.", + "type": "string" + }, + "innerVlanTags": { + "description": "Required in this object. Used to match the inner VLAN tag on the\npacket. Each entry can be a single number or a range of numbers in\nthe range of 1 to 4094, e.g., [\"1\", \"4001-4094\"] is valid. Non-empty\nand Non-overlapping VLAN tag ranges are enforced, and violating\noperations will be rejected.\n\nThe inner VLAN tags must have an ethertype value of 0x8100.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "InterconnectAttachmentL2ForwardingGeneveHeader": { + "description": "GeneveHeader related configurations.", + "id": "InterconnectAttachmentL2ForwardingGeneveHeader", + "properties": { + "vni": { + "description": "Optional. VNI is a 24-bit unique virtual network identifier, from 0 to\n16,777,215.", + "format": "uint32", + "type": "integer" + } + }, + "type": "object" + }, "InterconnectAttachmentList": { - "description": "Response to the list request, and contains a list of interconnect attachments.", + "description": "Response to the list request, and contains a list of interconnect\nattachments.", "id": "InterconnectAttachmentList", "properties": { "id": { @@ -60380,11 +62918,11 @@ }, "kind": { "default": "compute#interconnectAttachmentList", - "description": "[Output Only] Type of resource. Always compute#interconnectAttachmentList for lists of interconnect attachments.", + "description": "[Output Only] Type of resource. Alwayscompute#interconnectAttachmentList for lists of interconnect\nattachments.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -60395,7 +62933,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -60459,44 +62997,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -60518,31 +63056,45 @@ }, "type": "object" }, + "InterconnectAttachmentParams": { + "description": "Additional interconnect attachment parameters.", + "id": "InterconnectAttachmentParams", + "properties": { + "resourceManagerTags": { + "additionalProperties": { + "type": "string" + }, + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.\n* Inconsistent format is not supported. For instance:\n {\"tagKeys/333\" : \"tagValues/444\", \"123/env\" : \"prod\"} is invalid.", + "type": "object" + } + }, + "type": "object" + }, "InterconnectAttachmentPartnerMetadata": { - "description": "Informational metadata about Partner attachments from Partners to display to customers. These fields are propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments.", + "description": "Informational metadata about Partner attachments from Partners to display\nto customers. These fields are propagated from PARTNER_PROVIDER\nattachments to their corresponding PARTNER attachments.", "id": "InterconnectAttachmentPartnerMetadata", "properties": { "interconnectName": { - "description": "Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance \"Chicago 1\". This value may be validated to match approved Partner values.", + "description": "Plain text name of the Interconnect this attachment is connected to, as\ndisplayed in the Partner's portal. For instance \"Chicago 1\".\nThis value may be validated to match approved Partner values.", "type": "string" }, "partnerName": { - "description": "Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.", + "description": "Plain text name of the Partner providing this attachment.\nThis value may be validated to match approved Partner values.", "type": "string" }, "portalUrl": { - "description": "URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.", + "description": "URL of the Partner's portal for this Attachment. Partners may customise\nthis to be a deep link to the specific resource on the Partner portal.\nThis value may be validated to match approved Partner values.", "type": "string" } }, "type": "object" }, "InterconnectAttachmentPrivateInfo": { - "description": "Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.", + "description": "Information for an interconnect attachment when this belongs to an\ninterconnect of type DEDICATED.", "id": "InterconnectAttachmentPrivateInfo", "properties": { "tag8021q": { - "description": "[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.", + "description": "[Output Only] 802.1q encapsulation tag to be used for traffic between\nGoogle and the customer, going to and from this network and region.", "format": "uint32", "type": "integer" } @@ -60560,10 +63112,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of addresses when the list is empty.", + "description": "Informational warning which replaces the list of addresses when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -60627,44 +63179,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -60687,7 +63239,7 @@ "type": "object" }, "InterconnectCircuitInfo": { - "description": "Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.", + "description": "Describes a single physical circuit between the Customer and Google.\nCircuitInfo objects are created by Google, so all fields are output only.", "id": "InterconnectCircuitInfo", "properties": { "customerDemarcId": { @@ -60699,18 +63251,18 @@ "type": "string" }, "googleDemarcId": { - "description": "Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.", + "description": "Google-side demarc ID for this circuit. Assigned at circuit turn-up and\nprovided by Google to the customer in the LOA.", "type": "string" } }, "type": "object" }, "InterconnectDiagnostics": { - "description": "Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.", + "description": "Diagnostics information about the Interconnect connection, which contains\ndetailed and current technical information about Google's side of the\nconnection.", "id": "InterconnectDiagnostics", "properties": { "arpCaches": { - "description": "A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.", + "description": "A list of InterconnectDiagnostics.ARPEntry objects,\ndescribing individual neighbors currently seen by the Google router in\nthe ARP cache for the Interconnect.\nThis will be empty when the Interconnect is not bundled.", "items": { "$ref": "InterconnectDiagnosticsARPEntry" }, @@ -60735,13 +63287,13 @@ "BUNDLE_OPERATIONAL_STATUS_UP" ], "enumDescriptions": [ - "If bundleAggregationType is LACP: LACP is not established and/or all links in the bundle have DOWN operational status. If bundleAggregationType is STATIC: one or more links in the bundle has DOWN operational status.", - "If bundleAggregationType is LACP: LACP is established and at least one link in the bundle has UP operational status. If bundleAggregationType is STATIC: all links in the bundle (typically just one) have UP operational status." + "If bundleAggregationType is LACP: LACP is not established and/or all\nlinks in the bundle have DOWN operational status. If\nbundleAggregationType is STATIC: one or more links in the bundle has\nDOWN operational status.", + "If bundleAggregationType is LACP: LACP is established and at least one\nlink in the bundle has UP operational status. If bundleAggregationType\nis STATIC: all links in the bundle (typically just one) have UP\noperational status." ], "type": "string" }, "links": { - "description": "A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.", + "description": "A list of InterconnectDiagnostics.LinkStatus objects,\ndescribing the status for each link on the Interconnect.", "items": { "$ref": "InterconnectDiagnosticsLinkStatus" }, @@ -60781,14 +63333,14 @@ "type": "string" }, "state": { - "description": "The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. ", + "description": "The state of a LACP link, which can take one of the following values:\n \n - ACTIVE: The link is configured and active within the bundle.\n - DETACHED: The link is not configured within the bundle. This means\n that the rest of the object should be empty.", "enum": [ "ACTIVE", "DETACHED" ], "enumDescriptions": [ "The link is configured and active within the bundle.", - "The link is not configured within the bundle, this means the rest of the object should be empty." + "The link is not configured within the bundle, this means the rest of\nthe object should be empty." ], "type": "string" } @@ -60799,7 +63351,7 @@ "id": "InterconnectDiagnosticsLinkOpticalPower", "properties": { "state": { - "description": "The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold. ", + "description": "The status of the current value when compared to the warning and alarm\nlevels for the receiving or transmitting transceiver. Possible states\ninclude:\n \n \n - OK: The value has not crossed a warning threshold.\n - LOW_WARNING: The value has crossed below the low\n warning threshold. \n - HIGH_WARNING: The value has\n crossed above the high warning threshold.\n - LOW_ALARM: The value has crossed below the low alarm\n threshold.\n - HIGH_ALARM: The value has crossed above the high alarm\n threshold.", "enum": [ "HIGH_ALARM", "HIGH_WARNING", @@ -60809,15 +63361,15 @@ ], "enumDescriptions": [ "The value has crossed above the high alarm threshold.", - "The value of the current optical power has crossed above the high warning threshold.", - "The value of the current optical power has crossed below the low alarm threshold.", - "The value of the current optical power has crossed below the low warning threshold.", - "The value of the current optical power has not crossed a warning threshold." + "The value of the current optical power has crossed above the high\nwarning threshold.", + "The value of the current optical power has crossed below the low alarm\nthreshold.", + "The value of the current optical power has crossed below the low\nwarning threshold.", + "The value of the current optical power has not crossed a warning\nthreshold." ], "type": "string" }, "value": { - "description": "Value of the current receiving or transmitting optical power, read in dBm. Take a known good optical value, give it a 10% margin and trigger warnings relative to that value. In general, a -7dBm warning and a -11dBm alarm are good optical value estimates for most links.", + "description": "Value of the current receiving or transmitting optical power, read in\ndBm. Take a known good optical value, give it a 10% margin and trigger\nwarnings relative to that value. In general, a -7dBm warning and a -11dBm\nalarm are good optical value estimates for most links.", "format": "float", "type": "number" } @@ -60828,7 +63380,7 @@ "id": "InterconnectDiagnosticsLinkStatus", "properties": { "arpCaches": { - "description": "A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled", + "description": "A list of InterconnectDiagnostics.ARPEntry objects,\ndescribing the ARP neighbor entries seen on this link.\nThis will be empty if the link is bundled", "items": { "$ref": "InterconnectDiagnosticsARPEntry" }, @@ -60863,11 +63415,11 @@ }, "receivingOpticalPower": { "$ref": "InterconnectDiagnosticsLinkOpticalPower", - "description": "An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level." + "description": "An InterconnectDiagnostics.LinkOpticalPower object,\ndescribing the current value and status of the received light level." }, "transmittingOpticalPower": { "$ref": "InterconnectDiagnosticsLinkOpticalPower", - "description": "An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level." + "description": "An InterconnectDiagnostics.LinkOpticalPower object,\ndescribing the current value and status of the transmitted light level." } }, "type": "object" @@ -60877,7 +63429,7 @@ "id": "InterconnectDiagnosticsMacsecStatus", "properties": { "ckn": { - "description": "Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.", + "description": "Indicates the Connectivity Association Key Name (CKN)\ncurrently being used if MACsec is operational.", "type": "string" }, "operational": { @@ -60888,26 +63440,26 @@ "type": "object" }, "InterconnectGroup": { - "description": "An interconnect group resource allows customers to create, analyze, and expand their redundant connections.", + "description": "An interconnect group resource allows customers to create, analyze, and\nexpand their redundant connections.", "id": "InterconnectGroup", "properties": { "configured": { "$ref": "InterconnectGroupConfigured" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "etag": { - "description": "Opaque system-generated token that uniquely identifies the configuration. If provided when patching a configuration in update mode, the provided token must match the current token or the update is rejected. This provides a reliable means of doing read-modify-write (optimistic locking) as described by API 154.", + "description": "Opaque system-generated token that uniquely identifies the configuration.\nIf provided when patching a configuration in update mode, the provided\ntoken must match the current token or the update is rejected. This provides\na reliable means of doing read-modify-write (optimistic locking) as\ndescribed by AIP 154.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.", + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, @@ -60918,7 +63470,7 @@ "additionalProperties": { "$ref": "InterconnectGroupInterconnect" }, - "description": "Interconnects in the InterconnectGroup. Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an \"Interconnects per group\" quota.", + "description": "Interconnects in the InterconnectGroup. Keys are arbitrary user-specified\nstrings. Users are encouraged, but not required, to use their preferred\nformat for resource links as keys.\nNote that there are add-members and remove-members methods in gcloud.\nThe size of this map is limited by an \"Interconnects per group\" quota.", "type": "object" }, "kind": { @@ -60932,7 +63484,7 @@ "compute.interconnectGroups.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -60947,7 +63499,7 @@ "type": "object" }, "InterconnectGroupConfigured": { - "description": "[Output Only] The status of the group as configured. This has the same structure as the operational field reported by the OperationalStatus method, but does not take into account the operational status of each resource.", + "description": "[Output Only] The status of the group as configured. This has the same\nstructure as the operational field reported by the OperationalStatus\nmethod, but does not take into account the operational status of each\nresource.", "id": "InterconnectGroupConfigured", "properties": { "topologyCapability": { @@ -60957,7 +63509,7 @@ "type": "object" }, "InterconnectGroupConfiguredTopologyCapability": { - "description": "[Output Only] How reliable this topology is configured to be, and why this group does or does not meet the requirements for the intended capability.", + "description": "[Output Only] How reliable this topology is configured to be, and why\nthis group does or does not meet the requirements for the intended\ncapability.", "id": "InterconnectGroupConfiguredTopologyCapability", "properties": { "intendedCapabilityBlockers": { @@ -60985,7 +63537,7 @@ "type": "object" }, "InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers": { - "description": "[Output Only] Reasons why configuration.topologyCapability.sla differs from intent.topologyCapability. This list is empty if and only if those are the same.", + "description": "[Output Only] Reasons why configuration.topologyCapability.sla differs\nfrom intent.topologyCapability. This list is empty if and only if those\nare the same.", "id": "InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers", "properties": { "blockerType": { @@ -61008,36 +63560,36 @@ "type": "string" }, "documentationLink": { - "description": "[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.", + "description": "[Output Only] The url of Google Cloud public documentation explaining\nthis requirement. This is set for every type of requirement.", "type": "string" }, "explanation": { - "description": "[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.", + "description": "[Output Only] A human-readable explanation of this requirement and\nwhy it's not met. This is set for every type of requirement.", "type": "string" }, "facilities": { - "description": "[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like \"5467\".", + "description": "[Output Only] Facilities used to explain this blocker in more detail.\nLike physicalStructure.metros.facilities.facility, this is a numeric\nstring like \"5467\".", "items": { "type": "string" }, "type": "array" }, "interconnects": { - "description": "[Output Only] Interconnects used to explain this blocker in more detail.", + "description": "[Output Only] Interconnects used to explain this blocker in more\ndetail.", "items": { "type": "string" }, "type": "array" }, "metros": { - "description": "[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like \"iad\". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.", + "description": "[Output Only] Metros used to explain this blocker in more detail.\nThese are three-letter lowercase strings like \"iad\". A blocker like\nINCOMPATIBLE_METROS will specify the problematic metros in this\nfield.", "items": { "type": "string" }, "type": "array" }, "zones": { - "description": "[Output Only] Zones used to explain this blocker in more detail. Zone names are \"zone1\" and/or \"zone2\".", + "description": "[Output Only] Zones used to explain this blocker in more detail.\nZone names are \"zone1\" and/or \"zone2\".", "items": { "type": "string" }, @@ -61047,7 +63599,7 @@ "type": "object" }, "InterconnectGroupIntent": { - "description": "The user's intent for this group. This is the only required field besides the name that must be specified on group creation.", + "description": "The user's intent for this group. This is the only required field besides\nthe name that must be specified on group creation.", "id": "InterconnectGroupIntent", "properties": { "topologyCapability": { @@ -61073,14 +63625,14 @@ "id": "InterconnectGroupInterconnect", "properties": { "interconnect": { - "description": "The URL of an Interconnect in this group. All Interconnects in the group are unique.", + "description": "The URL of an Interconnect in this group. All Interconnects in the group\nare unique.", "type": "string" } }, "type": "object" }, "InterconnectGroupPhysicalStructure": { - "description": "[Output Only] An analysis of the physical layout of Interconnects in this group. Every Interconnect in the group is shown once in this structure.", + "description": "[Output Only] An analysis of the physical layout of Interconnects in this\ngroup. Every Interconnect in the group is shown once in this structure.", "id": "InterconnectGroupPhysicalStructure", "properties": { "metros": { @@ -61103,18 +63655,18 @@ "type": "array" }, "metro": { - "description": "[Output Only] The name of the metro, as a three-letter lowercase string like \"iad\". This is the first component of the location of Interconnects underneath this.", + "description": "[Output Only] The name of the metro, as a three-letter lowercase string\nlike \"iad\". This is the first component of the location of\nInterconnects underneath this.", "type": "string" } }, "type": "object" }, "InterconnectGroupPhysicalStructureMetrosFacilities": { - "description": "[Output Only] The facilities Interconnects in this metro are present in.", + "description": "[Output Only] The facilities Interconnects in this metro are present\nin.", "id": "InterconnectGroupPhysicalStructureMetrosFacilities", "properties": { "facility": { - "description": "[Output Only] The ID of this facility, as a numeric string like \"5467\". This is the third component of the location of Interconnects in this facility.", + "description": "[Output Only] The ID of this facility, as a numeric string like\n\"5467\". This is the third component of the location of Interconnects\nin this facility.", "type": "string" }, "zones": { @@ -61127,18 +63679,18 @@ "type": "object" }, "InterconnectGroupPhysicalStructureMetrosFacilitiesZones": { - "description": "[Output Only] The zones that Interconnects in this facility are present in.", + "description": "[Output Only] The zones that Interconnects in this facility are\npresent in.", "id": "InterconnectGroupPhysicalStructureMetrosFacilitiesZones", "properties": { "interconnects": { - "description": "[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.", + "description": "[Output Only] URLs of Interconnects in this redundancy group in the\ngiven metro, facility, and zone.", "items": { "type": "string" }, "type": "array" }, "zone": { - "description": "[Output Only] The name of the zone, either \"zone1\" or \"zone2\". This is the second component of the location of Interconnects in this facility.", + "description": "[Output Only] The name of the zone, either \"zone1\" or \"zone2\".\nThis is the second component of the location of Interconnects in\nthis facility.", "type": "string" } }, @@ -61148,7 +63700,7 @@ "id": "InterconnectGroupsCreateMembers", "properties": { "intentMismatchBehavior": { - "description": "How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.", + "description": "How to behave when configured.topologyCapability.supportedSLA would not\nequal intent.topologyCapability after this call.", "enum": [ "CREATE", "REJECT", @@ -61179,23 +63731,23 @@ "id": "InterconnectGroupsCreateMembersInterconnectInput", "properties": { "adminEnabled": { - "description": "Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.", + "description": "Administrative status of the interconnect. When this is set to true, the\nInterconnect is functional and can carry traffic.\nWhen set to false, no packets can be carried over the interconnect and\nno BGP routes are exchanged over it. By default, the status is set to\ntrue.", "type": "boolean" }, "customerName": { - "description": "Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.", + "description": "Customer name, to put in the Letter of Authorization as the party\nauthorized to request a crossconnect.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "facility": { - "description": "A zone-free location to use for all Interconnects created in this call, like \"iad-1234\".", + "description": "A zone-free location to use for all Interconnects created in this call,\nlike \"iad-1234\".", "type": "string" }, "interconnectType": { - "description": "Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.", + "description": "Type of interconnect, which can take one of the following values:\n \n - PARTNER: A partner-managed interconnection shared between\n customers though a partner. \n - DEDICATED: A dedicated physical\n interconnection with the customer.\n\n Note that a value IT_PRIVATE\nhas been deprecated in favor of DEDICATED.", "enum": [ "DEDICATED", "IT_PRIVATE", @@ -61209,7 +63761,7 @@ "type": "string" }, "linkType": { - "description": "Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. - LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.", + "description": "Type of link requested, which can take one of the following values:\n \n - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics\n - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics.\n - LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4\n optics.\n\n Note that this field indicates the speed of each of the\nlinks in the bundle, not the speed of the entire bundle.", "enum": [ "LINK_TYPE_ETHERNET_100G_LR", "LINK_TYPE_ETHERNET_10G_LR", @@ -61217,30 +63769,34 @@ ], "enumDescriptions": [ "100G Ethernet, LR Optics.", - "10G Ethernet, LR Optics. [(rate_bps) = 10000000000];", + "10G Ethernet, LR Optics.\n[(rate_bps) = 10000000000];", "400G Ethernet, LR4 Optics." ], "type": "string" }, "name": { - "description": "Name of the Interconnects to be created. This must be specified on the template and/or on each individual interconnect. The name, if not empty, must be 1-63 characters long, and comply with RFC1035. Specifically, any nonempty name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the Interconnects to be created. This must be specified on the\ntemplate and/or on each individual interconnect. The name, if not empty,\nmust be 1-63 characters long, and comply with RFC1035.\nSpecifically, any nonempty name must be 1-63 characters long and match\nthe regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "type": "string" }, "nocContactEmail": { - "description": "Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.", + "description": "Email address to contact the customer NOC for operations and maintenance\nnotifications regarding this Interconnect. If specified, this will be\nused for notifications in addition to all other forms described, such as\nCloud Monitoring logs alerting and Cloud Notifications. This field is\nrequired for users who sign up for Cloud Interconnect using\nworkforce identity federation.", "type": "string" }, "remoteLocation": { - "description": "Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.", + "description": "Indicates that this is a Cross-Cloud Interconnect. This field specifies\nthe location outside of Google's network that the interconnect is\nconnected to.", "type": "string" }, "requestedFeatures": { - "description": "Optional. List of features requested for this Interconnect connection, which can take one of the following values: - IF_MACSEC If specified then the connection is created on MACsec capable hardware ports. If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH.", + "description": "Optional. List of features requested for this Interconnect connection,\nwhich can take one of the following values:\n \n - IF_MACSEC: If specified, then the connection is created on MACsec\n capable hardware ports. If not specified, non-MACsec capable ports will\n also be considered.\n - IF_CROSS_SITE_NETWORK: If specified, then the connection is created\n exclusively for Cross-Site Networking. The connection can not be used for\n Cross-Site Networking unless this feature is specified.", "items": { "enum": [ + "IF_CROSS_SITE_NETWORK", + "IF_L2_FORWARDING", "IF_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", + "L2 Interconnect Attachment Forwarding", "Media Access Control security (MACsec)" ], "type": "string" @@ -61248,7 +63804,7 @@ "type": "array" }, "requestedLinkCount": { - "description": "Target number of physical links in the link bundle, as requested by the customer.", + "description": "Target number of physical links in the link bundle, as requested by the\ncustomer.", "format": "int32", "type": "integer" } @@ -61299,7 +63855,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -61307,7 +63863,7 @@ "type": "string" }, "unreachables": { - "description": "[Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder", + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", "items": { "type": "string" }, @@ -61317,7 +63873,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -61381,44 +63937,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -61491,14 +64047,14 @@ }, "diagnostics": { "$ref": "InterconnectDiagnostics", - "description": "The diagnostics of the Interconnect, as returned by the existing get-diagnostics method." + "description": "The diagnostics of the Interconnect, as returned by the existing\nget-diagnostics method." }, "interconnect": { "description": "The URL of the Interconnect being described.", "type": "string" }, "isActive": { - "description": "Whether this interconnect is participating in the redundant configuration.", + "description": "Whether this interconnect is participating in the redundant\nconfiguration.", "enum": [ "ACTIVE", "INACTIVE", @@ -61531,11 +64087,11 @@ }, "kind": { "default": "compute#interconnectList", - "description": "[Output Only] Type of resource. Always compute#interconnectList for lists of interconnects.", + "description": "[Output Only] Type of resource. Alwayscompute#interconnectList for lists of interconnects.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -61546,7 +64102,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -61610,44 +64166,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -61670,24 +64226,28 @@ "type": "object" }, "InterconnectLocation": { - "description": "Represents an Interconnect Attachment (VLAN) Location resource. You can use this resource to find location details about an Interconnect attachment (VLAN). For more information about interconnect attachments, read Creating VLAN Attachments.", + "description": "Represents an Interconnect Attachment (VLAN) Location resource.\n\nYou can use this resource to find location details about an Interconnect\nattachment (VLAN). For more information about interconnect attachments, read\nCreating VLAN Attachments.", "id": "InterconnectLocation", "properties": { "address": { - "description": "[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.", + "description": "[Output Only] The postal address of the Point of Presence, each line in\nthe address is separated by a newline character.", "type": "string" }, "availabilityZone": { - "description": "[Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: \"zone1\" or \"zone2\".", + "description": "[Output Only] Availability zone for this InterconnectLocation. Within a\nmetropolitan area (metro), maintenance will not be simultaneously scheduled\nin more than one availability zone. Example: \"zone1\" or \"zone2\".", "type": "string" }, "availableFeatures": { - "description": "[Output only] List of features available at this InterconnectLocation, which can take one of the following values: - IF_MACSEC ", + "description": "[Output only] List of features available at this InterconnectLocation,\nwhich can take one of the following values:\n \n - IF_MACSEC\n - IF_CROSS_SITE_NETWORK", "items": { "enum": [ + "IF_CROSS_SITE_NETWORK", + "IF_L2_FORWARDING", "IF_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", + "L2 Interconnect Attachment Forwarding", "Media Access Control security (MACsec)" ], "type": "string" @@ -61695,7 +64255,7 @@ "type": "array" }, "availableLinkTypes": { - "description": "[Output only] List of link types available at this InterconnectLocation, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR - LINK_TYPE_ETHERNET_100G_LR - LINK_TYPE_ETHERNET_400G_LR4 ", + "description": "[Output only] List of link types available at this InterconnectLocation,\nwhich can take one of the following values:\n \n - LINK_TYPE_ETHERNET_10G_LR\n - LINK_TYPE_ETHERNET_100G_LR\n - LINK_TYPE_ETHERNET_400G_LR4", "items": { "enum": [ "LINK_TYPE_ETHERNET_100G_LR", @@ -61704,7 +64264,7 @@ ], "enumDescriptions": [ "100G Ethernet, LR Optics.", - "10G Ethernet, LR Optics. [(rate_bps) = 10000000000];", + "10G Ethernet, LR Optics.\n[(rate_bps) = 10000000000];", "400G Ethernet, LR4 Optics." ], "type": "string" @@ -61712,11 +64272,11 @@ "type": "array" }, "city": { - "description": "[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: \"Chicago, IL\", \"Amsterdam, Netherlands\".", + "description": "[Output Only] Metropolitan area designator that indicates which city an\ninterconnect is located.\nFor example: \"Chicago, IL\", \"Amsterdam, Netherlands\".", "type": "string" }, "continent": { - "description": "[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA ", + "description": "[Output Only] Continent for this location, which can take one of the\nfollowing values:\n \n - AFRICA\n - ASIA_PAC\n - EUROPE\n - NORTH_AMERICA\n - SOUTH_AMERICA", "enum": [ "AFRICA", "ASIA_PAC", @@ -61744,9 +64304,16 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, + "crossSiteInterconnectInfos": { + "description": "[Output Only] A list of InterconnectLocation.CrossSiteInterconnectInfo\nobjects, that describe where Cross-Site Interconnect wires may connect to\nfrom this location and associated connection parameters. Cross-Site\nInterconnect isn't allowed to locations which are not listed.", + "items": { + "$ref": "InterconnectLocationCrossSiteInterconnectInfo" + }, + "type": "array" + }, "description": { "description": "[Output Only] An optional description of the resource.", "type": "string" @@ -61756,17 +64323,17 @@ "type": "string" }, "facilityProviderFacilityId": { - "description": "[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).", + "description": "[Output Only] A provider-assigned Identifier for this facility (e.g.,\nAshburn-DC1).", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#interconnectLocation", - "description": "[Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.", + "description": "[Output Only] Type of the resource. Alwayscompute#interconnectLocation for interconnect locations.", "type": "string" }, "name": { @@ -61774,11 +64341,11 @@ "type": "string" }, "peeringdbFacilityId": { - "description": "[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).", + "description": "[Output Only] The peeringdb identifier for this facility (corresponding\nwith a netfac type in peeringdb).", "type": "string" }, "regionInfos": { - "description": "[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.", + "description": "[Output Only] A list of InterconnectLocation.RegionInfo objects, that\ndescribe parameters pertaining to the relation between this\nInterconnectLocation and various Google Cloud regions.", "items": { "$ref": "InterconnectLocationRegionInfo" }, @@ -61789,14 +64356,14 @@ "type": "string" }, "singleRegionProductionCriticalPeerLocations": { - "description": "[Output Only] URLs of the other locations that can pair up with this location to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are Single-Region 99.99% peer locations of each other.", + "description": "[Output Only] URLs of the other locations that can pair up with this\nlocation to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and\niad-zone2-5467 are Single-Region 99.99% peer locations of each other.", "items": { "type": "string" }, "type": "array" }, "status": { - "description": "[Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects. ", + "description": "[Output Only] The status of this InterconnectLocation, which can take one\nof the following values:\n \n - CLOSED: The InterconnectLocation is closed and is unavailable for\n provisioning new Interconnects.\n - AVAILABLE: The InterconnectLocation is available for provisioning new\n Interconnects.", "enum": [ "AVAILABLE", "CLOSED" @@ -61814,6 +64381,17 @@ }, "type": "object" }, + "InterconnectLocationCrossSiteInterconnectInfo": { + "description": "Information about Cross-Site Interconnect wires which may be created\nbetween the containing location and another remote location.", + "id": "InterconnectLocationCrossSiteInterconnectInfo", + "properties": { + "city": { + "description": "The remote location for Cross-Site Interconnect wires. This specifies an\nInterconnectLocation city (metropolitan area designator), which itself\nmay match multiple InterconnectLocations.", + "type": "string" + } + }, + "type": "object" + }, "InterconnectLocationList": { "description": "Response to the list request, and contains a list of interconnect locations.", "id": "InterconnectLocationList", @@ -61831,11 +64409,11 @@ }, "kind": { "default": "compute#interconnectLocationList", - "description": "[Output Only] Type of resource. Always compute#interconnectLocationList for lists of interconnect locations.", + "description": "[Output Only] Type of resource. Alwayscompute#interconnectLocationList for lists of interconnect\nlocations.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -61846,7 +64424,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -61910,44 +64488,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -61970,14 +64548,18 @@ "type": "object" }, "InterconnectLocationRegionInfo": { - "description": "Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.", + "description": "Information about any potential InterconnectAttachments between an\nInterconnect at a specific InterconnectLocation, and a specific Cloud\nRegion.", "id": "InterconnectLocationRegionInfo", "properties": { "expectedRttMs": { - "description": "Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.", + "description": "Expected round-trip time in milliseconds, from this InterconnectLocation\nto a VM in this region.", "format": "int64", "type": "string" }, + "l2ForwardingEnabled": { + "description": "Identifies whether L2 Interconnect Attachments can be created in this\nregion for interconnects that are in this location.", + "type": "boolean" + }, "locationPresence": { "description": "Identifies the network presence of this location.", "enum": [ @@ -61987,10 +64569,10 @@ "LP_LOCAL_REGION" ], "enumDescriptions": [ - "This region is not in any common network presence with this InterconnectLocation.", - "This region shares the same regional network presence as this InterconnectLocation.", - "[Deprecated] This region is not in any common network presence with this InterconnectLocation.", - "[Deprecated] This region shares the same regional network presence as this InterconnectLocation." + "This region is not in any common network presence with this\nInterconnectLocation.", + "This region shares the same regional network presence as this\nInterconnectLocation.", + "[Deprecated] This region is not in any common network presence with\nthis InterconnectLocation.", + "[Deprecated] This region shares the same regional network presence as\nthis InterconnectLocation." ], "type": "string" }, @@ -62002,15 +64584,15 @@ "type": "object" }, "InterconnectMacsec": { - "description": "Configuration information for enabling Media Access Control security (MACsec) on this Cloud Interconnect connection between Google and your on-premises router.", + "description": "Configuration information for enabling Media Access Control security\n(MACsec) on this Cloud Interconnect connection between Google and your\non-premises router.", "id": "InterconnectMacsec", "properties": { "failOpen": { - "description": "If set to true, the Interconnect connection is configured with a should-secure MACsec security policy, that allows the Google router to fallback to cleartext traffic if the MKA session cannot be established. By default, the Interconnect connection is configured with a must-secure security policy that drops all traffic if the MKA session cannot be established with your router.", + "description": "If set to true, the Interconnect connection is configured with ashould-secure MACsec security policy, that allows the Google\nrouter to fallback to cleartext traffic if the MKA session cannot be\nestablished. By default, the Interconnect connection is configured with amust-secure security policy that drops all traffic if the\nMKA session cannot be established with your router.", "type": "boolean" }, "preSharedKeys": { - "description": "Required. A keychain placeholder describing a set of named key objects along with their start times. A MACsec CKN/CAK is generated for each key in the key chain. Google router automatically picks the key with the most recent startTime when establishing or re-establishing a MACsec secure link.", + "description": "Required. A keychain placeholder describing a set of named key objects\nalong with their start times. A MACsec CKN/CAK is generated for each\nkey in the key chain. Google router automatically picks the key with\nthe most recent startTime when establishing or re-establishing a MACsec\nsecure link.", "items": { "$ref": "InterconnectMacsecPreSharedKey" }, @@ -62020,11 +64602,11 @@ "type": "object" }, "InterconnectMacsecConfig": { - "description": "MACsec configuration information for the Interconnect connection. Contains the generated Connectivity Association Key Name (CKN) and the key (CAK) for this Interconnect connection.", + "description": "MACsec configuration information for the Interconnect connection. Contains\nthe generated Connectivity Association Key Name (CKN) and the key (CAK) for\nthis Interconnect connection.", "id": "InterconnectMacsecConfig", "properties": { "preSharedKeys": { - "description": "A keychain placeholder describing a set of named key objects along with their start times. A MACsec CKN/CAK is generated for each key in the key chain. Google router automatically picks the key with the most recent startTime when establishing or re-establishing a MACsec secure link.", + "description": "A keychain placeholder describing a set of named key objects\nalong with their start times. A MACsec CKN/CAK is generated for each key in\nthe key chain. Google router automatically picks the key with the most\nrecent startTime when establishing or re-establishing a MACsec secure link.", "items": { "$ref": "InterconnectMacsecConfigPreSharedKey" }, @@ -62034,7 +64616,7 @@ "type": "object" }, "InterconnectMacsecConfigPreSharedKey": { - "description": "Describes a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.", + "description": "Describes a pre-shared key used to setup MACsec in static connectivity\nassociation key (CAK) mode.", "id": "InterconnectMacsecConfigPreSharedKey", "properties": { "cak": { @@ -62057,15 +64639,15 @@ "type": "object" }, "InterconnectMacsecPreSharedKey": { - "description": "Describes a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.", + "description": "Describes a pre-shared key used to setup MACsec in static connectivity\nassociation key (CAK) mode.", "id": "InterconnectMacsecPreSharedKey", "properties": { "name": { - "description": "Required. A name for this pre-shared key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Required. A name for this pre-shared key.\nThe name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63\ncharacters long and match the regular expression\n`[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a\nlowercase letter, and all following characters must be a dash,\nlowercase letter, or digit, except the last character, which cannot be\na dash.", "type": "string" }, "startTime": { - "description": "A RFC3339 timestamp on or after which the key is valid. startTime can be in the future. If the keychain has a single key, startTime can be omitted. If the keychain has multiple keys, startTime is mandatory for each key. The start times of keys must be in increasing order. The start times of two consecutive keys must be at least 6 hours apart.", + "description": "A RFC3339 timestamp on or after which the key is\nvalid. startTime can be in the future. If the keychain has a single\nkey, startTime can be omitted. If the keychain has multiple keys,\nstartTime is mandatory for each key. The start times of keys must be in\nincreasing order. The start times of two consecutive keys must be\nat least 6 hours apart.", "type": "string" } }, @@ -62076,7 +64658,7 @@ "id": "InterconnectOutageNotification", "properties": { "affectedCircuits": { - "description": "If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.", + "description": "If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit\nIDs that will be affected.", "items": { "type": "string" }, @@ -62087,12 +64669,12 @@ "type": "string" }, "endTime": { - "description": "Scheduled end time for the outage (milliseconds since Unix epoch).", + "description": "Scheduled end time for the outage (milliseconds since Unix\nepoch).", "format": "int64", "type": "string" }, "issueType": { - "description": "Form this outage is expected to take, which can take one of the following values: - OUTAGE: The Interconnect may be completely out of service for some or all of the specified window. - PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth. Note that the versions of this enum prefixed with \"IT_\" have been deprecated in favor of the unprefixed values.", + "description": "Form this outage is expected to take, which can take one of the following\nvalues:\n \n - OUTAGE: The Interconnect may be completely out of service for\n some or all of the specified window.\n - PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole\n should remain up, but with reduced bandwidth.\n\n\nNote that the versions of this enum prefixed with \"IT_\" have been\ndeprecated in favor of the unprefixed values.", "enum": [ "IT_OUTAGE", "IT_PARTIAL_OUTAGE", @@ -62100,10 +64682,10 @@ "PARTIAL_OUTAGE" ], "enumDescriptions": [ - "[Deprecated] The Interconnect may be completely out of service for some or all of the specified window.", - "[Deprecated] Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth.", - "The Interconnect may be completely out of service for some or all of the specified window.", - "Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth." + "[Deprecated] The Interconnect may be completely out of service for some\nor all of the specified window.", + "[Deprecated] Some circuits comprising the Interconnect will be out of\nservice during the expected window. The interconnect as a whole should\nremain up, albeit with reduced bandwidth.", + "The Interconnect may be completely out of service for some or all of\nthe specified window.", + "Some circuits comprising the Interconnect will be out of service during\nthe expected window. The interconnect as a whole should remain\nup, albeit with reduced bandwidth." ], "type": "string" }, @@ -62112,7 +64694,7 @@ "type": "string" }, "source": { - "description": "The party that generated this notification, which can take the following value: - GOOGLE: this notification as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE.", + "description": "The party that generated this notification, which can take the following\nvalue:\n \n - GOOGLE: this notification as generated by Google.\n\n\nNote that the value of NSRC_GOOGLE has been deprecated in favor of\nGOOGLE.", "enum": [ "GOOGLE", "NSRC_GOOGLE" @@ -62124,12 +64706,12 @@ "type": "string" }, "startTime": { - "description": "Scheduled start time for the outage (milliseconds since Unix epoch).", + "description": "Scheduled start time for the outage (milliseconds since Unix\nepoch).", "format": "int64", "type": "string" }, "state": { - "description": "State of this notification, which can take one of the following values: - ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. - COMPLETED: The outage associated with this notification is complete. Note that the versions of this enum prefixed with \"NS_\" have been deprecated in favor of the unprefixed values.", + "description": "State of this notification, which can take one of the following values:\n \n - ACTIVE: This outage notification is active. The event could be in\n the past, present, or future. See start_time and end_time for\n scheduling.\n - CANCELLED: The outage associated with this notification was cancelled\n before the outage was due to start.\n - COMPLETED: The outage associated with this notification is complete.\n\n\nNote that the versions of this enum prefixed with \"NS_\" have been\ndeprecated in favor of the unprefixed values.", "enum": [ "ACTIVE", "CANCELLED", @@ -62138,39 +64720,53 @@ "NS_CANCELED" ], "enumDescriptions": [ - "This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.", - "The outage associated with this notification was cancelled before the outage was due to start.", + "This outage notification is active. The event could be in the future,\npresent, or past. See start_time and end_time for scheduling.", + "The outage associated with this notification was cancelled before the\noutage was due to start.", "The outage associated with this notification is complete.", - "[Deprecated] This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.", - "[Deprecated] The outage associated with this notification was canceled before the outage was due to start." + "[Deprecated] This outage notification is active. The event could be in\nthe future, present, or past. See start_time and end_time for\nscheduling.", + "[Deprecated] The outage associated with this notification was canceled\nbefore the outage was due to start." ], "type": "string" } }, "type": "object" }, + "InterconnectParams": { + "description": "Additional interconnect parameters.", + "id": "InterconnectParams", + "properties": { + "resourceManagerTags": { + "additionalProperties": { + "type": "string" + }, + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.\n* Inconsistent format is not supported. For instance:\n {\"tagKeys/333\" : \"tagValues/444\", \"123/env\" : \"prod\"} is invalid.", + "type": "object" + } + }, + "type": "object" + }, "InterconnectRemoteLocation": { - "description": "Represents a Cross-Cloud Interconnect Remote Location resource. You can use this resource to find remote location details about an Interconnect attachment (VLAN).", + "description": "Represents a Cross-Cloud Interconnect Remote Location resource.\n\nYou can use this resource to find remote location details about an\nInterconnect attachment (VLAN).", "id": "InterconnectRemoteLocation", "properties": { "address": { - "description": "[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.", + "description": "[Output Only] The postal address of the Point of Presence, each line in\nthe address is separated by a newline character.", "type": "string" }, "attachmentConfigurationConstraints": { "$ref": "InterconnectAttachmentConfigurationConstraints", - "description": "[Output Only] Subset of fields from InterconnectAttachment's |configurationConstraints| field that apply to all attachments for this remote location." + "description": "[Output Only] Subset of fields from InterconnectAttachment's\n|configurationConstraints| field that apply to all attachments for this\nremote location." }, "city": { - "description": "[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: \"Chicago, IL\", \"Amsterdam, Netherlands\".", + "description": "[Output Only] Metropolitan area designator that indicates which city an\ninterconnect is located.\nFor example: \"Chicago, IL\", \"Amsterdam, Netherlands\".", "type": "string" }, "constraints": { "$ref": "InterconnectRemoteLocationConstraints", - "description": "[Output Only] Constraints on the parameters for creating Cross-Cloud Interconnect and associated InterconnectAttachments." + "description": "[Output Only] Constraints on the parameters for creating Cross-Cloud\nInterconnect and associated InterconnectAttachments." }, "continent": { - "description": "[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA ", + "description": "[Output Only] Continent for this location, which can take one of the\nfollowing values:\n \n - AFRICA\n - ASIA_PAC\n - EUROPE\n - NORTH_AMERICA\n - SOUTH_AMERICA", "enum": [ "AFRICA", "ASIA_PAC", @@ -62188,7 +64784,7 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { @@ -62200,43 +64796,43 @@ "type": "string" }, "facilityProviderFacilityId": { - "description": "[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).", + "description": "[Output Only] A provider-assigned Identifier for this facility (e.g.,\nAshburn-DC1).", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#interconnectRemoteLocation", - "description": "[Output Only] Type of the resource. Always compute#interconnectRemoteLocation for interconnect remote locations.", + "description": "[Output Only] Type of the resource. Alwayscompute#interconnectRemoteLocation for interconnect remote\nlocations.", "type": "string" }, "lacp": { - "description": "[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED", + "description": "[Output Only] Link Aggregation Control Protocol (LACP) constraints, which\ncan take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED", "enum": [ "LACP_SUPPORTED", "LACP_UNSUPPORTED" ], "enumDescriptions": [ - "LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.", - "LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as \"static\". GCP does not support LAGs without LACP, so requestedLinkCount must be 1." + "LACP_SUPPORTED: LACP is supported, and enabled by default on\nthe Cross-Cloud Interconnect.", + "LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this\nport. GetDiagnostics shows bundleAggregationType as \"static\". GCP does\nnot support LAGs without LACP, so requestedLinkCount must be 1." ], "type": "string" }, "maxLagSize100Gbps": { - "description": "[Output Only] The maximum number of 100 Gbps ports supported in a link aggregation group (LAG). When linkType is 100 Gbps, requestedLinkCount cannot exceed max_lag_size_100_gbps.", + "description": "[Output Only]\nThe maximum number of 100 Gbps ports supported in a link aggregation group\n(LAG). When linkType is 100 Gbps, requestedLinkCount cannot exceed\nmax_lag_size_100_gbps.", "format": "int32", "type": "integer" }, "maxLagSize10Gbps": { - "description": "[Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG). When linkType is 10 Gbps, requestedLinkCount cannot exceed max_lag_size_10_gbps.", + "description": "[Output Only]\nThe maximum number of 10 Gbps ports supported in a link aggregation group\n(LAG). When linkType is 10 Gbps, requestedLinkCount cannot exceed\nmax_lag_size_10_gbps.", "format": "int32", "type": "integer" }, "maxLagSize400Gbps": { - "description": "[Output Only] The maximum number of 400 Gbps ports supported in a link aggregation group (LAG). When linkType is 400 Gbps, requestedLinkCount cannot exceed max_lag_size_400_gbps.", + "description": "[Output Only]\nThe maximum number of 400 Gbps ports supported in a link aggregation group\n(LAG). When linkType is 400 Gbps, requestedLinkCount cannot exceed\nmax_lag_size_400_gbps.", "format": "int32", "type": "integer" }, @@ -62245,7 +64841,7 @@ "type": "string" }, "peeringdbFacilityId": { - "description": "[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).", + "description": "[Output Only] The peeringdb identifier for this facility (corresponding\nwith a netfac type in peeringdb).", "type": "string" }, "permittedConnections": { @@ -62256,7 +64852,7 @@ "type": "array" }, "remoteService": { - "description": "[Output Only] Indicates the service provider present at the remote location. Example values: \"Amazon Web Services\", \"Microsoft Azure\".", + "description": "[Output Only] Indicates the service provider present at the remote\nlocation. Example values: \"Amazon Web Services\", \"Microsoft Azure\".", "type": "string" }, "selfLink": { @@ -62264,14 +64860,14 @@ "type": "string" }, "status": { - "description": "[Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects. ", + "description": "[Output Only] The status of this InterconnectRemoteLocation, which can take\none of the following values:\n \n - CLOSED: The InterconnectRemoteLocation is closed and is unavailable\n for provisioning new Cross-Cloud Interconnects. \n - AVAILABLE: The\n InterconnectRemoteLocation is available for provisioning new\n Cross-Cloud Interconnects.", "enum": [ "AVAILABLE", "CLOSED" ], "enumDescriptions": [ - "The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.", - "The InterconnectRemoteLocation is closed for provisioning new Cross-Cloud Interconnects." + "The InterconnectRemoteLocation is available for provisioning new\nCross-Cloud Interconnects.", + "The InterconnectRemoteLocation is closed for provisioning new\nCross-Cloud Interconnects." ], "type": "string" } @@ -62282,32 +64878,32 @@ "id": "InterconnectRemoteLocationConstraints", "properties": { "portPairRemoteLocation": { - "description": "[Output Only] Port pair remote location constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, PORT_PAIR_MATCHING_REMOTE_LOCATION. Google Cloud API refers only to individual ports, but the UI uses this field when ordering a pair of ports, to prevent users from accidentally ordering something that is incompatible with their cloud provider. Specifically, when ordering a redundant pair of Cross-Cloud Interconnect ports, and one of them uses a remote location with portPairMatchingRemoteLocation set to matching, the UI requires that both ports use the same remote location.", + "description": "[Output Only] Port pair remote location constraints, which can take one\nof the following values: PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION,\nPORT_PAIR_MATCHING_REMOTE_LOCATION.\n\nGoogle Cloud API refers only to individual ports, but the UI uses this\nfield when ordering a pair of ports, to prevent users from accidentally\nordering something that is incompatible with their cloud provider.\nSpecifically, when ordering a redundant pair of Cross-Cloud Interconnect\nports, and one of them uses a remote location with\nportPairMatchingRemoteLocation set to matching, the UI requires that\nboth ports use the same remote location.", "enum": [ "PORT_PAIR_MATCHING_REMOTE_LOCATION", "PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION" ], "enumDescriptions": [ - "If PORT_PAIR_MATCHING_REMOTE_LOCATION, the remote cloud provider allocates ports in pairs, and the user should choose the same remote location for both ports.", - "If PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, a user may opt to provision a redundant pair of Cross-Cloud Interconnects using two different remote locations in the same city." + "If PORT_PAIR_MATCHING_REMOTE_LOCATION, the remote cloud provider\nallocates ports in pairs, and the user should choose the same remote\nlocation for both ports.", + "If PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, a user may opt to provision\na redundant pair of Cross-Cloud Interconnects using two different\nremote locations in the same city." ], "type": "string" }, "portPairVlan": { - "description": "[Output Only] Port pair VLAN constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_VLAN, PORT_PAIR_MATCHING_VLAN", + "description": "[Output Only] Port pair VLAN constraints, which can take one of the\nfollowing values: PORT_PAIR_UNCONSTRAINED_VLAN, PORT_PAIR_MATCHING_VLAN", "enum": [ "PORT_PAIR_MATCHING_VLAN", "PORT_PAIR_UNCONSTRAINED_VLAN" ], "enumDescriptions": [ - "If PORT_PAIR_MATCHING_VLAN, the Interconnect for this attachment is part of a pair of ports that should have matching VLAN allocations. This occurs with Cross-Cloud Interconnect to Azure remote locations. While GCP's API does not explicitly group pairs of ports, the UI uses this field to ensure matching VLAN ids when configuring a redundant VLAN pair.", + "If PORT_PAIR_MATCHING_VLAN, the Interconnect for this attachment is\npart of a pair of ports that should have matching VLAN allocations.\nThis occurs with Cross-Cloud Interconnect to Azure remote locations.\nWhile GCP's API does not explicitly group pairs of ports, the UI uses\nthis field to ensure matching VLAN ids when configuring a redundant\nVLAN pair.", "PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint." ], "type": "string" }, "subnetLengthRange": { "$ref": "InterconnectRemoteLocationConstraintsSubnetLengthRange", - "description": "[Output Only] [min-length, max-length] The minimum and maximum value (inclusive) for the IPv4 subnet length. For example, an interconnectRemoteLocation for Azure has {min: 30, max: 30} because Azure requires /30 subnets. This range specifies the values supported by both cloud providers. Interconnect currently supports /29 and /30 IPv4 subnet lengths. If a remote cloud has no constraint on IPv4 subnet length, the range would thus be {min: 29, max: 30}. " + "description": "[Output Only]\n\n[min-length, max-length] \n\nThe minimum and maximum value (inclusive) for the IPv4 subnet\nlength.\n\n For example, an interconnectRemoteLocation for Azure has {min: 30,\nmax:\n30} because Azure requires /30 subnets. \n\nThis range specifies the values supported by both cloud providers.\nInterconnect currently supports /29 and /30 IPv4 subnet lengths. If a\nremote cloud has no constraint on IPv4 subnet length, the range would\nthus be {min: 29, max: 30}." } }, "type": "object" @@ -62327,7 +64923,7 @@ "type": "object" }, "InterconnectRemoteLocationList": { - "description": "Response to the list request, and contains a list of interconnect remote locations.", + "description": "Response to the list request, and contains a list of interconnect remote\nlocations.", "id": "InterconnectRemoteLocationList", "properties": { "id": { @@ -62343,11 +64939,11 @@ }, "kind": { "default": "compute#interconnectRemoteLocationList", - "description": "[Output Only] Type of resource. Always compute#interconnectRemoteLocationList for lists of interconnect remote locations.", + "description": "[Output Only] Type of resource. Alwayscompute#interconnectRemoteLocationList for lists of\ninterconnect remote locations.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token lets you get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token lets you get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -62358,7 +64954,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -62422,44 +65018,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -62485,7 +65081,7 @@ "id": "InterconnectRemoteLocationPermittedConnections", "properties": { "interconnectLocation": { - "description": "[Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.", + "description": "[Output Only] URL of an Interconnect location that is permitted to\nconnect to this Interconnect remote location.", "type": "string" } }, @@ -62516,39 +65112,39 @@ "type": "object" }, "License": { - "description": "Represents a License resource. A License represents billing and aggregate usage data for public and marketplace images. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Represents a License resource.\n\nA License represents billing and aggregate usage data forpublic andmarketplace images.\n *Caution* This resource is intended for\nuse only by third-party partners who are creatingCloud Marketplace\nimages.", "id": "License", "properties": { "allowedReplacementLicenses": { - "description": "Specifies licenseCodes of licenses that can replace this license. Note: such replacements are allowed even if removable_from_disk is false.", + "description": "Specifies licenseCodes of licenses that can replace this license. Note:\nsuch replacements are allowed even if removable_from_disk is false.", "items": { "type": "string" }, "type": "array" }, "appendableToDisk": { - "description": "If true, this license can be appended to an existing disk's set of licenses.", + "description": "If true, this license can be appended to an existing disk's set of\nlicenses.", "type": "boolean" }, "chargesUseFee": { - "description": "[Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.", + "description": "[Output Only] Deprecated. This field no longer reflects whether a license\ncharges a usage fee.", "type": "boolean" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional textual description of the resource; provided by the client when the resource is created.", + "description": "An optional textual description of the resource; provided by the client\nwhen the resource is created.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "incompatibleLicenses": { - "description": "Specifies licenseCodes of licenses that are incompatible with this license. If a license is incompatible with this license, it cannot be attached to the same disk or image.", + "description": "Specifies licenseCodes of licenses that are incompatible with this license.\nIf a license is incompatible with this license, it cannot be attached to\nthe same disk or image.", "items": { "type": "string" }, @@ -62556,17 +65152,17 @@ }, "kind": { "default": "compute#license", - "description": "[Output Only] Type of resource. Always compute#license for licenses.", + "description": "[Output Only] Type of resource. Always compute#license for\nlicenses.", "type": "string" }, "licenseCode": { - "description": "[Output Only] The unique code used to attach this license to images, snapshots, and disks.", + "description": "[Output Only] The unique code used to attach this license to images,\nsnapshots, and disks.", "format": "uint64", "type": "string" }, "minimumRetention": { "$ref": "Duration", - "description": "If set, this license will be unable to be removed or replaced once attached to a disk until the minimum_retention period has passed." + "description": "If set, this license will be unable to be removed or replaced once attached\nto a disk until the minimum_retention period has passed." }, "multiTenantOnly": { "description": "If true, this license can only be used on VMs on multi tenant nodes.", @@ -62578,20 +65174,20 @@ "compute.images.insert" ] }, - "description": "Name of the resource. The name must be 1-63 characters long and comply with RFC1035.", + "description": "Name of the resource. The name must be 1-63 characters long and\ncomply withRFC1035.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "osLicense": { - "description": "If true, indicates this is an OS license. Only one OS license can be attached to a disk or image at a time.", + "description": "If true, indicates this is an OS license. Only one OS license can be\nattached to a disk or image at a time.", "type": "boolean" }, "removableFromDisk": { - "description": "If true, this license can be removed from a disk's set of licenses, with no replacement license needed.", + "description": "If true, this license can be removed from a disk's set of licenses, with no\nreplacement license needed.", "type": "boolean" }, "requiredCoattachedLicenses": { - "description": "Specifies the set of permissible coattached licenseCodes of licenses that satisfy the coattachment requirement of this license. At least one license from the set must be attached to the same disk or image as this license.", + "description": "Specifies the set of permissible coattached licenseCodes of licenses that\nsatisfy the coattachment requirement of this license. At least one license\nfrom the set must be attached to the same disk or image as this license.", "items": { "type": "string" }, @@ -62614,22 +65210,22 @@ "type": "boolean" }, "transferable": { - "description": "If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.", + "description": "If false, licenses will not be copied from the source resource when\ncreating an image from a disk, disk from snapshot, or snapshot from disk.", "type": "boolean" }, "updateTimestamp": { - "description": "[Output Only] Last update timestamp in RFC3339 text format.", + "description": "[Output Only] Last update timestamp inRFC3339\ntext format.", "type": "string" } }, "type": "object" }, "LicenseCode": { - "description": "Represents a License Code resource. A License Code is a unique identifier used to represent a license resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. ", + "description": "Represents a License Code resource.\n\nA License Code is a unique identifier used to represent alicense\nresource.\n *Caution* This resource is intended for\nuse only by third-party partners who are creatingCloud Marketplace\nimages.", "id": "LicenseCode", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { @@ -62637,17 +65233,17 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#licenseCode", - "description": "[Output Only] Type of resource. Always compute#licenseCode for licenses.", + "description": "[Output Only] Type of resource. Always compute#licenseCode for\nlicenses.", "type": "string" }, "licenseAlias": { - "description": "[Output Only] URL and description aliases of Licenses with the same License Code.", + "description": "[Output Only] URL and description aliases of Licenses with the same\nLicense Code.", "items": { "$ref": "LicenseCodeLicenseAlias" }, @@ -62659,7 +65255,7 @@ "compute.licenses.insert" ] }, - "description": "[Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.", + "description": "[Output Only] Name of the resource. The name is 1-20 characters long and\nmust be a valid 64 bit integer.", "pattern": "[0-9]{0,20}?", "type": "string" }, @@ -62677,7 +65273,7 @@ "TERMINATED" ], "enumDescriptions": [ - "Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected.", + "Machines are not allowed to attach boot disks with this License Code.\nRequests to create new resources with this license will be rejected.", "Use is allowed for anyone with USE_READ_ONLY access to this License Code.", "Use of this license is limited to a project whitelist.", "", @@ -62686,7 +65282,7 @@ "type": "string" }, "transferable": { - "description": "[Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.", + "description": "[Output Only] If true, the license will remain attached when creating\nimages or snapshots from disks. Otherwise, the license is not transferred.", "type": "boolean" } }, @@ -62730,12 +65326,12 @@ "id": "LicenseResourceRequirements", "properties": { "minGuestCpuCount": { - "description": "[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.", + "description": "[Input Only] Deprecated. This field no longer reflects the minimum number\nof guest cpus required to use the Instance.", "format": "int32", "type": "integer" }, "minMemoryMb": { - "description": "[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.", + "description": "[Input Only] Deprecated. This field no longer reflects the minimum memory\nrequired to use the Instance.", "format": "int32", "type": "integer" } @@ -62757,7 +65353,7 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -62768,7 +65364,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -62832,44 +65428,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -62905,18 +65501,18 @@ "type": "integer" }, "diskType": { - "description": "Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.", + "description": "Specifies the desired disk type on the node. This disk type must be a\nlocal storage type (e.g.: local-ssd).\nNote that for nodeTemplates, this should be the name of the disk type and\nnot its URL.", "type": "string" } }, "type": "object" }, "LocalizedMessage": { - "description": "Provides a localized error message that is safe to return to the user which can be attached to an RPC error.", + "description": "Provides a localized error message that is safe to return to the user\nwhich can be attached to an RPC error.", "id": "LocalizedMessage", "properties": { "locale": { - "description": "The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: \"en-US\", \"fr-CH\", \"es-MX\"", + "description": "The locale used following the specification defined at\nhttps://www.rfc-editor.org/rfc/bcp/bcp47.txt.\nExamples are: \"en-US\", \"fr-CH\", \"es-MX\"", "type": "string" }, "message": { @@ -62927,14 +65523,14 @@ "type": "object" }, "LocationPolicy": { - "description": "Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).", + "description": "Configuration for location policy among multiple possible locations\n(e.g. preferences for zone selection among zones in a single region).", "id": "LocationPolicy", "properties": { "locations": { "additionalProperties": { "$ref": "LocationPolicyLocation" }, - "description": "Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.", + "description": "Location configurations mapped by location name.\nCurrently only zone names are supported and must be represented as valid\ninternal URLs, such as zones/us-central1-a.", "type": "object" }, "targetShape": { @@ -62945,9 +65541,9 @@ "BALANCED" ], "enumDescriptions": [ - "GCE picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.", - "GCE always selects a single zone for all the VMs, optimizing for resource quotas, available reservations and general capacity. Recommended for batch workloads that cannot tollerate distribution over multiple zones. This the default shape in Bulk Insert and Capacity Advisor APIs.", - "GCE prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across allowed zones to minimize the impact of zonal failure. Recommended for highly available serving workloads." + "GCE picks zones for creating VM instances to fulfill the requested\nnumber of VMs within present resource constraints and to maximize\nutilization of unused zonal reservations. Recommended for batch workloads\nthat do not require high availability.", + "GCE always selects a single zone for all the VMs, optimizing for resource\nquotas, available reservations and general capacity. Recommended for\nbatch workloads that cannot tollerate distribution over multiple zones.\nThis the default shape in Bulk Insert and Capacity Advisor APIs.", + "GCE prioritizes acquisition of resources, scheduling VMs in zones\nwhere resources are available while distributing VMs as evenly as\npossible across allowed zones to minimize the impact of zonal failure.\nRecommended for highly available serving workloads." ], "type": "string" } @@ -62959,10 +65555,10 @@ "properties": { "constraints": { "$ref": "LocationPolicyLocationConstraints", - "description": "Constraints that the caller requires on the result distribution in this zone." + "description": "Constraints that the caller requires on the result distribution\nin this zone." }, "preference": { - "description": "Preference for a given location. Set to either ALLOW or DENY.", + "description": "Preference for a given location. Set to either ALLOW orDENY.", "enum": [ "ALLOW", "DENY", @@ -62983,7 +65579,7 @@ "id": "LocationPolicyLocationConstraints", "properties": { "maxCount": { - "description": "Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.", + "description": "Maximum number of items that are allowed to be placed in this zone.\nThe value must be non-negative.", "format": "int32", "type": "integer" } @@ -62991,23 +65587,23 @@ "type": "object" }, "MachineImage": { - "description": "Represents a machine image resource. A machine image is a Compute Engine resource that stores all the configuration, metadata, permissions, and data from one or more disks required to create a Virtual machine (VM) instance. For more information, see Machine images.", + "description": "Represents a machine image resource.\n\nA machine image is a Compute Engine resource that stores all the\nconfiguration, metadata, permissions, and data from one or more disks\nrequired to create a Virtual machine (VM) instance. For more information, seeMachine images.", "id": "MachineImage", "properties": { "creationTimestamp": { - "description": "[Output Only] The creation timestamp for this machine image in RFC3339 text format.", + "description": "[Output Only] The creation timestamp for this machine image inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "guestFlush": { - "description": "[Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process.", + "description": "[Input Only] Whether to attempt an application consistent machine image by\ninforming the OS to prepare for the snapshot process.", "type": "boolean" }, "id": { - "description": "[Output Only] A unique identifier for this machine image. The server defines this identifier.", + "description": "[Output Only] A unique identifier for this machine image. The server\ndefines this identifier.", "format": "uint64", "type": "string" }, @@ -63017,11 +65613,11 @@ }, "kind": { "default": "compute#machineImage", - "description": "[Output Only] The resource type, which is always compute#machineImage for machine image.", + "description": "[Output Only] The resource type, which is alwayscompute#machineImage for machine image.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this machine image, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the machine image.", + "description": "A fingerprint for the labels being applied to this machine image, which is\nessentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels.\n\nTo see the latest fingerprint, make get() request to the\nmachine image.", "format": "byte", "type": "string" }, @@ -63029,12 +65625,12 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this machine image. These can be later modified by the setLabels method.", + "description": "Labels to apply to this machine image. These can be later modified by\nthe setLabels method.", "type": "object" }, "machineImageEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Encrypts the machine image using a customer-supplied encryption key. After you encrypt a machine image using a customer-supplied key, you must provide the same key if you use the machine image later. For example, you must provide the encryption key when you create an instance from the encrypted machine image in a future request. Customer-supplied encryption keys do not protect access to metadata of the machine image. If you do not provide an encryption key when creating the machine image, then the machine image will be encrypted using an automatically generated key and you do not need to provide a key to use the machine image later." + "description": "Encrypts the machine image using acustomer-supplied\nencryption key.\n\nAfter you encrypt a machine image using a customer-supplied key, you must\nprovide the same key if you use the machine image later. For example, you\nmust provide the encryption key when you create an instance from the\nencrypted machine image in a future request.\n\nCustomer-supplied encryption keys do not protect access to metadata of the\nmachine image.\n\nIf you do not provide an encryption key when creating the machine image,\nthen the machine image will be encrypted using an automatically generated\nkey and you do not need to provide a key to use the machine image later." }, "name": { "annotations": { @@ -63042,7 +65638,7 @@ "compute.machineImages.insert" ] }, - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -63056,7 +65652,7 @@ "type": "boolean" }, "savedDisks": { - "description": "An array of Machine Image specific properties for disks attached to the source instance", + "description": "An array of Machine Image specific properties for disks attached to the\nsource instance", "items": { "$ref": "SavedDisk" }, @@ -63067,22 +65663,22 @@ "type": "string" }, "sourceDiskEncryptionKeys": { - "description": "[Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.", + "description": "[Input Only] Thecustomer-supplied\nencryption key of the disks attached to the source instance. Required\nif the source disk is protected by a customer-supplied encryption key.", "items": { "$ref": "SourceDiskEncryptionKey" }, "type": "array" }, "sourceInstance": { - "description": "The source instance used to create the machine image. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance ", + "description": "The source instance used to create the machine image. You can provide this\nas a partial or full URL to the resource. For example, the following are\nvalid values: \n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n - projects/project/zones/zone/instances/instance", "type": "string" }, "sourceInstanceProperties": { "$ref": "SourceInstanceProperties", - "description": "[Output Only] DEPRECATED: Please use instance_properties instead for source instance related properties. New properties will not be added to this field." + "description": "[Output Only] DEPRECATED: Please use instance_properties\ninstead for source instance related properties. New properties will not be\nadded to this field." }, "status": { - "description": "[Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING.", + "description": "[Output Only] The status of the machine image. One of the following values:INVALID, CREATING, READY,DELETING, and UPLOADING.", "enum": [ "CREATING", "DELETING", @@ -63100,7 +65696,7 @@ "type": "string" }, "storageLocations": { - "description": "The regional or multi-regional Cloud Storage bucket location where the machine image is stored.", + "description": "The regional or multi-regional Cloud Storage bucket location where themachine image is\nstored.", "items": { "type": "string" }, @@ -63131,11 +65727,11 @@ }, "kind": { "default": "compute#machineImageList", - "description": "[Output Only] The resource type, which is always compute#machineImagesListResponse for machine image lists.", + "description": "[Output Only] The resource type, which is alwayscompute#machineImagesListResponse for machine image lists.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -63146,7 +65742,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -63210,44 +65806,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -63270,11 +65866,11 @@ "type": "object" }, "MachineType": { - "description": "Represents a Machine Type resource. You can use specific machine types for your VM instances based on performance and pricing requirements. For more information, read Machine Types.", + "description": "Represents a Machine Type resource.\n\nYou can use specific machine types for your VM instances based on performance\nand pricing requirements. For more information, readMachine Types.", "id": "MachineType", "properties": { "accelerators": { - "description": "[Output Only] A list of accelerator configurations assigned to this machine type.", + "description": "[Output Only] A list of accelerator configurations assigned to this\nmachine type.", "items": { "properties": { "guestAcceleratorCount": { @@ -63283,7 +65879,7 @@ "type": "integer" }, "guestAcceleratorType": { - "description": "The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4.", + "description": "The accelerator type resource name, not a full URL, e.g.nvidia-tesla-t4.", "type": "string" } }, @@ -63306,39 +65902,39 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "deprecated": { "$ref": "DeprecationStatus", - "description": "[Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable." + "description": "[Output Only] The deprecation status associated with this machine type.\nOnly applicable if the machine type is unavailable." }, "description": { "description": "[Output Only] An optional textual description of the resource.", "type": "string" }, "guestCpus": { - "description": "[Output Only] The number of virtual CPUs that are available to the instance.", + "description": "[Output Only] The number of virtual CPUs that are available to the\ninstance.", "format": "int32", "type": "integer" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "imageSpaceGb": { - "description": "[Deprecated] This property is deprecated and will never be populated with any relevant values.", + "description": "[Deprecated] This property is deprecated and will never be populated with\nany relevant values.", "format": "int32", "type": "integer" }, "isSharedCpu": { - "description": "[Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.", + "description": "[Output Only] Whether this machine type has a shared CPU. SeeShared-core machine\ntypes for more information.", "type": "boolean" }, "kind": { "default": "compute#machineType", - "description": "[Output Only] The type of the resource. Always compute#machineType for machine types.", + "description": "[Output Only] The type of the resource. Alwayscompute#machineType for machine types.", "type": "string" }, "maximumPersistentDisks": { @@ -63352,7 +65948,7 @@ "type": "string" }, "memoryMb": { - "description": "[Output Only] The amount of physical memory available to the instance, defined in MB.", + "description": "[Output Only] The amount of physical memory available to the instance,\ndefined in MB.", "format": "int32", "type": "integer" }, @@ -63366,7 +65962,7 @@ "type": "string" }, "zone": { - "description": "[Output Only] The name of the zone where the machine type resides, such as us-central1-a.", + "description": "[Output Only] The name of the zone where the machine type resides,\nsuch as us-central1-a.", "type": "string" } }, @@ -63389,11 +65985,11 @@ }, "kind": { "default": "compute#machineTypeAggregatedList", - "description": "[Output Only] Type of resource. Always compute#machineTypeAggregatedList for aggregated lists of machine types.", + "description": "[Output Only] Type of resource. Alwayscompute#machineTypeAggregatedList for aggregated lists of\nmachine types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -63411,7 +66007,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -63475,44 +66071,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -63551,11 +66147,11 @@ }, "kind": { "default": "compute#machineTypeList", - "description": "[Output Only] Type of resource. Always compute#machineTypeList for lists of machine types.", + "description": "[Output Only] Type of resource. Always compute#machineTypeList\nfor lists of machine types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -63566,7 +66162,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -63630,44 +66226,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -63700,10 +66296,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that appears when the machine types list is empty.", + "description": "[Output Only] An informational warning that appears when the machine types\nlist is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -63767,44 +66363,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -63831,7 +66427,7 @@ "id": "ManagedInstance", "properties": { "currentAction": { - "description": "[Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. - RESTARTING The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. - VERIFYING The managed instance group has created the instance and it is in the process of being verified. ", + "description": "[Output Only] The current action that the managed instance group has\nscheduled for the instance. Possible values:\n \n - NONE The instance is running, and the managed\n instance group does not have any scheduled actions for this instance.\n - CREATING The managed instance group is creating this\n instance. If the group fails to create this instance, it will try again\n until it is successful.\n - CREATING_WITHOUT_RETRIES The managed instance group\n is attempting to create this instance only once. If the group fails\n to create this instance, it does not try again and the group'stargetSize value is decreased instead.\n - RECREATING The managed instance group is recreating\n this instance.\n - DELETING The managed instance group is permanently\n deleting this instance.\n - ABANDONING The managed instance group is abandoning\n this instance. The instance will be removed from the instance group\n and from any target pools that are associated with this group.\n - RESTARTING The managed instance group is restarting\n the instance.\n - REFRESHING The managed instance group is applying\n configuration changes to the instance without stopping it. For example,\n the group can update the target pool list for an instance without\n stopping that instance.\n - VERIFYING The managed instance group has created the\n instance and it is in the process of being verified.", "enum": [ "ABANDONING", "CREATING", @@ -63848,29 +66444,29 @@ "VERIFYING" ], "enumDescriptions": [ - "The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.", - "The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.", - "The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased.", + "The managed instance group is abandoning this instance. The instance\nwill be removed from the instance group and from any target pools that\nare associated with this group.", + "The managed instance group is creating this instance. If the group\nfails to create this instance, it will try again until it is\nsuccessful.", + "The managed instance group is attempting to create this instance\nonly once. If the group fails to create this instance, it does\nnot try again and the group's targetSize value is\ndecreased.", "The managed instance group is permanently deleting this instance.", - "The managed instance group has not scheduled any actions for this instance.", + "The managed instance group has not scheduled any actions for this\ninstance.", "The managed instance group is recreating this instance.", - "The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.", + "The managed instance group is applying configuration changes to the\ninstance without stopping it. For example, the group can update the\ntarget pool list for an instance without stopping that instance.", "The managed instance group is restarting this instance.", "The managed instance group is resuming this instance.", "The managed instance group is starting this instance.", "The managed instance group is stopping this instance.", "The managed instance group is suspending this instance.", - "The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of: 1. Waiting until health check specified as part of this managed instance group's autohealing policy reports HEALTHY. Note: Applies only if autohealing policy has a health check specified 2. Waiting for addition verification steps performed as post-instance creation (subject to future extensions)." + "The managed instance group is verifying this already created instance.\nVerification happens every time the instance is (re)created or restarted\nand consists of:\n 1. Waiting until health check specified as part of this managed instance\n group's autohealing policy reports HEALTHY.\n Note: Applies only if autohealing policy has a health check specified\n 2. Waiting for addition verification steps performed as post-instance\n creation (subject to future extensions)." ], "type": "string" }, "id": { - "description": "[Output only] The unique identifier for this resource. This field is empty when instance does not exist.", + "description": "[Output only] The unique identifier for this resource. This field is empty\nwhen instance does not exist.", "format": "uint64", "type": "string" }, "instance": { - "description": "[Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.", + "description": "[Output Only] The URL of the instance. The URL can exist even if the\ninstance has not yet been created.", "type": "string" }, "instanceHealth": { @@ -63881,7 +66477,7 @@ "type": "array" }, "instanceStatus": { - "description": "[Output Only] The status of the instance. This field is empty when the instance does not exist.", + "description": "[Output Only] The status of the instance. This field is empty when\nthe instance does not exist.", "enum": [ "DEPROVISIONING", "PENDING", @@ -63896,39 +66492,39 @@ "TERMINATED" ], "enumDescriptions": [ - "The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.", - "For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).", + "The instance is halted and we are performing tear down tasks like network\ndeprogramming, releasing quota, IP, tearing down disks etc.", + "For Flex Start provisioning instance is waiting for available capacity\nfrom Dynamic Workload Scheduler (DWS).", "Resources are being allocated for the instance.", "The instance is in repair.", "The instance is running.", - "All required resources have been allocated and the instance is being started.", + "All required resources have been allocated and the instance\nis being started.", "The instance has stopped successfully.", "The instance is currently stopping (either being deleted or killed).", "The instance has suspended.", "The instance is suspending.", - "The instance has stopped (either by explicit action or underlying failure)." + "The instance has stopped (either by explicit action or underlying\nfailure)." ], "type": "string" }, "lastAttempt": { "$ref": "ManagedInstanceLastAttempt", - "description": "[Output Only] Information about the last attempt to create or delete the instance." + "description": "[Output Only] Information about the last attempt to create or delete\nthe instance." }, "name": { - "description": "[Output Only] The name of the instance. The name always exists even if the instance has not yet been created.", + "description": "[Output Only] The name of the instance. The name always exists even if the\ninstance has not yet been created.", "type": "string" }, "preservedStateFromConfig": { "$ref": "PreservedState", - "description": "[Output Only] Preserved state applied from per-instance config for this instance." + "description": "[Output Only] Preserved state applied from per-instance config\nfor this instance." }, "preservedStateFromPolicy": { "$ref": "PreservedState", - "description": "[Output Only] Preserved state generated based on stateful policy for this instance." + "description": "[Output Only] Preserved state generated based on stateful policy\nfor this instance." }, "propertiesFromFlexibilityPolicy": { "$ref": "ManagedInstancePropertiesFromFlexibilityPolicy", - "description": "[Output Only] Instance properties selected for this instance resulting from InstanceFlexibilityPolicy." + "description": "[Output Only] Instance properties selected for this instance resulting from\nInstanceFlexibilityPolicy." }, "version": { "$ref": "ManagedInstanceVersion", @@ -63950,16 +66546,16 @@ "UNKNOWN" ], "enumDescriptions": [ - "The instance is being drained. The existing connections to the instance have time to complete, but the new ones are being refused.", - "The instance is reachable i.e. a connection to the application health checking endpoint can be established, and conforms to the requirements defined by the health check.", - "The instance is unreachable i.e. a connection to the application health checking endpoint cannot be established, or the server does not respond within the specified timeout.", - "The instance is reachable, but does not conform to the requirements defined by the health check.", - "The health checking system is aware of the instance but its health is not known at the moment." + "The instance is being drained. The existing connections to the instance\nhave time to complete, but the new ones are being refused.", + "The instance is reachable i.e. a connection to the application health\nchecking endpoint can be established, and conforms to the requirements\ndefined by the health check.", + "The instance is unreachable i.e. a connection to the application health\nchecking endpoint cannot be established, or the server does not respond\nwithin the specified timeout.", + "The instance is reachable, but does not conform to the requirements\ndefined by the health check.", + "The health checking system is aware of the instance but its health is\nnot known at the moment." ], "type": "string" }, "healthCheck": { - "description": "[Output Only] The URL for the health check that verifies whether the instance is healthy.", + "description": "[Output Only] The URL for the health check that verifies whether the\ninstance is healthy.", "type": "string" } }, @@ -63969,10 +66565,10 @@ "id": "ManagedInstanceLastAttempt", "properties": { "errors": { - "description": "[Output Only] Encountered errors during the last attempt to create or delete the instance.", + "description": "[Output Only] Encountered errors during the last attempt to create or\ndelete the instance.", "properties": { "errors": { - "description": "[Output Only] The array of errors encountered while processing this operation.", + "description": "[Output Only] The array of errors encountered while processing this\noperation.", "items": { "properties": { "code": { @@ -63980,7 +66576,7 @@ "type": "string" }, "errorDetails": { - "description": "[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.", + "description": "[Output Only] An optional list of messages that contain the error\ndetails. There is a set of defined message types to use for providing\ndetails.The syntax depends on the error code. For example,\nQuotaExceededInfo will have details when the error code is\nQUOTA_EXCEEDED.", "items": { "properties": { "errorInfo": { @@ -64001,7 +66597,7 @@ "type": "array" }, "location": { - "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.", + "description": "[Output Only] Indicates the field in the request that caused the error.\nThis property is optional.", "type": "string" }, "message": { @@ -64033,7 +66629,7 @@ "id": "ManagedInstanceVersion", "properties": { "instanceTemplate": { - "description": "[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.", + "description": "[Output Only] The intended template of the instance. This field is empty\nwhen current_action is one of { DELETING, ABANDONING }.", "type": "string" }, "name": { @@ -64048,12 +66644,12 @@ "id": "Metadata", "properties": { "fingerprint": { - "description": "Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.", + "description": "Specifies a fingerprint for this request, which is essentially a hash of\nthe metadata's contents and used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update metadata. You must always provide an\nup-to-date fingerprint hash in order to update or change metadata,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve the resource.", "format": "byte", "type": "string" }, "items": { - "description": "Array of key/value pairs. The total size of all keys and values must be less than 512 KB.", + "description": "Array of key/value pairs. The total size of all keys and values must be\nless than 512 KB.", "items": { "description": "Metadata", "properties": { @@ -64064,7 +66660,7 @@ "compute.projects.setCommonInstanceMetadata" ] }, - "description": "Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.", + "description": "Key for the metadata entry. Keys must conform to the following\nregexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length.\nThis is reflected as part of a URL in the metadata server. Additionally, to\navoid ambiguity, keys must not conflict with any other metadata keys\nfor the project.", "pattern": "[a-zA-Z0-9-_]{1,128}", "type": "string" }, @@ -64075,7 +66671,7 @@ "compute.projects.setCommonInstanceMetadata" ] }, - "description": "Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).", + "description": "Value for the metadata entry. These are free-form strings, and only\nhave meaning as interpreted by the image running in the instance. The\nonly restriction placed on values is that their size must be less than\nor equal to 262144 bytes (256 KiB).", "type": "string" } }, @@ -64085,34 +66681,34 @@ }, "kind": { "default": "compute#metadata", - "description": "[Output Only] Type of the resource. Always compute#metadata for metadata.", + "description": "[Output Only] Type of the resource. Always compute#metadata\nfor metadata.", "type": "string" } }, "type": "object" }, "MetadataFilter": { - "description": "Opaque filter criteria used by load balancers to restrict routing configuration to a limited set of load balancing proxies. Proxies and sidecars involved in load balancing would typically present metadata to the load balancers that need to match criteria specified here. If a match takes place, the relevant configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. An example for using metadataFilters would be: if load balancing involves Envoys, they receive routing configuration when values in metadataFilters match values supplied in of their XDS requests to loadbalancers.", + "description": "Opaque filter criteria used by load balancers to restrict routing\nconfiguration to a limited set of load balancing proxies. Proxies and\nsidecars involved in load balancing would typically present metadata to the\nload balancers that need to match criteria specified here. If a match takes\nplace, the relevant configuration is made available to those\nproxies.\n\nFor each metadataFilter in this list, if itsfilterMatchCriteria is set to MATCH_ANY, at least\none of thefilterLabels must match the corresponding label provided in\nthe metadata. If its filterMatchCriteria is set to\nMATCH_ALL, then all of its filterLabels must match with\ncorresponding labels provided in the metadata.\n\nAn example for using metadataFilters would be: if\nload balancing involves\nEnvoys, they receive routing configuration when values inmetadataFilters match values supplied in of their XDS requests to loadbalancers.", "id": "MetadataFilter", "properties": { "filterLabels": { - "description": "The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.", + "description": "The list of label value pairs that must match labels in the provided\nmetadata based on filterMatchCriteria\n\nThis list must not be empty and can have at the most 64 entries.", "items": { "$ref": "MetadataFilterLabelMatch" }, "type": "array" }, "filterMatchCriteria": { - "description": "Specifies how individual filter label matches within the list of filterLabels and contributes toward the overall metadataFilter match. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label in the provided metadata. - MATCH_ALL: all filterLabels must have matching labels in the provided metadata. ", + "description": "Specifies how individual filter label matches\nwithin the list of filterLabels and contributes toward the\noverall metadataFilter match.\n\n Supported values are:\n \n - MATCH_ANY: at least one of the filterLabels\n must have a matching label in the provided metadata.\n - MATCH_ALL: all filterLabels must have\n matching labels in the provided metadata.", "enum": [ "MATCH_ALL", "MATCH_ANY", "NOT_SET" ], "enumDescriptions": [ - "Specifies that all filterLabels must match for the metadataFilter to be considered a match.", - "Specifies that any filterLabel must match for the metadataFilter to be considered a match.", - "Indicates that the match criteria was not set. A metadataFilter must never be created with this value." + "Specifies that all filterLabels must match for themetadataFilter to be considered a match.", + "Specifies that any filterLabel must match for themetadataFilter to be considered a match.", + "Indicates that the match criteria was not set. AmetadataFilter must never be created with this value." ], "type": "string" } @@ -64120,15 +66716,15 @@ "type": "object" }, "MetadataFilterLabelMatch": { - "description": "MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.", + "description": "MetadataFilter label name value pairs that are expected\nto match corresponding labels presented as metadata to the load balancer.", "id": "MetadataFilterLabelMatch", "properties": { "name": { - "description": "Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.", + "description": "Name of metadata label.\n\n The name can have a maximum length of 1024 characters and must be at\nleast 1 character long.", "type": "string" }, "value": { - "description": "The value of the label must match the specified value. value can have a maximum length of 1024 characters.", + "description": "The value of the label must match the specified value.\n\nvalue can have a maximum length of 1024 characters.", "type": "string" } }, @@ -64139,7 +66735,7 @@ "id": "NamedPort", "properties": { "name": { - "description": "The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.", + "description": "The name for this named port.\nThe name must be 1-63 characters long, and comply withRFC1035.", "type": "string" }, "port": { @@ -64189,7 +66785,7 @@ "type": "string" }, "usage": { - "description": "Specifies whether NAT IP is currently serving at least one endpoint or not.", + "description": "Specifies whether NAT IP is currently serving at least one endpoint or\nnot.", "enum": [ "IN_USE", "UNUSED" @@ -64217,29 +66813,29 @@ "type": "object" }, "Network": { - "description": "Represents a VPC Network resource. Networks connect resources to each other and to the internet. For more information, read Virtual Private Cloud (VPC) Network.", + "description": "Represents a VPC Network resource.\n\nNetworks connect resources to each other and to the internet. For more\ninformation, readVirtual Private Cloud (VPC) Network.", "id": "Network", "properties": { "IPv4Range": { "deprecated": true, - "description": "Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.", + "description": "Deprecated in favor of subnet mode networks.\nThe range of internal addresses that are legal on this network. This\nrange is aCIDR specification, for example:192.168.0.0/16. Provided by the client when the network is\ncreated.", "pattern": "[0-9]{1,3}(?:\\.[0-9]{1,3}){3}/[0-9]{1,2}", "type": "string" }, "autoCreateSubnetworks": { - "description": "Must be set to create a VPC network. If not set, a legacy network is created. When set to true, the VPC network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworks insert method.", + "description": "Must be set to create a VPC network. If not set, a legacy network is\ncreated.\n\nWhen set to true, the VPC network is created in auto mode.\nWhen set to false, the VPC network is created in custom mode.\n\nAn auto mode VPC network starts with one subnet per region. Each subnet\nhas a predetermined range as described inAuto mode VPC network IP ranges.\n\nFor custom mode VPC networks, you can add subnets using the subnetworksinsert\nmethod.", "type": "boolean" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this field when you create the resource.", + "description": "An optional description of this resource. Provide this field when you\ncreate the resource.", "type": "string" }, "enableUlaInternalIpv6": { - "description": "Enable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20. .", + "description": "Enable ULA internal ipv6 on this network. Enabling this feature will assign\na /48 from google defined ULA prefix fd20::/20.\n.", "type": "boolean" }, "firewallPolicy": { @@ -64247,26 +66843,26 @@ "type": "string" }, "gatewayIPv4": { - "description": "[Output Only] The gateway address for default routing out of the network, selected by Google Cloud.", + "description": "[Output Only] The gateway address for default routing out of the network,\nselected by Google Cloud.", "pattern": "[0-9]{1,3}(?:\\.[0-9]{1,3}){3}", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "internalIpv6Range": { - "description": "When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20. The input must be a valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will fail if the speficied /48 is already in used by another resource. If the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field. .", + "description": "When enabling ula internal ipv6, caller optionally can specify the /48\nrange they want from the google defined ULA prefix fd20::/20. The input\nmust be a valid /48 ULA IPv6 address and must be within the fd20::/20.\nOperation will fail if the speficied /48 is already in used by another\nresource. If the field is not speficied, then a /48 range will be randomly\nallocated from fd20::/20 and returned via this field.\n.", "type": "string" }, "kind": { "default": "compute#network", - "description": "[Output Only] Type of the resource. Always compute#network for networks.", + "description": "[Output Only] Type of the resource. Always compute#network for\nnetworks.", "type": "string" }, "mtu": { - "description": "Maximum Transmission Unit in bytes. The minimum value for this field is 1300 and the maximum value is 8896. The suggested value is 1500, which is the default MTU used on the Internet, or 8896 if you want to use Jumbo frames. If unspecified, the value defaults to 1460.", + "description": "Maximum Transmission Unit in bytes.\nThe minimum value for this field is 1300 and the maximum value is 8896.\nThe suggested value is 1500, which is the default MTU used on the\nInternet, or 8896 if you want to use Jumbo frames. If unspecified, the\nvalue defaults to 1460.", "format": "int32", "type": "integer" }, @@ -64276,12 +66872,12 @@ "compute.networks.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a\nlowercase letter, and all following characters (except for the last\ncharacter) must be a dash, lowercase letter, or digit. The last character\nmust be a lowercase letter or digit.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "networkFirewallPolicyEnforcementOrder": { - "description": "The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.", + "description": "The network firewall policy enforcement order. Can be either\nAFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to\nAFTER_CLASSIC_FIREWALL if the field is not specified.", "enum": [ "AFTER_CLASSIC_FIREWALL", "BEFORE_CLASSIC_FIREWALL" @@ -64293,12 +66889,12 @@ "type": "string" }, "networkProfile": { - "description": "A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/{api_version}/projects/{project_id}/global/networkProfiles/{network_profile_name} - projects/{project_id}/global/networkProfiles/{network_profile_name} ", + "description": "A full or partial URL of the network profile to apply to this network.\nThis field can be set only at resource creation time. For example, the\nfollowing are valid URLs: \n \n - https://www.googleapis.com/compute/{api_version}/projects/{project_id}/global/networkProfiles/{network_profile_name}\n - projects/{project_id}/global/networkProfiles/{network_profile_name}", "type": "string" }, "params": { "$ref": "NetworkParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "peerings": { "description": "[Output Only] A list of network peerings for the resource.", @@ -64309,7 +66905,7 @@ }, "routingConfig": { "$ref": "NetworkRoutingConfig", - "description": "The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce." + "description": "The network-level routing configuration for this network. Used by Cloud\nRouter to determine what type of network-wide routing behavior to enforce." }, "selfLink": { "description": "[Output Only] Server-defined URL for the resource.", @@ -64320,7 +66916,7 @@ "type": "string" }, "subnetworks": { - "description": "[Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.", + "description": "[Output Only] Server-defined fully-qualified URLs for all subnetworks\nin this VPC network.", "items": { "type": "string" }, @@ -64330,11 +66926,11 @@ "type": "object" }, "NetworkAttachment": { - "description": "NetworkAttachments A network attachment resource ...", + "description": "NetworkAttachments\nA network attachment resource ...", "id": "NetworkAttachment", "properties": { "connectionEndpoints": { - "description": "[Output Only] An array of connections for all the producers connected to this network attachment.", + "description": "[Output Only] An array of connections for all the producers connected\nto this network attachment.", "items": { "$ref": "NetworkAttachmentConnectedEndpoint" }, @@ -64354,20 +66950,20 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. An up-to-date fingerprint must be provided in order to patch.", + "description": "Fingerprint of this resource. A hash of the contents stored\nin this object. This field is used in optimistic locking. An up-to-date\nfingerprint must be provided in order to patch.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.", + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, @@ -64382,30 +66978,30 @@ "compute.networkAttachments.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "network": { - "description": "[Output Only] The URL of the network which the Network Attachment belongs to. Practically it is inferred by fetching the network of the first subnetwork associated. Because it is required that all the subnetworks must be from the same network, it is assured that the Network Attachment belongs to the same network as all the subnetworks.", + "description": "[Output Only] The URL of the network which the Network Attachment\nbelongs to. Practically it is inferred by fetching the network of the first\nsubnetwork associated. Because it is required that all the subnetworks must\nbe from the same network, it is assured that the Network Attachment belongs\nto the same network as all the subnetworks.", "type": "string" }, "producerAcceptLists": { - "description": "Projects that are allowed to connect to this network attachment. The project can be specified using its id or number.", + "description": "Projects that are allowed to connect to this network attachment.\nThe project can be specified using its id or number.", "items": { "type": "string" }, "type": "array" }, "producerRejectLists": { - "description": "Projects that are not allowed to connect to this network attachment. The project can be specified using its id or number.", + "description": "Projects that are not allowed to connect to this network attachment.\nThe project can be specified using its id or number.", "items": { "type": "string" }, "type": "array" }, "region": { - "description": "[Output Only] URL of the region where the network attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the network attachment resides.\nThis field applies only to the region resource. You must specify this\nfield as part of the HTTP request URL. It is not settable as a field in\nthe request body.", "type": "string" }, "selfLink": { @@ -64417,7 +67013,7 @@ "type": "string" }, "subnetworks": { - "description": "An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.", + "description": "An array of URLs where each entry is the URL of a subnet\nprovided by the service consumer to use for\nendpoints in the producers that connect to this network attachment.", "items": { "type": "string" }, @@ -64447,7 +67043,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -64458,7 +67054,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -64522,44 +67118,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -64586,11 +67182,11 @@ "id": "NetworkAttachmentConnectedEndpoint", "properties": { "ipAddress": { - "description": "The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.", + "description": "The IPv4 address assigned to the producer instance network interface.\nThis value will be a range in case of Serverless.", "type": "string" }, "ipv6Address": { - "description": "The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.", + "description": "The IPv6 address assigned to the producer instance network interface.\nThis is only assigned when the stack types of both the instance network\ninterface and the consumer subnet are IPv4_IPv6.", "type": "string" }, "projectIdOrNum": { @@ -64618,18 +67214,18 @@ "The consumer allows traffic from the producer to reach its VPC.", "The consumer network attachment no longer exists.", "The consumer needs to take further action before traffic can be served.", - "The consumer neither allows nor prohibits traffic from the producer to reach its VPC.", + "The consumer neither allows nor prohibits traffic\nfrom the producer to reach its VPC.", "The consumer prohibits traffic from the producer to reach its VPC.", "" ], "type": "string" }, "subnetwork": { - "description": "The subnetwork used to assign the IP to the producer instance network interface.", + "description": "The subnetwork used to assign the IP to the producer\ninstance network interface.", "type": "string" }, "subnetworkCidrRange": { - "description": "[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.", + "description": "[Output Only] The CIDR range of the subnet from which the IPv4 internal\nIP was allocated from.", "type": "string" } }, @@ -64654,7 +67250,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -64665,7 +67261,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -64729,44 +67325,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -64799,10 +67395,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of network attachments when the list is empty.", + "description": "Informational warning which replaces the list of\nnetwork attachments when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -64866,44 +67462,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -64930,39 +67526,39 @@ "id": "NetworkEdgeSecurityService", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be\nprovided in order to update the NetworkEdgeSecurityService,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a NetworkEdgeSecurityService.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#networkEdgeSecurityService", - "description": "[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices", + "description": "[Output only] Type of the resource. Alwayscompute#networkEdgeSecurityService for\nNetworkEdgeSecurityServices", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the resource resides. You must\nspecify this field as part of the HTTP request URL. It is not settable as a\nfield in the request body.", "type": "string" }, "securityPolicy": { - "description": "The resource URL for the network edge security service associated with this network edge security service.", + "description": "The resource URL for the network edge security service associated with this\nnetwork edge security service.", "type": "string" }, "selfLink": { @@ -64996,11 +67592,11 @@ }, "kind": { "default": "compute#networkEdgeSecurityServiceAggregatedList", - "description": "[Output Only] Type of resource. Always compute#networkEdgeSecurityServiceAggregatedList for lists of Network Edge Security Services.", + "description": "[Output Only] Type of resource. Alwayscompute#networkEdgeSecurityServiceAggregatedList for lists of\nNetwork Edge Security Services.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -65018,7 +67614,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -65082,44 +67678,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -65152,10 +67748,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of security policies when the list is empty.", + "description": "Informational warning which replaces the list of\nsecurity policies when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -65219,44 +67815,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -65290,20 +67886,20 @@ "type": "object" }, "clientDestinationPort": { - "description": "Represents the port number to which PSC consumer sends packets. Optional. Only valid for network endpoint groups created with GCE_VM_IP_PORTMAP endpoint type.", + "description": "Represents the port number to which PSC consumer sends packets.\n\nOptional. Only valid for network endpoint groups created withGCE_VM_IP_PORTMAP endpoint type.", "format": "int32", "type": "integer" }, "fqdn": { - "description": "Optional fully qualified domain name of network endpoint. This can only be specified when NetworkEndpointGroup.network_endpoint_type is NON_GCP_FQDN_PORT.", + "description": "Optional fully qualified domain name of network endpoint. This can only be\nspecified when NetworkEndpointGroup.network_endpoint_type isNON_GCP_FQDN_PORT.", "type": "string" }, "instance": { - "description": "The name or a URL of VM instance of this network endpoint. Optional, the field presence depends on the network endpoint type. The field is required for network endpoints of type GCE_VM_IP and GCE_VM_IP_PORT. The instance must be in the same zone of network endpoint group (for zonal NEGs) or in the zone within the region of the NEG (for regional NEGs). If the ipAddress is specified, it must belongs to the VM instance. The name must be 1-63 characters long, and comply with RFC1035 or be a valid URL pointing to an existing instance.", + "description": "The name or a URL of VM instance of this network endpoint.\nOptional, the field presence depends on the network endpoint type. The\nfield is required for network endpoints of type GCE_VM_IP andGCE_VM_IP_PORT.\n\nThe instance must be in the same zone of network endpoint group (for zonal\nNEGs) or in the zone within the region of the NEG (for regional NEGs).\nIf the ipAddress is specified, it must belongs to the VM\ninstance.\n\nThe name must be 1-63 characters long, and comply withRFC1035\nor be a valid URL pointing to an existing instance.", "type": "string" }, "ipAddress": { - "description": "Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP address for the VM instance in the network that the network endpoint group belongs to will be used. This field is redundant and need not be set for network endpoints of type GCE_VM_IP. If set, it must be set to the primary internal IP address of the attached VM instance that matches the subnetwork of the NEG. The primary internal IP address from any NIC of a multi-NIC VM instance can be added to a NEG as long as it matches the NEG subnetwork.", + "description": "Optional IPv4 address of network endpoint. The IP address must belong to a\nVM in Compute Engine (either the primary IP or as part of an aliased IP\nrange). If the IP address is not specified, then the primary IP address for\nthe VM instance in the network that the network endpoint group belongs to\nwill be used.\n\nThis field is redundant and need not be set for network endpoints of typeGCE_VM_IP. If set, it must be set to the primary internal IP\naddress of the attached VM instance that matches the subnetwork of the NEG.\nThe primary internal IP address from any NIC of a multi-NIC VM instance can\nbe added to a NEG as long as it matches the NEG subnetwork.", "type": "string" }, "ipv6Address": { @@ -65311,7 +67907,7 @@ "type": "string" }, "port": { - "description": "Optional port number of network endpoint. If not specified, the defaultPort for the network endpoint group will be used. This field can not be set for network endpoints of type GCE_VM_IP.", + "description": "Optional port number of network endpoint. If not specified, the\ndefaultPort for the network endpoint group will be used.\n\nThis field can not be set for network endpoints of typeGCE_VM_IP.", "format": "int32", "type": "integer" } @@ -65319,7 +67915,7 @@ "type": "object" }, "NetworkEndpointGroup": { - "description": "Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set of endpoints should be reached, whether they are reachable, and where they are located. For more information about using NEGs for different use cases, see Network endpoint groups overview.", + "description": "Represents a collection of network endpoints.\n\nA network endpoint group (NEG) defines how a set of endpoints should be\nreached, whether they are reachable, and where they are located.\nFor more information about using NEGs for different use cases, seeNetwork endpoint groups overview.", "id": "NetworkEndpointGroup", "properties": { "annotations": { @@ -65331,49 +67927,49 @@ }, "appEngine": { "$ref": "NetworkEndpointGroupAppEngine", - "description": "Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set." + "description": "Optional. Only valid when networkEndpointType isSERVERLESS. Only one of cloudRun,appEngine or cloudFunction may be set." }, "cloudFunction": { "$ref": "NetworkEndpointGroupCloudFunction", - "description": "Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set." + "description": "Optional. Only valid when networkEndpointType isSERVERLESS. Only one of cloudRun,appEngine or cloudFunction may be set." }, "cloudRun": { "$ref": "NetworkEndpointGroupCloudRun", - "description": "Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set." + "description": "Optional. Only valid when networkEndpointType isSERVERLESS. Only one of cloudRun,appEngine or cloudFunction may be set." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "defaultPort": { - "description": "The default port used if the port number is not specified in the network endpoint. Optional. If the network endpoint type is either GCE_VM_IP, SERVERLESS or PRIVATE_SERVICE_CONNECT, this field must not be specified.", + "description": "The default port used if the port number is not specified in the network\nendpoint.\n\nOptional. If the network endpoint type is either GCE_VM_IP,SERVERLESS or PRIVATE_SERVICE_CONNECT, this\nfield must not be specified.", "format": "int32", "type": "integer" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#networkEndpointGroup", - "description": "[Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.", + "description": "[Output Only] Type of the resource. Alwayscompute#networkEndpointGroup for network endpoint group.", "type": "string" }, "name": { - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "type": "string" }, "network": { - "description": "The URL of the network to which all network endpoints in the NEG belong. Uses default project network if unspecified.", + "description": "The URL of the network to which all network endpoints in the NEG belong.\nUses default project network if unspecified.", "type": "string" }, "networkEndpointType": { - "description": "Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT, GCE_VM_IP_PORTMAP.", + "description": "Type of network endpoints in this network endpoint group. Can be one ofGCE_VM_IP, GCE_VM_IP_PORT,NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT,INTERNET_IP_PORT, SERVERLESS,PRIVATE_SERVICE_CONNECT, GCE_VM_IP_PORTMAP.", "enum": [ "GCE_VM_IP", "GCE_VM_IP_PORT", @@ -65387,25 +67983,25 @@ "enumDescriptions": [ "The network endpoint is represented by an IP address.", "The network endpoint is represented by IP address and port pair.", - "The network endpoint is represented by an IP, Port and Client Destination Port.", - "The network endpoint is represented by fully qualified domain name and port.", + "The network endpoint is represented by an IP, Port and Client Destination\nPort.", + "The network endpoint is represented by fully qualified domain name and\nport.", "The network endpoint is represented by an internet IP address and port.", - "The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises.", - "The network endpoint is either public Google APIs or services exposed by other GCP Project with a Service Attachment. The connection is set up by private service connect", + "The network endpoint is represented by an IP address and port. The\nendpoint belongs to a VM or pod running in a customer's on-premises.", + "The network endpoint is either public Google APIs or\nservices exposed by other GCP Project with a Service Attachment.\nThe connection is set up by private service connect", "The network endpoint is handled by specified serverless infrastructure." ], "type": "string" }, "pscData": { "$ref": "NetworkEndpointGroupPscData", - "description": "Optional. Only valid when networkEndpointType is PRIVATE_SERVICE_CONNECT." + "description": "Optional. Only valid when networkEndpointType isPRIVATE_SERVICE_CONNECT." }, "pscTargetService": { - "description": "The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: asia-northeast3-cloudkms.googleapis.com. Optional. Only valid when networkEndpointType is PRIVATE_SERVICE_CONNECT.", + "description": "The target service url used to set up private service connection to\na Google API or a PSC Producer Service Attachment.\nAn example value is: asia-northeast3-cloudkms.googleapis.com.\n\nOptional. Only valid when networkEndpointType isPRIVATE_SERVICE_CONNECT.", "type": "string" }, "region": { - "description": "[Output Only] The URL of the region where the network endpoint group is located.", + "description": "[Output Only] The URL of theregion\nwhere the network endpoint group is located.", "type": "string" }, "selfLink": { @@ -65418,11 +68014,11 @@ "type": "integer" }, "subnetwork": { - "description": "Optional URL of the subnetwork to which all network endpoints in the NEG belong.", + "description": "Optional URL of the subnetwork to which all network endpoints in the NEG\nbelong.", "type": "string" }, "zone": { - "description": "[Output Only] The URL of the zone where the network endpoint group is located.", + "description": "[Output Only] The URL of thezone\nwhere the network endpoint group is located.", "type": "string" } }, @@ -65445,11 +68041,11 @@ }, "kind": { "default": "compute#networkEndpointGroupAggregatedList", - "description": "[Output Only] The resource type, which is always compute#networkEndpointGroupAggregatedList for aggregated lists of network endpoint groups.", + "description": "[Output Only] The resource type, which is alwayscompute#networkEndpointGroupAggregatedList for aggregated\nlists of network endpoint groups.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -65467,7 +68063,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -65531,44 +68127,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -65591,53 +68187,53 @@ "type": "object" }, "NetworkEndpointGroupAppEngine": { - "description": "Configuration for an App Engine network endpoint group (NEG). The service is optional, may be provided explicitly or in the URL mask. The version is optional and can only be provided explicitly or in the URL mask when service is present. Note: App Engine service must be in the same project and located in the same region as the Serverless NEG.", + "description": "Configuration for an App Engine network endpoint group (NEG).\nThe service is optional, may be provided explicitly or in the\nURL mask. The version is optional and can only be provided\nexplicitly or in the URL mask when service is present.\n\nNote: App Engine service must be in the same project and located in the\nsame region as the Serverless NEG.", "id": "NetworkEndpointGroupAppEngine", "properties": { "service": { - "description": "Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.", + "description": "Optional serving service.\n\nThe service name is case-sensitive and must be 1-63\ncharacters long.\n\nExample value: default, my-service.", "type": "string" }, "urlMask": { - "description": "An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask -dot-appname.appspot.com/. The URL mask will parse them to { service = \"foo1\", version = \"v1\" } and { service = \"foo1\", version = \"v2\" } respectively.", + "description": "An URL\nmask is one of the main components of the Cloud Function.\n\nA template to parse service and version fields\nfrom a request URL. URL mask allows for routing to multiple App Engine\nservices without having to create multiple Network Endpoint Groups and\nbackend services.\n\nFor example, the request URLsfoo1-dot-appname.appspot.com/v1 andfoo1-dot-appname.appspot.com/v2 can be backed by the same\nServerless NEG with URL mask-dot-appname.appspot.com/.\nThe URL mask will parse them to { service = \"foo1\", version = \"v1\"\n} and { service = \"foo1\", version = \"v2\" }\nrespectively.", "type": "string" }, "version": { - "description": "Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.", + "description": "Optional serving version.\n\nThe version name is case-sensitive and must be 1-100\ncharacters long.\n\nExample value: v1, v2.", "type": "string" } }, "type": "object" }, "NetworkEndpointGroupCloudFunction": { - "description": "Configuration for a Cloud Function network endpoint group (NEG). The function must be provided explicitly or in the URL mask. Note: Cloud Function must be in the same project and located in the same region as the Serverless NEG.", + "description": "Configuration for a Cloud Function network endpoint group (NEG).\nThe function must be provided explicitly or in the URL mask.\n\nNote: Cloud Function must be in the same project and located in the same\nregion as the Serverless NEG.", "id": "NetworkEndpointGroupCloudFunction", "properties": { "function": { - "description": "A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: func1.", + "description": "A user-defined name of the Cloud Function.\n\nThe function name is case-sensitive and must be 1-63\ncharacters long.\n\nExample value: func1.", "type": "string" }, "urlMask": { - "description": "An URL mask is one of the main components of the Cloud Function. A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /. The URL mask will parse them to { function = \"function1\" } and { function = \"function2\" } respectively.", + "description": "An URL\nmask is one of the main components of the Cloud Function.\n\nA template to parse function field from a request URL. URL\nmask allows for routing to multiple Cloud Functions without having to\ncreate multiple Network Endpoint Groups and backend services.\n\nFor example, request URLs mydomain.com/function1 andmydomain.com/function2 can be backed by the same\nServerless NEG with URL mask /. The URL\nmask will parse them to { function = \"function1\" } and{ function = \"function2\" } respectively.", "type": "string" } }, "type": "object" }, "NetworkEndpointGroupCloudRun": { - "description": "Configuration for a Cloud Run network endpoint group (NEG). The service must be provided explicitly or in the URL mask. The tag is optional, may be provided explicitly or in the URL mask. Note: Cloud Run service must be in the same project and located in the same region as the Serverless NEG.", + "description": "Configuration for a Cloud Run network endpoint group (NEG).\nThe service must be provided explicitly or in the URL mask.\nThe tag is optional, may be provided explicitly or in the URL\nmask.\n\nNote: Cloud Run service must be in the same project and located in the same\nregion as the Serverless NEG.", "id": "NetworkEndpointGroupCloudRun", "properties": { "service": { - "description": "Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: \"run-service\".", + "description": "Cloud Run service is the main resource of Cloud Run.\n\nThe service must be 1-63 characters long, and comply withRFC1035.\n\nExample value: \"run-service\".", "type": "string" }, "tag": { - "description": "Optional Cloud Run tag represents the \"named-revision\" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: \"revision-0010\".", + "description": "Optional Cloud Run tag represents the \"named-revision\" to provide additional\nfine-grained traffic routing information.\n\nThe tag must be 1-63 characters long, and comply withRFC1035.\n\nExample value: \"revision-0010\".", "type": "string" }, "urlMask": { - "description": "An URL mask is one of the main components of the Cloud Function. A template to parse and fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask .domain.com/. The URL mask will parse them to { service=\"bar1\", tag=\"foo1\" } and { service=\"bar2\", tag=\"foo2\" } respectively.", + "description": "An URL\nmask is one of the main components of the Cloud Function.\n\nA template to parse and fields from a request URL. URL mask allows for\nrouting to multiple Run services without having to create multiple\nnetwork endpoint groups and backend services.\n\nFor example, request URLs foo1.domain.com/bar1 andfoo1.domain.com/bar2 can be backed by the same Serverless\nNetwork Endpoint Group (NEG) with URL mask.domain.com/. The URL mask will\nparse them to { service=\"bar1\", tag=\"foo1\" } and {\nservice=\"bar2\", tag=\"foo2\" } respectively.", "type": "string" } }, @@ -65659,11 +68255,11 @@ }, "kind": { "default": "compute#networkEndpointGroupList", - "description": "[Output Only] The resource type, which is always compute#networkEndpointGroupList for network endpoint group lists.", + "description": "[Output Only] The resource type, which is alwayscompute#networkEndpointGroupList for network endpoint group\nlists.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -65674,7 +68270,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -65738,44 +68334,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -65798,20 +68394,20 @@ "type": "object" }, "NetworkEndpointGroupPscData": { - "description": "All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.", + "description": "All data that is specifically relevant to only network endpoint groups of\ntype PRIVATE_SERVICE_CONNECT.", "id": "NetworkEndpointGroupPscData", "properties": { "consumerPscAddress": { - "description": "[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.", + "description": "[Output Only] Address allocated from given subnetwork for PSC. This IP\naddress acts as a VIP for a PSC NEG, allowing it to act as an endpoint in\nL7 PSC-XLB.", "type": "string" }, "producerPort": { - "description": "The psc producer port is used to connect PSC NEG with specific port on the PSC Producer side; should only be used for the PRIVATE_SERVICE_CONNECT NEG type", + "description": "The psc producer port is used to connect PSC NEG with specific port on\nthe PSC Producer side; should only be used for the\nPRIVATE_SERVICE_CONNECT NEG type", "format": "int32", "type": "integer" }, "pscConnectionId": { - "description": "[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.", + "description": "[Output Only] The PSC connection id of the PSC Network Endpoint Group\nConsumer.", "format": "uint64", "type": "string" }, @@ -65827,8 +68423,8 @@ ], "enumDescriptions": [ "The connection has been accepted by the producer.", - "The connection has been closed by the producer and will not serve traffic going forward.", - "The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.", + "The connection has been closed by the producer and will not serve\ntraffic going forward.", + "The connection has been accepted by the producer, but the producer\nneeds to take further action before the forwarding rule can serve\ntraffic.", "The connection is pending acceptance by the producer.", "The connection has been rejected by the producer.", "" @@ -65868,13 +68464,13 @@ "id": "NetworkEndpointGroupsListEndpointsRequest", "properties": { "healthStatus": { - "description": "Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.", + "description": "Optional query parameter for showing the health status of each network\nendpoint. Valid options are SKIP or SHOW. If you\ndon't specify this parameter, the health status of network endpoints will\nnot be provided.", "enum": [ "SHOW", "SKIP" ], "enumDescriptions": [ - "Show the health status for each network endpoint. Impacts latency of the call.", + "Show the health status for each network endpoint. Impacts latency of the\ncall.", "Health status for network endpoints will not be provided." ], "type": "string" @@ -65898,18 +68494,18 @@ }, "kind": { "default": "compute#networkEndpointGroupsListNetworkEndpoints", - "description": "[Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.", + "description": "[Output Only] The resource type, which is alwayscompute#networkEndpointGroupsListNetworkEndpoints for the list\nof network endpoints in the specified network endpoint group.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "warning": { "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -65973,44 +68569,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -66036,17 +68632,17 @@ "id": "NetworkEndpointGroupsScopedList", "properties": { "networkEndpointGroups": { - "description": "[Output Only] The list of network endpoint groups that are contained in this scope.", + "description": "[Output Only] The list ofnetwork\nendpoint groups that are contained in this scope.", "items": { "$ref": "NetworkEndpointGroup" }, "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.", + "description": "[Output Only] An informational warning that replaces the list of network\nendpoint groups when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -66110,44 +68706,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -66173,7 +68769,7 @@ "id": "NetworkEndpointWithHealthStatus", "properties": { "healths": { - "description": "[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.", + "description": "[Output only] The health status of network endpoint.\n\nOptional. Displayed only if the network endpoint has centralized health\nchecking configured.", "items": { "$ref": "HealthStatusForNetworkEndpoint" }, @@ -66203,11 +68799,11 @@ }, "kind": { "default": "compute#networkFirewallPolicyAggregatedList", - "description": "[Output Only] Type of resource. Always compute#networkFirewallPoliciesAggregatedList for lists of network firewall policies.", + "description": "[Output Only] Type of resource. Alwayscompute#networkFirewallPoliciesAggregatedList for lists of\nnetwork firewall policies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -66225,7 +68821,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -66289,44 +68885,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -66353,38 +68949,50 @@ "id": "NetworkInterface", "properties": { "accessConfigs": { - "description": "An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.", + "description": "An array of configurations for this interface. Currently, only one access\nconfig, ONE_TO_ONE_NAT, is supported. If there are noaccessConfigs specified, then this instance will have\nno external internet access.", "items": { "$ref": "AccessConfig" }, "type": "array" }, "aliasIpRanges": { - "description": "An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.", + "description": "An array of alias IP ranges for this network interface.\nYou can only specify this field for network interfaces in VPC networks.", "items": { "$ref": "AliasIpRange" }, "type": "array" }, "fingerprint": { - "description": "Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.", + "description": "Fingerprint hash of contents stored in this network interface.\nThis field will be ignored when inserting an Instance or\nadding a NetworkInterface. An up-to-date\nfingerprint must be provided in order to update theNetworkInterface. The request will fail with error400 Bad Request if the fingerprint is not provided, or412 Precondition Failed if the fingerprint is out of date.", "format": "byte", "type": "string" }, + "igmpQuery": { + "description": "Indicate whether igmp query is enabled on the network interface\nor not. If enabled, also indicates the version of IGMP supported.", + "enum": [ + "IGMP_QUERY_DISABLED", + "IGMP_QUERY_V2" + ], + "enumDescriptions": [ + "The network interface has disabled IGMP query.", + "The network interface has enabled IGMP query - v2." + ], + "type": "string" + }, "internalIpv6PrefixLength": { "description": "The prefix length of the primary internal IPv6 range.", "format": "int32", "type": "integer" }, "ipv6AccessConfigs": { - "description": "An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.", + "description": "An array of IPv6 access configurations for this interface. Currently, only\none IPv6 access config, DIRECT_IPV6, is supported. If there\nis no ipv6AccessConfig specified, then this instance will\nhave no external IPv6 Internet access.", "items": { "$ref": "AccessConfig" }, "type": "array" }, "ipv6AccessType": { - "description": "[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6.", + "description": "[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be\naccessed from the Internet. This field is always inherited from its\nsubnetwork.\n\nValid only if stackType is IPV4_IPV6.", "enum": [ "EXTERNAL", "INTERNAL" @@ -66396,32 +69004,32 @@ "type": "string" }, "ipv6Address": { - "description": "An IPv6 internal network address for this network interface. To use a static internal IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an internal IPv6 address from the instance's subnetwork.", + "description": "An IPv6 internal network address for this network interface. To\nuse a static internal IP address, it must be unused and in the same region\nas the instance's zone. If not specified, Google Cloud will automatically\nassign an internal IPv6 address from the instance's subnetwork.", "type": "string" }, "kind": { "default": "compute#networkInterface", - "description": "[Output Only] Type of the resource. Always compute#networkInterface for network interfaces.", + "description": "[Output Only] Type of the resource. Alwayscompute#networkInterface for network interfaces.", "type": "string" }, "name": { - "description": "[Output Only] The name of the network interface, which is generated by the server. For a VM, the network interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is nic0.", + "description": "[Output Only] The name of the network interface, which is generated by the\nserver. For a VM, the network interface uses the nicN naming\nformat. Where N is a value between 0 and7. The default interface value is nic0.", "type": "string" }, "network": { - "description": "URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default ", + "description": "URL of the VPC network resource for this instance. When creating an\ninstance, if neither the network nor the subnetwork is specified, the\ndefault network global/networks/default is used. If the\nselected project doesn't have the default network, you must specify a\nnetwork or subnet. If the network is not specified but the subnetwork is\nspecified, the network is inferred.\n\nIf you specify this property, you can specify the network as\na full or partial URL. For example, the following are all valid URLs:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/networks/network\n - projects/project/global/networks/network\n - global/networks/default", "type": "string" }, "networkAttachment": { - "description": "The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.", + "description": "The URL of the network attachment that this interface should connect\nto in the following format:\nprojects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.", "type": "string" }, "networkIP": { - "description": "An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.", + "description": "An IPv4 internal IP address to assign to the instance for this network\ninterface. If not specified by the user, an unused internal IP is\nassigned by the system.", "type": "string" }, "nicType": { - "description": "The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.", + "description": "The type of vNIC to be used on this interface. This may be gVNIC or\nVirtioNet.", "enum": [ "GVNIC", "IDPF", @@ -66445,12 +69053,12 @@ "type": "string" }, "queueCount": { - "description": "The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.", + "description": "The networking queue count that's specified by users for the network\ninterface. Both Rx and Tx queues will be set to this number. It'll be empty\nif not specified by the users.", "format": "int32", "type": "integer" }, "stackType": { - "description": "The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.", + "description": "The stack type for this network interface. To assign only IPv4 addresses,\nuse IPV4_ONLY. To assign both IPv4 and IPv6 addresses, useIPV4_IPV6. If not specified, IPV4_ONLY is used.\n\nThis field can be both set at instance creation and update network\ninterface operations.", "enum": [ "IPV4_IPV6", "IPV4_ONLY", @@ -66464,11 +69072,11 @@ "type": "string" }, "subnetwork": { - "description": "The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork ", + "description": "The URL of the Subnetwork resource for this instance. If the network\nresource is inlegacy\nmode, do not specify this field. If the network is in auto subnet\nmode, specifying the subnetwork is optional. If the network is in custom\nsubnet mode, specifying the subnetwork is required. If you specify this\nfield, you can specify the subnetwork as a full or partial URL. For\nexample, the following are all valid URLs:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/regions/region/subnetworks/subnetwork \n - regions/region/subnetworks/subnetwork", "type": "string" }, "vlan": { - "description": "VLAN tag of a dynamic network interface, must be an integer in the range from 2 to 255 inclusively.", + "description": "VLAN tag of a dynamic network interface, must be an integer in the range\nfrom 2 to 255 inclusively.", "format": "int32", "type": "integer" } @@ -66492,11 +69100,11 @@ }, "kind": { "default": "compute#networkList", - "description": "[Output Only] Type of resource. Always compute#networkList for lists of networks.", + "description": "[Output Only] Type of resource. Always compute#networkList for\nlists of networks.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -66507,7 +69115,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -66571,44 +69179,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -66638,50 +69246,50 @@ "additionalProperties": { "type": "string" }, - "description": "Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"} * {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", "type": "object" } }, "type": "object" }, "NetworkPeering": { - "description": "A network peering attached to a network resource. The message includes the peering name, peer network, peering state, and a flag indicating whether Google Compute Engine should automatically create routes for the peering.", + "description": "A network peering attached to a network resource. The message includes the\npeering name, peer network, peering state, and a flag indicating whether\nGoogle Compute Engine should automatically create routes for the peering.", "id": "NetworkPeering", "properties": { "autoCreateRoutes": { - "description": "This field will be deprecated soon. Use the exchange_subnet_routes field instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.", + "description": "This field will be deprecated soon. Use theexchange_subnet_routes field instead.\nIndicates whether full mesh connectivity is created and managed\nautomatically between peered networks. Currently this field should always\nbe true since Google Compute Engine will automatically create and manage\nsubnetwork routes between two networks when peering state isACTIVE.", "type": "boolean" }, "connectionStatus": { "$ref": "NetworkPeeringConnectionStatus", - "description": "[Output Only] The effective state of the peering connection as a whole." + "description": "[Output Only] The effective state of the peering connection\nas a whole." }, "exchangeSubnetRoutes": { - "description": "Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.", + "description": "Indicates whether full mesh connectivity is created and managed\nautomatically between peered networks. Currently this field should always\nbe true since Google Compute Engine will automatically create and manage\nsubnetwork routes between two networks when peering state isACTIVE.", "type": "boolean" }, "exportCustomRoutes": { - "description": "Whether to export the custom routes to peer network. The default value is false.", + "description": "Whether to export the custom routes to peer network. The default value is\nfalse.", "type": "boolean" }, "exportSubnetRoutesWithPublicIp": { - "description": "Whether subnet routes with public IP range are exported. The default value is true, all subnet routes are exported. IPv4 special-use ranges are always exported to peers and are not controlled by this field.", + "description": "Whether subnet routes with public IP range are exported. The default value\nis true, all subnet routes are exported.IPv4\nspecial-use ranges are always\nexported to peers and are not controlled by this field.", "type": "boolean" }, "importCustomRoutes": { - "description": "Whether to import the custom routes from peer network. The default value is false.", + "description": "Whether to import the custom routes from peer network. The default value is\nfalse.", "type": "boolean" }, "importSubnetRoutesWithPublicIp": { - "description": "Whether subnet routes with public IP range are imported. The default value is false. IPv4 special-use ranges are always imported from peers and are not controlled by this field.", + "description": "Whether subnet routes with public IP range are imported. The default value\nis false.IPv4\nspecial-use ranges are always\nimported from peers and are not controlled by this field.", "type": "boolean" }, "name": { - "description": "Name of this peering. Provided by the client when the peering is created. The name must comply with RFC1035. Specifically, the name must be 1-63 characters long and match regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all the following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of this peering. Provided by the client when the peering is created.\nThe name must comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a\nlowercase letter, and all the following characters must be a dash,\nlowercase letter, or digit, except the last character, which cannot be a\ndash.", "type": "string" }, "network": { - "description": "The URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.", + "description": "The URL of the peer network. It can be either full URL or partial URL. The\npeer network may belong to a different project. If the partial URL does not\ncontain project, it is assumed that the peer network is in the same project\nas the current network.", "type": "string" }, "peerMtu": { @@ -66690,26 +69298,26 @@ "type": "integer" }, "stackType": { - "description": "Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks. The default value is IPV4_ONLY.", + "description": "Which IP version(s) of traffic and routes are allowed to be imported or\nexported between peer networks. The default value is IPV4_ONLY.", "enum": [ "IPV4_IPV6", "IPV4_ONLY" ], "enumDescriptions": [ - "This Peering will allow IPv4 traffic and routes to be exchanged. Additionally if the matching peering is IPV4_IPV6, IPv6 traffic and routes will be exchanged as well.", - "This Peering will only allow IPv4 traffic and routes to be exchanged, even if the matching peering is IPV4_IPV6." + "This Peering will allow IPv4 traffic and routes to be\nexchanged. Additionally if the matching peering is\nIPV4_IPV6, IPv6 traffic and routes will be exchanged as\nwell.", + "This Peering will only allow IPv4 traffic and routes to be\nexchanged, even if the matching peering is IPV4_IPV6." ], "type": "string" }, "state": { - "description": "[Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The peering is `ACTIVE` when there's a matching configuration in the peer network.", + "description": "[Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The\npeering is `ACTIVE` when there's a matching configuration in the peer\nnetwork.", "enum": [ "ACTIVE", "INACTIVE" ], "enumDescriptions": [ "Matching configuration exists on the peer.", - "There is no matching configuration on the peer, including the case when peer does not exist." + "There is no matching configuration on the peer, including the case when\npeer does not exist." ], "type": "string" }, @@ -66718,16 +69326,16 @@ "type": "string" }, "updateStrategy": { - "description": "The update strategy determines the semantics for updates and deletes to the peering connection configuration.", + "description": "The update strategy determines the semantics for updates and deletes to the\npeering connection configuration.", "enum": [ "CONSENSUS", "INDEPENDENT", "UNSPECIFIED" ], "enumDescriptions": [ - "Updates are reflected in the local peering but aren't applied to the peering connection until a complementary change is made to the matching peering. To delete a peering with the consensus update strategy, both the peerings must request the deletion of the peering before the peering can be deleted.", - "In this mode, changes to the peering configuration can be unilaterally altered by changing either side of the peering. This is the default value if the field is unspecified.", - "Peerings with update strategy UNSPECIFIED are created with update strategy INDEPENDENT." + "Updates are reflected in the local peering but aren't applied to the\npeering connection until a complementary change is made to the\nmatching peering.\nTo delete a peering with the consensus update strategy, both the peerings\nmust request the deletion of the peering before the peering can be\ndeleted.", + "In this mode, changes to the peering configuration can\nbe unilaterally altered by changing either side of the peering.\nThis is the default value if the field is unspecified.", + "Peerings with update strategy UNSPECIFIED are created with\nupdate strategy INDEPENDENT." ], "type": "string" } @@ -66735,28 +69343,28 @@ "type": "object" }, "NetworkPeeringConnectionStatus": { - "description": "[Output Only] Describes the state of a peering connection, not just the local peering. This field provides information about the effective settings for the connection as a whole, including pending delete/update requests for CONSENSUS peerings.", + "description": "[Output Only] Describes the state of a peering connection, not just the\nlocal peering. This field provides information about the effective settings\nfor the connection as a whole, including pending delete/update requests for\nCONSENSUS peerings.", "id": "NetworkPeeringConnectionStatus", "properties": { "consensusState": { "$ref": "NetworkPeeringConnectionStatusConsensusState", - "description": "The consensus state contains information about the status of update and delete for a consensus peering connection." + "description": "The consensus state contains information about the status of update\nand delete for a consensus peering connection." }, "trafficConfiguration": { "$ref": "NetworkPeeringConnectionStatusTrafficConfiguration", - "description": "The active connectivity settings for the peering connection based on the settings of the network peerings." + "description": "The active connectivity settings for the peering connection based on the\nsettings of the network peerings." }, "updateStrategy": { - "description": "The update strategy determines the update/delete semantics for this peering connection.", + "description": "The update strategy determines the update/delete semantics for this\npeering connection.", "enum": [ "CONSENSUS", "INDEPENDENT", "UNSPECIFIED" ], "enumDescriptions": [ - "Updates are reflected in the local peering but aren't applied to the peering connection until a complementary change is made to the matching peering. To delete a peering with the consensus update strategy, both the peerings must request the deletion of the peering before the peering can be deleted.", - "In this mode, changes to the peering configuration can be unilaterally altered by changing either side of the peering. This is the default value if the field is unspecified.", - "Peerings with update strategy UNSPECIFIED are created with update strategy INDEPENDENT." + "Updates are reflected in the local peering but aren't applied to the\npeering connection until a complementary change is made to the\nmatching peering.\nTo delete a peering with the consensus update strategy, both the peerings\nmust request the deletion of the peering before the peering can be\ndeleted.", + "In this mode, changes to the peering configuration can\nbe unilaterally altered by changing either side of the peering.\nThis is the default value if the field is unspecified.", + "Peerings with update strategy UNSPECIFIED are created with\nupdate strategy INDEPENDENT." ], "type": "string" } @@ -66764,7 +69372,7 @@ "type": "object" }, "NetworkPeeringConnectionStatusConsensusState": { - "description": "The status of update/delete for a consensus peering connection. Only set when connection_status.update_strategy is CONSENSUS or a network peering is proposing to update the strategy to CONSENSUS.", + "description": "The status of update/delete for a consensus peering connection. Only set\nwhen connection_status.update_strategy isCONSENSUS or a network peering is proposing to update the\nstrategy to CONSENSUS.", "id": "NetworkPeeringConnectionStatusConsensusState", "properties": { "deleteStatus": { @@ -66776,10 +69384,10 @@ "PEER_DELETE_REQUESTED" ], "enumDescriptions": [ - "Both network admins have agreed this consensus peering connection can be deleted.", + "Both network admins have agreed this consensus peering connection can\nbe deleted.", "", "Network admin has requested deletion of this peering connection.", - "The peer network admin has requested deletion of this peering connection." + "The peer network admin has requested deletion of this peering\nconnection." ], "type": "string" }, @@ -66792,9 +69400,9 @@ "UPDATE_STATUS_UNSPECIFIED" ], "enumDescriptions": [ - "No pending configuration update proposals to the peering connection.", - "The peer network admin has made an updatePeering call. The change is awaiting acknowledgment from this peering's network admin.", - "The local network admin has made an updatePeering call. The change is awaiting acknowledgment from the peer network admin.", + "No pending configuration update proposals to the peering connection.", + "The peer network admin has made an updatePeering call. The change is\nawaiting acknowledgment from this peering's network admin.", + "The local network admin has made an updatePeering call. The change\nis awaiting acknowledgment from the peer network admin.", "" ], "type": "string" @@ -66810,7 +69418,7 @@ "type": "boolean" }, "exportSubnetRoutesWithPublicIpToPeer": { - "description": "Whether subnet routes with public IP ranges are being exported to the peer network.", + "description": "Whether subnet routes with public IP ranges are being exported to the\npeer network.", "type": "boolean" }, "importCustomRoutesFromPeer": { @@ -66818,18 +69426,18 @@ "type": "boolean" }, "importSubnetRoutesWithPublicIpFromPeer": { - "description": "Whether subnet routes with public IP ranges are being imported from the peer network.", + "description": "Whether subnet routes with public IP ranges are being imported\nfrom the peer network.", "type": "boolean" }, "stackType": { - "description": "Which IP version(s) of traffic and routes are being imported or exported between peer networks.", + "description": "Which IP version(s) of traffic and routes are being imported or\nexported between peer networks.", "enum": [ "IPV4_IPV6", "IPV4_ONLY" ], "enumDescriptions": [ - "This Peering will allow IPv4 traffic and routes to be exchanged. Additionally if the matching peering is IPV4_IPV6, IPv6 traffic and routes will be exchanged as well.", - "This Peering will only allow IPv4 traffic and routes to be exchanged, even if the matching peering is IPV4_IPV6." + "This Peering will allow IPv4 traffic and routes to be\nexchanged. Additionally if the matching peering is\nIPV4_IPV6, IPv6 traffic and routes will be exchanged as\nwell.", + "This Peering will only allow IPv4 traffic and routes to be\nexchanged, even if the matching peering is IPV4_IPV6." ], "type": "string" } @@ -66858,7 +69466,7 @@ "id": "NetworkProfile", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { @@ -66870,13 +69478,13 @@ "description": "[Output Only] Features supported by the network." }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#networkProfile", - "description": "[Output Only] Type of the resource. Always compute#networkProfile for network profiles.", + "description": "[Output Only] Type of the resource. Alwayscompute#networkProfile for network profiles.", "type": "string" }, "location": { @@ -66927,7 +69535,7 @@ "id": "NetworkProfileNetworkFeatures", "properties": { "addressPurposes": { - "description": "Specifies what address purposes are supported. If empty, all address purposes are supported.", + "description": "Specifies what address purposes are supported. If empty, all address\npurposes are supported.", "items": { "enum": [ "DNS_RESOLVER", @@ -66942,11 +69550,11 @@ "enumDescriptions": [ "DNS resolver address in the subnetwork.", "VM internal/alias IP, Internal LB service IP, etc.", - "A regional internal IP address range reserved for the VLAN attachment that is used in HA VPN over Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment\u2019s IP address range.", + "A regional internal IP address range reserved for the VLAN attachment\nthat is used in HA VPN over Cloud Interconnect. This regional\ninternal IP address range must not overlap with any IP address range\nof subnet/route in the VPC network and its peering networks. After the\nVLAN attachment is created with the reserved IP address range, when\ncreating a new VPN gateway, its interface IP address is allocated\nfrom the associated VLAN attachment\u2019s IP address range.", "External IP automatically reserved for Cloud NAT.", - "A private network IP address that can be used to configure Private Service Connect. This purpose can be specified only for GLOBAL addresses of Type INTERNAL", + "A private network IP address that can be used to configure Private\nService Connect. This purpose can be specified only forGLOBAL addresses of Type INTERNAL", "A regional internal IP address range reserved for Serverless.", - "A private network IP address that can be shared by multiple Internal Load Balancer forwarding rules.", + "A private network IP address that can be shared by multiple Internal\nLoad Balancer forwarding rules.", "IP range for peer networks." ], "type": "string" @@ -66954,7 +69562,7 @@ "type": "array" }, "allowAliasIpRanges": { - "description": "Specifies whether alias IP ranges (and secondary address ranges) are allowed.", + "description": "Specifies whether alias IP ranges (and secondary address ranges) are\nallowed.", "enum": [ "ALIAS_IP_RANGES_ALLOWED", "ALIAS_IP_RANGES_BLOCKED" @@ -67026,7 +69634,7 @@ "type": "string" }, "allowExternalIpAccess": { - "description": "Specifies whether VMs are allowed to have external IP access on network interfaces connected to this VPC.", + "description": "Specifies whether VMs are allowed to have external IP access on network\ninterfaces connected to this VPC.", "enum": [ "EXTERNAL_IP_ACCESS_ALLOWED", "EXTERNAL_IP_ACCESS_BLOCKED" @@ -67085,6 +69693,18 @@ ], "type": "string" }, + "allowMulticast": { + "description": "Specifies whether multicast is allowed.", + "enum": [ + "MULTICAST_ALLOWED", + "MULTICAST_BLOCKED" + ], + "enumDescriptions": [ + "", + "" + ], + "type": "string" + }, "allowNcc": { "description": "Specifies whether NCC is allowed.", "enum": [ @@ -67206,7 +69826,7 @@ "type": "string" }, "interfaceTypes": { - "description": "If set, limits the interface types that the network supports. If empty, all interface types are supported.", + "description": "If set, limits the interface types that the network supports. If\nempty, all interface types are supported.", "items": { "enum": [ "GVNIC", @@ -67228,6 +69848,18 @@ }, "type": "array" }, + "multicast": { + "description": "Specifies which type of multicast is supported.", + "enum": [ + "MULTICAST_SDN", + "MULTICAST_ULL" + ], + "enumDescriptions": [ + "", + "" + ], + "type": "string" + }, "subnetPurposes": { "description": "Specifies which subnetwork purposes are supported.", "items": { @@ -67275,8 +69907,8 @@ ], "enumDescriptions": [ "Subnet reserved for Global Envoy-based Load Balancing.", - "Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.", - "Subnetwork will be used for Migration from one peered VPC to another. (a transient state of subnetwork while migrating resources from one project to another).", + "Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy\npurpose, please use REGIONAL_MANAGED_PROXY instead.", + "Subnetwork will be used for Migration from one peered VPC to another.\n(a transient state of subnetwork\nwhile migrating resources from one project to another).", "Regular user created or automatically created subnet.", "Subnetwork used as source range for Private NAT Gateways.", "Regular user created or automatically created subnet.", @@ -67298,7 +69930,7 @@ "enumDescriptions": [ "New VMs in this subnet can have both IPv4 and IPv6 addresses.", "New VMs in this subnet will only be assigned IPv4 addresses.", - "New VMs in this subnet will only be assigned IPv6 addresses." + "New VMs in this subnet will only be assigned IPv6 addresses." ], "type": "string" }, @@ -67389,11 +70021,11 @@ }, "kind": { "default": "compute#networkProfileList", - "description": "[Output Only] Type of resource. Always compute#networkProfileList for network profiles.", + "description": "[Output Only] Type of resource. Alwayscompute#networkProfileList for network profiles.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value\nfor\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken\nto\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -67401,7 +70033,7 @@ "type": "string" }, "unreachables": { - "description": "[Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder", + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", "items": { "type": "string" }, @@ -67411,7 +70043,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -67475,44 +70107,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -67535,15 +70167,15 @@ "type": "object" }, "NetworkRoutingConfig": { - "description": "A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide.", + "description": "A routing configuration attached to a network resource. The message\nincludes the list of routers associated with the network, and a flag\nindicating the type of routing behavior to enforce network-wide.", "id": "NetworkRoutingConfig", "properties": { "bgpAlwaysCompareMed": { - "description": "Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.", + "description": "Enable comparison of Multi-Exit Discriminators (MED) across routes with\ndifferent neighbor ASNs when using the STANDARD BGP best path selection\nalgorithm.", "type": "boolean" }, "bgpBestPathSelectionMode": { - "description": "The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.", + "description": "The BGP best path selection algorithm to be employed within this network\nfor dynamic routes learned by Cloud Routers. Can be LEGACY\n(default) or STANDARD.", "enum": [ "LEGACY", "STANDARD" @@ -67555,7 +70187,7 @@ "type": "string" }, "bgpInterRegionCost": { - "description": "Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.", + "description": "Allows to define a preferred approach for handling inter-region cost in\nthe selection process when using the STANDARD BGP best path\nselection algorithm. Can be DEFAULT orADD_COST_TO_MED.", "enum": [ "ADD_COST_TO_MED", "DEFAULT" @@ -67567,11 +70199,11 @@ "type": "string" }, "effectiveBgpAlwaysCompareMed": { - "description": "[Output Only] Effective value of the bgp_always_compare_med field.", + "description": "[Output Only] Effective value of the bgp_always_compare_med\nfield.", "type": "boolean" }, "effectiveBgpInterRegionCost": { - "description": "[Output Only] Effective value of the bgp_inter_region_cost field.", + "description": "[Output Only] Effective value of the bgp_inter_region_cost\nfield.", "enum": [ "ADD_COST_TO_MED", "DEFAULT" @@ -67583,7 +70215,7 @@ "type": "string" }, "routingMode": { - "description": "The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.", + "description": "The network-wide routing mode to use. If set to REGIONAL,\nthis network's Cloud Routers will only advertise routes with subnets\nof this network in the same region as the router. If set toGLOBAL, this network's Cloud Routers will advertise\nroutes with all subnets of this network, across regions.", "enum": [ "GLOBAL", "REGIONAL" @@ -67601,7 +70233,7 @@ "id": "NetworksAddPeeringRequest", "properties": { "autoCreateRoutes": { - "description": "This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.", + "description": "This field will be deprecated soon. Useexchange_subnet_routes in network_peering\ninstead.\nIndicates whether full mesh connectivity is created and managed\nautomatically between peered networks. Currently this field should always\nbe true since Google Compute Engine will automatically create and manage\nsubnetwork routes between two networks when peering state isACTIVE.", "type": "boolean" }, "name": { @@ -67615,10 +70247,10 @@ }, "networkPeering": { "$ref": "NetworkPeering", - "description": "Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon." + "description": "Network peering parameters.\nIn order to specify route policies for peering using import and export\ncustom routes, you must specify all peering related parameters\n(name, peer network,exchange_subnet_routes) in the network_peering\nfield.\nThe corresponding fields in NetworksAddPeeringRequest will be\ndeprecated soon." }, "peerNetwork": { - "description": "URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.", + "description": "URL of the peer network. It can be either full URL or partial URL. The\npeer network may belong to a different project. If the partial URL does not\ncontain project, it is assumed that the peer network is in the same project\nas the current network.", "type": "string" } }, @@ -67628,7 +70260,7 @@ "id": "NetworksGetEffectiveFirewallsResponse", "properties": { "firewallPolicys": { - "description": "[Output Only] Effective firewalls from firewall policy. It returns Global Network Firewall Policies and Hierarchical Firewall Policies. Use regionNetworkFirewallPolicies.getEffectiveFirewalls to get Regional Network Firewall Policies as well.", + "description": "[Output Only] Effective firewalls from firewall policy. It returns Global\nNetwork Firewall Policies and Hierarchical Firewall Policies. UseregionNetworkFirewallPolicies.getEffectiveFirewalls to get\nRegional Network Firewall Policies as well.", "items": { "$ref": "NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy" }, @@ -67649,7 +70281,7 @@ "properties": { "displayName": { "deprecated": true, - "description": "[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.", + "description": "[Output Only] Deprecated, please use short name instead. The display name\nof the firewall policy.", "type": "string" }, "name": { @@ -67664,7 +70296,7 @@ "type": "array" }, "priority": { - "description": "[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.", + "description": "[Output only] Priority of firewall policy association. Not applicable for\ntype=HIERARCHY.", "format": "int32", "type": "integer" }, @@ -67728,7 +70360,7 @@ "type": "object" }, "NodeGroup": { - "description": "Represents a sole-tenant Node Group resource. A sole-tenant node is a physical server that is dedicated to hosting VM instances only for your specific project. Use sole-tenant nodes to keep your instances physically separated from instances in other projects, or to group your instances together on the same host hardware. For more information, read Sole-tenant nodes.", + "description": "Represents a sole-tenant Node Group resource.\n\nA sole-tenant node is a physical server that is dedicated to\nhosting VM instances only for your specific project. Use sole-tenant nodes to\nkeep your instances physically separated from instances in other projects, or\nto group your instances together on the same host hardware. For more\ninformation, readSole-tenant nodes.", "id": "NodeGroup", "properties": { "autoscalingPolicy": { @@ -67736,11 +70368,11 @@ "description": "Specifies how autoscaling should behave." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { @@ -67748,33 +70380,33 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#nodeGroup", - "description": "[Output Only] The type of the resource. Always compute#nodeGroup for node group.", + "description": "[Output Only] The type of the resource. Alwayscompute#nodeGroup for node group.", "type": "string" }, "locationHint": { - "description": "An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.", + "description": "An opaque location hint used to place the Node close to other\nresources.\nThis field is for use by internal tools that use the public API.\nThe location hint here on the NodeGroup overrides any location_hint\npresent in the NodeTemplate.", "type": "string" }, "maintenanceInterval": { - "description": "Specifies the frequency of planned maintenance events. The accepted values are: `AS_NEEDED` and `RECURRENT`.", + "description": "Specifies the frequency of planned maintenance events. The accepted values\nare: `AS_NEEDED` and `RECURRENT`.", "enum": [ "AS_NEEDED", "RECURRENT" ], "enumDescriptions": [ - "VMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.", - "VMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs." + "VMs are eligible to receive infrastructure and hypervisor updates as they\nbecome available. This may result in more maintenance operations (live\nmigrations or terminations) for the VM than the PERIODIC andRECURRENT options.", + "VMs receive infrastructure and hypervisor updates on a periodic basis,\nminimizing the number of maintenance operations (live migrations or\nterminations) on an individual VM. This may mean a VM will take longer\nto receive an update than if it was configured forAS_NEEDED. Security updates will still be applied as soon\nas they are available. RECURRENT is used for GEN3 and Slice\nof Hardware VMs." ], "type": "string" }, "maintenancePolicy": { - "description": "Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.", + "description": "Specifies how to handle instances when a node in the group undergoes\nmaintenance. Set to one of: DEFAULT,RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP.\nThe default value is DEFAULT. For more information, see\nMaintenance policies.", "enum": [ "DEFAULT", "MAINTENANCE_POLICY_UNSPECIFIED", @@ -67782,10 +70414,10 @@ "RESTART_IN_PLACE" ], "enumDescriptions": [ - "Allow the node and corresponding instances to retain default maintenance behavior.", + "Allow the node and corresponding instances to retain default\nmaintenance behavior.", "", - "When maintenance must be done on a node, the instances on that node will be moved to other nodes in the group. Instances with onHostMaintenance = MIGRATE will live migrate to their destinations while instances with onHostMaintenance = TERMINATE will terminate and then restart on their destination nodes if automaticRestart = true.", - "Instances in this group will restart on the same node when maintenance has completed. Instances must have onHostMaintenance = TERMINATE, and they will only restart if automaticRestart = true." + "When maintenance must be done on a node, the instances on that node will\nbe moved to other nodes in the group.\nInstances with onHostMaintenance = MIGRATE will live migrate to their\ndestinations while instances with onHostMaintenance = TERMINATE will\nterminate and then restart on their destination nodes if\nautomaticRestart = true.", + "Instances in this group will restart on the same node when maintenance\nhas completed. Instances must have onHostMaintenance = TERMINATE, and\nthey will only restart if automaticRestart = true." ], "type": "string" }, @@ -67793,7 +70425,7 @@ "$ref": "NodeGroupMaintenanceWindow" }, "name": { - "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwithRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "type": "string" }, "nodeTemplate": { @@ -67829,7 +70461,7 @@ "type": "string" }, "zone": { - "description": "[Output Only] The name of the zone where the node group resides, such as us-central1-a.", + "description": "[Output Only] The name of the zone where the node group resides,\nsuch as us-central1-a.", "type": "string" } }, @@ -67852,11 +70484,11 @@ }, "kind": { "default": "compute#nodeGroupAggregatedList", - "description": "[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.", + "description": "[Output Only] Type of resource.Alwayscompute#nodeGroupAggregatedList for aggregated lists of node\ngroups.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -67874,7 +70506,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -67938,44 +70570,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -68001,7 +70633,7 @@ "id": "NodeGroupAutoscalingPolicy", "properties": { "maxNodes": { - "description": "The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.", + "description": "The maximum number of nodes that the group should have. Must be set if\nautoscaling is enabled. Maximum value allowed is 100.", "format": "int32", "type": "integer" }, @@ -68011,7 +70643,7 @@ "type": "integer" }, "mode": { - "description": "The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.", + "description": "The autoscaling mode. Set to one of: ON, OFF,\nor ONLY_SCALE_OUT. For more information, see \nAutoscaler modes.", "enum": [ "MODE_UNSPECIFIED", "OFF", @@ -68046,11 +70678,11 @@ }, "kind": { "default": "compute#nodeGroupList", - "description": "[Output Only] Type of resource.Always compute#nodeGroupList for lists of node groups.", + "description": "[Output Only] Type of resource.Always compute#nodeGroupList\nfor lists of node groups.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -68061,7 +70693,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -68125,44 +70757,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -68185,15 +70817,15 @@ "type": "object" }, "NodeGroupMaintenanceWindow": { - "description": "Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.", + "description": "Time window specified for daily maintenance operations. GCE's internal\nmaintenance will be performed within this window.", "id": "NodeGroupMaintenanceWindow", "properties": { "maintenanceDuration": { "$ref": "Duration", - "description": "[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario." + "description": "[Output only] A predetermined duration for the window, automatically\nchosen to be the smallest possible in the given scenario." }, "startTime": { - "description": "Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.", + "description": "Start time of the window. This must be in UTC format that resolves to one\nof 00:00, 04:00, 08:00,12:00, 16:00, or 20:00. For\nexample, both 13:00-5 and 08:00 are valid.", "type": "string" } }, @@ -68336,11 +70968,11 @@ }, "kind": { "default": "compute#nodeGroupsListNodes", - "description": "[Output Only] The resource type, which is always compute.nodeGroupsListNodes for the list of nodes in the specified node group.", + "description": "[Output Only] The resource type, which is alwayscompute.nodeGroupsListNodes for the list of nodes in the\nspecified node group.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -68351,7 +70983,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -68415,44 +71047,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -68502,10 +71134,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that appears when the nodeGroup list is empty.", + "description": "[Output Only] An informational warning that appears when the nodeGroup\nlist is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -68569,44 +71201,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -68632,7 +71264,7 @@ "id": "NodeGroupsSetNodeTemplateRequest", "properties": { "nodeTemplate": { - "description": "Full or partial URL of the node template resource to be updated for this node group.", + "description": "Full or partial URL of the node template resource to be updated for this\nnode group.", "type": "string" } }, @@ -68652,7 +71284,7 @@ "type": "object" }, "NodeTemplate": { - "description": "Represent a sole-tenant Node Template resource. You can use a template to define properties for nodes in a node group. For more information, read Creating node groups and instances.", + "description": "Represent a sole-tenant Node Template resource.\n\nYou can use a template to define properties for nodes in a node group. For\nmore information, readCreating node groups\nand instances.", "id": "NodeTemplate", "properties": { "accelerators": { @@ -68676,11 +71308,11 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "disks": { @@ -68690,17 +71322,17 @@ "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#nodeTemplate", - "description": "[Output Only] The type of the resource. Always compute#nodeTemplate for node templates.", + "description": "[Output Only] The type of the resource. Alwayscompute#nodeTemplate for node templates.", "type": "string" }, "name": { - "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwithRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "type": "string" }, "nodeAffinityLabels": { @@ -68719,7 +71351,7 @@ "description": "Do not use. Instead, use the node_type property." }, "region": { - "description": "[Output Only] The name of the region where the node template resides, such as us-central1.", + "description": "[Output Only] The name of the region where the node template resides,\nsuch as us-central1.", "type": "string" }, "selfLink": { @@ -68728,10 +71360,10 @@ }, "serverBinding": { "$ref": "ServerBinding", - "description": "Sets the binding properties for the physical server. Valid values include: - *[Default]* RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server - RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same physical server whenever possible See Sole-tenant node options for more information." + "description": "Sets the binding properties for the physical server. Valid values include:\n \n - *[Default]* RESTART_NODE_ON_ANY_SERVER:\n Restarts VMs on any available\n physical server\n - RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same\n physical server whenever possible\n\n\n\nSee Sole-tenant\nnode options for more information." }, "status": { - "description": "[Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.", + "description": "[Output Only] The status of the node template. One of the following values:CREATING, READY, and DELETING.", "enum": [ "CREATING", "DELETING", @@ -68770,11 +71402,11 @@ }, "kind": { "default": "compute#nodeTemplateAggregatedList", - "description": "[Output Only] Type of resource.Always compute#nodeTemplateAggregatedList for aggregated lists of node templates.", + "description": "[Output Only] Type of resource.Alwayscompute#nodeTemplateAggregatedList for aggregated lists of\nnode templates.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -68792,7 +71424,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -68856,44 +71488,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -68932,11 +71564,11 @@ }, "kind": { "default": "compute#nodeTemplateList", - "description": "[Output Only] Type of resource.Always compute#nodeTemplateList for lists of node templates.", + "description": "[Output Only] Type of resource.Always compute#nodeTemplateList\nfor lists of node templates.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -68947,7 +71579,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -69011,44 +71643,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -69096,10 +71728,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that appears when the node templates list is empty.", + "description": "[Output Only] An informational warning that appears when the node templates\nlist is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -69163,44 +71795,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -69223,7 +71855,7 @@ "type": "object" }, "NodeType": { - "description": "Represent a sole-tenant Node Type resource. Each node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type is n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information read Node types.", + "description": "Represent a sole-tenant Node Type resource.\n\nEach node within a node group must have a node type. A node type specifies\nthe total amount of cores and memory for that node. Currently, the only\navailable node type is n1-node-96-624 node type that has 96\nvCPUs and 624 GB of memory, available in multiple zones. For more information\nreadNode types.", "id": "NodeType", "properties": { "cpuPlatform": { @@ -69231,7 +71863,7 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "deprecated": { @@ -69243,18 +71875,18 @@ "type": "string" }, "guestCpus": { - "description": "[Output Only] The number of virtual CPUs that are available to the node type.", + "description": "[Output Only] The number of virtual CPUs that are available to the node\ntype.", "format": "int32", "type": "integer" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#nodeType", - "description": "[Output Only] The type of the resource. Always compute#nodeType for node types.", + "description": "[Output Only] The type of the resource. Alwayscompute#nodeType for node types.", "type": "string" }, "localSsdGb": { @@ -69268,7 +71900,7 @@ "type": "integer" }, "memoryMb": { - "description": "[Output Only] The amount of physical memory available to the node type, defined in MB.", + "description": "[Output Only] The amount of physical memory available to the node type,\ndefined in MB.", "format": "int32", "type": "integer" }, @@ -69282,7 +71914,7 @@ "type": "string" }, "zone": { - "description": "[Output Only] The name of the zone where the node type resides, such as us-central1-a.", + "description": "[Output Only] The name of the zone where the node type resides,\nsuch as us-central1-a.", "type": "string" } }, @@ -69305,11 +71937,11 @@ }, "kind": { "default": "compute#nodeTypeAggregatedList", - "description": "[Output Only] Type of resource.Always compute#nodeTypeAggregatedList for aggregated lists of node types.", + "description": "[Output Only] Type of resource.Alwayscompute#nodeTypeAggregatedList for aggregated lists of node\ntypes.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -69327,7 +71959,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -69391,44 +72023,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -69467,11 +72099,11 @@ }, "kind": { "default": "compute#nodeTypeList", - "description": "[Output Only] Type of resource.Always compute#nodeTypeList for lists of node types.", + "description": "[Output Only] Type of resource.Always compute#nodeTypeList for\nlists of node types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -69482,7 +72114,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -69546,44 +72178,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -69616,10 +72248,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] An informational warning that appears when the node types list is empty.", + "description": "[Output Only] An informational warning that appears when the node types\nlist is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -69683,44 +72315,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -69743,38 +72375,38 @@ "type": "object" }, "NotificationEndpoint": { - "description": "Represents a notification endpoint. A notification endpoint resource defines an endpoint to receive notifications when there are status changes detected by the associated health check service. For more information, see Health checks overview.", + "description": "Represents a notification endpoint.\n\nA notification endpoint resource defines an endpoint to receive notifications\nwhen there are status changes detected by the associated health check\nservice.\n\nFor more information, see\nHealth checks overview.", "id": "NotificationEndpoint", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "grpcSettings": { "$ref": "NotificationEndpointGrpcSettings", - "description": "Settings of the gRPC notification endpoint including the endpoint URL and the retry duration." + "description": "Settings of the gRPC notification endpoint including the endpoint URL and\nthe retry duration." }, "id": { - "description": "[Output Only] A unique identifier for this resource type. The server generates this identifier.", + "description": "[Output Only] A unique identifier for this resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#notificationEndpoint", - "description": "[Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.", + "description": "[Output Only] Type of the resource. Alwayscompute#notificationEndpoint for notification endpoints.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the notification endpoint resides. This field applies only to the regional resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the notification endpoint resides.\nThis field applies only to the regional resource. You must specify this\nfield as part of the HTTP request URL. It is not settable as a field in\nthe request body.", "type": "string" }, "selfLink": { @@ -69785,27 +72417,27 @@ "type": "object" }, "NotificationEndpointGrpcSettings": { - "description": "Represents a gRPC setting that describes one gRPC notification endpoint and the retry duration attempting to send notification to this endpoint.", + "description": "Represents a gRPC setting that describes one gRPC notification endpoint and\nthe retry duration attempting to send notification to this endpoint.", "id": "NotificationEndpointGrpcSettings", "properties": { "authority": { - "description": "Optional. If specified, this field is used to set the authority header by the sender of notifications. See https://tools.ietf.org/html/rfc7540#section-8.1.2.3", + "description": "Optional. If specified, this field is used to set the authority header by\nthe sender of notifications. See\nhttps://tools.ietf.org/html/rfc7540#section-8.1.2.3", "type": "string" }, "endpoint": { - "description": "Endpoint to which gRPC notifications are sent. This must be a valid gRPCLB DNS name.", + "description": "Endpoint to which gRPC notifications are sent. This must be a valid\ngRPCLB DNS name.", "type": "string" }, "payloadName": { - "description": "Optional. If specified, this field is used to populate the \"name\" field in gRPC requests.", + "description": "Optional. If specified, this field is used to populate the \"name\" field\nin gRPC requests.", "type": "string" }, "resendInterval": { "$ref": "Duration", - "description": "Optional. This field is used to configure how often to send a full update of all non-healthy backends. If unspecified, full updates are not sent. If specified, must be in the range between 600 seconds to 3600 seconds. Nanos are disallowed. Can only be set for regional notification endpoints." + "description": "Optional. This field is used to configure how often to send a full update\nof all non-healthy backends. If unspecified, full updates are not sent.\nIf specified, must be in the range between 600 seconds to 3600 seconds.\nNanos are disallowed. Can only be set for regional notification\nendpoints." }, "retryDurationSec": { - "description": "How much time (in seconds) is spent attempting notification retries until a successful response is received. Default is 30s. Limit is 20m (1200s). Must be a positive number.", + "description": "How much time (in seconds) is spent attempting notification retries\nuntil a successful response is received. Default is 30s. Limit is 20m\n(1200s). Must be a positive number.", "format": "uint32", "type": "integer" } @@ -69828,11 +72460,11 @@ }, "kind": { "default": "compute#notificationEndpointList", - "description": "[Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.", + "description": "[Output Only] Type of the resource. Alwayscompute#notificationEndpoint for notification endpoints.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -69843,7 +72475,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -69907,44 +72539,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -69967,11 +72599,11 @@ "type": "object" }, "Operation": { - "description": "Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/v1/globalOperations) * [Regional](/compute/docs/reference/rest/v1/regionOperations) * [Zonal](/compute/docs/reference/rest/v1/zoneOperations) You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the `globalOperations` resource. - For regional operations, use the `regionOperations` resource. - For zonal operations, use the `zoneOperations` resource. For more information, read Global, Regional, and Zonal Resources. Note that completed Operation resources have a limited retention period.", + "description": "Represents an Operation resource.\n\nGoogle Compute Engine has three Operation resources:\n\n* [Global](/compute/docs/reference/rest/v1/globalOperations)\n* [Regional](/compute/docs/reference/rest/v1/regionOperations)\n* [Zonal](/compute/docs/reference/rest/v1/zoneOperations)\n\nYou can use an operation resource to manage asynchronous API requests.\nFor more information, readHandling\nAPI responses.\n\nOperations can be global, regional or zonal.\n \n - For global operations, use the `globalOperations`\n resource. \n - For regional operations, use the\n `regionOperations` resource. \n - For zonal operations, use\n the `zoneOperations` resource.\n\n\n\nFor more information, read\nGlobal, Regional, and Zonal Resources.\n\nNote that completed Operation resources have a limited \nretention period.", "id": "Operation", "properties": { "clientOperationId": { - "description": "[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.", + "description": "[Output Only] The value of `requestId` if you provided it in the request.\nNot present otherwise.", "type": "string" }, "creationTimestamp": { @@ -69979,18 +72611,18 @@ "type": "string" }, "description": { - "description": "[Output Only] A textual description of the operation, which is set when the operation is created.", + "description": "[Output Only] A textual description of the operation, which is\nset when the operation is created.", "type": "string" }, "endTime": { - "description": "[Output Only] The time that this operation was completed. This value is in RFC3339 text format.", + "description": "[Output Only] The time that this operation was completed. This value is inRFC3339\ntext format.", "type": "string" }, "error": { - "description": "[Output Only] If errors are generated during processing of the operation, this field will be populated.", + "description": "[Output Only] If errors are generated during processing of the operation,\nthis field will be populated.", "properties": { "errors": { - "description": "[Output Only] The array of errors encountered while processing this operation.", + "description": "[Output Only] The array of errors encountered while processing this\noperation.", "items": { "properties": { "code": { @@ -69998,7 +72630,7 @@ "type": "string" }, "errorDetails": { - "description": "[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.", + "description": "[Output Only] An optional list of messages that contain the error\ndetails. There is a set of defined message types to use for providing\ndetails.The syntax depends on the error code. For example,\nQuotaExceededInfo will have details when the error code is\nQUOTA_EXCEEDED.", "items": { "properties": { "errorInfo": { @@ -70019,7 +72651,7 @@ "type": "array" }, "location": { - "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.", + "description": "[Output Only] Indicates the field in the request that caused the error.\nThis property is optional.", "type": "string" }, "message": { @@ -70035,21 +72667,21 @@ "type": "object" }, "httpErrorMessage": { - "description": "[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.", + "description": "[Output Only] If the operation fails, this field contains the HTTP error\nmessage that was returned, such as `NOT FOUND`.", "type": "string" }, "httpErrorStatusCode": { - "description": "[Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.", + "description": "[Output Only] If the operation fails, this field contains the HTTP error\nstatus code that was returned. For example, a `404` means the\nresource was not found.", "format": "int32", "type": "integer" }, "id": { - "description": "[Output Only] The unique identifier for the operation. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the operation. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "insertTime": { - "description": "[Output Only] The time that this operation was requested. This value is in RFC3339 text format.", + "description": "[Output Only] The time that this operation was requested.\nThis value is inRFC3339\ntext format.", "type": "string" }, "instancesBulkInsertOperationMetadata": { @@ -70057,7 +72689,7 @@ }, "kind": { "default": "compute#operation", - "description": "[Output Only] Type of the resource. Always `compute#operation` for Operation resources.", + "description": "[Output Only] Type of the resource. Always `compute#operation` for\nOperation resources.", "type": "string" }, "name": { @@ -70065,20 +72697,20 @@ "type": "string" }, "operationGroupId": { - "description": "[Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.", + "description": "[Output Only] An ID that represents a group of operations, such as when a\ngroup of operations results from a `bulkInsert` API request.", "type": "string" }, "operationType": { - "description": "[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.", + "description": "[Output Only] The type of operation, such as `insert`,\n`update`, or `delete`, and so on.", "type": "string" }, "progress": { - "description": "[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.", + "description": "[Output Only] An optional progress indicator that ranges from 0 to 100.\nThere is no requirement that this be linear or support any granularity of\noperations. This should not be used to guess when the operation will be\ncomplete. This number should monotonically increase as the operation\nprogresses.", "format": "int32", "type": "integer" }, "region": { - "description": "[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.", + "description": "[Output Only] The URL of the region where the operation resides. Only\napplicable when performing regional operations.", "type": "string" }, "selfLink": { @@ -70087,14 +72719,14 @@ }, "setCommonInstanceMetadataOperationMetadata": { "$ref": "SetCommonInstanceMetadataOperationMetadata", - "description": "[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state." + "description": "[Output Only] If the operation is for projects.setCommonInstanceMetadata,\nthis field will contain information on all underlying zonal actions and\ntheir state." }, "startTime": { - "description": "[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.", + "description": "[Output Only] The time that this operation was started by the server.\nThis value is inRFC3339\ntext format.", "type": "string" }, "status": { - "description": "[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.", + "description": "[Output Only] The status of the operation, which can be one of the\nfollowing:\n`PENDING`, `RUNNING`, or `DONE`.", "enum": [ "DONE", "PENDING", @@ -70108,28 +72740,28 @@ "type": "string" }, "statusMessage": { - "description": "[Output Only] An optional textual description of the current status of the operation.", + "description": "[Output Only] An optional textual description of the current status of the\noperation.", "type": "string" }, "targetId": { - "description": "[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.", + "description": "[Output Only] The unique target ID, which identifies a specific incarnation\nof the target resource.", "format": "uint64", "type": "string" }, "targetLink": { - "description": "[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the disk that the snapshot was created from.", + "description": "[Output Only] The URL of the resource that the operation modifies. For\noperations related to creating a snapshot, this points to the disk\nthat the snapshot was created from.", "type": "string" }, "user": { - "description": "[Output Only] User who requested the operation, for example: `user@example.com` or `alice_smith_identifier (global/workforcePools/example-com-us-employees)`.", + "description": "[Output Only] User who requested the operation, for example:\n`user@example.com` or\n`alice_smith_identifier (global/workforcePools/example-com-us-employees)`.", "type": "string" }, "warnings": { - "description": "[Output Only] If warning messages are generated during processing of the operation, this field will be populated.", + "description": "[Output Only] If warning messages are generated during processing of the\noperation, this field will be populated.", "items": { "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -70193,44 +72825,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -70252,7 +72884,7 @@ "type": "array" }, "zone": { - "description": "[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.", + "description": "[Output Only] The URL of the zone where the operation resides. Only\napplicable when performing per-zone operations.", "type": "string" } }, @@ -70262,7 +72894,7 @@ "id": "OperationAggregatedList", "properties": { "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "items": { @@ -70275,11 +72907,11 @@ }, "kind": { "default": "compute#operationAggregatedList", - "description": "[Output Only] Type of resource. Always `compute#operationAggregatedList` for aggregated lists of operations.", + "description": "[Output Only] Type of resource. Always `compute#operationAggregatedList`\nfor aggregated lists of operations.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than `maxResults`, use the `nextPageToken` as a value for the query parameter `pageToken` in the next list request. Subsequent list requests will have their own `nextPageToken` to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger than\n`maxResults`, use the `nextPageToken` as a value for\nthe query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -70297,7 +72929,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -70361,44 +72993,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -70425,7 +73057,7 @@ "id": "OperationList", "properties": { "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "items": { @@ -70437,11 +73069,11 @@ }, "kind": { "default": "compute#operationList", - "description": "[Output Only] Type of resource. Always `compute#operations` for Operations resource.", + "description": "[Output Only] Type of resource. Always `compute#operations` for Operations\nresource.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than `maxResults`, use the `nextPageToken` as a value for the query parameter `pageToken` in the next list request. Subsequent list requests will have their own `nextPageToken` to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger than\n`maxResults`, use the `nextPageToken` as a value for\nthe query parameter `pageToken` in the next list request.\nSubsequent list requests will have their own `nextPageToken` to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -70452,7 +73084,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -70516,44 +73148,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -70586,10 +73218,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of operations when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of operations\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -70653,44 +73285,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -70724,66 +73356,66 @@ }, "kind": { "default": "compute#organizationSecurityPoliciesListAssociationsResponse", - "description": "[Output Only] Type of securityPolicy associations. Always compute#organizationSecurityPoliciesListAssociations for lists of securityPolicy associations.", + "description": "[Output Only] Type of securityPolicy associations. Alwayscompute#organizationSecurityPoliciesListAssociations for lists\nof securityPolicy associations.", "type": "string" } }, "type": "object" }, "OutlierDetection": { - "description": "Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service.", + "description": "Settings controlling the eviction of unhealthy hosts from the load balancing\npool for the backend service.", "id": "OutlierDetection", "properties": { "baseEjectionTime": { "$ref": "Duration", - "description": "The base time that a backend endpoint is ejected for. Defaults to 30000ms or 30s. After a backend endpoint is returned back to the load balancing pool, it can be ejected again in another ejection analysis. Thus, the total ejection time is equal to the base ejection time multiplied by the number of times the backend endpoint has been ejected. Defaults to 30000ms or 30s." + "description": "The base time that a backend endpoint is ejected for. Defaults to 30000ms\nor 30s.\n\nAfter a backend endpoint is returned back to the load balancing pool, it\ncan be ejected again in another ejection analysis. Thus, the total ejection\ntime is equal to the base ejection time multiplied by the number of times\nthe backend endpoint has been ejected. Defaults to 30000ms or 30s." }, "consecutiveErrors": { - "description": "Number of consecutive errors before a backend endpoint is ejected from the load balancing pool. When the backend endpoint is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5.", + "description": "Number of consecutive errors before a backend endpoint is ejected from the\nload balancing pool. When the backend endpoint is accessed over HTTP, a 5xx\nreturn code qualifies as an error. Defaults to 5.", "format": "int32", "type": "integer" }, "consecutiveGatewayFailure": { - "description": "The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3.", + "description": "The number of consecutive gateway failures (502, 503, 504 status or\nconnection errors that are mapped to one of those status codes) before a\nconsecutive gateway failure ejection occurs. Defaults to 3.", "format": "int32", "type": "integer" }, "enforcingConsecutiveErrors": { - "description": "The percentage chance that a backend endpoint will be ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0.", + "description": "The percentage chance that a backend endpoint will be ejected when an\noutlier status is detected through consecutive 5xx. This setting can be\nused to disable ejection or to ramp it up slowly. Defaults to 0.", "format": "int32", "type": "integer" }, "enforcingConsecutiveGatewayFailure": { - "description": "The percentage chance that a backend endpoint will be ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.", + "description": "The percentage chance that a backend endpoint will be ejected when an\noutlier status is detected through consecutive gateway failures. This\nsetting can be used to disable ejection or to ramp it up slowly. Defaults\nto 100.", "format": "int32", "type": "integer" }, "enforcingSuccessRate": { - "description": "The percentage chance that a backend endpoint will be ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100. Not supported when the backend service uses Serverless NEG.", + "description": "The percentage chance that a backend endpoint will be ejected when an\noutlier status is detected through success rate statistics. This setting\ncan be used to disable ejection or to ramp it up slowly. Defaults to 100.\n\nNot supported when the backend service uses Serverless NEG.", "format": "int32", "type": "integer" }, "interval": { "$ref": "Duration", - "description": "Time interval between ejection analysis sweeps. This can result in both new ejections and backend endpoints being returned to service. The interval is equal to the number of seconds as defined in outlierDetection.interval.seconds plus the number of nanoseconds as defined in outlierDetection.interval.nanos. Defaults to 1 second." + "description": "Time interval between ejection analysis sweeps. This can result in both new\nejections and backend endpoints being returned to service. The interval is\nequal to the number of seconds as defined in\noutlierDetection.interval.seconds plus the number of nanoseconds as defined\nin outlierDetection.interval.nanos. Defaults to 1 second." }, "maxEjectionPercent": { - "description": "Maximum percentage of backend endpoints in the load balancing pool for the backend service that can be ejected if the ejection conditions are met. Defaults to 50%.", + "description": "Maximum percentage of backend endpoints in the load balancing pool for the\nbackend service that can be ejected if the ejection conditions are met.\nDefaults to 50%.", "format": "int32", "type": "integer" }, "successRateMinimumHosts": { - "description": "The number of backend endpoints in the load balancing pool that must have enough request volume to detect success rate outliers. If the number of backend endpoints is fewer than this setting, outlier detection via success rate statistics is not performed for any backend endpoint in the load balancing pool. Defaults to 5. Not supported when the backend service uses Serverless NEG.", + "description": "The number of backend endpoints in the load balancing pool that must have\nenough request volume to detect success rate outliers. If the number of\nbackend endpoints is fewer than this setting, outlier detection via success\nrate statistics is not performed for any backend endpoint in the load\nbalancing pool. Defaults to 5.\n\nNot supported when the backend service uses Serverless NEG.", "format": "int32", "type": "integer" }, "successRateRequestVolume": { - "description": "The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this backend endpoint in success rate based outlier detection. If the volume is lower than this setting, outlier detection via success rate statistics is not performed for that backend endpoint. Defaults to 100. Not supported when the backend service uses Serverless NEG.", + "description": "The minimum number of total requests that must be collected in one interval\n(as defined by the interval duration above) to include this backend\nendpoint in success rate based outlier detection. If the volume is lower\nthan this setting, outlier detection via success rate statistics is not\nperformed for that backend endpoint. Defaults to 100.\n\nNot supported when the backend service uses Serverless NEG.", "format": "int32", "type": "integer" }, "successRateStdevFactor": { - "description": "This factor is used to determine the ejection threshold for success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * successRateStdevFactor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900. Not supported when the backend service uses Serverless NEG.", + "description": "This factor is used to determine the ejection threshold for success rate\noutlier ejection. The ejection threshold is the difference between the mean\nsuccess rate, and the product of this factor and the standard deviation of\nthe mean success rate: mean - (stdev * successRateStdevFactor). This factor\nis divided by a thousand to get a double. That is, if the desired factor\nis 1.9, the runtime value should be 1900. Defaults to 1900.\n\nNot supported when the backend service uses Serverless NEG.", "format": "int32", "type": "integer" } @@ -70839,7 +73471,7 @@ "TYPE_UNSPECIFIED" ], "enumDescriptions": [ - "Only applies to Echo packets. This shows the intervals between sending and receiving the same packet.", + "Only applies to Echo packets. This shows the intervals between sending\nand receiving the same packet.", "Intervals between received packets.", "Intervals between transmitted packets.", "" @@ -70850,23 +73482,23 @@ "type": "object" }, "PacketMirroring": { - "description": "Represents a Packet Mirroring resource. Packet Mirroring clones the traffic of specified instances in your Virtual Private Cloud (VPC) network and forwards it to a collector destination, such as an instance group of an internal TCP/UDP load balancer, for analysis or examination. For more information about setting up Packet Mirroring, see Using Packet Mirroring.", + "description": "Represents a Packet Mirroring resource.\n\nPacket Mirroring clones the traffic of specified instances in your Virtual\nPrivate Cloud (VPC) network and forwards it to a collector destination,\nsuch as an instance group of an internal TCP/UDP load balancer, for analysis\nor examination.\nFor more information about setting up Packet Mirroring, seeUsing Packet Mirroring.", "id": "PacketMirroring", "properties": { "collectorIlb": { "$ref": "PacketMirroringForwardingRuleInfo", - "description": "The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true." + "description": "The Forwarding Rule resource of typeloadBalancingScheme=INTERNAL that will be used as collector\nfor mirrored traffic.\nThe specified forwarding rule must have isMirroringCollector\nset to true." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "enable": { - "description": "Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.", + "description": "Indicates whether or not this packet mirroring takes effect.\nIf set to FALSE, this packet mirroring policy will not be enforced on the\nnetwork.\n\nThe default is TRUE.", "enum": [ "FALSE", "TRUE" @@ -70882,18 +73514,18 @@ "description": "Filter for mirrored traffic. If unspecified, all IPv4 traffic is mirrored." }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#packetMirroring", - "description": "[Output Only] Type of the resource. Always compute#packetMirroring for packet mirrorings.", + "description": "[Output Only] Type of the resource. Alwayscompute#packetMirroring for packet mirrorings.", "type": "string" }, "mirroredResources": { "$ref": "PacketMirroringMirroredResourceInfo", - "description": "PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored." + "description": "PacketMirroring mirroredResourceInfos.\nMirroredResourceInfo specifies a set of mirrored VM instances, subnetworks\nand/or tags for which traffic from/to all VM instances will be mirrored." }, "name": { "annotations": { @@ -70901,7 +73533,7 @@ "compute.packetMirrorings.insert" ] }, - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -70912,10 +73544,10 @@ "compute.packetMirrorings.insert" ] }, - "description": "Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network." + "description": "Specifies the mirrored VPC network. Only packets in this network will be\nmirrored. All mirrored VMs should have a NIC in the given network.\nAll mirrored subnetworks should belong to the given network." }, "priority": { - "description": "The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.", + "description": "The priority of applying this configuration. Priority is used to break ties\nin cases where there is more than one matching rule. In the case of two\nrules that apply for a given Instance, the one with the lowest-numbered\npriority value wins.\n\nDefault value is 1000. Valid range is 0 through 65535.", "format": "uint32", "type": "integer" }, @@ -70952,7 +73584,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -70970,7 +73602,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -71034,44 +73666,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -71097,21 +73729,21 @@ "id": "PacketMirroringFilter", "properties": { "IPProtocols": { - "description": "Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.", + "description": "Protocols that apply as filter on mirrored traffic.\nIf no protocols are specified, all traffic that matches the specified\nCIDR ranges is mirrored.\nIf neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is\nmirrored.", "items": { "type": "string" }, "type": "array" }, "cidrRanges": { - "description": "One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use \"0.0.0.0/0,::/0\".", + "description": "One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source\n(ingress) or destination (egress) IP in the IP header. If no ranges are\nspecified, all IPv4 traffic that matches the specified IPProtocols is\nmirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4\ntraffic is mirrored. To mirror all IPv4 and IPv6 traffic, use\n\"0.0.0.0/0,::/0\".", "items": { "type": "string" }, "type": "array" }, "direction": { - "description": "Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.", + "description": "Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH.\nThe default is BOTH.", "enum": [ "BOTH", "EGRESS", @@ -71131,11 +73763,11 @@ "id": "PacketMirroringForwardingRuleInfo", "properties": { "canonicalUrl": { - "description": "[Output Only] Unique identifier for the forwarding rule; defined by the server.", + "description": "[Output Only] Unique identifier for the forwarding rule; defined by the\nserver.", "type": "string" }, "url": { - "description": "Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.", + "description": "Resource URL to the forwarding rule representing the ILB\nconfigured as destination of the mirrored traffic.", "type": "string" } }, @@ -71158,11 +73790,11 @@ }, "kind": { "default": "compute#packetMirroringList", - "description": "[Output Only] Type of resource. Always compute#packetMirroring for packetMirrorings.", + "description": "[Output Only] Type of resource. Always compute#packetMirroring\nfor packetMirrorings.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -71173,7 +73805,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -71237,44 +73869,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -71300,21 +73932,21 @@ "id": "PacketMirroringMirroredResourceInfo", "properties": { "instances": { - "description": "A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.", + "description": "A set of virtual machine instances that are being mirrored.\nThey must live in zones contained in the same region as this\npacketMirroring.\n\nNote that this config will apply only to those network interfaces of the\nInstances that belong to the network specified in this packetMirroring.\n\nYou may specify a maximum of 50 Instances.", "items": { "$ref": "PacketMirroringMirroredResourceInfoInstanceInfo" }, "type": "array" }, "subnetworks": { - "description": "A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.", + "description": "A set of subnetworks for which traffic from/to all VM instances will be\nmirrored. They must live in the same region as this packetMirroring.\n\nYou may specify a maximum of 5 subnetworks.", "items": { "$ref": "PacketMirroringMirroredResourceInfoSubnetInfo" }, "type": "array" }, "tags": { - "description": "A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.", + "description": "A set of mirrored tags. Traffic from/to all VM instances that have one or\nmore of these tags will be mirrored.", "items": { "type": "string" }, @@ -71327,7 +73959,7 @@ "id": "PacketMirroringMirroredResourceInfoInstanceInfo", "properties": { "canonicalUrl": { - "description": "[Output Only] Unique identifier for the instance; defined by the server.", + "description": "[Output Only] Unique identifier for the instance; defined by the\nserver.", "type": "string" }, "url": { @@ -71341,11 +73973,11 @@ "id": "PacketMirroringMirroredResourceInfoSubnetInfo", "properties": { "canonicalUrl": { - "description": "[Output Only] Unique identifier for the subnetwork; defined by the server.", + "description": "[Output Only] Unique identifier for the subnetwork; defined by the\nserver.", "type": "string" }, "url": { - "description": "Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.", + "description": "Resource URL to the subnetwork for which\ntraffic from/to all VM instances will be mirrored.", "type": "string" } }, @@ -71376,10 +74008,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of packetMirrorings when the list is empty.", + "description": "Informational warning which replaces the list of packetMirrorings when the\nlist is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -71443,44 +74075,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -71503,46 +74135,46 @@ "type": "object" }, "PathMatcher": { - "description": "A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default service is used.", + "description": "A matcher for the path portion of the URL. The BackendService\nfrom the longest-matched rule will serve the URL. If no rule was matched, the\ndefault service is used.", "id": "PathMatcher", "properties": { "defaultCustomErrorResponsePolicy": { "$ref": "CustomErrorResponsePolicy", - "description": "defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor BackendBucket responds with an error. This policy takes effect at the PathMatcher level and applies only when no policy has been defined for the error code at lower levels like RouteRule and PathRule within this PathMatcher. If an error code does not have a policy defined in defaultCustomErrorResponsePolicy, then a policy defined for the error code in UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following configuration: - UrlMap.defaultCustomErrorResponsePolicy is configured with policies for 5xx and 4xx errors - A RouteRule for /coming_soon/ is configured for the error code 404. If the request is for www.myotherdomain.com and a 404 is encountered, the policy under UrlMap.defaultCustomErrorResponsePolicy takes effect. If a 404 response is encountered for the request www.example.com/current_events/, the pathMatcher's policy takes effect. If however, the request for www.example.com/coming_soon/ encounters a 404, the policy in RouteRule.customErrorResponsePolicy takes effect. If any of the requests in this example encounter a 500 error code, the policy at UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction with pathMatcher.defaultRouteAction.retryPolicy, retries take precedence. Only once all retries are exhausted, the defaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is successful in reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from the service is returned to the client. defaultCustomErrorResponsePolicy is supported only for global external Application Load Balancers." + "description": "defaultCustomErrorResponsePolicy specifies how the Load\nBalancer returns error responses when BackendServiceorBackendBucket responds with an error. \n\nThis policy takes\neffect at the PathMatcher level and applies only when no\npolicy has been defined for the error code at lower levels likeRouteRule and PathRule within thisPathMatcher. If an error code does not have a policy defined\nin defaultCustomErrorResponsePolicy, then a policy defined for\nthe error code in UrlMap.defaultCustomErrorResponsePolicy\ntakes effect. \n\nFor example, consider a UrlMap with the following\nconfiguration:\n \n \n - UrlMap.defaultCustomErrorResponsePolicy is configured\n with policies for 5xx and 4xx errors\n - A RouteRule for /coming_soon/ is configured for the\n error code 404.\n\nIf the request is for www.myotherdomain.com and a404 is encountered, the policy underUrlMap.defaultCustomErrorResponsePolicy takes effect. If a404 response is encountered for the requestwww.example.com/current_events/, the pathMatcher's policy\ntakes effect. If however, the request forwww.example.com/coming_soon/ encounters a 404,\nthe policy in RouteRule.customErrorResponsePolicy takes\neffect. If any of the requests in this example encounter a 500\nerror code, the policy atUrlMap.defaultCustomErrorResponsePolicy takes effect. \n\nWhen\nused in conjunction withpathMatcher.defaultRouteAction.retryPolicy, retries take\nprecedence. Only once all retries are exhausted, thedefaultCustomErrorResponsePolicy is applied. While attempting\na retry, if load balancer is successful in reaching the\nservice, the defaultCustomErrorResponsePolicy is ignored and\nthe response from the service is returned to the client.\n\ndefaultCustomErrorResponsePolicy is supported only for\nglobal external Application Load Balancers." }, "defaultRouteAction": { "$ref": "HttpRouteAction", - "description": "defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a path matcher's defaultRouteAction." + "description": "defaultRouteAction takes effect when none of the \npathRules or routeRules match. The load balancer\nperforms advanced routing actions, such as URL rewrites and\nheader transformations, before forwarding the request to the\nselected backend.\n\n\nOnly one of defaultUrlRedirect, defaultService\nor defaultRouteAction.weightedBackendService can be set.\n\n\nURL maps for classic Application Load Balancers only support\nthe urlRewrite action within a path matcher'sdefaultRouteAction." }, "defaultService": { - "description": "The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Authorization requires one or more of the following Google IAM permissions on the specified resource default_service: - compute.backendBuckets.use - compute.backendServices.use ", + "description": "The full or partial URL to the BackendService resource. This\nURL is used if none of the pathRules orrouteRules defined by this PathMatcher are\nmatched. For example, the\nfollowing are all valid URLs to a BackendService resource:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/global/backendServices/backendService\n - compute/v1/projects/project/global/backendServices/backendService\n - global/backendServices/backendService\n\n\nIf defaultRouteAction is also specified, advanced\nrouting actions, such as URL rewrites, take effect before sending the\nrequest to the backend.\n\n\nOnly one of defaultUrlRedirect, defaultService\nor defaultRouteAction.weightedBackendService can be set.\n\n\nAuthorization requires one or more of the following Google IAM permissions on the\nspecified resource default_service: \n \n \n - compute.backendBuckets.use\n - compute.backendServices.use", "type": "string" }, "defaultUrlRedirect": { "$ref": "HttpRedirectAction", - "description": "When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy." + "description": "When none of the specified pathRules orrouteRules match, the request is redirected to a URL specified\nby defaultUrlRedirect.\n\n\nOnly one of defaultUrlRedirect, defaultService\nor defaultRouteAction.weightedBackendService can be set.\n\n\nNot supported when the URL map is bound to a target gRPC proxy." }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "headerAction": { "$ref": "HttpHeaderAction", - "description": "Specifies changes to request and response headers that need to take effect for the selected backend service. HeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the HeaderAction in the UrlMap HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true." + "description": "Specifies changes to request and response headers that need to take effect\nfor the selected backend service.\n\nHeaderAction specified here are applied after the matchingHttpRouteRule HeaderAction and before theHeaderAction in the UrlMap\n\nHeaderAction is not supported for load balancers\nthat have\ntheir loadBalancingScheme set to EXTERNAL.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas validateForProxyless field set to true." }, "name": { - "description": "The name to which this PathMatcher is referred by the HostRule.", + "description": "The name to which this PathMatcher is referred by theHostRule.", "type": "string" }, "pathRules": { - "description": "The list of path rules. Use this list instead of routeRules when routing based on simple path matching is all that's required. The order by which path rules are specified does not matter. Matches are always done on the longest-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespective of the order in which those paths appear in this list. Within a given pathMatcher, only one of pathRules or routeRules must be set.", + "description": "The list of path rules. Use this list instead of routeRules\nwhen routing based on simple path matching is all that's required. The\norder by which path rules are specified does not matter. Matches are always\ndone on the longest-path-first basis.\n\nFor example: a pathRule with a path /a/b/c/* will match\nbefore /a/b/* irrespective of the order in which those paths appear in this\nlist.\n\nWithin a given pathMatcher, only one ofpathRules or routeRules must be set.", "items": { "$ref": "PathRule" }, "type": "array" }, "routeRules": { - "description": "The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRules or routeRules.", + "description": "The list of HTTP route rules. Use this list instead ofpathRules when advanced route matching and routing actions are\ndesired. routeRules are evaluated in order of priority, from\nthe lowest to highest number.\n\nWithin a given pathMatcher, you can set only one ofpathRules or routeRules.", "items": { "$ref": "HttpRouteRule" }, @@ -71552,15 +74184,15 @@ "type": "object" }, "PathRule": { - "description": "A path-matching rule for a URL. If matched, will use the specified BackendService to handle the traffic arriving at this URL.", + "description": "A path-matching rule for a URL. If matched, will use the specifiedBackendService to handle the traffic arriving at this URL.", "id": "PathRule", "properties": { "customErrorResponsePolicy": { "$ref": "CustomErrorResponsePolicy", - "description": "customErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor BackendBucket responds with an error. If a policy for an error code is not configured for the PathRule, a policy for the error code configured in pathMatcher.defaultCustomErrorResponsePolicy is applied. If one is not specified in pathMatcher.defaultCustomErrorResponsePolicy, the policy configured in UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following configuration: - UrlMap.defaultCustomErrorResponsePolicy are configured with policies for 5xx and 4xx errors - A PathRule for /coming_soon/ is configured for the error code 404. If the request is for www.myotherdomain.com and a 404 is encountered, the policy under UrlMap.defaultCustomErrorResponsePolicy takes effect. If a 404 response is encountered for the request www.example.com/current_events/, the pathMatcher's policy takes effect. If however, the request for www.example.com/coming_soon/ encounters a 404, the policy in PathRule.customErrorResponsePolicy takes effect. If any of the requests in this example encounter a 500 error code, the policy at UrlMap.defaultCustomErrorResponsePolicy takes effect. customErrorResponsePolicy is supported only for global external Application Load Balancers." + "description": "customErrorResponsePolicy specifies how the Load\nBalancer returns error responses when BackendServiceorBackendBucket responds with an error. \n\nIf a policy for an\nerror code is not configured for the PathRule, a policy for\nthe error code configured inpathMatcher.defaultCustomErrorResponsePolicy is applied. If\none is not specified inpathMatcher.defaultCustomErrorResponsePolicy, the policy\nconfigured in UrlMap.defaultCustomErrorResponsePolicy takes\neffect. \n\nFor example, consider a UrlMap with the following configuration:\n \n \n - UrlMap.defaultCustomErrorResponsePolicy are configured\n with policies for 5xx and 4xx errors\n - A PathRule for /coming_soon/ is configured for the error\n code 404.\n\nIf the request is for www.myotherdomain.com and a404 is encountered, the policy underUrlMap.defaultCustomErrorResponsePolicy takes effect. If a404 response is encountered for the requestwww.example.com/current_events/, the pathMatcher's policy\ntakes effect. If however, the request forwww.example.com/coming_soon/ encounters a 404,\nthe policy in PathRule.customErrorResponsePolicy takes\neffect. If any of the requests in this example encounter a 500\nerror code, the policy atUrlMap.defaultCustomErrorResponsePolicy takes effect.\n\ncustomErrorResponsePolicy is supported only for\nglobal external Application Load Balancers." }, "paths": { - "description": "The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.", + "description": "The list of path patterns to match. Each must start with /\nand the only place a * is allowed is at the end following\na /. The string fed to the path matcher does not include\nany text after the first ? or #, and\nthose chars are not allowed here.", "items": { "type": "string" }, @@ -71568,15 +74200,15 @@ }, "routeAction": { "$ref": "HttpRouteAction", - "description": "In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a path rule's routeAction." + "description": "In response to a matching path, the load balancer\nperforms advanced routing actions, such as URL rewrites and header\ntransformations, before forwarding the request to the selected\nbackend.\n\n\nOnly one of urlRedirect, service orrouteAction.weightedBackendService can be set.\n\n\nURL maps for classic Application Load Balancers only support\nthe urlRewrite action within a path rule'srouteAction." }, "service": { - "description": "The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set.", + "description": "The full or partial URL of the backend service resource to which traffic\nis directed if this rule is matched. If routeAction is\nalso specified, advanced routing actions, such as URL rewrites,\ntake effect before sending the request to the backend.\n\n\nOnly one of urlRedirect, service orrouteAction.weightedBackendService can be set.", "type": "string" }, "urlRedirect": { "$ref": "HttpRedirectAction", - "description": "When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy." + "description": "When a path pattern is matched, the request is redirected to a URL\nspecified by urlRedirect.\n\n\nOnly one of urlRedirect, service orrouteAction.weightedBackendService can be set.\n\n\nNot supported when the URL map is bound to a target gRPC proxy." } }, "type": "object" @@ -71585,20 +74217,20 @@ "id": "PerInstanceConfig", "properties": { "fingerprint": { - "description": "Fingerprint of this per-instance config. This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance configuration or the field needs to be unset.", + "description": "Fingerprint of this per-instance config. This field can be used in\noptimistic locking. It is ignored when inserting a per-instance\nconfig. An up-to-date fingerprint must be provided in order to update an\nexisting per-instance configuration or the field needs to be unset.", "format": "byte", "type": "string" }, "name": { - "description": "The name of a per-instance configuration and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance configuration with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance configuration for a VM instance that either doesn't exist or is not part of the group will result in an error.", + "description": "The name of a per-instance configuration and its corresponding instance.\nServes as a merge key during UpdatePerInstanceConfigs\noperations, that is, if a per-instance configuration with the same name\nexists then it will be updated, otherwise a new one will be created for the\nVM instance with the same name. An attempt to create a per-instance\nconfiguration for a VM instance that either doesn't exist or is not part\nof the group will result in an error.", "type": "string" }, "preservedState": { "$ref": "PreservedState", - "description": "The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy." + "description": "The intended preserved state for the given instance. Does not contain\npreserved state generated from a stateful policy." }, "status": { - "description": "The status of applying this per-instance configuration on the corresponding managed instance.", + "description": "The status of applying this per-instance configuration on the corresponding\nmanaged instance.", "enum": [ "APPLYING", "DELETING", @@ -71608,12 +74240,12 @@ "UNAPPLIED_DELETION" ], "enumDescriptions": [ - "The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.", - "The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.", - "The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance.", - "*[Default]* The default status, when no per-instance configuration exists.", - "The per-instance configuration is set on an instance but not been applied yet.", - "The per-instance configuration has been deleted, but the deletion is not yet applied." + "The per-instance configuration is being applied to the instance, but is\nnot yet effective, possibly waiting for the instance to, for example,REFRESH.", + "The per-instance configuration deletion is being applied on the instance,\npossibly waiting for the instance to, for example, REFRESH.", + "The per-instance configuration is effective on the instance, meaning that\nall disks, ips and metadata specified in this configuration are attached\nor set on the instance.", + "*[Default]* The default status, when no per-instance configuration\nexists.", + "The per-instance configuration is set on an instance but not been applied\nyet.", + "The per-instance configuration has been deleted, but the deletion is not\nyet applied." ], "type": "string" } @@ -71621,7 +74253,7 @@ "type": "object" }, "Policy": { - "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).", + "description": "An Identity and Access Management (IAM) policy, which specifies access\ncontrols for Google Cloud resources.\n\n\nA `Policy` is a collection of `bindings`. A `binding` binds one or more\n`members`, or principals, to a single `role`. Principals can be user\naccounts, service accounts, Google groups, and domains (such as G Suite). A\n`role` is a named list of permissions; each `role` can be an IAM predefined\nrole or a user-created custom role.\n\nFor some types of Google Cloud resources, a `binding` can also specify a\n`condition`, which is a logical expression that allows access to a resource\nonly if the expression evaluates to `true`. A condition can add constraints\nbased on attributes of the request, the resource, or both. To learn which\nresources support conditions in their IAM policies, see the\n[IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).\n\n**JSON example:**\n\n```\n {\n \"bindings\": [\n {\n \"role\": \"roles/resourcemanager.organizationAdmin\",\n \"members\": [\n \"user:mike@example.com\",\n \"group:admins@example.com\",\n \"domain:google.com\",\n \"serviceAccount:my-project-id@appspot.gserviceaccount.com\"\n ]\n },\n {\n \"role\": \"roles/resourcemanager.organizationViewer\",\n \"members\": [\n \"user:eve@example.com\"\n ],\n \"condition\": {\n \"title\": \"expirable access\",\n \"description\": \"Does not grant access after Sep 2020\",\n \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\",\n }\n }\n ],\n \"etag\": \"BwWWja0YfJA=\",\n \"version\": 3\n }\n```\n\n**YAML example:**\n\n```\n bindings:\n - members:\n - user:mike@example.com\n - group:admins@example.com\n - domain:google.com\n - serviceAccount:my-project-id@appspot.gserviceaccount.com\n role: roles/resourcemanager.organizationAdmin\n - members:\n - user:eve@example.com\n role: roles/resourcemanager.organizationViewer\n condition:\n title: expirable access\n description: Does not grant access after Sep 2020\n expression: request.time < timestamp('2020-10-01T00:00:00.000Z')\n etag: BwWWja0YfJA=\n version: 3\n```\n\nFor a description of IAM and its features, see the\n[IAM documentation](https://cloud.google.com/iam/docs/).", "id": "Policy", "properties": { "auditConfigs": { @@ -71632,19 +74264,19 @@ "type": "array" }, "bindings": { - "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.", + "description": "Associates a list of `members`, or principals, with a `role`. Optionally,\nmay specify a `condition` that determines how and when the `bindings` are\napplied. Each of the `bindings` must contain at least one principal.\n\nThe `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250\nof these principals can be Google groups. Each occurrence of a principal\ncounts towards these limits. For example, if the `bindings` grant 50\ndifferent roles to `user:alice@example.com`, and not to any other\nprincipal, then you can add another 1,450 principals to the `bindings` in\nthe `Policy`.", "items": { "$ref": "Binding" }, "type": "array" }, "etag": { - "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.", + "description": "`etag` is used for optimistic concurrency control as a way to help\nprevent simultaneous updates of a policy from overwriting each other.\nIt is strongly suggested that systems make use of the `etag` in the\nread-modify-write cycle to perform policy updates in order to avoid race\nconditions: An `etag` is returned in the response to `getIamPolicy`, and\nsystems are expected to put that etag in the request to `setIamPolicy` to\nensure that their change will be applied to the same version of the policy.\n\n**Important:** If you use IAM Conditions, you must include the `etag` field\nwhenever you call `setIamPolicy`. If you omit this field, then IAM allows\nyou to overwrite a version `3` policy with a version `1` policy, and all of\nthe conditions in the version `3` policy are lost.", "format": "byte", "type": "string" }, "version": { - "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "description": "Specifies the format of the policy.\n\nValid values are `0`, `1`, and `3`. Requests that specify an invalid value\nare rejected.\n\nAny operation that affects conditional role bindings must specify version\n`3`. This requirement applies to the following operations:\n\n* Getting a policy that includes a conditional role binding\n* Adding a conditional role binding to a policy\n* Changing a conditional role binding in a policy\n* Removing any role binding, with or without a condition, from a policy\n that includes conditions\n\n**Important:** If you use IAM Conditions, you must include the `etag` field\nwhenever you call `setIamPolicy`. If you omit this field, then IAM allows\nyou to overwrite a version `3` policy with a version `1` policy, and all of\nthe conditions in the version `3` policy are lost.\n\nIf a policy does not include any conditions, operations on that policy may\nspecify any valid version or leave the field unset.\n\nTo learn which resources support conditions in their IAM policies, see the\n[IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", "format": "int32", "type": "integer" } @@ -71672,21 +74304,21 @@ "additionalProperties": { "$ref": "PreservedStatePreservedDisk" }, - "description": "Preserved disks defined for this instance. This map is keyed with the device names of the disks.", + "description": "Preserved disks defined for this instance.\nThis map is keyed with the device names of the disks.", "type": "object" }, "externalIPs": { "additionalProperties": { "$ref": "PreservedStatePreservedNetworkIp" }, - "description": "Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.", + "description": "Preserved external IPs defined for this instance.\nThis map is keyed with the name of the network interface.", "type": "object" }, "internalIPs": { "additionalProperties": { "$ref": "PreservedStatePreservedNetworkIp" }, - "description": "Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.", + "description": "Preserved internal IPs defined for this instance.\nThis map is keyed with the name of the network interface.", "type": "object" }, "metadata": { @@ -71703,7 +74335,7 @@ "id": "PreservedStatePreservedDisk", "properties": { "autoDelete": { - "description": "These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.", + "description": "These stateful disks will never be deleted during autohealing,\nupdate, instance recreate operations. This flag is used to configure\nif the disk should be deleted after it is no longer used by the group,\ne.g. when the given instance or the whole MIG is deleted.\nNote: disks attached in READ_ONLY mode cannot be\nauto-deleted.", "enum": [ "NEVER", "ON_PERMANENT_INSTANCE_DELETION" @@ -71715,19 +74347,19 @@ "type": "string" }, "mode": { - "description": "The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.", + "description": "The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the\ndisk in READ_WRITE mode.", "enum": [ "READ_ONLY", "READ_WRITE" ], "enumDescriptions": [ - "Attaches this disk in read-only mode. Multiple VM instances can use a disk in READ_ONLY mode at a time.", - "*[Default]* Attaches this disk in READ_WRITE mode. Only one VM instance at a time can be attached to a disk in READ_WRITE mode." + "Attaches this disk in read-only mode. Multiple VM instances can use\na disk in READ_ONLY mode at a time.", + "*[Default]* Attaches this disk in READ_WRITE mode. Only\none VM instance at a time can be attached to a disk inREAD_WRITE mode." ], "type": "string" }, "source": { - "description": "The URL of the disk resource that is stateful and should be attached to the VM instance.", + "description": "The URL of the disk resource that is stateful and should be attached\nto the VM instance.", "type": "string" } }, @@ -71737,7 +74369,7 @@ "id": "PreservedStatePreservedNetworkIp", "properties": { "autoDelete": { - "description": "These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted.", + "description": "These stateful IPs will never be released during autohealing,\nupdate or VM instance recreate operations.\nThis flag is used to configure if the IP reservation should be deleted\nafter it is no longer used by the group, e.g. when the given instance\nor the whole group is deleted.", "enum": [ "NEVER", "ON_PERMANENT_INSTANCE_DELETION" @@ -71763,7 +74395,7 @@ "type": "string" }, "literal": { - "description": "An IPv4 internal network address to assign to the instance for this network interface.", + "description": "An IPv4 internal network address to assign to the instance for this\nnetwork interface.", "type": "string" } }, @@ -71788,7 +74420,7 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { @@ -71796,13 +74428,13 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#previewFeature", - "description": "[Output only] The type of the feature. Always \"compute#previewFeature\" for preview features.", + "description": "[Output only] The type of the feature. Always \"compute#previewFeature\" for\npreview features.", "type": "string" }, "name": { @@ -71842,7 +74474,7 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -71850,7 +74482,7 @@ "type": "string" }, "unreachables": { - "description": "[Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder", + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", "items": { "type": "string" }, @@ -71860,7 +74492,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -71924,44 +74556,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -71999,7 +74631,7 @@ "id": "PreviewFeatureRolloutOperationRolloutInput", "properties": { "name": { - "description": "The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.", + "description": "The name of the rollout plan\nEx.\norganizations//locations/global/rolloutPlans/\nEx.\nfolders//locations/global/rolloutPlans/\nEx.\nprojects//locations/global/rolloutPlans/.", "type": "string" }, "predefinedRolloutPlan": { @@ -72066,11 +74698,11 @@ "type": "object" }, "Project": { - "description": "Represents a Project resource. A project is used to organize resources in a Google Cloud Platform environment. For more information, read about the Resource Hierarchy.", + "description": "Represents a Project resource.\n\nA project is used to organize resources in a Google Cloud Platform\nenvironment. For more information, read about the \nResource Hierarchy.", "id": "Project", "properties": { "cloudArmorTier": { - "description": "[Output Only] The Cloud Armor tier for this project. It can be one of the following values: CA_STANDARD, CA_ENTERPRISE_PAYGO. If this field is not specified, it is assumed to be CA_STANDARD.", + "description": "[Output Only] The Cloud Armor tier for this project. It can be one of the\nfollowing values: CA_STANDARD,CA_ENTERPRISE_PAYGO.\n\nIf this field is not specified, it is assumed to beCA_STANDARD.", "enum": [ "CA_ENTERPRISE_ANNUAL", "CA_ENTERPRISE_PAYGO", @@ -72085,14 +74717,14 @@ }, "commonInstanceMetadata": { "$ref": "Metadata", - "description": "Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information." + "description": "Metadata key/value pairs available to all instances contained in this\nproject. See Custom\nmetadata for more information." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "defaultNetworkTier": { - "description": "This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.", + "description": "This signifies the default network tier used for configuring resources of\nthe project and can only take the following values:PREMIUM, STANDARD. Initially the default network\ntier is PREMIUM.", "enum": [ "FIXED_STANDARD", "PREMIUM", @@ -72101,9 +74733,9 @@ ], "enumDescriptions": [ "Public internet quality with fixed bandwidth.", - "High quality, Google-grade network tier, support for all networking products.", - "Public internet quality, only limited support for other networking products.", - "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured." + "High quality, Google-grade network tier, support for all networking\nproducts.", + "Public internet quality, only limited support for other networking\nproducts.", + "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier\nis expired or not configured." ], "type": "string" }, @@ -72123,17 +74755,17 @@ "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server. This is *not* the project ID, and is just a unique ID used by Compute Engine to identify resources.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server. This is *not* the project ID, and is\njust a unique ID used by Compute Engine to identify resources.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#project", - "description": "[Output Only] Type of the resource. Always compute#project for projects.", + "description": "[Output Only] Type of the resource. Always compute#project for\nprojects.", "type": "string" }, "name": { - "description": "The project ID. For example: my-example-project. Use the project ID to make requests to Compute Engine.", + "description": "The project ID. For example: my-example-project. Use the\nproject ID to make requests to Compute Engine.", "type": "string" }, "quotas": { @@ -72149,10 +74781,10 @@ }, "usageExportLocation": { "$ref": "UsageExportLocation", - "description": "An optional naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored." + "description": "An optional naming prefix for daily usage reports and the Google Cloud\nStorage bucket where they are stored." }, "vmDnsSetting": { - "description": "[Output Only] Default internal DNS setting used by VMs running in this project.", + "description": "[Output Only] Default internal DNS setting used by VMs running in\nthis project.", "enum": [ "GLOBAL_DEFAULT", "UNSPECIFIED_VM_DNS_SETTING", @@ -72168,7 +74800,7 @@ "type": "string" }, "xpnProjectStatus": { - "description": "[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated.", + "description": "[Output Only] The role this project has in a shared VPC configuration.\nCurrently, only projects with the host role, which is specified by the\nvalue HOST, are differentiated.", "enum": [ "HOST", "UNSPECIFIED_XPN_PROJECT_STATUS" @@ -72207,15 +74839,15 @@ "properties": { "kind": { "default": "compute#projectsGetXpnResources", - "description": "[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)", + "description": "[Output Only] Type of resource. Alwayscompute#projectsGetXpnResources for lists of service resources\n(a.k.a service projects)", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "resources": { - "description": "Service resources (a.k.a service projects) attached to this project as their shared VPC host.", + "description": "Service resources (a.k.a service projects) attached to this project as\ntheir shared VPC host.", "items": { "$ref": "XpnResourceId" }, @@ -72228,7 +74860,7 @@ "id": "ProjectsListXpnHostsRequest", "properties": { "organization": { - "description": "Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.", + "description": "Optional organization ID managed by Cloud Resource Manager, for which to\nlist shared VPC host projects. If not specified, the organization will be\ninferred from the project.", "type": "string" } }, @@ -72267,9 +74899,9 @@ ], "enumDescriptions": [ "Public internet quality with fixed bandwidth.", - "High quality, Google-grade network tier, support for all networking products.", - "Public internet quality, only limited support for other networking products.", - "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured." + "High quality, Google-grade network tier, support for all networking\nproducts.", + "Public internet quality, only limited support for other networking\nproducts.", + "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier\nis expired or not configured." ], "type": "string" } @@ -72277,7 +74909,7 @@ "type": "object" }, "PublicAdvertisedPrefix": { - "description": "A public advertised prefix represents an aggregated IP prefix or netblock which customers bring to cloud. The IP prefix is a single unit of route advertisement and is announced globally to the internet.", + "description": "A public advertised prefix represents an aggregated IP prefix or netblock\nwhich customers bring to cloud. The IP prefix is a single unit of route\nadvertisement and is announced globally to the internet.", "id": "PublicAdvertisedPrefix", "properties": { "byoipApiVersion": { @@ -72287,17 +74919,17 @@ "V2" ], "enumDescriptions": [ - "This public advertised prefix can be used to create both regional and global public delegated prefixes. It usually takes 4 weeks to create or delete a public delegated prefix. The BGP status cannot be changed.", - "This public advertised prefix can only be used to create regional public delegated prefixes. Public delegated prefix creation and deletion takes minutes and the BGP status can be modified." + "This public advertised prefix can be used to create both regional and\nglobal public delegated prefixes. It usually takes 4 weeks to create or\ndelete a public delegated prefix. The BGP status cannot be changed.", + "This public advertised prefix can only be used to create regional public\ndelegated prefixes. Public delegated prefix creation and deletion takes\nminutes and the BGP status can be modified." ], "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "dnsVerificationIp": { @@ -72305,22 +74937,34 @@ "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a new PublicAdvertisedPrefix. An up-to-date\nfingerprint must be provided in order to update thePublicAdvertisedPrefix, otherwise the request will fail with\nerror 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a PublicAdvertisedPrefix.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.", + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, "ipCidrRange": { - "description": "The address range, in CIDR format, represented by this public advertised prefix.", + "description": "The address range, in CIDR format, represented by this public advertised\nprefix.", + "type": "string" + }, + "ipv6AccessType": { + "description": "The internet access type for IPv6 Public Advertised Prefixes.", + "enum": [ + "EXTERNAL", + "INTERNAL" + ], + "enumDescriptions": [ + "Default IPv6 access type. The prefix will be announced to the internet.\nAll children Public Delegated Prefixes will have IPv6 access type as\nEXTERNAL.", + "The prefix will not be announced to the internet. Prefix will be used\nprivately within Cloud. All children Public Delegated Prefixes\nwill have IPv6 access type as INTERNAL." + ], "type": "string" }, "kind": { "default": "compute#publicAdvertisedPrefix", - "description": "[Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.", + "description": "[Output Only] Type of the resource. Alwayscompute#publicAdvertisedPrefix for public advertised prefixes.", "type": "string" }, "name": { @@ -72329,26 +74973,26 @@ "compute.publicAdvertisedPrefixes.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "pdpScope": { - "description": "Specifies how child public delegated prefix will be scoped. It could be one of following values: - `REGIONAL`: The public delegated prefix is regional only. The provisioning will take a few minutes. - `GLOBAL`: The public delegated prefix is global only. The provisioning will take ~4 weeks. - `GLOBAL_AND_REGIONAL` [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2. ", + "description": "Specifies how child public delegated prefix will be scoped. It could\nbe one of following values:\n \n \n - `REGIONAL`: The public delegated prefix is regional only. The\n provisioning will take a few minutes.\n - `GLOBAL`: The public delegated prefix is global only. The\n provisioning will take ~4 weeks.\n - `GLOBAL_AND_REGIONAL` [output only]: The public delegated prefixes is\n BYOIP V1 legacy prefix. This is output only value and no longer\n supported in BYOIP V2.", "enum": [ "GLOBAL", "GLOBAL_AND_REGIONAL", "REGIONAL" ], "enumDescriptions": [ - "The public delegated prefix is global only. The provisioning will take ~4 weeks.", - "The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.", - "The public delegated prefix is regional only. The provisioning will take a few minutes." + "The public delegated prefix is global only. The provisioning will take ~4\nweeks.", + "The public delegated prefixes is BYOIP V1 legacy prefix. This is output\nonly value and no longer supported in BYOIP V2.", + "The public delegated prefix is regional only. The provisioning will take\na few minutes." ], "type": "string" }, "publicDelegatedPrefixs": { - "description": "[Output Only] The list of public delegated prefixes that exist for this public advertised prefix.", + "description": "[Output Only] The list of public delegated prefixes that exist for this\npublic advertised prefix.", "items": { "$ref": "PublicAdvertisedPrefixPublicDelegatedPrefix" }, @@ -72363,7 +75007,7 @@ "type": "string" }, "status": { - "description": "The status of the public advertised prefix. Possible values include: - `INITIAL`: RPKI validation is complete. - `PTR_CONFIGURED`: User has configured the PTR. - `VALIDATED`: Reverse DNS lookup is successful. - `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed. - `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix is being configured. - `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured. - `PREFIX_REMOVAL_IN_PROGRESS`: The prefix is being removed. ", + "description": "The status of the public advertised prefix. Possible values include:\n \n \n - `INITIAL`: RPKI validation is complete.\n - `PTR_CONFIGURED`: User has configured the PTR.\n - `VALIDATED`: Reverse DNS lookup is successful.\n - `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed.\n - `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix is being\n configured.\n - `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured.\n - `PREFIX_REMOVAL_IN_PROGRESS`: The prefix is being removed.", "enum": [ "ANNOUNCED_TO_INTERNET", "INITIAL", @@ -72407,11 +75051,11 @@ }, "kind": { "default": "compute#publicAdvertisedPrefixList", - "description": "[Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.", + "description": "[Output Only] Type of the resource. Alwayscompute#publicAdvertisedPrefix for public advertised prefixes.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -72422,7 +75066,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -72486,44 +75130,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -72562,22 +75206,22 @@ "type": "string" }, "region": { - "description": "The region of the public delegated prefix if it is regional. If absent, the prefix is global.", + "description": "The region of the public delegated prefix if it is regional. If absent,\nthe prefix is global.", "type": "string" }, "status": { - "description": "The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.", + "description": "The status of the public delegated prefix. Possible values are:\n INITIALIZING: The public delegated prefix is being initialized and\n addresses cannot be created yet.\n ANNOUNCED: The public delegated prefix is active.", "type": "string" } }, "type": "object" }, "PublicDelegatedPrefix": { - "description": "A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block.", + "description": "A PublicDelegatedPrefix resource represents an IP block within a\nPublicAdvertisedPrefix that is configured within a single cloud scope\n(global or region). IPs in the block can be allocated to resources within\nthat scope. Public delegated prefixes may be further broken up into\nsmaller IP blocks in the same scope as the parent block.", "id": "PublicDelegatedPrefix", "properties": { "allocatablePrefixLength": { - "description": "The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.", + "description": "The allocatable prefix length supported by this public delegated prefix.\nThis field is optional and cannot be set for prefixes in DELEGATION mode.\nIt cannot be set for IPv4 prefixes either, and it always defaults to 32.", "format": "int32", "type": "integer" }, @@ -72588,31 +75232,43 @@ "V2" ], "enumDescriptions": [ - "This public delegated prefix usually takes 4 weeks to delete, and the BGP status cannot be changed. Announce and Withdraw APIs can not be used on this prefix.", - "This public delegated prefix takes minutes to delete. Announce and Withdraw APIs can be used on this prefix to change the BGP status." + "This public delegated prefix usually takes 4 weeks to delete, and the BGP\nstatus cannot be changed. Announce and Withdraw APIs can not be used on\nthis prefix.", + "This public delegated prefix takes minutes to delete. Announce and\nWithdraw APIs can be used on this prefix to change the BGP status." ], "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a new PublicDelegatedPrefix. An up-to-date\nfingerprint must be provided in order to update thePublicDelegatedPrefix, otherwise the request will fail with\nerror 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a PublicDelegatedPrefix.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.", + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, "ipCidrRange": { - "description": "The IP address range, in CIDR format, represented by this public delegated prefix.", + "description": "The IP address range, in CIDR format, represented by this public\ndelegated prefix.", + "type": "string" + }, + "ipv6AccessType": { + "description": "[Output Only] The internet access type for IPv6 Public Delegated Prefixes.\nInherited from parent prefix.", + "enum": [ + "EXTERNAL", + "INTERNAL" + ], + "enumDescriptions": [ + "The parent public advertised prefix will be announced to the internet.\nAll children public delegated prefixes will have IPv6 access type as\nEXTERNAL.", + "The parent public advertised prefix will not be announced to the\ninternet. Prefix will be used privately within Cloud. All children\npublic delegated prefixes will have IPv6 access type as INTERNAL." + ], "type": "string" }, "isLiveMigration": { @@ -72621,7 +75277,7 @@ }, "kind": { "default": "compute#publicDelegatedPrefix", - "description": "[Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.", + "description": "[Output Only] Type of the resource. Alwayscompute#publicDelegatedPrefix for public delegated prefixes.", "type": "string" }, "mode": { @@ -72629,12 +75285,14 @@ "enum": [ "DELEGATION", "EXTERNAL_IPV6_FORWARDING_RULE_CREATION", - "EXTERNAL_IPV6_SUBNETWORK_CREATION" + "EXTERNAL_IPV6_SUBNETWORK_CREATION", + "INTERNAL_IPV6_SUBNETWORK_CREATION" ], "enumDescriptions": [ - "The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.", - "The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes.", - "The public delegated prefix is used for creating dual-mode subnetworks only. Such prefixes cannot set publicDelegatedSubPrefixes." + "The public delegated prefix is used for further sub-delegation only. Such\nprefixes cannot set allocatablePrefixLength.", + "The public delegated prefix is used for creating forwarding rules only.\nSuch prefixes cannot set publicDelegatedSubPrefixes. Parent public\ndelegated prefix must have IPv6 access type as EXTERNAL.", + "The public delegated prefix is used for creating dual-mode subnetworks\nonly. Such prefixes cannot set publicDelegatedSubPrefixes. Parent public\ndelegated prefix must have IPv6 access type as EXTERNAL.", + "The public delegated prefix is used for creating dual stack or IPv6-only\nsubnetwork with internal access only. Such prefixes cannot set\npublicDelegatedSubPrefixes and allocatablePrefixLength. Parent public\ndelegated prefix must have IPv6 access type as INTERNAL." ], "type": "string" }, @@ -72644,23 +75302,23 @@ "compute.publicDelegatedPrefixes.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "parentPrefix": { - "description": "The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.", + "description": "The URL of parent prefix. Either PublicAdvertisedPrefix or\nPublicDelegatedPrefix.", "type": "string" }, "publicDelegatedSubPrefixs": { - "description": "The list of sub public delegated prefixes that exist for this public delegated prefix.", + "description": "The list of sub public delegated prefixes that exist for this public\ndelegated prefix.", "items": { "$ref": "PublicDelegatedPrefixPublicDelegatedSubPrefix" }, "type": "array" }, "region": { - "description": "[Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the public delegated prefix resides.\nThis field applies only to the region resource. You must specify this\nfield as part of the HTTP request URL. It is not settable as a field in\nthe request body.", "type": "string" }, "selfLink": { @@ -72668,8 +75326,9 @@ "type": "string" }, "status": { - "description": "[Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is announced and ready to use. - `DELETING` The public delegated prefix is being deprovsioned. ", + "description": "[Output Only] The status of the public delegated prefix, which can be one\nof following values:\n \n \n - `INITIALIZING` The public delegated prefix is being initialized and\n addresses cannot be created yet.\n - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration\n prefix and is active.\n - `ANNOUNCED` The public delegated prefix is announced and ready to\n use.\n - `DELETING` The public delegated prefix is being deprovsioned.\n - `ACTIVE` The public delegated prefix is ready to use.", "enum": [ + "ACTIVE", "ANNOUNCED", "ANNOUNCED_TO_GOOGLE", "ANNOUNCED_TO_INTERNET", @@ -72678,12 +75337,13 @@ "READY_TO_ANNOUNCE" ], "enumDescriptions": [ + "The public delegated prefix is ready to use.", "The public delegated prefix is announced and ready to use.", "The prefix is announced within Google network.", "The prefix is announced to Internet and within Google.", "The public delegated prefix is being deprovsioned.", - "The public delegated prefix is being initialized and addresses cannot be created yet.", - "The public delegated prefix is currently withdrawn but ready to be announced." + "The public delegated prefix is being initialized and addresses cannot be\ncreated yet.", + "The public delegated prefix is currently withdrawn but ready to be\nannounced." ], "type": "string" } @@ -72700,18 +75360,18 @@ "items": { "additionalProperties": { "$ref": "PublicDelegatedPrefixesScopedList", - "description": "[Output Only] Name of the scope containing this set of PublicDelegatedPrefixes." + "description": "[Output Only] Name of the scope containing this set of\nPublicDelegatedPrefixes." }, "description": "A list of PublicDelegatedPrefixesScopedList resources.", "type": "object" }, "kind": { "default": "compute#publicDelegatedPrefixAggregatedList", - "description": "[Output Only] Type of the resource. Always compute#publicDelegatedPrefixAggregatedList for aggregated lists of public delegated prefixes.", + "description": "[Output Only] Type of the resource. Alwayscompute#publicDelegatedPrefixAggregatedList for aggregated\nlists of public delegated prefixes.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -72729,7 +75389,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -72793,44 +75453,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -72868,11 +75528,11 @@ }, "kind": { "default": "compute#publicDelegatedPrefixList", - "description": "[Output Only] Type of the resource. Always compute#publicDelegatedPrefixList for public delegated prefixes.", + "description": "[Output Only] Type of the resource. Alwayscompute#publicDelegatedPrefixList for public delegated\nprefixes.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -72883,7 +75543,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -72947,44 +75607,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -73020,15 +75680,27 @@ "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "ipCidrRange": { - "description": "The IP address range, in CIDR format, represented by this sub public delegated prefix.", + "description": "The IP address range, in CIDR format, represented by this sub public\ndelegated prefix.", + "type": "string" + }, + "ipv6AccessType": { + "description": "[Output Only] The internet access type for IPv6 Public Delegated Sub\nPrefixes. Inherited from parent prefix.", + "enum": [ + "EXTERNAL", + "INTERNAL" + ], + "enumDescriptions": [ + "The parent public advertised prefix will be announced to the internet.\nAll children public delegated prefixes will have IPv6 access type as\nEXTERNAL.", + "The parent public advertised prefix will not be announced to the\ninternet. Prefix will be used privately within Cloud. All children\npublic delegated prefixes will have IPv6 access type as INTERNAL." + ], "type": "string" }, "isAddress": { - "description": "Whether the sub prefix is delegated to create Address resources in the delegatee project.", + "description": "Whether the sub prefix is delegated to create Address resources in the\ndelegatee project.", "type": "boolean" }, "mode": { @@ -73036,12 +75708,14 @@ "enum": [ "DELEGATION", "EXTERNAL_IPV6_FORWARDING_RULE_CREATION", - "EXTERNAL_IPV6_SUBNETWORK_CREATION" + "EXTERNAL_IPV6_SUBNETWORK_CREATION", + "INTERNAL_IPV6_SUBNETWORK_CREATION" ], "enumDescriptions": [ - "The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.", - "The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes.", - "The public delegated prefix is used for creating dual-mode subnetworks only. Such prefixes cannot set publicDelegatedSubPrefixes." + "The public delegated prefix is used for further sub-delegation only. Such\nprefixes cannot set allocatablePrefixLength.", + "The public delegated prefix is used for creating forwarding rules only.\nSuch prefixes cannot set publicDelegatedSubPrefixes. Parent public\ndelegated prefix must have IPv6 access type as EXTERNAL.", + "The public delegated prefix is used for creating dual-mode subnetworks\nonly. Such prefixes cannot set publicDelegatedSubPrefixes. Parent public\ndelegated prefix must have IPv6 access type as EXTERNAL.", + "The public delegated prefix is used for creating dual stack or IPv6-only\nsubnetwork with internal access only. Such prefixes cannot set\npublicDelegatedSubPrefixes and allocatablePrefixLength. Parent public\ndelegated prefix must have IPv6 access type as INTERNAL." ], "type": "string" }, @@ -73050,7 +75724,7 @@ "type": "string" }, "region": { - "description": "[Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.", + "description": "[Output Only] The region of the sub public delegated prefix if it is\nregional. If absent, the sub prefix is global.", "type": "string" }, "status": { @@ -73079,10 +75753,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of\npublic delegated prefixes when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -73146,44 +75820,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -73551,7 +76225,7 @@ "type": "string" }, "owner": { - "description": "[Output Only] Owning resource. This is the resource on which this quota is applied.", + "description": "[Output Only] Owning resource. This is the resource on which this quota\nis applied.", "type": "string" }, "usage": { @@ -73574,12 +76248,12 @@ "type": "object" }, "futureLimit": { - "description": "Future quota limit being rolled out. The limit's unit depends on the quota type or metric.", + "description": "Future quota limit being rolled out. The limit's unit depends on the quota\n type or metric.", "format": "double", "type": "number" }, "limit": { - "description": "Current effective quota limit. The limit's unit depends on the quota type or metric.", + "description": "Current effective quota limit. The limit's unit depends on the quota type\nor metric.", "format": "double", "type": "number" }, @@ -73598,8 +76272,8 @@ "ROLLOUT_STATUS_UNSPECIFIED" ], "enumDescriptions": [ - "IN_PROGRESS - A rollout is in process which will change the limit value to future limit.", - "ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value." + "IN_PROGRESS - A rollout is in process which will change the limit value\nto future limit.", + "ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default\nvalue." ], "type": "string" } @@ -73612,11 +76286,11 @@ "properties": { "kind": { "default": "compute#reference", - "description": "[Output Only] Type of the resource. Always compute#reference for references.", + "description": "[Output Only] Type of the resource. Always compute#reference\nfor references.", "type": "string" }, "referenceType": { - "description": "A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF ", + "description": "A description of the reference type with no implied semantics. Possible\nvalues include:\n \n \n 1. MEMBER_OF", "type": "string" }, "referrer": { @@ -73631,11 +76305,11 @@ "type": "object" }, "Region": { - "description": "Represents a Region resource. A region is a geographical area where a resource is located. For more information, read Regions and Zones.", + "description": "Represents a Region resource.\n\nA region is a geographical area where a resource is located. For more\ninformation, readRegions\nand Zones.", "id": "Region", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "deprecated": { @@ -73647,13 +76321,13 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#region", - "description": "[Output Only] Type of the resource. Always compute#region for regions.", + "description": "[Output Only] Type of the resource. Always compute#region for\nregions.", "type": "string" }, "name": { @@ -73661,10 +76335,10 @@ "type": "string" }, "quotaStatusWarning": { - "description": "[Output Only] Warning of fetching the `quotas` field for this region. This field is populated only if fetching of the `quotas` field fails.", + "description": "[Output Only] Warning of fetching the `quotas` field for this region. This\nfield is populated only if fetching of the `quotas` field fails.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -73728,44 +76402,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -73796,7 +76470,7 @@ "type": "string" }, "status": { - "description": "[Output Only] Status of the region, either UP or DOWN.", + "description": "[Output Only] Status of the region, either UP orDOWN.", "enum": [ "DOWN", "UP" @@ -73812,7 +76486,7 @@ "type": "boolean" }, "zones": { - "description": "[Output Only] A list of zones available in this region, in the form of resource URLs.", + "description": "[Output Only] A list of zones available in this region, in the form of\nresource URLs.", "items": { "type": "string" }, @@ -73825,11 +76499,11 @@ "id": "RegionAddressesMoveRequest", "properties": { "description": { - "description": "An optional destination address description if intended to be different from the source.", + "description": "An optional destination address description if intended to be different\nfrom the source.", "type": "string" }, "destinationAddress": { - "description": "The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.", + "description": "The URL of the destination address to move to. This can be a full or\npartial URL. For example, the following are all valid URLs to a address:\n \n - https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address \n - projects/project/regions/region/addresses/address\n\n\nNote that destination project must be different from the source project. So/regions/region/addresses/address is not valid partial url.", "type": "string" } }, @@ -73856,7 +76530,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -73867,7 +76541,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -73931,44 +76605,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -74006,11 +76680,11 @@ }, "kind": { "default": "compute#regionDiskTypeList", - "description": "[Output Only] Type of resource. Always compute#regionDiskTypeList for region disk types.", + "description": "[Output Only] Type of resource. Alwayscompute#regionDiskTypeList for region disk types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -74021,7 +76695,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -74085,44 +76759,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -74185,7 +76859,7 @@ "id": "RegionDisksStartAsyncReplicationRequest", "properties": { "asyncSecondaryDisk": { - "description": "The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk ", + "description": "The secondary disk to start asynchronous replication to.\nYou can provide this as a partial or full URL to the resource. For example,\nthe following are valid values:\n \n \n - \n https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk\n \n - \n https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk\n \n - \n projects/project/zones/zone/disks/disk\n \n - \n projects/project/regions/region/disks/disk\n \n - \n zones/zone/disks/disk\n \n - \n regions/region/disks/disk", "type": "string" } }, @@ -74212,7 +76886,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -74223,7 +76897,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -74287,44 +76961,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -74351,7 +77025,7 @@ "id": "RegionInstanceGroupManagerDeleteInstanceConfigReq", "properties": { "names": { - "description": "The list of instance names for which we want to delete per-instance configs on this managed instance group.", + "description": "The list of instance names for which we want to delete per-instance configs\non this managed instance group.", "items": { "type": "string" }, @@ -74377,11 +77051,11 @@ }, "kind": { "default": "compute#regionInstanceGroupManagerList", - "description": "[Output Only] The resource type, which is always compute#instanceGroupManagerList for a list of managed instance groups that exist in th regional scope.", + "description": "[Output Only] The resource type, which is always\ncompute#instanceGroupManagerList for a list of managed instance groups that\nexist in th regional scope.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -74392,7 +77066,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -74456,44 +77130,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -74520,7 +77194,7 @@ "id": "RegionInstanceGroupManagerPatchInstanceConfigReq", "properties": { "perInstanceConfigs": { - "description": "The list of per-instance configurations to insert or patch on this managed instance group.", + "description": "The list of per-instance configurations to insert or patch on this managed\ninstance group.", "items": { "$ref": "PerInstanceConfig" }, @@ -74534,7 +77208,7 @@ "id": "RegionInstanceGroupManagerUpdateInstanceConfigReq", "properties": { "perInstanceConfigs": { - "description": "The list of per-instance configurations to insert or patch on this managed instance group.", + "description": "The list of per-instance configurations to insert or patch on this managed\ninstance group.", "items": { "$ref": "PerInstanceConfig" }, @@ -74547,7 +77221,7 @@ "id": "RegionInstanceGroupManagersAbandonInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to abandon. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -74561,18 +77235,18 @@ "id": "RegionInstanceGroupManagersApplyUpdatesRequest", "properties": { "allInstances": { - "description": "Flag to update all instances instead of specified list of \u201cinstances\u201d. If the flag is set to true then the instances may not be specified in the request.", + "description": "Flag to update all instances instead of specified list of \u201cinstances\u201d.\nIf the flag is set to true then the instances may not be specified\nin the request.", "type": "boolean" }, "instances": { - "description": "The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The list of URLs of one or more instances for which you want to apply\nupdates. Each URL can be a full URL or a partial URL, such aszones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, "type": "array" }, "minimalAction": { - "description": "The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.", + "description": "The minimal action that you want to perform on each instance during the\nupdate:\n \n \n - REPLACE: At minimum, delete the instance and create it\n again. \n - RESTART: Stop the instance and start it\n again. \n - REFRESH: Do not stop the instance and limit\n disruption as much as possible. \n - NONE: Do not\n disrupt the instance at all.\n\n\nBy default, the minimum action is NONE. If your update\nrequires a more disruptive action than you set with this flag, the\nnecessary action is performed to execute the update.", "enum": [ "NONE", "REFRESH", @@ -74582,13 +77256,13 @@ "enumDescriptions": [ "Do not perform any action.", "Do not stop the instance.", - "(Default.) Replace the instance according to the replacement method option.", + "(Default.) Replace the instance according to the replacement method\noption.", "Stop the instance and start it again." ], "type": "string" }, "mostDisruptiveAllowedAction": { - "description": "The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.", + "description": "The most disruptive action that you want to perform on each instance during\nthe update:\n \n \n - REPLACE: Delete the instance and create it again.\n - RESTART: Stop the instance and start it again.\n - REFRESH: Do not stop the instance and limit disruption\n as much as possible. \n - NONE: Do not disrupt the\n instance at all.\n\n\nBy default, the most disruptive allowed action is REPLACE. If\nyour update requires a more disruptive action than you set with this flag,\nthe update request will fail.", "enum": [ "NONE", "REFRESH", @@ -74598,7 +77272,7 @@ "enumDescriptions": [ "Do not perform any action.", "Do not stop the instance.", - "(Default.) Replace the instance according to the replacement method option.", + "(Default.) Replace the instance according to the replacement method\noption.", "Stop the instance and start it again." ], "type": "string" @@ -74624,14 +77298,14 @@ "id": "RegionInstanceGroupManagersDeleteInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to delete. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, "type": "array" }, "skipInstancesOnValidationError": { - "description": "Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.", + "description": "Specifies whether the request should proceed despite the inclusion of\ninstances that are not members of the group or that are already in the\nprocess of being deleted or abandoned. If this field is set to `false` and\nsuch an instance is specified in the request, the operation fails. The\noperation always fails if the request contains a malformed instance URL or\na reference to an instance that exists in a zone or region other than the\ngroup's zone or region.", "type": "boolean" } }, @@ -74648,7 +77322,7 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" } }, @@ -74665,14 +77339,14 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "warning": { "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -74736,44 +77410,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -74806,7 +77480,7 @@ "type": "array" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" } }, @@ -74816,7 +77490,7 @@ "id": "RegionInstanceGroupManagersRecreateRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to recreate. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -74829,7 +77503,7 @@ "id": "RegionInstanceGroupManagersResumeInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to resume. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to resume. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -74842,12 +77516,12 @@ "id": "RegionInstanceGroupManagersSetTargetPoolsRequest", "properties": { "fingerprint": { - "description": "Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.", + "description": "Fingerprint of the target pools information, which is a hash of the\ncontents. This field is used for optimistic locking when you update the\ntarget pool entries. This field is optional.", "format": "byte", "type": "string" }, "targetPools": { - "description": "The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.", + "description": "The URL of all TargetPool resources to which instances in theinstanceGroup field are added. The target pools automatically\napply to all of the instances in the managed instance group.", "items": { "type": "string" }, @@ -74860,7 +77534,7 @@ "id": "RegionInstanceGroupManagersSetTemplateRequest", "properties": { "instanceTemplate": { - "description": "URL of the InstanceTemplate resource from which all new instances will be created.", + "description": "URL of the InstanceTemplate resource from which all new instances will be\ncreated.", "type": "string" } }, @@ -74870,7 +77544,7 @@ "id": "RegionInstanceGroupManagersStartInstancesRequest", "properties": { "instances": { - "description": "The URLs of one or more instances to start. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to start. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -74883,11 +77557,11 @@ "id": "RegionInstanceGroupManagersStopInstancesRequest", "properties": { "forceStop": { - "description": "If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.", + "description": "If this flag is set to true, the Instance Group Manager will proceed to\nstop the instances, skipping initialization on them.", "type": "boolean" }, "instances": { - "description": "The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to stop. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -74900,11 +77574,11 @@ "id": "RegionInstanceGroupManagersSuspendInstancesRequest", "properties": { "forceSuspend": { - "description": "If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.", + "description": "If this flag is set to true, the Instance Group Manager will proceed to\nsuspend the instances, skipping initialization on them.", "type": "boolean" }, "instances": { - "description": "The URLs of one or more instances to suspend. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", + "description": "The URLs of one or more instances to suspend. This can be a full URL or\na partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].", "items": { "type": "string" }, @@ -74933,7 +77607,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -74944,7 +77618,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -75008,44 +77682,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -75071,7 +77745,7 @@ "id": "RegionInstanceGroupsListInstancesRequest", "properties": { "instanceState": { - "description": "Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.", + "description": "Instances in which state should be returned. Valid options are:\n'ALL', 'RUNNING'. By default, it lists all instances.", "enum": [ "ALL", "RUNNING" @@ -75083,7 +77757,7 @@ "type": "string" }, "portName": { - "description": "Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.", + "description": "Name of port user is interested in. It is optional. If it is set, only\ninformation about this ports will be returned. If it is not set, all the\nnamed ports will be returned.\nAlways lists all instances.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" } @@ -75094,7 +77768,7 @@ "id": "RegionInstanceGroupsSetNamedPortsRequest", "properties": { "fingerprint": { - "description": "The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.", + "description": "The fingerprint of the named ports information for this instance group.\nUse this optional property to prevent conflicts when multiple users change\nthe named ports settings concurrently. Obtain the fingerprint with theinstanceGroups.get\nmethod. Then, include the fingerprint in your request to ensure that you\ndo not overwrite changes that were applied from another\nconcurrent request.", "format": "byte", "type": "string" }, @@ -75125,11 +77799,11 @@ }, "kind": { "default": "compute#regionList", - "description": "[Output Only] Type of resource. Always compute#regionList for lists of regions.", + "description": "[Output Only] Type of resource. Always compute#regionList for\nlists of regions.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -75140,7 +77814,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -75204,44 +77878,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -75293,7 +77967,7 @@ "id": "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse", "properties": { "firewallPolicys": { - "description": "[Output only] Effective firewalls from firewall policy. It applies to Regional Network Firewall Policies in the specified region, Global Network Firewall Policies and Hierachial Firewall Policies which are associated with the network.", + "description": "[Output only] Effective firewalls from firewall policy. It applies to\nRegional Network Firewall Policies in the specified region, Global Network\nFirewall Policies and Hierachial Firewall Policies which are associated\nwith the network.", "items": { "$ref": "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy" }, @@ -75328,7 +78002,7 @@ "type": "array" }, "priority": { - "description": "[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.", + "description": "[Output only] Priority of firewall policy association. Not applicable for\ntype=HIERARCHY.", "format": "int32", "type": "integer" }, @@ -75340,7 +78014,7 @@ "type": "array" }, "type": { - "description": "[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.", + "description": "[Output Only] The type of the firewall policy. Can be one of HIERARCHY,\nNETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.", "enum": [ "HIERARCHY", "NETWORK", @@ -75366,7 +78040,7 @@ "id": "RegionSetLabelsRequest", "properties": { "labelFingerprint": { - "description": "The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.", + "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by Compute\nEngine and changes after every request to modify or update labels. You must\nalways provide an up-to-date fingerprint hash in order to update or change\nlabels. Make a get() request to the resource to get the latest\nfingerprint.", "format": "byte", "type": "string" }, @@ -75384,20 +78058,20 @@ "id": "RegionSetPolicyRequest", "properties": { "bindings": { - "description": "Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.", + "description": "Flatten Policy to create a backwacd compatible wire-format.\nDeprecated. Use 'policy' to specify bindings.", "items": { "$ref": "Binding" }, "type": "array" }, "etag": { - "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.", + "description": "Flatten Policy to create a backward compatible wire-format.\nDeprecated. Use 'policy' to specify the etag.", "format": "byte", "type": "string" }, "policy": { "$ref": "Policy", - "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them." + "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of\nthe policy is limited to a few 10s of KB. An empty policy is in general a\nvalid policy but certain services (like Projects) might reject them." } }, "type": "object" @@ -75406,7 +78080,7 @@ "id": "RegionTargetHttpsProxiesSetSslCertificatesRequest", "properties": { "sslCertificates": { - "description": "New set of SslCertificate resources to associate with this TargetHttpsProxy resource.", + "description": "New set of SslCertificate resources to associate\nwith this TargetHttpsProxy resource.", "items": { "type": "string" }, @@ -75426,11 +78100,11 @@ "type": "object" }, "RequestMirrorPolicy": { - "description": "A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the shadow service, the host or authority header is suffixed with -shadow.", + "description": "A policy that specifies how requests intended for the route's backends\nare shadowed to a separate mirrored backend service. The load balancer\ndoesn't wait for responses from the shadow service. Before sending traffic\nto the shadow service, the host or authority header is suffixed with-shadow.", "id": "RequestMirrorPolicy", "properties": { "backendService": { - "description": "The full or partial URL to the BackendService resource being mirrored to. The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service. ", + "description": "The full or partial URL to the BackendService resource being\nmirrored to.\n\nThe backend service configured for a mirroring\npolicy must reference backends that are of the same type as the original\nbackend service matched in the URL map.\n\nServerless NEG backends are not currently supported as a mirrored\nbackend service.", "type": "string" }, "mirrorPercent": { @@ -75442,31 +78116,31 @@ "type": "object" }, "Reservation": { - "description": "Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the reserved VMs are not running. For more information, read Reserving zonal resources.", + "description": "Represents a reservation resource. A reservation ensures that capacity is\nheld in a specific zone even if the reserved VMs are not running. For more\ninformation, read Reserving zonal\nresources.", "id": "Reservation", "properties": { "advancedDeploymentControl": { "$ref": "ReservationAdvancedDeploymentControl", - "description": "Advanced control for cluster management, applicable only to DENSE deployment type reservations." + "description": "Advanced control for cluster management, applicable only to DENSE\ndeployment type reservations." }, "aggregateReservation": { "$ref": "AllocationAggregateReservation", "description": "Reservation for aggregated resources, providing shape flexibility." }, "commitment": { - "description": "[Output Only] Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.", + "description": "[Output Only] Full or partial URL to a parent commitment. This field\ndisplays for reservations that are tied to a commitment.", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "deleteAfterDuration": { "$ref": "Duration", - "description": "Duration time relative to reservation creation when Compute Engine will automatically delete this resource." + "description": "Duration time relative to reservation creation when Compute Engine will\nautomatically delete this resource." }, "deleteAtTime": { - "description": "Absolute time in future when the reservation will be auto-deleted by Compute Engine. Timestamp is represented in RFC3339 text format.", + "description": "Absolute time in future when the reservation will be\n auto-deleted by Compute Engine. Timestamp is represented inRFC3339 text format.", "type": "string" }, "deploymentType": { @@ -75482,25 +78156,25 @@ "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "enableEmergentMaintenance": { - "description": "Indicates whether Compute Engine allows unplanned maintenance for your VMs; for example, to fix hardware errors.", + "description": "Indicates whether Compute Engine allows unplanned maintenance for your VMs;\nfor example, to fix hardware errors.", "type": "boolean" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#reservation", - "description": "[Output Only] Type of the resource. Always compute#reservations for reservations.", + "description": "[Output Only] Type of the resource. Alwayscompute#reservations for reservations.", "type": "string" }, "linkedCommitments": { - "description": "[Output Only] Full or partial URL to parent commitments. This field displays for reservations that are tied to multiple commitments.", + "description": "[Output Only] Full or partial URL to parent commitments. This field\ndisplays for reservations that are tied to multiple commitments.", "items": { "type": "string" }, @@ -75512,19 +78186,33 @@ "compute.instances.insert" ] }, - "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwithRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, + "protectionTier": { + "description": "Protection tier for the workload which specifies the workload expectations\nin the event of infrastructure failures at data center (e.g. power\nand/or cooling failures).", + "enum": [ + "CAPACITY_OPTIMIZED", + "PROTECTION_TIER_UNSPECIFIED", + "STANDARD" + ], + "enumDescriptions": [ + "CAPACITY_OPTIMIZED capacity leverages redundancies (e.g. power, cooling)\nat the data center during normal operating conditions. In the event of\ninfrastructure failures at data center (e.g. power and/or cooling\nfailures), this workload may be disrupted. As a consequence, it has a\nweaker availability SLO than STANDARD.", + "Unspecified protection tier.", + "STANDARD protection for workload that should be protected by redundancies\n(e.g. power, cooling) at the data center level. In the event of\ninfrastructure failures at data center (e.g. power and/or cooling\nfailures), this workload is expected to continue as normal using the\nredundancies." + ], + "type": "string" + }, "reservationSharingPolicy": { "$ref": "AllocationReservationSharingPolicy", - "description": "Specify the reservation sharing policy. If unspecified, the reservation will not be shared with Google Cloud managed services." + "description": "Specify the reservation sharing policy. If unspecified, the reservation\nwill not be shared with Google Cloud managed services." }, "resourcePolicies": { "additionalProperties": { "type": "string" }, - "description": "Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.", + "description": "Resource policies to be added to this reservation. The key is defined by\nuser, and the value is resource policy url. This is to define placement\npolicy with reservation.", "type": "object" }, "resourceStatus": { @@ -75545,7 +78233,7 @@ "enumDescriptions": [ "Maintenance on all reserved instances in the reservation is synchronized.", "Unknown maintenance type.", - "Maintenance is not synchronized for this reservation. Instead, each instance has its own maintenance window." + "Maintenance is not synchronized for this reservation. Instead, each\ninstance has its own maintenance window." ], "type": "string" }, @@ -75555,18 +78243,18 @@ }, "shareSettings": { "$ref": "ShareSettings", - "description": "Specify share-settings to create a shared reservation. This property is optional. For more information about the syntax and options for this field and its subfields, see the guide for creating a shared reservation." + "description": "Specify share-settings to create a shared reservation. This property is\noptional. For more information about the syntax and options for this\nfield and its subfields, see the guide for creating\na shared reservation." }, "specificReservation": { "$ref": "AllocationSpecificSKUReservation", "description": "Reservation for instances with specific machine shapes." }, "specificReservationRequired": { - "description": "Indicates whether the reservation can be consumed by VMs with affinity for \"any\" reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.", + "description": "Indicates whether the reservation can be consumed by VMs with affinity\nfor \"any\" reservation. If the field is set, then only VMs that target\nthe reservation by name can consume from this reservation.", "type": "boolean" }, "status": { - "description": "[Output Only] The status of the reservation. - CREATING: Reservation resources are being allocated. - READY: Reservation resources have been allocated, and the reservation is ready for use. - DELETING: Reservation deletion is in progress. - UPDATING: Reservation update is in progress. ", + "description": "[Output Only] The status of the reservation.\n \n \n - CREATING: Reservation resources are being\n allocated.\n - READY: Reservation resources have been allocated,\n and the reservation is ready for use.\n - DELETING: Reservation deletion is in progress.\n - UPDATING: Reservation update is in progress.", "enum": [ "CREATING", "DELETING", @@ -75578,20 +78266,20 @@ "Reservation resources are being allocated.", "Reservation deletion is in progress.", "", - "Reservation resources have been allocated, and the reservation is ready for use.", + "Reservation resources have been allocated, and the reservation is ready\nfor use.", "Reservation update is in progress." ], "type": "string" }, "zone": { - "description": "Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.", + "description": "Zone in which the reservation resides. A zone must be provided if the\nreservation is created within a commitment.", "type": "string" } }, "type": "object" }, "ReservationAdvancedDeploymentControl": { - "description": "Advance control for cluster management, applicable only to DENSE deployment type reservations.", + "description": "Advance control for cluster management, applicable only to DENSE deployment\ntype reservations.", "id": "ReservationAdvancedDeploymentControl", "properties": { "reservationOperationalMode": { @@ -75602,8 +78290,8 @@ "RESERVATION_OPERATIONAL_MODE_UNSPECIFIED" ], "enumDescriptions": [ - "Google Cloud does not manage the failure of machines, but provides additional capacity, which is not guaranteed to be available.", - "Google Cloud manages the failure of machines to provide high availability.", + "Google Cloud does not manage the failure of machines, but provides\nadditional capacity, which is not guaranteed to be available.", + "Google Cloud manages the failure of machines to provide high\navailability.", "" ], "type": "string" @@ -75616,7 +78304,7 @@ "id": "ReservationAffinity", "properties": { "consumeReservationType": { - "description": "Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.", + "description": "Specifies the type of reservation from which this instance can consume\nresources: ANY_RESERVATION (default),SPECIFIC_RESERVATION, or NO_RESERVATION. See\nConsuming reserved instances for examples.", "enum": [ "ANY_RESERVATION", "NO_RESERVATION", @@ -75626,17 +78314,17 @@ "enumDescriptions": [ "Consume any allocation available.", "Do not consume from any allocated capacity.", - "Must consume from a specific reservation. Must specify key value fields for specifying the reservations.", + "Must consume from a specific reservation. Must specify key value fields\nfor specifying the reservations.", "" ], "type": "string" }, "key": { - "description": "Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.", + "description": "Corresponds to the label key of a reservation resource. To target aSPECIFIC_RESERVATION by name, specifygoogleapis.com/reservation-name as the key and specify\nthe name of your reservation as its value.", "type": "string" }, "values": { - "description": "Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or \"projects/different-project/reservations/some-reservation-name\" to target a shared reservation in the same zone but in a different project.", + "description": "Corresponds to the label values of a reservation resource. This can be\neither a name to a reservation in the same project or\n\"projects/different-project/reservations/some-reservation-name\" to target a\nshared reservation in the same zone but in a different project.", "items": { "type": "string" }, @@ -75667,7 +78355,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -75685,7 +78373,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -75749,44 +78437,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -75813,12 +78501,12 @@ "id": "ReservationBlock", "properties": { "count": { - "description": "[Output Only] The number of resources that are allocated in this reservation block.", + "description": "[Output Only] The number of resources that are allocated in this\nreservation block.", "format": "int32", "type": "integer" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339 text format.", "type": "string" }, "healthInfo": { @@ -75826,22 +78514,22 @@ "description": "[Output Only] Health information for the reservation block." }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "inUseCount": { - "description": "[Output Only] The number of instances that are currently in use on this reservation block.", + "description": "[Output Only] The number of instances that are currently in use on this\nreservation block.", "format": "int32", "type": "integer" }, "kind": { "default": "compute#reservationBlock", - "description": "[Output Only] Type of the resource. Always compute#reservationBlock for reservation blocks.", + "description": "[Output Only] Type of the resource. Alwayscompute#reservationBlock for reservation blocks.", "type": "string" }, "name": { - "description": "[Output Only] The name of this reservation block generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "description": "[Output Only] The name of this reservation block generated by Google\nCompute Engine. The name must be 1-63 characters long, and comply with\nRFC1035 @pattern [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "physicalTopology": { @@ -75853,12 +78541,12 @@ "description": "[Output Only] Maintenance information for this reservation block." }, "reservationSubBlockCount": { - "description": "[Output Only] The number of reservation subBlocks associated with this reservation block.", + "description": "[Output Only] The number of reservation subBlocks associated with this\nreservation block.", "format": "int32", "type": "integer" }, "reservationSubBlockInUseCount": { - "description": "[Output Only] The number of in-use reservation subBlocks associated with this reservation block. If at least one VM is running on a subBlock, it is considered in-use.", + "description": "[Output Only] The number of in-use reservation subBlocks associated with\nthis reservation block. If at least one VM is running on a subBlock, it is\nconsidered in-use.", "format": "int32", "type": "integer" }, @@ -76007,11 +78695,11 @@ }, "kind": { "default": "compute#reservationBlock", - "description": "Type of the resource. Always compute#reservationBlock for a list of reservation blocks.", + "description": "Type of the resource. Alwayscompute#reservationBlock for a list of reservation blocks.", "type": "string" }, "nextPageToken": { - "description": "This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -76022,7 +78710,7 @@ "description": "Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -76086,44 +78774,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -76149,7 +78837,7 @@ "id": "ReservationList", "properties": { "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "items": { @@ -76161,11 +78849,11 @@ }, "kind": { "default": "compute#reservationList", - "description": "[Output Only] Type of resource.Always compute#reservationsList for listsof reservations", + "description": "[Output Only] Type of resource.Always compute#reservationsList\nfor listsof reservations", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -76176,7 +78864,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -76240,44 +78928,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -76303,13 +78991,17 @@ "description": "Represents a reservation subBlock resource.", "id": "ReservationSubBlock", "properties": { + "acceleratorTopologiesInfo": { + "$ref": "AcceleratorTopologiesInfo", + "description": "[Output Only] Slice info for the reservation subBlock." + }, "count": { - "description": "[Output Only] The number of hosts that are allocated in this reservation subBlock.", + "description": "[Output Only] The number of hosts that are allocated in this\nreservation subBlock.", "format": "int32", "type": "integer" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339 text format.", "type": "string" }, "healthInfo": { @@ -76317,22 +79009,22 @@ "description": "[Output Only] Health information for the reservation subBlock." }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "inUseCount": { - "description": "[Output Only] The number of instances that are currently in use on this reservation subBlock.", + "description": "[Output Only] The number of instances that are currently in use on this\nreservation subBlock.", "format": "int32", "type": "integer" }, "kind": { "default": "compute#reservationSubBlock", - "description": "[Output Only] Type of the resource. Always compute#reservationSubBlock for reservation subBlocks.", + "description": "[Output Only] Type of the resource. Alwayscompute#reservationSubBlock for reservation subBlocks.", "type": "string" }, "name": { - "description": "[Output Only] The name of this reservation subBlock generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "description": "[Output Only] The name of this reservation subBlock generated by Google\nCompute Engine. The name must be 1-63 characters long, and comply with\nRFC1035 @pattern [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "physicalTopology": { @@ -76384,7 +79076,7 @@ "type": "integer" }, "degradedInfraCount": { - "description": "The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.", + "description": "The number of degraded infrastructure (e.g NV link domain) in the\nreservation subblock.", "format": "int32", "type": "integer" }, @@ -76408,7 +79100,7 @@ "type": "integer" }, "healthyInfraCount": { - "description": "The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.", + "description": "The number of healthy infrastructure (e.g NV link domain) in the\nreservation subblock.", "format": "int32", "type": "integer" } @@ -76459,11 +79151,11 @@ }, "kind": { "default": "compute#reservationSubBlock", - "description": "Type of the resource. Always compute#reservationSubBlock for a list of reservation subBlocks.", + "description": "Type of the resource. Alwayscompute#reservationSubBlock for a list of reservation\nsubBlocks.", "type": "string" }, "nextPageToken": { - "description": "This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -76474,7 +79166,7 @@ "description": "Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -76538,44 +79230,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -76646,12 +79338,14 @@ "FAULT_BEHAVIOR_UNSPECIFIED", "GPU_ERROR", "PERFORMANCE", + "SILENT_DATA_CORRUPTION", "SWITCH_FAILURE" ], "enumDescriptions": [ "", "The subBlock experienced a GPU error.", "The subBlock experienced performance issues.", + "The subBlock experienced silent data corruption.", "The subBlock experienced a switch failure." ], "type": "string" @@ -76675,10 +79369,10 @@ "UNUSED_CAPACITY" ], "enumDescriptions": [ - "Trigger maintenance for all hosts belonging to this reservation irrespective of whether VMs are running on them or not.", + "Trigger maintenance for all hosts belonging to this reservation\nirrespective of whether VMs are running on them or not.", "Internal only", - "Trigger maintenance only on the hosts belonging to this reservation which have VMs running on them.", - "Trigger maintenance only on the hosts belonging to this reservation which do not have any VMs running on them. This is not allowed for Standard ExR" + "Trigger maintenance only on the hosts belonging to this reservation which\nhave VMs running on them.", + "Trigger maintenance only on the hosts belonging to this reservation which\ndo not have any VMs running on them. This is not allowed for Standard ExR" ], "type": "string" } @@ -76697,10 +79391,10 @@ "UNUSED_CAPACITY" ], "enumDescriptions": [ - "Trigger maintenance for all hosts belonging to this reservation irrespective of whether VMs are running on them or not.", + "Trigger maintenance for all hosts belonging to this reservation\nirrespective of whether VMs are running on them or not.", "Internal only", - "Trigger maintenance only on the hosts belonging to this reservation which have VMs running on them.", - "Trigger maintenance only on the hosts belonging to this reservation which do not have any VMs running on them. This is not allowed for Standard ExR" + "Trigger maintenance only on the hosts belonging to this reservation which\nhave VMs running on them.", + "Trigger maintenance only on the hosts belonging to this reservation which\ndo not have any VMs running on them. This is not allowed for Standard ExR" ], "type": "string" } @@ -76711,7 +79405,7 @@ "id": "ReservationsResizeRequest", "properties": { "specificSkuCount": { - "description": "Number of allocated resources can be resized with minimum = 1 and maximum = 1000.", + "description": "Number of allocated resources can be resized with minimum = 1 and\nmaximum = 1000.", "format": "int64", "type": "string" } @@ -76729,10 +79423,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of reservations when the list is empty.", + "description": "Informational warning which replaces the list of reservations when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -76796,44 +79490,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -76856,20 +79550,20 @@ "type": "object" }, "ResourceCommitment": { - "description": "Commitment for a particular hardware resource (a commitment is composed of one or more of these).", + "description": "Commitment for a particular hardware resource (a commitment is composed of\none or more of these).", "id": "ResourceCommitment", "properties": { "acceleratorType": { - "description": "Name of the accelerator type or GPU resource. Specify this field only when the type of hardware resource is ACCELERATOR.", + "description": "Name of the accelerator type or GPU resource. Specify this field only when\nthe type of hardware resource is ACCELERATOR.", "type": "string" }, "amount": { - "description": "The quantity of the hardware resource that you want to commit to purchasing (in a type-dependent unit). - For vCPUs, you must specify an integer value. - For memory, you specify the amount of MB that you want. The value you specify must be a multiple of 256 MB, with up to 6.5 GB of memory per every vCPU. - For GPUs, you must specify an integer value. - For Local SSD disks, you must specify the amount in GB. The size of a single Local SSD disk is 375 GB. ", + "description": "The quantity of the hardware resource that you want to commit to purchasing\n(in a type-dependent unit).\n \n - For vCPUs, you must specify an integer value.\n - For memory, you specify the amount of MB that you want. The value you\n specify must be a multiple of 256 MB, with up to 6.5 GB of\n memory per every vCPU.\n - For GPUs, you must specify an integer value.\n - For Local SSD disks, you must specify the amount in GB. The size of a\n single Local SSD disk is 375 GB.", "format": "int64", "type": "string" }, "type": { - "description": "The type of hardware resource that you want to specify. You can specify any of the following values: - VCPU - MEMORY - LOCAL_SSD - ACCELERATOR Specify as a separate entry in the list for each individual resource type.", + "description": "The type of hardware resource that you want to specify.\nYou can specify any of the following values:\n \n - VCPU\n - MEMORY\n - LOCAL_SSD\n - ACCELERATOR\n\n\n\nSpecify as a separate entry in the list for each\nindividual resource type.", "enum": [ "ACCELERATOR", "LOCAL_SSD", @@ -76893,7 +79587,7 @@ "id": "ResourceGroupReference", "properties": { "group": { - "description": "A URI referencing one of the instance groups or network endpoint groups listed in the backend service.", + "description": "A URI referencing one of the instance groups or network endpoint groups\nlisted in the backend service.", "type": "string" } }, @@ -76910,10 +79604,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of resourcePolicies when the list is empty.", + "description": "Informational warning which replaces the list of resourcePolicies when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -76977,44 +79671,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -77037,11 +79731,11 @@ "type": "object" }, "ResourcePolicy": { - "description": "Represents a Resource Policy resource. You can use resource policies to schedule actions for some Compute Engine resources. For example, you can use them to schedule persistent disk snapshots.", + "description": "Represents a Resource Policy resource. You can use resource policies to\nschedule actions for some Compute Engine resources. For example, you can\nuse them toschedule persistent disk\nsnapshots.", "id": "ResourcePolicy", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { @@ -77056,7 +79750,7 @@ "description": "Resource policy for instances for placement configuration." }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, @@ -77066,7 +79760,7 @@ }, "kind": { "default": "compute#resourcePolicy", - "description": "[Output Only] Type of the resource. Always compute#resource_policies for resource policies.", + "description": "[Output Only] Type of the resource. Alwayscompute#resource_policies for resource policies.", "type": "string" }, "name": { @@ -77075,7 +79769,7 @@ "compute.instances.insert" ] }, - "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "The name of the resource, provided by the client when initially creating\nthe resource. The resource name must be 1-63 characters long, and comply\nwithRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -77144,7 +79838,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -77162,7 +79856,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -77226,44 +79920,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -77290,16 +79984,16 @@ "id": "ResourcePolicyDailyCycle", "properties": { "daysInCycle": { - "description": "Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.", + "description": "Defines a schedule with units measured in days. The value determines\nhow many days pass between the start of each cycle.", "format": "int32", "type": "integer" }, "duration": { - "description": "[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.", + "description": "[Output only] A predetermined duration for the window, automatically\nchosen to be the smallest possible in the given scenario.", "type": "string" }, "startTime": { - "description": "Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.", + "description": "Start time of the window. This must be in UTC format that resolves to one\nof 00:00, 04:00, 08:00,12:00, 16:00, or 20:00. For\nexample, both 13:00-5 and 08:00 are valid.", "type": "string" } }, @@ -77312,11 +80006,11 @@ "type": "object" }, "ResourcePolicyGroupPlacementPolicy": { - "description": "A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation", + "description": "A GroupPlacementPolicy specifies resource placement configuration.\nIt specifies the failure bucket separation", "id": "ResourcePolicyGroupPlacementPolicy", "properties": { "availabilityDomainCount": { - "description": "The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.", + "description": "The number of availability domains to spread instances across. If two\ninstances are in different availability domain, they are not in the same\nlow latency network.", "format": "int32", "type": "integer" }, @@ -77333,11 +80027,11 @@ "type": "string" }, "gpuTopology": { - "description": "Specifies the shape of the GPU slice, in slice based GPU families eg. A4X.", + "description": "Specifies the shape of the GPU slice, in slice based GPU families eg.\nA4X.", "type": "string" }, "vmCount": { - "description": "Number of VMs in this placement group. Google does not recommend that you use this field unless you use a compact policy and you want your policy to work only if it contains this exact number of VMs.", + "description": "Number of VMs in this placement group. Google does not recommend that you\nuse this field unless you use a compact policy and you want your policy\nto work only if it contains this exact number of VMs.", "format": "int32", "type": "integer" } @@ -77349,23 +80043,23 @@ "id": "ResourcePolicyHourlyCycle", "properties": { "duration": { - "description": "[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.", + "description": "[Output only] Duration of the time window, automatically chosen to be\nsmallest possible in the given scenario.", "type": "string" }, "hoursInCycle": { - "description": "Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.", + "description": "Defines a schedule with units measured in hours. The value determines\nhow many hours pass between the start of each cycle.", "format": "int32", "type": "integer" }, "startTime": { - "description": "Time within the window to start the operations. It must be in format \"HH:MM\", where HH : [00-23] and MM : [00-00] GMT.", + "description": "Time within the window to start the operations.\nIt must be in format \"HH:MM\", where HH : [00-23] and MM : [00-00] GMT.", "type": "string" } }, "type": "object" }, "ResourcePolicyInstanceSchedulePolicy": { - "description": "An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.", + "description": "An InstanceSchedulePolicy specifies when and how frequent certain\noperations are performed on the instance.", "id": "ResourcePolicyInstanceSchedulePolicy", "properties": { "expirationTime": { @@ -77377,7 +80071,7 @@ "type": "string" }, "timeZone": { - "description": "Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.", + "description": "Specifies the time zone to be used in interpreting Schedule.schedule.\nThe value of this field must be a time zone name from the tz database:\nhttps://wikipedia.org/wiki/Tz_database.", "type": "string" }, "vmStartSchedule": { @@ -77409,7 +80103,7 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "items": { @@ -77421,11 +80115,11 @@ }, "kind": { "default": "compute#resourcePolicyList", - "description": "[Output Only] Type of resource.Always compute#resourcePoliciesList for listsof resourcePolicies", + "description": "[Output Only] Type of resource.Alwayscompute#resourcePoliciesList for listsof resourcePolicies", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -77436,7 +80130,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -77500,44 +80194,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -77560,12 +80254,12 @@ "type": "object" }, "ResourcePolicyResourceStatus": { - "description": "Contains output only fields. Use this sub-message for all output fields set on ResourcePolicy. The internal structure of this \"status\" field should mimic the structure of ResourcePolicy proto specification.", + "description": "Contains output only fields.\nUse this sub-message for all output fields set on ResourcePolicy.\nThe internal structure of this \"status\" field should mimic the structure\nof ResourcePolicy proto specification.", "id": "ResourcePolicyResourceStatus", "properties": { "instanceSchedulePolicy": { "$ref": "ResourcePolicyResourceStatusInstanceSchedulePolicyStatus", - "description": "[Output Only] Specifies a set of output values reffering to the instance_schedule_policy system status. This field should have the same name as corresponding policy field." + "description": "[Output Only] Specifies a set of output values reffering to\nthe instance_schedule_policy system status.\nThis field should have the same name as corresponding policy field." } }, "type": "object" @@ -77574,18 +80268,18 @@ "id": "ResourcePolicyResourceStatusInstanceSchedulePolicyStatus", "properties": { "lastRunStartTime": { - "description": "[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.", + "description": "[Output Only] The last time the schedule successfully ran.\nThe timestamp is an RFC3339 string.", "type": "string" }, "nextRunStartTime": { - "description": "[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.", + "description": "[Output Only] The next time the schedule is planned to run.\nThe actual time might be slightly different.\nThe timestamp is an RFC3339 string.", "type": "string" } }, "type": "object" }, "ResourcePolicySnapshotSchedulePolicy": { - "description": "A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk. Also specifies how many and how long these scheduled snapshots should be retained.", + "description": "A snapshot schedule policy specifies when and how frequently snapshots are\nto be created for the target disk. Also specifies how many and how long\nthese scheduled snapshots should be retained.", "id": "ResourcePolicySnapshotSchedulePolicy", "properties": { "retentionPolicy": { @@ -77594,11 +80288,11 @@ }, "schedule": { "$ref": "ResourcePolicySnapshotSchedulePolicySchedule", - "description": "A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when. Schedule that is applied to disks covered by this policy." + "description": "A Vm Maintenance Policy specifies what kind of infrastructure\nmaintenance we are allowed to perform on this VM and when. Schedule\nthat is applied to disks covered by this policy." }, "snapshotProperties": { "$ref": "ResourcePolicySnapshotSchedulePolicySnapshotProperties", - "description": "Properties with which snapshots are created such as labels, encryption keys." + "description": "Properties with which snapshots are created such as labels, encryption\nkeys." } }, "type": "object" @@ -77613,7 +80307,7 @@ "type": "integer" }, "onSourceDiskDelete": { - "description": "Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.", + "description": "Specifies the behavior to apply to scheduled snapshots when\nthe source disk is deleted.", "enum": [ "APPLY_RETENTION_POLICY", "KEEP_AUTO_SNAPSHOTS", @@ -77646,7 +80340,7 @@ "type": "object" }, "ResourcePolicySnapshotSchedulePolicySnapshotProperties": { - "description": "Specified snapshot properties for scheduled snapshots created by this policy.", + "description": "Specified snapshot properties for scheduled snapshots created by this\npolicy.", "id": "ResourcePolicySnapshotSchedulePolicySnapshotProperties", "properties": { "chainName": { @@ -77661,11 +80355,11 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.", + "description": "Labels to apply to scheduled snapshots. These can be later modified\nby the setLabels method. Label values may be empty.", "type": "object" }, "storageLocations": { - "description": "Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).", + "description": "Cloud Storage bucket storage location of the auto snapshot (regional or\nmulti-regional).", "items": { "type": "string" }, @@ -77692,7 +80386,7 @@ "id": "ResourcePolicyWeeklyCycleDayOfWeek", "properties": { "day": { - "description": "Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.", + "description": "Defines a schedule that runs on specific days of the week. Specify\none or more days. The following options are available:\nMONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.", "enum": [ "FRIDAY", "INVALID", @@ -77716,11 +80410,11 @@ "type": "string" }, "duration": { - "description": "[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.", + "description": "[Output only] Duration of the time window, automatically chosen to be\nsmallest possible in the given scenario.", "type": "string" }, "startTime": { - "description": "Time within the window to start the operations. It must be in format \"HH:MM\", where HH : [00-23] and MM : [00-00] GMT.", + "description": "Time within the window to start the operations.\nIt must be in format \"HH:MM\", where HH : [00-23] and MM : [00-00] GMT.", "type": "string" } }, @@ -77731,7 +80425,7 @@ "id": "ResourcePolicyWorkloadPolicy", "properties": { "acceleratorTopology": { - "description": "Specifies the topology required to create a partition for VMs that have interconnected GPUs.", + "description": "Specifies the topology required to create a partition for VMs that have\ninterconnected GPUs.", "type": "string" }, "maxTopologyDistance": { @@ -77756,7 +80450,7 @@ ], "enumDescriptions": [ "MIG spreads out the instances as much as possible for high availability.", - "MIG provisions instances as close to each other as possible for high throughput." + "MIG provisions instances as close to each other as possible for high\nthroughput." ], "type": "string" } @@ -77764,20 +80458,24 @@ "type": "object" }, "ResourceStatus": { - "description": "Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.", + "description": "Contains output only fields.\nUse this sub-message for actual values set on Instance attributes as compared\nto the value requested by the user (intent) in their instance CRUD calls.", "id": "ResourceStatus", "properties": { "effectiveInstanceMetadata": { "$ref": "ResourceStatusEffectiveInstanceMetadata", - "description": "[Output Only] Effective metadata is a field that consolidates project, zonal instance settings, and instance-level predefined metadata keys to provide the overridden value for those metadata keys at the instance level." + "description": "[Output Only] Effective metadata is a field that consolidates project,\nzonal instance settings, and instance-level predefined metadata keys to\nprovide the overridden value for those metadata keys at the instance level." }, "physicalHost": { - "description": "[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.", + "description": "[Output Only] The precise location of your instance within the zone's data\ncenter, including the block, sub-block, and host. The field is formatted as\nfollows: blockId/subBlockId/hostId.", "type": "string" }, "physicalHostTopology": { "$ref": "ResourceStatusPhysicalHostTopology", - "description": "[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located." + "description": "[Output Only] A series of fields containing the global name of the Compute\nEngine cluster, as well as the ID of the block, sub-block, and host on\nwhich the running instance is located." + }, + "reservationConsumptionInfo": { + "$ref": "ResourceStatusReservationConsumptionInfo", + "description": "[Output Only] Reservation information that the instance is consuming from." }, "scheduling": { "$ref": "ResourceStatusScheduling" @@ -77828,23 +80526,34 @@ "type": "object" }, "ResourceStatusPhysicalHostTopology": { - "description": "Represents the physical host topology of the host on which the VM is running.", + "description": "Represents the physical host topology of the host on which the VM is\nrunning.", "id": "ResourceStatusPhysicalHostTopology", "properties": { "block": { - "description": "[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.", + "description": "[Output Only] The ID of the block in which the running instance is\nlocated. Instances within the same block experience low network latency.", "type": "string" }, "cluster": { - "description": "[Output Only] The global name of the Compute Engine cluster where the running instance is located.", + "description": "[Output Only] The global name of the Compute Engine cluster where the\nrunning instance is located.", "type": "string" }, "host": { - "description": "[Output Only] The ID of the host on which the running instance is located. Instances on the same host experience the lowest possible network latency.", + "description": "[Output Only] The ID of the host on which the running instance is located.\nInstances on the same host experience the lowest possible network\nlatency.", "type": "string" }, "subblock": { - "description": "[Output Only] The ID of the sub-block in which the running instance is located. Instances in the same sub-block experience lower network latency than instances in the same block.", + "description": "[Output Only] The ID of the sub-block in which the running instance is\nlocated. Instances in the same sub-block experience lower network latency\nthan instances in the same block.", + "type": "string" + } + }, + "type": "object" + }, + "ResourceStatusReservationConsumptionInfo": { + "description": "Reservation consumption information that the instance is consuming from.", + "id": "ResourceStatusReservationConsumptionInfo", + "properties": { + "consumedReservation": { + "description": "[Output Only] The full resource name of the reservation that this\ninstance is consuming from.", "type": "string" } }, @@ -77854,7 +80563,7 @@ "id": "ResourceStatusScheduling", "properties": { "availabilityDomain": { - "description": "Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.", + "description": "Specifies the availability domain to place the instance in. The value\nmust be a number between 1 and the number of availability domains\nspecified in the spread placement policy attached to the instance.", "format": "int32", "type": "integer" } @@ -77862,7 +80571,7 @@ "type": "object" }, "Route": { - "description": "Represents a Route resource. A route defines a path from VM instances in the VPC network to a specific destination. This destination can be inside or outside the VPC network. For more information, read the Routes overview.", + "description": "Represents a Route resource.\n\nA route defines a path from VM instances in the VPC network to a specific\ndestination. This destination can be inside or outside the VPC network.\nFor more information, read theRoutes overview.", "id": "Route", "properties": { "asPaths": { @@ -77873,11 +80582,11 @@ "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this field when you create the resource.", + "description": "An optional description of this resource. Provide this field when you\ncreate the resource.", "type": "string" }, "destRange": { @@ -77886,17 +80595,17 @@ "compute.routes.insert" ] }, - "description": "The destination range of outgoing packets that this route applies to. Both IPv4 and IPv6 are supported. Must specify an IPv4 range (e.g. 192.0.2.0/24) or an IPv6 range in RFC 4291 format (e.g. 2001:db8::/32). IPv6 range will be displayed using RFC 5952 compressed format.", + "description": "The destination range of outgoing packets that this route applies to. Both\nIPv4 and IPv6 are supported.\nMust specify an IPv4 range (e.g. 192.0.2.0/24) or an IPv6 range in RFC 4291\nformat (e.g. 2001:db8::/32). IPv6 range will be displayed using RFC 5952\ncompressed format.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#route", - "description": "[Output Only] Type of this resource. Always compute#routes for Route resources.", + "description": "[Output Only] Type of this resource. Always compute#routes for\nRoute resources.", "type": "string" }, "name": { @@ -77905,7 +80614,7 @@ "compute.routes.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a\nlowercase letter, and all following characters (except for the last\ncharacter) must be a dash, lowercase letter, or digit. The last character\nmust be a lowercase letter or digit.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -77919,32 +80628,32 @@ "type": "string" }, "nextHopGateway": { - "description": "The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/ project/global/gateways/default-internet-gateway", + "description": "The URL to a gateway that should handle matching packets.\nYou can only specify the internet gateway using a full or\npartial valid URL: projects/project/global/gateways/default-internet-gateway", "type": "string" }, "nextHopHub": { - "description": "[Output Only] The full resource name of the Network Connectivity Center hub that will handle matching packets.", + "description": "[Output Only] The full resource name of the Network Connectivity Center hub\nthat will handle matching packets.", "type": "string" }, "nextHopIlb": { - "description": "The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets or the IP address of the forwarding Rule. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /forwardingRules/forwardingRule - regions/region/forwardingRules/forwardingRule If an IP address is provided, must specify an IPv4 address in dot-decimal notation or an IPv6 address in RFC 4291 format. For example, the following are all valid IP addresses: - 10.128.0.56 - 2001:db8::2d9:51:0:0 - 2001:db8:0:0:2d9:51:0:0 IPv6 addresses will be displayed using RFC 5952 compressed format (e.g. 2001:db8::2d9:51:0:0). Should never be an IPv4-mapped IPv6 address.", + "description": "The URL to a forwarding rule of typeloadBalancingScheme=INTERNAL that should handle matching\npackets or the IP address of the forwarding Rule.\nFor example, the following are all valid URLs:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule \n - regions/region/forwardingRules/forwardingRule\n\n\nIf an IP address is provided, must specify an IPv4 address in dot-decimal\nnotation or an IPv6 address in RFC 4291 format. For example, the following\nare all valid IP addresses:\n \n \n - 10.128.0.56\n - 2001:db8::2d9:51:0:0\n - 2001:db8:0:0:2d9:51:0:0\n\n\nIPv6 addresses will be displayed using RFC 5952 compressed format (e.g.\n2001:db8::2d9:51:0:0). Should never be an IPv4-mapped IPv6 address.", "type": "string" }, "nextHopInstance": { - "description": "The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/", + "description": "The URL to an instance that should handle matching packets. You can specify\nthis as a full or partial URL.\nFor example: \nhttps://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/", "type": "string" }, "nextHopInterRegionCost": { - "description": "[Output only] Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.", + "description": "[Output only] Internal fixed region-to-region cost that Google Cloud\ncalculates based on factors such as network performance, distance, and\navailable bandwidth between regions.", "format": "uint32", "type": "integer" }, "nextHopIp": { - "description": "The network IP address of an instance that should handle matching packets. Both IPv6 address and IPv4 addresses are supported. Must specify an IPv4 address in dot-decimal notation (e.g. 192.0.2.99) or an IPv6 address in RFC 4291 format (e.g. 2001:db8::2d9:51:0:0 or 2001:db8:0:0:2d9:51:0:0). IPv6 addresses will be displayed using RFC 5952 compressed format (e.g. 2001:db8::2d9:51:0:0). Should never be an IPv4-mapped IPv6 address.", + "description": "The network IP address of an instance that should handle matching packets.\nBoth IPv6 address and IPv4 addresses are supported.\nMust specify an IPv4 address in dot-decimal notation (e.g. 192.0.2.99) or\nan IPv6 address in RFC 4291 format (e.g. 2001:db8::2d9:51:0:0 or\n2001:db8:0:0:2d9:51:0:0). IPv6 addresses will be displayed using RFC 5952\ncompressed format (e.g. 2001:db8::2d9:51:0:0). Should never be an\nIPv4-mapped IPv6 address.", "type": "string" }, "nextHopMed": { - "description": "[Output Only] Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.", + "description": "[Output Only] Multi-Exit Discriminator, a BGP route metric that indicates\nthe desirability of a particular route in a network.", "format": "uint32", "type": "integer" }, @@ -77953,7 +80662,7 @@ "type": "string" }, "nextHopOrigin": { - "description": "[Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.", + "description": "[Output Only] Indicates the origin of the route. Can be IGP\n(Interior Gateway Protocol), EGP (Exterior Gateway Protocol),\nor INCOMPLETE.", "enum": [ "EGP", "IGP", @@ -77967,7 +80676,7 @@ "type": "string" }, "nextHopPeering": { - "description": "[Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.", + "description": "[Output Only] The network peering name that should handle matching packets,\nwhich should conform to RFC1035.", "type": "string" }, "nextHopVpnTunnel": { @@ -77976,7 +80685,7 @@ }, "params": { "$ref": "RouteParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "priority": { "annotations": { @@ -77984,12 +80693,12 @@ "compute.routes.insert" ] }, - "description": "The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is `1000`. The priority value must be from `0` to `65535`, inclusive.", + "description": "The priority of this route. Priority is used to break ties in cases\nwhere there is more than one matching route of equal prefix length. In\ncases where multiple routes have equal prefix length, the one with the\nlowest-numbered priority value wins. The default value is `1000`. The\npriority value must be from `0` to `65535`, inclusive.", "format": "uint32", "type": "integer" }, "routeStatus": { - "description": "[Output only] The status of the route.", + "description": "[Output only] The status of the route. This status only applies to\ndynamic routes learned by Cloud Routers. This status is not applicable\nto static routes.", "enum": [ "ACTIVE", "DROPPED", @@ -77998,14 +80707,14 @@ ], "enumDescriptions": [ "This route is processed and active.", - "The route is dropped due to the VPC exceeding the dynamic route limit. For dynamic route limit, please refer to the Learned route example", - "This route is processed but inactive due to failure from the backend. The backend may have rejected the route", - "This route is being processed internally. The status will change once processed." + "The route is dropped due to the VPC exceeding the dynamic route limit.\n For dynamic route limit, please refer to the\nLearned route example", + "This route is processed but inactive due to failure from the backend. The\nbackend may have rejected the route", + "This route is being processed internally. The status will change once\nprocessed." ], "type": "string" }, "routeType": { - "description": "[Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route", + "description": "[Output Only] The type of this route, which can be one of the following\nvalues:\n- 'TRANSIT' for a transit route that this router learned from\nanother Cloud Router and will readvertise to one of its BGP peers \n- 'SUBNET' for a route from a subnet of the VPC \n- 'BGP' for a route learned from a BGP peer of this router \n- 'STATIC' for a static route", "enum": [ "BGP", "STATIC", @@ -78032,11 +80741,11 @@ "type": "array" }, "warnings": { - "description": "[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.", + "description": "[Output Only] If potential misconfigurations are detected for this\nroute, this field will be populated with warning messages.", "items": { "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -78100,44 +80809,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -78173,7 +80882,7 @@ "type": "array" }, "pathSegmentType": { - "description": "[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed ", + "description": "[Output Only] The type of the AS Path, which can be one of the following\nvalues: \n- 'AS_SET': unordered set of autonomous systems that the route\nin has traversed \n- 'AS_SEQUENCE': ordered set of autonomous\nsystems that the route has traversed \n- 'AS_CONFED_SEQUENCE':\nordered set of Member Autonomous Systems in the local confederation that\nthe route has traversed \n- 'AS_CONFED_SET': unordered set of\nMember Autonomous Systems in the local confederation that the route has\ntraversed", "enum": [ "AS_CONFED_SEQUENCE", "AS_CONFED_SET", @@ -78212,7 +80921,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -78223,7 +80932,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -78287,44 +80996,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -78354,7 +81063,7 @@ "additionalProperties": { "type": "string" }, - "description": "Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"} * {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", "type": "object" } }, @@ -78368,16 +81077,16 @@ "type": "string" }, "fingerprint": { - "description": "A fingerprint for the Route Policy being applied to this Router, which is essentially a hash of the Route Policy used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update Route Policy. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make a getRoutePolicy() request to retrieve a Route Policy.", + "description": "A fingerprint for the Route Policy being applied to this Router, which is\nessentially a hash of the Route Policy used for optimistic locking.\nThe fingerprint is initially generated by Compute Engine and changes\nafter every request to modify or update Route Policy. You must always\nprovide an up-to-date fingerprint hash in order to update or change\nlabels.\n\nTo see the latest fingerprint, make a getRoutePolicy() request\nto retrieve a Route Policy.", "format": "byte", "type": "string" }, "name": { - "description": "Route Policy name, which must be a resource ID segment and unique within all the router's Route Policies. Name should conform to RFC1035.", + "description": "Route Policy name, which must be a resource ID segment and unique\nwithin all the router's Route Policies. Name should conform to RFC1035.", "type": "string" }, "terms": { - "description": "List of terms (the order in the list is not important, they are evaluated in order of priority). Order of policies is not retained and might change when getting policy later.", + "description": "List of terms (the order in the list is not important, they are evaluated\nin order of priority). Order of policies is not retained and might change\nwhen getting policy later.", "items": { "$ref": "RoutePolicyPolicyTerm" }, @@ -78409,10 +81118,10 @@ }, "match": { "$ref": "Expr", - "description": "CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes." + "description": "CEL expression evaluated against a route to determine if this term\napplies. When not set, the term applies to all\nroutes." }, "priority": { - "description": "The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.", + "description": "The evaluation priority for this term, which must be between 0\n(inclusive) and 2^31 (exclusive), and unique within the list.", "format": "int32", "type": "integer" } @@ -78420,7 +81129,7 @@ "type": "object" }, "Router": { - "description": "Represents a Cloud Router resource. For more information about Cloud Router, read the Cloud Router overview.", + "description": "Represents a Cloud Router resource.\n\nFor more information about Cloud Router, read theCloud\nRouter overview.", "id": "Router", "properties": { "bgp": { @@ -78428,31 +81137,31 @@ "description": "BGP information specific to this router." }, "bgpPeers": { - "description": "BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.", + "description": "BGP information that must be configured into the routing stack to\nestablish BGP peering. This information must specify the peer ASN and\neither the interface name, IP address, or peer IP address. Please refer toRFC4273.", "items": { "$ref": "RouterBgpPeer" }, "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "encryptedInterconnectRouter": { - "description": "Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).", + "description": "Indicates if a router is dedicated for use with encrypted VLAN\nattachments (interconnectAttachments).", "type": "boolean" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "interfaces": { - "description": "Router interfaces. To create a BGP peer that uses a router interface, the interface must have one of the following fields specified: - linkedVpnTunnel - linkedInterconnectAttachment - subnetwork You can create a router interface without any of these fields specified. However, you cannot create a BGP peer that uses that interface.", + "description": "Router interfaces.\nTo create a BGP peer that uses a router interface,\nthe interface must have one of the following fields specified:\n \n - linkedVpnTunnel\n - linkedInterconnectAttachment\n - subnetwork\n\n\nYou can create a router interface without any of these fields specified.\nHowever, you cannot create a BGP peer that uses that interface.", "items": { "$ref": "RouterInterface" }, @@ -78460,7 +81169,7 @@ }, "kind": { "default": "compute#router", - "description": "[Output Only] Type of resource. Always compute#router for routers.", + "description": "[Output Only] Type of resource. Always compute#router for\nrouters.", "type": "string" }, "md5AuthenticationKeys": { @@ -78476,7 +81185,7 @@ "compute.routers.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -78499,10 +81208,10 @@ }, "params": { "$ref": "RouterParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "region": { - "description": "[Output Only] URI of the region where the router resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URI of the region where the router resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "selfLink": { @@ -78549,7 +81258,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -78567,7 +81276,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -78631,44 +81340,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -78694,7 +81403,7 @@ "id": "RouterBgp", "properties": { "advertiseMode": { - "description": "User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.", + "description": "User-specified flag to indicate which mode to use for advertisement.\nThe options are DEFAULT or CUSTOM.", "enum": [ "CUSTOM", "DEFAULT" @@ -78706,7 +81415,7 @@ "type": "string" }, "advertisedGroups": { - "description": "User-specified list of prefix groups to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.", + "description": "User-specified list of prefix groups to advertise in custom mode.\nThis field can only be populated if advertise_mode is CUSTOM and\nis advertised to all peers of the router.\nThese groups will be advertised in addition to any specified prefixes.\nLeave this field blank to advertise no custom groups.", "items": { "enum": [ "ALL_SUBNETS" @@ -78719,23 +81428,23 @@ "type": "array" }, "advertisedIpRanges": { - "description": "User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.", + "description": "User-specified list of individual IP ranges to advertise in custom mode.\nThis field can only be populated if advertise_mode is CUSTOM and\nis advertised to all peers of the router.\nThese IP ranges will be advertised in addition to any specified groups.\nLeave this field blank to advertise no custom IP ranges.", "items": { "$ref": "RouterAdvertisedIpRange" }, "type": "array" }, "asn": { - "description": "Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value will be fixed for this router resource. All VPN tunnels that link to this router will have the same local ASN.", + "description": "Local BGP Autonomous System Number (ASN).\nMust be anRFC6996 private ASN, either 16-bit or 32-bit. The\nvalue will be fixed for this router resource. All VPN tunnels that link\nto this router will have the same local ASN.", "format": "uint32", "type": "integer" }, "identifierRange": { - "description": "Explicitly specifies a range of valid BGP Identifiers for this Router. It is provided as a link-local IPv4 range (from 169.254.0.0/16), of size at least /30, even if the BGP sessions are over IPv6. It must not overlap with any IPv4 BGP session ranges. Other vendors commonly call this \"router ID\".", + "description": "Explicitly specifies a range of valid BGP Identifiers for this Router. It\nis provided as a link-local IPv4 range (from 169.254.0.0/16), of size at\nleast /30, even if the BGP sessions are over IPv6. It must not overlap\nwith any IPv4 BGP session ranges.\n\n\nOther vendors commonly call this \"router ID\".", "type": "string" }, "keepaliveInterval": { - "description": "The interval in seconds between BGP keepalive messages that are sent to the peer. Hold time is three times the interval at which keepalive messages are sent, and the hold time is the maximum number of seconds allowed to elapse between successive keepalive messages that BGP receives from a peer. BGP will use the smaller of either the local hold time value or the peer's hold time value as the hold time for the BGP connection between the two peers. If set, this value must be between 20 and 60. The default is 20.", + "description": "The interval in seconds between BGP keepalive messages that are\nsent to the peer.\n\n\nHold time is three times the interval at which keepalive messages are\nsent, and the hold time is the maximum number of seconds allowed to\nelapse between successive keepalive messages that BGP receives from a\npeer.\n\n\nBGP will use the smaller of either the local hold time value or the\npeer's hold time value as the hold time for the BGP connection between\nthe two peers.\n\n\nIf set, this value must be between 20 and 60. The default is 20.", "format": "uint32", "type": "integer" } @@ -78758,7 +81467,7 @@ "type": "string" }, "advertisedGroups": { - "description": "User-specified list of prefix groups to advertise in custom mode, which currently supports the following option: - ALL_SUBNETS: Advertises all of the router's own VPC subnets. This excludes any routes learned for subnets that use VPC Network Peering. Note that this field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the \"bgp\" message). These groups are advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.", + "description": "User-specified list of prefix groups to advertise in custom mode,\nwhich currently supports the following option:\n \n - ALL_SUBNETS: Advertises all of the router's own VPC subnets. This\n excludes any routes learned for subnets that use\n VPC Network Peering.\n\n\nNote that this field can only be populated if advertise_mode is CUSTOM\nand overrides the list defined for the router (in the \"bgp\" message).\nThese groups are advertised in addition to any specified prefixes.\nLeave this field blank to advertise no custom groups.", "items": { "enum": [ "ALL_SUBNETS" @@ -78771,14 +81480,14 @@ "type": "array" }, "advertisedIpRanges": { - "description": "User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the \"bgp\" message). These IP ranges are advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.", + "description": "User-specified list of individual IP ranges to advertise in custom mode.\nThis field can only be populated if advertise_mode is CUSTOM and\noverrides the list defined for the router (in the \"bgp\" message).\nThese IP ranges are advertised in addition to any specified groups.\nLeave this field blank to advertise no custom IP ranges.", "items": { "$ref": "RouterAdvertisedIpRange" }, "type": "array" }, "advertisedRoutePriority": { - "description": "The priority of routes advertised to this BGP peer. Where there is more than one matching route of maximum length, the routes with the lowest priority value win.", + "description": "The priority of routes advertised to this BGP peer. Where there is more\nthan one matching route of maximum length, the routes with the lowest\npriority value win.", "format": "uint32", "type": "integer" }, @@ -78787,19 +81496,19 @@ "description": "BFD configuration for the BGP peering." }, "customLearnedIpRanges": { - "description": "A list of user-defined custom learned route IP address ranges for a BGP session.", + "description": "A list of user-defined custom learned route IP address ranges for a BGP\nsession.", "items": { "$ref": "RouterBgpPeerCustomLearnedIpRange" }, "type": "array" }, "customLearnedRoutePriority": { - "description": "The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route ranges for the session. You can choose a value from `0` to `65335`. If you don't provide a value, Google Cloud assigns a priority of `100` to the ranges.", + "description": "The user-defined custom learned route priority for a BGP session. This\nvalue is applied to all custom learned route ranges for the session.\nYou can choose a value from `0` to `65335`. If you don't provide a\nvalue, Google Cloud assigns a priority of `100` to the ranges.", "format": "int32", "type": "integer" }, "enable": { - "description": "The status of the BGP peer connection. If set to FALSE, any active session with the peer is terminated and all associated routing information is removed. If set to TRUE, the peer connection can be established with routing information. The default is TRUE.", + "description": "The status of the BGP peer connection.\n\n\nIf set to FALSE, any active session with the peer is terminated and\nall associated routing information is removed. If set to TRUE, the\npeer connection can be established with routing information. The default\nis TRUE.", "enum": [ "FALSE", "TRUE" @@ -78811,22 +81520,22 @@ "type": "string" }, "enableIpv4": { - "description": "Enable IPv4 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 4.", + "description": "Enable IPv4 traffic over BGP Peer. It is enabled by default if\nthe peerIpAddress is version 4.", "type": "boolean" }, "enableIpv6": { - "description": "Enable IPv6 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 6.", + "description": "Enable IPv6 traffic over BGP Peer. It is enabled by default if the\npeerIpAddress is version 6.", "type": "boolean" }, "exportPolicies": { - "description": "List of export policies applied to this peer, in the order they must be evaluated. The name must correspond to an existing policy that has ROUTE_POLICY_TYPE_EXPORT type.", + "description": "List of export policies applied to this peer, in the order they must be\nevaluated. The name must correspond to an existing policy that has\nROUTE_POLICY_TYPE_EXPORT type.", "items": { "type": "string" }, "type": "array" }, "importPolicies": { - "description": "List of import policies applied to this peer, in the order they must be evaluated. The name must correspond to an existing policy that has ROUTE_POLICY_TYPE_IMPORT type.", + "description": "List of import policies applied to this peer, in the order they must be\nevaluated. The name must correspond to an existing policy that has\nROUTE_POLICY_TYPE_IMPORT type.", "items": { "type": "string" }, @@ -78849,19 +81558,19 @@ "type": "string" }, "managementType": { - "description": "[Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted. ", + "description": "[Output Only] The resource that configures and manages this BGP peer.\n \n - MANAGED_BY_USER is the default value and can be managed by you\n or other users\n - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed\n by Cloud Interconnect, specifically by an InterconnectAttachment of type\n PARTNER. Google automatically creates, updates, and deletes this type of\n BGP peer when the PARTNER InterconnectAttachment is created, updated,\n or deleted.", "enum": [ "MANAGED_BY_ATTACHMENT", "MANAGED_BY_USER" ], "enumDescriptions": [ - "The BGP peer is automatically created for PARTNER type InterconnectAttachment; Google will automatically create/delete this BGP peer when the PARTNER InterconnectAttachment is created/deleted, and Google will update the ipAddress and peerIpAddress when the PARTNER InterconnectAttachment is provisioned. This type of BGP peer cannot be created or deleted, but can be modified for all fields except for name, ipAddress and peerIpAddress.", + "The BGP peer is automatically created for PARTNER type\nInterconnectAttachment; Google will automatically create/delete\nthis BGP peer when the PARTNER InterconnectAttachment is\ncreated/deleted, and Google will update the ipAddress and\npeerIpAddress when the PARTNER InterconnectAttachment is provisioned.\nThis type of BGP peer cannot be created or deleted, but can be\nmodified for all fields except for name, ipAddress and peerIpAddress.", "Default value, the BGP peer is manually created and managed by user." ], "type": "string" }, "md5AuthenticationKeyName": { - "description": "Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the Router.md5_authentication_keys. The field must comply with RFC1035.", + "description": "Present if MD5 authentication is enabled for the peering. Must be the\nname of one of the entries in the Router.md5_authentication_keys. The\nfield must comply with RFC1035.", "type": "string" }, "name": { @@ -78870,7 +81579,7 @@ "compute.routers.insert" ] }, - "description": "Name of this BGP peer. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of this BGP peer.\nThe name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63\ncharacters long and match the regular expression\n`[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a\nlowercase letter, and all following characters must be a dash, lowercase\nletter, or digit, except the last character, which cannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -78880,7 +81589,7 @@ "compute.routers.insert" ] }, - "description": "Peer BGP Autonomous System Number (ASN). Each BGP interface may use a different value.", + "description": "Peer BGP Autonomous System Number (ASN). Each BGP interface may use\na different value.", "format": "uint32", "type": "integer" }, @@ -78897,7 +81606,7 @@ "type": "string" }, "routerApplianceInstance": { - "description": "URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance must be located in zones contained in the same region as this Cloud Router. The VM instance is the peer side of the BGP session.", + "description": "URI of the VM instance that is used as third-party router\nappliances such as Next Gen Firewalls, Virtual Routers, or Router\nAppliances. The VM instance must be located in zones contained in the\nsame region as this Cloud Router.\nThe VM instance is the peer side of the BGP session.", "type": "string" } }, @@ -78907,22 +81616,22 @@ "id": "RouterBgpPeerBfd", "properties": { "minReceiveInterval": { - "description": "The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the transmit interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.", + "description": "The minimum interval, in milliseconds, between BFD control packets\nreceived from the peer router. The actual value is negotiated between\nthe two routers and is equal to the greater of this value and the\ntransmit interval of the other router.\n\n\nIf set, this value must be between 1000 and 30000.\n\n\nThe default is 1000.", "format": "uint32", "type": "integer" }, "minTransmitInterval": { - "description": "The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the corresponding receive interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.", + "description": "The minimum interval, in milliseconds, between BFD control packets\ntransmitted to the peer router. The actual value is negotiated between\nthe two routers and is equal to the greater of this value and the\ncorresponding receive interval of the other router.\n\n\nIf set, this value must be between 1000 and 30000.\n\n\nThe default is 1000.", "format": "uint32", "type": "integer" }, "multiplier": { - "description": "The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.", + "description": "The number of consecutive BFD packets that must be missed\nbefore BFD declares that a peer is unavailable.\n\n\nIf set, the value must be a value between 5 and 16.\n\n\nThe default is 5.", "format": "uint32", "type": "integer" }, "sessionInitializationMode": { - "description": "The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED.", + "description": "The BFD session initialization mode for this BGP peer.\n\n\nIf set to ACTIVE, the Cloud Router will initiate the BFD session for\nthis BGP peer. If set to PASSIVE, the Cloud Router will wait for the\npeer router to initiate the BFD session for this BGP peer. If set to\nDISABLED, BFD is disabled for this BGP peer. The default is DISABLED.", "enum": [ "ACTIVE", "DISABLED", @@ -78942,7 +81651,7 @@ "id": "RouterBgpPeerCustomLearnedIpRange", "properties": { "range": { - "description": "The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a `/32` singular IP address range, and, for IPv6, `/128`.", + "description": "The custom learned route IP address range. Must be a valid\nCIDR-formatted prefix. If an IP address is provided without a subnet\nmask, it is interpreted as, for IPv4, a `/32` singular IP address\nrange, and, for IPv6, `/128`.", "type": "string" } }, @@ -78952,7 +81661,7 @@ "id": "RouterInterface", "properties": { "ipRange": { - "description": "IP address and range of the interface. - For Internet Protocol version 4 (IPv4), the IP range must be in the RFC3927 link-local IP address space. The value must be a CIDR-formatted string, for example, 169.254.0.1/30. Note: Do not truncate the IP address, as it represents the IP address of the interface. - For Internet Protocol version 6 (IPv6), the value must be a unique local address (ULA) range from fdff:1::/64 with a mask length of 126 or less. This value should be a CIDR-formatted string, for example, fdff:1::1/112. Within the router's VPC, this IPv6 prefix will be reserved exclusively for this connection and cannot be used for any other purpose. ", + "description": "IP address and range of the interface.\n \n - For Internet Protocol version 4 (IPv4), the IP range must be in theRFC3927 link-local IP address space. The value must\n be a CIDR-formatted string, for example, 169.254.0.1/30.\n Note: Do not truncate the IP address, as it represents the IP address of\n the interface. \n - For Internet Protocol version 6 (IPv6), the value\n must be a unique local address (ULA) range from fdff:1::/64\n with a mask length of 126 or less. This value should be a CIDR-formatted\n string, for example, fdff:1::1/112. Within the router's\n VPC, this IPv6 prefix will be reserved exclusively for this connection\n and cannot be used for any other purpose.", "type": "string" }, "ipVersion": { @@ -78968,21 +81677,21 @@ "type": "string" }, "linkedInterconnectAttachment": { - "description": "URI of the linked Interconnect attachment. It must be in the same region as the router. Each interface can have one linked resource, which can be a VPN tunnel, an Interconnect attachment, or a subnetwork.", + "description": "URI of the linked Interconnect attachment. It must be in the same region\nas the router. Each interface can have one linked resource, which can be\na VPN tunnel, an Interconnect attachment, or a subnetwork.", "type": "string" }, "linkedVpnTunnel": { - "description": "URI of the linked VPN tunnel, which must be in the same region as the router. Each interface can have one linked resource, which can be a VPN tunnel, an Interconnect attachment, or a subnetwork.", + "description": "URI of the linked VPN tunnel, which must be in the same region as the\nrouter. Each interface can have one linked resource, which can be\na VPN tunnel, an Interconnect attachment, or a subnetwork.", "type": "string" }, "managementType": { - "description": "[Output Only] The resource that configures and manages this interface. - MANAGED_BY_USER is the default value and can be managed directly by users. - MANAGED_BY_ATTACHMENT is an interface that is configured and managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of interface when the PARTNER InterconnectAttachment is created, updated, or deleted. ", + "description": "[Output Only] The resource that configures and manages this interface.\n \n - MANAGED_BY_USER is the default value and can be managed directly\n by users.\n - MANAGED_BY_ATTACHMENT is an interface that is configured and\n managed by Cloud Interconnect, specifically, by an InterconnectAttachment\n of type PARTNER. Google automatically creates, updates, and deletes\n this type of interface when the PARTNER InterconnectAttachment is\n created, updated, or deleted.", "enum": [ "MANAGED_BY_ATTACHMENT", "MANAGED_BY_USER" ], "enumDescriptions": [ - "The interface is automatically created for PARTNER type InterconnectAttachment, Google will automatically create/update/delete this interface when the PARTNER InterconnectAttachment is created/provisioned/deleted. This type of interface cannot be manually managed by user.", + "The interface is automatically created for PARTNER type\nInterconnectAttachment, Google will automatically create/update/delete\nthis interface when the PARTNER InterconnectAttachment is\ncreated/provisioned/deleted.\nThis type of interface cannot be manually managed by user.", "Default value, the interface is manually created and managed by user." ], "type": "string" @@ -78993,21 +81702,21 @@ "compute.routers.insert" ] }, - "description": "Name of this interface entry. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of this interface entry.\nThe name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63\ncharacters long and match the regular expression\n`[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a\nlowercase letter, and all following characters must be a dash, lowercase\nletter, or digit, except the last character, which cannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "privateIpAddress": { - "description": "The regional private internal IP address that is used to establish BGP sessions to a VM instance acting as a third-party Router Appliance, such as a Next Gen Firewall, a Virtual Router, or an SD-WAN VM.", + "description": "The regional private internal IP address that is used to establish\nBGP sessions to a VM instance acting as a third-party\nRouter Appliance, such as a Next Gen Firewall, a Virtual Router, or\nan SD-WAN VM.", "type": "string" }, "redundantInterface": { - "description": "Name of the interface that will be redundant with the current interface you are creating. The redundantInterface must belong to the same Cloud Router as the interface here. To establish the BGP session to a Router Appliance VM, you must create two BGP peers. The two BGP peers must be attached to two separate interfaces that are redundant with each other. The redundant_interface must be 1-63 characters long, and comply with RFC1035. Specifically, the redundant_interface must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the interface that will be redundant with the current interface\nyou are creating. The redundantInterface must belong to the same Cloud\nRouter as the interface here. To establish the BGP session to a Router\nAppliance VM, you must create two BGP peers. The two BGP peers must be\nattached to two separate interfaces that are redundant with each other.\nThe redundant_interface must be 1-63 characters long, and comply withRFC1035. Specifically, the redundant_interface must\nbe 1-63 characters long and match the regular expression\n`[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a\nlowercase letter, and all following characters must be a dash, lowercase\nletter, or digit, except the last character, which cannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "subnetwork": { - "description": "The URI of the subnetwork resource that this interface belongs to, which must be in the same region as the Cloud Router. When you establish a BGP session to a VM instance using this interface, the VM instance must belong to the same subnetwork as the subnetwork specified here.", + "description": "The URI of the subnetwork resource that this interface belongs to, which\nmust be in the same region as the Cloud Router.\nWhen you establish a BGP session to a VM instance using this interface,\nthe VM instance must belong to the same subnetwork as the subnetwork\nspecified here.", "type": "string" } }, @@ -79030,11 +81739,11 @@ }, "kind": { "default": "compute#routerList", - "description": "[Output Only] Type of resource. Always compute#router for routers.", + "description": "[Output Only] Type of resource. Always compute#router for\nrouters.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -79045,7 +81754,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -79109,44 +81818,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -79177,7 +81886,7 @@ "compute.routers.insert" ] }, - "description": "[Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.", + "description": "[Input only] Value of the key.\n\nFor patch and update calls, it can be skipped to\ncopy the value from the previous configuration. This is allowed if the\nkey with the same name existed before the operation. Maximum length is 80\ncharacters. Can only contain printable ASCII characters.", "type": "string" }, "name": { @@ -79187,18 +81896,18 @@ "compute.routers.update" ] }, - "description": "Name used to identify the key. Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply with RFC1035.", + "description": "Name used to identify the key.\n\nMust be unique within a router. Must be referenced by exactly\none bgpPeer. Must comply withRFC1035.", "type": "string" } }, "type": "object" }, "RouterNat": { - "description": "Represents a Nat resource. It enables the VMs within the specified subnetworks to access Internet without external IP addresses. It specifies a list of subnetworks (and the ranges within) that want to use NAT. Customers can also provide the external IPs that would be used for NAT. GCP would auto-allocate ephemeral IPs if no external IPs are provided.", + "description": "Represents a Nat resource. It enables the VMs within the specified\nsubnetworks to access Internet without external IP addresses. It specifies\na list of subnetworks (and the ranges within) that want to use NAT.\nCustomers can also provide the external IPs that would be used for NAT. GCP\nwould auto-allocate ephemeral IPs if no external IPs are provided.", "id": "RouterNat", "properties": { "autoNetworkTier": { - "description": "The network tier to use when automatically reserving NAT IP addresses. Must be one of: PREMIUM, STANDARD. If not specified, then the current project-level default tier is used.", + "description": "The network tier to use when automatically reserving NAT IP addresses.\nMust be one of: PREMIUM, STANDARD.\nIf not specified, then the current \nproject-level default tier is used.", "enum": [ "FIXED_STANDARD", "PREMIUM", @@ -79207,28 +81916,28 @@ ], "enumDescriptions": [ "Public internet quality with fixed bandwidth.", - "High quality, Google-grade network tier, support for all networking products.", - "Public internet quality, only limited support for other networking products.", - "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured." + "High quality, Google-grade network tier, support for all networking\nproducts.", + "Public internet quality, only limited support for other networking\nproducts.", + "(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier\nis expired or not configured." ], "type": "string" }, "drainNatIps": { - "description": "A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT only.", + "description": "A list of URLs of the IP resources to be drained. These IPs\nmust be valid static external IPs that have been assigned to the NAT.\nThese IPs should be used for updating/patching a NAT only.", "items": { "type": "string" }, "type": "array" }, "enableDynamicPortAllocation": { - "description": "Enable Dynamic Port Allocation. If not specified, it is disabled by default. If set to true, - Dynamic Port Allocation will be enabled on this NAT config. - enableEndpointIndependentMapping cannot be set to true. - If minPorts is set, minPortsPerVm must be set to a power of two greater than or equal to 32. If minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config. ", + "description": "Enable Dynamic Port Allocation.\n\n\nIf not specified, it is disabled by default.\n\n\nIf set to true,\n \n - Dynamic Port Allocation will be enabled on this NAT\n config.\n - enableEndpointIndependentMapping cannot be set to true.\n - If minPorts is set, minPortsPerVm must be set to a\n power of two greater than or equal to 32. If minPortsPerVm is not set, a\n minimum of 32 ports will be allocated to a VM from this NAT\n config.", "type": "boolean" }, "enableEndpointIndependentMapping": { "type": "boolean" }, "endpointTypes": { - "description": "List of NAT-ted endpoint types supported by the Nat Gateway. If the list is empty, then it will be equivalent to include ENDPOINT_TYPE_VM", + "description": "List of NAT-ted endpoint types supported by the Nat Gateway. If the list\nis empty, then it will be equivalent to include ENDPOINT_TYPE_VM", "items": { "enum": [ "ENDPOINT_TYPE_MANAGED_PROXY_LB", @@ -79236,7 +81945,7 @@ "ENDPOINT_TYPE_VM" ], "enumDescriptions": [ - "This is used for regional Application Load Balancers (internal and external) and regional proxy Network Load Balancers (internal and external) endpoints.", + "This is used for regional Application Load Balancers (internal and\nexternal) and regional proxy Network Load Balancers (internal and\nexternal) endpoints.", "This is used for Secure Web Gateway endpoints.", "This is the default." ], @@ -79254,41 +81963,41 @@ "description": "Configure logging on this NAT." }, "maxPortsPerVm": { - "description": "Maximum number of ports allocated to a VM from this NAT config when Dynamic Port Allocation is enabled. If Dynamic Port Allocation is not enabled, this field has no effect. If Dynamic Port Allocation is enabled, and this field is set, it must be set to a power of two greater than minPortsPerVm, or 64 if minPortsPerVm is not set. If Dynamic Port Allocation is enabled and this field is not set, a maximum of 65536 ports will be allocated to a VM from this NAT config.", + "description": "Maximum number of ports allocated to a VM from this NAT config when\nDynamic Port Allocation is enabled.\n\n\nIf Dynamic Port Allocation is not enabled, this field has no effect.\n\n\nIf Dynamic Port Allocation is enabled, and this field is set, it must be\nset to a power of two greater than minPortsPerVm, or 64 if minPortsPerVm\nis not set.\n\n\nIf Dynamic Port Allocation is enabled and this field is not set,\na maximum of 65536 ports will be allocated to a VM from this NAT\nconfig.", "format": "int32", "type": "integer" }, "minPortsPerVm": { - "description": "Minimum number of ports allocated to a VM from this NAT config. If not set, a default number of ports is allocated to a VM. This is rounded up to the nearest power of 2. For example, if the value of this field is 50, at least 64 ports are allocated to a VM.", + "description": "Minimum number of ports allocated to a VM from this NAT config. If not\nset, a default number of ports is allocated to a VM. This is rounded\nup to the nearest power of 2. For example, if the value of this field is\n50, at least 64 ports are allocated to a VM.", "format": "int32", "type": "integer" }, "name": { - "description": "Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035.", + "description": "Unique name of this Nat service.\nThe name must be 1-63 characters long and comply withRFC1035.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "nat64Subnetworks": { - "description": "List of Subnetwork resources whose traffic should be translated by NAT64 Gateway. It is used only when LIST_OF_IPV6_SUBNETWORKS is selected for the SubnetworkIpRangeToNat64Option above.", + "description": "List of Subnetwork resources whose traffic should be translated by NAT64\nGateway. It is used only when LIST_OF_IPV6_SUBNETWORKS is\nselected for the SubnetworkIpRangeToNat64Option above.", "items": { "$ref": "RouterNatSubnetworkToNat64" }, "type": "array" }, "natIpAllocateOption": { - "description": "Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty. ", + "description": "Specify the NatIpAllocateOption, which can take one of the following\nvalues: \n \n - MANUAL_ONLY: Uses only Nat IP addresses provided by\n customers. When there are not enough specified Nat IPs, the Nat service\n fails for new VMs.\n - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers\n can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should\n be empty.", "enum": [ "AUTO_ONLY", "MANUAL_ONLY" ], "enumDescriptions": [ "Nat IPs are allocated by GCP; customers can not specify any Nat IPs.", - "Only use Nat IPs provided by customers. When specified Nat IPs are not enough then the Nat service fails for new VMs." + "Only use Nat IPs provided by customers. When specified Nat IPs are not\nenough then the Nat service fails for new VMs." ], "type": "string" }, "natIps": { - "description": "A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.", + "description": "A list of URLs of the IP resources used for this Nat service. These IP\naddresses must be valid static external IP addresses assigned to the\nproject.", "items": { "type": "string" }, @@ -79302,7 +82011,7 @@ "type": "array" }, "sourceSubnetworkIpRangesToNat": { - "description": "Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES then there should not be any other Router.Nat section in any Router for this network in this region.", + "description": "Specify the Nat option, which can take one of the following values:\n \n - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every\n Subnetwork are allowed to Nat.\n - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges\n in every Subnetwork are allowed to Nat.\n - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat\n (specified in the field subnetwork below)\n\n\nThe default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED.\nNote that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES then there\nshould not be any other Router.Nat section in any Router for this network\nin this region.", "enum": [ "ALL_SUBNETWORKS_ALL_IP_RANGES", "ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES", @@ -79311,53 +82020,53 @@ "enumDescriptions": [ "All the IP ranges in every Subnetwork are allowed to Nat.", "All the primary IP ranges in every Subnetwork are allowed to Nat.", - "A list of Subnetworks are allowed to Nat (specified in the field subnetwork below)" + "A list of Subnetworks are allowed to Nat (specified in the field\nsubnetwork below)" ], "type": "string" }, "sourceSubnetworkIpRangesToNat64": { - "description": "Specify the Nat option for NAT64, which can take one of the following values: - ALL_IPV6_SUBNETWORKS: All of the IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_IPV6_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field nat64_subnetwork below) The default is NAT64_OPTION_UNSPECIFIED. Note that if this field contains NAT64_ALL_V6_SUBNETWORKS no other Router.Nat section in this region can also enable NAT64 for any Subnetworks in this network. Other Router.Nat sections can still be present to enable NAT44 only.", + "description": "Specify the Nat option for NAT64, which can take one of the following\nvalues: \n \n - ALL_IPV6_SUBNETWORKS: All of the IP ranges in\n every Subnetwork are allowed to Nat.\n - LIST_OF_IPV6_SUBNETWORKS: A list of Subnetworks are allowed to Nat\n (specified in the field nat64_subnetwork below)\n\n\nThe default is NAT64_OPTION_UNSPECIFIED.\nNote that if this field contains NAT64_ALL_V6_SUBNETWORKS no other\nRouter.Nat section in this region can also enable NAT64 for any\nSubnetworks in this network. Other Router.Nat sections can still be\npresent to enable NAT44 only.", "enum": [ "ALL_IPV6_SUBNETWORKS", "LIST_OF_IPV6_SUBNETWORKS" ], "enumDescriptions": [ - "NAT64 is enabled for all the IPv6 subnet ranges. In dual stack subnets, NAT64 will only be enabled for IPv6-only VMs.", - "NAT64 is enabled for a list of IPv6 subnet ranges. In dual stack subnets, NAT64 will only be enabled for IPv6-only VMs. If this option is used, the nat64_subnetworks field must be specified." + "NAT64 is enabled for all the IPv6 subnet ranges.\nIn dual stack subnets, NAT64 will only be enabled for IPv6-only VMs.", + "NAT64 is enabled for a list of IPv6 subnet ranges.\nIn dual stack subnets, NAT64 will only be enabled for IPv6-only VMs.\nIf this option is used, the nat64_subnetworks field must be specified." ], "type": "string" }, "subnetworks": { - "description": "A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.", + "description": "A list of Subnetwork resources whose traffic should be translated by NAT\nGateway. It is used only when LIST_OF_SUBNETWORKS is selected for the\nSubnetworkIpRangeToNatOption above.", "items": { "$ref": "RouterNatSubnetworkToNat" }, "type": "array" }, "tcpEstablishedIdleTimeoutSec": { - "description": "Timeout (in seconds) for TCP established connections. Defaults to 1200s if not set.", + "description": "Timeout (in seconds) for TCP established connections. Defaults to 1200s\nif not set.", "format": "int32", "type": "integer" }, "tcpTimeWaitTimeoutSec": { - "description": "Timeout (in seconds) for TCP connections that are in TIME_WAIT state. Defaults to 120s if not set.", + "description": "Timeout (in seconds) for TCP connections that are in TIME_WAIT state.\nDefaults to 120s if not set.", "format": "int32", "type": "integer" }, "tcpTransitoryIdleTimeoutSec": { - "description": "Timeout (in seconds) for TCP transitory connections. Defaults to 30s if not set.", + "description": "Timeout (in seconds) for TCP transitory connections. Defaults to 30s if\nnot set.", "format": "int32", "type": "integer" }, "type": { - "description": "Indicates whether this NAT is used for public or private IP translation. If unspecified, it defaults to PUBLIC.", + "description": "Indicates whether this NAT is used for public or private IP\ntranslation. If unspecified, it defaults to PUBLIC.", "enum": [ "PRIVATE", "PUBLIC" ], "enumDescriptions": [ "NAT used for private IP translation.", - "NAT used for public IP translation. This is the default." + "NAT used for public IP translation.\nThis is the default." ], "type": "string" }, @@ -79378,7 +82087,7 @@ "type": "boolean" }, "filter": { - "description": "Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful. ", + "description": "Specify the desired filtering of logs on this NAT. If unspecified,\nlogs are exported for all connections handled by this NAT.\nThis option can take one of the following values:\n \n - ERRORS_ONLY: Export logs only for connection failures.\n - TRANSLATIONS_ONLY: Export logs only for successful\n connections.\n - ALL: Export logs for all connections, successful and\n unsuccessful.", "enum": [ "ALL", "ERRORS_ONLY", @@ -79406,11 +82115,11 @@ "type": "string" }, "match": { - "description": "CEL expression that specifies the match condition that egress traffic from a VM is evaluated against. If it evaluates to true, the corresponding `action` is enforced. The following examples are valid match expressions for public NAT: `inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')` `destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'` The following example is a valid match expression for private NAT: `nexthop.hub == '//networkconnectivity.googleapis.com/projects/my-project/locations/global/hubs/hub-1'`", + "description": "CEL expression that specifies the match condition that egress traffic\nfrom a VM is evaluated against. If it evaluates to true, the\ncorresponding `action` is enforced.\n\nThe following examples are valid match expressions for public NAT:\n\n`inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip,\n '2.2.0.0/16')`\n\n`destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'`\n\nThe following example is a valid match expression for private NAT:\n\n`nexthop.hub ==\n'//networkconnectivity.googleapis.com/projects/my-project/locations/global/hubs/hub-1'`", "type": "string" }, "ruleNumber": { - "description": "An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.", + "description": "An integer uniquely identifying a rule in the list. The rule number\nmust be a positive value between 0 and 65000, and\nmust be unique among rules within a NAT.", "format": "uint32", "type": "integer" } @@ -79421,28 +82130,28 @@ "id": "RouterNatRuleAction", "properties": { "sourceNatActiveIps": { - "description": "A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.", + "description": "A list of URLs of the IP resources used for this NAT rule. These IP\naddresses must be valid static external IP addresses assigned to the\nproject.\nThis field is used for public NAT.", "items": { "type": "string" }, "type": "array" }, "sourceNatActiveRanges": { - "description": "A list of URLs of the subnetworks used as source ranges for this NAT Rule. These subnetworks must have purpose set to PRIVATE_NAT. This field is used for private NAT.", + "description": "A list of URLs of the subnetworks used as source ranges for this\nNAT Rule. These subnetworks must have purpose set to PRIVATE_NAT.\nThis field is used for private NAT.", "items": { "type": "string" }, "type": "array" }, "sourceNatDrainIps": { - "description": "A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.", + "description": "A list of URLs of the IP resources to be drained. These IPs\nmust be valid static external IPs that have been assigned to the NAT.\nThese IPs should be used for updating/patching a NAT rule only.\nThis field is used for public NAT.", "items": { "type": "string" }, "type": "array" }, "sourceNatDrainRanges": { - "description": "A list of URLs of subnetworks representing source ranges to be drained. This is only supported on patch/update, and these subnetworks must have previously been used as active ranges in this NAT Rule. This field is used for private NAT.", + "description": "A list of URLs of subnetworks representing source ranges to be\ndrained. This is only supported on patch/update, and these\nsubnetworks must have previously been used as active ranges in this\nNAT Rule.\nThis field is used for private NAT.", "items": { "type": "string" }, @@ -79460,14 +82169,14 @@ "type": "string" }, "secondaryIpRangeNames": { - "description": "A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if \"LIST_OF_SECONDARY_IP_RANGES\" is one of the values in source_ip_ranges_to_nat.", + "description": "A list of the secondary ranges of the Subnetwork that are allowed to\nuse NAT. This can be populated only if \"LIST_OF_SECONDARY_IP_RANGES\"\nis one of the values in source_ip_ranges_to_nat.", "items": { "type": "string" }, "type": "array" }, "sourceIpRangesToNat": { - "description": "Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: [\"PRIMARY_IP_RANGE\", \"LIST_OF_SECONDARY_IP_RANGES\"] Default: [ALL_IP_RANGES]", + "description": "Specify the options for NAT ranges in the Subnetwork. All\noptions of a single value are valid except\nNAT_IP_RANGE_OPTION_UNSPECIFIED.\nThe only valid option with multiple values is: [\"PRIMARY_IP_RANGE\",\n\"LIST_OF_SECONDARY_IP_RANGES\"]\nDefault: [ALL_IP_RANGES]", "items": { "enum": [ "ALL_IP_RANGES", @@ -79505,7 +82214,7 @@ "additionalProperties": { "type": "string" }, - "description": "Tag keys/values directly bound to this resource. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"} * {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {\"123/environment\" : \"tagValues/444\"} is invalid. * Inconsistent format is not supported. For instance: {\"tagKeys/333\" : \"tagValues/444\", \"123/env\" : \"prod\"} is invalid.", + "description": "Tag keys/values directly bound to this resource.\nThe field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.\n* Inconsistent format is not supported. For instance:\n {\"tagKeys/333\" : \"tagValues/444\", \"123/env\" : \"prod\"} is invalid.", "type": "object" } }, @@ -79515,14 +82224,14 @@ "id": "RouterStatus", "properties": { "bestRoutes": { - "description": "A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.", + "description": "A list of the best dynamic routes for this Cloud Router's Virtual Private\nCloud (VPC) network in the same region as this Cloud Router.\n\nLists all of the best routes per prefix that are programmed into this\nregion's VPC data plane.\n\nWhen global dynamic routing mode is turned on in the VPC network, this list\ncan include cross-region dynamic routes from Cloud Routers in other\nregions.", "items": { "$ref": "Route" }, "type": "array" }, "bestRoutesForRouter": { - "description": "A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.", + "description": "A list of the best BGP routes learned by this Cloud Router.\n\nIt is possible that routes listed might not be programmed into the data\nplane, if the Google Cloud control plane finds a more optimal route for a\nprefix than a route learned by this Cloud Router.", "items": { "$ref": "Route" }, @@ -79561,11 +82270,11 @@ "$ref": "BfdStatus" }, "enableIpv4": { - "description": "Enable IPv4 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 4.", + "description": "Enable IPv4 traffic over BGP Peer.\nIt is enabled by default if the peerIpAddress is version 4.", "type": "boolean" }, "enableIpv6": { - "description": "Enable IPv6 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 6.", + "description": "Enable IPv6 traffic over BGP Peer.\nIt is enabled by default if the peerIpAddress is version 6.", "type": "boolean" }, "ipAddress": { @@ -79610,11 +82319,11 @@ "type": "string" }, "routerApplianceInstance": { - "description": "[Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.", + "description": "[Output only] URI of the VM instance that is used as third-party router\nappliances such as Next Gen Firewalls, Virtual Routers, or Router\nAppliances.\nThe VM instance is the peer side of the BGP session.", "type": "string" }, "state": { - "description": "The state of the BGP session. For a list of possible values for this field, see BGP session states.", + "description": "The state of the BGP session. For a list of possible values for this\nfield, seeBGP session states.", "type": "string" }, "status": { @@ -79640,19 +82349,19 @@ "STATUS_REASON_UNSPECIFIED" ], "enumDescriptions": [ - "BGP peer disabled because it requires IPv4 but the underlying connection is IPv6-only.", - "BGP peer disabled because it requires IPv6 but the underlying connection is IPv4-only.", - "Indicates internal problems with configuration of MD5 authentication. This particular reason can only be returned when md5AuthEnabled is true and status is DOWN.", + "BGP peer disabled because it requires IPv4 but the underlying\nconnection is IPv6-only.", + "BGP peer disabled because it requires IPv6 but the underlying\nconnection is IPv4-only.", + "Indicates internal problems with configuration of MD5 authentication.\nThis particular reason can only be returned when md5AuthEnabled is true\nand status is DOWN.", "" ], "type": "string" }, "uptime": { - "description": "Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds", + "description": "Time this session has been up.\nFormat:\n 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds", "type": "string" }, "uptimeSeconds": { - "description": "Time this session has been up, in seconds. Format: 145", + "description": "Time this session has been up, in seconds.\nFormat:\n 145", "type": "string" } }, @@ -79670,21 +82379,21 @@ "type": "array" }, "drainAutoAllocatedNatIps": { - "description": "A list of IPs auto-allocated for NAT that are in drain mode. Example: [\"1.1.1.1\", \"179.12.26.133\"].", + "description": "A list of IPs auto-allocated for NAT that are in drain mode.\nExample: [\"1.1.1.1\", \"179.12.26.133\"].", "items": { "type": "string" }, "type": "array" }, "drainUserAllocatedNatIps": { - "description": "A list of IPs user-allocated for NAT that are in drain mode. Example: [\"1.1.1.1\", \"179.12.26.133\"].", + "description": "A list of IPs user-allocated for NAT that are in drain mode.\nExample: [\"1.1.1.1\", \"179.12.26.133\"].", "items": { "type": "string" }, "type": "array" }, "minExtraNatIpsNeeded": { - "description": "The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is *not* used.", + "description": "The number of extra IPs to allocate. This will be greater than 0 only if\nuser-specified IPs are NOT enough to allow all configured VMs to use NAT.\nThis value is meaningful only when auto-allocation of NAT IPs is *not*\nused.", "format": "int32", "type": "integer" }, @@ -79712,7 +82421,7 @@ "type": "array" }, "userAllocatedNatIps": { - "description": "A list of IPs user-allocated for NAT. They will be raw IP strings like \"179.12.26.133\".", + "description": "A list of IPs user-allocated for NAT.\nThey will be raw IP strings like \"179.12.26.133\".", "items": { "type": "string" }, @@ -79726,26 +82435,26 @@ "id": "RouterStatusNatStatusNatRuleStatus", "properties": { "activeNatIps": { - "description": "A list of active IPs for NAT. Example: [\"1.1.1.1\", \"179.12.26.133\"].", + "description": "A list of active IPs for NAT.\nExample: [\"1.1.1.1\", \"179.12.26.133\"].", "items": { "type": "string" }, "type": "array" }, "drainNatIps": { - "description": "A list of IPs for NAT that are in drain mode. Example: [\"1.1.1.1\", \"179.12.26.133\"].", + "description": "A list of IPs for NAT that are in drain mode.\nExample: [\"1.1.1.1\", \"179.12.26.133\"].", "items": { "type": "string" }, "type": "array" }, "minExtraIpsNeeded": { - "description": "The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.", + "description": "The number of extra IPs to allocate. This will be greater than 0 only\nif the existing IPs in this NAT Rule are NOT enough to allow all\nconfigured VMs to use NAT.", "format": "int32", "type": "integer" }, "numVmEndpointsWithNatMappings": { - "description": "Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.", + "description": "Number of VM endpoints (i.e., NICs) that have NAT Mappings from this\nNAT Rule.", "format": "int32", "type": "integer" }, @@ -79787,16 +82496,16 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "kind": { "default": "compute#routersListBgpRoutes", - "description": "[Output Only] Type of resource. Always compute#routersListBgpRoutes for lists of bgp routes.", + "description": "[Output Only] Type of resource. Alwayscompute#routersListBgpRoutes for lists of bgp routes.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "result": { @@ -79821,7 +82530,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -79885,44 +82594,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -79951,16 +82660,16 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "kind": { "default": "compute#routersListRoutePolicies", - "description": "[Output Only] Type of resource. Always compute#routersListRoutePolicies for lists of route policies.", + "description": "[Output Only] Type of resource. Alwayscompute#routersListRoutePolicies for lists of route policies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "result": { @@ -79985,7 +82694,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -80049,44 +82758,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -80129,10 +82838,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of routers when the list is empty.", + "description": "Informational warning which replaces the list of routers when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -80196,44 +82905,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -80259,7 +82968,7 @@ "id": "SSLHealthCheck", "properties": { "port": { - "description": "The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.", + "description": "The TCP port number to which the health check prober sends packets. The\ndefault value is 443. Valid values are 1 through65535.", "format": "int32", "type": "integer" }, @@ -80268,21 +82977,21 @@ "type": "string" }, "portSpecification": { - "description": "Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.", + "description": "Specifies how a port is selected for health checking. Can be one of the\nfollowing values: \nUSE_FIXED_PORT: Specifies a port number explicitly using theport field in the health check. Supported by backend services\nfor passthrough load balancers and backend services for proxy load\nbalancers. Not supported by target pools. The health check supports all\nbackends supported by the backend service provided the backend can be\nhealth checked. For example, GCE_VM_IP network endpoint\ngroups, GCE_VM_IP_PORT network endpoint groups, and instance\ngroup backends. \n USE_NAMED_PORT: Not supported. \nUSE_SERVING_PORT: Provides an indirect method of specifying\nthe health check port by referring to the backend service. Only supported\nby backend services for proxy load balancers. Not supported by target\npools. Not supported by backend services for passthrough load balancers.\nSupports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint groups and instance group\nbackends.\n\nFor GCE_VM_IP_PORT network endpoint group backends, the health\ncheck uses the port number specified for each endpoint in the network\nendpoint group. For instance group backends, the health check uses the\nport number determined by looking up the backend service's named port in\nthe instance group's list of named ports.", "enum": [ "USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT" ], "enumDescriptions": [ - "The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.", + "The port number in the health check's port is used for health\nchecking. Applies to network endpoint group and instance group backends.", "Not supported.", - "For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports." + "For network endpoint group backends, the health check uses the port number\nspecified on each endpoint in the network endpoint group. For instance\ngroup backends, the health check uses the port number specified for the\nbackend service's named port defined in the instance group's named ports." ], "type": "string" }, "proxyHeader": { - "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.", + "description": "Specifies the type of proxy header to append before sending data to the\nbackend, either NONE or PROXY_V1. The default\nis NONE.", "enum": [ "NONE", "PROXY_V1" @@ -80294,26 +83003,26 @@ "type": "string" }, "request": { - "description": "Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.", + "description": "Instructs the health check prober to send this exact ASCII string, up to\n1024 bytes in length, after establishing the TCP connection and SSL\nhandshake.", "type": "string" }, "response": { - "description": "Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp", + "description": "Creates a content-based SSL health check. In addition to establishing a\nTCP connection and the TLS handshake, you can configure the health check to\npass only when the backend sends this exact response ASCII string, up to\n1024 bytes in length. For details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp", "type": "string" } }, "type": "object" }, "SavedAttachedDisk": { - "description": "DEPRECATED: Please use compute#savedDisk instead. An instance-attached disk resource.", + "description": "DEPRECATED: Please use compute#savedDisk instead.\nAn instance-attached disk resource.", "id": "SavedAttachedDisk", "properties": { "autoDelete": { - "description": "Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).", + "description": "Specifies whether the disk will be auto-deleted when the instance is\ndeleted (but not when the disk is detached from the instance).", "type": "boolean" }, "boot": { - "description": "Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.", + "description": "Indicates that this is a boot disk. The virtual machine will use the first\npartition of the disk for its root filesystem.", "type": "boolean" }, "deviceName": { @@ -80330,23 +83039,23 @@ "type": "string" }, "diskType": { - "description": "[Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd", + "description": "[Output Only] URL of the disk type resource. For example:projects/project/zones/zone/diskTypes/pd-standard or\npd-ssd", "type": "string" }, "guestOsFeatures": { - "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.", + "description": "A list of features to enable on the guest operating system. Applicable only\nfor bootable images. Read\nEnabling guest operating system features to see a list of available\noptions.", "items": { "$ref": "GuestOsFeature" }, "type": "array" }, "index": { - "description": "Specifies zero-based index of the disk that is attached to the source instance.", + "description": "Specifies zero-based index of the disk that is attached to the source\ninstance.", "format": "int32", "type": "integer" }, "interface": { - "description": "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.", + "description": "Specifies the disk interface to use for attaching this disk, which is\neither SCSI or NVME.", "enum": [ "NVME", "SCSI" @@ -80359,7 +83068,7 @@ }, "kind": { "default": "compute#savedAttachedDisk", - "description": "[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.", + "description": "[Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks.", "type": "string" }, "licenses": { @@ -80370,14 +83079,14 @@ "type": "array" }, "mode": { - "description": "The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.", + "description": "The mode in which this disk is attached to the source instance, eitherREAD_WRITE or READ_ONLY.", "enum": [ "READ_ONLY", "READ_WRITE" ], "enumDescriptions": [ - "Attaches this disk in read-only mode. Multiple virtual machines can use a disk in read-only mode at a time.", - "*[Default]* Attaches this disk in read-write mode. Only one virtual machine at a time can be attached to a disk in read-write mode." + "Attaches this disk in read-only mode. Multiple virtual machines can use\na disk in read-only mode at a time.", + "*[Default]* Attaches this disk in read-write mode. Only one\nvirtual machine at a time can be attached to a disk in read-write mode." ], "type": "string" }, @@ -80386,12 +83095,12 @@ "type": "string" }, "storageBytes": { - "description": "[Output Only] A size of the storage used by the disk's snapshot by this machine image.", + "description": "[Output Only] A size of the storage used by the disk's snapshot by this\nmachine image.", "format": "int64", "type": "string" }, "storageBytesStatus": { - "description": "[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.", + "description": "[Output Only] An indicator whether storageBytes is in a\nstable state or it is being adjusted as a result of shared storage\nreallocation. This status can either be UPDATING, meaning\nthe size of the snapshot is being updated, or UP_TO_DATE,\nmeaning the size of the snapshot is up-to-date.", "enum": [ "UPDATING", "UP_TO_DATE" @@ -80403,7 +83112,7 @@ "type": "string" }, "type": { - "description": "Specifies the type of the attached disk, either SCRATCH or PERSISTENT.", + "description": "Specifies the type of the attached disk, either SCRATCH orPERSISTENT.", "enum": [ "PERSISTENT", "SCRATCH" @@ -80437,7 +83146,7 @@ }, "kind": { "default": "compute#savedDisk", - "description": "[Output Only] Type of the resource. Always compute#savedDisk for attached disks.", + "description": "[Output Only] Type of the resource. Always compute#savedDisk\nfor attached disks.", "type": "string" }, "sourceDisk": { @@ -80445,12 +83154,12 @@ "type": "string" }, "storageBytes": { - "description": "[Output Only] Size of the individual disk snapshot used by this machine image.", + "description": "[Output Only] Size of the individual disk snapshot used by this machine\nimage.", "format": "int64", "type": "string" }, "storageBytesStatus": { - "description": "[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.", + "description": "[Output Only] An indicator whether storageBytes is in a\nstable state or it is being adjusted as a result of shared storage\nreallocation. This status can either be UPDATING, meaning\nthe size of the snapshot is being updated, or UP_TO_DATE,\nmeaning the size of the snapshot is up-to-date.", "enum": [ "UPDATING", "UP_TO_DATE" @@ -80468,11 +83177,11 @@ "id": "ScalingScheduleStatus", "properties": { "lastStartTime": { - "description": "[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.", + "description": "[Output Only] The last time the scaling schedule became active.\nNote: this is a timestamp when a schedule actually became active, not when\nit was planned to do so.\nThe timestamp is in RFC3339\ntext format.", "type": "string" }, "nextStartTime": { - "description": "[Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.", + "description": "[Output Only] The next time the scaling schedule is to become active.\nNote: this is a timestamp when a schedule is planned to run, but the actual\ntime might be slightly different.\nThe timestamp is in RFC3339\ntext format.", "type": "string" }, "state": { @@ -80484,10 +83193,10 @@ "READY" ], "enumDescriptions": [ - "The current autoscaling recommendation is influenced by this scaling schedule.", + "The current autoscaling recommendation is influenced by this scaling\nschedule.", "This scaling schedule has been disabled by the user.", "This scaling schedule will never become active again.", - "The current autoscaling recommendation is not influenced by this scaling schedule." + "The current autoscaling recommendation is not influenced by this scaling\nschedule." ], "type": "string" } @@ -80499,16 +83208,16 @@ "id": "Scheduling", "properties": { "automaticRestart": { - "description": "Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.", + "description": "Specifies whether the instance should be automatically restarted if it is\nterminated by Compute Engine (not terminated by a user). You can only set\nthe automatic restart option for standard instances.Preemptible instances\ncannot be automatically restarted.\n\nBy default, this is set to true so an instance is\nautomatically restarted if it is terminated by Compute Engine.", "type": "boolean" }, "availabilityDomain": { - "description": "Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.", + "description": "Specifies the availability domain to place the instance in. The value\nmust be a number between 1 and the number of availability domains\nspecified in the spread placement policy attached to the instance.", "format": "int32", "type": "integer" }, "hostErrorTimeoutSeconds": { - "description": "Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.", + "description": "Specify the time in seconds for host error detection, the value must be\nwithin the range of [90, 330] with the increment of 30, if unset, the\ndefault behavior of host error recovery will be used.", "format": "int32", "type": "integer" }, @@ -80528,37 +83237,37 @@ }, "localSsdRecoveryTimeout": { "$ref": "Duration", - "description": "Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour." + "description": "Specifies the maximum amount of time a Local Ssd Vm should wait while\nrecovery of the Local Ssd state is attempted. Its value should be in\nbetween 0 and 168 hours with hour granularity and the default value being 1\nhour." }, "locationHint": { - "description": "An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.", + "description": "An opaque location hint used to place the instance close to other\nresources.\nThis field is for use by internal tools that use the public API.", "type": "string" }, "maxRunDuration": { "$ref": "Duration", - "description": "Specifies the max run duration for the given instance. If specified, the instance termination action will be performed at the end of the run duration." + "description": "Specifies the max run duration for the given instance. If specified,\nthe instance termination action will be performed at the end of the run\nduration." }, "minNodeCpus": { - "description": "The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.", + "description": "The minimum number of virtual CPUs this instance will consume when running\non a sole-tenant node.", "format": "int32", "type": "integer" }, "nodeAffinities": { - "description": "A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.", + "description": "A set of node affinity and anti-affinity configurations. Refer toConfiguring node\naffinity for more information.\nOverrides reservationAffinity.", "items": { "$ref": "SchedulingNodeAffinity" }, "type": "array" }, "onHostMaintenance": { - "description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy.", + "description": "Defines the maintenance behavior for this instance. For standard instances,\nthe default behavior is MIGRATE. Forpreemptible instances,\nthe default and only possible behavior is TERMINATE. For more\ninformation, see\n Set\n VM host maintenance policy.", "enum": [ "MIGRATE", "TERMINATE" ], "enumDescriptions": [ - "*[Default]* Allows Compute Engine to automatically migrate instances out of the way of maintenance events.", - "Tells Compute Engine to terminate and (optionally) restart the instance away from the maintenance activity. If you would like your instance to be restarted, set the automaticRestart flag to true. Your instance may be restarted more than once, and it may be restarted outside the window of maintenance events." + "*[Default]* Allows Compute Engine to automatically migrate instances\nout of the way of maintenance events.", + "Tells Compute Engine to terminate and (optionally) restart the instance\naway from the maintenance activity. If you would like your instance to be\nrestarted, set the automaticRestart flag to true. Your\ninstance may be restarted more than once, and it may be restarted outside\nthe window of maintenance events." ], "type": "string" }, @@ -80566,7 +83275,7 @@ "$ref": "SchedulingOnInstanceStopAction" }, "preemptible": { - "description": "Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.", + "description": "Defines whether the instance is preemptible. This can only be set during\ninstance creation or while the instance isstopped and\ntherefore, in a `TERMINATED` state. SeeInstance Life\nCycle for more information on the possible instance states.", "type": "boolean" }, "provisioningModel": { @@ -80578,7 +83287,7 @@ "STANDARD" ], "enumDescriptions": [ - "Instance is provisioned using the Flex Start provisioning model and has a limited runtime.", + "Instance is provisioned using the Flex Start provisioning model and\nhas a limited runtime.", "Bound to the lifecycle of the reservation in which it is provisioned.", "Heavily discounted, no guaranteed runtime.", "Standard provisioning with user controlled runtime, no discounts." @@ -80586,18 +83295,18 @@ "type": "string" }, "skipGuestOsShutdown": { - "description": "Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.", + "description": "Default is false and there will be 120 seconds between GCE ACPI G2 Soft\nOff and ACPI G3 Mechanical\nOff for Standard VMs and 30 seconds for Spot VMs.", "type": "boolean" }, "terminationTime": { - "description": "Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time.", + "description": "Specifies the timestamp, when the instance will be terminated, inRFC3339 text format. If specified, the instance\ntermination action will be performed at the termination time.", "type": "string" } }, "type": "object" }, "SchedulingNodeAffinity": { - "description": "Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.", + "description": "Node Affinity: the configuration of desired nodes onto which this Instance\n could be scheduled.", "id": "SchedulingNodeAffinity", "properties": { "key": { @@ -80605,7 +83314,7 @@ "type": "string" }, "operator": { - "description": "Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.", + "description": "Defines the operation of node selection. Valid operators areIN for affinity and NOT_IN for anti-affinity.", "enum": [ "IN", "NOT_IN", @@ -80629,11 +83338,11 @@ "type": "object" }, "SchedulingOnInstanceStopAction": { - "description": "Defines the behaviour for instances with the instance_termination_action STOP.", + "description": "Defines the behaviour for instances with the instance_termination_actionSTOP.", "id": "SchedulingOnInstanceStopAction", "properties": { "discardLocalSsd": { - "description": "If true, the contents of any attached Local SSD disks will be discarded else, the Local SSD data will be preserved when the instance is stopped at the end of the run duration/termination time.", + "description": "If true, the contents of any attached Local SSD disks will be discarded\nelse, the Local SSD data will be preserved when the instance is stopped\nat the end of the run duration/termination time.", "type": "boolean" } }, @@ -80649,7 +83358,7 @@ }, "kind": { "default": "compute#screenshot", - "description": "[Output Only] Type of the resource. Always compute#screenshot for the screenshots.", + "description": "[Output Only] Type of the resource. Always compute#screenshot\nfor the screenshots.", "type": "string" } }, @@ -80675,11 +83384,11 @@ }, "kind": { "default": "compute#securityPoliciesAggregatedList", - "description": "[Output Only] Type of resource. Always compute#securityPolicyAggregatedList for lists of Security Policies.", + "description": "[Output Only] Type of resource. Alwayscompute#securityPolicyAggregatedList for lists of Security\nPolicies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -80697,7 +83406,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -80761,44 +83470,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -80840,10 +83549,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of security policies when the list is empty.", + "description": "Informational warning which replaces the list of\nsecurity policies when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -80907,44 +83616,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -80976,7 +83685,7 @@ "type": "object" }, "SecurityPolicy": { - "description": "Represents a Google Cloud Armor security policy resource. Only external backend services that use load balancers can reference a security policy. For more information, see Google Cloud Armor security policy overview.", + "description": "Represents a Google Cloud Armor security policy resource.\n\nOnly external backend services that use load balancers can\nreference a security policy. For more information, see\nGoogle Cloud Armor security policy overview.", "id": "SecurityPolicy", "properties": { "adaptiveProtectionConfig": { @@ -80993,33 +83702,33 @@ "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "ddosProtectionConfig": { "$ref": "SecurityPolicyDdosProtectionConfig" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.", + "description": "Specifies a fingerprint for this resource, which is essentially a hash of\nthe metadata's contents and used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update metadata. You must always provide an\nup-to-date fingerprint hash in order to update or change metadata,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make get() request to the\nsecurity policy.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#securityPolicy", - "description": "[Output only] Type of the resource. Always compute#securityPolicyfor security policies", + "description": "[Output only] Type of the resource. Alwayscompute#securityPolicyfor security policies", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.", + "description": "A fingerprint for the labels being applied to this security policy, which\nis essentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels.\n\nTo see the latest fingerprint, make get() request to the\nsecurity policy.", "format": "byte", "type": "string" }, @@ -81027,23 +83736,27 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, + "parent": { + "description": "[Output Only] The parent of the security policy.", + "type": "string" + }, "recaptchaOptionsConfig": { "$ref": "SecurityPolicyRecaptchaOptionsConfig" }, "region": { - "description": "[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.", + "description": "[Output Only] URL of the region where the regional security policy\nresides. This field is not applicable to global security policies.", "type": "string" }, "rules": { - "description": "A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match \"*\" for srcIpRanges and for the networkMatch condition every field must be either match \"*\" or not set). If no rules are provided when creating a security policy, a default rule with action \"allow\" will be added.", + "description": "A list of rules that belong to this policy.\nThere must always be a default rule which is a rule with priority\n2147483647 and match all condition (for the match condition this means\nmatch \"*\" for srcIpRanges and for the networkMatch condition every field\nmust be either match \"*\" or not set). If no rules are provided when\ncreating a security policy, a default rule with action \"allow\" will be\nadded.", "items": { "$ref": "SecurityPolicyRule" }, @@ -81054,12 +83767,12 @@ "type": "string" }, "shortName": { - "description": "User-provided name of the organization security policy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is CLOUD_ARMOR. The name must be 1-63 characters long, and comply with https://www.ietf.org/rfc/rfc1035.txt. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "User-provided name of the organization security policy. The name should be\nunique in the organization in which the security policy is created. This\nshould only be used when SecurityPolicyType is CLOUD_ARMOR.\nThe name must be 1-63 characters long, and comply with\nhttps://www.ietf.org/rfc/rfc1035.txt. Specifically, the name must be 1-63\ncharacters long and match the regular expression\n`[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a\nlowercase letter, and all following characters must be a dash, lowercase\nletter, or digit, except the last character, which cannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "type": { - "description": "The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.", + "description": "The type indicates the intended use of the security policy.\n \n - CLOUD_ARMOR: Cloud Armor backend security policies can\n be configured to filter incoming HTTP requests targeting backend services.\n They filter requests before they hit the origin servers.\n - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can\n be configured to filter incoming HTTP requests targeting backend services\n (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).\n They filter requests before the request is served from Google's cache.\n - CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor\n internal service policies can be configured to filter HTTP requests\n targeting services managed by Traffic Director in a service mesh. They\n filter requests before the request is served from the application.\n\n- CLOUD_ARMOR_NETWORK: Cloud Armor network policies\ncan be configured to filter packets targeting network load balancing\nresources such as backend services, target pools, target instances, and\ninstances with external IPs. They filter requests before the request is\nserved from the application.\n\n\nThis field can be set only at resource creation time.", "enum": [ "CLOUD_ARMOR", "CLOUD_ARMOR_EDGE", @@ -81073,7 +83786,7 @@ "type": "string" }, "userDefinedFields": { - "description": "Definitions of user-defined fields for CLOUD_ARMOR_NETWORK policies. A user-defined field consists of up to 4 bytes extracted from a fixed offset in the packet, relative to the IPv4, IPv6, TCP, or UDP header, with an optional mask to select certain bits. Rules may then specify matching values for these fields. Example: userDefinedFields: - name: \"ipv4_fragment_offset\" base: IPV4 offset: 6 size: 2 mask: \"0x1fff\"", + "description": "Definitions of user-defined fields for CLOUD_ARMOR_NETWORK policies. A\nuser-defined field consists of up to 4 bytes extracted from a fixed offset\nin the packet, relative to the IPv4, IPv6, TCP, or UDP header, with an\noptional mask to select certain bits. Rules may then specify matching\nvalues for these fields.\n\nExample:\n\n userDefinedFields:\n - name: \"ipv4_fragment_offset\"\n base: IPV4\n offset: 6\n size: 2\n mask: \"0x1fff\"", "items": { "$ref": "SecurityPolicyUserDefinedField" }, @@ -81094,15 +83807,15 @@ "type": "object" }, "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig": { - "description": "Configuration options for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.", + "description": "Configuration options for L7 DDoS detection.\nThis field is only supported in Global Security Policies of type\nCLOUD_ARMOR.", "id": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig", "properties": { "enable": { - "description": "If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.", + "description": "If set to true, enables CAAP for L7 DDoS detection.\nThis field is only supported in Global Security Policies of type\nCLOUD_ARMOR.", "type": "boolean" }, "ruleVisibility": { - "description": "Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.", + "description": "Rule visibility can be one of the following:\nSTANDARD - opaque rules. (default)\nPREMIUM - transparent rules.\nThis field is only supported in Global Security Policies of type\nCLOUD_ARMOR.", "enum": [ "PREMIUM", "STANDARD" @@ -81114,7 +83827,7 @@ "type": "string" }, "thresholdConfigs": { - "description": "Configuration options for layer7 adaptive protection for various customizable thresholds.", + "description": "Configuration options for layer7 adaptive protection for various\ncustomizable thresholds.", "items": { "$ref": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig" }, @@ -81155,12 +83868,12 @@ "type": "number" }, "name": { - "description": "The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the security policy.", + "description": "The name must be 1-63 characters long, and comply withRFC1035.\nThe name must be unique within the security policy.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "trafficGranularityConfigs": { - "description": "Configuration options for enabling Adaptive Protection to operate on specified granular traffic units.", + "description": "Configuration options for enabling Adaptive Protection to operate\non specified granular traffic units.", "items": { "$ref": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig" }, @@ -81170,11 +83883,11 @@ "type": "object" }, "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig": { - "description": "Configurations to specifc granular traffic units processed by Adaptive Protection.", + "description": "Configurations to specifc granular traffic units processed by\nAdaptive Protection.", "id": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig", "properties": { "enableEachUniqueValue": { - "description": "If enabled, traffic matching each unique value for the specified type constitutes a separate traffic unit. It can only be set to true if `value` is empty.", + "description": "If enabled, traffic matching each unique value for the specified\ntype constitutes a separate traffic unit.\nIt can only be set to true if `value` is empty.", "type": "boolean" }, "type": { @@ -81203,7 +83916,7 @@ "properties": { "jsonCustomConfig": { "$ref": "SecurityPolicyAdvancedOptionsConfigJsonCustomConfig", - "description": "Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD." + "description": "Custom configuration to apply the JSON parsing. Only applicable when\njson_parsing is set to STANDARD." }, "jsonParsing": { "enum": [ @@ -81230,7 +83943,7 @@ "type": "string" }, "userIpRequestHeaders": { - "description": "An optional list of case-insensitive request header names to use for resolving the callers client IP address.", + "description": "An optional list of case-insensitive request header names to use for\nresolving the callers client IP address.", "items": { "type": "string" }, @@ -81243,7 +83956,7 @@ "id": "SecurityPolicyAdvancedOptionsConfigJsonCustomConfig", "properties": { "contentTypes": { - "description": "A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type \"/\" subtype *[\";\" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.", + "description": "A list of custom Content-Type header values to apply the JSON parsing.\n\nAs per RFC 1341, a Content-Type header value has the following format:\n\nContent-Type := type \"/\" subtype *[\";\" parameter]\n\nWhen configuring a custom Content-Type header value, only the\ntype/subtype needs to be specified, and the parameters should be\nexcluded.", "items": { "type": "string" }, @@ -81328,18 +84041,18 @@ }, "kind": { "default": "compute#securityPolicyList", - "description": "[Output Only] Type of resource. Always compute#securityPolicyList for listsof securityPolicies", + "description": "[Output Only] Type of resource. Alwayscompute#securityPolicyList for listsof securityPolicies", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "warning": { "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -81403,44 +84116,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -81466,7 +84179,7 @@ "id": "SecurityPolicyRecaptchaOptionsConfig", "properties": { "redirectSiteKey": { - "description": "An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.", + "description": "An optional field to supply a reCAPTCHA site key to be used for all the\nrules using the redirect action with the type of GOOGLE_RECAPTCHA under\nthe security policy. The specified site key needs to be created from the\nreCAPTCHA API. The user is responsible for the validity of the specified\nsite key. If not specified, a Google-managed site key is used.\nThis field is only supported in Global Security Policies of type\nCLOUD_ARMOR.", "type": "string" } }, @@ -81482,54 +84195,54 @@ "type": "object" }, "SecurityPolicyRule": { - "description": "Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).", + "description": "Represents a rule that describes one or more match conditions along with\nthe action to be taken when traffic matches this condition (allow or deny).", "id": "SecurityPolicyRule", "properties": { "action": { - "description": "The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for `STATUS` are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this. - fairshare (preview only): when traffic reaches the threshold limit, requests from the clients matching this rule begin to be rate-limited using the Fair Share algorithm. This action is only allowed in security policies of type `CLOUD_ARMOR_INTERNAL_SERVICE`. ", + "description": "The Action to perform when the rule is matched.\nThe following are the valid actions:\n \n - allow: allow access to target.\n - deny(STATUS): deny access to target, returns the\n HTTP response code specified. Valid values for `STATUS`\n are 403, 404, and 502.\n - rate_based_ban: limit client traffic to the configured\n threshold and ban the client if the traffic exceeds the threshold.\n Configure parameters for this action in RateLimitOptions. Requires\n rate_limit_options to be set.\n - redirect: redirect to a different target. This can\n either be an internal reCAPTCHA redirect, or an external URL-based\n redirect via a 302 response. Parameters for this action can be configured\n via redirectOptions. This action is only supported in Global Security\n Policies of type CLOUD_ARMOR.\n - throttle: limit\n client traffic to the configured threshold. Configure parameters for this\n action in rateLimitOptions. Requires rate_limit_options to be set for\n this.\n - fairshare (preview only): when traffic reaches the\n threshold limit, requests from the clients matching this rule begin to be\n rate-limited using the Fair Share algorithm. This action is only allowed\n in security policies of type `CLOUD_ARMOR_INTERNAL_SERVICE`.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "headerAction": { "$ref": "SecurityPolicyRuleHttpHeaderAction", - "description": "Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR." + "description": "Optional, additional actions that are performed on headers.\nThis field is only supported in Global Security Policies of type\nCLOUD_ARMOR." }, "kind": { "default": "compute#securityPolicyRule", - "description": "[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules", + "description": "[Output only] Type of the resource. Alwayscompute#securityPolicyRule for security policy rules", "type": "string" }, "match": { "$ref": "SecurityPolicyRuleMatcher", - "description": "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced." + "description": "A match condition that incoming traffic is evaluated against.\nIf it evaluates to true, the corresponding 'action' is enforced." }, "networkMatch": { "$ref": "SecurityPolicyRuleNetworkMatcher", - "description": "A match condition that incoming packets are evaluated against for CLOUD_ARMOR_NETWORK security policies. If it matches, the corresponding 'action' is enforced. The match criteria for a rule consists of built-in match fields (like 'srcIpRanges') and potentially multiple user-defined match fields ('userDefinedFields'). Field values may be extracted directly from the packet or derived from it (e.g. 'srcRegionCodes'). Some fields may not be present in every packet (e.g. 'srcPorts'). A user-defined field is only present if the base header is found in the packet and the entire field is in bounds. Each match field may specify which values can match it, listing one or more ranges, prefixes, or exact values that are considered a match for the field. A field value must be present in order to match a specified match field. If no match values are specified for a match field, then any field value is considered to match it, and it's not required to be present. For strings specifying '*' is also equivalent to match all. For a packet to match a rule, all specified match fields must match the corresponding field values derived from the packet. Example: networkMatch: srcIpRanges: - \"192.0.2.0/24\" - \"198.51.100.0/24\" userDefinedFields: - name: \"ipv4_fragment_offset\" values: - \"1-0x1fff\" The above match condition matches packets with a source IP in 192.0.2.0/24 or 198.51.100.0/24 and a user-defined field named \"ipv4_fragment_offset\" with a value between 1 and 0x1fff inclusive." + "description": "A match condition that incoming packets are evaluated against for\nCLOUD_ARMOR_NETWORK security policies. If it matches, the corresponding\n'action' is enforced.\n\nThe match criteria for a rule consists of built-in match fields (like\n'srcIpRanges') and potentially multiple user-defined match fields\n('userDefinedFields').\n\nField values may be extracted directly from the packet or derived from it\n(e.g. 'srcRegionCodes'). Some fields may not be present in every packet\n(e.g. 'srcPorts'). A user-defined field is only present if the base\nheader is found in the packet and the entire field is in bounds.\n\nEach match field may specify which values can match it, listing one or\nmore ranges, prefixes, or exact values that are considered a match for\nthe field. A field value must be present in order to match a specified\nmatch field. If no match values are specified for a match field, then any\nfield value is considered to match it, and it's not required to be\npresent. For strings specifying '*' is also equivalent to match all.\n\nFor a packet to match a rule, all specified match fields must match the\ncorresponding field values derived from the packet.\n\nExample:\n\nnetworkMatch:\n srcIpRanges:\n - \"192.0.2.0/24\"\n - \"198.51.100.0/24\"\n userDefinedFields:\n - name: \"ipv4_fragment_offset\"\n values:\n - \"1-0x1fff\"\n\nThe above match condition matches packets with a source IP in\n192.0.2.0/24 or 198.51.100.0/24 and a user-defined field named\n\"ipv4_fragment_offset\" with a value between 1 and 0x1fff inclusive." }, "preconfiguredWafConfig": { "$ref": "SecurityPolicyRulePreconfiguredWafConfig", - "description": "Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect." + "description": "Preconfigured WAF configuration to be applied for the rule. If the rule\ndoes not evaluate preconfigured WAF rules, i.e., if\nevaluatePreconfiguredWaf() is not used, this field will have no effect." }, "preview": { "description": "If set to true, the specified action is not enforced.", "type": "boolean" }, "priority": { - "description": "An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.", + "description": "An integer indicating the priority of a rule in the list. The priority\nmust be a positive value between 0 and 2147483647.\nRules are evaluated from highest to lowest priority where 0 is the\nhighest priority and 2147483647 is the lowest priority.", "format": "int32", "type": "integer" }, "rateLimitOptions": { "$ref": "SecurityPolicyRuleRateLimitOptions", - "description": "Must be specified if the action is \"rate_based_ban\" or \"throttle\" or \"fairshare\". Cannot be specified for any other actions." + "description": "Must be specified if the action is \"rate_based_ban\" or \"throttle\" or\n\"fairshare\". Cannot be specified for any other actions." }, "redirectOptions": { "$ref": "SecurityPolicyRuleRedirectOptions", - "description": "Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR." + "description": "Parameters defining the redirect action. Cannot be specified for any\nother actions.\nThis field is only supported in Global Security Policies of type\nCLOUD_ARMOR." } }, "type": "object" @@ -81538,7 +84251,7 @@ "id": "SecurityPolicyRuleHttpHeaderAction", "properties": { "requestHeadersToAdds": { - "description": "The list of request headers to add or overwrite if they're already present.", + "description": "The list of request headers to add or overwrite if they're already\npresent.", "items": { "$ref": "SecurityPolicyRuleHttpHeaderActionHttpHeaderOption" }, @@ -81562,28 +84275,28 @@ "type": "object" }, "SecurityPolicyRuleMatcher": { - "description": "Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.", + "description": "Represents a match condition that incoming traffic is evaluated against.\nExactly one field must be specified.", "id": "SecurityPolicyRuleMatcher", "properties": { "config": { "$ref": "SecurityPolicyRuleMatcherConfig", - "description": "The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified." + "description": "The configuration options available when specifying versioned_expr.\nThis field must be specified if versioned_expr is specified and cannot\nbe specified if versioned_expr is not specified." }, "expr": { "$ref": "Expr", - "description": "User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing `evaluateThreatIntelligence` require a Cloud Armor Enterprise subscription and are not supported in Edge Policies nor in Regional Policies. Expressions containing `evaluatePreconfiguredExpr('sourceiplist-*')` require a Cloud Armor Enterprise subscription and are only supported in Global Security Policies." + "description": "User defined CEVAL expression.\nA CEVAL expression is used to specify match criteria such as origin.ip,\nsource.region_code and contents in the request header.\nExpressions containing `evaluateThreatIntelligence` require a Cloud\nArmor Enterprise subscription and are not supported in Edge Policies\nnor in Regional Policies. Expressions containing\n`evaluatePreconfiguredExpr('sourceiplist-*')` require a Cloud Armor\nEnterprise subscription and are only supported in Global Security\nPolicies." }, "exprOptions": { "$ref": "SecurityPolicyRuleMatcherExprOptions", - "description": "The configuration options available when specifying a user defined CEVAL expression (i.e., 'expr')." + "description": "The configuration options available when specifying a user defined\nCEVAL expression (i.e., 'expr')." }, "versionedExpr": { - "description": "Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.", + "description": "Preconfigured versioned expression.\nIf this field is specified, config must also be specified.\nAvailable preconfigured expressions along with their requirements are:\nSRC_IPS_V1 - must specify the corresponding src_ip_range field in\nconfig.", "enum": [ "SRC_IPS_V1" ], "enumDescriptions": [ - "Matches the source IP address of a request to the IP ranges supplied in config." + "Matches the source IP address of a request to the IP ranges supplied\nin config." ], "type": "string" } @@ -81594,7 +84307,7 @@ "id": "SecurityPolicyRuleMatcherConfig", "properties": { "srcIpRanges": { - "description": "CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.", + "description": "CIDR IP address range.\nMaximum number of src_ip_ranges allowed is 10.", "items": { "type": "string" }, @@ -81608,7 +84321,7 @@ "properties": { "recaptchaOptions": { "$ref": "SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions", - "description": "reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field has no effect." + "description": "reCAPTCHA configuration options to be applied for the rule. If the\nrule does not evaluate reCAPTCHA tokens, this field has no effect." } }, "type": "object" @@ -81617,14 +84330,14 @@ "id": "SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions", "properties": { "actionTokenSiteKeys": { - "description": "A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.", + "description": "A list of site keys to be used during the validation of reCAPTCHA\naction-tokens. The provided site keys need to be created from\nreCAPTCHA API under the same project where the security policy is\ncreated.", "items": { "type": "string" }, "type": "array" }, "sessionTokenSiteKeys": { - "description": "A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.", + "description": "A list of site keys to be used during the validation of reCAPTCHA\nsession-tokens. The provided site keys need to be created from\nreCAPTCHA API under the same project where the security policy is\ncreated.", "items": { "type": "string" }, @@ -81634,25 +84347,25 @@ "type": "object" }, "SecurityPolicyRuleNetworkMatcher": { - "description": "Represents a match condition that incoming network traffic is evaluated against.", + "description": "Represents a match condition that incoming network traffic is evaluated\nagainst.", "id": "SecurityPolicyRuleNetworkMatcher", "properties": { "destIpRanges": { - "description": "Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.", + "description": "Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text\nformat.", "items": { "type": "string" }, "type": "array" }, "destPorts": { - "description": "Destination port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. \"80\") or range (e.g. \"0-1023\").", + "description": "Destination port numbers for TCP/UDP/SCTP. Each element can be a 16-bit\nunsigned decimal number (e.g. \"80\") or range (e.g. \"0-1023\").", "items": { "type": "string" }, "type": "array" }, "ipProtocols": { - "description": "IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. \"6\"), range (e.g. \"253-254\"), or one of the following protocol names: \"tcp\", \"udp\", \"icmp\", \"esp\", \"ah\", \"ipip\", or \"sctp\".", + "description": "IPv4 protocol / IPv6 next header (after extension headers). Each\nelement can be an 8-bit unsigned decimal number (e.g. \"6\"), range (e.g.\n\"253-254\"), or one of the following protocol names: \"tcp\", \"udp\",\n\"icmp\", \"esp\", \"ah\", \"ipip\", or \"sctp\".", "items": { "type": "string" }, @@ -81674,21 +84387,21 @@ "type": "array" }, "srcPorts": { - "description": "Source port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. \"80\") or range (e.g. \"0-1023\").", + "description": "Source port numbers for TCP/UDP/SCTP. Each element can be a 16-bit\nunsigned decimal number (e.g. \"80\") or range (e.g. \"0-1023\").", "items": { "type": "string" }, "type": "array" }, "srcRegionCodes": { - "description": "Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.", + "description": "Two-letter ISO 3166-1 alpha-2 country code associated with the source\nIP address.", "items": { "type": "string" }, "type": "array" }, "userDefinedFields": { - "description": "User-defined fields. Each element names a defined field and lists the matching values for that field.", + "description": "User-defined fields. Each element names a defined field and lists the\nmatching values for that field.", "items": { "$ref": "SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch" }, @@ -81705,7 +84418,7 @@ "type": "string" }, "values": { - "description": "Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with \"0x\") number (e.g. \"64\") or range (e.g. \"0x400-0x7ff\").", + "description": "Matching values of the field. Each element can be a 32-bit unsigned\ndecimal or hexadecimal (starting with \"0x\") number (e.g. \"64\") or\nrange (e.g. \"0x400-0x7ff\").", "items": { "type": "string" }, @@ -81731,35 +84444,35 @@ "id": "SecurityPolicyRulePreconfiguredWafConfigExclusion", "properties": { "requestCookiesToExclude": { - "description": "A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.", + "description": "A list of request cookie names whose value will be excluded from\ninspection during preconfigured WAF evaluation.", "items": { "$ref": "SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams" }, "type": "array" }, "requestHeadersToExclude": { - "description": "A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.", + "description": "A list of request header names whose value will be excluded from\ninspection during preconfigured WAF evaluation.", "items": { "$ref": "SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams" }, "type": "array" }, "requestQueryParamsToExclude": { - "description": "A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.", + "description": "A list of request query parameter names whose value will be excluded\nfrom inspection during preconfigured WAF evaluation. Note that the\nparameter can be in the query string or in the POST body.", "items": { "$ref": "SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams" }, "type": "array" }, "requestUrisToExclude": { - "description": "A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.", + "description": "A list of request URIs from the request line to be excluded from\ninspection during preconfigured WAF evaluation. When specifying this\nfield, the query or fragment part should be excluded.", "items": { "$ref": "SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams" }, "type": "array" }, "targetRuleIds": { - "description": "A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.", + "description": "A list of target rule IDs under the WAF rule set to apply the\npreconfigured WAF exclusion. If omitted, it refers to all the rule\nIDs under the WAF rule set.", "items": { "type": "string" }, @@ -81785,11 +84498,11 @@ "STARTS_WITH" ], "enumDescriptions": [ - "The operator matches if the field value contains the specified value.", - "The operator matches if the field value ends with the specified value.", - "The operator matches if the field value equals the specified value.", + "The operator matches if the field value contains the specified\nvalue.", + "The operator matches if the field value ends with the specified\nvalue.", + "The operator matches if the field value equals the specified\nvalue.", "The operator matches if the field value is any value.", - "The operator matches if the field value starts with the specified value." + "The operator matches if the field value starts with the specified\nvalue." ], "type": "string" }, @@ -81804,20 +84517,20 @@ "id": "SecurityPolicyRuleRateLimitOptions", "properties": { "banDurationSec": { - "description": "Can only be specified if the action for the rule is \"rate_based_ban\". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.", + "description": "Can only be specified if the action for the rule is\n\"rate_based_ban\". If specified, determines the time (in seconds)\nthe traffic will continue to be banned by the rate limit after the\nrate falls below the threshold.", "format": "int32", "type": "integer" }, "banThreshold": { "$ref": "SecurityPolicyRuleRateLimitOptionsThreshold", - "description": "Can only be specified if the action for the rule is \"rate_based_ban\". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'." + "description": "Can only be specified if the action for the rule is\n\"rate_based_ban\". If specified, the key will be banned for the\nconfigured 'ban_duration_sec' when the number of requests that exceed\nthe 'rate_limit_threshold' also exceed this 'ban_threshold'." }, "conformAction": { - "description": "Action to take for requests that are under the configured rate limit threshold. Valid option is \"allow\" only.", + "description": "Action to take for requests that are under the configured rate limit\nthreshold. Valid option is \"allow\" only.", "type": "string" }, "enforceOnKey": { - "description": "Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if \"enforceOnKey\" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under \"enforceOnKeyName\". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under \"enforceOnKeyName\". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on \"userIpRequestHeaders\" configured with the security policy. If there is no \"userIpRequestHeaders\" configuration or an IP address cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. For \"fairshare\" action, this value is limited to ALL i.e. a single rate limit threshold is enforced for all the requests matching the rule.", + "description": "Determines the key to enforce the rate_limit_threshold on. Possible\nvalues are:\n \n - ALL: A single rate limit threshold is applied to all\n the requests matching this rule. This is the default value if\n \"enforceOnKey\" is not configured.\n - IP: The source IP address of\n the request is the key. Each IP has this limit enforced\n separately.\n - HTTP_HEADER: The value of the HTTP\n header whose name is configured under \"enforceOnKeyName\". The key\n value is truncated to the first 128 bytes of the header value. If no\n such header is present in the request, the key type defaults toALL.\n - XFF_IP: The first IP address (i.e. the\n originating client IP address) specified in the list of IPs under\n X-Forwarded-For HTTP header. If no such header is present or the value\n is not a valid IP, the key defaults to the source IP address of\n the request i.e. key type IP.\n - HTTP_COOKIE: The value of the HTTP\n cookie whose name is configured under \"enforceOnKeyName\". The key\n value is truncated to the first 128 bytes of the cookie value. If no\n such cookie is present in the request, the key type defaults toALL.\n - HTTP_PATH: The URL path of the HTTP request. The key\n value is truncated to the first 128 bytes. \n - SNI: Server name indication in the TLS session of the\n HTTPS request. The key value is truncated to the first 128 bytes. The\n key type defaults to ALL on a HTTP session. \n - REGION_CODE: The country/region from which the request\n originates. \n - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the\n client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the\n key type defaults to ALL. \n - USER_IP: The IP address of the originating client,\n which is resolved based on \"userIpRequestHeaders\" configured with the\n security policy. If there is no \"userIpRequestHeaders\" configuration or\n an IP address cannot be resolved from it, the key type defaults toIP. \n\n- TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the\nclient connects using HTTPS, HTTP/2 or HTTP/3. If not available, the\nkey type defaults to ALL. \nFor \"fairshare\" action, this value is limited to ALL i.e. a single rate\nlimit threshold is enforced for all the requests matching the rule.", "enum": [ "ALL", "HTTP_COOKIE", @@ -81847,23 +84560,23 @@ "type": "string" }, "enforceOnKeyConfigs": { - "description": "If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.", + "description": "If specified, any combination of values of\nenforce_on_key_type/enforce_on_key_name is treated as the key on which\nratelimit threshold/action is enforced. You can specify up to 3\nenforce_on_key_configs. If enforce_on_key_configs is specified,\nenforce_on_key must not be specified.", "items": { "$ref": "SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig" }, "type": "array" }, "enforceOnKeyName": { - "description": "Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.", + "description": "Rate limit key name applicable only for the following key types:\nHTTP_HEADER -- Name of the HTTP header whose value is taken as the key\nvalue.\nHTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key\nvalue.", "type": "string" }, "exceedAction": { - "description": "Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are `deny(STATUS)`, where valid values for `STATUS` are 403, 404, 429, and 502, and `redirect`, where the redirect parameters come from `exceedRedirectOptions` below. The `redirect` action is only supported in Global Security Policies of type CLOUD_ARMOR.", + "description": "Action to take for requests that are above the configured rate limit\nthreshold, to either deny with a specified HTTP response code, or\nredirect to a different endpoint.\nValid options are `deny(STATUS)`, where valid values for\n`STATUS` are 403, 404, 429, and 502, and\n`redirect`, where the redirect parameters come from\n`exceedRedirectOptions` below.\nThe `redirect` action is only supported in Global Security Policies of\ntype CLOUD_ARMOR.", "type": "string" }, "exceedRedirectOptions": { "$ref": "SecurityPolicyRuleRedirectOptions", - "description": "Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR." + "description": "Parameters defining the redirect action that is used as the exceed\naction. Cannot be specified if the exceed action is not redirect.\nThis field is only supported in Global Security Policies of type\nCLOUD_ARMOR." }, "rateLimitThreshold": { "$ref": "SecurityPolicyRuleRateLimitOptionsThreshold", @@ -81876,11 +84589,11 @@ "id": "SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig", "properties": { "enforceOnKeyName": { - "description": "Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.", + "description": "Rate limit key name applicable only for the following key types:\nHTTP_HEADER -- Name of the HTTP header whose value is taken as the\nkey value. HTTP_COOKIE -- Name of the HTTP cookie whose value is\ntaken as the key value.", "type": "string" }, "enforceOnKeyType": { - "description": "Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if \"enforceOnKeyConfigs\" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under \"enforceOnKeyName\". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under \"enforceOnKeyName\". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on \"userIpRequestHeaders\" configured with the security policy. If there is no \"userIpRequestHeaders\" configuration or an IP address cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. ", + "description": "Determines the key to enforce the rate_limit_threshold on. Possible\nvalues are:\n \n - ALL: A single rate limit threshold is applied to all\n the requests matching this rule. This is the default value if\n \"enforceOnKeyConfigs\" is not configured.\n - IP: The source IP address of\n the request is the key. Each IP has this limit enforced\n separately.\n - HTTP_HEADER: The value of the HTTP\n header whose name is configured under \"enforceOnKeyName\". The key\n value is truncated to the first 128 bytes of the header value. If no\n such header is present in the request, the key type defaults toALL.\n - XFF_IP: The first IP address (i.e. the\n originating client IP address) specified in the list of IPs under\n X-Forwarded-For HTTP header. If no such header is present or the\n value is not a valid IP, the key defaults to the source IP address of\n the request i.e. key type IP.\n - HTTP_COOKIE: The value of the HTTP\n cookie whose name is configured under \"enforceOnKeyName\". The key\n value is truncated to the first 128 bytes of the cookie value. If no\n such cookie is present in the request, the key type defaults toALL.\n - HTTP_PATH: The URL path of the HTTP request. The key\n value is truncated to the first 128 bytes. \n - SNI: Server name indication in the TLS session of\n the HTTPS request. The key value is truncated to the first 128 bytes.\n The key type defaults to ALL on a HTTP session. \n - REGION_CODE: The country/region from which the\n request originates. \n - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the\n client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the\n key type defaults to ALL. \n - USER_IP: The IP address of the originating client,\n which is resolved based on \"userIpRequestHeaders\" configured with the\n security policy. If there is no \"userIpRequestHeaders\" configuration\n or an IP address cannot be resolved from it, the key type defaults toIP. \n\n- TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the\nclient connects using HTTPS, HTTP/2 or HTTP/3. If not available, the\nkey type defaults to ALL.", "enum": [ "ALL", "HTTP_COOKIE", @@ -81932,11 +84645,11 @@ "id": "SecurityPolicyRuleRedirectOptions", "properties": { "target": { - "description": "Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.", + "description": "Target for the redirect action. This is required if the type is\nEXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.", "type": "string" }, "type": { - "description": "Type of the redirect action. Possible values are: - GOOGLE_RECAPTCHA: redirect to reCAPTCHA for manual challenge assessment. - EXTERNAL_302: redirect to a different URL via a 302 response. ", + "description": "Type of the redirect action. Possible values are:\n \n - GOOGLE_RECAPTCHA: redirect to reCAPTCHA for manual\n challenge assessment.\n - EXTERNAL_302: redirect to a different URL via a 302\n response.", "enum": [ "EXTERNAL_302", "GOOGLE_RECAPTCHA" @@ -81954,7 +84667,7 @@ "id": "SecurityPolicyUserDefinedField", "properties": { "base": { - "description": "The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. required", + "description": "The base relative to which 'offset' is measured. Possible values are:\n \n - IPV4: Points to the beginning of the IPv4 header.\n - IPV6: Points to the beginning of the IPv6 header.\n - TCP: Points to the beginning of the TCP header, skipping\n over any IPv4 options or IPv6 extension headers. Not present for\n non-first fragments.\n - UDP: Points to the beginning of the UDP header, skipping\n over any IPv4 options or IPv6 extension headers. Not present for\n non-first fragments.\n\n\nrequired", "enum": [ "IPV4", "IPV6", @@ -81970,7 +84683,7 @@ "type": "string" }, "mask": { - "description": "If specified, apply this mask (bitwise AND) to the field to ignore bits before matching. Encoded as a hexadecimal number (starting with \"0x\"). The last byte of the field (in network byte order) corresponds to the least significant byte of the mask.", + "description": "If specified, apply this mask (bitwise AND) to the field to ignore bits\nbefore matching. Encoded as a hexadecimal number (starting with \"0x\").\nThe last byte of the field (in network byte order) corresponds to the\nleast significant byte of the mask.", "type": "string" }, "name": { @@ -81978,7 +84691,7 @@ "type": "string" }, "offset": { - "description": "Offset of the first byte of the field (in network byte order) relative to 'base'.", + "description": "Offset of the first byte of the field (in network byte order) relative to\n'base'.", "format": "int32", "type": "integer" }, @@ -81996,14 +84709,14 @@ "properties": { "awsV4Authentication": { "$ref": "AWSV4Signature", - "description": "The configuration needed to generate a signature for access to private storage buckets that support AWS's Signature Version 4 for authentication. Allowed only for INTERNET_IP_PORT and INTERNET_FQDN_PORT NEG backends." + "description": "The configuration needed to generate a signature for access to private\nstorage buckets that support AWS's Signature Version 4 for authentication.\nAllowed only for INTERNET_IP_PORT and INTERNET_FQDN_PORT NEG backends." }, "clientTlsPolicy": { - "description": "Optional. A URL referring to a networksecurity.ClientTlsPolicy resource that describes how clients should authenticate with this service's backends. clientTlsPolicy only applies to a global BackendService with the loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank, communications are not encrypted.", + "description": "Optional. A URL referring to a networksecurity.ClientTlsPolicy resource\nthat describes how clients should authenticate with this service's\nbackends.\n\n clientTlsPolicy only applies to a globalBackendService with the loadBalancingScheme set\nto INTERNAL_SELF_MANAGED.\n\n If left blank, communications are not encrypted.", "type": "string" }, "subjectAltNames": { - "description": "Optional. A list of Subject Alternative Names (SANs) that the client verifies during a mutual TLS handshake with an server/endpoint for this BackendService. When the server presents its X.509 certificate to the client, the client inspects the certificate's subjectAltName field. If the field contains one of the specified values, the communication continues. Otherwise, it fails. This additional check enables the client to verify that the server is authorized to run the requested service. Note that the contents of the server certificate's subjectAltName field are configured by the Public Key Infrastructure which provisions server identities. Only applies to a global BackendService with loadBalancingScheme set to INTERNAL_SELF_MANAGED. Only applies when BackendService has an attached clientTlsPolicy with clientCertificate (mTLS mode).", + "description": "Optional. A list of Subject Alternative Names (SANs) that the client\nverifies during a mutual TLS handshake with an server/endpoint for thisBackendService. When the server presents its X.509 certificate\nto the client, the client inspects the certificate'ssubjectAltName field. If the field contains one of the\nspecified values, the communication continues. Otherwise, it fails. This\nadditional check enables the client to verify that the server is authorized\nto run the requested service.\n\n Note that the contents of the server\ncertificate's subjectAltName field are configured by the\nPublic Key Infrastructure which provisions server identities.\n\n Only applies to a global BackendService withloadBalancingScheme set to INTERNAL_SELF_MANAGED.\nOnly applies when BackendService has an attachedclientTlsPolicy with clientCertificate (mTLS\nmode).", "items": { "type": "string" }, @@ -82022,11 +84735,11 @@ }, "kind": { "default": "compute#serialPortOutput", - "description": "[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.", + "description": "[Output Only] Type of the resource. Alwayscompute#serialPortOutput for serial port output.", "type": "string" }, "next": { - "description": "[Output Only] The position of the next byte of content, regardless of whether the content exists, following the output returned in the `contents` property. Use this value in the next request as the start parameter.", + "description": "[Output Only] The position of the next byte of content, regardless of\nwhether the content exists, following the output returned in the `contents`\nproperty. Use this value in the next request as the start\nparameter.", "format": "int64", "type": "string" }, @@ -82035,7 +84748,7 @@ "type": "string" }, "start": { - "description": "The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content. The output start value will indicate the byte position of the output that was returned, which might be different than the `start` value that was specified in the request.", + "description": "The starting byte position of the output that was returned.\nThis should match the start parameter sent with the request.\nIf the serial console output exceeds the size of the buffer (1 MB), older\noutput is overwritten by newer content. The output start value will\nindicate the byte position of the output that was returned, which might be\ndifferent than the `start` value that was specified in the request.", "format": "int64", "type": "string" } @@ -82080,18 +84793,18 @@ "type": "object" }, "ServiceAttachment": { - "description": "Represents a ServiceAttachment resource. A service attachment represents a service that a producer has exposed. It encapsulates the load balancer which fronts the service runs and a list of NAT IP ranges that the producers uses to represent the consumers connecting to the service.", + "description": "Represents a ServiceAttachment resource.\n\nA service attachment represents a service that a producer has exposed.\nIt encapsulates the load balancer which fronts the service runs and\na list of NAT IP ranges that the producers uses to represent\nthe consumers connecting to the service.", "id": "ServiceAttachment", "properties": { "connectedEndpoints": { - "description": "[Output Only] An array of connections for all the consumers connected to this service attachment.", + "description": "[Output Only] An array of connections for all the consumers connected to\nthis service attachment.", "items": { "$ref": "ServiceAttachmentConnectedEndpoint" }, "type": "array" }, "connectionPreference": { - "description": "The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.", + "description": "The connection preference of service attachment. The value can be set\nto ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC\nservice attachment is one that always accepts the connection from consumer\nforwarding rules.", "enum": [ "ACCEPT_AUTOMATIC", "ACCEPT_MANUAL", @@ -82105,51 +84818,51 @@ "type": "string" }, "consumerAcceptLists": { - "description": "Specifies which consumer projects or networks are allowed to connect to the service attachment. Each project or network has a connection limit. A given service attachment can manage connections at either the project or network level. Therefore, both the accept and reject lists for a given service attachment must contain either only projects or only networks or only endpoints.", + "description": "Specifies which consumer projects or networks are allowed to connect to the\nservice attachment. Each project or network has a connection limit. A given\nservice attachment can manage connections at either the project or network\nlevel. Therefore, both the accept and reject lists for a given service\nattachment must contain either only projects or only networks or only\nendpoints.", "items": { "$ref": "ServiceAttachmentConsumerProjectLimit" }, "type": "array" }, "consumerRejectLists": { - "description": "Specifies a list of projects or networks that are not allowed to connect to this service attachment. The project can be specified using its project ID or project number and the network can be specified using its URL. A given service attachment can manage connections at either the project or network level. Therefore, both the reject and accept lists for a given service attachment must contain either only projects or only networks.", + "description": "Specifies a list of projects or networks that are not allowed to connect to\nthis service attachment. The project can be specified using its project ID\nor project number and the network can be specified using its URL. A given\nservice attachment can manage connections at either the project or network\nlevel. Therefore, both the reject and accept lists for a given service\nattachment must contain either only projects or only networks.", "items": { "type": "string" }, "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "domainNames": { - "description": "If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: \"p.mycompany.com.\". Current max number of domain names supported is 1.", + "description": "If specified, the domain name will be used during the integration between\nthe PSC connected endpoints and the Cloud DNS. For example, this is a valid\ndomain name: \"p.mycompany.com.\". Current max number of domain names\nsupported is 1.", "items": { "type": "string" }, "type": "array" }, "enableProxyProtocol": { - "description": "If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.", + "description": "If true, enable the proxy protocol which is for supplying client TCP/IP\naddress data in TCP connections that traverse proxies on their way to\ndestination servers.", "type": "boolean" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a ServiceAttachment. An up-to-date fingerprint must\nbe provided in order to patch/update the ServiceAttachment; otherwise, the\nrequest will fail with error 412 conditionNotMet. To see the\nlatest fingerprint, make a get() request to retrieve the\nServiceAttachment.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.", + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#serviceAttachment", - "description": "[Output Only] Type of the resource. Always compute#serviceAttachment for service attachments.", + "description": "[Output Only] Type of the resource. Alwayscompute#serviceAttachment for service attachments.", "type": "string" }, "metadata": { @@ -82165,12 +84878,12 @@ "compute.serviceAttachments.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "natSubnets": { - "description": "An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.", + "description": "An array of URLs where each entry is the URL of a subnet provided\nby the service producer to use for NAT in this service attachment.", "items": { "type": "string" }, @@ -82178,11 +84891,11 @@ }, "producerForwardingRule": { "deprecated": true, - "description": "The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.", + "description": "The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is\nserving the endpoint identified by this service attachment.", "type": "string" }, "propagatedConnectionLimit": { - "description": "The number of consumer spokes that connected Private Service Connect endpoints can be propagated to through Network Connectivity Center. This limit lets the service producer limit how many propagated Private Service Connect connections can be established to this service attachment from a single consumer. If the connection preference of the service attachment is ACCEPT_MANUAL, the limit applies to each project or network that is listed in the consumer accept list. If the connection preference of the service attachment is ACCEPT_AUTOMATIC, the limit applies to each project that contains a connected endpoint. If unspecified, the default propagated connection limit is 250.", + "description": "The number of consumer spokes that connected Private Service Connect\nendpoints can be propagated to through Network Connectivity Center. This\nlimit lets the service producer limit how many propagated Private Service\nConnect connections can be established to this service attachment from a\nsingle consumer.\n\nIf the connection preference of the service attachment is ACCEPT_MANUAL,\nthe limit applies to each project or network that is listed in the consumer\naccept list. If the connection preference of the service attachment is\nACCEPT_AUTOMATIC, the limit applies to each project that contains a\nconnected endpoint.\n\nIf unspecified, the default propagated connection limit is 250.", "format": "uint32", "type": "integer" }, @@ -82191,11 +84904,11 @@ "description": "[Output Only] An 128-bit global unique ID of the PSC service attachment." }, "reconcileConnections": { - "description": "This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to false.", + "description": "This flag determines whether a consumer accept/reject list change can\nreconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.\n \n \n - If false, connection policy update will only affect existing PENDING\n PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched\n regardless how the connection policy is modified . \n - If true,\n update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For\n example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project\n is added to the reject list.\n\n\nFor newly created service attachment, this boolean defaults to false.", "type": "boolean" }, "region": { - "description": "[Output Only] URL of the region where the service attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the service attachment resides.\nThis field applies only to the region resource. You must specify this\nfield as part of the HTTP request URL. It is not settable as a field in\nthe request body.", "type": "string" }, "selfLink": { @@ -82203,7 +84916,7 @@ "type": "string" }, "targetService": { - "description": "The URL of a service serving the endpoint identified by this service attachment.", + "description": "The URL of a service serving the endpoint identified by this service\nattachment.", "type": "string" } }, @@ -82231,7 +84944,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -82249,7 +84962,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -82313,44 +85026,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -82385,14 +85098,14 @@ "type": "string" }, "natIps": { - "description": "NAT IPs of the connected PSC endpoint and those of other endpoints propagated from it.", + "description": "NAT IPs of the connected PSC endpoint and those of other endpoints\npropagated from it.", "items": { "type": "string" }, "type": "array" }, "propagatedConnectionCount": { - "description": "The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.", + "description": "The number of consumer Network Connectivity Center spokes that the\nconnected Private Service Connect endpoint has propagated to.", "format": "uint32", "type": "integer" }, @@ -82414,7 +85127,7 @@ "enumDescriptions": [ "The connection has been accepted by the producer.", "The connection has been closed by the producer.", - "The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.", + "The connection has been accepted by the producer, but the producer\nneeds to take further action before the forwarding rule can serve\ntraffic.", "The connection is pending acceptance by the producer.", "The consumer is still connected but not using the connection.", "" @@ -82428,7 +85141,7 @@ "id": "ServiceAttachmentConsumerProjectLimit", "properties": { "connectionLimit": { - "description": "The value of the limit to set. For endpoint_url, the limit should be no more than 1.", + "description": "The value of the limit to set. For endpoint_url, the limit should be no\nmore than 1.", "format": "uint32", "type": "integer" }, @@ -82459,11 +85172,11 @@ }, "kind": { "default": "compute#serviceAttachmentList", - "description": "[Output Only] Type of the resource. Always compute#serviceAttachment for service attachments.", + "description": "[Output Only] Type of the resource. Alwayscompute#serviceAttachment for service attachments.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -82474,7 +85187,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -82538,44 +85251,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -82608,10 +85321,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of service attachments when the list is empty.", + "description": "Informational warning which replaces the list of\nservice attachments when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -82675,44 +85388,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -82745,7 +85458,7 @@ "additionalProperties": { "$ref": "SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo" }, - "description": "[Output Only] Status information per location (location name is key). Example key: zones/us-central1-a", + "description": "[Output Only] Status information per location (location name is key).\nExample key: zones/us-central1-a", "type": "object" } }, @@ -82756,10 +85469,10 @@ "properties": { "error": { "$ref": "Status", - "description": "[Output Only] If state is `ABANDONED` or `FAILED`, this field is populated." + "description": "[Output Only] If state is `ABANDONED` or `FAILED`, this field is\npopulated." }, "state": { - "description": "[Output Only] Status of the action, which can be one of the following: `PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`.", + "description": "[Output Only] Status of the action, which can be one of the following:\n`PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`.", "enum": [ "ABANDONED", "DONE", @@ -82789,7 +85502,7 @@ "additionalProperties": { "$ref": "ShareSettingsProjectConfig" }, - "description": "A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.", + "description": "A map of project id and project config. This is only valid when\nshare_type's value is SPECIFIC_PROJECTS.", "type": "object" }, "shareType": { @@ -82816,7 +85529,7 @@ "id": "ShareSettingsProjectConfig", "properties": { "projectId": { - "description": "The project ID, should be same as the key of this project config in the parent map.", + "description": "The project ID, should be same as the key of this project config in the\nparent map.", "type": "string" } }, @@ -82827,15 +85540,15 @@ "id": "ShieldedInstanceConfig", "properties": { "enableIntegrityMonitoring": { - "description": "Defines whether the instance has integrity monitoring enabled. Enabled by default.", + "description": "Defines whether the instance has integrity monitoring enabled.Enabled by\ndefault.", "type": "boolean" }, "enableSecureBoot": { - "description": "Defines whether the instance has Secure Boot enabled. Disabled by default.", + "description": "Defines whether the instance has Secure Boot enabled.Disabled by\ndefault.", "type": "boolean" }, "enableVtpm": { - "description": "Defines whether the instance has the vTPM enabled. Enabled by default.", + "description": "Defines whether the instance has the vTPM enabled.Enabled by\ndefault.", "type": "boolean" } }, @@ -82845,18 +85558,26 @@ "description": "A Shielded Instance Identity.", "id": "ShieldedInstanceIdentity", "properties": { + "eccP256EncryptionKey": { + "$ref": "ShieldedInstanceIdentityEntry", + "description": "An Endorsement Key (EK) made by the ECC P256 algorithm\nissued to the Shielded Instance's vTPM." + }, + "eccP256SigningKey": { + "$ref": "ShieldedInstanceIdentityEntry", + "description": "An Attestation Key (AK) made by the ECC P256 algorithm\nissued to the Shielded Instance's vTPM." + }, "encryptionKey": { "$ref": "ShieldedInstanceIdentityEntry", - "description": "An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM." + "description": "An Endorsement Key (EK) made by the RSA 2048 algorithm\nissued to the Shielded Instance's vTPM." }, "kind": { "default": "compute#shieldedInstanceIdentity", - "description": "[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.", + "description": "[Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance\nidentity entry.", "type": "string" }, "signingKey": { "$ref": "ShieldedInstanceIdentityEntry", - "description": "An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM." + "description": "An Attestation Key (AK) made by the RSA 2048 algorithm\nissued to the Shielded Instance's vTPM." } }, "type": "object" @@ -82877,11 +85598,11 @@ "type": "object" }, "ShieldedInstanceIntegrityPolicy": { - "description": "The policy describes the baseline against which Instance boot integrity is measured.", + "description": "The policy describes the baseline against which\nInstance boot integrity is measured.", "id": "ShieldedInstanceIntegrityPolicy", "properties": { "updateAutoLearnPolicy": { - "description": "Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.", + "description": "Updates the integrity policy baseline using the\nmeasurements from the VM instance's most recent boot.", "type": "boolean" } }, @@ -82892,23 +85613,23 @@ "id": "SignedUrlKey", "properties": { "keyName": { - "description": "Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the key. The name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "keyValue": { - "description": "128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string.", + "description": "128-bit key value used for signing the URL. The key value must be a validRFC\n4648 Section 5 base64url encoded string.", "type": "string" } }, "type": "object" }, "Snapshot": { - "description": "Represents a Persistent Disk Snapshot resource. You can use snapshots to back up data on a regular interval. For more information, read Creating persistent disk snapshots.", + "description": "Represents a Persistent Disk Snapshot resource.\n\nYou can use snapshots to back up data on a regular interval. For more\ninformation, read Creating\npersistent disk snapshots.", "id": "Snapshot", "properties": { "architecture": { - "description": "[Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.", + "description": "[Output Only] The architecture of the snapshot. Valid values are\nARM64 or X86_64.", "enum": [ "ARCHITECTURE_UNSPECIFIED", "ARM64", @@ -82922,11 +85643,11 @@ "type": "string" }, "autoCreated": { - "description": "[Output Only] Set to true if snapshots are automatically created by applying resource policy on the target disk.", + "description": "[Output Only] Set to true if snapshots are automatically created by\napplying resource policy on the target disk.", "type": "boolean" }, "chainName": { - "description": "Creates the new snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 characters long and comply with RFC1035. This is an uncommon option only for advanced service owners who needs to create separate snapshot chains, for example, for chargeback tracking. When you describe your snapshot resource, this field is visible only if it has a non-empty value.", + "description": "Creates the new snapshot in the snapshot chain labeled with the\nspecified name. The chain name must be 1-63 characters long and comply\nwith RFC1035. This is an uncommon option only for advanced service\nowners who needs to create separate snapshot chains, for example,\nfor chargeback tracking. When you describe your snapshot resource, this\nfield is visible only if it has a non-empty value.", "type": "string" }, "creationSizeBytes": { @@ -82935,11 +85656,11 @@ "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "diskSizeGb": { @@ -82953,32 +85674,32 @@ "type": "string" }, "enableConfidentialCompute": { - "description": "Whether this snapshot is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.", + "description": "Whether this snapshot is created from a confidential compute mode disk.\n[Output Only]: This field is not set by user, but from source disk.", "type": "boolean" }, "guestFlush": { - "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.", + "description": "[Input Only] Whether to attempt an application consistent snapshot by\ninforming the OS to prepare for the snapshot process.", "type": "boolean" }, "guestOsFeatures": { - "description": "[Output Only] A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.", + "description": "[Output Only] A list of features to enable on the guest operating system.\nApplicable only for bootable images. Read \nEnabling guest operating system features to see a list of available\noptions.", "items": { "$ref": "GuestOsFeature" }, "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#snapshot", - "description": "[Output Only] Type of the resource. Always compute#snapshot for Snapshot resources.", + "description": "[Output Only] Type of the resource. Always compute#snapshot\nfor Snapshot resources.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a snapshot.", + "description": "A fingerprint for the labels being applied to this snapshot, which is\nessentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a snapshot.", "format": "byte", "type": "string" }, @@ -82986,11 +85707,11 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this snapshot. These can be later modified by the setLabels method. Label values may be empty.", + "description": "Labels to apply to this snapshot. These can be later modified by\nthe setLabels method.\nLabel values may be empty.", "type": "object" }, "licenseCodes": { - "description": "[Output Only] Integer license codes indicating which licenses are attached to this snapshot.", + "description": "[Output Only] Integer license codes indicating which licenses are attached\nto this snapshot.", "items": { "format": "int64", "type": "string" @@ -82998,14 +85719,14 @@ "type": "array" }, "licenses": { - "description": "[Output Only] A list of public visible licenses that apply to this snapshot. This can be because the original image had licenses attached (such as a Windows image).", + "description": "[Output Only] A list of public visible licenses that apply to this\nsnapshot. This can be because the original image had licenses attached\n(such as a Windows image).", "items": { "type": "string" }, "type": "array" }, "locationHint": { - "description": "An opaque location hint used to place the snapshot close to other resources. This field is for use by internal tools that use the public API.", + "description": "An opaque location hint used to place the snapshot close to other\nresources.\nThis field is for use by internal tools that use the public API.", "type": "string" }, "name": { @@ -83015,13 +85736,13 @@ "compute.snapshots.insert" ] }, - "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must be\na dash, lowercase letter, or digit, except the last character, which cannot\nbe a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "params": { "$ref": "SnapshotParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "satisfiesPzi": { "description": "Output only. Reserved for future use.", @@ -83038,7 +85759,7 @@ }, "snapshotEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Encrypts the snapshot using a customer-supplied encryption key. After you encrypt a snapshot using a customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must provide the encryption key when you create a disk from the encrypted snapshot in a future request. Customer-supplied encryption keys do not protect access to metadata of the snapshot. If you do not provide an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically generated key and you do not need to provide a key to use the snapshot later." + "description": "Encrypts the snapshot using acustomer-supplied\nencryption key.\n\nAfter you encrypt a snapshot using a customer-supplied key, you must\nprovide the same key if you use the snapshot later. For example, you must\nprovide the encryption key when you create a disk from the encrypted\nsnapshot in a future request.\n\nCustomer-supplied encryption keys do not protect access to metadata\nof the snapshot.\n\nIf you do not provide an encryption key when creating the snapshot, then\nthe snapshot will be encrypted using an automatically generated key and you\ndo not need to provide a key to use the snapshot later." }, "snapshotType": { "description": "Indicates the type of the snapshot.", @@ -83058,38 +85779,38 @@ }, "sourceDiskEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key." + "description": "The customer-supplied\nencryption key of the source disk. Required if the source disk is\nprotected by a customer-supplied encryption key." }, "sourceDiskForRecoveryCheckpoint": { - "description": "The source disk whose recovery checkpoint will be used to create this snapshot.", + "description": "The source disk whose recovery checkpoint will be used to create this\nsnapshot.", "type": "string" }, "sourceDiskId": { - "description": "[Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.", + "description": "[Output Only] The ID value of the disk used to create this snapshot. This\nvalue may be used to determine whether the snapshot was taken from the\ncurrent or a previous instance of a given disk name.", "type": "string" }, "sourceInstantSnapshot": { - "description": "The source instant snapshot used to create this snapshot. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instantSnapshots/instantSnapshot - projects/project/zones/zone/instantSnapshots/instantSnapshot - zones/zone/instantSnapshots/instantSnapshot ", + "description": "The source instant snapshot used to create this snapshot. You can provide\nthis as a partial or full URL to the resource. For example, the following\nare valid values:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshots/instantSnapshot\n - projects/project/zones/zone/instantSnapshots/instantSnapshot \n - zones/zone/instantSnapshots/instantSnapshot", "type": "string" }, "sourceInstantSnapshotEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "Customer provided encryption key when creating Snapshot from Instant Snapshot." + "description": "Customer provided encryption key when creating Snapshot from Instant\nSnapshot." }, "sourceInstantSnapshotId": { - "description": "[Output Only] The unique ID of the instant snapshot used to create this snapshot. This value identifies the exact instant snapshot that was used to create this snapshot. For example, if you created the snapshot from an instant snapshot that was later deleted and recreated under the same name, the source instant snapshot ID would identify the exact instant snapshot that was used.", + "description": "[Output Only] The unique ID of the instant snapshot used to create this\nsnapshot. This value identifies the exact instant snapshot that was used to\ncreate this snapshot. For example, if you created the snapshot from an\ninstant snapshot that was later deleted and recreated under the same name,\nthe source instant snapshot ID would identify the exact instant snapshot\nthat was used.", "type": "string" }, "sourceSnapshotSchedulePolicy": { - "description": "[Output Only] URL of the resource policy which created this scheduled snapshot.", + "description": "[Output Only] URL of the resource policy which created this\nscheduled snapshot.", "type": "string" }, "sourceSnapshotSchedulePolicyId": { - "description": "[Output Only] ID of the resource policy which created this scheduled snapshot.", + "description": "[Output Only] ID of the resource policy which created this\nscheduled snapshot.", "type": "string" }, "status": { - "description": "[Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.", + "description": "[Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING.", "enum": [ "CREATING", "DELETING", @@ -83107,12 +85828,12 @@ "type": "string" }, "storageBytes": { - "description": "[Output Only] A size of the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.", + "description": "[Output Only] A size of the storage used by the snapshot. As snapshots\nshare storage, this number is expected to change with snapshot\ncreation/deletion.", "format": "int64", "type": "string" }, "storageBytesStatus": { - "description": "[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.", + "description": "[Output Only] An indicator whether storageBytes is in a\nstable state or it is being adjusted as a result of shared storage\nreallocation. This status can either be UPDATING, meaning\nthe size of the snapshot is being updated, or UP_TO_DATE,\nmeaning the size of the snapshot is up-to-date.", "enum": [ "UPDATING", "UP_TO_DATE" @@ -83124,7 +85845,7 @@ "type": "string" }, "storageLocations": { - "description": "Cloud Storage bucket storage location of the snapshot (regional or multi-regional).", + "description": "Cloud Storage bucket storage location of the snapshot (regional or\nmulti-regional).", "items": { "type": "string" }, @@ -83154,7 +85875,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -83165,7 +85886,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -83229,44 +85950,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -83296,7 +86017,7 @@ "additionalProperties": { "type": "string" }, - "description": "Resource manager tags to be bound to the snapshot. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.", + "description": "Resource manager tags to be bound to the snapshot. Tag keys and values have\nthe same definition as resource\nmanager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and\nvalues are in the format `tagValues/456`. The field is ignored (both PUT &\nPATCH) when empty.", "type": "object" } }, @@ -83307,7 +86028,7 @@ "properties": { "storageLocation": { "$ref": "SnapshotSettingsStorageLocationSettings", - "description": "Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out." + "description": "Policy of which storage location is going to be resolved, and additional\ndata that particularizes how the policy is going to be carried out." } }, "type": "object" @@ -83319,7 +86040,7 @@ "additionalProperties": { "$ref": "SnapshotSettingsStorageLocationSettingsStorageLocationPreference" }, - "description": "When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.", + "description": "When the policy is SPECIFIC_LOCATIONS, snapshots will be stored\nin the locations listed in this field. Keys are Cloud Storage bucket\nlocations. Only one location can be specified.", "type": "object" }, "policy": { @@ -83331,9 +86052,9 @@ "STORAGE_LOCATION_POLICY_UNSPECIFIED" ], "enumDescriptions": [ - "Store snapshot in the same region as with the originating disk. No additional parameters are needed.", - "Store snapshot in the nearest multi region Cloud Storage bucket, relative to the originating disk. No additional parameters are needed.", - "Store snapshot in the specific locations, as specified by the user. The list of regions to store must be defined under the `locations` field.", + "Store snapshot in the same region as with the originating disk.\nNo additional parameters are needed.", + "Store snapshot in the nearest multi region Cloud Storage bucket,\nrelative to the originating disk. No additional parameters are needed.", + "Store snapshot in the specific locations, as specified by the user.\nThe list of regions to store must be defined under the `locations`\nfield.", "" ], "type": "string" @@ -83346,7 +86067,7 @@ "id": "SnapshotSettingsStorageLocationSettingsStorageLocationPreference", "properties": { "name": { - "description": "Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.", + "description": "Name of the location. It should be one of the Cloud Storage buckets.\nOnly one location can be specified.", "type": "string" } }, @@ -83357,21 +86078,21 @@ "properties": { "diskEncryptionKey": { "$ref": "CustomerEncryptionKey", - "description": "The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key." + "description": "Thecustomer-supplied\nencryption key of the source disk. Required if the source disk is\nprotected by a customer-supplied encryption key." }, "sourceDisk": { - "description": "URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk ", + "description": "URL of the disk attached to the source instance. This can be a full or\nvalid partial URL. For example, the following are valid values:\n \n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n - projects/project/zones/zone/disks/disk \n - zones/zone/disks/disk", "type": "string" } }, "type": "object" }, "SourceInstanceParams": { - "description": "A specification of the parameters to use when creating the instance template from a source instance.", + "description": "A specification of the parameters to use when creating the instance template\nfrom a source instance.", "id": "SourceInstanceParams", "properties": { "diskConfigs": { - "description": "Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.", + "description": "Attached disks configuration. If not provided, defaults are applied:\nFor boot disk and any other R/W disks, the source images for each disk\nwill be used. For read-only disks, they will be attached in read-only\nmode. Local SSD disks will be created as blank volumes.", "items": { "$ref": "DiskInstantiationConfig" }, @@ -83381,37 +86102,37 @@ "type": "object" }, "SourceInstanceProperties": { - "description": "DEPRECATED: Please use compute#instanceProperties instead. New properties will not be added to this field.", + "description": "DEPRECATED: Please use compute#instanceProperties instead.\nNew properties will not be added to this field.", "id": "SourceInstanceProperties", "properties": { "canIpForward": { - "description": "Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.", + "description": "Enables instances created based on this machine image to send packets with\nsource IP addresses other than their own and receive packets with\ndestination IP addresses other than their own. If these instances will be\nused as an IP gateway or it will be set as the next-hop in a Route\nresource, specify true. If unsure, leave this set tofalse. See theEnable IP forwarding\ndocumentation for more information.", "type": "boolean" }, "deletionProtection": { - "description": "Whether the instance created from this machine image should be protected against deletion.", + "description": "Whether the instance created from this machine image should be protected\nagainst deletion.", "type": "boolean" }, "description": { - "description": "An optional text description for the instances that are created from this machine image.", + "description": "An optional text description for the instances that are created from this\nmachine image.", "type": "string" }, "disks": { - "description": "An array of disks that are associated with the instances that are created from this machine image.", + "description": "An array of disks that are associated with the instances that are created\nfrom this machine image.", "items": { "$ref": "SavedAttachedDisk" }, "type": "array" }, "guestAccelerators": { - "description": "A list of guest accelerator cards' type and count to use for instances created from this machine image.", + "description": "A list of guest accelerator cards' type and count to use for instances\ncreated from this machine image.", "items": { "$ref": "AcceleratorConfig" }, "type": "array" }, "keyRevocationActionType": { - "description": "KeyRevocationActionType of the instance. Supported options are \"STOP\" and \"NONE\". The default value is \"NONE\" if it is not specified.", + "description": "KeyRevocationActionType of the instance. Supported options are \"STOP\" and\n\"NONE\". The default value is \"NONE\" if it is not specified.", "enum": [ "KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED", "NONE", @@ -83432,15 +86153,15 @@ "type": "object" }, "machineType": { - "description": "The machine type to use for instances that are created from this machine image.", + "description": "The machine type to use for instances that are created from this machine\nimage.", "type": "string" }, "metadata": { "$ref": "Metadata", - "description": "The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information." + "description": "The metadata key/value pairs to assign to instances that are created from\nthis machine image. These pairs can consist of custom metadata or\npredefined keys. SeeProject and\ninstance metadata for more information." }, "minCpuPlatform": { - "description": "Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: \"Intel Haswell\" or minCpuPlatform: \"Intel Sandy Bridge\". For more information, read Specifying a Minimum CPU Platform.", + "description": "Minimum cpu/platform to be used by instances created from this machine\nimage. The instance may be scheduled on the specified or newer\ncpu/platform. Applicable values are the friendly names of CPU platforms,\nsuch as minCpuPlatform: \"Intel Haswell\" orminCpuPlatform: \"Intel Sandy Bridge\". For more\ninformation, read Specifying a\nMinimum CPU Platform.", "type": "string" }, "networkInterfaces": { @@ -83452,10 +86173,10 @@ }, "scheduling": { "$ref": "Scheduling", - "description": "Specifies the scheduling options for the instances that are created from this machine image." + "description": "Specifies the scheduling options for the instances that are created from\nthis machine image." }, "serviceAccounts": { - "description": "A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.", + "description": "A list of service accounts with specified scopes. Access tokens for these\nservice accounts are available to the instances that are created from this\nmachine image. Use metadata queries to obtain the access tokens for these\ninstances.", "items": { "$ref": "ServiceAccount" }, @@ -83463,25 +86184,25 @@ }, "tags": { "$ref": "Tags", - "description": "A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035." + "description": "A list of tags to apply to the instances that are created from this machine\nimage. The tags identify valid sources or targets for network firewalls.\nThe setTags method can modify this list of tags. Each tag within the list\nmust comply withRFC1035." } }, "type": "object" }, "SslCertificate": { - "description": "Represents an SSL certificate resource. Google Compute Engine has two SSL certificate resources: * [Global](/compute/docs/reference/rest/v1/sslCertificates) * [Regional](/compute/docs/reference/rest/v1/regionSslCertificates) The global SSL certificates (sslCertificates) are used by: - Global external Application Load Balancers - Classic Application Load Balancers - Proxy Network Load Balancers (with target SSL proxies) The regional SSL certificates (regionSslCertificates) are used by: - Regional external Application Load Balancers - Regional internal Application Load Balancers Optionally, certificate file contents that you upload can contain a set of up to five PEM-encoded certificates. The API call creates an object (sslCertificate) that holds this data. You can use SSL keys and certificates to secure connections to a load balancer. For more information, read Creating and using SSL certificates, SSL certificates quotas and limits, and Troubleshooting SSL certificates.", + "description": "Represents an SSL certificate resource.\n\nGoogle Compute Engine has two SSL certificate resources:\n\n* [Global](/compute/docs/reference/rest/v1/sslCertificates)\n* [Regional](/compute/docs/reference/rest/v1/regionSslCertificates)\n\n\nThe global SSL certificates (sslCertificates) are used by:\n \n - Global external Application Load Balancers\n - Classic Application Load Balancers\n - Proxy Network Load Balancers (with target SSL proxies)\n\n\n\nThe regional SSL certificates (regionSslCertificates) are used\nby:\n \n - Regional external Application Load Balancers\n - Regional internal Application Load Balancers\n\n\n\nOptionally, certificate file contents that you upload can contain a set of up\nto five PEM-encoded certificates.\nThe API call creates an object (sslCertificate) that holds this data.\nYou can use SSL keys and certificates to secure connections to a load\nbalancer.\nFor more information, read \nCreating and using SSL certificates,SSL certificates\nquotas and limits, and\nTroubleshooting SSL certificates.", "id": "SslCertificate", "properties": { "certificate": { - "description": "A value read into memory from a certificate file. The certificate file must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.", + "description": "A value read into memory from a certificate file. The certificate file must\nbe in PEM format. The certificate chain must be no greater than 5 certs\nlong. The chain must include at least one intermediate cert.", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "expireTime": { @@ -83489,13 +86210,13 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#sslCertificate", - "description": "[Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.", + "description": "[Output Only] Type of the resource. Alwayscompute#sslCertificate for SSL certificates.", "type": "string" }, "managed": { @@ -83503,16 +86224,16 @@ "description": "Configuration and status of a managed SSL certificate." }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "privateKey": { - "description": "A value read into memory from a write-only private key file. The private key file must be in PEM format. For security, only insert requests include this field.", + "description": "A value read into memory from a write-only private key file. The private\nkey file must be in PEM format. For security, only insert\nrequests include this field.", "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.", + "description": "[Output Only] URL of the region where the regional SSL Certificate\nresides. This field is not applicable to global SSL Certificate.", "type": "string" }, "selfLink": { @@ -83524,14 +86245,14 @@ "description": "Configuration and status of a self-managed SSL certificate." }, "subjectAlternativeNames": { - "description": "[Output Only] Domains associated with the certificate via Subject Alternative Name.", + "description": "[Output Only] Domains associated with the certificate via Subject\nAlternative Name.", "items": { "type": "string" }, "type": "array" }, "type": { - "description": "(Optional) Specifies the type of SSL certificate, either \"SELF_MANAGED\" or \"MANAGED\". If not specified, the certificate is self-managed and the fields certificate and private_key are used.", + "description": "(Optional) Specifies the type of SSL certificate, either \"SELF_MANAGED\" or\n\"MANAGED\". If not specified, the certificate is self-managed and the fieldscertificate and private_key are used.", "enum": [ "MANAGED", "SELF_MANAGED", @@ -83564,11 +86285,11 @@ }, "kind": { "default": "compute#sslCertificateAggregatedList", - "description": "[Output Only] Type of resource. Always compute#sslCertificateAggregatedList for lists of SSL Certificates.", + "description": "[Output Only] Type of resource. Alwayscompute#sslCertificateAggregatedList for lists of SSL\nCertificates.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -83586,7 +86307,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -83650,44 +86371,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -83730,7 +86451,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -83741,7 +86462,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -83805,44 +86526,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -83883,18 +86604,18 @@ "A managed certificate can be provisioned, no issues for this domain.", "", "Failed to check CAA records for the domain.", - "Certificate issuance forbidden by an explicit CAA record for the domain.", - "There seems to be problem with the user's DNS or load balancer configuration for this domain.", + "Certificate issuance forbidden by an explicit CAA record for the\ndomain.", + "There seems to be problem with the user's DNS or load balancer\nconfiguration for this domain.", "Reached rate-limit for certificates per top-level private domain.", - "Certificate provisioning for this domain is under way. GCP will attempt to provision the first certificate." + "Certificate provisioning for this domain is under way. GCP will\nattempt to provision the first certificate." ], "type": "string" }, - "description": "[Output only] Detailed statuses of the domains specified for managed certificate resource.", + "description": "[Output only] Detailed statuses of the domains specified for managed\ncertificate resource.", "type": "object" }, "domains": { - "description": "The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the [maximum number of domains per Google-managed SSL certificate](/load-balancing/docs/quotas#ssl_certificates).", + "description": "The domains for which a managed SSL certificate will be generated. Each\nGoogle-managed SSL certificate supports up to the [maximum number of\ndomains per Google-managed SSL\ncertificate](/load-balancing/docs/quotas#ssl_certificates).", "items": { "type": "string" }, @@ -83911,12 +86632,12 @@ "RENEWAL_FAILED" ], "enumDescriptions": [ - "The certificate management is working, and a certificate has been provisioned.", + "The certificate management is working, and a certificate has been\nprovisioned.", "", - "The certificate management is working. GCP will attempt to provision the first certificate.", - "Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.", - "Certificate provisioning failed due to an issue with the DNS or load balancing configuration. It won't be retried. To try again delete and create a new managed SslCertificate resource. For details of which domain failed, consult domain_status field.", - "Renewal of the certificate has failed due to an issue with the DNS or load balancing configuration. The existing cert is still serving; however, it will expire shortly. To provision a renewed certificate, delete and create a new managed SslCertificate resource. For details on which domain failed, consult domain_status field." + "The certificate management is working. GCP will attempt to provision\nthe first certificate.", + "Certificate provisioning failed due to an issue with the DNS\nor load balancing configuration.\nFor details of which domain failed, consult domain_status field.", + "Certificate provisioning failed due to an issue with the DNS\nor load balancing configuration. It won't be retried. To try again\ndelete and create a new managed SslCertificate resource.\nFor details of which domain failed, consult domain_status field.", + "Renewal of the certificate has failed due to an issue with the DNS\nor load balancing configuration. The existing cert is still serving;\nhowever, it will expire shortly. To provision a renewed certificate,\ndelete and create a new managed SslCertificate resource.\nFor details on which domain failed, consult domain_status field." ], "type": "string" } @@ -83928,11 +86649,11 @@ "id": "SslCertificateSelfManagedSslCertificate", "properties": { "certificate": { - "description": "A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.", + "description": "A local certificate file. The certificate must be in\nPEM format. The certificate chain must be no greater than 5 certs\nlong. The chain must include at least one intermediate cert.", "type": "string" }, "privateKey": { - "description": "A write-only private key in PEM format. Only insert requests will include this field.", + "description": "A write-only private key in PEM format. Only insert\nrequests will include this field.", "type": "string" } }, @@ -83949,10 +86670,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of backend services when the list is empty.", + "description": "Informational warning which replaces the list of\nbackend services when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -84016,44 +86737,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -84095,11 +86816,11 @@ }, "kind": { "default": "compute#sslPoliciesAggregatedList", - "description": "[Output Only] Type of resource. Always compute#sslPolicyAggregatedList for lists of SSL Policies.", + "description": "[Output Only] Type of resource. Alwayscompute#sslPolicyAggregatedList for lists of SSL Policies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -84117,7 +86838,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -84181,44 +86902,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -84256,11 +86977,11 @@ }, "kind": { "default": "compute#sslPoliciesList", - "description": "[Output Only] Type of the resource. Always compute#sslPoliciesList for lists of sslPolicies.", + "description": "[Output Only] Type of the resource. Alwayscompute#sslPoliciesList for lists of sslPolicies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -84271,7 +86992,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -84335,44 +87056,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -84417,10 +87138,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of SSL policies when the list is empty.", + "description": "Informational warning which replaces the list of\nSSL policies when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -84484,44 +87205,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -84544,22 +87265,22 @@ "type": "object" }, "SslPolicy": { - "description": "Represents an SSL Policy resource. Use SSL policies to control SSL features, such as versions and cipher suites, that are offered by Application Load Balancers and proxy Network Load Balancers. For more information, read SSL policies overview.", + "description": "Represents an SSL Policy resource.\n\nUse SSL policies to control SSL features, such as versions and cipher\nsuites, that are offered by Application Load Balancers and proxy Network Load\nBalancers. For more information, read \nSSL policies overview.", "id": "SslPolicy", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "customFeatures": { - "description": "A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.", + "description": "A list of features enabled when the selected profile is CUSTOM. The\n method returns the set of features that can be\nspecified in this list. This field must be empty if the profile is notCUSTOM.", "items": { "type": "string" }, "type": "array" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "enabledFeatures": { @@ -84570,57 +87291,61 @@ "type": "array" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a SslPolicy. An up-to-date fingerprint must be\nprovided in order to update the SslPolicy, otherwise the\nrequest will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve an SslPolicy.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#sslPolicy", - "description": "[Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.", + "description": "[Output only] Type of the resource. Alwayscompute#sslPolicyfor SSL policies.", "type": "string" }, "minTlsVersion": { - "description": "The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.", + "description": "The minimum version of SSL protocol that can be used by the clients to\nestablish a connection with the load balancer. This can be one ofTLS_1_0, TLS_1_1, TLS_1_2,TLS_1_3. When set to TLS_1_3, the profile field\nmust be set to RESTRICTED.", "enum": [ "TLS_1_0", "TLS_1_1", - "TLS_1_2" + "TLS_1_2", + "TLS_1_3" ], "enumDescriptions": [ "TLS 1.0", "TLS 1.1", - "TLS 1.2" + "TLS 1.2", + "TLS 1.3" ], "type": "string" }, "name": { - "description": "Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. The name must be 1-63 characters long, and comply\nwith RFC1035. Specifically, the name must be 1-63 characters\nlong and match the regular expression\n`[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character\nmust be a lowercase letter, and all following characters must be a dash,\nlowercase letter, or digit, except the last character, which cannot be a\ndash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "profile": { - "description": "Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.", + "description": "Profile specifies the set of SSL features that can be used by the load\nbalancer when negotiating SSL with clients. This can be one ofCOMPATIBLE, MODERN, RESTRICTED, orCUSTOM. If using CUSTOM, the set of SSL features\nto enable must be specified in the customFeatures field.", "enum": [ "COMPATIBLE", "CUSTOM", + "FIPS_202205", "MODERN", "RESTRICTED" ], "enumDescriptions": [ - "Compatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.", - "Custom profile. Allow only the set of allowed SSL features specified in the customFeatures field.", - "Modern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.", - "Restricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements." + "Compatible profile. Allows the broadset set of clients, even those which\nsupport only out-of-date SSL features to negotiate with the load\nbalancer.", + "Custom profile. Allow only the set of allowed SSL features specified in\nthe customFeatures field.", + "FIPS compatible profile. Supports a reduced set of SSL features,\nintended to meet FIPS 140-3 compliance requirements.", + "Modern profile. Supports a wide set of SSL features, allowing modern\nclients to negotiate SSL with the load balancer.", + "Restricted profile. Supports a reduced set of SSL features, intended to\nmeet stricter compliance requirements." ], "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.", + "description": "[Output Only] URL of the region where the regional SSL policy\nresides. This field is not applicable to global SSL policies.", "type": "string" }, "selfLink": { @@ -84628,11 +87353,11 @@ "type": "string" }, "warnings": { - "description": "[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.", + "description": "[Output Only] If potential misconfigurations are detected for this\nSSL policy, this field will be populated with warning messages.", "items": { "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -84696,44 +87421,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -84761,7 +87486,7 @@ "id": "SslPolicyReference", "properties": { "sslPolicy": { - "description": "URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.", + "description": "URL of the SSL policy resource. Set this to empty string to clear any\nexisting SSL policy associated with the target proxy resource.", "type": "string" } }, @@ -84784,21 +87509,21 @@ "additionalProperties": { "$ref": "StatefulPolicyPreservedStateDiskDevice" }, - "description": "Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.", + "description": "Disks created on the instances that will be preserved on instance\ndelete, update, etc. This map is keyed with the device names of\nthe disks.", "type": "object" }, "externalIPs": { "additionalProperties": { "$ref": "StatefulPolicyPreservedStateNetworkIp" }, - "description": "External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.", + "description": "External network IPs assigned to the instances that will be preserved on\ninstance delete, update, etc. This map is keyed with the network\ninterface name.", "type": "object" }, "internalIPs": { "additionalProperties": { "$ref": "StatefulPolicyPreservedStateNetworkIp" }, - "description": "Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.", + "description": "Internal network IPs assigned to the instances that will be preserved on\ninstance delete, update, etc. This map is keyed with the network\ninterface name.", "type": "object" } }, @@ -84808,7 +87533,7 @@ "id": "StatefulPolicyPreservedStateDiskDevice", "properties": { "autoDelete": { - "description": "These stateful disks will never be deleted during autohealing, update or VM instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.", + "description": "These stateful disks will never be deleted during autohealing,\nupdate or VM instance recreate operations.\nThis flag is used to configure if the disk should be deleted after it\nis no longer used by the group, e.g. when the given instance or\nthe whole group is deleted. Note: disks attached inREAD_ONLY mode cannot be auto-deleted.", "enum": [ "NEVER", "ON_PERMANENT_INSTANCE_DELETION" @@ -84826,7 +87551,7 @@ "id": "StatefulPolicyPreservedStateNetworkIp", "properties": { "autoDelete": { - "description": "These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted.", + "description": "These stateful IPs will never be released during autohealing,\nupdate or VM instance recreate operations.\nThis flag is used to configure if the IP reservation should be deleted\nafter it is no longer used by the group, e.g. when the given instance\nor the whole group is deleted.", "enum": [ "NEVER", "ON_PERMANENT_INSTANCE_DELETION" @@ -84841,7 +87566,7 @@ "type": "object" }, "Status": { - "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", + "description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). Each `Status` message contains\nthree pieces of data: error code, error message, and error details.\n\nYou can find out more about this error model and how to work with it in the\n[API Design Guide](https://cloud.google.com/apis/design/errors).", "id": "Status", "properties": { "code": { @@ -84850,7 +87575,7 @@ "type": "integer" }, "details": { - "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", + "description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use.", "items": { "additionalProperties": { "description": "Properties of the object. Contains field @type with type URL.", @@ -84862,7 +87587,7 @@ "type": "array" }, "message": { - "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", + "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.", "type": "string" } }, @@ -84881,31 +87606,31 @@ ], "enumDescriptions": [ "Advanced provisioning \"thinly\" allocates the related resource.", - "Standard provisioning allocates the related resource for the pool disks' exclusive use.", + "Standard provisioning allocates the related resource for the pool\ndisks' exclusive use.", "" ], "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#storagePool", - "description": "[Output Only] Type of the resource. Always compute#storagePool for storage pools.", + "description": "[Output Only] Type of the resource. Always compute#storagePool\nfor storage pools.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a storage pool.", + "description": "A fingerprint for the labels being applied to this storage pool, which is\nessentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a storage pool.", "format": "byte", "type": "string" }, @@ -84913,7 +87638,7 @@ "additionalProperties": { "type": "string" }, - "description": "Labels to apply to this storage pool. These can be later modified by the setLabels method.", + "description": "Labels to apply to this storage pool. These can be later modified by\nthe setLabels method.", "type": "object" }, "name": { @@ -84922,12 +87647,12 @@ "compute.storagePools.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?`\nwhich means the first character must be a lowercase letter, and all\nfollowing characters must be a dash, lowercase letter, or digit, except\nthe last character, which cannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "performanceProvisioningType": { - "description": "Provisioning type of the performance-related parameters of the pool, such as throughput and IOPS.", + "description": "Provisioning type of the performance-related parameters of the pool,\nsuch as throughput and IOPS.", "enum": [ "ADVANCED", "STANDARD", @@ -84935,7 +87660,7 @@ ], "enumDescriptions": [ "Advanced provisioning \"thinly\" allocates the related resource.", - "Standard provisioning allocates the related resource for the pool disks' exclusive use.", + "Standard provisioning allocates the related resource for the pool\ndisks' exclusive use.", "" ], "type": "string" @@ -84946,17 +87671,17 @@ "compute.storagePools.insert" ] }, - "description": "Size of the storage pool in GiB. For more information about the size limits, see https://cloud.google.com/compute/docs/disks/storage-pools.", + "description": "Size of the storage pool in GiB. For more information about the size\nlimits, see https://cloud.google.com/compute/docs/disks/storage-pools.", "format": "int64", "type": "string" }, "poolProvisionedIops": { - "description": "Provisioned IOPS of the storage pool. Only relevant if the storage pool type is hyperdisk-balanced.", + "description": "Provisioned IOPS of the storage pool. Only relevant if the storage pool\ntype is hyperdisk-balanced.", "format": "int64", "type": "string" }, "poolProvisionedThroughput": { - "description": "Provisioned throughput of the storage pool in MiB/s. Only relevant if the storage pool type is hyperdisk-balanced or hyperdisk-throughput.", + "description": "Provisioned throughput of the storage pool in MiB/s. Only relevant if the\nstorage pool type is hyperdisk-balanced or hyperdisk-throughput.", "format": "int64", "type": "string" }, @@ -84973,7 +87698,7 @@ "type": "string" }, "state": { - "description": "[Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is deleting. ", + "description": "[Output Only] The status of storage pool creation.\n \n \n - CREATING: Storage pool is provisioning.\n storagePool.\n - FAILED: Storage pool creation failed.\n - READY: Storage pool is ready for use.\n - DELETING: Storage pool is deleting.", "enum": [ "CREATING", "DELETING", @@ -84997,7 +87722,7 @@ "type": "string" }, "zone": { - "description": "[Output Only] URL of the zone where the storage pool resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the storage pool resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -85023,11 +87748,11 @@ }, "kind": { "default": "compute#storagePoolAggregatedList", - "description": "[Output Only] Type of resource. Always compute#storagePoolAggregatedList for aggregated lists of storage pools.", + "description": "[Output Only] Type of resource. Alwayscompute#storagePoolAggregatedList for aggregated lists of\nstorage pools.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -85045,7 +87770,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -85109,44 +87834,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -85179,7 +87904,7 @@ "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "disk": { @@ -85201,7 +87926,7 @@ "type": "string" }, "resourcePolicies": { - "description": "[Output Only] Resource policies applied to disk for automatic snapshot creations.", + "description": "[Output Only] Resource policies applied to disk for automatic snapshot\ncreations.", "items": { "type": "string" }, @@ -85228,7 +87953,7 @@ "Disk creation failed.", "Disk is ready for use.", "Source data is being copied into the disk.", - "Disk is currently unavailable and cannot be accessed, attached or detached." + "Disk is currently unavailable and cannot be accessed, attached or\ndetached." ], "type": "string" }, @@ -85264,11 +87989,11 @@ }, "kind": { "default": "compute#storagePoolList", - "description": "[Output Only] Type of resource. Always compute#storagePoolList for lists of storagePools.", + "description": "[Output Only] Type of resource. Always compute#storagePoolList\nfor lists of storagePools.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -85276,7 +88001,7 @@ "type": "string" }, "unreachables": { - "description": "[Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder", + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", "items": { "type": "string" }, @@ -85286,7 +88011,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -85350,44 +88075,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -85428,11 +88153,11 @@ }, "kind": { "default": "compute#storagePoolListDisks", - "description": "[Output Only] Type of resource. Always compute#storagePoolListDisks for lists of disks in a storagePool.", + "description": "[Output Only] Type of resource. Alwayscompute#storagePoolListDisks for lists of disks in a\nstoragePool.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -85440,7 +88165,7 @@ "type": "string" }, "unreachables": { - "description": "[Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder", + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", "items": { "type": "string" }, @@ -85450,7 +88175,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -85514,44 +88239,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -85583,7 +88308,7 @@ "type": "string" }, "lastResizeTimestamp": { - "description": "[Output Only] Timestamp of the last successful resize in RFC3339 text format.", + "description": "[Output Only] Timestamp of the last successful resize inRFC3339 text format.", "type": "string" }, "maxTotalProvisionedDiskCapacityGb": { @@ -85592,12 +88317,12 @@ "type": "string" }, "poolUsedCapacityBytes": { - "description": "[Output Only] Space used by data stored in disks within the storage pool (in bytes). This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.", + "description": "[Output Only] Space used by data stored in disks within the storage pool\n(in bytes). This will reflect the total number of bytes written to the\ndisks in the pool, in contrast to the capacity of those disks.", "format": "int64", "type": "string" }, "poolUsedIops": { - "description": "[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.", + "description": "[Output Only] Sum of all the disks' provisioned IOPS, minus some amount\nthat is allowed per disk that is not counted towards pool's IOPS\ncapacity. For more information, see\nhttps://cloud.google.com/compute/docs/disks/storage-pools.", "format": "int64", "type": "string" }, @@ -85607,12 +88332,12 @@ "type": "string" }, "poolUserWrittenBytes": { - "description": "[Output Only] Amount of data written into the pool, before it is compacted.", + "description": "[Output Only] Amount of data written into the pool, before it is\ncompacted.", "format": "int64", "type": "string" }, "totalProvisionedDiskCapacityGb": { - "description": "[Output Only] Sum of all the disks' provisioned capacity (in GiB) in this storage pool. A disk's provisioned capacity is the same as its total capacity.", + "description": "[Output Only] Sum of all the disks' provisioned capacity (in GiB) in\nthis storage pool. A disk's provisioned capacity is the same as its total\ncapacity.", "format": "int64", "type": "string" }, @@ -85622,7 +88347,7 @@ "type": "string" }, "totalProvisionedDiskThroughput": { - "description": "[Output Only] Sum of all the disks' provisioned throughput in MiB/s, minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.", + "description": "[Output Only] Sum of all the disks' provisioned throughput in MiB/s,\nminus some amount that is allowed per disk that is not counted towards\npool's throughput capacity.", "format": "int64", "type": "string" } @@ -85633,25 +88358,25 @@ "id": "StoragePoolType", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "deprecated": { "$ref": "DeprecationStatus", - "description": "[Output Only] The deprecation status associated with this storage pool type." + "description": "[Output Only] The deprecation status associated with this storage pool\ntype." }, "description": { "description": "[Output Only] An optional description of this resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#storagePoolType", - "description": "[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types.", + "description": "[Output Only] Type of the resource. Alwayscompute#storagePoolType for storage pool types.", "type": "string" }, "maxPoolProvisionedCapacityGb": { @@ -85685,7 +88410,7 @@ "type": "string" }, "minSizeGb": { - "description": "[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead.", + "description": "[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb\ninstead.", "format": "int64", "type": "string" }, @@ -85710,7 +88435,7 @@ "type": "array" }, "zone": { - "description": "[Output Only] URL of the zone where the storage pool type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the storage pool type resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -85733,11 +88458,11 @@ }, "kind": { "default": "compute#storagePoolTypeAggregatedList", - "description": "[Output Only] Type of resource. Always compute#storagePoolTypeAggregatedList .", + "description": "[Output Only] Type of resource. Alwayscompute#storagePoolTypeAggregatedList.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -85748,7 +88473,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -85812,44 +88537,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -85888,11 +88613,11 @@ }, "kind": { "default": "compute#storagePoolTypeList", - "description": "[Output Only] Type of resource. Always compute#storagePoolTypeList for storage pool types.", + "description": "[Output Only] Type of resource. Alwayscompute#storagePoolTypeList for storage pool types.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -85903,7 +88628,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -85967,44 +88692,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -86037,10 +88762,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of storage pool types when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of storage pool\ntypes when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -86104,44 +88829,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -86174,10 +88899,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of storage pool when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of storage pool\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -86241,44 +88966,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -86301,60 +89026,60 @@ "type": "object" }, "Subnetwork": { - "description": "Represents a Subnetwork resource. A subnetwork (also known as a subnet) is a logical partition of a Virtual Private Cloud network with one primary IP range and zero or more secondary IP ranges. For more information, read Virtual Private Cloud (VPC) Network.", + "description": "Represents a Subnetwork resource.\n\nA subnetwork (also known as a subnet) is a logical partition of a Virtual\nPrivate Cloud network with one primary IP range and zero or more secondary\nIP ranges. For more information, read\nVirtual Private Cloud (VPC) Network.", "id": "Subnetwork", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource. This field can be set only at resource creation time.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource. This field can be set only at resource creation time.", "type": "string" }, "enableFlowLogs": { - "description": "Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is determined by the org policy, if there is no org policy specified, then it will default to disabled. This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.", + "description": "Whether to enable flow logging for this subnetwork. If this field is not\nexplicitly set, it will not appear in get listings. If not set\nthe default behavior is determined by the org policy, if there is no org\npolicy specified, then it will default to disabled. This field isn't\nsupported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY.", "type": "boolean" }, "externalIpv6Prefix": { - "description": "The external IPv6 address range that is owned by this subnetwork.", + "description": "The external IPv6 address range that is owned by this\nsubnetwork.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a Subnetwork. An up-to-date fingerprint must be provided in order to update the Subnetwork, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a Subnetwork.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a Subnetwork. An up-to-date fingerprint must be\nprovided in order to update the Subnetwork, otherwise the\nrequest will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a Subnetwork.", "format": "byte", "type": "string" }, "gatewayAddress": { - "description": "[Output Only] The gateway address for default routes to reach destination addresses outside this subnetwork.", + "description": "[Output Only] The gateway address for default routes to reach destination\naddresses outside this subnetwork.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "internalIpv6Prefix": { - "description": "The internal IPv6 address range that is owned by this subnetwork.", + "description": "The internal IPv6 address range that is owned by this\nsubnetwork.", "type": "string" }, "ipCidrRange": { - "description": "The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a network. Only IPv4 is supported. This field is set at resource creation time. The range can be any range listed in the Valid ranges list. The range can be expanded after creation using expandIpCidrRange.", + "description": "The range of internal addresses that are owned by this subnetwork.\nProvide this property when you create the subnetwork. For example,10.0.0.0/8 or 100.64.0.0/10. Ranges must\nbe unique and non-overlapping within a network. Only IPv4 is supported.\nThis field is set at resource creation time. The range can be any range\nlisted in theValid\nranges list. The range can be expanded after creation usingexpandIpCidrRange.", "type": "string" }, "ipCollection": { - "description": "Reference to the source of IP, like a PublicDelegatedPrefix (PDP) for BYOIP. The PDP must be a sub-PDP in EXTERNAL_IPV6_SUBNETWORK_CREATION mode. Use one of the following formats to specify a sub-PDP when creating a dual stack subnetwork with external access using BYOIP: - Full resource URL, as in https://www.googleapis.com/compute/v1/projects/projectId/regions/region /publicDelegatedPrefixes/sub-pdp-name - Partial URL, as in - projects/projectId/regions/region/publicDelegatedPrefixes/ sub-pdp-name - regions/region/publicDelegatedPrefixes/sub-pdp-name ", + "description": "Reference to the source of IP, like a PublicDelegatedPrefix\n(PDP) for BYOIP. The PDP must be a sub-PDP in\nEXTERNAL_IPV6_SUBNETWORK_CREATION or INTERNAL_IPV6_SUBNETWORK_CREATION\nmode.\n\nUse one of the following formats to specify a sub-PDP when creating a dual\nstack or IPv6-only subnetwork with external access using BYOIP:\n \n - \n Full resource URL, as inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/sub-pdp-name\n - \n Partial URL, as in\n \n \n - projects/projectId/regions/region/publicDelegatedPrefixes/sub-pdp-name\n - regions/region/publicDelegatedPrefixes/sub-pdp-name", "type": "string" }, "ipv6AccessType": { - "description": "The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.", + "description": "The access type of IPv6 address this subnet holds. It's immutable and can\nonly be specified during creation or the first time the subnet is updated\ninto IPV4_IPV6 dual stack.", "enum": [ "EXTERNAL", "INTERNAL" ], "enumDescriptions": [ - "VMs on this subnet will be assigned IPv6 addresses that are accessible via the Internet, as well as the VPC network.", - "VMs on this subnet will be assigned IPv6 addresses that are only accessible over the VPC network." + "VMs on this subnet will be assigned IPv6 addresses that are accessible\nvia the Internet, as well as the VPC network.", + "VMs on this subnet will be assigned IPv6 addresses that are only\naccessible over the VPC network." ], "type": "string" }, @@ -86363,7 +89088,7 @@ "type": "string" }, "ipv6GceEndpoint": { - "description": "[Output Only] Possible endpoints of this subnetwork. It can be one of the following: - VM_ONLY: The subnetwork can be used for creating instances and IPv6 addresses with VM endpoint type. Such a subnetwork gets external IPv6 ranges from a public delegated prefix and cannot be used to create NetLb. - VM_AND_FR: The subnetwork can be used for creating both VM instances and Forwarding Rules. It can also be used to reserve IPv6 addresses with both VM and FR endpoint types. Such a subnetwork gets its IPv6 range from Google IP Pool directly. ", + "description": "[Output Only] Possible endpoints of this subnetwork. It can be one of the\nfollowing:\n \n - VM_ONLY: The subnetwork can be used for creating instances and\n IPv6 addresses with VM endpoint type. Such a subnetwork gets external IPv6\n ranges from a public delegated prefix and cannot be used to create NetLb.\n - VM_AND_FR: The subnetwork can be used for creating both VM\n instances and Forwarding Rules. It can also be used to reserve IPv6\n addresses with both VM and FR endpoint types. Such a subnetwork gets its\n IPv6 range from Google IP Pool directly.", "enum": [ "VM_AND_FR", "VM_ONLY" @@ -86376,32 +89101,32 @@ }, "kind": { "default": "compute#subnetwork", - "description": "[Output Only] Type of the resource. Always compute#subnetwork for Subnetwork resources.", + "description": "[Output Only] Type of the resource. Always compute#subnetwork\nfor Subnetwork resources.", "type": "string" }, "logConfig": { "$ref": "SubnetworkLogConfig", - "description": "This field denotes the VPC flow logging options for this subnetwork. If logging is enabled, logs are exported to Cloud Logging." + "description": "This field denotes the VPC flow logging options for this subnetwork.\nIf logging is enabled, logs are exported to Cloud Logging." }, "name": { - "description": "The name of the resource, provided by the client when initially creating the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "The name of the resource, provided by the client when initially creating\nthe resource. The name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "network": { - "description": "The URL of the network to which this subnetwork belongs, provided by the client when initially creating the subnetwork. This field can be set only at resource creation time.", + "description": "The URL of the network to which this subnetwork belongs, provided by the\nclient when initially creating the subnetwork. This field can be set only\nat resource creation time.", "type": "string" }, "params": { "$ref": "SubnetworkParams", - "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted\nas part of resource payload." }, "privateIpGoogleAccess": { - "description": "Whether the VMs in this subnet can access Google services without assigned external IP addresses. This field can be both set at resource creation time and updated using setPrivateIpGoogleAccess.", + "description": "Whether the VMs in this subnet can access Google services without assigned\nexternal IP addresses. This field can be both set at resource creation\ntime and updated using setPrivateIpGoogleAccess.", "type": "boolean" }, "privateIpv6GoogleAccess": { - "description": "This field is for internal use. This field can be both set at resource creation time and updated using patch.", + "description": "This field is for internal use.\n\nThis field can be both set at resource creation time and updated usingpatch.", "enum": [ "DISABLE_GOOGLE_ACCESS", "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE", @@ -86427,8 +89152,8 @@ ], "enumDescriptions": [ "Subnet reserved for Global Envoy-based Load Balancing.", - "Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.", - "Subnetwork will be used for Migration from one peered VPC to another. (a transient state of subnetwork while migrating resources from one project to another).", + "Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy\npurpose, please use REGIONAL_MANAGED_PROXY instead.", + "Subnetwork will be used for Migration from one peered VPC to another.\n(a transient state of subnetwork\nwhile migrating resources from one project to another).", "Regular user created or automatically created subnet.", "Subnetwork used as source range for Private NAT Gateways.", "Regular user created or automatically created subnet.", @@ -86438,7 +89163,7 @@ "type": "string" }, "region": { - "description": "URL of the region where the Subnetwork resides. This field can be set only at resource creation time.", + "description": "URL of the region where the Subnetwork resides. This\nfield can be set only at resource creation time.", "type": "string" }, "reservedInternalRange": { @@ -86446,7 +89171,7 @@ "type": "string" }, "role": { - "description": "The role of subnetwork. Currently, this field is only used when purpose is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.", + "description": "The role of subnetwork. Currently, this field is only used when\npurpose is set to GLOBAL_MANAGED_PROXY orREGIONAL_MANAGED_PROXY. The value can be set toACTIVE or BACKUP. An ACTIVE\nsubnetwork is one that is currently being used for Envoy-based load\nbalancers in a region. A BACKUP subnetwork is one that is\nready to be promoted to ACTIVE or is currently draining.\nThis field can be updated with a patch request.", "enum": [ "ACTIVE", "BACKUP" @@ -86458,7 +89183,7 @@ "type": "string" }, "secondaryIpRanges": { - "description": "An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. This field can be updated with a patch request.", + "description": "An array of configurations for secondary IP ranges for VM instances\ncontained in this subnetwork. The primary IP of such VM must belong to the\nprimary ipCidrRange of the subnetwork. The alias IPs may belong to either\nprimary or secondary ranges. This field can be updated with apatch request.", "items": { "$ref": "SubnetworkSecondaryRange" }, @@ -86469,7 +89194,7 @@ "type": "string" }, "stackType": { - "description": "The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.", + "description": "The stack type for the subnet. If set to IPV4_ONLY, new VMs\nin the subnet are assigned IPv4 addresses only. If set toIPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and\nIPv6 addresses. If not specified, IPV4_ONLY is used.\n\nThis field can be both set at resource creation time and updated usingpatch.", "enum": [ "IPV4_IPV6", "IPV4_ONLY", @@ -86478,12 +89203,12 @@ "enumDescriptions": [ "New VMs in this subnet can have both IPv4 and IPv6 addresses.", "New VMs in this subnet will only be assigned IPv4 addresses.", - "New VMs in this subnet will only be assigned IPv6 addresses." + "New VMs in this subnet will only be assigned IPv6 addresses." ], "type": "string" }, "state": { - "description": "[Output Only] The state of the subnetwork, which can be one of the following values: READY: Subnetwork is created and ready to use DRAINING: only applicable to subnetworks that have the purpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A subnetwork that is draining cannot be used or modified until it reaches a status of READY", + "description": "[Output Only] The state of the subnetwork, which can be one of the\nfollowing values:READY: Subnetwork is created and ready to useDRAINING: only applicable to subnetworks that have the\npurpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that\nconnections to the load balancer are being drained. A subnetwork that is\ndraining cannot be used or modified until it reaches a status ofREADY", "enum": [ "DRAINING", "READY" @@ -86495,7 +89220,7 @@ "type": "string" }, "systemReservedExternalIpv6Ranges": { - "description": "Output only. [Output Only] The array of external IPv6 network ranges reserved from the subnetwork's external IPv6 range for system use.", + "description": "Output only. [Output Only] The array of external IPv6 network ranges reserved from\nthe subnetwork's external IPv6 range for system use.", "items": { "type": "string" }, @@ -86503,7 +89228,7 @@ "type": "array" }, "systemReservedInternalIpv6Ranges": { - "description": "Output only. [Output Only] The array of internal IPv6 network ranges reserved from the subnetwork's internal IPv6 range for system use.", + "description": "Output only. [Output Only] The array of internal IPv6 network ranges reserved from\nthe subnetwork's internal IPv6 range for system use.", "items": { "type": "string" }, @@ -86512,7 +89237,7 @@ }, "utilizationDetails": { "$ref": "SubnetworkUtilizationDetails", - "description": "Output only. [Output Only] The current IP utilization of all subnetwork ranges. Contains the total number of allocated and free IPs in each range.", + "description": "Output only. [Output Only] The current IP utilization of all subnetwork ranges. Contains\nthe total number of allocated and free IPs in each range.", "readOnly": true } }, @@ -86535,11 +89260,11 @@ }, "kind": { "default": "compute#subnetworkAggregatedList", - "description": "[Output Only] Type of resource. Always compute#subnetworkAggregatedList for aggregated lists of subnetworks.", + "description": "[Output Only] Type of resource. Alwayscompute#subnetworkAggregatedList for aggregated lists of\nsubnetworks.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -86557,7 +89282,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -86621,44 +89346,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -86697,11 +89422,11 @@ }, "kind": { "default": "compute#subnetworkList", - "description": "[Output Only] Type of resource. Always compute#subnetworkList for lists of subnetworks.", + "description": "[Output Only] Type of resource. Always compute#subnetworkList\nfor lists of subnetworks.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -86712,7 +89437,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -86776,44 +89501,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -86840,7 +89565,7 @@ "id": "SubnetworkLogConfig", "properties": { "aggregationInterval": { - "description": "Can only be specified if VPC flow logging for this subnetwork is enabled. Toggles the aggregation interval for collecting flow logs. Increasing the interval time will reduce the amount of generated flow logs for long lasting connections. Default is an interval of 5 seconds per connection.", + "description": "Can only be specified if VPC flow logging for this subnetwork is enabled.\nToggles the aggregation interval for collecting flow logs. Increasing the\ninterval time will reduce the amount of generated flow logs for long\nlasting connections. Default is an interval of 5 seconds per connection.", "enum": [ "INTERVAL_10_MIN", "INTERVAL_15_MIN", @@ -86860,20 +89585,20 @@ "type": "string" }, "enable": { - "description": "Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is determined by the org policy, if there is no org policy specified, then it will default to disabled. Flow logging isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.", + "description": "Whether to enable flow logging for this subnetwork. If this field is not\nexplicitly set, it will not appear in get listings. If not\nset the default behavior is determined by the org policy, if there is no\norg policy specified, then it will default to disabled.\nFlow logging isn't supported if the subnet purpose field is\nset to REGIONAL_MANAGED_PROXY.", "type": "boolean" }, "filterExpr": { - "description": "Can only be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to define which VPC flow logs should be exported to Cloud Logging.", + "description": "Can only be specified if VPC flow logs for this subnetwork is enabled.\nThe filter expression is used to define which VPC flow logs should be\nexported to Cloud Logging.", "type": "string" }, "flowSampling": { - "description": "Can only be specified if VPC flow logging for this subnetwork is enabled. The value of the field must be in [0, 1]. Set the sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default is 0.5 unless otherwise specified by the org policy, which means half of all collected logs are reported.", + "description": "Can only be specified if VPC flow logging for this subnetwork is enabled.\nThe value of the field must be in [0, 1]. Set the sampling rate of VPC\nflow logs within the subnetwork where 1.0 means all collected logs are\nreported and 0.0 means no logs are reported. Default is 0.5 unless\notherwise specified by the org policy, which means half of all collected\nlogs are reported.", "format": "float", "type": "number" }, "metadata": { - "description": "Can only be specified if VPC flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA.", + "description": "Can only be specified if VPC flow logs for this subnetwork is enabled.\nConfigures whether all, none or a subset of metadata fields should be\nadded to the reported VPC flow logs. Default isEXCLUDE_ALL_METADATA.", "enum": [ "CUSTOM_METADATA", "EXCLUDE_ALL_METADATA", @@ -86887,7 +89612,7 @@ "type": "string" }, "metadataFields": { - "description": "Can only be specified if VPC flow logs for this subnetwork is enabled and \"metadata\" was set to CUSTOM_METADATA.", + "description": "Can only be specified if VPC flow logs for this subnetwork is enabled and\n\"metadata\" was set to CUSTOM_METADATA.", "items": { "type": "string" }, @@ -86904,7 +89629,7 @@ "additionalProperties": { "type": "string" }, - "description": "Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"} * {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", + "description": "Tag keys/values directly bound to this resource.\nTag keys and values have the same definition as resource\nmanager tags. The field is allowed for INSERT\nonly. The keys/values to set on the resource should be specified in\neither ID { : } or Namespaced format\n{ : }.\nFor example the following are valid inputs:\n* {\"tagKeys/333\" : \"tagValues/444\", \"tagKeys/123\" : \"tagValues/456\"}\n* {\"123/environment\" : \"production\", \"345/abc\" : \"xyz\"}\nNote:\n* Invalid combinations of ID & namespaced format is not supported. For\n instance: {\"123/environment\" : \"tagValues/444\"} is invalid.", "type": "object" } }, @@ -86915,11 +89640,11 @@ "id": "SubnetworkSecondaryRange", "properties": { "ipCidrRange": { - "description": "The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.", + "description": "The range of IP addresses belonging to this subnetwork secondary range.\nProvide this property when you create the subnetwork. Ranges must be\nunique and non-overlapping with all primary and secondary IP ranges\nwithin a network. Only IPv4 is supported. The range can be any range\nlisted in theValid\nranges list.", "type": "string" }, "rangeName": { - "description": "The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.", + "description": "The name associated with this subnetwork secondary range, used when adding\nan alias IP range to a VM instance.\nThe name must be 1-63 characters long, and comply withRFC1035.\nThe name must be unique within the subnetwork.", "type": "string" }, "reservedInternalRange": { @@ -86930,7 +89655,7 @@ "type": "object" }, "SubnetworkUtilizationDetails": { - "description": "The current IP utilization of all subnetwork ranges. Contains the total number of allocated and free IPs in each range.", + "description": "The current IP utilization of all subnetwork ranges. Contains the total\nnumber of allocated and free IPs in each range.", "id": "SubnetworkUtilizationDetails", "properties": { "externalIpv6InstanceUtilization": { @@ -86946,7 +89671,7 @@ "description": "Utilizations of internal IPV6 IP range." }, "ipv4Utilizations": { - "description": "Utilizations of all IPV4 IP ranges. For primary ranges, the range name will be empty.", + "description": "Utilizations of all IPV4 IP ranges. For primary ranges, the range name\nwill be empty.", "items": { "$ref": "SubnetworkUtilizationDetailsIPV4Utilization" }, @@ -86991,7 +89716,7 @@ "id": "SubnetworksExpandIpCidrRangeRequest", "properties": { "ipCidrRange": { - "description": "The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.", + "description": "The IP (in CIDR format or netmask) of internal addresses that are legal on\nthis Subnetwork. This range should be disjoint from other subnetworks\nwithin this network. This range can only be larger than (i.e. a superset\nof) the range previously defined before the update.", "type": "string" } }, @@ -87008,10 +89733,10 @@ "type": "array" }, "warning": { - "description": "An informational warning that appears when the list of addresses is empty.", + "description": "An informational warning that appears when the list of addresses\nis empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -87075,44 +89800,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -87145,7 +89870,7 @@ "description": "An informational warning about unreachable scope", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -87209,44 +89934,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -87278,7 +90003,7 @@ "type": "object" }, "Subsetting": { - "description": "Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and Traffic Director.", + "description": "Subsetting configuration for this BackendService.\nCurrently this is applicable only for Internal TCP/UDP load balancing,\nInternal HTTP(S) load balancing and Traffic Director.", "id": "Subsetting", "properties": { "policy": { @@ -87287,8 +90012,8 @@ "NONE" ], "enumDescriptions": [ - "Subsetting based on consistent hashing. For Traffic Director, the number of backends per backend group (the subset size) is based on the `subset_size` parameter. For Internal HTTP(S) load balancing, the number of backends per backend group (the subset size) is dynamically adjusted in two cases: - As the number of proxy instances participating in Internal HTTP(S) load balancing increases, the subset size decreases. - When the total number of backends in a network exceeds the capacity of a single proxy instance, subset sizes are reduced automatically for each service that has backend subsetting enabled.", - "No Subsetting. Clients may open connections and send traffic to all backends of this backend service. This can lead to performance issues if there is substantial imbalance in the count of clients and backends." + "Subsetting based on consistent hashing.\n\nFor Traffic Director, the number of backends per backend group\n(the subset size) is based on the `subset_size` parameter.\n\nFor Internal HTTP(S) load balancing, the number of backends per backend\ngroup (the subset size) is dynamically adjusted in two cases:\n- As the number of proxy instances participating in Internal HTTP(S) load\n balancing increases, the subset size decreases.\n- When the total number of backends in a network exceeds the capacity of\n a single proxy instance, subset sizes are reduced automatically for\n each service that has backend subsetting enabled.", + "No Subsetting.\n\nClients may open connections and send traffic to all backends of this\nbackend service. This can lead to performance issues if there is\nsubstantial imbalance in the count of clients and backends." ], "type": "string" } @@ -87299,7 +90024,7 @@ "id": "TCPHealthCheck", "properties": { "port": { - "description": "The TCP port number to which the health check prober sends packets. The default value is 80. Valid values are 1 through 65535.", + "description": "The TCP port number to which the health check prober sends packets. The\ndefault value is 80. Valid values are 1 through65535.", "format": "int32", "type": "integer" }, @@ -87308,21 +90033,21 @@ "type": "string" }, "portSpecification": { - "description": "Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.", + "description": "Specifies how a port is selected for health checking. Can be one of the\nfollowing values: \nUSE_FIXED_PORT: Specifies a port number explicitly using theport field in the health check. Supported by backend services\nfor passthrough load balancers and backend services for proxy load\nbalancers. Not supported by target pools. The health check supports all\nbackends supported by the backend service provided the backend can be\nhealth checked. For example, GCE_VM_IP network endpoint\ngroups, GCE_VM_IP_PORT network endpoint groups, and instance\ngroup backends. \nUSE_NAMED_PORT: Not supported. \nUSE_SERVING_PORT: Provides an indirect method of specifying\nthe health check port by referring to the backend service. Only supported\nby backend services for proxy load balancers. Not supported by target\npools. Not supported by backend services for passthrough load balancers.\nSupports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint groups and instance group\nbackends.\n\nFor GCE_VM_IP_PORT network endpoint group backends, the health\ncheck uses the port number specified for each endpoint in the network\nendpoint group. For instance group backends, the health check uses the\nport number determined by looking up the backend service's named port in\nthe instance group's list of named ports.", "enum": [ "USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT" ], "enumDescriptions": [ - "The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.", + "The port number in the health check's port is used for health\nchecking. Applies to network endpoint group and instance group backends.", "Not supported.", - "For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports." + "For network endpoint group backends, the health check uses the port number\nspecified on each endpoint in the network endpoint group. For instance\ngroup backends, the health check uses the port number specified for the\nbackend service's named port defined in the instance group's named ports." ], "type": "string" }, "proxyHeader": { - "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.", + "description": "Specifies the type of proxy header to append before sending data to the\nbackend, either NONE or PROXY_V1. The default\nis NONE.", "enum": [ "NONE", "PROXY_V1" @@ -87334,11 +90059,11 @@ "type": "string" }, "request": { - "description": "Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection.", + "description": "Instructs the health check prober to send this exact ASCII string, up to\n1024 bytes in length, after establishing the TCP connection.", "type": "string" }, "response": { - "description": "Creates a content-based TCP health check. In addition to establishing a TCP connection, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp", + "description": "Creates a content-based TCP health check. In addition to establishing a\nTCP connection, you can configure the health check to pass only when the\nbackend sends this exact response ASCII string, up to 1024 bytes in length.\nFor details, see:\nhttps://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp", "type": "string" } }, @@ -87349,12 +90074,12 @@ "id": "Tags", "properties": { "fingerprint": { - "description": "Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or change tags. To see the latest fingerprint, make get() request to the instance.", + "description": "Specifies a fingerprint for this request, which is essentially a hash of\nthe tags' contents and used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update tags. You must always provide an\nup-to-date fingerprint hash in order to update or change tags.\n\nTo see the latest fingerprint, make get() request to the\ninstance.", "format": "byte", "type": "string" }, "items": { - "description": "An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.", + "description": "An array of tags. Each tag must be 1-63 characters long, and comply\nwith RFC1035.", "items": { "type": "string" }, @@ -87365,30 +90090,30 @@ "type": "object" }, "TargetGrpcProxy": { - "description": "Represents a Target gRPC Proxy resource. A target gRPC proxy is a component of load balancers intended for load balancing gRPC traffic. Only global forwarding rules with load balancing scheme INTERNAL_SELF_MANAGED can reference a target gRPC proxy. The target gRPC Proxy references a URL map that specifies how traffic is routed to gRPC backend services.", + "description": "Represents a Target gRPC Proxy resource.\n\nA target gRPC proxy is a component of load balancers intended for\nload balancing gRPC traffic. Only global forwarding rules with load balancing\nscheme INTERNAL_SELF_MANAGED can reference a target gRPC proxy. The target\ngRPC Proxy references a URL map that specifies how traffic is routed to\ngRPC backend services.", "id": "TargetGrpcProxy", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetGrpcProxy. An up-to-date fingerprint must be provided in order to patch/update the TargetGrpcProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetGrpcProxy.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a TargetGrpcProxy. An up-to-date fingerprint must\nbe provided in order to patch/update the TargetGrpcProxy; otherwise, the\nrequest will fail with error 412 conditionNotMet. To see the\nlatest fingerprint, make a get() request to retrieve the\nTargetGrpcProxy.", "format": "byte", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.", + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#targetGrpcProxy", - "description": "[Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies.", + "description": "[Output Only] Type of the resource. Alwayscompute#targetGrpcProxy for target grpc proxies.", "type": "string" }, "name": { @@ -87397,7 +90122,7 @@ "compute.targetGrpcProxies.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -87410,11 +90135,11 @@ "type": "string" }, "urlMap": { - "description": "URL to the UrlMap resource that defines the mapping from URL to the BackendService. The protocol field in the BackendService must be set to GRPC.", + "description": "URL to the UrlMap resource that defines the mapping from URL to the\nBackendService. The protocol field in the BackendService must be set to\nGRPC.", "type": "string" }, "validateForProxyless": { - "description": "If true, indicates that the BackendServices referenced by the urlMap may be accessed by gRPC applications without using a sidecar proxy. This will enable configuration checks on urlMap and its referenced BackendServices to not allow unsupported features. A gRPC application must use \"xds:///\" scheme in the target URI of the service it is connecting to. If false, indicates that the BackendServices referenced by the urlMap will be accessed by gRPC applications via a sidecar proxy. In this case, a gRPC application must not use \"xds:///\" scheme in the target URI of the service it is connecting to", + "description": "If true, indicates that the BackendServices referenced by the urlMap may be\naccessed by gRPC applications without using a sidecar proxy. This will\nenable configuration checks on urlMap and its referenced BackendServices to\nnot allow unsupported features. A gRPC application must use\n\"xds:///\" scheme in the target URI of the service it is\nconnecting to.\nIf false, indicates that the BackendServices referenced by the urlMap will\nbe accessed by gRPC applications via a sidecar proxy. In this case, a gRPC\napplication must not use \"xds:///\" scheme in the target URI of\nthe service it is connecting to", "type": "boolean" } }, @@ -87436,11 +90161,11 @@ }, "kind": { "default": "compute#targetGrpcProxyList", - "description": "[Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies.", + "description": "[Output Only] Type of the resource. Alwayscompute#targetGrpcProxy for target grpc proxies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -87451,7 +90176,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -87515,44 +90240,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -87585,10 +90310,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of backend services when the list is empty.", + "description": "Informational warning which replaces the list of\nbackend services when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -87652,44 +90377,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -87712,48 +90437,48 @@ "type": "object" }, "TargetHttpProxy": { - "description": "Represents a Target HTTP Proxy resource. Google Compute Engine has two Target HTTP Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpProxies) A target HTTP proxy is a component of Google Cloud HTTP load balancers. * targetHttpProxies are used by global external Application Load Balancers, classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * regionTargetHttpProxies are used by regional internal Application Load Balancers and regional external Application Load Balancers. Forwarding rules reference a target HTTP proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.", + "description": "Represents a Target HTTP Proxy resource.\n\nGoogle Compute Engine has two Target HTTP Proxy resources:\n\n* [Global](/compute/docs/reference/rest/v1/targetHttpProxies)\n* [Regional](/compute/docs/reference/rest/v1/regionTargetHttpProxies)\n\nA target HTTP proxy is a component of Google Cloud HTTP load balancers.\n\n* targetHttpProxies are used by global external Application Load Balancers,\n classic Application Load Balancers, cross-region internal Application Load\n Balancers, and Traffic Director.\n* regionTargetHttpProxies are used by regional internal Application Load\n Balancers and regional external Application Load Balancers.\n\nForwarding rules reference a target HTTP proxy, and the target proxy\nthen references a URL map. For more information, readUsing Target Proxies\nand \nForwarding rule concepts.", "id": "TargetHttpProxy", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetHttpProxy. An up-to-date fingerprint must be provided in order to patch/update the TargetHttpProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetHttpProxy.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a TargetHttpProxy. An up-to-date fingerprint must\nbe provided in order to patch/update the TargetHttpProxy; otherwise, the\nrequest will fail with error 412 conditionNotMet. To see the\nlatest fingerprint, make a get() request to retrieve the\nTargetHttpProxy.", "format": "byte", "type": "string" }, "httpKeepAliveTimeoutSec": { - "description": "Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds). If an HTTP keep-alive is not specified, a default value (610 seconds) will be used. For global external Application Load Balancers, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For classic Application Load Balancers, this option is not supported.", + "description": "Specifies how long to keep a connection open, after completing a response,\nwhile there is no matching traffic (in seconds). If an HTTP keep-alive is\nnot specified, a default value (610 seconds) will be used.\n\nFor global external Application Load Balancers, the minimum allowed value\nis 5 seconds and the maximum allowed value is 1200 seconds.\n\nFor classic Application Load Balancers, this option is not supported.", "format": "int32", "type": "integer" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#targetHttpProxy", - "description": "[Output Only] Type of resource. Always compute#targetHttpProxy for target HTTP proxies.", + "description": "[Output Only] Type of resource. Always compute#targetHttpProxy\nfor target HTTP proxies.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "proxyBind": { - "description": "This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.", + "description": "This field only applies when the forwarding rule that references this\ntarget proxy has a loadBalancingScheme set toINTERNAL_SELF_MANAGED.\n\nWhen this field is set to true, Envoy proxies set up inbound\ntraffic interception and bind to the IP address and port specified in the\nforwarding rule. This is generally useful when using Traffic Director to\nconfigure Envoy as a gateway or middle proxy (in other words, not a\nsidecar proxy). The Envoy proxy listens for inbound requests and handles\nrequests when it receives them.\n\nThe default is false.", "type": "boolean" }, "region": { - "description": "[Output Only] URL of the region where the regional Target HTTP Proxy resides. This field is not applicable to global Target HTTP Proxies.", + "description": "[Output Only] URL of the region where the regional Target HTTP Proxy\nresides. This field is not applicable to global Target HTTP Proxies.", "type": "string" }, "selfLink": { @@ -87761,7 +90486,7 @@ "type": "string" }, "urlMap": { - "description": "URL to the UrlMap resource that defines the mapping from URL to the BackendService.", + "description": "URL to the UrlMap resource that defines the mapping from URL to\nthe BackendService.", "type": "string" } }, @@ -87784,11 +90509,11 @@ }, "kind": { "default": "compute#targetHttpProxyAggregatedList", - "description": "[Output Only] Type of resource. Always compute#targetHttpProxyAggregatedList for lists of Target HTTP Proxies.", + "description": "[Output Only] Type of resource. Alwayscompute#targetHttpProxyAggregatedList for lists of Target HTTP\nProxies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -87822,11 +90547,11 @@ }, "kind": { "default": "compute#targetHttpProxyList", - "description": "Type of resource. Always compute#targetHttpProxyList for lists of target HTTP proxies.", + "description": "Type of resource. Always compute#targetHttpProxyList for lists\nof target HTTP proxies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -87837,7 +90562,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -87901,44 +90626,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -87971,10 +90696,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of backend services when the list is empty.", + "description": "Informational warning which replaces the list of\nbackend services when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -88038,44 +90763,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -88101,7 +90826,7 @@ "id": "TargetHttpsProxiesSetCertificateMapRequest", "properties": { "certificateMap": { - "description": "URL of the Certificate Map to associate with this TargetHttpsProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", + "description": "URL of the Certificate Map to associate with this TargetHttpsProxy.\n\n Accepted format is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}.", "type": "string" } }, @@ -88120,7 +90845,7 @@ "enumDescriptions": [ "The load balancer will not attempt to negotiate QUIC with clients.", "The load balancer will attempt to negotiate QUIC with clients.", - "No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request." + "No overrides to the default QUIC policy. This option is implicit if\nno QUIC override has been specified in the request." ], "type": "string" } @@ -88131,7 +90856,7 @@ "id": "TargetHttpsProxiesSetSslCertificatesRequest", "properties": { "sslCertificates": { - "description": "New set of SslCertificate resources to associate with this TargetHttpsProxy resource. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.", + "description": "New set of SslCertificate resources to associate\nwith this TargetHttpsProxy resource. At least one SSL\ncertificate must be specified. Currently, you may specify up to 15 SSL\ncertificates.", "items": { "type": "string" }, @@ -88141,56 +90866,56 @@ "type": "object" }, "TargetHttpsProxy": { - "description": "Represents a Target HTTPS Proxy resource. Google Compute Engine has two Target HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a component of Google Cloud HTTPS load balancers. * targetHttpsProxies are used by global external Application Load Balancers, classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * regionTargetHttpsProxies are used by regional internal Application Load Balancers and regional external Application Load Balancers. Forwarding rules reference a target HTTPS proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.", + "description": "Represents a Target HTTPS Proxy resource.\n\nGoogle Compute Engine has two Target HTTPS Proxy resources:\n\n* [Global](/compute/docs/reference/rest/v1/targetHttpsProxies)\n* [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies)\n\nA target HTTPS proxy is a component of Google Cloud HTTPS load balancers.\n\n* targetHttpsProxies are used by global external Application Load Balancers,\n classic Application Load Balancers, cross-region internal Application Load\n Balancers, and Traffic Director.\n* regionTargetHttpsProxies are used by regional internal Application Load\n Balancers and regional external Application Load Balancers.\n\nForwarding rules reference a target HTTPS proxy, and the target proxy\nthen references a URL map. For more information, readUsing Target Proxies\nand \nForwarding rule concepts.", "id": "TargetHttpsProxy", "properties": { "authorizationPolicy": { - "description": "Optional. A URL referring to a networksecurity.AuthorizationPolicy resource that describes how the proxy should authorize inbound traffic. If left blank, access will not be restricted by an authorization policy. Refer to the AuthorizationPolicy resource for additional details. authorizationPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED. Note: This field currently has no impact.", + "description": "Optional. A URL referring to a networksecurity.AuthorizationPolicy resource\nthat describes how the proxy should authorize inbound traffic. If left\nblank, access will not be restricted by an authorization policy.\n\n Refer to the AuthorizationPolicy resource for additional\ndetails.\n\n authorizationPolicy only applies to a globalTargetHttpsProxy attached toglobalForwardingRules with theloadBalancingScheme set to INTERNAL_SELF_MANAGED.\n\n Note: This field currently has no impact.", "type": "string" }, "certificateMap": { - "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for Global external Application Load Balancer or Classic Application Load Balancer. For other products use Certificate Manager Certificates instead. If set, sslCertificates will be ignored. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", + "description": "URL of a certificate map that identifies a certificate map associated with\nthe given target proxy.\nThis field can only be set for Global external Application Load Balancer or\nClassic Application Load Balancer. For other products use Certificate\nManager Certificates instead.\n\nIf set, sslCertificates will be ignored.\n\n Accepted format is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}.", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetHttpsProxy. An up-to-date fingerprint must be provided in order to patch the TargetHttpsProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetHttpsProxy.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field will be ignored when\ninserting a TargetHttpsProxy. An up-to-date fingerprint must\nbe provided in order to patch the TargetHttpsProxy; otherwise, the request\nwill fail with error 412 conditionNotMet. To see the latest\nfingerprint, make a get() request to retrieve the\nTargetHttpsProxy.", "format": "byte", "type": "string" }, "httpKeepAliveTimeoutSec": { - "description": "Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds). If an HTTP keep-alive is not specified, a default value (610 seconds) will be used. For global external Application Load Balancers, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For classic Application Load Balancers, this option is not supported.", + "description": "Specifies how long to keep a connection open, after completing a response,\nwhile there is no matching traffic (in seconds). If an HTTP keep-alive is\nnot specified, a default value (610 seconds) will be used.\n\nFor global external Application Load Balancers, the minimum allowed value\nis 5 seconds and the maximum allowed value is 1200 seconds.\n\nFor classic Application Load Balancers, this option is not supported.", "format": "int32", "type": "integer" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#targetHttpsProxy", - "description": "[Output Only] Type of resource. Always compute#targetHttpsProxy for target HTTPS proxies.", + "description": "[Output Only] Type of resource. Alwayscompute#targetHttpsProxy for target HTTPS proxies.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "proxyBind": { - "description": "This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.", + "description": "This field only applies when the forwarding rule that references this\ntarget proxy has a loadBalancingScheme set toINTERNAL_SELF_MANAGED.\n\nWhen this field is set to true, Envoy proxies set up inbound\ntraffic interception and bind to the IP address and port specified in the\nforwarding rule. This is generally useful when using Traffic Director to\nconfigure Envoy as a gateway or middle proxy (in other words, not a\nsidecar proxy). The Envoy proxy listens for inbound requests and handles\nrequests when it receives them.\n\nThe default is false.", "type": "boolean" }, "quicOverride": { - "description": "Specifies the QUIC override policy for this TargetHttpsProxy resource. This setting determines whether the load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, or DISABLE. - When quic-override is set to NONE, Google manages whether QUIC is used. - When quic-override is set to ENABLE, the load balancer uses QUIC when possible. - When quic-override is set to DISABLE, the load balancer doesn't use QUIC. - If the quic-override flag is not specified, NONE is implied. ", + "description": "Specifies the QUIC override policy for this TargetHttpsProxy resource. This\nsetting determines whether the load balancer attempts to negotiate QUIC\nwith clients.\nYou can specify NONE, ENABLE, orDISABLE.\n \n - When quic-override is set to NONE,\n Google manages whether QUIC is used.\n - When quic-override is set to ENABLE, the\n load balancer uses QUIC when possible.\n - When quic-override is set to DISABLE, the\n load balancer doesn't use QUIC.\n - If the quic-override flag is not specified,NONE is implied.", "enum": [ "DISABLE", "ENABLE", @@ -88199,12 +90924,12 @@ "enumDescriptions": [ "The load balancer will not attempt to negotiate QUIC with clients.", "The load balancer will attempt to negotiate QUIC with clients.", - "No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request." + "No overrides to the default QUIC policy. This option is implicit if\nno QUIC override has been specified in the request." ], "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the regional TargetHttpsProxy resides. This field is not applicable to global TargetHttpsProxies.", + "description": "[Output Only] URL of the region where the regional TargetHttpsProxy\nresides. This field is not applicable to global TargetHttpsProxies.", "type": "string" }, "selfLink": { @@ -88212,22 +90937,22 @@ "type": "string" }, "serverTlsPolicy": { - "description": "Optional. A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic. serverTlsPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED or INTERNAL_MANAGED. It also applies to a regional TargetHttpsProxy attached to regional forwardingRules with the loadBalancingScheme set to EXTERNAL_MANAGED or INTERNAL_MANAGED. For details which ServerTlsPolicy resources are accepted with INTERNAL_SELF_MANAGED and which with EXTERNAL, INTERNAL_MANAGED, EXTERNAL_MANAGED loadBalancingScheme consult ServerTlsPolicy documentation. If left blank, communications are not encrypted.", + "description": "Optional. A URL referring to a networksecurity.ServerTlsPolicy resource\nthat describes how the proxy should authenticate inbound traffic.\n\n serverTlsPolicy only applies to a globalTargetHttpsProxy attached toglobalForwardingRules with theloadBalancingScheme set to INTERNAL_SELF_MANAGED\nor EXTERNAL orEXTERNAL_MANAGED or INTERNAL_MANAGED.\nIt also applies to a regional TargetHttpsProxy attached to\nregional forwardingRules with theloadBalancingScheme set to EXTERNAL_MANAGED orINTERNAL_MANAGED. For details whichServerTlsPolicy resources are accepted withINTERNAL_SELF_MANAGED and which with EXTERNAL,INTERNAL_MANAGED, EXTERNAL_MANAGEDloadBalancingScheme consult ServerTlsPolicy\ndocumentation.\n\n If left blank, communications are not encrypted.", "type": "string" }, "sslCertificates": { - "description": "URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. SslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. The URLs should refer to a SSL Certificate resource or Certificate Manager Certificate resource. Mixing Classic Certificates and Certificate Manager Certificates is not allowed. Certificate Manager Certificates must include the certificatemanager API namespace. Using Certificate Manager Certificates in this field is not supported by Global external Application Load Balancer or Classic Application Load Balancer, use certificate_map instead. Currently, you may specify up to 15 Classic SSL Certificates or up to 100 Certificate Manager Certificates. Certificate Manager Certificates accepted formats are: - //certificatemanager.googleapis.com/projects/{project}/locations/{ location}/certificates/{resourceName}. - https://certificatemanager.googleapis.com/v1alpha1/projects/{project }/locations/{location}/certificates/{resourceName}. ", + "description": "URLs to SslCertificate resources that are used to authenticate\nconnections between users and the load balancer. At least one SSL\ncertificate must be specified. SslCertificates do not apply when the load\nbalancing scheme is set to INTERNAL_SELF_MANAGED.\n\nThe URLs should refer to a SSL Certificate resource or Certificate Manager\nCertificate resource. Mixing Classic Certificates and Certificate Manager\nCertificates is not allowed. Certificate Manager Certificates must include\nthe certificatemanager API namespace. Using Certificate Manager\nCertificates in this field is not supported by Global external Application\nLoad Balancer or Classic Application Load Balancer, use certificate_map\ninstead.\n\nCurrently, you may specify up to 15 Classic SSL Certificates or up to 100\nCertificate Manager Certificates.\n\nCertificate Manager Certificates accepted formats are:\n \n - //certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}.\n - https://certificatemanager.googleapis.com/v1alpha1/projects/{project}/locations/{location}/certificates/{resourceName}.", "items": { "type": "string" }, "type": "array" }, "sslPolicy": { - "description": "URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource has no SSL policy configured.", + "description": "URL of SslPolicy resource that will be associated with the TargetHttpsProxy\nresource. If not set, the TargetHttpsProxy resource has no\nSSL policy configured.", "type": "string" }, "tlsEarlyData": { - "description": " Specifies whether TLS 1.3 0-RTT Data (\"Early Data\") should be accepted for this service. Early Data allows a TLS resumption handshake to include the initial application payload (a HTTP request) alongside the handshake, reducing the effective round trips to \"zero\". This applies to TLS 1.3 connections over TCP (HTTP/2) as well as over UDP (QUIC/h3). This can improve application performance, especially on networks where interruptions may be common, such as on mobile. Requests with Early Data will have the \"Early-Data\" HTTP header set on the request, with a value of \"1\", to allow the backend to determine whether Early Data was included. Note: TLS Early Data may allow requests to be replayed, as the data is sent to the backend before the handshake has fully completed. Applications that allow idempotent HTTP methods to make non-idempotent changes, such as a GET request updating a database, should not accept Early Data on those requests, and reject requests with the \"Early-Data: 1\" HTTP header by returning a HTTP 425 (Too Early) status code, in order to remain RFC compliant. The default value is DISABLED.", + "description": "Specifies whether TLS 1.3 0-RTT Data (\"Early Data\") should be accepted\nfor this service. Early Data allows a TLS resumption handshake to include\nthe initial application payload (a HTTP request) alongside the handshake,\nreducing the effective round trips to \"zero\". This applies to TLS 1.3\nconnections over TCP (HTTP/2) as well as over UDP (QUIC/h3).\n\n\nThis can improve application performance, especially on networks where\ninterruptions may be common, such as on mobile.\n\n\nRequests with Early Data will have the \"Early-Data\" HTTP header set on\nthe request, with a value of \"1\", to allow the backend to determine whether\nEarly Data was included.\n\n\nNote: TLS Early Data may allow requests to be replayed, as the data is\nsent to the backend before the handshake has fully completed. Applications\nthat allow idempotent HTTP methods to make non-idempotent changes, such as\na GET request updating a database, should not accept Early Data on those\nrequests, and reject requests with the \"Early-Data: 1\" HTTP header by\nreturning a HTTP 425 (Too Early) status code, in order to remain RFC\ncompliant.\n\n\nThe default value is DISABLED.", "enum": [ "DISABLED", "PERMISSIVE", @@ -88235,15 +90960,15 @@ "UNRESTRICTED" ], "enumDescriptions": [ - "TLS 1.3 Early Data is not advertised, and any (invalid) attempts to send Early Data will be rejected by closing the connection.", - "This enables TLS 1.3 0-RTT, and only allows Early Data to be included on requests with safe HTTP methods (GET, HEAD, OPTIONS, TRACE). This mode does not enforce any other limitations for requests with Early Data. The application owner should validate that Early Data is acceptable for a given request path.", - "This enables TLS 1.3 0-RTT, and only allows Early Data to be included on requests with safe HTTP methods (GET, HEAD, OPTIONS, TRACE) without query parameters. Requests that send Early Data with non-idempotent HTTP methods or with query parameters will be rejected with a HTTP 425.", - "This enables TLS 1.3 Early Data for requests with any HTTP method including non-idempotent methods list POST. This mode does not enforce any other limitations. This may be valuable for gRPC use cases. However, we do not recommend this method unless you have evaluated your security stance and mitigated the risk of replay attacks using other mechanisms." + "TLS 1.3 Early Data is not advertised, and any (invalid) attempts to send\nEarly Data will be rejected by closing the connection.", + "This enables TLS 1.3 0-RTT, and only allows Early Data to be included on\nrequests with safe HTTP methods (GET, HEAD, OPTIONS, TRACE). This mode\ndoes not enforce any other limitations for requests with Early Data. The\napplication owner should validate that Early Data is acceptable for a\ngiven request path.", + "This enables TLS 1.3 0-RTT, and only allows Early Data to be included on\nrequests with safe HTTP methods (GET, HEAD, OPTIONS, TRACE) without query\nparameters. Requests that send Early Data with non-idempotent HTTP\nmethods or with query parameters will be rejected with a HTTP 425.", + "This enables TLS 1.3 Early Data for requests with any HTTP method\nincluding non-idempotent methods list POST. This mode does not enforce\nany other limitations. This may be valuable for gRPC use cases. However,\nwe do not recommend this method unless you have evaluated your security\nstance and mitigated the risk of replay attacks using other mechanisms." ], "type": "string" }, "urlMap": { - "description": "A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService. For example, the following are all valid URLs for specifying a URL map: - https://www.googleapis.compute/v1/projects/project/global/urlMaps/ url-map - projects/project/global/urlMaps/url-map - global/urlMaps/url-map ", + "description": "A fully-qualified or valid partial URL to the UrlMap resource that defines\nthe mapping from URL to the BackendService. For example, the following are\nall valid URLs for specifying a URL map:\n \n - https://www.googleapis.compute/v1/projects/project/global/urlMaps/url-map \n - projects/project/global/urlMaps/url-map \n - global/urlMaps/url-map", "type": "string" } }, @@ -88266,11 +90991,11 @@ }, "kind": { "default": "compute#targetHttpsProxyAggregatedList", - "description": "[Output Only] Type of resource. Always compute#targetHttpsProxyAggregatedList for lists of Target HTTP Proxies.", + "description": "[Output Only] Type of resource. Alwayscompute#targetHttpsProxyAggregatedList for lists of Target\nHTTP Proxies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -88288,7 +91013,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -88352,44 +91077,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -88428,11 +91153,11 @@ }, "kind": { "default": "compute#targetHttpsProxyList", - "description": "Type of resource. Always compute#targetHttpsProxyList for lists of target HTTPS proxies.", + "description": "Type of resource. Always compute#targetHttpsProxyList for\nlists of target HTTPS proxies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -88443,7 +91168,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -88507,44 +91232,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -88567,38 +91292,38 @@ "type": "object" }, "TargetInstance": { - "description": "Represents a Target Instance resource. You can use a target instance to handle traffic for one or more forwarding rules, which is ideal for forwarding protocol traffic that is managed by a single source. For example, ESP, AH, TCP, or UDP. For more information, read Target instances.", + "description": "Represents a Target Instance resource.\n\nYou can use a target instance to handle traffic for one or more forwarding\nrules, which is ideal for forwarding protocol traffic that is managed by a\nsingle source. For example, ESP, AH, TCP, or UDP.\nFor more information, readTarget\ninstances.", "id": "TargetInstance", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "instance": { - "description": "A URL to the virtual machine instance that handles traffic for this target instance. When creating a target instance, you can provide the fully-qualified URL or a valid partial URL to the desired virtual machine. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance ", + "description": "A URL to the virtual machine instance that handles traffic for this target\ninstance. When creating a target instance, you can provide the\nfully-qualified URL or a valid partial URL to the desired virtual machine.\nFor example, the following are all valid URLs:\n \n - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n - projects/project/zones/zone/instances/instance \n - zones/zone/instances/instance", "type": "string" }, "kind": { "default": "compute#targetInstance", - "description": "[Output Only] The type of the resource. Always compute#targetInstance for target instances.", + "description": "[Output Only] The type of the resource. Alwayscompute#targetInstance for target instances.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "natPolicy": { - "description": "Must have a value of NO_NAT. Protocol forwarding delivers packets while preserving the destination IP address of the forwarding rule referencing the target instance.", + "description": "Must have a value of NO_NAT.\nProtocol forwarding delivers packets while preserving the destination IP\naddress of the forwarding rule referencing the target instance.", "enum": [ "NO_NAT" ], @@ -88608,11 +91333,11 @@ "type": "string" }, "network": { - "description": "The URL of the network this target instance uses to forward traffic. If not specified, the traffic will be forwarded to the network that the default network interface belongs to.", + "description": "The URL of the network this target instance uses to forward traffic.\nIf not specified, the traffic will be forwarded to the network that\nthe default network interface belongs to.", "type": "string" }, "securityPolicy": { - "description": "[Output Only] The resource URL for the security policy associated with this target instance.", + "description": "[Output Only] The resource URL for the security policy associated with this\ntarget instance.", "type": "string" }, "selfLink": { @@ -88620,7 +91345,7 @@ "type": "string" }, "zone": { - "description": "[Output Only] URL of the zone where the target instance resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the zone where the target instance resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" } }, @@ -88647,7 +91372,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -88665,7 +91390,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -88729,44 +91454,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -88809,7 +91534,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -88820,7 +91545,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -88884,44 +91609,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -88954,10 +91679,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of addresses when the list is empty.", + "description": "Informational warning which replaces the list of addresses when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -89021,44 +91746,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -89081,40 +91806,40 @@ "type": "object" }, "TargetPool": { - "description": "Represents a Target Pool resource. Target pools are used with external passthrough Network Load Balancers. A target pool references member instances, an associated legacy HttpHealthCheck resource, and, optionally, a backup target pool. For more information, read Using target pools.", + "description": "Represents a Target Pool resource.\n\nTarget pools are used with external passthrough Network Load Balancers.\nA target pool references member instances, an associated legacy\nHttpHealthCheck resource, and, optionally, a backup target pool.\nFor more information, readUsing target pools.", "id": "TargetPool", "properties": { "backupPool": { - "description": "The server-defined URL for the resource. This field is applicable only when the containing target pool is serving a forwarding rule as the primary pool, and its failoverRatio field is properly set to a value between [0, 1]. backupPool and failoverRatio together define the fallback behavior of the primary target pool: if the ratio of the healthy instances in the primary pool is at or below failoverRatio, traffic arriving at the load-balanced IP will be directed to the backup pool. In case where failoverRatio and backupPool are not set, or all the instances in the backup pool are unhealthy, the traffic will be directed back to the primary pool in the \"force\" mode, where traffic will be spread to the healthy instances with the best effort, or to all instances when no instance is healthy.", + "description": "The server-defined URL for the resource. This field is applicable only when\nthe containing target pool is serving a forwarding rule as the primary\npool, and its failoverRatio field is properly set to a value\nbetween [0, 1].backupPool and failoverRatio together define\nthe fallback behavior of the primary target pool: if the ratio of the\nhealthy instances in the primary pool is at or belowfailoverRatio, traffic arriving at the load-balanced\nIP will be directed to the backup pool.\n\nIn case where failoverRatio and backupPool\nare not set, or all the instances in the backup pool are unhealthy,\nthe traffic will be directed back to the primary pool in the \"force\"\nmode, where traffic will be spread to the healthy instances with the\nbest effort, or to all instances when no instance is healthy.", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "failoverRatio": { - "description": "This field is applicable only when the containing target pool is serving a forwarding rule as the primary pool (i.e., not as a backup pool to some other target pool). The value of the field must be in [0, 1]. If set, backupPool must also be set. They together define the fallback behavior of the primary target pool: if the ratio of the healthy instances in the primary pool is at or below this number, traffic arriving at the load-balanced IP will be directed to the backup pool. In case where failoverRatio is not set or all the instances in the backup pool are unhealthy, the traffic will be directed back to the primary pool in the \"force\" mode, where traffic will be spread to the healthy instances with the best effort, or to all instances when no instance is healthy.", + "description": "This field is applicable only when the containing target pool is serving a\nforwarding rule as the primary pool (i.e., not as a backup pool to some\nother target pool). The value of the field must be in [0, 1].\n\nIf set, backupPool must also be set. They together define\nthe fallback behavior of the primary target pool: if the ratio of the\nhealthy instances in the primary pool is at or below this number,\ntraffic arriving at the load-balanced IP will be directed to the\nbackup pool.\n\nIn case where failoverRatio is not set or all the\ninstances in the backup pool are unhealthy, the traffic will be\ndirected back to the primary pool in the \"force\" mode, where traffic\nwill be spread to the healthy instances with the\nbest effort, or to all instances when no instance is healthy.", "format": "float", "type": "number" }, "healthChecks": { - "description": "The URL of the HttpHealthCheck resource. A member instance in this pool is considered healthy if and only if the health checks pass. Only legacy HttpHealthChecks are supported. Only one health check may be specified.", + "description": "The URL of the HttpHealthCheck resource. A member instance in this\npool is considered healthy if and only if the health checks pass.\nOnly legacy HttpHealthChecks are supported. Only one health check may be\nspecified.", "items": { "type": "string" }, "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "instances": { - "description": "A list of resource URLs to the virtual machine instances serving this pool. They must live in zones contained in the same region as this pool.", + "description": "A list of resource URLs to the virtual machine instances serving this pool.\nThey must live in zones contained in the same region as this pool.", "items": { "type": "string" }, @@ -89122,11 +91847,11 @@ }, "kind": { "default": "compute#targetPool", - "description": "[Output Only] Type of the resource. Always compute#targetPool for target pools.", + "description": "[Output Only] Type of the resource. Always compute#targetPool\nfor target pools.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -89135,7 +91860,7 @@ "type": "string" }, "securityPolicy": { - "description": "[Output Only] The resource URL for the security policy associated with this target pool.", + "description": "[Output Only] The resource URL for the security policy associated with this\ntarget pool.", "type": "string" }, "selfLink": { @@ -89143,7 +91868,7 @@ "type": "string" }, "sessionAffinity": { - "description": "Session affinity option, must be one of the following values: NONE: Connections from the same client IP may go to any instance in the pool. CLIENT_IP: Connections from the same client IP will go to the same instance in the pool while that instance remains healthy. CLIENT_IP_PROTO: Connections from the same client IP with the same IP protocol will go to the same instance in the pool while that instance remains healthy.", + "description": "Session affinity option, must be one of the following values: \nNONE: Connections from the same client IP may go to any\n instance in the pool. \nCLIENT_IP: Connections from the same client IP will go\n to the same instance in\n the pool while that instance remains healthy. \nCLIENT_IP_PROTO: Connections from the same client IP\n with the same IP protocol will go to the same instance in the\n pool while that instance remains healthy.", "enum": [ "CLIENT_IP", "CLIENT_IP_NO_DESTINATION", @@ -89156,15 +91881,15 @@ "STRONG_COOKIE_AFFINITY" ], "enumDescriptions": [ - "2-tuple hash on packet's source and destination IP addresses. Connections from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy.", - "1-tuple hash only on packet's source IP address. Connections from the same source IP address will be served by the same backend VM while that VM remains healthy. This option can only be used for Internal TCP/UDP Load Balancing.", - "5-tuple hash on packet's source and destination IP addresses, IP protocol, and source and destination ports. Connections for the same IP protocol from the same source IP address and port to the same destination IP address and port will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.", - "3-tuple hash on packet's source and destination IP addresses, and IP protocol. Connections for the same IP protocol from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.", - "Hash based on a cookie generated by the L7 loadbalancer. Only valid for HTTP(S) load balancing.", + "2-tuple hash on packet's source and destination IP addresses. Connections\nfrom the same source IP address to the same destination IP address will be\nserved by the same backend VM while that VM remains healthy.", + "1-tuple hash only on packet's source IP address. Connections from the\nsame source IP address will be served by the same backend VM while that VM\nremains healthy. This option can only be used for Internal TCP/UDP\nLoad Balancing.", + "5-tuple hash on packet's source and destination IP addresses, IP protocol,\nand source and destination ports. Connections for the same IP protocol\nfrom the same source IP address and port to the same destination IP address\nand port will be served by the same backend VM while that VM remains\nhealthy. This option cannot be used for HTTP(S) load balancing.", + "3-tuple hash on packet's source and destination IP addresses, and IP\nprotocol. Connections for the same IP protocol from the same source IP\naddress to the same destination IP address will be served by the same\nbackend VM while that VM remains healthy. This option cannot be used for\nHTTP(S) load balancing.", + "Hash based on a cookie generated by the L7 loadbalancer.\nOnly valid for HTTP(S) load balancing.", "The hash is based on a user specified header field.", "The hash is based on a user provided cookie.", - "No session affinity. Connections from the same client IP may go to any instance in the pool.", - "Strong cookie-based affinity. Connections bearing the same cookie will be served by the same backend VM while that VM remains healthy, as long as the cookie has not expired." + "No session affinity. Connections from the same client IP may go\nto any instance in the pool.", + "Strong cookie-based affinity. Connections bearing the same cookie will be\nserved by the same backend VM while that VM remains healthy, as long as the\ncookie has not expired." ], "type": "string" } @@ -89188,11 +91913,11 @@ }, "kind": { "default": "compute#targetPoolAggregatedList", - "description": "[Output Only] Type of resource. Always compute#targetPoolAggregatedList for aggregated lists of target pools.", + "description": "[Output Only] Type of resource. Alwayscompute#targetPoolAggregatedList for aggregated lists of\ntarget pools.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -89210,7 +91935,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -89274,44 +91999,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -89344,7 +92069,7 @@ }, "kind": { "default": "compute#targetPoolInstanceHealth", - "description": "[Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.", + "description": "[Output Only] Type of resource. Alwayscompute#targetPoolInstanceHealth when checking the health of\nan instance.", "type": "string" } }, @@ -89367,11 +92092,11 @@ }, "kind": { "default": "compute#targetPoolList", - "description": "[Output Only] Type of resource. Always compute#targetPoolList for lists of target pools.", + "description": "[Output Only] Type of resource. Always compute#targetPoolList\nfor lists of target pools.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -89382,7 +92107,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -89446,44 +92171,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -89522,7 +92247,7 @@ "id": "TargetPoolsAddInstanceRequest", "properties": { "instances": { - "description": "A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name ", + "description": "A full or partial URL to an instance to add to this target pool. This can\nbe a full or partial URL. For example, the following are valid URLs: \n \n - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone/instances/instance-name \n - projects/project-id/zones/zone/instances/instance-name \n - zones/zone/instances/instance-name", "items": { "$ref": "InstanceReference" }, @@ -89535,7 +92260,7 @@ "id": "TargetPoolsRemoveHealthCheckRequest", "properties": { "healthChecks": { - "description": "Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check ", + "description": "Health check URL to be removed. This can be a full or valid partial URL.\nFor example, the following are valid URLs:\n \n - https://www.googleapis.com/compute/beta/projects/project/global/httpHealthChecks/health-check \n - projects/project/global/httpHealthChecks/health-check\n - global/httpHealthChecks/health-check", "items": { "$ref": "HealthCheckReference" }, @@ -89568,10 +92293,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of addresses when the list is empty.", + "description": "Informational warning which replaces the list of addresses when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -89635,44 +92360,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -89717,7 +92442,7 @@ "id": "TargetSslProxiesSetCertificateMapRequest", "properties": { "certificateMap": { - "description": "URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", + "description": "URL of the Certificate Map to associate with this TargetSslProxy.\n\n Accepted format is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}.", "type": "string" } }, @@ -89727,7 +92452,7 @@ "id": "TargetSslProxiesSetProxyHeaderRequest", "properties": { "proxyHeader": { - "description": "The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.", + "description": "The new type of proxy header to append before sending data to the\nbackend. NONE or PROXY_V1 are allowed.", "enum": [ "NONE", "PROXY_V1" @@ -89745,7 +92470,7 @@ "id": "TargetSslProxiesSetSslCertificatesRequest", "properties": { "sslCertificates": { - "description": "New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.", + "description": "New set of URLs to SslCertificate resources to associate with this\nTargetSslProxy. At least one SSL certificate must be specified.\nCurrently, you may specify up to 15 SSL certificates.", "items": { "type": "string" }, @@ -89755,38 +92480,38 @@ "type": "object" }, "TargetSslProxy": { - "description": "Represents a Target SSL Proxy resource. A target SSL proxy is a component of a Proxy Network Load Balancer. The forwarding rule references the target SSL proxy, and the target proxy then references a backend service. For more information, read Proxy Network Load Balancer overview.", + "description": "Represents a Target SSL Proxy resource.\n\nA target SSL proxy is a component of a Proxy Network Load Balancer.\nThe forwarding rule references the target SSL proxy, and the target proxy\nthen references a backend service. For more information, readProxy Network\nLoad Balancer overview.", "id": "TargetSslProxy", "properties": { "certificateMap": { - "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", + "description": "URL of a certificate map that identifies a certificate map associated with\nthe given target proxy.\nThis field can only be set for global target proxies.\nIf set, sslCertificates will be ignored.\n\n Accepted format is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}.", "type": "string" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#targetSslProxy", - "description": "[Output Only] Type of the resource. Always compute#targetSslProxy for target SSL proxies.", + "description": "[Output Only] Type of the resource. Alwayscompute#targetSslProxy for target SSL proxies.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "proxyHeader": { - "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.", + "description": "Specifies the type of proxy header to append before sending data to the\nbackend, either NONE or PROXY_V1. The default\nis NONE.", "enum": [ "NONE", "PROXY_V1" @@ -89806,14 +92531,14 @@ "type": "string" }, "sslCertificates": { - "description": "URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.", + "description": "URLs to SslCertificate resources that are used to\nauthenticate connections to Backends. At least one SSL certificate\nmust be specified. Currently, you may specify up to 15 SSL certificates.\nsslCertificates do not apply when the load balancing scheme is set to\nINTERNAL_SELF_MANAGED.", "items": { "type": "string" }, "type": "array" }, "sslPolicy": { - "description": "URL of SslPolicy resource that will be associated with the TargetSslProxy resource. If not set, the TargetSslProxy resource will not have any SSL policy configured.", + "description": "URL of SslPolicy resource that will be associated with the TargetSslProxy\nresource. If not set, the TargetSslProxy resource will not have any\nSSL policy configured.", "type": "string" } }, @@ -89840,7 +92565,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -89851,7 +92576,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -89915,44 +92640,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -89985,10 +92710,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of backend services when the list is empty.", + "description": "Informational warning which replaces the list of\nbackend services when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -90052,44 +92777,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -90125,7 +92850,7 @@ "id": "TargetTcpProxiesSetProxyHeaderRequest", "properties": { "proxyHeader": { - "description": "The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.", + "description": "The new type of proxy header to append before sending data to the\nbackend. NONE or PROXY_V1 are allowed.", "enum": [ "NONE", "PROXY_V1" @@ -90140,38 +92865,38 @@ "type": "object" }, "TargetTcpProxy": { - "description": "Represents a Target TCP Proxy resource. A target TCP proxy is a component of a Proxy Network Load Balancer. The forwarding rule references the target TCP proxy, and the target proxy then references a backend service. For more information, read Proxy Network Load Balancer overview.", + "description": "Represents a Target TCP Proxy resource.\n\nA target TCP proxy is a component of a Proxy Network Load Balancer.\nThe forwarding rule references the target TCP proxy, and the target proxy\nthen references a backend service. For more information, readProxy Network\nLoad Balancer overview.", "id": "TargetTcpProxy", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#targetTcpProxy", - "description": "[Output Only] Type of the resource. Always compute#targetTcpProxy for target TCP proxies.", + "description": "[Output Only] Type of the resource. Alwayscompute#targetTcpProxy for target TCP proxies.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "proxyBind": { - "description": "This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.", + "description": "This field only applies when the forwarding rule that references this\ntarget proxy has a loadBalancingScheme set toINTERNAL_SELF_MANAGED.\n\nWhen this field is set to true, Envoy proxies set up inbound\ntraffic interception and bind to the IP address and port specified in the\nforwarding rule. This is generally useful when using Traffic Director to\nconfigure Envoy as a gateway or middle proxy (in other words, not a\nsidecar proxy). The Envoy proxy listens for inbound requests and handles\nrequests when it receives them.\n\nThe default is false.", "type": "boolean" }, "proxyHeader": { - "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.", + "description": "Specifies the type of proxy header to append before sending data to the\nbackend, either NONE or PROXY_V1. The default\nis NONE.", "enum": [ "NONE", "PROXY_V1" @@ -90183,7 +92908,7 @@ "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the regional TCP proxy resides. This field is not applicable to global TCP proxy.", + "description": "[Output Only] URL of the region where the regional TCP proxy resides.\nThis field is not applicable to global TCP proxy.", "type": "string" }, "selfLink": { @@ -90214,11 +92939,11 @@ }, "kind": { "default": "compute#targetTcpProxyAggregatedList", - "description": "[Output Only] Type of resource. Always compute#targetTcpProxyAggregatedList for lists of Target TCP Proxies.", + "description": "[Output Only] Type of resource. Alwayscompute#targetTcpProxyAggregatedList for lists of Target\nTCP Proxies.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -90236,7 +92961,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -90300,44 +93025,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -90380,7 +93105,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -90391,7 +93116,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -90455,44 +93180,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -90515,36 +93240,36 @@ "type": "object" }, "TargetVpnGateway": { - "description": "Represents a Target VPN Gateway resource. The target VPN gateway resource represents a Classic Cloud VPN gateway. For more information, read the the Cloud VPN Overview.", + "description": "Represents a Target VPN Gateway resource.\n\nThe target VPN gateway resource represents a Classic Cloud VPN gateway.\nFor more information, read thethe\nCloud VPN Overview.", "id": "TargetVpnGateway", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "forwardingRules": { - "description": "[Output Only] A list of URLs to the ForwardingRule resources. ForwardingRules are created using compute.forwardingRules.insert and associated with a VPN gateway.", + "description": "[Output Only] A list of URLs to the ForwardingRule resources.\nForwardingRules are created usingcompute.forwardingRules.insert and associated with a VPN\ngateway.", "items": { "type": "string" }, "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#targetVpnGateway", - "description": "[Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.", + "description": "[Output Only] Type of resource. Alwayscompute#targetVpnGateway for target VPN gateways.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this TargetVpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a TargetVpnGateway.", + "description": "A fingerprint for the labels being applied to this TargetVpnGateway, which\nis essentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a TargetVpnGateway.", "format": "byte", "type": "string" }, @@ -90552,7 +93277,7 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "name": { @@ -90561,7 +93286,7 @@ "compute.targetVpnGateways.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -90571,11 +93296,11 @@ "compute.targetVpnGateways.insert" ] }, - "description": "URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.", + "description": "URL of the network to which this VPN gateway is attached. Provided by the\nclient when the VPN gateway is created.", "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the target VPN gateway resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the target VPN gateway resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "selfLink": { @@ -90583,7 +93308,7 @@ "type": "string" }, "status": { - "description": "[Output Only] The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING.", + "description": "[Output Only] The status of the VPN gateway,\nwhich can be one of the following: CREATING, READY, FAILED, or DELETING.", "enum": [ "CREATING", "DELETING", @@ -90599,7 +93324,7 @@ "type": "string" }, "tunnels": { - "description": "[Output Only] A list of URLs to VpnTunnel resources. VpnTunnels are created using the compute.vpntunnels.insert method and associated with a VPN gateway.", + "description": "[Output Only] A list of URLs to VpnTunnel resources. VpnTunnels are\ncreated using the compute.vpntunnels.insert method and\nassociated with a VPN gateway.", "items": { "type": "string" }, @@ -90625,11 +93350,11 @@ }, "kind": { "default": "compute#targetVpnGatewayAggregatedList", - "description": "[Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.", + "description": "[Output Only] Type of resource. Alwayscompute#targetVpnGateway for target VPN gateways.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -90647,7 +93372,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -90711,44 +93436,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -90787,11 +93512,11 @@ }, "kind": { "default": "compute#targetVpnGatewayList", - "description": "[Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.", + "description": "[Output Only] Type of resource. Alwayscompute#targetVpnGateway for target VPN gateways.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -90802,7 +93527,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -90866,44 +93591,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -90936,10 +93661,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of addresses when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of addresses\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -91003,44 +93728,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -91066,29 +93791,29 @@ "id": "TestFailure", "properties": { "actualOutputUrl": { - "description": "The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.", + "description": "The actual output URL evaluated by a load balancer containing the scheme,\nhost, path and query parameters.", "type": "string" }, "actualRedirectResponseCode": { - "description": "Actual HTTP status code for rule with `urlRedirect` calculated by load balancer", + "description": "Actual HTTP status code for rule with `urlRedirect`\ncalculated by load balancer", "format": "int32", "type": "integer" }, "actualService": { - "description": "BackendService or BackendBucket returned by load balancer.", + "description": "BackendService or BackendBucket returned by load\nbalancer.", "type": "string" }, "expectedOutputUrl": { - "description": "The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.", + "description": "The expected output URL evaluated by a load balancer containing the scheme,\nhost, path and query parameters.", "type": "string" }, "expectedRedirectResponseCode": { - "description": "Expected HTTP status code for rule with `urlRedirect` calculated by load balancer", + "description": "Expected HTTP status code for rule with `urlRedirect`\ncalculated by load balancer", "format": "int32", "type": "integer" }, "expectedService": { - "description": "Expected BackendService or BackendBucket resource the given URL should be mapped to.", + "description": "Expected BackendService or BackendBucket resource\nthe given URL should be mapped to.", "type": "string" }, "headers": { @@ -91113,7 +93838,7 @@ "id": "TestPermissionsRequest", "properties": { "permissions": { - "description": "The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.", + "description": "The set of permissions to check for the 'resource'. Permissions with\nwildcards (such as '*' or 'storage.*') are not allowed.", "items": { "type": "string" }, @@ -91126,7 +93851,7 @@ "id": "TestPermissionsResponse", "properties": { "permissions": { - "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.", + "description": "A subset of `TestPermissionsRequest.permissions` that the caller is\nallowed.", "items": { "type": "string" }, @@ -91158,7 +93883,7 @@ "type": "boolean" }, "latestWindowStartTime": { - "description": "The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.", + "description": "The latest time for the planned maintenance window to start.\nThis timestamp value is in RFC3339 text format.", "type": "string" }, "maintenanceOnShutdown": { @@ -91181,6 +93906,7 @@ "FAILURE_NETWORK", "FAILURE_NVLINK", "FAILURE_REDUNDANT_HARDWARE_FAULT", + "FAILURE_TPU", "INFRASTRUCTURE_RELOCATION", "MAINTENANCE_REASON_UNKNOWN", "PLANNED_NETWORK_UPDATE", @@ -91189,8 +93915,8 @@ "enumDescriptions": [ "Maintenance due to disk errors.", "Maintenance due to GPU errors.", - "Maintenance due to customer reported multiple faulty hosts via R&R Subblock API.", - "Maintenance due to customer reported NVLink switch failure via R&R Subblock API.", + "Maintenance due to customer reported multiple faulty hosts via R&R\nSubblock API.", + "Maintenance due to customer reported NVLink switch failure via R&R\nSubblock API.", "Maintenance due to high GPU temperature.", "Maintenance due to GPU xid failure.", "Maintenance due to infrastructure errors.", @@ -91199,6 +93925,7 @@ "Maintenance due to network errors.", "Maintenance due to NVLink failure.", "Maintenance due to redundant hardware fault.", + "Maintenance due to TPU errors.", "Maintenance due to infrastructure relocation.", "Unknown maintenance reason. Do not use this value.", "Maintenance due to planned network update.", @@ -91230,60 +93957,60 @@ "UNSCHEDULED" ], "enumDescriptions": [ - "Multiple maintenance types in one window. This is only intended to be used for groups.", - "Scheduled maintenance (e.g. maintenance after uptime guarantee is complete).", + "Multiple maintenance types in one window.\nThis is only intended to be used for groups.", + "Scheduled maintenance (e.g. maintenance after uptime guarantee is\ncomplete).", "No type specified. Do not use this value.", - "Unscheduled maintenance (e.g. emergency maintenance during uptime guarantee)." + "Unscheduled maintenance (e.g. emergency maintenance during\nuptime guarantee)." ], "type": "string" }, "windowEndTime": { - "description": "The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.", + "description": "The time by which the maintenance disruption will be completed.\nThis timestamp value is in RFC3339 text format.", "type": "string" }, "windowStartTime": { - "description": "The current start time of the maintenance window. This timestamp value is in RFC3339 text format.", + "description": "The current start time of the maintenance window.\nThis timestamp value is in RFC3339 text format.", "type": "string" } }, "type": "object" }, "UrlMap": { - "description": "Represents a URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/rest/v1/urlMaps) * [Regional](/compute/docs/reference/rest/v1/regionUrlMaps) A URL map resource is a component of certain types of cloud load balancers and Traffic Director: * urlMaps are used by global external Application Load Balancers, classic Application Load Balancers, and cross-region internal Application Load Balancers. * regionUrlMaps are used by internal Application Load Balancers, regional external Application Load Balancers and regional internal Application Load Balancers. For a list of supported URL map features by the load balancer type, see the Load balancing features: Routing and traffic management table. For a list of supported URL map features for Traffic Director, see the Traffic Director features: Routing and traffic management table. This resource defines mappings from hostnames and URL paths to either a backend service or a backend bucket. To use the global urlMaps resource, the backend service must have a loadBalancingScheme of either EXTERNAL, EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED. To use the regionUrlMaps resource, the backend service must have a loadBalancingScheme of INTERNAL_MANAGED. For more information, read URL Map Concepts.", + "description": "Represents a URL Map resource.\n\nCompute Engine has two URL Map resources:\n\n* [Global](/compute/docs/reference/rest/v1/urlMaps)\n* [Regional](/compute/docs/reference/rest/v1/regionUrlMaps)\n\nA URL map resource is a component of certain types of cloud load balancers\nand Traffic Director:\n\n* urlMaps are used by global external Application Load\nBalancers, classic Application Load Balancers, and cross-region internal\nApplication Load Balancers.\n* regionUrlMaps are used by internal Application Load Balancers,\nregional external Application Load Balancers and regional internal\nApplication Load Balancers.\n\nFor a list of supported URL map features by the load balancer type, see the\nLoad balancing features: Routing and traffic management table.\n\nFor a list of supported URL map features for Traffic Director, see the\nTraffic Director features: Routing and traffic management table.\n\nThis resource defines mappings from hostnames and URL paths to either a\nbackend service or a backend bucket.\n\nTo use the global urlMaps resource, the backend service must\nhave a loadBalancingScheme of either EXTERNAL,EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED. To use\nthe regionUrlMaps resource, the backend service must have aloadBalancingScheme of INTERNAL_MANAGED. For more\ninformation, read URL\nMap Concepts.", "id": "UrlMap", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "defaultCustomErrorResponsePolicy": { "$ref": "CustomErrorResponsePolicy", - "description": "defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor BackendBucket responds with an error. This policy takes effect at the load balancer level and applies only when no policy has been defined for the error code at lower levels like PathMatcher, RouteRule and PathRule within this UrlMap. For example, consider a UrlMap with the following configuration: - defaultCustomErrorResponsePolicy containing policies for responding to 5xx and 4xx errors - A PathMatcher configured for *.example.com has defaultCustomErrorResponsePolicy for 4xx. If a request for http://www.example.com/ encounters a 404, the policy in pathMatcher.defaultCustomErrorResponsePolicy will be enforced. When the request for http://www.example.com/ encounters a 502, the policy in UrlMap.defaultCustomErrorResponsePolicy will be enforced. When a request that does not match any host in *.example.com such as http://www.myotherexample.com/, encounters a 404, UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction with defaultRouteAction.retryPolicy, retries take precedence. Only once all retries are exhausted, the defaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is successful in reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from the service is returned to the client. defaultCustomErrorResponsePolicy is supported only for global external Application Load Balancers." + "description": "defaultCustomErrorResponsePolicy specifies how the Load\nBalancer returns error responses when BackendServiceorBackendBucket responds with an error. \n\nThis policy takes\neffect at the load balancer level and applies only when no policy has been\ndefined for the error code at lower levels like PathMatcher, RouteRule and\nPathRule within this UrlMap. \n\nFor example, consider a UrlMap with the\nfollowing configuration:\n \n \n - defaultCustomErrorResponsePolicy containing policies for\n responding to 5xx and 4xx errors\n - A PathMatcher configured for *.example.com has\n defaultCustomErrorResponsePolicy for 4xx.\n\nIf a request for http://www.example.com/ encounters a404, the policy inpathMatcher.defaultCustomErrorResponsePolicy will be enforced.\nWhen the request for http://www.example.com/ encounters a502, the policy inUrlMap.defaultCustomErrorResponsePolicy will be enforced. When\na request that does not match any host in *.example.com such\nas http://www.myotherexample.com/, encounters a404, UrlMap.defaultCustomErrorResponsePolicy\ntakes effect. \n\nWhen used in conjunction withdefaultRouteAction.retryPolicy, retries take precedence. Only\nonce all retries are exhausted, thedefaultCustomErrorResponsePolicy is applied. While attempting\na retry, if load balancer is successful in reaching the\nservice, the defaultCustomErrorResponsePolicy is ignored and\nthe response from the service is returned to the client.\n\ndefaultCustomErrorResponsePolicy is supported only for\nglobal external Application Load Balancers." }, "defaultRouteAction": { "$ref": "HttpRouteAction", - "description": "defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true." + "description": "defaultRouteAction takes effect when none of the \nhostRules match. The load balancer performs advanced routing\nactions, such as URL rewrites and header transformations, before forwarding\nthe request to the selected backend.\n\n\nOnly one of defaultUrlRedirect, defaultService\nor defaultRouteAction.weightedBackendService can be set.\n\n\n URL maps for classic Application Load Balancers only support\nthe urlRewrite action within defaultRouteAction.\n\n\ndefaultRouteAction has no effect when the URL map is bound\nto a target gRPC proxy that has the validateForProxyless field\nset to true." }, "defaultService": { - "description": "The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.", + "description": "The full or partial URL of the defaultService resource to\nwhich traffic is directed if none of the hostRules match.\nIf defaultRouteAction is also specified, advanced\nrouting actions, such as URL rewrites, take effect before sending the\nrequest to the backend.\n\n\nOnly one of defaultUrlRedirect, defaultService\nor defaultRouteAction.weightedBackendService can be set.\n\n\ndefaultService has no effect when the URL map is bound\nto a target gRPC proxy that has the validateForProxyless field\nset to true.", "type": "string" }, "defaultUrlRedirect": { "$ref": "HttpRedirectAction", - "description": "When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy." + "description": "When none of the specified hostRules match, the request\nis redirected to a URL specified by defaultUrlRedirect.\n\n\nOnly one of defaultUrlRedirect, defaultService\nor defaultRouteAction.weightedBackendService can be set.\n\n\nNot supported when the URL map is bound to a target gRPC proxy." }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "fingerprint": { - "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a UrlMap.", + "description": "Fingerprint of this resource. A hash of the contents stored in this object.\nThis field is used in optimistic locking. This field is ignored when\ninserting a UrlMap. An up-to-date fingerprint must be provided\nin order to update the UrlMap, otherwise the request will\nfail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a UrlMap.", "format": "byte", "type": "string" }, "headerAction": { "$ref": "HttpHeaderAction", - "description": "Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true." + "description": "Specifies changes to request and response headers that need to take effect\nfor the selected backendService.\n\nThe headerAction specified here take effect afterheaderAction specified under pathMatcher.\n\nheaderAction is not supported for load balancers\nthat have\ntheir loadBalancingScheme set to EXTERNAL.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas validateForProxyless field set to true." }, "hostRules": { "description": "The list of host rules to use against the URL.", @@ -91293,17 +94020,17 @@ "type": "array" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#urlMap", - "description": "[Output Only] Type of the resource. Always compute#urlMaps for url maps.", + "description": "[Output Only] Type of the resource. Always compute#urlMaps for\nurl maps.", "type": "string" }, "name": { - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -91315,7 +94042,7 @@ "type": "array" }, "region": { - "description": "[Output Only] URL of the region where the regional URL map resides. This field is not applicable to global URL maps. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the regional URL map resides.\nThis field is not applicable to global URL maps.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "selfLink": { @@ -91323,7 +94050,7 @@ "type": "string" }, "tests": { - "description": "The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.", + "description": "The list of expected URL mapping tests. Request to update theUrlMap succeeds only if all test cases pass. You can specify a\nmaximum of 100 tests per UrlMap.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas validateForProxyless field set to true.", "items": { "$ref": "UrlMapTest" }, @@ -91353,7 +94080,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -91364,7 +94091,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -91428,44 +94155,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -91505,23 +94232,23 @@ "type": "string" }, "expectedOutputUrl": { - "description": "The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.", + "description": "The expected output URL evaluated by the load balancer\ncontaining the scheme, host, path and query parameters.\n\nFor rules that forward requests to backends, the test passes only whenexpectedOutputUrl matches the request forwarded by\nthe load balancer to backends. For rules with urlRewrite,\nthe test verifies that the forwarded request matcheshostRewrite and pathPrefixRewrite in theurlRewrite action. When service is specified,expectedOutputUrl`s scheme is ignored.\n\nFor rules with urlRedirect, the test passes only ifexpectedOutputUrl matches the URL in the load balancer's\nredirect response. If urlRedirect specifieshttps_redirect, the test passes only if the scheme inexpectedOutputUrl is also set to HTTPS.\nIf urlRedirect specifies strip_query, the test\npasses only if expectedOutputUrl does not contain any query\nparameters. \n\nexpectedOutputUrl is optional whenservice is specified.", "type": "string" }, "expectedRedirectResponseCode": { - "description": "For rules with urlRedirect, the test passes only if expectedRedirectResponseCode matches the HTTP status code in load balancer's redirect response. expectedRedirectResponseCode cannot be set when service is set.", + "description": "For rules with urlRedirect, the test passes only ifexpectedRedirectResponseCode matches the HTTP status code in\nload balancer's redirect response.\n\nexpectedRedirectResponseCode cannot be set whenservice is set.", "format": "int32", "type": "integer" }, "headers": { - "description": "HTTP headers for this request. If headers contains a host header, then host must also match the header value.", + "description": "HTTP headers for this request. If headers contains\na host header, then host must also match the header value.", "items": { "$ref": "UrlMapTestHeader" }, "type": "array" }, "host": { - "description": "Host portion of the URL. If headers contains a host header, then host must also match the header value.", + "description": "Host portion of the URL. If headers contains a host header,\nthen host must also match the header value.", "type": "string" }, "path": { @@ -91529,7 +94256,7 @@ "type": "string" }, "service": { - "description": "Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.", + "description": "Expected BackendService or BackendBucket resource\nthe given URL should be mapped to. \n\nThe service field cannot\nbe set if expectedRedirectResponseCode is set.", "type": "string" } }, @@ -91561,7 +94288,7 @@ "type": "array" }, "loadSucceeded": { - "description": "Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.", + "description": "Whether the given UrlMap can be successfully loaded.\nIf false, 'loadErrors' indicates the reasons.", "type": "boolean" }, "testFailures": { @@ -91571,7 +94298,7 @@ "type": "array" }, "testPassed": { - "description": "If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.", + "description": "If successfully loaded, this field indicates whether the test passed.\nIf false, 'testFailures's indicate the reason of failure.", "type": "boolean" } }, @@ -91598,7 +94325,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -91616,7 +94343,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -91680,44 +94407,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -91750,10 +94477,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of backend services when the list is empty.", + "description": "Informational warning which replaces the list of\nbackend services when the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -91817,44 +94544,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -91880,7 +94607,7 @@ "id": "UrlMapsValidateRequest", "properties": { "loadBalancingSchemes": { - "description": "Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.", + "description": "Specifies the load balancer type(s) this validation request is for. UseEXTERNAL_MANAGED for global external Application Load\nBalancers and regional external Application Load Balancers.\nUse EXTERNAL for classic Application Load Balancers.\n\nUse INTERNAL_MANAGED for internal Application Load Balancers. For more\ninformation, refer to Choosing\na load balancer.\n\nIf unspecified, the load balancing scheme will be inferred from the backend\nservice resources this URL map references. If that can not be inferred (for\nexample, this URL map only references backend buckets, or this Url map is\nfor rewrites and redirects only and doesn't reference any backends),EXTERNAL will be used as the default type.\n\nIf specified, the scheme(s) must not conflict with the load balancing\nscheme of the backend service resources this Url map references.", "items": { "enum": [ "EXTERNAL", @@ -91889,8 +94616,8 @@ ], "enumDescriptions": [ "Signifies that this will be used for classic Application Load Balancers.", - "Signifies that this will be used for Envoy-based global external Application Load Balancers.", - "If unspecified, the validation will try to infer the scheme from the backend service resources this Url map references. If the inference is not possible, EXTERNAL will be used as the default type." + "Signifies that this will be used for Envoy-based global external\nApplication Load Balancers.", + "If unspecified, the validation will try to infer the scheme from the\nbackend service resources this Url map references. If the inference is not\npossible, EXTERNAL will be used as the default type." ], "type": "string" }, @@ -91913,19 +94640,19 @@ "type": "object" }, "UrlRewrite": { - "description": "The spec for modifying the path before sending the request to the matched backend service.", + "description": "The spec for modifying the path before sending the request to the matched\nbackend service.", "id": "UrlRewrite", "properties": { "hostRewrite": { - "description": "Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be from 1 to 255 characters.", + "description": "Before forwarding the request to the selected service, the request's\nhost header is replaced with contents of hostRewrite.\n\nThe value must be from 1 to 255 characters.", "type": "string" }, "pathPrefixRewrite": { - "description": "Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be from 1 to 1024 characters.", + "description": "Before forwarding the request to the selected backend service, the\nmatching portion of the request's path is replaced bypathPrefixRewrite.\n\nThe value must be from 1 to 1024 characters.", "type": "string" }, "pathTemplateRewrite": { - "description": " If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax. A corresponding path_template_match must be specified. Any template variables must exist in the path_template_match field. - -At least one variable must be specified in the path_template_match field - You can omit variables from the rewritten URL - The * and ** operators cannot be matched unless they have a corresponding variable name - e.g. {format=*} or {var=**}. For example, a path_template_match of /static/{format=**} could be rewritten as /static/content/{format} to prefix /content to the URL. Variables can also be re-ordered in a rewrite, so that /{country}/{format}/{suffix=**} can be rewritten as /content/{format}/{country}/{suffix}. At least one non-empty routeRules[].matchRules[].path_template_match is required. Only one of path_prefix_rewrite or path_template_rewrite may be specified.", + "description": "If specified, the pattern rewrites the URL path (based on the :path\nheader) using the HTTP template syntax. \n\nA corresponding\npath_template_match must be specified. Any template variables must exist in\nthe path_template_match field. \n \n \n - -At least one variable must be specified in the path_template_match\n field \n - You can omit variables from the rewritten URL\n - The * and ** operators cannot be matched\n unless they have a corresponding variable name - e.g.\n {format=*} or {var=**}.\n\nFor example, a path_template_match of /static/{format=**}\ncould be rewritten as /static/content/{format} to prefix/content to the URL. Variables can also be re-ordered in a\nrewrite, so that /{country}/{format}/{suffix=**} can be\nrewritten as /content/{format}/{country}/{suffix}. \n\nAt least\none non-empty routeRules[].matchRules[].path_template_match is\nrequired. \n\nOnly one of path_prefix_rewrite orpath_template_rewrite may be specified.", "type": "string" } }, @@ -91936,11 +94663,11 @@ "id": "UsableSubnetwork", "properties": { "externalIpv6Prefix": { - "description": "[Output Only] The external IPv6 address range that is assigned to this subnetwork.", + "description": "[Output Only] The external IPv6 address range that is assigned to this\nsubnetwork.", "type": "string" }, "internalIpv6Prefix": { - "description": "[Output Only] The internal IPv6 address range that is assigned to this subnetwork.", + "description": "[Output Only] The internal IPv6 address range that is assigned to this\nsubnetwork.", "type": "string" }, "ipCidrRange": { @@ -91948,14 +94675,14 @@ "type": "string" }, "ipv6AccessType": { - "description": "The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.", + "description": "The access type of IPv6 address this subnet holds. It's immutable and can\nonly be specified during creation or the first time the subnet is updated\ninto IPV4_IPV6 dual stack.", "enum": [ "EXTERNAL", "INTERNAL" ], "enumDescriptions": [ - "VMs on this subnet will be assigned IPv6 addresses that are accessible via the Internet, as well as the VPC network.", - "VMs on this subnet will be assigned IPv6 addresses that are only accessible over the VPC network." + "VMs on this subnet will be assigned IPv6 addresses that are accessible\nvia the Internet, as well as the VPC network.", + "VMs on this subnet will be assigned IPv6 addresses that are only\naccessible over the VPC network." ], "type": "string" }, @@ -91976,8 +94703,8 @@ ], "enumDescriptions": [ "Subnet reserved for Global Envoy-based Load Balancing.", - "Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.", - "Subnetwork will be used for Migration from one peered VPC to another. (a transient state of subnetwork while migrating resources from one project to another).", + "Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy\npurpose, please use REGIONAL_MANAGED_PROXY instead.", + "Subnetwork will be used for Migration from one peered VPC to another.\n(a transient state of subnetwork\nwhile migrating resources from one project to another).", "Regular user created or automatically created subnet.", "Subnetwork used as source range for Private NAT Gateways.", "Regular user created or automatically created subnet.", @@ -91987,7 +94714,7 @@ "type": "string" }, "role": { - "description": "The role of subnetwork. Currently, this field is only used when purpose is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.", + "description": "The role of subnetwork. Currently, this field is only used when\npurpose is set to GLOBAL_MANAGED_PROXY orREGIONAL_MANAGED_PROXY. The value can be set toACTIVE or BACKUP. An ACTIVE\nsubnetwork is one that is currently being used for Envoy-based load\nbalancers in a region. A BACKUP subnetwork is one that is\nready to be promoted to ACTIVE or is currently draining.\nThis field can be updated with a patch request.", "enum": [ "ACTIVE", "BACKUP" @@ -92006,7 +94733,7 @@ "type": "array" }, "stackType": { - "description": "The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.", + "description": "The stack type for the subnet. If set to IPV4_ONLY, new VMs\nin the subnet are assigned IPv4 addresses only. If set toIPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and\nIPv6 addresses. If not specified, IPV4_ONLY is used.\n\nThis field can be both set at resource creation time and updated usingpatch.", "enum": [ "IPV4_IPV6", "IPV4_ONLY", @@ -92035,7 +94762,7 @@ "type": "string" }, "rangeName": { - "description": "The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.", + "description": "The name associated with this subnetwork secondary range, used when adding\nan alias IP range to a VM instance.\nThe name must be 1-63 characters long, and comply withRFC1035.\nThe name must be unique within the subnetwork.", "type": "string" } }, @@ -92045,7 +94772,7 @@ "id": "UsableSubnetworksAggregatedList", "properties": { "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "items": { @@ -92057,15 +94784,15 @@ }, "kind": { "default": "compute#usableSubnetworksAggregatedList", - "description": "[Output Only] Type of resource. Always compute#usableSubnetworksAggregatedList for aggregated lists of usable subnetworks.", + "description": "[Output Only] Type of resource. Alwayscompute#usableSubnetworksAggregatedList for aggregated lists\nof usable subnetworks.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results. In special cases listUsable may return 0 subnetworks and nextPageToken which still should be used to get the next page of results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.\nIn special cases listUsable may return 0 subnetworks andnextPageToken which still should be used to get the\nnext page of results.", "type": "string" }, "scopedWarnings": { - "description": "[Output Only] Informational warning messages for failures encountered from scopes.", + "description": "[Output Only] Informational warning messages for failures encountered from\nscopes.", "items": { "$ref": "SubnetworksScopedWarning" }, @@ -92086,7 +94813,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -92150,44 +94877,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -92210,15 +94937,15 @@ "type": "object" }, "UsageExportLocation": { - "description": "The location in Cloud Storage and naming method of the daily usage report. Contains bucket_name and report_name prefix.", + "description": "The location in Cloud Storage and naming method of the daily usage\nreport. Contains bucket_name and report_name prefix.", "id": "UsageExportLocation", "properties": { "bucketName": { - "description": "The name of an existing bucket in Cloud Storage where the usage report object is stored. The Google Service Account is granted write access to this bucket. This can either be the bucket name by itself, such as example-bucket, or the bucket name with gs:// or https://storage.googleapis.com/ in front of it, such as gs://example-bucket.", + "description": "The name of an existing bucket in Cloud Storage where the usage report\nobject is stored. The Google Service Account is granted write access to\nthis bucket. This can either be the bucket name by itself, such asexample-bucket, or the bucket name with gs://\nor https://storage.googleapis.com/ in front of it, such\nas gs://example-bucket.", "type": "string" }, "reportNamePrefix": { - "description": "An optional prefix for the name of the usage report object stored in bucketName. If not supplied, defaults to usage_gce. The report is stored as a CSV file named report_name_prefix_gce_YYYYMMDD.csv where YYYYMMDD is the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud Storage object naming conventions.", + "description": "An optional prefix for the name of the usage report object stored inbucketName. If not supplied, defaults tousage_gce. The report is stored as a CSV file namedreport_name_prefix_gce_YYYYMMDD.csv whereYYYYMMDD is the day of the usage according to Pacific Time.\nIf you supply a prefix, it should conform to Cloud Storageobject naming\nconventions.", "type": "string" } }, @@ -92246,26 +94973,26 @@ "id": "VmEndpointNatMappingsInterfaceNatMappings", "properties": { "drainNatIpPortRanges": { - "description": "List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].", + "description": "List of all drain IP:port-range mappings assigned to this interface.\nThese ranges are inclusive, that is, both the first and the last\nports can be used for NAT. Example: [\"2.2.2.2:12345-12355\",\n\"1.1.1.1:2234-2234\"].", "items": { "type": "string" }, "type": "array" }, "natIpPortRanges": { - "description": "A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].", + "description": "A list of all IP:port-range mappings assigned to this interface.\nThese ranges are inclusive, that is, both the first and the last\nports can be used for NAT. Example: [\"2.2.2.2:12345-12355\",\n\"1.1.1.1:2234-2234\"].", "items": { "type": "string" }, "type": "array" }, "numTotalDrainNatPorts": { - "description": "Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.", + "description": "Total number of drain ports across all NAT IPs allocated to this\ninterface. It equals to the aggregated port number in the field\ndrain_nat_ip_port_ranges.", "format": "int32", "type": "integer" }, "numTotalNatPorts": { - "description": "Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.", + "description": "Total number of ports across all NAT IPs allocated to this interface.\nIt equals to the aggregated port number in the field nat_ip_port_ranges.", "format": "int32", "type": "integer" }, @@ -92277,7 +95004,7 @@ "type": "array" }, "sourceAliasIpRange": { - "description": "Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: \"10.33.4.55/32\", or \"192.168.5.0/24\".", + "description": "Alias IP range for this interface endpoint.\nIt will be a private (RFC 1918) IP range.\nExamples: \"10.33.4.55/32\", or \"192.168.5.0/24\".", "type": "string" }, "sourceVirtualIp": { @@ -92292,26 +95019,26 @@ "id": "VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings", "properties": { "drainNatIpPortRanges": { - "description": "List of all drain IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].", + "description": "List of all drain IP:port-range mappings assigned to this interface\nby this rule.\nThese ranges are inclusive, that is, both the first and the last\nports can be used for NAT. Example: [\"2.2.2.2:12345-12355\",\n\"1.1.1.1:2234-2234\"].", "items": { "type": "string" }, "type": "array" }, "natIpPortRanges": { - "description": "A list of all IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].", + "description": "A list of all IP:port-range mappings assigned to this interface by this\nrule.\nThese ranges are inclusive, that is, both the first and the last\nports can be used for NAT. Example: [\"2.2.2.2:12345-12355\",\n\"1.1.1.1:2234-2234\"].", "items": { "type": "string" }, "type": "array" }, "numTotalDrainNatPorts": { - "description": "Total number of drain ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field drain_nat_ip_port_ranges.", + "description": "Total number of drain ports across all NAT IPs allocated to this\ninterface by this rule.\nIt equals the aggregated port number in the field\ndrain_nat_ip_port_ranges.", "format": "int32", "type": "integer" }, "numTotalNatPorts": { - "description": "Total number of ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field nat_ip_port_ranges.", + "description": "Total number of ports across all NAT IPs allocated to this interface\nby this rule.\nIt equals the aggregated port number in the field nat_ip_port_ranges.", "format": "int32", "type": "integer" }, @@ -92328,16 +95055,16 @@ "id": "VmEndpointNatMappingsList", "properties": { "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "type": "string" }, "kind": { "default": "compute#vmEndpointNatMappingsList", - "description": "[Output Only] Type of resource. Always compute#vmEndpointNatMappingsList for lists of Nat mappings of VM endpoints.", + "description": "[Output Only] Type of resource. Alwayscompute#vmEndpointNatMappingsList for lists of Nat mappings of\nVM endpoints.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "result": { @@ -92355,7 +95082,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -92419,44 +95146,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -92479,19 +95206,19 @@ "type": "object" }, "VpnGateway": { - "description": "Represents a HA VPN gateway. HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your Google Cloud Virtual Private Cloud network through an IPsec VPN connection in a single region. For more information about Cloud HA VPN solutions, see Cloud VPN topologies .", + "description": "Represents a HA VPN gateway.\n\nHA VPN is a high-availability (HA) Cloud VPN solution that lets you securely\nconnect your on-premises network to your Google Cloud Virtual Private Cloud\nnetwork through an IPsec VPN connection in a single region.\nFor more information about Cloud HA VPN solutions, see\nCloud VPN topologies .", "id": "VpnGateway", "properties": { "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "gatewayIpVersion": { - "description": "The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.", + "description": "The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not\nspecified, IPV4 will be used.", "enum": [ "IPV4", "IPV6" @@ -92503,17 +95230,17 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#vpnGateway", - "description": "[Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.", + "description": "[Output Only] Type of resource. Always compute#vpnGateway for\nVPN gateways.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this VpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a VpnGateway.", + "description": "A fingerprint for the labels being applied to this VpnGateway, which\nis essentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a VpnGateway.", "format": "byte", "type": "string" }, @@ -92521,7 +95248,7 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "name": { @@ -92530,7 +95257,7 @@ "compute.vpnGateways.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, @@ -92540,7 +95267,7 @@ "compute.vpnGateways.insert" ] }, - "description": "URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.", + "description": "URL of the network to which this VPN gateway is attached. Provided by the\nclient when the VPN gateway is created.", "type": "string" }, "region": { @@ -92552,7 +95279,7 @@ "type": "string" }, "stackType": { - "description": "The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. If not specified, IPV4_ONLY is used if the gateway IP version is IPV4, or IPV4_IPV6 if the gateway IP version is IPV6.", + "description": "The stack type for this VPN gateway to identify the IP protocols that are\nenabled. Possible values are: IPV4_ONLY,IPV4_IPV6, IPV6_ONLY. If not specified,IPV4_ONLY is used if the gateway IP version isIPV4, or IPV4_IPV6 if the gateway IP version isIPV6.", "enum": [ "IPV4_IPV6", "IPV4_ONLY", @@ -92592,11 +95319,11 @@ }, "kind": { "default": "compute#vpnGatewayAggregatedList", - "description": "[Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.", + "description": "[Output Only] Type of resource. Always compute#vpnGateway for\nVPN gateways.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -92614,7 +95341,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -92678,44 +95405,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -92754,11 +95481,11 @@ }, "kind": { "default": "compute#vpnGatewayList", - "description": "[Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.", + "description": "[Output Only] Type of resource. Always compute#vpnGateway for\nVPN gateways.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -92769,7 +95496,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -92833,44 +95560,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -92906,23 +95633,23 @@ "type": "object" }, "VpnGatewayStatusHighAvailabilityRequirementState": { - "description": "Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.", + "description": "Describes the high availability requirement state for the VPN connection\nbetween this Cloud VPN gateway and a peer gateway.", "id": "VpnGatewayStatusHighAvailabilityRequirementState", "properties": { "state": { - "description": "Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.", + "description": "Indicates the high availability requirement state for the VPN connection.\nValid values are CONNECTION_REDUNDANCY_MET,CONNECTION_REDUNDANCY_NOT_MET.", "enum": [ "CONNECTION_REDUNDANCY_MET", "CONNECTION_REDUNDANCY_NOT_MET" ], "enumDescriptions": [ - "VPN tunnels are configured with adequate redundancy from Cloud VPN gateway to the peer VPN gateway. For both GCP-to-non-GCP and GCP-to-GCP connections, the adequate redundancy is a pre-requirement for users to get 99.99% availability on GCP side; please note that for any connection, end-to-end 99.99% availability is subject to proper configuration on the peer VPN gateway.", - "VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway" + "VPN tunnels are configured with adequate redundancy from Cloud VPN\ngateway to the peer VPN gateway. For both GCP-to-non-GCP and GCP-to-GCP\nconnections, the adequate redundancy is a pre-requirement for users to\nget 99.99% availability on GCP side; please note that for any\nconnection, end-to-end 99.99% availability is subject to proper\nconfiguration on the peer VPN gateway.", + "VPN tunnels are not configured with adequate redundancy from the Cloud\nVPN gateway to the peer gateway" ], "type": "string" }, "unsatisfiedReason": { - "description": "Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.", + "description": "Indicates the reason why the VPN connection does not meet the high\navailability redundancy criteria/requirement.\nValid values is INCOMPLETE_TUNNELS_COVERAGE.", "enum": [ "INCOMPLETE_TUNNELS_COVERAGE" ], @@ -92944,7 +95671,7 @@ "type": "integer" }, "peerGatewayInterface": { - "description": "The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.", + "description": "The peer gateway interface this VPN tunnel is connected to, the peer\ngateway could either be an external VPN gateway or a Google Cloud\nVPN gateway.", "format": "uint32", "type": "integer" }, @@ -92956,15 +95683,15 @@ "type": "object" }, "VpnGatewayStatusVpnConnection": { - "description": "A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.", + "description": "A VPN connection contains all VPN tunnels connected from this VpnGateway\nto the same peer gateway. The peer gateway could either be an external VPN\ngateway or a Google Cloud VPN gateway.", "id": "VpnGatewayStatusVpnConnection", "properties": { "peerExternalGateway": { - "description": "URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.", + "description": "URL reference to the peer external VPN gateways to which the VPN tunnels\nin this VPN connection are connected.\nThis field is mutually exclusive with peer_gcp_gateway.", "type": "string" }, "peerGcpGateway": { - "description": "URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.", + "description": "URL reference to the peer side VPN gateways to which the VPN tunnels in\nthis VPN connection are connected.\nThis field is mutually exclusive with peer_gcp_gateway.", "type": "string" }, "state": { @@ -92986,20 +95713,20 @@ "id": "VpnGatewayVpnGatewayInterface", "properties": { "id": { - "description": "[Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.", + "description": "[Output Only] Numeric identifier for this VPN interface associated with\nthe VPN gateway.", "format": "uint32", "type": "integer" }, "interconnectAttachment": { - "description": "URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.", + "description": "URL of the VLAN attachment (interconnectAttachment) resource for this\nVPN gateway interface. When the value of this field is present, the VPN\ngateway is used for HA VPN over Cloud Interconnect; all egress\nor ingress traffic for this VPN gateway interface goes through the\nspecified VLAN attachment resource.", "type": "string" }, "ipAddress": { - "description": "[Output Only] IP address for this VPN interface associated with the VPN gateway. The IP address could be either a regional external IP address or a regional internal IP address. The two IP addresses for a VPN gateway must be all regional external or regional internal IP addresses. There cannot be a mix of regional external IP addresses and regional internal IP addresses. For HA VPN over Cloud Interconnect, the IP addresses for both interfaces could either be regional internal IP addresses or regional external IP addresses. For regular (non HA VPN over Cloud Interconnect) HA VPN tunnels, the IP address must be a regional external IP address.", + "description": "[Output Only] IP address for this VPN interface associated with the VPN\ngateway.\nThe IP address could be either a regional external IP address or\na regional internal IP address. The two IP addresses for a VPN gateway\nmust be all regional external or regional internal IP addresses. There\ncannot be a mix of regional external IP addresses and regional internal\nIP addresses. For HA VPN over Cloud Interconnect, the IP addresses\nfor both interfaces could either be regional internal IP addresses or\nregional external IP addresses. For regular (non HA VPN over Cloud\nInterconnect) HA VPN tunnels, the IP address must be a regional external\nIP address.", "type": "string" }, "ipv6Address": { - "description": "[Output Only] IPv6 address for this VPN interface associated with the VPN gateway. The IPv6 address must be a regional external IPv6 address. The format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).", + "description": "[Output Only] IPv6 address for this VPN interface associated with the VPN\ngateway.\nThe IPv6 address must be a regional external IPv6 address. The format is\nRFC 5952 format (e.g. 2001:db8::2d9:51:0:0).", "type": "string" } }, @@ -93025,10 +95752,10 @@ "type": "array" }, "warning": { - "description": "[Output Only] Informational warning which replaces the list of addresses when the list is empty.", + "description": "[Output Only] Informational warning which replaces the list of addresses\nwhen the list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -93092,44 +95819,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -93152,19 +95879,19 @@ "type": "object" }, "VpnTunnel": { - "description": "Represents a Cloud VPN Tunnel resource. For more information about VPN, read the the Cloud VPN Overview.", + "description": "Represents a Cloud VPN Tunnel resource.\n\nFor more information about VPN, read the\nthe Cloud VPN Overview.", "id": "VpnTunnel", "properties": { "cipherSuite": { "$ref": "VpnTunnelCipherSuite", - "description": "User specified list of ciphers to use for the phase 1 and phase 2 of the IKE protocol." + "description": "User specified list of ciphers to use for the phase 1 and phase 2 of the\nIKE protocol." }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "description": { - "description": "An optional description of this resource. Provide this property when you create the resource.", + "description": "An optional description of this resource. Provide this property when you\ncreate the resource.", "type": "string" }, "detailedStatus": { @@ -93172,22 +95899,22 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "ikeVersion": { - "description": "IKE protocol version to use when establishing the VPN tunnel with the peer VPN gateway. Acceptable IKE versions are 1 or 2. The default version is 2.", + "description": "IKE protocol version to use when establishing the VPN tunnel with the peer\nVPN gateway. Acceptable IKE versions are 1 or 2.\nThe default version is 2.", "format": "int32", "type": "integer" }, "kind": { "default": "compute#vpnTunnel", - "description": "[Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.", + "description": "[Output Only] Type of resource. Always compute#vpnTunnel for\nVPN tunnels.", "type": "string" }, "labelFingerprint": { - "description": "A fingerprint for the labels being applied to this VpnTunnel, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a VpnTunnel.", + "description": "A fingerprint for the labels being applied to this VpnTunnel, which is\nessentially a hash of the labels set used for optimistic locking. The\nfingerprint is initially generated by Compute Engine and changes after\nevery request to modify or update labels. You must always provide an\nup-to-date fingerprint hash in order to update or change labels,\notherwise the request will fail with error412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to\nretrieve a VpnTunnel.", "format": "byte", "type": "string" }, @@ -93195,11 +95922,11 @@ "additionalProperties": { "type": "string" }, - "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.", + "description": "Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value pair must comply withRFC1035.\nLabel values may be empty.", "type": "object" }, "localTrafficSelector": { - "description": "Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported for Classic VPN tunnels. This field is output only for HA VPN tunnels.", + "description": "Local traffic selector to use when establishing the VPN tunnel with the\npeer VPN gateway. The value should be a CIDR formatted string, for\nexample: 192.168.0.0/16. The ranges must be disjoint.\nOnly IPv4 is supported for Classic VPN tunnels. This field is output only\nfor HA VPN tunnels.", "items": { "type": "string" }, @@ -93211,33 +95938,33 @@ "compute.vpnTunnels.insert" ] }, - "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, "peerExternalGateway": { - "description": "URL of the peer side external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field is exclusive with the field peerGcpGateway.", + "description": "URL of the peer side external VPN gateway to which this VPN tunnel is\nconnected.\nProvided by the client when the VPN tunnel is created.\nThis field is exclusive with the field peerGcpGateway.", "type": "string" }, "peerExternalGatewayInterface": { - "description": "The interface ID of the external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. Possible values are: `0`, `1`, `2`, `3`. The number of IDs in use depends on the external VPN gateway redundancy type.", + "description": "The interface ID of the external VPN gateway to which this VPN tunnel is\nconnected. Provided by the client when the VPN tunnel is created.\nPossible values are: `0`, `1`, `2`, `3`. The number of IDs in use\ndepends on the external VPN gateway redundancy type.", "format": "int32", "type": "integer" }, "peerGcpGateway": { - "description": "URL of the peer side HA VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field can be used when creating highly available VPN from VPC network to VPC network, the field is exclusive with the field peerExternalGateway. If provided, the VPN tunnel will automatically use the same vpnGatewayInterface ID in the peer Google Cloud VPN gateway.", + "description": "URL of the peer side HA VPN gateway to which this VPN tunnel\nis connected. Provided by the client when the VPN tunnel is created.\nThis field can be used when creating highly available VPN from VPC network\nto VPC network, the field is exclusive with the field peerExternalGateway.\nIf provided, the VPN tunnel will automatically use the same\nvpnGatewayInterface ID in the peer Google Cloud VPN gateway.", "type": "string" }, "peerIp": { - "description": "IP address of the peer VPN gateway. Only IPv4 is supported. This field can be set only for Classic VPN tunnels.", + "description": "IP address of the peer VPN gateway. Only IPv4 is supported. This field can\nbe set only for Classic VPN tunnels.", "type": "string" }, "region": { - "description": "[Output Only] URL of the region where the VPN tunnel resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "description": "[Output Only] URL of the region where the VPN tunnel resides.\nYou must specify this field as part of the HTTP request URL. It is\nnot settable as a field in the request body.", "type": "string" }, "remoteTrafficSelector": { - "description": "Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported for Classic VPN tunnels. This field is output only for HA VPN tunnels.", + "description": "Remote traffic selectors to use when establishing the VPN tunnel with\nthe peer VPN gateway. The value should be a CIDR formatted string,\nfor example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is\nsupported for Classic VPN tunnels. This field is output only for HA VPN\ntunnels.", "items": { "type": "string" }, @@ -93252,7 +95979,7 @@ "type": "string" }, "sharedSecret": { - "description": "Shared secret used to set the secure session between the Cloud VPN gateway and the peer VPN gateway.", + "description": "Shared secret used to set the secure session between the Cloud VPN gateway\nand the peer VPN gateway.", "type": "string" }, "sharedSecretHash": { @@ -93260,7 +95987,7 @@ "type": "string" }, "status": { - "description": "[Output Only] The status of the VPN tunnel, which can be one of the following: - PROVISIONING: Resource is being allocated for the VPN tunnel. - WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route resources are needed to setup the VPN tunnel. - FIRST_HANDSHAKE: Successful first handshake with the peer VPN. - ESTABLISHED: Secure session is successfully established with the peer VPN. - NETWORK_ERROR: Deprecated, replaced by NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for example, bad shared secret). - NEGOTIATION_FAILURE: Handshake failed. - DEPROVISIONING: Resources are being deallocated for the VPN tunnel. - FAILED: Tunnel creation has failed and the tunnel is not ready to be used. - NO_INCOMING_PACKETS: No incoming packets from peer. - REJECTED: Tunnel configuration was rejected, can be result of being denied access. - ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required resources. - STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted for Classic VPN tunnels or the project is in frozen state. - PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. - TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel. ", + "description": "[Output Only] The status of the VPN tunnel, which can be one of the\nfollowing:\n \n - PROVISIONING: Resource is being allocated for the VPN tunnel.\n - WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs\n from\n the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route\n resources are needed to setup the VPN tunnel.\n - FIRST_HANDSHAKE: Successful first handshake with the peer VPN.\n - ESTABLISHED: Secure session is successfully established with the peer\n VPN. \n - NETWORK_ERROR: Deprecated, replaced by\n NO_INCOMING_PACKETS \n - AUTHORIZATION_ERROR: Auth error (for example,\n bad shared secret). \n - NEGOTIATION_FAILURE: Handshake failed.\n - DEPROVISIONING: Resources are being deallocated for the VPN\n tunnel. \n - FAILED: Tunnel creation has failed and the tunnel is not\n ready to be used. \n - NO_INCOMING_PACKETS: No incoming packets from\n peer. \n - REJECTED: Tunnel configuration was rejected, can be result\n of being denied access. \n - ALLOCATING_RESOURCES: Cloud VPN is in the\n process of allocating all required resources.\n - STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted\n for Classic VPN tunnels or the project is in frozen state.\n - PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP,\n probably behind NAT. \n - TS_NARROWING_NOT_ALLOWED: Traffic selector\n narrowing not allowed for an HA-VPN tunnel.", "enum": [ "ALLOCATING_RESOURCES", "AUTHORIZATION_ERROR", @@ -93277,7 +96004,7 @@ "WAITING_FOR_FULL_CONFIG" ], "enumDescriptions": [ - "Cloud VPN is in the process of allocating all required resources (specifically, a borg task).", + "Cloud VPN is in the process of allocating all required resources\n(specifically, a borg task).", "Auth error (e.g. bad shared secret).", "Resources is being deallocated for the VPN tunnel.", "Secure session is successfully established with peer VPN.", @@ -93289,20 +96016,20 @@ "Resource is being allocated for the VPN tunnel.", "Tunnel configuration was rejected, can be result of being denylisted.", "Tunnel is stopped due to its Forwarding Rules being deleted.", - "Waiting to receive all VPN-related configs from user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule and Route resources are needed to setup VPN tunnel." + "Waiting to receive all VPN-related configs from user. Network,\nTargetVpnGateway, VpnTunnel, ForwardingRule and Route resources are\nneeded to setup VPN tunnel." ], "type": "string" }, "targetVpnGateway": { - "description": "URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created. This field can be set only for Classic VPN tunnels.", + "description": "URL of the Target VPN gateway with which this VPN tunnel is associated.\nProvided by the client when the VPN tunnel is created.\nThis field can be set only for Classic VPN tunnels.", "type": "string" }, "vpnGateway": { - "description": "URL of the VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created. This must be used (instead of target_vpn_gateway) if a High Availability VPN gateway resource is created.", + "description": "URL of the VPN gateway with which this VPN tunnel is associated.\nProvided by the client when the VPN tunnel is created. This must be\nused (instead of target_vpn_gateway) if a High Availability VPN gateway\nresource is created.", "type": "string" }, "vpnGatewayInterface": { - "description": "The interface ID of the VPN gateway with which this VPN tunnel is associated. Possible values are: `0`, `1`.", + "description": "The interface ID of the VPN gateway with which this VPN tunnel is\nassociated.\nPossible values are: `0`, `1`.", "format": "int32", "type": "integer" } @@ -93326,11 +96053,11 @@ }, "kind": { "default": "compute#vpnTunnelAggregatedList", - "description": "[Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.", + "description": "[Output Only] Type of resource. Always compute#vpnTunnel for\nVPN tunnels.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -93348,7 +96075,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -93412,44 +96139,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -93500,11 +96227,11 @@ }, "kind": { "default": "compute#vpnTunnelList", - "description": "[Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.", + "description": "[Output Only] Type of resource. Always compute#vpnTunnel for\nVPN tunnels.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -93515,7 +96242,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -93579,44 +96306,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -93703,10 +96430,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of addresses when the list is empty.", + "description": "Informational warning which replaces the list of addresses when\nthe list is empty.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -93770,44 +96497,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -93833,7 +96560,7 @@ "id": "WafExpressionSet", "properties": { "aliases": { - "description": "A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like \"stable\" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.", + "description": "A list of alternate IDs. The format should be:\n- E.g. XSS-stable\nGeneric suffix like \"stable\" is particularly useful if a policy\nlikes to avail newer set of expressions without having to change\nthe policy.\nA given alias name can't be used for more than one entity set.", "items": { "type": "string" }, @@ -93847,7 +96574,7 @@ "type": "array" }, "id": { - "description": "Google specified expression set ID. The format should be: - E.g. XSS-20170329 required", + "description": "Google specified expression set ID. The format should be:\n- E.g. XSS-20170329\nrequired", "type": "string" } }, @@ -93857,11 +96584,11 @@ "id": "WafExpressionSetExpression", "properties": { "id": { - "description": "Expression ID should uniquely identify the origin of the expression. E.g. owasp-crs-v020901-id973337 identifies Owasp core rule set version 2.9.1 rule id 973337. The ID could be used to determine the individual attack definition that has been detected. It could also be used to exclude it from the policy in case of false positive. required", + "description": "Expression ID should uniquely identify the origin of the expression.\nE.g. owasp-crs-v020901-id973337 identifies Owasp core rule set\nversion 2.9.1 rule id 973337.\nThe ID could be used to determine the individual attack definition\nthat has been detected. It could also be used to exclude it from\nthe policy in case of false positive.\nrequired", "type": "string" }, "sensitivity": { - "description": "The sensitivity value associated with the WAF rule ID. This corresponds to the ModSecurity paranoia level, ranging from 1 to 4. 0 is reserved for opt-in only rules.", + "description": "The sensitivity value associated with the WAF rule ID. This corresponds\nto the ModSecurity paranoia level, ranging from 1 to 4. 0 is reserved for\nopt-in only rules.", "format": "int32", "type": "integer" } @@ -93869,25 +96596,392 @@ "type": "object" }, "WeightedBackendService": { - "description": "In contrast to a single BackendService in HttpRouteAction to which all matching traffic is directed to, WeightedBackendService allows traffic to be split across multiple backend services. The volume of traffic for each backend service is proportional to the weight specified in each WeightedBackendService", + "description": "In contrast to a single BackendService in \nHttpRouteAction to which all matching traffic is directed to,WeightedBackendService allows traffic to be split across\nmultiple backend services. The volume of traffic for each\nbackend service is proportional to the weight specified\nin each WeightedBackendService", "id": "WeightedBackendService", "properties": { "backendService": { - "description": "The full or partial URL to the default BackendService resource. Before forwarding the request to backendService, the load balancer applies any relevant headerActions specified as part of this backendServiceWeight.", + "description": "The full or partial URL to the default BackendService\nresource. Before\nforwarding the request to backendService, the load balancer\napplies any relevant headerActions specified as part of thisbackendServiceWeight.", "type": "string" }, "headerAction": { "$ref": "HttpHeaderAction", - "description": "Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true." + "description": "Specifies changes to request and response headers that need to take\neffect for the selected backendService.\n\nheaderAction specified here take effect beforeheaderAction in the enclosing HttpRouteRule,PathMatcher and UrlMap.\n\nheaderAction is not supported for load balancers that have\ntheir loadBalancingScheme set to EXTERNAL.\n\nNot supported when the URL map is bound to a target gRPC proxy that\nhas validateForProxyless field set to true." }, "weight": { - "description": "Specifies the fraction of traffic sent to a backend service, computed as weight / (sum of all weightedBackendService weights in routeAction) . The selection of a backend service is determined only for new traffic. Once a user's request has been directed to a backend service, subsequent requests are sent to the same backend service as determined by the backend service's session affinity policy. Don't configure session affinity if you're using weighted traffic splitting. If you do, the weighted traffic splitting configuration takes precedence. The value must be from 0 to 1000.", + "description": "Specifies the fraction of traffic sent to a backend service,\ncomputed asweight / (sum of all weightedBackendService weights in routeAction).\n\nThe selection of a backend service is determined only for new traffic.\nOnce a user's request has been directed to a backend service,\nsubsequent requests are sent to the same backend service as\ndetermined by the backend service's session affinity policy.\nDon't configure session affinity if you're using weighted traffic\nsplitting. If you do, the weighted traffic splitting configuration takes\nprecedence.\n\nThe value must be from 0 to 1000.", "format": "uint32", "type": "integer" } }, "type": "object" }, + "Wire": { + "description": "A pseudowire that connects two Interconnect connections.", + "id": "Wire", + "properties": { + "adminEnabled": { + "description": "[Output Only] Indicates whether the wire is enabled.\nWhen false, the wire is disabled. When true and when the wire group of\nthe wire is also enabled, the wire is enabled. Defaults to true.", + "type": "boolean" + }, + "endpoints": { + "description": "Wire endpoints are specific Interconnect connections.", + "items": { + "$ref": "WireEndpoint" + }, + "type": "array" + }, + "label": { + "description": "[Output Only] A label that identifies the wire. The format of this label\ncombines the existing labels of the wire group endpoints and Interconnect\nconnections used by this wire in alphabetical order as follows:\n`ENDPOINT_A+CONNECTION_A1,ENDPOINT_B+CONNECTION_B1`, where:\n \n - ENDPOINT_A and ENDPOINT_B: are the labels\n that you entered as map keys when you specified the wire group endpoint\n objects.\n - CONNECTION_A1 and CONNECTION_B1: are the\n labels that you entered as map keys when you specified the wire group\n Interconnect objects.", + "type": "string" + }, + "wireProperties": { + "$ref": "WireProperties", + "description": "[Output Only] Properties of the wire." + } + }, + "type": "object" + }, + "WireEndpoint": { + "description": "Wire endpoints are specific Interconnect connections.", + "id": "WireEndpoint", + "properties": { + "interconnect": { + "type": "string" + }, + "vlanTag": { + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "WireGroup": { + "description": "A resource that represents a group of redundant wires.", + "id": "WireGroup", + "properties": { + "adminEnabled": { + "description": "Indicates whether the wires in the wire group are enabled. When false, the\nwires in the wire group are disabled. When true and when\nthere is simultaneously no wire-specific override of `adminEnabled` to\nfalse, a given wire is enabled. Defaults to true.", + "type": "boolean" + }, + "creationTimestamp": { + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", + "type": "string" + }, + "description": { + "description": "An optional description of the wire group.", + "type": "string" + }, + "endpoints": { + "additionalProperties": { + "$ref": "WireGroupEndpoint" + }, + "description": "A map that contains the logical endpoints of the wire group. Specify\nkey-value pairs for the map as follows:\n \n - Key: an RFC1035 user-specified label.\n - Value: an Endpoint object.", + "type": "object" + }, + "id": { + "description": "[Output Only] The unique identifier for the resource type. The server\ngenerates this identifier.", + "format": "uint64", + "type": "string" + }, + "kind": { + "default": "compute#wireGroup", + "description": "[Output Only] Type of the resource. Alwayscompute#wireGroups for wire groups.", + "type": "string" + }, + "name": { + "description": "Name of the resource. Provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply withRFC1035.\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "type": "string" + }, + "reconciling": { + "description": "[Output Only] Indicates whether there are wire changes yet to be processed.", + "type": "boolean" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for the resource.", + "type": "string" + }, + "topology": { + "$ref": "WireGroupTopology", + "description": "Topology details for the wire group configuration." + }, + "wireProperties": { + "$ref": "WireProperties", + "description": "Properties for all wires in the wire group." + }, + "wires": { + "description": "The single/redundant wire(s) managed by the wire group.", + "items": { + "$ref": "Wire" + }, + "type": "array" + } + }, + "type": "object" + }, + "WireGroupEndpoint": { + "description": "A logical endpoint for the wire group. An endpoint represents a metro that\ncontains redundant Interconnect connections. A wire group is created\nbetween two endpoints.", + "id": "WireGroupEndpoint", + "properties": { + "interconnects": { + "additionalProperties": { + "$ref": "WireGroupEndpointInterconnect" + }, + "description": "A map that contains the redundant Interconnect connections. Specify\nkey-value pairs for the map as follows:\n \n - Key: an RFC1035 user-specified label.\n - Value: an Interconnect object.", + "type": "object" + } + }, + "type": "object" + }, + "WireGroupEndpointInterconnect": { + "description": "The redundant Interconnect connections for this endpoint.", + "id": "WireGroupEndpointInterconnect", + "properties": { + "interconnect": { + "description": "Required. An Interconnect connection. You can specify the connection as\na partial or full URL. If the connection is in a different project from\nthe cross-site network, use a format that specifies the project. See\nthe following examples of partial and full URLs:\n \n \n \n global/interconnects/NAME\n \n \n projects/PROJECT_ID/global/interconnects/NAME\n \n - \n https://compute.googleapis.com/compute/projects/PROJECT_ID/global/interconnects/NAME", + "type": "string" + }, + "vlanTags": { + "description": "Required. To configure the wire group for VLAN mode, enter a VLAN tag,\nwhich is a number from `2` to `4093`. You can autoallocate a tag by\nentering `0`. To configure the wire group for port mode, enter `-1`.\nReview the following guidelines:\n \n - A VLAN tag must be unique for an Interconnect connection across all\n attachments and wire groups.\n - Both endpoints of a wire must use the same VLAN tag value.\n - Single wire and redundant type wire groups must have only one\n VLAN tag.\n - Port mode pseudowires must have a single VLAN tag with a value of\n `-1` for both endpoints.\n - Box and cross type wire groups must have two VLAN tags. The first\n is for the same-zone pseudowire, and the second is for the cross-zone\n pseudowire.", + "items": { + "format": "int32", + "type": "integer" + }, + "type": "array" + } + }, + "type": "object" + }, + "WireGroupList": { + "description": "Response for the list request.", + "id": "WireGroupList", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "description": "[Output Only] Unique identifier for the resource; defined by the server.", + "type": "string" + }, + "items": { + "description": "A list of wire group resources.", + "items": { + "$ref": "WireGroup" + }, + "type": "array" + }, + "kind": { + "default": "compute#wireGroup", + "description": "[Output Only] Type of the resource. Alwayscompute#wireGroups for wire groups.", + "type": "string" + }, + "nextPageToken": { + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for this resource.", + "type": "string" + }, + "unreachables": { + "description": "[Output Only] Unreachable resources.\nend_interface: MixerListResponseWithEtagBuilder", + "items": { + "type": "string" + }, + "type": "array" + }, + "warning": { + "description": "[Output Only] Informational warning message.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB", + "LARGE_DEPLOYMENT_WARNING", + "LIST_OVERHEAD_QUOTA_EXCEED", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "QUOTA_INFO_UNAVAILABLE", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + true, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed\noperation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as\ndeprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as\nexperimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden.\nDeprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", + "When deploying a deployment with a exceedingly large number of resources", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "WireGroupTopology": { + "description": "Topology details for the wire group.", + "id": "WireGroupTopology", + "properties": { + "endpoints": { + "description": "Topology details for all endpoints in the wire group.", + "items": { + "$ref": "WireGroupTopologyEndpoint" + }, + "type": "array" + } + }, + "type": "object" + }, + "WireGroupTopologyEndpoint": { + "description": "Topology details for a single wire group endpoint.", + "id": "WireGroupTopologyEndpoint", + "properties": { + "city": { + "description": "The InterconnectLocation.city (metropolitan area designator) that all\ninterconnects are located in.", + "type": "string" + }, + "label": { + "description": "Endpoint label from the wire group.", + "type": "string" + } + }, + "type": "object" + }, + "WireProperties": { + "description": "The properties of a wire.", + "id": "WireProperties", + "properties": { + "bandwidthAllocation": { + "description": "The configuration of the bandwidth allocation, one of the following:\n \n - ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation\n (and associated charges) for each wire in the group.\n - SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures\n one unmetered bandwidth allocation for the wire group. The unmetered\n bandwidth is divided equally across each wire in the group, but dynamic\n throttling reallocates unused unmetered bandwidth from unused or underused\n wires to other wires in the group.", + "enum": [ + "ALLOCATE_PER_WIRE", + "SHARED_WITH_WIRE_GROUP" + ], + "enumDescriptions": [ + "Configures a separate unmetered bandwidth allocation (and associated\ncharges) for each wire in the group.", + "This is the default behavior. Configures one unmetered bandwidth\nallocation for the wire group. The unmetered bandwidth is divided equally\nacross each wire in the group, but dynamic throttling reallocates unused\nunmetered bandwidth from unused or underused wires to other wires in the\ngroup." + ], + "type": "string" + }, + "bandwidthUnmetered": { + "description": "The unmetered bandwidth in Gigabits per second, using decimal units. `10`\nis 10 Gbps, `100` is 100 Gbps. The bandwidth must be greater than 0.", + "format": "int64", + "type": "string" + }, + "faultResponse": { + "description": "Response when a fault is detected in a pseudowire:\n \n - NONE: default.\n - DISABLE_PORT: set the port line protocol down when inline probes\n detect a fault. This setting is only permitted on port mode\n pseudowires.", + "enum": [ + "DISABLE_PORT", + "NONE" + ], + "enumDescriptions": [ + "Set the port line protocol down when inline probes detect a fault. This\nsetting is only permitted on port mode pseudowires.", + "Default." + ], + "type": "string" + } + }, + "type": "object" + }, "XpnHostList": { "id": "XpnHostList", "properties": { @@ -93904,11 +96998,11 @@ }, "kind": { "default": "compute#xpnHostList", - "description": "[Output Only] Type of resource. Always compute#xpnHostList for lists of shared VPC hosts.", + "description": "[Output Only] Type of resource. Always compute#xpnHostList for\nlists of shared VPC hosts.", "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -93919,7 +97013,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -93983,44 +97077,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -94047,7 +97141,7 @@ "id": "XpnResourceId", "properties": { "id": { - "description": "The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).", + "description": "The ID of the service resource. In the case of projects, this field\nsupports project id (e.g., my-project-123) and project number\n(e.g. 12345678).", "type": "string" }, "type": { @@ -94066,7 +97160,7 @@ "type": "object" }, "Zone": { - "description": "Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-b is located in the us-east1 region. For more information, read Regions and Zones.", + "description": "Represents a Zone resource.\n\nA zone is a deployment area. These deployment areas are subsets of a region.\nFor example the zone us-east1-b is located in theus-east1 region. For more information, readRegions and\nZones.", "id": "Zone", "properties": { "availableCpuPlatforms": { @@ -94077,7 +97171,7 @@ "type": "array" }, "creationTimestamp": { - "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "description": "[Output Only] Creation timestamp inRFC3339\ntext format.", "type": "string" }, "deprecated": { @@ -94089,13 +97183,13 @@ "type": "string" }, "id": { - "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "description": "[Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.", "format": "uint64", "type": "string" }, "kind": { "default": "compute#zone", - "description": "[Output Only] Type of the resource. Always compute#zone for zones.", + "description": "[Output Only] Type of the resource. Always compute#zone for\nzones.", "type": "string" }, "name": { @@ -94111,7 +97205,7 @@ "type": "string" }, "status": { - "description": "[Output Only] Status of the zone, either UP or DOWN.", + "description": "[Output Only] Status of the zone, either UP orDOWN.", "enum": [ "DOWN", "UP" @@ -94150,7 +97244,7 @@ "type": "string" }, "nextPageToken": { - "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "description": "[Output Only] This token allows you to get the next page of results for\nlist requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for\nthe query parameter pageToken in the next list request.\nSubsequent list requests will have their own nextPageToken to\ncontinue paging through the results.", "type": "string" }, "selfLink": { @@ -94161,7 +97255,7 @@ "description": "[Output Only] Informational warning message.", "properties": { "code": { - "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "description": "[Output Only] A warning code, if applicable. For example, Compute\nEngine returns NO_RESULTS_ON_PAGE if there\nare no results in the response.", "enum": [ "CLEANUP_FAILED", "DEPRECATED_RESOURCE_USED", @@ -94225,44 +97319,44 @@ false ], "enumDescriptions": [ - "Warning about failed cleanup of transient changes made by a failed operation.", + "Warning about failed cleanup of transient changes made by a failed\noperation.", "A link to a deprecated resource was created.", - "When deploying and at least one of the resources has a type marked as deprecated", + "When deploying and at least one of the resources has a type marked as\ndeprecated", "The user created a boot disk that is larger than image size.", - "When deploying and at least one of the resources has a type marked as experimental", + "When deploying and at least one of the resources has a type marked as\nexperimental", "Warning that is present in an external api call", - "Warning that value of a field has been overridden. Deprecated unused field.", + "Warning that value of a field has been overridden.\nDeprecated unused field.", "The operation involved use of an injected kernel, which is deprecated.", - "A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.", + "A WEIGHTED_MAGLEV backend service is associated with a health check that is\nnot of type HTTP/HTTPS/HTTP2.", "When deploying a deployment with a exceedingly large number of resources", - "Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.", + "Resource can't be retrieved due to list overhead quota exceed\nwhich captures the amount of resources filtered out by\nuser-defined list filter.", "A resource depends on a missing type", - "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's nextHopIp address is not assigned to an instance on the\nnetwork.", "The route's next hop instance cannot ip forward.", - "The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that does not have an\nipv6 interface on the same network as the route.", "The route's nextHopInstance URL refers to an instance that does not exist.", - "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's nextHopInstance URL refers to an instance that is not on the\nsame network as the route.", "The route's next hop instance does not have a status of RUNNING.", - "Error which is not critical. We decided to continue the process despite the mentioned error.", + "Error which is not critical. We decided to continue the process despite\nthe mentioned error.", "No results are present on a particular list page.", "Success is reported, but some results may be missing due to errors", - "Quota information is not available to client requests (e.g: regions.list).", - "The user attempted to use a resource that requires a TOS they have not accepted.", + "Quota information is not available to client requests (e.g:\nregions.list).", + "The user attempted to use a resource that requires a TOS they have not\naccepted.", "Warning that a resource is in use.", - "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "One or more of the resources set to auto-delete could not be deleted\nbecause they were in use.", "When a resource schema validation is ignored.", - "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "Instance template used in instance group manager is valid as such, but\nits application does not make a lot of sense, because it allows only\nsingle instance in instance group.", "When undeclared properties in the schema are present", "A given scope cannot be reached." ], "type": "string" }, "data": { - "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "description": "[Output Only] Metadata about this warning in key:\nvalue format. For example:\n\n\"data\": [\n {\n \"key\": \"scope\",\n \"value\": \"zones/us-east1-d\"\n }", "items": { "properties": { "key": { - "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "description": "[Output Only] A key that provides more detail on the warning being\nreturned. For example, for warnings where there are no results in a list\nrequest for a particular zone, this key might be scope and\nthe key value might be the zone name. Other examples might be a key\nindicating a deprecated resource and a suggested replacement, or a\nwarning about invalid network settings (for example, if an instance\nattempts to perform IP forwarding but is not enabled for IP forwarding).", "type": "string" }, "value": { @@ -94288,7 +97382,7 @@ "id": "ZoneSetLabelsRequest", "properties": { "labelFingerprint": { - "description": "The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.", + "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by Compute\nEngine and changes after every request to modify or update labels. You must\nalways provide an up-to-date fingerprint hash in order to update or change\nlabels. Make a get() request to the resource to get the latest\nfingerprint.", "format": "byte", "type": "string" }, @@ -94302,24 +97396,46 @@ }, "type": "object" }, + "ZoneSetNestedPolicyRequest": { + "id": "ZoneSetNestedPolicyRequest", + "properties": { + "bindings": { + "description": "Flatten Policy to create a backwacd compatible wire-format.\nDeprecated. Use 'policy' to specify bindings.", + "items": { + "$ref": "Binding" + }, + "type": "array" + }, + "etag": { + "description": "Flatten Policy to create a backward compatible wire-format.\nDeprecated. Use 'policy' to specify the etag.", + "format": "byte", + "type": "string" + }, + "policy": { + "$ref": "Policy", + "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of\nthe policy is limited to a few 10s of KB. An empty policy is in general a\nvalid policy but certain services (like Projects) might reject them." + } + }, + "type": "object" + }, "ZoneSetPolicyRequest": { "id": "ZoneSetPolicyRequest", "properties": { "bindings": { - "description": "Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.", + "description": "Flatten Policy to create a backwacd compatible wire-format.\nDeprecated. Use 'policy' to specify bindings.", "items": { "$ref": "Binding" }, "type": "array" }, "etag": { - "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.", + "description": "Flatten Policy to create a backward compatible wire-format.\nDeprecated. Use 'policy' to specify the etag.", "format": "byte", "type": "string" }, "policy": { "$ref": "Policy", - "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them." + "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of\nthe policy is limited to a few 10s of KB. An empty policy is in general a\nvalid policy but certain services (like Projects) might reject them." } }, "type": "object" diff --git a/DiscoveryJson/config.v1.json b/DiscoveryJson/config.v1.json index 54ed6b1ee95..f2d255e5b19 100644 --- a/DiscoveryJson/config.v1.json +++ b/DiscoveryJson/config.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1350,7 +1350,7 @@ } } }, - "revision": "20250924", + "revision": "20251029", "rootUrl": "https://config.googleapis.com/", "schemas": { "ApplyResults": { diff --git a/DiscoveryJson/connectors.v1.json b/DiscoveryJson/connectors.v1.json index afe2d3979b9..1508f5f91ff 100644 --- a/DiscoveryJson/connectors.v1.json +++ b/DiscoveryJson/connectors.v1.json @@ -2311,6 +2311,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2757,7 +2762,7 @@ } } }, - "revision": "20250917", + "revision": "20250930", "rootUrl": "https://connectors.googleapis.com/", "schemas": { "AuditConfig": { @@ -6787,6 +6792,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/connectors.v2.json b/DiscoveryJson/connectors.v2.json index d161156c977..bef623d13e3 100644 --- a/DiscoveryJson/connectors.v2.json +++ b/DiscoveryJson/connectors.v2.json @@ -694,6 +694,71 @@ } } }, + "resources": { + "methods": { + "get": { + "description": "Gets a specific resource.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/resources/{resourcesId}", + "httpMethod": "GET", + "id": "connectors.projects.locations.connections.resources.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of the Resource. Format: projects/{project}/locations/{location}/connections/{connection}/resources/{resource}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/resources/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}", + "response": { + "$ref": "GetResourceResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists all available resources.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/resources", + "httpMethod": "GET", + "id": "connectors.projects.locations.connections.resources.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Page size for the request.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token for the request.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Resource name of the connection. Format: projects/{project}/locations/{location}/connections/{connection}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+parent}/resources", + "response": { + "$ref": "ListResourcesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, "tools": { "methods": { "execute": { @@ -769,7 +834,7 @@ } } }, - "revision": "20250917", + "revision": "20250930", "rootUrl": "https://connectors.googleapis.com/", "schemas": { "AccessCredentials": { @@ -1193,6 +1258,17 @@ "description": "Response message for ConnectorAgentService.ExecuteTool", "id": "ExecuteToolResponse", "properties": { + "metadata": { + "additionalProperties": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "description": "Metadata like service latency, etc.", + "type": "object" + }, "result": { "additionalProperties": { "description": "Properties of the object.", @@ -1392,6 +1468,32 @@ }, "type": "object" }, + "GetResourceResponse": { + "id": "GetResourceResponse", + "properties": { + "data": { + "description": "The content of the resource.", + "format": "byte", + "type": "string" + }, + "metadata": { + "additionalProperties": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "description": "Metadata like service latency, etc.", + "type": "object" + }, + "mimeType": { + "description": "The MIME type of the resource.", + "type": "string" + } + }, + "type": "object" + }, "InputParameter": { "description": "Input Parameter message contains metadata about the parameters required for executing an Action.", "id": "InputParameter", @@ -2004,10 +2106,49 @@ }, "type": "object" }, + "ListResourcesResponse": { + "id": "ListResourcesResponse", + "properties": { + "metadata": { + "additionalProperties": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "description": "Metadata like service latency, etc.", + "type": "object" + }, + "nextPageToken": { + "description": "Next page token if more resources available.", + "type": "string" + }, + "resources": { + "description": "List of available resources.", + "items": { + "$ref": "Resource" + }, + "type": "array" + } + }, + "type": "object" + }, "ListToolsResponse": { "description": "Response message for ConnectorAgentService.ListTools", "id": "ListToolsResponse", "properties": { + "metadata": { + "additionalProperties": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "description": "Metadata like service latency, etc.", + "type": "object" + }, "nextPageToken": { "description": "Next page token.", "type": "string" @@ -2430,6 +2571,33 @@ }, "type": "object" }, + "Resource": { + "id": "Resource", + "properties": { + "description": { + "description": "A description of what this resource represents.", + "type": "string" + }, + "mimeType": { + "description": "The MIME type of this resource, if known.", + "type": "string" + }, + "name": { + "description": "A human-readable name for this resource.", + "type": "string" + }, + "size": { + "description": "The size of the raw resource content, in bytes, if known.", + "format": "int64", + "type": "string" + }, + "uri": { + "description": "The URI of this resource.", + "type": "string" + } + }, + "type": "object" + }, "ResultMetadata": { "description": "Result Metadata message contains metadata about the result returned after executing an Action.", "id": "ResultMetadata", diff --git a/DiscoveryJson/contactcenteraiplatform.v1alpha1.json b/DiscoveryJson/contactcenteraiplatform.v1alpha1.json index 724577ba040..dfa8f47ca87 100644 --- a/DiscoveryJson/contactcenteraiplatform.v1alpha1.json +++ b/DiscoveryJson/contactcenteraiplatform.v1alpha1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -503,7 +503,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -523,7 +523,7 @@ } } }, - "revision": "20250925", + "revision": "20251115", "rootUrl": "https://contactcenteraiplatform.googleapis.com/", "schemas": { "AdminUser": { @@ -914,7 +914,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/contactcenterinsights.v1.json b/DiscoveryJson/contactcenterinsights.v1.json index 36899424d99..cccca001b75 100644 --- a/DiscoveryJson/contactcenterinsights.v1.json +++ b/DiscoveryJson/contactcenterinsights.v1.json @@ -1215,34 +1215,6 @@ "resources": { "conversations": { "methods": { - "bulkAnalyze": { - "description": "Analyzes multiple conversations in a single request.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations:bulkAnalyze", - "httpMethod": "POST", - "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.bulkAnalyze", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The parent resource to create analyses in.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/conversations:bulkAnalyze", - "request": { - "$ref": "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, "calculateStats": { "description": "Gets conversation statistics.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations:calculateStats", @@ -1406,129 +1378,6 @@ } }, "resources": { - "analyses": { - "methods": { - "create": { - "description": "Creates an analysis. The long running operation is done when the analysis has completed.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses", - "httpMethod": "POST", - "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The parent resource of the analysis.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/analyses", - "request": { - "$ref": "GoogleCloudContactcenterinsightsV1Analysis" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes an analysis.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses/{analysesId}", - "httpMethod": "DELETE", - "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the analysis to delete.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets an analysis.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses/{analysesId}", - "httpMethod": "GET", - "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the analysis to get.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudContactcenterinsightsV1Analysis" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists analyses.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses", - "httpMethod": "GET", - "id": "contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The parent resource of the analyses.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/analyses", - "response": { - "$ref": "GoogleCloudContactcenterinsightsV1ListAnalysesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - }, "assessments": { "methods": { "appeal": { @@ -2119,7 +1968,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2440,7 +2289,7 @@ "type": "string" }, "updateMask": { - "description": "The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri`", + "description": "The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or * `data_source.dialogflow_source.audio_uri` * `data_source.screen_recordings`", "format": "google-fieldmask", "location": "query", "type": "string" @@ -3140,6 +2989,38 @@ ] } } + }, + "segments": { + "methods": { + "bulkAnalyze": { + "description": "Analyzes multiple conversations in a single request.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/conversations/{conversationsId}/segments:bulkAnalyze", + "httpMethod": "POST", + "id": "contactcenterinsights.projects.locations.conversations.segments.bulkAnalyze", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource to create analyses in.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/segments:bulkAnalyze", + "request": { + "$ref": "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest" + }, + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } } } }, @@ -3432,34 +3313,6 @@ "resources": { "conversations": { "methods": { - "bulkAnalyze": { - "description": "Analyzes multiple conversations in a single request.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations:bulkAnalyze", - "httpMethod": "POST", - "id": "contactcenterinsights.projects.locations.datasets.conversations.bulkAnalyze", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The parent resource to create analyses in.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/conversations:bulkAnalyze", - "request": { - "$ref": "GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, "bulkDelete": { "description": "Deletes multiple conversations in a single request.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations:bulkDelete", @@ -3705,129 +3558,6 @@ } }, "resources": { - "analyses": { - "methods": { - "create": { - "description": "Creates an analysis. The long running operation is done when the analysis has completed.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/analyses", - "httpMethod": "POST", - "id": "contactcenterinsights.projects.locations.datasets.conversations.analyses.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. The parent resource of the analysis.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/analyses", - "request": { - "$ref": "GoogleCloudContactcenterinsightsV1Analysis" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes an analysis.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/analyses/{analysesId}", - "httpMethod": "DELETE", - "id": "contactcenterinsights.projects.locations.datasets.conversations.analyses.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the analysis to delete.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+/analyses/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleProtobufEmpty" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets an analysis.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/analyses/{analysesId}", - "httpMethod": "GET", - "id": "contactcenterinsights.projects.locations.datasets.conversations.analyses.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The name of the analysis to get.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+/analyses/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleCloudContactcenterinsightsV1Analysis" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists analyses.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations/{conversationsId}/analyses", - "httpMethod": "GET", - "id": "contactcenterinsights.projects.locations.datasets.conversations.analyses.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. The parent resource of the analyses.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/analyses", - "response": { - "$ref": "GoogleCloudContactcenterinsightsV1ListAnalysesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - }, "feedbackLabels": { "methods": { "create": { @@ -4596,7 +4326,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5648,7 +5378,7 @@ } } }, - "revision": "20250926", + "revision": "20251112", "rootUrl": "https://contactcenterinsights.googleapis.com/", "schemas": { "GoogleCloudContactcenterinsightsV1Analysis": { @@ -7551,6 +7281,26 @@ "description": "Output only. Metadata about the agent dimension.", "readOnly": true }, + "clientSentimentCategoryDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata", + "description": "Output only. Metadata about the client sentiment category dimension.", + "readOnly": true + }, + "conversationProfileDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata", + "description": "Output only. Metadata about the conversation profile dimension.", + "readOnly": true + }, + "conversationalAgentsPlaybookDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata", + "description": "Output only. Metadata about the Conversational Agents playbook dimension.", + "readOnly": true + }, + "conversationalAgentsToolDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata", + "description": "Output only. Metadata about the Conversational Agents tool dimension.", + "readOnly": true + }, "dimensionKey": { "description": "The key of the dimension.", "enum": [ @@ -7564,8 +7314,17 @@ "QA_SCORECARD_ID", "CONVERSATION_PROFILE_ID", "MEDIUM", + "CONVERSATIONAL_AGENTS_PLAYBOOK_ID", + "CONVERSATIONAL_AGENTS_PLAYBOOK_NAME", + "CONVERSATIONAL_AGENTS_TOOL_ID", + "CONVERSATIONAL_AGENTS_TOOL_NAME", + "CLIENT_SENTIMENT_CATEGORY", "AGENT_VERSION_ID", - "AGENT_DEPLOYMENT_ID" + "AGENT_DEPLOYMENT_ID", + "AGENT_ASSIST_SUPERVISOR_ID", + "LABEL_KEY", + "LABEL_VALUE", + "LABEL_KEY_AND_VALUE" ], "enumDescriptions": [ "The key of the dimension is unspecified.", @@ -7578,8 +7337,17 @@ "The dimension is keyed by QaScorecardIds. Note that: We only group by the ScorecardId and not the revision-id of the scorecard. This allows for showing stats for the same scorecard across different revisions. This metric is mostly only useful if querying the average normalized score per scorecard.", "The dimension is keyed by the conversation profile ID.", "The dimension is keyed by the conversation medium.", + "The dimension is keyed by the Conversational Agents playbook ID.", + "The dimension is keyed by the Conversational Agents playbook display name.", + "The dimension is keyed by the Conversational Agents tool ID.", + "The dimension is keyed by the Conversational Agents tool display name.", + "The dimension is keyed by the client sentiment category.", "The dimension is keyed by the agent version ID.", - "The dimension is keyed by the agent deployment ID." + "The dimension is keyed by the agent deployment ID.", + "The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.", + "The dimension is keyed by label keys.", + "The dimension is keyed by label values.", + "The dimension is keyed by label key-value pairs." ], "type": "string" }, @@ -7588,6 +7356,16 @@ "description": "Output only. Metadata about the issue dimension.", "readOnly": true }, + "labelDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata", + "description": "Output only. Metadata about conversation labels.", + "readOnly": true + }, + "mediumDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata", + "description": "Output only. Metadata about the conversation medium dimension.", + "readOnly": true + }, "qaQuestionAnswerDimensionMetadata": { "$ref": "GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata", "description": "Output only. Metadata about the QA question-answer dimension.", @@ -7641,6 +7419,58 @@ }, "type": "object" }, + "GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata": { + "description": "Metadata about the client sentiment category dimension.", + "id": "GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata", + "properties": { + "sentimentCategory": { + "description": "Optional. The client sentiment category.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata": { + "description": "Metadata about the conversation profile dimension.", + "id": "GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata", + "properties": { + "conversationProfileId": { + "description": "Optional. The conversation profile ID.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata": { + "description": "Metadata about the Conversational Agents playbook dimension.", + "id": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata", + "properties": { + "playbookDisplayName": { + "description": "Optional. The dialogflow playbook display name.", + "type": "string" + }, + "playbookId": { + "description": "Optional. The dialogflow playbook ID.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata": { + "description": "Metadata about the Conversational Agents tool dimension.", + "id": "GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata", + "properties": { + "toolDisplayName": { + "description": "Optional. The dialogflow tool display name.", + "type": "string" + }, + "toolId": { + "description": "Optional. The dialogflow tool ID.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata": { "description": "Metadata about the issue dimension.", "id": "GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata", @@ -7660,6 +7490,32 @@ }, "type": "object" }, + "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata": { + "description": "Metadata about conversation labels.", + "id": "GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata", + "properties": { + "labelKey": { + "description": "Optional. The label key.", + "type": "string" + }, + "labelValue": { + "description": "Optional. The label value.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata": { + "description": "Metadata about the conversation medium dimension.", + "id": "GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata", + "properties": { + "medium": { + "description": "Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata": { "description": "Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.", "id": "GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata", @@ -9372,11 +9228,6 @@ "readOnly": true, "type": "number" }, - "rationale": { - "$ref": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale", - "description": "Output only. The rationale for the answer. This field is only populated for answers that are generated by the LLM. Manual edits currently do not have rationales.", - "readOnly": true - }, "score": { "description": "Output only. Numerical score of the answer.", "format": "double", @@ -9395,17 +9246,6 @@ }, "type": "object" }, - "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale": { - "description": "Wrapper for the rationale for the answer.", - "id": "GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale", - "properties": { - "rationale": { - "description": "The rationale string for the answer.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudContactcenterinsightsV1QaQuestion": { "description": "A single question to be scored by the Insights QA feature.", "id": "GoogleCloudContactcenterinsightsV1QaQuestion", @@ -9541,16 +9381,12 @@ "enum": [ "PREDEFINED_QUESTION_TYPE_UNSPECIFIED", "CONVERSATION_OUTCOME", - "CONVERSATION_OUTCOME_ESCALATION_INITIATOR_ROLE", - "CONVERSATION_OUTCOME_CUSTOMER_SATISFACTION", - "CONVERSATION_OUTCOME_AGENT_HELPFULNESS" + "CONVERSATION_OUTCOME_ESCALATION_INITIATOR_ROLE" ], "enumDescriptions": [ "The type of the predefined question is unspecified.", "A prebuilt classifier classfying the outcome of the conversation. For example, if the customer issue mentioned in a conversation has been resolved or not.", - "A prebuilt classifier classfying the initiator of the conversation escalation. For example, if it was initiated by the customer or the agent.", - "A prebuilt classifier classfying whether the customer is satisfied with the agent's response.", - "A prebuilt classifier classfying whether the agent is helpful to the customer." + "A prebuilt classifier classfying the initiator of the conversation escalation. For example, if it was initiated by the customer or the agent." ], "type": "string" } @@ -10445,6 +10281,10 @@ "$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig", "description": "Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform." }, + "screenRecordingBucketUri": { + "description": "Optional. The path to a Cloud Storage bucket containing conversation screen recordings. If provided, Insights will search in the bucket for a screen recording file matching the conversation data source object name prefix. If matches are found, these file URIs will be stored in the conversation screen recordings field.", + "type": "string" + }, "speechConfig": { "$ref": "GoogleCloudContactcenterinsightsV1SpeechConfig", "description": "Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform." @@ -12104,6 +11944,26 @@ "description": "Output only. Metadata about the agent dimension.", "readOnly": true }, + "clientSentimentCategoryDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata", + "description": "Output only. Metadata about the client sentiment category dimension.", + "readOnly": true + }, + "conversationProfileDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata", + "description": "Output only. Metadata about the conversation profile dimension.", + "readOnly": true + }, + "conversationalAgentsPlaybookDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata", + "description": "Output only. Metadata about the Conversational Agents playbook dimension.", + "readOnly": true + }, + "conversationalAgentsToolDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata", + "description": "Output only. Metadata about the Conversational Agents tool dimension.", + "readOnly": true + }, "dimensionKey": { "description": "The key of the dimension.", "enum": [ @@ -12117,8 +11977,17 @@ "QA_SCORECARD_ID", "CONVERSATION_PROFILE_ID", "MEDIUM", + "CONVERSATIONAL_AGENTS_PLAYBOOK_ID", + "CONVERSATIONAL_AGENTS_PLAYBOOK_NAME", + "CONVERSATIONAL_AGENTS_TOOL_ID", + "CONVERSATIONAL_AGENTS_TOOL_NAME", + "CLIENT_SENTIMENT_CATEGORY", "AGENT_VERSION_ID", - "AGENT_DEPLOYMENT_ID" + "AGENT_DEPLOYMENT_ID", + "AGENT_ASSIST_SUPERVISOR_ID", + "LABEL_KEY", + "LABEL_VALUE", + "LABEL_KEY_AND_VALUE" ], "enumDescriptions": [ "The key of the dimension is unspecified.", @@ -12131,8 +12000,17 @@ "The dimension is keyed by QaScorecardIds. Note that: We only group by the ScorecardId and not the revision-id of the scorecard. This allows for showing stats for the same scorecard across different revisions. This metric is mostly only useful if querying the average normalized score per scorecard.", "The dimension is keyed by the conversation profile ID.", "The dimension is keyed by the conversation medium.", + "The dimension is keyed by the Conversational Agents playbook ID.", + "The dimension is keyed by the Conversational Agents playbook display name.", + "The dimension is keyed by the Conversational Agents tool ID.", + "The dimension is keyed by the Conversational Agents tool display name.", + "The dimension is keyed by the client sentiment category.", "The dimension is keyed by the agent version ID.", - "The dimension is keyed by the agent deployment ID." + "The dimension is keyed by the agent deployment ID.", + "The dimension is keyed by the supervisor ID of the assigned human supervisor for virtual agents.", + "The dimension is keyed by label keys.", + "The dimension is keyed by label values.", + "The dimension is keyed by label key-value pairs." ], "type": "string" }, @@ -12141,6 +12019,16 @@ "description": "Output only. Metadata about the issue dimension.", "readOnly": true }, + "labelDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata", + "description": "Output only. Metadata about conversation labels.", + "readOnly": true + }, + "mediumDimensionMetadata": { + "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata", + "description": "Output only. Metadata about the conversation medium dimension.", + "readOnly": true + }, "qaQuestionAnswerDimensionMetadata": { "$ref": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata", "description": "Output only. Metadata about the QA question-answer dimension.", @@ -12194,6 +12082,58 @@ }, "type": "object" }, + "GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata": { + "description": "Metadata about the client sentiment category dimension.", + "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata", + "properties": { + "sentimentCategory": { + "description": "Optional. The client sentiment category.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata": { + "description": "Metadata about the conversation profile dimension.", + "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata", + "properties": { + "conversationProfileId": { + "description": "Optional. The conversation profile ID.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata": { + "description": "Metadata about the Conversational Agents playbook dimension.", + "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata", + "properties": { + "playbookDisplayName": { + "description": "Optional. The dialogflow playbook display name.", + "type": "string" + }, + "playbookId": { + "description": "Optional. The dialogflow playbook ID.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata": { + "description": "Metadata about the Conversational Agents tool dimension.", + "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata", + "properties": { + "toolDisplayName": { + "description": "Optional. The dialogflow tool display name.", + "type": "string" + }, + "toolId": { + "description": "Optional. The dialogflow tool ID.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata": { "description": "Metadata about the issue dimension.", "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata", @@ -12213,6 +12153,32 @@ }, "type": "object" }, + "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata": { + "description": "Metadata about conversation labels.", + "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata", + "properties": { + "labelKey": { + "description": "Optional. The label key.", + "type": "string" + }, + "labelValue": { + "description": "Optional. The label value.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata": { + "description": "Metadata about the conversation medium dimension.", + "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata", + "properties": { + "medium": { + "description": "Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata": { "description": "Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.", "id": "GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata", @@ -13388,11 +13354,6 @@ "readOnly": true, "type": "number" }, - "rationale": { - "$ref": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale", - "description": "Output only. The rationale for the answer. This field is only populated for answers that are generated by the LLM. Manual edits currently do not have rationales.", - "readOnly": true - }, "score": { "description": "Output only. Numerical score of the answer.", "format": "double", @@ -13411,17 +13372,6 @@ }, "type": "object" }, - "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale": { - "description": "Wrapper for the rationale for the answer.", - "id": "GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale", - "properties": { - "rationale": { - "description": "The rationale string for the answer.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag": { "description": "A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., \"Customer Satisfaction\",\"Billing\", etc.", "id": "GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag", @@ -14367,7 +14317,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/container.v1.json b/DiscoveryJson/container.v1.json index f2d222e3deb..72baf4e5614 100644 --- a/DiscoveryJson/container.v1.json +++ b/DiscoveryJson/container.v1.json @@ -176,13 +176,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -253,7 +253,7 @@ ] }, "create": { - "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", + "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters", "httpMethod": "POST", "id": "container.projects.locations.clusters.create", @@ -304,13 +304,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -377,13 +377,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -436,13 +436,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" } @@ -513,7 +513,7 @@ }, "setLocations": { "deprecated": true, - "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) instead.", + "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) instead.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setLocations", "httpMethod": "POST", "id": "container.projects.locations.clusters.setLocations", @@ -882,13 +882,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -961,13 +961,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -1004,13 +1004,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" } @@ -1247,13 +1247,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -1284,13 +1284,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" } @@ -1325,13 +1325,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1367,13 +1367,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1408,13 +1408,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1432,7 +1432,7 @@ ] }, "create": { - "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", + "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters", "httpMethod": "POST", "id": "container.projects.zones.clusters.create", @@ -1442,13 +1442,13 @@ ], "parameters": { "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -1488,13 +1488,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1561,13 +1561,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1599,13 +1599,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1638,13 +1638,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -1660,7 +1660,7 @@ }, "locations": { "deprecated": true, - "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) instead.", + "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) instead.", "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations", "httpMethod": "POST", "id": "container.projects.zones.clusters.locations", @@ -1677,13 +1677,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1718,13 +1718,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1759,13 +1759,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1800,13 +1800,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1841,13 +1841,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1882,13 +1882,13 @@ "type": "string" }, "projectId": { - "description": "Required. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects).", + "description": "Required. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Required. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides.", + "description": "Required. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides.", "location": "path", "required": true, "type": "string" @@ -1923,13 +1923,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1964,13 +1964,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2005,13 +2005,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2046,13 +2046,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2098,13 +2098,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2139,13 +2139,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -2192,13 +2192,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2272,13 +2272,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2315,13 +2315,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -2360,13 +2360,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2408,13 +2408,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2456,13 +2456,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2504,13 +2504,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2551,13 +2551,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2597,13 +2597,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2633,13 +2633,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -2660,7 +2660,7 @@ } } }, - "revision": "20250923", + "revision": "20251104", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -2673,7 +2673,7 @@ "type": "string" }, "acceleratorType": { - "description": "The accelerator type resource name. List of supported accelerators [here](https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus)", + "description": "The accelerator type resource name. List of supported accelerators [here](https://cloud.google.com/compute/docs/gpus)", "type": "string" }, "gpuDriverInstallationConfig": { @@ -2816,7 +2816,7 @@ "kubernetesDashboard": { "$ref": "KubernetesDashboard", "deprecated": true, - "description": "Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/dashboards" + "description": "Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards" }, "lustreCsiDriverConfig": { "$ref": "LustreCsiDriverConfig", @@ -3071,7 +3071,7 @@ "id": "AutoprovisioningNodePoolDefaults", "properties": { "bootDiskKmsKey": { - "description": "The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption", + "description": "The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption", "type": "string" }, "diskSizeGb": { @@ -3084,7 +3084,7 @@ "type": "string" }, "imageType": { - "description": "The image type to use for NAP created node. Please see https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for available image types.", + "description": "The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.", "type": "string" }, "insecureKubeletReadonlyPortEnabled": { @@ -3097,7 +3097,7 @@ }, "minCpuPlatform": { "deprecated": true, - "description": "Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label selector on the pod. To unset the min cpu platform field pass \"automatic\" as field value.", + "description": "Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how to specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label selector on the pod. To unset the min cpu platform field pass \"automatic\" as field value.", "type": "string" }, "oauthScopes": { @@ -3301,12 +3301,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -3330,6 +3330,32 @@ }, "type": "object" }, + "CertificateConfig": { + "description": "CertificateConfig configures certificate for the registry.", + "id": "CertificateConfig", + "properties": { + "gcpSecretManagerSecretUri": { + "description": "The URI configures a secret from [Secret Manager](https://cloud.google.com/secret-manager) in the format \"projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION\" for global secret or \"projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION\" for regional secret. Version can be fixed (e.g. \"2\") or \"latest\"", + "type": "string" + } + }, + "type": "object" + }, + "CertificateConfigPair": { + "description": "CertificateConfigPair configures pairs of certificates, which is used for client certificate and key pairs under a registry.", + "id": "CertificateConfigPair", + "properties": { + "cert": { + "$ref": "CertificateConfig", + "description": "Cert configures the client certificate." + }, + "key": { + "$ref": "CertificateConfig", + "description": "Key configures the client private key. Optional." + } + }, + "type": "object" + }, "CheckAutopilotCompatibilityResponse": { "description": "CheckAutopilotCompatibilityResponse has a list of compatibility issues.", "id": "CheckAutopilotCompatibilityResponse", @@ -3480,7 +3506,7 @@ }, "currentNodeVersion": { "deprecated": true, - "description": "Output only. Deprecated, use [NodePools.version](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) instead. The current version of the node software components. If they are currently at multiple versions because they're in the process of being upgraded, this reflects the minimum version of all nodes.", + "description": "Output only. Deprecated, use [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) instead. The current version of the node software components. If they are currently at multiple versions because they're in the process of being upgraded, this reflects the minimum version of all nodes.", "readOnly": true, "type": "string" }, @@ -3551,7 +3577,7 @@ }, "initialNodeCount": { "deprecated": true, - "description": "The number of nodes to create in this cluster. You must ensure that your Compute Engine [resource quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota. For requests, this field should only be used in lieu of a \"node_pool\" object, since this configuration (along with the \"node_config\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node_pool at the same time. This field is deprecated, use node_pool.initial_node_count instead.", + "description": "The number of nodes to create in this cluster. You must ensure that your Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota. For requests, this field should only be used in lieu of a \"node_pool\" object, since this configuration (along with the \"node_config\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node_pool at the same time. This field is deprecated, use node_pool.initial_node_count instead.", "format": "int32", "type": "integer" }, @@ -3577,12 +3603,12 @@ "description": "Configuration for the legacy ABAC authorization mode." }, "location": { - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) or [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", "readOnly": true, "type": "string" }, "locations": { - "description": "The list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster's nodes should be located. This field provides a default value if [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) are not specified during node pool creation. Warning: changing cluster locations will update the [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node pools and will result in nodes being added and/or removed.", + "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. This field provides a default value if [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) are not specified during node pool creation. Warning: changing cluster locations will update the [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node pools and will result in nodes being added and/or removed.", "items": { "type": "string" }, @@ -3626,7 +3652,7 @@ "type": "string" }, "network": { - "description": "The name of the Google Compute Engine [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.", + "description": "The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.", "type": "string" }, "networkConfig": { @@ -3760,7 +3786,7 @@ "type": "string" }, "subnetwork": { - "description": "The name of the Google Compute Engine [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/subnetworks) to which the cluster is connected.", + "description": "The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected.", "type": "string" }, "tpuIpv4CidrBlock": { @@ -3783,7 +3809,7 @@ }, "zone": { "deprecated": true, - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field is deprecated, use location instead.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field is deprecated, use location instead.", "readOnly": true, "type": "string" } @@ -3795,7 +3821,7 @@ "id": "ClusterAutoscaling", "properties": { "autoprovisioningLocations": { - "description": "The list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the NodePool's nodes can be created by NAP.", + "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the NodePool's nodes can be created by NAP.", "items": { "type": "string" }, @@ -3926,7 +3952,7 @@ "enumDescriptions": [ "Default value.", "Use the IPTables implementation based on kube-proxy.", - "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/dataplane-v2) for more." + "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) for more." ], "type": "string" }, @@ -4015,7 +4041,7 @@ "description": "The desired L4 Internal Load Balancer Subsetting configuration." }, "desiredLocations": { - "description": "The desired list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.", + "description": "The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.", "items": { "type": "string" }, @@ -4127,6 +4153,10 @@ ], "type": "string" }, + "desiredPrivilegedAdmissionConfig": { + "$ref": "PrivilegedAdmissionConfig", + "description": "The desired privileged admission config for the cluster." + }, "desiredRbacBindingConfig": { "$ref": "RBACBindingConfig", "description": "RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created." @@ -4294,12 +4324,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -4406,6 +4436,17 @@ "privateRegistryAccessConfig": { "$ref": "PrivateRegistryAccessConfig", "description": "PrivateRegistryAccessConfig is used to configure access configuration for private container registries." + }, + "registryHosts": { + "description": "RegistryHostConfig configures containerd registry host configuration. Each registry_hosts represents a hosts.toml file. At most 25 registry_hosts are allowed.", + "items": { + "$ref": "RegistryHostConfig" + }, + "type": "array" + }, + "writableCgroups": { + "$ref": "WritableCgroups", + "description": "Optional. WritableCgroups defines writable cgroups configuration for the node pool." } }, "type": "object" @@ -4442,7 +4483,7 @@ "properties": { "cluster": { "$ref": "Cluster", - "description": "Required. A [cluster resource](https://{$universe.dns_names.final_documentation_domain}/container-engine/reference/rest/v1/projects.locations.clusters)" + "description": "Required. A [cluster resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters)" }, "parent": { "description": "The parent (project and location) where the cluster will be created. Specified in the format `projects/*/locations/*`.", @@ -4450,12 +4491,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "type": "string" } }, @@ -4480,12 +4521,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "type": "string" } }, @@ -4762,7 +4803,7 @@ "type": "integer" }, "localSsdCount": { - "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", + "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", "format": "int32", "type": "integer" } @@ -4935,7 +4976,7 @@ "type": "object" }, "GCPSecretManagerCertificateConfig": { - "description": "GCPSecretManagerCertificateConfig configures a secret from [Google Secret Manager](https://{$universe.dns_names.final_documentation_domain}/secret-manager).", + "description": "GCPSecretManagerCertificateConfig configures a secret from [Secret Manager](https://cloud.google.com/secret-manager).", "id": "GCPSecretManagerCertificateConfig", "properties": { "secretUri": { @@ -5191,6 +5232,66 @@ }, "type": "object" }, + "HostConfig": { + "description": "HostConfig configures the registry host under a given Server.", + "id": "HostConfig", + "properties": { + "ca": { + "description": "CA configures the registry host certificate.", + "items": { + "$ref": "CertificateConfig" + }, + "type": "array" + }, + "capabilities": { + "description": "Capabilities represent the capabilities of the registry host, specifying what operations a host is capable of performing. If not set, containerd enables all capabilities by default.", + "items": { + "enum": [ + "HOST_CAPABILITY_UNSPECIFIED", + "HOST_CAPABILITY_PULL", + "HOST_CAPABILITY_RESOLVE", + "HOST_CAPABILITY_PUSH" + ], + "enumDescriptions": [ + "UNKNOWN should never be set.", + "Pull represents the capability to fetch manifests and blobs by digest.", + "Resolve represents the capability to fetch manifests by name.", + "Push represents the capability to push blobs and manifests." + ], + "type": "string" + }, + "type": "array" + }, + "client": { + "description": "Client configures the registry host client certificate and key.", + "items": { + "$ref": "CertificateConfigPair" + }, + "type": "array" + }, + "dialTimeout": { + "description": "Specifies the maximum duration allowed for a connection attempt to complete. A shorter timeout helps reduce delays when falling back to the original registry if the mirror is unreachable. Maximum allowed value is 180s. If not set, containerd sets default 30s. The value should be a decimal number of seconds with an `s` suffix.", + "format": "google-duration", + "type": "string" + }, + "header": { + "description": "Header configures the registry host headers.", + "items": { + "$ref": "RegistryHeader" + }, + "type": "array" + }, + "host": { + "description": "Host configures the registry host/mirror. It supports fully qualified domain names (FQDN) and IP addresses: Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000", + "type": "string" + }, + "overridePath": { + "description": "OverridePath is used to indicate the host's API root endpoint is defined in the URL path rather than by the API specification. This may be used with non-compliant OCI registries which are missing the /v2 prefix. If not set, containerd sets default false.", + "type": "boolean" + } + }, + "type": "object" + }, "HttpCacheControlResponseHeader": { "description": "RFC-2616: cache control support", "id": "HttpCacheControlResponseHeader", @@ -5542,11 +5643,15 @@ "$ref": "HugepagesConfig", "description": "Optional. Amounts for 2M and 1G hugepages" }, + "nodeKernelModuleLoading": { + "$ref": "NodeKernelModuleLoading", + "description": "Optional. Configuration for kernel module loading on nodes. When enabled, the node pool will be provisioned with a Container-Optimized OS image that enforces kernel module signature verification." + }, "sysctls": { "additionalProperties": { "type": "string" }, - "description": "The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes", + "description": "The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes", "type": "object" }, "transparentHugepageDefrag": { @@ -5667,7 +5772,7 @@ "id": "LocalNvmeSsdBlockConfig", "properties": { "localSsdCount": { - "description": "Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", + "description": "Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", "format": "int32", "type": "integer" } @@ -5748,7 +5853,7 @@ "properties": { "enableLegacyLustrePort": { "deprecated": true, - "description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag.", + "description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag. Deprecated: This flag is no longer required as of GKE node version 1.33.2-gke.4655000, unless you are connecting to a Lustre instance that has the `gke-support-enabled` flag.", "type": "boolean" }, "enabled": { @@ -5762,6 +5867,18 @@ "description": "Represents the Maintenance exclusion option.", "id": "MaintenanceExclusionOptions", "properties": { + "endTimeBehavior": { + "description": "EndTimeBehavior specifies the behavior of the exclusion end time.", + "enum": [ + "END_TIME_BEHAVIOR_UNSPECIFIED", + "UNTIL_END_OF_SUPPORT" + ], + "enumDescriptions": [ + "END_TIME_BEHAVIOR_UNSPECIFIED is the default behavior, which is fixed end time.", + "UNTIL_END_OF_SUPPORT means the exclusion will be in effect until the end of the support of the cluster's current version." + ], + "type": "string" + }, "scope": { "description": "Scope specifies the upgrade scope which upgrades are blocked by the exclusion.", "enum": [ @@ -5856,12 +5973,12 @@ }, "password": { "deprecated": true, - "description": "The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication", + "description": "The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication", "type": "string" }, "username": { "deprecated": true, - "description": "The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication", + "description": "The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication", "type": "string" } }, @@ -6033,7 +6150,7 @@ "enumDescriptions": [ "Default value.", "Use the IPTables implementation based on kube-proxy.", - "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/dataplane-v2) for more." + "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) for more." ], "type": "string" }, @@ -6092,7 +6209,7 @@ "type": "string" }, "network": { - "description": "Output only. The relative name of the Google Compute Engine [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network", + "description": "Output only. The relative name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network", "readOnly": true, "type": "string" }, @@ -6121,7 +6238,7 @@ "description": "ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not." }, "subnetwork": { - "description": "Output only. The relative name of the Google Compute Engine [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/vpc) to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet", + "description": "Output only. The relative name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet", "readOnly": true, "type": "string" } @@ -6219,7 +6336,7 @@ "type": "object" }, "NodeAffinity": { - "description": "Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).", + "description": "Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).", "id": "NodeAffinity", "properties": { "key": { @@ -6255,7 +6372,7 @@ "id": "NodeConfig", "properties": { "accelerators": { - "description": "A list of hardware accelerators to be attached to each node. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about support for GPUs.", + "description": "A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.", "items": { "$ref": "AcceleratorConfig" }, @@ -6270,7 +6387,7 @@ "description": "The boot disk configuration for the node pool." }, "bootDiskKmsKey": { - "description": " The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption", + "description": " The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption", "type": "string" }, "confidentialNodes": { @@ -6330,7 +6447,7 @@ "description": "Enable or disable gvnic in the node pool." }, "imageType": { - "description": "The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for available image types.", + "description": "The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.", "type": "string" }, "kubeletConfig": { @@ -6353,7 +6470,7 @@ "description": "Parameters for using raw-block Local NVMe SSDs." }, "localSsdCount": { - "description": "The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information.", + "description": "The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.", "format": "int32", "type": "integer" }, @@ -6376,7 +6493,7 @@ "description": "Logging configuration." }, "machineType": { - "description": "The name of a Google Compute Engine [machine type](https://{$universe.dns_names.final_documentation_domain}/compute/docs/machine-types) If unspecified, the default machine type is `e2-medium`.", + "description": "The name of a Google Compute Engine [machine type](https://cloud.google.com/compute/docs/machine-types) If unspecified, the default machine type is `e2-medium`.", "type": "string" }, "maxRunDuration": { @@ -6392,27 +6509,27 @@ "type": "object" }, "minCpuPlatform": { - "description": "Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as `minCpuPlatform: \"Intel Haswell\"` or `minCpuPlatform: \"Intel Sandy Bridge\"`. For more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform)", + "description": "Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as `minCpuPlatform: \"Intel Haswell\"` or `minCpuPlatform: \"Intel Sandy Bridge\"`. For more information, read [how to specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)", "type": "string" }, "nodeGroup": { - "description": "Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes).", + "description": "Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).", "type": "string" }, "oauthScopes": { - "description": "The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Google Container Registry](https://{$universe.dns_names.final_documentation_domain}/container-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.", + "description": "The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Artifact Registry](https://cloud.google.com/artifact-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.", "items": { "type": "string" }, "type": "array" }, "preemptible": { - "description": "Whether the nodes are created as preemptible VM instances. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/preemptible for more information about preemptible VM instances.", + "description": "Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.", "type": "boolean" }, "reservationAffinity": { "$ref": "ReservationAffinity", - "description": "The optional reservation affinity. Setting this field will apply the specified [Zonal Compute Reservation](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) to this node pool." + "description": "The optional reservation affinity. Setting this field will apply the specified [Zonal Compute Reservation](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) to this node pool." }, "resourceLabels": { "additionalProperties": { @@ -6511,6 +6628,27 @@ }, "type": "object" }, + "NodeKernelModuleLoading": { + "description": "Configuration for kernel module loading on nodes.", + "id": "NodeKernelModuleLoading", + "properties": { + "policy": { + "description": "Set the node module loading policy for nodes in the node pool.", + "enum": [ + "POLICY_UNSPECIFIED", + "ENFORCE_SIGNED_MODULES", + "DO_NOT_ENFORCE_SIGNED_MODULES" + ], + "enumDescriptions": [ + "Default behavior. GKE selects the image based on node type. For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not.", + "Enforced signature verification: Node pools will use a Container-Optimized OS image configured to allow loading of *Google-signed* external kernel modules. Loadpin is enabled but configured to exclude modules, and kernel module signature checking is enforced.", + "Mirrors existing DEFAULT behavior: For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not." + ], + "type": "string" + } + }, + "type": "object" + }, "NodeKubeletConfig": { "description": "Node kubelet configs.", "id": "NodeKubeletConfig", @@ -6536,7 +6674,7 @@ "type": "boolean" }, "cpuCfsQuotaPeriod": { - "description": "Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"\u00b5s\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration.", + "description": "Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"\u00b5s\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration between 1ms and 1 second, inclusive.", "type": "string" }, "cpuManagerPolicy": { @@ -6733,12 +6871,12 @@ "type": "string" }, "initialNodeCount": { - "description": "The initial node count for the pool. You must ensure that your Compute Engine [resource quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota.", + "description": "The initial node count for the pool. You must ensure that your Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota.", "format": "int32", "type": "integer" }, "instanceGroupUrls": { - "description": "Output only. The resource URLs of the [managed instance groups](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.", + "description": "Output only. The resource URLs of the [managed instance groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.", "items": { "type": "string" }, @@ -6746,7 +6884,7 @@ "type": "array" }, "locations": { - "description": "The list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the [Cluster.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.", + "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the [Cluster.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.", "items": { "type": "string" }, @@ -6826,7 +6964,7 @@ "description": "Upgrade settings control disruption and speed of the upgrade." }, "version": { - "description": "The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described [here](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/versioning#specifying_node_version).", + "description": "The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).", "type": "string" } }, @@ -7080,7 +7218,7 @@ "description": "The error result of the operation in case of failure." }, "location": { - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) or [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", "readOnly": true, "type": "string" }, @@ -7145,21 +7283,21 @@ "Not set.", "The cluster is being created. The cluster should be assumed to be unusable until the operation finishes. In the event of the operation failing, the cluster will enter the ERROR state and eventually be deleted.", "The cluster is being deleted. The cluster should be assumed to be unusable as soon as this operation starts. In the event of the operation failing, the cluster will enter the ERROR state and the deletion will be automatically retried until completed.", - "The cluster version is being updated. Note that this includes \"upgrades\" to the same version, which are simply a recreation. This also includes [auto-upgrades](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically). For more details, see [documentation on cluster upgrades](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades).", - "A node pool is being updated. Despite calling this an \"upgrade\", this includes most forms of updates to node pools. This also includes [auto-upgrades](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/node-auto-upgrades). This operation sets the progress field and may be canceled. The upgrade strategy depends on [node pool configuration](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies). The nodes are generally still usable during this operation.", - "A problem has been detected with the control plane and is being repaired. This operation type is initiated by GKE. For more details, see [documentation on repairs](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", - "The cluster is being updated. This is a broad category of operations and includes operations that only change metadata as well as those that must recreate the entire cluster. If the control plane must be recreated, this will cause temporary downtime for zonal clusters. Some features require recreating the nodes as well. Those will be recreated as separate operations and the update may not be completely functional until the node pools recreations finish. Node recreations will generally follow [maintenance policies](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions). Some GKE-initiated operations use this type. This includes certain types of auto-upgrades and incident mitigations.", - "A node pool is being created. The node pool should be assumed to be unusable until this operation finishes. In the event of an error, the node pool may be partially created. If enabled, [node autoprovisioning](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/node-auto-provisioning) may have automatically initiated such operations.", + "The cluster version is being updated. Note that this includes \"upgrades\" to the same version, which are simply a recreation. This also includes [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically). For more details, see [documentation on cluster upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades).", + "A node pool is being updated. Despite calling this an \"upgrade\", this includes most forms of updates to node pools. This also includes [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-upgrades). This operation sets the progress field and may be canceled. The upgrade strategy depends on [node pool configuration](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies). The nodes are generally still usable during this operation.", + "A problem has been detected with the control plane and is being repaired. This operation type is initiated by GKE. For more details, see [documentation on repairs](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", + "The cluster is being updated. This is a broad category of operations and includes operations that only change metadata as well as those that must recreate the entire cluster. If the control plane must be recreated, this will cause temporary downtime for zonal clusters. Some features require recreating the nodes as well. Those will be recreated as separate operations and the update may not be completely functional until the node pools recreations finish. Node recreations will generally follow [maintenance policies](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions). Some GKE-initiated operations use this type. This includes certain types of auto-upgrades and incident mitigations.", + "A node pool is being created. The node pool should be assumed to be unusable until this operation finishes. In the event of an error, the node pool may be partially created. If enabled, [node autoprovisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning) may have automatically initiated such operations.", "The node pool is being deleted. The node pool should be assumed to be unusable as soon as this operation starts.", "The node pool's manamagent field is being updated. These operations only update metadata and may be concurrent with most other operations.", - "A problem has been detected with nodes and [they are being repaired](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/node-auto-repair). This operation type is initiated by GKE, typically automatically. This operation may be concurrent with other operations and there may be multiple repairs occurring on the same node pool.", + "A problem has been detected with nodes and [they are being repaired](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-repair). This operation type is initiated by GKE, typically automatically. This operation may be concurrent with other operations and there may be multiple repairs occurring on the same node pool.", "Unused. Automatic node upgrade uses UPGRADE_NODES.", "Unused. Updating labels uses UPDATE_CLUSTER.", "Unused. Updating master auth uses UPDATE_CLUSTER.", "The node pool is being resized. With the exception of resizing to or from size zero, the node pool is generally usable during this operation.", "Unused. Updating network policy uses UPDATE_CLUSTER.", "Unused. Updating maintenance policy uses UPDATE_CLUSTER.", - "The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see [documentation on resizes](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", + "The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see [documentation on resizes](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", "Fleet features of GKE Enterprise are being upgraded. The cluster should be assumed to be blocked for other upgrades until the operation finishes." ], "readOnly": true, @@ -7212,7 +7350,7 @@ }, "zone": { "deprecated": true, - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.", "readOnly": true, "type": "string" } @@ -7320,7 +7458,7 @@ "type": "string" }, "tpuTopology": { - "description": "Optional. TPU placement topology for pod slice node pool. https://{$universe.dns_names.final_documentation_domain}/tpu/docs/types-topologies#tpu_topologies", + "description": "Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies", "type": "string" }, "type": { @@ -7580,6 +7718,42 @@ }, "type": "object" }, + "RegistryHeader": { + "description": "RegistryHeader configures headers for the registry.", + "id": "RegistryHeader", + "properties": { + "key": { + "description": "Key configures the header key.", + "type": "string" + }, + "value": { + "description": "Value configures the header value.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "RegistryHostConfig": { + "description": "RegistryHostConfig configures the top-level structure for a single containerd registry server's configuration, which represents one hosts.toml file on the node. It will override the same fqdns in PrivateRegistryAccessConfig.", + "id": "RegistryHostConfig", + "properties": { + "hosts": { + "description": "HostConfig configures a list of host-specific configurations for the server. Each server can have at most 10 host configurations.", + "items": { + "$ref": "HostConfig" + }, + "type": "array" + }, + "server": { + "description": "Defines the host name of the registry server, which will be used to create configuration file as /etc/containerd/hosts.d//hosts.toml. It supports fully qualified domain names (FQDN) and IP addresses: Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000", + "type": "string" + } + }, + "type": "object" + }, "ReleaseChannel": { "description": "ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk. When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled.", "id": "ReleaseChannel", @@ -7646,7 +7820,7 @@ "type": "object" }, "ReservationAffinity": { - "description": "[ReservationAffinity](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) is the configuration of desired reservation which instances could take capacity from.", + "description": "[ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) is the configuration of desired reservation which instances could take capacity from.", "id": "ReservationAffinity", "properties": { "consumeReservationType": { @@ -7680,7 +7854,7 @@ "type": "object" }, "ResourceLabels": { - "description": "Collection of [Resource Manager labels](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-labels).", + "description": "Collection of [Resource Manager labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels).", "id": "ResourceLabels", "properties": { "labels": { @@ -7715,7 +7889,7 @@ "type": "object" }, "ResourceManagerTags": { - "description": "A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications in https://{$universe.dns_names.final_documentation_domain}/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values.", + "description": "A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications in https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values.", "id": "ResourceManagerTags", "properties": { "tags": { @@ -7767,7 +7941,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "respectPdb": { @@ -7776,7 +7950,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8036,12 +8210,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8066,7 +8240,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "resourceLabels": { @@ -8078,7 +8252,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8103,12 +8277,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8124,7 +8298,7 @@ "type": "string" }, "locations": { - "description": "Required. The desired list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.", + "description": "Required. The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.", "items": { "type": "string" }, @@ -8136,12 +8310,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8166,12 +8340,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8194,11 +8368,11 @@ "type": "string" }, "projectId": { - "description": "Required. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects).", + "description": "Required. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).", "type": "string" }, "zone": { - "description": "Required. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides.", + "description": "Required. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides.", "type": "string" } }, @@ -8235,7 +8409,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "update": { @@ -8244,7 +8418,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8269,12 +8443,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8299,12 +8473,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8334,12 +8508,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8369,12 +8543,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8405,12 +8579,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8498,7 +8672,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "rotateCredentials": { @@ -8507,7 +8681,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8682,7 +8856,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "update": { @@ -8691,7 +8865,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8727,12 +8901,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8743,7 +8917,7 @@ "id": "UpdateNodePoolRequest", "properties": { "accelerators": { - "description": "A list of hardware accelerators to be attached to each node. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about support for GPUs.", + "description": "A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.", "items": { "$ref": "AcceleratorConfig" }, @@ -8796,7 +8970,7 @@ "description": "Enable or disable gvnic on the node pool." }, "imageType": { - "description": "Required. The desired image type for the node pool. Please see https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for available image types.", + "description": "Required. The desired image type for the node pool. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.", "type": "string" }, "kubeletConfig": { @@ -8812,7 +8986,7 @@ "description": "Parameters that can be configured on Linux nodes." }, "locations": { - "description": "The desired list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed.", + "description": "The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed. Warning: It is recommended to update node pool locations in a standalone API call. Do not combine a location update with changes to other fields (such as `tags`, `labels`, `taints`, etc.) in the same request. Otherwise, the API performs a structural modification where changes to other fields will only apply to newly created nodes and will not be applied to existing nodes in the node pool. To ensure all nodes are updated consistently, use a separate API call for location changes.", "items": { "type": "string" }, @@ -8823,7 +8997,7 @@ "description": "Logging configuration." }, "machineType": { - "description": "Optional. The desired [Google Compute Engine machine type](https://{$universe.dns_names.final_documentation_domain}/compute/docs/machine-types) for nodes in the node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified machine type.", + "description": "Optional. The desired [Google Compute Engine machine type](https://cloud.google.com/compute/docs/machine-types) for nodes in the node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified machine type.", "type": "string" }, "maxRunDuration": { @@ -8850,7 +9024,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "queuedProvisioning": { @@ -8894,7 +9068,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -9243,6 +9417,14 @@ "description": "The Cloud KMS cryptoKey to use for Confidential Hyperdisk on the control plane nodes.", "type": "string" }, + "controlPlaneDiskEncryptionKeyVersions": { + "description": "Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential Hyperdisks on the control plane nodes.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "etcdApiCa": { "description": "Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this cluster.", "type": "string" @@ -9361,6 +9543,17 @@ } }, "type": "object" + }, + "WritableCgroups": { + "description": "Defines writable cgroups configuration.", + "id": "WritableCgroups", + "properties": { + "enabled": { + "description": "Optional. Whether writable cgroups is enabled.", + "type": "boolean" + } + }, + "type": "object" } }, "servicePath": "", diff --git a/DiscoveryJson/container.v1beta1.json b/DiscoveryJson/container.v1beta1.json index ebadb649497..cee8b63d0f5 100644 --- a/DiscoveryJson/container.v1beta1.json +++ b/DiscoveryJson/container.v1beta1.json @@ -176,13 +176,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -249,6 +249,34 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "completeControlPlaneUpgrade": { + "description": "CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade for a specific cluster.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:completeControlPlaneUpgrade", + "httpMethod": "POST", + "id": "container.projects.locations.clusters.completeControlPlaneUpgrade", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name (project, location, cluster) of the cluster to complete upgrade. Specified in the format `projects/*/locations/*/clusters/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+name}:completeControlPlaneUpgrade", + "request": { + "$ref": "CompleteControlPlaneUpgradeRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "completeIpRotation": { "description": "Completes master IP rotation.", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:completeIpRotation", @@ -278,7 +306,7 @@ ] }, "create": { - "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", + "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clusters", "httpMethod": "POST", "id": "container.projects.locations.clusters.create", @@ -329,13 +357,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -402,13 +430,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -461,13 +489,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" } @@ -538,7 +566,7 @@ }, "setLocations": { "deprecated": true, - "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) instead.", + "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) instead.", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setLocations", "httpMethod": "POST", "id": "container.projects.locations.clusters.setLocations", @@ -907,13 +935,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -986,13 +1014,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -1029,13 +1057,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" } @@ -1272,13 +1300,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "query", "type": "string" } @@ -1309,13 +1337,13 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", "location": "query", "type": "string" } @@ -1350,13 +1378,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1392,13 +1420,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1415,6 +1443,34 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "completeControlPlaneUpgrade": { + "description": "CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade for a specific cluster.", + "flatPath": "v1beta1/projects/{projectsId}/zones/{zonesId}/clusters/{clustersId}:completeControlPlaneUpgrade", + "httpMethod": "POST", + "id": "container.projects.zones.clusters.completeControlPlaneUpgrade", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name (project, location, cluster) of the cluster to complete upgrade. Specified in the format `projects/*/locations/*/clusters/*`.", + "location": "path", + "pattern": "^projects/[^/]+/zones/[^/]+/clusters/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+name}:completeControlPlaneUpgrade", + "request": { + "$ref": "CompleteControlPlaneUpgradeRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "completeIpRotation": { "description": "Completes master IP rotation.", "flatPath": "v1beta1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation", @@ -1433,13 +1489,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1457,7 +1513,7 @@ ] }, "create": { - "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", + "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.", "flatPath": "v1beta1/projects/{projectId}/zones/{zone}/clusters", "httpMethod": "POST", "id": "container.projects.zones.clusters.create", @@ -1467,13 +1523,13 @@ ], "parameters": { "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -1513,13 +1569,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1586,13 +1642,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1624,13 +1680,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1663,13 +1719,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -1685,7 +1741,7 @@ }, "locations": { "deprecated": true, - "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) instead.", + "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) instead.", "flatPath": "v1beta1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations", "httpMethod": "POST", "id": "container.projects.zones.clusters.locations", @@ -1702,13 +1758,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1743,13 +1799,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1784,13 +1840,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1825,13 +1881,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1866,13 +1922,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1907,13 +1963,13 @@ "type": "string" }, "projectId": { - "description": "Required. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects).", + "description": "Required. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Required. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides.", + "description": "Required. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides.", "location": "path", "required": true, "type": "string" @@ -1948,13 +2004,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -1989,13 +2045,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2030,13 +2086,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2071,13 +2127,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2123,13 +2179,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2164,13 +2220,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -2217,13 +2273,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2297,13 +2353,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2340,13 +2396,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -2385,13 +2441,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2433,13 +2489,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2481,13 +2537,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2529,13 +2585,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2576,13 +2632,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2622,13 +2678,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "location": "path", "required": true, "type": "string" @@ -2658,13 +2714,13 @@ "type": "string" }, "projectId": { - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" }, "zone": { - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.", "location": "path", "required": true, "type": "string" @@ -2685,7 +2741,7 @@ } } }, - "revision": "20250923", + "revision": "20251104", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -2698,7 +2754,7 @@ "type": "string" }, "acceleratorType": { - "description": "The accelerator type resource name. List of supported accelerators [here](https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus)", + "description": "The accelerator type resource name. List of supported accelerators [here](https://cloud.google.com/compute/docs/gpus)", "type": "string" }, "gpuDriverInstallationConfig": { @@ -2857,7 +2913,7 @@ "kubernetesDashboard": { "$ref": "KubernetesDashboard", "deprecated": true, - "description": "Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/dashboards" + "description": "Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards" }, "lustreCsiDriverConfig": { "$ref": "LustreCsiDriverConfig", @@ -2871,6 +2927,10 @@ "$ref": "ParallelstoreCsiDriverConfig", "description": "Configuration for the Cloud Storage Parallelstore CSI driver." }, + "podSnapshotConfig": { + "$ref": "PodSnapshotConfig", + "description": "Configuration for the Pod Snapshot feature." + }, "rayOperatorConfig": { "$ref": "RayOperatorConfig", "description": "Optional. Configuration for Ray Operator addon." @@ -3137,7 +3197,7 @@ "id": "AutoprovisioningNodePoolDefaults", "properties": { "bootDiskKmsKey": { - "description": " The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption", + "description": " The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption", "type": "string" }, "diskSizeGb": { @@ -3150,7 +3210,7 @@ "type": "string" }, "imageType": { - "description": "The image type to use for NAP created node. Please see https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for available image types.", + "description": "The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.", "type": "string" }, "insecureKubeletReadonlyPortEnabled": { @@ -3163,11 +3223,11 @@ }, "minCpuPlatform": { "deprecated": true, - "description": "Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label selector on the pod. To unset the min cpu platform field pass \"automatic\" as field value.", + "description": "Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how to specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label selector on the pod. To unset the min cpu platform field pass \"automatic\" as field value.", "type": "string" }, "oauthScopes": { - "description": "The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Google Container Registry](https://{$universe.dns_names.final_documentation_domain}/container-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.", + "description": "The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Artifact Registry](https://cloud.google.com/artifact-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.", "items": { "type": "string" }, @@ -3381,6 +3441,23 @@ }, "type": "object" }, + "BootDiskProfile": { + "description": "Swap on the node's boot disk.", + "id": "BootDiskProfile", + "properties": { + "swapSizeGib": { + "description": "Specifies the size of the swap space in gibibytes (GiB).", + "format": "int64", + "type": "string" + }, + "swapSizePercent": { + "description": "Specifies the size of the swap space as a percentage of the boot disk size.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "CancelOperationRequest": { "description": "CancelOperationRequest cancels a single operation.", "id": "CancelOperationRequest", @@ -3396,12 +3473,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -3425,6 +3502,32 @@ }, "type": "object" }, + "CertificateConfig": { + "description": "CertificateConfig configures certificate for the registry.", + "id": "CertificateConfig", + "properties": { + "gcpSecretManagerSecretUri": { + "description": "The URI configures a secret from [Secret Manager](https://cloud.google.com/secret-manager) in the format \"projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION\" for global secret or \"projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION\" for regional secret. Version can be fixed (e.g. \"2\") or \"latest\"", + "type": "string" + } + }, + "type": "object" + }, + "CertificateConfigPair": { + "description": "CertificateConfigPair configures pairs of certificates, which is used for client certificate and key pairs under a registry.", + "id": "CertificateConfigPair", + "properties": { + "cert": { + "$ref": "CertificateConfig", + "description": "Cert configures the client certificate." + }, + "key": { + "$ref": "CertificateConfig", + "description": "Key configures the client private key. Optional." + } + }, + "type": "object" + }, "CheckAutopilotCompatibilityResponse": { "description": "CheckAutopilotCompatibilityResponse has a list of compatibility issues.", "id": "CheckAutopilotCompatibilityResponse", @@ -3565,6 +3668,11 @@ "readOnly": true, "type": "string" }, + "currentEmulatedVersion": { + "description": "Output only. The current emulated version of the master endpoint. The version is in minor version format, e.g. 1.30. No value or empty string means the cluster has no emulated version.", + "readOnly": true, + "type": "string" + }, "currentMasterVersion": { "description": "Output only. The current software version of the master endpoint.", "readOnly": true, @@ -3579,7 +3687,7 @@ }, "currentNodeVersion": { "deprecated": true, - "description": "Output only. Deprecated, use [NodePool.version](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools) instead. The current version of the node software components. If they are currently at multiple versions because they're in the process of being upgraded, this reflects the minimum version of all nodes.", + "description": "Output only. Deprecated, use [NodePool.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools) instead. The current version of the node software components. If they are currently at multiple versions because they're in the process of being upgraded, this reflects the minimum version of all nodes.", "readOnly": true, "type": "string" }, @@ -3650,7 +3758,7 @@ }, "initialNodeCount": { "deprecated": true, - "description": "The number of nodes to create in this cluster. You must ensure that your Compute Engine [resource quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota. For requests, this field should only be used in lieu of a \"node_pool\" object, since this configuration (along with the \"node_config\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node_pool at the same time. This field is deprecated, use node_pool.initial_node_count instead.", + "description": "The number of nodes to create in this cluster. You must ensure that your Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota. For requests, this field should only be used in lieu of a \"node_pool\" object, since this configuration (along with the \"node_config\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node_pool at the same time. This field is deprecated, use node_pool.initial_node_count instead.", "format": "int32", "type": "integer" }, @@ -3676,12 +3784,12 @@ "description": "Configuration for the legacy ABAC authorization mode." }, "location": { - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) or [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", "readOnly": true, "type": "string" }, "locations": { - "description": "The list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster's nodes should be located. This field provides a default value if [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) are not specified during node pool creation. Warning: changing cluster locations will update the [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node pools and will result in nodes being added and/or removed.", + "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. This field provides a default value if [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) are not specified during node pool creation. Warning: changing cluster locations will update the [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node pools and will result in nodes being added and/or removed.", "items": { "type": "string" }, @@ -3734,7 +3842,7 @@ "type": "string" }, "network": { - "description": "The name of the Google Compute Engine [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used. On output this shows the network ID instead of the name.", + "description": "The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used. On output this shows the network ID instead of the name.", "type": "string" }, "networkConfig": { @@ -3820,6 +3928,10 @@ "$ref": "ResourceUsageExportConfig", "description": "Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified." }, + "rollbackSafeUpgrade": { + "$ref": "RollbackSafeUpgrade", + "description": "The rollback safe upgrade information of the cluster. This field is used when user manually triggers a rollback safe upgrade." + }, "satisfiesPzi": { "description": "Output only. Reserved for future use.", "readOnly": true, @@ -3834,6 +3946,10 @@ "$ref": "SecretManagerConfig", "description": "Secret CSI driver configuration." }, + "secretSyncConfig": { + "$ref": "SecretSyncConfig", + "description": "Configuration for sync Secret Manager secrets as k8s secrets." + }, "securityPostureConfig": { "$ref": "SecurityPostureConfig", "description": "Enable/Disable Security Posture API features for the cluster." @@ -3882,7 +3998,7 @@ "type": "string" }, "subnetwork": { - "description": "The name of the Google Compute Engine [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.", + "description": "The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.", "type": "string" }, "tpuConfig": { @@ -3918,7 +4034,7 @@ }, "zone": { "deprecated": true, - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field is deprecated, use location instead.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field is deprecated, use location instead.", "readOnly": true, "type": "string" } @@ -3930,7 +4046,7 @@ "id": "ClusterAutoscaling", "properties": { "autoprovisioningLocations": { - "description": "The list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the NodePool's nodes can be created by NAP.", + "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the NodePool's nodes can be created by NAP.", "items": { "type": "string" }, @@ -4088,7 +4204,7 @@ "enumDescriptions": [ "Default value.", "Use the IPTables implementation based on kube-proxy.", - "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/dataplane-v2) for more." + "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) for more." ], "type": "string" }, @@ -4181,7 +4297,7 @@ "description": "The desired L4 Internal Load Balancer Subsetting configuration." }, "desiredLocations": { - "description": "The desired list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.", + "description": "The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.", "items": { "type": "string" }, @@ -4301,6 +4417,10 @@ ], "type": "string" }, + "desiredPrivilegedAdmissionConfig": { + "$ref": "PrivilegedAdmissionConfig", + "description": "The desired privileged admission config for the cluster." + }, "desiredProtectConfig": { "$ref": "ProtectConfig", "deprecated": true, @@ -4318,10 +4438,18 @@ "$ref": "ResourceUsageExportConfig", "description": "The desired configuration for exporting resource usage." }, + "desiredRollbackSafeUpgrade": { + "$ref": "RollbackSafeUpgrade", + "description": "The desired rollback safe upgrade configuration." + }, "desiredSecretManagerConfig": { "$ref": "SecretManagerConfig", "description": "Enable/Disable Secret Manager Config." }, + "desiredSecretSyncConfig": { + "$ref": "SecretSyncConfig", + "description": "Configuration for sync Secret Manager secrets as k8s secrets." + }, "desiredSecurityPostureConfig": { "$ref": "SecurityPostureConfig", "description": "Enable/Disable Security Posture API features for the cluster." @@ -4466,6 +4594,10 @@ }, "type": "array" }, + "rollbackSafeUpgradeStatus": { + "$ref": "RollbackSafeUpgradeStatus", + "description": "The cluster's rollback-safe upgrade status." + }, "upgradeDetails": { "description": "The list of past auto upgrades.", "items": { @@ -4476,6 +4608,35 @@ }, "type": "object" }, + "CompatibilityStatus": { + "description": "CompatibilityStatus is the status regarding the control plane's compatibility.", + "id": "CompatibilityStatus", + "properties": { + "downgradableVersion": { + "description": "Output only. The GKE version that the cluster can be safely downgraded to if the cluster is emulating the previous minor version. It is usually the cluster's previous version before a minor version upgrade.", + "readOnly": true, + "type": "string" + }, + "emulatedVersionTime": { + "description": "Output only. Last time the control plane became available after a minor version binary upgrade with emulated version set. It indicates the last time the cluster entered the rollback safe mode.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "CompleteControlPlaneUpgradeRequest": { + "description": "CompleteControlPlaneUpgradeRequest sets the name of target cluster to complete upgrade.", + "id": "CompleteControlPlaneUpgradeRequest", + "properties": { + "version": { + "description": "API request version that initiates this operation.", + "type": "string" + } + }, + "type": "object" + }, "CompleteIPRotationRequest": { "description": "CompleteIPRotationRequest moves the cluster master back into single-IP mode.", "id": "CompleteIPRotationRequest", @@ -4491,12 +4652,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -4603,6 +4764,17 @@ "privateRegistryAccessConfig": { "$ref": "PrivateRegistryAccessConfig", "description": "PrivateRegistryAccessConfig is used to configure access configuration for private container registries." + }, + "registryHosts": { + "description": "RegistryHostConfig configures containerd registry host configuration. Each registry_hosts represents a hosts.toml file. At most 25 registry_hosts are allowed.", + "items": { + "$ref": "RegistryHostConfig" + }, + "type": "array" + }, + "writableCgroups": { + "$ref": "WritableCgroups", + "description": "Optional. WritableCgroups defines writable cgroups configuration for the node pool." } }, "type": "object" @@ -4639,7 +4811,7 @@ "properties": { "cluster": { "$ref": "Cluster", - "description": "Required. A [cluster resource](https://{$universe.dns_names.final_documentation_domain}/container-engine/reference/rest/v1beta1/projects.locations.clusters)" + "description": "Required. A [cluster resource](https://cloud.google.com/container-engine/reference/rest/v1beta1/projects.locations.clusters)" }, "parent": { "description": "The parent (project and location) where the cluster will be created. Specified in the format `projects/*/locations/*`.", @@ -4647,12 +4819,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "type": "string" } }, @@ -4677,12 +4849,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.", "type": "string" } }, @@ -4859,6 +5031,18 @@ }, "type": "object" }, + "DedicatedLocalSsdProfile": { + "description": "Provisions a new, separate local NVMe SSD exclusively for swap.", + "id": "DedicatedLocalSsdProfile", + "properties": { + "diskCount": { + "description": "The number of physical local NVMe SSD disks to attach.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "DefaultComputeClassConfig": { "description": "DefaultComputeClassConfig defines default compute class configuration.", "id": "DefaultComputeClassConfig", @@ -4934,6 +5118,17 @@ "properties": {}, "type": "object" }, + "EncryptionConfig": { + "description": "Defines encryption settings for the swap space.", + "id": "EncryptionConfig", + "properties": { + "disabled": { + "description": "Optional. If true, swap space will not be encrypted. Defaults to false (encrypted).", + "type": "boolean" + } + }, + "type": "object" + }, "EnterpriseConfig": { "deprecated": true, "description": "EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE Enterprise features are now available without an Enterprise tier.", @@ -4971,12 +5166,29 @@ }, "type": "object" }, + "EphemeralLocalSsdProfile": { + "description": "Swap on the local SSD shared with pod ephemeral storage.", + "id": "EphemeralLocalSsdProfile", + "properties": { + "swapSizeGib": { + "description": "Specifies the size of the swap space in gibibytes (GiB).", + "format": "int64", + "type": "string" + }, + "swapSizePercent": { + "description": "Specifies the size of the swap space as a percentage of the ephemeral local SSD capacity.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "EphemeralStorageConfig": { "description": "EphemeralStorageConfig contains configuration for the ephemeral storage filesystem.", "id": "EphemeralStorageConfig", "properties": { "localSsdCount": { - "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", + "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", "format": "int32", "type": "integer" } @@ -4993,7 +5205,7 @@ "type": "integer" }, "localSsdCount": { - "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", + "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", "format": "int32", "type": "integer" } @@ -5166,7 +5378,7 @@ "type": "object" }, "GCPSecretManagerCertificateConfig": { - "description": "GCPSecretManagerCertificateConfig configures a secret from [Google Secret Manager](https://{$universe.dns_names.final_documentation_domain}/secret-manager).", + "description": "GCPSecretManagerCertificateConfig configures a secret from [Secret Manager](https://cloud.google.com/secret-manager).", "id": "GCPSecretManagerCertificateConfig", "properties": { "secretUri": { @@ -5422,6 +5634,66 @@ }, "type": "object" }, + "HostConfig": { + "description": "HostConfig configures the registry host under a given Server.", + "id": "HostConfig", + "properties": { + "ca": { + "description": "CA configures the registry host certificate.", + "items": { + "$ref": "CertificateConfig" + }, + "type": "array" + }, + "capabilities": { + "description": "Capabilities represent the capabilities of the registry host, specifying what operations a host is capable of performing. If not set, containerd enables all capabilities by default.", + "items": { + "enum": [ + "HOST_CAPABILITY_UNSPECIFIED", + "HOST_CAPABILITY_PULL", + "HOST_CAPABILITY_RESOLVE", + "HOST_CAPABILITY_PUSH" + ], + "enumDescriptions": [ + "UNKNOWN should never be set.", + "Pull represents the capability to fetch manifests and blobs by digest.", + "Resolve represents the capability to fetch manifests by name.", + "Push represents the capability to push blobs and manifests." + ], + "type": "string" + }, + "type": "array" + }, + "client": { + "description": "Client configures the registry host client certificate and key.", + "items": { + "$ref": "CertificateConfigPair" + }, + "type": "array" + }, + "dialTimeout": { + "description": "Specifies the maximum duration allowed for a connection attempt to complete. A shorter timeout helps reduce delays when falling back to the original registry if the mirror is unreachable. Maximum allowed value is 180s. If not set, containerd sets default 30s. The value should be a decimal number of seconds with an `s` suffix.", + "format": "google-duration", + "type": "string" + }, + "header": { + "description": "Header configures the registry host headers.", + "items": { + "$ref": "RegistryHeader" + }, + "type": "array" + }, + "host": { + "description": "Host configures the registry host/mirror. It supports fully qualified domain names (FQDN) and IP addresses: Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000", + "type": "string" + }, + "overridePath": { + "description": "OverridePath is used to indicate the host's API root endpoint is defined in the URL path rather than by the API specification. This may be used with non-compliant OCI registries which are missing the /v2 prefix. If not set, containerd sets default false.", + "type": "boolean" + } + }, + "type": "object" + }, "HostMaintenancePolicy": { "description": "HostMaintenancePolicy contains the maintenance policy for the hosts on which the GKE VMs run on.", "id": "HostMaintenancePolicy", @@ -5839,11 +6111,19 @@ "$ref": "HugepagesConfig", "description": "Optional. Amounts for 2M and 1G hugepages" }, + "nodeKernelModuleLoading": { + "$ref": "NodeKernelModuleLoading", + "description": "Optional. Configuration for kernel module loading on nodes. When enabled, the node pool will be provisioned with a Container-Optimized OS image that enforces kernel module signature verification." + }, + "swapConfig": { + "$ref": "SwapConfig", + "description": "Optional. Enables and configures swap space on nodes. If omitted, swap is disabled." + }, "sysctls": { "additionalProperties": { "type": "string" }, - "description": "The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes", + "description": "The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes", "type": "object" }, "transparentHugepageDefrag": { @@ -5982,7 +6262,7 @@ "id": "LocalNvmeSsdBlockConfig", "properties": { "localSsdCount": { - "description": "Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", + "description": "Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.", "format": "int32", "type": "integer" } @@ -6092,7 +6372,7 @@ "properties": { "enableLegacyLustrePort": { "deprecated": true, - "description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag.", + "description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag. Deprecated: This flag is no longer required as of GKE node version 1.33.2-gke.4655000, unless you are connecting to a Lustre instance that has the `gke-support-enabled` flag.", "type": "boolean" }, "enabled": { @@ -6106,6 +6386,18 @@ "description": "Represents the Maintenance exclusion option.", "id": "MaintenanceExclusionOptions", "properties": { + "endTimeBehavior": { + "description": "EndTimeBehavior specifies the behavior of the exclusion end time.", + "enum": [ + "END_TIME_BEHAVIOR_UNSPECIFIED", + "UNTIL_END_OF_SUPPORT" + ], + "enumDescriptions": [ + "END_TIME_BEHAVIOR_UNSPECIFIED is the default behavior, which is fixed end time.", + "UNTIL_END_OF_SUPPORT means the exclusion will be in effect until the end of the support of the cluster's current version." + ], + "type": "string" + }, "scope": { "description": "Scope specifies the upgrade scope which upgrades are blocked by the exclusion.", "enum": [ @@ -6178,7 +6470,13 @@ "Master": { "description": "Master is the configuration for components on master.", "id": "Master", - "properties": {}, + "properties": { + "compatibilityStatus": { + "$ref": "CompatibilityStatus", + "description": "Output only. The compatibility status of the control plane. It should be empty if the cluster does not have emulated version. For details, see go/user-initiated-rollbackable-upgrade-design.", + "readOnly": true + } + }, "type": "object" }, "MasterAuth": { @@ -6206,12 +6504,12 @@ }, "password": { "deprecated": true, - "description": "The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication", + "description": "The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication", "type": "string" }, "username": { "deprecated": true, - "description": "The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication", + "description": "The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication", "type": "string" } }, @@ -6403,7 +6701,7 @@ "enumDescriptions": [ "Default value.", "Use the IPTables implementation based on kube-proxy.", - "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/dataplane-v2) for more." + "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) for more." ], "type": "string" }, @@ -6462,7 +6760,7 @@ "type": "string" }, "network": { - "description": "Output only. The relative name of the Google Compute Engine [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network", + "description": "Output only. The relative name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network", "readOnly": true, "type": "string" }, @@ -6491,7 +6789,7 @@ "description": "ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not." }, "subnetwork": { - "description": "Output only. The relative name of the Google Compute Engine [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/vpc) to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet", + "description": "Output only. The relative name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet", "readOnly": true, "type": "string" } @@ -6601,7 +6899,7 @@ "type": "object" }, "NodeAffinity": { - "description": "Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).", + "description": "Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).", "id": "NodeAffinity", "properties": { "key": { @@ -6637,7 +6935,7 @@ "id": "NodeConfig", "properties": { "accelerators": { - "description": "A list of hardware accelerators to be attached to each node. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about support for GPUs.", + "description": "A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.", "items": { "$ref": "AcceleratorConfig" }, @@ -6652,7 +6950,7 @@ "description": "Boot disk configuration for the node pool." }, "bootDiskKmsKey": { - "description": " The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption", + "description": " The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption", "type": "string" }, "confidentialNodes": { @@ -6720,7 +7018,7 @@ "description": "HostMaintenancePolicy contains the desired maintenance policy for the Google Compute Engine hosts." }, "imageType": { - "description": "The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for available image types.", + "description": "The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.", "type": "string" }, "kubeletConfig": { @@ -6743,7 +7041,7 @@ "description": "Parameters for using raw-block Local NVMe SSDs." }, "localSsdCount": { - "description": "The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information.", + "description": "The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.", "format": "int32", "type": "integer" }, @@ -6766,7 +7064,7 @@ "description": "Logging configuration." }, "machineType": { - "description": "The name of a Google Compute Engine [machine type](https://{$universe.dns_names.final_documentation_domain}/compute/docs/machine-types). If unspecified, the default machine type is `e2-medium`.", + "description": "The name of a Google Compute Engine [machine type](https://cloud.google.com/compute/docs/machine-types). If unspecified, the default machine type is `e2-medium`.", "type": "string" }, "maxRunDuration": { @@ -6782,27 +7080,27 @@ "type": "object" }, "minCpuPlatform": { - "description": "Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as `minCpuPlatform: \"Intel Haswell\"` or `minCpuPlatform: \"Intel Sandy Bridge\"`. For more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform).", + "description": "Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as `minCpuPlatform: \"Intel Haswell\"` or `minCpuPlatform: \"Intel Sandy Bridge\"`. For more information, read [how to specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).", "type": "string" }, "nodeGroup": { - "description": "Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes).", + "description": "Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).", "type": "string" }, "oauthScopes": { - "description": "The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Google Container Registry](https://{$universe.dns_names.final_documentation_domain}/container-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.", + "description": "The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Artifact Registry](https://cloud.google.com/artifact-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.", "items": { "type": "string" }, "type": "array" }, "preemptible": { - "description": "Whether the nodes are created as preemptible VM instances. See: https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/preemptible for more information about preemptible VM instances.", + "description": "Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.", "type": "boolean" }, "reservationAffinity": { "$ref": "ReservationAffinity", - "description": "The optional reservation affinity. Setting this field will apply the specified [Zonal Compute Reservation](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) to this node pool." + "description": "The optional reservation affinity. Setting this field will apply the specified [Zonal Compute Reservation](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) to this node pool." }, "resourceLabels": { "additionalProperties": { @@ -6905,6 +7203,27 @@ }, "type": "object" }, + "NodeKernelModuleLoading": { + "description": "Configuration for kernel module loading on nodes.", + "id": "NodeKernelModuleLoading", + "properties": { + "policy": { + "description": "Set the node module loading policy for nodes in the node pool.", + "enum": [ + "POLICY_UNSPECIFIED", + "ENFORCE_SIGNED_MODULES", + "DO_NOT_ENFORCE_SIGNED_MODULES" + ], + "enumDescriptions": [ + "Default behavior. GKE selects the image based on node type. For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not.", + "Enforced signature verification: Node pools will use a Container-Optimized OS image configured to allow loading of *Google-signed* external kernel modules. Loadpin is enabled but configured to exclude modules, and kernel module signature checking is enforced.", + "Mirrors existing DEFAULT behavior: For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not." + ], + "type": "string" + } + }, + "type": "object" + }, "NodeKubeletConfig": { "description": "Node kubelet configs.", "id": "NodeKubeletConfig", @@ -6930,7 +7249,7 @@ "type": "boolean" }, "cpuCfsQuotaPeriod": { - "description": "Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"\u00b5s\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration.", + "description": "Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"\u00b5s\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration between 1ms and 1 second, inclusive.", "type": "string" }, "cpuManagerPolicy": { @@ -7038,6 +7357,10 @@ "description": "Parameters for node pool-level network config.", "id": "NodeNetworkConfig", "properties": { + "acceleratorNetworkProfile": { + "description": "Immutable. The accelerator network profile for the node pool. For now the only valid value is \"auto\". If specified, the network configuration of the nodes in this node pool will be managed by this profile for the supported machine types, zone, etc.", + "type": "string" + }, "additionalNodeNetworkConfigs": { "description": "We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface", "items": { @@ -7127,12 +7450,12 @@ "type": "string" }, "initialNodeCount": { - "description": "The initial node count for the pool. You must ensure that your Compute Engine [resource quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota.", + "description": "The initial node count for the pool. You must ensure that your Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota.", "format": "int32", "type": "integer" }, "instanceGroupUrls": { - "description": "Output only. The resource URLs of the [managed instance groups](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.", + "description": "Output only. The resource URLs of the [managed instance groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.", "items": { "type": "string" }, @@ -7140,7 +7463,7 @@ "type": "array" }, "locations": { - "description": "The list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the [Cluster.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.", + "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the [Cluster.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.", "items": { "type": "string" }, @@ -7220,7 +7543,7 @@ "description": "Upgrade settings control disruption and speed of the upgrade." }, "version": { - "description": "The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described [here](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/versioning#specifying_node_version).", + "description": "The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).", "type": "string" } }, @@ -7474,7 +7797,7 @@ "description": "The error result of the operation in case of failure." }, "location": { - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) or [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.", "readOnly": true, "type": "string" }, @@ -7539,21 +7862,21 @@ "Not set.", "The cluster is being created. The cluster should be assumed to be unusable until the operation finishes. In the event of the operation failing, the cluster will enter the ERROR state and eventually be deleted.", "The cluster is being deleted. The cluster should be assumed to be unusable as soon as this operation starts. In the event of the operation failing, the cluster will enter the ERROR state and the deletion will be automatically retried until completed.", - "The cluster version is being updated. Note that this includes \"upgrades\" to the same version, which are simply a recreation. This also includes [auto-upgrades](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically). For more details, see [documentation on cluster upgrades](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades).", - "A node pool is being updated. Despite calling this an \"upgrade\", this includes most forms of updates to node pools. This also includes [auto-upgrades](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/node-auto-upgrades). This operation sets the progress field and may be canceled. The upgrade strategy depends on [node pool configuration](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies). The nodes are generally still usable during this operation.", - "A problem has been detected with the control plane and is being repaired. This operation type is initiated by GKE. For more details, see [documentation on repairs](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", - "The cluster is being updated. This is a broad category of operations and includes operations that only change metadata as well as those that must recreate the entire cluster. If the control plane must be recreated, this will cause temporary downtime for zonal clusters. Some features require recreating the nodes as well. Those will be recreated as separate operations and the update may not be completely functional until the node pools recreations finish. Node recreations will generally follow [maintenance policies](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions). Some GKE-initiated operations use this type. This includes certain types of auto-upgrades and incident mitigations.", - "A node pool is being created. The node pool should be assumed to be unusable until this operation finishes. In the event of an error, the node pool may be partially created. If enabled, [node autoprovisioning](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/node-auto-provisioning) may have automatically initiated such operations.", + "The cluster version is being updated. Note that this includes \"upgrades\" to the same version, which are simply a recreation. This also includes [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically). For more details, see [documentation on cluster upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades).", + "A node pool is being updated. Despite calling this an \"upgrade\", this includes most forms of updates to node pools. This also includes [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-upgrades). This operation sets the progress field and may be canceled. The upgrade strategy depends on [node pool configuration](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies). The nodes are generally still usable during this operation.", + "A problem has been detected with the control plane and is being repaired. This operation type is initiated by GKE. For more details, see [documentation on repairs](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", + "The cluster is being updated. This is a broad category of operations and includes operations that only change metadata as well as those that must recreate the entire cluster. If the control plane must be recreated, this will cause temporary downtime for zonal clusters. Some features require recreating the nodes as well. Those will be recreated as separate operations and the update may not be completely functional until the node pools recreations finish. Node recreations will generally follow [maintenance policies](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions). Some GKE-initiated operations use this type. This includes certain types of auto-upgrades and incident mitigations.", + "A node pool is being created. The node pool should be assumed to be unusable until this operation finishes. In the event of an error, the node pool may be partially created. If enabled, [node autoprovisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning) may have automatically initiated such operations.", "The node pool is being deleted. The node pool should be assumed to be unusable as soon as this operation starts.", "The node pool's manamagent field is being updated. These operations only update metadata and may be concurrent with most other operations.", - "A problem has been detected with nodes and [they are being repaired](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/node-auto-repair). This operation type is initiated by GKE, typically automatically. This operation may be concurrent with other operations and there may be multiple repairs occurring on the same node pool.", + "A problem has been detected with nodes and [they are being repaired](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-repair). This operation type is initiated by GKE, typically automatically. This operation may be concurrent with other operations and there may be multiple repairs occurring on the same node pool.", "Unused. Automatic node upgrade uses UPGRADE_NODES.", "Unused. Updating labels uses UPDATE_CLUSTER.", "Unused. Updating master auth uses UPDATE_CLUSTER.", "The node pool is being resized. With the exception of resizing to or from size zero, the node pool is generally usable during this operation.", "Unused. Updating network policy uses UPDATE_CLUSTER.", "Unused. Updating maintenance policy uses UPDATE_CLUSTER.", - "The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see [documentation on resizes](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", + "The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see [documentation on resizes](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).", "Fleet features of GKE Enterprise are being upgraded. The cluster should be assumed to be blocked for other upgrades until the operation finishes." ], "readOnly": true, @@ -7606,7 +7929,7 @@ }, "zone": { "deprecated": true, - "description": "Output only. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.", + "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.", "readOnly": true, "type": "string" } @@ -7736,7 +8059,7 @@ "type": "string" }, "tpuTopology": { - "description": "TPU placement topology for pod slice node pool. https://{$universe.dns_names.final_documentation_domain}/tpu/docs/types-topologies#tpu_topologies", + "description": "TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies", "type": "string" }, "type": { @@ -7797,6 +8120,17 @@ }, "type": "object" }, + "PodSnapshotConfig": { + "description": "PodSnapshotConfig is the configuration for GKE Pod Snapshots feature.", + "id": "PodSnapshotConfig", + "properties": { + "enabled": { + "description": "Whether or not the Pod Snapshots feature is enabled.", + "type": "boolean" + } + }, + "type": "object" + }, "PolicyBinding": { "description": "Binauthz policy that applies to this cluster.", "id": "PolicyBinding", @@ -8043,6 +8377,42 @@ }, "type": "object" }, + "RegistryHeader": { + "description": "RegistryHeader configures headers for the registry.", + "id": "RegistryHeader", + "properties": { + "key": { + "description": "Key configures the header key.", + "type": "string" + }, + "value": { + "description": "Value configures the header value.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "RegistryHostConfig": { + "description": "RegistryHostConfig configures the top-level structure for a single containerd registry server's configuration, which represents one hosts.toml file on the node. It will override the same fqdns in PrivateRegistryAccessConfig.", + "id": "RegistryHostConfig", + "properties": { + "hosts": { + "description": "HostConfig configures a list of host-specific configurations for the server. Each server can have at most 10 host configurations.", + "items": { + "$ref": "HostConfig" + }, + "type": "array" + }, + "server": { + "description": "Defines the host name of the registry server, which will be used to create configuration file as /etc/containerd/hosts.d//hosts.toml. It supports fully qualified domain names (FQDN) and IP addresses: Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000", + "type": "string" + } + }, + "type": "object" + }, "ReleaseChannel": { "description": "ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk. When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled.", "id": "ReleaseChannel", @@ -8117,7 +8487,7 @@ "type": "object" }, "ReservationAffinity": { - "description": "[ReservationAffinity](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) is the configuration of desired reservation which instances could take capacity from.", + "description": "[ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) is the configuration of desired reservation which instances could take capacity from.", "id": "ReservationAffinity", "properties": { "consumeReservationType": { @@ -8151,7 +8521,7 @@ "type": "object" }, "ResourceLabels": { - "description": "Collection of [Resource Manager labels](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-labels).", + "description": "Collection of [Resource Manager labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels).", "id": "ResourceLabels", "properties": { "labels": { @@ -8186,7 +8556,7 @@ "type": "object" }, "ResourceManagerTags": { - "description": "A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications in https://{$universe.dns_names.final_documentation_domain}/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values.", + "description": "A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications in https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values.", "id": "ResourceManagerTags", "properties": { "tags": { @@ -8238,7 +8608,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "respectPdb": { @@ -8247,7 +8617,47 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "type": "string" + } + }, + "type": "object" + }, + "RollbackSafeUpgrade": { + "description": "RollbackSafeUpgrade is the configuration for the rollback safe upgrade.", + "id": "RollbackSafeUpgrade", + "properties": { + "controlPlaneSoakDuration": { + "description": "A user-defined period for the cluster remains in the rollbackable state. ex: {seconds: 21600}.", + "format": "google-duration", + "type": "string" + } + }, + "type": "object" + }, + "RollbackSafeUpgradeStatus": { + "description": "RollbackSafeUpgradeStatus contains the rollback-safe upgrade status of a cluster.", + "id": "RollbackSafeUpgradeStatus", + "properties": { + "controlPlaneUpgradeRollbackEndTime": { + "description": "The rollback-safe mode expiration time.", + "format": "google-datetime", + "type": "string" + }, + "mode": { + "description": "The mode of the rollback-safe upgrade.", + "enum": [ + "MODE_UNSPECIFIED", + "KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE" + ], + "enumDescriptions": [ + "MODE_UNSPECIFIED means it's in regular upgrade mode.", + "KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE means it's in rollback-safe mode after a KCP minor version step-one upgrade." + ], + "type": "string" + }, + "previousVersion": { + "description": "The GKE version that the cluster previously used before step-one upgrade.", "type": "string" } }, @@ -8337,6 +8747,21 @@ }, "type": "object" }, + "SecretSyncConfig": { + "description": "Configuration for sync Secret Manager secrets as k8s secrets.", + "id": "SecretSyncConfig", + "properties": { + "enabled": { + "description": "Enable/Disable Secret Sync Config.", + "type": "boolean" + }, + "rotationConfig": { + "$ref": "SyncRotationConfig", + "description": "Rotation config for secret manager." + } + }, + "type": "object" + }, "SecurityBulletinEvent": { "description": "SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.", "id": "SecurityBulletinEvent", @@ -8519,12 +8944,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8549,7 +8974,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "resourceLabels": { @@ -8561,7 +8986,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8586,12 +9011,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8607,7 +9032,7 @@ "type": "string" }, "locations": { - "description": "Required. The desired list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.", + "description": "Required. The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.", "items": { "type": "string" }, @@ -8619,12 +9044,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8649,12 +9074,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8677,11 +9102,11 @@ "type": "string" }, "projectId": { - "description": "Required. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects).", + "description": "Required. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).", "type": "string" }, "zone": { - "description": "Required. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides.", + "description": "Required. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides.", "type": "string" } }, @@ -8718,7 +9143,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "update": { @@ -8727,7 +9152,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8752,12 +9177,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8782,12 +9207,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8817,12 +9242,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8852,12 +9277,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8888,12 +9313,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -8981,7 +9406,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "rotateCredentials": { @@ -8990,7 +9415,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -9114,6 +9539,49 @@ }, "type": "object" }, + "SwapConfig": { + "description": "Configuration for swap memory on a node pool.", + "id": "SwapConfig", + "properties": { + "bootDiskProfile": { + "$ref": "BootDiskProfile", + "description": "Swap on the node's boot disk." + }, + "dedicatedLocalSsdProfile": { + "$ref": "DedicatedLocalSsdProfile", + "description": "Provisions a new, separate local NVMe SSD exclusively for swap." + }, + "enabled": { + "description": "Optional. Enables or disables swap for the node pool.", + "type": "boolean" + }, + "encryptionConfig": { + "$ref": "EncryptionConfig", + "description": "Optional. If omitted, swap space is encrypted by default." + }, + "ephemeralLocalSsdProfile": { + "$ref": "EphemeralLocalSsdProfile", + "description": "Swap on the local SSD shared with pod ephemeral storage." + } + }, + "type": "object" + }, + "SyncRotationConfig": { + "description": "SyncRotationConfig is config for secret manager auto rotation.", + "id": "SyncRotationConfig", + "properties": { + "enabled": { + "description": "Whether the rotation is enabled.", + "type": "boolean" + }, + "rotationInterval": { + "description": "The interval between two consecutive rotations. Default rotation interval is 2 minutes.", + "format": "google-duration", + "type": "string" + } + }, + "type": "object" + }, "TimeWindow": { "description": "Represents an arbitrary window of time.", "id": "TimeWindow", @@ -9185,7 +9653,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "update": { @@ -9194,7 +9662,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -9230,12 +9698,12 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -9246,7 +9714,7 @@ "id": "UpdateNodePoolRequest", "properties": { "accelerators": { - "description": "A list of hardware accelerators to be attached to each node. See https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about support for GPUs.", + "description": "A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.", "items": { "$ref": "AcceleratorConfig" }, @@ -9299,7 +9767,7 @@ "description": "Enable or disable gvnic on the node pool." }, "imageType": { - "description": "Required. The desired image type for the node pool. Please see https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for available image types.", + "description": "Required. The desired image type for the node pool. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.", "type": "string" }, "kubeletConfig": { @@ -9315,7 +9783,7 @@ "description": "Parameters that can be configured on Linux nodes." }, "locations": { - "description": "The desired list of Google Compute Engine [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed.", + "description": "The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed. Warning: It is recommended to update node pool locations in a standalone API call. Do not combine a location update with changes to other fields (such as `tags`, `labels`, `taints`, etc.) in the same request. Otherwise, the API performs a structural modification where changes to other fields will only apply to newly created nodes and will not be applied to existing nodes in the node pool. To ensure all nodes are updated consistently, use a separate API call for location changes.", "items": { "type": "string" }, @@ -9353,7 +9821,7 @@ }, "projectId": { "deprecated": true, - "description": "Deprecated. The Google Developers Console [project ID or project number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.", "type": "string" }, "queuedProvisioning": { @@ -9397,7 +9865,7 @@ }, "zone": { "deprecated": true, - "description": "Deprecated. The name of the Google Compute Engine [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", + "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.", "type": "string" } }, @@ -9449,6 +9917,10 @@ "format": "google-datetime", "type": "string" }, + "initialEmulatedVersion": { + "description": "The emulated version before the upgrade.", + "type": "string" + }, "initialVersion": { "description": "The version before the upgrade.", "type": "string" @@ -9491,6 +9963,10 @@ "readOnly": true, "type": "string" }, + "targetEmulatedVersion": { + "description": "The emulated version after the upgrade.", + "type": "string" + }, "targetVersion": { "description": "The version after the upgrade.", "type": "string" @@ -9502,6 +9978,10 @@ "description": "UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.", "id": "UpgradeEvent", "properties": { + "currentEmulatedVersion": { + "description": "The current emulated version before the upgrade.", + "type": "string" + }, "currentVersion": { "description": "The current version before the upgrade.", "type": "string" @@ -9533,6 +10013,10 @@ ], "type": "string" }, + "targetEmulatedVersion": { + "description": "The target emulated version for the upgrade.", + "type": "string" + }, "targetVersion": { "description": "The target version for the upgrade.", "type": "string" @@ -9544,6 +10028,10 @@ "description": "UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.", "id": "UpgradeInfoEvent", "properties": { + "currentEmulatedVersion": { + "description": "The current emulated version before the upgrade.", + "type": "string" + }, "currentVersion": { "description": "The current version before the upgrade.", "type": "string" @@ -9629,6 +10117,10 @@ "readOnly": true, "type": "string" }, + "targetEmulatedVersion": { + "description": "The target emulated version for the upgrade.", + "type": "string" + }, "targetVersion": { "description": "The target version for the upgrade.", "type": "string" @@ -9750,6 +10242,14 @@ "description": "The Cloud KMS cryptoKey to use for Confidential Hyperdisk on the control plane nodes.", "type": "string" }, + "controlPlaneDiskEncryptionKeyVersions": { + "description": "Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential Hyperdisks on the control plane nodes.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "etcdApiCa": { "description": "Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this cluster.", "type": "string" @@ -9981,6 +10481,17 @@ } }, "type": "object" + }, + "WritableCgroups": { + "description": "Defines writable cgroups configuration.", + "id": "WritableCgroups", + "properties": { + "enabled": { + "description": "Optional. Whether writable cgroups is enabled.", + "type": "boolean" + } + }, + "type": "object" } }, "servicePath": "", diff --git a/DiscoveryJson/containeranalysis.v1.json b/DiscoveryJson/containeranalysis.v1.json index a80cbec2698..21bc48c6ca8 100644 --- a/DiscoveryJson/containeranalysis.v1.json +++ b/DiscoveryJson/containeranalysis.v1.json @@ -1715,7 +1715,7 @@ } } }, - "revision": "20250829", + "revision": "20251030", "rootUrl": "https://containeranalysis.googleapis.com/", "schemas": { "AliasContext": { @@ -3640,6 +3640,11 @@ "description": "An image built by the pipeline.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "digest": { "description": "Docker Registry 2.0 digest.", "type": "string" @@ -4166,6 +4171,11 @@ "description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Go Module Artifact." @@ -4186,6 +4196,11 @@ "description": "A Maven artifact uploaded using the MavenArtifact directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Maven Artifact." @@ -4206,6 +4221,11 @@ "description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the npm package." @@ -4226,6 +4246,11 @@ "description": "Artifact uploaded using the PythonPackage directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Python Artifact." @@ -6281,12 +6306,52 @@ "enum": [ "SECRET_KIND_UNSPECIFIED", "SECRET_KIND_UNKNOWN", - "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY" + "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY", + "SECRET_KIND_GCP_API_KEY", + "SECRET_KIND_GCP_OAUTH2_CLIENT_CREDENTIALS", + "SECRET_KIND_GCP_OAUTH2_ACCESS_TOKEN", + "SECRET_KIND_ANTHROPIC_ADMIN_API_KEY", + "SECRET_KIND_ANTHROPIC_API_KEY", + "SECRET_KIND_AZURE_ACCESS_TOKEN", + "SECRET_KIND_AZURE_IDENTITY_TOKEN", + "SECRET_KIND_DOCKER_HUB_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_APP_REFRESH_TOKEN", + "SECRET_KIND_GITHUB_APP_SERVER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_APP_USER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_FINE_GRAINED_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_OAUTH_TOKEN", + "SECRET_KIND_HUGGINGFACE_API_KEY", + "SECRET_KIND_OPENAI_API_KEY", + "SECRET_KIND_PERPLEXITY_API_KEY", + "SECRET_KIND_STRIPE_SECRET_KEY", + "SECRET_KIND_STRIPE_RESTRICTED_KEY", + "SECRET_KIND_STRIPE_WEBHOOK_SECRET" ], "enumDescriptions": [ "Unspecified", "The secret kind is unknown.", - "A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys" + "A Google Cloud service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys", + "A Google Cloud API key per: https://cloud.google.com/docs/authentication/api-keys", + "A Google Cloud OAuth2 client credentials per: https://developers.google.com/identity/protocols/oauth2", + "A Google Cloud OAuth2 access token per: https://cloud.google.com/docs/authentication/token-types#access", + "An Anthropic Admin API key.", + "An Anthropic API key.", + "An Azure access token.", + "An Azure Identity Platform ID token.", + "A Docker Hub personal access token.", + "A GitHub App refresh token.", + "A GitHub App server-to-server token.", + "A GitHub App user-to-server token.", + "A GitHub personal access token (classic).", + "A GitHub fine-grained personal access token.", + "A GitHub OAuth token.", + "A Hugging Face API key.", + "An OpenAI API key.", + "A Perplexity API key.", + "A Stripe secret key.", + "A Stripe restricted key.", + "A Stripe webhook secret." ], "type": "string" }, diff --git a/DiscoveryJson/containeranalysis.v1alpha1.json b/DiscoveryJson/containeranalysis.v1alpha1.json index 13cbba24a36..42f50bdebb3 100644 --- a/DiscoveryJson/containeranalysis.v1alpha1.json +++ b/DiscoveryJson/containeranalysis.v1alpha1.json @@ -1452,7 +1452,7 @@ } } }, - "revision": "20250928", + "revision": "20251030", "rootUrl": "https://containeranalysis.googleapis.com/", "schemas": { "AnalysisCompleted": { @@ -3184,6 +3184,11 @@ "description": "An image built by the pipeline.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "digest": { "description": "Docker Registry 2.0 digest.", "type": "string" @@ -3710,6 +3715,11 @@ "description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Go Module Artifact." @@ -3730,6 +3740,11 @@ "description": "A Maven artifact uploaded using the MavenArtifact directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Maven Artifact." @@ -3750,6 +3765,11 @@ "description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the npm package." @@ -3770,6 +3790,11 @@ "description": "Artifact uploaded using the PythonPackage directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Python Artifact." diff --git a/DiscoveryJson/containeranalysis.v1beta1.json b/DiscoveryJson/containeranalysis.v1beta1.json index 9ca47a46963..f0881383da0 100644 --- a/DiscoveryJson/containeranalysis.v1beta1.json +++ b/DiscoveryJson/containeranalysis.v1beta1.json @@ -1771,7 +1771,7 @@ } } }, - "revision": "20250905", + "revision": "20251030", "rootUrl": "https://containeranalysis.googleapis.com/", "schemas": { "AliasContext": { @@ -3566,6 +3566,11 @@ "description": "An image built by the pipeline.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "digest": { "description": "Docker Registry 2.0 digest.", "type": "string" @@ -4092,6 +4097,11 @@ "description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Go Module Artifact." @@ -4112,6 +4122,11 @@ "description": "A Maven artifact uploaded using the MavenArtifact directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Maven Artifact." @@ -4132,6 +4147,11 @@ "description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the npm package." @@ -4152,6 +4172,11 @@ "description": "Artifact uploaded using the PythonPackage directive.", "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Python Artifact." @@ -6821,12 +6846,52 @@ "enum": [ "SECRET_KIND_UNSPECIFIED", "SECRET_KIND_UNKNOWN", - "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY" + "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY", + "SECRET_KIND_GCP_API_KEY", + "SECRET_KIND_GCP_OAUTH2_CLIENT_CREDENTIALS", + "SECRET_KIND_GCP_OAUTH2_ACCESS_TOKEN", + "SECRET_KIND_ANTHROPIC_ADMIN_API_KEY", + "SECRET_KIND_ANTHROPIC_API_KEY", + "SECRET_KIND_AZURE_ACCESS_TOKEN", + "SECRET_KIND_AZURE_IDENTITY_TOKEN", + "SECRET_KIND_DOCKER_HUB_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_APP_REFRESH_TOKEN", + "SECRET_KIND_GITHUB_APP_SERVER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_APP_USER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_FINE_GRAINED_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_OAUTH_TOKEN", + "SECRET_KIND_HUGGINGFACE_API_KEY", + "SECRET_KIND_OPENAI_API_KEY", + "SECRET_KIND_PERPLEXITY_API_KEY", + "SECRET_KIND_STRIPE_SECRET_KEY", + "SECRET_KIND_STRIPE_RESTRICTED_KEY", + "SECRET_KIND_STRIPE_WEBHOOK_SECRET" ], "enumDescriptions": [ "Unspecified", "The secret kind is unknown.", - "A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys" + "A Google Cloud service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys", + "A Google Cloud API key per: https://cloud.google.com/docs/authentication/api-keys", + "A Google Cloud OAuth2 client credentials per: https://developers.google.com/identity/protocols/oauth2", + "A Google Cloud OAuth2 access token per: https://cloud.google.com/docs/authentication/token-types#access", + "An Anthropic Admin API key.", + "An Anthropic API key.", + "An Azure access token.", + "An Azure Identity Platform ID token.", + "A Docker Hub personal access token.", + "A GitHub App refresh token.", + "A GitHub App server-to-server token.", + "A GitHub App user-to-server token.", + "A GitHub personal access token (classic).", + "A GitHub fine-grained personal access token.", + "A GitHub OAuth token.", + "A Hugging Face API key.", + "An OpenAI API key.", + "A Perplexity API key.", + "A Stripe secret key.", + "A Stripe restricted key.", + "A Stripe webhook secret." ], "type": "string" }, diff --git a/DiscoveryJson/content.v2.1.json b/DiscoveryJson/content.v2.1.json index edb853bb459..7236b70b89b 100644 --- a/DiscoveryJson/content.v2.1.json +++ b/DiscoveryJson/content.v2.1.json @@ -3872,294 +3872,6 @@ } } }, - "returnaddress": { - "methods": { - "custombatch": { - "description": "Batches multiple return address related calls in a single request.", - "flatPath": "returnaddress/batch", - "httpMethod": "POST", - "id": "content.returnaddress.custombatch", - "parameterOrder": [], - "parameters": {}, - "path": "returnaddress/batch", - "request": { - "$ref": "ReturnaddressCustomBatchRequest" - }, - "response": { - "$ref": "ReturnaddressCustomBatchResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "delete": { - "description": "Deletes a return address for the given Merchant Center account.", - "flatPath": "{merchantId}/returnaddress/{returnAddressId}", - "httpMethod": "DELETE", - "id": "content.returnaddress.delete", - "parameterOrder": [ - "merchantId", - "returnAddressId" - ], - "parameters": { - "merchantId": { - "description": "The Merchant Center account from which to delete the given return address.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - }, - "returnAddressId": { - "description": "Return address ID generated by Google.", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "{merchantId}/returnaddress/{returnAddressId}", - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "get": { - "description": "Gets a return address of the Merchant Center account.", - "flatPath": "{merchantId}/returnaddress/{returnAddressId}", - "httpMethod": "GET", - "id": "content.returnaddress.get", - "parameterOrder": [ - "merchantId", - "returnAddressId" - ], - "parameters": { - "merchantId": { - "description": "The Merchant Center account to get a return address for.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - }, - "returnAddressId": { - "description": "Return address ID generated by Google.", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "{merchantId}/returnaddress/{returnAddressId}", - "response": { - "$ref": "ReturnAddress" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "insert": { - "description": "Inserts a return address for the Merchant Center account.", - "flatPath": "{merchantId}/returnaddress", - "httpMethod": "POST", - "id": "content.returnaddress.insert", - "parameterOrder": [ - "merchantId" - ], - "parameters": { - "merchantId": { - "description": "The Merchant Center account to insert a return address for.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "{merchantId}/returnaddress", - "request": { - "$ref": "ReturnAddress" - }, - "response": { - "$ref": "ReturnAddress" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "list": { - "description": "Lists the return addresses of the Merchant Center account.", - "flatPath": "{merchantId}/returnaddress", - "httpMethod": "GET", - "id": "content.returnaddress.list", - "parameterOrder": [ - "merchantId" - ], - "parameters": { - "country": { - "description": "List only return addresses applicable to the given country of sale. When omitted, all return addresses are listed.", - "location": "query", - "type": "string" - }, - "maxResults": { - "description": "The maximum number of addresses in the response, used for paging.", - "format": "uint32", - "location": "query", - "type": "integer" - }, - "merchantId": { - "description": "The Merchant Center account to list return addresses for.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - }, - "pageToken": { - "description": "The token returned by the previous request.", - "location": "query", - "type": "string" - } - }, - "path": "{merchantId}/returnaddress", - "response": { - "$ref": "ReturnaddressListResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - } - } - }, - "returnpolicy": { - "methods": { - "custombatch": { - "description": "Batches multiple return policy related calls in a single request.", - "flatPath": "returnpolicy/batch", - "httpMethod": "POST", - "id": "content.returnpolicy.custombatch", - "parameterOrder": [], - "parameters": {}, - "path": "returnpolicy/batch", - "request": { - "$ref": "ReturnpolicyCustomBatchRequest" - }, - "response": { - "$ref": "ReturnpolicyCustomBatchResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "delete": { - "description": "Deletes a return policy for the given Merchant Center account.", - "flatPath": "{merchantId}/returnpolicy/{returnPolicyId}", - "httpMethod": "DELETE", - "id": "content.returnpolicy.delete", - "parameterOrder": [ - "merchantId", - "returnPolicyId" - ], - "parameters": { - "merchantId": { - "description": "The Merchant Center account from which to delete the given return policy.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - }, - "returnPolicyId": { - "description": "Return policy ID generated by Google.", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "{merchantId}/returnpolicy/{returnPolicyId}", - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "get": { - "description": "Gets a return policy of the Merchant Center account.", - "flatPath": "{merchantId}/returnpolicy/{returnPolicyId}", - "httpMethod": "GET", - "id": "content.returnpolicy.get", - "parameterOrder": [ - "merchantId", - "returnPolicyId" - ], - "parameters": { - "merchantId": { - "description": "The Merchant Center account to get a return policy for.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - }, - "returnPolicyId": { - "description": "Return policy ID generated by Google.", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "{merchantId}/returnpolicy/{returnPolicyId}", - "response": { - "$ref": "ReturnPolicy" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "insert": { - "description": "Inserts a return policy for the Merchant Center account.", - "flatPath": "{merchantId}/returnpolicy", - "httpMethod": "POST", - "id": "content.returnpolicy.insert", - "parameterOrder": [ - "merchantId" - ], - "parameters": { - "merchantId": { - "description": "The Merchant Center account to insert a return policy for.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "{merchantId}/returnpolicy", - "request": { - "$ref": "ReturnPolicy" - }, - "response": { - "$ref": "ReturnPolicy" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, - "list": { - "description": "Lists the return policies of the Merchant Center account.", - "flatPath": "{merchantId}/returnpolicy", - "httpMethod": "GET", - "id": "content.returnpolicy.list", - "parameterOrder": [ - "merchantId" - ], - "parameters": { - "merchantId": { - "description": "The Merchant Center account to list return policies for.", - "format": "uint64", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "{merchantId}/returnpolicy", - "response": { - "$ref": "ReturnpolicyListResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - } - } - }, "returnpolicyonline": { "methods": { "create": { @@ -4570,7 +4282,7 @@ } } }, - "revision": "20250921", + "revision": "20251112", "rootUrl": "https://shoppingcontent.googleapis.com/", "schemas": { "Account": { @@ -5358,15 +5070,18 @@ "type": "string" }, "orderManager": { - "description": "Whether user is an order manager.", + "deprecated": true, + "description": "This role is deprecated and can no longer be assigned. Any value set will be ignored.", "type": "boolean" }, "paymentsAnalyst": { - "description": "Whether user can access payment statements.", + "deprecated": true, + "description": "This role is deprecated and can no longer be assigned. Any value set will be ignored.", "type": "boolean" }, "paymentsManager": { - "description": "Whether user can manage payment settings.", + "deprecated": true, + "description": "This role is deprecated and can no longer be assigned. Any value set will be ignored.", "type": "boolean" }, "readOnly": { @@ -12749,119 +12464,6 @@ }, "type": "object" }, - "ReturnAddress": { - "description": "Return address resource.", - "id": "ReturnAddress", - "properties": { - "address": { - "$ref": "ReturnAddressAddress", - "description": "Required. The address." - }, - "country": { - "description": "Required. The country of sale where the return address is applicable.", - "type": "string" - }, - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnAddress`\"", - "type": "string" - }, - "label": { - "description": "Required. The user-defined label of the return address. For the default address, use the label \"default\".", - "type": "string" - }, - "phoneNumber": { - "description": "Required. The merchant's contact phone number regarding the return.", - "type": "string" - }, - "returnAddressId": { - "description": "Return address ID generated by Google.", - "type": "string" - } - }, - "type": "object" - }, - "ReturnAddressAddress": { - "id": "ReturnAddressAddress", - "properties": { - "country": { - "description": "CLDR country code (for example, \"US\").", - "type": "string" - }, - "locality": { - "description": "City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or suburbs).", - "type": "string" - }, - "postalCode": { - "description": "Postal code or ZIP (for example, \"94043\").", - "type": "string" - }, - "recipientName": { - "description": "Name of the recipient to address returns to.", - "type": "string" - }, - "region": { - "description": "Top-level administrative subdivision of the country. For example, a state like California (\"CA\") or a province like Quebec (\"QC\").", - "type": "string" - }, - "streetAddress": { - "description": "Street-level part of the address. May be up to two lines, each line specified as an array element.", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "ReturnPolicy": { - "description": "Return policy resource.", - "id": "ReturnPolicy", - "properties": { - "country": { - "description": "Required. The country of sale where the return policy is applicable.", - "type": "string" - }, - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnPolicy`\"", - "type": "string" - }, - "label": { - "description": "Required. The user-defined label of the return policy. For the default policy, use the label \"default\".", - "type": "string" - }, - "name": { - "description": "Required. The name of the policy as shown in Merchant Center.", - "type": "string" - }, - "nonFreeReturnReasons": { - "description": "Return reasons that will incur return fees.", - "items": { - "type": "string" - }, - "type": "array" - }, - "policy": { - "$ref": "ReturnPolicyPolicy", - "description": "Required. The policy." - }, - "returnPolicyId": { - "description": "Return policy ID generated by Google.", - "type": "string" - }, - "returnShippingFee": { - "$ref": "Price", - "description": "The return shipping fee that will apply to non free return reasons." - }, - "seasonalOverrides": { - "description": "An optional list of seasonal overrides.", - "items": { - "$ref": "ReturnPolicySeasonalOverride" - }, - "type": "array" - } - }, - "type": "object" - }, "ReturnPolicyOnline": { "description": "Return policy online object. This is currently used to represent return policies for ads and free listings programs.", "id": "ReturnPolicyOnline", @@ -13054,245 +12656,6 @@ }, "type": "object" }, - "ReturnPolicyPolicy": { - "id": "ReturnPolicyPolicy", - "properties": { - "lastReturnDate": { - "description": "Required. Last day for returning the items. In ISO 8601 format. When specifying the return window like this, set the policy type to \"lastReturnDate\". Use this for seasonal overrides only.", - "type": "string" - }, - "numberOfDays": { - "description": "The number of days items can be returned after delivery, where one day is defined to be 24 hours after the delivery timestamp. When specifying the return window like this, set the policy type to \"numberOfDaysAfterDelivery\". Acceptable values are 30, 45, 60, 90, 100, 180, 270 and 365 for the default policy. Additional policies further allow 14, 15, 21 and 28 days, but note that for most items a minimum of 30 days is required for returns. Exceptions may be made for electronics. A policy of less than 30 days can only be applied to those items.", - "format": "int64", - "type": "string" - }, - "type": { - "description": "Policy type. Use \"lastReturnDate\" for seasonal overrides only. Note that for most items a minimum of 30 days is required for returns. Exceptions may be made for electronics or non-returnable items such as food, perishables, and living things. A policy of less than 30 days can only be applied to those items. Acceptable values are: - \"`lastReturnDate`\" - \"`lifetimeReturns`\" - \"`noReturns`\" - \"`numberOfDaysAfterDelivery`\" ", - "type": "string" - } - }, - "type": "object" - }, - "ReturnPolicySeasonalOverride": { - "id": "ReturnPolicySeasonalOverride", - "properties": { - "endDate": { - "description": "Required. Last day on which the override applies. In ISO 8601 format.", - "type": "string" - }, - "name": { - "description": "Required. The name of the seasonal override as shown in Merchant Center.", - "type": "string" - }, - "policy": { - "$ref": "ReturnPolicyPolicy", - "description": "Required. The policy which is in effect during that time." - }, - "startDate": { - "description": "Required. First day on which the override applies. In ISO 8601 format.", - "type": "string" - } - }, - "type": "object" - }, - "ReturnaddressCustomBatchRequest": { - "id": "ReturnaddressCustomBatchRequest", - "properties": { - "entries": { - "description": "The request entries to be processed in the batch.", - "items": { - "$ref": "ReturnaddressCustomBatchRequestEntry" - }, - "type": "array" - } - }, - "type": "object" - }, - "ReturnaddressCustomBatchRequestEntry": { - "id": "ReturnaddressCustomBatchRequestEntry", - "properties": { - "batchId": { - "description": "An entry ID, unique within the batch request.", - "format": "uint32", - "type": "integer" - }, - "merchantId": { - "description": "The Merchant Center account ID.", - "format": "uint64", - "type": "string" - }, - "method": { - "description": "Method of the batch request entry. Acceptable values are: - \"`delete`\" - \"`get`\" - \"`insert`\" ", - "type": "string" - }, - "returnAddress": { - "$ref": "ReturnAddress", - "description": "The return address to submit. This should be set only if the method is `insert`." - }, - "returnAddressId": { - "description": "The return address ID. This should be set only if the method is `delete` or `get`.", - "type": "string" - } - }, - "type": "object" - }, - "ReturnaddressCustomBatchResponse": { - "id": "ReturnaddressCustomBatchResponse", - "properties": { - "entries": { - "description": "The result of the execution of the batch requests.", - "items": { - "$ref": "ReturnaddressCustomBatchResponseEntry" - }, - "type": "array" - }, - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnaddressCustomBatchResponse`\".", - "type": "string" - } - }, - "type": "object" - }, - "ReturnaddressCustomBatchResponseEntry": { - "id": "ReturnaddressCustomBatchResponseEntry", - "properties": { - "batchId": { - "description": "The ID of the request entry to which this entry responds.", - "format": "uint32", - "type": "integer" - }, - "errors": { - "$ref": "Errors", - "description": "A list of errors defined if, and only if, the request failed." - }, - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnaddressCustomBatchResponseEntry`\"", - "type": "string" - }, - "returnAddress": { - "$ref": "ReturnAddress", - "description": "The retrieved return address." - } - }, - "type": "object" - }, - "ReturnaddressListResponse": { - "id": "ReturnaddressListResponse", - "properties": { - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnaddressListResponse`\".", - "type": "string" - }, - "nextPageToken": { - "description": "The token for the retrieval of the next page of addresses.", - "type": "string" - }, - "resources": { - "items": { - "$ref": "ReturnAddress" - }, - "type": "array" - } - }, - "type": "object" - }, - "ReturnpolicyCustomBatchRequest": { - "id": "ReturnpolicyCustomBatchRequest", - "properties": { - "entries": { - "description": "The request entries to be processed in the batch.", - "items": { - "$ref": "ReturnpolicyCustomBatchRequestEntry" - }, - "type": "array" - } - }, - "type": "object" - }, - "ReturnpolicyCustomBatchRequestEntry": { - "id": "ReturnpolicyCustomBatchRequestEntry", - "properties": { - "batchId": { - "description": "An entry ID, unique within the batch request.", - "format": "uint32", - "type": "integer" - }, - "merchantId": { - "description": "The Merchant Center account ID.", - "format": "uint64", - "type": "string" - }, - "method": { - "description": "Method of the batch request entry. Acceptable values are: - \"`delete`\" - \"`get`\" - \"`insert`\" ", - "type": "string" - }, - "returnPolicy": { - "$ref": "ReturnPolicy", - "description": "The return policy to submit. This should be set only if the method is `insert`." - }, - "returnPolicyId": { - "description": "The return policy ID. This should be set only if the method is `delete` or `get`.", - "type": "string" - } - }, - "type": "object" - }, - "ReturnpolicyCustomBatchResponse": { - "id": "ReturnpolicyCustomBatchResponse", - "properties": { - "entries": { - "description": "The result of the execution of the batch requests.", - "items": { - "$ref": "ReturnpolicyCustomBatchResponseEntry" - }, - "type": "array" - }, - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnpolicyCustomBatchResponse`\".", - "type": "string" - } - }, - "type": "object" - }, - "ReturnpolicyCustomBatchResponseEntry": { - "id": "ReturnpolicyCustomBatchResponseEntry", - "properties": { - "batchId": { - "description": "The ID of the request entry to which this entry responds.", - "format": "uint32", - "type": "integer" - }, - "errors": { - "$ref": "Errors", - "description": "A list of errors defined if, and only if, the request failed." - }, - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnpolicyCustomBatchResponseEntry`\"", - "type": "string" - }, - "returnPolicy": { - "$ref": "ReturnPolicy", - "description": "The retrieved return policy." - } - }, - "type": "object" - }, - "ReturnpolicyListResponse": { - "id": "ReturnpolicyListResponse", - "properties": { - "kind": { - "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#returnpolicyListResponse`\".", - "type": "string" - }, - "resources": { - "items": { - "$ref": "ReturnPolicy" - }, - "type": "array" - } - }, - "type": "object" - }, "Row": { "id": "Row", "properties": { diff --git a/DiscoveryJson/datacatalog.v1.json b/DiscoveryJson/datacatalog.v1.json index e6dadffba16..b9cb4be20ee 100644 --- a/DiscoveryJson/datacatalog.v1.json +++ b/DiscoveryJson/datacatalog.v1.json @@ -1363,6 +1363,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2339,7 +2344,7 @@ } } }, - "revision": "20250720", + "revision": "20250928", "rootUrl": "https://datacatalog.googleapis.com/", "schemas": { "Binding": { @@ -4893,6 +4898,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/dataflow.v1b3.json b/DiscoveryJson/dataflow.v1b3.json index f5d53a2d041..46de632ef52 100644 --- a/DiscoveryJson/dataflow.v1b3.json +++ b/DiscoveryJson/dataflow.v1b3.json @@ -19,6 +19,36 @@ "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/dataflow", "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataflow.asia-south1.rep.googleapis.com/", @@ -29,11 +59,66 @@ "endpointUrl": "https://dataflow.asia-south2.rep.googleapis.com/", "location": "asia-south2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataflow.europe-west3.rep.googleapis.com/", "location": "europe-west3" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataflow.europe-west8.rep.googleapis.com/", @@ -44,11 +129,41 @@ "endpointUrl": "https://dataflow.europe-west9.rep.googleapis.com/", "location": "europe-west9" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataflow.me-central2.rep.googleapis.com/", "location": "me-central2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataflow.us-central1.rep.googleapis.com/", @@ -2260,7 +2375,7 @@ } } }, - "revision": "20250922", + "revision": "20251030", "rootUrl": "https://dataflow.googleapis.com/", "schemas": { "ApproximateProgress": { @@ -3372,7 +3487,7 @@ "description": "Properties of the object.", "type": "any" }, - "description": "A description of the process that generated the request.", + "description": "Optional. A description of the process that generated the request.", "type": "object" }, "version": { diff --git a/DiscoveryJson/dataform.v1.json b/DiscoveryJson/dataform.v1.json new file mode 100644 index 00000000000..61469356286 --- /dev/null +++ b/DiscoveryJson/dataform.v1.json @@ -0,0 +1,4950 @@ +{ + "auth": { + "oauth2": { + "scopes": { + "https://www.googleapis.com/auth/bigquery": { + "description": "View and manage your data in Google BigQuery and see the email address for your Google Account" + }, + "https://www.googleapis.com/auth/cloud-platform": { + "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." + } + } + } + }, + "basePath": "", + "baseUrl": "https://dataform.googleapis.com/", + "batchPath": "batch", + "description": "Service to develop, version control, and operationalize SQL pipelines in BigQuery.", + "discoveryVersion": "v1", + "documentationLink": "https://cloud.google.com/dataform/docs", + "fullyEncodeReservedExpansion": true, + "icons": { + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" + }, + "id": "dataform:v1", + "kind": "discovery#restDescription", + "mtlsRootUrl": "https://dataform.mtls.googleapis.com/", + "name": "dataform", + "ownerDomain": "google.com", + "ownerName": "Google", + "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, + "alt": { + "default": "json", + "description": "Data format for response.", + "enum": [ + "json", + "media", + "proto" + ], + "enumDescriptions": [ + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" + ], + "location": "query", + "type": "string" + }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, + "fields": { + "description": "Selector specifying which fields to include in a partial response.", + "location": "query", + "type": "string" + }, + "key": { + "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", + "location": "query", + "type": "string" + }, + "oauth_token": { + "description": "OAuth 2.0 token for the current user.", + "location": "query", + "type": "string" + }, + "prettyPrint": { + "default": "true", + "description": "Returns response with indentations and line breaks.", + "location": "query", + "type": "boolean" + }, + "quotaUser": { + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", + "location": "query", + "type": "string" + }, + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", + "location": "query", + "type": "string" + }, + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", + "location": "query", + "type": "string" + } + }, + "protocol": "rest", + "resources": { + "projects": { + "resources": { + "locations": { + "methods": { + "get": { + "description": "Gets information about a location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Resource name for the location.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Location" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getConfig": { + "description": "Get default config for a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/config", + "httpMethod": "GET", + "id": "dataform.projects.locations.getConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The config name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/config$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Config" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists information about the supported locations for this service.", + "flatPath": "v1/projects/{projectsId}/locations", + "httpMethod": "GET", + "id": "dataform.projects.locations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "extraLocationTypes": { + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", + "location": "query", + "repeated": true, + "type": "string" + }, + "filter": { + "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).", + "location": "query", + "type": "string" + }, + "name": { + "description": "The resource that owns the locations collection, if applicable.", + "location": "path", + "pattern": "^projects/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The maximum number of results to return. If not set, the service selects a default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}/locations", + "response": { + "$ref": "ListLocationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "updateConfig": { + "description": "Update default config for a given project and location. **Note:** *This method does not fully implement [AIP/134](https://google.aip.dev/134). The wildcard entry (\\*) is treated as a bad request, and when the `field_mask` is omitted, the request is treated as a full update on all modifiable fields.*", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/config", + "httpMethod": "PATCH", + "id": "dataform.projects.locations.updateConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The config name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/config$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. Specifies the fields to be updated in the config.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "Config" + }, + "response": { + "$ref": "Config" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "folders": { + "methods": { + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/folders/{foldersId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.folders.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/folders/{foldersId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.folders.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/folders/{foldersId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.folders.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "operations": { + "methods": { + "cancel": { + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", + "httpMethod": "POST", + "id": "dataform.projects.locations.operations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be cancelled.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "CancelOperationRequest" + }, + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", + "httpMethod": "DELETE", + "id": "dataform.projects.locations.operations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource to be deleted.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations", + "httpMethod": "GET", + "id": "dataform.projects.locations.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "The standard list page token.", + "location": "query", + "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" + } + }, + "path": "v1/{+name}/operations", + "response": { + "$ref": "ListOperationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "repositories": { + "methods": { + "commit": { + "description": "Applies a Git commit to a Repository. The Repository must not have a value for `git_remote_settings.url`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:commit", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.commit", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:commit", + "request": { + "$ref": "CommitRepositoryChangesRequest" + }, + "response": { + "$ref": "CommitRepositoryChangesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "computeAccessTokenStatus": { + "description": "Computes a Repository's Git access token status.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:computeAccessTokenStatus", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.computeAccessTokenStatus", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:computeAccessTokenStatus", + "response": { + "$ref": "ComputeRepositoryAccessTokenStatusResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a new Repository in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The location in which to create the repository. Must be in the format `projects/*/locations/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "repositoryId": { + "description": "Required. The ID to use for the repository, which will become the final component of the repository's resource name.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/repositories", + "request": { + "$ref": "Repository" + }, + "response": { + "$ref": "Repository" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}", + "httpMethod": "DELETE", + "id": "dataform.projects.locations.repositories.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "force": { + "description": "Optional. If set to true, child resources of this repository (compilation results and workflow invocations) will also be deleted. Otherwise, the request will only succeed if the repository has no child resources. **Note:** *This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail.*.", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchHistory": { + "description": "Fetches a Repository's history of commits. The Repository must not have a value for `git_remote_settings.url`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:fetchHistory", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.fetchHistory", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of commits to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `FetchRepositoryHistory` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchRepositoryHistory`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:fetchHistory", + "response": { + "$ref": "FetchRepositoryHistoryResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchRemoteBranches": { + "description": "Fetches a Repository's remote branches.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:fetchRemoteBranches", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.fetchRemoteBranches", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:fetchRemoteBranches", + "response": { + "$ref": "FetchRemoteBranchesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Fetches a single Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Repository" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Repositories in a given project and location. **Note:** *This method can return repositories not shown in the [Dataform UI](https://console.cloud.google.com/bigquery/dataform)*.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filter for the returned list.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. This field only supports ordering by `name`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of repositories to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `ListRepositories` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRepositories`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The location in which to list repositories. Must be in the format `projects/*/locations/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/repositories", + "response": { + "$ref": "ListRepositoriesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a single Repository. **Note:** *This method does not fully implement [AIP/134](https://google.aip.dev/134). The wildcard entry (\\*) is treated as a bad request, and when the `field_mask` is omitted, the request is treated as a full update on all modifiable fields.*", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}", + "httpMethod": "PATCH", + "id": "dataform.projects.locations.repositories.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "Repository" + }, + "response": { + "$ref": "Repository" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "queryDirectoryContents": { + "description": "Returns the contents of a given Repository directory. The Repository must not have a value for `git_remote_settings.url`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:queryDirectoryContents", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.queryDirectoryContents", + "parameterOrder": [ + "name" + ], + "parameters": { + "commitSha": { + "description": "Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.", + "location": "query", + "type": "string" + }, + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `QueryRepositoryDirectoryContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryRepositoryDirectoryContents`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "path": { + "description": "Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:queryDirectoryContents", + "response": { + "$ref": "QueryRepositoryDirectoryContentsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "readFile": { + "description": "Returns the contents of a file (inside a Repository). The Repository must not have a value for `git_remote_settings.url`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:readFile", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.readFile", + "parameterOrder": [ + "name" + ], + "parameters": { + "commitSha": { + "description": "Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.", + "location": "query", + "type": "string" + }, + "name": { + "description": "Required. The repository's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + }, + "path": { + "description": "Required. Full file path to read including filename, from repository root.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:readFile", + "response": { + "$ref": "ReadRepositoryFileResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "compilationResults": { + "methods": { + "create": { + "description": "Creates a new CompilationResult in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/compilationResults", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.compilationResults.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The repository in which to create the compilation result. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/compilationResults", + "request": { + "$ref": "CompilationResult" + }, + "response": { + "$ref": "CompilationResult" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Fetches a single CompilationResult.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/compilationResults/{compilationResultsId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.compilationResults.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The compilation result's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/compilationResults/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "CompilationResult" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists CompilationResults in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/compilationResults", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.compilationResults.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filter for the returned list.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. This field only supports ordering by `name` and `create_time`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `ListCompilationResults` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCompilationResults`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The repository in which to list compilation results. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/compilationResults", + "response": { + "$ref": "ListCompilationResultsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "query": { + "description": "Returns CompilationResultActions in a given CompilationResult.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/compilationResults/{compilationResultsId}:query", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.compilationResults.query", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "Optional. Optional filter for the returned list. Filtering is only currently supported on the `file_path` field.", + "location": "query", + "type": "string" + }, + "name": { + "description": "Required. The compilation result's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/compilationResults/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `QueryCompilationResultActions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryCompilationResultActions`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:query", + "response": { + "$ref": "QueryCompilationResultActionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "releaseConfigs": { + "methods": { + "create": { + "description": "Creates a new ReleaseConfig in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/releaseConfigs", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.releaseConfigs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The repository in which to create the release config. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + }, + "releaseConfigId": { + "description": "Required. The ID to use for the release config, which will become the final component of the release config's resource name.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/releaseConfigs", + "request": { + "$ref": "ReleaseConfig" + }, + "response": { + "$ref": "ReleaseConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single ReleaseConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/releaseConfigs/{releaseConfigsId}", + "httpMethod": "DELETE", + "id": "dataform.projects.locations.repositories.releaseConfigs.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The release config's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Fetches a single ReleaseConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/releaseConfigs/{releaseConfigsId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.releaseConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The release config's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "ReleaseConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists ReleaseConfigs in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/releaseConfigs", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.releaseConfigs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of release configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `ListReleaseConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReleaseConfigs`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The repository in which to list release configs. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/releaseConfigs", + "response": { + "$ref": "ListReleaseConfigsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a single ReleaseConfig. **Note:** *This method does not fully implement [AIP/134](https://google.aip.dev/134). The wildcard entry (\\*) is treated as a bad request, and when the `field_mask` is omitted, the request is treated as a full update on all modifiable fields.*", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/releaseConfigs/{releaseConfigsId}", + "httpMethod": "PATCH", + "id": "dataform.projects.locations.repositories.releaseConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The release config's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "ReleaseConfig" + }, + "response": { + "$ref": "ReleaseConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "workflowConfigs": { + "methods": { + "create": { + "description": "Creates a new WorkflowConfig in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workflowConfigs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The repository in which to create the workflow config. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + }, + "workflowConfigId": { + "description": "Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/workflowConfigs", + "request": { + "$ref": "WorkflowConfig" + }, + "response": { + "$ref": "WorkflowConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single WorkflowConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}", + "httpMethod": "DELETE", + "id": "dataform.projects.locations.repositories.workflowConfigs.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workflow config's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Fetches a single WorkflowConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workflowConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workflow config's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "WorkflowConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists WorkflowConfigs in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workflowConfigs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of workflow configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `ListWorkflowConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowConfigs`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The repository in which to list workflow configs. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/workflowConfigs", + "response": { + "$ref": "ListWorkflowConfigsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a single WorkflowConfig. **Note:** *This method does not fully implement [AIP/134](https://google.aip.dev/134). The wildcard entry (\\*) is treated as a bad request, and when the `field_mask` is omitted, the request is treated as a full update on all modifiable fields.*", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}", + "httpMethod": "PATCH", + "id": "dataform.projects.locations.repositories.workflowConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The workflow config's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "WorkflowConfig" + }, + "response": { + "$ref": "WorkflowConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "workflowInvocations": { + "methods": { + "cancel": { + "description": "Requests cancellation of a running WorkflowInvocation.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowInvocations/{workflowInvocationsId}:cancel", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workflowInvocations.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workflow invocation resource's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "CancelWorkflowInvocationRequest" + }, + "response": { + "$ref": "CancelWorkflowInvocationResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a new WorkflowInvocation in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowInvocations", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workflowInvocations.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The repository in which to create the workflow invocation. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/workflowInvocations", + "request": { + "$ref": "WorkflowInvocation" + }, + "response": { + "$ref": "WorkflowInvocation" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single WorkflowInvocation.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowInvocations/{workflowInvocationsId}", + "httpMethod": "DELETE", + "id": "dataform.projects.locations.repositories.workflowInvocations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workflow invocation resource's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Fetches a single WorkflowInvocation.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowInvocations/{workflowInvocationsId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workflowInvocations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workflow invocation resource's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "WorkflowInvocation" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists WorkflowInvocations in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowInvocations", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workflowInvocations.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filter for the returned list.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. This field only supports ordering by `name`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `ListWorkflowInvocations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowInvocations`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource of the WorkflowInvocation type. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/workflowInvocations", + "response": { + "$ref": "ListWorkflowInvocationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "query": { + "description": "Returns WorkflowInvocationActions in a given WorkflowInvocation.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowInvocations/{workflowInvocationsId}:query", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workflowInvocations.query", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workflow invocation's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `QueryWorkflowInvocationActions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryWorkflowInvocationActions`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:query", + "response": { + "$ref": "QueryWorkflowInvocationActionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "workspaces": { + "methods": { + "commit": { + "description": "Applies a Git commit for uncommitted files in a Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:commit", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.commit", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:commit", + "request": { + "$ref": "CommitWorkspaceChangesRequest" + }, + "response": { + "$ref": "CommitWorkspaceChangesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "create": { + "description": "Creates a new Workspace in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The repository in which to create the workspace. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + }, + "workspaceId": { + "description": "Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/workspaces", + "request": { + "$ref": "Workspace" + }, + "response": { + "$ref": "Workspace" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a single Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}", + "httpMethod": "DELETE", + "id": "dataform.projects.locations.repositories.workspaces.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace resource's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchFileDiff": { + "description": "Fetches Git diff for an uncommitted file in a Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:fetchFileDiff", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.fetchFileDiff", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "path": { + "description": "Required. The file's full path including filename, relative to the workspace root.", + "location": "query", + "type": "string" + }, + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:fetchFileDiff", + "response": { + "$ref": "FetchFileDiffResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchFileGitStatuses": { + "description": "Fetches Git statuses for the files in a Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:fetchFileGitStatuses", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.fetchFileGitStatuses", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:fetchFileGitStatuses", + "response": { + "$ref": "FetchFileGitStatusesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "fetchGitAheadBehind": { + "description": "Fetches Git ahead/behind against a remote branch.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:fetchGitAheadBehind", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.fetchGitAheadBehind", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + }, + "remoteBranch": { + "description": "Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}:fetchGitAheadBehind", + "response": { + "$ref": "FetchGitAheadBehindResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Fetches a single Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Workspace" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "installNpmPackages": { + "description": "Installs dependency NPM packages (inside a Workspace).", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:installNpmPackages", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.installNpmPackages", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:installNpmPackages", + "request": { + "$ref": "InstallNpmPackagesRequest" + }, + "response": { + "$ref": "InstallNpmPackagesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Workspaces in a given Repository.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filter for the returned list.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. This field only supports ordering by `name`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of workspaces to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `ListWorkspaces` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkspaces`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The repository in which to list workspaces. Must be in the format `projects/*/locations/*/repositories/*`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/workspaces", + "response": { + "$ref": "ListWorkspacesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "makeDirectory": { + "description": "Creates a directory inside a Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:makeDirectory", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.makeDirectory", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:makeDirectory", + "request": { + "$ref": "MakeDirectoryRequest" + }, + "response": { + "$ref": "MakeDirectoryResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "moveDirectory": { + "description": "Moves a directory (inside a Workspace), and all of its contents, to a new location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:moveDirectory", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.moveDirectory", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:moveDirectory", + "request": { + "$ref": "MoveDirectoryRequest" + }, + "response": { + "$ref": "MoveDirectoryResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "moveFile": { + "description": "Moves a file (inside a Workspace) to a new location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:moveFile", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.moveFile", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:moveFile", + "request": { + "$ref": "MoveFileRequest" + }, + "response": { + "$ref": "MoveFileResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "pull": { + "description": "Pulls Git commits from the Repository's remote into a Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:pull", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.pull", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:pull", + "request": { + "$ref": "PullGitCommitsRequest" + }, + "response": { + "$ref": "PullGitCommitsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "push": { + "description": "Pushes Git commits from a Workspace to the Repository's remote.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:push", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.push", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:push", + "request": { + "$ref": "PushGitCommitsRequest" + }, + "response": { + "$ref": "PushGitCommitsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "queryDirectoryContents": { + "description": "Returns the contents of a given Workspace directory.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:queryDirectoryContents", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.queryDirectoryContents", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `QueryDirectoryContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryDirectoryContents`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "path": { + "description": "Optional. The directory's full path including directory name, relative to the workspace root. If left unset, the workspace root is used.", + "location": "query", + "type": "string" + }, + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:queryDirectoryContents", + "response": { + "$ref": "QueryDirectoryContentsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "readFile": { + "description": "Returns the contents of a file (inside a Workspace).", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:readFile", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.readFile", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "path": { + "description": "Required. The file's full path including filename, relative to the workspace root.", + "location": "query", + "type": "string" + }, + "revision": { + "description": "Optional. The Git revision of the file to return. If left empty, the current contents of `path` will be returned.", + "location": "query", + "type": "string" + }, + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:readFile", + "response": { + "$ref": "ReadFileResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "removeDirectory": { + "description": "Deletes a directory (inside a Workspace) and all of its contents.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:removeDirectory", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.removeDirectory", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:removeDirectory", + "request": { + "$ref": "RemoveDirectoryRequest" + }, + "response": { + "$ref": "RemoveDirectoryResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "removeFile": { + "description": "Deletes a file (inside a Workspace).", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:removeFile", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.removeFile", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:removeFile", + "request": { + "$ref": "RemoveFileRequest" + }, + "response": { + "$ref": "RemoveFileResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "reset": { + "description": "Performs a Git reset for uncommitted files in a Workspace.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:reset", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.reset", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:reset", + "request": { + "$ref": "ResetWorkspaceChangesRequest" + }, + "response": { + "$ref": "ResetWorkspaceChangesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "searchFiles": { + "description": "Finds the contents of a given Workspace directory by filter.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:searchFiles", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.searchFiles", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "filter": { + "description": "Optional. Optional filter for the returned list in filtering format. Filtering is only currently supported on the `path` field. See https://google.aip.dev/160 for details.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of search results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Page token received from a previous `SearchFilesRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchFilesRequest`, with the exception of `page_size`, must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:searchFiles", + "response": { + "$ref": "SearchFilesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "writeFile": { + "description": "Writes to a file (inside a Workspace).", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:writeFile", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.writeFile", + "parameterOrder": [ + "workspace" + ], + "parameters": { + "workspace": { + "description": "Required. The workspace's name.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+workspace}:writeFile", + "request": { + "$ref": "WriteFileRequest" + }, + "response": { + "$ref": "WriteFileResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + }, + "teamFolders": { + "methods": { + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/teamFolders/{teamFoldersId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.teamFolders.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/teamFolders/{teamFoldersId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.teamFolders.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/teamFolders/{teamFoldersId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.teamFolders.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } + } + } + } + }, + "revision": "20251111", + "rootUrl": "https://dataform.googleapis.com/", + "schemas": { + "ActionErrorTable": { + "description": "Error table information, used to write error data into a BigQuery table.", + "id": "ActionErrorTable", + "properties": { + "retentionDays": { + "description": "Error table partition expiration in days. Only positive values are allowed.", + "format": "int32", + "type": "integer" + }, + "target": { + "$ref": "Target", + "description": "Error Table target." + } + }, + "type": "object" + }, + "ActionIncrementalLoadMode": { + "description": "Load definition for incremental load modes", + "id": "ActionIncrementalLoadMode", + "properties": { + "column": { + "description": "Column name for incremental load modes", + "type": "string" + } + }, + "type": "object" + }, + "ActionLoadConfig": { + "description": "Simplified load configuration for actions", + "id": "ActionLoadConfig", + "properties": { + "append": { + "$ref": "ActionSimpleLoadMode", + "description": "Append into destination table" + }, + "maximum": { + "$ref": "ActionIncrementalLoadMode", + "description": "Insert records where the value exceeds the previous maximum value for a column in the destination table" + }, + "replace": { + "$ref": "ActionSimpleLoadMode", + "description": "Replace destination table" + }, + "unique": { + "$ref": "ActionIncrementalLoadMode", + "description": "Insert records where the value of a column is not already present in the destination table" + } + }, + "type": "object" + }, + "ActionSimpleLoadMode": { + "description": "Simple load definition", + "id": "ActionSimpleLoadMode", + "properties": {}, + "type": "object" + }, + "ActionSqlDefinition": { + "description": "Definition of a SQL Data Preparation", + "id": "ActionSqlDefinition", + "properties": { + "errorTable": { + "$ref": "ActionErrorTable", + "description": "Error table configuration," + }, + "loadConfig": { + "$ref": "ActionLoadConfig", + "description": "Load configuration." + }, + "query": { + "description": "The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.", + "type": "string" + } + }, + "type": "object" + }, + "Assertion": { + "description": "Represents an assertion upon a SQL query which is required return zero rows.", + "id": "Assertion", + "properties": { + "dependencyTargets": { + "description": "A list of actions that this action depends on.", + "items": { + "$ref": "Target" + }, + "type": "array" + }, + "disabled": { + "description": "Whether this action is disabled (i.e. should not be run).", + "type": "boolean" + }, + "parentAction": { + "$ref": "Target", + "description": "The parent action of this assertion. Only set if this assertion was automatically generated." + }, + "relationDescriptor": { + "$ref": "RelationDescriptor", + "description": "Descriptor for the assertion's automatically-generated view and its columns." + }, + "selectQuery": { + "description": "The SELECT query which must return zero rows in order for this assertion to succeed.", + "type": "string" + }, + "tags": { + "description": "Arbitrary, user-defined tags on this action.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "BigQueryAction": { + "description": "Represents a workflow action that will run against BigQuery.", + "id": "BigQueryAction", + "properties": { + "jobId": { + "description": "Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.", + "readOnly": true, + "type": "string" + }, + "sqlScript": { + "description": "Output only. The generated BigQuery SQL script that will be executed.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Binding": { + "description": "Associates `members`, or principals, with a `role`.", + "id": "Binding", + "properties": { + "condition": { + "$ref": "Expr", + "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)." + }, + "members": { + "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "role": { + "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).", + "type": "string" + } + }, + "type": "object" + }, + "CancelOperationRequest": { + "description": "The request message for Operations.CancelOperation.", + "id": "CancelOperationRequest", + "properties": {}, + "type": "object" + }, + "CancelWorkflowInvocationRequest": { + "description": "`CancelWorkflowInvocation` request message.", + "id": "CancelWorkflowInvocationRequest", + "properties": {}, + "type": "object" + }, + "CancelWorkflowInvocationResponse": { + "description": "`CancelWorkflowInvocation` response message.", + "id": "CancelWorkflowInvocationResponse", + "properties": {}, + "type": "object" + }, + "CodeCompilationConfig": { + "description": "Configures various aspects of Dataform code compilation.", + "id": "CodeCompilationConfig", + "properties": { + "assertionSchema": { + "description": "Optional. The default schema (BigQuery dataset ID) for assertions.", + "type": "string" + }, + "builtinAssertionNamePrefix": { + "description": "Optional. The prefix to prepend to built-in assertion names.", + "type": "string" + }, + "databaseSuffix": { + "description": "Optional. The suffix that should be appended to all database (Google Cloud project ID) names.", + "type": "string" + }, + "defaultDatabase": { + "description": "Optional. The default database (Google Cloud project ID).", + "type": "string" + }, + "defaultLocation": { + "description": "Optional. The default BigQuery location to use. Defaults to \"US\". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.", + "type": "string" + }, + "defaultNotebookRuntimeOptions": { + "$ref": "NotebookRuntimeOptions", + "description": "Optional. The default notebook runtime options." + }, + "defaultSchema": { + "description": "Optional. The default schema (BigQuery dataset ID).", + "type": "string" + }, + "schemaSuffix": { + "description": "Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.", + "type": "string" + }, + "tablePrefix": { + "description": "Optional. The prefix that should be prepended to all table names.", + "type": "string" + }, + "vars": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. User-defined variables that are made available to project code during compilation.", + "type": "object" + } + }, + "type": "object" + }, + "ColumnDescriptor": { + "description": "Describes a column.", + "id": "ColumnDescriptor", + "properties": { + "bigqueryPolicyTags": { + "description": "A list of BigQuery policy tags that will be applied to the column.", + "items": { + "type": "string" + }, + "type": "array" + }, + "description": { + "description": "A textual description of the column.", + "type": "string" + }, + "path": { + "description": "The identifier for the column. Each entry in `path` represents one level of nesting.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "CommitAuthor": { + "description": "Represents the author of a Git commit.", + "id": "CommitAuthor", + "properties": { + "emailAddress": { + "description": "Required. The commit author's email address.", + "type": "string" + }, + "name": { + "description": "Required. The commit author's name.", + "type": "string" + } + }, + "type": "object" + }, + "CommitLogEntry": { + "description": "Represents a single commit log.", + "id": "CommitLogEntry", + "properties": { + "author": { + "$ref": "CommitAuthor", + "description": "The commit author for this commit log entry." + }, + "commitMessage": { + "description": "The commit message for this commit log entry.", + "type": "string" + }, + "commitSha": { + "description": "The commit SHA for this commit log entry.", + "type": "string" + }, + "commitTime": { + "description": "Commit timestamp.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "CommitMetadata": { + "description": "Represents a Dataform Git commit.", + "id": "CommitMetadata", + "properties": { + "author": { + "$ref": "CommitAuthor", + "description": "Required. The commit's author." + }, + "commitMessage": { + "description": "Optional. The commit's message.", + "type": "string" + } + }, + "type": "object" + }, + "CommitRepositoryChangesRequest": { + "description": "`CommitRepositoryChanges` request message.", + "id": "CommitRepositoryChangesRequest", + "properties": { + "commitMetadata": { + "$ref": "CommitMetadata", + "description": "Required. The changes to commit to the repository." + }, + "fileOperations": { + "additionalProperties": { + "$ref": "FileOperation" + }, + "description": "Optional. A map to the path of the file to the operation. The path is the full file path including filename, from repository root.", + "type": "object" + }, + "requiredHeadCommitSha": { + "description": "Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.", + "type": "string" + } + }, + "type": "object" + }, + "CommitRepositoryChangesResponse": { + "description": "`CommitRepositoryChanges` response message.", + "id": "CommitRepositoryChangesResponse", + "properties": { + "commitSha": { + "description": "The commit SHA of the current commit.", + "type": "string" + } + }, + "type": "object" + }, + "CommitWorkspaceChangesRequest": { + "description": "`CommitWorkspaceChanges` request message.", + "id": "CommitWorkspaceChangesRequest", + "properties": { + "author": { + "$ref": "CommitAuthor", + "description": "Required. The commit's author." + }, + "commitMessage": { + "description": "Optional. The commit's message.", + "type": "string" + }, + "paths": { + "description": "Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "CommitWorkspaceChangesResponse": { + "description": "`CommitWorkspaceChanges` response message.", + "id": "CommitWorkspaceChangesResponse", + "properties": {}, + "type": "object" + }, + "CompilationError": { + "description": "An error encountered when attempting to compile a Dataform project.", + "id": "CompilationError", + "properties": { + "actionTarget": { + "$ref": "Target", + "description": "Output only. The identifier of the action where this error occurred, if available.", + "readOnly": true + }, + "message": { + "description": "Output only. The error's top level message.", + "readOnly": true, + "type": "string" + }, + "path": { + "description": "Output only. The path of the file where this error occurred, if available, relative to the project root.", + "readOnly": true, + "type": "string" + }, + "stack": { + "description": "Output only. The error's full stack trace.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "CompilationResult": { + "description": "Represents the result of compiling a Dataform project.", + "id": "CompilationResult", + "properties": { + "codeCompilationConfig": { + "$ref": "CodeCompilationConfig", + "description": "Immutable. If set, fields of `code_compilation_config` override the default compilation settings that are specified in dataform.json." + }, + "compilationErrors": { + "description": "Output only. Errors encountered during project compilation.", + "items": { + "$ref": "CompilationError" + }, + "readOnly": true, + "type": "array" + }, + "createTime": { + "description": "Output only. The timestamp of when the compilation result was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "dataEncryptionState": { + "$ref": "DataEncryptionState", + "description": "Output only. Only set if the repository has a KMS Key.", + "readOnly": true + }, + "dataformCoreVersion": { + "description": "Output only. The version of `@dataform/core` that was used for compilation.", + "readOnly": true, + "type": "string" + }, + "gitCommitish": { + "description": "Immutable. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`", + "type": "string" + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Output only. The compilation result's name.", + "readOnly": true, + "type": "string" + }, + "releaseConfig": { + "description": "Immutable. The name of the release config to compile. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.", + "type": "string" + }, + "resolvedGitCommitSha": { + "description": "Output only. The fully resolved Git commit SHA of the code that was compiled. Not set for compilation results whose source is a workspace.", + "readOnly": true, + "type": "string" + }, + "workspace": { + "description": "Immutable. The name of the workspace to compile. Must be in the format `projects/*/locations/*/repositories/*/workspaces/*`.", + "type": "string" + } + }, + "type": "object" + }, + "CompilationResultAction": { + "description": "Represents a single Dataform action in a compilation result.", + "id": "CompilationResultAction", + "properties": { + "assertion": { + "$ref": "Assertion", + "description": "The assertion executed by this action." + }, + "canonicalTarget": { + "$ref": "Target", + "description": "The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result." + }, + "dataPreparation": { + "$ref": "DataPreparation", + "description": "The data preparation executed by this action." + }, + "declaration": { + "$ref": "Declaration", + "description": "The declaration declared by this action." + }, + "filePath": { + "description": "The full path including filename in which this action is located, relative to the workspace root.", + "type": "string" + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "notebook": { + "$ref": "Notebook", + "description": "The notebook executed by this action." + }, + "operations": { + "$ref": "Operations", + "description": "The database operations executed by this action." + }, + "relation": { + "$ref": "Relation", + "description": "The database relation created/updated by this action." + }, + "target": { + "$ref": "Target", + "description": "This action's identifier. Unique within the compilation result." + } + }, + "type": "object" + }, + "ComputeRepositoryAccessTokenStatusResponse": { + "description": "`ComputeRepositoryAccessTokenStatus` response message.", + "id": "ComputeRepositoryAccessTokenStatusResponse", + "properties": { + "tokenStatus": { + "description": "Indicates the status of the Git access token.", + "enum": [ + "TOKEN_STATUS_UNSPECIFIED", + "NOT_FOUND", + "INVALID", + "VALID" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it).", + "The token could not be used to authenticate against the Git remote.", + "The token was used successfully to authenticate against the Git remote." + ], + "type": "string" + } + }, + "type": "object" + }, + "Config": { + "description": "Config for all repositories in a given project and location.", + "id": "Config", + "properties": { + "defaultKmsKeyName": { + "description": "Optional. The default KMS key that is used if no encryption key is provided when a repository is created.", + "type": "string" + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Identifier. The config name.", + "type": "string" + } + }, + "type": "object" + }, + "DataEncryptionState": { + "description": "Describes encryption state of a resource.", + "id": "DataEncryptionState", + "properties": { + "kmsKeyVersionName": { + "description": "Required. The KMS key version name with which data of a resource is encrypted.", + "type": "string" + } + }, + "type": "object" + }, + "DataPreparation": { + "description": "Defines a compiled Data Preparation entity", + "id": "DataPreparation", + "properties": { + "contentsSql": { + "$ref": "SqlDefinition", + "description": "SQL definition for a Data Preparation. Contains a SQL query and additional context information." + }, + "contentsYaml": { + "description": "The data preparation definition, stored as a YAML string.", + "type": "string" + }, + "dependencyTargets": { + "description": "A list of actions that this action depends on.", + "items": { + "$ref": "Target" + }, + "type": "array" + }, + "disabled": { + "description": "Whether this action is disabled (i.e. should not be run).", + "type": "boolean" + }, + "tags": { + "description": "Arbitrary, user-defined tags on this action.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "DataPreparationAction": { + "description": "Represents a workflow action that will run a Data Preparation.", + "id": "DataPreparationAction", + "properties": { + "contentsSql": { + "$ref": "ActionSqlDefinition", + "description": "SQL definition for a Data Preparation. Contains a SQL query and additional context information." + }, + "contentsYaml": { + "description": "Output only. YAML representing the contents of the data preparation. Can be used to show the customer what the input was to their workflow.", + "readOnly": true, + "type": "string" + }, + "generatedSql": { + "description": "Output only. The generated BigQuery SQL script that will be executed. For reference only.", + "readOnly": true, + "type": "string" + }, + "jobId": { + "description": "Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Declaration": { + "description": "Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.", + "id": "Declaration", + "properties": { + "relationDescriptor": { + "$ref": "RelationDescriptor", + "description": "Descriptor for the relation and its columns. Used as documentation only, i.e. values here will result in no changes to the relation's metadata." + } + }, + "type": "object" + }, + "DeleteFile": { + "description": "Represents the delete file operation.", + "id": "DeleteFile", + "properties": {}, + "type": "object" + }, + "DirectoryEntry": { + "description": "Represents a single entry in a directory.", + "id": "DirectoryEntry", + "properties": { + "directory": { + "description": "A child directory in the directory.", + "type": "string" + }, + "file": { + "description": "A file in the directory.", + "type": "string" + } + }, + "type": "object" + }, + "DirectorySearchResult": { + "description": "Client-facing representation of a directory entry in search results.", + "id": "DirectorySearchResult", + "properties": { + "path": { + "description": "File system path relative to the workspace root.", + "type": "string" + } + }, + "type": "object" + }, + "Empty": { + "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", + "id": "Empty", + "properties": {}, + "type": "object" + }, + "ErrorTable": { + "description": "Error table information, used to write error data into a BigQuery table.", + "id": "ErrorTable", + "properties": { + "retentionDays": { + "description": "Error table partition expiration in days. Only positive values are allowed.", + "format": "int32", + "type": "integer" + }, + "target": { + "$ref": "Target", + "description": "Error Table target." + } + }, + "type": "object" + }, + "Expr": { + "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", + "id": "Expr", + "properties": { + "description": { + "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.", + "type": "string" + }, + "expression": { + "description": "Textual representation of an expression in Common Expression Language syntax.", + "type": "string" + }, + "location": { + "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.", + "type": "string" + }, + "title": { + "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.", + "type": "string" + } + }, + "type": "object" + }, + "FetchFileDiffResponse": { + "description": "`FetchFileDiff` response message.", + "id": "FetchFileDiffResponse", + "properties": { + "formattedDiff": { + "description": "The raw formatted Git diff for the file.", + "type": "string" + } + }, + "type": "object" + }, + "FetchFileGitStatusesResponse": { + "description": "`FetchFileGitStatuses` response message.", + "id": "FetchFileGitStatusesResponse", + "properties": { + "uncommittedFileChanges": { + "description": "A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.", + "items": { + "$ref": "UncommittedFileChange" + }, + "type": "array" + } + }, + "type": "object" + }, + "FetchGitAheadBehindResponse": { + "description": "`FetchGitAheadBehind` response message.", + "id": "FetchGitAheadBehindResponse", + "properties": { + "commitsAhead": { + "description": "The number of commits in the remote branch that are not in the workspace.", + "format": "int32", + "type": "integer" + }, + "commitsBehind": { + "description": "The number of commits in the workspace that are not in the remote branch.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "FetchRemoteBranchesResponse": { + "description": "`FetchRemoteBranches` response message.", + "id": "FetchRemoteBranchesResponse", + "properties": { + "branches": { + "description": "The remote repository's branch names.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "FetchRepositoryHistoryResponse": { + "description": "`FetchRepositoryHistory` response message.", + "id": "FetchRepositoryHistoryResponse", + "properties": { + "commits": { + "description": "A list of commit logs, ordered by 'git log' default order.", + "items": { + "$ref": "CommitLogEntry" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "FileOperation": { + "description": "Represents a single file operation to the repository.", + "id": "FileOperation", + "properties": { + "deleteFile": { + "$ref": "DeleteFile", + "description": "Represents the delete operation." + }, + "writeFile": { + "$ref": "WriteFile", + "description": "Represents the write operation." + } + }, + "type": "object" + }, + "FileSearchResult": { + "description": "Client-facing representation of a file entry in search results.", + "id": "FileSearchResult", + "properties": { + "path": { + "description": "File system path relative to the workspace root.", + "type": "string" + } + }, + "type": "object" + }, + "GitRemoteSettings": { + "description": "Controls Git remote configuration for a repository.", + "id": "GitRemoteSettings", + "properties": { + "authenticationTokenSecretVersion": { + "description": "Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.", + "type": "string" + }, + "defaultBranch": { + "description": "Required. The Git remote's default branch name.", + "type": "string" + }, + "sshAuthenticationConfig": { + "$ref": "SshAuthenticationConfig", + "description": "Optional. Authentication fields for remote uris using SSH protocol." + }, + "tokenStatus": { + "deprecated": true, + "description": "Output only. Deprecated: The field does not contain any token status information.", + "enum": [ + "TOKEN_STATUS_UNSPECIFIED", + "NOT_FOUND", + "INVALID", + "VALID" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The token could not be found in Secret Manager (or the Dataform Service Account did not have permission to access it).", + "The token could not be used to authenticate against the Git remote.", + "The token was used successfully to authenticate against the Git remote." + ], + "readOnly": true, + "type": "string" + }, + "url": { + "description": "Required. The Git remote's URL.", + "type": "string" + } + }, + "type": "object" + }, + "IamPolicyOverrideView": { + "description": "Contains metadata about the IAM policy override for a given Dataform resource. If is_active is true, this the policy encoded in iam_policy_name is the source of truth for this resource. Will be provided in internal ESV2 views for: Workspaces, Repositories, Folders, TeamFolders.", + "id": "IamPolicyOverrideView", + "properties": { + "iamPolicyName": { + "$ref": "PolicyName", + "description": "The IAM policy name for the resource." + }, + "isActive": { + "description": "Whether the IAM policy encoded in this view is active.", + "type": "boolean" + } + }, + "type": "object" + }, + "IncrementalLoadMode": { + "description": "Load definition for incremental load modes", + "id": "IncrementalLoadMode", + "properties": { + "column": { + "description": "Column name for incremental load modes", + "type": "string" + } + }, + "type": "object" + }, + "IncrementalTableConfig": { + "description": "Contains settings for relations of type `INCREMENTAL_TABLE`.", + "id": "IncrementalTableConfig", + "properties": { + "incrementalPostOperations": { + "description": "SQL statements to be executed after inserting new rows into the relation.", + "items": { + "type": "string" + }, + "type": "array" + }, + "incrementalPreOperations": { + "description": "SQL statements to be executed before inserting new rows into the relation.", + "items": { + "type": "string" + }, + "type": "array" + }, + "incrementalSelectQuery": { + "description": "The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.", + "type": "string" + }, + "refreshDisabled": { + "description": "Whether this table should be protected from being refreshed.", + "type": "boolean" + }, + "uniqueKeyParts": { + "description": "A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.", + "items": { + "type": "string" + }, + "type": "array" + }, + "updatePartitionFilter": { + "description": "A SQL expression conditional used to limit the set of existing rows considered for a merge operation (see `unique_key_parts` for more information).", + "type": "string" + } + }, + "type": "object" + }, + "InstallNpmPackagesRequest": { + "description": "`InstallNpmPackages` request message.", + "id": "InstallNpmPackagesRequest", + "properties": {}, + "type": "object" + }, + "InstallNpmPackagesResponse": { + "description": "`InstallNpmPackages` response message.", + "id": "InstallNpmPackagesResponse", + "properties": {}, + "type": "object" + }, + "Interval": { + "description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.", + "id": "Interval", + "properties": { + "endTime": { + "description": "Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.", + "format": "google-datetime", + "type": "string" + }, + "startTime": { + "description": "Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "InvocationConfig": { + "description": "Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included.", + "id": "InvocationConfig", + "properties": { + "fullyRefreshIncrementalTablesEnabled": { + "description": "Optional. When set to true, any incremental tables will be fully refreshed.", + "type": "boolean" + }, + "includedTags": { + "description": "Optional. The set of tags to include.", + "items": { + "type": "string" + }, + "type": "array" + }, + "includedTargets": { + "description": "Optional. The set of action identifiers to include.", + "items": { + "$ref": "Target" + }, + "type": "array" + }, + "queryPriority": { + "description": "Optional. Specifies the priority for query execution in BigQuery. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.", + "enum": [ + "QUERY_PRIORITY_UNSPECIFIED", + "INTERACTIVE", + "BATCH" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "Query will be executed in BigQuery with interactive priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.", + "Query will be executed in BigQuery with batch priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries." + ], + "type": "string" + }, + "serviceAccount": { + "description": "Optional. The service account to run workflow invocations under.", + "type": "string" + }, + "transitiveDependenciesIncluded": { + "description": "Optional. When set to true, transitive dependencies of included actions will be executed.", + "type": "boolean" + }, + "transitiveDependentsIncluded": { + "description": "Optional. When set to true, transitive dependents of included actions will be executed.", + "type": "boolean" + } + }, + "type": "object" + }, + "ListCompilationResultsResponse": { + "description": "`ListCompilationResults` response message.", + "id": "ListCompilationResultsResponse", + "properties": { + "compilationResults": { + "description": "List of compilation results.", + "items": { + "$ref": "CompilationResult" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "unreachable": { + "description": "Locations which could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListLocationsResponse": { + "description": "The response message for Locations.ListLocations.", + "id": "ListLocationsResponse", + "properties": { + "locations": { + "description": "A list of locations that matches the specified filter in the request.", + "items": { + "$ref": "Location" + }, + "type": "array" + }, + "nextPageToken": { + "description": "The standard List next-page token.", + "type": "string" + } + }, + "type": "object" + }, + "ListOperationsResponse": { + "description": "The response message for Operations.ListOperations.", + "id": "ListOperationsResponse", + "properties": { + "nextPageToken": { + "description": "The standard List next-page token.", + "type": "string" + }, + "operations": { + "description": "A list of operations that matches the specified filter in the request.", + "items": { + "$ref": "Operation" + }, + "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListReleaseConfigsResponse": { + "description": "`ListReleaseConfigs` response message.", + "id": "ListReleaseConfigsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "releaseConfigs": { + "description": "List of release configs.", + "items": { + "$ref": "ReleaseConfig" + }, + "type": "array" + }, + "unreachable": { + "description": "Locations which could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListRepositoriesResponse": { + "description": "`ListRepositories` response message.", + "id": "ListRepositoriesResponse", + "properties": { + "nextPageToken": { + "description": "A token which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "repositories": { + "description": "List of repositories.", + "items": { + "$ref": "Repository" + }, + "type": "array" + }, + "unreachable": { + "description": "Locations which could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListWorkflowConfigsResponse": { + "description": "`ListWorkflowConfigs` response message.", + "id": "ListWorkflowConfigsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "unreachable": { + "description": "Locations which could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + }, + "workflowConfigs": { + "description": "List of workflow configs.", + "items": { + "$ref": "WorkflowConfig" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListWorkflowInvocationsResponse": { + "description": "`ListWorkflowInvocations` response message.", + "id": "ListWorkflowInvocationsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "unreachable": { + "description": "Locations which could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + }, + "workflowInvocations": { + "description": "List of workflow invocations.", + "items": { + "$ref": "WorkflowInvocation" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListWorkspacesResponse": { + "description": "`ListWorkspaces` response message.", + "id": "ListWorkspacesResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "unreachable": { + "description": "Locations which could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + }, + "workspaces": { + "description": "List of workspaces.", + "items": { + "$ref": "Workspace" + }, + "type": "array" + } + }, + "type": "object" + }, + "LoadConfig": { + "description": "Simplified load configuration for actions", + "id": "LoadConfig", + "properties": { + "append": { + "$ref": "SimpleLoadMode", + "description": "Append into destination table" + }, + "maximum": { + "$ref": "IncrementalLoadMode", + "description": "Insert records where the value exceeds the previous maximum value for a column in the destination table" + }, + "replace": { + "$ref": "SimpleLoadMode", + "description": "Replace destination table" + }, + "unique": { + "$ref": "IncrementalLoadMode", + "description": "Insert records where the value of a column is not already present in the destination table" + } + }, + "type": "object" + }, + "Location": { + "description": "A resource that represents a Google Cloud location.", + "id": "Location", + "properties": { + "displayName": { + "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".", + "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}", + "type": "object" + }, + "locationId": { + "description": "The canonical id for this location. For example: `\"us-east1\"`.", + "type": "string" + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "Service-specific metadata. For example the available capacity at the given location.", + "type": "object" + }, + "name": { + "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`", + "type": "string" + } + }, + "type": "object" + }, + "MakeDirectoryRequest": { + "description": "`MakeDirectory` request message.", + "id": "MakeDirectoryRequest", + "properties": { + "path": { + "description": "Required. The directory's full path including directory name, relative to the workspace root.", + "type": "string" + } + }, + "type": "object" + }, + "MakeDirectoryResponse": { + "description": "`MakeDirectory` response message.", + "id": "MakeDirectoryResponse", + "properties": {}, + "type": "object" + }, + "MoveDirectoryRequest": { + "description": "`MoveDirectory` request message.", + "id": "MoveDirectoryRequest", + "properties": { + "newPath": { + "description": "Required. The new path for the directory including directory name, rooted at workspace root.", + "type": "string" + }, + "path": { + "description": "Required. The directory's full path including directory name, relative to the workspace root.", + "type": "string" + } + }, + "type": "object" + }, + "MoveDirectoryResponse": { + "description": "`MoveDirectory` response message.", + "id": "MoveDirectoryResponse", + "properties": {}, + "type": "object" + }, + "MoveFileRequest": { + "description": "`MoveFile` request message.", + "id": "MoveFileRequest", + "properties": { + "newPath": { + "description": "Required. The file's new path including filename, relative to the workspace root.", + "type": "string" + }, + "path": { + "description": "Required. The file's full path including filename, relative to the workspace root.", + "type": "string" + } + }, + "type": "object" + }, + "MoveFileResponse": { + "description": "`MoveFile` response message.", + "id": "MoveFileResponse", + "properties": {}, + "type": "object" + }, + "Notebook": { + "description": "Represents a notebook.", + "id": "Notebook", + "properties": { + "contents": { + "description": "The contents of the notebook.", + "type": "string" + }, + "dependencyTargets": { + "description": "A list of actions that this action depends on.", + "items": { + "$ref": "Target" + }, + "type": "array" + }, + "disabled": { + "description": "Whether this action is disabled (i.e. should not be run).", + "type": "boolean" + }, + "tags": { + "description": "Arbitrary, user-defined tags on this action.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "NotebookAction": { + "description": "Represents a workflow action that will run against a Notebook runtime.", + "id": "NotebookAction", + "properties": { + "contents": { + "description": "Output only. The code contents of a Notebook to be run.", + "readOnly": true, + "type": "string" + }, + "jobId": { + "description": "Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in Google Cloud Storage buckets. Only set once the job has started to run.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "NotebookRuntimeOptions": { + "description": "Configures various aspects of Dataform notebook runtime.", + "id": "NotebookRuntimeOptions", + "properties": { + "aiPlatformNotebookRuntimeTemplate": { + "description": "Optional. The resource name of the [Colab runtime template] (https://cloud.google.com/colab/docs/runtimes), from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.", + "type": "string" + }, + "gcsOutputBucket": { + "description": "Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-name`.", + "type": "string" + } + }, + "type": "object" + }, + "Operation": { + "description": "This resource represents a long-running operation that is the result of a network API call.", + "id": "Operation", + "properties": { + "done": { + "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", + "type": "boolean" + }, + "error": { + "$ref": "Status", + "description": "The error result of the operation in case of failure or cancellation." + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", + "type": "object" + }, + "name": { + "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", + "type": "string" + }, + "response": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", + "type": "object" + } + }, + "type": "object" + }, + "OperationMetadata": { + "description": "Represents the metadata of the long-running operation.", + "id": "OperationMetadata", + "properties": { + "apiVersion": { + "description": "Output only. API version used to start the operation.", + "readOnly": true, + "type": "string" + }, + "cancelRequested": { + "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", + "readOnly": true, + "type": "boolean" + }, + "createTime": { + "description": "Output only. The time the operation was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "endTime": { + "description": "Output only. The time the operation finished running.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "statusDetail": { + "description": "Output only. Human-readable status of the operation, if any.", + "readOnly": true, + "type": "string" + }, + "target": { + "description": "Output only. Server-defined resource path for the target of the operation.", + "readOnly": true, + "type": "string" + }, + "verb": { + "description": "Output only. Name of the verb executed by the operation.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Operations": { + "description": "Represents a list of arbitrary database operations.", + "id": "Operations", + "properties": { + "dependencyTargets": { + "description": "A list of actions that this action depends on.", + "items": { + "$ref": "Target" + }, + "type": "array" + }, + "disabled": { + "description": "Whether this action is disabled (i.e. should not be run).", + "type": "boolean" + }, + "hasOutput": { + "description": "Whether these operations produce an output relation.", + "type": "boolean" + }, + "queries": { + "description": "A list of arbitrary SQL statements that will be executed without alteration.", + "items": { + "type": "string" + }, + "type": "array" + }, + "relationDescriptor": { + "$ref": "RelationDescriptor", + "description": "Descriptor for any output relation and its columns. Only set if `has_output` is true." + }, + "tags": { + "description": "Arbitrary, user-defined tags on this action.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "Policy": { + "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).", + "id": "Policy", + "properties": { + "bindings": { + "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.", + "items": { + "$ref": "Binding" + }, + "type": "array" + }, + "etag": { + "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.", + "format": "byte", + "type": "string" + }, + "version": { + "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "PolicyName": { + "description": "An internal name for an IAM policy, based on the resource to which the policy applies. Not to be confused with a resource's external full resource name. For more information on this distinction, see go/iam-full-resource-names.", + "id": "PolicyName", + "properties": { + "id": { + "description": "Identifies an instance of the type. ID format varies by type. The ID format is defined in the IAM .service file that defines the type, either in path_mapping or in a comment.", + "type": "string" + }, + "region": { + "description": "For Cloud IAM: The location of the Policy. Must be empty or \"global\" for Policies owned by global IAM. Must name a region from prodspec/cloud-iam-cloudspec for Regional IAM Policies, see go/iam-faq#where-is-iam-currently-deployed. For Local IAM: This field should be set to \"local\".", + "type": "string" + }, + "type": { + "description": "Resource type. Types are defined in IAM's .service files. Valid values for type might be 'storage_buckets', 'compute_instances', 'resourcemanager_customers', 'billing_accounts', etc.", + "type": "string" + } + }, + "type": "object" + }, + "PullGitCommitsRequest": { + "description": "`PullGitCommits` request message.", + "id": "PullGitCommitsRequest", + "properties": { + "author": { + "$ref": "CommitAuthor", + "description": "Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace." + }, + "remoteBranch": { + "description": "Optional. The name of the branch in the Git remote from which to pull commits. If left unset, the repository's default branch name will be used.", + "type": "string" + } + }, + "type": "object" + }, + "PullGitCommitsResponse": { + "description": "`PullGitCommits` response message.", + "id": "PullGitCommitsResponse", + "properties": {}, + "type": "object" + }, + "PushGitCommitsRequest": { + "description": "`PushGitCommits` request message.", + "id": "PushGitCommitsRequest", + "properties": { + "remoteBranch": { + "description": "Optional. The name of the branch in the Git remote to which commits should be pushed. If left unset, the repository's default branch name will be used.", + "type": "string" + } + }, + "type": "object" + }, + "PushGitCommitsResponse": { + "description": "`PushGitCommits` response message.", + "id": "PushGitCommitsResponse", + "properties": {}, + "type": "object" + }, + "QueryCompilationResultActionsResponse": { + "description": "`QueryCompilationResultActions` response message.", + "id": "QueryCompilationResultActionsResponse", + "properties": { + "compilationResultActions": { + "description": "List of compilation result actions.", + "items": { + "$ref": "CompilationResultAction" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "QueryDirectoryContentsResponse": { + "description": "`QueryDirectoryContents` response message.", + "id": "QueryDirectoryContentsResponse", + "properties": { + "directoryEntries": { + "description": "List of entries in the directory.", + "items": { + "$ref": "DirectoryEntry" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "QueryRepositoryDirectoryContentsResponse": { + "description": "`QueryRepositoryDirectoryContents` response message.", + "id": "QueryRepositoryDirectoryContentsResponse", + "properties": { + "directoryEntries": { + "description": "List of entries in the directory.", + "items": { + "$ref": "DirectoryEntry" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "QueryWorkflowInvocationActionsResponse": { + "description": "`QueryWorkflowInvocationActions` response message.", + "id": "QueryWorkflowInvocationActionsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "workflowInvocationActions": { + "description": "List of workflow invocation actions.", + "items": { + "$ref": "WorkflowInvocationAction" + }, + "type": "array" + } + }, + "type": "object" + }, + "ReadFileResponse": { + "description": "`ReadFile` response message.", + "id": "ReadFileResponse", + "properties": { + "fileContents": { + "description": "The file's contents.", + "format": "byte", + "type": "string" + } + }, + "type": "object" + }, + "ReadRepositoryFileResponse": { + "description": "`ReadRepositoryFile` response message.", + "id": "ReadRepositoryFileResponse", + "properties": { + "contents": { + "description": "The file's contents.", + "format": "byte", + "type": "string" + } + }, + "type": "object" + }, + "Relation": { + "description": "Represents a database relation.", + "id": "Relation", + "properties": { + "additionalOptions": { + "additionalProperties": { + "type": "string" + }, + "description": "Additional options that will be provided as key/value pairs into the options clause of a create table/view statement. See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for more information on which options are supported.", + "type": "object" + }, + "clusterExpressions": { + "description": "A list of columns or SQL expressions used to cluster the table.", + "items": { + "type": "string" + }, + "type": "array" + }, + "connection": { + "description": "Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}\", or be set to DEFAULT.", + "type": "string" + }, + "dependencyTargets": { + "description": "A list of actions that this action depends on.", + "items": { + "$ref": "Target" + }, + "type": "array" + }, + "disabled": { + "description": "Whether this action is disabled (i.e. should not be run).", + "type": "boolean" + }, + "fileFormat": { + "description": "Optional. The file format for the BigQuery table.", + "enum": [ + "FILE_FORMAT_UNSPECIFIED", + "PARQUET" + ], + "enumDescriptions": [ + "Default value.", + "Apache Parquet format." + ], + "type": "string" + }, + "incrementalTableConfig": { + "$ref": "IncrementalTableConfig", + "description": "Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is `INCREMENTAL_TABLE`." + }, + "partitionExpirationDays": { + "description": "Sets the partition expiration in days.", + "format": "int32", + "type": "integer" + }, + "partitionExpression": { + "description": "The SQL expression used to partition the relation.", + "type": "string" + }, + "postOperations": { + "description": "SQL statements to be executed after creating the relation.", + "items": { + "type": "string" + }, + "type": "array" + }, + "preOperations": { + "description": "SQL statements to be executed before creating the relation.", + "items": { + "type": "string" + }, + "type": "array" + }, + "relationDescriptor": { + "$ref": "RelationDescriptor", + "description": "Descriptor for the relation and its columns." + }, + "relationType": { + "description": "The type of this relation.", + "enum": [ + "RELATION_TYPE_UNSPECIFIED", + "TABLE", + "VIEW", + "INCREMENTAL_TABLE", + "MATERIALIZED_VIEW" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The relation is a table.", + "The relation is a view.", + "The relation is an incrementalized table.", + "The relation is a materialized view." + ], + "type": "string" + }, + "requirePartitionFilter": { + "description": "Specifies whether queries on this table must include a predicate filter that filters on the partitioning column.", + "type": "boolean" + }, + "selectQuery": { + "description": "The SELECT query which returns rows which this relation should contain.", + "type": "string" + }, + "storageUri": { + "description": "Optional. The fully qualified location prefix of the external folder where table data is stored. The URI should be in the format `gs://bucket/path_to_table/`.", + "type": "string" + }, + "tableFormat": { + "description": "Optional. The table format for the BigQuery table.", + "enum": [ + "TABLE_FORMAT_UNSPECIFIED", + "ICEBERG" + ], + "enumDescriptions": [ + "Default value.", + "Apache Iceberg format." + ], + "type": "string" + }, + "tags": { + "description": "Arbitrary, user-defined tags on this action.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "RelationDescriptor": { + "description": "Describes a relation and its columns.", + "id": "RelationDescriptor", + "properties": { + "bigqueryLabels": { + "additionalProperties": { + "type": "string" + }, + "description": "A set of BigQuery labels that should be applied to the relation.", + "type": "object" + }, + "columns": { + "description": "A list of descriptions of columns within the relation.", + "items": { + "$ref": "ColumnDescriptor" + }, + "type": "array" + }, + "description": { + "description": "A text description of the relation.", + "type": "string" + } + }, + "type": "object" + }, + "ReleaseConfig": { + "description": "Represents a Dataform release configuration.", + "id": "ReleaseConfig", + "properties": { + "codeCompilationConfig": { + "$ref": "CodeCompilationConfig", + "description": "Optional. If set, fields of `code_compilation_config` override the default compilation settings that are specified in dataform.json." + }, + "cronSchedule": { + "description": "Optional. Optional schedule (in cron format) for automatic creation of compilation results.", + "type": "string" + }, + "disabled": { + "description": "Optional. Disables automatic creation of compilation results.", + "type": "boolean" + }, + "gitCommitish": { + "description": "Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1`", + "type": "string" + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Identifier. The release config's name.", + "type": "string" + }, + "recentScheduledReleaseRecords": { + "description": "Output only. Records of the 10 most recent scheduled release attempts, ordered in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.", + "items": { + "$ref": "ScheduledReleaseRecord" + }, + "readOnly": true, + "type": "array" + }, + "releaseCompilationResult": { + "description": "Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is automatically created from this release config (using cron_schedule), or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.", + "type": "string" + }, + "timeZone": { + "description": "Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.", + "type": "string" + } + }, + "type": "object" + }, + "RemoveDirectoryRequest": { + "description": "`RemoveDirectory` request message.", + "id": "RemoveDirectoryRequest", + "properties": { + "path": { + "description": "Required. The directory's full path including directory name, relative to the workspace root.", + "type": "string" + } + }, + "type": "object" + }, + "RemoveDirectoryResponse": { + "description": "`RemoveDirectory` response message.", + "id": "RemoveDirectoryResponse", + "properties": {}, + "type": "object" + }, + "RemoveFileRequest": { + "description": "`RemoveFile` request message.", + "id": "RemoveFileRequest", + "properties": { + "path": { + "description": "Required. The file's full path including filename, relative to the workspace root.", + "type": "string" + } + }, + "type": "object" + }, + "RemoveFileResponse": { + "description": "`RemoveFile` response message.", + "id": "RemoveFileResponse", + "properties": {}, + "type": "object" + }, + "Repository": { + "description": "Represents a Dataform Git repository.", + "id": "Repository", + "properties": { + "createTime": { + "description": "Output only. The timestamp of when the repository was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "dataEncryptionState": { + "$ref": "DataEncryptionState", + "description": "Output only. A data encryption state of a Git repository if this Repository is protected by a KMS key.", + "readOnly": true + }, + "displayName": { + "description": "Optional. The repository's user-friendly name.", + "type": "string" + }, + "gitRemoteSettings": { + "$ref": "GitRemoteSettings", + "description": "Optional. If set, configures this repository to be linked to a Git remote." + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "kmsKeyName": { + "description": "Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user data in the repository and all child resources. It is not possible to add or update the encryption key after the repository is created. Example: `projects/{kms_project}/locations/{location}/keyRings/{key_location}/cryptoKeys/{key}`", + "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Repository user labels.", + "type": "object" + }, + "name": { + "description": "Identifier. The repository's name.", + "type": "string" + }, + "npmrcEnvironmentVariablesSecretVersion": { + "description": "Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file itself must be in a JSON format.", + "type": "string" + }, + "serviceAccount": { + "description": "Optional. The service account to run workflow invocations under.", + "type": "string" + }, + "setAuthenticatedUserAdmin": { + "description": "Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role on the created repository.", + "type": "boolean" + }, + "workspaceCompilationOverrides": { + "$ref": "WorkspaceCompilationOverrides", + "description": "Optional. If set, fields of `workspace_compilation_overrides` override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results. See documentation for `WorkspaceCompilationOverrides` for more information." + } + }, + "type": "object" + }, + "ResetWorkspaceChangesRequest": { + "description": "`ResetWorkspaceChanges` request message.", + "id": "ResetWorkspaceChangesRequest", + "properties": { + "clean": { + "description": "Optional. If set to true, untracked files will be deleted.", + "type": "boolean" + }, + "paths": { + "description": "Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "ResetWorkspaceChangesResponse": { + "description": "`ResetWorkspaceChanges` response message.", + "id": "ResetWorkspaceChangesResponse", + "properties": {}, + "type": "object" + }, + "ScheduledExecutionRecord": { + "description": "A record of an attempt to create a workflow invocation for this workflow config.", + "id": "ScheduledExecutionRecord", + "properties": { + "errorStatus": { + "$ref": "Status", + "description": "The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful." + }, + "executionTime": { + "description": "Output only. The timestamp of this execution attempt.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "workflowInvocation": { + "description": "The name of the created workflow invocation, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/workflowInvocations/*`.", + "type": "string" + } + }, + "type": "object" + }, + "ScheduledReleaseRecord": { + "description": "A record of an attempt to create a compilation result for this release config.", + "id": "ScheduledReleaseRecord", + "properties": { + "compilationResult": { + "description": "The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.", + "type": "string" + }, + "errorStatus": { + "$ref": "Status", + "description": "The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful." + }, + "releaseTime": { + "description": "Output only. The timestamp of this release attempt.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "SearchFilesResponse": { + "description": "Client-facing representation of a file search response.", + "id": "SearchFilesResponse", + "properties": { + "nextPageToken": { + "description": "Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "searchResults": { + "description": "List of matched results.", + "items": { + "$ref": "SearchResult" + }, + "type": "array" + } + }, + "type": "object" + }, + "SearchResult": { + "description": "Client-facing representation of a search result entry.", + "id": "SearchResult", + "properties": { + "directory": { + "$ref": "DirectorySearchResult", + "description": "Details when search result is a directory." + }, + "file": { + "$ref": "FileSearchResult", + "description": "Details when search result is a file." + } + }, + "type": "object" + }, + "SetIamPolicyRequest": { + "description": "Request message for `SetIamPolicy` method.", + "id": "SetIamPolicyRequest", + "properties": { + "policy": { + "$ref": "Policy", + "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them." + } + }, + "type": "object" + }, + "SimpleLoadMode": { + "description": "Simple load definition", + "id": "SimpleLoadMode", + "properties": {}, + "type": "object" + }, + "SqlDefinition": { + "description": "Definition of a SQL Data Preparation", + "id": "SqlDefinition", + "properties": { + "errorTable": { + "$ref": "ErrorTable", + "description": "Error table configuration," + }, + "load": { + "$ref": "LoadConfig", + "description": "Load configuration." + }, + "query": { + "description": "The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.", + "type": "string" + } + }, + "type": "object" + }, + "SshAuthenticationConfig": { + "description": "Configures fields for performing SSH authentication.", + "id": "SshAuthenticationConfig", + "properties": { + "hostPublicKey": { + "description": "Required. Content of a public SSH key to verify an identity of a remote Git host.", + "type": "string" + }, + "userPrivateKeySecretVersion": { + "description": "Required. The name of the Secret Manager secret version to use as a ssh private key for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.", + "type": "string" + } + }, + "type": "object" + }, + "Status": { + "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", + "id": "Status", + "properties": { + "code": { + "description": "The status code, which should be an enum value of google.rpc.Code.", + "format": "int32", + "type": "integer" + }, + "details": { + "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", + "items": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", + "type": "string" + } + }, + "type": "object" + }, + "Target": { + "description": "Represents an action identifier. If the action writes output, the output will be written to the referenced database object.", + "id": "Target", + "properties": { + "database": { + "description": "Optional. The action's database (Google Cloud project ID) .", + "type": "string" + }, + "name": { + "description": "Optional. The action's name, within `database` and `schema`.", + "type": "string" + }, + "schema": { + "description": "Optional. The action's schema (BigQuery dataset ID), within `database`.", + "type": "string" + } + }, + "type": "object" + }, + "TestIamPermissionsRequest": { + "description": "Request message for `TestIamPermissions` method.", + "id": "TestIamPermissionsRequest", + "properties": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "TestIamPermissionsResponse": { + "description": "Response message for `TestIamPermissions` method.", + "id": "TestIamPermissionsResponse", + "properties": { + "permissions": { + "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "UncommittedFileChange": { + "description": "Represents the Git state of a file with uncommitted changes.", + "id": "UncommittedFileChange", + "properties": { + "path": { + "description": "The file's full path including filename, relative to the workspace root.", + "type": "string" + }, + "state": { + "description": "Output only. Indicates the status of the file.", + "enum": [ + "STATE_UNSPECIFIED", + "ADDED", + "DELETED", + "MODIFIED", + "HAS_CONFLICTS" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The file has been newly added.", + "The file has been deleted.", + "The file has been modified.", + "The file contains merge conflicts." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "WorkflowConfig": { + "description": "Represents a Dataform workflow configuration.", + "id": "WorkflowConfig", + "properties": { + "createTime": { + "description": "Output only. The timestamp of when the WorkflowConfig was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "cronSchedule": { + "description": "Optional. Optional schedule (in cron format) for automatic execution of this workflow config.", + "type": "string" + }, + "disabled": { + "description": "Optional. Disables automatic creation of workflow invocations.", + "type": "boolean" + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "invocationConfig": { + "$ref": "InvocationConfig", + "description": "Optional. If left unset, a default InvocationConfig will be used." + }, + "name": { + "description": "Identifier. The workflow config's name.", + "type": "string" + }, + "recentScheduledExecutionRecords": { + "description": "Output only. Records of the 10 most recent scheduled execution attempts, ordered in descending order of `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.", + "items": { + "$ref": "ScheduledExecutionRecord" + }, + "readOnly": true, + "type": "array" + }, + "releaseConfig": { + "description": "Required. The name of the release config whose release_compilation_result should be executed. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.", + "type": "string" + }, + "timeZone": { + "description": "Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.", + "type": "string" + }, + "updateTime": { + "description": "Output only. The timestamp of when the WorkflowConfig was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "WorkflowInvocation": { + "description": "Represents a single invocation of a compilation result.", + "id": "WorkflowInvocation", + "properties": { + "compilationResult": { + "description": "Immutable. The name of the compilation result to use for this invocation. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.", + "type": "string" + }, + "dataEncryptionState": { + "$ref": "DataEncryptionState", + "description": "Output only. Only set if the repository has a KMS Key.", + "readOnly": true + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "invocationConfig": { + "$ref": "InvocationConfig", + "description": "Immutable. If left unset, a default InvocationConfig will be used." + }, + "invocationTiming": { + "$ref": "Interval", + "description": "Output only. This workflow invocation's timing details.", + "readOnly": true + }, + "name": { + "description": "Output only. The workflow invocation's name.", + "readOnly": true, + "type": "string" + }, + "resolvedCompilationResult": { + "description": "Output only. The resolved compilation result that was used to create this invocation. Will be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. This workflow invocation's current state.", + "enum": [ + "STATE_UNSPECIFIED", + "RUNNING", + "SUCCEEDED", + "CANCELLED", + "FAILED", + "CANCELING" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The workflow invocation is currently running.", + "The workflow invocation succeeded. A terminal state.", + "The workflow invocation was cancelled. A terminal state.", + "The workflow invocation failed. A terminal state.", + "The workflow invocation is being cancelled, but some actions are still running." + ], + "readOnly": true, + "type": "string" + }, + "workflowConfig": { + "description": "Immutable. The name of the workflow config to invoke. Must be in the format `projects/*/locations/*/repositories/*/workflowConfigs/*`.", + "type": "string" + } + }, + "type": "object" + }, + "WorkflowInvocationAction": { + "description": "Represents a single action in a workflow invocation.", + "id": "WorkflowInvocationAction", + "properties": { + "bigqueryAction": { + "$ref": "BigQueryAction", + "description": "Output only. The workflow action's bigquery action details.", + "readOnly": true + }, + "canonicalTarget": { + "$ref": "Target", + "description": "Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.", + "readOnly": true + }, + "dataPreparationAction": { + "$ref": "DataPreparationAction", + "description": "Output only. The workflow action's data preparation action details.", + "readOnly": true + }, + "failureReason": { + "description": "Output only. If and only if action's state is FAILED a failure reason is set.", + "readOnly": true, + "type": "string" + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "invocationTiming": { + "$ref": "Interval", + "description": "Output only. This action's timing details. `start_time` will be set if the action is in [RUNNING, SUCCEEDED, CANCELLED, FAILED] state. `end_time` will be set if the action is in [SUCCEEDED, CANCELLED, FAILED] state.", + "readOnly": true + }, + "notebookAction": { + "$ref": "NotebookAction", + "description": "Output only. The workflow action's notebook action details.", + "readOnly": true + }, + "state": { + "description": "Output only. This action's current state.", + "enum": [ + "PENDING", + "RUNNING", + "SKIPPED", + "DISABLED", + "SUCCEEDED", + "CANCELLED", + "FAILED" + ], + "enumDescriptions": [ + "The action has not yet been considered for invocation.", + "The action is currently running.", + "Execution of the action was skipped because upstream dependencies did not all complete successfully. A terminal state.", + "Execution of the action was disabled as per the configuration of the corresponding compilation result action. A terminal state.", + "The action succeeded. A terminal state.", + "The action was cancelled. A terminal state.", + "The action failed. A terminal state." + ], + "readOnly": true, + "type": "string" + }, + "target": { + "$ref": "Target", + "description": "Output only. This action's identifier. Unique within the workflow invocation.", + "readOnly": true + } + }, + "type": "object" + }, + "Workspace": { + "description": "Represents a Dataform Git workspace.", + "id": "Workspace", + "properties": { + "createTime": { + "description": "Output only. The timestamp of when the workspace was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "dataEncryptionState": { + "$ref": "DataEncryptionState", + "description": "Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key.", + "readOnly": true + }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Identifier. The workspace's name.", + "type": "string" + } + }, + "type": "object" + }, + "WorkspaceCompilationOverrides": { + "description": "Configures workspace compilation overrides for a repository.", + "id": "WorkspaceCompilationOverrides", + "properties": { + "defaultDatabase": { + "description": "Optional. The default database (Google Cloud project ID).", + "type": "string" + }, + "schemaSuffix": { + "description": "Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.", + "type": "string" + }, + "tablePrefix": { + "description": "Optional. The prefix that should be prepended to all table names.", + "type": "string" + } + }, + "type": "object" + }, + "WriteFile": { + "description": "Represents the write file operation (for files added or modified).", + "id": "WriteFile", + "properties": { + "contents": { + "description": "The file's contents.", + "format": "byte", + "type": "string" + } + }, + "type": "object" + }, + "WriteFileRequest": { + "description": "`WriteFile` request message.", + "id": "WriteFileRequest", + "properties": { + "contents": { + "description": "Required. The file's contents.", + "format": "byte", + "type": "string" + }, + "path": { + "description": "Required. The file.", + "type": "string" + } + }, + "type": "object" + }, + "WriteFileResponse": { + "description": "`WriteFile` response message.", + "id": "WriteFileResponse", + "properties": {}, + "type": "object" + } + }, + "servicePath": "", + "title": "Dataform API", + "version": "v1", + "version_module": true +} \ No newline at end of file diff --git a/DiscoveryJson/dataform.v1beta1.json b/DiscoveryJson/dataform.v1beta1.json index 1764a494a2e..fae55bf0e7c 100644 --- a/DiscoveryJson/dataform.v1beta1.json +++ b/DiscoveryJson/dataform.v1beta1.json @@ -173,7 +173,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -248,6 +248,100 @@ } }, "resources": { + "folders": { + "methods": { + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/folders/{foldersId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.folders.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/folders/{foldersId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.folders.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/folders/{foldersId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.folders.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, "operations": { "methods": { "cancel": { @@ -362,6 +456,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -586,6 +685,38 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "list": { "description": "Lists Repositories in a given project and location. **Note:** *This method can return repositories not shown in the [Dataform UI](https://console.cloud.google.com/bigquery/dataform)*.", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories", @@ -750,6 +881,64 @@ "https://www.googleapis.com/auth/bigquery", "https://www.googleapis.com/auth/cloud-platform" ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] } }, "resources": { @@ -1628,6 +1817,38 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.repositories.workspaces.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "installNpmPackages": { "description": "Installs dependency NPM packages (inside a Workspace).", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:installNpmPackages", @@ -2056,6 +2277,64 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.repositories.workspaces.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "writeFile": { "description": "Writes to a file (inside a Workspace).", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:writeFile", @@ -2088,13 +2367,107 @@ } } } + }, + "teamFolders": { + "methods": { + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/teamFolders/{teamFoldersId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataform.projects.locations.teamFolders.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/teamFolders/{teamFoldersId}:setIamPolicy", + "httpMethod": "POST", + "id": "dataform.projects.locations.teamFolders.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:setIamPolicy", + "request": { + "$ref": "SetIamPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", + "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/teamFolders/{teamFoldersId}:testIamPermissions", + "httpMethod": "POST", + "id": "dataform.projects.locations.teamFolders.testIamPermissions", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta1/{+resource}:testIamPermissions", + "request": { + "$ref": "TestIamPermissionsRequest" + }, + "response": { + "$ref": "TestIamPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/bigquery", + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } } } } } } }, - "revision": "20250917", + "revision": "20251111", "rootUrl": "https://dataform.googleapis.com/", "schemas": { "ActionErrorTable": { @@ -2226,6 +2599,28 @@ }, "type": "object" }, + "Binding": { + "description": "Associates `members`, or principals, with a `role`.", + "id": "Binding", + "properties": { + "condition": { + "$ref": "Expr", + "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)." + }, + "members": { + "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "role": { + "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).", + "type": "string" + } + }, + "type": "object" + }, "CancelOperationRequest": { "description": "The request message for Operations.CancelOperation.", "id": "CancelOperationRequest", @@ -2602,6 +2997,11 @@ "description": "Optional. The default KMS key that is used if no encryption key is provided when a repository is created.", "type": "string" }, + "internalMetadata": { + "description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.", + "readOnly": true, + "type": "string" + }, "name": { "description": "Identifier. The config name.", "type": "string" @@ -2744,6 +3144,29 @@ }, "type": "object" }, + "Expr": { + "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", + "id": "Expr", + "properties": { + "description": { + "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.", + "type": "string" + }, + "expression": { + "description": "Textual representation of an expression in Common Expression Language syntax.", + "type": "string" + }, + "location": { + "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.", + "type": "string" + }, + "title": { + "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.", + "type": "string" + } + }, + "type": "object" + }, "FetchFileDiffResponse": { "description": "`FetchFileDiff` response message.", "id": "FetchFileDiffResponse", @@ -3002,6 +3425,20 @@ }, "type": "array" }, + "queryPriority": { + "description": "Optional. Specifies the priority for query execution in BigQuery. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.", + "enum": [ + "QUERY_PRIORITY_UNSPECIFIED", + "INTERACTIVE", + "BATCH" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "Query will be executed in BigQuery with interactive priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.", + "Query will be executed in BigQuery with batch priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries." + ], + "type": "string" + }, "serviceAccount": { "description": "Optional. The service account to run workflow invocations under.", "type": "string" @@ -3074,6 +3511,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -3499,6 +3943,30 @@ }, "type": "object" }, + "Policy": { + "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).", + "id": "Policy", + "properties": { + "bindings": { + "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.", + "items": { + "$ref": "Binding" + }, + "type": "array" + }, + "etag": { + "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.", + "format": "byte", + "type": "string" + }, + "version": { + "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "PolicyName": { "description": "An internal name for an IAM policy, based on the resource to which the policy applies. Not to be confused with a resource's external full resource name. For more information on this distinction, see go/iam-full-resource-names.", "id": "PolicyName", @@ -3670,6 +4138,10 @@ }, "type": "array" }, + "connection": { + "description": "Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}\", or be set to DEFAULT.", + "type": "string" + }, "dependencyTargets": { "description": "A list of actions that this action depends on.", "items": { @@ -3681,6 +4153,18 @@ "description": "Whether this action is disabled (i.e. should not be run).", "type": "boolean" }, + "fileFormat": { + "description": "Optional. The file format for the BigQuery table.", + "enum": [ + "FILE_FORMAT_UNSPECIFIED", + "PARQUET" + ], + "enumDescriptions": [ + "Default value.", + "Apache Parquet format." + ], + "type": "string" + }, "incrementalTableConfig": { "$ref": "IncrementalTableConfig", "description": "Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is `INCREMENTAL_TABLE`." @@ -3738,6 +4222,22 @@ "description": "The SELECT query which returns rows which this relation should contain.", "type": "string" }, + "storageUri": { + "description": "Optional. The fully qualified location prefix of the external folder where table data is stored. The URI should be in the format `gs://bucket/path_to_table/`.", + "type": "string" + }, + "tableFormat": { + "description": "Optional. The table format for the BigQuery table.", + "enum": [ + "TABLE_FORMAT_UNSPECIFIED", + "ICEBERG" + ], + "enumDescriptions": [ + "Default value.", + "Apache Iceberg format." + ], + "type": "string" + }, "tags": { "description": "Arbitrary, user-defined tags on this action.", "items": { @@ -4016,6 +4516,17 @@ }, "type": "object" }, + "SetIamPolicyRequest": { + "description": "Request message for `SetIamPolicy` method.", + "id": "SetIamPolicyRequest", + "properties": { + "policy": { + "$ref": "Policy", + "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them." + } + }, + "type": "object" + }, "SimpleLoadMode": { "description": "Simple load definition", "id": "SimpleLoadMode", @@ -4102,6 +4613,34 @@ }, "type": "object" }, + "TestIamPermissionsRequest": { + "description": "Request message for `TestIamPermissions` method.", + "id": "TestIamPermissionsRequest", + "properties": { + "permissions": { + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "TestIamPermissionsResponse": { + "description": "Response message for `TestIamPermissions` method.", + "id": "TestIamPermissionsResponse", + "properties": { + "permissions": { + "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "UncommittedFileChange": { "description": "Represents the Git state of a file with uncommitted changes.", "id": "UncommittedFileChange", diff --git a/DiscoveryJson/datafusion.v1.json b/DiscoveryJson/datafusion.v1.json index ab3b621121e..73fc6a6e5d7 100644 --- a/DiscoveryJson/datafusion.v1.json +++ b/DiscoveryJson/datafusion.v1.json @@ -15,6 +15,198 @@ "description": "Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure.", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/data-fusion/docs", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-west2.rep.googleapis.com/", + "location": "us-west2" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -681,6 +873,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -743,7 +940,7 @@ } } }, - "revision": "20250901", + "revision": "20251106", "rootUrl": "https://datafusion.googleapis.com/", "schemas": { "Accelerator": { @@ -1303,6 +1500,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/datafusion.v1beta1.json b/DiscoveryJson/datafusion.v1beta1.json index 9c25394254d..2225ee33c66 100644 --- a/DiscoveryJson/datafusion.v1beta1.json +++ b/DiscoveryJson/datafusion.v1beta1.json @@ -15,6 +15,198 @@ "description": "Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure.", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/data-fusion/docs", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datafusion.us-west2.rep.googleapis.com/", + "location": "us-west2" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -879,6 +1071,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -941,7 +1138,7 @@ } } }, - "revision": "20250901", + "revision": "20251106", "rootUrl": "https://datafusion.googleapis.com/", "schemas": { "Accelerator": { @@ -1534,6 +1731,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/datamanager.v1.json b/DiscoveryJson/datamanager.v1.json new file mode 100644 index 00000000000..f793824701f --- /dev/null +++ b/DiscoveryJson/datamanager.v1.json @@ -0,0 +1,1438 @@ +{ + "auth": { + "oauth2": { + "scopes": { + "https://www.googleapis.com/auth/datamanager": { + "description": "See, edit, create, import, or delete your customer data in Google Ads, Google Marketing Platform (Campaign Manager 360, Search Ads 360, Display & Video 360), and Google Analytics" + } + } + } + }, + "basePath": "", + "baseUrl": "https://datamanager.googleapis.com/", + "batchPath": "batch", + "canonicalName": "Data Manager", + "description": "A unified ingestion API for data partners, agencies and advertisers to connect first-party data across Google advertising products.", + "discoveryVersion": "v1", + "documentationLink": "https://developers.google.com/data-manager", + "fullyEncodeReservedExpansion": true, + "icons": { + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" + }, + "id": "datamanager:v1", + "kind": "discovery#restDescription", + "mtlsRootUrl": "https://datamanager.mtls.googleapis.com/", + "name": "datamanager", + "ownerDomain": "google.com", + "ownerName": "Google", + "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, + "alt": { + "default": "json", + "description": "Data format for response.", + "enum": [ + "json", + "media", + "proto" + ], + "enumDescriptions": [ + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" + ], + "location": "query", + "type": "string" + }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, + "fields": { + "description": "Selector specifying which fields to include in a partial response.", + "location": "query", + "type": "string" + }, + "key": { + "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", + "location": "query", + "type": "string" + }, + "oauth_token": { + "description": "OAuth 2.0 token for the current user.", + "location": "query", + "type": "string" + }, + "prettyPrint": { + "default": "true", + "description": "Returns response with indentations and line breaks.", + "location": "query", + "type": "boolean" + }, + "quotaUser": { + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", + "location": "query", + "type": "string" + }, + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", + "location": "query", + "type": "string" + }, + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", + "location": "query", + "type": "string" + } + }, + "protocol": "rest", + "resources": { + "audienceMembers": { + "methods": { + "ingest": { + "description": "Uploads a list of AudienceMember resources to the provided Destination.", + "flatPath": "v1/audienceMembers:ingest", + "httpMethod": "POST", + "id": "datamanager.audienceMembers.ingest", + "parameterOrder": [], + "parameters": {}, + "path": "v1/audienceMembers:ingest", + "request": { + "$ref": "IngestAudienceMembersRequest" + }, + "response": { + "$ref": "IngestAudienceMembersResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/datamanager" + ] + }, + "remove": { + "description": "Removes a list of AudienceMember resources from the provided Destination.", + "flatPath": "v1/audienceMembers:remove", + "httpMethod": "POST", + "id": "datamanager.audienceMembers.remove", + "parameterOrder": [], + "parameters": {}, + "path": "v1/audienceMembers:remove", + "request": { + "$ref": "RemoveAudienceMembersRequest" + }, + "response": { + "$ref": "RemoveAudienceMembersResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/datamanager" + ] + } + } + }, + "events": { + "methods": { + "ingest": { + "description": "Uploads a list of Event resources from the provided Destination.", + "flatPath": "v1/events:ingest", + "httpMethod": "POST", + "id": "datamanager.events.ingest", + "parameterOrder": [], + "parameters": {}, + "path": "v1/events:ingest", + "request": { + "$ref": "IngestEventsRequest" + }, + "response": { + "$ref": "IngestEventsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/datamanager" + ] + } + } + }, + "requestStatus": { + "methods": { + "retrieve": { + "description": "Gets the status of a request given request id.", + "flatPath": "v1/requestStatus:retrieve", + "httpMethod": "GET", + "id": "datamanager.requestStatus.retrieve", + "parameterOrder": [], + "parameters": { + "requestId": { + "description": "Required. Required. The request ID of the Data Manager API request.", + "location": "query", + "type": "string" + } + }, + "path": "v1/requestStatus:retrieve", + "response": { + "$ref": "RetrieveRequestStatusResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/datamanager" + ] + } + } + } + }, + "revision": "20251115", + "rootUrl": "https://datamanager.googleapis.com/", + "schemas": { + "AdIdentifiers": { + "description": "Identifiers and other information used to match the conversion event with other online activity (such as ad clicks).", + "id": "AdIdentifiers", + "properties": { + "gbraid": { + "description": "Optional. The click identifier for clicks associated with app events and originating from iOS devices starting with iOS14.", + "type": "string" + }, + "gclid": { + "description": "Optional. The Google click ID (gclid) associated with this event.", + "type": "string" + }, + "landingPageDeviceInfo": { + "$ref": "DeviceInfo", + "description": "Optional. Information gathered about the device being used (if any) at the time of landing onto the advertiser\u2019s site after interacting with the ad." + }, + "sessionAttributes": { + "description": "Optional. Session attributes for event attribution and modeling.", + "type": "string" + }, + "wbraid": { + "description": "Optional. The click identifier for clicks associated with web events and originating from iOS devices starting with iOS14.", + "type": "string" + } + }, + "type": "object" + }, + "AddressInfo": { + "description": "Address information for the user.", + "id": "AddressInfo", + "properties": { + "familyName": { + "description": "Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.", + "type": "string" + }, + "givenName": { + "description": "Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.", + "type": "string" + }, + "postalCode": { + "description": "Required. The postal code of the user's address.", + "type": "string" + }, + "regionCode": { + "description": "Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address.", + "type": "string" + } + }, + "type": "object" + }, + "AudienceMember": { + "description": "The audience member to be operated on.", + "id": "AudienceMember", + "properties": { + "consent": { + "$ref": "Consent", + "description": "Optional. The consent setting for the user." + }, + "destinationReferences": { + "description": "Optional. Defines which Destination to send the audience member to.", + "items": { + "type": "string" + }, + "type": "array" + }, + "mobileData": { + "$ref": "MobileData", + "description": "Data identifying the user's mobile devices." + }, + "pairData": { + "$ref": "PairData", + "description": "[Publisher Advertiser Identity Reconciliation (PAIR) IDs](//support.google.com/admanager/answer/15067908)." + }, + "userData": { + "$ref": "UserData", + "description": "User-provided data that identifies the user." + } + }, + "type": "object" + }, + "AwsWrappedKeyInfo": { + "description": "A data encryption key wrapped by an AWS KMS key.", + "id": "AwsWrappedKeyInfo", + "properties": { + "encryptedDek": { + "description": "Required. The base64 encoded encrypted data encryption key.", + "type": "string" + }, + "kekUri": { + "description": "Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the format of `arn:{partition}:kms:{region}:{account_id}:key/{key_id}` or `aws-kms://arn:{partition}:kms:{region}:{account_id}:key/{key_id}`", + "type": "string" + }, + "keyType": { + "description": "Required. The type of algorithm used to encrypt the data.", + "enum": [ + "KEY_TYPE_UNSPECIFIED", + "XCHACHA20_POLY1305" + ], + "enumDescriptions": [ + "Unspecified key type. Should never be used.", + "Algorithm XChaCha20-Poly1305" + ], + "type": "string" + }, + "roleArn": { + "description": "Required. The Amazon Resource Name of the IAM Role to assume for KMS decryption access. Should be in the format of `arn:{partition}:iam::{account_id}:role/{role_name}`", + "type": "string" + } + }, + "type": "object" + }, + "CartData": { + "description": "The cart data associated with the event.", + "id": "CartData", + "properties": { + "items": { + "description": "Optional. The list of items associated with the event.", + "items": { + "$ref": "Item" + }, + "type": "array" + }, + "merchantFeedLabel": { + "description": "Optional. The Merchant Center feed label associated with the feed of the items.", + "type": "string" + }, + "merchantFeedLanguageCode": { + "description": "Optional. The language code in ISO 639-1 associated with the Merchant Center feed of the items.where your items are uploaded.", + "type": "string" + }, + "merchantId": { + "description": "Optional. The Merchant Center ID associated with the items.", + "type": "string" + }, + "transactionDiscount": { + "description": "Optional. The sum of all discounts associated with the transaction.", + "format": "double", + "type": "number" + } + }, + "type": "object" + }, + "Consent": { + "description": "[Digital Markets Act (DMA)](//digital-markets-act.ec.europa.eu/index_en) consent settings for the user.", + "id": "Consent", + "properties": { + "adPersonalization": { + "description": "Optional. Represents if the user consents to ad personalization.", + "enum": [ + "CONSENT_STATUS_UNSPECIFIED", + "CONSENT_GRANTED", + "CONSENT_DENIED" + ], + "enumDescriptions": [ + "Not specified.", + "Granted.", + "Denied." + ], + "type": "string" + }, + "adUserData": { + "description": "Optional. Represents if the user consents to ad user data.", + "enum": [ + "CONSENT_STATUS_UNSPECIFIED", + "CONSENT_GRANTED", + "CONSENT_DENIED" + ], + "enumDescriptions": [ + "Not specified.", + "Granted.", + "Denied." + ], + "type": "string" + } + }, + "type": "object" + }, + "CustomVariable": { + "description": "Custom variable for ads conversions.", + "id": "CustomVariable", + "properties": { + "destinationReferences": { + "description": "Optional. Reference string used to determine which of the Event.destination_references the custom variable should be sent to. If empty, the Event.destination_references will be used.", + "items": { + "type": "string" + }, + "type": "array" + }, + "value": { + "description": "Optional. The value to store for the custom variable.", + "type": "string" + }, + "variable": { + "description": "Optional. The name of the custom variable to set. If the variable is not found for the given destination, it will be ignored.", + "type": "string" + } + }, + "type": "object" + }, + "Destination": { + "description": "The Google product you're sending data to. For example, a Google Ads account.", + "id": "Destination", + "properties": { + "linkedAccount": { + "$ref": "ProductAccount", + "description": "Optional. An account that the calling user's `login_account` has access to, through an established account link. For example, a data partner's `login_account` might have access to a client's `linked_account`. The partner might use this field to send data from the `linked_account` to another `operating_account`." + }, + "loginAccount": { + "$ref": "ProductAccount", + "description": "Optional. The account used to make this API call. To add or remove data from the `operating_account`, this `login_account` must have write access to the `operating_account`. For example, a manager account of the `operating_account`, or an account with an established link to the `operating_account`." + }, + "operatingAccount": { + "$ref": "ProductAccount", + "description": "Required. The account to send the data to or remove the data from." + }, + "productDestinationId": { + "description": "Required. The object within the product account to ingest into. For example, a Google Ads audience ID, a Display & Video 360 audience ID or a Google Ads conversion action ID.", + "type": "string" + }, + "reference": { + "description": "Optional. ID for this `Destination` resource, unique within the request. Use to reference this `Destination` in the IngestEventsRequest and IngestAudienceMembersRequest.", + "type": "string" + } + }, + "type": "object" + }, + "DeviceInfo": { + "description": "Information about the device being used (if any) when the event happened.", + "id": "DeviceInfo", + "properties": { + "ipAddress": { + "description": "Optional. The IP address of the device for the given context. **Note:** Google Ads does not support IP address matching for end users in the European Economic Area (EEA), United Kingdom (UK), or Switzerland (CH). Add logic to conditionally exclude sharing IP addresses from users from these regions and ensure that you provide users with clear and comprehensive information about the data you collect on your sites, apps, and other properties and get consent where required by law or any applicable Google policies. See the [About offline conversion imports](https://support.google.com/google-ads/answer/2998031) page for more details.", + "type": "string" + }, + "userAgent": { + "description": "Optional. The user-agent string of the device for the given context.", + "type": "string" + } + }, + "type": "object" + }, + "EncryptionInfo": { + "description": "Encryption information for the data being ingested.", + "id": "EncryptionInfo", + "properties": { + "awsWrappedKeyInfo": { + "$ref": "AwsWrappedKeyInfo", + "description": "Amazon Web Services wrapped key information." + }, + "gcpWrappedKeyInfo": { + "$ref": "GcpWrappedKeyInfo", + "description": "Google Cloud Platform wrapped key information." + } + }, + "type": "object" + }, + "ErrorCount": { + "description": "The error count for a given error reason.", + "id": "ErrorCount", + "properties": { + "reason": { + "description": "The error reason of the failed records.", + "enum": [ + "PROCESSING_ERROR_REASON_UNSPECIFIED", + "PROCESSING_ERROR_REASON_INVALID_CUSTOM_VARIABLE", + "PROCESSING_ERROR_REASON_CUSTOM_VARIABLE_NOT_ENABLED", + "PROCESSING_ERROR_REASON_EVENT_TOO_OLD", + "PROCESSING_ERROR_REASON_DENIED_CONSENT", + "PROCESSING_ERROR_REASON_NO_CONSENT", + "PROCESSING_ERROR_REASON_UNKNOWN_CONSENT", + "PROCESSING_ERROR_REASON_DUPLICATE_GCLID", + "PROCESSING_ERROR_REASON_DUPLICATE_TRANSACTION_ID", + "PROCESSING_ERROR_REASON_INVALID_GBRAID", + "PROCESSING_ERROR_REASON_INVALID_GCLID", + "PROCESSING_ERROR_REASON_INVALID_MERCHANT_ID", + "PROCESSING_ERROR_REASON_INVALID_WBRAID", + "PROCESSING_ERROR_REASON_INTERNAL_ERROR", + "PROCESSING_ERROR_REASON_DESTINATION_ACCOUNT_ENHANCED_CONVERSIONS_TERMS_NOT_SIGNED", + "PROCESSING_ERROR_REASON_INVALID_EVENT", + "PROCESSING_ERROR_REASON_INSUFFICIENT_MATCHED_TRANSACTIONS", + "PROCESSING_ERROR_REASON_INSUFFICIENT_TRANSACTIONS", + "PROCESSING_ERROR_REASON_INVALID_FORMAT", + "PROCESSING_ERROR_REASON_DECRYPTION_ERROR", + "PROCESSING_ERROR_REASON_DEK_DECRYPTION_ERROR", + "PROCESSING_ERROR_REASON_INVALID_WIP", + "PROCESSING_ERROR_REASON_INVALID_KEK", + "PROCESSING_ERROR_REASON_WIP_AUTH_FAILED", + "PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED", + "PROCESSING_ERROR_REASON_AWS_AUTH_FAILED", + "PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR", + "PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER" + ], + "enumDescriptions": [ + "The processing error reason is unknown.", + "The custom variable is invalid.", + "The status of the custom variable is not enabled.", + "The conversion is older than max supported age.", + "The ad user data is denied, either by the user or in the advertiser default settings.", + "Advertiser did not give 3P consent for the Ads core platform services.", + "The overall consent (determined from row level consent, request level consent, and account settings) could not be determined for this user", + "A conversion with the same GCLID and conversion time already exists in the system.", + "A conversion with the same order id and conversion action combination was already uploaded.", + "The gbraid could not be decoded.", + "The google click ID could not be decoded.", + "Merchant id contains non-digit characters.", + "The wbraid could not be decoded.", + "Internal error.", + "Enhanced conversions terms are not signed in the destination account.", + "The event is invalid.", + "The matched transactions are less than the minimum threshold.", + "The transactions are less than the minimum threshold.", + "The event has format error.", + "The event has a decryption error.", + "The DEK failed to be decrypted.", + "The WIP is formatted incorrectly or the WIP does not exist.", + "The KEK cannot decrypt data because it is the wrong KEK, or it does not exist.", + "The WIP could not be used because it was rejected by its attestation condition.", + "The system did not have the permissions needed to access the KEK.", + "The system failed to authenticate with AWS.", + "Failed to decrypt the UserIdentifier data using the DEK.", + "The user attempted to ingest events with an ad identifier that isn't from the operating account's ads." + ], + "type": "string" + }, + "recordCount": { + "description": "The count of records that failed to upload for a given reason.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "ErrorInfo": { + "description": "Error counts for each type of error.", + "id": "ErrorInfo", + "properties": { + "errorCounts": { + "description": "A list of errors and counts per error reason. May not be populated in all cases.", + "items": { + "$ref": "ErrorCount" + }, + "type": "array" + } + }, + "type": "object" + }, + "Event": { + "description": "An event representing a user interaction with an advertiser's website or app.", + "id": "Event", + "properties": { + "adIdentifiers": { + "$ref": "AdIdentifiers", + "description": "Optional. Identifiers and other information used to match the conversion event with other online activity (such as ad clicks)." + }, + "additionalEventParameters": { + "description": "Optional. A bucket of any [event parameters](https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events) to be included within the event that were not already specified using other structured fields.", + "items": { + "$ref": "EventParameter" + }, + "type": "array" + }, + "cartData": { + "$ref": "CartData", + "description": "Optional. Information about the transaction and items associated with the event." + }, + "clientId": { + "description": "Optional. A unique identifier for the user instance of a web client for this GA4 web stream.", + "type": "string" + }, + "consent": { + "$ref": "Consent", + "description": "Optional. Information about whether the associated user has provided different types of consent." + }, + "conversionValue": { + "description": "Optional. The conversion value associated with the event, for value-based conversions.", + "format": "double", + "type": "number" + }, + "currency": { + "description": "Optional. The currency code associated with all monetary values within this event.", + "type": "string" + }, + "customVariables": { + "description": "Optional. Additional key/value pair information to send to the conversion containers (conversion action or FL activity).", + "items": { + "$ref": "CustomVariable" + }, + "type": "array" + }, + "destinationReferences": { + "description": "Optional. Reference string used to determine the destination. If empty, the event will be sent to all destinations in the request.", + "items": { + "type": "string" + }, + "type": "array" + }, + "eventDeviceInfo": { + "$ref": "DeviceInfo", + "description": "Optional. Information gathered about the device being used (if any) when the event happened." + }, + "eventName": { + "description": "Optional. The name of the event. Required for GA4 events.", + "type": "string" + }, + "eventSource": { + "description": "Optional. Signal for where the event happened (web, app, in-store, etc.).", + "enum": [ + "EVENT_SOURCE_UNSPECIFIED", + "WEB", + "APP", + "IN_STORE", + "PHONE", + "OTHER" + ], + "enumDescriptions": [ + "Unspecified EventSource. Should never be used.", + "The event was generated from a web browser.", + "The event was generated from an app.", + "The event was generated from an in-store transaction.", + "The event was generated from a phone call.", + "The event was generated from other sources." + ], + "type": "string" + }, + "eventTimestamp": { + "description": "Required. The time the event occurred.", + "format": "google-datetime", + "type": "string" + }, + "experimentalFields": { + "description": "Optional. A list of key/value pairs for experimental fields that may eventually be promoted to be part of the API.", + "items": { + "$ref": "ExperimentalField" + }, + "type": "array" + }, + "lastUpdatedTimestamp": { + "description": "Optional. The last time the event was updated.", + "format": "google-datetime", + "type": "string" + }, + "transactionId": { + "description": "Optional. The unique identifier for this event. Required for conversions using multiple data sources.", + "type": "string" + }, + "userData": { + "$ref": "UserData", + "description": "Optional. Pieces of user provided data, representing the user the event is associated with." + }, + "userId": { + "description": "Optional. A unique identifier for a user, as defined by the advertiser.", + "type": "string" + }, + "userProperties": { + "$ref": "UserProperties", + "description": "Optional. Advertiser-assessed information about the user at the time that the event happened." + } + }, + "type": "object" + }, + "EventParameter": { + "description": "Event parameter for GA4 events.", + "id": "EventParameter", + "properties": { + "parameterName": { + "description": "Required. The name of the parameter to use.", + "type": "string" + }, + "value": { + "description": "Required. The string representation of the value of the parameter to set.", + "type": "string" + } + }, + "type": "object" + }, + "ExperimentalField": { + "description": "Experimental field representing unofficial fields.", + "id": "ExperimentalField", + "properties": { + "field": { + "description": "Optional. The name of the field to use.", + "type": "string" + }, + "value": { + "description": "Optional. The value the field to set.", + "type": "string" + } + }, + "type": "object" + }, + "GcpWrappedKeyInfo": { + "description": "Information about the Google Cloud Platform wrapped key.", + "id": "GcpWrappedKeyInfo", + "properties": { + "encryptedDek": { + "description": "Required. The base64 encoded encrypted data encryption key.", + "type": "string" + }, + "kekUri": { + "description": "Required. Google Cloud Platform [Cloud Key Management Service resource ID](//cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}` or `gcp-kms://projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}`", + "type": "string" + }, + "keyType": { + "description": "Required. The type of algorithm used to encrypt the data.", + "enum": [ + "KEY_TYPE_UNSPECIFIED", + "XCHACHA20_POLY1305" + ], + "enumDescriptions": [ + "Unspecified key type. Should never be used.", + "Algorithm XChaCha20-Poly1305" + ], + "type": "string" + }, + "wipProvider": { + "description": "Required. The [Workload Identity](//cloud.google.com/iam/docs/workload-identity-federation) pool provider required to use KEK.", + "type": "string" + } + }, + "type": "object" + }, + "IngestAudienceMembersRequest": { + "description": "Request to upload audience members to the provided destinations. Returns an IngestAudienceMembersResponse.", + "id": "IngestAudienceMembersRequest", + "properties": { + "audienceMembers": { + "description": "Required. The list of users to send to the specified destinations. At most 10000 AudienceMember resources can be sent in a single request.", + "items": { + "$ref": "AudienceMember" + }, + "type": "array" + }, + "consent": { + "$ref": "Consent", + "description": "Optional. Request-level consent to apply to all users in the request. User-level consent overrides request-level consent, and can be specified in each AudienceMember." + }, + "destinations": { + "description": "Required. The list of destinations to send the audience members to.", + "items": { + "$ref": "Destination" + }, + "type": "array" + }, + "encoding": { + "description": "Optional. Required for UserData uploads. The encoding type of the user identifiers. For hashed user identifiers, this is the encoding type of the hashed string. For encrypted hashed user identifiers, this is the encoding type of the outer encrypted string, but not necessarily the inner hashed string, meaning the inner hashed string could be encoded in a different way than the outer encrypted string. For non `UserData` uploads, this field is ignored.", + "enum": [ + "ENCODING_UNSPECIFIED", + "HEX", + "BASE64" + ], + "enumDescriptions": [ + "Unspecified Encoding type. Should never be used.", + "Hex encoding.", + "Base 64 encoding." + ], + "type": "string" + }, + "encryptionInfo": { + "$ref": "EncryptionInfo", + "description": "Optional. Encryption information for UserData uploads. If not set, it's assumed that uploaded identifying information is hashed but not encrypted. For non `UserData` uploads, this field is ignored." + }, + "termsOfService": { + "$ref": "TermsOfService", + "description": "Optional. The terms of service that the user has accepted/rejected." + }, + "validateOnly": { + "description": "Optional. For testing purposes. If `true`, the request is validated but not executed. Only errors are returned, not results.", + "type": "boolean" + } + }, + "type": "object" + }, + "IngestAudienceMembersResponse": { + "description": "Response from the IngestAudienceMembersRequest.", + "id": "IngestAudienceMembersResponse", + "properties": { + "requestId": { + "description": "The auto-generated ID of the request.", + "type": "string" + } + }, + "type": "object" + }, + "IngestAudienceMembersStatus": { + "description": "The status of the ingest audience members request.", + "id": "IngestAudienceMembersStatus", + "properties": { + "mobileDataIngestionStatus": { + "$ref": "IngestMobileDataStatus", + "description": "The status of the mobile data ingestion to the destination." + }, + "pairDataIngestionStatus": { + "$ref": "IngestPairDataStatus", + "description": "The status of the pair data ingestion to the destination." + }, + "userDataIngestionStatus": { + "$ref": "IngestUserDataStatus", + "description": "The status of the user data ingestion to the destination." + } + }, + "type": "object" + }, + "IngestEventsRequest": { + "description": "Request to upload audience members to the provided destinations. Returns an IngestEventsResponse.", + "id": "IngestEventsRequest", + "properties": { + "consent": { + "$ref": "Consent", + "description": "Optional. Request-level consent to apply to all users in the request. User-level consent overrides request-level consent, and can be specified in each Event." + }, + "destinations": { + "description": "Required. The list of destinations to send the events to.", + "items": { + "$ref": "Destination" + }, + "type": "array" + }, + "encoding": { + "description": "Optional. Required for UserData uploads. The encoding type of the user identifiers. For hashed user identifiers, this is the encoding type of the hashed string. For encrypted hashed user identifiers, this is the encoding type of the outer encrypted string, but not necessarily the inner hashed string, meaning the inner hashed string could be encoded in a different way than the outer encrypted string. For non `UserData` uploads, this field is ignored.", + "enum": [ + "ENCODING_UNSPECIFIED", + "HEX", + "BASE64" + ], + "enumDescriptions": [ + "Unspecified Encoding type. Should never be used.", + "Hex encoding.", + "Base 64 encoding." + ], + "type": "string" + }, + "encryptionInfo": { + "$ref": "EncryptionInfo", + "description": "Optional. Encryption information for UserData uploads. If not set, it's assumed that uploaded identifying information is hashed but not encrypted. For non `UserData` uploads, this field is ignored." + }, + "events": { + "description": "Required. The list of events to send to the specified destinations. At most 2000 Event resources can be sent in a single request.", + "items": { + "$ref": "Event" + }, + "type": "array" + }, + "validateOnly": { + "description": "Optional. For testing purposes. If `true`, the request is validated but not executed. Only errors are returned, not results.", + "type": "boolean" + } + }, + "type": "object" + }, + "IngestEventsResponse": { + "description": "Response from the IngestEventsRequest.", + "id": "IngestEventsResponse", + "properties": { + "requestId": { + "description": "The auto-generated ID of the request.", + "type": "string" + } + }, + "type": "object" + }, + "IngestEventsStatus": { + "description": "The status of the events ingestion to the destination.", + "id": "IngestEventsStatus", + "properties": { + "recordCount": { + "description": "The total count of events sent in the upload request. Includes all events in the request, regardless of whether they were successfully ingested or not.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "IngestMobileDataStatus": { + "description": "The status of the mobile data ingestion to the destination containing stats related to the ingestion.", + "id": "IngestMobileDataStatus", + "properties": { + "mobileIdCount": { + "description": "The total count of mobile ids sent in the upload request for the destination. Includes all mobile ids in the request, regardless of whether they were successfully ingested or not.", + "format": "int64", + "type": "string" + }, + "recordCount": { + "description": "The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "IngestPairDataStatus": { + "description": "The status of the pair data ingestion to the destination containing stats related to the ingestion.", + "id": "IngestPairDataStatus", + "properties": { + "pairIdCount": { + "description": "The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not.", + "format": "int64", + "type": "string" + }, + "recordCount": { + "description": "The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "IngestUserDataStatus": { + "description": "The status of the user data ingestion to the destination containing stats related to the ingestion.", + "id": "IngestUserDataStatus", + "properties": { + "recordCount": { + "description": "The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.", + "format": "int64", + "type": "string" + }, + "uploadMatchRateRange": { + "description": "The match rate range of the upload.", + "enum": [ + "MATCH_RATE_RANGE_UNKNOWN", + "MATCH_RATE_RANGE_NOT_ELIGIBLE", + "MATCH_RATE_RANGE_LESS_THAN_20", + "MATCH_RATE_RANGE_20_TO_30", + "MATCH_RATE_RANGE_31_TO_40", + "MATCH_RATE_RANGE_41_TO_50", + "MATCH_RATE_RANGE_51_TO_60", + "MATCH_RATE_RANGE_61_TO_70", + "MATCH_RATE_RANGE_71_TO_80", + "MATCH_RATE_RANGE_81_TO_90", + "MATCH_RATE_RANGE_91_TO_100" + ], + "enumDescriptions": [ + "The match rate range is unknown.", + "The match rate range is not eligible.", + "The match rate range is less than 20% (in the interval `[0, 20)`).", + "The match rate range is between 20% and 30% (in the interval `[20, 31)`).", + "The match rate range is between 31% and 40% (in the interval `[31, 41)`).", + "The match rate range is between 41% and 50% (in the interval `[41, 51)`).", + "The match rate range is between 51% and 60% (in the interval `[51, 61)`.", + "The match rate range is between 61% and 70% (in the interval `[61, 71)`).", + "The match rate range is between 71% and 80% (in the interval `[71, 81)`).", + "The match rate range is between 81% and 90% (in the interval `[81, 91)`).", + "The match rate range is between 91% and 100% (in the interval `[91, 100]`)." + ], + "type": "string" + }, + "userIdentifierCount": { + "description": "The total count of user identifiers sent in the upload request for the destination. Includes all user identifiers in the request, regardless of whether they were successfully ingested or not.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "Item": { + "description": "Represents an item in the cart associated with the event.", + "id": "Item", + "properties": { + "additionalItemParameters": { + "description": "Optional. A bucket of any [event parameters related to an item](https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events) to be included within the event that were not already specified using other structured fields.", + "items": { + "$ref": "ItemParameter" + }, + "type": "array" + }, + "itemId": { + "description": "Optional. A unique identifier to reference the item.", + "type": "string" + }, + "merchantProductId": { + "description": "Optional. The product ID within the Merchant Center account.", + "type": "string" + }, + "quantity": { + "description": "Optional. The number of this item associated with the event.", + "format": "int64", + "type": "string" + }, + "unitPrice": { + "description": "Optional. The unit price excluding tax, shipping, and any transaction level discounts.", + "format": "double", + "type": "number" + } + }, + "type": "object" + }, + "ItemParameter": { + "description": "A bucket of any [event parameters related to an item](https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events) to be included within the event that were not already specified using other structured fields.", + "id": "ItemParameter", + "properties": { + "parameterName": { + "description": "Required. The name of the parameter to use.", + "type": "string" + }, + "value": { + "description": "Required. The string representation of the value of the parameter to set.", + "type": "string" + } + }, + "type": "object" + }, + "MobileData": { + "description": "Mobile IDs for the audience. At least one mobile ID is required.", + "id": "MobileData", + "properties": { + "mobileIds": { + "description": "Required. The list of mobile device IDs (advertising ID/IDFA). At most 10 `mobileIds` can be provided in a single AudienceMember.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "PairData": { + "description": "[PAIR](//support.google.com/admanager/answer/15067908) IDs for the audience. At least one PAIR ID is required.", + "id": "PairData", + "properties": { + "pairIds": { + "description": "Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using publisher key for the [PAIR]((//support.google.com/admanager/answer/15067908)) user list. At most 10 `pairIds` can be provided in a single AudienceMember.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "ProductAccount": { + "description": "Represents a specific account.", + "id": "ProductAccount", + "properties": { + "accountId": { + "description": "Required. The ID of the account. For example, your Google Ads account ID.", + "type": "string" + }, + "accountType": { + "description": "Optional. The type of the account. For example, `GOOGLE_ADS`. Either `account_type` or the deprecated `product` is required. If both are set, the values must match.", + "enum": [ + "ACCOUNT_TYPE_UNSPECIFIED", + "GOOGLE_ADS", + "DISPLAY_VIDEO_PARTNER", + "DISPLAY_VIDEO_ADVERTISER", + "DATA_PARTNER", + "GOOGLE_ANALYTICS_PROPERTY" + ], + "enumDescriptions": [ + "Unspecified product. Should never be used.", + "Google Ads.", + "Display & Video 360 partner.", + "Display & Video 360 advertiser.", + "Data Partner.", + "Google Analytics." + ], + "type": "string" + }, + "product": { + "deprecated": true, + "description": "Deprecated. Use `account_type` instead.", + "enum": [ + "PRODUCT_UNSPECIFIED", + "GOOGLE_ADS", + "DISPLAY_VIDEO_PARTNER", + "DISPLAY_VIDEO_ADVERTISER", + "DATA_PARTNER" + ], + "enumDescriptions": [ + "Unspecified product. Should never be used.", + "Google Ads.", + "Display & Video 360 partner.", + "Display & Video 360 advertiser.", + "Data Partner." + ], + "type": "string" + } + }, + "type": "object" + }, + "RemoveAudienceMembersRequest": { + "description": "Request to remove users from an audience in the provided destinations. Returns a RemoveAudienceMembersResponse.", + "id": "RemoveAudienceMembersRequest", + "properties": { + "audienceMembers": { + "description": "Required. The list of users to remove.", + "items": { + "$ref": "AudienceMember" + }, + "type": "array" + }, + "destinations": { + "description": "Required. The list of destinations to remove the users from.", + "items": { + "$ref": "Destination" + }, + "type": "array" + }, + "encoding": { + "description": "Optional. Required for UserData uploads. The encoding type of the user identifiers. Applies to only the outer encoding for encrypted user identifiers. For non `UserData` uploads, this field is ignored.", + "enum": [ + "ENCODING_UNSPECIFIED", + "HEX", + "BASE64" + ], + "enumDescriptions": [ + "Unspecified Encoding type. Should never be used.", + "Hex encoding.", + "Base 64 encoding." + ], + "type": "string" + }, + "encryptionInfo": { + "$ref": "EncryptionInfo", + "description": "Optional. Encryption information for UserData uploads. If not set, it's assumed that uploaded identifying information is hashed but not encrypted. For non `UserData` uploads, this field is ignored." + }, + "validateOnly": { + "description": "Optional. For testing purposes. If `true`, the request is validated but not executed. Only errors are returned, not results.", + "type": "boolean" + } + }, + "type": "object" + }, + "RemoveAudienceMembersResponse": { + "description": "Response from the RemoveAudienceMembersRequest.", + "id": "RemoveAudienceMembersResponse", + "properties": { + "requestId": { + "description": "The auto-generated ID of the request.", + "type": "string" + } + }, + "type": "object" + }, + "RemoveAudienceMembersStatus": { + "description": "The status of the remove audience members request.", + "id": "RemoveAudienceMembersStatus", + "properties": { + "mobileDataRemovalStatus": { + "$ref": "RemoveMobileDataStatus", + "description": "The status of the mobile data removal from the destination." + }, + "pairDataRemovalStatus": { + "$ref": "RemovePairDataStatus", + "description": "The status of the pair data removal from the destination." + }, + "userDataRemovalStatus": { + "$ref": "RemoveUserDataStatus", + "description": "The status of the user data removal from the destination." + } + }, + "type": "object" + }, + "RemoveMobileDataStatus": { + "description": "The status of the mobile data removal from the destination.", + "id": "RemoveMobileDataStatus", + "properties": { + "mobileIdCount": { + "description": "The total count of mobile Ids sent in the removal request. Includes all mobile ids in the request, regardless of whether they were successfully removed or not.", + "format": "int64", + "type": "string" + }, + "recordCount": { + "description": "The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "RemovePairDataStatus": { + "description": "The status of the pair data removal from the destination.", + "id": "RemovePairDataStatus", + "properties": { + "pairIdCount": { + "description": "The total count of pair ids sent in the removal request. Includes all pair ids in the request, regardless of whether they were successfully removed or not.", + "format": "int64", + "type": "string" + }, + "recordCount": { + "description": "The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "RemoveUserDataStatus": { + "description": "The status of the user data removal from the destination.", + "id": "RemoveUserDataStatus", + "properties": { + "recordCount": { + "description": "The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.", + "format": "int64", + "type": "string" + }, + "userIdentifierCount": { + "description": "The total count of user identifiers sent in the removal request. Includes all user identifiers in the request, regardless of whether they were successfully removed or not.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "RequestStatusPerDestination": { + "description": "A request status per destination.", + "id": "RequestStatusPerDestination", + "properties": { + "audienceMembersIngestionStatus": { + "$ref": "IngestAudienceMembersStatus", + "description": "The status of the ingest audience members request." + }, + "audienceMembersRemovalStatus": { + "$ref": "RemoveAudienceMembersStatus", + "description": "The status of the remove audience members request." + }, + "destination": { + "$ref": "Destination", + "description": "A destination within a DM API request." + }, + "errorInfo": { + "$ref": "ErrorInfo", + "description": "An error info error containing the error reason and error counts related to the upload." + }, + "eventsIngestionStatus": { + "$ref": "IngestEventsStatus", + "description": "The status of the ingest events request." + }, + "requestStatus": { + "description": "The request status of the destination.", + "enum": [ + "REQUEST_STATUS_UNKNOWN", + "SUCCESS", + "PROCESSING", + "FAILED", + "PARTIAL_SUCCESS" + ], + "enumDescriptions": [ + "The request status is unknown.", + "The request succeeded.", + "The request is processing.", + "The request failed.", + "The request partially succeeded." + ], + "type": "string" + }, + "warningInfo": { + "$ref": "WarningInfo", + "description": "A warning info containing the warning reason and warning counts related to the upload." + } + }, + "type": "object" + }, + "RetrieveRequestStatusResponse": { + "description": "Response from the RetrieveRequestStatusRequest.", + "id": "RetrieveRequestStatusResponse", + "properties": { + "requestStatusPerDestination": { + "description": "A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request.", + "items": { + "$ref": "RequestStatusPerDestination" + }, + "type": "array" + } + }, + "type": "object" + }, + "TermsOfService": { + "description": "The terms of service that the user has accepted/rejected.", + "id": "TermsOfService", + "properties": { + "customerMatchTermsOfServiceStatus": { + "description": "Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting UserData or MobileData. This field is not required for Partner Match User list.", + "enum": [ + "TERMS_OF_SERVICE_STATUS_UNSPECIFIED", + "ACCEPTED", + "REJECTED" + ], + "enumDescriptions": [ + "Not specified.", + "Status indicating the caller has chosen to accept the terms of service.", + "Status indicating the caller has chosen to reject the terms of service." + ], + "type": "string" + } + }, + "type": "object" + }, + "UserData": { + "description": "Data that identifies the user. At least one identifier is required.", + "id": "UserData", + "properties": { + "userIdentifiers": { + "description": "Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data (for example, multiple email addresses). To increase the likelihood of a match, provide as many identifiers as possible. At most 10 `userIdentifiers` can be provided in a single AudienceMember or Event.", + "items": { + "$ref": "UserIdentifier" + }, + "type": "array" + } + }, + "type": "object" + }, + "UserIdentifier": { + "description": "A single identifier for the user.", + "id": "UserIdentifier", + "properties": { + "address": { + "$ref": "AddressInfo", + "description": "The known components of a user's address. Holds a grouping of identifiers that are matched all at once." + }, + "emailAddress": { + "description": "Hashed email address using SHA-256 hash function after normalization.", + "type": "string" + }, + "phoneNumber": { + "description": "Hashed phone number using SHA-256 hash function after normalization (E164 standard).", + "type": "string" + } + }, + "type": "object" + }, + "UserProperties": { + "description": "Advertiser-assessed information about the user at the time that the event happened. See https://support.google.com/google-ads/answer/14007601 for more details.", + "id": "UserProperties", + "properties": { + "additionalUserProperties": { + "description": "Optional. A bucket of any additional [user properties](https://developers.google.com/analytics/devguides/collection/protocol/ga4/user-properties) for the user associated with this event.", + "items": { + "$ref": "UserProperty" + }, + "type": "array" + }, + "customerType": { + "description": "Optional. Type of the customer associated with the event.", + "enum": [ + "CUSTOMER_TYPE_UNSPECIFIED", + "NEW", + "RETURNING", + "REENGAGED" + ], + "enumDescriptions": [ + "Unspecified CustomerType. Should never be used.", + "The customer is new to the advertiser.", + "The customer is returning to the advertiser.", + "The customer has re-engaged with the advertiser." + ], + "type": "string" + }, + "customerValueBucket": { + "description": "Optional. The advertiser-assessed value of the customer.", + "enum": [ + "CUSTOMER_VALUE_BUCKET_UNSPECIFIED", + "LOW", + "MEDIUM", + "HIGH" + ], + "enumDescriptions": [ + "Unspecified CustomerValueBucket. Should never be used.", + "The customer is low value.", + "The customer is medium value.", + "The customer is high value." + ], + "type": "string" + } + }, + "type": "object" + }, + "UserProperty": { + "description": "A bucket of any additional [user properties](https://developers.google.com/analytics/devguides/collection/protocol/ga4/user-properties) for the user associated with this event.", + "id": "UserProperty", + "properties": { + "propertyName": { + "description": "Required. The name of the user property to use.", + "type": "string" + }, + "value": { + "description": "Required. The string representation of the value of the user property to use.", + "type": "string" + } + }, + "type": "object" + }, + "WarningCount": { + "description": "The warning count for a given warning reason.", + "id": "WarningCount", + "properties": { + "reason": { + "description": "The warning reason.", + "enum": [ + "PROCESSING_WARNING_REASON_UNSPECIFIED", + "PROCESSING_WARNING_REASON_KEK_PERMISSION_DENIED", + "PROCESSING_WARNING_REASON_DEK_DECRYPTION_ERROR", + "PROCESSING_WARNING_REASON_DECRYPTION_ERROR", + "PROCESSING_WARNING_REASON_WIP_AUTH_FAILED", + "PROCESSING_WARNING_REASON_INVALID_WIP", + "PROCESSING_WARNING_REASON_INVALID_KEK", + "PROCESSING_WARNING_REASON_USER_IDENTIFIER_DECRYPTION_ERROR", + "PROCESSING_WARNING_REASON_INTERNAL_ERROR", + "PROCESSING_WARNING_REASON_AWS_AUTH_FAILED" + ], + "enumDescriptions": [ + "The processing warning reason is unknown.", + "The system did not have the permissions needed to access the KEK.", + "The DEK failed to be decrypted.", + "The event has a decryption error.", + "The WIP could not be used because it was rejected by its attestation condition.", + "The WIP is formatted incorrectly or the WIP does not exist.", + "The KEK cannot decrypt data because it is the wrong KEK, or it does not exist.", + "Failed to decrypt th UserIdentifier data using the DEK.", + "Internal error.", + "The system failed to authenticate with AWS." + ], + "type": "string" + }, + "recordCount": { + "description": "The count of records that have a warning.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "WarningInfo": { + "description": "Warning counts for each type of warning.", + "id": "WarningInfo", + "properties": { + "warningCounts": { + "description": "A list of warnings and counts per warning reason.", + "items": { + "$ref": "WarningCount" + }, + "type": "array" + } + }, + "type": "object" + } + }, + "servicePath": "", + "title": "Data Manager API", + "version": "v1", + "version_module": true +} \ No newline at end of file diff --git a/DiscoveryJson/datamigration.v1.json b/DiscoveryJson/datamigration.v1.json index 4fb2704f682..fbc808b027d 100644 --- a/DiscoveryJson/datamigration.v1.json +++ b/DiscoveryJson/datamigration.v1.json @@ -2088,6 +2088,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2345,7 +2350,7 @@ } } }, - "revision": "20250826", + "revision": "20251029", "rootUrl": "https://datamigration.googleapis.com/", "schemas": { "AlloyDbConnectionProfile": { @@ -4562,6 +4567,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/datamigration.v1beta1.json b/DiscoveryJson/datamigration.v1beta1.json index 6d08fa83acb..6bef7545528 100644 --- a/DiscoveryJson/datamigration.v1beta1.json +++ b/DiscoveryJson/datamigration.v1beta1.json @@ -1038,6 +1038,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -1055,7 +1060,7 @@ } } }, - "revision": "20250815", + "revision": "20251029", "rootUrl": "https://datamigration.googleapis.com/", "schemas": { "AuditConfig": { @@ -1561,6 +1566,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/dataplex.v1.json b/DiscoveryJson/dataplex.v1.json index e0ca115d562..0940e3a7f46 100644 --- a/DiscoveryJson/dataplex.v1.json +++ b/DiscoveryJson/dataplex.v1.json @@ -66,6 +66,11 @@ "endpointUrl": "https://dataplex.asia-southeast2.rep.googleapis.com/", "location": "asia-southeast2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataplex.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataplex.australia-southeast1.rep.googleapis.com/", @@ -111,6 +116,11 @@ "endpointUrl": "https://dataplex.europe-west12.rep.googleapis.com/", "location": "europe-west12" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataplex.europe-west15.rep.googleapis.com/", + "location": "europe-west15" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataplex.europe-west2.rep.googleapis.com/", @@ -776,7 +786,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -860,7 +870,7 @@ "Returns entry only, without aspects.", "Returns all required aspects as well as the keys of all non-required aspects.", "Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned.", - "Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned." + "" ], "location": "query", "type": "string" @@ -1568,6 +1578,37 @@ }, "dataProducts": { "methods": { + "getIamPolicy": { + "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataProducts/{dataProductsId}:getIamPolicy", + "httpMethod": "GET", + "id": "dataplex.projects.locations.dataProducts.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+resource}:getIamPolicy", + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "setIamPolicy": { "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataProducts/{dataProductsId}:setIamPolicy", @@ -1624,68 +1665,6 @@ "https://www.googleapis.com/auth/cloud-platform" ] } - }, - "resources": { - "dataAssets": { - "methods": { - "setIamPolicy": { - "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataProducts/{dataProductsId}/dataAssets/{dataAssetsId}:setIamPolicy", - "httpMethod": "POST", - "id": "dataplex.projects.locations.dataProducts.dataAssets.setIamPolicy", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/dataAssets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:setIamPolicy", - "request": { - "$ref": "GoogleIamV1SetIamPolicyRequest" - }, - "response": { - "$ref": "GoogleIamV1Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "testIamPermissions": { - "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataProducts/{dataProductsId}/dataAssets/{dataAssetsId}:testIamPermissions", - "httpMethod": "POST", - "id": "dataplex.projects.locations.dataProducts.dataAssets.testIamPermissions", - "parameterOrder": [ - "resource" - ], - "parameters": { - "resource": { - "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/dataAssets/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+resource}:testIamPermissions", - "request": { - "$ref": "GoogleIamV1TestIamPermissionsRequest" - }, - "response": { - "$ref": "GoogleIamV1TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - } } }, "dataScans": { @@ -3062,7 +3041,7 @@ "Returns entry only, without aspects.", "Returns all required aspects as well as the keys of all non-required aspects.", "Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned.", - "Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned." + "" ], "location": "query", "type": "string" @@ -3086,7 +3065,7 @@ ], "parameters": { "filter": { - "description": "Optional. A filter on the entries to return. Filters are case-sensitive. You can filter the request by the following fields: entry_type entry_source.display_nameThe comparison operators are =, !=, <, >, <=, >=. The service compares strings according to lexical order.You can use the logical operators AND, OR, NOT in the filter.You can use Wildcard \"*\", but for entry_type you need to provide the full project id or number.Example filter expressions: \"entry_source.display_name=AnExampleDisplayName\" \"entry_type=projects/example-project/locations/global/entryTypes/example-entry_type\" \"entry_type=projects/example-project/locations/us/entryTypes/a* OR entry_type=projects/another-project/locations/*\" \"NOT entry_source.display_name=AnotherExampleDisplayName\"", + "description": "Optional. A filter on the entries to return. Filters are case-sensitive. You can filter the request by the following fields: entry_type entry_source.display_name parent_entryThe comparison operators are =, !=, <, >, <=, >=. The service compares strings according to lexical order.You can use the logical operators AND, OR, NOT in the filter.You can use Wildcard \"*\", but for entry_type and parent_entry you need to provide the full project id or number.You cannot use parent_entry in conjunction with other fields.Example filter expressions: \"entry_source.display_name=AnExampleDisplayName\" \"entry_type=projects/example-project/locations/global/entryTypes/example-entry_type\" \"entry_type=projects/example-project/locations/us/entryTypes/a* OR entry_type=projects/another-project/locations/*\" \"NOT entry_source.display_name=AnotherExampleDisplayName\" \"parent_entry=projects/example-project/locations/us/entryGroups/example-entry-group/entries/example-entry\"", "location": "query", "type": "string" }, @@ -7250,7 +7229,7 @@ } } }, - "revision": "20250924", + "revision": "20251113", "rootUrl": "https://dataplex.googleapis.com/", "schemas": { "Empty": { @@ -7544,6 +7523,18 @@ "readOnly": true, "type": "string" }, + "dataClassification": { + "description": "Optional. Immutable. Stores data classification of the aspect.", + "enum": [ + "DATA_CLASSIFICATION_UNSPECIFIED", + "METADATA_AND_DATA" + ], + "enumDescriptions": [ + "Denotes that the aspect contains only metadata.", + "Metadata and data classification." + ], + "type": "string" + }, "description": { "description": "Optional. Description of the AspectType.", "type": "string" @@ -8731,6 +8722,11 @@ "description": "DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.", "id": "GoogleCloudDataplexV1DataProfileResult", "properties": { + "catalogPublishingStatus": { + "$ref": "GoogleCloudDataplexV1DataScanCatalogPublishingStatus", + "description": "Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.", + "readOnly": true + }, "postScanActionsResult": { "$ref": "GoogleCloudDataplexV1DataProfileResultPostScanActionsResult", "description": "Output only. The result of post scan actions.", @@ -9010,6 +9006,10 @@ "description": "DataProfileScan related setting.", "id": "GoogleCloudDataplexV1DataProfileSpec", "properties": { + "catalogPublishingEnabled": { + "description": "Optional. If set, the latest DataScan job result will be published as Dataplex Universal Catalog metadata.", + "type": "boolean" + }, "excludeFields": { "$ref": "GoogleCloudDataplexV1DataProfileSpecSelectedFields", "description": "Optional. The fields to exclude from data profile.If specified, the fields will be excluded from data profile, regardless of include_fields value." @@ -9140,6 +9140,11 @@ "description": "The output of a DataQualityScan.", "id": "GoogleCloudDataplexV1DataQualityResult", "properties": { + "anomalyDetectionGeneratedAssets": { + "$ref": "GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets", + "description": "Output only. The generated assets for anomaly detection.", + "readOnly": true + }, "catalogPublishingStatus": { "$ref": "GoogleCloudDataplexV1DataScanCatalogPublishingStatus", "description": "Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata.", @@ -9199,6 +9204,33 @@ }, "type": "object" }, + "GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets": { + "description": "The assets generated by Anomaly Detection Data Scan.", + "id": "GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets", + "properties": { + "dataIntermediateTable": { + "description": "Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID", + "readOnly": true, + "type": "string" + }, + "freshnessIntermediateTable": { + "description": "Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID", + "readOnly": true, + "type": "string" + }, + "resultTable": { + "description": "Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.", + "readOnly": true, + "type": "string" + }, + "volumeIntermediateTable": { + "description": "Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDataplexV1DataQualityResultPostScanActionsResult": { "description": "The result of post scan actions of DataQualityScan job.", "id": "GoogleCloudDataplexV1DataQualityResultPostScanActionsResult", @@ -13924,6 +13956,10 @@ "$ref": "GoogleCloudDataplexV1TriggerOnDemand", "description": "The scan runs once via RunDataScan API." }, + "oneTime": { + "$ref": "GoogleCloudDataplexV1TriggerOneTime", + "description": "The scan runs once, and does not create an associated ScanJob child resource." + }, "schedule": { "$ref": "GoogleCloudDataplexV1TriggerSchedule", "description": "The scan is scheduled to run periodically." @@ -13937,6 +13973,18 @@ "properties": {}, "type": "object" }, + "GoogleCloudDataplexV1TriggerOneTime": { + "description": "The scan runs once using create API.", + "id": "GoogleCloudDataplexV1TriggerOneTime", + "properties": { + "ttlAfterScanCompletion": { + "description": "Optional. Time to live for OneTime scans. default value is 24 hours, minimum value is 0 seconds, and maximum value is 365 days. The time is calculated from the data scan job completion time. If value is set as 0 seconds, the scan will be immediately deleted upon job completion, regardless of whether the job succeeded or failed.", + "format": "google-duration", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDataplexV1TriggerSchedule": { "description": "The scan is scheduled to run periodically.", "id": "GoogleCloudDataplexV1TriggerSchedule", diff --git a/DiscoveryJson/dataproc.v1.json b/DiscoveryJson/dataproc.v1.json index 6bd5784517c..91d0b897a2c 100644 --- a/DiscoveryJson/dataproc.v1.json +++ b/DiscoveryJson/dataproc.v1.json @@ -86,6 +86,16 @@ "endpointUrl": "https://dataproc.europe-west8.rep.googleapis.com/", "location": "europe-west8" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataproc.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataproc.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, { "description": "Regional Endpoint", "endpointUrl": "https://dataproc.me-central2.rep.googleapis.com/", @@ -1613,6 +1623,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -4636,6 +4651,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -5012,7 +5032,7 @@ } } }, - "revision": "20250930", + "revision": "20251104", "rootUrl": "https://dataproc.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -5219,6 +5239,7 @@ "type": "string" }, "requestorId": { + "deprecated": true, "description": "Optional. The requestor ID is used to identify if the request comes from a GCA investigation or the old Ask Gemini Experience. ", "type": "string" } @@ -5949,6 +5970,10 @@ "$ref": "DataprocMetricConfig", "description": "Optional. The config for Dataproc metrics." }, + "diagnosticBucket": { + "description": "Optional. A Cloud Storage bucket used to collect checkpoint diagnostic data (https://cloud.google.com/dataproc/docs/support/diagnose-clusters#checkpoint_diagnostic_data). If you do not specify a diagnostic bucket, Cloud Dataproc will use the Dataproc temp bucket to collect the checkpoint diagnostic data. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.", + "type": "string" + }, "encryptionConfig": { "$ref": "EncryptionConfig", "description": "Optional. Encryption settings for the cluster." @@ -7083,7 +7108,7 @@ "additionalProperties": { "type": "string" }, - "description": "Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)).", + "description": "Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).", "type": "object" }, "serviceAccount": { @@ -8391,6 +8416,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -9272,7 +9304,7 @@ "id": "PySparkJob", "properties": { "archiveUris": { - "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.", + "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for correct environment propagation.", "items": { "type": "string" }, @@ -9619,6 +9651,10 @@ "description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.", "type": "string" }, + "dataprocSuperUser": { + "description": "Optional. Whether the request is submitted by Dataproc super user. If true, IAM will check 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is to give Dataproc superuser the ability to repair clusters without granting the overly broad update permission.", + "type": "boolean" + }, "gracefulDecommissionTimeout": { "description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the removal of cluster nodes without interrupting jobs in progress. The timeout specifies the amount of time to wait for jobs finish before forcefully removing nodes. The default timeout is 0 for forceful decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping\u2014Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).graceful_decommission_timeout is supported in Dataproc image versions 1.2+.", "format": "google-duration", @@ -12587,11 +12623,11 @@ "id": "UsageMetrics", "properties": { "acceleratorType": { - "description": "Optional. Accelerator type being used, if any", + "description": "Optional. DEPRECATED Accelerator type being used, if any", "type": "string" }, "milliAcceleratorSeconds": { - "description": "Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", + "description": "Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", "format": "int64", "type": "string" }, @@ -12600,11 +12636,6 @@ "format": "int64", "type": "string" }, - "milliSlotSeconds": { - "description": "Optional. Slot usage in (milliSlot x seconds).", - "format": "int64", - "type": "string" - }, "shuffleStorageGbSeconds": { "description": "Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", "format": "int64", @@ -12641,11 +12672,6 @@ "format": "int64", "type": "string" }, - "milliSlot": { - "description": "Optional. Milli (one-thousandth) Slot usage of the workload.", - "format": "int64", - "type": "string" - }, "shuffleStorageGb": { "description": "Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))", "format": "int64", @@ -13011,6 +13037,11 @@ "description": "A YARN application created by a job. Application information is a subset of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto.Beta Feature: This report is available for testing purposes only. It may be changed before final release.", "id": "YarnApplication", "properties": { + "memoryMbSeconds": { + "description": "Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.", + "format": "int64", + "type": "string" + }, "name": { "description": "Required. The application name.", "type": "string" @@ -13049,6 +13080,11 @@ "trackingUrl": { "description": "Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.", "type": "string" + }, + "vcoreSeconds": { + "description": "Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds.", + "format": "int64", + "type": "string" } }, "type": "object" diff --git a/DiscoveryJson/datastore.v1.json b/DiscoveryJson/datastore.v1.json index 9a8d05fb0e3..ce1567c64fc 100644 --- a/DiscoveryJson/datastore.v1.json +++ b/DiscoveryJson/datastore.v1.json @@ -203,11 +203,6 @@ "endpointUrl": "https://datastore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://datastore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://datastore.us-south1.rep.googleapis.com/", @@ -233,6 +228,11 @@ "endpointUrl": "https://datastore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://datastore.us-west8.rep.googleapis.com/", @@ -423,11 +423,6 @@ "endpointUrl": "https://batch-datastore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://batch-datastore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-datastore.us-south1.rep.googleapis.com/", @@ -453,10 +448,35 @@ "endpointUrl": "https://batch-datastore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-datastore.us-west8.rep.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.us.rep.googleapis.com/", + "location": "us" } ], "fullyEncodeReservedExpansion": true, @@ -1080,6 +1100,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1096,7 +1121,7 @@ } } }, - "revision": "20250918", + "revision": "20251014", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "Aggregation": { @@ -2221,6 +2246,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/datastore.v1beta1.json b/DiscoveryJson/datastore.v1beta1.json index bee30b553c6..ea299fcaf90 100644 --- a/DiscoveryJson/datastore.v1beta1.json +++ b/DiscoveryJson/datastore.v1beta1.json @@ -203,11 +203,6 @@ "endpointUrl": "https://datastore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://datastore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://datastore.us-south1.rep.googleapis.com/", @@ -233,6 +228,11 @@ "endpointUrl": "https://datastore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://datastore.us-west8.rep.googleapis.com/", @@ -423,11 +423,6 @@ "endpointUrl": "https://batch-datastore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://batch-datastore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-datastore.us-south1.rep.googleapis.com/", @@ -453,10 +448,35 @@ "endpointUrl": "https://batch-datastore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-datastore.us-west8.rep.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.us.rep.googleapis.com/", + "location": "us" } ], "fullyEncodeReservedExpansion": true, @@ -610,7 +630,7 @@ } } }, - "revision": "20250918", + "revision": "20251014", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "GoogleDatastoreAdminV1CommonMetadata": { diff --git a/DiscoveryJson/datastore.v1beta3.json b/DiscoveryJson/datastore.v1beta3.json index 6c267c3898e..ef144921280 100644 --- a/DiscoveryJson/datastore.v1beta3.json +++ b/DiscoveryJson/datastore.v1beta3.json @@ -203,11 +203,6 @@ "endpointUrl": "https://datastore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://datastore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://datastore.us-south1.rep.googleapis.com/", @@ -233,6 +228,11 @@ "endpointUrl": "https://datastore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://datastore.us-west8.rep.googleapis.com/", @@ -423,11 +423,6 @@ "endpointUrl": "https://batch-datastore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://batch-datastore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-datastore.us-south1.rep.googleapis.com/", @@ -453,10 +448,35 @@ "endpointUrl": "https://batch-datastore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-datastore.us-west8.rep.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://datastore.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-datastore.us.rep.googleapis.com/", + "location": "us" } ], "fullyEncodeReservedExpansion": true, @@ -778,7 +798,7 @@ } } }, - "revision": "20250918", + "revision": "20251014", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "Aggregation": { diff --git a/DiscoveryJson/datastream.v1.json b/DiscoveryJson/datastream.v1.json index 37151f401f3..48154615dce 100644 --- a/DiscoveryJson/datastream.v1.json +++ b/DiscoveryJson/datastream.v1.json @@ -560,6 +560,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1261,7 +1266,7 @@ } } }, - "revision": "20250827", + "revision": "20251029", "rootUrl": "https://datastream.googleapis.com/", "schemas": { "AppendOnly": { @@ -1782,6 +1787,17 @@ }, "type": "object" }, + "EventFilter": { + "description": "Represents a filter for included data on a stream object.", + "id": "EventFilter", + "properties": { + "sqlWhereClause": { + "description": "An SQL-query Where clause selecting which data should be included, not including the \"WHERE\" keyword. E.g., \"t.key1 = 'value1' AND t.key2 = 'value2'\".", + "type": "string" + } + }, + "type": "object" + }, "FetchStaticIpsResponse": { "description": "Response message for a 'FetchStaticIps' response.", "id": "FetchStaticIpsResponse", @@ -1986,6 +2002,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -2160,7 +2183,7 @@ "id": "MongodbChangeStreamPosition", "properties": { "startTime": { - "description": "Required. The timestamp (in epoch seconds) to start change stream from.", + "description": "Required. The timestamp to start change stream from.", "format": "google-datetime", "type": "string" } @@ -2297,6 +2320,20 @@ "$ref": "MongodbCluster", "description": "MongoDB collections to include in the stream." }, + "jsonMode": { + "description": "Optional. MongoDB JSON mode to use for the stream.", + "enum": [ + "MONGODB_JSON_MODE_UNSPECIFIED", + "STRICT", + "CANONICAL" + ], + "enumDescriptions": [ + "Unspecified JSON mode.", + "Strict JSON mode.", + "Canonical JSON mode." + ], + "type": "string" + }, "maxConcurrentBackfillTasks": { "description": "Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used", "format": "int32", @@ -3821,7 +3858,12 @@ "StartBackfillJobRequest": { "description": "Request for manually initiating a backfill job for a specific stream object.", "id": "StartBackfillJobRequest", - "properties": {}, + "properties": { + "eventFilter": { + "$ref": "EventFilter", + "description": "Optional. Optional event filter. If not set, or empty, the backfill will be performed on the entire object. This is currently used for partial backfill and only supported for SQL Server sources." + } + }, "type": "object" }, "StartBackfillJobResponse": { diff --git a/DiscoveryJson/datastream.v1alpha1.json b/DiscoveryJson/datastream.v1alpha1.json index 6b992c55426..00b54277719 100644 --- a/DiscoveryJson/datastream.v1alpha1.json +++ b/DiscoveryJson/datastream.v1alpha1.json @@ -553,6 +553,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1alpha1/{+name}/operations", @@ -1230,7 +1235,7 @@ } } }, - "revision": "20250817", + "revision": "20251021", "rootUrl": "https://datastream.googleapis.com/", "schemas": { "AvroFileFormat": { @@ -1711,6 +1716,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/deploymentmanager.alpha.json b/DiscoveryJson/deploymentmanager.alpha.json index 2f0cfdbbb33..c1a9b34ef8c 100644 --- a/DiscoveryJson/deploymentmanager.alpha.json +++ b/DiscoveryJson/deploymentmanager.alpha.json @@ -1676,7 +1676,7 @@ } } }, - "revision": "20250828", + "revision": "20251024", "rootUrl": "https://deploymentmanager.googleapis.com/", "schemas": { "AsyncOptions": { @@ -2704,11 +2704,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -2750,6 +2751,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -2788,6 +2790,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", @@ -3092,11 +3095,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -3138,6 +3142,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -3176,6 +3181,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", @@ -3404,11 +3410,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -3450,6 +3457,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -3488,6 +3496,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", diff --git a/DiscoveryJson/deploymentmanager.v2.json b/DiscoveryJson/deploymentmanager.v2.json index fa0beb48e38..b9c6bba4922 100644 --- a/DiscoveryJson/deploymentmanager.v2.json +++ b/DiscoveryJson/deploymentmanager.v2.json @@ -1028,7 +1028,7 @@ } } }, - "revision": "20250828", + "revision": "20251024", "rootUrl": "https://deploymentmanager.googleapis.com/", "schemas": { "AuditConfig": { @@ -1754,11 +1754,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -1800,6 +1801,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -1838,6 +1840,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", @@ -2061,11 +2064,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -2107,6 +2111,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -2145,6 +2150,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", @@ -2350,11 +2356,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -2396,6 +2403,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -2434,6 +2442,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", diff --git a/DiscoveryJson/deploymentmanager.v2beta.json b/DiscoveryJson/deploymentmanager.v2beta.json index 2613a4cc555..e126cea494c 100644 --- a/DiscoveryJson/deploymentmanager.v2beta.json +++ b/DiscoveryJson/deploymentmanager.v2beta.json @@ -1636,7 +1636,7 @@ } } }, - "revision": "20250828", + "revision": "20251024", "rootUrl": "https://deploymentmanager.googleapis.com/", "schemas": { "AsyncOptions": { @@ -2603,11 +2603,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -2649,6 +2650,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -2687,6 +2689,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", @@ -2968,11 +2971,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -3014,6 +3018,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -3052,6 +3057,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", @@ -3257,11 +3263,12 @@ "QUOTA_INFO_UNAVAILABLE", "RESOURCE_USES_GLOBAL_DNS", "RATE_LIMIT_EXCEEDED", - "RESERVED_ENTRY_135", + "UPCOMING_MAINTENANCES_UNAVAILABLE", "RESERVED_ENTRY_136", "RESERVED_ENTRY_139", "RESERVED_ENTRY_141", - "RESERVED_ENTRY_142" + "RESERVED_ENTRY_142", + "RESERVED_ENTRY_143" ], "enumDeprecated": [ false, @@ -3303,6 +3310,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -3341,6 +3349,7 @@ "Quota information is not available to client requests (e.g: regions.list).", "Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.", "Resource can't be retrieved due to api quota exceeded.", + "Upcoming maintenance schedule is unavailable for the resource.", "Reserved entries for quickly adding new warnings without breaking dependent clients.", "", "", diff --git a/DiscoveryJson/developerconnect.v1.json b/DiscoveryJson/developerconnect.v1.json index d4388e9f737..c7866111103 100644 --- a/DiscoveryJson/developerconnect.v1.json +++ b/DiscoveryJson/developerconnect.v1.json @@ -196,7 +196,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -913,7 +913,7 @@ "gitRepositoryLinks": { "methods": { "create": { - "description": "Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. All other Connections will have events forwarded to Cloud Build.", + "description": "Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. Connections that use Gemini Code Assist will have events forwarded to Gemini Code Assist service. All other Connections will have events forwarded to Cloud Build.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/gitRepositoryLinks", "httpMethod": "POST", "id": "developerconnect.projects.locations.connections.gitRepositoryLinks.create", @@ -1318,7 +1318,7 @@ ] }, "delete": { - "description": "Delete a single Insight.", + "description": "Deletes a single Insight.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/insightsConfigs/{insightsConfigsId}", "httpMethod": "DELETE", "id": "developerconnect.projects.locations.insightsConfigs.delete", @@ -1586,7 +1586,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1606,7 +1606,7 @@ } } }, - "revision": "20250929", + "revision": "20251113", "rootUrl": "https://developerconnect.googleapis.com/", "schemas": { "AccountConnector": { @@ -1659,6 +1659,28 @@ }, "type": "object" }, + "AppHubService": { + "description": "AppHubService represents the App Hub Service.", + "id": "AppHubService", + "properties": { + "apphubService": { + "description": "Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.", + "readOnly": true, + "type": "string" + }, + "criticality": { + "description": "Output only. The criticality of the App Hub Service.", + "readOnly": true, + "type": "string" + }, + "environment": { + "description": "Output only. The environment of the App Hub Service.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "AppHubWorkload": { "description": "AppHubWorkload represents the App Hub Workload.", "id": "AppHubWorkload", @@ -2064,12 +2086,14 @@ "enum": [ "GIT_HUB_APP_UNSPECIFIED", "DEVELOPER_CONNECT", - "FIREBASE" + "FIREBASE", + "GEMINI_CODE_ASSIST" ], "enumDescriptions": [ "GitHub App not specified.", "The Developer Connect GitHub Application.", - "The Firebase GitHub Application." + "The Firebase GitHub Application.", + "The Gemini Code Assist Application." ], "type": "string" }, @@ -2296,6 +2320,17 @@ }, "type": "object" }, + "GoogleCloudRun": { + "description": "GoogleCloudRun represents the Cloud Run runtime.", + "id": "GoogleCloudRun", + "properties": { + "serviceUri": { + "description": "Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.", + "type": "string" + } + }, + "type": "object" + }, "HttpBody": { "description": "Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.", "id": "HttpBody", @@ -2346,7 +2381,7 @@ "type": "array" }, "createTime": { - "description": "Output only. [Output only] Create timestamp", + "description": "Output only. Create timestamp.", "format": "google-datetime", "readOnly": true, "type": "string" @@ -2400,7 +2435,7 @@ "type": "string" }, "updateTime": { - "description": "Output only. [Output only] Update timestamp", + "description": "Output only. Update timestamp.", "format": "google-datetime", "readOnly": true, "type": "string" @@ -2609,7 +2644,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, @@ -2871,6 +2906,11 @@ "description": "RuntimeConfig represents the runtimes where the application is deployed.", "id": "RuntimeConfig", "properties": { + "appHubService": { + "$ref": "AppHubService", + "description": "Output only. App Hub Service.", + "readOnly": true + }, "appHubWorkload": { "$ref": "AppHubWorkload", "description": "Output only. App Hub Workload.", @@ -2881,6 +2921,11 @@ "description": "Output only. Google Kubernetes Engine runtime.", "readOnly": true }, + "googleCloudRun": { + "$ref": "GoogleCloudRun", + "description": "Output only. Cloud Run runtime.", + "readOnly": true + }, "state": { "description": "Output only. The state of the Runtime.", "enum": [ diff --git a/DiscoveryJson/dfareporting.v4.json b/DiscoveryJson/dfareporting.v4.json index 37f807fc8da..e7da124a7df 100644 --- a/DiscoveryJson/dfareporting.v4.json +++ b/DiscoveryJson/dfareporting.v4.json @@ -4675,11 +4675,81 @@ "scopes": [ "https://www.googleapis.com/auth/dfatrafficking" ] + }, + "retransform": { + "description": "Retransforms a dynamic feed.", + "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}/retransform", + "httpMethod": "POST", + "id": "dfareporting.dynamicFeeds.retransform", + "parameterOrder": [ + "dynamicFeedId" + ], + "parameters": { + "dynamicFeedId": { + "description": "Required. Dynamic feed ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/dynamicFeeds/{+dynamicFeedId}/retransform", + "response": { + "$ref": "DynamicFeed" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, + "update": { + "description": "Updates a new dynamic feed.", + "flatPath": "studio/dynamicFeeds", + "httpMethod": "PUT", + "id": "dfareporting.dynamicFeeds.update", + "parameterOrder": [], + "parameters": {}, + "path": "studio/dynamicFeeds", + "request": { + "$ref": "DynamicFeed" + }, + "response": { + "$ref": "DynamicFeed" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] } } }, "dynamicProfiles": { "methods": { + "generateCode": { + "description": "Generates code for a dynamic profile.", + "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/generateCode", + "httpMethod": "GET", + "id": "dfareporting.dynamicProfiles.generateCode", + "parameterOrder": [ + "dynamicProfileId" + ], + "parameters": { + "dynamicProfileId": { + "description": "Required. Dynamic profile ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/dynamicProfiles/{+dynamicProfileId}/generateCode", + "response": { + "$ref": "DynamicProfileGenerateCodeResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, "get": { "description": "Gets a dynamic profile by ID.", "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}", @@ -4724,6 +4794,29 @@ "https://www.googleapis.com/auth/dfatrafficking" ] }, + "publish": { + "description": "Publish for a dynamic profile.", + "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/publish", + "httpMethod": "POST", + "id": "dfareporting.dynamicProfiles.publish", + "parameterOrder": [ + "dynamicProfileId" + ], + "parameters": { + "dynamicProfileId": { + "description": "Required. Dynamic profile ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/dynamicProfiles/{+dynamicProfileId}/publish", + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, "update": { "description": "Updates an existing dynamic profile.", "flatPath": "studio/dynamicProfiles", @@ -9122,6 +9215,112 @@ } } }, + "studioCreativeAssets": { + "methods": { + "insert": { + "description": "Inserts a new studio creative asset.", + "flatPath": "studio/creativeAssets", + "httpMethod": "POST", + "id": "dfareporting.studioCreativeAssets.insert", + "mediaUpload": { + "accept": [ + "*/*" + ], + "maxSize": "1073741824", + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/dfareporting/v4/studio/creativeAssets" + } + } + }, + "parameterOrder": [], + "parameters": {}, + "path": "studio/creativeAssets", + "request": { + "$ref": "DfareportingStudioCreativeAssetsInsertRequest" + }, + "response": { + "$ref": "StudioCreativeAssetsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ], + "supportsMediaUpload": true + } + } + }, + "studioCreatives": { + "methods": { + "get": { + "description": "Gets a studio creative by ID.", + "flatPath": "studio/creatives/{creativesId}", + "httpMethod": "GET", + "id": "dfareporting.studioCreatives.get", + "parameterOrder": [ + "studioCreativeId" + ], + "parameters": { + "studioCreativeId": { + "description": "Required. Studio creative ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/creatives/{+studioCreativeId}", + "response": { + "$ref": "StudioCreative" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, + "insert": { + "description": "Inserts a new studio creative.", + "flatPath": "studio/creatives", + "httpMethod": "POST", + "id": "dfareporting.studioCreatives.insert", + "parameterOrder": [], + "parameters": {}, + "path": "studio/creatives", + "request": { + "$ref": "StudioCreative" + }, + "response": { + "$ref": "StudioCreative" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, + "publish": { + "description": "Publish for a studio creative.", + "flatPath": "studio/creatives/{creativesId}/publish", + "httpMethod": "POST", + "id": "dfareporting.studioCreatives.publish", + "parameterOrder": [ + "studioCreativeId" + ], + "parameters": { + "studioCreativeId": { + "description": "Required. Studio creative ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/creatives/{+studioCreativeId}/publish", + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + } + } + }, "subaccounts": { "methods": { "get": { @@ -10266,7 +10465,7 @@ } } }, - "revision": "20250902", + "revision": "20251023", "rootUrl": "https://dfareporting.googleapis.com/", "schemas": { "Account": { @@ -10790,6 +10989,10 @@ ], "type": "string" }, + "contextualKeywordTargeting": { + "$ref": "ContextualKeywordTargeting", + "description": "Optional. Contextual keyword targeting information for this ad." + }, "createInfo": { "$ref": "LastModifiedInfo", "description": "Information about the creation of this ad. This is a read-only field." @@ -12384,6 +12587,31 @@ }, "type": "object" }, + "ContextualKeyword": { + "description": "Contains information about a Contextual Keyword that can be targeted by ads.", + "id": "ContextualKeyword", + "properties": { + "keyword": { + "description": "The keyword that can be targeted by ads.", + "type": "string" + } + }, + "type": "object" + }, + "ContextualKeywordTargeting": { + "description": "Contextual Keyword Targeting.", + "id": "ContextualKeywordTargeting", + "properties": { + "keywords": { + "description": "Contextual keywords that this ad targets", + "items": { + "$ref": "ContextualKeyword" + }, + "type": "array" + } + }, + "type": "object" + }, "Conversion": { "description": "A Conversion represents when a user successfully performs a desired action after seeing an ad.", "id": "Conversion", @@ -12760,14 +12988,24 @@ "CREATIVE_AUTHORING_SOURCE_DBM", "CREATIVE_AUTHORING_SOURCE_STUDIO", "CREATIVE_AUTHORING_SOURCE_GWD", - "CREATIVE_AUTHORING_SOURCE_ACS" + "CREATIVE_AUTHORING_SOURCE_ACS", + "CREATIVE_AUTHORING_SOURCE_ADOBE", + "CREATIVE_AUTHORING_SOURCE_TYPEFACE_AI", + "CREATIVE_AUTHORING_SOURCE_REMBRAND", + "CREATIVE_AUTHORING_SOURCE_TRACKTO_STUDIO", + "CREATIVE_AUTHORING_SOURCE_BORNLOGIC" ], "enumDescriptions": [ "DCM-UI or external API used to author the creative.", "DBM-UI used to author the creative.", "Studio-UI used to author the creative.", "Google Web Designer used to author the creative.", - "ACS-UI used to author the creative." + "ACS-UI used to author the creative.", + "Creative authoring source is Adobe.", + "Creative authoring source is Typeface.ai.", + "Creative authoring source is Rembrand.", + "Creative authoring source is Trackto.", + "Creative authoring source is Bornlogic." ], "type": "string" }, @@ -15194,6 +15432,28 @@ }, "type": "object" }, + "DfareportingStudioCreativeAssetsInsertRequest": { + "description": "Request message for DfareportingStudioCreativeAssets.Insert.", + "id": "DfareportingStudioCreativeAssetsInsertRequest", + "properties": { + "studioAccountId": { + "description": "Optional. Studio account ID of the studio creative asset. It is a optional.", + "format": "int64", + "type": "string" + }, + "studioAdvertiserId": { + "description": "Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion.", + "format": "int64", + "type": "string" + }, + "studioCreativeId": { + "description": "Optional. Studio creative ID of the studio creative asset. It is a optional field. If it is set, the asset will be associated to the creative.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "DfpSettings": { "description": "Google Ad Manager Settings", "id": "DfpSettings", @@ -15545,7 +15805,7 @@ "type": "object" }, "DynamicFeedsInsertRequest": { - "description": "Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic profile id. See go/cm3-dco-display-api-interface", + "description": "Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic profile id. See", "id": "DynamicFeedsInsertRequest", "properties": { "dynamicFeed": { @@ -15660,6 +15920,17 @@ }, "type": "object" }, + "DynamicProfileGenerateCodeResponse": { + "description": "Response message for DfareportingDynamicProfiles.GenerateCode.", + "id": "DynamicProfileGenerateCodeResponse", + "properties": { + "code": { + "description": "Generated code for the dynamic profile.", + "type": "string" + } + }, + "type": "object" + }, "DynamicProfileVersion": { "description": "Contains dynamic profile version information.", "id": "DynamicProfileVersion", @@ -18855,7 +19126,7 @@ "type": "boolean" }, "adServingPlatformId": { - "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the placement. Measurement partners can use this field to add ad-server specific macros. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv", + "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the placement. Measurement partners can use this field to add ad-server specific macros. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint", "format": "int64", "type": "string" }, @@ -20971,7 +21242,7 @@ "type": "string" }, "adServingPlatformId": { - "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv", + "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint", "format": "int64", "type": "string" }, @@ -21361,6 +21632,207 @@ }, "type": "object" }, + "StudioCreative": { + "description": "Contains studio creative information.", + "id": "StudioCreative", + "properties": { + "assetIds": { + "description": "List of assets associated with this studio creative. It is a required field on insertion.", + "items": { + "format": "int64", + "type": "string" + }, + "type": "array" + }, + "backupImageAssetId": { + "description": "Backup image asset ID of this studio creative.", + "format": "int64", + "type": "string" + }, + "createdInfo": { + "$ref": "LastModifiedInfo", + "description": "The timestamp when the studio creative was created. This is a read-only, auto-generated field." + }, + "dimension": { + "$ref": "StudioCreativeDimension", + "description": "Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING." + }, + "dynamicProfileId": { + "description": "Dynamic profile ID of this studio creative.", + "format": "int64", + "type": "string" + }, + "format": { + "description": "Format of this studio creative. This is a required field on insertion.", + "enum": [ + "UNKNOWN", + "BANNER", + "EXPANDING", + "INTERSTITIAL", + "VPAID_LINEAR_VIDEO" + ], + "enumDescriptions": [ + "The format of the studio creative is unknown. This value is unused.", + "Banner format.", + "Expanding format.", + "Intertitial format.", + "VPAID linear video creative format." + ], + "type": "string" + }, + "id": { + "description": "Output only. Unique ID of this studio creative. This is a read-only, auto-generated field.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "lastModifiedInfo": { + "$ref": "LastModifiedInfo", + "description": "The timestamp when the studio creative was last modified. This is a read-only, auto-generated field." + }, + "name": { + "description": "Identifier. Name of this studio creative. This is a required field on insertion.", + "type": "string" + }, + "status": { + "description": "Output only. Status of this studio creative. It is a read-only field.", + "enum": [ + "UNKNOWN_STATUS", + "IN_DEVELOPMENT", + "PUBLISHED", + "QA_REJECTED", + "QA_APPROVED", + "TRAFFICKED" + ], + "enumDescriptions": [ + "The status of the studio creative is unknown. This value is unused.", + "The creative is still being developed.", + "The creative has been published and is ready for QA.", + "The creative has failed QA and must be corrected.", + "The creative has passed QA and is ready to be trafficked.", + "The creative has been trafficked to an adserver." + ], + "readOnly": true, + "type": "string" + }, + "studioAccountId": { + "description": "Studio account ID of this creative. This field, if left unset, will be auto-populated.", + "format": "int64", + "type": "string" + }, + "studioAdvertiserId": { + "description": "Studio advertiser ID of this studio creative. This is a required field on insertion.", + "format": "int64", + "type": "string" + }, + "studioCampaignId": { + "description": "Studio campaign ID of this studio creative. This is a required field on insertion.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "StudioCreativeAsset": { + "description": "Contains studio creative asset information.", + "id": "StudioCreativeAsset", + "properties": { + "createInfo": { + "$ref": "LastModifiedInfo", + "description": "Output only. The creation timestamp of the studio creative asset. This is a read-only field.", + "readOnly": true + }, + "filename": { + "description": "The filename of the studio creative asset. It is default to the original filename of the asset.", + "type": "string" + }, + "filesize": { + "description": "The filesize of the studio creative asset. This is a read-only field.", + "format": "int64", + "type": "string" + }, + "id": { + "description": "Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "lastModifiedInfo": { + "$ref": "LastModifiedInfo", + "description": "Output only. The last modified timestamp of the studio creative asset. This is a read-only field.", + "readOnly": true + }, + "studioAccountId": { + "description": "Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated..", + "format": "int64", + "type": "string" + }, + "studioAdvertiserId": { + "description": "Studio advertiser ID of this studio creative asset. This is a required field on insertion.", + "format": "int64", + "type": "string" + }, + "studioCreativeId": { + "description": "Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative id is set.", + "format": "int64", + "type": "string" + }, + "type": { + "description": "The type of the studio creative asset. It is a auto-generated, read-only field.", + "enum": [ + "UNKNOWN_TYPE", + "HTML", + "VIDEO", + "IMAGE", + "FONT" + ], + "enumDescriptions": [ + "Unknown type of asset.", + "The asset is an HTML file.", + "The asset is a video file.", + "The asset is an image file.", + "The asset is a font file." + ], + "type": "string" + }, + "videoProcessingData": { + "$ref": "VideoProcessingData", + "description": "The processing data of the studio creative asset. This is a read-only field." + } + }, + "type": "object" + }, + "StudioCreativeAssetsResponse": { + "description": "Response message for DfareportingStudioCreativeAssets.Insert.", + "id": "StudioCreativeAssetsResponse", + "properties": { + "assets": { + "description": "The list of studio creative assets.", + "items": { + "$ref": "StudioCreativeAsset" + }, + "type": "array" + } + }, + "type": "object" + }, + "StudioCreativeDimension": { + "description": "Dimension information for a studio creative.", + "id": "StudioCreativeDimension", + "properties": { + "height": { + "description": "Height of the studio creative.", + "format": "int32", + "type": "integer" + }, + "width": { + "description": "Width of the studio creative.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "Subaccount": { "description": "Contains properties of a Campaign Manager subaccount.", "id": "Subaccount", @@ -21693,6 +22165,10 @@ "$ref": "DimensionValue", "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field." }, + "contextualKeywordTargeting": { + "$ref": "ContextualKeywordTargeting", + "description": "Optional. Contextual keyword targeting criteria." + }, "dayPartTargeting": { "$ref": "DayPartTargeting", "description": "Time and day targeting criteria." @@ -22045,13 +22521,15 @@ "AD_ID_OFFICIAL", "CLEARCAST", "DCM", - "ARPP" + "ARPP", + "CUSV" ], "enumDescriptions": [ "", "", "", "", + "", "" ], "type": "string" @@ -22624,6 +23102,34 @@ }, "type": "object" }, + "VideoProcessingData": { + "description": "Contains processing data for a video asset.", + "id": "VideoProcessingData", + "properties": { + "errorReason": { + "description": "For a FAILED processing state, the error reason discovered.", + "type": "string" + }, + "processingState": { + "description": "Output only. The processing state of the studio creative asset.", + "enum": [ + "UNKNOWN", + "PROCESSING", + "SUCCEEDED", + "FAILED" + ], + "enumDescriptions": [ + "The processing state is unknown.", + "The asset is being processed.", + "The asset was successfully processed.", + "The asset failed to be processed." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "VideoSettings": { "description": "Video Settings", "id": "VideoSettings", diff --git a/DiscoveryJson/dfareporting.v5.json b/DiscoveryJson/dfareporting.v5.json index d26c1f6e5cb..2e113e80b2c 100644 --- a/DiscoveryJson/dfareporting.v5.json +++ b/DiscoveryJson/dfareporting.v5.json @@ -4675,11 +4675,81 @@ "scopes": [ "https://www.googleapis.com/auth/dfatrafficking" ] + }, + "retransform": { + "description": "Retransforms a dynamic feed.", + "flatPath": "studio/dynamicFeeds/{dynamicFeedsId}/retransform", + "httpMethod": "POST", + "id": "dfareporting.dynamicFeeds.retransform", + "parameterOrder": [ + "dynamicFeedId" + ], + "parameters": { + "dynamicFeedId": { + "description": "Required. Dynamic feed ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/dynamicFeeds/{+dynamicFeedId}/retransform", + "response": { + "$ref": "DynamicFeed" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, + "update": { + "description": "Updates a new dynamic feed.", + "flatPath": "studio/dynamicFeeds", + "httpMethod": "PUT", + "id": "dfareporting.dynamicFeeds.update", + "parameterOrder": [], + "parameters": {}, + "path": "studio/dynamicFeeds", + "request": { + "$ref": "DynamicFeed" + }, + "response": { + "$ref": "DynamicFeed" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] } } }, "dynamicProfiles": { "methods": { + "generateCode": { + "description": "Generates code for a dynamic profile.", + "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/generateCode", + "httpMethod": "GET", + "id": "dfareporting.dynamicProfiles.generateCode", + "parameterOrder": [ + "dynamicProfileId" + ], + "parameters": { + "dynamicProfileId": { + "description": "Required. Dynamic profile ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/dynamicProfiles/{+dynamicProfileId}/generateCode", + "response": { + "$ref": "DynamicProfileGenerateCodeResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, "get": { "description": "Gets a dynamic profile by ID.", "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}", @@ -4724,6 +4794,29 @@ "https://www.googleapis.com/auth/dfatrafficking" ] }, + "publish": { + "description": "Publish for a dynamic profile.", + "flatPath": "studio/dynamicProfiles/{dynamicProfilesId}/publish", + "httpMethod": "POST", + "id": "dfareporting.dynamicProfiles.publish", + "parameterOrder": [ + "dynamicProfileId" + ], + "parameters": { + "dynamicProfileId": { + "description": "Required. Dynamic profile ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/dynamicProfiles/{+dynamicProfileId}/publish", + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, "update": { "description": "Updates an existing dynamic profile.", "flatPath": "studio/dynamicProfiles", @@ -8662,6 +8755,112 @@ } } }, + "studioCreativeAssets": { + "methods": { + "insert": { + "description": "Inserts a new studio creative asset.", + "flatPath": "studio/creativeAssets", + "httpMethod": "POST", + "id": "dfareporting.studioCreativeAssets.insert", + "mediaUpload": { + "accept": [ + "*/*" + ], + "maxSize": "1073741824", + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/dfareporting/v5/studio/creativeAssets" + } + } + }, + "parameterOrder": [], + "parameters": {}, + "path": "studio/creativeAssets", + "request": { + "$ref": "DfareportingStudioCreativeAssetsInsertRequest" + }, + "response": { + "$ref": "StudioCreativeAssetsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ], + "supportsMediaUpload": true + } + } + }, + "studioCreatives": { + "methods": { + "get": { + "description": "Gets a studio creative by ID.", + "flatPath": "studio/creatives/{creativesId}", + "httpMethod": "GET", + "id": "dfareporting.studioCreatives.get", + "parameterOrder": [ + "studioCreativeId" + ], + "parameters": { + "studioCreativeId": { + "description": "Required. Studio creative ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/creatives/{+studioCreativeId}", + "response": { + "$ref": "StudioCreative" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, + "insert": { + "description": "Inserts a new studio creative.", + "flatPath": "studio/creatives", + "httpMethod": "POST", + "id": "dfareporting.studioCreatives.insert", + "parameterOrder": [], + "parameters": {}, + "path": "studio/creatives", + "request": { + "$ref": "StudioCreative" + }, + "response": { + "$ref": "StudioCreative" + }, + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + }, + "publish": { + "description": "Publish for a studio creative.", + "flatPath": "studio/creatives/{creativesId}/publish", + "httpMethod": "POST", + "id": "dfareporting.studioCreatives.publish", + "parameterOrder": [ + "studioCreativeId" + ], + "parameters": { + "studioCreativeId": { + "description": "Required. Studio creative ID.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "studio/creatives/{+studioCreativeId}/publish", + "scopes": [ + "https://www.googleapis.com/auth/dfatrafficking" + ] + } + } + }, "subaccounts": { "methods": { "get": { @@ -9806,7 +10005,7 @@ } } }, - "revision": "20250902", + "revision": "20251023", "rootUrl": "https://dfareporting.googleapis.com/", "schemas": { "Account": { @@ -10330,6 +10529,10 @@ ], "type": "string" }, + "contextualKeywordTargeting": { + "$ref": "ContextualKeywordTargeting", + "description": "Optional. Contextual keyword targeting information for this ad." + }, "createInfo": { "$ref": "LastModifiedInfo", "description": "Information about the creation of this ad. This is a read-only field." @@ -11858,6 +12061,31 @@ }, "type": "object" }, + "ContextualKeyword": { + "description": "Contains information about a Contextual Keyword that can be targeted by ads.", + "id": "ContextualKeyword", + "properties": { + "keyword": { + "description": "The keyword that can be targeted by ads.", + "type": "string" + } + }, + "type": "object" + }, + "ContextualKeywordTargeting": { + "description": "Contextual Keyword Targeting.", + "id": "ContextualKeywordTargeting", + "properties": { + "keywords": { + "description": "Contextual keywords that this ad targets", + "items": { + "$ref": "ContextualKeyword" + }, + "type": "array" + } + }, + "type": "object" + }, "Conversion": { "description": "A Conversion represents when a user successfully performs a desired action after seeing an ad.", "id": "Conversion", @@ -12234,14 +12462,24 @@ "CREATIVE_AUTHORING_SOURCE_DBM", "CREATIVE_AUTHORING_SOURCE_STUDIO", "CREATIVE_AUTHORING_SOURCE_GWD", - "CREATIVE_AUTHORING_SOURCE_ACS" + "CREATIVE_AUTHORING_SOURCE_ACS", + "CREATIVE_AUTHORING_SOURCE_ADOBE", + "CREATIVE_AUTHORING_SOURCE_TYPEFACE_AI", + "CREATIVE_AUTHORING_SOURCE_REMBRAND", + "CREATIVE_AUTHORING_SOURCE_TRACKTO_STUDIO", + "CREATIVE_AUTHORING_SOURCE_BORNLOGIC" ], "enumDescriptions": [ "DCM-UI or external API used to author the creative.", "DBM-UI used to author the creative.", "Studio-UI used to author the creative.", "Google Web Designer used to author the creative.", - "ACS-UI used to author the creative." + "ACS-UI used to author the creative.", + "Creative authoring source is Adobe.", + "Creative authoring source is Typeface.ai.", + "Creative authoring source is Rembrand.", + "Creative authoring source is Trackto.", + "Creative authoring source is Bornlogic." ], "type": "string" }, @@ -14641,6 +14879,28 @@ }, "type": "object" }, + "DfareportingStudioCreativeAssetsInsertRequest": { + "description": "Request message for DfareportingStudioCreativeAssets.Insert.", + "id": "DfareportingStudioCreativeAssetsInsertRequest", + "properties": { + "studioAccountId": { + "description": "Optional. Studio account ID of the studio creative asset. It is a optional.", + "format": "int64", + "type": "string" + }, + "studioAdvertiserId": { + "description": "Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion.", + "format": "int64", + "type": "string" + }, + "studioCreativeId": { + "description": "Optional. Studio creative ID of the studio creative asset. It is a optional field. If it is set, the asset will be associated to the creative.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "DfpSettings": { "description": "Google Ad Manager Settings", "id": "DfpSettings", @@ -14992,7 +15252,7 @@ "type": "object" }, "DynamicFeedsInsertRequest": { - "description": "Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic profile id. See go/cm3-dco-display-api-interface", + "description": "Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic profile id. See", "id": "DynamicFeedsInsertRequest", "properties": { "dynamicFeed": { @@ -15107,6 +15367,17 @@ }, "type": "object" }, + "DynamicProfileGenerateCodeResponse": { + "description": "Response message for DfareportingDynamicProfiles.GenerateCode.", + "id": "DynamicProfileGenerateCodeResponse", + "properties": { + "code": { + "description": "Generated code for the dynamic profile.", + "type": "string" + } + }, + "type": "object" + }, "DynamicProfileVersion": { "description": "Contains dynamic profile version information.", "id": "DynamicProfileVersion", @@ -16127,7 +16398,7 @@ "User visiting a page.", "Software download action (as for an app). A conversion type that is created as a download type may not have its category changed.", "Boom event (for user list creation). This is an internal-only category.", - "The following are conversion categories added as part of go/new-categories-prd. The addition of items to a shopping cart or bag on an advertiser site.", + ". The addition of items to a shopping cart or bag on an advertiser site.", "When someone enters the checkout flow on an advertiser site.", "The start of a paid subscription for a product or service.", "The start of a free subscription for a product or service.", @@ -16140,12 +16411,12 @@ "A click to an advertiser's partner site, e.g. a referral.", "A call, SMS, email, chat or other type of contact to an advertiser.", "Key page views (ex: product page, article).", - "A website engagement event such as long site time or a GA Smart Goal, intended to be used for GA, Firebase, GA Gold goal imports. This will also be used for YouTube Hosted engagements like Add To Playlist, Likes etc. See go/add-to-playlist-conversion-buyside", + "A website engagement event", "A visit to a physical store location.", "A sale occurring in a physical store.", - "End of new conversion categories from go/new-categories-prd. A lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser.", + "A lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser.", "A lead conversion imported from an external source into Google Ads, that has further completed a desired stage as defined by the lead gen advertiser.", - "Conversion event that provides the revenue value of impressions that were shown in-app to users. See go/ad-impression-type.", + "Conversion event that provides the revenue value of impressions that were shown in-app to users.", "Message exchanges which indicate an interest in an advertiser's offering." ], "type": "string" @@ -18037,7 +18308,7 @@ "type": "boolean" }, "adServingPlatformId": { - "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the placement. Measurement partners can use this field to add ad-server specific macros. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv", + "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the placement. Measurement partners can use this field to add ad-server specific macros. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint", "format": "int64", "type": "string" }, @@ -19842,7 +20113,7 @@ "type": "string" }, "adServingPlatformId": { - "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv", + "description": "Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint", "format": "int64", "type": "string" }, @@ -20232,6 +20503,207 @@ }, "type": "object" }, + "StudioCreative": { + "description": "Contains studio creative information.", + "id": "StudioCreative", + "properties": { + "assetIds": { + "description": "List of assets associated with this studio creative. It is a required field on insertion.", + "items": { + "format": "int64", + "type": "string" + }, + "type": "array" + }, + "backupImageAssetId": { + "description": "Backup image asset ID of this studio creative.", + "format": "int64", + "type": "string" + }, + "createdInfo": { + "$ref": "LastModifiedInfo", + "description": "The timestamp when the studio creative was created. This is a read-only, auto-generated field." + }, + "dimension": { + "$ref": "StudioCreativeDimension", + "description": "Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING." + }, + "dynamicProfileId": { + "description": "Dynamic profile ID of this studio creative.", + "format": "int64", + "type": "string" + }, + "format": { + "description": "Format of this studio creative. This is a required field on insertion.", + "enum": [ + "UNKNOWN", + "BANNER", + "EXPANDING", + "INTERSTITIAL", + "VPAID_LINEAR_VIDEO" + ], + "enumDescriptions": [ + "The format of the studio creative is unknown. This value is unused.", + "Banner format.", + "Expanding format.", + "Intertitial format.", + "VPAID linear video creative format." + ], + "type": "string" + }, + "id": { + "description": "Output only. Unique ID of this studio creative. This is a read-only, auto-generated field.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "lastModifiedInfo": { + "$ref": "LastModifiedInfo", + "description": "The timestamp when the studio creative was last modified. This is a read-only, auto-generated field." + }, + "name": { + "description": "Identifier. Name of this studio creative. This is a required field on insertion.", + "type": "string" + }, + "status": { + "description": "Output only. Status of this studio creative. It is a read-only field.", + "enum": [ + "UNKNOWN_STATUS", + "IN_DEVELOPMENT", + "PUBLISHED", + "QA_REJECTED", + "QA_APPROVED", + "TRAFFICKED" + ], + "enumDescriptions": [ + "The status of the studio creative is unknown. This value is unused.", + "The creative is still being developed.", + "The creative has been published and is ready for QA.", + "The creative has failed QA and must be corrected.", + "The creative has passed QA and is ready to be trafficked.", + "The creative has been trafficked to an adserver." + ], + "readOnly": true, + "type": "string" + }, + "studioAccountId": { + "description": "Studio account ID of this creative. This field, if left unset, will be auto-populated.", + "format": "int64", + "type": "string" + }, + "studioAdvertiserId": { + "description": "Studio advertiser ID of this studio creative. This is a required field on insertion.", + "format": "int64", + "type": "string" + }, + "studioCampaignId": { + "description": "Studio campaign ID of this studio creative. This is a required field on insertion.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "StudioCreativeAsset": { + "description": "Contains studio creative asset information.", + "id": "StudioCreativeAsset", + "properties": { + "createInfo": { + "$ref": "LastModifiedInfo", + "description": "Output only. The creation timestamp of the studio creative asset. This is a read-only field.", + "readOnly": true + }, + "filename": { + "description": "The filename of the studio creative asset. It is default to the original filename of the asset.", + "type": "string" + }, + "filesize": { + "description": "The filesize of the studio creative asset. This is a read-only field.", + "format": "int64", + "type": "string" + }, + "id": { + "description": "Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "lastModifiedInfo": { + "$ref": "LastModifiedInfo", + "description": "Output only. The last modified timestamp of the studio creative asset. This is a read-only field.", + "readOnly": true + }, + "studioAccountId": { + "description": "Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated..", + "format": "int64", + "type": "string" + }, + "studioAdvertiserId": { + "description": "Studio advertiser ID of this studio creative asset. This is a required field on insertion.", + "format": "int64", + "type": "string" + }, + "studioCreativeId": { + "description": "Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative id is set.", + "format": "int64", + "type": "string" + }, + "type": { + "description": "The type of the studio creative asset. It is a auto-generated, read-only field.", + "enum": [ + "UNKNOWN_TYPE", + "HTML", + "VIDEO", + "IMAGE", + "FONT" + ], + "enumDescriptions": [ + "Unknown type of asset.", + "The asset is an HTML file.", + "The asset is a video file.", + "The asset is an image file.", + "The asset is a font file." + ], + "type": "string" + }, + "videoProcessingData": { + "$ref": "VideoProcessingData", + "description": "The processing data of the studio creative asset. This is a read-only field." + } + }, + "type": "object" + }, + "StudioCreativeAssetsResponse": { + "description": "Response message for DfareportingStudioCreativeAssets.Insert.", + "id": "StudioCreativeAssetsResponse", + "properties": { + "assets": { + "description": "The list of studio creative assets.", + "items": { + "$ref": "StudioCreativeAsset" + }, + "type": "array" + } + }, + "type": "object" + }, + "StudioCreativeDimension": { + "description": "Dimension information for a studio creative.", + "id": "StudioCreativeDimension", + "properties": { + "height": { + "description": "Height of the studio creative.", + "format": "int32", + "type": "integer" + }, + "width": { + "description": "Width of the studio creative.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "Subaccount": { "description": "Contains properties of a Campaign Manager subaccount.", "id": "Subaccount", @@ -20564,6 +21036,10 @@ "$ref": "DimensionValue", "description": "Dimension value for the ID of the advertiser. This is a read-only, auto-generated field." }, + "contextualKeywordTargeting": { + "$ref": "ContextualKeywordTargeting", + "description": "Optional. Contextual keyword targeting criteria." + }, "dayPartTargeting": { "$ref": "DayPartTargeting", "description": "Time and day targeting criteria." @@ -20916,13 +21392,15 @@ "AD_ID_OFFICIAL", "CLEARCAST", "DCM", - "ARPP" + "ARPP", + "CUSV" ], "enumDescriptions": [ "", "", "", "", + "", "" ], "type": "string" @@ -21495,6 +21973,34 @@ }, "type": "object" }, + "VideoProcessingData": { + "description": "Contains processing data for a video asset.", + "id": "VideoProcessingData", + "properties": { + "errorReason": { + "description": "For a FAILED processing state, the error reason discovered.", + "type": "string" + }, + "processingState": { + "description": "Output only. The processing state of the studio creative asset.", + "enum": [ + "UNKNOWN", + "PROCESSING", + "SUCCEEDED", + "FAILED" + ], + "enumDescriptions": [ + "The processing state is unknown.", + "The asset is being processed.", + "The asset was successfully processed.", + "The asset failed to be processed." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "VideoSettings": { "description": "Video Settings", "id": "VideoSettings", diff --git a/DiscoveryJson/dialogflow.v2.json b/DiscoveryJson/dialogflow.v2.json index f71ed229bc7..68c5d2de76b 100644 --- a/DiscoveryJson/dialogflow.v2.json +++ b/DiscoveryJson/dialogflow.v2.json @@ -4407,7 +4407,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -8925,6 +8925,168 @@ ] } } + }, + "tools": { + "methods": { + "create": { + "description": "Creates a tool.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools", + "httpMethod": "POST", + "id": "dialogflow.projects.locations.tools.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The project/location to create tool for. Format: `projects//locations/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "toolId": { + "description": "Optional. The ID to use for the tool, which will become the final component of the tool's resource name. The tool ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.", + "location": "query", + "type": "string" + } + }, + "path": "v2/{+parent}/tools", + "request": { + "$ref": "GoogleCloudDialogflowV2Tool" + }, + "response": { + "$ref": "GoogleCloudDialogflowV2Tool" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "delete": { + "description": "Deletes a tool.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", + "httpMethod": "DELETE", + "id": "dialogflow.projects.locations.tools.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The tool resource name to delete. Format: `projects//locations//tools/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "get": { + "description": "Retrieves a tool.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", + "httpMethod": "GET", + "id": "dialogflow.projects.locations.tools.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The tool resource name to retrieve. Format: `projects//locations//tools/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+name}", + "response": { + "$ref": "GoogleCloudDialogflowV2Tool" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "list": { + "description": "Lists tools.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools", + "httpMethod": "GET", + "id": "dialogflow.projects.locations.tools.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of conversation models to return in a single page. Default to 10.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The next_page_token value returned from a previous list request.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The project/location to list tools for. Format: `projects//locations/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2/{+parent}/tools", + "response": { + "$ref": "GoogleCloudDialogflowV2ListToolsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "patch": { + "description": "Updates a tool.", + "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", + "httpMethod": "PATCH", + "id": "dialogflow.projects.locations.tools.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v2/{+name}", + "request": { + "$ref": "GoogleCloudDialogflowV2Tool" + }, + "response": { + "$ref": "GoogleCloudDialogflowV2Tool" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + } + } } } }, @@ -9096,7 +9258,7 @@ } } }, - "revision": "20250930", + "revision": "20251110", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -11240,6 +11402,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -11323,6 +11489,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3WebhookRequest", @@ -13670,6 +13847,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -13753,6 +13934,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", @@ -15395,7 +15587,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", @@ -17082,8 +17274,7 @@ "type": "boolean" }, "evaluatorVersion": { - "description": "Output only. Version for summarization evaluation.", - "readOnly": true, + "description": "Optional. Version for summarization evaluation.", "type": "string" } }, @@ -17154,7 +17345,7 @@ "type": "object" }, "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig": { - "description": "Custom conversation models used in agent assist feature. Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.", + "description": "Custom conversation models used in agent assist feature. Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION", "id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig", "properties": { "baselineModelVersion": { @@ -19296,6 +19487,24 @@ }, "type": "object" }, + "GoogleCloudDialogflowV2ListToolsResponse": { + "description": "Response of ListTools.", + "id": "GoogleCloudDialogflowV2ListToolsResponse", + "properties": { + "nextPageToken": { + "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.", + "type": "string" + }, + "tools": { + "description": "List of tools retrieved.", + "items": { + "$ref": "GoogleCloudDialogflowV2Tool" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDialogflowV2ListVersionsResponse": { "description": "The response message for Versions.ListVersions.", "id": "GoogleCloudDialogflowV2ListVersionsResponse", @@ -19547,6 +19756,26 @@ "description": "Represents a conversation participant (human agent, virtual agent, end-user).", "id": "GoogleCloudDialogflowV2Participant", "properties": { + "agentDesktopSource": { + "description": "Optional. For tracking the utilization of prebuilt Agent Assist integration modules. This field is only inscope for Integration type that include UI Modules, Backend Modules, and Agent Desktop connector, it is out of scope for CCaaS and Direct Integration. For each human agent, prebuilt UI Modules needs to trigger the UpdateParticipant API to update this field. Both CreateParticipantRequest and UpdateParticipantRequest will be supported.", + "enum": [ + "AGENT_DESKTOP_SOURCE_UNSPECIFIED", + "LIVE_PERSON", + "GENESYS_CLOUD", + "TWILIO", + "SALESFORCE", + "OTHER" + ], + "enumDescriptions": [ + "Agent Desktop Source is not specified.", + "Agent Desktop Source is Live Person.", + "Agent Desktop Source is Genesys Cloud.", + "Agent Desktop Source is Twilio.", + "Agent Desktop Source is Salesforce.", + "UI Modules are in use but the desktop is either not currently released or setting this field to the applicable desktop." + ], + "type": "string" + }, "documentsMetadataFilters": { "additionalProperties": { "type": "string" @@ -21503,6 +21732,220 @@ }, "type": "object" }, + "GoogleCloudDialogflowV2Tool": { + "description": "Represents a tool.", + "id": "GoogleCloudDialogflowV2Tool", + "properties": { + "actionConfirmationRequirement": { + "additionalProperties": { + "enum": [ + "CONFIRMATION_REQUIREMENT_UNSPECIFIED", + "REQUIRED", + "NOT_REQUIRED" + ], + "enumDescriptions": [ + "Unspecified. Whether the action requires confirmation is inferred from method_type.", + "Conformation is required.", + "Conformation is not required." + ], + "type": "string" + }, + "description": "Optional. Confirmation requirement for the actions. Each key is an action name in the action_schemas. If an action's confirmation requirement is unspecified (either the key is not present, or its value is CONFIRMATION_REQUIREMENT_UNSPECIFIED), the requirement is inferred from the action's method_type - confirmation is not required if and only if method_type is GET.", + "type": "object" + }, + "connectorSpec": { + "$ref": "GoogleCloudDialogflowV2ToolConnectorTool", + "description": "Integration connectors tool specification." + }, + "createTime": { + "description": "Output only. Creation time of this tool.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "description": { + "description": "Optional. A human readable description of the tool.", + "type": "string" + }, + "displayName": { + "description": "Optional. A human readable short name of the tool, to be shown on the UI.", + "type": "string" + }, + "extensionSpec": { + "$ref": "GoogleCloudDialogflowV2ToolExtensionTool", + "deprecated": true, + "description": "Vertex extension tool specification." + }, + "functionSpec": { + "$ref": "GoogleCloudDialogflowV2ToolFunctionTool", + "description": "Client side executed function specification." + }, + "name": { + "description": "Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`.", + "readOnly": true, + "type": "string" + }, + "openApiSpec": { + "$ref": "GoogleCloudDialogflowV2ToolOpenApiTool", + "description": "OpenAPI tool." + }, + "satisfiesPzi": { + "description": "Output only. A read only boolean field reflecting Zone Isolation status of the tool. If the field is absent, it means the status is unknown.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. A read only boolean field reflecting Zone Separation status of the tool. If the field is absent, it means the status is unknown.", + "readOnly": true, + "type": "boolean" + }, + "toolKey": { + "description": "Required. A human readable short name of the tool, which should be unique within the project. It should only contain letters, numbers, and underscores, and it will be used by LLM to identify the tool.", + "type": "string" + }, + "updateTime": { + "description": "Output only. Update time of this tool.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolAuthentication": { + "description": "Authentication information required for API calls", + "id": "GoogleCloudDialogflowV2ToolAuthentication", + "properties": { + "apiKeyConfig": { + "$ref": "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig", + "description": "Config for API key auth." + }, + "bearerTokenConfig": { + "$ref": "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig", + "description": "Config for bearer token auth." + }, + "oauthConfig": { + "$ref": "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig", + "description": "Config for OAuth." + }, + "serviceAgentAuthConfig": { + "$ref": "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig", + "description": "Config for [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth." + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig": { + "description": "Config for authentication with API key.", + "id": "GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig", + "properties": { + "apiKey": { + "description": "Optional. The API key. If the `secret_version_for_api_key` field is set, this field will be ignored.", + "type": "string" + }, + "keyName": { + "description": "Required. The parameter name or the header name of the API key. E.g., If the API request is \"https://example.com/act?X-Api-Key=\", \"X-Api-Key\" would be the parameter name.", + "type": "string" + }, + "requestLocation": { + "description": "Required. Key location in the request.", + "enum": [ + "REQUEST_LOCATION_UNSPECIFIED", + "HEADER", + "QUERY_STRING" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "Represents the key in http header.", + "Represents the key in query string." + ], + "type": "string" + }, + "secretVersionForApiKey": { + "description": "Optional. The name of the SecretManager secret version resource storing the API key. If this field is set, the `api_key` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}`", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig": { + "description": "Config for authentication using bearer token.", + "id": "GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig", + "properties": { + "secretVersionForToken": { + "description": "Optional. The name of the SecretManager secret version resource storing the Bearer token. If this field is set, the `token` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}`", + "type": "string" + }, + "token": { + "description": "Optional. The text token appended to the text `Bearer` to the request Authorization header. [Session parameters reference](https://cloud.google.com/dialogflow/cx/docs/concept/parameter#session-ref) can be used to pass the token dynamically, e.g. `$session.params.parameter-id`.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig": { + "description": "Config for authentication with OAuth.", + "id": "GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig", + "properties": { + "clientId": { + "description": "Required. The client ID from the OAuth provider.", + "type": "string" + }, + "clientSecret": { + "description": "Optional. The client secret from the OAuth provider. If the `secret_version_for_client_secret` field is set, this field will be ignored.", + "type": "string" + }, + "oauthGrantType": { + "description": "Required. OAuth grant types.", + "enum": [ + "OAUTH_GRANT_TYPE_UNSPECIFIED", + "CLIENT_CREDENTIAL" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "Represents the [client credential flow](https://oauth.net/2/grant-types/client-credentials)." + ], + "type": "string" + }, + "scopes": { + "description": "Optional. The OAuth scopes to grant.", + "items": { + "type": "string" + }, + "type": "array" + }, + "secretVersionForClientSecret": { + "description": "Optional. The name of the SecretManager secret version resource storing the client secret. If this field is set, the `client_secret` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}`", + "type": "string" + }, + "tokenEndpoint": { + "description": "Required. The token endpoint in the OAuth provider to exchange for an access token.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig": { + "description": "Config for auth using [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "id": "GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig", + "properties": { + "serviceAgentAuth": { + "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", + "enum": [ + "SERVICE_AGENT_AUTH_UNSPECIFIED", + "ID_TOKEN", + "ACCESS_TOKEN" + ], + "enumDescriptions": [ + "Service agent auth type unspecified. Default to ID_TOKEN.", + "Use [ID token](https://cloud.google.com/docs/authentication/token-types#id) generated from service agent. This can be used to access Cloud Function and Cloud Run after you grant Invoker role to `service-@gcp-sa-dialogflow.iam.gserviceaccount.com`.", + "Use [access token](https://cloud.google.com/docs/authentication/token-types#access) generated from service agent. This can be used to access other Google Cloud APIs after you grant required roles to `service-@gcp-sa-dialogflow.iam.gserviceaccount.com`." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowV2ToolCall": { "description": "Represents a call of a specific tool's action with the specified inputs.", "id": "GoogleCloudDialogflowV2ToolCall", @@ -21608,6 +22051,202 @@ }, "type": "object" }, + "GoogleCloudDialogflowV2ToolConnectorTool": { + "description": "A ConnectorTool enabling using Integration Connectors Connections as tools.", + "id": "GoogleCloudDialogflowV2ToolConnectorTool", + "properties": { + "actions": { + "description": "Required. Actions for the tool to use.", + "items": { + "$ref": "GoogleCloudDialogflowV2ToolConnectorToolAction" + }, + "type": "array" + }, + "name": { + "description": "Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects/*/locations/*/connections/*'", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolConnectorToolAction": { + "description": "Configuration of a Connection operation for the tool to use.", + "id": "GoogleCloudDialogflowV2ToolConnectorToolAction", + "properties": { + "connectionActionId": { + "description": "ID of a Connection action for the tool to use.", + "type": "string" + }, + "entityOperation": { + "$ref": "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation", + "description": "Entity operation configuration for the tool to use." + }, + "inputFields": { + "description": "Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.", + "items": { + "type": "string" + }, + "type": "array" + }, + "outputFields": { + "description": "Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation": { + "description": "Entity CRUD operation specification.", + "id": "GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation", + "properties": { + "entityId": { + "description": "Required. ID of the entity.", + "type": "string" + }, + "operation": { + "description": "Required. Operation to perform on the entity.", + "enum": [ + "OPERATION_TYPE_UNSPECIFIED", + "LIST", + "GET", + "CREATE", + "UPDATE", + "DELETE" + ], + "enumDescriptions": [ + "Operation type unspecified. Invalid, ConnectorTool create/update will fail.", + "List operation.", + "Get operation.", + "Create operation.", + "Update operation.", + "Delete operation." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolExtensionTool": { + "description": "An ExtensionTool is a way to use Vertex Extensions as a tool.", + "id": "GoogleCloudDialogflowV2ToolExtensionTool", + "properties": { + "name": { + "description": "Required. The full name of the referenced vertex extension. Format: `projects/{project}/locations/{location}/extensions/{extension}`", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolFunctionTool": { + "description": "A Function tool describes the functions to be invoked on the client side.", + "id": "GoogleCloudDialogflowV2ToolFunctionTool", + "properties": { + "inputSchema": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. This input is a JSON object that contains the function's parameters as properties of the object.", + "type": "object" + }, + "methodType": { + "description": "Optional. The method type of the function. If not specified, the default value is GET.", + "enum": [ + "METHOD_TYPE_UNSPECIFIED", + "GET", + "POST", + "PUT", + "DELETE", + "PATCH" + ], + "enumDescriptions": [ + "Unspecified.", + "GET method.", + "POST method.", + "PUT method.", + "DELETE method.", + "PATCH method." + ], + "type": "string" + }, + "outputSchema": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the function. This output is a JSON object that contains the function's parameters as properties of the object.", + "type": "object" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolOpenApiTool": { + "description": "An OpenAPI tool is a way to provide the Tool specifications in the Open API schema format.", + "id": "GoogleCloudDialogflowV2ToolOpenApiTool", + "properties": { + "authentication": { + "$ref": "GoogleCloudDialogflowV2ToolAuthentication", + "description": "Optional. Authentication information required by the API." + }, + "serviceDirectoryConfig": { + "$ref": "GoogleCloudDialogflowV2ToolServiceDirectoryConfig", + "description": "Optional. Service Directory configuration." + }, + "textSchema": { + "description": "Required. The OpenAPI schema specified as a text.", + "type": "string" + }, + "tlsConfig": { + "$ref": "GoogleCloudDialogflowV2ToolTLSConfig", + "description": "Optional. TLS configuration for the HTTPS verification." + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolServiceDirectoryConfig": { + "description": "Configuration for tools using Service Directory.", + "id": "GoogleCloudDialogflowV2ToolServiceDirectoryConfig", + "properties": { + "service": { + "description": "Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `LocationID` of the service directory must be the same as the location of the tool.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolTLSConfig": { + "description": "The TLS configuration.", + "id": "GoogleCloudDialogflowV2ToolTLSConfig", + "properties": { + "caCerts": { + "description": "Required. Specifies a list of allowed custom CA certificates for HTTPS verification.", + "items": { + "$ref": "GoogleCloudDialogflowV2ToolTLSConfigCACert" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2ToolTLSConfigCACert": { + "description": "The CA certificate.", + "id": "GoogleCloudDialogflowV2ToolTLSConfigCACert", + "properties": { + "cert": { + "description": "Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with \"subject alt name\". For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \\ -signkey example.com.key \\ -out example.com.crt \\ -extfile <(printf \"\\nsubjectAltName='DNS:www.example.com'\") ```", + "format": "byte", + "type": "string" + }, + "displayName": { + "description": "Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowV2TrainAgentRequest": { "description": "The request message for Agents.TrainAgent.", "id": "GoogleCloudDialogflowV2TrainAgentRequest", @@ -22229,7 +22868,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", diff --git a/DiscoveryJson/dialogflow.v2beta1.json b/DiscoveryJson/dialogflow.v2beta1.json index c416bec0914..d01a3218838 100644 --- a/DiscoveryJson/dialogflow.v2beta1.json +++ b/DiscoveryJson/dialogflow.v2beta1.json @@ -4172,7 +4172,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -8429,6 +8429,168 @@ ] } } + }, + "tools": { + "methods": { + "create": { + "description": "Creates a tool.", + "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools", + "httpMethod": "POST", + "id": "dialogflow.projects.locations.tools.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The project/location to create tool for. Format: `projects//locations/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "toolId": { + "description": "Optional. The ID to use for the tool, which will become the final component of the tool's resource name. The tool ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness.", + "location": "query", + "type": "string" + } + }, + "path": "v2beta1/{+parent}/tools", + "request": { + "$ref": "GoogleCloudDialogflowV2beta1Tool" + }, + "response": { + "$ref": "GoogleCloudDialogflowV2beta1Tool" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "delete": { + "description": "Deletes a tool.", + "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", + "httpMethod": "DELETE", + "id": "dialogflow.projects.locations.tools.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The tool resource name to delete. Format: `projects//locations//tools/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2beta1/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "get": { + "description": "Retrieves a tool.", + "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", + "httpMethod": "GET", + "id": "dialogflow.projects.locations.tools.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The tool resource name to retrieve. Format: `projects//locations//tools/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2beta1/{+name}", + "response": { + "$ref": "GoogleCloudDialogflowV2beta1Tool" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "list": { + "description": "Lists tools.", + "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools", + "httpMethod": "GET", + "id": "dialogflow.projects.locations.tools.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of conversation models to return in a single page. Default to 10.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. The next_page_token value returned from a previous list request.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The project/location to list tools for. Format: `projects//locations/`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v2beta1/{+parent}/tools", + "response": { + "$ref": "GoogleCloudDialogflowV2beta1ListToolsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + }, + "patch": { + "description": "Updates a tool.", + "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/tools/{toolsId}", + "httpMethod": "PATCH", + "id": "dialogflow.projects.locations.tools.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v2beta1/{+name}", + "request": { + "$ref": "GoogleCloudDialogflowV2beta1Tool" + }, + "response": { + "$ref": "GoogleCloudDialogflowV2beta1Tool" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/dialogflow" + ] + } + } } } }, @@ -8736,7 +8898,7 @@ } } }, - "revision": "20250930", + "revision": "20251110", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -10880,6 +11042,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -10963,6 +11129,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3WebhookRequest", @@ -13310,6 +13487,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -13393,6 +13574,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", @@ -14034,7 +14226,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", @@ -17956,7 +18148,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", @@ -19328,8 +19520,7 @@ "type": "boolean" }, "evaluatorVersion": { - "description": "Output only. Version for summarization evaluation.", - "readOnly": true, + "description": "Optional. Version for summarization evaluation.", "type": "string" } }, @@ -21830,6 +22021,24 @@ }, "type": "object" }, + "GoogleCloudDialogflowV2beta1ListToolsResponse": { + "description": "Response of ListTools.", + "id": "GoogleCloudDialogflowV2beta1ListToolsResponse", + "properties": { + "nextPageToken": { + "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.", + "type": "string" + }, + "tools": { + "description": "List of tools retrieved.", + "items": { + "$ref": "GoogleCloudDialogflowV2beta1Tool" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDialogflowV2beta1ListVersionsResponse": { "description": "The response message for Versions.ListVersions.", "id": "GoogleCloudDialogflowV2beta1ListVersionsResponse", @@ -22088,6 +22297,26 @@ "description": "Represents a conversation participant (human agent, virtual agent, end-user).", "id": "GoogleCloudDialogflowV2beta1Participant", "properties": { + "agentDesktopSource": { + "description": "Optional. For tracking the utilization of prebuilt Agent Assist integration modules. This field is only inscope for Integration type that include UI Modules, Backend Modules, and Agent Desktop connector, it is out of scope for CCaaS and Direct Integration. For each human agent, prebuilt UI Modules needs to trigger the UpdateParticipant API to update this field. Both CreateParticipantRequest and UpdateParticipantRequest will be supported.", + "enum": [ + "AGENT_DESKTOP_SOURCE_UNSPECIFIED", + "LIVE_PERSON", + "GENESYS_CLOUD", + "TWILIO", + "SALESFORCE", + "OTHER" + ], + "enumDescriptions": [ + "Agent Desktop Source is not specified.", + "Agent Desktop Source is Live Person.", + "Agent Desktop Source is Genesys Cloud.", + "Agent Desktop Source is Twilio.", + "Agent Desktop Source is Salesforce.", + "UI Modules are in use but the desktop is either not currently released or setting this field to the applicable desktop." + ], + "type": "string" + }, "documentsMetadataFilters": { "additionalProperties": { "type": "string" @@ -24375,6 +24604,220 @@ }, "type": "object" }, + "GoogleCloudDialogflowV2beta1Tool": { + "description": "Represents a tool.", + "id": "GoogleCloudDialogflowV2beta1Tool", + "properties": { + "actionConfirmationRequirement": { + "additionalProperties": { + "enum": [ + "CONFIRMATION_REQUIREMENT_UNSPECIFIED", + "REQUIRED", + "NOT_REQUIRED" + ], + "enumDescriptions": [ + "Unspecified. Whether the action requires confirmation is inferred from method_type.", + "Conformation is required.", + "Conformation is not required." + ], + "type": "string" + }, + "description": "Optional. Confirmation requirement for the actions. Each key is an action name in the action_schemas. If an action's confirmation requirement is unspecified (either the key is not present, or its value is CONFIRMATION_REQUIREMENT_UNSPECIFIED), the requirement is inferred from the action's method_type - confirmation is not required if and only if method_type is GET.", + "type": "object" + }, + "connectorSpec": { + "$ref": "GoogleCloudDialogflowV2beta1ToolConnectorTool", + "description": "Integration connectors tool specification." + }, + "createTime": { + "description": "Output only. Creation time of this tool.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "description": { + "description": "Optional. A human readable description of the tool.", + "type": "string" + }, + "displayName": { + "description": "Optional. A human readable short name of the tool, to be shown on the UI.", + "type": "string" + }, + "extensionSpec": { + "$ref": "GoogleCloudDialogflowV2beta1ToolExtensionTool", + "deprecated": true, + "description": "Vertex extension tool specification." + }, + "functionSpec": { + "$ref": "GoogleCloudDialogflowV2beta1ToolFunctionTool", + "description": "Client side executed function specification." + }, + "name": { + "description": "Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`.", + "readOnly": true, + "type": "string" + }, + "openApiSpec": { + "$ref": "GoogleCloudDialogflowV2beta1ToolOpenApiTool", + "description": "OpenAPI tool." + }, + "satisfiesPzi": { + "description": "Output only. A read only boolean field reflecting Zone Isolation status of the tool. If the field is absent, it means the status is unknown.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. A read only boolean field reflecting Zone Separation status of the tool. If the field is absent, it means the status is unknown.", + "readOnly": true, + "type": "boolean" + }, + "toolKey": { + "description": "Required. A human readable short name of the tool, which should be unique within the project. It should only contain letters, numbers, and underscores, and it will be used by LLM to identify the tool.", + "type": "string" + }, + "updateTime": { + "description": "Output only. Update time of this tool.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolAuthentication": { + "description": "Authentication information required for API calls", + "id": "GoogleCloudDialogflowV2beta1ToolAuthentication", + "properties": { + "apiKeyConfig": { + "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig", + "description": "Config for API key auth." + }, + "bearerTokenConfig": { + "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig", + "description": "Config for bearer token auth." + }, + "oauthConfig": { + "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig", + "description": "Config for OAuth." + }, + "serviceAgentAuthConfig": { + "$ref": "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig", + "description": "Config for [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth." + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig": { + "description": "Config for authentication with API key.", + "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig", + "properties": { + "apiKey": { + "description": "Optional. The API key. If the `secret_version_for_api_key` field is set, this field will be ignored.", + "type": "string" + }, + "keyName": { + "description": "Required. The parameter name or the header name of the API key. E.g., If the API request is \"https://example.com/act?X-Api-Key=\", \"X-Api-Key\" would be the parameter name.", + "type": "string" + }, + "requestLocation": { + "description": "Required. Key location in the request.", + "enum": [ + "REQUEST_LOCATION_UNSPECIFIED", + "HEADER", + "QUERY_STRING" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "Represents the key in http header.", + "Represents the key in query string." + ], + "type": "string" + }, + "secretVersionForApiKey": { + "description": "Optional. The name of the SecretManager secret version resource storing the API key. If this field is set, the `api_key` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}`", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig": { + "description": "Config for authentication using bearer token.", + "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig", + "properties": { + "secretVersionForToken": { + "description": "Optional. The name of the SecretManager secret version resource storing the Bearer token. If this field is set, the `token` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}`", + "type": "string" + }, + "token": { + "description": "Optional. The text token appended to the text `Bearer` to the request Authorization header. [Session parameters reference](https://cloud.google.com/dialogflow/cx/docs/concept/parameter#session-ref) can be used to pass the token dynamically, e.g. `$session.params.parameter-id`.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig": { + "description": "Config for authentication with OAuth.", + "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig", + "properties": { + "clientId": { + "description": "Required. The client ID from the OAuth provider.", + "type": "string" + }, + "clientSecret": { + "description": "Optional. The client secret from the OAuth provider. If the `secret_version_for_client_secret` field is set, this field will be ignored.", + "type": "string" + }, + "oauthGrantType": { + "description": "Required. OAuth grant types.", + "enum": [ + "OAUTH_GRANT_TYPE_UNSPECIFIED", + "CLIENT_CREDENTIAL" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "Represents the [client credential flow](https://oauth.net/2/grant-types/client-credentials)." + ], + "type": "string" + }, + "scopes": { + "description": "Optional. The OAuth scopes to grant.", + "items": { + "type": "string" + }, + "type": "array" + }, + "secretVersionForClientSecret": { + "description": "Optional. The name of the SecretManager secret version resource storing the client secret. If this field is set, the `client_secret` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}`", + "type": "string" + }, + "tokenEndpoint": { + "description": "Required. The token endpoint in the OAuth provider to exchange for an access token.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig": { + "description": "Config for auth using [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "id": "GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig", + "properties": { + "serviceAgentAuth": { + "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", + "enum": [ + "SERVICE_AGENT_AUTH_UNSPECIFIED", + "ID_TOKEN", + "ACCESS_TOKEN" + ], + "enumDescriptions": [ + "Service agent auth type unspecified. Default to ID_TOKEN.", + "Use [ID token](https://cloud.google.com/docs/authentication/token-types#id) generated from service agent. This can be used to access Cloud Function and Cloud Run after you grant Invoker role to `service-@gcp-sa-dialogflow.iam.gserviceaccount.com`.", + "Use [access token](https://cloud.google.com/docs/authentication/token-types#access) generated from service agent. This can be used to access other Google Cloud APIs after you grant required roles to `service-@gcp-sa-dialogflow.iam.gserviceaccount.com`." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowV2beta1ToolCall": { "description": "Represents a call of a specific tool's action with the specified inputs.", "id": "GoogleCloudDialogflowV2beta1ToolCall", @@ -24480,6 +24923,202 @@ }, "type": "object" }, + "GoogleCloudDialogflowV2beta1ToolConnectorTool": { + "description": "A ConnectorTool enabling using Integration Connectors Connections as tools.", + "id": "GoogleCloudDialogflowV2beta1ToolConnectorTool", + "properties": { + "actions": { + "description": "Required. Actions for the tool to use.", + "items": { + "$ref": "GoogleCloudDialogflowV2beta1ToolConnectorToolAction" + }, + "type": "array" + }, + "name": { + "description": "Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects/*/locations/*/connections/*'", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolConnectorToolAction": { + "description": "Configuration of a Connection operation for the tool to use.", + "id": "GoogleCloudDialogflowV2beta1ToolConnectorToolAction", + "properties": { + "connectionActionId": { + "description": "ID of a Connection action for the tool to use.", + "type": "string" + }, + "entityOperation": { + "$ref": "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation", + "description": "Entity operation configuration for the tool to use." + }, + "inputFields": { + "description": "Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.", + "items": { + "type": "string" + }, + "type": "array" + }, + "outputFields": { + "description": "Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation": { + "description": "Entity CRUD operation specification.", + "id": "GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation", + "properties": { + "entityId": { + "description": "Required. ID of the entity.", + "type": "string" + }, + "operation": { + "description": "Required. Operation to perform on the entity.", + "enum": [ + "OPERATION_TYPE_UNSPECIFIED", + "LIST", + "GET", + "CREATE", + "UPDATE", + "DELETE" + ], + "enumDescriptions": [ + "Operation type unspecified. Invalid, ConnectorTool create/update will fail.", + "List operation.", + "Get operation.", + "Create operation.", + "Update operation.", + "Delete operation." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolExtensionTool": { + "description": "An ExtensionTool is a way to use Vertex Extensions as a tool.", + "id": "GoogleCloudDialogflowV2beta1ToolExtensionTool", + "properties": { + "name": { + "description": "Required. The full name of the referenced vertex extension. Format: `projects/{project}/locations/{location}/extensions/{extension}`", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolFunctionTool": { + "description": "A Function tool describes the functions to be invoked on the client side.", + "id": "GoogleCloudDialogflowV2beta1ToolFunctionTool", + "properties": { + "inputSchema": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. This input is a JSON object that contains the function's parameters as properties of the object.", + "type": "object" + }, + "methodType": { + "description": "Optional. The method type of the function. If not specified, the default value is GET.", + "enum": [ + "METHOD_TYPE_UNSPECIFIED", + "GET", + "POST", + "PUT", + "DELETE", + "PATCH" + ], + "enumDescriptions": [ + "Unspecified.", + "GET method.", + "POST method.", + "PUT method.", + "DELETE method.", + "PATCH method." + ], + "type": "string" + }, + "outputSchema": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the function. This output is a JSON object that contains the function's parameters as properties of the object.", + "type": "object" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolOpenApiTool": { + "description": "An OpenAPI tool is a way to provide the Tool specifications in the Open API schema format.", + "id": "GoogleCloudDialogflowV2beta1ToolOpenApiTool", + "properties": { + "authentication": { + "$ref": "GoogleCloudDialogflowV2beta1ToolAuthentication", + "description": "Optional. Authentication information required by the API." + }, + "serviceDirectoryConfig": { + "$ref": "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig", + "description": "Optional. Service Directory configuration." + }, + "textSchema": { + "description": "Required. The OpenAPI schema specified as a text.", + "type": "string" + }, + "tlsConfig": { + "$ref": "GoogleCloudDialogflowV2beta1ToolTLSConfig", + "description": "Optional. TLS configuration for the HTTPS verification." + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig": { + "description": "Configuration for tools using Service Directory.", + "id": "GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig", + "properties": { + "service": { + "description": "Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `LocationID` of the service directory must be the same as the location of the tool.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolTLSConfig": { + "description": "The TLS configuration.", + "id": "GoogleCloudDialogflowV2beta1ToolTLSConfig", + "properties": { + "caCerts": { + "description": "Required. Specifies a list of allowed custom CA certificates for HTTPS verification.", + "items": { + "$ref": "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert": { + "description": "The CA certificate.", + "id": "GoogleCloudDialogflowV2beta1ToolTLSConfigCACert", + "properties": { + "cert": { + "description": "Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with \"subject alt name\". For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \\ -signkey example.com.key \\ -out example.com.crt \\ -extfile <(printf \"\\nsubjectAltName='DNS:www.example.com'\") ```", + "format": "byte", + "type": "string" + }, + "displayName": { + "description": "Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowV2beta1TrainAgentRequest": { "description": "The request message for Agents.TrainAgent.", "id": "GoogleCloudDialogflowV2beta1TrainAgentRequest", diff --git a/DiscoveryJson/dialogflow.v3.json b/DiscoveryJson/dialogflow.v3.json index 47cb0184641..f32ee9e36d8 100644 --- a/DiscoveryJson/dialogflow.v3.json +++ b/DiscoveryJson/dialogflow.v3.json @@ -148,7 +148,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -5319,7 +5319,7 @@ } } }, - "revision": "20250929", + "revision": "20251105", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3Action": { @@ -6010,6 +6010,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3CodeBlock": { + "description": "Represents a code block.", + "id": "GoogleCloudDialogflowCxV3CodeBlock", + "properties": { + "code": { + "description": "Optional. Source code of the block in Python.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3CompareVersionsRequest": { "description": "The request message for Versions.CompareVersions.", "id": "GoogleCloudDialogflowCxV3CompareVersionsRequest", @@ -9640,6 +9651,10 @@ "description": "Playbook is the basic building block to instruct the LLM how to execute a certain task. A playbook consists of a goal to accomplish, an optional list of step by step instructions (the step instruction may refers to name of the custom or default plugin tools to use) to perform the task, a list of contextual input data to be passed in at the beginning of the invoked, and a list of output parameters to store the playbook result.", "id": "GoogleCloudDialogflowCxV3Playbook", "properties": { + "codeBlock": { + "$ref": "GoogleCloudDialogflowCxV3CodeBlock", + "description": "Optional. The playbook's scoped code block, which may implement handlers and actions." + }, "createTime": { "description": "Output only. The timestamp of initial playbook creation.", "format": "google-datetime", @@ -9661,6 +9676,14 @@ }, "type": "array" }, + "inlineActions": { + "description": "Optional. Output only. Names of inline actions scoped to this playbook. These actions are in addition to those belonging to referenced tools, child playbooks, and flows, e.g. actions that are defined in the playbook's code block.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "inputParameterDefinitions": { "description": "Optional. Defined structured input parameters for this playbook.", "items": { @@ -11261,6 +11284,10 @@ "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig", "description": "Config for OAuth." }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig", + "description": "Configuration for service account authentication." + }, "serviceAgentAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig", "description": "Config for [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth." @@ -11358,6 +11385,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the tool call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the tool request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig": { "description": "Config for auth using [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", "id": "GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig", @@ -12243,6 +12281,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -12326,6 +12368,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3WebhookRequest", @@ -14673,6 +14726,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -14756,6 +14813,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", @@ -15397,7 +15465,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", @@ -18230,7 +18298,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", diff --git a/DiscoveryJson/dialogflow.v3beta1.json b/DiscoveryJson/dialogflow.v3beta1.json index 169e8754f1b..f604a2a57a0 100644 --- a/DiscoveryJson/dialogflow.v3beta1.json +++ b/DiscoveryJson/dialogflow.v3beta1.json @@ -148,7 +148,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -5446,7 +5446,7 @@ } } }, - "revision": "20250929", + "revision": "20251105", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -7590,6 +7590,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -7673,6 +7677,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3WebhookRequest", @@ -8811,6 +8826,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3beta1CodeBlock": { + "description": "Represents a code block.", + "id": "GoogleCloudDialogflowCxV3beta1CodeBlock", + "properties": { + "code": { + "description": "Optional. Source code of the block in Python.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3beta1CompareVersionsRequest": { "description": "The request message for Versions.CompareVersions.", "id": "GoogleCloudDialogflowCxV3beta1CompareVersionsRequest", @@ -12534,6 +12560,10 @@ "description": "The selected LLM model.", "type": "string" }, + "parameters": { + "$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters", + "description": "Generative model parameters." + }, "promptText": { "description": "The custom prompt to use.", "type": "string" @@ -12541,6 +12571,50 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters": { + "description": "Generative model parameters to control the model behavior.", + "id": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters", + "properties": { + "inputTokenLimit": { + "description": "The input token limit. This setting is currently only supported by playbooks.", + "enum": [ + "INPUT_TOKEN_LIMIT_UNSPECIFIED", + "INPUT_TOKEN_LIMIT_SHORT", + "INPUT_TOKEN_LIMIT_MEDIUM", + "INPUT_TOKEN_LIMIT_LONG" + ], + "enumDescriptions": [ + "Limit not specified. Treated as 'INPUT_TOKEN_LIMIT_SHORT'.", + "Input token limit up to 8k.", + "Input token limit up to 32k.", + "Input token limit up to 100k." + ], + "type": "string" + }, + "outputTokenLimit": { + "description": "The output token limit. This setting is currently only supported by playbooks. Only one of output_token_limit and max_output_tokens is allowed to be set.", + "enum": [ + "OUTPUT_TOKEN_LIMIT_UNSPECIFIED", + "OUTPUT_TOKEN_LIMIT_SHORT", + "OUTPUT_TOKEN_LIMIT_MEDIUM", + "OUTPUT_TOKEN_LIMIT_LONG" + ], + "enumDescriptions": [ + "Limit not specified.", + "Input token limit up to 512 tokens.", + "Input token limit up to 1k.", + "Input token limit up to 2k." + ], + "type": "string" + }, + "temperature": { + "description": "The temperature used for sampling during response generation. Value ranges from 0 to 1. Temperature controls the degree of randomness in token selection. Lower temperature means less randomness, while higher temperature means more randomness. Valid range: [0.0, 1.0]", + "format": "float", + "type": "number" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3beta1LoadVersionRequest": { "description": "The request message for Versions.LoadVersion.", "id": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest", @@ -12963,6 +13037,10 @@ "description": "Playbook is the basic building block to instruct the LLM how to execute a certain task. A playbook consists of a goal to accomplish, an optional list of step by step instructions (the step instruction may refers to name of the custom or default plugin tools to use) to perform the task, a list of contextual input data to be passed in at the beginning of the invoked, and a list of output parameters to store the playbook result.", "id": "GoogleCloudDialogflowCxV3beta1Playbook", "properties": { + "codeBlock": { + "$ref": "GoogleCloudDialogflowCxV3beta1CodeBlock", + "description": "Optional. The playbook's scoped code block, which may implement handlers and actions." + }, "createTime": { "description": "Output only. The timestamp of initial playbook creation.", "format": "google-datetime", @@ -12984,6 +13062,14 @@ }, "type": "array" }, + "inlineActions": { + "description": "Optional. Output only. Names of inline actions scoped to this playbook. These actions are in addition to those belonging to referenced tools, child playbooks, and flows, e.g. actions that are defined in the playbook's code block.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "inputParameterDefinitions": { "description": "Optional. Defined structured input parameters for this playbook.", "items": { @@ -14707,6 +14793,10 @@ "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig", "description": "Config for OAuth." }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig", + "description": "Configuration for service account authentication." + }, "serviceAgentAuthConfig": { "$ref": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig", "description": "Config for [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth." @@ -14804,6 +14894,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the tool call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the tool request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig": { "description": "Config for auth using [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", "id": "GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig", @@ -15874,6 +15975,10 @@ "description": "Optional. The HTTP request headers to send together with webhook requests. Header values are stored in SecretManager secret versions. When the same header name is specified in both `request_headers` and `secret_versions_for_request_headers`, the value in `secret_versions_for_request_headers` will be used.", "type": "object" }, + "serviceAccountAuthConfig": { + "$ref": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "description": "Optional. Configuration for service account authentication." + }, "serviceAgentAuth": { "description": "Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.", "enum": [ @@ -15957,6 +16062,17 @@ }, "type": "object" }, + "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig": { + "description": "Configuration for authentication using a service account.", + "id": "GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig", + "properties": { + "serviceAccount": { + "description": "Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the `Authorization` header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDialogflowCxV3beta1WebhookRequest": { "description": "The request message for a webhook call. The request is sent as a JSON object and the field names will be presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally by Dialogflow and should be ignored.", "id": "GoogleCloudDialogflowCxV3beta1WebhookRequest", @@ -16598,7 +16714,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", @@ -19431,7 +19547,7 @@ "enumDescriptions": [ "Type not set.", "A new conversation has been opened. This is fired when a telephone call is answered, or a conversation is created via the API.", - "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API.", + "An existing conversation has closed. This is fired when a telephone call is terminated, or a conversation is closed via the API. The event is fired for every CompleteConversation call, even if the conversation is already closed.", "An existing conversation has received notification from Dialogflow that human intervention is required.", "An existing conversation has received a new message, either from API or telephony. It is configured in ConversationProfile.new_message_event_notification_config", "An existing conversation has received a new speech recognition result. This is mainly for delivering intermediate transcripts. The notification is configured in ConversationProfile.new_recognition_event_notification_config.", diff --git a/DiscoveryJson/discoveryengine.v1.json b/DiscoveryJson/discoveryengine.v1.json index 1253822fcbc..55f9e23b9f9 100644 --- a/DiscoveryJson/discoveryengine.v1.json +++ b/DiscoveryJson/discoveryengine.v1.json @@ -7,6 +7,12 @@ }, "https://www.googleapis.com/auth/cloud_search.query": { "description": "Search your organization's data in the Cloud Search index" + }, + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite": { + "description": "View your Agentspace chat history, including uploaded files and generated reports and visualizations, and interact with the Agentspace assistant on your behalf." + }, + "https://www.googleapis.com/auth/discoveryengine.readwrite": { + "description": "View, edit, create, and delete all your data associated with any Discovery Engine API product, such as Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration or configuration data." } } } @@ -135,47 +141,6 @@ }, "protocol": "rest", "resources": { - "media": { - "methods": { - "download": { - "description": "Downloads a file from the session.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/sessions/{sessionsId}:downloadFile", - "httpMethod": "GET", - "id": "discoveryengine.media.download", - "parameterOrder": [ - "name" - ], - "parameters": { - "fileId": { - "description": "Required. The ID of the file to be downloaded.", - "location": "query", - "type": "string" - }, - "name": { - "description": "Required. The resource name of the Session. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", - "required": true, - "type": "string" - }, - "viewId": { - "description": "Optional. The ID of the view to be downloaded.", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}:downloadFile", - "response": { - "$ref": "GdataMedia" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ], - "supportsMediaDownload": true, - "useMediaDownloadService": true - } - } - }, "projects": { "methods": { "provision": { @@ -203,7 +168,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -232,7 +198,8 @@ "$ref": "GoogleCloudDiscoveryengineV1AclConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getCmekConfig": { @@ -257,7 +224,8 @@ "$ref": "GoogleCloudDiscoveryengineV1CmekConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "setUpDataConnector": { @@ -285,7 +253,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "setUpDataConnectorV2": { @@ -323,7 +293,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateAclConfig": { @@ -351,7 +323,8 @@ "$ref": "GoogleCloudDiscoveryengineV1AclConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateCmekConfig": { @@ -384,7 +357,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -413,7 +387,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -438,7 +413,8 @@ "$ref": "GoogleCloudDiscoveryengineV1CmekConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -463,7 +439,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListCmekConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -496,7 +473,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -525,7 +503,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getDataConnector": { @@ -550,7 +529,9 @@ "$ref": "GoogleCloudDiscoveryengineV1DataConnector" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateDataConnector": { @@ -584,7 +565,9 @@ "$ref": "GoogleCloudDiscoveryengineV1DataConnector" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -615,7 +598,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -651,7 +635,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -661,7 +645,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -702,7 +687,7 @@ "type": "string" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "location": "query", "type": "string" } @@ -712,7 +697,9 @@ "$ref": "GoogleCloudDiscoveryengineV1CompleteQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -765,7 +752,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -790,7 +778,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -815,7 +804,8 @@ "$ref": "GoogleCloudDiscoveryengineV1DataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getSiteSearchEngine": { @@ -840,7 +830,8 @@ "$ref": "GoogleCloudDiscoveryengineV1SiteSearchEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -881,7 +872,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListDataStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -915,7 +907,8 @@ "$ref": "GoogleCloudDiscoveryengineV1DataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "trainCustomModel": { @@ -943,7 +936,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -984,7 +978,8 @@ "$ref": "GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -1021,7 +1016,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Document" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1046,7 +1042,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1071,7 +1068,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Document" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -1099,7 +1097,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1135,7 +1134,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListDocumentsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1174,7 +1174,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Document" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -1202,7 +1203,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1234,7 +1236,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1259,7 +1262,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1295,7 +1299,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1305,7 +1309,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1340,7 +1345,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1372,7 +1379,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -1400,7 +1409,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1437,7 +1448,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1462,7 +1474,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1487,7 +1500,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1528,7 +1542,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1562,7 +1577,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1594,7 +1610,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -1622,7 +1639,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1647,7 +1665,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1672,7 +1691,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1718,7 +1738,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1752,7 +1773,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1781,7 +1803,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListCustomModelsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1812,7 +1835,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1848,7 +1872,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1858,7 +1882,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1889,7 +1914,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1925,7 +1951,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1935,7 +1961,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1972,7 +1999,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1997,7 +2025,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2022,7 +2051,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Schema" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2058,7 +2088,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListSchemasResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2091,7 +2122,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -2120,7 +2152,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2156,7 +2189,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2166,7 +2199,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2200,7 +2234,71 @@ "$ref": "GoogleCloudDiscoveryengineV1AnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.dataStores.servingConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the ServingConfig to get. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all ServingConfigs linked to this dataStore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.dataStores.servingConfigs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListServingConfigs` call. Provide this to retrieve the subsequent page.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Full resource name of the parent resource. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/servingConfigs", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ListServingConfigsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2234,7 +2332,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -2262,7 +2361,8 @@ "$ref": "GoogleCloudDiscoveryengineV1RecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -2290,7 +2390,9 @@ "$ref": "GoogleCloudDiscoveryengineV1SearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -2318,7 +2420,9 @@ "$ref": "GoogleCloudDiscoveryengineV1SearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -2346,7 +2450,8 @@ "$ref": "GoogleCloudDiscoveryengineV1AnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2378,7 +2483,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2403,7 +2510,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2433,7 +2542,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2479,7 +2590,9 @@ "$ref": "GoogleCloudDiscoveryengineV1ListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2513,7 +2626,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -2542,7 +2657,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Answer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2576,7 +2692,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "disableAdvancedSiteSearch": { @@ -2604,7 +2721,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "enableAdvancedSiteSearch": { @@ -2632,7 +2750,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetchDomainVerificationStatus": { @@ -2668,7 +2787,8 @@ "$ref": "GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recrawlUris": { @@ -2696,7 +2816,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -2725,7 +2846,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2761,7 +2883,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2771,7 +2893,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2803,7 +2926,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2828,7 +2952,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetch": { @@ -2859,7 +2984,8 @@ "$ref": "GoogleCloudDiscoveryengineV1FetchSitemapsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2891,7 +3017,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -2919,7 +3046,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2944,7 +3072,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2969,7 +3098,8 @@ "$ref": "GoogleCloudDiscoveryengineV1TargetSite" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3005,7 +3135,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListTargetSitesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3033,7 +3164,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -3062,7 +3194,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3098,7 +3231,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -3108,7 +3241,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3144,7 +3278,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -3172,7 +3308,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3217,7 +3355,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -3245,7 +3385,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -3273,7 +3415,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -3306,7 +3450,86 @@ "$ref": "GoogleCloudDiscoveryengineV1UserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + }, + "widgetConfigs": { + "methods": { + "get": { + "description": "Gets a WidgetConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.dataStores.widgetConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "acceptCache": { + "description": "Optional. Whether it's acceptable to load the widget config from cache. If set to true, recent changes on widget configs may take a few minutes to reflect on the end user's view. It's recommended to set to true for maturely developed widgets, as it improves widget performance. Set to false to see changes reflected in prod right away, if your widget is under development.", + "location": "query", + "type": "boolean" + }, + "getWidgetConfigRequestOption.turnOffCollectionComponents": { + "description": "Optional. Whether to turn off collection_components in WidgetConfig to reduce latency and data transmission.", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Update a WidgetConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.collections.dataStores.widgetConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Indicates which fields in the provided WidgetConfig to update. The following are the only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3345,7 +3568,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3370,7 +3594,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3395,7 +3620,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Engine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3436,7 +3662,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListEnginesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3470,107 +3697,250 @@ "$ref": "GoogleCloudDiscoveryengineV1Engine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, "resources": { "assistants": { "methods": { - "get": { - "description": "Gets an Assistant.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", - "httpMethod": "GET", - "id": "discoveryengine.projects.locations.collections.engines.assistants.get", + "create": { + "description": "Creates an Assistant.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.create", "parameterOrder": [ - "name" + "parent" ], "parameters": { - "name": { - "description": "Required. Resource name of Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "assistantId": { + "description": "Required. The ID to use for the Assistant, which will become the final component of the Assistant's resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+name}", + "path": "v1/{+parent}/assistants", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1Assistant" + }, "response": { "$ref": "GoogleCloudDiscoveryengineV1Assistant" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, - "patch": { - "description": "Updates an Assistant", + "delete": { + "description": "Deletes an Assistant.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", - "httpMethod": "PATCH", - "id": "discoveryengine.projects.locations.collections.engines.assistants.patch", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.collections.engines.assistants.delete", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Immutable. Resource name of the assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` It must be a UTF-8 encoded string with a length limit of 1024 characters.", + "description": "Required. Resource name of Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` If the caller does not have permission to delete the Assistant, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does not exist, a NOT_FOUND error is returned.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", "required": true, "type": "string" - }, - "updateMask": { - "description": "The list of fields to update.", - "format": "google-fieldmask", - "location": "query", - "type": "string" } }, "path": "v1/{+name}", - "request": { - "$ref": "GoogleCloudDiscoveryengineV1Assistant" - }, "response": { - "$ref": "GoogleCloudDiscoveryengineV1Assistant" + "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, - "streamAssist": { - "description": "Assists the user with a query in a streaming fashion.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}:streamAssist", - "httpMethod": "POST", - "id": "discoveryengine.projects.locations.collections.engines.assistants.streamAssist", + "get": { + "description": "Gets an Assistant.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.get", "parameterOrder": [ "name" ], "parameters": { "name": { - "description": "Required. The resource name of the Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "description": "Required. Resource name of Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", "required": true, "type": "string" } }, - "path": "v1/{+name}:streamAssist", - "request": { - "$ref": "GoogleCloudDiscoveryengineV1StreamAssistRequest" - }, + "path": "v1/{+name}", "response": { - "$ref": "GoogleCloudDiscoveryengineV1StreamAssistResponse" + "$ref": "GoogleCloudDiscoveryengineV1Assistant" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] - } - } - }, - "completionConfig": { - "methods": { - "completeQuery": { - "description": "Completes the user input with advanced keyword suggestions.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/completionConfig:completeQuery", + }, + "list": { + "description": "Lists all Assistants under an Engine.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Maximum number of Assistants to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token ListAssistantsResponse.next_page_token, received from a previous AssistantService.ListAssistants call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAssistants must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/assistants", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ListAssistantsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Updates an Assistant", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.collections.engines.assistants.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. Resource name of the assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` It must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1Assistant" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1Assistant" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "streamAssist": { + "description": "Assists the user with a query in a streaming fashion.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}:streamAssist", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.streamAssist", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:streamAssist", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1StreamAssistRequest" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1StreamAssistResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + }, + "resources": { + "agents": { + "resources": { + "operations": { + "methods": { + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + } + } + } + } + }, + "completionConfig": { + "methods": { + "completeQuery": { + "description": "Completes the user input with advanced keyword suggestions.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/completionConfig:completeQuery", "httpMethod": "POST", "id": "discoveryengine.projects.locations.collections.engines.completionConfig.completeQuery", "parameterOrder": [ @@ -3594,7 +3964,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3631,7 +4003,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3656,7 +4029,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3681,7 +4055,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3722,7 +4097,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3756,7 +4132,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3788,7 +4165,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -3816,7 +4194,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3841,7 +4220,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3866,7 +4246,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3912,7 +4293,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3946,7 +4328,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3978,7 +4361,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4003,7 +4387,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4039,7 +4424,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -4049,7 +4434,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4081,7 +4467,71 @@ "$ref": "GoogleCloudDiscoveryengineV1AnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs/{servingConfigsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.servingConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the ServingConfig to get. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/servingConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all ServingConfigs linked to this dataStore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.servingConfigs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListServingConfigs` call. Provide this to retrieve the subsequent page.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Full resource name of the parent resource. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/servingConfigs", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ListServingConfigsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4115,7 +4565,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -4143,7 +4594,8 @@ "$ref": "GoogleCloudDiscoveryengineV1RecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -4171,7 +4623,9 @@ "$ref": "GoogleCloudDiscoveryengineV1SearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -4199,7 +4653,9 @@ "$ref": "GoogleCloudDiscoveryengineV1SearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -4227,7 +4683,8 @@ "$ref": "GoogleCloudDiscoveryengineV1AnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4259,7 +4716,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4284,7 +4743,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4314,7 +4775,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4360,7 +4823,9 @@ "$ref": "GoogleCloudDiscoveryengineV1ListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4394,7 +4859,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -4423,67 +4890,146 @@ "$ref": "GoogleCloudDiscoveryengineV1Answer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } } } - } - } - }, - "operations": { - "methods": { - "get": { - "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/operations/{operationsId}", - "httpMethod": "GET", - "id": "discoveryengine.projects.locations.collections.operations.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "The name of the operation resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/operations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] }, - "list": { - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/operations", - "httpMethod": "GET", - "id": "discoveryengine.projects.locations.collections.operations.list", - "parameterOrder": [ - "name" - ], - "parameters": { - "filter": { - "description": "The standard list filter.", - "location": "query", - "type": "string" - }, - "name": { - "description": "The name of the operation's parent resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$", - "required": true, - "type": "string" - }, - "pageSize": { - "description": "The standard list page size.", - "format": "int32", - "location": "query", + "widgetConfigs": { + "methods": { + "get": { + "description": "Gets a WidgetConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.widgetConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "acceptCache": { + "description": "Optional. Whether it's acceptable to load the widget config from cache. If set to true, recent changes on widget configs may take a few minutes to reflect on the end user's view. It's recommended to set to true for maturely developed widgets, as it improves widget performance. Set to false to see changes reflected in prod right away, if your widget is under development.", + "location": "query", + "type": "boolean" + }, + "getWidgetConfigRequestOption.turnOffCollectionComponents": { + "description": "Optional. Whether to turn off collection_components in WidgetConfig to reduce latency and data transmission.", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Update a WidgetConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.collections.engines.widgetConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Indicates which fields in the provided WidgetConfig to update. The following are the only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + } + } + }, + "operations": { + "methods": { + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/operations", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.operations.list", + "parameterOrder": [ + "name" + ], + "parameters": { + "filter": { + "description": "The standard list filter.", + "location": "query", + "type": "string" + }, + "name": { + "description": "The name of the operation's parent resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$", + "required": true, + "type": "string" + }, + "pageSize": { + "description": "The standard list page size.", + "format": "int32", + "location": "query", "type": "integer" }, "pageToken": { @@ -4492,7 +5038,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -4502,7 +5048,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4543,7 +5090,7 @@ "type": "string" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "location": "query", "type": "string" } @@ -4553,7 +5100,9 @@ "$ref": "GoogleCloudDiscoveryengineV1CompleteQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -4606,7 +5155,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4631,7 +5181,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4656,7 +5207,8 @@ "$ref": "GoogleCloudDiscoveryengineV1DataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getSiteSearchEngine": { @@ -4681,7 +5233,8 @@ "$ref": "GoogleCloudDiscoveryengineV1SiteSearchEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4722,7 +5275,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListDataStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4756,7 +5310,8 @@ "$ref": "GoogleCloudDiscoveryengineV1DataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -4797,7 +5352,8 @@ "$ref": "GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -4834,7 +5390,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Document" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4859,7 +5416,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4884,7 +5442,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Document" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -4912,7 +5471,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4948,7 +5508,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListDocumentsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4987,7 +5548,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Document" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -5015,7 +5577,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5047,7 +5610,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5072,7 +5636,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5108,7 +5673,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5118,7 +5683,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5153,7 +5719,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5185,7 +5753,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -5213,7 +5783,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5250,7 +5822,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5275,7 +5848,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5300,7 +5874,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5341,7 +5916,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5375,7 +5951,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Control" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5407,7 +5984,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -5435,7 +6013,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5460,7 +6039,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5485,7 +6065,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5531,7 +6112,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5565,7 +6147,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Conversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5596,7 +6179,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5632,7 +6216,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5642,7 +6226,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5673,7 +6258,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5709,7 +6295,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5719,7 +6305,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5756,7 +6343,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5781,7 +6369,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5806,7 +6395,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Schema" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5842,7 +6432,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListSchemasResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5875,7 +6466,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5907,7 +6499,71 @@ "$ref": "GoogleCloudDiscoveryengineV1AnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.dataStores.servingConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the ServingConfig to get. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all ServingConfigs linked to this dataStore.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.dataStores.servingConfigs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListServingConfigs` call. Provide this to retrieve the subsequent page.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Full resource name of the parent resource. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/servingConfigs", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ListServingConfigsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5941,7 +6597,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -5969,7 +6626,8 @@ "$ref": "GoogleCloudDiscoveryengineV1RecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -5997,7 +6655,9 @@ "$ref": "GoogleCloudDiscoveryengineV1SearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -6025,7 +6685,9 @@ "$ref": "GoogleCloudDiscoveryengineV1SearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -6053,7 +6715,8 @@ "$ref": "GoogleCloudDiscoveryengineV1AnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6085,7 +6748,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6110,7 +6775,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6140,7 +6807,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6186,7 +6855,9 @@ "$ref": "GoogleCloudDiscoveryengineV1ListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6220,7 +6891,9 @@ "$ref": "GoogleCloudDiscoveryengineV1Session" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -6249,7 +6922,8 @@ "$ref": "GoogleCloudDiscoveryengineV1Answer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6283,7 +6957,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "enableAdvancedSiteSearch": { @@ -6311,7 +6986,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recrawlUris": { @@ -6339,7 +7015,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -6371,7 +7048,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6396,7 +7074,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetch": { @@ -6427,7 +7106,8 @@ "$ref": "GoogleCloudDiscoveryengineV1FetchSitemapsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6459,7 +7139,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -6487,7 +7168,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6512,7 +7194,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6537,7 +7220,8 @@ "$ref": "GoogleCloudDiscoveryengineV1TargetSite" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6573,7 +7257,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListTargetSitesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6601,7 +7286,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6635,7 +7321,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -6663,7 +7351,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6708,7 +7398,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -6736,7 +7428,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -6764,7 +7458,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -6797,45 +7493,125 @@ "$ref": "GoogleCloudDiscoveryengineV1UserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } - } - } - }, - "groundingConfigs": { - "methods": { - "check": { - "description": "Performs a grounding check.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groundingConfigs/{groundingConfigsId}:check", - "httpMethod": "POST", - "id": "discoveryengine.projects.locations.groundingConfigs.check", - "parameterOrder": [ - "groundingConfig" - ], - "parameters": { - "groundingConfig": { - "description": "Required. The resource name of the grounding config, such as `projects/*/locations/global/groundingConfigs/default_grounding_config`.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/groundingConfigs/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+groundingConfig}:check", - "request": { - "$ref": "GoogleCloudDiscoveryengineV1CheckGroundingRequest" - }, - "response": { - "$ref": "GoogleCloudDiscoveryengineV1CheckGroundingResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - }, + }, + "widgetConfigs": { + "methods": { + "get": { + "description": "Gets a WidgetConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.dataStores.widgetConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "acceptCache": { + "description": "Optional. Whether it's acceptable to load the widget config from cache. If set to true, recent changes on widget configs may take a few minutes to reflect on the end user's view. It's recommended to set to true for maturely developed widgets, as it improves widget performance. Set to false to see changes reflected in prod right away, if your widget is under development.", + "location": "query", + "type": "boolean" + }, + "getWidgetConfigRequestOption.turnOffCollectionComponents": { + "description": "Optional. Whether to turn off collection_components in WidgetConfig to reduce latency and data transmission.", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Update a WidgetConfig.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.dataStores.widgetConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Indicates which fields in the provided WidgetConfig to update. The following are the only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + } + } + }, + "groundingConfigs": { + "methods": { + "check": { + "description": "Performs a grounding check.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groundingConfigs/{groundingConfigsId}:check", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.groundingConfigs.check", + "parameterOrder": [ + "groundingConfig" + ], + "parameters": { + "groundingConfig": { + "description": "Required. The resource name of the grounding config, such as `projects/*/locations/global/groundingConfigs/default_grounding_config`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/groundingConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+groundingConfig}:check", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1CheckGroundingRequest" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1CheckGroundingResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + }, "identityMappingStores": { "methods": { "create": { @@ -6878,7 +7654,8 @@ "$ref": "GoogleCloudDiscoveryengineV1IdentityMappingStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6903,7 +7680,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6928,7 +7706,8 @@ "$ref": "GoogleCloudDiscoveryengineV1IdentityMappingStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "importIdentityMappings": { @@ -6956,7 +7735,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6992,7 +7772,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListIdentityMappingStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "listIdentityMappings": { @@ -7028,7 +7809,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListIdentityMappingsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purgeIdentityMappings": { @@ -7056,7 +7838,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -7085,7 +7868,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7121,7 +7905,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -7131,7 +7915,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7170,7 +7955,8 @@ "$ref": "GoogleCloudDiscoveryengineV1LicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7195,7 +7981,8 @@ "$ref": "GoogleCloudDiscoveryengineV1LicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -7229,7 +8016,8 @@ "$ref": "GoogleCloudDiscoveryengineV1LicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7258,7 +8046,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7294,7 +8083,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -7304,7 +8093,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7335,7 +8125,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7369,7 +8160,8 @@ "$ref": "GoogleCloudDiscoveryengineV1RankResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7414,7 +8206,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -7442,7 +8236,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -7475,7 +8271,9 @@ "$ref": "GoogleCloudDiscoveryengineV1UserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7507,11 +8305,163 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "create": { + "description": "Creates a new User Store.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/userStores", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.userStores.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent collection resource name, such as `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "userStoreId": { + "description": "Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/userStores", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1UserStore" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1UserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes the User Store.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.userStores.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the User Store to delete. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets the User Store.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.userStores.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the User Store to get. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1UserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Updates the User Store.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.userStores.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1UserStore" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1UserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, "resources": { + "licenseConfigsUsageStats": { + "methods": { + "list": { + "description": "Lists all the LicenseConfigUsageStatss associated with the project.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}/licenseConfigsUsageStats", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.userStores.licenseConfigsUsageStats.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent branch resource name, such as `projects/{project}/locations/{location}/userStores/{user_store_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/licenseConfigsUsageStats", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + }, "userLicenses": { "methods": { "list": { @@ -7523,8 +8473,8 @@ "parent" ], "parameters": { - "filter": { - "description": "Optional. Filter for the list request. Supported fields: * `license_assignment_state` Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * `license_assignment_state = NO_LICENSE` to list not licensed users. * `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to filter out users who attempted login but no license assigned.", + "orderBy": { + "description": "Optional. The order in which the UserLicenses are listed. The value must be a comma-separated list of fields. Default sorting order is ascending. To specify descending order for a field, append a \" desc\" suffix. Redundant space characters in the syntax are insignificant. Supported fields: * `license_assignment_state` * `user_principal` * `user_profile` * `last_login_date` * `update_time` If not set, the default ordering is by `user_principal`. Examples: * `user_principal desc` to order by `user_principal` in descending order. * `license_assignment_state` to order by `license_assignment_state` in ascending order. * `last_login_date desc` to order by `last_login_date` in descending order. * `update_time desc` to order by `update_time` in descending order. * `last_login_date desc, user_principal` to order by `last_login_date` in descending order and then by `user_principal` in ascending order.", "location": "query", "type": "string" }, @@ -7552,7 +8502,8 @@ "$ref": "GoogleCloudDiscoveryengineV1ListUserLicensesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7588,7 +8539,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7613,7 +8565,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7649,7 +8602,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -7659,7 +8612,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7667,491 +8621,61 @@ } } }, - "revision": "20250929", + "revision": "20251116", "rootUrl": "https://discoveryengine.googleapis.com/", "schemas": { - "GdataBlobstore2Info": { - "description": "Information to read/write to blobstore2.", - "id": "GdataBlobstore2Info", + "GoogleApiDistribution": { + "description": "`Distribution` contains summary statistics for a population of values. It optionally contains a histogram representing the distribution of those values across a set of buckets. The summary statistics are the count, mean, sum of the squared deviation from the mean, the minimum, and the maximum of the set of population of values. The histogram is based on a sequence of buckets and gives a count of values that fall into each bucket. The boundaries of the buckets are given either explicitly or by formulas for buckets of fixed or exponentially increasing widths. Although it is not forbidden, it is generally a bad idea to include non-finite values (infinities or NaNs) in the population of values, as this will render the `mean` and `sum_of_squared_deviation` fields meaningless.", + "id": "GoogleApiDistribution", "properties": { - "blobGeneration": { - "description": "The blob generation id.", + "bucketCounts": { + "description": "The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).", + "items": { + "format": "int64", + "type": "string" + }, + "type": "array" + }, + "bucketOptions": { + "$ref": "GoogleApiDistributionBucketOptions", + "description": "Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field." + }, + "count": { + "description": "The number of values in the population. Must be non-negative. This value must equal the sum of the values in `bucket_counts` if a histogram is provided.", "format": "int64", "type": "string" }, - "blobId": { - "description": "The blob id, e.g., /blobstore/prod/playground/scotty", - "type": "string" + "exemplars": { + "description": "Must be in increasing order of `value` field.", + "items": { + "$ref": "GoogleApiDistributionExemplar" + }, + "type": "array" }, - "downloadReadHandle": { - "description": "Read handle passed from Bigstore -> Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.", - "format": "byte", - "type": "string" + "mean": { + "description": "The arithmetic mean of the values in the population. If `count` is zero then this field must be zero.", + "format": "double", + "type": "number" }, - "readToken": { - "description": "The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.", - "type": "string" + "range": { + "$ref": "GoogleApiDistributionRange", + "description": "If specified, contains the range of the population values. The field must not be present if the `count` is zero." }, - "uploadMetadataContainer": { - "description": "Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.", - "format": "byte", - "type": "string" + "sumOfSquaredDeviation": { + "description": "The sum of squared deviations from the mean of the values in the population. For values x_i this is: Sum[i=1..n]((x_i - mean)^2) Knuth, \"The Art of Computer Programming\", Vol. 2, page 232, 3rd edition describes Welford's method for accumulating this sum in one pass. If `count` is zero then this field must be zero.", + "format": "double", + "type": "number" } }, "type": "object" }, - "GdataCompositeMedia": { - "description": "A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit http://go/bigstore-composites.", - "id": "GdataCompositeMedia", + "GoogleApiDistributionBucketOptions": { + "description": "`BucketOptions` describes the bucket boundaries used to create a histogram for the distribution. The buckets can be in a linear sequence, an exponential sequence, or each bucket can be specified explicitly. `BucketOptions` does not include the number of values in each bucket. A bucket has an inclusive lower bound and exclusive upper bound for the values that are counted for that bucket. The upper bound of a bucket must be strictly greater than the lower bound. The sequence of N buckets for a distribution consists of an underflow bucket (number 0), zero or more finite buckets (number 1 through N - 2) and an overflow bucket (number N - 1). The buckets are contiguous: the lower bound of bucket i (i > 0) is the same as the upper bound of bucket i - 1. The buckets span the whole range of finite values: lower bound of the underflow bucket is -infinity and the upper bound of the overflow bucket is +infinity. The finite buckets are so-called because both bounds are finite.", + "id": "GoogleApiDistributionBucketOptions", "properties": { - "blobRef": { - "deprecated": true, - "description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.", - "format": "byte", - "type": "string" - }, - "blobstore2Info": { - "$ref": "GdataBlobstore2Info", - "description": "Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob." - }, - "cosmoBinaryReference": { - "description": "A binary data reference for a media download. Serves as a technology-agnostic binary reference in some Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support JavaScript. This prevents us from including the actual type of this field.", - "format": "byte", - "type": "string" - }, - "crc32cHash": { - "description": "crc32.c hash for the payload.", - "format": "uint32", - "type": "integer" - }, - "inline": { - "description": "Media data, set if reference_type is INLINE", - "format": "byte", - "type": "string" - }, - "length": { - "description": "Size of the data, in bytes", - "format": "int64", - "type": "string" - }, - "md5Hash": { - "description": "MD5 hash for the payload.", - "format": "byte", - "type": "string" - }, - "objectId": { - "$ref": "GdataObjectId", - "description": "Reference to a TI Blob, set if reference_type is BIGSTORE_REF." - }, - "path": { - "description": "Path to the data, set if reference_type is PATH", - "type": "string" - }, - "referenceType": { - "description": "Describes what the field reference contains.", - "enum": [ - "PATH", - "BLOB_REF", - "INLINE", - "BIGSTORE_REF", - "COSMO_BINARY_REFERENCE" - ], - "enumDescriptions": [ - "Reference contains a GFS path or a local path.", - "Reference points to a blobstore object. This could be either a v1 blob_ref or a v2 blobstore2_info. Clients should check blobstore2_info first, since v1 is being deprecated.", - "Data is included into this proto buffer", - "Reference points to a bigstore object", - "Indicates the data is stored in cosmo_binary_reference." - ], - "type": "string" - }, - "sha1Hash": { - "description": "SHA-1 hash for the payload.", - "format": "byte", - "type": "string" - } - }, - "type": "object" - }, - "GdataContentTypeInfo": { - "description": "Detailed Content-Type information from Scotty. The Content-Type of the media will typically be filled in by the header or Scotty's best_guess, but this extended information provides the backend with more information so that it can make a better decision if needed. This is only used on media upload requests from Scotty.", - "id": "GdataContentTypeInfo", - "properties": { - "bestGuess": { - "description": "Scotty's best guess of what the content type of the file is.", - "type": "string" - }, - "fromBytes": { - "description": "The content type of the file derived by looking at specific bytes (i.e. \"magic bytes\") of the actual file.", - "type": "string" - }, - "fromFileName": { - "description": "The content type of the file derived from the file extension of the original file name used by the client.", - "type": "string" - }, - "fromHeader": { - "description": "The content type of the file as specified in the request headers, multipart headers, or RUPIO start request.", - "type": "string" - }, - "fromUrlPath": { - "description": "The content type of the file derived from the file extension of the URL path. The URL path is assumed to represent a file name (which is typically only true for agents that are providing a REST API).", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffChecksumsResponse": { - "description": "Backend response for a Diff get checksums response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffChecksumsResponse", - "properties": { - "checksumsLocation": { - "$ref": "GdataCompositeMedia", - "description": "Exactly one of these fields must be populated. If checksums_location is filled, the server will return the corresponding contents to the user. If object_location is filled, the server will calculate the checksums based on the content there and return that to the user. For details on the format of the checksums, see http://go/scotty-diff-protocol." - }, - "chunkSizeBytes": { - "description": "The chunk size of checksums. Must be a multiple of 256KB.", - "format": "int64", - "type": "string" - }, - "objectLocation": { - "$ref": "GdataCompositeMedia", - "description": "If set, calculate the checksums based on the contents and return them to the caller." - }, - "objectSizeBytes": { - "description": "The total size of the server object.", - "format": "int64", - "type": "string" - }, - "objectVersion": { - "description": "The object version of the object the checksums are being returned for.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffDownloadResponse": { - "description": "Backend response for a Diff download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffDownloadResponse", - "properties": { - "objectLocation": { - "$ref": "GdataCompositeMedia", - "description": "The original object location." - } - }, - "type": "object" - }, - "GdataDiffUploadRequest": { - "description": "A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffUploadRequest", - "properties": { - "checksumsInfo": { - "$ref": "GdataCompositeMedia", - "description": "The location of the checksums for the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received. For details on the format of the checksums, see http://go/scotty-diff-protocol." - }, - "objectInfo": { - "$ref": "GdataCompositeMedia", - "description": "The location of the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received." - }, - "objectVersion": { - "description": "The object version of the object that is the base version the incoming diff script will be applied to. This field will always be filled in.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffUploadResponse": { - "description": "Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffUploadResponse", - "properties": { - "objectVersion": { - "description": "The object version of the object at the server. Must be included in the end notification response. The version in the end notification response must correspond to the new version of the object that is now stored at the server, after the upload.", - "type": "string" - }, - "originalObject": { - "$ref": "GdataCompositeMedia", - "description": "The location of the original file for a diff upload request. Must be filled in if responding to an upload start notification." - } - }, - "type": "object" - }, - "GdataDiffVersionResponse": { - "description": "Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffVersionResponse", - "properties": { - "objectSizeBytes": { - "description": "The total size of the server object.", - "format": "int64", - "type": "string" - }, - "objectVersion": { - "description": "The version of the object stored at the server.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDownloadParameters": { - "description": "Parameters specific to media downloads.", - "id": "GdataDownloadParameters", - "properties": { - "allowGzipCompression": { - "description": "A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.", - "type": "boolean" - }, - "ignoreRange": { - "description": "Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.", - "type": "boolean" - } - }, - "type": "object" - }, - "GdataMedia": { - "description": "A reference to data stored on the filesystem, on GFS or in blobstore.", - "id": "GdataMedia", - "properties": { - "algorithm": { - "deprecated": true, - "description": "Deprecated, use one of explicit hash type fields instead. Algorithm used for calculating the hash. As of 2011/01/21, \"MD5\" is the only possible value for this field. New values may be added at any time.", - "type": "string" - }, - "bigstoreObjectRef": { - "deprecated": true, - "description": "Use object_id instead.", - "format": "byte", - "type": "string" - }, - "blobRef": { - "deprecated": true, - "description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.", - "format": "byte", - "type": "string" - }, - "blobstore2Info": { - "$ref": "GdataBlobstore2Info", - "description": "Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob." - }, - "compositeMedia": { - "description": "A composite media composed of one or more media objects, set if reference_type is COMPOSITE_MEDIA. The media length field must be set to the sum of the lengths of all composite media objects. Note: All composite media must have length specified.", - "items": { - "$ref": "GdataCompositeMedia" - }, - "type": "array" - }, - "contentType": { - "description": "MIME type of the data", - "type": "string" - }, - "contentTypeInfo": { - "$ref": "GdataContentTypeInfo", - "description": "Extended content type information provided for Scotty uploads." - }, - "cosmoBinaryReference": { - "description": "A binary data reference for a media download. Serves as a technology-agnostic binary reference in some Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support JavaScript. This prevents us from including the actual type of this field.", - "format": "byte", - "type": "string" - }, - "crc32cHash": { - "description": "For Scotty Uploads: Scotty-provided hashes for uploads For Scotty Downloads: (WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.) A Hash provided by the agent to be used to verify the data being downloaded. Currently only supported for inline payloads. Further, only crc32c_hash is currently supported.", - "format": "uint32", - "type": "integer" - }, - "diffChecksumsResponse": { - "$ref": "GdataDiffChecksumsResponse", - "description": "Set if reference_type is DIFF_CHECKSUMS_RESPONSE." - }, - "diffDownloadResponse": { - "$ref": "GdataDiffDownloadResponse", - "description": "Set if reference_type is DIFF_DOWNLOAD_RESPONSE." - }, - "diffUploadRequest": { - "$ref": "GdataDiffUploadRequest", - "description": "Set if reference_type is DIFF_UPLOAD_REQUEST." - }, - "diffUploadResponse": { - "$ref": "GdataDiffUploadResponse", - "description": "Set if reference_type is DIFF_UPLOAD_RESPONSE." - }, - "diffVersionResponse": { - "$ref": "GdataDiffVersionResponse", - "description": "Set if reference_type is DIFF_VERSION_RESPONSE." - }, - "downloadParameters": { - "$ref": "GdataDownloadParameters", - "description": "Parameters for a media download." - }, - "filename": { - "description": "Original file name", - "type": "string" - }, - "hash": { - "deprecated": true, - "description": "Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.", - "type": "string" - }, - "hashVerified": { - "description": "For Scotty uploads only. If a user sends a hash code and the backend has requested that Scotty verify the upload against the client hash, Scotty will perform the check on behalf of the backend and will reject it if the hashes don't match. This is set to true if Scotty performed this verification.", - "type": "boolean" - }, - "inline": { - "description": "Media data, set if reference_type is INLINE", - "format": "byte", - "type": "string" - }, - "isPotentialRetry": { - "description": "|is_potential_retry| is set false only when Scotty is certain that it has not sent the request before. When a client resumes an upload, this field must be set true in agent calls, because Scotty cannot be certain that it has never sent the request before due to potential failure in the session state persistence.", - "type": "boolean" - }, - "length": { - "description": "Size of the data, in bytes", - "format": "int64", - "type": "string" - }, - "md5Hash": { - "description": "Scotty-provided MD5 hash for an upload.", - "format": "byte", - "type": "string" - }, - "mediaId": { - "description": "Media id to forward to the operation GetMedia. Can be set if reference_type is GET_MEDIA.", - "format": "byte", - "type": "string" - }, - "objectId": { - "$ref": "GdataObjectId", - "description": "Reference to a TI Blob, set if reference_type is BIGSTORE_REF." - }, - "path": { - "description": "Path to the data, set if reference_type is PATH", - "type": "string" - }, - "referenceType": { - "description": "Describes what the field reference contains.", - "enum": [ - "PATH", - "BLOB_REF", - "INLINE", - "GET_MEDIA", - "COMPOSITE_MEDIA", - "BIGSTORE_REF", - "DIFF_VERSION_RESPONSE", - "DIFF_CHECKSUMS_RESPONSE", - "DIFF_DOWNLOAD_RESPONSE", - "DIFF_UPLOAD_REQUEST", - "DIFF_UPLOAD_RESPONSE", - "COSMO_BINARY_REFERENCE", - "ARBITRARY_BYTES" - ], - "enumDescriptions": [ - "Reference contains a GFS path or a local path.", - "Reference points to a blobstore object. This could be either a v1 blob_ref or a v2 blobstore2_info. Clients should check blobstore2_info first, since v1 is being deprecated.", - "Data is included into this proto buffer", - "Data should be accessed from the current service using the operation GetMedia.", - "The content for this media object is stored across multiple partial media objects under the composite_media field.", - "Reference points to a bigstore object", - "Indicates the data is stored in diff_version_response.", - "Indicates the data is stored in diff_checksums_response.", - "Indicates the data is stored in diff_download_response.", - "Indicates the data is stored in diff_upload_request.", - "Indicates the data is stored in diff_upload_response.", - "Indicates the data is stored in cosmo_binary_reference.", - "Informs Scotty to generate a response payload with the size specified in the length field. The contents of the payload are generated by Scotty and are undefined. This is useful for testing download speeds between the user and Scotty without involving a real payload source. Note: range is not supported when using arbitrary_bytes." - ], - "type": "string" - }, - "sha1Hash": { - "description": "Scotty-provided SHA1 hash for an upload.", - "format": "byte", - "type": "string" - }, - "sha256Hash": { - "description": "Scotty-provided SHA256 hash for an upload.", - "format": "byte", - "type": "string" - }, - "timestamp": { - "description": "Time at which the media data was last updated, in milliseconds since UNIX epoch", - "format": "uint64", - "type": "string" - }, - "token": { - "description": "A unique fingerprint/version id for the media data", - "type": "string" - } - }, - "type": "object" - }, - "GdataObjectId": { - "description": "This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure issues with JavaScript support; see http://b/8801763.", - "id": "GdataObjectId", - "properties": { - "bucketName": { - "description": "The name of the bucket to which this object belongs.", - "type": "string" - }, - "generation": { - "description": "Generation of the object. Generations are monotonically increasing across writes, allowing them to be be compared to determine which generation is newer. If this is omitted in a request, then you are requesting the live object. See http://go/bigstore-versions", - "format": "int64", - "type": "string" - }, - "objectName": { - "description": "The name of the object.", - "type": "string" - } - }, - "type": "object" - }, - "GoogleApiDistribution": { - "description": "`Distribution` contains summary statistics for a population of values. It optionally contains a histogram representing the distribution of those values across a set of buckets. The summary statistics are the count, mean, sum of the squared deviation from the mean, the minimum, and the maximum of the set of population of values. The histogram is based on a sequence of buckets and gives a count of values that fall into each bucket. The boundaries of the buckets are given either explicitly or by formulas for buckets of fixed or exponentially increasing widths. Although it is not forbidden, it is generally a bad idea to include non-finite values (infinities or NaNs) in the population of values, as this will render the `mean` and `sum_of_squared_deviation` fields meaningless.", - "id": "GoogleApiDistribution", - "properties": { - "bucketCounts": { - "description": "The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).", - "items": { - "format": "int64", - "type": "string" - }, - "type": "array" - }, - "bucketOptions": { - "$ref": "GoogleApiDistributionBucketOptions", - "description": "Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field." - }, - "count": { - "description": "The number of values in the population. Must be non-negative. This value must equal the sum of the values in `bucket_counts` if a histogram is provided.", - "format": "int64", - "type": "string" - }, - "exemplars": { - "description": "Must be in increasing order of `value` field.", - "items": { - "$ref": "GoogleApiDistributionExemplar" - }, - "type": "array" - }, - "mean": { - "description": "The arithmetic mean of the values in the population. If `count` is zero then this field must be zero.", - "format": "double", - "type": "number" - }, - "range": { - "$ref": "GoogleApiDistributionRange", - "description": "If specified, contains the range of the population values. The field must not be present if the `count` is zero." - }, - "sumOfSquaredDeviation": { - "description": "The sum of squared deviations from the mean of the values in the population. For values x_i this is: Sum[i=1..n]((x_i - mean)^2) Knuth, \"The Art of Computer Programming\", Vol. 2, page 232, 3rd edition describes Welford's method for accumulating this sum in one pass. If `count` is zero then this field must be zero.", - "format": "double", - "type": "number" - } - }, - "type": "object" - }, - "GoogleApiDistributionBucketOptions": { - "description": "`BucketOptions` describes the bucket boundaries used to create a histogram for the distribution. The buckets can be in a linear sequence, an exponential sequence, or each bucket can be specified explicitly. `BucketOptions` does not include the number of values in each bucket. A bucket has an inclusive lower bound and exclusive upper bound for the values that are counted for that bucket. The upper bound of a bucket must be strictly greater than the lower bound. The sequence of N buckets for a distribution consists of an underflow bucket (number 0), zero or more finite buckets (number 1 through N - 2) and an overflow bucket (number N - 1). The buckets are contiguous: the lower bound of bucket i (i > 0) is the same as the upper bound of bucket i - 1. The buckets span the whole range of finite values: lower bound of the underflow bucket is -infinity and the upper bound of the overflow bucket is +infinity. The finite buckets are so-called because both bounds are finite.", - "id": "GoogleApiDistributionBucketOptions", - "properties": { - "explicitBuckets": { - "$ref": "GoogleApiDistributionBucketOptionsExplicit", - "description": "The explicit buckets." + "explicitBuckets": { + "$ref": "GoogleApiDistributionBucketOptionsExplicit", + "description": "The explicit buckets." }, "exponentialBuckets": { "$ref": "GoogleApiDistributionBucketOptionsExponential", @@ -8622,7 +9146,7 @@ "description": "Optional. Information about the end user. This should be the same identifier information as UserEvent.user_info and SearchRequest.user_info." }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128", "type": "string" } }, @@ -8930,81 +9454,20 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig": { - "description": "The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector is of same usage. No easy way to migrate.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig", + "GoogleCloudDiscoveryengineV1AlloyDbSource": { + "description": "AlloyDB source import data from.", + "id": "GoogleCloudDiscoveryengineV1AlloyDbSource", "properties": { - "alertEnrollments": { - "description": "Optional. The enrollment state of each alert.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment" - }, - "type": "array" - }, - "alertPolicy": { - "description": "Immutable. The fully qualified resource name of the AlertPolicy.", + "clusterId": { + "description": "Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters.", "type": "string" }, - "contactDetails": { - "description": "Optional. The contact details for each alert policy.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1ContactDetails" - }, - "type": "array" + "databaseId": { + "description": "Required. The AlloyDB database to copy the data from with a length limit of 256 characters.", + "type": "string" }, - "languageCode": { - "description": "Optional. The language code used for notifications", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment": { - "description": "The alert enrollment status.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment", - "properties": { - "alertId": { - "description": "Immutable. The id of an alert.", - "type": "string" - }, - "enrollState": { - "description": "Required. The enrollment status of a customer.", - "enum": [ - "ENROLL_STATE_UNSPECIFIED", - "ENROLLED", - "DECLINED" - ], - "enumDescriptions": [ - "Default value. Used for customers who have not responded to the alert policy.", - "Customer is enrolled in this policy.", - "Customer declined this policy." - ], - "type": "string" - }, - "notificationParams": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails.", - "type": "object" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1AlloyDbSource": { - "description": "AlloyDB source import data from.", - "id": "GoogleCloudDiscoveryengineV1AlloyDbSource", - "properties": { - "clusterId": { - "description": "Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters.", - "type": "string" - }, - "databaseId": { - "description": "Required. The AlloyDB database to copy the data from with a length limit of 256 characters.", - "type": "string" - }, - "gcsStagingDir": { - "description": "Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the AlloyDB export to a specific Cloud Storage directory. Ensure that the AlloyDB service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.", + "gcsStagingDir": { + "description": "Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the AlloyDB export to a specific Cloud Storage directory. Ensure that the AlloyDB service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.", "type": "string" }, "locationId": { @@ -10383,6 +10846,14 @@ "$ref": "GoogleCloudDiscoveryengineV1AssistantCustomerPolicy", "description": "Optional. Customer policy for the assistant." }, + "description": { + "description": "Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant.", + "type": "string" + }, + "displayName": { + "description": "Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters.", + "type": "string" + }, "enabledTools": { "additionalProperties": { "$ref": "GoogleCloudDiscoveryengineV1AssistantToolList" @@ -10601,10 +11072,21 @@ "description": "Configuration for the generation of the assistant response.", "id": "GoogleCloudDiscoveryengineV1AssistantGenerationConfig", "properties": { + "allowedModelIds": { + "description": "Optional. The list of models that are allowed to be used for assistant.", + "items": { + "type": "string" + }, + "type": "array" + }, "defaultLanguage": { "description": "The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as `en`. If not specified, the language will be automatically detected.", "type": "string" }, + "defaultModelId": { + "description": "Optional. The default model to use for assistant.", + "type": "string" + }, "systemInstruction": { "$ref": "GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction", "description": "System instruction, also known as the prompt preamble for LLM calls. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions" @@ -10627,6 +11109,10 @@ "description": "A piece of content and possibly its grounding information. Not all content needs grounding. Phrases like \"Of course, I will gladly search it for you.\" do not need grounding.", "id": "GoogleCloudDiscoveryengineV1AssistantGroundedContent", "properties": { + "citationMetadata": { + "$ref": "GoogleCloudDiscoveryengineV1CitationMetadata", + "description": "Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check" + }, "content": { "$ref": "GoogleCloudDiscoveryengineV1AssistantContent", "description": "The content." @@ -11490,6 +11976,60 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1Citation": { + "description": "Source attributions for content.", + "id": "GoogleCloudDiscoveryengineV1Citation", + "properties": { + "endIndex": { + "description": "Output only. End index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "license": { + "description": "Output only. License of the attribution.", + "readOnly": true, + "type": "string" + }, + "publicationDate": { + "$ref": "GoogleTypeDate", + "description": "Output only. Publication date of the attribution.", + "readOnly": true + }, + "startIndex": { + "description": "Output only. Start index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "title": { + "description": "Output only. Title of the attribution.", + "readOnly": true, + "type": "string" + }, + "uri": { + "description": "Output only. Url reference of the attribution.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1CitationMetadata": { + "description": "A collection of source attributions for a piece of content.", + "id": "GoogleCloudDiscoveryengineV1CitationMetadata", + "properties": { + "citations": { + "description": "Output only. List of citations.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1Citation" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1CloudSqlSource": { "description": "Cloud SQL source import data from.", "id": "GoogleCloudDiscoveryengineV1CloudSqlSource", @@ -11776,17 +12316,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1ContactDetails": { - "description": "The contact info stored in resource level. If both project level and resource level is populated, the resource level contact info will override the project level contact info.", - "id": "GoogleCloudDiscoveryengineV1ContactDetails", - "properties": { - "emailAddress": { - "description": "Optional. The email address of the contact.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1Control": { "description": "Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at serving time. Permitted actions dependent on `SolutionType`.", "id": "GoogleCloudDiscoveryengineV1Control", @@ -12878,6 +13407,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -13515,6 +14050,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -13638,6 +14177,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1CmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1EngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -13712,6 +14256,23 @@ "$ref": "GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -14705,10 +15266,6 @@ "description": "Information about users' licenses.", "id": "GoogleCloudDiscoveryengineV1LicenseConfig", "properties": { - "alertPolicyResourceConfig": { - "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig", - "description": "Optional. The alert policy config for this license config." - }, "autoRenew": { "description": "Optional. Whether the license config should be auto renewed when it reaches the end date.", "type": "boolean" @@ -14721,6 +15278,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -14802,6 +15364,40 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1LicenseConfigUsageStats": { + "description": "Stats about users' licenses.", + "id": "GoogleCloudDiscoveryengineV1LicenseConfigUsageStats", + "properties": { + "licenseConfig": { + "description": "Required. The LicenseConfig name.", + "type": "string" + }, + "usedLicenseCount": { + "description": "Required. The number of licenses used.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1ListAssistantsResponse": { + "description": "Response message for the AssistantService.ListAssistants method.", + "id": "GoogleCloudDiscoveryengineV1ListAssistantsResponse", + "properties": { + "assistants": { + "description": "All the customer's Assistants.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1Assistant" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1ListCmekConfigsResponse": { "description": "Response message for CmekConfigService.ListCmekConfigs method.", "id": "GoogleCloudDiscoveryengineV1ListCmekConfigsResponse", @@ -14956,6 +15552,20 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse": { + "description": "Response message for UserLicenseService.ListLicenseConfigUsageStats method.", + "id": "GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse", + "properties": { + "licenseConfigUsageStats": { + "description": "All the customer's LicenseConfigUsageStats.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1LicenseConfigUsageStats" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1ListSchemasResponse": { "description": "Response message for SchemaService.ListSchemas method.", "id": "GoogleCloudDiscoveryengineV1ListSchemasResponse", @@ -14974,6 +15584,24 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1ListServingConfigsResponse": { + "description": "Response for ListServingConfigs method.", + "id": "GoogleCloudDiscoveryengineV1ListServingConfigsResponse", + "properties": { + "nextPageToken": { + "description": "Pagination token, if not returned indicates the last page.", + "type": "string" + }, + "servingConfigs": { + "description": "All the ServingConfigs for a given dataStore.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1ListSessionsResponse": { "description": "Response for ListSessions method.", "id": "GoogleCloudDiscoveryengineV1ListSessionsResponse", @@ -15128,6 +15756,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1Project", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -15160,6 +15793,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig", @@ -15178,6 +15833,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -15899,6 +16558,13 @@ "$ref": "GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec", "description": "A specification for configuring the behavior of content search." }, + "crowdingSpecs": { + "description": "Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, crowding will be evaluated on each unique combination of the `field` values, and max_count will be the maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = \"color\" and `max_count` = 3, and the second CrowdingSpec has `field` = \"size\" and `max_count` = 2, then after 3 documents that share the same color AND size have been returned, subsequent ones should be removed or demoted.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec" + }, + "type": "array" + }, "dataStoreSpecs": { "description": "Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. For engines with a single data store, the specs directly under SearchRequest should be used.", "items": { @@ -15947,6 +16613,13 @@ "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", "type": "string" }, + "pageCategories": { + "description": "Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where \"RTX > 4090\" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition`", + "items": { + "type": "string" + }, + "type": "array" + }, "pageSize": { "description": "Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned.", "format": "int32", @@ -16054,7 +16727,7 @@ "type": "object" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "type": "string" } }, @@ -16331,6 +17004,36 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec": { + "description": "Specification for crowding. Crowding improves the diversity of search results by limiting the number of results that share the same field value. For example, crowding on the color field with a max_count of 3 and mode DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages.", + "id": "GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec", + "properties": { + "field": { + "description": "The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is case sensitive.", + "type": "string" + }, + "maxCount": { + "description": "The maximum number of documents to keep per value of the field. Once there are at least max_count previous results which contain the same value for the given field (according to the order specified in `order_by`), later results with the same value are \"crowded away\". If not specified, the default value is 1.", + "format": "int32", + "type": "integer" + }, + "mode": { + "description": "Mode to use for documents that are crowded away.", + "enum": [ + "MODE_UNSPECIFIED", + "DROP_CROWDED_RESULTS", + "DEMOTE_CROWDED_RESULTS_TO_END" + ], + "enumDescriptions": [ + "Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.", + "Drop crowded results.", + "Demote crowded results to the later pages." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec": { "description": "A struct to define data stores to filter on in a search call and configurations for those data stores. Otherwise, an `INVALID_ARGUMENT` error is returned.", "id": "GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec", @@ -17219,6 +17922,13 @@ "description": "Optional. Whether the session is pinned, pinned session will be displayed on the top of the session list.", "type": "boolean" }, + "labels": { + "description": "Optional. The labels for the session. Can be set as filter in ListSessionsRequest.", + "items": { + "type": "string" + }, + "type": "array" + }, "name": { "description": "Immutable. Fully qualified name `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*`", "type": "string" @@ -17520,9 +18230,16 @@ "description": "A global unique ID that identifies the current pair of request and stream of responses. Used for feedback and support.", "type": "string" }, + "invocationTools": { + "description": "The tool names of the tools that were invoked.", + "items": { + "type": "string" + }, + "type": "array" + }, "sessionInfo": { "$ref": "GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo", - "description": "Session information." + "description": "Session information. Only included in the final StreamAssistResponse of the response stream." } }, "type": "object" @@ -17861,215 +18578,970 @@ "format": "google-datetime", "type": "string" }, - "updateTime": { - "description": "Operation last update time. If the operation is done, this is also the finish time.", - "format": "google-datetime", + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata": { + "description": "Metadata related to the progress of the SiteSearchEngineService.UpdateTargetSite operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1UserEvent": { + "description": "UserEvent captures all metadata information Discovery Engine API needs to know about how end users interact with your website.", + "id": "GoogleCloudDiscoveryengineV1UserEvent", + "properties": { + "attributes": { + "additionalProperties": { + "$ref": "GoogleCloudDiscoveryengineV1CustomAttribute" + }, + "description": "Extra user event features to include in the recommendation model. These attributes must NOT contain data that needs to be parsed or processed further, e.g. JSON or other encodings. If you provide custom attributes for ingested user events, also include them in the user events that you associate with prediction requests. Custom attribute formatting must be consistent between imported events and events provided with prediction requests. This lets the Discovery Engine API use those custom attributes when training models and serving predictions, which helps improve recommendation quality. This field needs to pass all below criteria, otherwise an `INVALID_ARGUMENT` error is returned: * The key must be a UTF-8 encoded string with a length limit of 5,000 characters. * For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 256 characters. * For number attributes, at most 400 values are allowed. For product recommendations, an example of extra user information is `traffic_channel`, which is how a user arrives at the site. Users can arrive at the site by coming to the site directly, coming through Google search, or in other ways.", + "type": "object" + }, + "attributionToken": { + "description": "Token to attribute an API response to user action(s) to trigger the event. Highly recommended for user events that are the result of RecommendationService.Recommend. This field enables accurate attribution of recommendation model performance. The value must be one of: * RecommendResponse.attribution_token for events that are the result of RecommendationService.Recommend. * SearchResponse.attribution_token for events that are the result of SearchService.Search. This token enables us to accurately attribute page view or conversion completion back to the event and the particular predict response containing this clicked/purchased product. If user clicks on product K in the recommendation results, pass RecommendResponse.attribution_token as a URL parameter to product K's page. When recording events on product K's page, log the RecommendResponse.attribution_token to this field.", + "type": "string" + }, + "completionInfo": { + "$ref": "GoogleCloudDiscoveryengineV1CompletionInfo", + "description": "CompletionService.CompleteQuery details related to the event. This field should be set for `search` event when autocomplete function is enabled and the user clicks a suggestion for search." + }, + "conversionType": { + "description": "Optional. Conversion type. Required if UserEvent.event_type is `conversion`. This is a customer-defined conversion name in lowercase letters or numbers separated by \"-\", such as \"watch\", \"good-visit\" etc. Do not set the field if UserEvent.event_type is not `conversion`. This mixes the custom conversion event with predefined events like `search`, `view-item` etc.", + "type": "string" + }, + "dataStore": { + "description": "The DataStore resource full name, of the form `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. Optional. Only required for user events whose data store can't by determined by UserEvent.engine or UserEvent.documents. If data store is set in the parent of write/import/collect user event requests, this field can be omitted.", + "type": "string" + }, + "directUserRequest": { + "description": "Should set to true if the request is made directly from the end user, in which case the UserEvent.user_info.user_agent can be populated from the HTTP request. This flag should be set only if the API request is made directly from the end user such as a mobile app (and not if a gateway or a server is processing and pushing the user events). This should not be set when using the JavaScript tag in UserEventService.CollectUserEvent.", + "type": "boolean" + }, + "documents": { + "description": "List of Documents associated with this user event. This field is optional except for the following event types: * `view-item` * `add-to-cart` * `purchase` * `media-play` * `media-complete` In a `search` event, this field represents the documents returned to the end user on the current page (the end user may have not finished browsing the whole page yet). When a new page is returned to the end user, after pagination/filtering/ordering even for the same query, a new `search` event with different UserEvent.documents is desired.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1DocumentInfo" + }, + "type": "array" + }, + "engine": { + "description": "The Engine resource name, in the form of `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`. Optional. Only required for Engine produced user events. For example, user events from blended search.", + "type": "string" + }, + "eventTime": { + "description": "Only required for UserEventService.ImportUserEvents method. Timestamp of when the user event happened.", + "format": "google-datetime", + "type": "string" + }, + "eventType": { + "description": "Required. User event type. Allowed values are: Generic values: * `search`: Search for Documents. * `view-item`: Detailed page view of a Document. * `view-item-list`: View of a panel or ordered list of Documents. * `view-home-page`: View of the home page. * `view-category-page`: View of a category page, e.g. Home > Men > Jeans Retail-related values: * `add-to-cart`: Add an item(s) to cart, e.g. in Retail online shopping * `purchase`: Purchase an item(s) Media-related values: * `media-play`: Start/resume watching a video, playing a song, etc. * `media-complete`: Finished or stopped midway through a video, song, etc. Custom conversion value: * `conversion`: Customer defined conversion event.", + "type": "string" + }, + "filter": { + "description": "The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. One example is for `search` events, the associated SearchRequest may contain a filter expression in SearchRequest.filter conforming to https://google.aip.dev/160#filtering. Similarly, for `view-item-list` events that are generated from a RecommendRequest, this field may be populated directly from RecommendRequest.filter conforming to https://google.aip.dev/160#filtering. The value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "type": "string" + }, + "mediaInfo": { + "$ref": "GoogleCloudDiscoveryengineV1MediaInfo", + "description": "Media-specific info." + }, + "pageInfo": { + "$ref": "GoogleCloudDiscoveryengineV1PageInfo", + "description": "Page metadata such as categories and other critical information for certain event types such as `view-category-page`." + }, + "panel": { + "$ref": "GoogleCloudDiscoveryengineV1PanelInfo", + "description": "Panel metadata associated with this user event." + }, + "panels": { + "description": "Optional. List of panels associated with this event. Used for page-level impression data.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1PanelInfo" + }, + "type": "array" + }, + "promotionIds": { + "description": "The promotion IDs if this is an event associated with promotions. Currently, this field is restricted to at most one ID.", + "items": { + "type": "string" + }, + "type": "array" + }, + "searchInfo": { + "$ref": "GoogleCloudDiscoveryengineV1SearchInfo", + "description": "SearchService.Search details related to the event. This field should be set for `search` event." + }, + "sessionId": { + "description": "A unique identifier for tracking a visitor session with a length limit of 128 bytes. A session is an aggregation of an end user behavior in a time span. A general guideline to populate the session_id: 1. If user has no activity for 30 min, a new session_id should be assigned. 2. The session_id should be unique across users, suggest use uuid or add UserEvent.user_pseudo_id as prefix.", + "type": "string" + }, + "tagIds": { + "description": "A list of identifiers for the independent experiment groups this user event belongs to. This is used to distinguish between user events associated with different experiment setups.", + "items": { + "type": "string" + }, + "type": "array" + }, + "transactionInfo": { + "$ref": "GoogleCloudDiscoveryengineV1TransactionInfo", + "description": "The transaction metadata (if any) associated with this user event." + }, + "userInfo": { + "$ref": "GoogleCloudDiscoveryengineV1UserInfo", + "description": "Information about the end user." + }, + "userPseudoId": { + "description": "Required. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor log in/out of the website. Do not set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. The field should not contain PII or user-data. We recommend to use Google Analytics [Client ID](https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#clientId) for this field.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1UserInfo": { + "description": "Information of an end user.", + "id": "GoogleCloudDiscoveryengineV1UserInfo", + "properties": { + "timeZone": { + "description": "Optional. IANA time zone, e.g. Europe/Budapest.", + "type": "string" + }, + "userAgent": { + "description": "User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.", + "type": "string" + }, + "userId": { + "description": "Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don't set for anonymous users. Always use a hashed value for this ID. Don't set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1UserLicense": { + "description": "User License information assigned by the admin.", + "id": "GoogleCloudDiscoveryengineV1UserLicense", + "properties": { + "createTime": { + "description": "Output only. User created timestamp.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "lastLoginTime": { + "description": "Output only. User last logged in time. If the user has not logged in yet, this field will be empty.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "licenseAssignmentState": { + "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user login will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", + "enum": [ + "LICENSE_ASSIGNMENT_STATE_UNSPECIFIED", + "ASSIGNED", + "UNASSIGNED", + "NO_LICENSE", + "NO_LICENSE_ATTEMPTED_LOGIN", + "BLOCKED" + ], + "enumDescriptions": [ + "Default value.", + "License assigned to the user.", + "No license assigned to the user. Deprecated, translated to NO_LICENSE.", + "No license assigned to the user.", + "User attempted to login but no license assigned to the user. This state is only used for no user first time login attempt but cannot get license assigned. Users already logged in but cannot get license assigned will be assigned NO_LICENSE state(License could be unassigned by admin).", + "User is blocked from assigning a license." + ], + "readOnly": true, + "type": "string" + }, + "licenseConfig": { + "description": "Optional. The full resource name of the Subscription(LicenseConfig) assigned to the user.", + "type": "string" + }, + "updateTime": { + "description": "Output only. User update timestamp.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "userPrincipal": { + "description": "Required. Immutable. The user principal of the User, could be email address or other prinical identifier. This field is immutable. Admin assign licenses based on the user principal.", + "type": "string" + }, + "userProfile": { + "description": "Optional. The user profile. We user user full name(First name + Last name) as user profile.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1UserStore": { + "description": "Configures metadata that is used for End User entities.", + "id": "GoogleCloudDiscoveryengineV1UserStore", + "properties": { + "defaultLicenseConfig": { + "description": "Optional. The default subscription LicenseConfig for the UserStore, if UserStore.enable_license_auto_register is true, new users will automatically register under the default subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if `license_assignment_tier_rules` is not configured.", + "type": "string" + }, + "displayName": { + "description": "The display name of the User Store.", + "type": "string" + }, + "enableExpiredLicenseAutoUpdate": { + "description": "Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "enableLicenseAutoRegister": { + "description": "Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfig": { + "description": "WidgetConfig captures configs at the Widget level.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfig", + "properties": { + "accessSettings": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings", + "description": "Will be used for all widget access settings seen in cloud console integration page. Replaces top deprecated top level properties." + }, + "allowPublicAccess": { + "deprecated": true, + "description": "Whether allow no-auth integration with widget. If set true, public access to search or other solutions from widget is allowed without authenication token provided by customer hosted backend server.", + "type": "boolean" + }, + "allowlistedDomains": { + "deprecated": true, + "description": "Allowlisted domains that can load this widget.", + "items": { + "type": "string" + }, + "type": "array" + }, + "assistantSettings": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings", + "description": "Optional. Output only. Describes the assistant settings of the widget.", + "readOnly": true + }, + "collectionComponents": { + "description": "Output only. Collection components that lists all collections and child data stores associated with the widget config, those data sources can be used for filtering in widget service APIs, users can return results that from selected data sources.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent" + }, + "readOnly": true, + "type": "array" + }, + "configId": { + "description": "Output only. Unique obfuscated identifier of a WidgetConfig.", + "readOnly": true, + "type": "string" + }, + "contentSearchSpec": { + "$ref": "GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec", + "deprecated": true, + "description": "The content search spec that configs the desired behavior of content search." + }, + "createTime": { + "description": "Output only. Timestamp the WidgetConfig was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "customerProvidedConfig": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig", + "description": "Optional. Output only. Describes the customer related configurations, currently only used for government customers. This field cannot be modified after project onboarding.", + "readOnly": true + }, + "dataStoreType": { + "description": "Output only. The type of the parent data store.", + "enum": [ + "DATA_STORE_TYPE_UNSPECIFIED", + "SITE_SEARCH", + "STRUCTURED", + "UNSTRUCTURED", + "BLENDED" + ], + "enumDescriptions": [ + "Unspecified data store type.", + "The parent data store contains a site search engine.", + "The parent data store contains a search engine for structured data.", + "The parent data store contains a search engine for unstructured data.", + "The parent data store is served for blended search with multiple data stores." + ], + "readOnly": true, + "type": "string" + }, + "dataStoreUiConfigs": { + "deprecated": true, + "description": "Configurable UI configurations per data store.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig" + }, + "type": "array" + }, + "defaultSearchRequestOrderBy": { + "deprecated": true, + "description": "The default ordering for search results if specified. Used to set SearchRequest#order_by on applicable requests. https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.dataStores.servingConfigs/search#request-body", + "type": "string" + }, + "displayName": { + "description": "Required. The human readable widget config display name. Used in Discovery UI. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.", + "type": "string" + }, + "enableAutocomplete": { + "deprecated": true, + "description": "Whether or not to enable autocomplete.", + "type": "boolean" + }, + "enableConversationalSearch": { + "deprecated": true, + "description": "Whether to allow conversational search (LLM, multi-turn) or not (non-LLM, single-turn).", + "type": "boolean" + }, + "enablePrivateKnowledgeGraph": { + "description": "Optional. Output only. Whether to enable private knowledge graph.", + "readOnly": true, + "type": "boolean" + }, + "enableQualityFeedback": { + "deprecated": true, + "description": "Turn on or off collecting the search result quality feedback from end users.", + "type": "boolean" + }, + "enableResultScore": { + "description": "Whether to show the result score.", + "type": "boolean" + }, + "enableSafeSearch": { + "deprecated": true, + "description": "Whether to enable safe search.", + "type": "boolean" + }, + "enableSearchAsYouType": { + "deprecated": true, + "description": "Whether to enable search-as-you-type behavior for the search widget", + "type": "boolean" + }, + "enableSnippetResultSummary": { + "deprecated": true, + "description": "Turn on or off summary for each snippets result.", + "type": "boolean" + }, + "enableSummarization": { + "deprecated": true, + "description": "Turn on or off summarization for the search response.", + "type": "boolean" + }, + "enableWebApp": { + "deprecated": true, + "description": "Whether to enable standalone web app.", + "type": "boolean" + }, + "facetField": { + "deprecated": true, + "description": "The configuration and appearance of facets in the end user view.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigFacetField" + }, + "type": "array" + }, + "fieldsUiComponentsMap": { + "additionalProperties": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigUIComponentField" + }, + "deprecated": true, + "description": "The key is the UI component. Mock. Currently supported `title`, `thumbnail`, `url`, `custom1`, `custom2`, `custom3`. The value is the name of the field along with its device visibility. The 3 custom fields are optional and can be added or removed. `title`, `thumbnail`, `url` are required UI components that cannot be removed.", + "type": "object" + }, + "geminiBundle": { + "description": "Output only. Whether the subscription is gemini bundle or not.", + "readOnly": true, + "type": "boolean" + }, + "homepageSetting": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting", + "description": "Optional. Describes the homepage settings of the widget." + }, + "industryVertical": { + "description": "Output only. The industry vertical that the WidgetConfig registers. The WidgetConfig industry vertical is based on the associated Engine.", + "enum": [ + "INDUSTRY_VERTICAL_UNSPECIFIED", + "GENERIC", + "MEDIA", + "HEALTHCARE_FHIR" + ], + "enumDescriptions": [ + "Value used when unset.", + "The generic vertical for documents that are not specific to any industry vertical.", + "The media industry vertical.", + "The healthcare FHIR vertical." + ], + "readOnly": true, + "type": "string" + }, + "llmEnabled": { + "description": "Output only. Whether LLM is enabled in the corresponding data store.", + "readOnly": true, + "type": "boolean" + }, + "minimumDataTermAccepted": { + "description": "Output only. Whether the customer accepted data use terms.", + "readOnly": true, + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + }, + "resultDisplayType": { + "deprecated": true, + "description": "The type of snippet to display in UCS widget. - RESULT_DISPLAY_TYPE_UNSPECIFIED for existing users. - SNIPPET for new non-enterprise search users. - EXTRACTIVE_ANSWER for new enterprise search users.", + "enum": [ + "RESULT_DISPLAY_TYPE_UNSPECIFIED", + "SNIPPET", + "EXTRACTIVE_ANSWER" + ], + "enumDescriptions": [ + "Unspecified display type (default to showing snippet).", + "Display results from the snippet field.", + "Display results from extractive answers field." + ], + "type": "string" + }, + "solutionType": { + "description": "Required. Immutable. Specifies the solution type that this WidgetConfig can be used for.", + "enum": [ + "SOLUTION_TYPE_UNSPECIFIED", + "SOLUTION_TYPE_RECOMMENDATION", + "SOLUTION_TYPE_SEARCH", + "SOLUTION_TYPE_CHAT", + "SOLUTION_TYPE_GENERATIVE_CHAT" + ], + "enumDescriptions": [ + "Default value.", + "Used for Recommendations AI.", + "Used for Discovery Search.", + "Used for use cases related to the Generative AI agent.", + "Used for use cases related to the Generative Chat agent. It's used for Generative chat engine only, the associated data stores must enrolled with `SOLUTION_TYPE_CHAT` solution." + ], + "type": "string" + }, + "uiBranding": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings", + "description": "Describes search widget UI branding settings, such as the widget title, logo, favicons, and colors." + }, + "uiSettings": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigUiSettings", + "description": "Describes general widget search settings as seen in cloud console widget configuration page. Replaces top deprecated top level properties." + }, + "updateTime": { + "description": "Output only. Timestamp the WidgetConfig was updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings": { + "description": "Describes widget access settings.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings", + "properties": { + "allowPublicAccess": { + "description": "Whether public unauthenticated access is allowed.", + "type": "boolean" + }, + "allowlistedDomains": { + "description": "List of domains that are allowed to integrate the search widget.", + "items": { + "type": "string" + }, + "type": "array" + }, + "enableWebApp": { + "description": "Whether web app access is enabled.", + "type": "boolean" + }, + "languageCode": { + "description": "Optional. Language code for user interface. Use language tags defined by [BCP47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). If unset, the default language code is \"en-US\".", + "type": "string" + }, + "workforceIdentityPoolProvider": { + "description": "Optional. The workforce identity pool provider used to access the widget.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings": { + "description": "Describes the assistant settings of the widget.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings", + "properties": { + "defaultWebGroundingToggleOff": { + "description": "Output only. This field controls the default web grounding toggle for end users if `web_grounding_type` is set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this field is set to false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding enabled by default on UI. If true, grounding toggle will be disabled by default on UI. End users can still enable web grounding in the UI if web grounding is enabled.", + "readOnly": true, + "type": "boolean" + }, + "disableLocationContext": { + "description": "Optional. Output only. Whether to disable user location context.", + "readOnly": true, + "type": "boolean" + }, + "googleSearchGroundingEnabled": { + "deprecated": true, + "description": "Whether or not the Google search grounding toggle is shown. Deprecated. Use web_grounding_type instead.", + "type": "boolean" + }, + "webGroundingType": { + "description": "Optional. The type of web grounding to use.", + "enum": [ + "WEB_GROUNDING_TYPE_UNSPECIFIED", + "WEB_GROUNDING_TYPE_DISABLED", + "WEB_GROUNDING_TYPE_GOOGLE_SEARCH", + "WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH" + ], + "enumDescriptions": [ + "Default, unspecified setting. This is the same as disabled.", + "Web grounding is disabled.", + "Grounding with Google Search is enabled.", + "Grounding with Enterprise Web Search is enabled." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent": { + "description": "Read-only collection component that contains data store collections fields that may be used for filtering", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent", + "properties": { + "connectorIconLink": { + "description": "Output only. The icon link of the connector source.", + "readOnly": true, + "type": "string" + }, + "dataSource": { + "description": "The name of the data source, retrieved from `Collection.data_connector.data_source`.", + "type": "string" + }, + "dataSourceDisplayName": { + "description": "Output only. The display name of the data source.", + "readOnly": true, + "type": "string" + }, + "dataStoreComponents": { + "description": "For the data store collection, list of the children data stores.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent" + }, + "type": "array" + }, + "displayName": { + "description": "The display name of the collection.", + "type": "string" + }, + "id": { + "description": "Output only. the identifier of the collection, used for widget service. For now it refers to collection_id, in the future we will migrate the field to encrypted collection name UUID.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "The name of the collection. It should be collection resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}`. For APIs under WidgetService, such as WidgetService.LookUpWidgetConfig, the project number and location part is erased in this field.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig": { + "description": "Customer provided configurations.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig", + "properties": { + "customerType": { + "description": "Customer type.", + "enum": [ + "DEFAULT_CUSTOMER", + "GOVERNMENT_CUSTOMER" + ], + "enumDescriptions": [ + "Default customer type.", + "Government customer type. Some features are disabled for government customers due to legal requirements." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent": { + "description": "Read-only data store component that contains data stores fields that may be used for filtering, it's the child of `CollectionComponent`.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent", + "properties": { + "dataStoreConfigType": { + "description": "Output only. The type of the data store config.", + "enum": [ + "DATA_STORE_CONFIG_TYPE_UNSPECIFIED", + "ALLOW_DB_CONFIG", + "THIRD_PARTY_OAUTH_CONFIG", + "NOTEBOOKLM_CONFIG" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "The data store is connected to AlloyDB", + "The data store is a connected to a third party data source.", + "The data store is a connected to NotebookLM Enterprise." + ], + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "The display name of the data store.", + "type": "string" + }, + "entityName": { + "description": "The name of the entity, retrieved from `Collection.data_connector.entities.entityName`.", + "type": "string" + }, + "id": { + "description": "Output only. the identifier of the data store, used for widget service. For now it refers to data_store_id, in the future we will migrate the field to encrypted data store name UUID.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "The name of the data store. It should be data store resource name Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs under WidgetService, such as WidgetService.LookUpWidgetConfig, the project number and location part is erased in this field.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig": { + "description": "UI component configuration for data store.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig", + "properties": { + "facetField": { + "description": "Facet fields that store the mapping of fields to end user widget appearance.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigFacetField" + }, + "type": "array" + }, + "fieldsUiComponentsMap": { + "additionalProperties": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigUIComponentField" + }, + "description": "The key is the UI component. Mock. Currently supported `title`, `thumbnail`, `url`, `custom1`, `custom2`, `custom3`. The value is the name of the field along with its device visibility. The 3 custom fields are optional and can be added or removed. `title`, `thumbnail`, `url` are required UI components that cannot be removed.", + "type": "object" + }, + "id": { + "description": "Output only. the identifier of the data store, used for widget service. For now it refers to data_store_id, in the future we will migrate the field to encrypted data store name UUID.", + "readOnly": true, + "type": "string" + }, + "name": { + "description": "The name of the data store. It should be data store resource name Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs under WidgetService, such as WidgetService.LookUpWidgetConfig, the project number and location part is erased in this field.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigFacetField": { + "description": "Facet fields that store the mapping of fields to end user widget appearance.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigFacetField", + "properties": { + "displayName": { + "description": "Optional. The field name that end users will see.", + "type": "string" + }, + "field": { + "description": "Required. Registered field name. The format is `field.abc`.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting": { + "description": "Describes the homepage setting of the widget. It includes all homepage related settings and configurations, such as shortcuts.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting", + "properties": { + "shortcuts": { + "description": "Optional. The shortcuts to display on the homepage.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut": { + "description": "Describes an entity of shortcut (aka pinned content) on the homepage. The home page will render these shortcuts in the same order as what the API returns. If a customer wants to reorder or remove a shortcut, the UI should always provide the new full list of shortcuts.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut", + "properties": { + "destinationUri": { + "description": "Optional. Destination URL of shortcut.", + "type": "string" + }, + "icon": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigImage", + "description": "Optional. Icon URL of shortcut." + }, + "title": { + "description": "Optional. Title of the shortcut.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigImage": { + "description": "Options to store an image.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigImage", + "properties": { + "url": { + "description": "Image URL.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1WidgetConfigUIComponentField": { + "description": "Facet field that maps to a UI Component.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigUIComponentField", + "properties": { + "deviceVisibility": { + "description": "The field visibility on different types of devices.", + "items": { + "enum": [ + "DEVICE_VISIBILITY_UNSPECIFIED", + "MOBILE", + "DESKTOP" + ], + "enumDescriptions": [ + "Default value when not specified. Server returns INVALID_ARGUMENT if used in requests.", + "The UI component is visible on Mobile devices.", + "The UI component is visible on Browser-based client." + ], + "type": "string" + }, + "type": "array" + }, + "displayTemplate": { + "description": "The template to customize how the field is displayed. An example value would be a string that looks like: \"Price: {value}\".", + "type": "string" + }, + "field": { + "description": "Required. Registered field name. The format is `field.abc`.", "type": "string" } }, "type": "object" }, - "GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata": { - "description": "Metadata related to the progress of the SiteSearchEngineService.UpdateTargetSite operation. This will be returned by the google.longrunning.Operation.metadata field.", - "id": "GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata", + "GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings": { + "description": "Describes widget UI branding settings.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings", "properties": { - "createTime": { - "description": "Operation create time.", - "format": "google-datetime", - "type": "string" - }, - "updateTime": { - "description": "Operation last update time. If the operation is done, this is also the finish time.", - "format": "google-datetime", - "type": "string" + "logo": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigImage", + "description": "Logo image." } }, "type": "object" }, - "GoogleCloudDiscoveryengineV1UserEvent": { - "description": "UserEvent captures all metadata information Discovery Engine API needs to know about how end users interact with your website.", - "id": "GoogleCloudDiscoveryengineV1UserEvent", + "GoogleCloudDiscoveryengineV1WidgetConfigUiSettings": { + "description": "Describes general widget (or web app) UI settings as seen in the cloud console UI configuration page.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigUiSettings", "properties": { - "attributes": { - "additionalProperties": { - "$ref": "GoogleCloudDiscoveryengineV1CustomAttribute" - }, - "description": "Extra user event features to include in the recommendation model. These attributes must NOT contain data that needs to be parsed or processed further, e.g. JSON or other encodings. If you provide custom attributes for ingested user events, also include them in the user events that you associate with prediction requests. Custom attribute formatting must be consistent between imported events and events provided with prediction requests. This lets the Discovery Engine API use those custom attributes when training models and serving predictions, which helps improve recommendation quality. This field needs to pass all below criteria, otherwise an `INVALID_ARGUMENT` error is returned: * The key must be a UTF-8 encoded string with a length limit of 5,000 characters. * For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 256 characters. * For number attributes, at most 400 values are allowed. For product recommendations, an example of extra user information is `traffic_channel`, which is how a user arrives at the site. Users can arrive at the site by coming to the site directly, coming through Google search, or in other ways.", - "type": "object" - }, - "attributionToken": { - "description": "Token to attribute an API response to user action(s) to trigger the event. Highly recommended for user events that are the result of RecommendationService.Recommend. This field enables accurate attribution of recommendation model performance. The value must be one of: * RecommendResponse.attribution_token for events that are the result of RecommendationService.Recommend. * SearchResponse.attribution_token for events that are the result of SearchService.Search. This token enables us to accurately attribute page view or conversion completion back to the event and the particular predict response containing this clicked/purchased product. If user clicks on product K in the recommendation results, pass RecommendResponse.attribution_token as a URL parameter to product K's page. When recording events on product K's page, log the RecommendResponse.attribution_token to this field.", - "type": "string" - }, - "completionInfo": { - "$ref": "GoogleCloudDiscoveryengineV1CompletionInfo", - "description": "CompletionService.CompleteQuery details related to the event. This field should be set for `search` event when autocomplete function is enabled and the user clicks a suggestion for search." - }, - "conversionType": { - "description": "Optional. Conversion type. Required if UserEvent.event_type is `conversion`. This is a customer-defined conversion name in lowercase letters or numbers separated by \"-\", such as \"watch\", \"good-visit\" etc. Do not set the field if UserEvent.event_type is not `conversion`. This mixes the custom conversion event with predefined events like `search`, `view-item` etc.", - "type": "string" - }, - "dataStore": { - "description": "The DataStore resource full name, of the form `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. Optional. Only required for user events whose data store can't by determined by UserEvent.engine or UserEvent.documents. If data store is set in the parent of write/import/collect user event requests, this field can be omitted.", - "type": "string" - }, - "directUserRequest": { - "description": "Should set to true if the request is made directly from the end user, in which case the UserEvent.user_info.user_agent can be populated from the HTTP request. This flag should be set only if the API request is made directly from the end user such as a mobile app (and not if a gateway or a server is processing and pushing the user events). This should not be set when using the JavaScript tag in UserEventService.CollectUserEvent.", - "type": "boolean" - }, - "documents": { - "description": "List of Documents associated with this user event. This field is optional except for the following event types: * `view-item` * `add-to-cart` * `purchase` * `media-play` * `media-complete` In a `search` event, this field represents the documents returned to the end user on the current page (the end user may have not finished browsing the whole page yet). When a new page is returned to the end user, after pagination/filtering/ordering even for the same query, a new `search` event with different UserEvent.documents is desired.", + "dataStoreUiConfigs": { + "description": "Per data store configuration.", "items": { - "$ref": "GoogleCloudDiscoveryengineV1DocumentInfo" + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig" }, "type": "array" }, - "engine": { - "description": "The Engine resource name, in the form of `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`. Optional. Only required for Engine produced user events. For example, user events from blended search.", + "defaultSearchRequestOrderBy": { + "description": "The default ordering for search results if specified. Used to set SearchRequest#order_by on applicable requests. https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.dataStores.servingConfigs/search#request-body", "type": "string" }, - "eventTime": { - "description": "Only required for UserEventService.ImportUserEvents method. Timestamp of when the user event happened.", - "format": "google-datetime", - "type": "string" + "disableUserEventsCollection": { + "description": "If set to true, the widget will not collect user events.", + "type": "boolean" }, - "eventType": { - "description": "Required. User event type. Allowed values are: Generic values: * `search`: Search for Documents. * `view-item`: Detailed page view of a Document. * `view-item-list`: View of a panel or ordered list of Documents. * `view-home-page`: View of the home page. * `view-category-page`: View of a category page, e.g. Home > Men > Jeans Retail-related values: * `add-to-cart`: Add an item(s) to cart, e.g. in Retail online shopping * `purchase`: Purchase an item(s) Media-related values: * `media-play`: Start/resume watching a video, playing a song, etc. * `media-complete`: Finished or stopped midway through a video, song, etc. Custom conversion value: * `conversion`: Customer defined conversion event.", - "type": "string" + "enableAutocomplete": { + "description": "Whether or not to enable autocomplete.", + "type": "boolean" }, - "filter": { - "description": "The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. One example is for `search` events, the associated SearchRequest may contain a filter expression in SearchRequest.filter conforming to https://google.aip.dev/160#filtering. Similarly, for `view-item-list` events that are generated from a RecommendRequest, this field may be populated directly from RecommendRequest.filter conforming to https://google.aip.dev/160#filtering. The value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", - "type": "string" + "enableCreateAgentButton": { + "description": "Optional. If set to true, the widget will enable the create agent button.", + "type": "boolean" }, - "mediaInfo": { - "$ref": "GoogleCloudDiscoveryengineV1MediaInfo", - "description": "Media-specific info." + "enablePeopleSearch": { + "description": "Optional. If set to true, the widget will enable people search.", + "type": "boolean" }, - "pageInfo": { - "$ref": "GoogleCloudDiscoveryengineV1PageInfo", - "description": "Page metadata such as categories and other critical information for certain event types such as `view-category-page`." + "enableQualityFeedback": { + "description": "Turn on or off collecting the search result quality feedback from end users.", + "type": "boolean" }, - "panel": { - "$ref": "GoogleCloudDiscoveryengineV1PanelInfo", - "description": "Panel metadata associated with this user event." + "enableSafeSearch": { + "description": "Whether to enable safe search.", + "type": "boolean" }, - "panels": { - "description": "Optional. List of panels associated with this event. Used for page-level impression data.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1PanelInfo" - }, - "type": "array" + "enableSearchAsYouType": { + "description": "Whether to enable search-as-you-type behavior for the search widget.", + "type": "boolean" }, - "promotionIds": { - "description": "The promotion IDs if this is an event associated with promotions. Currently, this field is restricted to at most one ID.", - "items": { + "enableVisualContentSummary": { + "description": "If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search.", + "type": "boolean" + }, + "features": { + "additionalProperties": { + "enum": [ + "FEATURE_STATE_UNSPECIFIED", + "FEATURE_STATE_ON", + "FEATURE_STATE_OFF" + ], + "enumDescriptions": [ + "The feature state is unspecified.", + "The feature is turned on to be accessible.", + "The feature is turned off to be inaccessible." + ], "type": "string" }, - "type": "array" + "description": "Output only. Feature config for the engine to opt in or opt out of features. Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload`", + "readOnly": true, + "type": "object" }, - "searchInfo": { - "$ref": "GoogleCloudDiscoveryengineV1SearchInfo", - "description": "SearchService.Search details related to the event. This field should be set for `search` event." + "generativeAnswerConfig": { + "$ref": "GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig", + "description": "Describes generative answer configuration." }, - "sessionId": { - "description": "A unique identifier for tracking a visitor session with a length limit of 128 bytes. A session is an aggregation of an end user behavior in a time span. A general guideline to populate the session_id: 1. If user has no activity for 30 min, a new session_id should be assigned. 2. The session_id should be unique across users, suggest use uuid or add UserEvent.user_pseudo_id as prefix.", + "interactionType": { + "description": "Describes widget (or web app) interaction type", + "enum": [ + "INTERACTION_TYPE_UNSPECIFIED", + "SEARCH_ONLY", + "SEARCH_WITH_ANSWER", + "SEARCH_WITH_FOLLOW_UPS" + ], + "enumDescriptions": [ + "Not specified. Defaults to SEARCH_ONLY.", + "Search without a generative answer.", + "Search with the generative answer.", + "Search with the generative answer that supports follow up questions. Also known as multi-turn search." + ], "type": "string" }, - "tagIds": { - "description": "A list of identifiers for the independent experiment groups this user event belongs to. This is used to distinguish between user events associated with different experiment setups.", - "items": { + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], "type": "string" }, - "type": "array" - }, - "transactionInfo": { - "$ref": "GoogleCloudDiscoveryengineV1TransactionInfo", - "description": "The transaction metadata (if any) associated with this user event." - }, - "userInfo": { - "$ref": "GoogleCloudDiscoveryengineV1UserInfo", - "description": "Information about the end user." + "description": "Output only. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "readOnly": true, + "type": "object" }, - "userPseudoId": { - "description": "Required. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor log in/out of the website. Do not set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. The field should not contain PII or user-data. We recommend to use Google Analytics [Client ID](https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#clientId) for this field.", + "resultDescriptionType": { + "description": "Controls whether result extract is display and how (snippet or extractive answer). Default to no result if unspecified.", + "enum": [ + "RESULT_DISPLAY_TYPE_UNSPECIFIED", + "SNIPPET", + "EXTRACTIVE_ANSWER" + ], + "enumDescriptions": [ + "Unspecified display type (default to showing snippet).", + "Display results from the snippet field.", + "Display results from extractive answers field." + ], "type": "string" } }, "type": "object" }, - "GoogleCloudDiscoveryengineV1UserInfo": { - "description": "Information of an end user.", - "id": "GoogleCloudDiscoveryengineV1UserInfo", + "GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig": { + "description": "Describes configuration for generative answer.", + "id": "GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig", "properties": { - "timeZone": { - "description": "Optional. IANA time zone, e.g. Europe/Budapest.", - "type": "string" + "disableRelatedQuestions": { + "description": "Whether generated answer contains suggested related questions.", + "type": "boolean" }, - "userAgent": { - "description": "User agent as included in the HTTP header. The field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. This should not be set when using the client side event reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or if UserEvent.direct_user_request is set.", - "type": "string" + "ignoreAdversarialQuery": { + "description": "Optional. Specifies whether to filter out queries that are adversarial.", + "type": "boolean" }, - "userId": { - "description": "Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don't set for anonymous users. Always use a hashed value for this ID. Don't set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1UserLicense": { - "description": "User License information assigned by the admin.", - "id": "GoogleCloudDiscoveryengineV1UserLicense", - "properties": { - "createTime": { - "description": "Output only. User created timestamp.", - "format": "google-datetime", - "readOnly": true, - "type": "string" + "ignoreLowRelevantContent": { + "description": "Optional. Specifies whether to filter out queries that are not relevant to the content.", + "type": "boolean" }, - "lastLoginTime": { - "description": "Output only. User last logged in time. If the user has not logged in yet, this field will be empty.", - "format": "google-datetime", - "readOnly": true, - "type": "string" + "ignoreNonAnswerSeekingQuery": { + "description": "Optional. Specifies whether to filter out queries that are not answer-seeking. The default value is `false`. No answer is returned if the search query is classified as a non-answer seeking query. If this field is set to `true`, we skip generating answers for non-answer seeking queries and return fallback messages instead.", + "type": "boolean" }, - "licenseAssignmentState": { - "description": "Output only. License assignment state of the user. If the user is assigned with a license config, the user login will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user;", + "imageSource": { + "description": "Optional. Source of image returned in the answer.", "enum": [ - "LICENSE_ASSIGNMENT_STATE_UNSPECIFIED", - "ASSIGNED", - "UNASSIGNED", - "NO_LICENSE", - "NO_LICENSE_ATTEMPTED_LOGIN", - "BLOCKED" + "IMAGE_SOURCE_UNSPECIFIED", + "ALL_AVAILABLE_SOURCES", + "CORPUS_IMAGE_ONLY", + "FIGURE_GENERATION_ONLY" ], "enumDescriptions": [ - "Default value.", - "License assigned to the user.", - "No license assigned to the user. Deprecated, translated to NO_LICENSE.", - "No license assigned to the user.", - "User attempted to login but no license assigned to the user. This state is only used for no user first time login attempt but cannot get license assigned. Users already logged in but cannot get license assigned will be assigned NO_LICENSE state(License could be unassigned by admin).", - "User is blocked from assigning a license." + "Unspecified image source (multimodal feature is disabled by default)", + "Behavior when service determines the pick from all available sources.", + "Include image from corpus in the answer.", + "Triggers figure generation in the answer." ], - "readOnly": true, "type": "string" }, - "licenseConfig": { - "description": "Optional. The full resource name of the Subscription(LicenseConfig) assigned to the user.", + "languageCode": { + "description": "Language code for Summary. Use language tags defined by [BCP47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). Note: This is an experimental feature.", "type": "string" }, - "updateTime": { - "description": "Output only. User update timestamp.", - "format": "google-datetime", - "readOnly": true, - "type": "string" + "maxRephraseSteps": { + "description": "Max rephrase steps. The max number is 5 steps. If not set or set to < 1, it will be set to 1 by default.", + "format": "int32", + "type": "integer" }, - "userPrincipal": { - "description": "Required. Immutable. The user principal of the User, could be email address or other prinical identifier. This field is immutable. Admin assign licenses based on the user principal.", + "modelPromptPreamble": { + "description": "Text at the beginning of the prompt that instructs the model that generates the answer.", "type": "string" }, - "userProfile": { - "description": "Optional. The user profile. We user user full name(First name + Last name) as user profile.", + "modelVersion": { + "description": "The model version used to generate the answer.", "type": "string" + }, + "resultCount": { + "description": "The number of top results to generate the answer from. Up to 10.", + "format": "int32", + "type": "integer" } }, "type": "object" @@ -19162,6 +20634,10 @@ "description": "A piece of content and possibly its grounding information. Not all content needs grounding. Phrases like \"Of course, I will gladly search it for you.\" do not need grounding.", "id": "GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent", "properties": { + "citationMetadata": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCitationMetadata", + "description": "Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check" + }, "content": { "$ref": "GoogleCloudDiscoveryengineV1alphaAssistantContent", "description": "The content." @@ -19379,8 +20855,62 @@ "userLicenses": { "description": "UserLicenses successfully updated.", "items": { - "$ref": "GoogleCloudDiscoveryengineV1alphaUserLicense" + "$ref": "GoogleCloudDiscoveryengineV1alphaUserLicense" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaCitation": { + "description": "Source attributions for content.", + "id": "GoogleCloudDiscoveryengineV1alphaCitation", + "properties": { + "endIndex": { + "description": "Output only. End index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "license": { + "description": "Output only. License of the attribution.", + "readOnly": true, + "type": "string" + }, + "publicationDate": { + "$ref": "GoogleTypeDate", + "description": "Output only. Publication date of the attribution.", + "readOnly": true + }, + "startIndex": { + "description": "Output only. Start index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "title": { + "description": "Output only. Title of the attribution.", + "readOnly": true, + "type": "string" + }, + "uri": { + "description": "Output only. Url reference of the attribution.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaCitationMetadata": { + "description": "A collection of source attributions for a piece of content.", + "id": "GoogleCloudDiscoveryengineV1alphaCitationMetadata", + "properties": { + "citations": { + "description": "Output only. List of citations.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCitation" }, + "readOnly": true, "type": "array" } }, @@ -20652,6 +22182,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -20845,6 +22381,23 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata": { + "description": "Metadata related to the progress of the AgentService.DeleteAgent operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata": { "description": "Metadata related to the progress of the CmekConfigService.DeleteCmekConfig operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata", @@ -20992,6 +22545,23 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata": { + "description": "Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user store, return the number of end users successfully deleted or failed to delete in the metadata.", + "id": "GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata", + "properties": { + "failureCount": { + "description": "The number of end users under the user store that failed to be deleted.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "The number of end users under the user store that were successfully deleted.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDestinationConfig": { "description": "Defines target endpoints used to connect to third-party sources.", "id": "GoogleCloudDiscoveryengineV1alphaDestinationConfig", @@ -21151,6 +22721,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -21253,6 +22827,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1alphaEngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -21327,6 +22906,23 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -22384,6 +23980,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -22585,6 +24186,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1alphaProject", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -22617,6 +24223,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig", @@ -22635,6 +24263,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -23277,6 +24909,13 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec", "description": "A specification for configuring the behavior of content search." }, + "crowdingSpecs": { + "description": "Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, crowding will be evaluated on each unique combination of the `field` values, and max_count will be the maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = \"color\" and `max_count` = 3, and the second CrowdingSpec has `field` = \"size\" and `max_count` = 2, then after 3 documents that share the same color AND size have been returned, subsequent ones should be removed or demoted.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec" + }, + "type": "array" + }, "customFineTuningSpec": { "$ref": "GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec", "description": "Custom fine tuning configs. If set, it has higher priority than the configs set in ServingConfig.custom_fine_tuning_spec." @@ -23333,6 +24972,13 @@ "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", "type": "string" }, + "pageCategories": { + "description": "Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where \"RTX > 4090\" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition`", + "items": { + "type": "string" + }, + "type": "array" + }, "pageSize": { "description": "Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned.", "format": "int32", @@ -23460,7 +25106,7 @@ "type": "object" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "type": "string" } }, @@ -23764,6 +25410,36 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec": { + "description": "Specification for crowding. Crowding improves the diversity of search results by limiting the number of results that share the same field value. For example, crowding on the color field with a max_count of 3 and mode DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages.", + "id": "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec", + "properties": { + "field": { + "description": "The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is case sensitive.", + "type": "string" + }, + "maxCount": { + "description": "The maximum number of documents to keep per value of the field. Once there are at least max_count previous results which contain the same value for the given field (according to the order specified in `order_by`), later results with the same value are \"crowded away\". If not specified, the default value is 1.", + "format": "int32", + "type": "integer" + }, + "mode": { + "description": "Mode to use for documents that are crowded away.", + "enum": [ + "MODE_UNSPECIFIED", + "DROP_CROWDED_RESULTS", + "DEMOTE_CROWDED_RESULTS_TO_END" + ], + "enumDescriptions": [ + "Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.", + "Drop crowded results.", + "Demote crowded results to the later pages." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec": { "description": "A struct to define data stores to filter on in a search call and configurations for those data stores. Otherwise, an `INVALID_ARGUMENT` error is returned.", "id": "GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec", @@ -24129,6 +25805,13 @@ "description": "Optional. Whether the session is pinned, pinned session will be displayed on the top of the session list.", "type": "boolean" }, + "labels": { + "description": "Optional. The labels for the session. Can be set as filter in ListSessionsRequest.", + "items": { + "type": "string" + }, + "type": "array" + }, "name": { "description": "Immutable. Fully qualified name `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*`", "type": "string" @@ -24759,67 +26442,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig": { - "description": "The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector is of same usage. No easy way to migrate.", - "id": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig", - "properties": { - "alertEnrollments": { - "description": "Optional. The enrollment state of each alert.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment" - }, - "type": "array" - }, - "alertPolicy": { - "description": "Immutable. The fully qualified resource name of the AlertPolicy.", - "type": "string" - }, - "contactDetails": { - "description": "Optional. The contact details for each alert policy.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1betaContactDetails" - }, - "type": "array" - }, - "languageCode": { - "description": "Optional. The language code used for notifications", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment": { - "description": "The alert enrollment status.", - "id": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment", - "properties": { - "alertId": { - "description": "Immutable. The id of an alert.", - "type": "string" - }, - "enrollState": { - "description": "Required. The enrollment status of a customer.", - "enum": [ - "ENROLL_STATE_UNSPECIFIED", - "ENROLLED", - "DECLINED" - ], - "enumDescriptions": [ - "Default value. Used for customers who have not responded to the alert policy.", - "Customer is enrolled in this policy.", - "Customer declined this policy." - ], - "type": "string" - }, - "notificationParams": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails.", - "type": "object" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata": { "description": "Metadata related to the progress of the SiteSearchEngineService.BatchCreateTargetSites operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata", @@ -25040,17 +26662,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1betaContactDetails": { - "description": "The contact info stored in resource level. If both project level and resource level is populated, the resource level contact info will override the project level contact info.", - "id": "GoogleCloudDiscoveryengineV1betaContactDetails", - "properties": { - "emailAddress": { - "description": "Optional. The email address of the contact.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1betaControl": { "description": "Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at serving time. Permitted actions dependent on `SolutionType`.", "id": "GoogleCloudDiscoveryengineV1betaControl", @@ -25419,6 +27030,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -25822,6 +27439,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -25924,6 +27545,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1betaCmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1betaEngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -25998,6 +27624,23 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -26710,10 +28353,6 @@ "description": "Information about users' licenses.", "id": "GoogleCloudDiscoveryengineV1betaLicenseConfig", "properties": { - "alertPolicyResourceConfig": { - "$ref": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig", - "description": "Optional. The alert policy config for this license config." - }, "autoRenew": { "description": "Optional. Whether the license config should be auto renewed when it reaches the end date.", "type": "boolean" @@ -26726,6 +28365,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -26881,6 +28525,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1betaProject", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -26913,6 +28562,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig", @@ -26931,6 +28602,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -27255,6 +28930,13 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec", "description": "A specification for configuring the behavior of content search." }, + "crowdingSpecs": { + "description": "Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, crowding will be evaluated on each unique combination of the `field` values, and max_count will be the maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = \"color\" and `max_count` = 3, and the second CrowdingSpec has `field` = \"size\" and `max_count` = 2, then after 3 documents that share the same color AND size have been returned, subsequent ones should be removed or demoted.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec" + }, + "type": "array" + }, "dataStoreSpecs": { "description": "Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. For engines with a single data store, the specs directly under SearchRequest should be used.", "items": { @@ -27307,6 +28989,13 @@ "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", "type": "string" }, + "pageCategories": { + "description": "Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where \"RTX > 4090\" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition`", + "items": { + "type": "string" + }, + "type": "array" + }, "pageSize": { "description": "Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned.", "format": "int32", @@ -27430,7 +29119,7 @@ "type": "object" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "type": "string" } }, @@ -27734,6 +29423,36 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec": { + "description": "Specification for crowding. Crowding improves the diversity of search results by limiting the number of results that share the same field value. For example, crowding on the color field with a max_count of 3 and mode DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages.", + "id": "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec", + "properties": { + "field": { + "description": "The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is case sensitive.", + "type": "string" + }, + "maxCount": { + "description": "The maximum number of documents to keep per value of the field. Once there are at least max_count previous results which contain the same value for the given field (according to the order specified in `order_by`), later results with the same value are \"crowded away\". If not specified, the default value is 1.", + "format": "int32", + "type": "integer" + }, + "mode": { + "description": "Mode to use for documents that are crowded away.", + "enum": [ + "MODE_UNSPECIFIED", + "DROP_CROWDED_RESULTS", + "DEMOTE_CROWDED_RESULTS_TO_END" + ], + "enumDescriptions": [ + "Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.", + "Drop crowded results.", + "Demote crowded results to the later pages." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec": { "description": "A struct to define data stores to filter on in a search call and configurations for those data stores. Otherwise, an `INVALID_ARGUMENT` error is returned.", "id": "GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec", @@ -28470,6 +30189,33 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaUserStore": { + "description": "Configures metadata that is used for End User entities.", + "id": "GoogleCloudDiscoveryengineV1betaUserStore", + "properties": { + "defaultLicenseConfig": { + "description": "Optional. The default subscription LicenseConfig for the UserStore, if UserStore.enable_license_auto_register is true, new users will automatically register under the default subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if `license_assignment_tier_rules` is not configured.", + "type": "string" + }, + "displayName": { + "description": "The display name of the User Store.", + "type": "string" + }, + "enableExpiredLicenseAutoUpdate": { + "description": "Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "enableLicenseAutoRegister": { + "description": "Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaWorkspaceConfig": { "description": "Config to store data store type configuration for workspace data", "id": "GoogleCloudDiscoveryengineV1betaWorkspaceConfig", @@ -28537,7 +30283,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/discoveryengine.v1alpha.json b/DiscoveryJson/discoveryengine.v1alpha.json index 1b79a8ac4cd..e1b18e891f2 100644 --- a/DiscoveryJson/discoveryengine.v1alpha.json +++ b/DiscoveryJson/discoveryengine.v1alpha.json @@ -7,6 +7,12 @@ }, "https://www.googleapis.com/auth/cloud_search.query": { "description": "Search your organization's data in the Cloud Search index" + }, + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite": { + "description": "View your Agentspace chat history, including uploaded files and generated reports and visualizations, and interact with the Agentspace assistant on your behalf." + }, + "https://www.googleapis.com/auth/discoveryengine.readwrite": { + "description": "View, edit, create, and delete all your data associated with any Discovery Engine API product, such as Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration or configuration data." } } } @@ -135,44 +141,132 @@ }, "protocol": "rest", "resources": { - "media": { - "methods": { - "download": { - "description": "Downloads a file from the session.", - "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/sessions/{sessionsId}:downloadFile", - "httpMethod": "GET", - "id": "discoveryengine.media.download", - "parameterOrder": [ - "name" - ], - "parameters": { - "fileId": { - "description": "Required. The ID of the file to be downloaded.", - "location": "query", - "type": "string" + "billingAccounts": { + "resources": { + "billingAccountLicenseConfigs": { + "methods": { + "distributeLicenseConfig": { + "description": "Distributes a LicenseConfig from billing account level to project level.", + "flatPath": "v1alpha/billingAccounts/{billingAccountsId}/billingAccountLicenseConfigs/{billingAccountLicenseConfigsId}:distributeLicenseConfig", + "httpMethod": "POST", + "id": "discoveryengine.billingAccounts.billingAccountLicenseConfigs.distributeLicenseConfig", + "parameterOrder": [ + "billingAccountLicenseConfig" + ], + "parameters": { + "billingAccountLicenseConfig": { + "description": "Required. Full resource name of BillingAccountLicenseConfig. Format: `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`.", + "location": "path", + "pattern": "^billingAccounts/[^/]+/billingAccountLicenseConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+billingAccountLicenseConfig}:distributeLicenseConfig", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] }, - "name": { - "description": "Required. The resource name of the Session. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", - "required": true, - "type": "string" + "get": { + "description": "Gets a BillingAccountLicenseConfig.", + "flatPath": "v1alpha/billingAccounts/{billingAccountsId}/billingAccountLicenseConfigs/{billingAccountLicenseConfigsId}", + "httpMethod": "GET", + "id": "discoveryengine.billingAccounts.billingAccountLicenseConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Full resource name of BillingAccountLicenseConfig. Format: `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`.", + "location": "path", + "pattern": "^billingAccounts/[^/]+/billingAccountLicenseConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] }, - "viewId": { - "description": "Optional. The ID of the view to be downloaded.", - "location": "query", - "type": "string" + "list": { + "description": "Lists all BillingAccountLicenseConfigs for a given billing account.", + "flatPath": "v1alpha/billingAccounts/{billingAccountsId}/billingAccountLicenseConfigs", + "httpMethod": "GET", + "id": "discoveryengine.billingAccounts.billingAccountLicenseConfigs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Not supported.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. Not supported.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Format: `billingAccounts/{billing_account}`.", + "location": "path", + "pattern": "^billingAccounts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/billingAccountLicenseConfigs", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "retractLicenseConfig": { + "description": "This method is called from the billing account side to retract the LicenseConfig from the given project back to the billing account.", + "flatPath": "v1alpha/billingAccounts/{billingAccountsId}/billingAccountLicenseConfigs/{billingAccountLicenseConfigsId}:retractLicenseConfig", + "httpMethod": "POST", + "id": "discoveryengine.billingAccounts.billingAccountLicenseConfigs.retractLicenseConfig", + "parameterOrder": [ + "billingAccountLicenseConfig" + ], + "parameters": { + "billingAccountLicenseConfig": { + "description": "Required. Full resource name of BillingAccountLicenseConfig. Format: `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`.", + "location": "path", + "pattern": "^billingAccounts/[^/]+/billingAccountLicenseConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+billingAccountLicenseConfig}:retractLicenseConfig", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] } - }, - "path": "v1alpha/{+name}:downloadFile", - "response": { - "$ref": "GdataMedia" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ], - "supportsMediaDownload": true, - "useMediaDownloadService": true + } } } }, @@ -200,7 +294,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaProject" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -234,7 +329,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaProject" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "provision": { @@ -262,7 +358,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "reportConsentChange": { @@ -290,7 +387,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaProject" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -322,7 +420,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getAclConfig": { @@ -347,7 +446,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAclConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getCmekConfig": { @@ -372,7 +472,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaCmekConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "obtainCrawlRate": { @@ -400,7 +501,99 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "queryConfigurablePricingUsageStats": { + "description": "Queries configurable pricing usage stats for a project.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{location}:queryConfigurablePricingUsageStats", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.queryConfigurablePricingUsageStats", + "parameterOrder": [ + "project", + "location" + ], + "parameters": { + "location": { + "description": "Required. The location to query usage stats for.", + "location": "path", + "required": true, + "type": "string" + }, + "metricTypes": { + "description": "Optional. The metric types to return usage for.", + "enum": [ + "BILLING_METRIC_TYPE_UNSPECIFIED", + "DAILY_MDN_QPM", + "DAILY_MIN_QPM", + "DAILY_MAX_QPM", + "DAILY_SEARCH_REQUEST", + "TOTAL_STORAGE" + ], + "enumDescriptions": [ + "Default value.", + "Daily median search request QPM.", + "Daily min search request QPM.", + "Daily max search request QPM.", + "Daily search request total.", + "Total storage bytes for indexing core." + ], + "location": "query", + "repeated": true, + "type": "string" + }, + "project": { + "description": "Required. The project to query usage stats for. Format: projects/{project}", + "location": "path", + "pattern": "^projects/[^/]+$", + "required": true, + "type": "string" + }, + "timeRange.endDate.day": { + "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "timeRange.endDate.month": { + "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "timeRange.endDate.year": { + "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "timeRange.startDate.day": { + "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "timeRange.startDate.month": { + "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "timeRange.startDate.year": { + "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", + "format": "int32", + "location": "query", + "type": "integer" + } + }, + "path": "v1alpha/{+project}/locations/{location}:queryConfigurablePricingUsageStats", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "removeDedicatedCrawlRate": { @@ -428,7 +621,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "setDedicatedCrawlRate": { @@ -456,7 +650,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "setUpDataConnector": { @@ -484,7 +679,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "setUpDataConnectorV2": { @@ -522,7 +719,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateAclConfig": { @@ -550,7 +749,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAclConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateCmekConfig": { @@ -583,11 +783,174 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, "resources": { + "authorizations": { + "methods": { + "create": { + "description": "Creates an Authorization.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/authorizations", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.authorizations.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "authorizationId": { + "description": "Required. The ID to use for the authorization, which will become the final component of the resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/authorizations", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorization" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorization" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes an Authorization.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/authorizations/{authorizationsId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.authorizations.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of Authorization. Format: `projects/{project}/locations/{location}/authorizations/{authorization}` If the caller does not have permission to delete the authorization, regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. If the authorization to delete does not exist, a `NOT_FOUND` error is returned.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/authorizations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets an Authorization.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/authorizations/{authorizationsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.authorizations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of Authorization. Format: `projects/{project}/locations/{location}/authorizations/{authorization}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/authorizations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorization" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all Authorizations under an Engine.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/authorizations", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.authorizations.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Maximum number of Authorizations to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token ListAuthorizationsResponse.next_page_token, received from a previous AuthorizationService.ListAuthorizations call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAuthorizations must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/authorizations", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Updates an Authorization", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/authorizations/{authorizationsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.authorizations.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Resource name of the authorization. Format: `projects/{project}/locations/{location}/authorizations/{authorization}` It must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/authorizations/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorization" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorization" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + }, "cmekConfigs": { "methods": { "delete": { @@ -612,7 +975,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -637,7 +1001,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaCmekConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -662,7 +1027,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -695,7 +1061,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -724,7 +1091,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -749,7 +1117,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaCollection" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getDataConnector": { @@ -774,7 +1143,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDataConnector" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -815,7 +1186,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListCollectionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -849,7 +1221,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateDataConnector": { @@ -883,7 +1256,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDataConnector" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -915,7 +1290,37 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAcquireAccessTokenResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "checkRefreshToken": { + "deprecated": true, + "description": "Deprecated: Checks the existence of a refresh token for the EUC user for a given connection and returns its details. Use AcquireAccessToken instead and then check the validity of the returned token by asking the 3rd party system. There's no way to know for sure if a refresh token is valid without asking the 3rd party system.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataConnector:checkRefreshToken", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.dataConnector.checkRefreshToken", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The resource name of the connector for which a token is queried.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataConnector$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}:checkRefreshToken", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getConnectorSecret": { @@ -940,7 +1345,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "startConnectorRun": { @@ -968,7 +1375,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConnectorRun" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -1008,7 +1417,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListConnectorRunsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1037,7 +1448,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1073,7 +1485,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1083,7 +1495,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1124,7 +1537,7 @@ "type": "string" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "location": "query", "type": "string" } @@ -1134,7 +1547,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaCompleteQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -1187,7 +1602,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1212,7 +1628,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1237,7 +1654,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getDocumentProcessingConfig": { @@ -1262,7 +1680,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getSiteSearchEngine": { @@ -1287,7 +1706,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSiteSearchEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1328,7 +1748,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListDataStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1362,7 +1783,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "trainCustomModel": { @@ -1390,7 +1812,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateDocumentProcessingConfig": { @@ -1424,7 +1847,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -1465,7 +1889,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1505,7 +1930,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaBranch" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1545,7 +1971,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListBranchesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -1582,7 +2009,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1607,7 +2035,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1632,7 +2061,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getProcessedDocument": { @@ -1694,7 +2124,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaProcessedDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -1722,7 +2153,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1758,7 +2190,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListDocumentsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1797,7 +2230,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -1825,7 +2259,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -1854,7 +2289,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaChunk" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1890,7 +2326,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListChunksResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1924,7 +2361,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1949,7 +2387,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1985,7 +2424,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1995,7 +2434,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2030,7 +2470,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2062,7 +2504,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -2090,7 +2534,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2127,7 +2573,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2152,7 +2599,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2177,7 +2625,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2218,7 +2667,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2252,7 +2702,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2284,7 +2735,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -2312,7 +2764,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2337,7 +2790,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2362,7 +2816,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2408,7 +2863,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2442,7 +2898,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2471,7 +2928,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2502,7 +2960,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2538,7 +2997,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2548,7 +3007,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2579,7 +3039,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2615,7 +3076,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2625,7 +3086,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2662,7 +3124,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2687,7 +3150,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2712,7 +3176,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSchema" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2748,7 +3213,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListSchemasResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2781,7 +3247,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -2810,7 +3277,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2846,7 +3314,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2856,7 +3324,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2890,7 +3359,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2915,7 +3385,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2951,7 +3422,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListServingConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2985,7 +3457,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -3013,7 +3486,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaRecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -3041,7 +3515,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -3069,7 +3545,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -3097,7 +3575,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3129,7 +3608,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3154,7 +3635,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3184,7 +3667,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3230,7 +3715,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3264,7 +3751,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -3293,7 +3782,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3327,7 +3817,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "disableAdvancedSiteSearch": { @@ -3355,7 +3846,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "enableAdvancedSiteSearch": { @@ -3383,7 +3875,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetchDomainVerificationStatus": { @@ -3419,7 +3912,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaFetchDomainVerificationStatusResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getUriPatternDocumentData": { @@ -3444,7 +3938,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recrawlUris": { @@ -3472,7 +3967,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "setUriPatternDocumentData": { @@ -3500,7 +3996,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -3529,7 +4026,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3565,7 +4063,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -3575,7 +4073,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3607,7 +4106,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3632,7 +4132,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetch": { @@ -3663,7 +4164,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3695,7 +4197,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -3723,7 +4226,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3748,7 +4252,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3773,7 +4278,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaTargetSite" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3809,7 +4315,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListTargetSitesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3837,7 +4344,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -3866,7 +4374,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3902,7 +4411,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -3912,7 +4421,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3948,7 +4458,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -3976,7 +4488,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4021,7 +4535,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -4049,7 +4565,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -4077,7 +4595,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -4110,7 +4630,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaUserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4149,7 +4671,45 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Update a WidgetConfig.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.collections.dataStores.widgetConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Indicates which fields in the provided WidgetConfig to update. The following are the only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4188,7 +4748,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4213,7 +4774,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4238,7 +4800,34 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "getWorkspaceSettings": { + "description": "Get Workspace settings for the end user.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}:getWorkspaceSettings", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.getWorkspaceSettings", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Full Engine resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}:getWorkspaceSettings", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWorkspaceSettings" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4279,7 +4868,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListEnginesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4313,7 +4903,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "pause": { @@ -4341,7 +4932,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "resume": { @@ -4369,7 +4961,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "tune": { @@ -4397,7 +4990,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -4429,13 +5023,76 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } }, "assistants": { "methods": { + "create": { + "description": "Creates an Assistant.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "assistantId": { + "description": "Required. The ID to use for the Assistant, which will become the final component of the Assistant's resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/assistants", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAssistant" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAssistant" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes an Assistant.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.collections.engines.assistants.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` If the caller does not have permission to delete the Assistant, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does not exist, a NOT_FOUND error is returned.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, "get": { "description": "Gets an Assistant.", "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", @@ -4458,7 +5115,123 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAssistant" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all Assistants under an Engine.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Maximum number of Assistants to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token ListAssistantsResponse.next_page_token, received from a previous AssistantService.ListAssistants call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAssistants must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/assistants", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaListAssistantsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "listAvailableAgentViews": { + "description": "Lists the data for displaying the Agents under an Assistant which are available to the caller.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}:listAvailableAgentViews", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.listAvailableAgentViews", + "parameterOrder": [ + "parent" + ], + "parameters": { + "agentOrigin": { + "description": "Optional. The origin of the Agent.", + "enum": [ + "AGENT_ORIGIN_UNSPECIFIED", + "GOOGLE", + "ORGANIZATION", + "USER" + ], + "enumDescriptions": [ + "The origin is unspecified.", + "Agent defined by Google.", + "Agent defined by the organization.", + "Agent defined by the user." + ], + "location": "query", + "type": "string" + }, + "filter": { + "description": "Optional. The filter syntax consists of an expression language for constructing a predicate from one or more fields of the files being filtered. Filter expression is case-sensitive. Allowed fields are: * `display_name` * `state` Some examples of filters would be: * `display_name = 'agent_1'` * `display_name = 'agent_1' AND state = ENABLED` For a full description of the filter format, please see https://google.aip.dev/160.", + "location": "query", + "type": "string" + }, + "languageCode": { + "description": "Optional. The UI language currently shown to the user. Specifying this field request that the texts in the AgentViews in the response should be translated to this language.", + "location": "query", + "type": "string" + }, + "maxSuggestedPrompts": { + "description": "Optional. The maximum number of suggested prompts to return per agent.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageSize": { + "description": "Optional. Maximum number of AgentViewss to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token ListAvailableAgentViewsResponse.next_page_token, received from a previous AgentService.ListAvailableAgentViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAvailableAgentViews must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + }, + "sortBy": { + "description": "Optional. The field to sort by. Can have the following values: - display-name: The display name of the agent. - description: The description of the agent. - create-time: The creation time of the agent. - state: The state of the agent.", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+parent}:listAvailableAgentViews", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaListAvailableAgentViewsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4492,7 +5265,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAssistant" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAssist": { @@ -4520,9 +5295,605 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaStreamAssistResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } + }, + "resources": { + "agents": { + "methods": { + "create": { + "description": "Creates an Agent.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/agents", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes an Agent.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of Agent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` If the caller does not have permission to delete the agent, regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. If the agent to delete does not exist, a `NOT_FOUND` error is returned.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "disableAgent": { + "description": "Disables an Agent. The `state` of the Agent becomes `DISABLED`. Can be called on an Agent in the state `ENABLED` or`SUSPENDED`, otherwise it returns an error.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}:disableAgent", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.disableAgent", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Agent to disable. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}:disableAgent", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "enableAgent": { + "description": "Enables an Agent. The `state` of the Agent becomes `ENABLED`. Can be called on an Agent in the state `DISABLED` or 'SUSPENDED', otherwise it returns an error.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}:enableAgent", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.enableAgent", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Agent to enable. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}:enableAgent", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets an Agent.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of Agent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "getAgentView": { + "description": "Returns a AgentView for a given Agent, which contains additional information about the Agent.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}:getAgentView", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.getAgentView", + "parameterOrder": [ + "name" + ], + "parameters": { + "languageCode": { + "description": "Optional. The UI language currently shown to the user. Specifying this field request that the texts in the AgentView in the response should be translated to this language.", + "location": "query", + "type": "string" + }, + "maxSuggestedPrompts": { + "description": "Optional. The maximum number of suggested prompts to return per agent.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "name": { + "description": "Required. The name of the Agent to get. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}:getAgentView", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for an agent resource. A `NOT_FOUND` error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}:getIamPolicy", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.getIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "options.requestedPolicyVersion": { + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "location": "query", + "type": "integer" + }, + "resource": { + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+resource}:getIamPolicy", + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all Agents under an Assistant which were created by the caller.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "orderBy": { + "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `update_time` * `is_pinned` Example: * \"update_time desc\" * \"is_pinned desc,update_time desc\": list agents by is_pinned first, then by update_time.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Maximum number of Agents to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token ListAgentsResponse.next_page_token, received from a previous AgentService.ListAgents call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAgents must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/agents", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaListAgentsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Updates an Agent", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Resource name of the agent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy for an agent resource. A `NOT_FOUND` error is returned if the resource does not exist. Policy can only contain `roles/discoveryengine.agentUser`, `roles/discoveryengine.agentViewer` and `roles/discoveryengine.agentEditor` roles.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}:setIamPolicy", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.setIamPolicy", + "parameterOrder": [ + "resource" + ], + "parameters": { + "resource": { + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+resource}:setIamPolicy", + "request": { + "$ref": "GoogleIamV1SetIamPolicyRequest" + }, + "response": { + "$ref": "GoogleIamV1Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "suspendAgent": { + "description": "Suspends an Agent. It is still available for viewing but not for use. The `state` of the Agent becomes `SUSPENDED`. Can be called on an Agent in the state `ENABLED`, otherwise it returns an error.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}:suspendAgent", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.suspendAgent", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Agent to suspend. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + }, + "suspensionReason": { + "description": "Required. The reason for suspending the Agent. This will be shown to the users of the Agent.", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}:suspendAgent", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + }, + "resources": { + "files": { + "methods": { + "import": { + "description": "Imports a file to an Agent. Currently only No-Code agents are supported.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}/files:import", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.files.import", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The resource name of the Agent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/files:import", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + }, + "operations": { + "methods": { + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + } + } + }, + "cannedQueries": { + "methods": { + "create": { + "description": "Creates a CannedQuery.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/cannedQueries", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.cannedQueries.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "cannedQueryId": { + "description": "Required. The ID to use for the canned query, which will become the final component of the canned query's resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/cannedQueries", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQuery" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQuery" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes a CannedQuery.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/cannedQueries/{cannedQueriesId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.collections.engines.assistants.cannedQueries.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of CannedQuery. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` If the caller does not have permission to delete the canned query, regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. If the canned query to delete does not exist, a `NOT_FOUND` error is returned.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/cannedQueries/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets a CannedQuery.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/cannedQueries/{cannedQueriesId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.cannedQueries.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of CannedQuery. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/cannedQueries/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQuery" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all CannedQuerys under an Assistant.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/cannedQueries", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.cannedQueries.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. The filter expression. Supported fields: * `enabled` * `google_defined` Examples: * `enabled=true` * `google_defined=true` * `enabled=true AND google_defined=true`", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Maximum number of canned queries to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token received from a previous CannedQueryService.ListCannedQueries call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to CannedQueryService.ListCannedQueries must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/cannedQueries", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaListCannedQueriesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Updates a CannedQuery.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/cannedQueries/{cannedQueriesId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.collections.engines.assistants.cannedQueries.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. Resource name of the canned query. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` It must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/cannedQueries/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQuery" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQuery" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + } } }, "completionConfig": { @@ -4553,7 +5924,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "removeSuggestion": { @@ -4581,7 +5954,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaRemoveSuggestionResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4618,7 +5993,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4643,7 +6019,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4668,7 +6045,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4709,7 +6087,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4743,7 +6122,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4775,7 +6155,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -4803,7 +6184,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4828,7 +6210,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4853,7 +6236,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4899,7 +6283,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4933,7 +6318,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4962,7 +6348,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4998,7 +6385,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5008,7 +6395,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5040,7 +6428,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5065,7 +6454,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5101,7 +6491,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListServingConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5135,7 +6526,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -5163,7 +6555,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaRecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -5191,7 +6584,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -5219,7 +6614,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -5247,7 +6644,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5279,7 +6677,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5304,7 +6704,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5334,7 +6736,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5380,7 +6784,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5414,7 +6820,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -5443,7 +6851,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5493,7 +6902,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListFilesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5534,7 +6945,45 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Update a WidgetConfig.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.collections.engines.widgetConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Indicates which fields in the provided WidgetConfig to update. The following are the only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5565,7 +7014,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5601,7 +7051,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5611,7 +7061,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5652,7 +7103,7 @@ "type": "string" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "location": "query", "type": "string" } @@ -5662,7 +7113,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaCompleteQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -5715,7 +7168,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5740,7 +7194,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5765,7 +7220,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getDocumentProcessingConfig": { @@ -5790,7 +7246,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getSiteSearchEngine": { @@ -5815,7 +7272,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSiteSearchEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5856,7 +7314,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListDataStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5890,7 +7349,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateDocumentProcessingConfig": { @@ -5924,7 +7384,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -5965,7 +7426,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6005,7 +7467,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaBranch" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6045,7 +7508,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListBranchesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -6082,7 +7546,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6107,7 +7572,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6132,7 +7598,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getProcessedDocument": { @@ -6194,7 +7661,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaProcessedDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -6222,7 +7690,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6258,7 +7727,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListDocumentsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6297,7 +7767,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -6325,7 +7796,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -6354,7 +7826,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaChunk" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6390,7 +7863,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListChunksResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6424,7 +7898,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6449,7 +7924,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6485,7 +7961,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -6495,7 +7971,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6530,7 +8007,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6562,7 +8041,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -6590,7 +8071,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6627,7 +8110,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6652,7 +8136,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6677,7 +8162,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6718,7 +8204,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6752,7 +8239,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6784,7 +8272,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -6812,7 +8301,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6837,7 +8327,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6862,7 +8353,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6908,7 +8400,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6942,7 +8435,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6973,7 +8467,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7009,7 +8504,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -7019,7 +8514,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7050,7 +8546,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7086,7 +8583,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -7096,7 +8593,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7133,7 +8631,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -7158,7 +8657,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7183,7 +8683,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSchema" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7219,7 +8720,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListSchemasResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -7252,7 +8754,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7284,7 +8787,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7309,7 +8813,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7345,7 +8850,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListServingConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -7379,7 +8885,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -7407,7 +8914,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaRecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -7435,7 +8943,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -7463,7 +8973,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -7491,7 +9003,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7523,7 +9036,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -7548,7 +9063,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7578,7 +9095,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7624,7 +9143,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -7658,7 +9179,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -7687,7 +9210,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAnswer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7721,7 +9245,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "enableAdvancedSiteSearch": { @@ -7749,7 +9274,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recrawlUris": { @@ -7777,7 +9303,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -7809,7 +9336,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -7834,7 +9362,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetch": { @@ -7865,7 +9394,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7897,7 +9427,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -7925,7 +9456,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -7950,7 +9482,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7975,7 +9508,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaTargetSite" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -8011,7 +9545,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListTargetSitesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -8039,7 +9574,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8073,7 +9609,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -8101,7 +9639,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8146,7 +9686,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -8174,7 +9716,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -8202,7 +9746,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -8235,7 +9781,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaUserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8274,7 +9822,45 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Update a WidgetConfig.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/widgetConfigs/{widgetConfigsId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.dataStores.widgetConfigs.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the widget config. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Indicates which fields in the provided WidgetConfig to update. The following are the only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are updated.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8308,7 +9894,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -8333,7 +9920,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEvaluation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -8369,7 +9957,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListEvaluationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "listResults": { @@ -8405,7 +9994,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListEvaluationResultsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -8434,7 +10024,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8468,7 +10059,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8515,7 +10107,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaIdentityMappingStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -8540,7 +10133,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -8565,7 +10159,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaIdentityMappingStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "importIdentityMappings": { @@ -8593,7 +10188,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -8629,7 +10225,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListIdentityMappingStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "listIdentityMappings": { @@ -8665,7 +10262,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purgeIdentityMappings": { @@ -8693,7 +10291,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -8722,7 +10321,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -8758,7 +10358,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -8768,7 +10368,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8807,7 +10408,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaLicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -8832,7 +10434,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaLicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -8866,7 +10469,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaLicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8898,7 +10502,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -8926,7 +10531,8 @@ "$ref": "GoogleCloudNotebooklmV1alphaNotebook" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -8951,7 +10557,8 @@ "$ref": "GoogleCloudNotebooklmV1alphaNotebook" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "listRecentlyViewed": { @@ -8987,7 +10594,8 @@ "$ref": "GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "share": { @@ -9015,7 +10623,8 @@ "$ref": "GoogleCloudNotebooklmV1alphaShareNotebookResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -9047,7 +10656,8 @@ "$ref": "GoogleCloudNotebooklmV1alphaCreateAudioOverviewResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -9072,7 +10682,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9104,7 +10715,8 @@ "$ref": "GoogleCloudNotebooklmV1alphaBatchCreateSourcesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "batchDelete": { @@ -9132,7 +10744,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -9157,42 +10770,8 @@ "$ref": "GoogleCloudNotebooklmV1alphaSource" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "uploadFile": { - "description": "Uploads a file for Notebook LM to use. Creates a Source.", - "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}/sources/{sourceId}:uploadFile", - "httpMethod": "POST", - "id": "discoveryengine.projects.locations.notebooks.sources.uploadFile", - "parameterOrder": [ - "parent", - "sourceId" - ], - "parameters": { - "parent": { - "description": "Required. The parent resource where the sources will be created. Format: projects/{project}/locations/{location}/notebooks/{notebook}", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$", - "required": true, - "type": "string" - }, - "sourceId": { - "description": "The source id of the associated file. If not set, a source id will be generated and a new tentative source will be created.", - "location": "path", - "required": true, - "type": "string" - } - }, - "path": "v1alpha/{+parent}/sources/{sourceId}:uploadFile", - "request": { - "$ref": "GoogleCloudNotebooklmV1alphaUploadSourceFileRequest" - }, - "response": { - "$ref": "GoogleCloudNotebooklmV1alphaUploadSourceFileResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9223,7 +10802,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -9259,7 +10839,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -9269,7 +10849,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9300,7 +10881,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9334,7 +10916,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaRankResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9366,7 +10949,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaCheckRequirementResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9403,7 +10987,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSampleQuerySet" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -9428,7 +11013,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -9453,7 +11039,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSampleQuerySet" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -9489,7 +11076,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListSampleQuerySetsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -9523,7 +11111,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSampleQuerySet" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -9552,7 +11141,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9589,7 +11179,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSampleQuery" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -9614,7 +11205,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -9639,7 +11231,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSampleQuery" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -9667,7 +11260,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -9703,7 +11297,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListSampleQueriesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -9737,7 +11332,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSampleQuery" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9784,7 +11380,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -9812,7 +11410,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -9845,7 +11445,9 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaUserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9877,11 +11479,163 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "create": { + "description": "Creates a new User Store.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/userStores", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.userStores.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent collection resource name, such as `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "userStoreId": { + "description": "Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+parent}/userStores", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaUserStore" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaUserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes the User Store.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.userStores.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the User Store to delete. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets the User Store.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.userStores.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the User Store to get. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaUserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Updates the User Store.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.userStores.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1alphaUserStore" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaUserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, "resources": { + "licenseConfigsUsageStats": { + "methods": { + "list": { + "description": "Lists all the LicenseConfigUsageStatss associated with the project.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}/licenseConfigsUsageStats", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.userStores.licenseConfigsUsageStats.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent branch resource name, such as `projects/{project}/locations/{location}/userStores/{user_store_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/licenseConfigsUsageStats", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1alphaListLicenseConfigsUsageStatsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + }, "operations": { "methods": { "get": { @@ -9906,7 +11660,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -9942,7 +11697,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -9952,7 +11707,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -9968,8 +11724,8 @@ "parent" ], "parameters": { - "filter": { - "description": "Optional. Filter for the list request. Supported fields: * `license_assignment_state` Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * `license_assignment_state = NO_LICENSE` to list not licensed users. * `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to filter out users who attempted login but no license assigned.", + "orderBy": { + "description": "Optional. The order in which the UserLicenses are listed. The value must be a comma-separated list of fields. Default sorting order is ascending. To specify descending order for a field, append a \" desc\" suffix. Redundant space characters in the syntax are insignificant. Supported fields: * `license_assignment_state` * `user_principal` * `user_profile` * `last_login_date` * `update_time` If not set, the default ordering is by `user_principal`. Examples: * `user_principal desc` to order by `user_principal` in descending order. * `license_assignment_state` to order by `license_assignment_state` in ascending order. * `last_login_date desc` to order by `last_login_date` in descending order. * `update_time desc` to order by `update_time` in descending order. * `last_login_date desc, user_principal` to order by `last_login_date` in descending order and then by `user_principal` in ascending order.", "location": "query", "type": "string" }, @@ -9997,7 +11753,8 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaListUserLicensesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -10030,7 +11787,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -10066,7 +11824,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -10076,7 +11834,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -10084,606 +11843,9 @@ } } }, - "revision": "20250929", + "revision": "20251116", "rootUrl": "https://discoveryengine.googleapis.com/", "schemas": { - "ApiservingMediaRequestInfo": { - "description": "Extra information added to operations that support Scotty media requests.", - "id": "ApiservingMediaRequestInfo", - "properties": { - "currentBytes": { - "description": "The number of current bytes uploaded or downloaded.", - "format": "int64", - "type": "string" - }, - "customData": { - "description": "Data to be copied to backend requests. Custom data is returned to Scotty in the agent_state field, which Scotty will then provide in subsequent upload notifications.", - "type": "string" - }, - "diffObjectVersion": { - "description": "Set if the http request info is diff encoded. The value of this field is the version number of the base revision. This is corresponding to Apiary's mediaDiffObjectVersion (//depot/google3/java/com/google/api/server/media/variable/DiffObjectVersionVariable.java). See go/esf-scotty-diff-upload for more information.", - "type": "string" - }, - "finalStatus": { - "description": "The existence of the final_status field indicates that this is the last call to the agent for this request_id. http://google3/uploader/agent/scotty_agent.proto?l=737&rcl=347601929", - "format": "int32", - "type": "integer" - }, - "notificationType": { - "description": "The type of notification received from Scotty.", - "enum": [ - "START", - "PROGRESS", - "END", - "RESPONSE_SENT", - "ERROR" - ], - "enumDescriptions": [ - "Such requests signals the start of a request containing media upload. Only the media field(s) in the inserted/updated resource are set. The response should either return an error or succeed. On success, responses don't need to contain anything.", - "Such requests signals that the upload has progressed and that the backend might want to access the media file specified in relevant fields in the resource. Only the media field(s) in the inserted/updated resource are set. The response should either return an error or succeed. On success, responses don't need to contain anything.", - "Such requests signals the end of a request containing media upload. END should be handled just like normal Insert/Upload requests, that is, they should process the request and return a complete resource in the response. Pointers to media data (a GFS path usually) appear in the relevant fields in the inserted/updated resource. See gdata.Media in data.proto.", - "Such requests occur after an END and signal that the response has been sent back to the client. RESPONSE_SENT is only sent to the backend if it is configured to receive them. The response does not need to contain anything.", - "Such requests indicate that an error occurred while processing the request. ERROR is only sent to the backend if it is configured to receive them. It is not guaranteed that all errors will result in this notification to the backend, even if the backend requests them. Since these requests are just for informational purposes, the response does not need to contain anything." - ], - "type": "string" - }, - "physicalHeaders": { - "description": "The physical headers provided by RequestReceivedParameters in Scotty request. type is uploader_service.KeyValuePairs.", - "format": "byte", - "type": "string" - }, - "requestId": { - "description": "The Scotty request ID.", - "type": "string" - }, - "requestReceivedParamsServingInfo": { - "description": "The partition of the Scotty server handling this request. type is uploader_service.RequestReceivedParamsServingInfo LINT.IfChange(request_received_params_serving_info_annotations) LINT.ThenChange()", - "format": "byte", - "type": "string" - }, - "totalBytes": { - "description": "The total size of the file.", - "format": "int64", - "type": "string" - }, - "totalBytesIsEstimated": { - "description": "Whether the total bytes field contains an estimated data.", - "type": "boolean" - } - }, - "type": "object" - }, - "ApiservingMediaResponseInfo": { - "description": "This message is for backends to pass their scotty media specific fields to ESF. Backend will include this in their response message to ESF. Example: ExportFile is an rpc defined for upload using scotty from ESF. rpc ExportFile(ExportFileRequest) returns (ExportFileResponse) Message ExportFileResponse will include apiserving.MediaResponseInfo to tell ESF about data like dynamic_dropzone it needs to pass to Scotty. message ExportFileResponse { optional gdata.Media blob = 1; optional apiserving.MediaResponseInfo media_response_info = 2 }", - "id": "ApiservingMediaResponseInfo", - "properties": { - "customData": { - "description": "Data to copy from backend response to the next backend requests. Custom data is returned to Scotty in the agent_state field, which Scotty will then provide in subsequent upload notifications.", - "type": "string" - }, - "dataStorageTransform": { - "description": "Specifies any transformation to be applied to data before persisting it or retrieving from storage. E.g., encryption options for blobstore2. This should be of the form uploader_service.DataStorageTransform.", - "format": "byte", - "type": "string" - }, - "destinationBlobMintIndex": { - "description": "For the first notification of a |diff_encoded| HttpRequestInfo, this is the index of the blob mint that Scotty should use when writing the resulting blob. This field is optional. It's not required ever, even if `original_object_blob_mint_index` is set. In situations like that, we will use the destination blob's mint for the destination blob and regular blob ACL checks for the original object. Note: This field is only for use by Drive API for diff uploads.", - "format": "int32", - "type": "integer" - }, - "dynamicDropTarget": { - "description": "Specifies the Scotty Drop Target to use for uploads. If present in a media response, Scotty does not upload to a standard drop zone. Instead, Scotty saves the upload directly to the location specified in this drop target. Unlike drop zones, the drop target is the final storage location for an upload. So, the agent does not need to clone the blob at the end of the upload. The agent is responsible for garbage collecting any orphaned blobs that may occur due to aborted uploads. For more information, see the drop target design doc here: http://goto/ScottyDropTarget This field will be preferred to dynamicDropzone. If provided, the identified field in the response must be of the type uploader.agent.DropTarget.", - "format": "byte", - "type": "string" - }, - "dynamicDropzone": { - "description": "Specifies the Scotty dropzone to use for uploads.", - "type": "string" - }, - "mediaForDiff": { - "$ref": "GdataMedia", - "description": "Diff Updates must respond to a START notification with this Media proto to tell Scotty to decode the diff encoded payload and apply the diff against this field. If the request was diff encoded, but this field is not set, Scotty will treat the encoding as identity. This is corresponding to Apiary's DiffUploadResponse.original_object (//depot/google3/gdata/rosy/proto/data.proto?l=413). See go/esf-scotty-diff-upload for more information." - }, - "originalObjectBlobMintIndex": { - "description": "For the first notification of a |diff_encoded| HttpRequestInfo, this is the index of the blob mint that Scotty should use when reading the original blob. This field is optional. It's not required ever, even if `destination_blob_mint_index` is set. In situations like that, we will use the destination blob's mint for the destination blob and regular blob ACL checks for the original object. Note: This field is only for use by Drive API for diff uploads.", - "format": "int32", - "type": "integer" - }, - "requestClass": { - "description": "Request class to use for all Blobstore operations for this request.", - "enum": [ - "UNKNOWN_REQUEST_CLASS", - "LATENCY_SENSITIVE", - "PRODUCTION_BATCH", - "BEST_EFFORT" - ], - "enumDescriptions": [ - "Unpopulated request_class in log files will be taken as 0 in dremel query. GoogleSQL will try to cast it to enum by default. An unused 0 value is added to avoid GoogleSQL casting error. Please refer to b/69677280.", - "A latency-sensitive request.", - "A request generated by a batch process.", - "A best-effort request." - ], - "type": "string" - }, - "scottyAgentUserId": { - "description": "Requester ID passed along to be recorded in the Scotty logs", - "format": "int64", - "type": "string" - }, - "scottyCustomerLog": { - "description": "Customer-specific data to be recorded in the Scotty logs type is logs_proto_scotty.CustomerLog", - "format": "byte", - "type": "string" - }, - "trafficClassField": { - "description": "Specifies the TrafficClass that Scotty should use for any RPCs to fetch the response bytes. Will override the traffic class GTOS of the incoming http request. This is a temporary field to facilitate whitelisting and experimentation by the bigstore agent only. For instance, this does not apply to RTMP reads. WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.", - "enum": [ - "BE1", - "AF1", - "AF2", - "AF3", - "AF4", - "NC1", - "NC0", - "BE0", - "LLQ", - "LLQ1", - "LLQ2", - "LLQ3" - ], - "enumDescriptions": [ - "Application-selectable traffic classes Best effort", - "Assured forwarding priority 1", - "Assured forwarding priority 2", - "Assured forwarding priority 3", - "Assured forwarding priority 4", - "Network control", - "Network control", - "Best effort at high packet loss", - "Low-latency queue (LLQ) best effort (go/llq)", - "LLQ assured forwarding priority 1 (go/llq2)", - "LLQ assured forwarding priority 2 (go/llq2)", - "LLQ assured forwarding priority 3 (go/llq3)" - ], - "type": "string" - }, - "verifyHashFromHeader": { - "description": "Tells Scotty to verify hashes on the agent's behalf by parsing out the X-Goog-Hash header.", - "type": "boolean" - } - }, - "type": "object" - }, - "GdataBlobstore2Info": { - "description": "Information to read/write to blobstore2.", - "id": "GdataBlobstore2Info", - "properties": { - "blobGeneration": { - "description": "The blob generation id.", - "format": "int64", - "type": "string" - }, - "blobId": { - "description": "The blob id, e.g., /blobstore/prod/playground/scotty", - "type": "string" - }, - "downloadReadHandle": { - "description": "Read handle passed from Bigstore -> Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.", - "format": "byte", - "type": "string" - }, - "readToken": { - "description": "The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.", - "type": "string" - }, - "uploadMetadataContainer": { - "description": "Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.", - "format": "byte", - "type": "string" - } - }, - "type": "object" - }, - "GdataCompositeMedia": { - "description": "A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit http://go/bigstore-composites.", - "id": "GdataCompositeMedia", - "properties": { - "blobRef": { - "deprecated": true, - "description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.", - "format": "byte", - "type": "string" - }, - "blobstore2Info": { - "$ref": "GdataBlobstore2Info", - "description": "Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob." - }, - "cosmoBinaryReference": { - "description": "A binary data reference for a media download. Serves as a technology-agnostic binary reference in some Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support JavaScript. This prevents us from including the actual type of this field.", - "format": "byte", - "type": "string" - }, - "crc32cHash": { - "description": "crc32.c hash for the payload.", - "format": "uint32", - "type": "integer" - }, - "inline": { - "description": "Media data, set if reference_type is INLINE", - "format": "byte", - "type": "string" - }, - "length": { - "description": "Size of the data, in bytes", - "format": "int64", - "type": "string" - }, - "md5Hash": { - "description": "MD5 hash for the payload.", - "format": "byte", - "type": "string" - }, - "objectId": { - "$ref": "GdataObjectId", - "description": "Reference to a TI Blob, set if reference_type is BIGSTORE_REF." - }, - "path": { - "description": "Path to the data, set if reference_type is PATH", - "type": "string" - }, - "referenceType": { - "description": "Describes what the field reference contains.", - "enum": [ - "PATH", - "BLOB_REF", - "INLINE", - "BIGSTORE_REF", - "COSMO_BINARY_REFERENCE" - ], - "enumDescriptions": [ - "Reference contains a GFS path or a local path.", - "Reference points to a blobstore object. This could be either a v1 blob_ref or a v2 blobstore2_info. Clients should check blobstore2_info first, since v1 is being deprecated.", - "Data is included into this proto buffer", - "Reference points to a bigstore object", - "Indicates the data is stored in cosmo_binary_reference." - ], - "type": "string" - }, - "sha1Hash": { - "description": "SHA-1 hash for the payload.", - "format": "byte", - "type": "string" - } - }, - "type": "object" - }, - "GdataContentTypeInfo": { - "description": "Detailed Content-Type information from Scotty. The Content-Type of the media will typically be filled in by the header or Scotty's best_guess, but this extended information provides the backend with more information so that it can make a better decision if needed. This is only used on media upload requests from Scotty.", - "id": "GdataContentTypeInfo", - "properties": { - "bestGuess": { - "description": "Scotty's best guess of what the content type of the file is.", - "type": "string" - }, - "fromBytes": { - "description": "The content type of the file derived by looking at specific bytes (i.e. \"magic bytes\") of the actual file.", - "type": "string" - }, - "fromFileName": { - "description": "The content type of the file derived from the file extension of the original file name used by the client.", - "type": "string" - }, - "fromHeader": { - "description": "The content type of the file as specified in the request headers, multipart headers, or RUPIO start request.", - "type": "string" - }, - "fromUrlPath": { - "description": "The content type of the file derived from the file extension of the URL path. The URL path is assumed to represent a file name (which is typically only true for agents that are providing a REST API).", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffChecksumsResponse": { - "description": "Backend response for a Diff get checksums response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffChecksumsResponse", - "properties": { - "checksumsLocation": { - "$ref": "GdataCompositeMedia", - "description": "Exactly one of these fields must be populated. If checksums_location is filled, the server will return the corresponding contents to the user. If object_location is filled, the server will calculate the checksums based on the content there and return that to the user. For details on the format of the checksums, see http://go/scotty-diff-protocol." - }, - "chunkSizeBytes": { - "description": "The chunk size of checksums. Must be a multiple of 256KB.", - "format": "int64", - "type": "string" - }, - "objectLocation": { - "$ref": "GdataCompositeMedia", - "description": "If set, calculate the checksums based on the contents and return them to the caller." - }, - "objectSizeBytes": { - "description": "The total size of the server object.", - "format": "int64", - "type": "string" - }, - "objectVersion": { - "description": "The object version of the object the checksums are being returned for.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffDownloadResponse": { - "description": "Backend response for a Diff download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffDownloadResponse", - "properties": { - "objectLocation": { - "$ref": "GdataCompositeMedia", - "description": "The original object location." - } - }, - "type": "object" - }, - "GdataDiffUploadRequest": { - "description": "A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffUploadRequest", - "properties": { - "checksumsInfo": { - "$ref": "GdataCompositeMedia", - "description": "The location of the checksums for the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received. For details on the format of the checksums, see http://go/scotty-diff-protocol." - }, - "objectInfo": { - "$ref": "GdataCompositeMedia", - "description": "The location of the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received." - }, - "objectVersion": { - "description": "The object version of the object that is the base version the incoming diff script will be applied to. This field will always be filled in.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffUploadResponse": { - "description": "Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffUploadResponse", - "properties": { - "objectVersion": { - "description": "The object version of the object at the server. Must be included in the end notification response. The version in the end notification response must correspond to the new version of the object that is now stored at the server, after the upload.", - "type": "string" - }, - "originalObject": { - "$ref": "GdataCompositeMedia", - "description": "The location of the original file for a diff upload request. Must be filled in if responding to an upload start notification." - } - }, - "type": "object" - }, - "GdataDiffVersionResponse": { - "description": "Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffVersionResponse", - "properties": { - "objectSizeBytes": { - "description": "The total size of the server object.", - "format": "int64", - "type": "string" - }, - "objectVersion": { - "description": "The version of the object stored at the server.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDownloadParameters": { - "description": "Parameters specific to media downloads.", - "id": "GdataDownloadParameters", - "properties": { - "allowGzipCompression": { - "description": "A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.", - "type": "boolean" - }, - "ignoreRange": { - "description": "Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.", - "type": "boolean" - } - }, - "type": "object" - }, - "GdataMedia": { - "description": "A reference to data stored on the filesystem, on GFS or in blobstore.", - "id": "GdataMedia", - "properties": { - "algorithm": { - "deprecated": true, - "description": "Deprecated, use one of explicit hash type fields instead. Algorithm used for calculating the hash. As of 2011/01/21, \"MD5\" is the only possible value for this field. New values may be added at any time.", - "type": "string" - }, - "bigstoreObjectRef": { - "deprecated": true, - "description": "Use object_id instead.", - "format": "byte", - "type": "string" - }, - "blobRef": { - "deprecated": true, - "description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.", - "format": "byte", - "type": "string" - }, - "blobstore2Info": { - "$ref": "GdataBlobstore2Info", - "description": "Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob." - }, - "compositeMedia": { - "description": "A composite media composed of one or more media objects, set if reference_type is COMPOSITE_MEDIA. The media length field must be set to the sum of the lengths of all composite media objects. Note: All composite media must have length specified.", - "items": { - "$ref": "GdataCompositeMedia" - }, - "type": "array" - }, - "contentType": { - "description": "MIME type of the data", - "type": "string" - }, - "contentTypeInfo": { - "$ref": "GdataContentTypeInfo", - "description": "Extended content type information provided for Scotty uploads." - }, - "cosmoBinaryReference": { - "description": "A binary data reference for a media download. Serves as a technology-agnostic binary reference in some Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support JavaScript. This prevents us from including the actual type of this field.", - "format": "byte", - "type": "string" - }, - "crc32cHash": { - "description": "For Scotty Uploads: Scotty-provided hashes for uploads For Scotty Downloads: (WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.) A Hash provided by the agent to be used to verify the data being downloaded. Currently only supported for inline payloads. Further, only crc32c_hash is currently supported.", - "format": "uint32", - "type": "integer" - }, - "diffChecksumsResponse": { - "$ref": "GdataDiffChecksumsResponse", - "description": "Set if reference_type is DIFF_CHECKSUMS_RESPONSE." - }, - "diffDownloadResponse": { - "$ref": "GdataDiffDownloadResponse", - "description": "Set if reference_type is DIFF_DOWNLOAD_RESPONSE." - }, - "diffUploadRequest": { - "$ref": "GdataDiffUploadRequest", - "description": "Set if reference_type is DIFF_UPLOAD_REQUEST." - }, - "diffUploadResponse": { - "$ref": "GdataDiffUploadResponse", - "description": "Set if reference_type is DIFF_UPLOAD_RESPONSE." - }, - "diffVersionResponse": { - "$ref": "GdataDiffVersionResponse", - "description": "Set if reference_type is DIFF_VERSION_RESPONSE." - }, - "downloadParameters": { - "$ref": "GdataDownloadParameters", - "description": "Parameters for a media download." - }, - "filename": { - "description": "Original file name", - "type": "string" - }, - "hash": { - "deprecated": true, - "description": "Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.", - "type": "string" - }, - "hashVerified": { - "description": "For Scotty uploads only. If a user sends a hash code and the backend has requested that Scotty verify the upload against the client hash, Scotty will perform the check on behalf of the backend and will reject it if the hashes don't match. This is set to true if Scotty performed this verification.", - "type": "boolean" - }, - "inline": { - "description": "Media data, set if reference_type is INLINE", - "format": "byte", - "type": "string" - }, - "isPotentialRetry": { - "description": "|is_potential_retry| is set false only when Scotty is certain that it has not sent the request before. When a client resumes an upload, this field must be set true in agent calls, because Scotty cannot be certain that it has never sent the request before due to potential failure in the session state persistence.", - "type": "boolean" - }, - "length": { - "description": "Size of the data, in bytes", - "format": "int64", - "type": "string" - }, - "md5Hash": { - "description": "Scotty-provided MD5 hash for an upload.", - "format": "byte", - "type": "string" - }, - "mediaId": { - "description": "Media id to forward to the operation GetMedia. Can be set if reference_type is GET_MEDIA.", - "format": "byte", - "type": "string" - }, - "objectId": { - "$ref": "GdataObjectId", - "description": "Reference to a TI Blob, set if reference_type is BIGSTORE_REF." - }, - "path": { - "description": "Path to the data, set if reference_type is PATH", - "type": "string" - }, - "referenceType": { - "description": "Describes what the field reference contains.", - "enum": [ - "PATH", - "BLOB_REF", - "INLINE", - "GET_MEDIA", - "COMPOSITE_MEDIA", - "BIGSTORE_REF", - "DIFF_VERSION_RESPONSE", - "DIFF_CHECKSUMS_RESPONSE", - "DIFF_DOWNLOAD_RESPONSE", - "DIFF_UPLOAD_REQUEST", - "DIFF_UPLOAD_RESPONSE", - "COSMO_BINARY_REFERENCE", - "ARBITRARY_BYTES" - ], - "enumDescriptions": [ - "Reference contains a GFS path or a local path.", - "Reference points to a blobstore object. This could be either a v1 blob_ref or a v2 blobstore2_info. Clients should check blobstore2_info first, since v1 is being deprecated.", - "Data is included into this proto buffer", - "Data should be accessed from the current service using the operation GetMedia.", - "The content for this media object is stored across multiple partial media objects under the composite_media field.", - "Reference points to a bigstore object", - "Indicates the data is stored in diff_version_response.", - "Indicates the data is stored in diff_checksums_response.", - "Indicates the data is stored in diff_download_response.", - "Indicates the data is stored in diff_upload_request.", - "Indicates the data is stored in diff_upload_response.", - "Indicates the data is stored in cosmo_binary_reference.", - "Informs Scotty to generate a response payload with the size specified in the length field. The contents of the payload are generated by Scotty and are undefined. This is useful for testing download speeds between the user and Scotty without involving a real payload source. Note: range is not supported when using arbitrary_bytes." - ], - "type": "string" - }, - "sha1Hash": { - "description": "Scotty-provided SHA1 hash for an upload.", - "format": "byte", - "type": "string" - }, - "sha256Hash": { - "description": "Scotty-provided SHA256 hash for an upload.", - "format": "byte", - "type": "string" - }, - "timestamp": { - "description": "Time at which the media data was last updated, in milliseconds since UNIX epoch", - "format": "uint64", - "type": "string" - }, - "token": { - "description": "A unique fingerprint/version id for the media data", - "type": "string" - } - }, - "type": "object" - }, - "GdataObjectId": { - "description": "This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure issues with JavaScript support; see http://b/8801763.", - "id": "GdataObjectId", - "properties": { - "bucketName": { - "description": "The name of the bucket to which this object belongs.", - "type": "string" - }, - "generation": { - "description": "Generation of the object. Generations are monotonically increasing across writes, allowing them to be be compared to determine which generation is newer. If this is omitted in a request, then you are requesting the live object. See http://go/bigstore-versions", - "format": "int64", - "type": "string" - }, - "objectName": { - "description": "The name of the object.", - "type": "string" - } - }, - "type": "object" - }, "GoogleApiDistribution": { "description": "`Distribution` contains summary statistics for a population of values. It optionally contains a histogram representing the distribution of those values across a set of buckets. The summary statistics are the count, mean, sum of the squared deviation from the mean, the minimum, and the maximum of the set of population of values. The histogram is based on a sequence of buckets and gives a count of values that fall into each bucket. The boundaries of the buckets are given either explicitly or by formulas for buckets of fixed or exponentially increasing widths. Although it is not forbidden, it is generally a bad idea to include non-finite values (infinities or NaNs) in the population of values, as this will render the `mean` and `sum_of_squared_deviation` fields meaningless.", "id": "GoogleApiDistribution", @@ -11202,67 +12364,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig": { - "description": "The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector is of same usage. No easy way to migrate.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig", - "properties": { - "alertEnrollments": { - "description": "Optional. The enrollment state of each alert.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment" - }, - "type": "array" - }, - "alertPolicy": { - "description": "Immutable. The fully qualified resource name of the AlertPolicy.", - "type": "string" - }, - "contactDetails": { - "description": "Optional. The contact details for each alert policy.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1ContactDetails" - }, - "type": "array" - }, - "languageCode": { - "description": "Optional. The language code used for notifications", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment": { - "description": "The alert enrollment status.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment", - "properties": { - "alertId": { - "description": "Immutable. The id of an alert.", - "type": "string" - }, - "enrollState": { - "description": "Required. The enrollment status of a customer.", - "enum": [ - "ENROLL_STATE_UNSPECIFIED", - "ENROLLED", - "DECLINED" - ], - "enumDescriptions": [ - "Default value. Used for customers who have not responded to the alert policy.", - "Customer is enrolled in this policy.", - "Customer declined this policy." - ], - "type": "string" - }, - "notificationParams": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails.", - "type": "object" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1AnswerGenerationSpec": { "description": "The specification for answer generation.", "id": "GoogleCloudDiscoveryengineV1AnswerGenerationSpec", @@ -11325,6 +12426,14 @@ "$ref": "GoogleCloudDiscoveryengineV1AssistantCustomerPolicy", "description": "Optional. Customer policy for the assistant." }, + "description": { + "description": "Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant.", + "type": "string" + }, + "displayName": { + "description": "Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters.", + "type": "string" + }, "enabledTools": { "additionalProperties": { "$ref": "GoogleCloudDiscoveryengineV1AssistantToolList" @@ -11439,10 +12548,21 @@ "description": "Configuration for the generation of the assistant response.", "id": "GoogleCloudDiscoveryengineV1AssistantGenerationConfig", "properties": { + "allowedModelIds": { + "description": "Optional. The list of models that are allowed to be used for assistant.", + "items": { + "type": "string" + }, + "type": "array" + }, "defaultLanguage": { "description": "The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as `en`. If not specified, the language will be automatically detected.", "type": "string" }, + "defaultModelId": { + "description": "Optional. The default model to use for assistant.", + "type": "string" + }, "systemInstruction": { "$ref": "GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction", "description": "System instruction, also known as the prompt preamble for LLM calls. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions" @@ -11764,17 +12884,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1ContactDetails": { - "description": "The contact info stored in resource level. If both project level and resource level is populated, the resource level contact info will override the project level contact info.", - "id": "GoogleCloudDiscoveryengineV1ContactDetails", - "properties": { - "emailAddress": { - "description": "Optional. The email address of the contact.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1Control": { "description": "Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at serving time. Permitted actions dependent on `SolutionType`.", "id": "GoogleCloudDiscoveryengineV1Control", @@ -12611,6 +13720,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -13063,6 +14178,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -13165,6 +14284,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1CmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1EngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -13239,6 +14363,23 @@ "$ref": "GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -13774,10 +14915,6 @@ "description": "Information about users' licenses.", "id": "GoogleCloudDiscoveryengineV1LicenseConfig", "properties": { - "alertPolicyResourceConfig": { - "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig", - "description": "Optional. The alert policy config for this license config." - }, "autoRenew": { "description": "Optional. Whether the license config should be auto renewed when it reaches the end date.", "type": "boolean" @@ -13790,6 +14927,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -13875,6 +15017,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1Project", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -13907,6 +15054,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig", @@ -13925,6 +15094,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -14870,6 +16043,33 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1UserStore": { + "description": "Configures metadata that is used for End User entities.", + "id": "GoogleCloudDiscoveryengineV1UserStore", + "properties": { + "defaultLicenseConfig": { + "description": "Optional. The default subscription LicenseConfig for the UserStore, if UserStore.enable_license_auto_register is true, new users will automatically register under the default subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if `license_assignment_tier_rules` is not configured.", + "type": "string" + }, + "displayName": { + "description": "The display name of the User Store.", + "type": "string" + }, + "enableExpiredLicenseAutoUpdate": { + "description": "Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "enableLicenseAutoRegister": { + "description": "Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1WorkspaceConfig": { "description": "Config to store data store type configuration for workspace data", "id": "GoogleCloudDiscoveryengineV1WorkspaceConfig", @@ -14915,6 +16115,17 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition": { + "description": "Stored definition of an agent that uses A2A.", + "id": "GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition", + "properties": { + "jsonAgentCard": { + "description": "Optional. The agent card is a JSON string.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaAclConfig": { "description": "Access Control Configuration.", "id": "GoogleCloudDiscoveryengineV1alphaAclConfig", @@ -14983,6 +16194,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition": { + "description": "Stores the definition of an agent that uses ADK and is deployed to Agent Engine (formerly known as Reasoning Engine).", + "id": "GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition", + "properties": { + "provisionedReasoningEngine": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine", + "description": "Optional. The reasoning engine that the agent is connected to." + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine": { + "description": "Keeps track of the reasoning engine that the agent is connected to. This message is not intended to keep track of agent's lifecycle. Instead it is only used to define parameters to connect to the agent that is already deployed to a reasoning engine.", + "id": "GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine", + "properties": { + "reasoningEngine": { + "description": "Required. The reasoning engine that the agent is connected to. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest": { "description": "Request message for CompletionService.AdvancedCompleteQuery method. .", "id": "GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest", @@ -15045,7 +16278,7 @@ "description": "Optional. Information about the end user. This should be the same identifier information as UserEvent.user_info and SearchRequest.user_info." }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128", "type": "string" } }, @@ -15310,6 +16543,367 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaAgent": { + "description": "Performs a predefined, specific task.", + "id": "GoogleCloudDiscoveryengineV1alphaAgent", + "properties": { + "a2aAgentDefinition": { + "$ref": "GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition", + "description": "Optional. The behavior of the agent is defined as an A2A agent." + }, + "adkAgentDefinition": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition", + "description": "Optional. The behavior of the agent is defined as an ADK agent." + }, + "authorizationConfig": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorizationConfig", + "description": "Optional. The authorizations that are required by the agent." + }, + "createTime": { + "description": "Output only. Timestamp when this Agent was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "customPlaceholderText": { + "description": "Optional. The custom placeholder text that appears in the text box before the user enters any text.", + "type": "string" + }, + "deploymentFailureReason": { + "description": "Output only. The reason why the agent deployment failed. Only set if the state is DEPLOYMENT_FAILED.", + "readOnly": true, + "type": "string" + }, + "description": { + "description": "Required. Human-readable description of the agent. This might be used by an LLM to automatically select an agent to respond to a user query.", + "type": "string" + }, + "dialogflowAgentDefinition": { + "$ref": "GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition", + "description": "Optional. The behavior of the agent is defined as a Dialogflow agent." + }, + "displayName": { + "description": "Required. Display name of the agent. This might be used by an LLM to automatically select an agent to respond to a user query.", + "type": "string" + }, + "icon": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentImage", + "description": "Optional. The icon that represents the agent on the UI." + }, + "languageCode": { + "description": "Optional. The code of the language of the text in the description, display_name and starter_prompts fields.", + "type": "string" + }, + "name": { + "description": "Identifier. Resource name of the agent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "type": "string" + }, + "rejectionReason": { + "description": "Output only. The reason why the agent was rejected. Only set if the state is PRIVATE, and got there via rejection.", + "readOnly": true, + "type": "string" + }, + "sharingConfig": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentSharingConfig", + "description": "Optional. The sharing config of the agent." + }, + "starterPrompts": { + "description": "Optional. The starter prompt suggestions to show the user on the landing page of the agent.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt" + }, + "type": "array" + }, + "state": { + "description": "Output only. The lifecycle state of the agent.", + "enum": [ + "STATE_UNSPECIFIED", + "CONFIGURED", + "DEPLOYING", + "DISABLED", + "DEPLOYMENT_FAILED", + "PRIVATE", + "ENABLED", + "SUSPENDED" + ], + "enumDescriptions": [ + "The state is unspecified.", + "The agent is configured, but no deployment triggered yet.", + "The agent is being deployed.", + "The agent is available for admins only.", + "The agent deployment failed.", + "Agent is available only to its creator..", + "Agent is available for users who have access.", + "Agent is temporarily unavailable, though visible to users who have access." + ], + "readOnly": true, + "type": "string" + }, + "suspensionReason": { + "description": "Output only. The reason why the agent was suspended. Only set if the state is SUSPENDED.", + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. Timestamp when this Agent was most recently updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAgentFile": { + "description": "Describes a file used internally by an agent as a context on each invocation.", + "id": "GoogleCloudDiscoveryengineV1alphaAgentFile", + "properties": { + "fileName": { + "description": "Required. The name of the file.", + "type": "string" + }, + "mimeType": { + "description": "Immutable. The content type of the file.", + "type": "string" + }, + "name": { + "description": "Identifier. The resource name of the file. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}/files/{file}`", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAgentImage": { + "description": "Represents an image.", + "id": "GoogleCloudDiscoveryengineV1alphaAgentImage", + "properties": { + "content": { + "description": "Base64-encoded image file contents.", + "type": "string" + }, + "uri": { + "description": "Image URI.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAgentSharingConfig": { + "description": "Sharing related configuration.", + "id": "GoogleCloudDiscoveryengineV1alphaAgentSharingConfig", + "properties": { + "scope": { + "description": "Optional. The sharing scope of the agent.", + "enum": [ + "SCOPE_UNSPECIFIED", + "RESTRICTED", + "ALL_USERS" + ], + "enumDescriptions": [ + "Default value. Behaves as `RESTRICTED`.", + "The agent is shared based on the IAM policy.", + "The agent is shared with all users." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt": { + "description": "The starter prompt suggestion to show the user on the landing page of the agent.", + "id": "GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt", + "properties": { + "text": { + "description": "Required. The text of the starter prompt.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAgentView": { + "description": "The data for displaying an Agent.", + "id": "GoogleCloudDiscoveryengineV1alphaAgentView", + "properties": { + "agentOrigin": { + "description": "Immutable. The origin of the Agent.", + "enum": [ + "AGENT_ORIGIN_UNSPECIFIED", + "GOOGLE", + "ORGANIZATION", + "USER" + ], + "enumDescriptions": [ + "The origin is unspecified.", + "Agent defined by Google.", + "Agent defined by the organization.", + "Agent defined by the user." + ], + "type": "string" + }, + "agentSharingState": { + "description": "Output only. The sharing state of the agent.", + "enum": [ + "AGENT_SHARING_STATE_UNSPECIFIED", + "NOT_SHARED", + "PENDING", + "SHARED", + "REJECTED" + ], + "enumDescriptions": [ + "The sharing state is unspecified.", + "The agent is not shared.", + "The agent is pending review.", + "The agent is shared with other users.", + "The agent sharing request was rejected." + ], + "readOnly": true, + "type": "string" + }, + "agentType": { + "description": "Output only. The type of the agent.", + "enum": [ + "AGENT_TYPE_UNSPECIFIED", + "NO_CODE", + "HTTP", + "ADK", + "MANAGED", + "A2A", + "DIALOGFLOW", + "LOW_CODE" + ], + "enumDescriptions": [ + "The agent type is unspecified.", + "No-code agent.", + "HTTP agent.", + "ADK agent.", + "Google managed agent.", + "A2A agent.", + "Dialogflow agent.", + "Low-code agent." + ], + "readOnly": true, + "type": "string" + }, + "customPlaceholderText": { + "description": "The custom placeholder text that appears in the text box before the user enters any text.", + "type": "string" + }, + "deploymentFailureReason": { + "description": "The reason why the agent deployment failed. Only set if the state is DEPLOYMENT_FAILED.", + "type": "string" + }, + "description": { + "description": "Required. Human-readable description of the agent. This might be used by an LLM to automatically select an agent to respond to a user query and to generate the first version of the steps for the agent that can be modified by the user. The language of this is either Agent.language_code, or ListAvailableAgentViewsRequest.language_code if translations are enabled.", + "type": "string" + }, + "displayName": { + "description": "Required. Display name of the agent. The language of this is either Agent.language_code, or ListAvailableAgentViewsRequest.language_code if translations are enabled.", + "type": "string" + }, + "icon": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentImage", + "description": "Optional. The icon that represents the agent on the UI." + }, + "name": { + "description": "Resource name of the agent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}`", + "type": "string" + }, + "rejectionReason": { + "description": "The reason why the agent was rejected. Only set if the state is PRIVATE, and got there via rejection.", + "type": "string" + }, + "state": { + "description": "Output only. The state of the Agent.", + "enum": [ + "STATE_UNSPECIFIED", + "CONFIGURED", + "DEPLOYING", + "DISABLED", + "DEPLOYMENT_FAILED", + "PRIVATE", + "ENABLED", + "SUSPENDED" + ], + "enumDescriptions": [ + "The state is unspecified.", + "The agent is configured, but no deployment triggered yet.", + "The agent is being deployed.", + "The agent is available for admins only.", + "The agent deployment failed.", + "Agent is available only to its creator..", + "Agent is available for users who have access.", + "Agent is temporarily unavailable, though visible to users who have access." + ], + "readOnly": true, + "type": "string" + }, + "suggestedPrompts": { + "description": "Optional. The suggested prompts for the agent, to be shown on the agent landing page.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt" + }, + "type": "array" + }, + "suspensionReason": { + "description": "The reason why the agent was suspended. Only set if the state is SUSPENDED.", + "type": "string" + }, + "userAnnotations": { + "$ref": "GoogleCloudDiscoveryengineV1alphaUserAnnotations", + "description": "Optional. Per-user annotations of the current caller for the agent." + }, + "userPermissions": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions", + "description": "The permissions of the user for this Agent." + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt": { + "description": "A suggested prompt for the agent, to be shown on the agent landing page.", + "id": "GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt", + "properties": { + "text": { + "description": "Required. The text of the suggested prompt. The language of this is either Agent.language_code, or ListAvailableAgentViewsRequest.language_code if translations are enabled.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions": { + "description": "The permissions of the user on an Agent.", + "id": "GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions", + "properties": { + "canDelete": { + "description": "If the user can delete this Agent.", + "type": "boolean" + }, + "canEdit": { + "description": "If the user can edit this Agent.", + "type": "boolean" + }, + "canProposeUsers": { + "description": "If the user can propose other users to share the Agent with.", + "type": "boolean" + }, + "canRequestReview": { + "description": "If the user can request a review for this Agent.", + "type": "boolean" + }, + "canRun": { + "description": "If the user can run this Agent.", + "type": "boolean" + }, + "canView": { + "description": "If the user can view the source of this Agent.", + "type": "boolean" + }, + "canWithdraw": { + "description": "If the user can withdraw this Agent.", + "type": "boolean" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig": { "description": "The connector level alert config.", "id": "GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig", @@ -16916,6 +18510,14 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy", "description": "Optional. Customer policy for the assistant." }, + "description": { + "description": "Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant.", + "type": "string" + }, + "displayName": { + "description": "Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters.", + "type": "string" + }, "enabledTools": { "additionalProperties": { "$ref": "GoogleCloudDiscoveryengineV1alphaAssistantToolList" @@ -17134,10 +18736,21 @@ "description": "Configuration for the generation of the assistant response.", "id": "GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig", "properties": { + "allowedModelIds": { + "description": "Optional. The list of models that are allowed to be used for assistant.", + "items": { + "type": "string" + }, + "type": "array" + }, "defaultLanguage": { "description": "The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as `en`. If not specified, the language will be automatically detected.", "type": "string" }, + "defaultModelId": { + "description": "Optional. The default model to use for assistant.", + "type": "string" + }, "systemInstruction": { "$ref": "GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemInstruction", "description": "System instruction, also known as the prompt preamble for LLM calls. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions" @@ -17160,6 +18773,10 @@ "description": "A piece of content and possibly its grounding information. Not all content needs grounding. Phrases like \"Of course, I will gladly search it for you.\" do not need grounding.", "id": "GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent", "properties": { + "citationMetadata": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCitationMetadata", + "description": "Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check" + }, "content": { "$ref": "GoogleCloudDiscoveryengineV1alphaAssistantContent", "description": "The content." @@ -17301,6 +18918,73 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaAuthorization": { + "description": "Discovery Engine Authorization resource.", + "id": "GoogleCloudDiscoveryengineV1alphaAuthorization", + "properties": { + "displayName": { + "description": "Required. The display name of the authorization. It must be a UTF-8 encoded string with a length limit of 128 characters.", + "type": "string" + }, + "name": { + "description": "Identifier. Resource name of the authorization. Format: `projects/{project}/locations/{location}/authorizations/{authorization}` It must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + }, + "serverSideOauth2": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2", + "description": "Server-side OAuth2 configuration." + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAuthorizationConfig": { + "description": "Describes the authorizations required.", + "id": "GoogleCloudDiscoveryengineV1alphaAuthorizationConfig", + "properties": { + "agentAuthorization": { + "description": "Optional. The authorization that is required to invoke the agent. Auth tokens will be passed to the agent as part of the request auth header.", + "type": "string" + }, + "toolAuthorizations": { + "description": "Optional. List of required authorizations for agent to access other resources. Auth tokens will be passed to the agent as part of the request body.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2": { + "description": "OAuth2 configuration.", + "id": "GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2", + "properties": { + "authorizationUri": { + "description": "Required. The URI the user is directed to when they need to authorize. Should include everything required for a successful authorization: OAuth ID, extra flags, etc. Example: `https://accounts.google.com/o/oauth2/v2/auth?client_id=OAUTH_ID&scope=https://www.googleapis.com/auth/calendar.events&response_type=code&access_type=offline&prompt=consent` The `redirect_uri` parameter will be overwritten by the Vertex AI Search frontend.", + "type": "string" + }, + "clientId": { + "description": "Required. The OAuth2 client ID.", + "type": "string" + }, + "clientSecret": { + "description": "Required. The OAuth2 client secret. Encrypted at rest.", + "type": "string" + }, + "scopes": { + "description": "Required. The scopes to request. Example: `https://www.googleapis.com/auth/calendar.events`", + "items": { + "type": "string" + }, + "type": "array" + }, + "tokenUri": { + "description": "Required. The HTTP endpoint that exchanges a client authorization for an access token.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaBAPConfig": { "description": "The configuration for the BAP connector.", "id": "GoogleCloudDiscoveryengineV1alphaBAPConfig", @@ -17729,6 +19413,124 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig": { + "description": "Information about license configs at billing account level.", + "id": "GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig", + "properties": { + "autoRenew": { + "description": "Whether the BillingAccountLicenseConfig is auto renewed when it reaches the end date.", + "type": "boolean" + }, + "endDate": { + "$ref": "GoogleTypeDate", + "description": "Optional. The planed subscription end date." + }, + "geminiBundle": { + "description": "Whether the license config is for Gemini bundle.", + "type": "boolean" + }, + "licenseConfigDistributions": { + "additionalProperties": { + "format": "int64", + "type": "string" + }, + "description": "A map of LicenseConfig names to the number of licenses distributed to each. The key is the full resource name of the LicenseConfig, such as `projects/{project}/locations/{location}/licenseConfigs/{license_config}`. The value is the count of licenses allocated to it.", + "type": "object" + }, + "licenseCount": { + "description": "Required. The number of licenses purchased under this billing account license config.", + "format": "int64", + "type": "string" + }, + "name": { + "description": "Immutable. Identifier. The fully qualified resource name of the billing account license config. Format: `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config}`.", + "type": "string" + }, + "procurementEntitlementId": { + "description": "The procurement entitlement id of the subscription.", + "type": "string" + }, + "startDate": { + "$ref": "GoogleTypeDate", + "description": "Required. The subscription start date." + }, + "state": { + "description": "Output only. The state of the BillingAccountLicenseConfig.", + "enum": [ + "STATE_UNSPECIFIED", + "ACTIVE", + "EXPIRED", + "NOT_STARTED" + ], + "enumDescriptions": [ + "The BillingAccountLicenseConfig does not exist. Default value. Do not use.", + "The BillingAccountLicenseConfig is active and being used.", + "The BillingAccountLicenseConfig has expired.", + "The BillingAccountLicenseConfig has not started yet, and its start date is in the future." + ], + "readOnly": true, + "type": "string" + }, + "subscriptionDisplayName": { + "description": "The subscription display name.", + "type": "string" + }, + "subscriptionName": { + "description": "Output only. The corresponding SubV3 subscription name.", + "readOnly": true, + "type": "string" + }, + "subscriptionTerm": { + "description": "Required. The subscription term.", + "enum": [ + "SUBSCRIPTION_TERM_UNSPECIFIED", + "SUBSCRIPTION_TERM_ONE_MONTH", + "SUBSCRIPTION_TERM_ONE_YEAR", + "SUBSCRIPTION_TERM_THREE_YEARS" + ], + "enumDescriptions": [ + "Default value, do not use.", + "1 month.", + "1 year.", + "3 years." + ], + "type": "string" + }, + "subscriptionTier": { + "description": "Required. The subscription tier.", + "enum": [ + "SUBSCRIPTION_TIER_UNSPECIFIED", + "SUBSCRIPTION_TIER_SEARCH", + "SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT", + "SUBSCRIPTION_TIER_NOTEBOOK_LM", + "SUBSCRIPTION_TIER_FRONTLINE_WORKER", + "SUBSCRIPTION_TIER_AGENTSPACE_STARTER", + "SUBSCRIPTION_TIER_AGENTSPACE_BUSINESS", + "SUBSCRIPTION_TIER_ENTERPRISE", + "SUBSCRIPTION_TIER_EDU", + "SUBSCRIPTION_TIER_EDU_PRO", + "SUBSCRIPTION_TIER_EDU_EMERGING", + "SUBSCRIPTION_TIER_EDU_PRO_EMERGING" + ], + "enumDescriptions": [ + "Default value.", + "Search tier. Search tier can access VAIS search features and NotebookLM features.", + "Search + assistant tier. Search + assistant tier can access VAIS search features, NotebookLM features and assistant features.", + "NotebookLM tier. NotebookLM is a subscription tier can only access NotebookLM features.", + "Frontline worker tier.", + "Agentspace Starter tier.", + "Agentspace Business tier.", + "Enterprise tier.", + "EDU tier.", + "EDU Pro tier.", + "EDU emerging market tier.", + "EDU Pro emerging market tier." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaBranch": { "description": "A data branch that stores Documents.", "id": "GoogleCloudDiscoveryengineV1alphaBranch", @@ -17776,6 +19578,92 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaCannedQuery": { + "description": "Canned query resource of Assistant. It represents a short-cut to a predefined conversation start.", + "id": "GoogleCloudDiscoveryengineV1alphaCannedQuery", + "properties": { + "defaultTexts": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts", + "description": "Required. The default (non-localized) values for the text attributes." + }, + "displayName": { + "description": "The display name of the canned query. It must be a UTF-8 encoded string with a length limit of 128 characters.", + "type": "string" + }, + "enabled": { + "description": "Whether this canned query is enabled.", + "type": "boolean" + }, + "googleDefined": { + "description": "Output only. Whether this is a Google-defined, read-only canned query.", + "readOnly": true, + "type": "boolean" + }, + "localizedTexts": { + "additionalProperties": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts" + }, + "description": "Optional. The translations of the text attributes. The keys should be BCP-47 language codes.", + "type": "object" + }, + "name": { + "description": "Immutable. Resource name of the canned query. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` It must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + }, + "requiredCapabilities": { + "description": "Optional. The capabilities the Assistant needs to have to use this canned query.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQueryAssistantCapability" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaCannedQueryAssistantCapability": { + "description": "Capability of an assistant needed to use this canned query.", + "id": "GoogleCloudDiscoveryengineV1alphaCannedQueryAssistantCapability", + "properties": { + "actionName": { + "description": "The name of the action that the Assistant needs to have set up to use this canned query.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts": { + "description": "The text pieces for the canned query, which can be localized.", + "id": "GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts", + "properties": { + "prefix": { + "description": "Optional. The prefix that `suggested_prompts` should start with.", + "type": "string" + }, + "suggestedPrompts": { + "description": "Required. The prompts the canned query will offer to the user.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt" + }, + "type": "array" + }, + "title": { + "description": "Required. The title that is for the end user.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt": { + "description": "A suggested prompt for the canned query.", + "id": "GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt", + "properties": { + "promptText": { + "description": "Required. The text of the suggested prompt.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest": { "description": "Request message for GroundedGenerationService.CheckGrounding method.", "id": "GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest", @@ -17903,6 +19791,17 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse": { + "description": "Response message for the DataConnectorService.CheckRefreshToken method.", + "id": "GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse", + "properties": { + "refreshTokenInfo": { + "$ref": "GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo", + "description": "Info about the stored refresh token." + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest": { "description": "Request for CheckRequirement method.", "id": "GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest", @@ -18162,6 +20061,60 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaCitation": { + "description": "Source attributions for content.", + "id": "GoogleCloudDiscoveryengineV1alphaCitation", + "properties": { + "endIndex": { + "description": "Output only. End index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "license": { + "description": "Output only. License of the attribution.", + "readOnly": true, + "type": "string" + }, + "publicationDate": { + "$ref": "GoogleTypeDate", + "description": "Output only. Publication date of the attribution.", + "readOnly": true + }, + "startIndex": { + "description": "Output only. Start index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "title": { + "description": "Output only. Title of the attribution.", + "readOnly": true, + "type": "string" + }, + "uri": { + "description": "Output only. Url reference of the attribution.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaCitationMetadata": { + "description": "A collection of source attributions for a piece of content.", + "id": "GoogleCloudDiscoveryengineV1alphaCitationMetadata", + "properties": { + "citations": { + "description": "Output only. List of citations.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCitation" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaCloudSqlSource": { "description": "Cloud SQL source import data from.", "id": "GoogleCloudDiscoveryengineV1alphaCloudSqlSource", @@ -19814,6 +21767,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -20007,6 +21966,23 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata": { + "description": "Metadata related to the progress of the AgentService.DeleteAgent operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata": { "description": "Metadata related to the progress of the CmekConfigService.DeleteCmekConfig operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata", @@ -20154,6 +22130,23 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata": { + "description": "Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user store, return the number of end users successfully deleted or failed to delete in the metadata.", + "id": "GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata", + "properties": { + "failureCount": { + "description": "The number of end users under the user store that failed to be deleted.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "The number of end users under the user store that were successfully deleted.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDestinationConfig": { "description": "Defines target endpoints used to connect to third-party sources.", "id": "GoogleCloudDiscoveryengineV1alphaDestinationConfig", @@ -20200,6 +22193,17 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition": { + "description": "Stored definition of an agent that uses a Dialogflow agent.", + "id": "GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition", + "properties": { + "dialogflowAgent": { + "description": "Required. Resource name of the underlying Dialogflow Agent. Format: `projects/{project}/locations/{location}/agents/{agent}`", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata": { "description": "Metadata related to the progress of the SiteSearchEngineService.DisableAdvancedSiteSearch operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata", @@ -20229,6 +22233,42 @@ "properties": {}, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest": { + "description": "Request message for LicenseConfigService.DistributeLicenseConfig method.", + "id": "GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest", + "properties": { + "licenseConfigId": { + "description": "Optional. Distribute seats to this license config instead of creating a new one. If not specified, a new license config will be created from the billing account license config.", + "type": "string" + }, + "licenseCount": { + "description": "Required. The number of licenses to distribute.", + "format": "int64", + "type": "string" + }, + "location": { + "description": "Required. The target GCP project region to distribute the license config to.", + "type": "string" + }, + "projectNumber": { + "description": "Required. The target GCP project number to distribute the license config to.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse": { + "description": "Response message for LicenseConfigService.DistributeLicenseConfig method.", + "id": "GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse", + "properties": { + "licenseConfig": { + "$ref": "GoogleCloudDiscoveryengineV1alphaLicenseConfig", + "description": "The updated or created LicenseConfig." + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDocument": { "description": "Document captures all raw metadata information of items to be recommended or searched.", "id": "GoogleCloudDiscoveryengineV1alphaDocument", @@ -20498,6 +22538,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -20632,6 +22676,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1alphaEngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -20706,6 +22755,23 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -21693,6 +23759,17 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse": { + "description": "Response message for the AgentService.GetAgentView method.", + "id": "GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse", + "properties": { + "agentView": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentView", + "description": "The data for displaying an Agent." + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse": { "description": "Response message for DataConnectorService.GetConnectorSecret.", "id": "GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse", @@ -21974,6 +24051,32 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest": { + "description": "Request for the AgentService.ImportAgentFile method.", + "id": "GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest", + "properties": { + "fileName": { + "description": "Required. The name of the file.", + "type": "string" + }, + "mimeType": { + "description": "Optional. The content type of the file, see https://www.iana.org/assignments/media-types/media-types.xhtml. This field is required when the data source does not provide the content type.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse": { + "description": "Response for the AgentService.ImportAgentFile method.", + "id": "GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse", + "properties": { + "agentFile": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentFile", + "description": "The imported AgentFile." + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata": { "description": "Metadata related to the progress of the ImportCompletionSuggestions operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata", @@ -22570,6 +24673,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -22651,6 +24759,112 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats": { + "description": "Stats about users' licenses.", + "id": "GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats", + "properties": { + "licenseConfig": { + "description": "Required. The LicenseConfig name.", + "type": "string" + }, + "usedLicenseCount": { + "description": "Required. The number of licenses used.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaListAgentsResponse": { + "description": "Response message for the AgentService.ListAgents method.", + "id": "GoogleCloudDiscoveryengineV1alphaListAgentsResponse", + "properties": { + "agents": { + "description": "The agents visible to the caller under the parent Assistant.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgent" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListAgentsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaListAssistantsResponse": { + "description": "Response message for the AssistantService.ListAssistants method.", + "id": "GoogleCloudDiscoveryengineV1alphaListAssistantsResponse", + "properties": { + "assistants": { + "description": "All the customer's Assistants.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAssistant" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse": { + "description": "Response message for the AuthorizationService.ListAuthorizations method.", + "id": "GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse", + "properties": { + "authorizations": { + "description": "All the customer's Authorizations.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAuthorization" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListAuthorizationsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaListAvailableAgentViewsResponse": { + "description": "Response message for the AgentService.ListAvailableAgentViews method.", + "id": "GoogleCloudDiscoveryengineV1alphaListAvailableAgentViewsResponse", + "properties": { + "agentViews": { + "description": "The agent sources visible to the caller under the parent Assistant.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaAgentView" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListAvailableAgentViewsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse": { + "description": "Response message for LicenseConfigService.ListBillingAccountLicenseConfigs method.", + "id": "GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse", + "properties": { + "billingAccountLicenseConfigs": { + "description": "All BillingAccountLicenseConfigs for the given billing account.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListBillingAccountLicenseConfigsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaListBranchesResponse": { "description": "Response for BranchService.ListBranches method.", "id": "GoogleCloudDiscoveryengineV1alphaListBranchesResponse", @@ -22665,6 +24879,24 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaListCannedQueriesResponse": { + "description": "Response message for the CannedQueryService.ListCannedQueries method.", + "id": "GoogleCloudDiscoveryengineV1alphaListCannedQueriesResponse", + "properties": { + "cannedQueries": { + "description": "The list of CannedQuerys matching the request.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCannedQuery" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListCannedQueriesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaListChunksResponse": { "description": "Response message for ChunkService.ListChunks method.", "id": "GoogleCloudDiscoveryengineV1alphaListChunksResponse", @@ -22944,6 +25176,20 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaListLicenseConfigsUsageStatsResponse": { + "description": "Response message for UserLicenseService.ListLicenseConfigUsageStats method.", + "id": "GoogleCloudDiscoveryengineV1alphaListLicenseConfigsUsageStatsResponse", + "properties": { + "licenseConfigUsageStats": { + "description": "All the customer's LicenseConfigUsageStats.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaListSampleQueriesResponse": { "description": "Response message for SampleQueryService.ListSampleQueries method.", "id": "GoogleCloudDiscoveryengineV1alphaListSampleQueriesResponse", @@ -23311,6 +25557,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1alphaProject", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -23343,6 +25594,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig", @@ -23361,6 +25634,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -23804,6 +26081,75 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse": { + "description": "Response for [ProjectService.QueryConfigurablePricingUsageStats] method.", + "id": "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse", + "properties": { + "metricUsages": { + "description": "A list of metric usages, one for each requested resource type that has data in the requested time range.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage": { + "description": "A list of usages for a specific day.", + "id": "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage", + "properties": { + "date": { + "$ref": "GoogleTypeDate", + "description": "The date of the usage." + }, + "usage": { + "description": "The usage value on the date.", + "format": "double", + "type": "number" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage": { + "description": "The usage of a metric over a list of days.", + "id": "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage", + "properties": { + "datedUsages": { + "description": "The list of usages for this resource type, chronologically sorted by date. This is populated for metrics with daily aggregation like DAILY_MDN_QPM.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage" + }, + "type": "array" + }, + "metricType": { + "description": "The metric type.", + "enum": [ + "BILLING_METRIC_TYPE_UNSPECIFIED", + "DAILY_MDN_QPM", + "DAILY_MIN_QPM", + "DAILY_MAX_QPM", + "DAILY_SEARCH_REQUEST", + "TOTAL_STORAGE" + ], + "enumDescriptions": [ + "Default value.", + "Daily median search request QPM.", + "Daily min search request QPM.", + "Daily max search request QPM.", + "Daily search request total.", + "Total storage bytes for indexing core." + ], + "type": "string" + }, + "totalUsage": { + "description": "The total usage for this resource type. This is populated for metrics like TOTAL_STORAGE.", + "format": "double", + "type": "number" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaRankRequest": { "description": "Request message for RankService.Rank method.", "id": "GoogleCloudDiscoveryengineV1alphaRankRequest", @@ -24448,6 +26794,37 @@ "properties": {}, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest": { + "description": "Request message for LicenseConfigService.RetractLicenseConfig method.", + "id": "GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest", + "properties": { + "fullRetract": { + "description": "Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.", + "type": "boolean" + }, + "licenseConfig": { + "description": "Required. Full resource name of LicenseConfig. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config_id}`.", + "type": "string" + }, + "licenseCount": { + "description": "Optional. The number of licenses to retract. Only used when full_retract is false.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse": { + "description": "Response message for LicenseConfigService.RetractLicenseConfig method.", + "id": "GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse", + "properties": { + "licenseConfig": { + "$ref": "GoogleCloudDiscoveryengineV1alphaLicenseConfig", + "description": "The updated LicenseConfig." + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaSafetyRating": { "description": "Safety rating corresponding to the generated content.", "id": "GoogleCloudDiscoveryengineV1alphaSafetyRating", @@ -24721,6 +27098,13 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec", "description": "A specification for configuring the behavior of content search." }, + "crowdingSpecs": { + "description": "Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, crowding will be evaluated on each unique combination of the `field` values, and max_count will be the maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = \"color\" and `max_count` = 3, and the second CrowdingSpec has `field` = \"size\" and `max_count` = 2, then after 3 documents that share the same color AND size have been returned, subsequent ones should be removed or demoted.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec" + }, + "type": "array" + }, "customFineTuningSpec": { "$ref": "GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec", "description": "Custom fine tuning configs. If set, it has higher priority than the configs set in ServingConfig.custom_fine_tuning_spec." @@ -24777,6 +27161,13 @@ "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", "type": "string" }, + "pageCategories": { + "description": "Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where \"RTX > 4090\" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition`", + "items": { + "type": "string" + }, + "type": "array" + }, "pageSize": { "description": "Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned.", "format": "int32", @@ -24904,7 +27295,7 @@ "type": "object" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "type": "string" } }, @@ -25208,6 +27599,36 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec": { + "description": "Specification for crowding. Crowding improves the diversity of search results by limiting the number of results that share the same field value. For example, crowding on the color field with a max_count of 3 and mode DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages.", + "id": "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec", + "properties": { + "field": { + "description": "The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is case sensitive.", + "type": "string" + }, + "maxCount": { + "description": "The maximum number of documents to keep per value of the field. Once there are at least max_count previous results which contain the same value for the given field (according to the order specified in `order_by`), later results with the same value are \"crowded away\". If not specified, the default value is 1.", + "format": "int32", + "type": "integer" + }, + "mode": { + "description": "Mode to use for documents that are crowded away.", + "enum": [ + "MODE_UNSPECIFIED", + "DROP_CROWDED_RESULTS", + "DEMOTE_CROWDED_RESULTS_TO_END" + ], + "enumDescriptions": [ + "Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.", + "Drop crowded results.", + "Demote crowded results to the later pages." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec": { "description": "A struct to define data stores to filter on in a search call and configurations for those data stores. Otherwise, an `INVALID_ARGUMENT` error is returned.", "id": "GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec", @@ -26546,6 +28967,13 @@ "description": "Optional. Whether the session is pinned, pinned session will be displayed on the top of the session list.", "type": "boolean" }, + "labels": { + "description": "Optional. The labels for the session. Can be set as filter in ListSessionsRequest.", + "items": { + "type": "string" + }, + "type": "array" + }, "name": { "description": "Immutable. Fully qualified name `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*`", "type": "string" @@ -27021,9 +29449,16 @@ "description": "A global unique ID that identifies the current pair of request and stream of responses. Used for feedback and support.", "type": "string" }, + "invocationTools": { + "description": "The tool names of the tools that were invoked.", + "items": { + "type": "string" + }, + "type": "array" + }, "sessionInfo": { "$ref": "GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo", - "description": "Session information." + "description": "Session information. Only included in the final StreamAssistResponse of the response stream." } }, "type": "object" @@ -27443,32 +29878,17 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest": { - "description": "Request for the AssistantService.UploadSessionFile method.", - "id": "GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest", - "properties": { - "blob": { - "$ref": "GdataMedia", - "description": "Information about the file being uploaded." - }, - "mediaRequestInfo": { - "$ref": "ApiservingMediaRequestInfo", - "description": "Media upload request metadata." - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse": { - "description": "Response for the AssistantService.UploadSessionFile method.", - "id": "GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse", + "GoogleCloudDiscoveryengineV1alphaUserAnnotations": { + "description": "Per-user annotations for an Agent, based on UserAnnotation.", + "id": "GoogleCloudDiscoveryengineV1alphaUserAnnotations", "properties": { - "fileId": { - "description": "The ID of the uploaded file.", - "type": "string" + "pinned": { + "description": "Optional. Whether the agent is pinned, pinned agent will be displayed on the top of the agent list.", + "type": "boolean" }, - "mediaResponseInfo": { - "$ref": "ApiservingMediaResponseInfo", - "description": "Media upload response metadata." + "viewed": { + "description": "Optional. Whether the agent has been viewed by the user.", + "type": "boolean" } }, "type": "object" @@ -27661,6 +30081,33 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaUserStore": { + "description": "Configures metadata that is used for End User entities.", + "id": "GoogleCloudDiscoveryengineV1alphaUserStore", + "properties": { + "defaultLicenseConfig": { + "description": "Optional. The default subscription LicenseConfig for the UserStore, if UserStore.enable_license_auto_register is true, new users will automatically register under the default subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if `license_assignment_tier_rules` is not configured.", + "type": "string" + }, + "displayName": { + "description": "The display name of the User Store.", + "type": "string" + }, + "enableExpiredLicenseAutoUpdate": { + "description": "Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "enableLicenseAutoRegister": { + "description": "Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaVideoCharacteristics": { "description": "Standard characteristics of a video media view.", "id": "GoogleCloudDiscoveryengineV1alphaVideoCharacteristics", @@ -27860,13 +30307,6 @@ "description": "Whether to enable standalone web app.", "type": "boolean" }, - "experimentalFeatures": { - "additionalProperties": { - "type": "string" - }, - "description": "Allows to toggle unstable/experimental features in the widget (or web app)", - "type": "object" - }, "facetField": { "deprecated": true, "description": "The configuration and appearance of facets in the end user view.", @@ -27883,6 +30323,11 @@ "description": "The key is the UI component. Mock. Currently supported `title`, `thumbnail`, `url`, `custom1`, `custom2`, `custom3`. The value is the name of the field along with its device visibility. The 3 custom fields are optional and can be added or removed. `title`, `thumbnail`, `url` are required UI components that cannot be removed.", "type": "object" }, + "geminiBundle": { + "description": "Output only. Whether the subscription is gemini bundle or not.", + "readOnly": true, + "type": "boolean" + }, "homepageSetting": { "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting", "description": "Optional. Describes the homepage settings of the widget." @@ -28233,7 +30678,7 @@ "id": "GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting", "properties": { "shortcuts": { - "description": "Optional. The shortcuts to display on the homepage. LINT.IfChange(max_shortcuts_number) LINT.ThenChange(//depot/google3/cloud/console/web/ai/unified_cloud_search/components/widget_preview/widget_homepage_shortcut_config_form.ts:max_shortcuts_number)", + "description": "Optional. The shortcuts to display on the homepage.", "items": { "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSettingShortcut" }, @@ -28400,6 +30845,24 @@ ], "type": "string" }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Output only. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "readOnly": true, + "type": "object" + }, "resultDescriptionType": { "description": "Controls whether result extract is display and how (snippet or extractive answer). Default to no result if unspecified.", "enum": [ @@ -28413,6 +30876,10 @@ "Display results from extractive answers field." ], "type": "string" + }, + "searchAddonSpec": { + "$ref": "GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec", + "description": "Optional. SearchAddonSpec is used to disable add-ons for search. This field is only supported for search requests." } }, "type": "object" @@ -28478,6 +30945,25 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec": { + "description": "SearchAddonSpec is used to disable add-ons for search. By default, if this field is not specified, add-ons are enabled wherever applicable.", + "id": "GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec", + "properties": { + "generativeAnswerAddOnDisabled": { + "description": "Optional. If true, generative answer add-on is disabled. Generative answer add-on includes natural language to filters and simple answers.", + "type": "boolean" + }, + "kpiPersonalizationAddOnDisabled": { + "description": "Optional. If true, disables event re-ranking and personalization to optimize KPIs & personalize results.", + "type": "boolean" + }, + "semanticAddOnDisabled": { + "description": "Optional. If true, semantic add-on is disabled. Semantic add-on includes embeddings and jetstream.", + "type": "boolean" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaWorkspaceConfig": { "description": "Config to store data store type configuration for workspace data", "id": "GoogleCloudDiscoveryengineV1alphaWorkspaceConfig", @@ -28523,6 +31009,17 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaWorkspaceSettings": { + "description": "Workspace settings for the end user.", + "id": "GoogleCloudDiscoveryengineV1alphaWorkspaceSettings", + "properties": { + "workspaceAccessEnabled": { + "description": "Whether an end user has workspace access enabled.", + "type": "boolean" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaAclConfig": { "description": "Access Control Configuration.", "id": "GoogleCloudDiscoveryengineV1betaAclConfig", @@ -28553,67 +31050,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig": { - "description": "The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector is of same usage. No easy way to migrate.", - "id": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig", - "properties": { - "alertEnrollments": { - "description": "Optional. The enrollment state of each alert.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment" - }, - "type": "array" - }, - "alertPolicy": { - "description": "Immutable. The fully qualified resource name of the AlertPolicy.", - "type": "string" - }, - "contactDetails": { - "description": "Optional. The contact details for each alert policy.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1betaContactDetails" - }, - "type": "array" - }, - "languageCode": { - "description": "Optional. The language code used for notifications", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment": { - "description": "The alert enrollment status.", - "id": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment", - "properties": { - "alertId": { - "description": "Immutable. The id of an alert.", - "type": "string" - }, - "enrollState": { - "description": "Required. The enrollment status of a customer.", - "enum": [ - "ENROLL_STATE_UNSPECIFIED", - "ENROLLED", - "DECLINED" - ], - "enumDescriptions": [ - "Default value. Used for customers who have not responded to the alert policy.", - "Customer is enrolled in this policy.", - "Customer declined this policy." - ], - "type": "string" - }, - "notificationParams": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails.", - "type": "object" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata": { "description": "Metadata related to the progress of the SiteSearchEngineService.BatchCreateTargetSites operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata", @@ -28834,17 +31270,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1betaContactDetails": { - "description": "The contact info stored in resource level. If both project level and resource level is populated, the resource level contact info will override the project level contact info.", - "id": "GoogleCloudDiscoveryengineV1betaContactDetails", - "properties": { - "emailAddress": { - "description": "Optional. The email address of the contact.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1betaControl": { "description": "Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at serving time. Permitted actions dependent on `SolutionType`.", "id": "GoogleCloudDiscoveryengineV1betaControl", @@ -29213,6 +31638,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -29616,6 +32047,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -29718,6 +32153,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1betaCmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1betaEngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -29792,6 +32232,23 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -30504,10 +32961,6 @@ "description": "Information about users' licenses.", "id": "GoogleCloudDiscoveryengineV1betaLicenseConfig", "properties": { - "alertPolicyResourceConfig": { - "$ref": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig", - "description": "Optional. The alert policy config for this license config." - }, "autoRenew": { "description": "Optional. Whether the license config should be auto renewed when it reaches the end date.", "type": "boolean" @@ -30520,6 +32973,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -30675,6 +33133,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1betaProject", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -30707,6 +33170,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig", @@ -30725,6 +33210,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -31049,6 +33538,13 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec", "description": "A specification for configuring the behavior of content search." }, + "crowdingSpecs": { + "description": "Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, crowding will be evaluated on each unique combination of the `field` values, and max_count will be the maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = \"color\" and `max_count` = 3, and the second CrowdingSpec has `field` = \"size\" and `max_count` = 2, then after 3 documents that share the same color AND size have been returned, subsequent ones should be removed or demoted.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec" + }, + "type": "array" + }, "dataStoreSpecs": { "description": "Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. For engines with a single data store, the specs directly under SearchRequest should be used.", "items": { @@ -31101,6 +33597,13 @@ "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", "type": "string" }, + "pageCategories": { + "description": "Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where \"RTX > 4090\" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition`", + "items": { + "type": "string" + }, + "type": "array" + }, "pageSize": { "description": "Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned.", "format": "int32", @@ -31224,7 +33727,7 @@ "type": "object" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "type": "string" } }, @@ -31528,6 +34031,36 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec": { + "description": "Specification for crowding. Crowding improves the diversity of search results by limiting the number of results that share the same field value. For example, crowding on the color field with a max_count of 3 and mode DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages.", + "id": "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec", + "properties": { + "field": { + "description": "The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is case sensitive.", + "type": "string" + }, + "maxCount": { + "description": "The maximum number of documents to keep per value of the field. Once there are at least max_count previous results which contain the same value for the given field (according to the order specified in `order_by`), later results with the same value are \"crowded away\". If not specified, the default value is 1.", + "format": "int32", + "type": "integer" + }, + "mode": { + "description": "Mode to use for documents that are crowded away.", + "enum": [ + "MODE_UNSPECIFIED", + "DROP_CROWDED_RESULTS", + "DEMOTE_CROWDED_RESULTS_TO_END" + ], + "enumDescriptions": [ + "Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.", + "Drop crowded results.", + "Demote crowded results to the later pages." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec": { "description": "A struct to define data stores to filter on in a search call and configurations for those data stores. Otherwise, an `INVALID_ARGUMENT` error is returned.", "id": "GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec", @@ -32264,6 +34797,33 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaUserStore": { + "description": "Configures metadata that is used for End User entities.", + "id": "GoogleCloudDiscoveryengineV1betaUserStore", + "properties": { + "defaultLicenseConfig": { + "description": "Optional. The default subscription LicenseConfig for the UserStore, if UserStore.enable_license_auto_register is true, new users will automatically register under the default subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if `license_assignment_tier_rules` is not configured.", + "type": "string" + }, + "displayName": { + "description": "The display name of the User Store.", + "type": "string" + }, + "enableExpiredLicenseAutoUpdate": { + "description": "Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "enableLicenseAutoRegister": { + "description": "Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaWorkspaceConfig": { "description": "Config to store data store type configuration for workspace data", "id": "GoogleCloudDiscoveryengineV1betaWorkspaceConfig", @@ -32961,40 +35521,6 @@ }, "type": "object" }, - "GoogleCloudNotebooklmV1alphaUploadSourceFileRequest": { - "description": "Request for the SourceService.UploadSourceFile method.", - "id": "GoogleCloudNotebooklmV1alphaUploadSourceFileRequest", - "properties": { - "blob": { - "$ref": "GdataMedia", - "description": "Information about the file being uploaded." - }, - "mediaRequestInfo": { - "$ref": "ApiservingMediaRequestInfo", - "description": "Media upload request metadata." - }, - "sourceId": { - "description": "The source id of the associated file. If not set, a source id will be generated and a new tentative source will be created.", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudNotebooklmV1alphaUploadSourceFileResponse": { - "description": "Response for the SourceService.UploadSourceFile method.", - "id": "GoogleCloudNotebooklmV1alphaUploadSourceFileResponse", - "properties": { - "mediaResponseInfo": { - "$ref": "ApiservingMediaResponseInfo", - "description": "Media upload response metadata." - }, - "sourceId": { - "$ref": "GoogleCloudNotebooklmV1alphaSourceId", - "description": "The source id of the uploaded source." - } - }, - "type": "object" - }, "GoogleCloudNotebooklmV1alphaUserContent": { "description": "The \"Content\" messages refer to data the user wants to upload.", "id": "GoogleCloudNotebooklmV1alphaUserContent", @@ -33118,6 +35644,63 @@ }, "type": "object" }, + "GoogleIamV1Binding": { + "description": "Associates `members`, or principals, with a `role`.", + "id": "GoogleIamV1Binding", + "properties": { + "condition": { + "$ref": "GoogleTypeExpr", + "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)." + }, + "members": { + "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "role": { + "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).", + "type": "string" + } + }, + "type": "object" + }, + "GoogleIamV1Policy": { + "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).", + "id": "GoogleIamV1Policy", + "properties": { + "bindings": { + "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.", + "items": { + "$ref": "GoogleIamV1Binding" + }, + "type": "array" + }, + "etag": { + "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.", + "format": "byte", + "type": "string" + }, + "version": { + "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleIamV1SetIamPolicyRequest": { + "description": "Request message for `SetIamPolicy` method.", + "id": "GoogleIamV1SetIamPolicyRequest", + "properties": { + "policy": { + "$ref": "GoogleIamV1Policy", + "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them." + } + }, + "type": "object" + }, "GoogleLongrunningCancelOperationRequest": { "description": "The request message for Operations.CancelOperation.", "id": "GoogleLongrunningCancelOperationRequest", @@ -33140,7 +35723,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/discoveryengine.v1beta.json b/DiscoveryJson/discoveryengine.v1beta.json index 64a9fb3ed5f..5f8c8907774 100644 --- a/DiscoveryJson/discoveryengine.v1beta.json +++ b/DiscoveryJson/discoveryengine.v1beta.json @@ -7,6 +7,12 @@ }, "https://www.googleapis.com/auth/cloud_search.query": { "description": "Search your organization's data in the Cloud Search index" + }, + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite": { + "description": "View your Agentspace chat history, including uploaded files and generated reports and visualizations, and interact with the Agentspace assistant on your behalf." + }, + "https://www.googleapis.com/auth/discoveryengine.readwrite": { + "description": "View, edit, create, and delete all your data associated with any Discovery Engine API product, such as Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration or configuration data." } } } @@ -135,47 +141,6 @@ }, "protocol": "rest", "resources": { - "media": { - "methods": { - "download": { - "description": "Downloads a file from the session.", - "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/sessions/{sessionsId}:downloadFile", - "httpMethod": "GET", - "id": "discoveryengine.media.download", - "parameterOrder": [ - "name" - ], - "parameters": { - "fileId": { - "description": "Required. The ID of the file to be downloaded.", - "location": "query", - "type": "string" - }, - "name": { - "description": "Required. The resource name of the Session. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}`", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", - "required": true, - "type": "string" - }, - "viewId": { - "description": "Optional. The ID of the view to be downloaded.", - "location": "query", - "type": "string" - } - }, - "path": "v1beta/{+name}:downloadFile", - "response": { - "$ref": "GdataMedia" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ], - "supportsMediaDownload": true, - "useMediaDownloadService": true - } - } - }, "projects": { "methods": { "provision": { @@ -203,7 +168,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -232,7 +198,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAclConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getCmekConfig": { @@ -257,7 +224,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaCmekConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "obtainCrawlRate": { @@ -285,7 +253,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaObtainCrawlRateResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "removeDedicatedCrawlRate": { @@ -313,7 +282,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "setDedicatedCrawlRate": { @@ -341,7 +311,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateAclConfig": { @@ -369,7 +340,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAclConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "updateCmekConfig": { @@ -402,7 +374,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -431,7 +404,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -456,7 +430,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaCmekConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -481,7 +456,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -514,7 +490,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -547,7 +524,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -583,7 +561,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -593,7 +571,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -634,7 +613,7 @@ "type": "string" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "location": "query", "type": "string" } @@ -644,7 +623,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaCompleteQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -697,7 +678,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -722,7 +704,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -747,7 +730,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getSiteSearchEngine": { @@ -772,7 +756,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSiteSearchEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -813,7 +798,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListDataStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -847,7 +833,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "trainCustomModel": { @@ -875,7 +862,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -916,7 +904,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -953,7 +942,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -978,7 +968,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1003,7 +994,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -1031,7 +1023,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1067,7 +1060,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListDocumentsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1106,7 +1100,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -1134,7 +1129,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1166,7 +1162,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1191,7 +1188,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1227,7 +1225,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1237,7 +1235,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1272,7 +1271,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1304,7 +1305,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -1332,7 +1335,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1369,7 +1374,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1394,7 +1400,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1419,7 +1426,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1460,7 +1468,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1494,7 +1503,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1526,7 +1536,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -1554,7 +1565,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1579,7 +1591,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1604,7 +1617,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1650,7 +1664,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -1684,7 +1699,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1713,7 +1729,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListCustomModelsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1744,7 +1761,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1780,7 +1798,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1790,7 +1808,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1821,7 +1840,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1857,7 +1877,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1867,7 +1887,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -1904,7 +1925,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -1929,7 +1951,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -1954,7 +1977,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSchema" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -1990,7 +2014,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListSchemasResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2023,7 +2048,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -2052,7 +2078,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2088,7 +2115,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2098,7 +2125,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2132,7 +2160,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2157,7 +2186,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2193,7 +2223,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListServingConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2227,7 +2258,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -2255,7 +2287,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaRecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -2283,7 +2316,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -2311,7 +2346,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -2339,7 +2376,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2371,7 +2409,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2396,7 +2436,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2426,7 +2468,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2472,7 +2516,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -2506,7 +2552,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -2535,7 +2583,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2569,7 +2618,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "disableAdvancedSiteSearch": { @@ -2597,7 +2647,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "enableAdvancedSiteSearch": { @@ -2625,7 +2676,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetchDomainVerificationStatus": { @@ -2661,7 +2713,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaFetchDomainVerificationStatusResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recrawlUris": { @@ -2689,7 +2742,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -2718,7 +2772,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2754,7 +2809,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2764,7 +2819,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2796,7 +2852,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2821,7 +2878,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetch": { @@ -2852,7 +2910,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -2884,7 +2943,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -2912,7 +2972,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -2937,7 +2998,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -2962,7 +3024,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaTargetSite" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -2998,7 +3061,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListTargetSitesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3026,7 +3090,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -3055,7 +3120,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3091,7 +3157,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -3101,7 +3167,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3137,7 +3204,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -3165,7 +3234,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3210,7 +3281,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -3238,7 +3311,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -3266,7 +3341,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -3299,7 +3376,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaUserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3338,7 +3417,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3363,7 +3443,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3388,7 +3469,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3429,7 +3511,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListEnginesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3463,7 +3546,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "pause": { @@ -3491,7 +3575,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "resume": { @@ -3519,7 +3604,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "tune": { @@ -3547,13 +3633,76 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, "resources": { "assistants": { "methods": { + "create": { + "description": "Creates an Assistant.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.collections.engines.assistants.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "assistantId": { + "description": "Required. The ID to use for the Assistant, which will become the final component of the Assistant's resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+parent}/assistants", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1betaAssistant" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1betaAssistant" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes an Assistant.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.collections.engines.assistants.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Resource name of Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` If the caller does not have permission to delete the Assistant, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does not exist, a NOT_FOUND error is returned.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+name}", + "response": { + "$ref": "GoogleProtobufEmpty" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, "get": { "description": "Gets an Assistant.", "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", @@ -3576,7 +3725,47 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAssistant" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "list": { + "description": "Lists all Assistants under an Engine.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Maximum number of Assistants to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token ListAssistantsResponse.next_page_token, received from a previous AssistantService.ListAssistants call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAssistants must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource name. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+parent}/assistants", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1betaListAssistantsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3610,7 +3799,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAssistant" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAssist": { @@ -3638,9 +3829,47 @@ "$ref": "GoogleCloudDiscoveryengineV1betaStreamAssistResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } + }, + "resources": { + "agents": { + "resources": { + "operations": { + "methods": { + "get": { + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}/agents/{agentsId}/operations/{operationsId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.collections.engines.assistants.agents.operations.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The name of the operation resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+/operations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + } + } + } } }, "completionConfig": { @@ -3671,7 +3900,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "removeSuggestion": { @@ -3699,7 +3930,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaRemoveSuggestionResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3736,7 +3969,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3761,7 +3995,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3786,7 +4021,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -3827,7 +4063,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -3861,7 +4098,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -3893,7 +4131,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -3921,7 +4160,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -3946,7 +4186,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -3971,7 +4212,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4017,7 +4259,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4051,7 +4294,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4080,7 +4324,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4116,7 +4361,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -4126,7 +4371,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4158,7 +4404,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4183,7 +4430,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4219,7 +4467,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListServingConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4253,7 +4502,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -4281,7 +4531,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaRecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -4309,7 +4560,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -4337,7 +4590,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -4365,7 +4620,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4397,7 +4653,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4422,7 +4680,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4452,7 +4712,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4498,7 +4760,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4532,7 +4796,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -4561,7 +4827,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4594,7 +4861,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4630,7 +4898,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -4640,7 +4908,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -4681,7 +4950,7 @@ "type": "string" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "location": "query", "type": "string" } @@ -4691,7 +4960,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaCompleteQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -4744,7 +5015,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4769,7 +5041,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -4794,7 +5067,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "getSiteSearchEngine": { @@ -4819,7 +5093,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSiteSearchEngine" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -4860,7 +5135,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListDataStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -4894,7 +5170,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDataStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -4935,7 +5212,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -4972,7 +5250,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -4997,7 +5276,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5022,7 +5302,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -5050,7 +5331,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5086,7 +5368,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListDocumentsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5125,7 +5408,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaDocument" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -5153,7 +5437,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5185,7 +5470,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5210,7 +5496,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5246,7 +5533,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5256,7 +5543,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5291,7 +5579,9 @@ }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", - "https://www.googleapis.com/auth/cloud_search.query" + "https://www.googleapis.com/auth/cloud_search.query", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5323,7 +5613,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -5351,7 +5643,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5388,7 +5682,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5413,7 +5708,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5438,7 +5734,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5479,7 +5776,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListControlsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5513,7 +5811,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaControl" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5545,7 +5844,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConverseConversationResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -5573,7 +5873,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5598,7 +5899,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5623,7 +5925,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5669,7 +5972,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListConversationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -5703,7 +6007,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaConversation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5734,7 +6039,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5770,7 +6076,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5780,7 +6086,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5811,7 +6118,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5847,7 +6155,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -5857,7 +6165,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -5894,7 +6203,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -5919,7 +6229,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -5944,7 +6255,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSchema" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -5980,7 +6292,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListSchemasResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6013,7 +6326,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6045,7 +6359,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6070,7 +6385,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6106,7 +6422,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListServingConfigsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6140,7 +6457,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaServingConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recommend": { @@ -6168,7 +6486,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaRecommendResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "search": { @@ -6196,7 +6515,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "searchLite": { @@ -6224,7 +6545,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "streamAnswer": { @@ -6252,7 +6575,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswerQueryResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6284,7 +6608,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6309,7 +6635,9 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6339,7 +6667,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6385,7 +6715,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListSessionsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6419,7 +6751,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSession" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -6448,7 +6782,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAnswer" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6482,7 +6817,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "enableAdvancedSiteSearch": { @@ -6510,7 +6846,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "recrawlUris": { @@ -6538,7 +6875,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -6570,7 +6908,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6595,7 +6934,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "fetch": { @@ -6626,7 +6966,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6658,7 +6999,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "create": { @@ -6686,7 +7028,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -6711,7 +7054,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -6736,7 +7080,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaTargetSite" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -6772,7 +7117,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListTargetSitesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -6800,7 +7146,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6834,7 +7181,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -6862,7 +7211,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -6907,7 +7258,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -6935,7 +7288,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purge": { @@ -6963,7 +7318,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -6996,7 +7353,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaUserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7030,7 +7389,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7055,7 +7415,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEvaluation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7091,7 +7452,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListEvaluationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "listResults": { @@ -7127,7 +7489,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListEvaluationResultsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -7156,7 +7519,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7190,7 +7554,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaCheckGroundingResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7237,7 +7602,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaIdentityMappingStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -7262,7 +7628,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7287,7 +7654,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaIdentityMappingStore" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "importIdentityMappings": { @@ -7315,7 +7683,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7351,7 +7720,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListIdentityMappingStoresResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "listIdentityMappings": { @@ -7387,7 +7757,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "purgeIdentityMappings": { @@ -7415,7 +7786,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -7444,7 +7816,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7480,7 +7853,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -7490,7 +7863,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7529,7 +7903,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaLicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7554,7 +7929,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaLicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -7588,7 +7964,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaLicenseConfig" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7617,7 +7994,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7653,7 +8031,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -7663,7 +8041,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7694,7 +8073,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7728,7 +8108,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaRankResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7765,7 +8146,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSampleQuerySet" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -7790,7 +8172,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -7815,7 +8198,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSampleQuerySet" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -7851,7 +8235,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListSampleQuerySetsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -7885,7 +8270,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSampleQuerySet" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, @@ -7914,7 +8300,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -7951,7 +8338,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSampleQuery" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "delete": { @@ -7976,7 +8364,8 @@ "$ref": "GoogleProtobufEmpty" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "get": { @@ -8001,7 +8390,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSampleQuery" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -8029,7 +8419,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -8065,7 +8456,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "patch": { @@ -8099,7 +8491,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSampleQuery" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8146,7 +8539,9 @@ "$ref": "GoogleApiHttpBody" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "import": { @@ -8174,7 +8569,9 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "write": { @@ -8207,7 +8604,9 @@ "$ref": "GoogleCloudDiscoveryengineV1betaUserEvent" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.assist.readwrite", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8239,11 +8638,163 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "create": { + "description": "Creates a new User Store.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/userStores", + "httpMethod": "POST", + "id": "discoveryengine.projects.locations.userStores.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent collection resource name, such as `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "userStoreId": { + "description": "Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.", + "location": "query", + "type": "string" + } + }, + "path": "v1beta/{+parent}/userStores", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1betaUserStore" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1betaUserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "delete": { + "description": "Deletes the User Store.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "DELETE", + "id": "discoveryengine.projects.locations.userStores.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the User Store to delete. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "get": { + "description": "Gets the User Store.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.userStores.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the User Store to get. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+name}", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1betaUserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + }, + "patch": { + "description": "Updates the User Store.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}", + "httpMethod": "PATCH", + "id": "discoveryengine.projects.locations.userStores.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1beta/{+name}", + "request": { + "$ref": "GoogleCloudDiscoveryengineV1betaUserStore" + }, + "response": { + "$ref": "GoogleCloudDiscoveryengineV1betaUserStore" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } }, "resources": { + "licenseConfigsUsageStats": { + "methods": { + "list": { + "description": "Lists all the LicenseConfigUsageStatss associated with the project.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}/licenseConfigsUsageStats", + "httpMethod": "GET", + "id": "discoveryengine.projects.locations.userStores.licenseConfigsUsageStats.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent branch resource name, such as `projects/{project}/locations/{location}/userStores/{user_store_id}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+parent}/licenseConfigsUsageStats", + "response": { + "$ref": "GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" + ] + } + } + }, "userLicenses": { "methods": { "list": { @@ -8255,8 +8806,8 @@ "parent" ], "parameters": { - "filter": { - "description": "Optional. Filter for the list request. Supported fields: * `license_assignment_state` Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * `license_assignment_state = NO_LICENSE` to list not licensed users. * `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to filter out users who attempted login but no license assigned.", + "orderBy": { + "description": "Optional. The order in which the UserLicenses are listed. The value must be a comma-separated list of fields. Default sorting order is ascending. To specify descending order for a field, append a \" desc\" suffix. Redundant space characters in the syntax are insignificant. Supported fields: * `license_assignment_state` * `user_principal` * `user_profile` * `last_login_date` * `update_time` If not set, the default ordering is by `user_principal`. Examples: * `user_principal desc` to order by `user_principal` in descending order. * `license_assignment_state` to order by `license_assignment_state` in ascending order. * `last_login_date desc` to order by `last_login_date` in descending order. * `update_time desc` to order by `update_time` in descending order. * `last_login_date desc, user_principal` to order by `last_login_date` in descending order and then by `user_principal` in ascending order.", "location": "query", "type": "string" }, @@ -8284,7 +8835,8 @@ "$ref": "GoogleCloudDiscoveryengineV1betaListUserLicensesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8317,7 +8869,8 @@ "$ref": "GoogleLongrunningOperation" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] }, "list": { @@ -8353,7 +8906,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -8363,7 +8916,8 @@ "$ref": "GoogleLongrunningListOperationsResponse" }, "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/discoveryengine.readwrite" ] } } @@ -8371,439 +8925,9 @@ } } }, - "revision": "20250929", + "revision": "20251116", "rootUrl": "https://discoveryengine.googleapis.com/", "schemas": { - "GdataBlobstore2Info": { - "description": "Information to read/write to blobstore2.", - "id": "GdataBlobstore2Info", - "properties": { - "blobGeneration": { - "description": "The blob generation id.", - "format": "int64", - "type": "string" - }, - "blobId": { - "description": "The blob id, e.g., /blobstore/prod/playground/scotty", - "type": "string" - }, - "downloadReadHandle": { - "description": "Read handle passed from Bigstore -> Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.", - "format": "byte", - "type": "string" - }, - "readToken": { - "description": "The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.", - "type": "string" - }, - "uploadMetadataContainer": { - "description": "Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.", - "format": "byte", - "type": "string" - } - }, - "type": "object" - }, - "GdataCompositeMedia": { - "description": "A sequence of media data references representing composite data. Introduced to support Bigstore composite objects. For details, visit http://go/bigstore-composites.", - "id": "GdataCompositeMedia", - "properties": { - "blobRef": { - "deprecated": true, - "description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.", - "format": "byte", - "type": "string" - }, - "blobstore2Info": { - "$ref": "GdataBlobstore2Info", - "description": "Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob." - }, - "cosmoBinaryReference": { - "description": "A binary data reference for a media download. Serves as a technology-agnostic binary reference in some Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support JavaScript. This prevents us from including the actual type of this field.", - "format": "byte", - "type": "string" - }, - "crc32cHash": { - "description": "crc32.c hash for the payload.", - "format": "uint32", - "type": "integer" - }, - "inline": { - "description": "Media data, set if reference_type is INLINE", - "format": "byte", - "type": "string" - }, - "length": { - "description": "Size of the data, in bytes", - "format": "int64", - "type": "string" - }, - "md5Hash": { - "description": "MD5 hash for the payload.", - "format": "byte", - "type": "string" - }, - "objectId": { - "$ref": "GdataObjectId", - "description": "Reference to a TI Blob, set if reference_type is BIGSTORE_REF." - }, - "path": { - "description": "Path to the data, set if reference_type is PATH", - "type": "string" - }, - "referenceType": { - "description": "Describes what the field reference contains.", - "enum": [ - "PATH", - "BLOB_REF", - "INLINE", - "BIGSTORE_REF", - "COSMO_BINARY_REFERENCE" - ], - "enumDescriptions": [ - "Reference contains a GFS path or a local path.", - "Reference points to a blobstore object. This could be either a v1 blob_ref or a v2 blobstore2_info. Clients should check blobstore2_info first, since v1 is being deprecated.", - "Data is included into this proto buffer", - "Reference points to a bigstore object", - "Indicates the data is stored in cosmo_binary_reference." - ], - "type": "string" - }, - "sha1Hash": { - "description": "SHA-1 hash for the payload.", - "format": "byte", - "type": "string" - } - }, - "type": "object" - }, - "GdataContentTypeInfo": { - "description": "Detailed Content-Type information from Scotty. The Content-Type of the media will typically be filled in by the header or Scotty's best_guess, but this extended information provides the backend with more information so that it can make a better decision if needed. This is only used on media upload requests from Scotty.", - "id": "GdataContentTypeInfo", - "properties": { - "bestGuess": { - "description": "Scotty's best guess of what the content type of the file is.", - "type": "string" - }, - "fromBytes": { - "description": "The content type of the file derived by looking at specific bytes (i.e. \"magic bytes\") of the actual file.", - "type": "string" - }, - "fromFileName": { - "description": "The content type of the file derived from the file extension of the original file name used by the client.", - "type": "string" - }, - "fromHeader": { - "description": "The content type of the file as specified in the request headers, multipart headers, or RUPIO start request.", - "type": "string" - }, - "fromUrlPath": { - "description": "The content type of the file derived from the file extension of the URL path. The URL path is assumed to represent a file name (which is typically only true for agents that are providing a REST API).", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffChecksumsResponse": { - "description": "Backend response for a Diff get checksums response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffChecksumsResponse", - "properties": { - "checksumsLocation": { - "$ref": "GdataCompositeMedia", - "description": "Exactly one of these fields must be populated. If checksums_location is filled, the server will return the corresponding contents to the user. If object_location is filled, the server will calculate the checksums based on the content there and return that to the user. For details on the format of the checksums, see http://go/scotty-diff-protocol." - }, - "chunkSizeBytes": { - "description": "The chunk size of checksums. Must be a multiple of 256KB.", - "format": "int64", - "type": "string" - }, - "objectLocation": { - "$ref": "GdataCompositeMedia", - "description": "If set, calculate the checksums based on the contents and return them to the caller." - }, - "objectSizeBytes": { - "description": "The total size of the server object.", - "format": "int64", - "type": "string" - }, - "objectVersion": { - "description": "The object version of the object the checksums are being returned for.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffDownloadResponse": { - "description": "Backend response for a Diff download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffDownloadResponse", - "properties": { - "objectLocation": { - "$ref": "GdataCompositeMedia", - "description": "The original object location." - } - }, - "type": "object" - }, - "GdataDiffUploadRequest": { - "description": "A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffUploadRequest", - "properties": { - "checksumsInfo": { - "$ref": "GdataCompositeMedia", - "description": "The location of the checksums for the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received. For details on the format of the checksums, see http://go/scotty-diff-protocol." - }, - "objectInfo": { - "$ref": "GdataCompositeMedia", - "description": "The location of the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received." - }, - "objectVersion": { - "description": "The object version of the object that is the base version the incoming diff script will be applied to. This field will always be filled in.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDiffUploadResponse": { - "description": "Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffUploadResponse", - "properties": { - "objectVersion": { - "description": "The object version of the object at the server. Must be included in the end notification response. The version in the end notification response must correspond to the new version of the object that is now stored at the server, after the upload.", - "type": "string" - }, - "originalObject": { - "$ref": "GdataCompositeMedia", - "description": "The location of the original file for a diff upload request. Must be filled in if responding to an upload start notification." - } - }, - "type": "object" - }, - "GdataDiffVersionResponse": { - "description": "Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.", - "id": "GdataDiffVersionResponse", - "properties": { - "objectSizeBytes": { - "description": "The total size of the server object.", - "format": "int64", - "type": "string" - }, - "objectVersion": { - "description": "The version of the object stored at the server.", - "type": "string" - } - }, - "type": "object" - }, - "GdataDownloadParameters": { - "description": "Parameters specific to media downloads.", - "id": "GdataDownloadParameters", - "properties": { - "allowGzipCompression": { - "description": "A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.", - "type": "boolean" - }, - "ignoreRange": { - "description": "Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.", - "type": "boolean" - } - }, - "type": "object" - }, - "GdataMedia": { - "description": "A reference to data stored on the filesystem, on GFS or in blobstore.", - "id": "GdataMedia", - "properties": { - "algorithm": { - "deprecated": true, - "description": "Deprecated, use one of explicit hash type fields instead. Algorithm used for calculating the hash. As of 2011/01/21, \"MD5\" is the only possible value for this field. New values may be added at any time.", - "type": "string" - }, - "bigstoreObjectRef": { - "deprecated": true, - "description": "Use object_id instead.", - "format": "byte", - "type": "string" - }, - "blobRef": { - "deprecated": true, - "description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.", - "format": "byte", - "type": "string" - }, - "blobstore2Info": { - "$ref": "GdataBlobstore2Info", - "description": "Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob." - }, - "compositeMedia": { - "description": "A composite media composed of one or more media objects, set if reference_type is COMPOSITE_MEDIA. The media length field must be set to the sum of the lengths of all composite media objects. Note: All composite media must have length specified.", - "items": { - "$ref": "GdataCompositeMedia" - }, - "type": "array" - }, - "contentType": { - "description": "MIME type of the data", - "type": "string" - }, - "contentTypeInfo": { - "$ref": "GdataContentTypeInfo", - "description": "Extended content type information provided for Scotty uploads." - }, - "cosmoBinaryReference": { - "description": "A binary data reference for a media download. Serves as a technology-agnostic binary reference in some Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support JavaScript. This prevents us from including the actual type of this field.", - "format": "byte", - "type": "string" - }, - "crc32cHash": { - "description": "For Scotty Uploads: Scotty-provided hashes for uploads For Scotty Downloads: (WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.) A Hash provided by the agent to be used to verify the data being downloaded. Currently only supported for inline payloads. Further, only crc32c_hash is currently supported.", - "format": "uint32", - "type": "integer" - }, - "diffChecksumsResponse": { - "$ref": "GdataDiffChecksumsResponse", - "description": "Set if reference_type is DIFF_CHECKSUMS_RESPONSE." - }, - "diffDownloadResponse": { - "$ref": "GdataDiffDownloadResponse", - "description": "Set if reference_type is DIFF_DOWNLOAD_RESPONSE." - }, - "diffUploadRequest": { - "$ref": "GdataDiffUploadRequest", - "description": "Set if reference_type is DIFF_UPLOAD_REQUEST." - }, - "diffUploadResponse": { - "$ref": "GdataDiffUploadResponse", - "description": "Set if reference_type is DIFF_UPLOAD_RESPONSE." - }, - "diffVersionResponse": { - "$ref": "GdataDiffVersionResponse", - "description": "Set if reference_type is DIFF_VERSION_RESPONSE." - }, - "downloadParameters": { - "$ref": "GdataDownloadParameters", - "description": "Parameters for a media download." - }, - "filename": { - "description": "Original file name", - "type": "string" - }, - "hash": { - "deprecated": true, - "description": "Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.", - "type": "string" - }, - "hashVerified": { - "description": "For Scotty uploads only. If a user sends a hash code and the backend has requested that Scotty verify the upload against the client hash, Scotty will perform the check on behalf of the backend and will reject it if the hashes don't match. This is set to true if Scotty performed this verification.", - "type": "boolean" - }, - "inline": { - "description": "Media data, set if reference_type is INLINE", - "format": "byte", - "type": "string" - }, - "isPotentialRetry": { - "description": "|is_potential_retry| is set false only when Scotty is certain that it has not sent the request before. When a client resumes an upload, this field must be set true in agent calls, because Scotty cannot be certain that it has never sent the request before due to potential failure in the session state persistence.", - "type": "boolean" - }, - "length": { - "description": "Size of the data, in bytes", - "format": "int64", - "type": "string" - }, - "md5Hash": { - "description": "Scotty-provided MD5 hash for an upload.", - "format": "byte", - "type": "string" - }, - "mediaId": { - "description": "Media id to forward to the operation GetMedia. Can be set if reference_type is GET_MEDIA.", - "format": "byte", - "type": "string" - }, - "objectId": { - "$ref": "GdataObjectId", - "description": "Reference to a TI Blob, set if reference_type is BIGSTORE_REF." - }, - "path": { - "description": "Path to the data, set if reference_type is PATH", - "type": "string" - }, - "referenceType": { - "description": "Describes what the field reference contains.", - "enum": [ - "PATH", - "BLOB_REF", - "INLINE", - "GET_MEDIA", - "COMPOSITE_MEDIA", - "BIGSTORE_REF", - "DIFF_VERSION_RESPONSE", - "DIFF_CHECKSUMS_RESPONSE", - "DIFF_DOWNLOAD_RESPONSE", - "DIFF_UPLOAD_REQUEST", - "DIFF_UPLOAD_RESPONSE", - "COSMO_BINARY_REFERENCE", - "ARBITRARY_BYTES" - ], - "enumDescriptions": [ - "Reference contains a GFS path or a local path.", - "Reference points to a blobstore object. This could be either a v1 blob_ref or a v2 blobstore2_info. Clients should check blobstore2_info first, since v1 is being deprecated.", - "Data is included into this proto buffer", - "Data should be accessed from the current service using the operation GetMedia.", - "The content for this media object is stored across multiple partial media objects under the composite_media field.", - "Reference points to a bigstore object", - "Indicates the data is stored in diff_version_response.", - "Indicates the data is stored in diff_checksums_response.", - "Indicates the data is stored in diff_download_response.", - "Indicates the data is stored in diff_upload_request.", - "Indicates the data is stored in diff_upload_response.", - "Indicates the data is stored in cosmo_binary_reference.", - "Informs Scotty to generate a response payload with the size specified in the length field. The contents of the payload are generated by Scotty and are undefined. This is useful for testing download speeds between the user and Scotty without involving a real payload source. Note: range is not supported when using arbitrary_bytes." - ], - "type": "string" - }, - "sha1Hash": { - "description": "Scotty-provided SHA1 hash for an upload.", - "format": "byte", - "type": "string" - }, - "sha256Hash": { - "description": "Scotty-provided SHA256 hash for an upload.", - "format": "byte", - "type": "string" - }, - "timestamp": { - "description": "Time at which the media data was last updated, in milliseconds since UNIX epoch", - "format": "uint64", - "type": "string" - }, - "token": { - "description": "A unique fingerprint/version id for the media data", - "type": "string" - } - }, - "type": "object" - }, - "GdataObjectId": { - "description": "This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure issues with JavaScript support; see http://b/8801763.", - "id": "GdataObjectId", - "properties": { - "bucketName": { - "description": "The name of the bucket to which this object belongs.", - "type": "string" - }, - "generation": { - "description": "Generation of the object. Generations are monotonically increasing across writes, allowing them to be be compared to determine which generation is newer. If this is omitted in a request, then you are requesting the live object. See http://go/bigstore-versions", - "format": "int64", - "type": "string" - }, - "objectName": { - "description": "The name of the object.", - "type": "string" - } - }, - "type": "object" - }, "GoogleApiDistribution": { "description": "`Distribution` contains summary statistics for a population of values. It optionally contains a histogram representing the distribution of those values across a set of buckets. The summary statistics are the count, mean, sum of the squared deviation from the mean, the minimum, and the maximum of the set of population of values. The histogram is based on a sequence of buckets and gives a count of values that fall into each bucket. The boundaries of the buckets are given either explicitly or by formulas for buckets of fixed or exponentially increasing widths. Although it is not forbidden, it is generally a bad idea to include non-finite values (infinities or NaNs) in the population of values, as this will render the `mean` and `sum_of_squared_deviation` fields meaningless.", "id": "GoogleApiDistribution", @@ -9262,98 +9386,44 @@ "type": "boolean" } }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig": { - "description": "Configuration data for advance site search.", - "id": "GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig", - "properties": { - "disableAutomaticRefresh": { - "description": "If set true, automatic refresh is disabled for the DataStore.", - "type": "boolean" - }, - "disableInitialIndex": { - "description": "If set true, initial indexing is disabled for the DataStore.", - "type": "boolean" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1AlertPolicyConfig": { - "description": "The connector level alert config.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyConfig", - "properties": { - "alertEnrollments": { - "description": "Optional. The enrollment states of each alert.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment" - }, - "type": "array" - }, - "alertPolicyName": { - "description": "Immutable. The fully qualified resource name of the AlertPolicy.", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment": { - "description": "The alert enrollment status.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment", - "properties": { - "alertId": { - "description": "Immutable. The id of an alert.", - "type": "string" - }, - "enrollState": { - "description": "Required. The enrollment status of a customer.", - "enum": [ - "ENROLL_STATES_UNSPECIFIED", - "ENROLLED", - "DECLINED" - ], - "enumDescriptions": [ - "Default value. Used for customers who have not responded to the alert policy.", - "Customer is enrolled in this policy.", - "Customer declined this policy." - ], - "type": "string" + "type": "object" + }, + "GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig": { + "description": "Configuration data for advance site search.", + "id": "GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig", + "properties": { + "disableAutomaticRefresh": { + "description": "If set true, automatic refresh is disabled for the DataStore.", + "type": "boolean" + }, + "disableInitialIndex": { + "description": "If set true, initial indexing is disabled for the DataStore.", + "type": "boolean" } }, "type": "object" }, - "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig": { - "description": "The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector is of same usage. No easy way to migrate.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig", + "GoogleCloudDiscoveryengineV1AlertPolicyConfig": { + "description": "The connector level alert config.", + "id": "GoogleCloudDiscoveryengineV1AlertPolicyConfig", "properties": { "alertEnrollments": { - "description": "Optional. The enrollment state of each alert.", + "description": "Optional. The enrollment states of each alert.", "items": { - "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment" + "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment" }, "type": "array" }, - "alertPolicy": { + "alertPolicyName": { "description": "Immutable. The fully qualified resource name of the AlertPolicy.", "type": "string" - }, - "contactDetails": { - "description": "Optional. The contact details for each alert policy.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1ContactDetails" - }, - "type": "array" - }, - "languageCode": { - "description": "Optional. The language code used for notifications", - "type": "string" } }, "type": "object" }, - "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment": { + "GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment": { "description": "The alert enrollment status.", - "id": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment", + "id": "GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment", "properties": { "alertId": { "description": "Immutable. The id of an alert.", @@ -9362,7 +9432,7 @@ "enrollState": { "description": "Required. The enrollment status of a customer.", "enum": [ - "ENROLL_STATE_UNSPECIFIED", + "ENROLL_STATES_UNSPECIFIED", "ENROLLED", "DECLINED" ], @@ -9372,13 +9442,6 @@ "Customer declined this policy." ], "type": "string" - }, - "notificationParams": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails.", - "type": "object" } }, "type": "object" @@ -9445,6 +9508,14 @@ "$ref": "GoogleCloudDiscoveryengineV1AssistantCustomerPolicy", "description": "Optional. Customer policy for the assistant." }, + "description": { + "description": "Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant.", + "type": "string" + }, + "displayName": { + "description": "Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters.", + "type": "string" + }, "enabledTools": { "additionalProperties": { "$ref": "GoogleCloudDiscoveryengineV1AssistantToolList" @@ -9559,10 +9630,21 @@ "description": "Configuration for the generation of the assistant response.", "id": "GoogleCloudDiscoveryengineV1AssistantGenerationConfig", "properties": { + "allowedModelIds": { + "description": "Optional. The list of models that are allowed to be used for assistant.", + "items": { + "type": "string" + }, + "type": "array" + }, "defaultLanguage": { "description": "The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as `en`. If not specified, the language will be automatically detected.", "type": "string" }, + "defaultModelId": { + "description": "Optional. The default model to use for assistant.", + "type": "string" + }, "systemInstruction": { "$ref": "GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction", "description": "System instruction, also known as the prompt preamble for LLM calls. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions" @@ -9884,17 +9966,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1ContactDetails": { - "description": "The contact info stored in resource level. If both project level and resource level is populated, the resource level contact info will override the project level contact info.", - "id": "GoogleCloudDiscoveryengineV1ContactDetails", - "properties": { - "emailAddress": { - "description": "Optional. The email address of the contact.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1Control": { "description": "Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at serving time. Permitted actions dependent on `SolutionType`.", "id": "GoogleCloudDiscoveryengineV1Control", @@ -10731,6 +10802,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -11183,6 +11260,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -11285,6 +11366,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1CmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1EngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -11359,6 +11445,23 @@ "$ref": "GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -11894,10 +11997,6 @@ "description": "Information about users' licenses.", "id": "GoogleCloudDiscoveryengineV1LicenseConfig", "properties": { - "alertPolicyResourceConfig": { - "$ref": "GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig", - "description": "Optional. The alert policy config for this license config." - }, "autoRenew": { "description": "Optional. Whether the license config should be auto renewed when it reaches the end date.", "type": "boolean" @@ -11910,6 +12009,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -11995,6 +12099,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1Project", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -12027,6 +12136,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig", @@ -12045,6 +12176,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -12990,6 +13125,33 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1UserStore": { + "description": "Configures metadata that is used for End User entities.", + "id": "GoogleCloudDiscoveryengineV1UserStore", + "properties": { + "defaultLicenseConfig": { + "description": "Optional. The default subscription LicenseConfig for the UserStore, if UserStore.enable_license_auto_register is true, new users will automatically register under the default subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if `license_assignment_tier_rules` is not configured.", + "type": "string" + }, + "displayName": { + "description": "The display name of the User Store.", + "type": "string" + }, + "enableExpiredLicenseAutoUpdate": { + "description": "Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "enableLicenseAutoRegister": { + "description": "Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1WorkspaceConfig": { "description": "Config to store data store type configuration for workspace data", "id": "GoogleCloudDiscoveryengineV1WorkspaceConfig", @@ -14078,6 +14240,10 @@ "description": "A piece of content and possibly its grounding information. Not all content needs grounding. Phrases like \"Of course, I will gladly search it for you.\" do not need grounding.", "id": "GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent", "properties": { + "citationMetadata": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCitationMetadata", + "description": "Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check" + }, "content": { "$ref": "GoogleCloudDiscoveryengineV1alphaAssistantContent", "description": "The content." @@ -14302,6 +14468,60 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaCitation": { + "description": "Source attributions for content.", + "id": "GoogleCloudDiscoveryengineV1alphaCitation", + "properties": { + "endIndex": { + "description": "Output only. End index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "license": { + "description": "Output only. License of the attribution.", + "readOnly": true, + "type": "string" + }, + "publicationDate": { + "$ref": "GoogleTypeDate", + "description": "Output only. Publication date of the attribution.", + "readOnly": true + }, + "startIndex": { + "description": "Output only. Start index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "title": { + "description": "Output only. Title of the attribution.", + "readOnly": true, + "type": "string" + }, + "uri": { + "description": "Output only. Url reference of the attribution.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaCitationMetadata": { + "description": "A collection of source attributions for a piece of content.", + "id": "GoogleCloudDiscoveryengineV1alphaCitationMetadata", + "properties": { + "citations": { + "description": "Output only. List of citations.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCitation" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaCmekConfig": { "description": "Configurations used to enable CMEK data encryption with Cloud KMS keys.", "id": "GoogleCloudDiscoveryengineV1alphaCmekConfig", @@ -15568,6 +15788,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -15761,6 +15987,23 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata": { + "description": "Metadata related to the progress of the AgentService.DeleteAgent operation. This will be returned by the google.longrunning.Operation.metadata field.", + "id": "GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata", + "properties": { + "createTime": { + "description": "Operation create time.", + "format": "google-datetime", + "type": "string" + }, + "updateTime": { + "description": "Operation last update time. If the operation is done, this is also the finish time.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata": { "description": "Metadata related to the progress of the CmekConfigService.DeleteCmekConfig operation. This will be returned by the google.longrunning.Operation.metadata field.", "id": "GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata", @@ -15908,6 +16151,23 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata": { + "description": "Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user store, return the number of end users successfully deleted or failed to delete in the metadata.", + "id": "GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata", + "properties": { + "failureCount": { + "description": "The number of end users under the user store that failed to be deleted.", + "format": "int64", + "type": "string" + }, + "successCount": { + "description": "The number of end users under the user store that were successfully deleted.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaDestinationConfig": { "description": "Defines target endpoints used to connect to third-party sources.", "id": "GoogleCloudDiscoveryengineV1alphaDestinationConfig", @@ -16067,6 +16327,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -16169,6 +16433,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1alphaCmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1alphaEngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -16243,6 +16512,23 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -17300,6 +17586,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -17501,6 +17792,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1alphaProject", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -17533,6 +17829,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig", @@ -17551,6 +17869,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -18193,6 +18515,13 @@ "$ref": "GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec", "description": "A specification for configuring the behavior of content search." }, + "crowdingSpecs": { + "description": "Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, crowding will be evaluated on each unique combination of the `field` values, and max_count will be the maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = \"color\" and `max_count` = 3, and the second CrowdingSpec has `field` = \"size\" and `max_count` = 2, then after 3 documents that share the same color AND size have been returned, subsequent ones should be removed or demoted.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec" + }, + "type": "array" + }, "customFineTuningSpec": { "$ref": "GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec", "description": "Custom fine tuning configs. If set, it has higher priority than the configs set in ServingConfig.custom_fine_tuning_spec." @@ -18249,6 +18578,13 @@ "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", "type": "string" }, + "pageCategories": { + "description": "Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where \"RTX > 4090\" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition`", + "items": { + "type": "string" + }, + "type": "array" + }, "pageSize": { "description": "Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned.", "format": "int32", @@ -18376,7 +18712,7 @@ "type": "object" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "type": "string" } }, @@ -18670,10 +19006,40 @@ "FIGURE_GENERATION_ONLY" ], "enumDescriptions": [ - "Unspecified image source (multimodal feature is disabled by default).", - "Behavior when service determines the pick from all available sources.", - "Includes image from corpus in the answer.", - "Triggers figure generation in the answer." + "Unspecified image source (multimodal feature is disabled by default).", + "Behavior when service determines the pick from all available sources.", + "Includes image from corpus in the answer.", + "Triggers figure generation in the answer." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec": { + "description": "Specification for crowding. Crowding improves the diversity of search results by limiting the number of results that share the same field value. For example, crowding on the color field with a max_count of 3 and mode DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages.", + "id": "GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec", + "properties": { + "field": { + "description": "The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is case sensitive.", + "type": "string" + }, + "maxCount": { + "description": "The maximum number of documents to keep per value of the field. Once there are at least max_count previous results which contain the same value for the given field (according to the order specified in `order_by`), later results with the same value are \"crowded away\". If not specified, the default value is 1.", + "format": "int32", + "type": "integer" + }, + "mode": { + "description": "Mode to use for documents that are crowded away.", + "enum": [ + "MODE_UNSPECIFIED", + "DROP_CROWDED_RESULTS", + "DEMOTE_CROWDED_RESULTS_TO_END" + ], + "enumDescriptions": [ + "Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.", + "Drop crowded results.", + "Demote crowded results to the later pages." ], "type": "string" } @@ -19045,6 +19411,13 @@ "description": "Optional. Whether the session is pinned, pinned session will be displayed on the top of the session list.", "type": "boolean" }, + "labels": { + "description": "Optional. The labels for the session. Can be set as filter in ListSessionsRequest.", + "items": { + "type": "string" + }, + "type": "array" + }, "name": { "description": "Immutable. Fully qualified name `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*`", "type": "string" @@ -19722,7 +20095,7 @@ "description": "Optional. Information about the end user. This should be the same identifier information as UserEvent.user_info and SearchRequest.user_info." }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128", "type": "string" } }, @@ -19987,67 +20360,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig": { - "description": "The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector is of same usage. No easy way to migrate.", - "id": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig", - "properties": { - "alertEnrollments": { - "description": "Optional. The enrollment state of each alert.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment" - }, - "type": "array" - }, - "alertPolicy": { - "description": "Immutable. The fully qualified resource name of the AlertPolicy.", - "type": "string" - }, - "contactDetails": { - "description": "Optional. The contact details for each alert policy.", - "items": { - "$ref": "GoogleCloudDiscoveryengineV1betaContactDetails" - }, - "type": "array" - }, - "languageCode": { - "description": "Optional. The language code used for notifications", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment": { - "description": "The alert enrollment status.", - "id": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment", - "properties": { - "alertId": { - "description": "Immutable. The id of an alert.", - "type": "string" - }, - "enrollState": { - "description": "Required. The enrollment status of a customer.", - "enum": [ - "ENROLL_STATE_UNSPECIFIED", - "ENROLLED", - "DECLINED" - ], - "enumDescriptions": [ - "Default value. Used for customers who have not responded to the alert policy.", - "Customer is enrolled in this policy.", - "Customer declined this policy." - ], - "type": "string" - }, - "notificationParams": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails.", - "type": "object" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1betaAlloyDbSource": { "description": "AlloyDB source import data from.", "id": "GoogleCloudDiscoveryengineV1betaAlloyDbSource", @@ -21541,6 +21853,14 @@ "$ref": "GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy", "description": "Optional. Customer policy for the assistant." }, + "description": { + "description": "Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant.", + "type": "string" + }, + "displayName": { + "description": "Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters.", + "type": "string" + }, "enabledTools": { "additionalProperties": { "$ref": "GoogleCloudDiscoveryengineV1betaAssistantToolList" @@ -21759,10 +22079,21 @@ "description": "Configuration for the generation of the assistant response.", "id": "GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig", "properties": { + "allowedModelIds": { + "description": "Optional. The list of models that are allowed to be used for assistant.", + "items": { + "type": "string" + }, + "type": "array" + }, "defaultLanguage": { "description": "The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as `en`. If not specified, the language will be automatically detected.", "type": "string" }, + "defaultModelId": { + "description": "Optional. The default model to use for assistant.", + "type": "string" + }, "systemInstruction": { "$ref": "GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction", "description": "System instruction, also known as the prompt preamble for LLM calls. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions" @@ -21785,6 +22116,10 @@ "description": "A piece of content and possibly its grounding information. Not all content needs grounding. Phrases like \"Of course, I will gladly search it for you.\" do not need grounding.", "id": "GoogleCloudDiscoveryengineV1betaAssistantGroundedContent", "properties": { + "citationMetadata": { + "$ref": "GoogleCloudDiscoveryengineV1betaCitationMetadata", + "description": "Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check" + }, "content": { "$ref": "GoogleCloudDiscoveryengineV1betaAssistantContent", "description": "The content." @@ -22615,6 +22950,60 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaCitation": { + "description": "Source attributions for content.", + "id": "GoogleCloudDiscoveryengineV1betaCitation", + "properties": { + "endIndex": { + "description": "Output only. End index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "license": { + "description": "Output only. License of the attribution.", + "readOnly": true, + "type": "string" + }, + "publicationDate": { + "$ref": "GoogleTypeDate", + "description": "Output only. Publication date of the attribution.", + "readOnly": true + }, + "startIndex": { + "description": "Output only. Start index into the content.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "title": { + "description": "Output only. Title of the attribution.", + "readOnly": true, + "type": "string" + }, + "uri": { + "description": "Output only. Url reference of the attribution.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1betaCitationMetadata": { + "description": "A collection of source attributions for a piece of content.", + "id": "GoogleCloudDiscoveryengineV1betaCitationMetadata", + "properties": { + "citations": { + "description": "Output only. List of citations.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1betaCitation" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaCloudSqlSource": { "description": "Cloud SQL source import data from.", "id": "GoogleCloudDiscoveryengineV1betaCloudSqlSource", @@ -22880,17 +23269,6 @@ }, "type": "object" }, - "GoogleCloudDiscoveryengineV1betaContactDetails": { - "description": "The contact info stored in resource level. If both project level and resource level is populated, the resource level contact info will override the project level contact info.", - "id": "GoogleCloudDiscoveryengineV1betaContactDetails", - "properties": { - "emailAddress": { - "description": "Optional. The email address of the contact.", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudDiscoveryengineV1betaControl": { "description": "Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at serving time. Permitted actions dependent on `SolutionType`.", "id": "GoogleCloudDiscoveryengineV1betaControl", @@ -23521,6 +23899,12 @@ ], "type": "string" }, + "configurableBillingApproachUpdateTime": { + "description": "Output only. The timestamp when configurable_billing_approach was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, "contentConfig": { "description": "Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.", "enum": [ @@ -24109,6 +24493,10 @@ "description": "Optional. If true, the LLM based annotation is added to the image during parsing.", "type": "boolean" }, + "enableLlmLayoutParsing": { + "description": "Optional. If true, the pdf layout will be refined using an LLM.", + "type": "boolean" + }, "enableTableAnnotation": { "description": "Optional. If true, the LLM based annotation is added to the table during parsing.", "type": "boolean" @@ -24243,6 +24631,11 @@ "description": "Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.", "readOnly": true }, + "cmekConfig": { + "$ref": "GoogleCloudDiscoveryengineV1betaCmekConfig", + "description": "Output only. CMEK-related information for the Engine.", + "readOnly": true + }, "commonConfig": { "$ref": "GoogleCloudDiscoveryengineV1betaEngineCommonConfig", "description": "Common config spec that specifies the metadata of the engine." @@ -24317,6 +24710,23 @@ "$ref": "GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig", "description": "Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical." }, + "modelConfigs": { + "additionalProperties": { + "enum": [ + "MODEL_STATE_UNSPECIFIED", + "MODEL_ENABLED", + "MODEL_DISABLED" + ], + "enumDescriptions": [ + "The model state is unspecified.", + "The model is enabled by admin.", + "The model is disabled by admin." + ], + "type": "string" + }, + "description": "Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it.", + "type": "object" + }, "name": { "description": "Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.", "type": "string" @@ -25497,10 +25907,6 @@ "description": "Information about users' licenses.", "id": "GoogleCloudDiscoveryengineV1betaLicenseConfig", "properties": { - "alertPolicyResourceConfig": { - "$ref": "GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig", - "description": "Optional. The alert policy config for this license config." - }, "autoRenew": { "description": "Optional. Whether the license config should be auto renewed when it reaches the end date.", "type": "boolean" @@ -25513,6 +25919,11 @@ "description": "Optional. Whether the license config is for free trial.", "type": "boolean" }, + "geminiBundle": { + "description": "Output only. Whether the license config is for Gemini bundle.", + "readOnly": true, + "type": "boolean" + }, "licenseCount": { "description": "Required. Number of licenses purchased.", "format": "int64", @@ -25594,6 +26005,40 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats": { + "description": "Stats about users' licenses.", + "id": "GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats", + "properties": { + "licenseConfig": { + "description": "Required. The LicenseConfig name.", + "type": "string" + }, + "usedLicenseCount": { + "description": "Required. The number of licenses used.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDiscoveryengineV1betaListAssistantsResponse": { + "description": "Response message for the AssistantService.ListAssistants method.", + "id": "GoogleCloudDiscoveryengineV1betaListAssistantsResponse", + "properties": { + "assistants": { + "description": "All the customer's Assistants.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1betaAssistant" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse": { "description": "Response message for CmekConfigService.ListCmekConfigs method.", "id": "GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse", @@ -25801,6 +26246,20 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse": { + "description": "Response message for UserLicenseService.ListLicenseConfigUsageStats method.", + "id": "GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse", + "properties": { + "licenseConfigUsageStats": { + "description": "All the customer's LicenseConfigUsageStats.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse": { "description": "Response message for SampleQueryService.ListSampleQueries method.", "id": "GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse", @@ -26114,6 +26573,11 @@ "description": "Metadata and configurations for a Google Cloud project in the service.", "id": "GoogleCloudDiscoveryengineV1betaProject", "properties": { + "configurableBillingStatus": { + "$ref": "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus", + "description": "Output only. The current status of the project's configurable billing.", + "readOnly": true + }, "createTime": { "description": "Output only. The timestamp when this project is created.", "format": "google-datetime", @@ -26146,6 +26610,28 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus": { + "description": "Represents the currently effective configurable billing parameters. These values are derived from the customer's subscription history stored internally and reflect the thresholds actively being used for billing purposes at the time of the GetProject call. This includes the start_time of the subscription and may differ from the values in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new month).", + "id": "GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus", + "properties": { + "effectiveIndexingCoreThreshold": { + "description": "Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "effectiveSearchQpmThreshold": { + "description": "Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.", + "format": "int64", + "type": "string" + }, + "startTime": { + "description": "Optional. The start time of the currently active billing subscription.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig": { "description": "Customer provided configurations.", "id": "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig", @@ -26164,6 +26650,10 @@ "modelArmorConfig": { "$ref": "GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig", "description": "Model Armor configuration to be used for sanitizing user prompts and LLM responses." + }, + "optOutNotebookSharing": { + "description": "Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.", + "type": "boolean" } }, "type": "object" @@ -27125,6 +27615,13 @@ "$ref": "GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec", "description": "A specification for configuring the behavior of content search." }, + "crowdingSpecs": { + "description": "Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, crowding will be evaluated on each unique combination of the `field` values, and max_count will be the maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = \"color\" and `max_count` = 3, and the second CrowdingSpec has `field` = \"size\" and `max_count` = 2, then after 3 documents that share the same color AND size have been returned, subsequent ones should be removed or demoted.", + "items": { + "$ref": "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec" + }, + "type": "array" + }, "dataStoreSpecs": { "description": "Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. For engines with a single data store, the specs directly under SearchRequest should be used.", "items": { @@ -27177,6 +27674,13 @@ "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", "type": "string" }, + "pageCategories": { + "description": "Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where \"RTX > 4090\" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition`", + "items": { + "type": "string" + }, + "type": "array" + }, "pageSize": { "description": "Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned.", "format": "int32", @@ -27300,7 +27804,7 @@ "type": "object" }, "userPseudoId": { - "description": "A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", + "description": "Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. This field should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.", "type": "string" } }, @@ -27604,6 +28108,36 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec": { + "description": "Specification for crowding. Crowding improves the diversity of search results by limiting the number of results that share the same field value. For example, crowding on the color field with a max_count of 3 and mode DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages.", + "id": "GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec", + "properties": { + "field": { + "description": "The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is case sensitive.", + "type": "string" + }, + "maxCount": { + "description": "The maximum number of documents to keep per value of the field. Once there are at least max_count previous results which contain the same value for the given field (according to the order specified in `order_by`), later results with the same value are \"crowded away\". If not specified, the default value is 1.", + "format": "int32", + "type": "integer" + }, + "mode": { + "description": "Mode to use for documents that are crowded away.", + "enum": [ + "MODE_UNSPECIFIED", + "DROP_CROWDED_RESULTS", + "DEMOTE_CROWDED_RESULTS_TO_END" + ], + "enumDescriptions": [ + "Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.", + "Drop crowded results.", + "Demote crowded results to the later pages." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec": { "description": "A struct to define data stores to filter on in a search call and configurations for those data stores. Otherwise, an `INVALID_ARGUMENT` error is returned.", "id": "GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec", @@ -28934,6 +29468,13 @@ "description": "Optional. Whether the session is pinned, pinned session will be displayed on the top of the session list.", "type": "boolean" }, + "labels": { + "description": "Optional. The labels for the session. Can be set as filter in ListSessionsRequest.", + "items": { + "type": "string" + }, + "type": "array" + }, "name": { "description": "Immutable. Fully qualified name `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*`", "type": "string" @@ -29297,9 +29838,16 @@ "description": "A global unique ID that identifies the current pair of request and stream of responses. Used for feedback and support.", "type": "string" }, + "invocationTools": { + "description": "The tool names of the tools that were invoked.", + "items": { + "type": "string" + }, + "type": "array" + }, "sessionInfo": { "$ref": "GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo", - "description": "Session information." + "description": "Session information. Only included in the final StreamAssistResponse of the response stream." } }, "type": "object" @@ -29838,6 +30386,33 @@ }, "type": "object" }, + "GoogleCloudDiscoveryengineV1betaUserStore": { + "description": "Configures metadata that is used for End User entities.", + "id": "GoogleCloudDiscoveryengineV1betaUserStore", + "properties": { + "defaultLicenseConfig": { + "description": "Optional. The default subscription LicenseConfig for the UserStore, if UserStore.enable_license_auto_register is true, new users will automatically register under the default subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be assigned with license and will be blocked for Vertex AI Search features. This is used if `license_assignment_tier_rules` is not configured.", + "type": "string" + }, + "displayName": { + "description": "The display name of the User Store.", + "type": "string" + }, + "enableExpiredLicenseAutoUpdate": { + "description": "Optional. Whether to enable license auto update for users in this User Store. If true, users with expired licenses will automatically be updated to use the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "enableLicenseAutoRegister": { + "description": "Optional. Whether to enable license auto register for users in this User Store. If true, new users will automatically register under the default license config as long as the default license config has seats left.", + "type": "boolean" + }, + "name": { + "description": "Immutable. The full resource name of the User Store, in the format of `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDiscoveryengineV1betaWorkspaceConfig": { "description": "Config to store data store type configuration for workspace data", "id": "GoogleCloudDiscoveryengineV1betaWorkspaceConfig", @@ -29905,7 +30480,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/displayvideo.v2.json b/DiscoveryJson/displayvideo.v2.json index cebe8fe99b7..4e13910de30 100644 --- a/DiscoveryJson/displayvideo.v2.json +++ b/DiscoveryJson/displayvideo.v2.json @@ -9081,7 +9081,7 @@ } } }, - "revision": "20250925", + "revision": "20251027", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActivateManualTriggerRequest": { @@ -12074,7 +12074,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -12094,6 +12095,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -12114,7 +12116,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } @@ -15926,12 +15929,14 @@ "enum": [ "SUSPICIOUS_ACTIVITY_UNSPECIFIED", "SUSPICIOUS_ACTIVITY_HR", - "SUSPICIOUS_ACTIVITY_HMR" + "SUSPICIOUS_ACTIVITY_HMR", + "SUSPICIOUS_ACTIVITY_FD" ], "enumDescriptions": [ "This enum is only a placeholder and it doesn't specify any ad fraud prevention options.", "Ad Fraud - Exclude High Risk.", - "Ad Fraud - Exclude High and Moderate Risk." + "Ad Fraud - Exclude High and Moderate Risk.", + "Ad Fraud - Exclude Fraudulent Device." ], "type": "string" }, @@ -19420,7 +19425,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -19440,6 +19446,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -19460,7 +19467,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } @@ -19512,7 +19520,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -19532,6 +19541,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -19552,7 +19562,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } diff --git a/DiscoveryJson/displayvideo.v3.json b/DiscoveryJson/displayvideo.v3.json index 21286e30e74..8c1a1075795 100644 --- a/DiscoveryJson/displayvideo.v3.json +++ b/DiscoveryJson/displayvideo.v3.json @@ -9268,7 +9268,7 @@ } } }, - "revision": "20250925", + "revision": "20251027", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActiveViewVideoViewabilityMetricConfig": { @@ -9401,8 +9401,7 @@ "AD_GROUP_FORMAT_AUDIO", "AD_GROUP_FORMAT_RESPONSIVE", "AD_GROUP_FORMAT_REACH", - "AD_GROUP_FORMAT_MASTHEAD", - "AD_GROUP_FORMAT_DEMAND_GEN" + "AD_GROUP_FORMAT_MASTHEAD" ], "enumDescriptions": [ "Format value is not specified or is unknown in this version.", @@ -9413,8 +9412,7 @@ "Non-skippable in-stream audio ads.", "Responsive ads.", "[Effective reach ad groups] (https://support.google.com/displayvideo/answer/9173684), including in-stream and bumper ads.", - "Masthead Ad that is surfaced on the top slot on the YouTube homepage.", - "Demand Gen ads." + "Masthead Ad that is surfaced on the top slot on the YouTube homepage." ], "type": "string" }, @@ -9486,10 +9484,14 @@ "type": "string" }, "adGroupId": { - "description": "The unique ID of the ad group that the ad belongs to.", + "description": "The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand Gen ads are not currently retrieveable using `advertisers.adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can be identified by the absence of the `ad_details` union field.", "format": "int64", "type": "string" }, + "adPolicy": { + "$ref": "AdPolicy", + "description": "The policy approval status of the ad." + }, "adUrls": { "description": "List of URLs used by the ad.", "items": { @@ -9581,6 +9583,565 @@ }, "type": "object" }, + "AdPolicy": { + "description": "A single ad policy associated with an ad group ad.", + "id": "AdPolicy", + "properties": { + "adPolicyApprovalStatus": { + "description": "The policy approval status of an ad, indicating the approval decision.", + "enum": [ + "AD_POLICY_APPROVAL_STATUS_UNKNOWN", + "DISAPPROVED", + "APPROVED_LIMITED", + "APPROVED", + "AREA_OF_INTEREST_ONLY" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "Will not serve.", + "Will serve with restrictions.", + "Will serve without restrictions.", + "Will not serve in targeted countries, but may serve for users who are searching for information about the targeted countries." + ], + "type": "string" + }, + "adPolicyReviewStatus": { + "description": "The policy review status of an ad, indicating where in the review process the ad is currently.", + "enum": [ + "AD_POLICY_REVIEW_STATUS_UNKNOWN", + "REVIEW_IN_PROGRESS", + "REVIEWED", + "UNDER_APPEAL", + "ELIGIBLE_MAY_SERVE" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "Currently under review.", + "Primary review complete. Other reviews may still be in progress.", + "Resubmitted for approval or a policy decision has been appealed.", + "Deemed eligible and may be serving. Further review could still follow." + ], + "type": "string" + }, + "adPolicyTopicEntry": { + "description": "The entries for each policy topic identified as relating to the ad. Each entry includes the topic, restriction level, and guidance on how to fix policy issues.", + "items": { + "$ref": "AdPolicyTopicEntry" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyCriterionRestriction": { + "description": "Represents a country restriction.", + "id": "AdPolicyCriterionRestriction", + "properties": { + "countryCriterionId": { + "description": "The country criterion id.", + "format": "int64", + "type": "string" + }, + "countryLabel": { + "description": "Localized name for the country. May be empty.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicAppealInfo": { + "description": "Information on how to appeal a policy decision.", + "id": "AdPolicyTopicAppealInfo", + "properties": { + "appealFormLink": { + "description": "Only available when appeal_type is `APPEAL_FORM`.", + "type": "string" + }, + "appealType": { + "description": "Whether the decision can be appealed through a self-service appeal or an appeal form.", + "enum": [ + "AD_POLICY_APPEAL_TYPE_UNKNOWN", + "SELF_SERVICE_APPEAL", + "APPEAL_FORM" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "The decision can be appealed through a self-service appeal.", + "The decision can be appealed using an appeal form." + ], + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicConstraint": { + "description": "Details on ad serving constraints.", + "id": "AdPolicyTopicConstraint", + "properties": { + "certificateDomainMismatchCountryList": { + "$ref": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "description": "Countries where the resource's domain is not covered by the certificates associated with it." + }, + "certificateMissingCountryList": { + "$ref": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "description": "Countries where a certificate is required for serving." + }, + "countryConstraint": { + "$ref": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "description": "Countries where the ad cannot serve." + }, + "globalCertificateDomainMismatch": { + "$ref": "AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint", + "description": "Certificate is required to serve in any country and the existing certificate does not cover the ad's domain." + }, + "globalCertificateMissing": { + "$ref": "AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint", + "description": "Certificate is required to serve in any country." + }, + "requestCertificateFormLink": { + "description": "Link to the form to request a certificate for the constraint.", + "type": "string" + }, + "resellerConstraint": { + "$ref": "AdPolicyTopicConstraintAdPolicyResellerConstraint", + "description": "Reseller constraint." + } + }, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyCountryConstraintList": { + "description": "A list of countries where the ad cannot serve due to policy constraints.", + "id": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "properties": { + "countries": { + "description": "Countries where the ad cannot serve.", + "items": { + "$ref": "AdPolicyCriterionRestriction" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint": { + "description": "Certificate is required to serve in any country and the existing certificate does not cover the ad's domain.", + "id": "AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint", + "properties": {}, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint": { + "description": "Certificate is required to serve in any country.", + "id": "AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint", + "properties": {}, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyResellerConstraint": { + "description": "Policy topic was constrained due to disapproval of the website for reseller purposes.", + "id": "AdPolicyTopicConstraintAdPolicyResellerConstraint", + "properties": {}, + "type": "object" + }, + "AdPolicyTopicEntry": { + "description": "An entry describing how an ad has been identified as relating to an ad policy.", + "id": "AdPolicyTopicEntry", + "properties": { + "appealInfo": { + "$ref": "AdPolicyTopicAppealInfo", + "description": "Information on how to appeal the policy decision." + }, + "helpCenterLink": { + "description": "Ad policy help center link for the policy topic.", + "type": "string" + }, + "policyDecisionType": { + "description": "The source of the policy decision.", + "enum": [ + "AD_POLICY_DECISION_TYPE_UNKNOWN", + "PURSUANT_TO_NOTICE", + "GOOGLE_INVESTIGATION" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "The decision is from a legal notice, court order, or trademark content owner complaint, etc.", + "The decision is from a Google-owned investigation." + ], + "type": "string" + }, + "policyEnforcementMeans": { + "description": "The policy enforcement means used in the policy review.", + "enum": [ + "AD_POLICY_ENFORCEMENT_MEANS_UNKNOWN", + "AUTOMATED", + "HUMAN_REVIEW" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "The enforcement process was fully automated.", + "A human was partially or fully involved in the decision enforcement process." + ], + "type": "string" + }, + "policyLabel": { + "description": "Localized label text for policy. Examples include \"Trademarks in text\", \"Contains Alcohol\", etc.", + "type": "string" + }, + "policyTopic": { + "description": "The policy topic. Examples include \"TRADEMARKS\", \"ALCOHOL\", etc.", + "type": "string" + }, + "policyTopicConstraints": { + "description": "The serving constraints relevant to the policy decision.", + "items": { + "$ref": "AdPolicyTopicConstraint" + }, + "type": "array" + }, + "policyTopicDescription": { + "description": "A short summary description of the policy topic.", + "type": "string" + }, + "policyTopicEvidences": { + "description": "The evidence used in the policy decision.", + "items": { + "$ref": "AdPolicyTopicEvidence" + }, + "type": "array" + }, + "policyTopicType": { + "description": "How ad serving will be affected due to the relation to the ad policy topic.", + "enum": [ + "AD_POLICY_TOPIC_ENTRY_TYPE_UNKNOWN", + "PROHIBITED", + "FULLY_LIMITED", + "LIMITED", + "DESCRIPTIVE", + "BROADENING", + "AREA_OF_INTEREST_ONLY" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "The resource will not serve.", + "The resource will not serve in all targeted countries.", + "The resource cannot serve in some countries.", + "The resource can serve.", + "The resource can serve, and may serve beyond normal coverage.", + "The resource is constrained for all targeted countries, but may serve for users who are searching for information about the targeted countries." + ], + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidence": { + "description": "Evidence information used in the policy decision.", + "id": "AdPolicyTopicEvidence", + "properties": { + "counterfeit": { + "$ref": "AdPolicyTopicEvidenceCounterfeit", + "description": "Counterfeit enforcement that caused a policy violation." + }, + "destinationMismatch": { + "$ref": "AdPolicyTopicEvidenceDestinationMismatch", + "description": "A mismatch between the ad destination URLs." + }, + "destinationNotWorking": { + "$ref": "AdPolicyTopicEvidenceDestinationNotWorking", + "description": "Information on HTTP or DNS errors related to the ad destination." + }, + "destinationTextList": { + "$ref": "AdPolicyTopicEvidenceDestinationTextList", + "description": "The text in the destination of the ad that is causing a policy violation." + }, + "httpCode": { + "description": "HTTP code returned when the final URL was crawled.", + "format": "int32", + "type": "integer" + }, + "languageCode": { + "description": "The language the ad was detected to be written in. This field uses IETF language tags, such as \"en-US\".", + "type": "string" + }, + "legalRemoval": { + "$ref": "AdPolicyTopicEvidenceLegalRemoval", + "description": "Legal related regulation enforcement that caused a policy violation." + }, + "regionalRequirements": { + "$ref": "AdPolicyTopicEvidenceRegionalRequirements", + "description": "T&S proactive enforcement that caused a policy violation." + }, + "textList": { + "$ref": "AdPolicyTopicEvidenceTextList", + "description": "List of evidence found in the text of the ad." + }, + "trademark": { + "$ref": "AdPolicyTopicEvidenceTrademark", + "description": "Trademark terms that caused a policy violation." + }, + "websiteList": { + "$ref": "AdPolicyTopicEvidenceWebsiteList", + "description": "List of websites linked with the ad." + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceCounterfeit": { + "description": "Details on the counterfeit enforcement that caused a policy violation.", + "id": "AdPolicyTopicEvidenceCounterfeit", + "properties": { + "owners": { + "description": "The content or product owners that made a complaint.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceDestinationMismatch": { + "description": "Details on a mismatch between destination URL types.", + "id": "AdPolicyTopicEvidenceDestinationMismatch", + "properties": { + "uriTypes": { + "description": "The set of URLs that do not match. The list can include single or multiple uri types. Example 1: [`DISPLAY_URL`, `FINAL_URL`] means ad display URL does not match with the ad final URL. Example 2: [`FINAL_URL`] means ad final URL did not match the crawled url, which is also considered as destination mismatch.", + "items": { + "enum": [ + "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_MISMATCH_URL_TYPE_UNKNOWN", + "DISPLAY_URL", + "FINAL_URL", + "FINAL_MOBILE_URL", + "TRACKING_URL", + "MOBILE_TRACKING_URL" + ], + "enumDescriptions": [ + "Not specified or unknown.", + "The display URL.", + "The final URL.", + "The final mobile URL.", + "The tracking URL.", + "The mobile tracking URL." + ], + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceDestinationNotWorking": { + "description": "Details for on HTTP or DNS errors related to the ad destination.", + "id": "AdPolicyTopicEvidenceDestinationNotWorking", + "properties": { + "device": { + "description": "The device where visiting the URL resulted in the error.", + "enum": [ + "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DEVICE_TYPE_UNKNOWN", + "DESKTOP", + "ANDROID", + "IOS" + ], + "enumDescriptions": [ + "Not specified or unknown.", + "Desktop device.", + "Android device.", + "iOS device." + ], + "type": "string" + }, + "dnsErrorType": { + "description": "The type of DNS error.", + "enum": [ + "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DNS_ERROR_TYPE_UNKNOWN", + "HOSTNAME_NOT_FOUND", + "GOOGLE_CRAWLER_DNS_ISSUE" + ], + "enumDescriptions": [ + "Not specified or unknown.", + "Host name not found in DNS when fetching landing page.", + "Google could not crawl the landing page when communicating with DNS." + ], + "type": "string" + }, + "expandedUri": { + "description": "The full URL that didn't work.", + "type": "string" + }, + "httpErrorCode": { + "description": "The HTTP error code.", + "format": "int64", + "type": "string" + }, + "lastCheckedTime": { + "description": "The last time the error was seen when navigating to URL.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceDestinationTextList": { + "description": "A list of destination text that violated the policy.", + "id": "AdPolicyTopicEvidenceDestinationTextList", + "properties": { + "destinationTexts": { + "description": "Destination text that caused the policy finding.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceLegalRemoval": { + "description": "Legal related regulation enforcement, either from DMCA or local legal regulation.", + "id": "AdPolicyTopicEvidenceLegalRemoval", + "properties": { + "complaintType": { + "description": "The type of complaint causing the legal removal.", + "enum": [ + "AD_POLICY_TOPIC_EVIDENCE_LEGAL_REMOVAL_COMPLAINT_TYPE_UNKNOWN", + "COPYRIGHT", + "COURT_ORDER", + "LOCAL_LEGAL" + ], + "enumDescriptions": [ + "Not specified or unknown.", + "Copyright. Only applies to DMCA.", + "Court order. Only applies to local legal.", + "Local legal regulation. Only applies to local legal." + ], + "type": "string" + }, + "countryRestrictions": { + "description": "The countries restricted due to the legal removal.", + "items": { + "$ref": "AdPolicyCriterionRestriction" + }, + "type": "array" + }, + "dmca": { + "$ref": "AdPolicyTopicEvidenceLegalRemovalDmca", + "description": "Details on the DMCA regulation legal removal." + }, + "localLegal": { + "$ref": "AdPolicyTopicEvidenceLegalRemovalLocalLegal", + "description": "Details on the local legal regulation legal removal." + }, + "restrictedUris": { + "description": "The urls restricted due to the legal removal.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceLegalRemovalDmca": { + "description": "DMCA complaint details.", + "id": "AdPolicyTopicEvidenceLegalRemovalDmca", + "properties": { + "complainant": { + "description": "The entity who made the legal complaint.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceLegalRemovalLocalLegal": { + "description": "Local legal regulation details.", + "id": "AdPolicyTopicEvidenceLegalRemovalLocalLegal", + "properties": { + "lawType": { + "description": "Type of law for the legal notice.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceRegionalRequirements": { + "description": "Trust & Safety (T&S) proactive enforcement for policies meant to address regional requirements. This is considered a Google-owned investigation instead of a regulation notice since it's proactive T&S enforcement.", + "id": "AdPolicyTopicEvidenceRegionalRequirements", + "properties": { + "regionalRequirementsEntries": { + "description": "List of regional requirements.", + "items": { + "$ref": "AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry": { + "description": "Policy level regional legal violation details.", + "id": "AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry", + "properties": { + "countryRestrictions": { + "description": "The countries restricted due to the legal policy.", + "items": { + "$ref": "AdPolicyCriterionRestriction" + }, + "type": "array" + }, + "legalPolicy": { + "description": "The legal policy that is being violated.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceTextList": { + "description": "A list of fragments of text that violated the policy.", + "id": "AdPolicyTopicEvidenceTextList", + "properties": { + "texts": { + "description": "The fragments of text from the resource that caused the policy finding.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceTrademark": { + "description": "Trademark terms that caused a policy violation.", + "id": "AdPolicyTopicEvidenceTrademark", + "properties": { + "countryRestrictions": { + "description": "Countries where the policy violation is relevant.", + "items": { + "$ref": "AdPolicyCriterionRestriction" + }, + "type": "array" + }, + "owner": { + "description": "The trademark content owner.", + "type": "string" + }, + "term": { + "description": "The trademark term.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceWebsiteList": { + "description": "A list of websites that violated the policy.", + "id": "AdPolicyTopicEvidenceWebsiteList", + "properties": { + "websites": { + "description": "Websites that caused the policy finding.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "AdUrl": { "description": "Additional URLs related to the ad, including beacons.", "id": "AdUrl", @@ -10768,7 +11329,7 @@ "Creative height and width in pixels. Value is stored in the creativeDimensionValue field of the comparison value.", "Video content duration. Value is stored in the contentDurationValue field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`.", "Video delivery type. Value is stored in the contentStreamTypeValue field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`.", - "Video genre id. Value is stored in the int64Value field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`." + "Video genre id. Value is stored in the contentGenreIdValue field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`." ], "type": "string" } @@ -13580,7 +14141,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -13600,6 +14162,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -13620,7 +14183,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } @@ -17893,12 +18457,14 @@ "enum": [ "SUSPICIOUS_ACTIVITY_UNSPECIFIED", "SUSPICIOUS_ACTIVITY_HR", - "SUSPICIOUS_ACTIVITY_HMR" + "SUSPICIOUS_ACTIVITY_HMR", + "SUSPICIOUS_ACTIVITY_FD" ], "enumDescriptions": [ "This enum is only a placeholder and it doesn't specify any ad fraud prevention options.", "Ad Fraud - Exclude High Risk.", - "Ad Fraud - Exclude High and Moderate Risk." + "Ad Fraud - Exclude High and Moderate Risk.", + "Ad Fraud - Exclude Fraudulent Device." ], "type": "string" }, @@ -21506,7 +22072,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -21526,6 +22093,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -21546,7 +22114,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } @@ -21598,7 +22167,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -21618,6 +22188,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -21638,7 +22209,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } diff --git a/DiscoveryJson/displayvideo.v4.json b/DiscoveryJson/displayvideo.v4.json index e0a102f07a3..31fb4ad8991 100644 --- a/DiscoveryJson/displayvideo.v4.json +++ b/DiscoveryJson/displayvideo.v4.json @@ -374,6 +374,191 @@ } }, "resources": { + "adAssets": { + "methods": { + "bulkCreate": { + "description": "Creates multiple ad assets in a single request. Returns the newly-created ad assets if successful. Only supports the creation of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`.", + "flatPath": "v4/advertisers/{advertisersId}/adAssets:bulkCreate", + "httpMethod": "POST", + "id": "displayvideo.advertisers.adAssets.bulkCreate", + "parameterOrder": [ + "advertiserId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser these ad assets belong to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adAssets:bulkCreate", + "request": { + "$ref": "BulkCreateAdAssetsRequest" + }, + "response": { + "$ref": "BulkCreateAdAssetsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "create": { + "description": "Creates an ad asset. Returns the newly-created ad asset if successful. Only supports the creation of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`.", + "flatPath": "v4/advertisers/{advertisersId}/adAssets", + "httpMethod": "POST", + "id": "displayvideo.advertisers.adAssets.create", + "parameterOrder": [ + "advertiserId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser this ad asset belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adAssets", + "request": { + "$ref": "CreateAdAssetRequest" + }, + "response": { + "$ref": "AdAsset" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "get": { + "description": "Gets an ad asset. Only supports the retrieval of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`.", + "flatPath": "v4/advertisers/{advertisersId}/adAssets/{adAssetsId}", + "httpMethod": "GET", + "id": "displayvideo.advertisers.adAssets.get", + "parameterOrder": [ + "advertiserId", + "adAssetId" + ], + "parameters": { + "adAssetId": { + "description": "Required. The ID of the ad asset to fetch. Only supports assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "advertiserId": { + "description": "Required. The ID of the advertiser this ad asset belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adAssets/{+adAssetId}", + "response": { + "$ref": "AdAsset" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "list": { + "description": "Lists ad assets under an advertiser ID. Only supports the retrieval of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`.", + "flatPath": "v4/advertisers/{advertisersId}/adAssets", + "httpMethod": "GET", + "id": "displayvideo.advertisers.adAssets.list", + "parameterOrder": [ + "advertiserId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser the ad assets belong to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "filter": { + "description": "Optional. Allows filtering of the results by ad asset fields. Supported syntax: * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `youtubeVideoAsset.youtubeVideoId` * `entityStatus` Examples: * All active YouTube video ad assets under an advertiser: `entityStatus=ENTITY_STATUS_ACTIVE`", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. Field by which to sort the list. Acceptable values are: * `entityStatus` * `youtubeVideoAsset.youtubeVideoId` * `adAssetId` (default) The default sorting order is ascending. To specify descending order for a field, a suffix \"desc\" should be added to the field name. Example: `adAssetId desc`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Requested page size. Must be between `1` and `5000`. If unspecified will default to `5000`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListAdAssets` method. If not specified, the first page of results will be returned.", + "location": "query", + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adAssets", + "response": { + "$ref": "ListAdAssetsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "upload": { + "description": "Uploads and creates an ad asset. Returns the ID of the newly-created ad asset if successful. Only supports the uploading of assets with the AdAssetType `AD_ASSET_TYPE_IMAGE`.", + "flatPath": "v4/advertisers/{advertisersId}/adAssets:uploadAdAsset", + "httpMethod": "POST", + "id": "displayvideo.advertisers.adAssets.upload", + "mediaUpload": { + "accept": [ + "*/*" + ], + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/v4/advertisers/{+advertiserId}/adAssets:uploadAdAsset" + } + } + }, + "parameterOrder": [ + "advertiserId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser this ad asset belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adAssets:uploadAdAsset", + "request": { + "$ref": "UploadAdAssetRequest" + }, + "response": { + "$ref": "UploadAdAssetResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ], + "supportsMediaUpload": true + } + } + }, "adGroupAds": { "methods": { "get": { @@ -930,142 +1115,252 @@ } } } - } - } - }, - "assets": { - "methods": { - "upload": { - "description": "Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos. Must be used within the [multipart media upload process](/display-video/api/guides/how-tos/upload#multipart). Examples using provided client libraries can be found in our [Creating Creatives guide](/display-video/api/guides/creating-creatives/overview#upload_an_asset).", - "flatPath": "v4/advertisers/{advertisersId}/assets", - "httpMethod": "POST", - "id": "displayvideo.advertisers.assets.upload", - "mediaUpload": { - "accept": [ - "*/*" - ], - "protocols": { - "simple": { - "multipart": true, - "path": "/upload/v4/advertisers/{+advertiserId}/assets" - } - } - }, - "parameterOrder": [ - "advertiserId" - ], - "parameters": { - "advertiserId": { - "description": "Required. The ID of the advertiser this asset belongs to.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v4/advertisers/{+advertiserId}/assets", - "request": { - "$ref": "CreateAssetRequest" - }, - "response": { - "$ref": "CreateAssetResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/display-video" - ], - "supportsMediaUpload": true - } - } - }, - "campaigns": { - "methods": { - "create": { - "description": "Creates a new campaign. Returns the newly created campaign if successful.", - "flatPath": "v4/advertisers/{advertisersId}/campaigns", - "httpMethod": "POST", - "id": "displayvideo.advertisers.campaigns.create", - "parameterOrder": [ - "advertiserId" - ], - "parameters": { - "advertiserId": { - "description": "Output only. The unique ID of the advertiser the campaign belongs to.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v4/advertisers/{+advertiserId}/campaigns", - "request": { - "$ref": "Campaign" - }, - "response": { - "$ref": "Campaign" - }, - "scopes": [ - "https://www.googleapis.com/auth/display-video", - "https://www.googleapis.com/auth/display-video-mediaplanning" - ] }, - "delete": { - "description": "Permanently deletes a campaign. A deleted campaign cannot be recovered. The campaign should be archived first, i.e. set entity_status to `ENTITY_STATUS_ARCHIVED`, to be able to delete it. **This method regularly experiences high latency.** We recommend [increasing your default timeout](/display-video/api/guides/best-practices/timeouts#client_library_timeout) to avoid errors.", - "flatPath": "v4/advertisers/{advertisersId}/campaigns/{campaignsId}", - "httpMethod": "DELETE", - "id": "displayvideo.advertisers.campaigns.delete", - "parameterOrder": [ - "advertiserId", - "campaignId" - ], - "parameters": { - "advertiserId": { - "description": "The ID of the advertiser this campaign belongs to.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - }, - "campaignId": { - "description": "The ID of the campaign we need to delete.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v4/advertisers/{+advertiserId}/campaigns/{+campaignId}", - "response": { - "$ref": "Empty" - }, - "scopes": [ - "https://www.googleapis.com/auth/display-video", - "https://www.googleapis.com/auth/display-video-mediaplanning" - ] - }, - "get": { - "description": "Gets a campaign.", - "flatPath": "v4/advertisers/{advertisersId}/campaigns/{campaignsId}", - "httpMethod": "GET", - "id": "displayvideo.advertisers.campaigns.get", + "youtubeAssetTypes": { + "resources": { + "youtubeAssetAssociations": { + "methods": { + "create": { + "description": "Creates a new association between the identified resource and a YouTube asset. Returns the newly-created association. *Warning:* This method is only available to an informed subset of users.", + "flatPath": "v4/advertisers/{advertisersId}/adGroups/{adGroupsId}/youtubeAssetTypes/{youtubeAssetTypesId}/youtubeAssetAssociations", + "httpMethod": "POST", + "id": "displayvideo.advertisers.adGroups.youtubeAssetTypes.youtubeAssetAssociations.create", + "parameterOrder": [ + "advertiserId", + "adGroupId", + "youtubeAssetType" + ], + "parameters": { + "adGroupId": { + "description": "The ID of an ad group.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "advertiserId": { + "description": "Required. The ID of the advertiser that the linked entity belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "linkedEntity.lineItemId": { + "description": "The ID of a line item.", + "format": "int64", + "location": "query", + "type": "string" + }, + "youtubeAssetType": { + "description": "Required. The type of YouTube asset associated with the resource.", + "enum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "enumDescriptions": [ + "YouTube asset type is not specified or is unknown in this version.", + "Location asset.", + "Affiliate location asset.", + "Sitelink asset." + ], + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations", + "request": { + "$ref": "YoutubeAssetAssociation" + }, + "response": { + "$ref": "YoutubeAssetAssociation" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "delete": { + "description": "Deletes an existing association between the identified resource and a YouTube asset. *Warning:* This method is only available to an informed subset of users.", + "flatPath": "v4/advertisers/{advertisersId}/adGroups/{adGroupsId}/youtubeAssetTypes/{youtubeAssetTypesId}/youtubeAssetAssociations/{youtubeAssetAssociationsId}", + "httpMethod": "DELETE", + "id": "displayvideo.advertisers.adGroups.youtubeAssetTypes.youtubeAssetAssociations.delete", + "parameterOrder": [ + "advertiserId", + "adGroupId", + "youtubeAssetType", + "youtubeAssetAssociationId" + ], + "parameters": { + "adGroupId": { + "description": "The ID of an ad group.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "advertiserId": { + "description": "Required. The ID of the advertiser that the linked entity belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "linkedEntity.lineItemId": { + "description": "The ID of a line item.", + "format": "int64", + "location": "query", + "type": "string" + }, + "youtubeAssetAssociationId": { + "description": "Required. The ID of the YouTube asset in the association. For `YOUTUBE_ASSET_TYPE_LOCATION` and `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: This should be the ID of the asset set linked, or 0 if the location_asset_filter or affiliate_location_asset_filter is `DISABLED`. For `YOUTUBE_ASSET_TYPE_SITELINK` associations: This should be the ID of the sitelink asset linked.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "youtubeAssetType": { + "description": "Required. The type of YouTube asset associated with the resource.", + "enum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "enumDescriptions": [ + "YouTube asset type is not specified or is unknown in this version.", + "Location asset.", + "Affiliate location asset.", + "Sitelink asset." + ], + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations/{+youtubeAssetAssociationId}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "list": { + "description": "Lists the YouTube asset associations linked to the given resource.", + "flatPath": "v4/advertisers/{advertisersId}/adGroups/{adGroupsId}/youtubeAssetTypes/{youtubeAssetTypesId}/youtubeAssetAssociations", + "httpMethod": "GET", + "id": "displayvideo.advertisers.adGroups.youtubeAssetTypes.youtubeAssetAssociations.list", + "parameterOrder": [ + "advertiserId", + "adGroupId", + "youtubeAssetType" + ], + "parameters": { + "adGroupId": { + "description": "The ID of an ad group.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "advertiserId": { + "description": "Required. The ID of the advertiser that the linked entity belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "linkedEntity.lineItemId": { + "description": "The ID of a line item.", + "format": "int64", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. Field by which to sort the list. The only acceptable values are: * `linkedYoutubeAsset.locationAssetFilter.assetSetId`, * `linkedYoutubeAsset.affiliateLocationAssetFilter.assetSetId`, * `linkedYoutubeAsset.sitelinkAsset.assetId` The default sorting order is ascending. To specify descending order for a field, a suffix \" desc\" should be added to the field name. Example: `linkedYoutubeAsset.sitelinkAsset.assetId desc`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Requested page size. Must be between `1` and `10000`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListYoutubeAssetAssociations` method. If not specified, the first page of results will be returned.", + "location": "query", + "type": "string" + }, + "youtubeAssetType": { + "description": "Required. The type of YouTube asset being associated with the resource.", + "enum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "enumDescriptions": [ + "YouTube asset type is not specified or is unknown in this version.", + "Location asset.", + "Affiliate location asset.", + "Sitelink asset." + ], + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations", + "response": { + "$ref": "ListYoutubeAssetAssociationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + } + } + } + } + } + } + }, + "assets": { + "methods": { + "upload": { + "description": "Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos. Must be used within the [multipart media upload process](/display-video/api/guides/how-tos/upload#multipart). Examples using provided client libraries can be found in our [Creating Creatives guide](/display-video/api/guides/creating-creatives/overview#upload_an_asset).", + "flatPath": "v4/advertisers/{advertisersId}/assets", + "httpMethod": "POST", + "id": "displayvideo.advertisers.assets.upload", + "mediaUpload": { + "accept": [ + "*/*" + ], + "protocols": { + "simple": { + "multipart": true, + "path": "/upload/v4/advertisers/{+advertiserId}/assets" + } + } + }, "parameterOrder": [ - "advertiserId", - "campaignId" + "advertiserId" ], "parameters": { "advertiserId": { - "description": "Required. The ID of the advertiser this campaign belongs to.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - }, - "campaignId": { - "description": "Required. The ID of the campaign to fetch.", + "description": "Required. The ID of the advertiser this asset belongs to.", "format": "int64", "location": "path", "pattern": "^[^/]+$", @@ -1073,75 +1368,184 @@ "type": "string" } }, - "path": "v4/advertisers/{+advertiserId}/campaigns/{+campaignId}", + "path": "v4/advertisers/{+advertiserId}/assets", + "request": { + "$ref": "CreateAssetRequest" + }, "response": { - "$ref": "Campaign" + "$ref": "CreateAssetResponse" }, "scopes": [ - "https://www.googleapis.com/auth/display-video", - "https://www.googleapis.com/auth/display-video-mediaplanning" - ] - }, - "list": { - "description": "Lists campaigns in an advertiser. The order is defined by the order_by parameter. If a filter by entity_status is not specified, campaigns with `ENTITY_STATUS_ARCHIVED` will not be included in the results.", + "https://www.googleapis.com/auth/display-video" + ], + "supportsMediaUpload": true + } + } + }, + "campaigns": { + "methods": { + "create": { + "description": "Creates a new campaign. Returns the newly created campaign if successful.", "flatPath": "v4/advertisers/{advertisersId}/campaigns", - "httpMethod": "GET", - "id": "displayvideo.advertisers.campaigns.list", + "httpMethod": "POST", + "id": "displayvideo.advertisers.campaigns.create", "parameterOrder": [ "advertiserId" ], "parameters": { "advertiserId": { - "description": "The ID of the advertiser to list campaigns for.", + "description": "Output only. The unique ID of the advertiser the campaign belongs to.", "format": "int64", "location": "path", "pattern": "^[^/]+$", "required": true, "type": "string" - }, - "filter": { - "description": "Allows filtering by campaign fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `displayName` * `entityStatus` * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` campaigns under an advertiser: `(entityStatus=\"ENTITY_STATUS_ACTIVE\" OR entityStatus=\"ENTITY_STATUS_PAUSED\")` * All campaigns with an update time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<=\"2020-11-04T18:54:47Z\"` * All campaigns with an update time greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime>=\"2020-11-04T18:54:47Z\"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "Field by which to sort the list. Acceptable values are: * `displayName` (default) * `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending order for a field, a suffix \"desc\" should be added to the field name. Example: `displayName desc`.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListCampaigns` method. If not specified, the first page of results will be returned.", - "location": "query", - "type": "string" } }, "path": "v4/advertisers/{+advertiserId}/campaigns", + "request": { + "$ref": "Campaign" + }, "response": { - "$ref": "ListCampaignsResponse" + "$ref": "Campaign" }, "scopes": [ "https://www.googleapis.com/auth/display-video", "https://www.googleapis.com/auth/display-video-mediaplanning" ] }, - "listAssignedTargetingOptions": { - "description": "Lists assigned targeting options of a campaign across targeting types.", - "flatPath": "v4/advertisers/{advertisersId}/campaigns/{campaignsId}:listAssignedTargetingOptions", - "httpMethod": "GET", - "id": "displayvideo.advertisers.campaigns.listAssignedTargetingOptions", + "delete": { + "description": "Permanently deletes a campaign. A deleted campaign cannot be recovered. The campaign should be archived first, i.e. set entity_status to `ENTITY_STATUS_ARCHIVED`, to be able to delete it. **This method regularly experiences high latency.** We recommend [increasing your default timeout](/display-video/api/guides/best-practices/timeouts#client_library_timeout) to avoid errors.", + "flatPath": "v4/advertisers/{advertisersId}/campaigns/{campaignsId}", + "httpMethod": "DELETE", + "id": "displayvideo.advertisers.campaigns.delete", "parameterOrder": [ "advertiserId", "campaignId" ], "parameters": { "advertiserId": { - "description": "Required. The ID of the advertiser the campaign belongs to.", + "description": "The ID of the advertiser this campaign belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "campaignId": { + "description": "The ID of the campaign we need to delete.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/campaigns/{+campaignId}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video", + "https://www.googleapis.com/auth/display-video-mediaplanning" + ] + }, + "get": { + "description": "Gets a campaign.", + "flatPath": "v4/advertisers/{advertisersId}/campaigns/{campaignsId}", + "httpMethod": "GET", + "id": "displayvideo.advertisers.campaigns.get", + "parameterOrder": [ + "advertiserId", + "campaignId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser this campaign belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "campaignId": { + "description": "Required. The ID of the campaign to fetch.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/campaigns/{+campaignId}", + "response": { + "$ref": "Campaign" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video", + "https://www.googleapis.com/auth/display-video-mediaplanning" + ] + }, + "list": { + "description": "Lists campaigns in an advertiser. The order is defined by the order_by parameter. If a filter by entity_status is not specified, campaigns with `ENTITY_STATUS_ARCHIVED` will not be included in the results.", + "flatPath": "v4/advertisers/{advertisersId}/campaigns", + "httpMethod": "GET", + "id": "displayvideo.advertisers.campaigns.list", + "parameterOrder": [ + "advertiserId" + ], + "parameters": { + "advertiserId": { + "description": "The ID of the advertiser to list campaigns for.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "filter": { + "description": "Allows filtering by campaign fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `displayName` * `entityStatus` * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` campaigns under an advertiser: `(entityStatus=\"ENTITY_STATUS_ACTIVE\" OR entityStatus=\"ENTITY_STATUS_PAUSED\")` * All campaigns with an update time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<=\"2020-11-04T18:54:47Z\"` * All campaigns with an update time greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime>=\"2020-11-04T18:54:47Z\"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Field by which to sort the list. Acceptable values are: * `displayName` (default) * `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending order for a field, a suffix \"desc\" should be added to the field name. Example: `displayName desc`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListCampaigns` method. If not specified, the first page of results will be returned.", + "location": "query", + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/campaigns", + "response": { + "$ref": "ListCampaignsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video", + "https://www.googleapis.com/auth/display-video-mediaplanning" + ] + }, + "listAssignedTargetingOptions": { + "description": "Lists assigned targeting options of a campaign across targeting types.", + "flatPath": "v4/advertisers/{advertisersId}/campaigns/{campaignsId}:listAssignedTargetingOptions", + "httpMethod": "GET", + "id": "displayvideo.advertisers.campaigns.listAssignedTargetingOptions", + "parameterOrder": [ + "advertiserId", + "campaignId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser the campaign belongs to.", "format": "int64", "location": "path", "pattern": "^[^/]+$", @@ -4165,155 +4569,249 @@ } } } - } - } - }, - "locationLists": { - "methods": { - "create": { - "description": "Creates a new location list. Returns the newly created location list if successful.", - "flatPath": "v4/advertisers/{advertisersId}/locationLists", - "httpMethod": "POST", - "id": "displayvideo.advertisers.locationLists.create", - "parameterOrder": [ - "advertiserId" - ], - "parameters": { - "advertiserId": { - "description": "Required. The ID of the DV360 advertiser to which the location list belongs.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v4/advertisers/{+advertiserId}/locationLists", - "request": { - "$ref": "LocationList" - }, - "response": { - "$ref": "LocationList" - }, - "scopes": [ - "https://www.googleapis.com/auth/display-video" - ] - }, - "get": { - "description": "Gets a location list.", - "flatPath": "v4/advertisers/{advertisersId}/locationLists/{locationListsId}", - "httpMethod": "GET", - "id": "displayvideo.advertisers.locationLists.get", - "parameterOrder": [ - "advertiserId", - "locationListId" - ], - "parameters": { - "advertiserId": { - "description": "Required. The ID of the DV360 advertiser to which the fetched location list belongs.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - }, - "locationListId": { - "description": "Required. The ID of the location list to fetch.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v4/advertisers/{+advertiserId}/locationLists/{+locationListId}", - "response": { - "$ref": "LocationList" - }, - "scopes": [ - "https://www.googleapis.com/auth/display-video" - ] - }, - "list": { - "description": "Lists location lists based on a given advertiser id.", - "flatPath": "v4/advertisers/{advertisersId}/locationLists", - "httpMethod": "GET", - "id": "displayvideo.advertisers.locationLists.list", - "parameterOrder": [ - "advertiserId" - ], - "parameters": { - "advertiserId": { - "description": "Required. The ID of the DV360 advertiser to which the fetched location lists belong.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - }, - "filter": { - "description": "Allows filtering by location list fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `locationType` Examples: * All regional location list: `locationType=\"TARGETING_LOCATION_TYPE_REGIONAL\"` * All proximity location list: `locationType=\"TARGETING_LOCATION_TYPE_PROXIMITY\"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "Field by which to sort the list. Acceptable values are: * `locationListId` (default) * `displayName` The default sorting order is ascending. To specify descending order for a field, a suffix \"desc\" should be added to the field name. Example: `displayName desc`.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Requested page size. Must be between `1` and `200`. Defaults to `100` if not set. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListLocationLists` method. If not specified, the first page of results will be returned.", - "location": "query", - "type": "string" - } - }, - "path": "v4/advertisers/{+advertiserId}/locationLists", - "response": { - "$ref": "ListLocationListsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/display-video" - ] }, - "patch": { - "description": "Updates a location list. Returns the updated location list if successful.", - "flatPath": "v4/advertisers/{advertisersId}/locationLists/{locationListId}", - "httpMethod": "PATCH", - "id": "displayvideo.advertisers.locationLists.patch", - "parameterOrder": [ - "advertiserId", - "locationListId" - ], - "parameters": { - "advertiserId": { - "description": "Required. The ID of the DV360 advertiser to which the location lists belongs.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - }, - "locationListId": { - "description": "Output only. The unique ID of the location list. Assigned by the system.", + "youtubeAssetTypes": { + "resources": { + "youtubeAssetAssociations": { + "methods": { + "create": { + "description": "Creates a new association between the identified resource and a YouTube asset. Returns the newly-created association. *Warning:* This method is only available to an informed subset of users.", + "flatPath": "v4/advertisers/{advertisersId}/lineItems/{lineItemsId}/youtubeAssetTypes/{youtubeAssetTypesId}/youtubeAssetAssociations", + "httpMethod": "POST", + "id": "displayvideo.advertisers.lineItems.youtubeAssetTypes.youtubeAssetAssociations.create", + "parameterOrder": [ + "advertiserId", + "lineItemId", + "youtubeAssetType" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser that the linked entity belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "lineItemId": { + "description": "The ID of a line item.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "linkedEntity.adGroupId": { + "description": "The ID of an ad group.", + "format": "int64", + "location": "query", + "type": "string" + }, + "youtubeAssetType": { + "description": "Required. The type of YouTube asset associated with the resource.", + "enum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "enumDescriptions": [ + "YouTube asset type is not specified or is unknown in this version.", + "Location asset.", + "Affiliate location asset.", + "Sitelink asset." + ], + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations", + "request": { + "$ref": "YoutubeAssetAssociation" + }, + "response": { + "$ref": "YoutubeAssetAssociation" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "delete": { + "description": "Deletes an existing association between the identified resource and a YouTube asset. *Warning:* This method is only available to an informed subset of users.", + "flatPath": "v4/advertisers/{advertisersId}/lineItems/{lineItemsId}/youtubeAssetTypes/{youtubeAssetTypesId}/youtubeAssetAssociations/{youtubeAssetAssociationsId}", + "httpMethod": "DELETE", + "id": "displayvideo.advertisers.lineItems.youtubeAssetTypes.youtubeAssetAssociations.delete", + "parameterOrder": [ + "advertiserId", + "lineItemId", + "youtubeAssetType", + "youtubeAssetAssociationId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser that the linked entity belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "lineItemId": { + "description": "The ID of a line item.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "linkedEntity.adGroupId": { + "description": "The ID of an ad group.", + "format": "int64", + "location": "query", + "type": "string" + }, + "youtubeAssetAssociationId": { + "description": "Required. The ID of the YouTube asset in the association. For `YOUTUBE_ASSET_TYPE_LOCATION` and `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: This should be the ID of the asset set linked, or 0 if the location_asset_filter or affiliate_location_asset_filter is `DISABLED`. For `YOUTUBE_ASSET_TYPE_SITELINK` associations: This should be the ID of the sitelink asset linked.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "youtubeAssetType": { + "description": "Required. The type of YouTube asset associated with the resource.", + "enum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "enumDescriptions": [ + "YouTube asset type is not specified or is unknown in this version.", + "Location asset.", + "Affiliate location asset.", + "Sitelink asset." + ], + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations/{+youtubeAssetAssociationId}", + "response": { + "$ref": "Empty" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "list": { + "description": "Lists the YouTube asset associations linked to the given resource.", + "flatPath": "v4/advertisers/{advertisersId}/lineItems/{lineItemsId}/youtubeAssetTypes/{youtubeAssetTypesId}/youtubeAssetAssociations", + "httpMethod": "GET", + "id": "displayvideo.advertisers.lineItems.youtubeAssetTypes.youtubeAssetAssociations.list", + "parameterOrder": [ + "advertiserId", + "lineItemId", + "youtubeAssetType" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the advertiser that the linked entity belongs to.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "lineItemId": { + "description": "The ID of a line item.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "linkedEntity.adGroupId": { + "description": "The ID of an ad group.", + "format": "int64", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. Field by which to sort the list. The only acceptable values are: * `linkedYoutubeAsset.locationAssetFilter.assetSetId`, * `linkedYoutubeAsset.affiliateLocationAssetFilter.assetSetId`, * `linkedYoutubeAsset.sitelinkAsset.assetId` The default sorting order is ascending. To specify descending order for a field, a suffix \" desc\" should be added to the field name. Example: `linkedYoutubeAsset.sitelinkAsset.assetId desc`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Requested page size. Must be between `1` and `10000`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListYoutubeAssetAssociations` method. If not specified, the first page of results will be returned.", + "location": "query", + "type": "string" + }, + "youtubeAssetType": { + "description": "Required. The type of YouTube asset being associated with the resource.", + "enum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "enumDescriptions": [ + "YouTube asset type is not specified or is unknown in this version.", + "Location asset.", + "Affiliate location asset.", + "Sitelink asset." + ], + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations", + "response": { + "$ref": "ListYoutubeAssetAssociationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + } + } + } + } + } + } + }, + "locationLists": { + "methods": { + "create": { + "description": "Creates a new location list. Returns the newly created location list if successful.", + "flatPath": "v4/advertisers/{advertisersId}/locationLists", + "httpMethod": "POST", + "id": "displayvideo.advertisers.locationLists.create", + "parameterOrder": [ + "advertiserId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the DV360 advertiser to which the location list belongs.", "format": "int64", "location": "path", + "pattern": "^[^/]+$", "required": true, "type": "string" - }, - "updateMask": { - "description": "Required. The mask to control which fields to update.", - "format": "google-fieldmask", - "location": "query", - "type": "string" } }, - "path": "v4/advertisers/{+advertiserId}/locationLists/{locationListId}", + "path": "v4/advertisers/{+advertiserId}/locationLists", "request": { "$ref": "LocationList" }, @@ -4323,70 +4821,195 @@ "scopes": [ "https://www.googleapis.com/auth/display-video" ] - } - }, - "resources": { - "assignedLocations": { - "methods": { - "bulkEdit": { - "description": "Bulk edits multiple assignments between locations and a single location list. The operation will delete the assigned locations provided in deletedAssignedLocations and then create the assigned locations provided in createdAssignedLocations.", - "flatPath": "v4/advertisers/{advertiserId}/locationLists/{locationListsId}/assignedLocations:bulkEdit", - "httpMethod": "POST", - "id": "displayvideo.advertisers.locationLists.assignedLocations.bulkEdit", - "parameterOrder": [ - "advertiserId", - "locationListId" - ], - "parameters": { - "advertiserId": { - "description": "Required. The ID of the DV360 advertiser to which the location list belongs.", - "format": "int64", - "location": "path", - "required": true, - "type": "string" - }, - "locationListId": { - "description": "Required. The ID of the location list to which these assignments are assigned.", - "format": "int64", - "location": "path", - "pattern": "^[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v4/advertisers/{advertiserId}/locationLists/{+locationListId}/assignedLocations:bulkEdit", - "request": { - "$ref": "BulkEditAssignedLocationsRequest" - }, - "response": { - "$ref": "BulkEditAssignedLocationsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/display-video" - ] + }, + "get": { + "description": "Gets a location list.", + "flatPath": "v4/advertisers/{advertisersId}/locationLists/{locationListsId}", + "httpMethod": "GET", + "id": "displayvideo.advertisers.locationLists.get", + "parameterOrder": [ + "advertiserId", + "locationListId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the DV360 advertiser to which the fetched location list belongs.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" }, - "create": { - "description": "Creates an assignment between a location and a location list.", - "flatPath": "v4/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations", - "httpMethod": "POST", - "id": "displayvideo.advertisers.locationLists.assignedLocations.create", - "parameterOrder": [ - "advertiserId", - "locationListId" - ], - "parameters": { - "advertiserId": { - "description": "Required. The ID of the DV360 advertiser to which the location list belongs.", - "format": "int64", - "location": "path", - "required": true, - "type": "string" - }, - "locationListId": { - "description": "Required. The ID of the location list for which the assignment will be created.", - "format": "int64", - "location": "path", - "required": true, + "locationListId": { + "description": "Required. The ID of the location list to fetch.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/locationLists/{+locationListId}", + "response": { + "$ref": "LocationList" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "list": { + "description": "Lists location lists based on a given advertiser id.", + "flatPath": "v4/advertisers/{advertisersId}/locationLists", + "httpMethod": "GET", + "id": "displayvideo.advertisers.locationLists.list", + "parameterOrder": [ + "advertiserId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the DV360 advertiser to which the fetched location lists belong.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "filter": { + "description": "Allows filtering by location list fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `locationType` Examples: * All regional location list: `locationType=\"TARGETING_LOCATION_TYPE_REGIONAL\"` * All proximity location list: `locationType=\"TARGETING_LOCATION_TYPE_PROXIMITY\"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Field by which to sort the list. Acceptable values are: * `locationListId` (default) * `displayName` The default sorting order is ascending. To specify descending order for a field, a suffix \"desc\" should be added to the field name. Example: `displayName desc`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Requested page size. Must be between `1` and `200`. Defaults to `100` if not set. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListLocationLists` method. If not specified, the first page of results will be returned.", + "location": "query", + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/locationLists", + "response": { + "$ref": "ListLocationListsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "patch": { + "description": "Updates a location list. Returns the updated location list if successful.", + "flatPath": "v4/advertisers/{advertisersId}/locationLists/{locationListId}", + "httpMethod": "PATCH", + "id": "displayvideo.advertisers.locationLists.patch", + "parameterOrder": [ + "advertiserId", + "locationListId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the DV360 advertiser to which the location lists belongs.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + }, + "locationListId": { + "description": "Output only. The unique ID of the location list. Assigned by the system.", + "format": "int64", + "location": "path", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Required. The mask to control which fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v4/advertisers/{+advertiserId}/locationLists/{locationListId}", + "request": { + "$ref": "LocationList" + }, + "response": { + "$ref": "LocationList" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + } + }, + "resources": { + "assignedLocations": { + "methods": { + "bulkEdit": { + "description": "Bulk edits multiple assignments between locations and a single location list. The operation will delete the assigned locations provided in deletedAssignedLocations and then create the assigned locations provided in createdAssignedLocations.", + "flatPath": "v4/advertisers/{advertiserId}/locationLists/{locationListsId}/assignedLocations:bulkEdit", + "httpMethod": "POST", + "id": "displayvideo.advertisers.locationLists.assignedLocations.bulkEdit", + "parameterOrder": [ + "advertiserId", + "locationListId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the DV360 advertiser to which the location list belongs.", + "format": "int64", + "location": "path", + "required": true, + "type": "string" + }, + "locationListId": { + "description": "Required. The ID of the location list to which these assignments are assigned.", + "format": "int64", + "location": "path", + "pattern": "^[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v4/advertisers/{advertiserId}/locationLists/{+locationListId}/assignedLocations:bulkEdit", + "request": { + "$ref": "BulkEditAssignedLocationsRequest" + }, + "response": { + "$ref": "BulkEditAssignedLocationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/display-video" + ] + }, + "create": { + "description": "Creates an assignment between a location and a location list.", + "flatPath": "v4/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations", + "httpMethod": "POST", + "id": "displayvideo.advertisers.locationLists.assignedLocations.create", + "parameterOrder": [ + "advertiserId", + "locationListId" + ], + "parameters": { + "advertiserId": { + "description": "Required. The ID of the DV360 advertiser to which the location list belongs.", + "format": "int64", + "location": "path", + "required": true, + "type": "string" + }, + "locationListId": { + "description": "Required. The ID of the location list for which the assignment will be created.", + "format": "int64", + "location": "path", + "required": true, "type": "string" } }, @@ -9302,7 +9925,7 @@ } } }, - "revision": "20250930", + "revision": "20251027", "rootUrl": "https://displayvideo.googleapis.com/", "schemas": { "ActiveViewVideoViewabilityMetricConfig": { @@ -9363,254 +9986,871 @@ ], "type": "string" }, - "minimumQuartile": { - "description": "The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).", + "minimumQuartile": { + "description": "The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).", + "enum": [ + "VIDEO_DURATION_QUARTILE_UNSPECIFIED", + "VIDEO_DURATION_QUARTILE_NONE", + "VIDEO_DURATION_QUARTILE_FIRST", + "VIDEO_DURATION_QUARTILE_SECOND", + "VIDEO_DURATION_QUARTILE_THIRD", + "VIDEO_DURATION_QUARTILE_FOURTH" + ], + "enumDescriptions": [ + "Value is not specified or is unknown in this version.", + "No quartile value.", + "First quartile.", + "Second quartile (midpoint).", + "Third quartile.", + "Fourth quartile (completion)." + ], + "type": "string" + }, + "minimumViewability": { + "description": "Required. The minimum percentage of the video ad's pixels visible on the screen in order for an impression to be recorded.", + "enum": [ + "VIEWABILITY_PERCENT_UNSPECIFIED", + "VIEWABILITY_PERCENT_0", + "VIEWABILITY_PERCENT_25", + "VIEWABILITY_PERCENT_50", + "VIEWABILITY_PERCENT_75", + "VIEWABILITY_PERCENT_100" + ], + "enumDescriptions": [ + "Value is not specified or is unknown in this version.", + "0% viewable.", + "25% viewable.", + "50% viewable.", + "75% viewable.", + "100% viewable." + ], + "type": "string" + }, + "minimumVolume": { + "description": "Required. The minimum percentage of the video ad's volume required in order for an impression to be recorded.", + "enum": [ + "VIDEO_VOLUME_PERCENT_UNSPECIFIED", + "VIDEO_VOLUME_PERCENT_0", + "VIDEO_VOLUME_PERCENT_10" + ], + "enumDescriptions": [ + "Value is not specified or is unknown in this version.", + "0% volume.", + "10% volume." + ], + "type": "string" + } + }, + "type": "object" + }, + "AdAsset": { + "description": "A single ad asset.", + "id": "AdAsset", + "properties": { + "adAssetId": { + "description": "Output only. The ID of the ad asset. Referred to as the asset ID when assigned to an ad.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "adAssetType": { + "description": "Required. The type of the ad asset.", + "enum": [ + "AD_ASSET_TYPE_UNSPECIFIED", + "AD_ASSET_TYPE_IMAGE", + "AD_ASSET_TYPE_YOUTUBE_VIDEO" + ], + "enumDescriptions": [ + "The ad asset type is unspecified.", + "The ad asset is a YouTube/DemandGen image.", + "The ad asset is a YouTube video." + ], + "type": "string" + }, + "entityStatus": { + "description": "Output only. The entity status of the ad asset.", + "enum": [ + "ENTITY_STATUS_UNSPECIFIED", + "ENTITY_STATUS_ACTIVE", + "ENTITY_STATUS_ARCHIVED", + "ENTITY_STATUS_DRAFT", + "ENTITY_STATUS_PAUSED", + "ENTITY_STATUS_SCHEDULED_FOR_DELETION" + ], + "enumDescriptions": [ + "Default value when status is not specified or is unknown in this version.", + "The entity is enabled to bid and spend budget.", + "The entity is archived. Bidding and budget spending are disabled. An entity can be deleted after archived. Deleted entities cannot be retrieved.", + "The entity is under draft. Bidding and budget spending are disabled.", + "Bidding and budget spending are paused for the entity.", + "The entity is scheduled for deletion." + ], + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Identifier. The resource name of the ad asset.", + "type": "string" + }, + "youtubeVideoAsset": { + "$ref": "YoutubeVideoAsset", + "description": "Youtube video asset data." + } + }, + "type": "object" + }, + "AdGroup": { + "description": "A single ad group associated with a line item.", + "id": "AdGroup", + "properties": { + "adGroupFormat": { + "description": "The format of the ads in the ad group.", + "enum": [ + "AD_GROUP_FORMAT_UNSPECIFIED", + "AD_GROUP_FORMAT_IN_STREAM", + "AD_GROUP_FORMAT_VIDEO_DISCOVERY", + "AD_GROUP_FORMAT_BUMPER", + "AD_GROUP_FORMAT_NON_SKIPPABLE_IN_STREAM", + "AD_GROUP_FORMAT_AUDIO", + "AD_GROUP_FORMAT_RESPONSIVE", + "AD_GROUP_FORMAT_REACH", + "AD_GROUP_FORMAT_MASTHEAD" + ], + "enumDescriptions": [ + "Format value is not specified or is unknown in this version.", + "In-stream ads.", + "In-feed ads.", + "Bumper ads.", + "Non-skippable in-stream ads.", + "Non-skippable in-stream audio ads.", + "Responsive ads.", + "[Effective reach ad groups] (https://support.google.com/displayvideo/answer/9173684), including in-stream and bumper ads.", + "Masthead Ad that is surfaced on the top slot on the YouTube homepage." + ], + "type": "string" + }, + "adGroupId": { + "description": "The unique ID of the ad group. Assigned by the system.", + "format": "int64", + "type": "string" + }, + "advertiserId": { + "description": "The unique ID of the advertiser the ad group belongs to.", + "format": "int64", + "type": "string" + }, + "bidStrategy": { + "$ref": "BiddingStrategy", + "description": "The bidding strategy used by the ad group. Only the youtubeAndPartnersBid field can be used in the bidding strategy." + }, + "displayName": { + "description": "The display name of the ad group. Must be UTF-8 encoded with a maximum size of 255 bytes.", + "type": "string" + }, + "entityStatus": { + "description": "Controls whether or not the ad group can spend its budget and bid on inventory. If the ad group's parent line item is not active, the ad group can't spend its budget even if its own status is `ENTITY_STATUS_ACTIVE`.", + "enum": [ + "ENTITY_STATUS_UNSPECIFIED", + "ENTITY_STATUS_ACTIVE", + "ENTITY_STATUS_ARCHIVED", + "ENTITY_STATUS_DRAFT", + "ENTITY_STATUS_PAUSED", + "ENTITY_STATUS_SCHEDULED_FOR_DELETION" + ], + "enumDescriptions": [ + "Default value when status is not specified or is unknown in this version.", + "The entity is enabled to bid and spend budget.", + "The entity is archived. Bidding and budget spending are disabled. An entity can be deleted after archived. Deleted entities cannot be retrieved.", + "The entity is under draft. Bidding and budget spending are disabled.", + "Bidding and budget spending are paused for the entity.", + "The entity is scheduled for deletion." + ], + "type": "string" + }, + "lineItemId": { + "description": "The unique ID of the line item that the ad group belongs to.", + "format": "int64", + "type": "string" + }, + "name": { + "description": "The resource name of the ad group.", + "type": "string" + }, + "productFeedData": { + "$ref": "ProductFeedData", + "description": "The settings of the product feed in this ad group." + }, + "targetingExpansion": { + "$ref": "TargetingExpansionConfig", + "description": "The [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the ad group." + } + }, + "type": "object" + }, + "AdGroupAd": { + "description": "A single ad associated with an ad group.", + "id": "AdGroupAd", + "properties": { + "adGroupAdId": { + "description": "The unique ID of the ad. Assigned by the system.", + "format": "int64", + "type": "string" + }, + "adGroupId": { + "description": "The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand Gen ads are not currently retrieveable using `advertisers.adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can be identified by the absence of the `ad_details` union field.", + "format": "int64", + "type": "string" + }, + "adPolicy": { + "$ref": "AdPolicy", + "description": "The policy approval status of the ad." + }, + "adUrls": { + "description": "List of URLs used by the ad.", + "items": { + "$ref": "AdUrl" + }, + "type": "array" + }, + "advertiserId": { + "description": "The unique ID of the advertiser the ad belongs to.", + "format": "int64", + "type": "string" + }, + "audioAd": { + "$ref": "AudioAd", + "description": "Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives." + }, + "bumperAd": { + "$ref": "BumperAd", + "description": "Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or less than 6 seconds, used for reach." + }, + "displayName": { + "description": "The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes.", + "type": "string" + }, + "displayVideoSourceAd": { + "$ref": "DisplayVideoSourceAd", + "description": "Details of an ad sourced from a Display & Video 360 creative." + }, + "entityStatus": { + "description": "The entity status of the ad.", + "enum": [ + "ENTITY_STATUS_UNSPECIFIED", + "ENTITY_STATUS_ACTIVE", + "ENTITY_STATUS_ARCHIVED", + "ENTITY_STATUS_DRAFT", + "ENTITY_STATUS_PAUSED", + "ENTITY_STATUS_SCHEDULED_FOR_DELETION" + ], + "enumDescriptions": [ + "Default value when status is not specified or is unknown in this version.", + "The entity is enabled to bid and spend budget.", + "The entity is archived. Bidding and budget spending are disabled. An entity can be deleted after archived. Deleted entities cannot be retrieved.", + "The entity is under draft. Bidding and budget spending are disabled.", + "Bidding and budget spending are paused for the entity.", + "The entity is scheduled for deletion." + ], + "type": "string" + }, + "inStreamAd": { + "$ref": "InStreamAd", + "description": "Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), used for brand awareness or reach marketing objectives." + }, + "mastheadAd": { + "$ref": "MastheadAd", + "description": "Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826)." + }, + "name": { + "description": "The resource name of the ad.", + "type": "string" + }, + "nonSkippableAd": { + "$ref": "NonSkippableAd", + "description": "Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), between 6 and 15 seconds, used for reach marketing objectives." + }, + "videoDiscoverAd": { + "$ref": "VideoDiscoveryAd", + "description": "Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places of discovery." + }, + "videoPerformanceAd": { + "$ref": "VideoPerformanceAd", + "description": "Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive actions to the business, service or product." + } + }, + "type": "object" + }, + "AdGroupAssignedTargetingOption": { + "description": "Wrapper object associating an AssignedTargetingOption resource and the ad group it is assigned to.", + "id": "AdGroupAssignedTargetingOption", + "properties": { + "adGroupId": { + "description": "The ID of the ad group the assigned targeting option is assigned to.", + "format": "int64", + "type": "string" + }, + "assignedTargetingOption": { + "$ref": "AssignedTargetingOption", + "description": "The assigned targeting option resource." + } + }, + "type": "object" + }, + "AdPolicy": { + "description": "A single ad policy associated with an ad group ad.", + "id": "AdPolicy", + "properties": { + "adPolicyApprovalStatus": { + "description": "The policy approval status of an ad, indicating the approval decision.", + "enum": [ + "AD_POLICY_APPROVAL_STATUS_UNKNOWN", + "DISAPPROVED", + "APPROVED_LIMITED", + "APPROVED", + "AREA_OF_INTEREST_ONLY" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "Will not serve.", + "Will serve with restrictions.", + "Will serve without restrictions.", + "Will not serve in targeted countries, but may serve for users who are searching for information about the targeted countries." + ], + "type": "string" + }, + "adPolicyReviewStatus": { + "description": "The policy review status of an ad, indicating where in the review process the ad is currently.", + "enum": [ + "AD_POLICY_REVIEW_STATUS_UNKNOWN", + "REVIEW_IN_PROGRESS", + "REVIEWED", + "UNDER_APPEAL", + "ELIGIBLE_MAY_SERVE" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "Currently under review.", + "Primary review complete. Other reviews may still be in progress.", + "Resubmitted for approval or a policy decision has been appealed.", + "Deemed eligible and may be serving. Further review could still follow." + ], + "type": "string" + }, + "adPolicyTopicEntry": { + "description": "The entries for each policy topic identified as relating to the ad. Each entry includes the topic, restriction level, and guidance on how to fix policy issues.", + "items": { + "$ref": "AdPolicyTopicEntry" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyCriterionRestriction": { + "description": "Represents a country restriction.", + "id": "AdPolicyCriterionRestriction", + "properties": { + "countryCriterionId": { + "description": "The country criterion id.", + "format": "int64", + "type": "string" + }, + "countryLabel": { + "description": "Localized name for the country. May be empty.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicAppealInfo": { + "description": "Information on how to appeal a policy decision.", + "id": "AdPolicyTopicAppealInfo", + "properties": { + "appealFormLink": { + "description": "Only available when appeal_type is `APPEAL_FORM`.", + "type": "string" + }, + "appealType": { + "description": "Whether the decision can be appealed through a self-service appeal or an appeal form.", + "enum": [ + "AD_POLICY_APPEAL_TYPE_UNKNOWN", + "SELF_SERVICE_APPEAL", + "APPEAL_FORM" + ], + "enumDescriptions": [ + "Unknown or not specified.", + "The decision can be appealed through a self-service appeal.", + "The decision can be appealed using an appeal form." + ], + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicConstraint": { + "description": "Details on ad serving constraints.", + "id": "AdPolicyTopicConstraint", + "properties": { + "certificateDomainMismatchCountryList": { + "$ref": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "description": "Countries where the resource's domain is not covered by the certificates associated with it." + }, + "certificateMissingCountryList": { + "$ref": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "description": "Countries where a certificate is required for serving." + }, + "countryConstraint": { + "$ref": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "description": "Countries where the ad cannot serve." + }, + "globalCertificateDomainMismatch": { + "$ref": "AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint", + "description": "Certificate is required to serve in any country and the existing certificate does not cover the ad's domain." + }, + "globalCertificateMissing": { + "$ref": "AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint", + "description": "Certificate is required to serve in any country." + }, + "requestCertificateFormLink": { + "description": "Link to the form to request a certificate for the constraint.", + "type": "string" + }, + "resellerConstraint": { + "$ref": "AdPolicyTopicConstraintAdPolicyResellerConstraint", + "description": "Reseller constraint." + } + }, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyCountryConstraintList": { + "description": "A list of countries where the ad cannot serve due to policy constraints.", + "id": "AdPolicyTopicConstraintAdPolicyCountryConstraintList", + "properties": { + "countries": { + "description": "Countries where the ad cannot serve.", + "items": { + "$ref": "AdPolicyCriterionRestriction" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint": { + "description": "Certificate is required to serve in any country and the existing certificate does not cover the ad's domain.", + "id": "AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint", + "properties": {}, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint": { + "description": "Certificate is required to serve in any country.", + "id": "AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint", + "properties": {}, + "type": "object" + }, + "AdPolicyTopicConstraintAdPolicyResellerConstraint": { + "description": "Policy topic was constrained due to disapproval of the website for reseller purposes.", + "id": "AdPolicyTopicConstraintAdPolicyResellerConstraint", + "properties": {}, + "type": "object" + }, + "AdPolicyTopicEntry": { + "description": "An entry describing how an ad has been identified as relating to an ad policy.", + "id": "AdPolicyTopicEntry", + "properties": { + "appealInfo": { + "$ref": "AdPolicyTopicAppealInfo", + "description": "Information on how to appeal the policy decision." + }, + "helpCenterLink": { + "description": "Ad policy help center link for the policy topic.", + "type": "string" + }, + "policyDecisionType": { + "description": "The source of the policy decision.", "enum": [ - "VIDEO_DURATION_QUARTILE_UNSPECIFIED", - "VIDEO_DURATION_QUARTILE_NONE", - "VIDEO_DURATION_QUARTILE_FIRST", - "VIDEO_DURATION_QUARTILE_SECOND", - "VIDEO_DURATION_QUARTILE_THIRD", - "VIDEO_DURATION_QUARTILE_FOURTH" + "AD_POLICY_DECISION_TYPE_UNKNOWN", + "PURSUANT_TO_NOTICE", + "GOOGLE_INVESTIGATION" ], "enumDescriptions": [ - "Value is not specified or is unknown in this version.", - "No quartile value.", - "First quartile.", - "Second quartile (midpoint).", - "Third quartile.", - "Fourth quartile (completion)." + "Unknown or not specified.", + "The decision is from a legal notice, court order, or trademark content owner complaint, etc.", + "The decision is from a Google-owned investigation." ], "type": "string" }, - "minimumViewability": { - "description": "Required. The minimum percentage of the video ad's pixels visible on the screen in order for an impression to be recorded.", + "policyEnforcementMeans": { + "description": "The policy enforcement means used in the policy review.", "enum": [ - "VIEWABILITY_PERCENT_UNSPECIFIED", - "VIEWABILITY_PERCENT_0", - "VIEWABILITY_PERCENT_25", - "VIEWABILITY_PERCENT_50", - "VIEWABILITY_PERCENT_75", - "VIEWABILITY_PERCENT_100" + "AD_POLICY_ENFORCEMENT_MEANS_UNKNOWN", + "AUTOMATED", + "HUMAN_REVIEW" ], "enumDescriptions": [ - "Value is not specified or is unknown in this version.", - "0% viewable.", - "25% viewable.", - "50% viewable.", - "75% viewable.", - "100% viewable." + "Unknown or not specified.", + "The enforcement process was fully automated.", + "A human was partially or fully involved in the decision enforcement process." ], "type": "string" }, - "minimumVolume": { - "description": "Required. The minimum percentage of the video ad's volume required in order for an impression to be recorded.", + "policyLabel": { + "description": "Localized label text for policy. Examples include \"Trademarks in text\", \"Contains Alcohol\", etc.", + "type": "string" + }, + "policyTopic": { + "description": "The policy topic. Examples include \"TRADEMARKS\", \"ALCOHOL\", etc.", + "type": "string" + }, + "policyTopicConstraints": { + "description": "The serving constraints relevant to the policy decision.", + "items": { + "$ref": "AdPolicyTopicConstraint" + }, + "type": "array" + }, + "policyTopicDescription": { + "description": "A short summary description of the policy topic.", + "type": "string" + }, + "policyTopicEvidences": { + "description": "The evidence used in the policy decision.", + "items": { + "$ref": "AdPolicyTopicEvidence" + }, + "type": "array" + }, + "policyTopicType": { + "description": "How ad serving will be affected due to the relation to the ad policy topic.", "enum": [ - "VIDEO_VOLUME_PERCENT_UNSPECIFIED", - "VIDEO_VOLUME_PERCENT_0", - "VIDEO_VOLUME_PERCENT_10" + "AD_POLICY_TOPIC_ENTRY_TYPE_UNKNOWN", + "PROHIBITED", + "FULLY_LIMITED", + "LIMITED", + "DESCRIPTIVE", + "BROADENING", + "AREA_OF_INTEREST_ONLY" ], "enumDescriptions": [ - "Value is not specified or is unknown in this version.", - "0% volume.", - "10% volume." + "Unknown or not specified.", + "The resource will not serve.", + "The resource will not serve in all targeted countries.", + "The resource cannot serve in some countries.", + "The resource can serve.", + "The resource can serve, and may serve beyond normal coverage.", + "The resource is constrained for all targeted countries, but may serve for users who are searching for information about the targeted countries." ], "type": "string" } }, "type": "object" }, - "AdGroup": { - "description": "A single ad group associated with a line item.", - "id": "AdGroup", + "AdPolicyTopicEvidence": { + "description": "Evidence information used in the policy decision.", + "id": "AdPolicyTopicEvidence", "properties": { - "adGroupFormat": { - "description": "The format of the ads in the ad group.", + "counterfeit": { + "$ref": "AdPolicyTopicEvidenceCounterfeit", + "description": "Counterfeit enforcement that caused a policy violation." + }, + "destinationMismatch": { + "$ref": "AdPolicyTopicEvidenceDestinationMismatch", + "description": "A mismatch between the ad destination URLs." + }, + "destinationNotWorking": { + "$ref": "AdPolicyTopicEvidenceDestinationNotWorking", + "description": "Information on HTTP or DNS errors related to the ad destination." + }, + "destinationTextList": { + "$ref": "AdPolicyTopicEvidenceDestinationTextList", + "description": "The text in the destination of the ad that is causing a policy violation." + }, + "httpCode": { + "description": "HTTP code returned when the final URL was crawled.", + "format": "int32", + "type": "integer" + }, + "languageCode": { + "description": "The language the ad was detected to be written in. This field uses IETF language tags, such as \"en-US\".", + "type": "string" + }, + "legalRemoval": { + "$ref": "AdPolicyTopicEvidenceLegalRemoval", + "description": "Legal related regulation enforcement that caused a policy violation." + }, + "regionalRequirements": { + "$ref": "AdPolicyTopicEvidenceRegionalRequirements", + "description": "T&S proactive enforcement that caused a policy violation." + }, + "textList": { + "$ref": "AdPolicyTopicEvidenceTextList", + "description": "List of evidence found in the text of the ad." + }, + "trademark": { + "$ref": "AdPolicyTopicEvidenceTrademark", + "description": "Trademark terms that caused a policy violation." + }, + "websiteList": { + "$ref": "AdPolicyTopicEvidenceWebsiteList", + "description": "List of websites linked with the ad." + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceCounterfeit": { + "description": "Details on the counterfeit enforcement that caused a policy violation.", + "id": "AdPolicyTopicEvidenceCounterfeit", + "properties": { + "owners": { + "description": "The content or product owners that made a complaint.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceDestinationMismatch": { + "description": "Details on a mismatch between destination URL types.", + "id": "AdPolicyTopicEvidenceDestinationMismatch", + "properties": { + "uriTypes": { + "description": "The set of URLs that do not match. The list can include single or multiple uri types. Example 1: [`DISPLAY_URL`, `FINAL_URL`] means ad display URL does not match with the ad final URL. Example 2: [`FINAL_URL`] means ad final URL did not match the crawled url, which is also considered as destination mismatch.", + "items": { + "enum": [ + "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_MISMATCH_URL_TYPE_UNKNOWN", + "DISPLAY_URL", + "FINAL_URL", + "FINAL_MOBILE_URL", + "TRACKING_URL", + "MOBILE_TRACKING_URL" + ], + "enumDescriptions": [ + "Not specified or unknown.", + "The display URL.", + "The final URL.", + "The final mobile URL.", + "The tracking URL.", + "The mobile tracking URL." + ], + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceDestinationNotWorking": { + "description": "Details for on HTTP or DNS errors related to the ad destination.", + "id": "AdPolicyTopicEvidenceDestinationNotWorking", + "properties": { + "device": { + "description": "The device where visiting the URL resulted in the error.", "enum": [ - "AD_GROUP_FORMAT_UNSPECIFIED", - "AD_GROUP_FORMAT_IN_STREAM", - "AD_GROUP_FORMAT_VIDEO_DISCOVERY", - "AD_GROUP_FORMAT_BUMPER", - "AD_GROUP_FORMAT_NON_SKIPPABLE_IN_STREAM", - "AD_GROUP_FORMAT_AUDIO", - "AD_GROUP_FORMAT_RESPONSIVE", - "AD_GROUP_FORMAT_REACH", - "AD_GROUP_FORMAT_MASTHEAD", - "AD_GROUP_FORMAT_DEMAND_GEN" + "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DEVICE_TYPE_UNKNOWN", + "DESKTOP", + "ANDROID", + "IOS" ], "enumDescriptions": [ - "Format value is not specified or is unknown in this version.", - "In-stream ads.", - "In-feed ads.", - "Bumper ads.", - "Non-skippable in-stream ads.", - "Non-skippable in-stream audio ads.", - "Responsive ads.", - "[Effective reach ad groups] (https://support.google.com/displayvideo/answer/9173684), including in-stream and bumper ads.", - "Masthead Ad that is surfaced on the top slot on the YouTube homepage.", - "Demand Gen ads." + "Not specified or unknown.", + "Desktop device.", + "Android device.", + "iOS device." ], "type": "string" }, - "adGroupId": { - "description": "The unique ID of the ad group. Assigned by the system.", - "format": "int64", + "dnsErrorType": { + "description": "The type of DNS error.", + "enum": [ + "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DNS_ERROR_TYPE_UNKNOWN", + "HOSTNAME_NOT_FOUND", + "GOOGLE_CRAWLER_DNS_ISSUE" + ], + "enumDescriptions": [ + "Not specified or unknown.", + "Host name not found in DNS when fetching landing page.", + "Google could not crawl the landing page when communicating with DNS." + ], "type": "string" }, - "advertiserId": { - "description": "The unique ID of the advertiser the ad group belongs to.", - "format": "int64", + "expandedUri": { + "description": "The full URL that didn't work.", "type": "string" }, - "bidStrategy": { - "$ref": "BiddingStrategy", - "description": "The bidding strategy used by the ad group. Only the youtubeAndPartnersBid field can be used in the bidding strategy." - }, - "displayName": { - "description": "The display name of the ad group. Must be UTF-8 encoded with a maximum size of 255 bytes.", + "httpErrorCode": { + "description": "The HTTP error code.", + "format": "int64", "type": "string" }, - "entityStatus": { - "description": "Controls whether or not the ad group can spend its budget and bid on inventory. If the ad group's parent line item is not active, the ad group can't spend its budget even if its own status is `ENTITY_STATUS_ACTIVE`.", + "lastCheckedTime": { + "description": "The last time the error was seen when navigating to URL.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceDestinationTextList": { + "description": "A list of destination text that violated the policy.", + "id": "AdPolicyTopicEvidenceDestinationTextList", + "properties": { + "destinationTexts": { + "description": "Destination text that caused the policy finding.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceLegalRemoval": { + "description": "Legal related regulation enforcement, either from DMCA or local legal regulation.", + "id": "AdPolicyTopicEvidenceLegalRemoval", + "properties": { + "complaintType": { + "description": "The type of complaint causing the legal removal.", "enum": [ - "ENTITY_STATUS_UNSPECIFIED", - "ENTITY_STATUS_ACTIVE", - "ENTITY_STATUS_ARCHIVED", - "ENTITY_STATUS_DRAFT", - "ENTITY_STATUS_PAUSED", - "ENTITY_STATUS_SCHEDULED_FOR_DELETION" + "AD_POLICY_TOPIC_EVIDENCE_LEGAL_REMOVAL_COMPLAINT_TYPE_UNKNOWN", + "COPYRIGHT", + "COURT_ORDER", + "LOCAL_LEGAL" ], "enumDescriptions": [ - "Default value when status is not specified or is unknown in this version.", - "The entity is enabled to bid and spend budget.", - "The entity is archived. Bidding and budget spending are disabled. An entity can be deleted after archived. Deleted entities cannot be retrieved.", - "The entity is under draft. Bidding and budget spending are disabled.", - "Bidding and budget spending are paused for the entity.", - "The entity is scheduled for deletion." + "Not specified or unknown.", + "Copyright. Only applies to DMCA.", + "Court order. Only applies to local legal.", + "Local legal regulation. Only applies to local legal." ], "type": "string" }, - "lineItemId": { - "description": "The unique ID of the line item that the ad group belongs to.", - "format": "int64", - "type": "string" + "countryRestrictions": { + "description": "The countries restricted due to the legal removal.", + "items": { + "$ref": "AdPolicyCriterionRestriction" + }, + "type": "array" }, - "name": { - "description": "The resource name of the ad group.", - "type": "string" + "dmca": { + "$ref": "AdPolicyTopicEvidenceLegalRemovalDmca", + "description": "Details on the DMCA regulation legal removal." }, - "productFeedData": { - "$ref": "ProductFeedData", - "description": "The settings of the product feed in this ad group." + "localLegal": { + "$ref": "AdPolicyTopicEvidenceLegalRemovalLocalLegal", + "description": "Details on the local legal regulation legal removal." }, - "targetingExpansion": { - "$ref": "TargetingExpansionConfig", - "description": "The [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the ad group." + "restrictedUris": { + "description": "The urls restricted due to the legal removal.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceLegalRemovalDmca": { + "description": "DMCA complaint details.", + "id": "AdPolicyTopicEvidenceLegalRemovalDmca", + "properties": { + "complainant": { + "description": "The entity who made the legal complaint.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceLegalRemovalLocalLegal": { + "description": "Local legal regulation details.", + "id": "AdPolicyTopicEvidenceLegalRemovalLocalLegal", + "properties": { + "lawType": { + "description": "Type of law for the legal notice.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceRegionalRequirements": { + "description": "Trust & Safety (T&S) proactive enforcement for policies meant to address regional requirements. This is considered a Google-owned investigation instead of a regulation notice since it's proactive T&S enforcement.", + "id": "AdPolicyTopicEvidenceRegionalRequirements", + "properties": { + "regionalRequirementsEntries": { + "description": "List of regional requirements.", + "items": { + "$ref": "AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry" + }, + "type": "array" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry": { + "description": "Policy level regional legal violation details.", + "id": "AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry", + "properties": { + "countryRestrictions": { + "description": "The countries restricted due to the legal policy.", + "items": { + "$ref": "AdPolicyCriterionRestriction" + }, + "type": "array" + }, + "legalPolicy": { + "description": "The legal policy that is being violated.", + "type": "string" + } + }, + "type": "object" + }, + "AdPolicyTopicEvidenceTextList": { + "description": "A list of fragments of text that violated the policy.", + "id": "AdPolicyTopicEvidenceTextList", + "properties": { + "texts": { + "description": "The fragments of text from the resource that caused the policy finding.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" }, - "AdGroupAd": { - "description": "A single ad associated with an ad group.", - "id": "AdGroupAd", + "AdPolicyTopicEvidenceTrademark": { + "description": "Trademark terms that caused a policy violation.", + "id": "AdPolicyTopicEvidenceTrademark", "properties": { - "adGroupAdId": { - "description": "The unique ID of the ad. Assigned by the system.", - "format": "int64", - "type": "string" - }, - "adGroupId": { - "description": "The unique ID of the ad group that the ad belongs to.", - "format": "int64", - "type": "string" - }, - "adUrls": { - "description": "List of URLs used by the ad.", + "countryRestrictions": { + "description": "Countries where the policy violation is relevant.", "items": { - "$ref": "AdUrl" + "$ref": "AdPolicyCriterionRestriction" }, "type": "array" }, - "advertiserId": { - "description": "The unique ID of the advertiser the ad belongs to.", - "format": "int64", - "type": "string" - }, - "audioAd": { - "$ref": "AudioAd", - "description": "Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives." - }, - "bumperAd": { - "$ref": "BumperAd", - "description": "Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or less than 6 seconds, used for reach." - }, - "displayName": { - "description": "The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes.", - "type": "string" - }, - "displayVideoSourceAd": { - "$ref": "DisplayVideoSourceAd", - "description": "Details of an ad sourced from a Display & Video 360 creative." - }, - "entityStatus": { - "description": "The entity status of the ad.", - "enum": [ - "ENTITY_STATUS_UNSPECIFIED", - "ENTITY_STATUS_ACTIVE", - "ENTITY_STATUS_ARCHIVED", - "ENTITY_STATUS_DRAFT", - "ENTITY_STATUS_PAUSED", - "ENTITY_STATUS_SCHEDULED_FOR_DELETION" - ], - "enumDescriptions": [ - "Default value when status is not specified or is unknown in this version.", - "The entity is enabled to bid and spend budget.", - "The entity is archived. Bidding and budget spending are disabled. An entity can be deleted after archived. Deleted entities cannot be retrieved.", - "The entity is under draft. Bidding and budget spending are disabled.", - "Bidding and budget spending are paused for the entity.", - "The entity is scheduled for deletion." - ], + "owner": { + "description": "The trademark content owner.", "type": "string" }, - "inStreamAd": { - "$ref": "InStreamAd", - "description": "Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), used for brand awareness or reach marketing objectives." - }, - "mastheadAd": { - "$ref": "MastheadAd", - "description": "Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826)." - }, - "name": { - "description": "The resource name of the ad.", + "term": { + "description": "The trademark term.", "type": "string" - }, - "nonSkippableAd": { - "$ref": "NonSkippableAd", - "description": "Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), between 6 and 15 seconds, used for reach marketing objectives." - }, - "videoDiscoverAd": { - "$ref": "VideoDiscoveryAd", - "description": "Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places of discovery." - }, - "videoPerformanceAd": { - "$ref": "VideoPerformanceAd", - "description": "Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive actions to the business, service or product." } }, "type": "object" }, - "AdGroupAssignedTargetingOption": { - "description": "Wrapper object associating an AssignedTargetingOption resource and the ad group it is assigned to.", - "id": "AdGroupAssignedTargetingOption", + "AdPolicyTopicEvidenceWebsiteList": { + "description": "A list of websites that violated the policy.", + "id": "AdPolicyTopicEvidenceWebsiteList", "properties": { - "adGroupId": { - "description": "The ID of the ad group the assigned targeting option is assigned to.", - "format": "int64", - "type": "string" - }, - "assignedTargetingOption": { - "$ref": "AssignedTargetingOption", - "description": "The assigned targeting option resource." + "websites": { + "description": "Websites that caused the policy finding.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -10802,7 +12042,7 @@ "Creative height and width in pixels. Value is stored in the creativeDimensionValue field of the comparison value.", "Video content duration. Value is stored in the contentDurationValue field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`.", "Video delivery type. Value is stored in the contentStreamTypeValue field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`.", - "Video genre id. Value is stored in the int64Value field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`." + "Video genre id. Value is stored in the contentGenreIdValue field of the comparison value. The comparisonOperator field must be set to `LIST_CONTAINS`." ], "type": "string" } @@ -11798,6 +13038,34 @@ }, "type": "object" }, + "BulkCreateAdAssetsRequest": { + "description": "A request message for BulkCreateAdAssets.", + "id": "BulkCreateAdAssetsRequest", + "properties": { + "adAssets": { + "description": "Required. Ad assets to create. Only supports assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`.", + "items": { + "$ref": "AdAsset" + }, + "type": "array" + } + }, + "type": "object" + }, + "BulkCreateAdAssetsResponse": { + "description": "A response message for BulkCreateAdAssets.", + "id": "BulkCreateAdAssetsResponse", + "properties": { + "adAssets": { + "description": "The created ad assets.", + "items": { + "$ref": "AdAsset" + }, + "type": "array" + } + }, + "type": "object" + }, "BulkEditAdvertiserAssignedTargetingOptionsRequest": { "description": "Request message for BulkEditAdvertiserAssignedTargetingOptions.", "id": "BulkEditAdvertiserAssignedTargetingOptionsRequest", @@ -13424,6 +14692,17 @@ }, "type": "object" }, + "CreateAdAssetRequest": { + "description": "A request message for CreateAdAsset.", + "id": "CreateAdAssetRequest", + "properties": { + "adAsset": { + "$ref": "AdAsset", + "description": "Required. The ad asset to create. Only supports assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`." + } + }, + "type": "object" + }, "CreateAssetRequest": { "description": "A request message for CreateAsset.", "id": "CreateAssetRequest", @@ -13614,7 +14893,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -13634,6 +14914,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -13654,7 +14935,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } @@ -17943,12 +19225,14 @@ "enum": [ "SUSPICIOUS_ACTIVITY_UNSPECIFIED", "SUSPICIOUS_ACTIVITY_HR", - "SUSPICIOUS_ACTIVITY_HMR" + "SUSPICIOUS_ACTIVITY_HMR", + "SUSPICIOUS_ACTIVITY_FD" ], "enumDescriptions": [ "This enum is only a placeholder and it doesn't specify any ad fraud prevention options.", "Ad Fraud - Exclude High Risk.", - "Ad Fraud - Exclude High and Moderate Risk." + "Ad Fraud - Exclude High and Moderate Risk.", + "Ad Fraud - Exclude Fraudulent Device." ], "type": "string" }, @@ -19230,6 +20514,24 @@ }, "type": "object" }, + "ListAdAssetsResponse": { + "description": "A response message for ListAdAssets.", + "id": "ListAdAssetsResponse", + "properties": { + "adAssets": { + "description": "The list of ad assets. The list will only contain assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. This list will be absent if empty.", + "items": { + "$ref": "AdAsset" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListAdAssets` method to retrieve the next page of results.", + "type": "string" + } + }, + "type": "object" + }, "ListAdGroupAdsResponse": { "id": "ListAdGroupAdsResponse", "properties": { @@ -19836,6 +21138,24 @@ }, "type": "object" }, + "ListYoutubeAssetAssociationsResponse": { + "description": "Response message for YoutubeAssetAssociationService.ListYoutubeAssetAssociations.", + "id": "ListYoutubeAssetAssociationsResponse", + "properties": { + "nextPageToken": { + "description": "A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListYoutubeAssetAssociations` method to retrieve the next page of results.", + "type": "string" + }, + "youtubeAssetAssociations": { + "description": "The list of asset associations. This list will be absent if empty.", + "items": { + "$ref": "YoutubeAssetAssociation" + }, + "type": "array" + } + }, + "type": "object" + }, "LocationList": { "description": "A list of locations used for targeting.", "id": "LocationList", @@ -21486,7 +22806,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -21506,6 +22827,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -21526,7 +22848,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } @@ -21578,7 +22901,8 @@ "SDF_VERSION_8", "SDF_VERSION_8_1", "SDF_VERSION_9", - "SDF_VERSION_9_1" + "SDF_VERSION_9_1", + "SDF_VERSION_9_2" ], "enumDeprecated": [ false, @@ -21598,6 +22922,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -21618,7 +22943,8 @@ "SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version.", "SDF version 8.1.", "SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version.", - "SDF version 9.1." + "SDF version 9.1.", + "SDF version 9.2." ], "type": "string" } @@ -22509,6 +23835,42 @@ }, "type": "object" }, + "UploadAdAssetRequest": { + "description": "A request message for UploadAdAsset.", + "id": "UploadAdAssetRequest", + "properties": { + "adAssetType": { + "description": "Required. The type of the ad asset. Only `AD_ASSET_TYPE_IMAGE` is supported.", + "enum": [ + "AD_ASSET_TYPE_UNSPECIFIED", + "AD_ASSET_TYPE_IMAGE", + "AD_ASSET_TYPE_YOUTUBE_VIDEO" + ], + "enumDescriptions": [ + "The ad asset type is unspecified.", + "The ad asset is a YouTube/DemandGen image.", + "The ad asset is a YouTube video." + ], + "type": "string" + }, + "filename": { + "description": "Required. The filename of the ad asset, including the file extension. The filename must be UTF-8 encoded with a maximum size of 240 bytes.", + "type": "string" + } + }, + "type": "object" + }, + "UploadAdAssetResponse": { + "description": "A response message for UploadAdAsset.", + "id": "UploadAdAssetResponse", + "properties": { + "adAsset": { + "$ref": "AdAsset", + "description": "The created ad asset." + } + }, + "type": "object" + }, "UrlAssignedTargetingOptionDetails": { "description": "Details for assigned URL targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_URL`.", "id": "UrlAssignedTargetingOptionDetails", @@ -23101,6 +24463,188 @@ }, "type": "object" }, + "YoutubeAssetAssociation": { + "description": "An association between a resource and a YouTube asset.", + "id": "YoutubeAssetAssociation", + "properties": { + "linkedYoutubeAsset": { + "$ref": "YoutubeAssetAssociationLinkedYouTubeAsset", + "description": "Required. The YouTube asset associated with the resource." + }, + "name": { + "description": "Identifier. The resource name of the association. For line item-level associations: The name pattern is `advertisers/{advertiser_id}/lineItems/{line_item_id}/youtubeAssetTypes/{youtube_asset_type}/youtubeAssetAssociations/{youtube_asset_association_id}`. For ad group-level associations: The name pattern is `advertisers/{advertiser_id}/adGroups/{ad_group_id}/youtubeAssetTypes/{youtube_asset_type}/youtubeAssetAssociations/{youtube_asset_association_id}`. For `YOUTUBE_ASSET_TYPE_LOCATION` and `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: `youtube_asset_association_id` is the ID of the asset set linked, or 0 if the location_matching_type or affiliate_location_matching_type is `DISABLED`. For `YOUTUBE_ASSET_TYPE_SITELINK` associations: `youtube_asset_association_id` is be the ID of the sitelink asset linked.", + "type": "string" + }, + "youtubeAssetType": { + "description": "Required. The type of YouTube asset associated with the resource.", + "enum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "enumDescriptions": [ + "YouTube asset type is not specified or is unknown in this version.", + "Location asset.", + "Affiliate location asset.", + "Sitelink asset." + ], + "type": "string" + } + }, + "type": "object" + }, + "YoutubeAssetAssociationAffiliateLocationAssetFilter": { + "description": "An asset filter that matches eligible affiliate location assets for serving.", + "id": "YoutubeAssetAssociationAffiliateLocationAssetFilter", + "properties": { + "affiliateLocationMatchingFunction": { + "$ref": "YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationMatchingFunction", + "description": "Optional. The matching function that determines how the affiliate location asset filter matches affiliate location assets. This field is required and can only be set for if affiliate_location_matching_type is `SELECTED_CHAINS`." + }, + "affiliateLocationMatchingType": { + "description": "Required. The matching type of this affiliate location asset filter.", + "enum": [ + "AFFILIATE_LOCATION_MATCHING_TYPE_UNSPECIFIED", + "SELECT_ALL", + "SELECTED_CHAINS", + "DISABLED" + ], + "enumDescriptions": [ + "Affiliate location matching type is not specified or is unknown in this version.", + "All available affiliate location assets are eligible for serving.", + "The selected affiliate location assets can serve.", + "No affiliate location assets can serve." + ], + "type": "string" + }, + "assetSetId": { + "description": "Output only. The ID of the asset set that matches the affiliate location assets eligible for serving.", + "format": "int64", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationChain": { + "description": "A chain of affiliate locations.", + "id": "YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationChain", + "properties": { + "chainId": { + "description": "Required. ID of the affiliate location chain.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationMatchingFunction": { + "description": "The matching function for an affiliate location asset filter.", + "id": "YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationMatchingFunction", + "properties": { + "chains": { + "description": "Optional. The selected affiliate location chain IDs. This field is required if affiliate_location_matching_type is `SELECTED_CHAINS`.", + "items": { + "$ref": "YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationChain" + }, + "type": "array" + } + }, + "type": "object" + }, + "YoutubeAssetAssociationLinkedYouTubeAsset": { + "description": "A YouTube asset linked to a resource in a YoutubeAssetAssociation.", + "id": "YoutubeAssetAssociationLinkedYouTubeAsset", + "properties": { + "affiliateLocationAssetFilter": { + "$ref": "YoutubeAssetAssociationAffiliateLocationAssetFilter", + "description": "An affiliate location asset filter. This can be set only when youtube_asset_type is `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION`." + }, + "locationAssetFilter": { + "$ref": "YoutubeAssetAssociationLocationAssetFilter", + "description": "A location asset filter. This can be set only when youtube_asset_type is `YOUTUBE_ASSET_TYPE_LOCATION`." + }, + "sitelinkAsset": { + "$ref": "YoutubeAssetAssociationSitelinkAsset", + "description": "A sitelink asset. This can be set only when youtube_asset_type is `YOUTUBE_ASSET_TYPE_SITELINK`." + } + }, + "type": "object" + }, + "YoutubeAssetAssociationLocationAssetFilter": { + "description": "An asset filter that matches eligible location assets for serving.", + "id": "YoutubeAssetAssociationLocationAssetFilter", + "properties": { + "assetSetId": { + "description": "Output only. The ID of the asset set that matches the location assets eligible for serving.", + "format": "int64", + "readOnly": true, + "type": "string" + }, + "locationMatchingFunction": { + "$ref": "YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction", + "description": "Optional. The matching function that determines how the location asset filter matches location assets. This field is required and can only be set for if location_matching_type is `FILTER` or `SELECTED_ASSETS`." + }, + "locationMatchingType": { + "description": "Required. The matching type of this location asset filter.", + "enum": [ + "LOCATION_MATCHING_TYPE_UNSPECIFIED", + "SELECT_ALL", + "FILTER", + "SELECTED_ASSETS", + "DISABLED" + ], + "enumDescriptions": [ + "Location matching type is not specified or is unknown in this version.", + "All available location assets are eligible for serving.", + "The location assets that match a provided business name and/or label filters can serve.", + "Only the selected location assets can serve.", + "No location assets can serve." + ], + "type": "string" + } + }, + "type": "object" + }, + "YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction": { + "description": "The matching function for a location asset filter.", + "id": "YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction", + "properties": { + "business": { + "description": "Optional. The business name to match with. This field is optional and can only be set if location_matching_type is `FILTER`.", + "type": "string" + }, + "labels": { + "description": "Optional. The labels to match with. Labels are logically OR'ed together. This field is optional and can only be set if location_matching_type is `FILTER`.", + "items": { + "type": "string" + }, + "type": "array" + }, + "locationAssetIds": { + "description": "Optional. The selected location asset IDs. This field is required if location_matching_type is `SELECTED_ASSETS`.", + "items": { + "format": "int64", + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "YoutubeAssetAssociationSitelinkAsset": { + "description": "A sitelink asset.", + "id": "YoutubeAssetAssociationSitelinkAsset", + "properties": { + "assetId": { + "description": "Required. ID of the sitelink asset.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "YoutubeChannelAssignedTargetingOptionDetails": { "description": "Details for YouTube channel assigned targeting option. This will be populated in the youtube_channel_details field when targeting_type is `TARGETING_TYPE_YOUTUBE_CHANNEL`.", "id": "YoutubeChannelAssignedTargetingOptionDetails", @@ -23116,6 +24660,17 @@ }, "type": "object" }, + "YoutubeVideoAsset": { + "description": "Data for a YouTube video ad asset.", + "id": "YoutubeVideoAsset", + "properties": { + "youtubeVideoId": { + "description": "Required. The YouTube video id of the asset. This is the 11 char string value used in the YouTube video URL.", + "type": "string" + } + }, + "type": "object" + }, "YoutubeVideoAssignedTargetingOptionDetails": { "description": "Details for YouTube video assigned targeting option. This will be populated in the youtube_video_details field when targeting_type is `TARGETING_TYPE_YOUTUBE_VIDEO`.", "id": "YoutubeVideoAssignedTargetingOptionDetails", diff --git a/DiscoveryJson/dlp.v2.json b/DiscoveryJson/dlp.v2.json index 944c4e2661b..b2ed634683a 100644 --- a/DiscoveryJson/dlp.v2.json +++ b/DiscoveryJson/dlp.v2.json @@ -783,7 +783,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `table_data_profile_name` - The name of the related table data profile. - `project_id` - The Google Cloud project ID. (REQUIRED) - `dataset_id` - The BigQuery dataset ID. (REQUIRED) - `table_id` - The BigQuery table ID. (REQUIRED) - `field_id` - The ID of the BigQuery field. - `info_type` - The infotype detected in the resource. - `sensitivity_level` - HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data. - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `table_data_profile_name`: The name of the related table data profile - `project_id`: The Google Cloud project ID (REQUIRED) - `dataset_id`: The BigQuery dataset ID (REQUIRED) - `table_id`: The BigQuery table ID (REQUIRED) - `field_id`: The ID of the BigQuery field - `info_type`: The infotype detected in the resource - `sensitivity_level`: HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data - `status_code`: An RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS * profile_last_generated < \"2025-01-01T00:00:00.000Z\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -911,7 +911,7 @@ ], "parameters": { "filter": { - "description": "Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR", + "description": "Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR The syntax is based on https://google.aip.dev/160.", "location": "query", "type": "string" }, @@ -980,7 +980,7 @@ ], "parameters": { "filter": { - "description": "Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR", + "description": "Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR The syntax is based on https://google.aip.dev/160.", "location": "query", "type": "string" }, @@ -1332,7 +1332,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The name of the trigger that created the job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The name of the trigger that created the job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. The syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -1452,7 +1452,7 @@ ], "parameters": { "filter": { - "description": "Optional. Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - `account_id` - The AWS account ID. - `file_store_path` - The path like \"gs://bucket\". - `data_source_type` - The profile's data source type, like \"google/storage/bucket\". - `data_storage_location` - The location where the file store's data is stored, like \"us-central1\". - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * `file_store_path = \"gs://mybucket\"` The length of this field should be no more than 500 characters.", + "description": "Optional. Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `account_id`: The AWS account ID - `file_store_path`: The path like \"gs://bucket\" - `data_source_type`: The profile's data source type, like \"google/storage/bucket\" - `data_storage_location`: The location where the file store's data is stored, like \"us-central1\" - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` or `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * `file_store_path = \"gs://mybucket\"` * `profile_last_generated < \"2025-01-01T00:00:00.000Z\"` The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -1780,7 +1780,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. The syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -1903,12 +1903,12 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `project_id`: the Google Cloud project ID - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `status_code`: an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` or `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `profile_last_generated < \"2025-01-01T00:00:00.000Z\"` The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, "orderBy": { - "description": "Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`: Google Cloud project ID - `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.", + "description": "Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields: - `project_id`: Google Cloud project ID - `sensitivity_level`: How sensitive the data in a project is, at most - `data_risk_level`: How much risk is associated with this data - `profile_last_generated`: Date and time (in epoch seconds) the profile was last generated", "location": "query", "type": "string" }, @@ -2159,7 +2159,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `dataset_id`: The BigQuery dataset ID - `table_id`: The ID of the BigQuery table - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` or `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * `profile_last_generated < \"2025-01-01T00:00:00.000Z\"` The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -2721,7 +2721,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The name of the trigger that created the job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The name of the trigger that created the job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. The syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -3085,7 +3085,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. The syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -3210,7 +3210,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `table_data_profile_name` - The name of the related table data profile. - `project_id` - The Google Cloud project ID. (REQUIRED) - `dataset_id` - The BigQuery dataset ID. (REQUIRED) - `table_id` - The BigQuery table ID. (REQUIRED) - `field_id` - The ID of the BigQuery field. - `info_type` - The infotype detected in the resource. - `sensitivity_level` - HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data. - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `table_data_profile_name`: The name of the related table data profile - `project_id`: The Google Cloud project ID (REQUIRED) - `dataset_id`: The BigQuery dataset ID (REQUIRED) - `table_id`: The BigQuery table ID (REQUIRED) - `field_id`: The ID of the BigQuery field - `info_type`: The infotype detected in the resource - `sensitivity_level`: HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data - `status_code`: An RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS * profile_last_generated < \"2025-01-01T00:00:00.000Z\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -3338,7 +3338,7 @@ ], "parameters": { "filter": { - "description": "Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR", + "description": "Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR The syntax is based on https://google.aip.dev/160.", "location": "query", "type": "string" }, @@ -3407,7 +3407,7 @@ ], "parameters": { "filter": { - "description": "Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR", + "description": "Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR The syntax is based on https://google.aip.dev/160.", "location": "query", "type": "string" }, @@ -4009,7 +4009,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The name of the trigger that created the job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The name of the trigger that created the job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. The syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -4129,7 +4129,7 @@ ], "parameters": { "filter": { - "description": "Optional. Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - `account_id` - The AWS account ID. - `file_store_path` - The path like \"gs://bucket\". - `data_source_type` - The profile's data source type, like \"google/storage/bucket\". - `data_storage_location` - The location where the file store's data is stored, like \"us-central1\". - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * `file_store_path = \"gs://mybucket\"` The length of this field should be no more than 500 characters.", + "description": "Optional. Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `account_id`: The AWS account ID - `file_store_path`: The path like \"gs://bucket\" - `data_source_type`: The profile's data source type, like \"google/storage/bucket\" - `data_storage_location`: The location where the file store's data is stored, like \"us-central1\" - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` or `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * `file_store_path = \"gs://mybucket\"` * `profile_last_generated < \"2025-01-01T00:00:00.000Z\"` The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -4545,7 +4545,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. The syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \\\"2017-12-12T00:00:00+00:00\\\" The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -4668,12 +4668,12 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `project_id`: the Google Cloud project ID - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `status_code`: an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` or `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `profile_last_generated < \"2025-01-01T00:00:00.000Z\"` The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, "orderBy": { - "description": "Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`: Google Cloud project ID - `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.", + "description": "Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields: - `project_id`: Google Cloud project ID - `sensitivity_level`: How sensitive the data in a project is, at most - `data_risk_level`: How much risk is associated with this data - `profile_last_generated`: Date and time (in epoch seconds) the profile was last generated", "location": "query", "type": "string" }, @@ -4924,7 +4924,7 @@ ], "parameters": { "filter": { - "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` The length of this field should be no more than 500 characters.", + "description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `dataset_id`: The BigQuery dataset ID - `table_id`: The ID of the BigQuery table - `sensitivity_level`: HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - `profile_last_generated`: Date and time the profile was last generated * The operator must be `=` or `!=`. The `profile_last_generated` filter also supports `<` and `>`. The syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * `profile_last_generated < \"2025-01-01T00:00:00.000Z\"` The length of this field should be no more than 500 characters.", "location": "query", "type": "string" }, @@ -5123,7 +5123,7 @@ } } }, - "revision": "20250921", + "revision": "20251102", "rootUrl": "https://dlp.googleapis.com/", "schemas": { "GooglePrivacyDlpV2Action": { @@ -7032,8 +7032,7 @@ "id": "GooglePrivacyDlpV2DataSourceType", "properties": { "dataSource": { - "description": "Output only. An identifying string to the type of resource being profiled. Current values: * google/bigquery/table * google/project * google/sql/table * google/gcs/bucket", - "readOnly": true, + "description": "An identifying string to the type of resource being profiled. Current values: * google/bigquery/table * google/project * google/sql/table * google/gcs/bucket", "type": "string" } }, @@ -8452,9 +8451,9 @@ ], "enumDescriptions": [ "Invalid.", - "Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings", - "Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings", - "Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings" + "Full match. - Dictionary: join of Dictionary results matched the complete finding quote - Regex: all regex matches fill a finding quote from start to end - Exclude infoType: completely inside affecting infoTypes findings", + "Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude infoType: intersects with affecting infoTypes findings", + "Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude infoType: no intersection with affecting infoTypes findings" ], "type": "string" }, @@ -8664,7 +8663,7 @@ }, "includeTags": { "$ref": "GooglePrivacyDlpV2TagFilters", - "description": "Optional. To be included in the collection, a resource must meet all of the following requirements: - If tag filters are provided, match all provided tag filters. - If one or more patterns are specified, match at least one pattern. For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. See https://cloud.google.com/sensitive-data-protection/docs/profile-project-cloud-storage#manage-schedules to learn more." + "description": "Optional. To be included in the collection, a resource must meet all of the following requirements: - If tag filters are provided, match all provided tag filters. - If one or more patterns are specified, match at least one pattern. For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, see [Manage schedules](https://cloud.google.com/sensitive-data-protection/docs/profile-project-cloud-storage#manage-schedules)." } }, "type": "object" @@ -10810,7 +10809,7 @@ }, "storagePath": { "$ref": "GooglePrivacyDlpV2CloudStoragePath", - "description": "Store findings in an existing Cloud Storage bucket. Files will be generated with the job ID and file part number as the filename, and will contain findings in textproto format as SaveToGcsFindingsOutput. The file name will use the naming convention -, for example: my-job-id-2. Supported for Inspect jobs. The bucket must not be the same as the bucket being inspected. If storing findings to Cloud Storage, the output schema field should not be set. If set, it will be ignored." + "description": "Store findings in an existing Cloud Storage bucket. Files will be generated with the job ID and file part number as the filename and will contain findings in textproto format as SaveToGcsFindingsOutput. The filename will follow the naming convention `-`. Example: `my-job-id-2`. Supported for Inspect jobs. The bucket must not be the same as the bucket being inspected. If storing findings to Cloud Storage, the output schema field should not be set. If set, it will be ignored." }, "table": { "$ref": "GooglePrivacyDlpV2BigQueryTable", @@ -11149,7 +11148,7 @@ "type": "object" }, "GooglePrivacyDlpV2PublishFindingsToDataplexCatalog": { - "description": "Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-data-protection-job-result` aspect. To learn more about aspects, see [Send inspection results to Dataplex Universal Catalog as aspects](https://cloud.google.com/sensitive-data-protection/docs/add-aspects-inspection-job). Aspects are persisted in Dataplex Universal Catalog storage and are governed by service-specific policies for Dataplex Universal Catalog. For more information, see [Service Specific Terms](https://cloud.google.com/terms/service-terms). Only a single instance of this action can be specified. This action is allowed only if all resources being scanned are BigQuery tables. Compatible with: Inspect", + "description": "Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-data-protection-job-result` aspect. For more information, see [Send inspection results to Dataplex Universal Catalog as aspects](https://cloud.google.com/sensitive-data-protection/docs/add-aspects-inspection-job). Aspects are stored in Dataplex Universal Catalog storage and are governed by service-specific policies for Dataplex Universal Catalog. For more information, see [Service Specific Terms](https://cloud.google.com/terms/service-terms). Only a single instance of this action can be specified. This action is allowed only if all resources being scanned are BigQuery tables. Compatible with: Inspect", "id": "GooglePrivacyDlpV2PublishFindingsToDataplexCatalog", "properties": {}, "type": "object" @@ -11399,6 +11398,10 @@ "$ref": "GooglePrivacyDlpV2ByteContentItem", "description": "The content must be PNG, JPEG, SVG or BMP." }, + "deidentifyTemplate": { + "description": "The full resource name of the de-identification template to use. Settings in the main `image_redaction_configs` field override the corresponding settings in this de-identification template. The request fails if the type of the template's deidentify_config is not image_transformations.", + "type": "string" + }, "imageRedactionConfigs": { "description": "The configuration for specifying what content to redact from images.", "items": { @@ -11414,6 +11417,10 @@ "$ref": "GooglePrivacyDlpV2InspectConfig", "description": "Configuration for the inspector." }, + "inspectTemplate": { + "description": "The full resource name of the inspection template to use. Settings in the main `inspect_config` field override the corresponding settings in this inspection template. The merge behavior is as follows: - Singular field: The main field's value replaces the value of the corresponding field in the template. - Repeated fields: The field values are appended to the list defined in the template. - Sub-messages and groups: The fields are recursively merged.", + "type": "string" + }, "locationId": { "description": "Deprecated. This field has no effect.", "type": "string" @@ -13031,11 +13038,11 @@ "type": "object" }, "GooglePrivacyDlpV2VertexDatasetResourceReference": { - "description": "Identifies a single Vertex AI dataset.", + "description": "Identifies a single Vertex AI resource. Currently only datasets are supported.", "id": "GooglePrivacyDlpV2VertexDatasetResourceReference", "properties": { "datasetResourceName": { - "description": "Required. The name of the dataset resource. If set within a project-level configuration, the specified resource must be within the project.", + "description": "Required. The name of the Vertex AI resource. If set within a project-level configuration, the specified resource must be within the project. Examples: * `projects/{project}/locations/{location}/datasets/{dataset}`", "type": "string" } }, diff --git a/DiscoveryJson/docs.v1.json b/DiscoveryJson/docs.v1.json index d587f36f89e..28b73b9d253 100644 --- a/DiscoveryJson/docs.v1.json +++ b/DiscoveryJson/docs.v1.json @@ -221,7 +221,7 @@ } } }, - "revision": "20250925", + "revision": "20251110", "rootUrl": "https://docs.googleapis.com/", "schemas": { "AutoText": { @@ -922,6 +922,27 @@ }, "type": "object" }, + "DocumentFormat": { + "description": "Represents document-level format settings.", + "id": "DocumentFormat", + "properties": { + "documentMode": { + "description": "Whether the document has pages or is pageless.", + "enum": [ + "DOCUMENT_MODE_UNSPECIFIED", + "PAGES", + "PAGELESS" + ], + "enumDescriptions": [ + "The document mode is unspecified.", + "The document has pages.", + "The document is pageless." + ], + "type": "string" + } + }, + "type": "object" + }, "DocumentStyle": { "description": "The style of the document.", "id": "DocumentStyle", @@ -931,76 +952,80 @@ "description": "The background of the document. Documents cannot have a transparent background color." }, "defaultFooterId": { - "description": "The ID of the default footer. If not set, there's no default footer. This property is read-only.", + "description": "The ID of the default footer. If not set, there's no default footer. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "defaultHeaderId": { - "description": "The ID of the default header. If not set, there's no default header. This property is read-only.", + "description": "The ID of the default header. If not set, there's no default header. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, + "documentFormat": { + "$ref": "DocumentFormat", + "description": "Specifies document-level format settings, such as the document mode (pages vs pageless)." + }, "evenPageFooterId": { - "description": "The ID of the footer used only for even pages. The value of use_even_page_header_footer determines whether to use the default_footer_id or this value for the footer on even pages. If not set, there's no even page footer. This property is read-only.", + "description": "The ID of the footer used only for even pages. The value of use_even_page_header_footer determines whether to use the default_footer_id or this value for the footer on even pages. If not set, there's no even page footer. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "evenPageHeaderId": { - "description": "The ID of the header used only for even pages. The value of use_even_page_header_footer determines whether to use the default_header_id or this value for the header on even pages. If not set, there's no even page header. This property is read-only.", + "description": "The ID of the header used only for even pages. The value of use_even_page_header_footer determines whether to use the default_header_id or this value for the header on even pages. If not set, there's no even page header. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "firstPageFooterId": { - "description": "The ID of the footer used only for the first page. If not set then a unique footer for the first page does not exist. The value of use_first_page_header_footer determines whether to use the default_footer_id or this value for the footer on the first page. If not set, there's no first page footer. This property is read-only.", + "description": "The ID of the footer used only for the first page. If not set then a unique footer for the first page does not exist. The value of use_first_page_header_footer determines whether to use the default_footer_id or this value for the footer on the first page. If not set, there's no first page footer. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "firstPageHeaderId": { - "description": "The ID of the header used only for the first page. If not set then a unique header for the first page does not exist. The value of use_first_page_header_footer determines whether to use the default_header_id or this value for the header on the first page. If not set, there's no first page header. This property is read-only.", + "description": "The ID of the header used only for the first page. If not set then a unique header for the first page does not exist. The value of use_first_page_header_footer determines whether to use the default_header_id or this value for the header on the first page. If not set, there's no first page header. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "flipPageOrientation": { - "description": "Optional. Indicates whether to flip the dimensions of the page_size, which allows changing the page orientation between portrait and landscape.", + "description": "Optional. Indicates whether to flip the dimensions of the page_size, which allows changing the page orientation between portrait and landscape. If DocumentMode is PAGELESS, this property will not be rendered.", "type": "boolean" }, "marginBottom": { "$ref": "Dimension", - "description": "The bottom page margin. Updating the bottom page margin on the document style clears the bottom page margin on all section styles." + "description": "The bottom page margin. Updating the bottom page margin on the document style clears the bottom page margin on all section styles. If DocumentMode is PAGELESS, this property will not be rendered." }, "marginFooter": { "$ref": "Dimension", - "description": "The amount of space between the bottom of the page and the contents of the footer." + "description": "The amount of space between the bottom of the page and the contents of the footer. If DocumentMode is PAGELESS, this property will not be rendered." }, "marginHeader": { "$ref": "Dimension", - "description": "The amount of space between the top of the page and the contents of the header." + "description": "The amount of space between the top of the page and the contents of the header. If DocumentMode is PAGELESS, this property will not be rendered." }, "marginLeft": { "$ref": "Dimension", - "description": "The left page margin. Updating the left page margin on the document style clears the left page margin on all section styles. It may also cause columns to resize in all sections." + "description": "The left page margin. Updating the left page margin on the document style clears the left page margin on all section styles. It may also cause columns to resize in all sections. If DocumentMode is PAGELESS, this property will not be rendered." }, "marginRight": { "$ref": "Dimension", - "description": "The right page margin. Updating the right page margin on the document style clears the right page margin on all section styles. It may also cause columns to resize in all sections." + "description": "The right page margin. Updating the right page margin on the document style clears the right page margin on all section styles. It may also cause columns to resize in all sections. If DocumentMode is PAGELESS, this property will not be rendered." }, "marginTop": { "$ref": "Dimension", - "description": "The top page margin. Updating the top page margin on the document style clears the top page margin on all section styles." + "description": "The top page margin. Updating the top page margin on the document style clears the top page margin on all section styles. If DocumentMode is PAGELESS, this property will not be rendered." }, "pageNumberStart": { - "description": "The page number from which to start counting the number of pages.", + "description": "The page number from which to start counting the number of pages. If DocumentMode is PAGELESS, this property will not be rendered.", "format": "int32", "type": "integer" }, "pageSize": { "$ref": "Size", - "description": "The size of a page in the document." + "description": "The size of a page in the document. If DocumentMode is PAGELESS, this property will not be rendered." }, "useCustomHeaderFooterMargins": { - "description": "Indicates whether DocumentStyle margin_header, SectionStyle margin_header and DocumentStyle margin_footer, SectionStyle margin_footer are respected. When false, the default values in the Docs editor for header and footer margin is used. This property is read-only.", + "description": "Indicates whether DocumentStyle margin_header, SectionStyle margin_header and DocumentStyle margin_footer, SectionStyle margin_footer are respected. When false, the default values in the Docs editor for header and footer margin is used. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "boolean" }, "useEvenPageHeaderFooter": { - "description": "Indicates whether to use the even page header / footer IDs for the even pages.", + "description": "Indicates whether to use the even page header / footer IDs for the even pages. If DocumentMode is PAGELESS, this property will not be rendered.", "type": "boolean" }, "useFirstPageHeaderFooter": { - "description": "Indicates whether to use the first page header / footer IDs for the first page.", + "description": "Indicates whether to use the first page header / footer IDs for the first page. If DocumentMode is PAGELESS, this property will not be rendered.", "type": "boolean" } }, @@ -1759,11 +1784,11 @@ "properties": { "endOfSegmentLocation": { "$ref": "EndOfSegmentLocation", - "description": "Inserts the person at the end of a header, footer, footnote or the document body." + "description": "Inserts the person mention at the end of a header, footer, footnote or the document body." }, "location": { "$ref": "Location", - "description": "Inserts the person at a specific index in the document. The person mention must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between the table and its preceding paragraph). People cannot be inserted inside an equation." + "description": "Inserts the person mention at a specific index in the document. The person mention must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between the table and its preceding paragraph). People cannot be inserted inside an equation." }, "personProperties": { "$ref": "PersonProperties", @@ -3277,18 +3302,15 @@ "id": "RichLinkProperties", "properties": { "mimeType": { - "description": "Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if there's one (for example, when it's a file in Drive).", - "readOnly": true, + "description": "The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if there's one (for example, when it's a file in Drive).", "type": "string" }, "title": { - "description": "Output only. The title of the RichLink as displayed in the link. This title matches the title of the linked resource at the time of the insertion or last update of the link. This field is always present.", - "readOnly": true, + "description": "The title of the RichLink as displayed in the link. This title matches the title of the linked resource at the time of the insertion or last update of the link. This field is always present.", "type": "string" }, "uri": { - "description": "Output only. The URI to the RichLink. This is always present.", - "readOnly": true, + "description": "The URI to the RichLink. This is always present.", "type": "string" } }, @@ -3374,59 +3396,59 @@ "type": "string" }, "defaultFooterId": { - "description": "The ID of the default footer. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_footer_id. This property is read-only.", + "description": "The ID of the default footer. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_footer_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "defaultHeaderId": { - "description": "The ID of the default header. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_header_id. This property is read-only.", + "description": "The ID of the default header. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_header_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "evenPageFooterId": { - "description": "The ID of the footer used only for even pages. If the value of DocumentStyle's use_even_page_header_footer is true, this value is used for the footers on even pages in the section. If it is false, the footers on even pages use the default_footer_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's even_page_footer_id. This property is read-only.", + "description": "The ID of the footer used only for even pages. If the value of DocumentStyle's use_even_page_header_footer is true, this value is used for the footers on even pages in the section. If it is false, the footers on even pages use the default_footer_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's even_page_footer_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "evenPageHeaderId": { - "description": "The ID of the header used only for even pages. If the value of DocumentStyle's use_even_page_header_footer is true, this value is used for the headers on even pages in the section. If it is false, the headers on even pages use the default_header_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's even_page_header_id. This property is read-only.", + "description": "The ID of the header used only for even pages. If the value of DocumentStyle's use_even_page_header_footer is true, this value is used for the headers on even pages in the section. If it is false, the headers on even pages use the default_header_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's even_page_header_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "firstPageFooterId": { - "description": "The ID of the footer used only for the first page of the section. If use_first_page_header_footer is true, this value is used for the footer on the first page of the section. If it's false, the footer on the first page of the section uses the default_footer_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's first_page_footer_id. This property is read-only.", + "description": "The ID of the footer used only for the first page of the section. If use_first_page_header_footer is true, this value is used for the footer on the first page of the section. If it's false, the footer on the first page of the section uses the default_footer_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's first_page_footer_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "firstPageHeaderId": { - "description": "The ID of the header used only for the first page of the section. If use_first_page_header_footer is true, this value is used for the header on the first page of the section. If it's false, the header on the first page of the section uses the default_header_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's first_page_header_id. This property is read-only.", + "description": "The ID of the header used only for the first page of the section. If use_first_page_header_footer is true, this value is used for the header on the first page of the section. If it's false, the header on the first page of the section uses the default_header_id. If unset, the value inherits from the previous SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's first_page_header_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only.", "type": "string" }, "flipPageOrientation": { - "description": "Optional. Indicates whether to flip the dimensions of DocumentStyle's page_size for this section, which allows changing the page orientation between portrait and landscape. If unset, the value inherits from DocumentStyle's flip_page_orientation. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.", + "description": "Optional. Indicates whether to flip the dimensions of DocumentStyle's page_size for this section, which allows changing the page orientation between portrait and landscape. If unset, the value inherits from DocumentStyle's flip_page_orientation. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.", "type": "boolean" }, "marginBottom": { "$ref": "Dimension", - "description": "The bottom page margin of the section. If unset, the value defaults to margin_bottom from DocumentStyle. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." + "description": "The bottom page margin of the section. If unset, the value defaults to margin_bottom from DocumentStyle. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." }, "marginFooter": { "$ref": "Dimension", - "description": "The footer margin of the section. If unset, the value defaults to margin_footer from DocumentStyle. If updated, use_custom_header_footer_margins is set to true on DocumentStyle. The value of use_custom_header_footer_margins on DocumentStyle indicates if a footer margin is being respected for this section When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." + "description": "The footer margin of the section. If unset, the value defaults to margin_footer from DocumentStyle. If updated, use_custom_header_footer_margins is set to true on DocumentStyle. The value of use_custom_header_footer_margins on DocumentStyle indicates if a footer margin is being respected for this section If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." }, "marginHeader": { "$ref": "Dimension", - "description": "The header margin of the section. If unset, the value defaults to margin_header from DocumentStyle. If updated, use_custom_header_footer_margins is set to true on DocumentStyle. The value of use_custom_header_footer_margins on DocumentStyle indicates if a header margin is being respected for this section. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." + "description": "The header margin of the section. If unset, the value defaults to margin_header from DocumentStyle. If updated, use_custom_header_footer_margins is set to true on DocumentStyle. The value of use_custom_header_footer_margins on DocumentStyle indicates if a header margin is being respected for this section. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." }, "marginLeft": { "$ref": "Dimension", - "description": "The left page margin of the section. If unset, the value defaults to margin_left from DocumentStyle. Updating the left margin causes columns in this section to resize. Since the margin affects column width, it's applied before column properties. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." + "description": "The left page margin of the section. If unset, the value defaults to margin_left from DocumentStyle. Updating the left margin causes columns in this section to resize. Since the margin affects column width, it's applied before column properties. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." }, "marginRight": { "$ref": "Dimension", - "description": "The right page margin of the section. If unset, the value defaults to margin_right from DocumentStyle. Updating the right margin causes columns in this section to resize. Since the margin affects column width, it's applied before column properties. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." + "description": "The right page margin of the section. If unset, the value defaults to margin_right from DocumentStyle. Updating the right margin causes columns in this section to resize. Since the margin affects column width, it's applied before column properties. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." }, "marginTop": { "$ref": "Dimension", - "description": "The top page margin of the section. If unset, the value defaults to margin_top from DocumentStyle. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." + "description": "The top page margin of the section. If unset, the value defaults to margin_top from DocumentStyle. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error." }, "pageNumberStart": { - "description": "The page number from which to start counting the number of pages for this section. If unset, page numbering continues from the previous section. If the value is unset in the first SectionBreak, refer to DocumentStyle's page_number_start. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.", + "description": "The page number from which to start counting the number of pages for this section. If unset, page numbering continues from the previous section. If the value is unset in the first SectionBreak, refer to DocumentStyle's page_number_start. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.", "format": "int32", "type": "integer" }, @@ -3445,7 +3467,7 @@ "type": "string" }, "useFirstPageHeaderFooter": { - "description": "Indicates whether to use the first page header / footer IDs for the first page of the section. If unset, it inherits from DocumentStyle's use_first_page_header_footer for the first section. If the value is unset for subsequent sectors, it should be interpreted as false. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.", + "description": "Indicates whether to use the first page header / footer IDs for the first page of the section. If unset, it inherits from DocumentStyle's use_first_page_header_footer for the first section. If the value is unset for subsequent sectors, it should be interpreted as false. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.", "type": "boolean" } }, @@ -3762,6 +3784,10 @@ "description": "Properties of a tab.", "id": "TabProperties", "properties": { + "iconEmoji": { + "description": "Optional. The emoji icon displayed with the tab. A valid emoji icon is represented by a non-empty Unicode string. Any set of characters that don't represent a single emoji is invalid. If an emoji is invalid, a 400 bad request error is returned. If this value is unset or empty, the tab will display the default tab icon.", + "type": "string" + }, "index": { "description": "The zero-based index of the tab within the parent.", "format": "int32", diff --git a/DiscoveryJson/documentai.v1.json b/DiscoveryJson/documentai.v1.json index 312d18344ff..1eec6a77242 100644 --- a/DiscoveryJson/documentai.v1.json +++ b/DiscoveryJson/documentai.v1.json @@ -198,7 +198,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -661,8 +661,10 @@ }, "resources": { "humanReviewConfig": { + "deprecated": true, "methods": { "reviewDocument": { + "deprecated": true, "description": "Send a document for Human Review. The input document should be processed by the specified processor.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/processors/{processorsId}/humanReviewConfig:reviewDocument", "httpMethod": "POST", @@ -1018,6 +1020,345 @@ } } } + }, + "schemas": { + "methods": { + "create": { + "description": "Creates a schema.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas", + "httpMethod": "POST", + "id": "documentai.projects.locations.schemas.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent (project and location) under which to create the Schema. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/schemas", + "request": { + "$ref": "GoogleCloudDocumentaiV1NextSchema" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1NextSchema" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a schema.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}", + "httpMethod": "DELETE", + "id": "documentai.projects.locations.schemas.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "force": { + "description": "Optional. If set to true, any child resources of this Schema will also be deleted. (Otherwise, the request will only work if the Schema has no child resources.)", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. The name of the Schema to be deleted. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a schema.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Schema to get. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDocumentaiV1NextSchema" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Schemas.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. The maximum number of schema groups to return. If unspecified, at most `10` Schema will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. We will return the schema groups sorted by creation time. The page token will point to the next Schema.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/schemas", + "response": { + "$ref": "GoogleCloudDocumentaiV1ListSchemasResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a schema. Editable fields are: - `display_name` - `labels`", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}", + "httpMethod": "PATCH", + "id": "documentai.projects.locations.schemas.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the Schema. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudDocumentaiV1NextSchema" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1NextSchema" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "schemaVersions": { + "methods": { + "create": { + "description": "Creates a schema version.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions", + "httpMethod": "POST", + "id": "documentai.projects.locations.schemas.schemaVersions.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent (project and location) under which to create the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/schemaVersions", + "request": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a schema version.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}", + "httpMethod": "DELETE", + "id": "documentai.projects.locations.schemas.schemaVersions.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the SchemaVersion to delete. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "generate": { + "description": "Generates a schema version.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions:generate", + "httpMethod": "POST", + "id": "documentai.projects.locations.schemas.schemaVersions.generate", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent (project, location and schema) under which to generate the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/schemaVersions:generate", + "request": { + "$ref": "GoogleCloudDocumentaiV1GenerateSchemaVersionRequest" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1GenerateSchemaVersionResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a schema version.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.schemaVersions.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the SchemaVersion to get. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists SchemaVersions.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.schemaVersions.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. The maximum number of SchemaVersion to return. If unspecified, at most `10` SchemaVersion will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. We will return the SchemaVersion sorted by creation time. The page token will point to the next SchemaVersion.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/schemaVersions", + "response": { + "$ref": "GoogleCloudDocumentaiV1ListSchemaVersionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a schema version. Editable fields are: - `display_name` - `labels`", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}", + "httpMethod": "PATCH", + "id": "documentai.projects.locations.schemas.schemaVersions.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } } } }, @@ -1053,11 +1394,11 @@ } } }, - "revision": "20250929", + "revision": "20251108", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "CloudAiDocumentaiLabHifiaToolsValidationValidatorInput": { - "description": "Definition of the validation rules. Those are the input to the validator logic and they are used to validate a document.", + "description": "Definition of the validation rules. Those are the input to the validator logic and they are used to validate a document. Next ID: 3", "id": "CloudAiDocumentaiLabHifiaToolsValidationValidatorInput", "properties": { "validationRules": { @@ -1070,6 +1411,7 @@ "type": "object" }, "CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule": { + "description": "Next ID: 9", "id": "CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule", "properties": { "childAlignmentRule": { @@ -1094,6 +1436,10 @@ "name": { "description": "Name of the validation rule.", "type": "string" + }, + "ruleId": { + "description": "Unique identifier of the rule. Optional.", + "type": "string" } }, "type": "object" @@ -1678,13 +2024,176 @@ }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata": { - "description": "The long-running operation metadata for the EnableProcessor method.", - "id": "GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata", + "GoogleCloudDocumentaiUiv1beta3DocumentSchema": { + "description": "The schema defines the output of the processed document by a processor.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchema", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "description": { + "description": "Description of the schema.", + "type": "string" + }, + "displayName": { + "description": "Display name to show to users.", + "type": "string" + }, + "entityTypes": { + "description": "Entity types of the schema.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType" + }, + "type": "array" + }, + "metadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata", + "description": "Metadata of the schema." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType": { + "description": "EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType", + "properties": { + "baseTypes": { + "description": "The entity type that this type is derived from. For now, one and only one should be set.", + "items": { + "type": "string" + }, + "type": "array" + }, + "description": { + "description": "The description of the entity type. Could be used to provide more information about the entity type for model calls.", + "type": "string" + }, + "displayName": { + "description": "User defined name for the type.", + "type": "string" + }, + "entityTypeMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata", + "description": "Metadata for the entity type." + }, + "enumValues": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues", + "description": "If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file." + }, + "name": { + "description": "Name of the type. It must be unique within the schema file and cannot be a \"Common Type\". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.", + "type": "string" + }, + "properties": { + "description": "Description the nested structure, or composition of an entity.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues": { + "description": "Defines the a list of enum values.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues", + "properties": { + "values": { + "description": "The individual values that this enum values type can include.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty": { + "description": "Defines properties that can be part of the entity type.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty", + "properties": { + "description": { + "description": "The description of the property. Could be used to provide more information about the property for model calls.", + "type": "string" + }, + "displayName": { + "description": "User defined name for the property.", + "type": "string" + }, + "method": { + "description": "Specifies how the entity's value is obtained.", + "enum": [ + "METHOD_UNSPECIFIED", + "EXTRACT", + "DERIVE" + ], + "enumDescriptions": [ + "Unspecified method. It defaults to `EXTRACT`.", + "The entity's value is directly extracted as-is from the document text.", + "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." + ], + "type": "string" + }, + "name": { + "description": "The name of the property. Follows the same guidelines as the EntityType name.", + "type": "string" + }, + "occurrenceType": { + "description": "Occurrence type limits the number of instances an entity type appears in the document.", + "enum": [ + "OCCURRENCE_TYPE_UNSPECIFIED", + "OPTIONAL_ONCE", + "OPTIONAL_MULTIPLE", + "REQUIRED_ONCE", + "REQUIRED_MULTIPLE" + ], + "enumDescriptions": [ + "Unspecified occurrence type.", + "There will be zero or one instance of this entity type. The same entity instance may be mentioned multiple times.", + "The entity type will appear zero or multiple times.", + "The entity type will only appear exactly once. The same entity instance may be mentioned multiple times.", + "The entity type will appear once or more times." + ], + "type": "string" + }, + "propertyMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3PropertyMetadata", + "description": "Any additional metadata about the property can be added here." + }, + "valueType": { + "description": "A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata": { + "description": "Metadata for global schema behavior.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata", + "properties": { + "documentAllowMultipleLabels": { + "description": "If true, on a given page, there can be multiple `document` annotations covering it.", + "type": "boolean" + }, + "documentSplitter": { + "description": "If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).", + "type": "boolean" + }, + "prefixedNamingOnProperties": { + "description": "If set, all the nested entities must be prefixed with the parents.", + "type": "boolean" + }, + "skipNamingValidation": { + "description": "If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata": { + "description": "The long-running operation metadata for the EnableProcessor method.", + "id": "GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." } }, "type": "object" @@ -1695,6 +2204,37 @@ "properties": {}, "type": "object" }, + "GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata": { + "description": "Metadata about an entity type.", + "id": "GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata", + "properties": { + "fieldTierMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata", + "description": "Field tier metadata on the property" + }, + "humanReviewLabelingMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata", + "description": "Human review labeling config on the entity." + }, + "humanReviewMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata", + "description": "Human review config on the entity." + }, + "inactive": { + "description": "Whether the entity type should be considered inactive.", + "type": "boolean" + }, + "schemaEditabilityMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata", + "description": "Schema editability metadata on the entity." + }, + "schemaInferenceMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata", + "description": "Schema inference metadata on the entity." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata": { "description": "Metadata of the EvaluateProcessorVersion method.", "id": "GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata", @@ -1717,6 +2257,91 @@ }, "type": "object" }, + "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics": { + "description": "Evaluation metrics, either in aggregate or about a specific entity.", + "id": "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics", + "properties": { + "f1Score": { + "description": "The calculated f1 score.", + "format": "float", + "type": "number" + }, + "falseNegativesCount": { + "description": "The amount of false negatives.", + "format": "int32", + "type": "integer" + }, + "falsePositivesCount": { + "description": "The amount of false positives.", + "format": "int32", + "type": "integer" + }, + "groundTruthDocumentCount": { + "description": "The amount of documents with a ground truth occurrence.", + "format": "int32", + "type": "integer" + }, + "groundTruthOccurrencesCount": { + "description": "The amount of occurrences in ground truth documents.", + "format": "int32", + "type": "integer" + }, + "precision": { + "description": "The calculated precision.", + "format": "float", + "type": "number" + }, + "predictedDocumentCount": { + "description": "The amount of documents with a predicted occurrence.", + "format": "int32", + "type": "integer" + }, + "predictedOccurrencesCount": { + "description": "The amount of occurrences in predicted documents.", + "format": "int32", + "type": "integer" + }, + "recall": { + "description": "The calculated recall.", + "format": "float", + "type": "number" + }, + "totalDocumentsCount": { + "description": "The amount of documents that had an occurrence of this label.", + "format": "int32", + "type": "integer" + }, + "truePositivesCount": { + "description": "The amount of true positives.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3EvaluationReference": { + "description": "Gives a short summary of an evaluation, and links to the evaluation itself.", + "id": "GoogleCloudDocumentaiUiv1beta3EvaluationReference", + "properties": { + "aggregateMetrics": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics", + "description": "An aggregate of the statistics for the evaluation with fuzzy matching on." + }, + "aggregateMetricsExact": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics", + "description": "An aggregate of the statistics for the evaluation with fuzzy matching off." + }, + "evaluation": { + "description": "The resource name of the evaluation.", + "type": "string" + }, + "operation": { + "description": "The resource name of the Long Running Operation for the evaluation.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata": { "description": "Metadata of the batch export documents operation.", "id": "GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata", @@ -1817,27 +2442,92 @@ }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata": { - "description": "Metadata of the import document operation.", - "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata", + "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata": { + "description": "Metadata for how this field value is extracted.", + "id": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." - }, - "importConfigValidationResults": { - "description": "Validation statuses of the batch documents import config.", - "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult" - }, - "type": "array" - }, - "individualImportStatuses": { - "description": "The list of response details of each document.", - "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus" - }, - "type": "array" + "entityQuery": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery", + "description": "Entity query config." + }, + "summaryOptions": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SummaryOptions", + "description": "Summary options config." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery": { + "description": "Message for entity query.", + "id": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery", + "properties": { + "userEntityQuery": { + "description": "The original entity query inputed by the user.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata": { + "description": "Metadata for the field tier of a property.", + "id": "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata", + "properties": { + "tierLevel": { + "description": "Integer that indicates the tier of a property. e.g. Invoice has entities that are classified as tier 1 which is the most important, while tier 2 and tier 3 less so. This attribute can be used to filter schema attributes before running eval. e.g. compute F1 score for only tier 1 entities. If not present this attribute should be inferred as 1.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata": { + "description": "Metadata for human review labeling config.", + "id": "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata", + "properties": { + "enableNormalizationEditing": { + "description": "Whether to enable normalization editing.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata": { + "description": "Metadata for Human Review config.", + "id": "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata", + "properties": { + "confidenceThreshold": { + "description": "The confidence threshold if human review validation is enabled.", + "format": "float", + "type": "number" + }, + "enableValidation": { + "description": "Whether to enable human review validation.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata": { + "description": "Metadata of the import document operation.", + "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + }, + "importConfigValidationResults": { + "description": "Validation statuses of the batch documents import config.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult" + }, + "type": "array" + }, + "individualImportStatuses": { + "description": "The list of response details of each document.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus" + }, + "type": "array" }, "totalDocumentCount": { "description": "Total number of the documents that are qualified for importing.", @@ -1913,284 +2603,450 @@ }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata": { - "description": "The metadata proto of `ResyncDataset` method.", - "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata", + "GoogleCloudDocumentaiUiv1beta3Processor": { + "description": "The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.", + "id": "GoogleCloudDocumentaiUiv1beta3Processor", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "activeSchemaVersion": { + "description": "Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}", + "type": "string" }, - "datasetResyncStatuses": { - "description": "The list of dataset resync statuses. Not checked when ResyncDatasetRequest.dataset_documents is specified.", - "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus" - }, - "type": "array" + "createTime": { + "description": "Output only. The time the processor was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" }, - "individualDocumentResyncStatuses": { - "description": "The list of document resync statuses. The same document could have multiple `individual_document_resync_statuses` if it has multiple inconsistencies.", + "defaultProcessorVersion": { + "description": "The default processor version.", + "type": "string" + }, + "displayName": { + "description": "The display name of the processor.", + "type": "string" + }, + "kmsKeyName": { + "description": "The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK scenarios.", + "type": "string" + }, + "name": { + "description": "Output only. Immutable. The resource name of the processor. Format: `projects/{project}/locations/{location}/processors/{processor}`", + "readOnly": true, + "type": "string" + }, + "processEndpoint": { + "description": "Output only. Immutable. The http endpoint that can be called to invoke processing.", + "readOnly": true, + "type": "string" + }, + "processorVersionAliases": { + "description": "Output only. The processor version aliases.", "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus" + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias" }, + "readOnly": true, "type": "array" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus": { - "description": "Resync status against inconsistency types on the dataset level.", - "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus", - "properties": { - "datasetInconsistencyType": { - "description": "The type of the inconsistency of the dataset.", + }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "state": { + "description": "Output only. The state of the processor.", "enum": [ - "DATASET_INCONSISTENCY_TYPE_UNSPECIFIED", - "DATASET_INCONSISTENCY_TYPE_NO_STORAGE_MARKER" + "STATE_UNSPECIFIED", + "ENABLED", + "DISABLED", + "ENABLING", + "DISABLING", + "CREATING", + "FAILED", + "DELETING" ], "enumDescriptions": [ - "Default value.", - "The marker file under the dataset folder is not found." + "The processor is in an unspecified state.", + "The processor is enabled, i.e., has an enabled version which can currently serve processing requests and all the feature dependencies have been successfully initialized.", + "The processor is disabled.", + "The processor is being enabled, will become `ENABLED` if successful.", + "The processor is being disabled, will become `DISABLED` if successful.", + "The processor is being created, will become either `ENABLED` (for successful creation) or `FAILED` (for failed ones). Once a processor is in this state, it can then be used for document processing, but the feature dependencies of the processor might not be fully created yet.", + "The processor failed during creation or initialization of feature dependencies. The user should delete the processor and recreate one as all the functionalities of the processor are disabled.", + "The processor is being deleted, will be removed if successful." ], + "readOnly": true, "type": "string" }, - "status": { - "$ref": "GoogleRpcStatus", - "description": "The status of resyncing the dataset with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`." + "type": { + "description": "The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see FetchProcessorTypes.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus": { - "description": "Resync status for each document per inconsistency type.", - "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersion": { + "description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersion", "properties": { - "documentId": { - "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentId", - "description": "The document identifier." + "createTime": { + "description": "Output only. The time the processor version was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" }, - "documentInconsistencyType": { - "description": "The type of document inconsistency.", - "enum": [ - "DOCUMENT_INCONSISTENCY_TYPE_UNSPECIFIED", - "DOCUMENT_INCONSISTENCY_TYPE_INVALID_DOCPROTO", - "DOCUMENT_INCONSISTENCY_TYPE_MISMATCHED_METADATA", - "DOCUMENT_INCONSISTENCY_TYPE_NO_PAGE_IMAGE" - ], - "enumDescriptions": [ - "Default value.", - "The document proto is invalid.", - "Indexed docproto metadata is mismatched.", - "The page image or thumbnails are missing." - ], + "deploymentAllowed": { + "description": "Output only. Denotes that this `ProcessorVersion` can be deployed and undeployed.", + "readOnly": true, + "type": "boolean" + }, + "deprecationInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo", + "description": "Output only. If set, information about the eventual deprecation of this version.", + "readOnly": true + }, + "displayName": { + "description": "The display name of the processor version.", "type": "string" }, - "status": { - "$ref": "GoogleRpcStatus", - "description": "The status of resyncing the document with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse": { - "description": "The response proto of ResyncDataset method.", - "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse", - "properties": {}, - "type": "object" - }, - "GoogleCloudDocumentaiUiv1beta3RevisionRef": { - "description": "The revision reference specifies which revision on the document to read.", - "id": "GoogleCloudDocumentaiUiv1beta3RevisionRef", - "properties": { - "latestProcessorVersion": { - "description": "Reads the revision generated by the processor version. The format takes the full resource name of processor version. `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`", + "documentSchema": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchema", + "description": "Output only. The schema of the processor version. Describes the output.", + "readOnly": true + }, + "genAiModelInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo", + "description": "Output only. Information about Generative AI model-based processor versions.", + "readOnly": true + }, + "googleManaged": { + "description": "Output only. Denotes that this `ProcessorVersion` is managed by Google.", + "readOnly": true, + "type": "boolean" + }, + "kmsKeyName": { + "description": "Output only. The KMS key name used for encryption.", + "readOnly": true, "type": "string" }, - "revisionCase": { - "description": "Reads the revision by the predefined case.", + "kmsKeyVersionName": { + "description": "Output only. The KMS key version with which data is encrypted.", + "readOnly": true, + "type": "string" + }, + "latestEvaluation": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EvaluationReference", + "description": "Output only. The most recently invoked evaluation for the processor version.", + "readOnly": true + }, + "modelType": { + "description": "Output only. The model type of this processor version.", "enum": [ - "REVISION_CASE_UNSPECIFIED", - "LATEST_HUMAN_REVIEW", - "LATEST_TIMESTAMP", - "BASE_OCR_REVISION" + "MODEL_TYPE_UNSPECIFIED", + "MODEL_TYPE_GENERATIVE", + "MODEL_TYPE_CUSTOM" ], "enumDescriptions": [ - "Unspecified case, fall back to read the `LATEST_HUMAN_REVIEW`.", - "The latest revision made by a human.", - "The latest revision based on timestamp.", - "The first (OCR) revision." + "The processor version has unspecified model type.", + "The processor version has generative model type.", + "The processor version has custom model type." ], + "readOnly": true, "type": "string" }, - "revisionId": { - "description": "Reads the revision given by the id.", + "name": { + "description": "Identifier. The resource name of the processor version. Format: `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`", "type": "string" - } - }, - "type": "object" + }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "schema": { + "$ref": "GoogleCloudDocumentaiUiv1beta3Schema", + "description": "The schema of the processor version. Describes the output." + }, + "state": { + "description": "Output only. The state of the processor version.", + "enum": [ + "STATE_UNSPECIFIED", + "DEPLOYED", + "DEPLOYING", + "UNDEPLOYED", + "UNDEPLOYING", + "CREATING", + "DELETING", + "FAILED", + "IMPORTING" + ], + "enumDescriptions": [ + "The processor version is in an unspecified state.", + "The processor version is deployed and can be used for processing.", + "The processor version is being deployed.", + "The processor version is not deployed and cannot be used for processing.", + "The processor version is being undeployed.", + "The processor version is being created.", + "The processor version is being deleted.", + "The processor version failed and is in an indeterminate state.", + "The processor version is being imported." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata": { - "description": "Metadata of the sample documents operation.", - "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias": { + "description": "Contains the alias and the aliased resource name of processor version.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "alias": { + "description": "The alias in the form of `processor_version` resource name.", + "type": "string" + }, + "processorVersion": { + "description": "The resource name of aliased processor version.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse": { - "description": "Response of the sample documents operation.", - "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo": { + "description": "Information about the upcoming deprecation of this processor version.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo", "properties": { - "sampleTestStatus": { - "$ref": "GoogleRpcStatus", - "description": "The status of sampling documents in test split." - }, - "sampleTrainingStatus": { - "$ref": "GoogleRpcStatus", - "description": "The status of sampling documents in training split." + "deprecationTime": { + "description": "The time at which this processor version will be deprecated.", + "format": "google-datetime", + "type": "string" }, - "selectedDocuments": { - "description": "The result of the sampling process.", - "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument" - }, - "type": "array" + "replacementProcessorVersion": { + "description": "If set, the processor version that will be used as a replacement.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument": { - "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo": { + "description": "Information about Generative AI model-based processor versions.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo", "properties": { - "documentId": { - "description": "An internal identifier for document.", - "type": "string" + "customGenAiModelInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo", + "description": "Information for a custom Generative AI model created by the user." + }, + "foundationGenAiModelInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo", + "description": "Information for a pretrained Google-managed foundation model." } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": { - "description": "The long-running operation metadata for the SetDefaultProcessorVersion method.", - "id": "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo": { + "description": "Information for a custom Generative AI model created by the user. These are created with `Create New Version` in either the `Call foundation model` or `Fine tuning` tabs.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "baseProcessorVersionId": { + "description": "The base processor version ID for the custom model.", + "type": "string" + }, + "customModelType": { + "description": "The type of custom model created by the user.", + "enum": [ + "CUSTOM_MODEL_TYPE_UNSPECIFIED", + "VERSIONED_FOUNDATION", + "FINE_TUNED" + ], + "enumDescriptions": [ + "The model type is unspecified.", + "The model is a versioned foundation model.", + "The model is a finetuned foundation model." + ], + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse": { - "description": "Response message for the SetDefaultProcessorVersion method.", - "id": "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse", - "properties": {}, + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo": { + "description": "Information for a pretrained Google-managed foundation model.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo", + "properties": { + "finetuningAllowed": { + "description": "Whether finetuning is allowed for this base processor version.", + "type": "boolean" + }, + "minTrainLabeledDocuments": { + "description": "The minimum number of labeled documents in the training dataset required for finetuning.", + "format": "int32", + "type": "integer" + } + }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata": { - "description": "The metadata that represents a processor version being created.", - "id": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata", + "GoogleCloudDocumentaiUiv1beta3PropertyMetadata": { + "description": "Metadata about a property.", + "id": "GoogleCloudDocumentaiUiv1beta3PropertyMetadata", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "fieldExtractionMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata", + "description": "Field extraction metadata on the property." }, - "testDatasetValidation": { - "$ref": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation", - "description": "The test dataset validation information." + "fieldTierMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata", + "description": "Field tier metadata on the property" }, - "trainingDatasetValidation": { - "$ref": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation", - "description": "The training dataset validation information." + "humanReviewLabelingMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata", + "description": "Human review labeling config on the property." + }, + "humanReviewMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata", + "description": "Human review validation config on the property." + }, + "inactive": { + "description": "Whether the property should be considered as \"inactive\".", + "type": "boolean" + }, + "schemaEditabilityMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata", + "description": "Schema editability metadata on the property." + }, + "schemaInferenceMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata", + "description": "Schema inference metadata on the property." } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation": { - "description": "The dataset validation information. This includes any and all errors with documents and the dataset.", - "id": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation", + "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata": { + "description": "The metadata proto of `ResyncDataset` method.", + "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata", "properties": { - "datasetErrorCount": { - "description": "The total number of dataset errors.", - "format": "int32", - "type": "integer" + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." }, - "datasetErrors": { - "description": "Error information for the dataset as a whole. A maximum of 10 dataset errors will be returned. A single dataset error is terminal for training.", + "datasetResyncStatuses": { + "description": "The list of dataset resync statuses. Not checked when ResyncDatasetRequest.dataset_documents is specified.", "items": { - "$ref": "GoogleRpcStatus" + "$ref": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus" }, "type": "array" }, - "documentErrorCount": { - "description": "The total number of document errors.", - "format": "int32", - "type": "integer" - }, - "documentErrors": { - "description": "Error information pertaining to specific documents. A maximum of 10 document errors will be returned. Any document with errors will not be used throughout training.", + "individualDocumentResyncStatuses": { + "description": "The list of document resync statuses. The same document could have multiple `individual_document_resync_statuses` if it has multiple inconsistencies.", "items": { - "$ref": "GoogleRpcStatus" + "$ref": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus" }, "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse": { - "description": "The response for TrainProcessorVersion.", - "id": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse", + "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus": { + "description": "Resync status against inconsistency types on the dataset level.", + "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus", "properties": { - "processorVersion": { - "description": "The resource name of the processor version produced by training.", + "datasetInconsistencyType": { + "description": "The type of the inconsistency of the dataset.", + "enum": [ + "DATASET_INCONSISTENCY_TYPE_UNSPECIFIED", + "DATASET_INCONSISTENCY_TYPE_NO_STORAGE_MARKER" + ], + "enumDescriptions": [ + "Default value.", + "The marker file under the dataset folder is not found." + ], "type": "string" + }, + "status": { + "$ref": "GoogleRpcStatus", + "description": "The status of resyncing the dataset with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`." } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata": { - "description": "The long-running operation metadata for the UndeployProcessorVersion method.", - "id": "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata", + "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus": { + "description": "Resync status for each document per inconsistency type.", + "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "documentId": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentId", + "description": "The document identifier." + }, + "documentInconsistencyType": { + "description": "The type of document inconsistency.", + "enum": [ + "DOCUMENT_INCONSISTENCY_TYPE_UNSPECIFIED", + "DOCUMENT_INCONSISTENCY_TYPE_INVALID_DOCPROTO", + "DOCUMENT_INCONSISTENCY_TYPE_MISMATCHED_METADATA", + "DOCUMENT_INCONSISTENCY_TYPE_NO_PAGE_IMAGE" + ], + "enumDescriptions": [ + "Default value.", + "The document proto is invalid.", + "Indexed docproto metadata is mismatched.", + "The page image or thumbnails are missing." + ], + "type": "string" + }, + "status": { + "$ref": "GoogleRpcStatus", + "description": "The status of resyncing the document with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`." } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse": { - "description": "Response message for the UndeployProcessorVersion method.", - "id": "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse", + "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse": { + "description": "The response proto of ResyncDataset method.", + "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse", "properties": {}, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata": { - "id": "GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata", - "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata": { - "description": "The long-running operation metadata for updating the human review configuration.", - "id": "GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata", + "GoogleCloudDocumentaiUiv1beta3RevisionRef": { + "description": "The revision reference specifies which revision on the document to read.", + "id": "GoogleCloudDocumentaiUiv1beta3RevisionRef", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "latestProcessorVersion": { + "description": "Reads the revision generated by the processor version. The format takes the full resource name of processor version. `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`", + "type": "string" + }, + "revisionCase": { + "description": "Reads the revision by the predefined case.", + "enum": [ + "REVISION_CASE_UNSPECIFIED", + "LATEST_HUMAN_REVIEW", + "LATEST_TIMESTAMP", + "BASE_OCR_REVISION" + ], + "enumDescriptions": [ + "Unspecified case, fall back to read the `LATEST_HUMAN_REVIEW`.", + "The latest revision made by a human.", + "The latest revision based on timestamp.", + "The first (OCR) revision." + ], + "type": "string" + }, + "revisionId": { + "description": "Reads the revision given by the id.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata": { - "description": "The long-running operation metadata for UpdateLabelerPool.", - "id": "GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata", + "GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata": { + "description": "Metadata of the sample documents operation.", + "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata", "properties": { "commonMetadata": { "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", @@ -2199,1322 +3055,1282 @@ }, "type": "object" }, - "GoogleCloudDocumentaiV1Barcode": { - "description": "Encodes the detailed information of a barcode.", - "id": "GoogleCloudDocumentaiV1Barcode", + "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse": { + "description": "Response of the sample documents operation.", + "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse", "properties": { - "format": { - "description": "Format of a barcode. The supported formats are: - `CODE_128`: Code 128 type. - `CODE_39`: Code 39 type. - `CODE_93`: Code 93 type. - `CODABAR`: Codabar type. - `DATA_MATRIX`: 2D Data Matrix type. - `ITF`: ITF type. - `EAN_13`: EAN-13 type. - `EAN_8`: EAN-8 type. - `QR_CODE`: 2D QR code type. - `UPC_A`: UPC-A type. - `UPC_E`: UPC-E type. - `PDF417`: PDF417 type. - `AZTEC`: 2D Aztec code type. - `DATABAR`: GS1 DataBar code type.", - "type": "string" + "sampleTestStatus": { + "$ref": "GoogleRpcStatus", + "description": "The status of sampling documents in test split." }, - "rawValue": { - "description": "Raw value encoded in the barcode. For example: `'MEBKM:TITLE:Google;URL:https://www.google.com;;'`.", + "sampleTrainingStatus": { + "$ref": "GoogleRpcStatus", + "description": "The status of sampling documents in training split." + }, + "selectedDocuments": { + "description": "The result of the sampling process.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument": { + "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument", + "properties": { + "documentId": { + "description": "An internal identifier for document.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3Schema": { + "description": "The schema defines the output of the processed document by a processor.", + "id": "GoogleCloudDocumentaiUiv1beta3Schema", + "properties": { + "description": { + "description": "Description of the schema.", "type": "string" }, - "valueFormat": { - "description": "Value format describes the format of the value that a barcode encodes. The supported formats are: - `CONTACT_INFO`: Contact information. - `EMAIL`: Email address. - `ISBN`: ISBN identifier. - `PHONE`: Phone number. - `PRODUCT`: Product. - `SMS`: SMS message. - `TEXT`: Text string. - `URL`: URL address. - `WIFI`: Wifi information. - `GEO`: Geo-localization. - `CALENDAR_EVENT`: Calendar event. - `DRIVER_LICENSE`: Driver's license.", + "displayName": { + "description": "Display name to show to users.", "type": "string" + }, + "entityTypes": { + "description": "Entity types of the schema.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEntityType" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1BatchDocumentsInputConfig": { - "description": "The common config to specify a set of documents used as input.", - "id": "GoogleCloudDocumentaiV1BatchDocumentsInputConfig", + "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata": { + "description": "Metadata that specifies whether a label is editable and reasons why. These fields are read-only. Changing these fields has no impact on the backend.", + "id": "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata", "properties": { - "gcsDocuments": { - "$ref": "GoogleCloudDocumentaiV1GcsDocuments", - "description": "The set of documents individually specified on Cloud Storage." + "editable": { + "description": "Explicit flag that controls whether the label is editable.", + "type": "boolean" }, - "gcsPrefix": { - "$ref": "GoogleCloudDocumentaiV1GcsPrefix", - "description": "The set of documents that match the specified Cloud Storage `gcs_prefix`." + "processorVersions": { + "description": "Full resource name of processor versions that contain this label. e.g. `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1BatchProcessMetadata": { - "description": "The long-running operation metadata for BatchProcessDocuments.", - "id": "GoogleCloudDocumentaiV1BatchProcessMetadata", + "GoogleCloudDocumentaiUiv1beta3SchemaEntityType": { + "description": "EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.", + "id": "GoogleCloudDocumentaiUiv1beta3SchemaEntityType", "properties": { - "createTime": { - "description": "The creation time of the operation.", - "format": "google-datetime", + "baseType": { "type": "string" }, - "individualProcessStatuses": { - "description": "The list of response details of each document.", + "description": { + "description": "Description of the entity type.", + "type": "string" + }, + "enumValues": { + "description": "If specified, lists all the possible values for this entity.", "items": { - "$ref": "GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus" + "type": "string" }, "type": "array" }, - "state": { - "description": "The state of the current batch processing.", + "hide": { + "description": "If the entity type is hidden in the schema. This provides the functionality to temporally \"disable\" an entity without deleting it.", + "type": "boolean" + }, + "method": { + "description": "Specifies how the entity's value is obtained.", "enum": [ - "STATE_UNSPECIFIED", - "WAITING", - "RUNNING", - "SUCCEEDED", - "CANCELLING", - "CANCELLED", - "FAILED" + "METHOD_UNSPECIFIED", + "EXTRACT", + "DERIVE" ], "enumDescriptions": [ - "The default value. This value is used if the state is omitted.", - "Request operation is waiting for scheduling.", - "Request is being processed.", - "The batch processing completed successfully.", - "The batch processing was being cancelled.", - "The batch processing was cancelled.", - "The batch processing has failed." + "Unspecified method. It defaults to `EXTRACT`.", + "The entity's value is directly extracted as-is from the document text.", + "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." ], "type": "string" }, - "stateMessage": { - "description": "A message providing more details about the current state of processing. For example, the error message if the operation is failed.", + "occurrenceType": { + "description": "Occurrence type limits the number of times an entity type appears in the document.", + "enum": [ + "OCCURRENCE_TYPE_UNSPECIFIED", + "OPTIONAL_ONCE", + "OPTIONAL_MULTIPLE", + "REQUIRED_ONCE", + "REQUIRED_MULTIPLE" + ], + "enumDescriptions": [ + "Unspecified occurrence type.", + "The entity type will appear zero times or once.", + "The entity type will appear zero or multiple times.", + "The entity type will only appear exactly once.", + "The entity type will appear once or more times." + ], "type": "string" }, - "updateTime": { - "description": "The last update time of the operation.", - "format": "google-datetime", + "properties": { + "description": "Describing the nested structure of an entity. An EntityType may consist of several other EntityTypes. For example, in a document there can be an EntityType `ID`, which consists of EntityType `name` and `address`, with corresponding attributes, such as TEXT for both types and ONCE for occurrence types.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEntityType" + }, + "type": "array" + }, + "source": { + "description": "Source of this entity type.", + "enum": [ + "SOURCE_UNSPECIFIED", + "PREDEFINED", + "USER_INPUT" + ], + "enumDescriptions": [ + "Unspecified source.", + "The entity type is in the predefined schema of a pretrained version of a processor.", + "The entity type is added by the users either: - during an uptraining of an existing processor, or - during the process of creating a customized processor." + ], + "type": "string" + }, + "type": { + "description": "Name of the type. It must satisfy the following constraints: 1. Must be unique within the set of same level types (with case-insensitive match). 2. Maximum 64 characters. 3. Must start with a letter. 4. Allowed characters: ASCII letters [a-zA-Z], ASCII digits [0-9], or one of the following punctuation characters: * underscore '_' (recommended) * hyphen '-' (allowed, not recommended) * colon ':' (allowed, not recommended) NOTE: Whitespace characters are not allowed. 5. Cannot end with a punctuation character. 6. Cannot contain the following restricted strings: \"google\", \"DocumentAI\" (case-insensitive match). 7. A slash character '/' is reserved as a separator in flattened representations of nested entity types (e.g., \"line_item/amount\") in which case each part (e.g., \"line_item\", \"amount\") must comply with the rules defined above. We recommend using the snake case (\"snake_case\") in entity type names.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus": { - "description": "The status of a each individual document in the batch process.", - "id": "GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus", + "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata": { + "description": "Metadata for schema inference. Only used on dataset.schema for schema inference, can be safely ignored elsewhere.", + "id": "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata", "properties": { - "humanReviewStatus": { - "$ref": "GoogleCloudDocumentaiV1HumanReviewStatus", - "description": "The status of human review on the processed document." - }, - "inputGcsSource": { - "description": "The source of the document, same as the input_gcs_source field in the request when the batch process started.", - "type": "string" - }, - "outputGcsDestination": { - "description": "The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.", - "type": "string" - }, - "status": { - "$ref": "GoogleRpcStatus", - "description": "The status processing the document." + "inferred": { + "description": "True if is inferred by schema inference.", + "type": "boolean" } }, "type": "object" }, - "GoogleCloudDocumentaiV1BatchProcessRequest": { - "description": "Request message for BatchProcessDocuments.", - "id": "GoogleCloudDocumentaiV1BatchProcessRequest", + "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata": { + "description": "The long-running operation metadata for the SetDefaultProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata", "properties": { - "documentOutputConfig": { - "$ref": "GoogleCloudDocumentaiV1DocumentOutputConfig", - "description": "The output configuration for the BatchProcessDocuments method." - }, - "inputDocuments": { - "$ref": "GoogleCloudDocumentaiV1BatchDocumentsInputConfig", - "description": "The input documents for the BatchProcessDocuments method." - }, - "labels": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.", - "type": "object" - }, - "processOptions": { - "$ref": "GoogleCloudDocumentaiV1ProcessOptions", - "description": "Inference-time options for the process API" - }, - "skipHumanReview": { - "description": "Whether human review should be skipped for this request. Default to `false`.", - "type": "boolean" + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." } }, "type": "object" }, - "GoogleCloudDocumentaiV1BatchProcessResponse": { - "description": "Response message for BatchProcessDocuments.", - "id": "GoogleCloudDocumentaiV1BatchProcessResponse", + "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse": { + "description": "Response message for the SetDefaultProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse", "properties": {}, "type": "object" }, - "GoogleCloudDocumentaiV1BoundingPoly": { - "description": "A bounding polygon for the detected image annotation.", - "id": "GoogleCloudDocumentaiV1BoundingPoly", + "GoogleCloudDocumentaiUiv1beta3SummaryOptions": { + "description": "Metadata for document summarization.", + "id": "GoogleCloudDocumentaiUiv1beta3SummaryOptions", "properties": { - "normalizedVertices": { - "description": "The bounding polygon normalized vertices.", - "items": { - "$ref": "GoogleCloudDocumentaiV1NormalizedVertex" - }, - "type": "array" + "format": { + "description": "The format the summary should be in.", + "enum": [ + "FORMAT_UNSPECIFIED", + "PARAGRAPH", + "BULLETS" + ], + "enumDescriptions": [ + "Default.", + "Format the output in paragraphs.", + "Format the output in bullets." + ], + "type": "string" }, - "vertices": { - "description": "The bounding polygon vertices.", - "items": { - "$ref": "GoogleCloudDocumentaiV1Vertex" - }, - "type": "array" + "length": { + "description": "How long the summary should be.", + "enum": [ + "LENGTH_UNSPECIFIED", + "BRIEF", + "MODERATE", + "COMPREHENSIVE" + ], + "enumDescriptions": [ + "Default.", + "A brief summary of one or two sentences.", + "A paragraph-length summary.", + "The longest option available." + ], + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1CommonOperationMetadata": { - "description": "The common metadata for long running operations.", - "id": "GoogleCloudDocumentaiV1CommonOperationMetadata", - "properties": { - "createTime": { - "description": "The creation time of the operation.", - "format": "google-datetime", - "type": "string" - }, - "resource": { - "description": "A related resource to this operation.", - "type": "string" - }, - "state": { - "description": "The state of the operation.", - "enum": [ - "STATE_UNSPECIFIED", - "RUNNING", - "CANCELLING", - "SUCCEEDED", - "FAILED", - "CANCELLED" - ], - "enumDescriptions": [ - "Unspecified state.", - "Operation is still running.", - "Operation is being cancelled.", - "Operation succeeded.", - "Operation failed.", - "Operation is cancelled." - ], - "type": "string" + "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata": { + "description": "The metadata that represents a processor version being created.", + "id": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." }, - "stateMessage": { - "description": "A message providing more details about the current state of processing.", - "type": "string" + "testDatasetValidation": { + "$ref": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation", + "description": "The test dataset validation information." }, - "updateTime": { - "description": "The last update time of the operation.", - "format": "google-datetime", - "type": "string" + "trainingDatasetValidation": { + "$ref": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation", + "description": "The training dataset validation information." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DeleteProcessorMetadata": { - "description": "The long-running operation metadata for the DeleteProcessor method.", - "id": "GoogleCloudDocumentaiV1DeleteProcessorMetadata", + "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation": { + "description": "The dataset validation information. This includes any and all errors with documents and the dataset.", + "id": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "datasetErrorCount": { + "description": "The total number of dataset errors.", + "format": "int32", + "type": "integer" + }, + "datasetErrors": { + "description": "Error information for the dataset as a whole. A maximum of 10 dataset errors will be returned. A single dataset error is terminal for training.", + "items": { + "$ref": "GoogleRpcStatus" + }, + "type": "array" + }, + "documentErrorCount": { + "description": "The total number of document errors.", + "format": "int32", + "type": "integer" + }, + "documentErrors": { + "description": "Error information pertaining to specific documents. A maximum of 10 document errors will be returned. Any document with errors will not be used throughout training.", + "items": { + "$ref": "GoogleRpcStatus" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata": { - "description": "The long-running operation metadata for the DeleteProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata", + "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse": { + "description": "The response for TrainProcessorVersion.", + "id": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "processorVersion": { + "description": "The resource name of the processor version produced by training.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DeployProcessorVersionMetadata": { - "description": "The long-running operation metadata for the DeployProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1DeployProcessorVersionMetadata", + "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata": { + "description": "The long-running operation metadata for the UndeployProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata", "properties": { "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", "description": "The basic metadata of the long-running operation." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DeployProcessorVersionRequest": { - "description": "Request message for the DeployProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1DeployProcessorVersionRequest", + "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse": { + "description": "Response message for the UndeployProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse", "properties": {}, "type": "object" }, - "GoogleCloudDocumentaiV1DeployProcessorVersionResponse": { - "description": "Response message for the DeployProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1DeployProcessorVersionResponse", - "properties": {}, + "GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata": { + "id": "GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + } + }, "type": "object" }, - "GoogleCloudDocumentaiV1DisableProcessorMetadata": { - "description": "The long-running operation metadata for the DisableProcessor method.", - "id": "GoogleCloudDocumentaiV1DisableProcessorMetadata", + "GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata": { + "description": "The long-running operation metadata for updating the human review configuration.", + "id": "GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata", "properties": { "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", "description": "The basic metadata of the long-running operation." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DisableProcessorRequest": { - "description": "Request message for the DisableProcessor method.", - "id": "GoogleCloudDocumentaiV1DisableProcessorRequest", - "properties": {}, + "GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata": { + "description": "The long-running operation metadata for UpdateLabelerPool.", + "id": "GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + } + }, "type": "object" }, - "GoogleCloudDocumentaiV1DisableProcessorResponse": { - "description": "Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future.", - "id": "GoogleCloudDocumentaiV1DisableProcessorResponse", - "properties": {}, + "GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata": { + "description": "The long-running operation metadata for the UpdateProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata for the long-running operation." + } + }, "type": "object" }, - "GoogleCloudDocumentaiV1Document": { - "description": "Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality.", - "id": "GoogleCloudDocumentaiV1Document", + "GoogleCloudDocumentaiV1Barcode": { + "description": "Encodes the detailed information of a barcode.", + "id": "GoogleCloudDocumentaiV1Barcode", "properties": { - "chunkedDocument": { - "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocument", - "description": "Document chunked based on chunking config." - }, - "content": { - "description": "Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.", - "format": "byte", - "type": "string" - }, - "docid": { - "description": "Optional. An internal identifier for document. Should be loggable (no PII).", - "type": "string" - }, - "documentLayout": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayout", - "description": "Parsed layout of the document." - }, - "entities": { - "description": "A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentEntity" - }, - "type": "array" - }, - "entityRelations": { - "description": "Placeholder. Relationship among Document.entities.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentEntityRelation" - }, - "type": "array" - }, - "error": { - "$ref": "GoogleRpcStatus", - "description": "Any error that occurred while processing this document." - }, - "mimeType": { - "description": "An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml).", + "format": { + "description": "Format of a barcode. The supported formats are: - `CODE_128`: Code 128 type. - `CODE_39`: Code 39 type. - `CODE_93`: Code 93 type. - `CODABAR`: Codabar type. - `DATA_MATRIX`: 2D Data Matrix type. - `ITF`: ITF type. - `EAN_13`: EAN-13 type. - `EAN_8`: EAN-8 type. - `QR_CODE`: 2D QR code type. - `UPC_A`: UPC-A type. - `UPC_E`: UPC-E type. - `PDF417`: PDF417 type. - `AZTEC`: 2D Aztec code type. - `DATABAR`: GS1 DataBar code type.", "type": "string" }, - "pages": { - "description": "Visual page layout for the Document.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPage" - }, - "type": "array" - }, - "revisions": { - "description": "Placeholder. Revision history of this document.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentRevision" - }, - "type": "array" - }, - "shardInfo": { - "$ref": "GoogleCloudDocumentaiV1DocumentShardInfo", - "description": "Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified." - }, - "text": { - "description": "Optional. UTF-8 encoded text in reading order from the document.", + "rawValue": { + "description": "Raw value encoded in the barcode. For example: `'MEBKM:TITLE:Google;URL:https://www.google.com;;'`.", "type": "string" }, - "textChanges": { - "description": "Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentTextChange" - }, - "type": "array" - }, - "textStyles": { - "deprecated": true, - "description": "Styles for the Document.text.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentStyle" - }, - "type": "array" - }, - "uri": { - "description": "Optional. Currently supports Google Cloud Storage URI of the form `gs://bucket_name/object_name`. Object versioning is not supported. For more information, refer to [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris).", + "valueFormat": { + "description": "Value format describes the format of the value that a barcode encodes. The supported formats are: - `CONTACT_INFO`: Contact information. - `EMAIL`: Email address. - `ISBN`: ISBN identifier. - `PHONE`: Phone number. - `PRODUCT`: Product. - `SMS`: SMS message. - `TEXT`: Text string. - `URL`: URL address. - `WIFI`: Wifi information. - `GEO`: Geo-localization. - `CALENDAR_EVENT`: Calendar event. - `DRIVER_LICENSE`: Driver's license.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentChunkedDocument": { - "description": "Represents the chunks that the document is divided into.", - "id": "GoogleCloudDocumentaiV1DocumentChunkedDocument", + "GoogleCloudDocumentaiV1BatchDocumentsInputConfig": { + "description": "The common config to specify a set of documents used as input.", + "id": "GoogleCloudDocumentaiV1BatchDocumentsInputConfig", "properties": { - "chunks": { - "description": "List of chunks.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk" - }, - "type": "array" + "gcsDocuments": { + "$ref": "GoogleCloudDocumentaiV1GcsDocuments", + "description": "The set of documents individually specified on Cloud Storage." + }, + "gcsPrefix": { + "$ref": "GoogleCloudDocumentaiV1GcsPrefix", + "description": "The set of documents that match the specified Cloud Storage `gcs_prefix`." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk": { - "description": "Represents a chunk.", - "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk", + "GoogleCloudDocumentaiV1BatchProcessMetadata": { + "description": "The long-running operation metadata for BatchProcessDocuments.", + "id": "GoogleCloudDocumentaiV1BatchProcessMetadata", "properties": { - "chunkId": { - "description": "ID of the chunk.", - "type": "string" - }, - "content": { - "description": "Text content of the chunk.", + "createTime": { + "description": "The creation time of the operation.", + "format": "google-datetime", "type": "string" }, - "pageFooters": { - "description": "Page footers associated with the chunk.", + "individualProcessStatuses": { + "description": "The list of response details of each document.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter" + "$ref": "GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus" }, "type": "array" }, - "pageHeaders": { - "description": "Page headers associated with the chunk.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader" - }, - "type": "array" + "state": { + "description": "The state of the current batch processing.", + "enum": [ + "STATE_UNSPECIFIED", + "WAITING", + "RUNNING", + "SUCCEEDED", + "CANCELLING", + "CANCELLED", + "FAILED" + ], + "enumDescriptions": [ + "The default value. This value is used if the state is omitted.", + "Request operation is waiting for scheduling.", + "Request is being processed.", + "The batch processing completed successfully.", + "The batch processing was being cancelled.", + "The batch processing was cancelled.", + "The batch processing has failed." + ], + "type": "string" }, - "pageSpan": { - "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", - "description": "Page span of the chunk." + "stateMessage": { + "description": "A message providing more details about the current state of processing. For example, the error message if the operation is failed.", + "type": "string" }, - "sourceBlockIds": { - "description": "Unused.", - "items": { - "type": "string" - }, - "type": "array" + "updateTime": { + "description": "The last update time of the operation.", + "format": "google-datetime", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter": { - "description": "Represents the page footer associated with the chunk.", - "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter", + "GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus": { + "description": "The status of a each individual document in the batch process.", + "id": "GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus", "properties": { - "pageSpan": { - "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", - "description": "Page span of the footer." + "humanReviewStatus": { + "$ref": "GoogleCloudDocumentaiV1HumanReviewStatus", + "description": "The status of human review on the processed document." }, - "text": { - "description": "Footer in text format.", + "inputGcsSource": { + "description": "The source of the document, same as the input_gcs_source field in the request when the batch process started.", "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader": { - "description": "Represents the page header associated with the chunk.", - "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader", - "properties": { - "pageSpan": { - "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", - "description": "Page span of the header." }, - "text": { - "description": "Header in text format.", + "outputGcsDestination": { + "description": "The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.", "type": "string" + }, + "status": { + "$ref": "GoogleRpcStatus", + "description": "The status processing the document." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan": { - "description": "Represents where the chunk starts and ends in the document.", - "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", + "GoogleCloudDocumentaiV1BatchProcessRequest": { + "description": "Request message for BatchProcessDocuments.", + "id": "GoogleCloudDocumentaiV1BatchProcessRequest", "properties": { - "pageEnd": { - "description": "Page where chunk ends in the document.", - "format": "int32", - "type": "integer" + "documentOutputConfig": { + "$ref": "GoogleCloudDocumentaiV1DocumentOutputConfig", + "description": "The output configuration for the BatchProcessDocuments method." }, - "pageStart": { - "description": "Page where chunk starts in the document.", - "format": "int32", - "type": "integer" + "inputDocuments": { + "$ref": "GoogleCloudDocumentaiV1BatchDocumentsInputConfig", + "description": "The input documents for the BatchProcessDocuments method." + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.", + "type": "object" + }, + "processOptions": { + "$ref": "GoogleCloudDocumentaiV1ProcessOptions", + "description": "Inference-time options for the process API" + }, + "skipHumanReview": { + "description": "Whether human review should be skipped for this request. Default to `false`.", + "type": "boolean" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentDocumentLayout": { - "description": "Represents the parsed layout of a document as a collection of blocks that the document is divided into.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayout", + "GoogleCloudDocumentaiV1BatchProcessResponse": { + "description": "Response message for BatchProcessDocuments.", + "id": "GoogleCloudDocumentaiV1BatchProcessResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1BoundingPoly": { + "description": "A bounding polygon for the detected image annotation.", + "id": "GoogleCloudDocumentaiV1BoundingPoly", "properties": { - "blocks": { - "description": "List of blocks in the document.", + "normalizedVertices": { + "description": "The bounding polygon normalized vertices.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" + "$ref": "GoogleCloudDocumentaiV1NormalizedVertex" + }, + "type": "array" + }, + "vertices": { + "description": "The bounding polygon vertices.", + "items": { + "$ref": "GoogleCloudDocumentaiV1Vertex" }, "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock": { - "description": "Represents a block. A block could be one of the various types (text, table, list) supported.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock", + "GoogleCloudDocumentaiV1CommonOperationMetadata": { + "description": "The common metadata for long running operations.", + "id": "GoogleCloudDocumentaiV1CommonOperationMetadata", "properties": { - "blockId": { - "description": "ID of the block.", + "createTime": { + "description": "The creation time of the operation.", + "format": "google-datetime", "type": "string" }, - "boundingBox": { - "$ref": "GoogleCloudDocumentaiV1BoundingPoly", - "description": "Identifies the bounding box for the block." - }, - "listBlock": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock", - "description": "Block consisting of list content/structure." + "resource": { + "description": "A related resource to this operation.", + "type": "string" }, - "pageSpan": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan", - "description": "Page span of the block." + "state": { + "description": "The state of the operation.", + "enum": [ + "STATE_UNSPECIFIED", + "RUNNING", + "CANCELLING", + "SUCCEEDED", + "FAILED", + "CANCELLED" + ], + "enumDescriptions": [ + "Unspecified state.", + "Operation is still running.", + "Operation is being cancelled.", + "Operation succeeded.", + "Operation failed.", + "Operation is cancelled." + ], + "type": "string" }, - "tableBlock": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock", - "description": "Block consisting of table content/structure." + "stateMessage": { + "description": "A message providing more details about the current state of processing.", + "type": "string" }, - "textBlock": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock", - "description": "Block consisting of text content." + "updateTime": { + "description": "The last update time of the operation.", + "format": "google-datetime", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock": { - "description": "Represents a list type block.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock", + "GoogleCloudDocumentaiV1DeleteProcessorMetadata": { + "description": "The long-running operation metadata for the DeleteProcessor method.", + "id": "GoogleCloudDocumentaiV1DeleteProcessorMetadata", "properties": { - "listEntries": { - "description": "List entries that constitute a list block.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry" - }, - "type": "array" - }, - "type": { - "description": "Type of the list_entries (if exist). Available options are `ordered` and `unordered`.", - "type": "string" + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry": { - "description": "Represents an entry in the list.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry", + "GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata": { + "description": "The long-running operation metadata for the DeleteProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata", "properties": { - "blocks": { - "description": "A list entry is a list of blocks. Repeated blocks support further hierarchies and nested blocks.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" - }, - "type": "array" + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan": { - "description": "Represents where the block starts and ends in the document.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan", + "GoogleCloudDocumentaiV1DeployProcessorVersionMetadata": { + "description": "The long-running operation metadata for the DeployProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1DeployProcessorVersionMetadata", "properties": { - "pageEnd": { - "description": "Page where block ends in the document.", - "format": "int32", - "type": "integer" - }, - "pageStart": { - "description": "Page where block starts in the document.", - "format": "int32", - "type": "integer" + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock": { - "description": "Represents a table type block.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock", + "GoogleCloudDocumentaiV1DeployProcessorVersionRequest": { + "description": "Request message for the DeployProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1DeployProcessorVersionRequest", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1DeployProcessorVersionResponse": { + "description": "Response message for the DeployProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1DeployProcessorVersionResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1DisableProcessorMetadata": { + "description": "The long-running operation metadata for the DisableProcessor method.", + "id": "GoogleCloudDocumentaiV1DisableProcessorMetadata", "properties": { - "bodyRows": { - "description": "Body rows containing main table content.", + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DisableProcessorRequest": { + "description": "Request message for the DisableProcessor method.", + "id": "GoogleCloudDocumentaiV1DisableProcessorRequest", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1DisableProcessorResponse": { + "description": "Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future.", + "id": "GoogleCloudDocumentaiV1DisableProcessorResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1Document": { + "description": "Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality.", + "id": "GoogleCloudDocumentaiV1Document", + "properties": { + "chunkedDocument": { + "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocument", + "description": "Document chunked based on chunking config." + }, + "content": { + "description": "Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.", + "format": "byte", + "type": "string" + }, + "docid": { + "description": "Optional. An internal identifier for document. Should be loggable (no PII).", + "type": "string" + }, + "documentLayout": { + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayout", + "description": "Parsed layout of the document." + }, + "entities": { + "description": "A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow" + "$ref": "GoogleCloudDocumentaiV1DocumentEntity" }, "type": "array" }, - "caption": { - "description": "Table caption/title.", + "entitiesRevisionId": { + "description": "The entity revision id that `document.entities` field is based on. If this field is set and `entities_revisions` is not empty, the entities in `document.entities` field are the entities in the entity revision with this id and `document.entity_validation_output` field is the `entity_validation_output` field in this entity revision.", "type": "string" }, - "headerRows": { - "description": "Header rows at the top of the table.", + "entitiesRevisions": { + "description": "A list of entity revisions. The entity revisions are appended to the document in the processing order. This field can be used for comparing the entity extraction results at different stages of the processing.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow" + "$ref": "GoogleCloudDocumentaiV1DocumentEntitiesRevision" }, "type": "array" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell": { - "description": "Represents a cell in a table row.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell", - "properties": { - "blocks": { - "description": "A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.", + }, + "entityRelations": { + "description": "Placeholder. Relationship among Document.entities.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" + "$ref": "GoogleCloudDocumentaiV1DocumentEntityRelation" }, "type": "array" }, - "colSpan": { - "description": "How many columns this cell spans.", - "format": "int32", - "type": "integer" + "entityValidationOutput": { + "$ref": "GoogleCloudDocumentaiV1DocumentEntityValidationOutput", + "description": "The entity validation output for the document. This is the validation output for `document.entities` field." }, - "rowSpan": { - "description": "How many rows this cell spans.", - "format": "int32", - "type": "integer" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow": { - "description": "Represents a row in a table.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow", - "properties": { - "cells": { - "description": "A table row is a list of table cells.", + "error": { + "$ref": "GoogleRpcStatus", + "description": "Any error that occurred while processing this document." + }, + "mimeType": { + "description": "An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml).", + "type": "string" + }, + "pages": { + "description": "Visual page layout for the Document.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell" + "$ref": "GoogleCloudDocumentaiV1DocumentPage" }, "type": "array" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock": { - "description": "Represents a text type block.", - "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock", - "properties": { - "blocks": { - "description": "A text block could further have child blocks. Repeated blocks support further hierarchies and nested blocks.", + }, + "revisions": { + "description": "Placeholder. Revision history of this document.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" + "$ref": "GoogleCloudDocumentaiV1DocumentRevision" }, "type": "array" }, + "shardInfo": { + "$ref": "GoogleCloudDocumentaiV1DocumentShardInfo", + "description": "Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified." + }, "text": { - "description": "Text content stored in the block.", + "description": "Optional. UTF-8 encoded text in reading order from the document.", "type": "string" }, - "type": { - "description": "Type of the text in the block. Available options are: `paragraph`, `subtitle`, `heading-1`, `heading-2`, `heading-3`, `heading-4`, `heading-5`, `header`, `footer`.", + "textChanges": { + "description": "Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentTextChange" + }, + "type": "array" + }, + "textStyles": { + "deprecated": true, + "description": "Styles for the Document.text.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentStyle" + }, + "type": "array" + }, + "uri": { + "description": "Optional. Currently supports Google Cloud Storage URI of the form `gs://bucket_name/object_name`. Object versioning is not supported. For more information, refer to [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris).", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentEntity": { - "description": "An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity type, such as a person, an organization, or location.", - "id": "GoogleCloudDocumentaiV1DocumentEntity", + "GoogleCloudDocumentaiV1DocumentChunkedDocument": { + "description": "Represents the chunks that the document is divided into.", + "id": "GoogleCloudDocumentaiV1DocumentChunkedDocument", "properties": { - "confidence": { - "description": "Optional. Confidence of detected Schema entity. Range `[0, 1]`.", - "format": "float", - "type": "number" - }, - "id": { - "description": "Optional. Canonical id. This will be a unique value in the entity list for this document.", - "type": "string" - }, - "mentionId": { - "description": "Optional. Deprecated. Use `id` field instead.", - "type": "string" - }, - "mentionText": { - "description": "Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.", + "chunks": { + "description": "List of chunks.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk": { + "description": "Represents a chunk.", + "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk", + "properties": { + "chunkId": { + "description": "ID of the chunk.", "type": "string" }, - "method": { - "description": "Optional. Specifies how the entity's value is obtained.", - "enum": [ - "METHOD_UNSPECIFIED", - "EXTRACT", - "DERIVE" - ], - "enumDescriptions": [ - "When the method is not specified, it should be treated as `EXTRACT`.", - "The entity's value is directly extracted as-is from the document text.", - "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." - ], + "content": { + "description": "Text content of the chunk.", "type": "string" }, - "normalizedValue": { - "$ref": "GoogleCloudDocumentaiV1DocumentEntityNormalizedValue", - "description": "Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types." - }, - "pageAnchor": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageAnchor", - "description": "Optional. Represents the provenance of this entity wrt. the location on the page where it was found." - }, - "properties": { - "description": "Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.", + "pageFooters": { + "description": "Page footers associated with the chunk.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentEntity" + "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter" }, "type": "array" }, - "provenance": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", - "description": "Optional. The history of this annotation." - }, - "redacted": { - "description": "Optional. Whether the entity will be redacted for de-identification purposes.", - "type": "boolean" + "pageHeaders": { + "description": "Page headers associated with the chunk.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader" + }, + "type": "array" }, - "textAnchor": { - "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", - "description": "Optional. Provenance of the entity. Text anchor indexing into the Document.text." + "pageSpan": { + "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", + "description": "Page span of the chunk." }, - "type": { - "description": "Required. Entity type from a schema e.g. `Address`.", - "type": "string" + "sourceBlockIds": { + "description": "Unused.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentEntityNormalizedValue": { - "description": "Parsed and normalized entity value.", - "id": "GoogleCloudDocumentaiV1DocumentEntityNormalizedValue", + "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter": { + "description": "Represents the page footer associated with the chunk.", + "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter", "properties": { - "addressValue": { - "$ref": "GoogleTypePostalAddress", - "description": "Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto" - }, - "booleanValue": { - "description": "Boolean value. Can be used for entities with binary values, or for checkboxes.", - "type": "boolean" - }, - "dateValue": { - "$ref": "GoogleTypeDate", - "description": "Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto" - }, - "datetimeValue": { - "$ref": "GoogleTypeDateTime", - "description": "DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto" - }, - "floatValue": { - "description": "Float value.", - "format": "float", - "type": "number" - }, - "integerValue": { - "description": "Integer value.", - "format": "int32", - "type": "integer" - }, - "moneyValue": { - "$ref": "GoogleTypeMoney", - "description": "Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto" - }, - "signatureValue": { - "type": "boolean" + "pageSpan": { + "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", + "description": "Page span of the footer." }, "text": { - "description": "Optional. An optional field to store a normalized string. For some entity types, one of respective `structured_value` fields may also be populated. Also not all the types of `structured_value` will be normalized. For example, some processors may not generate `float` or `integer` normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (`money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO 8601 text format.", + "description": "Footer in text format.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentEntityRelation": { - "description": "Relationship between Entities.", - "id": "GoogleCloudDocumentaiV1DocumentEntityRelation", + "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader": { + "description": "Represents the page header associated with the chunk.", + "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader", "properties": { - "objectId": { - "description": "Object entity id.", - "type": "string" + "pageSpan": { + "$ref": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", + "description": "Page span of the header." }, - "relation": { - "description": "Relationship description.", + "text": { + "description": "Header in text format.", "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan": { + "description": "Represents where the chunk starts and ends in the document.", + "id": "GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan", + "properties": { + "pageEnd": { + "description": "Page where chunk ends in the document.", + "format": "int32", + "type": "integer" }, - "subjectId": { - "description": "Subject entity id.", - "type": "string" + "pageStart": { + "description": "Page where chunk starts in the document.", + "format": "int32", + "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentOutputConfig": { - "description": "Config that controls the output of documents. All documents will be written as a JSON file.", - "id": "GoogleCloudDocumentaiV1DocumentOutputConfig", + "GoogleCloudDocumentaiV1DocumentDocumentLayout": { + "description": "Represents the parsed layout of a document as a collection of blocks that the document is divided into.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayout", "properties": { - "gcsOutputConfig": { - "$ref": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig", - "description": "Output config to write the results to Cloud Storage." + "blocks": { + "description": "List of blocks in the document.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig": { - "description": "The configuration used when outputting documents.", - "id": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig", + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock": { + "description": "Represents a block. A block could be one of the various types (text, table, list) supported.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock", "properties": { - "fieldMask": { - "description": "Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.", - "format": "google-fieldmask", + "blockId": { + "description": "ID of the block.", "type": "string" }, - "gcsUri": { - "description": "The Cloud Storage uri (a directory) of the output.", - "type": "string" + "boundingBox": { + "$ref": "GoogleCloudDocumentaiV1BoundingPoly", + "description": "Identifies the bounding box for the block." }, - "shardingConfig": { - "$ref": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig", - "description": "Specifies the sharding config for the output document." + "listBlock": { + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock", + "description": "Block consisting of list content/structure." + }, + "pageSpan": { + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan", + "description": "Page span of the block." + }, + "tableBlock": { + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock", + "description": "Block consisting of table content/structure." + }, + "textBlock": { + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock", + "description": "Block consisting of text content." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig": { - "description": "The sharding config for the output document.", - "id": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig", + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock": { + "description": "Represents a list type block.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock", "properties": { - "pagesOverlap": { - "description": "The number of overlapping pages between consecutive shards.", - "format": "int32", - "type": "integer" + "listEntries": { + "description": "List entries that constitute a list block.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry" + }, + "type": "array" }, - "pagesPerShard": { - "description": "The number of pages per shard.", - "format": "int32", - "type": "integer" + "type": { + "description": "Type of the list_entries (if exist). Available options are `ordered` and `unordered`.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPage": { - "description": "A page in a Document.", - "id": "GoogleCloudDocumentaiV1DocumentPage", + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry": { + "description": "Represents an entry in the list.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry", "properties": { "blocks": { - "description": "A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageBlock" - }, - "type": "array" - }, - "detectedBarcodes": { - "description": "A list of detected barcodes.", + "description": "A list entry is a list of blocks. Repeated blocks support further hierarchies and nested blocks.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedBarcode" + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" }, "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan": { + "description": "Represents where the block starts and ends in the document.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan", + "properties": { + "pageEnd": { + "description": "Page where block ends in the document.", + "format": "int32", + "type": "integer" }, - "detectedLanguages": { - "description": "A list of detected languages together with confidence.", + "pageStart": { + "description": "Page where block starts in the document.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock": { + "description": "Represents a table type block.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock", + "properties": { + "bodyRows": { + "description": "Body rows containing main table content.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow" }, "type": "array" }, - "dimension": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDimension", - "description": "Physical dimension of the page." + "caption": { + "description": "Table caption/title.", + "type": "string" }, - "formFields": { - "description": "A list of visually detected form fields on the page.", + "headerRows": { + "description": "Header rows at the top of the table.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageFormField" + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow" }, "type": "array" - }, - "image": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageImage", - "description": "Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned." - }, - "imageQualityScores": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageImageQualityScores", - "description": "Image quality scores." - }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for the page." - }, - "lines": { - "description": "A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.", + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell": { + "description": "Represents a cell in a table row.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell", + "properties": { + "blocks": { + "description": "A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLine" + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" }, "type": "array" }, - "pageNumber": { - "description": "1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.", + "colSpan": { + "description": "How many columns this cell spans.", "format": "int32", "type": "integer" }, - "paragraphs": { - "description": "A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.", + "rowSpan": { + "description": "How many rows this cell spans.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow": { + "description": "Represents a row in a table.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow", + "properties": { + "cells": { + "description": "A table row is a list of table cells.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageParagraph" - }, - "type": "array" - }, - "provenance": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", - "deprecated": true, - "description": "The history of this page." - }, - "symbols": { - "description": "A list of visually detected symbols on the page.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageSymbol" - }, - "type": "array" - }, - "tables": { - "description": "A list of visually detected tables on the page.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageTable" + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell" }, "type": "array" - }, - "tokens": { - "description": "A list of visually detected tokens on the page.", + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock": { + "description": "Represents a text type block.", + "id": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock", + "properties": { + "blocks": { + "description": "A text block could further have child blocks. Repeated blocks support further hierarchies and nested blocks.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageToken" + "$ref": "GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock" }, "type": "array" }, - "transforms": { - "description": "Transformation matrices that were applied to the original document image to produce Page.image.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageMatrix" - }, - "type": "array" + "text": { + "description": "Text content stored in the block.", + "type": "string" }, - "visualElements": { - "description": "A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageVisualElement" - }, - "type": "array" + "type": { + "description": "Type of the text in the block. Available options are: `paragraph`, `subtitle`, `heading-1`, `heading-2`, `heading-3`, `heading-4`, `heading-5`, `header`, `footer`.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageAnchor": { - "description": "Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.", - "id": "GoogleCloudDocumentaiV1DocumentPageAnchor", + "GoogleCloudDocumentaiV1DocumentEntitiesRevision": { + "description": "Entity revision.", + "id": "GoogleCloudDocumentaiV1DocumentEntitiesRevision", "properties": { - "pageRefs": { - "description": "One or more references to visual page elements", + "entities": { + "description": "The entities in this revision.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageAnchorPageRef" + "$ref": "GoogleCloudDocumentaiV1DocumentEntity" }, "type": "array" + }, + "entityValidationOutput": { + "$ref": "GoogleCloudDocumentaiV1DocumentEntityValidationOutput", + "description": "The entity validation output for this revision." + }, + "revisionId": { + "description": "The revision id.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageAnchorPageRef": { - "description": "Represents a weak reference to a page element within a document.", - "id": "GoogleCloudDocumentaiV1DocumentPageAnchorPageRef", + "GoogleCloudDocumentaiV1DocumentEntity": { + "description": "An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity type, such as a person, an organization, or location.", + "id": "GoogleCloudDocumentaiV1DocumentEntity", "properties": { - "boundingPoly": { - "$ref": "GoogleCloudDocumentaiV1BoundingPoly", - "description": "Optional. Identifies the bounding polygon of a layout element on the page. If `layout_type` is set, the bounding polygon must be exactly the same to the layout element it's referring to." - }, "confidence": { - "description": "Optional. Confidence of detected page element, if applicable. Range `[0, 1]`.", + "description": "Optional. Confidence of detected Schema entity. Range `[0, 1]`.", "format": "float", "type": "number" }, - "layoutId": { - "deprecated": true, - "description": "Optional. Deprecated. Use PageRef.bounding_poly instead.", + "id": { + "description": "Optional. Canonical id. This will be a unique value in the entity list for this document.", "type": "string" }, - "layoutType": { - "description": "Optional. The type of the layout element that is being referenced if any.", + "mentionId": { + "description": "Optional. Deprecated. Use `id` field instead.", + "type": "string" + }, + "mentionText": { + "description": "Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.", + "type": "string" + }, + "method": { + "description": "Optional. Specifies how the entity's value is obtained.", "enum": [ - "LAYOUT_TYPE_UNSPECIFIED", - "BLOCK", - "PARAGRAPH", - "LINE", - "TOKEN", - "VISUAL_ELEMENT", - "TABLE", - "FORM_FIELD" + "METHOD_UNSPECIFIED", + "EXTRACT", + "DERIVE" ], "enumDescriptions": [ - "Layout Unspecified.", - "References a Page.blocks element.", - "References a Page.paragraphs element.", - "References a Page.lines element.", - "References a Page.tokens element.", - "References a Page.visual_elements element.", - "Refrrences a Page.tables element.", - "References a Page.form_fields element." + "When the method is not specified, it should be treated as `EXTRACT`.", + "The entity's value is directly extracted as-is from the document text.", + "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." ], "type": "string" }, - "page": { - "description": "Required. Index into the Document.pages element, for example using `Document.pages` to locate the related page element. This field is skipped when its value is the default `0`. See https://developers.google.com/protocol-buffers/docs/proto3#json.", - "format": "int64", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentPageBlock": { - "description": "A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.", - "id": "GoogleCloudDocumentaiV1DocumentPageBlock", - "properties": { - "detectedLanguages": { - "description": "A list of detected languages together with confidence.", + "normalizedValue": { + "$ref": "GoogleCloudDocumentaiV1DocumentEntityNormalizedValue", + "description": "Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types." + }, + "pageAnchor": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageAnchor", + "description": "Optional. Represents the provenance of this entity wrt. the location on the page where it was found." + }, + "properties": { + "description": "Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + "$ref": "GoogleCloudDocumentaiV1DocumentEntity" }, "type": "array" }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for Block." - }, "provenance": { "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", - "deprecated": true, - "description": "The history of this annotation." + "description": "Optional. The history of this annotation." + }, + "redacted": { + "description": "Optional. Whether the entity will be redacted for de-identification purposes.", + "type": "boolean" + }, + "textAnchor": { + "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", + "description": "Optional. Provenance of the entity. Text anchor indexing into the Document.text." + }, + "type": { + "description": "Required. Entity type from a schema e.g. `Address`.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageDetectedBarcode": { - "description": "A detected barcode.", - "id": "GoogleCloudDocumentaiV1DocumentPageDetectedBarcode", + "GoogleCloudDocumentaiV1DocumentEntityNormalizedValue": { + "description": "Parsed and normalized entity value.", + "id": "GoogleCloudDocumentaiV1DocumentEntityNormalizedValue", "properties": { - "barcode": { - "$ref": "GoogleCloudDocumentaiV1Barcode", - "description": "Detailed barcode information of the DetectedBarcode." + "addressValue": { + "$ref": "GoogleTypePostalAddress", + "description": "Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto" }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for DetectedBarcode." + "booleanValue": { + "description": "Boolean value. Can be used for entities with binary values, or for checkboxes.", + "type": "boolean" + }, + "dateValue": { + "$ref": "GoogleTypeDate", + "description": "Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto" + }, + "datetimeValue": { + "$ref": "GoogleTypeDateTime", + "description": "DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto" + }, + "floatValue": { + "description": "Float value.", + "format": "float", + "type": "number" + }, + "integerValue": { + "description": "Integer value.", + "format": "int32", + "type": "integer" + }, + "moneyValue": { + "$ref": "GoogleTypeMoney", + "description": "Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto" + }, + "signatureValue": { + "description": "A signature - a graphical representation of a person's name, often used to sign a document.", + "type": "boolean" + }, + "text": { + "description": "Optional. An optional field to store a normalized string. For some entity types, one of respective `structured_value` fields may also be populated. Also not all the types of `structured_value` will be normalized. For example, some processors may not generate `float` or `integer` normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (`money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO 8601 text format.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage": { - "description": "Detected language for a structural component.", - "id": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage", + "GoogleCloudDocumentaiV1DocumentEntityRelation": { + "description": "Relationship between Entities.", + "id": "GoogleCloudDocumentaiV1DocumentEntityRelation", "properties": { - "confidence": { - "description": "Confidence of detected language. Range `[0, 1]`.", - "format": "float", - "type": "number" + "objectId": { + "description": "Object entity id.", + "type": "string" }, - "languageCode": { - "description": "The [BCP-47 language code](https://www.unicode.org/reports/tr35/#Unicode_locale_identifier), such as `en-US` or `sr-Latn`.", + "relation": { + "description": "Relationship description.", + "type": "string" + }, + "subjectId": { + "description": "Subject entity id.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageDimension": { - "description": "Dimension for the page.", - "id": "GoogleCloudDocumentaiV1DocumentPageDimension", + "GoogleCloudDocumentaiV1DocumentEntityValidationOutput": { + "description": "The output of the validation given the document and the validation rules.", + "id": "GoogleCloudDocumentaiV1DocumentEntityValidationOutput", "properties": { - "height": { - "description": "Page height.", - "format": "float", - "type": "number" - }, - "unit": { - "description": "Dimension unit.", - "type": "string" + "passAllRules": { + "description": "The overall result of the validation, true if all applicable rules are valid.", + "type": "boolean" }, - "width": { - "description": "Page width.", - "format": "float", - "type": "number" + "validationResults": { + "description": "The result of each validation rule.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageFormField": { - "description": "A form field detected on the page.", - "id": "GoogleCloudDocumentaiV1DocumentPageFormField", + "GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult": { + "description": "Validation result for a single validation rule.", + "id": "GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult", "properties": { - "correctedKeyText": { - "description": "Created for Labeling UI to export key text. If corrections were made to the text identified by the `field_name.text_anchor`, this field will contain the correction.", + "rule": { + "description": "Optional. The name of the rule resource that is used for validation. Format: `projects/{project}/locations/{location}/rules/{rule}`", "type": "string" }, - "correctedValueText": { - "description": "Created for Labeling UI to export value text. If corrections were made to the text identified by the `field_value.text_anchor`, this field will contain the correction.", + "ruleDescription": { + "description": "The description of the validation rule.", "type": "string" }, - "fieldName": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for the FormField name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc." - }, - "fieldValue": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for the FormField value." - }, - "nameDetectedLanguages": { - "description": "A list of detected languages for name together with confidence.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" - }, - "type": "array" - }, - "provenance": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", - "description": "The history of this annotation." - }, - "valueDetectedLanguages": { - "description": "A list of detected languages for value together with confidence.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" - }, - "type": "array" - }, - "valueType": { - "description": "If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the `field_value` is normal text) - `unfilled_checkbox` - `filled_checkbox`", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentPageImage": { - "description": "Rendered image contents for this page.", - "id": "GoogleCloudDocumentaiV1DocumentPageImage", - "properties": { - "content": { - "description": "Raw byte content of the image.", - "format": "byte", - "type": "string" - }, - "height": { - "description": "Height of the image in pixels.", - "format": "int32", - "type": "integer" - }, - "mimeType": { - "description": "Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) for the image.", + "ruleName": { + "description": "The display name of the validation rule.", "type": "string" }, - "width": { - "description": "Width of the image in pixels.", - "format": "int32", - "type": "integer" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentPageImageQualityScores": { - "description": "Image quality scores for the page image.", - "id": "GoogleCloudDocumentaiV1DocumentPageImageQualityScores", - "properties": { - "detectedDefects": { - "description": "A list of detected defects.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect" - }, - "type": "array" - }, - "qualityScore": { - "description": "The overall quality score. Range `[0, 1]` where `1` is perfect quality.", - "format": "float", - "type": "number" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect": { - "description": "Image Quality Defects", - "id": "GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect", - "properties": { - "confidence": { - "description": "Confidence of detected defect. Range `[0, 1]` where `1` indicates strong confidence that the defect exists.", - "format": "float", - "type": "number" - }, - "type": { - "description": "Name of the defect type. Supported values are: - `quality/defect_blurry` - `quality/defect_noisy` - `quality/defect_dark` - `quality/defect_faint` - `quality/defect_text_too_small` - `quality/defect_document_cutoff` - `quality/defect_text_cutoff` - `quality/defect_glare`", + "validationDetails": { + "description": "The detailed information of the running the validation process using the entity from the document based on the validation rule.", "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentPageLayout": { - "description": "Visual element describing a layout unit on a page.", - "id": "GoogleCloudDocumentaiV1DocumentPageLayout", - "properties": { - "boundingPoly": { - "$ref": "GoogleCloudDocumentaiV1BoundingPoly", - "description": "The bounding polygon for the Layout." - }, - "confidence": { - "description": "Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range `[0, 1]`.", - "format": "float", - "type": "number" }, - "orientation": { - "description": "Detected orientation for the Layout.", + "validationResultType": { + "description": "The result of the validation rule.", "enum": [ - "ORIENTATION_UNSPECIFIED", - "PAGE_UP", - "PAGE_RIGHT", - "PAGE_DOWN", - "PAGE_LEFT" + "VALIDATION_RESULT_TYPE_UNSPECIFIED", + "VALIDATION_RESULT_TYPE_VALID", + "VALIDATION_RESULT_TYPE_INVALID", + "VALIDATION_RESULT_TYPE_SKIPPED", + "VALIDATION_RESULT_TYPE_NOT_APPLICABLE" ], "enumDescriptions": [ - "Unspecified orientation.", - "Orientation is aligned with page up.", - "Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.", - "Orientation is aligned with page down. Turn the head 180 degrees from upright to read.", - "Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read." + "The validation result type is unspecified.", + "The validation is valid.", + "The validation is invalid.", + "The validation is skipped.", + "The validation is not applicable." ], "type": "string" - }, - "textAnchor": { - "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", - "description": "Text anchor indexing into the Document.text." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageLine": { - "description": "A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.", - "id": "GoogleCloudDocumentaiV1DocumentPageLine", + "GoogleCloudDocumentaiV1DocumentOutputConfig": { + "description": "Config that controls the output of documents. All documents will be written as a JSON file.", + "id": "GoogleCloudDocumentaiV1DocumentOutputConfig", "properties": { - "detectedLanguages": { - "description": "A list of detected languages together with confidence.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" - }, - "type": "array" - }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for Line." - }, - "provenance": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", - "deprecated": true, - "description": "The history of this annotation." + "gcsOutputConfig": { + "$ref": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig", + "description": "Output config to write the results to Cloud Storage." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageMatrix": { - "description": "Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.", - "id": "GoogleCloudDocumentaiV1DocumentPageMatrix", + "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig": { + "description": "The configuration used when outputting documents.", + "id": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig", "properties": { - "cols": { - "description": "Number of columns in the matrix.", - "format": "int32", - "type": "integer" - }, - "data": { - "description": "The matrix data.", - "format": "byte", + "fieldMask": { + "description": "Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`.", + "format": "google-fieldmask", "type": "string" }, - "rows": { - "description": "Number of rows in the matrix.", - "format": "int32", - "type": "integer" + "gcsUri": { + "description": "The Cloud Storage uri (a directory) of the output.", + "type": "string" }, - "type": { - "description": "This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html", - "format": "int32", - "type": "integer" + "shardingConfig": { + "$ref": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig", + "description": "Specifies the sharding config for the output document." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageParagraph": { - "description": "A collection of lines that a human would perceive as a paragraph.", - "id": "GoogleCloudDocumentaiV1DocumentPageParagraph", + "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig": { + "description": "The sharding config for the output document.", + "id": "GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig", "properties": { - "detectedLanguages": { - "description": "A list of detected languages together with confidence.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" - }, - "type": "array" - }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for Paragraph." + "pagesOverlap": { + "description": "The number of overlapping pages between consecutive shards.", + "format": "int32", + "type": "integer" }, - "provenance": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", - "deprecated": true, - "description": "The history of this annotation." + "pagesPerShard": { + "description": "The number of pages per shard.", + "format": "int32", + "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageSymbol": { - "description": "A detected symbol.", - "id": "GoogleCloudDocumentaiV1DocumentPageSymbol", + "GoogleCloudDocumentaiV1DocumentPage": { + "description": "A page in a Document.", + "id": "GoogleCloudDocumentaiV1DocumentPage", "properties": { - "detectedLanguages": { - "description": "A list of detected languages together with confidence.", + "blocks": { + "description": "A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + "$ref": "GoogleCloudDocumentaiV1DocumentPageBlock" }, "type": "array" }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for Symbol." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentPageTable": { - "description": "A table representation similar to HTML table structure.", - "id": "GoogleCloudDocumentaiV1DocumentPageTable", - "properties": { - "bodyRows": { - "description": "Body rows of the table.", + "detectedBarcodes": { + "description": "A list of detected barcodes.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageTableTableRow" + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedBarcode" }, "type": "array" }, @@ -3525,75 +4341,159 @@ }, "type": "array" }, - "headerRows": { - "description": "Header rows of the table.", + "dimension": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDimension", + "description": "Physical dimension of the page." + }, + "formFields": { + "description": "A list of visually detected form fields on the page.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageTableTableRow" + "$ref": "GoogleCloudDocumentaiV1DocumentPageFormField" }, "type": "array" }, + "image": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageImage", + "description": "Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned." + }, + "imageQualityScores": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageImageQualityScores", + "description": "Image quality scores." + }, "layout": { "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for Table." + "description": "Layout for the page." }, - "provenance": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", - "deprecated": true, - "description": "The history of this table." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentPageTableTableCell": { - "description": "A cell representation inside the table.", - "id": "GoogleCloudDocumentaiV1DocumentPageTableTableCell", - "properties": { - "colSpan": { - "description": "How many columns this cell spans.", + "lines": { + "description": "A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLine" + }, + "type": "array" + }, + "pageNumber": { + "description": "1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.", "format": "int32", "type": "integer" }, - "detectedLanguages": { - "description": "A list of detected languages together with confidence.", + "paragraphs": { + "description": "A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + "$ref": "GoogleCloudDocumentaiV1DocumentPageParagraph" }, "type": "array" }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for TableCell." + "provenance": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", + "deprecated": true, + "description": "The history of this page." }, - "rowSpan": { - "description": "How many rows this cell spans.", - "format": "int32", - "type": "integer" + "symbols": { + "description": "A list of visually detected symbols on the page.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageSymbol" + }, + "type": "array" + }, + "tables": { + "description": "A list of visually detected tables on the page.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageTable" + }, + "type": "array" + }, + "tokens": { + "description": "A list of visually detected tokens on the page.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageToken" + }, + "type": "array" + }, + "transforms": { + "description": "Transformation matrices that were applied to the original document image to produce Page.image.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageMatrix" + }, + "type": "array" + }, + "visualElements": { + "description": "A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageVisualElement" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageTableTableRow": { - "description": "A row of table cells.", - "id": "GoogleCloudDocumentaiV1DocumentPageTableTableRow", + "GoogleCloudDocumentaiV1DocumentPageAnchor": { + "description": "Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.", + "id": "GoogleCloudDocumentaiV1DocumentPageAnchor", "properties": { - "cells": { - "description": "Cells that make up this row.", + "pageRefs": { + "description": "One or more references to visual page elements", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageTableTableCell" + "$ref": "GoogleCloudDocumentaiV1DocumentPageAnchorPageRef" }, "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageToken": { - "description": "A detected token.", - "id": "GoogleCloudDocumentaiV1DocumentPageToken", + "GoogleCloudDocumentaiV1DocumentPageAnchorPageRef": { + "description": "Represents a weak reference to a page element within a document.", + "id": "GoogleCloudDocumentaiV1DocumentPageAnchorPageRef", "properties": { - "detectedBreak": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak", - "description": "Detected break at the end of a Token." + "boundingPoly": { + "$ref": "GoogleCloudDocumentaiV1BoundingPoly", + "description": "Optional. Identifies the bounding polygon of a layout element on the page. If `layout_type` is set, the bounding polygon must be exactly the same to the layout element it's referring to." + }, + "confidence": { + "description": "Optional. Confidence of detected page element, if applicable. Range `[0, 1]`.", + "format": "float", + "type": "number" + }, + "layoutId": { + "deprecated": true, + "description": "Optional. Deprecated. Use PageRef.bounding_poly instead.", + "type": "string" + }, + "layoutType": { + "description": "Optional. The type of the layout element that is being referenced if any.", + "enum": [ + "LAYOUT_TYPE_UNSPECIFIED", + "BLOCK", + "PARAGRAPH", + "LINE", + "TOKEN", + "VISUAL_ELEMENT", + "TABLE", + "FORM_FIELD" + ], + "enumDescriptions": [ + "Layout Unspecified.", + "References a Page.blocks element.", + "References a Page.paragraphs element.", + "References a Page.lines element.", + "References a Page.tokens element.", + "References a Page.visual_elements element.", + "Refrrences a Page.tables element.", + "References a Page.form_fields element." + ], + "type": "string" }, + "page": { + "description": "Required. Index into the Document.pages element, for example using `Document.pages` to locate the related page element. This field is skipped when its value is the default `0`. See https://developers.google.com/protocol-buffers/docs/proto3#json.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentPageBlock": { + "description": "A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.", + "id": "GoogleCloudDocumentaiV1DocumentPageBlock", + "properties": { "detectedLanguages": { "description": "A list of detected languages together with confidence.", "items": { @@ -3603,706 +4503,1113 @@ }, "layout": { "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for Token." + "description": "Layout for Block." }, "provenance": { "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", "deprecated": true, "description": "The history of this annotation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentPageDetectedBarcode": { + "description": "A detected barcode.", + "id": "GoogleCloudDocumentaiV1DocumentPageDetectedBarcode", + "properties": { + "barcode": { + "$ref": "GoogleCloudDocumentaiV1Barcode", + "description": "Detailed barcode information of the DetectedBarcode." }, - "styleInfo": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo", - "description": "Text style attributes." + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for DetectedBarcode." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak": { - "description": "Detected break at the end of a Token.", - "id": "GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak", + "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage": { + "description": "Detected language for a structural component.", + "id": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage", "properties": { - "type": { - "description": "Detected break type.", - "enum": [ - "TYPE_UNSPECIFIED", - "SPACE", - "WIDE_SPACE", - "HYPHEN" - ], - "enumDescriptions": [ - "Unspecified break type.", - "A single whitespace.", - "A wider whitespace.", - "A hyphen that indicates that a token has been split across lines." - ], + "confidence": { + "description": "Confidence of detected language. Range `[0, 1]`.", + "format": "float", + "type": "number" + }, + "languageCode": { + "description": "The [BCP-47 language code](https://www.unicode.org/reports/tr35/#Unicode_locale_identifier), such as `en-US` or `sr-Latn`.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo": { - "description": "Font and other text style attributes.", - "id": "GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo", + "GoogleCloudDocumentaiV1DocumentPageDimension": { + "description": "Dimension for the page.", + "id": "GoogleCloudDocumentaiV1DocumentPageDimension", "properties": { - "backgroundColor": { - "$ref": "GoogleTypeColor", - "description": "Color of the background." + "height": { + "description": "Page height.", + "format": "float", + "type": "number" }, - "bold": { - "description": "Whether the text is bold (equivalent to font_weight is at least `700`).", - "type": "boolean" + "unit": { + "description": "Dimension unit.", + "type": "string" }, - "fontSize": { - "description": "Font size in points (`1` point is `\u00b9\u2044\u2087\u2082` inches).", - "format": "int32", - "type": "integer" + "width": { + "description": "Page width.", + "format": "float", + "type": "number" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentPageFormField": { + "description": "A form field detected on the page.", + "id": "GoogleCloudDocumentaiV1DocumentPageFormField", + "properties": { + "correctedKeyText": { + "description": "Created for Labeling UI to export key text. If corrections were made to the text identified by the `field_name.text_anchor`, this field will contain the correction.", + "type": "string" }, - "fontType": { - "description": "Name or style of the font.", + "correctedValueText": { + "description": "Created for Labeling UI to export value text. If corrections were made to the text identified by the `field_value.text_anchor`, this field will contain the correction.", "type": "string" }, - "fontWeight": { - "description": "TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy). Normal is `400`, bold is `700`.", - "format": "int32", - "type": "integer" + "fieldName": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for the FormField name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc." }, - "handwritten": { - "description": "Whether the text is handwritten.", - "type": "boolean" + "fieldValue": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for the FormField value." }, - "italic": { - "description": "Whether the text is italic.", - "type": "boolean" + "nameDetectedLanguages": { + "description": "A list of detected languages for name together with confidence.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + }, + "type": "array" }, - "letterSpacing": { - "description": "Letter spacing in points.", - "format": "double", - "type": "number" + "provenance": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", + "description": "The history of this annotation." }, - "pixelFontSize": { - "description": "Font size in pixels, equal to _unrounded font_size_ * _resolution_ \u00f7 `72.0`.", - "format": "double", - "type": "number" - }, - "smallcaps": { - "description": "Whether the text is in small caps. This feature is not supported yet.", - "type": "boolean" - }, - "strikeout": { - "description": "Whether the text is strikethrough. This feature is not supported yet.", - "type": "boolean" + "valueDetectedLanguages": { + "description": "A list of detected languages for value together with confidence.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + }, + "type": "array" }, - "subscript": { - "description": "Whether the text is a subscript. This feature is not supported yet.", - "type": "boolean" + "valueType": { + "description": "If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the `field_value` is normal text) - `unfilled_checkbox` - `filled_checkbox`", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentPageImage": { + "description": "Rendered image contents for this page.", + "id": "GoogleCloudDocumentaiV1DocumentPageImage", + "properties": { + "content": { + "description": "Raw byte content of the image.", + "format": "byte", + "type": "string" }, - "superscript": { - "description": "Whether the text is a superscript. This feature is not supported yet.", - "type": "boolean" + "height": { + "description": "Height of the image in pixels.", + "format": "int32", + "type": "integer" }, - "textColor": { - "$ref": "GoogleTypeColor", - "description": "Color of the text." + "mimeType": { + "description": "Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) for the image.", + "type": "string" }, - "underlined": { - "description": "Whether the text is underlined.", - "type": "boolean" + "width": { + "description": "Width of the image in pixels.", + "format": "int32", + "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentPageVisualElement": { - "description": "Detected non-text visual elements e.g. checkbox, signature etc. on the page.", - "id": "GoogleCloudDocumentaiV1DocumentPageVisualElement", + "GoogleCloudDocumentaiV1DocumentPageImageQualityScores": { + "description": "Image quality scores for the page image.", + "id": "GoogleCloudDocumentaiV1DocumentPageImageQualityScores", "properties": { - "detectedLanguages": { - "description": "A list of detected languages together with confidence.", + "detectedDefects": { + "description": "A list of detected defects.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + "$ref": "GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect" }, "type": "array" }, - "layout": { - "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", - "description": "Layout for VisualElement." + "qualityScore": { + "description": "The overall quality score. Range `[0, 1]` where `1` is perfect quality.", + "format": "float", + "type": "number" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect": { + "description": "Image Quality Defects", + "id": "GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect", + "properties": { + "confidence": { + "description": "Confidence of detected defect. Range `[0, 1]` where `1` indicates strong confidence that the defect exists.", + "format": "float", + "type": "number" }, "type": { - "description": "Type of the VisualElement.", + "description": "Name of the defect type. Supported values are: - `quality/defect_blurry` - `quality/defect_noisy` - `quality/defect_dark` - `quality/defect_faint` - `quality/defect_text_too_small` - `quality/defect_document_cutoff` - `quality/defect_text_cutoff` - `quality/defect_glare`", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentProvenance": { - "description": "Structure to identify provenance relationships between annotations in different revisions.", - "id": "GoogleCloudDocumentaiV1DocumentProvenance", + "GoogleCloudDocumentaiV1DocumentPageLayout": { + "description": "Visual element describing a layout unit on a page.", + "id": "GoogleCloudDocumentaiV1DocumentPageLayout", "properties": { - "id": { - "deprecated": true, - "description": "The Id of this operation. Needs to be unique within the scope of the revision.", - "format": "int32", - "type": "integer" - }, - "parents": { - "description": "References to the original elements that are replaced.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenanceParent" - }, - "type": "array" + "boundingPoly": { + "$ref": "GoogleCloudDocumentaiV1BoundingPoly", + "description": "The bounding polygon for the Layout." }, - "revision": { - "deprecated": true, - "description": "The index of the revision that produced this element.", - "format": "int32", - "type": "integer" + "confidence": { + "description": "Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range `[0, 1]`.", + "format": "float", + "type": "number" }, - "type": { - "description": "The type of provenance operation.", + "orientation": { + "description": "Detected orientation for the Layout.", "enum": [ - "OPERATION_TYPE_UNSPECIFIED", - "ADD", - "REMOVE", - "UPDATE", - "REPLACE", - "EVAL_REQUESTED", - "EVAL_APPROVED", - "EVAL_SKIPPED" - ], - "enumDeprecated": [ - false, - false, - false, - false, - false, - true, - true, - true + "ORIENTATION_UNSPECIFIED", + "PAGE_UP", + "PAGE_RIGHT", + "PAGE_DOWN", + "PAGE_LEFT" ], "enumDescriptions": [ - "Operation type unspecified. If no operation is specified a provenance entry is simply used to match against a `parent`.", - "Add an element.", - "Remove an element identified by `parent`.", - "Updates any fields within the given provenance scope of the message. It overwrites the fields rather than replacing them. Use this when you want to update a field value of an entity without also updating all the child properties.", - "Currently unused. Replace an element identified by `parent`.", - "Deprecated. Request human review for the element identified by `parent`.", - "Deprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.", - "Deprecated. Element is skipped in the validation process." + "Unspecified orientation.", + "Orientation is aligned with page up.", + "Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.", + "Orientation is aligned with page down. Turn the head 180 degrees from upright to read.", + "Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read." ], "type": "string" + }, + "textAnchor": { + "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", + "description": "Text anchor indexing into the Document.text." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentProvenanceParent": { - "description": "The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.", - "id": "GoogleCloudDocumentaiV1DocumentProvenanceParent", + "GoogleCloudDocumentaiV1DocumentPageLine": { + "description": "A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.", + "id": "GoogleCloudDocumentaiV1DocumentPageLine", "properties": { - "id": { + "detectedLanguages": { + "description": "A list of detected languages together with confidence.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + }, + "type": "array" + }, + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for Line." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", "deprecated": true, - "description": "The id of the parent provenance.", + "description": "The history of this annotation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentPageMatrix": { + "description": "Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.", + "id": "GoogleCloudDocumentaiV1DocumentPageMatrix", + "properties": { + "cols": { + "description": "Number of columns in the matrix.", "format": "int32", "type": "integer" }, - "index": { - "description": "The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.", + "data": { + "description": "The matrix data.", + "format": "byte", + "type": "string" + }, + "rows": { + "description": "Number of rows in the matrix.", "format": "int32", "type": "integer" }, - "revision": { - "description": "The index of the index into current revision's parent_ids list.", + "type": { + "description": "This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html", "format": "int32", "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentRevision": { - "description": "Contains past or forward revisions of this document.", - "id": "GoogleCloudDocumentaiV1DocumentRevision", + "GoogleCloudDocumentaiV1DocumentPageParagraph": { + "description": "A collection of lines that a human would perceive as a paragraph.", + "id": "GoogleCloudDocumentaiV1DocumentPageParagraph", "properties": { - "agent": { - "description": "If the change was made by a person specify the name or id of that person.", - "type": "string" - }, - "createTime": { - "description": "The time that the revision was created, internally generated by doc proto storage at the time of create.", - "format": "google-datetime", - "type": "string" - }, - "humanReview": { - "$ref": "GoogleCloudDocumentaiV1DocumentRevisionHumanReview", - "description": "Human Review information of this revision." - }, - "id": { - "description": "Id of the revision, internally generated by doc proto storage. Unique within the context of the document.", - "type": "string" - }, - "parent": { - "deprecated": true, - "description": "The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field.", + "detectedLanguages": { + "description": "A list of detected languages together with confidence.", "items": { - "format": "int32", - "type": "integer" + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" }, "type": "array" }, - "parentIds": { - "description": "The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are `provenance.parent.revision` fields that index into this field.", - "items": { - "type": "string" - }, - "type": "array" + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for Paragraph." }, - "processor": { - "description": "If the annotation was made by processor identify the processor by its resource name.", - "type": "string" + "provenance": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", + "deprecated": true, + "description": "The history of this annotation." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentRevisionHumanReview": { - "description": "Human Review information of the document.", - "id": "GoogleCloudDocumentaiV1DocumentRevisionHumanReview", + "GoogleCloudDocumentaiV1DocumentPageSymbol": { + "description": "A detected symbol.", + "id": "GoogleCloudDocumentaiV1DocumentPageSymbol", "properties": { - "state": { - "description": "Human review state. e.g. `requested`, `succeeded`, `rejected`.", - "type": "string" + "detectedLanguages": { + "description": "A list of detected languages together with confidence.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + }, + "type": "array" }, - "stateMessage": { - "description": "A message providing more details about the current state of processing. For example, the rejection reason when the state is `rejected`.", - "type": "string" + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for Symbol." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentSchema": { - "description": "The schema defines the output of the processed document by a processor.", - "id": "GoogleCloudDocumentaiV1DocumentSchema", + "GoogleCloudDocumentaiV1DocumentPageTable": { + "description": "A table representation similar to HTML table structure.", + "id": "GoogleCloudDocumentaiV1DocumentPageTable", "properties": { - "description": { - "description": "Description of the schema.", - "type": "string" + "bodyRows": { + "description": "Body rows of the table.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageTableTableRow" + }, + "type": "array" }, - "displayName": { - "description": "Display name to show to users.", - "type": "string" + "detectedLanguages": { + "description": "A list of detected languages together with confidence.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + }, + "type": "array" }, - "entityTypes": { - "description": "Entity types of the schema.", + "headerRows": { + "description": "Header rows of the table.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentSchemaEntityType" + "$ref": "GoogleCloudDocumentaiV1DocumentPageTableTableRow" }, "type": "array" }, - "metadata": { - "$ref": "GoogleCloudDocumentaiV1DocumentSchemaMetadata", - "description": "Metadata of the schema." + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for Table." + }, + "provenance": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", + "deprecated": true, + "description": "The history of this table." } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentSchemaEntityType": { - "description": "EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.", - "id": "GoogleCloudDocumentaiV1DocumentSchemaEntityType", + "GoogleCloudDocumentaiV1DocumentPageTableTableCell": { + "description": "A cell representation inside the table.", + "id": "GoogleCloudDocumentaiV1DocumentPageTableTableCell", "properties": { - "baseTypes": { - "description": "The entity type that this type is derived from. For now, one and only one should be set.", + "colSpan": { + "description": "How many columns this cell spans.", + "format": "int32", + "type": "integer" + }, + "detectedLanguages": { + "description": "A list of detected languages together with confidence.", "items": { - "type": "string" + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" }, "type": "array" }, - "displayName": { - "description": "User defined name for the type.", - "type": "string" - }, - "enumValues": { - "$ref": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues", - "description": "If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file." - }, - "name": { - "description": "Name of the type. It must be unique within the schema file and cannot be a \"Common Type\". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.", - "type": "string" + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for TableCell." }, - "properties": { - "description": "Description the nested structure, or composition of an entity.", - "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty" - }, - "type": "array" + "rowSpan": { + "description": "How many rows this cell spans.", + "format": "int32", + "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues": { - "description": "Defines the a list of enum values.", - "id": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues", + "GoogleCloudDocumentaiV1DocumentPageTableTableRow": { + "description": "A row of table cells.", + "id": "GoogleCloudDocumentaiV1DocumentPageTableTableRow", "properties": { - "values": { - "description": "The individual values that this enum values type can include.", + "cells": { + "description": "Cells that make up this row.", "items": { - "type": "string" + "$ref": "GoogleCloudDocumentaiV1DocumentPageTableTableCell" }, "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty": { - "description": "Defines properties that can be part of the entity type.", - "id": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty", + "GoogleCloudDocumentaiV1DocumentPageToken": { + "description": "A detected token.", + "id": "GoogleCloudDocumentaiV1DocumentPageToken", "properties": { - "displayName": { - "description": "User defined name for the property.", - "type": "string" + "detectedBreak": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak", + "description": "Detected break at the end of a Token." }, - "method": { - "description": "Specifies how the entity's value is obtained.", - "enum": [ - "METHOD_UNSPECIFIED", - "EXTRACT", - "DERIVE" - ], - "enumDescriptions": [ - "Unspecified method. It defaults to `EXTRACT`.", - "The entity's value is directly extracted as-is from the document text.", - "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." - ], - "type": "string" + "detectedLanguages": { + "description": "A list of detected languages together with confidence.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + }, + "type": "array" }, - "name": { - "description": "The name of the property. Follows the same guidelines as the EntityType name.", - "type": "string" + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for Token." }, - "occurrenceType": { - "description": "Occurrence type limits the number of instances an entity type appears in the document.", + "provenance": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance", + "deprecated": true, + "description": "The history of this annotation." + }, + "styleInfo": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo", + "description": "Text style attributes." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak": { + "description": "Detected break at the end of a Token.", + "id": "GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak", + "properties": { + "type": { + "description": "Detected break type.", "enum": [ - "OCCURRENCE_TYPE_UNSPECIFIED", - "OPTIONAL_ONCE", - "OPTIONAL_MULTIPLE", - "REQUIRED_ONCE", - "REQUIRED_MULTIPLE" + "TYPE_UNSPECIFIED", + "SPACE", + "WIDE_SPACE", + "HYPHEN" ], "enumDescriptions": [ - "Unspecified occurrence type.", - "There will be zero or one instance of this entity type. The same entity instance may be mentioned multiple times.", - "The entity type will appear zero or multiple times.", - "The entity type will only appear exactly once. The same entity instance may be mentioned multiple times.", - "The entity type will appear once or more times." + "Unspecified break type.", + "A single whitespace.", + "A wider whitespace.", + "A hyphen that indicates that a token has been split across lines." ], "type": "string" - }, - "valueType": { - "description": "A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.", - "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentSchemaMetadata": { - "description": "Metadata for global schema behavior.", - "id": "GoogleCloudDocumentaiV1DocumentSchemaMetadata", + "GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo": { + "description": "Font and other text style attributes.", + "id": "GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo", "properties": { - "documentAllowMultipleLabels": { - "description": "If true, on a given page, there can be multiple `document` annotations covering it.", - "type": "boolean" + "backgroundColor": { + "$ref": "GoogleTypeColor", + "description": "Color of the background." }, - "documentSplitter": { - "description": "If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).", + "bold": { + "description": "Whether the text is bold (equivalent to font_weight is at least `700`).", "type": "boolean" }, - "prefixedNamingOnProperties": { - "description": "If set, all the nested entities must be prefixed with the parents.", + "fontSize": { + "description": "Font size in points (`1` point is `\u00b9\u2044\u2087\u2082` inches).", + "format": "int32", + "type": "integer" + }, + "fontType": { + "description": "Name or style of the font.", + "type": "string" + }, + "fontWeight": { + "description": "TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy). Normal is `400`, bold is `700`.", + "format": "int32", + "type": "integer" + }, + "handwritten": { + "description": "Whether the text is handwritten.", "type": "boolean" }, - "skipNamingValidation": { - "description": "If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.", + "italic": { + "description": "Whether the text is italic.", "type": "boolean" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentShardInfo": { - "description": "For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.", - "id": "GoogleCloudDocumentaiV1DocumentShardInfo", - "properties": { - "shardCount": { - "description": "Total number of shards.", - "format": "int64", - "type": "string" }, - "shardIndex": { - "description": "The 0-based index of this shard.", - "format": "int64", - "type": "string" + "letterSpacing": { + "description": "Letter spacing in points.", + "format": "double", + "type": "number" }, - "textOffset": { - "description": "The index of the first character in Document.text in the overall document global text.", - "format": "int64", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1DocumentStyle": { - "description": "Annotation for common text style attributes. This adheres to CSS conventions as much as possible.", - "id": "GoogleCloudDocumentaiV1DocumentStyle", - "properties": { - "backgroundColor": { - "$ref": "GoogleTypeColor", - "description": "Text background color." - }, - "color": { - "$ref": "GoogleTypeColor", - "description": "Text color." + "pixelFontSize": { + "description": "Font size in pixels, equal to _unrounded font_size_ * _resolution_ \u00f7 `72.0`.", + "format": "double", + "type": "number" }, - "fontFamily": { - "description": "Font family such as `Arial`, `Times New Roman`. https://www.w3schools.com/cssref/pr_font_font-family.asp", - "type": "string" + "smallcaps": { + "description": "Whether the text is in small caps. This feature is not supported yet.", + "type": "boolean" }, - "fontSize": { - "$ref": "GoogleCloudDocumentaiV1DocumentStyleFontSize", - "description": "Font size." + "strikeout": { + "description": "Whether the text is strikethrough. This feature is not supported yet.", + "type": "boolean" }, - "fontWeight": { - "description": "[Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are `normal`, `bold`, `bolder`, and `lighter`.", - "type": "string" + "subscript": { + "description": "Whether the text is a subscript. This feature is not supported yet.", + "type": "boolean" }, - "textAnchor": { - "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", - "description": "Text anchor indexing into the Document.text." + "superscript": { + "description": "Whether the text is a superscript. This feature is not supported yet.", + "type": "boolean" }, - "textDecoration": { - "description": "[Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS standard. ", - "type": "string" + "textColor": { + "$ref": "GoogleTypeColor", + "description": "Color of the text." }, - "textStyle": { - "description": "[Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values are `normal`, `italic`, and `oblique`.", - "type": "string" + "underlined": { + "description": "Whether the text is underlined.", + "type": "boolean" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentStyleFontSize": { - "description": "Font size with unit.", - "id": "GoogleCloudDocumentaiV1DocumentStyleFontSize", + "GoogleCloudDocumentaiV1DocumentPageVisualElement": { + "description": "Detected non-text visual elements e.g. checkbox, signature etc. on the page.", + "id": "GoogleCloudDocumentaiV1DocumentPageVisualElement", "properties": { - "size": { - "description": "Font size for the text.", - "format": "float", - "type": "number" + "detectedLanguages": { + "description": "A list of detected languages together with confidence.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageDetectedLanguage" + }, + "type": "array" }, - "unit": { - "description": "Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).", + "layout": { + "$ref": "GoogleCloudDocumentaiV1DocumentPageLayout", + "description": "Layout for VisualElement." + }, + "type": { + "description": "Type of the VisualElement.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentTextAnchor": { - "description": "Text reference indexing into the Document.text.", - "id": "GoogleCloudDocumentaiV1DocumentTextAnchor", + "GoogleCloudDocumentaiV1DocumentProvenance": { + "description": "Structure to identify provenance relationships between annotations in different revisions.", + "id": "GoogleCloudDocumentaiV1DocumentProvenance", "properties": { - "content": { - "description": "Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.", - "type": "string" + "id": { + "deprecated": true, + "description": "The Id of this operation. Needs to be unique within the scope of the revision.", + "format": "int32", + "type": "integer" }, - "textSegments": { - "description": "The text segments from the Document.text.", + "parents": { + "description": "References to the original elements that are replaced.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment" + "$ref": "GoogleCloudDocumentaiV1DocumentProvenanceParent" }, "type": "array" + }, + "revision": { + "deprecated": true, + "description": "The index of the revision that produced this element.", + "format": "int32", + "type": "integer" + }, + "type": { + "description": "The type of provenance operation.", + "enum": [ + "OPERATION_TYPE_UNSPECIFIED", + "ADD", + "REMOVE", + "UPDATE", + "REPLACE", + "EVAL_REQUESTED", + "EVAL_APPROVED", + "EVAL_SKIPPED" + ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + true, + true, + true + ], + "enumDescriptions": [ + "Operation type unspecified. If no operation is specified a provenance entry is simply used to match against a `parent`.", + "Add an element.", + "Remove an element identified by `parent`.", + "Updates any fields within the given provenance scope of the message. It overwrites the fields rather than replacing them. Use this when you want to update a field value of an entity without also updating all the child properties.", + "Currently unused. Replace an element identified by `parent`.", + "Deprecated. Request human review for the element identified by `parent`.", + "Deprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.", + "Deprecated. Element is skipped in the validation process." + ], + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment": { - "description": "A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset", - "id": "GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment", + "GoogleCloudDocumentaiV1DocumentProvenanceParent": { + "description": "The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.", + "id": "GoogleCloudDocumentaiV1DocumentProvenanceParent", "properties": { - "endIndex": { - "description": "TextSegment half open end UTF-8 char index in the Document.text.", - "format": "int64", - "type": "string" + "id": { + "deprecated": true, + "description": "The id of the parent provenance.", + "format": "int32", + "type": "integer" }, - "startIndex": { - "description": "TextSegment start UTF-8 char index in the Document.text.", - "format": "int64", - "type": "string" + "index": { + "description": "The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.", + "format": "int32", + "type": "integer" + }, + "revision": { + "description": "The index of the index into current revision's parent_ids list.", + "format": "int32", + "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiV1DocumentTextChange": { - "description": "This message is used for text changes aka. OCR corrections.", - "id": "GoogleCloudDocumentaiV1DocumentTextChange", + "GoogleCloudDocumentaiV1DocumentRevision": { + "description": "Contains past or forward revisions of this document.", + "id": "GoogleCloudDocumentaiV1DocumentRevision", "properties": { - "changedText": { - "description": "The text that replaces the text identified in the `text_anchor`.", + "agent": { + "description": "If the change was made by a person specify the name or id of that person.", "type": "string" }, - "provenance": { + "createTime": { + "description": "The time that the revision was created, internally generated by doc proto storage at the time of create.", + "format": "google-datetime", + "type": "string" + }, + "humanReview": { + "$ref": "GoogleCloudDocumentaiV1DocumentRevisionHumanReview", + "description": "Human Review information of this revision." + }, + "id": { + "description": "Id of the revision, internally generated by doc proto storage. Unique within the context of the document.", + "type": "string" + }, + "parent": { "deprecated": true, - "description": "The history of this annotation.", + "description": "The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field.", "items": { - "$ref": "GoogleCloudDocumentaiV1DocumentProvenance" + "format": "int32", + "type": "integer" }, "type": "array" }, - "textAnchor": { - "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", - "description": "Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single `TextAnchor.text_segments` element. If the start and end index of the text segment are the same, the text change is inserted before that index." + "parentIds": { + "description": "The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are `provenance.parent.revision` fields that index into this field.", + "items": { + "type": "string" + }, + "type": "array" + }, + "processor": { + "description": "If the annotation was made by processor identify the processor by its resource name.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1EnableProcessorMetadata": { - "description": "The long-running operation metadata for the EnableProcessor method.", - "id": "GoogleCloudDocumentaiV1EnableProcessorMetadata", + "GoogleCloudDocumentaiV1DocumentRevisionHumanReview": { + "description": "Human Review information of the document.", + "id": "GoogleCloudDocumentaiV1DocumentRevisionHumanReview", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "state": { + "description": "Human review state. e.g. `requested`, `succeeded`, `rejected`.", + "type": "string" + }, + "stateMessage": { + "description": "A message providing more details about the current state of processing. For example, the rejection reason when the state is `rejected`.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1EnableProcessorRequest": { - "description": "Request message for the EnableProcessor method.", - "id": "GoogleCloudDocumentaiV1EnableProcessorRequest", - "properties": {}, + "GoogleCloudDocumentaiV1DocumentSchema": { + "description": "The schema defines the output of the processed document by a processor.", + "id": "GoogleCloudDocumentaiV1DocumentSchema", + "properties": { + "description": { + "description": "Description of the schema.", + "type": "string" + }, + "displayName": { + "description": "Display name to show to users.", + "type": "string" + }, + "entityTypes": { + "description": "Entity types of the schema.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentSchemaEntityType" + }, + "type": "array" + }, + "metadata": { + "$ref": "GoogleCloudDocumentaiV1DocumentSchemaMetadata", + "description": "Metadata of the schema." + } + }, "type": "object" }, - "GoogleCloudDocumentaiV1EnableProcessorResponse": { - "description": "Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future.", - "id": "GoogleCloudDocumentaiV1EnableProcessorResponse", - "properties": {}, + "GoogleCloudDocumentaiV1DocumentSchemaEntityType": { + "description": "EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.", + "id": "GoogleCloudDocumentaiV1DocumentSchemaEntityType", + "properties": { + "baseTypes": { + "description": "The entity type that this type is derived from. For now, one and only one should be set.", + "items": { + "type": "string" + }, + "type": "array" + }, + "displayName": { + "description": "User defined name for the type.", + "type": "string" + }, + "enumValues": { + "$ref": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues", + "description": "If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file." + }, + "name": { + "description": "Name of the type. It must be unique within the schema file and cannot be a \"Common Type\". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.", + "type": "string" + }, + "properties": { + "description": "Description the nested structure, or composition of an entity.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty" + }, + "type": "array" + } + }, "type": "object" }, - "GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata": { - "description": "Metadata of the EvaluateProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata", + "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues": { + "description": "Defines the a list of enum values.", + "id": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." + "values": { + "description": "The individual values that this enum values type can include.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest": { - "description": "Evaluates the given ProcessorVersion against the supplied documents.", - "id": "GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest", + "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty": { + "description": "Defines properties that can be part of the entity type.", + "id": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty", "properties": { - "evaluationDocuments": { - "$ref": "GoogleCloudDocumentaiV1BatchDocumentsInputConfig", - "description": "Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input." + "displayName": { + "description": "User defined name for the property.", + "type": "string" + }, + "method": { + "description": "Specifies how the entity's value is obtained.", + "enum": [ + "METHOD_UNSPECIFIED", + "EXTRACT", + "DERIVE" + ], + "enumDescriptions": [ + "Unspecified method. It defaults to `EXTRACT`.", + "The entity's value is directly extracted as-is from the document text.", + "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." + ], + "type": "string" + }, + "name": { + "description": "The name of the property. Follows the same guidelines as the EntityType name.", + "type": "string" + }, + "occurrenceType": { + "description": "Occurrence type limits the number of instances an entity type appears in the document.", + "enum": [ + "OCCURRENCE_TYPE_UNSPECIFIED", + "OPTIONAL_ONCE", + "OPTIONAL_MULTIPLE", + "REQUIRED_ONCE", + "REQUIRED_MULTIPLE" + ], + "enumDescriptions": [ + "Unspecified occurrence type.", + "There will be zero or one instance of this entity type. The same entity instance may be mentioned multiple times.", + "The entity type will appear zero or multiple times.", + "The entity type will only appear exactly once. The same entity instance may be mentioned multiple times.", + "The entity type will appear once or more times." + ], + "type": "string" + }, + "valueType": { + "description": "A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse": { - "description": "Response of the EvaluateProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse", + "GoogleCloudDocumentaiV1DocumentSchemaMetadata": { + "description": "Metadata for global schema behavior.", + "id": "GoogleCloudDocumentaiV1DocumentSchemaMetadata", "properties": { - "evaluation": { - "description": "The resource name of the created evaluation.", - "type": "string" + "documentAllowMultipleLabels": { + "description": "If true, on a given page, there can be multiple `document` annotations covering it.", + "type": "boolean" + }, + "documentSplitter": { + "description": "If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).", + "type": "boolean" + }, + "prefixedNamingOnProperties": { + "description": "If set, all the nested entities must be prefixed with the parents.", + "type": "boolean" + }, + "skipNamingValidation": { + "description": "If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.", + "type": "boolean" } }, "type": "object" }, - "GoogleCloudDocumentaiV1Evaluation": { - "description": "An evaluation of a ProcessorVersion's performance.", - "id": "GoogleCloudDocumentaiV1Evaluation", + "GoogleCloudDocumentaiV1DocumentShardInfo": { + "description": "For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.", + "id": "GoogleCloudDocumentaiV1DocumentShardInfo", "properties": { - "allEntitiesMetrics": { - "$ref": "GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics", - "description": "Metrics for all the entities in aggregate." + "shardCount": { + "description": "Total number of shards.", + "format": "int64", + "type": "string" }, - "createTime": { - "description": "The time that the evaluation was created.", - "format": "google-datetime", + "shardIndex": { + "description": "The 0-based index of this shard.", + "format": "int64", "type": "string" }, - "documentCounters": { - "$ref": "GoogleCloudDocumentaiV1EvaluationCounters", - "description": "Counters for the documents used in the evaluation." + "textOffset": { + "description": "The index of the first character in Document.text in the overall document global text.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentStyle": { + "description": "Annotation for common text style attributes. This adheres to CSS conventions as much as possible.", + "id": "GoogleCloudDocumentaiV1DocumentStyle", + "properties": { + "backgroundColor": { + "$ref": "GoogleTypeColor", + "description": "Text background color." }, - "entityMetrics": { - "additionalProperties": { - "$ref": "GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics" - }, - "description": "Metrics across confidence levels, for different entities.", - "type": "object" + "color": { + "$ref": "GoogleTypeColor", + "description": "Text color." }, - "kmsKeyName": { - "description": "The KMS key name used for encryption.", + "fontFamily": { + "description": "Font family such as `Arial`, `Times New Roman`. https://www.w3schools.com/cssref/pr_font_font-family.asp", "type": "string" }, - "kmsKeyVersionName": { - "description": "The KMS key version with which data is encrypted.", + "fontSize": { + "$ref": "GoogleCloudDocumentaiV1DocumentStyleFontSize", + "description": "Font size." + }, + "fontWeight": { + "description": "[Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are `normal`, `bold`, `bolder`, and `lighter`.", "type": "string" }, - "name": { - "description": "The resource name of the evaluation. Format: `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}`", + "textAnchor": { + "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", + "description": "Text anchor indexing into the Document.text." + }, + "textDecoration": { + "description": "[Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS standard. ", + "type": "string" + }, + "textStyle": { + "description": "[Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values are `normal`, `italic`, and `oblique`.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics": { - "description": "Evaluations metrics, at a specific confidence level.", - "id": "GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics", + "GoogleCloudDocumentaiV1DocumentStyleFontSize": { + "description": "Font size with unit.", + "id": "GoogleCloudDocumentaiV1DocumentStyleFontSize", "properties": { - "confidenceLevel": { - "description": "The confidence level.", + "size": { + "description": "Font size for the text.", "format": "float", "type": "number" }, - "metrics": { - "$ref": "GoogleCloudDocumentaiV1EvaluationMetrics", - "description": "The metrics at the specific confidence level." + "unit": { + "description": "Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1EvaluationCounters": { - "description": "Evaluation counters for the documents that were used.", - "id": "GoogleCloudDocumentaiV1EvaluationCounters", + "GoogleCloudDocumentaiV1DocumentTextAnchor": { + "description": "Text reference indexing into the Document.text.", + "id": "GoogleCloudDocumentaiV1DocumentTextAnchor", "properties": { - "evaluatedDocumentsCount": { - "description": "How many documents were used in the evaluation.", - "format": "int32", - "type": "integer" - }, - "failedDocumentsCount": { - "description": "How many documents were not included in the evaluation as Document AI failed to process them.", - "format": "int32", - "type": "integer" - }, - "inputDocumentsCount": { - "description": "How many documents were sent for evaluation.", - "format": "int32", - "type": "integer" + "content": { + "description": "Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.", + "type": "string" }, - "invalidDocumentsCount": { - "description": "How many documents were not included in the evaluation as they didn't pass validation.", - "format": "int32", - "type": "integer" + "textSegments": { + "description": "The text segments from the Document.text.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1EvaluationMetrics": { - "description": "Evaluation metrics, either in aggregate or about a specific entity.", - "id": "GoogleCloudDocumentaiV1EvaluationMetrics", + "GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment": { + "description": "A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset", + "id": "GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment", "properties": { - "f1Score": { - "description": "The calculated f1 score.", - "format": "float", - "type": "number" + "endIndex": { + "description": "TextSegment half open end UTF-8 char index in the Document.text.", + "format": "int64", + "type": "string" + }, + "startIndex": { + "description": "TextSegment start UTF-8 char index in the Document.text.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentTextChange": { + "description": "This message is used for text changes aka. OCR corrections.", + "id": "GoogleCloudDocumentaiV1DocumentTextChange", + "properties": { + "changedText": { + "description": "The text that replaces the text identified in the `text_anchor`.", + "type": "string" + }, + "provenance": { + "deprecated": true, + "description": "The history of this annotation.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentProvenance" + }, + "type": "array" + }, + "textAnchor": { + "$ref": "GoogleCloudDocumentaiV1DocumentTextAnchor", + "description": "Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single `TextAnchor.text_segments` element. If the start and end index of the text segment are the same, the text change is inserted before that index." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1Documents": { + "description": "A set of inline documents.", + "id": "GoogleCloudDocumentaiV1Documents", + "properties": { + "documents": { + "description": "The list of documents.", + "items": { + "$ref": "GoogleCloudDocumentaiV1Document" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1EnableProcessorMetadata": { + "description": "The long-running operation metadata for the EnableProcessor method.", + "id": "GoogleCloudDocumentaiV1EnableProcessorMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1EnableProcessorRequest": { + "description": "Request message for the EnableProcessor method.", + "id": "GoogleCloudDocumentaiV1EnableProcessorRequest", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1EnableProcessorResponse": { + "description": "Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future.", + "id": "GoogleCloudDocumentaiV1EnableProcessorResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata": { + "description": "Metadata of the EvaluateProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest": { + "description": "Evaluates the given ProcessorVersion against the supplied documents.", + "id": "GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest", + "properties": { + "evaluationDocuments": { + "$ref": "GoogleCloudDocumentaiV1BatchDocumentsInputConfig", + "description": "Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse": { + "description": "Response of the EvaluateProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse", + "properties": { + "evaluation": { + "description": "The resource name of the created evaluation.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1Evaluation": { + "description": "An evaluation of a ProcessorVersion's performance.", + "id": "GoogleCloudDocumentaiV1Evaluation", + "properties": { + "allEntitiesMetrics": { + "$ref": "GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics", + "description": "Metrics for all the entities in aggregate." + }, + "createTime": { + "description": "The time that the evaluation was created.", + "format": "google-datetime", + "type": "string" + }, + "documentCounters": { + "$ref": "GoogleCloudDocumentaiV1EvaluationCounters", + "description": "Counters for the documents used in the evaluation." + }, + "entityMetrics": { + "additionalProperties": { + "$ref": "GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics" + }, + "description": "Metrics across confidence levels, for different entities.", + "type": "object" + }, + "kmsKeyName": { + "description": "The KMS key name used for encryption.", + "type": "string" + }, + "kmsKeyVersionName": { + "description": "The KMS key version with which data is encrypted.", + "type": "string" + }, + "name": { + "description": "The resource name of the evaluation. Format: `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}`", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics": { + "description": "Evaluations metrics, at a specific confidence level.", + "id": "GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics", + "properties": { + "confidenceLevel": { + "description": "The confidence level.", + "format": "float", + "type": "number" + }, + "metrics": { + "$ref": "GoogleCloudDocumentaiV1EvaluationMetrics", + "description": "The metrics at the specific confidence level." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1EvaluationCounters": { + "description": "Evaluation counters for the documents that were used.", + "id": "GoogleCloudDocumentaiV1EvaluationCounters", + "properties": { + "evaluatedDocumentsCount": { + "description": "How many documents were used in the evaluation.", + "format": "int32", + "type": "integer" + }, + "failedDocumentsCount": { + "description": "How many documents were not included in the evaluation as Document AI failed to process them.", + "format": "int32", + "type": "integer" + }, + "inputDocumentsCount": { + "description": "How many documents were sent for evaluation.", + "format": "int32", + "type": "integer" + }, + "invalidDocumentsCount": { + "description": "How many documents were not included in the evaluation as they didn't pass validation.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1EvaluationMetrics": { + "description": "Evaluation metrics, either in aggregate or about a specific entity.", + "id": "GoogleCloudDocumentaiV1EvaluationMetrics", + "properties": { + "f1Score": { + "description": "The calculated f1 score.", + "format": "float", + "type": "number" }, "falseNegativesCount": { "description": "The amount of false negatives.", @@ -4487,6 +5794,63 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1GenerateSchemaVersionRequest": { + "description": "Request message for GenerateSchemaVersion.", + "id": "GoogleCloudDocumentaiV1GenerateSchemaVersionRequest", + "properties": { + "baseSchemaVersion": { + "description": "The base schema version name to use for the schema generation. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "type": "string" + }, + "gcsDocuments": { + "$ref": "GoogleCloudDocumentaiV1GcsDocuments", + "description": "The set of documents placed on Cloud Storage." + }, + "gcsPrefix": { + "$ref": "GoogleCloudDocumentaiV1GcsPrefix", + "description": "The common prefix of documents placed on Cloud Storage." + }, + "generateSchemaVersionParams": { + "$ref": "GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams", + "description": "Optional. User specified parameters for the schema generation." + }, + "inlineDocuments": { + "$ref": "GoogleCloudDocumentaiV1Documents", + "description": "The set of documents specified inline." + }, + "rawDocuments": { + "$ref": "GoogleCloudDocumentaiV1RawDocuments", + "description": "The set of raw documents." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams": { + "description": "The parameters for the schema generation.", + "id": "GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams", + "properties": { + "history": { + "$ref": "GoogleCloudDocumentaiV1SchemaGenerationHistory", + "description": "Optional. Previous prompt-answers in a chronological order." + }, + "prompt": { + "description": "Optional. The prompt used for the schema generation.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1GenerateSchemaVersionResponse": { + "description": "Response message for GenerateSchemaVersion.", + "id": "GoogleCloudDocumentaiV1GenerateSchemaVersionResponse", + "properties": { + "schemaVersion": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion", + "description": "The schema version generated by the model." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1HumanReviewStatus": { "description": "The status of human review on a processed document.", "id": "GoogleCloudDocumentaiV1HumanReviewStatus", @@ -4592,40 +5956,110 @@ }, "type": "object" }, - "GoogleCloudDocumentaiV1NormalizedVertex": { - "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.", - "id": "GoogleCloudDocumentaiV1NormalizedVertex", + "GoogleCloudDocumentaiV1ListSchemaVersionsResponse": { + "description": "Response message for ListSchemaVersions.", + "id": "GoogleCloudDocumentaiV1ListSchemaVersionsResponse", "properties": { - "x": { - "description": "X coordinate.", - "format": "float", - "type": "number" + "nextPageToken": { + "description": "Points to the next SchemaVersion, otherwise empty.", + "type": "string" }, - "y": { - "description": "Y coordinate (starts from the top of the image).", - "format": "float", - "type": "number" + "schemaVersions": { + "description": "The list of SchemaVersions.", + "items": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion" + }, + "type": "array" } }, "type": "object" }, - "GoogleCloudDocumentaiV1OcrConfig": { - "description": "Config for Document OCR.", - "id": "GoogleCloudDocumentaiV1OcrConfig", + "GoogleCloudDocumentaiV1ListSchemasResponse": { + "description": "Response message for ListSchemas.", + "id": "GoogleCloudDocumentaiV1ListSchemasResponse", "properties": { - "advancedOcrOptions": { - "description": "A list of advanced OCR options to further fine-tune OCR behavior. Current valid values are: - `legacy_layout`: a heuristics layout detection algorithm, which serves as an alternative to the current ML-based layout detection algorithm. Customers can choose the best suitable layout algorithm based on their situation.", + "nextPageToken": { + "description": "Points to the next Schema, otherwise empty.", + "type": "string" + }, + "schemas": { + "description": "The list of Schemas.", "items": { - "type": "string" + "$ref": "GoogleCloudDocumentaiV1NextSchema" }, "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1NextSchema": { + "description": "NextSchema is a collection of SchemaVersions.", + "id": "GoogleCloudDocumentaiV1NextSchema", + "properties": { + "createTime": { + "description": "Output only. The time when the Schema was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" }, - "computeStyleInfo": { - "deprecated": true, - "description": "Turn on font identification model and return font style information. Deprecated, use PremiumFeatures.compute_style_info instead.", - "type": "boolean" + "displayName": { + "description": "Optional. The user-defined name of the Schema.", + "type": "string" }, - "disableCharacterBoxesDetection": { + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. The GCP labels for the Schema.", + "type": "object" + }, + "name": { + "description": "Identifier. The resource name of the Schema. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "type": "string" + }, + "updateTime": { + "description": "Output only. The time when the Schema was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1NormalizedVertex": { + "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.", + "id": "GoogleCloudDocumentaiV1NormalizedVertex", + "properties": { + "x": { + "description": "X coordinate.", + "format": "float", + "type": "number" + }, + "y": { + "description": "Y coordinate (starts from the top of the image).", + "format": "float", + "type": "number" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1OcrConfig": { + "description": "Config for Document OCR.", + "id": "GoogleCloudDocumentaiV1OcrConfig", + "properties": { + "advancedOcrOptions": { + "description": "A list of advanced OCR options to further fine-tune OCR behavior. Current valid values are: - `legacy_layout`: a heuristics layout detection algorithm, which serves as an alternative to the current ML-based layout detection algorithm. Customers can choose the best suitable layout algorithm based on their situation.", + "items": { + "type": "string" + }, + "type": "array" + }, + "computeStyleInfo": { + "deprecated": true, + "description": "Turn on font identification model and return font style information. Deprecated, use PremiumFeatures.compute_style_info instead.", + "type": "boolean" + }, + "disableCharacterBoxesDetection": { "description": "Turn off character box detector in OCR engine. Character box detection is enabled by default in OCR 2.0 (and later) processors.", "type": "boolean" }, @@ -4741,6 +6175,14 @@ "$ref": "GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig", "description": "Optional. Config for chunking in layout parser processor." }, + "enableImageAnnotation": { + "description": "Optional. Whether to include image annotations in layout parser response.", + "type": "boolean" + }, + "enableTableAnnotation": { + "description": "Optional. Whether to include table annotations in layout parser response.", + "type": "boolean" + }, "returnBoundingBoxes": { "description": "Optional. Whether to include bounding boxes in layout parser processor response.", "type": "boolean" @@ -4830,6 +6272,10 @@ "description": "The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.", "id": "GoogleCloudDocumentaiV1Processor", "properties": { + "activeSchemaVersion": { + "description": "Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}", + "type": "string" + }, "createTime": { "description": "Output only. The time the processor was created.", "format": "google-datetime", @@ -5195,6 +6641,20 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1RawDocuments": { + "description": "Specifies a set of raw documents.", + "id": "GoogleCloudDocumentaiV1RawDocuments", + "properties": { + "documents": { + "description": "Specifies raw document content and mime type.", + "items": { + "$ref": "GoogleCloudDocumentaiV1RawDocument" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata": { "description": "The long-running operation metadata for the ReviewDocument method.", "id": "GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata", @@ -5270,6 +6730,71 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1SchemaGenerationHistory": { + "description": "The history of schema generation iterations.", + "id": "GoogleCloudDocumentaiV1SchemaGenerationHistory", + "properties": { + "iterations": { + "description": "Required. Previous prompt-answers in a chronological order.", + "items": { + "$ref": "GoogleCloudDocumentaiV1SchemaGenerationIteration" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1SchemaGenerationIteration": { + "description": "A single iteration of the schema generation.", + "id": "GoogleCloudDocumentaiV1SchemaGenerationIteration", + "properties": { + "adjustedSchema": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion", + "description": "Optional. The previous schema version adjusted by the model." + }, + "generatedSchema": { + "$ref": "GoogleCloudDocumentaiV1SchemaVersion", + "description": "Required. The schema version generated by the model." + }, + "prompt": { + "description": "Optional. The prompt used for the iteration.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1SchemaVersion": { + "description": "SchemaVersion is a version of the Schema which is created in SchemaGroup.", + "id": "GoogleCloudDocumentaiV1SchemaVersion", + "properties": { + "createTime": { + "description": "Output only. The time when the SchemaVersion was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "Optional. The user-defined name of the SchemaVersion.", + "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. The GCP labels for the SchemaVersion.", + "type": "object" + }, + "name": { + "description": "Identifier. The resource name of the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "type": "string" + }, + "schema": { + "$ref": "GoogleCloudDocumentaiV1DocumentSchema", + "description": "Required. The schema of the SchemaVersion." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata": { "description": "The long-running operation metadata for the SetDefaultProcessorVersion method.", "id": "GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata", @@ -5818,215 +7343,781 @@ "$ref": "GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId", "description": "A document id within user-managed Cloud Storage." }, - "revisionRef": { - "$ref": "GoogleCloudDocumentaiV1beta3RevisionRef", - "description": "Points to a specific revision of the document if set." + "revisionRef": { + "$ref": "GoogleCloudDocumentaiV1beta3RevisionRef", + "description": "Points to a specific revision of the document if set." + }, + "unmanagedDocId": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId", + "description": "A document id within unmanaged dataset." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId": { + "description": "Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.", + "id": "GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId", + "properties": { + "cwDocId": { + "deprecated": true, + "description": "Id of the document (indexed) managed by Content Warehouse.", + "type": "string" + }, + "gcsUri": { + "description": "Required. The Cloud Storage URI where the actual document is stored.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId": { + "description": "Identifies a document uniquely within the scope of a dataset in unmanaged option.", + "id": "GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId", + "properties": { + "docId": { + "description": "Required. The id of the document.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentSchema": { + "description": "The schema defines the output of the processed document by a processor.", + "id": "GoogleCloudDocumentaiV1beta3DocumentSchema", + "properties": { + "description": { + "description": "Description of the schema.", + "type": "string" + }, + "displayName": { + "description": "Display name to show to users.", + "type": "string" + }, + "entityTypes": { + "description": "Entity types of the schema.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType" + }, + "type": "array" + }, + "metadata": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata", + "description": "Metadata of the schema." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType": { + "description": "EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.", + "id": "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType", + "properties": { + "baseTypes": { + "description": "The entity type that this type is derived from. For now, one and only one should be set.", + "items": { + "type": "string" + }, + "type": "array" + }, + "description": { + "description": "The description of the entity type. Could be used to provide more information about the entity type for model calls.", + "type": "string" + }, + "displayName": { + "description": "User defined name for the type.", + "type": "string" + }, + "entityTypeMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3EntityTypeMetadata", + "description": "Metadata for the entity type." + }, + "enumValues": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues", + "description": "If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file." + }, + "name": { + "description": "Name of the type. It must be unique within the schema file and cannot be a \"Common Type\". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.", + "type": "string" + }, + "properties": { + "description": "Description the nested structure, or composition of an entity.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues": { + "description": "Defines the a list of enum values.", + "id": "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues", + "properties": { + "values": { + "description": "The individual values that this enum values type can include.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty": { + "description": "Defines properties that can be part of the entity type.", + "id": "GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty", + "properties": { + "description": { + "description": "The description of the property. Could be used to provide more information about the property for model calls.", + "type": "string" + }, + "displayName": { + "description": "User defined name for the property.", + "type": "string" + }, + "method": { + "description": "Specifies how the entity's value is obtained.", + "enum": [ + "METHOD_UNSPECIFIED", + "EXTRACT", + "DERIVE" + ], + "enumDescriptions": [ + "Unspecified method. It defaults to `EXTRACT`.", + "The entity's value is directly extracted as-is from the document text.", + "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." + ], + "type": "string" + }, + "name": { + "description": "The name of the property. Follows the same guidelines as the EntityType name.", + "type": "string" + }, + "occurrenceType": { + "description": "Occurrence type limits the number of instances an entity type appears in the document.", + "enum": [ + "OCCURRENCE_TYPE_UNSPECIFIED", + "OPTIONAL_ONCE", + "OPTIONAL_MULTIPLE", + "REQUIRED_ONCE", + "REQUIRED_MULTIPLE" + ], + "enumDescriptions": [ + "Unspecified occurrence type.", + "There will be zero or one instance of this entity type. The same entity instance may be mentioned multiple times.", + "The entity type will appear zero or multiple times.", + "The entity type will only appear exactly once. The same entity instance may be mentioned multiple times.", + "The entity type will appear once or more times." + ], + "type": "string" + }, + "propertyMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3PropertyMetadata", + "description": "Any additional metadata about the property can be added here." + }, + "valueType": { + "description": "A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata": { + "description": "Metadata for global schema behavior.", + "id": "GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata", + "properties": { + "documentAllowMultipleLabels": { + "description": "If true, on a given page, there can be multiple `document` annotations covering it.", + "type": "boolean" + }, + "documentSplitter": { + "description": "If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).", + "type": "boolean" + }, + "prefixedNamingOnProperties": { + "description": "If set, all the nested entities must be prefixed with the parents.", + "type": "boolean" + }, + "skipNamingValidation": { + "description": "If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata": { + "description": "The long-running operation metadata for the EnableProcessor method.", + "id": "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3EnableProcessorResponse": { + "description": "Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future.", + "id": "GoogleCloudDocumentaiV1beta3EnableProcessorResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3EntityTypeMetadata": { + "description": "Metadata about an entity type.", + "id": "GoogleCloudDocumentaiV1beta3EntityTypeMetadata", + "properties": { + "inactive": { + "description": "Whether the entity type should be considered inactive.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata": { + "description": "Metadata of the EvaluateProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse": { + "description": "Response of the EvaluateProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse", + "properties": { + "evaluation": { + "description": "The resource name of the created evaluation.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3EvaluationMetrics": { + "description": "Evaluation metrics, either in aggregate or about a specific entity.", + "id": "GoogleCloudDocumentaiV1beta3EvaluationMetrics", + "properties": { + "f1Score": { + "description": "The calculated f1 score.", + "format": "float", + "type": "number" + }, + "falseNegativesCount": { + "description": "The amount of false negatives.", + "format": "int32", + "type": "integer" + }, + "falsePositivesCount": { + "description": "The amount of false positives.", + "format": "int32", + "type": "integer" + }, + "groundTruthDocumentCount": { + "description": "The amount of documents with a ground truth occurrence.", + "format": "int32", + "type": "integer" + }, + "groundTruthOccurrencesCount": { + "description": "The amount of occurrences in ground truth documents.", + "format": "int32", + "type": "integer" + }, + "precision": { + "description": "The calculated precision.", + "format": "float", + "type": "number" + }, + "predictedDocumentCount": { + "description": "The amount of documents with a predicted occurrence.", + "format": "int32", + "type": "integer" + }, + "predictedOccurrencesCount": { + "description": "The amount of occurrences in predicted documents.", + "format": "int32", + "type": "integer" + }, + "recall": { + "description": "The calculated recall.", + "format": "float", + "type": "number" + }, + "totalDocumentsCount": { + "description": "The amount of documents that had an occurrence of this label.", + "format": "int32", + "type": "integer" + }, + "truePositivesCount": { + "description": "The amount of true positives.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3EvaluationReference": { + "description": "Gives a short summary of an evaluation, and links to the evaluation itself.", + "id": "GoogleCloudDocumentaiV1beta3EvaluationReference", + "properties": { + "aggregateMetrics": { + "$ref": "GoogleCloudDocumentaiV1beta3EvaluationMetrics", + "description": "An aggregate of the statistics for the evaluation with fuzzy matching on." + }, + "aggregateMetricsExact": { + "$ref": "GoogleCloudDocumentaiV1beta3EvaluationMetrics", + "description": "An aggregate of the statistics for the evaluation with fuzzy matching off." + }, + "evaluation": { + "description": "The resource name of the evaluation.", + "type": "string" + }, + "operation": { + "description": "The resource name of the Long Running Operation for the evaluation.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3FieldExtractionMetadata": { + "description": "Metadata for how this field value is extracted.", + "id": "GoogleCloudDocumentaiV1beta3FieldExtractionMetadata", + "properties": { + "summaryOptions": { + "$ref": "GoogleCloudDocumentaiV1beta3SummaryOptions", + "description": "Summary options config." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3GcsPrefix": { + "description": "Specifies all documents on Cloud Storage with a common prefix.", + "id": "GoogleCloudDocumentaiV1beta3GcsPrefix", + "properties": { + "gcsUriPrefix": { + "description": "The URI prefix.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3HumanReviewStatus": { + "description": "The status of human review on a processed document.", + "id": "GoogleCloudDocumentaiV1beta3HumanReviewStatus", + "properties": { + "humanReviewOperation": { + "description": "The name of the operation triggered by the processed document. This field is populated only when the state is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation returned by ReviewDocument.", + "type": "string" + }, + "state": { + "description": "The state of human review on the processing request.", + "enum": [ + "STATE_UNSPECIFIED", + "SKIPPED", + "VALIDATION_PASSED", + "IN_PROGRESS", + "ERROR" + ], + "enumDescriptions": [ + "Human review state is unspecified. Most likely due to an internal error.", + "Human review is skipped for the document. This can happen because human review isn't enabled on the processor or the processing request has been set to skip this document.", + "Human review validation is triggered and passed, so no review is needed.", + "Human review validation is triggered and the document is under review.", + "Some error happened during triggering human review, see the state_message for details." + ], + "type": "string" + }, + "stateMessage": { + "description": "A message providing more details about the human review state.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata": { + "description": "Metadata of the import document operation.", + "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + }, + "importConfigValidationResults": { + "description": "Validation statuses of the batch documents import config.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult" + }, + "type": "array" + }, + "individualImportStatuses": { + "description": "The list of response details of each document.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus" + }, + "type": "array" + }, + "totalDocumentCount": { + "description": "Total number of the documents that are qualified for importing.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult": { + "description": "The validation status of each import config. Status is set to an error if there are no documents to import in the `import_config`, or `OK` if the operation will try to proceed with at least one document.", + "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult", + "properties": { + "inputGcsSource": { + "description": "The source Cloud Storage URI specified in the import config.", + "type": "string" + }, + "status": { + "$ref": "GoogleRpcStatus", + "description": "The validation status of import config." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus": { + "description": "The status of each individual document in the import process.", + "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus", + "properties": { + "inputGcsSource": { + "description": "The source Cloud Storage URI of the document.", + "type": "string" + }, + "outputDocumentId": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentId", + "description": "The document id of imported document if it was successful, otherwise empty." + }, + "status": { + "$ref": "GoogleRpcStatus", + "description": "The status of the importing of the document." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ImportDocumentsResponse": { + "description": "Response of the import document operation.", + "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata": { + "description": "The long-running operation metadata for the ImportProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", + "description": "The basic metadata for the long-running operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse": { + "description": "The response message for the ImportProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse", + "properties": { + "processorVersion": { + "description": "The destination processor version name.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3Processor": { + "description": "The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.", + "id": "GoogleCloudDocumentaiV1beta3Processor", + "properties": { + "activeSchemaVersion": { + "description": "Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}", + "type": "string" + }, + "createTime": { + "description": "Output only. The time the processor was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "defaultProcessorVersion": { + "description": "The default processor version.", + "type": "string" + }, + "displayName": { + "description": "The display name of the processor.", + "type": "string" + }, + "kmsKeyName": { + "description": "The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK scenarios.", + "type": "string" + }, + "name": { + "description": "Output only. Immutable. The resource name of the processor. Format: `projects/{project}/locations/{location}/processors/{processor}`", + "readOnly": true, + "type": "string" + }, + "processEndpoint": { + "description": "Output only. Immutable. The http endpoint that can be called to invoke processing.", + "readOnly": true, + "type": "string" + }, + "processorVersionAliases": { + "description": "Output only. The processor version aliases.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionAlias" + }, + "readOnly": true, + "type": "array" + }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "state": { + "description": "Output only. The state of the processor.", + "enum": [ + "STATE_UNSPECIFIED", + "ENABLED", + "DISABLED", + "ENABLING", + "DISABLING", + "CREATING", + "FAILED", + "DELETING" + ], + "enumDescriptions": [ + "The processor is in an unspecified state.", + "The processor is enabled, i.e., has an enabled version which can currently serve processing requests and all the feature dependencies have been successfully initialized.", + "The processor is disabled.", + "The processor is being enabled, will become `ENABLED` if successful.", + "The processor is being disabled, will become `DISABLED` if successful.", + "The processor is being created, will become either `ENABLED` (for successful creation) or `FAILED` (for failed ones). Once a processor is in this state, it can then be used for document processing, but the feature dependencies of the processor might not be fully created yet.", + "The processor failed during creation or initialization of feature dependencies. The user should delete the processor and recreate one as all the functionalities of the processor are disabled.", + "The processor is being deleted, will be removed if successful." + ], + "readOnly": true, + "type": "string" + }, + "type": { + "description": "The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see FetchProcessorTypes.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ProcessorVersion": { + "description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version.", + "id": "GoogleCloudDocumentaiV1beta3ProcessorVersion", + "properties": { + "createTime": { + "description": "Output only. The time the processor version was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "deprecationInfo": { + "$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo", + "description": "Output only. If set, information about the eventual deprecation of this version.", + "readOnly": true + }, + "displayName": { + "description": "The display name of the processor version.", + "type": "string" + }, + "documentSchema": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentSchema", + "description": "Output only. The schema of the processor version. Describes the output.", + "readOnly": true + }, + "genAiModelInfo": { + "$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo", + "description": "Output only. Information about Generative AI model-based processor versions.", + "readOnly": true + }, + "googleManaged": { + "description": "Output only. Denotes that this `ProcessorVersion` is managed by Google.", + "readOnly": true, + "type": "boolean" + }, + "kmsKeyName": { + "description": "Output only. The KMS key name used for encryption.", + "readOnly": true, + "type": "string" + }, + "kmsKeyVersionName": { + "description": "Output only. The KMS key version with which data is encrypted.", + "readOnly": true, + "type": "string" + }, + "latestEvaluation": { + "$ref": "GoogleCloudDocumentaiV1beta3EvaluationReference", + "description": "Output only. The most recently invoked evaluation for the processor version.", + "readOnly": true + }, + "modelType": { + "description": "Output only. The model type of this processor version.", + "enum": [ + "MODEL_TYPE_UNSPECIFIED", + "MODEL_TYPE_GENERATIVE", + "MODEL_TYPE_CUSTOM" + ], + "enumDescriptions": [ + "The processor version has unspecified model type.", + "The processor version has generative model type.", + "The processor version has custom model type." + ], + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Identifier. The resource name of the processor version. Format: `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`", + "type": "string" + }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" }, - "unmanagedDocId": { - "$ref": "GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId", - "description": "A document id within unmanaged dataset." + "state": { + "description": "Output only. The state of the processor version.", + "enum": [ + "STATE_UNSPECIFIED", + "DEPLOYED", + "DEPLOYING", + "UNDEPLOYED", + "UNDEPLOYING", + "CREATING", + "DELETING", + "FAILED", + "IMPORTING" + ], + "enumDescriptions": [ + "The processor version is in an unspecified state.", + "The processor version is deployed and can be used for processing.", + "The processor version is being deployed.", + "The processor version is not deployed and cannot be used for processing.", + "The processor version is being undeployed.", + "The processor version is being created.", + "The processor version is being deleted.", + "The processor version failed and is in an indeterminate state.", + "The processor version is being imported." + ], + "readOnly": true, + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId": { - "description": "Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.", - "id": "GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId", + "GoogleCloudDocumentaiV1beta3ProcessorVersionAlias": { + "description": "Contains the alias and the aliased resource name of processor version.", + "id": "GoogleCloudDocumentaiV1beta3ProcessorVersionAlias", "properties": { - "cwDocId": { - "deprecated": true, - "description": "Id of the document (indexed) managed by Content Warehouse.", + "alias": { + "description": "The alias in the form of `processor_version` resource name.", "type": "string" }, - "gcsUri": { - "description": "Required. The Cloud Storage URI where the actual document is stored.", + "processorVersion": { + "description": "The resource name of aliased processor version.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId": { - "description": "Identifies a document uniquely within the scope of a dataset in unmanaged option.", - "id": "GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId", + "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo": { + "description": "Information about the upcoming deprecation of this processor version.", + "id": "GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo", "properties": { - "docId": { - "description": "Required. The id of the document.", + "deprecationTime": { + "description": "The time at which this processor version will be deprecated.", + "format": "google-datetime", "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata": { - "description": "The long-running operation metadata for the EnableProcessor method.", - "id": "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata", - "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3EnableProcessorResponse": { - "description": "Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future.", - "id": "GoogleCloudDocumentaiV1beta3EnableProcessorResponse", - "properties": {}, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata": { - "description": "Metadata of the EvaluateProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata", - "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse": { - "description": "Response of the EvaluateProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse", - "properties": { - "evaluation": { - "description": "The resource name of the created evaluation.", + }, + "replacementProcessorVersion": { + "description": "If set, the processor version that will be used as a replacement.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1beta3GcsPrefix": { - "description": "Specifies all documents on Cloud Storage with a common prefix.", - "id": "GoogleCloudDocumentaiV1beta3GcsPrefix", + "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo": { + "description": "Information about Generative AI model-based processor versions.", + "id": "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo", "properties": { - "gcsUriPrefix": { - "description": "The URI prefix.", - "type": "string" + "customGenAiModelInfo": { + "$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo", + "description": "Information for a custom Generative AI model created by the user." + }, + "foundationGenAiModelInfo": { + "$ref": "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo", + "description": "Information for a pretrained Google-managed foundation model." } }, "type": "object" }, - "GoogleCloudDocumentaiV1beta3HumanReviewStatus": { - "description": "The status of human review on a processed document.", - "id": "GoogleCloudDocumentaiV1beta3HumanReviewStatus", + "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo": { + "description": "Information for a custom Generative AI model created by the user. These are created with `Create New Version` in either the `Call foundation model` or `Fine tuning` tabs.", + "id": "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo", "properties": { - "humanReviewOperation": { - "description": "The name of the operation triggered by the processed document. This field is populated only when the state is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation returned by ReviewDocument.", + "baseProcessorVersionId": { + "description": "The base processor version ID for the custom model.", "type": "string" }, - "state": { - "description": "The state of human review on the processing request.", + "customModelType": { + "description": "The type of custom model created by the user.", "enum": [ - "STATE_UNSPECIFIED", - "SKIPPED", - "VALIDATION_PASSED", - "IN_PROGRESS", - "ERROR" + "CUSTOM_MODEL_TYPE_UNSPECIFIED", + "VERSIONED_FOUNDATION", + "FINE_TUNED" ], "enumDescriptions": [ - "Human review state is unspecified. Most likely due to an internal error.", - "Human review is skipped for the document. This can happen because human review isn't enabled on the processor or the processing request has been set to skip this document.", - "Human review validation is triggered and passed, so no review is needed.", - "Human review validation is triggered and the document is under review.", - "Some error happened during triggering human review, see the state_message for details." + "The model type is unspecified.", + "The model is a versioned foundation model.", + "The model is a finetuned foundation model." ], "type": "string" - }, - "stateMessage": { - "description": "A message providing more details about the human review state.", - "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata": { - "description": "Metadata of the import document operation.", - "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata", + "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo": { + "description": "Information for a pretrained Google-managed foundation model.", + "id": "GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." - }, - "importConfigValidationResults": { - "description": "Validation statuses of the batch documents import config.", - "items": { - "$ref": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult" - }, - "type": "array" - }, - "individualImportStatuses": { - "description": "The list of response details of each document.", - "items": { - "$ref": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus" - }, - "type": "array" + "finetuningAllowed": { + "description": "Whether finetuning is allowed for this base processor version.", + "type": "boolean" }, - "totalDocumentCount": { - "description": "Total number of the documents that are qualified for importing.", + "minTrainLabeledDocuments": { + "description": "The minimum number of labeled documents in the training dataset required for finetuning.", "format": "int32", "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult": { - "description": "The validation status of each import config. Status is set to an error if there are no documents to import in the `import_config`, or `OK` if the operation will try to proceed with at least one document.", - "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult", - "properties": { - "inputGcsSource": { - "description": "The source Cloud Storage URI specified in the import config.", - "type": "string" - }, - "status": { - "$ref": "GoogleRpcStatus", - "description": "The validation status of import config." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus": { - "description": "The status of each individual document in the import process.", - "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus", + "GoogleCloudDocumentaiV1beta3PropertyMetadata": { + "description": "Metadata about a property.", + "id": "GoogleCloudDocumentaiV1beta3PropertyMetadata", "properties": { - "inputGcsSource": { - "description": "The source Cloud Storage URI of the document.", - "type": "string" - }, - "outputDocumentId": { - "$ref": "GoogleCloudDocumentaiV1beta3DocumentId", - "description": "The document id of imported document if it was successful, otherwise empty." + "fieldExtractionMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3FieldExtractionMetadata", + "description": "Field extraction metadata on the property." }, - "status": { - "$ref": "GoogleRpcStatus", - "description": "The status of the importing of the document." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3ImportDocumentsResponse": { - "description": "Response of the import document operation.", - "id": "GoogleCloudDocumentaiV1beta3ImportDocumentsResponse", - "properties": {}, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata": { - "description": "The long-running operation metadata for the ImportProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata", - "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", - "description": "The basic metadata for the long-running operation." - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse": { - "description": "The response message for the ImportProcessorVersion method.", - "id": "GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse", - "properties": { - "processorVersion": { - "description": "The destination processor version name.", - "type": "string" + "inactive": { + "description": "Whether the property should be considered as \"inactive\".", + "type": "boolean" } }, "type": "object" @@ -6157,6 +8248,43 @@ "properties": {}, "type": "object" }, + "GoogleCloudDocumentaiV1beta3SummaryOptions": { + "description": "Metadata for document summarization.", + "id": "GoogleCloudDocumentaiV1beta3SummaryOptions", + "properties": { + "format": { + "description": "The format the summary should be in.", + "enum": [ + "FORMAT_UNSPECIFIED", + "PARAGRAPH", + "BULLETS" + ], + "enumDescriptions": [ + "Default.", + "Format the output in paragraphs.", + "Format the output in bullets." + ], + "type": "string" + }, + "length": { + "description": "How long the summary should be.", + "enum": [ + "LENGTH_UNSPECIFIED", + "BRIEF", + "MODERATE", + "COMPREHENSIVE" + ], + "enumDescriptions": [ + "Default.", + "A brief summary of one or two sentences.", + "A paragraph-length summary.", + "The longest option available." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata": { "description": "The metadata that represents a processor version being created.", "id": "GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata", @@ -6245,6 +8373,17 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata": { + "description": "The long-running operation metadata for the UpdateProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", + "description": "The basic metadata for the long-running operation." + } + }, + "type": "object" + }, "GoogleCloudLocationListLocationsResponse": { "description": "The response message for Locations.ListLocations.", "id": "GoogleCloudLocationListLocationsResponse", diff --git a/DiscoveryJson/documentai.v1beta3.json b/DiscoveryJson/documentai.v1beta3.json index 395f6395d8f..6a93f73ce9f 100644 --- a/DiscoveryJson/documentai.v1beta3.json +++ b/DiscoveryJson/documentai.v1beta3.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -904,8 +904,10 @@ } }, "humanReviewConfig": { + "deprecated": true, "methods": { "reviewDocument": { + "deprecated": true, "description": "Send a document for Human Review. The input document should be processed by the specified processor.", "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/processors/{processorsId}/humanReviewConfig:reviewDocument", "httpMethod": "POST", @@ -1289,17 +1291,356 @@ } } } + }, + "schemas": { + "methods": { + "create": { + "description": "Creates a schema.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas", + "httpMethod": "POST", + "id": "documentai.projects.locations.schemas.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent (project and location) under which to create the Schema. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+parent}/schemas", + "request": { + "$ref": "GoogleCloudDocumentaiV1beta3NextSchema" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3NextSchema" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a schema.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}", + "httpMethod": "DELETE", + "id": "documentai.projects.locations.schemas.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "force": { + "description": "Optional. If set to true, any child resources of this Schema will also be deleted. (Otherwise, the request will only work if the Schema has no child resources.)", + "location": "query", + "type": "boolean" + }, + "name": { + "description": "Required. The name of the Schema to be deleted. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a schema.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the Schema to get. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+name}", + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3NextSchema" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists Schemas.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. The maximum number of schema groups to return. If unspecified, at most `10` Schema will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. We will return the schema groups sorted by creation time. The page token will point to the next Schema.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Format: `projects/{project}/locations/{location}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+parent}/schemas", + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3ListSchemasResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a schema. Editable fields are: - `display_name` - `labels`", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}", + "httpMethod": "PATCH", + "id": "documentai.projects.locations.schemas.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the Schema. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1beta3/{+name}", + "request": { + "$ref": "GoogleCloudDocumentaiV1beta3NextSchema" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3NextSchema" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + }, + "resources": { + "schemaVersions": { + "methods": { + "create": { + "description": "Creates a schema version.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions", + "httpMethod": "POST", + "id": "documentai.projects.locations.schemas.schemaVersions.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent (project and location) under which to create the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+parent}/schemaVersions", + "request": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes a schema version.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}", + "httpMethod": "DELETE", + "id": "documentai.projects.locations.schemas.schemaVersions.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the SchemaVersion to delete. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+name}", + "response": { + "$ref": "GoogleLongrunningOperation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "generate": { + "description": "Generates a schema version.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions:generate", + "httpMethod": "POST", + "id": "documentai.projects.locations.schemas.schemaVersions.generate", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent (project, location and schema) under which to generate the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+parent}/schemaVersions:generate", + "request": { + "$ref": "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets a schema version.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.schemaVersions.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the SchemaVersion to get. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+name}", + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists SchemaVersions.", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions", + "httpMethod": "GET", + "id": "documentai.projects.locations.schemas.schemaVersions.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. The maximum number of SchemaVersion to return. If unspecified, at most `10` SchemaVersion will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. We will return the SchemaVersion sorted by creation time. The page token will point to the next SchemaVersion.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta3/{+parent}/schemaVersions", + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3ListSchemaVersionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates a schema version. Editable fields are: - `display_name` - `labels`", + "flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}", + "httpMethod": "PATCH", + "id": "documentai.projects.locations.schemas.schemaVersions.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. The resource name of the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1beta3/{+name}", + "request": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion" + }, + "response": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } + } } } } } } }, - "revision": "20250929", + "revision": "20251108", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "CloudAiDocumentaiLabHifiaToolsValidationValidatorInput": { - "description": "Definition of the validation rules. Those are the input to the validator logic and they are used to validate a document.", + "description": "Definition of the validation rules. Those are the input to the validator logic and they are used to validate a document. Next ID: 3", "id": "CloudAiDocumentaiLabHifiaToolsValidationValidatorInput", "properties": { "validationRules": { @@ -1312,6 +1653,7 @@ "type": "object" }, "CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule": { + "description": "Next ID: 9", "id": "CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule", "properties": { "childAlignmentRule": { @@ -1336,6 +1678,10 @@ "name": { "description": "Name of the validation rule.", "type": "string" + }, + "ruleId": { + "description": "Unique identifier of the rule. Optional.", + "type": "string" } }, "type": "object" @@ -1920,7 +2266,170 @@ }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata": { + "GoogleCloudDocumentaiUiv1beta3DocumentSchema": { + "description": "The schema defines the output of the processed document by a processor.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchema", + "properties": { + "description": { + "description": "Description of the schema.", + "type": "string" + }, + "displayName": { + "description": "Display name to show to users.", + "type": "string" + }, + "entityTypes": { + "description": "Entity types of the schema.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType" + }, + "type": "array" + }, + "metadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata", + "description": "Metadata of the schema." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType": { + "description": "EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType", + "properties": { + "baseTypes": { + "description": "The entity type that this type is derived from. For now, one and only one should be set.", + "items": { + "type": "string" + }, + "type": "array" + }, + "description": { + "description": "The description of the entity type. Could be used to provide more information about the entity type for model calls.", + "type": "string" + }, + "displayName": { + "description": "User defined name for the type.", + "type": "string" + }, + "entityTypeMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata", + "description": "Metadata for the entity type." + }, + "enumValues": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues", + "description": "If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file." + }, + "name": { + "description": "Name of the type. It must be unique within the schema file and cannot be a \"Common Type\". The following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will still be honored for backward compatibility.", + "type": "string" + }, + "properties": { + "description": "Description the nested structure, or composition of an entity.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues": { + "description": "Defines the a list of enum values.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues", + "properties": { + "values": { + "description": "The individual values that this enum values type can include.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty": { + "description": "Defines properties that can be part of the entity type.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty", + "properties": { + "description": { + "description": "The description of the property. Could be used to provide more information about the property for model calls.", + "type": "string" + }, + "displayName": { + "description": "User defined name for the property.", + "type": "string" + }, + "method": { + "description": "Specifies how the entity's value is obtained.", + "enum": [ + "METHOD_UNSPECIFIED", + "EXTRACT", + "DERIVE" + ], + "enumDescriptions": [ + "Unspecified method. It defaults to `EXTRACT`.", + "The entity's value is directly extracted as-is from the document text.", + "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." + ], + "type": "string" + }, + "name": { + "description": "The name of the property. Follows the same guidelines as the EntityType name.", + "type": "string" + }, + "occurrenceType": { + "description": "Occurrence type limits the number of instances an entity type appears in the document.", + "enum": [ + "OCCURRENCE_TYPE_UNSPECIFIED", + "OPTIONAL_ONCE", + "OPTIONAL_MULTIPLE", + "REQUIRED_ONCE", + "REQUIRED_MULTIPLE" + ], + "enumDescriptions": [ + "Unspecified occurrence type.", + "There will be zero or one instance of this entity type. The same entity instance may be mentioned multiple times.", + "The entity type will appear zero or multiple times.", + "The entity type will only appear exactly once. The same entity instance may be mentioned multiple times.", + "The entity type will appear once or more times." + ], + "type": "string" + }, + "propertyMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3PropertyMetadata", + "description": "Any additional metadata about the property can be added here." + }, + "valueType": { + "description": "A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata": { + "description": "Metadata for global schema behavior.", + "id": "GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata", + "properties": { + "documentAllowMultipleLabels": { + "description": "If true, on a given page, there can be multiple `document` annotations covering it.", + "type": "boolean" + }, + "documentSplitter": { + "description": "If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).", + "type": "boolean" + }, + "prefixedNamingOnProperties": { + "description": "If set, all the nested entities must be prefixed with the parents.", + "type": "boolean" + }, + "skipNamingValidation": { + "description": "If set, we will skip the naming format validation in the schema. So the string values in `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata": { "description": "The long-running operation metadata for the EnableProcessor method.", "id": "GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata", "properties": { @@ -1937,6 +2446,37 @@ "properties": {}, "type": "object" }, + "GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata": { + "description": "Metadata about an entity type.", + "id": "GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata", + "properties": { + "fieldTierMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata", + "description": "Field tier metadata on the property" + }, + "humanReviewLabelingMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata", + "description": "Human review labeling config on the entity." + }, + "humanReviewMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata", + "description": "Human review config on the entity." + }, + "inactive": { + "description": "Whether the entity type should be considered inactive.", + "type": "boolean" + }, + "schemaEditabilityMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata", + "description": "Schema editability metadata on the entity." + }, + "schemaInferenceMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata", + "description": "Schema inference metadata on the entity." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata": { "description": "Metadata of the EvaluateProcessorVersion method.", "id": "GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata", @@ -1959,6 +2499,91 @@ }, "type": "object" }, + "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics": { + "description": "Evaluation metrics, either in aggregate or about a specific entity.", + "id": "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics", + "properties": { + "f1Score": { + "description": "The calculated f1 score.", + "format": "float", + "type": "number" + }, + "falseNegativesCount": { + "description": "The amount of false negatives.", + "format": "int32", + "type": "integer" + }, + "falsePositivesCount": { + "description": "The amount of false positives.", + "format": "int32", + "type": "integer" + }, + "groundTruthDocumentCount": { + "description": "The amount of documents with a ground truth occurrence.", + "format": "int32", + "type": "integer" + }, + "groundTruthOccurrencesCount": { + "description": "The amount of occurrences in ground truth documents.", + "format": "int32", + "type": "integer" + }, + "precision": { + "description": "The calculated precision.", + "format": "float", + "type": "number" + }, + "predictedDocumentCount": { + "description": "The amount of documents with a predicted occurrence.", + "format": "int32", + "type": "integer" + }, + "predictedOccurrencesCount": { + "description": "The amount of occurrences in predicted documents.", + "format": "int32", + "type": "integer" + }, + "recall": { + "description": "The calculated recall.", + "format": "float", + "type": "number" + }, + "totalDocumentsCount": { + "description": "The amount of documents that had an occurrence of this label.", + "format": "int32", + "type": "integer" + }, + "truePositivesCount": { + "description": "The amount of true positives.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3EvaluationReference": { + "description": "Gives a short summary of an evaluation, and links to the evaluation itself.", + "id": "GoogleCloudDocumentaiUiv1beta3EvaluationReference", + "properties": { + "aggregateMetrics": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics", + "description": "An aggregate of the statistics for the evaluation with fuzzy matching on." + }, + "aggregateMetricsExact": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EvaluationMetrics", + "description": "An aggregate of the statistics for the evaluation with fuzzy matching off." + }, + "evaluation": { + "description": "The resource name of the evaluation.", + "type": "string" + }, + "operation": { + "description": "The resource name of the Long Running Operation for the evaluation.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata": { "description": "Metadata of the batch export documents operation.", "id": "GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata", @@ -2022,135 +2647,525 @@ "Identifies the unassigned documents." ], "type": "string" - }, - "totalDocumentCount": { - "description": "Total number of documents with the given dataset split type to be exported.", - "format": "int32", - "type": "integer" - } - }, - "type": "object" - }, - "GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse": { - "description": "The response proto of ExportDocuments method.", - "id": "GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse", - "properties": {}, - "type": "object" - }, - "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata": { - "description": "Metadata message associated with the ExportProcessorVersion operation.", - "id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata", - "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The common metadata about the operation." + }, + "totalDocumentCount": { + "description": "Total number of documents with the given dataset split type to be exported.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse": { + "description": "The response proto of ExportDocuments method.", + "id": "GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata": { + "description": "Metadata message associated with the ExportProcessorVersion operation.", + "id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The common metadata about the operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": { + "description": "Response message associated with the ExportProcessorVersion operation.", + "id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse", + "properties": { + "gcsUri": { + "description": "The Cloud Storage URI containing the output artifacts.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata": { + "description": "Metadata for how this field value is extracted.", + "id": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata", + "properties": { + "entityQuery": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery", + "description": "Entity query config." + }, + "summaryOptions": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SummaryOptions", + "description": "Summary options config." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery": { + "description": "Message for entity query.", + "id": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery", + "properties": { + "userEntityQuery": { + "description": "The original entity query inputed by the user.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata": { + "description": "Metadata for the field tier of a property.", + "id": "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata", + "properties": { + "tierLevel": { + "description": "Integer that indicates the tier of a property. e.g. Invoice has entities that are classified as tier 1 which is the most important, while tier 2 and tier 3 less so. This attribute can be used to filter schema attributes before running eval. e.g. compute F1 score for only tier 1 entities. If not present this attribute should be inferred as 1.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata": { + "description": "Metadata for human review labeling config.", + "id": "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata", + "properties": { + "enableNormalizationEditing": { + "description": "Whether to enable normalization editing.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata": { + "description": "Metadata for Human Review config.", + "id": "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata", + "properties": { + "confidenceThreshold": { + "description": "The confidence threshold if human review validation is enabled.", + "format": "float", + "type": "number" + }, + "enableValidation": { + "description": "Whether to enable human review validation.", + "type": "boolean" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata": { + "description": "Metadata of the import document operation.", + "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata of the long-running operation." + }, + "importConfigValidationResults": { + "description": "Validation statuses of the batch documents import config.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult" + }, + "type": "array" + }, + "individualImportStatuses": { + "description": "The list of response details of each document.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus" + }, + "type": "array" + }, + "totalDocumentCount": { + "description": "Total number of the documents that are qualified for importing.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult": { + "description": "The validation status of each import config. Status is set to an error if there are no documents to import in the `import_config`, or `OK` if the operation will try to proceed with at least one document.", + "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult", + "properties": { + "inputGcsSource": { + "description": "The source Cloud Storage URI specified in the import config.", + "type": "string" + }, + "status": { + "$ref": "GoogleRpcStatus", + "description": "The validation status of import config." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus": { + "description": "The status of each individual document in the import process.", + "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus", + "properties": { + "inputGcsSource": { + "description": "The source Cloud Storage URI of the document.", + "type": "string" + }, + "outputDocumentId": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentId", + "description": "The document id of imported document if it was successful, otherwise empty." + }, + "outputGcsDestination": { + "description": "The output_gcs_destination of the processed document if it was successful, otherwise empty.", + "type": "string" + }, + "status": { + "$ref": "GoogleRpcStatus", + "description": "The status of the importing of the document." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse": { + "description": "Response of the import document operation.", + "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse", + "properties": {}, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata": { + "description": "The long-running operation metadata for the ImportProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata for the long-running operation." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse": { + "description": "The response message for the ImportProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse", + "properties": { + "processorVersion": { + "description": "The destination processor version name.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3Processor": { + "description": "The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.", + "id": "GoogleCloudDocumentaiUiv1beta3Processor", + "properties": { + "activeSchemaVersion": { + "description": "Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}", + "type": "string" + }, + "createTime": { + "description": "Output only. The time the processor was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "defaultProcessorVersion": { + "description": "The default processor version.", + "type": "string" + }, + "displayName": { + "description": "The display name of the processor.", + "type": "string" + }, + "kmsKeyName": { + "description": "The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK scenarios.", + "type": "string" + }, + "name": { + "description": "Output only. Immutable. The resource name of the processor. Format: `projects/{project}/locations/{location}/processors/{processor}`", + "readOnly": true, + "type": "string" + }, + "processEndpoint": { + "description": "Output only. Immutable. The http endpoint that can be called to invoke processing.", + "readOnly": true, + "type": "string" + }, + "processorVersionAliases": { + "description": "Output only. The processor version aliases.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias" + }, + "readOnly": true, + "type": "array" + }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "state": { + "description": "Output only. The state of the processor.", + "enum": [ + "STATE_UNSPECIFIED", + "ENABLED", + "DISABLED", + "ENABLING", + "DISABLING", + "CREATING", + "FAILED", + "DELETING" + ], + "enumDescriptions": [ + "The processor is in an unspecified state.", + "The processor is enabled, i.e., has an enabled version which can currently serve processing requests and all the feature dependencies have been successfully initialized.", + "The processor is disabled.", + "The processor is being enabled, will become `ENABLED` if successful.", + "The processor is being disabled, will become `DISABLED` if successful.", + "The processor is being created, will become either `ENABLED` (for successful creation) or `FAILED` (for failed ones). Once a processor is in this state, it can then be used for document processing, but the feature dependencies of the processor might not be fully created yet.", + "The processor failed during creation or initialization of feature dependencies. The user should delete the processor and recreate one as all the functionalities of the processor are disabled.", + "The processor is being deleted, will be removed if successful." + ], + "readOnly": true, + "type": "string" + }, + "type": { + "description": "The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see FetchProcessorTypes.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3ProcessorVersion": { + "description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersion", + "properties": { + "createTime": { + "description": "Output only. The time the processor version was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "deploymentAllowed": { + "description": "Output only. Denotes that this `ProcessorVersion` can be deployed and undeployed.", + "readOnly": true, + "type": "boolean" + }, + "deprecationInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo", + "description": "Output only. If set, information about the eventual deprecation of this version.", + "readOnly": true + }, + "displayName": { + "description": "The display name of the processor version.", + "type": "string" + }, + "documentSchema": { + "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentSchema", + "description": "Output only. The schema of the processor version. Describes the output.", + "readOnly": true + }, + "genAiModelInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo", + "description": "Output only. Information about Generative AI model-based processor versions.", + "readOnly": true + }, + "googleManaged": { + "description": "Output only. Denotes that this `ProcessorVersion` is managed by Google.", + "readOnly": true, + "type": "boolean" + }, + "kmsKeyName": { + "description": "Output only. The KMS key name used for encryption.", + "readOnly": true, + "type": "string" + }, + "kmsKeyVersionName": { + "description": "Output only. The KMS key version with which data is encrypted.", + "readOnly": true, + "type": "string" + }, + "latestEvaluation": { + "$ref": "GoogleCloudDocumentaiUiv1beta3EvaluationReference", + "description": "Output only. The most recently invoked evaluation for the processor version.", + "readOnly": true + }, + "modelType": { + "description": "Output only. The model type of this processor version.", + "enum": [ + "MODEL_TYPE_UNSPECIFIED", + "MODEL_TYPE_GENERATIVE", + "MODEL_TYPE_CUSTOM" + ], + "enumDescriptions": [ + "The processor version has unspecified model type.", + "The processor version has generative model type.", + "The processor version has custom model type." + ], + "readOnly": true, + "type": "string" + }, + "name": { + "description": "Identifier. The resource name of the processor version. Format: `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`", + "type": "string" + }, + "satisfiesPzi": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "satisfiesPzs": { + "description": "Output only. Reserved for future use.", + "readOnly": true, + "type": "boolean" + }, + "schema": { + "$ref": "GoogleCloudDocumentaiUiv1beta3Schema", + "description": "The schema of the processor version. Describes the output." + }, + "state": { + "description": "Output only. The state of the processor version.", + "enum": [ + "STATE_UNSPECIFIED", + "DEPLOYED", + "DEPLOYING", + "UNDEPLOYED", + "UNDEPLOYING", + "CREATING", + "DELETING", + "FAILED", + "IMPORTING" + ], + "enumDescriptions": [ + "The processor version is in an unspecified state.", + "The processor version is deployed and can be used for processing.", + "The processor version is being deployed.", + "The processor version is not deployed and cannot be used for processing.", + "The processor version is being undeployed.", + "The processor version is being created.", + "The processor version is being deleted.", + "The processor version failed and is in an indeterminate state.", + "The processor version is being imported." + ], + "readOnly": true, + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse": { - "description": "Response message associated with the ExportProcessorVersion operation.", - "id": "GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias": { + "description": "Contains the alias and the aliased resource name of processor version.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias", "properties": { - "gcsUri": { - "description": "The Cloud Storage URI containing the output artifacts.", + "alias": { + "description": "The alias in the form of `processor_version` resource name.", + "type": "string" + }, + "processorVersion": { + "description": "The resource name of aliased processor version.", "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata": { - "description": "Metadata of the import document operation.", - "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo": { + "description": "Information about the upcoming deprecation of this processor version.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata of the long-running operation." - }, - "importConfigValidationResults": { - "description": "Validation statuses of the batch documents import config.", - "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult" - }, - "type": "array" - }, - "individualImportStatuses": { - "description": "The list of response details of each document.", - "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus" - }, - "type": "array" + "deprecationTime": { + "description": "The time at which this processor version will be deprecated.", + "format": "google-datetime", + "type": "string" }, - "totalDocumentCount": { - "description": "Total number of the documents that are qualified for importing.", - "format": "int32", - "type": "integer" + "replacementProcessorVersion": { + "description": "If set, the processor version that will be used as a replacement.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult": { - "description": "The validation status of each import config. Status is set to an error if there are no documents to import in the `import_config`, or `OK` if the operation will try to proceed with at least one document.", - "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo": { + "description": "Information about Generative AI model-based processor versions.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo", "properties": { - "inputGcsSource": { - "description": "The source Cloud Storage URI specified in the import config.", - "type": "string" + "customGenAiModelInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo", + "description": "Information for a custom Generative AI model created by the user." }, - "status": { - "$ref": "GoogleRpcStatus", - "description": "The validation status of import config." + "foundationGenAiModelInfo": { + "$ref": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo", + "description": "Information for a pretrained Google-managed foundation model." } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus": { - "description": "The status of each individual document in the import process.", - "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo": { + "description": "Information for a custom Generative AI model created by the user. These are created with `Create New Version` in either the `Call foundation model` or `Fine tuning` tabs.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo", "properties": { - "inputGcsSource": { - "description": "The source Cloud Storage URI of the document.", + "baseProcessorVersionId": { + "description": "The base processor version ID for the custom model.", "type": "string" }, - "outputDocumentId": { - "$ref": "GoogleCloudDocumentaiUiv1beta3DocumentId", - "description": "The document id of imported document if it was successful, otherwise empty." - }, - "outputGcsDestination": { - "description": "The output_gcs_destination of the processed document if it was successful, otherwise empty.", + "customModelType": { + "description": "The type of custom model created by the user.", + "enum": [ + "CUSTOM_MODEL_TYPE_UNSPECIFIED", + "VERSIONED_FOUNDATION", + "FINE_TUNED" + ], + "enumDescriptions": [ + "The model type is unspecified.", + "The model is a versioned foundation model.", + "The model is a finetuned foundation model." + ], "type": "string" - }, - "status": { - "$ref": "GoogleRpcStatus", - "description": "The status of the importing of the document." } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse": { - "description": "Response of the import document operation.", - "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse", - "properties": {}, - "type": "object" - }, - "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata": { - "description": "The long-running operation metadata for the ImportProcessorVersion method.", - "id": "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata", + "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo": { + "description": "Information for a pretrained Google-managed foundation model.", + "id": "GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo", "properties": { - "commonMetadata": { - "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", - "description": "The basic metadata for the long-running operation." + "finetuningAllowed": { + "description": "Whether finetuning is allowed for this base processor version.", + "type": "boolean" + }, + "minTrainLabeledDocuments": { + "description": "The minimum number of labeled documents in the training dataset required for finetuning.", + "format": "int32", + "type": "integer" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse": { - "description": "The response message for the ImportProcessorVersion method.", - "id": "GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse", + "GoogleCloudDocumentaiUiv1beta3PropertyMetadata": { + "description": "Metadata about a property.", + "id": "GoogleCloudDocumentaiUiv1beta3PropertyMetadata", "properties": { - "processorVersion": { - "description": "The destination processor version name.", - "type": "string" + "fieldExtractionMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata", + "description": "Field extraction metadata on the property." + }, + "fieldTierMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3FieldTierMetadata", + "description": "Field tier metadata on the property" + }, + "humanReviewLabelingMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata", + "description": "Human review labeling config on the property." + }, + "humanReviewMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata", + "description": "Human review validation config on the property." + }, + "inactive": { + "description": "Whether the property should be considered as \"inactive\".", + "type": "boolean" + }, + "schemaEditabilityMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata", + "description": "Schema editability metadata on the property." + }, + "schemaInferenceMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata", + "description": "Schema inference metadata on the property." } }, "type": "object" @@ -2294,22 +3309,155 @@ "$ref": "GoogleRpcStatus", "description": "The status of sampling documents in training split." }, - "selectedDocuments": { - "description": "The result of the sampling process.", + "selectedDocuments": { + "description": "The result of the sampling process.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument": { + "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument", + "properties": { + "documentId": { + "description": "An internal identifier for document.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3Schema": { + "description": "The schema defines the output of the processed document by a processor.", + "id": "GoogleCloudDocumentaiUiv1beta3Schema", + "properties": { + "description": { + "description": "Description of the schema.", + "type": "string" + }, + "displayName": { + "description": "Display name to show to users.", + "type": "string" + }, + "entityTypes": { + "description": "Entity types of the schema.", + "items": { + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEntityType" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata": { + "description": "Metadata that specifies whether a label is editable and reasons why. These fields are read-only. Changing these fields has no impact on the backend.", + "id": "GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata", + "properties": { + "editable": { + "description": "Explicit flag that controls whether the label is editable.", + "type": "boolean" + }, + "processorVersions": { + "description": "Full resource name of processor versions that contain this label. e.g. `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiUiv1beta3SchemaEntityType": { + "description": "EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.", + "id": "GoogleCloudDocumentaiUiv1beta3SchemaEntityType", + "properties": { + "baseType": { + "type": "string" + }, + "description": { + "description": "Description of the entity type.", + "type": "string" + }, + "enumValues": { + "description": "If specified, lists all the possible values for this entity.", + "items": { + "type": "string" + }, + "type": "array" + }, + "hide": { + "description": "If the entity type is hidden in the schema. This provides the functionality to temporally \"disable\" an entity without deleting it.", + "type": "boolean" + }, + "method": { + "description": "Specifies how the entity's value is obtained.", + "enum": [ + "METHOD_UNSPECIFIED", + "EXTRACT", + "DERIVE" + ], + "enumDescriptions": [ + "Unspecified method. It defaults to `EXTRACT`.", + "The entity's value is directly extracted as-is from the document text.", + "The entity's value is derived through inference and is not necessarily an exact text extraction from the document." + ], + "type": "string" + }, + "occurrenceType": { + "description": "Occurrence type limits the number of times an entity type appears in the document.", + "enum": [ + "OCCURRENCE_TYPE_UNSPECIFIED", + "OPTIONAL_ONCE", + "OPTIONAL_MULTIPLE", + "REQUIRED_ONCE", + "REQUIRED_MULTIPLE" + ], + "enumDescriptions": [ + "Unspecified occurrence type.", + "The entity type will appear zero times or once.", + "The entity type will appear zero or multiple times.", + "The entity type will only appear exactly once.", + "The entity type will appear once or more times." + ], + "type": "string" + }, + "properties": { + "description": "Describing the nested structure of an entity. An EntityType may consist of several other EntityTypes. For example, in a document there can be an EntityType `ID`, which consists of EntityType `name` and `address`, with corresponding attributes, such as TEXT for both types and ONCE for occurrence types.", "items": { - "$ref": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument" + "$ref": "GoogleCloudDocumentaiUiv1beta3SchemaEntityType" }, "type": "array" + }, + "source": { + "description": "Source of this entity type.", + "enum": [ + "SOURCE_UNSPECIFIED", + "PREDEFINED", + "USER_INPUT" + ], + "enumDescriptions": [ + "Unspecified source.", + "The entity type is in the predefined schema of a pretrained version of a processor.", + "The entity type is added by the users either: - during an uptraining of an existing processor, or - during the process of creating a customized processor." + ], + "type": "string" + }, + "type": { + "description": "Name of the type. It must satisfy the following constraints: 1. Must be unique within the set of same level types (with case-insensitive match). 2. Maximum 64 characters. 3. Must start with a letter. 4. Allowed characters: ASCII letters [a-zA-Z], ASCII digits [0-9], or one of the following punctuation characters: * underscore '_' (recommended) * hyphen '-' (allowed, not recommended) * colon ':' (allowed, not recommended) NOTE: Whitespace characters are not allowed. 5. Cannot end with a punctuation character. 6. Cannot contain the following restricted strings: \"google\", \"DocumentAI\" (case-insensitive match). 7. A slash character '/' is reserved as a separator in flattened representations of nested entity types (e.g., \"line_item/amount\") in which case each part (e.g., \"line_item\", \"amount\") must comply with the rules defined above. We recommend using the snake case (\"snake_case\") in entity type names.", + "type": "string" } }, "type": "object" }, - "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument": { - "id": "GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument", + "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata": { + "description": "Metadata for schema inference. Only used on dataset.schema for schema inference, can be safely ignored elsewhere.", + "id": "GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata", "properties": { - "documentId": { - "description": "An internal identifier for document.", - "type": "string" + "inferred": { + "description": "True if is inferred by schema inference.", + "type": "boolean" } }, "type": "object" @@ -2331,6 +3479,43 @@ "properties": {}, "type": "object" }, + "GoogleCloudDocumentaiUiv1beta3SummaryOptions": { + "description": "Metadata for document summarization.", + "id": "GoogleCloudDocumentaiUiv1beta3SummaryOptions", + "properties": { + "format": { + "description": "The format the summary should be in.", + "enum": [ + "FORMAT_UNSPECIFIED", + "PARAGRAPH", + "BULLETS" + ], + "enumDescriptions": [ + "Default.", + "Format the output in paragraphs.", + "Format the output in bullets." + ], + "type": "string" + }, + "length": { + "description": "How long the summary should be.", + "enum": [ + "LENGTH_UNSPECIFIED", + "BRIEF", + "MODERATE", + "COMPREHENSIVE" + ], + "enumDescriptions": [ + "Default.", + "A brief summary of one or two sentences.", + "A paragraph-length summary.", + "The longest option available." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata": { "description": "The metadata that represents a processor version being created.", "id": "GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata", @@ -2441,6 +3626,17 @@ }, "type": "object" }, + "GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata": { + "description": "The long-running operation metadata for the UpdateProcessorVersion method.", + "id": "GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata", + "description": "The basic metadata for the long-running operation." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1BatchProcessMetadata": { "description": "The long-running operation metadata for BatchProcessDocuments.", "id": "GoogleCloudDocumentaiV1BatchProcessMetadata", @@ -3396,6 +4592,17 @@ }, "type": "array" }, + "entitiesRevisionId": { + "description": "The entity revision id that `document.entities` field is based on. If this field is set and `entities_revisions` is not empty, the entities in `document.entities` field are the entities in the entity revision with this id and `document.entity_validation_output` field is the `entity_validation_output` field in this entity revision.", + "type": "string" + }, + "entitiesRevisions": { + "description": "A list of entity revisions. The entity revisions are appended to the document in the processing order. This field can be used for comparing the entity extraction results at different stages of the processing.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentEntitiesRevision" + }, + "type": "array" + }, "entityRelations": { "description": "Placeholder. Relationship among Document.entities.", "items": { @@ -3403,6 +4610,10 @@ }, "type": "array" }, + "entityValidationOutput": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput", + "description": "The entity validation output for the document. This is the validation output for `document.entities` field." + }, "error": { "$ref": "GoogleRpcStatus", "description": "Any error that occurred while processing this document." @@ -3865,6 +5076,28 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3DocumentEntitiesRevision": { + "description": "Entity revision.", + "id": "GoogleCloudDocumentaiV1beta3DocumentEntitiesRevision", + "properties": { + "entities": { + "description": "The entities in this revision.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentEntity" + }, + "type": "array" + }, + "entityValidationOutput": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput", + "description": "The entity validation output for this revision." + }, + "revisionId": { + "description": "The revision id.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3DocumentEntity": { "description": "An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity type, such as a person, an organization, or location.", "id": "GoogleCloudDocumentaiV1beta3DocumentEntity", @@ -3969,6 +5202,7 @@ "description": "Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto" }, "signatureValue": { + "description": "A signature - a graphical representation of a person's name, often used to sign a document.", "type": "boolean" }, "text": { @@ -3997,6 +5231,65 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput": { + "description": "The output of the validation given the document and the validation rules.", + "id": "GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput", + "properties": { + "passAllRules": { + "description": "The overall result of the validation, true if all applicable rules are valid.", + "type": "boolean" + }, + "validationResults": { + "description": "The result of each validation rule.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult": { + "description": "Validation result for a single validation rule.", + "id": "GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult", + "properties": { + "rule": { + "description": "Optional. The name of the rule resource that is used for validation. Format: `projects/{project}/locations/{location}/rules/{rule}`", + "type": "string" + }, + "ruleDescription": { + "description": "The description of the validation rule.", + "type": "string" + }, + "ruleName": { + "description": "The display name of the validation rule.", + "type": "string" + }, + "validationDetails": { + "description": "The detailed information of the running the validation process using the entity from the document based on the validation rule.", + "type": "string" + }, + "validationResultType": { + "description": "The result of the validation rule.", + "enum": [ + "VALIDATION_RESULT_TYPE_UNSPECIFIED", + "VALIDATION_RESULT_TYPE_VALID", + "VALIDATION_RESULT_TYPE_INVALID", + "VALIDATION_RESULT_TYPE_SKIPPED", + "VALIDATION_RESULT_TYPE_NOT_APPLICABLE" + ], + "enumDescriptions": [ + "The validation result type is unspecified.", + "The validation is valid.", + "The validation is invalid.", + "The validation is skipped.", + "The validation is not applicable." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3DocumentId": { "description": "Document Identifier.", "id": "GoogleCloudDocumentaiV1beta3DocumentId", @@ -5293,6 +6586,20 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3Documents": { + "description": "A set of inline documents.", + "id": "GoogleCloudDocumentaiV1beta3Documents", + "properties": { + "documents": { + "description": "The list of documents.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3Document" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata": { "description": "The long-running operation metadata for the EnableProcessor method.", "id": "GoogleCloudDocumentaiV1beta3EnableProcessorMetadata", @@ -5645,6 +6952,63 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest": { + "description": "Request message for GenerateSchemaVersion.", + "id": "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest", + "properties": { + "baseSchemaVersion": { + "description": "The base schema version name to use for the schema generation. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "type": "string" + }, + "gcsDocuments": { + "$ref": "GoogleCloudDocumentaiV1beta3GcsDocuments", + "description": "The set of documents placed on Cloud Storage." + }, + "gcsPrefix": { + "$ref": "GoogleCloudDocumentaiV1beta3GcsPrefix", + "description": "The common prefix of documents placed on Cloud Storage." + }, + "generateSchemaVersionParams": { + "$ref": "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams", + "description": "Optional. User specified parameters for the schema generation." + }, + "inlineDocuments": { + "$ref": "GoogleCloudDocumentaiV1beta3Documents", + "description": "The set of documents specified inline." + }, + "rawDocuments": { + "$ref": "GoogleCloudDocumentaiV1beta3RawDocuments", + "description": "The set of raw documents." + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams": { + "description": "The parameters for the schema generation.", + "id": "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams", + "properties": { + "history": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaGenerationHistory", + "description": "Optional. Previous prompt-answers in a chronological order." + }, + "prompt": { + "description": "Optional. The prompt used for the schema generation.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionResponse": { + "description": "Response message for GenerateSchemaVersion.", + "id": "GoogleCloudDocumentaiV1beta3GenerateSchemaVersionResponse", + "properties": { + "schemaVersion": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion", + "description": "The schema version generated by the model." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3GetDocumentResponse": { "id": "GoogleCloudDocumentaiV1beta3GetDocumentResponse", "properties": { @@ -5987,6 +7351,76 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3ListSchemaVersionsResponse": { + "description": "Response message for ListSchemaVersions.", + "id": "GoogleCloudDocumentaiV1beta3ListSchemaVersionsResponse", + "properties": { + "nextPageToken": { + "description": "Points to the next SchemaVersion, otherwise empty.", + "type": "string" + }, + "schemaVersions": { + "description": "The list of SchemaVersions.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3ListSchemasResponse": { + "description": "Response message for ListSchemas.", + "id": "GoogleCloudDocumentaiV1beta3ListSchemasResponse", + "properties": { + "nextPageToken": { + "description": "Points to the next Schema, otherwise empty.", + "type": "string" + }, + "schemas": { + "description": "The list of Schemas.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3NextSchema" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3NextSchema": { + "description": "NextSchema is a collection of SchemaVersions.", + "id": "GoogleCloudDocumentaiV1beta3NextSchema", + "properties": { + "createTime": { + "description": "Output only. The time when the Schema was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "Optional. The user-defined name of the Schema.", + "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. The GCP labels for the Schema.", + "type": "object" + }, + "name": { + "description": "Identifier. The resource name of the Schema. Format: `projects/{project}/locations/{location}/schemas/{schema}`", + "type": "string" + }, + "updateTime": { + "description": "Output only. The time when the Schema was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3NormalizedVertex": { "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.", "id": "GoogleCloudDocumentaiV1beta3NormalizedVertex", @@ -6260,6 +7694,10 @@ "description": "The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.", "id": "GoogleCloudDocumentaiV1beta3Processor", "properties": { + "activeSchemaVersion": { + "description": "Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}", + "type": "string" + }, "createTime": { "description": "Output only. The time the processor was created.", "format": "google-datetime", @@ -6640,6 +8078,20 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3RawDocuments": { + "description": "Specifies a set of raw documents.", + "id": "GoogleCloudDocumentaiV1beta3RawDocuments", + "properties": { + "documents": { + "description": "Specifies raw document content and mime type.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3RawDocument" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata": { "description": "The long-running operation metadata for the ReviewDocument method.", "id": "GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata", @@ -6785,6 +8237,71 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3SchemaGenerationHistory": { + "description": "The history of schema generation iterations.", + "id": "GoogleCloudDocumentaiV1beta3SchemaGenerationHistory", + "properties": { + "iterations": { + "description": "Required. Previous prompt-answers in a chronological order.", + "items": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaGenerationIteration" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3SchemaGenerationIteration": { + "description": "A single iteration of the schema generation.", + "id": "GoogleCloudDocumentaiV1beta3SchemaGenerationIteration", + "properties": { + "adjustedSchema": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion", + "description": "Optional. The previous schema version adjusted by the model." + }, + "generatedSchema": { + "$ref": "GoogleCloudDocumentaiV1beta3SchemaVersion", + "description": "Required. The schema version generated by the model." + }, + "prompt": { + "description": "Optional. The prompt used for the iteration.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1beta3SchemaVersion": { + "description": "SchemaVersion is a version of the Schema which is created in SchemaGroup.", + "id": "GoogleCloudDocumentaiV1beta3SchemaVersion", + "properties": { + "createTime": { + "description": "Output only. The time when the SchemaVersion was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "Optional. The user-defined name of the SchemaVersion.", + "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. The GCP labels for the SchemaVersion.", + "type": "object" + }, + "name": { + "description": "Identifier. The resource name of the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`", + "type": "string" + }, + "schema": { + "$ref": "GoogleCloudDocumentaiV1beta3DocumentSchema", + "description": "Required. The schema of the SchemaVersion." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata": { "description": "The long-running operation metadata for the SetDefaultProcessorVersion method.", "id": "GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata", @@ -7028,6 +8545,17 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata": { + "description": "The long-running operation metadata for the UpdateProcessorVersion method.", + "id": "GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata", + "properties": { + "commonMetadata": { + "$ref": "GoogleCloudDocumentaiV1beta3CommonOperationMetadata", + "description": "The basic metadata for the long-running operation." + } + }, + "type": "object" + }, "GoogleCloudDocumentaiV1beta3Vertex": { "description": "A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.", "id": "GoogleCloudDocumentaiV1beta3Vertex", diff --git a/DiscoveryJson/drive.v2.json b/DiscoveryJson/drive.v2.json index b55cebfd805..907b0255faa 100644 --- a/DiscoveryJson/drive.v2.json +++ b/DiscoveryJson/drive.v2.json @@ -3616,7 +3616,7 @@ ] }, "list": { - "description": "Lists a file's revisions.", + "description": "Lists a file's revisions. **Important:** The list of revisions returned by this method might be incomplete for files with a large revision history, including frequently edited Google Docs, Sheets, and Slides. Older revisions might be omitted from the response, meaning the first revision returned may not be the oldest existing revision. The revision history visible in the Workspace editor user interface might be more complete than the list returned by the API.", "flatPath": "files/{fileId}/revisions", "httpMethod": "GET", "id": "drive.revisions.list", @@ -3893,7 +3893,7 @@ } } }, - "revision": "20250829", + "revision": "20251114", "rootUrl": "https://www.googleapis.com/", "schemas": { "About": { diff --git a/DiscoveryJson/drive.v3.json b/DiscoveryJson/drive.v3.json index ea8e305c8fa..34667a9c9e0 100644 --- a/DiscoveryJson/drive.v3.json +++ b/DiscoveryJson/drive.v3.json @@ -1850,7 +1850,7 @@ "permissions": { "methods": { "create": { - "description": "Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "description": "Creates a permission for a file or shared drive. For more information, see [Share files, folders, and drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent permissions operations on the same file aren't supported; only the last update is applied.", "flatPath": "files/{fileId}/permissions", "httpMethod": "POST", "id": "drive.permissions.create", @@ -1884,7 +1884,7 @@ }, "moveToNewOwnersRoot": { "default": "false", - "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.", + "description": "This parameter only takes effect if the item isn't in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item is moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents aren't changed.", "location": "query", "type": "boolean" }, @@ -1908,13 +1908,13 @@ }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.", + "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. For more information, see [Transfer file ownership](https://developers.google.com/workspace/drive/api/guides/transfer-file).", "location": "query", "type": "boolean" }, "useDomainAdminAccess": { "default": "false", - "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.", + "description": "Issue the request as a domain administrator. If set to `true`, and if the following additional conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. 2. The requester is an administrator of the domain to which the shared drive belongs. For more information, see [Manage shared drives as domain administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators).", "location": "query", "type": "boolean" } @@ -1932,7 +1932,7 @@ ] }, "delete": { - "description": "Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "description": "Deletes a permission. For more information, see [Share files, folders, and drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent permissions operations on the same file aren't supported; only the last update is applied.", "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "DELETE", "id": "drive.permissions.delete", @@ -1974,7 +1974,7 @@ }, "useDomainAdminAccess": { "default": "false", - "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.", + "description": "Issue the request as a domain administrator. If set to `true`, and if the following additional conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. 2. The requester is an administrator of the domain to which the shared drive belongs. For more information, see [Manage shared drives as domain administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators).", "location": "query", "type": "boolean" } @@ -1986,7 +1986,7 @@ ] }, "get": { - "description": "Gets a permission by ID.", + "description": "Gets a permission by ID. For more information, see [Share files, folders, and drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing).", "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "GET", "id": "drive.permissions.get", @@ -2022,7 +2022,7 @@ }, "useDomainAdminAccess": { "default": "false", - "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.", + "description": "Issue the request as a domain administrator. If set to `true`, and if the following additional conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. 2. The requester is an administrator of the domain to which the shared drive belongs. For more information, see [Manage shared drives as domain administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators).", "location": "query", "type": "boolean" } @@ -2042,7 +2042,7 @@ ] }, "list": { - "description": "Lists a file's or shared drive's permissions.", + "description": "Lists a file's or shared drive's permissions. For more information, see [Share files, folders, and drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing).", "flatPath": "files/{fileId}/permissions", "httpMethod": "GET", "id": "drive.permissions.list", @@ -2057,7 +2057,7 @@ "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -2070,7 +2070,7 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.", "location": "query", "type": "string" }, @@ -2089,7 +2089,7 @@ }, "useDomainAdminAccess": { "default": "false", - "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.", + "description": "Issue the request as a domain administrator. If set to `true`, and if the following additional conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. 2. The requester is an administrator of the domain to which the shared drive belongs. For more information, see [Manage shared drives as domain administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators).", "location": "query", "type": "boolean" } @@ -2109,7 +2109,7 @@ ] }, "update": { - "description": "Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "description": "Updates a permission with patch semantics. For more information, see [Share files, folders, and drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent permissions operations on the same file aren't supported; only the last update is applied.", "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "PATCH", "id": "drive.permissions.update", @@ -2157,13 +2157,13 @@ }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.", + "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. For more information, see [Transfer file ownership](https://developers.google.com//workspace/drive/api/guides/transfer-file).", "location": "query", "type": "boolean" }, "useDomainAdminAccess": { "default": "false", - "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.", + "description": "Issue the request as a domain administrator. If set to `true`, and if the following additional conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. 2. The requester is an administrator of the domain to which the shared drive belongs. For more information, see [Manage shared drives as domain administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators).", "location": "query", "type": "boolean" } @@ -2479,7 +2479,7 @@ "useMediaDownloadService": true }, "list": { - "description": "Lists a file's revisions. For more information, see [Manage file revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions).", + "description": "Lists a file's revisions. For more information, see [Manage file revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions). **Important:** The list of revisions returned by this method might be incomplete for files with a large revision history, including frequently edited Google Docs, Sheets, and Slides. Older revisions might be omitted from the response, meaning the first revision returned may not be the oldest existing revision. The revision history visible in the Workspace editor user interface might be more complete than the list returned by the API.", "flatPath": "files/{fileId}/revisions", "httpMethod": "GET", "id": "drive.revisions.list", @@ -2720,7 +2720,7 @@ } } }, - "revision": "20250910", + "revision": "20251114", "rootUrl": "https://www.googleapis.com/", "schemas": { "About": { @@ -3229,6 +3229,11 @@ "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/workspace/drive/api/v3/manage-comments).", "type": "string" }, + "assigneeEmailAddress": { + "description": "Output only. The email address of the user assigned to this comment. If no user is assigned, the field is unset.", + "readOnly": true, + "type": "string" + }, "author": { "$ref": "User", "description": "Output only. The author of the comment. The author's email address and permission ID will not be populated." @@ -3265,6 +3270,14 @@ "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#comment\"`.", "type": "string" }, + "mentionedEmailAddresses": { + "description": "Output only. A list of email addresses for users mentioned in this comment. If no users are mentioned, the list is empty.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "modifiedTime": { "description": "The last time the comment or any of its replies was modified (RFC 3339 date-time).", "format": "date-time", @@ -4606,7 +4619,7 @@ "type": "object" }, "Permission": { - "description": "A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. By default, permissions requests only return a subset of fields. Permission kind, ID, type, and role are always returned. To retrieve specific fields, see https://developers.google.com/workspace/drive/api/guides/fields-parameter. Some resource methods (such as `permissions.update`) require a `permissionId`. Use the `permissions.list` method to retrieve the ID for a file, folder, or shared drive.", + "description": "A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. For more information, see [Share files, folders, and drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). By default, permission requests only return a subset of fields. Permission `kind`, `ID`, `type`, and `role` are always returned. To retrieve specific fields, see [Return specific fields](https://developers.google.com/workspace/drive/api/guides/fields-parameter). Some resource methods (such as `permissions.update`) require a `permissionId`. Use the `permissions.list` method to retrieve the ID for a file, folder, or shared drive.", "id": "Permission", "properties": { "allowFileDiscovery": { @@ -4614,11 +4627,11 @@ "type": "boolean" }, "deleted": { - "description": "Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", + "description": "Output only. Whether the account associated with this permission has been deleted. This field only pertains to permissions of type `user` or `group`.", "type": "boolean" }, "displayName": { - "description": "Output only. The \"pretty\" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as \"Joe Smith.\" * `group` - Name of the Google Group, such as \"The Company Administrators.\" * `domain` - String domain name, such as \"thecompany.com.\" * `anyone` - No `displayName` is present.", + "description": "Output only. The \"pretty\" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google Account, such as \"Dana A.\" * `group` - Name of the Google Group, such as \"The Company Administrators.\" * `domain` - String domain name, such as \"cymbalgroup.com.\" * `anyone` - No `displayName` is present.", "type": "string" }, "domain": { @@ -4635,11 +4648,11 @@ "type": "string" }, "id": { - "description": "Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.", + "description": "Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in the [User resource](https://developers.google.com/workspace/drive/api/reference/rest/v3/User) as `permissionId`. IDs should be treated as opaque values.", "type": "string" }, "inheritedPermissionsDisabled": { - "description": "When true, only organizers, owners, and users with permissions added directly on the item can access it.", + "description": "When `true`, only organizers, owners, and users with permissions added directly on the item can access it.", "type": "boolean" }, "kind": { @@ -4648,11 +4661,11 @@ "type": "string" }, "pendingOwner": { - "description": "Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.", + "description": "Whether the account associated with this permission is a pending owner. Only populated for permissions of type `user` for files that aren't in a shared drive.", "type": "boolean" }, "permissionDetails": { - "description": "Output only. Details of whether the permissions on this item are inherited or directly on this item.", + "description": "Output only. Details of whether the permissions on this item are inherited or are directly on this item.", "items": { "properties": { "inherited": { @@ -4664,11 +4677,11 @@ "type": "string" }, "permissionType": { - "description": "Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`", + "description": "Output only. The permission type for this user. Supported values include: * `file` * `member`", "type": "string" }, "role": { - "description": "Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`", + "description": "Output only. The primary role for this user. Supported values include: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` For more information, see [Roles and permissions](https://developers.google.com/workspace/drive/api/guides/ref-roles).", "type": "string" } }, @@ -4687,7 +4700,7 @@ "drive.permissions.create" ] }, - "description": "The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`", + "description": "The role granted by this permission. Supported values include: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` For more information, see [Roles and permissions](https://developers.google.com/workspace/drive/api/guides/ref-roles).", "type": "string" }, "teamDrivePermissionDetails": { @@ -4727,11 +4740,11 @@ "drive.permissions.create" ] }, - "description": "The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.", + "description": "The type of the grantee. Supported values include: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. If `type` is `domain`, you must provide a `domain`. If `type` is `anyone`, no extra information is required.", "type": "string" }, "view": { - "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. published and metadata are the only supported values. - published: The permission's role is published_reader. - metadata: The item is only visible to the metadata view because the item has limited access and the scope has at least read access to the parent. Note: The metadata view is currently only supported on folders. ", + "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. The only supported values are `published` and `metadata`: * `published`: The permission's role is `publishedReader`. * `metadata`: The item is only visible to the `metadata` view because the item has limited access and the scope has at least read access to the parent. The `metadata` view is only supported on folders. For more information, see [Views](https://developers.google.com/workspace/drive/api/guides/ref-roles#views).", "type": "string" } }, @@ -4751,7 +4764,7 @@ "type": "string" }, "permissions": { - "description": "The list of permissions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.", + "description": "The list of permissions. If `nextPageToken` is populated, then this list may be incomplete and an additional page of results should be fetched.", "items": { "$ref": "Permission" }, @@ -4768,6 +4781,11 @@ "description": "The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen`", "type": "string" }, + "assigneeEmailAddress": { + "description": "Output only. The email address of the user assigned to this comment. If no user is assigned, the field is unset.", + "readOnly": true, + "type": "string" + }, "author": { "$ref": "User", "description": "Output only. The author of the reply. The author's email address and permission ID will not be populated." @@ -4803,6 +4821,14 @@ "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#reply\"`.", "type": "string" }, + "mentionedEmailAddresses": { + "description": "Output only. A list of email addresses for users mentioned in this comment. If no users are mentioned, the list is empty.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "modifiedTime": { "description": "The last time the reply was modified (RFC 3339 date-time).", "format": "date-time", diff --git a/DiscoveryJson/eventarc.v1.json b/DiscoveryJson/eventarc.v1.json index 7280fd4e3ea..803fc4df7ba 100644 --- a/DiscoveryJson/eventarc.v1.json +++ b/DiscoveryJson/eventarc.v1.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1806,6 +1806,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2466,7 +2471,7 @@ } } }, - "revision": "20250912", + "revision": "20251024", "rootUrl": "https://eventarc.googleapis.com/", "schemas": { "AuditConfig": { @@ -3218,6 +3223,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/file.v1.json b/DiscoveryJson/file.v1.json index 61a5c7b5b71..bccf76ccd89 100644 --- a/DiscoveryJson/file.v1.json +++ b/DiscoveryJson/file.v1.json @@ -891,6 +891,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -908,7 +913,7 @@ } } }, - "revision": "20250910", + "revision": "20251015", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -1113,6 +1118,17 @@ }, "type": "object" }, + "DirectoryServicesConfig": { + "description": "Directory Services configuration for Kerberos-based authentication.", + "id": "DirectoryServicesConfig", + "properties": { + "ldap": { + "$ref": "LdapConfig", + "description": "Configuration for LDAP servers." + } + }, + "type": "object" + }, "Empty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", @@ -1142,6 +1158,10 @@ "sourceBackup": { "description": "The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.", "type": "string" + }, + "sourceBackupdrBackup": { + "description": "The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{location_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO (b/443690479) - Remove visibility restrictions once the feature is ready", + "type": "string" } }, "type": "object" @@ -1482,6 +1502,10 @@ "description": "The description of the instance (2048 characters or less).", "type": "string" }, + "directoryServices": { + "$ref": "DirectoryServicesConfig", + "description": "Optional. Directory Services configuration for Kerberos-based authentication. Should only be set if protocol is \"NFS_V4_1\"." + }, "etag": { "description": "Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.", "type": "string" @@ -1655,6 +1679,32 @@ }, "type": "object" }, + "LdapConfig": { + "description": "LdapConfig contains all the parameters for connecting to LDAP servers.", + "id": "LdapConfig", + "properties": { + "domain": { + "description": "Required. The LDAP domain name in the format of `my-domain.com`.", + "type": "string" + }, + "groupsOu": { + "description": "Optional. The groups Organizational Unit (OU) is optional. This parameter is a hint to allow faster lookup in the LDAP namespace. In case that this parameter is not provided, Filestore instance will query the whole LDAP namespace.", + "type": "string" + }, + "servers": { + "description": "Required. The servers names are used for specifying the LDAP servers names. The LDAP servers names can come with two formats: 1. DNS name, for example: `ldap.example1.com`, `ldap.example2.com`. 2. IP address, for example: `10.0.0.1`, `10.0.0.2`, `10.0.0.3`. All servers names must be in the same format: either all DNS names or all IP addresses.", + "items": { + "type": "string" + }, + "type": "array" + }, + "usersOu": { + "description": "Optional. The users Organizational Unit (OU) is optional. This parameter is a hint to allow faster lookup in the LDAP namespace. In case that this parameter is not provided, Filestore instance will query the whole LDAP namespace.", + "type": "string" + } + }, + "type": "object" + }, "ListBackupsResponse": { "description": "ListBackupsResponse is the result of ListBackupsRequest.", "id": "ListBackupsResponse", @@ -1737,6 +1787,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/file.v1beta1.json b/DiscoveryJson/file.v1beta1.json index 5b486b90334..7e8d81ae5ed 100644 --- a/DiscoveryJson/file.v1beta1.json +++ b/DiscoveryJson/file.v1beta1.json @@ -1114,6 +1114,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -1131,7 +1136,7 @@ } } }, - "revision": "20250910", + "revision": "20251015", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -1380,6 +1385,10 @@ "sourceBackup": { "description": "The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.", "type": "string" + }, + "sourceBackupdrBackup": { + "description": "The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{location_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO (b/443690479) - Remove visibility restrictions once the feature is ready", + "type": "string" } }, "type": "object" @@ -2033,6 +2042,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/firebaseappdistribution.v1.json b/DiscoveryJson/firebaseappdistribution.v1.json index ebdbdafbdd3..765f2f0205d 100644 --- a/DiscoveryJson/firebaseappdistribution.v1.json +++ b/DiscoveryJson/firebaseappdistribution.v1.json @@ -128,7 +128,7 @@ ], "parameters": { "app": { - "description": "Required. The name of the app resource. Format: `projects/{project_number}/apps/{app_id}`", + "description": "Required. The name of the app resource. Format: `projects/{project_number}/apps/{app}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+$", "required": true, @@ -163,7 +163,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the `AabInfo` resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/aabInfo`", + "description": "Required. The name of the `AabInfo` resource to retrieve. Format: `projects/{project_number}/apps/{app}/aabInfo`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/aabInfo$", "required": true, @@ -192,7 +192,7 @@ ], "parameters": { "parent": { - "description": "Required. The name of the app resource, which is the parent of the release resources. Format: `projects/{project_number}/apps/{app_id}`", + "description": "Required. The name of the app resource, which is the parent of the release resources. Format: `projects/{project_number}/apps/{app}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+$", "required": true, @@ -220,7 +220,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the release resource to distribute. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", + "description": "Required. The name of the release resource to distribute. Format: `projects/{project_number}/apps/{app}/releases/{release}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+$", "required": true, @@ -248,7 +248,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the release resource to retrieve. Format: projects/{project_number}/apps/{app_id}/releases/{release_id}", + "description": "Required. The name of the release resource to retrieve. Format: projects/{project_number}/apps/{app}/releases/{release}", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+$", "required": true, @@ -294,7 +294,7 @@ "type": "string" }, "parent": { - "description": "Required. The name of the app resource, which is the parent of the release resources. Format: `projects/{project_number}/apps/{app_id}`", + "description": "Required. The name of the app resource, which is the parent of the release resources. Format: `projects/{project_number}/apps/{app}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+$", "required": true, @@ -319,7 +319,7 @@ ], "parameters": { "name": { - "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", + "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+$", "required": true, @@ -548,7 +548,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -946,7 +946,7 @@ } } }, - "revision": "20250924", + "revision": "20251113", "rootUrl": "https://firebaseappdistribution.googleapis.com/", "schemas": { "GdataBlobstore2Info": { @@ -1449,7 +1449,7 @@ "id": "GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest", "properties": { "names": { - "description": "Required. The names of the release resources to delete. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}` A maximum of 100 releases can be deleted per request.", + "description": "Required. The names of the release resources to delete. Format: `projects/{project_number}/apps/{app}/releases/{release}` A maximum of 100 releases can be deleted per request.", "items": { "type": "string" }, @@ -1724,7 +1724,7 @@ "type": "string" }, "name": { - "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", + "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}`", "type": "string" }, "releaseNotes": { @@ -1869,7 +1869,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/firebaseappdistribution.v1alpha.json b/DiscoveryJson/firebaseappdistribution.v1alpha.json index 05a768887fd..e0dbad35d6a 100644 --- a/DiscoveryJson/firebaseappdistribution.v1alpha.json +++ b/DiscoveryJson/firebaseappdistribution.v1alpha.json @@ -396,7 +396,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the `TestConfig` resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/testConfig`", + "description": "Required. The name of the `TestConfig` resource to retrieve. Format: `projects/{project_number}/apps/{app}/testConfig`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/testConfig$", "required": true, @@ -421,7 +421,7 @@ ], "parameters": { "name": { - "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig`", + "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app}/testConfig`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/testConfig$", "required": true, @@ -461,7 +461,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`", + "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+/tests/[^/]+$", "required": true, @@ -486,7 +486,7 @@ ], "parameters": { "parent": { - "description": "Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", + "description": "Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{app}/releases/{release}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+$", "required": true, @@ -519,7 +519,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`", + "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+/tests/[^/]+$", "required": true, @@ -555,7 +555,7 @@ "type": "string" }, "parent": { - "description": "Required. The name of the release resource, which is the parent of the tests Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", + "description": "Required. The name of the release resource, which is the parent of the tests Format: `projects/{project_number}/apps/{app}/releases/{release}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+$", "required": true, @@ -592,7 +592,7 @@ "testCases": { "methods": { "batchDelete": { - "description": "Delete test cases.", + "description": "Deletes multiple test cases.", "flatPath": "v1alpha/projects/{projectsId}/apps/{appsId}/testCases:batchDelete", "httpMethod": "POST", "id": "firebaseappdistribution.projects.apps.testCases.batchDelete", @@ -601,7 +601,7 @@ ], "parameters": { "parent": { - "description": "Required. The parent resource where these test cases will be deleted. Format: `projects/{project_number}/apps/{app_id}`", + "description": "Required. The parent resource of the test cases being deleted. Format: `projects/{project_number}/apps/{app}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+$", "required": true, @@ -619,6 +619,62 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "batchUpdate": { + "description": "Updates multiple test cases.", + "flatPath": "v1alpha/projects/{projectsId}/apps/{appsId}/testCases:batchUpdate", + "httpMethod": "POST", + "id": "firebaseappdistribution.projects.apps.testCases.batchUpdate", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource of the test cases being updated. Format: `projects/{project_number}/apps/{app}`", + "location": "path", + "pattern": "^projects/[^/]+/apps/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/testCases:batchUpdate", + "request": { + "$ref": "GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest" + }, + "response": { + "$ref": "GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "clearTestCaseCache": { + "description": "Clears cached test runs for a specific test case and device(s).", + "flatPath": "v1alpha/projects/{projectsId}/apps/{appsId}/testCases/{testCasesId}:clearTestCaseCache", + "httpMethod": "POST", + "id": "firebaseappdistribution.projects.apps.testCases.clearTestCaseCache", + "parameterOrder": [ + "testCase" + ], + "parameters": { + "testCase": { + "description": "Required. The name of the test case resource for which to clear the cache. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", + "location": "path", + "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+testCase}:clearTestCaseCache", + "request": { + "$ref": "GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest" + }, + "response": { + "$ref": "GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "create": { "description": "Create a new test case.", "flatPath": "v1alpha/projects/{projectsId}/apps/{appsId}/testCases", @@ -629,7 +685,7 @@ ], "parameters": { "parent": { - "description": "Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{app_id}`", + "description": "Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{app}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+$", "required": true, @@ -662,7 +718,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the test case resource to delete. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", + "description": "Required. The name of the test case resource to delete. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", "required": true, @@ -687,7 +743,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the test case resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", + "description": "Required. The name of the test case resource to retrieve. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", "required": true, @@ -723,7 +779,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource from which to list test cases. Format: `projects/{project_number}/apps/{app_id}`", + "description": "Required. The parent resource from which to list test cases. Format: `projects/{project_number}/apps/{app}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+$", "required": true, @@ -753,7 +809,7 @@ "type": "boolean" }, "name": { - "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", + "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", "location": "path", "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", "required": true, @@ -812,7 +868,7 @@ } } }, - "revision": "20250925", + "revision": "20251107", "rootUrl": "https://firebaseappdistribution.googleapis.com/", "schemas": { "AndroidxCrawlerOutputPoint": { @@ -890,7 +946,7 @@ "type": "string" }, "name": { - "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", + "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}`", "type": "string" }, "releaseNotes": { @@ -1150,11 +1206,11 @@ "type": "object" }, "GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest": { - "description": "The request message for `DeleteTestCase`.", + "description": "The request message for `BatchDeleteTestCase`.", "id": "GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest", "properties": { "names": { - "description": "Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", + "description": "Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", "items": { "type": "string" }, @@ -1163,12 +1219,60 @@ }, "type": "object" }, + "GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest": { + "description": "The request message for `BatchUpdateTestCase`.", + "id": "GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest", + "properties": { + "requests": { + "description": "Required. The update requests. A maximum number of 1000 test cases can be updated in one batch", + "items": { + "$ref": "GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse": { + "description": "The response message for `BatchUpdateTestCase`.", + "id": "GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse", + "properties": { + "testCases": { + "description": "The updated test cases.", + "items": { + "$ref": "GoogleFirebaseAppdistroV1alphaTestCase" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse": { "description": "The (empty) response message for `CancelReleaseTest`.", "id": "GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse", "properties": {}, "type": "object" }, + "GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest": { + "description": "Request message for `ClearTestCaseCache`.", + "id": "GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest", + "properties": { + "testDevices": { + "description": "Optional. The list of devices for which to clear the cache. If not present, clear all of them.", + "items": { + "$ref": "GoogleFirebaseAppdistroV1alphaTestDevice" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse": { + "description": "Response empty (google.protobuf.Empty) message for `ClearTestCaseCache`", + "id": "GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse", + "properties": {}, + "type": "object" + }, "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest": { "description": "The request message for `CreateReleaseNotes`.", "id": "GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest", @@ -1232,6 +1336,23 @@ "$ref": "GoogleFirebaseAppdistroV1alphaTestDevice", "description": "Required. The device that the test was run on." }, + "executionType": { + "description": "Output only. The type of execution for the test.", + "enum": [ + "EXECUTION_TYPE_UNSPECIFIED", + "AI", + "ACTION_BASED_REPLAY", + "AI_REPLAY" + ], + "enumDescriptions": [ + "Execution type unspecified.", + "An AI-driven test.", + "A replay of a previous test run.", + "A failed replay that was rerun using the AI agent." + ], + "readOnly": true, + "type": "string" + }, "failedReason": { "description": "Output only. The reason why the test failed.", "enum": [ @@ -1284,6 +1405,15 @@ "readOnly": true, "type": "string" }, + "name": { + "description": "Identifier. The name of the device execution resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}`", + "type": "string" + }, + "originDeviceExecution": { + "description": "Output only. The device execution from which cached steps were used during this execution. Note: This field is only populated for ACTION_BASED_REPLAY executions. If the original device execution no longer exists, this field will be empty. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}`", + "readOnly": true, + "type": "string" + }, "resultsStoragePath": { "description": "Output only. The path to a directory in Cloud Storage that will eventually contain the results for this execution. For example, gs://bucket/Nexus5-18-en-portrait.", "readOnly": true, @@ -1877,7 +2007,7 @@ "description": "Optional. Input only. Login credentials for the test. Input only." }, "name": { - "description": "The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`", + "description": "The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}`", "type": "string" }, "testCase": { @@ -2029,7 +2159,7 @@ "type": "string" }, "name": { - "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", + "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", "type": "string" }, "prerequisiteTestCase": { @@ -2048,7 +2178,7 @@ "type": "string" }, "name": { - "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig`", + "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app}/testConfig`", "type": "string" }, "roboCrawler": { @@ -2130,6 +2260,21 @@ }, "type": "object" }, + "GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest": { + "description": "The request message for `UpdateTestCase`.", + "id": "GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest", + "properties": { + "allowMissing": { + "description": "Optional. If set to true, and the test case is not found, a new test case will be created.", + "type": "boolean" + }, + "testCase": { + "$ref": "GoogleFirebaseAppdistroV1alphaTestCase", + "description": "Required. The test case to update. The test case's `name` field is used to identify the test case to update. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`" + } + }, + "type": "object" + }, "GoogleProtobufEmpty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "GoogleProtobufEmpty", diff --git a/DiscoveryJson/firebaseapphosting.v1.json b/DiscoveryJson/firebaseapphosting.v1.json index bb6f3e7dbd6..d5e91733c1f 100644 --- a/DiscoveryJson/firebaseapphosting.v1.json +++ b/DiscoveryJson/firebaseapphosting.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1084,6 +1084,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1101,7 +1106,7 @@ } } }, - "revision": "20250904", + "revision": "20251113", "rootUrl": "https://firebaseapphosting.googleapis.com/", "schemas": { "ArchiveSource": { @@ -1450,7 +1455,7 @@ "id": "Config", "properties": { "env": { - "description": "Optional. Environment variables for this build.", + "description": "Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error", "items": { "$ref": "EnvironmentVariable" }, @@ -2121,6 +2126,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/firebaseapphosting.v1beta.json b/DiscoveryJson/firebaseapphosting.v1beta.json index 6fedbcaaf8f..d8c5771e8a0 100644 --- a/DiscoveryJson/firebaseapphosting.v1beta.json +++ b/DiscoveryJson/firebaseapphosting.v1beta.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1081,6 +1081,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta/{+name}/operations", @@ -1098,7 +1103,7 @@ } } }, - "revision": "20250918", + "revision": "20251113", "rootUrl": "https://firebaseapphosting.googleapis.com/", "schemas": { "ArchiveSource": { @@ -1470,7 +1475,7 @@ "id": "Config", "properties": { "env": { - "description": "Optional. Environment variables for this build.", + "description": "Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error", "items": { "$ref": "EnvironmentVariable" }, @@ -2147,6 +2152,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/firebasedataconnect.v1.json b/DiscoveryJson/firebasedataconnect.v1.json index 2b8ecdddfe1..ecd40bd76a9 100644 --- a/DiscoveryJson/firebasedataconnect.v1.json +++ b/DiscoveryJson/firebasedataconnect.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -294,6 +294,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1057,7 +1062,7 @@ ] }, "list": { - "description": "Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so this will always return at most one Schema.", + "description": "Lists Schemas in a given project and location.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/schemas", "httpMethod": "GET", "id": "firebasedataconnect.projects.locations.services.schemas.list", @@ -1160,7 +1165,7 @@ } } }, - "revision": "20250907", + "revision": "20251026", "rootUrl": "https://firebasedataconnect.googleapis.com/", "schemas": { "CancelOperationRequest": { @@ -1355,7 +1360,7 @@ "type": "object" }, "GraphqlError": { - "description": "GraphqlError conforms to the GraphQL error spec. https://spec.graphql.org/draft/#sec-Errors Firebase Data Connect API surfaces `GraphqlError` in various APIs: - Upon compile error, `UpdateSchema` and `UpdateConnector` return Code.Invalid_Argument with a list of `GraphqlError` in error details. - Upon query compile error, `ExecuteGraphql` and `ExecuteGraphqlRead` return Code.OK with a list of `GraphqlError` in response body. - Upon query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation` and `ExecuteQuery` all return Code.OK with a list of `GraphqlError` in response body.", + "description": "GraphqlError conforms to the GraphQL error spec. https://spec.graphql.org/draft/#sec-Errors Firebase Data Connect API surfaces `GraphqlError` in various APIs: - Upon compile error, `UpdateSchema` and `UpdateConnector` return Code.Invalid_Argument with a list of `GraphqlError` in error details. - Upon query compile error, `ExecuteGraphql`, `ExecuteGraphqlRead` and `IntrospectGraphql` return Code.OK with a list of `GraphqlError` in response body. - Upon query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation`, `ExecuteQuery`, `IntrospectGraphql`, `ImpersonateQuery` and `ImpersonateMutation` all return Code.OK with a list of `GraphqlError` in response body.", "id": "GraphqlError", "properties": { "extensions": { @@ -1363,7 +1368,7 @@ "description": "Additional error information." }, "locations": { - "description": "The source locations where the error occurred. Locations should help developers and toolings identify the source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, `UpdateSchema` and `UpdateConnector`) to reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and `ExecuteQuery` since the caller shouldn't have access access the underlying GQL source.", + "description": "The source locations where the error occurred. Locations should help developers and toolings identify the source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, `IntrospectGraphql`, `ImpersonateQuery`, `ImpersonateMutation`, `UpdateSchema` and `UpdateConnector`) to reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and `ExecuteQuery` since the caller shouldn't have access access the underlying GQL source.", "items": { "$ref": "SourceLocation" }, @@ -1437,9 +1442,30 @@ "description": "The source file name where the error occurred. Included only for `UpdateSchema` and `UpdateConnector`, it corresponds to `File.path` of the provided `Source`.", "type": "string" }, - "resource": { - "description": "Distinguish which schema or connector the error originates from. It should be set on errors from control plane APIs (e.g. `UpdateSchema`, `UpdateConnector`).", + "warningLevel": { + "description": "Warning level describes the severity and required action to suppress this warning when Firebase CLI run into it.", + "enum": [ + "WARNING_LEVEL_UNKNOWN", + "LOG_ONLY", + "INTERACTIVE_ACK", + "REQUIRE_ACK", + "REQUIRE_FORCE" + ], + "enumDescriptions": [ + "Warning level is not specified.", + "Display a warning without action needed.", + "Request a confirmation in interactive deployment flow.", + "Require an explicit confirmation in all deployment flows.", + "Require --force in all deployment flows." + ], "type": "string" + }, + "workarounds": { + "description": "Workarounds provide suggestions to address the compile errors or warnings.", + "items": { + "$ref": "Workaround" + }, + "type": "array" } }, "type": "object" @@ -1607,6 +1633,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -2007,6 +2040,25 @@ } }, "type": "object" + }, + "Workaround": { + "description": "Workaround provides suggestions to address errors and warnings.", + "id": "Workaround", + "properties": { + "description": { + "description": "Description of this workaround.", + "type": "string" + }, + "reason": { + "description": "Why would this workaround address the error and warning.", + "type": "string" + }, + "replace": { + "description": "A suggested code snippet to fix the error and warning.", + "type": "string" + } + }, + "type": "object" } }, "servicePath": "", diff --git a/DiscoveryJson/firebasedataconnect.v1beta.json b/DiscoveryJson/firebasedataconnect.v1beta.json index 459bcce68aa..59ae1102c6f 100644 --- a/DiscoveryJson/firebasedataconnect.v1beta.json +++ b/DiscoveryJson/firebasedataconnect.v1beta.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -294,6 +294,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta/{+name}/operations", @@ -1057,7 +1062,7 @@ ] }, "list": { - "description": "Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so this will always return at most one Schema.", + "description": "Lists Schemas in a given project and location.", "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/schemas", "httpMethod": "GET", "id": "firebasedataconnect.projects.locations.services.schemas.list", @@ -1160,7 +1165,7 @@ } } }, - "revision": "20250907", + "revision": "20251026", "rootUrl": "https://firebasedataconnect.googleapis.com/", "schemas": { "CancelOperationRequest": { @@ -1355,7 +1360,7 @@ "type": "object" }, "GraphqlError": { - "description": "GraphqlError conforms to the GraphQL error spec. https://spec.graphql.org/draft/#sec-Errors Firebase Data Connect API surfaces `GraphqlError` in various APIs: - Upon compile error, `UpdateSchema` and `UpdateConnector` return Code.Invalid_Argument with a list of `GraphqlError` in error details. - Upon query compile error, `ExecuteGraphql` and `ExecuteGraphqlRead` return Code.OK with a list of `GraphqlError` in response body. - Upon query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation` and `ExecuteQuery` all return Code.OK with a list of `GraphqlError` in response body.", + "description": "GraphqlError conforms to the GraphQL error spec. https://spec.graphql.org/draft/#sec-Errors Firebase Data Connect API surfaces `GraphqlError` in various APIs: - Upon compile error, `UpdateSchema` and `UpdateConnector` return Code.Invalid_Argument with a list of `GraphqlError` in error details. - Upon query compile error, `ExecuteGraphql`, `ExecuteGraphqlRead` and `IntrospectGraphql` return Code.OK with a list of `GraphqlError` in response body. - Upon query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation`, `ExecuteQuery`, `IntrospectGraphql`, `ImpersonateQuery` and `ImpersonateMutation` all return Code.OK with a list of `GraphqlError` in response body.", "id": "GraphqlError", "properties": { "extensions": { @@ -1363,7 +1368,7 @@ "description": "Additional error information." }, "locations": { - "description": "The source locations where the error occurred. Locations should help developers and toolings identify the source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, `UpdateSchema` and `UpdateConnector`) to reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and `ExecuteQuery` since the caller shouldn't have access access the underlying GQL source.", + "description": "The source locations where the error occurred. Locations should help developers and toolings identify the source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, `IntrospectGraphql`, `ImpersonateQuery`, `ImpersonateMutation`, `UpdateSchema` and `UpdateConnector`) to reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and `ExecuteQuery` since the caller shouldn't have access access the underlying GQL source.", "items": { "$ref": "SourceLocation" }, @@ -1437,9 +1442,30 @@ "description": "The source file name where the error occurred. Included only for `UpdateSchema` and `UpdateConnector`, it corresponds to `File.path` of the provided `Source`.", "type": "string" }, - "resource": { - "description": "Distinguish which schema or connector the error originates from. It should be set on errors from control plane APIs (e.g. `UpdateSchema`, `UpdateConnector`).", + "warningLevel": { + "description": "Warning level describes the severity and required action to suppress this warning when Firebase CLI run into it.", + "enum": [ + "WARNING_LEVEL_UNKNOWN", + "LOG_ONLY", + "INTERACTIVE_ACK", + "REQUIRE_ACK", + "REQUIRE_FORCE" + ], + "enumDescriptions": [ + "Warning level is not specified.", + "Display a warning without action needed.", + "Request a confirmation in interactive deployment flow.", + "Require an explicit confirmation in all deployment flows.", + "Require --force in all deployment flows." + ], "type": "string" + }, + "workarounds": { + "description": "Workarounds provide suggestions to address the compile errors or warnings.", + "items": { + "$ref": "Workaround" + }, + "type": "array" } }, "type": "object" @@ -1607,6 +1633,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -2007,6 +2040,25 @@ } }, "type": "object" + }, + "Workaround": { + "description": "Workaround provides suggestions to address errors and warnings.", + "id": "Workaround", + "properties": { + "description": { + "description": "Description of this workaround.", + "type": "string" + }, + "reason": { + "description": "Why would this workaround address the error and warning.", + "type": "string" + }, + "replace": { + "description": "A suggested code snippet to fix the error and warning.", + "type": "string" + } + }, + "type": "object" } }, "servicePath": "", diff --git a/DiscoveryJson/firebaseml.v1.json b/DiscoveryJson/firebaseml.v1.json index 3de20a64cc3..9fe13351d7f 100644 --- a/DiscoveryJson/firebaseml.v1.json +++ b/DiscoveryJson/firebaseml.v1.json @@ -193,7 +193,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -209,7 +209,7 @@ } } }, - "revision": "20250929", + "revision": "20251116", "rootUrl": "https://firebaseml.googleapis.com/", "schemas": { "CancelOperationRequest": { @@ -240,7 +240,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/firebaseml.v2beta.json b/DiscoveryJson/firebaseml.v2beta.json index 0c695551bad..e70cb45c9bc 100644 --- a/DiscoveryJson/firebaseml.v2beta.json +++ b/DiscoveryJson/firebaseml.v2beta.json @@ -206,7 +206,7 @@ } } }, - "revision": "20250930", + "revision": "20251117", "rootUrl": "https://firebaseml.googleapis.com/", "schemas": { "Date": { @@ -398,16 +398,16 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1Blob": { - "description": "Content blob.", + "description": "A content blob. A Blob contains data of a specific media type. It is used to represent images, audio, and video.", "id": "GoogleCloudAiplatformV1beta1Blob", "properties": { "data": { - "description": "Required. Raw bytes.", + "description": "Required. The raw bytes of the data.", "format": "byte", "type": "string" }, "displayName": { - "description": "Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "description": "Optional. The display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server-side tools (`code_execution`, `google_search`, and `url_context`) are enabled.", "type": "string" }, "mimeType": { @@ -422,28 +422,28 @@ "id": "GoogleCloudAiplatformV1beta1Candidate", "properties": { "avgLogprobs": { - "description": "Output only. Average log probability score of the candidate.", + "description": "Output only. The average log probability of the tokens in this candidate. This is a length-normalized score that can be used to compare the quality of candidates of different lengths. A higher average log probability suggests a more confident and coherent response.", "format": "double", "readOnly": true, "type": "number" }, "citationMetadata": { "$ref": "GoogleCloudAiplatformV1beta1CitationMetadata", - "description": "Output only. Source attribution of the generated content.", + "description": "Output only. A collection of citations that apply to the generated content.", "readOnly": true }, "content": { "$ref": "GoogleCloudAiplatformV1beta1Content", - "description": "Output only. Content parts of the candidate.", + "description": "Output only. The content of the candidate.", "readOnly": true }, "finishMessage": { - "description": "Output only. Describes the reason the mode stopped generating tokens in more detail. This is only filled when `finish_reason` is set.", + "description": "Output only. Describes the reason the model stopped generating tokens in more detail. This field is returned only when `finish_reason` is set.", "readOnly": true, "type": "string" }, "finishReason": { - "description": "Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens.", + "description": "Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating.", "enum": [ "FINISH_REASON_UNSPECIFIED", "STOP", @@ -465,44 +465,44 @@ ], "enumDescriptions": [ "The finish reason is unspecified.", - "Token generation reached a natural stopping point or a configured stop sequence.", - "Token generation reached the configured maximum output tokens.", - "Token generation stopped because the content potentially contains safety violations. NOTE: When streaming, content is empty if content filters blocks the output.", - "The token generation stopped because of potential recitation.", - "All other reasons that stopped the token generation.", - "Token generation stopped because the content contains forbidden terms.", - "Token generation stopped for potentially containing prohibited content.", - "Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).", - "The function call generated by the model is syntaxtically invalid (e.g. the function call generated is not parsable).", + "The model reached a natural stopping point or a configured stop sequence.", + "The model generated the maximum number of tokens allowed by the `max_output_tokens` parameter.", + "The model stopped generating because the content potentially violates safety policies. NOTE: When streaming, the `content` field is empty if content filters block the output.", + "The model stopped generating because the content may be a recitation from a source.", + "The model stopped generating for a reason not otherwise specified.", + "The model stopped generating because the content contains a term from a configured blocklist.", + "The model stopped generating because the content may be prohibited.", + "The model stopped generating because the content may contain sensitive personally identifiable information (SPII).", + "The model generated a function call that is syntactically invalid and can't be parsed.", "The model response was blocked by Model Armor.", - "Token generation stopped because generated images has safety violations.", - "Image generation stopped because generated images has other prohibited content.", - "Image generation stopped due to recitation.", - "Image generation stopped because of other miscellaneous issue.", - "The function call generated by the model is semantically invalid (e.g. a function call is generated when function calling is not enabled or the function is not in the function declaration).", - "The model was expected to generate an image, but none was generated." + "The generated image potentially violates safety policies.", + "The generated image may contain prohibited content.", + "The generated image may be a recitation from a source.", + "The image generation stopped for a reason not otherwise specified.", + "The model generated a function call that is semantically invalid. This can happen, for example, if function calling is not enabled or the generated function is not in the function declaration.", + "The model was expected to generate an image, but didn't." ], "readOnly": true, "type": "string" }, "groundingMetadata": { "$ref": "GoogleCloudAiplatformV1beta1GroundingMetadata", - "description": "Output only. Metadata specifies sources used to ground generated content.", + "description": "Output only. Metadata returned when grounding is enabled. It contains the sources used to ground the generated content.", "readOnly": true }, "index": { - "description": "Output only. Index of the candidate.", + "description": "Output only. The 0-based index of this candidate in the list of generated responses. This is useful for distinguishing between multiple candidates when `candidate_count` > 1.", "format": "int32", "readOnly": true, "type": "integer" }, "logprobsResult": { "$ref": "GoogleCloudAiplatformV1beta1LogprobsResult", - "description": "Output only. Log-likelihood scores for the response tokens and top tokens", + "description": "Output only. The detailed log probability information for the tokens in this candidate. This is useful for debugging, understanding model uncertainty, and identifying potential \"hallucinations\".", "readOnly": true }, "safetyRatings": { - "description": "Output only. List of ratings for the safety of a response candidate. There is at most one rating per category.", + "description": "Output only. A list of ratings for the safety of a response candidate. There is at most one rating per category.", "items": { "$ref": "GoogleCloudAiplatformV1beta1SafetyRating" }, @@ -511,45 +511,45 @@ }, "urlContextMetadata": { "$ref": "GoogleCloudAiplatformV1beta1UrlContextMetadata", - "description": "Output only. Metadata related to url context retrieval tool.", + "description": "Output only. Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL.", "readOnly": true } }, "type": "object" }, "GoogleCloudAiplatformV1beta1Citation": { - "description": "Source attributions for content.", + "description": "A citation for a piece of generatedcontent.", "id": "GoogleCloudAiplatformV1beta1Citation", "properties": { "endIndex": { - "description": "Output only. End index into the content.", + "description": "Output only. The end index of the citation in the content.", "format": "int32", "readOnly": true, "type": "integer" }, "license": { - "description": "Output only. License of the attribution.", + "description": "Output only. The license of the source of the citation.", "readOnly": true, "type": "string" }, "publicationDate": { "$ref": "Date", - "description": "Output only. Publication date of the attribution.", + "description": "Output only. The publication date of the source of the citation.", "readOnly": true }, "startIndex": { - "description": "Output only. Start index into the content.", + "description": "Output only. The start index of the citation in the content.", "format": "int32", "readOnly": true, "type": "integer" }, "title": { - "description": "Output only. Title of the attribution.", + "description": "Output only. The title of the source of the citation.", "readOnly": true, "type": "string" }, "uri": { - "description": "Output only. Url reference of the attribution.", + "description": "Output only. The URI of the source of the citation.", "readOnly": true, "type": "string" } @@ -557,11 +557,11 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1CitationMetadata": { - "description": "A collection of source attributions for a piece of content.", + "description": "A collection of citations that apply to a piece of generated content.", "id": "GoogleCloudAiplatformV1beta1CitationMetadata", "properties": { "citations": { - "description": "Output only. List of citations.", + "description": "Output only. A list of citations for the content.", "items": { "$ref": "GoogleCloudAiplatformV1beta1Citation" }, @@ -599,18 +599,18 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1Content": { - "description": "The base structured datatype containing multi-part content of a message. A `Content` includes a `role` field designating the producer of the `Content` and a `parts` field containing multi-part data that contains the content of the message turn.", + "description": "The structured data content of a message. A Content message contains a `role` field, which indicates the producer of the content, and a `parts` field, which contains the multi-part data of the message.", "id": "GoogleCloudAiplatformV1beta1Content", "properties": { "parts": { - "description": "Required. Ordered `Parts` that constitute a single message. Parts may have different IANA MIME types.", + "description": "Required. A list of Part objects that make up a single message. Parts of a message can have different MIME types. A Content message must have at least one Part.", "items": { "$ref": "GoogleCloudAiplatformV1beta1Part" }, "type": "array" }, "role": { - "description": "Optional. The producer of the content. Must be either 'user' or 'model'. Useful to set for multi-turn conversations, otherwise can be left blank or unset.", + "description": "Optional. The producer of the content. Must be either 'user' or 'model'. If not set, the service will default to 'user'.", "type": "string" } }, @@ -833,15 +833,15 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1FileData": { - "description": "URI based data.", + "description": "URI-based data. A FileData message contains a URI pointing to data of a specific media type. It is used to represent images, audio, and video stored in Google Cloud Storage.", "id": "GoogleCloudAiplatformV1beta1FileData", "properties": { "displayName": { - "description": "Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "description": "Optional. The display name of the file. Used to provide a label or filename to distinguish files. This field is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server side tools (`code_execution`, `google_search`, and `url_context`) are enabled.", "type": "string" }, "fileUri": { - "description": "Required. URI.", + "description": "Required. The URI of the file in Google Cloud Storage.", "type": "string" }, "mimeType": { @@ -870,6 +870,17 @@ "name": { "description": "Optional. The name of the function to call. Matches [FunctionDeclaration.name].", "type": "string" + }, + "partialArgs": { + "description": "Optional. The partial argument value of the function call. If provided, represents the arguments/fields that are streamed incrementally.", + "items": { + "$ref": "GoogleCloudAiplatformV1beta1PartialArg" + }, + "type": "array" + }, + "willContinue": { + "description": "Optional. Whether this is the last part of the FunctionCall. If true, another partial message for the current FunctionCall is expected to follow.", + "type": "boolean" } }, "type": "object" @@ -902,6 +913,10 @@ "Model is constrained to predict either function calls or natural language response. If \"allowed_function_names\" are set, the predicted function calls will be limited to any one of \"allowed_function_names\", else the predicted function calls will be any one of the provided \"function_declarations\"." ], "type": "string" + }, + "streamFunctionCallArguments": { + "description": "Optional. When set to true, arguments of a single function call will be streamed out in multiple parts/contents/responses. Partial parameter results will be returned in the [FunctionCall.partial_args] field.", + "type": "boolean" } }, "type": "object" @@ -915,7 +930,7 @@ "type": "string" }, "name": { - "description": "Required. The name of the function to call. Must start with a letter or an underscore. Must be a-z, A-Z, 0-9, or contain underscores, dots and dashes, with a maximum length of 64.", + "description": "Required. The name of the function to call. Must start with a letter or an underscore. Must be a-z, A-Z, 0-9, or contain underscores, dots, colons and dashes, with a maximum length of 64.", "type": "string" }, "parameters": { @@ -949,6 +964,13 @@ "description": "Required. The name of the function to call. Matches [FunctionDeclaration.name] and [FunctionCall.name].", "type": "string" }, + "parts": { + "description": "Optional. Ordered `Parts` that constitute a function response. Parts may have different IANA MIME types.", + "items": { + "$ref": "GoogleCloudAiplatformV1beta1FunctionResponsePart" + }, + "type": "array" + }, "response": { "additionalProperties": { "description": "Properties of the object.", @@ -960,6 +982,60 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1beta1FunctionResponseBlob": { + "description": "Raw media bytes for function response. Text should not be sent as raw bytes, use the 'text' field.", + "id": "GoogleCloudAiplatformV1beta1FunctionResponseBlob", + "properties": { + "data": { + "description": "Required. Raw bytes.", + "format": "byte", + "type": "string" + }, + "displayName": { + "description": "Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "type": "string" + }, + "mimeType": { + "description": "Required. The IANA standard MIME type of the source data.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1beta1FunctionResponseFileData": { + "description": "URI based data for function response.", + "id": "GoogleCloudAiplatformV1beta1FunctionResponseFileData", + "properties": { + "displayName": { + "description": "Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.", + "type": "string" + }, + "fileUri": { + "description": "Required. URI.", + "type": "string" + }, + "mimeType": { + "description": "Required. The IANA standard MIME type of the source data.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1beta1FunctionResponsePart": { + "description": "A datatype containing media that is part of a `FunctionResponse` message. A `FunctionResponsePart` consists of data which has an associated datatype. A `FunctionResponsePart` can only contain one of the accepted types in `FunctionResponsePart.data`. A `FunctionResponsePart` must have a fixed IANA MIME type identifying the type and subtype of the media if the `inline_data` field is filled with raw bytes.", + "id": "GoogleCloudAiplatformV1beta1FunctionResponsePart", + "properties": { + "fileData": { + "$ref": "GoogleCloudAiplatformV1beta1FunctionResponseFileData", + "description": "URI based data." + }, + "inlineData": { + "$ref": "GoogleCloudAiplatformV1beta1FunctionResponseBlob", + "description": "Inline media bytes." + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1beta1GenerateContentRequest": { "description": "Request message for [PredictionService.GenerateContent].", "id": "GoogleCloudAiplatformV1beta1GenerateContentRequest", @@ -1188,24 +1264,24 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1GenerationConfig": { - "description": "Generation config.", + "description": "Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output.", "id": "GoogleCloudAiplatformV1beta1GenerationConfig", "properties": { "audioTimestamp": { - "description": "Optional. If enabled, audio timestamp will be included in the request to the model.", + "description": "Optional. If enabled, audio timestamps will be included in the request to the model. This can be useful for synchronizing audio with other modalities in the response.", "type": "boolean" }, "candidateCount": { - "description": "Optional. Number of candidates to generate.", + "description": "Optional. The number of candidate responses to generate. A higher `candidate_count` can provide more options to choose from, but it also consumes more resources. This can be useful for generating a variety of responses and selecting the best one.", "format": "int32", "type": "integer" }, "enableAffectiveDialog": { - "description": "Optional. If enabled, the model will detect emotions and adapt its responses accordingly.", + "description": "Optional. If enabled, the model will detect emotions and adapt its responses accordingly. For example, if the model detects that the user is frustrated, it may provide a more empathetic response.", "type": "boolean" }, "frequencyPenalty": { - "description": "Optional. Frequency penalties.", + "description": "Optional. Penalizes tokens based on their frequency in the generated text. A positive value helps to reduce the repetition of words and phrases. Valid values can range from [-2.0, 2.0].", "format": "float", "type": "number" }, @@ -1214,17 +1290,17 @@ "description": "Optional. Config for image generation features." }, "logprobs": { - "description": "Optional. Logit probabilities.", + "description": "Optional. The number of top log probabilities to return for each token. This can be used to see which other tokens were considered likely candidates for a given position. A higher value will return more options, but it will also increase the size of the response.", "format": "int32", "type": "integer" }, "maxOutputTokens": { - "description": "Optional. The maximum number of output tokens to generate per message.", + "description": "Optional. The maximum number of tokens to generate in the response. A token is approximately four characters. The default value varies by model. This parameter can be used to control the length of the generated text and prevent overly long responses.", "format": "int32", "type": "integer" }, "mediaResolution": { - "description": "Optional. If specified, the media resolution specified will be used.", + "description": "Optional. The token resolution at which input media content is sampled. This is used to control the trade-off between the quality of the response and the number of tokens used to represent the media. A higher resolution allows the model to perceive more detail, which can lead to a more nuanced response, but it will also use more tokens. This does not affect the image dimensions sent to the model.", "enum": [ "MEDIA_RESOLUTION_UNSPECIFIED", "MEDIA_RESOLUTION_LOW", @@ -1245,24 +1321,24 @@ "description": "Optional. Config for model selection." }, "presencePenalty": { - "description": "Optional. Positive penalties.", + "description": "Optional. Penalizes tokens that have already appeared in the generated text. A positive value encourages the model to generate more diverse and less repetitive text. Valid values can range from [-2.0, 2.0].", "format": "float", "type": "number" }, "responseJsonSchema": { - "description": "Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic references are unrolled to a limited degree and, as such, may only be used within non-required properties. (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for than those starting as a `$`, may be set.", + "description": "Optional. When this field is set, response_schema must be omitted and response_mime_type must be set to `application/json`.", "type": "any" }, "responseLogprobs": { - "description": "Optional. If true, export the logprobs results in response.", + "description": "Optional. If set to true, the log probabilities of the output tokens are returned. Log probabilities are the logarithm of the probability of a token appearing in the output. A higher log probability means the token is more likely to be generated. This can be useful for analyzing the model's confidence in its own output and for debugging.", "type": "boolean" }, "responseMimeType": { - "description": "Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.", + "description": "Optional. The IANA standard MIME type of the response. The model will generate output that conforms to this MIME type. Supported values include 'text/plain' (default) and 'application/json'. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.", "type": "string" }, "responseModalities": { - "description": "Optional. The modalities of the response.", + "description": "Optional. The modalities of the response. The model will generate a response that includes all the specified modalities. For example, if this is set to `[TEXT, IMAGE]`, the response will include both text and an image.", "items": { "enum": [ "MODALITY_UNSPECIFIED", @@ -1282,14 +1358,14 @@ }, "responseSchema": { "$ref": "GoogleCloudAiplatformV1beta1Schema", - "description": "Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response." + "description": "Optional. Lets you to specify a schema for the model's response, ensuring that the output conforms to a particular structure. This is useful for generating structured data such as JSON. The schema is a subset of the [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema) object. When this field is set, you must also set the `response_mime_type` to `application/json`." }, "routingConfig": { "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig", "description": "Optional. Routing configuration." }, "seed": { - "description": "Optional. Seed.", + "description": "Optional. A seed for the random number generator. By setting a seed, you can make the model's output mostly deterministic. For a given prompt and parameters (like temperature, top_p, etc.), the model will produce the same response every time. However, it's not a guaranteed absolute deterministic behavior. This is different from parameters like `temperature`, which control the *level* of randomness. `seed` ensures that the \"random\" choices the model makes are the same on every run, making it essential for testing and ensuring reproducible results.", "format": "int32", "type": "integer" }, @@ -1298,28 +1374,28 @@ "description": "Optional. The speech generation config." }, "stopSequences": { - "description": "Optional. Stop sequences.", + "description": "Optional. A list of character sequences that will stop the model from generating further tokens. If a stop sequence is generated, the output will end at that point. This is useful for controlling the length and structure of the output. For example, you can use [\"\\n\", \"###\"] to stop generation at a new line or a specific marker.", "items": { "type": "string" }, "type": "array" }, "temperature": { - "description": "Optional. Controls the randomness of predictions.", + "description": "Optional. Controls the randomness of the output. A higher temperature results in more creative and diverse responses, while a lower temperature makes the output more predictable and focused. The valid range is (0.0, 2.0].", "format": "float", "type": "number" }, "thinkingConfig": { "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig", - "description": "Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking." + "description": "Optional. Configuration for thinking features. An error will be returned if this field is set for models that don't support thinking." }, "topK": { - "description": "Optional. If specified, top-k sampling will be used.", + "description": "Optional. Specifies the top-k sampling threshold. The model considers only the top k most probable tokens for the next token. This can be useful for generating more coherent and less random text. For example, a `top_k` of 40 means the model will choose the next word from the 40 most likely words.", "format": "float", "type": "number" }, "topP": { - "description": "Optional. If specified, nucleus sampling will be used.", + "description": "Optional. Specifies the nucleus sampling threshold. The model considers only the smallest set of tokens whose cumulative probability is at least `top_p`. This helps generate more diverse and less repetitive responses. For example, a `top_p` of 0.9 means the model considers tokens until the cumulative probability of the tokens to select from reaches 0.9. It's recommended to adjust either temperature or `top_p`, but not both.", "format": "float", "type": "number" } @@ -1350,22 +1426,22 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig": { - "description": "The configuration for routing the request to a specific model.", + "description": "The configuration for routing the request to a specific model. This can be used to control which model is used for the generation, either automatically or by specifying a model name.", "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig", "properties": { "autoMode": { "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode", - "description": "Automated routing." + "description": "In this mode, the model is selected automatically based on the content of the request." }, "manualMode": { "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode", - "description": "Manual routing." + "description": "In this mode, the model is specified manually." } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode": { - "description": "When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.", + "description": "The configuration for automated routing. When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.", "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode", "properties": { "modelRoutingPreference": { @@ -1378,9 +1454,9 @@ ], "enumDescriptions": [ "Unspecified model routing preference.", - "Prefer higher quality over low cost.", - "Balanced model routing preference.", - "Prefer lower cost over higher quality." + "The model will be selected to prioritize the quality of the response.", + "The model will be selected to balance quality and cost.", + "The model will be selected to prioritize the cost of the request." ], "type": "string" } @@ -1388,28 +1464,42 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode": { - "description": "When manual routing is set, the specified model will be used directly.", + "description": "The configuration for manual routing. When manual routing is specified, the model will be selected based on the model name provided.", "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode", "properties": { "modelName": { - "description": "The model name to use. Only the public LLM models are accepted. See [Supported models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#supported-models).", + "description": "The name of the model to use. Only public LLM models are accepted.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig": { - "description": "Config for thinking features.", + "description": "Configuration for the model's thinking features. \"Thinking\" is a process where the model breaks down a complex task into smaller, manageable steps. This allows the model to reason about the task, plan its approach, and execute the plan to generate a high-quality response.", "id": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig", "properties": { "includeThoughts": { - "description": "Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.", + "description": "Optional. If true, the model will include its thoughts in the response. \"Thoughts\" are the intermediate steps the model takes to arrive at the final response. They can provide insights into the model's reasoning process and help with debugging. If this is true, thoughts are returned only when available.", "type": "boolean" }, "thinkingBudget": { - "description": "Optional. Indicates the thinking budget in tokens.", + "description": "Optional. The token budget for the model's thinking process. The model will make a best effort to stay within this budget. This can be used to control the trade-off between response quality and latency.", "format": "int32", "type": "integer" + }, + "thinkingLevel": { + "description": "Optional. The number of thoughts tokens that the model should generate.", + "enum": [ + "THINKING_LEVEL_UNSPECIFIED", + "LOW", + "HIGH" + ], + "enumDescriptions": [ + "Unspecified thinking level.", + "Low thinking level.", + "High thinking level." + ], + "type": "string" } }, "type": "object" @@ -1437,57 +1527,57 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingChunk": { - "description": "Grounding chunk.", + "description": "A piece of evidence that supports a claim made by the model. This is used to show a citation for a claim made by the model. When grounding is enabled, the model returns a `GroundingChunk` that contains a reference to the source of the information.", "id": "GoogleCloudAiplatformV1beta1GroundingChunk", "properties": { "maps": { "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkMaps", - "description": "Grounding chunk from Google Maps." + "description": "A grounding chunk from Google Maps. See the `Maps` message for details." }, "retrievedContext": { "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext", - "description": "Grounding chunk from context retrieved by the retrieval tools." + "description": "A grounding chunk from a data source retrieved by a retrieval tool, such as Vertex AI Search. See the `RetrievedContext` message for details" }, "web": { "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkWeb", - "description": "Grounding chunk from the web." + "description": "A grounding chunk from a web page, typically from Google Search. See the `Web` message for details." } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingChunkMaps": { - "description": "Chunk from Google Maps.", + "description": "A `Maps` chunk is a piece of evidence that comes from Google Maps. It contains information about a place, such as its name, address, and reviews. This is used to provide the user with rich, location-based information.", "id": "GoogleCloudAiplatformV1beta1GroundingChunkMaps", "properties": { "placeAnswerSources": { "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources", - "description": "Sources used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as uris to flag content." + "description": "The sources that were used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content." }, "placeId": { - "description": "This Place's resource name, in `places/{place_id}` format. Can be used to look up the Place.", + "description": "This Place's resource name, in `places/{place_id}` format. This can be used to look up the place in the Google Maps API.", "type": "string" }, "text": { - "description": "Text of the place answer.", + "description": "The text of the place answer.", "type": "string" }, "title": { - "description": "Title of the place.", + "description": "The title of the place.", "type": "string" }, "uri": { - "description": "URI reference of the place.", + "description": "The URI of the place.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources": { - "description": "Sources used to generate the place answer.", + "description": "The sources that were used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content.", "id": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources", "properties": { "reviewSnippets": { - "description": "Snippets of reviews that are used to generate the answer.", + "description": "Snippets of reviews that were used to generate the answer.", "items": { "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet" }, @@ -1497,7 +1587,7 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet": { - "description": "Encapsulates a review snippet.", + "description": "A review snippet that is used to generate the answer.", "id": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet", "properties": { "googleMapsUri": { @@ -1505,81 +1595,81 @@ "type": "string" }, "reviewId": { - "description": "Id of the review referencing the place.", + "description": "The ID of the review that is being referenced.", "type": "string" }, "title": { - "description": "Title of the review.", + "description": "The title of the review.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext": { - "description": "Chunk from context retrieved by the retrieval tools.", + "description": "Context retrieved from a data source to ground the model's response. This is used when a retrieval tool fetches information from a user-provided corpus or a public dataset.", "id": "GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext", "properties": { "documentName": { - "description": "Output only. The full document name for the referenced Vertex AI Search document.", + "description": "Output only. The full resource name of the referenced Vertex AI Search document. This is used to identify the specific document that was retrieved. The format is `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}`.", "readOnly": true, "type": "string" }, "ragChunk": { "$ref": "GoogleCloudAiplatformV1beta1RagChunk", - "description": "Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool." + "description": "Additional context for a Retrieval-Augmented Generation (RAG) retrieval result. This is populated only when the RAG retrieval tool is used." }, "text": { - "description": "Text of the attribution.", + "description": "The content of the retrieved data source.", "type": "string" }, "title": { - "description": "Title of the attribution.", + "description": "The title of the retrieved data source.", "type": "string" }, "uri": { - "description": "URI reference of the attribution.", + "description": "The URI of the retrieved data source.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingChunkWeb": { - "description": "Chunk from the web.", + "description": "A `Web` chunk is a piece of evidence that comes from a web page. It contains the URI of the web page, the title of the page, and the domain of the page. This is used to provide the user with a link to the source of the information.", "id": "GoogleCloudAiplatformV1beta1GroundingChunkWeb", "properties": { "domain": { - "description": "Domain of the (original) URI.", + "description": "The domain of the web page that contains the evidence. This can be used to filter out low-quality sources.", "type": "string" }, "title": { - "description": "Title of the chunk.", + "description": "The title of the web page that contains the evidence.", "type": "string" }, "uri": { - "description": "URI reference of the chunk.", + "description": "The URI of the web page that contains the evidence.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingMetadata": { - "description": "Metadata returned to client when grounding is enabled.", + "description": "Information about the sources that support the content of a response. When grounding is enabled, the model returns citations for claims in the response. This object contains the retrieved sources.", "id": "GoogleCloudAiplatformV1beta1GroundingMetadata", "properties": { "googleMapsWidgetContextToken": { - "description": "Optional. Output only. Resource name of the Google Maps widget context token to be used with the PlacesContextElement widget to render contextual data. This is populated only for Google Maps grounding.", + "description": "Optional. Output only. A token that can be used to render a Google Maps widget with the contextual data. This field is populated only when the grounding source is Google Maps.", "readOnly": true, "type": "string" }, "groundingChunks": { - "description": "List of supporting references retrieved from specified grounding source.", + "description": "A list of supporting references retrieved from the grounding source. This field is populated when the grounding source is Google Search, Vertex AI Search, or Google Maps.", "items": { "$ref": "GoogleCloudAiplatformV1beta1GroundingChunk" }, "type": "array" }, "groundingSupports": { - "description": "Optional. List of grounding support.", + "description": "Optional. A list of grounding supports that connect the generated content to the grounding chunks. This field is populated when the grounding source is Google Search or Vertex AI Search.", "items": { "$ref": "GoogleCloudAiplatformV1beta1GroundingSupport" }, @@ -1587,11 +1677,11 @@ }, "retrievalMetadata": { "$ref": "GoogleCloudAiplatformV1beta1RetrievalMetadata", - "description": "Optional. Output only. Retrieval metadata.", + "description": "Optional. Output only. Metadata related to the retrieval grounding source.", "readOnly": true }, "retrievalQueries": { - "description": "Optional. Queries executed by the retrieval tools.", + "description": "Optional. The queries that were executed by the retrieval tools. This field is populated only when the grounding source is a retrieval tool, such as Vertex AI Search.", "items": { "type": "string" }, @@ -1599,10 +1689,10 @@ }, "searchEntryPoint": { "$ref": "GoogleCloudAiplatformV1beta1SearchEntryPoint", - "description": "Optional. Google search entry for the following-up web searches." + "description": "Optional. A web search entry point that can be used to display search results. This field is populated only when the grounding source is Google Search." }, "sourceFlaggingUris": { - "description": "Optional. Output only. List of source flagging uris. This is currently populated only for Google Maps grounding.", + "description": "Optional. Output only. A list of URIs that can be used to flag a place or review for inappropriate content. This field is populated only when the grounding source is Google Maps.", "items": { "$ref": "GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri" }, @@ -1610,7 +1700,7 @@ "type": "array" }, "webSearchQueries": { - "description": "Optional. Web search queries for the following-up web search.", + "description": "Optional. The web search queries that were used to generate the content. This field is populated only when the grounding source is Google Search.", "items": { "type": "string" }, @@ -1620,26 +1710,26 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri": { - "description": "Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding.", + "description": "A URI that can be used to flag a place or review for inappropriate content. This is populated only when the grounding source is Google Maps.", "id": "GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri", "properties": { "flagContentUri": { - "description": "A link where users can flag a problem with the source (place or review).", + "description": "The URI that can be used to flag the content.", "type": "string" }, "sourceId": { - "description": "Id of the place or review.", + "description": "The ID of the place or review.", "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1beta1GroundingSupport": { - "description": "Grounding support.", + "description": "A collection of supporting references for a segment of the model's response.", "id": "GoogleCloudAiplatformV1beta1GroundingSupport", "properties": { "confidenceScores": { - "description": "Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. For Gemini 2.0 and before, this list must have the same size as the grounding_chunk_indices. For Gemini 2.5 and after, this list will be empty and should be ignored.", + "description": "The confidence scores for the support references. This list is parallel to the `grounding_chunk_indices` list. A score is a value between 0.0 and 1.0, with a higher score indicating a higher confidence that the reference supports the claim. For Gemini 2.0 and before, this list has the same size as `grounding_chunk_indices`. For Gemini 2.5 and later, this list is empty and should be ignored.", "items": { "format": "float", "type": "number" @@ -1647,7 +1737,7 @@ "type": "array" }, "groundingChunkIndices": { - "description": "A list of indices (into 'grounding_chunk') specifying the citations associated with the claim. For instance [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content attributed to the claim.", + "description": "A list of indices into the `grounding_chunks` field of the `GroundingMetadata` message. These indices specify which grounding chunks support the claim made in the content segment. For example, if this field has the values `[1, 3]`, it means that `grounding_chunks[1]` and `grounding_chunks[3]` are the sources for the claim in the content segment.", "items": { "format": "int32", "type": "integer" @@ -1656,35 +1746,75 @@ }, "segment": { "$ref": "GoogleCloudAiplatformV1beta1Segment", - "description": "Segment of the content this support belongs to." + "description": "The content segment that this support message applies to." } }, "type": "object" }, "GoogleCloudAiplatformV1beta1ImageConfig": { - "description": "Config for image generation features.", + "description": "Configuration for image generation. This message allows you to control various aspects of image generation, such as the output format, aspect ratio, and whether the model can generate images of people.", "id": "GoogleCloudAiplatformV1beta1ImageConfig", "properties": { "aspectRatio": { "description": "Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: \"1:1\" \"2:3\", \"3:2\" \"3:4\", \"4:3\" \"4:5\", \"5:4\" \"9:16\", \"16:9\" \"21:9\"", "type": "string" + }, + "imageOutputOptions": { + "$ref": "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions", + "description": "Optional. The image output format for generated images." + }, + "imageSize": { + "description": "Optional. Specifies the size of generated images. Supported values are `1K`, `2K`, `4K`. If not specified, the model will use default value `1K`.", + "type": "string" + }, + "personGeneration": { + "description": "Optional. Controls whether the model can generate people.", + "enum": [ + "PERSON_GENERATION_UNSPECIFIED", + "ALLOW_ALL", + "ALLOW_ADULT", + "ALLOW_NONE" + ], + "enumDescriptions": [ + "The default behavior is unspecified. The model will decide whether to generate images of people.", + "Allows the model to generate images of people, including adults and children.", + "Allows the model to generate images of adults, but not children.", + "Prevents the model from generating images of people." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions": { + "description": "The image output format for generated images.", + "id": "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions", + "properties": { + "compressionQuality": { + "description": "Optional. The compression quality of the output image.", + "format": "int32", + "type": "integer" + }, + "mimeType": { + "description": "Optional. The image format that the output should be saved as.", + "type": "string" } }, "type": "object" }, "GoogleCloudAiplatformV1beta1LogprobsResult": { - "description": "Logprobs Result", + "description": "The log probabilities of the tokens generated by the model. This is useful for understanding the model's confidence in its predictions and for debugging. For example, you can use log probabilities to identify when the model is making a less confident prediction or to explore alternative responses that the model considered. A low log probability can also indicate that the model is \"hallucinating\" or generating factually incorrect information.", "id": "GoogleCloudAiplatformV1beta1LogprobsResult", "properties": { "chosenCandidates": { - "description": "Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.", + "description": "A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in `top_candidates`.", "items": { "$ref": "GoogleCloudAiplatformV1beta1LogprobsResultCandidate" }, "type": "array" }, "topCandidates": { - "description": "Length = total number of decoding steps.", + "description": "A list of the top candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps.", "items": { "$ref": "GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates" }, @@ -1694,20 +1824,20 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1LogprobsResultCandidate": { - "description": "Candidate for the logprobs token and score.", + "description": "A single token and its associated log probability.", "id": "GoogleCloudAiplatformV1beta1LogprobsResultCandidate", "properties": { "logProbability": { - "description": "The candidate's log probability.", + "description": "The log probability of this token. A higher value indicates that the model was more confident in this token. The log probability can be used to assess the relative likelihood of different tokens and to identify when the model is uncertain.", "format": "float", "type": "number" }, "token": { - "description": "The candidate's token string value.", + "description": "The token's string representation.", "type": "string" }, "tokenId": { - "description": "The candidate's token id value.", + "description": "The token's numerical ID. While the `token` field provides the string representation of the token, the `token_id` is the numerical representation that the model uses internally. This can be useful for developers who want to build custom logic based on the model's vocabulary.", "format": "int32", "type": "integer" } @@ -1715,11 +1845,11 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates": { - "description": "Candidates with top log probabilities at each decoding step.", + "description": "A list of the top candidate tokens and their log probabilities at each decoding step. This can be used to see what other tokens the model considered.", "id": "GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates", "properties": { "candidates": { - "description": "Sorted by log probability in descending order.", + "description": "The list of candidate tokens, sorted by log probability in descending order.", "items": { "$ref": "GoogleCloudAiplatformV1beta1LogprobsResultCandidate" }, @@ -1729,11 +1859,11 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1ModalityTokenCount": { - "description": "Represents token counting info for a single modality.", + "description": "Represents a breakdown of token usage by modality. This message is used in CountTokensResponse and GenerateContentResponse.UsageMetadata to provide a detailed view of how many tokens are used by each modality (e.g., text, image, video) in a request. This is particularly useful for multimodal models, allowing you to track and manage token consumption for billing and quota purposes.", "id": "GoogleCloudAiplatformV1beta1ModalityTokenCount", "properties": { "modality": { - "description": "The modality associated with this token count.", + "description": "The modality that this token count applies to.", "enum": [ "MODALITY_UNSPECIFIED", "TEXT", @@ -1743,17 +1873,17 @@ "DOCUMENT" ], "enumDescriptions": [ - "Unspecified modality.", - "Plain text.", - "Image.", - "Video.", - "Audio.", - "Document, e.g. PDF." + "When a modality is not specified, it is treated as `TEXT`.", + "The `Part` contains plain text.", + "The `Part` contains an image.", + "The `Part` contains a video.", + "The `Part` contains audio.", + "The `Part` contains a document, such as a PDF." ], "type": "string" }, "tokenCount": { - "description": "Number of tokens.", + "description": "The number of tokens counted for this modality.", "format": "int32", "type": "integer" } @@ -1761,54 +1891,72 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1ModelArmorConfig": { - "description": "Configuration for Model Armor integrations of prompt and responses.", + "description": "Configuration for Model Armor. Model Armor is a Google Cloud service that provides safety and security filtering for prompts and responses. It helps protect your AI applications from risks such as harmful content, sensitive data leakage, and prompt injection attacks.", "id": "GoogleCloudAiplatformV1beta1ModelArmorConfig", "properties": { "promptTemplateName": { - "description": "Optional. The name of the Model Armor template to use for prompt sanitization.", + "description": "Optional. The resource name of the Model Armor template to use for prompt screening. A Model Armor template is a set of customized filters and thresholds that define how Model Armor screens content. If specified, Model Armor will use this template to check the user's prompt for safety and security risks before it is sent to the model. The name must be in the format `projects/{project}/locations/{location}/templates/{template}`.", "type": "string" }, "responseTemplateName": { - "description": "Optional. The name of the Model Armor template to use for response sanitization.", + "description": "Optional. The resource name of the Model Armor template to use for response screening. A Model Armor template is a set of customized filters and thresholds that define how Model Armor screens content. If specified, Model Armor will use this template to check the model's response for safety and security risks before it is returned to the user. The name must be in the format `projects/{project}/locations/{location}/templates/{template}`.", "type": "string" } }, "type": "object" }, + "GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig": { + "description": "Configuration for a multi-speaker text-to-speech request.", + "id": "GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig", + "properties": { + "speakerVoiceConfigs": { + "description": "Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.", + "items": { + "$ref": "GoogleCloudAiplatformV1beta1SpeakerVoiceConfig" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1beta1Part": { - "description": "A datatype containing media that is part of a multi-part `Content` message. A `Part` consists of data which has an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. A `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is filled with raw bytes.", + "description": "A datatype containing media that is part of a multi-part Content message. A `Part` consists of data which has an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. For media types that are not text, `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is filled with raw bytes.", "id": "GoogleCloudAiplatformV1beta1Part", "properties": { "codeExecutionResult": { "$ref": "GoogleCloudAiplatformV1beta1CodeExecutionResult", - "description": "Optional. Result of executing the [ExecutableCode]." + "description": "Optional. The result of executing the ExecutableCode." }, "executableCode": { "$ref": "GoogleCloudAiplatformV1beta1ExecutableCode", - "description": "Optional. Code generated by the model that is meant to be executed." + "description": "Optional. Code generated by the model that is intended to be executed." }, "fileData": { "$ref": "GoogleCloudAiplatformV1beta1FileData", - "description": "Optional. URI based data." + "description": "Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage." }, "functionCall": { "$ref": "GoogleCloudAiplatformV1beta1FunctionCall", - "description": "Optional. A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values." + "description": "Optional. A predicted function call returned from the model. This contains the name of the function to call and the arguments to pass to the function." }, "functionResponse": { "$ref": "GoogleCloudAiplatformV1beta1FunctionResponse", - "description": "Optional. The result output of a [FunctionCall] that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is used as context to the model." + "description": "Optional. The result of a function call. This is used to provide the model with the result of a function call that it predicted." }, "inlineData": { "$ref": "GoogleCloudAiplatformV1beta1Blob", - "description": "Optional. Inlined bytes data." + "description": "Optional. The inline data content of the part. This can be used to include images, audio, or video in a request." + }, + "mediaResolution": { + "$ref": "GoogleCloudAiplatformV1beta1PartMediaResolution", + "description": "per part media resolution. Media resolution for the input media." }, "text": { - "description": "Optional. Text part (can be code).", + "description": "Optional. The text content of the part.", "type": "string" }, "thought": { - "description": "Optional. Indicates if the part is thought from the model.", + "description": "Optional. Indicates whether the `part` represents the model's thought process or reasoning.", "type": "boolean" }, "thoughtSignature": { @@ -1823,12 +1971,73 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1beta1PartMediaResolution": { + "description": "per part media resolution. Media resolution for the input media.", + "id": "GoogleCloudAiplatformV1beta1PartMediaResolution", + "properties": { + "level": { + "description": "The tokenization quality used for given media.", + "enum": [ + "MEDIA_RESOLUTION_UNSPECIFIED", + "MEDIA_RESOLUTION_LOW", + "MEDIA_RESOLUTION_MEDIUM", + "MEDIA_RESOLUTION_HIGH" + ], + "enumDescriptions": [ + "Media resolution has not been set.", + "Media resolution set to low.", + "Media resolution set to medium.", + "Media resolution set to high." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudAiplatformV1beta1PartialArg": { + "description": "Partial argument value of the function call.", + "id": "GoogleCloudAiplatformV1beta1PartialArg", + "properties": { + "boolValue": { + "description": "Optional. Represents a boolean value.", + "type": "boolean" + }, + "jsonPath": { + "description": "Required. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. \"$.foo.bar[0].data\".", + "type": "string" + }, + "nullValue": { + "description": "Optional. Represents a null value.", + "enum": [ + "NULL_VALUE" + ], + "enumDescriptions": [ + "Null value." + ], + "type": "string" + }, + "numberValue": { + "description": "Optional. Represents a double value.", + "format": "double", + "type": "number" + }, + "stringValue": { + "description": "Optional. Represents a string value.", + "type": "string" + }, + "willContinue": { + "description": "Optional. Whether this is not the last part of the same json_path. If true, another PartialArg message for the current json_path is expected to follow.", + "type": "boolean" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig": { - "description": "The configuration for the prebuilt speaker to use.", + "description": "Configuration for a prebuilt voice.", "id": "GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig", "properties": { "voiceName": { - "description": "The name of the preset voice to use.", + "description": "The name of the prebuilt voice to use.", "type": "string" } }, @@ -1960,6 +2169,22 @@ }, "type": "object" }, + "GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig": { + "description": "The configuration for the replicated voice to use.", + "id": "GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig", + "properties": { + "mimeType": { + "description": "Optional. The mimetype of the voice sample. Currently only mime_type=audio/pcm is supported, which is raw mono 16-bit signed little-endian pcm data, with 24k sampling rate.", + "type": "string" + }, + "voiceSampleAudio": { + "description": "Optional. The sample of the custom voice.", + "format": "byte", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1beta1Retrieval": { "description": "Defines a retrieval tool that model can call to access external knowledge.", "id": "GoogleCloudAiplatformV1beta1Retrieval", @@ -2000,11 +2225,11 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1RetrievalMetadata": { - "description": "Metadata related to retrieval in the grounding flow.", + "description": "Metadata related to the retrieval grounding source. This is part of the `GroundingMetadata` returned when grounding is enabled.", "id": "GoogleCloudAiplatformV1beta1RetrievalMetadata", "properties": { "googleSearchDynamicRetrievalScore": { - "description": "Optional. Score indicating how likely information from Google Search could help answer the prompt. The score is in the range `[0, 1]`, where 0 is the least likely and 1 is the most likely. This score is only populated when Google Search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger Google Search.", + "description": "Optional. A score indicating how likely it is that a Google Search query could help answer the prompt. The score is in the range of `[0, 1]`. A score of 1 means the model is confident that a search will be helpful, and 0 means it is not. This score is populated only when Google Search grounding and dynamic retrieval are enabled. The score is used to determine whether to trigger a search.", "format": "float", "type": "number" } @@ -2012,16 +2237,16 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1SafetyRating": { - "description": "Safety rating corresponding to the generated content.", + "description": "A safety rating for a piece of content. The safety rating contains the harm category and the harm probability level.", "id": "GoogleCloudAiplatformV1beta1SafetyRating", "properties": { "blocked": { - "description": "Output only. Indicates whether the content was filtered out because of this rating.", + "description": "Output only. Indicates whether the content was blocked because of this rating.", "readOnly": true, "type": "boolean" }, "category": { - "description": "Output only. Harm category.", + "description": "Output only. The harm category of this rating.", "enum": [ "HARM_CATEGORY_UNSPECIFIED", "HARM_CATEGORY_HATE_SPEECH", @@ -2049,17 +2274,17 @@ false ], "enumDescriptions": [ - "The harm category is unspecified.", - "The harm category is hate speech.", - "The harm category is dangerous content.", - "The harm category is harassment.", - "The harm category is sexually explicit content.", + "Default value. This value is unused.", + "Content that promotes violence or incites hatred against individuals or groups based on certain attributes.", + "Content that promotes, facilitates, or enables dangerous activities.", + "Abusive, threatening, or content intended to bully, torment, or ridicule.", + "Content that contains sexually explicit material.", "Deprecated: Election filter is not longer supported. The harm category is civic integrity.", - "The harm category is image hate.", - "The harm category is image dangerous content.", - "The harm category is image harassment.", - "The harm category is image sexually explicit content.", - "The harm category is for jailbreak prompts." + "Images that contain hate speech.", + "Images that contain dangerous content.", + "Images that contain harassment.", + "Images that contain sexually explicit content.", + "Prompts designed to bypass safety filters." ], "readOnly": true, "type": "string" @@ -2075,18 +2300,18 @@ "OFF" ], "enumDescriptions": [ - "Unspecified harm block threshold.", - "Block low threshold and above (i.e. block more).", - "Block medium threshold and above.", - "Block only high threshold (i.e. block less).", - "Block none.", - "Turn off the safety filter." + "The harm block threshold is unspecified.", + "Block content with a low harm probability or higher.", + "Block content with a medium harm probability or higher.", + "Block content with a high harm probability.", + "Do not block any content, regardless of its harm probability.", + "Turn off the safety filter entirely." ], "readOnly": true, "type": "string" }, "probability": { - "description": "Output only. Harm probability levels in the content.", + "description": "Output only. The probability of harm for this category.", "enum": [ "HARM_PROBABILITY_UNSPECIFIED", "NEGLIGIBLE", @@ -2095,23 +2320,23 @@ "HIGH" ], "enumDescriptions": [ - "Harm probability unspecified.", - "Negligible level of harm.", - "Low level of harm.", - "Medium level of harm.", - "High level of harm." + "The harm probability is unspecified.", + "The harm probability is negligible.", + "The harm probability is low.", + "The harm probability is medium.", + "The harm probability is high." ], "readOnly": true, "type": "string" }, "probabilityScore": { - "description": "Output only. Harm probability score.", + "description": "Output only. The probability score of harm for this category.", "format": "float", "readOnly": true, "type": "number" }, "severity": { - "description": "Output only. Harm severity levels in the content.", + "description": "Output only. The severity of harm for this category.", "enum": [ "HARM_SEVERITY_UNSPECIFIED", "HARM_SEVERITY_NEGLIGIBLE", @@ -2120,17 +2345,17 @@ "HARM_SEVERITY_HIGH" ], "enumDescriptions": [ - "Harm severity unspecified.", - "Negligible level of harm severity.", - "Low level of harm severity.", - "Medium level of harm severity.", - "High level of harm severity." + "The harm severity is unspecified.", + "The harm severity is negligible.", + "The harm severity is low.", + "The harm severity is medium.", + "The harm severity is high." ], "readOnly": true, "type": "string" }, "severityScore": { - "description": "Output only. Harm severity score.", + "description": "Output only. The severity score of harm for this category.", "format": "float", "readOnly": true, "type": "number" @@ -2139,11 +2364,11 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1SafetySetting": { - "description": "Safety settings.", + "description": "A safety setting that affects the safety-blocking behavior. A SafetySetting consists of a harm category and a threshold for that category.", "id": "GoogleCloudAiplatformV1beta1SafetySetting", "properties": { "category": { - "description": "Required. Harm category.", + "description": "Required. The harm category to be blocked.", "enum": [ "HARM_CATEGORY_UNSPECIFIED", "HARM_CATEGORY_HATE_SPEECH", @@ -2171,22 +2396,22 @@ false ], "enumDescriptions": [ - "The harm category is unspecified.", - "The harm category is hate speech.", - "The harm category is dangerous content.", - "The harm category is harassment.", - "The harm category is sexually explicit content.", + "Default value. This value is unused.", + "Content that promotes violence or incites hatred against individuals or groups based on certain attributes.", + "Content that promotes, facilitates, or enables dangerous activities.", + "Abusive, threatening, or content intended to bully, torment, or ridicule.", + "Content that contains sexually explicit material.", "Deprecated: Election filter is not longer supported. The harm category is civic integrity.", - "The harm category is image hate.", - "The harm category is image dangerous content.", - "The harm category is image harassment.", - "The harm category is image sexually explicit content.", - "The harm category is for jailbreak prompts." + "Images that contain hate speech.", + "Images that contain dangerous content.", + "Images that contain harassment.", + "Images that contain sexually explicit content.", + "Prompts designed to bypass safety filters." ], "type": "string" }, "method": { - "description": "Optional. Specify if the threshold is used for probability or severity score. If not specified, the threshold is used for probability score.", + "description": "Optional. The method for blocking content. If not specified, the default behavior is to use the probability score.", "enum": [ "HARM_BLOCK_METHOD_UNSPECIFIED", "SEVERITY", @@ -2200,7 +2425,7 @@ "type": "string" }, "threshold": { - "description": "Required. The harm block threshold.", + "description": "Required. The threshold for blocking content. If the harm probability exceeds this threshold, the content will be blocked.", "enum": [ "HARM_BLOCK_THRESHOLD_UNSPECIFIED", "BLOCK_LOW_AND_ABOVE", @@ -2210,12 +2435,12 @@ "OFF" ], "enumDescriptions": [ - "Unspecified harm block threshold.", - "Block low threshold and above (i.e. block more).", - "Block medium threshold and above.", - "Block only high threshold (i.e. block less).", - "Block none.", - "Turn off the safety filter." + "The harm block threshold is unspecified.", + "Block content with a low harm probability or higher.", + "Block content with a medium harm probability or higher.", + "Block content with a high harm probability.", + "Do not block any content, regardless of its harm probability.", + "Turn off the safety filter entirely." ], "type": "string" } @@ -2376,15 +2601,15 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1SearchEntryPoint": { - "description": "Google search entry point.", + "description": "An entry point for displaying Google Search results. A `SearchEntryPoint` is populated when the grounding source for a model's response is Google Search. It provides information that you can use to display the search results in your application.", "id": "GoogleCloudAiplatformV1beta1SearchEntryPoint", "properties": { "renderedContent": { - "description": "Optional. Web content snippet that can be embedded in a web page or an app webview.", + "description": "Optional. An HTML snippet that can be embedded in a web page or an application's webview. This snippet displays a search result, including the title, URL, and a brief description of the search result.", "type": "string" }, "sdkBlob": { - "description": "Optional. Base64 encoded JSON representing array of tuple.", + "description": "Optional. A base64-encoded JSON object that contains a list of search queries and their corresponding search URLs. This information can be used to build a custom search UI.", "format": "byte", "type": "string" } @@ -2392,46 +2617,65 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1Segment": { - "description": "Segment of the content.", + "description": "A segment of the content.", "id": "GoogleCloudAiplatformV1beta1Segment", "properties": { "endIndex": { - "description": "Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.", + "description": "Output only. The end index of the segment in the `Part`, measured in bytes. This marks the end of the segment and is exclusive, meaning the segment includes content up to, but not including, the byte at this index.", "format": "int32", "readOnly": true, "type": "integer" }, "partIndex": { - "description": "Output only. The index of a Part object within its parent Content object.", + "description": "Output only. The index of the `Part` object that this segment belongs to. This is useful for associating the segment with a specific part of the content.", "format": "int32", "readOnly": true, "type": "integer" }, "startIndex": { - "description": "Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.", + "description": "Output only. The start index of the segment in the `Part`, measured in bytes. This marks the beginning of the segment and is inclusive, meaning the byte at this index is the first byte of the segment.", "format": "int32", "readOnly": true, "type": "integer" }, "text": { - "description": "Output only. The text corresponding to the segment from the response.", + "description": "Output only. The text of the segment.", "readOnly": true, "type": "string" } }, "type": "object" }, + "GoogleCloudAiplatformV1beta1SpeakerVoiceConfig": { + "description": "Configuration for a single speaker in a multi-speaker setup.", + "id": "GoogleCloudAiplatformV1beta1SpeakerVoiceConfig", + "properties": { + "speaker": { + "description": "Required. The name of the speaker. This should be the same as the speaker name used in the prompt.", + "type": "string" + }, + "voiceConfig": { + "$ref": "GoogleCloudAiplatformV1beta1VoiceConfig", + "description": "Required. The configuration for the voice of this speaker." + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1beta1SpeechConfig": { - "description": "The speech generation config.", + "description": "Configuration for speech generation.", "id": "GoogleCloudAiplatformV1beta1SpeechConfig", "properties": { "languageCode": { - "description": "Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.", + "description": "Optional. The language code (ISO 639-1) for the speech synthesis.", "type": "string" }, + "multiSpeakerVoiceConfig": { + "$ref": "GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig", + "description": "The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with `voice_config`." + }, "voiceConfig": { "$ref": "GoogleCloudAiplatformV1beta1VoiceConfig", - "description": "The configuration for the speaker to use." + "description": "The configuration for the voice to use." } }, "type": "object" @@ -2444,6 +2688,10 @@ "$ref": "GoogleCloudAiplatformV1beta1ToolCodeExecution", "description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation." }, + "computerUse": { + "$ref": "GoogleCloudAiplatformV1beta1ToolComputerUse", + "description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations." + }, "enterpriseWebSearch": { "$ref": "GoogleCloudAiplatformV1beta1EnterpriseWebSearch", "description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance." @@ -2485,6 +2733,32 @@ "properties": {}, "type": "object" }, + "GoogleCloudAiplatformV1beta1ToolComputerUse": { + "description": "Tool to support computer use.", + "id": "GoogleCloudAiplatformV1beta1ToolComputerUse", + "properties": { + "environment": { + "description": "Required. The environment being operated.", + "enum": [ + "ENVIRONMENT_UNSPECIFIED", + "ENVIRONMENT_BROWSER" + ], + "enumDescriptions": [ + "Defaults to browser.", + "Operates in a web browser." + ], + "type": "string" + }, + "excludedPredefinedFunctions": { + "description": "Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "GoogleCloudAiplatformV1beta1ToolConfig": { "description": "Tool config. This config is shared for all tools provided in the request.", "id": "GoogleCloudAiplatformV1beta1ToolConfig", @@ -2543,11 +2817,11 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1UrlContextMetadata": { - "description": "Metadata related to url context retrieval tool.", + "description": "Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL.", "id": "GoogleCloudAiplatformV1beta1UrlContextMetadata", "properties": { "urlMetadata": { - "description": "Output only. List of url context.", + "description": "Output only. A list of URL metadata, with one entry for each URL retrieved by the tool.", "items": { "$ref": "GoogleCloudAiplatformV1beta1UrlMetadata" }, @@ -2558,15 +2832,15 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1UrlMetadata": { - "description": "Context of the a single url retrieval.", + "description": "The metadata for a single URL retrieval.", "id": "GoogleCloudAiplatformV1beta1UrlMetadata", "properties": { "retrievedUrl": { - "description": "Retrieved url by the tool.", + "description": "The URL retrieved by the tool.", "type": "string" }, "urlRetrievalStatus": { - "description": "Status of the url retrieval.", + "description": "The status of the URL retrieval.", "enum": [ "URL_RETRIEVAL_STATUS_UNSPECIFIED", "URL_RETRIEVAL_STATUS_SUCCESS", @@ -2574,8 +2848,8 @@ ], "enumDescriptions": [ "Default value. This value is unused.", - "Url retrieval is successful.", - "Url retrieval is failed due to error." + "The URL was retrieved successfully.", + "The URL retrieval failed." ], "type": "string" } @@ -2689,7 +2963,7 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1VideoMetadata": { - "description": "Metadata describes the input video content.", + "description": "Provides metadata for a video, including the start and end offsets for clipping and the frame rate.", "id": "GoogleCloudAiplatformV1beta1VideoMetadata", "properties": { "endOffset": { @@ -2698,7 +2972,7 @@ "type": "string" }, "fps": { - "description": "Optional. The frame rate of the video sent to the model. If not specified, the default value will be 1.0. The fps range is (0.0, 24.0].", + "description": "Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].", "format": "double", "type": "number" }, @@ -2711,12 +2985,16 @@ "type": "object" }, "GoogleCloudAiplatformV1beta1VoiceConfig": { - "description": "The configuration for the voice to use.", + "description": "Configuration for a voice.", "id": "GoogleCloudAiplatformV1beta1VoiceConfig", "properties": { "prebuiltVoiceConfig": { "$ref": "GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig", - "description": "The configuration for the prebuilt voice to use." + "description": "The configuration for a prebuilt voice." + }, + "replicatedVoiceConfig": { + "$ref": "GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig", + "description": "Optional. The configuration for a replicated voice. This enables users to replicate a voice from an audio sample." } }, "type": "object" diff --git a/DiscoveryJson/firebasestorage.v1beta.json b/DiscoveryJson/firebasestorage.v1beta.json index 20039348860..f87b985b2f4 100644 --- a/DiscoveryJson/firebasestorage.v1beta.json +++ b/DiscoveryJson/firebasestorage.v1beta.json @@ -325,7 +325,7 @@ } } }, - "revision": "20241218", + "revision": "20251031", "rootUrl": "https://firebasestorage.googleapis.com/", "schemas": { "AddFirebaseRequest": { @@ -360,7 +360,7 @@ "type": "string" }, "name": { - "description": "Resource name of the default bucket.", + "description": "Identifier. Resource name of the default bucket.", "type": "string" }, "storageClass": { diff --git a/DiscoveryJson/firestore.v1.json b/DiscoveryJson/firestore.v1.json index f1a62f66e88..c219682054c 100644 --- a/DiscoveryJson/firestore.v1.json +++ b/DiscoveryJson/firestore.v1.json @@ -204,11 +204,6 @@ "endpointUrl": "https://firestore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://firestore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://firestore.us-south1.rep.googleapis.com/", @@ -234,6 +229,11 @@ "endpointUrl": "https://firestore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://firestore.us-west8.rep.googleapis.com/", @@ -424,11 +424,6 @@ "endpointUrl": "https://batch-firestore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://batch-firestore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-firestore.us-south1.rep.googleapis.com/", @@ -454,10 +449,35 @@ "endpointUrl": "https://batch-firestore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-firestore.us-west8.rep.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.us.rep.googleapis.com/", + "location": "us" } ], "fullyEncodeReservedExpansion": true, @@ -2003,6 +2023,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2259,7 +2284,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2391,7 +2416,7 @@ } } }, - "revision": "20250918", + "revision": "20251111", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Aggregation": { @@ -3588,8 +3613,8 @@ "description": "Immutable. The default Realtime Updates mode to use for this database.", "enum": [ "REALTIME_UPDATES_MODE_UNSPECIFIED", - "REALTIME_UPDATES_ENABLED", - "REALTIME_UPDATES_DISABLED" + "REALTIME_UPDATES_MODE_ENABLED", + "REALTIME_UPDATES_MODE_DISABLED" ], "enumDescriptions": [ "The Realtime Updates feature is not specified.", @@ -3758,7 +3783,7 @@ "id": "GoogleFirestoreAdminV1ExportDocumentsRequest", "properties": { "collectionIds": { - "description": "Which collection IDs to export. Unspecified means all collections. Each collection ID in this list must be unique.", + "description": "IDs of the collection groups to export. Unspecified means all collection groups. Each collection group in this list must be unique.", "items": { "type": "string" }, @@ -3961,7 +3986,7 @@ "id": "GoogleFirestoreAdminV1ImportDocumentsRequest", "properties": { "collectionIds": { - "description": "Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID in this list must be unique.", + "description": "IDs of the collection groups to import. Unspecified means all collection groups that were included in the export. Each collection group in this list must be unique.", "items": { "type": "string" }, @@ -4678,6 +4703,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/firestore.v1beta1.json b/DiscoveryJson/firestore.v1beta1.json index 228b0b74cda..5993a0da03a 100644 --- a/DiscoveryJson/firestore.v1beta1.json +++ b/DiscoveryJson/firestore.v1beta1.json @@ -204,11 +204,6 @@ "endpointUrl": "https://firestore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://firestore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://firestore.us-south1.rep.googleapis.com/", @@ -234,6 +229,11 @@ "endpointUrl": "https://firestore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://firestore.us-west8.rep.googleapis.com/", @@ -424,11 +424,6 @@ "endpointUrl": "https://batch-firestore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://batch-firestore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-firestore.us-south1.rep.googleapis.com/", @@ -454,10 +449,35 @@ "endpointUrl": "https://batch-firestore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-firestore.us-west8.rep.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.us.rep.googleapis.com/", + "location": "us" } ], "fullyEncodeReservedExpansion": true, @@ -1392,7 +1412,7 @@ } } }, - "revision": "20250918", + "revision": "20251014", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Aggregation": { diff --git a/DiscoveryJson/firestore.v1beta2.json b/DiscoveryJson/firestore.v1beta2.json index 6b11524dc70..872f31efbf9 100644 --- a/DiscoveryJson/firestore.v1beta2.json +++ b/DiscoveryJson/firestore.v1beta2.json @@ -204,11 +204,6 @@ "endpointUrl": "https://firestore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://firestore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://firestore.us-south1.rep.googleapis.com/", @@ -234,6 +229,11 @@ "endpointUrl": "https://firestore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://firestore.us-west8.rep.googleapis.com/", @@ -424,11 +424,6 @@ "endpointUrl": "https://batch-firestore.us-east5.rep.googleapis.com/", "location": "us-east5" }, - { - "description": "Regional Endpoint", - "endpointUrl": "https://batch-firestore.us-east7.rep.googleapis.com/", - "location": "us-east7" - }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-firestore.us-south1.rep.googleapis.com/", @@ -454,10 +449,35 @@ "endpointUrl": "https://batch-firestore.us-west4.rep.googleapis.com/", "location": "us-west4" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, { "description": "Regional Endpoint", "endpointUrl": "https://batch-firestore.us-west8.rep.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://firestore.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.eu.rep.googleapis.com/", + "location": "eu" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://batch-firestore.us.rep.googleapis.com/", + "location": "us" } ], "fullyEncodeReservedExpansion": true, @@ -857,7 +877,7 @@ } } }, - "revision": "20250918", + "revision": "20251014", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Empty": { diff --git a/DiscoveryJson/games.v1.json b/DiscoveryJson/games.v1.json index 5268db4f0df..363a9ffa29f 100644 --- a/DiscoveryJson/games.v1.json +++ b/DiscoveryJson/games.v1.json @@ -21,6 +21,7 @@ "description": "The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/games/", + "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" @@ -1469,7 +1470,7 @@ } } }, - "revision": "20250320", + "revision": "20251003", "rootUrl": "https://games.googleapis.com/", "schemas": { "AchievementDefinition": { diff --git a/DiscoveryJson/gamesConfiguration.v1configuration.json b/DiscoveryJson/gamesConfiguration.v1configuration.json index c41601778d3..d6de2280ac6 100644 --- a/DiscoveryJson/gamesConfiguration.v1configuration.json +++ b/DiscoveryJson/gamesConfiguration.v1configuration.json @@ -15,6 +15,7 @@ "description": "The Google Play Game Services Publishing API allows developers to configure their games in Game Services.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/games/", + "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" @@ -381,7 +382,7 @@ } } }, - "revision": "20250320", + "revision": "20251003", "rootUrl": "https://gamesconfiguration.googleapis.com/", "schemas": { "AchievementConfiguration": { diff --git a/DiscoveryJson/gamesManagement.v1management.json b/DiscoveryJson/gamesManagement.v1management.json index 142efed6ee0..a5615a38000 100644 --- a/DiscoveryJson/gamesManagement.v1management.json +++ b/DiscoveryJson/gamesManagement.v1management.json @@ -15,6 +15,7 @@ "description": "The Google Play Games Management API allows developers to manage resources from the Google Play Game service.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/games/", + "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" @@ -471,7 +472,7 @@ } } }, - "revision": "20250320", + "revision": "20251003", "rootUrl": "https://gamesmanagement.googleapis.com/", "schemas": { "AchievementResetAllResponse": { diff --git a/DiscoveryJson/gkebackup.v1.json b/DiscoveryJson/gkebackup.v1.json index 15ac14e0b0d..c9f9a1dcb69 100644 --- a/DiscoveryJson/gkebackup.v1.json +++ b/DiscoveryJson/gkebackup.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -614,7 +614,7 @@ ], "parameters": { "name": { - "description": "Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`", + "description": "Output only. Identifier. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/backupPlans/[^/]+$", "required": true, @@ -908,7 +908,7 @@ ], "parameters": { "name": { - "description": "Output only. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`", + "description": "Output only. Identifier. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/backupPlans/[^/]+/backups/[^/]+$", "required": true, @@ -1267,6 +1267,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1710,7 +1715,7 @@ ], "parameters": { "name": { - "description": "Output only. The full name of the RestorePlan resource. Format: `projects/*/locations/*/restorePlans/*`.", + "description": "Output only. Identifier. The full name of the RestorePlan resource. Format: `projects/*/locations/*/restorePlans/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/restorePlans/[^/]+$", "required": true, @@ -1974,7 +1979,7 @@ ], "parameters": { "name": { - "description": "Output only. The full name of the Restore resource. Format: `projects/*/locations/*/restorePlans/*/restores/*`", + "description": "Output only. Identifier. The full name of the Restore resource. Format: `projects/*/locations/*/restorePlans/*/restores/*`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/restorePlans/[^/]+/restores/[^/]+$", "required": true, @@ -2227,7 +2232,7 @@ } } }, - "revision": "20250922", + "revision": "20251027", "rootUrl": "https://gkebackup.googleapis.com/", "schemas": { "AuditConfig": { @@ -2358,7 +2363,7 @@ "type": "boolean" }, "name": { - "description": "Output only. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`", + "description": "Output only. Identifier. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*`", "readOnly": true, "type": "string" }, @@ -2655,7 +2660,7 @@ "type": "string" }, "name": { - "description": "Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`", + "description": "Output only. Identifier. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*`", "readOnly": true, "type": "string" }, @@ -3101,6 +3106,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -3729,7 +3741,7 @@ "type": "object" }, "name": { - "description": "Output only. The full name of the Restore resource. Format: `projects/*/locations/*/restorePlans/*/restores/*`", + "description": "Output only. Identifier. The full name of the Restore resource. Format: `projects/*/locations/*/restorePlans/*/restores/*`", "readOnly": true, "type": "string" }, @@ -4024,7 +4036,7 @@ "type": "object" }, "name": { - "description": "Output only. The full name of the RestorePlan resource. Format: `projects/*/locations/*/restorePlans/*`.", + "description": "Output only. Identifier. The full name of the RestorePlan resource. Format: `projects/*/locations/*/restorePlans/*`.", "readOnly": true, "type": "string" }, diff --git a/DiscoveryJson/gkehub.v1.json b/DiscoveryJson/gkehub.v1.json index 67adfc4fa5a..38b15ac342c 100644 --- a/DiscoveryJson/gkehub.v1.json +++ b/DiscoveryJson/gkehub.v1.json @@ -192,7 +192,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2122,7 +2122,7 @@ } } }, - "revision": "20250925", + "revision": "20251026", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceFeatureSpec": { @@ -3393,6 +3393,11 @@ "description": "Output only. Hierarchy Controller status", "readOnly": true }, + "kubernetesApiServerVersion": { + "description": "Output only. The Kubernetes API server version of the cluster.", + "readOnly": true, + "type": "string" + }, "membershipSpec": { "$ref": "ConfigManagementMembershipSpec", "description": "Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state", diff --git a/DiscoveryJson/gkehub.v1alpha.json b/DiscoveryJson/gkehub.v1alpha.json index b9b8b9326be..7257a95c0a0 100644 --- a/DiscoveryJson/gkehub.v1alpha.json +++ b/DiscoveryJson/gkehub.v1alpha.json @@ -192,7 +192,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1624,6 +1624,238 @@ } } }, + "rolloutSequences": { + "methods": { + "create": { + "description": "Create a new rollout sequence resource.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/rolloutSequences", + "httpMethod": "POST", + "id": "gkehub.projects.locations.rolloutSequences.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource where this rollout sequence will be created. projects/{project}/locations/{location}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "rolloutSequenceId": { + "description": "Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+parent}/rolloutSequences", + "request": { + "$ref": "RolloutSequence" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Remove a RolloutSequence.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/rolloutSequences/{rolloutSequencesId}", + "httpMethod": "DELETE", + "id": "gkehub.projects.locations.rolloutSequences.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the rollout sequence to delete. projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Retrieve a single rollout sequence.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/rolloutSequences/{rolloutSequencesId}", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rolloutSequences.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the rollout sequence to retrieve. projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "RolloutSequence" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Retrieve the list of all rollout sequences.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/rolloutSequences", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rolloutSequences.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Lists Rollout Sequences that match the filter expression, following the syntax outlined in https://google.aip.dev/160.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of rollout sequences to return. The service may return fewer than this value. If unspecified, at most 50 rollout sequences will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListRolloutSequences` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRolloutSequences` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent, which owns this collection of rollout sequences. Format: projects/{project}/locations/{location}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/rolloutSequences", + "response": { + "$ref": "ListRolloutSequencesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Update a rollout sequence.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/rolloutSequences/{rolloutSequencesId}", + "httpMethod": "PATCH", + "id": "gkehub.projects.locations.rolloutSequences.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Name of the rollout sequence in the format of: projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "request": { + "$ref": "RolloutSequence" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "rollouts": { + "methods": { + "get": { + "description": "Retrieve a single rollout.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rollouts.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the rollout to retrieve. projects/{project}/locations/{location}/rollouts/{rollout}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rollouts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+name}", + "response": { + "$ref": "Rollout" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Retrieve the list of all rollouts.", + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/rollouts", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rollouts.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Lists Rollouts that match the filter expression, following the syntax outlined in https://google.aip.dev/160.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of rollout to return. The service may return fewer than this value. If unspecified, at most 50 rollouts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous `ListRollouts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRollouts` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent, which owns this collection of rollout. Format: projects/{project}/locations/{location}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+parent}/rollouts", + "response": { + "$ref": "ListRolloutsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, "scopes": { "methods": { "create": { @@ -2266,7 +2498,7 @@ } } }, - "revision": "20250925", + "revision": "20251108", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceFeatureSpec": { @@ -2476,6 +2708,17 @@ }, "type": "object" }, + "ClusterSelector": { + "description": "Selector for clusters.", + "id": "ClusterSelector", + "properties": { + "labelSelector": { + "description": "The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels.", + "type": "string" + } + }, + "type": "object" + }, "ClusterUpgradeFleetSpec": { "description": "**ClusterUpgrade**: The configuration for the fleet-level ClusterUpgrade feature.", "id": "ClusterUpgradeFleetSpec", @@ -3722,6 +3965,11 @@ "description": "Output only. Hierarchy Controller status", "readOnly": true }, + "kubernetesApiServerVersion": { + "description": "Output only. The Kubernetes API server version of the cluster.", + "readOnly": true, + "type": "string" + }, "membershipSpec": { "$ref": "ConfigManagementMembershipSpec", "description": "Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state", @@ -4077,6 +4325,35 @@ "properties": {}, "type": "object" }, + "ExcludedCluster": { + "description": "An excluded cluster from the rollout.", + "id": "ExcludedCluster", + "properties": { + "membership": { + "description": "Output only. The name of the fleet Membership resource associated to the excluded cluster.", + "readOnly": true, + "type": "string" + }, + "reason": { + "description": "Output only. The reason for excluding the cluster from the rollout.", + "enum": [ + "REASON_UNSPECIFIED", + "EXCLUDED_BY_FILTER", + "ALREADY_UPGRADED", + "VERSION_TOO_OLD" + ], + "enumDescriptions": [ + "Default value.", + "The cluster was excluded by the rollout filter.", + "The cluster was already upgraded.", + "The cluster version is too old." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "Expr": { "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", "id": "Expr", @@ -4281,6 +4558,21 @@ }, "type": "object" }, + "FeatureUpdate": { + "description": "Feature config to use for Rollout.", + "id": "FeatureUpdate", + "properties": { + "binaryAuthorizationConfig": { + "$ref": "BinaryAuthorizationConfig", + "description": "Optional. Configuration for Binary Authorization." + }, + "securityPostureConfig": { + "$ref": "SecurityPostureConfig", + "description": "Optional. Configuration for Security Posture." + } + }, + "type": "object" + }, "Fleet": { "description": "Fleet contains the Fleet-wide metadata and configuration.", "id": "Fleet", @@ -5275,6 +5567,42 @@ }, "type": "object" }, + "ListRolloutSequencesResponse": { + "description": "Response message for listing rollout sequences.", + "id": "ListRolloutSequencesResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "rolloutSequences": { + "description": "The rollout sequences from the specified parent resource.", + "items": { + "$ref": "RolloutSequence" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListRolloutsResponse": { + "description": "Response message for listing rollouts.", + "id": "ListRolloutsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "rollouts": { + "description": "The rollouts from the specified parent resource.", + "items": { + "$ref": "Rollout" + }, + "type": "array" + } + }, + "type": "object" + }, "ListScopeNamespacesResponse": { "description": "List of fleet namespaces.", "id": "ListScopeNamespacesResponse", @@ -6651,6 +6979,331 @@ }, "type": "object" }, + "Rollout": { + "description": "Rollout contains the Rollout metadata and configuration.", + "id": "Rollout", + "properties": { + "completeTime": { + "description": "Output only. The timestamp at which the Rollout was completed.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "createTime": { + "description": "Output only. The timestamp at which the Rollout was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "deleteTime": { + "description": "Output only. The timestamp at the Rollout was deleted.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "Optional. Human readable display name of the Rollout.", + "type": "string" + }, + "etag": { + "description": "Output only. etag of the Rollout Ex. abc1234", + "readOnly": true, + "type": "string" + }, + "excludedClusters": { + "description": "Optional. Output only. The excluded clusters from the rollout.", + "items": { + "$ref": "ExcludedCluster" + }, + "readOnly": true, + "type": "array" + }, + "feature": { + "$ref": "FeatureUpdate", + "description": "Optional. Feature config to use for Rollout." + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Labels for this Rollout.", + "type": "object" + }, + "membershipStates": { + "additionalProperties": { + "$ref": "RolloutMembershipState" + }, + "description": "Output only. States of upgrading control plane or node pool targets of a single cluster (GKE Hub membership) that's part of this Rollout. The key is the membership name of the cluster. The value is the state of the cluster.", + "readOnly": true, + "type": "object" + }, + "name": { + "description": "Identifier. The full, unique resource name of this Rollout in the format of `projects/{project}/locations/global/rollouts/{rollout}`.", + "type": "string" + }, + "rolloutSequence": { + "description": "Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied this Rollout. In the format of `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user initiated rollouts.", + "type": "string" + }, + "schedule": { + "$ref": "Schedule", + "description": "Output only. The schedule of the Rollout.", + "readOnly": true + }, + "stages": { + "description": "Output only. The stages of the Rollout. Note: this is only populated for google-initiated rollouts.", + "items": { + "$ref": "RolloutStage" + }, + "readOnly": true, + "type": "array" + }, + "state": { + "description": "Output only. State specifies various states of the Rollout.", + "enum": [ + "STATE_UNSPECIFIED", + "RUNNING", + "PAUSED", + "CANCELLED", + "COMPLETED", + "SCHEDULED" + ], + "enumDescriptions": [ + "Unspecified state.", + "The Rollout is running.", + "The Rollout is paused.", + "The Rollout is in a failure terminal state.", + "The Rollout is in a terminal state.", + "The Rollout is scheduled to start." + ], + "readOnly": true, + "type": "string" + }, + "stateReason": { + "description": "Output only. A human-readable description explaining the reason for the current state.", + "readOnly": true, + "type": "string" + }, + "uid": { + "description": "Output only. Google-generated UUID for this resource. This is unique across all Rollout resources. If a Rollout resource is deleted and another resource with the same name is created, it gets a different uid.", + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. The timestamp at which the Rollout was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "versionUpgrade": { + "$ref": "VersionUpgrade", + "description": "Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only." + } + }, + "type": "object" + }, + "RolloutMembershipState": { + "description": "Metadata about single cluster (GKE Hub membership) that's part of this Rollout.", + "id": "RolloutMembershipState", + "properties": { + "lastUpdateTime": { + "description": "Optional. Output only. The time this status and any related Rollout-specific details for the membership were updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "stageAssignment": { + "description": "Output only. The stage assignment of this cluster in this rollout.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "targets": { + "description": "Output only. The targets of the rollout - clusters or node pools that are being upgraded. All targets belongs to the same cluster, identified by the membership name (key of membership_states map).", + "items": { + "$ref": "RolloutTarget" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, + "RolloutSequence": { + "description": "RolloutSequence defines the desired order of upgrades.", + "id": "RolloutSequence", + "properties": { + "createTime": { + "description": "Output only. The timestamp at which the Rollout Sequence was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "deleteTime": { + "description": "Output only. The timestamp at the Rollout Sequence was deleted.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "Optional. Human readable display name of the Rollout Sequence.", + "type": "string" + }, + "etag": { + "description": "Output only. etag of the Rollout Sequence Ex. abc1234", + "readOnly": true, + "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Labels for this Rollout Sequence.", + "type": "object" + }, + "name": { + "description": "Identifier. Name of the rollout sequence in the format of: projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME}", + "type": "string" + }, + "stages": { + "description": "Required. Ordered list of stages that constitutes this Rollout.", + "items": { + "$ref": "Stage" + }, + "type": "array" + }, + "uid": { + "description": "Output only. Google-generated UUID for this resource. This is unique across all Rollout Sequence resources. If a Rollout Sequence resource is deleted and another resource with the same name is created, it gets a different uid.", + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. The timestamp at which the Rollout Sequence was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "RolloutStage": { + "description": "Stage represents a single stage in the Rollout.", + "id": "RolloutStage", + "properties": { + "endTime": { + "description": "Optional. Output only. The time at which the wave ended.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "soakDuration": { + "description": "Optional. Duration to soak after this wave before starting the next wave.", + "format": "google-duration", + "type": "string" + }, + "stageNumber": { + "description": "Output only. The wave number to which this status applies.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "startTime": { + "description": "Optional. Output only. The time at which the wave started.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. The state of the wave.", + "enum": [ + "STATE_UNSPECIFIED", + "PENDING", + "RUNNING", + "SOAKING", + "COMPLETED", + "FORCED_SOAKING" + ], + "enumDescriptions": [ + "Default value.", + "The wave is pending.", + "The wave is running.", + "The wave is soaking.", + "The wave is completed.", + "The wave is force soaking." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "RolloutTarget": { + "description": "Metadata about the status of targets (clusters or node pools) involved in the Rollout.", + "id": "RolloutTarget", + "properties": { + "cluster": { + "description": "Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters/. I.e. for GKE clusters, it is formatted as: //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as: //edgecontainer.googleapis.com/projects//locations//clusters/.", + "readOnly": true, + "type": "string" + }, + "nodePool": { + "description": "Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters//nodePools/.", + "readOnly": true, + "type": "string" + }, + "operation": { + "description": "Optional. Output only. The operation resource name performing the mutation.", + "readOnly": true, + "type": "string" + }, + "reason": { + "description": "Optional. Output only. A human-readable description of the current status.", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. The high-level, machine-readable status of this Rollout for the target.", + "enum": [ + "STATE_UNSPECIFIED", + "PENDING", + "RUNNING", + "FAILED", + "SUCCEEDED", + "PAUSED", + "REMOVED", + "INELIGIBLE" + ], + "enumDescriptions": [ + "Unspecified state.", + "The Rollout is pending for the target.", + "The Rollout is running for the target.", + "The Rollout failed for the target.", + "The Rollout succeeded for the target.", + "The Rollout is paused for the target.", + "The target was removed from the Rollout.", + "The target is ineligible for the Rollout." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Schedule": { + "description": "Schedule represents the schedule of the Rollout.", + "id": "Schedule", + "properties": { + "waves": { + "description": "Output only. The schedule of each wave in the Rollout.", + "items": { + "$ref": "WaveSchedule" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "Scope": { "description": "Scope represents a Scope in a Fleet.", "id": "Scope", @@ -7419,6 +8072,29 @@ }, "type": "object" }, + "Stage": { + "description": "Rollout stage.", + "id": "Stage", + "properties": { + "clusterSelector": { + "$ref": "ClusterSelector", + "description": "Optional. Filter members of fleets (above) to a subset of clusters. If not specified, all clusters in the fleets are selected." + }, + "fleetProjects": { + "description": "Required. List of Fleet projects to select the clusters from. Expected format: projects/{project}", + "items": { + "type": "string" + }, + "type": "array" + }, + "soakDuration": { + "description": "Optional. Soak time after upgrading all the clusters in the stage.", + "format": "google-duration", + "type": "string" + } + }, + "type": "object" + }, "Status": { "description": "Status specifies state for the subcomponent.", "id": "Status", @@ -7560,6 +8236,58 @@ }, "type": "object" }, + "VersionUpgrade": { + "description": "Config for version upgrade of clusters.", + "id": "VersionUpgrade", + "properties": { + "desiredVersion": { + "description": "Optional. Desired version of the component.", + "type": "string" + }, + "type": { + "description": "Optional. Type of version upgrade specifies which component should be upgraded.", + "enum": [ + "TYPE_UNSPECIFIED", + "TYPE_CONTROL_PLANE", + "TYPE_NODE_POOL", + "TYPE_CONFIG_SYNC" + ], + "enumDescriptions": [ + "Default value.", + "Control plane upgrade.", + "Node pool upgrade.", + "Config Sync upgrade." + ], + "type": "string" + } + }, + "type": "object" + }, + "WaveSchedule": { + "description": "WaveSchedule represents the schedule of a single rollout wave.", + "id": "WaveSchedule", + "properties": { + "waveEndTime": { + "description": "Output only. The time at which the wave ends.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "waveNumber": { + "description": "Output only. The wave number to which this schedule applies.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "waveStartTime": { + "description": "Output only. The time at which the wave starts.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "WorkloadIdentityFeatureSpec": { "description": "**WorkloadIdentity**: Global feature specification.", "id": "WorkloadIdentityFeatureSpec", diff --git a/DiscoveryJson/gkehub.v1beta.json b/DiscoveryJson/gkehub.v1beta.json index 85ac0ac8c4c..fec73d2fbdb 100644 --- a/DiscoveryJson/gkehub.v1beta.json +++ b/DiscoveryJson/gkehub.v1beta.json @@ -192,7 +192,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1480,6 +1480,238 @@ } } }, + "rolloutSequences": { + "methods": { + "create": { + "description": "Create a new rollout sequence resource.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/rolloutSequences", + "httpMethod": "POST", + "id": "gkehub.projects.locations.rolloutSequences.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource where this rollout sequence will be created. projects/{project}/locations/{location}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "rolloutSequenceId": { + "description": "Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/", + "location": "query", + "type": "string" + } + }, + "path": "v1beta/{+parent}/rolloutSequences", + "request": { + "$ref": "RolloutSequence" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Remove a RolloutSequence.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/rolloutSequences/{rolloutSequencesId}", + "httpMethod": "DELETE", + "id": "gkehub.projects.locations.rolloutSequences.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the rollout sequence to delete. projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+name}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Retrieve a single rollout sequence.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/rolloutSequences/{rolloutSequencesId}", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rolloutSequences.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the rollout sequence to retrieve. projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+name}", + "response": { + "$ref": "RolloutSequence" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Retrieve the list of all rollout sequences.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/rolloutSequences", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rolloutSequences.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Lists Rollout Sequences that match the filter expression, following the syntax outlined in https://google.aip.dev/160.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of rollout sequences to return. The service may return fewer than this value. If unspecified, at most 50 rollout sequences will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListRolloutSequences` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRolloutSequences` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent, which owns this collection of rollout sequences. Format: projects/{project}/locations/{location}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+parent}/rolloutSequences", + "response": { + "$ref": "ListRolloutSequencesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Update a rollout sequence.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/rolloutSequences/{rolloutSequencesId}", + "httpMethod": "PATCH", + "id": "gkehub.projects.locations.rolloutSequences.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Name of the rollout sequence in the format of: projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Optional. The list of fields to update.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1beta/{+name}", + "request": { + "$ref": "RolloutSequence" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, + "rollouts": { + "methods": { + "get": { + "description": "Retrieve a single rollout.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rollouts.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the rollout to retrieve. projects/{project}/locations/{location}/rollouts/{rollout}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/rollouts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+name}", + "response": { + "$ref": "Rollout" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Retrieve the list of all rollouts.", + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/rollouts", + "httpMethod": "GET", + "id": "gkehub.projects.locations.rollouts.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Lists Rollouts that match the filter expression, following the syntax outlined in https://google.aip.dev/160.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "The maximum number of rollout to return. The service may return fewer than this value. If unspecified, at most 50 rollouts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token, received from a previous `ListRollouts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRollouts` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent, which owns this collection of rollout. Format: projects/{project}/locations/{location}", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1beta/{+parent}/rollouts", + "response": { + "$ref": "ListRolloutsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, "scopes": { "methods": { "create": { @@ -2122,7 +2354,7 @@ } } }, - "revision": "20250925", + "revision": "20251108", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceFeatureSpec": { @@ -2293,6 +2525,17 @@ "properties": {}, "type": "object" }, + "ClusterSelector": { + "description": "Selector for clusters.", + "id": "ClusterSelector", + "properties": { + "labelSelector": { + "description": "The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels.", + "type": "string" + } + }, + "type": "object" + }, "ClusterUpgradeFleetSpec": { "description": "**ClusterUpgrade**: The configuration for the fleet-level ClusterUpgrade feature.", "id": "ClusterUpgradeFleetSpec", @@ -3454,6 +3697,11 @@ "description": "Output only. Hierarchy Controller status", "readOnly": true }, + "kubernetesApiServerVersion": { + "description": "Output only. The Kubernetes API server version of the cluster.", + "readOnly": true, + "type": "string" + }, "membershipSpec": { "$ref": "ConfigManagementMembershipSpec", "description": "Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state", @@ -3809,6 +4057,35 @@ "properties": {}, "type": "object" }, + "ExcludedCluster": { + "description": "An excluded cluster from the rollout.", + "id": "ExcludedCluster", + "properties": { + "membership": { + "description": "Output only. The name of the fleet Membership resource associated to the excluded cluster.", + "readOnly": true, + "type": "string" + }, + "reason": { + "description": "Output only. The reason for excluding the cluster from the rollout.", + "enum": [ + "REASON_UNSPECIFIED", + "EXCLUDED_BY_FILTER", + "ALREADY_UPGRADED", + "VERSION_TOO_OLD" + ], + "enumDescriptions": [ + "Default value.", + "The cluster was excluded by the rollout filter.", + "The cluster was already upgraded.", + "The cluster version is too old." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "Expr": { "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", "id": "Expr", @@ -3984,6 +4261,21 @@ }, "type": "object" }, + "FeatureUpdate": { + "description": "Feature config to use for Rollout.", + "id": "FeatureUpdate", + "properties": { + "binaryAuthorizationConfig": { + "$ref": "BinaryAuthorizationConfig", + "description": "Optional. Configuration for Binary Authorization." + }, + "securityPostureConfig": { + "$ref": "SecurityPostureConfig", + "description": "Optional. Configuration for Security Posture." + } + }, + "type": "object" + }, "Fleet": { "description": "Fleet contains the Fleet-wide metadata and configuration.", "id": "Fleet", @@ -4938,6 +5230,42 @@ }, "type": "object" }, + "ListRolloutSequencesResponse": { + "description": "Response message for listing rollout sequences.", + "id": "ListRolloutSequencesResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "rolloutSequences": { + "description": "The rollout sequences from the specified parent resource.", + "items": { + "$ref": "RolloutSequence" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListRolloutsResponse": { + "description": "Response message for listing rollouts.", + "id": "ListRolloutsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "rollouts": { + "description": "The rollouts from the specified parent resource.", + "items": { + "$ref": "Rollout" + }, + "type": "array" + } + }, + "type": "object" + }, "ListScopeNamespacesResponse": { "description": "List of fleet namespaces.", "id": "ListScopeNamespacesResponse", @@ -6263,6 +6591,331 @@ }, "type": "object" }, + "Rollout": { + "description": "Rollout contains the Rollout metadata and configuration.", + "id": "Rollout", + "properties": { + "completeTime": { + "description": "Output only. The timestamp at which the Rollout was completed.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "createTime": { + "description": "Output only. The timestamp at which the Rollout was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "deleteTime": { + "description": "Output only. The timestamp at the Rollout was deleted.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "Optional. Human readable display name of the Rollout.", + "type": "string" + }, + "etag": { + "description": "Output only. etag of the Rollout Ex. abc1234", + "readOnly": true, + "type": "string" + }, + "excludedClusters": { + "description": "Optional. Output only. The excluded clusters from the rollout.", + "items": { + "$ref": "ExcludedCluster" + }, + "readOnly": true, + "type": "array" + }, + "feature": { + "$ref": "FeatureUpdate", + "description": "Optional. Feature config to use for Rollout." + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Labels for this Rollout.", + "type": "object" + }, + "membershipStates": { + "additionalProperties": { + "$ref": "RolloutMembershipState" + }, + "description": "Output only. States of upgrading control plane or node pool targets of a single cluster (GKE Hub membership) that's part of this Rollout. The key is the membership name of the cluster. The value is the state of the cluster.", + "readOnly": true, + "type": "object" + }, + "name": { + "description": "Identifier. The full, unique resource name of this Rollout in the format of `projects/{project}/locations/global/rollouts/{rollout}`.", + "type": "string" + }, + "rolloutSequence": { + "description": "Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied this Rollout. In the format of `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user initiated rollouts.", + "type": "string" + }, + "schedule": { + "$ref": "Schedule", + "description": "Output only. The schedule of the Rollout.", + "readOnly": true + }, + "stages": { + "description": "Output only. The stages of the Rollout. Note: this is only populated for google-initiated rollouts.", + "items": { + "$ref": "RolloutStage" + }, + "readOnly": true, + "type": "array" + }, + "state": { + "description": "Output only. State specifies various states of the Rollout.", + "enum": [ + "STATE_UNSPECIFIED", + "RUNNING", + "PAUSED", + "CANCELLED", + "COMPLETED", + "SCHEDULED" + ], + "enumDescriptions": [ + "Unspecified state.", + "The Rollout is running.", + "The Rollout is paused.", + "The Rollout is in a failure terminal state.", + "The Rollout is in a terminal state.", + "The Rollout is scheduled to start." + ], + "readOnly": true, + "type": "string" + }, + "stateReason": { + "description": "Output only. A human-readable description explaining the reason for the current state.", + "readOnly": true, + "type": "string" + }, + "uid": { + "description": "Output only. Google-generated UUID for this resource. This is unique across all Rollout resources. If a Rollout resource is deleted and another resource with the same name is created, it gets a different uid.", + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. The timestamp at which the Rollout was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "versionUpgrade": { + "$ref": "VersionUpgrade", + "description": "Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only." + } + }, + "type": "object" + }, + "RolloutMembershipState": { + "description": "Metadata about single cluster (GKE Hub membership) that's part of this Rollout.", + "id": "RolloutMembershipState", + "properties": { + "lastUpdateTime": { + "description": "Optional. Output only. The time this status and any related Rollout-specific details for the membership were updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "stageAssignment": { + "description": "Output only. The stage assignment of this cluster in this rollout.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "targets": { + "description": "Output only. The targets of the rollout - clusters or node pools that are being upgraded. All targets belongs to the same cluster, identified by the membership name (key of membership_states map).", + "items": { + "$ref": "RolloutTarget" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, + "RolloutSequence": { + "description": "RolloutSequence defines the desired order of upgrades.", + "id": "RolloutSequence", + "properties": { + "createTime": { + "description": "Output only. The timestamp at which the Rollout Sequence was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "deleteTime": { + "description": "Output only. The timestamp at the Rollout Sequence was deleted.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "displayName": { + "description": "Optional. Human readable display name of the Rollout Sequence.", + "type": "string" + }, + "etag": { + "description": "Output only. etag of the Rollout Sequence Ex. abc1234", + "readOnly": true, + "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Labels for this Rollout Sequence.", + "type": "object" + }, + "name": { + "description": "Identifier. Name of the rollout sequence in the format of: projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME}", + "type": "string" + }, + "stages": { + "description": "Required. Ordered list of stages that constitutes this Rollout.", + "items": { + "$ref": "Stage" + }, + "type": "array" + }, + "uid": { + "description": "Output only. Google-generated UUID for this resource. This is unique across all Rollout Sequence resources. If a Rollout Sequence resource is deleted and another resource with the same name is created, it gets a different uid.", + "readOnly": true, + "type": "string" + }, + "updateTime": { + "description": "Output only. The timestamp at which the Rollout Sequence was last updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "RolloutStage": { + "description": "Stage represents a single stage in the Rollout.", + "id": "RolloutStage", + "properties": { + "endTime": { + "description": "Optional. Output only. The time at which the wave ended.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "soakDuration": { + "description": "Optional. Duration to soak after this wave before starting the next wave.", + "format": "google-duration", + "type": "string" + }, + "stageNumber": { + "description": "Output only. The wave number to which this status applies.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "startTime": { + "description": "Optional. Output only. The time at which the wave started.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. The state of the wave.", + "enum": [ + "STATE_UNSPECIFIED", + "PENDING", + "RUNNING", + "SOAKING", + "COMPLETED", + "FORCED_SOAKING" + ], + "enumDescriptions": [ + "Default value.", + "The wave is pending.", + "The wave is running.", + "The wave is soaking.", + "The wave is completed.", + "The wave is force soaking." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "RolloutTarget": { + "description": "Metadata about the status of targets (clusters or node pools) involved in the Rollout.", + "id": "RolloutTarget", + "properties": { + "cluster": { + "description": "Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters/. I.e. for GKE clusters, it is formatted as: //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as: //edgecontainer.googleapis.com/projects//locations//clusters/.", + "readOnly": true, + "type": "string" + }, + "nodePool": { + "description": "Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters//nodePools/.", + "readOnly": true, + "type": "string" + }, + "operation": { + "description": "Optional. Output only. The operation resource name performing the mutation.", + "readOnly": true, + "type": "string" + }, + "reason": { + "description": "Optional. Output only. A human-readable description of the current status.", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. The high-level, machine-readable status of this Rollout for the target.", + "enum": [ + "STATE_UNSPECIFIED", + "PENDING", + "RUNNING", + "FAILED", + "SUCCEEDED", + "PAUSED", + "REMOVED", + "INELIGIBLE" + ], + "enumDescriptions": [ + "Unspecified state.", + "The Rollout is pending for the target.", + "The Rollout is running for the target.", + "The Rollout failed for the target.", + "The Rollout succeeded for the target.", + "The Rollout is paused for the target.", + "The target was removed from the Rollout.", + "The target is ineligible for the Rollout." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "Schedule": { + "description": "Schedule represents the schedule of the Rollout.", + "id": "Schedule", + "properties": { + "waves": { + "description": "Output only. The schedule of each wave in the Rollout.", + "items": { + "$ref": "WaveSchedule" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "Scope": { "description": "Scope represents a Scope in a Fleet.", "id": "Scope", @@ -6749,6 +7402,29 @@ }, "type": "object" }, + "Stage": { + "description": "Rollout stage.", + "id": "Stage", + "properties": { + "clusterSelector": { + "$ref": "ClusterSelector", + "description": "Optional. Filter members of fleets (above) to a subset of clusters. If not specified, all clusters in the fleets are selected." + }, + "fleetProjects": { + "description": "Required. List of Fleet projects to select the clusters from. Expected format: projects/{project}", + "items": { + "type": "string" + }, + "type": "array" + }, + "soakDuration": { + "description": "Optional. Soak time after upgrading all the clusters in the stage.", + "format": "google-duration", + "type": "string" + } + }, + "type": "object" + }, "Status": { "description": "Status specifies state for the subcomponent.", "id": "Status", @@ -6818,6 +7494,58 @@ } }, "type": "object" + }, + "VersionUpgrade": { + "description": "Config for version upgrade of clusters.", + "id": "VersionUpgrade", + "properties": { + "desiredVersion": { + "description": "Optional. Desired version of the component.", + "type": "string" + }, + "type": { + "description": "Optional. Type of version upgrade specifies which component should be upgraded.", + "enum": [ + "TYPE_UNSPECIFIED", + "TYPE_CONTROL_PLANE", + "TYPE_NODE_POOL", + "TYPE_CONFIG_SYNC" + ], + "enumDescriptions": [ + "Default value.", + "Control plane upgrade.", + "Node pool upgrade.", + "Config Sync upgrade." + ], + "type": "string" + } + }, + "type": "object" + }, + "WaveSchedule": { + "description": "WaveSchedule represents the schedule of a single rollout wave.", + "id": "WaveSchedule", + "properties": { + "waveEndTime": { + "description": "Output only. The time at which the wave ends.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "waveNumber": { + "description": "Output only. The wave number to which this schedule applies.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "waveStartTime": { + "description": "Output only. The time at which the wave starts.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" } }, "servicePath": "", diff --git a/DiscoveryJson/gkehub.v1beta1.json b/DiscoveryJson/gkehub.v1beta1.json index 443cc144ce3..05db89844c5 100644 --- a/DiscoveryJson/gkehub.v1beta1.json +++ b/DiscoveryJson/gkehub.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -723,7 +723,7 @@ } } }, - "revision": "20250925", + "revision": "20251026", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "ApplianceCluster": { diff --git a/DiscoveryJson/gkehub.v2.json b/DiscoveryJson/gkehub.v2.json index 54c990521ed..958b86209a0 100644 --- a/DiscoveryJson/gkehub.v2.json +++ b/DiscoveryJson/gkehub.v2.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -482,7 +482,7 @@ } } }, - "revision": "20250925", + "revision": "20251026", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceState": { @@ -1643,6 +1643,11 @@ "description": "Output only. Hierarchy Controller status.", "readOnly": true }, + "kubernetesApiServerVersion": { + "description": "Output only. The Kubernetes API server version of the cluster.", + "readOnly": true, + "type": "string" + }, "membershipSpec": { "$ref": "ConfigManagementSpec", "description": "Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state.", diff --git a/DiscoveryJson/gkehub.v2alpha.json b/DiscoveryJson/gkehub.v2alpha.json index 05008ca2bbd..b044542bb8f 100644 --- a/DiscoveryJson/gkehub.v2alpha.json +++ b/DiscoveryJson/gkehub.v2alpha.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -482,7 +482,7 @@ } } }, - "revision": "20250925", + "revision": "20251026", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceState": { @@ -1643,6 +1643,11 @@ "description": "Output only. Hierarchy Controller status.", "readOnly": true }, + "kubernetesApiServerVersion": { + "description": "Output only. The Kubernetes API server version of the cluster.", + "readOnly": true, + "type": "string" + }, "membershipSpec": { "$ref": "ConfigManagementSpec", "description": "Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state.", diff --git a/DiscoveryJson/gkehub.v2beta.json b/DiscoveryJson/gkehub.v2beta.json index 0a45e694f00..bd416b14ea4 100644 --- a/DiscoveryJson/gkehub.v2beta.json +++ b/DiscoveryJson/gkehub.v2beta.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -482,7 +482,7 @@ } } }, - "revision": "20250925", + "revision": "20251026", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceState": { @@ -1643,6 +1643,11 @@ "description": "Output only. Hierarchy Controller status.", "readOnly": true }, + "kubernetesApiServerVersion": { + "description": "Output only. The Kubernetes API server version of the cluster.", + "readOnly": true, + "type": "string" + }, "membershipSpec": { "$ref": "ConfigManagementSpec", "description": "Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state.", diff --git a/DiscoveryJson/gkeonprem.v1.json b/DiscoveryJson/gkeonprem.v1.json index c61d36bbec8..2d52c3219ea 100644 --- a/DiscoveryJson/gkeonprem.v1.json +++ b/DiscoveryJson/gkeonprem.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -618,6 +618,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1514,6 +1519,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1586,6 +1596,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1711,6 +1726,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1746,6 +1766,12 @@ "required": true, "type": "string" }, + "skipValidations": { + "description": "Optional. If set, skip the specified validations.", + "location": "query", + "repeated": true, + "type": "string" + }, "validateOnly": { "description": "Validate the request without actually doing any updates.", "location": "query", @@ -1944,6 +1970,12 @@ "required": true, "type": "string" }, + "skipValidations": { + "description": "Optional. If set, the server-side preflight checks will be skipped.", + "location": "query", + "repeated": true, + "type": "string" + }, "updateMask": { "description": "Required. Field mask is used to specify the fields to be overwritten in the VMwareAdminCluster 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 populated fields in the VmwareAdminCluster message will be updated. Empty fields will be ignored unless a field mask is used.", "format": "google-fieldmask", @@ -2128,6 +2160,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2165,6 +2202,12 @@ "required": true, "type": "string" }, + "skipValidations": { + "description": "Optional. List of validations to skip during cluster creation.", + "location": "query", + "repeated": true, + "type": "string" + }, "validateOnly": { "description": "Validate the request without actually doing any updates.", "location": "query", @@ -2418,6 +2461,11 @@ "required": true, "type": "string" }, + "skipValidations": { + "location": "query", + "repeated": true, + "type": "string" + }, "updateMask": { "description": "Required. Field mask is used to specify the fields to be overwritten in the VMwareCluster 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 populated fields in the VmwareCluster message will be updated. Empty fields will be ignored unless a field mask is used.", "format": "google-fieldmask", @@ -2642,6 +2690,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -3084,6 +3137,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -3105,7 +3163,7 @@ } } }, - "revision": "20250908", + "revision": "20251105", "rootUrl": "https://gkeonprem.googleapis.com/", "schemas": { "Authorization": { @@ -3137,6 +3195,59 @@ }, "type": "object" }, + "BareMetalAdminBgpLbConfig": { + "description": "BareMetalAdminBgpLbConfig represents configuration parameters for a Border Gateway Protocol (BGP) load balancer.", + "id": "BareMetalAdminBgpLbConfig", + "properties": { + "addressPools": { + "description": "Required. AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.", + "items": { + "$ref": "BareMetalAdminLoadBalancerAddressPool" + }, + "type": "array" + }, + "asn": { + "description": "Required. BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.", + "format": "int64", + "type": "string" + }, + "bgpPeerConfigs": { + "description": "Required. The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.", + "items": { + "$ref": "BareMetalAdminBgpPeerConfig" + }, + "type": "array" + }, + "loadBalancerNodePoolConfig": { + "$ref": "BareMetalAdminLoadBalancerNodePoolConfig", + "description": "Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing." + } + }, + "type": "object" + }, + "BareMetalAdminBgpPeerConfig": { + "description": "BareMetalAdminBgpPeerConfig represents configuration parameters for a Border Gateway Protocol (BGP) peer.", + "id": "BareMetalAdminBgpPeerConfig", + "properties": { + "asn": { + "description": "Required. BGP autonomous system number (ASN) for the network that contains the external peer device.", + "format": "int64", + "type": "string" + }, + "controlPlaneNodes": { + "description": "The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.", + "items": { + "type": "string" + }, + "type": "array" + }, + "ipAddress": { + "description": "Required. The IP address of the external peer device.", + "type": "string" + } + }, + "type": "object" + }, "BareMetalAdminCluster": { "description": "Resource that represents a bare metal admin cluster.", "id": "BareMetalAdminCluster", @@ -3384,10 +3495,40 @@ }, "type": "object" }, + "BareMetalAdminLoadBalancerAddressPool": { + "description": "Represents an IP pool used by the load balancer.", + "id": "BareMetalAdminLoadBalancerAddressPool", + "properties": { + "addresses": { + "description": "Required. The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).", + "items": { + "type": "string" + }, + "type": "array" + }, + "avoidBuggyIps": { + "description": "If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.", + "type": "boolean" + }, + "manualAssign": { + "description": "If true, prevent IP addresses from being automatically assigned.", + "type": "boolean" + }, + "pool": { + "description": "Required. The name of the address pool.", + "type": "string" + } + }, + "type": "object" + }, "BareMetalAdminLoadBalancerConfig": { "description": "BareMetalAdminLoadBalancerConfig specifies the load balancer configuration.", "id": "BareMetalAdminLoadBalancerConfig", "properties": { + "bgpLbConfig": { + "$ref": "BareMetalAdminBgpLbConfig", + "description": "Configuration for BGP typed load balancers." + }, "manualLbConfig": { "$ref": "BareMetalAdminManualLbConfig", "description": "Manually configured load balancers." @@ -3403,6 +3544,17 @@ }, "type": "object" }, + "BareMetalAdminLoadBalancerNodePoolConfig": { + "description": "Specifies the load balancer's node pool configuration.", + "id": "BareMetalAdminLoadBalancerNodePoolConfig", + "properties": { + "nodePoolConfig": { + "$ref": "BareMetalNodePoolConfig", + "description": "The generic configuration for a node pool running a load balancer." + } + }, + "type": "object" + }, "BareMetalAdminMachineDrainStatus": { "description": "BareMetalAdminMachineDrainStatus represents the status of bare metal node machines that are undergoing drain operations.", "id": "BareMetalAdminMachineDrainStatus", @@ -3460,13 +3612,32 @@ }, "type": "object" }, + "BareMetalAdminMultipleNetworkInterfacesConfig": { + "description": "Specifies the multiple networking interfaces cluster configuration.", + "id": "BareMetalAdminMultipleNetworkInterfacesConfig", + "properties": { + "enabled": { + "description": "Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.", + "type": "boolean" + } + }, + "type": "object" + }, "BareMetalAdminNetworkConfig": { "description": "BareMetalAdminNetworkConfig specifies the cluster network configuration.", "id": "BareMetalAdminNetworkConfig", "properties": { + "advancedNetworking": { + "description": "Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.", + "type": "boolean" + }, "islandModeCidr": { "$ref": "BareMetalAdminIslandModeCidrConfig", "description": "Configuration for Island mode CIDR." + }, + "multipleNetworkInterfacesConfig": { + "$ref": "BareMetalAdminMultipleNetworkInterfacesConfig", + "description": "Configuration for multiple network interfaces." } }, "type": "object" @@ -4797,6 +4968,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/gmail.v1.json b/DiscoveryJson/gmail.v1.json index 5406d9b32d4..2928d82f94e 100644 --- a/DiscoveryJson/gmail.v1.json +++ b/DiscoveryJson/gmail.v1.json @@ -3077,7 +3077,7 @@ } } }, - "revision": "20250630", + "revision": "20251110", "rootUrl": "https://gmail.googleapis.com/", "schemas": { "AutoForwarding": { @@ -3153,6 +3153,39 @@ }, "type": "object" }, + "ClassificationLabelFieldValue": { + "description": "Field values for a classification label.", + "id": "ClassificationLabelFieldValue", + "properties": { + "fieldId": { + "description": "Required. The field ID for the Classification Label Value. Maps to the ID field of the Google Drive `Label.Field` object.", + "type": "string" + }, + "selection": { + "description": "Selection choice ID for the selection option. Should only be set if the field type is `SELECTION` in the Google Drive `Label.Field` object. Maps to the id field of the Google Drive `Label.Field.SelectionOptions` resource.", + "type": "string" + } + }, + "type": "object" + }, + "ClassificationLabelValue": { + "description": "Classification Labels applied to the email message. Classification Labels are different from Gmail inbox labels. Only used for Google Workspace accounts. [Learn more about classification labels](https://support.google.com/a/answer/9292382).", + "id": "ClassificationLabelValue", + "properties": { + "fields": { + "description": "Field values for the given classification label ID.", + "items": { + "$ref": "ClassificationLabelFieldValue" + }, + "type": "array" + }, + "labelId": { + "description": "Required. The canonical or raw alphanumeric classification label ID. Maps to the ID field of the Google Drive Label resource.", + "type": "string" + } + }, + "type": "object" + }, "CseIdentity": { "description": "The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages. For administrators managing identities and keypairs for users in their organization, requests require authorization with a [service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) that has [domain-wide delegation authority](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority) to impersonate users with the `https://www.googleapis.com/auth/gmail.settings.basic` scope. For users managing their own identities and keypairs, requests require [hardware key encryption](https://support.google.com/a/answer/14153163) turned on and configured.", "id": "CseIdentity", @@ -3925,6 +3958,13 @@ "description": "An email message.", "id": "Message", "properties": { + "classificationLabelValues": { + "description": "Classification Label values on the message. Available Classification Label schemas can be queried using the Google Drive Labels API. Each classification label ID must be unique. If duplicate IDs are provided, only one will be retained, and the selection is arbitrary. Only used for Google Workspace accounts.", + "items": { + "$ref": "ClassificationLabelValue" + }, + "type": "array" + }, "historyId": { "description": "The ID of the last history record that modified this message.", "format": "uint64", diff --git a/DiscoveryJson/healthcare.v1.json b/DiscoveryJson/healthcare.v1.json index 1c67929f747..51f3cda55d9 100644 --- a/DiscoveryJson/healthcare.v1.json +++ b/DiscoveryJson/healthcare.v1.json @@ -148,7 +148,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2032,7 +2032,7 @@ ], "parameters": { "dicomWebPath": { - "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", + "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", "location": "path", "pattern": "^instances$", "required": true, @@ -2490,7 +2490,7 @@ ], "parameters": { "dicomWebPath": { - "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", + "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", "location": "path", "pattern": "^studies/[^/]+/instances$", "required": true, @@ -2701,7 +2701,7 @@ ], "parameters": { "dicomWebPath": { - "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", + "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", "location": "path", "pattern": "^studies/[^/]+/series/[^/]+/instances$", "required": true, @@ -3081,7 +3081,7 @@ "type": "string" }, "organizeOutputBy": { - "description": "Optional. Required. The FHIR resource type used to organize exported resources. Only supports \"Patient\". When organized by Patient resource, output files are grouped as follows: * Patient file(s) containing the Patient resources. Each Patient is sequentially followed by all resources the Patient references, and all resources that reference the Patient (equivalent to a GetPatientEverything request). * Individual files grouped by resource type for resources in the Group's member field and the Group resource itself. Resources may be duplicated across multiple Patients. For example, if two Patient resources reference the same Organization resource, it will appear twice, once after each Patient. The Group resource from the request does not appear in the Patient files.", + "description": "Required. The FHIR resource type used to organize exported resources. Only supports \"Patient\". When organized by Patient resource, output files are grouped as follows: * Patient file(s) containing the Patient resources. Each Patient is sequentially followed by all resources the Patient references, and all resources that reference the Patient (equivalent to a GetPatientEverything request). * Individual files grouped by resource type for resources in the Group's member field and the Group resource itself. Resources may be duplicated across multiple Patients. For example, if two Patient resources reference the same Organization resource, it will appear twice, once after each Patient. The Group resource from the request does not appear in the Patient files.", "location": "query", "type": "string" }, @@ -3221,7 +3221,7 @@ ] }, "export": { - "description": "Export resources from the FHIR store to the specified destination. This method returns an Operation that can be used to track the status of the export by calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.", + "description": "Export resources from the FHIR store to the specified destination. This method returns an Operation that can be used to track the status of the export by calling GetOperation. To improve performance, it is recommended to make the `type` filter as specific as possible, including only the resource types that are absolutely needed. This minimizes the size of the initial dataset to be processed and is the most effective way to improve performance. While post-filters like `_since` are useful for refining results, they do not speed up the initial data retrieval phase, which is primarily governed by the `type` filter. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}:export", "httpMethod": "POST", "id": "healthcare.projects.locations.datasets.fhirStores.export", @@ -3930,7 +3930,7 @@ ] }, "conditionalPatch": { - "description": "If a resource is found with the identifier specified in the query parameters, updates part of that resource by applying the operations specified in a [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR standard conditional patch interaction, limited to searching by resource identifier. DSTU2 doesn't define a conditional patch method, but the server supports it in the same way it supports STU3. Search term for identifier should be in the pattern `identifier=system|value` or `identifier=value` - similar to the `search` method on resources with a specific identifier. If the search criteria identify more than one match, the request returns a `412 Precondition Failed` error. The request body must contain a JSON Patch document, and the request headers must contain `Content-Type: application/json-patch+json`. On success, the response body contains a JSON-encoded representation of the updated resource, including the server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. For samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).", + "description": "If a resource is found with the identifier specified in the query parameters, updates part of that resource by applying the operations specified in a [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR standard conditional patch interaction, limited to searching by resource identifier. DSTU2 doesn't define a conditional patch method, but the server supports it in the same way it supports STU3. Search term for identifier should be in the pattern `identifier=system|value` or `identifier=value` - similar to the `search` method on resources with a specific identifier. If the search criteria identify more than one match, the request returns a `412 Precondition Failed` error. If the search criteria doesn't identify any matches, the request returns a `404 Not Found` error. The request body must contain a JSON Patch document, and the request headers must contain `Content-Type: application/json-patch+json`. On success, the response body contains a JSON-encoded representation of the updated resource, including the server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. For samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}/fhir/{fhirId}", "httpMethod": "PATCH", "id": "healthcare.projects.locations.datasets.fhirStores.fhir.conditionalPatch", @@ -5075,6 +5075,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -5132,7 +5137,7 @@ } } }, - "revision": "20250923", + "revision": "20251022", "rootUrl": "https://healthcare.googleapis.com/", "schemas": { "AccessDeterminationLogConfig": { @@ -6834,6 +6839,11 @@ "description": "The total amount of structured storage used by FHIR resources of this resource type in the store.", "format": "int64", "type": "string" + }, + "versionedStorageSizeBytes": { + "description": "The total amount of versioned storage used by versioned FHIR resources of this resource type in the store.", + "format": "int64", + "type": "string" } }, "type": "object" @@ -7711,6 +7721,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/healthcare.v1beta1.json b/DiscoveryJson/healthcare.v1beta1.json index 55b6b7fa4d2..d9a9a7b8d10 100644 --- a/DiscoveryJson/healthcare.v1beta1.json +++ b/DiscoveryJson/healthcare.v1beta1.json @@ -148,7 +148,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2032,7 +2032,7 @@ ], "parameters": { "dicomWebPath": { - "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", + "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", "location": "path", "pattern": "^instances$", "required": true, @@ -2527,7 +2527,7 @@ ], "parameters": { "dicomWebPath": { - "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", + "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", "location": "path", "pattern": "^studies/[^/]+/instances$", "required": true, @@ -2812,7 +2812,7 @@ ], "parameters": { "dicomWebPath": { - "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", + "description": "Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.", "location": "path", "pattern": "^studies/[^/]+/series/[^/]+/instances$", "required": true, @@ -3266,7 +3266,7 @@ "type": "string" }, "organizeOutputBy": { - "description": "Optional. Required. The FHIR resource type used to organize exported resources. Only supports \"Patient\". When organized by Patient resource, output files are grouped as follows: * Patient file(s) containing the Patient resources. Each Patient is sequentially followed by all resources the Patient references, and all resources that reference the Patient (equivalent to a GetPatientEverything request). * Individual files grouped by resource type for resources in the Group's member field and the Group resource itself. Resources may be duplicated across multiple Patients. For example, if two Patient resources reference the same Organization resource, it will appear twice, once after each Patient. The Group resource from the request does not appear in the Patient files.", + "description": "Required. The FHIR resource type used to organize exported resources. Only supports \"Patient\". When organized by Patient resource, output files are grouped as follows: * Patient file(s) containing the Patient resources. Each Patient is sequentially followed by all resources the Patient references, and all resources that reference the Patient (equivalent to a GetPatientEverything request). * Individual files grouped by resource type for resources in the Group's member field and the Group resource itself. Resources may be duplicated across multiple Patients. For example, if two Patient resources reference the same Organization resource, it will appear twice, once after each Patient. The Group resource from the request does not appear in the Patient files.", "location": "query", "type": "string" }, @@ -3435,7 +3435,7 @@ ] }, "export": { - "description": "Export resources from the FHIR store to the specified destination. This method returns an Operation that can be used to track the status of the export by calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.", + "description": "Export resources from the FHIR store to the specified destination. This method returns an Operation that can be used to track the status of the export by calling GetOperation. To improve performance, it is recommended to make the `type` filter as specific as possible, including only the resource types that are absolutely needed. This minimizes the size of the initial dataset to be processed and is the most effective way to improve performance. While post-filters like `_since` are useful for refining results, they do not speed up the initial data retrieval phase, which is primarily governed by the `type` filter. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}:export", "httpMethod": "POST", "id": "healthcare.projects.locations.datasets.fhirStores.export", @@ -3606,7 +3606,7 @@ ] }, "importHistory": { - "description": "Import resource historical versions from Cloud Storage source to destination fhir store. The exported resource, along with previous versions, will be exported in one or more FHIR history bundles. This method returns an Operation that can be used to track the status of the export by calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type ImportResourcesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.", + "description": "Import resource historical versions from Cloud Storage source to destination fhir store. The exported resource, along with previous versions, will be exported in one or more FHIR history bundles. This method returns an Operation that can be used to track the status of the import by calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed response of type ImportResourcesResponse is returned in the response field. The metadata field type for this operation is OperationMetadata.", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}:importHistory", "httpMethod": "POST", "id": "healthcare.projects.locations.datasets.fhirStores.importHistory", @@ -4424,7 +4424,7 @@ ] }, "conditionalPatch": { - "description": "If a resource is found based on the search criteria specified in the query parameters, updates part of that resource by applying the operations specified in a [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR standard conditional patch interaction ([STU3](https://hl7.org/fhir/STU3/http.html#patch), [R4](https://hl7.org/fhir/R4/http.html#patch), [R5](https://hl7.org/fhir/R5/http.html#patch)). DSTU2 doesn't define a conditional patch method, but the server supports it in the same way it supports STU3. Search terms are provided as query parameters following the same pattern as the search method. If the search criteria identify more than one match, the request returns a `412 Precondition Failed` error. The request body must contain a JSON Patch document, and the request headers must contain `Content-Type: application/json-patch+json`. On success, the response body contains a JSON-encoded representation of the updated resource, including the server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. This method requires the`healthcare.fhirStores.searchResources` permission on the parent FHIR store and the `healthcare.fhirResources.patch` permission on the requested FHIR store resource. For samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).", + "description": "If a resource is found based on the search criteria specified in the query parameters, updates part of that resource by applying the operations specified in a [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR standard conditional patch interaction ([STU3](https://hl7.org/fhir/STU3/http.html#patch), [R4](https://hl7.org/fhir/R4/http.html#patch), [R5](https://hl7.org/fhir/R5/http.html#patch)). DSTU2 doesn't define a conditional patch method, but the server supports it in the same way it supports STU3. Search terms are provided as query parameters following the same pattern as the search method. If the search criteria identify more than one match, the request returns a `412 Precondition Failed` error. If the search criteria doesn't identify any matches, the request returns a `404 Not Found` error. The request body must contain a JSON Patch document, and the request headers must contain `Content-Type: application/json-patch+json`. On success, the response body contains a JSON-encoded representation of the updated resource, including the server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. This method requires the`healthcare.fhirStores.searchResources` permission on the parent FHIR store and the `healthcare.fhirResources.patch` permission on the requested FHIR store resource. For samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).", "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}/fhir/{fhirId}", "httpMethod": "PATCH", "id": "healthcare.projects.locations.datasets.fhirStores.fhir.conditionalPatch", @@ -5622,6 +5622,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -5679,7 +5684,7 @@ } } }, - "revision": "20250923", + "revision": "20251022", "rootUrl": "https://healthcare.googleapis.com/", "schemas": { "AccessDeterminationLogConfig": { @@ -7651,6 +7656,11 @@ "description": "The total amount of structured storage used by FHIR resources of this resource type in the store.", "format": "int64", "type": "string" + }, + "versionedStorageSizeBytes": { + "description": "The total amount of versioned storage used by versioned FHIR resources of this resource type in the store.", + "format": "int64", + "type": "string" } }, "type": "object" @@ -8697,6 +8707,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/iam.v1.json b/DiscoveryJson/iam.v1.json index 328fdde5132..c22504922da 100644 --- a/DiscoveryJson/iam.v1.json +++ b/DiscoveryJson/iam.v1.json @@ -905,6 +905,11 @@ "name" ], "parameters": { + "hardDelete": { + "description": "Optional. Deletes the SCIM tenant immediately. This operation cannot be undone.", + "location": "query", + "type": "boolean" + }, "name": { "description": "Required. Agentspace only. The name of the scim tenant to delete. Format: `locations/{location}/workforcePools/{workforce_pool}/providers/{provider}/scimTenants/{scim_tenant}`", "location": "path", @@ -4155,7 +4160,7 @@ } } }, - "revision": "20250925", + "revision": "20251010", "rootUrl": "https://iam.googleapis.com/", "schemas": { "AccessRestrictions": { @@ -6347,6 +6352,18 @@ "$ref": "GoogleIamAdminV1WorkforcePoolProviderSaml", "description": "A SAML identity provider configuration." }, + "scimUsage": { + "description": "Optional. Agentspace only. Specifies whether the workforce identity pool provider uses SCIM-managed groups instead of the `google.groups` attribute mapping for authorization checks. The `scim_usage` and `extended_attributes_oauth2_client` fields are mutually exclusive. A request that enables both fields on the same workforce identity pool provider will produce an error.", + "enum": [ + "SCIM_USAGE_UNSPECIFIED", + "ENABLED_FOR_GROUPS" + ], + "enumDescriptions": [ + "Agentspace only. Do not use SCIM data.", + "Agentspace only. SCIM sync is enabled and SCIM-managed groups are used for authorization checks." + ], + "type": "string" + }, "state": { "description": "Output only. The state of the provider.", "enum": [ @@ -6405,7 +6422,7 @@ "ENCRYPTION" ], "enumDescriptions": [ - "KeyUse unspecified.", + "KeyUse unspecified. Do not use. The purpose of the key must be specified.", "The key is used for encryption." ], "type": "string" diff --git a/DiscoveryJson/iamcredentials.v1.json b/DiscoveryJson/iamcredentials.v1.json index 7d8b3f719f1..3694e4aebb3 100644 --- a/DiscoveryJson/iamcredentials.v1.json +++ b/DiscoveryJson/iamcredentials.v1.json @@ -340,7 +340,7 @@ } } }, - "revision": "20250911", + "revision": "20251022", "rootUrl": "https://iamcredentials.googleapis.com/", "schemas": { "GenerateAccessTokenRequest": { diff --git a/DiscoveryJson/iap.v1.json b/DiscoveryJson/iap.v1.json index f5ce7e71524..608fcf4083e 100644 --- a/DiscoveryJson/iap.v1.json +++ b/DiscoveryJson/iap.v1.json @@ -682,7 +682,7 @@ } } }, - "revision": "20250524", + "revision": "20251013", "rootUrl": "https://iap.googleapis.com/", "schemas": { "AccessDeniedPageSettings": { @@ -1254,7 +1254,7 @@ "type": "object" }, "locations": { - "description": "The locations of the resource. This field is used to determine whether the request is compliant with Trust Boundaries. Usage: - If unset or empty, the location of authorization is used as the target location. - For global resources: use a single value of \"global\". - For regional/multi-regional resources: use name of the GCP region(s) where the resource exists (e.g., [\"us-east1\", \"us-west1\"]). For multi-regional resources specify the name of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-names. ", + "description": "The locations of the resource. This field is used to determine whether the request is compliant with Trust Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries. Once Trust Boundaries is GA, empty values will cause the request to be rejected if customers enforce Trust Boundaries on the parent CRM nodes. - For global resources: use a single value of \"global\". - For regional/multi-regional resources: use name of the GCP region(s) where the resource exists (e.g., [\"us-east1\", \"us-west1\"]). For multi-regional resources specify the name of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-names. ", "items": { "type": "string" }, diff --git a/DiscoveryJson/ids.v1.json b/DiscoveryJson/ids.v1.json index 8603ea0c051..b17330fe4ed 100644 --- a/DiscoveryJson/ids.v1.json +++ b/DiscoveryJson/ids.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -476,6 +476,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -493,7 +498,7 @@ } } }, - "revision": "20250320", + "revision": "20251022", "rootUrl": "https://ids.googleapis.com/", "schemas": { "CancelOperationRequest": { @@ -673,6 +678,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/jobs.v3.json b/DiscoveryJson/jobs.v3.json index fc8fdcf9056..fa27e018237 100644 --- a/DiscoveryJson/jobs.v3.json +++ b/DiscoveryJson/jobs.v3.json @@ -652,7 +652,7 @@ } } }, - "revision": "20250326", + "revision": "20251014", "rootUrl": "https://jobs.googleapis.com/", "schemas": { "ApplicationInfo": { @@ -2313,7 +2313,7 @@ "type": "object" }, "PostalAddress": { - "description": "Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.", + "description": "Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.", "id": "PostalAddress", "properties": { "addressLines": { diff --git a/DiscoveryJson/jobs.v3p1beta1.json b/DiscoveryJson/jobs.v3p1beta1.json index b8df46fa7ae..0af720dfe47 100644 --- a/DiscoveryJson/jobs.v3p1beta1.json +++ b/DiscoveryJson/jobs.v3p1beta1.json @@ -682,7 +682,7 @@ } } }, - "revision": "20250326", + "revision": "20251014", "rootUrl": "https://jobs.googleapis.com/", "schemas": { "ApplicationInfo": { @@ -2452,7 +2452,7 @@ "type": "object" }, "PostalAddress": { - "description": "Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.", + "description": "Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.", "id": "PostalAddress", "properties": { "addressLines": { diff --git a/DiscoveryJson/jobs.v4.json b/DiscoveryJson/jobs.v4.json index 37c9946721f..08329b237a0 100644 --- a/DiscoveryJson/jobs.v4.json +++ b/DiscoveryJson/jobs.v4.json @@ -903,7 +903,7 @@ } } }, - "revision": "20250326", + "revision": "20251014", "rootUrl": "https://jobs.googleapis.com/", "schemas": { "ApplicationInfo": { @@ -2500,7 +2500,7 @@ "type": "object" }, "PostalAddress": { - "description": "Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.", + "description": "Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.", "id": "PostalAddress", "properties": { "addressLines": { diff --git a/DiscoveryJson/kmsinventory.v1.json b/DiscoveryJson/kmsinventory.v1.json index f083c6c6b15..aadc64120c1 100644 --- a/DiscoveryJson/kmsinventory.v1.json +++ b/DiscoveryJson/kmsinventory.v1.json @@ -242,7 +242,7 @@ } } }, - "revision": "20250727", + "revision": "20251012", "rootUrl": "https://kmsinventory.googleapis.com/", "schemas": { "GoogleCloudKmsInventoryV1ListCryptoKeysResponse": { @@ -510,7 +510,9 @@ "ML_KEM_768", "ML_KEM_1024", "KEM_XWING", + "PQ_SIGN_ML_DSA_44", "PQ_SIGN_ML_DSA_65", + "PQ_SIGN_ML_DSA_87", "PQ_SIGN_SLH_DSA_SHA2_128S", "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" ], @@ -554,7 +556,9 @@ "ML-KEM-768 (FIPS 203)", "ML-KEM-1024 (FIPS 203)", "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.", "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." ], @@ -728,7 +732,9 @@ "ML_KEM_768", "ML_KEM_1024", "KEM_XWING", + "PQ_SIGN_ML_DSA_44", "PQ_SIGN_ML_DSA_65", + "PQ_SIGN_ML_DSA_87", "PQ_SIGN_SLH_DSA_SHA2_128S", "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" ], @@ -772,7 +778,9 @@ "ML-KEM-768 (FIPS 203)", "ML-KEM-1024 (FIPS 203)", "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.", "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", + "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." ], diff --git a/DiscoveryJson/language.v1.json b/DiscoveryJson/language.v1.json index 09337826a17..356f56241ba 100644 --- a/DiscoveryJson/language.v1.json +++ b/DiscoveryJson/language.v1.json @@ -246,7 +246,7 @@ } } }, - "revision": "20250824", + "revision": "20251026", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { @@ -699,6 +699,7 @@ "G2", "G4", "C3", + "C4", "M2", "M1", "N1", @@ -719,6 +720,7 @@ "GPU-based machine, skip quota reporting.", "GPU-based machine, skip quota reporting.", "", + "", "MEMORY_OPTIMIZED_UPGRADE_PREMIUM", "MEMORY_OPTIMIZED", "", @@ -897,7 +899,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -1066,6 +1095,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -1642,7 +1698,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -1811,6 +1894,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -2336,7 +2446,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -2505,6 +2642,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -2528,6 +2692,7 @@ "E2", "G2", "G4", + "C4", "C3", "M2", "M1", @@ -2549,6 +2714,7 @@ "", "", "", + "", "MEMORY_OPTIMIZED_UPGRADE_PREMIUM", "MEMORY_OPTIMIZED", "", diff --git a/DiscoveryJson/language.v1beta2.json b/DiscoveryJson/language.v1beta2.json index b8aef3444fe..d1418552c58 100644 --- a/DiscoveryJson/language.v1beta2.json +++ b/DiscoveryJson/language.v1beta2.json @@ -246,7 +246,7 @@ } } }, - "revision": "20250824", + "revision": "20251026", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { @@ -699,6 +699,7 @@ "G2", "G4", "C3", + "C4", "M2", "M1", "N1", @@ -719,6 +720,7 @@ "GPU-based machine, skip quota reporting.", "GPU-based machine, skip quota reporting.", "", + "", "MEMORY_OPTIMIZED_UPGRADE_PREMIUM", "MEMORY_OPTIMIZED", "", @@ -897,7 +899,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -1066,6 +1095,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -1660,7 +1716,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -1829,6 +1912,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -2354,7 +2464,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -2523,6 +2660,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -2546,6 +2710,7 @@ "E2", "G2", "G4", + "C4", "C3", "M2", "M1", @@ -2567,6 +2732,7 @@ "", "", "", + "", "MEMORY_OPTIMIZED_UPGRADE_PREMIUM", "MEMORY_OPTIMIZED", "", diff --git a/DiscoveryJson/language.v2.json b/DiscoveryJson/language.v2.json index d2724b1828e..384b59cede8 100644 --- a/DiscoveryJson/language.v2.json +++ b/DiscoveryJson/language.v2.json @@ -208,7 +208,7 @@ } } }, - "revision": "20250824", + "revision": "20251026", "rootUrl": "https://language.googleapis.com/", "schemas": { "AnalyzeEntitiesRequest": { @@ -524,6 +524,7 @@ "G2", "G4", "C3", + "C4", "M2", "M1", "N1", @@ -544,6 +545,7 @@ "GPU-based machine, skip quota reporting.", "GPU-based machine, skip quota reporting.", "", + "", "MEMORY_OPTIMIZED_UPGRADE_PREMIUM", "MEMORY_OPTIMIZED", "", @@ -722,7 +724,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -891,6 +920,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -1281,7 +1337,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -1450,6 +1533,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -1730,7 +1840,34 @@ "C3_HIGHMEM_22", "C3_HIGHMEM_44", "C3_HIGHMEM_88", - "C3_HIGHMEM_176" + "C3_HIGHMEM_176", + "C4_STANDARD_8", + "C4_STANDARD_16", + "C4_STANDARD_24", + "C4_STANDARD_32", + "C4_STANDARD_48", + "C4_STANDARD_96", + "C4_STANDARD_144", + "C4_STANDARD_192", + "C4_STANDARD_288", + "C4_HIGHCPU_8", + "C4_HIGHCPU_16", + "C4_HIGHCPU_24", + "C4_HIGHCPU_32", + "C4_HIGHCPU_48", + "C4_HIGHCPU_96", + "C4_HIGHCPU_144", + "C4_HIGHCPU_192", + "C4_HIGHCPU_288", + "C4_HIGHMEM_8", + "C4_HIGHMEM_16", + "C4_HIGHMEM_24", + "C4_HIGHMEM_32", + "C4_HIGHMEM_48", + "C4_HIGHMEM_96", + "C4_HIGHMEM_144", + "C4_HIGHMEM_192", + "C4_HIGHMEM_288" ], "enumDescriptions": [ "", @@ -1899,6 +2036,33 @@ "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", "" ], "type": "string" @@ -1922,6 +2086,7 @@ "E2", "G2", "G4", + "C4", "C3", "M2", "M1", @@ -1943,6 +2108,7 @@ "", "", "", + "", "MEMORY_OPTIMIZED_UPGRADE_PREMIUM", "MEMORY_OPTIMIZED", "", diff --git a/DiscoveryJson/licensing.v1.json b/DiscoveryJson/licensing.v1.json index 5805ab76fd1..20abca1b629 100644 --- a/DiscoveryJson/licensing.v1.json +++ b/DiscoveryJson/licensing.v1.json @@ -3,7 +3,7 @@ "oauth2": { "scopes": { "https://www.googleapis.com/auth/apps.licensing": { - "description": "View and manage G Suite licenses for your domain" + "description": "View and manage Google Workspace licenses for your domain" } } } @@ -400,7 +400,7 @@ } } }, - "revision": "20250419", + "revision": "20251108", "rootUrl": "https://licensing.googleapis.com/", "schemas": { "Empty": { diff --git a/DiscoveryJson/logging.v2.json b/DiscoveryJson/logging.v2.json index 9929d3a77af..4f3dc1b1d1a 100644 --- a/DiscoveryJson/logging.v2.json +++ b/DiscoveryJson/logging.v2.json @@ -635,7 +635,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1381,6 +1381,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -2467,7 +2472,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -3470,6 +3475,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -4054,7 +4064,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -4840,6 +4850,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -5297,7 +5312,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -6300,6 +6315,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -7105,7 +7125,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -8108,6 +8128,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -9127,7 +9152,7 @@ } } }, - "revision": "20250919", + "revision": "20251107", "rootUrl": "https://logging.googleapis.com/", "schemas": { "AppHub": { @@ -10096,6 +10121,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/looker.v1.json b/DiscoveryJson/looker.v1.json index 10df4c68553..ec9abafc42d 100644 --- a/DiscoveryJson/looker.v1.json +++ b/DiscoveryJson/looker.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -693,6 +693,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -710,7 +715,7 @@ } } }, - "revision": "20250906", + "revision": "20251113", "rootUrl": "https://looker.googleapis.com/", "schemas": { "AdminSettings": { @@ -733,6 +738,24 @@ "properties": {}, "type": "object" }, + "ControlledEgressConfig": { + "description": "Controlled egress configuration.", + "id": "ControlledEgressConfig", + "properties": { + "egressFqdns": { + "description": "Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.", + "items": { + "type": "string" + }, + "type": "array" + }, + "marketplaceEnabled": { + "description": "Optional. Whether marketplace is enabled.", + "type": "boolean" + } + }, + "type": "object" + }, "CustomDomain": { "description": "Custom domain information.", "id": "CustomDomain", @@ -970,6 +993,14 @@ "description": "Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.", "type": "string" }, + "controlledEgressConfig": { + "$ref": "ControlledEgressConfig", + "description": "Optional. Controlled egress configuration." + }, + "controlledEgressEnabled": { + "description": "Optional. Whether controlled egress is enabled on the Looker instance.", + "type": "boolean" + }, "createTime": { "description": "Output only. The time when the Looker instance provisioning was first requested.", "format": "google-datetime", @@ -1048,6 +1079,10 @@ "$ref": "OAuthConfig", "description": "Looker instance OAuth login settings." }, + "periodicExportConfig": { + "$ref": "PeriodicExportConfig", + "description": "Optional. Configuration for periodic export." + }, "platformEdition": { "description": "Platform edition.", "enum": [ @@ -1279,6 +1314,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -1456,6 +1498,25 @@ }, "type": "object" }, + "PeriodicExportConfig": { + "description": "Configuration for periodic export.", + "id": "PeriodicExportConfig", + "properties": { + "gcsUri": { + "description": "Required. Cloud Storage bucket URI for periodic export. Format: gs://{bucket_name}", + "type": "string" + }, + "kmsKey": { + "description": "Required. Name of the CMEK key in KMS. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}", + "type": "string" + }, + "startTime": { + "$ref": "TimeOfDay", + "description": "Required. Time in UTC to start the periodic export job." + } + }, + "type": "object" + }, "PscConfig": { "description": "Information for Private Service Connect (PSC) setup for a Looker instance.", "id": "PscConfig", diff --git a/DiscoveryJson/managedkafka.v1.json b/DiscoveryJson/managedkafka.v1.json index e5762bcc79b..3190dae7828 100644 --- a/DiscoveryJson/managedkafka.v1.json +++ b/DiscoveryJson/managedkafka.v1.json @@ -15,6 +15,218 @@ "description": "Manage Apache Kafka clusters and resources. ", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/managed-service-for-apache-kafka/docs", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://managedkafka.us-west4.rep.googleapis.com/", + "location": "us-west4" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -144,7 +356,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1425,6 +1637,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2934,7 +3151,7 @@ } } }, - "revision": "20250911", + "revision": "20251114", "rootUrl": "https://managedkafka.googleapis.com/", "schemas": { "AccessConfig": { @@ -3258,18 +3475,20 @@ "type": "boolean" }, "state": { - "description": "Output only. The current state of the cluster.", + "description": "Output only. The current state of the Kafka Connect cluster.", "enum": [ "STATE_UNSPECIFIED", "CREATING", "ACTIVE", - "DELETING" + "DELETING", + "DETACHED" ], "enumDescriptions": [ "A state was not specified.", "The cluster is being created.", "The cluster is active.", - "The cluster is being deleted." + "The cluster is being deleted.", + "The cluster is detached." ], "readOnly": true, "type": "string" @@ -3696,6 +3915,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -4191,7 +4417,7 @@ "type": "object" }, "TaskRetryPolicy": { - "description": "Task Retry Policy is implemented on a best-effort basis. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds and 30 minutes respectively.", + "description": "Task Retry Policy is implemented on a best-effort basis. The default policy retries tasks with a minimum_backoff of 60 seconds, and a maximum_backoff of 12 hours. You can disable the policy by setting the task_retry_disabled field to true. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds and 12 hours respectively.", "id": "TaskRetryPolicy", "properties": { "maximumBackoff": { @@ -4203,6 +4429,10 @@ "description": "Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.", "format": "google-duration", "type": "string" + }, + "taskRetryDisabled": { + "description": "Optional. If true, task retry is disabled.", + "type": "boolean" } }, "type": "object" diff --git a/DiscoveryJson/marketingplatformadmin.v1alpha.json b/DiscoveryJson/marketingplatformadmin.v1alpha.json index ce57768e7c3..448f87f9d30 100644 --- a/DiscoveryJson/marketingplatformadmin.v1alpha.json +++ b/DiscoveryJson/marketingplatformadmin.v1alpha.json @@ -110,6 +110,35 @@ "resources": { "organizations": { "methods": { + "findSalesPartnerManagedClients": { + "description": "Returns a list of clients managed by the sales partner organization. User needs to be an OrgAdmin/BillingAdmin on the sales partner organization in order to view the end clients.", + "flatPath": "v1alpha/organizations/{organizationsId}:findSalesPartnerManagedClients", + "httpMethod": "POST", + "id": "marketingplatformadmin.organizations.findSalesPartnerManagedClients", + "parameterOrder": [ + "organization" + ], + "parameters": { + "organization": { + "description": "Required. The name of the sales partner organization. Format: organizations/{org_id}", + "location": "path", + "pattern": "^organizations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+organization}:findSalesPartnerManagedClients", + "request": { + "$ref": "FindSalesPartnerManagedClientsRequest" + }, + "response": { + "$ref": "FindSalesPartnerManagedClientsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/marketingplatformadmin.analytics.read", + "https://www.googleapis.com/auth/marketingplatformadmin.analytics.update" + ] + }, "get": { "description": "Lookup for a single organization.", "flatPath": "v1alpha/organizations/{organizationsId}", @@ -135,6 +164,63 @@ "https://www.googleapis.com/auth/marketingplatformadmin.analytics.read", "https://www.googleapis.com/auth/marketingplatformadmin.analytics.update" ] + }, + "list": { + "description": "Returns a list of organizations that the user has access to.", + "flatPath": "v1alpha/organizations", + "httpMethod": "GET", + "id": "marketingplatformadmin.organizations.list", + "parameterOrder": [], + "parameters": { + "pageSize": { + "description": "Optional. The maximum number of organizations to return in one call. The service may return fewer than this value. If unspecified, at most 50 organizations will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous ListOrganizations call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOrganizations` must match the call that provided the page token.", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha/organizations", + "response": { + "$ref": "ListOrganizationsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/marketingplatformadmin.analytics.read", + "https://www.googleapis.com/auth/marketingplatformadmin.analytics.update" + ] + }, + "reportPropertyUsage": { + "description": "Get the usage and billing data for properties within the organization for the specified month. Per direct client org, user needs to be OrgAdmin/BillingAdmin on the organization in order to view the billing and usage data. Per sales partner client org, user needs to be OrgAdmin/BillingAdmin on the sales partner org in order to view the billing and usage data, or OrgAdmin/BillingAdmin on the sales partner client org in order to view the usage data only.", + "flatPath": "v1alpha/organizations/{organizationsId}:reportPropertyUsage", + "httpMethod": "POST", + "id": "marketingplatformadmin.organizations.reportPropertyUsage", + "parameterOrder": [ + "organization" + ], + "parameters": { + "organization": { + "description": "Required. Specifies the organization whose property usage will be listed. Format: organizations/{org_id}", + "location": "path", + "pattern": "^organizations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha/{+organization}:reportPropertyUsage", + "request": { + "$ref": "ReportPropertyUsageRequest" + }, + "response": { + "$ref": "ReportPropertyUsageResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/marketingplatformadmin.analytics.read", + "https://www.googleapis.com/auth/marketingplatformadmin.analytics.update" + ] } }, "resources": { @@ -263,7 +349,7 @@ } } }, - "revision": "20240529", + "revision": "20251029", "rootUrl": "https://marketingplatformadmin.googleapis.com/", "schemas": { "AnalyticsAccountLink": { @@ -301,12 +387,101 @@ }, "type": "object" }, + "BillInfo": { + "description": "Contains the bill amount.", + "id": "BillInfo", + "properties": { + "baseFee": { + "$ref": "Money", + "description": "The amount of the monthly base fee." + }, + "eventFee": { + "$ref": "Money", + "description": "The amount of the event fee." + }, + "priceProtectionCredit": { + "$ref": "Money", + "description": "The amount of the price protection credit, this is only available for eligible customers." + }, + "total": { + "$ref": "Money", + "description": "The total amount of the bill." + } + }, + "type": "object" + }, + "ClientData": { + "description": "Contains the client data.", + "id": "ClientData", + "properties": { + "endDate": { + "$ref": "Date", + "description": "The end date of the contract between the sales org and the end client." + }, + "organization": { + "$ref": "Organization", + "description": "The end client that has/had contract with the requested sales org." + }, + "startDate": { + "$ref": "Date", + "description": "The start date of the contract between the sales org and the end client." + } + }, + "type": "object" + }, + "Date": { + "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp", + "id": "Date", + "properties": { + "day": { + "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.", + "format": "int32", + "type": "integer" + }, + "month": { + "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.", + "format": "int32", + "type": "integer" + }, + "year": { + "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "Empty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", "properties": {}, "type": "object" }, + "FindSalesPartnerManagedClientsRequest": { + "description": "Request message for FindSalesPartnerManagedClients RPC.", + "id": "FindSalesPartnerManagedClientsRequest", + "properties": { + "isActive": { + "description": "Optional. If set, only active and just ended clients will be returned.", + "type": "boolean" + } + }, + "type": "object" + }, + "FindSalesPartnerManagedClientsResponse": { + "description": "Response message for FindSalesPartnerManagedClients RPC.", + "id": "FindSalesPartnerManagedClientsResponse", + "properties": { + "clientData": { + "description": "The clients managed by the sales org.", + "items": { + "$ref": "ClientData" + }, + "type": "array" + } + }, + "type": "object" + }, "ListAnalyticsAccountLinksResponse": { "description": "Response message for ListAnalyticsAccountLinks RPC.", "id": "ListAnalyticsAccountLinksResponse", @@ -325,6 +500,45 @@ }, "type": "object" }, + "ListOrganizationsResponse": { + "description": "Response message for ListOrganizations RPC.", + "id": "ListOrganizationsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "organizations": { + "description": "The Organization resource that the user has access to, which includes the org id and display name.", + "items": { + "$ref": "Organization" + }, + "type": "array" + } + }, + "type": "object" + }, + "Money": { + "description": "Represents an amount of money with its currency type.", + "id": "Money", + "properties": { + "currencyCode": { + "description": "The three-letter currency code defined in ISO 4217.", + "type": "string" + }, + "nanos": { + "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.", + "format": "int32", + "type": "integer" + }, + "units": { + "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, "Organization": { "description": "A resource message representing a Google Marketing Platform organization.", "id": "Organization", @@ -340,6 +554,95 @@ }, "type": "object" }, + "PropertyUsage": { + "description": "Contains the count of events received by the property, along with metadata that influences the volume of `billable` events.", + "id": "PropertyUsage", + "properties": { + "accountId": { + "description": "The ID of the property's parent account.", + "format": "int64", + "type": "string" + }, + "billableEventCount": { + "description": "The number of events for which the property is billed in the requested month.", + "format": "int64", + "type": "string" + }, + "displayName": { + "description": "The display name of the property.", + "type": "string" + }, + "property": { + "description": "The name of the Google Analytics Admin API property resource. Format: analyticsadmin.googleapis.com/properties/{property_id}", + "type": "string" + }, + "propertyType": { + "description": "The subtype of the analytics property. This affects the billable event count.", + "enum": [ + "ANALYTICS_PROPERTY_TYPE_UNSPECIFIED", + "ANALYTICS_PROPERTY_TYPE_ORDINARY", + "ANALYTICS_PROPERTY_TYPE_SUBPROPERTY", + "ANALYTICS_PROPERTY_TYPE_ROLLUP" + ], + "enumDescriptions": [ + "Unknown or unspecified property type", + "Ordinary Google Analytics property", + "Google Analytics subproperty", + "Google Analytics rollup property" + ], + "type": "string" + }, + "serviceLevel": { + "description": "The service level of the property.", + "enum": [ + "ANALYTICS_SERVICE_LEVEL_UNSPECIFIED", + "ANALYTICS_SERVICE_LEVEL_STANDARD", + "ANALYTICS_SERVICE_LEVEL_360" + ], + "enumDescriptions": [ + "Service level unspecified.", + "The standard version of Google Analytics.", + "The premium version of Google Analytics." + ], + "type": "string" + }, + "totalEventCount": { + "description": "Total event count that the property received during the requested month.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "ReportPropertyUsageRequest": { + "description": "Request message for ReportPropertyUsage RPC.", + "id": "ReportPropertyUsageRequest", + "properties": { + "month": { + "description": "Required. The target month to list property usages. Format: YYYY-MM. For example, \"2025-05\"", + "type": "string" + } + }, + "type": "object" + }, + "ReportPropertyUsageResponse": { + "description": "Response message for ReportPropertyUsage RPC.", + "id": "ReportPropertyUsageResponse", + "properties": { + "billInfo": { + "$ref": "BillInfo", + "description": "Bill amount in the specified organization and month. Will be empty if user only has access to usage data." + }, + "propertyUsages": { + "description": "Usage data for all properties in the specified organization and month.", + "items": { + "$ref": "PropertyUsage" + }, + "type": "array" + } + }, + "type": "object" + }, "SetPropertyServiceLevelRequest": { "description": "Request message for SetPropertyServiceLevel RPC.", "id": "SetPropertyServiceLevelRequest", diff --git a/DiscoveryJson/memcache.v1.json b/DiscoveryJson/memcache.v1.json index 2e9891e6a9a..d91db9cf023 100644 --- a/DiscoveryJson/memcache.v1.json +++ b/DiscoveryJson/memcache.v1.json @@ -573,6 +573,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -590,7 +595,7 @@ } } }, - "revision": "20250918", + "revision": "20251002", "rootUrl": "https://memcache.googleapis.com/", "schemas": { "ApplyParametersRequest": { @@ -1332,6 +1337,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/memcache.v1beta2.json b/DiscoveryJson/memcache.v1beta2.json index d51117b07d3..52dd3e9f593 100644 --- a/DiscoveryJson/memcache.v1beta2.json +++ b/DiscoveryJson/memcache.v1beta2.json @@ -601,6 +601,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta2/{+name}/operations", @@ -618,7 +623,7 @@ } } }, - "revision": "20250918", + "revision": "20251002", "rootUrl": "https://memcache.googleapis.com/", "schemas": { "ApplyParametersRequest": { @@ -1383,6 +1388,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/merchantapi.accounts_v1.json b/DiscoveryJson/merchantapi.accounts_v1.json index 93a5f808e08..71804f34b18 100644 --- a/DiscoveryJson/merchantapi.accounts_v1.json +++ b/DiscoveryJson/merchantapi.accounts_v1.json @@ -126,7 +126,7 @@ ] }, "delete": { - "description": "Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting an advanced account leads to the deletion of all of its sub-accounts. Executing this method requires admin access. The deletion succeeds only if the account does not provide services to any other account and has no processed offers. You can use the `force` parameter to override this.", + "description": "Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting an advanced account leads to the deletion of all of its sub-accounts. This also deletes the account's [developer registration entity](/merchant/api/reference/rest/accounts_v1/accounts.developerRegistration) and any associated GCP project to the account. Executing this method requires admin access. The deletion succeeds only if the account does not provide services to any other account and has no processed offers. You can use the `force` parameter to override this.", "flatPath": "accounts/v1/accounts/{accountsId}", "httpMethod": "DELETE", "id": "merchantapi.accounts.delete", @@ -180,21 +180,6 @@ "https://www.googleapis.com/auth/content" ] }, - "getAccountForGcpRegistration": { - "description": "Retrieves the merchant account that the calling GCP is registered with.", - "flatPath": "accounts/v1/accounts:getAccountForGcpRegistration", - "httpMethod": "GET", - "id": "merchantapi.accounts.getAccountForGcpRegistration", - "parameterOrder": [], - "parameters": {}, - "path": "accounts/v1/accounts:getAccountForGcpRegistration", - "response": { - "$ref": "GetAccountForGcpRegistrationResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, "list": { "description": "Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not for the Merchant Center ID or the advanced account ID. To list several sub-accounts, you should use the `accounts.listSubaccounts` method, which is more suitable for advanced accounts use case.", "flatPath": "accounts/v1/accounts", @@ -553,6 +538,21 @@ }, "developerRegistration": { "methods": { + "getAccountForGcpRegistration": { + "description": "Retrieves the merchant account that the calling GCP is registered with.", + "flatPath": "accounts/v1/accounts:getAccountForGcpRegistration", + "httpMethod": "GET", + "id": "merchantapi.accounts.developerRegistration.getAccountForGcpRegistration", + "parameterOrder": [], + "parameters": {}, + "path": "accounts/v1/accounts:getAccountForGcpRegistration", + "response": { + "$ref": "GetAccountForGcpRegistrationResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/content" + ] + }, "getDeveloperRegistration": { "description": "Retrieves a developer registration for a merchant.", "flatPath": "accounts/v1/accounts/{accountsId}/developerRegistration", @@ -936,6 +936,76 @@ } } }, + "limits": { + "methods": { + "get": { + "description": "Retrieves an account limit.", + "flatPath": "accounts/v1/accounts/{accountsId}/limits/{limitsId}", + "httpMethod": "GET", + "id": "merchantapi.accounts.limits.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the limit to retrieve. Format: `accounts/{account}/limits/{limit}` For example: `accounts/123/limits/products~ADS_NON_EEA`", + "location": "path", + "pattern": "^accounts/[^/]+/limits/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "accounts/v1/{+name}", + "response": { + "$ref": "AccountLimit" + }, + "scopes": [ + "https://www.googleapis.com/auth/content" + ] + }, + "list": { + "description": "Lists the limits of an account.", + "flatPath": "accounts/v1/accounts/{accountsId}/limits", + "httpMethod": "GET", + "id": "merchantapi.accounts.limits.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Required. A filter on the limit `type` is required, for example, `type = \"products\"`.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of limits to return. The service may return fewer than this value. If unspecified, at most 100 limits will be returned. The maximum value is 100; values above 100 will be coerced to 100.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A page token, received from a previous `ListAccountLimits` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccountLimits` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent account. Format: `accounts/{account}`", + "location": "path", + "pattern": "^accounts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "accounts/v1/{+parent}/limits", + "response": { + "$ref": "ListAccountLimitsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/content" + ] + } + } + }, "omnichannelSettings": { "methods": { "create": { @@ -2273,6 +2343,40 @@ "https://www.googleapis.com/auth/content" ] } + }, + "resources": { + "me": { + "methods": { + "verifySelf": { + "description": "Updates the user that is represented by the caller from pending to verified.", + "flatPath": "accounts/v1/accounts/{accountsId}/users/me:verifySelf", + "httpMethod": "PATCH", + "id": "merchantapi.accounts.users.me.verifySelf", + "parameterOrder": [ + "account" + ], + "parameters": { + "account": { + "description": "Required. The name of the account under which the caller is a user. Format: `accounts/{account}`", + "location": "path", + "pattern": "^accounts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "accounts/v1/{+account}/users/me:verifySelf", + "request": { + "$ref": "VerifySelfRequest" + }, + "response": { + "$ref": "User" + }, + "scopes": [ + "https://www.googleapis.com/auth/content" + ] + } + } + } } } } @@ -2376,7 +2480,7 @@ } } }, - "revision": "20250909", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "About": { @@ -2529,6 +2633,21 @@ }, "type": "object" }, + "AccountLimit": { + "description": "A limit of a certain type that is applied to an account.", + "id": "AccountLimit", + "properties": { + "name": { + "description": "Identifier. The limit part of the name will be a combination of the type and the scope. For example: `accounts/123/limits/products~ADS_NON_EEA` Format: `accounts/{account}/limits/{limit}`", + "type": "string" + }, + "products": { + "$ref": "ProductLimit", + "description": "The limit for products." + } + }, + "type": "object" + }, "AccountManagement": { "description": "`AccountManagement` payload.", "id": "AccountManagement", @@ -2575,6 +2694,10 @@ "$ref": "CampaignsManagement", "description": "Service type for managing advertising campaigns. Grants the provider access to create and manage the business's ad campaigns, including setting up campaigns, adjusting bids, and optimizing performance." }, + "comparisonShopping": { + "$ref": "ComparisonShopping", + "description": "Service type for comparison shopping. The provider is a CSS (Comparison Shopping Service) managing the account. See https://support.google.com/merchants/answer/12653197" + }, "externalAccountId": { "description": "Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating with the provider. This should be the unique account ID within the provider's system (for example, your shop ID in Shopify). If you have multiple accounts with the same provider - for instance, different accounts for various regions \u2014 the `external_account_id` differentiates between them, ensuring accurate linking and integration between Google and the provider.", "type": "string" @@ -2632,6 +2755,26 @@ "$ref": "AccountAggregation", "description": "The provider is an [aggregator](https://support.google.com/merchants/answer/188487) for the account. Payload for service type Account Aggregation." }, + "accountManagement": { + "$ref": "AccountManagement", + "description": "The provider manages this account. Payload for service type Account Management." + }, + "campaignsManagement": { + "$ref": "CampaignsManagement", + "description": "The provider manages campaigns for this account. Payload for service type campaigns management." + }, + "comparisonShopping": { + "$ref": "ComparisonShopping", + "description": "The provider is a CSS (Comparison Shopping Service) of this account. Payload for service type Comparison Shopping." + }, + "externalAccountId": { + "description": "Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating with the provider. This should be the unique account ID within the provider's system (for example, your shop ID in Shopify). If you have multiple accounts with the same provider - for instance, different accounts for various regions \u2014 the `external_account_id` differentiates between them, ensuring accurate linking and integration between Google and the provider. The external account ID must be specified for the campaigns management service type. The external account ID must not be specified for the account aggregation service type. The external account ID is optional / may be specified for all other service types.", + "type": "string" + }, + "productsManagement": { + "$ref": "ProductsManagement", + "description": "The provider manages products for this account. Payload for service type products management." + }, "provider": { "description": "Required. The provider of the service. Either the reference to an account such as `providers/123` or a well-known service provider (one of `providers/GOOGLE_ADS` or `providers/GOOGLE_BUSINESS_PROFILE`).", "type": "string" @@ -2650,6 +2793,10 @@ "userId": { "description": "Required. The email address of the user (for example, `john.doe@gmail.com`).", "type": "string" + }, + "verificationMailSettings": { + "$ref": "VerificationMailSettings", + "description": "Optional. Settings related to configuring the verification email that is sent after adding a user." } }, "type": "object" @@ -3153,6 +3300,12 @@ }, "type": "object" }, + "ComparisonShopping": { + "description": "`ComparisonShopping` payload.", + "id": "ComparisonShopping", + "properties": {}, + "type": "object" + }, "CreateAndConfigureAccountRequest": { "description": "Request message for the `CreateAndConfigureAccount` method.", "id": "CreateAndConfigureAccountRequest", @@ -3168,6 +3321,13 @@ }, "type": "array" }, + "setAlias": { + "description": "Optional. If a relationship is created with a provider, you can set an alias for it with this field. The calling user must be an admin on the provider to be able to set an alias.", + "items": { + "$ref": "SetAliasForRelationship" + }, + "type": "array" + }, "user": { "description": "Optional. Users to be added to the account.", "items": { @@ -3977,6 +4137,24 @@ }, "type": "object" }, + "ListAccountLimitsResponse": { + "description": "Response message for the `ListAccountLimits` method.", + "id": "ListAccountLimitsResponse", + "properties": { + "accountLimits": { + "description": "The limits for the given account.", + "items": { + "$ref": "AccountLimit" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, "ListAccountRelationshipsResponse": { "description": "Response after trying to list account relationships.", "id": "ListAccountRelationshipsResponse", @@ -4708,6 +4886,32 @@ }, "type": "object" }, + "ProductLimit": { + "description": "The limit for products.", + "id": "ProductLimit", + "properties": { + "limit": { + "description": "Required. The maximum number of products that are allowed in the account in the given scope.", + "format": "int64", + "type": "string" + }, + "scope": { + "description": "Required. The scope of the product limit.", + "enum": [ + "SCOPE_UNSPECIFIED", + "ADS_NON_EEA", + "ADS_EEA" + ], + "enumDescriptions": [ + "Default value. Should not be used.", + "Limit for products in non-EEA countries.", + "Limit for products in EEA countries." + ], + "type": "string" + } + }, + "type": "object" + }, "ProductStatusChangeMessage": { "description": "The message that the merchant will receive to notify about product status change event", "id": "ProductStatusChangeMessage", @@ -5143,6 +5347,21 @@ }, "type": "object" }, + "SetAliasForRelationship": { + "description": "Set an alias for a relationship between a provider and the account to be created.", + "id": "SetAliasForRelationship", + "properties": { + "accountIdAlias": { + "description": "Required. The unique ID of this account in the provider's system. The value must be unique across all accounts on the platform for this provider.", + "type": "string" + }, + "provider": { + "description": "Required. The provider of the service. This is a reference to an account such as `providers/123` or `accounts/123`. The same provider must be specified in at least one of the `service` fields.", + "type": "string" + } + }, + "type": "object" + }, "ShippingSettings": { "description": "The Merchant Center account's [shipping settings](https://support.google.com/merchants/answer/6069284). The `ShippingSettings` resource lets you retrieve and update the shipping settings of your advanced account and all its associated sub-accounts.", "id": "ShippingSettings", @@ -5455,7 +5674,7 @@ "type": "object" }, "User": { - "description": "The `User` message represents a user associated with a Merchant Center account. It is used to manage user permissions and access rights within the account. For more information, see [Frequently asked questions about people and access levels](//support.google.com/merchants/answer/12160472).", + "description": "The `User` resource represents a user associated with a Merchant Center account. It is used to manage user permissions and access rights within the account. For more information, see [Frequently asked questions about people and access levels](//support.google.com/merchants/answer/12160472).", "id": "User", "properties": { "accessRights": { @@ -5530,6 +5749,33 @@ }, "type": "object" }, + "VerificationMailSettings": { + "description": "Settings related to the verification email that is sent after adding a user.", + "id": "VerificationMailSettings", + "properties": { + "verificationMailMode": { + "description": "Optional. Mode of the verification mail. If not set, the default is `SEND_VERIFICATION_MAIL`.", + "enum": [ + "VERIFICATION_MAIL_MODE_UNSPECIFIED", + "SEND_VERIFICATION_MAIL", + "SUPPRESS_VERIFICATION_MAIL" + ], + "enumDescriptions": [ + "Default first member of every enum. Do not use.", + "An invitation email is sent to the user added shortly after.", + "No invitation email is sent. This can be useful if the user is expected to accept the invitation through the API without needing another notification." + ], + "type": "string" + } + }, + "type": "object" + }, + "VerifySelfRequest": { + "description": "Request message for the `VerifySelf` method.", + "id": "VerifySelfRequest", + "properties": {}, + "type": "object" + }, "Warehouse": { "description": "A fulfillment warehouse, which stores and handles inventory.", "id": "Warehouse", diff --git a/DiscoveryJson/merchantapi.accounts_v1beta.json b/DiscoveryJson/merchantapi.accounts_v1beta.json index df74f9b8ca1..92a44f86100 100644 --- a/DiscoveryJson/merchantapi.accounts_v1beta.json +++ b/DiscoveryJson/merchantapi.accounts_v1beta.json @@ -126,7 +126,7 @@ ] }, "delete": { - "description": "Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting an advanced account leads to the deletion of all of its sub-accounts. Executing this method requires admin access. The deletion succeeds only if the account does not provide services to any other account and has no processed offers. You can use the `force` parameter to override this.", + "description": "Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting an advanced account leads to the deletion of all of its sub-accounts. This also deletes the account's [developer registration entity](/merchant/api/reference/rest/accounts_v1beta/accounts.developerRegistration) and any associated GCP project to the account. Executing this method requires admin access. The deletion succeeds only if the account does not provide services to any other account and has no processed offers. You can use the `force` parameter to override this.", "flatPath": "accounts/v1beta/accounts/{accountsId}", "httpMethod": "DELETE", "id": "merchantapi.accounts.delete", @@ -180,21 +180,6 @@ "https://www.googleapis.com/auth/content" ] }, - "getAccountForGcpRegistration": { - "description": "Retrieves the merchant account that the calling GCP is registered with.", - "flatPath": "accounts/v1beta/accounts:getAccountForGcpRegistration", - "httpMethod": "GET", - "id": "merchantapi.accounts.getAccountForGcpRegistration", - "parameterOrder": [], - "parameters": {}, - "path": "accounts/v1beta/accounts:getAccountForGcpRegistration", - "response": { - "$ref": "GetAccountForGcpRegistrationResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/content" - ] - }, "list": { "description": "Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not for the Merchant Center ID or the advanced account ID. To list several sub-accounts, you should use the `accounts.listSubaccounts` method, which is more suitable for advanced accounts use case.", "flatPath": "accounts/v1beta/accounts", @@ -553,6 +538,21 @@ }, "developerRegistration": { "methods": { + "getAccountForGcpRegistration": { + "description": "Retrieves the merchant account that the calling GCP is registered with.", + "flatPath": "accounts/v1beta/accounts:getAccountForGcpRegistration", + "httpMethod": "GET", + "id": "merchantapi.accounts.developerRegistration.getAccountForGcpRegistration", + "parameterOrder": [], + "parameters": {}, + "path": "accounts/v1beta/accounts:getAccountForGcpRegistration", + "response": { + "$ref": "GetAccountForGcpRegistrationResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/content" + ] + }, "getDeveloperRegistration": { "description": "Retrieves a developer registration for a merchant.", "flatPath": "accounts/v1beta/accounts/{accountsId}/developerRegistration", @@ -2223,6 +2223,40 @@ "https://www.googleapis.com/auth/content" ] } + }, + "resources": { + "me": { + "methods": { + "verifySelf": { + "description": "Updates the user that is represented by the caller from pending to verified.", + "flatPath": "accounts/v1beta/accounts/{accountsId}/users/me:verifySelf", + "httpMethod": "PATCH", + "id": "merchantapi.accounts.users.me.verifySelf", + "parameterOrder": [ + "account" + ], + "parameters": { + "account": { + "description": "Required. The name of the account under which the caller is a user. Format: `accounts/{account}`", + "location": "path", + "pattern": "^accounts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "accounts/v1beta/{+account}/users/me:verifySelf", + "request": { + "$ref": "VerifySelfRequest" + }, + "response": { + "$ref": "User" + }, + "scopes": [ + "https://www.googleapis.com/auth/content" + ] + } + } + } } } } @@ -2326,7 +2360,7 @@ } } }, - "revision": "20250909", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "About": { @@ -2525,6 +2559,10 @@ "$ref": "CampaignsManagement", "description": "Service type for managing advertising campaigns. Grants the provider access to create and manage the business's ad campaigns, including setting up campaigns, adjusting bids, and optimizing performance." }, + "comparisonShopping": { + "$ref": "ComparisonShopping", + "description": "Service type for comparison shopping. The provider is a CSS (Comparison Shopping Service) managing the account. See https://support.google.com/merchants/answer/12653197" + }, "externalAccountId": { "description": "Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating with the provider. This should be the unique account ID within the provider's system (for example, your shop ID in Shopify). If you have multiple accounts with the same provider - for instance, different accounts for various regions \u2014 the `external_account_id` differentiates between them, ensuring accurate linking and integration between Google and the provider.", "type": "string" @@ -2582,6 +2620,26 @@ "$ref": "AccountAggregation", "description": "The provider is an [aggregator](https://support.google.com/merchants/answer/188487) for the account. Payload for service type Account Aggregation." }, + "accountManagement": { + "$ref": "AccountManagement", + "description": "The provider manages this account. Payload for service type Account Management." + }, + "campaignsManagement": { + "$ref": "CampaignsManagement", + "description": "The provider manages campaigns for this account. Payload for service type campaigns management." + }, + "comparisonShopping": { + "$ref": "ComparisonShopping", + "description": "The provider is a CSS (Comparison Shopping Service) of this account. Payload for service type Comparison Shopping." + }, + "externalAccountId": { + "description": "Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating with the provider. This should be the unique account ID within the provider's system (for example, your shop ID in Shopify). If you have multiple accounts with the same provider - for instance, different accounts for various regions \u2014 the `external_account_id` differentiates between them, ensuring accurate linking and integration between Google and the provider. The external account ID must be specified for the campaigns management service type. The external account ID must not be specified for the account aggregation service type. The external account ID is optional / may be specified for all other service types.", + "type": "string" + }, + "productsManagement": { + "$ref": "ProductsManagement", + "description": "The provider manages products for this account. Payload for service type products management." + }, "provider": { "description": "Required. The provider of the service. Either the reference to an account such as `providers/123` or a well-known service provider (one of `providers/GOOGLE_ADS` or `providers/GOOGLE_BUSINESS_PROFILE`).", "type": "string" @@ -2600,6 +2658,10 @@ "userId": { "description": "Required. The email address of the user (for example, `john.doe@gmail.com`).", "type": "string" + }, + "verificationMailSettings": { + "$ref": "VerificationMailSettings", + "description": "Optional. Settings related to configuring the verification email that is sent after adding a user." } }, "type": "object" @@ -3033,6 +3095,12 @@ }, "type": "object" }, + "ComparisonShopping": { + "description": "`ComparisonShopping` payload.", + "id": "ComparisonShopping", + "properties": {}, + "type": "object" + }, "CreateAndConfigureAccountRequest": { "description": "Request message for the `CreateAndConfigureAccount` method.", "id": "CreateAndConfigureAccountRequest", @@ -3048,6 +3116,13 @@ }, "type": "array" }, + "setAlias": { + "description": "Optional. If a relationship is created with a provider, you can set an alias for it with this field. The calling user must be an admin on the provider to be able to set an alias.", + "items": { + "$ref": "SetAliasForRelationship" + }, + "type": "array" + }, "user": { "description": "Optional. Users to be added to the account.", "items": { @@ -5020,6 +5095,21 @@ }, "type": "object" }, + "SetAliasForRelationship": { + "description": "Set an alias for a relationship between a provider and the account to be created.", + "id": "SetAliasForRelationship", + "properties": { + "accountIdAlias": { + "description": "Required. The unique ID of this account in the provider's system. The value must be unique across all accounts on the platform for this provider.", + "type": "string" + }, + "provider": { + "description": "Required. The provider of the service. This is a reference to an account such as `providers/123` or `accounts/123`. The same provider must be specified in at least one of the `service` fields.", + "type": "string" + } + }, + "type": "object" + }, "ShippingSettings": { "description": "The Merchant Center account's [shipping settings](https://support.google.com/merchants/answer/6069284). The `ShippingSettings` resource lets you retrieve and update the shipping settings of your advanced account and all its associated sub-accounts.", "id": "ShippingSettings", @@ -5316,7 +5406,7 @@ "type": "object" }, "User": { - "description": "The `User` message represents a user associated with a Merchant Center account. It is used to manage user permissions and access rights within the account. For more information, see [Frequently asked questions about people and access levels](//support.google.com/merchants/answer/12160472).", + "description": "The `User` resource represents a user associated with a Merchant Center account. It is used to manage user permissions and access rights within the account. For more information, see [Frequently asked questions about people and access levels](//support.google.com/merchants/answer/12160472).", "id": "User", "properties": { "accessRights": { @@ -5391,6 +5481,33 @@ }, "type": "object" }, + "VerificationMailSettings": { + "description": "Settings related to the verification email that is sent after adding a user.", + "id": "VerificationMailSettings", + "properties": { + "verificationMailMode": { + "description": "Optional. Mode of the verification mail. If not set, the default is `SEND_VERIFICATION_MAIL`.", + "enum": [ + "VERIFICATION_MAIL_MODE_UNSPECIFIED", + "SEND_VERIFICATION_MAIL", + "SUPPRESS_VERIFICATION_MAIL" + ], + "enumDescriptions": [ + "Default first member of every enum. Do not use.", + "An invitation email is sent to the user added shortly after.", + "No invitation email is sent. This can be useful if the user is expected to accept the invitation through the API without needing another notification." + ], + "type": "string" + } + }, + "type": "object" + }, + "VerifySelfRequest": { + "description": "Request message for the `VerifySelf` method.", + "id": "VerifySelfRequest", + "properties": {}, + "type": "object" + }, "Warehouse": { "description": "A fulfillment warehouse, which stores and handles inventory.", "id": "Warehouse", diff --git a/DiscoveryJson/merchantapi.datasources_v1.json b/DiscoveryJson/merchantapi.datasources_v1.json index de665d563d1..a7b4fb82587 100644 --- a/DiscoveryJson/merchantapi.datasources_v1.json +++ b/DiscoveryJson/merchantapi.datasources_v1.json @@ -321,7 +321,7 @@ } } }, - "revision": "20250804", + "revision": "20251102", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "DataSource": { @@ -980,7 +980,7 @@ "type": "object" }, "SupplementalProductDataSource": { - "description": "The supplemental data source for local and online products. After creation, you should make sure to link the supplemental product data source into one or more primary product data sources.", + "description": "The [supplemental data source](https://developers.google.com/merchant/api/guides/data-sources/api-sources#link-supplemental-data-source) for local and online products. After creation,you should make sure to link the supplemental product data source into one or more primary product data sources.", "id": "SupplementalProductDataSource", "properties": { "contentLanguage": { diff --git a/DiscoveryJson/merchantapi.datasources_v1beta.json b/DiscoveryJson/merchantapi.datasources_v1beta.json index 181d8ccf1d8..d1c132c9d7d 100644 --- a/DiscoveryJson/merchantapi.datasources_v1beta.json +++ b/DiscoveryJson/merchantapi.datasources_v1beta.json @@ -321,7 +321,7 @@ } } }, - "revision": "20250721", + "revision": "20251102", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "DataSource": { @@ -992,7 +992,7 @@ "type": "object" }, "SupplementalProductDataSource": { - "description": "The supplemental data source for local and online products. After creation, you should make sure to link the supplemental product data source into one or more primary product data sources.", + "description": "The [supplemental data source](https://developers.google.com/merchant/api/guides/data-sources/api-sources#link-supplemental-data-source) for local and online products. After creation,you should make sure to link the supplemental product data source into one or more primary product data sources.", "id": "SupplementalProductDataSource", "properties": { "contentLanguage": { diff --git a/DiscoveryJson/merchantapi.inventories_v1.json b/DiscoveryJson/merchantapi.inventories_v1.json index 7287cd72b53..13de7bf762b 100644 --- a/DiscoveryJson/merchantapi.inventories_v1.json +++ b/DiscoveryJson/merchantapi.inventories_v1.json @@ -121,7 +121,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the local inventory for the given product to delete. Format: `accounts/{account}/products/{product}/localInventories/{store_code}`", + "description": "Required. The name of the local inventory for the given product to delete. Format: `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+/localInventories/[^/]+$", "required": true, @@ -146,7 +146,7 @@ ], "parameters": { "parent": { - "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}`", + "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -185,7 +185,7 @@ "type": "string" }, "parent": { - "description": "Required. The `name` of the parent product to list local inventories for. Format: `accounts/{account}/products/{product}`", + "description": "Required. The `name` of the parent product to list local inventories for. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -214,7 +214,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the `RegionalInventory` resource to delete. Format: `accounts/{account}/products/{product}/regionalInventories/{region}`", + "description": "Required. The name of the `RegionalInventory` resource to delete. Format: `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+/regionalInventories/[^/]+$", "required": true, @@ -239,7 +239,7 @@ ], "parameters": { "parent": { - "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}`", + "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -278,7 +278,7 @@ "type": "string" }, "parent": { - "description": "Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: `accounts/{account}/products/{product}`", + "description": "Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -300,7 +300,7 @@ } } }, - "revision": "20250804", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "Empty": { @@ -377,7 +377,7 @@ "description": "Optional. A list of local inventory attributes." }, "name": { - "description": "Output only. The name of the `LocalInventory` resource. Format: `accounts/{account}/products/{product}/localInventories/{store_code}`", + "description": "Output only. The name of the `LocalInventory` resource. Format: `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "readOnly": true, "type": "string" }, @@ -657,7 +657,7 @@ "type": "string" }, "name": { - "description": "Output only. The name of the `RegionalInventory` resource. Format: `{regional_inventory.name=accounts/{account}/products/{product}/regionalInventories/{region}`", + "description": "Output only. The name of the `RegionalInventory` resource. Format: `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "readOnly": true, "type": "string" }, diff --git a/DiscoveryJson/merchantapi.inventories_v1beta.json b/DiscoveryJson/merchantapi.inventories_v1beta.json index bc069fd4eaa..06c72fe8a23 100644 --- a/DiscoveryJson/merchantapi.inventories_v1beta.json +++ b/DiscoveryJson/merchantapi.inventories_v1beta.json @@ -121,7 +121,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the local inventory for the given product to delete. Format: `accounts/{account}/products/{product}/localInventories/{store_code}`", + "description": "Required. The name of the local inventory for the given product to delete. Format: `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+/localInventories/[^/]+$", "required": true, @@ -146,7 +146,7 @@ ], "parameters": { "parent": { - "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}`", + "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -185,7 +185,7 @@ "type": "string" }, "parent": { - "description": "Required. The `name` of the parent product to list local inventories for. Format: `accounts/{account}/products/{product}`", + "description": "Required. The `name` of the parent product to list local inventories for. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -214,7 +214,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the `RegionalInventory` resource to delete. Format: `accounts/{account}/products/{product}/regionalInventories/{region}`", + "description": "Required. The name of the `RegionalInventory` resource to delete. Format: `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+/regionalInventories/[^/]+$", "required": true, @@ -239,7 +239,7 @@ ], "parameters": { "parent": { - "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}`", + "description": "Required. The account and product where this inventory will be inserted. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -278,7 +278,7 @@ "type": "string" }, "parent": { - "description": "Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: `accounts/{account}/products/{product}`", + "description": "Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -300,7 +300,7 @@ } } }, - "revision": "20250727", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "CustomAttribute": { @@ -411,7 +411,7 @@ "type": "string" }, "name": { - "description": "Output only. The name of the `LocalInventory` resource. Format: `accounts/{account}/products/{product}/localInventories/{store_code}`", + "description": "Output only. The name of the `LocalInventory` resource. Format: `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "readOnly": true, "type": "string" }, @@ -636,7 +636,7 @@ "type": "array" }, "name": { - "description": "Output only. The name of the `RegionalInventory` resource. Format: `{regional_inventory.name=accounts/{account}/products/{product}/regionalInventories/{region}`", + "description": "Output only. The name of the `RegionalInventory` resource. Format: `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "readOnly": true, "type": "string" }, diff --git a/DiscoveryJson/merchantapi.issueresolution_v1.json b/DiscoveryJson/merchantapi.issueresolution_v1.json index 2f9b69e4661..5c6a68160f8 100644 --- a/DiscoveryJson/merchantapi.issueresolution_v1.json +++ b/DiscoveryJson/merchantapi.issueresolution_v1.json @@ -209,7 +209,7 @@ "type": "string" }, "name": { - "description": "Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}`", + "description": "Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -268,7 +268,7 @@ } } }, - "revision": "20250830", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "Action": { diff --git a/DiscoveryJson/merchantapi.issueresolution_v1beta.json b/DiscoveryJson/merchantapi.issueresolution_v1beta.json index 0ed2bafba84..b3ea8fea588 100644 --- a/DiscoveryJson/merchantapi.issueresolution_v1beta.json +++ b/DiscoveryJson/merchantapi.issueresolution_v1beta.json @@ -209,7 +209,7 @@ "type": "string" }, "name": { - "description": "Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}`", + "description": "Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -268,7 +268,7 @@ } } }, - "revision": "20250830", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "Action": { diff --git a/DiscoveryJson/merchantapi.products_v1.json b/DiscoveryJson/merchantapi.products_v1.json index 9ee5753d36e..a98934408e9 100644 --- a/DiscoveryJson/merchantapi.products_v1.json +++ b/DiscoveryJson/merchantapi.products_v1.json @@ -124,7 +124,7 @@ "type": "string" }, "name": { - "description": "Required. The name of the product input resource to delete. Format: `accounts/{account}/productInputs/{product}` where the last section `product` consists of: `content_language~feed_label~offer_id` example for product name is `accounts/123/productInputs/en~US~sku123`.", + "description": "Required. The name of the product input to delete. Format: `accounts/{account}/productInputs/{productInput}` The {productInput} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {productInput} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{productInput}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productInput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productInput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{productInput}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productinputs/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/productInputs/[^/]+$", "required": true, @@ -173,7 +173,7 @@ ] }, "patch": { - "description": "Updates the existing product input in your Merchant Center account. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.", + "description": "Updates the existing product input in your Merchant Center account. The name of the product input to update is taken from the `name` field within the `ProductInput` resource. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.", "flatPath": "products/v1/accounts/{accountsId}/productInputs/{productInputsId}", "httpMethod": "PATCH", "id": "merchantapi.accounts.productInputs.patch", @@ -187,7 +187,7 @@ "type": "string" }, "name": { - "description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productInputs/online~en~US~sku123`.", + "description": "Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The {productinput} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {productinput} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{productinput}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productinputs/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/productInputs/[^/]+$", "required": true, @@ -225,7 +225,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the product to retrieve. Format: `accounts/{account}/products/{product}` where the last section `product` consists of: `content_language~feed_label~offer_id` example for product name is `accounts/123/products/en~US~sku123`. A legacy local product name would be `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", + "description": "Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -281,7 +281,7 @@ } } }, - "revision": "20250811", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "AutomatedDiscounts": { @@ -303,6 +303,282 @@ }, "type": "object" }, + "CarrierShipping": { + "description": "Carrier-based shipping configuration. Allows for setting shipping speed or shipping cost based on a carrier's provided info.", + "id": "CarrierShipping", + "properties": { + "carrierPrice": { + "description": "Selected carrier to calculate the shipping price from. Select a carrier from the [available carriers list](https://support.google.com/merchants/answer/15449142#Supported), for example `AUSTRALIA_POST_REGULAR`. Price will be calculated by this selected carrier, the location expressed in originPostalCode, along with the user location to determine the accurate shipping price. Carrier is represented by a carrier service name or a carrier service ID. Cannot be set together with flatPrice.", + "enum": [ + "CARRIER_PRICE_OPTION_UNSPECIFIED", + "AUSTRALIA_POST_REGULAR", + "AUSTRALIA_POST_EXPRESS", + "AUSTRALIA_POST_REGULAR_S", + "AUSTRALIA_POST_REGULAR_M", + "AUSTRALIA_POST_REGULAR_L", + "AUSTRALIA_POST_REGULAR_XL", + "AUSTRALIA_POST_EXPRESS_S", + "AUSTRALIA_POST_EXPRESS_M", + "AUSTRALIA_POST_EXPRESS_L", + "AUSTRALIA_POST_EXPRESS_XL", + "TNT_ROAD_EXPRESS", + "TNT_OVERNIGHT_EXPRESS", + "TOLL_ROAD_DELIVERY", + "TOLL_OVERNIGHT_PRIORITY", + "DHL_PAKET", + "DHL_PACKCHEN", + "DPD_EXPRESS_12", + "DPD_EXPRESS", + "DPD_CLASSIC_PARCEL", + "HERMES_PACKCHEN", + "HERMES_PAKETKLASSE_S", + "HERMES_PAKETKLASSE_M", + "HERMES_PAKETKLASSE_L", + "UPS_EXPRESS", + "UPS_EXPRESS_SAVER", + "UPS_EXPRESS_STANDARD", + "DHL_EXPRESS", + "DHL_EXPRESS_12", + "DPD_NEXT_DAY", + "DPD_STANDARD_NEXT_DAY", + "DPD_STANDARD_TWO_DAY", + "RMG_1ST_CLASS_SMALL", + "RMG_1ST_CLASS_MEDIUM", + "RMG_2ND_CLASS_SMALL", + "RMG_2ND_CLASS_MEDIUM", + "TNT_EXPRESS", + "TNT_EXPRESS_10", + "TNT_EXPRESS_12", + "YODEL_B2C_48HR", + "YODEL_B2C_72HR", + "YODEL_B2C_PACKET", + "FEDEX_GROUND", + "FEDEX_HOME_DELIVERY", + "FEDEX_EXPRESS_SAVER", + "FEDEX_FIRST_OVERNIGHT", + "FEDEX_PRIORITY_OVERNIGHT", + "FEDEX_STANDARD_OVERNIGHT", + "FEDEX_2DAY", + "UPS_STANDARD", + "UPS_2ND_DAY_AIR", + "UPS_2ND_DAY_AM", + "UPS_3_DAY_SELECT", + "UPS_GROUND", + "UPS_NEXT_DAY_AIR", + "UPS_NEXT_DAY_AIR_EARLY_AM", + "UPS_NEXT_DAY_AIR_SAVER", + "USPS_PRIORITY_MAIL_EXPRESS", + "USPS_MEDIA_MAIL", + "USPS_GROUND_ADVANTAGE_RETAIL", + "USPS_PRIORITY_MAIL", + "USPS_GROUND_ADVANTAGE_COMMERCIAL" + ], + "enumDescriptions": [ + "Carrier price option is unspecified.", + "Australia Post Regular shipping service.", + "Australia Post Express shipping service.", + "Australia Post Regular Small shipping service.", + "Australia Post Regular Medium shipping service.", + "Australia Post Regular Large shipping service.", + "Australia Post Regular XL shipping service.", + "Australia Post Express Small shipping service.", + "Australia Post Express Medium shipping service.", + "Australia Post Express Large shipping service.", + "Australia Post Express XL shipping service.", + "TNT Road Express shipping service.", + "TNT Overnight Express shipping service.", + "Toll Road Delivery shipping service.", + "Toll Overnight Priority shipping service.", + "DHL Paket shipping service.", + "DHL Packchen shipping service.", + "DPD Express 12 shipping service.", + "DPD Express shipping service.", + "DPD Classic Parcel shipping service.", + "Hermes Packchen shipping service.", + "Hermes Paketklasse S shipping service.", + "Hermes Paketklasse M shipping service.", + "Hermes Paketklasse L shipping service.", + "UPS Express shipping service.", + "UPS Express Saver shipping service.", + "UPS Express Standard shipping service.", + "DHL Express shipping service.", + "DHL Express 12 shipping service.", + "DPD Next Day shipping service.", + "DPD Standard Next Day shipping service.", + "DPD Standard Two Day shipping service.", + "RMG 1st Class Small shipping service.", + "RMG 1st Class Medium shipping service.", + "RMG 2nd Class Small shipping service.", + "RMG 2nd Class Medium shipping service.", + "TNT Express shipping service.", + "TNT Express 10 shipping service.", + "TNT Express 12 shipping service.", + "Yodel B2C 48HR shipping service.", + "Yodel B2C 72HR shipping service.", + "Yodel B2C Packet shipping service.", + "FedEx Ground shipping service.", + "FedEx Home Delivery shipping service.", + "FedEx Express Saver shipping service.", + "FedEx First Overnight shipping service.", + "FedEx Priority Overnight shipping service.", + "FedEx Standard Overnight shipping service.", + "FedEx 2Day shipping service.", + "UPS Standard shipping service.", + "UPS 2nd Day Air shipping service.", + "UPS 2nd Day AM shipping service.", + "UPS 3 Day Select shipping service.", + "UPS Ground shipping service.", + "UPS Next Day Air shipping service.", + "UPS Next Day Air Early AM shipping service.", + "UPS Next Day Air Saver shipping service.", + "USPS Priority Mail Express shipping service.", + "USPS Media Mail shipping service.", + "USPS Ground Advantage Retail shipping service.", + "USPS Priority Mail shipping service.", + "USPS Ground Advantage Commercial shipping service." + ], + "type": "string" + }, + "carrierPriceFlatAdjustment": { + "$ref": "Price", + "description": "A flat adjustment on the carrier price. Can be either positive or negative. Cannot be zero. Requires `carrier_price` to be present. Cannot be set together with flatPrice and carrierPricePercentageAdjustment." + }, + "carrierPricePercentageAdjustment": { + "description": "A percentual adjustment on the carrier price. Can be either positive or negative. Cannot be zero. Requires `carrier_price` to be present. Cannot be set together with flatPrice and carrierPriceFlatAdjustment.", + "format": "double", + "type": "number" + }, + "carrierTransitTime": { + "description": "Selected carrier to calculate the shipping speed from. Select a carrier from the [available carriers list](https://support.google.com/merchants/answer/15449142#Supported), for example `AUSTRALIA_POST_REGULAR`. Speed will be calculated by this selected carrier, the location expressed in originPostalCode, along with the user location to determine the accurate delivery speed. Carrier is represented by a carrier service name or a carrier service ID. Cannot be set together with fixedMaxTransitTime or fixedMinTransitTime.", + "enum": [ + "CARRIER_TRANSIT_TIME_OPTION_UNSPECIFIED", + "DHL_PAKET", + "DHL_PACKCHEN", + "DHL_EXPRESSEASY", + "DPD_EXPRESS", + "DPD_CLASSIC_PARCEL", + "HERMES_HAUSTUR", + "HERMES_PAKETSHOP", + "GLS_BUSINESS", + "GLS_EXPRESS", + "GLS_PRIVATE", + "COLISSIMO_DOMICILE", + "DHL_EXPRESS_12AM", + "DHL_EXPRESS_9AM", + "GEODIS_EXPRESS", + "GEODIS_PACK_30", + "GEODIS_SAME_DAY", + "GEODIS_TOP_24", + "TNT_ESSENTIEL_24H", + "TNT_ESSENTIEL_FLEXIBILITE", + "FEDEX_GROUND", + "FEDEX_HOME_DELIVERY", + "FEDEX_EXPRESS_SAVER", + "FEDEX_FIRST_OVERNIGHT", + "FEDEX_PRIORITY_OVERNIGHT", + "FEDEX_STANDARD_OVERNIGHT", + "FEDEX_2DAY", + "UPS_2ND_DAY_AIR", + "UPS_2ND_DAY_AM", + "UPS_3_DAY_SELECT", + "UPS_GROUND", + "UPS_NEXT_DAY_AIR", + "UPS_NEXT_DAY_AIR_EARLY_AM", + "UPS_NEXT_DAY_AIR_SAVER", + "USPS_PRIORITY_MAIL_EXPRESS", + "USPS_MEDIA_MAIL", + "USPS_GROUND_ADVANTAGE_RETAIL", + "USPS_PRIORITY_MAIL", + "USPS_GROUND_ADVANTAGE_COMMERCIAL", + "USPS_FIRST_CLASS_MAIL" + ], + "enumDescriptions": [ + "Carrier transit time option is unspecified.", + "DHL Paket shipping service.", + "DHL Packchen shipping service.", + "DHL Express Easy shipping service.", + "DPD Express shipping service.", + "DPD Classic Parcel shipping service.", + "Hermes Haustur shipping service.", + "Hermes Paketshop shipping service.", + "GLS Business shipping service.", + "GLS Express shipping service.", + "GLS Private shipping service.", + "Colissimo Domicile shipping service.", + "DHL Express 12 AM shipping service.", + "DHL Express 9 AM shipping service.", + "GEODIS Express shipping service.", + "GEODIS Pack 30 shipping service.", + "GEODIS Same Day shipping service.", + "GEODIS Top 24 shipping service.", + "TNT Essentiel 24H shipping service.", + "TNT Essentiel Flexibilite shipping service.", + "FedEx Ground shipping service.", + "FedEx Home Delivery shipping service.", + "FedEx Express Saver shipping service.", + "FedEx First Overnight shipping service.", + "FedEx Priority Overnight shipping service.", + "FedEx Standard Overnight shipping service.", + "FedEx 2Day shipping service.", + "UPS 2nd Day Air shipping service.", + "UPS 2nd Day AM shipping service.", + "UPS 3 Day Select shipping service.", + "UPS Ground shipping service.", + "UPS Next Day Air shipping service.", + "UPS Next Day Air Early AM shipping service.", + "UPS Next Day Air Saver shipping service.", + "USPS Priority Mail Express shipping service.", + "USPS Media Mail shipping service.", + "USPS Ground Advantage Retail shipping service.", + "USPS Priority Mail shipping service.", + "USPS Ground Advantage Commercial shipping service.", + "USPS First Class Mail shipping service." + ], + "type": "string" + }, + "country": { + "description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.", + "type": "string" + }, + "fixedMaxTransitTime": { + "description": "Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. Needs to be provided together with maxHandlingTime. Cannot be set if carrierTransitTime is present.", + "format": "int64", + "type": "string" + }, + "fixedMinTransitTime": { + "description": "Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. fixedMinTransitTime can only be set if fixedMaxTransitTime is set. Cannot be set if carrierTransitTime is present.", + "format": "int64", + "type": "string" + }, + "flatPrice": { + "$ref": "Price", + "description": "Fixed shipping price, represented as a number with currency. Cannot be set together with carrierPrice or its adjustments (carrierPriceFlatAdjustment, carrierPricePercentageAdjustment)." + }, + "maxHandlingTime": { + "description": "Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. Both maxHandlingTime and fixedMaxTransitTime or carrierTransitTime are required if providing shipping speeds.", + "format": "int64", + "type": "string" + }, + "minHandlingTime": { + "description": "Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. minHandlingTime can only be set if maxHandlingTime is also set.", + "format": "int64", + "type": "string" + }, + "originPostalCode": { + "description": "The source location postal code from which this offer ships. Represented only by a full-length postal code.", + "type": "string" + }, + "postalCode": { + "description": "The postal code range that the shipping rate applies to, represented by a postal code (eg. `94043`), a postal code prefix followed by a * wildcard (eg. `94*`), a range between two postal codes (eg. `94043-98033`) or two postal code prefixes of equal length (eg. `94*-98*`).", + "type": "string" + }, + "region": { + "description": "The geographic region to which a shipping rate applies. See [region](https://support.google.com/merchants/answer/6324484) for more information.", + "type": "string" + } + }, + "type": "object" + }, "CloudExportAdditionalProperties": { "description": "Product property for the Cloud Retail API. For example, properties for a TV product could be \"Screen-Resolution\" or \"Screen-Size\".", "id": "CloudExportAdditionalProperties", @@ -493,6 +769,29 @@ }, "type": "object" }, + "HandlingCutoffTime": { + "description": "Configuration for offer or offer-country level shipping handling cutoff time.", + "id": "HandlingCutoffTime", + "properties": { + "country": { + "description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which the handling cutoff time applies.", + "type": "string" + }, + "cutoffTime": { + "description": "The handling cutoff time until which an order has to be placed to be processed in the same day. This is a string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST.", + "type": "string" + }, + "cutoffTimezone": { + "description": "[Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) For example 'Europe/Zurich'. If not set, the shipping destination timezone will be used.", + "type": "string" + }, + "disableDeliveryAfterCutoff": { + "description": "This field only applies to same-day delivery. If true, prevents next-day delivery from being shown for this offer after the cutoff time. This field only applies to same-day delivery offers, for merchants who want to explicitly disable it.", + "type": "boolean" + } + }, + "type": "object" + }, "Interval": { "description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.", "id": "Interval", @@ -671,7 +970,7 @@ "type": "object" }, "LoyaltyProgram": { - "description": "A message that represents loyalty program.", + "description": "LINT.IfChange(LoyaltyProgram) A message that represents loyalty program.", "id": "LoyaltyProgram", "properties": { "cashbackForFutureUse": { @@ -874,6 +1173,13 @@ "description": "URL for the canonical version of your item's landing page.", "type": "string" }, + "carrierShipping": { + "description": "Rules for carrier-based shipping.", + "items": { + "$ref": "CarrierShipping" + }, + "type": "array" + }, "certifications": { "description": "Product Certifications, for example for energy efficiency labeling of products recorded in the [EU EPREL](https://eprel.ec.europa.eu/screen/home) database. See the [Help Center](https://support.google.com/merchants/answer/13528839) article for more information.", "items": { @@ -1075,6 +1381,13 @@ }, "type": "array" }, + "handlingCutoffTimes": { + "description": "The handling cutoff times for shipping.", + "items": { + "$ref": "HandlingCutoffTime" + }, + "type": "array" + }, "identifierExists": { "description": "Set this value to false when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Defaults to true, if not provided.", "type": "boolean" @@ -1383,6 +1696,13 @@ }, "type": "array" }, + "shippingHandlingBusinessDays": { + "description": "The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.", + "items": { + "$ref": "ShippingBusinessDaysConfig" + }, + "type": "array" + }, "shippingHeight": { "$ref": "ShippingDimension", "description": "Height of the item for shipping." @@ -1395,6 +1715,13 @@ "$ref": "ShippingDimension", "description": "Length of the item for shipping." }, + "shippingTransitBusinessDays": { + "description": "The business days during which orders are in transit. If not provided, Monday to Friday business days will be assumed.", + "items": { + "$ref": "ShippingBusinessDaysConfig" + }, + "type": "array" + }, "shippingWeight": { "$ref": "ShippingWeight", "description": "Weight of the item for shipping." @@ -1713,7 +2040,7 @@ "type": "boolean" }, "name": { - "description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productInputs/online~en~US~sku123`.", + "description": "Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The {productinput} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {productinput} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{productinput}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productinputs/online~en~US~sku123`.", "type": "string" }, "offerId": { @@ -1925,6 +2252,14 @@ "description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.", "type": "string" }, + "handlingCutoffTime": { + "description": "The handling cutoff time until which an order has to be placed to be processed in the same day. This is a string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST and `handling_cutoff_timezone` will be ignored.", + "type": "string" + }, + "handlingCutoffTimezone": { + "description": "[Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) For example `Europe/Zurich`. This field only applies if `handling_cutoff_time` is set. If `handling_cutoff_time` is set but this field is not set, the shipping destination timezone will be used. If both fields are not set, the handling cutoff time will default to 8AM PST.", + "type": "string" + }, "locationGroupName": { "description": "The location where the shipping is applicable, represented by a location group name.", "type": "string" @@ -1973,6 +2308,21 @@ }, "type": "object" }, + "ShippingBusinessDaysConfig": { + "description": "The business days during which orders are on their path to fulfillment. If not provided, Monday to Friday business days will be assumed.", + "id": "ShippingBusinessDaysConfig", + "properties": { + "businessDays": { + "description": "Effective days of the week considered for the delivery time calculation. May not be empty. The more business days included the faster the delivery. Can be set through individual days (e.g. `MTWRF`), or day ranges (e.g. `Mon-Fri`). For more information about accepted formats, see [Shipping handling business days](https://support.google.com/merchants/answer/16072859).", + "type": "string" + }, + "country": { + "description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.", + "type": "string" + } + }, + "type": "object" + }, "ShippingDimension": { "description": "The ShippingDimension of the product.", "id": "ShippingDimension", diff --git a/DiscoveryJson/merchantapi.products_v1beta.json b/DiscoveryJson/merchantapi.products_v1beta.json index f9bfe79c706..a58d635bebc 100644 --- a/DiscoveryJson/merchantapi.products_v1beta.json +++ b/DiscoveryJson/merchantapi.products_v1beta.json @@ -124,7 +124,7 @@ "type": "string" }, "name": { - "description": "Required. The name of the product input resource to delete. Format: `accounts/{account}/productInputs/{product}` where the last section `product` consists of: `content_language~feed_label~offer_id` example for product name is `accounts/123/productInputs/en~US~sku123`.", + "description": "Required. The name of the product input to delete. Format: `accounts/{account}/productInputs/{productInput}` The {productInput} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {productInput} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{productInput}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productInput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productInput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{productInput}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productinputs/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/productInputs/[^/]+$", "required": true, @@ -173,7 +173,7 @@ ] }, "patch": { - "description": "Updates the existing product input in your Merchant Center account. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.", + "description": "Updates the existing product input in your Merchant Center account. The name of the product input to update is taken from the `name` field within the `ProductInput` resource. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.", "flatPath": "products/v1beta/accounts/{accountsId}/productInputs/{productInputsId}", "httpMethod": "PATCH", "id": "merchantapi.accounts.productInputs.patch", @@ -187,7 +187,7 @@ "type": "string" }, "name": { - "description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productInputs/online~en~US~sku123`.", + "description": "Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The {productinput} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {productinput} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{productinput}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productinputs/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/productInputs/[^/]+$", "required": true, @@ -225,7 +225,7 @@ ], "parameters": { "name": { - "description": "Required. The name of the product to retrieve. Format: `accounts/{account}/products/{product}` where the last section `product` consists of: `content_language~feed_label~offer_id` example for product name is `accounts/123/products/en~US~sku123`. A legacy local product name would be `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", + "description": "Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.", "location": "path", "pattern": "^accounts/[^/]+/products/[^/]+$", "required": true, @@ -281,7 +281,7 @@ } } }, - "revision": "20250811", + "revision": "20251115", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "Attributes": { @@ -1179,7 +1179,7 @@ "type": "object" }, "LoyaltyProgram": { - "description": "A message that represents loyalty program.", + "description": "LINT.IfChange(LoyaltyProgram) A message that represents loyalty program.", "id": "LoyaltyProgram", "properties": { "cashbackForFutureUse": { @@ -1464,7 +1464,7 @@ "type": "string" }, "name": { - "description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productInputs/online~en~US~sku123`.", + "description": "Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The {productinput} segment is a unique identifier for the product. This identifier must be unique within a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the {productinput} segment in the URL is automatically detected by the server, supporting two options: 1. **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) characters in the `{productinput}` segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productinputs/online~en~US~sku123`.", "type": "string" }, "offerId": { @@ -1668,6 +1668,14 @@ "description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.", "type": "string" }, + "handlingCutoffTime": { + "description": "The handling cutoff time until which an order has to be placed to be processed in the same day. This is a string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST and `handling_cutoff_timezone` will be ignored.", + "type": "string" + }, + "handlingCutoffTimezone": { + "description": "[Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) For example `Europe/Zurich`. This field only applies if `handling_cutoff_time` is set. If `handling_cutoff_time` is set but this field is not set, the shipping destination timezone will be used. If both fields are not set, the handling cutoff time will default to 8AM PST.", + "type": "string" + }, "locationGroupName": { "description": "The location where the shipping is applicable, represented by a location group name.", "type": "string" diff --git a/DiscoveryJson/migrationcenter.v1.json b/DiscoveryJson/migrationcenter.v1.json index a82f271b4ca..580b8211c9f 100644 --- a/DiscoveryJson/migrationcenter.v1.json +++ b/DiscoveryJson/migrationcenter.v1.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1951,6 +1951,34 @@ "resources": { "reports": { "methods": { + "artifactLink": { + "description": "Gets the link to the generated artifact of a given type for a Report.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}:artifactLink", + "httpMethod": "POST", + "id": "migrationcenter.projects.locations.reportConfigs.reports.artifactLink", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:artifactLink", + "request": { + "$ref": "GenerateReportArtifactLinkRequest" + }, + "response": { + "$ref": "ReportArtifactLink" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "create": { "description": "Creates a report.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports", @@ -2412,7 +2440,7 @@ } } }, - "revision": "20250930", + "revision": "20251111", "rootUrl": "https://migrationcenter.googleapis.com/", "schemas": { "AddAssetsToGroupRequest": { @@ -4003,6 +4031,29 @@ }, "type": "object" }, + "GenerateReportArtifactLinkRequest": { + "description": "A request to generate a link to an artifact for a Report.", + "id": "GenerateReportArtifactLinkRequest", + "properties": { + "artifactType": { + "description": "Required. Type of the artifact requested.", + "enum": [ + "ARTIFACT_TYPE_UNSPECIFIED", + "PRESENTATION", + "SPREADSHEET", + "CSV" + ], + "enumDescriptions": [ + "Unspecified (default value).", + "Google Slides presentation.", + "Google Sheets document.", + "Comma Separated Value Text File." + ], + "type": "string" + } + }, + "type": "object" + }, "GenericInsight": { "description": "A generic insight about an asset.", "id": "GenericInsight", @@ -5105,6 +5156,10 @@ "$ref": "NetworkAdapterList", "description": "List of network adapters." }, + "defaultGateway": { + "description": "Optional. Default gateway address.", + "type": "string" + }, "primaryIpAddress": { "description": "The primary IP address of the machine.", "type": "string" @@ -6037,6 +6092,24 @@ }, "type": "object" }, + "ReportArtifactLink": { + "description": "Describes a link to a generated artifact of the report.", + "id": "ReportArtifactLink", + "properties": { + "uri": { + "description": "Output only. URI of the artifact.", + "readOnly": true, + "type": "string" + }, + "uriExpirationTime": { + "description": "Output only. Expiration time of the URI.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "ReportAssetFramesResponse": { "description": "A response to a call to `ReportAssetFrame`.", "id": "ReportAssetFramesResponse", diff --git a/DiscoveryJson/migrationcenter.v1alpha1.json b/DiscoveryJson/migrationcenter.v1alpha1.json index 813ac1824e4..94b8f33658d 100644 --- a/DiscoveryJson/migrationcenter.v1alpha1.json +++ b/DiscoveryJson/migrationcenter.v1alpha1.json @@ -169,7 +169,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2098,6 +2098,34 @@ "resources": { "reports": { "methods": { + "artifactLink": { + "description": "Gets the link to the generated artifact of a given type for a Report.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}:artifactLink", + "httpMethod": "POST", + "id": "migrationcenter.projects.locations.reportConfigs.reports.artifactLink", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha1/{+name}:artifactLink", + "request": { + "$ref": "GenerateReportArtifactLinkRequest" + }, + "response": { + "$ref": "ReportArtifactLink" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "create": { "description": "Creates a report.", "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports", @@ -2166,6 +2194,34 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "export": { + "description": "Export a Report into a supported format.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}:export", + "httpMethod": "POST", + "id": "migrationcenter.projects.locations.reportConfigs.reports.export", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha1/{+name}:export", + "request": { + "$ref": "ExportReportRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "get": { "description": "Gets details of a single Report.", "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}", @@ -2271,6 +2327,169 @@ "https://www.googleapis.com/auth/cloud-platform" ] } + }, + "resources": { + "reportExportJobs": { + "methods": { + "create": { + "description": "Export a Report into a supported destination.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}/reportExportJobs", + "httpMethod": "POST", + "id": "migrationcenter.projects.locations.reportConfigs.reports.reportExportJobs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "parent": { + "description": "Required. The parent resource where this export job will be created.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + "required": true, + "type": "string" + }, + "reportExportJobId": { + "description": "Required. The ID to use for the report export job.", + "location": "query", + "type": "string" + }, + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha1/{+parent}/reportExportJobs", + "request": { + "$ref": "ReportExportJob" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes an report export job.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}/reportExportJobs/{reportExportJobsId}", + "httpMethod": "DELETE", + "id": "migrationcenter.projects.locations.reportConfigs.reports.reportExportJobs.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+/reportExportJobs/[^/]+$", + "required": true, + "type": "string" + }, + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "v1alpha1/{+name}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets the details of a report export job.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}/reportExportJobs/{reportExportJobsId}", + "httpMethod": "GET", + "id": "migrationcenter.projects.locations.reportConfigs.reports.reportExportJobs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+/reportExportJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha1/{+name}", + "response": { + "$ref": "ReportExportJob" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists all the report export jobs for a given report.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}/reportExportJobs", + "httpMethod": "GET", + "id": "migrationcenter.projects.locations.reportConfigs.reports.reportExportJobs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A token identifying a page of results that the server should return.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. Parent report owning the export jobs.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha1/{+parent}/reportExportJobs", + "response": { + "$ref": "ListReportExportJobsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "run": { + "description": "Runs a report export job.", + "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}/reportExportJobs/{reportExportJobsId}:run", + "httpMethod": "POST", + "id": "migrationcenter.projects.locations.reportConfigs.reports.reportExportJobs.run", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the resource.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+/reportExportJobs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1alpha1/{+name}:run", + "request": { + "$ref": "RunReportExportJobRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } } } } @@ -2559,7 +2778,7 @@ } } }, - "revision": "20250930", + "revision": "20251106", "rootUrl": "https://migrationcenter.googleapis.com/", "schemas": { "AddAssetsToGroupRequest": { @@ -2795,6 +3014,11 @@ "description": "Output only. Asset information specific for AWS CloudFront distributions.", "readOnly": true }, + "awsDynamodbTableDetails": { + "$ref": "AwsDynamoDBTableDetails", + "description": "Output only. Asset information specific for AWS DynamoDB tables.", + "readOnly": true + }, "awsEcsClusterDetails": { "$ref": "AwsEcsClusterDetails", "description": "Output only. Asset information specific for AWS ECS clusters.", @@ -2820,11 +3044,21 @@ "description": "Output only. Asset information specific for AWS Lambda functions.", "readOnly": true }, + "awsNatGatewayDetails": { + "$ref": "AwsNatGatewayDetails", + "description": "Output only. Asset information specific for AwsNatGatewayDetails", + "readOnly": true + }, "awsRedshiftDetails": { "$ref": "AwsRedshiftDetails", "description": "Output only. Asset information specific for AWS Redshift", "readOnly": true }, + "awsRoute53HostedZoneDetails": { + "$ref": "AwsRoute53HostedZoneDetails", + "description": "Output only. Asset information specific for AwsRoute53HostedZoneDetails", + "readOnly": true + }, "awsS3BucketDetails": { "$ref": "AwsS3BucketDetails", "description": "Output only. Asset information specific for AWS S3 buckets.", @@ -2946,6 +3180,10 @@ "$ref": "AwsCloudFrontDistributionDetails", "description": "Asset information specific for AWS CloudFront distributions." }, + "awsDynamodbTableDetails": { + "$ref": "AwsDynamoDBTableDetails", + "description": "Asset information specific for AWS DynamoDB tables." + }, "awsEcsClusterDetails": { "$ref": "AwsEcsClusterDetails", "description": "Asset information specific for AWS ECS clusters." @@ -2966,10 +3204,18 @@ "$ref": "AwsLambdaFunctionDetails", "description": "Asset information specific for AWS Lambda functions." }, + "awsNatGatewayDetails": { + "$ref": "AwsNatGatewayDetails", + "description": "Asset information specific for AwsNatGatewayDetails" + }, "awsRedshiftDetails": { "$ref": "AwsRedshiftDetails", "description": "Asset information specific for AWS Redshift clusters." }, + "awsRoute53HostedZoneDetails": { + "$ref": "AwsRoute53HostedZoneDetails", + "description": "Asset information specific for AwsRoute53HostedZoneDetails" + }, "awsS3BucketDetails": { "$ref": "AwsS3BucketDetails", "description": "Asset information specific for AWS S3 buckets." @@ -3226,13 +3472,7 @@ "AssetsExportJobNetworkDependencies": { "description": "Configuration for network dependencies exports.", "id": "AssetsExportJobNetworkDependencies", - "properties": { - "maxDays": { - "description": "Optional. When this value is set to a positive integer, network connections data will be returned for the most recent days for which data is available. When this value is unset (or set to zero), all available data is returned.", - "format": "int32", - "type": "integer" - } - }, + "properties": {}, "type": "object" }, "AssetsExportJobPerformanceData": { @@ -3253,6 +3493,12 @@ "properties": {}, "type": "object" }, + "AwsDynamoDBTableDetails": { + "description": "Details of an AWS DynamoDB table.", + "id": "AwsDynamoDBTableDetails", + "properties": {}, + "type": "object" + }, "AwsEc2PlatformDetails": { "description": "AWS EC2 specific details.", "id": "AwsEc2PlatformDetails", @@ -3312,6 +3558,12 @@ "properties": {}, "type": "object" }, + "AwsNatGatewayDetails": { + "description": "Details of an AWS NAT Gateway.", + "id": "AwsNatGatewayDetails", + "properties": {}, + "type": "object" + }, "AwsRds": { "description": "Specific details for an AWS RDS database deployment.", "id": "AwsRds", @@ -3324,6 +3576,12 @@ "properties": {}, "type": "object" }, + "AwsRoute53HostedZoneDetails": { + "description": "Details of an AWS Route 53 Hosted Zone.", + "id": "AwsRoute53HostedZoneDetails", + "properties": {}, + "type": "object" + }, "AwsS3BucketDetails": { "description": "Asset information specific for AWS S3 buckets.", "id": "AwsS3BucketDetails", @@ -5105,6 +5363,26 @@ }, "type": "object" }, + "ExportReportRequest": { + "description": "Request to export a detailed pricing report.", + "id": "ExportReportRequest", + "properties": {}, + "type": "object" + }, + "ExportReportResponse": { + "description": "Response message for exporting report.", + "id": "ExportReportResponse", + "properties": { + "reportArtifactLinks": { + "description": "For large generated report, we may return multiple links", + "items": { + "$ref": "ReportArtifactLink" + }, + "type": "array" + } + }, + "type": "object" + }, "FileValidationReport": { "description": "A resource that aggregates the validation errors found in an import job file.", "id": "FileValidationReport", @@ -5279,6 +5557,29 @@ }, "type": "object" }, + "GenerateReportArtifactLinkRequest": { + "description": "A request to generate a link to an artifact for a Report.", + "id": "GenerateReportArtifactLinkRequest", + "properties": { + "artifactType": { + "description": "Required. Type of the artifact requested.", + "enum": [ + "ARTIFACT_TYPE_UNSPECIFIED", + "PRESENTATION", + "SPREADSHEET", + "CSV" + ], + "enumDescriptions": [ + "Unspecified (default value).", + "Google Slides presentation.", + "Google Sheets document.", + "Comma Separated Value Text File." + ], + "type": "string" + } + }, + "type": "object" + }, "GenericInsight": { "description": "A generic insight about an asset.", "id": "GenericInsight", @@ -6352,6 +6653,26 @@ }, "type": "object" }, + "ListReportExportJobsResponse": { + "description": "Response message for listing report export jobs.", + "id": "ListReportExportJobsResponse", + "properties": { + "nextPageToken": { + "description": "Output only. A token identifying a page of results the server should return.", + "readOnly": true, + "type": "string" + }, + "reportExportJobs": { + "description": "Output only. The list of report export jobs.", + "items": { + "$ref": "ReportExportJob" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "ListReportsResponse": { "description": "Response message for listing Reports.", "id": "ListReportsResponse", @@ -7667,6 +7988,11 @@ "description": "Output only. Summary view of the Report.", "readOnly": true }, + "tcoDetails": { + "$ref": "ReportTotalCostOfOwnershipDetails", + "description": "Output only. Detailed data related to TCO reports.", + "readOnly": true + }, "type": { "description": "Report type.", "enum": [ @@ -7688,6 +8014,30 @@ }, "type": "object" }, + "ReportArtifactLink": { + "description": "Describes a link to a generated artifact of the report.", + "id": "ReportArtifactLink", + "properties": { + "displayName": { + "description": "Output only. Human friendly display name of the artifact.", + "readOnly": true, + "type": "string" + }, + "uri": { + "description": "Output only. URI of the artifact.", + "readOnly": true, + "type": "string" + }, + "uriExpirationTime": { + "deprecated": true, + "description": "Output only. Expiration time of the URI.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "ReportAssetFramesResponse": { "description": "A response to a call to `ReportAssetFrame`.", "id": "ReportAssetFramesResponse", @@ -7748,6 +8098,93 @@ }, "type": "object" }, + "ReportExportExecution": { + "description": "Execution status of report export operation.", + "id": "ReportExportExecution", + "properties": { + "endTime": { + "description": "Output only. Completion time of the export.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "executionId": { + "description": "Output only. Globally unique identifier of the execution.", + "readOnly": true, + "type": "string" + }, + "expireTime": { + "description": "Output only. Expiration time for the export and artifacts.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "progressPercentage": { + "description": "Output only. Represents the progress of the execution. It reaches 100 when the execution is successfully completed. When the execution finishes with a failure, the progress is set to 0.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, + "result": { + "$ref": "ReportExportExecutionResult", + "description": "Output only. Result of the export execution.", + "readOnly": true + }, + "startTime": { + "description": "Output only. Execution start timestamp.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, + "ReportExportExecutionResult": { + "description": "Contains the result of the report export.", + "id": "ReportExportExecutionResult", + "properties": { + "error": { + "$ref": "Status", + "description": "Output only. Error encountered during export.", + "readOnly": true + }, + "outputFiles": { + "$ref": "OutputFileList", + "description": "Output only. List of output files.", + "readOnly": true + }, + "signedUris": { + "$ref": "SignedUris", + "description": "Output only. Signed URLs for downloading export artifacts.", + "readOnly": true + } + }, + "type": "object" + }, + "ReportExportJob": { + "description": "Report export job message.", + "id": "ReportExportJob", + "properties": { + "name": { + "description": "Output only. Identifier. Resource name.", + "readOnly": true, + "type": "string" + }, + "recentExecutions": { + "description": "Output only. Recent not expired executions of the export report job.", + "items": { + "$ref": "ReportExportExecution" + }, + "readOnly": true, + "type": "array" + }, + "signedUriDestination": { + "$ref": "SignedUriDestination", + "description": "Export with a SignedUri." + } + }, + "type": "object" + }, "ReportSummary": { "description": "Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.", "id": "ReportSummary", @@ -8292,6 +8729,18 @@ }, "type": "object" }, + "ReportTotalCostOfOwnershipDetails": { + "description": "Detailed data related to Total Cost of Ownership (TCO) pricing.", + "id": "ReportTotalCostOfOwnershipDetails", + "properties": { + "hasPricingData": { + "description": "Output only. Whether the report has detailed pricing data.", + "readOnly": true, + "type": "boolean" + } + }, + "type": "object" + }, "ResourceLocation": { "description": "Location of a resource.", "id": "ResourceLocation", @@ -8337,6 +8786,29 @@ }, "type": "object" }, + "RunReportExportJobRequest": { + "description": "A request to run a report export job.", + "id": "RunReportExportJobRequest", + "properties": { + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "type": "string" + } + }, + "type": "object" + }, + "RunReportExportJobResponse": { + "description": "Response message for running a report export job.", + "id": "RunReportExportJobResponse", + "properties": { + "reportExportExecution": { + "$ref": "ReportExportExecution", + "description": "Output only. Execution status of the export operation.", + "readOnly": true + } + }, + "type": "object" + }, "RunningProcess": { "description": "Guest OS running process details.", "id": "RunningProcess", diff --git a/DiscoveryJson/monitoring.v3.json b/DiscoveryJson/monitoring.v3.json index 355fe600a8e..35bc6dd54e0 100644 --- a/DiscoveryJson/monitoring.v3.json +++ b/DiscoveryJson/monitoring.v3.json @@ -831,6 +831,85 @@ } } }, + "alerts": { + "methods": { + "get": { + "description": "Gets a single alert.", + "flatPath": "v3/projects/{projectsId}/alerts/{alertsId}", + "httpMethod": "GET", + "id": "monitoring.projects.alerts.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the alert.The format is: projects/[PROJECT_ID_OR_NUMBER]/alerts/[ALERT_ID] The [ALERT_ID] is a system-assigned unique identifier for the alert.", + "location": "path", + "pattern": "^projects/[^/]+/alerts/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v3/{+name}", + "response": { + "$ref": "Alert" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/monitoring", + "https://www.googleapis.com/auth/monitoring.read" + ] + }, + "list": { + "description": "Lists the existing alerts for the metrics scope of the project.", + "flatPath": "v3/projects/{projectsId}/alerts", + "httpMethod": "GET", + "id": "monitoring.projects.alerts.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. An alert is returned if there is a match on any fields belonging to the alert or its subfields.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. A comma-separated list of fields in Alert to use for sorting. The default sort direction is ascending. To specify descending order for a field, add a desc modifier. The following fields are supported: open_time close_timeFor example, close_time desc, open_time will return the alerts closed most recently, with ties broken in the order of older alerts listed first.If the field is not set, the results are sorted by open_time desc.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. The maximum number of results to return in a single response. If not set to a positive number, at most 50 alerts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. If non-empty, page_token must contain a value returned as the next_page_token in a previous response to request the next set of results.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The name of the project to list alerts for.", + "location": "path", + "pattern": "^projects/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v3/{+parent}/alerts", + "response": { + "$ref": "ListAlertsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/monitoring", + "https://www.googleapis.com/auth/monitoring.read" + ] + } + } + }, "collectdTimeSeries": { "methods": { "create": { @@ -2720,7 +2799,7 @@ } } }, - "revision": "20250731", + "revision": "20251006", "rootUrl": "https://monitoring.googleapis.com/", "schemas": { "Aggregation": { @@ -2824,6 +2903,62 @@ }, "type": "object" }, + "Alert": { + "description": "An alert is the representation of a violation of an alert policy. It is a read-only resource that cannot be modified by the accompanied API.", + "id": "Alert", + "properties": { + "closeTime": { + "description": "The time when the alert was closed.", + "format": "google-datetime", + "type": "string" + }, + "log": { + "$ref": "LogMetadata", + "description": "The log information associated with the alert. This field is only populated for log-based alerts." + }, + "metadata": { + "$ref": "MonitoredResourceMetadata", + "description": "The metadata of the monitored resource." + }, + "metric": { + "$ref": "Metric", + "description": "The metric type and any metric labels preserved from the incident's generating condition." + }, + "name": { + "description": "Identifier. The name of the alert.The format is: projects/[PROJECT_ID_OR_NUMBER]/alerts/[ALERT_ID] The [ALERT_ID] is a system-assigned unique identifier for the alert.", + "type": "string" + }, + "openTime": { + "description": "The time when the alert was opened.", + "format": "google-datetime", + "type": "string" + }, + "policy": { + "$ref": "PolicySnapshot", + "description": "The snapshot of the alert policy that generated this alert." + }, + "resource": { + "$ref": "MonitoredResource", + "description": "The monitored resource type and any monitored resource labels preserved from the incident's generating condition." + }, + "state": { + "description": "Output only. The current state of the alert.", + "enum": [ + "STATE_UNSPECIFIED", + "OPEN", + "CLOSED" + ], + "enumDescriptions": [ + "The alert state is unspecified.", + "The alert is open.", + "The alert is closed." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "AlertPolicy": { "description": "A description of the conditions under which some aspect of your system is considered to be \"unhealthy\" and the ways to notify people or services about this state. For an overview of alerting policies, see Introduction to Alerting (https://cloud.google.com/monitoring/alerts/).", "id": "AlertPolicy", @@ -4226,6 +4361,29 @@ }, "type": "object" }, + "ListAlertsResponse": { + "description": "The ListAlerts response.", + "id": "ListAlertsResponse", + "properties": { + "alerts": { + "description": "The list of alerts.", + "items": { + "$ref": "Alert" + }, + "type": "array" + }, + "nextPageToken": { + "description": "If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. The token is encrypted and only guaranteed to return correct results for 72 hours after it is created. If empty, all results have been returned.", + "type": "string" + }, + "totalSize": { + "description": "The estimated total number of matching results for this query.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "ListGroupMembersResponse": { "description": "The ListGroupMembers response.", "id": "ListGroupMembersResponse", @@ -4493,6 +4651,20 @@ }, "type": "object" }, + "LogMetadata": { + "description": "Information about the log for log-based alerts.", + "id": "LogMetadata", + "properties": { + "extractedLabels": { + "additionalProperties": { + "type": "string" + }, + "description": "The labels extracted from the log.", + "type": "object" + } + }, + "type": "object" + }, "MeshIstio": { "description": "Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.", "id": "MeshIstio", @@ -5271,6 +5443,44 @@ }, "type": "object" }, + "PolicySnapshot": { + "description": "The state of the policy at the time the alert was generated.", + "id": "PolicySnapshot", + "properties": { + "displayName": { + "description": "The display name of the alert policy.", + "type": "string" + }, + "name": { + "description": "The name of the alert policy resource. In the form of \"projects/PROJECT_ID_OR_NUMBER/alertPolicies/ALERT_POLICY_ID\".", + "type": "string" + }, + "severity": { + "description": "The severity of the alert policy.", + "enum": [ + "SEVERITY_UNSPECIFIED", + "CRITICAL", + "ERROR", + "WARNING" + ], + "enumDescriptions": [ + "No severity is specified. This is the default value.", + "This is the highest severity level. Use this if the problem could cause significant damage or downtime.", + "This is the medium severity level. Use this if the problem could cause minor damage or downtime.", + "This is the lowest severity level. Use this if the problem is not causing any damage or downtime, but could potentially lead to a problem in the future." + ], + "type": "string" + }, + "userLabels": { + "additionalProperties": { + "type": "string" + }, + "description": "The user labels for the alert policy.", + "type": "object" + } + }, + "type": "object" + }, "PrometheusQueryLanguageCondition": { "description": "A condition type that allows alerting policies to be defined using Prometheus Query Language (PromQL) (https://prometheus.io/docs/prometheus/latest/querying/basics/).The PrometheusQueryLanguageCondition message contains information from a Prometheus alerting rule and its associated rule group.A Prometheus alerting rule is described here (https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/). The semantics of a Prometheus alerting rule is described here (https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/#rule).A Prometheus rule group is described here (https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/). The semantics of a Prometheus rule group is described here (https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/#rule_group).Because Cloud Alerting has no representation of a Prometheus rule group resource, we must embed the information of the parent rule group inside each of the conditions that refer to it. We must also update the contents of all Prometheus alerts in case the information of their rule group changes.The PrometheusQueryLanguageCondition protocol buffer combines the information of the corresponding rule group and alerting rule. The structure of the PrometheusQueryLanguageCondition protocol buffer does NOT mimic the structure of the Prometheus rule group and alerting rule YAML declarations. The PrometheusQueryLanguageCondition protocol buffer may change in the future to support future rule group and/or alerting rule features. There are no new such features at the present time (2023-06-26).", "id": "PrometheusQueryLanguageCondition", diff --git a/DiscoveryJson/mybusinessplaceactions.v1.json b/DiscoveryJson/mybusinessplaceactions.v1.json index 6e1b84c12ba..8fe5da5b79c 100644 --- a/DiscoveryJson/mybusinessplaceactions.v1.json +++ b/DiscoveryJson/mybusinessplaceactions.v1.json @@ -281,7 +281,7 @@ } } }, - "revision": "20221130", + "revision": "20251022", "rootUrl": "https://mybusinessplaceactions.googleapis.com/", "schemas": { "Empty": { @@ -359,7 +359,8 @@ "FOOD_ORDERING", "FOOD_DELIVERY", "FOOD_TAKEOUT", - "SHOP_ONLINE" + "SHOP_ONLINE", + "SOLOPRENEUR_APPOINTMENT" ], "enumDescriptions": [ "Not specified.", @@ -369,7 +370,8 @@ "The action type is ordering food for delivery and/or takeout.", "The action type is ordering food for delivery.", "The action type is ordering food for takeout.", - "The action type is shopping, that can be delivery and/or pickup." + "The action type is shopping, that can be delivery and/or pickup.", + "The action type is booking an appointment with a Solopneuer partner." ], "type": "string" }, @@ -419,7 +421,8 @@ "FOOD_ORDERING", "FOOD_DELIVERY", "FOOD_TAKEOUT", - "SHOP_ONLINE" + "SHOP_ONLINE", + "SOLOPRENEUR_APPOINTMENT" ], "enumDescriptions": [ "Not specified.", @@ -429,7 +432,8 @@ "The action type is ordering food for delivery and/or takeout.", "The action type is ordering food for delivery.", "The action type is ordering food for takeout.", - "The action type is shopping, that can be delivery and/or pickup." + "The action type is shopping, that can be delivery and/or pickup.", + "The action type is booking an appointment with a Solopneuer partner." ], "type": "string" } diff --git a/DiscoveryJson/netapp.v1.json b/DiscoveryJson/netapp.v1.json index a7d31dcb045..5f6bbab5f7f 100644 --- a/DiscoveryJson/netapp.v1.json +++ b/DiscoveryJson/netapp.v1.json @@ -356,7 +356,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1399,6 +1399,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2510,7 +2515,7 @@ } } }, - "revision": "20250917", + "revision": "20251109", "rootUrl": "https://netapp.googleapis.com/", "schemas": { "ActiveDirectory": { @@ -3318,7 +3323,7 @@ "type": "string" }, "cryptoKeyName": { - "description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.", + "description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.", "type": "string" }, "description": { @@ -3544,6 +3549,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/netapp.v1beta1.json b/DiscoveryJson/netapp.v1beta1.json index 2df9a279f27..4f2a39583c3 100644 --- a/DiscoveryJson/netapp.v1beta1.json +++ b/DiscoveryJson/netapp.v1beta1.json @@ -356,7 +356,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1399,6 +1399,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -2538,7 +2543,7 @@ } } }, - "revision": "20250917", + "revision": "20251109", "rootUrl": "https://netapp.googleapis.com/", "schemas": { "ActiveDirectory": { @@ -3372,7 +3377,7 @@ "type": "string" }, "cryptoKeyName": { - "description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.", + "description": "Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.", "type": "string" }, "description": { @@ -3598,6 +3603,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/networkconnectivity.v1.json b/DiscoveryJson/networkconnectivity.v1.json index dd6b882d2a6..e8d7848c25b 100644 --- a/DiscoveryJson/networkconnectivity.v1.json +++ b/DiscoveryJson/networkconnectivity.v1.json @@ -172,7 +172,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2290,81 +2290,6 @@ } } }, - "remoteTransportProfiles": { - "methods": { - "get": { - "description": "Gets details of a single RemoteTransportProfile.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/remoteTransportProfiles/{remoteTransportProfilesId}", - "httpMethod": "GET", - "id": "networkconnectivity.projects.locations.remoteTransportProfiles.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. Name of the resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/remoteTransportProfiles/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "RemoteTransportProfile" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists RemoteTransportProfiles in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/remoteTransportProfiles", - "httpMethod": "GET", - "id": "networkconnectivity.projects.locations.remoteTransportProfiles.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Optional. Filtering results.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "Optional. Hint for how to order the results.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "Optional. A token identifying a page of results the server should return.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. Parent value for ListRemoteTransportProfilesRequest.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/remoteTransportProfiles", - "response": { - "$ref": "ListRemoteTransportProfilesResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } - }, "serviceClasses": { "methods": { "delete": { @@ -2889,6 +2814,7 @@ "autoSubnetworkConfig.allocRangeSpace": { "description": "Optional. The space where we search for a free range to create a subnetwork. It can be narrow down or pick a different space. This is in standard CIDR format. If not specified, \u201c10.0.0.0/8\u201d is used. Only eligible for IPV4_ONLY and IPV4_IPV6 subnetwork.", "location": "query", + "repeated": true, "type": "string" }, "autoSubnetworkConfig.ipStack": { @@ -3608,195 +3534,13 @@ ] } } - }, - "transports": { - "methods": { - "create": { - "description": "Creates a new Transport in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transports", - "httpMethod": "POST", - "id": "networkconnectivity.projects.locations.transports.create", - "parameterOrder": [ - "parent" - ], - "parameters": { - "parent": { - "description": "Required. Value for parent.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - }, - "requestId": { - "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", - "location": "query", - "type": "string" - }, - "transportId": { - "description": "Required. Id of the requesting object", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+parent}/transports", - "request": { - "$ref": "Transport" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "delete": { - "description": "Deletes a single Transport.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transports/{transportsId}", - "httpMethod": "DELETE", - "id": "networkconnectivity.projects.locations.transports.delete", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. Name of the resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/transports/[^/]+$", - "required": true, - "type": "string" - }, - "requestId": { - "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "get": { - "description": "Gets details of a single Transport.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transports/{transportsId}", - "httpMethod": "GET", - "id": "networkconnectivity.projects.locations.transports.get", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. Name of the resource.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/transports/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}", - "response": { - "$ref": "Transport" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "list": { - "description": "Lists Transports in a given project and location.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transports", - "httpMethod": "GET", - "id": "networkconnectivity.projects.locations.transports.list", - "parameterOrder": [ - "parent" - ], - "parameters": { - "filter": { - "description": "Optional. Filtering results.", - "location": "query", - "type": "string" - }, - "orderBy": { - "description": "Optional. Hint for how to order the results.", - "location": "query", - "type": "string" - }, - "pageSize": { - "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.", - "format": "int32", - "location": "query", - "type": "integer" - }, - "pageToken": { - "description": "Optional. A token identifying a page of results the server should return.", - "location": "query", - "type": "string" - }, - "parent": { - "description": "Required. Parent value for ListTransportsRequest.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+parent}/transports", - "response": { - "$ref": "ListTransportsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "patch": { - "description": "Updates the parameters of a single Transport.", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transports/{transportsId}", - "httpMethod": "PATCH", - "id": "networkconnectivity.projects.locations.transports.patch", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Identifier. Name of the resource, see google.aip.dev/122 for resource naming.", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/transports/[^/]+$", - "required": true, - "type": "string" - }, - "requestId": { - "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", - "location": "query", - "type": "string" - }, - "updateMask": { - "description": "Optional. Field mask is used to specify the fields to be overwritten in the Transport 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 present in the request will be overwritten.", - "format": "google-fieldmask", - "location": "query", - "type": "string" - } - }, - "path": "v1/{+name}", - "request": { - "$ref": "Transport" - }, - "response": { - "$ref": "GoogleLongrunningOperation" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - } - } } } } } } }, - "revision": "20250925", + "revision": "20251030", "rootUrl": "https://networkconnectivity.googleapis.com/", "schemas": { "AcceptHubSpokeRequest": { @@ -3963,6 +3707,26 @@ }, "type": "object" }, + "AutomatedDnsCreationSpec": { + "description": "The specification for automatically creating a DNS record.", + "id": "AutomatedDnsCreationSpec", + "properties": { + "dnsSuffix": { + "description": "Required. The DNS suffix to use for the DNS record. Must end with a dot. This should be a valid DNS domain name as per RFC 1035. Each label (between dots) can contain letters, digits, and hyphens, and must not start or end with a hyphen. Example: \"my-service.example.com.\", \"internal.\"", + "type": "string" + }, + "hostname": { + "description": "Required. The hostname (the first label of the FQDN) to use for the DNS record. This should be a valid DNS label as per RFC 1035. Generally, this means the hostname can contain letters, digits, and hyphens, and must not start or end with a hyphen. Example: \"my-instance\", \"db-1\"", + "type": "string" + }, + "ttl": { + "description": "Optional. The Time To Live for the DNS record, in seconds. If not provided, a default of 30 seconds will be used.", + "format": "google-duration", + "type": "string" + } + }, + "type": "object" + }, "Binding": { "description": "Associates `members`, or principals, with a `role`.", "id": "Binding", @@ -4136,6 +3900,11 @@ "description": "PSC connection details on consumer side.", "id": "ConsumerPscConnection", "properties": { + "dnsAutomationStatus": { + "$ref": "DnsAutomationStatus", + "description": "Output only. The status of DNS automation for this PSC connection.", + "readOnly": true + }, "error": { "$ref": "GoogleRpcStatus", "deprecated": true, @@ -4343,6 +4112,44 @@ }, "type": "object" }, + "DnsAutomationStatus": { + "description": "The status of DNS automation for a PSC connection.", + "id": "DnsAutomationStatus", + "properties": { + "error": { + "$ref": "GoogleRpcStatus", + "description": "Output only. The error details if the state is CREATE_FAILED or DELETE_FAILED.", + "readOnly": true + }, + "fqdn": { + "description": "Output only. The fully qualified domain name of the DNS record.", + "readOnly": true, + "type": "string" + }, + "state": { + "description": "Output only. The current state of DNS automation.", + "enum": [ + "STATE_UNSPECIFIED", + "PENDING_CREATE", + "ACTIVE", + "PENDING_DELETE", + "CREATE_FAILED", + "DELETE_FAILED" + ], + "enumDescriptions": [ + "Default value. This value is unused.", + "DNS record creation is pending.", + "DNS record is active.", + "DNS record deletion is pending.", + "DNS record creation failed.", + "DNS record deletion failed." + ], + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "Empty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", @@ -5304,31 +5111,6 @@ }, "type": "object" }, - "ListRemoteTransportProfilesResponse": { - "description": "Message for response to listing RemoteTransportProfiles", - "id": "ListRemoteTransportProfilesResponse", - "properties": { - "nextPageToken": { - "description": "A token identifying a page of results the server should return.", - "type": "string" - }, - "remoteTransportProfiles": { - "description": "The list of RemoteTransportProfiles.", - "items": { - "$ref": "RemoteTransportProfile" - }, - "type": "array" - }, - "unreachable": { - "description": "Unordered list. Locations that could not be reached.", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, "ListRouteTablesResponse": { "description": "Response for HubService.ListRouteTables method.", "id": "ListRouteTablesResponse", @@ -5504,31 +5286,6 @@ }, "type": "object" }, - "ListTransportsResponse": { - "description": "Message for response to listing Transports.", - "id": "ListTransportsResponse", - "properties": { - "nextPageToken": { - "description": "A token identifying a page of results the server should return.", - "type": "string" - }, - "transports": { - "description": "The list of Transport.", - "items": { - "$ref": "Transport" - }, - "type": "array" - }, - "unreachable": { - "description": "Unordered list. Locations that could not be reached.", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, "Location": { "description": "A resource that represents a Google Cloud location.", "id": "Location", @@ -5877,7 +5634,7 @@ "type": "object" }, "name": { - "description": "Immutable. A unique name of the resource in the form of `projects/{project_number}/locations/global/PolicyBasedRoutes/{policy_based_route_id}`", + "description": "Immutable. Identifier. A unique name of the resource in the form of `projects/{project_number}/locations/global/PolicyBasedRoutes/{policy_based_route_id}`", "type": "string" }, "network": { @@ -5935,6 +5692,10 @@ "description": "The PSC configurations on producer side.", "id": "ProducerPscConfig", "properties": { + "automatedDnsCreationSpec": { + "$ref": "AutomatedDnsCreationSpec", + "description": "Optional. The specification for automatically creating a DNS record for this PSC connection." + }, "serviceAttachmentUri": { "description": "The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.", "type": "string" @@ -6292,138 +6053,6 @@ }, "type": "object" }, - "RemoteTransportProfile": { - "description": "Message describing RemoteTransportProfile object.", - "id": "RemoteTransportProfile", - "properties": { - "createTime": { - "description": "Output only. [Output only] Create time stamp.", - "format": "google-datetime", - "readOnly": true, - "type": "string" - }, - "description": { - "description": "Output only. Description of the profile.", - "readOnly": true, - "type": "string" - }, - "flow": { - "description": "Output only. [Output only] Type of provisioning flows supported by this profile.", - "enum": [ - "KEY_PROVISIONING_FLOW_UNSPECIFIED", - "INPUT_ONLY", - "OUTPUT_ONLY", - "INPUT_OR_OUTPUT" - ], - "enumDescriptions": [ - "Unspecified key provisioning flow.", - "The activationKey field on the Transport must be included in a create or patch request to establish connectivity.", - "The generatedActivationKey field is populated and must be read from the resource and passed into the other provider.", - "Both activation key fields are allowed for establishing connectivity. If a key is input, the generated key is still present after provisioning is finished." - ], - "readOnly": true, - "type": "string" - }, - "labels": { - "additionalProperties": { - "type": "string" - }, - "description": "Output only. Labels as key value pairs.", - "readOnly": true, - "type": "object" - }, - "name": { - "description": "Identifier. Name of the resource in the format of $provider-$site.", - "type": "string" - }, - "orderState": { - "description": "Output only. [Output only] Order state for this profile.", - "enum": [ - "STATE_UNSPECIFIED", - "CLOSED", - "OPEN" - ], - "enumDescriptions": [ - "Unspecified state.", - "Not enough capacity for customers to order.", - "Enough capacity to fulfill an order." - ], - "readOnly": true, - "type": "string" - }, - "provider": { - "description": "Output only. Name of the provider on the other end of this profile. E.g. \u201cAmazon Web Services\u201d or \u201cMicrosoft Azure\u201d.", - "readOnly": true, - "type": "string" - }, - "providerSite": { - "description": "Output only. If the profile is a Cloud Service Provider with compute resources, this is populated with the region where connectivity is being established. If the profile provides facility-level selection, this is an identity of the facility any connections on this profile are going through.", - "readOnly": true, - "type": "string" - }, - "region": { - "description": "Output only. GCP Region where this profile is available.", - "readOnly": true, - "type": "string" - }, - "sla": { - "description": "Output only. [Output only] Availability class that will be configured for this particular RemoteTransportProfile.", - "enum": [ - "SERVICE_LEVEL_AVAILABILITY_UNSPECIFIED", - "HIGH", - "MAXIMUM" - ], - "enumDescriptions": [ - "Unspecified service level availability.", - "This represents a 99.9% service level on the availability of the configured connectivity.", - "This represents a 99.99% service level on the availability of the configured connectivity." - ], - "readOnly": true, - "type": "string" - }, - "supportedBandwidths": { - "description": "Output only. List of bandwidth enum values that are supported by this profile.", - "items": { - "enum": [ - "BANDWIDTH_UNSPECIFIED", - "BPS_50M", - "BPS_100M", - "BPS_200M", - "BPS_300M", - "BPS_400M", - "BPS_500M", - "BPS_1G", - "BPS_2G", - "BPS_5G", - "BPS_10G" - ], - "enumDescriptions": [ - "Unspecified bandwidth.", - "50 Megabits per second.", - "100 Megabits per second.", - "200 Megabits per second.", - "300 Megabits per second.", - "400 Megabits per second.", - "500 Megabits per second.", - "1 Gigabit per second.", - "2 Gigabits per second.", - "5 Gigabits per second.", - "10 Gigabits per second." - ], - "type": "string" - }, - "readOnly": true, - "type": "array" - }, - "updateTime": { - "description": "Output only. [Output only] Update time stamp.", - "format": "google-datetime", - "readOnly": true, - "type": "string" - } - }, - "type": "object" - }, "Route": { "description": "A route defines a path from VM instances within a spoke to a specific destination resource. Only VPC spokes have routes.", "id": "Route", @@ -7347,141 +6976,6 @@ }, "type": "object" }, - "Transport": { - "description": "Message describing Transport object.", - "id": "Transport", - "properties": { - "adminEnabled": { - "description": "Optional. Administrative state of the underlying connectivity. If set to true (default), connectivity should be available between your environments. If set to false, the connectivity over these links is disabled. Disabling your Transport does not affect billing, and retains the underlying network bandwidth associated with the connectivity.", - "type": "boolean" - }, - "advertisedRoutes": { - "description": "Optional. [Preview only] List of IP Prefixes that will be advertised to the remote provider. Both IPv4 and IPv6 addresses are supported.", - "items": { - "type": "string" - }, - "type": "array" - }, - "bandwidth": { - "description": "Required. Bandwidth of the Transport. This must be one of the supported bandwidths for the remote profile.", - "enum": [ - "BANDWIDTH_UNSPECIFIED", - "BPS_50M", - "BPS_100M", - "BPS_200M", - "BPS_300M", - "BPS_400M", - "BPS_500M", - "BPS_1G", - "BPS_2G", - "BPS_5G", - "BPS_10G" - ], - "enumDescriptions": [ - "Unspecified bandwidth.", - "50 Megabits per second.", - "100 Megabits per second.", - "200 Megabits per second.", - "300 Megabits per second.", - "400 Megabits per second.", - "500 Megabits per second.", - "1 Gigabit per second.", - "2 Gigabits per second.", - "5 Gigabits per second.", - "10 Gigabits per second." - ], - "type": "string" - }, - "createTime": { - "description": "Output only. [Output only] Create time stamp.", - "format": "google-datetime", - "readOnly": true, - "type": "string" - }, - "description": { - "description": "Optional. Description of the Transport.", - "type": "string" - }, - "generatedActivationKey": { - "description": "Output only. [Output only] Google-generated activation key. This is only output if the selected profile supports an OUTPUT key flow. Inputting this to the provider is only valid while the resource is in a PENDING_KEY state. Once the provider has accepted the key, the resource will move to the CONFIGURING state.", - "readOnly": true, - "type": "string" - }, - "labels": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Labels as key value pairs.", - "type": "object" - }, - "mtuLimit": { - "description": "Output only. [Output only] The maximum transmission unit (MTU) of a packet that can be sent over this transport.", - "format": "int32", - "readOnly": true, - "type": "integer" - }, - "name": { - "description": "Identifier. Name of the resource, see google.aip.dev/122 for resource naming.", - "type": "string" - }, - "network": { - "description": "Required. [Preview only] Resource URL of the Network that will be peered with this Transport. This field must be provided during resource creation and cannot be changed.", - "type": "string" - }, - "providedActivationKey": { - "description": "Optional. Key used for establishing a connection with the remote transport. This key can only be provided if the profile supports an INPUT key flow and the resource is in the PENDING_KEY state.", - "type": "string" - }, - "region": { - "description": "Required. GCP Region where this Transport is located.", - "type": "string" - }, - "remoteProfile": { - "description": "Required. Resource URL of the remoteTransportProfile that this Transport is connecting to. Format: projects/{project}/locations/{location}/remoteTransportProfiles/{remote_transport_profile}", - "type": "string" - }, - "stackType": { - "description": "Optional. IP version stack for the established connectivity.", - "enum": [ - "STACK_TYPE_UNSPECIFIED", - "IPV4_ONLY", - "IPV4_IPV6" - ], - "enumDescriptions": [ - "Unspecified stack type.", - "Only IPv4 is supported. (default)", - "Both IPv4 and IPv6 are supported." - ], - "type": "string" - }, - "state": { - "description": "Output only. [Output only] State of the underlying connectivity.", - "enum": [ - "STATE_UNSPECIFIED", - "CREATING", - "PENDING_CONFIG", - "PENDING_KEY", - "ACTIVE" - ], - "enumDescriptions": [ - "Unspecified state.", - "The resource exists locally and is being created / associated with the resource on the remote provider\u2019s end of the underlying connectivity.", - "The Transport exists on both sides of the connection, and is waiting for configuration to finalize and be verified as operational.", - "The Transport was created in GCP. Depending on the profile\u2019s key provisioning flow, this is either waiting for an activation key to be input (the key will be validated that it uses remote resources that match the Transport), or for the generated key to be input to the provider for finalizing. The configured bandwidth is not yet guaranteed.", - "The Transport is configured and the underlying connectivity is considered operational." - ], - "readOnly": true, - "type": "string" - }, - "updateTime": { - "description": "Output only. [Output only] Update time stamp.", - "format": "google-datetime", - "readOnly": true, - "type": "string" - } - }, - "type": "object" - }, "VirtualMachine": { "description": "VM instances that this policy-based route applies to.", "id": "VirtualMachine", diff --git a/DiscoveryJson/networkconnectivity.v1alpha1.json b/DiscoveryJson/networkconnectivity.v1alpha1.json index f5dde8a2ba8..9317d60ba00 100644 --- a/DiscoveryJson/networkconnectivity.v1alpha1.json +++ b/DiscoveryJson/networkconnectivity.v1alpha1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1127,7 +1127,7 @@ } } }, - "revision": "20250925", + "revision": "20251030", "rootUrl": "https://networkconnectivity.googleapis.com/", "schemas": { "AllocationOptions": { diff --git a/DiscoveryJson/networkmanagement.v1.json b/DiscoveryJson/networkmanagement.v1.json index 55c1cb56653..a0917dd902d 100644 --- a/DiscoveryJson/networkmanagement.v1.json +++ b/DiscoveryJson/networkmanagement.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -427,7 +427,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", + "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", "location": "path", "pattern": "^organizations/[^/]+/locations/[^/]+$", "required": true, @@ -521,7 +521,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1090,7 +1090,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", + "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1233,7 +1233,7 @@ } } }, - "revision": "20250925", + "revision": "20251105", "rootUrl": "https://networkmanagement.googleapis.com/", "schemas": { "AbortInfo": { @@ -1898,7 +1898,10 @@ "CLOUD_NAT_PROTOCOL_UNSUPPORTED", "L2_INTERCONNECT_UNSUPPORTED_PROTOCOL", "L2_INTERCONNECT_UNSUPPORTED_PORT", - "L2_INTERCONNECT_DESTINATION_IP_MISMATCH" + "L2_INTERCONNECT_DESTINATION_IP_MISMATCH", + "NCC_ROUTE_WITHIN_HYBRID_SUBNET_UNSUPPORTED", + "HYBRID_SUBNET_REGION_MISMATCH", + "HYBRID_SUBNET_NO_ROUTE" ], "enumDescriptions": [ "Cause is unspecified.", @@ -1997,7 +2000,10 @@ "Packet is dropped by Cloud NAT due to using an unsupported protocol.", "Packet is dropped due to using an unsupported protocol (any other than UDP) for L2 Interconnect.", "Packet is dropped due to using an unsupported port (any other than 6081) for L2 Interconnect.", - "Packet is dropped due to destination IP not matching the appliance mapping IPs configured on the L2 Interconnect attachment." + "Packet is dropped due to destination IP not matching the appliance mapping IPs configured on the L2 Interconnect attachment.", + "Packet could be dropped because it matches a route associated with an NCC spoke in the hybrid subnet context, but such a configuration is not supported.", + "Packet is dropped because the region of the hybrid subnet is different from the region of the next hop of the route matched within this hybrid subnet.", + "Packet is dropped because no matching route was found in the hybrid subnet." ], "type": "string" }, @@ -2399,6 +2405,8 @@ "SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE", "NETWORK_FIREWALL_POLICY_RULE", "NETWORK_REGIONAL_FIREWALL_POLICY_RULE", + "SYSTEM_NETWORK_FIREWALL_POLICY_RULE", + "SYSTEM_REGIONAL_NETWORK_FIREWALL_POLICY_RULE", "UNSUPPORTED_FIREWALL_POLICY_RULE", "TRACKING_STATE", "ANALYSIS_SKIPPED" @@ -2409,8 +2417,10 @@ "VPC firewall rule. For details, see [VPC firewall rules overview](https://cloud.google.com/vpc/docs/firewalls).", "Implied VPC firewall rule. For details, see [Implied rules](https://cloud.google.com/vpc/docs/firewalls#default_firewall_rules).", "Implicit firewall rules that are managed by serverless VPC access to allow ingress access. They are not visible in the Google Cloud console. For details, see [VPC connector's implicit rules](https://cloud.google.com/functions/docs/networking/connecting-vpc#restrict-access).", - "Global network firewall policy rule. For details, see [Network firewall policies](https://cloud.google.com/vpc/docs/network-firewall-policies).", - "Regional network firewall policy rule. For details, see [Regional network firewall policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).", + "User-defined global network firewall policy rule. For details, see [Network firewall policies](https://cloud.google.com/vpc/docs/network-firewall-policies).", + "User-defined regional network firewall policy rule. For details, see [Regional network firewall policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).", + "System-defined global network firewall policy rule.", + "System-defined regional network firewall policy rule.", "Firewall policy rule containing attributes not yet supported in Connectivity tests. Firewall analysis is skipped if such a rule can potentially be matched. Please see the [list of unsupported configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).", "Tracking state for response traffic created when request traffic goes through allow firewall rule. For details, see [firewall rules specifications](https://cloud.google.com/firewall/docs/firewalls#specifications)", "Firewall analysis was skipped due to executing Connectivity Test in the BypassFirewallChecks mode" diff --git a/DiscoveryJson/networkmanagement.v1beta1.json b/DiscoveryJson/networkmanagement.v1beta1.json index e71b49781d5..9d64605a55b 100644 --- a/DiscoveryJson/networkmanagement.v1beta1.json +++ b/DiscoveryJson/networkmanagement.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -431,7 +431,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", + "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", "location": "path", "pattern": "^organizations/[^/]+/locations/[^/]+$", "required": true, @@ -525,7 +525,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1094,7 +1094,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", + "description": "Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1237,7 +1237,7 @@ } } }, - "revision": "20250925", + "revision": "20251105", "rootUrl": "https://networkmanagement.googleapis.com/", "schemas": { "AbortInfo": { @@ -1902,7 +1902,10 @@ "CLOUD_NAT_PROTOCOL_UNSUPPORTED", "L2_INTERCONNECT_UNSUPPORTED_PROTOCOL", "L2_INTERCONNECT_UNSUPPORTED_PORT", - "L2_INTERCONNECT_DESTINATION_IP_MISMATCH" + "L2_INTERCONNECT_DESTINATION_IP_MISMATCH", + "NCC_ROUTE_WITHIN_HYBRID_SUBNET_UNSUPPORTED", + "HYBRID_SUBNET_REGION_MISMATCH", + "HYBRID_SUBNET_NO_ROUTE" ], "enumDescriptions": [ "Cause is unspecified.", @@ -2001,7 +2004,10 @@ "Packet is dropped by Cloud NAT due to using an unsupported protocol.", "Packet is dropped due to using an unsupported protocol (any other than UDP) for L2 Interconnect.", "Packet is dropped due to using an unsupported port (any other than 6081) for L2 Interconnect.", - "Packet is dropped due to destination IP not matching the appliance mapping IPs configured on the L2 Interconnect attachment." + "Packet is dropped due to destination IP not matching the appliance mapping IPs configured on the L2 Interconnect attachment.", + "Packet could be dropped because it matches a route associated with an NCC spoke in the hybrid subnet context, but such a configuration is not supported.", + "Packet is dropped because the region of the hybrid subnet is different from the region of the next hop of the route matched within this hybrid subnet.", + "Packet is dropped because no matching route was found in the hybrid subnet." ], "type": "string" }, @@ -2411,6 +2417,8 @@ "SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE", "NETWORK_FIREWALL_POLICY_RULE", "NETWORK_REGIONAL_FIREWALL_POLICY_RULE", + "SYSTEM_NETWORK_FIREWALL_POLICY_RULE", + "SYSTEM_REGIONAL_NETWORK_FIREWALL_POLICY_RULE", "UNSUPPORTED_FIREWALL_POLICY_RULE", "TRACKING_STATE", "ANALYSIS_SKIPPED" @@ -2421,8 +2429,10 @@ "VPC firewall rule. For details, see [VPC firewall rules overview](https://cloud.google.com/vpc/docs/firewalls).", "Implied VPC firewall rule. For details, see [Implied rules](https://cloud.google.com/vpc/docs/firewalls#default_firewall_rules).", "Implicit firewall rules that are managed by serverless VPC access to allow ingress access. They are not visible in the Google Cloud console. For details, see [VPC connector's implicit rules](https://cloud.google.com/functions/docs/networking/connecting-vpc#restrict-access).", - "Global network firewall policy rule. For details, see [Network firewall policies](https://cloud.google.com/vpc/docs/network-firewall-policies).", - "Regional network firewall policy rule. For details, see [Regional network firewall policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).", + "User-defined global network firewall policy rule. For details, see [Network firewall policies](https://cloud.google.com/vpc/docs/network-firewall-policies).", + "User-defined regional network firewall policy rule. For details, see [Regional network firewall policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).", + "System-defined global network firewall policy rule.", + "System-defined regional network firewall policy rule.", "Firewall policy rule containing attributes not yet supported in Connectivity tests. Firewall analysis is skipped if such a rule can potentially be matched. Please see the [list of unsupported configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).", "Tracking state for response traffic created when request traffic goes through allow firewall rule. For details, see [firewall rules specifications](https://cloud.google.com/firewall/docs/firewalls#specifications)", "Firewall analysis was skipped due to executing Connectivity Test in the BypassFirewallChecks mode" diff --git a/DiscoveryJson/networksecurity.v1.json b/DiscoveryJson/networksecurity.v1.json index fe433d337ae..fdeeee5b4ed 100644 --- a/DiscoveryJson/networksecurity.v1.json +++ b/DiscoveryJson/networksecurity.v1.json @@ -5080,7 +5080,7 @@ } } }, - "revision": "20250925", + "revision": "20251001", "rootUrl": "https://networksecurity.googleapis.com/", "schemas": { "AddAddressGroupItemsRequest": { @@ -6078,7 +6078,12 @@ "FirewallEndpointEndpointSettings": { "description": "Settings for the endpoint.", "id": "FirewallEndpointEndpointSettings", - "properties": {}, + "properties": { + "jumboFramesEnabled": { + "description": "Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false.", + "type": "boolean" + } + }, "type": "object" }, "GatewaySecurityPolicy": { @@ -7594,13 +7599,15 @@ "STATE_UNSPECIFIED", "ACTIVE", "CREATING", - "DELETING" + "DELETING", + "CLOSED" ], "enumDescriptions": [ "State not set (this is not a valid state).", "The deployment group is ready.", "The deployment group is being created.", - "The deployment group is being deleted." + "The deployment group is being deleted.", + "The deployment group is being wiped out (project deleted)." ], "readOnly": true, "type": "string" diff --git a/DiscoveryJson/networksecurity.v1beta1.json b/DiscoveryJson/networksecurity.v1beta1.json index 131be8a4b8c..dd2f351791f 100644 --- a/DiscoveryJson/networksecurity.v1beta1.json +++ b/DiscoveryJson/networksecurity.v1beta1.json @@ -5523,7 +5523,7 @@ } } }, - "revision": "20250925", + "revision": "20251001", "rootUrl": "https://networksecurity.googleapis.com/", "schemas": { "AddAddressGroupItemsRequest": { @@ -6570,7 +6570,12 @@ "FirewallEndpointEndpointSettings": { "description": "Settings for the endpoint.", "id": "FirewallEndpointEndpointSettings", - "properties": {}, + "properties": { + "jumboFramesEnabled": { + "description": "Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false.", + "type": "boolean" + } + }, "type": "object" }, "GatewaySecurityPolicy": { @@ -8161,13 +8166,15 @@ "STATE_UNSPECIFIED", "ACTIVE", "CREATING", - "DELETING" + "DELETING", + "CLOSED" ], "enumDescriptions": [ "State not set (this is not a valid state).", "The deployment group is ready.", "The deployment group is being created.", - "The deployment group is being deleted." + "The deployment group is being deleted.", + "The deployment group is being wiped out (project deleted)." ], "readOnly": true, "type": "string" diff --git a/DiscoveryJson/networkservices.v1.json b/DiscoveryJson/networkservices.v1.json index 4f7d83472c0..fb477dcd28e 100644 --- a/DiscoveryJson/networkservices.v1.json +++ b/DiscoveryJson/networkservices.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -655,7 +655,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the EndpointPolicy. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the EndpointPolicy. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -683,7 +683,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the EndpointPolicy to delete. Must be in the format `projects/*/locations/global/endpointPolicies/*`.", + "description": "Required. A name of the EndpointPolicy to delete. Must be in the format `projects/*/locations/*/endpointPolicies/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$", "required": true, @@ -708,7 +708,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the EndpointPolicy to get. Must be in the format `projects/*/locations/global/endpointPolicies/*`.", + "description": "Required. A name of the EndpointPolicy to get. Must be in the format `projects/*/locations/*/endpointPolicies/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$", "required": true, @@ -744,7 +744,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the EndpointPolicies should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the EndpointPolicies should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -774,7 +774,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.", + "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$", "required": true, @@ -1041,7 +1041,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1069,7 +1069,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the GrpcRoute to delete. Must be in the format `projects/*/locations/global/grpcRoutes/*`.", + "description": "Required. A name of the GrpcRoute to delete. Must be in the format `projects/*/locations/*/grpcRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/grpcRoutes/[^/]+$", "required": true, @@ -1094,7 +1094,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the GrpcRoute to get. Must be in the format `projects/*/locations/global/grpcRoutes/*`.", + "description": "Required. A name of the GrpcRoute to get. Must be in the format `projects/*/locations/*/grpcRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/grpcRoutes/[^/]+$", "required": true, @@ -1130,7 +1130,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the GrpcRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the GrpcRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1160,7 +1160,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`", + "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/grpcRoutes/[^/]+$", "required": true, @@ -1203,7 +1203,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1231,7 +1231,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the HttpRoute to delete. Must be in the format `projects/*/locations/global/httpRoutes/*`.", + "description": "Required. A name of the HttpRoute to delete. Must be in the format `projects/*/locations/*/httpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", "required": true, @@ -1256,7 +1256,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the HttpRoute to get. Must be in the format `projects/*/locations/global/httpRoutes/*`.", + "description": "Required. A name of the HttpRoute to get. Must be in the format `projects/*/locations/*/httpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", "required": true, @@ -1292,7 +1292,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the HttpRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the HttpRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1322,7 +1322,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.", + "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/*/httpRoutes/http_route_name>`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", "required": true, @@ -1348,6 +1348,188 @@ } } }, + "lbEdgeExtensions": { + "methods": { + "create": { + "description": "Creates a new `LbEdgeExtension` resource in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions", + "httpMethod": "POST", + "id": "networkservices.projects.locations.lbEdgeExtensions.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "lbEdgeExtensionId": { + "description": "Required. User-provided ID of the `LbEdgeExtension` resource to be created.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent resource of the `LbEdgeExtension` resource. Must be in the format `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + }, + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server ignores the second request This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+parent}/lbEdgeExtensions", + "request": { + "$ref": "LbEdgeExtension" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "delete": { + "description": "Deletes the specified `LbEdgeExtension` resource.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions/{lbEdgeExtensionsId}", + "httpMethod": "DELETE", + "id": "networkservices.projects.locations.lbEdgeExtensions.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. The name of the `LbEdgeExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$", + "required": true, + "type": "string" + }, + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server ignores the second request This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "get": { + "description": "Gets details of the specified `LbEdgeExtension` resource.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions/{lbEdgeExtensionsId}", + "httpMethod": "GET", + "id": "networkservices.projects.locations.lbEdgeExtensions.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. A name of the `LbEdgeExtension` resource to get. Must be in the format `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "LbEdgeExtension" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "list": { + "description": "Lists `LbEdgeExtension` resources in a given project and location.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions", + "httpMethod": "GET", + "id": "networkservices.projects.locations.lbEdgeExtensions.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "filter": { + "description": "Optional. Filtering results.", + "location": "query", + "type": "string" + }, + "orderBy": { + "description": "Optional. Hint about how to order the results.", + "location": "query", + "type": "string" + }, + "pageSize": { + "description": "Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A token identifying a page of results that the server returns.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The project and location from which the `LbEdgeExtension` resources are listed. These values are specified in the following format: `projects/{project}/locations/{location}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/lbEdgeExtensions", + "response": { + "$ref": "ListLbEdgeExtensionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, + "patch": { + "description": "Updates the parameters of the specified `LbEdgeExtension` resource.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions/{lbEdgeExtensionsId}", + "httpMethod": "PATCH", + "id": "networkservices.projects.locations.lbEdgeExtensions.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Identifier. Name of the `LbEdgeExtension` resource in the following format: `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`.", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$", + "required": true, + "type": "string" + }, + "requestId": { + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server ignores the second request This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "updateMask": { + "description": "Optional. Used to specify the fields to be overwritten in the `LbEdgeExtension` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "LbEdgeExtension" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + }, "lbRouteExtensions": { "methods": { "create": { @@ -1729,7 +1911,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1757,7 +1939,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/global/meshes/*`.", + "description": "Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/*/meshes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/meshes/[^/]+$", "required": true, @@ -1782,7 +1964,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the Mesh to get. Must be in the format `projects/*/locations/global/meshes/*`.", + "description": "Required. A name of the Mesh to get. Must be in the format `projects/*/locations/*/meshes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/meshes/[^/]+$", "required": true, @@ -1818,7 +2000,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1848,7 +2030,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.", + "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/meshes/[^/]+$", "required": true, @@ -2052,6 +2234,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2390,7 +2577,7 @@ ], "parameters": { "parent": { - "description": "Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2423,7 +2610,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TcpRoute to delete. Must be in the format `projects/*/locations/global/tcpRoutes/*`.", + "description": "Required. A name of the TcpRoute to delete. Must be in the format `projects/*/locations/*/tcpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tcpRoutes/[^/]+$", "required": true, @@ -2448,7 +2635,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TcpRoute to get. Must be in the format `projects/*/locations/global/tcpRoutes/*`.", + "description": "Required. A name of the TcpRoute to get. Must be in the format `projects/*/locations/*/tcpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tcpRoutes/[^/]+$", "required": true, @@ -2484,7 +2671,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the TcpRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the TcpRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2514,7 +2701,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.", + "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/*/tcpRoutes/tcp_route_name>`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tcpRoutes/[^/]+$", "required": true, @@ -2552,7 +2739,7 @@ ], "parameters": { "parent": { - "description": "Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2585,7 +2772,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TlsRoute to delete. Must be in the format `projects/*/locations/global/tlsRoutes/*`.", + "description": "Required. A name of the TlsRoute to delete. Must be in the format `projects/*/locations/*/tlsRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tlsRoutes/[^/]+$", "required": true, @@ -2610,7 +2797,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TlsRoute to get. Must be in the format `projects/*/locations/global/tlsRoutes/*`.", + "description": "Required. A name of the TlsRoute to get. Must be in the format `projects/*/locations/*/tlsRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tlsRoutes/[^/]+$", "required": true, @@ -2646,7 +2833,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the TlsRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the TlsRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2676,7 +2863,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/global/tlsRoutes/tls_route_name>`.", + "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/*/tlsRoutes/tls_route_name>`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tlsRoutes/[^/]+$", "required": true, @@ -3004,7 +3191,7 @@ } } }, - "revision": "20250723", + "revision": "20251105", "rootUrl": "https://networkservices.googleapis.com/", "schemas": { "AuditConfig": { @@ -3142,7 +3329,7 @@ "enumDescriptions": [ "Not specified.", "The extension service uses ext_proc gRPC API over a gRPC stream. This is the default value if the wire format is not specified. The backend service for the extension must use HTTP2 or H2C as the protocol. All `supported_events` for a client request are sent as part of the same gRPC stream.", - "The extension service uses Envoy's `ext_authz` gRPC API. The backend service for the extension must use HTTP2, or H2C as the protocol. `EXT_AUTHZ_GRPC` is only supported for `AuthzExtension` resources." + "The extension service uses Envoy's `ext_authz` gRPC API. The backend service for the extension must use HTTP2, or H2C as the protocol. `EXT_AUTHZ_GRPC` is only supported for regional `AuthzExtension` resources." ], "type": "string" } @@ -3271,7 +3458,7 @@ "type": "object" }, "name": { - "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.", + "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`.", "type": "string" }, "serverTlsPolicy": { @@ -3374,11 +3561,43 @@ "description": "Properties of the object.", "type": "any" }, - "description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google....`. For example: `com.google.lb_traffic_extension.lbtrafficextension1.chain1.ext1`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name. This field must not be set for plugin extensions. Setting it results in a validation error. You can set metadata at either the resource level or the extension level. The extension level metadata is recommended because you can pass a different set of metadata through each extension to the backend. This field is subject to following limitations: * The total size of the metadata must be less than 1KiB. * The total number of keys in the metadata must be less than 16. * The length of each key must be less than 64 characters. * The length of each value must be less than 1024 characters. * All values must be strings.", + "description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. For `AuthzExtension` resources, the metadata is available under the namespace `com.google.authz_extension.`. For other types of extensions, the metadata is available under the namespace `com.google....`. For example: `com.google.lb_traffic_extension.lbtrafficextension1.chain1.ext1`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name. This field must not be set for plugin extensions. Setting it results in a validation error. You can set metadata at either the resource level or the extension level. The extension level metadata is recommended because you can pass a different set of metadata through each extension to the backend. This field is subject to following limitations: * The total size of the metadata must be less than 1KiB. * The total number of keys in the metadata must be less than 16. * The length of each key must be less than 64 characters. * The length of each value must be less than 1024 characters. * All values must be strings.", "type": "object" }, "name": { - "description": "Required. The name for this extension. The name is logged as part of the HTTP request logs. The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last a letter or a number.", + "description": "Optional. The name for this extension. The name is logged as part of the HTTP request logs. The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last a letter or a number. This field is required except for AuthzExtension.", + "type": "string" + }, + "observabilityMode": { + "description": "Optional. When set to `TRUE`, enables `observability_mode` on the `ext_proc` filter. This makes `ext_proc` calls asynchronous. Envoy doesn't check for the response from `ext_proc` calls. For more information about the filter, see: https://www.envoyproxy.io/docs/envoy/v1.32.3/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto#extensions-filters-http-ext-proc-v3-externalprocessor This field is helpful when you want to try out the extension in async log-only mode. Supported by regional `LbTrafficExtension` and `LbRouteExtension` resources. Only `STREAMED` (default) body processing mode is supported.", + "type": "boolean" + }, + "requestBodySendMode": { + "description": "Optional. Configures the send mode for request body processing. The field can only be set if `supported_events` includes `REQUEST_BODY`. If `supported_events` includes `REQUEST_BODY`, but `request_body_send_mode` is unset, the default value `STREAMED` is used. When this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `REQUEST_BODY` and `REQUEST_TRAILERS`. This field can be set only for `LbTrafficExtension` and `LbRouteExtension` resources, and only when the `service` field of the extension points to a `BackendService`. Only `FULL_DUPLEX_STREAMED` mode is supported for `LbRouteExtension` resources.", + "enum": [ + "BODY_SEND_MODE_UNSPECIFIED", + "BODY_SEND_MODE_STREAMED", + "BODY_SEND_MODE_FULL_DUPLEX_STREAMED" + ], + "enumDescriptions": [ + "Default value. Do not use.", + "Calls to the extension are executed in the streamed mode. Subsequent chunks will be sent only after the previous chunks have been processed. The content of the body chunks is sent one way to the extension. Extension may send modified chunks back. This is the default value if the processing mode is not specified.", + "Calls are executed in the full duplex mode. Subsequent chunks will be sent for processing without waiting for the response for the previous chunk or for the response for `REQUEST_HEADERS` event. Extension can freely modify or chunk the body contents. If the extension doesn't send the body contents back, the next extension in the chain or the upstream will receive an empty body." + ], + "type": "string" + }, + "responseBodySendMode": { + "description": "Optional. Configures the send mode for response processing. If unspecified, the default value `STREAMED` is used. The field can only be set if `supported_events` includes `RESPONSE_BODY`. If `supported_events` includes `RESPONSE_BODY`, but `response_body_send_mode` is unset, the default value `STREAMED` is used. When this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `RESPONSE_BODY` and `RESPONSE_TRAILERS`. This field can be set only for `LbTrafficExtension` resources, and only when the `service` field of the extension points to a `BackendService`.", + "enum": [ + "BODY_SEND_MODE_UNSPECIFIED", + "BODY_SEND_MODE_STREAMED", + "BODY_SEND_MODE_FULL_DUPLEX_STREAMED" + ], + "enumDescriptions": [ + "Default value. Do not use.", + "Calls to the extension are executed in the streamed mode. Subsequent chunks will be sent only after the previous chunks have been processed. The content of the body chunks is sent one way to the extension. Extension may send modified chunks back. This is the default value if the processing mode is not specified.", + "Calls are executed in the full duplex mode. Subsequent chunks will be sent for processing without waiting for the response for the previous chunk or for the response for `REQUEST_HEADERS` event. Extension can freely modify or chunk the body contents. If the extension doesn't send the body contents back, the next extension in the chain or the upstream will receive an empty body." + ], "type": "string" }, "service": { @@ -3386,7 +3605,7 @@ "type": "string" }, "supportedEvents": { - "description": "Optional. A set of events during request or response processing for which this extension is called. For the `LbTrafficExtension` resource, this field is required. For the `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only contain `REQUEST_HEADERS` event.", + "description": "Optional. A set of events during request or response processing for which this extension is called. For the `LbTrafficExtension` resource, this field is required. For the `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only contain `REQUEST_HEADERS` event. For the `AuthzExtension` resource, this field is optional. `REQUEST_HEADERS` is the only supported event. If unspecified, `REQUEST_HEADERS` event is assumed as supported.", "items": { "enum": [ "EVENT_TYPE_UNSPECIFIED", @@ -3612,7 +3831,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -3633,14 +3852,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/`", + "description": "Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/`", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`", + "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/`", "type": "string" }, "rules": { @@ -3909,7 +4128,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -3930,14 +4149,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR", + "description": "Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.", + "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/*/httpRoutes/http_route_name>`.", "type": "string" }, "rules": { @@ -4454,6 +4673,68 @@ }, "type": "object" }, + "LbEdgeExtension": { + "description": "`LbEdgeExtension` is a resource that lets the extension service influence the selection of backend services and Cloud CDN cache keys by modifying request headers.", + "id": "LbEdgeExtension", + "properties": { + "createTime": { + "description": "Output only. The timestamp when the resource was created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "description": { + "description": "Optional. A human-readable description of the resource.", + "type": "string" + }, + "extensionChains": { + "description": "Required. A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed. Any subsequent extension chains do not execute. Limited to 5 extension chains per resource.", + "items": { + "$ref": "ExtensionChain" + }, + "type": "array" + }, + "forwardingRules": { + "description": "Required. A list of references to the forwarding rules to which this service extension is attached. At least one forwarding rule is required. Only one `LbEdgeExtension` resource can be associated with a forwarding rule.", + "items": { + "type": "string" + }, + "type": "array" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Set of labels associated with the `LbEdgeExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.", + "type": "object" + }, + "loadBalancingScheme": { + "description": "Required. All forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `EXTERNAL_MANAGED`.", + "enum": [ + "LOAD_BALANCING_SCHEME_UNSPECIFIED", + "INTERNAL_MANAGED", + "EXTERNAL_MANAGED" + ], + "enumDescriptions": [ + "Default value. Do not use.", + "Signifies that this is used for Internal HTTP(S) Load Balancing.", + "Signifies that this is used for External Managed HTTP(S) Load Balancing." + ], + "type": "string" + }, + "name": { + "description": "Required. Identifier. Name of the `LbEdgeExtension` resource in the following format: `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`.", + "type": "string" + }, + "updateTime": { + "description": "Output only. The timestamp when the resource was updated.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "LbRouteExtension": { "description": "`LbRouteExtension` is a resource that lets you control where traffic is routed to for a given request.", "id": "LbRouteExtension", @@ -4744,6 +5025,31 @@ }, "type": "object" }, + "ListLbEdgeExtensionsResponse": { + "description": "Message for response to listing `LbEdgeExtension` resources.", + "id": "ListLbEdgeExtensionsResponse", + "properties": { + "lbEdgeExtensions": { + "description": "The list of `LbEdgeExtension` resources.", + "items": { + "$ref": "LbEdgeExtension" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token identifying a page of results that the server returns.", + "type": "string" + }, + "unreachable": { + "description": "Locations that could not be reached.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "ListLbRouteExtensionsResponse": { "description": "Message for response to listing `LbRouteExtension` resources.", "id": "ListLbRouteExtensionsResponse", @@ -4876,6 +5182,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -5140,7 +5453,7 @@ "type": "object" }, "name": { - "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.", + "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`.", "type": "string" }, "selfLink": { @@ -5533,7 +5846,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -5547,14 +5860,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR", + "description": "Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.", + "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/*/tcpRoutes/tcp_route_name>`.", "type": "string" }, "rules": { @@ -5693,7 +6006,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -5707,14 +6020,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR", + "description": "Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/global/tlsRoutes/tls_route_name>`.", + "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/*/tlsRoutes/tls_route_name>`.", "type": "string" }, "rules": { diff --git a/DiscoveryJson/networkservices.v1beta1.json b/DiscoveryJson/networkservices.v1beta1.json index 37bf740ed40..64a1bee4404 100644 --- a/DiscoveryJson/networkservices.v1beta1.json +++ b/DiscoveryJson/networkservices.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -382,7 +382,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the EndpointPolicy. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the EndpointPolicy. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -410,7 +410,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the EndpointPolicy to delete. Must be in the format `projects/*/locations/global/endpointPolicies/*`.", + "description": "Required. A name of the EndpointPolicy to delete. Must be in the format `projects/*/locations/*/endpointPolicies/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$", "required": true, @@ -435,7 +435,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the EndpointPolicy to get. Must be in the format `projects/*/locations/global/endpointPolicies/*`.", + "description": "Required. A name of the EndpointPolicy to get. Must be in the format `projects/*/locations/*/endpointPolicies/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$", "required": true, @@ -471,7 +471,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the EndpointPolicies should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the EndpointPolicies should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -501,7 +501,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.", + "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$", "required": true, @@ -768,7 +768,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -796,7 +796,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the GrpcRoute to delete. Must be in the format `projects/*/locations/global/grpcRoutes/*`.", + "description": "Required. A name of the GrpcRoute to delete. Must be in the format `projects/*/locations/*/grpcRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/grpcRoutes/[^/]+$", "required": true, @@ -821,7 +821,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the GrpcRoute to get. Must be in the format `projects/*/locations/global/grpcRoutes/*`.", + "description": "Required. A name of the GrpcRoute to get. Must be in the format `projects/*/locations/*/grpcRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/grpcRoutes/[^/]+$", "required": true, @@ -857,7 +857,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the GrpcRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the GrpcRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -887,7 +887,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`", + "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/grpcRoutes/[^/]+$", "required": true, @@ -930,7 +930,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -958,7 +958,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the HttpRoute to delete. Must be in the format `projects/*/locations/global/httpRoutes/*`.", + "description": "Required. A name of the HttpRoute to delete. Must be in the format `projects/*/locations/*/httpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", "required": true, @@ -983,7 +983,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the HttpRoute to get. Must be in the format `projects/*/locations/global/httpRoutes/*`.", + "description": "Required. A name of the HttpRoute to get. Must be in the format `projects/*/locations/*/httpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", "required": true, @@ -1019,7 +1019,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the HttpRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the HttpRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1049,7 +1049,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.", + "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/*/httpRoutes/http_route_name>`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", "required": true, @@ -1820,7 +1820,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1848,7 +1848,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/global/meshes/*`.", + "description": "Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/*/meshes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/meshes/[^/]+$", "required": true, @@ -1873,7 +1873,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the Mesh to get. Must be in the format `projects/*/locations/global/meshes/*`.", + "description": "Required. A name of the Mesh to get. Must be in the format `projects/*/locations/*/meshes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/meshes/[^/]+$", "required": true, @@ -1909,7 +1909,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -1939,7 +1939,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.", + "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/meshes/[^/]+$", "required": true, @@ -2143,6 +2143,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -2481,7 +2486,7 @@ ], "parameters": { "parent": { - "description": "Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2514,7 +2519,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TcpRoute to delete. Must be in the format `projects/*/locations/global/tcpRoutes/*`.", + "description": "Required. A name of the TcpRoute to delete. Must be in the format `projects/*/locations/*/tcpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tcpRoutes/[^/]+$", "required": true, @@ -2539,7 +2544,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TcpRoute to get. Must be in the format `projects/*/locations/global/tcpRoutes/*`.", + "description": "Required. A name of the TcpRoute to get. Must be in the format `projects/*/locations/*/tcpRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tcpRoutes/[^/]+$", "required": true, @@ -2575,7 +2580,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the TcpRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the TcpRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2605,7 +2610,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.", + "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/*/tcpRoutes/tcp_route_name>`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tcpRoutes/[^/]+$", "required": true, @@ -2643,7 +2648,7 @@ ], "parameters": { "parent": { - "description": "Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/global`.", + "description": "Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2676,7 +2681,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TlsRoute to delete. Must be in the format `projects/*/locations/global/tlsRoutes/*`.", + "description": "Required. A name of the TlsRoute to delete. Must be in the format `projects/*/locations/*/tlsRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tlsRoutes/[^/]+$", "required": true, @@ -2701,7 +2706,7 @@ ], "parameters": { "name": { - "description": "Required. A name of the TlsRoute to get. Must be in the format `projects/*/locations/global/tlsRoutes/*`.", + "description": "Required. A name of the TlsRoute to get. Must be in the format `projects/*/locations/*/tlsRoutes/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tlsRoutes/[^/]+$", "required": true, @@ -2737,7 +2742,7 @@ "type": "string" }, "parent": { - "description": "Required. The project and location from which the TlsRoutes should be listed, specified in the format `projects/*/locations/global`.", + "description": "Required. The project and location from which the TlsRoutes should be listed, specified in the format `projects/*/locations/*`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+$", "required": true, @@ -2767,7 +2772,7 @@ ], "parameters": { "name": { - "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/global/tlsRoutes/tls_route_name>`.", + "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/*/tlsRoutes/tls_route_name>`.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/tlsRoutes/[^/]+$", "required": true, @@ -3095,7 +3100,7 @@ } } }, - "revision": "20250730", + "revision": "20251105", "rootUrl": "https://networkservices.googleapis.com/", "schemas": { "AuthzExtension": { @@ -3185,7 +3190,7 @@ "enumDescriptions": [ "Not specified.", "The extension service uses ext_proc gRPC API over a gRPC stream. This is the default value if the wire format is not specified. The backend service for the extension must use HTTP2 or H2C as the protocol. All `supported_events` for a client request are sent as part of the same gRPC stream.", - "The extension service uses Envoy's `ext_authz` gRPC API. The backend service for the extension must use HTTP2, or H2C as the protocol. `EXT_AUTHZ_GRPC` is only supported for `AuthzExtension` resources." + "The extension service uses Envoy's `ext_authz` gRPC API. The backend service for the extension must use HTTP2, or H2C as the protocol. `EXT_AUTHZ_GRPC` is only supported for regional `AuthzExtension` resources." ], "type": "string" } @@ -3249,7 +3254,7 @@ "type": "object" }, "name": { - "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.", + "description": "Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`.", "type": "string" }, "securityPolicy": { @@ -3314,7 +3319,7 @@ "id": "ExtensionChainExtension", "properties": { "allowDynamicForwarding": { - "description": "Optional. When set to `TRUE`, the response from an extension service is allowed to set the `com.google.envoy.dynamic_forwarding` namespace in the dynamic metadata. This field is not supported for plugin extensions. Setting it results in a validation error.", + "description": "Optional. When set to `TRUE`, the response from an extension service is allowed to set the `com.google.envoy.dynamic_forwarding` namespace in the dynamic metadata. This field is not supported for plugin extensions or AuthzExtensions. Setting it results in a validation error.", "type": "boolean" }, "authority": { @@ -3337,13 +3342,17 @@ "description": "Properties of the object.", "type": "any" }, - "description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is available under the namespace `com.google....`. For example: `com.google.lb_traffic_extension.lbtrafficextension1.chain1.ext1`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name. This field must not be set for plugin extensions. Setting it results in a validation error. You can set metadata at either the resource level or the extension level. The extension level metadata is recommended because you can pass a different set of metadata through each extension to the backend. This field is subject to following limitations: * The total size of the metadata must be less than 1KiB. * The total number of keys in the metadata must be less than 16. * The length of each key must be less than 64 characters. * The length of each value must be less than 1024 characters. * All values must be strings.", + "description": "Optional. The metadata provided here is included as part of the `metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. For `AuthzExtension` resources, the metadata is available under the namespace `com.google.authz_extension.`. For other types of extensions, the metadata is available under the namespace `com.google....`. For example: `com.google.lb_traffic_extension.lbtrafficextension1.chain1.ext1`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name. This field must not be set for plugin extensions. Setting it results in a validation error. You can set metadata at either the resource level or the extension level. The extension level metadata is recommended because you can pass a different set of metadata through each extension to the backend. This field is subject to following limitations: * The total size of the metadata must be less than 1KiB. * The total number of keys in the metadata must be less than 16. * The length of each key must be less than 64 characters. * The length of each value must be less than 1024 characters. * All values must be strings.", "type": "object" }, "name": { - "description": "Required. The name for this extension. The name is logged as part of the HTTP request logs. The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last a letter or a number.", + "description": "Optional. The name for this extension. The name is logged as part of the HTTP request logs. The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last a letter or a number. This field is required except for AuthzExtension.", "type": "string" }, + "observabilityMode": { + "description": "Optional. When set to `TRUE`, enables `observability_mode` on the `ext_proc` filter. This makes `ext_proc` calls asynchronous. Envoy doesn't check for the response from `ext_proc` calls. For more information about the filter, see: https://www.envoyproxy.io/docs/envoy/v1.32.3/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto#extensions-filters-http-ext-proc-v3-externalprocessor This field is helpful when you want to try out the extension in async log-only mode. Supported by regional `LbTrafficExtension` and `LbRouteExtension` resources. Only `STREAMED` (default) body processing mode is supported.", + "type": "boolean" + }, "requestBodySendMode": { "description": "Optional. Configures the send mode for request body processing. The field can only be set if `supported_events` includes `REQUEST_BODY`. If `supported_events` includes `REQUEST_BODY`, but `request_body_send_mode` is unset, the default value `STREAMED` is used. When this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `REQUEST_BODY` and `REQUEST_TRAILERS`. This field can be set only for `LbTrafficExtension` and `LbRouteExtension` resources, and only when the `service` field of the extension points to a `BackendService`. Only `FULL_DUPLEX_STREAMED` mode is supported for `LbRouteExtension` resources.", "enum": [ @@ -3359,7 +3368,7 @@ "type": "string" }, "responseBodySendMode": { - "description": "Optional. Configures the send mode for response processing. If unspecified, the default value `STREAMED` is used. When this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `RESPONSE_BODY` and `RESPONSE_TRAILERS`. This field can be set only for `LbTrafficExtension` resources, and only when the `service` field of the extension points to a `BackendService`.", + "description": "Optional. Configures the send mode for response processing. If unspecified, the default value `STREAMED` is used. The field can only be set if `supported_events` includes `RESPONSE_BODY`. If `supported_events` includes `RESPONSE_BODY`, but `response_body_send_mode` is unset, the default value `STREAMED` is used. When this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `RESPONSE_BODY` and `RESPONSE_TRAILERS`. This field can be set only for `LbTrafficExtension` resources, and only when the `service` field of the extension points to a `BackendService`.", "enum": [ "BODY_SEND_MODE_UNSPECIFIED", "BODY_SEND_MODE_STREAMED", @@ -3377,7 +3386,7 @@ "type": "string" }, "supportedEvents": { - "description": "Optional. A set of events during request or response processing for which this extension is called. For the `LbTrafficExtension` resource, this field is required. For the `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only contain `REQUEST_HEADERS` event.", + "description": "Optional. A set of events during request or response processing for which this extension is called. For the `LbTrafficExtension` resource, this field is required. For the `LbRouteExtension` resource, this field is optional. If unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `LbEdgeExtension` resource, this field is required and must only contain `REQUEST_HEADERS` event. For the `AuthzExtension` resource, this field is optional. `REQUEST_HEADERS` is the only supported event. If unspecified, `REQUEST_HEADERS` event is assumed as supported.", "items": { "enum": [ "EVENT_TYPE_UNSPECIFIED", @@ -3603,7 +3612,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -3624,14 +3633,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/`", + "description": "Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/`", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`", + "description": "Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/`", "type": "string" }, "rules": { @@ -3900,7 +3909,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -3921,14 +3930,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR", + "description": "Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.", + "description": "Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/locations/*/httpRoutes/http_route_name>`.", "type": "string" }, "rules": { @@ -5041,6 +5050,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -5305,7 +5321,7 @@ "type": "object" }, "name": { - "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.", + "description": "Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`.", "type": "string" }, "selfLink": { @@ -5694,7 +5710,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -5708,14 +5724,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR", + "description": "Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.", + "description": "Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/locations/*/tcpRoutes/tcp_route_name>`.", "type": "string" }, "rules": { @@ -5826,7 +5842,7 @@ "type": "string" }, "gateways": { - "description": "Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/global/gateways/`", + "description": "Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: `projects/*/locations/*/gateways/`", "items": { "type": "string" }, @@ -5840,14 +5856,14 @@ "type": "object" }, "meshes": { - "description": "Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR", + "description": "Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR", "items": { "type": "string" }, "type": "array" }, "name": { - "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/global/tlsRoutes/tls_route_name>`.", + "description": "Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/locations/*/tlsRoutes/tls_route_name>`.", "type": "string" }, "rules": { diff --git a/DiscoveryJson/notebooks.v1.json b/DiscoveryJson/notebooks.v1.json index 36a9f4454a9..360c021c477 100644 --- a/DiscoveryJson/notebooks.v1.json +++ b/DiscoveryJson/notebooks.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1315,6 +1315,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2014,7 +2019,7 @@ } } }, - "revision": "20250430", + "revision": "20251029", "rootUrl": "https://notebooks.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -3048,6 +3053,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/notebooks.v2.json b/DiscoveryJson/notebooks.v2.json index df7becc966b..c123316d9f7 100644 --- a/DiscoveryJson/notebooks.v2.json +++ b/DiscoveryJson/notebooks.v2.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -499,7 +499,7 @@ ], "parameters": { "name": { - "description": "Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`", + "description": "Output only. Identifier. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$", "required": true, @@ -949,6 +949,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -966,7 +971,7 @@ } } }, - "revision": "20250710", + "revision": "20251029", "rootUrl": "https://notebooks.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -1268,6 +1273,13 @@ "kmsKey": { "description": "Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn more about using your own encryption keys.", "type": "string" + }, + "resourcePolicies": { + "description": "Optional. The resource policies to apply to the data disk.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -1452,6 +1464,11 @@ "$ref": "GPUDriverConfig", "description": "Optional. Configuration for GPU drivers." }, + "instanceId": { + "description": "Output only. The unique ID of the Compute Engine instance resource.", + "readOnly": true, + "type": "string" + }, "machineType": { "description": "Optional. The machine type of the VM instance. https://cloud.google.com/compute/docs/machine-resource", "type": "string" @@ -1637,7 +1654,7 @@ "type": "object" }, "name": { - "description": "Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`", + "description": "Output only. Identifier. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`", "readOnly": true, "type": "string" }, @@ -1766,6 +1783,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/observability.v1.json b/DiscoveryJson/observability.v1.json index e48f977c0d0..68409b5c557 100644 --- a/DiscoveryJson/observability.v1.json +++ b/DiscoveryJson/observability.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -296,7 +296,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -536,7 +536,7 @@ } } }, - "revision": "20250925", + "revision": "20251113", "rootUrl": "https://observability.googleapis.com/", "schemas": { "CancelOperationRequest": { @@ -585,7 +585,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/ondemandscanning.v1.json b/DiscoveryJson/ondemandscanning.v1.json index b8e5dceee09..bf93469924d 100644 --- a/DiscoveryJson/ondemandscanning.v1.json +++ b/DiscoveryJson/ondemandscanning.v1.json @@ -344,7 +344,7 @@ } } }, - "revision": "20250929", + "revision": "20251006", "rootUrl": "https://ondemandscanning.googleapis.com/", "schemas": { "AliasContext": { @@ -2624,12 +2624,52 @@ "enum": [ "SECRET_KIND_UNSPECIFIED", "SECRET_KIND_UNKNOWN", - "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY" + "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY", + "SECRET_KIND_GCP_API_KEY", + "SECRET_KIND_GCP_OAUTH2_CLIENT_CREDENTIALS", + "SECRET_KIND_GCP_OAUTH2_ACCESS_TOKEN", + "SECRET_KIND_ANTHROPIC_ADMIN_API_KEY", + "SECRET_KIND_ANTHROPIC_API_KEY", + "SECRET_KIND_AZURE_ACCESS_TOKEN", + "SECRET_KIND_AZURE_IDENTITY_TOKEN", + "SECRET_KIND_DOCKER_HUB_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_APP_REFRESH_TOKEN", + "SECRET_KIND_GITHUB_APP_SERVER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_APP_USER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_FINE_GRAINED_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_OAUTH_TOKEN", + "SECRET_KIND_HUGGINGFACE_API_KEY", + "SECRET_KIND_OPENAI_API_KEY", + "SECRET_KIND_PERPLEXITY_API_KEY", + "SECRET_KIND_STRIPE_SECRET_KEY", + "SECRET_KIND_STRIPE_RESTRICTED_KEY", + "SECRET_KIND_STRIPE_WEBHOOK_SECRET" ], "enumDescriptions": [ "Unspecified", "The secret kind is unknown.", - "A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys" + "A Google Cloud service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys", + "A Google Cloud API key per: https://cloud.google.com/docs/authentication/api-keys", + "A Google Cloud OAuth2 client credentials per: https://developers.google.com/identity/protocols/oauth2", + "A Google Cloud OAuth2 access token per: https://cloud.google.com/docs/authentication/token-types#access", + "An Anthropic Admin API key.", + "An Anthropic API key.", + "An Azure access token.", + "An Azure Identity Platform ID token.", + "A Docker Hub personal access token.", + "A GitHub App refresh token.", + "A GitHub App server-to-server token.", + "A GitHub App user-to-server token.", + "A GitHub personal access token (classic).", + "A GitHub fine-grained personal access token.", + "A GitHub OAuth token.", + "A Hugging Face API key.", + "An OpenAI API key.", + "A Perplexity API key.", + "A Stripe secret key.", + "A Stripe restricted key.", + "A Stripe webhook secret." ], "type": "string" }, diff --git a/DiscoveryJson/ondemandscanning.v1beta1.json b/DiscoveryJson/ondemandscanning.v1beta1.json index 96e5d7d0c7c..7ec6ee61a4c 100644 --- a/DiscoveryJson/ondemandscanning.v1beta1.json +++ b/DiscoveryJson/ondemandscanning.v1beta1.json @@ -344,7 +344,7 @@ } } }, - "revision": "20250929", + "revision": "20251006", "rootUrl": "https://ondemandscanning.googleapis.com/", "schemas": { "AliasContext": { @@ -2619,12 +2619,52 @@ "enum": [ "SECRET_KIND_UNSPECIFIED", "SECRET_KIND_UNKNOWN", - "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY" + "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY", + "SECRET_KIND_GCP_API_KEY", + "SECRET_KIND_GCP_OAUTH2_CLIENT_CREDENTIALS", + "SECRET_KIND_GCP_OAUTH2_ACCESS_TOKEN", + "SECRET_KIND_ANTHROPIC_ADMIN_API_KEY", + "SECRET_KIND_ANTHROPIC_API_KEY", + "SECRET_KIND_AZURE_ACCESS_TOKEN", + "SECRET_KIND_AZURE_IDENTITY_TOKEN", + "SECRET_KIND_DOCKER_HUB_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_APP_REFRESH_TOKEN", + "SECRET_KIND_GITHUB_APP_SERVER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_APP_USER_TO_SERVER_TOKEN", + "SECRET_KIND_GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_FINE_GRAINED_PERSONAL_ACCESS_TOKEN", + "SECRET_KIND_GITHUB_OAUTH_TOKEN", + "SECRET_KIND_HUGGINGFACE_API_KEY", + "SECRET_KIND_OPENAI_API_KEY", + "SECRET_KIND_PERPLEXITY_API_KEY", + "SECRET_KIND_STRIPE_SECRET_KEY", + "SECRET_KIND_STRIPE_RESTRICTED_KEY", + "SECRET_KIND_STRIPE_WEBHOOK_SECRET" ], "enumDescriptions": [ "Unspecified", "The secret kind is unknown.", - "A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys" + "A Google Cloud service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys", + "A Google Cloud API key per: https://cloud.google.com/docs/authentication/api-keys", + "A Google Cloud OAuth2 client credentials per: https://developers.google.com/identity/protocols/oauth2", + "A Google Cloud OAuth2 access token per: https://cloud.google.com/docs/authentication/token-types#access", + "An Anthropic Admin API key.", + "An Anthropic API key.", + "An Azure access token.", + "An Azure Identity Platform ID token.", + "A Docker Hub personal access token.", + "A GitHub App refresh token.", + "A GitHub App server-to-server token.", + "A GitHub App user-to-server token.", + "A GitHub personal access token (classic).", + "A GitHub fine-grained personal access token.", + "A GitHub OAuth token.", + "A Hugging Face API key.", + "An OpenAI API key.", + "A Perplexity API key.", + "A Stripe secret key.", + "A Stripe restricted key.", + "A Stripe webhook secret." ], "type": "string" }, diff --git a/DiscoveryJson/oracledatabase.v1.json b/DiscoveryJson/oracledatabase.v1.json index 98c41684e2a..76ae6da82e6 100644 --- a/DiscoveryJson/oracledatabase.v1.json +++ b/DiscoveryJson/oracledatabase.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1153,7 +1153,7 @@ "type": "string" }, "pageSize": { - "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.", + "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.", "format": "int32", "location": "query", "type": "integer" @@ -1193,7 +1193,7 @@ ], "parameters": { "pageSize": { - "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.", + "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.", "format": "int32", "location": "query", "type": "integer" @@ -1426,7 +1426,7 @@ "type": "string" }, "pageSize": { - "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.", + "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.", "format": "int32", "location": "query", "type": "integer" @@ -1702,6 +1702,48 @@ "https://www.googleapis.com/auth/cloud-platform" ] } + }, + "resources": { + "dbNodes": { + "methods": { + "list": { + "description": "Lists the database nodes of a VM Cluster.", + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}/dbNodes", + "httpMethod": "GET", + "id": "oracledatabase.projects.locations.exadbVmClusters.dbNodes.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "Optional. A token identifying a page of results the node should return.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .", + "location": "path", + "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/dbNodes", + "response": { + "$ref": "ListDbNodesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + } + } + } } }, "exascaleDbStorageVaults": { @@ -2340,7 +2382,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -2430,7 +2472,7 @@ } } }, - "revision": "20250925", + "revision": "20251117", "rootUrl": "https://oracledatabase.googleapis.com/", "schemas": { "AllConnectionStrings": { @@ -6257,7 +6299,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/osconfig.v1.json b/DiscoveryJson/osconfig.v1.json index 451d14acf99..3deb2ed9b51 100644 --- a/DiscoveryJson/osconfig.v1.json +++ b/DiscoveryJson/osconfig.v1.json @@ -1083,7 +1083,7 @@ } } }, - "revision": "20250727", + "revision": "20251030", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "AptSettings": { @@ -3061,6 +3061,10 @@ ], "type": "string" }, + "skipUnpatchableVms": { + "description": "Optional. Enables enhanced reporting for the patch job: 1. Allows the patch job to skip unpatchable instances, reporting them as SKIPPED. An instance can be unpatchable for two reasons: a. The instance runs Container-Optimized OS (COS), which cannot be patched. b. The patch job's configuration prohibits patching on Managed Instance Groups (MIGs) through the PatchConfig.migInstancesAllowed field, and the instance is part of one. 2. The system reports the patch job as SUCCEEDED if it completes without errors, regardless of whether any instances were SKIPPED. 3. The system reports the patch job as COMPLETED_WITH_INACTIVE_VMS if it completes without errors, but some instances were INACTIVE and therefore not patched.", + "type": "boolean" + }, "windowsUpdate": { "$ref": "WindowsUpdateSettings", "description": "Windows update settings. Use this override the default windows patch rules." @@ -3270,6 +3274,7 @@ "INSTANCE_LOOKUP", "PATCHING", "SUCCEEDED", + "COMPLETED_WITH_INACTIVE_VMS", "COMPLETED_WITH_ERRORS", "CANCELED", "TIMED_OUT" @@ -3280,6 +3285,7 @@ "The patch job is looking up instances to run the patch on.", "Instances are being patched.", "Patch job completed successfully.", + "The patch job completed without errors, but some instances were inactive and therefore not patched.", "Patch job completed but there were errors.", "The patch job was canceled.", "The patch job timed out." @@ -3333,7 +3339,8 @@ "TIMED_OUT", "RUNNING_PRE_PATCH_STEP", "RUNNING_POST_PATCH_STEP", - "NO_AGENT_DETECTED" + "NO_AGENT_DETECTED", + "SKIPPED" ], "enumDescriptions": [ "Unspecified.", @@ -3351,7 +3358,8 @@ "The instance exceeded the time out while applying the patch.", "The instance is running the pre-patch step.", "The instance is running the post-patch step.", - "The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service." + "The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.", + "The instance was skipped during patching due to one of two reasons: 1. The instance runs Container-Optimized OS (COS), which cannot be patched. 2. The patch job's configuration prohibits patching on Managed Instance Groups (MIGs), and the instance is part of one." ], "type": "string" } @@ -3417,6 +3425,11 @@ "format": "int64", "type": "string" }, + "skippedInstanceCount": { + "description": "Number of instances that were skipped during patching.", + "format": "int64", + "type": "string" + }, "startedInstanceCount": { "description": "Number of instances that have started.", "format": "int64", diff --git a/DiscoveryJson/osconfig.v1beta.json b/DiscoveryJson/osconfig.v1beta.json index 91e74eadf8b..89703030cb2 100644 --- a/DiscoveryJson/osconfig.v1beta.json +++ b/DiscoveryJson/osconfig.v1beta.json @@ -689,7 +689,7 @@ } } }, - "revision": "20250511", + "revision": "20251030", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "AptRepository": { @@ -1565,6 +1565,10 @@ ], "type": "string" }, + "skipUnpatchableVms": { + "description": "Optional. Enables enhanced reporting for the patch job: 1. Allows the patch job to skip unpatchable instances, reporting them as SKIPPED. An instance can be unpatchable for two reasons: a. The instance runs Container-Optimized OS (COS), which cannot be patched. b. The patch job's configuration prohibits patching on Managed Instance Groups (MIGs) through the PatchConfig.migInstancesAllowed field, and the instance is part of one. 2. The system reports the patch job as SUCCEEDED if it completes without errors, regardless of whether any instances were SKIPPED. 3. The system reports the patch job as COMPLETED_WITH_INACTIVE_VMS if it completes without errors, but some instances were INACTIVE and therefore not patched.", + "type": "boolean" + }, "windowsUpdate": { "$ref": "WindowsUpdateSettings", "description": "Windows update settings. Use this override the default windows patch rules." @@ -1774,6 +1778,7 @@ "INSTANCE_LOOKUP", "PATCHING", "SUCCEEDED", + "COMPLETED_WITH_INACTIVE_VMS", "COMPLETED_WITH_ERRORS", "CANCELED", "TIMED_OUT" @@ -1784,6 +1789,7 @@ "The patch job is looking up instances to run the patch on.", "Instances are being patched.", "Patch job completed successfully.", + "The patch job completed without errors, but some instances were inactive and therefore not patched.", "Patch job completed but there were errors.", "The patch job was canceled.", "The patch job timed out." @@ -1837,7 +1843,8 @@ "TIMED_OUT", "RUNNING_PRE_PATCH_STEP", "RUNNING_POST_PATCH_STEP", - "NO_AGENT_DETECTED" + "NO_AGENT_DETECTED", + "SKIPPED" ], "enumDescriptions": [ "Unspecified.", @@ -1855,7 +1862,8 @@ "The instance exceeded the time out while applying the patch.", "The instance is running the pre-patch step.", "The instance is running the post-patch step.", - "The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service." + "The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.", + "The instance was skipped during patching due to one of two reasons: 1. The instance runs Container-Optimized OS (COS), which cannot be patched. 2. The patch job's configuration prohibits patching on Managed Instance Groups (MIGs), and the instance is part of one." ], "type": "string" } @@ -1921,6 +1929,11 @@ "format": "int64", "type": "string" }, + "skippedInstanceCount": { + "description": "Number of instances that were skipped during patching.", + "format": "int64", + "type": "string" + }, "startedInstanceCount": { "description": "Number of instances that have started.", "format": "int64", diff --git a/DiscoveryJson/parallelstore.v1.json b/DiscoveryJson/parallelstore.v1.json index 62af45ac3ae..a2dacad26f2 100644 --- a/DiscoveryJson/parallelstore.v1.json +++ b/DiscoveryJson/parallelstore.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -554,7 +554,7 @@ } } }, - "revision": "20250924", + "revision": "20251022", "rootUrl": "https://parallelstore.googleapis.com/", "schemas": { "CancelOperationRequest": { diff --git a/DiscoveryJson/parallelstore.v1beta.json b/DiscoveryJson/parallelstore.v1beta.json index f516df5f876..e70f0a64a63 100644 --- a/DiscoveryJson/parallelstore.v1beta.json +++ b/DiscoveryJson/parallelstore.v1beta.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -551,7 +551,7 @@ } } }, - "revision": "20250924", + "revision": "20251022", "rootUrl": "https://parallelstore.googleapis.com/", "schemas": { "DestinationGcsBucket": { diff --git a/DiscoveryJson/parametermanager.v1.json b/DiscoveryJson/parametermanager.v1.json index 171460c3615..2a75881a6a4 100644 --- a/DiscoveryJson/parametermanager.v1.json +++ b/DiscoveryJson/parametermanager.v1.json @@ -230,6 +230,26 @@ "description": "Regional Endpoint", "endpointUrl": "https://parametermanager.southamerica-west1.rep.googleapis.com/", "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://parametermanager.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://parametermanager.europe-west15.rep.googleapis.com/", + "location": "europe-west15" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://parametermanager.us.rep.googleapis.com/", + "location": "us" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://parametermanager.eu.rep.googleapis.com/", + "location": "eu" } ], "fullyEncodeReservedExpansion": true, @@ -361,7 +381,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -811,7 +831,7 @@ } } }, - "revision": "20250917", + "revision": "20251110", "rootUrl": "https://parametermanager.googleapis.com/", "schemas": { "Empty": { diff --git a/DiscoveryJson/paymentsresellersubscription.v1.json b/DiscoveryJson/paymentsresellersubscription.v1.json index 4bc67ba9912..3ae7b3a0752 100644 --- a/DiscoveryJson/paymentsresellersubscription.v1.json +++ b/DiscoveryJson/paymentsresellersubscription.v1.json @@ -378,6 +378,29 @@ "parent" ], "parameters": { + "cycleOptions.initialCycleDuration.count": { + "description": "number of duration units to be included.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "cycleOptions.initialCycleDuration.unit": { + "description": "The unit used for the duration", + "enum": [ + "UNIT_UNSPECIFIED", + "MONTH", + "DAY", + "HOUR" + ], + "enumDescriptions": [ + "Default value, reserved as an invalid or an unexpected value.", + "Unit of a calendar month.", + "Unit of a day.", + "Unit of an hour. It is used for testing." + ], + "location": "query", + "type": "string" + }, "parent": { "description": "Required. The parent resource name, which is the identifier of the partner. It will have the format of \"partners/{partner_id}\".", "location": "path", @@ -486,6 +509,46 @@ "https://www.googleapis.com/auth/sdm.service" ] } + }, + "resources": { + "lineItems": { + "methods": { + "patch": { + "description": "Updates a line item of a subscription. It should be autenticated with a service account.", + "flatPath": "v1/partners/{partnersId}/subscriptions/{subscriptionsId}/lineItems/{lineItemsId}", + "httpMethod": "PATCH", + "id": "paymentsresellersubscription.partners.subscriptions.lineItems.patch", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Identifier. Resource name of the line item. Format: partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}", + "location": "path", + "pattern": "^partners/[^/]+/subscriptions/[^/]+/lineItems/[^/]+$", + "required": true, + "type": "string" + }, + "updateMask": { + "description": "Required. The list of fields to update. Only a limited set of fields can be updated. The allowed fields are the following: - `product_payload.googleHomePayload.googleStructureId`", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "v1/{+name}", + "request": { + "$ref": "SubscriptionLineItem" + }, + "response": { + "$ref": "SubscriptionLineItem" + }, + "scopes": [ + "https://www.googleapis.com/auth/sdm.service" + ] + } + } + } } }, "userSessions": { @@ -523,7 +586,7 @@ } } }, - "revision": "20250929", + "revision": "20251113", "rootUrl": "https://paymentsresellersubscription.googleapis.com/", "schemas": { "Amount": { @@ -600,6 +663,10 @@ "description": "Intent message for creating a Subscription resource.", "id": "CreateSubscriptionIntent", "properties": { + "cycleOptions": { + "$ref": "CycleOptions", + "description": "Optional. The cycle options for the subscription." + }, "parent": { "description": "Required. The parent resource name, which is the identifier of the partner.", "type": "string" @@ -615,6 +682,17 @@ }, "type": "object" }, + "CycleOptions": { + "description": "The cycle options when starting and resuming a subscription.", + "id": "CycleOptions", + "properties": { + "initialCycleDuration": { + "$ref": "Duration", + "description": "Optional. The duration of the initial cycle. Only `DAY` is supported. If set, Google will start the subscription with this initial cycle duration starting at the request time (see available methods below). A prorated charge will be applied. This option is available to the following methods: - partners.subscriptions.provision - partners.subscriptions.resume - partners.userSessions.generate " + } + }, + "type": "object" + }, "Duration": { "description": "Describes the length of a period of a time.", "id": "Duration", @@ -923,6 +1001,21 @@ "entitleIntent": { "$ref": "EntitleSubscriptionIntent", "description": "The request to entitle a subscription." + }, + "intentOptions": { + "$ref": "IntentPayloadIntentOptions", + "description": "Optional. The additional features for the intent." + } + }, + "type": "object" + }, + "IntentPayloadIntentOptions": { + "description": "The options for the intent.", + "id": "IntentPayloadIntentOptions", + "properties": { + "enableOfferOverride": { + "description": "Optional. If true, Google may use a different product and promotion id from the ones in the `create_intent` based on the user's eligibility. Only applicable for certain YouTube free trial offers.", + "type": "boolean" } }, "type": "object" @@ -1233,7 +1326,26 @@ "ResumeSubscriptionRequest": { "description": "Request to resume a suspended subscription.", "id": "ResumeSubscriptionRequest", - "properties": {}, + "properties": { + "cycleOptions": { + "$ref": "CycleOptions", + "description": "Optional. The cycle options for the subscription." + }, + "resumeMode": { + "description": "Required. The mode to resume the subscription.", + "enum": [ + "RESUME_MODE_UNSPECIFIED", + "RESUME_MODE_CYCLE_OPTIONS", + "RESUME_MODE_RESTORE_EXISTING_BILLING_SCHEDULE" + ], + "enumDescriptions": [ + "Reserved for invalid or unexpected value. Do not use.", + "Resume the subscription using the input from `cycle_options`.", + "Resume the subscription with the existing billing schedule. The subscription's next renewal time must still be in the future for this mode to be applicable." + ], + "type": "string" + } + }, "type": "object" }, "ResumeSubscriptionResponse": { @@ -1321,12 +1433,14 @@ "enum": [ "PROCESSING_STATE_UNSPECIFIED", "PROCESSING_STATE_CANCELLING", - "PROCESSING_STATE_RECURRING" + "PROCESSING_STATE_RECURRING", + "PROCESSING_STATE_RESUMING" ], "enumDescriptions": [ "The processing state is unspecified.", "The subscription is being cancelled.", - "The subscription is recurring." + "The subscription is recurring.", + "The subscription is being resumed." ], "readOnly": true, "type": "string" @@ -1490,6 +1604,10 @@ }, "type": "array" }, + "name": { + "description": "Identifier. Resource name of the line item. Format: partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}", + "type": "string" + }, "oneTimeRecurrenceDetails": { "$ref": "SubscriptionLineItemOneTimeRecurrenceDetails", "description": "Output only. Details only set for a ONE_TIME recurrence line item.", diff --git a/DiscoveryJson/people.v1.json b/DiscoveryJson/people.v1.json index 7a3c34d3ea6..67baef8d029 100644 --- a/DiscoveryJson/people.v1.json +++ b/DiscoveryJson/people.v1.json @@ -12,7 +12,7 @@ "description": "See and download your contacts" }, "https://www.googleapis.com/auth/directory.readonly": { - "description": "See and download your organization's GSuite directory" + "description": "See and download your organization's Google Workspace directory" }, "https://www.googleapis.com/auth/user.addresses.read": { "description": "View your street addresses" @@ -1190,7 +1190,7 @@ } } }, - "revision": "20250513", + "revision": "20251117", "rootUrl": "https://people.googleapis.com/", "schemas": { "Address": { diff --git a/DiscoveryJson/places.v1.json b/DiscoveryJson/places.v1.json index 40e91fd3c8b..db9e353c2b7 100644 --- a/DiscoveryJson/places.v1.json +++ b/DiscoveryJson/places.v1.json @@ -280,7 +280,7 @@ } } }, - "revision": "20250921", + "revision": "20251021", "rootUrl": "https://places.googleapis.com/", "schemas": { "GoogleGeoTypeViewport": { @@ -1166,6 +1166,14 @@ "description": "Place has a children's menu.", "type": "boolean" }, + "movedPlace": { + "description": "If this Place is permanently closed and has moved to a new Place, this field contains the new Place's resource name, in `places/{place_id}` format. If this Place moved multiple times, this field will represent the first moved place. This field will not be populated if this Place has not moved.", + "type": "string" + }, + "movedPlaceId": { + "description": "If this Place is permanently closed and has moved to a new Place, this field contains the new Place's place ID. If this Place moved multiple times, this field will represent the first moved Place. This field will not be populated if this Place has not moved.", + "type": "string" + }, "name": { "description": "This Place's resource name, in `places/{place_id}` format. Can be used to look up the Place.", "type": "string" @@ -1433,7 +1441,7 @@ "properties": { "details": { "$ref": "GoogleMapsPlacesV1PlaceConsumerAlertDetails", - "description": "The details of the consumer alert message.\u0192" + "description": "The details of the consumer alert message." }, "languageCode": { "description": "The language code of the consumer alert message. This is a BCP 47 language code.", @@ -1554,7 +1562,7 @@ "type": "string" }, "photosUri": { - "description": "A link to show reviews of this place on Google Maps.", + "description": "A link to show photos of this place on Google Maps.", "type": "string" }, "placeUri": { @@ -1910,7 +1918,7 @@ }, "visitDate": { "$ref": "GoogleTypeDate", - "description": "The date when the author visited the place. This is trucated to the year and month of the visit." + "description": "The date when the author visited the place. This is truncated to the year and month of the visit." } }, "type": "object" diff --git a/DiscoveryJson/policysimulator.v1.json b/DiscoveryJson/policysimulator.v1.json index 74fbe895362..3a4fe93f9a5 100644 --- a/DiscoveryJson/policysimulator.v1.json +++ b/DiscoveryJson/policysimulator.v1.json @@ -290,6 +290,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -406,6 +411,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -739,6 +749,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -982,6 +997,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -1041,7 +1061,7 @@ } } }, - "revision": "20250815", + "revision": "20251002", "rootUrl": "https://policysimulator.googleapis.com/", "schemas": { "GoogleCloudOrgpolicyV2AlternatePolicySpec": { @@ -2286,6 +2306,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/privateca.v1.json b/DiscoveryJson/privateca.v1.json index 29374461928..19af0e83ce5 100644 --- a/DiscoveryJson/privateca.v1.json +++ b/DiscoveryJson/privateca.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1616,7 +1616,7 @@ } } }, - "revision": "20250926", + "revision": "20251022", "rootUrl": "https://privateca.googleapis.com/", "schemas": { "AccessUrls": { diff --git a/DiscoveryJson/privateca.v1beta1.json b/DiscoveryJson/privateca.v1beta1.json index 4d88ce47ec3..71dc7ea7790 100644 --- a/DiscoveryJson/privateca.v1beta1.json +++ b/DiscoveryJson/privateca.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -591,7 +591,7 @@ } } }, - "revision": "20250926", + "revision": "20251022", "rootUrl": "https://privateca.googleapis.com/", "schemas": { "AuditConfig": { diff --git a/DiscoveryJson/pubsub.v1.json b/DiscoveryJson/pubsub.v1.json index d1f5ccaeecb..5a7667918e7 100644 --- a/DiscoveryJson/pubsub.v1.json +++ b/DiscoveryJson/pubsub.v1.json @@ -19,6 +19,36 @@ "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/pubsub/docs", "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.asia-south1.rep.googleapis.com/", @@ -31,14 +61,44 @@ }, { "description": "Regional Endpoint", - "endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/", - "location": "me-central2" + "endpointUrl": "https://pubsub.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.europe-west2.rep.googleapis.com/", + "location": "europe-west2" }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.europe-west3.rep.googleapis.com/", "location": "europe-west3" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.europe-west8.rep.googleapis.com/", @@ -49,6 +109,46 @@ "endpointUrl": "https://pubsub.europe-west9.rep.googleapis.com/", "location": "europe-west9" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.us-central1.rep.googleapis.com/", @@ -1648,7 +1748,7 @@ } } }, - "revision": "20250807", + "revision": "20251104", "rootUrl": "https://pubsub.googleapis.com/", "schemas": { "AcknowledgeRequest": { @@ -2122,6 +2222,13 @@ "subscription": { "description": "Required. The subscription whose backlog the snapshot retains. Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More precisely, this is defined as the messages in the subscription's backlog that are unacknowledged upon the successful completion of the `CreateSnapshot` request; as well as: (b) Any messages published to the subscription's topic following the successful completion of the CreateSnapshot request. Format is `projects/{project}/subscriptions/{sub}`.", "type": "string" + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"", + "type": "object" } }, "type": "object" @@ -2916,6 +3023,13 @@ "readOnly": true, "type": "string" }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"", + "type": "object" + }, "topic": { "description": "Required. The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-topic_` if the topic has been deleted.", "type": "string" @@ -3035,6 +3149,13 @@ ], "readOnly": true, "type": "string" + }, + "tags": { + "additionalProperties": { + "type": "string" + }, + "description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"", + "type": "object" } }, "type": "object" diff --git a/DiscoveryJson/pubsub.v1beta1a.json b/DiscoveryJson/pubsub.v1beta1a.json index 14196fc9b8a..9955571fec9 100644 --- a/DiscoveryJson/pubsub.v1beta1a.json +++ b/DiscoveryJson/pubsub.v1beta1a.json @@ -19,6 +19,36 @@ "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/pubsub/docs", "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.asia-south1.rep.googleapis.com/", @@ -31,14 +61,44 @@ }, { "description": "Regional Endpoint", - "endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/", - "location": "me-central2" + "endpointUrl": "https://pubsub.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.europe-west2.rep.googleapis.com/", + "location": "europe-west2" }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.europe-west3.rep.googleapis.com/", "location": "europe-west3" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.europe-west8.rep.googleapis.com/", @@ -49,6 +109,46 @@ "endpointUrl": "https://pubsub.europe-west9.rep.googleapis.com/", "location": "europe-west9" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.us-central1.rep.googleapis.com/", @@ -539,7 +639,7 @@ } } }, - "revision": "20250807", + "revision": "20251104", "rootUrl": "https://pubsub.googleapis.com/", "schemas": { "AcknowledgeRequest": { diff --git a/DiscoveryJson/pubsub.v1beta2.json b/DiscoveryJson/pubsub.v1beta2.json index 70ba0816c5f..a1879675f67 100644 --- a/DiscoveryJson/pubsub.v1beta2.json +++ b/DiscoveryJson/pubsub.v1beta2.json @@ -19,6 +19,36 @@ "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/pubsub/docs", "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.asia-south1.rep.googleapis.com/", @@ -31,14 +61,44 @@ }, { "description": "Regional Endpoint", - "endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/", - "location": "me-central2" + "endpointUrl": "https://pubsub.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.europe-west2.rep.googleapis.com/", + "location": "europe-west2" }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.europe-west3.rep.googleapis.com/", "location": "europe-west3" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.europe-west8.rep.googleapis.com/", @@ -49,6 +109,46 @@ "endpointUrl": "https://pubsub.europe-west9.rep.googleapis.com/", "location": "europe-west9" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://pubsub.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://pubsub.us-central1.rep.googleapis.com/", @@ -806,7 +906,7 @@ } } }, - "revision": "20250807", + "revision": "20251104", "rootUrl": "https://pubsub.googleapis.com/", "schemas": { "AcknowledgeRequest": { diff --git a/DiscoveryJson/pubsublite.v1.json b/DiscoveryJson/pubsublite.v1.json index afee25f2c43..2368a350bd0 100644 --- a/DiscoveryJson/pubsublite.v1.json +++ b/DiscoveryJson/pubsublite.v1.json @@ -222,6 +222,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/admin/{+name}/operations", @@ -1040,7 +1045,7 @@ } } }, - "revision": "20241116", + "revision": "20251107", "rootUrl": "https://pubsublite.googleapis.com/", "schemas": { "CancelOperationRequest": { @@ -1290,6 +1295,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/recaptchaenterprise.v1.json b/DiscoveryJson/recaptchaenterprise.v1.json index 82324655eb9..54addba814e 100644 --- a/DiscoveryJson/recaptchaenterprise.v1.json +++ b/DiscoveryJson/recaptchaenterprise.v1.json @@ -786,7 +786,7 @@ } } }, - "revision": "20250928", + "revision": "20251026", "rootUrl": "https://recaptchaenterprise.googleapis.com/", "schemas": { "GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": { @@ -918,7 +918,6 @@ "type": "string" }, "annotation": { - "description": "Optional. The annotation that is assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent.", "enum": [ "ANNOTATION_UNSPECIFIED", "LEGITIMATE", @@ -952,7 +951,6 @@ "description": "Optional. If using an external multi-factor authentication provider, provide phone authentication details for fraud detection purposes." }, "reasons": { - "description": "Optional. Reasons for the annotation that are assigned to the event.", "items": { "enum": [ "REASON_UNSPECIFIED", @@ -1092,7 +1090,7 @@ "id": "GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment", "properties": { "client": { - "description": "Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include: - \"github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager\" - \"cloud.google.com/recaptcha/docs/implement-waf-akamai\" - \"cloud.google.com/recaptcha/docs/implement-waf-cloudflare\" - \"wordpress.org/plugins/recaptcha-something\"", + "description": "Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include: - \"github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager\" - \"wordpress.org/plugins/recaptcha-something\"", "type": "string" }, "version": { @@ -1262,7 +1260,7 @@ "type": "string" }, "wafTokenAssessment": { - "description": "Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and have been created by a WAF-enabled key.", + "description": "Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the token must be specified, and have been created by a WAF-enabled key.", "type": "boolean" } }, @@ -1656,7 +1654,7 @@ }, "wafSettings": { "$ref": "GoogleCloudRecaptchaenterpriseV1WafSettings", - "description": "Optional. Settings for WAF" + "description": "Optional. Settings for Web Application Firewall (WAF)." }, "webSettings": { "$ref": "GoogleCloudRecaptchaenterpriseV1WebKeySettings", @@ -2177,7 +2175,8 @@ "EXPIRED", "DUPE", "MISSING", - "BROWSER_ERROR" + "BROWSER_ERROR", + "UNEXPECTED_ACTION" ], "enumDescriptions": [ "Default unspecified type.", @@ -2186,7 +2185,8 @@ "The user verification token had expired.", "The user verification had already been seen.", "The user verification token was not present.", - "A retriable error (such as network failure) occurred on the browser. Could easily be simulated by an attacker." + "A retriable error (such as network failure) occurred on the browser. Could easily be simulated by an attacker.", + "The action provided at token generation was different than the `expected_action` in the assessment request. The comparison is case-insensitive. This reason can only be returned if all of the following are true: - your `site_key` has the POLICY_BASED_CHALLENGE integration type - you set an action score threshold higher than 0.0 - you provided a non-empty `expected_action`" ], "readOnly": true, "type": "string" @@ -2499,7 +2499,7 @@ "id": "GoogleCloudRecaptchaenterpriseV1WafSettings", "properties": { "wafFeature": { - "description": "Required. The WAF feature for which this key is enabled.", + "description": "Required. The Web Application Firewall (WAF) feature for which this key is enabled.", "enum": [ "WAF_FEATURE_UNSPECIFIED", "CHALLENGE_PAGE", @@ -2524,7 +2524,7 @@ "type": "string" }, "wafService": { - "description": "Required. The WAF service that uses this key.", + "description": "Required. The Web Application Firewall (WAF) service that uses this key.", "enum": [ "WAF_SERVICE_UNSPECIFIED", "CA", diff --git a/DiscoveryJson/recommendationengine.v1beta1.json b/DiscoveryJson/recommendationengine.v1beta1.json index 6ea73bea59d..4e565fb88f1 100644 --- a/DiscoveryJson/recommendationengine.v1beta1.json +++ b/DiscoveryJson/recommendationengine.v1beta1.json @@ -428,6 +428,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -822,6 +827,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -841,7 +851,7 @@ } } }, - "revision": "20240618", + "revision": "20251009", "rootUrl": "https://recommendationengine.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -1968,6 +1978,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/recommender.v1beta1.json b/DiscoveryJson/recommender.v1beta1.json index 296fa0e05b8..19190d2396d 100644 --- a/DiscoveryJson/recommender.v1beta1.json +++ b/DiscoveryJson/recommender.v1beta1.json @@ -119,7 +119,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -596,7 +596,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -972,7 +972,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1449,7 +1449,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1944,7 +1944,7 @@ } } }, - "revision": "20250907", + "revision": "20251026", "rootUrl": "https://recommender.googleapis.com/", "schemas": { "GoogleCloudLocationListLocationsResponse": { diff --git a/DiscoveryJson/redis.v1.json b/DiscoveryJson/redis.v1.json index bd3d37ebf2c..f7d6b405a0a 100644 --- a/DiscoveryJson/redis.v1.json +++ b/DiscoveryJson/redis.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1056,6 +1056,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1073,7 +1078,7 @@ } } }, - "revision": "20250930", + "revision": "20251104", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -1545,6 +1550,14 @@ "$ref": "AutomatedBackupConfig", "description": "Optional. The automated backup config for the cluster." }, + "availableMaintenanceVersions": { + "description": "Output only. This field is used to determine the available maintenance versions for the self service update.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "backupCollection": { "description": "Optional. Output only. The backup collection full resource name. Example: projects/{project}/locations/{location}/backupCollections/{collection}", "readOnly": true, @@ -1579,6 +1592,11 @@ "readOnly": true, "type": "array" }, + "effectiveMaintenanceVersion": { + "description": "Output only. This field represents the actual maintenance version of the cluster.", + "readOnly": true, + "type": "string" + }, "encryptionInfo": { "$ref": "EncryptionInfo", "description": "Output only. Encryption information of the data at rest of the cluster.", @@ -1932,7 +1950,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -1940,7 +1959,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -2308,7 +2328,9 @@ "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", "SIGNAL_TYPE_OUTDATED_CLIENT", - "SIGNAL_TYPE_DATABOOST_DISABLED" + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -2413,6 +2435,8 @@ false, false, false, + false, + false, false ], "enumDescriptions": [ @@ -2518,7 +2542,9 @@ "Replication delay.", "Outdated version.", "Outdated client.", - "Databoost is disabled." + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" }, @@ -2582,7 +2608,7 @@ "type": "object" }, "DatabaseResourceMetadata": { - "description": "Common model for database resource instance metadata. Next ID: 29", + "description": "Common model for database resource instance metadata. Next ID: 30", "id": "DatabaseResourceMetadata", "properties": { "availabilityConfiguration": { @@ -2725,6 +2751,10 @@ ], "type": "string" }, + "isDeletionProtectionEnabled": { + "description": "Optional. Whether deletion protection is enabled for this resource.", + "type": "boolean" + }, "location": { "description": "The resource location. REQUIRED", "type": "string" @@ -2957,7 +2987,9 @@ "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", "SIGNAL_TYPE_OUTDATED_CLIENT", - "SIGNAL_TYPE_DATABOOST_DISABLED" + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -3062,6 +3094,8 @@ false, false, false, + false, + false, false ], "enumDescriptions": [ @@ -3167,7 +3201,9 @@ "Replication delay.", "Outdated version.", "Outdated client.", - "Databoost is disabled." + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" } @@ -3220,7 +3256,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -3228,7 +3265,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -4014,6 +4052,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -4956,11 +5001,11 @@ "phase": { "description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance", "enum": [ - "WINDOW_PHASE_UNSPECIFIED", - "WINDOW_PHASE_ANY", - "WINDOW_PHASE_WEEK1", - "WINDOW_PHASE_WEEK2", - "WINDOW_PHASE_WEEK5" + "PHASE_UNSPECIFIED", + "ANY", + "WEEK1", + "WEEK2", + "WEEK5" ], "enumDescriptions": [ "Phase is unspecified.", diff --git a/DiscoveryJson/redis.v1beta1.json b/DiscoveryJson/redis.v1beta1.json index 37f59c6d1c8..0c35d160c6e 100644 --- a/DiscoveryJson/redis.v1beta1.json +++ b/DiscoveryJson/redis.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1056,6 +1056,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -1073,7 +1078,7 @@ } } }, - "revision": "20250930", + "revision": "20251104", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -1545,6 +1550,14 @@ "$ref": "AutomatedBackupConfig", "description": "Optional. The automated backup config for the cluster." }, + "availableMaintenanceVersions": { + "description": "Output only. This field is used to determine the available maintenance versions for the self service update.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "backupCollection": { "description": "Optional. Output only. The backup collection full resource name. Example: projects/{project}/locations/{location}/backupCollections/{collection}", "readOnly": true, @@ -1579,6 +1592,11 @@ "readOnly": true, "type": "array" }, + "effectiveMaintenanceVersion": { + "description": "Output only. This field represents the actual maintenance version of the cluster.", + "readOnly": true, + "type": "string" + }, "encryptionInfo": { "$ref": "EncryptionInfo", "description": "Output only. Encryption information of the data at rest of the cluster.", @@ -1932,7 +1950,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -1940,7 +1959,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -2308,7 +2328,9 @@ "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", "SIGNAL_TYPE_OUTDATED_CLIENT", - "SIGNAL_TYPE_DATABOOST_DISABLED" + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -2413,6 +2435,8 @@ false, false, false, + false, + false, false ], "enumDescriptions": [ @@ -2518,7 +2542,9 @@ "Replication delay.", "Outdated version.", "Outdated client.", - "Databoost is disabled." + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" }, @@ -2582,7 +2608,7 @@ "type": "object" }, "DatabaseResourceMetadata": { - "description": "Common model for database resource instance metadata. Next ID: 29", + "description": "Common model for database resource instance metadata. Next ID: 30", "id": "DatabaseResourceMetadata", "properties": { "availabilityConfiguration": { @@ -2725,6 +2751,10 @@ ], "type": "string" }, + "isDeletionProtectionEnabled": { + "description": "Optional. Whether deletion protection is enabled for this resource.", + "type": "boolean" + }, "location": { "description": "The resource location. REQUIRED", "type": "string" @@ -2957,7 +2987,9 @@ "SIGNAL_TYPE_REPLICATION_LAG", "SIGNAL_TYPE_OUTDATED_VERSION", "SIGNAL_TYPE_OUTDATED_CLIENT", - "SIGNAL_TYPE_DATABOOST_DISABLED" + "SIGNAL_TYPE_DATABOOST_DISABLED", + "SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDeprecated": [ false, @@ -3062,6 +3094,8 @@ false, false, false, + false, + false, false ], "enumDescriptions": [ @@ -3167,7 +3201,9 @@ "Replication delay.", "Outdated version.", "Outdated client.", - "Databoost is disabled." + "Databoost is disabled.", + "Recommended maintenance policy.", + "Resource version is in extended support." ], "type": "string" } @@ -3220,7 +3256,8 @@ "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED", "SIGNAL_TYPE_NO_ROOT_PASSWORD", "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS", - "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS" + "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS", + "SIGNAL_TYPE_EXTENDED_SUPPORT" ], "enumDescriptions": [ "Unspecified signal type.", @@ -3228,7 +3265,8 @@ "Represents database auditing is disabled.", "Represents if a database has a password configured for the root account or not.", "Represents if a resource is exposed to public access.", - "Represents if a resources requires all incoming connections to use SSL or not." + "Represents if a resources requires all incoming connections to use SSL or not.", + "Represents if a resource version is in extended support." ], "type": "string" } @@ -4021,6 +4059,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -4963,11 +5008,11 @@ "phase": { "description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance", "enum": [ - "WINDOW_PHASE_UNSPECIFIED", - "WINDOW_PHASE_ANY", - "WINDOW_PHASE_WEEK1", - "WINDOW_PHASE_WEEK2", - "WINDOW_PHASE_WEEK5" + "PHASE_UNSPECIFIED", + "ANY", + "WEEK1", + "WEEK2", + "WEEK5" ], "enumDescriptions": [ "Phase is unspecified.", diff --git a/DiscoveryJson/retail.v2.json b/DiscoveryJson/retail.v2.json index eab0fdd2c24..46a8c14a4f3 100644 --- a/DiscoveryJson/retail.v2.json +++ b/DiscoveryJson/retail.v2.json @@ -1645,6 +1645,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -2251,6 +2256,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -2323,6 +2333,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -2338,7 +2353,7 @@ } } }, - "revision": "20250911", + "revision": "20251113", "rootUrl": "https://retail.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -8316,6 +8331,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/retail.v2alpha.json b/DiscoveryJson/retail.v2alpha.json index d0e78a0a48f..245fe6d98af 100644 --- a/DiscoveryJson/retail.v2alpha.json +++ b/DiscoveryJson/retail.v2alpha.json @@ -2106,6 +2106,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2alpha/{+name}/operations", @@ -2740,6 +2745,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2alpha/{+name}/operations", @@ -2812,6 +2822,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2alpha/{+name}/operations", @@ -2859,7 +2874,7 @@ } } }, - "revision": "20250911", + "revision": "20251113", "rootUrl": "https://retail.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -5108,7 +5123,8 @@ "id": "GoogleCloudRetailV2alphaExportProductsRequest", "properties": { "filter": { - "description": "A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. Each term applies a restriction to the returned products. Use this expression to restrict results to a specific time range, tag, or stock state or to filter products by product type. For example, `lastModifiedTime > \"2012-04-23T18:25:43.511Z\" lastModifiedTime<\"2012-04-23T18:25:43.511Z\" productType=primary` We expect only four types of fields: * `lastModifiedTime`: This can be specified twice, once with a less than operator and once with a greater than operator. The `lastModifiedTime` restriction should result in one, contiguous, valid, last-modified, time range. * `productType`: Supported values are `primary` and `variant`. The Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and must be separated from the `productType` values by a space. * `availability`: Supported values are `IN_STOCK`, `OUT_OF_STOCK`, `PREORDER`, and `BACKORDER`. Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and must be separated from the `availability` values by a space. * `Tag expressions`: Restricts output to products that match all of the specified tags. Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and the operators are separated from the tag values by a space. Also supported is '`-\"tagA\"`', which is equivalent to '`NOT \"tagA\"`'. Tag values must be double-quoted, UTF-8 encoded strings and have a size limit of 1,000 characters. Some examples of valid filters expressions: * Example 1: `lastModifiedTime > \"2012-04-23T18:25:43.511Z\" lastModifiedTime < \"2012-04-23T18:30:43.511Z\"` * Example 2: `lastModifiedTime > \"2012-04-23T18:25:43.511Z\" productType = \"variant\"` * Example 3: `tag=(\"Red\" OR \"Blue\") tag=\"New-Arrival\" tag=(NOT \"promotional\") productType = \"primary\" lastModifiedTime < \"2018-04-23T18:30:43.511Z\"` * Example 4: `lastModifiedTime > \"2012-04-23T18:25:43.511Z\"` * Example 5: `availability = (IN_STOCK OR BACKORDER)`", + "deprecated": true, + "description": "Deprecated: This field is deprecated. Any filter provided will be ignored.", "type": "string" }, "outputConfig": { @@ -5145,7 +5161,8 @@ "id": "GoogleCloudRetailV2alphaExportUserEventsRequest", "properties": { "filter": { - "description": "A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. Each term applies a restriction to the returned user events. Use this expression to restrict results to a specific time range or to filter events by eventType. For example, `eventTime > \"2012-04-23T18:25:43.511Z\" eventsMissingCatalogItems eventTime<\"2012-04-23T18:25:43.511Z\" eventType=search` We expect only three types of fields: * `eventTime`: This can be specified twice, once with a less than operator and once with a greater than operator. The `eventTime` restriction should result in one, contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and the operators are separated from the tag values by a space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items were not found in the catalog. The default behavior is to return only those events for which catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime > \"2012-04-23T18:25:43.511Z\" eventTime < \"2012-04-23T18:30:43.511Z\"` * Example 2: `eventTime > \"2012-04-23T18:25:43.511Z\" eventType = detail-page-view` * Example 3: `eventsMissingCatalogItems eventType = (NOT search) eventTime < \"2018-04-23T18:30:43.511Z\"` * Example 4: `eventTime > \"2012-04-23T18:25:43.511Z\"` * Example 5: `eventType = (detail-page-view OR search)` * Example 6: `eventsMissingCatalogItems`", + "deprecated": true, + "description": "Deprecated: This field is deprecated. Any filter provided will be ignored.", "type": "string" }, "outputConfig": { @@ -9397,6 +9414,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/retail.v2beta.json b/DiscoveryJson/retail.v2beta.json index d37787ac884..85c971b6463 100644 --- a/DiscoveryJson/retail.v2beta.json +++ b/DiscoveryJson/retail.v2beta.json @@ -1762,6 +1762,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2beta/{+name}/operations", @@ -2396,6 +2401,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2beta/{+name}/operations", @@ -2468,6 +2478,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2beta/{+name}/operations", @@ -2483,7 +2498,7 @@ } } }, - "revision": "20250911", + "revision": "20251113", "rootUrl": "https://retail.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -5380,7 +5395,8 @@ "id": "GoogleCloudRetailV2betaExportProductsRequest", "properties": { "filter": { - "description": "A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. Each term applies a restriction to the returned products. Use this expression to restrict results to a specific time range, tag, or stock state or to filter products by product type. For example, `lastModifiedTime > \"2012-04-23T18:25:43.511Z\" lastModifiedTime<\"2012-04-23T18:25:43.511Z\" productType=primary` We expect only four types of fields: * `lastModifiedTime`: This can be specified twice, once with a less than operator and once with a greater than operator. The `lastModifiedTime` restriction should result in one, contiguous, valid, last-modified, time range. * `productType`: Supported values are `primary` and `variant`. The Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and must be separated from the `productType` values by a space. * `availability`: Supported values are `IN_STOCK`, `OUT_OF_STOCK`, `PREORDER`, and `BACKORDER`. Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and must be separated from the `availability` values by a space. * `Tag expressions`: Restricts output to products that match all of the specified tags. Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and the operators are separated from the tag values by a space. Also supported is '`-\"tagA\"`', which is equivalent to '`NOT \"tagA\"`'. Tag values must be double-quoted, UTF-8 encoded strings and have a size limit of 1,000 characters. Some examples of valid filters expressions: * Example 1: `lastModifiedTime > \"2012-04-23T18:25:43.511Z\" lastModifiedTime < \"2012-04-23T18:30:43.511Z\"` * Example 2: `lastModifiedTime > \"2012-04-23T18:25:43.511Z\" productType = \"variant\"` * Example 3: `tag=(\"Red\" OR \"Blue\") tag=\"New-Arrival\" tag=(NOT \"promotional\") productType = \"primary\" lastModifiedTime < \"2018-04-23T18:30:43.511Z\"` * Example 4: `lastModifiedTime > \"2012-04-23T18:25:43.511Z\"` * Example 5: `availability = (IN_STOCK OR BACKORDER)`", + "deprecated": true, + "description": "Deprecated: This field is deprecated. Any filter provided will be ignored.", "type": "string" }, "outputConfig": { @@ -5417,7 +5433,8 @@ "id": "GoogleCloudRetailV2betaExportUserEventsRequest", "properties": { "filter": { - "description": "A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. Each term applies a restriction to the returned user events. Use this expression to restrict results to a specific time range or to filter events by eventType. For example, `eventTime > \"2012-04-23T18:25:43.511Z\" eventsMissingCatalogItems eventTime<\"2012-04-23T18:25:43.511Z\" eventType=search` We expect only three types of fields: * `eventTime`: This can be specified twice, once with a less than operator and once with a greater than operator. The `eventTime` restriction should result in one, contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and the operators are separated from the tag values by a space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items were not found in the catalog. The default behavior is to return only those events for which catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime > \"2012-04-23T18:25:43.511Z\" eventTime < \"2012-04-23T18:30:43.511Z\"` * Example 2: `eventTime > \"2012-04-23T18:25:43.511Z\" eventType = detail-page-view` * Example 3: `eventsMissingCatalogItems eventType = (NOT search) eventTime < \"2018-04-23T18:30:43.511Z\"` * Example 4: `eventTime > \"2012-04-23T18:25:43.511Z\"` * Example 5: `eventType = (detail-page-view OR search)` * Example 6: `eventsMissingCatalogItems`", + "deprecated": true, + "description": "Deprecated: This field is deprecated. Any filter provided will be ignored.", "type": "string" }, "outputConfig": { @@ -8679,6 +8696,13 @@ "$ref": "GoogleLongrunningOperation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/run.v1.json b/DiscoveryJson/run.v1.json index bb07e15bbb6..8171fac2a81 100644 --- a/DiscoveryJson/run.v1.json +++ b/DiscoveryJson/run.v1.json @@ -111,6 +111,11 @@ "endpointUrl": "https://europe-west12-run.googleapis.com/", "location": "europe-west12" }, + { + "description": "Locational Endpoint", + "endpointUrl": "https://europe-west15-run.googleapis.com/", + "location": "europe-west15" + }, { "description": "Locational Endpoint", "endpointUrl": "https://europe-west2-run.googleapis.com/", @@ -240,6 +245,236 @@ "description": "Locational Endpoint", "endpointUrl": "https://us-west8-run.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west15.rep.googleapis.com/", + "location": "europe-west15" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-central2.rep.googleapis.com/", + "location": "us-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west4.rep.googleapis.com/", + "location": "us-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west8.rep.googleapis.com/", + "location": "us-west8" } ], "fullyEncodeReservedExpansion": true, @@ -1742,7 +1977,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2907,7 +3142,7 @@ } } }, - "revision": "20250929", + "revision": "20251107", "rootUrl": "https://run.googleapis.com/", "schemas": { "Addressable": { @@ -4415,6 +4650,11 @@ "description": "An image built by the pipeline.", "id": "GoogleDevtoolsCloudbuildV1BuiltImage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "digest": { "description": "Docker Registry 2.0 digest.", "type": "string" @@ -5076,6 +5316,11 @@ "description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedGoModule", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Go Module Artifact." @@ -5096,6 +5341,11 @@ "description": "A Maven artifact uploaded using the MavenArtifact directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedMavenArtifact", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Maven Artifact." @@ -5116,6 +5366,11 @@ "description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedNpmPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the npm package." @@ -5136,6 +5391,11 @@ "description": "Artifact uploaded using the PythonPackage directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedPythonPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Python Artifact." @@ -6126,7 +6386,7 @@ "additionalProperties": { "type": "string" }, - "description": "Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits", + "description": "Limits describes the maximum amount of compute resources allowed. Only 'cpu', 'memory' and 'nvidia.com/gpu' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits. * The only supported 'nvidia.com/gpu' value is '1'.", "type": "object" }, "requests": { diff --git a/DiscoveryJson/run.v2.json b/DiscoveryJson/run.v2.json index f59e13fb826..f8f353c5db0 100644 --- a/DiscoveryJson/run.v2.json +++ b/DiscoveryJson/run.v2.json @@ -111,6 +111,11 @@ "endpointUrl": "https://europe-west12-run.googleapis.com/", "location": "europe-west12" }, + { + "description": "Locational Endpoint", + "endpointUrl": "https://europe-west15-run.googleapis.com/", + "location": "europe-west15" + }, { "description": "Locational Endpoint", "endpointUrl": "https://europe-west2-run.googleapis.com/", @@ -240,6 +245,236 @@ "description": "Locational Endpoint", "endpointUrl": "https://us-west8-run.googleapis.com/", "location": "us-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west15.rep.googleapis.com/", + "location": "europe-west15" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-central2.rep.googleapis.com/", + "location": "us-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west4.rep.googleapis.com/", + "location": "us-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://run.us-west8.rep.googleapis.com/", + "location": "us-west8" } ], "fullyEncodeReservedExpansion": true, @@ -1942,7 +2177,7 @@ } } }, - "revision": "20250929", + "revision": "20251107", "rootUrl": "https://run.googleapis.com/", "schemas": { "GoogleCloudRunV2BinaryAuthorization": { @@ -2096,6 +2331,26 @@ }, "type": "object" }, + "GoogleCloudRunV2CloudStorageSource": { + "description": "Cloud Storage source.", + "id": "GoogleCloudRunV2CloudStorageSource", + "properties": { + "bucket": { + "description": "Required. The Cloud Storage bucket name.", + "type": "string" + }, + "generation": { + "description": "Optional. The Cloud Storage object generation.", + "format": "int64", + "type": "string" + }, + "object": { + "description": "Required. The Cloud Storage object name.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudRunV2Condition": { "description": "Defines a status condition for a resource.", "id": "GoogleCloudRunV2Condition", @@ -2311,6 +2566,10 @@ "$ref": "GoogleCloudRunV2ResourceRequirements", "description": "Compute Resource requirements by this container." }, + "sourceCode": { + "$ref": "GoogleCloudRunV2SourceCode", + "description": "Optional. Location of the source." + }, "startupProbe": { "$ref": "GoogleCloudRunV2Probe", "description": "Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails." @@ -3355,7 +3614,7 @@ "additionalProperties": { "type": "string" }, - "description": "Only `memory` and `cpu` keys in the map are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits", + "description": "Only `memory`, `cpu` and `nvidia.com/gpu` keys in the map are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits * The only supported 'nvidia.com/gpu' value is '1'.", "type": "object" }, "startupCpuBoost": { @@ -4081,6 +4340,17 @@ }, "type": "object" }, + "GoogleCloudRunV2SourceCode": { + "description": "Source type for the container.", + "id": "GoogleCloudRunV2SourceCode", + "properties": { + "cloudStorageSource": { + "$ref": "GoogleCloudRunV2CloudStorageSource", + "description": "The source is a Cloud Storage bucket." + } + }, + "type": "object" + }, "GoogleCloudRunV2StorageSource": { "description": "Location of the source in an archive file in Google Cloud Storage.", "id": "GoogleCloudRunV2StorageSource", @@ -5632,6 +5902,11 @@ "description": "An image built by the pipeline.", "id": "GoogleDevtoolsCloudbuildV1BuiltImage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "digest": { "description": "Docker Registry 2.0 digest.", "type": "string" @@ -6293,6 +6568,11 @@ "description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedGoModule", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Go Module Artifact." @@ -6313,6 +6593,11 @@ "description": "A Maven artifact uploaded using the MavenArtifact directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedMavenArtifact", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Maven Artifact." @@ -6333,6 +6618,11 @@ "description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedNpmPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the npm package." @@ -6353,6 +6643,11 @@ "description": "Artifact uploaded using the PythonPackage directive.", "id": "GoogleDevtoolsCloudbuildV1UploadedPythonPackage", "properties": { + "artifactRegistryPackage": { + "description": "Output only. Path to the artifact in Artifact Registry.", + "readOnly": true, + "type": "string" + }, "fileHashes": { "$ref": "GoogleDevtoolsCloudbuildV1FileHashes", "description": "Hash types and values of the Python Artifact." diff --git a/DiscoveryJson/saasservicemgmt.v1beta1.json b/DiscoveryJson/saasservicemgmt.v1beta1.json index bdec40e2884..a9116e4e216 100644 --- a/DiscoveryJson/saasservicemgmt.v1beta1.json +++ b/DiscoveryJson/saasservicemgmt.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -2011,7 +2011,7 @@ } } }, - "revision": "20250917", + "revision": "20251103", "rootUrl": "https://saasservicemgmt.googleapis.com/", "schemas": { "Aggregate": { @@ -2682,6 +2682,11 @@ "readOnly": true, "type": "string" }, + "effectiveUnitFilter": { + "description": "Optional. Output only. Output only snapshot of the effective unit filter at Rollout start time. Contains a CEL(https://github.com/google/cel-spec) expression consisting of a conjunction of Rollout.unit_filter and RolloutKind.unit_filter. This field captures the filter applied by the Rollout to determine the Unit population. If the associated RolloutKind's unit_filter is modified after the rollout is started, it will not be updated here.", + "readOnly": true, + "type": "string" + }, "endTime": { "description": "Optional. Output only. The time when the rollout finished execution (regardless of success, failure, or cancellation). Will be empty if the rollout hasn't finished yet. Once set, the rollout is in terminal state and all the results are final.", "format": "google-datetime", diff --git a/DiscoveryJson/searchads360.v0.json b/DiscoveryJson/searchads360.v0.json index cc386b576f5..36074af638b 100644 --- a/DiscoveryJson/searchads360.v0.json +++ b/DiscoveryJson/searchads360.v0.json @@ -260,7 +260,7 @@ } } }, - "revision": "20250721", + "revision": "20251116", "rootUrl": "https://searchads360.googleapis.com/", "schemas": { "GoogleAdsSearchads360V0Common__AdScheduleInfo": { @@ -627,6 +627,33 @@ "properties": {}, "type": "object" }, + "GoogleAdsSearchads360V0Common__FinalAppUrl": { + "description": "A URL for deep linking into an app for the given operating system.", + "id": "GoogleAdsSearchads360V0Common__FinalAppUrl", + "properties": { + "osType": { + "description": "The operating system targeted by this URL. Required.", + "enum": [ + "UNSPECIFIED", + "UNKNOWN", + "IOS", + "ANDROID" + ], + "enumDescriptions": [ + "Not specified.", + "Used for return value only. Represents value unknown in this version.", + "The Apple IOS operating system.", + "The Android operating system." + ], + "type": "string" + }, + "url": { + "description": "The app deep link URL. Deep links specify a location in an app that corresponds to the content you'd like to show, and should be of the form {scheme}://{host_path} The scheme identifies which app to open. For your app, you can use a custom scheme that starts with the app's name. The host and path specify the unique location in the app where your content exists. Example: \"exampleapp://productid_1234\". Required.", + "type": "string" + } + }, + "type": "object" + }, "GoogleAdsSearchads360V0Common__FrequencyCapEntry": { "description": "A rule specifying the maximum number of times an ad (or some set of ads) can be shown to a user over a particular time period.", "id": "GoogleAdsSearchads360V0Common__FrequencyCapEntry", @@ -1010,6 +1037,11 @@ "format": "double", "type": "number" }, + "averageCartSize": { + "description": "Average cart size is the average number of products in each order attributed to your ads. How it works: You report conversions with cart data for completed purchases on your website. Average cart size is the total number of products sold divided by the total number of orders you received. Example: You received 2 orders, the first included 3 products and the second included 2. The average cart size is 2.5 products = (3+2)/2. This metric is only available if you report conversions with cart data.", + "format": "double", + "type": "number" + }, "averageCost": { "description": "The average amount you pay per interaction. This amount is the total cost of your ads divided by the total number of interactions.", "format": "double", @@ -1025,6 +1057,16 @@ "format": "double", "type": "number" }, + "averageImpressionFrequencyPerUser": { + "description": "The average number of times a unique user saw your ad during the requested time period. This metric cannot be aggregated, and can only be requested for date ranges of 92 days or less. This metric is available for following campaign types - Display, Video, Discovery and App.", + "format": "double", + "type": "number" + }, + "averageOrderValueMicros": { + "description": "Average order value is the average revenue you made per order attributed to your ads. How it works: You report conversions with cart data for completed purchases on your website. Average order value is the total revenue from your orders divided by the total number of orders. Example: You received 3 orders which made $10, $15 and $20 worth of revenue. The average order value is $15 = ($10 + $15 + $20)/3. This metric is only available if you report conversions with cart data.", + "format": "int64", + "type": "string" + }, "averageQualityScore": { "description": "The average quality score.", "format": "double", @@ -1152,6 +1194,11 @@ "format": "int64", "type": "string" }, + "costOfGoodsSoldMicros": { + "description": "Cost of goods sold (COGS) is the total cost of the products you sold in orders attributed to your ads. How it works: You can add a cost of goods sold value to every product in Merchant Center. If you report conversions with cart data, the products you sold are matched with their cost of goods sold value and this can be used to calculate the gross profit you made on each order. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cost of goods sold for this order is $8 = $3 + $5. This metric is only available if you report conversions with cart data.", + "format": "int64", + "type": "string" + }, "costPerAllConversions": { "description": "The cost of ad interactions divided by all conversions.", "format": "double", @@ -1222,6 +1269,16 @@ "format": "int64", "type": "string" }, + "grossProfitMargin": { + "description": "Gross profit margin is the percentage gross profit you made from orders attributed to your ads, after taking out the cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. Gross profit margin is the gross profit you made divided by your total revenue and multiplied by 100%. Gross profit margin calculations only include products that have a cost of goods sold value in Merchant Center. Example: Someone bought a hat and a shirt in an order on your website. The hat is priced $10 and has a cost of goods sold value of $3. The shirt is priced $20 but has no cost of goods sold value. Gross profit margin for this order will only take into account the hat because it has a cost of goods sold value, so it's 70% = ($10 - $3)/$10 x 100%. This metric is only available if you report conversions with cart data.", + "format": "double", + "type": "number" + }, + "grossProfitMicros": { + "description": "Gross profit is the profit you made from orders attributed to your ads minus the cost of goods sold (COGS). How it works: Gross profit is the revenue you made from sales attributed to your ads minus cost of goods sold. Gross profit calculations only include products that have a cost of goods sold value in Merchant Center. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt in an order from your website. The hat is priced $10 and the shirt is priced $20. The hat has a cost of goods sold value of $3, but the shirt has no cost of goods sold value. Gross profit for this order will only take into account the hat, so it's $7 = $10 - $3. This metric is only available if you report conversions with cart data.", + "format": "int64", + "type": "string" + }, "historicalCreativeQualityScore": { "description": "The creative historical quality score.", "enum": [ @@ -1354,6 +1411,11 @@ "format": "double", "type": "number" }, + "orders": { + "description": "Orders is the total number of purchase conversions you received attributed to your ads. How it works: You report conversions with cart data for completed purchases on your website. If a conversion is attributed to previous interactions with your ads (clicks for text or Shopping ads, views for video ads etc.) it's counted as an order. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt in an order on your website. Even though they bought 2 products, this would count as 1 order. This metric is only available if you report conversions with cart data.", + "format": "double", + "type": "number" + }, "rawEventConversionMetrics": { "description": "The raw event conversion metrics.", "items": { @@ -1361,6 +1423,11 @@ }, "type": "array" }, + "revenueMicros": { + "description": "Revenue is the total amount you made from orders attributed to your ads. How it works: You report conversions with cart data for completed purchases on your website. Revenue is the total value of all the orders you received attributed to your ads, minus any discount. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt in an order from your website. The hat is priced $10 and the shirt is priced $20. The entire order has a $5 discount. The revenue from this order is $25 = ($10 + $20) - $5. This metric is only available if you report conversions with cart data.", + "format": "int64", + "type": "string" + }, "searchAbsoluteTopImpressionShare": { "description": "The percentage of the customer's Shopping or Search ad impressions that are shown in the most prominent Shopping position. See https://support.google.com/sa360/answer/9566729 for details. Any value below 0.1 is reported as 0.0999.", "format": "double", @@ -1421,6 +1488,16 @@ "format": "double", "type": "number" }, + "uniqueUsers": { + "description": "The number of unique users who saw your ad during the requested time period. This metric cannot be aggregated, and can only be requested for date ranges of 92 days or less. This metric is available for following campaign types - Display, Video, Discovery and App.", + "format": "int64", + "type": "string" + }, + "unitsSold": { + "description": "Units sold is the total number of products sold from orders attributed to your ads. How it works: You report conversions with cart data for completed purchases on your website. Units sold is the total number of products sold from all orders attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The units sold in this order is 3. This metric is only available if you report conversions with cart data.", + "format": "double", + "type": "number" + }, "valuePerAllConversions": { "description": "The value of all conversions divided by the number of all conversions.", "format": "double", @@ -3929,6 +4006,24 @@ "$ref": "GoogleAdsSearchads360V0Common__SearchAds360ExpandedTextAdInfo", "description": "Immutable. Details pertaining to an expanded text ad." }, + "finalAppUrls": { + "description": "A list of final app URLs that will be used on mobile if the user has the specific app installed.", + "items": { + "$ref": "GoogleAdsSearchads360V0Common__FinalAppUrl" + }, + "type": "array" + }, + "finalMobileUrls": { + "description": "The list of possible final mobile URLs after all cross-domain redirects for the ad.", + "items": { + "type": "string" + }, + "type": "array" + }, + "finalUrlSuffix": { + "description": "The suffix to use when constructing a final URL.", + "type": "string" + }, "finalUrls": { "description": "The list of possible final URLs after all cross-domain redirects for the ad.", "items": { @@ -3962,6 +4057,10 @@ "$ref": "GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo", "description": "Immutable. Details pertaining to a text ad." }, + "trackingUrlTemplate": { + "description": "The URL template for constructing a tracking URL.", + "type": "string" + }, "type": { "description": "Output only. The type of ad.", "enum": [ @@ -4136,6 +4235,10 @@ "readOnly": true, "type": "string" }, + "finalUrlSuffix": { + "description": "URL template for appending params to Final URL.", + "type": "string" + }, "id": { "description": "Output only. The ID of the ad group.", "format": "int64", @@ -4195,6 +4298,10 @@ "$ref": "GoogleAdsSearchads360V0Common__TargetingSetting", "description": "Setting for targeting related features." }, + "trackingUrlTemplate": { + "description": "The URL template for constructing a tracking URL.", + "type": "string" + }, "type": { "description": "Immutable. The type of the ad group.", "enum": [ @@ -4397,7 +4504,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. The resource name of the ad group ad effective label. Ad group ad effective label resource names have the form: `customers/{customer_id}/adGroupAdEffectiveLabels/{ad_group_id}~{ad_id}~{label_id}`", + "description": "Immutable. The resource name of the ad group ad effective label. Ad group ad effective label resource names have the form: `customers/{owner_customer_id}/adGroupAdEffectiveLabels/{ad_group_id}~{ad_id}~{label_id}`", "type": "string" } }, @@ -4422,7 +4529,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. The resource name of the ad group ad label. Ad group ad label resource names have the form: `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`", + "description": "Immutable. The resource name of the ad group ad label. Ad group ad label resource names have the form: `customers/{owner_customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`", "type": "string" } }, @@ -4659,6 +4766,13 @@ "readOnly": true, "type": "string" }, + "finalMobileUrls": { + "description": "The list of possible final mobile URLs after all cross-domain redirects.", + "items": { + "type": "string" + }, + "type": "array" + }, "finalUrlSuffix": { "description": "URL template for appending params to final URL.", "type": "string" @@ -4828,6 +4942,13 @@ "readOnly": true, "type": "string" }, + "urlCustomParameters": { + "description": "The list of mappings used to substitute custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.", + "items": { + "$ref": "GoogleAdsSearchads360V0Common__CustomParameter" + }, + "type": "array" + }, "userList": { "$ref": "GoogleAdsSearchads360V0Common__UserListInfo", "description": "Immutable. User List." @@ -4858,7 +4979,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. The resource name of the ad group criterion effective label. Ad group criterion effective label resource names have the form: `customers/{customer_id}/adGroupCriterionEffectiveLabels/{ad_group_id}~{criterion_id}~{label_id}`", + "description": "Immutable. The resource name of the ad group criterion effective label. Ad group criterion effective label resource names have the form: `customers/{owner_customer_id}/adGroupCriterionEffectiveLabels/{ad_group_id}~{criterion_id}~{label_id}`", "type": "string" } }, @@ -4883,7 +5004,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. The resource name of the ad group criterion label. Ad group criterion label resource names have the form: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`", + "description": "Immutable. The resource name of the ad group criterion label. Ad group criterion label resource names have the form: `customers/{owner_customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`", "type": "string" } }, @@ -4908,7 +5029,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. The resource name of the ad group effective label. Ad group effective label resource names have the form: `customers/{customer_id}/adGroupEffectiveLabels/{ad_group_id}~{label_id}`", + "description": "Immutable. The resource name of the ad group effective label. Ad group effective label resource names have the form: `customers/{owner_customer_id}/adGroupEffectiveLabels/{ad_group_id}~{label_id}`", "type": "string" } }, @@ -4933,7 +5054,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. The resource name of the ad group label. Ad group label resource names have the form: `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}`", + "description": "Immutable. The resource name of the ad group label. Ad group label resource names have the form: `customers/{owner_customer_id}/adGroupLabels/{ad_group_id}~{label_id}`", "type": "string" } }, @@ -4997,6 +5118,17 @@ "readOnly": true, "type": "string" }, + "finalMobileUrls": { + "description": "A list of possible final mobile URLs after all cross domain redirects.", + "items": { + "type": "string" + }, + "type": "array" + }, + "finalUrlSuffix": { + "description": "URL template for appending params to landing page URLs served with parallel tracking.", + "type": "string" + }, "finalUrls": { "description": "A list of possible final URLs after all cross domain redirects.", "items": { @@ -5144,6 +5276,13 @@ "readOnly": true, "type": "string" }, + "urlCustomParameters": { + "description": "A list of mappings to be used for substituting URL custom parameter tags in the tracking_url_template, final_urls, and/or final_mobile_urls.", + "items": { + "$ref": "GoogleAdsSearchads360V0Common__CustomParameter" + }, + "type": "array" + }, "youtubeVideoAsset": { "$ref": "GoogleAdsSearchads360V0Common__YoutubeVideoAsset", "description": "Immutable. A YouTube video asset." @@ -5285,7 +5424,9 @@ "AD_IMAGE", "BUSINESS_LOGO", "HOTEL_PROPERTY", - "DISCOVERY_CAROUSEL_CARD" + "DISCOVERY_CAROUSEL_CARD", + "LONG_DESCRIPTION", + "CALL_TO_ACTION" ], "enumDescriptions": [ "Not specified.", @@ -5317,7 +5458,9 @@ "The asset is linked for use to select an ad image.", "The asset is linked for use as a business logo.", "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.", - "The asset is linked for use as a discovery carousel card." + "The asset is linked for use as a discovery carousel card.", + "The asset is linked for use as a long description.", + "The asset is linked for use as a call-to-action." ], "type": "string" }, @@ -5985,7 +6128,9 @@ "AD_IMAGE", "BUSINESS_LOGO", "HOTEL_PROPERTY", - "DISCOVERY_CAROUSEL_CARD" + "DISCOVERY_CAROUSEL_CARD", + "LONG_DESCRIPTION", + "CALL_TO_ACTION" ], "enumDescriptions": [ "Not specified.", @@ -6017,12 +6162,62 @@ "The asset is linked for use to select an ad image.", "The asset is linked for use as a business logo.", "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.", - "The asset is linked for use as a discovery carousel card." + "The asset is linked for use as a discovery carousel card.", + "The asset is linked for use as a long description.", + "The asset is linked for use as a call-to-action." ], "type": "string" }, "type": "array" }, + "feedTypes": { + "description": "Output only. Types of feeds that are attached directly to this campaign.", + "items": { + "enum": [ + "UNSPECIFIED", + "UNKNOWN", + "PAGE_FEED", + "DYNAMIC_EDUCATION", + "MERCHANT_CENTER_FEED", + "DYNAMIC_REAL_ESTATE", + "DYNAMIC_CUSTOM", + "DYNAMIC_HOTELS_AND_RENTALS", + "DYNAMIC_FLIGHTS", + "DYNAMIC_TRAVEL", + "DYNAMIC_LOCAL", + "DYNAMIC_JOBS", + "LOCATION_SYNC", + "BUSINESS_PROFILE_DYNAMIC_LOCATION_GROUP", + "CHAIN_DYNAMIC_LOCATION_GROUP", + "STATIC_LOCATION_GROUP", + "HOTEL_PROPERTY", + "TRAVEL_FEED" + ], + "enumDescriptions": [ + "Not specified.", + "Used for return value only. Represents value unknown in this version.", + "Page asset set.", + "Dynamic education asset set.", + "Google Merchant Center asset set.", + "Dynamic real estate asset set.", + "Dynamic custom asset set.", + "Dynamic hotels and rentals asset set.", + "Dynamic flights asset set.", + "Dynamic travel asset set.", + "Dynamic local asset set.", + "Dynamic jobs asset set.", + "Location sync level asset set.", + "Business Profile location group asset set.", + "Chain location group asset set which can be used for both owned locations and affiliate locations.", + "Static location group asset set which can be used for both owned locations and affiliate locations.", + "Hotel Property asset set which is used to link a hotel property feed to Performance Max for travel goals campaigns.", + "Travel Feed asset set type. Can represent either a Hotel feed or a Things to Do (activities) feed." + ], + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "finalUrlSuffix": { "description": "Suffix used to append query parameters to landing pages that are served with parallel tracking.", "type": "string" @@ -6531,7 +6726,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. Name of the resource. CampaignEffectivelabel resource names have the form: `customers/{customer_id}/campaignEffectiveLabels/{campaign_id}~{label_id}`", + "description": "Immutable. Name of the resource. CampaignEffectivelabel resource names have the form: `customers/{owner_customer_id}/campaignEffectiveLabels/{campaign_id}~{label_id}`", "type": "string" } }, @@ -6556,7 +6751,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. Name of the resource. Campaign label resource names have the form: `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`", + "description": "Immutable. Name of the resource. Campaign label resource names have the form: `customers/{owner_customer_id}/campaignLabels/{campaign_id}~{label_id}`", "type": "string" } }, @@ -6621,7 +6816,9 @@ "AD_IMAGE", "BUSINESS_LOGO", "HOTEL_PROPERTY", - "DISCOVERY_CAROUSEL_CARD" + "DISCOVERY_CAROUSEL_CARD", + "LONG_DESCRIPTION", + "CALL_TO_ACTION" ], "enumDescriptions": [ "Not specified.", @@ -6653,7 +6850,9 @@ "The asset is linked for use to select an ad image.", "The asset is linked for use as a business logo.", "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.", - "The asset is linked for use as a discovery carousel card." + "The asset is linked for use as a discovery carousel card.", + "The asset is linked for use as a long description.", + "The asset is linked for use as a call-to-action." ], "readOnly": true, "type": "string" @@ -7897,7 +8096,7 @@ "type": "string" }, "resourceName": { - "description": "Immutable. Name of the resource. Label resource names have the form: `customers/{customer_id}/labels/{label_id}`", + "description": "Immutable. Name of the resource. Label resource names have the form: `customers/{owner_customer_id}/labels/{label_id}`", "type": "string" }, "status": { @@ -8248,7 +8447,7 @@ "type": "object" }, "GoogleAdsSearchads360V0Resources__ShoppingPerformanceView": { - "description": "Shopping performance view. Provides Shopping campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded.", + "description": "Shopping performance view. Provides Shopping campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded. The number of impressions and clicks that shopping_performance_view returns stats for may be different from campaign reports. shopping_performance_view shows impressions and clicks on products appearing in ads, while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can show from zero to several products, so the numbers may not match. In Google Ads UI, you can query impressions and clicks of products appearing in ads by selecting a column from \"Product attributes\" in the report editor. For example, selecting the \"Brand\" column is equivalent to selecting `segments.product_brand`.", "id": "GoogleAdsSearchads360V0Resources__ShoppingPerformanceView", "properties": { "resourceName": { @@ -8370,7 +8569,9 @@ "AD_IMAGE", "BUSINESS_LOGO", "HOTEL_PROPERTY", - "DISCOVERY_CAROUSEL_CARD" + "DISCOVERY_CAROUSEL_CARD", + "LONG_DESCRIPTION", + "CALL_TO_ACTION" ], "enumDescriptions": [ "Not specified.", @@ -8402,7 +8603,9 @@ "The asset is linked for use to select an ad image.", "The asset is linked for use as a business logo.", "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.", - "The asset is linked for use as a discovery carousel card." + "The asset is linked for use as a discovery carousel card.", + "The asset is linked for use as a long description.", + "The asset is linked for use as a call-to-action." ], "readOnly": true, "type": "string" diff --git a/DiscoveryJson/secretmanager.v1.json b/DiscoveryJson/secretmanager.v1.json index bbb380c3801..0c604ed8075 100644 --- a/DiscoveryJson/secretmanager.v1.json +++ b/DiscoveryJson/secretmanager.v1.json @@ -26,11 +26,31 @@ "endpointUrl": "https://secretmanager.africa-south1.rep.googleapis.com/", "location": "africa-south1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.asia-northeast1.rep.googleapis.com/", "location": "asia-northeast1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.asia-south1.rep.googleapis.com/", @@ -51,6 +71,11 @@ "endpointUrl": "https://secretmanager.asia-southeast2.rep.googleapis.com/", "location": "asia-southeast2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.australia-southeast1.rep.googleapis.com/", @@ -66,21 +91,41 @@ "endpointUrl": "https://secretmanager.europe-central2.rep.googleapis.com/", "location": "europe-central2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-north2.rep.googleapis.com/", "location": "europe-north2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west1.rep.googleapis.com/", "location": "europe-west1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west12.rep.googleapis.com/", "location": "europe-west12" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-west15.rep.googleapis.com/", + "location": "europe-west15" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west2.rep.googleapis.com/", @@ -131,6 +176,11 @@ "endpointUrl": "https://secretmanager.northamerica-northeast2.rep.googleapis.com/", "location": "northamerica-northeast2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.southamerica-east1.rep.googleapis.com/", @@ -336,7 +386,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1306,7 +1356,7 @@ } } }, - "revision": "20250926", + "revision": "20251105", "rootUrl": "https://secretmanager.googleapis.com/", "schemas": { "AccessSecretVersionResponse": { diff --git a/DiscoveryJson/secretmanager.v1beta1.json b/DiscoveryJson/secretmanager.v1beta1.json index 3ede650bde3..488487cd685 100644 --- a/DiscoveryJson/secretmanager.v1beta1.json +++ b/DiscoveryJson/secretmanager.v1beta1.json @@ -26,11 +26,31 @@ "endpointUrl": "https://secretmanager.africa-south1.rep.googleapis.com/", "location": "africa-south1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.asia-northeast1.rep.googleapis.com/", "location": "asia-northeast1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.asia-south1.rep.googleapis.com/", @@ -51,6 +71,11 @@ "endpointUrl": "https://secretmanager.asia-southeast2.rep.googleapis.com/", "location": "asia-southeast2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.australia-southeast1.rep.googleapis.com/", @@ -66,21 +91,41 @@ "endpointUrl": "https://secretmanager.europe-central2.rep.googleapis.com/", "location": "europe-central2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-north2.rep.googleapis.com/", "location": "europe-north2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west1.rep.googleapis.com/", "location": "europe-west1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west12.rep.googleapis.com/", "location": "europe-west12" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-west15.rep.googleapis.com/", + "location": "europe-west15" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west2.rep.googleapis.com/", @@ -131,6 +176,11 @@ "endpointUrl": "https://secretmanager.northamerica-northeast2.rep.googleapis.com/", "location": "northamerica-northeast2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.southamerica-east1.rep.googleapis.com/", @@ -336,7 +386,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -826,7 +876,7 @@ } } }, - "revision": "20250926", + "revision": "20251105", "rootUrl": "https://secretmanager.googleapis.com/", "schemas": { "AccessSecretVersionResponse": { diff --git a/DiscoveryJson/secretmanager.v1beta2.json b/DiscoveryJson/secretmanager.v1beta2.json index cff8b490dcf..76c1b2d8307 100644 --- a/DiscoveryJson/secretmanager.v1beta2.json +++ b/DiscoveryJson/secretmanager.v1beta2.json @@ -26,11 +26,31 @@ "endpointUrl": "https://secretmanager.africa-south1.rep.googleapis.com/", "location": "africa-south1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.asia-northeast1.rep.googleapis.com/", "location": "asia-northeast1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.asia-south1.rep.googleapis.com/", @@ -51,6 +71,11 @@ "endpointUrl": "https://secretmanager.asia-southeast2.rep.googleapis.com/", "location": "asia-southeast2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.asia-southeast3.rep.googleapis.com/", + "location": "asia-southeast3" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.australia-southeast1.rep.googleapis.com/", @@ -66,21 +91,41 @@ "endpointUrl": "https://secretmanager.europe-central2.rep.googleapis.com/", "location": "europe-central2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-north2.rep.googleapis.com/", "location": "europe-north2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west1.rep.googleapis.com/", "location": "europe-west1" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west12.rep.googleapis.com/", "location": "europe-west12" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.europe-west15.rep.googleapis.com/", + "location": "europe-west15" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.europe-west2.rep.googleapis.com/", @@ -131,6 +176,11 @@ "endpointUrl": "https://secretmanager.northamerica-northeast2.rep.googleapis.com/", "location": "northamerica-northeast2" }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://secretmanager.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, { "description": "Regional Endpoint", "endpointUrl": "https://secretmanager.southamerica-east1.rep.googleapis.com/", @@ -336,7 +386,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -1306,7 +1356,7 @@ } } }, - "revision": "20250926", + "revision": "20251105", "rootUrl": "https://secretmanager.googleapis.com/", "schemas": { "AccessSecretVersionResponse": { diff --git a/DiscoveryJson/securitycenter.v1.json b/DiscoveryJson/securitycenter.v1.json index 2c7b46ba19a..d26dc0fa091 100644 --- a/DiscoveryJson/securitycenter.v1.json +++ b/DiscoveryJson/securitycenter.v1.json @@ -1769,6 +1769,7 @@ ] }, "updateOrganizationSettings": { + "deprecated": true, "description": "Updates an organization's settings.", "flatPath": "v1/organizations/{organizationsId}/organizationSettings", "httpMethod": "PATCH", @@ -3006,6 +3007,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -5938,7 +5944,7 @@ } } }, - "revision": "20250915", + "revision": "20251024", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -6848,6 +6854,13 @@ "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", "type": "string" }, + "infoTypes": { + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", + "items": { + "$ref": "InfoType" + }, + "type": "array" + }, "parentType": { "description": "The resource hierarchy level at which the data profile was generated.", "enum": [ @@ -9996,6 +10009,13 @@ "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", "type": "string" }, + "infoTypes": { + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2InfoType" + }, + "type": "array" + }, "parentType": { "description": "The resource hierarchy level at which the data profile was generated.", "enum": [ @@ -11442,6 +11462,25 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2InfoType": { + "description": "Type of information detected by the API.", + "id": "GoogleCloudSecuritycenterV2InfoType", + "properties": { + "name": { + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", + "type": "string" + }, + "sensitivityScore": { + "$ref": "GoogleCloudSecuritycenterV2SensitivityScore", + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." + }, + "version": { + "description": "Optional version name for this InfoType.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2IpRule": { "description": "IP rule information.", "id": "GoogleCloudSecuritycenterV2IpRule", @@ -11805,6 +11844,10 @@ "description": "The AppHub application associated with the resource, if any.", "id": "GoogleCloudSecuritycenterV2IssueResourceApplication", "properties": { + "attributes": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes", + "description": "Consumer provided attributes for the application" + }, "name": { "description": "The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}`", "type": "string" @@ -11812,6 +11855,103 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes": { + "description": "Consumer provided attributes for the application", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes", + "properties": { + "businessOwners": { + "description": "Business team that ensures user needs are met and value is delivered", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + }, + "criticality": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality", + "description": "User-defined criticality information." + }, + "developerOwners": { + "description": "Developer team that owns development and coding.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + }, + "environment": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment", + "description": "User-defined environment information." + }, + "operatorOwners": { + "description": "Operator team that ensures runtime and operations.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo": { + "description": "Contact information of stakeholders.", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo", + "properties": { + "email": { + "description": "Email address of the contacts.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality": { + "description": "Criticality of the Application, Service, or Workload", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality", + "properties": { + "type": { + "description": "Criticality Type.", + "enum": [ + "CRITICALITY_TYPE_UNSPECIFIED", + "MISSION_CRITICAL", + "HIGH", + "MEDIUM", + "LOW" + ], + "enumDescriptions": [ + "Unspecified type.", + "Mission critical service, application or workload.", + "High impact.", + "Medium impact.", + "Low impact." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment": { + "description": "Environment of the Application, Service, or Workload", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment", + "properties": { + "type": { + "description": "Environment Type.", + "enum": [ + "ENVIRONMENT_TYPE_UNSPECIFIED", + "PRODUCTION", + "STAGING", + "TEST", + "DEVELOPMENT" + ], + "enumDescriptions": [ + "Unspecified type.", + "Production environment.", + "Staging environment.", + "Test environment.", + "Development environment." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2IssueResourceAwsMetadata": { "description": "The AWS metadata of a resource associated with an issue.", "id": "GoogleCloudSecuritycenterV2IssueResourceAwsMetadata", @@ -12239,6 +12379,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -12379,6 +12520,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -12564,6 +12706,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -12704,6 +12847,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -13602,6 +13746,31 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2SensitivityScore": { + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", + "id": "GoogleCloudSecuritycenterV2SensitivityScore", + "properties": { + "score": { + "description": "The sensitivity score applied to the resource.", + "enum": [ + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", + "SENSITIVITY_LOW", + "SENSITIVITY_UNKNOWN", + "SENSITIVITY_MODERATE", + "SENSITIVITY_HIGH" + ], + "enumDescriptions": [ + "Unused.", + "No sensitive information detected. The resource isn't publicly accessible.", + "Unable to determine sensitivity.", + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo": { "description": "Identity delegation history of an authenticated service account.", "id": "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo", @@ -14043,6 +14212,25 @@ }, "type": "object" }, + "InfoType": { + "description": "Type of information detected by the API.", + "id": "InfoType", + "properties": { + "name": { + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", + "type": "string" + }, + "sensitivityScore": { + "$ref": "SensitivityScore", + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." + }, + "version": { + "description": "Optional version name for this InfoType.", + "type": "string" + } + }, + "type": "object" + }, "IpRule": { "description": "IP rule information.", "id": "IpRule", @@ -14557,6 +14745,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -14800,6 +14995,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -14940,6 +15136,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -15125,6 +15322,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -15265,6 +15463,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -16192,6 +16391,31 @@ }, "type": "object" }, + "SensitivityScore": { + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", + "id": "SensitivityScore", + "properties": { + "score": { + "description": "The sensitivity score applied to the resource.", + "enum": [ + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", + "SENSITIVITY_LOW", + "SENSITIVITY_UNKNOWN", + "SENSITIVITY_MODERATE", + "SENSITIVITY_HIGH" + ], + "enumDescriptions": [ + "Unused.", + "No sensitive information detected. The resource isn't publicly accessible.", + "Unable to determine sensitivity.", + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." + ], + "type": "string" + } + }, + "type": "object" + }, "ServiceAccountDelegationInfo": { "description": "Identity delegation history of an authenticated service account.", "id": "ServiceAccountDelegationInfo", diff --git a/DiscoveryJson/securitycenter.v1beta1.json b/DiscoveryJson/securitycenter.v1beta1.json index 92794ce8e30..66bff3130df 100644 --- a/DiscoveryJson/securitycenter.v1beta1.json +++ b/DiscoveryJson/securitycenter.v1beta1.json @@ -150,6 +150,7 @@ ] }, "updateOrganizationSettings": { + "deprecated": true, "description": "Updates an organization's settings.", "flatPath": "v1beta1/organizations/{organizationsId}/organizationSettings", "httpMethod": "PATCH", @@ -460,6 +461,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}", @@ -913,7 +919,7 @@ } } }, - "revision": "20250915", + "revision": "20251024", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -1635,6 +1641,13 @@ "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", "type": "string" }, + "infoTypes": { + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", + "items": { + "$ref": "InfoType" + }, + "type": "array" + }, "parentType": { "description": "The resource hierarchy level at which the data profile was generated.", "enum": [ @@ -4666,6 +4679,13 @@ "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", "type": "string" }, + "infoTypes": { + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2InfoType" + }, + "type": "array" + }, "parentType": { "description": "The resource hierarchy level at which the data profile was generated.", "enum": [ @@ -6112,6 +6132,25 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2InfoType": { + "description": "Type of information detected by the API.", + "id": "GoogleCloudSecuritycenterV2InfoType", + "properties": { + "name": { + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", + "type": "string" + }, + "sensitivityScore": { + "$ref": "GoogleCloudSecuritycenterV2SensitivityScore", + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." + }, + "version": { + "description": "Optional version name for this InfoType.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2IpRule": { "description": "IP rule information.", "id": "GoogleCloudSecuritycenterV2IpRule", @@ -6475,6 +6514,10 @@ "description": "The AppHub application associated with the resource, if any.", "id": "GoogleCloudSecuritycenterV2IssueResourceApplication", "properties": { + "attributes": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes", + "description": "Consumer provided attributes for the application" + }, "name": { "description": "The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}`", "type": "string" @@ -6482,6 +6525,103 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes": { + "description": "Consumer provided attributes for the application", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes", + "properties": { + "businessOwners": { + "description": "Business team that ensures user needs are met and value is delivered", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + }, + "criticality": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality", + "description": "User-defined criticality information." + }, + "developerOwners": { + "description": "Developer team that owns development and coding.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + }, + "environment": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment", + "description": "User-defined environment information." + }, + "operatorOwners": { + "description": "Operator team that ensures runtime and operations.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo": { + "description": "Contact information of stakeholders.", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo", + "properties": { + "email": { + "description": "Email address of the contacts.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality": { + "description": "Criticality of the Application, Service, or Workload", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality", + "properties": { + "type": { + "description": "Criticality Type.", + "enum": [ + "CRITICALITY_TYPE_UNSPECIFIED", + "MISSION_CRITICAL", + "HIGH", + "MEDIUM", + "LOW" + ], + "enumDescriptions": [ + "Unspecified type.", + "Mission critical service, application or workload.", + "High impact.", + "Medium impact.", + "Low impact." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment": { + "description": "Environment of the Application, Service, or Workload", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment", + "properties": { + "type": { + "description": "Environment Type.", + "enum": [ + "ENVIRONMENT_TYPE_UNSPECIFIED", + "PRODUCTION", + "STAGING", + "TEST", + "DEVELOPMENT" + ], + "enumDescriptions": [ + "Unspecified type.", + "Production environment.", + "Staging environment.", + "Test environment.", + "Development environment." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2IssueResourceAwsMetadata": { "description": "The AWS metadata of a resource associated with an issue.", "id": "GoogleCloudSecuritycenterV2IssueResourceAwsMetadata", @@ -6909,6 +7049,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -7049,6 +7190,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -7234,6 +7376,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -7374,6 +7517,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -8272,6 +8416,31 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2SensitivityScore": { + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", + "id": "GoogleCloudSecuritycenterV2SensitivityScore", + "properties": { + "score": { + "description": "The sensitivity score applied to the resource.", + "enum": [ + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", + "SENSITIVITY_LOW", + "SENSITIVITY_UNKNOWN", + "SENSITIVITY_MODERATE", + "SENSITIVITY_HIGH" + ], + "enumDescriptions": [ + "Unused.", + "No sensitive information detected. The resource isn't publicly accessible.", + "Unable to determine sensitivity.", + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo": { "description": "Identity delegation history of an authenticated service account.", "id": "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo", @@ -8685,6 +8854,25 @@ }, "type": "object" }, + "InfoType": { + "description": "Type of information detected by the API.", + "id": "InfoType", + "properties": { + "name": { + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", + "type": "string" + }, + "sensitivityScore": { + "$ref": "SensitivityScore", + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." + }, + "version": { + "description": "Optional version name for this InfoType.", + "type": "string" + } + }, + "type": "object" + }, "IpRule": { "description": "IP rule information.", "id": "IpRule", @@ -9005,6 +9193,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -9189,6 +9384,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -9329,6 +9525,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -9514,6 +9711,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -9654,6 +9852,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -10401,6 +10600,31 @@ }, "type": "object" }, + "SensitivityScore": { + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", + "id": "SensitivityScore", + "properties": { + "score": { + "description": "The sensitivity score applied to the resource.", + "enum": [ + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", + "SENSITIVITY_LOW", + "SENSITIVITY_UNKNOWN", + "SENSITIVITY_MODERATE", + "SENSITIVITY_HIGH" + ], + "enumDescriptions": [ + "Unused.", + "No sensitive information detected. The resource isn't publicly accessible.", + "Unable to determine sensitivity.", + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." + ], + "type": "string" + } + }, + "type": "object" + }, "ServiceAccountDelegationInfo": { "description": "Identity delegation history of an authenticated service account.", "id": "ServiceAccountDelegationInfo", diff --git a/DiscoveryJson/securitycenter.v1beta2.json b/DiscoveryJson/securitycenter.v1beta2.json index 1c3be95eb81..04427093754 100644 --- a/DiscoveryJson/securitycenter.v1beta2.json +++ b/DiscoveryJson/securitycenter.v1beta2.json @@ -2003,7 +2003,7 @@ } } }, - "revision": "20250915", + "revision": "20251017", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -2585,6 +2585,13 @@ "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", "type": "string" }, + "infoTypes": { + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", + "items": { + "$ref": "InfoType" + }, + "type": "array" + }, "parentType": { "description": "The resource hierarchy level at which the data profile was generated.", "enum": [ @@ -5659,6 +5666,13 @@ "description": "Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.", "type": "string" }, + "infoTypes": { + "description": "Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2InfoType" + }, + "type": "array" + }, "parentType": { "description": "The resource hierarchy level at which the data profile was generated.", "enum": [ @@ -7105,6 +7119,25 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2InfoType": { + "description": "Type of information detected by the API.", + "id": "GoogleCloudSecuritycenterV2InfoType", + "properties": { + "name": { + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", + "type": "string" + }, + "sensitivityScore": { + "$ref": "GoogleCloudSecuritycenterV2SensitivityScore", + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." + }, + "version": { + "description": "Optional version name for this InfoType.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2IpRule": { "description": "IP rule information.", "id": "GoogleCloudSecuritycenterV2IpRule", @@ -7468,6 +7501,10 @@ "description": "The AppHub application associated with the resource, if any.", "id": "GoogleCloudSecuritycenterV2IssueResourceApplication", "properties": { + "attributes": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes", + "description": "Consumer provided attributes for the application" + }, "name": { "description": "The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}`", "type": "string" @@ -7475,6 +7512,103 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes": { + "description": "Consumer provided attributes for the application", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes", + "properties": { + "businessOwners": { + "description": "Business team that ensures user needs are met and value is delivered", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + }, + "criticality": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality", + "description": "User-defined criticality information." + }, + "developerOwners": { + "description": "Developer team that owns development and coding.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + }, + "environment": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment", + "description": "User-defined environment information." + }, + "operatorOwners": { + "description": "Operator team that ensures runtime and operations.", + "items": { + "$ref": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo": { + "description": "Contact information of stakeholders.", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo", + "properties": { + "email": { + "description": "Email address of the contacts.", + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality": { + "description": "Criticality of the Application, Service, or Workload", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality", + "properties": { + "type": { + "description": "Criticality Type.", + "enum": [ + "CRITICALITY_TYPE_UNSPECIFIED", + "MISSION_CRITICAL", + "HIGH", + "MEDIUM", + "LOW" + ], + "enumDescriptions": [ + "Unspecified type.", + "Mission critical service, application or workload.", + "High impact.", + "Medium impact.", + "Low impact." + ], + "type": "string" + } + }, + "type": "object" + }, + "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment": { + "description": "Environment of the Application, Service, or Workload", + "id": "GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment", + "properties": { + "type": { + "description": "Environment Type.", + "enum": [ + "ENVIRONMENT_TYPE_UNSPECIFIED", + "PRODUCTION", + "STAGING", + "TEST", + "DEVELOPMENT" + ], + "enumDescriptions": [ + "Unspecified type.", + "Production environment.", + "Staging environment.", + "Test environment.", + "Development environment." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2IssueResourceAwsMetadata": { "description": "The AWS metadata of a resource associated with an issue.", "id": "GoogleCloudSecuritycenterV2IssueResourceAwsMetadata", @@ -7902,6 +8036,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -8042,6 +8177,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -8227,6 +8363,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -8367,6 +8504,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -9265,6 +9403,31 @@ }, "type": "object" }, + "GoogleCloudSecuritycenterV2SensitivityScore": { + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", + "id": "GoogleCloudSecuritycenterV2SensitivityScore", + "properties": { + "score": { + "description": "The sensitivity score applied to the resource.", + "enum": [ + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", + "SENSITIVITY_LOW", + "SENSITIVITY_UNKNOWN", + "SENSITIVITY_MODERATE", + "SENSITIVITY_HIGH" + ], + "enumDescriptions": [ + "Unused.", + "No sensitive information detected. The resource isn't publicly accessible.", + "Unable to determine sensitivity.", + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." + ], + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo": { "description": "Identity delegation history of an authenticated service account.", "id": "GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo", @@ -9550,6 +9713,25 @@ }, "type": "object" }, + "InfoType": { + "description": "Type of information detected by the API.", + "id": "InfoType", + "properties": { + "name": { + "description": "Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.", + "type": "string" + }, + "sensitivityScore": { + "$ref": "SensitivityScore", + "description": "Optional custom sensitivity for this InfoType. This only applies to data profiling." + }, + "version": { + "description": "Optional version name for this InfoType.", + "type": "string" + } + }, + "type": "object" + }, "IpRule": { "description": "IP rule information.", "id": "IpRule", @@ -9933,6 +10115,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -10073,6 +10256,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -10258,6 +10442,7 @@ "COMPROMISE_SOFTWARE_DEPENDENCIES_AND_DEVELOPMENT_TOOLS", "EXPLOITATION_FOR_CLIENT_EXECUTION", "USER_EXECUTION", + "EXPLOITATION_FOR_CREDENTIAL_ACCESS", "LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION", "DOMAIN_POLICY_MODIFICATION", "DATA_DESTRUCTION", @@ -10398,6 +10583,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -11139,6 +11325,31 @@ }, "type": "object" }, + "SensitivityScore": { + "description": "Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.", + "id": "SensitivityScore", + "properties": { + "score": { + "description": "The sensitivity score applied to the resource.", + "enum": [ + "SENSITIVITY_SCORE_LEVEL_UNSPECIFIED", + "SENSITIVITY_LOW", + "SENSITIVITY_UNKNOWN", + "SENSITIVITY_MODERATE", + "SENSITIVITY_HIGH" + ], + "enumDescriptions": [ + "Unused.", + "No sensitive information detected. The resource isn't publicly accessible.", + "Unable to determine sensitivity.", + "Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.", + "High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII." + ], + "type": "string" + } + }, + "type": "object" + }, "ServiceAccountDelegationInfo": { "description": "Identity delegation history of an authenticated service account.", "id": "ServiceAccountDelegationInfo", diff --git a/DiscoveryJson/securityposture.v1.json b/DiscoveryJson/securityposture.v1.json index f0be08f19f3..6e90ec55d88 100644 --- a/DiscoveryJson/securityposture.v1.json +++ b/DiscoveryJson/securityposture.v1.json @@ -220,6 +220,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -898,7 +903,7 @@ } } }, - "revision": "20250819", + "revision": "20251028", "rootUrl": "https://securityposture.googleapis.com/", "schemas": { "AssetDetails": { @@ -1265,6 +1270,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/serviceconsumermanagement.v1.json b/DiscoveryJson/serviceconsumermanagement.v1.json index 0e7c641dd26..193f98812c4 100644 --- a/DiscoveryJson/serviceconsumermanagement.v1.json +++ b/DiscoveryJson/serviceconsumermanagement.v1.json @@ -216,6 +216,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -542,7 +547,7 @@ } } }, - "revision": "20250919", + "revision": "20251023", "rootUrl": "https://serviceconsumermanagement.googleapis.com/", "schemas": { "AddTenantProjectRequest": { @@ -1789,6 +1794,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -3328,6 +3340,10 @@ "description": "P4 service identity resource name. An example name would be: `services/serviceconsumermanagement.googleapis.com/projects/123/serviceIdentities/default`", "type": "string" }, + "projectRole": { + "description": "The project-level IAM role defined in the service agent's grant configuration. This is the standard role intended for this service agent. This field is populated regardless of the `skip_role_attach` option in the request. If `skip_role_attach` is true, the caller can use this value to know which role they are responsible for granting.", + "type": "string" + }, "tag": { "description": "The P4 service identity configuration tag. This must be defined in activation_grants. If not specified when creating the account, the tag is set to \"default\".", "type": "string" diff --git a/DiscoveryJson/serviceconsumermanagement.v1beta1.json b/DiscoveryJson/serviceconsumermanagement.v1beta1.json index 09dde892271..fc7f4d897f1 100644 --- a/DiscoveryJson/serviceconsumermanagement.v1beta1.json +++ b/DiscoveryJson/serviceconsumermanagement.v1beta1.json @@ -724,7 +724,7 @@ } } }, - "revision": "20250919", + "revision": "20251023", "rootUrl": "https://serviceconsumermanagement.googleapis.com/", "schemas": { "Api": { @@ -3452,6 +3452,10 @@ "description": "P4 service identity resource name. An example name would be: `services/serviceconsumermanagement.googleapis.com/projects/123/serviceIdentities/default`", "type": "string" }, + "projectRole": { + "description": "The project-level IAM role defined in the service agent's grant configuration. This is the standard role intended for this service agent. This field is populated regardless of the `skip_role_attach` option in the request. If `skip_role_attach` is true, the caller can use this value to know which role they are responsible for granting.", + "type": "string" + }, "tag": { "description": "The P4 service identity configuration tag. This must be defined in activation_grants. If not specified when creating the account, the tag is set to \"default\".", "type": "string" diff --git a/DiscoveryJson/servicedirectory.v1.json b/DiscoveryJson/servicedirectory.v1.json index 4b5290c60ec..51e595acab0 100644 --- a/DiscoveryJson/servicedirectory.v1.json +++ b/DiscoveryJson/servicedirectory.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -889,7 +889,7 @@ } } }, - "revision": "20250906", + "revision": "20251030", "rootUrl": "https://servicedirectory.googleapis.com/", "schemas": { "Binding": { diff --git a/DiscoveryJson/servicedirectory.v1beta1.json b/DiscoveryJson/servicedirectory.v1beta1.json index e59801e7d42..d28d3a248aa 100644 --- a/DiscoveryJson/servicedirectory.v1beta1.json +++ b/DiscoveryJson/servicedirectory.v1beta1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -977,7 +977,7 @@ } } }, - "revision": "20250906", + "revision": "20251030", "rootUrl": "https://servicedirectory.googleapis.com/", "schemas": { "Binding": { diff --git a/DiscoveryJson/servicemanagement.v1.json b/DiscoveryJson/servicemanagement.v1.json index 04428243d40..032201f0111 100644 --- a/DiscoveryJson/servicemanagement.v1.json +++ b/DiscoveryJson/servicemanagement.v1.json @@ -169,6 +169,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/operations", @@ -830,7 +835,7 @@ } } }, - "revision": "20250812", + "revision": "20251027", "rootUrl": "https://servicemanagement.googleapis.com/", "schemas": { "Advice": { @@ -1579,7 +1584,7 @@ "id": "Control", "properties": { "environment": { - "description": "The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com", + "description": "The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.", "type": "string" }, "methodPolicies": { @@ -2337,6 +2342,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/servicenetworking.v1.json b/DiscoveryJson/servicenetworking.v1.json index 800ac8b14c1..46d2b8537fc 100644 --- a/DiscoveryJson/servicenetworking.v1.json +++ b/DiscoveryJson/servicenetworking.v1.json @@ -224,7 +224,7 @@ "type": "string" }, "returnPartialSuccess": { - "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", "location": "query", "type": "boolean" } @@ -1034,7 +1034,7 @@ } } }, - "revision": "20250929", + "revision": "20251113", "rootUrl": "https://servicenetworking.googleapis.com/", "schemas": { "AddDnsRecordSetMetadata": { @@ -1932,7 +1932,7 @@ "id": "Control", "properties": { "environment": { - "description": "The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com", + "description": "The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.", "type": "string" }, "methodPolicies": { @@ -2774,7 +2774,7 @@ "type": "array" }, "unreachable": { - "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.", "items": { "type": "string" }, diff --git a/DiscoveryJson/servicenetworking.v1beta.json b/DiscoveryJson/servicenetworking.v1beta.json index 719fde22e5a..d57b6932089 100644 --- a/DiscoveryJson/servicenetworking.v1beta.json +++ b/DiscoveryJson/servicenetworking.v1beta.json @@ -307,7 +307,7 @@ } } }, - "revision": "20250722", + "revision": "20251027", "rootUrl": "https://servicenetworking.googleapis.com/", "schemas": { "AddDnsRecordSetMetadata": { @@ -1076,7 +1076,7 @@ "id": "Control", "properties": { "environment": { - "description": "The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com", + "description": "The service controller environment to use. If empty, no control plane features (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com.", "type": "string" }, "methodPolicies": { diff --git a/DiscoveryJson/serviceusage.v1.json b/DiscoveryJson/serviceusage.v1.json index 4268f1bf064..ddbfff8eb25 100644 --- a/DiscoveryJson/serviceusage.v1.json +++ b/DiscoveryJson/serviceusage.v1.json @@ -221,6 +221,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/operations", @@ -426,7 +431,7 @@ } } }, - "revision": "20250919", + "revision": "20251021", "rootUrl": "https://serviceusage.googleapis.com/", "schemas": { "AddEnableRulesMetadata": { @@ -1185,6 +1190,22 @@ }, "type": "object" }, + "ContentSecurityPolicy": { + "description": "Content Security Policy contains the content security related policy of a resource.", + "id": "ContentSecurityPolicy", + "properties": { + "mcpContentSecurity": { + "$ref": "ContentSecurity", + "description": "mcp_content_security contains the content security related settings at resource level for MCP traffic." + }, + "name": { + "description": "Output only. The resource name of the policy. Only the `default` policy is supported. We allow the following formats: `projects/{PROJECT_NUMBER}/contentSecurityPolicies/default`, `projects/{PROJECT_ID}/contentSecurityPolicies/default`, We only support project level content security policy for now.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "ContentSecurityProvider": { "description": "ContentSecurityProvider contains the name of content security provider.", "id": "ContentSecurityProvider", @@ -2301,13 +2322,6 @@ "description": "Consumer Policy is a set of rules that define what services or service groups can be used for a cloud resource hierarchy.", "id": "GoogleApiServiceusageV2betaConsumerPolicy", "properties": { - "annotations": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. [AIP-128](https://google.aip.dev/128#annotations)", - "type": "object" - }, "createTime": { "description": "Output only. The time the policy was created. For singleton policies, this is the first touch of the policy.", "format": "google-datetime", @@ -2636,6 +2650,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -2768,10 +2789,6 @@ "description": "MCP Consumer Policy is a set of rules that define MCP related policy for a cloud resource hierarchy.", "id": "McpPolicy", "properties": { - "contentSecurity": { - "$ref": "ContentSecurity", - "description": "ContentSecurity contains the content security related fields of a MCP policy." - }, "createTime": { "description": "Output only. The time the policy was created. For singleton policies (such as the `default` policy), this is the first touch of the policy.", "format": "google-datetime", @@ -3781,6 +3798,12 @@ "properties": {}, "type": "object" }, + "UpdateContentSecurityPolicyMetadata": { + "description": "Metadata for the `UpdateContentSecurityPolicy` method.", + "id": "UpdateContentSecurityPolicyMetadata", + "properties": {}, + "type": "object" + }, "UpdateMcpPolicyMetadata": { "description": "Metadata for the `UpdateMcpPolicy` method.", "id": "UpdateMcpPolicyMetadata", diff --git a/DiscoveryJson/serviceusage.v1beta1.json b/DiscoveryJson/serviceusage.v1beta1.json index 84581cc1b71..5b575e00238 100644 --- a/DiscoveryJson/serviceusage.v1beta1.json +++ b/DiscoveryJson/serviceusage.v1beta1.json @@ -166,6 +166,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/operations", @@ -964,7 +969,7 @@ } } }, - "revision": "20250919", + "revision": "20251021", "rootUrl": "https://serviceusage.googleapis.com/", "schemas": { "AddEnableRulesMetadata": { @@ -1781,6 +1786,22 @@ }, "type": "object" }, + "ContentSecurityPolicy": { + "description": "Content Security Policy contains the content security related policy of a resource.", + "id": "ContentSecurityPolicy", + "properties": { + "mcpContentSecurity": { + "$ref": "ContentSecurity", + "description": "mcp_content_security contains the content security related settings at resource level for MCP traffic." + }, + "name": { + "description": "Output only. The resource name of the policy. Only the `default` policy is supported. We allow the following formats: `projects/{PROJECT_NUMBER}/contentSecurityPolicies/default`, `projects/{PROJECT_ID}/contentSecurityPolicies/default`, We only support project level content security policy for now.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "ContentSecurityProvider": { "description": "ContentSecurityProvider contains the name of content security provider.", "id": "ContentSecurityProvider", @@ -2878,13 +2899,6 @@ "description": "Consumer Policy is a set of rules that define what services or service groups can be used for a cloud resource hierarchy.", "id": "GoogleApiServiceusageV2betaConsumerPolicy", "properties": { - "annotations": { - "additionalProperties": { - "type": "string" - }, - "description": "Optional. Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. [AIP-128](https://google.aip.dev/128#annotations)", - "type": "object" - }, "createTime": { "description": "Output only. The time the policy was created. For singleton policies, this is the first touch of the policy.", "format": "google-datetime", @@ -3331,6 +3345,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -3463,10 +3484,6 @@ "description": "MCP Consumer Policy is a set of rules that define MCP related policy for a cloud resource hierarchy.", "id": "McpPolicy", "properties": { - "contentSecurity": { - "$ref": "ContentSecurity", - "description": "ContentSecurity contains the content security related fields of a MCP policy." - }, "createTime": { "description": "Output only. The time the policy was created. For singleton policies (such as the `default` policy), this is the first touch of the policy.", "format": "google-datetime", @@ -4669,6 +4686,12 @@ "properties": {}, "type": "object" }, + "UpdateContentSecurityPolicyMetadata": { + "description": "Metadata for the `UpdateContentSecurityPolicy` method.", + "id": "UpdateContentSecurityPolicyMetadata", + "properties": {}, + "type": "object" + }, "UpdateMcpPolicyMetadata": { "description": "Metadata for the `UpdateMcpPolicy` method.", "id": "UpdateMcpPolicyMetadata", diff --git a/DiscoveryJson/sheets.v4.json b/DiscoveryJson/sheets.v4.json index 1391cc92f2c..411f6a77722 100644 --- a/DiscoveryJson/sheets.v4.json +++ b/DiscoveryJson/sheets.v4.json @@ -875,7 +875,7 @@ } } }, - "revision": "20250616", + "revision": "20251110", "rootUrl": "https://sheets.googleapis.com/", "schemas": { "AddBandingRequest": { @@ -5377,7 +5377,7 @@ "id": "NumberFormat", "properties": { "pattern": { - "description": "Pattern string used for formatting. If not set, a default pattern based on the user's locale will be used if necessary for the given type. See the [Date and Number Formats guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information about the supported patterns.", + "description": "Pattern string used for formatting. If not set, a default pattern based on the spreadsheet's locale will be used if necessary for the given type. See the [Date and Number Formats guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information about the supported patterns.", "type": "string" }, "type": { diff --git a/DiscoveryJson/solar.v1.json b/DiscoveryJson/solar.v1.json index 142cc55df31..df33782c7c4 100644 --- a/DiscoveryJson/solar.v1.json +++ b/DiscoveryJson/solar.v1.json @@ -114,6 +114,11 @@ "id": "solar.buildingInsights.findClosest", "parameterOrder": [], "parameters": { + "exactQualityRequired": { + "description": "Optional. Whether to require exact quality of the imagery. If set to false, the `required_quality` field is interpreted as the minimum required quality, such that HIGH quality imagery may be returned when `required_quality` is set to MEDIUM. If set to true, `required_quality` is interpreted as the exact required quality and only `MEDIUM` quality imagery is returned if `required_quality` is set to `MEDIUM`.", + "location": "query", + "type": "boolean" + }, "experiments": { "description": "Optional. Specifies the pre-GA features to enable.", "enum": [ @@ -299,7 +304,7 @@ } } }, - "revision": "20250804", + "revision": "20251027", "rootUrl": "https://solar.googleapis.com/", "schemas": { "BuildingInsights": { diff --git a/DiscoveryJson/spanner.v1.json b/DiscoveryJson/spanner.v1.json index e976e8cf272..e6d96d808fe 100644 --- a/DiscoveryJson/spanner.v1.json +++ b/DiscoveryJson/spanner.v1.json @@ -503,6 +503,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -629,6 +634,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -1398,6 +1408,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -2328,6 +2343,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -3201,6 +3221,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -3327,6 +3352,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -3406,7 +3436,7 @@ } } }, - "revision": "20250920", + "revision": "20251031", "rootUrl": "https://spanner.googleapis.com/", "schemas": { "AdaptMessageRequest": { @@ -3818,7 +3848,7 @@ "id": "BatchCreateSessionsRequest", "properties": { "sessionCount": { - "description": "Required. The number of sessions to be created in this batch call. The API can return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to `BatchCreateSessions` (adjusting session_count as necessary).", + "description": "Required. The number of sessions to be created in this batch call. At least one session is created. The API can return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to `BatchCreateSessions` (adjusting session_count as necessary).", "format": "int32", "type": "integer" }, @@ -5559,6 +5589,10 @@ "description": "An isolated set of Cloud Spanner resources that databases can define placements on.", "id": "InstancePartition", "properties": { + "autoscalingConfig": { + "$ref": "AutoscalingConfig", + "description": "Optional. The autoscaling configuration. Autoscaling is enabled if this field is set. When autoscaling is enabled, fields in compute_capacity are treated as OUTPUT_ONLY fields and reflect the current compute capacity allocated to the instance partition." + }, "config": { "description": "Required. The name of the instance partition's configuration. Values are of the form `projects//instanceConfigs/`. See also InstanceConfig and ListInstanceConfigs.", "type": "string" @@ -6023,6 +6057,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -7601,7 +7642,7 @@ ], "enumDescriptions": [ "Default value. If the value is not specified, the `SERIALIZABLE` isolation level is used.", - "All transactions appear as if they executed in a serial order, even if some of the reads, writes, and other operations of distinct transactions actually occurred in parallel. Spanner assigns commit timestamps that reflect the order of committed transactions to implement this property. Spanner offers a stronger guarantee than serializability called external consistency. For further details, please refer to https://cloud.google.com/spanner/docs/true-time-external-consistency#serializability.", + "All transactions appear as if they executed in a serial order, even if some of the reads, writes, and other operations of distinct transactions actually occurred in parallel. Spanner assigns commit timestamps that reflect the order of committed transactions to implement this property. Spanner offers a stronger guarantee than serializability called external consistency. For more information, see [TrueTime and external consistency](https://cloud.google.com/spanner/docs/true-time-external-consistency#serializability).", "All reads performed during the transaction observe a consistent snapshot of the database, and the transaction is only successfully committed in the absence of conflicts between its updates and any concurrent updates that have occurred since that snapshot. Consequently, in contrast to `SERIALIZABLE` transactions, only write-write conflicts are detected in snapshot transactions. This isolation level does not support Read-only and Partitioned DML transactions. When `REPEATABLE_READ` is specified on a read-write transaction, the locking semantics default to `OPTIMISTIC`." ], "type": "string" @@ -7667,7 +7708,8 @@ "JSON", "PROTO", "ENUM", - "INTERVAL" + "INTERVAL", + "UUID" ], "enumDescriptions": [ "Not specified.", @@ -7685,7 +7727,8 @@ "Encoded as a JSON-formatted `string` as described in RFC 7159. The following rules are applied when parsing JSON input: - Whitespace characters are not preserved. - If a JSON object has duplicate keys, only the first key is preserved. - Members of a JSON object are not guaranteed to have their order preserved. - JSON array elements will have their order preserved.", "Encoded as a base64-encoded `string`, as described in RFC 4648, section 4.", "Encoded as `string`, in decimal format.", - "Encoded as `string`, in `ISO8601` duration format - `P[n]Y[n]M[n]DT[n]H[n]M[n[.fraction]]S` where `n` is an integer. For example, `P1Y2M3DT4H5M6.5S` represents time duration of 1 year, 2 months, 3 days, 4 hours, 5 minutes, and 6.5 seconds." + "Encoded as `string`, in `ISO8601` duration format - `P[n]Y[n]M[n]DT[n]H[n]M[n[.fraction]]S` where `n` is an integer. For example, `P1Y2M3DT4H5M6.5S` represents time duration of 1 year, 2 months, 3 days, 4 hours, 5 minutes, and 6.5 seconds.", + "Encoded as `string`, in lower-case hexa-decimal format, as described in RFC 9562, section 4." ], "type": "string" }, diff --git a/DiscoveryJson/sqladmin.v1.json b/DiscoveryJson/sqladmin.v1.json index 0a300821dca..2fadce6ab9a 100644 --- a/DiscoveryJson/sqladmin.v1.json +++ b/DiscoveryJson/sqladmin.v1.json @@ -785,6 +785,38 @@ }, "instances": { "methods": { + "ListEntraIdCertificates": { + "description": "Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of certificates listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out.", + "flatPath": "v1/projects/{project}/instances/{instance}/listEntraIdCertificates", + "httpMethod": "GET", + "id": "sql.instances.ListEntraIdCertificates", + "parameterOrder": [ + "project", + "instance" + ], + "parameters": { + "instance": { + "description": "Required. Cloud SQL instance ID. This does not include the project ID.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Required. Project ID of the project that contains the instance.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "v1/projects/{project}/instances/{instance}/listEntraIdCertificates", + "response": { + "$ref": "InstancesListEntraIdCertificatesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/sqlservice.admin" + ] + }, "ListServerCertificates": { "description": "Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. There can be up to three sets of certs listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out. For instances not using Certificate Authority Service (CAS) server CA, use ListServerCas instead.", "flatPath": "v1/projects/{project}/instances/{instance}/listServerCertificates", @@ -817,6 +849,41 @@ "https://www.googleapis.com/auth/sqlservice.admin" ] }, + "RotateEntraIdCertificate": { + "description": "Rotates the server certificate version to one previously added with the addEntraIdCertificate method.", + "flatPath": "v1/projects/{project}/instances/{instance}/rotateEntraIdCertificate", + "httpMethod": "POST", + "id": "sql.instances.RotateEntraIdCertificate", + "parameterOrder": [ + "project", + "instance" + ], + "parameters": { + "instance": { + "description": "Required. Cloud SQL instance ID. This does not include the project ID.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Required. Project ID of the project that contains the instance.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "v1/projects/{project}/instances/{instance}/rotateEntraIdCertificate", + "request": { + "$ref": "InstancesRotateEntraIdCertificateRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/sqlservice.admin" + ] + }, "RotateServerCertificate": { "description": "Rotates the server certificate version to one previously added with the addServerCertificate method. For instances not using Certificate Authority Service (CAS) server CA, use RotateServerCa instead.", "flatPath": "v1/projects/{project}/instances/{instance}/rotateServerCertificate", @@ -962,13 +1029,13 @@ ], "parameters": { "instance": { - "description": "The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.", + "description": "Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.", "location": "path", "required": true, "type": "string" }, "project": { - "description": "Project ID of the source as well as the clone Cloud SQL instance.", + "description": "Required. Project ID of the source as well as the clone Cloud SQL instance.", "location": "path", "required": true, "type": "string" @@ -1225,13 +1292,13 @@ ], "parameters": { "instance": { - "description": "Database instance ID. This does not include the project ID.", + "description": "Required. Database instance ID. This does not include the project ID.", "location": "path", "required": true, "type": "string" }, "project": { - "description": "Project ID of the project that contains the instance.", + "description": "Required. Project ID of the project that contains the instance.", "location": "path", "required": true, "type": "string" @@ -1952,13 +2019,13 @@ ], "parameters": { "operation": { - "description": "Instance operation ID.", + "description": "Required. Instance operation ID.", "location": "path", "required": true, "type": "string" }, "project": { - "description": "Project ID of the project that contains the instance.", + "description": "Required. Project ID of the project that contains the instance.", "location": "path", "required": true, "type": "string" @@ -2647,6 +2714,12 @@ "instance" ], "parameters": { + "databaseRoles": { + "description": "Optional. List of database roles to grant to the user. body.database_roles will be ignored for update request.", + "location": "query", + "repeated": true, + "type": "string" + }, "host": { "description": "Optional. Host of the user in the instance.", "location": "query", @@ -2685,7 +2758,7 @@ } } }, - "revision": "20250925", + "revision": "20251107", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -3626,7 +3699,7 @@ "type": "array" }, "destinationInstanceName": { - "description": "Name of the Cloud SQL instance to be created as a clone.", + "description": "Required. Name of the Cloud SQL instance to be created as a clone.", "type": "string" }, "kind": { @@ -4562,7 +4635,7 @@ ], "enumDescriptions": [ "This is an unknown suspension reason.", - "The instance is suspended due to billing issues (for example:, GCP account issue)", + "The instance is suspended due to billing issues (for example:, account issue)", "The instance is suspended due to illegal content (for example:, child pornography, copyrighted material, etc.).", "The instance is causing operational issues (for example:, causing the database to crash).", "The KMS key used by the instance is either revoked or denied access to" @@ -4813,7 +4886,7 @@ "type": "string" }, "partialResultMode": { - "description": "Optional. Controls how the API should respond when the SQL execution result exceeds 10 MB. The default mode is to throw an error.", + "description": "Optional. Controls how the API should respond when the SQL execution result is incomplete due to the size limit or another error. The default mode is to throw an error.", "enum": [ "PARTIAL_RESULT_MODE_UNSPECIFIED", "FAIL_PARTIAL_RESULT", @@ -4821,8 +4894,8 @@ ], "enumDescriptions": [ "Unspecified mode, effectively the same as `FAIL_PARTIAL_RESULT`.", - "Throw an error if the result exceeds 10 MB. Don't return the result.", - "Return a truncated result and set `partial_result` to true if the result exceeds 10 MB. Don't throw an error." + "Throw an error if the result exceeds 10 MB or if only a partial result can be retrieved. Don't return the result.", + "Return a truncated result and set `partial_result` to true if the result exceeds 10 MB or if only a partial result can be retrieved due to error. Don't throw an error." ], "type": "string" }, @@ -5472,7 +5545,7 @@ "type": "object" }, "noRecovery": { - "description": "Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.", + "description": "Whether or not the backup importing will restore database with NORECOVERY option. Applies only to Cloud SQL for SQL Server.", "type": "boolean" }, "recoveryOnly": { @@ -5681,7 +5754,7 @@ "properties": { "cloneContext": { "$ref": "CloneContext", - "description": "Contains details about the clone operation." + "description": "Required. Contains details about the clone operation." } }, "type": "object" @@ -5741,6 +5814,28 @@ }, "type": "object" }, + "InstancesListEntraIdCertificatesResponse": { + "description": "Instances ListEntraIdCertificates response.", + "id": "InstancesListEntraIdCertificatesResponse", + "properties": { + "activeVersion": { + "description": "The `sha1_fingerprint` of the active certificate from `certs`.", + "type": "string" + }, + "certs": { + "description": "List of Entra ID certificates for the instance.", + "items": { + "$ref": "SslCert" + }, + "type": "array" + }, + "kind": { + "description": "This is always `sql#instancesListEntraIdCertificates`.", + "type": "string" + } + }, + "type": "object" + }, "InstancesListResponse": { "description": "Database instances list response.", "id": "InstancesListResponse", @@ -5872,6 +5967,17 @@ }, "type": "object" }, + "InstancesRotateEntraIdCertificateRequest": { + "description": "Rotate Entra ID certificate request.", + "id": "InstancesRotateEntraIdCertificateRequest", + "properties": { + "rotateEntraIdCertificateContext": { + "$ref": "RotateEntraIdCertificateContext", + "description": "Optional. Contains details about the rotate server certificate operation." + } + }, + "type": "object" + }, "InstancesRotateServerCaRequest": { "description": "Rotate server CA request.", "id": "InstancesRotateServerCaRequest", @@ -5984,6 +6090,20 @@ "description": "Optional. The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`. Format: projects/{PROJECT}/locations/{REGION}/caPools/{CA_POOL_ID}", "type": "string" }, + "serverCertificateRotationMode": { + "description": "Optional. Controls the automatic server certificate rotation feature. This feature is disabled by default. When enabled, the server certificate will be automatically rotated during Cloud SQL scheduled maintenance or self-service maintenance updates up to six months before it expires. This setting can only be set if server_ca_mode is either GOOGLE_MANAGED_CAS_CA or CUSTOMER_MANAGED_CAS_CA.", + "enum": [ + "SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED", + "NO_AUTOMATIC_ROTATION", + "AUTOMATIC_ROTATION_DURING_MAINTENANCE" + ], + "enumDescriptions": [ + "Unspecified: no automatic server certificate rotation.", + "No automatic server certificate rotation. The user must [manage server certificate rotation](/sql/docs/mysql/manage-ssl-instance#rotate-server-certificate-cas) on their side.", + "Automatic server certificate rotation during Cloud SQL scheduled maintenance or self-service maintenance updates. Requires `server_ca_mode` to be `GOOGLE_MANAGED_CAS_CA` or `CUSTOMER_MANAGED_CAS_CA`." + ], + "type": "string" + }, "sslMode": { "description": "Specify how SSL/TLS is enforced in database connections. If you must use the `require_ssl` flag for backward compatibility, then only the following value pairs are valid: For PostgreSQL and MySQL: * `ssl_mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=ENCRYPTED_ONLY` and `require_ssl=false` * `ssl_mode=TRUSTED_CLIENT_CERTIFICATE_REQUIRED` and `require_ssl=true` For SQL Server: * `ssl_mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=ENCRYPTED_ONLY` and `require_ssl=true` The value of `ssl_mode` has priority over the value of `require_ssl`. For example, for the pair `ssl_mode=ENCRYPTED_ONLY` and `require_ssl=false`, `ssl_mode=ENCRYPTED_ONLY` means accept only SSL connections, while `require_ssl=false` means accept both non-SSL and SSL connections. In this case, MySQL and PostgreSQL databases respect `ssl_mode` and accepts only SSL connections.", "enum": [ @@ -6725,7 +6845,7 @@ "type": "object" }, "PointInTimeRestoreContext": { - "description": "The context to perform a point-in-time recovery of an instance managed by Google Cloud Backup and Disaster Recovery.", + "description": "The context to perform a point-in-time recovery of an instance managed by Backup and Disaster Recovery (DR) Service.", "id": "PointInTimeRestoreContext", "properties": { "allocatedIpRange": { @@ -6733,7 +6853,7 @@ "type": "string" }, "datasource": { - "description": "The Google Cloud Backup and Disaster Recovery Datasource URI. Format: projects/{project}/locations/{region}/backupVaults/{backupvault}/dataSources/{datasource}.", + "description": "The Backup and Disaster Recovery (DR) Service Datasource URI. Format: projects/{project}/locations/{region}/backupVaults/{backupvault}/dataSources/{datasource}.", "type": "string" }, "pointInTime": { @@ -7121,7 +7241,7 @@ "type": "string" }, "partialResult": { - "description": "Set to true if the SQL execution's result is truncated due to size limits.", + "description": "Set to true if the SQL execution's result is truncated due to size limits or an error retrieving results.", "type": "boolean" }, "rows": { @@ -7130,6 +7250,10 @@ "$ref": "Row" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "If results were truncated due to an error, details of that error." } }, "type": "object" @@ -7271,6 +7395,21 @@ }, "type": "object" }, + "RotateEntraIdCertificateContext": { + "description": "Instance rotate Entra ID certificate context.", + "id": "RotateEntraIdCertificateContext", + "properties": { + "kind": { + "description": "Optional. This is always `sql#rotateEntraIdCertificateContext`.", + "type": "string" + }, + "nextVersion": { + "description": "Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version.", + "type": "string" + } + }, + "type": "object" + }, "RotateServerCaContext": { "description": "Instance rotate server CA context.", "id": "RotateServerCaContext", @@ -7368,6 +7507,10 @@ }, "type": "array" }, + "autoUpgradeEnabled": { + "description": "Optional. Cloud SQL for MySQL auto-upgrade configuration. When this parameter is set to true, auto-upgrade is enabled for MySQL 8.0 minor versions. The MySQL version must be 8.0.35 or higher.", + "type": "boolean" + }, "availabilityType": { "description": "Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available)./ For more information, see [Overview of the High Availability Configuration](https://cloud.google.com/sql/docs/mysql/high-availability).", "enum": [ @@ -7413,6 +7556,20 @@ "description": "Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.", "type": "boolean" }, + "dataApiAccess": { + "description": "This parameter controls whether to allow using ExecuteSql API to connect to the instance. Not allowed by default.", + "enum": [ + "DATA_API_ACCESS_UNSPECIFIED", + "DISALLOW_DATA_API", + "ALLOW_DATA_API" + ], + "enumDescriptions": [ + "Unspecified, effectively the same as `DISALLOW_DATA_API`.", + "Disallow using ExecuteSql API to connect to the instance.", + "Allow using ExecuteSql API to connect to the instance. For private IP instances, this allows authorized users to access the instance from the public internet using ExecuteSql API." + ], + "type": "string" + }, "dataCacheConfig": { "$ref": "DataCacheConfig", "description": "Configuration for data cache." @@ -7501,6 +7658,10 @@ "description": "Optional. When this parameter is set to true, Cloud SQL instances can connect to Vertex AI to pass requests for real-time predictions and insights to the AI. The default value is false. This applies only to Cloud SQL for MySQL and Cloud SQL for PostgreSQL instances.", "type": "boolean" }, + "entraidConfig": { + "$ref": "SqlServerEntraIdConfig", + "description": "Optional. The Microsoft Entra ID configuration for the SQL Server instance." + }, "finalBackupConfig": { "$ref": "FinalBackupConfig", "description": "Optional. The final backup configuration for the instance." @@ -7635,12 +7796,20 @@ "enum": [ "ACTIVE_DIRECTORY_MODE_UNSPECIFIED", "MANAGED_ACTIVE_DIRECTORY", - "SELF_MANAGED_ACTIVE_DIRECTORY" + "SELF_MANAGED_ACTIVE_DIRECTORY", + "CUSTOMER_MANAGED_ACTIVE_DIRECTORY" + ], + "enumDeprecated": [ + false, + false, + true, + false ], "enumDescriptions": [ "Unspecified mode. Will default to MANAGED_ACTIVE_DIRECTORY if the mode is not specified to maintain backward compatibility.", "Managed Active Directory mode.", - "Self-managed Active Directory mode." + "Deprecated: Use CUSTOMER_MANAGED_ACTIVE_DIRECTORY instead.", + "Customer-managed Active Directory mode." ], "type": "string" }, @@ -7824,6 +7993,10 @@ "$ref": "QueryResult" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "Contains the error from the database if the SQL execution failed." } }, "type": "object" @@ -8147,6 +8320,26 @@ }, "type": "object" }, + "SqlServerEntraIdConfig": { + "description": "SQL Server Entra ID configuration.", + "id": "SqlServerEntraIdConfig", + "properties": { + "applicationId": { + "description": "Optional. The application ID for the Entra ID configuration.", + "type": "string" + }, + "kind": { + "description": "Output only. This is always sql#sqlServerEntraIdConfig", + "readOnly": true, + "type": "string" + }, + "tenantId": { + "description": "Optional. The tenant ID for the Entra ID configuration.", + "type": "string" + } + }, + "type": "object" + }, "SqlServerUserDetails": { "description": "Represents a Sql Server user on the Cloud SQL instance.", "id": "SqlServerUserDetails", @@ -8317,6 +8510,33 @@ }, "type": "object" }, + "Status": { + "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", + "id": "Status", + "properties": { + "code": { + "description": "The status code, which should be an enum value of google.rpc.Code.", + "format": "int32", + "type": "integer" + }, + "details": { + "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", + "items": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", + "type": "string" + } + }, + "type": "object" + }, "SyncFlags": { "description": "Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump.", "id": "SyncFlags", @@ -8417,6 +8637,13 @@ "description": "A Cloud SQL user resource.", "id": "User", "properties": { + "databaseRoles": { + "description": "Optional. Role memberships of the user", + "items": { + "type": "string" + }, + "type": "array" + }, "dualPasswordType": { "description": "Dual password status for the user.", "enum": [ @@ -8441,6 +8668,10 @@ "description": "Optional. The host from which the user can connect. For `insert` operations, host defaults to an empty string. For `update` operations, host is specified as part of the request URL. The host name cannot be updated after insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance, it's optional.", "type": "string" }, + "iamEmail": { + "description": "Optional. The full email for an IAM user. For normal database users, this will not be filled. Only applicable to MySQL database users.", + "type": "string" + }, "iamStatus": { "description": "Indicates if a group is active or inactive for IAM database authentication.", "enum": [ @@ -8490,7 +8721,8 @@ "CLOUD_IAM_SERVICE_ACCOUNT", "CLOUD_IAM_GROUP", "CLOUD_IAM_GROUP_USER", - "CLOUD_IAM_GROUP_SERVICE_ACCOUNT" + "CLOUD_IAM_GROUP_SERVICE_ACCOUNT", + "ENTRAID_USER" ], "enumDescriptions": [ "The database's built-in user type.", @@ -8498,7 +8730,8 @@ "Cloud IAM service account.", "Cloud IAM group. Not used for login.", "Read-only. Login for a user that belongs to the Cloud IAM group.", - "Read-only. Login for a service account that belongs to the Cloud IAM group." + "Read-only. Login for a service account that belongs to the Cloud IAM group.", + "Microsoft Entra ID user." ], "type": "string" } diff --git a/DiscoveryJson/sqladmin.v1beta4.json b/DiscoveryJson/sqladmin.v1beta4.json index 83d70d505f8..f8828475d21 100644 --- a/DiscoveryJson/sqladmin.v1beta4.json +++ b/DiscoveryJson/sqladmin.v1beta4.json @@ -785,6 +785,38 @@ }, "instances": { "methods": { + "ListEntraIdCertificates": { + "description": "Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of certificates listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out.", + "flatPath": "sql/v1beta4/projects/{project}/instances/{instance}/listEntraIdCertificates", + "httpMethod": "GET", + "id": "sql.instances.ListEntraIdCertificates", + "parameterOrder": [ + "project", + "instance" + ], + "parameters": { + "instance": { + "description": "Required. Cloud SQL instance ID. This does not include the project ID.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Required. Project ID of the project that contains the instance.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "sql/v1beta4/projects/{project}/instances/{instance}/listEntraIdCertificates", + "response": { + "$ref": "InstancesListEntraIdCertificatesResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/sqlservice.admin" + ] + }, "ListServerCertificates": { "description": "Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. There can be up to three sets of certs listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out. For instances not using Certificate Authority Service (CAS) server CA, use ListServerCas instead.", "flatPath": "sql/v1beta4/projects/{project}/instances/{instance}/listServerCertificates", @@ -817,6 +849,41 @@ "https://www.googleapis.com/auth/sqlservice.admin" ] }, + "RotateEntraIdCertificate": { + "description": "Rotates the Entra Id certificate version to one previously added with the addEntraIdCertificate method.", + "flatPath": "sql/v1beta4/projects/{project}/instances/{instance}/rotateEntraIdCertificate", + "httpMethod": "POST", + "id": "sql.instances.RotateEntraIdCertificate", + "parameterOrder": [ + "project", + "instance" + ], + "parameters": { + "instance": { + "description": "Required. Cloud SQL instance ID. This does not include the project ID.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Required. Project ID of the project that contains the instance.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "sql/v1beta4/projects/{project}/instances/{instance}/rotateEntraIdCertificate", + "request": { + "$ref": "InstancesRotateEntraIdCertificateRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/sqlservice.admin" + ] + }, "RotateServerCertificate": { "description": "Rotates the server certificate version to one previously added with the addServerCertificate method. For instances not using Certificate Authority Service (CAS) server CA, use RotateServerCa instead.", "flatPath": "sql/v1beta4/projects/{project}/instances/{instance}/rotateServerCertificate", @@ -887,6 +954,41 @@ "https://www.googleapis.com/auth/sqlservice.admin" ] }, + "addEntraIdCertificate": { + "description": "Adds a new Entra ID certificate for the specified instance. If an Entra ID certificate was previously added but never used in a certificate rotation, this operation replaces that version.", + "flatPath": "sql/v1beta4/projects/{project}/instances/{instance}/addEntraIdCertificate", + "httpMethod": "POST", + "id": "sql.instances.addEntraIdCertificate", + "parameterOrder": [ + "project", + "instance" + ], + "parameters": { + "instance": { + "description": "Required. Cloud SQL instance ID. This does not include the project ID.", + "location": "path", + "required": true, + "type": "string" + }, + "project": { + "description": "Required. Project ID of the project that contains the instance.", + "location": "path", + "required": true, + "type": "string" + } + }, + "path": "sql/v1beta4/projects/{project}/instances/{instance}/addEntraIdCertificate", + "request": { + "$ref": "SqlInstancesAddEntraIdCertificateRequest" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/sqlservice.admin" + ] + }, "addServerCa": { "description": "Add a new trusted Certificate Authority (CA) version for the specified instance. Required to prepare for a certificate rotation. If a CA version was previously added but never used in a certificate rotation, this operation replaces that version. There cannot be more than one CA version waiting to be rotated in. For instances that have enabled Certificate Authority Service (CAS) based server CA, use AddServerCertificate to add a new server certificate.", "flatPath": "sql/v1beta4/projects/{project}/instances/{instance}/addServerCa", @@ -2647,6 +2749,12 @@ "instance" ], "parameters": { + "databaseRoles": { + "description": "Optional. List of database roles to grant to the user. body.database_roles will be ignored for update request.", + "location": "query", + "repeated": true, + "type": "string" + }, "host": { "description": "Optional. Host of the user in the instance.", "location": "query", @@ -2668,6 +2776,11 @@ "location": "path", "required": true, "type": "string" + }, + "revokeExistingRoles": { + "description": "Optional. revoke the existing roles granted to the user.", + "location": "query", + "type": "boolean" } }, "path": "sql/v1beta4/projects/{project}/instances/{instance}/users", @@ -2685,7 +2798,7 @@ } } }, - "revision": "20250925", + "revision": "20251107", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -2977,7 +3090,7 @@ "The database version is PostgreSQL 15.", "The database version is PostgreSQL 16.", "The database version is PostgreSQL 17.", - "The database version is AGBALA. The database version is PostgreSQL 18.", + "The database version is PostgreSQL 18.", "The database version is SQL Server 2019 Standard.", "The database version is SQL Server 2019 Enterprise.", "The database version is SQL Server 2019 Express.", @@ -3439,7 +3552,7 @@ "The database version is PostgreSQL 15.", "The database version is PostgreSQL 16.", "The database version is PostgreSQL 17.", - "The database version is AGBALA. The database version is PostgreSQL 18.", + "The database version is PostgreSQL 18.", "The database version is SQL Server 2019 Standard.", "The database version is SQL Server 2019 Enterprise.", "The database version is SQL Server 2019 Express.", @@ -3888,7 +4001,7 @@ "The database version is PostgreSQL 15.", "The database version is PostgreSQL 16.", "The database version is PostgreSQL 17.", - "The database version is AGBALA. The database version is PostgreSQL 18.", + "The database version is PostgreSQL 18.", "The database version is SQL Server 2019 Standard.", "The database version is SQL Server 2019 Enterprise.", "The database version is SQL Server 2019 Express.", @@ -4293,7 +4406,7 @@ "The database version is PostgreSQL 15.", "The database version is PostgreSQL 16.", "The database version is PostgreSQL 17.", - "The database version is AGBALA. The database version is PostgreSQL 18.", + "The database version is PostgreSQL 18.", "The database version is SQL Server 2019 Standard.", "The database version is SQL Server 2019 Enterprise.", "The database version is SQL Server 2019 Express.", @@ -4563,7 +4676,7 @@ ], "enumDescriptions": [ "This is an unknown suspension reason.", - "The instance is suspended due to billing issues (for example:, GCP account issue)", + "The instance is suspended due to billing issues (for example:, account issue)", "The instance is suspended due to illegal content (for example:, child pornography, copyrighted material, etc.).", "The instance is causing operational issues (for example:, causing the database to crash).", "The KMS key used by the instance is either revoked or denied access to" @@ -4814,7 +4927,7 @@ "type": "string" }, "partialResultMode": { - "description": "Optional. Controls how the API should respond when the SQL execution result exceeds 10 MB. The default mode is to throw an error.", + "description": "Optional. Controls how the API should respond when the SQL execution result is incomplete due to the size limit or another error. The default mode is to throw an error.", "enum": [ "PARTIAL_RESULT_MODE_UNSPECIFIED", "FAIL_PARTIAL_RESULT", @@ -4822,8 +4935,8 @@ ], "enumDescriptions": [ "Unspecified mode, effectively the same as `FAIL_PARTIAL_RESULT`.", - "Throw an error if the result exceeds 10 MB. Don't return the result.", - "Return a truncated result and set `partial_result` to true if the result exceeds 10 MB. Don't throw an error." + "Throw an error if the result exceeds 10 MB or if a partial result can be retrieved. Don't return the result.", + "Return a truncated result and set `partial_result` to true if the result exceeds 10 MB or if only a partial result can be retrieved due to error. Don't throw an error." ], "type": "string" }, @@ -5247,7 +5360,7 @@ "The database version is PostgreSQL 15.", "The database version is PostgreSQL 16.", "The database version is PostgreSQL 17.", - "The database version is AGBALA. The database version is PostgreSQL 18.", + "The database version is PostgreSQL 18.", "The database version is SQL Server 2019 Standard.", "The database version is SQL Server 2019 Enterprise.", "The database version is SQL Server 2019 Express.", @@ -5473,7 +5586,7 @@ "type": "object" }, "noRecovery": { - "description": "Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.", + "description": "Whether or not the backup importing will restore database with NORECOVERY option. Applies only to Cloud SQL for SQL Server.", "type": "boolean" }, "recoveryOnly": { @@ -5742,6 +5855,28 @@ }, "type": "object" }, + "InstancesListEntraIdCertificatesResponse": { + "description": "Instances ListEntraIdCertificates response.", + "id": "InstancesListEntraIdCertificatesResponse", + "properties": { + "activeVersion": { + "description": "The `sha1_fingerprint` of the active certificate from `certs`.", + "type": "string" + }, + "certs": { + "description": "List of Entra ID certificates for the instance.", + "items": { + "$ref": "SslCert" + }, + "type": "array" + }, + "kind": { + "description": "This is always `sql#instancesListEntraIdCertificates`.", + "type": "string" + } + }, + "type": "object" + }, "InstancesListResponse": { "description": "Database instances list response.", "id": "InstancesListResponse", @@ -5873,6 +6008,17 @@ }, "type": "object" }, + "InstancesRotateEntraIdCertificateRequest": { + "description": "Rotate Entra ID Certificate request.", + "id": "InstancesRotateEntraIdCertificateRequest", + "properties": { + "rotateEntraIdCertificateContext": { + "$ref": "RotateEntraIdCertificateContext", + "description": "Optional. Contains details about the rotate Entra ID certificate operation." + } + }, + "type": "object" + }, "InstancesRotateServerCaRequest": { "description": "Rotate Server CA request.", "id": "InstancesRotateServerCaRequest", @@ -5985,6 +6131,20 @@ "description": "Optional. The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`. Format: projects/{PROJECT}/locations/{REGION}/caPools/{CA_POOL_ID}", "type": "string" }, + "serverCertificateRotationMode": { + "description": "Optional. Controls the automatic server certificate rotation feature. This feature is disabled by default. When enabled, the server certificate will be automatically rotated during Cloud SQL scheduled maintenance or self-service maintenance updates up to six months before it expires. This setting can only be set if server_ca_mode is either GOOGLE_MANAGED_CAS_CA or CUSTOMER_MANAGED_CAS_CA.", + "enum": [ + "SERVER_CERTIFICATE_ROTATION_MODE_UNSPECIFIED", + "NO_AUTOMATIC_ROTATION", + "AUTOMATIC_ROTATION_DURING_MAINTENANCE" + ], + "enumDescriptions": [ + "Unspecified: no automatic server certificate rotation.", + "No automatic server certificate rotation. The user must [manage server certificate rotation](/sql/docs/mysql/manage-ssl-instance#rotate-server-certificate-cas) on their side.", + "Automatic server certificate rotation during Cloud SQL scheduled maintenance or self-service maintenance updates. Requires `server_ca_mode` to be `GOOGLE_MANAGED_CAS_CA` or `CUSTOMER_MANAGED_CAS_CA`." + ], + "type": "string" + }, "sslMode": { "description": "Specify how SSL/TLS is enforced in database connections. If you must use the `require_ssl` flag for backward compatibility, then only the following value pairs are valid: For PostgreSQL and MySQL: * `ssl_mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=ENCRYPTED_ONLY` and `require_ssl=false` * `ssl_mode=TRUSTED_CLIENT_CERTIFICATE_REQUIRED` and `require_ssl=true` For SQL Server: * `ssl_mode=ALLOW_UNENCRYPTED_AND_ENCRYPTED` and `require_ssl=false` * `ssl_mode=ENCRYPTED_ONLY` and `require_ssl=true` The value of `ssl_mode` has priority over the value of `require_ssl`. For example, for the pair `ssl_mode=ENCRYPTED_ONLY` and `require_ssl=false`, `ssl_mode=ENCRYPTED_ONLY` means accept only SSL connections, while `require_ssl=false` means accept both non-SSL and SSL connections. In this case, MySQL and PostgreSQL databases respect `ssl_mode` and accepts only SSL connections.", "enum": [ @@ -6726,7 +6886,7 @@ "type": "object" }, "PointInTimeRestoreContext": { - "description": "Context to perform a point-in-time restore of an instance managed by Google Cloud Backup and Disaster Recovery.", + "description": "Context to perform a point-in-time restore of an instance managed by Backup and Disaster Recovery (DR) Service.", "id": "PointInTimeRestoreContext", "properties": { "allocatedIpRange": { @@ -6734,7 +6894,7 @@ "type": "string" }, "datasource": { - "description": "The Google Cloud Backup and Disaster Recovery Datasource URI. Format: projects/{project}/locations/{region}/backupVaults/{backupvault}/dataSources/{datasource}.", + "description": "The Backup and Disaster Recovery (DR) Service Datasource URI. Format: projects/{project}/locations/{region}/backupVaults/{backupvault}/dataSources/{datasource}.", "type": "string" }, "pointInTime": { @@ -7001,7 +7161,7 @@ "The database version is PostgreSQL 15.", "The database version is PostgreSQL 16.", "The database version is PostgreSQL 17.", - "The database version is AGBALA. The database version is PostgreSQL 18.", + "The database version is PostgreSQL 18.", "The database version is SQL Server 2019 Standard.", "The database version is SQL Server 2019 Enterprise.", "The database version is SQL Server 2019 Express.", @@ -7122,7 +7282,7 @@ "type": "string" }, "partialResult": { - "description": "Set to true if the SQL execution's result is truncated due to size limits.", + "description": "Set to true if the SQL execution's result is truncated due to size limits or an error retrieving results.", "type": "boolean" }, "rows": { @@ -7131,6 +7291,10 @@ "$ref": "Row" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "If results were truncated due to an error, details of that error." } }, "type": "object" @@ -7272,6 +7436,21 @@ }, "type": "object" }, + "RotateEntraIdCertificateContext": { + "description": "Instance rotate Entra ID certificate context.", + "id": "RotateEntraIdCertificateContext", + "properties": { + "kind": { + "description": "Optional. This is always `sql#rotateEntraIdCertificateContext`.", + "type": "string" + }, + "nextVersion": { + "description": "Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added Entra ID certificate version.", + "type": "string" + } + }, + "type": "object" + }, "RotateServerCaContext": { "description": "Instance rotate server CA context.", "id": "RotateServerCaContext", @@ -7369,6 +7548,10 @@ }, "type": "array" }, + "autoUpgradeEnabled": { + "description": "Optional. Cloud SQL for MySQL auto-upgrade configuration. When this parameter is set to true, auto-upgrade is enabled for MySQL 8.0 minor versions. The MySQL version must be 8.0.35 or higher.", + "type": "boolean" + }, "availabilityType": { "description": "Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available)./ For more information, see [Overview of the High Availability Configuration](https://cloud.google.com/sql/docs/mysql/high-availability).", "enum": [ @@ -7414,6 +7597,20 @@ "description": "Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.", "type": "boolean" }, + "dataApiAccess": { + "description": "This parameter controls whether to allow using ExecuteSql API to connect to the instance. Not allowed by default.", + "enum": [ + "DATA_API_ACCESS_UNSPECIFIED", + "DISALLOW_DATA_API", + "ALLOW_DATA_API" + ], + "enumDescriptions": [ + "Unspecified, effectively the same as `DISALLOW_DATA_API`.", + "Disallow using ExecuteSql API to connect to the instance.", + "Allow using ExecuteSql API to connect to the instance. For private IP instances, this allows authorized users to access the instance from the public internet using ExecuteSql API." + ], + "type": "string" + }, "dataCacheConfig": { "$ref": "DataCacheConfig", "description": "Configuration for data cache." @@ -7502,6 +7699,10 @@ "description": "Optional. When this parameter is set to true, Cloud SQL instances can connect to Vertex AI to pass requests for real-time predictions and insights to the AI. The default value is false. This applies only to Cloud SQL for MySQL and Cloud SQL for PostgreSQL instances.", "type": "boolean" }, + "entraidConfig": { + "$ref": "SqlServerEntraIdConfig", + "description": "Optional. The Microsoft Entra ID configuration for the SQL Server instance." + }, "finalBackupConfig": { "$ref": "FinalBackupConfig", "description": "Optional. The final backup configuration for the instance." @@ -7636,12 +7837,20 @@ "enum": [ "ACTIVE_DIRECTORY_MODE_UNSPECIFIED", "MANAGED_ACTIVE_DIRECTORY", - "SELF_MANAGED_ACTIVE_DIRECTORY" + "SELF_MANAGED_ACTIVE_DIRECTORY", + "CUSTOMER_MANAGED_ACTIVE_DIRECTORY" + ], + "enumDeprecated": [ + false, + false, + true, + false ], "enumDescriptions": [ "Unspecified mode.", "Managed Active Directory mode. This is the fallback option to maintain backward compatibility.", - "Self-managed Active Directory mode." + "Deprecated: Use CUSTOMER_MANAGED_ACTIVE_DIRECTORY instead.", + "Customer-managed Active Directory mode." ], "type": "string" }, @@ -7804,6 +8013,12 @@ }, "type": "object" }, + "SqlInstancesAddEntraIdCertificateRequest": { + "description": "Request for AddEntraIdCertificate RPC.", + "id": "SqlInstancesAddEntraIdCertificateRequest", + "properties": {}, + "type": "object" + }, "SqlInstancesExecuteSqlResponse": { "description": "Execute SQL statements response.", "id": "SqlInstancesExecuteSqlResponse", @@ -7825,6 +8040,10 @@ "$ref": "QueryResult" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "Contains the error from the database if the SQL execution failed." } }, "type": "object" @@ -8146,6 +8365,26 @@ }, "type": "object" }, + "SqlServerEntraIdConfig": { + "description": "SQL Server Entra ID configuration.", + "id": "SqlServerEntraIdConfig", + "properties": { + "applicationId": { + "description": "Optional. The application ID for the Entra ID configuration.", + "type": "string" + }, + "kind": { + "description": "Output only. This is always sql#sqlServerEntraIdConfig", + "readOnly": true, + "type": "string" + }, + "tenantId": { + "description": "Optional. The tenant ID for the Entra ID configuration.", + "type": "string" + } + }, + "type": "object" + }, "SqlServerUserDetails": { "description": "Represents a Sql Server user on the Cloud SQL instance.", "id": "SqlServerUserDetails", @@ -8316,6 +8555,33 @@ }, "type": "object" }, + "Status": { + "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", + "id": "Status", + "properties": { + "code": { + "description": "The status code, which should be an enum value of google.rpc.Code.", + "format": "int32", + "type": "integer" + }, + "details": { + "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", + "items": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", + "type": "string" + } + }, + "type": "object" + }, "SyncFlags": { "description": "Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump.", "id": "SyncFlags", @@ -8416,6 +8682,13 @@ "description": "A Cloud SQL user resource.", "id": "User", "properties": { + "databaseRoles": { + "description": "Optional. Role memberships of the user", + "items": { + "type": "string" + }, + "type": "array" + }, "dualPasswordType": { "description": "Dual password status for the user.", "enum": [ @@ -8440,6 +8713,10 @@ "description": "Optional. The host from which the user can connect. For `insert` operations, host defaults to an empty string. For `update` operations, host is specified as part of the request URL. The host name cannot be updated after insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance, it's optional.", "type": "string" }, + "iamEmail": { + "description": "Optional. The full email for an IAM user. For normal database users, this will not be filled. Only applicable to MySQL database users.", + "type": "string" + }, "iamStatus": { "description": "Indicates if a group is active or inactive for IAM database authentication.", "enum": [ @@ -8489,7 +8766,8 @@ "CLOUD_IAM_SERVICE_ACCOUNT", "CLOUD_IAM_GROUP", "CLOUD_IAM_GROUP_USER", - "CLOUD_IAM_GROUP_SERVICE_ACCOUNT" + "CLOUD_IAM_GROUP_SERVICE_ACCOUNT", + "ENTRAID_USER" ], "enumDescriptions": [ "The database's built-in user type.", @@ -8497,7 +8775,8 @@ "Cloud IAM service account.", "Cloud IAM group. Not used for login.", "Read-only. Login for a user that belongs to the Cloud IAM group.", - "Read-only. Login for a service account that belongs to the Cloud IAM group." + "Read-only. Login for a service account that belongs to the Cloud IAM group.", + "Microsoft Entra ID user." ], "type": "string" } diff --git a/DiscoveryJson/storagebatchoperations.v1.json b/DiscoveryJson/storagebatchoperations.v1.json index 16f4ccadf11..7878e0e8d91 100644 --- a/DiscoveryJson/storagebatchoperations.v1.json +++ b/DiscoveryJson/storagebatchoperations.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -487,7 +487,7 @@ } } }, - "revision": "20250924", + "revision": "20251029", "rootUrl": "https://storagebatchoperations.googleapis.com/", "schemas": { "Bucket": { @@ -562,6 +562,12 @@ "readOnly": true, "type": "string" }, + "totalBytesFound": { + "description": "Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.", + "format": "int64", + "readOnly": true, + "type": "string" + }, "totalObjectCount": { "description": "Output only. Number of objects listed.", "format": "int64", @@ -702,6 +708,10 @@ "description": "Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.", "type": "string" }, + "dryRun": { + "description": "Optional. If true, the job will run in dry run mode, returning the total object count and, if the object configuration is a prefix list, the bytes found from source. No transformations will be performed.", + "type": "boolean" + }, "errorSummaries": { "description": "Output only. Summarizes errors encountered with sample error log entries.", "items": { @@ -910,6 +920,31 @@ }, "type": "object" }, + "ObjectRetention": { + "description": "Describes options for object retention update.", + "id": "ObjectRetention", + "properties": { + "retainUntilTime": { + "description": "Required. The time when the object will be retained until. UNSET will clear the retention. Must be specified in RFC 3339 format e.g. YYYY-MM-DD'T'HH:MM:SS.SS'Z' or YYYY-MM-DD'T'HH:MM:SS'Z'.", + "type": "string" + }, + "retentionMode": { + "description": "Required. The retention mode of the object.", + "enum": [ + "RETENTION_MODE_UNSPECIFIED", + "LOCKED", + "UNLOCKED" + ], + "enumDescriptions": [ + "If set and retain_until_time is empty, clears the retention.", + "Sets the retention mode to locked.", + "Sets the retention mode to unlocked." + ], + "type": "string" + } + }, + "type": "object" + }, "Operation": { "description": "This resource represents a long-running operation that is the result of a network API call.", "id": "Operation", @@ -1032,6 +1067,10 @@ "customTime": { "description": "Optional. Updates objects Custom-Time fixed metadata. Unset values will be ignored. Set empty values to clear the metadata. Refer to documentation in https://cloud.google.com/storage/docs/metadata#custom-time.", "type": "string" + }, + "objectRetention": { + "$ref": "ObjectRetention", + "description": "Optional. Updates objects retention lock configuration. Unset values will be ignored. Set empty values to clear the retention for the object with existing `Unlocked` retention mode. Object with existing `Locked` retention mode cannot be cleared or reduce retain_until_time. Refer to documentation in https://cloud.google.com/storage/docs/object-lock" } }, "type": "object" diff --git a/DiscoveryJson/storagetransfer.v1.json b/DiscoveryJson/storagetransfer.v1.json index 308d46c8830..2cfac4f02e4 100644 --- a/DiscoveryJson/storagetransfer.v1.json +++ b/DiscoveryJson/storagetransfer.v1.json @@ -563,6 +563,11 @@ "description": "The list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -632,7 +637,7 @@ } } }, - "revision": "20250801", + "revision": "20251106", "rootUrl": "https://storagetransfer.googleapis.com/", "schemas": { "AgentPool": { @@ -741,6 +746,10 @@ "description": "Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.", "type": "string" }, + "privateNetworkService": { + "description": "Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format: `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`", + "type": "string" + }, "roleArn": { "description": "The Amazon Resource Name (ARN) of the role to support temporary credentials via `AssumeRoleWithWebIdentity`. For more information about ARNs, see [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns). When a role ARN is provided, Transfer Service fetches temporary credentials for the session using a `AssumeRoleWithWebIdentity` call for the provided role using the GoogleServiceAccount for this project.", "type": "string" @@ -772,6 +781,10 @@ "description": "Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.", "type": "string" }, + "privateNetworkService": { + "description": "Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format: `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`", + "type": "string" + }, "storageAccount": { "description": "Required. The name of the Azure Storage account.", "type": "string" @@ -837,7 +850,7 @@ "type": "object" }, "ErrorLogEntry": { - "description": "An entry describing an error that has occurred.", + "description": "LINT.IfChange An entry describing an error that has occurred.", "id": "ErrorLogEntry", "properties": { "errorDetails": { @@ -1040,6 +1053,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -1324,6 +1344,10 @@ "format": "google-datetime", "type": "string" }, + "matchGlob": { + "description": "Optional. If specified, only objects matching this glob are transferred.", + "type": "string" + }, "maxTimeElapsedSinceLastModification": { "description": "Ensures that objects are not transferred if a specific maximum time has elapsed since the \"last modification time\". When a TransferOperation begins, objects with a \"last modification time\" are transferred only if the elapsed time between the start_time of the `TransferOperation`and the \"last modification time\" of the object is less than the value of max_time_elapsed_since_last_modification`. Objects that do not have a \"last modification time\" are also transferred.", "format": "google-duration", diff --git a/DiscoveryJson/sts.v1.json b/DiscoveryJson/sts.v1.json index 43e5f6670c8..32e017d48d4 100644 --- a/DiscoveryJson/sts.v1.json +++ b/DiscoveryJson/sts.v1.json @@ -338,7 +338,7 @@ } } }, - "revision": "20250827", + "revision": "20251107", "rootUrl": "https://sts.googleapis.com/", "schemas": { "GoogleIamV1Binding": { @@ -471,6 +471,10 @@ "$ref": "GoogleIdentityStsV1AccessBoundary", "description": "An access boundary that defines the upper bound of permissions the credential may have. The value should be a JSON object of AccessBoundary. The access boundary can include up to 10 rules. The size of the parameter value should not exceed 2048 characters." }, + "bindCertFingerprint": { + "description": "The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be 43 characters long. The resulting token will be bound to this value.", + "type": "string" + }, "userProject": { "description": "A Google project used for quota and billing purposes when the credential is used to access Google APIs. The provided project overrides the project bound to the credential. The value must be a project number or a project ID. Example: `my-sample-project-191923`. The maximum length is 32 characters.", "type": "string" diff --git a/DiscoveryJson/sts.v1beta.json b/DiscoveryJson/sts.v1beta.json index 44afd53697d..67a17d7561d 100644 --- a/DiscoveryJson/sts.v1beta.json +++ b/DiscoveryJson/sts.v1beta.json @@ -338,7 +338,7 @@ } } }, - "revision": "20250521", + "revision": "20251107", "rootUrl": "https://sts.googleapis.com/", "schemas": { "GoogleIamV1Binding": { @@ -407,6 +407,10 @@ "$ref": "GoogleIdentityStsV1AccessBoundary", "description": "An access boundary that defines the upper bound of permissions the credential may have. The value should be a JSON object of AccessBoundary. The access boundary can include up to 10 rules. The size of the parameter value should not exceed 2048 characters." }, + "bindCertFingerprint": { + "description": "The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be 43 characters long. The resulting token will be bound to this value.", + "type": "string" + }, "userProject": { "description": "A Google project used for quota and billing purposes when the credential is used to access Google APIs. The provided project overrides the project bound to the credential. The value must be a project number or a project ID. Example: `my-sample-project-191923`. The maximum length is 32 characters.", "type": "string" diff --git a/DiscoveryJson/tasks.v1.json b/DiscoveryJson/tasks.v1.json index ac76005f086..b36f47709f2 100644 --- a/DiscoveryJson/tasks.v1.json +++ b/DiscoveryJson/tasks.v1.json @@ -576,7 +576,7 @@ } } }, - "revision": "20250518", + "revision": "20251102", "rootUrl": "https://tasks.googleapis.com/", "schemas": { "AssignmentInfo": { @@ -664,7 +664,7 @@ "type": "boolean" }, "due": { - "description": "Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.", + "description": "Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that the task should be done, or that the task is visible on the calendar grid. It doesn't represent the deadline of the task. Only date information is recorded; the time portion of the timestamp is discarded when setting this field. It isn't possible to read or write the time that a task is scheduled for using the API.", "type": "string" }, "etag": { diff --git a/DiscoveryJson/testing.v1.json b/DiscoveryJson/testing.v1.json index 90e54d1d2fb..159a40c620c 100644 --- a/DiscoveryJson/testing.v1.json +++ b/DiscoveryJson/testing.v1.json @@ -454,7 +454,7 @@ } } }, - "revision": "20250819", + "revision": "20251111", "rootUrl": "https://testing.googleapis.com/", "schemas": { "Account": { @@ -805,10 +805,15 @@ "ROBO_VERSION_1", "ROBO_VERSION_2" ], + "enumDeprecated": [ + false, + false, + true + ], "enumDescriptions": [ "This means that the server should choose the mode. Recommended.", "Runs Robo in UIAutomator-only mode without app resigning", - "Runs Robo in standard Espresso with UIAutomator fallback" + "Deprecated: Use ROBO_VERSION_1 instead for all use cases. Runs Robo in standard Espresso with UIAutomator fallback" ], "type": "string" }, @@ -2651,7 +2656,7 @@ "description": "The device will be logged in on this account for the duration of the test." }, "additionalApks": { - "description": "APKs to install in addition to those being directly tested. These will be installed after the app under test. Currently capped at 100.", + "description": "APKs to install in addition to those being directly tested. These will be installed after the app under test. Limited to a combined total of 100 initial setup and additional files.", "items": { "$ref": "Apk" }, @@ -2683,7 +2688,7 @@ "type": "array" }, "initialSetupApks": { - "description": "Optional. Initial setup APKs to install before the app under test is installed. Currently capped at 100.", + "description": "Optional. Initial setup APKs to install before the app under test is installed. Limited to a combined total of 100 initial setup and additional files.", "items": { "$ref": "Apk" }, diff --git a/DiscoveryJson/texttospeech.v1.json b/DiscoveryJson/texttospeech.v1.json index f8b968ec0bc..93b5f814751 100644 --- a/DiscoveryJson/texttospeech.v1.json +++ b/DiscoveryJson/texttospeech.v1.json @@ -254,6 +254,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -318,7 +323,7 @@ } } }, - "revision": "20250923", + "revision": "20251014", "rootUrl": "https://texttospeech.googleapis.com/", "schemas": { "AdvancedVoiceOptions": { @@ -328,6 +333,10 @@ "lowLatencyJourneySynthesis": { "description": "Only for Journey voices. If false, the synthesis is context aware and has a higher latency.", "type": "boolean" + }, + "relaxSafetyFilters": { + "description": "Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result google.rpc.Code.INVALID_ARGUMENT.", + "type": "boolean" } }, "type": "object" @@ -512,6 +521,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/texttospeech.v1beta1.json b/DiscoveryJson/texttospeech.v1beta1.json index dbfe7b8aa22..247b3459fe6 100644 --- a/DiscoveryJson/texttospeech.v1beta1.json +++ b/DiscoveryJson/texttospeech.v1beta1.json @@ -197,6 +197,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -261,7 +266,7 @@ } } }, - "revision": "20250923", + "revision": "20251014", "rootUrl": "https://texttospeech.googleapis.com/", "schemas": { "AdvancedVoiceOptions": { @@ -271,6 +276,10 @@ "lowLatencyJourneySynthesis": { "description": "Only for Journey voices. If false, the synthesis is context aware and has a higher latency.", "type": "boolean" + }, + "relaxSafetyFilters": { + "description": "Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result google.rpc.Code.INVALID_ARGUMENT.", + "type": "boolean" } }, "type": "object" @@ -445,6 +454,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/tpu.v1.json b/DiscoveryJson/tpu.v1.json index 87f3fdf3bdb..207a5200722 100644 --- a/DiscoveryJson/tpu.v1.json +++ b/DiscoveryJson/tpu.v1.json @@ -573,6 +573,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -665,7 +670,7 @@ } } }, - "revision": "20250903", + "revision": "20251005", "rootUrl": "https://tpu.googleapis.com/", "schemas": { "AcceleratorType": { @@ -771,6 +776,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/tpu.v1alpha1.json b/DiscoveryJson/tpu.v1alpha1.json index 244b41c90ba..5a227fdf19d 100644 --- a/DiscoveryJson/tpu.v1alpha1.json +++ b/DiscoveryJson/tpu.v1alpha1.json @@ -583,6 +583,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1alpha1/{+name}/operations", @@ -675,7 +680,7 @@ } } }, - "revision": "20250903", + "revision": "20251005", "rootUrl": "https://tpu.googleapis.com/", "schemas": { "AcceleratorType": { @@ -781,6 +786,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/tpu.v2.json b/DiscoveryJson/tpu.v2.json index 1a6884e0ff6..ac24aeda24c 100644 --- a/DiscoveryJson/tpu.v2.json +++ b/DiscoveryJson/tpu.v2.json @@ -635,6 +635,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2/{+name}/operations", @@ -893,7 +898,7 @@ } } }, - "revision": "20250903", + "revision": "20251005", "rootUrl": "https://tpu.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -1260,6 +1265,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/tpu.v2alpha1.json b/DiscoveryJson/tpu.v2alpha1.json index 3175035f0db..83f0364b821 100644 --- a/DiscoveryJson/tpu.v2alpha1.json +++ b/DiscoveryJson/tpu.v2alpha1.json @@ -701,6 +701,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v2alpha1/{+name}/operations", @@ -1052,7 +1057,7 @@ } } }, - "revision": "20250918", + "revision": "20251005", "rootUrl": "https://tpu.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -1476,6 +1481,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/trafficdirector.v2.json b/DiscoveryJson/trafficdirector.v2.json index 0e323f93f36..e11c39e6c53 100644 --- a/DiscoveryJson/trafficdirector.v2.json +++ b/DiscoveryJson/trafficdirector.v2.json @@ -15,6 +15,233 @@ "description": "", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/traffic-director", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-central2.rep.googleapis.com/", + "location": "us-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west4.rep.googleapis.com/", + "location": "us-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west8.rep.googleapis.com/", + "location": "us-west8" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -128,7 +355,7 @@ } } }, - "revision": "20250908", + "revision": "20251015", "rootUrl": "https://trafficdirector.googleapis.com/", "schemas": { "Address": { diff --git a/DiscoveryJson/trafficdirector.v3.json b/DiscoveryJson/trafficdirector.v3.json index 945b72464b5..b5cc5471cef 100644 --- a/DiscoveryJson/trafficdirector.v3.json +++ b/DiscoveryJson/trafficdirector.v3.json @@ -15,6 +15,233 @@ "description": "", "discoveryVersion": "v1", "documentationLink": "https://cloud.google.com/traffic-director", + "endpoints": [ + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.africa-south1.rep.googleapis.com/", + "location": "africa-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-east1.rep.googleapis.com/", + "location": "asia-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-east2.rep.googleapis.com/", + "location": "asia-east2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-northeast1.rep.googleapis.com/", + "location": "asia-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-northeast2.rep.googleapis.com/", + "location": "asia-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-northeast3.rep.googleapis.com/", + "location": "asia-northeast3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-south1.rep.googleapis.com/", + "location": "asia-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-south2.rep.googleapis.com/", + "location": "asia-south2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-southeast1.rep.googleapis.com/", + "location": "asia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.asia-southeast2.rep.googleapis.com/", + "location": "asia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.australia-southeast1.rep.googleapis.com/", + "location": "australia-southeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.australia-southeast2.rep.googleapis.com/", + "location": "australia-southeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-central2.rep.googleapis.com/", + "location": "europe-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-north1.rep.googleapis.com/", + "location": "europe-north1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-north2.rep.googleapis.com/", + "location": "europe-north2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-southwest1.rep.googleapis.com/", + "location": "europe-southwest1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west1.rep.googleapis.com/", + "location": "europe-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west10.rep.googleapis.com/", + "location": "europe-west10" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west12.rep.googleapis.com/", + "location": "europe-west12" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west2.rep.googleapis.com/", + "location": "europe-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west3.rep.googleapis.com/", + "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west4.rep.googleapis.com/", + "location": "europe-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west6.rep.googleapis.com/", + "location": "europe-west6" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west8.rep.googleapis.com/", + "location": "europe-west8" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.europe-west9.rep.googleapis.com/", + "location": "europe-west9" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.me-central1.rep.googleapis.com/", + "location": "me-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.me-central2.rep.googleapis.com/", + "location": "me-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.me-west1.rep.googleapis.com/", + "location": "me-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.northamerica-northeast1.rep.googleapis.com/", + "location": "northamerica-northeast1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.northamerica-northeast2.rep.googleapis.com/", + "location": "northamerica-northeast2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.northamerica-south1.rep.googleapis.com/", + "location": "northamerica-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.southamerica-east1.rep.googleapis.com/", + "location": "southamerica-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.southamerica-west1.rep.googleapis.com/", + "location": "southamerica-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-central1.rep.googleapis.com/", + "location": "us-central1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-central2.rep.googleapis.com/", + "location": "us-central2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east1.rep.googleapis.com/", + "location": "us-east1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east4.rep.googleapis.com/", + "location": "us-east4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east5.rep.googleapis.com/", + "location": "us-east5" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-east7.rep.googleapis.com/", + "location": "us-east7" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-south1.rep.googleapis.com/", + "location": "us-south1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west1.rep.googleapis.com/", + "location": "us-west1" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west2.rep.googleapis.com/", + "location": "us-west2" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west3.rep.googleapis.com/", + "location": "us-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west4.rep.googleapis.com/", + "location": "us-west4" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://trafficdirector.us-west8.rep.googleapis.com/", + "location": "us-west8" + } + ], "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", @@ -128,7 +355,7 @@ } } }, - "revision": "20250908", + "revision": "20251015", "rootUrl": "https://trafficdirector.googleapis.com/", "schemas": { "Address": { diff --git a/DiscoveryJson/travelimpactmodel.v1.json b/DiscoveryJson/travelimpactmodel.v1.json index 40e12096e99..7faba9ccd4f 100644 --- a/DiscoveryJson/travelimpactmodel.v1.json +++ b/DiscoveryJson/travelimpactmodel.v1.json @@ -113,6 +113,21 @@ "$ref": "ComputeFlightEmissionsResponse" } }, + "computeScope3FlightEmissions": { + "description": "Stateless method to retrieve GHG emissions estimates for a set of flight segments for Scope 3 reporting. The response will contain all entries that match the input Scope3FlightSegment flight segments, in the same order provided. The estimates will be computed using the following cascading logic (using the first one that is available): 1. TIM-based emissions given origin, destination, carrier, flightNumber, departureDate, and cabinClass. 2. Typical flight emissions given origin, destination, year in departureDate, and cabinClass. 3. Distance-based emissions calculated using distanceKm, year in departureDate, and cabinClass. If there is a future flight requested in this calendar year, we do not support Tier 1 emissions and will fallback to Tier 2 or 3 emissions. If the requested future flight is in not in this calendar year, we will return an empty response. We recommend that for future flights, computeFlightEmissions API is used instead. If there are no estimates available for a certain flight with any of the three methods, the response will return a Scope3FlightEmissions object with empty emission fields. The request will still be considered successful. Generally, missing emissions estimates occur when the flight is unknown to the server (e.g. no specific flight exists, or typical flight emissions are not available for the requested pair). The request will fail with an `INVALID_ARGUMENT` error if: * The request contains more than 1,000 flight legs. * The input flight leg is missing one or more identifiers. For example, missing origin/destination without a valid distance for TIM_EMISSIONS or TYPICAL_FLIGHT_EMISSIONS type matching, or missing distance for a DISTANCE_BASED_EMISSIONS type matching (if you want to fallback to distance-based emissions or want a distance-based emissions estimate, you need to specify a distance). * The flight date is before 2019 (Scope 3 data is only available for 2019 and after). * The flight distance is 0 or lower. * Missing cabin class. Because the request is processed with fallback logic, it is possible that misconfigured requests return valid emissions estimates using fallback methods. For example, if a request has the wrong flight number but specifies the origin and destination, the request will still succeed, but the returned emissions will be based solely on the typical flight emissions. Similarly, if a request is missing the origin for a typical flight emissions request, but specifies a valid distance, the request could succeed based solely on the distance-based emissions. Consequently, one should check the source of the returned emissions (source) to confirm the results are as expected.", + "flatPath": "v1/flights:computeScope3FlightEmissions", + "httpMethod": "POST", + "id": "travelimpactmodel.flights.computeScope3FlightEmissions", + "parameterOrder": [], + "parameters": {}, + "path": "v1/flights:computeScope3FlightEmissions", + "request": { + "$ref": "ComputeScope3FlightEmissionsRequest" + }, + "response": { + "$ref": "ComputeScope3FlightEmissionsResponse" + } + }, "computeTypicalFlightEmissions": { "description": "Retrieves typical flight emissions estimates between two airports, also known as a market. If there are no estimates available for a certain market, the response will return the market object with empty emission fields. The request will still be considered successful. Details on how the typical emissions estimates are computed are on [GitHub](https://github.com/google/travel-impact-model/blob/main/projects/typical_flight_emissions.md). The request can contain up to 1000 markets. If the request has more than 1000 markets, it will fail with an INVALID_ARGUMENT error.", "flatPath": "v1/flights:computeTypicalFlightEmissions", @@ -131,7 +146,7 @@ } } }, - "revision": "20250624", + "revision": "20251102", "rootUrl": "https://travelimpactmodel.googleapis.com/", "schemas": { "ComputeFlightEmissionsRequest": { @@ -166,6 +181,42 @@ }, "type": "object" }, + "ComputeScope3FlightEmissionsRequest": { + "description": "A list of flight segments to request the Scope 3 emissions for.", + "id": "ComputeScope3FlightEmissionsRequest", + "properties": { + "flights": { + "description": "Required. Flights to return emission estimates for.", + "items": { + "$ref": "Scope3FlightSegment" + }, + "type": "array" + }, + "modelVersion": { + "$ref": "ModelVersion", + "description": "Optional. The model version under which emission estimates for all flights in this request were computed." + } + }, + "type": "object" + }, + "ComputeScope3FlightEmissionsResponse": { + "description": "A list of flights with Scope 3 emission estimates.", + "id": "ComputeScope3FlightEmissionsResponse", + "properties": { + "flightEmissions": { + "description": "List of flight segments with emission estimates.", + "items": { + "$ref": "Scope3FlightEmissions" + }, + "type": "array" + }, + "modelVersion": { + "$ref": "ModelVersion", + "description": "The model version under which emission estimates for all flights in this response were computed." + } + }, + "type": "object" + }, "ComputeTypicalFlightEmissionsRequest": { "description": "A list of pair of airports (markets) to request the typical emissions for.", "id": "ComputeTypicalFlightEmissionsRequest", @@ -389,6 +440,99 @@ }, "type": "object" }, + "Scope3FlightEmissions": { + "description": "Scope 3 flight with emission estimates.", + "id": "Scope3FlightEmissions", + "properties": { + "flight": { + "$ref": "Scope3FlightSegment", + "description": "Required. Matches the flight identifiers in the request." + }, + "source": { + "description": "Optional. The source of the emissions data.", + "enum": [ + "SCOPE3_DATA_TYPE_UNSPECIFIED", + "TIM_EMISSIONS", + "TYPICAL_FLIGHT_EMISSIONS", + "DISTANCE_BASED_EMISSIONS" + ], + "enumDescriptions": [ + "Unspecified data type.", + "TIM-based emissions given origin, destination, carrier, flight number, departure date, and year.", + "Typical flight emissions given origin, destination, and year.", + "Distance-based emissions based on the distance traveled and year." + ], + "type": "string" + }, + "ttwEmissionsGramsPerPax": { + "description": "Optional. Tank-to-wake flight emissions per passenger based on the requested info.", + "format": "int64", + "type": "string" + }, + "wttEmissionsGramsPerPax": { + "description": "Optional. Well-to-tank flight emissions per passenger based on the requested info.", + "format": "int64", + "type": "string" + }, + "wtwEmissionsGramsPerPax": { + "description": "Optional. Total flight emissions (sum of well-to-tank and tank-to-wake) per passenger based on the requested info. This is the total emissions and unless you have specific reasons for using TTW or WTT emissions, you should use this number.", + "format": "int64", + "type": "string" + } + }, + "type": "object" + }, + "Scope3FlightSegment": { + "description": "Flight parameters with which the Scope 3 emissions are fetched.", + "id": "Scope3FlightSegment", + "properties": { + "cabinClass": { + "description": "Required. The cabin class of the flight.", + "enum": [ + "CABIN_CLASS_UNSPECIFIED", + "ECONOMY", + "PREMIUM_ECONOMY", + "BUSINESS", + "FIRST" + ], + "enumDescriptions": [ + "Unspecified cabin class.", + "Economy class.", + "Premium economy class.", + "Business class.", + "First class." + ], + "type": "string" + }, + "carrierCode": { + "description": "Optional. 2-character [IATA carrier code](https://www.iata.org/en/publications/directories/code-search/), e.g. `KE`. This is required if specific flight matching is desired. Otherwise, this is unused for typical flight and distance-based emissions models. This could be both operating and marketing carrier code (i.e. codeshare is covered).", + "type": "string" + }, + "departureDate": { + "$ref": "Date", + "description": "Required. Date of the flight in the time zone of the origin airport. Only year is required for typical flight and distance-based emissions models (month and day values are ignored and therefore, can be either omitted, set to 0, or set to a valid date for those cases). Correspondingly, if a specific date is not provided for TIM emissions, we will fallback to typical flight (or distance-based) emissions." + }, + "destination": { + "description": "Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/directories/code-search/) for flight destination, e.g. `ICN`. This is used to match specific flight if provided alongside origin, carrier, and flight number. If there is no match, we will first try to match the flight to a typical flight between the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if the flight distance is provided.", + "type": "string" + }, + "distanceKm": { + "description": "Optional. Distance in kilometers, e.g. `2423`, from [1, 2.5e16) km. This is used to match a flight to distance-based emissions when origin and destination are not provided or there are no matching typical flights.", + "format": "int64", + "type": "string" + }, + "flightNumber": { + "description": "Optional. Up to 4-digit [flight number](https://en.wikipedia.org/wiki/Flight_number), e.g. `71`, from [1, 9999]. This is first used to match a specific flight if a flight number is specified alongside origin, destination, and carrier. If a flight number is not specified, we will first try to match the flight to a typical flight between the provided origin and destination airports. If that fails and/or origin & destination are not provided, we will use the distance-based emissions model based on the flight distance provided.", + "format": "int32", + "type": "integer" + }, + "origin": { + "description": "Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/directories/code-search/) for flight origin, e.g. `YVR`. This is used to match specific flight if provided alongside destination, carrier, and flight number. If there is no match, we will first try to match the flight to a typical flight between the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if the flight distance is provided.", + "type": "string" + } + }, + "type": "object" + }, "TypicalFlightEmissions": { "description": "Typical flight emission estimates for a certain market", "id": "TypicalFlightEmissions", diff --git a/DiscoveryJson/vault.v1.json b/DiscoveryJson/vault.v1.json index 990a8621258..f57e2e81f51 100644 --- a/DiscoveryJson/vault.v1.json +++ b/DiscoveryJson/vault.v1.json @@ -1189,6 +1189,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -1203,7 +1208,7 @@ } } }, - "revision": "20250616", + "revision": "20251015", "rootUrl": "https://vault.googleapis.com/", "schemas": { "AccountCount": { @@ -2241,6 +2246,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/vision.v1.json b/DiscoveryJson/vision.v1.json index d44c867007b..d4e639e441d 100644 --- a/DiscoveryJson/vision.v1.json +++ b/DiscoveryJson/vision.v1.json @@ -340,6 +340,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}", @@ -1282,7 +1287,7 @@ } } }, - "revision": "20250804", + "revision": "20251003", "rootUrl": "https://vision.googleapis.com/", "schemas": { "AddProductToProductSetRequest": { @@ -8460,6 +8465,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/vmmigration.v1.json b/DiscoveryJson/vmmigration.v1.json index b7003797289..707841d109c 100644 --- a/DiscoveryJson/vmmigration.v1.json +++ b/DiscoveryJson/vmmigration.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -780,6 +780,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -2543,7 +2548,7 @@ } } }, - "revision": "20250911", + "revision": "20251106", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { @@ -3731,6 +3736,10 @@ "description": "Optional. The service account to associate the VM with.", "type": "string" }, + "storagePool": { + "description": "Optional. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.", + "type": "string" + }, "targetProject": { "description": "The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.", "type": "string" @@ -3903,6 +3912,10 @@ "description": "The service account to associate the VM with.", "type": "string" }, + "storagePool": { + "description": "Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.", + "type": "string" + }, "vmName": { "description": "The name of the VM to create.", "type": "string" @@ -4148,9 +4161,17 @@ "type": "object" }, "DataDiskImageImport": { - "description": "Mentions that the image import is not using OS adaptation process.", + "description": "Used when the image import is not using OS adaptation process.", "id": "DataDiskImageImport", - "properties": {}, + "properties": { + "guestOsFeatures": { + "description": "Optional. A list of guest OS features to apply to the imported image. These features are flags that are used by Compute Engine to enable certain capabilities for virtual machine instances that are created from the image. This field does not change the OS of the image; it only marks the image with the specified features. The user must ensure that the OS is compatible with the features. For a list of available features, see https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.", + "items": { + "type": "string" + }, + "type": "array" + } + }, "type": "object" }, "DatacenterConnector": { @@ -5227,6 +5248,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/vmmigration.v1alpha1.json b/DiscoveryJson/vmmigration.v1alpha1.json index 23d42abcbc3..27acdf578f4 100644 --- a/DiscoveryJson/vmmigration.v1alpha1.json +++ b/DiscoveryJson/vmmigration.v1alpha1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -780,6 +780,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1alpha1/{+name}/operations", @@ -2543,7 +2548,7 @@ } } }, - "revision": "20250911", + "revision": "20251106", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { @@ -3743,6 +3748,10 @@ "description": "Optional. The service account to associate the VM with.", "type": "string" }, + "storagePool": { + "description": "Optional. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.", + "type": "string" + }, "targetProject": { "description": "The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.", "type": "string" @@ -3915,6 +3924,10 @@ "description": "The service account to associate the VM with.", "type": "string" }, + "storagePool": { + "description": "Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.", + "type": "string" + }, "vmName": { "description": "The name of the VM to create.", "type": "string" @@ -4183,9 +4196,17 @@ "type": "object" }, "DataDiskImageImport": { - "description": "Mentions that the image import is not using OS adaptation process.", + "description": "Used when the image import is not using OS adaptation process.", "id": "DataDiskImageImport", - "properties": {}, + "properties": { + "guestOsFeatures": { + "description": "Optional. A list of guest OS features to apply to the imported image. These features are flags that are used by Compute Engine to enable certain capabilities for virtual machine instances that are created from the image. This field does not change the OS of the image; it only marks the image with the specified features. The user must ensure that the OS is compatible with the features. For a list of available features, see https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.", + "items": { + "type": "string" + }, + "type": "array" + } + }, "type": "object" }, "DatacenterConnector": { @@ -5262,6 +5283,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/vmwareengine.v1.json b/DiscoveryJson/vmwareengine.v1.json index 2d3fddf0096..f0f2836322f 100644 --- a/DiscoveryJson/vmwareengine.v1.json +++ b/DiscoveryJson/vmwareengine.v1.json @@ -1127,6 +1127,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -3396,7 +3401,7 @@ } } }, - "revision": "20250912", + "revision": "20251020", "rootUrl": "https://vmwareengine.googleapis.com/", "schemas": { "AcceleratePrivateCloudDeletionRequest": { @@ -4451,6 +4456,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/vpcaccess.v1.json b/DiscoveryJson/vpcaccess.v1.json index e7fabfdd5f3..c28938f128e 100644 --- a/DiscoveryJson/vpcaccess.v1.json +++ b/DiscoveryJson/vpcaccess.v1.json @@ -119,7 +119,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -373,6 +373,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -390,7 +395,7 @@ } } }, - "revision": "20250916", + "revision": "20251021", "rootUrl": "https://vpcaccess.googleapis.com/", "schemas": { "Connector": { @@ -521,6 +526,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/vpcaccess.v1beta1.json b/DiscoveryJson/vpcaccess.v1beta1.json index 4b7533022d0..b1dcdb4be84 100644 --- a/DiscoveryJson/vpcaccess.v1beta1.json +++ b/DiscoveryJson/vpcaccess.v1beta1.json @@ -119,7 +119,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -373,6 +373,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta1/{+name}/operations", @@ -390,7 +395,7 @@ } } }, - "revision": "20250916", + "revision": "20251021", "rootUrl": "https://vpcaccess.googleapis.com/", "schemas": { "Connector": { @@ -533,6 +538,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/workflows.v1.json b/DiscoveryJson/workflows.v1.json index 366ab9e328c..efd1c2040e8 100644 --- a/DiscoveryJson/workflows.v1.json +++ b/DiscoveryJson/workflows.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -266,6 +266,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -491,7 +496,7 @@ } } }, - "revision": "20250916", + "revision": "20251026", "rootUrl": "https://workflows.googleapis.com/", "schemas": { "Empty": { @@ -532,6 +537,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/workflows.v1beta.json b/DiscoveryJson/workflows.v1beta.json index 5ef8a6c5e4d..da827828814 100644 --- a/DiscoveryJson/workflows.v1beta.json +++ b/DiscoveryJson/workflows.v1beta.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -266,6 +266,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta/{+name}/operations", @@ -450,7 +455,7 @@ } } }, - "revision": "20250916", + "revision": "20251026", "rootUrl": "https://workflows.googleapis.com/", "schemas": { "Empty": { @@ -491,6 +496,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/workloadmanager.v1.json b/DiscoveryJson/workloadmanager.v1.json index 16bbb9109c0..a8b6ec9aec0 100644 --- a/DiscoveryJson/workloadmanager.v1.json +++ b/DiscoveryJson/workloadmanager.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -825,6 +825,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -918,7 +923,7 @@ } } }, - "revision": "20250922", + "revision": "20251022", "rootUrl": "https://workloadmanager.googleapis.com/", "schemas": { "AgentCommand": { @@ -1972,6 +1977,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -2061,7 +2073,20 @@ "OpenShiftValidation": { "description": "A presentation of OpenShift workload insight. The schema of OpenShift workloads validation related data.", "id": "OpenShiftValidation", - "properties": {}, + "properties": { + "clusterId": { + "description": "Required. The OpenShift cluster ID (e.g. 8371bb05-7cac-4d38-82c0-0f58c4f6f936).", + "type": "string" + }, + "validationDetails": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Required. The validation details of the OpenShift cluster in JSON format.", + "type": "object" + } + }, "type": "object" }, "Operation": { @@ -2244,6 +2269,10 @@ "description": "Message represent a rule", "id": "Rule", "properties": { + "assetType": { + "description": "The CAI asset type of the rule is evaluating, for joined asset types, it will be the corresponding primary asset types.", + "type": "string" + }, "description": { "description": "descrite rule in plain language", "type": "string" @@ -3401,7 +3430,7 @@ "additionalProperties": { "type": "string" }, - "description": "Details of the violation.", + "description": "Details of the violation. TODO(b/452163887)", "type": "object" }, "serviceAccount": { diff --git a/DiscoveryJson/workspaceevents.v1.json b/DiscoveryJson/workspaceevents.v1.json index abfc5544fad..539ba2a4edb 100644 --- a/DiscoveryJson/workspaceevents.v1.json +++ b/DiscoveryJson/workspaceevents.v1.json @@ -159,6 +159,25 @@ }, "protocol": "rest", "resources": { + "message": { + "methods": { + "stream": { + "description": "SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.", + "flatPath": "v1/message:stream", + "httpMethod": "POST", + "id": "workspaceevents.message.stream", + "parameterOrder": [], + "parameters": {}, + "path": "v1/message:stream", + "request": { + "$ref": "SendMessageRequest" + }, + "response": { + "$ref": "StreamResponse" + } + } + } + }, "operations": { "methods": { "get": { @@ -490,170 +509,1156 @@ ] } } + }, + "tasks": { + "methods": { + "cancel": { + "description": "Cancel a task from the agent. If supported one should expect no more task updates for the task.", + "flatPath": "v1/tasks/{tasksId}:cancel", + "httpMethod": "POST", + "id": "workspaceevents.tasks.cancel", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The resource name of the task to cancel. Format: tasks/{task_id}", + "location": "path", + "pattern": "^tasks/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:cancel", + "request": { + "$ref": "CancelTaskRequest" + }, + "response": { + "$ref": "Task" + } + }, + "get": { + "description": "Get the current state of a task from the agent.", + "flatPath": "v1/tasks/{tasksId}", + "httpMethod": "GET", + "id": "workspaceevents.tasks.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "historyLength": { + "description": "The number of most recent messages from the task's history to retrieve.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "name": { + "description": "Required. The resource name of the task. Format: tasks/{task_id}", + "location": "path", + "pattern": "^tasks/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Task" + } + }, + "subscribe": { + "description": "TaskSubscription is a streaming call that will return a stream of task update events. This attaches the stream to an existing in process task. If the task is complete the stream will return the completed task (like GetTask) and close the stream.", + "flatPath": "v1/tasks/{tasksId}:subscribe", + "httpMethod": "GET", + "id": "workspaceevents.tasks.subscribe", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The resource name of the task to subscribe to. Format: tasks/{task_id}", + "location": "path", + "pattern": "^tasks/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}:subscribe", + "response": { + "$ref": "StreamResponse" + } + } + }, + "resources": { + "pushNotificationConfigs": { + "methods": { + "create": { + "description": "Set a push notification config for a task.", + "flatPath": "v1/tasks/{tasksId}/pushNotificationConfigs", + "httpMethod": "POST", + "id": "workspaceevents.tasks.pushNotificationConfigs.create", + "parameterOrder": [ + "parent" + ], + "parameters": { + "configId": { + "description": "Required. The ID for the new config.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "Required. The parent task resource for this config. Format: tasks/{task_id}", + "location": "path", + "pattern": "^tasks/[^/]+/pushNotificationConfigs$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}", + "request": { + "$ref": "TaskPushNotificationConfig" + }, + "response": { + "$ref": "TaskPushNotificationConfig" + } + }, + "delete": { + "description": "Delete a push notification config for a task.", + "flatPath": "v1/tasks/{tasksId}/pushNotificationConfigs/{pushNotificationConfigsId}", + "httpMethod": "DELETE", + "id": "workspaceevents.tasks.pushNotificationConfigs.delete", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The resource name of the config to delete. Format: tasks/{task_id}/pushNotificationConfigs/{config_id}", + "location": "path", + "pattern": "^tasks/[^/]+/pushNotificationConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "Empty" + } + }, + "get": { + "description": "Get a push notification config for a task.", + "flatPath": "v1/tasks/{tasksId}/pushNotificationConfigs/{pushNotificationConfigsId}", + "httpMethod": "GET", + "id": "workspaceevents.tasks.pushNotificationConfigs.get", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "The resource name of the config to retrieve. Format: tasks/{task_id}/pushNotificationConfigs/{config_id}", + "location": "path", + "pattern": "^tasks/[^/]+/pushNotificationConfigs/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "TaskPushNotificationConfig" + } + }, + "list": { + "description": "Get a list of push notifications configured for a task.", + "flatPath": "v1/tasks/{tasksId}/pushNotificationConfigs", + "httpMethod": "GET", + "id": "workspaceevents.tasks.pushNotificationConfigs.list", + "parameterOrder": [ + "parent" + ], + "parameters": { + "pageSize": { + "description": "For AIP-158 these fields are present. Usually not used/needed. The maximum number of configurations to return. If unspecified, all configs will be returned.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "pageToken": { + "description": "A page token received from a previous ListTaskPushNotificationConfigRequest call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTaskPushNotificationConfigRequest` must match the call that provided the page token.", + "location": "query", + "type": "string" + }, + "parent": { + "description": "The parent task resource. Format: tasks/{task_id}", + "location": "path", + "pattern": "^tasks/[^/]+$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+parent}/pushNotificationConfigs", + "response": { + "$ref": "ListTaskPushNotificationConfigResponse" + } + } + } + } + } + }, + "v1": { + "methods": { + "getCard": { + "description": "GetAgentCard returns the agent card for the agent.", + "flatPath": "v1/card", + "httpMethod": "GET", + "id": "workspaceevents.getCard", + "parameterOrder": [], + "parameters": {}, + "path": "v1/card", + "response": { + "$ref": "AgentCard" + } + } + } } }, - "revision": "20250930", + "revision": "20251102", "rootUrl": "https://workspaceevents.googleapis.com/", "schemas": { - "ListSubscriptionsResponse": { - "description": "The response message for SubscriptionsService.ListSubscriptions.", - "id": "ListSubscriptionsResponse", + "APIKeySecurityScheme": { + "id": "APIKeySecurityScheme", "properties": { - "nextPageToken": { - "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "description": { + "description": "Description of this security scheme.", "type": "string" }, - "subscriptions": { - "description": "List of subscriptions.", - "items": { - "$ref": "Subscription" - }, - "type": "array" + "location": { + "description": "Location of the API key, valid values are \"query\", \"header\", or \"cookie\"", + "type": "string" + }, + "name": { + "description": "Name of the header, query or cookie parameter to be used.", + "type": "string" } }, "type": "object" }, - "NotificationEndpoint": { - "description": "The endpoint where the subscription delivers events.", - "id": "NotificationEndpoint", + "AgentCapabilities": { + "description": "Defines the A2A feature set supported by the agent", + "id": "AgentCapabilities", "properties": { - "pubsubTopic": { - "description": "Immutable. The Pub/Sub topic that receives events for the subscription. Format: `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you create this subscription. Note: The Google Workspace Events API uses [ordering keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If the Cloud Pub/Sub topic has a [message storage policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions) configured to exclude the nearest Google Cloud region, publishing events with ordering keys will fail. When the topic receives events, the events are encoded as Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).", - "type": "string" + "extensions": { + "description": "Extensions supported by this agent.", + "items": { + "$ref": "AgentExtension" + }, + "type": "array" + }, + "pushNotifications": { + "description": "If the agent can send push notifications to the clients webhook", + "type": "boolean" + }, + "streaming": { + "description": "If the agent will support streaming responses", + "type": "boolean" } }, "type": "object" }, - "Operation": { - "description": "This resource represents a long-running operation that is the result of a network API call.", - "id": "Operation", + "AgentCard": { + "description": "AgentCard conveys key information: - Overall details (version, name, description, uses) - Skills; a set of actions/solutions the agent can perform - Default modalities/content types supported by the agent. - Authentication requirements Next ID: 19", + "id": "AgentCard", "properties": { - "done": { - "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", - "type": "boolean" + "additionalInterfaces": { + "description": "Announcement of additional supported transports. Client can use any of the supported transports.", + "items": { + "$ref": "AgentInterface" + }, + "type": "array" }, - "error": { - "$ref": "Status", - "description": "The error result of the operation in case of failure or cancellation." + "capabilities": { + "$ref": "AgentCapabilities", + "description": "A2A Capability set supported by the agent." }, - "metadata": { - "additionalProperties": { - "description": "Properties of the object. Contains field @type with type URL.", - "type": "any" + "defaultInputModes": { + "description": "protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills. This can be overridden per skill. Defined as mime types.", + "items": { + "type": "string" }, - "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", - "type": "object" + "type": "array" + }, + "defaultOutputModes": { + "description": "The mime types supported as outputs from this agent.", + "items": { + "type": "string" + }, + "type": "array" + }, + "description": { + "description": "A description of the agent's domain of action/solution space. Example: \"Agent that helps users with recipes and cooking.\"", + "type": "string" + }, + "documentationUrl": { + "description": "A url to provide additional documentation about the agent.", + "type": "string" + }, + "iconUrl": { + "description": "An optional URL to an icon for the agent.", + "type": "string" }, "name": { - "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", + "description": "A human readable name for the agent. Example: \"Recipe Agent\"", "type": "string" }, - "response": { + "preferredTransport": { + "description": "The transport of the preferred endpoint. If empty, defaults to JSONRPC.", + "type": "string" + }, + "protocolVersion": { + "description": "The version of the A2A protocol this agent supports.", + "type": "string" + }, + "provider": { + "$ref": "AgentProvider", + "description": "The service provider of the agent." + }, + "security": { + "description": "protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent. This list can be seen as an OR of ANDs. Each object in the list describes one possible set of security requirements that must be present on a request. This allows specifying, for example, \"callers must either use OAuth OR an API Key AND mTLS.\" Example: security { schemes { key: \"oauth\" value { list: [\"read\"] } } } security { schemes { key: \"api-key\" } schemes { key: \"mtls\" } }", + "items": { + "$ref": "Security" + }, + "type": "array" + }, + "securitySchemes": { "additionalProperties": { - "description": "Properties of the object. Contains field @type with type URL.", - "type": "any" + "$ref": "SecurityScheme" }, - "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", + "description": "The security scheme details used for authenticating with this agent.", "type": "object" + }, + "signatures": { + "description": "JSON Web Signatures computed for this AgentCard.", + "items": { + "$ref": "AgentCardSignature" + }, + "type": "array" + }, + "skills": { + "description": "Skills represent a unit of ability an agent can perform. This may somewhat abstract but represents a more focused set of actions that the agent is highly likely to succeed at.", + "items": { + "$ref": "AgentSkill" + }, + "type": "array" + }, + "supportsAuthenticatedExtendedCard": { + "description": "Whether the agent supports providing an extended agent card when the user is authenticated, i.e. is the card from .well-known different than the card from GetAgentCard.", + "type": "boolean" + }, + "url": { + "description": "A URL to the address the agent is hosted at. This represents the preferred endpoint as declared by the agent.", + "type": "string" + }, + "version": { + "description": "The version of the agent. Example: \"1.0.0\"", + "type": "string" } }, "type": "object" }, - "PayloadOptions": { - "description": "Options about what data to include in the event payload. Only supported for Google Chat and Google Drive events.", - "id": "PayloadOptions", + "AgentCardSignature": { + "description": "AgentCardSignature represents a JWS signature of an AgentCard. This follows the JSON format of an RFC 7515 JSON Web Signature (JWS).", + "id": "AgentCardSignature", "properties": { - "fieldMask": { - "description": "Optional. If `include_resource` is set to `true`, the list of fields to include in the event payload. Separate fields with a comma. For example, to include a Google Chat message's sender and create time, enter `message.sender,message.createTime`. If omitted, the payload includes all fields for the resource. If you specify a field that doesn't exist for the resource, the system ignores the field.", - "format": "google-fieldmask", + "header": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "The unprotected JWS header values.", + "type": "object" + }, + "protected": { + "description": "Required. The protected JWS header for the signature. This is always a base64url-encoded JSON object. Required.", "type": "string" }, - "includeResource": { - "description": "Optional. Whether the event payload includes data about the resource that changed. For example, for an event where a Google Chat message was created, whether the payload contains data about the [`Message`](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages) resource. If false, the event payload only includes the name of the changed resource.", - "type": "boolean" + "signature": { + "description": "Required. The computed signature, base64url-encoded. Required.", + "type": "string" } }, "type": "object" }, - "ReactivateSubscriptionRequest": { - "description": "The request message for SubscriptionsService.ReactivateSubscription.", - "id": "ReactivateSubscriptionRequest", - "properties": {}, - "type": "object" - }, - "Status": { - "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", - "id": "Status", + "AgentExtension": { + "description": "A declaration of an extension supported by an Agent.", + "id": "AgentExtension", "properties": { - "code": { - "description": "The status code, which should be an enum value of google.rpc.Code.", - "format": "int32", - "type": "integer" + "description": { + "description": "A description of how this agent uses this extension. Example: \"Google OAuth 2.0 authentication\"", + "type": "string" }, - "details": { - "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", - "items": { - "additionalProperties": { - "description": "Properties of the object. Contains field @type with type URL.", - "type": "any" - }, - "type": "object" + "params": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" }, - "type": "array" + "description": "Optional configuration for the extension.", + "type": "object" }, - "message": { - "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", + "required": { + "description": "Whether the client must follow specific requirements of the extension. Example: false", + "type": "boolean" + }, + "uri": { + "description": "The URI of the extension. Example: \"https://developers.google.com/identity/protocols/oauth2\"", "type": "string" } }, "type": "object" }, - "Subscription": { - "description": "A subscription to receive events about a Google Workspace resource. To learn more about subscriptions, see the [Google Workspace Events API overview](https://developers.google.com/workspace/events).", - "id": "Subscription", + "AgentInterface": { + "description": "Defines additional transport information for the agent.", + "id": "AgentInterface", "properties": { - "authority": { - "description": "Output only. The user who authorized the creation of the subscription. When a user authorizes the subscription, this field and the `user_authority` field have the same value and the format is: Format: `users/{user}` For Google Workspace users, the `{user}` value is the [`user.id`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users#User.FIELDS.ids) field from the Directory API. When a Chat app authorizes the subscription, only `service_account_authority` field populates and this field is empty.", - "readOnly": true, + "transport": { + "description": "The transport supported this url. This is an open form string, to be easily extended for many transport protocols. The core ones officially supported are JSONRPC, GRPC and HTTP+JSON.", "type": "string" }, - "createTime": { - "description": "Output only. The time when the subscription is created.", - "format": "google-datetime", - "readOnly": true, + "url": { + "description": "The url this interface is found at.", + "type": "string" + } + }, + "type": "object" + }, + "AgentProvider": { + "description": "Represents information about the service provider of an agent.", + "id": "AgentProvider", + "properties": { + "organization": { + "description": "The providers organization name Example: \"Google\"", "type": "string" }, - "etag": { - "description": "Optional. This checksum is computed by the server based on the value of other fields, and might be sent on update requests to ensure the client has an up-to-date value before proceeding.", + "url": { + "description": "The providers reference url Example: \"https://ai.google.dev\"", + "type": "string" + } + }, + "type": "object" + }, + "AgentSkill": { + "description": "AgentSkill represents a unit of action/solution that the agent can perform. One can think of this as a type of highly reliable solution that an agent can be tasked to provide. Agents have the autonomy to choose how and when to use specific skills, but clients should have confidence that if the skill is defined that unit of action can be reliably performed.", + "id": "AgentSkill", + "properties": { + "description": { + "description": "A human (or llm) readable description of the skill details and behaviors.", "type": "string" }, - "eventTypes": { - "description": "Required. Unordered list. Input for creating a subscription. Otherwise, output only. One or more types of events to receive about the target resource. Formatted according to the CloudEvents specification. The supported event types depend on the target resource of your subscription. For details, see [Supported Google Workspace events](https://developers.google.com/workspace/events/guides#supported-events). By default, you also receive events about the [lifecycle of your subscription](https://developers.google.com/workspace/events/guides/events-lifecycle). You don't need to specify lifecycle events for this field. If you specify an event type that doesn't exist for the target resource, the request returns an HTTP `400 Bad Request` status code.", + "examples": { + "description": "A set of example queries that this skill is designed to address. These examples should help the caller to understand how to craft requests to the agent to achieve specific goals. Example: [\"I need a recipe for bread\"]", "items": { "type": "string" }, "type": "array" }, - "expireTime": { - "description": "Non-empty default. The timestamp in UTC when the subscription expires. Always displayed on output, regardless of what was used on input.", - "format": "google-datetime", + "id": { + "description": "Unique identifier of the skill within this agent.", "type": "string" }, + "inputModes": { + "description": "Possible input modalities supported.", + "items": { + "type": "string" + }, + "type": "array" + }, "name": { - "description": "Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`", + "description": "A human readable name for the skill.", "type": "string" }, - "notificationEndpoint": { - "$ref": "NotificationEndpoint", - "description": "Required. Immutable. The endpoint where the subscription delivers events, such as a Pub/Sub topic." + "outputModes": { + "description": "Possible output modalities produced", + "items": { + "type": "string" + }, + "type": "array" }, - "payloadOptions": { - "$ref": "PayloadOptions", - "description": "Optional. Options about what data to include in the event payload. Only supported for Google Chat and Google Drive events." + "security": { + "description": "protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill. As in the overall AgentCard.security, this list represents a logical OR of security requirement objects. Each object is a set of security schemes that must be used together (a logical AND). protolint:enable REPEATED_FIELD_NAMES_PLURALIZED", + "items": { + "$ref": "Security" + }, + "type": "array" }, - "reconciling": { - "description": "Output only. If `true`, the subscription is in the process of being updated.", - "readOnly": true, + "tags": { + "description": "A set of tags for the skill to enhance categorization/utilization. Example: [\"cooking\", \"customer support\", \"billing\"]", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "Artifact": { + "description": "Artifacts are the container for task completed results. These are similar to Messages but are intended to be the product of a task, as opposed to point-to-point communication.", + "id": "Artifact", + "properties": { + "artifactId": { + "description": "Unique identifier (e.g. UUID) for the artifact. It must be at least unique within a task.", + "type": "string" + }, + "description": { + "description": "A human readable description of the artifact, optional.", + "type": "string" + }, + "extensions": { + "description": "The URIs of extensions that are present or contributed to this Artifact.", + "items": { + "type": "string" + }, + "type": "array" + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional metadata included with the artifact.", + "type": "object" + }, + "name": { + "description": "A human readable name for the artifact.", + "type": "string" + }, + "parts": { + "description": "The content of the artifact.", + "items": { + "$ref": "Part" + }, + "type": "array" + } + }, + "type": "object" + }, + "AuthenticationInfo": { + "description": "Defines authentication details, used for push notifications.", + "id": "AuthenticationInfo", + "properties": { + "credentials": { + "description": "Optional credentials", + "type": "string" + }, + "schemes": { + "description": "Supported authentication schemes - e.g. Basic, Bearer, etc", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "AuthorizationCodeOAuthFlow": { + "id": "AuthorizationCodeOAuthFlow", + "properties": { + "authorizationUrl": { + "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS", + "type": "string" + }, + "refreshUrl": { + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.", + "type": "string" + }, + "scopes": { + "additionalProperties": { + "type": "string" + }, + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.", + "type": "object" + }, + "tokenUrl": { + "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.", + "type": "string" + } + }, + "type": "object" + }, + "CancelTaskRequest": { + "id": "CancelTaskRequest", + "properties": {}, + "type": "object" + }, + "ClientCredentialsOAuthFlow": { + "id": "ClientCredentialsOAuthFlow", + "properties": { + "refreshUrl": { + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.", + "type": "string" + }, + "scopes": { + "additionalProperties": { + "type": "string" + }, + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.", + "type": "object" + }, + "tokenUrl": { + "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.", + "type": "string" + } + }, + "type": "object" + }, + "DataPart": { + "description": "DataPart represents a structured blob. This is most commonly a JSON payload.", + "id": "DataPart", + "properties": { + "data": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "type": "object" + } + }, + "type": "object" + }, + "Empty": { + "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", + "id": "Empty", + "properties": {}, + "type": "object" + }, + "FilePart": { + "description": "FilePart represents the different ways files can be provided. If files are small, directly feeding the bytes is supported via file_with_bytes. If the file is large, the agent should read the content as appropriate directly from the file_with_uri source.", + "id": "FilePart", + "properties": { + "fileWithBytes": { + "format": "byte", + "type": "string" + }, + "fileWithUri": { + "type": "string" + }, + "mimeType": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "HTTPAuthSecurityScheme": { + "id": "HTTPAuthSecurityScheme", + "properties": { + "bearerFormat": { + "description": "A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes.", + "type": "string" + }, + "description": { + "description": "Description of this security scheme.", + "type": "string" + }, + "scheme": { + "description": "The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235. The values used SHOULD be registered in the IANA Authentication Scheme registry. The value is case-insensitive, as defined in RFC7235.", + "type": "string" + } + }, + "type": "object" + }, + "ImplicitOAuthFlow": { + "id": "ImplicitOAuthFlow", + "properties": { + "authorizationUrl": { + "description": "The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS", + "type": "string" + }, + "refreshUrl": { + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.", + "type": "string" + }, + "scopes": { + "additionalProperties": { + "type": "string" + }, + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.", + "type": "object" + } + }, + "type": "object" + }, + "ListSubscriptionsResponse": { + "description": "The response message for SubscriptionsService.ListSubscriptions.", + "id": "ListSubscriptionsResponse", + "properties": { + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + }, + "subscriptions": { + "description": "List of subscriptions.", + "items": { + "$ref": "Subscription" + }, + "type": "array" + } + }, + "type": "object" + }, + "ListTaskPushNotificationConfigResponse": { + "id": "ListTaskPushNotificationConfigResponse", + "properties": { + "configs": { + "description": "The list of push notification configurations.", + "items": { + "$ref": "TaskPushNotificationConfig" + }, + "type": "array" + }, + "nextPageToken": { + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", + "type": "string" + } + }, + "type": "object" + }, + "Message": { + "description": "Message is one unit of communication between client and server. It is associated with a context and optionally a task. Since the server is responsible for the context definition, it must always provide a context_id in its messages. The client can optionally provide the context_id if it knows the context to associate the message to. Similarly for task_id, except the server decides if a task is created and whether to include the task_id.", + "id": "Message", + "properties": { + "content": { + "description": "protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.", + "items": { + "$ref": "Part" + }, + "type": "array" + }, + "contextId": { + "description": "The context id of the message. This is optional and if set, the message will be associated with the given context.", + "type": "string" + }, + "extensions": { + "description": "The URIs of extensions that are present or contributed to this Message.", + "items": { + "type": "string" + }, + "type": "array" + }, + "messageId": { + "description": "The unique identifier (e.g. UUID)of the message. This is required and created by the message creator.", + "type": "string" + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.", + "type": "object" + }, + "role": { + "description": "A role for the message.", + "enum": [ + "ROLE_UNSPECIFIED", + "ROLE_USER", + "ROLE_AGENT" + ], + "enumDescriptions": [ + "", + "USER role refers to communication from the client to the server.", + "AGENT role refers to communication from the server to the client." + ], + "type": "string" + }, + "taskId": { + "description": "The task id of the message. This is optional and if set, the message will be associated with the given task.", + "type": "string" + } + }, + "type": "object" + }, + "MutualTlsSecurityScheme": { + "id": "MutualTlsSecurityScheme", + "properties": { + "description": { + "description": "Description of this security scheme.", + "type": "string" + } + }, + "type": "object" + }, + "NotificationEndpoint": { + "description": "The endpoint where the subscription delivers events.", + "id": "NotificationEndpoint", + "properties": { + "pubsubTopic": { + "description": "Immutable. The Pub/Sub topic that receives events for the subscription. Format: `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you create this subscription. Note: The Google Workspace Events API uses [ordering keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If the Cloud Pub/Sub topic has a [message storage policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions) configured to exclude the nearest Google Cloud region, publishing events with ordering keys will fail. When the topic receives events, the events are encoded as Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).", + "type": "string" + } + }, + "type": "object" + }, + "OAuth2SecurityScheme": { + "id": "OAuth2SecurityScheme", + "properties": { + "description": { + "description": "Description of this security scheme.", + "type": "string" + }, + "flows": { + "$ref": "OAuthFlows", + "description": "An object containing configuration information for the flow types supported" + }, + "oauth2MetadataUrl": { + "description": "URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required.", + "type": "string" + } + }, + "type": "object" + }, + "OAuthFlows": { + "id": "OAuthFlows", + "properties": { + "authorizationCode": { + "$ref": "AuthorizationCodeOAuthFlow" + }, + "clientCredentials": { + "$ref": "ClientCredentialsOAuthFlow" + }, + "implicit": { + "$ref": "ImplicitOAuthFlow" + }, + "password": { + "$ref": "PasswordOAuthFlow" + } + }, + "type": "object" + }, + "OpenIdConnectSecurityScheme": { + "id": "OpenIdConnectSecurityScheme", + "properties": { + "description": { + "description": "Description of this security scheme.", + "type": "string" + }, + "openIdConnectUrl": { + "description": "Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.", + "type": "string" + } + }, + "type": "object" + }, + "Operation": { + "description": "This resource represents a long-running operation that is the result of a network API call.", + "id": "Operation", + "properties": { + "done": { + "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", + "type": "boolean" + }, + "error": { + "$ref": "Status", + "description": "The error result of the operation in case of failure or cancellation." + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", + "type": "object" + }, + "name": { + "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", + "type": "string" + }, + "response": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", + "type": "object" + } + }, + "type": "object" + }, + "Part": { + "description": "Part represents a container for a section of communication content. Parts can be purely textual, some sort of file (image, video, etc) or a structured data blob (i.e. JSON).", + "id": "Part", + "properties": { + "data": { + "$ref": "DataPart" + }, + "file": { + "$ref": "FilePart" + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional metadata associated with this part.", + "type": "object" + }, + "text": { + "type": "string" + } + }, + "type": "object" + }, + "PasswordOAuthFlow": { + "id": "PasswordOAuthFlow", + "properties": { + "refreshUrl": { + "description": "The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.", + "type": "string" + }, + "scopes": { + "additionalProperties": { + "type": "string" + }, + "description": "The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.", + "type": "object" + }, + "tokenUrl": { + "description": "The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the use of TLS.", + "type": "string" + } + }, + "type": "object" + }, + "PayloadOptions": { + "description": "Options about what data to include in the event payload. Only supported for Google Chat and Google Drive events.", + "id": "PayloadOptions", + "properties": { + "fieldMask": { + "description": "Optional. If `include_resource` is set to `true`, the list of fields to include in the event payload. Separate fields with a comma. For example, to include a Google Chat message's sender and create time, enter `message.sender,message.createTime`. If omitted, the payload includes all fields for the resource. If you specify a field that doesn't exist for the resource, the system ignores the field.", + "format": "google-fieldmask", + "type": "string" + }, + "includeResource": { + "description": "Optional. Whether the event payload includes data about the resource that changed. For example, for an event where a Google Chat message was created, whether the payload contains data about the [`Message`](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages) resource. If false, the event payload only includes the name of the changed resource.", + "type": "boolean" + } + }, + "type": "object" + }, + "PushNotificationConfig": { + "description": "Configuration for setting up push notifications for task updates.", + "id": "PushNotificationConfig", + "properties": { + "authentication": { + "$ref": "AuthenticationInfo", + "description": "Information about the authentication to sent with the notification" + }, + "id": { + "description": "A unique identifier (e.g. UUID) for this push notification.", + "type": "string" + }, + "token": { + "description": "Token unique for this task/session", + "type": "string" + }, + "url": { + "description": "Url to send the notification too", + "type": "string" + } + }, + "type": "object" + }, + "ReactivateSubscriptionRequest": { + "description": "The request message for SubscriptionsService.ReactivateSubscription.", + "id": "ReactivateSubscriptionRequest", + "properties": {}, + "type": "object" + }, + "Security": { + "id": "Security", + "properties": { + "schemes": { + "additionalProperties": { + "$ref": "StringList" + }, + "type": "object" + } + }, + "type": "object" + }, + "SecurityScheme": { + "id": "SecurityScheme", + "properties": { + "apiKeySecurityScheme": { + "$ref": "APIKeySecurityScheme" + }, + "httpAuthSecurityScheme": { + "$ref": "HTTPAuthSecurityScheme" + }, + "mtlsSecurityScheme": { + "$ref": "MutualTlsSecurityScheme" + }, + "oauth2SecurityScheme": { + "$ref": "OAuth2SecurityScheme" + }, + "openIdConnectSecurityScheme": { + "$ref": "OpenIdConnectSecurityScheme" + } + }, + "type": "object" + }, + "SendMessageConfiguration": { + "description": "Configuration of a send message request.", + "id": "SendMessageConfiguration", + "properties": { + "acceptedOutputModes": { + "description": "The output modes that the agent is expected to respond with.", + "items": { + "type": "string" + }, + "type": "array" + }, + "blocking": { + "description": "If true, the message will be blocking until the task is completed. If false, the message will be non-blocking and the task will be returned immediately. It is the caller's responsibility to check for any task updates.", + "type": "boolean" + }, + "historyLength": { + "description": "The maximum number of messages to include in the history. if 0, the history will be unlimited.", + "format": "int32", + "type": "integer" + }, + "pushNotification": { + "$ref": "PushNotificationConfig", + "description": "A configuration of a webhook that can be used to receive updates" + } + }, + "type": "object" + }, + "SendMessageRequest": { + "description": "/////////// Request Messages ///////////", + "id": "SendMessageRequest", + "properties": { + "configuration": { + "$ref": "SendMessageConfiguration", + "description": "Configuration for the send request." + }, + "message": { + "$ref": "Message", + "description": "Required. The message to send to the agent." + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional metadata for the request.", + "type": "object" + } + }, + "type": "object" + }, + "Status": { + "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", + "id": "Status", + "properties": { + "code": { + "description": "The status code, which should be an enum value of google.rpc.Code.", + "format": "int32", + "type": "integer" + }, + "details": { + "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", + "items": { + "additionalProperties": { + "description": "Properties of the object. Contains field @type with type URL.", + "type": "any" + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", + "type": "string" + } + }, + "type": "object" + }, + "StreamResponse": { + "description": "The stream response for a message. The stream should be one of the following sequences: If the response is a message, the stream should contain one, and only one, message and then close If the response is a task lifecycle, the first response should be a Task object followed by zero or more TaskStatusUpdateEvents and TaskArtifactUpdateEvents. The stream should complete when the Task if in an interrupted or terminal state. A stream that ends before these conditions are met are", + "id": "StreamResponse", + "properties": { + "artifactUpdate": { + "$ref": "TaskArtifactUpdateEvent" + }, + "message": { + "$ref": "Message" + }, + "statusUpdate": { + "$ref": "TaskStatusUpdateEvent" + }, + "task": { + "$ref": "Task" + } + }, + "type": "object" + }, + "StringList": { + "description": "protolint:disable REPEATED_FIELD_NAMES_PLURALIZED", + "id": "StringList", + "properties": { + "list": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, + "Subscription": { + "description": "A subscription to receive events about a Google Workspace resource. To learn more about subscriptions, see the [Google Workspace Events API overview](https://developers.google.com/workspace/events).", + "id": "Subscription", + "properties": { + "authority": { + "description": "Output only. The user who authorized the creation of the subscription. When a user authorizes the subscription, this field and the `user_authority` field have the same value and the format is: Format: `users/{user}` For Google Workspace users, the `{user}` value is the [`user.id`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users#User.FIELDS.ids) field from the Directory API. When a Chat app authorizes the subscription, only `service_account_authority` field populates and this field is empty.", + "readOnly": true, + "type": "string" + }, + "createTime": { + "description": "Output only. The time when the subscription is created.", + "format": "google-datetime", + "readOnly": true, + "type": "string" + }, + "etag": { + "description": "Optional. This checksum is computed by the server based on the value of other fields, and might be sent on update requests to ensure the client has an up-to-date value before proceeding.", + "type": "string" + }, + "eventTypes": { + "description": "Required. Unordered list. Input for creating a subscription. Otherwise, output only. One or more types of events to receive about the target resource. Formatted according to the CloudEvents specification. The supported event types depend on the target resource of your subscription. For details, see [Supported Google Workspace events](https://developers.google.com/workspace/events/guides#supported-events). By default, you also receive events about the [lifecycle of your subscription](https://developers.google.com/workspace/events/guides/events-lifecycle). You don't need to specify lifecycle events for this field. If you specify an event type that doesn't exist for the target resource, the request returns an HTTP `400 Bad Request` status code.", + "items": { + "type": "string" + }, + "type": "array" + }, + "expireTime": { + "description": "Non-empty default. The timestamp in UTC when the subscription expires. Always displayed on output, regardless of what was used on input.", + "format": "google-datetime", + "type": "string" + }, + "name": { + "description": "Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`", + "type": "string" + }, + "notificationEndpoint": { + "$ref": "NotificationEndpoint", + "description": "Required. Immutable. The endpoint where the subscription delivers events, such as a Pub/Sub topic." + }, + "payloadOptions": { + "$ref": "PayloadOptions", + "description": "Optional. Options about what data to include in the event payload. Only supported for Google Chat and Google Drive events." + }, + "reconciling": { + "description": "Output only. If `true`, the subscription is in the process of being updated.", + "readOnly": true, "type": "boolean" }, "state": { @@ -720,6 +1725,169 @@ } }, "type": "object" + }, + "Task": { + "description": "Task is the core unit of action for A2A. It has a current status and when results are created for the task they are stored in the artifact. If there are multiple turns for a task, these are stored in history.", + "id": "Task", + "properties": { + "artifacts": { + "description": "A set of output artifacts for a Task.", + "items": { + "$ref": "Artifact" + }, + "type": "array" + }, + "contextId": { + "description": "Unique identifier (e.g. UUID) for the contextual collection of interactions (tasks and messages). Created by the A2A server.", + "type": "string" + }, + "history": { + "description": "protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.", + "items": { + "$ref": "Message" + }, + "type": "array" + }, + "id": { + "description": "Unique identifier (e.g. UUID) for the task, generated by the server for a new task.", + "type": "string" + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.", + "type": "object" + }, + "status": { + "$ref": "TaskStatus", + "description": "The current status of a Task, including state and a message." + } + }, + "type": "object" + }, + "TaskArtifactUpdateEvent": { + "description": "TaskArtifactUpdateEvent represents a task delta where an artifact has been generated.", + "id": "TaskArtifactUpdateEvent", + "properties": { + "append": { + "description": "Whether this should be appended to a prior one produced", + "type": "boolean" + }, + "artifact": { + "$ref": "Artifact", + "description": "The artifact itself" + }, + "contextId": { + "description": "The id of the context that this task belongs too", + "type": "string" + }, + "lastChunk": { + "description": "Whether this represents the last part of an artifact", + "type": "boolean" + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional metadata associated with the artifact update.", + "type": "object" + }, + "taskId": { + "description": "The id of the task for this artifact", + "type": "string" + } + }, + "type": "object" + }, + "TaskPushNotificationConfig": { + "id": "TaskPushNotificationConfig", + "properties": { + "name": { + "description": "The resource name of the config. Format: tasks/{task_id}/pushNotificationConfigs/{config_id}", + "type": "string" + }, + "pushNotificationConfig": { + "$ref": "PushNotificationConfig", + "description": "The push notification configuration details." + } + }, + "type": "object" + }, + "TaskStatus": { + "description": "A container for the status of a task", + "id": "TaskStatus", + "properties": { + "message": { + "$ref": "Message", + "description": "A message associated with the status." + }, + "state": { + "description": "The current state of this task", + "enum": [ + "TASK_STATE_UNSPECIFIED", + "TASK_STATE_SUBMITTED", + "TASK_STATE_WORKING", + "TASK_STATE_COMPLETED", + "TASK_STATE_FAILED", + "TASK_STATE_CANCELLED", + "TASK_STATE_INPUT_REQUIRED", + "TASK_STATE_REJECTED", + "TASK_STATE_AUTH_REQUIRED" + ], + "enumDescriptions": [ + "", + "Represents the status that acknowledges a task is created", + "Represents the status that a task is actively being processed", + "Represents the status a task is finished. This is a terminal state", + "Represents the status a task is done but failed. This is a terminal state", + "Represents the status a task was cancelled before it finished. This is a terminal state.", + "Represents the status that the task requires information to complete. This is an interrupted state.", + "Represents the status that the agent has decided to not perform the task. This may be done during initial task creation or later once an agent has determined it can't or won't proceed. This is a terminal state.", + "Represents the state that some authentication is needed from the upstream client. Authentication is expected to come out-of-band thus this is not an interrupted or terminal state." + ], + "type": "string" + }, + "timestamp": { + "description": "Timestamp when the status was recorded. Example: \"2023-10-27T10:00:00Z\"", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, + "TaskStatusUpdateEvent": { + "description": "TaskStatusUpdateEvent is a delta even on a task indicating that a task has changed.", + "id": "TaskStatusUpdateEvent", + "properties": { + "contextId": { + "description": "The id of the context that the task belongs to", + "type": "string" + }, + "final": { + "description": "Whether this is the last status update expected for this task.", + "type": "boolean" + }, + "metadata": { + "additionalProperties": { + "description": "Properties of the object.", + "type": "any" + }, + "description": "Optional metadata to associate with the task update.", + "type": "object" + }, + "status": { + "$ref": "TaskStatus", + "description": "The new status of the task." + }, + "taskId": { + "description": "The id of the task that is changed", + "type": "string" + } + }, + "type": "object" } }, "servicePath": "", diff --git a/DiscoveryJson/workstations.v1.json b/DiscoveryJson/workstations.v1.json index a7666b9901a..b04d07f84b0 100644 --- a/DiscoveryJson/workstations.v1.json +++ b/DiscoveryJson/workstations.v1.json @@ -144,7 +144,7 @@ ], "parameters": { "extraLocationTypes": { - "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", + "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", "location": "query", "repeated": true, "type": "string" @@ -294,6 +294,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1/{+name}/operations", @@ -1216,7 +1221,7 @@ } } }, - "revision": "20250915", + "revision": "20251022", "rootUrl": "https://workstations.googleapis.com/", "schemas": { "Accelerator": { @@ -1749,6 +1754,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/workstations.v1beta.json b/DiscoveryJson/workstations.v1beta.json index 7aa9ad75932..c7a66ebe2fa 100644 --- a/DiscoveryJson/workstations.v1beta.json +++ b/DiscoveryJson/workstations.v1beta.json @@ -220,6 +220,11 @@ "description": "The standard list page token.", "location": "query", "type": "string" + }, + "returnPartialSuccess": { + "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.", + "location": "query", + "type": "boolean" } }, "path": "v1beta/{+name}/operations", @@ -1142,7 +1147,7 @@ } } }, - "revision": "20250729", + "revision": "20251022", "rootUrl": "https://workstations.googleapis.com/", "schemas": { "Accelerator": { @@ -1404,6 +1409,41 @@ }, "type": "object" }, + "GceHyperdiskBalancedHighAvailability": { + "description": "A Persistent Directory backed by a Compute Engine Hyperdisk Balanced High Availability Disk. This is a high-availability block storage solution that offers a balance between performance and cost for most general-purpose workloads.", + "id": "GceHyperdiskBalancedHighAvailability", + "properties": { + "archiveTimeout": { + "description": "Optional. Number of seconds to wait after initially creating or subsequently shutting down the workstation before converting its disk into a snapshot. This generally saves costs at the expense of greater startup time on next workstation start, as the service will need to create a disk from the archival snapshot. A value of `\"0s\"` indicates that the disk will never be archived.", + "format": "google-duration", + "type": "string" + }, + "reclaimPolicy": { + "description": "Optional. Whether the persistent disk should be deleted when the workstation is deleted. Valid values are `DELETE` and `RETAIN`. Defaults to `DELETE`.", + "enum": [ + "RECLAIM_POLICY_UNSPECIFIED", + "DELETE", + "RETAIN" + ], + "enumDescriptions": [ + "Do not use.", + "Delete the persistent disk when deleting the workstation.", + "Keep the persistent disk when deleting the workstation. An administrator must manually delete the disk." + ], + "type": "string" + }, + "sizeGb": { + "description": "Optional. The GB capacity of a persistent home directory for each workstation created with this configuration. Must be empty if source_snapshot is set. Valid values are `10`, `50`, `100`, `200`, `500`, or `1000`. Defaults to `200`.", + "format": "int32", + "type": "integer" + }, + "sourceSnapshot": { + "description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb must be empty. Must be formatted as ext4 file system with no partitions.", + "type": "string" + } + }, + "type": "object" + }, "GceInstance": { "description": "A runtime using a Compute Engine instance.", "id": "GceInstance", @@ -1477,6 +1517,10 @@ "$ref": "GceShieldedInstanceConfig", "description": "Optional. A set of Compute Engine Shielded instance options." }, + "startupScriptUri": { + "description": "Optional. Link to the startup script stored in Cloud Storage. This script will be run on the host workstation VM when the VM is created. The uri must be of the form gs://{bucket-name}/{object-name}. If specifying a startup script, the service account must have [Permission to access the bucket and script file in Cloud Storage](https://cloud.google.com/storage/docs/access-control/iam-permissions). Otherwise, the script must be publicly accessible.", + "type": "string" + }, "tags": { "description": "Optional. Network tags to add to the Compute Engine VMs backing the workstations. This option applies [network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags) to VMs created with this configuration. These network tags enable the creation of [firewall rules](https://cloud.google.com/workstations/docs/configure-firewall-rules).", "items": { @@ -1680,6 +1724,13 @@ "$ref": "Operation" }, "type": "array" + }, + "unreachable": { + "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" @@ -1892,6 +1943,10 @@ "description": "A directory to persist across workstation sessions. Updates to this field will not update existing workstations and will only take effect on new workstations.", "id": "PersistentDirectory", "properties": { + "gceHd": { + "$ref": "GceHyperdiskBalancedHighAvailability", + "description": "A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk." + }, "gcePd": { "$ref": "GceRegionalPersistentDisk", "description": "A PersistentDirectory backed by a Compute Engine persistent disk." diff --git a/EnumStorage/alloydb.v1.json b/EnumStorage/alloydb.v1.json index b9f0ff99f9f..19a20187e39 100644 --- a/EnumStorage/alloydb.v1.json +++ b/EnumStorage/alloydb.v1.json @@ -8,6 +8,16 @@ "1", "2" ], + "Google.Apis.CloudAlloyDBAdmin.v1.ProjectsResource+LocationsResource+BackupsResource+GetRequest.ViewEnum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "Google.Apis.CloudAlloyDBAdmin.v1.ProjectsResource+LocationsResource+BackupsResource+ListRequest.ViewEnum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], "Google.Apis.CloudAlloyDBAdmin.v1.ProjectsResource+LocationsResource+ClustersResource+GetRequest.ViewEnum": [ "CLUSTER_VIEW_UNSPECIFIED", "CLUSTER_VIEW_BASIC", diff --git a/EnumStorage/alloydb.v1alpha.json b/EnumStorage/alloydb.v1alpha.json index b6cc095d97c..e5845f7f055 100644 --- a/EnumStorage/alloydb.v1alpha.json +++ b/EnumStorage/alloydb.v1alpha.json @@ -8,6 +8,16 @@ "1", "2" ], + "Google.Apis.CloudAlloyDBAdmin.v1alpha.ProjectsResource+LocationsResource+BackupsResource+GetRequest.ViewEnum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "Google.Apis.CloudAlloyDBAdmin.v1alpha.ProjectsResource+LocationsResource+BackupsResource+ListRequest.ViewEnum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], "Google.Apis.CloudAlloyDBAdmin.v1alpha.ProjectsResource+LocationsResource+ClustersResource+GetRequest.ViewEnum": [ "CLUSTER_VIEW_UNSPECIFIED", "CLUSTER_VIEW_BASIC", diff --git a/EnumStorage/alloydb.v1beta.json b/EnumStorage/alloydb.v1beta.json index 7d54cb6d683..a845a0f8a1a 100644 --- a/EnumStorage/alloydb.v1beta.json +++ b/EnumStorage/alloydb.v1beta.json @@ -8,6 +8,16 @@ "1", "2" ], + "Google.Apis.CloudAlloyDBAdmin.v1beta.ProjectsResource+LocationsResource+BackupsResource+GetRequest.ViewEnum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], + "Google.Apis.CloudAlloyDBAdmin.v1beta.ProjectsResource+LocationsResource+BackupsResource+ListRequest.ViewEnum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_CLUSTER_DELETED" + ], "Google.Apis.CloudAlloyDBAdmin.v1beta.ProjectsResource+LocationsResource+ClustersResource+GetRequest.ViewEnum": [ "CLUSTER_VIEW_UNSPECIFIED", "CLUSTER_VIEW_BASIC", diff --git a/EnumStorage/backupdr.v1.json b/EnumStorage/backupdr.v1.json index 8d47757bef6..bc1dd35d985 100644 --- a/EnumStorage/backupdr.v1.json +++ b/EnumStorage/backupdr.v1.json @@ -8,6 +8,11 @@ "1", "2" ], + "Google.Apis.Backupdr.v1.ProjectsResource+LocationsResource+BackupVaultsResource+DataSourcesResource+BackupsResource+FetchForResourceTypeRequest.ViewEnum": [ + "BACKUP_VIEW_UNSPECIFIED", + "BACKUP_VIEW_BASIC", + "BACKUP_VIEW_FULL" + ], "Google.Apis.Backupdr.v1.ProjectsResource+LocationsResource+BackupVaultsResource+DataSourcesResource+BackupsResource+GetRequest.ViewEnum": [ "BACKUP_VIEW_UNSPECIFIED", "BACKUP_VIEW_BASIC", diff --git a/EnumStorage/bigquerydatapolicy.v2.json b/EnumStorage/bigquerydatapolicy.v2.json new file mode 100644 index 00000000000..8b7f54a7d22 --- /dev/null +++ b/EnumStorage/bigquerydatapolicy.v2.json @@ -0,0 +1,11 @@ +{ + "Google.Apis.BigQueryDataPolicyService.v2.BigQueryDataPolicyServiceBaseServiceRequest<>.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.BigQueryDataPolicyService.v2.BigQueryDataPolicyServiceBaseServiceRequest<>.XgafvEnum": [ + "1", + "2" + ] +} \ No newline at end of file diff --git a/EnumStorage/bigtableadmin.v2.json b/EnumStorage/bigtableadmin.v2.json index 04951b57e1d..63169172b92 100644 --- a/EnumStorage/bigtableadmin.v2.json +++ b/EnumStorage/bigtableadmin.v2.json @@ -8,6 +8,18 @@ "1", "2" ], + "Google.Apis.BigtableAdmin.v2.ProjectsResource+InstancesResource+MaterializedViewsResource+GetRequest.ViewEnum": [ + "VIEW_UNSPECIFIED", + "SCHEMA_VIEW", + "REPLICATION_VIEW", + "FULL" + ], + "Google.Apis.BigtableAdmin.v2.ProjectsResource+InstancesResource+MaterializedViewsResource+ListRequest.ViewEnum": [ + "VIEW_UNSPECIFIED", + "SCHEMA_VIEW", + "REPLICATION_VIEW", + "FULL" + ], "Google.Apis.BigtableAdmin.v2.ProjectsResource+InstancesResource+TablesResource+AuthorizedViewsResource+GetRequest.ViewEnum": [ "RESPONSE_VIEW_UNSPECIFIED", "NAME_ONLY", diff --git a/EnumStorage/chromewebstore.v1.1.json b/EnumStorage/chromewebstore.v1.1.json new file mode 100644 index 00000000000..e699814d811 --- /dev/null +++ b/EnumStorage/chromewebstore.v1.1.json @@ -0,0 +1,33 @@ +{ + "Google.Apis.Chromewebstore.v1_1.ChromewebstoreBaseServiceRequest<>.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Chromewebstore.v1_1.ChromewebstoreBaseServiceRequest<>.XgafvEnum": [ + "1", + "2" + ], + "Google.Apis.Chromewebstore.v1_1.ItemsResource+GetRequest.ProjectionEnum": [ + "DRAFT", + "PUBLISHED" + ], + "Google.Apis.Chromewebstore.v1_1.ItemsResource+InsertMediaUpload.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Chromewebstore.v1_1.ItemsResource+InsertMediaUpload.XgafvEnum": [ + "1", + "2" + ], + "Google.Apis.Chromewebstore.v1_1.ItemsResource+UpdateMediaUpload.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Chromewebstore.v1_1.ItemsResource+UpdateMediaUpload.XgafvEnum": [ + "1", + "2" + ] +} \ No newline at end of file diff --git a/EnumStorage/chromewebstore.v2.json b/EnumStorage/chromewebstore.v2.json new file mode 100644 index 00000000000..7a959c56ed6 --- /dev/null +++ b/EnumStorage/chromewebstore.v2.json @@ -0,0 +1,20 @@ +{ + "Google.Apis.Chromewebstore.v2.ChromewebstoreBaseServiceRequest<>.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Chromewebstore.v2.ChromewebstoreBaseServiceRequest<>.XgafvEnum": [ + "1", + "2" + ], + "Google.Apis.Chromewebstore.v2.MediaResource+UploadMediaUpload.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Chromewebstore.v2.MediaResource+UploadMediaUpload.XgafvEnum": [ + "1", + "2" + ] +} \ No newline at end of file diff --git a/EnumStorage/compute.v1.json b/EnumStorage/compute.v1.json index 5a0f247d531..99a01071553 100644 --- a/EnumStorage/compute.v1.json +++ b/EnumStorage/compute.v1.json @@ -29,6 +29,11 @@ "BLOCK_VIEW_UNSPECIFIED", "FULL" ], + "Google.Apis.Compute.v1.ReservationSubBlocksResource+GetRequest.ViewEnum": [ + "SUB_BLOCK_VIEW_BASIC", + "SUB_BLOCK_VIEW_FULL", + "SUB_BLOCK_VIEW_UNSPECIFIED" + ], "Google.Apis.Compute.v1.RoutersResource+ListBgpRoutesRequest.AddressFamilyEnum": [ "IPV4", "IPV6", @@ -39,6 +44,10 @@ "LEARNED", "UNSPECIFIED_ROUTE_TYPE" ], + "Google.Apis.Compute.v1.SubnetworksResource+AggregatedListRequest.ViewsEnum": [ + "DEFAULT", + "WITH_UTILIZATION" + ], "Google.Apis.Compute.v1.SubnetworksResource+GetRequest.ViewsEnum": [ "DEFAULT", "WITH_UTILIZATION" diff --git a/EnumStorage/dataform.v1.json b/EnumStorage/dataform.v1.json new file mode 100644 index 00000000000..1beb1637269 --- /dev/null +++ b/EnumStorage/dataform.v1.json @@ -0,0 +1,11 @@ +{ + "Google.Apis.Dataform.v1.DataformBaseServiceRequest<>.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Dataform.v1.DataformBaseServiceRequest<>.XgafvEnum": [ + "1", + "2" + ] +} \ No newline at end of file diff --git a/EnumStorage/datamanager.v1.json b/EnumStorage/datamanager.v1.json new file mode 100644 index 00000000000..6c3a113f2e1 --- /dev/null +++ b/EnumStorage/datamanager.v1.json @@ -0,0 +1,11 @@ +{ + "Google.Apis.DataManager.v1.DataManagerBaseServiceRequest<>.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.DataManager.v1.DataManagerBaseServiceRequest<>.XgafvEnum": [ + "1", + "2" + ] +} \ No newline at end of file diff --git a/EnumStorage/dfareporting.v4.json b/EnumStorage/dfareporting.v4.json index 6978b29a8fe..f244c3598a0 100644 --- a/EnumStorage/dfareporting.v4.json +++ b/EnumStorage/dfareporting.v4.json @@ -490,6 +490,15 @@ "ASCENDING", "DESCENDING" ], + "Google.Apis.Dfareporting.v4.StudioCreativeAssetsResource+InsertMediaUpload.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Dfareporting.v4.StudioCreativeAssetsResource+InsertMediaUpload.XgafvEnum": [ + "1", + "2" + ], "Google.Apis.Dfareporting.v4.SubaccountsResource+ListRequest.SortFieldEnum": [ "ID", "NAME" diff --git a/EnumStorage/dfareporting.v5.json b/EnumStorage/dfareporting.v5.json index 5fe1709b867..50b2d2b0eff 100644 --- a/EnumStorage/dfareporting.v5.json +++ b/EnumStorage/dfareporting.v5.json @@ -452,6 +452,15 @@ "ASCENDING", "DESCENDING" ], + "Google.Apis.Dfareporting.v5.StudioCreativeAssetsResource+InsertMediaUpload.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.Dfareporting.v5.StudioCreativeAssetsResource+InsertMediaUpload.XgafvEnum": [ + "1", + "2" + ], "Google.Apis.Dfareporting.v5.SubaccountsResource+ListRequest.SortFieldEnum": [ "ID", "NAME" diff --git a/EnumStorage/discoveryengine.v1alpha.json b/EnumStorage/discoveryengine.v1alpha.json index 376f085398c..e173629bdfc 100644 --- a/EnumStorage/discoveryengine.v1alpha.json +++ b/EnumStorage/discoveryengine.v1alpha.json @@ -39,6 +39,12 @@ "BRANCH_VIEW_BASIC", "BRANCH_VIEW_FULL" ], + "Google.Apis.DiscoveryEngine.v1alpha.ProjectsResource+LocationsResource+CollectionsResource+EnginesResource+AssistantsResource+ListAvailableAgentViewsRequest.AgentOriginEnum": [ + "AGENT_ORIGIN_UNSPECIFIED", + "GOOGLE", + "ORGANIZATION", + "USER" + ], "Google.Apis.DiscoveryEngine.v1alpha.ProjectsResource+LocationsResource+DataStoresResource+BranchesResource+DocumentsResource+GetProcessedDocumentRequest.ProcessedDocumentFormatEnum": [ "PROCESSED_DOCUMENT_FORMAT_UNSPECIFIED", "JSON" @@ -60,5 +66,21 @@ "BRANCH_VIEW_UNSPECIFIED", "BRANCH_VIEW_BASIC", "BRANCH_VIEW_FULL" + ], + "Google.Apis.DiscoveryEngine.v1alpha.ProjectsResource+LocationsResource+GetConfigurablePricingUsageStatsRequest.MetricTypesEnum": [ + "BILLING_METRIC_TYPE_UNSPECIFIED", + "DAILY_MDN_QPM", + "DAILY_MIN_QPM", + "DAILY_MAX_QPM", + "DAILY_SEARCH_REQUEST", + "TOTAL_STORAGE" + ], + "Google.Apis.DiscoveryEngine.v1alpha.ProjectsResource+LocationsResource+QueryConfigurablePricingUsageStatsRequest.MetricTypesEnum": [ + "BILLING_METRIC_TYPE_UNSPECIFIED", + "DAILY_MDN_QPM", + "DAILY_MIN_QPM", + "DAILY_MAX_QPM", + "DAILY_SEARCH_REQUEST", + "TOTAL_STORAGE" ] } \ No newline at end of file diff --git a/EnumStorage/displayvideo.v4.json b/EnumStorage/displayvideo.v4.json index a0c2b7748d7..e69abed4e44 100644 --- a/EnumStorage/displayvideo.v4.json +++ b/EnumStorage/displayvideo.v4.json @@ -1,4 +1,13 @@ { + "Google.Apis.DisplayVideo.v4.AdvertisersResource+AdAssetsResource+UploadMediaUpload.AltEnum": [ + "json", + "media", + "proto" + ], + "Google.Apis.DisplayVideo.v4.AdvertisersResource+AdAssetsResource+UploadMediaUpload.XgafvEnum": [ + "1", + "2" + ], "Google.Apis.DisplayVideo.v4.AdvertisersResource+AdGroupsResource+TargetingTypesResource+AssignedTargetingOptionsResource+GetRequest.TargetingTypeEnum": [ "TARGETING_TYPE_UNSPECIFIED", "TARGETING_TYPE_CHANNEL", @@ -103,6 +112,24 @@ "TARGETING_TYPE_SESSION_POSITION", "TARGETING_TYPE_CONTENT_THEME_EXCLUSION" ], + "Google.Apis.DisplayVideo.v4.AdvertisersResource+AdGroupsResource+YoutubeAssetTypesResource+YoutubeAssetAssociationsResource+CreateRequest.YoutubeAssetTypeEnum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "Google.Apis.DisplayVideo.v4.AdvertisersResource+AdGroupsResource+YoutubeAssetTypesResource+YoutubeAssetAssociationsResource+DeleteRequest.YoutubeAssetTypeEnum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "Google.Apis.DisplayVideo.v4.AdvertisersResource+AdGroupsResource+YoutubeAssetTypesResource+YoutubeAssetAssociationsResource+ListRequest.YoutubeAssetTypeEnum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], "Google.Apis.DisplayVideo.v4.AdvertisersResource+AssetsResource+UploadMediaUpload.AltEnum": [ "json", "media", @@ -637,6 +664,24 @@ "TARGETING_TYPE_SESSION_POSITION", "TARGETING_TYPE_CONTENT_THEME_EXCLUSION" ], + "Google.Apis.DisplayVideo.v4.AdvertisersResource+LineItemsResource+YoutubeAssetTypesResource+YoutubeAssetAssociationsResource+CreateRequest.YoutubeAssetTypeEnum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "Google.Apis.DisplayVideo.v4.AdvertisersResource+LineItemsResource+YoutubeAssetTypesResource+YoutubeAssetAssociationsResource+DeleteRequest.YoutubeAssetTypeEnum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], + "Google.Apis.DisplayVideo.v4.AdvertisersResource+LineItemsResource+YoutubeAssetTypesResource+YoutubeAssetAssociationsResource+ListRequest.YoutubeAssetTypeEnum": [ + "YOUTUBE_ASSET_TYPE_UNSPECIFIED", + "YOUTUBE_ASSET_TYPE_LOCATION", + "YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION", + "YOUTUBE_ASSET_TYPE_SITELINK" + ], "Google.Apis.DisplayVideo.v4.AdvertisersResource+TargetingTypesResource+AssignedTargetingOptionsResource+CreateRequest.TargetingTypeEnum": [ "TARGETING_TYPE_UNSPECIFIED", "TARGETING_TYPE_CHANNEL", diff --git a/EnumStorage/paymentsresellersubscription.v1.json b/EnumStorage/paymentsresellersubscription.v1.json index c4e5d4e4ebd..64f16c1c98b 100644 --- a/EnumStorage/paymentsresellersubscription.v1.json +++ b/EnumStorage/paymentsresellersubscription.v1.json @@ -1,4 +1,10 @@ { + "Google.Apis.PaymentsResellerSubscription.v1.PartnersResource+SubscriptionsResource+ProvisionRequest.CycleOptionsInitialCycleDurationUnitEnum": [ + "UNIT_UNSPECIFIED", + "MONTH", + "DAY", + "HOUR" + ], "Google.Apis.PaymentsResellerSubscription.v1.PaymentsResellerSubscriptionBaseServiceRequest<>.AltEnum": [ "json", "media", diff --git a/ExcludedServices.json b/ExcludedServices.json index 61a403fbc03..a4d693fa167 100644 --- a/ExcludedServices.json +++ b/ExcludedServices.json @@ -45,4 +45,10 @@ // b/447065891 for investigating the failure "aiplatform.v1beta1", + + // b/462033382 for investigating the failure + "aiplatform.v1", + + // b/459521801 for investigating the failure + "composer.v1beta1", ] diff --git a/README.md b/README.md index db2ba756e71..22de89a50fb 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ The libraries are shown in the following table. | [Google.Apis.BigQueryConnectionService.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryConnectionService.v1/latest/api/Google.Apis.BigQueryConnectionService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryConnectionService.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryConnectionService.v1) | [BigQuery Connection API v1](https://cloud.google.com/bigquery/docs/connections-api-intro) | | [Google.Apis.BigQueryConnectionService.v1beta1](https://googleapis.dev/dotnet/Google.Apis.BigQueryConnectionService.v1beta1/latest/api/Google.Apis.BigQueryConnectionService.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryConnectionService.v1beta1)](https://www.nuget.org/packages/Google.Apis.BigQueryConnectionService.v1beta1) | [BigQuery Connection API v1beta1](https://cloud.google.com/bigquery/docs/connections-api-intro) | | [Google.Apis.BigQueryDataPolicyService.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryDataPolicyService.v1/latest/api/Google.Apis.BigQueryDataPolicyService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryDataPolicyService.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryDataPolicyService.v1) | [BigQuery Data Policy API v1](https://cloud.google.com/bigquery/docs/column-data-masking) | +| [Google.Apis.BigQueryDataPolicyService.v2](https://googleapis.dev/dotnet/Google.Apis.BigQueryDataPolicyService.v2/latest/api/Google.Apis.BigQueryDataPolicyService.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryDataPolicyService.v2)](https://www.nuget.org/packages/Google.Apis.BigQueryDataPolicyService.v2) | [BigQuery Data Policy API v2](https://cloud.google.com/bigquery/docs/column-data-masking) | | [Google.Apis.BigQueryDataTransfer.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryDataTransfer.v1/latest/api/Google.Apis.BigQueryDataTransfer.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryDataTransfer.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryDataTransfer.v1) | [BigQuery Data Transfer API v1](https://cloud.google.com/bigquery-transfer/) | | [Google.Apis.BigQueryReservation.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryReservation.v1/latest/api/Google.Apis.BigQueryReservation.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryReservation.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryReservation.v1) | [BigQuery Reservation API v1](https://cloud.google.com/bigquery/) | | [Google.Apis.Bigquery.v2](https://googleapis.dev/dotnet/Google.Apis.Bigquery.v2/latest/api/Google.Apis.Bigquery.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Bigquery.v2)](https://www.nuget.org/packages/Google.Apis.Bigquery.v2) | [BigQuery API v2](https://cloud.google.com/bigquery/) | @@ -135,6 +136,8 @@ The libraries are shown in the following table. | [Google.Apis.ChromeManagement.v1](https://googleapis.dev/dotnet/Google.Apis.ChromeManagement.v1/latest/api/Google.Apis.ChromeManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ChromeManagement.v1)](https://www.nuget.org/packages/Google.Apis.ChromeManagement.v1) | [Chrome Management API v1](https://developers.google.com/chrome/management/) | | [Google.Apis.ChromePolicy.v1](https://googleapis.dev/dotnet/Google.Apis.ChromePolicy.v1/latest/api/Google.Apis.ChromePolicy.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ChromePolicy.v1)](https://www.nuget.org/packages/Google.Apis.ChromePolicy.v1) | [Chrome Policy API v1](http://developers.google.com/chrome/policy) | | [Google.Apis.ChromeUXReport.v1](https://googleapis.dev/dotnet/Google.Apis.ChromeUXReport.v1/latest/api/Google.Apis.ChromeUXReport.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ChromeUXReport.v1)](https://www.nuget.org/packages/Google.Apis.ChromeUXReport.v1) | [Chrome UX Report API v1](https://developers.google.com/web/tools/chrome-user-experience-report/api/reference) | +| [Google.Apis.Chromewebstore.v1_1](https://googleapis.dev/dotnet/Google.Apis.Chromewebstore.v1_1/latest/api/Google.Apis.Chromewebstore.v1_1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Chromewebstore.v1_1)](https://www.nuget.org/packages/Google.Apis.Chromewebstore.v1_1) | [Chrome Web Store API v1_1](https://developer.chrome.com/docs/webstore/api) | +| [Google.Apis.Chromewebstore.v2](https://googleapis.dev/dotnet/Google.Apis.Chromewebstore.v2/latest/api/Google.Apis.Chromewebstore.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Chromewebstore.v2)](https://www.nuget.org/packages/Google.Apis.Chromewebstore.v2) | [Chrome Web Store API v2](https://developer.chrome.com/docs/webstore/api) | | [Google.Apis.CivicInfo.v2](https://googleapis.dev/dotnet/Google.Apis.CivicInfo.v2/latest/api/Google.Apis.CivicInfo.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CivicInfo.v2)](https://www.nuget.org/packages/Google.Apis.CivicInfo.v2) | [Google Civic Information API v2](https://developers.google.com/civic-information/) | | [Google.Apis.Classroom.v1](https://googleapis.dev/dotnet/Google.Apis.Classroom.v1/latest/api/Google.Apis.Classroom.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Classroom.v1)](https://www.nuget.org/packages/Google.Apis.Classroom.v1) | [Google Classroom API v1](https://developers.google.com/workspace/classroom/) | | [Google.Apis.CloudAlloyDBAdmin.v1](https://googleapis.dev/dotnet/Google.Apis.CloudAlloyDBAdmin.v1/latest/api/Google.Apis.CloudAlloyDBAdmin.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAlloyDBAdmin.v1)](https://www.nuget.org/packages/Google.Apis.CloudAlloyDBAdmin.v1) | [AlloyDB API v1](https://cloud.google.com/alloydb/) | @@ -213,9 +216,9 @@ The libraries are shown in the following table. | [Google.Apis.CloudTasks.v2](https://googleapis.dev/dotnet/Google.Apis.CloudTasks.v2/latest/api/Google.Apis.CloudTasks.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTasks.v2)](https://www.nuget.org/packages/Google.Apis.CloudTasks.v2) | [Cloud Tasks API v2](https://cloud.google.com/tasks/) | | [Google.Apis.CloudTasks.v2beta2](https://googleapis.dev/dotnet/Google.Apis.CloudTasks.v2beta2/latest/api/Google.Apis.CloudTasks.v2beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTasks.v2beta2)](https://www.nuget.org/packages/Google.Apis.CloudTasks.v2beta2) | [Cloud Tasks API v2beta2](https://cloud.google.com/tasks/) | | [Google.Apis.CloudTasks.v2beta3](https://googleapis.dev/dotnet/Google.Apis.CloudTasks.v2beta3/latest/api/Google.Apis.CloudTasks.v2beta3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTasks.v2beta3)](https://www.nuget.org/packages/Google.Apis.CloudTasks.v2beta3) | [Cloud Tasks API v2beta3](https://cloud.google.com/tasks/) | -| [Google.Apis.CloudTrace.v1](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v1/latest/api/Google.Apis.CloudTrace.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v1)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v1) | [Cloud Trace API v1](https://cloud.google.com/trace) | -| [Google.Apis.CloudTrace.v2](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2/latest/api/Google.Apis.CloudTrace.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v2)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v2) | [Cloud Trace API v2](https://cloud.google.com/trace) | -| [Google.Apis.CloudTrace.v2beta1](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2beta1/latest/api/Google.Apis.CloudTrace.v2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v2beta1)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v2beta1) | [Cloud Trace API v2beta1](https://cloud.google.com/trace) | +| [Google.Apis.CloudTrace.v1](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v1/latest/api/Google.Apis.CloudTrace.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v1)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v1) | [Cloud Trace API v1](https://cloud.google.com/trace/) | +| [Google.Apis.CloudTrace.v2](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2/latest/api/Google.Apis.CloudTrace.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v2)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v2) | [Cloud Trace API v2](https://cloud.google.com/trace/) | +| [Google.Apis.CloudTrace.v2beta1](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2beta1/latest/api/Google.Apis.CloudTrace.v2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v2beta1)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v2beta1) | [Cloud Trace API v2beta1](https://cloud.google.com/trace/) | | [Google.Apis.CloudVideoIntelligence.v1](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1/latest/api/Google.Apis.CloudVideoIntelligence.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1) | [Cloud Video Intelligence API v1](https://cloud.google.com/video-intelligence/docs/) | | [Google.Apis.CloudVideoIntelligence.v1beta2](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1beta2/latest/api/Google.Apis.CloudVideoIntelligence.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1beta2)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1beta2) | [Cloud Video Intelligence API v1beta2](https://cloud.google.com/video-intelligence/docs/) | | [Google.Apis.CloudVideoIntelligence.v1p1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1p1beta1/latest/api/Google.Apis.CloudVideoIntelligence.v1p1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1p1beta1)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1p1beta1) | [Cloud Video Intelligence API v1p1beta1](https://cloud.google.com/video-intelligence/docs/) | @@ -247,11 +250,13 @@ The libraries are shown in the following table. | [Google.Apis.DataFusion.v1](https://googleapis.dev/dotnet/Google.Apis.DataFusion.v1/latest/api/Google.Apis.DataFusion.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataFusion.v1)](https://www.nuget.org/packages/Google.Apis.DataFusion.v1) | [Cloud Data Fusion API v1](https://cloud.google.com/data-fusion/docs) | | [Google.Apis.DataFusion.v1beta1](https://googleapis.dev/dotnet/Google.Apis.DataFusion.v1beta1/latest/api/Google.Apis.DataFusion.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataFusion.v1beta1)](https://www.nuget.org/packages/Google.Apis.DataFusion.v1beta1) | [Cloud Data Fusion API v1beta1](https://cloud.google.com/data-fusion/docs) | | [Google.Apis.DataLabeling.v1beta1](https://googleapis.dev/dotnet/Google.Apis.DataLabeling.v1beta1/latest/api/Google.Apis.DataLabeling.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataLabeling.v1beta1)](https://www.nuget.org/packages/Google.Apis.DataLabeling.v1beta1) | [Data Labeling API v1beta1](https://cloud.google.com/data-labeling/docs/) | +| [Google.Apis.DataManager.v1](https://googleapis.dev/dotnet/Google.Apis.DataManager.v1/latest/api/Google.Apis.DataManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataManager.v1)](https://www.nuget.org/packages/Google.Apis.DataManager.v1) | [Data Manager API v1](https://developers.google.com/data-manager) | | [Google.Apis.DataPortability.v1](https://googleapis.dev/dotnet/Google.Apis.DataPortability.v1/latest/api/Google.Apis.DataPortability.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataPortability.v1)](https://www.nuget.org/packages/Google.Apis.DataPortability.v1) | [Data Portability API v1](https://developers.google.com/data-portability) | | [Google.Apis.DataPortability.v1beta](https://googleapis.dev/dotnet/Google.Apis.DataPortability.v1beta/latest/api/Google.Apis.DataPortability.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataPortability.v1beta)](https://www.nuget.org/packages/Google.Apis.DataPortability.v1beta) | [Data Portability API v1beta](https://developers.google.com/data-portability) | | [Google.Apis.DatabaseMigrationService.v1](https://googleapis.dev/dotnet/Google.Apis.DatabaseMigrationService.v1/latest/api/Google.Apis.DatabaseMigrationService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DatabaseMigrationService.v1)](https://www.nuget.org/packages/Google.Apis.DatabaseMigrationService.v1) | [Database Migration API v1](https://cloud.google.com/database-migration/) | | [Google.Apis.DatabaseMigrationService.v1beta1](https://googleapis.dev/dotnet/Google.Apis.DatabaseMigrationService.v1beta1/latest/api/Google.Apis.DatabaseMigrationService.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DatabaseMigrationService.v1beta1)](https://www.nuget.org/packages/Google.Apis.DatabaseMigrationService.v1beta1) | [Database Migration API v1beta1](https://cloud.google.com/database-migration/) | | [Google.Apis.Dataflow.v1b3](https://googleapis.dev/dotnet/Google.Apis.Dataflow.v1b3/latest/api/Google.Apis.Dataflow.v1b3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataflow.v1b3)](https://www.nuget.org/packages/Google.Apis.Dataflow.v1b3) | [Dataflow API v1b3](https://cloud.google.com/dataflow) | +| [Google.Apis.Dataform.v1](https://googleapis.dev/dotnet/Google.Apis.Dataform.v1/latest/api/Google.Apis.Dataform.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataform.v1)](https://www.nuget.org/packages/Google.Apis.Dataform.v1) | [Dataform API v1](https://cloud.google.com/dataform/docs) | | [Google.Apis.Dataform.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Dataform.v1beta1/latest/api/Google.Apis.Dataform.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataform.v1beta1)](https://www.nuget.org/packages/Google.Apis.Dataform.v1beta1) | [Dataform API v1beta1](https://cloud.google.com/dataform/docs) | | [Google.Apis.Datapipelines.v1](https://googleapis.dev/dotnet/Google.Apis.Datapipelines.v1/latest/api/Google.Apis.Datapipelines.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Datapipelines.v1)](https://www.nuget.org/packages/Google.Apis.Datapipelines.v1) | [Data pipelines API v1](https://cloud.google.com/dataflow/docs/guides/data-pipelines) | | [Google.Apis.Dataproc.v1](https://googleapis.dev/dotnet/Google.Apis.Dataproc.v1/latest/api/Google.Apis.Dataproc.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataproc.v1)](https://www.nuget.org/packages/Google.Apis.Dataproc.v1) | [Cloud Dataproc API v1](https://cloud.google.com/dataproc/) | @@ -336,7 +341,7 @@ The libraries are shown in the following table. | [Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha](https://googleapis.dev/dotnet/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/latest/api/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha)](https://www.nuget.org/packages/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha) | [Google Marketing Platform Admin API v1alpha](https://developers.google.com/analytics/devguides/config/gmp/v1) | | [Google.Apis.GroupsMigration.v1](https://googleapis.dev/dotnet/Google.Apis.GroupsMigration.v1/latest/api/Google.Apis.GroupsMigration.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GroupsMigration.v1)](https://www.nuget.org/packages/Google.Apis.GroupsMigration.v1) | [Groups Migration API v1](https://developers.google.com/google-apps/groups-migration/) | | [Google.Apis.Groupssettings.v1](https://googleapis.dev/dotnet/Google.Apis.Groupssettings.v1/latest/api/Google.Apis.Groupssettings.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Groupssettings.v1)](https://www.nuget.org/packages/Google.Apis.Groupssettings.v1) | [Groups Settings API v1](https://developers.google.com/google-apps/groups-settings/get_started) | -| [Google.Apis.HangoutsChat.v1](https://googleapis.dev/dotnet/Google.Apis.HangoutsChat.v1/latest/api/Google.Apis.HangoutsChat.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.HangoutsChat.v1)](https://www.nuget.org/packages/Google.Apis.HangoutsChat.v1) | [Google Chat API v1](https://developers.google.com/hangouts/chat) | +| [Google.Apis.HangoutsChat.v1](https://googleapis.dev/dotnet/Google.Apis.HangoutsChat.v1/latest/api/Google.Apis.HangoutsChat.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.HangoutsChat.v1)](https://www.nuget.org/packages/Google.Apis.HangoutsChat.v1) | [Google Chat API v1](https://developers.google.com/workspace/chat) | | [Google.Apis.HomeGraphService.v1](https://googleapis.dev/dotnet/Google.Apis.HomeGraphService.v1/latest/api/Google.Apis.HomeGraphService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.HomeGraphService.v1)](https://www.nuget.org/packages/Google.Apis.HomeGraphService.v1) | [HomeGraph API v1](https://developers.home.google.com/cloud-to-cloud/get-started) | | [Google.Apis.IAMCredentials.v1](https://googleapis.dev/dotnet/Google.Apis.IAMCredentials.v1/latest/api/Google.Apis.IAMCredentials.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.IAMCredentials.v1)](https://www.nuget.org/packages/Google.Apis.IAMCredentials.v1) | [IAM Service Account Credentials API v1](https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials) | | [Google.Apis.IDS.v1](https://googleapis.dev/dotnet/Google.Apis.IDS.v1/latest/api/Google.Apis.IDS.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.IDS.v1)](https://www.nuget.org/packages/Google.Apis.IDS.v1) | [Cloud IDS API v1](https://cloud.google.com/) | diff --git a/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.cs b/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.cs index 2aa3928602c..7598c2e29ab 100644 --- a/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.cs +++ b/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.cs @@ -2685,6 +2685,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2730,6 +2741,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4286,8 +4305,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. A list of extra location types that should be used as conditions for controlling the - /// visibility of the locations. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5584,6 +5603,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj b/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj index 01cf16e7a1b..9166059e6b0 100644 --- a/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj +++ b/Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AIPlatformNotebooks.v1 Client Library - 1.69.0.3772 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.cs b/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.cs index 1649597b5f2..2496830adf8 100644 --- a/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.cs +++ b/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.cs @@ -960,7 +960,7 @@ protected override void InitParameters() /// UpdateInstance updates an Instance. /// The body of the request. /// - /// Output only. The name of this notebook instance. Format: + /// Output only. Identifier. The name of this notebook instance. Format: /// `projects/{project_id}/locations/{location}/instances/{instance_id}` /// public virtual PatchRequest Patch(Google.Apis.AIPlatformNotebooks.v2.Data.Instance body, string name) @@ -980,7 +980,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.AIP } /// - /// Output only. The name of this notebook instance. Format: + /// Output only. Identifier. The name of this notebook instance. Format: /// `projects/{project_id}/locations/{location}/instances/{instance_id}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] @@ -1941,6 +1941,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1986,6 +1997,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2057,8 +2076,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. A list of extra location types that should be used as conditions for controlling the - /// visibility of the locations. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2475,6 +2494,10 @@ public class DataDisk : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("kmsKey")] public virtual string KmsKey { get; set; } + /// Optional. The resource policies to apply to the data disk. + [Newtonsoft.Json.JsonPropertyAttribute("resourcePolicies")] + public virtual System.Collections.Generic.IList ResourcePolicies { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -2714,6 +2737,10 @@ public class GceSetup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("gpuDriverConfig")] public virtual GPUDriverConfig GpuDriverConfig { get; set; } + /// Output only. The unique ID of the Compute Engine instance resource. + [Newtonsoft.Json.JsonPropertyAttribute("instanceId")] + public virtual string InstanceId { get; set; } + /// /// Optional. The machine type of the VM instance. https://cloud.google.com/compute/docs/machine-resource /// @@ -2926,7 +2953,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Output only. The name of this notebook instance. Format: + /// Output only. Identifier. The name of this notebook instance. Format: /// `projects/{project_id}/locations/{location}/instances/{instance_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] @@ -3049,6 +3076,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj b/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj index e0711e027a3..8458dc7d964 100644 --- a/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj +++ b/Src/Generated/Google.Apis.AIPlatformNotebooks.v2/Google.Apis.AIPlatformNotebooks.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.AIPlatformNotebooks.v2 Client Library - 1.70.0.3843 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.cs b/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.cs index 988d9a91d15..22b1c92fb26 100644 --- a/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.cs +++ b/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.cs @@ -1823,8 +1823,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.csproj b/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.csproj index 4717e2873b8..7bb5a9aa179 100644 --- a/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.csproj +++ b/Src/Generated/Google.Apis.APIManagement.v1alpha/Google.Apis.APIManagement.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.APIManagement.v1alpha Client Library - 1.71.0.3919 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.cs b/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.cs index 5ba843b8bff..23d9110b2c9 100644 --- a/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.cs +++ b/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.cs @@ -292,6 +292,7 @@ public class LocationsResource public LocationsResource(Google.Apis.Services.IClientService service) { this.service = service; + Addons = new AddonsResource(service); ApiHubInstances = new ApiHubInstancesResource(service); Apis = new ApisResource(service); Attributes = new AttributesResource(service); @@ -306,6 +307,240 @@ public LocationsResource(Google.Apis.Services.IClientService service) RuntimeProjectAttachments = new RuntimeProjectAttachmentsResource(service); } + /// Gets the Addons resource. + public virtual AddonsResource Addons { get; } + + /// The "addons" collection of methods. + public class AddonsResource + { + private const string Resource = "addons"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AddonsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Get an addon. + /// + /// Required. The name of the addon to get. Format: + /// `projects/{project}/locations/{location}/addons/{addon}`. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Get an addon. + public class GetRequest : APIhubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the addon to get. Format: + /// `projects/{project}/locations/{location}/addons/{addon}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/addons/[^/]+$", + }); + } + } + + /// List addons. + /// + /// Required. The parent resource where this addon will be created. Format: + /// `projects/{project}/locations/{location}`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// List addons. + public class ListRequest : APIhubBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource where this addon will be created. Format: + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. An expression that filters the list of addons. The only supported filter is + /// `plugin_instance_name`. It can be used to filter addons that are enabled for a given plugin + /// instance. The format of the filter is `plugin_instance_name = + /// "projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}"`. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. The maximum number of hub addons to return. The service may return fewer than this + /// value. If unspecified, at most 50 hub addons will be returned. The maximum value is 1000; values + /// above 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous `ListAddons` call. Provide this to retrieve the + /// subsequent page. When paginating, all other parameters (except page_size) provided to + /// `ListAddons` must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/addons"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Manage addon config. This RPC is used for managing the config of the addon. Calling this RPC moves + /// the addon into an updating state until the long-running operation succeeds. + /// + /// The body of the request. + /// + /// Required. The name of the addon for which the config is to be managed. Format: + /// `projects/{project}/locations/{location}/addons/{addon}`. + /// + public virtual ManageConfigRequest ManageConfig(Google.Apis.APIhub.v1.Data.GoogleCloudApihubV1ManageAddonConfigRequest body, string name) + { + return new ManageConfigRequest(this.service, body, name); + } + + /// + /// Manage addon config. This RPC is used for managing the config of the addon. Calling this RPC moves + /// the addon into an updating state until the long-running operation succeeds. + /// + public class ManageConfigRequest : APIhubBaseServiceRequest + { + /// Constructs a new ManageConfig request. + public ManageConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.APIhub.v1.Data.GoogleCloudApihubV1ManageAddonConfigRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the addon for which the config is to be managed. Format: + /// `projects/{project}/locations/{location}/addons/{addon}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.APIhub.v1.Data.GoogleCloudApihubV1ManageAddonConfigRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "manageConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:manageConfig"; + + /// Initializes ManageConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/addons/[^/]+$", + }); + } + } + } + /// Gets the ApiHubInstances resource. public virtual ApiHubInstancesResource ApiHubInstances { get; } @@ -1034,10 +1269,15 @@ protected override void InitParameters() /// /// Update an operation in an API version. The following fields in the ApiOperation resource can /// be updated: * details.description * details.documentation * details.http_operation.path * - /// details.http_operation.method * details.deprecated * attributes The update_mask should be - /// used to specify the fields being updated. An operation can be updated only if the operation - /// was created via CreateApiOperation API. If the operation was created by parsing the spec, - /// then it can be edited by updating the spec. + /// details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title * + /// details.mcp_tool.description * details.input_schema * details.output_schema * + /// details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint * + /// details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint + /// * details.mcp_tool.annotations.open_world_hint * + /// details.mcp_tool.annotations.additional_hints The update_mask should be used to specify the + /// fields being updated. An operation can be updated only if the operation was created via + /// CreateApiOperation API. If the operation was created by parsing the spec, then it can be + /// edited by updating the spec. /// /// The body of the request. /// @@ -1052,10 +1292,15 @@ public virtual PatchRequest Patch(Google.Apis.APIhub.v1.Data.GoogleCloudApihubV1 /// /// Update an operation in an API version. The following fields in the ApiOperation resource can /// be updated: * details.description * details.documentation * details.http_operation.path * - /// details.http_operation.method * details.deprecated * attributes The update_mask should be - /// used to specify the fields being updated. An operation can be updated only if the operation - /// was created via CreateApiOperation API. If the operation was created by parsing the spec, - /// then it can be edited by updating the spec. + /// details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title * + /// details.mcp_tool.description * details.input_schema * details.output_schema * + /// details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint * + /// details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint + /// * details.mcp_tool.annotations.open_world_hint * + /// details.mcp_tool.annotations.additional_hints The update_mask should be used to specify the + /// fields being updated. An operation can be updated only if the operation was created via + /// CreateApiOperation API. If the operation was created by parsing the spec, then it can be + /// edited by updating the spec. /// public class PatchRequest : APIhubBaseServiceRequest { @@ -2522,9 +2767,9 @@ protected override void InitParameters() /// /// Update an API resource in the API hub. The following fields in the API can be updated: * /// display_name * description * owner * documentation * target_user * team * business_unit * - /// maturity_level * api_style * attributes The update_mask should be used to specify the fields being - /// updated. Updating the owner field requires complete owner message and updates both owner and email - /// fields. + /// maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify the + /// fields being updated. Updating the owner field requires complete owner message and updates both + /// owner and email fields. /// /// The body of the request. /// @@ -2539,9 +2784,9 @@ public virtual PatchRequest Patch(Google.Apis.APIhub.v1.Data.GoogleCloudApihubV1 /// /// Update an API resource in the API hub. The following fields in the API can be updated: * /// display_name * description * owner * documentation * target_user * team * business_unit * - /// maturity_level * api_style * attributes The update_mask should be used to specify the fields being - /// updated. Updating the owner field requires complete owner message and updates both owner and email - /// fields. + /// maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify the + /// fields being updated. Updating the owner field requires complete owner message and updates both + /// owner and email fields. /// public class PatchRequest : APIhubBaseServiceRequest { @@ -5415,6 +5660,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -5460,6 +5716,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -7171,8 +7435,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7495,6 +7759,146 @@ public class GoogleCloudApihubV1ActionExecutionDetail : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// Addon resource. + public class GoogleCloudApihubV1Addon : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The configuration of the addon. + [Newtonsoft.Json.JsonPropertyAttribute("config")] + public virtual GoogleCloudApihubV1AddonConfig Config { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time at which the addon was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Required. The data source on which the addon operates. This determines which field in the `config` oneof is + /// used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataSource")] + public virtual string DataSource { get; set; } + + /// Optional. The description of the addon. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Required. The display name of the addon. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Identifier. The name of the addon to enable. Format: + /// `projects/{project}/locations/{location}/addons/{addon}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. The state of the addon. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. The time at which the addon was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for the addon. + public class GoogleCloudApihubV1AddonConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Configuration for addons which act on all data in the API hub. + [Newtonsoft.Json.JsonPropertyAttribute("allDataAddonConfig")] + public virtual GoogleCloudApihubV1AllDataAddonConfig AllDataAddonConfig { get; set; } + + /// Configuration for gateway plugin addons. + [Newtonsoft.Json.JsonPropertyAttribute("gatewayPluginAddonConfig")] + public virtual GoogleCloudApihubV1GatewayPluginAddonConfig GatewayPluginAddonConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Configuration for addons which act on all data in the API hub. This is used to specify if the addon is enabled + /// for all data in the API hub. + /// + public class GoogleCloudApihubV1AllDataAddonConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. If true, the addon is enabled for all data in the API hub. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The value that can be assigned to the attribute when the data type is enum. public class GoogleCloudApihubV1AllowedValue : Google.Apis.Requests.IDirectResponseSchema { @@ -7635,7 +8039,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("documentation")] public virtual GoogleCloudApihubV1Documentation Documentation { get; set; } - /// Optional. Fingerprint of the API resource. + /// + /// Optional. Fingerprint of the API resource. This must be unique for each API resource. It can neither be + /// unset nor be updated to an existing fingerprint of another API resource. + /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } @@ -8074,6 +8481,60 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Configuration for Apigee Edge gateways. Applicability of a filter is determined by the filter being provided. If + /// none of the filters are provided the addon will be enabled for all data brought in by the gateway plugin + /// instance. + /// + public class GoogleCloudApihubV1ApigeeEdgeConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The filter to apply on the resources managed by the gateway plugin instance. If provided this + /// filter applies environment specific filtering. + /// + [Newtonsoft.Json.JsonPropertyAttribute("environmentFilter")] + public virtual GoogleCloudApihubV1EnvironmentFilter EnvironmentFilter { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Configuration for Apigee OPDK gateways. Applicability of a filter is determined by the filter being provided. If + /// none of the filters are provided the addon will be enabled for all data brought in by the gateway plugin + /// instance. + /// + public class GoogleCloudApihubV1ApigeeOPDKConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The filter to apply on the resources managed by the gateway plugin instance. If provided this + /// filter applies environment specific filtering. + /// + [Newtonsoft.Json.JsonPropertyAttribute("environmentFilter")] + public virtual GoogleCloudApihubV1EnvironmentFilter EnvironmentFilter { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Configuration for Apigee X and Apigee Hybrid gateways. Applicability of a filter is determined by the filter + /// being provided. If none of the filters are provided the addon will be enabled for all data brought in by the + /// gateway plugin instance. + /// + public class GoogleCloudApihubV1ApigeeXHybridConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The filter to apply on the resources managed by the gateway plugin instance. If provided this + /// filter applies environment specific filtering. + /// + [Newtonsoft.Json.JsonPropertyAttribute("environmentFilter")] + public virtual GoogleCloudApihubV1EnvironmentFilter EnvironmentFilter { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The details of the Application Integration endpoint to be triggered for curation. public class GoogleCloudApihubV1ApplicationIntegrationEndpointDetails : Google.Apis.Requests.IDirectResponseSchema { @@ -9688,6 +10149,27 @@ public class GoogleCloudApihubV1EnumAttributeValues : Google.Apis.Requests.IDire public virtual string ETag { get; set; } } + /// Filter for environments. + public class GoogleCloudApihubV1EnvironmentFilter : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Indicates if this filter should match all environments or only a subset of environments. If set to + /// true, all environments are matched. + /// + [Newtonsoft.Json.JsonPropertyAttribute("allEnvironments")] + public virtual System.Nullable AllEnvironments { get; set; } + + /// + /// Optional. If provided, only environments in this list are matched. This field is ignored if + /// `all_environments` is true. + /// + [Newtonsoft.Json.JsonPropertyAttribute("environments")] + public virtual System.Collections.Generic.IList Environments { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The ExecutePluginInstanceAction method's request. public class GoogleCloudApihubV1ExecutePluginInstanceActionRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -9834,6 +10316,49 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Configuration for gateway plugin addons. This is used to specify the list of gateway plugin configs for which + /// the addon is enabled. + /// + public class GoogleCloudApihubV1GatewayPluginAddonConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The list of gateway plugin configs for which the addon is enabled. Each gateway plugin config + /// should have a unique plugin instance. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gatewayPluginConfigs")] + public virtual System.Collections.Generic.IList GatewayPluginConfigs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for a gateway plugin. This is used to specify configs for different gateways. + public class GoogleCloudApihubV1GatewayPluginConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Configuration for Apigee Edge gateways. + [Newtonsoft.Json.JsonPropertyAttribute("apigeeEdgeConfig")] + public virtual GoogleCloudApihubV1ApigeeEdgeConfig ApigeeEdgeConfig { get; set; } + + /// Configuration for Apigee OPDK gateways. + [Newtonsoft.Json.JsonPropertyAttribute("apigeeOpdkConfig")] + public virtual GoogleCloudApihubV1ApigeeOPDKConfig ApigeeOpdkConfig { get; set; } + + /// Configuration for Apigee X and Apigee Hybrid gateways. + [Newtonsoft.Json.JsonPropertyAttribute("apigeeXHybridConfig")] + public virtual GoogleCloudApihubV1ApigeeXHybridConfig ApigeeXHybridConfig { get; set; } + + /// + /// Required. The name of the gateway plugin instance for which the config is to be specified. Format: + /// projects/{project}/locations/{location}/plugins/{plugin}/pluginInstances/{plugin_instance} + /// + [Newtonsoft.Json.JsonPropertyAttribute("pluginInstance")] + public virtual string PluginInstance { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Config for Google service account authentication. public class GoogleCloudApihubV1GoogleServiceAccountConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -10212,6 +10737,23 @@ public class GoogleCloudApihubV1LintSpecRequest : Google.Apis.Requests.IDirectRe public virtual string ETag { get; set; } } + /// The ListAddons method's response. + public class GoogleCloudApihubV1ListAddonsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of addons. + [Newtonsoft.Json.JsonPropertyAttribute("addons")] + public virtual System.Collections.Generic.IList Addons { get; set; } + + /// + /// A token to retrieve the next page of results, or empty if there are no more results in the list. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The ListApiOperations method's response. public class GoogleCloudApihubV1ListApiOperationsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -10506,6 +11048,20 @@ public class GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse : Google. public virtual string ETag { get; set; } } + /// The ManageAddonConfig method's request. + public class GoogleCloudApihubV1ManageAddonConfigRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The config of the addon to be managed. This config will replace the config present in the addon. + /// The type of the config should match the config type already present in the addon. + /// + [Newtonsoft.Json.JsonPropertyAttribute("config")] + public virtual GoogleCloudApihubV1AddonConfig Config { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The ManagePluginInstanceSourceData method's request. public class GoogleCloudApihubV1ManagePluginInstanceSourceDataRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -11075,6 +11631,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Optional. The source environment's config present in the gateway instance linked to the plugin instance. The + /// key is the `source_environment` name from the SourceEnvironment message. + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceEnvironmentsConfig")] + public virtual System.Collections.Generic.IDictionary SourceEnvironmentsConfig { get; set; } + /// /// Optional. The source project id of the plugin instance. This will be the id of runtime project in case of /// gcp based plugins and org id in case of non gcp based plugins. This field will be a required field for @@ -11471,6 +12034,98 @@ public class GoogleCloudApihubV1Secret : Google.Apis.Requests.IDirectResponseSch public virtual string ETag { get; set; } } + /// Message representing the source environment details. + public class GoogleCloudApihubV1SourceEnvironment : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Optional. The time at which the environment was created at the source. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Required. The name of the environment at the source. This should map to Deployment. + [Newtonsoft.Json.JsonPropertyAttribute("sourceEnvironment")] + public virtual string SourceEnvironment { get; set; } + + /// + /// The location where additional information about source environments can be found. The location should be + /// relative path of the environment manifest with respect to a plugin instance. + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceEnvironmentUri")] + public virtual string SourceEnvironmentUri { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Optional. The time at which the environment was last updated at the source. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// SourceMetadata represents the metadata for a resource at the source. public class GoogleCloudApihubV1SourceMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -12392,6 +13047,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.csproj b/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.csproj index 1684fa66fbf..d39ecd46339 100644 --- a/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.csproj +++ b/Src/Generated/Google.Apis.APIhub.v1/Google.Apis.APIhub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.APIhub.v1 Client Library - 1.71.0.3907 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj b/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj index cee0dcb89a1..828280d0918 100644 --- a/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj +++ b/Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AccessApproval.v1 Client Library - 1.71.0.3907 + 1.72.0.3940 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.cs b/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.cs index e8b37221701..f551078f0aa 100644 --- a/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.cs +++ b/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.cs @@ -2515,6 +2515,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2560,6 +2570,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4088,6 +4106,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj b/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj index 34e6abb6c12..eb3eb931663 100644 --- a/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj +++ b/Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AccessContextManager.v1 Client Library - 1.70.0.3856 + 1.72.0.3930 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.cs b/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.cs index b147fe8bb85..72121bb65c2 100644 --- a/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.cs +++ b/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.cs @@ -10852,6 +10852,21 @@ public class BatchDeletePrintersResponse : Google.Apis.Requests.IDirectResponseS public virtual string ETag { get; set; } } + /// Information about a device's Bluetooth adapter. + public class BluetoothAdapterInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The MAC address of the adapter. + [Newtonsoft.Json.JsonPropertyAttribute("address")] + public virtual string Address { get; set; } + + /// Output only. The number of devices connected to this adapter. + [Newtonsoft.Json.JsonPropertyAttribute("numConnectedDevices")] + public virtual System.Nullable NumConnectedDevices { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Public API: Resources.buildings public class Building : Google.Apis.Requests.IDirectResponseSchema { @@ -11235,6 +11250,10 @@ public class ChromeOsDevice : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("backlightInfo")] public virtual System.Collections.Generic.IList BacklightInfo { get; set; } + /// Output only. Information about Bluetooth adapters of the device. + [Newtonsoft.Json.JsonPropertyAttribute("bluetoothAdapterInfo")] + public virtual System.Collections.Generic.IList BluetoothAdapterInfo { get; set; } + /// /// The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version /// of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a diff --git a/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj b/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj index fcc17488125..ccda4b1fbc6 100644 --- a/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj +++ b/Src/Generated/Google.Apis.Admin.Directory.directory_v1/Google.Apis.Admin.Directory.directory_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Admin.Directory.directory_v1 Client Library - 1.71.0.3925 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.cs b/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.cs index ca5d3b1f89a..ec1f6c9585a 100644 --- a/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.cs +++ b/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.cs @@ -64,20 +64,20 @@ public ReportsService(Google.Apis.Services.BaseClientService.Initializer initial /// Available OAuth 2.0 scopes for use with the Admin SDK API. public class Scope { - /// View audit reports for your G Suite domain + /// View audit reports for your Google Workspace domain public static string AdminReportsAuditReadonly = "https://www.googleapis.com/auth/admin.reports.audit.readonly"; - /// View usage reports for your G Suite domain + /// View usage reports for your Google Workspace domain public static string AdminReportsUsageReadonly = "https://www.googleapis.com/auth/admin.reports.usage.readonly"; } /// Available OAuth 2.0 scope constants for use with the Admin SDK API. public static class ScopeConstants { - /// View audit reports for your G Suite domain + /// View audit reports for your Google Workspace domain public const string AdminReportsAuditReadonly = "https://www.googleapis.com/auth/admin.reports.audit.readonly"; - /// View usage reports for your G Suite domain + /// View usage reports for your Google Workspace domain public const string AdminReportsUsageReadonly = "https://www.googleapis.com/auth/admin.reports.usage.readonly"; } diff --git a/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj b/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj index 2b430420530..124e41388f3 100644 --- a/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj +++ b/Src/Generated/Google.Apis.Admin.Reports.reports_v1/Google.Apis.Admin.Reports.reports_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Admin.Reports.reports_v1 Client Library - 1.70.0.3882 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.cs b/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.cs index e5a2d2db406..0d6c493e119 100644 --- a/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.cs +++ b/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.cs @@ -35,12 +35,39 @@ public AiplatformService() : this(new Google.Apis.Services.BaseClientService.Ini public AiplatformService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) { BatchPredictionJobs = new BatchPredictionJobsResource(this); + CustomJobs = new CustomJobsResource(this); + DataLabelingJobs = new DataLabelingJobsResource(this); Datasets = new DatasetsResource(this); + DeploymentResourcePools = new DeploymentResourcePoolsResource(this); Endpoints = new EndpointsResource(this); + FeatureGroups = new FeatureGroupsResource(this); + FeatureOnlineStores = new FeatureOnlineStoresResource(this); + Featurestores = new FeaturestoresResource(this); + HyperparameterTuningJobs = new HyperparameterTuningJobsResource(this); + IndexEndpoints = new IndexEndpointsResource(this); + Indexes = new IndexesResource(this); Media = new MediaResource(this); + MetadataStores = new MetadataStoresResource(this); + MigratableResources = new MigratableResourcesResource(this); + ModelDeploymentMonitoringJobs = new ModelDeploymentMonitoringJobsResource(this); + Models = new ModelsResource(this); + NotebookExecutionJobs = new NotebookExecutionJobsResource(this); + NotebookRuntimeTemplates = new NotebookRuntimeTemplatesResource(this); + NotebookRuntimes = new NotebookRuntimesResource(this); + Operations = new OperationsResource(this); + PersistentResources = new PersistentResourcesResource(this); + PipelineJobs = new PipelineJobsResource(this); Projects = new ProjectsResource(this); Publishers = new PublishersResource(this); + RagCorpora = new RagCorporaResource(this); + RagEngineConfig = new RagEngineConfigResource(this); ReasoningEngines = new ReasoningEnginesResource(this); + Schedules = new SchedulesResource(this); + SpecialistPools = new SpecialistPoolsResource(this); + Studies = new StudiesResource(this); + Tensorboards = new TensorboardsResource(this); + TrainingPipelines = new TrainingPipelinesResource(this); + TuningJobs = new TuningJobsResource(this); BaseUri = GetEffectiveUri(BaseUriOverride, "https://aiplatform.googleapis.com/"); BatchUri = GetEffectiveUri(null, "https://aiplatform.googleapis.com/batch"); } @@ -96,23 +123,104 @@ public static class ScopeConstants /// Gets the BatchPredictionJobs resource. public virtual BatchPredictionJobsResource BatchPredictionJobs { get; } + /// Gets the CustomJobs resource. + public virtual CustomJobsResource CustomJobs { get; } + + /// Gets the DataLabelingJobs resource. + public virtual DataLabelingJobsResource DataLabelingJobs { get; } + /// Gets the Datasets resource. public virtual DatasetsResource Datasets { get; } + /// Gets the DeploymentResourcePools resource. + public virtual DeploymentResourcePoolsResource DeploymentResourcePools { get; } + /// Gets the Endpoints resource. public virtual EndpointsResource Endpoints { get; } + /// Gets the FeatureGroups resource. + public virtual FeatureGroupsResource FeatureGroups { get; } + + /// Gets the FeatureOnlineStores resource. + public virtual FeatureOnlineStoresResource FeatureOnlineStores { get; } + + /// Gets the Featurestores resource. + public virtual FeaturestoresResource Featurestores { get; } + + /// Gets the HyperparameterTuningJobs resource. + public virtual HyperparameterTuningJobsResource HyperparameterTuningJobs { get; } + + /// Gets the IndexEndpoints resource. + public virtual IndexEndpointsResource IndexEndpoints { get; } + + /// Gets the Indexes resource. + public virtual IndexesResource Indexes { get; } + /// Gets the Media resource. public virtual MediaResource Media { get; } + /// Gets the MetadataStores resource. + public virtual MetadataStoresResource MetadataStores { get; } + + /// Gets the MigratableResources resource. + public virtual MigratableResourcesResource MigratableResources { get; } + + /// Gets the ModelDeploymentMonitoringJobs resource. + public virtual ModelDeploymentMonitoringJobsResource ModelDeploymentMonitoringJobs { get; } + + /// Gets the Models resource. + public virtual ModelsResource Models { get; } + + /// Gets the NotebookExecutionJobs resource. + public virtual NotebookExecutionJobsResource NotebookExecutionJobs { get; } + + /// Gets the NotebookRuntimeTemplates resource. + public virtual NotebookRuntimeTemplatesResource NotebookRuntimeTemplates { get; } + + /// Gets the NotebookRuntimes resource. + public virtual NotebookRuntimesResource NotebookRuntimes { get; } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// Gets the PersistentResources resource. + public virtual PersistentResourcesResource PersistentResources { get; } + + /// Gets the PipelineJobs resource. + public virtual PipelineJobsResource PipelineJobs { get; } + /// Gets the Projects resource. public virtual ProjectsResource Projects { get; } /// Gets the Publishers resource. public virtual PublishersResource Publishers { get; } + /// Gets the RagCorpora resource. + public virtual RagCorporaResource RagCorpora { get; } + + /// Gets the RagEngineConfig resource. + public virtual RagEngineConfigResource RagEngineConfig { get; } + /// Gets the ReasoningEngines resource. public virtual ReasoningEnginesResource ReasoningEngines { get; } + + /// Gets the Schedules resource. + public virtual SchedulesResource Schedules { get; } + + /// Gets the SpecialistPools resource. + public virtual SpecialistPoolsResource SpecialistPools { get; } + + /// Gets the Studies resource. + public virtual StudiesResource Studies { get; } + + /// Gets the Tensorboards resource. + public virtual TensorboardsResource Tensorboards { get; } + + /// Gets the TrainingPipelines resource. + public virtual TrainingPipelinesResource TrainingPipelines { get; } + + /// Gets the TuningJobs resource. + public virtual TuningJobsResource TuningJobs { get; } } /// A base abstract class for Aiplatform requests. @@ -526,109 +634,114 @@ protected override void InitParameters() } } - /// The "datasets" collection of methods. - public class DatasetsResource + /// The "customJobs" collection of methods. + public class CustomJobsResource { - private const string Resource = "datasets"; + private const string Resource = "customJobs"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public DatasetsResource(Google.Apis.Services.IClientService service) + public CustomJobsResource(Google.Apis.Services.IClientService service) { this.service = service; - DatasetVersions = new DatasetVersionsResource(service); + Operations = new OperationsResource(service); } - /// Gets the DatasetVersions resource. - public virtual DatasetVersionsResource DatasetVersions { get; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// The "datasetVersions" collection of methods. - public class DatasetVersionsResource + /// The "operations" collection of methods. + public class OperationsResource { - private const string Resource = "datasetVersions"; + private const string Resource = "operations"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public DatasetVersionsResource(Google.Apis.Services.IClientService service) + public OperationsResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Create a version from a Dataset. - /// The body of the request. - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new CreateRequest(this.service, body, parent); + return new CancelRequest(this.service, name); } - /// Create a version from a Dataset. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) : base(service) + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/datasetVersions"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Create parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^datasets/[^/]+$", + Pattern = @"^customJobs/[^/]+/operations/[^/]+$", }); } } - /// Deletes a Dataset version. - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a Dataset version. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -637,10 +750,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// + /// The name of the operation resource to be deleted. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -663,23 +773,26 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", + Pattern = @"^customJobs/[^/]+/operations/[^/]+$", }); } } - /// Gets a Dataset version. - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a Dataset version. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -688,17 +801,10 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } - /// Gets the method name. public override string MethodName => "get"; @@ -718,68 +824,59 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^customJobs/[^/]+/operations/[^/]+$", }); } } - /// Lists DatasetVersions in a Dataset. - /// - /// Required. The resource name of the Dataset to list DatasetVersions from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists DatasetVersions in a Dataset. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Dataset to list DatasetVersions from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Optional. The standard list filter. + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after - /// a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// Optional. The standard list page size. + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// Optional. The standard list page token. + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Optional. Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -788,19 +885,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/datasetVersions"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^datasets/[^/]+$", + Pattern = @"^customJobs/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -810,14 +907,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -834,9 +923,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -845,58 +934,59 @@ protected override void InitParameters() } } - /// Updates a DatasetVersion. - /// The body of the request. - /// - /// Output only. Identifier. The resource name of the DatasetVersion. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new PatchRequest(this.service, body, name); + return new WaitRequest(this.service, name); } - /// Updates a DatasetVersion. - public class PatchRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Output only. Identifier. The resource name of the DatasetVersion. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// + /// The name of the operation resource to wait on. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// Required. The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. Updatable fields: * `display_name` + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "wait"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Patch parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); @@ -906,11 +996,11 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", + Pattern = @"^customJobs/[^/]+/operations/[^/]+$", }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - Name = "updateMask", + Name = "timeout", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -918,44 +1008,86 @@ protected override void InitParameters() }); } } + } + } - /// Restores a dataset version. - /// - /// Required. The name of the DatasetVersion resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - public virtual RestoreRequest Restore(string name) + /// The "dataLabelingJobs" collection of methods. + public class DataLabelingJobsResource + { + private const string Resource = "dataLabelingJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DataLabelingJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - return new RestoreRequest(this.service, name); + this.service = service; } - /// Restores a dataset version. - public class RestoreRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - /// Constructs a new Restore request. - public RestoreRequest(Google.Apis.Services.IClientService service, string name) : base(service) + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } - /// - /// Required. The name of the DatasetVersion resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "restore"; + public override string MethodName => "cancel"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:restore"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Restore parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); @@ -965,1227 +1097,1155 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", + Pattern = @"^dataLabelingJobs/[^/]+/operations/[^/]+$", }); } } - } - - /// Creates a Dataset. - /// The body of the request. - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body) - { - return new CreateRequest(this.service, body); - } - /// Creates a Dataset. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body) : base(service) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - Body = body; - InitParameters(); + return new DeleteRequest(this.service, name); } /// - /// Required. The resource name of the Location to create the Dataset in. Format: - /// `projects/{project}/locations/{location}` + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Parent { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/datasets"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "parent", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^dataLabelingJobs/[^/]+/operations/[^/]+$", + }); + } } - } - - /// Deletes a Dataset. - /// - /// Required. The resource name of the Dataset to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// Deletes a Dataset. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Name = name; - InitParameters(); + return new GetRequest(this.service, name); } /// - /// Required. The resource name of the Dataset to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() + public class GetRequest : AiplatformBaseServiceRequest { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^datasets/[^/]+$", - }); - } - } - - /// Gets a Dataset. - /// Required. The name of the Dataset resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets a Dataset. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the Dataset resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = name; + InitParameters(); + } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^datasets/[^/]+$", - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^dataLabelingJobs/[^/]+/operations/[^/]+$", + }); + } } - } - - /// Lists Datasets in a Location. - public virtual ListRequest List() - { - return new ListRequest(this.service); - } - /// Lists Datasets in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service) : base(service) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - InitParameters(); + return new ListRequest(this.service, name); } /// - /// An expression for filtering the results of the request. For field names both snake_case and camelCase - /// are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` - /// supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or - /// labels:key - key existence * A key including a space must be quoted. `labels."a key"`. Some examples: * - /// `displayName="myDisplayName"` * `labels.myKey="myValue"` + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name - /// for descending. Supported fields: * `display_name` * `create_time` * `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Parent { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/datasets"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Initializes List parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Updates a Dataset. - /// The body of the request. - /// - /// Output only. Identifier. The resource name of the Dataset. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// Updates a Dataset. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^dataLabelingJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } /// - /// Output only. Identifier. The resource name of the Dataset. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } /// - /// Required. The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels` + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^datasets/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + /// Initializes Wait parameter list. + protected override void InitParameters() { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^dataLabelingJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } } - /// The "endpoints" collection of methods. - public class EndpointsResource + /// The "datasets" collection of methods. + public class DatasetsResource { - private const string Resource = "endpoints"; + private const string Resource = "datasets"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public EndpointsResource(Google.Apis.Services.IClientService service) + public DatasetsResource(Google.Apis.Services.IClientService service) { this.service = service; - Chat = new ChatResource(service); + AnnotationSpecs = new AnnotationSpecsResource(service); + DataItems = new DataItemsResource(service); + DatasetVersions = new DatasetVersionsResource(service); + Operations = new OperationsResource(service); + SavedQueries = new SavedQueriesResource(service); } - /// Gets the Chat resource. - public virtual ChatResource Chat { get; } + /// Gets the AnnotationSpecs resource. + public virtual AnnotationSpecsResource AnnotationSpecs { get; } - /// The "chat" collection of methods. - public class ChatResource + /// The "annotationSpecs" collection of methods. + public class AnnotationSpecsResource { - private const string Resource = "chat"; + private const string Resource = "annotationSpecs"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public ChatResource(Google.Apis.Services.IClientService service) + public AnnotationSpecsResource(Google.Apis.Services.IClientService service) { this.service = service; + Operations = new OperationsResource(service); } - /// Exposes an OpenAI-compatible endpoint for chat completions. - /// The body of the request. - /// - /// Required. The name of the endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual CompletionsRequest Completions(Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) - { - return new CompletionsRequest(this.service, body, endpoint); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Exposes an OpenAI-compatible endpoint for chat completions. - public class CompletionsRequest : AiplatformBaseServiceRequest + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Completions request. - public CompletionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Endpoint = endpoint; - Body = body; - InitParameters(); + this.service = service; } /// - /// Required. The name of the endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody Body { get; set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "completions"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}/chat/completions"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Completions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + /// Initializes Cancel parameter list. + protected override void InitParameters() { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + }); + } } - } - } - /// Return a list of tokens based on the input text. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. - /// - public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) - { - return new ComputeTokensRequest(this.service, body, endpoint); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Return a list of tokens based on the input text. - public class ComputeTokensRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ComputeTokens request. - public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the method name. - public override string MethodName => "computeTokens"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:computeTokens"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Initializes ComputeTokens parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); - } - } + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Perform a token counting. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) - { - return new CountTokensRequest(this.service, body, endpoint); - } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Perform a token counting. - public class CountTokensRequest : AiplatformBaseServiceRequest - { - /// Constructs a new CountTokens request. - public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "get"; - /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "countTokens"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:countTokens"; - - /// Initializes CountTokens parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); - } - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Fetch an asynchronous online prediction operation. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) - { - return new FetchPredictOperationRequest(this.service, body, endpoint); - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Fetch an asynchronous online prediction operation. - public class FetchPredictOperationRequest : AiplatformBaseServiceRequest - { - /// Constructs a new FetchPredictOperation request. - public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the method name. - public override string MethodName => "fetchPredictOperation"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/annotationSpecs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Initializes FetchPredictOperation parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); - } - } - - /// Generate content with multimodal inputs. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model - /// format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) - { - return new GenerateContentRequest(this.service, body, model); - } - - /// Generate content with multimodal inputs. - public class GenerateContentRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GenerateContent request. - public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) - { - Model = model; - Body = body; - InitParameters(); - } + return new WaitRequest(this.service, name); + } - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "generateContent"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+model}:generateContent"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes GenerateContent parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter - { - Name = "model", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } } - /// Perform an online prediction. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) - { - return new PredictRequest(this.service, body, endpoint); - } + /// Gets the DataItems resource. + public virtual DataItemsResource DataItems { get; } - /// Perform an online prediction. - public class PredictRequest : AiplatformBaseServiceRequest + /// The "dataItems" collection of methods. + public class DataItemsResource { - /// Constructs a new Predict request. - public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) + private const string Resource = "dataItems"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DataItemsResource(Google.Apis.Services.IClientService service) { - Endpoint = endpoint; - Body = body; - InitParameters(); + this.service = service; + Annotations = new AnnotationsResource(service); + Operations = new OperationsResource(service); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } + /// Gets the Annotations resource. + public virtual AnnotationsResource Annotations { get; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The "annotations" collection of methods. + public class AnnotationsResource + { + private const string Resource = "annotations"; - /// Gets the method name. - public override string MethodName => "predict"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Constructs a new resource. + public AnnotationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predict"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Initializes Predict parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + /// The "operations" collection of methods. + public class OperationsResource { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); - } - } + private const string Resource = "operations"; - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) - { - return new PredictLongRunningRequest(this.service, body, endpoint); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - public class PredictLongRunningRequest : AiplatformBaseServiceRequest - { - /// Constructs a new PredictLongRunning request. - public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "predictLongRunning"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predictLongRunning"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes PredictLongRunning parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); - } - } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + } + } - /// Generate content with multimodal inputs with streaming support. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model - /// format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) - { - return new StreamGenerateContentRequest(this.service, body, model); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Generate content with multimodal inputs with streaming support. - public class StreamGenerateContentRequest : AiplatformBaseServiceRequest - { - /// Constructs a new StreamGenerateContent request. - public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) - { - Model = model; - Body = body; - InitParameters(); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the method name. - public override string MethodName => "streamGenerateContent"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+model}:streamGenerateContent"; - - /// Initializes StreamGenerateContent parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter - { - Name = "model", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^endpoints/[^/]+$", - }); - } - } - } - - /// The "media" collection of methods. - public class MediaResource - { - private const string Resource = "media"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public MediaResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Upload a file into a RagCorpus. - /// The body of the request. - /// - /// Required. The name of the RagCorpus resource into which to upload the file. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` - /// - public virtual UploadRequest Upload(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent) - { - return new UploadRequest(this.service, body, parent); - } - - /// Upload a file into a RagCorpus. - public class UploadRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Upload request. - public UploadRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the RagCorpus resource into which to upload the file. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "upload"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/ragFiles:upload"; - - /// Initializes Upload parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", - }); - } - } - - /// Upload a file into a RagCorpus. - /// - /// Considerations regarding : - /// - /// - /// - /// If is seekable, then the stream position will be reset to 0 before reading - /// commences. If is not seekable, then it will be read from its current position - /// - /// - /// - /// - /// Caller is responsible for maintaining the open until the upload is completed - /// - /// - /// Caller is responsible for closing the - /// - /// - /// The body of the request. - /// - /// Required. The name of the RagCorpus resource into which to upload the file. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` - /// - /// The stream to upload. See remarks for further information. - /// The content type of the stream to upload. - public virtual UploadMediaUpload Upload(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent, System.IO.Stream stream, string contentType) - { - return new UploadMediaUpload(service, body, parent, stream, contentType); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Upload media upload which supports resumable upload. - public class UploadMediaUpload : Google.Apis.Upload.ResumableUpload - { - /// V1 error format. - [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Xgafv { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// V1 error format. - public enum XgafvEnum - { - /// v1 error format - [Google.Apis.Util.StringValueAttribute("1")] - Value1 = 0, + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// v2 error format - [Google.Apis.Util.StringValueAttribute("2")] - Value2 = 1, - } + /// Gets the method name. + public override string MethodName => "get"; - /// OAuth access token. - [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] - public virtual string AccessToken { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Data format for response. - [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Alt { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Data format for response. - public enum AltEnum - { - /// Responses with Content-Type of application/json - [Google.Apis.Util.StringValueAttribute("json")] - Json = 0, + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + } + } - /// Media download with context-dependent Content-Type - [Google.Apis.Util.StringValueAttribute("media")] - Media = 1, + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Responses with Content-Type of application/x-protobuf - [Google.Apis.Util.StringValueAttribute("proto")] - Proto = 2, - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// JSONP - [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Callback { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Selector specifying which fields to include in a partial response. - [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Fields { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// API key. Your API key identifies your project and provides you with API access, quota, and reports. - /// Required unless you provide an OAuth 2.0 token. - /// - [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Key { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// OAuth 2.0 token for the current user. - [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OauthToken { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Returns response with indentations and line breaks. - [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PrettyPrint { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// - /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned - /// to a user, but should not exceed 40 characters. - /// - [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] - public virtual string QuotaUser { get; set; } + /// Gets the method name. + public override string MethodName => "list"; - /// Legacy upload protocol for media (e.g. "media", "multipart"). - [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] - public virtual string UploadType { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Upload protocol for media (e.g. "raw", "multipart"). - [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] - public virtual string UploadProtocol { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// - /// Required. The name of the RagCorpus resource into which to upload the file. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Constructs a new Upload media upload instance. - /// - /// Considerations regarding : - /// - /// - /// - /// If is seekable, then the stream position will be reset to 0 before - /// reading commences. If is not seekable, then it will be read from its current - /// position - /// - /// - /// - /// - /// Caller is responsible for maintaining the open until the upload is completed - /// - /// - /// Caller is responsible for closing the - /// - /// - public UploadMediaUpload(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent, System.IO.Stream stream, string contentType) - : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "v1/{+parent}/ragFiles:upload"), "POST", stream, contentType) - { - Parent = parent; - Body = body; - } - } - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// The "projects" collection of methods. - public class ProjectsResource - { - private const string Resource = "projects"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public ProjectsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Locations = new LocationsResource(service); - } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the Locations resource. - public virtual LocationsResource Locations { get; } + /// Gets the method name. + public override string MethodName => "wait"; - /// The "locations" collection of methods. - public class LocationsResource - { - private const string Resource = "locations"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Constructs a new resource. - public LocationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - BatchPredictionJobs = new BatchPredictionJobsResource(service); - CachedContents = new CachedContentsResource(service); - CustomJobs = new CustomJobsResource(service); - DataLabelingJobs = new DataLabelingJobsResource(service); - Datasets = new DatasetsResource(service); - DeploymentResourcePools = new DeploymentResourcePoolsResource(service); - Endpoints = new EndpointsResource(service); - EvaluationItems = new EvaluationItemsResource(service); - EvaluationRuns = new EvaluationRunsResource(service); - EvaluationSets = new EvaluationSetsResource(service); - FeatureGroups = new FeatureGroupsResource(service); - FeatureOnlineStores = new FeatureOnlineStoresResource(service); - Featurestores = new FeaturestoresResource(service); - HyperparameterTuningJobs = new HyperparameterTuningJobsResource(service); - IndexEndpoints = new IndexEndpointsResource(service); - Indexes = new IndexesResource(service); - MetadataStores = new MetadataStoresResource(service); - MigratableResources = new MigratableResourcesResource(service); - ModelDeploymentMonitoringJobs = new ModelDeploymentMonitoringJobsResource(service); - Models = new ModelsResource(service); - NasJobs = new NasJobsResource(service); - NotebookExecutionJobs = new NotebookExecutionJobsResource(service); - NotebookRuntimeTemplates = new NotebookRuntimeTemplatesResource(service); - NotebookRuntimes = new NotebookRuntimesResource(service); - Operations = new OperationsResource(service); - PersistentResources = new PersistentResourcesResource(service); - PipelineJobs = new PipelineJobsResource(service); - Publishers = new PublishersResource(service); - RagCorpora = new RagCorporaResource(service); - RagEngineConfig = new RagEngineConfigResource(service); - ReasoningEngines = new ReasoningEnginesResource(service); - Schedules = new SchedulesResource(service); - SpecialistPools = new SpecialistPoolsResource(service); - Studies = new StudiesResource(service); - Tensorboards = new TensorboardsResource(service); - TrainingPipelines = new TrainingPipelinesResource(service); - TuningJobs = new TuningJobsResource(service); + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } } - /// Gets the BatchPredictionJobs resource. - public virtual BatchPredictionJobsResource BatchPredictionJobs { get; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// The "batchPredictionJobs" collection of methods. - public class BatchPredictionJobsResource + /// The "operations" collection of methods. + public class OperationsResource { - private const string Resource = "batchPredictionJobs"; + private const string Resource = "operations"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public BatchPredictionJobsResource(Google.Apis.Services.IClientService service) + public OperationsResource(Google.Apis.Services.IClientService service) { this.service = service; } /// - /// Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server - /// makes the best effort to cancel the job, but success is not guaranteed. Clients can use - /// JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or - /// whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob - /// is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already - /// outputted by the job are not deleted. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - /// The body of the request. - /// - /// Required. The name of the BatchPredictionJob to cancel. Format: - /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelBatchPredictionJobRequest body, string name) + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new CancelRequest(this.service, body, name); + return new CancelRequest(this.service, name); } /// - /// Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server - /// makes the best effort to cancel the job, but success is not guaranteed. Clients can use - /// JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or - /// whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob - /// is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already - /// outputted by the job are not deleted. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// public class CancelRequest : AiplatformBaseServiceRequest { /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelBatchPredictionJobRequest body, string name) : base(service) + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Required. The name of the BatchPredictionJob to cancel. Format: - /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelBatchPredictionJobRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. public override string MethodName => "cancel"; @@ -2205,88 +2265,28 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", }); } } /// - /// Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to - /// start. - /// - /// The body of the request. - /// - /// Required. The resource name of the Location to create the BatchPredictionJob in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchPredictionJob body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// - /// Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to - /// start. + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. /// - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchPredictionJob body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location to create the BatchPredictionJob in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchPredictionJob Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/batchPredictionJobs"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// Deletes a BatchPredictionJob. Can only be called on jobs that already finished. - /// - /// Required. The name of the BatchPredictionJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` - /// + /// The name of the operation resource to be deleted. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a BatchPredictionJob. Can only be called on jobs that already finished. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -2295,10 +2295,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// - /// Required. The name of the BatchPredictionJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` - /// + /// The name of the operation resource to be deleted. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2321,23 +2318,26 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", }); } } - /// Gets a BatchPredictionJob - /// - /// Required. The name of the BatchPredictionJob resource. Format: - /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` - /// + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a BatchPredictionJob - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -2346,10 +2346,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The name of the BatchPredictionJob resource. Format: - /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2372,49 +2369,39 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", }); } } - /// Lists BatchPredictionJobs in a Location. - /// - /// Required. The resource name of the Location to list the BatchPredictionJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists BatchPredictionJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to list the BatchPredictionJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and - /// `:` wildcard. * `model_display_name` supports `=`, `!=` comparisons. * `state` supports `=`, - /// `!=` comparisons. * `create_time` supports `=`, `!=`,`&lt;`, `&lt;=`,`&gt;`, - /// `&gt;=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general - /// map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence - /// Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND - /// display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR display_name="my_job"` * `NOT - /// display_name="my_job"` * `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * - /// `labels.keyB:*` - /// + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -2422,17 +2409,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// The standard list page token. Typically obtained via - /// ListBatchPredictionJobsResponse.next_page_token of the previous - /// JobService.ListBatchPredictionJobs call. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -2441,19 +2431,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/batchPredictionJobs"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^datasets/[^/]+/dataItems/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -2479,9 +2469,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -2489,737 +2479,947 @@ protected override void InitParameters() }); } } - } - - /// Gets the CachedContents resource. - public virtual CachedContentsResource CachedContents { get; } - - /// The "cachedContents" collection of methods. - public class CachedContentsResource - { - private const string Resource = "cachedContents"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public CachedContentsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } /// - /// Creates cached content, this call will initialize the cached content in the data storage, and users - /// need to pay for the cache data storage. + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. /// - /// The body of the request. - /// Required. The parent resource where the cached content will be created - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string parent) + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new CreateRequest(this.service, body, parent); + return new WaitRequest(this.service, name); } /// - /// Creates cached content, this call will initialize the cached content in the data storage, and users - /// need to pay for the cache data storage. + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. /// - public class CreateRequest : AiplatformBaseServiceRequest + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string parent) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// Required. The parent resource where the cached content will be created - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent Body { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "wait"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/cachedContents"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Create parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } + } + } - /// Deletes cached content - /// Required. The resource name referring to the cached content - public virtual DeleteRequest Delete(string name) + /// Gets the DatasetVersions resource. + public virtual DatasetVersionsResource DatasetVersions { get; } + + /// The "datasetVersions" collection of methods. + public class DatasetVersionsResource + { + private const string Resource = "datasetVersions"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DatasetVersionsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Create a version from a Dataset. + /// The body of the request. + /// + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Create a version from a Dataset. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) : base(service) { - return new DeleteRequest(this.service, name); + Parent = parent; + Body = body; + InitParameters(); } - /// Deletes cached content - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Required. The resource name referring to the cached content - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/datasetVersions"; - /// Gets cached content configurations - /// Required. The resource name referring to the cached content - public virtual GetRequest Get(string name) + /// Initializes Create parameter list. + protected override void InitParameters() { - return new GetRequest(this.service, name); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+$", + }); } + } - /// Gets cached content configurations - public class GetRequest : AiplatformBaseServiceRequest + /// Deletes a Dataset version. + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a Dataset version. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// Required. The resource name referring to the cached content - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", + }); } + } - /// Lists cached contents in a project - /// Required. The parent, which owns this collection of cached contents. - public virtual ListRequest List(string parent) + /// Gets a Dataset version. + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Dataset version. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ListRequest(this.service, parent); + Name = name; + InitParameters(); } - /// Lists cached contents in a project - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Required. The parent, which owns this collection of cached contents. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// - /// Optional. The maximum number of cached contents to return. The service may return fewer than - /// this value. If unspecified, some default (under maximum) number of items will be returned. The - /// maximum value is 1000; values above 1000 will be coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// Optional. A page token, received from a previous `ListCachedContents` call. Provide this to - /// retrieve the subsequent page. When paginating, all other parameters provided to - /// `ListCachedContents` must match the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/cachedContents"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Updates cached content configurations - /// The body of the request. - /// - /// Immutable. Identifier. The server-generated resource name of the cached content Format: - /// projects/{project}/locations/{location}/cachedContents/{cached_content} - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string name) + /// Lists DatasetVersions in a Dataset. + /// + /// Required. The resource name of the Dataset to list DatasetVersions from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists DatasetVersions in a Dataset. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - return new PatchRequest(this.service, body, name); + Parent = parent; + InitParameters(); } - /// Updates cached content configurations - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// + /// Required. The resource name of the Dataset to list DatasetVersions from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Immutable. Identifier. The server-generated resource name of the cached content Format: - /// projects/{project}/locations/{location}/cachedContents/{cached_content} - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Optional. The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Required. The list of fields to update. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after + /// a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent Body { get; set; } + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Optional. The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Optional. Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Patch parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/datasetVersions"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Gets the CustomJobs resource. - public virtual CustomJobsResource CustomJobs { get; } - - /// The "customJobs" collection of methods. - public class CustomJobsResource + /// Updates a DatasetVersion. + /// The body of the request. + /// + /// Output only. Identifier. The resource name of the DatasetVersion. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) { - private const string Resource = "customJobs"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new PatchRequest(this.service, body, name); + } - /// Constructs a new resource. - public CustomJobsResource(Google.Apis.Services.IClientService service) + /// Updates a DatasetVersion. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) : base(service) { - this.service = service; - Operations = new OperationsResource(service); + Name = name; + Body = body; + InitParameters(); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// + /// Output only. Identifier. The resource name of the DatasetVersion. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// + /// Required. The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. Updatable fields: * `display_name` + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "patch"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Restores a dataset version. + /// + /// Required. The name of the DatasetVersion resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual RestoreRequest Restore(string name) + { + return new RestoreRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Restores a dataset version. + public class RestoreRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Restore request. + public RestoreRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Required. The name of the DatasetVersion resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the method name. + public override string MethodName => "restore"; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:restore"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Initializes Restore parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/datasetVersions/[^/]+$", + }); + } + } + } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - }); - } - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - }); - } - } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new ListRequest(this.service, name); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "list"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new WaitRequest(this.service, name); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the SavedQueries resource. + public virtual SavedQueriesResource SavedQueries { get; } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// The "savedQueries" collection of methods. + public class SavedQueriesResource + { + private const string Resource = "savedQueries"; - /// Gets the method name. - public override string MethodName => "wait"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Constructs a new resource. + public SavedQueriesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; } /// - /// Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best - /// effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or - /// other methods to check whether the cancellation succeeded or whether the job completed despite - /// cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job - /// with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, - /// and CustomJob.state is set to `CANCELLED`. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - /// The body of the request. - /// - /// Required. The name of the CustomJob to cancel. Format: - /// `projects/{project}/locations/{location}/customJobs/{custom_job}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelCustomJobRequest body, string name) + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new CancelRequest(this.service, body, name); + return new CancelRequest(this.service, name); } /// - /// Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best - /// effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or - /// other methods to check whether the cancellation succeeded or whether the job completed despite - /// cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job - /// with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, - /// and CustomJob.state is set to `CANCELLED`. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// public class CancelRequest : AiplatformBaseServiceRequest { /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelCustomJobRequest body, string name) : base(service) + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Required. The name of the CustomJob to cancel. Format: - /// `projects/{project}/locations/{location}/customJobs/{custom_job}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelCustomJobRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. public override string MethodName => "cancel"; @@ -3239,133 +3439,79 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", + Pattern = @"^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", }); } } - /// Creates a CustomJob. A created CustomJob right away will be attempted to be run. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the CustomJob in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CustomJob body, string parent) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new CreateRequest(this.service, body, parent); + return new DeleteRequest(this.service, name); } - /// Creates a CustomJob. A created CustomJob right away will be attempted to be run. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CustomJob body, string parent) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to create the CustomJob in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CustomJob Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/customJobs"; + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", }); } } - /// Deletes a CustomJob. - /// - /// Required. The name of the CustomJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/customJobs/{custom_job}` - /// - public virtual DeleteRequest Delete(string name) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new DeleteRequest(this.service, name); + return new GetRequest(this.service, name); } - /// Deletes a CustomJob. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. The name of the CustomJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/customJobs/{custom_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", - }); - } - } - - /// Gets a CustomJob. - /// - /// Required. The name of the CustomJob resource. Format: - /// `projects/{project}/locations/{location}/customJobs/{custom_job}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets a CustomJob. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -3374,10 +3520,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The name of the CustomJob resource. Format: - /// `projects/{project}/locations/{location}/customJobs/{custom_job}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -3400,48 +3543,39 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", + Pattern = @"^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", }); } } - /// Lists CustomJobs in a Location. - /// - /// Required. The resource name of the Location to list the CustomJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists CustomJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to list the CustomJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and - /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, - /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC - /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value - /// equality `labels.key:* - key existence Some examples of using the filter are: * - /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR - /// display_name="my_job"` * `NOT display_name="my_job"` * - /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` - /// + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -3449,16 +3583,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of - /// the previous JobService.ListCustomJobs call. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -3467,19 +3605,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/customJobs"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^datasets/[^/]+/savedQueries/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -3505,9 +3643,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -3515,3362 +3653,3238 @@ protected override void InitParameters() }); } } - } - - /// Gets the DataLabelingJobs resource. - public virtual DataLabelingJobsResource DataLabelingJobs { get; } - - /// The "dataLabelingJobs" collection of methods. - public class DataLabelingJobsResource - { - private const string Resource = "dataLabelingJobs"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - /// Constructs a new resource. - public DataLabelingJobsResource(Google.Apis.Services.IClientService service) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - this.service = service; - Operations = new OperationsResource(service); + return new WaitRequest(this.service, name); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; + Name = name; + InitParameters(); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Creates a Dataset. + /// The body of the request. + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body) + { + return new CreateRequest(this.service, body); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Creates a Dataset. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body) : base(service) + { + Body = body; + InitParameters(); + } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The resource name of the Location to create the Dataset in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Parent { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "create"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/datasets"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Deletes a Dataset. + /// + /// Required. The resource name of the Dataset to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "get"; + /// Deletes a Dataset. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Required. The resource name of the Dataset to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+$", + }); + } + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets a Dataset. + /// Required. The name of the Dataset resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets a Dataset. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Required. The name of the Dataset resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+$", + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Lists Datasets in a Location. + public virtual ListRequest List() + { + return new ListRequest(this.service); + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Lists Datasets in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// An expression for filtering the results of the request. For field names both snake_case and camelCase + /// are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = and != * `labels` + /// supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or + /// labels:key - key existence * A key including a space must be quoted. `labels."a key"`. Some examples: * + /// `displayName="myDisplayName"` * `labels.myKey="myValue"` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name + /// for descending. Supported fields: * `display_name` * `create_time` * `update_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Gets the method name. - public override string MethodName => "wait"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// + /// Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Parent { get; set; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// Cancels a DataLabelingJob. Success of cancellation is not guaranteed. - /// The body of the request. - /// - /// Required. The name of the DataLabelingJob. Format: - /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelDataLabelingJobRequest body, string name) - { - return new CancelRequest(this.service, body, name); - } + /// Gets the method name. + public override string MethodName => "list"; - /// Cancels a DataLabelingJob. Success of cancellation is not guaranteed. - public class CancelRequest : AiplatformBaseServiceRequest + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/datasets"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelDataLabelingJobRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Required. The name of the DataLabelingJob. Format: - /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Updates a Dataset. + /// The body of the request. + /// + /// Output only. Identifier. The resource name of the Dataset. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) + { + return new PatchRequest(this.service, body, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelDataLabelingJobRequest Body { get; set; } + /// Updates a Dataset. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Output only. Identifier. The resource name of the Dataset. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// + /// Required. The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels` + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "patch"; - /// Creates a DataLabelingJob. - /// The body of the request. - /// - /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DataLabelingJob body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Creates a DataLabelingJob. - public class CreateRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DataLabelingJob body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^datasets/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The "deploymentResourcePools" collection of methods. + public class DeploymentResourcePoolsResource + { + private const string Resource = "deploymentResourcePools"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DataLabelingJob Body { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Constructs a new resource. + public DeploymentResourcePoolsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/dataLabelingJobs"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Deletes a DataLabelingJob. - /// - /// Required. The name of the DataLabelingJob to be deleted. Format: - /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Deletes a DataLabelingJob. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the DataLabelingJob to be deleted. Format: - /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^deploymentResourcePools/[^/]+/operations/[^/]+$", + }); } + } - /// Gets a DataLabelingJob. - /// - /// Required. The name of the DataLabelingJob. Format: - /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` - /// - public virtual GetRequest Get(string name) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new GetRequest(this.service, name); + Name = name; + InitParameters(); } - /// Gets a DataLabelingJob. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the DataLabelingJob. Format: - /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^deploymentResourcePools/[^/]+/operations/[^/]+$", + }); } + } - /// Lists DataLabelingJobs in a Location. - /// - /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ListRequest(this.service, parent); + Name = name; + InitParameters(); } - /// Lists DataLabelingJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Parent = parent; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^deploymentResourcePools/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and - /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, - /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC - /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value - /// equality `labels.key:* - key existence Some examples of using the filter are: * - /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR - /// display_name="my_job"` * `NOT display_name="my_job"` * - /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` - /// after a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// Mask specifying which fields to read. FieldMask represents a set of symbolic field paths. For - /// example, the mask can be `paths: "name"`. The "name" here is a field in DataLabelingJob. If this - /// field is not set, all fields of the DataLabelingJob are returned. - /// - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/dataLabelingJobs"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^deploymentResourcePools/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Gets the Datasets resource. - public virtual DatasetsResource Datasets { get; } - - /// The "datasets" collection of methods. - public class DatasetsResource + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - private const string Resource = "datasets"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new WaitRequest(this.service, name); + } - /// Constructs a new resource. - public DatasetsResource(Google.Apis.Services.IClientService service) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; - AnnotationSpecs = new AnnotationSpecsResource(service); - DataItems = new DataItemsResource(service); - DatasetVersions = new DatasetVersionsResource(service); - Operations = new OperationsResource(service); - SavedQueries = new SavedQueriesResource(service); + Name = name; + InitParameters(); } - /// Gets the AnnotationSpecs resource. - public virtual AnnotationSpecsResource AnnotationSpecs { get; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The "annotationSpecs" collection of methods. - public class AnnotationSpecsResource - { - private const string Resource = "annotationSpecs"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the method name. + public override string MethodName => "wait"; - /// Constructs a new resource. - public AnnotationSpecsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// The "operations" collection of methods. - public class OperationsResource + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - private const string Resource = "operations"; + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^deploymentResourcePools/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The "endpoints" collection of methods. + public class EndpointsResource + { + private const string Resource = "endpoints"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Constructs a new resource. + public EndpointsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Chat = new ChatResource(service); + Operations = new OperationsResource(service); + } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the Chat resource. + public virtual ChatResource Chat { get; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The "chat" collection of methods. + public class ChatResource + { + private const string Resource = "chat"; - /// Gets the method name. - public override string MethodName => "cancel"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Constructs a new resource. + public ChatResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Exposes an OpenAI-compatible endpoint for chat completions. + /// The body of the request. + /// + /// Required. The name of the endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual CompletionsRequest Completions(Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) + { + return new CompletionsRequest(this.service, body, endpoint); + } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - }); - } - } + /// Exposes an OpenAI-compatible endpoint for chat completions. + public class CompletionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Completions request. + public CompletionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// + /// Required. The name of the endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody Body { get; set; } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "completions"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}/chat/completions"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - }); - } - } + /// Initializes Completions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the method name. - public override string MethodName => "get"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - }); - } - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+/operations/[^/]+$", + }); + } + } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets an AnnotationSpec. - /// - /// Required. The name of the AnnotationSpec resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}` - /// - public virtual GetRequest Get(string name) + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new GetRequest(this.service, name); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets an AnnotationSpec. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// Required. The name of the AnnotationSpec resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the DataItems resource. - public virtual DataItemsResource DataItems { get; } + /// Gets the method name. + public override string MethodName => "list"; - /// The "dataItems" collection of methods. - public class DataItemsResource - { - private const string Resource = "dataItems"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Constructs a new resource. - public DataItemsResource(Google.Apis.Services.IClientService service) + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - this.service = service; - Annotations = new AnnotationsResource(service); - Operations = new OperationsResource(service); - } - - /// Gets the Annotations resource. - public virtual AnnotationsResource Annotations { get; } - - /// The "annotations" collection of methods. - public class AnnotationsResource + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - private const string Resource = "annotations"; + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Constructs a new resource. - public AnnotationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the method name. + public override string MethodName => "wait"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best - /// effort to cancel the operation, but success is not guaranteed. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use - /// Operations.GetOperation or other methods to check whether the cancellation succeeded or - /// whether the operation completed despite cancellation. On successful cancellation, the - /// operation is not deleted; instead, it becomes an operation with an Operation.error value - /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best - /// effort to cancel the operation, but success is not guaranteed. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use - /// Operations.GetOperation or other methods to check whether the cancellation succeeded or - /// whether the operation completed despite cancellation. On successful cancellation, the - /// operation is not deleted; instead, it becomes an operation with an Operation.error value - /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Return a list of tokens based on the input text. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + /// + public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) + { + return new ComputeTokensRequest(this.service, body, endpoint); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Return a list of tokens based on the input text. + public class ComputeTokensRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ComputeTokens request. + public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - }); - } - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "computeTokens"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:computeTokens"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Initializes ComputeTokens parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Perform a token counting. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) + { + return new CountTokensRequest(this.service, body, endpoint); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Perform a token counting. + public class CountTokensRequest : AiplatformBaseServiceRequest + { + /// Constructs a new CountTokens request. + public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - }); - } - } + /// + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll - /// the operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll - /// the operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "countTokens"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:countTokens"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes CountTokens parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - }); - } - } + /// Fetch an asynchronous online prediction operation. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) + { + return new FetchPredictOperationRequest(this.service, body, endpoint); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Fetch an asynchronous online prediction operation. + public class FetchPredictOperationRequest : AiplatformBaseServiceRequest + { + /// Constructs a new FetchPredictOperation request. + public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Gets the method name. + public override string MethodName => "fetchPredictOperation"; - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Initializes FetchPredictOperation parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Generate content with multimodal inputs. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model + /// format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new GenerateContentRequest(this.service, body, model); + } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Generate content with multimodal inputs. + public class GenerateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GenerateContent request. + public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state - /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC - /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort - /// basis. It may return the latest state before the specified timeout (including - /// immediately), meaning even an immediate response is no guarantee that the operation is - /// done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state - /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC - /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort - /// basis. It may return the latest state before the specified timeout (including - /// immediately), meaning even an immediate response is no guarantee that the operation is - /// done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at - /// most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline - /// is also specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// Gets the method name. + public override string MethodName => "generateContent"; - /// Gets the method name. - public override string MethodName => "wait"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+model}:generateContent"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Initializes GenerateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Perform an online prediction. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) + { + return new PredictRequest(this.service, body, endpoint); + } - /// Lists Annotations belongs to a dataitem. - /// - /// Required. The resource name of the DataItem to list Annotations from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Perform an online prediction. + public class PredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Predict request. + public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// Lists Annotations belongs to a dataitem. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The resource name of the DataItem to list Annotations from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Gets the method name. + public override string MethodName => "predict"; - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:predict"; - /// Gets the method name. - public override string MethodName => "list"; + /// Initializes Predict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) + { + return new PredictLongRunningRequest(this.service, body, endpoint); + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/annotations"; + /// + public class PredictLongRunningRequest : AiplatformBaseServiceRequest + { + /// Constructs a new PredictLongRunning request. + public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the method name. + public override string MethodName => "predictLongRunning"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:predictLongRunning"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Initializes PredictLongRunning parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Generate content with multimodal inputs with streaming support. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model + /// format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new StreamGenerateContentRequest(this.service, body, model); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Generate content with multimodal inputs with streaming support. + public class StreamGenerateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamGenerateContent request. + public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - }); - } - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "streamGenerateContent"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+model}:streamGenerateContent"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Initializes StreamGenerateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^endpoints/[^/]+$", + }); + } + } + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The "featureGroups" collection of methods. + public class FeatureGroupsResource + { + private const string Resource = "featureGroups"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - }); - } - } + /// Constructs a new resource. + public FeatureGroupsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Features = new FeaturesResource(service); + Operations = new OperationsResource(service); + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the Features resource. + public virtual FeaturesResource Features { get; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The "features" collection of methods. + public class FeaturesResource + { + private const string Resource = "features"; - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "get"; + /// Constructs a new resource. + public FeaturesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - }); - } - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Lists DataItems in a Dataset. - /// - /// Required. The resource name of the Dataset to list DataItems from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual ListRequest List(string parent) + /// Initializes Get parameter list. + protected override void InitParameters() { - return new ListRequest(this.service, parent); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); } + } - /// Lists DataItems in a Dataset. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) + { + return new ListWaitRequest(this.service, name); + } - /// - /// Required. The resource name of the Dataset to list DataItems from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "listWait"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/dataItems"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Initializes ListWait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Gets the DatasetVersions resource. - public virtual DatasetVersionsResource DatasetVersions { get; } - - /// The "datasetVersions" collection of methods. - public class DatasetVersionsResource + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - private const string Resource = "datasetVersions"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public DatasetVersionsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + return new WaitRequest(this.service, name); + } - /// Create a version from a Dataset. - /// The body of the request. - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new CreateRequest(this.service, body, parent); + Name = name; + InitParameters(); } - /// Create a version from a Dataset. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/datasetVersions"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Create parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } + } - /// Deletes a Dataset version. - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Deletes a Dataset version. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "delete"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - }); - } - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets a Dataset version. - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets a Dataset version. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// Required. The resource name of the Dataset version to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "get"; - /// Lists DatasetVersions in a Dataset. - /// - /// Required. The resource name of the Dataset to list DatasetVersions from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Lists DatasetVersions in a Dataset. - public class ListRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The resource name of the Dataset to list DatasetVersions from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) + { + return new ListWaitRequest(this.service, name); + } - /// Optional. The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use - /// "desc" after a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Optional. The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Optional. The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Optional. Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "listWait"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/datasetVersions"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Updates a DatasetVersion. - /// The body of the request. - /// - /// Output only. Identifier. The resource name of the DatasetVersion. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) + /// Initializes ListWait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new PatchRequest(this.service, body, name); - } - - /// Updates a DatasetVersion. - public class PatchRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Output only. Identifier. The resource name of the DatasetVersion. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Required. The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. Updatable fields: * `display_name` - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Restores a dataset version. - /// - /// Required. The name of the DatasetVersion resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - public virtual RestoreRequest Restore(string name) + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new RestoreRequest(this.service, name); - } - - /// Restores a dataset version. - public class RestoreRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureGroups/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - /// Constructs a new Restore request. - public RestoreRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// - /// Required. The name of the DatasetVersion resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The "featureOnlineStores" collection of methods. + public class FeatureOnlineStoresResource + { + private const string Resource = "featureOnlineStores"; - /// Gets the method name. - public override string MethodName => "restore"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Constructs a new resource. + public FeatureOnlineStoresResource(Google.Apis.Services.IClientService service) + { + this.service = service; + FeatureViews = new FeatureViewsResource(service); + Operations = new OperationsResource(service); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:restore"; + /// Gets the FeatureViews resource. + public virtual FeatureViewsResource FeatureViews { get; } - /// Initializes Restore parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", - }); - } - } - } + /// The "featureViews" collection of methods. + public class FeatureViewsResource + { + private const string Resource = "featureViews"; - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The "operations" collection of methods. - public class OperationsResource + /// Constructs a new resource. + public FeatureViewsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - private const string Resource = "operations"; + this.service = service; + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; + Name = name; + InitParameters(); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); } + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) + { + return new ListWaitRequest(this.service, name); + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - }); - } - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "listWait"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Initializes ListWait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new WaitRequest(this.service, name); + Name = name; + InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "wait"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Wait parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } + } - /// Gets the SavedQueries resource. - public virtual SavedQueriesResource SavedQueries { get; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// The "savedQueries" collection of methods. - public class SavedQueriesResource - { - private const string Resource = "savedQueries"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Constructs a new resource. - public SavedQueriesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the method name. - public override string MethodName => "cancel"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - }); - } - } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "get"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) + { + return new ListWaitRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - }); - } - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "listWait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Initializes ListWait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featureOnlineStores/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The "featurestores" collection of methods. + public class FeaturestoresResource + { + private const string Resource = "featurestores"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Constructs a new resource. + public FeaturestoresResource(Google.Apis.Services.IClientService service) + { + this.service = service; + EntityTypes = new EntityTypesResource(service); + Operations = new OperationsResource(service); + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the EntityTypes resource. + public virtual EntityTypesResource EntityTypes { get; } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// The "entityTypes" collection of methods. + public class EntityTypesResource + { + private const string Resource = "entityTypes"; - /// Gets the method name. - public override string MethodName => "wait"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Constructs a new resource. + public EntityTypesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Features = new FeaturesResource(service); + Operations = new OperationsResource(service); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the Features resource. + public virtual FeaturesResource Features { get; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// The "features" collection of methods. + public class FeaturesResource + { + private const string Resource = "features"; - /// Deletes a SavedQuery. - /// - /// Required. The resource name of the SavedQuery to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Deletes a SavedQuery. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Constructs a new resource. + public FeaturesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// - /// Required. The resource name of the SavedQuery to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the method name. - public override string MethodName => "delete"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", }); } } - /// Lists SavedQueries in a Dataset. - /// - /// Required. The resource name of the Dataset to list SavedQueries from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual ListRequest List(string parent) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new ListRequest(this.service, parent); + return new DeleteRequest(this.service, name); } - /// Lists SavedQueries in a Dataset. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Dataset to list SavedQueries from. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } @@ -6879,9 +6893,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -6890,19 +6911,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/savedQueries"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -6912,33 +6933,102 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { - Name = "orderBy", + Name = "pageSize", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter { - Name = "pageSize", + Name = "pageToken", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -6947,78 +7037,101 @@ protected override void InitParameters() } } } + } - /// Creates a Dataset. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the Dataset in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string parent) + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - return new CreateRequest(this.service, body, parent); + this.service = service; } - /// Creates a Dataset. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string parent) : base(service) + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to create the Dataset in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/datasets"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Create parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", }); } } - /// Deletes a Dataset. - /// - /// Required. The resource name of the Dataset to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a Dataset. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -7027,10 +7140,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// - /// Required. The resource name of the Dataset to delete. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// + /// The name of the operation resource to be deleted. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -7053,56 +7163,48 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", }); } } - /// Exports data from a Dataset. - /// The body of the request. - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual ExportRequest Export(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportDataRequest body, string name) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new ExportRequest(this.service, body, name); + return new GetRequest(this.service, name); } - /// Exports data from a Dataset. - public class ExportRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new Export request. - public ExportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportDataRequest body, string name) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportDataRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "export"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:export"; + public override string RestPath => "v1/{+name}"; - /// Initializes Export parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); @@ -7112,46 +7214,71 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", }); } } - /// Gets a Dataset. - /// Required. The name of the Dataset resource. - public virtual GetRequest Get(string name) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new GetRequest(this.service, name); + return new ListRequest(this.service, name); } - /// Gets a Dataset. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } - /// Required. The name of the Dataset resource. + /// The name of the operation's parent resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "list"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}/operations"; - /// Initializes Get parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -7161,166 +7288,11 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+$", }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Imports data into a Dataset. - /// The body of the request. - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual ImportRequest Import(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportDataRequest body, string name) - { - return new ImportRequest(this.service, body, name); - } - - /// Imports data into a Dataset. - public class ImportRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Import request. - public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportDataRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the Dataset resource. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportDataRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "import"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:import"; - - /// Initializes Import parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - }); - } - } - - /// Lists Datasets in a Location. - /// - /// Required. The name of the Dataset's parent resource. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - - /// Lists Datasets in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The name of the Dataset's parent resource. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// An expression for filtering the results of the request. For field names both snake_case and - /// camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = - /// and != * `labels` supports general map functions that is: * `labels.key=value` - key:value - /// equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. - /// `labels."a key"`. Some examples: * `displayName="myDisplayName"` * `labels.myKey="myValue"` - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/datasets"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", + Name = "filter", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -7342,9 +7314,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -7353,58 +7325,61 @@ protected override void InitParameters() } } - /// Updates a Dataset. - /// The body of the request. - /// - /// Output only. Identifier. The resource name of the Dataset. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new PatchRequest(this.service, body, name); + return new WaitRequest(this.service, name); } - /// Updates a Dataset. - public class PatchRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Output only. Identifier. The resource name of the Dataset. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// + /// The name of the operation resource to wait on. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// Required. The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels` + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "wait"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Patch parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); @@ -7414,11 +7389,11 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + Pattern = @"^featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - Name = "updateMask", + Name = "timeout", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -7426,2020 +7401,1997 @@ protected override void InitParameters() }); } } + } + } - /// Searches DataItems in a Dataset. - /// - /// Required. The resource name of the Dataset from which to search DataItems. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - public virtual SearchDataItemsRequest SearchDataItems(string dataset) + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new SearchDataItemsRequest(this.service, dataset); + Name = name; + InitParameters(); } - /// Searches DataItems in a Dataset. - public class SearchDataItemsRequest : AiplatformBaseServiceRequest + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() { - /// Constructs a new SearchDataItems request. - public SearchDataItemsRequest(Google.Apis.Services.IClientService service, string dataset) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Dataset = dataset; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The resource name of the Dataset from which to search DataItems. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Google.Apis.Util.RequestParameterAttribute("dataset", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Dataset { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// - /// An expression that specifies what Annotations will be returned per DataItem. Annotations - /// satisfied either of the conditions will be returned. * `annotation_spec_id` - for = or !=. Must - /// specify `saved_query_id=` - saved query id that annotations should belong to. - /// - [Google.Apis.Util.RequestParameterAttribute("annotationFilters", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable AnnotationFilters { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// An expression for filtering the Annotations that will be returned per DataItem. * - /// `annotation_spec_id` - for = or !=. - /// - [Google.Apis.Util.RequestParameterAttribute("annotationsFilter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string AnnotationsFilter { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// If set, only up to this many of Annotations will be returned per DataItemView. The maximum value - /// is 1000. If not set, the maximum value will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("annotationsLimit", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AnnotationsLimit { get; set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// An expression for filtering the DataItem that will be returned. * `data_item_id` - for = or !=. - /// * `labeled` - for = or !=. * `has_annotation(ANNOTATION_SPEC_ID)` - true only for DataItem that - /// have at least one annotation with annotation_spec_id = `ANNOTATION_SPEC_ID` in the context of - /// SavedQuery or DataLabelingJob. For example: * `data_item=1` * `has_annotation(5)` - /// - [Google.Apis.Util.RequestParameterAttribute("dataItemFilter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string DataItemFilter { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// The resource name of a DataLabelingJob. Format: - /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` If this field is - /// set, all of the search will be done in the context of this DataLabelingJob. - /// - [Google.Apis.Util.RequestParameterAttribute("dataLabelingJob", Google.Apis.Util.RequestParameterType.Query)] - public virtual string DataLabelingJob { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Mask specifying which fields of DataItemView to read. - [Google.Apis.Util.RequestParameterAttribute("fieldMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object FieldMask { get; set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. Must also specify saved_query. - /// - [Google.Apis.Util.RequestParameterAttribute("orderByAnnotation.orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderByAnnotationOrderBy { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. Saved query of the Annotation. Only Annotations belong to this saved query will be - /// considered for ordering. - /// - [Google.Apis.Util.RequestParameterAttribute("orderByAnnotation.savedQuery", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderByAnnotationSavedQuery { get; set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderByDataItem", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderByDataItem { get; set; } + /// Gets the method name. + public override string MethodName => "get"; - /// - /// Requested page size. Server may return fewer results than requested. Default and maximum page - /// size is 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// A token identifying a page of results for the server to return Typically obtained via - /// SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// The resource name of a SavedQuery(annotation set in UI). Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` All of - /// the search will be done in the context of this SavedQuery. - /// - [Google.Apis.Util.RequestParameterAttribute("savedQuery", Google.Apis.Util.RequestParameterType.Query)] - public virtual string SavedQuery { get; set; } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "searchDataItems"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+dataset}:searchDataItems"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes SearchDataItems parameter list. - protected override void InitParameters() + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("dataset", new Google.Apis.Discovery.Parameter - { - Name = "dataset", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - }); - RequestParameters.Add("annotationFilters", new Google.Apis.Discovery.Parameter - { - Name = "annotationFilters", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("annotationsFilter", new Google.Apis.Discovery.Parameter - { - Name = "annotationsFilter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("annotationsLimit", new Google.Apis.Discovery.Parameter - { - Name = "annotationsLimit", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("dataItemFilter", new Google.Apis.Discovery.Parameter - { - Name = "dataItemFilter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("dataLabelingJob", new Google.Apis.Discovery.Parameter - { - Name = "dataLabelingJob", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("fieldMask", new Google.Apis.Discovery.Parameter - { - Name = "fieldMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderByAnnotation.orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderByAnnotation.orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderByAnnotation.savedQuery", new Google.Apis.Discovery.Parameter - { - Name = "orderByAnnotation.savedQuery", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderByDataItem", new Google.Apis.Discovery.Parameter - { - Name = "orderByDataItem", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("savedQuery", new Google.Apis.Discovery.Parameter - { - Name = "savedQuery", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Gets the DeploymentResourcePools resource. - public virtual DeploymentResourcePoolsResource DeploymentResourcePools { get; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// The "deploymentResourcePools" collection of methods. - public class DeploymentResourcePoolsResource + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - private const string Resource = "deploymentResourcePools"; + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public DeploymentResourcePoolsResource(Google.Apis.Services.IClientService service) + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() { - this.service = service; - Operations = new OperationsResource(service); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^featurestores/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// The "hyperparameterTuningJobs" collection of methods. + public class HyperparameterTuningJobsResource + { + private const string Resource = "hyperparameterTuningJobs"; - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Constructs a new resource. + public HyperparameterTuningJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "get"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "list"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^hyperparameterTuningJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Create a DeploymentResourcePool. - /// The body of the request. - /// - /// Required. The parent location resource where this DeploymentResourcePool will be created. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Create a DeploymentResourcePool. - public class CreateRequest : AiplatformBaseServiceRequest + /// Initializes Wait parameter list. + protected override void InitParameters() { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest body, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Parent = parent; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// - /// Required. The parent location resource where this DeploymentResourcePool will be created. - /// Format: `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The "indexEndpoints" collection of methods. + public class IndexEndpointsResource + { + private const string Resource = "indexEndpoints"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest Body { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Constructs a new resource. + public IndexEndpointsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/deploymentResourcePools"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Delete a DeploymentResourcePool. - /// - /// Required. The name of the DeploymentResourcePool to delete. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Delete a DeploymentResourcePool. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the DeploymentResourcePool to delete. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexEndpoints/[^/]+/operations/[^/]+$", + }); } + } - /// Get a DeploymentResourcePool. - /// - /// Required. The name of the DeploymentResourcePool to retrieve. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - public virtual GetRequest Get(string name) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new GetRequest(this.service, name); + Name = name; + InitParameters(); } - /// Get a DeploymentResourcePool. - public class GetRequest : AiplatformBaseServiceRequest + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexEndpoints/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The name of the DeploymentResourcePool to retrieve. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "get"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexEndpoints/[^/]+/operations/[^/]+$", + }); } + } - /// List DeploymentResourcePools in a location. - /// - /// Required. The parent Location which owns this collection of DeploymentResourcePools. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ListRequest(this.service, parent); + Name = name; + InitParameters(); } - /// List DeploymentResourcePools in a location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The parent Location which owns this collection of DeploymentResourcePools. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// The maximum number of DeploymentResourcePools to return. The service may return fewer than this - /// value. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// A page token, received from a previous `ListDeploymentResourcePools` call. Provide this to - /// retrieve the subsequent page. When paginating, all other parameters provided to - /// `ListDeploymentResourcePools` must match the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/deploymentResourcePools"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexEndpoints/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Update a DeploymentResourcePool. - /// The body of the request. - /// - /// Immutable. The resource name of the DeploymentResourcePool. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeploymentResourcePool body, string name) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new PatchRequest(this.service, body, name); + Name = name; + InitParameters(); } - /// Update a DeploymentResourcePool. - public class PatchRequest : AiplatformBaseServiceRequest + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeploymentResourcePool body, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = name; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexEndpoints/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// - /// Immutable. The resource name of the DeploymentResourcePool. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The "indexes" collection of methods. + public class IndexesResource + { + private const string Resource = "indexes"; - /// Required. The list of fields to update. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeploymentResourcePool Body { get; set; } + /// Constructs a new resource. + public IndexesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the method name. - public override string MethodName => "patch"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// List DeployedModels that have been deployed on this DeploymentResourcePool. - /// - /// Required. The name of the target DeploymentResourcePool to query. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - public virtual QueryDeployedModelsRequest QueryDeployedModels(string deploymentResourcePool) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new QueryDeployedModelsRequest(this.service, deploymentResourcePool); + Name = name; + InitParameters(); } - /// List DeployedModels that have been deployed on this DeploymentResourcePool. - public class QueryDeployedModelsRequest : AiplatformBaseServiceRequest + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() { - /// Constructs a new QueryDeployedModels request. - public QueryDeployedModelsRequest(Google.Apis.Services.IClientService service, string deploymentResourcePool) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - DeploymentResourcePool = deploymentResourcePool; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexes/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The name of the target DeploymentResourcePool to query. Format: - /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` - /// - [Google.Apis.Util.RequestParameterAttribute("deploymentResourcePool", Google.Apis.Util.RequestParameterType.Path)] - public virtual string DeploymentResourcePool { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// - /// The maximum number of DeployedModels to return. The service may return fewer than this value. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// A page token, received from a previous `QueryDeployedModels` call. Provide this to retrieve the - /// subsequent page. When paginating, all other parameters provided to `QueryDeployedModels` must - /// match the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "queryDeployedModels"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+deploymentResourcePool}:queryDeployedModels"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes QueryDeployedModels parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("deploymentResourcePool", new Google.Apis.Discovery.Parameter - { - Name = "deploymentResourcePool", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexes/[^/]+/operations/[^/]+$", + }); } } - /// Gets the Endpoints resource. - public virtual EndpointsResource Endpoints { get; } - - /// The "endpoints" collection of methods. - public class EndpointsResource + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - private const string Resource = "endpoints"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new GetRequest(this.service, name); + } - /// Constructs a new resource. - public EndpointsResource(Google.Apis.Services.IClientService service) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; - Chat = new ChatResource(service); - DeployedModels = new DeployedModelsResource(service); - Invoke = new InvokeResource(service); - Openapi = new OpenapiResource(service); - Operations = new OperationsResource(service); + Name = name; + InitParameters(); } - /// Gets the Chat resource. - public virtual ChatResource Chat { get; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The "chat" collection of methods. - public class ChatResource - { - private const string Resource = "chat"; + /// Gets the method name. + public override string MethodName => "get"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Constructs a new resource. - public ChatResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Exposes an OpenAI-compatible endpoint for chat completions. - /// The body of the request. - /// - /// Required. The name of the endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual CompletionsRequest Completions(Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new CompletionsRequest(this.service, body, endpoint); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexes/[^/]+/operations/[^/]+$", + }); + } + } - /// Exposes an OpenAI-compatible endpoint for chat completions. - public class CompletionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Completions request. - public CompletionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// Required. The name of the endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody Body { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "completions"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}/chat/completions"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Initializes Completions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } - } - } + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the DeployedModels resource. - public virtual DeployedModelsResource DeployedModels { get; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// The "deployedModels" collection of methods. - public class DeployedModelsResource + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() { - private const string Resource = "deployedModels"; + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexes/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Constructs a new resource. - public DeployedModelsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Invoke = new InvokeResource(service); - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the Invoke resource. - public virtual InvokeResource Invoke { get; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The "invoke" collection of methods. - public class InvokeResource - { - private const string Resource = "invoke"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the method name. + public override string MethodName => "wait"; - /// Constructs a new resource. - public InvokeResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this - /// method, invoke_route_prefix must be set to allow the paths that will be specified in the - /// request. - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - /// - /// ID of the DeployedModel that serves the invoke request. - /// - /// null - public virtual InvokeRequest Invoke(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string deployedModelId, string invokeId) - { - return new InvokeRequest(this.service, body, endpoint, deployedModelId, invokeId); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// - /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this - /// method, invoke_route_prefix must be set to allow the paths that will be specified in the - /// request. - /// - public class InvokeRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Invoke request. - public InvokeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string deployedModelId, string invokeId) : base(service) - { - Endpoint = endpoint; - DeployedModelId = deployedModelId; - InvokeId = invokeId; - Body = body; - InitParameters(); - } + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^indexes/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The "media" collection of methods. + public class MediaResource + { + private const string Resource = "media"; - /// ID of the DeployedModel that serves the invoke request. - [Google.Apis.Util.RequestParameterAttribute("deployedModelId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string DeployedModelId { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - [Google.Apis.Util.RequestParameterAttribute("invokeId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string InvokeId { get; private set; } + /// Constructs a new resource. + public MediaResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest Body { get; set; } + /// Upload a file into a RagCorpus. + /// The body of the request. + /// + /// Required. The name of the RagCorpus resource into which to upload the file. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + public virtual UploadRequest Upload(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent) + { + return new UploadRequest(this.service, body, parent); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Upload a file into a RagCorpus. + public class UploadRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Upload request. + public UploadRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "invoke"; + /// + /// Required. The name of the RagCorpus resource into which to upload the file. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}/deployedModels/{deployedModelId}/invoke/{+invokeId}"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Invoke parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - RequestParameters.Add("deployedModelId", new Google.Apis.Discovery.Parameter - { - Name = "deployedModelId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("invokeId", new Google.Apis.Discovery.Parameter - { - Name = "invokeId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - } - } + /// Gets the method name. + public override string MethodName => "upload"; - /// Gets the Invoke resource. - public virtual InvokeResource Invoke { get; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The "invoke" collection of methods. - public class InvokeResource + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/ragFiles:upload"; + + /// Initializes Upload parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - private const string Resource = "invoke"; + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + }); + } + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Upload a file into a RagCorpus. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before reading + /// commences. If is not seekable, then it will be read from its current position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + /// The body of the request. + /// + /// Required. The name of the RagCorpus resource into which to upload the file. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + /// The stream to upload. See remarks for further information. + /// The content type of the stream to upload. + public virtual UploadMediaUpload Upload(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent, System.IO.Stream stream, string contentType) + { + return new UploadMediaUpload(service, body, parent, stream, contentType); + } - /// Constructs a new resource. - public InvokeResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Upload media upload which supports resumable upload. + public class UploadMediaUpload : Google.Apis.Upload.ResumableUpload + { + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } - /// - /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, - /// invoke_route_prefix must be set to allow the paths that will be specified in the request. - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - /// null - public virtual InvokeRequest Invoke(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string invokeId) - { - return new InvokeRequest(this.service, body, endpoint, invokeId); - } + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, - /// - /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, - /// invoke_route_prefix must be set to allow the paths that will be specified in the request. - /// - public class InvokeRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Invoke request. - public InvokeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string invokeId) : base(service) - { - Endpoint = endpoint; - InvokeId = invokeId; - Body = body; - InitParameters(); - } + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } - [Google.Apis.Util.RequestParameterAttribute("invokeId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string InvokeId { get; private set; } + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest Body { get; set; } + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, - /// Gets the method name. - public override string MethodName => "invoke"; + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}/invoke/{+invokeId}"; + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } - /// Initializes Invoke parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - RequestParameters.Add("invokeId", new Google.Apis.Discovery.Parameter - { - Name = "invokeId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. + /// Required unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } - /// Gets the Openapi resource. - public virtual OpenapiResource Openapi { get; } + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } - /// The "openapi" collection of methods. - public class OpenapiResource - { - private const string Resource = "openapi"; + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned + /// to a user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } - /// Constructs a new resource. - public OpenapiResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } - /// - /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, - /// invoke_route_prefix must be set to allow the paths that will be specified in the request. - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual EmbeddingsRequest Embeddings(Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) - { - return new EmbeddingsRequest(this.service, body, endpoint); - } + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } - /// - /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, - /// invoke_route_prefix must be set to allow the paths that will be specified in the request. - /// - public class EmbeddingsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Embeddings request. - public EmbeddingsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// + /// Required. The name of the RagCorpus resource into which to upload the file. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// Constructs a new Upload media upload instance. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its current + /// position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + public UploadMediaUpload(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadRagFileRequest body, string parent, System.IO.Stream stream, string contentType) + : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "v1/{+parent}/ragFiles:upload"), "POST", stream, contentType) + { + Parent = parent; + Body = body; + } + } + } - /// ID of the DeployedModel that serves the invoke request. - [Google.Apis.Util.RequestParameterAttribute("deployedModelId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string DeployedModelId { get; set; } + /// The "metadataStores" collection of methods. + public class MetadataStoresResource + { + private const string Resource = "metadataStores"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody Body { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Constructs a new resource. + public MetadataStoresResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Artifacts = new ArtifactsResource(service); + Contexts = new ContextsResource(service); + Executions = new ExecutionsResource(service); + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "embeddings"; + /// Gets the Artifacts resource. + public virtual ArtifactsResource Artifacts { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "artifacts" collection of methods. + public class ArtifactsResource + { + private const string Resource = "artifacts"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}/embeddings"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Embeddings parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/openapi$", - }); - RequestParameters.Add("deployedModelId", new Google.Apis.Discovery.Parameter - { - Name = "deployedModelId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Constructs a new resource. + public ArtifactsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; - - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Return a list of tokens based on the input text. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. - /// - public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new ComputeTokensRequest(this.service, body, endpoint); + return new CancelRequest(this.service, name); } - /// Return a list of tokens based on the input text. - public class ComputeTokensRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest { - /// Constructs a new ComputeTokens request. - public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "computeTokens"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:computeTokens"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes ComputeTokens parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", }); } } - /// Perform a token counting. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new CountTokensRequest(this.service, body, endpoint); + return new DeleteRequest(this.service, name); } - /// Perform a token counting. - public class CountTokensRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new CountTokens request. - public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "countTokens"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:countTokens"; + public override string RestPath => "v1/{+name}"; - /// Initializes CountTokens parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", }); } } - /// Creates an Endpoint. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the Endpoint in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string parent) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new CreateRequest(this.service, body, parent); + return new GetRequest(this.service, name); } - /// Creates an Endpoint. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string parent) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to create the Endpoint in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Immutable. The ID to use for endpoint, which will become the final component of the endpoint - /// resource name. If not provided, Vertex AI will generate a value for this ID. If the first - /// character is a letter, this value may be up to 63 characters, and valid characters are - /// `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, - /// this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. - /// When using HTTP/JSON, this field is populated based on a query string argument, such as - /// `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or - /// the body. - /// - [Google.Apis.Util.RequestParameterAttribute("endpointId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string EndpointId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/endpoints"; + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("endpointId", new Google.Apis.Discovery.Parameter - { - Name = "endpointId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", }); } } - /// Deletes an Endpoint. - /// - /// Required. The name of the Endpoint resource to be deleted. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual DeleteRequest Delete(string name) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new DeleteRequest(this.service, name); + return new ListRequest(this.service, name); } - /// Deletes an Endpoint. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint resource to be deleted. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// + /// The name of the operation's parent resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}/operations"; - /// Initializes Delete parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -9449,399 +9401,667 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/artifacts/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Deploys a Model into this Endpoint, creating a DeployedModel within it. - /// The body of the request. - /// - /// Required. The name of the Endpoint resource into which to deploy a Model. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual DeployModelRequest DeployModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployModelRequest body, string endpoint) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new DeployModelRequest(this.service, body, endpoint); + return new WaitRequest(this.service, name); } - /// Deploys a Model into this Endpoint, creating a DeployedModel within it. - public class DeployModelRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new DeployModel request. - public DeployModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployModelRequest body, string endpoint) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Required. The name of the Endpoint resource into which to deploy a Model. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployModelRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "deployModel"; + public override string MethodName => "wait"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:deployModel"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes DeployModel parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } + } + } + + /// Gets the Contexts resource. + public virtual ContextsResource Contexts { get; } + + /// The "contexts" collection of methods. + public class ContextsResource + { + private const string Resource = "contexts"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ContextsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } /// - /// Perform an unary online prediction request to a gRPC model server for Vertex first-party products - /// and frameworks. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual DirectPredictRequest DirectPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectPredictRequest body, string endpoint) + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new DirectPredictRequest(this.service, body, endpoint); + return new CancelRequest(this.service, name); } /// - /// Perform an unary online prediction request to a gRPC model server for Vertex first-party products - /// and frameworks. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - public class DirectPredictRequest : AiplatformBaseServiceRequest + public class CancelRequest : AiplatformBaseServiceRequest { - /// Constructs a new DirectPredict request. - public DirectPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectPredictRequest body, string endpoint) : base(service) + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectPredictRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "directPredict"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:directPredict"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes DirectPredict parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", }); } } /// - /// Perform an unary online prediction request to a gRPC model server for custom containers. + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual DirectRawPredictRequest DirectRawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectRawPredictRequest body, string endpoint) + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new DirectRawPredictRequest(this.service, body, endpoint); + return new DeleteRequest(this.service, name); } /// - /// Perform an unary online prediction request to a gRPC model server for custom containers. + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. /// - public class DirectRawPredictRequest : AiplatformBaseServiceRequest + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new DirectRawPredict request. - public DirectRawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectRawPredictRequest body, string endpoint) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectRawPredictRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "directRawPredict"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:directRawPredict"; + public override string RestPath => "v1/{+name}"; - /// Initializes DirectRawPredict parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", }); } } /// - /// Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must - /// have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have - /// explanation_spec populated. + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the explanation. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual ExplainRequest Explain(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExplainRequest body, string endpoint) + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new ExplainRequest(this.service, body, endpoint); + return new GetRequest(this.service, name); } /// - /// Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must - /// have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have - /// explanation_spec populated. + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. /// - public class ExplainRequest : AiplatformBaseServiceRequest + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new Explain request. - public ExplainRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExplainRequest body, string endpoint) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the explanation. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExplainRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "explain"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:explain"; + public override string RestPath => "v1/{+name}"; - /// Initializes Explain parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", }); } } - /// Fetch an asynchronous online prediction operation. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new FetchPredictOperationRequest(this.service, body, endpoint); + return new ListRequest(this.service, name); } - /// Fetch an asynchronous online prediction operation. - public class FetchPredictOperationRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new FetchPredictOperation request. - public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. - public override string MethodName => "fetchPredictOperation"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; + public override string RestPath => "v1/{+name}/operations"; - /// Initializes FetchPredictOperation parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/contexts/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Generate content with multimodal inputs. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new GenerateContentRequest(this.service, body, model); + return new WaitRequest(this.service, name); } - /// Generate content with multimodal inputs. - public class GenerateContentRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new GenerateContent request. - public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Model = model; - Body = body; + Name = name; InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. - /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned - /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + /// Gets the method name. + public override string MethodName => "wait"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } + + /// Gets the Executions resource. + public virtual ExecutionsResource Executions { get; } + + /// The "executions" collection of methods. + public class ExecutionsResource + { + private const string Resource = "executions"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ExecutionsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "generateContent"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+model}:generateContent"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes GenerateContent parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "model", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", }); } } - /// Gets an Endpoint. - /// - /// Required. The name of the Endpoint resource. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets an Endpoint. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -9850,10 +10070,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The name of the Endpoint resource. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -9876,80 +10093,60 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", }); } } - /// Lists Endpoints in a Location. - /// - /// Required. The resource name of the Location from which to list the Endpoints. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists Endpoints in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location from which to list the Endpoints. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Optional. An expression for filtering the results of the request. For field names both - /// snake_case and camelCase are supported. * `endpoint` supports `=` and `!=`. `endpoint` - /// represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * - /// `display_name` supports `=` and `!=`. * `labels` supports general map functions that is: * - /// `labels.key=value` - key:value equality * `labels.key:*` or `labels:key` - key existence * A key - /// including a space must be quoted. `labels."a key"`. * `base_model_name` only supports `=`. Some - /// examples: * `endpoint=1` * `displayName="myDisplayName"` * `labels.myKey="myValue"` * - /// `baseModelName="text-bison"` - /// + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// Optional. Configures the Google Distributed Cloud (GDC) environment for online prediction. Only - /// set this field when the Endpoint is to be deployed in a GDC environment. - /// - [Google.Apis.Util.RequestParameterAttribute("gdcZone", Google.Apis.Util.RequestParameterType.Query)] - public virtual string GdcZone { get; set; } - - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` - /// Example: `display_name, create_time desc`. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// Optional. The standard list page size. + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// Optional. The standard list page token. Typically obtained via - /// ListEndpointsResponse.next_page_token of the previous EndpointService.ListEndpoints call. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Optional. Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -9958,19 +10155,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/endpoints"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^metadataStores/[^/]+/executions/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -9980,22 +10177,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("gdcZone", new Google.Apis.Discovery.Parameter - { - Name = "gdcZone", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -10012,9 +10193,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -10024,117 +10205,60 @@ protected override void InitParameters() } /// - /// Updates an existing deployed model. Updatable fields include `min_replica_count`, - /// `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, - /// `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only). + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. /// - /// The body of the request. - /// - /// Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual MutateDeployedModelRequest MutateDeployedModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MutateDeployedModelRequest body, string endpoint) + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new MutateDeployedModelRequest(this.service, body, endpoint); + return new WaitRequest(this.service, name); } /// - /// Updates an existing deployed model. Updatable fields include `min_replica_count`, - /// `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, - /// `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only). + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. /// - public class MutateDeployedModelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new MutateDeployedModel request. - public MutateDeployedModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MutateDeployedModelRequest body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MutateDeployedModelRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "mutateDeployedModel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:mutateDeployedModel"; - - /// Initializes MutateDeployedModel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } - } - - /// Updates an Endpoint. - /// The body of the request. - /// Output only. The resource name of the Endpoint. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// Updates an Endpoint. - public class PatchRequest : AiplatformBaseServiceRequest + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string name) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// Output only. The resource name of the Endpoint. + /// The name of the operation resource to wait on. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// Required. The update mask applies to the resource. See google.protobuf.FieldMask. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "wait"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Patch parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); @@ -10144,11 +10268,11 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + Pattern = @"^metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - Name = "updateMask", + Name = "timeout", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -10156,842 +10280,1211 @@ protected override void InitParameters() }); } } + } + } - /// Perform an online prediction. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) - { - return new PredictRequest(this.service, body, endpoint); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Perform an online prediction. - public class PredictRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Predict request. - public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "predict"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predict"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Initializes Predict parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) - { - return new PredictLongRunningRequest(this.service, body, endpoint); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// - public class PredictLongRunningRequest : AiplatformBaseServiceRequest + /// Initializes Cancel parameter list. + protected override void InitParameters() { - /// Constructs a new PredictLongRunning request. - public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Endpoint = endpoint; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^metadataStores/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "predictLongRunning"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predictLongRunning"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Initializes PredictLongRunning parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^metadataStores/[^/]+/operations/[^/]+$", + }); } + } - /// - /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following - /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * - /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual RawPredictRequest RawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new RawPredictRequest(this.service, body, endpoint); + Name = name; + InitParameters(); } - /// - /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following - /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * - /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. - /// - public class RawPredictRequest : AiplatformBaseServiceRequest + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - /// Constructs a new RawPredict request. - public RawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^metadataStores/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest Body { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "rawPredict"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:rawPredict"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Initializes RawPredict parameter list. - protected override void InitParameters() + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^metadataStores/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// - /// Perform a server-side streaming online prediction request for Vertex LLM streaming. - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual ServerStreamingPredictRequest ServerStreamingPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ServerStreamingPredictRequest(this.service, body, endpoint); + Name = name; + InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Perform a server-side streaming online prediction request for Vertex LLM streaming. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - public class ServerStreamingPredictRequest : AiplatformBaseServiceRequest + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() { - /// Constructs a new ServerStreamingPredict request. - public ServerStreamingPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^metadataStores/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The "migratableResources" collection of methods. + public class MigratableResourcesResource + { + private const string Resource = "migratableResources"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest Body { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Constructs a new resource. + public MigratableResourcesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "serverStreamingPredict"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:serverStreamingPredict"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes ServerStreamingPredict parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Generate content with multimodal inputs with streaming support. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) - { - return new StreamGenerateContentRequest(this.service, body, model); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Generate content with multimodal inputs with streaming support. - public class StreamGenerateContentRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new StreamGenerateContent request. - public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) - { - Model = model; - Body = body; - InitParameters(); - } - - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. - /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned - /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "streamGenerateContent"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+model}:streamGenerateContent"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes StreamGenerateContent parameter list. - protected override void InitParameters() + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter - { - Name = "model", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^migratableResources/[^/]+/operations/[^/]+$", + }); } + } - /// Perform a streaming online prediction with an arbitrary HTTP payload. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual StreamRawPredictRequest StreamRawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new StreamRawPredictRequest(this.service, body, endpoint); + Name = name; + InitParameters(); } - /// Perform a streaming online prediction with an arbitrary HTTP payload. - public class StreamRawPredictRequest : AiplatformBaseServiceRequest + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() { - /// Constructs a new StreamRawPredict request. - public StreamRawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^migratableResources/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest Body { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "streamRawPredict"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:streamRawPredict"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes StreamRawPredict parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^migratableResources/[^/]+/operations/[^/]+$", + }); } + } - /// - /// Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's - /// using. - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint resource from which to undeploy a Model. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual UndeployModelRequest UndeployModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployModelRequest body, string endpoint) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new UndeployModelRequest(this.service, body, endpoint); + Name = name; + InitParameters(); } - /// - /// Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's - /// using. - /// - public class UndeployModelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new UndeployModel request. - public UndeployModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployModelRequest body, string endpoint) : base(service) - { - Endpoint = endpoint; - Body = body; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the Endpoint resource from which to undeploy a Model. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployModelRequest Body { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "undeployModel"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:undeployModel"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes UndeployModel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter - { - Name = "endpoint", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Updates an Endpoint with a long running operation. - /// The body of the request. - /// Output only. The resource name of the Endpoint. - public virtual UpdateRequest Update(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest body, string name) + /// Initializes List parameter list. + protected override void InitParameters() { - return new UpdateRequest(this.service, body, name); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^migratableResources/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Updates an Endpoint with a long running operation. - public class UpdateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Update request. - public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Output only. The resource name of the Endpoint. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest Body { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "update"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:update"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Update parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^migratableResources/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } + } - /// Gets the EvaluationItems resource. - public virtual EvaluationItemsResource EvaluationItems { get; } + /// The "modelDeploymentMonitoringJobs" collection of methods. + public class ModelDeploymentMonitoringJobsResource + { + private const string Resource = "modelDeploymentMonitoringJobs"; - /// The "evaluationItems" collection of methods. - public class EvaluationItemsResource + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ModelDeploymentMonitoringJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - private const string Resource = "evaluationItems"; + this.service = service; + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Constructs a new resource. - public EvaluationItemsResource(Google.Apis.Services.IClientService service) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; + Name = name; + InitParameters(); } - /// Creates an Evaluation Item. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the Evaluation Item in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationItem body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Creates an Evaluation Item. - public class CreateRequest : AiplatformBaseServiceRequest + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationItem body, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Parent = parent; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The resource name of the Location to create the Evaluation Item in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationItem Body { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluationItems"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + }); } + } - /// Deletes an Evaluation Item. - /// - /// Required. The name of the EvaluationItem resource to be deleted. Format: - /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Deletes an Evaluation Item. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the EvaluationItem resource to be deleted. Format: - /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + }); } + } - /// Gets an Evaluation Item. - /// - /// Required. The name of the EvaluationItem resource. Format: - /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` - /// - public virtual GetRequest Get(string name) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new GetRequest(this.service, name); + Name = name; + InitParameters(); } - /// Gets an Evaluation Item. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the EvaluationItem resource. Format: - /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "list"; - /// Lists Evaluation Items. - /// - /// Required. The resource name of the Location from which to list the Evaluation Items. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Lists Evaluation Items. - public class ListRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The resource name of the Location from which to list the Evaluation Items. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^modelDeploymentMonitoringJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Optional. Filter expression that matches a subset of the EvaluationItems to show. For field - /// names both snake_case and camelCase are supported. For more information about filter syntax, see - /// [AIP-160](https://google.aip.dev/160). - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order by default. - /// Use `desc` after a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Optional. The maximum number of Evaluation Items to return. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Optional. A page token, received from a previous `ListEvaluationItems` call. Provide this to - /// retrieve the subsequent page. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluationItems"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } + } - /// Gets the EvaluationRuns resource. - public virtual EvaluationRunsResource EvaluationRuns { get; } + /// The "models" collection of methods. + public class ModelsResource + { + private const string Resource = "models"; - /// The "evaluationRuns" collection of methods. - public class EvaluationRunsResource + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ModelsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Evaluations = new EvaluationsResource(service); + Operations = new OperationsResource(service); + } + + /// Gets the Evaluations resource. + public virtual EvaluationsResource Evaluations { get; } + + /// The "evaluations" collection of methods. + public class EvaluationsResource + { + private const string Resource = "evaluations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public EvaluationsResource(Google.Apis.Services.IClientService service) { - private const string Resource = "evaluationRuns"; + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public EvaluationRunsResource(Google.Apis.Services.IClientService service) + public OperationsResource(Google.Apis.Services.IClientService service) { this.service = service; } /// - /// Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. Status of run - /// can be checked via GetEvaluationRun. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - /// The body of the request. - /// - /// Required. The name of the EvaluationRun resource to be cancelled. Format: - /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelEvaluationRunRequest body, string name) + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new CancelRequest(this.service, body, name); + return new CancelRequest(this.service, name); } /// - /// Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. Status of run - /// can be checked via GetEvaluationRun. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// public class CancelRequest : AiplatformBaseServiceRequest { /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelEvaluationRunRequest body, string name) : base(service) + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Required. The name of the EvaluationRun resource to be cancelled. Format: - /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelEvaluationRunRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. public override string MethodName => "cancel"; @@ -11011,82 +11504,28 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", - }); - } - } - - /// Creates an Evaluation Run. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the Evaluation Run in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationRun body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// Creates an Evaluation Run. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationRun body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location to create the Evaluation Run in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationRun Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluationRuns"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", }); } } - /// Deletes an Evaluation Run. - /// - /// Required. The name of the EvaluationRun resource to be deleted. Format: - /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` - /// + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes an Evaluation Run. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -11095,10 +11534,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// - /// Required. The name of the EvaluationRun resource to be deleted. Format: - /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` - /// + /// The name of the operation resource to be deleted. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -11121,23 +11557,26 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + Pattern = @"^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", }); } } - /// Gets an Evaluation Run. - /// - /// Required. The name of the EvaluationRun resource. Format: - /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` - /// + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets an Evaluation Run. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -11146,10 +11585,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The name of the EvaluationRun resource. Format: - /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -11172,64 +11608,61 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + Pattern = @"^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", }); } } - /// Lists Evaluation Runs. - /// - /// Required. The resource name of the Location from which to list the Evaluation Runs. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists Evaluation Runs. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location from which to list the Evaluation Runs. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Optional. Filter expression that matches a subset of the EvaluationRuns to show. For field names - /// both snake_case and camelCase are supported. For more information about filter syntax, see - /// [AIP-160](https://google.aip.dev/160). - /// + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order by default. - /// Use `desc` after a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// Optional. The maximum number of Evaluation Runs to return. + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// Optional. A page token, received from a previous `ListEvaluationRuns` call. Provide this to - /// retrieve the subsequent page. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -11237,19 +11670,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluationRuns"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^models/[^/]+/evaluations/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -11259,25 +11692,25 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { - Name = "orderBy", + Name = "pageSize", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter { - Name = "pageSize", + Name = "pageToken", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -11285,3181 +11718,3526 @@ protected override void InitParameters() }); } } - } - - /// Gets the EvaluationSets resource. - public virtual EvaluationSetsResource EvaluationSets { get; } - - /// The "evaluationSets" collection of methods. - public class EvaluationSetsResource - { - private const string Resource = "evaluationSets"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public EvaluationSetsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - /// Creates an Evaluation Set. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the Evaluation Set in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string parent) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new CreateRequest(this.service, body, parent); + return new WaitRequest(this.service, name); } - /// Creates an Evaluation Set. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string parent) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Required. The resource name of the Location to create the Evaluation Set in. Format: - /// `projects/{project}/locations/{location}` + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "wait"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluationSets"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Create parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^models/[^/]+/evaluations/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } + } + } - /// Deletes an Evaluation Set. - /// - /// Required. The name of the EvaluationSet resource to be deleted. Format: - /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Deletes an Evaluation Set. - public class DeleteRequest : AiplatformBaseServiceRequest + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the EvaluationSet resource to be deleted. Format: - /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^models/[^/]+/operations/[^/]+$", + }); } + } - /// Gets an Evaluation Set. - /// - /// Required. The name of the EvaluationSet resource. Format: - /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets an Evaluation Set. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the EvaluationSet resource. Format: - /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^models/[^/]+/operations/[^/]+$", + }); } + } - /// Lists Evaluation Sets. - /// - /// Required. The resource name of the Location from which to list the Evaluation Sets. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ListRequest(this.service, parent); + Name = name; + InitParameters(); } - /// Lists Evaluation Sets. - public class ListRequest : AiplatformBaseServiceRequest + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Parent = parent; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^models/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The resource name of the Location from which to list the Evaluation Sets. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// Optional. Filter expression that matches a subset of the EvaluationSets to show. For field names - /// both snake_case and camelCase are supported. For more information about filter syntax, see - /// [AIP-160](https://google.aip.dev/160). - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order by default. - /// Use `desc` after a field name for descending. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Optional. The maximum number of Evaluation Sets to return. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Optional. A page token, received from a previous `ListEvaluationSets` call. Provide this to - /// retrieve the subsequent page. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluationSets"; + /// Gets the method name. + public override string MethodName => "list"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Updates an Evaluation Set. - /// The body of the request. - /// - /// Identifier. The resource name of the EvaluationSet. Format: - /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Updates an Evaluation Set. - public class PatchRequest : AiplatformBaseServiceRequest + /// Initializes List parameter list. + protected override void InitParameters() { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = name; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^models/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Identifier. The resource name of the EvaluationSet. Format: - /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// - /// Optional. The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet Body { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Patch parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^models/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } + } - /// Gets the FeatureGroups resource. - public virtual FeatureGroupsResource FeatureGroups { get; } + /// The "notebookExecutionJobs" collection of methods. + public class NotebookExecutionJobsResource + { + private const string Resource = "notebookExecutionJobs"; - /// The "featureGroups" collection of methods. - public class FeatureGroupsResource + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public NotebookExecutionJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - private const string Resource = "featureGroups"; + this.service = service; + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Constructs a new resource. - public FeatureGroupsResource(Google.Apis.Services.IClientService service) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; - Features = new FeaturesResource(service); - Operations = new OperationsResource(service); + Name = name; + InitParameters(); } - /// Gets the Features resource. - public virtual FeaturesResource Features { get; } - - /// The "features" collection of methods. - public class FeaturesResource - { - private const string Resource = "features"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Constructs a new resource. - public FeaturesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// The "operations" collection of methods. - public class OperationsResource + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - }); - } - } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - }); - } - } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListWaitRequest ListWait(string name) - { - return new ListWaitRequest(this.service, name); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListWaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ListWait request. - public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "listWait"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes ListWait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookExecutionJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "wait"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Creates a batch of Features in a given FeatureGroup. - /// The body of the request. - /// - /// Required. The resource name of the EntityType/FeatureGroup to create the batch of Features - /// under. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new BatchCreateRequest(this.service, body, parent); - } - - /// Creates a batch of Features in a given FeatureGroup. - public class BatchCreateRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - /// Constructs a new BatchCreate request. - public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// - /// Required. The resource name of the EntityType/FeatureGroup to create the batch of Features - /// under. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The "notebookRuntimeTemplates" collection of methods. + public class NotebookRuntimeTemplatesResource + { + private const string Resource = "notebookRuntimeTemplates"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest Body { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Constructs a new resource. + public NotebookRuntimeTemplatesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "batchCreate"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/features:batchCreate"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes BatchCreate parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - } - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Creates a new Feature in a given FeatureGroup. - /// The body of the request. - /// - /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for - /// entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Creates a new Feature in a given FeatureGroup. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format - /// for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The ID to use for the Feature, which will become the final component of the - /// Feature's resource name. This value may be up to 128 characters, and valid characters are - /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an - /// EntityType/FeatureGroup. - /// - [Google.Apis.Util.RequestParameterAttribute("featureId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FeatureId { get; set; } + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the method name. - public override string MethodName => "create"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/features"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - RequestParameters.Add("featureId", new Google.Apis.Discovery.Parameter - { - Name = "featureId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Deletes a single Feature. - /// - /// Required. The name of the Features to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "delete"; - /// Deletes a single Feature. - public class DeleteRequest : AiplatformBaseServiceRequest + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The name of the Features to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "get"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets details of a single Feature. - /// - /// Required. The name of the Feature resource. Format for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets details of a single Feature. - public class GetRequest : AiplatformBaseServiceRequest + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The name of the Feature resource. Format for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", - }); - } - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Lists Features in a given FeatureGroup. - /// - /// Required. The resource name of the Location to list Features. Format for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual ListRequest List(string parent) + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new ListRequest(this.service, parent); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimeTemplates/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Lists Features in a given FeatureGroup. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// - /// Required. The resource name of the Location to list Features. Format for entity_type as - /// parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The "notebookRuntimes" collection of methods. + public class NotebookRuntimesResource + { + private const string Resource = "notebookRuntimes"; - /// - /// Lists the Features that match the filter expression. The following filters are supported: * - /// `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, &lt;, - /// &gt;, &gt;=, and &lt;= comparisons. Values must be in RFC 3339 format. * - /// `update_time`: Supports =, !=, &lt;, &gt;, &gt;=, and &lt;= comparisons. - /// Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key - /// presence. Examples: * `value_type = DOUBLE` --&gt; Features whose type is DOUBLE. * - /// `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time &gt; - /// \"2020-01-31T15:30:00.000000Z\"` --&gt; EntityTypes created or updated after - /// 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --&gt; - /// Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --&gt; Any - /// Feature which has a label with 'env' as the key. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent - /// ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is - /// [0, 10]. If number of stats exists &lt; ListFeaturesRequest.latest_stats_count, return - /// all existing stats. - /// - [Google.Apis.Util.RequestParameterAttribute("latestStatsCount", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable LatestStatsCount { get; set; } + /// Constructs a new resource. + public NotebookRuntimesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported - /// for FeatureRegistry Feature) * `create_time` * `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// - /// The maximum number of Features to return. The service may return fewer than this value. If - /// unspecified, at most 1000 Features will be returned. The maximum value is 1000; any value - /// greater than 1000 will be coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// - /// A page token, received from a previous FeaturestoreService.ListFeatures call or - /// FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When - /// paginating, all other parameters provided to FeaturestoreService.ListFeatures or - /// FeatureRegistryService.ListFeatures must match the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/features"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("latestStatsCount", new Google.Apis.Discovery.Parameter - { - Name = "latestStatsCount", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// Updates the parameters of a single Feature. - /// The body of the request. - /// - /// Immutable. Name of the Feature. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` The - /// last part feature is assigned by the client. The feature can be up to 64 characters long and can - /// consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting - /// with a letter. The value will be unique given an entity type. - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Updates the parameters of a single Feature. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// - /// Immutable. Name of the Feature. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` - /// The last part feature is assigned by the client. The feature can be up to 64 characters long - /// and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 - /// starting with a letter. The value will be unique given an entity type. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimes/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Field mask is used to specify the fields to be overwritten in the Features 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 only the non-empty fields present in the request will be overwritten. Set the - /// update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * - /// `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` - /// (Not supported for FeaturestoreService FeatureStore) - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimes/[^/]+/operations/[^/]+$", + }); } + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// The "operations" collection of methods. - public class OperationsResource + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - private const string Resource = "operations"; + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the method name. + public override string MethodName => "get"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimes/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - }); - } - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimes/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "wait"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListWaitRequest ListWait(string name) - { - return new ListWaitRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListWaitRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new ListWait request. - public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^notebookRuntimes/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the + /// operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether + /// the cancellation succeeded or whether the operation completed despite cancellation. On successful + /// cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "listWait"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the + /// operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether + /// the cancellation succeeded or whether the operation completed despite cancellation. On successful + /// cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Initializes ListWait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^operations/[^/]+$", + }); + } + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Creates a new FeatureGroup in a given project and location. - /// The body of the request. - /// - /// Required. The resource name of the Location to create FeatureGroups. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string parent) + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new CreateRequest(this.service, body, parent); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^operations/[^/]+$", + }); + } + } - /// Creates a new FeatureGroup in a given project and location. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation result + /// at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// Required. The resource name of the Location to create FeatureGroups. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation result + /// at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The ID to use for this FeatureGroup, which will become the final component of the - /// FeatureGroup's resource name. This value may be up to 128 characters, and valid characters are - /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project - /// and location. - /// - [Google.Apis.Util.RequestParameterAttribute("featureGroupId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FeatureGroupId { get; set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup Body { get; set; } + /// Gets the method name. + public override string MethodName => "get"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featureGroups"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this method, + /// it returns `UNIMPLEMENTED`. + /// + public virtual ListRequest List() + { + return new ListRequest(this.service); + } - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("featureGroupId", new Google.Apis.Discovery.Parameter - { - Name = "featureGroupId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this method, + /// it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } - /// Deletes a single FeatureGroup. - /// - /// Required. The name of the FeatureGroup to be deleted. Format: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Deletes a single FeatureGroup. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Name { get; set; } - /// - /// Required. The name of the FeatureGroup to be deleted. Format: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the - /// request will only work if the FeatureGroup has no Features.) - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter - { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/operations"; - /// Gets details of a single FeatureGroup. - /// Required. The name of the FeatureGroup resource. - public virtual GetRequest Get(string name) + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - return new GetRequest(this.service, name); - } - - /// Gets details of a single FeatureGroup. - public class GetRequest : AiplatformBaseServiceRequest + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Required. The name of the FeatureGroup resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, returning + /// the latest state. If the operation is already done, the latest state is immediately returned. If the timeout + /// specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including immediately), meaning even an + /// immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, returning + /// the latest state. If the operation is already done, the latest state is immediately returned. If the timeout + /// specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including immediately), meaning even an + /// immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter + /// one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "wait"; - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) - { - return new GetIamPolicyRequest(this.service, resource); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - public class GetIamPolicyRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + /// The "persistentResources" collection of methods. + public class PersistentResourcesResource + { + private const string Resource = "persistentResources"; - /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, - /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any - /// conditional role bindings must specify version 3. Policies with no conditional role bindings may - /// specify any valid value or leave the field unset. The policy in the response might use the - /// policy version that you specified, or it might use a lower policy version. For example, if you - /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. - /// To learn which resources support conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "getIamPolicy"; + /// Constructs a new resource. + public PersistentResourcesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:getIamPolicy"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Initializes GetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter - { - Name = "options.requestedPolicyVersion", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Lists FeatureGroups in a given project and location. - /// - /// Required. The resource name of the Location to list FeatureGroups. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ListRequest(this.service, parent); + Name = name; + InitParameters(); } - /// Lists FeatureGroups in a given project and location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The resource name of the Location to list FeatureGroups. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Lists the FeatureGroups that match the filter expression. The following fields are supported: * - /// `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` - /// comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `&lt;`, - /// `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 format. * - /// `labels`: Supports key-value equality and key presence. Examples: * `create_time &gt; - /// "2020-01-01" OR update_time &gt; "2020-01-01"` FeatureGroups created or updated after - /// 2020-01-01. * `labels.env = "prod"` FeatureGroups with label "env" set to "prod". - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported Fields: * `create_time` * `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// - /// The maximum number of FeatureGroups to return. The service may return fewer than this value. If - /// unspecified, at most 100 FeatureGroups will be returned. The maximum value is 100; any value - /// greater than 100 will be coerced to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^persistentResources/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// A page token, received from a previous FeatureRegistryService.ListFeatureGroups call. Provide - /// this to retrieve the subsequent page. When paginating, all other parameters provided to - /// FeatureRegistryService.ListFeatureGroups must match the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featureGroups"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Updates the parameters of a single FeatureGroup. - /// The body of the request. - /// - /// Identifier. Name of the FeatureGroup. Format: - /// `projects/{project}/locations/{location}/featureGroups/{featureGroup}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Updates the parameters of a single FeatureGroup. - public class PatchRequest : AiplatformBaseServiceRequest + /// Initializes Delete parameter list. + protected override void InitParameters() { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Identifier. Name of the FeatureGroup. Format: - /// `projects/{project}/locations/{location}/featureGroups/{featureGroup}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^persistentResources/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Field mask is used to specify the fields to be overwritten in the FeatureGroup 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 only the non-empty fields present in the request will be overwritten. Set the update_mask - /// to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * - /// `big_query.entity_id_columns` * `service_agent_type` - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup Body { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Patch parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^persistentResources/[^/]+/operations/[^/]+$", + }); } + } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new SetIamPolicyRequest(this.service, body, resource); + Name = name; + InitParameters(); } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - public class SetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) - { - Resource = resource; - Body = body; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "setIamPolicy"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes SetIamPolicy parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^persistentResources/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new TestIamPermissionsRequest(this.service, resource); + Name = name; + InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - public class TestIamPermissionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// - /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or - /// `storage.*`) are not allowed. For more information see [IAM - /// Overview](https://cloud.google.com/iam/docs/overview#permissions). - /// - [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "testIamPermissions"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes TestIamPermissions parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", - }); - RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter - { - Name = "permissions", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^persistentResources/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } + } - /// Gets the FeatureOnlineStores resource. - public virtual FeatureOnlineStoresResource FeatureOnlineStores { get; } + /// The "pipelineJobs" collection of methods. + public class PipelineJobsResource + { + private const string Resource = "pipelineJobs"; - /// The "featureOnlineStores" collection of methods. - public class FeatureOnlineStoresResource - { - private const string Resource = "featureOnlineStores"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Constructs a new resource. + public PipelineJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Constructs a new resource. - public FeatureOnlineStoresResource(Google.Apis.Services.IClientService service) + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; - FeatureViews = new FeatureViewsResource(service); - Operations = new OperationsResource(service); + Name = name; + InitParameters(); } - /// Gets the FeatureViews resource. - public virtual FeatureViewsResource FeatureViews { get; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The "featureViews" collection of methods. - public class FeatureViewsResource - { - private const string Resource = "featureViews"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Constructs a new resource. - public FeatureViewsResource(Google.Apis.Services.IClientService service) + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - this.service = service; - FeatureViewSyncs = new FeatureViewSyncsResource(service); - Operations = new OperationsResource(service); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^pipelineJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the FeatureViewSyncs resource. - public virtual FeatureViewSyncsResource FeatureViewSyncs { get; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// The "featureViewSyncs" collection of methods. - public class FeatureViewSyncsResource - { - private const string Resource = "featureViewSyncs"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public FeatureViewSyncsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets details of a single FeatureViewSync. - /// - /// Required. The name of the FeatureViewSync resource. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets details of a single FeatureViewSync. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Required. The name of the FeatureViewSync resource. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^pipelineJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/featureViewSyncs/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "get"; - /// Lists FeatureViewSyncs in a given FeatureView. - /// - /// Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Lists FeatureViewSyncs in a given FeatureView. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^pipelineJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Lists the FeatureViewSyncs that match the filter expression. The following filters are - /// supported: * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&gt;=`, and - /// `&lt;=` comparisons. Values must be in RFC 3339 format. Examples: * `create_time - /// &gt; \"2020-01-31T15:30:00.000000Z\"` --&gt; FeatureViewSyncs created after - /// 2020-01-31T15:30:00.000000Z. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. Supported fields: * `create_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// The maximum number of FeatureViewSyncs to return. The service may return fewer than this - /// value. If unspecified, at most 1000 FeatureViewSyncs will be returned. The maximum value - /// is 1000; any value greater than 1000 will be coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// A page token, received from a previous - /// FeatureOnlineStoreAdminService.ListFeatureViewSyncs call. Provide this to retrieve the - /// subsequent page. When paginating, all other parameters provided to - /// FeatureOnlineStoreAdminService.ListFeatureViewSyncs must match the call that provided - /// the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featureViewSyncs"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// The "operations" collection of methods. - public class OperationsResource + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - private const string Resource = "operations"; + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^pipelineJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^pipelineJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - }); - } - } + /// The "projects" collection of methods. + public class ProjectsResource + { + private const string Resource = "projects"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Constructs a new resource. + public ProjectsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Locations = new LocationsResource(service); + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the Locations resource. + public virtual LocationsResource Locations { get; } - /// Gets the method name. - public override string MethodName => "get"; + /// The "locations" collection of methods. + public class LocationsResource + { + private const string Resource = "locations"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Constructs a new resource. + public LocationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + BatchPredictionJobs = new BatchPredictionJobsResource(service); + CachedContents = new CachedContentsResource(service); + CustomJobs = new CustomJobsResource(service); + DataLabelingJobs = new DataLabelingJobsResource(service); + Datasets = new DatasetsResource(service); + DeploymentResourcePools = new DeploymentResourcePoolsResource(service); + Endpoints = new EndpointsResource(service); + EvaluationItems = new EvaluationItemsResource(service); + EvaluationRuns = new EvaluationRunsResource(service); + EvaluationSets = new EvaluationSetsResource(service); + FeatureGroups = new FeatureGroupsResource(service); + FeatureOnlineStores = new FeatureOnlineStoresResource(service); + Featurestores = new FeaturestoresResource(service); + HyperparameterTuningJobs = new HyperparameterTuningJobsResource(service); + IndexEndpoints = new IndexEndpointsResource(service); + Indexes = new IndexesResource(service); + MetadataStores = new MetadataStoresResource(service); + MigratableResources = new MigratableResourcesResource(service); + ModelDeploymentMonitoringJobs = new ModelDeploymentMonitoringJobsResource(service); + Models = new ModelsResource(service); + NasJobs = new NasJobsResource(service); + NotebookExecutionJobs = new NotebookExecutionJobsResource(service); + NotebookRuntimeTemplates = new NotebookRuntimeTemplatesResource(service); + NotebookRuntimes = new NotebookRuntimesResource(service); + Operations = new OperationsResource(service); + PersistentResources = new PersistentResourcesResource(service); + PipelineJobs = new PipelineJobsResource(service); + Publishers = new PublishersResource(service); + RagCorpora = new RagCorporaResource(service); + RagEngineConfig = new RagEngineConfigResource(service); + ReasoningEngines = new ReasoningEnginesResource(service); + Schedules = new SchedulesResource(service); + SpecialistPools = new SpecialistPoolsResource(service); + Studies = new StudiesResource(service); + Tensorboards = new TensorboardsResource(service); + TrainingPipelines = new TrainingPipelinesResource(service); + TuningJobs = new TuningJobsResource(service); + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the BatchPredictionJobs resource. + public virtual BatchPredictionJobsResource BatchPredictionJobs { get; } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListWaitRequest ListWait(string name) - { - return new ListWaitRequest(this.service, name); - } + /// The "batchPredictionJobs" collection of methods. + public class BatchPredictionJobsResource + { + private const string Resource = "batchPredictionJobs"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListWaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ListWait request. - public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Constructs a new resource. + public BatchPredictionJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server + /// makes the best effort to cancel the job, but success is not guaranteed. Clients can use + /// JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or + /// whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob + /// is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already + /// outputted by the job are not deleted. + /// + /// The body of the request. + /// + /// Required. The name of the BatchPredictionJob to cancel. Format: + /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelBatchPredictionJobRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server + /// makes the best effort to cancel the job, but success is not guaranteed. Clients can use + /// JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or + /// whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob + /// is not deleted;instead its BatchPredictionJob.state is set to `CANCELLED`. Any files already + /// outputted by the job are not deleted. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelBatchPredictionJobRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Required. The name of the BatchPredictionJob to cancel. Format: + /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "listWait"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelBatchPredictionJobRequest Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Initializes ListWait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + }); + } + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to + /// start. + /// + /// The body of the request. + /// + /// Required. The resource name of the Location to create the BatchPredictionJob in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchPredictionJob body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to + /// start. + /// + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchPredictionJob body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// + /// Required. The resource name of the Location to create the BatchPredictionJob in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchPredictionJob Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the method name. + public override string MethodName => "create"; - /// Creates a new FeatureView in a given FeatureOnlineStore. - /// The body of the request. - /// - /// Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Creates a new FeatureView in a given FeatureOnlineStore. - public class CreateRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/batchPredictionJobs"; + + /// Initializes Create parameter list. + protected override void InitParameters() { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Required. The ID to use for the FeatureView, which will become the final component of the - /// FeatureView's resource name. This value may be up to 60 characters, and valid characters are - /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a - /// FeatureOnlineStore. - /// - [Google.Apis.Util.RequestParameterAttribute("featureViewId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FeatureViewId { get; set; } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } - /// - /// Immutable. If set to true, one on demand sync will be run immediately, regardless whether - /// the FeatureView.sync_config is configured or not. - /// - [Google.Apis.Util.RequestParameterAttribute("runSyncImmediately", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable RunSyncImmediately { get; set; } + /// Deletes a BatchPredictionJob. Can only be called on jobs that already finished. + /// + /// Required. The name of the BatchPredictionJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView Body { get; set; } + /// Deletes a BatchPredictionJob. Can only be called on jobs that already finished. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Required. The name of the BatchPredictionJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featureViews"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - }); - RequestParameters.Add("featureViewId", new Google.Apis.Discovery.Parameter - { - Name = "featureViewId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("runSyncImmediately", new Google.Apis.Discovery.Parameter - { - Name = "runSyncImmediately", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + }); } + } - /// Deletes a single FeatureView. - /// - /// Required. The name of the FeatureView to be deleted. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets a BatchPredictionJob + /// + /// Required. The name of the BatchPredictionJob resource. Format: + /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Deletes a single FeatureView. - public class DeleteRequest : AiplatformBaseServiceRequest + /// Gets a BatchPredictionJob + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the FeatureView to be deleted. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the BatchPredictionJob resource. Format: + /// `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/batchPredictionJobs/[^/]+$", + }); } + } - /// - /// Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may - /// not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce - /// latency. - /// - /// The body of the request. - /// - /// FeatureView resource format - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` - /// - public virtual DirectWriteRequest DirectWrite(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest body, string featureView) + /// Lists BatchPredictionJobs in a Location. + /// + /// Required. The resource name of the Location to list the BatchPredictionJobs from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists BatchPredictionJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - return new DirectWriteRequest(this.service, body, featureView); + Parent = parent; + InitParameters(); } /// - /// Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may - /// not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce - /// latency. + /// Required. The resource name of the Location to list the BatchPredictionJobs from. Format: + /// `projects/{project}/locations/{location}` /// - public class DirectWriteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new DirectWrite request. - public DirectWriteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest body, string featureView) : base(service) - { - FeatureView = featureView; - Body = body; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// FeatureView resource format - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` - /// - [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] - public virtual string FeatureView { get; private set; } + /// + /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and + /// `:` wildcard. * `model_display_name` supports `=`, `!=` comparisons. * `state` supports `=`, + /// `!=` comparisons. * `create_time` supports `=`, `!=`,`&lt;`, `&lt;=`,`&gt;`, + /// `&gt;=` comparisons. `create_time` must be in RFC 3339 format. * `labels` supports general + /// map functions that is: `labels.key=value` - key:value equality `labels.key:* - key existence + /// Some examples of using the filter are: * `state="JOB_STATE_SUCCEEDED" AND + /// display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR display_name="my_job"` * `NOT + /// display_name="my_job"` * `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * + /// `labels.keyB:*` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest Body { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The standard list page token. Typically obtained via + /// ListBatchPredictionJobsResponse.next_page_token of the previous + /// JobService.ListBatchPredictionJobs call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "directWrite"; + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+featureView}:directWrite"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes DirectWrite parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter - { - Name = "featureView", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/batchPredictionJobs"; - /// Fetch feature values under a FeatureView. - /// The body of the request. - /// - /// Required. FeatureView resource format - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` - /// - public virtual FetchFeatureValuesRequest FetchFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchFeatureValuesRequest body, string featureView) + /// Initializes List parameter list. + protected override void InitParameters() { - return new FetchFeatureValuesRequest(this.service, body, featureView); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } - /// Fetch feature values under a FeatureView. - public class FetchFeatureValuesRequest : AiplatformBaseServiceRequest + /// Gets the CachedContents resource. + public virtual CachedContentsResource CachedContents { get; } + + /// The "cachedContents" collection of methods. + public class CachedContentsResource + { + private const string Resource = "cachedContents"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public CachedContentsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Creates cached content, this call will initialize the cached content in the data storage, and users + /// need to pay for the cache data storage. + /// + /// The body of the request. + /// Required. The parent resource where the cached content will be created + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// + /// Creates cached content, this call will initialize the cached content in the data storage, and users + /// need to pay for the cache data storage. + /// + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string parent) : base(service) { - /// Constructs a new FetchFeatureValues request. - public FetchFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchFeatureValuesRequest body, string featureView) : base(service) - { - FeatureView = featureView; - Body = body; - InitParameters(); - } + Parent = parent; + Body = body; + InitParameters(); + } - /// - /// Required. FeatureView resource format - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` - /// - [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] - public virtual string FeatureView { get; private set; } + /// Required. The parent resource where the cached content will be created + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchFeatureValuesRequest Body { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent Body { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "fetchFeatureValues"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+featureView}:fetchFeatureValues"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/cachedContents"; - /// Initializes FetchFeatureValues parameter list. - protected override void InitParameters() + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter - { - Name = "featureView", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); } + } - /// Gets details of a single FeatureView. - /// - /// Required. The name of the FeatureView resource. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Deletes cached content + /// Required. The resource name referring to the cached content + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets details of a single FeatureView. - public class GetRequest : AiplatformBaseServiceRequest + /// Deletes cached content + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the FeatureView resource. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Required. The resource name referring to the cached content + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", + }); } + } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists - /// and does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) - { - return new GetIamPolicyRequest(this.service, resource); - } + /// Gets cached content configurations + /// Required. The resource name referring to the cached content + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists - /// and does not have a policy set. - /// - public class GetIamPolicyRequest : AiplatformBaseServiceRequest + /// Gets cached content configurations + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for - /// this field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + Name = name; + InitParameters(); + } - /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values - /// are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for - /// policies with any conditional role bindings must specify version 3. Policies with no - /// conditional role bindings may specify any valid value or leave the field unset. The policy - /// in the response might use the policy version that you specified, or it might use a lower - /// policy version. For example, if you specify version 3, but the policy has no conditional - /// role bindings, the response uses version 1. To learn which resources support conditions in - /// their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + /// Required. The resource name referring to the cached content + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "getIamPolicy"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:getIamPolicy"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes GetIamPolicy parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter - { - Name = "options.requestedPolicyVersion", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", + }); } + } - /// Lists FeatureViews in a given FeatureOnlineStore. - /// - /// Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Lists cached contents in a project + /// Required. The parent, which owns this collection of cached contents. + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// Lists FeatureViews in a given FeatureOnlineStore. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists cached contents in a project + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + Parent = parent; + InitParameters(); + } - /// - /// Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Required. The parent, which owns this collection of cached contents. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Lists the FeatureViews that match the filter expression. The following filters are - /// supported: * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&gt;=`, and - /// `&lt;=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, - /// `!=`, `&lt;`, `&gt;`, `&gt;=`, and `&lt;=` comparisons. Values must be in - /// RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: - /// * `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time &gt; - /// \"2020-01-31T15:30:00.000000Z\"` --&gt; FeatureViews created or updated after - /// 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --&gt; - /// FeatureViews having both (active: yes) and (env: prod) labels. * `labels.env: *` --&gt; - /// Any FeatureView which has a label with 'env' as the key. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Optional. The maximum number of cached contents to return. The service may return fewer than + /// this value. If unspecified, some default (under maximum) number of items will be returned. The + /// maximum value is 1000; values above 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported fields: * `feature_view_id` * `create_time` * - /// `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// + /// Optional. A page token, received from a previous `ListCachedContents` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListCachedContents` must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// - /// The maximum number of FeatureViews to return. The service may return fewer than this value. - /// If unspecified, at most 1000 FeatureViews will be returned. The maximum value is 1000; any - /// value greater than 1000 will be coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Gets the method name. + public override string MethodName => "list"; - /// - /// A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViews call. - /// Provide this to retrieve the subsequent page. When paginating, all other parameters provided - /// to FeatureOnlineStoreAdminService.ListFeatureViews must match the call that provided the - /// page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/cachedContents"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featureViews"; + /// Updates cached content configurations + /// The body of the request. + /// + /// Immutable. Identifier. The server-generated resource name of the cached content Format: + /// projects/{project}/locations/{location}/cachedContents/{cached_content} + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string name) + { + return new PatchRequest(this.service, body, name); + } - /// Initializes List parameter list. - protected override void InitParameters() + /// Updates cached content configurations + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. Identifier. The server-generated resource name of the cached content Format: + /// projects/{project}/locations/{location}/cachedContents/{cached_content} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Required. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CachedContent Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/cachedContents/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } - /// Updates the parameters of a single FeatureView. - /// The body of the request. - /// - /// Identifier. Name of the FeatureView. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string name) + /// Gets the CustomJobs resource. + public virtual CustomJobsResource CustomJobs { get; } + + /// The "customJobs" collection of methods. + public class CustomJobsResource + { + private const string Resource = "customJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public CustomJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - return new PatchRequest(this.service, body, name); + this.service = service; } - /// Updates the parameters of a single FeatureView. - public class PatchRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string name) : base(service) + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Identifier. Name of the FeatureView. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// - /// Field mask is used to specify the fields to be overwritten in the FeatureView 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 only the non-empty fields present in the request will be overwritten. Set the - /// update_mask to `*` to override all fields. Updatable fields: * `labels` * - /// `service_agent_type` * `big_query_source` * `big_query_source.uri` * - /// `big_query_source.entity_id_columns` * `feature_registry_source` * - /// `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` * - /// `optimized_config.automatic_resources` - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "cancel"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Patch parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); @@ -14469,470 +15247,185 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", }); } } /// - /// Search the nearest entities under a FeatureView. Search only works for indexable feature view; - /// if a feature view isn't indexable, returns Invalid argument response. + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - /// The body of the request. - /// - /// Required. FeatureView resource format - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` - /// - public virtual SearchNearestEntitiesRequest SearchNearestEntities(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchNearestEntitiesRequest body, string featureView) + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new SearchNearestEntitiesRequest(this.service, body, featureView); + return new DeleteRequest(this.service, name); } /// - /// Search the nearest entities under a FeatureView. Search only works for indexable feature view; - /// if a feature view isn't indexable, returns Invalid argument response. + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - public class SearchNearestEntitiesRequest : AiplatformBaseServiceRequest + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new SearchNearestEntities request. - public SearchNearestEntitiesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchNearestEntitiesRequest body, string featureView) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - FeatureView = featureView; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. FeatureView resource format - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` - /// - [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] - public virtual string FeatureView { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchNearestEntitiesRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "searchNearestEntities"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+featureView}:searchNearestEntities"; + public override string RestPath => "v1/{+name}"; - /// Initializes SearchNearestEntities parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "featureView", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", }); } } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can - /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new SetIamPolicyRequest(this.service, body, resource); + return new GetRequest(this.service, name); } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can - /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - public class SetIamPolicyRequest : AiplatformBaseServiceRequest + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Resource = resource; - Body = body; + Name = name; InitParameters(); } - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for - /// this field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "setIamPolicy"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; + public override string RestPath => "v1/{+name}"; - /// Initializes SetIamPolicy parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", }); } } - /// Triggers on-demand sync for the FeatureView. - /// The body of the request. - /// - /// Required. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - public virtual SyncRequest Sync(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SyncFeatureViewRequest body, string featureView) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new SyncRequest(this.service, body, featureView); + return new ListRequest(this.service, name); } - /// Triggers on-demand sync for the FeatureView. - public class SyncRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new Sync request. - public SyncRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SyncFeatureViewRequest body, string featureView) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - FeatureView = featureView; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` - /// - [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] - public virtual string FeatureView { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SyncFeatureViewRequest Body { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. - public override string MethodName => "sync"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+featureView}:sync"; + public override string RestPath => "v1/{+name}/operations"; - /// Initializes Sync parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "featureView", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - } - } - - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for - /// authorization checking. This operation may "fail open" without warning. - /// - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual TestIamPermissionsRequest TestIamPermissions(string resource) - { - return new TestIamPermissionsRequest(this.service, resource); - } - - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for - /// authorization checking. This operation may "fail open" without warning. - /// - public class TestIamPermissionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for - /// this field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// - /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` - /// or `storage.*`) are not allowed. For more information see [IAM - /// Overview](https://cloud.google.com/iam/docs/overview#permissions). - /// - [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable Permissions { get; set; } - - /// Gets the method name. - public override string MethodName => "testIamPermissions"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; - - /// Initializes TestIamPermissions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", - }); - RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter - { - Name = "permissions", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListWaitRequest ListWait(string name) - { - return new ListWaitRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListWaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ListWait request. - public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "listWait"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes ListWait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -14958,6 +15451,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -15025,7 +15526,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -15039,22 +15540,95 @@ protected override void InitParameters() } } - /// Creates a new FeatureOnlineStore in a given project and location. + /// + /// Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best + /// effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or + /// other methods to check whether the cancellation succeeded or whether the job completed despite + /// cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job + /// with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, + /// and CustomJob.state is set to `CANCELLED`. + /// + /// The body of the request. + /// + /// Required. The name of the CustomJob to cancel. Format: + /// `projects/{project}/locations/{location}/customJobs/{custom_job}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelCustomJobRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best + /// effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or + /// other methods to check whether the cancellation succeeded or whether the job completed despite + /// cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job + /// with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, + /// and CustomJob.state is set to `CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelCustomJobRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the CustomJob to cancel. Format: + /// `projects/{project}/locations/{location}/customJobs/{custom_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelCustomJobRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", + }); + } + } + + /// Creates a CustomJob. A created CustomJob right away will be attempted to be run. /// The body of the request. /// - /// Required. The resource name of the Location to create FeatureOnlineStores. Format: + /// Required. The resource name of the Location to create the CustomJob in. Format: /// `projects/{project}/locations/{location}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string parent) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CustomJob body, string parent) { return new CreateRequest(this.service, body, parent); } - /// Creates a new FeatureOnlineStore in a given project and location. - public class CreateRequest : AiplatformBaseServiceRequest + /// Creates a CustomJob. A created CustomJob right away will be attempted to be run. + public class CreateRequest : AiplatformBaseServiceRequest { /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string parent) : base(service) + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CustomJob body, string parent) : base(service) { Parent = parent; Body = body; @@ -15062,23 +15636,14 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Location to create FeatureOnlineStores. Format: + /// Required. The resource name of the Location to create the CustomJob in. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// - /// Required. The ID to use for this FeatureOnlineStore, which will become the final component of - /// the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid - /// characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique - /// within the project and location. - /// - [Google.Apis.Util.RequestParameterAttribute("featureOnlineStoreId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FeatureOnlineStoreId { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CustomJob Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -15090,7 +15655,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featureOnlineStores"; + public override string RestPath => "v1/{+parent}/customJobs"; /// Initializes Create parameter list. protected override void InitParameters() @@ -15104,32 +15669,20 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("featureOnlineStoreId", new Google.Apis.Discovery.Parameter - { - Name = "featureOnlineStoreId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); } } - /// - /// Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. - /// + /// Deletes a CustomJob. /// - /// Required. The name of the FeatureOnlineStore to be deleted. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` + /// Required. The name of the CustomJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/customJobs/{custom_job}` /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// - /// Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. - /// + /// Deletes a CustomJob. public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. @@ -15140,19 +15693,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the FeatureOnlineStore to be deleted. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` + /// Required. The name of the CustomJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/customJobs/{custom_job}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// - /// If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. - /// (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.) - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } - /// Gets the method name. public override string MethodName => "delete"; @@ -15172,28 +15718,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter - { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", }); } } - /// Gets details of a single FeatureOnlineStore. - /// Required. The name of the FeatureOnlineStore resource. + /// Gets a CustomJob. + /// + /// Required. The name of the CustomJob resource. Format: + /// `projects/{project}/locations/{location}/customJobs/{custom_job}` + /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets details of a single FeatureOnlineStore. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets a CustomJob. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -15202,7 +15743,10 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// Required. The name of the FeatureOnlineStore resource. + /// + /// Required. The name of the CustomJob resource. Format: + /// `projects/{project}/locations/{location}/customJobs/{custom_job}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -15225,203 +15769,114 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/customJobs/[^/]+$", }); } } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Lists CustomJobs in a Location. + /// + /// Required. The resource name of the Location to list the CustomJobs from. Format: + /// `projects/{project}/locations/{location}` /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) + public virtual ListRequest List(string parent) { - return new GetIamPolicyRequest(this.service, resource); + return new ListRequest(this.service, parent); } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - public class GetIamPolicyRequest : AiplatformBaseServiceRequest + /// Lists CustomJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Resource = resource; + Parent = parent; InitParameters(); } /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Required. The resource name of the Location to list the CustomJobs from. Format: + /// `projects/{project}/locations/{location}` /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, - /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any - /// conditional role bindings must specify version 3. Policies with no conditional role bindings may - /// specify any valid value or leave the field unset. The policy in the response might use the - /// policy version that you specified, or it might use a lower policy version. For example, if you - /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. - /// To learn which resources support conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and + /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, + /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC + /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value + /// equality `labels.key:* - key existence Some examples of using the filter are: * + /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR + /// display_name="my_job"` * `NOT display_name="my_job"` * + /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The standard list page token. Typically obtained via ListCustomJobsResponse.next_page_token of + /// the previous JobService.ListCustomJobs call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } /// Gets the method name. - public override string MethodName => "getIamPolicy"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+resource}:getIamPolicy"; + public override string RestPath => "v1/{+parent}/customJobs"; - /// Initializes GetIamPolicy parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "options.requestedPolicyVersion", + Name = "filter", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - } - } - - /// Lists FeatureOnlineStores in a given project and location. - /// - /// Required. The resource name of the Location to list FeatureOnlineStores. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - - /// Lists FeatureOnlineStores in a given project and location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The resource name of the Location to list FeatureOnlineStores. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Lists the FeatureOnlineStores that match the filter expression. The following fields are - /// supported: * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and - /// `&gt;=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, - /// `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 - /// format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time - /// &gt; "2020-01-01" OR update_time &gt; "2020-01-01"` FeatureOnlineStores created or - /// updated after 2020-01-01. * `labels.env = "prod"` FeatureOnlineStores with label "env" set to - /// "prod". - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported Fields: * `create_time` * `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// The maximum number of FeatureOnlineStores to return. The service may return fewer than this - /// value. If unspecified, at most 100 FeatureOnlineStores will be returned. The maximum value is - /// 100; any value greater than 100 will be coerced to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureOnlineStores - /// call. Provide this to retrieve the subsequent page. When paginating, all other parameters - /// provided to FeatureOnlineStoreAdminService.ListFeatureOnlineStores must match the call that - /// provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featureOnlineStores"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { - Name = "orderBy", + Name = "pageSize", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter { - Name = "pageSize", + Name = "pageToken", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "readMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -15429,795 +15884,871 @@ protected override void InitParameters() }); } } + } - /// Updates the parameters of a single FeatureOnlineStore. - /// The body of the request. - /// - /// Identifier. Name of the FeatureOnlineStore. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string name) + /// Gets the DataLabelingJobs resource. + public virtual DataLabelingJobsResource DataLabelingJobs { get; } + + /// The "dataLabelingJobs" collection of methods. + public class DataLabelingJobsResource + { + private const string Resource = "dataLabelingJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DataLabelingJobsResource(Google.Apis.Services.IClientService service) { - return new PatchRequest(this.service, body, name); + this.service = service; + Operations = new OperationsResource(service); } - /// Updates the parameters of a single FeatureOnlineStore. - public class PatchRequest : AiplatformBaseServiceRequest + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - Body = body; - InitParameters(); + this.service = service; } /// - /// Identifier. Name of the FeatureOnlineStore. Format: - /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}` + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } /// - /// Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask - /// to `*` to override all fields. Updatable fields: * `labels` * `description` * `bigtable` * - /// `bigtable.auto_scaling` * `bigtable.enable_multi_region_replica` + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore Body { get; set; } + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + /// Initializes Cancel parameter list. + protected override void InitParameters() { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + }); + } } - } - - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) - { - return new SetIamPolicyRequest(this.service, body, resource); - } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - public class SetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - Resource = resource; - Body = body; - InitParameters(); + return new DeleteRequest(this.service, name); } /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "setIamPolicy"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes SetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + }); + } } - } - - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual TestIamPermissionsRequest TestIamPermissions(string resource) - { - return new TestIamPermissionsRequest(this.service, resource); - } - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - public class TestIamPermissionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Resource = resource; - InitParameters(); + return new GetRequest(this.service, name); } /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or - /// `storage.*`) are not allowed. For more information see [IAM - /// Overview](https://cloud.google.com/iam/docs/overview#permissions). - /// - [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "testIamPermissions"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes TestIamPermissions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", - }); - RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "permissions", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + }); + } } - } - } - /// Gets the Featurestores resource. - public virtual FeaturestoresResource Featurestores { get; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// The "featurestores" collection of methods. - public class FeaturestoresResource - { - private const string Resource = "featurestores"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public FeaturestoresResource(Google.Apis.Services.IClientService service) - { - this.service = service; - EntityTypes = new EntityTypesResource(service); - Operations = new OperationsResource(service); - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the EntityTypes resource. - public virtual EntityTypesResource EntityTypes { get; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// The "entityTypes" collection of methods. - public class EntityTypesResource - { - private const string Resource = "entityTypes"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Constructs a new resource. - public EntityTypesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Features = new FeaturesResource(service); - Operations = new OperationsResource(service); - } + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the Features resource. - public virtual FeaturesResource Features { get; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// The "features" collection of methods. - public class FeaturesResource - { - private const string Resource = "features"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Constructs a new resource. - public FeaturesResource(Google.Apis.Services.IClientService service) + /// Initializes List parameter list. + protected override void InitParameters() { - this.service = service; - Operations = new OperationsResource(service); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// The "operations" collection of methods. - public class OperationsResource + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - private const string Resource = "operations"; + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best - /// effort to cancel the operation, but success is not guaranteed. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use - /// Operations.GetOperation or other methods to check whether the cancellation succeeded or - /// whether the operation completed despite cancellation. On successful cancellation, the - /// operation is not deleted; instead, it becomes an operation with an Operation.error value - /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "wait"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best - /// effort to cancel the operation, but success is not guaranteed. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use - /// Operations.GetOperation or other methods to check whether the cancellation succeeded or - /// whether the operation completed despite cancellation. On successful cancellation, the - /// operation is not deleted; instead, it becomes an operation with an Operation.error value - /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Cancels a DataLabelingJob. Success of cancellation is not guaranteed. + /// The body of the request. + /// + /// Required. The name of the DataLabelingJob. Format: + /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelDataLabelingJobRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Cancels a DataLabelingJob. Success of cancellation is not guaranteed. + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelDataLabelingJobRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Required. The name of the DataLabelingJob. Format: + /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelDataLabelingJobRequest Body { get; set; } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", - }); - } - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Creates a DataLabelingJob. + /// The body of the request. + /// + /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DataLabelingJob body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Creates a DataLabelingJob. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DataLabelingJob body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", - }); - } - } + /// + /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll - /// the operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DataLabelingJob Body { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll - /// the operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/dataLabelingJobs"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", - }); - } - } + /// Deletes a DataLabelingJob. + /// + /// Required. The name of the DataLabelingJob to be deleted. Format: + /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Deletes a DataLabelingJob. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The name of the DataLabelingJob to be deleted. Format: + /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets a DataLabelingJob. + /// + /// Required. The name of the DataLabelingJob. Format: + /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets a DataLabelingJob. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// + /// Required. The name of the DataLabelingJob. Format: + /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "get"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state - /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC - /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort - /// basis. It may return the latest state before the specified timeout (including - /// immediately), meaning even an immediate response is no guarantee that the operation is - /// done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state - /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC - /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort - /// basis. It may return the latest state before the specified timeout (including - /// immediately), meaning even an immediate response is no guarantee that the operation is - /// done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataLabelingJobs/[^/]+$", + }); + } + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at - /// most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline - /// is also specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// Lists DataLabelingJobs in a Location. + /// + /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// Lists DataLabelingJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Required. The parent of the DataLabelingJob. Format: `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// + /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and + /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, + /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC + /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value + /// equality `labels.key:* - key existence Some examples of using the filter are: * + /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR + /// display_name="my_job"` * `NOT display_name="my_job"` * + /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// + /// A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` + /// after a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Creates a batch of Features in a given EntityType. - /// The body of the request. - /// - /// Required. The resource name of the EntityType/FeatureGroup to create the batch of Features - /// under. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) - { - return new BatchCreateRequest(this.service, body, parent); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Creates a batch of Features in a given EntityType. - public class BatchCreateRequest : AiplatformBaseServiceRequest + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Mask specifying which fields to read. FieldMask represents a set of symbolic field paths. For + /// example, the mask can be `paths: "name"`. The "name" here is a field in DataLabelingJob. If this + /// field is not set, all fields of the DataLabelingJob are returned. + /// + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/dataLabelingJobs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - /// Constructs a new BatchCreate request. - public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// Required. The resource name of the EntityType/FeatureGroup to create the batch of - /// Features under. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the Datasets resource. + public virtual DatasetsResource Datasets { get; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest Body { get; set; } + /// The "datasets" collection of methods. + public class DatasetsResource + { + private const string Resource = "datasets"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "batchCreate"; + /// Constructs a new resource. + public DatasetsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + AnnotationSpecs = new AnnotationSpecsResource(service); + DataItems = new DataItemsResource(service); + DatasetVersions = new DatasetVersionsResource(service); + Operations = new OperationsResource(service); + SavedQueries = new SavedQueriesResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the AnnotationSpecs resource. + public virtual AnnotationSpecsResource AnnotationSpecs { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/features:batchCreate"; + /// The "annotationSpecs" collection of methods. + public class AnnotationSpecsResource + { + private const string Resource = "annotationSpecs"; - /// Initializes BatchCreate parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AnnotationSpecsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; } - /// Creates a new Feature in a given EntityType. - /// The body of the request. - /// - /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format - /// for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new CreateRequest(this.service, body, parent); + return new CancelRequest(this.service, name); } - /// Creates a new Feature in a given EntityType. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) : base(service) + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. - /// Format for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Required. The ID to use for the Feature, which will become the final component of the - /// Feature's resource name. This value may be up to 128 characters, and valid characters - /// are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within - /// an EntityType/FeatureGroup. - /// - [Google.Apis.Util.RequestParameterAttribute("featureId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FeatureId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/features"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Create parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - RequestParameters.Add("featureId", new Google.Apis.Discovery.Parameter - { - Name = "featureId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", }); } } - /// Deletes a single Feature. - /// - /// Required. The name of the Features to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` - /// + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a single Feature. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -16226,11 +16757,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// - /// Required. The name of the Features to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` - /// + /// The name of the operation resource to be deleted. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -16253,25 +16780,26 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", }); } } - /// Gets details of a single Feature. - /// - /// Required. The name of the Feature resource. Format for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets details of a single Feature. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -16280,12 +16808,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The name of the Feature resource. Format for entity_type as parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -16308,97 +16831,60 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", }); } } - /// Lists Features in a given EntityType. - /// - /// Required. The resource name of the Location to list Features. Format for entity_type as - /// parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists Features in a given EntityType. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to list Features. Format for entity_type as - /// parent: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// Format for feature_group as parent: - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Lists the Features that match the filter expression. The following filters are - /// supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, - /// !=, &lt;, &gt;, &gt;=, and &lt;= comparisons. Values must be in RFC 3339 - /// format. * `update_time`: Supports =, !=, &lt;, &gt;, &gt;=, and &lt;= - /// comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality - /// as well as key presence. Examples: * `value_type = DOUBLE` --&gt; Features whose - /// type is DOUBLE. * `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time - /// &gt; \"2020-01-31T15:30:00.000000Z\"` --&gt; EntityTypes created or updated - /// after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` - /// --&gt; Features having both (active: yes) and (env: prod) labels. * `labels.env: *` - /// --&gt; Any Feature which has a label with 'env' as the key. - /// + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent - /// ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid - /// value is [0, 10]. If number of stats exists &lt; - /// ListFeaturesRequest.latest_stats_count, return all existing stats. - /// - [Google.Apis.Util.RequestParameterAttribute("latestStatsCount", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable LatestStatsCount { get; set; } - - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not - /// supported for FeatureRegistry Feature) * `create_time` * `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// The maximum number of Features to return. The service may return fewer than this value. - /// If unspecified, at most 1000 Features will be returned. The maximum value is 1000; any - /// value greater than 1000 will be coerced to 1000. - /// + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// A page token, received from a previous FeaturestoreService.ListFeatures call or - /// FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. - /// When paginating, all other parameters provided to FeaturestoreService.ListFeatures or - /// FeatureRegistryService.ListFeatures must match the call that provided the page token. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -16407,19 +16893,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/features"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -16429,22 +16915,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("latestStatsCount", new Google.Apis.Discovery.Parameter - { - Name = "latestStatsCount", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -16461,367 +16931,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Updates the parameters of a single Feature. - /// The body of the request. - /// - /// Immutable. Name of the Feature. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` - /// The last part feature is assigned by the client. The feature can be up to 64 characters long - /// and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 - /// starting with a letter. The value will be unique given an entity type. - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// Updates the parameters of a single Feature. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Immutable. Name of the Feature. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` - /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` - /// The last part feature is assigned by the client. The feature can be up to 64 characters - /// long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII - /// digits 0-9 starting with a letter. The value will be unique given an entity type. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Field mask is used to specify the fields to be overwritten in the Features 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 only the non-empty fields present in the request will be - /// overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * - /// `description` * `labels` * `disable_monitoring` (Not supported for - /// FeatureRegistryService Feature) * `point_of_contact` (Not supported for - /// FeaturestoreService FeatureStore) - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; - - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -16894,7 +17006,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -16908,74 +17020,61 @@ protected override void InitParameters() } } - /// Creates a new EntityType in a given Featurestore. - /// The body of the request. - /// - /// Required. The resource name of the Featurestore to create EntityTypes. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// Gets an AnnotationSpec. + /// + /// Required. The name of the AnnotationSpec resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string parent) + public virtual GetRequest Get(string name) { - return new CreateRequest(this.service, body, parent); + return new GetRequest(this.service, name); } - /// Creates a new EntityType in a given Featurestore. - public class CreateRequest : AiplatformBaseServiceRequest + /// Gets an AnnotationSpec. + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string parent) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } /// - /// Required. The resource name of the Featurestore to create EntityTypes. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Required. The ID to use for the EntityType, which will become the final component of the - /// EntityType's resource name. This value may be up to 60 characters, and valid characters are - /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a - /// featurestore. + /// Required. The name of the AnnotationSpec resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}` /// - [Google.Apis.Util.RequestParameterAttribute("entityTypeId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string EntityTypeId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType Body { get; set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/entityTypes"; + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/annotationSpecs/[^/]+$", }); - RequestParameters.Add("entityTypeId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter { - Name = "entityTypeId", + Name = "readMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -16983,1005 +17082,1434 @@ protected override void InitParameters() }); } } + } - /// - /// Deletes a single EntityType. The EntityType must not have any Features or `force` must be set to - /// true for the request to succeed. - /// - /// - /// Required. The name of the EntityType to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the DataItems resource. + public virtual DataItemsResource DataItems { get; } - /// - /// Deletes a single EntityType. The EntityType must not have any Features or `force` must be set to - /// true for the request to succeed. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The "dataItems" collection of methods. + public class DataItemsResource + { + private const string Resource = "dataItems"; - /// - /// Required. The name of the EntityType to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// If set to true, any Features for this EntityType will also be deleted. (Otherwise, the - /// request will only work if the EntityType has no Features.) - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } + /// Constructs a new resource. + public DataItemsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Annotations = new AnnotationsResource(service); + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the Annotations resource. + public virtual AnnotationsResource Annotations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The "annotations" collection of methods. + public class AnnotationsResource + { + private const string Resource = "annotations"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Constructs a new resource. + public AnnotationsResource(Google.Apis.Services.IClientService service) { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter - { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + this.service = service; + Operations = new OperationsResource(service); } - } - /// - /// Delete Feature values from Featurestore. The progress of the deletion is tracked by the returned - /// operation. The deleted feature values are guaranteed to be invisible to subsequent read - /// operations after the operation is marked as successfully done. If a delete feature values - /// operation fails, the feature values returned from reads and exports may be inconsistent. If - /// consistency is required, the caller must retry the same delete request again and wait till the - /// new operation returned is marked as successfully done. - /// - /// The body of the request. - /// - /// Required. The resource name of the EntityType grouping the Features for which values are being - /// deleted from. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` - /// - public virtual DeleteFeatureValuesRequest DeleteFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeleteFeatureValuesRequest body, string entityType) - { - return new DeleteFeatureValuesRequest(this.service, body, entityType); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// - /// Delete Feature values from Featurestore. The progress of the deletion is tracked by the returned - /// operation. The deleted feature values are guaranteed to be invisible to subsequent read - /// operations after the operation is marked as successfully done. If a delete feature values - /// operation fails, the feature values returned from reads and exports may be inconsistent. If - /// consistency is required, the caller must retry the same delete request again and wait till the - /// new operation returned is marked as successfully done. - /// - public class DeleteFeatureValuesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new DeleteFeatureValues request. - public DeleteFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeleteFeatureValuesRequest body, string entityType) : base(service) + /// The "operations" collection of methods. + public class OperationsResource { - EntityType = entityType; - Body = body; - InitParameters(); - } + private const string Resource = "operations"; - /// - /// Required. The resource name of the EntityType grouping the Features for which values are - /// being deleted from. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` - /// - [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] - public virtual string EntityType { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeleteFeatureValuesRequest Body { get; set; } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best + /// effort to cancel the operation, but success is not guaranteed. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use + /// Operations.GetOperation or other methods to check whether the cancellation succeeded or + /// whether the operation completed despite cancellation. On successful cancellation, the + /// operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "deleteFeatureValues"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best + /// effort to cancel the operation, but success is not guaranteed. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use + /// Operations.GetOperation or other methods to check whether the cancellation succeeded or + /// whether the operation completed despite cancellation. On successful cancellation, the + /// operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+entityType}:deleteFeatureValues"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Initializes DeleteFeatureValues parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter - { - Name = "entityType", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Exports Feature values from all the entities of a target EntityType. - /// The body of the request. - /// - /// Required. The resource name of the EntityType from which to export Feature values. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// - public virtual ExportFeatureValuesRequest ExportFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportFeatureValuesRequest body, string entityType) - { - return new ExportFeatureValuesRequest(this.service, body, entityType); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Exports Feature values from all the entities of a target EntityType. - public class ExportFeatureValuesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ExportFeatureValues request. - public ExportFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportFeatureValuesRequest body, string entityType) : base(service) - { - EntityType = entityType; - Body = body; - InitParameters(); - } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The resource name of the EntityType from which to export Feature values. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// - [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] - public virtual string EntityType { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportFeatureValuesRequest Body { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "exportFeatureValues"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+entityType}:exportFeatureValues"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes ExportFeatureValues parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll + /// the operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Name = "entityType", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - } - } + return new GetRequest(this.service, name); + } - /// Gets details of a single EntityType. - /// - /// Required. The name of the EntityType resource. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll + /// the operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets details of a single EntityType. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the EntityType resource. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - } - } + return new ListRequest(this.service, name); + } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists - /// and does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) - { - return new GetIamPolicyRequest(this.service, resource); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists - /// and does not have a policy set. - /// - public class GetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for - /// this field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values - /// are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for - /// policies with any conditional role bindings must specify version 3. Policies with no - /// conditional role bindings may specify any valid value or leave the field unset. The policy - /// in the response might use the policy version that you specified, or it might use a lower - /// policy version. For example, if you specify version 3, but the policy has no conditional - /// role bindings, the response uses version 1. To learn which resources support conditions in - /// their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the method name. - public override string MethodName => "getIamPolicy"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those + /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. + /// This can only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will + /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in + /// service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:getIamPolicy"; + /// Gets the method name. + public override string MethodName => "list"; - /// Initializes GetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter - { - Name = "options.requestedPolicyVersion", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Imports Feature values into the Featurestore from a source storage. The progress of the import - /// is tracked by the returned operation. The imported features are guaranteed to be visible to - /// subsequent read operations after the operation is marked as successfully done. If an import - /// operation fails, the Feature values returned from reads and exports may be inconsistent. If - /// consistency is required, the caller must retry the same import request again and wait till the - /// new operation returned is marked as successfully done. There are also scenarios where the caller - /// can cause inconsistency. - Source data for import contains multiple distinct Feature values for - /// the same entity ID and timestamp. - Source is modified during an import. This includes adding, - /// updating, or removing source data and/or metadata. Examples of updating metadata include but are - /// not limited to changing storage location, storage class, or retention policy. - Online serving - /// cluster is under-provisioned. - /// - /// The body of the request. - /// - /// Required. The resource name of the EntityType grouping the Features for which values are being - /// imported. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` - /// - public virtual ImportFeatureValuesRequest ImportFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportFeatureValuesRequest body, string entityType) - { - return new ImportFeatureValuesRequest(this.service, body, entityType); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// - /// Imports Feature values into the Featurestore from a source storage. The progress of the import - /// is tracked by the returned operation. The imported features are guaranteed to be visible to - /// subsequent read operations after the operation is marked as successfully done. If an import - /// operation fails, the Feature values returned from reads and exports may be inconsistent. If - /// consistency is required, the caller must retry the same import request again and wait till the - /// new operation returned is marked as successfully done. There are also scenarios where the caller - /// can cause inconsistency. - Source data for import contains multiple distinct Feature values for - /// the same entity ID and timestamp. - Source is modified during an import. This includes adding, - /// updating, or removing source data and/or metadata. Examples of updating metadata include but are - /// not limited to changing storage location, storage class, or retention policy. - Online serving - /// cluster is under-provisioned. - /// - public class ImportFeatureValuesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ImportFeatureValues request. - public ImportFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportFeatureValuesRequest body, string entityType) : base(service) - { - EntityType = entityType; - Body = body; - InitParameters(); - } + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Required. The resource name of the EntityType grouping the Features for which values are - /// being imported. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` - /// - [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] - public virtual string EntityType { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state + /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC + /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is + /// done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportFeatureValuesRequest Body { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state + /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC + /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is + /// done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "importFeatureValues"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at + /// most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline + /// is also specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+entityType}:importFeatureValues"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes ImportFeatureValues parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter - { - Name = "entityType", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Lists EntityTypes in a given Featurestore. - /// - /// Required. The resource name of the Featurestore to list EntityTypes. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/annotations/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// Lists EntityTypes in a given Featurestore. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Lists Annotations belongs to a dataitem. + /// + /// Required. The resource name of the DataItem to list Annotations from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}` + /// + public virtual ListRequest List(string parent) { - Parent = parent; - InitParameters(); + return new ListRequest(this.service, parent); } - /// - /// Required. The resource name of the Featurestore to list EntityTypes. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Lists Annotations belongs to a dataitem. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// - /// Lists the EntityTypes that match the filter expression. The following filters are supported: - /// * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&gt;=`, and `&lt;=` - /// comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, - /// `&lt;`, `&gt;`, `&gt;=`, and `&lt;=` comparisons. Values must be in RFC 3339 - /// format. * `labels`: Supports key-value equality as well as key presence. Examples: * - /// `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time &gt; - /// \"2020-01-31T15:30:00.000000Z\"` --&gt; EntityTypes created or updated after - /// 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --&gt; - /// EntityTypes having both (active: yes) and (env: prod) labels. * `labels.env: *` --&gt; - /// Any EntityType which has a label with 'env' as the key. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Required. The resource name of the DataItem to list Annotations from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported fields: * `entity_type_id` * `create_time` * - /// `update_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// The maximum number of EntityTypes to return. The service may return fewer than this value. - /// If unspecified, at most 1000 EntityTypes will be returned. The maximum value is 1000; any - /// value greater than 1000 will be coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// - /// A page token, received from a previous FeaturestoreService.ListEntityTypes call. Provide - /// this to retrieve the subsequent page. When paginating, all other parameters provided to - /// FeaturestoreService.ListEntityTypes must match the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/entityTypes"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/annotations"; + + /// Initializes List parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// Updates the parameters of a single EntityType. - /// The body of the request. - /// - /// Immutable. Name of the EntityType. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// The last part entity_type is assigned by the client. The entity_type can be up to 64 characters - /// long and can consist only of ASCII Latin letters A-Z and a-z and underscore(_), and ASCII digits - /// 0-9 starting with a letter. The value will be unique given a featurestore. - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Updates the parameters of a single EntityType. - public class PatchRequest : AiplatformBaseServiceRequest + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - Body = body; - InitParameters(); + this.service = service; } /// - /// Immutable. Name of the EntityType. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` - /// The last part entity_type is assigned by the client. The entity_type can be up to 64 - /// characters long and can consist only of ASCII Latin letters A-Z and a-z and underscore(_), - /// and ASCII digits 0-9 starting with a letter. The value will be unique given a featurestore. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } /// - /// Field mask is used to specify the fields to be overwritten in the EntityType 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 only the non-empty fields present in the request will be overwritten. Set the - /// update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * - /// `monitoring_config.snapshot_analysis.disabled` * - /// `monitoring_config.snapshot_analysis.monitoring_interval_days` * - /// `monitoring_config.snapshot_analysis.staleness_days` * - /// `monitoring_config.import_features_analysis.state` * - /// `monitoring_config.import_features_analysis.anomaly_detection_baseline` * - /// `monitoring_config.numerical_threshold_config.value` * - /// `monitoring_config.categorical_threshold_config.value` * `offline_storage_ttl_days` + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType Body { get; set; } + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + /// Initializes Cancel parameter list. + protected override void InitParameters() { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + }); + } } - } - - /// - /// Reads Feature values of a specific entity of an EntityType. For reading feature values of - /// multiple entities of an EntityType, please use StreamingReadFeatureValues. - /// - /// The body of the request. - /// - /// Required. The resource name of the EntityType for the entity being read. Value format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. - /// For example, for a machine learning model predicting user clicks on a website, an EntityType ID - /// could be `user`. - /// - public virtual ReadFeatureValuesRequest ReadFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadFeatureValuesRequest body, string entityType) - { - return new ReadFeatureValuesRequest(this.service, body, entityType); - } - /// - /// Reads Feature values of a specific entity of an EntityType. For reading feature values of - /// multiple entities of an EntityType, please use StreamingReadFeatureValues. - /// - public class ReadFeatureValuesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ReadFeatureValues request. - public ReadFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadFeatureValuesRequest body, string entityType) : base(service) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - EntityType = entityType; - Body = body; - InitParameters(); + return new DeleteRequest(this.service, name); } /// - /// Required. The resource name of the EntityType for the entity being read. Value format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. - /// For example, for a machine learning model predicting user clicks on a website, an EntityType - /// ID could be `user`. + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] - public virtual string EntityType { get; private set; } + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadFeatureValuesRequest Body { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the method name. - public override string MethodName => "readFeatureValues"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the REST path. - public override string RestPath => "v1/{+entityType}:readFeatureValues"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes ReadFeatureValues parameter list. - protected override void InitParameters() + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - base.InitParameters(); - RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter - { - Name = "entityType", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); + return new GetRequest(this.service, name); } - } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can - /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) - { - return new SetIamPolicyRequest(this.service, body, resource); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can - /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - public class SetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - Resource = resource; - Body = body; - InitParameters(); + return new ListRequest(this.service, name); } /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for - /// this field. + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "setIamPolicy"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Initializes SetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// - /// Reads Feature values for multiple entities. Depending on their size, data for different entities - /// may be broken up across multiple responses. - /// - /// The body of the request. - /// - /// Required. The resource name of the entities' type. Value format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. - /// For example, for a machine learning model predicting user clicks on a website, an EntityType ID - /// could be `user`. - /// - public virtual StreamingReadFeatureValuesRequest StreamingReadFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest body, string entityType) - { - return new StreamingReadFeatureValuesRequest(this.service, body, entityType); - } - /// - /// Reads Feature values for multiple entities. Depending on their size, data for different entities - /// may be broken up across multiple responses. - /// - public class StreamingReadFeatureValuesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new StreamingReadFeatureValues request. - public StreamingReadFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest body, string entityType) : base(service) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - EntityType = entityType; - Body = body; - InitParameters(); + return new WaitRequest(this.service, name); } /// - /// Required. The resource name of the entities' type. Value format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. - /// For example, for a machine learning model predicting user clicks on a website, an EntityType - /// ID could be `user`. + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. /// - [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] - public virtual string EntityType { get; private set; } + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest Body { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "streamingReadFeatureValues"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+entityType}:streamingReadFeatureValues"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes StreamingReadFeatureValues parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + /// Initializes Wait parameter list. + protected override void InitParameters() { - Name = "entityType", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/dataItems/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for - /// authorization checking. This operation may "fail open" without warning. - /// - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Lists DataItems in a Dataset. + /// + /// Required. The resource name of the Dataset to list DataItems from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// - public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + public virtual ListRequest List(string parent) { - return new TestIamPermissionsRequest(this.service, resource); + return new ListRequest(this.service, parent); } - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for - /// authorization checking. This operation may "fail open" without warning. - /// - public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + /// Lists DataItems in a Dataset. + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Resource = resource; + Parent = parent; InitParameters(); } /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for - /// this field. + /// Required. The resource name of the Dataset to list DataItems from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } /// - /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` - /// or `storage.*`) are not allowed. For more information see [IAM - /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. /// - [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } /// Gets the method name. - public override string MethodName => "testIamPermissions"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; + public override string RestPath => "v1/{+parent}/dataItems"; - /// Initializes TestIamPermissions parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", }); - RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "permissions", + Name = "filter", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - } - } - - /// - /// Writes Feature values of one or more entities of an EntityType. The Feature values are merged - /// into existing entities if any. The Feature values to be written must have timestamp within the - /// online storage retention. - /// - /// The body of the request. - /// - /// Required. The resource name of the EntityType for the entities being written. Value format: - /// `projects/{project}/locations/{location}/featurestores/ - /// {featurestore}/entityTypes/{entityType}`. For example, for a machine learning model predicting - /// user clicks on a website, an EntityType ID could be `user`. - /// - public virtual WriteFeatureValuesRequest WriteFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteFeatureValuesRequest body, string entityType) + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the DatasetVersions resource. + public virtual DatasetVersionsResource DatasetVersions { get; } + + /// The "datasetVersions" collection of methods. + public class DatasetVersionsResource + { + private const string Resource = "datasetVersions"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DatasetVersionsResource(Google.Apis.Services.IClientService service) { - return new WriteFeatureValuesRequest(this.service, body, entityType); + this.service = service; } - /// - /// Writes Feature values of one or more entities of an EntityType. The Feature values are merged - /// into existing entities if any. The Feature values to be written must have timestamp within the - /// online storage retention. - /// - public class WriteFeatureValuesRequest : AiplatformBaseServiceRequest + /// Create a version from a Dataset. + /// The body of the request. + /// + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) { - /// Constructs a new WriteFeatureValues request. - public WriteFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteFeatureValuesRequest body, string entityType) : base(service) + return new CreateRequest(this.service, body, parent); + } + + /// Create a version from a Dataset. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string parent) : base(service) { - EntityType = entityType; + Parent = parent; Body = body; InitParameters(); } /// - /// Required. The resource name of the EntityType for the entities being written. Value format: - /// `projects/{project}/locations/{location}/featurestores/ - /// {featurestore}/entityTypes/{entityType}`. For example, for a machine learning model - /// predicting user clicks on a website, an EntityType ID could be `user`. + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// - [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] - public virtual string EntityType { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteFeatureValuesRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "writeFeatureValues"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+entityType}:writeFeatureValues"; + public override string RestPath => "v1/{+parent}/datasetVersions"; - /// Initializes WriteFeatureValues parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "entityType", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + } + } + + /// Deletes a Dataset version. + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a Dataset version. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", + }); + } + } + + /// Gets a Dataset version. + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Dataset version. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the Dataset version to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists DatasetVersions in a Dataset. + /// + /// Required. The resource name of the Dataset to list DatasetVersions from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists DatasetVersions in a Dataset. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Dataset to list DatasetVersions from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use + /// "desc" after a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Optional. Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/datasetVersions"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a DatasetVersion. + /// The body of the request. + /// + /// Output only. Identifier. The resource name of the DatasetVersion. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a DatasetVersion. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Output only. Identifier. The resource name of the DatasetVersion. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. Updatable fields: * `display_name` + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DatasetVersion Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Restores a dataset version. + /// + /// Required. The name of the DatasetVersion resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + public virtual RestoreRequest Restore(string name) + { + return new RestoreRequest(this.service, name); + } + + /// Restores a dataset version. + public class RestoreRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Restore request. + public RestoreRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the DatasetVersion resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "restore"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:restore"; + + /// Initializes Restore parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/datasetVersions/[^/]+$", }); } } @@ -18060,7 +18588,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", }); } } @@ -18113,7 +18641,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", }); } } @@ -18164,7 +18692,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", }); } } @@ -18208,6 +18736,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -18227,7 +18766,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -18253,6 +18792,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -18320,7 +18867,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -18334,427 +18881,601 @@ protected override void InitParameters() } } - /// - /// Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where - /// each read instance in the batch may read Feature values of entities from one or more EntityTypes. - /// Point-in-time correctness is guaranteed for Feature values of each read instance as of each - /// instance's read timestamp. - /// - /// The body of the request. - /// - /// Required. The resource name of the Featurestore from which to query Feature values. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` - /// - public virtual BatchReadFeatureValuesRequest BatchReadFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchReadFeatureValuesRequest body, string featurestore) - { - return new BatchReadFeatureValuesRequest(this.service, body, featurestore); - } + /// Gets the SavedQueries resource. + public virtual SavedQueriesResource SavedQueries { get; } - /// - /// Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where - /// each read instance in the batch may read Feature values of entities from one or more EntityTypes. - /// Point-in-time correctness is guaranteed for Feature values of each read instance as of each - /// instance's read timestamp. - /// - public class BatchReadFeatureValuesRequest : AiplatformBaseServiceRequest + /// The "savedQueries" collection of methods. + public class SavedQueriesResource { - /// Constructs a new BatchReadFeatureValues request. - public BatchReadFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchReadFeatureValuesRequest body, string featurestore) : base(service) + private const string Resource = "savedQueries"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SavedQueriesResource(Google.Apis.Services.IClientService service) { - Featurestore = featurestore; - Body = body; - InitParameters(); + this.service = service; + Operations = new OperationsResource(service); } - /// - /// Required. The resource name of the Featurestore from which to query Feature values. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` - /// - [Google.Apis.Util.RequestParameterAttribute("featurestore", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Featurestore { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchReadFeatureValuesRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "batchReadFeatureValues"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+featurestore}:batchReadFeatureValues"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Initializes BatchReadFeatureValues parameter list. - protected override void InitParameters() + /// The "operations" collection of methods. + public class OperationsResource { - base.InitParameters(); - RequestParameters.Add("featurestore", new Google.Apis.Discovery.Parameter - { - Name = "featurestore", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - }); - } - } + private const string Resource = "operations"; - /// Creates a new Featurestore in a given project and location. - /// The body of the request. - /// - /// Required. The resource name of the Location to create Featurestores. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Creates a new Featurestore in a given project and location. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// - /// Required. The resource name of the Location to create Featurestores. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// - /// Required. The ID to use for this Featurestore, which will become the final component of the - /// Featurestore's resource name. This value may be up to 60 characters, and valid characters are - /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project - /// and location. - /// - [Google.Apis.Util.RequestParameterAttribute("featurestoreId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FeaturestoreId { get; set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore Body { get; set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featurestores"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("featurestoreId", new Google.Apis.Discovery.Parameter + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - Name = "featurestoreId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be - /// set to true for the request to succeed. - /// - /// - /// Required. The name of the Featurestore to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + return new DeleteRequest(this.service, name); + } - /// - /// Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be - /// set to true for the request to succeed. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The name of the Featurestore to be deleted. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// If set to true, any EntityTypes and Features for this Featurestore will also be deleted. - /// (Otherwise, the request will only work if the Featurestore has no EntityTypes.) - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + return new GetRequest(this.service, name); + } - /// Gets details of a single Featurestore. - /// Required. The name of the Featurestore resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets details of a single Featurestore. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Required. The name of the Featurestore resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - }); - } - } - - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) - { - return new GetIamPolicyRequest(this.service, resource); - } - - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - public class GetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + return new ListRequest(this.service, name); + } - /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, - /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any - /// conditional role bindings must specify version 3. Policies with no conditional role bindings may - /// specify any valid value or leave the field unset. The policy in the response might use the - /// policy version that you specified, or it might use a lower policy version. For example, if you - /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. - /// To learn which resources support conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "getIamPolicy"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:getIamPolicy"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Initializes GetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter - { - Name = "options.requestedPolicyVersion", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Lists Featurestores in a given project and location. - /// - /// Required. The resource name of the Location to list Featurestores. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Lists Featurestores in a given project and location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "list"; - /// - /// Required. The resource name of the Location to list Featurestores. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Lists the featurestores that match the filter expression. The following fields are supported: * - /// `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` - /// comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `&lt;`, - /// `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 format. * - /// `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `&lt;`, `&gt;`, - /// `&lt;=`, and `&gt;=` comparisons. * `labels`: Supports key-value equality and key - /// presence. Examples: * `create_time &gt; "2020-01-01" OR update_time &gt; "2020-01-01"` - /// Featurestores created or updated after 2020-01-01. * `labels.env = "prod"` Featurestores with - /// label "env" set to "prod". - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported Fields: * `create_time` * `update_time` * - /// `online_serving_config.fixed_node_count` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// The maximum number of Featurestores to return. The service may return fewer than this value. If - /// unspecified, at most 100 Featurestores will be returned. The maximum value is 100; any value - /// greater than 100 will be coerced to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Deletes a SavedQuery. + /// + /// Required. The resource name of the SavedQuery to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a SavedQuery. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the SavedQuery to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/savedQueries/[^/]+$", + }); + } + } + + /// Lists SavedQueries in a Dataset. + /// + /// Required. The resource name of the Dataset to list SavedQueries from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists SavedQueries in a Dataset. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Dataset to list SavedQueries from. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/savedQueries"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a Dataset. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the Dataset in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a Dataset. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } /// - /// A page token, received from a previous FeaturestoreService.ListFeaturestores call. Provide this - /// to retrieve the subsequent page. When paginating, all other parameters provided to - /// FeaturestoreService.ListFeaturestores must match the call that provided the page token. + /// Required. The resource name of the Location to create the Dataset in. Format: + /// `projects/{project}/locations/{location}` /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "create"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/featurestores"; + public override string RestPath => "v1/{+parent}/datasets"; - /// Initializes List parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); @@ -18766,65 +19487,76 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + } + } + + /// Deletes a Dataset. + /// + /// Required. The resource name of the Dataset to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a Dataset. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the Dataset to delete. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "readMask", - IsRequired = false, - ParameterType = "query", + Name = "name", + IsRequired = true, + ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", }); } } - /// Updates the parameters of a single Featurestore. + /// Exports data from a Dataset. /// The body of the request. /// - /// Output only. Name of the Featurestore. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string name) + public virtual ExportRequest Export(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportDataRequest body, string name) { - return new PatchRequest(this.service, body, name); + return new ExportRequest(this.service, body, name); } - /// Updates the parameters of a single Featurestore. - public class PatchRequest : AiplatformBaseServiceRequest + /// Exports data from a Dataset. + public class ExportRequest : AiplatformBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string name) : base(service) + /// Constructs a new Export request. + public ExportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportDataRequest body, string name) : base(service) { Name = name; Body = body; @@ -18832,40 +19564,28 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aip } /// - /// Output only. Name of the Featurestore. Format: - /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// - /// Field mask is used to specify the fields to be overwritten in the Featurestore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask - /// to `*` to override all fields. Updatable fields: * `labels` * - /// `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * - /// `online_storage_ttl_days` - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportDataRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "export"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:export"; - /// Initializes Patch parameter list. + /// Initializes Export parameter list. protected override void InitParameters() { base.InitParameters(); @@ -18875,135 +19595,60 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", }); } } - /// Searches Features matching a query in a given project. - /// - /// Required. The resource name of the Location to search Features. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual SearchFeaturesRequest SearchFeatures(string location) + /// Gets a Dataset. + /// Required. The name of the Dataset resource. + public virtual GetRequest Get(string name) { - return new SearchFeaturesRequest(this.service, location); + return new GetRequest(this.service, name); } - /// Searches Features matching a query in a given project. - public class SearchFeaturesRequest : AiplatformBaseServiceRequest + /// Gets a Dataset. + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new SearchFeatures request. - public SearchFeaturesRequest(Google.Apis.Services.IClientService service, string location) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Location = location; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to search Features. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Location { get; private set; } + /// Required. The name of the Dataset resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// The maximum number of Features to return. The service may return fewer than this value. If - /// unspecified, at most 100 Features will be returned. The maximum value is 100; any value greater - /// than 100 will be coerced to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// A page token, received from a previous FeaturestoreService.SearchFeatures call. Provide this to - /// retrieve the subsequent page. When paginating, all other parameters provided to - /// FeaturestoreService.SearchFeatures, except `page_size`, must match the call that provided the - /// page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// - /// Query string that is a conjunction of field-restricted queries and/or field-restricted filters. - /// Field-restricted queries and filters can be combined using `AND` to form a conjunction. A field - /// query is in the form FIELD:QUERY. This implicitly checks if QUERY exists as a substring within - /// Feature's FIELD. The QUERY and the FIELD are converted to a sequence of words (i.e. tokens) for - /// comparison. This is done by: * Removing leading/trailing whitespace and tokenizing the search - /// value. Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore `_`, or asterisk - /// `*` are treated as delimiters for tokens. `*` is treated as a wildcard that matches characters - /// within a token. * Ignoring case. * Prepending an asterisk to the first and appending an asterisk - /// to the last token in QUERY. A QUERY must be either a singular token or a phrase. A phrase is one - /// or multiple words enclosed in double quotation marks ("). With phrases, the order of the words - /// is important. Words in the phrase must be matching in order and consecutively. Supported FIELDs - /// for field-restricted queries: * `feature_id` * `description` * `entity_type_id` Examples: * - /// `feature_id: foo` --&gt; Matches a Feature with ID containing the substring `foo` (eg. - /// `foo`, `foofeature`, `barfoo`). * `feature_id: foo*feature` --&gt; Matches a Feature with ID - /// containing the substring `foo*feature` (eg. `foobarfeature`). * `feature_id: foo AND - /// description: bar` --&gt; Matches a Feature with ID containing the substring `foo` and - /// description containing the substring `bar`. Besides field queries, the following exact-match - /// filters are supported. The exact-match filters do not support wildcards. Unlike field-restricted - /// queries, exact-match filters are case-sensitive. * `feature_id`: Supports = comparisons. * - /// `description`: Supports = comparisons. Multi-token filters should be enclosed in quotes. * - /// `entity_type_id`: Supports = comparisons. * `value_type`: Supports = and != comparisons. * - /// `labels`: Supports key-value equality as well as key presence. * `featurestore_id`: Supports = - /// comparisons. Examples: * `description = "foo bar"` --&gt; Any Feature with description - /// exactly equal to `foo bar` * `value_type = DOUBLE` --&gt; Features whose type is DOUBLE. * - /// `labels.active = yes AND labels.env = prod` --&gt; Features having both (active: yes) and - /// (env: prod) labels. * `labels.env: *` --&gt; Any Feature which has a label with `env` as the - /// key. - /// - [Google.Apis.Util.RequestParameterAttribute("query", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Query { get; set; } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } /// Gets the method name. - public override string MethodName => "searchFeatures"; + public override string MethodName => "get"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+location}/featurestores:searchFeatures"; + public override string RestPath => "v1/{+name}"; - /// Initializes SearchFeatures parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "location", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", }); - RequestParameters.Add("query", new Google.Apis.Discovery.Parameter + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter { - Name = "query", + Name = "readMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -19013,143 +19658,256 @@ protected override void InitParameters() } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. /// - /// The body of the request. /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// REQUIRED: The resource for which the policy is being requested. See [Resource /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this /// field. /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + public virtual GetIamPolicyRequest GetIamPolicy(string resource) { - return new SetIamPolicyRequest(this.service, body, resource); + return new GetIamPolicyRequest(this.service, resource); } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. /// - public class SetIamPolicyRequest : AiplatformBaseServiceRequest + public class GetIamPolicyRequest : AiplatformBaseServiceRequest { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) { Resource = resource; - Body = body; InitParameters(); } /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// REQUIRED: The resource for which the policy is being requested. See [Resource /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this /// field. /// [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] public virtual string Resource { get; private set; } + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Imports data into a Dataset. + /// The body of the request. + /// + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual ImportRequest Import(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportDataRequest body, string name) + { + return new ImportRequest(this.service, body, name); + } + + /// Imports data into a Dataset. + public class ImportRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Import request. + public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportDataRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Dataset resource. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportDataRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "setIamPolicy"; + public override string MethodName => "import"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; + public override string RestPath => "v1/{+name}:import"; - /// Initializes SetIamPolicy parameter list. + /// Initializes Import parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", }); } } - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Lists Datasets in a Location. + /// + /// Required. The name of the Dataset's parent resource. Format: + /// `projects/{project}/locations/{location}` /// - public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + public virtual ListRequest List(string parent) { - return new TestIamPermissionsRequest(this.service, resource); + return new ListRequest(this.service, parent); } - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + /// Lists Datasets in a Location. + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Resource = resource; + Parent = parent; InitParameters(); } /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Required. The name of the Dataset's parent resource. Format: + /// `projects/{project}/locations/{location}` /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } /// - /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or - /// `storage.*`) are not allowed. For more information see [IAM - /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// An expression for filtering the results of the request. For field names both snake_case and + /// camelCase are supported. * `display_name`: supports = and != * `metadata_schema_uri`: supports = + /// and != * `labels` supports general map functions that is: * `labels.key=value` - key:value + /// equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. + /// `labels."a key"`. Some examples: * `displayName="myDisplayName"` * `labels.myKey="myValue"` /// - [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } /// Gets the method name. - public override string MethodName => "testIamPermissions"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; + public override string RestPath => "v1/{+parent}/datasets"; - /// Initializes TestIamPermissions parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "permissions", + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -19157,141 +19915,609 @@ protected override void InitParameters() }); } } - } - - /// Gets the HyperparameterTuningJobs resource. - public virtual HyperparameterTuningJobsResource HyperparameterTuningJobs { get; } - - /// The "hyperparameterTuningJobs" collection of methods. - public class HyperparameterTuningJobsResource - { - private const string Resource = "hyperparameterTuningJobs"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - /// Constructs a new resource. - public HyperparameterTuningJobsResource(Google.Apis.Services.IClientService service) + /// Updates a Dataset. + /// The body of the request. + /// + /// Output only. Identifier. The resource name of the Dataset. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) { - this.service = service; - Operations = new OperationsResource(service); + return new PatchRequest(this.service, body, name); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// Updates a Dataset. + public class PatchRequest : AiplatformBaseServiceRequest { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset body, string name) : base(service) { - this.service = service; + Name = name; + Body = body; + InitParameters(); } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// Output only. Identifier. The resource name of the Dataset. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// Required. The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. Updatable fields: * `display_name` * `description` * `labels` /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Dataset Body { get; set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "patch"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) + /// Searches DataItems in a Dataset. + /// + /// Required. The resource name of the Dataset from which to search DataItems. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + public virtual SearchDataItemsRequest SearchDataItems(string dataset) + { + return new SearchDataItemsRequest(this.service, dataset); + } + + /// Searches DataItems in a Dataset. + public class SearchDataItemsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SearchDataItems request. + public SearchDataItemsRequest(Google.Apis.Services.IClientService service, string dataset) : base(service) { - return new DeleteRequest(this.service, name); + Dataset = dataset; + InitParameters(); } /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// Required. The resource name of the Dataset from which to search DataItems. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; + [Google.Apis.Util.RequestParameterAttribute("dataset", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Dataset { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// An expression that specifies what Annotations will be returned per DataItem. Annotations + /// satisfied either of the conditions will be returned. * `annotation_spec_id` - for = or !=. Must + /// specify `saved_query_id=` - saved query id that annotations should belong to. + /// + [Google.Apis.Util.RequestParameterAttribute("annotationFilters", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable AnnotationFilters { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// An expression for filtering the Annotations that will be returned per DataItem. * + /// `annotation_spec_id` - for = or !=. + /// + [Google.Apis.Util.RequestParameterAttribute("annotationsFilter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AnnotationsFilter { get; set; } + + /// + /// If set, only up to this many of Annotations will be returned per DataItemView. The maximum value + /// is 1000. If not set, the maximum value will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("annotationsLimit", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AnnotationsLimit { get; set; } + + /// + /// An expression for filtering the DataItem that will be returned. * `data_item_id` - for = or !=. + /// * `labeled` - for = or !=. * `has_annotation(ANNOTATION_SPEC_ID)` - true only for DataItem that + /// have at least one annotation with annotation_spec_id = `ANNOTATION_SPEC_ID` in the context of + /// SavedQuery or DataLabelingJob. For example: * `data_item=1` * `has_annotation(5)` + /// + [Google.Apis.Util.RequestParameterAttribute("dataItemFilter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string DataItemFilter { get; set; } + + /// + /// The resource name of a DataLabelingJob. Format: + /// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` If this field is + /// set, all of the search will be done in the context of this DataLabelingJob. + /// + [Google.Apis.Util.RequestParameterAttribute("dataLabelingJob", Google.Apis.Util.RequestParameterType.Query)] + public virtual string DataLabelingJob { get; set; } + + /// Mask specifying which fields of DataItemView to read. + [Google.Apis.Util.RequestParameterAttribute("fieldMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object FieldMask { get; set; } + + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. Must also specify saved_query. + /// + [Google.Apis.Util.RequestParameterAttribute("orderByAnnotation.orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderByAnnotationOrderBy { get; set; } + + /// + /// Required. Saved query of the Annotation. Only Annotations belong to this saved query will be + /// considered for ordering. + /// + [Google.Apis.Util.RequestParameterAttribute("orderByAnnotation.savedQuery", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderByAnnotationSavedQuery { get; set; } + + /// + /// A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderByDataItem", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderByDataItem { get; set; } + + /// + /// Requested page size. Server may return fewer results than requested. Default and maximum page + /// size is 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A token identifying a page of results for the server to return Typically obtained via + /// SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// The resource name of a SavedQuery(annotation set in UI). Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` All of + /// the search will be done in the context of this SavedQuery. + /// + [Google.Apis.Util.RequestParameterAttribute("savedQuery", Google.Apis.Util.RequestParameterType.Query)] + public virtual string SavedQuery { get; set; } + + /// Gets the method name. + public override string MethodName => "searchDataItems"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+dataset}:searchDataItems"; + + /// Initializes SearchDataItems parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dataset", new Google.Apis.Discovery.Parameter + { + Name = "dataset", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + RequestParameters.Add("annotationFilters", new Google.Apis.Discovery.Parameter + { + Name = "annotationFilters", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("annotationsFilter", new Google.Apis.Discovery.Parameter + { + Name = "annotationsFilter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("annotationsLimit", new Google.Apis.Discovery.Parameter + { + Name = "annotationsLimit", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("dataItemFilter", new Google.Apis.Discovery.Parameter + { + Name = "dataItemFilter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("dataLabelingJob", new Google.Apis.Discovery.Parameter + { + Name = "dataLabelingJob", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("fieldMask", new Google.Apis.Discovery.Parameter + { + Name = "fieldMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderByAnnotation.orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderByAnnotation.orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderByAnnotation.savedQuery", new Google.Apis.Discovery.Parameter + { + Name = "orderByAnnotation.savedQuery", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderByDataItem", new Google.Apis.Discovery.Parameter + { + Name = "orderByDataItem", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("savedQuery", new Google.Apis.Discovery.Parameter + { + Name = "savedQuery", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + { + return new TestIamPermissionsRequest(this.service, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or + /// `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", + }); + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + { + Name = "permissions", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the DeploymentResourcePools resource. + public virtual DeploymentResourcePoolsResource DeploymentResourcePools { get; } + + /// The "deploymentResourcePools" collection of methods. + public class DeploymentResourcePoolsResource + { + private const string Resource = "deploymentResourcePools"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DeploymentResourcePoolsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; /// Initializes Delete parameter list. protected override void InitParameters() @@ -19303,7 +20529,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", }); } } @@ -19354,7 +20580,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", }); } } @@ -19398,6 +20624,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -19417,7 +20654,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -19443,6 +20680,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -19510,7 +20755,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -19524,97 +20769,22 @@ protected override void InitParameters() } } - /// - /// Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the HyperparameterTuningJob. - /// The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use - /// JobService.GetHyperparameterTuningJob or other methods to check whether the cancellation succeeded - /// or whether the job completed despite cancellation. On successful cancellation, the - /// HyperparameterTuningJob is not deleted; instead it becomes a job with a - /// HyperparameterTuningJob.error value with a google.rpc.Status.code of 1, corresponding to - /// `Code.CANCELLED`, and HyperparameterTuningJob.state is set to `CANCELLED`. - /// - /// The body of the request. - /// - /// Required. The name of the HyperparameterTuningJob to cancel. Format: - /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest body, string name) - { - return new CancelRequest(this.service, body, name); - } - - /// - /// Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the HyperparameterTuningJob. - /// The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use - /// JobService.GetHyperparameterTuningJob or other methods to check whether the cancellation succeeded - /// or whether the job completed despite cancellation. On successful cancellation, the - /// HyperparameterTuningJob is not deleted; instead it becomes a job with a - /// HyperparameterTuningJob.error value with a google.rpc.Status.code of 1, corresponding to - /// `Code.CANCELLED`, and HyperparameterTuningJob.state is set to `CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the HyperparameterTuningJob to cancel. Format: - /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; - - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", - }); - } - } - - /// Creates a HyperparameterTuningJob + /// Create a DeploymentResourcePool. /// The body of the request. /// - /// Required. The resource name of the Location to create the HyperparameterTuningJob in. Format: + /// Required. The parent location resource where this DeploymentResourcePool will be created. Format: /// `projects/{project}/locations/{location}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1HyperparameterTuningJob body, string parent) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest body, string parent) { return new CreateRequest(this.service, body, parent); } - /// Creates a HyperparameterTuningJob - public class CreateRequest : AiplatformBaseServiceRequest + /// Create a DeploymentResourcePool. + public class CreateRequest : AiplatformBaseServiceRequest { /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1HyperparameterTuningJob body, string parent) : base(service) + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest body, string parent) : base(service) { Parent = parent; Body = body; @@ -19622,14 +20792,14 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Location to create the HyperparameterTuningJob in. Format: - /// `projects/{project}/locations/{location}` + /// Required. The parent location resource where this DeploymentResourcePool will be created. + /// Format: `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1HyperparameterTuningJob Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -19641,7 +20811,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/hyperparameterTuningJobs"; + public override string RestPath => "v1/{+parent}/deploymentResourcePools"; /// Initializes Create parameter list. protected override void InitParameters() @@ -19658,17 +20828,17 @@ protected override void InitParameters() } } - /// Deletes a HyperparameterTuningJob. + /// Delete a DeploymentResourcePool. /// - /// Required. The name of the HyperparameterTuningJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` + /// Required. The name of the DeploymentResourcePool to delete. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a HyperparameterTuningJob. + /// Delete a DeploymentResourcePool. public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. @@ -19679,8 +20849,8 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the HyperparameterTuningJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` + /// Required. The name of the DeploymentResourcePool to delete. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -19704,23 +20874,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", }); } } - /// Gets a HyperparameterTuningJob + /// Get a DeploymentResourcePool. /// - /// Required. The name of the HyperparameterTuningJob resource. Format: - /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` + /// Required. The name of the DeploymentResourcePool to retrieve. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a HyperparameterTuningJob - public class GetRequest : AiplatformBaseServiceRequest + /// Get a DeploymentResourcePool. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -19730,8 +20900,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The name of the HyperparameterTuningJob resource. Format: - /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` + /// Required. The name of the DeploymentResourcePool to retrieve. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -19755,14 +20925,14 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", }); } } - /// Lists HyperparameterTuningJobs in a Location. + /// List DeploymentResourcePools in a location. /// - /// Required. The resource name of the Location to list the HyperparameterTuningJobs from. Format: + /// Required. The parent Location which owns this collection of DeploymentResourcePools. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -19770,8 +20940,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists HyperparameterTuningJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// List DeploymentResourcePools in a location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -19781,41 +20951,27 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location to list the HyperparameterTuningJobs from. Format: + /// Required. The parent Location which owns this collection of DeploymentResourcePools. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// - /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and - /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, - /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC - /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value - /// equality `labels.key:* - key existence Some examples of using the filter are: * - /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR - /// display_name="my_job"` * `NOT display_name="my_job"` * - /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` + /// The maximum number of DeploymentResourcePools to return. The service may return fewer than this + /// value. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// The standard list page token. Typically obtained via - /// ListHyperparameterTuningJobsResponse.next_page_token of the previous - /// JobService.ListHyperparameterTuningJobs call. + /// A page token, received from a previous `ListDeploymentResourcePools` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListDeploymentResourcePools` must match the call that provided the page token. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } - /// Gets the method name. public override string MethodName => "list"; @@ -19823,7 +20979,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/hyperparameterTuningJobs"; + public override string RestPath => "v1/{+parent}/deploymentResourcePools"; /// Initializes List parameter list. protected override void InitParameters() @@ -19837,33 +20993,169 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { - Name = "filter", + Name = "pageSize", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter { - Name = "pageSize", + Name = "pageToken", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + } + } + + /// Update a DeploymentResourcePool. + /// The body of the request. + /// + /// Immutable. The resource name of the DeploymentResourcePool. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeploymentResourcePool body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a DeploymentResourcePool. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeploymentResourcePool body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The resource name of the DeploymentResourcePool. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Required. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeploymentResourcePool Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + } + } + + /// List DeployedModels that have been deployed on this DeploymentResourcePool. + /// + /// Required. The name of the target DeploymentResourcePool to query. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` + /// + public virtual QueryDeployedModelsRequest QueryDeployedModels(string deploymentResourcePool) + { + return new QueryDeployedModelsRequest(this.service, deploymentResourcePool); + } + + /// List DeployedModels that have been deployed on this DeploymentResourcePool. + public class QueryDeployedModelsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new QueryDeployedModels request. + public QueryDeployedModelsRequest(Google.Apis.Services.IClientService service, string deploymentResourcePool) : base(service) + { + DeploymentResourcePool = deploymentResourcePool; + InitParameters(); + } + + /// + /// Required. The name of the target DeploymentResourcePool to query. Format: + /// `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` + /// + [Google.Apis.Util.RequestParameterAttribute("deploymentResourcePool", Google.Apis.Util.RequestParameterType.Path)] + public virtual string DeploymentResourcePool { get; private set; } + + /// + /// The maximum number of DeployedModels to return. The service may return fewer than this value. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous `QueryDeployedModels` call. Provide this to retrieve the + /// subsequent page. When paginating, all other parameters provided to `QueryDeployedModels` must + /// match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "queryDeployedModels"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+deploymentResourcePool}:queryDeployedModels"; + + /// Initializes QueryDeployedModels parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("deploymentResourcePool", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "deploymentResourcePool", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/deploymentResourcePools/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -19873,184 +21165,589 @@ protected override void InitParameters() } } - /// Gets the IndexEndpoints resource. - public virtual IndexEndpointsResource IndexEndpoints { get; } + /// Gets the Endpoints resource. + public virtual EndpointsResource Endpoints { get; } - /// The "indexEndpoints" collection of methods. - public class IndexEndpointsResource + /// The "endpoints" collection of methods. + public class EndpointsResource { - private const string Resource = "indexEndpoints"; + private const string Resource = "endpoints"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public IndexEndpointsResource(Google.Apis.Services.IClientService service) + public EndpointsResource(Google.Apis.Services.IClientService service) { this.service = service; + Chat = new ChatResource(service); + DeployedModels = new DeployedModelsResource(service); + Invoke = new InvokeResource(service); + Openapi = new OpenapiResource(service); Operations = new OperationsResource(service); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the Chat resource. + public virtual ChatResource Chat { get; } - /// The "operations" collection of methods. - public class OperationsResource + /// The "chat" collection of methods. + public class ChatResource { - private const string Resource = "operations"; + private const string Resource = "chat"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + public ChatResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) + /// Exposes an OpenAI-compatible endpoint for chat completions. + /// The body of the request. + /// + /// Required. The name of the endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual CompletionsRequest Completions(Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) { - return new CancelRequest(this.service, name); + return new CompletionsRequest(this.service, body, endpoint); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Exposes an OpenAI-compatible endpoint for chat completions. + public class CompletionsRequest : AiplatformBaseServiceRequest { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Completions request. + public CompletionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) : base(service) { - Name = name; + Endpoint = endpoint; + Body = body; InitParameters(); } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "cancel"; + public override string MethodName => "completions"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + public override string RestPath => "v1/{+endpoint}/chat/completions"; - /// Initializes Cancel parameter list. + /// Initializes Completions parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the DeployedModels resource. + public virtual DeployedModelsResource DeployedModels { get; } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The "deployedModels" collection of methods. + public class DeployedModelsResource + { + private const string Resource = "deployedModels"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "delete"; + /// Constructs a new resource. + public DeployedModelsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Invoke = new InvokeResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the Invoke resource. + public virtual InvokeResource Invoke { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The "invoke" collection of methods. + public class InvokeResource + { + private const string Resource = "invoke"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public InvokeResource(Google.Apis.Services.IClientService service) { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", - }); + this.service = service; } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this + /// method, invoke_route_prefix must be set to allow the paths that will be specified in the + /// request. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + /// + /// ID of the DeployedModel that serves the invoke request. + /// + /// null + public virtual InvokeRequest Invoke(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string deployedModelId, string invokeId) { - Name = name; - InitParameters(); + return new InvokeRequest(this.service, body, endpoint, deployedModelId, invokeId); } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this + /// method, invoke_route_prefix must be set to allow the paths that will be specified in the + /// request. + /// + public class InvokeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Invoke request. + public InvokeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string deployedModelId, string invokeId) : base(service) + { + Endpoint = endpoint; + DeployedModelId = deployedModelId; + InvokeId = invokeId; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// ID of the DeployedModel that serves the invoke request. + [Google.Apis.Util.RequestParameterAttribute("deployedModelId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string DeployedModelId { get; private set; } + + [Google.Apis.Util.RequestParameterAttribute("invokeId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string InvokeId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "invoke"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}/deployedModels/{deployedModelId}/invoke/{+invokeId}"; + + /// Initializes Invoke parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + RequestParameters.Add("deployedModelId", new Google.Apis.Discovery.Parameter + { + Name = "deployedModelId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("invokeId", new Google.Apis.Discovery.Parameter + { + Name = "invokeId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } + + /// Gets the Invoke resource. + public virtual InvokeResource Invoke { get; } + + /// The "invoke" collection of methods. + public class InvokeResource + { + private const string Resource = "invoke"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public InvokeResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, + /// invoke_route_prefix must be set to allow the paths that will be specified in the request. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + /// null + public virtual InvokeRequest Invoke(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string invokeId) + { + return new InvokeRequest(this.service, body, endpoint, invokeId); + } + + /// + /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, + /// invoke_route_prefix must be set to allow the paths that will be specified in the request. + /// + public class InvokeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Invoke request. + public InvokeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest body, string endpoint, string invokeId) : base(service) + { + Endpoint = endpoint; + InvokeId = invokeId; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + [Google.Apis.Util.RequestParameterAttribute("invokeId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string InvokeId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1InvokeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "invoke"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}/invoke/{+invokeId}"; + + /// Initializes Invoke parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + RequestParameters.Add("invokeId", new Google.Apis.Discovery.Parameter + { + Name = "invokeId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Openapi resource. + public virtual OpenapiResource Openapi { get; } + + /// The "openapi" collection of methods. + public class OpenapiResource + { + private const string Resource = "openapi"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OpenapiResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, + /// invoke_route_prefix must be set to allow the paths that will be specified in the request. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual EmbeddingsRequest Embeddings(Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) + { + return new EmbeddingsRequest(this.service, body, endpoint); + } + + /// + /// Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, + /// invoke_route_prefix must be set to allow the paths that will be specified in the request. + /// + public class EmbeddingsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Embeddings request. + public EmbeddingsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// ID of the DeployedModel that serves the invoke request. + [Google.Apis.Util.RequestParameterAttribute("deployedModelId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string DeployedModelId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleApiHttpBody Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "embeddings"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}/embeddings"; + + /// Initializes Embeddings parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/openapi$", + }); + RequestParameters.Add("deployedModelId", new Google.Apis.Discovery.Parameter + { + Name = "deployedModelId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; /// Gets the HTTP method. public override string HttpMethod => "GET"; @@ -20068,7 +21765,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", }); } } @@ -20112,6 +21809,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -20131,7 +21839,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -20157,6 +21865,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -20224,7 +21940,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -20238,271 +21954,239 @@ protected override void InitParameters() } } - /// Creates an IndexEndpoint. + /// Return a list of tokens based on the input text. /// The body of the request. - /// - /// Required. The resource name of the Location to create the IndexEndpoint in. Format: - /// `projects/{project}/locations/{location}` + /// + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string parent) + public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) { - return new CreateRequest(this.service, body, parent); + return new ComputeTokensRequest(this.service, body, endpoint); } - /// Creates an IndexEndpoint. - public class CreateRequest : AiplatformBaseServiceRequest + /// Return a list of tokens based on the input text. + public class ComputeTokensRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string parent) : base(service) + /// Constructs a new ComputeTokens request. + public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) { - Parent = parent; + Endpoint = endpoint; Body = body; InitParameters(); } /// - /// Required. The resource name of the Location to create the IndexEndpoint in. Format: - /// `projects/{project}/locations/{location}` + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "computeTokens"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/indexEndpoints"; + public override string RestPath => "v1/{+endpoint}:computeTokens"; - /// Initializes Create parameter list. + /// Initializes ComputeTokens parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Deletes an IndexEndpoint. - /// - /// Required. The name of the IndexEndpoint resource to be deleted. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Perform a token counting. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - public virtual DeleteRequest Delete(string name) + public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) { - return new DeleteRequest(this.service, name); + return new CountTokensRequest(this.service, body, endpoint); } - /// Deletes an IndexEndpoint. - public class DeleteRequest : AiplatformBaseServiceRequest + /// Perform a token counting. + public class CountTokensRequest : AiplatformBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new CountTokens request. + public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) { - Name = name; + Endpoint = endpoint; + Body = body; InitParameters(); } /// - /// Required. The name of the IndexEndpoint resource to be deleted. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", - }); - } - } - - /// Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. - /// The body of the request. - /// - /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` - /// - public virtual DeployIndexRequest DeployIndex(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployIndexRequest body, string indexEndpoint) - { - return new DeployIndexRequest(this.service, body, indexEndpoint); - } - - /// Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. - public class DeployIndexRequest : AiplatformBaseServiceRequest - { - /// Constructs a new DeployIndex request. - public DeployIndexRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployIndexRequest body, string indexEndpoint) : base(service) - { - IndexEndpoint = indexEndpoint; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string IndexEndpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployIndexRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "deployIndex"; + public override string MethodName => "countTokens"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+indexEndpoint}:deployIndex"; + public override string RestPath => "v1/{+endpoint}:countTokens"; - /// Initializes DeployIndex parameter list. + /// Initializes CountTokens parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "indexEndpoint", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Finds the nearest neighbors of each vector within the request. + /// Creates an Endpoint. /// The body of the request. - /// - /// Required. The name of the index endpoint. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + /// Required. The resource name of the Location to create the Endpoint in. Format: + /// `projects/{project}/locations/{location}` /// - public virtual FindNeighborsRequest FindNeighbors(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FindNeighborsRequest body, string indexEndpoint) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string parent) { - return new FindNeighborsRequest(this.service, body, indexEndpoint); + return new CreateRequest(this.service, body, parent); } - /// Finds the nearest neighbors of each vector within the request. - public class FindNeighborsRequest : AiplatformBaseServiceRequest + /// Creates an Endpoint. + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new FindNeighbors request. - public FindNeighborsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FindNeighborsRequest body, string indexEndpoint) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string parent) : base(service) { - IndexEndpoint = indexEndpoint; + Parent = parent; Body = body; InitParameters(); } /// - /// Required. The name of the index endpoint. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Required. The resource name of the Location to create the Endpoint in. Format: + /// `projects/{project}/locations/{location}` /// - [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string IndexEndpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Immutable. The ID to use for endpoint, which will become the final component of the endpoint + /// resource name. If not provided, Vertex AI will generate a value for this ID. If the first + /// character is a letter, this value may be up to 63 characters, and valid characters are + /// `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, + /// this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. + /// When using HTTP/JSON, this field is populated based on a query string argument, such as + /// `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or + /// the body. + /// + [Google.Apis.Util.RequestParameterAttribute("endpointId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string EndpointId { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FindNeighborsRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "findNeighbors"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+indexEndpoint}:findNeighbors"; + public override string RestPath => "v1/{+parent}/endpoints"; - /// Initializes FindNeighbors parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "indexEndpoint", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("endpointId", new Google.Apis.Discovery.Parameter + { + Name = "endpointId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Gets an IndexEndpoint. + /// Deletes an Endpoint. /// - /// Required. The name of the IndexEndpoint resource. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Required. The name of the Endpoint resource to be deleted. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - public virtual GetRequest Get(string name) + public virtual DeleteRequest Delete(string name) { - return new GetRequest(this.service, name); + return new DeleteRequest(this.service, name); } - /// Gets an IndexEndpoint. - public class GetRequest : AiplatformBaseServiceRequest + /// Deletes an Endpoint. + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } /// - /// Required. The name of the IndexEndpoint resource. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Required. The name of the Endpoint resource to be deleted. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); @@ -20512,872 +22196,399 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Lists IndexEndpoints in a Location. - /// - /// Required. The resource name of the Location from which to list the IndexEndpoints. Format: - /// `projects/{project}/locations/{location}` + /// Deploys a Model into this Endpoint, creating a DeployedModel within it. + /// The body of the request. + /// + /// Required. The name of the Endpoint resource into which to deploy a Model. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - public virtual ListRequest List(string parent) + public virtual DeployModelRequest DeployModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployModelRequest body, string endpoint) { - return new ListRequest(this.service, parent); + return new DeployModelRequest(this.service, body, endpoint); } - /// Lists IndexEndpoints in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Deploys a Model into this Endpoint, creating a DeployedModel within it. + public class DeployModelRequest : AiplatformBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Constructs a new DeployModel request. + public DeployModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployModelRequest body, string endpoint) : base(service) { - Parent = parent; + Endpoint = endpoint; + Body = body; InitParameters(); } /// - /// Required. The resource name of the Location from which to list the IndexEndpoints. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Optional. An expression for filtering the results of the request. For field names both - /// snake_case and camelCase are supported. * `index_endpoint` supports = and !=. `index_endpoint` - /// represents the IndexEndpoint ID, ie. the last segment of the IndexEndpoint's resourcename. * - /// `display_name` supports =, != and regex() (uses [re2](https://github.com/google/re2/wiki/Syntax) - /// syntax) * `labels` supports general map functions that is: `labels.key=value` - key:value - /// equality `labels.key:* or labels:key - key existence A key including a space must be quoted. - /// `labels."a key"`. Some examples: * `index_endpoint="1"` * `display_name="myDisplayName"` * - /// `regex(display_name, "^A") -&gt; The display name starts with an A. * - /// `labels.myKey="myValue"` + /// Required. The name of the Endpoint resource into which to deploy a Model. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// Optional. The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// - /// Optional. The standard list page token. Typically obtained via - /// ListIndexEndpointsResponse.next_page_token of the previous - /// IndexEndpointService.ListIndexEndpoints call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployModelRequest Body { get; set; } - /// Optional. Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "deployModel"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/indexEndpoints"; + public override string RestPath => "v1/{+endpoint}:deployModel"; - /// Initializes List parameter list. + /// Initializes DeployModel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Update an existing DeployedIndex under an IndexEndpoint. + /// + /// Perform an unary online prediction request to a gRPC model server for Vertex first-party products + /// and frameworks. + /// /// The body of the request. - /// - /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - public virtual MutateDeployedIndexRequest MutateDeployedIndex(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployedIndex body, string indexEndpoint) + public virtual DirectPredictRequest DirectPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectPredictRequest body, string endpoint) { - return new MutateDeployedIndexRequest(this.service, body, indexEndpoint); + return new DirectPredictRequest(this.service, body, endpoint); } - /// Update an existing DeployedIndex under an IndexEndpoint. - public class MutateDeployedIndexRequest : AiplatformBaseServiceRequest + /// + /// Perform an unary online prediction request to a gRPC model server for Vertex first-party products + /// and frameworks. + /// + public class DirectPredictRequest : AiplatformBaseServiceRequest { - /// Constructs a new MutateDeployedIndex request. - public MutateDeployedIndexRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployedIndex body, string indexEndpoint) : base(service) + /// Constructs a new DirectPredict request. + public DirectPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectPredictRequest body, string endpoint) : base(service) { - IndexEndpoint = indexEndpoint; + Endpoint = endpoint; Body = body; InitParameters(); } /// - /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string IndexEndpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployedIndex Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectPredictRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "mutateDeployedIndex"; + public override string MethodName => "directPredict"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+indexEndpoint}:mutateDeployedIndex"; + public override string RestPath => "v1/{+endpoint}:directPredict"; - /// Initializes MutateDeployedIndex parameter list. + /// Initializes DirectPredict parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "indexEndpoint", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Updates an IndexEndpoint. + /// + /// Perform an unary online prediction request to a gRPC model server for custom containers. + /// /// The body of the request. - /// Output only. The resource name of the IndexEndpoint. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string name) + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual DirectRawPredictRequest DirectRawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectRawPredictRequest body, string endpoint) { - return new PatchRequest(this.service, body, name); + return new DirectRawPredictRequest(this.service, body, endpoint); } - /// Updates an IndexEndpoint. - public class PatchRequest : AiplatformBaseServiceRequest + /// + /// Perform an unary online prediction request to a gRPC model server for custom containers. + /// + public class DirectRawPredictRequest : AiplatformBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string name) : base(service) + /// Constructs a new DirectRawPredict request. + public DirectRawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectRawPredictRequest body, string endpoint) : base(service) { - Name = name; + Endpoint = endpoint; Body = body; InitParameters(); } - /// Output only. The resource name of the IndexEndpoint. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - /// - /// Required. The update mask applies to the resource. See google.protobuf.FieldMask. + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DirectRawPredictRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "directRawPredict"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+endpoint}:directRawPredict"; - /// Initializes Patch parameter list. + /// Initializes DirectRawPredict parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } /// - /// Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a - /// batch. + /// Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must + /// have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have + /// explanation_spec populated. /// /// The body of the request. - /// - /// Required. The name of the index endpoint. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + /// Required. The name of the Endpoint requested to serve the explanation. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - public virtual ReadIndexDatapointsRequest ReadIndexDatapoints(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadIndexDatapointsRequest body, string indexEndpoint) + public virtual ExplainRequest Explain(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExplainRequest body, string endpoint) { - return new ReadIndexDatapointsRequest(this.service, body, indexEndpoint); + return new ExplainRequest(this.service, body, endpoint); } /// - /// Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a - /// batch. + /// Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must + /// have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have + /// explanation_spec populated. /// - public class ReadIndexDatapointsRequest : AiplatformBaseServiceRequest + public class ExplainRequest : AiplatformBaseServiceRequest { - /// Constructs a new ReadIndexDatapoints request. - public ReadIndexDatapointsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadIndexDatapointsRequest body, string indexEndpoint) : base(service) + /// Constructs a new Explain request. + public ExplainRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExplainRequest body, string endpoint) : base(service) { - IndexEndpoint = indexEndpoint; + Endpoint = endpoint; Body = body; InitParameters(); } /// - /// Required. The name of the index endpoint. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Required. The name of the Endpoint requested to serve the explanation. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string IndexEndpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadIndexDatapointsRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExplainRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "readIndexDatapoints"; + public override string MethodName => "explain"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+indexEndpoint}:readIndexDatapoints"; + public override string RestPath => "v1/{+endpoint}:explain"; - /// Initializes ReadIndexDatapoints parameter list. + /// Initializes Explain parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "indexEndpoint", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// - /// Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all - /// resources it's using. - /// + /// Fetch an asynchronous online prediction operation. /// The body of the request. - /// - /// Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` /// - public virtual UndeployIndexRequest UndeployIndex(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployIndexRequest body, string indexEndpoint) + public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) { - return new UndeployIndexRequest(this.service, body, indexEndpoint); + return new FetchPredictOperationRequest(this.service, body, endpoint); } - /// - /// Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all - /// resources it's using. - /// - public class UndeployIndexRequest : AiplatformBaseServiceRequest + /// Fetch an asynchronous online prediction operation. + public class FetchPredictOperationRequest : AiplatformBaseServiceRequest { - /// Constructs a new UndeployIndex request. - public UndeployIndexRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployIndexRequest body, string indexEndpoint) : base(service) + /// Constructs a new FetchPredictOperation request. + public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) { - IndexEndpoint = indexEndpoint; + Endpoint = endpoint; Body = body; InitParameters(); } /// - /// Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format: - /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` /// - [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string IndexEndpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployIndexRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "undeployIndex"; + public override string MethodName => "fetchPredictOperation"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+indexEndpoint}:undeployIndex"; + public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; - /// Initializes UndeployIndex parameter list. + /// Initializes FetchPredictOperation parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "indexEndpoint", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - } - /// Gets the Indexes resource. - public virtual IndexesResource Indexes { get; } - - /// The "indexes" collection of methods. - public class IndexesResource - { - private const string Resource = "indexes"; + /// Generate content with multimodal inputs. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new GenerateContentRequest(this.service, body, model); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public IndexesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; - - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Creates an Index. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the Index in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// Creates an Index. - public class CreateRequest : AiplatformBaseServiceRequest + /// Generate content with multimodal inputs. + public class GenerateContentRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string parent) : base(service) + /// Constructs a new GenerateContent request. + public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) { - Parent = parent; + Model = model; Body = body; InitParameters(); } /// - /// Required. The resource name of the Location to create the Index in. Format: - /// `projects/{project}/locations/{location}` + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. + /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned + /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "generateContent"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/indexes"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// - /// Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed. - /// - /// - /// Required. The name of the Index resource to be deleted. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. The name of the Index resource to be deleted. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+model}:generateContent"; - /// Initializes Delete parameter list. + /// Initializes GenerateContent parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "model", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Gets an Index. + /// Gets an Endpoint. /// - /// Required. The name of the Index resource. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` + /// Required. The name of the Endpoint resource. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets an Index. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets an Endpoint. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -21387,8 +22598,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The name of the Index resource. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` + /// Required. The name of the Endpoint resource. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -21412,14 +22623,14 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Lists Indexes in a Location. + /// Lists Endpoints in a Location. /// - /// Required. The resource name of the Location from which to list the Indexes. Format: + /// Required. The resource name of the Location from which to list the Endpoints. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -21427,8 +22638,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists Indexes in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists Endpoints in a Location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -21438,28 +22649,52 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location from which to list the Indexes. Format: + /// Required. The resource name of the Location from which to list the Endpoints. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// The standard list filter. + /// + /// Optional. An expression for filtering the results of the request. For field names both + /// snake_case and camelCase are supported. * `endpoint` supports `=` and `!=`. `endpoint` + /// represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * + /// `display_name` supports `=` and `!=`. * `labels` supports general map functions that is: * + /// `labels.key=value` - key:value equality * `labels.key:*` or `labels:key` - key existence * A key + /// including a space must be quoted. `labels."a key"`. * `base_model_name` only supports `=`. Some + /// examples: * `endpoint=1` * `displayName="myDisplayName"` * `labels.myKey="myValue"` * + /// `baseModelName="text-bison"` + /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// The standard list page size. + /// + /// Optional. Configures the Google Distributed Cloud (GDC) environment for online prediction. Only + /// set this field when the Endpoint is to be deployed in a GDC environment. + /// + [Google.Apis.Util.RequestParameterAttribute("gdcZone", Google.Apis.Util.RequestParameterType.Query)] + public virtual string GdcZone { get; set; } + + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` + /// Example: `display_name, create_time desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// Optional. The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// The standard list page token. Typically obtained via ListIndexesResponse.next_page_token of the - /// previous IndexService.ListIndexes call. + /// Optional. The standard list page token. Typically obtained via + /// ListEndpointsResponse.next_page_token of the previous EndpointService.ListEndpoints call. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. + /// Optional. Mask specifying which fields to read. [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object ReadMask { get; set; } @@ -21470,7 +22705,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/indexes"; + public override string RestPath => "v1/{+parent}/endpoints"; /// Initializes List parameter list. protected override void InitParameters() @@ -21492,6 +22727,22 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("gdcZone", new Google.Apis.Discovery.Parameter + { + Name = "gdcZone", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -21519,38 +22770,104 @@ protected override void InitParameters() } } - /// Updates an Index. + /// + /// Updates an existing deployed model. Updatable fields include `min_replica_count`, + /// `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, + /// `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only). + /// /// The body of the request. - /// Output only. The resource name of the Index. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string name) + /// + /// Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual MutateDeployedModelRequest MutateDeployedModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MutateDeployedModelRequest body, string endpoint) + { + return new MutateDeployedModelRequest(this.service, body, endpoint); + } + + /// + /// Updates an existing deployed model. Updatable fields include `min_replica_count`, + /// `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, + /// `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only). + /// + public class MutateDeployedModelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new MutateDeployedModel request. + public MutateDeployedModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MutateDeployedModelRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MutateDeployedModelRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "mutateDeployedModel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:mutateDeployedModel"; + + /// Initializes MutateDeployedModel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + } + } + + /// Updates an Endpoint. + /// The body of the request. + /// Output only. The resource name of the Endpoint. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string name) { return new PatchRequest(this.service, body, name); } - /// Updates an Index. - public class PatchRequest : AiplatformBaseServiceRequest + /// Updates an Endpoint. + public class PatchRequest : AiplatformBaseServiceRequest { /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string name) : base(service) + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint body, string name) : base(service) { Name = name; Body = body; InitParameters(); } - /// Output only. The resource name of the Index. + /// Output only. The resource name of the Endpoint. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. + /// Required. The update mask applies to the resource. See google.protobuf.FieldMask. /// [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object UpdateMask { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Endpoint Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -21574,7 +22891,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { @@ -21587,2014 +22904,1858 @@ protected override void InitParameters() } } - /// Remove Datapoints from an Index. + /// Perform an online prediction. /// The body of the request. - /// - /// Required. The name of the Index resource to be updated. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - public virtual RemoveDatapointsRequest RemoveDatapoints(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveDatapointsRequest body, string index) + public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) { - return new RemoveDatapointsRequest(this.service, body, index); + return new PredictRequest(this.service, body, endpoint); } - /// Remove Datapoints from an Index. - public class RemoveDatapointsRequest : AiplatformBaseServiceRequest + /// Perform an online prediction. + public class PredictRequest : AiplatformBaseServiceRequest { - /// Constructs a new RemoveDatapoints request. - public RemoveDatapointsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveDatapointsRequest body, string index) : base(service) + /// Constructs a new Predict request. + public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) { - Index = index; + Endpoint = endpoint; Body = body; InitParameters(); } /// - /// Required. The name of the Index resource to be updated. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("index", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Index { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveDatapointsRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "removeDatapoints"; + public override string MethodName => "predict"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+index}:removeDatapoints"; + public override string RestPath => "v1/{+endpoint}:predict"; - /// Initializes RemoveDatapoints parameter list. + /// Initializes Predict parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("index", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "index", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - /// Add/update Datapoints into an Index. + /// /// The body of the request. - /// - /// Required. The name of the Index resource to be updated. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` /// - public virtual UpsertDatapointsRequest UpsertDatapoints(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpsertDatapointsRequest body, string index) + public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) { - return new UpsertDatapointsRequest(this.service, body, index); + return new PredictLongRunningRequest(this.service, body, endpoint); } - /// Add/update Datapoints into an Index. - public class UpsertDatapointsRequest : AiplatformBaseServiceRequest + /// + public class PredictLongRunningRequest : AiplatformBaseServiceRequest { - /// Constructs a new UpsertDatapoints request. - public UpsertDatapointsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpsertDatapointsRequest body, string index) : base(service) + /// Constructs a new PredictLongRunning request. + public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) { - Index = index; + Endpoint = endpoint; Body = body; InitParameters(); } /// - /// Required. The name of the Index resource to be updated. Format: - /// `projects/{project}/locations/{location}/indexes/{index}` + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` /// - [Google.Apis.Util.RequestParameterAttribute("index", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Index { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpsertDatapointsRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "upsertDatapoints"; + public override string MethodName => "predictLongRunning"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+index}:upsertDatapoints"; + public override string RestPath => "v1/{+endpoint}:predictLongRunning"; - /// Initializes UpsertDatapoints parameter list. + /// Initializes PredictLongRunning parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("index", new Google.Apis.Discovery.Parameter + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - Name = "index", + Name = "endpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", }); } } - } - /// Gets the MetadataStores resource. - public virtual MetadataStoresResource MetadataStores { get; } + /// + /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following + /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * + /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual RawPredictRequest RawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) + { + return new RawPredictRequest(this.service, body, endpoint); + } - /// The "metadataStores" collection of methods. - public class MetadataStoresResource - { - private const string Resource = "metadataStores"; + /// + /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following + /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * + /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. + /// + public class RawPredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new RawPredict request. + public RawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// Constructs a new resource. - public MetadataStoresResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Artifacts = new ArtifactsResource(service); - Contexts = new ContextsResource(service); - Executions = new ExecutionsResource(service); - MetadataSchemas = new MetadataSchemasResource(service); - Operations = new OperationsResource(service); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest Body { get; set; } - /// Gets the Artifacts resource. - public virtual ArtifactsResource Artifacts { get; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The "artifacts" collection of methods. - public class ArtifactsResource - { - private const string Resource = "artifacts"; + /// Gets the method name. + public override string MethodName => "rawPredict"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Constructs a new resource. - public ArtifactsResource(Google.Apis.Services.IClientService service) + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:rawPredict"; + + /// Initializes RawPredict parameter list. + protected override void InitParameters() { - this.service = service; - Operations = new OperationsResource(service); + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); } + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// + /// Perform a server-side streaming online prediction request for Vertex LLM streaming. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual ServerStreamingPredictRequest ServerStreamingPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) + { + return new ServerStreamingPredictRequest(this.service, body, endpoint); + } - /// The "operations" collection of methods. - public class OperationsResource + /// + /// Perform a server-side streaming online prediction request for Vertex LLM streaming. + /// + public class ServerStreamingPredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ServerStreamingPredict request. + public ServerStreamingPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) : base(service) { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest Body { get; set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "serverStreamingPredict"; - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:serverStreamingPredict"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Initializes ServerStreamingPredict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + } + } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", - }); - } - } + /// Generate content with multimodal inputs with streaming support. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new StreamGenerateContentRequest(this.service, body, model); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Generate content with multimodal inputs with streaming support. + public class StreamGenerateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamGenerateContent request. + public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. + /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned + /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "streamGenerateContent"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+model}:streamGenerateContent"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) + /// Initializes StreamGenerateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter { - return new GetRequest(this.service, name); - } + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + } + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Perform a streaming online prediction with an arbitrary HTTP payload. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual StreamRawPredictRequest StreamRawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) + { + return new StreamRawPredictRequest(this.service, body, endpoint); + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Perform a streaming online prediction with an arbitrary HTTP payload. + public class StreamRawPredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamRawPredict request. + public StreamRawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "streamRawPredict"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:streamRawPredict"; + + /// Initializes StreamRawPredict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + } + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's + /// using. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint resource from which to undeploy a Model. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual UndeployModelRequest UndeployModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployModelRequest body, string endpoint) + { + return new UndeployModelRequest(this.service, body, endpoint); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's + /// using. + /// + public class UndeployModelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new UndeployModel request. + public UndeployModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployModelRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Required. The name of the Endpoint resource from which to undeploy a Model. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployModelRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "undeployModel"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:undeployModel"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Initializes UndeployModel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter { - return new WaitRequest(this.service, name); - } + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + } + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Updates an Endpoint with a long running operation. + /// The body of the request. + /// Output only. The resource name of the Endpoint. + public virtual UpdateRequest Update(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest body, string name) + { + return new UpdateRequest(this.service, body, name); + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Updates an Endpoint with a long running operation. + public class UpdateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Update request. + public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// Output only. The resource name of the Endpoint. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "wait"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateEndpointLongRunningRequest Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the method name. + public override string MethodName => "update"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Creates an Artifact associated with a MetadataStore. - /// The body of the request. - /// - /// Required. The resource name of the MetadataStore where the Artifact should be created. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:update"; - /// Creates an Artifact associated with a MetadataStore. - public class CreateRequest : AiplatformBaseServiceRequest + /// Initializes Update parameter list. + protected override void InitParameters() { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the MetadataStore where the Artifact should be created. - /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The {artifact} portion of the resource name with the format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` - /// If not provided, the Artifact's ID will be a UUID generated by the service. Must be 4-128 - /// characters in length. Valid characters are `/a-z-/`. Must be unique across all Artifacts in - /// the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or - /// PERMISSION_DENIED if the caller can't view the preexisting Artifact.) - /// - [Google.Apis.Util.RequestParameterAttribute("artifactId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ArtifactId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact Body { get; set; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/endpoints/[^/]+$", + }); + } + } + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the EvaluationItems resource. + public virtual EvaluationItemsResource EvaluationItems { get; } - /// Gets the method name. - public override string MethodName => "create"; + /// The "evaluationItems" collection of methods. + public class EvaluationItemsResource + { + private const string Resource = "evaluationItems"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/artifacts"; + /// Constructs a new resource. + public EvaluationItemsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("artifactId", new Google.Apis.Discovery.Parameter - { - Name = "artifactId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Creates an Evaluation Item. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the Evaluation Item in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationItem body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// Deletes an Artifact. - /// - /// Required. The resource name of the Artifact to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` - /// - public virtual DeleteRequest Delete(string name) + /// Creates an Evaluation Item. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationItem body, string parent) : base(service) { - return new DeleteRequest(this.service, name); + Parent = parent; + Body = body; + InitParameters(); } - /// Deletes an Artifact. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The resource name of the Location to create the Evaluation Item in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Required. The resource name of the Artifact to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationItem Body { get; set; } - /// - /// Optional. The etag of the Artifact to delete. If this is provided, it must match the - /// server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION. - /// - [Google.Apis.Util.RequestParameterAttribute("etag", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Etag { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/evaluationItems"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", - }); - RequestParameters.Add("etag", new Google.Apis.Discovery.Parameter - { - Name = "etag", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); } + } - /// Retrieves a specific Artifact. - /// - /// Required. The resource name of the Artifact to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Deletes an Evaluation Item. + /// + /// Required. The name of the EvaluationItem resource to be deleted. Format: + /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Retrieves a specific Artifact. - public class GetRequest : AiplatformBaseServiceRequest + /// Deletes an Evaluation Item. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The resource name of the Artifact to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the EvaluationItem resource to be deleted. Format: + /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", + }); } + } - /// Lists Artifacts in the MetadataStore. - /// - /// Required. The MetadataStore whose Artifacts should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets an Evaluation Item. + /// + /// Required. The name of the EvaluationItem resource. Format: + /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Lists Artifacts in the MetadataStore. - public class ListRequest : AiplatformBaseServiceRequest + /// Gets an Evaluation Item. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The MetadataStore whose Artifacts should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of - /// the result set. The syntax to define filter query is based on https://google.aip.dev/160. - /// The supported set of filters include the following: * **Attribute filtering**: For example: - /// `display_name = "test"`. Supported fields include: `name`, `display_name`, `uri`, `state`, - /// `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and - /// `update_time`, require values specified in RFC-3339 format. For example: `create_time = - /// "2020-11-19T11:30:00-04:00"` * **Metadata field**: To filter on metadata fields use - /// traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = - /// 10.0` In case the field name contains special characters (such as colon), one can embed it - /// inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Context based - /// filtering**: To filter Artifacts based on the contexts to which they belong, use the - /// function operator with the full resource name `in_context()`. For example: - /// `in_context("projects//locations//metadataStores//contexts/")` Each of the above supported - /// filter types can be combined together using logical operators (`AND` &amp; `OR`). - /// Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND - /// metadata.field1.bool_value = true`. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// How the list of messages is ordered. Specify the values to order by and an ordering - /// operation. The default sorting order is ascending. To specify descending order for a field, - /// users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a - /// `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// The maximum number of Artifacts to return. The service may return fewer. Must be in range - /// 1-100, inclusive. Defaults to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + Name = name; + InitParameters(); + } - /// - /// A page token, received from a previous MetadataService.ListArtifacts call. Provide this to - /// retrieve the subsequent page. When paginating, all other provided parameters must match the - /// call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT - /// error.) - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Required. The name of the EvaluationItem resource. Format: + /// `projects/{project}/locations/{location}/evaluationItems/{evaluation_item}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/artifacts"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationItems/[^/]+$", + }); } + } - /// Updates a stored Artifact. - /// The body of the request. - /// Output only. The resource name of the Artifact. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// Lists Evaluation Items. + /// + /// Required. The resource name of the Location from which to list the Evaluation Items. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// Updates a stored Artifact. - public class PatchRequest : AiplatformBaseServiceRequest + /// Lists Evaluation Items. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// Output only. The resource name of the Artifact. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// If set to true, and the Artifact is not found, a new Artifact is created. - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } + Parent = parent; + InitParameters(); + } - /// Optional. A FieldMask indicating which fields should be updated. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Required. The resource name of the Location from which to list the Evaluation Items. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact Body { get; set; } + /// + /// Optional. Filter expression that matches a subset of the EvaluationItems to show. For field + /// names both snake_case and camelCase are supported. For more information about filter syntax, see + /// [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order by default. + /// Use `desc` after a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Optional. The maximum number of Evaluation Items to return. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// + /// Optional. A page token, received from a previous `ListEvaluationItems` call. Provide this to + /// retrieve the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "list"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter - { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Purges Artifacts. - /// The body of the request. - /// - /// Required. The metadata store to purge Artifacts from. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual PurgeRequest Purge(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeArtifactsRequest body, string parent) - { - return new PurgeRequest(this.service, body, parent); - } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/evaluationItems"; - /// Purges Artifacts. - public class PurgeRequest : AiplatformBaseServiceRequest + /// Initializes List parameter list. + protected override void InitParameters() { - /// Constructs a new Purge request. - public PurgeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeArtifactsRequest body, string parent) : base(service) + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The metadata store to purge Artifacts from. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeArtifactsRequest Body { get; set; } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the EvaluationRuns resource. + public virtual EvaluationRunsResource EvaluationRuns { get; } - /// Gets the method name. - public override string MethodName => "purge"; + /// The "evaluationRuns" collection of methods. + public class EvaluationRunsResource + { + private const string Resource = "evaluationRuns"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/artifacts:purge"; + /// Constructs a new resource. + public EvaluationRunsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Initializes Purge parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - } - } + /// + /// Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. Status of run + /// can be checked via GetEvaluationRun. + /// + /// The body of the request. + /// + /// Required. The name of the EvaluationRun resource to be cancelled. Format: + /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelEvaluationRunRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } - /// - /// Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event - /// edges and returned as a LineageSubgraph. - /// - /// - /// Required. The resource name of the Artifact whose Lineage needs to be retrieved as a - /// LineageSubgraph. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` - /// The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of - /// Executions, or the number of Events that would be returned for the Context exceeds 1000. - /// - public virtual QueryArtifactLineageSubgraphRequest QueryArtifactLineageSubgraph(string artifact) + /// + /// Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. Status of run + /// can be checked via GetEvaluationRun. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelEvaluationRunRequest body, string name) : base(service) { - return new QueryArtifactLineageSubgraphRequest(this.service, artifact); + Name = name; + Body = body; + InitParameters(); } /// - /// Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event - /// edges and returned as a LineageSubgraph. + /// Required. The name of the EvaluationRun resource to be cancelled. Format: + /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` /// - public class QueryArtifactLineageSubgraphRequest : AiplatformBaseServiceRequest - { - /// Constructs a new QueryArtifactLineageSubgraph request. - public QueryArtifactLineageSubgraphRequest(Google.Apis.Services.IClientService service, string artifact) : base(service) - { - Artifact = artifact; - InitParameters(); - } - - /// - /// Required. The resource name of the Artifact whose Lineage needs to be retrieved as a - /// LineageSubgraph. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` - /// The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of - /// Executions, or the number of Events that would be returned for the Context exceeds 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("artifact", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Artifact { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of - /// the Lineage Subgraph. The syntax to define filter query is based on - /// https://google.aip.dev/160. The supported set of filters include the following: * - /// **Attribute filtering**: For example: `display_name = "test"` Supported fields include: - /// `name`, `display_name`, `uri`, `state`, `schema_title`, `create_time`, and `update_time`. - /// Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 - /// format. For example: `create_time = "2020-11-19T11:30:00-04:00"` * **Metadata field**: To - /// filter on metadata fields use traversal operation as follows: `metadata..`. For example: - /// `metadata.field_1.number_value = 10.0` In case the field name contains special characters - /// (such as colon), one can embed it inside double quote. For example: - /// `metadata."field:1".number_value = 10.0` Each of the above supported filter types can be - /// combined together using logical operators (`AND` &amp; `OR`). Maximum nested expression - /// depth allowed is 5. For example: `display_name = "test" AND metadata.field1.bool_value = - /// true`. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelEvaluationRunRequest Body { get; set; } - /// - /// Specifies the size of the lineage graph in terms of number of hops from the specified - /// artifact. Negative Value: INVALID_ARGUMENT error is returned 0: Only input artifact is - /// returned. No value: Transitive closure is performed to return the complete graph. - /// - [Google.Apis.Util.RequestParameterAttribute("maxHops", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable MaxHops { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "queryArtifactLineageSubgraph"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+artifact}:queryArtifactLineageSubgraph"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes QueryArtifactLineageSubgraph parameter list. - protected override void InitParameters() + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("artifact", new Google.Apis.Discovery.Parameter - { - Name = "artifact", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("maxHops", new Google.Apis.Discovery.Parameter - { - Name = "maxHops", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + }); } } - /// Gets the Contexts resource. - public virtual ContextsResource Contexts { get; } - - /// The "contexts" collection of methods. - public class ContextsResource + /// Creates an Evaluation Run. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the Evaluation Run in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationRun body, string parent) { - private const string Resource = "contexts"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new CreateRequest(this.service, body, parent); + } - /// Constructs a new resource. - public ContextsResource(Google.Apis.Services.IClientService service) + /// Creates an Evaluation Run. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationRun body, string parent) : base(service) { - this.service = service; - Operations = new OperationsResource(service); + Parent = parent; + Body = body; + InitParameters(); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// + /// Required. The resource name of the Location to create the Evaluation Run in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationRun Body { get; set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the method name. + public override string MethodName => "create"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/evaluationRuns"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Deletes an Evaluation Run. + /// + /// Required. The name of the EvaluationRun resource to be deleted. Format: + /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Deletes an Evaluation Run. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Required. The name of the EvaluationRun resource to be deleted. Format: + /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + }); + } + } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets an Evaluation Run. + /// + /// Required. The name of the EvaluationRun resource. Format: + /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets an Evaluation Run. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// Required. The name of the EvaluationRun resource. Format: + /// `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "get"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationRuns/[^/]+$", + }); + } + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", - }); - } - } + /// Lists Evaluation Runs. + /// + /// Required. The resource name of the Location from which to list the Evaluation Runs. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Lists Evaluation Runs. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The resource name of the Location from which to list the Evaluation Runs. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Optional. Filter expression that matches a subset of the EvaluationRuns to show. For field names + /// both snake_case and camelCase are supported. For more information about filter syntax, see + /// [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order by default. + /// Use `desc` after a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Optional. The maximum number of Evaluation Runs to return. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Optional. A page token, received from a previous `ListEvaluationRuns` call. Provide this to + /// retrieve the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/evaluationRuns"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// Gets the EvaluationSets resource. + public virtual EvaluationSetsResource EvaluationSets { get; } - /// Gets the method name. - public override string MethodName => "wait"; + /// The "evaluationSets" collection of methods. + public class EvaluationSetsResource + { + private const string Resource = "evaluationSets"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Constructs a new resource. + public EvaluationSetsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Creates an Evaluation Set. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the Evaluation Set in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// - /// Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have - /// already been added to a Context, they are simply skipped. - /// - /// The body of the request. - /// - /// Required. The resource name of the Context that the Artifacts and Executions belong to. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - public virtual AddContextArtifactsAndExecutionsRequest AddContextArtifactsAndExecutions(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest body, string context) + /// Creates an Evaluation Set. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string parent) : base(service) { - return new AddContextArtifactsAndExecutionsRequest(this.service, body, context); + Parent = parent; + Body = body; + InitParameters(); } /// - /// Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have - /// already been added to a Context, they are simply skipped. + /// Required. The resource name of the Location to create the Evaluation Set in. Format: + /// `projects/{project}/locations/{location}` /// - public class AddContextArtifactsAndExecutionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new AddContextArtifactsAndExecutions request. - public AddContextArtifactsAndExecutionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest body, string context) : base(service) - { - Context = context; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Context that the Artifacts and Executions belong to. - /// Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Context { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest Body { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet Body { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "addContextArtifactsAndExecutions"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+context}:addContextArtifactsAndExecutions"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/evaluationSets"; - /// Initializes AddContextArtifactsAndExecutions parameter list. - protected override void InitParameters() + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("context", new Google.Apis.Discovery.Parameter - { - Name = "context", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); } + } - /// - /// Adds a set of Contexts as children to a parent Context. If any of the child Contexts have - /// already been added to the parent Context, they are simply skipped. If this call would create a - /// cycle or cause any Context to have more than 10 parents, the request will fail with an - /// INVALID_ARGUMENT error. - /// - /// The body of the request. - /// - /// Required. The resource name of the parent Context. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - public virtual AddContextChildrenRequest AddContextChildren(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextChildrenRequest body, string context) + /// Deletes an Evaluation Set. + /// + /// Required. The name of the EvaluationSet resource to be deleted. Format: + /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes an Evaluation Set. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new AddContextChildrenRequest(this.service, body, context); + Name = name; + InitParameters(); } /// - /// Adds a set of Contexts as children to a parent Context. If any of the child Contexts have - /// already been added to the parent Context, they are simply skipped. If this call would create a - /// cycle or cause any Context to have more than 10 parents, the request will fail with an - /// INVALID_ARGUMENT error. + /// Required. The name of the EvaluationSet resource to be deleted. Format: + /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` /// - public class AddContextChildrenRequest : AiplatformBaseServiceRequest + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() { - /// Constructs a new AddContextChildren request. - public AddContextChildrenRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextChildrenRequest body, string context) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Context = context; - Body = body; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", + }); + } + } - /// - /// Required. The resource name of the parent Context. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Context { get; private set; } + /// Gets an Evaluation Set. + /// + /// Required. The name of the EvaluationSet resource. Format: + /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextChildrenRequest Body { get; set; } + /// Gets an Evaluation Set. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Required. The name of the EvaluationSet resource. Format: + /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "addContextChildren"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+context}:addContextChildren"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes AddContextChildren parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("context", new Google.Apis.Discovery.Parameter - { - Name = "context", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", + }); } + } - /// Creates a Context associated with a MetadataStore. - /// The body of the request. - /// - /// Required. The resource name of the MetadataStore where the Context should be created. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Lists Evaluation Sets. + /// + /// Required. The resource name of the Location from which to list the Evaluation Sets. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// Creates a Context associated with a MetadataStore. - public class CreateRequest : AiplatformBaseServiceRequest + /// Lists Evaluation Sets. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the MetadataStore where the Context should be created. - /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + Parent = parent; + InitParameters(); + } - /// - /// The {context} portion of the resource name with the format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`. - /// If not provided, the Context's ID will be a UUID generated by the service. Must be 4-128 - /// characters in length. Valid characters are `/a-z-/`. Must be unique across all Contexts in - /// the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or - /// PERMISSION_DENIED if the caller can't view the preexisting Context.) - /// - [Google.Apis.Util.RequestParameterAttribute("contextId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ContextId { get; set; } + /// + /// Required. The resource name of the Location from which to list the Evaluation Sets. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context Body { get; set; } + /// + /// Optional. Filter expression that matches a subset of the EvaluationSets to show. For field names + /// both snake_case and camelCase are supported. For more information about filter syntax, see + /// [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order by default. + /// Use `desc` after a field name for descending. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Optional. The maximum number of Evaluation Sets to return. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Optional. A page token, received from a previous `ListEvaluationSets` call. Provide this to + /// retrieve the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/contexts"; + /// Gets the method name. + public override string MethodName => "list"; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("contextId", new Google.Apis.Discovery.Parameter - { - Name = "contextId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Deletes a stored Context. - /// - /// Required. The resource name of the Context to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/evaluationSets"; - /// Deletes a stored Context. - public class DeleteRequest : AiplatformBaseServiceRequest + /// Initializes List parameter list. + protected override void InitParameters() { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Required. The resource name of the Context to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Updates an Evaluation Set. + /// The body of the request. + /// + /// Identifier. The resource name of the EvaluationSet. Format: + /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string name) + { + return new PatchRequest(this.service, body, name); + } - /// - /// Optional. The etag of the Context to delete. If this is provided, it must match the server's - /// etag. Otherwise, the request will fail with a FAILED_PRECONDITION. - /// - [Google.Apis.Util.RequestParameterAttribute("etag", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Etag { get; set; } + /// Updates an Evaluation Set. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// - /// The force deletion semantics is still undefined. Users should not use this field. - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } + /// + /// Identifier. The resource name of the EvaluationSet. Format: + /// `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// Optional. The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluationSet Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", - }); - RequestParameters.Add("etag", new Google.Apis.Discovery.Parameter - { - Name = "etag", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter - { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "patch"; - /// Retrieves a specific Context. - /// - /// Required. The resource name of the Context to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Retrieves a specific Context. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/evaluationSets/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// Required. The resource name of the Context to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the FeatureGroups resource. + public virtual FeatureGroupsResource FeatureGroups { get; } - /// Gets the method name. - public override string MethodName => "get"; + /// The "featureGroups" collection of methods. + public class FeatureGroupsResource + { + private const string Resource = "featureGroups"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Constructs a new resource. + public FeatureGroupsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Features = new FeaturesResource(service); + Operations = new OperationsResource(service); + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", - }); - } - } + /// Gets the Features resource. + public virtual FeaturesResource Features { get; } - /// Lists Contexts on the MetadataStore. - /// - /// Required. The MetadataStore whose Contexts should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual ListRequest List(string parent) + /// The "features" collection of methods. + public class FeaturesResource + { + private const string Resource = "features"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public FeaturesResource(Google.Apis.Services.IClientService service) { - return new ListRequest(this.service, parent); + this.service = service; + Operations = new OperationsResource(service); } - /// Lists Contexts on the MetadataStore. - public class ListRequest : AiplatformBaseServiceRequest + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Parent = parent; - InitParameters(); + this.service = service; } /// - /// Required. The MetadataStore whose Contexts should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } /// - /// Filter specifying the boolean condition for the Contexts to satisfy in order to be part of - /// the result set. The syntax to define filter query is based on https://google.aip.dev/160. - /// Following are the supported set of filters: * **Attribute filtering**: For example: - /// `display_name = "test"`. Supported fields include: `name`, `display_name`, `schema_title`, - /// `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, - /// require values specified in RFC-3339 format. For example: `create_time = - /// "2020-11-19T11:30:00-04:00"`. * **Metadata field**: To filter on metadata fields use - /// traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = - /// 10.0`. In case the field name contains special characters (such as colon), one can embed it - /// inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Parent Child - /// filtering**: To filter Contexts based on parent-child relationship use the HAS operator as - /// follows: - /// ``` - /// parent_contexts: "projects//locations//metadataStores//contexts/" - /// child_contexts: "projects//locations//metadataStores//contexts/" - /// ``` - /// Each of the above - /// supported filters can be combined together using logical operators (`AND` &amp; `OR`). - /// Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND - /// metadata.field1.bool_value = true`. + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// How the list of messages is ordered. Specify the values to order by and an ordering - /// operation. The default sorting order is ascending. To specify descending order for a field, - /// users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a - /// `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } + } /// - /// The maximum number of Contexts to return. The service may return fewer. Must be in range - /// 1-100, inclusive. Defaults to 100. + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } /// - /// A page token, received from a previous MetadataService.ListContexts call. Provide this to - /// retrieve the subsequent page. When paginating, all other provided parameters must match the - /// call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT - /// error.) + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "list"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/contexts"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } } - } - - /// Updates a stored Context. - /// The body of the request. - /// Immutable. The resource name of the Context. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string name) - { - return new PatchRequest(this.service, body, name); - } - /// Updates a stored Context. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string name) : base(service) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) { - Name = name; - Body = body; - InitParameters(); + return new ListWaitRequest(this.service, name); } - /// Immutable. The resource name of the Context. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// If set to true, and the Context is not found, a new Context is created. - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Optional. A FieldMask indicating which fields should be updated. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context Body { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the method name. + public override string MethodName => "listWait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes ListWait parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// Purges Contexts. + /// Creates a batch of Features in a given FeatureGroup. /// The body of the request. /// - /// Required. The metadata store to purge Contexts from. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// Required. The resource name of the EntityType/FeatureGroup to create the batch of Features + /// under. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` /// - public virtual PurgeRequest Purge(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeContextsRequest body, string parent) + public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) { - return new PurgeRequest(this.service, body, parent); + return new BatchCreateRequest(this.service, body, parent); } - /// Purges Contexts. - public class PurgeRequest : AiplatformBaseServiceRequest + /// Creates a batch of Features in a given FeatureGroup. + public class BatchCreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new Purge request. - public PurgeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeContextsRequest body, string parent) : base(service) + /// Constructs a new BatchCreate request. + public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) : base(service) { Parent = parent; Body = body; @@ -23602,28 +24763,30 @@ public PurgeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aip } /// - /// Required. The metadata store to purge Contexts from. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// Required. The resource name of the EntityType/FeatureGroup to create the batch of Features + /// under. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeContextsRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "purge"; + public override string MethodName => "batchCreate"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/contexts:purge"; + public override string RestPath => "v1/{+parent}/features:batchCreate"; - /// Initializes Purge parameter list. + /// Initializes BatchCreate parameter list. protected override void InitParameters() { base.InitParameters(); @@ -23633,642 +24796,438 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", }); } } - /// - /// Retrieves Artifacts and Executions within the specified Context, connected by Event edges and - /// returned as a LineageSubgraph. - /// - /// - /// Required. The resource name of the Context whose Artifacts and Executions should be retrieved as - /// a LineageSubgraph. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` The - /// request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, - /// or the number of Events that would be returned for the Context exceeds 1000. + /// Creates a new Feature in a given FeatureGroup. + /// The body of the request. + /// + /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for + /// entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` /// - public virtual QueryContextLineageSubgraphRequest QueryContextLineageSubgraph(string context) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) { - return new QueryContextLineageSubgraphRequest(this.service, context); + return new CreateRequest(this.service, body, parent); } - /// - /// Retrieves Artifacts and Executions within the specified Context, connected by Event edges and - /// returned as a LineageSubgraph. - /// - public class QueryContextLineageSubgraphRequest : AiplatformBaseServiceRequest + /// Creates a new Feature in a given FeatureGroup. + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new QueryContextLineageSubgraph request. - public QueryContextLineageSubgraphRequest(Google.Apis.Services.IClientService service, string context) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) : base(service) { - Context = context; + Parent = parent; + Body = body; InitParameters(); } /// - /// Required. The resource name of the Context whose Artifacts and Executions should be - /// retrieved as a LineageSubgraph. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` - /// The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of - /// Executions, or the number of Events that would be returned for the Context exceeds 1000. + /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format + /// for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` /// - [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Context { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the Feature, which will become the final component of the + /// Feature's resource name. This value may be up to 128 characters, and valid characters are + /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within an + /// EntityType/FeatureGroup. + /// + [Google.Apis.Util.RequestParameterAttribute("featureId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string FeatureId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "queryContextLineageSubgraph"; + public override string MethodName => "create"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+context}:queryContextLineageSubgraph"; + public override string RestPath => "v1/{+parent}/features"; - /// Initializes QueryContextLineageSubgraph parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("context", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "context", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + }); + RequestParameters.Add("featureId", new Google.Apis.Discovery.Parameter + { + Name = "featureId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// - /// Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT - /// added to the parent Context, they are simply skipped. - /// - /// The body of the request. - /// - /// Required. The resource name of the parent Context. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` + /// Deletes a single Feature. + /// + /// Required. The name of the Features to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` /// - public virtual RemoveContextChildrenRequest RemoveContextChildren(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveContextChildrenRequest body, string context) + public virtual DeleteRequest Delete(string name) { - return new RemoveContextChildrenRequest(this.service, body, context); + return new DeleteRequest(this.service, name); } - /// - /// Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT - /// added to the parent Context, they are simply skipped. - /// - public class RemoveContextChildrenRequest : AiplatformBaseServiceRequest + /// Deletes a single Feature. + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new RemoveContextChildren request. - public RemoveContextChildrenRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveContextChildrenRequest body, string context) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Context = context; - Body = body; + Name = name; InitParameters(); } /// - /// Required. The resource name of the parent Context. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` + /// Required. The name of the Features to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` /// - [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Context { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveContextChildrenRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "removeContextChildren"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+context}:removeContextChildren"; + public override string RestPath => "v1/{+name}"; - /// Initializes RemoveContextChildren parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("context", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "context", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", }); } } - } - - /// Gets the Executions resource. - public virtual ExecutionsResource Executions { get; } - - /// The "executions" collection of methods. - public class ExecutionsResource - { - private const string Resource = "executions"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ExecutionsResource(Google.Apis.Services.IClientService service) + /// Gets details of a single Feature. + /// + /// Required. The name of the Feature resource. Format for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + public virtual GetRequest Get(string name) { - this.service = service; - Operations = new OperationsResource(service); + return new GetRequest(this.service, name); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// Gets details of a single Feature. + public class GetRequest : AiplatformBaseServiceRequest { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new CancelRequest(this.service, name); + Name = name; + InitParameters(); } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. + /// Required. The name of the Feature resource. Format for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", + }); } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) + /// Lists Features in a given FeatureGroup. + /// + /// Required. The resource name of the Location to list Features. Format for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists Features in a given FeatureGroup. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - return new DeleteRequest(this.service, name); + Parent = parent; + InitParameters(); } /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// Required. The resource name of the Location to list Features. Format for entity_type as + /// parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// + /// Lists the Features that match the filter expression. The following filters are supported: * + /// `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, &lt;, + /// &gt;, &gt;=, and &lt;= comparisons. Values must be in RFC 3339 format. * + /// `update_time`: Supports =, !=, &lt;, &gt;, &gt;=, and &lt;= comparisons. + /// Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key + /// presence. Examples: * `value_type = DOUBLE` --&gt; Features whose type is DOUBLE. * + /// `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time &gt; + /// \"2020-01-31T15:30:00.000000Z\"` --&gt; EntityTypes created or updated after + /// 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --&gt; + /// Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --&gt; Any + /// Feature which has a label with 'env' as the key. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. + /// Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent + /// ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is + /// [0, 10]. If number of stats exists &lt; ListFeaturesRequest.latest_stats_count, return + /// all existing stats. /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + [Google.Apis.Util.RequestParameterAttribute("latestStatsCount", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LatestStatsCount { get; set; } /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported + /// for FeatureRegistry Feature) * `create_time` * `update_time` /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. + /// The maximum number of Features to return. The service may return fewer than this value. If + /// unspecified, at most 1000 Features will be returned. The maximum value is 1000; any value + /// greater than 1000 will be coerced to 1000. /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// - /// Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an - /// input or output for an Execution. If an Event already exists between the Execution and the - /// Artifact, the Event is skipped. - /// - /// The body of the request. - /// - /// Required. The resource name of the Execution that the Events connect Artifacts with. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// - public virtual AddExecutionEventsRequest AddExecutionEvents(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddExecutionEventsRequest body, string execution) - { - return new AddExecutionEventsRequest(this.service, body, execution); - } - - /// - /// Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an - /// input or output for an Execution. If an Event already exists between the Execution and the - /// Artifact, the Event is skipped. - /// - public class AddExecutionEventsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new AddExecutionEvents request. - public AddExecutionEventsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddExecutionEventsRequest body, string execution) : base(service) - { - Execution = execution; - Body = body; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } /// - /// Required. The resource name of the Execution that the Events connect Artifacts with. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` + /// A page token, received from a previous FeaturestoreService.ListFeatures call or + /// FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When + /// paginating, all other parameters provided to FeaturestoreService.ListFeatures or + /// FeatureRegistryService.ListFeatures must match the call that provided the page token. /// - [Google.Apis.Util.RequestParameterAttribute("execution", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Execution { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddExecutionEventsRequest Body { get; set; } + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } /// Gets the method name. - public override string MethodName => "addExecutionEvents"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+execution}:addExecutionEvents"; + public override string RestPath => "v1/{+parent}/features"; - /// Initializes AddExecutionEvents parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("execution", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "execution", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("latestStatsCount", new Google.Apis.Discovery.Parameter + { + Name = "latestStatsCount", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Creates an Execution associated with a MetadataStore. + /// Updates the parameters of a single Feature. /// The body of the request. - /// - /// Required. The resource name of the MetadataStore where the Execution should be created. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + /// Immutable. Name of the Feature. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` The + /// last part feature is assigned by the client. The feature can be up to 64 characters long and can + /// consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting + /// with a letter. The value will be unique given an entity type. /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string parent) + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) { - return new CreateRequest(this.service, body, parent); + return new PatchRequest(this.service, body, name); } - /// Creates an Execution associated with a MetadataStore. - public class CreateRequest : AiplatformBaseServiceRequest + /// Updates the parameters of a single Feature. + public class PatchRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string parent) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) : base(service) { - Parent = parent; + Name = name; Body = body; InitParameters(); } /// - /// Required. The resource name of the MetadataStore where the Execution should be created. - /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// Immutable. Name of the Feature. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` + /// The last part feature is assigned by the client. The feature can be up to 64 characters long + /// and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 + /// starting with a letter. The value will be unique given an entity type. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// - /// The {execution} portion of the resource name with the format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// If not provided, the Execution's ID will be a UUID generated by the service. Must be 4-128 - /// characters in length. Valid characters are `/a-z-/`. Must be unique across all Executions in - /// the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or - /// PERMISSION_DENIED if the caller can't view the preexisting Execution.) + /// Field mask is used to specify the fields to be overwritten in the Features 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 only the non-empty fields present in the request will be overwritten. Set the + /// update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * + /// `disable_monitoring` (Not supported for FeatureRegistryService Feature) * `point_of_contact` + /// (Not supported for FeaturestoreService FeatureStore) /// - [Google.Apis.Util.RequestParameterAttribute("executionId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ExecutionId { get; set; } + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/executions"; + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+$", }); - RequestParameters.Add("executionId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { - Name = "executionId", + Name = "updateMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -24276,19 +25235,42 @@ protected override void InitParameters() }); } } + } - /// Deletes an Execution. - /// - /// Required. The resource name of the Execution to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes an Execution. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -24297,20 +25279,10 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// - /// Required. The resource name of the Execution to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// + /// The name of the operation resource to be deleted. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// - /// Optional. The etag of the Execution to delete. If this is provided, it must match the - /// server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION. - /// - [Google.Apis.Util.RequestParameterAttribute("etag", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Etag { get; set; } - /// Gets the method name. public override string MethodName => "delete"; @@ -24330,31 +25302,26 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", - }); - RequestParameters.Add("etag", new Google.Apis.Discovery.Parameter - { - Name = "etag", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", }); } } - /// Retrieves a specific Execution. - /// - /// Required. The resource name of the Execution to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Retrieves a specific Execution. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -24363,10 +25330,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The resource name of the Execution to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -24389,104 +25353,81 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", }); } } - /// Lists Executions in the MetadataStore. - /// - /// Required. The MetadataStore whose Executions should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) { - return new ListRequest(this.service, parent); + return new ListWaitRequest(this.service, name); } - /// Lists Executions in the MetadataStore. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The MetadataStore whose Executions should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Filter specifying the boolean condition for the Executions to satisfy in order to be part of - /// the result set. The syntax to define filter query is based on https://google.aip.dev/160. - /// Following are the supported set of filters: * **Attribute filtering**: For example: - /// `display_name = "test"`. Supported fields include: `name`, `display_name`, `state`, - /// `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and - /// `update_time`, require values specified in RFC-3339 format. For example: `create_time = - /// "2020-11-19T11:30:00-04:00"`. * **Metadata field**: To filter on metadata fields use - /// traversal operation as follows: `metadata..` For example: `metadata.field_1.number_value = - /// 10.0` In case the field name contains special characters (such as colon), one can embed it - /// inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Context based - /// filtering**: To filter Executions based on the contexts to which they belong use the - /// function operator with the full resource name: `in_context()`. For example: - /// `in_context("projects//locations//metadataStores//contexts/")` Each of the above supported - /// filters can be combined together using logical operators (`AND` &amp; `OR`). Maximum - /// nested expression depth allowed is 5. For example: `display_name = "test" AND - /// metadata.field1.bool_value = true`. - /// + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// How the list of messages is ordered. Specify the values to order by and an ordering - /// operation. The default sorting order is ascending. To specify descending order for a field, - /// users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a - /// `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// The maximum number of Executions to return. The service may return fewer. Must be in range - /// 1-100, inclusive. Defaults to 100. - /// + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// A page token, received from a previous MetadataService.ListExecutions call. Provide this to - /// retrieve the subsequent page. When paginating, all other provided parameters must match the - /// call that provided the page token. (Otherwise the request will fail with an INVALID_ARGUMENT - /// error.) - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "listWait"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/executions"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes List parameter list. + /// Initializes ListWait parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -24496,25 +25437,25 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { - Name = "orderBy", + Name = "pageSize", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter { - Name = "pageSize", + Name = "pageToken", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -24523,55 +25464,61 @@ protected override void InitParameters() } } - /// Updates a stored Execution. - /// The body of the request. - /// Output only. The resource name of the Execution. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string name) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new PatchRequest(this.service, body, name); + return new WaitRequest(this.service, name); } - /// Updates a stored Execution. - public class PatchRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string name) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// Output only. The resource name of the Execution. + /// The name of the operation resource to wait on. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// If set to true, and the Execution is not found, a new Execution is created. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AllowMissing { get; set; } - - /// Optional. A FieldMask indicating which fields should be updated. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "wait"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Patch parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); @@ -24581,19 +25528,11 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", - }); - RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter - { - Name = "allowMissing", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/operations/[^/]+$", }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - Name = "updateMask", + Name = "timeout", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -24601,986 +25540,609 @@ protected override void InitParameters() }); } } + } - /// Purges Executions. - /// The body of the request. - /// - /// Required. The metadata store to purge Executions from. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual PurgeRequest Purge(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeExecutionsRequest body, string parent) + /// Creates a new FeatureGroup in a given project and location. + /// The body of the request. + /// + /// Required. The resource name of the Location to create FeatureGroups. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new FeatureGroup in a given project and location. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string parent) : base(service) { - return new PurgeRequest(this.service, body, parent); + Parent = parent; + Body = body; + InitParameters(); } - /// Purges Executions. - public class PurgeRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Purge request. - public PurgeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeExecutionsRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// + /// Required. The resource name of the Location to create FeatureGroups. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Required. The metadata store to purge Executions from. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Required. The ID to use for this FeatureGroup, which will become the final component of the + /// FeatureGroup's resource name. This value may be up to 128 characters, and valid characters are + /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project + /// and location. + /// + [Google.Apis.Util.RequestParameterAttribute("featureGroupId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string FeatureGroupId { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeExecutionsRequest Body { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup Body { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "purge"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/executions:purge"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/featureGroups"; - /// Initializes Purge parameter list. - protected override void InitParameters() + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("featureGroupId", new Google.Apis.Discovery.Parameter + { + Name = "featureGroupId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// - /// Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph - /// that also contains the Execution and connecting Events. - /// - /// - /// Required. The resource name of the Execution whose input and output Artifacts should be - /// retrieved as a LineageSubgraph. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// - public virtual QueryExecutionInputsAndOutputsRequest QueryExecutionInputsAndOutputs(string execution) + /// Deletes a single FeatureGroup. + /// + /// Required. The name of the FeatureGroup to be deleted. Format: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a single FeatureGroup. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new QueryExecutionInputsAndOutputsRequest(this.service, execution); + Name = name; + InitParameters(); } /// - /// Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph - /// that also contains the Execution and connecting Events. + /// Required. The name of the FeatureGroup to be deleted. Format: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` /// - public class QueryExecutionInputsAndOutputsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new QueryExecutionInputsAndOutputs request. - public QueryExecutionInputsAndOutputsRequest(Google.Apis.Services.IClientService service, string execution) : base(service) - { - Execution = execution; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The resource name of the Execution whose input and output Artifacts should be - /// retrieved as a LineageSubgraph. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` - /// - [Google.Apis.Util.RequestParameterAttribute("execution", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Execution { get; private set; } + /// + /// If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the + /// request will only work if the FeatureGroup has no Features.) + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } - /// Gets the method name. - public override string MethodName => "queryExecutionInputsAndOutputs"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+execution}:queryExecutionInputsAndOutputs"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes QueryExecutionInputsAndOutputs parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("execution", new Google.Apis.Discovery.Parameter - { - Name = "execution", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Gets the MetadataSchemas resource. - public virtual MetadataSchemasResource MetadataSchemas { get; } - - /// The "metadataSchemas" collection of methods. - public class MetadataSchemasResource + /// Gets details of a single FeatureGroup. + /// Required. The name of the FeatureGroup resource. + public virtual GetRequest Get(string name) { - private const string Resource = "metadataSchemas"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new GetRequest(this.service, name); + } - /// Constructs a new resource. - public MetadataSchemasResource(Google.Apis.Services.IClientService service) + /// Gets details of a single FeatureGroup. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; + Name = name; + InitParameters(); } - /// Creates a MetadataSchema. - /// The body of the request. - /// - /// Required. The resource name of the MetadataStore where the MetadataSchema should be created. - /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataSchema body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Required. The name of the FeatureGroup resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Creates a MetadataSchema. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataSchema body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "get"; - /// - /// Required. The resource name of the MetadataStore where the MetadataSchema should be created. - /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// The {metadata_schema} portion of the resource name with the format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` - /// If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be - /// 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all - /// MetadataSchemas in the parent Location. (Otherwise the request will fail with - /// ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting - /// MetadataSchema.) - /// - [Google.Apis.Util.RequestParameterAttribute("metadataSchemaId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string MetadataSchemaId { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataSchema Body { get; set; } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + }); + } + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } - /// Gets the method name. - public override string MethodName => "create"; + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/metadataSchemas"; + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("metadataSchemaId", new Google.Apis.Discovery.Parameter - { - Name = "metadataSchemaId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "getIamPolicy"; - /// Retrieves a specific MetadataSchema. - /// - /// Required. The resource name of the MetadataSchema to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Retrieves a specific MetadataSchema. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - Name = name; - InitParameters(); - } - - /// - /// Required. The resource name of the MetadataSchema to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/metadataSchemas/[^/]+$", - }); - } + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Lists MetadataSchemas. - /// - /// Required. The MetadataStore whose MetadataSchemas should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual ListRequest List(string parent) + /// Lists FeatureGroups in a given project and location. + /// + /// Required. The resource name of the Location to list FeatureGroups. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists FeatureGroups in a given project and location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - return new ListRequest(this.service, parent); + Parent = parent; + InitParameters(); } - /// Lists MetadataSchemas. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// + /// Required. The resource name of the Location to list FeatureGroups. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Required. The MetadataStore whose MetadataSchemas should be listed. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Lists the FeatureGroups that match the filter expression. The following fields are supported: * + /// `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` + /// comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `&lt;`, + /// `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 format. * + /// `labels`: Supports key-value equality and key presence. Examples: * `create_time &gt; + /// "2020-01-01" OR update_time &gt; "2020-01-01"` FeatureGroups created or updated after + /// 2020-01-01. * `labels.env = "prod"` FeatureGroups with label "env" set to "prod". + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// A query to filter available MetadataSchemas for matching results. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported Fields: * `create_time` * `update_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// - /// The maximum number of MetadataSchemas to return. The service may return fewer. Must be in - /// range 1-100, inclusive. Defaults to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// The maximum number of FeatureGroups to return. The service may return fewer than this value. If + /// unspecified, at most 100 FeatureGroups will be returned. The maximum value is 100; any value + /// greater than 100 will be coerced to 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide - /// this to retrieve the next page. When paginating, all other provided parameters must match - /// the call that provided the page token. (Otherwise the request will fail with - /// INVALID_ARGUMENT error.) - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// A page token, received from a previous FeatureRegistryService.ListFeatureGroups call. Provide + /// this to retrieve the subsequent page. When paginating, all other parameters provided to + /// FeatureRegistryService.ListFeatureGroups must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/metadataSchemas"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/featureGroups"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// Updates the parameters of a single FeatureGroup. + /// The body of the request. + /// + /// Identifier. Name of the FeatureGroup. Format: + /// `projects/{project}/locations/{location}/featureGroups/{featureGroup}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string name) { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new PatchRequest(this.service, body, name); + } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + /// Updates the parameters of a single FeatureGroup. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup body, string name) : base(service) { - this.service = service; + Name = name; + Body = body; + InitParameters(); } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// Identifier. Name of the FeatureGroup. Format: + /// `projects/{project}/locations/{location}/featureGroups/{featureGroup}` /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// Field mask is used to specify the fields to be overwritten in the FeatureGroup 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 only the non-empty fields present in the request will be overwritten. Set the update_mask + /// to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * + /// `big_query.entity_id_columns` * `service_agent_type` /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureGroup Body { get; set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "patch"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) { - return new DeleteRequest(this.service, name); + Resource = resource; + Body = body; + InitParameters(); } /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "setIamPolicy"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() { - return new GetRequest(this.service, name); + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", + }); } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Initializes a MetadataStore, including allocation of resources. - /// The body of the request. - /// - /// Required. The resource name of the Location where the MetadataStore should be created. Format: - /// `projects/{project}/locations/{location}/` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataStore body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// Initializes a MetadataStore, including allocation of resources. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataStore body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location where the MetadataStore should be created. Format: - /// `projects/{project}/locations/{location}/` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The {metadatastore} portion of the resource name with the format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` If not provided, the - /// MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. - /// Valid characters are `/a-z-/`. Must be unique across all MetadataStores in the parent Location. - /// (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't - /// view the preexisting MetadataStore.) - /// - [Google.Apis.Util.RequestParameterAttribute("metadataStoreId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string MetadataStoreId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataStore Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/metadataStores"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("metadataStoreId", new Google.Apis.Discovery.Parameter - { - Name = "metadataStoreId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + } /// - /// Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. /// - /// - /// Required. The resource name of the MetadataStore to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. /// - public virtual DeleteRequest Delete(string name) + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) { - return new DeleteRequest(this.service, name); + return new TestIamPermissionsRequest(this.service, resource); } /// - /// Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. The resource name of the MetadataStore to delete. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Deprecated: Field is no longer supported. - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter - { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Retrieves a specific MetadataStore. - /// - /// Required. The resource name of the MetadataStore to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Retrieves a specific MetadataStore. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. The resource name of the MetadataStore to retrieve. Format: - /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", - }); - } - } - - /// Lists MetadataStores for a Location. - /// - /// Required. The Location whose MetadataStores should be listed. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - - /// Lists MetadataStores for a Location. - public class ListRequest : AiplatformBaseServiceRequest + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) { - Parent = parent; + Resource = resource; InitParameters(); } /// - /// Required. The Location whose MetadataStores should be listed. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The maximum number of Metadata Stores to return. The service may return fewer. Must be in range - /// 1-100, inclusive. Defaults to 100. + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } /// - /// A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to - /// retrieve the subsequent page. When paginating, all other provided parameters must match the call - /// that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or + /// `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "testIamPermissions"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/metadataStores"; + public override string RestPath => "v1/{+resource}:testIamPermissions"; - /// Initializes List parameter list. + /// Initializes TestIamPermissions parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "resource", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$", }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "permissions", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -25590,617 +26152,639 @@ protected override void InitParameters() } } - /// Gets the MigratableResources resource. - public virtual MigratableResourcesResource MigratableResources { get; } + /// Gets the FeatureOnlineStores resource. + public virtual FeatureOnlineStoresResource FeatureOnlineStores { get; } - /// The "migratableResources" collection of methods. - public class MigratableResourcesResource + /// The "featureOnlineStores" collection of methods. + public class FeatureOnlineStoresResource { - private const string Resource = "migratableResources"; + private const string Resource = "featureOnlineStores"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public MigratableResourcesResource(Google.Apis.Services.IClientService service) + public FeatureOnlineStoresResource(Google.Apis.Services.IClientService service) { this.service = service; + FeatureViews = new FeatureViewsResource(service); Operations = new OperationsResource(service); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the FeatureViews resource. + public virtual FeatureViewsResource FeatureViews { get; } - /// The "operations" collection of methods. - public class OperationsResource + /// The "featureViews" collection of methods. + public class FeatureViewsResource { - private const string Resource = "operations"; + private const string Resource = "featureViews"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + public FeatureViewsResource(Google.Apis.Services.IClientService service) { this.service = service; + FeatureViewSyncs = new FeatureViewSyncsResource(service); + Operations = new OperationsResource(service); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the FeatureViewSyncs resource. + public virtual FeatureViewSyncsResource FeatureViewSyncs { get; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// The "featureViewSyncs" collection of methods. + public class FeatureViewSyncsResource { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + private const string Resource = "featureViewSyncs"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Constructs a new resource. + public FeatureViewSyncsResource(Google.Apis.Services.IClientService service) { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", - }); + this.service = service; } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Gets details of a single FeatureViewSync. + /// + /// Required. The name of the FeatureViewSync resource. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}` + /// + public virtual GetRequest Get(string name) { - Name = name; - InitParameters(); + return new GetRequest(this.service, name); } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets details of a single FeatureViewSync. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// Required. The name of the FeatureViewSync resource. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/featureViewSyncs/[^/]+$", + }); + } } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Lists FeatureViewSyncs in a given FeatureView. + /// + /// Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// + public virtual ListRequest List(string parent) { - Name = name; - InitParameters(); + return new ListRequest(this.service, parent); } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Lists FeatureViewSyncs in a given FeatureView. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Lists the FeatureViewSyncs that match the filter expression. The following filters are + /// supported: * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&gt;=`, and + /// `&lt;=` comparisons. Values must be in RFC 3339 format. Examples: * `create_time + /// &gt; \"2020-01-31T15:30:00.000000Z\"` --&gt; FeatureViewSyncs created after + /// 2020-01-31T15:30:00.000000Z. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. Supported fields: * `create_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// The maximum number of FeatureViewSyncs to return. The service may return fewer than this + /// value. If unspecified, at most 1000 FeatureViewSyncs will be returned. The maximum value + /// is 1000; any value greater than 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous + /// FeatureOnlineStoreAdminService.ListFeatureViewSyncs call. Provide this to retrieve the + /// subsequent page. When paginating, all other parameters provided to + /// FeatureOnlineStoreAdminService.ListFeatureViewSyncs must match the call that provided + /// the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/featureViewSyncs"; + + /// Initializes List parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - InitParameters(); + this.service = service; } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); + } } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Name = name; - InitParameters(); + return new GetRequest(this.service, name); } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and - /// datalabeling.googleapis.com to Vertex AI. - /// - /// The body of the request. - /// - /// Required. The location of the migrated resource will live in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual BatchMigrateRequest BatchMigrate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchMigrateResourcesRequest body, string parent) - { - return new BatchMigrateRequest(this.service, body, parent); - } - - /// - /// Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and - /// datalabeling.googleapis.com to Vertex AI. - /// - public class BatchMigrateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new BatchMigrate request. - public BatchMigrateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchMigrateResourcesRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The location of the migrated resource will live in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchMigrateResourcesRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "batchMigrate"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/migratableResources:batchMigrate"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) + { + return new ListWaitRequest(this.service, name); + } - /// Initializes BatchMigrate parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and - /// ml.googleapis.com that can be migrated to Vertex AI's given location. - /// - /// The body of the request. - /// - /// Required. The location that the migratable resources should be searched from. It's the Vertex AI - /// location that the resources can be migrated to, not the resources' original location. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual SearchRequest Search(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchMigratableResourcesRequest body, string parent) - { - return new SearchRequest(this.service, body, parent); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and - /// ml.googleapis.com that can be migrated to Vertex AI's given location. - /// - public class SearchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Search request. - public SearchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchMigratableResourcesRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Required. The location that the migratable resources should be searched from. It's the Vertex AI - /// location that the resources can be migrated to, not the resources' original location. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchMigratableResourcesRequest Body { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the method name. - public override string MethodName => "search"; + /// Gets the method name. + public override string MethodName => "listWait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/migratableResources:search"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Search parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - } + /// Initializes ListWait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Gets the ModelDeploymentMonitoringJobs resource. - public virtual ModelDeploymentMonitoringJobsResource ModelDeploymentMonitoringJobs { get; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// The "modelDeploymentMonitoringJobs" collection of methods. - public class ModelDeploymentMonitoringJobsResource - { - private const string Resource = "modelDeploymentMonitoringJobs"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public ModelDeploymentMonitoringJobsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the method name. + public override string MethodName => "wait"; - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) + /// Creates a new FeatureView in a given FeatureOnlineStore. + /// The body of the request. + /// + /// Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string parent) { - return new CancelRequest(this.service, name); + return new CreateRequest(this.service, body, parent); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Creates a new FeatureView in a given FeatureOnlineStore. + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string parent) : base(service) { - Name = name; + Parent = parent; + Body = body; InitParameters(); } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the FeatureView, which will become the final component of the + /// FeatureView's resource name. This value may be up to 60 characters, and valid characters are + /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a + /// FeatureOnlineStore. + /// + [Google.Apis.Util.RequestParameterAttribute("featureViewId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string FeatureViewId { get; set; } + + /// + /// Immutable. If set to true, one on demand sync will be run immediately, regardless whether + /// the FeatureView.sync_config is configured or not. + /// + [Google.Apis.Util.RequestParameterAttribute("runSyncImmediately", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable RunSyncImmediately { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "cancel"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + public override string RestPath => "v1/{+parent}/featureViews"; - /// Initializes Cancel parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + }); + RequestParameters.Add("featureViewId", new Google.Apis.Discovery.Parameter + { + Name = "featureViewId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("runSyncImmediately", new Google.Apis.Discovery.Parameter + { + Name = "runSyncImmediately", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. + /// Deletes a single FeatureView. + /// + /// Required. The name of the FeatureView to be deleted. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Deletes a single FeatureView. + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -26209,7 +26793,10 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// The name of the operation resource to be deleted. + /// + /// Required. The name of the FeatureView to be deleted. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -26232,98 +26819,398 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", }); } } /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. + /// Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may + /// not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce + /// latency. /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) + /// The body of the request. + /// + /// FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + public virtual DirectWriteRequest DirectWrite(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest body, string featureView) { - return new GetRequest(this.service, name); + return new DirectWriteRequest(this.service, body, featureView); } /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. + /// Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may + /// not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce + /// latency. /// - public class GetRequest : AiplatformBaseServiceRequest + public class DirectWriteRequest : AiplatformBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new DirectWrite request. + public DirectWriteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest body, string featureView) : base(service) { - Name = name; + FeatureView = featureView; + Body = body; InitParameters(); } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FeatureView { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "directWrite"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+featureView}:directWrite"; - /// Initializes Get parameter list. + /// Initializes DirectWrite parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "featureView", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", }); } } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) + /// Fetch feature values under a FeatureView. + /// The body of the request. + /// + /// Required. FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + public virtual FetchFeatureValuesRequest FetchFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchFeatureValuesRequest body, string featureView) { - return new ListRequest(this.service, name); + return new FetchFeatureValuesRequest(this.service, body, featureView); } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. + /// Fetch feature values under a FeatureView. + public class FetchFeatureValuesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new FetchFeatureValues request. + public FetchFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchFeatureValuesRequest body, string featureView) : base(service) + { + FeatureView = featureView; + Body = body; + InitParameters(); + } + + /// + /// Required. FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FeatureView { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchFeatureValuesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "fetchFeatureValues"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+featureView}:fetchFeatureValues"; + + /// Initializes FetchFeatureValues parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter + { + Name = "featureView", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + } + } + + /// + /// RPC to generate an access token for the given feature view. FeatureViews under the same + /// FeatureOnlineStore share the same access token. /// - public class ListRequest : AiplatformBaseServiceRequest + /// The body of the request. + /// + /// FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + public virtual GenerateFetchAccessTokenRequest GenerateFetchAccessToken(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest body, string featureView) { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + return new GenerateFetchAccessTokenRequest(this.service, body, featureView); + } + + /// + /// RPC to generate an access token for the given feature view. FeatureViews under the same + /// FeatureOnlineStore share the same access token. + /// + public class GenerateFetchAccessTokenRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GenerateFetchAccessToken request. + public GenerateFetchAccessTokenRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest body, string featureView) : base(service) + { + FeatureView = featureView; + Body = body; + InitParameters(); + } + + /// + /// FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FeatureView { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "generateFetchAccessToken"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+featureView}:generateFetchAccessToken"; + + /// Initializes GenerateFetchAccessToken parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter + { + Name = "featureView", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + } + } + + /// Gets details of a single FeatureView. + /// + /// Required. The name of the FeatureView resource. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets details of a single FeatureView. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } - /// The name of the operation's parent resource. + /// + /// Required. The name of the FeatureView resource. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// The standard list filter. + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + } + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. + /// + public class GetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values + /// are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for + /// policies with any conditional role bindings must specify version 3. Policies with no + /// conditional role bindings may specify any valid value or leave the field unset. The policy + /// in the response might use the policy version that you specified, or it might use a lower + /// policy version. For example, if you specify version 3, but the policy has no conditional + /// role bindings, the response uses version 1. To learn which resources support conditions in + /// their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists FeatureViews in a given FeatureOnlineStore. + /// + /// Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists FeatureViews in a given FeatureOnlineStore. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Lists the FeatureViews that match the filter expression. The following filters are + /// supported: * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&gt;=`, and + /// `&lt;=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, + /// `!=`, `&lt;`, `&gt;`, `&gt;=`, and `&lt;=` comparisons. Values must be in + /// RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: + /// * `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time &gt; + /// \"2020-01-31T15:30:00.000000Z\"` --&gt; FeatureViews created or updated after + /// 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --&gt; + /// FeatureViews having both (active: yes) and (env: prod) labels. * `labels.env: *` --&gt; + /// Any FeatureView which has a label with 'env' as the key. + /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// The standard list page size. + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported fields: * `feature_view_id` * `create_time` * + /// `update_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of FeatureViews to return. The service may return fewer than this value. + /// If unspecified, at most 1000 FeatureViews will be returned. The maximum value is 1000; any + /// value greater than 1000 will be coerced to 1000. + /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// The standard list page token. + /// + /// A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViews call. + /// Provide this to retrieve the subsequent page. When paginating, all other parameters provided + /// to FeatureOnlineStoreAdminService.ListFeatureViews must match the call that provided the + /// page token. + /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -26334,19 +27221,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + public override string RestPath => "v1/{+parent}/featureViews"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -26356,6 +27243,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -26375,61 +27270,65 @@ protected override void InitParameters() } } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Updates the parameters of a single FeatureView. + /// The body of the request. + /// + /// Identifier. Name of the FeatureView. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string name) { - return new WaitRequest(this.service, name); + return new PatchRequest(this.service, body, name); } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// Updates the parameters of a single FeatureView. + public class PatchRequest : AiplatformBaseServiceRequest { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView body, string name) : base(service) { Name = name; + Body = body; InitParameters(); } - /// The name of the operation resource to wait on. + /// + /// Identifier. Name of the FeatureView. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. + /// Field mask is used to specify the fields to be overwritten in the FeatureView 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 only the non-empty fields present in the request will be overwritten. Set the + /// update_mask to `*` to override all fields. Updatable fields: * `labels` * + /// `service_agent_type` * `big_query_source` * `big_query_source.uri` * + /// `big_query_source.entity_id_columns` * `feature_registry_source` * + /// `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` * + /// `optimized_config.automatic_resources` /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureView Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "wait"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + public override string RestPath => "v1/{+name}"; - /// Initializes Wait parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -26439,11 +27338,11 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { - Name = "timeout", + Name = "updateMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -26451,2942 +27350,3001 @@ protected override void InitParameters() }); } } - } - - /// - /// Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval. - /// - /// The body of the request. - /// - /// Required. The parent of the ModelDeploymentMonitoringJob. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - /// - /// Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval. - /// - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string parent) : base(service) + /// + /// Search the nearest entities under a FeatureView. Search only works for indexable feature view; + /// if a feature view isn't indexable, returns Invalid argument response. + /// + /// The body of the request. + /// + /// Required. FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + public virtual SearchNearestEntitiesRequest SearchNearestEntities(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchNearestEntitiesRequest body, string featureView) { - Parent = parent; - Body = body; - InitParameters(); + return new SearchNearestEntitiesRequest(this.service, body, featureView); } /// - /// Required. The parent of the ModelDeploymentMonitoringJob. Format: - /// `projects/{project}/locations/{location}` + /// Search the nearest entities under a FeatureView. Search only works for indexable feature view; + /// if a feature view isn't indexable, returns Invalid argument response. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + public class SearchNearestEntitiesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SearchNearestEntities request. + public SearchNearestEntitiesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchNearestEntitiesRequest body, string featureView) : base(service) + { + FeatureView = featureView; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob Body { get; set; } + /// + /// Required. FeatureView resource format + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}` + /// + [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FeatureView { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchNearestEntitiesRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "searchNearestEntities"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/modelDeploymentMonitoringJobs"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+featureView}:searchNearestEntities"; + + /// Initializes SearchNearestEntities parameter list. + protected override void InitParameters() { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter + { + Name = "featureView", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + } } - } - - /// Deletes a ModelDeploymentMonitoringJob. - /// - /// Required. The resource name of the model monitoring job to delete. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// Deletes a ModelDeploymentMonitoringJob. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) { - Name = name; - InitParameters(); + return new SetIamPolicyRequest(this.service, body, resource); } /// - /// Required. The resource name of the model monitoring job to delete. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() + public class SetIamPolicyRequest : AiplatformBaseServiceRequest { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", - }); - } - } + Resource = resource; + Body = body; + InitParameters(); + } - /// Gets a ModelDeploymentMonitoringJob. - /// - /// Required. The resource name of the ModelDeploymentMonitoringJob. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Gets a ModelDeploymentMonitoringJob. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - /// - /// Required. The resource name of the ModelDeploymentMonitoringJob. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "setIamPolicy"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + } } - } - - /// Lists ModelDeploymentMonitoringJobs in a Location. - /// - /// Required. The parent of the ModelDeploymentMonitoringJob. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - /// Lists ModelDeploymentMonitoringJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Triggers on-demand sync for the FeatureView. + /// The body of the request. + /// + /// Required. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// + public virtual SyncRequest Sync(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SyncFeatureViewRequest body, string featureView) { - Parent = parent; - InitParameters(); + return new SyncRequest(this.service, body, featureView); } - /// - /// Required. The parent of the ModelDeploymentMonitoringJob. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and - /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, - /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC - /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value - /// equality `labels.key:* - key existence Some examples of using the filter are: * - /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR - /// display_name="my_job"` * `NOT display_name="my_job"` * - /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Triggers on-demand sync for the FeatureView. + public class SyncRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Sync request. + public SyncRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SyncFeatureViewRequest body, string featureView) : base(service) + { + FeatureView = featureView; + Body = body; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Required. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` + /// + [Google.Apis.Util.RequestParameterAttribute("featureView", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FeatureView { get; private set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SyncFeatureViewRequest Body { get; set; } - /// Mask specifying which fields to read - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "sync"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/modelDeploymentMonitoringJobs"; + /// Gets the REST path. + public override string RestPath => "v1/{+featureView}:sync"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Initializes Sync parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("featureView", new Google.Apis.Discovery.Parameter + { + Name = "featureView", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + } } - } - - /// Updates a ModelDeploymentMonitoringJob. - /// The body of the request. - /// Output only. Resource name of a ModelDeploymentMonitoringJob. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string name) - { - return new PatchRequest(this.service, body, name); - } - /// Updates a ModelDeploymentMonitoringJob. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string name) : base(service) + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. + /// + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) { - Name = name; - Body = body; - InitParameters(); + return new TestIamPermissionsRequest(this.service, resource); } - /// Output only. Resource name of a ModelDeploymentMonitoringJob. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - /// - /// Required. The update mask is used to specify the fields to be overwritten in the - /// ModelDeploymentMonitoringJob 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 only the non-empty fields present in the request - /// will be overwritten. Set the update_mask to `*` to override all fields. For the objective - /// config, the user can either provide the update mask for - /// model_deployment_monitoring_objective_configs or any combination of its nested fields, such as: - /// model_deployment_monitoring_objective_configs.objective_config.training_dataset. Updatable - /// fields: * `display_name` * `model_deployment_monitoring_schedule_config` * - /// `model_monitoring_alert_config` * `logging_sampling_strategy` * `labels` * `log_ttl` * - /// `enable_monitoring_pipeline_logs` . and * `model_deployment_monitoring_objective_configs` . or * - /// `model_deployment_monitoring_objective_configs.objective_config.training_dataset` * - /// `model_deployment_monitoring_objective_configs.objective_config.training_prediction_skew_detection_config` - /// * - /// `model_deployment_monitoring_objective_configs.objective_config.prediction_drift_detection_config` + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob Body { get; set; } + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` + /// or `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "testIamPermissions"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+$", + }); + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + { + Name = "permissions", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// - /// Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to - /// cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'. - /// - /// The body of the request. - /// - /// Required. The resource name of the ModelDeploymentMonitoringJob to pause. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` - /// - public virtual PauseRequest Pause(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest body, string name) - { - return new PauseRequest(this.service, body, name); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// - /// Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to - /// cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'. - /// - public class PauseRequest : AiplatformBaseServiceRequest + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Pause request. - public PauseRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest body, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - Body = body; - InitParameters(); + this.service = service; } /// - /// Required. The resource name of the ModelDeploymentMonitoringJob to pause. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest Body { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "pause"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:pause"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Pause parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + }); + } } - } - /// - /// Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A - /// deleted ModelDeploymentMonitoringJob can't be resumed. - /// - /// The body of the request. - /// - /// Required. The resource name of the ModelDeploymentMonitoringJob to resume. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` - /// - public virtual ResumeRequest Resume(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest body, string name) - { - return new ResumeRequest(this.service, body, name); - } - - /// - /// Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A - /// deleted ModelDeploymentMonitoringJob can't be resumed. - /// - public class ResumeRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Resume request. - public ResumeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest body, string name) : base(service) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Name = name; - Body = body; - InitParameters(); + return new GetRequest(this.service, name); } /// - /// Required. The resource name of the ModelDeploymentMonitoringJob to resume. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListWaitRequest ListWait(string name) + { + return new ListWaitRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListWaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ListWait request. + public ListWaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "listWait"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes ListWait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a new FeatureOnlineStore in a given project and location. + /// The body of the request. + /// + /// Required. The resource name of the Location to create FeatureOnlineStores. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new FeatureOnlineStore in a given project and location. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create FeatureOnlineStores. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for this FeatureOnlineStore, which will become the final component of + /// the FeatureOnlineStore's resource name. This value may be up to 60 characters, and valid + /// characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique + /// within the project and location. + /// + [Google.Apis.Util.RequestParameterAttribute("featureOnlineStoreId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string FeatureOnlineStoreId { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "resume"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:resume"; + public override string RestPath => "v1/{+parent}/featureOnlineStores"; - /// Initializes Resume parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("featureOnlineStoreId", new Google.Apis.Discovery.Parameter + { + Name = "featureOnlineStoreId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Searches Model Monitoring Statistics generated within a given time window. - /// The body of the request. - /// - /// Required. ModelDeploymentMonitoring Job resource name. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// + /// Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. + /// + /// + /// Required. The name of the FeatureOnlineStore to be deleted. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` /// - public virtual SearchModelDeploymentMonitoringStatsAnomaliesRequest SearchModelDeploymentMonitoringStatsAnomalies(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest body, string modelDeploymentMonitoringJob) + public virtual DeleteRequest Delete(string name) { - return new SearchModelDeploymentMonitoringStatsAnomaliesRequest(this.service, body, modelDeploymentMonitoringJob); + return new DeleteRequest(this.service, name); } - /// Searches Model Monitoring Statistics generated within a given time window. - public class SearchModelDeploymentMonitoringStatsAnomaliesRequest : AiplatformBaseServiceRequest + /// + /// Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new SearchModelDeploymentMonitoringStatsAnomalies request. - public SearchModelDeploymentMonitoringStatsAnomaliesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest body, string modelDeploymentMonitoringJob) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - ModelDeploymentMonitoringJob = modelDeploymentMonitoringJob; - Body = body; + Name = name; InitParameters(); } /// - /// Required. ModelDeploymentMonitoring Job resource name. Format: - /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// Required. The name of the FeatureOnlineStore to be deleted. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}` /// - [Google.Apis.Util.RequestParameterAttribute("modelDeploymentMonitoringJob", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ModelDeploymentMonitoringJob { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest Body { get; set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. + /// (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.) + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } /// Gets the method name. - public override string MethodName => "searchModelDeploymentMonitoringStatsAnomalies"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+modelDeploymentMonitoringJob}:searchModelDeploymentMonitoringStatsAnomalies"; + public override string RestPath => "v1/{+name}"; - /// Initializes SearchModelDeploymentMonitoringStatsAnomalies parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("modelDeploymentMonitoringJob", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "modelDeploymentMonitoringJob", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - } - - /// Gets the Models resource. - public virtual ModelsResource Models { get; } - - /// The "models" collection of methods. - public class ModelsResource - { - private const string Resource = "models"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - /// Constructs a new resource. - public ModelsResource(Google.Apis.Services.IClientService service) + /// Gets details of a single FeatureOnlineStore. + /// Required. The name of the FeatureOnlineStore resource. + public virtual GetRequest Get(string name) { - this.service = service; - Evaluations = new EvaluationsResource(service); - Operations = new OperationsResource(service); + return new GetRequest(this.service, name); } - /// Gets the Evaluations resource. - public virtual EvaluationsResource Evaluations { get; } - - /// The "evaluations" collection of methods. - public class EvaluationsResource + /// Gets details of a single FeatureOnlineStore. + public class GetRequest : AiplatformBaseServiceRequest { - private const string Resource = "evaluations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public EvaluationsResource(Google.Apis.Services.IClientService service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; - Operations = new OperationsResource(service); - Slices = new SlicesResource(service); + Name = name; + InitParameters(); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Required. The name of the FeatureOnlineStore resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Gets the method name. + public override string MethodName => "get"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new CancelRequest(this.service, name); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + }); + } + } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the method name. + public override string MethodName => "getIamPolicy"; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Lists FeatureOnlineStores in a given project and location. + /// + /// Required. The resource name of the Location to list FeatureOnlineStores. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Lists FeatureOnlineStores in a given project and location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", - }); - } - } + /// + /// Required. The resource name of the Location to list FeatureOnlineStores. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Lists the FeatureOnlineStores that match the filter expression. The following fields are + /// supported: * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and + /// `&gt;=` comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, + /// `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 + /// format. * `labels`: Supports key-value equality and key presence. Examples: * `create_time + /// &gt; "2020-01-01" OR update_time &gt; "2020-01-01"` FeatureOnlineStores created or + /// updated after 2020-01-01. * `labels.env = "prod"` FeatureOnlineStores with label "env" set to + /// "prod". + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported Fields: * `create_time` * `update_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// The maximum number of FeatureOnlineStores to return. The service may return fewer than this + /// value. If unspecified, at most 100 FeatureOnlineStores will be returned. The maximum value is + /// 100; any value greater than 100 will be coerced to 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureOnlineStores + /// call. Provide this to retrieve the subsequent page. When paginating, all other parameters + /// provided to FeatureOnlineStoreAdminService.ListFeatureOnlineStores must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/featureOnlineStores"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Updates the parameters of a single FeatureOnlineStore. + /// The body of the request. + /// + /// Identifier. Name of the FeatureOnlineStore. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string name) + { + return new PatchRequest(this.service, body, name); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Updates the parameters of a single FeatureOnlineStore. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Identifier. Name of the FeatureOnlineStore. Format: + /// `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Field mask is used to specify the fields to be overwritten in the FeatureOnlineStore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask + /// to `*` to override all fields. Updatable fields: * `labels` * `description` * `bigtable` * + /// `bigtable.auto_scaling` * `bigtable.enable_multi_region_replica` + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FeatureOnlineStore Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the method name. + public override string MethodName => "patch"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the Slices resource. - public virtual SlicesResource Slices { get; } + /// Gets the method name. + public override string MethodName => "setIamPolicy"; - /// The "slices" collection of methods. - public class SlicesResource - { - private const string Resource = "slices"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; - /// Constructs a new resource. - public SlicesResource(Google.Apis.Services.IClientService service) + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - this.service = service; - } - - /// Imports a list of externally generated EvaluatedAnnotations. - /// The body of the request. - /// - /// Required. The name of the parent ModelEvaluationSlice resource. Format: - /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` - /// - public virtual BatchImportRequest BatchImport(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest body, string parent) - { - return new BatchImportRequest(this.service, body, parent); - } + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + }); + } + } - /// Imports a list of externally generated EvaluatedAnnotations. - public class BatchImportRequest : AiplatformBaseServiceRequest + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + { + return new TestIamPermissionsRequest(this.service, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or + /// `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - /// Constructs a new BatchImport request. - public BatchImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+$", + }); + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + { + Name = "permissions", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// Required. The name of the parent ModelEvaluationSlice resource. Format: - /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the Featurestores resource. + public virtual FeaturestoresResource Featurestores { get; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest Body { get; set; } + /// The "featurestores" collection of methods. + public class FeaturestoresResource + { + private const string Resource = "featurestores"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "batchImport"; + /// Constructs a new resource. + public FeaturestoresResource(Google.Apis.Services.IClientService service) + { + this.service = service; + EntityTypes = new EntityTypesResource(service); + Operations = new OperationsResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the EntityTypes resource. + public virtual EntityTypesResource EntityTypes { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:batchImport"; + /// The "entityTypes" collection of methods. + public class EntityTypesResource + { + private const string Resource = "entityTypes"; - /// Initializes BatchImport parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/slices/[^/]+$", - }); - } - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets a ModelEvaluationSlice. - /// - /// Required. The name of the ModelEvaluationSlice resource. Format: - /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` - /// - public virtual GetRequest Get(string name) + /// Constructs a new resource. + public EntityTypesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Features = new FeaturesResource(service); + Operations = new OperationsResource(service); + } + + /// Gets the Features resource. + public virtual FeaturesResource Features { get; } + + /// The "features" collection of methods. + public class FeaturesResource + { + private const string Resource = "features"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public FeaturesResource(Google.Apis.Services.IClientService service) { - return new GetRequest(this.service, name); + this.service = service; + Operations = new OperationsResource(service); } - /// Gets a ModelEvaluationSlice. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - InitParameters(); + this.service = service; } /// - /// Required. The name of the ModelEvaluationSlice resource. Format: - /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` + /// Starts asynchronous cancellation on a long-running operation. The server makes a best + /// effort to cancel the operation, but success is not guaranteed. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use + /// Operations.GetOperation or other methods to check whether the cancellation succeeded or + /// whether the operation completed despite cancellation. On successful cancellation, the + /// operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best + /// effort to cancel the operation, but success is not guaranteed. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use + /// Operations.GetOperation or other methods to check whether the cancellation succeeded or + /// whether the operation completed despite cancellation. On successful cancellation, the + /// operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/slices/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } } - } - - /// Lists ModelEvaluationSlices in a ModelEvaluation. - /// - /// Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices from. - /// Format: `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - /// Lists ModelEvaluationSlices in a ModelEvaluation. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - Parent = parent; - InitParameters(); + return new DeleteRequest(this.service, name); } /// - /// Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices - /// from. Format: - /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list filter. * `slice.dimension` - for =. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } + } /// - /// The standard list page token. Typically obtained via - /// ListModelEvaluationSlicesResponse.next_page_token of the previous - /// ModelService.ListModelEvaluationSlices call. + /// Gets the latest state of a long-running operation. Clients can use this method to poll + /// the operation result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll + /// the operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "list"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/slices"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", + }); + } } - } - } - /// Gets a ModelEvaluation. - /// - /// Required. The name of the ModelEvaluation resource. Format: - /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets a ModelEvaluation. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The name of the ModelEvaluation resource. Format: - /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$", - }); - } - } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those + /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. + /// This can only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will + /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in + /// service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Imports an externally generated ModelEvaluation. - /// The body of the request. - /// - /// Required. The name of the parent model resource. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - public virtual ImportRequest Import(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportModelEvaluationRequest body, string parent) - { - return new ImportRequest(this.service, body, parent); - } + /// Gets the method name. + public override string MethodName => "list"; - /// Imports an externally generated ModelEvaluation. - public class ImportRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Import request. - public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportModelEvaluationRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Required. The name of the parent model resource. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportModelEvaluationRequest Body { get; set; } + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state + /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC + /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is + /// done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "import"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state + /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC + /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is + /// done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluations:import"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at + /// most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline + /// is also specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Initializes Import parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "wait"; - /// Lists ModelEvaluations in a Model. - /// - /// Required. The resource name of the Model to list the ModelEvaluations from. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Lists ModelEvaluations in a Model. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } - /// - /// Required. The resource name of the Model to list the ModelEvaluations from. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Creates a batch of Features in a given EntityType. + /// The body of the request. + /// + /// Required. The resource name of the EntityType/FeatureGroup to create the batch of Features + /// under. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) + { + return new BatchCreateRequest(this.service, body, parent); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Creates a batch of Features in a given EntityType. + public class BatchCreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new BatchCreate request. + public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Required. The resource name of the EntityType/FeatureGroup to create the batch of + /// Features under. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// The standard list page token. Typically obtained via - /// ListModelEvaluationsResponse.next_page_token of the previous - /// ModelService.ListModelEvaluations call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateFeaturesRequest Body { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "batchCreate"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/evaluations"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/features:batchCreate"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Initializes BatchCreate parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } } - } - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Creates a new Feature in a given EntityType. + /// The body of the request. + /// + /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format + /// for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Creates a new Feature in a given EntityType. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// + /// Required. The resource name of the EntityType or FeatureGroup to create a Feature. + /// Format for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// + /// Required. The ID to use for the Feature, which will become the final component of the + /// Feature's resource name. This value may be up to 128 characters, and valid characters + /// are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within + /// an EntityType/FeatureGroup. + /// + [Google.Apis.Util.RequestParameterAttribute("featureId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string FeatureId { get; set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/features"; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Initializes Create parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + RequestParameters.Add("featureId", new Google.Apis.Discovery.Parameter + { + Name = "featureId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Deletes a single Feature. + /// + /// Required. The name of the Features to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` + /// + public virtual DeleteRequest Delete(string name) { - Name = name; - InitParameters(); + return new DeleteRequest(this.service, name); } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; + /// Deletes a single Feature. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// Required. The name of the Features to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", + }); + } } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Gets details of a single Feature. + /// + /// Required. The name of the Feature resource. Format for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + public virtual GetRequest Get(string name) { - Name = name; - InitParameters(); + return new GetRequest(this.service, name); } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets details of a single Feature. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Required. The name of the Feature resource. Format for entity_type as parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", + }); + } } - } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Lists Features in a given EntityType. + /// + /// Required. The resource name of the Location to list Features. Format for entity_type as + /// parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + public virtual ListRequest List(string parent) { - Name = name; - InitParameters(); + return new ListRequest(this.service, parent); } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Lists Features in a given EntityType. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Required. The resource name of the Location to list Features. Format for entity_type as + /// parent: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// Format for feature_group as parent: + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Lists the Features that match the filter expression. The following filters are + /// supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, + /// !=, &lt;, &gt;, &gt;=, and &lt;= comparisons. Values must be in RFC 3339 + /// format. * `update_time`: Supports =, !=, &lt;, &gt;, &gt;=, and &lt;= + /// comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality + /// as well as key presence. Examples: * `value_type = DOUBLE` --&gt; Features whose + /// type is DOUBLE. * `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time + /// &gt; \"2020-01-31T15:30:00.000000Z\"` --&gt; EntityTypes created or updated + /// after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` + /// --&gt; Features having both (active: yes) and (env: prod) labels. * `labels.env: *` + /// --&gt; Any Feature which has a label with 'env' as the key. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Only applicable for Vertex AI Feature Store (Legacy). If set, return the most recent + /// ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid + /// value is [0, 10]. If number of stats exists &lt; + /// ListFeaturesRequest.latest_stats_count, return all existing stats. + /// + [Google.Apis.Util.RequestParameterAttribute("latestStatsCount", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LatestStatsCount { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not + /// supported for FeatureRegistry Feature) * `create_time` * `update_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// The maximum number of Features to return. The service may return fewer than this value. + /// If unspecified, at most 1000 Features will be returned. The maximum value is 1000; any + /// value greater than 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// + /// A page token, received from a previous FeaturestoreService.ListFeatures call or + /// FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. + /// When paginating, all other parameters provided to FeaturestoreService.ListFeatures or + /// FeatureRegistryService.ListFeatures must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/features"; + + /// Initializes List parameter list. + protected override void InitParameters() { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("latestStatsCount", new Google.Apis.Discovery.Parameter + { + Name = "latestStatsCount", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Updates the parameters of a single Feature. + /// The body of the request. + /// + /// Immutable. Name of the Feature. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` + /// The last part feature is assigned by the client. The feature can be up to 64 characters long + /// and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 + /// starting with a letter. The value will be unique given an entity type. + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) { - Name = name; - InitParameters(); + return new PatchRequest(this.service, body, name); } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Updates the parameters of a single Feature. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Immutable. Name of the Feature. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` + /// `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` + /// The last part feature is assigned by the client. The feature can be up to 64 characters + /// long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII + /// digits 0-9 starting with a letter. The value will be unique given an entity type. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "wait"; + /// + /// Field mask is used to specify the fields to be overwritten in the Features 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 only the non-empty fields present in the request will be + /// overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * + /// `description` * `labels` * `disable_monitoring` (Not supported for + /// FeatureRegistryService Feature) * `point_of_contact` (Not supported for + /// FeaturestoreService FeatureStore) + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Feature Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - } - /// - /// Copies an already existing Vertex AI Model into the specified Location. The source Model must exist - /// in the same Project. When copying custom Models, the users themselves are responsible for - /// Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) - /// it depends on remain accessible. - /// - /// The body of the request. - /// - /// Required. The resource name of the Location into which to copy the Model. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CopyRequest Copy(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CopyModelRequest body, string parent) - { - return new CopyRequest(this.service, body, parent); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// - /// Copies an already existing Vertex AI Model into the specified Location. The source Model must exist - /// in the same Project. When copying custom Models, the users themselves are responsible for - /// Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) - /// it depends on remain accessible. - /// - public class CopyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Copy request. - public CopyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CopyModelRequest body, string parent) : base(service) + /// The "operations" collection of methods. + public class OperationsResource { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location into which to copy the Model. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CopyModelRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + private const string Resource = "operations"; - /// Gets the method name. - public override string MethodName => "copy"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/models:copy"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Initializes Copy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the - /// model in its deployed_models field. - /// - /// - /// Required. The name of the Model resource to be deleted. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the - /// model in its deployed_models field. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Required. The name of the Model resource to be deleted. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - } - } + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Deletes a Model version. Model version can only be deleted if there are no DeployedModels created - /// from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the - /// Model instead. - /// - /// - /// Required. The name of the model version to be deleted, with a version ID explicitly included. - /// Example: `projects/{project}/locations/{location}/models/{model}@1234` - /// - public virtual DeleteVersionRequest DeleteVersion(string name) - { - return new DeleteVersionRequest(this.service, name); - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Deletes a Model version. Model version can only be deleted if there are no DeployedModels created - /// from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the - /// Model instead. - /// - public class DeleteVersionRequest : AiplatformBaseServiceRequest - { - /// Constructs a new DeleteVersion request. - public DeleteVersionRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// Required. The name of the model version to be deleted, with a version ID explicitly included. - /// Example: `projects/{project}/locations/{location}/models/{model}@1234` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the method name. - public override string MethodName => "deleteVersion"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:deleteVersion"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Initializes DeleteVersion parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - } - } + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Exports a trained, exportable Model to a location specified by the user. A Model is considered to be - /// exportable if it has at least one supported export format. - /// - /// The body of the request. - /// - /// Required. The resource name of the Model to export. The resource name may contain version id or - /// version alias to specify the version, if no version is specified, the default version will be - /// exported. - /// - public virtual ExportRequest Export(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportModelRequest body, string name) - { - return new ExportRequest(this.service, body, name); - } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Exports a trained, exportable Model to a location specified by the user. A Model is considered to be - /// exportable if it has at least one supported export format. - /// - public class ExportRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Export request. - public ExportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportModelRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "get"; - /// - /// Required. The resource name of the Model to export. The resource name may contain version id or - /// version alias to specify the version, if no version is specified, the default version will be - /// exported. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportModelRequest Body { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "export"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:export"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes Export parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - } - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets a Model. - /// - /// Required. The name of the Model resource. Format: - /// `projects/{project}/locations/{location}/models/{model}` In order to retrieve a specific version of - /// the model, also provide the version ID or version alias. Example: - /// `projects/{project}/locations/{location}/models/{model}@2` or - /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is - /// specified, the "default" version will be returned. The "default" version alias is created for the - /// first version of the model, and can be moved to other versions later on. There will be exactly one - /// default version. - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets a Model. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// - /// Required. The name of the Model resource. Format: - /// `projects/{project}/locations/{location}/models/{model}` In order to retrieve a specific version - /// of the model, also provide the version ID or version alias. Example: - /// `projects/{project}/locations/{location}/models/{model}@2` or - /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is - /// specified, the "default" version will be returned. The "default" version alias is created for - /// the first version of the model, and can be moved to other versions later on. There will be - /// exactly one default version. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - } - } + return new WaitRequest(this.service, name); + } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) - { - return new GetIamPolicyRequest(this.service, resource); - } - - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - public class GetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, - /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any - /// conditional role bindings must specify version 3. Policies with no conditional role bindings may - /// specify any valid value or leave the field unset. The policy in the response might use the - /// policy version that you specified, or it might use a lower policy version. For example, if you - /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. - /// To learn which resources support conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "getIamPolicy"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:getIamPolicy"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes GetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter - { - Name = "options.requestedPolicyVersion", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } - } - - /// Lists Models in a Location. - /// - /// Required. The resource name of the Location to list the Models from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - /// Lists Models in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Creates a new EntityType in a given Featurestore. + /// The body of the request. + /// + /// Required. The resource name of the Featurestore to create EntityTypes. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string parent) { - Parent = parent; - InitParameters(); + return new CreateRequest(this.service, body, parent); } - /// - /// Required. The resource name of the Location to list the Models from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// An expression for filtering the results of the request. For field names both snake_case and - /// camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the - /// last segment of the Model's resource name. * `display_name` supports = and != * `labels` - /// supports general map functions that is: * `labels.key=value` - key:value equality * - /// `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a - /// key"`. * `base_model_name` only supports = Some examples: * `model=1234` * - /// `displayName="myDisplayName"` * `labels.myKey="myValue"` * `baseModelName="text-bison"` - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Creates a new EntityType in a given Featurestore. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` - /// Example: `display_name, create_time desc`. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// + /// Required. The resource name of the Featurestore to create EntityTypes. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Required. The ID to use for the EntityType, which will become the final component of the + /// EntityType's resource name. This value may be up to 60 characters, and valid characters are + /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within a + /// featurestore. + /// + [Google.Apis.Util.RequestParameterAttribute("entityTypeId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string EntityTypeId { get; set; } - /// - /// The standard list page token. Typically obtained via ListModelsResponse.next_page_token of the - /// previous ModelService.ListModels call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType Body { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/models"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/entityTypes"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Initializes Create parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + }); + RequestParameters.Add("entityTypeId", new Google.Apis.Discovery.Parameter + { + Name = "entityTypeId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// Lists checkpoints of the specified model version. - /// - /// Required. The name of the model version to list checkpoints for. - /// `projects/{project}/locations/{location}/models/{model}@{version}` Example: - /// `projects/{project}/locations/{location}/models/{model}@2` or - /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is - /// specified, the latest version will be used. - /// - public virtual ListCheckpointsRequest ListCheckpoints(string name) - { - return new ListCheckpointsRequest(this.service, name); - } - /// Lists checkpoints of the specified model version. - public class ListCheckpointsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ListCheckpoints request. - public ListCheckpointsRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Deletes a single EntityType. The EntityType must not have any Features or `force` must be set to + /// true for the request to succeed. + /// + /// + /// Required. The name of the EntityType to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// + public virtual DeleteRequest Delete(string name) { - Name = name; - InitParameters(); + return new DeleteRequest(this.service, name); } /// - /// Required. The name of the model version to list checkpoints for. - /// `projects/{project}/locations/{location}/models/{model}@{version}` Example: - /// `projects/{project}/locations/{location}/models/{model}@2` or - /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is - /// specified, the latest version will be used. + /// Deletes a single EntityType. The EntityType must not have any Features or `force` must be set to + /// true for the request to succeed. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Optional. The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Required. The name of the EntityType to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Optional. The standard list page token. Typically obtained via next_page_token of the previous - /// ListModelVersionCheckpoints call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// If set to true, any Features for this EntityType will also be deleted. (Otherwise, the + /// request will only work if the EntityType has no Features.) + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } - /// Gets the method name. - public override string MethodName => "listCheckpoints"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:listCheckpoints"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes ListCheckpoints parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Lists versions of the specified model. - /// Required. The name of the model to list versions for. - public virtual ListVersionsRequest ListVersions(string name) - { - return new ListVersionsRequest(this.service, name); - } - - /// Lists versions of the specified model. - public class ListVersionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ListVersions request. - public ListVersionsRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - /// Required. The name of the model to list versions for. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - /// - /// An expression for filtering the results of the request. For field names both snake_case and - /// camelCase are supported. * `labels` supports general map functions that is: * `labels.key=value` - /// - key:value equality * `labels.key:* or labels:key - key existence * A key including a space - /// must be quoted. `labels."a key"`. Some examples: * `labels.myKey="myValue"` + /// Delete Feature values from Featurestore. The progress of the deletion is tracked by the returned + /// operation. The deleted feature values are guaranteed to be invisible to subsequent read + /// operations after the operation is marked as successfully done. If a delete feature values + /// operation fails, the feature values returned from reads and exports may be inconsistent. If + /// consistency is required, the caller must retry the same delete request again and wait till the + /// new operation returned is marked as successfully done. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The body of the request. + /// + /// Required. The resource name of the EntityType grouping the Features for which values are being + /// deleted from. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` + /// + public virtual DeleteFeatureValuesRequest DeleteFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeleteFeatureValuesRequest body, string entityType) + { + return new DeleteFeatureValuesRequest(this.service, body, entityType); + } /// - /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a - /// field name for descending. Supported fields: * `create_time` * `update_time` Example: - /// `update_time asc, create_time desc`. + /// Delete Feature values from Featurestore. The progress of the deletion is tracked by the returned + /// operation. The deleted feature values are guaranteed to be invisible to subsequent read + /// operations after the operation is marked as successfully done. If a delete feature values + /// operation fails, the feature values returned from reads and exports may be inconsistent. If + /// consistency is required, the caller must retry the same delete request again and wait till the + /// new operation returned is marked as successfully done. /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + public class DeleteFeatureValuesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new DeleteFeatureValues request. + public DeleteFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeleteFeatureValuesRequest body, string entityType) : base(service) + { + EntityType = entityType; + Body = body; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Required. The resource name of the EntityType grouping the Features for which values are + /// being deleted from. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` + /// + [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] + public virtual string EntityType { get; private set; } - /// - /// The standard list page token. Typically obtained via next_page_token of the previous - /// ListModelVersions call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeleteFeatureValuesRequest Body { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "listVersions"; + /// Gets the method name. + public override string MethodName => "deleteFeatureValues"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:listVersions"; + /// Gets the REST path. + public override string RestPath => "v1/{+entityType}:deleteFeatureValues"; - /// Initializes ListVersions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + /// Initializes DeleteFeatureValues parameter list. + protected override void InitParameters() { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + { + Name = "entityType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } } - } - - /// Merges a set of aliases for a Model version. - /// The body of the request. - /// - /// Required. The name of the model version to merge aliases, with a version ID explicitly included. - /// Example: `projects/{project}/locations/{location}/models/{model}@1234` - /// - public virtual MergeVersionAliasesRequest MergeVersionAliases(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MergeVersionAliasesRequest body, string name) - { - return new MergeVersionAliasesRequest(this.service, body, name); - } - /// Merges a set of aliases for a Model version. - public class MergeVersionAliasesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new MergeVersionAliases request. - public MergeVersionAliasesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MergeVersionAliasesRequest body, string name) : base(service) + /// Exports Feature values from all the entities of a target EntityType. + /// The body of the request. + /// + /// Required. The resource name of the EntityType from which to export Feature values. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// + public virtual ExportFeatureValuesRequest ExportFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportFeatureValuesRequest body, string entityType) { - Name = name; - Body = body; - InitParameters(); + return new ExportFeatureValuesRequest(this.service, body, entityType); } - /// - /// Required. The name of the model version to merge aliases, with a version ID explicitly included. - /// Example: `projects/{project}/locations/{location}/models/{model}@1234` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Exports Feature values from all the entities of a target EntityType. + public class ExportFeatureValuesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ExportFeatureValues request. + public ExportFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportFeatureValuesRequest body, string entityType) : base(service) + { + EntityType = entityType; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MergeVersionAliasesRequest Body { get; set; } + /// + /// Required. The resource name of the EntityType from which to export Feature values. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// + [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] + public virtual string EntityType { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportFeatureValuesRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "mergeVersionAliases"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "exportFeatureValues"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:mergeVersionAliases"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes MergeVersionAliases parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+entityType}:exportFeatureValues"; + + /// Initializes ExportFeatureValues parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + { + Name = "entityType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } } - } - - /// Updates a Model. - /// The body of the request. - /// The resource name of the Model. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Model body, string name) - { - return new PatchRequest(this.service, body, name); - } - /// Updates a Model. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Model body, string name) : base(service) + /// Gets details of a single EntityType. + /// + /// Required. The name of the EntityType resource. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// + public virtual GetRequest Get(string name) { - Name = name; - Body = body; - InitParameters(); + return new GetRequest(this.service, name); } - /// The resource name of the Model. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Required. The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Model Body { get; set; } + /// Gets details of a single EntityType. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Required. The name of the EntityType resource. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } } - } - - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) - { - return new SetIamPolicyRequest(this.service, body, resource); - } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - public class SetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) { - Resource = resource; - Body = body; - InitParameters(); + return new GetIamPolicyRequest(this.service, resource); } /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + public class GetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values + /// are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for + /// policies with any conditional role bindings must specify version 3. Policies with no + /// conditional role bindings may specify any valid value or leave the field unset. The policy + /// in the response might use the policy version that you specified, or it might use a lower + /// policy version. For example, if you specify version 3, but the policy has no conditional + /// role bindings, the response uses version 1. To learn which resources support conditions in + /// their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } - /// Gets the method name. - public override string MethodName => "setIamPolicy"; + /// Gets the method name. + public override string MethodName => "getIamPolicy"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; - /// Initializes SetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual TestIamPermissionsRequest TestIamPermissions(string resource) - { - return new TestIamPermissionsRequest(this.service, resource); - } - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - public class TestIamPermissionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + /// + /// Imports Feature values into the Featurestore from a source storage. The progress of the import + /// is tracked by the returned operation. The imported features are guaranteed to be visible to + /// subsequent read operations after the operation is marked as successfully done. If an import + /// operation fails, the Feature values returned from reads and exports may be inconsistent. If + /// consistency is required, the caller must retry the same import request again and wait till the + /// new operation returned is marked as successfully done. There are also scenarios where the caller + /// can cause inconsistency. - Source data for import contains multiple distinct Feature values for + /// the same entity ID and timestamp. - Source is modified during an import. This includes adding, + /// updating, or removing source data and/or metadata. Examples of updating metadata include but are + /// not limited to changing storage location, storage class, or retention policy. - Online serving + /// cluster is under-provisioned. + /// + /// The body of the request. + /// + /// Required. The resource name of the EntityType grouping the Features for which values are being + /// imported. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` + /// + public virtual ImportFeatureValuesRequest ImportFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportFeatureValuesRequest body, string entityType) { - Resource = resource; - InitParameters(); + return new ImportFeatureValuesRequest(this.service, body, entityType); } /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Imports Feature values into the Featurestore from a source storage. The progress of the import + /// is tracked by the returned operation. The imported features are guaranteed to be visible to + /// subsequent read operations after the operation is marked as successfully done. If an import + /// operation fails, the Feature values returned from reads and exports may be inconsistent. If + /// consistency is required, the caller must retry the same import request again and wait till the + /// new operation returned is marked as successfully done. There are also scenarios where the caller + /// can cause inconsistency. - Source data for import contains multiple distinct Feature values for + /// the same entity ID and timestamp. - Source is modified during an import. This includes adding, + /// updating, or removing source data and/or metadata. Examples of updating metadata include but are + /// not limited to changing storage location, storage class, or retention policy. - Online serving + /// cluster is under-provisioned. /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + public class ImportFeatureValuesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ImportFeatureValues request. + public ImportFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportFeatureValuesRequest body, string entityType) : base(service) + { + EntityType = entityType; + Body = body; + InitParameters(); + } - /// - /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or - /// `storage.*`) are not allowed. For more information see [IAM - /// Overview](https://cloud.google.com/iam/docs/overview#permissions). - /// - [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + /// + /// Required. The resource name of the EntityType grouping the Features for which values are + /// being imported. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` + /// + [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] + public virtual string EntityType { get; private set; } - /// Gets the method name. - public override string MethodName => "testIamPermissions"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportFeatureValuesRequest Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; + /// Gets the method name. + public override string MethodName => "importFeatureValues"; - /// Initializes TestIamPermissions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter - { - Name = "permissions", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Incrementally update the dataset used for an examples model. - /// The body of the request. - /// - /// Required. The resource name of the Model to update. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - public virtual UpdateExplanationDatasetRequest UpdateExplanationDataset(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateExplanationDatasetRequest body, string model) - { - return new UpdateExplanationDatasetRequest(this.service, body, model); - } - - /// Incrementally update the dataset used for an examples model. - public class UpdateExplanationDatasetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new UpdateExplanationDataset request. - public UpdateExplanationDatasetRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateExplanationDatasetRequest body, string model) : base(service) - { - Model = model; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Model to update. Format: - /// `projects/{project}/locations/{location}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateExplanationDatasetRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "updateExplanationDataset"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+model}:updateExplanationDataset"; - - /// Initializes UpdateExplanationDataset parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter - { - Name = "model", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", - }); - } - } - - /// Uploads a Model artifact into Vertex AI. - /// The body of the request. - /// - /// Required. The resource name of the Location into which to upload the Model. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual UploadRequest Upload(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadModelRequest body, string parent) - { - return new UploadRequest(this.service, body, parent); - } - - /// Uploads a Model artifact into Vertex AI. - public class UploadRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Upload request. - public UploadRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadModelRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location into which to upload the Model. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadModelRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "upload"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/models:upload"; - - /// Initializes Upload parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - } - - /// Gets the NasJobs resource. - public virtual NasJobsResource NasJobs { get; } - - /// The "nasJobs" collection of methods. - public class NasJobsResource - { - private const string Resource = "nasJobs"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public NasJobsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - NasTrialDetails = new NasTrialDetailsResource(service); - } - - /// Gets the NasTrialDetails resource. - public virtual NasTrialDetailsResource NasTrialDetails { get; } - - /// The "nasTrialDetails" collection of methods. - public class NasTrialDetailsResource - { - private const string Resource = "nasTrialDetails"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public NasTrialDetailsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Gets a NasTrialDetail. - /// - /// Required. The name of the NasTrialDetail resource. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets a NasTrialDetail. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. The name of the NasTrialDetail resource. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+entityType}:importFeatureValues"; - /// Initializes Get parameter list. + /// Initializes ImportFeatureValues parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "entityType", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+/nasTrialDetails/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", }); } } - /// List top NasTrialDetails of a NasJob. + /// Lists EntityTypes in a given Featurestore. /// - /// Required. The name of the NasJob resource. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// Required. The resource name of the Featurestore to list EntityTypes. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` /// public virtual ListRequest List(string parent) { return new ListRequest(this.service, parent); } - /// List top NasTrialDetails of a NasJob. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists EntityTypes in a given Featurestore. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -29396,24 +30354,55 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The name of the NasJob resource. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// Required. The resource name of the Featurestore to list EntityTypes. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// The standard list page size. + /// + /// Lists the EntityTypes that match the filter expression. The following filters are supported: + /// * `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&gt;=`, and `&lt;=` + /// comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, + /// `&lt;`, `&gt;`, `&gt;=`, and `&lt;=` comparisons. Values must be in RFC 3339 + /// format. * `labels`: Supports key-value equality as well as key presence. Examples: * + /// `create_time &gt; \"2020-01-31T15:30:00.000000Z\" OR update_time &gt; + /// \"2020-01-31T15:30:00.000000Z\"` --&gt; EntityTypes created or updated after + /// 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --&gt; + /// EntityTypes having both (active: yes) and (env: prod) labels. * `labels.env: *` --&gt; + /// Any EntityType which has a label with 'env' as the key. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported fields: * `entity_type_id` * `create_time` * + /// `update_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of EntityTypes to return. The service may return fewer than this value. + /// If unspecified, at most 1000 EntityTypes will be returned. The maximum value is 1000; any + /// value greater than 1000 will be coerced to 1000. + /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// The standard list page token. Typically obtained via - /// ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails - /// call. + /// A page token, received from a previous FeaturestoreService.ListEntityTypes call. Provide + /// this to retrieve the subsequent page. When paginating, all other parameters provided to + /// FeaturestoreService.ListEntityTypes must match the call that provided the page token. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -29421,7 +30410,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/nasTrialDetails"; + public override string RestPath => "v1/{+parent}/entityTypes"; /// Initializes List parameter list. protected override void InitParameters() @@ -29433,7 +30422,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { @@ -29451,372 +30456,461 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - } - - /// - /// Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to - /// cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods - /// to check whether the cancellation succeeded or whether the job completed despite cancellation. On - /// successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error - /// value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and NasJob.state is set - /// to `CANCELLED`. - /// - /// The body of the request. - /// - /// Required. The name of the NasJob to cancel. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelNasJobRequest body, string name) - { - return new CancelRequest(this.service, body, name); - } - /// - /// Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to - /// cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods - /// to check whether the cancellation succeeded or whether the job completed despite cancellation. On - /// successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error - /// value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and NasJob.state is set - /// to `CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelNasJobRequest body, string name) : base(service) + /// Updates the parameters of a single EntityType. + /// The body of the request. + /// + /// Immutable. Name of the EntityType. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// The last part entity_type is assigned by the client. The entity_type can be up to 64 characters + /// long and can consist only of ASCII Latin letters A-Z and a-z and underscore(_), and ASCII digits + /// 0-9 starting with a letter. The value will be unique given a featurestore. + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string name) { - Name = name; - Body = body; - InitParameters(); + return new PatchRequest(this.service, body, name); } - /// - /// Required. The name of the NasJob to cancel. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Updates the parameters of a single EntityType. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelNasJobRequest Body { get; set; } + /// + /// Immutable. Name of the EntityType. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` + /// The last part entity_type is assigned by the client. The entity_type can be up to 64 + /// characters long and can consist only of ASCII Latin letters A-Z and a-z and underscore(_), + /// and ASCII digits 0-9 starting with a letter. The value will be unique given a featurestore. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Field mask is used to specify the fields to be overwritten in the EntityType 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 only the non-empty fields present in the request will be overwritten. Set the + /// update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * + /// `monitoring_config.snapshot_analysis.disabled` * + /// `monitoring_config.snapshot_analysis.monitoring_interval_days` * + /// `monitoring_config.snapshot_analysis.staleness_days` * + /// `monitoring_config.import_features_analysis.state` * + /// `monitoring_config.import_features_analysis.anomaly_detection_baseline` * + /// `monitoring_config.numerical_threshold_config.value` * + /// `monitoring_config.categorical_threshold_config.value` * `offline_storage_ttl_days` + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EntityType Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the method name. + public override string MethodName => "patch"; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// Creates a NasJob - /// The body of the request. - /// - /// Required. The resource name of the Location to create the NasJob in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NasJob body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - /// Creates a NasJob - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NasJob body, string parent) : base(service) + /// + /// Reads Feature values of a specific entity of an EntityType. For reading feature values of + /// multiple entities of an EntityType, please use StreamingReadFeatureValues. + /// + /// The body of the request. + /// + /// Required. The resource name of the EntityType for the entity being read. Value format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. + /// For example, for a machine learning model predicting user clicks on a website, an EntityType ID + /// could be `user`. + /// + public virtual ReadFeatureValuesRequest ReadFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadFeatureValuesRequest body, string entityType) { - Parent = parent; - Body = body; - InitParameters(); + return new ReadFeatureValuesRequest(this.service, body, entityType); } /// - /// Required. The resource name of the Location to create the NasJob in. Format: - /// `projects/{project}/locations/{location}` + /// Reads Feature values of a specific entity of an EntityType. For reading feature values of + /// multiple entities of an EntityType, please use StreamingReadFeatureValues. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + public class ReadFeatureValuesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ReadFeatureValues request. + public ReadFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadFeatureValuesRequest body, string entityType) : base(service) + { + EntityType = entityType; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NasJob Body { get; set; } + /// + /// Required. The resource name of the EntityType for the entity being read. Value format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. + /// For example, for a machine learning model predicting user clicks on a website, an EntityType + /// ID could be `user`. + /// + [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] + public virtual string EntityType { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadFeatureValuesRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "readFeatureValues"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/nasJobs"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+entityType}:readFeatureValues"; + + /// Initializes ReadFeatureValues parameter list. + protected override void InitParameters() { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + { + Name = "entityType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } } - } - - /// Deletes a NasJob. - /// - /// Required. The name of the NasJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// Deletes a NasJob. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) { - Name = name; - InitParameters(); + return new SetIamPolicyRequest(this.service, body, resource); } /// - /// Required. The name of the NasJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + public class SetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } } - } - - /// Gets a NasJob - /// - /// Required. The name of the NasJob resource. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - /// Gets a NasJob - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Reads Feature values for multiple entities. Depending on their size, data for different entities + /// may be broken up across multiple responses. + /// + /// The body of the request. + /// + /// Required. The resource name of the entities' type. Value format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. + /// For example, for a machine learning model predicting user clicks on a website, an EntityType ID + /// could be `user`. + /// + public virtual StreamingReadFeatureValuesRequest StreamingReadFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest body, string entityType) { - Name = name; - InitParameters(); + return new StreamingReadFeatureValuesRequest(this.service, body, entityType); } /// - /// Required. The name of the NasJob resource. Format: - /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// Reads Feature values for multiple entities. Depending on their size, data for different entities + /// may be broken up across multiple responses. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + public class StreamingReadFeatureValuesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamingReadFeatureValues request. + public StreamingReadFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest body, string entityType) : base(service) + { + EntityType = entityType; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Required. The resource name of the entities' type. Value format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`. + /// For example, for a machine learning model predicting user clicks on a website, an EntityType + /// ID could be `user`. + /// + [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] + public virtual string EntityType { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "streamingReadFeatureValues"; - /// Lists NasJobs in a Location. - /// - /// Required. The resource name of the Location to list the NasJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Lists NasJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); + /// Gets the REST path. + public override string RestPath => "v1/{+entityType}:streamingReadFeatureValues"; + + /// Initializes StreamingReadFeatureValues parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + { + Name = "entityType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } } /// - /// Required. The resource name of the Location to list the NasJobs from. Format: - /// `projects/{project}/locations/{location}` + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + { + return new TestIamPermissionsRequest(this.service, resource); + } /// - /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and - /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, - /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC - /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value - /// equality `labels.key:* - key existence Some examples of using the filter are: * - /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR - /// display_name="my_job"` * `NOT display_name="my_job"` * - /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// - /// The standard list page token. Typically obtained via ListNasJobsResponse.next_page_token of the - /// previous JobService.ListNasJobs call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` + /// or `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Gets the method name. + public override string MethodName => "testIamPermissions"; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/nasJobs"; + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + { + Name = "permissions", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Initializes List parameter list. - protected override void InitParameters() + /// + /// Writes Feature values of one or more entities of an EntityType. The Feature values are merged + /// into existing entities if any. The Feature values to be written must have timestamp within the + /// online storage retention. + /// + /// The body of the request. + /// + /// Required. The resource name of the EntityType for the entities being written. Value format: + /// `projects/{project}/locations/{location}/featurestores/ + /// {featurestore}/entityTypes/{entityType}`. For example, for a machine learning model predicting + /// user clicks on a website, an EntityType ID could be `user`. + /// + public virtual WriteFeatureValuesRequest WriteFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteFeatureValuesRequest body, string entityType) { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + return new WriteFeatureValuesRequest(this.service, body, entityType); } - } - } - /// Gets the NotebookExecutionJobs resource. - public virtual NotebookExecutionJobsResource NotebookExecutionJobs { get; } + /// + /// Writes Feature values of one or more entities of an EntityType. The Feature values are merged + /// into existing entities if any. The Feature values to be written must have timestamp within the + /// online storage retention. + /// + public class WriteFeatureValuesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new WriteFeatureValues request. + public WriteFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteFeatureValuesRequest body, string entityType) : base(service) + { + EntityType = entityType; + Body = body; + InitParameters(); + } - /// The "notebookExecutionJobs" collection of methods. - public class NotebookExecutionJobsResource - { - private const string Resource = "notebookExecutionJobs"; + /// + /// Required. The resource name of the EntityType for the entities being written. Value format: + /// `projects/{project}/locations/{location}/featurestores/ + /// {featurestore}/entityTypes/{entityType}`. For example, for a machine learning model + /// predicting user clicks on a website, an EntityType ID could be `user`. + /// + [Google.Apis.Util.RequestParameterAttribute("entityType", Google.Apis.Util.RequestParameterType.Path)] + public virtual string EntityType { get; private set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteFeatureValuesRequest Body { get; set; } - /// Constructs a new resource. - public NotebookExecutionJobsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "writeFeatureValues"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+entityType}:writeFeatureValues"; + + /// Initializes WriteFeatureValues parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("entityType", new Google.Apis.Discovery.Parameter + { + Name = "entityType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$", + }); + } + } } /// Gets the Operations resource. @@ -29892,7 +30986,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", }); } } @@ -29945,7 +31039,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", }); } } @@ -29996,7 +31090,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", }); } } @@ -30040,6 +31134,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -30059,7 +31164,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -30085,6 +31190,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -30152,7 +31265,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -30166,85 +31279,168 @@ protected override void InitParameters() } } - /// Creates a NotebookExecutionJob. + /// + /// Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where + /// each read instance in the batch may read Feature values of entities from one or more EntityTypes. + /// Point-in-time correctness is guaranteed for Feature values of each read instance as of each + /// instance's read timestamp. + /// /// The body of the request. - /// - /// Required. The resource name of the Location to create the NotebookExecutionJob. Format: - /// `projects/{project}/locations/{location}` + /// + /// Required. The resource name of the Featurestore from which to query Feature values. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookExecutionJob body, string parent) + public virtual BatchReadFeatureValuesRequest BatchReadFeatureValues(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchReadFeatureValuesRequest body, string featurestore) { - return new CreateRequest(this.service, body, parent); + return new BatchReadFeatureValuesRequest(this.service, body, featurestore); } - /// Creates a NotebookExecutionJob. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where + /// each read instance in the batch may read Feature values of entities from one or more EntityTypes. + /// Point-in-time correctness is guaranteed for Feature values of each read instance as of each + /// instance's read timestamp. + /// + public class BatchReadFeatureValuesRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookExecutionJob body, string parent) : base(service) + /// Constructs a new BatchReadFeatureValues request. + public BatchReadFeatureValuesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchReadFeatureValuesRequest body, string featurestore) : base(service) { - Parent = parent; + Featurestore = featurestore; Body = body; InitParameters(); } /// - /// Required. The resource name of the Location to create the NotebookExecutionJob. Format: - /// `projects/{project}/locations/{location}` + /// Required. The resource name of the Featurestore from which to query Feature values. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Optional. User specified ID for the NotebookExecutionJob. - [Google.Apis.Util.RequestParameterAttribute("notebookExecutionJobId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string NotebookExecutionJobId { get; set; } + [Google.Apis.Util.RequestParameterAttribute("featurestore", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Featurestore { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookExecutionJob Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchReadFeatureValuesRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "batchReadFeatureValues"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/notebookExecutionJobs"; + public override string RestPath => "v1/{+featurestore}:batchReadFeatureValues"; - /// Initializes Create parameter list. + /// Initializes BatchReadFeatureValues parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("featurestore", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "featurestore", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", }); - RequestParameters.Add("notebookExecutionJobId", new Google.Apis.Discovery.Parameter - { - Name = "notebookExecutionJobId", - IsRequired = false, - ParameterType = "query", + } + } + + /// Creates a new Featurestore in a given project and location. + /// The body of the request. + /// + /// Required. The resource name of the Location to create Featurestores. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new Featurestore in a given project and location. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create Featurestores. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for this Featurestore, which will become the final component of the + /// Featurestore's resource name. This value may be up to 60 characters, and valid characters are + /// `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project + /// and location. + /// + [Google.Apis.Util.RequestParameterAttribute("featurestoreId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string FeaturestoreId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/featurestores"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("featurestoreId", new Google.Apis.Discovery.Parameter + { + Name = "featurestoreId", + IsRequired = false, + ParameterType = "query", DefaultValue = null, Pattern = null, }); } } - /// Deletes a NotebookExecutionJob. - /// Required. The name of the NotebookExecutionJob resource to be deleted. + /// + /// Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be + /// set to true for the request to succeed. + /// + /// + /// Required. The name of the Featurestore to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a NotebookExecutionJob. + /// + /// Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or `force` must be + /// set to true for the request to succeed. + /// public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. @@ -30254,10 +31450,20 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// Required. The name of the NotebookExecutionJob resource to be deleted. + /// + /// Required. The name of the Featurestore to be deleted. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// + /// If set to true, any EntityTypes and Features for this Featurestore will also be deleted. + /// (Otherwise, the request will only work if the Featurestore has no EntityTypes.) + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } + /// Gets the method name. public override string MethodName => "delete"; @@ -30277,20 +31483,28 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Gets a NotebookExecutionJob. - /// Required. The name of the NotebookExecutionJob resource. + /// Gets details of a single Featurestore. + /// Required. The name of the Featurestore resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a NotebookExecutionJob. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets details of a single Featurestore. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -30299,30 +31513,10 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// Required. The name of the NotebookExecutionJob resource. + /// Required. The name of the Featurestore resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Optional. The NotebookExecutionJob view. Defaults to BASIC. - [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable View { get; set; } - - /// Optional. The NotebookExecutionJob view. Defaults to BASIC. - public enum ViewEnum - { - /// When unspecified, the API defaults to the BASIC view. - [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_UNSPECIFIED")] - NOTEBOOKEXECUTIONJOBVIEWUNSPECIFIED = 0, - - /// Includes all fields except for direct notebook inputs. - [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_BASIC")] - NOTEBOOKEXECUTIONJOBVIEWBASIC = 1, - - /// Includes all fields. - [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_FULL")] - NOTEBOOKEXECUTIONJOBVIEWFULL = 2, - } - /// Gets the method name. public override string MethodName => "get"; @@ -30342,11 +31536,83 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", }); - RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + } + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - Name = "view", + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -30355,9 +31621,9 @@ protected override void InitParameters() } } - /// Lists NotebookExecutionJobs in a Location. + /// Lists Featurestores in a given project and location. /// - /// Required. The resource name of the Location from which to list the NotebookExecutionJobs. Format: + /// Required. The resource name of the Location to list Featurestores. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -30365,8 +31631,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists NotebookExecutionJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists Featurestores in a given project and location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -30376,62 +31642,53 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location from which to list the NotebookExecutionJobs. - /// Format: `projects/{project}/locations/{location}` + /// Required. The resource name of the Location to list Featurestores. Format: + /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// - /// Optional. An expression for filtering the results of the request. For field names both - /// snake_case and camelCase are supported. * `notebookExecutionJob` supports = and !=. - /// `notebookExecutionJob` represents the NotebookExecutionJob ID. * `displayName` supports = and != - /// and regex. * `schedule` supports = and != and regex. Some examples: * - /// `notebookExecutionJob="123"` * `notebookExecutionJob="my-execution-job"` * - /// `displayName="myDisplayName"` and `displayName=~"myDisplayNameRegex"` + /// Lists the featurestores that match the filter expression. The following fields are supported: * + /// `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` + /// comparisons. Values must be in RFC 3339 format. * `update_time`: Supports `=`, `!=`, `&lt;`, + /// `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 format. * + /// `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `&lt;`, `&gt;`, + /// `&lt;=`, and `&gt;=` comparisons. * `labels`: Supports key-value equality and key + /// presence. Examples: * `create_time &gt; "2020-01-01" OR update_time &gt; "2020-01-01"` + /// Featurestores created or updated after 2020-01-01. * `labels.env = "prod"` Featurestores with + /// label "env" set to "prod". /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. Supported fields: * `display_name` * `create_time` * - /// `update_time` Example: `display_name, create_time desc`. + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported Fields: * `create_time` * `update_time` * + /// `online_serving_config.fixed_node_count` /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } - /// Optional. The standard list page size. + /// + /// The maximum number of Featurestores to return. The service may return fewer than this value. If + /// unspecified, at most 100 Featurestores will be returned. The maximum value is 100; any value + /// greater than 100 will be coerced to 100. + /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// Optional. The standard list page token. Typically obtained via - /// ListNotebookExecutionJobsResponse.next_page_token of the previous - /// NotebookService.ListNotebookExecutionJobs call. + /// A page token, received from a previous FeaturestoreService.ListFeaturestores call. Provide this + /// to retrieve the subsequent page. When paginating, all other parameters provided to + /// FeaturestoreService.ListFeaturestores must match the call that provided the page token. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Optional. The NotebookExecutionJob view. Defaults to BASIC. - [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable View { get; set; } - - /// Optional. The NotebookExecutionJob view. Defaults to BASIC. - public enum ViewEnum - { - /// When unspecified, the API defaults to the BASIC view. - [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_UNSPECIFIED")] - NOTEBOOKEXECUTIONJOBVIEWUNSPECIFIED = 0, - - /// Includes all fields except for direct notebook inputs. - [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_BASIC")] - NOTEBOOKEXECUTIONJOBVIEWBASIC = 1, - - /// Includes all fields. - [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_FULL")] - NOTEBOOKEXECUTIONJOBVIEWFULL = 2, - } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -30440,7 +31697,7 @@ public enum ViewEnum public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/notebookExecutionJobs"; + public override string RestPath => "v1/{+parent}/featurestores"; /// Initializes List parameter list. protected override void InitParameters() @@ -30486,9 +31743,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter { - Name = "view", + Name = "readMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -30496,173 +31753,522 @@ protected override void InitParameters() }); } } - } - - /// Gets the NotebookRuntimeTemplates resource. - public virtual NotebookRuntimeTemplatesResource NotebookRuntimeTemplates { get; } - - /// The "notebookRuntimeTemplates" collection of methods. - public class NotebookRuntimeTemplatesResource - { - private const string Resource = "notebookRuntimeTemplates"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public NotebookRuntimeTemplatesResource(Google.Apis.Services.IClientService service) + /// Updates the parameters of a single Featurestore. + /// The body of the request. + /// + /// Output only. Name of the Featurestore. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string name) { - this.service = service; - Operations = new OperationsResource(service); + return new PatchRequest(this.service, body, name); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// Updates the parameters of a single Featurestore. + public class PatchRequest : AiplatformBaseServiceRequest { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore body, string name) : base(service) { - this.service = service; + Name = name; + Body = body; + InitParameters(); } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// Output only. Name of the Featurestore. Format: + /// `projects/{project}/locations/{location}/featurestores/{featurestore}` /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// Field mask is used to specify the fields to be overwritten in the Featurestore 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 only the non-empty fields present in the request will be overwritten. Set the update_mask + /// to `*` to override all fields. Updatable fields: * `labels` * + /// `online_serving_config.fixed_node_count` * `online_serving_config.scaling` * + /// `online_storage_ttl_days` /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Featurestore Body { get; set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "patch"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) + /// Searches Features matching a query in a given project. + /// + /// Required. The resource name of the Location to search Features. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual SearchFeaturesRequest SearchFeatures(string location) + { + return new SearchFeaturesRequest(this.service, location); + } + + /// Searches Features matching a query in a given project. + public class SearchFeaturesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SearchFeatures request. + public SearchFeaturesRequest(Google.Apis.Services.IClientService service, string location) : base(service) { - return new DeleteRequest(this.service, name); + Location = location; + InitParameters(); } /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// Required. The resource name of the Location to search Features. Format: + /// `projects/{project}/locations/{location}` /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", - }); - } - } + [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Location { get; private set; } /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. + /// The maximum number of Features to return. The service may return fewer than this value. If + /// unspecified, at most 100 Features will be returned. The maximum value is 100; any value greater + /// than 100 will be coerced to 100. /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { + /// A page token, received from a previous FeaturestoreService.SearchFeatures call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// FeaturestoreService.SearchFeatures, except `page_size`, must match the call that provided the + /// page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Query string that is a conjunction of field-restricted queries and/or field-restricted filters. + /// Field-restricted queries and filters can be combined using `AND` to form a conjunction. A field + /// query is in the form FIELD:QUERY. This implicitly checks if QUERY exists as a substring within + /// Feature's FIELD. The QUERY and the FIELD are converted to a sequence of words (i.e. tokens) for + /// comparison. This is done by: * Removing leading/trailing whitespace and tokenizing the search + /// value. Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore `_`, or asterisk + /// `*` are treated as delimiters for tokens. `*` is treated as a wildcard that matches characters + /// within a token. * Ignoring case. * Prepending an asterisk to the first and appending an asterisk + /// to the last token in QUERY. A QUERY must be either a singular token or a phrase. A phrase is one + /// or multiple words enclosed in double quotation marks ("). With phrases, the order of the words + /// is important. Words in the phrase must be matching in order and consecutively. Supported FIELDs + /// for field-restricted queries: * `feature_id` * `description` * `entity_type_id` Examples: * + /// `feature_id: foo` --&gt; Matches a Feature with ID containing the substring `foo` (eg. + /// `foo`, `foofeature`, `barfoo`). * `feature_id: foo*feature` --&gt; Matches a Feature with ID + /// containing the substring `foo*feature` (eg. `foobarfeature`). * `feature_id: foo AND + /// description: bar` --&gt; Matches a Feature with ID containing the substring `foo` and + /// description containing the substring `bar`. Besides field queries, the following exact-match + /// filters are supported. The exact-match filters do not support wildcards. Unlike field-restricted + /// queries, exact-match filters are case-sensitive. * `feature_id`: Supports = comparisons. * + /// `description`: Supports = comparisons. Multi-token filters should be enclosed in quotes. * + /// `entity_type_id`: Supports = comparisons. * `value_type`: Supports = and != comparisons. * + /// `labels`: Supports key-value equality as well as key presence. * `featurestore_id`: Supports = + /// comparisons. Examples: * `description = "foo bar"` --&gt; Any Feature with description + /// exactly equal to `foo bar` * `value_type = DOUBLE` --&gt; Features whose type is DOUBLE. * + /// `labels.active = yes AND labels.env = prod` --&gt; Features having both (active: yes) and + /// (env: prod) labels. * `labels.env: *` --&gt; Any Feature which has a label with `env` as the + /// key. + /// + [Google.Apis.Util.RequestParameterAttribute("query", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Query { get; set; } + + /// Gets the method name. + public override string MethodName => "searchFeatures"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+location}/featurestores:searchFeatures"; + + /// Initializes SearchFeatures parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + { + Name = "location", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("query", new Google.Apis.Discovery.Parameter + { + Name = "query", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + { + return new TestIamPermissionsRequest(this.service, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or + /// `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/featurestores/[^/]+$", + }); + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + { + Name = "permissions", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the HyperparameterTuningJobs resource. + public virtual HyperparameterTuningJobsResource HyperparameterTuningJobs { get; } + + /// The "hyperparameterTuningJobs" collection of methods. + public class HyperparameterTuningJobsResource + { + private const string Resource = "hyperparameterTuningJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public HyperparameterTuningJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { @@ -30693,7 +32299,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", }); } } @@ -30737,6 +32343,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -30756,7 +32373,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -30782,6 +32399,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -30849,7 +32474,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -30863,165 +32488,177 @@ protected override void InitParameters() } } - /// Creates a NotebookRuntimeTemplate. + /// + /// Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the HyperparameterTuningJob. + /// The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use + /// JobService.GetHyperparameterTuningJob or other methods to check whether the cancellation succeeded + /// or whether the job completed despite cancellation. On successful cancellation, the + /// HyperparameterTuningJob is not deleted; instead it becomes a job with a + /// HyperparameterTuningJob.error value with a google.rpc.Status.code of 1, corresponding to + /// `Code.CANCELLED`, and HyperparameterTuningJob.state is set to `CANCELLED`. + /// /// The body of the request. - /// - /// Required. The resource name of the Location to create the NotebookRuntimeTemplate. Format: - /// `projects/{project}/locations/{location}` + /// + /// Required. The name of the HyperparameterTuningJob to cancel. Format: + /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string parent) + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest body, string name) { - return new CreateRequest(this.service, body, parent); + return new CancelRequest(this.service, body, name); } - /// Creates a NotebookRuntimeTemplate. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the HyperparameterTuningJob. + /// The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use + /// JobService.GetHyperparameterTuningJob or other methods to check whether the cancellation succeeded + /// or whether the job completed despite cancellation. On successful cancellation, the + /// HyperparameterTuningJob is not deleted; instead it becomes a job with a + /// HyperparameterTuningJob.error value with a google.rpc.Status.code of 1, corresponding to + /// `Code.CANCELLED`, and HyperparameterTuningJob.state is set to `CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string parent) : base(service) + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest body, string name) : base(service) { - Parent = parent; + Name = name; Body = body; InitParameters(); } /// - /// Required. The resource name of the Location to create the NotebookRuntimeTemplate. Format: - /// `projects/{project}/locations/{location}` + /// Required. The name of the HyperparameterTuningJob to cancel. Format: + /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Optional. User specified ID for the notebook runtime template. - [Google.Apis.Util.RequestParameterAttribute("notebookRuntimeTemplateId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string NotebookRuntimeTemplateId { get; set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/notebookRuntimeTemplates"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Create parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("notebookRuntimeTemplateId", new Google.Apis.Discovery.Parameter - { - Name = "notebookRuntimeTemplateId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", }); } } - /// Deletes a NotebookRuntimeTemplate. - /// - /// Required. The name of the NotebookRuntimeTemplate resource to be deleted. Format: - /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// Creates a HyperparameterTuningJob + /// The body of the request. + /// + /// Required. The resource name of the Location to create the HyperparameterTuningJob in. Format: + /// `projects/{project}/locations/{location}` /// - public virtual DeleteRequest Delete(string name) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1HyperparameterTuningJob body, string parent) { - return new DeleteRequest(this.service, name); + return new CreateRequest(this.service, body, parent); } - /// Deletes a NotebookRuntimeTemplate. - public class DeleteRequest : AiplatformBaseServiceRequest + /// Creates a HyperparameterTuningJob + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1HyperparameterTuningJob body, string parent) : base(service) { - Name = name; + Parent = parent; + Body = body; InitParameters(); } /// - /// Required. The name of the NotebookRuntimeTemplate resource to be deleted. Format: - /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// Required. The resource name of the Location to create the HyperparameterTuningJob in. Format: + /// `projects/{project}/locations/{location}` /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1HyperparameterTuningJob Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "create"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+parent}/hyperparameterTuningJobs"; - /// Initializes Delete parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+$", }); } } - /// Gets a NotebookRuntimeTemplate. + /// Deletes a HyperparameterTuningJob. /// - /// Required. The name of the NotebookRuntimeTemplate resource. Format: - /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// Required. The name of the HyperparameterTuningJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` /// - public virtual GetRequest Get(string name) + public virtual DeleteRequest Delete(string name) { - return new GetRequest(this.service, name); + return new DeleteRequest(this.service, name); } - /// Gets a NotebookRuntimeTemplate. - public class GetRequest : AiplatformBaseServiceRequest + /// Deletes a HyperparameterTuningJob. + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } /// - /// Required. The name of the NotebookRuntimeTemplate resource. Format: - /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// Required. The name of the HyperparameterTuningJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. public override string RestPath => "v1/{+name}"; - /// Initializes Get parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); @@ -31031,94 +32668,65 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", }); } } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Gets a HyperparameterTuningJob + /// + /// Required. The name of the HyperparameterTuningJob resource. Format: + /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) + public virtual GetRequest Get(string name) { - return new GetIamPolicyRequest(this.service, resource); + return new GetRequest(this.service, name); } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - public class GetIamPolicyRequest : AiplatformBaseServiceRequest + /// Gets a HyperparameterTuningJob + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Resource = resource; + Name = name; InitParameters(); } /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, - /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any - /// conditional role bindings must specify version 3. Policies with no conditional role bindings may - /// specify any valid value or leave the field unset. The policy in the response might use the - /// policy version that you specified, or it might use a lower policy version. For example, if you - /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. - /// To learn which resources support conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// Required. The name of the HyperparameterTuningJob resource. Format: + /// `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}` /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "getIamPolicy"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+resource}:getIamPolicy"; + public override string RestPath => "v1/{+name}"; - /// Initializes GetIamPolicy parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", - }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter - { - Name = "options.requestedPolicyVersion", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/hyperparameterTuningJobs/[^/]+$", }); } } - /// Lists NotebookRuntimeTemplates in a Location. + /// Lists HyperparameterTuningJobs in a Location. /// - /// Required. The resource name of the Location from which to list the NotebookRuntimeTemplates. Format: + /// Required. The resource name of the Location to list the HyperparameterTuningJobs from. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -31126,8 +32734,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists NotebookRuntimeTemplates in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists HyperparameterTuningJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -31137,49 +32745,38 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location from which to list the NotebookRuntimeTemplates. - /// Format: `projects/{project}/locations/{location}` + /// Required. The resource name of the Location to list the HyperparameterTuningJobs from. Format: + /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// - /// Optional. An expression for filtering the results of the request. For field names both - /// snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. - /// `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of - /// the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` - /// supports general map functions that is: * `labels.key=value` - key:value equality * - /// `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a - /// key"`. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, - /// ONE_CLICK]. * `machineType` supports = and !=. * `acceleratorType` supports = and !=. Some - /// examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName="myDisplayName"` - /// * `labels.myKey="myValue"` * `notebookRuntimeType=USER_DEFINED` * `machineType=e2-standard-4` * - /// `acceleratorType=NVIDIA_TESLA_T4` + /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and + /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, + /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC + /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value + /// equality `labels.key:* - key existence Some examples of using the filter are: * + /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR + /// display_name="my_job"` * `NOT display_name="my_job"` * + /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. Supported fields: * `display_name` * `create_time` * - /// `update_time` Example: `display_name, create_time desc`. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// Optional. The standard list page size. + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// Optional. The standard list page token. Typically obtained via - /// ListNotebookRuntimeTemplatesResponse.next_page_token of the previous - /// NotebookService.ListNotebookRuntimeTemplates call. + /// The standard list page token. Typically obtained via + /// ListHyperparameterTuningJobsResponse.next_page_token of the previous + /// JobService.ListHyperparameterTuningJobs call. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Optional. Mask specifying which fields to read. + /// Mask specifying which fields to read. [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object ReadMask { get; set; } @@ -31190,7 +32787,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/notebookRuntimeTemplates"; + public override string RestPath => "v1/{+parent}/hyperparameterTuningJobs"; /// Initializes List parameter list. protected override void InitParameters() @@ -31212,14 +32809,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -31246,236 +32835,21 @@ protected override void InitParameters() }); } } - - /// Updates a NotebookRuntimeTemplate. - /// The body of the request. - /// The resource name of the NotebookRuntimeTemplate. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// Updates a NotebookRuntimeTemplate. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// The resource name of the NotebookRuntimeTemplate. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Required. The update mask applies to the resource. For the `FieldMask` definition, see - /// google.protobuf.FieldMask. Input format: `{paths: "${updated_filed}"}` Updatable fields: * - /// `encryption_spec.kms_key_name` - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) - { - return new SetIamPolicyRequest(this.service, body, resource); - } - - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - public class SetIamPolicyRequest : AiplatformBaseServiceRequest - { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) - { - Resource = resource; - Body = body; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "setIamPolicy"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; - - /// Initializes SetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", - }); - } - } - - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual TestIamPermissionsRequest TestIamPermissions(string resource) - { - return new TestIamPermissionsRequest(this.service, resource); - } - - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. - /// - public class TestIamPermissionsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) - { - Resource = resource; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// - /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or - /// `storage.*`) are not allowed. For more information see [IAM - /// Overview](https://cloud.google.com/iam/docs/overview#permissions). - /// - [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable Permissions { get; set; } - - /// Gets the method name. - public override string MethodName => "testIamPermissions"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; - - /// Initializes TestIamPermissions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", - }); - RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter - { - Name = "permissions", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } } - /// Gets the NotebookRuntimes resource. - public virtual NotebookRuntimesResource NotebookRuntimes { get; } + /// Gets the IndexEndpoints resource. + public virtual IndexEndpointsResource IndexEndpoints { get; } - /// The "notebookRuntimes" collection of methods. - public class NotebookRuntimesResource + /// The "indexEndpoints" collection of methods. + public class IndexEndpointsResource { - private const string Resource = "notebookRuntimes"; + private const string Resource = "indexEndpoints"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public NotebookRuntimesResource(Google.Apis.Services.IClientService service) + public IndexEndpointsResource(Google.Apis.Services.IClientService service) { this.service = service; Operations = new OperationsResource(service); @@ -31554,7 +32928,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", }); } } @@ -31607,7 +32981,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", }); } } @@ -31658,7 +33032,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", }); } } @@ -31702,6 +33076,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -31721,7 +33106,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -31747,6 +33132,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -31814,7 +33207,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -31828,28 +33221,22 @@ protected override void InitParameters() } } - /// - /// Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns - /// an existing assignment or generates a new one. - /// + /// Creates an IndexEndpoint. /// The body of the request. /// - /// Required. The resource name of the Location to get the NotebookRuntime assignment. Format: + /// Required. The resource name of the Location to create the IndexEndpoint in. Format: /// `projects/{project}/locations/{location}` /// - public virtual AssignRequest Assign(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest body, string parent) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string parent) { - return new AssignRequest(this.service, body, parent); + return new CreateRequest(this.service, body, parent); } - /// - /// Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns - /// an existing assignment or generates a new one. - /// - public class AssignRequest : AiplatformBaseServiceRequest + /// Creates an IndexEndpoint. + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new Assign request. - public AssignRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest body, string parent) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string parent) : base(service) { Parent = parent; Body = body; @@ -31857,28 +33244,28 @@ public AssignRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Location to get the NotebookRuntime assignment. Format: + /// Required. The resource name of the Location to create the IndexEndpoint in. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "assign"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/notebookRuntimes:assign"; + public override string RestPath => "v1/{+parent}/indexEndpoints"; - /// Initializes Assign parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); @@ -31893,18 +33280,17 @@ protected override void InitParameters() } } - /// Deletes a NotebookRuntime. + /// Deletes an IndexEndpoint. /// - /// Required. The name of the NotebookRuntime resource to be deleted. Instead of checking whether the - /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is - /// no such NotebookRuntime in spanner. + /// Required. The name of the IndexEndpoint resource to be deleted. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a NotebookRuntime. + /// Deletes an IndexEndpoint. public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. @@ -31915,9 +33301,8 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the NotebookRuntime resource to be deleted. Instead of checking whether - /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if - /// there is no such NotebookRuntime in spanner. + /// Required. The name of the IndexEndpoint resource to be deleted. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -31941,37 +33326,153 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", }); } } - /// Gets a NotebookRuntime. - /// - /// Required. The name of the NotebookRuntime resource. Instead of checking whether the name is in valid - /// NotebookRuntime resource name format, directly throw NotFound exception if there is no such - /// NotebookRuntime in spanner. + /// Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. + /// The body of the request. + /// + /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` /// - public virtual GetRequest Get(string name) + public virtual DeployIndexRequest DeployIndex(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployIndexRequest body, string indexEndpoint) { - return new GetRequest(this.service, name); + return new DeployIndexRequest(this.service, body, indexEndpoint); } - /// Gets a NotebookRuntime. - public class GetRequest : AiplatformBaseServiceRequest + /// Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. + public class DeployIndexRequest : AiplatformBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new DeployIndex request. + public DeployIndexRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployIndexRequest body, string indexEndpoint) : base(service) { - Name = name; + IndexEndpoint = indexEndpoint; + Body = body; InitParameters(); } /// - /// Required. The name of the NotebookRuntime resource. Instead of checking whether the name is in - /// valid NotebookRuntime resource name format, directly throw NotFound exception if there is no - /// such NotebookRuntime in spanner. - /// + /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string IndexEndpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployIndexRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "deployIndex"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+indexEndpoint}:deployIndex"; + + /// Initializes DeployIndex parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter + { + Name = "indexEndpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + }); + } + } + + /// Finds the nearest neighbors of each vector within the request. + /// The body of the request. + /// + /// Required. The name of the index endpoint. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + public virtual FindNeighborsRequest FindNeighbors(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FindNeighborsRequest body, string indexEndpoint) + { + return new FindNeighborsRequest(this.service, body, indexEndpoint); + } + + /// Finds the nearest neighbors of each vector within the request. + public class FindNeighborsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new FindNeighbors request. + public FindNeighborsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FindNeighborsRequest body, string indexEndpoint) : base(service) + { + IndexEndpoint = indexEndpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the index endpoint. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string IndexEndpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FindNeighborsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "findNeighbors"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+indexEndpoint}:findNeighbors"; + + /// Initializes FindNeighbors parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter + { + Name = "indexEndpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + }); + } + } + + /// Gets an IndexEndpoint. + /// + /// Required. The name of the IndexEndpoint resource. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets an IndexEndpoint. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the IndexEndpoint resource. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -31994,14 +33495,14 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", }); } } - /// Lists NotebookRuntimes in a Location. + /// Lists IndexEndpoints in a Location. /// - /// Required. The resource name of the Location from which to list the NotebookRuntimes. Format: + /// Required. The resource name of the Location from which to list the IndexEndpoints. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -32009,8 +33510,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists NotebookRuntimes in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists IndexEndpoints in a Location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -32020,7 +33521,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location from which to list the NotebookRuntimes. Format: + /// Required. The resource name of the Location from which to list the IndexEndpoints. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] @@ -32028,44 +33529,26 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Optional. An expression for filtering the results of the request. For field names both - /// snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` - /// represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. - /// * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. - /// `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of - /// the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState - /// enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. - /// runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, - /// BEING_UPGRADED, ERROR, INVALID]. * `runtimeUser` supports = and !=. * API version is UI only: - /// `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, - /// UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, - /// UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. - /// notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. * `machineType` supports = and !=. * - /// `acceleratorType` supports = and !=. Some examples: * `notebookRuntime="notebookRuntime123"` * - /// `displayName="myDisplayName"` and `displayName=~"myDisplayNameRegex"` * - /// `notebookRuntimeTemplate="notebookRuntimeTemplate321"` * `healthState=HEALTHY` * - /// `runtimeState=RUNNING` * `runtimeUser="test@google.com"` * - /// `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED` * - /// `machineType=e2-standard-4` * `acceleratorType=NVIDIA_TESLA_T4` + /// snake_case and camelCase are supported. * `index_endpoint` supports = and !=. `index_endpoint` + /// represents the IndexEndpoint ID, ie. the last segment of the IndexEndpoint's resourcename. * + /// `display_name` supports =, != and regex() (uses [re2](https://github.com/google/re2/wiki/Syntax) + /// syntax) * `labels` supports general map functions that is: `labels.key=value` - key:value + /// equality `labels.key:* or labels:key - key existence A key including a space must be quoted. + /// `labels."a key"`. Some examples: * `index_endpoint="1"` * `display_name="myDisplayName"` * + /// `regex(display_name, "^A") -&gt; The display name starts with an A. * + /// `labels.myKey="myValue"` /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// - /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" - /// after a field name for descending. Supported fields: * `display_name` * `create_time` * - /// `update_time` Example: `display_name, create_time desc`. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - /// Optional. The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// /// Optional. The standard list page token. Typically obtained via - /// ListNotebookRuntimesResponse.next_page_token of the previous - /// NotebookService.ListNotebookRuntimes call. + /// ListIndexEndpointsResponse.next_page_token of the previous + /// IndexEndpointService.ListIndexEndpoints call. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -32081,7 +33564,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/notebookRuntimes"; + public override string RestPath => "v1/{+parent}/indexEndpoints"; /// Initializes List parameter list. protected override void InitParameters() @@ -32103,14 +33586,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -32138,114 +33613,110 @@ protected override void InitParameters() } } - /// Starts a NotebookRuntime. + /// Update an existing DeployedIndex under an IndexEndpoint. /// The body of the request. - /// - /// Required. The name of the NotebookRuntime resource to be started. Instead of checking whether the - /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is - /// no such NotebookRuntime in spanner. + /// + /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` /// - public virtual StartRequest Start(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StartNotebookRuntimeRequest body, string name) + public virtual MutateDeployedIndexRequest MutateDeployedIndex(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployedIndex body, string indexEndpoint) { - return new StartRequest(this.service, body, name); + return new MutateDeployedIndexRequest(this.service, body, indexEndpoint); } - /// Starts a NotebookRuntime. - public class StartRequest : AiplatformBaseServiceRequest + /// Update an existing DeployedIndex under an IndexEndpoint. + public class MutateDeployedIndexRequest : AiplatformBaseServiceRequest { - /// Constructs a new Start request. - public StartRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StartNotebookRuntimeRequest body, string name) : base(service) + /// Constructs a new MutateDeployedIndex request. + public MutateDeployedIndexRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployedIndex body, string indexEndpoint) : base(service) { - Name = name; + IndexEndpoint = indexEndpoint; Body = body; InitParameters(); } /// - /// Required. The name of the NotebookRuntime resource to be started. Instead of checking whether - /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if - /// there is no such NotebookRuntime in spanner. + /// Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string IndexEndpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StartNotebookRuntimeRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployedIndex Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "start"; + public override string MethodName => "mutateDeployedIndex"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:start"; + public override string RestPath => "v1/{+indexEndpoint}:mutateDeployedIndex"; - /// Initializes Start parameter list. + /// Initializes MutateDeployedIndex parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "indexEndpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", }); } } - /// Stops a NotebookRuntime. + /// Updates an IndexEndpoint. /// The body of the request. - /// - /// Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the - /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is - /// no such NotebookRuntime in spanner. - /// - public virtual StopRequest Stop(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopNotebookRuntimeRequest body, string name) + /// Output only. The resource name of the IndexEndpoint. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string name) { - return new StopRequest(this.service, body, name); + return new PatchRequest(this.service, body, name); } - /// Stops a NotebookRuntime. - public class StopRequest : AiplatformBaseServiceRequest + /// Updates an IndexEndpoint. + public class PatchRequest : AiplatformBaseServiceRequest { - /// Constructs a new Stop request. - public StopRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopNotebookRuntimeRequest body, string name) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint body, string name) : base(service) { Name = name; Body = body; InitParameters(); } - /// - /// Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether - /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if - /// there is no such NotebookRuntime in spanner. - /// + /// Output only. The resource name of the IndexEndpoint. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// + /// Required. The update mask applies to the resource. See google.protobuf.FieldMask. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopNotebookRuntimeRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1IndexEndpoint Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "stop"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:stop"; + public override string RestPath => "v1/{+name}"; - /// Initializes Stop parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -32255,466 +33726,198 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Upgrades a NotebookRuntime. + /// + /// Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a + /// batch. + /// /// The body of the request. - /// - /// Required. The name of the NotebookRuntime resource to be upgrade. Instead of checking whether the - /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is - /// no such NotebookRuntime in spanner. + /// + /// Required. The name of the index endpoint. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` /// - public virtual UpgradeRequest Upgrade(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest body, string name) + public virtual ReadIndexDatapointsRequest ReadIndexDatapoints(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadIndexDatapointsRequest body, string indexEndpoint) { - return new UpgradeRequest(this.service, body, name); + return new ReadIndexDatapointsRequest(this.service, body, indexEndpoint); } - /// Upgrades a NotebookRuntime. - public class UpgradeRequest : AiplatformBaseServiceRequest + /// + /// Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a + /// batch. + /// + public class ReadIndexDatapointsRequest : AiplatformBaseServiceRequest { - /// Constructs a new Upgrade request. - public UpgradeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest body, string name) : base(service) + /// Constructs a new ReadIndexDatapoints request. + public ReadIndexDatapointsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadIndexDatapointsRequest body, string indexEndpoint) : base(service) { - Name = name; + IndexEndpoint = indexEndpoint; Body = body; InitParameters(); } /// - /// Required. The name of the NotebookRuntime resource to be upgrade. Instead of checking whether - /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if - /// there is no such NotebookRuntime in spanner. + /// Required. The name of the index endpoint. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string IndexEndpoint { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReadIndexDatapointsRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "upgrade"; + public override string MethodName => "readIndexDatapoints"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:upgrade"; + public override string RestPath => "v1/{+indexEndpoint}:readIndexDatapoints"; - /// Initializes Upgrade parameter list. + /// Initializes ReadIndexDatapoints parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "indexEndpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", }); } } - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to - /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On - /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an - /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all + /// resources it's using. /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) + /// The body of the request. + /// + /// Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + public virtual UndeployIndexRequest UndeployIndex(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployIndexRequest body, string indexEndpoint) { - return new CancelRequest(this.service, name); + return new UndeployIndexRequest(this.service, body, indexEndpoint); } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to - /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On - /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an - /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all + /// resources it's using. /// - public class CancelRequest : AiplatformBaseServiceRequest + public class UndeployIndexRequest : AiplatformBaseServiceRequest { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new UndeployIndex request. + public UndeployIndexRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployIndexRequest body, string indexEndpoint) : base(service) { - Name = name; + IndexEndpoint = indexEndpoint; + Body = body; InitParameters(); } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format: + /// `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("indexEndpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string IndexEndpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UndeployIndexRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "cancel"; + public override string MethodName => "undeployIndex"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + public override string RestPath => "v1/{+indexEndpoint}:undeployIndex"; - /// Initializes Cancel parameter list. + /// Initializes UndeployIndex parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("indexEndpoint", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "indexEndpoint", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexEndpoints/[^/]+$", }); } } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested in - /// the operation result. It does not cancel the operation. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the Indexes resource. + public virtual IndexesResource Indexes { get; } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested in - /// the operation result. It does not cancel the operation. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The "indexes" collection of methods. + public class IndexesResource + { + private const string Resource = "indexes"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "delete"; + /// Constructs a new resource. + public IndexesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", - }); + this.service = service; } - } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation - /// result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation - /// result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support this - /// method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support this - /// method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the - /// latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the - /// latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time - /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the - /// shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the PersistentResources resource. - public virtual PersistentResourcesResource PersistentResources { get; } - - /// The "persistentResources" collection of methods. - public class PersistentResourcesResource - { - private const string Resource = "persistentResources"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public PersistentResourcesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); + return new CancelRequest(this.service, name); } /// @@ -32758,7 +33961,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", }); } } @@ -32811,7 +34014,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", }); } } @@ -32862,7 +34065,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", }); } } @@ -32906,6 +34109,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -32925,7 +34139,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -32951,6 +34165,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -33018,7 +34240,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -33032,22 +34254,22 @@ protected override void InitParameters() } } - /// Creates a PersistentResource. + /// Creates an Index. /// The body of the request. /// - /// Required. The resource name of the Location to create the PersistentResource in. Format: + /// Required. The resource name of the Location to create the Index in. Format: /// `projects/{project}/locations/{location}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string parent) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string parent) { return new CreateRequest(this.service, body, parent); } - /// Creates a PersistentResource. + /// Creates an Index. public class CreateRequest : AiplatformBaseServiceRequest { /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string parent) : base(service) + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string parent) : base(service) { Parent = parent; Body = body; @@ -33055,22 +34277,14 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Location to create the PersistentResource in. Format: + /// Required. The resource name of the Location to create the Index in. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// - /// Required. The ID to use for the PersistentResource, which become the final component of the - /// PersistentResource's resource name. The maximum length is 63 characters, and valid characters - /// are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`. - /// - [Google.Apis.Util.RequestParameterAttribute("persistentResourceId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PersistentResourceId { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -33082,7 +34296,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/persistentResources"; + public override string RestPath => "v1/{+parent}/indexes"; /// Initializes Create parameter list. protected override void InitParameters() @@ -33096,28 +34310,24 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("persistentResourceId", new Google.Apis.Discovery.Parameter - { - Name = "persistentResourceId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); } } - /// Deletes a PersistentResource. + /// + /// Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed. + /// /// - /// Required. The name of the PersistentResource to be deleted. Format: - /// `projects/{project}/locations/{location}/persistentResources/{persistent_resource}` + /// Required. The name of the Index resource to be deleted. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a PersistentResource. + /// + /// Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed. + /// public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. @@ -33128,8 +34338,8 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the PersistentResource to be deleted. Format: - /// `projects/{project}/locations/{location}/persistentResources/{persistent_resource}` + /// Required. The name of the Index resource to be deleted. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -33153,23 +34363,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", }); } } - /// Gets a PersistentResource. + /// Gets an Index. /// - /// Required. The name of the PersistentResource resource. Format: - /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// Required. The name of the Index resource. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a PersistentResource. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets an Index. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -33179,8 +34389,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The name of the PersistentResource resource. Format: - /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// Required. The name of the Index resource. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -33204,14 +34414,14 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", }); } } - /// Lists PersistentResources in a Location. + /// Lists Indexes in a Location. /// - /// Required. The resource name of the Location to list the PersistentResources from. Format: + /// Required. The resource name of the Location from which to list the Indexes. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -33219,8 +34429,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists PersistentResources in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists Indexes in a Location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -33230,24 +34440,31 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location to list the PersistentResources from. Format: + /// Required. The resource name of the Location from which to list the Indexes. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// Optional. The standard list page size. + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// Optional. The standard list page token. Typically obtained via - /// ListPersistentResourcesResponse.next_page_token of the previous - /// PersistentResourceService.ListPersistentResource call. + /// The standard list page token. Typically obtained via ListIndexesResponse.next_page_token of the + /// previous IndexService.ListIndexes call. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -33255,7 +34472,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/persistentResources"; + public override string RestPath => "v1/{+parent}/indexes"; /// Initializes List parameter list. protected override void InitParameters() @@ -33269,6 +34486,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -33285,40 +34510,49 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Updates a PersistentResource. + /// Updates an Index. /// The body of the request. - /// Immutable. Resource name of a PersistentResource. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string name) + /// Output only. The resource name of the Index. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string name) { return new PatchRequest(this.service, body, name); } - /// Updates a PersistentResource. + /// Updates an Index. public class PatchRequest : AiplatformBaseServiceRequest { /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string name) : base(service) + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index body, string name) : base(service) { Name = name; Body = body; InitParameters(); } - /// Immutable. Resource name of a PersistentResource. + /// Output only. The resource name of the Index. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// Required. Specify the fields to be overwritten in the PersistentResource by the update method. + /// The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. /// [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object UpdateMask { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Index Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -33342,7 +34576,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { @@ -33355,179 +34589,621 @@ protected override void InitParameters() } } - /// Reboots a PersistentResource. + /// Remove Datapoints from an Index. /// The body of the request. - /// - /// Required. The name of the PersistentResource resource. Format: - /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// + /// Required. The name of the Index resource to be updated. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` /// - public virtual RebootRequest Reboot(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebootPersistentResourceRequest body, string name) + public virtual RemoveDatapointsRequest RemoveDatapoints(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveDatapointsRequest body, string index) { - return new RebootRequest(this.service, body, name); + return new RemoveDatapointsRequest(this.service, body, index); } - /// Reboots a PersistentResource. - public class RebootRequest : AiplatformBaseServiceRequest + /// Remove Datapoints from an Index. + public class RemoveDatapointsRequest : AiplatformBaseServiceRequest { - /// Constructs a new Reboot request. - public RebootRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebootPersistentResourceRequest body, string name) : base(service) + /// Constructs a new RemoveDatapoints request. + public RemoveDatapointsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveDatapointsRequest body, string index) : base(service) { - Name = name; + Index = index; Body = body; InitParameters(); } /// - /// Required. The name of the PersistentResource resource. Format: - /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// Required. The name of the Index resource to be updated. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("index", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Index { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebootPersistentResourceRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveDatapointsRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "reboot"; + public override string MethodName => "removeDatapoints"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:reboot"; + public override string RestPath => "v1/{+index}:removeDatapoints"; - /// Initializes Reboot parameter list. + /// Initializes RemoveDatapoints parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("index", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "index", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", + }); + } + } + + /// Add/update Datapoints into an Index. + /// The body of the request. + /// + /// Required. The name of the Index resource to be updated. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` + /// + public virtual UpsertDatapointsRequest UpsertDatapoints(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpsertDatapointsRequest body, string index) + { + return new UpsertDatapointsRequest(this.service, body, index); + } + + /// Add/update Datapoints into an Index. + public class UpsertDatapointsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new UpsertDatapoints request. + public UpsertDatapointsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpsertDatapointsRequest body, string index) : base(service) + { + Index = index; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Index resource to be updated. Format: + /// `projects/{project}/locations/{location}/indexes/{index}` + /// + [Google.Apis.Util.RequestParameterAttribute("index", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Index { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpsertDatapointsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "upsertDatapoints"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+index}:upsertDatapoints"; + + /// Initializes UpsertDatapoints parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("index", new Google.Apis.Discovery.Parameter + { + Name = "index", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/indexes/[^/]+$", }); } } } - /// Gets the PipelineJobs resource. - public virtual PipelineJobsResource PipelineJobs { get; } + /// Gets the MetadataStores resource. + public virtual MetadataStoresResource MetadataStores { get; } - /// The "pipelineJobs" collection of methods. - public class PipelineJobsResource + /// The "metadataStores" collection of methods. + public class MetadataStoresResource { - private const string Resource = "pipelineJobs"; + private const string Resource = "metadataStores"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public PipelineJobsResource(Google.Apis.Services.IClientService service) + public MetadataStoresResource(Google.Apis.Services.IClientService service) { this.service = service; + Artifacts = new ArtifactsResource(service); + Contexts = new ContextsResource(service); + Executions = new ExecutionsResource(service); + MetadataSchemas = new MetadataSchemasResource(service); Operations = new OperationsResource(service); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// Gets the Artifacts resource. + public virtual ArtifactsResource Artifacts { get; } + + /// The "artifacts" collection of methods. + public class ArtifactsResource { - private const string Resource = "operations"; + private const string Resource = "artifacts"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + public ArtifactsResource(Google.Apis.Services.IClientService service) { this.service = service; + Operations = new OperationsResource(service); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource { - return new CancelRequest(this.service, name); + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Creates an Artifact associated with a MetadataStore. + /// The body of the request. + /// + /// Required. The resource name of the MetadataStore where the Artifact should be created. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string parent) { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + return new CreateRequest(this.service, body, parent); + } + + /// Creates an Artifact associated with a MetadataStore. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string parent) : base(service) { - Name = name; + Parent = parent; + Body = body; InitParameters(); } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The resource name of the MetadataStore where the Artifact should be created. + /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// The {artifact} portion of the resource name with the format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` + /// If not provided, the Artifact's ID will be a UUID generated by the service. Must be 4-128 + /// characters in length. Valid characters are `/a-z-/`. Must be unique across all Artifacts in + /// the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or + /// PERMISSION_DENIED if the caller can't view the preexisting Artifact.) + /// + [Google.Apis.Util.RequestParameterAttribute("artifactId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ArtifactId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "cancel"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + public override string RestPath => "v1/{+parent}/artifacts"; - /// Initializes Cancel parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + }); + RequestParameters.Add("artifactId", new Google.Apis.Discovery.Parameter + { + Name = "artifactId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. + /// Deletes an Artifact. + /// + /// Required. The resource name of the Artifact to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` + /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Deletes an Artifact. + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -33536,10 +35212,20 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// The name of the operation resource to be deleted. + /// + /// Required. The resource name of the Artifact to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// + /// Optional. The etag of the Artifact to delete. If this is provided, it must match the + /// server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION. + /// + [Google.Apis.Util.RequestParameterAttribute("etag", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Etag { get; set; } + /// Gets the method name. public override string MethodName => "delete"; @@ -33559,26 +35245,31 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", + }); + RequestParameters.Add("etag", new Google.Apis.Discovery.Parameter + { + Name = "etag", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. + /// Retrieves a specific Artifact. + /// + /// Required. The resource name of the Artifact to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` + /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest + /// Retrieves a specific Artifact. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -33587,7 +35278,10 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// The name of the operation resource. + /// + /// Required. The resource name of the Artifact to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -33610,47 +35304,81 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", }); } } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) + /// Lists Artifacts in the MetadataStore. + /// + /// Required. The MetadataStore whose Artifacts should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + public virtual ListRequest List(string parent) { - return new ListRequest(this.service, name); + return new ListRequest(this.service, parent); } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + /// Lists Artifacts in the MetadataStore. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Name = name; + Parent = parent; InitParameters(); } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The MetadataStore whose Artifacts should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The standard list filter. + /// + /// Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of + /// the result set. The syntax to define filter query is based on https://google.aip.dev/160. + /// The supported set of filters include the following: * **Attribute filtering**: For example: + /// `display_name = "test"`. Supported fields include: `name`, `display_name`, `uri`, `state`, + /// `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and + /// `update_time`, require values specified in RFC-3339 format. For example: `create_time = + /// "2020-11-19T11:30:00-04:00"` * **Metadata field**: To filter on metadata fields use + /// traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = + /// 10.0` In case the field name contains special characters (such as colon), one can embed it + /// inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Context based + /// filtering**: To filter Artifacts based on the contexts to which they belong, use the + /// function operator with the full resource name `in_context()`. For example: + /// `in_context("projects//locations//metadataStores//contexts/")` Each of the above supported + /// filter types can be combined together using logical operators (`AND` &amp; `OR`). + /// Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND + /// metadata.field1.bool_value = true`. + /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// The standard list page size. + /// + /// How the list of messages is ordered. Specify the values to order by and an ordering + /// operation. The default sorting order is ascending. To specify descending order for a field, + /// users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a + /// `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of Artifacts to return. The service may return fewer. Must be in range + /// 1-100, inclusive. Defaults to 100. + /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// The standard list page token. + /// + /// A page token, received from a previous MetadataService.ListArtifacts call. Provide this to + /// retrieve the subsequent page. When paginating, all other provided parameters must match the + /// call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT + /// error.) + /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -33661,19 +35389,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + public override string RestPath => "v1/{+parent}/artifacts"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -33683,6 +35411,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -33702,61 +35438,53 @@ protected override void InitParameters() } } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Updates a stored Artifact. + /// The body of the request. + /// Output only. The resource name of the Artifact. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string name) { - return new WaitRequest(this.service, name); + return new PatchRequest(this.service, body, name); } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// Updates a stored Artifact. + public class PatchRequest : AiplatformBaseServiceRequest { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact body, string name) : base(service) { Name = name; + Body = body; InitParameters(); } - /// The name of the operation resource to wait on. + /// Output only. The resource name of the Artifact. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// If set to true, and the Artifact is not found, a new Artifact is created. + [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AllowMissing { get; set; } + + /// Optional. A FieldMask indicating which fields should be updated. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Artifact Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "wait"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + public override string RestPath => "v1/{+name}"; - /// Initializes Wait parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -33766,11 +35494,19 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter { - Name = "timeout", + Name = "allowMissing", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -33778,1676 +35514,1429 @@ protected override void InitParameters() }); } } - } - - /// - /// Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, - /// and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs - /// are cancelled. The server will poll the states of all the pipeline jobs periodically to check the - /// cancellation status. This operation will return an LRO. - /// - /// The body of the request. - /// - /// Required. The name of the PipelineJobs' parent resource. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual BatchCancelRequest BatchCancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest body, string parent) - { - return new BatchCancelRequest(this.service, body, parent); - } - /// - /// Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, - /// and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs - /// are cancelled. The server will poll the states of all the pipeline jobs periodically to check the - /// cancellation status. This operation will return an LRO. - /// - public class BatchCancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new BatchCancel request. - public BatchCancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest body, string parent) : base(service) + /// Purges Artifacts. + /// The body of the request. + /// + /// Required. The metadata store to purge Artifacts from. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + public virtual PurgeRequest Purge(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeArtifactsRequest body, string parent) { - Parent = parent; - Body = body; - InitParameters(); + return new PurgeRequest(this.service, body, parent); } - /// - /// Required. The name of the PipelineJobs' parent resource. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Purges Artifacts. + public class PurgeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Purge request. + public PurgeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeArtifactsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest Body { get; set; } + /// + /// Required. The metadata store to purge Artifacts from. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeArtifactsRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "batchCancel"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "purge"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/pipelineJobs:batchCancel"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes BatchCancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/artifacts:purge"; + + /// Initializes Purge parameter list. + protected override void InitParameters() { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + }); + } } - } - - /// - /// Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are - /// deleted. If it succeeds, all of the PipelineJobs are deleted. - /// - /// The body of the request. - /// - /// Required. The name of the PipelineJobs' parent resource. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual BatchDeleteRequest BatchDelete(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest body, string parent) - { - return new BatchDeleteRequest(this.service, body, parent); - } - /// - /// Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are - /// deleted. If it succeeds, all of the PipelineJobs are deleted. - /// - public class BatchDeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new BatchDelete request. - public BatchDeleteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest body, string parent) : base(service) + /// + /// Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event + /// edges and returned as a LineageSubgraph. + /// + /// + /// Required. The resource name of the Artifact whose Lineage needs to be retrieved as a + /// LineageSubgraph. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` + /// The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of + /// Executions, or the number of Events that would be returned for the Context exceeds 1000. + /// + public virtual QueryArtifactLineageSubgraphRequest QueryArtifactLineageSubgraph(string artifact) { - Parent = parent; - Body = body; - InitParameters(); + return new QueryArtifactLineageSubgraphRequest(this.service, artifact); } /// - /// Required. The name of the PipelineJobs' parent resource. Format: - /// `projects/{project}/locations/{location}` + /// Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event + /// edges and returned as a LineageSubgraph. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + public class QueryArtifactLineageSubgraphRequest : AiplatformBaseServiceRequest + { + /// Constructs a new QueryArtifactLineageSubgraph request. + public QueryArtifactLineageSubgraphRequest(Google.Apis.Services.IClientService service, string artifact) : base(service) + { + Artifact = artifact; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest Body { get; set; } + /// + /// Required. The resource name of the Artifact whose Lineage needs to be retrieved as a + /// LineageSubgraph. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}` + /// The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of + /// Executions, or the number of Events that would be returned for the Context exceeds 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("artifact", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Artifact { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Filter specifying the boolean condition for the Artifacts to satisfy in order to be part of + /// the Lineage Subgraph. The syntax to define filter query is based on + /// https://google.aip.dev/160. The supported set of filters include the following: * + /// **Attribute filtering**: For example: `display_name = "test"` Supported fields include: + /// `name`, `display_name`, `uri`, `state`, `schema_title`, `create_time`, and `update_time`. + /// Time fields, such as `create_time` and `update_time`, require values specified in RFC-3339 + /// format. For example: `create_time = "2020-11-19T11:30:00-04:00"` * **Metadata field**: To + /// filter on metadata fields use traversal operation as follows: `metadata..`. For example: + /// `metadata.field_1.number_value = 10.0` In case the field name contains special characters + /// (such as colon), one can embed it inside double quote. For example: + /// `metadata."field:1".number_value = 10.0` Each of the above supported filter types can be + /// combined together using logical operators (`AND` &amp; `OR`). Maximum nested expression + /// depth allowed is 5. For example: `display_name = "test" AND metadata.field1.bool_value = + /// true`. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "batchDelete"; + /// + /// Specifies the size of the lineage graph in terms of number of hops from the specified + /// artifact. Negative Value: INVALID_ARGUMENT error is returned 0: Only input artifact is + /// returned. No value: Transitive closure is performed to return the complete graph. + /// + [Google.Apis.Util.RequestParameterAttribute("maxHops", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxHops { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "queryArtifactLineageSubgraph"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/pipelineJobs:batchDelete"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes BatchDelete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+artifact}:queryArtifactLineageSubgraph"; + + /// Initializes QueryArtifactLineageSubgraph parameter list. + protected override void InitParameters() { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("artifact", new Google.Apis.Discovery.Parameter + { + Name = "artifact", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/artifacts/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxHops", new Google.Apis.Discovery.Parameter + { + Name = "maxHops", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// - /// Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best - /// effort to cancel the pipeline, but success is not guaranteed. Clients can use - /// PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or - /// whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is - /// not deleted; instead it becomes a pipeline with a PipelineJob.error value with a - /// google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to - /// `CANCELLED`. - /// - /// The body of the request. - /// - /// Required. The name of the PipelineJob to cancel. Format: - /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelPipelineJobRequest body, string name) - { - return new CancelRequest(this.service, body, name); - } + /// Gets the Contexts resource. + public virtual ContextsResource Contexts { get; } - /// - /// Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best - /// effort to cancel the pipeline, but success is not guaranteed. Clients can use - /// PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or - /// whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is - /// not deleted; instead it becomes a pipeline with a PipelineJob.error value with a - /// google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to - /// `CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// The "contexts" collection of methods. + public class ContextsResource { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelPipelineJobRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the PipelineJob to cancel. Format: - /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + private const string Resource = "contexts"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelPipelineJobRequest Body { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Constructs a new resource. + public ContextsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", - }); - } - } + this.service = service; + } - /// Creates a PipelineJob. A PipelineJob will run immediately when created. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the PipelineJob in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PipelineJob body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// Creates a PipelineJob. A PipelineJob will run immediately when created. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PipelineJob body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location to create the PipelineJob in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// - /// The ID to use for the PipelineJob, which will become the final component of the PipelineJob - /// name. If not provided, an ID will be automatically generated. This value should be less than 128 - /// characters, and valid characters are `/a-z-/`. - /// - [Google.Apis.Util.RequestParameterAttribute("pipelineJobId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PipelineJobId { get; set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PipelineJob Body { get; set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/pipelineJobs"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pipelineJobId", new Google.Apis.Discovery.Parameter + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - Name = "pipelineJobId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + return new DeleteRequest(this.service, name); + } - /// Deletes a PipelineJob. - /// - /// Required. The name of the PipelineJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Deletes a PipelineJob. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the PipelineJob resource to be deleted. Format: - /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", - }); - } - } + return new GetRequest(this.service, name); + } - /// Gets a PipelineJob. - /// - /// Required. The name of the PipelineJob resource. Format: - /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets a PipelineJob. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the PipelineJob resource. Format: - /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", - }); - } - } - - /// Lists PipelineJobs in a Location. - /// - /// Required. The resource name of the Location to list the PipelineJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + return new ListRequest(this.service, name); + } - /// Lists PipelineJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The resource name of the Location to list the PipelineJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Lists the PipelineJobs that match the filter expression. The following fields are supported: * - /// `pipeline_name`: Supports `=` and `!=` comparisons. * `display_name`: Supports `=`, `!=` - /// comparisons, and `:` wildcard. * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` - /// wildcard. for example, can check if pipeline's display_name contains *step* by doing - /// display_name:\"*step*\" * `state`: Supports `=` and `!=` comparisons. * `create_time`: Supports - /// `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in - /// RFC 3339 format. * `update_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and - /// `&gt;=` comparisons. Values must be in RFC 3339 format. * `end_time`: Supports `=`, `!=`, - /// `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 - /// format. * `labels`: Supports key-value equality and key presence. * `template_uri`: Supports - /// `=`, `!=` comparisons, and `:` wildcard. * `template_metadata.version`: Supports `=`, `!=` - /// comparisons, and `:` wildcard. Filter expressions can be combined together using logical - /// operators (`AND` &amp; `OR`). For example: `pipeline_name="test" AND - /// create_time&gt;"2020-05-18T13:30:00Z"`. The syntax to define filter expression is based on - /// https://google.aip.dev/160. Examples: * `create_time&gt;"2021-05-18T00:00:00Z" OR - /// update_time&gt;"2020-05-18T00:00:00Z"` PipelineJobs created or updated after 2020-05-18 - /// 00:00:00 UTC. * `labels.env = "prod"` PipelineJobs with label "env" set to "prod". - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// A comma-separated list of fields to order by. The default sort order is in ascending order. Use - /// "desc" after a field name for descending. You can have multiple order_by fields provided e.g. - /// "create_time desc, end_time", "end_time, start_time, update_time" For example, using - /// "create_time desc, end_time" will order results by create time in descending order, and if there - /// are multiple jobs having the same create time, order them by the end time in ascending order. if - /// order_by is not specified, it will order by default order is create time in descending order. - /// Supported fields: * `create_time` * `update_time` * `end_time` * `start_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// - /// The standard list page token. Typically obtained via ListPipelineJobsResponse.next_page_token of - /// the previous PipelineService.ListPipelineJobs call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/pipelineJobs"; + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the Publishers resource. - public virtual PublishersResource Publishers { get; } - - /// The "publishers" collection of methods. - public class PublishersResource - { - private const string Resource = "publishers"; + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Constructs a new resource. - public PublishersResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Models = new ModelsResource(service); - } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the Models resource. - public virtual ModelsResource Models { get; } + /// Gets the method name. + public override string MethodName => "wait"; - /// The "models" collection of methods. - public class ModelsResource - { - private const string Resource = "models"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Constructs a new resource. - public ModelsResource(Google.Apis.Services.IClientService service) - { - this.service = service; + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } - /// Return a list of tokens based on the input text. + /// + /// Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have + /// already been added to a Context, they are simply skipped. + /// /// The body of the request. - /// - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + /// + /// Required. The resource name of the Context that the Artifacts and Executions belong to. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) + public virtual AddContextArtifactsAndExecutionsRequest AddContextArtifactsAndExecutions(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest body, string context) { - return new ComputeTokensRequest(this.service, body, endpoint); + return new AddContextArtifactsAndExecutionsRequest(this.service, body, context); } - /// Return a list of tokens based on the input text. - public class ComputeTokensRequest : AiplatformBaseServiceRequest + /// + /// Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have + /// already been added to a Context, they are simply skipped. + /// + public class AddContextArtifactsAndExecutionsRequest : AiplatformBaseServiceRequest { - /// Constructs a new ComputeTokens request. - public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) + /// Constructs a new AddContextArtifactsAndExecutions request. + public AddContextArtifactsAndExecutionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest body, string context) : base(service) { - Endpoint = endpoint; + Context = context; Body = body; InitParameters(); } /// - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + /// Required. The resource name of the Context that the Artifacts and Executions belong to. + /// Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Context { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "computeTokens"; + public override string MethodName => "addContextArtifactsAndExecutions"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:computeTokens"; + public override string RestPath => "v1/{+context}:addContextArtifactsAndExecutions"; - /// Initializes ComputeTokens parameter list. + /// Initializes AddContextArtifactsAndExecutions parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("context", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "context", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", }); } } - /// Perform a token counting. + /// + /// Adds a set of Contexts as children to a parent Context. If any of the child Contexts have + /// already been added to the parent Context, they are simply skipped. If this call would create a + /// cycle or cause any Context to have more than 10 parents, the request will fail with an + /// INVALID_ARGUMENT error. + /// /// The body of the request. - /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + /// Required. The resource name of the parent Context. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) + public virtual AddContextChildrenRequest AddContextChildren(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextChildrenRequest body, string context) { - return new CountTokensRequest(this.service, body, endpoint); + return new AddContextChildrenRequest(this.service, body, context); } - /// Perform a token counting. - public class CountTokensRequest : AiplatformBaseServiceRequest + /// + /// Adds a set of Contexts as children to a parent Context. If any of the child Contexts have + /// already been added to the parent Context, they are simply skipped. If this call would create a + /// cycle or cause any Context to have more than 10 parents, the request will fail with an + /// INVALID_ARGUMENT error. + /// + public class AddContextChildrenRequest : AiplatformBaseServiceRequest { - /// Constructs a new CountTokens request. - public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) + /// Constructs a new AddContextChildren request. + public AddContextChildrenRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextChildrenRequest body, string context) : base(service) { - Endpoint = endpoint; + Context = context; Body = body; InitParameters(); } /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Required. The resource name of the parent Context. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Context { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddContextChildrenRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "countTokens"; + public override string MethodName => "addContextChildren"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:countTokens"; + public override string RestPath => "v1/{+context}:addContextChildren"; - /// Initializes CountTokens parameter list. + /// Initializes AddContextChildren parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("context", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "context", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", }); } } - /// Fetch an asynchronous online prediction operation. + /// Creates a Context associated with a MetadataStore. /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + /// Required. The resource name of the MetadataStore where the Context should be created. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// - public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string parent) { - return new FetchPredictOperationRequest(this.service, body, endpoint); + return new CreateRequest(this.service, body, parent); } - /// Fetch an asynchronous online prediction operation. - public class FetchPredictOperationRequest : AiplatformBaseServiceRequest + /// Creates a Context associated with a MetadataStore. + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new FetchPredictOperation request. - public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string parent) : base(service) { - Endpoint = endpoint; + Parent = parent; Body = body; InitParameters(); } /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// Required. The resource name of the MetadataStore where the Context should be created. + /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// The {context} portion of the resource name with the format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`. + /// If not provided, the Context's ID will be a UUID generated by the service. Must be 4-128 + /// characters in length. Valid characters are `/a-z-/`. Must be unique across all Contexts in + /// the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or + /// PERMISSION_DENIED if the caller can't view the preexisting Context.) + /// + [Google.Apis.Util.RequestParameterAttribute("contextId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ContextId { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "fetchPredictOperation"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; + public override string RestPath => "v1/{+parent}/contexts"; - /// Initializes FetchPredictOperation parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + }); + RequestParameters.Add("contextId", new Google.Apis.Discovery.Parameter + { + Name = "contextId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Generate content with multimodal inputs. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. - /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned - /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Deletes a stored Context. + /// + /// Required. The resource name of the Context to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + public virtual DeleteRequest Delete(string name) { - return new GenerateContentRequest(this.service, body, model); + return new DeleteRequest(this.service, name); } - /// Generate content with multimodal inputs. - public class GenerateContentRequest : AiplatformBaseServiceRequest + /// Deletes a stored Context. + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new GenerateContent request. - public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Model = model; - Body = body; + Name = name; InitParameters(); } /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. - /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` - /// Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Required. The resource name of the Context to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + /// + /// Optional. The etag of the Context to delete. If this is provided, it must match the server's + /// etag. Otherwise, the request will fail with a FAILED_PRECONDITION. + /// + [Google.Apis.Util.RequestParameterAttribute("etag", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Etag { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// The force deletion semantics is still undefined. Users should not use this field. + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } /// Gets the method name. - public override string MethodName => "generateContent"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+model}:generateContent"; + public override string RestPath => "v1/{+name}"; - /// Initializes GenerateContent parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "model", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", + }); + RequestParameters.Add("etag", new Google.Apis.Discovery.Parameter + { + Name = "etag", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Perform an online prediction. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Retrieves a specific Context. + /// + /// Required. The resource name of the Context to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) + public virtual GetRequest Get(string name) { - return new PredictRequest(this.service, body, endpoint); + return new GetRequest(this.service, name); } - /// Perform an online prediction. - public class PredictRequest : AiplatformBaseServiceRequest + /// Retrieves a specific Context. + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new Predict request. - public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Required. The resource name of the Context to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "predict"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predict"; + public override string RestPath => "v1/{+name}"; - /// Initializes Predict parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", }); } } - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// Lists Contexts on the MetadataStore. + /// + /// Required. The MetadataStore whose Contexts should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// - public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) + public virtual ListRequest List(string parent) { - return new PredictLongRunningRequest(this.service, body, endpoint); + return new ListRequest(this.service, parent); } - /// - public class PredictLongRunningRequest : AiplatformBaseServiceRequest + /// Lists Contexts on the MetadataStore. + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new PredictLongRunning request. - public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Endpoint = endpoint; - Body = body; + Parent = parent; InitParameters(); } /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// Required. The MetadataStore whose Contexts should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } + /// + /// Filter specifying the boolean condition for the Contexts to satisfy in order to be part of + /// the result set. The syntax to define filter query is based on https://google.aip.dev/160. + /// Following are the supported set of filters: * **Attribute filtering**: For example: + /// `display_name = "test"`. Supported fields include: `name`, `display_name`, `schema_title`, + /// `create_time`, and `update_time`. Time fields, such as `create_time` and `update_time`, + /// require values specified in RFC-3339 format. For example: `create_time = + /// "2020-11-19T11:30:00-04:00"`. * **Metadata field**: To filter on metadata fields use + /// traversal operation as follows: `metadata..`. For example: `metadata.field_1.number_value = + /// 10.0`. In case the field name contains special characters (such as colon), one can embed it + /// inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Parent Child + /// filtering**: To filter Contexts based on parent-child relationship use the HAS operator as + /// follows: + /// ``` + /// parent_contexts: "projects//locations//metadataStores//contexts/" + /// child_contexts: "projects//locations//metadataStores//contexts/" + /// ``` + /// Each of the above + /// supported filters can be combined together using logical operators (`AND` &amp; `OR`). + /// Maximum nested expression depth allowed is 5. For example: `display_name = "test" AND + /// metadata.field1.bool_value = true`. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// How the list of messages is ordered. Specify the values to order by and an ordering + /// operation. The default sorting order is ascending. To specify descending order for a field, + /// users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a + /// `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of Contexts to return. The service may return fewer. Must be in range + /// 1-100, inclusive. Defaults to 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous MetadataService.ListContexts call. Provide this to + /// retrieve the subsequent page. When paginating, all other provided parameters must match the + /// call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT + /// error.) + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// Gets the method name. - public override string MethodName => "predictLongRunning"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predictLongRunning"; + public override string RestPath => "v1/{+parent}/contexts"; - /// Initializes PredictLongRunning parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); - } - } - - /// - /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following - /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * - /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual RawPredictRequest RawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) - { - return new RawPredictRequest(this.service, body, endpoint); - } - - /// - /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following - /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * - /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. - /// - public class RawPredictRequest : AiplatformBaseServiceRequest + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a stored Context. + /// The body of the request. + /// Immutable. The resource name of the Context. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string name) { - /// Constructs a new RawPredict request. - public RawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) : base(service) + return new PatchRequest(this.service, body, name); + } + + /// Updates a stored Context. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context body, string name) : base(service) { - Endpoint = endpoint; + Name = name; Body = body; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + /// Immutable. The resource name of the Context. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// If set to true, and the Context is not found, a new Context is created. + [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AllowMissing { get; set; } + + /// Optional. A FieldMask indicating which fields should be updated. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Context Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "rawPredict"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:rawPredict"; + public override string RestPath => "v1/{+name}"; - /// Initializes RawPredict parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", + }); + RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter + { + Name = "allowMissing", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// - /// Perform a server-side streaming online prediction request for Vertex LLM streaming. - /// + /// Purges Contexts. /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + /// Required. The metadata store to purge Contexts from. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// - public virtual ServerStreamingPredictRequest ServerStreamingPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) + public virtual PurgeRequest Purge(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeContextsRequest body, string parent) { - return new ServerStreamingPredictRequest(this.service, body, endpoint); + return new PurgeRequest(this.service, body, parent); } - /// - /// Perform a server-side streaming online prediction request for Vertex LLM streaming. - /// - public class ServerStreamingPredictRequest : AiplatformBaseServiceRequest + /// Purges Contexts. + public class PurgeRequest : AiplatformBaseServiceRequest { - /// Constructs a new ServerStreamingPredict request. - public ServerStreamingPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) : base(service) + /// Constructs a new Purge request. + public PurgeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeContextsRequest body, string parent) : base(service) { - Endpoint = endpoint; + Parent = parent; Body = body; InitParameters(); } /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Required. The metadata store to purge Contexts from. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeContextsRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "serverStreamingPredict"; + public override string MethodName => "purge"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:serverStreamingPredict"; + public override string RestPath => "v1/{+parent}/contexts:purge"; - /// Initializes ServerStreamingPredict parameter list. + /// Initializes Purge parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); } } - /// Generate content with multimodal inputs with streaming support. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. - /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned - /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + /// Retrieves Artifacts and Executions within the specified Context, connected by Event edges and + /// returned as a LineageSubgraph. + /// + /// + /// Required. The resource name of the Context whose Artifacts and Executions should be retrieved as + /// a LineageSubgraph. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` The + /// request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, + /// or the number of Events that would be returned for the Context exceeds 1000. /// - public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + public virtual QueryContextLineageSubgraphRequest QueryContextLineageSubgraph(string context) { - return new StreamGenerateContentRequest(this.service, body, model); + return new QueryContextLineageSubgraphRequest(this.service, context); } - /// Generate content with multimodal inputs with streaming support. - public class StreamGenerateContentRequest : AiplatformBaseServiceRequest + /// + /// Retrieves Artifacts and Executions within the specified Context, connected by Event edges and + /// returned as a LineageSubgraph. + /// + public class QueryContextLineageSubgraphRequest : AiplatformBaseServiceRequest { - /// Constructs a new StreamGenerateContent request. - public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + /// Constructs a new QueryContextLineageSubgraph request. + public QueryContextLineageSubgraphRequest(Google.Apis.Services.IClientService service, string context) : base(service) { - Model = model; - Body = body; + Context = context; InitParameters(); } /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. - /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` - /// Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Required. The resource name of the Context whose Artifacts and Executions should be + /// retrieved as a LineageSubgraph. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` + /// The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of + /// Executions, or the number of Events that would be returned for the Context exceeds 1000. /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Context { get; private set; } /// Gets the method name. - public override string MethodName => "streamGenerateContent"; + public override string MethodName => "queryContextLineageSubgraph"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+model}:streamGenerateContent"; + public override string RestPath => "v1/{+context}:queryContextLineageSubgraph"; - /// Initializes StreamGenerateContent parameter list. + /// Initializes QueryContextLineageSubgraph parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + RequestParameters.Add("context", new Google.Apis.Discovery.Parameter { - Name = "model", + Name = "context", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", }); } } - /// Perform a streaming online prediction with an arbitrary HTTP payload. + /// + /// Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT + /// added to the parent Context, they are simply skipped. + /// /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + /// Required. The resource name of the parent Context. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - public virtual StreamRawPredictRequest StreamRawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) + public virtual RemoveContextChildrenRequest RemoveContextChildren(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveContextChildrenRequest body, string context) { - return new StreamRawPredictRequest(this.service, body, endpoint); + return new RemoveContextChildrenRequest(this.service, body, context); } - /// Perform a streaming online prediction with an arbitrary HTTP payload. - public class StreamRawPredictRequest : AiplatformBaseServiceRequest + /// + /// Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT + /// added to the parent Context, they are simply skipped. + /// + public class RemoveContextChildrenRequest : AiplatformBaseServiceRequest { - /// Constructs a new StreamRawPredict request. - public StreamRawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) : base(service) + /// Constructs a new RemoveContextChildren request. + public RemoveContextChildrenRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveContextChildrenRequest body, string context) : base(service) { - Endpoint = endpoint; + Context = context; Body = body; InitParameters(); } /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// Required. The resource name of the parent Context. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}` /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("context", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Context { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RemoveContextChildrenRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "streamRawPredict"; + public override string MethodName => "removeContextChildren"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:streamRawPredict"; + public override string RestPath => "v1/{+context}:removeContextChildren"; - /// Initializes StreamRawPredict parameter list. + /// Initializes RemoveContextChildren parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("context", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "context", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/contexts/[^/]+$", }); } } } - } - - /// Gets the RagCorpora resource. - public virtual RagCorporaResource RagCorpora { get; } - - /// The "ragCorpora" collection of methods. - public class RagCorporaResource - { - private const string Resource = "ragCorpora"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public RagCorporaResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - RagFiles = new RagFilesResource(service); - } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Gets the Executions resource. + public virtual ExecutionsResource Executions { get; } - /// The "operations" collection of methods. - public class OperationsResource + /// The "executions" collection of methods. + public class ExecutionsResource { - private const string Resource = "operations"; + private const string Resource = "executions"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + public ExecutionsResource(Google.Apis.Services.IClientService service) { this.service = service; + Operations = new OperationsResource(service); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", - }); + this.service = service; } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - Name = name; - InitParameters(); + return new CancelRequest(this.service, name); } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", + }); + } } - } - - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - Name = name; - InitParameters(); + return new DeleteRequest(this.service, name); } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the RagFiles resource. - public virtual RagFilesResource RagFiles { get; } - - /// The "ragFiles" collection of methods. - public class RagFilesResource - { - private const string Resource = "ragFiles"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public RagFilesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; - - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; /// Gets the REST path. public override string RestPath => "v1/{+name}"; @@ -35462,7 +36951,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", }); } } @@ -35513,7 +37002,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", }); } } @@ -35557,6 +37046,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -35576,7 +37076,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -35602,6 +37102,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -35669,7 +37177,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -35683,139 +37191,89 @@ protected override void InitParameters() } } - /// Deletes a RagFile. - /// - /// Required. The name of the RagFile resource to be deleted. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` + /// + /// Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an + /// input or output for an Execution. If an Event already exists between the Execution and the + /// Artifact, the Event is skipped. + /// + /// The body of the request. + /// + /// Required. The resource name of the Execution that the Events connect Artifacts with. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` /// - public virtual DeleteRequest Delete(string name) + public virtual AddExecutionEventsRequest AddExecutionEvents(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddExecutionEventsRequest body, string execution) { - return new DeleteRequest(this.service, name); + return new AddExecutionEventsRequest(this.service, body, execution); } - /// Deletes a RagFile. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an + /// input or output for an Execution. If an Event already exists between the Execution and the + /// Artifact, the Event is skipped. + /// + public class AddExecutionEventsRequest : AiplatformBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new AddExecutionEvents request. + public AddExecutionEventsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddExecutionEventsRequest body, string execution) : base(service) { - Name = name; + Execution = execution; + Body = body; InitParameters(); } /// - /// Required. The name of the RagFile resource to be deleted. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Optional. If set to true, any errors generated by external vector database during the - /// deletion will be ignored. The default value is false. + /// Required. The resource name of the Execution that the Events connect Artifacts with. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` /// - [Google.Apis.Util.RequestParameterAttribute("forceDelete", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable ForceDelete { get; set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+$", - }); - RequestParameters.Add("forceDelete", new Google.Apis.Discovery.Parameter - { - Name = "forceDelete", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Gets a RagFile. - /// - /// Required. The name of the RagFile resource. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + [Google.Apis.Util.RequestParameterAttribute("execution", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Execution { get; private set; } - /// Gets a RagFile. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddExecutionEventsRequest Body { get; set; } - /// - /// Required. The name of the RagFile resource. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "addExecutionEvents"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+execution}:addExecutionEvents"; - /// Initializes Get parameter list. + /// Initializes AddExecutionEvents parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("execution", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "execution", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", }); } } - /// Import files from Google Cloud Storage or Google Drive into a RagCorpus. + /// Creates an Execution associated with a MetadataStore. /// The body of the request. /// - /// Required. The name of the RagCorpus resource into which to import files. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// Required. The resource name of the MetadataStore where the Execution should be created. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// - public virtual ImportRequest Import(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportRagFilesRequest body, string parent) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string parent) { - return new ImportRequest(this.service, body, parent); + return new CreateRequest(this.service, body, parent); } - /// Import files from Google Cloud Storage or Google Drive into a RagCorpus. - public class ImportRequest : AiplatformBaseServiceRequest + /// Creates an Execution associated with a MetadataStore. + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new Import request. - public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportRagFilesRequest body, string parent) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string parent) : base(service) { Parent = parent; Body = body; @@ -35823,28 +37281,39 @@ public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The name of the RagCorpus resource into which to import files. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// Required. The resource name of the MetadataStore where the Execution should be created. + /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } + /// + /// The {execution} portion of the resource name with the format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` + /// If not provided, the Execution's ID will be a UUID generated by the service. Must be 4-128 + /// characters in length. Valid characters are `/a-z-/`. Must be unique across all Executions in + /// the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or + /// PERMISSION_DENIED if the caller can't view the preexisting Execution.) + /// + [Google.Apis.Util.RequestParameterAttribute("executionId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ExecutionId { get; set; } + /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportRagFilesRequest Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "import"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/ragFiles:import"; + public override string RestPath => "v1/{+parent}/executions"; - /// Initializes Import parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); @@ -35854,23 +37323,148 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + }); + RequestParameters.Add("executionId", new Google.Apis.Discovery.Parameter + { + Name = "executionId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Lists RagFiles in a RagCorpus. - /// - /// Required. The resource name of the RagCorpus from which to list the RagFiles. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// Deletes an Execution. + /// + /// Required. The resource name of the Execution to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` /// - public virtual ListRequest List(string parent) + public virtual DeleteRequest Delete(string name) { - return new ListRequest(this.service, parent); + return new DeleteRequest(this.service, name); } - /// Lists RagFiles in a RagCorpus. - public class ListRequest : AiplatformBaseServiceRequest + /// Deletes an Execution. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the Execution to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The etag of the Execution to delete. If this is provided, it must match the + /// server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION. + /// + [Google.Apis.Util.RequestParameterAttribute("etag", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Etag { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", + }); + RequestParameters.Add("etag", new Google.Apis.Discovery.Parameter + { + Name = "etag", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Retrieves a specific Execution. + /// + /// Required. The resource name of the Execution to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Retrieves a specific Execution. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the Execution to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", + }); + } + } + + /// Lists Executions in the MetadataStore. + /// + /// Required. The MetadataStore whose Executions should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists Executions in the MetadataStore. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -35880,19 +37474,54 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the RagCorpus from which to list the RagFiles. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// Required. The MetadataStore whose Executions should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// Optional. The standard list page size. + /// + /// Filter specifying the boolean condition for the Executions to satisfy in order to be part of + /// the result set. The syntax to define filter query is based on https://google.aip.dev/160. + /// Following are the supported set of filters: * **Attribute filtering**: For example: + /// `display_name = "test"`. Supported fields include: `name`, `display_name`, `state`, + /// `schema_title`, `create_time`, and `update_time`. Time fields, such as `create_time` and + /// `update_time`, require values specified in RFC-3339 format. For example: `create_time = + /// "2020-11-19T11:30:00-04:00"`. * **Metadata field**: To filter on metadata fields use + /// traversal operation as follows: `metadata..` For example: `metadata.field_1.number_value = + /// 10.0` In case the field name contains special characters (such as colon), one can embed it + /// inside double quote. For example: `metadata."field:1".number_value = 10.0` * **Context based + /// filtering**: To filter Executions based on the contexts to which they belong use the + /// function operator with the full resource name: `in_context()`. For example: + /// `in_context("projects//locations//metadataStores//contexts/")` Each of the above supported + /// filters can be combined together using logical operators (`AND` &amp; `OR`). Maximum + /// nested expression depth allowed is 5. For example: `display_name = "test" AND + /// metadata.field1.bool_value = true`. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// How the list of messages is ordered. Specify the values to order by and an ordering + /// operation. The default sorting order is ascending. To specify descending order for a field, + /// users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a + /// `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of Executions to return. The service may return fewer. Must be in range + /// 1-100, inclusive. Defaults to 100. + /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// Optional. The standard list page token. Typically obtained via - /// ListRagFilesResponse.next_page_token of the previous VertexRagDataService.ListRagFiles call. + /// A page token, received from a previous MetadataService.ListExecutions call. Provide this to + /// retrieve the subsequent page. When paginating, all other provided parameters must match the + /// call that provided the page token. (Otherwise the request will fail with an INVALID_ARGUMENT + /// error.) /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -35904,7 +37533,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/ragFiles"; + public override string RestPath => "v1/{+parent}/executions"; /// Initializes List parameter list. protected override void InitParameters() @@ -35916,7 +37545,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { @@ -35936,480 +37581,313 @@ protected override void InitParameters() }); } } - } - - /// Creates a RagCorpus. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the RagCorpus in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - /// Creates a RagCorpus. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string parent) : base(service) + /// Updates a stored Execution. + /// The body of the request. + /// Output only. The resource name of the Execution. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string name) { - Parent = parent; - Body = body; - InitParameters(); + return new PatchRequest(this.service, body, name); } - /// - /// Required. The resource name of the Location to create the RagCorpus in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Updates a stored Execution. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus Body { get; set; } + /// Output only. The resource name of the Execution. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// If set to true, and the Execution is not found, a new Execution is created. + /// + [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AllowMissing { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Optional. A FieldMask indicating which fields should be updated. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Execution Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/ragCorpora"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", + }); + RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter + { + Name = "allowMissing", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// Deletes a RagCorpus. - /// - /// Required. The name of the RagCorpus resource to be deleted. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// Deletes a RagCorpus. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Purges Executions. + /// The body of the request. + /// + /// Required. The metadata store to purge Executions from. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + public virtual PurgeRequest Purge(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeExecutionsRequest body, string parent) { - Name = name; - InitParameters(); + return new PurgeRequest(this.service, body, parent); } - /// - /// Required. The name of the RagCorpus resource to be deleted. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Purges Executions. + public class PurgeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Purge request. + public PurgeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeExecutionsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// - /// Optional. If set to true, any RagFiles in this RagCorpus will also be deleted. Otherwise, the - /// request will only work if the RagCorpus has no RagFiles. - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } + /// + /// Required. The metadata store to purge Executions from. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PurgeExecutionsRequest Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "purge"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/executions:purge"; + + /// Initializes Purge parameter list. + protected override void InitParameters() { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", + }); + } } - } - - /// Gets a RagCorpus. - /// - /// Required. The name of the RagCorpus resource. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - /// Gets a RagCorpus. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// + /// Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph + /// that also contains the Execution and connecting Events. + /// + /// + /// Required. The resource name of the Execution whose input and output Artifacts should be + /// retrieved as a LineageSubgraph. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` + /// + public virtual QueryExecutionInputsAndOutputsRequest QueryExecutionInputsAndOutputs(string execution) { - Name = name; - InitParameters(); + return new QueryExecutionInputsAndOutputsRequest(this.service, execution); } /// - /// Required. The name of the RagCorpus resource. Format: - /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph + /// that also contains the Execution and connecting Events. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + public class QueryExecutionInputsAndOutputsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new QueryExecutionInputsAndOutputs request. + public QueryExecutionInputsAndOutputsRequest(Google.Apis.Services.IClientService service, string execution) : base(service) + { + Execution = execution; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Required. The resource name of the Execution whose input and output Artifacts should be + /// retrieved as a LineageSubgraph. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` + /// + [Google.Apis.Util.RequestParameterAttribute("execution", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Execution { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "queryExecutionInputsAndOutputs"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+execution}:queryExecutionInputsAndOutputs"; + + /// Initializes QueryExecutionInputsAndOutputs parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("execution", new Google.Apis.Discovery.Parameter + { + Name = "execution", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/executions/[^/]+$", + }); + } } } - /// Lists RagCorpora in a Location. - /// - /// Required. The resource name of the Location from which to list the RagCorpora. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the MetadataSchemas resource. + public virtual MetadataSchemasResource MetadataSchemas { get; } - /// Lists RagCorpora in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// The "metadataSchemas" collection of methods. + public class MetadataSchemasResource { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// - /// Required. The resource name of the Location from which to list the RagCorpora. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Optional. The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// Optional. The standard list page token. Typically obtained via - /// ListRagCorporaResponse.next_page_token of the previous VertexRagDataService.ListRagCorpora call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/ragCorpora"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Updates a RagCorpus. - /// The body of the request. - /// Output only. The resource name of the RagCorpus. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// Updates a RagCorpus. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// Output only. The resource name of the RagCorpus. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", - }); - } - } - } - - /// Gets the RagEngineConfig resource. - public virtual RagEngineConfigResource RagEngineConfig { get; } - - /// The "ragEngineConfig" collection of methods. - public class RagEngineConfigResource - { - private const string Resource = "ragEngineConfig"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public RagEngineConfigResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + private const string Resource = "metadataSchemas"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + public MetadataSchemasResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) + /// Creates a MetadataSchema. + /// The body of the request. + /// + /// Required. The resource name of the MetadataStore where the MetadataSchema should be created. + /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataSchema body, string parent) { - return new CancelRequest(this.service, name); + return new CreateRequest(this.service, body, parent); } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Creates a MetadataSchema. + public class CreateRequest : AiplatformBaseServiceRequest { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataSchema body, string parent) : base(service) { - Name = name; + Parent = parent; + Body = body; InitParameters(); } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The resource name of the MetadataStore where the MetadataSchema should be created. + /// Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// The {metadata_schema} portion of the resource name with the format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` + /// If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be + /// 4-128 characters in length. Valid characters are `/a-z-/`. Must be unique across all + /// MetadataSchemas in the parent Location. (Otherwise the request will fail with + /// ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting + /// MetadataSchema.) + /// + [Google.Apis.Util.RequestParameterAttribute("metadataSchemaId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string MetadataSchemaId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataSchema Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "cancel"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + public override string RestPath => "v1/{+parent}/metadataSchemas"; - /// Initializes Cancel parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); - } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("metadataSchemaId", new Google.Apis.Discovery.Parameter { - Name = "name", - IsRequired = true, - ParameterType = "path", + Name = "metadataSchemaId", + IsRequired = false, + ParameterType = "query", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", + Pattern = null, }); } } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. + /// Retrieves a specific MetadataSchema. + /// + /// Required. The resource name of the MetadataSchema to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` + /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest + /// Retrieves a specific MetadataSchema. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -36418,7 +37896,10 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// The name of the operation resource. + /// + /// Required. The resource name of the MetadataSchema to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}` + /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -36441,47 +37922,55 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/metadataSchemas/[^/]+$", }); } } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) + /// Lists MetadataSchemas. + /// + /// Required. The MetadataStore whose MetadataSchemas should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + public virtual ListRequest List(string parent) { - return new ListRequest(this.service, name); + return new ListRequest(this.service, parent); } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + /// Lists MetadataSchemas. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Name = name; + Parent = parent; InitParameters(); } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The MetadataStore whose MetadataSchemas should be listed. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The standard list filter. + /// A query to filter available MetadataSchemas for matching results. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// The standard list page size. + /// + /// The maximum number of MetadataSchemas to return. The service may return fewer. Must be in + /// range 1-100, inclusive. Defaults to 100. + /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// The standard list page token. + /// + /// A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide + /// this to retrieve the next page. When paginating, all other provided parameters must match + /// the call that provided the page token. (Otherwise the request will fail with + /// INVALID_ARGUMENT error.) + /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -36492,19 +37981,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + public override string RestPath => "v1/{+parent}/metadataSchemas"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -36532,102 +38021,6 @@ protected override void InitParameters() }); } } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - } - - /// Gets the ReasoningEngines resource. - public virtual ReasoningEnginesResource ReasoningEngines { get; } - - /// The "reasoningEngines" collection of methods. - public class ReasoningEnginesResource - { - private const string Resource = "reasoningEngines"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ReasoningEnginesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); } /// Gets the Operations resource. @@ -36703,7 +38096,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", }); } } @@ -36756,7 +38149,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", }); } } @@ -36807,7 +38200,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", }); } } @@ -36851,6 +38244,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -36870,7 +38274,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -36896,6 +38300,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -36963,7 +38375,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -36977,22 +38389,22 @@ protected override void InitParameters() } } - /// Creates a reasoning engine. + /// Initializes a MetadataStore, including allocation of resources. /// The body of the request. /// - /// Required. The resource name of the Location to create the ReasoningEngine in. Format: - /// `projects/{project}/locations/{location}` + /// Required. The resource name of the Location where the MetadataStore should be created. Format: + /// `projects/{project}/locations/{location}/` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string parent) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataStore body, string parent) { return new CreateRequest(this.service, body, parent); } - /// Creates a reasoning engine. + /// Initializes a MetadataStore, including allocation of resources. public class CreateRequest : AiplatformBaseServiceRequest { /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string parent) : base(service) + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataStore body, string parent) : base(service) { Parent = parent; Body = body; @@ -37000,14 +38412,25 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Location to create the ReasoningEngine in. Format: - /// `projects/{project}/locations/{location}` + /// Required. The resource name of the Location where the MetadataStore should be created. Format: + /// `projects/{project}/locations/{location}/` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } + /// + /// The {metadatastore} portion of the resource name with the format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` If not provided, the + /// MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. + /// Valid characters are `/a-z-/`. Must be unique across all MetadataStores in the parent Location. + /// (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't + /// view the preexisting MetadataStore.) + /// + [Google.Apis.Util.RequestParameterAttribute("metadataStoreId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string MetadataStoreId { get; set; } + /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MetadataStore Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -37019,7 +38442,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/reasoningEngines"; + public override string RestPath => "v1/{+parent}/metadataStores"; /// Initializes Create parameter list. protected override void InitParameters() @@ -37033,20 +38456,32 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); + RequestParameters.Add("metadataStoreId", new Google.Apis.Discovery.Parameter + { + Name = "metadataStoreId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Deletes a reasoning engine. + /// + /// Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). + /// /// - /// Required. The name of the ReasoningEngine resource to be deleted. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Required. The resource name of the MetadataStore to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a reasoning engine. + /// + /// Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). + /// public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. @@ -37057,17 +38492,13 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the ReasoningEngine resource to be deleted. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Required. The resource name of the MetadataStore to delete. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// - /// Optional. If set to true, child resources of this reasoning engine will also be deleted. - /// Otherwise, the request will fail with FAILED_PRECONDITION error when the reasoning engine has - /// undeleted child resources. - /// + /// Deprecated: Field is no longer supported. [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable Force { get; set; } @@ -37090,7 +38521,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); RequestParameters.Add("force", new Google.Apis.Discovery.Parameter { @@ -37103,18 +38534,18 @@ protected override void InitParameters() } } - /// Gets a reasoning engine. + /// Retrieves a specific MetadataStore. /// - /// Required. The name of the ReasoningEngine resource. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Required. The resource name of the MetadataStore to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a reasoning engine. - public class GetRequest : AiplatformBaseServiceRequest + /// Retrieves a specific MetadataStore. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -37124,8 +38555,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The name of the ReasoningEngine resource. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Required. The resource name of the MetadataStore to retrieve. Format: + /// `projects/{project}/locations/{location}/metadataStores/{metadatastore}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -37149,14 +38580,14 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/metadataStores/[^/]+$", }); } } - /// Lists reasoning engines in a location. + /// Lists MetadataStores for a Location. /// - /// Required. The resource name of the Location to list the ReasoningEngines from. Format: + /// Required. The Location whose MetadataStores should be listed. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -37164,8 +38595,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists reasoning engines in a location. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists MetadataStores for a Location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -37175,23 +38606,24 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location to list the ReasoningEngines from. Format: + /// Required. The Location whose MetadataStores should be listed. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// - /// Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). + /// The maximum number of Metadata Stores to return. The service may return fewer. Must be in range + /// 1-100, inclusive. Defaults to 100. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// Optional. The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// Optional. The standard list page token. + /// + /// A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to + /// retrieve the subsequent page. When paginating, all other provided parameters must match the call + /// that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) + /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -37202,7 +38634,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/reasoningEngines"; + public override string RestPath => "v1/{+parent}/metadataStores"; /// Initializes List parameter list. protected override void InitParameters() @@ -37216,14 +38648,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -37242,210 +38666,21 @@ protected override void InitParameters() }); } } - - /// Updates a reasoning engine. - /// The body of the request. - /// - /// Identifier. The resource name of the ReasoningEngine. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// Updates a reasoning engine. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Identifier. The resource name of the ReasoningEngine. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Optional. Mask specifying which fields to update. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Queries using a reasoning engine. - /// The body of the request. - /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual QueryRequest Query(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) - { - return new QueryRequest(this.service, body, name); - } - - /// Queries using a reasoning engine. - public class QueryRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Query request. - public QueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "query"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:query"; - - /// Initializes Query parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", - }); - } - } - - /// Streams queries using a reasoning engine. - /// The body of the request. - /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual StreamQueryRequest StreamQuery(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) - { - return new StreamQueryRequest(this.service, body, name); - } - - /// Streams queries using a reasoning engine. - public class StreamQueryRequest : AiplatformBaseServiceRequest - { - /// Constructs a new StreamQuery request. - public StreamQueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "streamQuery"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:streamQuery"; - - /// Initializes StreamQuery parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", - }); - } - } } - /// Gets the Schedules resource. - public virtual SchedulesResource Schedules { get; } + /// Gets the MigratableResources resource. + public virtual MigratableResourcesResource MigratableResources { get; } - /// The "schedules" collection of methods. - public class SchedulesResource + /// The "migratableResources" collection of methods. + public class MigratableResourcesResource { - private const string Resource = "schedules"; + private const string Resource = "migratableResources"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public SchedulesResource(Google.Apis.Services.IClientService service) + public MigratableResourcesResource(Google.Apis.Services.IClientService service) { this.service = service; Operations = new OperationsResource(service); @@ -37524,7 +38759,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", }); } } @@ -37577,7 +38812,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", }); } } @@ -37628,7 +38863,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", }); } } @@ -37672,6 +38907,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -37691,7 +38937,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -37717,6 +38963,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -37784,7 +39038,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/migratableResources/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -37798,22 +39052,28 @@ protected override void InitParameters() } } - /// Creates a Schedule. + /// + /// Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and + /// datalabeling.googleapis.com to Vertex AI. + /// /// The body of the request. /// - /// Required. The resource name of the Location to create the Schedule in. Format: + /// Required. The location of the migrated resource will live in. Format: /// `projects/{project}/locations/{location}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string parent) + public virtual BatchMigrateRequest BatchMigrate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchMigrateResourcesRequest body, string parent) { - return new CreateRequest(this.service, body, parent); + return new BatchMigrateRequest(this.service, body, parent); } - /// Creates a Schedule. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and + /// datalabeling.googleapis.com to Vertex AI. + /// + public class BatchMigrateRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string parent) : base(service) + /// Constructs a new BatchMigrate request. + public BatchMigrateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchMigrateResourcesRequest body, string parent) : base(service) { Parent = parent; Body = body; @@ -37821,28 +39081,28 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Location to create the Schedule in. Format: + /// Required. The location of the migrated resource will live in. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchMigrateResourcesRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "batchMigrate"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/schedules"; + public override string RestPath => "v1/{+parent}/migratableResources:batchMigrate"; - /// Initializes Create parameter list. + /// Initializes BatchMigrate parameter list. protected override void InitParameters() { base.InitParameters(); @@ -37857,523 +39117,151 @@ protected override void InitParameters() } } - /// Deletes a Schedule. - /// - /// Required. The name of the Schedule resource to be deleted. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + /// Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and + /// ml.googleapis.com that can be migrated to Vertex AI's given location. + /// + /// The body of the request. + /// + /// Required. The location that the migratable resources should be searched from. It's the Vertex AI + /// location that the resources can be migrated to, not the resources' original location. Format: + /// `projects/{project}/locations/{location}` /// - public virtual DeleteRequest Delete(string name) + public virtual SearchRequest Search(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchMigratableResourcesRequest body, string parent) { - return new DeleteRequest(this.service, name); + return new SearchRequest(this.service, body, parent); } - /// Deletes a Schedule. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and + /// ml.googleapis.com that can be migrated to Vertex AI's given location. + /// + public class SearchRequest : AiplatformBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Search request. + public SearchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchMigratableResourcesRequest body, string parent) : base(service) { - Name = name; + Parent = parent; + Body = body; InitParameters(); } /// - /// Required. The name of the Schedule resource to be deleted. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// Required. The location that the migratable resources should be searched from. It's the Vertex AI + /// location that the resources can be migrated to, not the resources' original location. Format: + /// `projects/{project}/locations/{location}` /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchMigratableResourcesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "search"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+parent}/migratableResources:search"; - /// Initializes Delete parameter list. + /// Initializes Search parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+$", }); } } + } - /// Gets a Schedule. - /// - /// Required. The name of the Schedule resource. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` - /// - public virtual GetRequest Get(string name) + /// Gets the ModelDeploymentMonitoringJobs resource. + public virtual ModelDeploymentMonitoringJobsResource ModelDeploymentMonitoringJobs { get; } + + /// The "modelDeploymentMonitoringJobs" collection of methods. + public class ModelDeploymentMonitoringJobsResource + { + private const string Resource = "modelDeploymentMonitoringJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ModelDeploymentMonitoringJobsResource(Google.Apis.Services.IClientService service) { - return new GetRequest(this.service, name); + this.service = service; + Operations = new OperationsResource(service); } - /// Gets a Schedule. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - InitParameters(); + this.service = service; } /// - /// Required. The name of the Schedule resource. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Initializes Get parameter list. - protected override void InitParameters() + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", - }); - } - } + Name = name; + InitParameters(); + } - /// Lists Schedules in a Location. - /// - /// Required. The resource name of the Location to list the Schedules from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Lists Schedules in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Required. The resource name of the Location to list the Schedules from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Lists the Schedules that match the filter expression. The following fields are supported: * - /// `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard. * `state`: Supports `=` and - /// `!=` comparisons. * `request`: Supports existence of the check. (e.g. - /// `create_pipeline_job_request:*` --&gt; Schedule has create_pipeline_job_request). * - /// `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` - /// comparisons. Values must be in RFC 3339 format. * `start_time`: Supports `=`, `!=`, `&lt;`, - /// `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 format. * - /// `end_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, `&gt;=` comparisons and - /// `:*` existence check. Values must be in RFC 3339 format. * `next_run_time`: Supports `=`, `!=`, - /// `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 - /// format. Filter expressions can be combined together using logical operators (`NOT`, `AND` - /// &amp; `OR`). The syntax to define filter expression is based on https://google.aip.dev/160. - /// Examples: * `state="ACTIVE" AND display_name:"my_schedule_*"` * `NOT display_name="my_schedule"` - /// * `create_time&gt;"2021-05-18T00:00:00Z"` * `end_time&gt;"2021-05-18T00:00:00Z" OR NOT - /// end_time:*` * `create_pipeline_job_request:*` - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// A comma-separated list of fields to order by. The default sort order is in ascending order. Use - /// "desc" after a field name for descending. You can have multiple order_by fields provided. For - /// example, using "create_time desc, end_time" will order results by create time in descending - /// order, and if there are multiple schedules having the same create time, order them by the end - /// time in ascending order. If order_by is not specified, it will order by default with create_time - /// in descending order. Supported fields: * `create_time` * `start_time` * `end_time` * - /// `next_run_time` - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// The standard list page size. Default to 100 if not specified. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// The standard list page token. Typically obtained via ListSchedulesResponse.next_page_token of - /// the previous ScheduleService.ListSchedules call. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/schedules"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled - /// starting from the updated next execution time after the update time based on the time_specification - /// in the updated Schedule. All unstarted runs before the update time will be skipped while already - /// created runs will NOT be paused or canceled. - /// - /// The body of the request. - /// Immutable. The resource name of the Schedule. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// - /// Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled - /// starting from the updated next execution time after the update time based on the time_specification - /// in the updated Schedule. All unstarted runs before the update time will be skipped while already - /// created runs will NOT be paused or canceled. - /// - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// Immutable. The resource name of the Schedule. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Required. The update mask applies to the resource. See google.protobuf.FieldMask. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Pauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will - /// be created. Already created runs will NOT be paused or canceled. - /// - /// The body of the request. - /// - /// Required. The name of the Schedule resource to be paused. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` - /// - public virtual PauseRequest Pause(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseScheduleRequest body, string name) - { - return new PauseRequest(this.service, body, name); - } - - /// - /// Pauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will - /// be created. Already created runs will NOT be paused or canceled. - /// - public class PauseRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Pause request. - public PauseRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseScheduleRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the Schedule resource to be paused. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseScheduleRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "pause"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:pause"; - - /// Initializes Pause parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", - }); - } - } - - /// - /// Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only - /// paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting - /// from the next execution time after the current time based on the time_specification in the Schedule. - /// If Schedule.catch_up is set up true, all missed runs will be scheduled for backfill first. - /// - /// The body of the request. - /// - /// Required. The name of the Schedule resource to be resumed. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` - /// - public virtual ResumeRequest Resume(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeScheduleRequest body, string name) - { - return new ResumeRequest(this.service, body, name); - } - - /// - /// Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only - /// paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting - /// from the next execution time after the current time based on the time_specification in the Schedule. - /// If Schedule.catch_up is set up true, all missed runs will be scheduled for backfill first. - /// - public class ResumeRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Resume request. - public ResumeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeScheduleRequest body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Required. The name of the Schedule resource to be resumed. Format: - /// `projects/{project}/locations/{location}/schedules/{schedule}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeScheduleRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "resume"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:resume"; - - /// Initializes Resume parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", - }); - } - } - } - - /// Gets the SpecialistPools resource. - public virtual SpecialistPoolsResource SpecialistPools { get; } - - /// The "specialistPools" collection of methods. - public class SpecialistPoolsResource - { - private const string Resource = "specialistPools"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public SpecialistPoolsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; /// Gets the REST path. public override string RestPath => "v1/{+name}:cancel"; @@ -38388,7 +39276,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", }); } } @@ -38441,7 +39329,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", }); } } @@ -38492,7 +39380,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", }); } } @@ -38536,6 +39424,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -38555,7 +39454,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -38581,6 +39480,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -38648,7 +39555,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -38662,22 +39569,26 @@ protected override void InitParameters() } } - /// Creates a SpecialistPool. + /// + /// Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval. + /// /// The body of the request. /// - /// Required. The parent Project name for the new SpecialistPool. The form is - /// `projects/{project}/locations/{location}`. + /// Required. The parent of the ModelDeploymentMonitoringJob. Format: + /// `projects/{project}/locations/{location}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string parent) + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string parent) { return new CreateRequest(this.service, body, parent); } - /// Creates a SpecialistPool. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval. + /// + public class CreateRequest : AiplatformBaseServiceRequest { /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string parent) : base(service) + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string parent) : base(service) { Parent = parent; Body = body; @@ -38685,14 +39596,14 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The parent Project name for the new SpecialistPool. The form is - /// `projects/{project}/locations/{location}`. + /// Required. The parent of the ModelDeploymentMonitoringJob. Format: + /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -38704,7 +39615,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/specialistPools"; + public override string RestPath => "v1/{+parent}/modelDeploymentMonitoringJobs"; /// Initializes Create parameter list. protected override void InitParameters() @@ -38721,17 +39632,17 @@ protected override void InitParameters() } } - /// Deletes a SpecialistPool as well as all Specialists in the pool. + /// Deletes a ModelDeploymentMonitoringJob. /// - /// Required. The resource name of the SpecialistPool to delete. Format: - /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}` + /// Required. The resource name of the model monitoring job to delete. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a SpecialistPool as well as all Specialists in the pool. + /// Deletes a ModelDeploymentMonitoringJob. public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. @@ -38742,19 +39653,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The resource name of the SpecialistPool to delete. Format: - /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}` + /// Required. The resource name of the model monitoring job to delete. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// - /// If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, - /// the request will only work if the SpecialistPool has no specialist managers.) - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } - /// Gets the method name. public override string MethodName => "delete"; @@ -38774,31 +39678,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter - { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", }); } } - /// Gets a SpecialistPool. + /// Gets a ModelDeploymentMonitoringJob. /// - /// Required. The name of the SpecialistPool resource. The form is - /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}`. + /// Required. The resource name of the ModelDeploymentMonitoringJob. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a SpecialistPool. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets a ModelDeploymentMonitoringJob. + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -38808,8 +39704,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The name of the SpecialistPool resource. The form is - /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}`. + /// Required. The resource name of the ModelDeploymentMonitoringJob. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -38833,14 +39729,14 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", }); } } - /// Lists SpecialistPools in a Location. + /// Lists ModelDeploymentMonitoringJobs in a Location. /// - /// Required. The name of the SpecialistPool's parent resource. Format: + /// Required. The parent of the ModelDeploymentMonitoringJob. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -38848,8 +39744,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists SpecialistPools in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists ModelDeploymentMonitoringJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -38859,24 +39755,34 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The name of the SpecialistPool's parent resource. Format: + /// Required. The parent of the ModelDeploymentMonitoringJob. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } + /// + /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and + /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, + /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC + /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value + /// equality `labels.key:* - key existence Some examples of using the filter are: * + /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR + /// display_name="my_job"` * `NOT display_name="my_job"` * + /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token - /// of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. FieldMask represents a set of + /// Mask specifying which fields to read [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object ReadMask { get; set; } @@ -38887,7 +39793,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/specialistPools"; + public override string RestPath => "v1/{+parent}/modelDeploymentMonitoringJobs"; /// Initializes List parameter list. protected override void InitParameters() @@ -38901,6 +39807,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -38928,35 +39842,51 @@ protected override void InitParameters() } } - /// Updates a SpecialistPool. + /// Updates a ModelDeploymentMonitoringJob. /// The body of the request. - /// Required. The resource name of the SpecialistPool. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string name) + /// Output only. Resource name of a ModelDeploymentMonitoringJob. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string name) { return new PatchRequest(this.service, body, name); } - /// Updates a SpecialistPool. + /// Updates a ModelDeploymentMonitoringJob. public class PatchRequest : AiplatformBaseServiceRequest { /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string name) : base(service) + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob body, string name) : base(service) { Name = name; Body = body; InitParameters(); } - /// Required. The resource name of the SpecialistPool. + /// Output only. Resource name of a ModelDeploymentMonitoringJob. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Required. The update mask applies to the resource. + /// + /// Required. The update mask is used to specify the fields to be overwritten in the + /// ModelDeploymentMonitoringJob 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 only the non-empty fields present in the request + /// will be overwritten. Set the update_mask to `*` to override all fields. For the objective + /// config, the user can either provide the update mask for + /// model_deployment_monitoring_objective_configs or any combination of its nested fields, such as: + /// model_deployment_monitoring_objective_configs.objective_config.training_dataset. Updatable + /// fields: * `display_name` * `model_deployment_monitoring_schedule_config` * + /// `model_monitoring_alert_config` * `logging_sampling_strategy` * `labels` * `log_ttl` * + /// `enable_monitoring_pipeline_logs` . and * `model_deployment_monitoring_objective_configs` . or * + /// `model_deployment_monitoring_objective_configs.objective_config.training_dataset` * + /// `model_deployment_monitoring_objective_configs.objective_config.training_prediction_skew_detection_config` + /// * + /// `model_deployment_monitoring_objective_configs.objective_config.prediction_drift_detection_config` + /// [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object UpdateMask { get; set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ModelDeploymentMonitoringJob Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -38980,7 +39910,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { @@ -38992,423 +39922,266 @@ protected override void InitParameters() }); } } - } - - /// Gets the Studies resource. - public virtual StudiesResource Studies { get; } - - /// The "studies" collection of methods. - public class StudiesResource - { - private const string Resource = "studies"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - /// Constructs a new resource. - public StudiesResource(Google.Apis.Services.IClientService service) + /// + /// Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to + /// cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'. + /// + /// The body of the request. + /// + /// Required. The resource name of the ModelDeploymentMonitoringJob to pause. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// + public virtual PauseRequest Pause(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest body, string name) { - this.service = service; - Operations = new OperationsResource(service); - Trials = new TrialsResource(service); + return new PauseRequest(this.service, body, name); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// + /// Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to + /// cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'. + /// + public class PauseRequest : AiplatformBaseServiceRequest { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) + /// Constructs a new Pause request. + public PauseRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest body, string name) : base(service) { - this.service = service; + Name = name; + Body = body; + InitParameters(); } /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. + /// Required. The resource name of the ModelDeploymentMonitoringJob to pause. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest Body { get; set; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the method name. + public override string MethodName => "pause"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:pause"; - /// Initializes Cancel parameter list. - protected override void InitParameters() + /// Initializes Pause parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", + }); } + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) + /// + /// Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A + /// deleted ModelDeploymentMonitoringJob can't be resumed. + /// + /// The body of the request. + /// + /// Required. The resource name of the ModelDeploymentMonitoringJob to resume. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// + public virtual ResumeRequest Resume(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest body, string name) + { + return new ResumeRequest(this.service, body, name); + } + + /// + /// Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A + /// deleted ModelDeploymentMonitoringJob can't be resumed. + /// + public class ResumeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Resume request. + public ResumeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest body, string name) : base(service) { - return new DeleteRequest(this.service, name); + Name = name; + Body = body; + InitParameters(); } /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// Required. The resource name of the ModelDeploymentMonitoringJob to resume. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "resume"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}:resume"; + + /// Initializes Resume parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", + }); } + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) + /// Searches Model Monitoring Statistics generated within a given time window. + /// The body of the request. + /// + /// Required. ModelDeploymentMonitoring Job resource name. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` + /// + public virtual SearchModelDeploymentMonitoringStatsAnomaliesRequest SearchModelDeploymentMonitoringStatsAnomalies(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest body, string modelDeploymentMonitoringJob) + { + return new SearchModelDeploymentMonitoringStatsAnomaliesRequest(this.service, body, modelDeploymentMonitoringJob); + } + + /// Searches Model Monitoring Statistics generated within a given time window. + public class SearchModelDeploymentMonitoringStatsAnomaliesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SearchModelDeploymentMonitoringStatsAnomalies request. + public SearchModelDeploymentMonitoringStatsAnomaliesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest body, string modelDeploymentMonitoringJob) : base(service) { - return new GetRequest(this.service, name); + ModelDeploymentMonitoringJob = modelDeploymentMonitoringJob; + Body = body; + InitParameters(); } /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. + /// Required. ModelDeploymentMonitoring Job resource name. Format: + /// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}` /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("modelDeploymentMonitoringJob", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ModelDeploymentMonitoringJob { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "searchModelDeploymentMonitoringStatsAnomalies"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+modelDeploymentMonitoringJob}:searchModelDeploymentMonitoringStatsAnomalies"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + /// Initializes SearchModelDeploymentMonitoringStatsAnomalies parameter list. + protected override void InitParameters() { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("modelDeploymentMonitoringJob", new Google.Apis.Discovery.Parameter { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "modelDeploymentMonitoringJob", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/modelDeploymentMonitoringJobs/[^/]+$", + }); + } + } + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the Models resource. + public virtual ModelsResource Models { get; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The "models" collection of methods. + public class ModelsResource + { + private const string Resource = "models"; - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "list"; + /// Constructs a new resource. + public ModelsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Evaluations = new EvaluationsResource(service); + Operations = new OperationsResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the Evaluations resource. + public virtual EvaluationsResource Evaluations { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// The "evaluations" collection of methods. + public class EvaluationsResource + { + private const string Resource = "evaluations"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Constructs a new resource. + public EvaluationsResource(Google.Apis.Services.IClientService service) { - return new WaitRequest(this.service, name); + this.service = service; + Operations = new OperationsResource(service); + Slices = new SlicesResource(service); } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - InitParameters(); + this.service = service; } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } - - /// Gets the method name. - public override string MethodName => "wait"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; - - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the Trials resource. - public virtual TrialsResource Trials { get; } - - /// The "trials" collection of methods. - public class TrialsResource - { - private const string Resource = "trials"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public TrialsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } /// /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort @@ -39451,7 +40224,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", }); } } @@ -39504,7 +40277,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", }); } } @@ -39555,7 +40328,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", }); } } @@ -39599,6 +40372,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -39618,7 +40402,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -39644,6 +40428,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -39711,7 +40503,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/operations/[^/]+$", }); RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { @@ -39725,181 +40517,275 @@ protected override void InitParameters() } } - /// - /// Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been - /// taken before the Trial is complete. - /// - /// The body of the request. - /// - /// Required. The name of the trial to add measurement. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// - public virtual AddTrialMeasurementRequest AddTrialMeasurement(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddTrialMeasurementRequest body, string trialName) - { - return new AddTrialMeasurementRequest(this.service, body, trialName); - } + /// Gets the Slices resource. + public virtual SlicesResource Slices { get; } - /// - /// Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been - /// taken before the Trial is complete. - /// - public class AddTrialMeasurementRequest : AiplatformBaseServiceRequest + /// The "slices" collection of methods. + public class SlicesResource { - /// Constructs a new AddTrialMeasurement request. - public AddTrialMeasurementRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddTrialMeasurementRequest body, string trialName) : base(service) + private const string Resource = "slices"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SlicesResource(Google.Apis.Services.IClientService service) { - TrialName = trialName; - Body = body; - InitParameters(); + this.service = service; } - /// - /// Required. The name of the trial to add measurement. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// - [Google.Apis.Util.RequestParameterAttribute("trialName", Google.Apis.Util.RequestParameterType.Path)] - public virtual string TrialName { get; private set; } + /// Imports a list of externally generated EvaluatedAnnotations. + /// The body of the request. + /// + /// Required. The name of the parent ModelEvaluationSlice resource. Format: + /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` + /// + public virtual BatchImportRequest BatchImport(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest body, string parent) + { + return new BatchImportRequest(this.service, body, parent); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddTrialMeasurementRequest Body { get; set; } + /// Imports a list of externally generated EvaluatedAnnotations. + public class BatchImportRequest : AiplatformBaseServiceRequest + { + /// Constructs a new BatchImport request. + public BatchImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Required. The name of the parent ModelEvaluationSlice resource. Format: + /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the method name. - public override string MethodName => "addTrialMeasurement"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1/{+trialName}:addTrialMeasurement"; + /// Gets the method name. + public override string MethodName => "batchImport"; - /// Initializes AddTrialMeasurement parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("trialName", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}:batchImport"; + + /// Initializes BatchImport parameter list. + protected override void InitParameters() { - Name = "trialName", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/slices/[^/]+$", + }); + } } - } - - /// - /// Checks whether a Trial should stop or not. Returns a long-running operation. When the operation - /// is successful, it will contain a CheckTrialEarlyStoppingStateResponse. - /// - /// The body of the request. - /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// - public virtual CheckTrialEarlyStoppingStateRequest CheckTrialEarlyStoppingState(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest body, string trialName) - { - return new CheckTrialEarlyStoppingStateRequest(this.service, body, trialName); - } - /// - /// Checks whether a Trial should stop or not. Returns a long-running operation. When the operation - /// is successful, it will contain a CheckTrialEarlyStoppingStateResponse. - /// - public class CheckTrialEarlyStoppingStateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new CheckTrialEarlyStoppingState request. - public CheckTrialEarlyStoppingStateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest body, string trialName) : base(service) + /// Gets a ModelEvaluationSlice. + /// + /// Required. The name of the ModelEvaluationSlice resource. Format: + /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` + /// + public virtual GetRequest Get(string name) { - TrialName = trialName; - Body = body; - InitParameters(); + return new GetRequest(this.service, name); } - /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// - [Google.Apis.Util.RequestParameterAttribute("trialName", Google.Apis.Util.RequestParameterType.Path)] - public virtual string TrialName { get; private set; } + /// Gets a ModelEvaluationSlice. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest Body { get; set; } + /// + /// Required. The name of the ModelEvaluationSlice resource. Format: + /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the method name. - public override string MethodName => "checkTrialEarlyStoppingState"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets the REST path. - public override string RestPath => "v1/{+trialName}:checkTrialEarlyStoppingState"; + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+/slices/[^/]+$", + }); + } + } - /// Initializes CheckTrialEarlyStoppingState parameter list. - protected override void InitParameters() + /// Lists ModelEvaluationSlices in a ModelEvaluation. + /// + /// Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices from. + /// Format: `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` + /// + public virtual ListRequest List(string parent) { - base.InitParameters(); - RequestParameters.Add("trialName", new Google.Apis.Discovery.Parameter + return new ListRequest(this.service, parent); + } + + /// Lists ModelEvaluationSlices in a ModelEvaluation. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Name = "trialName", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", - }); + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices + /// from. Format: + /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// The standard list filter. * `slice.dimension` - for =. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The standard list page token. Typically obtained via + /// ListModelEvaluationSlicesResponse.next_page_token of the previous + /// ModelService.ListModelEvaluationSlices call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/slices"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// Marks a Trial as complete. - /// The body of the request. + /// Gets a ModelEvaluation. /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// Required. The name of the ModelEvaluation resource. Format: + /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` /// - public virtual CompleteRequest Complete(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CompleteTrialRequest body, string name) + public virtual GetRequest Get(string name) { - return new CompleteRequest(this.service, body, name); + return new GetRequest(this.service, name); } - /// Marks a Trial as complete. - public class CompleteRequest : AiplatformBaseServiceRequest + /// Gets a ModelEvaluation. + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new Complete request. - public CompleteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CompleteTrialRequest body, string name) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// Required. The name of the ModelEvaluation resource. Format: + /// `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CompleteTrialRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "complete"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:complete"; + public override string RestPath => "v1/{+name}"; - /// Initializes Complete parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); @@ -39909,27 +40795,27 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/evaluations/[^/]+$", }); } } - /// Adds a user provided Trial to a Study. + /// Imports an externally generated ModelEvaluation. /// The body of the request. /// - /// Required. The resource name of the Study to create the Trial in. Format: - /// `projects/{project}/locations/{location}/studies/{study}` + /// Required. The name of the parent model resource. Format: + /// `projects/{project}/locations/{location}/models/{model}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Trial body, string parent) + public virtual ImportRequest Import(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportModelEvaluationRequest body, string parent) { - return new CreateRequest(this.service, body, parent); + return new ImportRequest(this.service, body, parent); } - /// Adds a user provided Trial to a Study. - public class CreateRequest : AiplatformBaseServiceRequest + /// Imports an externally generated ModelEvaluation. + public class ImportRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Trial body, string parent) : base(service) + /// Constructs a new Import request. + public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportModelEvaluationRequest body, string parent) : base(service) { Parent = parent; Body = body; @@ -39937,28 +40823,28 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Study to create the Trial in. Format: - /// `projects/{project}/locations/{location}/studies/{study}` + /// Required. The name of the parent model resource. Format: + /// `projects/{project}/locations/{location}/models/{model}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Trial Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportModelEvaluationRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "import"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/trials"; + public override string RestPath => "v1/{+parent}/evaluations:import"; - /// Initializes Create parameter list. + /// Initializes Import parameter list. protected override void InitParameters() { base.InitParameters(); @@ -39968,99 +40854,179 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", }); } } - /// Deletes a Trial. - /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// Lists ModelEvaluations in a Model. + /// + /// Required. The resource name of the Model to list the ModelEvaluations from. Format: + /// `projects/{project}/locations/{location}/models/{model}` /// - public virtual DeleteRequest Delete(string name) + public virtual ListRequest List(string parent) { - return new DeleteRequest(this.service, name); + return new ListRequest(this.service, parent); } - /// Deletes a Trial. - public class DeleteRequest : AiplatformBaseServiceRequest + /// Lists ModelEvaluations in a Model. + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Name = name; + Parent = parent; InitParameters(); } /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// Required. The resource name of the Model to list the ModelEvaluations from. Format: + /// `projects/{project}/locations/{location}/models/{model}` /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The standard list page token. Typically obtained via + /// ListModelEvaluationsResponse.next_page_token of the previous + /// ModelService.ListModelEvaluations call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+parent}/evaluations"; - /// Initializes Delete parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } + } - /// Gets a Trial. - /// - /// Required. The name of the Trial resource. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// - public virtual GetRequest Get(string name) + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - return new GetRequest(this.service, name); + this.service = service; } - /// Gets a Trial. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } - /// - /// Required. The name of the Trial resource. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "cancel"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Get parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); @@ -40070,198 +41036,175 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", }); } } - /// Lists the Trials associated with a Study. - /// - /// Required. The resource name of the Study to list the Trial from. Format: - /// `projects/{project}/locations/{location}/studies/{study}` - /// - public virtual ListRequest List(string parent) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new ListRequest(this.service, parent); + return new DeleteRequest(this.service, name); } - /// Lists the Trials associated with a Study. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Study to list the Trial from. Format: - /// `projects/{project}/locations/{location}/studies/{study}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Optional. The number of Trials to retrieve per "page" of results. If unspecified, the - /// service will pick an appropriate default. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// Optional. A page token to request the next page of results. If unspecified, there are no - /// subsequent pages. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/trials"; + public override string RestPath => "v1/{+name}"; - /// Initializes List parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", }); } } /// - /// Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for - /// single-objective Study. The definition of pareto-optimal can be checked in wiki page. - /// https://en.wikipedia.org/wiki/Pareto_efficiency + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - /// The body of the request. - /// Required. The name of the Study that the optimal Trial belongs to. - public virtual ListOptimalTrialsRequest ListOptimalTrials(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ListOptimalTrialsRequest body, string parent) + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new ListOptimalTrialsRequest(this.service, body, parent); + return new GetRequest(this.service, name); } /// - /// Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for - /// single-objective Study. The definition of pareto-optimal can be checked in wiki page. - /// https://en.wikipedia.org/wiki/Pareto_efficiency + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. /// - public class ListOptimalTrialsRequest : AiplatformBaseServiceRequest + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new ListOptimalTrials request. - public ListOptimalTrialsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ListOptimalTrialsRequest body, string parent) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// Required. The name of the Study that the optimal Trial belongs to. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ListOptimalTrialsRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "listOptimalTrials"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/trials:listOptimalTrials"; + public override string RestPath => "v1/{+name}"; - /// Initializes ListOptimalTrials parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", }); } } - /// Stops a Trial. - /// The body of the request. - /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// - public virtual StopRequest Stop(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopTrialRequest body, string name) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new StopRequest(this.service, body, name); + return new ListRequest(this.service, name); } - /// Stops a Trial. - public class StopRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new Stop request. - public StopRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopTrialRequest body, string name) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Required. The Trial's name. Format: - /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` - /// + /// The name of the operation's parent resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopTrialRequest Body { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. - public override string MethodName => "stop"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+name}:stop"; + public override string RestPath => "v1/{+name}/operations"; - /// Initializes Stop parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -40271,95 +41214,147 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } /// - /// Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns - /// a long-running operation associated with the generation of Trial suggestions. When this - /// long-running operation succeeds, it will contain a SuggestTrialsResponse. + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. /// - /// The body of the request. - /// - /// Required. The project and location that the Study belongs to. Format: - /// `projects/{project}/locations/{location}/studies/{study}` - /// - public virtual SuggestRequest Suggest(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SuggestTrialsRequest body, string parent) + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new SuggestRequest(this.service, body, parent); + return new WaitRequest(this.service, name); } /// - /// Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns - /// a long-running operation associated with the generation of Trial suggestions. When this - /// long-running operation succeeds, it will contain a SuggestTrialsResponse. + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. /// - public class SuggestRequest : AiplatformBaseServiceRequest + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Suggest request. - public SuggestRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SuggestTrialsRequest body, string parent) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Required. The project and location that the Study belongs to. Format: - /// `projects/{project}/locations/{location}/studies/{study}` + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SuggestTrialsRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "suggest"; + public override string MethodName => "wait"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/trials:suggest"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Suggest parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } } - /// Creates a Study. A resource name will be generated after creation of the Study. + /// + /// Copies an already existing Vertex AI Model into the specified Location. The source Model must exist + /// in the same Project. When copying custom Models, the users themselves are responsible for + /// Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) + /// it depends on remain accessible. + /// /// The body of the request. /// - /// Required. The resource name of the Location to create the CustomJob in. Format: + /// Required. The resource name of the Location into which to copy the Model. Format: /// `projects/{project}/locations/{location}` /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Study body, string parent) + public virtual CopyRequest Copy(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CopyModelRequest body, string parent) { - return new CreateRequest(this.service, body, parent); + return new CopyRequest(this.service, body, parent); } - /// Creates a Study. A resource name will be generated after creation of the Study. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Copies an already existing Vertex AI Model into the specified Location. The source Model must exist + /// in the same Project. When copying custom Models, the users themselves are responsible for + /// Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) + /// it depends on remain accessible. + /// + public class CopyRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Study body, string parent) : base(service) + /// Constructs a new Copy request. + public CopyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CopyModelRequest body, string parent) : base(service) { Parent = parent; Body = body; @@ -40367,28 +41362,28 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ai } /// - /// Required. The resource name of the Location to create the CustomJob in. Format: + /// Required. The resource name of the Location into which to copy the Model. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Study Body { get; set; } + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CopyModelRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "copy"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/studies"; + public override string RestPath => "v1/{+parent}/models:copy"; - /// Initializes Create parameter list. + /// Initializes Copy parameter list. protected override void InitParameters() { base.InitParameters(); @@ -40403,18 +41398,24 @@ protected override void InitParameters() } } - /// Deletes a Study. + /// + /// Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the + /// model in its deployed_models field. + /// /// - /// Required. The name of the Study resource to be deleted. Format: - /// `projects/{project}/locations/{location}/studies/{study}` + /// Required. The name of the Model resource to be deleted. Format: + /// `projects/{project}/locations/{location}/models/{model}` /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a Study. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the + /// model in its deployed_models field. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -40424,8 +41425,8 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the Study resource to be deleted. Format: - /// `projects/{project}/locations/{location}/studies/{study}` + /// Required. The name of the Model resource to be deleted. Format: + /// `projects/{project}/locations/{location}/models/{model}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -40449,34 +41450,172 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", }); } } - /// Gets a Study by name. + /// + /// Deletes a Model version. Model version can only be deleted if there are no DeployedModels created + /// from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the + /// Model instead. + /// /// - /// Required. The name of the Study resource. Format: - /// `projects/{project}/locations/{location}/studies/{study}` + /// Required. The name of the model version to be deleted, with a version ID explicitly included. + /// Example: `projects/{project}/locations/{location}/models/{model}@1234` /// - public virtual GetRequest Get(string name) + public virtual DeleteVersionRequest DeleteVersion(string name) { - return new GetRequest(this.service, name); + return new DeleteVersionRequest(this.service, name); } - /// Gets a Study by name. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Deletes a Model version. Model version can only be deleted if there are no DeployedModels created + /// from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the + /// Model instead. + /// + public class DeleteVersionRequest : AiplatformBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { + /// Constructs a new DeleteVersion request. + public DeleteVersionRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { Name = name; InitParameters(); } /// - /// Required. The name of the Study resource. Format: - /// `projects/{project}/locations/{location}/studies/{study}` + /// Required. The name of the model version to be deleted, with a version ID explicitly included. + /// Example: `projects/{project}/locations/{location}/models/{model}@1234` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "deleteVersion"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:deleteVersion"; + + /// Initializes DeleteVersion parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + } + } + + /// + /// Exports a trained, exportable Model to a location specified by the user. A Model is considered to be + /// exportable if it has at least one supported export format. + /// + /// The body of the request. + /// + /// Required. The resource name of the Model to export. The resource name may contain version id or + /// version alias to specify the version, if no version is specified, the default version will be + /// exported. + /// + public virtual ExportRequest Export(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportModelRequest body, string name) + { + return new ExportRequest(this.service, body, name); + } + + /// + /// Exports a trained, exportable Model to a location specified by the user. A Model is considered to be + /// exportable if it has at least one supported export format. + /// + public class ExportRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Export request. + public ExportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportModelRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Model to export. The resource name may contain version id or + /// version alias to specify the version, if no version is specified, the default version will be + /// exported. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportModelRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "export"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:export"; + + /// Initializes Export parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + } + } + + /// Gets a Model. + /// + /// Required. The name of the Model resource. Format: + /// `projects/{project}/locations/{location}/models/{model}` In order to retrieve a specific version of + /// the model, also provide the version ID or version alias. Example: + /// `projects/{project}/locations/{location}/models/{model}@2` or + /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is + /// specified, the "default" version will be returned. The "default" version alias is created for the + /// first version of the model, and can be moved to other versions later on. There will be exactly one + /// default version. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Model. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Model resource. Format: + /// `projects/{project}/locations/{location}/models/{model}` In order to retrieve a specific version + /// of the model, also provide the version ID or version alias. Example: + /// `projects/{project}/locations/{location}/models/{model}@2` or + /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is + /// specified, the "default" version will be returned. The "default" version alias is created for + /// the first version of the model, and can be moved to other versions later on. There will be + /// exactly one default version. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -40500,14 +41639,94 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", }); } } - /// Lists all the studies in a region for an associated project. + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists Models in a Location. /// - /// Required. The resource name of the Location to list the Study from. Format: + /// Required. The resource name of the Location to list the Models from. Format: /// `projects/{project}/locations/{location}` /// public virtual ListRequest List(string parent) @@ -40515,8 +41734,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists all the studies in a region for an associated project. - public class ListRequest : AiplatformBaseServiceRequest + /// Lists Models in a Location. + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -40526,26 +41745,47 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The resource name of the Location to list the Study from. Format: + /// Required. The resource name of the Location to list the Models from. Format: /// `projects/{project}/locations/{location}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// - /// Optional. The maximum number of studies to return per "page" of results. If unspecified, service - /// will pick an appropriate default. + /// An expression for filtering the results of the request. For field names both snake_case and + /// camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the + /// last segment of the Model's resource name. * `display_name` supports = and != * `labels` + /// supports general map functions that is: * `labels.key=value` - key:value equality * + /// `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a + /// key"`. * `base_model_name` only supports = Some examples: * `model=1234` * + /// `displayName="myDisplayName"` * `labels.myKey="myValue"` * `baseModelName="text-bison"` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` + /// Example: `display_name, create_time desc`. /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// Optional. A page token to request the next page of results. If unspecified, there are no - /// subsequent pages. + /// The standard list page token. Typically obtained via ListModelsResponse.next_page_token of the + /// previous ModelService.ListModels call. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -40553,7 +41793,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/studies"; + public override string RestPath => "v1/{+parent}/models"; /// Initializes List parameter list. protected override void InitParameters() @@ -40567,6 +41807,22 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { Name = "pageSize", @@ -40583,4106 +41839,21956 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// - /// Looks a study up using the user-defined display_name field instead of the fully qualified resource - /// name. - /// - /// The body of the request. - /// - /// Required. The resource name of the Location to get the Study from. Format: - /// `projects/{project}/locations/{location}` + /// Lists checkpoints of the specified model version. + /// + /// Required. The name of the model version to list checkpoints for. + /// `projects/{project}/locations/{location}/models/{model}@{version}` Example: + /// `projects/{project}/locations/{location}/models/{model}@2` or + /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is + /// specified, the latest version will be used. /// - public virtual LookupRequest Lookup(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1LookupStudyRequest body, string parent) + public virtual ListCheckpointsRequest ListCheckpoints(string name) { - return new LookupRequest(this.service, body, parent); + return new ListCheckpointsRequest(this.service, name); } - /// - /// Looks a study up using the user-defined display_name field instead of the fully qualified resource - /// name. - /// - public class LookupRequest : AiplatformBaseServiceRequest + /// Lists checkpoints of the specified model version. + public class ListCheckpointsRequest : AiplatformBaseServiceRequest { - /// Constructs a new Lookup request. - public LookupRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1LookupStudyRequest body, string parent) : base(service) + /// Constructs a new ListCheckpoints request. + public ListCheckpointsRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } /// - /// Required. The resource name of the Location to get the Study from. Format: - /// `projects/{project}/locations/{location}` + /// Required. The name of the model version to list checkpoints for. + /// `projects/{project}/locations/{location}/models/{model}@{version}` Example: + /// `projects/{project}/locations/{location}/models/{model}@2` or + /// `projects/{project}/locations/{location}/models/{model}@golden` If no version ID or alias is + /// specified, the latest version will be used. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1LookupStudyRequest Body { get; set; } + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Optional. The standard list page token. Typically obtained via next_page_token of the previous + /// ListModelVersionCheckpoints call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// Gets the method name. - public override string MethodName => "lookup"; + public override string MethodName => "listCheckpoints"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/studies:lookup"; + public override string RestPath => "v1/{+name}:listCheckpoints"; - /// Initializes Lookup parameter list. + /// Initializes ListCheckpoints parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - } - - /// Gets the Tensorboards resource. - public virtual TensorboardsResource Tensorboards { get; } - - /// The "tensorboards" collection of methods. - public class TensorboardsResource - { - private const string Resource = "tensorboards"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public TensorboardsResource(Google.Apis.Services.IClientService service) + /// Lists versions of the specified model. + /// Required. The name of the model to list versions for. + public virtual ListVersionsRequest ListVersions(string name) { - this.service = service; - Experiments = new ExperimentsResource(service); - Operations = new OperationsResource(service); + return new ListVersionsRequest(this.service, name); } - /// Gets the Experiments resource. - public virtual ExperimentsResource Experiments { get; } - - /// The "experiments" collection of methods. - public class ExperimentsResource + /// Lists versions of the specified model. + public class ListVersionsRequest : AiplatformBaseServiceRequest { - private const string Resource = "experiments"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ExperimentsResource(Google.Apis.Services.IClientService service) + /// Constructs a new ListVersions request. + public ListVersionsRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; - Operations = new OperationsResource(service); - Runs = new RunsResource(service); + Name = name; + InitParameters(); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Required. The name of the model to list versions for. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// An expression for filtering the results of the request. For field names both snake_case and + /// camelCase are supported. * `labels` supports general map functions that is: * `labels.key=value` + /// - key:value equality * `labels.key:* or labels:key - key existence * A key including a space + /// must be quoted. `labels."a key"`. Some examples: * `labels.myKey="myValue"` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// + /// A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a + /// field name for descending. Supported fields: * `create_time` * `update_time` Example: + /// `update_time asc, create_time desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort - /// to cancel the operation, but success is not guaranteed. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation - /// or other methods to check whether the cancellation succeeded or whether the operation - /// completed despite cancellation. On successful cancellation, the operation is not deleted; - /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code - /// of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// The standard list page token. Typically obtained via next_page_token of the previous + /// ListModelVersions call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the method name. + public override string MethodName => "listVersions"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:listVersions"; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", - }); - } - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) + /// Initializes ListVersions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new DeleteRequest(this.service, name); - } - - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", - }); - } - } + /// Merges a set of aliases for a Model version. + /// The body of the request. + /// + /// Required. The name of the model version to merge aliases, with a version ID explicitly included. + /// Example: `projects/{project}/locations/{location}/models/{model}@1234` + /// + public virtual MergeVersionAliasesRequest MergeVersionAliases(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MergeVersionAliasesRequest body, string name) + { + return new MergeVersionAliasesRequest(this.service, body, name); + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Merges a set of aliases for a Model version. + public class MergeVersionAliasesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new MergeVersionAliases request. + public MergeVersionAliasesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MergeVersionAliasesRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The name of the model version to merge aliases, with a version ID explicitly included. + /// Example: `projects/{project}/locations/{location}/models/{model}@1234` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1MergeVersionAliasesRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "mergeVersionAliases"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:mergeVersionAliases"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) + /// Initializes MergeVersionAliases parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new ListRequest(this.service, name); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + } + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Updates a Model. + /// The body of the request. + /// The resource name of the Model. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Model body, string name) + { + return new PatchRequest(this.service, body, name); + } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Updates a Model. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Model body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The resource name of the Model. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Required. The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Model Body { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "patch"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state is - /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, - /// the HTTP/RPC timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may - /// return the latest state before the specified timeout (including immediately), meaning even - /// an immediate response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most - /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the Runs resource. - public virtual RunsResource Runs { get; } + /// Gets the method name. + public override string MethodName => "setIamPolicy"; - /// The "runs" collection of methods. - public class RunsResource - { - private const string Resource = "runs"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; - /// Constructs a new resource. - public RunsResource(Google.Apis.Services.IClientService service) + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - this.service = service; - Operations = new OperationsResource(service); - TimeSeries = new TimeSeriesResource(service); - } - - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + } + } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + { + return new TestIamPermissionsRequest(this.service, resource); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best - /// effort to cancel the operation, but success is not guaranteed. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use - /// Operations.GetOperation or other methods to check whether the cancellation succeeded or - /// whether the operation completed despite cancellation. On successful cancellation, the - /// operation is not deleted; instead, it becomes an operation with an Operation.error value - /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best - /// effort to cancel the operation, but success is not guaranteed. If the server doesn't - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use - /// Operations.GetOperation or other methods to check whether the cancellation succeeded or - /// whether the operation completed despite cancellation. On successful cancellation, the - /// operation is not deleted; instead, it becomes an operation with an Operation.error value - /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or + /// `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "testIamPermissions"; - /// Gets the method name. - public override string MethodName => "cancel"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + { + Name = "permissions", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", - }); - } - } + /// Incrementally update the dataset used for an examples model. + /// The body of the request. + /// + /// Required. The resource name of the Model to update. Format: + /// `projects/{project}/locations/{location}/models/{model}` + /// + public virtual UpdateExplanationDatasetRequest UpdateExplanationDataset(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateExplanationDatasetRequest body, string model) + { + return new UpdateExplanationDatasetRequest(this.service, body, model); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Incrementally update the dataset used for an examples model. + public class UpdateExplanationDatasetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new UpdateExplanationDataset request. + public UpdateExplanationDatasetRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateExplanationDatasetRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The resource name of the Model to update. Format: + /// `projects/{project}/locations/{location}/models/{model}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpdateExplanationDatasetRequest Body { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "updateExplanationDataset"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+model}:updateExplanationDataset"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll - /// the operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Initializes UpdateExplanationDataset parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/models/[^/]+$", + }); + } + } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll - /// the operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Uploads a Model artifact into Vertex AI. + /// The body of the request. + /// + /// Required. The resource name of the Location into which to upload the Model. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual UploadRequest Upload(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadModelRequest body, string parent) + { + return new UploadRequest(this.service, body, parent); + } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Uploads a Model artifact into Vertex AI. + public class UploadRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Upload request. + public UploadRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadModelRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Required. The resource name of the Location into which to upload the Model. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UploadModelRequest Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "upload"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't - /// support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/models:upload"; - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Upload parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the NasJobs resource. + public virtual NasJobsResource NasJobs { get; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The "nasJobs" collection of methods. + public class NasJobsResource + { + private const string Resource = "nasJobs"; - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "list"; + /// Constructs a new resource. + public NasJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + NasTrialDetails = new NasTrialDetailsResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the NasTrialDetails resource. + public virtual NasTrialDetailsResource NasTrialDetails { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// The "nasTrialDetails" collection of methods. + public class NasTrialDetailsResource + { + private const string Resource = "nasTrialDetails"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state - /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC - /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort - /// basis. It may return the latest state before the specified timeout (including - /// immediately), meaning even an immediate response is no guarantee that the operation is - /// done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Constructs a new resource. + public NasTrialDetailsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// - /// Waits until the specified long-running operation is done or reaches at most a specified - /// timeout, returning the latest state. If the operation is already done, the latest state - /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC - /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it - /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort - /// basis. It may return the latest state before the specified timeout (including - /// immediately), meaning even an immediate response is no guarantee that the operation is - /// done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets a NasTrialDetail. + /// + /// Required. The name of the NasTrialDetail resource. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets a NasTrialDetail. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at - /// most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline - /// is also specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Required. The name of the NasTrialDetail resource. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "wait"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+/nasTrialDetails/[^/]+$", + }); } + } - /// Gets the TimeSeries resource. - public virtual TimeSeriesResource TimeSeries { get; } + /// List top NasTrialDetails of a NasJob. + /// + /// Required. The name of the NasJob resource. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// The "timeSeries" collection of methods. - public class TimeSeriesResource + /// List top NasTrialDetails of a NasJob. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - private const string Resource = "timeSeries"; + Parent = parent; + InitParameters(); + } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Required. The name of the NasJob resource. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Constructs a new resource. - public TimeSeriesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Operations = new OperationsResource(service); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// + /// The standard list page token. Typically obtained via + /// ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails + /// call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Gets the method name. + public override string MethodName => "list"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/nasTrialDetails"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a - /// best effort to cancel the operation, but success is not guaranteed. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can - /// use Operations.GetOperation or other methods to check whether the cancellation - /// succeeded or whether the operation completed despite cancellation. On successful - /// cancellation, the operation is not deleted; instead, it becomes an operation with an - /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a - /// best effort to cancel the operation, but success is not guaranteed. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can - /// use Operations.GetOperation or other methods to check whether the cancellation - /// succeeded or whether the operation completed despite cancellation. On successful - /// cancellation, the operation is not deleted; instead, it becomes an operation with an - /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to + /// cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods + /// to check whether the cancellation succeeded or whether the job completed despite cancellation. On + /// successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error + /// value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and NasJob.state is set + /// to `CANCELLED`. + /// + /// The body of the request. + /// + /// Required. The name of the NasJob to cancel. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelNasJobRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to + /// cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods + /// to check whether the cancellation succeeded or whether the job completed despite cancellation. On + /// successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error + /// value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and NasJob.state is set + /// to `CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelNasJobRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// + /// Required. The name of the NasJob to cancel. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelNasJobRequest Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer - /// interested in the operation result. It does not cancel the operation. If the server - /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "delete"; + /// Creates a NasJob + /// The body of the request. + /// + /// Required. The resource name of the Location to create the NasJob in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NasJob body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Creates a NasJob + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NasJob body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Required. The resource name of the Location to create the NasJob in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NasJob Body { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to - /// poll the operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to - /// poll the operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "create"; - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/nasJobs"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Deletes a NasJob. + /// + /// Required. The name of the NasJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", - }); - } - } + /// Deletes a NasJob. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Lists operations that match the specified filter in the request. If the server - /// doesn't support this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// + /// Required. The name of the NasJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Lists operations that match the specified filter in the request. If the server - /// doesn't support this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "delete"; - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", + }); + } + } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets a NasJob + /// + /// Required. The name of the NasJob resource. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets a NasJob + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Required. The name of the NasJob resource. Format: + /// `projects/{project}/locations/{location}/nasJobs/{nas_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the method name. + public override string MethodName => "get"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Waits until the specified long-running operation is done or reaches at most a - /// specified timeout, returning the latest state. If the operation is already done, the - /// latest state is immediately returned. If the timeout specified is greater than the - /// default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this - /// method is on a best-effort basis. It may return the latest state before the - /// specified timeout (including immediately), meaning even an immediate response is no - /// guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a - /// specified timeout, returning the latest state. If the operation is already done, the - /// latest state is immediately returned. If the timeout specified is greater than the - /// default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not - /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this - /// method is on a best-effort basis. It may return the latest state before the - /// specified timeout (including immediately), meaning even an immediate response is no - /// guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/nasJobs/[^/]+$", + }); + } + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be - /// at most the time permitted by the underlying HTTP/RPC protocol. If RPC context - /// deadline is also specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// Lists NasJobs in a Location. + /// + /// Required. The resource name of the Location to list the NasJobs from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// Lists NasJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Required. The resource name of the Location to list the NasJobs from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// + /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and + /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `create_time` supports `=`, + /// `!=`,`&lt;`, `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC + /// 3339 format. * `labels` supports general map functions that is: `labels.key=value` - key:value + /// equality `labels.key:* - key existence Some examples of using the filter are: * + /// `state="JOB_STATE_SUCCEEDED" AND display_name:"my_job_*"` * `state!="JOB_STATE_FAILED" OR + /// display_name="my_job"` * `NOT display_name="my_job"` * + /// `create_time&gt;"2021-05-18T00:00:00Z"` * `labels.keyA=valueA` * `labels.keyB:*` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Creates a TensorboardTimeSeries. - /// The body of the request. - /// - /// Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries - /// in. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// + /// The standard list page token. Typically obtained via ListNasJobsResponse.next_page_token of the + /// previous JobService.ListNasJobs call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Creates a TensorboardTimeSeries. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } - /// - /// Required. The resource name of the TensorboardRun to create the - /// TensorboardTimeSeries in. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the method name. + public override string MethodName => "list"; - /// - /// Optional. The user specified unique ID to use for the TensorboardTimeSeries, which - /// becomes the final component of the TensorboardTimeSeries's resource name. This value - /// should match "a-z0-9{0, 127}" - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboardTimeSeriesId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string TensorboardTimeSeriesId { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries Body { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/nasJobs"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the NotebookExecutionJobs resource. + public virtual NotebookExecutionJobsResource NotebookExecutionJobs { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "notebookExecutionJobs" collection of methods. + public class NotebookExecutionJobsResource + { + private const string Resource = "notebookExecutionJobs"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/timeSeries"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("tensorboardTimeSeriesId", new Google.Apis.Discovery.Parameter - { - Name = "tensorboardTimeSeriesId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Constructs a new resource. + public NotebookExecutionJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Deletes a TensorboardTimeSeries. - /// - /// Required. The name of the TensorboardTimeSeries to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Deletes a TensorboardTimeSeries. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// - /// Required. The name of the TensorboardTimeSeries to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "delete"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", - }); - } - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Exports a TensorboardTimeSeries' data. Data is returned in paginated responses. - /// - /// The body of the request. - /// - /// Required. The resource name of the TensorboardTimeSeries to export data from. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - public virtual ExportTensorboardTimeSeriesRequest ExportTensorboardTimeSeries(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest body, string tensorboardTimeSeries) - { - return new ExportTensorboardTimeSeriesRequest(this.service, body, tensorboardTimeSeries); - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Exports a TensorboardTimeSeries' data. Data is returned in paginated responses. - /// - public class ExportTensorboardTimeSeriesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ExportTensorboardTimeSeries request. - public ExportTensorboardTimeSeriesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest body, string tensorboardTimeSeries) : base(service) - { - TensorboardTimeSeries = tensorboardTimeSeries; - Body = body; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Required. The resource name of the TensorboardTimeSeries to export data from. - /// Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboardTimeSeries", Google.Apis.Util.RequestParameterType.Path)] - public virtual string TensorboardTimeSeries { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest Body { get; set; } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "exportTensorboardTimeSeries"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+tensorboardTimeSeries}:exportTensorboardTimeSeries"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes ExportTensorboardTimeSeries parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("tensorboardTimeSeries", new Google.Apis.Discovery.Parameter - { - Name = "tensorboardTimeSeries", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets a TensorboardTimeSeries. - /// - /// Required. The name of the TensorboardTimeSeries resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets a TensorboardTimeSeries. - public class GetRequest : AiplatformBaseServiceRequest + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. The name of the TensorboardTimeSeries resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", - }); - } - } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Lists TensorboardTimeSeries in a Location. - /// - /// Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the method name. + public override string MethodName => "get"; - /// Lists TensorboardTimeSeries in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. - /// Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Lists the TensorboardTimeSeries that match the filter expression. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Field to use to sort the list. - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// The maximum number of TensorboardTimeSeries to return. The service may return fewer - /// than this value. If unspecified, at most 50 TensorboardTimeSeries are returned. The - /// maximum value is 1000; values above 1000 are coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// A page token, received from a previous TensorboardService.ListTensorboardTimeSeries - /// call. Provide this to retrieve the subsequent page. When paginating, all other - /// parameters provided to TensorboardService.ListTensorboardTimeSeries must match the - /// call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/timeSeries"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Updates a TensorboardTimeSeries. - /// The body of the request. - /// Output only. Name of the TensorboardTimeSeries. - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string name) + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new PatchRequest(this.service, body, name); - } - - /// Updates a TensorboardTimeSeries. - public class PatchRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// Output only. Name of the TensorboardTimeSeries. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Required. Field mask is used to specify the fields to be overwritten in the - /// TensorboardTimeSeries resource by the update. The fields specified in the - /// update_mask are relative to the resource, not the full request. A field is - /// overwritten if it's in the mask. If the user does not provide a mask then all fields - /// are overwritten if new values are specified. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries Body { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// - /// Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is - /// less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected - /// from this time series and returned. This value can be changed by changing - /// max_data_points, which can't be greater than 10k. - /// - /// - /// Required. The resource name of the TensorboardTimeSeries to read data from. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - public virtual ReadRequest Read(string tensorboardTimeSeries) + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new ReadRequest(this.service, tensorboardTimeSeries); - } - - /// - /// Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is - /// less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected - /// from this time series and returned. This value can be changed by changing - /// max_data_points, which can't be greater than 10k. - /// - public class ReadRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - /// Constructs a new Read request. - public ReadRequest(Google.Apis.Services.IClientService service, string tensorboardTimeSeries) : base(service) - { - TensorboardTimeSeries = tensorboardTimeSeries; - InitParameters(); - } + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// Required. The resource name of the TensorboardTimeSeries to read data from. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboardTimeSeries", Google.Apis.Util.RequestParameterType.Path)] - public virtual string TensorboardTimeSeries { get; private set; } + /// Creates a NotebookExecutionJob. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the NotebookExecutionJob. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookExecutionJob body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// - /// Reads the TensorboardTimeSeries' data that match the filter expression. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Creates a NotebookExecutionJob. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookExecutionJob body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// - /// The maximum number of TensorboardTimeSeries' data to return. This value should be a - /// positive integer. This value can be set to -1 to return all data. - /// - [Google.Apis.Util.RequestParameterAttribute("maxDataPoints", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable MaxDataPoints { get; set; } + /// + /// Required. The resource name of the Location to create the NotebookExecutionJob. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the method name. - public override string MethodName => "read"; + /// Optional. User specified ID for the NotebookExecutionJob. + [Google.Apis.Util.RequestParameterAttribute("notebookExecutionJobId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string NotebookExecutionJobId { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookExecutionJob Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+tensorboardTimeSeries}:read"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Read parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("tensorboardTimeSeries", new Google.Apis.Discovery.Parameter - { - Name = "tensorboardTimeSeries", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("maxDataPoints", new Google.Apis.Discovery.Parameter - { - Name = "maxDataPoints", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/notebookExecutionJobs"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("notebookExecutionJobId", new Google.Apis.Discovery.Parameter + { + Name = "notebookExecutionJobId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a NotebookExecutionJob. + /// Required. The name of the NotebookExecutionJob resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a NotebookExecutionJob. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The name of the NotebookExecutionJob resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+$", + }); + } + } + + /// Gets a NotebookExecutionJob. + /// Required. The name of the NotebookExecutionJob resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a NotebookExecutionJob. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The name of the NotebookExecutionJob resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The NotebookExecutionJob view. Defaults to BASIC. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The NotebookExecutionJob view. Defaults to BASIC. + public enum ViewEnum + { + /// When unspecified, the API defaults to the BASIC view. + [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_UNSPECIFIED")] + NOTEBOOKEXECUTIONJOBVIEWUNSPECIFIED = 0, + + /// Includes all fields except for direct notebook inputs. + [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_BASIC")] + NOTEBOOKEXECUTIONJOBVIEWBASIC = 1, + + /// Includes all fields. + [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_FULL")] + NOTEBOOKEXECUTIONJOBVIEWFULL = 2, + } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookExecutionJobs/[^/]+$", + }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists NotebookExecutionJobs in a Location. + /// + /// Required. The resource name of the Location from which to list the NotebookExecutionJobs. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists NotebookExecutionJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location from which to list the NotebookExecutionJobs. + /// Format: `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. An expression for filtering the results of the request. For field names both + /// snake_case and camelCase are supported. * `notebookExecutionJob` supports = and !=. + /// `notebookExecutionJob` represents the NotebookExecutionJob ID. * `displayName` supports = and != + /// and regex. * `schedule` supports = and != and regex. Some examples: * + /// `notebookExecutionJob="123"` * `notebookExecutionJob="my-execution-job"` * + /// `displayName="myDisplayName"` and `displayName=~"myDisplayNameRegex"` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. Supported fields: * `display_name` * `create_time` * + /// `update_time` Example: `display_name, create_time desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The standard list page token. Typically obtained via + /// ListNotebookExecutionJobsResponse.next_page_token of the previous + /// NotebookService.ListNotebookExecutionJobs call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Optional. The NotebookExecutionJob view. Defaults to BASIC. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The NotebookExecutionJob view. Defaults to BASIC. + public enum ViewEnum + { + /// When unspecified, the API defaults to the BASIC view. + [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_UNSPECIFIED")] + NOTEBOOKEXECUTIONJOBVIEWUNSPECIFIED = 0, + + /// Includes all fields except for direct notebook inputs. + [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_BASIC")] + NOTEBOOKEXECUTIONJOBVIEWBASIC = 1, + + /// Includes all fields. + [Google.Apis.Util.StringValueAttribute("NOTEBOOK_EXECUTION_JOB_VIEW_FULL")] + NOTEBOOKEXECUTIONJOBVIEWFULL = 2, + } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/notebookExecutionJobs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the NotebookRuntimeTemplates resource. + public virtual NotebookRuntimeTemplatesResource NotebookRuntimeTemplates { get; } + + /// The "notebookRuntimeTemplates" collection of methods. + public class NotebookRuntimeTemplatesResource + { + private const string Resource = "notebookRuntimeTemplates"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public NotebookRuntimeTemplatesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a NotebookRuntimeTemplate. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the NotebookRuntimeTemplate. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a NotebookRuntimeTemplate. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the NotebookRuntimeTemplate. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. User specified ID for the notebook runtime template. + [Google.Apis.Util.RequestParameterAttribute("notebookRuntimeTemplateId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string NotebookRuntimeTemplateId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/notebookRuntimeTemplates"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("notebookRuntimeTemplateId", new Google.Apis.Discovery.Parameter + { + Name = "notebookRuntimeTemplateId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a NotebookRuntimeTemplate. + /// + /// Required. The name of the NotebookRuntimeTemplate resource to be deleted. Format: + /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a NotebookRuntimeTemplate. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the NotebookRuntimeTemplate resource to be deleted. Format: + /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + }); + } + } + + /// Gets a NotebookRuntimeTemplate. + /// + /// Required. The name of the NotebookRuntimeTemplate resource. Format: + /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a NotebookRuntimeTemplate. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the NotebookRuntimeTemplate resource. Format: + /// `projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + }); + } + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists NotebookRuntimeTemplates in a Location. + /// + /// Required. The resource name of the Location from which to list the NotebookRuntimeTemplates. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists NotebookRuntimeTemplates in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location from which to list the NotebookRuntimeTemplates. + /// Format: `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. An expression for filtering the results of the request. For field names both + /// snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. + /// `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of + /// the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` + /// supports general map functions that is: * `labels.key=value` - key:value equality * + /// `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels."a + /// key"`. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, + /// ONE_CLICK]. * `machineType` supports = and !=. * `acceleratorType` supports = and !=. Some + /// examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName="myDisplayName"` + /// * `labels.myKey="myValue"` * `notebookRuntimeType=USER_DEFINED` * `machineType=e2-standard-4` * + /// `acceleratorType=NVIDIA_TESLA_T4` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. Supported fields: * `display_name` * `create_time` * + /// `update_time` Example: `display_name, create_time desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The standard list page token. Typically obtained via + /// ListNotebookRuntimeTemplatesResponse.next_page_token of the previous + /// NotebookService.ListNotebookRuntimeTemplates call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Optional. Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/notebookRuntimeTemplates"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a NotebookRuntimeTemplate. + /// The body of the request. + /// The resource name of the NotebookRuntimeTemplate. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a NotebookRuntimeTemplate. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// The resource name of the NotebookRuntimeTemplate. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. The update mask applies to the resource. For the `FieldMask` definition, see + /// google.protobuf.FieldMask. Input format: `{paths: "${updated_filed}"}` Updatable fields: * + /// `encryption_spec.kms_key_name` + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1NotebookRuntimeTemplate Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : AiplatformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(string resource) + { + return new TestIamPermissionsRequest(this.service, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or + /// `storage.*`) are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Google.Apis.Util.RequestParameterAttribute("permissions", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable Permissions { get; set; } + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+$", + }); + RequestParameters.Add("permissions", new Google.Apis.Discovery.Parameter + { + Name = "permissions", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the NotebookRuntimes resource. + public virtual NotebookRuntimesResource NotebookRuntimes { get; } + + /// The "notebookRuntimes" collection of methods. + public class NotebookRuntimesResource + { + private const string Resource = "notebookRuntimes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public NotebookRuntimesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns + /// an existing assignment or generates a new one. + /// + /// The body of the request. + /// + /// Required. The resource name of the Location to get the NotebookRuntime assignment. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual AssignRequest Assign(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest body, string parent) + { + return new AssignRequest(this.service, body, parent); + } + + /// + /// Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns + /// an existing assignment or generates a new one. + /// + public class AssignRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Assign request. + public AssignRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to get the NotebookRuntime assignment. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "assign"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/notebookRuntimes:assign"; + + /// Initializes Assign parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a NotebookRuntime. + /// + /// Required. The name of the NotebookRuntime resource to be deleted. Instead of checking whether the + /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is + /// no such NotebookRuntime in spanner. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a NotebookRuntime. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the NotebookRuntime resource to be deleted. Instead of checking whether + /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if + /// there is no such NotebookRuntime in spanner. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + }); + } + } + + /// Gets a NotebookRuntime. + /// + /// Required. The name of the NotebookRuntime resource. Instead of checking whether the name is in valid + /// NotebookRuntime resource name format, directly throw NotFound exception if there is no such + /// NotebookRuntime in spanner. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a NotebookRuntime. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the NotebookRuntime resource. Instead of checking whether the name is in + /// valid NotebookRuntime resource name format, directly throw NotFound exception if there is no + /// such NotebookRuntime in spanner. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + }); + } + } + + /// Lists NotebookRuntimes in a Location. + /// + /// Required. The resource name of the Location from which to list the NotebookRuntimes. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists NotebookRuntimes in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location from which to list the NotebookRuntimes. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. An expression for filtering the results of the request. For field names both + /// snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` + /// represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. + /// * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. + /// `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of + /// the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState + /// enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. + /// runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, + /// BEING_UPGRADED, ERROR, INVALID]. * `runtimeUser` supports = and !=. * API version is UI only: + /// `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, + /// UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, + /// UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. + /// notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. * `machineType` supports = and !=. * + /// `acceleratorType` supports = and !=. Some examples: * `notebookRuntime="notebookRuntime123"` * + /// `displayName="myDisplayName"` and `displayName=~"myDisplayNameRegex"` * + /// `notebookRuntimeTemplate="notebookRuntimeTemplate321"` * `healthState=HEALTHY` * + /// `runtimeState=RUNNING` * `runtimeUser="test@google.com"` * + /// `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED` * + /// `machineType=e2-standard-4` * `acceleratorType=NVIDIA_TESLA_T4` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. Supported fields: * `display_name` * `create_time` * + /// `update_time` Example: `display_name, create_time desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The standard list page token. Typically obtained via + /// ListNotebookRuntimesResponse.next_page_token of the previous + /// NotebookService.ListNotebookRuntimes call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Optional. Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/notebookRuntimes"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Starts a NotebookRuntime. + /// The body of the request. + /// + /// Required. The name of the NotebookRuntime resource to be started. Instead of checking whether the + /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is + /// no such NotebookRuntime in spanner. + /// + public virtual StartRequest Start(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StartNotebookRuntimeRequest body, string name) + { + return new StartRequest(this.service, body, name); + } + + /// Starts a NotebookRuntime. + public class StartRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Start request. + public StartRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StartNotebookRuntimeRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the NotebookRuntime resource to be started. Instead of checking whether + /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if + /// there is no such NotebookRuntime in spanner. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StartNotebookRuntimeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "start"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:start"; + + /// Initializes Start parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + }); + } + } + + /// Stops a NotebookRuntime. + /// The body of the request. + /// + /// Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the + /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is + /// no such NotebookRuntime in spanner. + /// + public virtual StopRequest Stop(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopNotebookRuntimeRequest body, string name) + { + return new StopRequest(this.service, body, name); + } + + /// Stops a NotebookRuntime. + public class StopRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Stop request. + public StopRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopNotebookRuntimeRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether + /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if + /// there is no such NotebookRuntime in spanner. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopNotebookRuntimeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "stop"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:stop"; + + /// Initializes Stop parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + }); + } + } + + /// Upgrades a NotebookRuntime. + /// The body of the request. + /// + /// Required. The name of the NotebookRuntime resource to be upgrade. Instead of checking whether the + /// name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is + /// no such NotebookRuntime in spanner. + /// + public virtual UpgradeRequest Upgrade(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest body, string name) + { + return new UpgradeRequest(this.service, body, name); + } + + /// Upgrades a NotebookRuntime. + public class UpgradeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Upgrade request. + public UpgradeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the NotebookRuntime resource to be upgrade. Instead of checking whether + /// the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if + /// there is no such NotebookRuntime in spanner. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "upgrade"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:upgrade"; + + /// Initializes Upgrade parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$", + }); + } + } + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the PersistentResources resource. + public virtual PersistentResourcesResource PersistentResources { get; } + + /// The "persistentResources" collection of methods. + public class PersistentResourcesResource + { + private const string Resource = "persistentResources"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public PersistentResourcesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a PersistentResource. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the PersistentResource in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a PersistentResource. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the PersistentResource in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the PersistentResource, which become the final component of the + /// PersistentResource's resource name. The maximum length is 63 characters, and valid characters + /// are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`. + /// + [Google.Apis.Util.RequestParameterAttribute("persistentResourceId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PersistentResourceId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/persistentResources"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("persistentResourceId", new Google.Apis.Discovery.Parameter + { + Name = "persistentResourceId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a PersistentResource. + /// + /// Required. The name of the PersistentResource to be deleted. Format: + /// `projects/{project}/locations/{location}/persistentResources/{persistent_resource}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a PersistentResource. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the PersistentResource to be deleted. Format: + /// `projects/{project}/locations/{location}/persistentResources/{persistent_resource}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + }); + } + } + + /// Gets a PersistentResource. + /// + /// Required. The name of the PersistentResource resource. Format: + /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a PersistentResource. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the PersistentResource resource. Format: + /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + }); + } + } + + /// Lists PersistentResources in a Location. + /// + /// Required. The resource name of the Location to list the PersistentResources from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists PersistentResources in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list the PersistentResources from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The standard list page token. Typically obtained via + /// ListPersistentResourcesResponse.next_page_token of the previous + /// PersistentResourceService.ListPersistentResource call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/persistentResources"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a PersistentResource. + /// The body of the request. + /// Immutable. Resource name of a PersistentResource. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a PersistentResource. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Immutable. Resource name of a PersistentResource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. Specify the fields to be overwritten in the PersistentResource by the update method. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PersistentResource Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Reboots a PersistentResource. + /// The body of the request. + /// + /// Required. The name of the PersistentResource resource. Format: + /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// + public virtual RebootRequest Reboot(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebootPersistentResourceRequest body, string name) + { + return new RebootRequest(this.service, body, name); + } + + /// Reboots a PersistentResource. + public class RebootRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Reboot request. + public RebootRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebootPersistentResourceRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the PersistentResource resource. Format: + /// `projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebootPersistentResourceRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "reboot"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:reboot"; + + /// Initializes Reboot parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+$", + }); + } + } + } + + /// Gets the PipelineJobs resource. + public virtual PipelineJobsResource PipelineJobs { get; } + + /// The "pipelineJobs" collection of methods. + public class PipelineJobsResource + { + private const string Resource = "pipelineJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public PipelineJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, + /// and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs + /// are cancelled. The server will poll the states of all the pipeline jobs periodically to check the + /// cancellation status. This operation will return an LRO. + /// + /// The body of the request. + /// + /// Required. The name of the PipelineJobs' parent resource. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual BatchCancelRequest BatchCancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest body, string parent) + { + return new BatchCancelRequest(this.service, body, parent); + } + + /// + /// Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, + /// and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs + /// are cancelled. The server will poll the states of all the pipeline jobs periodically to check the + /// cancellation status. This operation will return an LRO. + /// + public class BatchCancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new BatchCancel request. + public BatchCancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the PipelineJobs' parent resource. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "batchCancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/pipelineJobs:batchCancel"; + + /// Initializes BatchCancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// + /// Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are + /// deleted. If it succeeds, all of the PipelineJobs are deleted. + /// + /// The body of the request. + /// + /// Required. The name of the PipelineJobs' parent resource. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual BatchDeleteRequest BatchDelete(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest body, string parent) + { + return new BatchDeleteRequest(this.service, body, parent); + } + + /// + /// Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are + /// deleted. If it succeeds, all of the PipelineJobs are deleted. + /// + public class BatchDeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new BatchDelete request. + public BatchDeleteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the PipelineJobs' parent resource. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "batchDelete"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/pipelineJobs:batchDelete"; + + /// Initializes BatchDelete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// + /// Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best + /// effort to cancel the pipeline, but success is not guaranteed. Clients can use + /// PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or + /// whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is + /// not deleted; instead it becomes a pipeline with a PipelineJob.error value with a + /// google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to + /// `CANCELLED`. + /// + /// The body of the request. + /// + /// Required. The name of the PipelineJob to cancel. Format: + /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelPipelineJobRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best + /// effort to cancel the pipeline, but success is not guaranteed. Clients can use + /// PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or + /// whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is + /// not deleted; instead it becomes a pipeline with a PipelineJob.error value with a + /// google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to + /// `CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelPipelineJobRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the PipelineJob to cancel. Format: + /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelPipelineJobRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", + }); + } + } + + /// Creates a PipelineJob. A PipelineJob will run immediately when created. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the PipelineJob in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PipelineJob body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a PipelineJob. A PipelineJob will run immediately when created. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PipelineJob body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the PipelineJob in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// The ID to use for the PipelineJob, which will become the final component of the PipelineJob + /// name. If not provided, an ID will be automatically generated. This value should be less than 128 + /// characters, and valid characters are `/a-z-/`. + /// + [Google.Apis.Util.RequestParameterAttribute("pipelineJobId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PipelineJobId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PipelineJob Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/pipelineJobs"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pipelineJobId", new Google.Apis.Discovery.Parameter + { + Name = "pipelineJobId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a PipelineJob. + /// + /// Required. The name of the PipelineJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a PipelineJob. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the PipelineJob resource to be deleted. Format: + /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", + }); + } + } + + /// Gets a PipelineJob. + /// + /// Required. The name of the PipelineJob resource. Format: + /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a PipelineJob. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the PipelineJob resource. Format: + /// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+$", + }); + } + } + + /// Lists PipelineJobs in a Location. + /// + /// Required. The resource name of the Location to list the PipelineJobs from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists PipelineJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list the PipelineJobs from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Lists the PipelineJobs that match the filter expression. The following fields are supported: * + /// `pipeline_name`: Supports `=` and `!=` comparisons. * `display_name`: Supports `=`, `!=` + /// comparisons, and `:` wildcard. * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` + /// wildcard. for example, can check if pipeline's display_name contains *step* by doing + /// display_name:\"*step*\" * `state`: Supports `=` and `!=` comparisons. * `create_time`: Supports + /// `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in + /// RFC 3339 format. * `update_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and + /// `&gt;=` comparisons. Values must be in RFC 3339 format. * `end_time`: Supports `=`, `!=`, + /// `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 + /// format. * `labels`: Supports key-value equality and key presence. * `template_uri`: Supports + /// `=`, `!=` comparisons, and `:` wildcard. * `template_metadata.version`: Supports `=`, `!=` + /// comparisons, and `:` wildcard. Filter expressions can be combined together using logical + /// operators (`AND` &amp; `OR`). For example: `pipeline_name="test" AND + /// create_time&gt;"2020-05-18T13:30:00Z"`. The syntax to define filter expression is based on + /// https://google.aip.dev/160. Examples: * `create_time&gt;"2021-05-18T00:00:00Z" OR + /// update_time&gt;"2020-05-18T00:00:00Z"` PipelineJobs created or updated after 2020-05-18 + /// 00:00:00 UTC. * `labels.env = "prod"` PipelineJobs with label "env" set to "prod". + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// A comma-separated list of fields to order by. The default sort order is in ascending order. Use + /// "desc" after a field name for descending. You can have multiple order_by fields provided e.g. + /// "create_time desc, end_time", "end_time, start_time, update_time" For example, using + /// "create_time desc, end_time" will order results by create time in descending order, and if there + /// are multiple jobs having the same create time, order them by the end time in ascending order. if + /// order_by is not specified, it will order by default order is create time in descending order. + /// Supported fields: * `create_time` * `update_time` * `end_time` * `start_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The standard list page token. Typically obtained via ListPipelineJobsResponse.next_page_token of + /// the previous PipelineService.ListPipelineJobs call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/pipelineJobs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Publishers resource. + public virtual PublishersResource Publishers { get; } + + /// The "publishers" collection of methods. + public class PublishersResource + { + private const string Resource = "publishers"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public PublishersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Models = new ModelsResource(service); + } + + /// Gets the Models resource. + public virtual ModelsResource Models { get; } + + /// The "models" collection of methods. + public class ModelsResource + { + private const string Resource = "models"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ModelsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Return a list of tokens based on the input text. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + /// + public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) + { + return new ComputeTokensRequest(this.service, body, endpoint); + } + + /// Return a list of tokens based on the input text. + public class ComputeTokensRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ComputeTokens request. + public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "computeTokens"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:computeTokens"; + + /// Initializes ComputeTokens parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Perform a token counting. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) + { + return new CountTokensRequest(this.service, body, endpoint); + } + + /// Perform a token counting. + public class CountTokensRequest : AiplatformBaseServiceRequest + { + /// Constructs a new CountTokens request. + public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "countTokens"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:countTokens"; + + /// Initializes CountTokens parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Embed content with multimodal inputs. + /// The body of the request. + /// + /// Required. The name of the publisher model requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/publishers/*/models/*` + /// + public virtual EmbedContentRequest EmbedContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EmbedContentRequest body, string model) + { + return new EmbedContentRequest(this.service, body, model); + } + + /// Embed content with multimodal inputs. + public class EmbedContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new EmbedContent request. + public EmbedContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EmbedContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the publisher model requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/publishers/*/models/*` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EmbedContentRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "embedContent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+model}:embedContent"; + + /// Initializes EmbedContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Fetch an asynchronous online prediction operation. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) + { + return new FetchPredictOperationRequest(this.service, body, endpoint); + } + + /// Fetch an asynchronous online prediction operation. + public class FetchPredictOperationRequest : AiplatformBaseServiceRequest + { + /// Constructs a new FetchPredictOperation request. + public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "fetchPredictOperation"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; + + /// Initializes FetchPredictOperation parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Generate content with multimodal inputs. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. + /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned + /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new GenerateContentRequest(this.service, body, model); + } + + /// Generate content with multimodal inputs. + public class GenerateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GenerateContent request. + public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } + + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. + /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` + /// Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "generateContent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+model}:generateContent"; + + /// Initializes GenerateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Perform an online prediction. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) + { + return new PredictRequest(this.service, body, endpoint); + } + + /// Perform an online prediction. + public class PredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Predict request. + public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "predict"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:predict"; + + /// Initializes Predict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) + { + return new PredictLongRunningRequest(this.service, body, endpoint); + } + + /// + public class PredictLongRunningRequest : AiplatformBaseServiceRequest + { + /// Constructs a new PredictLongRunning request. + public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "predictLongRunning"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:predictLongRunning"; + + /// Initializes PredictLongRunning parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// + /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following + /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * + /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual RawPredictRequest RawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) + { + return new RawPredictRequest(this.service, body, endpoint); + } + + /// + /// Perform an online prediction with an arbitrary HTTP payload. The response includes the following + /// HTTP headers: * `X-Vertex-AI-Endpoint-Id`: ID of the Endpoint that served this prediction. * + /// `X-Vertex-AI-Deployed-Model-Id`: ID of the Endpoint's DeployedModel that served this prediction. + /// + public class RawPredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new RawPredict request. + public RawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RawPredictRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "rawPredict"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:rawPredict"; + + /// Initializes RawPredict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// + /// Perform a server-side streaming online prediction request for Vertex LLM streaming. + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual ServerStreamingPredictRequest ServerStreamingPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) + { + return new ServerStreamingPredictRequest(this.service, body, endpoint); + } + + /// + /// Perform a server-side streaming online prediction request for Vertex LLM streaming. + /// + public class ServerStreamingPredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ServerStreamingPredict request. + public ServerStreamingPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamingPredictRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "serverStreamingPredict"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:serverStreamingPredict"; + + /// Initializes ServerStreamingPredict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Generate content with multimodal inputs with streaming support. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. + /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned + /// model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new StreamGenerateContentRequest(this.service, body, model); + } + + /// Generate content with multimodal inputs with streaming support. + public class StreamGenerateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamGenerateContent request. + public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } + + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. + /// Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` + /// Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "streamGenerateContent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+model}:streamGenerateContent"; + + /// Initializes StreamGenerateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Perform a streaming online prediction with an arbitrary HTTP payload. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual StreamRawPredictRequest StreamRawPredict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) + { + return new StreamRawPredictRequest(this.service, body, endpoint); + } + + /// Perform a streaming online prediction with an arbitrary HTTP payload. + public class StreamRawPredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamRawPredict request. + public StreamRawPredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamRawPredictRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "streamRawPredict"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:streamRawPredict"; + + /// Initializes StreamRawPredict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$", + }); + } + } + } + } + + /// Gets the RagCorpora resource. + public virtual RagCorporaResource RagCorpora { get; } + + /// The "ragCorpora" collection of methods. + public class RagCorporaResource + { + private const string Resource = "ragCorpora"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RagCorporaResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + RagFiles = new RagFilesResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the RagFiles resource. + public virtual RagFilesResource RagFiles { get; } + + /// The "ragFiles" collection of methods. + public class RagFilesResource + { + private const string Resource = "ragFiles"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RagFilesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Deletes a RagFile. + /// + /// Required. The name of the RagFile resource to be deleted. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a RagFile. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the RagFile resource to be deleted. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. If set to true, any errors generated by external vector database during the + /// deletion will be ignored. The default value is false. + /// + [Google.Apis.Util.RequestParameterAttribute("forceDelete", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ForceDelete { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+$", + }); + RequestParameters.Add("forceDelete", new Google.Apis.Discovery.Parameter + { + Name = "forceDelete", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets a RagFile. + /// + /// Required. The name of the RagFile resource. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a RagFile. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the RagFile resource. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+$", + }); + } + } + + /// Import files from Google Cloud Storage or Google Drive into a RagCorpus. + /// The body of the request. + /// + /// Required. The name of the RagCorpus resource into which to import files. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + public virtual ImportRequest Import(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportRagFilesRequest body, string parent) + { + return new ImportRequest(this.service, body, parent); + } + + /// Import files from Google Cloud Storage or Google Drive into a RagCorpus. + public class ImportRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Import request. + public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportRagFilesRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the RagCorpus resource into which to import files. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ImportRagFilesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "import"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/ragFiles:import"; + + /// Initializes Import parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + }); + } + } + + /// Lists RagFiles in a RagCorpus. + /// + /// Required. The resource name of the RagCorpus from which to list the RagFiles. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists RagFiles in a RagCorpus. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the RagCorpus from which to list the RagFiles. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The standard list page token. Typically obtained via + /// ListRagFilesResponse.next_page_token of the previous VertexRagDataService.ListRagFiles call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/ragFiles"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a RagCorpus. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the RagCorpus in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a RagCorpus. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the RagCorpus in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/ragCorpora"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a RagCorpus. + /// + /// Required. The name of the RagCorpus resource to be deleted. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a RagCorpus. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the RagCorpus resource to be deleted. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. If set to true, any RagFiles in this RagCorpus will also be deleted. Otherwise, the + /// request will only work if the RagCorpus has no RagFiles. + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets a RagCorpus. + /// + /// Required. The name of the RagCorpus resource. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a RagCorpus. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the RagCorpus resource. Format: + /// `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + }); + } + } + + /// Lists RagCorpora in a Location. + /// + /// Required. The resource name of the Location from which to list the RagCorpora. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists RagCorpora in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location from which to list the RagCorpora. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The standard list page token. Typically obtained via + /// ListRagCorporaResponse.next_page_token of the previous VertexRagDataService.ListRagCorpora call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/ragCorpora"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a RagCorpus. + /// The body of the request. + /// Output only. The resource name of the RagCorpus. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a RagCorpus. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Output only. The resource name of the RagCorpus. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagCorpus Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+$", + }); + } + } + } + + /// Gets the RagEngineConfig resource. + public virtual RagEngineConfigResource RagEngineConfig { get; } + + /// The "ragEngineConfig" collection of methods. + public class RagEngineConfigResource + { + private const string Resource = "ragEngineConfig"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RagEngineConfigResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } + + /// Gets the ReasoningEngines resource. + public virtual ReasoningEnginesResource ReasoningEngines { get; } + + /// The "reasoningEngines" collection of methods. + public class ReasoningEnginesResource + { + private const string Resource = "reasoningEngines"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ReasoningEnginesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a reasoning engine. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the ReasoningEngine in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a reasoning engine. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the ReasoningEngine in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/reasoningEngines"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a reasoning engine. + /// + /// Required. The name of the ReasoningEngine resource to be deleted. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a reasoning engine. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the ReasoningEngine resource to be deleted. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. If set to true, child resources of this reasoning engine will also be deleted. + /// Otherwise, the request will fail with FAILED_PRECONDITION error when the reasoning engine has + /// undeleted child resources. + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets a reasoning engine. + /// + /// Required. The name of the ReasoningEngine resource. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a reasoning engine. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the ReasoningEngine resource. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + }); + } + } + + /// Lists reasoning engines in a location. + /// + /// Required. The resource name of the Location to list the ReasoningEngines from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists reasoning engines in a location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list the ReasoningEngines from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/reasoningEngines"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a reasoning engine. + /// The body of the request. + /// + /// Identifier. The resource name of the ReasoningEngine. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a reasoning engine. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The resource name of the ReasoningEngine. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. Mask specifying which fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Queries using a reasoning engine. + /// The body of the request. + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual QueryRequest Query(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) + { + return new QueryRequest(this.service, body, name); + } + + /// Queries using a reasoning engine. + public class QueryRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Query request. + public QueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "query"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:query"; + + /// Initializes Query parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + }); + } + } + + /// Streams queries using a reasoning engine. + /// The body of the request. + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual StreamQueryRequest StreamQuery(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) + { + return new StreamQueryRequest(this.service, body, name); + } + + /// Streams queries using a reasoning engine. + public class StreamQueryRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamQuery request. + public StreamQueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "streamQuery"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:streamQuery"; + + /// Initializes StreamQuery parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$", + }); + } + } + } + + /// Gets the Schedules resource. + public virtual SchedulesResource Schedules { get; } + + /// The "schedules" collection of methods. + public class SchedulesResource + { + private const string Resource = "schedules"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SchedulesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a Schedule. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the Schedule in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a Schedule. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the Schedule in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/schedules"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a Schedule. + /// + /// Required. The name of the Schedule resource to be deleted. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a Schedule. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Schedule resource to be deleted. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + }); + } + } + + /// Gets a Schedule. + /// + /// Required. The name of the Schedule resource. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Schedule. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Schedule resource. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + }); + } + } + + /// Lists Schedules in a Location. + /// + /// Required. The resource name of the Location to list the Schedules from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists Schedules in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list the Schedules from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Lists the Schedules that match the filter expression. The following fields are supported: * + /// `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard. * `state`: Supports `=` and + /// `!=` comparisons. * `request`: Supports existence of the check. (e.g. + /// `create_pipeline_job_request:*` --&gt; Schedule has create_pipeline_job_request). * + /// `create_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` + /// comparisons. Values must be in RFC 3339 format. * `start_time`: Supports `=`, `!=`, `&lt;`, + /// `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 format. * + /// `end_time`: Supports `=`, `!=`, `&lt;`, `&gt;`, `&lt;=`, `&gt;=` comparisons and + /// `:*` existence check. Values must be in RFC 3339 format. * `next_run_time`: Supports `=`, `!=`, + /// `&lt;`, `&gt;`, `&lt;=`, and `&gt;=` comparisons. Values must be in RFC 3339 + /// format. Filter expressions can be combined together using logical operators (`NOT`, `AND` + /// &amp; `OR`). The syntax to define filter expression is based on https://google.aip.dev/160. + /// Examples: * `state="ACTIVE" AND display_name:"my_schedule_*"` * `NOT display_name="my_schedule"` + /// * `create_time&gt;"2021-05-18T00:00:00Z"` * `end_time&gt;"2021-05-18T00:00:00Z" OR NOT + /// end_time:*` * `create_pipeline_job_request:*` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// A comma-separated list of fields to order by. The default sort order is in ascending order. Use + /// "desc" after a field name for descending. You can have multiple order_by fields provided. For + /// example, using "create_time desc, end_time" will order results by create time in descending + /// order, and if there are multiple schedules having the same create time, order them by the end + /// time in ascending order. If order_by is not specified, it will order by default with create_time + /// in descending order. Supported fields: * `create_time` * `start_time` * `end_time` * + /// `next_run_time` + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// The standard list page size. Default to 100 if not specified. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The standard list page token. Typically obtained via ListSchedulesResponse.next_page_token of + /// the previous ScheduleService.ListSchedules call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/schedules"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled + /// starting from the updated next execution time after the update time based on the time_specification + /// in the updated Schedule. All unstarted runs before the update time will be skipped while already + /// created runs will NOT be paused or canceled. + /// + /// The body of the request. + /// Immutable. The resource name of the Schedule. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// + /// Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled + /// starting from the updated next execution time after the update time based on the time_specification + /// in the updated Schedule. All unstarted runs before the update time will be skipped while already + /// created runs will NOT be paused or canceled. + /// + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Immutable. The resource name of the Schedule. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. The update mask applies to the resource. See google.protobuf.FieldMask. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Schedule Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Pauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will + /// be created. Already created runs will NOT be paused or canceled. + /// + /// The body of the request. + /// + /// Required. The name of the Schedule resource to be paused. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + public virtual PauseRequest Pause(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseScheduleRequest body, string name) + { + return new PauseRequest(this.service, body, name); + } + + /// + /// Pauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will + /// be created. Already created runs will NOT be paused or canceled. + /// + public class PauseRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Pause request. + public PauseRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseScheduleRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Schedule resource to be paused. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PauseScheduleRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "pause"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:pause"; + + /// Initializes Pause parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + }); + } + } + + /// + /// Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only + /// paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting + /// from the next execution time after the current time based on the time_specification in the Schedule. + /// If Schedule.catch_up is set up true, all missed runs will be scheduled for backfill first. + /// + /// The body of the request. + /// + /// Required. The name of the Schedule resource to be resumed. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + public virtual ResumeRequest Resume(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeScheduleRequest body, string name) + { + return new ResumeRequest(this.service, body, name); + } + + /// + /// Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only + /// paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting + /// from the next execution time after the current time based on the time_specification in the Schedule. + /// If Schedule.catch_up is set up true, all missed runs will be scheduled for backfill first. + /// + public class ResumeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Resume request. + public ResumeRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeScheduleRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Schedule resource to be resumed. Format: + /// `projects/{project}/locations/{location}/schedules/{schedule}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ResumeScheduleRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "resume"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:resume"; + + /// Initializes Resume parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schedules/[^/]+$", + }); + } + } + } + + /// Gets the SpecialistPools resource. + public virtual SpecialistPoolsResource SpecialistPools { get; } + + /// The "specialistPools" collection of methods. + public class SpecialistPoolsResource + { + private const string Resource = "specialistPools"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SpecialistPoolsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a SpecialistPool. + /// The body of the request. + /// + /// Required. The parent Project name for the new SpecialistPool. The form is + /// `projects/{project}/locations/{location}`. + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a SpecialistPool. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent Project name for the new SpecialistPool. The form is + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/specialistPools"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a SpecialistPool as well as all Specialists in the pool. + /// + /// Required. The resource name of the SpecialistPool to delete. Format: + /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a SpecialistPool as well as all Specialists in the pool. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the SpecialistPool to delete. Format: + /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, + /// the request will only work if the SpecialistPool has no specialist managers.) + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets a SpecialistPool. + /// + /// Required. The name of the SpecialistPool resource. The form is + /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}`. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a SpecialistPool. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the SpecialistPool resource. The form is + /// `projects/{project}/locations/{location}/specialistPools/{specialist_pool}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", + }); + } + } + + /// Lists SpecialistPools in a Location. + /// + /// Required. The name of the SpecialistPool's parent resource. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists SpecialistPools in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The name of the SpecialistPool's parent resource. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token + /// of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. FieldMask represents a set of + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/specialistPools"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a SpecialistPool. + /// The body of the request. + /// Required. The resource name of the SpecialistPool. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a SpecialistPool. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The resource name of the SpecialistPool. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Required. The update mask applies to the resource. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SpecialistPool Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Studies resource. + public virtual StudiesResource Studies { get; } + + /// The "studies" collection of methods. + public class StudiesResource + { + private const string Resource = "studies"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public StudiesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + Trials = new TrialsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Trials resource. + public virtual TrialsResource Trials { get; } + + /// The "trials" collection of methods. + public class TrialsResource + { + private const string Resource = "trials"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TrialsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been + /// taken before the Trial is complete. + /// + /// The body of the request. + /// + /// Required. The name of the trial to add measurement. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + public virtual AddTrialMeasurementRequest AddTrialMeasurement(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddTrialMeasurementRequest body, string trialName) + { + return new AddTrialMeasurementRequest(this.service, body, trialName); + } + + /// + /// Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been + /// taken before the Trial is complete. + /// + public class AddTrialMeasurementRequest : AiplatformBaseServiceRequest + { + /// Constructs a new AddTrialMeasurement request. + public AddTrialMeasurementRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddTrialMeasurementRequest body, string trialName) : base(service) + { + TrialName = trialName; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the trial to add measurement. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + [Google.Apis.Util.RequestParameterAttribute("trialName", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TrialName { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AddTrialMeasurementRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "addTrialMeasurement"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+trialName}:addTrialMeasurement"; + + /// Initializes AddTrialMeasurement parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("trialName", new Google.Apis.Discovery.Parameter + { + Name = "trialName", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + }); + } + } + + /// + /// Checks whether a Trial should stop or not. Returns a long-running operation. When the operation + /// is successful, it will contain a CheckTrialEarlyStoppingStateResponse. + /// + /// The body of the request. + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + public virtual CheckTrialEarlyStoppingStateRequest CheckTrialEarlyStoppingState(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest body, string trialName) + { + return new CheckTrialEarlyStoppingStateRequest(this.service, body, trialName); + } + + /// + /// Checks whether a Trial should stop or not. Returns a long-running operation. When the operation + /// is successful, it will contain a CheckTrialEarlyStoppingStateResponse. + /// + public class CheckTrialEarlyStoppingStateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new CheckTrialEarlyStoppingState request. + public CheckTrialEarlyStoppingStateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest body, string trialName) : base(service) + { + TrialName = trialName; + Body = body; + InitParameters(); + } + + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + [Google.Apis.Util.RequestParameterAttribute("trialName", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TrialName { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CheckTrialEarlyStoppingStateRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "checkTrialEarlyStoppingState"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+trialName}:checkTrialEarlyStoppingState"; + + /// Initializes CheckTrialEarlyStoppingState parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("trialName", new Google.Apis.Discovery.Parameter + { + Name = "trialName", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + }); + } + } + + /// Marks a Trial as complete. + /// The body of the request. + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + public virtual CompleteRequest Complete(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CompleteTrialRequest body, string name) + { + return new CompleteRequest(this.service, body, name); + } + + /// Marks a Trial as complete. + public class CompleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Complete request. + public CompleteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CompleteTrialRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CompleteTrialRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "complete"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:complete"; + + /// Initializes Complete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + }); + } + } + + /// Adds a user provided Trial to a Study. + /// The body of the request. + /// + /// Required. The resource name of the Study to create the Trial in. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Trial body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Adds a user provided Trial to a Study. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Trial body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Study to create the Trial in. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Trial Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/trials"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + }); + } + } + + /// Deletes a Trial. + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a Trial. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + }); + } + } + + /// Gets a Trial. + /// + /// Required. The name of the Trial resource. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Trial. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Trial resource. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + }); + } + } + + /// Lists the Trials associated with a Study. + /// + /// Required. The resource name of the Study to list the Trial from. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists the Trials associated with a Study. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Study to list the Trial from. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The number of Trials to retrieve per "page" of results. If unspecified, the + /// service will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token to request the next page of results. If unspecified, there are no + /// subsequent pages. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/trials"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for + /// single-objective Study. The definition of pareto-optimal can be checked in wiki page. + /// https://en.wikipedia.org/wiki/Pareto_efficiency + /// + /// The body of the request. + /// Required. The name of the Study that the optimal Trial belongs to. + public virtual ListOptimalTrialsRequest ListOptimalTrials(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ListOptimalTrialsRequest body, string parent) + { + return new ListOptimalTrialsRequest(this.service, body, parent); + } + + /// + /// Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for + /// single-objective Study. The definition of pareto-optimal can be checked in wiki page. + /// https://en.wikipedia.org/wiki/Pareto_efficiency + /// + public class ListOptimalTrialsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ListOptimalTrials request. + public ListOptimalTrialsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ListOptimalTrialsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// Required. The name of the Study that the optimal Trial belongs to. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ListOptimalTrialsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "listOptimalTrials"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/trials:listOptimalTrials"; + + /// Initializes ListOptimalTrials parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + }); + } + } + + /// Stops a Trial. + /// The body of the request. + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + public virtual StopRequest Stop(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopTrialRequest body, string name) + { + return new StopRequest(this.service, body, name); + } + + /// Stops a Trial. + public class StopRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Stop request. + public StopRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopTrialRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The Trial's name. Format: + /// `projects/{project}/locations/{location}/studies/{study}/trials/{trial}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StopTrialRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "stop"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:stop"; + + /// Initializes Stop parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+/trials/[^/]+$", + }); + } + } + + /// + /// Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns + /// a long-running operation associated with the generation of Trial suggestions. When this + /// long-running operation succeeds, it will contain a SuggestTrialsResponse. + /// + /// The body of the request. + /// + /// Required. The project and location that the Study belongs to. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + public virtual SuggestRequest Suggest(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SuggestTrialsRequest body, string parent) + { + return new SuggestRequest(this.service, body, parent); + } + + /// + /// Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns + /// a long-running operation associated with the generation of Trial suggestions. When this + /// long-running operation succeeds, it will contain a SuggestTrialsResponse. + /// + public class SuggestRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Suggest request. + public SuggestRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SuggestTrialsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The project and location that the Study belongs to. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1SuggestTrialsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "suggest"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/trials:suggest"; + + /// Initializes Suggest parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + }); + } + } + } + + /// Creates a Study. A resource name will be generated after creation of the Study. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the CustomJob in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Study body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a Study. A resource name will be generated after creation of the Study. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Study body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the CustomJob in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Study Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/studies"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a Study. + /// + /// Required. The name of the Study resource to be deleted. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a Study. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Study resource to be deleted. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + }); + } + } + + /// Gets a Study by name. + /// + /// Required. The name of the Study resource. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Study by name. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Study resource. Format: + /// `projects/{project}/locations/{location}/studies/{study}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/studies/[^/]+$", + }); + } + } + + /// Lists all the studies in a region for an associated project. + /// + /// Required. The resource name of the Location to list the Study from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all the studies in a region for an associated project. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list the Study from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The maximum number of studies to return per "page" of results. If unspecified, service + /// will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token to request the next page of results. If unspecified, there are no + /// subsequent pages. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/studies"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Looks a study up using the user-defined display_name field instead of the fully qualified resource + /// name. + /// + /// The body of the request. + /// + /// Required. The resource name of the Location to get the Study from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual LookupRequest Lookup(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1LookupStudyRequest body, string parent) + { + return new LookupRequest(this.service, body, parent); + } + + /// + /// Looks a study up using the user-defined display_name field instead of the fully qualified resource + /// name. + /// + public class LookupRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Lookup request. + public LookupRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1LookupStudyRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to get the Study from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1LookupStudyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "lookup"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/studies:lookup"; + + /// Initializes Lookup parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + } + + /// Gets the Tensorboards resource. + public virtual TensorboardsResource Tensorboards { get; } + + /// The "tensorboards" collection of methods. + public class TensorboardsResource + { + private const string Resource = "tensorboards"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TensorboardsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Experiments = new ExperimentsResource(service); + Operations = new OperationsResource(service); + } + + /// Gets the Experiments resource. + public virtual ExperimentsResource Experiments { get; } + + /// The "experiments" collection of methods. + public class ExperimentsResource + { + private const string Resource = "experiments"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ExperimentsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + Runs = new RunsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Runs resource. + public virtual RunsResource Runs { get; } + + /// The "runs" collection of methods. + public class RunsResource + { + private const string Resource = "runs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RunsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + TimeSeries = new TimeSeriesResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best + /// effort to cancel the operation, but success is not guaranteed. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use + /// Operations.GetOperation or other methods to check whether the cancellation succeeded or + /// whether the operation completed despite cancellation. On successful cancellation, the + /// operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best + /// effort to cancel the operation, but success is not guaranteed. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use + /// Operations.GetOperation or other methods to check whether the cancellation succeeded or + /// whether the operation completed despite cancellation. On successful cancellation, the + /// operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll + /// the operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll + /// the operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those + /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. + /// This can only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will + /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in + /// service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state + /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC + /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is + /// done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state + /// is immediately returned. If the timeout specified is greater than the default HTTP/RPC + /// timeout, the HTTP/RPC timeout is used. If the server does not support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort + /// basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is + /// done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at + /// most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline + /// is also specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the TimeSeries resource. + public virtual TimeSeriesResource TimeSeries { get; } + + /// The "timeSeries" collection of methods. + public class TimeSeriesResource + { + private const string Resource = "timeSeries"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TimeSeriesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a + /// best effort to cancel the operation, but success is not guaranteed. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can + /// use Operations.GetOperation or other methods to check whether the cancellation + /// succeeded or whether the operation completed despite cancellation. On successful + /// cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a + /// best effort to cancel the operation, but success is not guaranteed. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can + /// use Operations.GetOperation or other methods to check whether the cancellation + /// succeeded or whether the operation completed despite cancellation. On successful + /// cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server + /// doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server + /// doesn't support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server + /// doesn't support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and + /// those that are unreachable are returned in the + /// [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and + /// will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a + /// specified timeout, returning the latest state. If the operation is already done, the + /// latest state is immediately returned. If the timeout specified is greater than the + /// default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the + /// specified timeout (including immediately), meaning even an immediate response is no + /// guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a + /// specified timeout, returning the latest state. If the operation is already done, the + /// latest state is immediately returned. If the timeout specified is greater than the + /// default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the + /// specified timeout (including immediately), meaning even an immediate response is no + /// guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be + /// at most the time permitted by the underlying HTTP/RPC protocol. If RPC context + /// deadline is also specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a TensorboardTimeSeries. + /// The body of the request. + /// + /// Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries + /// in. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a TensorboardTimeSeries. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardRun to create the + /// TensorboardTimeSeries in. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The user specified unique ID to use for the TensorboardTimeSeries, which + /// becomes the final component of the TensorboardTimeSeries's resource name. This value + /// should match "a-z0-9{0, 127}" + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboardTimeSeriesId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string TensorboardTimeSeriesId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/timeSeries"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + RequestParameters.Add("tensorboardTimeSeriesId", new Google.Apis.Discovery.Parameter + { + Name = "tensorboardTimeSeriesId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a TensorboardTimeSeries. + /// + /// Required. The name of the TensorboardTimeSeries to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a TensorboardTimeSeries. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TensorboardTimeSeries to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + } + } + + /// + /// Exports a TensorboardTimeSeries' data. Data is returned in paginated responses. + /// + /// The body of the request. + /// + /// Required. The resource name of the TensorboardTimeSeries to export data from. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + public virtual ExportTensorboardTimeSeriesRequest ExportTensorboardTimeSeries(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest body, string tensorboardTimeSeries) + { + return new ExportTensorboardTimeSeriesRequest(this.service, body, tensorboardTimeSeries); + } + + /// + /// Exports a TensorboardTimeSeries' data. Data is returned in paginated responses. + /// + public class ExportTensorboardTimeSeriesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ExportTensorboardTimeSeries request. + public ExportTensorboardTimeSeriesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest body, string tensorboardTimeSeries) : base(service) + { + TensorboardTimeSeries = tensorboardTimeSeries; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardTimeSeries to export data from. + /// Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboardTimeSeries", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TensorboardTimeSeries { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "exportTensorboardTimeSeries"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+tensorboardTimeSeries}:exportTensorboardTimeSeries"; + + /// Initializes ExportTensorboardTimeSeries parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("tensorboardTimeSeries", new Google.Apis.Discovery.Parameter + { + Name = "tensorboardTimeSeries", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + } + } + + /// Gets a TensorboardTimeSeries. + /// + /// Required. The name of the TensorboardTimeSeries resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a TensorboardTimeSeries. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TensorboardTimeSeries resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + } + } + + /// Lists TensorboardTimeSeries in a Location. + /// + /// Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists TensorboardTimeSeries in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. + /// Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Lists the TensorboardTimeSeries that match the filter expression. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// Field to use to sort the list. + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of TensorboardTimeSeries to return. The service may return fewer + /// than this value. If unspecified, at most 50 TensorboardTimeSeries are returned. The + /// maximum value is 1000; values above 1000 are coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous TensorboardService.ListTensorboardTimeSeries + /// call. Provide this to retrieve the subsequent page. When paginating, all other + /// parameters provided to TensorboardService.ListTensorboardTimeSeries must match the + /// call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/timeSeries"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a TensorboardTimeSeries. + /// The body of the request. + /// Output only. Name of the TensorboardTimeSeries. + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a TensorboardTimeSeries. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Output only. Name of the TensorboardTimeSeries. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. Field mask is used to specify the fields to be overwritten in the + /// TensorboardTimeSeries resource by the update. The fields specified in the + /// update_mask are relative to the resource, not the full request. A field is + /// overwritten if it's in the mask. If the user does not provide a mask then all fields + /// are overwritten if new values are specified. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardTimeSeries Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is + /// less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected + /// from this time series and returned. This value can be changed by changing + /// max_data_points, which can't be greater than 10k. + /// + /// + /// Required. The resource name of the TensorboardTimeSeries to read data from. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + public virtual ReadRequest Read(string tensorboardTimeSeries) + { + return new ReadRequest(this.service, tensorboardTimeSeries); + } + + /// + /// Reads a TensorboardTimeSeries' data. By default, if the number of data points stored is + /// less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected + /// from this time series and returned. This value can be changed by changing + /// max_data_points, which can't be greater than 10k. + /// + public class ReadRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Read request. + public ReadRequest(Google.Apis.Services.IClientService service, string tensorboardTimeSeries) : base(service) + { + TensorboardTimeSeries = tensorboardTimeSeries; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardTimeSeries to read data from. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboardTimeSeries", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TensorboardTimeSeries { get; private set; } + + /// + /// Reads the TensorboardTimeSeries' data that match the filter expression. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of TensorboardTimeSeries' data to return. This value should be a + /// positive integer. This value can be set to -1 to return all data. + /// + [Google.Apis.Util.RequestParameterAttribute("maxDataPoints", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxDataPoints { get; set; } + + /// Gets the method name. + public override string MethodName => "read"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+tensorboardTimeSeries}:read"; + + /// Initializes Read parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("tensorboardTimeSeries", new Google.Apis.Discovery.Parameter + { + Name = "tensorboardTimeSeries", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxDataPoints", new Google.Apis.Discovery.Parameter + { + Name = "maxDataPoints", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer + /// project's Cloud Storage bucket without users having to obtain Cloud Storage access + /// permission. + /// + /// + /// Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + public virtual ReadBlobDataRequest ReadBlobData(string timeSeries) + { + return new ReadBlobDataRequest(this.service, timeSeries); + } + + /// + /// Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer + /// project's Cloud Storage bucket without users having to obtain Cloud Storage access + /// permission. + /// + public class ReadBlobDataRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ReadBlobData request. + public ReadBlobDataRequest(Google.Apis.Services.IClientService service, string timeSeries) : base(service) + { + TimeSeries = timeSeries; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + [Google.Apis.Util.RequestParameterAttribute("timeSeries", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TimeSeries { get; private set; } + + /// IDs of the blobs to read. + [Google.Apis.Util.RequestParameterAttribute("blobIds", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable BlobIds { get; set; } + + /// Gets the method name. + public override string MethodName => "readBlobData"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+timeSeries}:readBlobData"; + + /// Initializes ReadBlobData parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("timeSeries", new Google.Apis.Discovery.Parameter + { + Name = "timeSeries", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + RequestParameters.Add("blobIds", new Google.Apis.Discovery.Parameter + { + Name = "blobIds", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Batch create TensorboardRuns. + /// The body of the request. + /// + /// Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. + /// Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// The parent field in the CreateTensorboardRunRequest messages must match this field. + /// + public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest body, string parent) + { + return new BatchCreateRequest(this.service, body, parent); + } + + /// Batch create TensorboardRuns. + public class BatchCreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new BatchCreate request. + public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardExperiment to create the TensorboardRuns + /// in. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// The parent field in the CreateTensorboardRunRequest messages must match this field. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "batchCreate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/runs:batchCreate"; + + /// Initializes BatchCreate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + } + } + + /// Creates a TensorboardRun. + /// The body of the request. + /// + /// Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. + /// Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a TensorboardRun. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardExperiment to create the TensorboardRun + /// in. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the Tensorboard run, which becomes the final component of + /// the Tensorboard run's resource name. This value should be 1-128 characters, and valid + /// characters are `/a-z-/`. + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboardRunId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string TensorboardRunId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/runs"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + RequestParameters.Add("tensorboardRunId", new Google.Apis.Discovery.Parameter + { + Name = "tensorboardRunId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a TensorboardRun. + /// + /// Required. The name of the TensorboardRun to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a TensorboardRun. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TensorboardRun to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + } + } + + /// Gets a TensorboardRun. + /// + /// Required. The name of the TensorboardRun resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a TensorboardRun. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TensorboardRun resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + } + } + + /// Lists TensorboardRuns in a Location. + /// + /// Required. The resource name of the TensorboardExperiment to list TensorboardRuns. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists TensorboardRuns in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardExperiment to list TensorboardRuns. + /// Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Lists the TensorboardRuns that match the filter expression. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// Field to use to sort the list. + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of TensorboardRuns to return. The service may return fewer than this + /// value. If unspecified, at most 50 TensorboardRuns are returned. The maximum value is + /// 1000; values above 1000 are coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous TensorboardService.ListTensorboardRuns call. + /// Provide this to retrieve the subsequent page. When paginating, all other parameters + /// provided to TensorboardService.ListTensorboardRuns must match the call that provided the + /// page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/runs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a TensorboardRun. + /// The body of the request. + /// + /// Output only. Name of the TensorboardRun. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a TensorboardRun. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Output only. Name of the TensorboardRun. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. Field mask is used to specify the fields to be overwritten in the + /// TensorboardRun resource by the update. The fields specified in the update_mask are + /// relative to the resource, not the full request. A field is overwritten if it's in the + /// mask. If the user does not provide a mask then all fields are overwritten if new values + /// are specified. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If + /// any data fail to be ingested, an error is returned. + /// + /// The body of the request. + /// + /// Required. The resource name of the TensorboardRun to write data to. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + public virtual WriteRequest Write(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest body, string tensorboardRun) + { + return new WriteRequest(this.service, body, tensorboardRun); + } + + /// + /// Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If + /// any data fail to be ingested, an error is returned. + /// + public class WriteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Write request. + public WriteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest body, string tensorboardRun) : base(service) + { + TensorboardRun = tensorboardRun; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardRun to write data to. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboardRun", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TensorboardRun { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "write"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+tensorboardRun}:write"; + + /// Initializes Write parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("tensorboardRun", new Google.Apis.Discovery.Parameter + { + Name = "tensorboardRun", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + } + } + } + + /// Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. + /// The body of the request. + /// + /// Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. + /// Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest + /// messages must be sub resources of this TensorboardExperiment. + /// + public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest body, string parent) + { + return new BatchCreateRequest(this.service, body, parent); + } + + /// Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. + public class BatchCreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new BatchCreate request. + public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries + /// in. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// The TensorboardRuns referenced by the parent fields in the + /// CreateTensorboardTimeSeriesRequest messages must be sub resources of this + /// TensorboardExperiment. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "batchCreate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}:batchCreate"; + + /// Initializes BatchCreate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + } + } + + /// Creates a TensorboardExperiment. + /// The body of the request. + /// + /// Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a TensorboardExperiment. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Tensorboard to create the TensorboardExperiment in. + /// Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the Tensorboard experiment, which becomes the final component of + /// the Tensorboard experiment's resource name. This value should be 1-128 characters, and valid + /// characters are `/a-z-/`. + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboardExperimentId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string TensorboardExperimentId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/experiments"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + RequestParameters.Add("tensorboardExperimentId", new Google.Apis.Discovery.Parameter + { + Name = "tensorboardExperimentId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a TensorboardExperiment. + /// + /// Required. The name of the TensorboardExperiment to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a TensorboardExperiment. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TensorboardExperiment to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + } + } + + /// Gets a TensorboardExperiment. + /// + /// Required. The name of the TensorboardExperiment resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a TensorboardExperiment. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TensorboardExperiment resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + } + } + + /// Lists TensorboardExperiments in a Location. + /// + /// Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists TensorboardExperiments in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Lists the TensorboardExperiments that match the filter expression. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// Field to use to sort the list. + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of TensorboardExperiments to return. The service may return fewer than + /// this value. If unspecified, at most 50 TensorboardExperiments are returned. The maximum + /// value is 1000; values above 1000 are coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous TensorboardService.ListTensorboardExperiments call. + /// Provide this to retrieve the subsequent page. When paginating, all other parameters provided + /// to TensorboardService.ListTensorboardExperiments must match the call that provided the page + /// token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/experiments"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a TensorboardExperiment. + /// The body of the request. + /// + /// Output only. Name of the TensorboardExperiment. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a TensorboardExperiment. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Output only. Name of the TensorboardExperiment. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. Field mask is used to specify the fields to be overwritten in the + /// TensorboardExperiment resource by the update. The fields specified in the update_mask are + /// relative to the resource, not the full request. A field is overwritten if it's in the mask. + /// If the user does not provide a mask then all fields are overwritten if new values are + /// specified. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If + /// any data fail to be ingested, an error is returned. + /// + /// The body of the request. + /// + /// Required. The resource name of the TensorboardExperiment to write data to. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + public virtual WriteRequest Write(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest body, string tensorboardExperiment) + { + return new WriteRequest(this.service, body, tensorboardExperiment); + } + + /// + /// Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If + /// any data fail to be ingested, an error is returned. + /// + public class WriteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Write request. + public WriteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest body, string tensorboardExperiment) : base(service) + { + TensorboardExperiment = tensorboardExperiment; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the TensorboardExperiment to write data to. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboardExperiment", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TensorboardExperiment { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "write"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+tensorboardExperiment}:write"; + + /// Initializes Write parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("tensorboardExperiment", new Google.Apis.Discovery.Parameter + { + Name = "tensorboardExperiment", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", + }); + } + } + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for + /// tensors and blob references. If the number of data points stored is less than the limit, all data is + /// returned. Otherwise, the number limit of data points is randomly selected from this time series and + /// returned. + /// + /// + /// Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. + /// Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The + /// TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. + /// + public virtual BatchReadRequest BatchRead(string tensorboard) + { + return new BatchReadRequest(this.service, tensorboard); + } + + /// + /// Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for + /// tensors and blob references. If the number of data points stored is less than the limit, all data is + /// returned. Otherwise, the number limit of data points is randomly selected from this time series and + /// returned. + /// + public class BatchReadRequest : AiplatformBaseServiceRequest + { + /// Constructs a new BatchRead request. + public BatchReadRequest(Google.Apis.Services.IClientService service, string tensorboard) : base(service) + { + Tensorboard = tensorboard; + InitParameters(); + } + + /// + /// Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data + /// from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The + /// TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboard", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Tensorboard { get; private set; } + + /// + /// Required. The resource names of the TensorboardTimeSeries to read data from. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` + /// + [Google.Apis.Util.RequestParameterAttribute("timeSeries", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable TimeSeries { get; set; } + + /// Gets the method name. + public override string MethodName => "batchRead"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+tensorboard}:batchRead"; + + /// Initializes BatchRead parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("tensorboard", new Google.Apis.Discovery.Parameter + { + Name = "tensorboard", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + RequestParameters.Add("timeSeries", new Google.Apis.Discovery.Parameter + { + Name = "timeSeries", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Creates a Tensorboard. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the Tensorboard in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a Tensorboard. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the Tensorboard in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/tensorboards"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a Tensorboard. + /// + /// Required. The name of the Tensorboard to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a Tensorboard. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Tensorboard to be deleted. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + } + } + + /// Gets a Tensorboard. + /// + /// Required. The name of the Tensorboard resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Tensorboard. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Tensorboard resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + } + } + + /// Lists Tensorboards in a Location. + /// + /// Required. The resource name of the Location to list Tensorboards. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists Tensorboards in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list Tensorboards. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Lists the Tensorboards that match the filter expression. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// Field to use to sort the list. + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// The maximum number of Tensorboards to return. The service may return fewer than this value. If + /// unspecified, at most 100 Tensorboards are returned. The maximum value is 100; values above 100 + /// are coerced to 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous TensorboardService.ListTensorboards call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// TensorboardService.ListTensorboards must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/tensorboards"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a Tensorboard. + /// The body of the request. + /// + /// Output only. Name of the Tensorboard. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a Tensorboard. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Output only. Name of the Tensorboard. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. Field mask is used to specify the fields to be overwritten in the Tensorboard resource + /// by the update. The fields specified in the update_mask are relative to the resource, not the + /// full request. A field is overwritten if it's in the mask. If the user does not provide a mask + /// then all fields are overwritten if new values are specified. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns the storage size for a given TensorBoard instance. + /// + /// Required. The name of the Tensorboard resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + public virtual ReadSizeRequest ReadSize(string tensorboard) + { + return new ReadSizeRequest(this.service, tensorboard); + } + + /// Returns the storage size for a given TensorBoard instance. + public class ReadSizeRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ReadSize request. + public ReadSizeRequest(Google.Apis.Services.IClientService service, string tensorboard) : base(service) + { + Tensorboard = tensorboard; + InitParameters(); + } + + /// + /// Required. The name of the Tensorboard resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboard", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Tensorboard { get; private set; } + + /// Gets the method name. + public override string MethodName => "readSize"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+tensorboard}:readSize"; + + /// Initializes ReadSize parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("tensorboard", new Google.Apis.Discovery.Parameter + { + Name = "tensorboard", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + } + } + + /// Returns a list of monthly active users for a given TensorBoard instance. + /// + /// Required. The name of the Tensorboard resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + public virtual ReadUsageRequest ReadUsage(string tensorboard) + { + return new ReadUsageRequest(this.service, tensorboard); + } + + /// Returns a list of monthly active users for a given TensorBoard instance. + public class ReadUsageRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ReadUsage request. + public ReadUsageRequest(Google.Apis.Services.IClientService service, string tensorboard) : base(service) + { + Tensorboard = tensorboard; + InitParameters(); + } + + /// + /// Required. The name of the Tensorboard resource. Format: + /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` + /// + [Google.Apis.Util.RequestParameterAttribute("tensorboard", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Tensorboard { get; private set; } + + /// Gets the method name. + public override string MethodName => "readUsage"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+tensorboard}:readUsage"; + + /// Initializes ReadUsage parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("tensorboard", new Google.Apis.Discovery.Parameter + { + Name = "tensorboard", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", + }); + } + } + } + + /// Gets the TrainingPipelines resource. + public virtual TrainingPipelinesResource TrainingPipelines { get; } + + /// The "trainingPipelines" collection of methods. + public class TrainingPipelinesResource + { + private const string Resource = "trainingPipelines"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TrainingPipelinesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server + /// makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use + /// PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or + /// whether the pipeline completed despite cancellation. On successful cancellation, the + /// TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value + /// with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is + /// set to `CANCELLED`. + /// + /// The body of the request. + /// + /// Required. The name of the TrainingPipeline to cancel. Format: + /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTrainingPipelineRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server + /// makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use + /// PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or + /// whether the pipeline completed despite cancellation. On successful cancellation, the + /// TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value + /// with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is + /// set to `CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTrainingPipelineRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the TrainingPipeline to cancel. Format: + /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTrainingPipelineRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + }); + } + } + + /// + /// Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run. + /// + /// The body of the request. + /// + /// Required. The resource name of the Location to create the TrainingPipeline in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TrainingPipeline body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// + /// Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run. + /// + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TrainingPipeline body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the TrainingPipeline in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TrainingPipeline Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/trainingPipelines"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a TrainingPipeline. + /// + /// Required. The name of the TrainingPipeline resource to be deleted. Format: + /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a TrainingPipeline. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TrainingPipeline resource to be deleted. Format: + /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + }); + } + } + + /// Gets a TrainingPipeline. + /// + /// Required. The name of the TrainingPipeline resource. Format: + /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a TrainingPipeline. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TrainingPipeline resource. Format: + /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + }); + } + } + + /// Lists TrainingPipelines in a Location. + /// + /// Required. The resource name of the Location to list the TrainingPipelines from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists TrainingPipelines in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list the TrainingPipelines from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and + /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `training_task_definition` `=`, `!=` + /// comparisons, and `:` wildcard. * `create_time` supports `=`, `!=`,`&lt;`, + /// `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC 3339 format. * + /// `labels` supports general map functions that is: `labels.key=value` - key:value equality + /// `labels.key:* - key existence Some examples of using the filter are: * + /// `state="PIPELINE_STATE_SUCCEEDED" AND display_name:"my_pipeline_*"` * + /// `state!="PIPELINE_STATE_FAILED" OR display_name="my_pipeline"` * `NOT + /// display_name="my_pipeline"` * `create_time&gt;"2021-05-18T00:00:00Z"` * + /// `training_task_definition:"*automl_text_classification*"` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The standard list page token. Typically obtained via + /// ListTrainingPipelinesResponse.next_page_token of the previous + /// PipelineService.ListTrainingPipelines call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Mask specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object ReadMask { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/trainingPipelines"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + { + Name = "readMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the TuningJobs resource. + public virtual TuningJobsResource TuningJobs { get; } + + /// The "tuningJobs" collection of methods. + public class TuningJobsResource + { + private const string Resource = "tuningJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TuningJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best + /// effort to cancel the job, but success is not guaranteed. Clients can use + /// GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or + /// whether the job completed despite cancellation. On successful cancellation, the TuningJob is not + /// deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, + /// corresponding to `Code.CANCELLED`, and TuningJob.state is set to `CANCELLED`. + /// + /// The body of the request. + /// + /// Required. The name of the TuningJob to cancel. Format: + /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` + /// + public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTuningJobRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best + /// effort to cancel the job, but success is not guaranteed. Clients can use + /// GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or + /// whether the job completed despite cancellation. On successful cancellation, the TuningJob is not + /// deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, + /// corresponding to `Code.CANCELLED`, and TuningJob.state is set to `CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTuningJobRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the TuningJob to cancel. Format: + /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTuningJobRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + }); + } + } + + /// Creates a TuningJob. A created TuningJob right away will be attempted to be run. + /// The body of the request. + /// + /// Required. The resource name of the Location to create the TuningJob in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TuningJob body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a TuningJob. A created TuningJob right away will be attempted to be run. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TuningJob body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to create the TuningJob in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TuningJob Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/tuningJobs"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Gets a TuningJob. + /// + /// Required. The name of the TuningJob resource. Format: + /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a TuningJob. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the TuningJob resource. Format: + /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + }); + } + } + + /// Lists TuningJobs in a Location. + /// + /// Required. The resource name of the Location to list the TuningJobs from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists TuningJobs in a Location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to list the TuningJobs from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The standard list page token. Typically obtained via + /// ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJob][] call. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/tuningJobs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Rebase a TunedModel. + /// The body of the request. + /// + /// Required. The resource name of the Location into which to rebase the Model. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual RebaseTunedModelRequest RebaseTunedModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebaseTunedModelRequest body, string parent) + { + return new RebaseTunedModelRequest(this.service, body, parent); + } + + /// Rebase a TunedModel. + public class RebaseTunedModelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new RebaseTunedModel request. + public RebaseTunedModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebaseTunedModelRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location into which to rebase the Model. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebaseTunedModelRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "rebaseTunedModel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/tuningJobs:rebaseTunedModel"; + + /// Initializes RebaseTunedModel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + } + + /// + /// Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating + /// grounded responses. + /// + /// The body of the request. + /// + /// Required. The resource name of the Location from which to augment prompt. The users must have permission + /// to make a call in the project. Format: `projects/{project}/locations/{location}`. + /// + public virtual AugmentPromptRequest AugmentPrompt(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AugmentPromptRequest body, string parent) + { + return new AugmentPromptRequest(this.service, body, parent); + } + + /// + /// Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating + /// grounded responses. + /// + public class AugmentPromptRequest : AiplatformBaseServiceRequest + { + /// Constructs a new AugmentPrompt request. + public AugmentPromptRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AugmentPromptRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location from which to augment prompt. The users must have + /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AugmentPromptRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "augmentPrompt"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}:augmentPrompt"; + + /// Initializes AugmentPrompt parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// + /// Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and + /// returns claims from the text and provides supporting facts. + /// + /// The body of the request. + /// + /// Required. The resource name of the Location from which to corroborate text. The users must have + /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. + /// + public virtual CorroborateContentRequest CorroborateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CorroborateContentRequest body, string parent) + { + return new CorroborateContentRequest(this.service, body, parent); + } + + /// + /// Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and + /// returns claims from the text and provides supporting facts. + /// + public class CorroborateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new CorroborateContent request. + public CorroborateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CorroborateContentRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location from which to corroborate text. The users must have + /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CorroborateContentRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "corroborateContent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}:corroborateContent"; + + /// Initializes CorroborateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deploys a model to a new endpoint. + /// The body of the request. + /// + /// Required. The resource name of the Location to deploy the model in. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual DeployRequest Deploy(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployRequest body, string destination) + { + return new DeployRequest(this.service, body, destination); + } + + /// Deploys a model to a new endpoint. + public class DeployRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Deploy request. + public DeployRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployRequest body, string destination) : base(service) + { + Destination = destination; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to deploy the model in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("destination", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Destination { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "deploy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+destination}:deploy"; + + /// Initializes Deploy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("destination", new Google.Apis.Discovery.Parameter + { + Name = "destination", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Evaluates a dataset based on a set of given metrics. + /// The body of the request. + /// + /// Required. The resource name of the Location to evaluate the dataset. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual EvaluateDatasetRequest EvaluateDataset(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateDatasetRequest body, string location) + { + return new EvaluateDatasetRequest(this.service, body, location); + } + + /// Evaluates a dataset based on a set of given metrics. + public class EvaluateDatasetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new EvaluateDataset request. + public EvaluateDatasetRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateDatasetRequest body, string location) : base(service) + { + Location = location; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to evaluate the dataset. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Location { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateDatasetRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "evaluateDataset"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+location}:evaluateDataset"; + + /// Initializes EvaluateDataset parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + { + Name = "location", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Evaluates instances based on a given metric. + /// The body of the request. + /// + /// Required. The resource name of the Location to evaluate the instances. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual EvaluateInstancesRequest EvaluateInstances(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateInstancesRequest body, string location) + { + return new EvaluateInstancesRequest(this.service, body, location); + } + + /// Evaluates instances based on a given metric. + public class EvaluateInstancesRequest : AiplatformBaseServiceRequest + { + /// Constructs a new EvaluateInstances request. + public EvaluateInstancesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateInstancesRequest body, string location) : base(service) + { + Location = location; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to evaluate the instances. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Location { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateInstancesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "evaluateInstances"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+location}:evaluateInstances"; + + /// Initializes EvaluateInstances parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + { + Name = "location", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// + /// Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. + /// One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on + /// provided prompt, which can then be reviewed and used for subsequent evaluations. + /// + /// The body of the request. + /// + /// Required. The resource name of the Location to generate rubrics from. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual GenerateInstanceRubricsRequest GenerateInstanceRubrics(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest body, string location) + { + return new GenerateInstanceRubricsRequest(this.service, body, location); + } + + /// + /// Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. + /// One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on + /// provided prompt, which can then be reviewed and used for subsequent evaluations. + /// + public class GenerateInstanceRubricsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GenerateInstanceRubrics request. + public GenerateInstanceRubricsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest body, string location) : base(service) + { + Location = location; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to generate rubrics from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Location { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "generateInstanceRubrics"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+location}:generateInstanceRubrics"; + + /// Initializes GenerateInstanceRubrics parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + { + Name = "location", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Generates synthetic data based on the provided configuration. + /// The body of the request. + /// + /// Required. The resource name of the Location to run the job. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual GenerateSyntheticDataRequest GenerateSyntheticData(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateSyntheticDataRequest body, string location) + { + return new GenerateSyntheticDataRequest(this.service, body, location); + } + + /// Generates synthetic data based on the provided configuration. + public class GenerateSyntheticDataRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GenerateSyntheticData request. + public GenerateSyntheticDataRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateSyntheticDataRequest body, string location) : base(service) + { + Location = location; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location to run the job. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Location { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateSyntheticDataRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "generateSyntheticData"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+location}:generateSyntheticData"; + + /// Initializes GenerateSyntheticData parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + { + Name = "location", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Gets information about a location. + /// Resource name for the location. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets information about a location. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Resource name for the location. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Gets a RagEngineConfig. + /// + /// Required. The name of the RagEngineConfig resource. Format: + /// `projects/{project}/locations/{location}/ragEngineConfig` + /// + public virtual GetRagEngineConfigRequest GetRagEngineConfig(string name) + { + return new GetRagEngineConfigRequest(this.service, name); + } + + /// Gets a RagEngineConfig. + public class GetRagEngineConfigRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetRagEngineConfig request. + public GetRagEngineConfigRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the RagEngineConfig resource. Format: + /// `projects/{project}/locations/{location}/ragEngineConfig` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "getRagEngineConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes GetRagEngineConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + }); + } + } + + /// Lists information about the supported locations for this service. + /// The resource that owns the locations collection, if applicable. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// Lists information about the supported locations for this service. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The resource that owns the locations collection, if applicable. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. + /// + [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + + /// + /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like + /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of results to return. If not set, the service selects a default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token received from the `next_page_token` field in the response. Send that page token to + /// receive the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/locations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+$", + }); + RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter + { + Name = "extraLocationTypes", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Retrieves relevant contexts for a query. + /// The body of the request. + /// + /// Required. The resource name of the Location from which to retrieve RagContexts. The users must have + /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. + /// + public virtual RetrieveContextsRequest RetrieveContexts(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RetrieveContextsRequest body, string parent) + { + return new RetrieveContextsRequest(this.service, body, parent); + } + + /// Retrieves relevant contexts for a query. + public class RetrieveContextsRequest : AiplatformBaseServiceRequest + { + /// Constructs a new RetrieveContexts request. + public RetrieveContextsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RetrieveContextsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Location from which to retrieve RagContexts. The users must have + /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RetrieveContextsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "retrieveContexts"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}:retrieveContexts"; + + /// Initializes RetrieveContexts parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Updates a RagEngineConfig. + /// The body of the request. + /// + /// Identifier. The name of the RagEngineConfig. Format: + /// `projects/{project}/locations/{location}/ragEngineConfig` + /// + public virtual UpdateRagEngineConfigRequest UpdateRagEngineConfig(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagEngineConfig body, string name) + { + return new UpdateRagEngineConfigRequest(this.service, body, name); + } + + /// Updates a RagEngineConfig. + public class UpdateRagEngineConfigRequest : AiplatformBaseServiceRequest + { + /// Constructs a new UpdateRagEngineConfig request. + public UpdateRagEngineConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagEngineConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The name of the RagEngineConfig. Format: + /// `projects/{project}/locations/{location}/ragEngineConfig` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagEngineConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "updateRagEngineConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes UpdateRagEngineConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig$", + }); + } + } + } + + /// Gets a GenAI cache config. + /// Required. Name of the cache config. Format: - `projects/{project}/cacheConfig`. + public virtual GetCacheConfigRequest GetCacheConfig(string name) + { + return new GetCacheConfigRequest(this.service, name); + } + + /// Gets a GenAI cache config. + public class GetCacheConfigRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GetCacheConfig request. + public GetCacheConfigRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. Name of the cache config. Format: - `projects/{project}/cacheConfig`. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "getCacheConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes GetCacheConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/cacheConfig$", + }); + } + } + + /// Updates a cache config. + /// The body of the request. + /// Identifier. Name of the cache config. Format: - `projects/{project}/cacheConfig`. + public virtual UpdateCacheConfigRequest UpdateCacheConfig(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CacheConfig body, string name) + { + return new UpdateCacheConfigRequest(this.service, body, name); + } + + /// Updates a cache config. + public class UpdateCacheConfigRequest : AiplatformBaseServiceRequest + { + /// Constructs a new UpdateCacheConfig request. + public UpdateCacheConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CacheConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Identifier. Name of the cache config. Format: - `projects/{project}/cacheConfig`. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CacheConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "updateCacheConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes UpdateCacheConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/cacheConfig$", + }); + } + } + } + + /// The "publishers" collection of methods. + public class PublishersResource + { + private const string Resource = "publishers"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public PublishersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Models = new ModelsResource(service); + } + + /// Gets the Models resource. + public virtual ModelsResource Models { get; } + + /// The "models" collection of methods. + public class ModelsResource + { + private const string Resource = "models"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ModelsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Return a list of tokens based on the input text. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + /// + public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) + { + return new ComputeTokensRequest(this.service, body, endpoint); + } + + /// Return a list of tokens based on the input text. + public class ComputeTokensRequest : AiplatformBaseServiceRequest + { + /// Constructs a new ComputeTokens request. + public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to get lists of tokens and token ids. + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "computeTokens"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:computeTokens"; + + /// Initializes ComputeTokens parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Perform a token counting. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) + { + return new CountTokensRequest(this.service, body, endpoint); + } + + /// Perform a token counting. + public class CountTokensRequest : AiplatformBaseServiceRequest + { + /// Constructs a new CountTokens request. + public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to perform token counting. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "countTokens"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:countTokens"; + + /// Initializes CountTokens parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Fetch an asynchronous online prediction operation. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) + { + return new FetchPredictOperationRequest(this.service, body, endpoint); + } + + /// Fetch an asynchronous online prediction operation. + public class FetchPredictOperationRequest : AiplatformBaseServiceRequest + { + /// Constructs a new FetchPredictOperation request. + public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "fetchPredictOperation"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; + + /// Initializes FetchPredictOperation parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Generate content with multimodal inputs. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new GenerateContentRequest(this.service, body, model); + } + + /// Generate content with multimodal inputs. + public class GenerateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new GenerateContent request. + public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } + + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "generateContent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+model}:generateContent"; + + /// Initializes GenerateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Gets a Model Garden publisher model. + /// + /// Required. The name of the PublisherModel resource. Format: + /// `publishers/{publisher}/models/{publisher_model}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a Model Garden publisher model. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the PublisherModel resource. Format: + /// `publishers/{publisher}/models/{publisher_model}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. Token used to access Hugging Face gated models. + [Google.Apis.Util.RequestParameterAttribute("huggingFaceToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string HuggingFaceToken { get; set; } + + /// Optional. Boolean indicates whether the requested model is a Hugging Face model. + [Google.Apis.Util.RequestParameterAttribute("isHuggingFaceModel", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable IsHuggingFaceModel { get; set; } + + /// + /// Optional. The IETF BCP-47 language code representing the language in which the publisher model's + /// text information should be written in. + /// + [Google.Apis.Util.RequestParameterAttribute("languageCode", Google.Apis.Util.RequestParameterType.Query)] + public virtual string LanguageCode { get; set; } + + /// Optional. PublisherModel view specifying which fields to read. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. PublisherModel view specifying which fields to read. + public enum ViewEnum + { + /// The default / unset value. The API will default to the BASIC view. + [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VIEW_UNSPECIFIED")] + PUBLISHERMODELVIEWUNSPECIFIED = 0, + + /// Include basic metadata about the publisher model, but not the full contents. + [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VIEW_BASIC")] + PUBLISHERMODELVIEWBASIC = 1, + + /// Include everything. + [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VIEW_FULL")] + PUBLISHERMODELVIEWFULL = 2, + + /// Include: VersionId, ModelVersionExternalName, and SupportedActions. + [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VERSION_VIEW_BASIC")] + PUBLISHERMODELVERSIONVIEWBASIC = 3, + } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + RequestParameters.Add("huggingFaceToken", new Google.Apis.Discovery.Parameter + { + Name = "huggingFaceToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("isHuggingFaceModel", new Google.Apis.Discovery.Parameter + { + Name = "isHuggingFaceModel", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("languageCode", new Google.Apis.Discovery.Parameter + { + Name = "languageCode", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Perform an online prediction. + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) + { + return new PredictRequest(this.service, body, endpoint); + } + + /// Perform an online prediction. + public class PredictRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Predict request. + public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "predict"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:predict"; + + /// Initializes Predict parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// + /// The body of the request. + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) + { + return new PredictLongRunningRequest(this.service, body, endpoint); + } + + /// + public class PredictLongRunningRequest : AiplatformBaseServiceRequest + { + /// Constructs a new PredictLongRunning request. + public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) + { + Endpoint = endpoint; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the Endpoint requested to serve the prediction. Format: + /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or + /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` + /// + [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Endpoint { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "predictLongRunning"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+endpoint}:predictLongRunning"; + + /// Initializes PredictLongRunning parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + { + Name = "endpoint", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + } + } + + /// Generate content with multimodal inputs with streaming support. + /// The body of the request. + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + { + return new StreamGenerateContentRequest(this.service, body, model); + } + + /// Generate content with multimodal inputs with streaming support. + public class StreamGenerateContentRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamGenerateContent request. + public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + { + Model = model; + Body = body; + InitParameters(); + } + + /// + /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher + /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint + /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` + /// + [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Model { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "streamGenerateContent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+model}:streamGenerateContent"; + + /// Initializes StreamGenerateContent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + { + Name = "model", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/models/[^/]+$", + }); + } + } + } + } + + /// The "ragCorpora" collection of methods. + public class RagCorporaResource + { + private const string Resource = "ragCorpora"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RagCorporaResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + RagFiles = new RagFilesResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } + + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the RagFiles resource. + public virtual RagFilesResource RagFiles { get; } + + /// The "ragFiles" collection of methods. + public class RagFilesResource + { + private const string Resource = "ragFiles"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RagFilesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/ragFiles/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// - /// Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer - /// project's Cloud Storage bucket without users having to obtain Cloud Storage access - /// permission. - /// - /// - /// Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - public virtual ReadBlobDataRequest ReadBlobData(string timeSeries) - { - return new ReadBlobDataRequest(this.service, timeSeries); - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer - /// project's Cloud Storage bucket without users having to obtain Cloud Storage access - /// permission. - /// - public class ReadBlobDataRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ReadBlobData request. - public ReadBlobDataRequest(Google.Apis.Services.IClientService service, string timeSeries) : base(service) - { - TimeSeries = timeSeries; - InitParameters(); - } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - [Google.Apis.Util.RequestParameterAttribute("timeSeries", Google.Apis.Util.RequestParameterType.Path)] - public virtual string TimeSeries { get; private set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// IDs of the blobs to read. - [Google.Apis.Util.RequestParameterAttribute("blobIds", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable BlobIds { get; set; } + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the method name. - public override string MethodName => "readBlobData"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+timeSeries}:readBlobData"; + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } + } - /// Initializes ReadBlobData parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("timeSeries", new Google.Apis.Discovery.Parameter - { - Name = "timeSeries", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", - }); - RequestParameters.Add("blobIds", new Google.Apis.Discovery.Parameter - { - Name = "blobIds", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// The "ragEngineConfig" collection of methods. + public class RagEngineConfigResource + { + private const string Resource = "ragEngineConfig"; - /// Batch create TensorboardRuns. - /// The body of the request. - /// - /// Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. - /// Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// The parent field in the CreateTensorboardRunRequest messages must match this field. - /// - public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest body, string parent) - { - return new BatchCreateRequest(this.service, body, parent); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Batch create TensorboardRuns. - public class BatchCreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new BatchCreate request. - public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// Constructs a new resource. + public RagEngineConfigResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// - /// Required. The resource name of the TensorboardExperiment to create the TensorboardRuns - /// in. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// The parent field in the CreateTensorboardRunRequest messages must match this field. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest Body { get; set; } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "batchCreate"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/runs:batchCreate"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes BatchCreate parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - } - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Creates a TensorboardRun. - /// The body of the request. - /// - /// Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. - /// Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// Creates a TensorboardRun. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Required. The resource name of the TensorboardExperiment to create the TensorboardRun - /// in. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// - /// Required. The ID to use for the Tensorboard run, which becomes the final component of - /// the Tensorboard run's resource name. This value should be 1-128 characters, and valid - /// characters are `/a-z-/`. - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboardRunId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string TensorboardRunId { get; set; } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragEngineConfig/operations/[^/]+$", + }); + } + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun Body { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "create"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/runs"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - RequestParameters.Add("tensorboardRunId", new Google.Apis.Discovery.Parameter - { - Name = "tensorboardRunId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Deletes a TensorboardRun. - /// - /// Required. The name of the TensorboardRun to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragEngineConfig/operations/[^/]+$", + }); + } + } - /// Deletes a TensorboardRun. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// Required. The name of the TensorboardRun to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Gets a TensorboardRun. - /// - /// Required. The name of the TensorboardRun resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragEngineConfig/operations/[^/]+$", + }); + } + } - /// Gets a TensorboardRun. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// Required. The name of the TensorboardRun resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", - }); - } - } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Lists TensorboardRuns in a Location. - /// - /// Required. The resource name of the TensorboardExperiment to list TensorboardRuns. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Lists TensorboardRuns in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "list"; - /// - /// Required. The resource name of the TensorboardExperiment to list TensorboardRuns. - /// Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Lists the TensorboardRuns that match the filter expression. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragEngineConfig$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Field to use to sort the list. - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// - /// The maximum number of TensorboardRuns to return. The service may return fewer than this - /// value. If unspecified, at most 50 TensorboardRuns are returned. The maximum value is - /// 1000; values above 1000 are coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// A page token, received from a previous TensorboardService.ListTensorboardRuns call. - /// Provide this to retrieve the subsequent page. When paginating, all other parameters - /// provided to TensorboardService.ListTensorboardRuns must match the call that provided the - /// page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/runs"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^ragEngineConfig/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } - /// Updates a TensorboardRun. - /// The body of the request. - /// - /// Output only. Name of the TensorboardRun. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// The "reasoningEngines" collection of methods. + public class ReasoningEnginesResource + { + private const string Resource = "reasoningEngines"; - /// Updates a TensorboardRun. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Output only. Name of the TensorboardRun. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Constructs a new resource. + public ReasoningEnginesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// - /// Required. Field mask is used to specify the fields to be overwritten in the - /// TensorboardRun resource by the update. The fields specified in the update_mask are - /// relative to the resource, not the full request. A field is overwritten if it's in the - /// mask. If the user does not provide a mask then all fields are overwritten if new values - /// are specified. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardRun Body { get; set; } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "patch"; + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If - /// any data fail to be ingested, an error is returned. - /// - /// The body of the request. - /// - /// Required. The resource name of the TensorboardRun to write data to. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - public virtual WriteRequest Write(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest body, string tensorboardRun) - { - return new WriteRequest(this.service, body, tensorboardRun); - } + /// Gets the method name. + public override string MethodName => "cancel"; - /// - /// Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If - /// any data fail to be ingested, an error is returned. - /// - public class WriteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Write request. - public WriteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest body, string tensorboardRun) : base(service) - { - TensorboardRun = tensorboardRun; - Body = body; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Required. The resource name of the TensorboardRun to write data to. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}` - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboardRun", Google.Apis.Util.RequestParameterType.Path)] - public virtual string TensorboardRun { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest Body { get; set; } + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+/operations/[^/]+$", + }); + } + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "write"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+tensorboardRun}:write"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Initializes Write parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("tensorboardRun", new Google.Apis.Discovery.Parameter - { - Name = "tensorboardRun", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", - }); - } - } - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. - /// The body of the request. - /// - /// Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. - /// Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest - /// messages must be sub resources of this TensorboardExperiment. - /// - public virtual BatchCreateRequest BatchCreate(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest body, string parent) - { - return new BatchCreateRequest(this.service, body, parent); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Batch create TensorboardTimeSeries that belong to a TensorboardExperiment. - public class BatchCreateRequest : AiplatformBaseServiceRequest + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new BatchCreate request. - public BatchCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries - /// in. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// The TensorboardRuns referenced by the parent fields in the - /// CreateTensorboardTimeSeriesRequest messages must be sub resources of this - /// TensorboardExperiment. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest Body { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "batchCreate"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:batchCreate"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes BatchCreate parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Creates a TensorboardExperiment. - /// The body of the request. - /// - /// Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string parent) + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new CreateRequest(this.service, body, parent); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+/operations/[^/]+$", + }); + } + } - /// Creates a TensorboardExperiment. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// - /// Required. The resource name of the Tensorboard to create the TensorboardExperiment in. - /// Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The ID to use for the Tensorboard experiment, which becomes the final component of - /// the Tensorboard experiment's resource name. This value should be 1-128 characters, and valid - /// characters are `/a-z-/`. - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboardExperimentId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string TensorboardExperimentId { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment Body { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/experiments"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - RequestParameters.Add("tensorboardExperimentId", new Google.Apis.Discovery.Parameter - { - Name = "tensorboardExperimentId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Deletes a TensorboardExperiment. - /// - /// Required. The name of the TensorboardExperiment to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - public virtual DeleteRequest Delete(string name) + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new DeleteRequest(this.service, name); - } - - /// Deletes a TensorboardExperiment. - public class DeleteRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Required. The name of the TensorboardExperiment to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets a TensorboardExperiment. - /// - /// Required. The name of the TensorboardExperiment resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets a TensorboardExperiment. - public class GetRequest : AiplatformBaseServiceRequest + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// - /// Required. The name of the TensorboardExperiment resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Creates a reasoning engine. + /// The body of the request. + public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body) + { + return new CreateRequest(this.service, body); + } - /// Gets the method name. - public override string MethodName => "get"; + /// Creates a reasoning engine. + public class CreateRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body) : base(service) + { + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Required. The resource name of the Location to create the ReasoningEngine in. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Parent { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - } - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Lists TensorboardExperiments in a Location. - /// - /// Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } + /// Gets the method name. + public override string MethodName => "create"; - /// Lists TensorboardExperiments in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/reasoningEngines"; - /// Lists the TensorboardExperiments that match the filter expression. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Field to use to sort the list. - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// Deletes a reasoning engine. + /// + /// Required. The name of the ReasoningEngine resource to be deleted. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// - /// The maximum number of TensorboardExperiments to return. The service may return fewer than - /// this value. If unspecified, at most 50 TensorboardExperiments are returned. The maximum - /// value is 1000; values above 1000 are coerced to 1000. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Deletes a reasoning engine. + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// A page token, received from a previous TensorboardService.ListTensorboardExperiments call. - /// Provide this to retrieve the subsequent page. When paginating, all other parameters provided - /// to TensorboardService.ListTensorboardExperiments must match the call that provided the page - /// token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Required. The name of the ReasoningEngine resource to be deleted. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// Optional. If set to true, child resources of this reasoning engine will also be deleted. Otherwise, the + /// request will fail with FAILED_PRECONDITION error when the reasoning engine has undeleted child + /// resources. + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/experiments"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Updates a TensorboardExperiment. - /// The body of the request. - /// - /// Output only. Name of the TensorboardExperiment. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// Gets a reasoning engine. + /// + /// Required. The name of the ReasoningEngine resource. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Updates a TensorboardExperiment. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// Gets a reasoning engine. + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Output only. Name of the TensorboardExperiment. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the ReasoningEngine resource. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. Field mask is used to specify the fields to be overwritten in the - /// TensorboardExperiment resource by the update. The fields specified in the update_mask are - /// relative to the resource, not the full request. A field is overwritten if it's in the mask. - /// If the user does not provide a mask then all fields are overwritten if new values are - /// specified. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// Gets the method name. + public override string MethodName => "get"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TensorboardExperiment Body { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+$", + }); + } + } + + /// Lists reasoning engines in a location. + public virtual ListRequest List() + { + return new ListRequest(this.service); + } + + /// Lists reasoning engines in a location. + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "patch"; + /// + /// Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Optional. The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Optional. The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// + /// Required. The resource name of the Location to list the ReasoningEngines from. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Parent { get; set; } - /// - /// Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If - /// any data fail to be ingested, an error is returned. - /// - /// The body of the request. - /// - /// Required. The resource name of the TensorboardExperiment to write data to. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - public virtual WriteRequest Write(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest body, string tensorboardExperiment) - { - return new WriteRequest(this.service, body, tensorboardExperiment); - } + /// Gets the method name. + public override string MethodName => "list"; - /// - /// Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If - /// any data fail to be ingested, an error is returned. - /// - public class WriteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Write request. - public WriteRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest body, string tensorboardExperiment) : base(service) - { - TensorboardExperiment = tensorboardExperiment; - Body = body; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Required. The resource name of the TensorboardExperiment to write data to. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboardExperiment", Google.Apis.Util.RequestParameterType.Path)] - public virtual string TensorboardExperiment { get; private set; } + /// Gets the REST path. + public override string RestPath => "v1/reasoningEngines"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest Body { get; set; } + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Updates a reasoning engine. + /// The body of the request. + /// + /// Identifier. The resource name of the ReasoningEngine. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) + { + return new PatchRequest(this.service, body, name); + } - /// Gets the method name. - public override string MethodName => "write"; + /// Updates a reasoning engine. + public class PatchRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Identifier. The resource name of the ReasoningEngine. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+tensorboardExperiment}:write"; + /// Optional. Mask specifying which fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Initializes Write parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("tensorboardExperiment", new Google.Apis.Discovery.Parameter - { - Name = "tensorboardExperiment", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+$", - }); - } - } - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// Gets the method name. + public override string MethodName => "patch"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Queries using a reasoning engine. + /// The body of the request. + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual QueryRequest Query(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) + { + return new QueryRequest(this.service, body, name); + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Queries using a reasoning engine. + public class QueryRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Query request. + public QueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest Body { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "query"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:query"; - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Query parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "delete"; + /// Streams queries using a reasoning engine. + /// The body of the request. + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + public virtual StreamQueryRequest StreamQuery(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) + { + return new StreamQueryRequest(this.service, body, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Streams queries using a reasoning engine. + public class StreamQueryRequest : AiplatformBaseServiceRequest + { + /// Constructs a new StreamQuery request. + public StreamQueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Required. The name of the ReasoningEngine resource to use. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets or sets the body of this request. + Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest Body { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "streamQuery"; - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:streamQuery"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Initializes StreamQuery parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^reasoningEngines/[^/]+$", + }); + } + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The "schedules" collection of methods. + public class SchedulesResource + { + private const string Resource = "schedules"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - }); - } - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Constructs a new resource. + public SchedulesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) - { - return new WaitRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^schedules/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "wait"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for - /// tensors and blob references. If the number of data points stored is less than the limit, all data is - /// returned. Otherwise, the number limit of data points is randomly selected from this time series and - /// returned. - /// - /// - /// Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. - /// Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The - /// TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. - /// - public virtual BatchReadRequest BatchRead(string tensorboard) + /// Initializes Delete parameter list. + protected override void InitParameters() { - return new BatchReadRequest(this.service, tensorboard); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^schedules/[^/]+/operations/[^/]+$", + }); } + } - /// - /// Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for - /// tensors and blob references. If the number of data points stored is less than the limit, all data is - /// returned. Otherwise, the number limit of data points is randomly selected from this time series and - /// returned. - /// - public class BatchReadRequest : AiplatformBaseServiceRequest - { - /// Constructs a new BatchRead request. - public BatchReadRequest(Google.Apis.Services.IClientService service, string tensorboard) : base(service) - { - Tensorboard = tensorboard; - InitParameters(); - } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// - /// Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data - /// from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`. The - /// TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboard", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Tensorboard { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The resource names of the TensorboardTimeSeries to read data from. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}` - /// - [Google.Apis.Util.RequestParameterAttribute("timeSeries", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable TimeSeries { get; set; } + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "batchRead"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+tensorboard}:batchRead"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes BatchRead parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("tensorboard", new Google.Apis.Discovery.Parameter - { - Name = "tensorboard", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - RequestParameters.Add("timeSeries", new Google.Apis.Discovery.Parameter - { - Name = "timeSeries", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^schedules/[^/]+/operations/[^/]+$", + }); } + } - /// Creates a Tensorboard. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the Tensorboard in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new CreateRequest(this.service, body, parent); + Name = name; + InitParameters(); } - /// Creates a Tensorboard. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The resource name of the Location to create the Tensorboard in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard Body { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/tensorboards"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Create parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^schedules/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Deletes a Tensorboard. - /// - /// Required. The name of the Tensorboard to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - public virtual DeleteRequest Delete(string name) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new DeleteRequest(this.service, name); + Name = name; + InitParameters(); } - /// Deletes a Tensorboard. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the Tensorboard to be deleted. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^schedules/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } + } - /// Gets a Tensorboard. - /// - /// Required. The name of the Tensorboard resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// The "specialistPools" collection of methods. + public class SpecialistPoolsResource + { + private const string Resource = "specialistPools"; - /// Gets a Tensorboard. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SpecialistPoolsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The name of the Tensorboard resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^specialistPools/[^/]+/operations/[^/]+$", + }); } + } - /// Lists Tensorboards in a Location. - /// - /// Required. The resource name of the Location to list Tensorboards. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ListRequest(this.service, parent); + Name = name; + InitParameters(); } - /// Lists Tensorboards in a Location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The resource name of the Location to list Tensorboards. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// Lists the Tensorboards that match the filter expression. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Field to use to sort the list. - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// The maximum number of Tensorboards to return. The service may return fewer than this value. If - /// unspecified, at most 100 Tensorboards are returned. The maximum value is 100; values above 100 - /// are coerced to 100. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^specialistPools/[^/]+/operations/[^/]+$", + }); + } + } - /// - /// A page token, received from a previous TensorboardService.ListTensorboards call. Provide this to - /// retrieve the subsequent page. When paginating, all other parameters provided to - /// TensorboardService.ListTensorboards must match the call that provided the page token. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "list"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/tensorboards"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter - { - Name = "readMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^specialistPools/[^/]+/operations/[^/]+$", + }); } + } - /// Updates a Tensorboard. - /// The body of the request. - /// - /// Output only. Name of the Tensorboard. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string name) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new PatchRequest(this.service, body, name); + Name = name; + InitParameters(); } - /// Updates a Tensorboard. - public class PatchRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Output only. Name of the Tensorboard. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Required. Field mask is used to specify the fields to be overwritten in the Tensorboard resource - /// by the update. The fields specified in the update_mask are relative to the resource, not the - /// full request. A field is overwritten if it's in the mask. If the user does not provide a mask - /// then all fields are overwritten if new values are specified. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1Tensorboard Body { get; set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Initializes Patch parameter list. - protected override void InitParameters() + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^specialistPools/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Returns the storage size for a given TensorBoard instance. - /// - /// Required. The name of the Tensorboard resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - public virtual ReadSizeRequest ReadSize(string tensorboard) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } + + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - return new ReadSizeRequest(this.service, tensorboard); + Name = name; + InitParameters(); } - /// Returns the storage size for a given TensorBoard instance. - public class ReadSizeRequest : AiplatformBaseServiceRequest - { - /// Constructs a new ReadSize request. - public ReadSizeRequest(Google.Apis.Services.IClientService service, string tensorboard) : base(service) - { - Tensorboard = tensorboard; - InitParameters(); - } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the Tensorboard resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboard", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Tensorboard { get; private set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "readSize"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+tensorboard}:readSize"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes ReadSize parameter list. - protected override void InitParameters() + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("tensorboard", new Google.Apis.Discovery.Parameter - { - Name = "tensorboard", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^specialistPools/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } + } - /// Returns a list of monthly active users for a given TensorBoard instance. - /// - /// Required. The name of the Tensorboard resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - public virtual ReadUsageRequest ReadUsage(string tensorboard) - { - return new ReadUsageRequest(this.service, tensorboard); - } + /// The "studies" collection of methods. + public class StudiesResource + { + private const string Resource = "studies"; - /// Returns a list of monthly active users for a given TensorBoard instance. - public class ReadUsageRequest : AiplatformBaseServiceRequest + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public StudiesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + Trials = new TrialsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new ReadUsage request. - public ReadUsageRequest(Google.Apis.Services.IClientService service, string tensorboard) : base(service) - { - Tensorboard = tensorboard; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The name of the Tensorboard resource. Format: - /// `projects/{project}/locations/{location}/tensorboards/{tensorboard}` - /// - [Google.Apis.Util.RequestParameterAttribute("tensorboard", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Tensorboard { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "readUsage"; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+tensorboard}:readUsage"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes ReadUsage parameter list. - protected override void InitParameters() + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("tensorboard", new Google.Apis.Discovery.Parameter - { - Name = "tensorboard", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^studies/[^/]+/operations/[^/]+$", + }); } } - /// Gets the TrainingPipelines resource. - public virtual TrainingPipelinesResource TrainingPipelines { get; } - - /// The "trainingPipelines" collection of methods. - public class TrainingPipelinesResource + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - private const string Resource = "trainingPipelines"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new DeleteRequest(this.service, name); + } - /// Constructs a new resource. - public TrainingPipelinesResource(Google.Apis.Services.IClientService service) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - this.service = service; - Operations = new OperationsResource(service); + Name = name; + InitParameters(); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the method name. + public override string MethodName => "delete"; - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^studies/[^/]+/operations/[^/]+$", + }); + } + } - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the method name. - public override string MethodName => "cancel"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; + /// Gets the method name. + public override string MethodName => "get"; - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - public class DeleteRequest : AiplatformBaseServiceRequest + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^studies/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - }); - } - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new ListRequest(this.service, name); - } - - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^studies/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - /// The name of the operation resource to wait on. - public virtual WaitRequest Wait(string name) + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - return new WaitRequest(this.service, name); - } - - /// - /// Waits until the specified long-running operation is done or reaches at most a specified timeout, - /// returning the latest state. If the operation is already done, the latest state is immediately - /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC - /// timeout is used. If the server does not support this method, it returns - /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return - /// the latest state before the specified timeout (including immediately), meaning even an immediate - /// response is no guarantee that the operation is done. - /// - public class WaitRequest : AiplatformBaseServiceRequest + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^studies/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - /// Constructs a new Wait request. - public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// The name of the operation resource to wait on. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the Trials resource. + public virtual TrialsResource Trials { get; } - /// - /// The maximum duration to wait before timing out. If left blank, the wait will be at most the - /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also - /// specified, the shorter one will be used. - /// - [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] - public virtual object Timeout { get; set; } + /// The "trials" collection of methods. + public class TrialsResource + { + private const string Resource = "trials"; - /// Gets the method name. - public override string MethodName => "wait"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Constructs a new resource. + public TrialsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:wait"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Initializes Wait parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+/operations/[^/]+$", - }); - RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter - { - Name = "timeout", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; } /// - /// Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server - /// makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use - /// PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or - /// whether the pipeline completed despite cancellation. On successful cancellation, the - /// TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value - /// with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is - /// set to `CANCELLED`. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - /// The body of the request. - /// - /// Required. The name of the TrainingPipeline to cancel. Format: - /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTrainingPipelineRequest body, string name) + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new CancelRequest(this.service, body, name); + return new CancelRequest(this.service, name); } /// - /// Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server - /// makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use - /// PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or - /// whether the pipeline completed despite cancellation. On successful cancellation, the - /// TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value - /// with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and TrainingPipeline.state is - /// set to `CANCELLED`. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// public class CancelRequest : AiplatformBaseServiceRequest { /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTrainingPipelineRequest body, string name) : base(service) + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Required. The name of the TrainingPipeline to cancel. Format: - /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTrainingPipelineRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. public override string MethodName => "cancel"; @@ -44702,86 +63808,28 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + Pattern = @"^studies/[^/]+/trials/[^/]+/operations/[^/]+$", }); } } /// - /// Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run. - /// - /// The body of the request. - /// - /// Required. The resource name of the Location to create the TrainingPipeline in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TrainingPipeline body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// - /// Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run. + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. /// - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TrainingPipeline body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location to create the TrainingPipeline in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TrainingPipeline Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/trainingPipelines"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// Deletes a TrainingPipeline. - /// - /// Required. The name of the TrainingPipeline resource to be deleted. Format: - /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` - /// + /// The name of the operation resource to be deleted. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a TrainingPipeline. - public class DeleteRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { /// Constructs a new Delete request. public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -44790,10 +63838,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : InitParameters(); } - /// - /// Required. The name of the TrainingPipeline resource to be deleted. Format: - /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` - /// + /// The name of the operation resource to be deleted. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -44816,23 +63861,26 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + Pattern = @"^studies/[^/]+/trials/[^/]+/operations/[^/]+$", }); } } - /// Gets a TrainingPipeline. - /// - /// Required. The name of the TrainingPipeline resource. Format: - /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` - /// + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a TrainingPipeline. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -44841,10 +63889,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The name of the TrainingPipeline resource. Format: - /// `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -44867,50 +63912,39 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/trainingPipelines/[^/]+$", + Pattern = @"^studies/[^/]+/trials/[^/]+/operations/[^/]+$", }); } } - /// Lists TrainingPipelines in a Location. - /// - /// Required. The resource name of the Location to list the TrainingPipelines from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists TrainingPipelines in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to list the TrainingPipelines from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// The standard list filter. Supported fields: * `display_name` supports `=`, `!=` comparisons, and - /// `:` wildcard. * `state` supports `=`, `!=` comparisons. * `training_task_definition` `=`, `!=` - /// comparisons, and `:` wildcard. * `create_time` supports `=`, `!=`,`&lt;`, - /// `&lt;=`,`&gt;`, `&gt;=` comparisons. `create_time` must be in RFC 3339 format. * - /// `labels` supports general map functions that is: `labels.key=value` - key:value equality - /// `labels.key:* - key existence Some examples of using the filter are: * - /// `state="PIPELINE_STATE_SUCCEEDED" AND display_name:"my_pipeline_*"` * - /// `state!="PIPELINE_STATE_FAILED" OR display_name="my_pipeline"` * `NOT - /// display_name="my_pipeline"` * `create_time&gt;"2021-05-18T00:00:00Z"` * - /// `training_task_definition:"*automl_text_classification*"` - /// + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -44918,17 +63952,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// The standard list page token. Typically obtained via - /// ListTrainingPipelinesResponse.next_page_token of the previous - /// PipelineService.ListTrainingPipelines call. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// Mask specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("readMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object ReadMask { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. public override string MethodName => "list"; @@ -44937,19 +63974,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/trainingPipelines"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^studies/[^/]+/trials/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -44975,9 +64012,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("readMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter { - Name = "readMask", + Name = "returnPartialSuccess", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -44985,345 +64022,174 @@ protected override void InitParameters() }); } } - } - - /// Gets the TuningJobs resource. - public virtual TuningJobsResource TuningJobs { get; } - - /// The "tuningJobs" collection of methods. - public class TuningJobsResource - { - private const string Resource = "tuningJobs"; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public TuningJobsResource(Google.Apis.Services.IClientService service) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - this.service = service; - Operations = new OperationsResource(service); + return new WaitRequest(this.service, name); } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } - - /// The "operations" collection of methods. - public class OperationsResource + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - private const string Resource = "operations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - /// The name of the operation resource to be cancelled. - public virtual CancelRequest Cancel(string name) - { - return new CancelRequest(this.service, name); - } - - /// - /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to - /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, - /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other - /// methods to check whether the cancellation succeeded or whether the operation completed despite - /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an - /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to - /// `Code.CANCELLED`. - /// - public class CancelRequest : AiplatformBaseServiceRequest + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be cancelled. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "cancel"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:cancel"; - - /// Initializes Cancel parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", - }); - } + Name = name; + InitParameters(); } - /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. - /// - /// The name of the operation resource to be deleted. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// - /// Deletes a long-running operation. This method indicates that the client is no longer interested - /// in the operation result. It does not cancel the operation. If the server doesn't support this - /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// The name of the operation resource to be deleted. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the - /// operation result at intervals as recommended by the API service. - /// - public class GetRequest : AiplatformBaseServiceRequest + /// Initializes Wait parameter list. + protected override void InitParameters() { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = name; - InitParameters(); - } - - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^studies/[^/]+/trials/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", - }); - } + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } + } + } + } - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - /// The name of the operation's parent resource. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// The "tensorboards" collection of methods. + public class TensorboardsResource + { + private const string Resource = "tensorboards"; - /// - /// Lists operations that match the specified filter in the request. If the server doesn't support - /// this method, it returns `UNIMPLEMENTED`. - /// - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The name of the operation's parent resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Constructs a new resource. + public TensorboardsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Experiments = new ExperimentsResource(service); + Operations = new OperationsResource(service); + } - /// The standard list filter. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the Experiments resource. + public virtual ExperimentsResource Experiments { get; } - /// The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The "experiments" collection of methods. + public class ExperimentsResource + { + private const string Resource = "experiments"; - /// The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the method name. - public override string MethodName => "list"; + /// Constructs a new resource. + public ExperimentsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + Runs = new RunsResource(service); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/operations"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; } /// - /// Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best - /// effort to cancel the job, but success is not guaranteed. Clients can use - /// GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or - /// whether the job completed despite cancellation. On successful cancellation, the TuningJob is not - /// deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, - /// corresponding to `Code.CANCELLED`, and TuningJob.state is set to `CANCELLED`. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - /// The body of the request. - /// - /// Required. The name of the TuningJob to cancel. Format: - /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` - /// - public virtual CancelRequest Cancel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTuningJobRequest body, string name) + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new CancelRequest(this.service, body, name); + return new CancelRequest(this.service, name); } /// - /// Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best - /// effort to cancel the job, but success is not guaranteed. Clients can use - /// GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or - /// whether the job completed despite cancellation. On successful cancellation, the TuningJob is not - /// deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, - /// corresponding to `Code.CANCELLED`, and TuningJob.state is set to `CANCELLED`. + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// public class CancelRequest : AiplatformBaseServiceRequest { /// Constructs a new Cancel request. - public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTuningJobRequest body, string name) : base(service) + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; - Body = body; InitParameters(); } - /// - /// Required. The name of the TuningJob to cancel. Format: - /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` - /// + /// The name of the operation resource to be cancelled. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CancelTuningJobRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. public override string MethodName => "cancel"; @@ -45343,82 +64209,79 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", }); } } - /// Creates a TuningJob. A created TuningJob right away will be attempted to be run. - /// The body of the request. - /// - /// Required. The resource name of the Location to create the TuningJob in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TuningJob body, string parent) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new CreateRequest(this.service, body, parent); + return new DeleteRequest(this.service, name); } - /// Creates a TuningJob. A created TuningJob right away will be attempted to be run. - public class CreateRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TuningJob body, string parent) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to create the TuningJob in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1TuningJob Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/tuningJobs"; + public override string RestPath => "v1/{+name}"; - /// Initializes Create parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", }); } } - /// Gets a TuningJob. - /// - /// Required. The name of the TuningJob resource. Format: - /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` - /// + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Gets a TuningJob. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -45427,10 +64290,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba InitParameters(); } - /// - /// Required. The name of the TuningJob resource. Format: - /// `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` - /// + /// The name of the operation resource. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -45453,53 +64313,61 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+$", + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", }); } } - /// Lists TuningJobs in a Location. - /// - /// Required. The resource name of the Location to list the TuningJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual ListRequest List(string parent) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new ListRequest(this.service, parent); + return new ListRequest(this.service, name); } - /// Lists TuningJobs in a Location. - public class ListRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } - /// - /// Required. The resource name of the Location to list the TuningJobs from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Optional. The standard list filter. + /// The standard list filter. [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } - /// Optional. The standard list page size. + /// The standard list page size. [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// - /// Optional. The standard list page token. Typically obtained via - /// ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJob][] call. - /// + /// The standard list page token. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -45507,19 +64375,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/tuningJobs"; + public override string RestPath => "v1/{+name}/operations"; /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+$", }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -45545,1266 +64413,1205 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Rebase a TunedModel. - /// The body of the request. - /// - /// Required. The resource name of the Location into which to rebase the Model. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual RebaseTunedModelRequest RebaseTunedModel(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebaseTunedModelRequest body, string parent) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new RebaseTunedModelRequest(this.service, body, parent); + return new WaitRequest(this.service, name); } - /// Rebase a TunedModel. - public class RebaseTunedModelRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the + /// latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new RebaseTunedModel request. - public RebaseTunedModelRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebaseTunedModelRequest body, string parent) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; - Body = body; + Name = name; InitParameters(); } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + /// - /// Required. The resource name of the Location into which to rebase the Model. Format: - /// `projects/{project}/locations/{location}` + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RebaseTunedModelRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "rebaseTunedModel"; + public override string MethodName => "wait"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/tuningJobs:rebaseTunedModel"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes RebaseTunedModel parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - } - - /// - /// Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating - /// grounded responses. - /// - /// The body of the request. - /// - /// Required. The resource name of the Location from which to augment prompt. The users must have permission - /// to make a call in the project. Format: `projects/{project}/locations/{location}`. - /// - public virtual AugmentPromptRequest AugmentPrompt(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AugmentPromptRequest body, string parent) - { - return new AugmentPromptRequest(this.service, body, parent); - } - - /// - /// Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating - /// grounded responses. - /// - public class AugmentPromptRequest : AiplatformBaseServiceRequest - { - /// Constructs a new AugmentPrompt request. - public AugmentPromptRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AugmentPromptRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location from which to augment prompt. The users must have - /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1AugmentPromptRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "augmentPrompt"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:augmentPrompt"; - - /// Initializes AugmentPrompt parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// - /// Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and - /// returns claims from the text and provides supporting facts. - /// - /// The body of the request. - /// - /// Required. The resource name of the Location from which to corroborate text. The users must have - /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. - /// - public virtual CorroborateContentRequest CorroborateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CorroborateContentRequest body, string parent) - { - return new CorroborateContentRequest(this.service, body, parent); - } - - /// - /// Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and - /// returns claims from the text and provides supporting facts. - /// - public class CorroborateContentRequest : AiplatformBaseServiceRequest - { - /// Constructs a new CorroborateContent request. - public CorroborateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CorroborateContentRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location from which to corroborate text. The users must have - /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CorroborateContentRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "corroborateContent"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:corroborateContent"; - - /// Initializes CorroborateContent parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// Deploys a model to a new endpoint. - /// The body of the request. - /// - /// Required. The resource name of the Location to deploy the model in. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual DeployRequest Deploy(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployRequest body, string destination) - { - return new DeployRequest(this.service, body, destination); - } - - /// Deploys a model to a new endpoint. - public class DeployRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Deploy request. - public DeployRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployRequest body, string destination) : base(service) - { - Destination = destination; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location to deploy the model in. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("destination", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Destination { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1DeployRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "deploy"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+destination}:deploy"; - - /// Initializes Deploy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("destination", new Google.Apis.Discovery.Parameter - { - Name = "destination", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } - /// Evaluates a dataset based on a set of given metrics. - /// The body of the request. - /// - /// Required. The resource name of the Location to evaluate the dataset. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual EvaluateDatasetRequest EvaluateDataset(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateDatasetRequest body, string location) - { - return new EvaluateDatasetRequest(this.service, body, location); - } + /// Gets the Runs resource. + public virtual RunsResource Runs { get; } - /// Evaluates a dataset based on a set of given metrics. - public class EvaluateDatasetRequest : AiplatformBaseServiceRequest + /// The "runs" collection of methods. + public class RunsResource { - /// Constructs a new EvaluateDataset request. - public EvaluateDatasetRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateDatasetRequest body, string location) : base(service) - { - Location = location; - Body = body; - InitParameters(); - } - - /// - /// Required. The resource name of the Location to evaluate the dataset. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Location { get; private set; } + private const string Resource = "runs"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateDatasetRequest Body { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Constructs a new resource. + public RunsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + TimeSeries = new TimeSeriesResource(service); + } - /// Gets the method name. - public override string MethodName => "evaluateDataset"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+location}:evaluateDataset"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes EvaluateDataset parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = "location", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + this.service = service; + } - /// Evaluates instances based on a given metric. - /// The body of the request. - /// - /// Required. The resource name of the Location to evaluate the instances. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual EvaluateInstancesRequest EvaluateInstances(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateInstancesRequest body, string location) - { - return new EvaluateInstancesRequest(this.service, body, location); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Evaluates instances based on a given metric. - public class EvaluateInstancesRequest : AiplatformBaseServiceRequest - { - /// Constructs a new EvaluateInstances request. - public EvaluateInstancesRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateInstancesRequest body, string location) : base(service) - { - Location = location; - Body = body; - InitParameters(); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other + /// methods to check whether the cancellation succeeded or whether the operation completed despite + /// cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an + /// operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to + /// `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The resource name of the Location to evaluate the instances. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Location { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1EvaluateInstancesRequest Body { get; set; } + /// Gets the method name. + public override string MethodName => "cancel"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the method name. - public override string MethodName => "evaluateInstances"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+location}:evaluateInstances"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Initializes EvaluateInstances parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested + /// in the operation result. It does not cancel the operation. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - Name = "location", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. - /// One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on - /// provided prompt, which can then be reviewed and used for subsequent evaluations. - /// - /// The body of the request. - /// - /// Required. The resource name of the Location to generate rubrics from. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual GenerateInstanceRubricsRequest GenerateInstanceRubrics(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest body, string location) - { - return new GenerateInstanceRubricsRequest(this.service, body, location); - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. - /// One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on - /// provided prompt, which can then be reviewed and used for subsequent evaluations. - /// - public class GenerateInstanceRubricsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GenerateInstanceRubrics request. - public GenerateInstanceRubricsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest body, string location) : base(service) - { - Location = location; - Body = body; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// Required. The resource name of the Location to generate rubrics from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Location { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest Body { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "generateInstanceRubrics"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+location}:generateInstanceRubrics"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes GenerateInstanceRubrics parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("location", new Google.Apis.Discovery.Parameter - { - Name = "location", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// Gets the method name. + public override string MethodName => "get"; - /// Generates synthetic data based on the provided configuration. - /// The body of the request. - /// - /// Required. The resource name of the Location to run the job. Format: - /// `projects/{project}/locations/{location}` - /// - public virtual GenerateSyntheticDataRequest GenerateSyntheticData(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateSyntheticDataRequest body, string location) - { - return new GenerateSyntheticDataRequest(this.service, body, location); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Generates synthetic data based on the provided configuration. - public class GenerateSyntheticDataRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GenerateSyntheticData request. - public GenerateSyntheticDataRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateSyntheticDataRequest body, string location) : base(service) - { - Location = location; - Body = body; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// Required. The resource name of the Location to run the job. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Location { get; private set; } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateSyntheticDataRequest Body { get; set; } + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support + /// this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "generateSyntheticData"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+location}:generateSyntheticData"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Initializes GenerateSyntheticData parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("location", new Google.Apis.Discovery.Parameter - { - Name = "location", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets information about a location. - /// Resource name for the location. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets information about a location. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "list"; - /// Resource name for the location. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately + /// returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC + /// timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return + /// the latest state before the specified timeout (including immediately), meaning even an immediate + /// response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// Gets a RagEngineConfig. - /// - /// Required. The name of the RagEngineConfig resource. Format: - /// `projects/{project}/locations/{location}/ragEngineConfig` - /// - public virtual GetRagEngineConfigRequest GetRagEngineConfig(string name) - { - return new GetRagEngineConfigRequest(this.service, name); - } + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets a RagEngineConfig. - public class GetRagEngineConfigRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GetRagEngineConfig request. - public GetRagEngineConfigRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the RagEngineConfig resource. Format: - /// `projects/{project}/locations/{location}/ragEngineConfig` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the + /// time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "getRagEngineConfig"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes GetRagEngineConfig parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig$", - }); + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } - } - /// Lists information about the supported locations for this service. - /// The resource that owns the locations collection, if applicable. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Gets the TimeSeries resource. + public virtual TimeSeriesResource TimeSeries { get; } - /// Lists information about the supported locations for this service. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// The "timeSeries" collection of methods. + public class TimeSeriesResource { - Name = name; - InitParameters(); - } - - /// The resource that owns the locations collection, if applicable. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. - /// - [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } - - /// - /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like - /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + private const string Resource = "timeSeries"; - /// - /// The maximum number of results to return. If not set, the service selects a default. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// A page token received from the `next_page_token` field in the response. Send that page token to - /// receive the subsequent page. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Constructs a new resource. + public TimeSeriesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}/locations"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+$", - }); - RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter - { - Name = "extraLocationTypes", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Retrieves relevant contexts for a query. - /// The body of the request. - /// - /// Required. The resource name of the Location from which to retrieve RagContexts. The users must have - /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. - /// - public virtual RetrieveContextsRequest RetrieveContexts(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RetrieveContextsRequest body, string parent) - { - return new RetrieveContextsRequest(this.service, body, parent); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Retrieves relevant contexts for a query. - public class RetrieveContextsRequest : AiplatformBaseServiceRequest - { - /// Constructs a new RetrieveContexts request. - public RetrieveContextsRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RetrieveContextsRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort + /// to cancel the operation, but success is not guaranteed. If the server doesn't support this + /// method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation + /// or other methods to check whether the cancellation succeeded or whether the operation + /// completed despite cancellation. On successful cancellation, the operation is not deleted; + /// instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code + /// of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// Required. The resource name of the Location from which to retrieve RagContexts. The users must have - /// permission to make a call in the project. Format: `projects/{project}/locations/{location}`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RetrieveContextsRequest Body { get; set; } + /// Gets the method name. + public override string MethodName => "cancel"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the method name. - public override string MethodName => "retrieveContexts"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:retrieveContexts"; + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Initializes RetrieveContexts parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// + /// Deletes a long-running operation. This method indicates that the client is no longer + /// interested in the operation result. It does not cancel the operation. If the server doesn't + /// support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Updates a RagEngineConfig. - /// The body of the request. - /// - /// Identifier. The name of the RagEngineConfig. Format: - /// `projects/{project}/locations/{location}/ragEngineConfig` - /// - public virtual UpdateRagEngineConfigRequest UpdateRagEngineConfig(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagEngineConfig body, string name) - { - return new UpdateRagEngineConfigRequest(this.service, body, name); - } + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Updates a RagEngineConfig. - public class UpdateRagEngineConfigRequest : AiplatformBaseServiceRequest - { - /// Constructs a new UpdateRagEngineConfig request. - public UpdateRagEngineConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagEngineConfig body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// Identifier. The name of the RagEngineConfig. Format: - /// `projects/{project}/locations/{location}/ragEngineConfig` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1RagEngineConfig Body { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "updateRagEngineConfig"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the + /// operation result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes UpdateRagEngineConfig parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/ragEngineConfig$", - }); - } - } - } + /// Gets the method name. + public override string MethodName => "get"; - /// Gets a GenAI cache config. - /// Required. Name of the cache config. Format: - `projects/{project}/cacheConfig`. - public virtual GetCacheConfigRequest GetCacheConfig(string name) - { - return new GetCacheConfigRequest(this.service, name); - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets a GenAI cache config. - public class GetCacheConfigRequest : AiplatformBaseServiceRequest - { - /// Constructs a new GetCacheConfig request. - public GetCacheConfigRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Required. Name of the cache config. Format: - `projects/{project}/cacheConfig`. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "getCacheConfig"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Lists operations that match the specified filter in the request. If the server doesn't + /// support this method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Initializes GetCacheConfig parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/cacheConfig$", - }); - } - } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Updates a cache config. - /// The body of the request. - /// Identifier. Name of the cache config. Format: - `projects/{project}/cacheConfig`. - public virtual UpdateCacheConfigRequest UpdateCacheConfig(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CacheConfig body, string name) - { - return new UpdateCacheConfigRequest(this.service, body, name); - } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Updates a cache config. - public class UpdateCacheConfigRequest : AiplatformBaseServiceRequest - { - /// Constructs a new UpdateCacheConfig request. - public UpdateCacheConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CacheConfig body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Identifier. Name of the cache config. Format: - `projects/{project}/cacheConfig`. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CacheConfig Body { get; set; } + /// Gets the method name. + public override string MethodName => "list"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the method name. - public override string MethodName => "updateCacheConfig"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) + { + return new WaitRequest(this.service, name); + } - /// Initializes UpdateCacheConfig parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/cacheConfig$", - }); - } - } - } + /// + /// Waits until the specified long-running operation is done or reaches at most a specified + /// timeout, returning the latest state. If the operation is already done, the latest state is + /// immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, + /// the HTTP/RPC timeout is used. If the server does not support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may + /// return the latest state before the specified timeout (including immediately), meaning even + /// an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// The "publishers" collection of methods. - public class PublishersResource - { - private const string Resource = "publishers"; + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most + /// the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also + /// specified, the shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Constructs a new resource. - public PublishersResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Models = new ModelsResource(service); + /// Gets the method name. + public override string MethodName => "wait"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; + + /// Initializes Wait parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } + } } - /// Gets the Models resource. - public virtual ModelsResource Models { get; } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } - /// The "models" collection of methods. - public class ModelsResource + /// The "operations" collection of methods. + public class OperationsResource { - private const string Resource = "models"; + private const string Resource = "operations"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public ModelsResource(Google.Apis.Services.IClientService service) + public OperationsResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Return a list of tokens based on the input text. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. - /// - public virtual ComputeTokensRequest ComputeTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - return new ComputeTokensRequest(this.service, body, endpoint); + return new CancelRequest(this.service, name); } - /// Return a list of tokens based on the input text. - public class ComputeTokensRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest { - /// Constructs a new ComputeTokens request. - public ComputeTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest body, string endpoint) : base(service) + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to get lists of tokens and token ids. - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ComputeTokensRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "computeTokens"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:computeTokens"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes ComputeTokens parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", + Pattern = @"^tensorboards/[^/]+/operations/[^/]+$", }); } } - /// Perform a token counting. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual CountTokensRequest CountTokens(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new CountTokensRequest(this.service, body, endpoint); + return new DeleteRequest(this.service, name); } - /// Perform a token counting. - public class CountTokensRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new CountTokens request. - public CountTokensRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest body, string endpoint) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to perform token counting. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1CountTokensRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "countTokens"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:countTokens"; + public override string RestPath => "v1/{+name}"; - /// Initializes CountTokens parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", + Pattern = @"^tensorboards/[^/]+/operations/[^/]+$", }); } } - /// Fetch an asynchronous online prediction operation. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - public virtual FetchPredictOperationRequest FetchPredictOperation(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new FetchPredictOperationRequest(this.service, body, endpoint); + return new GetRequest(this.service, name); } - /// Fetch an asynchronous online prediction operation. - public class FetchPredictOperationRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new FetchPredictOperation request. - public FetchPredictOperationRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest body, string endpoint) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1FetchPredictOperationRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "fetchPredictOperation"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:fetchPredictOperation"; + public override string RestPath => "v1/{+name}"; - /// Initializes FetchPredictOperation parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", + Pattern = @"^tensorboards/[^/]+/operations/[^/]+$", }); } } - /// Generate content with multimodal inputs. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual GenerateContentRequest GenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - return new GenerateContentRequest(this.service, body, model); + return new ListRequest(this.service, name); } - /// Generate content with multimodal inputs. - public class GenerateContentRequest : AiplatformBaseServiceRequest + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : AiplatformBaseServiceRequest { - /// Constructs a new GenerateContent request. - public GenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Model = model; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. - public override string MethodName => "generateContent"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+model}:generateContent"; + public override string RestPath => "v1/{+name}/operations"; - /// Initializes GenerateContent parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "model", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", + Pattern = @"^tensorboards/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Gets a Model Garden publisher model. - /// - /// Required. The name of the PublisherModel resource. Format: - /// `publishers/{publisher}/models/{publisher_model}` - /// - public virtual GetRequest Get(string name) + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - return new GetRequest(this.service, name); + return new WaitRequest(this.service, name); } - /// Gets a Model Garden publisher model. - public class GetRequest : AiplatformBaseServiceRequest + /// + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. + /// + public class WaitRequest : AiplatformBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } - /// - /// Required. The name of the PublisherModel resource. Format: - /// `publishers/{publisher}/models/{publisher_model}` - /// + /// The name of the operation resource to wait on. [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } - /// Optional. Token used to access Hugging Face gated models. - [Google.Apis.Util.RequestParameterAttribute("huggingFaceToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string HuggingFaceToken { get; set; } - - /// Optional. Boolean indicates whether the requested model is a Hugging Face model. - [Google.Apis.Util.RequestParameterAttribute("isHuggingFaceModel", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable IsHuggingFaceModel { get; set; } - /// - /// Optional. The IETF BCP-47 language code representing the language in which the publisher model's - /// text information should be written in. + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. /// - [Google.Apis.Util.RequestParameterAttribute("languageCode", Google.Apis.Util.RequestParameterType.Query)] - public virtual string LanguageCode { get; set; } - - /// Optional. PublisherModel view specifying which fields to read. - [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable View { get; set; } - - /// Optional. PublisherModel view specifying which fields to read. - public enum ViewEnum - { - /// The default / unset value. The API will default to the BASIC view. - [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VIEW_UNSPECIFIED")] - PUBLISHERMODELVIEWUNSPECIFIED = 0, - - /// Include basic metadata about the publisher model, but not the full contents. - [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VIEW_BASIC")] - PUBLISHERMODELVIEWBASIC = 1, - - /// Include everything. - [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VIEW_FULL")] - PUBLISHERMODELVIEWFULL = 2, - - /// Include: VersionId, ModelVersionExternalName, and SupportedActions. - [Google.Apis.Util.StringValueAttribute("PUBLISHER_MODEL_VERSION_VIEW_BASIC")] - PUBLISHERMODELVERSIONVIEWBASIC = 3, - } + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "wait"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + public override string RestPath => "v1/{+name}:wait"; - /// Initializes Get parameter list. + /// Initializes Wait parameter list. protected override void InitParameters() { base.InitParameters(); @@ -46814,35 +65621,11 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", - }); - RequestParameters.Add("huggingFaceToken", new Google.Apis.Discovery.Parameter - { - Name = "huggingFaceToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("isHuggingFaceModel", new Google.Apis.Discovery.Parameter - { - Name = "isHuggingFaceModel", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("languageCode", new Google.Apis.Discovery.Parameter - { - Name = "languageCode", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^tensorboards/[^/]+/operations/[^/]+$", }); - RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter { - Name = "view", + Name = "timeout", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -46850,646 +65633,684 @@ protected override void InitParameters() }); } } + } + } - /// Perform an online prediction. - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual PredictRequest Predict(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) + /// The "trainingPipelines" collection of methods. + public class TrainingPipelinesResource + { + private const string Resource = "trainingPipelines"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TrainingPipelinesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - return new PredictRequest(this.service, body, endpoint); + this.service = service; } - /// Perform an online prediction. - public class PredictRequest : AiplatformBaseServiceRequest + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) { - /// Constructs a new Predict request. - public PredictRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest body, string endpoint) : base(service) + return new CancelRequest(this.service, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "predict"; + public override string MethodName => "cancel"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predict"; + public override string RestPath => "v1/{+name}:cancel"; - /// Initializes Predict parameter list. + /// Initializes Cancel parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", + Pattern = @"^trainingPipelines/[^/]+/operations/[^/]+$", }); } } - /// - /// The body of the request. - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - public virtual PredictLongRunningRequest PredictLongRunning(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - return new PredictLongRunningRequest(this.service, body, endpoint); + return new DeleteRequest(this.service, name); } - /// - public class PredictLongRunningRequest : AiplatformBaseServiceRequest + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest { - /// Constructs a new PredictLongRunning request. - public PredictLongRunningRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest body, string endpoint) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Endpoint = endpoint; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The name of the Endpoint requested to serve the prediction. Format: - /// `projects/{project}/locations/{location}/endpoints/{endpoint}` or - /// `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` - /// - [Google.Apis.Util.RequestParameterAttribute("endpoint", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Endpoint { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1PredictLongRunningRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "predictLongRunning"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1/{+endpoint}:predictLongRunning"; + public override string RestPath => "v1/{+name}"; - /// Initializes PredictLongRunning parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("endpoint", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "endpoint", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", + Pattern = @"^trainingPipelines/[^/]+/operations/[^/]+$", }); } } - /// Generate content with multimodal inputs with streaming support. - /// The body of the request. - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - public virtual StreamGenerateContentRequest StreamGenerateContent(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - return new StreamGenerateContentRequest(this.service, body, model); + return new GetRequest(this.service, name); } - /// Generate content with multimodal inputs with streaming support. - public class StreamGenerateContentRequest : AiplatformBaseServiceRequest + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : AiplatformBaseServiceRequest { - /// Constructs a new StreamGenerateContent request. - public StreamGenerateContentRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest body, string model) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Model = model; - Body = body; + Name = name; InitParameters(); } - /// - /// Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher - /// model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint - /// format: `projects/{project}/locations/{location}/endpoints/{endpoint}` - /// - [Google.Apis.Util.RequestParameterAttribute("model", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Model { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1GenerateContentRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "streamGenerateContent"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+model}:streamGenerateContent"; + public override string RestPath => "v1/{+name}"; - /// Initializes StreamGenerateContent parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("model", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "model", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^publishers/[^/]+/models/[^/]+$", + Pattern = @"^trainingPipelines/[^/]+/operations/[^/]+$", }); } } - } - } - - /// The "reasoningEngines" collection of methods. - public class ReasoningEnginesResource - { - private const string Resource = "reasoningEngines"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ReasoningEnginesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Creates a reasoning engine. - /// The body of the request. - public virtual CreateRequest Create(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body) - { - return new CreateRequest(this.service, body); - } - /// Creates a reasoning engine. - public class CreateRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body) : base(service) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - Body = body; - InitParameters(); + return new ListRequest(this.service, name); } /// - /// Required. The resource name of the Location to create the ReasoningEngine in. Format: - /// `projects/{project}/locations/{location}` + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Parent { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/reasoningEngines"; - - /// Initializes Create parameter list. - protected override void InitParameters() + public class ListRequest : AiplatformBaseServiceRequest { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Name = "parent", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Deletes a reasoning engine. - /// - /// Required. The name of the ReasoningEngine resource to be deleted. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + Name = name; + InitParameters(); + } - /// Deletes a reasoning engine. - public class DeleteRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The name of the ReasoningEngine resource to be deleted. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Optional. If set to true, child resources of this reasoning engine will also be deleted. Otherwise, the - /// request will fail with FAILED_PRECONDITION error when the reasoning engine has undeleted child - /// resources. - /// - [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable Force { get; set; } + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the method name. + public override string MethodName => "list"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^reasoningEngines/[^/]+$", - }); - RequestParameters.Add("force", new Google.Apis.Discovery.Parameter - { - Name = "force", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets a reasoning engine. - /// - /// Required. The name of the ReasoningEngine resource. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; - /// Gets a reasoning engine. - public class GetRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^trainingPipelines/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } /// - /// Required. The name of the ReasoningEngine resource. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^reasoningEngines/[^/]+$", - }); - } - } - - /// Lists reasoning engines in a location. - public virtual ListRequest List() - { - return new ListRequest(this.service); - } - - /// Lists reasoning engines in a location. - public class ListRequest : AiplatformBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service) : base(service) + /// The name of the operation resource to wait on. + public virtual WaitRequest Wait(string name) { - InitParameters(); + return new WaitRequest(this.service, name); } /// - /// Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). + /// Waits until the specified long-running operation is done or reaches at most a specified timeout, + /// returning the latest state. If the operation is already done, the latest state is immediately returned. + /// If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If + /// the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this + /// method is on a best-effort basis. It may return the latest state before the specified timeout (including + /// immediately), meaning even an immediate response is no guarantee that the operation is done. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// Optional. The standard list page size. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + public class WaitRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Wait request. + public WaitRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Optional. The standard list page token. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The name of the operation resource to wait on. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// - /// Required. The resource name of the Location to list the ReasoningEngines from. Format: - /// `projects/{project}/locations/{location}` - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Parent { get; set; } + /// + /// The maximum duration to wait before timing out. If left blank, the wait will be at most the time + /// permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the + /// shorter one will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("timeout", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Timeout { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "wait"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1/reasoningEngines"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:wait"; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Initializes Wait parameter list. + protected override void InitParameters() { - Name = "parent", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^trainingPipelines/[^/]+/operations/[^/]+$", + }); + RequestParameters.Add("timeout", new Google.Apis.Discovery.Parameter + { + Name = "timeout", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } + } - /// Updates a reasoning engine. - /// The body of the request. - /// - /// Identifier. The resource name of the ReasoningEngine. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual PatchRequest Patch(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) + /// The "tuningJobs" collection of methods. + public class TuningJobsResource + { + private const string Resource = "tuningJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TuningJobsResource(Google.Apis.Services.IClientService service) { - return new PatchRequest(this.service, body, name); + this.service = service; + Operations = new OperationsResource(service); } - /// Updates a reasoning engine. - public class PatchRequest : AiplatformBaseServiceRequest + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine body, string name) : base(service) + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) { - Name = name; - Body = body; - InitParameters(); + this.service = service; } /// - /// Identifier. The resource name of the ReasoningEngine. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(string name) + { + return new CancelRequest(this.service, name); + } - /// Optional. Mask specifying which fields to update. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel + /// the operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check + /// whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1ReasoningEngine Body { get; set; } + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Gets the method name. + public override string MethodName => "cancel"; - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tuningJobs/[^/]+/operations/[^/]+$", + }); + } + } - /// Initializes Patch parameter list. - protected override void InitParameters() + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^reasoningEngines/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tuningJobs/[^/]+/operations/[^/]+$", + }); + } } - } - - /// Queries using a reasoning engine. - /// The body of the request. - /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual QueryRequest Query(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) - { - return new QueryRequest(this.service, body, name); - } - /// Queries using a reasoning engine. - public class QueryRequest : AiplatformBaseServiceRequest - { - /// Constructs a new Query request. - public QueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest body, string name) : base(service) + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) { - Name = name; - Body = body; - InitParameters(); + return new GetRequest(this.service, name); } /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1QueryReasoningEngineRequest Body { get; set; } + public class GetRequest : AiplatformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "query"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}:query"; + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// Initializes Query parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^reasoningEngines/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tuningJobs/[^/]+/operations/[^/]+$", + }); + } } - } - - /// Streams queries using a reasoning engine. - /// The body of the request. - /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` - /// - public virtual StreamQueryRequest StreamQuery(Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) - { - return new StreamQueryRequest(this.service, body, name); - } - /// Streams queries using a reasoning engine. - public class StreamQueryRequest : AiplatformBaseServiceRequest - { - /// Constructs a new StreamQuery request. - public StreamQueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest body, string name) : base(service) + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) { - Name = name; - Body = body; - InitParameters(); + return new ListRequest(this.service, name); } /// - /// Required. The name of the ReasoningEngine resource to use. Format: - /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + public class ListRequest : AiplatformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Aiplatform.v1.Data.GoogleCloudAiplatformV1StreamQueryReasoningEngineRequest Body { get; set; } + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Gets the method name. - public override string MethodName => "streamQuery"; + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}:streamQuery"; + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Initializes StreamQuery parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^reasoningEngines/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tuningJobs/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } } } @@ -49811,17 +68632,19 @@ public class GoogleCloudAiplatformV1BleuSpec : Google.Apis.Requests.IDirectRespo public virtual string ETag { get; set; } } - /// Content blob. + /// + /// A content blob. A Blob contains data of a specific media type. It is used to represent images, audio, and video. + /// public class GoogleCloudAiplatformV1Blob : Google.Apis.Requests.IDirectResponseSchema { - /// Required. Raw bytes. + /// Required. The raw bytes of the data. [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual string Data { get; set; } /// - /// Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is - /// only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent - /// calls only when server side tools (code_execution, google_search, and url_context) are enabled. + /// Optional. The display name of the blob. Used to provide a label or filename to distinguish blobs. This field + /// is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when + /// server-side tools (`code_execution`, `google_search`, and `url_context`) are enabled. /// [Newtonsoft.Json.JsonPropertyAttribute("displayName")] public virtual string DisplayName { get; set; } @@ -50146,52 +68969,68 @@ public class GoogleCloudAiplatformV1CancelTuningJobRequest : Google.Apis.Request /// A response candidate generated from the model. public class GoogleCloudAiplatformV1Candidate : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. Average log probability score of the candidate. + /// + /// Output only. The average log probability of the tokens in this candidate. This is a length-normalized score + /// that can be used to compare the quality of candidates of different lengths. A higher average log probability + /// suggests a more confident and coherent response. + /// [Newtonsoft.Json.JsonPropertyAttribute("avgLogprobs")] public virtual System.Nullable AvgLogprobs { get; set; } - /// Output only. Source attribution of the generated content. + /// Output only. A collection of citations that apply to the generated content. [Newtonsoft.Json.JsonPropertyAttribute("citationMetadata")] public virtual GoogleCloudAiplatformV1CitationMetadata CitationMetadata { get; set; } - /// Output only. Content parts of the candidate. + /// Output only. The content of the candidate. [Newtonsoft.Json.JsonPropertyAttribute("content")] public virtual GoogleCloudAiplatformV1Content Content { get; set; } /// - /// Output only. Describes the reason the mode stopped generating tokens in more detail. This is only filled - /// when `finish_reason` is set. + /// Output only. Describes the reason the model stopped generating tokens in more detail. This field is returned + /// only when `finish_reason` is set. /// [Newtonsoft.Json.JsonPropertyAttribute("finishMessage")] public virtual string FinishMessage { get; set; } /// /// Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped - /// generating the tokens. + /// generating. /// [Newtonsoft.Json.JsonPropertyAttribute("finishReason")] public virtual string FinishReason { get; set; } - /// Output only. Metadata specifies sources used to ground generated content. + /// + /// Output only. Metadata returned when grounding is enabled. It contains the sources used to ground the + /// generated content. + /// [Newtonsoft.Json.JsonPropertyAttribute("groundingMetadata")] public virtual GoogleCloudAiplatformV1GroundingMetadata GroundingMetadata { get; set; } - /// Output only. Index of the candidate. + /// + /// Output only. The 0-based index of this candidate in the list of generated responses. This is useful for + /// distinguishing between multiple candidates when `candidate_count` &gt; 1. + /// [Newtonsoft.Json.JsonPropertyAttribute("index")] public virtual System.Nullable Index { get; set; } - /// Output only. Log-likelihood scores for the response tokens and top tokens + /// + /// Output only. The detailed log probability information for the tokens in this candidate. This is useful for + /// debugging, understanding model uncertainty, and identifying potential "hallucinations". + /// [Newtonsoft.Json.JsonPropertyAttribute("logprobsResult")] public virtual GoogleCloudAiplatformV1LogprobsResult LogprobsResult { get; set; } /// - /// Output only. List of ratings for the safety of a response candidate. There is at most one rating per + /// Output only. A list of ratings for the safety of a response candidate. There is at most one rating per /// category. /// [Newtonsoft.Json.JsonPropertyAttribute("safetyRatings")] public virtual System.Collections.Generic.IList SafetyRatings { get; set; } - /// Output only. Metadata related to url context retrieval tool. + /// + /// Output only. Metadata returned when the model uses the `url_context` tool to get information from a + /// user-provided URL. + /// [Newtonsoft.Json.JsonPropertyAttribute("urlContextMetadata")] public virtual GoogleCloudAiplatformV1UrlContextMetadata UrlContextMetadata { get; set; } @@ -50311,30 +69150,30 @@ public class GoogleCloudAiplatformV1Checkpoint : Google.Apis.Requests.IDirectRes public virtual string ETag { get; set; } } - /// Source attributions for content. + /// A citation for a piece of generatedcontent. public class GoogleCloudAiplatformV1Citation : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. End index into the content. + /// Output only. The end index of the citation in the content. [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] public virtual System.Nullable EndIndex { get; set; } - /// Output only. License of the attribution. + /// Output only. The license of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("license")] public virtual string License { get; set; } - /// Output only. Publication date of the attribution. + /// Output only. The publication date of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("publicationDate")] public virtual GoogleTypeDate PublicationDate { get; set; } - /// Output only. Start index into the content. + /// Output only. The start index of the citation in the content. [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] public virtual System.Nullable StartIndex { get; set; } - /// Output only. Title of the attribution. + /// Output only. The title of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// Output only. Url reference of the attribution. + /// Output only. The URI of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -50342,10 +69181,10 @@ public class GoogleCloudAiplatformV1Citation : Google.Apis.Requests.IDirectRespo public virtual string ETag { get; set; } } - /// A collection of source attributions for a piece of content. + /// A collection of citations that apply to a piece of generated content. public class GoogleCloudAiplatformV1CitationMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. List of citations. + /// Output only. A list of citations for the content. [Newtonsoft.Json.JsonPropertyAttribute("citations")] public virtual System.Collections.Generic.IList Citations { get; set; } @@ -50697,21 +69536,21 @@ public class GoogleCloudAiplatformV1ContainerSpec : Google.Apis.Requests.IDirect } /// - /// The base structured datatype containing multi-part content of a message. A `Content` includes a `role` field - /// designating the producer of the `Content` and a `parts` field containing multi-part data that contains the - /// content of the message turn. + /// The structured data content of a message. A Content message contains a `role` field, which indicates the + /// producer of the content, and a `parts` field, which contains the multi-part data of the message. /// public class GoogleCloudAiplatformV1Content : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. Ordered `Parts` that constitute a single message. Parts may have different IANA MIME types. + /// Required. A list of Part objects that make up a single message. Parts of a message can have different MIME + /// types. A Content message must have at least one Part. /// [Newtonsoft.Json.JsonPropertyAttribute("parts")] public virtual System.Collections.Generic.IList Parts { get; set; } /// - /// Optional. The producer of the content. Must be either 'user' or 'model'. Useful to set for multi-turn - /// conversations, otherwise can be left blank or unset. + /// Optional. The producer of the content. Must be either 'user' or 'model'. If not set, the service will + /// default to 'user'. /// [Newtonsoft.Json.JsonPropertyAttribute("role")] public virtual string Role { get; set; } @@ -51461,6 +70300,41 @@ public class GoogleCloudAiplatformV1CsvSource : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// Specificies a metric that is populated by evaluating user-defined Python code. + public class GoogleCloudAiplatformV1CustomCodeExecutionSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Python function. Expected user to define the following function, e.g.: def evaluate(instance: + /// dict[str, Any]) -&gt; float: Please include this function signature in the code snippet. Instance is the + /// evaluation instance, any fields populated in the instance are available to the function as + /// instance[field_name]. Example: Example input: + /// ``` + /// instance= EvaluationInstance( + /// response=EvaluationInstance.InstanceData(text="The answer is 4."), + /// reference=EvaluationInstance.InstanceData(text="4") ) + /// ``` + /// Example converted input: + /// ``` + /// { 'response': + /// {'text': 'The answer is 4.'}, 'reference': {'text': '4'} } + /// ``` + /// Example python function: + /// ``` + /// def + /// evaluate(instance: dict[str, Any]) -&gt; float: if instance'response' == instance'reference': return 1.0 + /// return 0.0 + /// ``` + /// CustomCodeExecutionSpec is also supported in Batch Evaluation (EvalDataset RPC) and Tuning + /// Evaluation. Each line in the input jsonl file will be converted to dict[str, Any] and passed to the + /// evaluation function. + /// + [Newtonsoft.Json.JsonPropertyAttribute("evaluationFunction")] + public virtual string EvaluationFunction { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Represents a job that runs custom workloads such as a Docker container or a Python package. A CustomJob can have /// multiple worker pools and each worker pool can have its own machine and input spec. A CustomJob will be cleaned @@ -52160,179 +71034,237 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - - /// The ETag of the item. - public virtual string ETag { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A collection of DataItems and Annotations on them. + public class GoogleCloudAiplatformV1Dataset : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. Timestamp when this Dataset was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Output only. The number of DataItems in this Dataset. Only apply for non-structured Dataset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataItemCount")] + public virtual System.Nullable DataItemCount { get; set; } + + /// The description of the Dataset. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of + /// any UTF-8 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this + /// Dataset will be secured by this key. + /// + [Newtonsoft.Json.JsonPropertyAttribute("encryptionSpec")] + public virtual GoogleCloudAiplatformV1EncryptionSpec EncryptionSpec { get; set; } + + /// + /// Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// The labels with user-defined metadata to organize your Datasets. Label keys and values can be no longer than + /// 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and + /// dashes. International characters are allowed. No more than 64 user labels can be associated with one Dataset + /// (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System + /// reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system + /// labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value + /// is the metadata_schema's title. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// Required. Additional information about the Dataset. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual object Metadata { get; set; } + + /// + /// Output only. The resource name of the Artifact that was created in MetadataStore when creating the Dataset. + /// The Artifact resource name pattern is + /// `projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadataArtifact")] + public virtual string MetadataArtifact { get; set; } + + /// + /// Required. Points to a YAML file stored on Google Cloud Storage describing additional information about the + /// Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are + /// found in gs://google-cloud-aiplatform/schema/dataset/metadata/. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadataSchemaUri")] + public virtual string MetadataSchemaUri { get; set; } + + /// + /// Optional. Reference to the public base model last used by the dataset. Only set for prompt datasets. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelReference")] + public virtual string ModelReference { get; set; } + + /// + /// Output only. Identifier. The resource name of the Dataset. Format: + /// `projects/{project}/locations/{location}/datasets/{dataset}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// + /// All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs + /// field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset + /// request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in + /// CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec. + /// + [Newtonsoft.Json.JsonPropertyAttribute("savedQueries")] + public virtual System.Collections.Generic.IList SavedQueries { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. Timestamp when this Dataset was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } } - /// A collection of DataItems and Annotations on them. - public class GoogleCloudAiplatformV1Dataset : Google.Apis.Requests.IDirectResponseSchema + /// Distribution computed over a tuning dataset. + public class GoogleCloudAiplatformV1DatasetDistribution : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; + /// Output only. Defines the histogram bucket. + [Newtonsoft.Json.JsonPropertyAttribute("buckets")] + public virtual System.Collections.Generic.IList Buckets { get; set; } - /// Output only. Timestamp when this Dataset was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } + /// Output only. The maximum of the population values. + [Newtonsoft.Json.JsonPropertyAttribute("max")] + public virtual System.Nullable Max { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } + /// Output only. The arithmetic mean of the values in the population. + [Newtonsoft.Json.JsonPropertyAttribute("mean")] + public virtual System.Nullable Mean { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Output only. The median of the values in the population. + [Newtonsoft.Json.JsonPropertyAttribute("median")] + public virtual System.Nullable Median { get; set; } - /// - /// Output only. The number of DataItems in this Dataset. Only apply for non-structured Dataset. - /// - [Newtonsoft.Json.JsonPropertyAttribute("dataItemCount")] - public virtual System.Nullable DataItemCount { get; set; } + /// Output only. The minimum of the population values. + [Newtonsoft.Json.JsonPropertyAttribute("min")] + public virtual System.Nullable Min { get; set; } - /// The description of the Dataset. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } + /// Output only. The 5th percentile of the values in the population. + [Newtonsoft.Json.JsonPropertyAttribute("p5")] + public virtual System.Nullable P5 { get; set; } - /// - /// Required. The user-defined name of the Dataset. The name can be up to 128 characters long and can consist of - /// any UTF-8 characters. - /// - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Output only. The 95th percentile of the values in the population. + [Newtonsoft.Json.JsonPropertyAttribute("p95")] + public virtual System.Nullable P95 { get; set; } - /// - /// Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this - /// Dataset will be secured by this key. - /// - [Newtonsoft.Json.JsonPropertyAttribute("encryptionSpec")] - public virtual GoogleCloudAiplatformV1EncryptionSpec EncryptionSpec { get; set; } + /// Output only. Sum of a given population of values. + [Newtonsoft.Json.JsonPropertyAttribute("sum")] + public virtual System.Nullable Sum { get; set; } - /// - /// Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. - /// - [Newtonsoft.Json.JsonPropertyAttribute("etag")] + /// The ETag of the item. public virtual string ETag { get; set; } + } - /// - /// The labels with user-defined metadata to organize your Datasets. Label keys and values can be no longer than - /// 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and - /// dashes. International characters are allowed. No more than 64 user labels can be associated with one Dataset - /// (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System - /// reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system - /// labels exist for each Dataset: * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its value - /// is the metadata_schema's title. - /// - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } - - /// Required. Additional information about the Dataset. - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual object Metadata { get; set; } - - /// - /// Output only. The resource name of the Artifact that was created in MetadataStore when creating the Dataset. - /// The Artifact resource name pattern is - /// `projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("metadataArtifact")] - public virtual string MetadataArtifact { get; set; } - - /// - /// Required. Points to a YAML file stored on Google Cloud Storage describing additional information about the - /// Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are - /// found in gs://google-cloud-aiplatform/schema/dataset/metadata/. - /// - [Newtonsoft.Json.JsonPropertyAttribute("metadataSchemaUri")] - public virtual string MetadataSchemaUri { get; set; } - - /// - /// Optional. Reference to the public base model last used by the dataset. Only set for prompt datasets. - /// - [Newtonsoft.Json.JsonPropertyAttribute("modelReference")] - public virtual string ModelReference { get; set; } - - /// - /// Output only. Identifier. The resource name of the Dataset. Format: - /// `projects/{project}/locations/{location}/datasets/{dataset}` - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Output only. Reserved for future use. - [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] - public virtual System.Nullable SatisfiesPzi { get; set; } - - /// Output only. Reserved for future use. - [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] - public virtual System.Nullable SatisfiesPzs { get; set; } - - /// - /// All SavedQueries belong to the Dataset will be returned in List/Get Dataset response. The annotation_specs - /// field will not be populated except for UI cases which will only use annotation_spec_count. In CreateDataset - /// request, a SavedQuery is created together if this field is set, up to one SavedQuery can be set in - /// CreateDatasetRequest. The SavedQuery should not contain any AnnotationSpec. - /// - [Newtonsoft.Json.JsonPropertyAttribute("savedQueries")] - public virtual System.Collections.Generic.IList SavedQueries { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; + /// Dataset bucket used to create a histogram for the distribution given a population of values. + public class GoogleCloudAiplatformV1DatasetDistributionDistributionBucket : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Number of values in the bucket. + [Newtonsoft.Json.JsonPropertyAttribute("count")] + public virtual System.Nullable Count { get; set; } - /// Output only. Timestamp when this Dataset was last updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// Output only. Left bound of the bucket. + [Newtonsoft.Json.JsonPropertyAttribute("left")] + public virtual System.Nullable Left { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// Output only. Right bound of the bucket. + [Newtonsoft.Json.JsonPropertyAttribute("right")] + public virtual System.Nullable Right { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// The ETag of the item. + public virtual string ETag { get; set; } } /// Describes the dataset version. @@ -52904,6 +71836,15 @@ public class GoogleCloudAiplatformV1DeployRequestEndpointConfig : Google.Apis.Re [Newtonsoft.Json.JsonPropertyAttribute("endpointUserId")] public virtual string EndpointUserId { get; set; } + /// + /// Optional. The labels with user-defined metadata to organize your Endpoints. Label keys and values can be no + /// longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, + /// underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information + /// and examples of labels. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// /// Optional. Configuration for private service connect. If set, the endpoint will be exposed through private /// service connect. @@ -53068,8 +72009,8 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual string DeploymentGroup { get; set; } /// - /// Optional. The deployment tier that the index is deployed to. DEPLOYMENT_TIER_UNSPECIFIED defaults to - /// PERFORMANCE. + /// Optional. The deployment tier that the index is deployed to. DEPLOYMENT_TIER_UNSPECIFIED will use a + /// system-chosen default tier. /// [Newtonsoft.Json.JsonPropertyAttribute("deploymentTier")] public virtual string DeploymentTier { get; set; } @@ -53739,6 +72680,68 @@ public class GoogleCloudAiplatformV1DynamicRetrievalConfig : Google.Apis.Request public virtual string ETag { get; set; } } + /// Request message for PredictionService.EmbedContent. + public class GoogleCloudAiplatformV1EmbedContentRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Whether to silently truncate the input content if it's longer than the maximum sequence length. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoTruncate")] + public virtual System.Nullable AutoTruncate { get; set; } + + /// Required. Input content to be embedded. Required. + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual GoogleCloudAiplatformV1Content Content { get; set; } + + /// + /// Optional. Optional reduced dimension for the output embedding. If set, excessive values in the output + /// embedding are truncated from the end. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputDimensionality")] + public virtual System.Nullable OutputDimensionality { get; set; } + + /// Optional. The task type of the embedding. + [Newtonsoft.Json.JsonPropertyAttribute("taskType")] + public virtual string TaskType { get; set; } + + /// Optional. An optional title for the text. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for PredictionService.EmbedContent. + public class GoogleCloudAiplatformV1EmbedContentResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The embedding generated from the input content. + [Newtonsoft.Json.JsonPropertyAttribute("embedding")] + public virtual GoogleCloudAiplatformV1EmbedContentResponseEmbedding Embedding { get; set; } + + /// Whether the input content was truncated before generating the embedding. + [Newtonsoft.Json.JsonPropertyAttribute("truncated")] + public virtual System.Nullable Truncated { get; set; } + + /// Metadata about the response(s). + [Newtonsoft.Json.JsonPropertyAttribute("usageMetadata")] + public virtual GoogleCloudAiplatformV1UsageMetadata UsageMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of floats representing an embedding. + public class GoogleCloudAiplatformV1EmbedContentResponseEmbedding : Google.Apis.Requests.IDirectResponseSchema + { + /// Embedding vector values. + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList> Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Represents a customer-managed encryption key spec that can be applied to a top-level resource. /// @@ -53974,6 +72977,13 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset /// Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. public class GoogleCloudAiplatformV1EnterpriseWebSearch : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search + /// results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("blockingConfidence")] + public virtual string BlockingConfidence { get; set; } + /// /// Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. /// @@ -54631,6 +73641,10 @@ public class GoogleCloudAiplatformV1EvaluationDataset : Google.Apis.Requests.IDi /// public class GoogleCloudAiplatformV1EvaluationInstance : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Data used for agent evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("agentData")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentData AgentData { get; set; } + /// Optional. Other data used to populate placeholders based on their key. [Newtonsoft.Json.JsonPropertyAttribute("otherData")] public virtual GoogleCloudAiplatformV1EvaluationInstanceMapInstance OtherData { get; set; } @@ -54658,6 +73672,95 @@ public class GoogleCloudAiplatformV1EvaluationInstance : Google.Apis.Requests.ID public virtual string ETag { get; set; } } + /// Configuration for an Agent. + public class GoogleCloudAiplatformV1EvaluationInstanceAgentConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. A field containing instructions from the developer for the agent. + [Newtonsoft.Json.JsonPropertyAttribute("developerInstruction")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceInstanceData DeveloperInstruction { get; set; } + + /// List of tools. + [Newtonsoft.Json.JsonPropertyAttribute("tools")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools Tools { get; set; } + + /// + /// A JSON string containing a list of tools available to an agent with info such as name, description, + /// parameters and required parameters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolsText")] + public virtual string ToolsText { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a list of tools for an agent. + public class GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. List of tools: each tool can have multiple function declarations. + [Newtonsoft.Json.JsonPropertyAttribute("tool")] + public virtual System.Collections.Generic.IList Tool { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains data specific to agent evaluations. + public class GoogleCloudAiplatformV1EvaluationInstanceAgentData : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Agent configuration. + [Newtonsoft.Json.JsonPropertyAttribute("agentConfig")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentConfig AgentConfig { get; set; } + + /// Optional. A field containing instructions from the developer for the agent. + [Newtonsoft.Json.JsonPropertyAttribute("developerInstruction")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceInstanceData DeveloperInstruction { get; set; } + + /// A list of events. + [Newtonsoft.Json.JsonPropertyAttribute("events")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents Events { get; set; } + + /// List of tools. + [Newtonsoft.Json.JsonPropertyAttribute("tools")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools Tools { get; set; } + + /// + /// A JSON string containing a list of tools available to an agent with info such as name, description, + /// parameters and required parameters. Example: [ { "name": "search_actors", "description": "Search for actors + /// in a movie. Returns a list of actors, their roles, their birthdate, and their place of birth.", + /// "parameters": [ { "name": "movie_name", "description": "The name of the movie." }, { "name": + /// "character_name", "description": "The name of the character." } ], "required": ["movie_name", + /// "character_name"] } ] + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolsText")] + public virtual string ToolsText { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a list of events for an agent. + public class GoogleCloudAiplatformV1EvaluationInstanceAgentDataEvents : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. A list of events. + [Newtonsoft.Json.JsonPropertyAttribute("event")] + public virtual System.Collections.Generic.IList Event__ { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a list of tools for an agent. + public class GoogleCloudAiplatformV1EvaluationInstanceAgentDataTools : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. List of tools: each tool can have multiple function declarations. + [Newtonsoft.Json.JsonPropertyAttribute("tool")] + public virtual System.Collections.Generic.IList Tool { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Instance data used to populate placeholders in a metric prompt template. public class GoogleCloudAiplatformV1EvaluationInstanceInstanceData : Google.Apis.Requests.IDirectResponseSchema { @@ -55178,7 +74281,7 @@ public class GoogleCloudAiplatformV1EvaluationRunInferenceConfig : Google.Apis.R public virtual GoogleCloudAiplatformV1GenerationConfig GenerationConfig { get; set; } /// - /// Required. The fully qualified name of the publisher model or endpoint to use. Publisher model format: + /// Optional. The fully qualified name of the publisher model or endpoint to use. Publisher model format: /// `projects/{project}/locations/{location}/publishers/*/models/*` Endpoint format: /// `projects/{project}/locations/{location}/endpoints/{endpoint}` /// @@ -55200,6 +74303,10 @@ public class GoogleCloudAiplatformV1EvaluationRunMetric : Google.Apis.Requests.I [Newtonsoft.Json.JsonPropertyAttribute("metric")] public virtual string Metric { get; set; } + /// The metric config. + [Newtonsoft.Json.JsonPropertyAttribute("metricConfig")] + public virtual GoogleCloudAiplatformV1Metric MetricConfig { get; set; } + /// Spec for a pre-defined metric. [Newtonsoft.Json.JsonPropertyAttribute("predefinedMetricSpec")] public virtual GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec PredefinedMetricSpec { get; set; } @@ -57493,6 +76600,14 @@ public class GoogleCloudAiplatformV1FeatureOnlineStoreBigtable : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("autoScaling")] public virtual GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling AutoScaling { get; set; } + /// Output only. Metadata of the Bigtable instance. Output only. + [Newtonsoft.Json.JsonPropertyAttribute("bigtableMetadata")] + public virtual GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata BigtableMetadata { get; set; } + + /// Optional. It true, enable direct access to the Bigtable instance. + [Newtonsoft.Json.JsonPropertyAttribute("enableDirectBigtableAccess")] + public virtual System.Nullable EnableDirectBigtableAccess { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -57524,6 +76639,27 @@ public class GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling : Goog public virtual string ETag { get; set; } } + /// + /// Metadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project. + /// + public class GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The Cloud Bigtable instance id. + [Newtonsoft.Json.JsonPropertyAttribute("instanceId")] + public virtual string InstanceId { get; set; } + + /// The Cloud Bigtable table id. + [Newtonsoft.Json.JsonPropertyAttribute("tableId")] + public virtual string TableId { get; set; } + + /// Tenant project ID. + [Newtonsoft.Json.JsonPropertyAttribute("tenantProjectId")] + public virtual string TenantProjectId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage /// type. Public endpoint is provisioned by default. @@ -57861,6 +76997,10 @@ public class GoogleCloudAiplatformV1FeatureView : Google.Apis.Requests.IDirectRe [Newtonsoft.Json.JsonPropertyAttribute("bigQuerySource")] public virtual GoogleCloudAiplatformV1FeatureViewBigQuerySource BigQuerySource { get; set; } + /// Output only. Metadata containing information about the Cloud Bigtable. + [Newtonsoft.Json.JsonPropertyAttribute("bigtableMetadata")] + public virtual GoogleCloudAiplatformV1FeatureViewBigtableMetadata BigtableMetadata { get; set; } + private string _createTimeRaw; private object _createTime; @@ -58032,6 +77172,17 @@ public class GoogleCloudAiplatformV1FeatureViewBigQuerySource : Google.Apis.Requ public virtual string ETag { get; set; } } + /// Metadata for the Cloud Bigtable that supports directly interacting Bigtable instances. + public class GoogleCloudAiplatformV1FeatureViewBigtableMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The Bigtable App Profile to use for reading from Bigtable. + [Newtonsoft.Json.JsonPropertyAttribute("readAppProfile")] + public virtual string ReadAppProfile { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Lookup key for a feature view. public class GoogleCloudAiplatformV1FeatureViewDataKey : Google.Apis.Requests.IDirectResponseSchema { @@ -58850,19 +78001,21 @@ public class GoogleCloudAiplatformV1FetchPredictOperationRequest : Google.Apis.R public virtual string ETag { get; set; } } - /// URI based data. + /// + /// URI-based data. A FileData message contains a URI pointing to data of a specific media type. It is used to + /// represent images, audio, and video stored in Google Cloud Storage. + /// public class GoogleCloudAiplatformV1FileData : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This - /// field is only returned in PromptMessage for prompt management. It is currently used in the Gemini - /// GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are - /// enabled. + /// Optional. The display name of the file. Used to provide a label or filename to distinguish files. This field + /// is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server + /// side tools (`code_execution`, `google_search`, and `url_context`) are enabled. /// [Newtonsoft.Json.JsonPropertyAttribute("displayName")] public virtual string DisplayName { get; set; } - /// Required. URI. + /// Required. The URI of the file in Google Cloud Storage. [Newtonsoft.Json.JsonPropertyAttribute("fileUri")] public virtual string FileUri { get; set; } @@ -59323,6 +78476,12 @@ public class GoogleCloudAiplatformV1FunctionResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Optional. Ordered `Parts` that constitute a function response. Parts may have different IANA MIME types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("parts")] + public virtual System.Collections.Generic.IList Parts { get; set; } + /// /// Required. The function response in JSON object format. Use "output" key to specify function output and /// "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole @@ -59335,6 +78494,75 @@ public class GoogleCloudAiplatformV1FunctionResponse : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } + /// + /// Raw media bytes for function response. Text should not be sent as raw bytes, use the 'text' field. + /// + public class GoogleCloudAiplatformV1FunctionResponseBlob : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Raw bytes. + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual string Data { get; set; } + + /// + /// Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is + /// only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent + /// calls only when server side tools (code_execution, google_search, and url_context) are enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Required. The IANA standard MIME type of the source data. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// URI based data for function response. + public class GoogleCloudAiplatformV1FunctionResponseFileData : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This + /// field is only returned in PromptMessage for prompt management. It is currently used in the Gemini + /// GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are + /// enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Required. URI. + [Newtonsoft.Json.JsonPropertyAttribute("fileUri")] + public virtual string FileUri { get; set; } + + /// Required. The IANA standard MIME type of the source data. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A datatype containing media that is part of a `FunctionResponse` message. A `FunctionResponsePart` consists of + /// data which has an associated datatype. A `FunctionResponsePart` can only contain one of the accepted types in + /// `FunctionResponsePart.data`. A `FunctionResponsePart` must have a fixed IANA MIME type identifying the type and + /// subtype of the media if the `inline_data` field is filled with raw bytes. + /// + public class GoogleCloudAiplatformV1FunctionResponsePart : Google.Apis.Requests.IDirectResponseSchema + { + /// URI based data. + [Newtonsoft.Json.JsonPropertyAttribute("fileData")] + public virtual GoogleCloudAiplatformV1FunctionResponseFileData FileData { get; set; } + + /// Inline media bytes. + [Newtonsoft.Json.JsonPropertyAttribute("inlineData")] + public virtual GoogleCloudAiplatformV1FunctionResponseBlob InlineData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The Google Cloud Storage location where the output is to be written to. public class GoogleCloudAiplatformV1GcsDestination : Google.Apis.Requests.IDirectResponseSchema { @@ -59374,6 +78602,36 @@ public class GoogleCloudAiplatformV1GdcConfig : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// Input example for preference optimization. + public class GoogleCloudAiplatformV1GeminiPreferenceExample : Google.Apis.Requests.IDirectResponseSchema + { + /// List of completions for a given prompt. + [Newtonsoft.Json.JsonPropertyAttribute("completions")] + public virtual System.Collections.Generic.IList Completions { get; set; } + + /// Multi-turn contents that represents the Prompt. + [Newtonsoft.Json.JsonPropertyAttribute("contents")] + public virtual System.Collections.Generic.IList Contents { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Completion and its preference score. + public class GoogleCloudAiplatformV1GeminiPreferenceExampleCompletion : Google.Apis.Requests.IDirectResponseSchema + { + /// Single turn completion for the given prompt. + [Newtonsoft.Json.JsonPropertyAttribute("completion")] + public virtual GoogleCloudAiplatformV1Content Completion { get; set; } + + /// The score for the given completion. + [Newtonsoft.Json.JsonPropertyAttribute("score")] + public virtual System.Nullable Score { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Configuration for GenAiAdvancedFeatures. public class GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -59630,9 +78888,68 @@ public class GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata : Googl public virtual string ETag { get; set; } } + /// Request message for FeatureOnlineStoreService.GenerateFetchAccessToken. + public class GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for FeatureOnlineStoreService.GenerateFetchAccessToken. + public class GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The OAuth 2.0 access token. + [Newtonsoft.Json.JsonPropertyAttribute("accessToken")] + public virtual string AccessToken { get; set; } + + private string _expireTimeRaw; + + private object _expireTime; + + /// Token expiration time. This is always set + [Newtonsoft.Json.JsonPropertyAttribute("expireTime")] + public virtual string ExpireTimeRaw + { + get => _expireTimeRaw; + set + { + _expireTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _expireTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")] + public virtual object ExpireTime + { + get => _expireTime; + set + { + _expireTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _expireTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExpireTimeRaw); + set => ExpireTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for EvaluationService.GenerateInstanceRubrics. public class GoogleCloudAiplatformV1GenerateInstanceRubricsRequest : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Agent configuration, required for agent-based rubric generation. + [Newtonsoft.Json.JsonPropertyAttribute("agentConfig")] + public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentConfig AgentConfig { get; set; } + /// /// Required. The prompt to generate rubrics from. For single-turn queries, this is a single instance. For /// multi-turn queries, this is a repeated field that contains conversation history + latest request. @@ -59747,77 +79064,115 @@ public class GoogleCloudAiplatformV1GenerateVideoResponseVideo : Google.Apis.Req public virtual string ETag { get; set; } } - /// Generation config. + /// + /// Configuration for content generation. This message contains all the parameters that control how the model + /// generates content. It allows you to influence the randomness, length, and structure of the output. + /// public class GoogleCloudAiplatformV1GenerationConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. If enabled, audio timestamp will be included in the request to the model. + /// + /// Optional. If enabled, audio timestamps will be included in the request to the model. This can be useful for + /// synchronizing audio with other modalities in the response. + /// [Newtonsoft.Json.JsonPropertyAttribute("audioTimestamp")] public virtual System.Nullable AudioTimestamp { get; set; } - /// Optional. Number of candidates to generate. + /// + /// Optional. The number of candidate responses to generate. A higher `candidate_count` can provide more options + /// to choose from, but it also consumes more resources. This can be useful for generating a variety of + /// responses and selecting the best one. + /// [Newtonsoft.Json.JsonPropertyAttribute("candidateCount")] public virtual System.Nullable CandidateCount { get; set; } - /// Optional. If enabled, the model will detect emotions and adapt its responses accordingly. + /// + /// Optional. If enabled, the model will detect emotions and adapt its responses accordingly. For example, if + /// the model detects that the user is frustrated, it may provide a more empathetic response. + /// [Newtonsoft.Json.JsonPropertyAttribute("enableAffectiveDialog")] public virtual System.Nullable EnableAffectiveDialog { get; set; } - /// Optional. Frequency penalties. + /// + /// Optional. Penalizes tokens based on their frequency in the generated text. A positive value helps to reduce + /// the repetition of words and phrases. Valid values can range from [-2.0, 2.0]. + /// [Newtonsoft.Json.JsonPropertyAttribute("frequencyPenalty")] public virtual System.Nullable FrequencyPenalty { get; set; } - /// Optional. Logit probabilities. + /// Optional. Config for image generation features. + [Newtonsoft.Json.JsonPropertyAttribute("imageConfig")] + public virtual GoogleCloudAiplatformV1ImageConfig ImageConfig { get; set; } + + /// + /// Optional. The number of top log probabilities to return for each token. This can be used to see which other + /// tokens were considered likely candidates for a given position. A higher value will return more options, but + /// it will also increase the size of the response. + /// [Newtonsoft.Json.JsonPropertyAttribute("logprobs")] public virtual System.Nullable Logprobs { get; set; } - /// Optional. The maximum number of output tokens to generate per message. + /// + /// Optional. The maximum number of tokens to generate in the response. A token is approximately four + /// characters. The default value varies by model. This parameter can be used to control the length of the + /// generated text and prevent overly long responses. + /// [Newtonsoft.Json.JsonPropertyAttribute("maxOutputTokens")] public virtual System.Nullable MaxOutputTokens { get; set; } - /// Optional. If specified, the media resolution specified will be used. + /// + /// Optional. The token resolution at which input media content is sampled. This is used to control the + /// trade-off between the quality of the response and the number of tokens used to represent the media. A higher + /// resolution allows the model to perceive more detail, which can lead to a more nuanced response, but it will + /// also use more tokens. This does not affect the image dimensions sent to the model. + /// [Newtonsoft.Json.JsonPropertyAttribute("mediaResolution")] public virtual string MediaResolution { get; set; } - /// Optional. Positive penalties. + /// + /// Optional. Penalizes tokens that have already appeared in the generated text. A positive value encourages the + /// model to generate more diverse and less repetitive text. Valid values can range from [-2.0, 2.0]. + /// [Newtonsoft.Json.JsonPropertyAttribute("presencePenalty")] public virtual System.Nullable PresencePenalty { get; set; } /// - /// Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts - /// [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` - /// is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the - /// following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - - /// `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - - /// `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - - /// `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic - /// references are unrolled to a limited degree and, as such, may only be used within non-required properties. - /// (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for - /// than those starting as a `$`, may be set. + /// Optional. When this field is set, response_schema must be omitted and response_mime_type must be set to + /// `application/json`. /// [Newtonsoft.Json.JsonPropertyAttribute("responseJsonSchema")] public virtual object ResponseJsonSchema { get; set; } - /// Optional. If true, export the logprobs results in response. + /// + /// Optional. If set to true, the log probabilities of the output tokens are returned. Log probabilities are the + /// logarithm of the probability of a token appearing in the output. A higher log probability means the token is + /// more likely to be generated. This can be useful for analyzing the model's confidence in its own output and + /// for debugging. + /// [Newtonsoft.Json.JsonPropertyAttribute("responseLogprobs")] public virtual System.Nullable ResponseLogprobs { get; set; } /// - /// Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: - /// (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted - /// to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature. + /// Optional. The IANA standard MIME type of the response. The model will generate output that conforms to this + /// MIME type. Supported values include 'text/plain' (default) and 'application/json'. The model needs to be + /// prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview + /// feature. /// [Newtonsoft.Json.JsonPropertyAttribute("responseMimeType")] public virtual string ResponseMimeType { get; set; } - /// Optional. The modalities of the response. + /// + /// Optional. The modalities of the response. The model will generate a response that includes all the specified + /// modalities. For example, if this is set to `[TEXT, IMAGE]`, the response will include both text and an + /// image. + /// [Newtonsoft.Json.JsonPropertyAttribute("responseModalities")] public virtual System.Collections.Generic.IList ResponseModalities { get; set; } /// - /// Optional. The `Schema` object allows the definition of input and output data types. These types can be - /// objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema - /// object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be - /// set. Compatible mimetypes: `application/json`: Schema for JSON response. + /// Optional. Lets you to specify a schema for the model's response, ensuring that the output conforms to a + /// particular structure. This is useful for generating structured data such as JSON. The schema is a subset of + /// the [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema) object. When this field is set, + /// you must also set the `response_mime_type` to `application/json`. /// [Newtonsoft.Json.JsonPropertyAttribute("responseSchema")] public virtual GoogleCloudAiplatformV1Schema ResponseSchema { get; set; } @@ -59826,7 +79181,14 @@ public class GoogleCloudAiplatformV1GenerationConfig : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("routingConfig")] public virtual GoogleCloudAiplatformV1GenerationConfigRoutingConfig RoutingConfig { get; set; } - /// Optional. Seed. + /// + /// Optional. A seed for the random number generator. By setting a seed, you can make the model's output mostly + /// deterministic. For a given prompt and parameters (like temperature, top_p, etc.), the model will produce the + /// same response every time. However, it's not a guaranteed absolute deterministic behavior. This is different + /// from parameters like `temperature`, which control the *level* of randomness. `seed` ensures that the + /// "random" choices the model makes are the same on every run, making it essential for testing and ensuring + /// reproducible results. + /// [Newtonsoft.Json.JsonPropertyAttribute("seed")] public virtual System.Nullable Seed { get; set; } @@ -59834,26 +79196,45 @@ public class GoogleCloudAiplatformV1GenerationConfig : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("speechConfig")] public virtual GoogleCloudAiplatformV1SpeechConfig SpeechConfig { get; set; } - /// Optional. Stop sequences. + /// + /// Optional. A list of character sequences that will stop the model from generating further tokens. If a stop + /// sequence is generated, the output will end at that point. This is useful for controlling the length and + /// structure of the output. For example, you can use ["\n", "###"] to stop generation at a new line or a + /// specific marker. + /// [Newtonsoft.Json.JsonPropertyAttribute("stopSequences")] public virtual System.Collections.Generic.IList StopSequences { get; set; } - /// Optional. Controls the randomness of predictions. + /// + /// Optional. Controls the randomness of the output. A higher temperature results in more creative and diverse + /// responses, while a lower temperature makes the output more predictable and focused. The valid range is (0.0, + /// 2.0]. + /// [Newtonsoft.Json.JsonPropertyAttribute("temperature")] public virtual System.Nullable Temperature { get; set; } /// - /// Optional. Config for thinking features. An error will be returned if this field is set for models that don't - /// support thinking. + /// Optional. Configuration for thinking features. An error will be returned if this field is set for models + /// that don't support thinking. /// [Newtonsoft.Json.JsonPropertyAttribute("thinkingConfig")] public virtual GoogleCloudAiplatformV1GenerationConfigThinkingConfig ThinkingConfig { get; set; } - /// Optional. If specified, top-k sampling will be used. + /// + /// Optional. Specifies the top-k sampling threshold. The model considers only the top k most probable tokens + /// for the next token. This can be useful for generating more coherent and less random text. For example, a + /// `top_k` of 40 means the model will choose the next word from the 40 most likely words. + /// [Newtonsoft.Json.JsonPropertyAttribute("topK")] public virtual System.Nullable TopK { get; set; } - /// Optional. If specified, nucleus sampling will be used. + /// + /// Optional. Specifies the nucleus sampling threshold. The model considers only the smallest set of tokens + /// whose cumulative probability is at least `top_p`. This helps generate more diverse and less repetitive + /// responses. For example, a `top_p` of 0.9 means the model considers tokens until the cumulative probability + /// of the tokens to select from reaches 0.9. It's recommended to adjust either temperature or `top_p`, but not + /// both. + /// [Newtonsoft.Json.JsonPropertyAttribute("topP")] public virtual System.Nullable TopP { get; set; } @@ -59861,14 +79242,17 @@ public class GoogleCloudAiplatformV1GenerationConfig : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } - /// The configuration for routing the request to a specific model. + /// + /// The configuration for routing the request to a specific model. This can be used to control which model is used + /// for the generation, either automatically or by specifying a model name. + /// public class GoogleCloudAiplatformV1GenerationConfigRoutingConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Automated routing. + /// In this mode, the model is selected automatically based on the content of the request. [Newtonsoft.Json.JsonPropertyAttribute("autoMode")] public virtual GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode AutoMode { get; set; } - /// Manual routing. + /// In this mode, the model is specified manually. [Newtonsoft.Json.JsonPropertyAttribute("manualMode")] public virtual GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode ManualMode { get; set; } @@ -59877,8 +79261,8 @@ public class GoogleCloudAiplatformV1GenerationConfigRoutingConfig : Google.Apis. } /// - /// When automated routing is specified, the routing will be determined by the pretrained routing model and customer - /// provided model routing preference. + /// The configuration for automated routing. When automated routing is specified, the routing will be determined by + /// the pretrained routing model and customer provided model routing preference. /// public class GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode : Google.Apis.Requests.IDirectResponseSchema { @@ -59890,13 +79274,13 @@ public class GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode public virtual string ETag { get; set; } } - /// When manual routing is set, the specified model will be used directly. + /// + /// The configuration for manual routing. When manual routing is specified, the model will be selected based on the + /// model name provided. + /// public class GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The model name to use. Only the public LLM models are accepted. See [Supported - /// models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#supported-models). - /// + /// The name of the model to use. Only public LLM models are accepted. [Newtonsoft.Json.JsonPropertyAttribute("modelName")] public virtual string ModelName { get; set; } @@ -59904,17 +79288,25 @@ public class GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMo public virtual string ETag { get; set; } } - /// Config for thinking features. + /// + /// Configuration for the model's thinking features. "Thinking" is a process where the model breaks down a complex + /// task into smaller, manageable steps. This allows the model to reason about the task, plan its approach, and + /// execute the plan to generate a high-quality response. + /// public class GoogleCloudAiplatformV1GenerationConfigThinkingConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when - /// available. + /// Optional. If true, the model will include its thoughts in the response. "Thoughts" are the intermediate + /// steps the model takes to arrive at the final response. They can provide insights into the model's reasoning + /// process and help with debugging. If this is true, thoughts are returned only when available. /// [Newtonsoft.Json.JsonPropertyAttribute("includeThoughts")] public virtual System.Nullable IncludeThoughts { get; set; } - /// Optional. Indicates the thinking budget in tokens. + /// + /// Optional. The token budget for the model's thinking process. The model will make a best effort to stay + /// within this budget. This can be used to control the trade-off between response quality and latency. + /// [Newtonsoft.Json.JsonPropertyAttribute("thinkingBudget")] public virtual System.Nullable ThinkingBudget { get; set; } @@ -60134,18 +79526,27 @@ public class GoogleCloudAiplatformV1GroundednessSpec : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } - /// Grounding chunk. + /// + /// A piece of evidence that supports a claim made by the model. This is used to show a citation for a claim made by + /// the model. When grounding is enabled, the model returns a `GroundingChunk` that contains a reference to the + /// source of the information. + /// public class GoogleCloudAiplatformV1GroundingChunk : Google.Apis.Requests.IDirectResponseSchema { - /// Grounding chunk from Google Maps. + /// A grounding chunk from Google Maps. See the `Maps` message for details. [Newtonsoft.Json.JsonPropertyAttribute("maps")] public virtual GoogleCloudAiplatformV1GroundingChunkMaps Maps { get; set; } - /// Grounding chunk from context retrieved by the retrieval tools. + /// + /// A grounding chunk from a data source retrieved by a retrieval tool, such as Vertex AI Search. See the + /// `RetrievedContext` message for details + /// [Newtonsoft.Json.JsonPropertyAttribute("retrievedContext")] public virtual GoogleCloudAiplatformV1GroundingChunkRetrievedContext RetrievedContext { get; set; } - /// Grounding chunk from the web. + /// + /// A grounding chunk from a web page, typically from Google Search. See the `Web` message for details. + /// [Newtonsoft.Json.JsonPropertyAttribute("web")] public virtual GoogleCloudAiplatformV1GroundingChunkWeb Web { get; set; } @@ -60153,31 +79554,35 @@ public class GoogleCloudAiplatformV1GroundingChunk : Google.Apis.Requests.IDirec public virtual string ETag { get; set; } } - /// Chunk from Google Maps. + /// + /// A `Maps` chunk is a piece of evidence that comes from Google Maps. It contains information about a place, such + /// as its name, address, and reviews. This is used to provide the user with rich, location-based information. + /// public class GoogleCloudAiplatformV1GroundingChunkMaps : Google.Apis.Requests.IDirectResponseSchema { /// - /// Sources used to generate the place answer. This includes review snippets and photos that were used to - /// generate the answer, as well as uris to flag content. + /// The sources that were used to generate the place answer. This includes review snippets and photos that were + /// used to generate the answer, as well as URIs to flag content. /// [Newtonsoft.Json.JsonPropertyAttribute("placeAnswerSources")] public virtual GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources PlaceAnswerSources { get; set; } /// - /// This Place's resource name, in `places/{place_id}` format. Can be used to look up the Place. + /// This Place's resource name, in `places/{place_id}` format. This can be used to look up the place in the + /// Google Maps API. /// [Newtonsoft.Json.JsonPropertyAttribute("placeId")] public virtual string PlaceId { get; set; } - /// Text of the place answer. + /// The text of the place answer. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } - /// Title of the place. + /// The title of the place. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URI reference of the place. + /// The URI of the place. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -60185,10 +79590,13 @@ public class GoogleCloudAiplatformV1GroundingChunkMaps : Google.Apis.Requests.ID public virtual string ETag { get; set; } } - /// Sources used to generate the place answer. + /// + /// The sources that were used to generate the place answer. This includes review snippets and photos that were used + /// to generate the answer, as well as URIs to flag content. + /// public class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources : Google.Apis.Requests.IDirectResponseSchema { - /// Snippets of reviews that are used to generate the answer. + /// Snippets of reviews that were used to generate the answer. [Newtonsoft.Json.JsonPropertyAttribute("reviewSnippets")] public virtual System.Collections.Generic.IList ReviewSnippets { get; set; } @@ -60196,18 +79604,18 @@ public class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources : Googl public virtual string ETag { get; set; } } - /// Encapsulates a review snippet. + /// A review snippet that is used to generate the answer. public class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet : Google.Apis.Requests.IDirectResponseSchema { /// A link to show the review on Google Maps. [Newtonsoft.Json.JsonPropertyAttribute("googleMapsUri")] public virtual string GoogleMapsUri { get; set; } - /// Id of the review referencing the place. + /// The ID of the review that is being referenced. [Newtonsoft.Json.JsonPropertyAttribute("reviewId")] public virtual string ReviewId { get; set; } - /// Title of the review. + /// The title of the review. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } @@ -60215,28 +79623,36 @@ public class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSn public virtual string ETag { get; set; } } - /// Chunk from context retrieved by the retrieval tools. + /// + /// Context retrieved from a data source to ground the model's response. This is used when a retrieval tool fetches + /// information from a user-provided corpus or a public dataset. + /// public class GoogleCloudAiplatformV1GroundingChunkRetrievedContext : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The full document name for the referenced Vertex AI Search document. + /// + /// Output only. The full resource name of the referenced Vertex AI Search document. This is used to identify + /// the specific document that was retrieved. The format is + /// `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}`. + /// [Newtonsoft.Json.JsonPropertyAttribute("documentName")] public virtual string DocumentName { get; set; } /// - /// Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool. + /// Additional context for a Retrieval-Augmented Generation (RAG) retrieval result. This is populated only when + /// the RAG retrieval tool is used. /// [Newtonsoft.Json.JsonPropertyAttribute("ragChunk")] public virtual GoogleCloudAiplatformV1RagChunk RagChunk { get; set; } - /// Text of the attribution. + /// The content of the retrieved data source. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } - /// Title of the attribution. + /// The title of the retrieved data source. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URI reference of the attribution. + /// The URI of the retrieved data source. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -60244,18 +79660,24 @@ public class GoogleCloudAiplatformV1GroundingChunkRetrievedContext : Google.Apis public virtual string ETag { get; set; } } - /// Chunk from the web. + /// + /// A `Web` chunk is a piece of evidence that comes from a web page. It contains the URI of the web page, the title + /// of the page, and the domain of the page. This is used to provide the user with a link to the source of the + /// information. + /// public class GoogleCloudAiplatformV1GroundingChunkWeb : Google.Apis.Requests.IDirectResponseSchema { - /// Domain of the (original) URI. + /// + /// The domain of the web page that contains the evidence. This can be used to filter out low-quality sources. + /// [Newtonsoft.Json.JsonPropertyAttribute("domain")] public virtual string Domain { get; set; } - /// Title of the chunk. + /// The title of the web page that contains the evidence. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URI reference of the chunk. + /// The URI of the web page that contains the evidence. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -60263,40 +79685,55 @@ public class GoogleCloudAiplatformV1GroundingChunkWeb : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } - /// Metadata returned to client when grounding is enabled. + /// + /// Information about the sources that support the content of a response. When grounding is enabled, the model + /// returns citations for claims in the response. This object contains the retrieved sources. + /// public class GoogleCloudAiplatformV1GroundingMetadata : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Output only. Resource name of the Google Maps widget context token to be used with the - /// PlacesContextElement widget to render contextual data. This is populated only for Google Maps grounding. + /// Optional. Output only. A token that can be used to render a Google Maps widget with the contextual data. + /// This field is populated only when the grounding source is Google Maps. /// [Newtonsoft.Json.JsonPropertyAttribute("googleMapsWidgetContextToken")] public virtual string GoogleMapsWidgetContextToken { get; set; } - /// List of supporting references retrieved from specified grounding source. + /// + /// A list of supporting references retrieved from the grounding source. This field is populated when the + /// grounding source is Google Search, Vertex AI Search, or Google Maps. + /// [Newtonsoft.Json.JsonPropertyAttribute("groundingChunks")] public virtual System.Collections.Generic.IList GroundingChunks { get; set; } - /// Optional. List of grounding support. + /// + /// Optional. A list of grounding supports that connect the generated content to the grounding chunks. This + /// field is populated when the grounding source is Google Search or Vertex AI Search. + /// [Newtonsoft.Json.JsonPropertyAttribute("groundingSupports")] public virtual System.Collections.Generic.IList GroundingSupports { get; set; } - /// Optional. Output only. Retrieval metadata. + /// Optional. Output only. Metadata related to the retrieval grounding source. [Newtonsoft.Json.JsonPropertyAttribute("retrievalMetadata")] public virtual GoogleCloudAiplatformV1RetrievalMetadata RetrievalMetadata { get; set; } - /// Optional. Google search entry for the following-up web searches. + /// + /// Optional. A web search entry point that can be used to display search results. This field is populated only + /// when the grounding source is Google Search. + /// [Newtonsoft.Json.JsonPropertyAttribute("searchEntryPoint")] public virtual GoogleCloudAiplatformV1SearchEntryPoint SearchEntryPoint { get; set; } /// - /// Optional. Output only. List of source flagging uris. This is currently populated only for Google Maps - /// grounding. + /// Optional. Output only. A list of URIs that can be used to flag a place or review for inappropriate content. + /// This field is populated only when the grounding source is Google Maps. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceFlaggingUris")] public virtual System.Collections.Generic.IList SourceFlaggingUris { get; set; } - /// Optional. Web search queries for the following-up web search. + /// + /// Optional. The web search queries that were used to generate the content. This field is populated only when + /// the grounding source is Google Search. + /// [Newtonsoft.Json.JsonPropertyAttribute("webSearchQueries")] public virtual System.Collections.Generic.IList WebSearchQueries { get; set; } @@ -60305,15 +79742,16 @@ public class GoogleCloudAiplatformV1GroundingMetadata : Google.Apis.Requests.IDi } /// - /// Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding. + /// A URI that can be used to flag a place or review for inappropriate content. This is populated only when the + /// grounding source is Google Maps. /// public class GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri : Google.Apis.Requests.IDirectResponseSchema { - /// A link where users can flag a problem with the source (place or review). + /// The URI that can be used to flag the content. [Newtonsoft.Json.JsonPropertyAttribute("flagContentUri")] public virtual string FlagContentUri { get; set; } - /// Id of the place or review. + /// The ID of the place or review. [Newtonsoft.Json.JsonPropertyAttribute("sourceId")] public virtual string SourceId { get; set; } @@ -60321,26 +79759,28 @@ public class GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri : Google. public virtual string ETag { get; set; } } - /// Grounding support. + /// A collection of supporting references for a segment of the model's response. public class GoogleCloudAiplatformV1GroundingSupport : Google.Apis.Requests.IDirectResponseSchema { /// - /// Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. For Gemini 2.0 and - /// before, this list must have the same size as the grounding_chunk_indices. For Gemini 2.5 and after, this - /// list will be empty and should be ignored. + /// The confidence scores for the support references. This list is parallel to the `grounding_chunk_indices` + /// list. A score is a value between 0.0 and 1.0, with a higher score indicating a higher confidence that the + /// reference supports the claim. For Gemini 2.0 and before, this list has the same size as + /// `grounding_chunk_indices`. For Gemini 2.5 and later, this list is empty and should be ignored. /// [Newtonsoft.Json.JsonPropertyAttribute("confidenceScores")] public virtual System.Collections.Generic.IList> ConfidenceScores { get; set; } /// - /// A list of indices (into 'grounding_chunk') specifying the citations associated with the claim. For instance - /// [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content - /// attributed to the claim. + /// A list of indices into the `grounding_chunks` field of the `GroundingMetadata` message. These indices + /// specify which grounding chunks support the claim made in the content segment. For example, if this field has + /// the values `[1, 3]`, it means that `grounding_chunks[1]` and `grounding_chunks[3]` are the sources for the + /// claim in the content segment. /// [Newtonsoft.Json.JsonPropertyAttribute("groundingChunkIndices")] public virtual System.Collections.Generic.IList> GroundingChunkIndices { get; set; } - /// Segment of the content this support belongs to. + /// The content segment that this support message applies to. [Newtonsoft.Json.JsonPropertyAttribute("segment")] public virtual GoogleCloudAiplatformV1Segment Segment { get; set; } @@ -60598,6 +80038,46 @@ public class GoogleCloudAiplatformV1IdMatcher : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// + /// Configuration for image generation. This message allows you to control various aspects of image generation, such + /// as the output format, aspect ratio, and whether the model can generate images of people. + /// + public class GoogleCloudAiplatformV1ImageConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: + /// "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:16", "16:9" "21:9" + /// + [Newtonsoft.Json.JsonPropertyAttribute("aspectRatio")] + public virtual string AspectRatio { get; set; } + + /// Optional. The image output format for generated images. + [Newtonsoft.Json.JsonPropertyAttribute("imageOutputOptions")] + public virtual GoogleCloudAiplatformV1ImageConfigImageOutputOptions ImageOutputOptions { get; set; } + + /// Optional. Controls whether the model can generate people. + [Newtonsoft.Json.JsonPropertyAttribute("personGeneration")] + public virtual string PersonGeneration { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The image output format for generated images. + public class GoogleCloudAiplatformV1ImageConfigImageOutputOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The compression quality of the output image. + [Newtonsoft.Json.JsonPropertyAttribute("compressionQuality")] + public virtual System.Nullable CompressionQuality { get; set; } + + /// Optional. The image format that the output should be saved as. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Describes the location from where we import data into a Dataset, together with the labels that will be applied /// to the DataItems and the Annotations. @@ -62750,16 +82230,26 @@ public class GoogleCloudAiplatformV1ListTuningJobsResponse : Google.Apis.Request public virtual string ETag { get; set; } } - /// Logprobs Result + /// + /// The log probabilities of the tokens generated by the model. This is useful for understanding the model's + /// confidence in its predictions and for debugging. For example, you can use log probabilities to identify when the + /// model is making a less confident prediction or to explore alternative responses that the model considered. A low + /// log probability can also indicate that the model is "hallucinating" or generating factually incorrect + /// information. + /// public class GoogleCloudAiplatformV1LogprobsResult : Google.Apis.Requests.IDirectResponseSchema { /// - /// Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates. + /// A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total + /// number of decoding steps. Note that the chosen candidate might not be in `top_candidates`. /// [Newtonsoft.Json.JsonPropertyAttribute("chosenCandidates")] public virtual System.Collections.Generic.IList ChosenCandidates { get; set; } - /// Length = total number of decoding steps. + /// + /// A list of the top candidate tokens at each decoding step. The length of this list is equal to the total + /// number of decoding steps. + /// [Newtonsoft.Json.JsonPropertyAttribute("topCandidates")] public virtual System.Collections.Generic.IList TopCandidates { get; set; } @@ -62767,18 +82257,26 @@ public class GoogleCloudAiplatformV1LogprobsResult : Google.Apis.Requests.IDirec public virtual string ETag { get; set; } } - /// Candidate for the logprobs token and score. + /// A single token and its associated log probability. public class GoogleCloudAiplatformV1LogprobsResultCandidate : Google.Apis.Requests.IDirectResponseSchema { - /// The candidate's log probability. + /// + /// The log probability of this token. A higher value indicates that the model was more confident in this token. + /// The log probability can be used to assess the relative likelihood of different tokens and to identify when + /// the model is uncertain. + /// [Newtonsoft.Json.JsonPropertyAttribute("logProbability")] public virtual System.Nullable LogProbability { get; set; } - /// The candidate's token string value. + /// The token's string representation. [Newtonsoft.Json.JsonPropertyAttribute("token")] public virtual string Token { get; set; } - /// The candidate's token id value. + /// + /// The token's numerical ID. While the `token` field provides the string representation of the token, the + /// `token_id` is the numerical representation that the model uses internally. This can be useful for developers + /// who want to build custom logic based on the model's vocabulary. + /// [Newtonsoft.Json.JsonPropertyAttribute("tokenId")] public virtual System.Nullable TokenId { get; set; } @@ -62786,10 +82284,13 @@ public class GoogleCloudAiplatformV1LogprobsResultCandidate : Google.Apis.Reques public virtual string ETag { get; set; } } - /// Candidates with top log probabilities at each decoding step. + /// + /// A list of the top candidate tokens and their log probabilities at each decoding step. This can be used to see + /// what other tokens the model considered. + /// public class GoogleCloudAiplatformV1LogprobsResultTopCandidates : Google.Apis.Requests.IDirectResponseSchema { - /// Sorted by log probability in descending order. + /// The list of candidate tokens, sorted by log probability in descending order. [Newtonsoft.Json.JsonPropertyAttribute("candidates")] public virtual System.Collections.Generic.IList Candidates { get; set; } @@ -63161,6 +82662,10 @@ public class GoogleCloudAiplatformV1Metric : Google.Apis.Requests.IDirectRespons [Newtonsoft.Json.JsonPropertyAttribute("bleuSpec")] public virtual GoogleCloudAiplatformV1BleuSpec BleuSpec { get; set; } + /// Spec for Custom Code Execution metric. + [Newtonsoft.Json.JsonPropertyAttribute("customCodeExecutionSpec")] + public virtual GoogleCloudAiplatformV1CustomCodeExecutionSpec CustomCodeExecutionSpec { get; set; } + /// Spec for exact match metric. [Newtonsoft.Json.JsonPropertyAttribute("exactMatchSpec")] public virtual GoogleCloudAiplatformV1ExactMatchSpec ExactMatchSpec { get; set; } @@ -63644,14 +83149,19 @@ public class GoogleCloudAiplatformV1MigrateResourceResponse : Google.Apis.Reques public virtual string ETag { get; set; } } - /// Represents token counting info for a single modality. + /// + /// Represents a breakdown of token usage by modality. This message is used in CountTokensResponse and + /// GenerateContentResponse.UsageMetadata to provide a detailed view of how many tokens are used by each modality + /// (e.g., text, image, video) in a request. This is particularly useful for multimodal models, allowing you to + /// track and manage token consumption for billing and quota purposes. + /// public class GoogleCloudAiplatformV1ModalityTokenCount : Google.Apis.Requests.IDirectResponseSchema { - /// The modality associated with this token count. + /// The modality that this token count applies to. [Newtonsoft.Json.JsonPropertyAttribute("modality")] public virtual string Modality { get; set; } - /// Number of tokens. + /// The number of tokens counted for this modality. [Newtonsoft.Json.JsonPropertyAttribute("tokenCount")] public virtual System.Nullable TokenCount { get; set; } @@ -64045,14 +83555,30 @@ public virtual System.DateTimeOffset? VersionUpdateTimeDateTimeOffset } } - /// Configuration for Model Armor integrations of prompt and responses. + /// + /// Configuration for Model Armor. Model Armor is a Google Cloud service that provides safety and security filtering + /// for prompts and responses. It helps protect your AI applications from risks such as harmful content, sensitive + /// data leakage, and prompt injection attacks. + /// public class GoogleCloudAiplatformV1ModelArmorConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The name of the Model Armor template to use for prompt sanitization. + /// + /// Optional. The resource name of the Model Armor template to use for prompt screening. A Model Armor template + /// is a set of customized filters and thresholds that define how Model Armor screens content. If specified, + /// Model Armor will use this template to check the user's prompt for safety and security risks before it is + /// sent to the model. The name must be in the format + /// `projects/{project}/locations/{location}/templates/{template}`. + /// [Newtonsoft.Json.JsonPropertyAttribute("promptTemplateName")] public virtual string PromptTemplateName { get; set; } - /// Optional. The name of the Model Armor template to use for response sanitization. + /// + /// Optional. The resource name of the Model Armor template to use for response screening. A Model Armor + /// template is a set of customized filters and thresholds that define how Model Armor screens content. If + /// specified, Model Armor will use this template to check the model's response for safety and security risks + /// before it is returned to the user. The name must be in the format + /// `projects/{project}/locations/{location}/templates/{template}`. + /// [Newtonsoft.Json.JsonPropertyAttribute("responseTemplateName")] public virtual string ResponseTemplateName { get; set; } @@ -65380,6 +84906,20 @@ public class GoogleCloudAiplatformV1ModelVersionCheckpoint : Google.Apis.Request public virtual string ETag { get; set; } } + /// Configuration for a multi-speaker text-to-speech request. + public class GoogleCloudAiplatformV1MultiSpeakerVoiceConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations + /// must be provided. + /// + [Newtonsoft.Json.JsonPropertyAttribute("speakerVoiceConfigs")] + public virtual System.Collections.Generic.IList SpeakerVoiceConfigs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Runtime operation information for IndexEndpointService.MutateDeployedIndex. public class GoogleCloudAiplatformV1MutateDeployedIndexOperationMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -65425,6 +84965,8 @@ public class GoogleCloudAiplatformV1MutateDeployedModelRequest : Google.Apis.Req /// `min_replica_count` in either DedicatedResources or AutomaticResources * `max_replica_count` in either /// DedicatedResources or AutomaticResources * `required_replica_count` in DedicatedResources * /// autoscaling_metric_specs * `disable_container_logging` (v1 only) * `enable_container_logging` (v1beta1 only) + /// * `scale_to_zero_spec` in DedicatedResources (v1beta1 only) * `initial_replica_count` in DedicatedResources + /// (v1beta1 only) /// [Newtonsoft.Json.JsonPropertyAttribute("deployedModel")] public virtual GoogleCloudAiplatformV1DeployedModel DeployedModel { get; set; } @@ -67347,49 +86889,55 @@ public class GoogleCloudAiplatformV1PairwiseSummarizationQualitySpec : Google.Ap } /// - /// A datatype containing media that is part of a multi-part `Content` message. A `Part` consists of data which has - /// an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. A `Part` must have a - /// fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is - /// filled with raw bytes. + /// A datatype containing media that is part of a multi-part Content message. A `Part` consists of data which has an + /// associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. For media types that + /// are not text, `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if + /// `inline_data` or `file_data` field is filled with raw bytes. /// public class GoogleCloudAiplatformV1Part : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Result of executing the [ExecutableCode]. + /// Optional. The result of executing the ExecutableCode. [Newtonsoft.Json.JsonPropertyAttribute("codeExecutionResult")] public virtual GoogleCloudAiplatformV1CodeExecutionResult CodeExecutionResult { get; set; } - /// Optional. Code generated by the model that is meant to be executed. + /// Optional. Code generated by the model that is intended to be executed. [Newtonsoft.Json.JsonPropertyAttribute("executableCode")] public virtual GoogleCloudAiplatformV1ExecutableCode ExecutableCode { get; set; } - /// Optional. URI based data. + /// + /// Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage. + /// [Newtonsoft.Json.JsonPropertyAttribute("fileData")] public virtual GoogleCloudAiplatformV1FileData FileData { get; set; } /// - /// Optional. A predicted [FunctionCall] returned from the model that contains a string representing the - /// [FunctionDeclaration.name] with the parameters and their values. + /// Optional. A predicted function call returned from the model. This contains the name of the function to call + /// and the arguments to pass to the function. /// [Newtonsoft.Json.JsonPropertyAttribute("functionCall")] public virtual GoogleCloudAiplatformV1FunctionCall FunctionCall { get; set; } /// - /// Optional. The result output of a [FunctionCall] that contains a string representing the - /// [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is - /// used as context to the model. + /// Optional. The result of a function call. This is used to provide the model with the result of a function + /// call that it predicted. /// [Newtonsoft.Json.JsonPropertyAttribute("functionResponse")] public virtual GoogleCloudAiplatformV1FunctionResponse FunctionResponse { get; set; } - /// Optional. Inlined bytes data. + /// + /// Optional. The inline data content of the part. This can be used to include images, audio, or video in a + /// request. + /// [Newtonsoft.Json.JsonPropertyAttribute("inlineData")] public virtual GoogleCloudAiplatformV1Blob InlineData { get; set; } - /// Optional. Text part (can be code). + /// Optional. The text content of the part. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } - /// Optional. Indicates if the part is thought from the model. + /// + /// Optional. Indicates whether the `part` represents the model's thought process or reasoning. + /// [Newtonsoft.Json.JsonPropertyAttribute("thought")] public virtual System.Nullable Thought { get; set; } @@ -68437,10 +87985,36 @@ public class GoogleCloudAiplatformV1PostStartupScriptConfig : Google.Apis.Reques public virtual string ETag { get; set; } } - /// The configuration for the prebuilt speaker to use. + /// A pre-tuned model for continuous tuning. + public class GoogleCloudAiplatformV1PreTunedModel : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The name of the base model this PreTunedModel was tuned from. + [Newtonsoft.Json.JsonPropertyAttribute("baseModel")] + public virtual string BaseModel { get; set; } + + /// + /// Optional. The source checkpoint id. If not specified, the default checkpoint will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("checkpointId")] + public virtual string CheckpointId { get; set; } + + /// + /// The resource name of the Model. E.g., a model resource name with a specified version id or alias: + /// `projects/{project}/locations/{location}/models/{model}@{version_id}` + /// `projects/{project}/locations/{location}/models/{model}@{alias}` Or, omit the version id to use the default + /// version: `projects/{project}/locations/{location}/models/{model}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("tunedModelName")] + public virtual string TunedModelName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for a prebuilt voice. public class GoogleCloudAiplatformV1PrebuiltVoiceConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The name of the preset voice to use. + /// The name of the prebuilt voice to use. [Newtonsoft.Json.JsonPropertyAttribute("voiceName")] public virtual string VoiceName { get; set; } @@ -68521,6 +88095,13 @@ public class GoogleCloudAiplatformV1PredictRequest : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("instances")] public virtual System.Collections.Generic.IList Instances { get; set; } + /// + /// Optional. The user labels for Imagen billing usage only. Only Imagen supports labels. For other use cases, + /// it will be ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// /// The parameters that govern the prediction. The schema of the parameters may be specified via Endpoint's /// DeployedModels' Model's PredictSchemata's parameters_schema_uri. @@ -68646,6 +88227,114 @@ public class GoogleCloudAiplatformV1PredictSchemata : Google.Apis.Requests.IDire public virtual string ETag { get; set; } } + /// Statistics computed for datasets used for preference optimization. + public class GoogleCloudAiplatformV1PreferenceOptimizationDataStats : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. A partial sample of the indices (starting from 1) of the dropped examples. + [Newtonsoft.Json.JsonPropertyAttribute("droppedExampleIndices")] + public virtual System.Collections.Generic.IList> DroppedExampleIndices { get; set; } + + /// + /// Output only. For each index in `dropped_example_indices`, the user-facing reason why the example was + /// dropped. + /// + [Newtonsoft.Json.JsonPropertyAttribute("droppedExampleReasons")] + public virtual System.Collections.Generic.IList DroppedExampleReasons { get; set; } + + /// Output only. Dataset distributions for scores variance per example. + [Newtonsoft.Json.JsonPropertyAttribute("scoreVariancePerExampleDistribution")] + public virtual GoogleCloudAiplatformV1DatasetDistribution ScoreVariancePerExampleDistribution { get; set; } + + /// Output only. Dataset distributions for scores. + [Newtonsoft.Json.JsonPropertyAttribute("scoresDistribution")] + public virtual GoogleCloudAiplatformV1DatasetDistribution ScoresDistribution { get; set; } + + /// Output only. Number of billable tokens in the tuning dataset. + [Newtonsoft.Json.JsonPropertyAttribute("totalBillableTokenCount")] + public virtual System.Nullable TotalBillableTokenCount { get; set; } + + /// Output only. Number of examples in the tuning dataset. + [Newtonsoft.Json.JsonPropertyAttribute("tuningDatasetExampleCount")] + public virtual System.Nullable TuningDatasetExampleCount { get; set; } + + /// Output only. Number of tuning steps for this Tuning Job. + [Newtonsoft.Json.JsonPropertyAttribute("tuningStepCount")] + public virtual System.Nullable TuningStepCount { get; set; } + + /// Output only. Sample user examples in the training dataset. + [Newtonsoft.Json.JsonPropertyAttribute("userDatasetExamples")] + public virtual System.Collections.Generic.IList UserDatasetExamples { get; set; } + + /// Output only. Dataset distributions for the user input tokens. + [Newtonsoft.Json.JsonPropertyAttribute("userInputTokenDistribution")] + public virtual GoogleCloudAiplatformV1DatasetDistribution UserInputTokenDistribution { get; set; } + + /// Output only. Dataset distributions for the user output tokens. + [Newtonsoft.Json.JsonPropertyAttribute("userOutputTokenDistribution")] + public virtual GoogleCloudAiplatformV1DatasetDistribution UserOutputTokenDistribution { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Hyperparameters for Preference Optimization. + public class GoogleCloudAiplatformV1PreferenceOptimizationHyperParameters : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Adapter size for preference optimization. + [Newtonsoft.Json.JsonPropertyAttribute("adapterSize")] + public virtual string AdapterSize { get; set; } + + /// Optional. Weight for KL Divergence regularization. + [Newtonsoft.Json.JsonPropertyAttribute("beta")] + public virtual System.Nullable Beta { get; set; } + + /// + /// Optional. Number of complete passes the model makes over the entire training dataset during training. + /// + [Newtonsoft.Json.JsonPropertyAttribute("epochCount")] + public virtual System.Nullable EpochCount { get; set; } + + /// Optional. Multiplier for adjusting the default learning rate. + [Newtonsoft.Json.JsonPropertyAttribute("learningRateMultiplier")] + public virtual System.Nullable LearningRateMultiplier { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Tuning Spec for Preference Optimization. + public class GoogleCloudAiplatformV1PreferenceOptimizationSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If set to true, disable intermediate checkpoints for Preference Optimization and only the last + /// checkpoint will be exported. Otherwise, enable intermediate checkpoints for Preference Optimization. Default + /// is false. + /// + [Newtonsoft.Json.JsonPropertyAttribute("exportLastCheckpointOnly")] + public virtual System.Nullable ExportLastCheckpointOnly { get; set; } + + /// Optional. Hyperparameters for Preference Optimization. + [Newtonsoft.Json.JsonPropertyAttribute("hyperParameters")] + public virtual GoogleCloudAiplatformV1PreferenceOptimizationHyperParameters HyperParameters { get; set; } + + /// + /// Required. Cloud Storage path to file containing training dataset for preference optimization tuning. The + /// dataset must be formatted as a JSONL file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("trainingDatasetUri")] + public virtual string TrainingDatasetUri { get; set; } + + /// + /// Optional. Cloud Storage path to file containing validation dataset for preference optimization tuning. The + /// dataset must be formatted as a JSONL file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("validationDatasetUri")] + public virtual string ValidationDatasetUri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Preset configuration for example-based explanations public class GoogleCloudAiplatformV1Presets : Google.Apis.Requests.IDirectResponseSchema { @@ -69960,6 +89649,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + private string _updateTimeRaw; private object _updateTime; @@ -70315,7 +90012,9 @@ public class GoogleCloudAiplatformV1RagManagedDbConfig : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("basic")] public virtual GoogleCloudAiplatformV1RagManagedDbConfigBasic Basic { get; set; } - /// Sets the RagManagedDb to the Scaled tier. + /// + /// Sets the RagManagedDb to the Scaled tier. This is the default tier if not explicitly chosen. + /// [Newtonsoft.Json.JsonPropertyAttribute("scaled")] public virtual GoogleCloudAiplatformV1RagManagedDbConfigScaled Scaled { get; set; } @@ -71015,6 +90714,10 @@ public class GoogleCloudAiplatformV1ReasoningEngineSpec : Google.Apis.Requests.I [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] public virtual string ServiceAccount { get; set; } + /// Deploy from source code files with a defined entrypoint. + [Newtonsoft.Json.JsonPropertyAttribute("sourceCodeSpec")] + public virtual GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec SourceCodeSpec { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -71087,8 +90790,8 @@ public class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec : Google.Apis public virtual string PickleObjectGcsUri { get; set; } /// - /// Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is - /// 3.10. + /// Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13. If not specified, the + /// default value is 3.10. /// [Newtonsoft.Json.JsonPropertyAttribute("pythonVersion")] public virtual string PythonVersion { get; set; } @@ -71101,6 +90804,70 @@ public class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec : Google.Apis public virtual string ETag { get; set; } } + /// Specification for deploying from source code. + public class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// Source code is provided directly in the request. + [Newtonsoft.Json.JsonPropertyAttribute("inlineSource")] + public virtual GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource InlineSource { get; set; } + + /// Configuration for a Python application. + [Newtonsoft.Json.JsonPropertyAttribute("pythonSpec")] + public virtual GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec PythonSpec { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Specifies source code provided as a byte stream. + public class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Input only. The application source code archive, provided as a compressed tarball (.tar.gz) file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceArchive")] + public virtual string SourceArchive { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Specification for running a Python application from source. + public class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The Python module to load as the entrypoint, specified as a fully qualified module name. For + /// example: path.to.agent. If not specified, defaults to "agent". The project root will be added to Python + /// sys.path, allowing imports to be specified relative to the root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entrypointModule")] + public virtual string EntrypointModule { get; set; } + + /// + /// Optional. The name of the callable object within the `entrypoint_module` to use as the application If not + /// specified, defaults to "root_agent". + /// + [Newtonsoft.Json.JsonPropertyAttribute("entrypointObject")] + public virtual string EntrypointObject { get; set; } + + /// + /// Optional. The path to the requirements file, relative to the source root. If not specified, defaults to + /// "requirements.txt". + /// + [Newtonsoft.Json.JsonPropertyAttribute("requirementsFile")] + public virtual string RequirementsFile { get; set; } + + /// + /// Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.11, 3.12, 3.13. If not + /// specified, default value is 3.10. + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for GenAiTuningService.RebaseTunedModel. public class GoogleCloudAiplatformV1RebaseTunedModelRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -71403,14 +91170,17 @@ public class GoogleCloudAiplatformV1RetrievalConfig : Google.Apis.Requests.IDire public virtual string ETag { get; set; } } - /// Metadata related to retrieval in the grounding flow. + /// + /// Metadata related to the retrieval grounding source. This is part of the `GroundingMetadata` returned when + /// grounding is enabled. + /// public class GoogleCloudAiplatformV1RetrievalMetadata : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Score indicating how likely information from Google Search could help answer the prompt. The score - /// is in the range `[0, 1]`, where 0 is the least likely and 1 is the most likely. This score is only populated - /// when Google Search grounding and dynamic retrieval is enabled. It will be compared to the threshold to - /// determine whether to trigger Google Search. + /// Optional. A score indicating how likely it is that a Google Search query could help answer the prompt. The + /// score is in the range of `[0, 1]`. A score of 1 means the model is confident that a search will be helpful, + /// and 0 means it is not. This score is populated only when Google Search grounding and dynamic retrieval are + /// enabled. The score is used to determine whether to trigger a search. /// [Newtonsoft.Json.JsonPropertyAttribute("googleSearchDynamicRetrievalScore")] public virtual System.Nullable GoogleSearchDynamicRetrievalScore { get; set; } @@ -71794,14 +91564,17 @@ public class GoogleCloudAiplatformV1SafetyInstance : Google.Apis.Requests.IDirec public virtual string ETag { get; set; } } - /// Safety rating corresponding to the generated content. + /// + /// A safety rating for a piece of content. The safety rating contains the harm category and the harm probability + /// level. + /// public class GoogleCloudAiplatformV1SafetyRating : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. Indicates whether the content was filtered out because of this rating. + /// Output only. Indicates whether the content was blocked because of this rating. [Newtonsoft.Json.JsonPropertyAttribute("blocked")] public virtual System.Nullable Blocked { get; set; } - /// Output only. Harm category. + /// Output only. The harm category of this rating. [Newtonsoft.Json.JsonPropertyAttribute("category")] public virtual string Category { get; set; } @@ -71813,19 +91586,19 @@ public class GoogleCloudAiplatformV1SafetyRating : Google.Apis.Requests.IDirectR [Newtonsoft.Json.JsonPropertyAttribute("overwrittenThreshold")] public virtual string OverwrittenThreshold { get; set; } - /// Output only. Harm probability levels in the content. + /// Output only. The probability of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("probability")] public virtual string Probability { get; set; } - /// Output only. Harm probability score. + /// Output only. The probability score of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("probabilityScore")] public virtual System.Nullable ProbabilityScore { get; set; } - /// Output only. Harm severity levels in the content. + /// Output only. The severity of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("severity")] public virtual string Severity { get; set; } - /// Output only. Harm severity score. + /// Output only. The severity score of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("severityScore")] public virtual System.Nullable SeverityScore { get; set; } @@ -71852,21 +91625,27 @@ public class GoogleCloudAiplatformV1SafetyResult : Google.Apis.Requests.IDirectR public virtual string ETag { get; set; } } - /// Safety settings. + /// + /// A safety setting that affects the safety-blocking behavior. A SafetySetting consists of a harm category and a + /// threshold for that category. + /// public class GoogleCloudAiplatformV1SafetySetting : Google.Apis.Requests.IDirectResponseSchema { - /// Required. Harm category. + /// Required. The harm category to be blocked. [Newtonsoft.Json.JsonPropertyAttribute("category")] public virtual string Category { get; set; } /// - /// Optional. Specify if the threshold is used for probability or severity score. If not specified, the - /// threshold is used for probability score. + /// Optional. The method for blocking content. If not specified, the default behavior is to use the probability + /// score. /// [Newtonsoft.Json.JsonPropertyAttribute("method")] public virtual string Method { get; set; } - /// Required. The harm block threshold. + /// + /// Required. The threshold for blocking content. If the harm probability exceeds this threshold, the content + /// will be blocked. + /// [Newtonsoft.Json.JsonPropertyAttribute("threshold")] public virtual string Threshold { get; set; } @@ -77110,14 +96889,24 @@ public class GoogleCloudAiplatformV1SearchDataItemsResponse : Google.Apis.Reques public virtual string ETag { get; set; } } - /// Google search entry point. + /// + /// An entry point for displaying Google Search results. A `SearchEntryPoint` is populated when the grounding source + /// for a model's response is Google Search. It provides information that you can use to display the search results + /// in your application. + /// public class GoogleCloudAiplatformV1SearchEntryPoint : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Web content snippet that can be embedded in a web page or an app webview. + /// + /// Optional. An HTML snippet that can be embedded in a web page or an application's webview. This snippet + /// displays a search result, including the title, URL, and a brief description of the search result. + /// [Newtonsoft.Json.JsonPropertyAttribute("renderedContent")] public virtual string RenderedContent { get; set; } - /// Optional. Base64 encoded JSON representing array of tuple. + /// + /// Optional. A base64-encoded JSON object that contains a list of search queries and their corresponding search + /// URLs. This information can be used to build a custom search UI. + /// [Newtonsoft.Json.JsonPropertyAttribute("sdkBlob")] public virtual string SdkBlob { get; set; } @@ -77412,28 +97201,32 @@ public class GoogleCloudAiplatformV1SecretRef : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } - /// Segment of the content. + /// A segment of the content. public class GoogleCloudAiplatformV1Segment : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, - /// starting at zero. + /// Output only. The end index of the segment in the `Part`, measured in bytes. This marks the end of the + /// segment and is exclusive, meaning the segment includes content up to, but not including, the byte at this + /// index. /// [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] public virtual System.Nullable EndIndex { get; set; } - /// Output only. The index of a Part object within its parent Content object. + /// + /// Output only. The index of the `Part` object that this segment belongs to. This is useful for associating the + /// segment with a specific part of the content. + /// [Newtonsoft.Json.JsonPropertyAttribute("partIndex")] public virtual System.Nullable PartIndex { get; set; } /// - /// Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, - /// starting at zero. + /// Output only. The start index of the segment in the `Part`, measured in bytes. This marks the beginning of + /// the segment and is inclusive, meaning the byte at this index is the first byte of the segment. /// [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] public virtual System.Nullable StartIndex { get; set; } - /// Output only. The text corresponding to the segment from the response. + /// Output only. The text of the segment. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } @@ -77698,6 +97491,23 @@ public class GoogleCloudAiplatformV1SmoothGradConfig : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } + /// Configuration for a single speaker in a multi-speaker setup. + public class GoogleCloudAiplatformV1SpeakerVoiceConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The name of the speaker. This should be the same as the speaker name used in the prompt. + /// + [Newtonsoft.Json.JsonPropertyAttribute("speaker")] + public virtual string Speaker { get; set; } + + /// Required. The configuration for the voice of this speaker. + [Newtonsoft.Json.JsonPropertyAttribute("voiceConfig")] + public virtual GoogleCloudAiplatformV1VoiceConfig VoiceConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// SpecialistPool represents customers' own workforce to work on their data labeling jobs. It includes a group of /// specialist managers and workers. Managers are responsible for managing the workers in this pool as well as @@ -77786,14 +97596,21 @@ public class GoogleCloudAiplatformV1SpeculativeDecodingSpecNgramSpeculation : Go public virtual string ETag { get; set; } } - /// The speech generation config. + /// Configuration for speech generation. public class GoogleCloudAiplatformV1SpeechConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization. + /// Optional. The language code (ISO 639-1) for the speech synthesis. [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] public virtual string LanguageCode { get; set; } - /// The configuration for the speaker to use. + /// + /// The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with + /// `voice_config`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("multiSpeakerVoiceConfig")] + public virtual GoogleCloudAiplatformV1MultiSpeakerVoiceConfig MultiSpeakerVoiceConfig { get; set; } + + /// The configuration for the voice to use. [Newtonsoft.Json.JsonPropertyAttribute("voiceConfig")] public virtual GoogleCloudAiplatformV1VoiceConfig VoiceConfig { get; set; } @@ -80048,6 +99865,13 @@ public class GoogleCloudAiplatformV1Tool : Google.Apis.Requests.IDirectResponseS [Newtonsoft.Json.JsonPropertyAttribute("codeExecution")] public virtual GoogleCloudAiplatformV1ToolCodeExecution CodeExecution { get; set; } + /// + /// Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically + /// populates computer-use specific Function Declarations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("computerUse")] + public virtual GoogleCloudAiplatformV1ToolComputerUse ComputerUse { get; set; } + /// /// Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance. /// @@ -80177,6 +100001,27 @@ public class GoogleCloudAiplatformV1ToolCodeExecution : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// Tool to support computer use. + public class GoogleCloudAiplatformV1ToolComputerUse : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The environment being operated. + [Newtonsoft.Json.JsonPropertyAttribute("environment")] + public virtual string Environment { get; set; } + + /// + /// Optional. By default, [predefined + /// functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are + /// included in the final model call. Some of them can be explicitly excluded from being automatically included. + /// This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the + /// definitions / instructions of predefined functions. + /// + [Newtonsoft.Json.JsonPropertyAttribute("excludedPredefinedFunctions")] + public virtual System.Collections.Generic.IList ExcludedPredefinedFunctions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Tool config. This config is shared for all tools provided in the request. public class GoogleCloudAiplatformV1ToolConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -80195,6 +100040,13 @@ public class GoogleCloudAiplatformV1ToolConfig : Google.Apis.Requests.IDirectRes /// GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. public class GoogleCloudAiplatformV1ToolGoogleSearch : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search + /// results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("blockingConfidence")] + public virtual string BlockingConfidence { get; set; } + /// /// Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. /// Example: ["amazon.com", "facebook.com"]. @@ -81258,8 +101110,10 @@ public class GoogleCloudAiplatformV1TunedModel : Google.Apis.Requests.IDirectRes /// /// Output only. The resource name of the TunedModel. Format: /// `projects/{project}/locations/{location}/models/{model}@{version_id}` When tuning from a base model, the - /// version_id will be 1. For continuous tuning, the version id will be incremented by 1 from the last version - /// id in the parent model. E.g., `projects/{project}/locations/{location}/models/{model}@{last_version_id + 1}` + /// version ID will be 1. For continuous tuning, if the provided tuned_model_display_name is set and different + /// from parent model's display name, the tuned model will have a new parent model with version 1. Otherwise the + /// version id will be incremented by 1 from the last version ID in the parent model. E.g., + /// `projects/{project}/locations/{location}/models/{model}@{last_version_id + 1}` /// [Newtonsoft.Json.JsonPropertyAttribute("model")] public virtual string Model { get; set; } @@ -81316,6 +101170,10 @@ public class GoogleCloudAiplatformV1TunedModelRef : Google.Apis.Requests.IDirect /// The tuning data statistic values for TuningJob. public class GoogleCloudAiplatformV1TuningDataStats : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Statistics for preference optimization. + [Newtonsoft.Json.JsonPropertyAttribute("preferenceOptimizationDataStats")] + public virtual GoogleCloudAiplatformV1PreferenceOptimizationDataStats PreferenceOptimizationDataStats { get; set; } + /// The SFT Tuning data stats. [Newtonsoft.Json.JsonPropertyAttribute("supervisedTuningDataStats")] public virtual GoogleCloudAiplatformV1SupervisedTuningDataStats SupervisedTuningDataStats { get; set; } @@ -81448,6 +101306,14 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// The pre-tuned model for continuous tuning. + [Newtonsoft.Json.JsonPropertyAttribute("preTunedModel")] + public virtual GoogleCloudAiplatformV1PreTunedModel PreTunedModel { get; set; } + + /// Tuning Spec for Preference Optimization. + [Newtonsoft.Json.JsonPropertyAttribute("preferenceOptimizationSpec")] + public virtual GoogleCloudAiplatformV1PreferenceOptimizationSpec PreferenceOptimizationSpec { get; set; } + /// /// The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned /// Service Agent in the project will be used. See @@ -81510,7 +101376,9 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// /// Optional. The display name of the TunedModel. The name can be up to 128 characters long and can consist of - /// any UTF-8 characters. + /// any UTF-8 characters. For continuous tuning, tuned_model_display_name will by default use the same display + /// name as the pre-tuned model. If a new display name is provided, the tuning job will create a new model + /// instead of a new version. /// [Newtonsoft.Json.JsonPropertyAttribute("tunedModelDisplayName")] public virtual string TunedModelDisplayName { get; set; } @@ -81991,10 +101859,12 @@ public class GoogleCloudAiplatformV1UrlContext : Google.Apis.Requests.IDirectRes public virtual string ETag { get; set; } } - /// Metadata related to url context retrieval tool. + /// + /// Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL. + /// public class GoogleCloudAiplatformV1UrlContextMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. List of url context. + /// Output only. A list of URL metadata, with one entry for each URL retrieved by the tool. [Newtonsoft.Json.JsonPropertyAttribute("urlMetadata")] public virtual System.Collections.Generic.IList UrlMetadata { get; set; } @@ -82002,14 +101872,14 @@ public class GoogleCloudAiplatformV1UrlContextMetadata : Google.Apis.Requests.ID public virtual string ETag { get; set; } } - /// Context of the a single url retrieval. + /// The metadata for a single URL retrieval. public class GoogleCloudAiplatformV1UrlMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Retrieved url by the tool. + /// The URL retrieved by the tool. [Newtonsoft.Json.JsonPropertyAttribute("retrievedUrl")] public virtual string RetrievedUrl { get; set; } - /// Status of the url retrieval. + /// The status of the URL retrieval. [Newtonsoft.Json.JsonPropertyAttribute("urlRetrievalStatus")] public virtual string UrlRetrievalStatus { get; set; } @@ -82017,6 +101887,78 @@ public class GoogleCloudAiplatformV1UrlMetadata : Google.Apis.Requests.IDirectRe public virtual string ETag { get; set; } } + /// + /// Usage metadata about the content generation request and response. This message provides a detailed breakdown of + /// token usage and other relevant metrics. + /// + public class GoogleCloudAiplatformV1UsageMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. A detailed breakdown of the token count for each modality in the cached content. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cacheTokensDetails")] + public virtual System.Collections.Generic.IList CacheTokensDetails { get; set; } + + /// Output only. The number of tokens in the cached content that was used for this request. + [Newtonsoft.Json.JsonPropertyAttribute("cachedContentTokenCount")] + public virtual System.Nullable CachedContentTokenCount { get; set; } + + /// The total number of tokens in the generated candidates. + [Newtonsoft.Json.JsonPropertyAttribute("candidatesTokenCount")] + public virtual System.Nullable CandidatesTokenCount { get; set; } + + /// + /// Output only. A detailed breakdown of the token count for each modality in the generated candidates. + /// + [Newtonsoft.Json.JsonPropertyAttribute("candidatesTokensDetails")] + public virtual System.Collections.Generic.IList CandidatesTokensDetails { get; set; } + + /// + /// The total number of tokens in the prompt. This includes any text, images, or other media provided in the + /// request. When `cached_content` is set, this also includes the number of tokens in the cached content. + /// + [Newtonsoft.Json.JsonPropertyAttribute("promptTokenCount")] + public virtual System.Nullable PromptTokenCount { get; set; } + + /// Output only. A detailed breakdown of the token count for each modality in the prompt. + [Newtonsoft.Json.JsonPropertyAttribute("promptTokensDetails")] + public virtual System.Collections.Generic.IList PromptTokensDetails { get; set; } + + /// + /// Output only. The number of tokens that were part of the model's generated "thoughts" output, if applicable. + /// + [Newtonsoft.Json.JsonPropertyAttribute("thoughtsTokenCount")] + public virtual System.Nullable ThoughtsTokenCount { get; set; } + + /// + /// Output only. The number of tokens in the results from tool executions, which are provided back to the model + /// as input, if applicable. + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolUsePromptTokenCount")] + public virtual System.Nullable ToolUsePromptTokenCount { get; set; } + + /// + /// Output only. A detailed breakdown by modality of the token counts from the results of tool executions, which + /// are provided back to the model as input. + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolUsePromptTokensDetails")] + public virtual System.Collections.Generic.IList ToolUsePromptTokensDetails { get; set; } + + /// + /// The total number of tokens for the entire request. This is the sum of `prompt_token_count`, + /// `candidates_token_count`, `tool_use_prompt_token_count`, and `thoughts_token_count`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("totalTokenCount")] + public virtual System.Nullable TotalTokenCount { get; set; } + + /// Output only. The traffic type for this request. + [Newtonsoft.Json.JsonPropertyAttribute("trafficType")] + public virtual string TrafficType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// References an API call. It contains more information about long running operation and Jobs that are triggered by /// the API call. @@ -82199,7 +102141,9 @@ public class GoogleCloudAiplatformV1VertexRagStoreRagResource : Google.Apis.Requ public virtual string ETag { get; set; } } - /// Metadata describes the input video content. + /// + /// Provides metadata for a video, including the start and end offsets for clipping and the frame rate. + /// public class GoogleCloudAiplatformV1VideoMetadata : Google.Apis.Requests.IDirectResponseSchema { /// Optional. The end offset of the video. @@ -82207,8 +102151,8 @@ public class GoogleCloudAiplatformV1VideoMetadata : Google.Apis.Requests.IDirect public virtual object EndOffset { get; set; } /// - /// Optional. The frame rate of the video sent to the model. If not specified, the default value will be 1.0. - /// The fps range is (0.0, 24.0]. + /// Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The + /// valid range is (0.0, 24.0]. /// [Newtonsoft.Json.JsonPropertyAttribute("fps")] public virtual System.Nullable Fps { get; set; } @@ -82221,10 +102165,10 @@ public class GoogleCloudAiplatformV1VideoMetadata : Google.Apis.Requests.IDirect public virtual string ETag { get; set; } } - /// The configuration for the voice to use. + /// Configuration for a voice. public class GoogleCloudAiplatformV1VoiceConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The configuration for the prebuilt voice to use. + /// The configuration for a prebuilt voice. [Newtonsoft.Json.JsonPropertyAttribute("prebuiltVoiceConfig")] public virtual GoogleCloudAiplatformV1PrebuiltVoiceConfig PrebuiltVoiceConfig { get; set; } @@ -82618,6 +102562,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj b/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj index 4c3b5f882bb..93d5c58e8b0 100644 --- a/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj +++ b/Src/Generated/Google.Apis.Aiplatform.v1/Google.Apis.Aiplatform.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Aiplatform.v1 Client Library - 1.71.0.3921 + 1.72.0.3957 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.cs b/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.cs index 0c608c48407..1f160c5d81c 100644 --- a/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.cs +++ b/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.cs @@ -61,14 +61,14 @@ public AlertCenterService(Google.Apis.Services.BaseClientService.Initializer ini /// Available OAuth 2.0 scopes for use with the Google Workspace Alert Center API. public class Scope { - /// See and delete your domain's G Suite alerts, and send alert feedback + /// See and delete your domain's Google Workspace alerts, and send alert feedback public static string AppsAlerts = "https://www.googleapis.com/auth/apps.alerts"; } /// Available OAuth 2.0 scope constants for use with the Google Workspace Alert Center API. public static class ScopeConstants { - /// See and delete your domain's G Suite alerts, and send alert feedback + /// See and delete your domain's Google Workspace alerts, and send alert feedback public const string AppsAlerts = "https://www.googleapis.com/auth/apps.alerts"; } @@ -2669,6 +2669,10 @@ public class ResourceInfo : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("documentId")] public virtual string DocumentId { get; set; } + /// RFC2822 message ID. + [Newtonsoft.Json.JsonPropertyAttribute("messageId")] + public virtual string MessageId { get; set; } + /// Title of the resource, for example email subject, or document title. [Newtonsoft.Json.JsonPropertyAttribute("resourceTitle")] public virtual string ResourceTitle { get; set; } diff --git a/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj b/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj index 5c709932cde..7e953743216 100644 --- a/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj +++ b/Src/Generated/Google.Apis.AlertCenter.v1beta1/Google.Apis.AlertCenter.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.AlertCenter.v1beta1 Client Library - 1.71.0.3924 + 1.72.0.3973 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.cs b/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.cs index aac697f1266..3f5fcf90cfa 100644 --- a/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.cs +++ b/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.cs @@ -3609,6 +3609,13 @@ public class GooglePubsubV1Subscription : Google.Apis.Requests.IDirectResponseSc [Newtonsoft.Json.JsonPropertyAttribute("retryPolicy")] public virtual RetryPolicy RetryPolicy { get; set; } + /// + /// Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: + /// "123/environment": "production", "123/costCenter": "marketing" + /// + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IDictionary Tags { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3867,6 +3874,12 @@ public class Listing : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } + /// + /// Optional. If set, stored procedure configuration will be propagated and enforced on the linked dataset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("storedProcedureConfig")] + public virtual StoredProcedureConfig StoredProcedureConfig { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -4627,6 +4640,21 @@ public class Status : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Stored procedure configuration, used to configure stored procedure sharing on linked dataset. + public class StoredProcedureConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Types of stored procedure supported to share. + [Newtonsoft.Json.JsonPropertyAttribute("allowedStoredProcedureTypes")] + public virtual System.Collections.Generic.IList AllowedStoredProcedureTypes { get; set; } + + /// Optional. If true, enable sharing of stored procedure. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Message for submitting a QueryTemplate. public class SubmitQueryTemplateRequest : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj b/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj index 38142571141..8cfcea6ad68 100644 --- a/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj +++ b/Src/Generated/Google.Apis.AnalyticsHub.v1/Google.Apis.AnalyticsHub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AnalyticsHub.v1 Client Library - 1.70.0.3896 + 1.72.0.3945 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs index 93ff533ea93..2c0daa9bca3 100644 --- a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs +++ b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs @@ -2936,7 +2936,8 @@ public class AdvancedSecurityOverrides : Google.Apis.Requests.IDirectResponseSch /// /// Optional. Controls Memory Tagging Extension (MTE) /// (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device needs to be - /// rebooted to apply changes to the MTE policy. + /// rebooted to apply changes to the MTE policy. On Android 15 and above, a NonComplianceDetail with PENDING is + /// reported if the policy change is pending a device reboot. /// [Newtonsoft.Json.JsonPropertyAttribute("mtePolicy")] public virtual string MtePolicy { get; set; } @@ -4475,6 +4476,109 @@ public class Date : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Information about the application to be set as the default. + public class DefaultApplication : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The package name that should be set as the default application. The policy is rejected if the + /// package name is invalid. + /// + [Newtonsoft.Json.JsonPropertyAttribute("packageName")] + public virtual string PackageName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Additional context for non-compliance related to default application settings. + public class DefaultApplicationContext : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The scope of non-compliant default application setting. + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationScope")] + public virtual string DefaultApplicationScope { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The default application information for a specific DefaultApplicationType. + public class DefaultApplicationInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. Details on the default application setting attempts, in the same order as listed in + /// defaultApplications. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationSettingAttempts")] + public virtual System.Collections.Generic.IList DefaultApplicationSettingAttempts { get; set; } + + /// Output only. The default application type. + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationType")] + public virtual string DefaultApplicationType { get; set; } + + /// Output only. The package name of the current default application. + [Newtonsoft.Json.JsonPropertyAttribute("packageName")] + public virtual string PackageName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The default application setting for a DefaultApplicationType. + public class DefaultApplicationSetting : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The scopes to which the policy should be applied. This list must not be empty or contain + /// duplicates.A NonComplianceDetail with MANAGEMENT_MODE reason and + /// DEFAULT_APPLICATION_SETTING_UNSUPPORTED_SCOPES specific reason is reported if none of the specified scopes + /// can be applied to the management mode (e.g. a fully managed device receives a policy with only + /// SCOPE_PERSONAL_PROFILE in the list). + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationScopes")] + public virtual System.Collections.Generic.IList DefaultApplicationScopes { get; set; } + + /// Required. The app type to set the default application. + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationType")] + public virtual string DefaultApplicationType { get; set; } + + /// + /// Required. The list of applications that can be set as the default app for a given type. This list must not + /// be empty or contain duplicates. The first app in the list that is installed and qualified for the + /// defaultApplicationType (e.g. SMS app for DEFAULT_SMS) is set as the default app. The signing key certificate + /// fingerprint of the app on the device must also match one of the signing key certificate fingerprints + /// obtained from Play Store or one of the entries in ApplicationPolicy.signingKeyCerts in order to be set as + /// the default.If the defaultApplicationScopes contains SCOPE_FULLY_MANAGED or SCOPE_WORK_PROFILE, the app must + /// have an entry in applications with installType set to a value other than BLOCKED.A NonComplianceDetail with + /// APP_NOT_INSTALLED reason and DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE specific reason is reported if + /// none of the apps in the list are installed. A NonComplianceDetail with INVALID_VALUE reason and + /// DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE specific reason is reported if at least one app is installed + /// but the policy fails to apply due to other reasons (e.g. the app is not of the right type).When applying to + /// SCOPE_PERSONAL_PROFILE on a company-owned device with a work profile, only pre-installed system apps can be + /// set as the default. A NonComplianceDetail with INVALID_VALUE reason and + /// DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE specific reason is reported if the policy fails to apply to the + /// personal profile. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplications")] + public virtual System.Collections.Generic.IList DefaultApplications { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details on a default application setting attempt. + public class DefaultApplicationSettingAttempt : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The outcome of setting the app as the default. + [Newtonsoft.Json.JsonPropertyAttribute("attemptOutcome")] + public virtual string AttemptOutcome { get; set; } + + /// Output only. The package name of the attempted application. + [Newtonsoft.Json.JsonPropertyAttribute("packageName")] + public virtual string PackageName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A device owned by an enterprise. Unless otherwise noted, all fields are read-only and can't be modified by /// enterprises.devices.patch. @@ -4523,6 +4627,17 @@ public class Device : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("commonCriteriaModeInfo")] public virtual CommonCriteriaModeInfo CommonCriteriaModeInfo { get; set; } + /// + /// Output only. The default application information for the DefaultApplicationType. This information is only + /// available if defaultApplicationInfoReportingEnabled is true in the device's policy. Available on Android 16 + /// and above.All app types are reported on fully managed devices. DEFAULT_BROWSER, DEFAULT_CALL_REDIRECTION, + /// DEFAULT_CALL_SCREENING and DEFAULT_DIALER types are reported for the work profiles on company-owned devices + /// with a work profile and personally-owned devices. DEFAULT_WALLET is also reported for company-owned devices + /// with a work profile, but will only include work profile information. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationInfo")] + public virtual System.Collections.Generic.IList DefaultApplicationInfo { get; set; } + /// /// Device settings information. This information is only available if deviceSettingsEnabled is true in the /// device's policy. @@ -7205,6 +7320,16 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("debuggingFeaturesAllowed")] public virtual System.Nullable DebuggingFeaturesAllowed { get; set; } + /// + /// Optional. The default application setting for supported types. If the default application is successfully + /// set for at least one app type on a profile, users are prevented from changing any default applications on + /// that profile.Only one DefaultApplicationSetting is allowed for each DefaultApplicationType.See Default + /// application settings (https://developers.google.com/android/management/default-application-settings) guide + /// for more details. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationSettings")] + public virtual System.Collections.Generic.IList DefaultApplicationSettings { get; set; } + /// The default permission policy for runtime permission requests. [Newtonsoft.Json.JsonPropertyAttribute("defaultPermissionPolicy")] public virtual string DefaultPermissionPolicy { get; set; } @@ -7476,7 +7601,7 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable ScreenCaptureDisabled { get; set; } /// - /// Whether changing the user icon is disabled. The setting has effect only on fully managed devices. + /// Whether changing the user icon is disabled. This applies only on devices running Android 7 and above. /// [Newtonsoft.Json.JsonPropertyAttribute("setUserIconDisabled")] public virtual System.Nullable SetUserIconDisabled { get; set; } @@ -7489,10 +7614,7 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("setupActions")] public virtual System.Collections.Generic.IList SetupActions { get; set; } - /// - /// Whether location sharing is disabled. share_location_disabled is supported for both fully managed devices - /// and personally owned work profiles. - /// + /// Whether location sharing is disabled. [Newtonsoft.Json.JsonPropertyAttribute("shareLocationDisabled")] public virtual System.Nullable ShareLocationDisabled { get; set; } @@ -8237,6 +8359,13 @@ public virtual System.DateTimeOffset? AndroidBuildTimeDateTimeOffset /// Additional context for SpecificNonComplianceReason. public class SpecificNonComplianceContext : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. Additional context for non-compliance related to default application settings. See + /// DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationContext")] + public virtual DefaultApplicationContext DefaultApplicationContext { get; set; } + /// /// Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE and /// ONC_WIFI_API_LEVEL @@ -8345,6 +8474,10 @@ public class StatusReportingSettings : Google.Apis.Requests.IDirectResponseSchem [Newtonsoft.Json.JsonPropertyAttribute("commonCriteriaModeEnabled")] public virtual System.Nullable CommonCriteriaModeEnabled { get; set; } + /// Optional. Whether defaultApplicationInfo reporting is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplicationInfoReportingEnabled")] + public virtual System.Nullable DefaultApplicationInfoReportingEnabled { get; set; } + /// Whether device settings reporting is enabled. [Newtonsoft.Json.JsonPropertyAttribute("deviceSettingsEnabled")] public virtual System.Nullable DeviceSettingsEnabled { get; set; } diff --git a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj index ff06725e75c..090e741874f 100644 --- a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj +++ b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AndroidManagement.v1 Client Library - 1.71.0.3919 + 1.72.0.3967 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.cs b/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.cs index e1afcae473a..d7cc7e5baa1 100644 --- a/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.cs +++ b/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.cs @@ -14402,6 +14402,13 @@ public class AutoRenewingPlan : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Details of a base price pricing phase. + public class BaseDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A single base plan for a subscription. public class BasePlan : Google.Apis.Requests.IDirectResponseSchema { @@ -15736,6 +15743,39 @@ public class ExternalAccountIdentifiers : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } + /// User account identifier in your app. + public class ExternalAccountIds : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Specifies an optional obfuscated string that is uniquely associated with the purchaser's user + /// account in your app. If you pass this value, Google Play can use it to detect irregular activity. Do not use + /// this field to store any Personally Identifiable Information (PII) such as emails in cleartext. Attempting to + /// store PII in this field will result in purchases being blocked. Google Play recommends that you use either + /// encryption or a one-way hash to generate an obfuscated identifier to send to Google Play. This identifier is + /// limited to 64 characters. This field can only be set for resubscription purchases. See + /// https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid + /// to set this field for purchases made using the standard in-app billing flow. + /// + [Newtonsoft.Json.JsonPropertyAttribute("obfuscatedAccountId")] + public virtual string ObfuscatedAccountId { get; set; } + + /// + /// Optional. Specifies an optional obfuscated string that is uniquely associated with the purchaser's user + /// profile in your app. If you pass this value, Google Play can use it to detect irregular activity. Do not use + /// this field to store any Personally Identifiable Information (PII) such as emails in cleartext. Attempting to + /// store PII in this field will result in purchases being blocked. Google Play recommends that you use either + /// encryption or a one-way hash to generate an obfuscated identifier to send to Google Play. This identifier is + /// limited to 64 characters. This field can only be set for resubscription purchases. See + /// https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofileid + /// to set this field for purchases made using the standard in-app billing flow. + /// + [Newtonsoft.Json.JsonPropertyAttribute("obfuscatedProfileId")] + public virtual string ObfuscatedProfileId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Details of an external subscription. public class ExternalSubscription : Google.Apis.Requests.IDirectResponseSchema { @@ -16013,6 +16053,13 @@ public class ExternallyHostedApk : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Details of a free trial pricing phase. + public class FreeTrialDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A full refund of the remaining amount of a transaction. public class FullRefund : Google.Apis.Requests.IDirectResponseSchema { @@ -16662,6 +16709,13 @@ public class InternalAppSharingArtifact : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } + /// Details of an introductory price pricing phase. + public class IntroductoryPriceDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Contains the introductory price information for a subscription. public class IntroductoryPriceInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -16695,6 +16749,29 @@ public class IntroductoryPriceInfo : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Details about a subscription line item that is being replaced. + public class ItemReplacement : Google.Apis.Requests.IDirectResponseSchema + { + /// The base plan ID of the subscription line item being replaced. + [Newtonsoft.Json.JsonPropertyAttribute("basePlanId")] + public virtual string BasePlanId { get; set; } + + /// The offer ID of the subscription line item being replaced, if applicable. + [Newtonsoft.Json.JsonPropertyAttribute("offerId")] + public virtual string OfferId { get; set; } + + /// The product ID of the subscription line item being replaced. + [Newtonsoft.Json.JsonPropertyAttribute("productId")] + public virtual string ProductId { get; set; } + + /// The replacement mode applied during the purchase. + [Newtonsoft.Json.JsonPropertyAttribute("replacementMode")] + public virtual string ReplacementMode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Targeting based on language. public class LanguageTargeting : Google.Apis.Requests.IDirectResponseSchema { @@ -17141,6 +17218,29 @@ public class OfferDetails : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Details of a pricing phase for the entitlement period funded by this order. + public class OfferPhaseDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The order funds a base price period. + [Newtonsoft.Json.JsonPropertyAttribute("baseDetails")] + public virtual BaseDetails BaseDetails { get; set; } + + /// The order funds a free trial period. + [Newtonsoft.Json.JsonPropertyAttribute("freeTrialDetails")] + public virtual FreeTrialDetails FreeTrialDetails { get; set; } + + /// The order funds an introductory pricing period. + [Newtonsoft.Json.JsonPropertyAttribute("introductoryPriceDetails")] + public virtual IntroductoryPriceDetails IntroductoryPriceDetails { get; set; } + + /// The order funds a proration period. + [Newtonsoft.Json.JsonPropertyAttribute("prorationPeriodDetails")] + public virtual ProrationPeriodDetails ProrationPeriodDetails { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Represents a custom tag specified for a product offer. public class OfferTag : Google.Apis.Requests.IDirectResponseSchema { @@ -17739,6 +17839,13 @@ public class OneTimePurchaseDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("offerId")] public virtual string OfferId { get; set; } + /// + /// The details of a pre-order purchase. Only set if it is a pre-order purchase. Note that this field will be + /// set even after pre-order is fulfilled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("preorderDetails")] + public virtual PreorderDetails PreorderDetails { get; set; } + /// /// ID of the purchase option. This field is set for both purchase options and variant offers. For purchase /// options, this ID identifies the purchase option itself. For variant offers, this ID refers to the associated @@ -18050,6 +18157,25 @@ public class OtherRegionsSubscriptionOfferPhasePrices : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// Information specific to an out of app purchase. + public class OutOfAppPurchaseContext : Google.Apis.Requests.IDirectResponseSchema + { + /// User account identifier from the last expired subscription for this SKU. + [Newtonsoft.Json.JsonPropertyAttribute("expiredExternalAccountIdentifiers")] + public virtual ExternalAccountIdentifiers ExpiredExternalAccountIdentifiers { get; set; } + + /// + /// The purchase token of the last expired subscription. This purchase token must only be used to help identify + /// the user if the link between the purchaseToken and user is stored in your database. This cannot be used to + /// call the Google Developer API if it has been more than 60 days since expiry. + /// + [Newtonsoft.Json.JsonPropertyAttribute("expiredPurchaseToken")] + public virtual string ExpiredPurchaseToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Information about the current page. List operations that supports paging return only one "page" of results. This /// protocol buffer message describes the page that has been returned. @@ -18283,6 +18409,59 @@ public class PointsDetails : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Details of a pre-order purchase. + public class PreorderDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Offer details information related to a preorder line item. + public class PreorderOfferDetails : Google.Apis.Requests.IDirectResponseSchema + { + private string _preorderReleaseTimeRaw; + + private object _preorderReleaseTime; + + /// The time when a preordered item is released for a preorder purchase. + [Newtonsoft.Json.JsonPropertyAttribute("preorderReleaseTime")] + public virtual string PreorderReleaseTimeRaw + { + get => _preorderReleaseTimeRaw; + set + { + _preorderReleaseTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _preorderReleaseTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use PreorderReleaseTimeDateTimeOffset instead.")] + public virtual object PreorderReleaseTime + { + get => _preorderReleaseTime; + set + { + _preorderReleaseTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _preorderReleaseTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? PreorderReleaseTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(PreorderReleaseTimeRaw); + set => PreorderReleaseTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Represents a base plan that does not automatically renew at the end of the base plan, and must be manually /// renewed by the user. @@ -18510,6 +18689,10 @@ public class ProductOfferDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("offerToken")] public virtual string OfferToken { get; set; } + /// Offer details for a preorder offer. This will only be set for preorders. + [Newtonsoft.Json.JsonPropertyAttribute("preorderOfferDetails")] + public virtual PreorderOfferDetails PreorderOfferDetails { get; set; } + /// The purchase option ID. [Newtonsoft.Json.JsonPropertyAttribute("purchaseOptionId")] public virtual string PurchaseOptionId { get; set; } @@ -18736,6 +18919,36 @@ public class ProductPurchasesAcknowledgeRequest : Google.Apis.Requests.IDirectRe public virtual string ETag { get; set; } } + /// + /// Details of a proration period. A proration period can be a period calculated during a plan change to cover + /// existing entitlements (For more information, see [Allow users to upgrade, downgrade, or change their + /// subscription](https://developer.android.com/google/play/billing/subscriptions#allow-users-change), or a prorated + /// period to align add-on renewal dates with the base (For more information, see [Rules applicable for items in the + /// purchase](https://developer.android.com/google/play/billing/subscription-with-addons#rules-base-addons)). + /// + public class ProrationPeriodDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The last order id of the original subscription purchase prior to the plan change. This is only populated if + /// this proration period is from an ugrade/downgrade from a previous subscription and carries the remaining + /// offer phase from the linked order of the previous subscription. + /// + [Newtonsoft.Json.JsonPropertyAttribute("linkedOrderId")] + public virtual string LinkedOrderId { get; set; } + + /// + /// Represent the original offer phase from the purchased the line item if the proration period contains any of + /// them. For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of + /// the subscription offer of the new product user purchased. In this case, the original offer phase will be set + /// here. + /// + [Newtonsoft.Json.JsonPropertyAttribute("originalOfferPhase")] + public virtual string OriginalOfferPhase { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Details about taxation, Google Play policy and legal compliance for one-time product purchase options. /// @@ -19695,10 +19908,16 @@ public class SubscriptionDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("offerId")] public virtual string OfferId { get; set; } - /// The pricing phase for the billing period funded by this order. + /// + /// The pricing phase for the billing period funded by this order. Deprecated. Use offer_phase_details instead. + /// [Newtonsoft.Json.JsonPropertyAttribute("offerPhase")] public virtual string OfferPhase { get; set; } + /// The pricing phase details for the entitlement period funded by this order. + [Newtonsoft.Json.JsonPropertyAttribute("offerPhaseDetails")] + public virtual OfferPhaseDetails OfferPhaseDetails { get; set; } + private string _servicePeriodEndTimeRaw; private object _servicePeriodEndTime; @@ -20282,6 +20501,13 @@ public virtual System.DateTimeOffset? ExpiryTimeDateTimeOffset set => ExpiryTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } + /// + /// Details of the item being replaced. This field is only populated if this item replaced another item in a + /// previous subscription and is only available for 60 days after the purchase time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("itemReplacement")] + public virtual ItemReplacement ItemReplacement { get; set; } + /// /// The order id of the latest successful order associated with this item. Not present if the item is not owned /// by the user yet (e.g. the item being deferred replaced to). @@ -20356,6 +20582,14 @@ public class SubscriptionPurchaseV2 : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("linkedPurchaseToken")] public virtual string LinkedPurchaseToken { get; set; } + /// + /// Additional context for out of app purchases. This information is only present for re-subscription purchases + /// (subscription purchases made after the previous subscription of the same product has expired) made through + /// the Google Play subscriptions center. This field will be removed after you acknowledge the subscription. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outOfAppPurchaseContext")] + public virtual OutOfAppPurchaseContext OutOfAppPurchaseContext { get; set; } + /// /// Additional context around paused subscriptions. Only present if the subscription currently has /// subscription_state SUBSCRIPTION_STATE_PAUSED. @@ -20432,6 +20666,10 @@ public class SubscriptionPurchasesAcknowledgeRequest : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("developerPayload")] public virtual string DeveloperPayload { get; set; } + /// Optional. User account identifier in your app. + [Newtonsoft.Json.JsonPropertyAttribute("externalAccountIds")] + public virtual ExternalAccountIds ExternalAccountIds { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj b/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj index dcd7ad398a2..6e630cac53e 100644 --- a/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj +++ b/Src/Generated/Google.Apis.AndroidPublisher.v3/Google.Apis.AndroidPublisher.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.AndroidPublisher.v3 Client Library - 1.70.0.3899 + 1.72.0.3975 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.cs b/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.cs index ce30d1d73ad..e9b26bd061a 100644 --- a/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.cs +++ b/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.cs @@ -2280,6 +2280,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2325,6 +2336,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2396,8 +2415,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3168,6 +3187,14 @@ public class ApigatewayListOperationsResponse : Google.Apis.Requests.IDirectResp [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj b/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj index 6210ac8147a..3e20644eab8 100644 --- a/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj +++ b/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Apigateway.v1 Client Library - 1.71.0.3905 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.cs b/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.cs index 03975fb282b..7de0e4ad723 100644 --- a/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.cs +++ b/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.cs @@ -2280,6 +2280,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2325,6 +2336,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2396,8 +2415,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3203,6 +3222,14 @@ public class ApigatewayListOperationsResponse : Google.Apis.Requests.IDirectResp [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj b/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj index 2a83923ac8e..ed67f48a34d 100644 --- a/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj +++ b/Src/Generated/Google.Apis.Apigateway.v1beta/Google.Apis.Apigateway.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Apigateway.v1beta Client Library - 1.71.0.3905 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.cs b/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.cs index c8520c83d06..d0396b06fb7 100644 --- a/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.cs +++ b/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.cs @@ -2557,6 +2557,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2602,6 +2613,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3054,6 +3073,56 @@ protected override void InitParameters() } } + /// Gets a Boundary. + /// + /// Required. The name of the boundary to retrieve. Format: projects/{project}/locations/{location}/boundary + /// + public virtual GetBoundaryRequest GetBoundary(string name) + { + return new GetBoundaryRequest(this.service, name); + } + + /// Gets a Boundary. + public class GetBoundaryRequest : AppHubBaseServiceRequest + { + /// Constructs a new GetBoundary request. + public GetBoundaryRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the boundary to retrieve. Format: + /// projects/{project}/locations/{location}/boundary + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "getBoundary"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes GetBoundary parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/boundary$", + }); + } + } + /// Lists information about the supported locations for this service. /// The resource that owns the locations collection, if applicable. public virtual ListRequest List(string name) @@ -3214,6 +3283,103 @@ protected override void InitParameters() }); } } + + /// Updates a Boundary. + /// The body of the request. + /// + /// Identifier. The resource name of the boundary. Format: + /// "projects/{project}/locations/{location}/boundary" + /// + public virtual UpdateBoundaryRequest UpdateBoundary(Google.Apis.AppHub.v1.Data.Boundary body, string name) + { + return new UpdateBoundaryRequest(this.service, body, name); + } + + /// Updates a Boundary. + public class UpdateBoundaryRequest : AppHubBaseServiceRequest + { + /// Constructs a new UpdateBoundary request. + public UpdateBoundaryRequest(Google.Apis.Services.IClientService service, Google.Apis.AppHub.v1.Data.Boundary body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The resource name of the boundary. Format: + /// "projects/{project}/locations/{location}/boundary" + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if you + /// must retry your request, the server will know to ignore the request if it has already been + /// completed. The server will guarantee that for at least 60 minutes since the first request. For + /// example, consider a situation where you make an initial request and the request times out. If you + /// make the request again with the same request ID, the server can check if original operation with the + /// same request ID was received, and if so, will ignore the second request. This prevents clients from + /// accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception + /// that zero UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// + /// Required. Field mask is used to specify the fields to be overwritten in the Boundary 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. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.AppHub.v1.Data.Boundary Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "updateBoundary"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes UpdateBoundary parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/boundary$", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } } } @@ -3493,6 +3659,104 @@ public class Binding : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Application management boundary. + public class Boundary : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. Create time. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. The resource name of the CRM node being attached to the boundary. Format: + /// `projects/{project-number}` or `projects/{project-id}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("crmNode")] + public virtual string CrmNode { get; set; } + + /// + /// Identifier. The resource name of the boundary. Format: "projects/{project}/locations/{location}/boundary" + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Boundary type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. Update time. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Operations.CancelOperation. public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -3666,6 +3930,44 @@ public class Expr : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Additional metadata for a Service or Workload. + public class ExtendedMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The metadata contents. + [Newtonsoft.Json.JsonPropertyAttribute("metadataStruct")] + public virtual System.Collections.Generic.IDictionary MetadataStruct { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The functional type of a service or workload. + public class FunctionalType : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The functional type of a service or workload. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The identity associated with a service or workload. + public class Identity : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. Principal of the identity. Supported formats: * `sa://my-sa@xxxx.iam.gserviceaccount.com` for + /// GCP Service Account * + /// `principal://POOL_ID.global.PROJECT_NUMBER.workload.id.goog/ns/NAMESPACE_ID/sa/MANAGED_IDENTITY_ID` for + /// Managed Workload Identity + /// + [Newtonsoft.Json.JsonPropertyAttribute("principal")] + public virtual string Principal { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response for ListApplications. public class ListApplicationsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -3749,6 +4051,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -4115,6 +4425,17 @@ public class ReconciliationOperationMetadata : Google.Apis.Requests.IDirectRespo public virtual string ETag { get; set; } } + /// The registration type of a service. + public class RegistrationType : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The registration type of a service. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Scope of an application. public class Scope : Google.Apis.Requests.IDirectResponseSchema { @@ -4335,16 +4656,36 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// Properties of an underlying cloud resource that can comprise a Service. public class ServiceProperties : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. Additional metadata specific to the resource type. The key is a string that identifies the type + /// of metadata and the value is the metadata contents specific to that type. Key format: + /// `apphub.googleapis.com/{metadataType}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("extendedMetadata")] + public virtual System.Collections.Generic.IDictionary ExtendedMetadata { get; set; } + + /// Output only. The type of the service. + [Newtonsoft.Json.JsonPropertyAttribute("functionalType")] + public virtual FunctionalType FunctionalType { get; set; } + /// /// Output only. The service project identifier that the underlying cloud resource resides in. /// [Newtonsoft.Json.JsonPropertyAttribute("gcpProject")] public virtual string GcpProject { get; set; } + /// Output only. The identity associated with the service. + [Newtonsoft.Json.JsonPropertyAttribute("identity")] + public virtual Identity Identity { get; set; } + /// Output only. The location that the underlying resource resides in, for example, us-west1. [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } + /// Output only. The registration type of the service. + [Newtonsoft.Json.JsonPropertyAttribute("registrationType")] + public virtual RegistrationType RegistrationType { get; set; } + /// /// Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a). /// @@ -4580,6 +4921,18 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset /// Properties of an underlying compute resource represented by the Workload. public class WorkloadProperties : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. Additional metadata specific to the resource type. The key is a string that identifies the type + /// of metadata and the value is the metadata contents specific to that type. Key format: + /// `apphub.googleapis.com/{metadataType}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("extendedMetadata")] + public virtual System.Collections.Generic.IDictionary ExtendedMetadata { get; set; } + + /// Output only. The type of the workload. + [Newtonsoft.Json.JsonPropertyAttribute("functionalType")] + public virtual FunctionalType FunctionalType { get; set; } + /// /// Output only. The service project identifier that the underlying cloud resource resides in. Empty for /// non-cloud resources. @@ -4587,6 +4940,10 @@ public class WorkloadProperties : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("gcpProject")] public virtual string GcpProject { get; set; } + /// Output only. The identity associated with the workload. + [Newtonsoft.Json.JsonPropertyAttribute("identity")] + public virtual Identity Identity { get; set; } + /// /// Output only. The location that the underlying compute resource resides in (for example, us-west1). /// diff --git a/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.csproj b/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.csproj index f5c1eab9497..5469eef6bc1 100644 --- a/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.csproj +++ b/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AppHub.v1 Client Library - 1.70.0.3877 + 1.72.0.3970 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.cs b/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.cs index 43a35ea929e..078803c16f7 100644 --- a/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.cs +++ b/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.cs @@ -2761,6 +2761,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2806,6 +2817,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3258,6 +3277,56 @@ protected override void InitParameters() } } + /// Gets a Boundary. + /// + /// Required. The name of the boundary to retrieve. Format: projects/{project}/locations/{location}/boundary + /// + public virtual GetBoundaryRequest GetBoundary(string name) + { + return new GetBoundaryRequest(this.service, name); + } + + /// Gets a Boundary. + public class GetBoundaryRequest : AppHubBaseServiceRequest + { + /// Constructs a new GetBoundary request. + public GetBoundaryRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the boundary to retrieve. Format: + /// projects/{project}/locations/{location}/boundary + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "getBoundary"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes GetBoundary parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/boundary$", + }); + } + } + /// Lists information about the supported locations for this service. /// The resource that owns the locations collection, if applicable. public virtual ListRequest List(string name) @@ -3418,6 +3487,103 @@ protected override void InitParameters() }); } } + + /// Updates a Boundary. + /// The body of the request. + /// + /// Identifier. The resource name of the boundary. Format: + /// "projects/{project}/locations/{location}/boundary" + /// + public virtual UpdateBoundaryRequest UpdateBoundary(Google.Apis.AppHub.v1alpha.Data.Boundary body, string name) + { + return new UpdateBoundaryRequest(this.service, body, name); + } + + /// Updates a Boundary. + public class UpdateBoundaryRequest : AppHubBaseServiceRequest + { + /// Constructs a new UpdateBoundary request. + public UpdateBoundaryRequest(Google.Apis.Services.IClientService service, Google.Apis.AppHub.v1alpha.Data.Boundary body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The resource name of the boundary. Format: + /// "projects/{project}/locations/{location}/boundary" + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if you + /// must retry your request, the server will know to ignore the request if it has already been + /// completed. The server will guarantee that for at least 60 minutes since the first request. For + /// example, consider a situation where you make an initial request and the request times out. If you + /// make the request again with the same request ID, the server can check if original operation with the + /// same request ID was received, and if so, will ignore the second request. This prevents clients from + /// accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception + /// that zero UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// + /// Required. Field mask is used to specify the fields to be overwritten in the Boundary 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. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.AppHub.v1alpha.Data.Boundary Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "updateBoundary"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes UpdateBoundary parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/boundary$", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } } } @@ -3697,6 +3863,104 @@ public class Binding : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Application management boundary. + public class Boundary : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. Create time. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. The resource name of the CRM node being attached to the boundary. Format: + /// `projects/{project-number}` or `projects/{project-id}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("crmNode")] + public virtual string CrmNode { get; set; } + + /// + /// Identifier. The resource name of the boundary. Format: "projects/{project}/locations/{location}/boundary" + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Boundary type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. Update time. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Operations.CancelOperation. public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -3906,6 +4170,17 @@ public class Expr : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Additional metadata for a Service or Workload. + public class ExtendedMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The metadata contents. + [Newtonsoft.Json.JsonPropertyAttribute("metadataStruct")] + public virtual System.Collections.Generic.IDictionary MetadataStruct { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response for FindUnregisteredServices. public class FindUnregisteredServicesResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -3944,6 +4219,33 @@ public class FindUnregisteredWorkloadsResponse : Google.Apis.Requests.IDirectRes public virtual string ETag { get; set; } } + /// The functional type of a service or workload. + public class FunctionalType : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The functional type of a service or workload. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The identity associated with a service or workload. + public class Identity : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. Principal of the identity. Supported formats: * `sa://my-sa@xxxx.iam.gserviceaccount.com` for + /// GCP Service Account * + /// `principal://POOL_ID.global.PROJECT_NUMBER.workload.id.goog/ns/NAMESPACE_ID/sa/MANAGED_IDENTITY_ID` for + /// Managed Workload Identity + /// + [Newtonsoft.Json.JsonPropertyAttribute("principal")] + public virtual string Principal { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response for ListApplications. public class ListApplicationsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -4027,6 +4329,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -4378,6 +4688,17 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Version { get; set; } } + /// The registration type of a service. + public class RegistrationType : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The registration type of a service. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Scope of an application. public class Scope : Google.Apis.Requests.IDirectResponseSchema { @@ -4598,16 +4919,36 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// Properties of an underlying cloud resource that can comprise a Service. public class ServiceProperties : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. Additional metadata specific to the resource type. The key is a string that identifies the type + /// of metadata and the value is the metadata contents specific to that type. Key format: + /// `apphub.googleapis.com/{metadataType}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("extendedMetadata")] + public virtual System.Collections.Generic.IDictionary ExtendedMetadata { get; set; } + + /// Output only. The type of the service. + [Newtonsoft.Json.JsonPropertyAttribute("functionalType")] + public virtual FunctionalType FunctionalType { get; set; } + /// /// Output only. The service project identifier that the underlying cloud resource resides in. /// [Newtonsoft.Json.JsonPropertyAttribute("gcpProject")] public virtual string GcpProject { get; set; } + /// Output only. The identity associated with the service. + [Newtonsoft.Json.JsonPropertyAttribute("identity")] + public virtual Identity Identity { get; set; } + /// Output only. The location that the underlying resource resides in, for example, us-west1. [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } + /// Output only. The registration type of the service. + [Newtonsoft.Json.JsonPropertyAttribute("registrationType")] + public virtual RegistrationType RegistrationType { get; set; } + /// /// Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a). /// @@ -4850,6 +5191,18 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset /// Properties of an underlying compute resource represented by the Workload. public class WorkloadProperties : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. Additional metadata specific to the resource type. The key is a string that identifies the type + /// of metadata and the value is the metadata contents specific to that type. Key format: + /// `apphub.googleapis.com/{metadataType}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("extendedMetadata")] + public virtual System.Collections.Generic.IDictionary ExtendedMetadata { get; set; } + + /// Output only. The type of the workload. + [Newtonsoft.Json.JsonPropertyAttribute("functionalType")] + public virtual FunctionalType FunctionalType { get; set; } + /// /// Output only. The service project identifier that the underlying cloud resource resides in. Empty for /// non-cloud resources. @@ -4857,6 +5210,10 @@ public class WorkloadProperties : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("gcpProject")] public virtual string GcpProject { get; set; } + /// Output only. The identity associated with the workload. + [Newtonsoft.Json.JsonPropertyAttribute("identity")] + public virtual Identity Identity { get; set; } + /// /// Output only. The location that the underlying compute resource resides in (for example, us-west1). /// diff --git a/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.csproj b/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.csproj index 8199dd62f98..a29326193e1 100644 --- a/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.csproj +++ b/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.AppHub.v1alpha Client Library - 1.70.0.3877 + 1.72.0.3970 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.cs b/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.cs index 234d6d822f6..2af2485786b 100644 --- a/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.cs +++ b/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.cs @@ -1818,8 +1818,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string appsId) : public virtual string AppsId { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -4885,6 +4885,107 @@ protected override void InitParameters() } } + /// Lists the domain mappings on an application. + /// + /// Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. + /// + /// Part of `parent`. See documentation of `projectsId`. + /// Part of `parent`. See documentation of `projectsId`. + public virtual ListRequest List(string projectsId, string locationsId, string applicationsId) + { + return new ListRequest(this.service, projectsId, locationsId, applicationsId); + } + + /// Lists the domain mappings on an application. + public class ListRequest : AppengineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string projectsId, string locationsId, string applicationsId) : base(service) + { + ProjectsId = projectsId; + LocationsId = locationsId; + ApplicationsId = applicationsId; + InitParameters(); + } + + /// + /// Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. + /// + [Google.Apis.Util.RequestParameterAttribute("projectsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ProjectsId { get; private set; } + + /// Part of `parent`. See documentation of `projectsId`. + [Google.Apis.Util.RequestParameterAttribute("locationsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string LocationsId { get; private set; } + + /// Part of `parent`. See documentation of `projectsId`. + [Google.Apis.Util.RequestParameterAttribute("applicationsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ApplicationsId { get; private set; } + + /// Maximum results to return per page. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Continuation token for fetching the next page of results. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("projectsId", new Google.Apis.Discovery.Parameter + { + Name = "projectsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("locationsId", new Google.Apis.Discovery.Parameter + { + Name = "locationsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("applicationsId", new Google.Apis.Discovery.Parameter + { + Name = "applicationsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update /// certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to @@ -5861,8 +5962,8 @@ public class AuthorizedCertificate : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable DomainMappingsCount { get; set; } /// - /// Topmost applicable domains of this certificate. This certificate applies to these domains and their - /// subdomains. Example: example.com.@OutputOnly + /// Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and + /// their subdomains. Example: example.com.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("domainNames")] public virtual System.Collections.Generic.IList DomainNames { get; set; } @@ -5909,8 +6010,8 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset } /// - /// Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource - /// creation. Example: 12345.@OutputOnly + /// Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate + /// resource creation. Example: 12345.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } @@ -5924,18 +6025,18 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset public virtual ManagedCertificate ManagedCertificate { get; set; } /// - /// Full path to the AuthorizedCertificate resource in the API. Example: + /// Output only. Full path to the AuthorizedCertificate resource in the API. Example: /// apps/myapp/authorizedCertificates/12345.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: - /// apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the - /// user does not have VIEWER permissions on all of the applications that have this certificate mapped. See - /// domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested - /// by the view=FULL_CERTIFICATE option.@OutputOnly + /// Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. + /// Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain + /// mappings if the user does not have VIEWER permissions on all of the applications that have this certificate + /// mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when + /// specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("visibleDomainMappings")] public virtual System.Collections.Generic.IList VisibleDomainMappings { get; set; } @@ -6345,15 +6446,15 @@ public class DomainMapping : Google.Apis.Requests.IDirectResponseSchema public virtual string Id { get; set; } /// - /// Full path to the DomainMapping resource in the API. Example: + /// Output only. Full path to the DomainMapping resource in the API. Example: /// apps/myapp/domainMapping/example.com.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// The resource records required to configure this domain mapping. These records must be added to the domain's - /// DNS configuration in order to serve the application via this domain mapping.@OutputOnly + /// Output only. The resource records required to configure this domain mapping. These records must be added to + /// the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("resourceRecords")] public virtual System.Collections.Generic.IList ResourceRecords { get; set; } @@ -7958,11 +8059,11 @@ public class SslSettings : Google.Apis.Requests.IDirectResponseSchema public virtual string CertificateId { get; set; } /// - /// ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new - /// managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the - /// provisioning process completes, the certificate_id field will reflect the new managed certificate and this - /// field will be left empty. To remove SSL support while there is still a pending managed certificate, clear - /// the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly + /// Output only. ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. + /// Until the new managed certificate has been successfully provisioned, the previous SSL state will be + /// preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed + /// certificate and this field will be left empty. To remove SSL support while there is still a pending managed + /// certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("pendingManagedCertificateId")] public virtual string PendingManagedCertificateId { get; set; } diff --git a/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj b/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj index da1b618bf09..ae6ae3eeeba 100644 --- a/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj +++ b/Src/Generated/Google.Apis.Appengine.v1/Google.Apis.Appengine.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Appengine.v1 Client Library - 1.71.0.3925 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.cs b/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.cs index 7f091ea8015..eab316864e9 100644 --- a/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.cs +++ b/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.cs @@ -1382,8 +1382,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string appsId) : public virtual string AppsId { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2768,6 +2768,107 @@ protected override void InitParameters() } } + /// Lists the domain mappings on an application. + /// + /// Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. + /// + /// Part of `parent`. See documentation of `projectsId`. + /// Part of `parent`. See documentation of `projectsId`. + public virtual ListRequest List(string projectsId, string locationsId, string applicationsId) + { + return new ListRequest(this.service, projectsId, locationsId, applicationsId); + } + + /// Lists the domain mappings on an application. + public class ListRequest : AppengineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string projectsId, string locationsId, string applicationsId) : base(service) + { + ProjectsId = projectsId; + LocationsId = locationsId; + ApplicationsId = applicationsId; + InitParameters(); + } + + /// + /// Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. + /// + [Google.Apis.Util.RequestParameterAttribute("projectsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ProjectsId { get; private set; } + + /// Part of `parent`. See documentation of `projectsId`. + [Google.Apis.Util.RequestParameterAttribute("locationsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string LocationsId { get; private set; } + + /// Part of `parent`. See documentation of `projectsId`. + [Google.Apis.Util.RequestParameterAttribute("applicationsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ApplicationsId { get; private set; } + + /// Maximum results to return per page. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Continuation token for fetching the next page of results. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("projectsId", new Google.Apis.Discovery.Parameter + { + Name = "projectsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("locationsId", new Google.Apis.Discovery.Parameter + { + Name = "locationsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("applicationsId", new Google.Apis.Discovery.Parameter + { + Name = "applicationsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update /// certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to @@ -3207,8 +3308,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectsI public virtual string ProjectsId { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3322,8 +3423,8 @@ public class AuthorizedCertificate : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable DomainMappingsCount { get; set; } /// - /// Topmost applicable domains of this certificate. This certificate applies to these domains and their - /// subdomains. Example: example.com.@OutputOnly + /// Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and + /// their subdomains. Example: example.com.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("domainNames")] public virtual System.Collections.Generic.IList DomainNames { get; set; } @@ -3370,8 +3471,8 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset } /// - /// Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource - /// creation. Example: 12345.@OutputOnly + /// Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate + /// resource creation. Example: 12345.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } @@ -3385,18 +3486,18 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset public virtual ManagedCertificate ManagedCertificate { get; set; } /// - /// Full path to the AuthorizedCertificate resource in the API. Example: + /// Output only. Full path to the AuthorizedCertificate resource in the API. Example: /// apps/myapp/authorizedCertificates/12345.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: - /// apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the - /// user does not have VIEWER permissions on all of the applications that have this certificate mapped. See - /// domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested - /// by the view=FULL_CERTIFICATE option.@OutputOnly + /// Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. + /// Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain + /// mappings if the user does not have VIEWER permissions on all of the applications that have this certificate + /// mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when + /// specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("visibleDomainMappings")] public virtual System.Collections.Generic.IList VisibleDomainMappings { get; set; } @@ -3527,15 +3628,15 @@ public class DomainMapping : Google.Apis.Requests.IDirectResponseSchema public virtual string Id { get; set; } /// - /// Full path to the DomainMapping resource in the API. Example: + /// Output only. Full path to the DomainMapping resource in the API. Example: /// apps/myapp/domainMapping/example.com.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// The resource records required to configure this domain mapping. These records must be added to the domain's - /// DNS configuration in order to serve the application via this domain mapping.@OutputOnly + /// Output only. The resource records required to configure this domain mapping. These records must be added to + /// the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("resourceRecords")] public virtual System.Collections.Generic.IList ResourceRecords { get; set; } @@ -4339,8 +4440,8 @@ public class SslSettings : Google.Apis.Requests.IDirectResponseSchema public virtual string CertificateId { get; set; } /// - /// Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by - /// default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE + /// Output only. Whether the mapped certificate is an App Engine managed certificate. Managed certificates are + /// created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE /// request.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("isManagedCertificate")] diff --git a/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj b/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj index efb92b7768b..6d581b6e9eb 100644 --- a/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj +++ b/Src/Generated/Google.Apis.Appengine.v1alpha/Google.Apis.Appengine.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.Appengine.v1alpha Client Library - 1.71.0.3925 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.cs b/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.cs index 4e828da2a0e..87ca91c8b2f 100644 --- a/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.cs +++ b/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.cs @@ -1818,8 +1818,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string appsId) : public virtual string AppsId { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -4942,6 +4942,107 @@ protected override void InitParameters() } } + /// Lists the domain mappings on an application. + /// + /// Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. + /// + /// Part of `parent`. See documentation of `projectsId`. + /// Part of `parent`. See documentation of `projectsId`. + public virtual ListRequest List(string projectsId, string locationsId, string applicationsId) + { + return new ListRequest(this.service, projectsId, locationsId, applicationsId); + } + + /// Lists the domain mappings on an application. + public class ListRequest : AppengineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string projectsId, string locationsId, string applicationsId) : base(service) + { + ProjectsId = projectsId; + LocationsId = locationsId; + ApplicationsId = applicationsId; + InitParameters(); + } + + /// + /// Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. + /// + [Google.Apis.Util.RequestParameterAttribute("projectsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ProjectsId { get; private set; } + + /// Part of `parent`. See documentation of `projectsId`. + [Google.Apis.Util.RequestParameterAttribute("locationsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string LocationsId { get; private set; } + + /// Part of `parent`. See documentation of `projectsId`. + [Google.Apis.Util.RequestParameterAttribute("applicationsId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ApplicationsId { get; private set; } + + /// Maximum results to return per page. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Continuation token for fetching the next page of results. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("projectsId", new Google.Apis.Discovery.Parameter + { + Name = "projectsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("locationsId", new Google.Apis.Discovery.Parameter + { + Name = "locationsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("applicationsId", new Google.Apis.Discovery.Parameter + { + Name = "applicationsId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update /// certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to @@ -6036,8 +6137,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectsI public virtual string ProjectsId { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6299,8 +6400,8 @@ public class AuthorizedCertificate : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable DomainMappingsCount { get; set; } /// - /// Topmost applicable domains of this certificate. This certificate applies to these domains and their - /// subdomains. Example: example.com.@OutputOnly + /// Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and + /// their subdomains. Example: example.com.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("domainNames")] public virtual System.Collections.Generic.IList DomainNames { get; set; } @@ -6347,8 +6448,8 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset } /// - /// Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource - /// creation. Example: 12345.@OutputOnly + /// Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate + /// resource creation. Example: 12345.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } @@ -6362,18 +6463,18 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset public virtual ManagedCertificate ManagedCertificate { get; set; } /// - /// Full path to the AuthorizedCertificate resource in the API. Example: + /// Output only. Full path to the AuthorizedCertificate resource in the API. Example: /// apps/myapp/authorizedCertificates/12345.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: - /// apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the - /// user does not have VIEWER permissions on all of the applications that have this certificate mapped. See - /// domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested - /// by the view=FULL_CERTIFICATE option.@OutputOnly + /// Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. + /// Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain + /// mappings if the user does not have VIEWER permissions on all of the applications that have this certificate + /// mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when + /// specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("visibleDomainMappings")] public virtual System.Collections.Generic.IList VisibleDomainMappings { get; set; } @@ -6841,15 +6942,15 @@ public class DomainMapping : Google.Apis.Requests.IDirectResponseSchema public virtual string Id { get; set; } /// - /// Full path to the DomainMapping resource in the API. Example: + /// Output only. Full path to the DomainMapping resource in the API. Example: /// apps/myapp/domainMapping/example.com.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// The resource records required to configure this domain mapping. These records must be added to the domain's - /// DNS configuration in order to serve the application via this domain mapping.@OutputOnly + /// Output only. The resource records required to configure this domain mapping. These records must be added to + /// the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("resourceRecords")] public virtual System.Collections.Generic.IList ResourceRecords { get; set; } @@ -8454,11 +8555,11 @@ public class SslSettings : Google.Apis.Requests.IDirectResponseSchema public virtual string CertificateId { get; set; } /// - /// ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new - /// managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the - /// provisioning process completes, the certificate_id field will reflect the new managed certificate and this - /// field will be left empty. To remove SSL support while there is still a pending managed certificate, clear - /// the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly + /// Output only. ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. + /// Until the new managed certificate has been successfully provisioned, the previous SSL state will be + /// preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed + /// certificate and this field will be left empty. To remove SSL support while there is still a pending managed + /// certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("pendingManagedCertificateId")] public virtual string PendingManagedCertificateId { get; set; } @@ -8584,6 +8685,24 @@ public class Status : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Subnetwork key message. + public class SubnetworkKey : Google.Apis.Requests.IDirectResponseSchema + { + /// Project id (name not number) of the project that hosts the network + [Newtonsoft.Json.JsonPropertyAttribute("hostProjectId")] + public virtual string HostProjectId { get; set; } + + /// + /// Short name of the subnetwork. e.g. SUBNET instead of + /// projects/{PROJECT_NAME}/regions/{REGION}/subnetworks/{SUBNET} + /// + [Newtonsoft.Json.JsonPropertyAttribute("subnet")] + public virtual string Subnet { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed /// to the service is assigned to versions. @@ -8709,6 +8828,10 @@ public class Version : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("appEngineApis")] public virtual System.Nullable AppEngineApis { get; set; } + /// List of specific App Engine Bundled Services that are enabled for this Version. + [Newtonsoft.Json.JsonPropertyAttribute("appEngineBundledServices")] + public virtual System.Collections.Generic.IList AppEngineBundledServices { get; set; } + /// /// Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are /// dynamically created and destroyed as needed in order to handle traffic. @@ -8978,6 +9101,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("vpcAccessConnector")] public virtual VpcAccessConnector VpcAccessConnector { get; set; } + /// Enables VPC egress connectivity for standard apps. + [Newtonsoft.Json.JsonPropertyAttribute("vpcEgress")] + public virtual VpcEgress VpcEgress { get; set; } + /// /// The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. /// Deprecated. @@ -9027,6 +9154,36 @@ public class VpcAccessConnector : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Vpc Egress configuration. + public class VpcEgress : Google.Apis.Requests.IDirectResponseSchema + { + /// The egress setting for the subnetwork, controlling what traffic is diverted through it. + [Newtonsoft.Json.JsonPropertyAttribute("egressSetting")] + public virtual string EgressSetting { get; set; } + + /// The network tags to apply to the instance. + [Newtonsoft.Json.JsonPropertyAttribute("networkTags")] + public virtual System.Collections.Generic.IList NetworkTags { get; set; } + + /// The subnetwork key. + [Newtonsoft.Json.JsonPropertyAttribute("subnetworkKey")] + public virtual SubnetworkKey SubnetworkKey { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Network tag message. + public class VpcNetworkTag : Google.Apis.Requests.IDirectResponseSchema + { + /// value for the tag name + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The zip file information for a zip deployment. public class ZipInfo : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj b/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj index e74e008d4c0..5b8faa8b747 100644 --- a/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj +++ b/Src/Generated/Google.Apis.Appengine.v1beta/Google.Apis.Appengine.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Appengine.v1beta Client Library - 1.71.0.3925 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.cs b/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.cs index d97d995ba0d..ac18f2445ef 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.cs +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.cs @@ -5068,6 +5068,65 @@ protected override void InitParameters() } } + /// Exports an artifact. + /// The body of the request. + /// + /// Required. The repository of the artifact to export. Format: + /// projects/{project}/locations/{location}/repositories/{repository} + /// + public virtual ExportArtifactRequest ExportArtifact(Google.Apis.ArtifactRegistry.v1.Data.ExportArtifactRequest body, string repository) + { + return new ExportArtifactRequest(this.service, body, repository); + } + + /// Exports an artifact. + public class ExportArtifactRequest : ArtifactRegistryBaseServiceRequest + { + /// Constructs a new ExportArtifact request. + public ExportArtifactRequest(Google.Apis.Services.IClientService service, Google.Apis.ArtifactRegistry.v1.Data.ExportArtifactRequest body, string repository) : base(service) + { + Repository = repository; + Body = body; + InitParameters(); + } + + /// + /// Required. The repository of the artifact to export. Format: + /// projects/{project}/locations/{location}/repositories/{repository} + /// + [Google.Apis.Util.RequestParameterAttribute("repository", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Repository { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.ArtifactRegistry.v1.Data.ExportArtifactRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "exportArtifact"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+repository}:exportArtifact"; + + /// Initializes ExportArtifact parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("repository", new Google.Apis.Discovery.Parameter + { + Name = "repository", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + /// Gets a repository. /// Required. The name of the repository to retrieve. public virtual GetRequest Get(string name) @@ -5601,8 +5660,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6455,6 +6514,82 @@ public class Empty : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The LRO metadata for exporting an artifact. + public class ExportArtifactMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The exported artifact files. + [Newtonsoft.Json.JsonPropertyAttribute("exportedFiles")] + public virtual System.Collections.Generic.IList ExportedFiles { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The request for exporting an artifact to a destination. + public class ExportArtifactRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The Cloud Storage path to export the artifact to. Should start with the bucket name, and optionally have a + /// directory path. Examples: `dst_bucket`, `dst_bucket/sub_dir`. Existing objects with the same path will be + /// overwritten. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcsPath")] + public virtual string GcsPath { get; set; } + + /// + /// The artifact tag to export. + /// Format:projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/tags/{tag} + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceTag")] + public virtual string SourceTag { get; set; } + + /// + /// The artifact version to export. Format: + /// projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/versions/{version} + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceVersion")] + public virtual string SourceVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response for exporting an artifact to a destination. + public class ExportArtifactResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The exported version. Should be the same as the request version with fingerprint resource name. + /// + [Newtonsoft.Json.JsonPropertyAttribute("exportedVersion")] + public virtual Version ExportedVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The exported artifact file. + public class ExportedFile : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Cloud Storage Object path of the exported file. Examples: `dst_bucket/file1`, `dst_bucket/sub_dir/file1` + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcsObjectPath")] + public virtual string GcsObjectPath { get; set; } + + /// The hashes of the file content. + [Newtonsoft.Json.JsonPropertyAttribute("hashes")] + public virtual System.Collections.Generic.IList Hashes { get; set; } + + /// + /// Name of the exported artifact file. Format: `projects/p1/locations/us/repositories/repo1/files/file1` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj b/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj index 3d05e52f484..3242a38d44d 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1/Google.Apis.ArtifactRegistry.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ArtifactRegistry.v1 Client Library - 1.71.0.3920 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.cs b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.cs index 45729562ac0..08a0b72ae4e 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.cs +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.cs @@ -1995,8 +1995,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj index 5abfb957eb1..0114907a883 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta1/Google.Apis.ArtifactRegistry.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ArtifactRegistry.v1beta1 Client Library - 1.71.0.3920 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.cs b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.cs index 00170ee16ae..3d5efc4d3b9 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.cs +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.cs @@ -2804,8 +2804,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj index 0acc22840d1..46a1df69fde 100644 --- a/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj +++ b/Src/Generated/Google.Apis.ArtifactRegistry.v1beta2/Google.Apis.ArtifactRegistry.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.ArtifactRegistry.v1beta2 Client Library - 1.71.0.3920 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.cs b/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.cs index d7be95aea96..daea078bf7d 100644 --- a/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.cs +++ b/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.cs @@ -403,6 +403,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -448,6 +459,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3012,6 +3031,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj b/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj index 5e80e055430..03374c80f11 100644 --- a/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj +++ b/Src/Generated/Google.Apis.Assuredworkloads.v1/Google.Apis.Assuredworkloads.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Assuredworkloads.v1 Client Library - 1.70.0.3829 + 1.72.0.3927 Google LLC Copyright 2025 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.cs b/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.cs index 2dfeec86b18..e263e359744 100644 --- a/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.cs +++ b/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.cs @@ -403,6 +403,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -448,6 +459,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3005,6 +3024,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj b/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj index b88472e0f34..592df76d3b6 100644 --- a/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Assuredworkloads.v1beta1/Google.Apis.Assuredworkloads.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Assuredworkloads.v1beta1 Client Library - 1.70.0.3829 + 1.72.0.3927 Google LLC Copyright 2025 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.cs b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.cs index 787a191d061..303b806f8ac 100644 --- a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.cs +++ b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.cs @@ -559,6 +559,85 @@ protected override void InitParameters() }); } } + + /// + /// Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as + /// they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are + /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use + /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after + /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong + /// to itself, its child seats and all their clients. This method only applies to programmatic guaranteed + /// deals. + /// + /// The body of the request. + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// + public virtual SetReadyToServeRequest SetReadyToServe(Google.Apis.AuthorizedBuyersMarketplace.v1.Data.SetReadyToServeRequest body, string deal) + { + return new SetReadyToServeRequest(this.service, body, deal); + } + + /// + /// Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as + /// they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are + /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use + /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after + /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong + /// to itself, its child seats and all their clients. This method only applies to programmatic guaranteed + /// deals. + /// + public class SetReadyToServeRequest : AuthorizedBuyersMarketplaceBaseServiceRequest + { + /// Constructs a new SetReadyToServe request. + public SetReadyToServeRequest(Google.Apis.Services.IClientService service, Google.Apis.AuthorizedBuyersMarketplace.v1.Data.SetReadyToServeRequest body, string deal) : base(service) + { + Deal = deal; + Body = body; + InitParameters(); + } + + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// + [Google.Apis.Util.RequestParameterAttribute("deal", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Deal { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.AuthorizedBuyersMarketplace.v1.Data.SetReadyToServeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setReadyToServe"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+deal}:setReadyToServe"; + + /// Initializes SetReadyToServe parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("deal", new Google.Apis.Discovery.Parameter + { + Name = "deal", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^bidders/[^/]+/finalizedDeals/[^/]+$", + }); + } + } } } @@ -2220,11 +2299,16 @@ protected override void InitParameters() /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to - /// delay receiving bid requests until your creative is ready. This method only applies to programmatic - /// guaranteed deals. + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong + /// to itself, its child seats and all their clients. This method only applies to programmatic guaranteed + /// deals. /// /// The body of the request. - /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// public virtual SetReadyToServeRequest SetReadyToServe(Google.Apis.AuthorizedBuyersMarketplace.v1.Data.SetReadyToServeRequest body, string deal) { return new SetReadyToServeRequest(this.service, body, deal); @@ -2236,8 +2320,10 @@ public virtual SetReadyToServeRequest SetReadyToServe(Google.Apis.AuthorizedBuye /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to - /// delay receiving bid requests until your creative is ready. This method only applies to programmatic - /// guaranteed deals. + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong + /// to itself, its child seats and all their clients. This method only applies to programmatic guaranteed + /// deals. /// public class SetReadyToServeRequest : AuthorizedBuyersMarketplaceBaseServiceRequest { @@ -2249,7 +2335,10 @@ public SetReadyToServeRequest(Google.Apis.Services.IClientService service, Googl InitParameters(); } - /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// [Google.Apis.Util.RequestParameterAttribute("deal", Google.Apis.Util.RequestParameterType.Path)] public virtual string Deal { get; private set; } @@ -4379,7 +4468,7 @@ public class MarketplaceTargeting : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Describes a single Media Planner account. + /// Represents a media planner account. public class MediaPlanner : Google.Apis.Requests.IDirectResponseSchema { /// Output only. Account ID of the media planner. diff --git a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj index 47270d3fda4..f83c248c355 100644 --- a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj +++ b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1/Google.Apis.AuthorizedBuyersMarketplace.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.AuthorizedBuyersMarketplace.v1 Client Library - 1.70.0.3892 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.cs b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.cs index 6e5f25123f3..b3792efd97c 100644 --- a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.cs +++ b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.cs @@ -559,6 +559,85 @@ protected override void InitParameters() }); } } + + /// + /// Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as + /// they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are + /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use + /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after + /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1alpha/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals + /// belong to itself, its child seats and all their clients. This method only applies to programmatic + /// guaranteed deals. + /// + /// The body of the request. + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// + public virtual SetReadyToServeRequest SetReadyToServe(Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data.SetReadyToServeRequest body, string deal) + { + return new SetReadyToServeRequest(this.service, body, deal); + } + + /// + /// Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as + /// they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are + /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use + /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after + /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1alpha/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals + /// belong to itself, its child seats and all their clients. This method only applies to programmatic + /// guaranteed deals. + /// + public class SetReadyToServeRequest : AuthorizedBuyersMarketplaceBaseServiceRequest + { + /// Constructs a new SetReadyToServe request. + public SetReadyToServeRequest(Google.Apis.Services.IClientService service, Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data.SetReadyToServeRequest body, string deal) : base(service) + { + Deal = deal; + Body = body; + InitParameters(); + } + + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// + [Google.Apis.Util.RequestParameterAttribute("deal", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Deal { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data.SetReadyToServeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setReadyToServe"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+deal}:setReadyToServe"; + + /// Initializes SetReadyToServe parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("deal", new Google.Apis.Discovery.Parameter + { + Name = "deal", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^bidders/[^/]+/finalizedDeals/[^/]+$", + }); + } + } } } @@ -2641,11 +2720,16 @@ protected override void InitParameters() /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to - /// delay receiving bid requests until your creative is ready. This method only applies to programmatic + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1alpha/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals + /// belong to itself, its child seats and all their clients. This method only applies to programmatic /// guaranteed deals. /// /// The body of the request. - /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// public virtual SetReadyToServeRequest SetReadyToServe(Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data.SetReadyToServeRequest body, string deal) { return new SetReadyToServeRequest(this.service, body, deal); @@ -2657,7 +2741,9 @@ public virtual SetReadyToServeRequest SetReadyToServe(Google.Apis.AuthorizedBuye /// ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use /// this method, finalized deals belonging to the bidder and its child seats don't start serving until after /// you call `setReadyToServe`, and after the deals become active. For example, you can use this method to - /// delay receiving bid requests until your creative is ready. This method only applies to programmatic + /// delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path + /// "/v1alpha/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals + /// belong to itself, its child seats and all their clients. This method only applies to programmatic /// guaranteed deals. /// public class SetReadyToServeRequest : AuthorizedBuyersMarketplaceBaseServiceRequest @@ -2670,7 +2756,10 @@ public SetReadyToServeRequest(Google.Apis.Services.IClientService service, Googl InitParameters(); } - /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` + /// + /// Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or + /// `bidders/{accountId}/finalizedDeals/{dealId}` + /// [Google.Apis.Util.RequestParameterAttribute("deal", Google.Apis.Util.RequestParameterType.Path)] public virtual string Deal { get; private set; } @@ -4935,7 +5024,7 @@ public class MarketplaceTargeting : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Describes a single Media Planner account. + /// Represents a media planner account. public class MediaPlanner : Google.Apis.Requests.IDirectResponseSchema { /// Output only. Account ID of the media planner. diff --git a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.csproj b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.csproj index c03fbe06e75..b8e54270c03 100644 --- a/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.csproj +++ b/Src/Generated/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.AuthorizedBuyersMarketplace.v1alpha Client Library - 1.71.0.3905 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.cs b/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.cs index 6b0dbc8c4c6..017a6ec113c 100644 --- a/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.cs +++ b/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.cs @@ -1644,6 +1644,175 @@ protected override void InitParameters() } } + /// Fetch Backups for a given resource type. + /// + /// Required. Datasources are the parent resource for the backups. Format: + /// projects/{project}/locations/{location}/backupVaults/{backupVaultId}/dataSources/{datasourceId} + /// + public virtual FetchForResourceTypeRequest FetchForResourceType(string parent) + { + return new FetchForResourceTypeRequest(this.service, parent); + } + + /// Fetch Backups for a given resource type. + public class FetchForResourceTypeRequest : BackupdrBaseServiceRequest + { + /// Constructs a new FetchForResourceType request. + public FetchForResourceTypeRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Datasources are the parent resource for the backups. Format: + /// projects/{project}/locations/{location}/backupVaults/{backupVaultId}/dataSources/{datasourceId} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. A filter expression that filters the results fetched in the response. The + /// expression must specify the field name, a comparison operator, and the value that you + /// want to use for filtering. Supported fields: * name * state * backup_type * create_time + /// * expire_time * enforced_retention_end_time * gcp_backup_plan_info.backup_plan * + /// cloud_sql_instance_backup_properties.instance_tier * + /// cloud_sql_instance_backup_properties.database_installed_version + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use + /// "desc" after a field name for descending. Supported fields: * name + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. The maximum number of Backups to return. The service may return fewer than + /// this value. If unspecified, at most 50 Backups will be returned. The maximum value is + /// 100; values above 100 will be coerced to 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous call of `FetchBackupsForResourceType`. + /// Provide this to retrieve the subsequent page. When paginating, all other parameters + /// provided to `FetchBackupsForResourceType` must match the call that provided the page + /// token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Required. The type of the GCP resource. Ex: sqladmin.googleapis.com/Instance + /// + [Google.Apis.Util.RequestParameterAttribute("resourceType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ResourceType { get; set; } + + /// + /// Optional. This parameter is used to specify the view of the backup. If not specified, + /// the default view is BASIC. + /// + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// + /// Optional. This parameter is used to specify the view of the backup. If not specified, + /// the default view is BASIC. + /// + public enum ViewEnum + { + /// If the value is not set, the default 'FULL' view is used. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_UNSPECIFIED")] + BACKUPVIEWUNSPECIFIED = 0, + + /// Includes basic data about the Backup, but not the full contents. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_BASIC")] + BACKUPVIEWBASIC = 1, + + /// + /// Includes all data about the Backup. This is the default value (for both ListBackups + /// and GetBackup). + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_FULL")] + BACKUPVIEWFULL = 2, + } + + /// Gets the method name. + public override string MethodName => "fetchForResourceType"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/backups:fetchForResourceType"; + + /// Initializes FetchForResourceType parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/dataSources/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("resourceType", new Google.Apis.Discovery.Parameter + { + Name = "resourceType", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// Gets details of a Backup. /// /// Required. Name of the data source resource name, in the format @@ -3660,6 +3829,121 @@ protected override void InitParameters() }); } } + + /// Lists DataSourceReferences for a given project and location. + /// + /// Required. The parent resource name. Format: projects/{project}/locations/{location} + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists DataSourceReferences for a given project and location. + public class ListRequest : BackupdrBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. A filter expression that filters the results listed in the response. The expression + /// must specify the field name, a comparison operator, and the value that you want to use for + /// filtering. The following field and operator combinations are supported: * + /// data_source_gcp_resource_info.gcp_resourcename with `=`, `!=` * + /// data_source_gcp_resource_info.type with `=`, `!=` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" + /// after a field name for descending. Supported fields: * data_source * + /// data_source_gcp_resource_info.gcp_resourcename + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. The maximum number of DataSourceReferences to return. The service may return fewer + /// than this value. If unspecified, at most 50 DataSourceReferences will be returned. The maximum + /// value is 100; values above 100 will be coerced to 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous `ListDataSourceReferences` call. Provide this + /// to retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListDataSourceReferences` must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/dataSourceReferences"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// Gets the ManagementServers resource. @@ -4506,6 +4790,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -4551,6 +4846,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4772,6 +5075,59 @@ public TrialResource(Google.Apis.Services.IClientService service) this.service = service; } + /// Ends the trial for a project + /// The body of the request. + /// Required. The parent resource where this trial will be ended. + public virtual EndRequest End(Google.Apis.Backupdr.v1.Data.EndTrialRequest body, string parent) + { + return new EndRequest(this.service, body, parent); + } + + /// Ends the trial for a project + public class EndRequest : BackupdrBaseServiceRequest + { + /// Constructs a new End request. + public EndRequest(Google.Apis.Services.IClientService service, Google.Apis.Backupdr.v1.Data.EndTrialRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// Required. The parent resource where this trial will be ended. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Backupdr.v1.Data.EndTrialRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "end"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/trial:end"; + + /// Initializes End parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + /// Subscribes to a trial for a project /// The body of the request. /// @@ -4950,8 +5306,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5385,6 +5741,13 @@ public class Backup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("backupApplianceLocks")] public virtual System.Collections.Generic.IList BackupApplianceLocks { get; set; } + /// + /// Output only. Setting for how the enforced retention end time is inherited. This value is copied from this + /// backup's BackupVault. + /// + [Newtonsoft.Json.JsonPropertyAttribute("backupRetentionInheritance")] + public virtual string BackupRetentionInheritance { get; set; } + /// Output only. Type of the backup, unspecified, scheduled or ondemand. [Newtonsoft.Json.JsonPropertyAttribute("backupType")] public virtual string BackupType { get; set; } @@ -5565,6 +5928,14 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("gcpBackupPlanInfo")] public virtual GCPBackupPlanInfo GcpBackupPlanInfo { get; set; } + /// Output only. Unique identifier of the GCP resource that is being backed up. + [Newtonsoft.Json.JsonPropertyAttribute("gcpResource")] + public virtual BackupGcpResource GcpResource { get; set; } + + /// Optional. Output only. The list of KMS key versions used to encrypt the backup. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersions")] + public virtual System.Collections.Generic.IList KmsKeyVersions { get; set; } + /// /// Optional. Resource labels to represent user provided metadata. No labels currently defined. /// @@ -6094,6 +6465,25 @@ public class BackupDrTemplateConfig : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Minimum details to identify a Google Cloud resource for a backup. + public class BackupGcpResource : Google.Apis.Requests.IDirectResponseSchema + { + /// Name of the Google Cloud resource. + [Newtonsoft.Json.JsonPropertyAttribute("gcpResourcename")] + public virtual string GcpResourcename { get; set; } + + /// Location of the resource: //"global"/"unspecified". + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// BackupLocation represents a cloud location where a backup can be stored. public class BackupLocation : Google.Apis.Requests.IDirectResponseSchema { @@ -6262,6 +6652,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("logRetentionDays")] public virtual System.Nullable LogRetentionDays { get; set; } + /// + /// Optional. Optional field to configure the maximum number of days for which a backup can be retained. This + /// field is only applicable for on-demand backups taken with custom retention value. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCustomOnDemandRetentionDays")] + public virtual System.Nullable MaxCustomOnDemandRetentionDays { get; set; } + /// /// Output only. Identifier. The resource name of the `BackupPlan`. Format: /// `projects/{project}/locations/{location}/backupPlans/{backup_plan}` @@ -6603,6 +7000,10 @@ public class BackupVault : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("backupMinimumEnforcedRetentionDuration")] public virtual object BackupMinimumEnforcedRetentionDuration { get; set; } + /// Optional. Setting for how a backup's enforced retention end time is inherited. + [Newtonsoft.Json.JsonPropertyAttribute("backupRetentionInheritance")] + public virtual string BackupRetentionInheritance { get; set; } + private string _createTimeRaw; private object _createTime; @@ -6685,6 +7086,10 @@ public virtual System.DateTimeOffset? EffectiveTimeDateTimeOffset set => EffectiveTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } + /// Optional. The encryption config of the backup vault. + [Newtonsoft.Json.JsonPropertyAttribute("encryptionConfig")] + public virtual EncryptionConfig EncryptionConfig { get; set; } + /// /// Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from /// overwiting each other. @@ -6926,6 +7331,84 @@ public class CloudSqlInstanceBackupProperties : Google.Apis.Requests.IDirectResp [Newtonsoft.Json.JsonPropertyAttribute("finalBackup")] public virtual System.Nullable FinalBackup { get; set; } + private string _instanceCreateTimeRaw; + + private object _instanceCreateTime; + + /// Output only. The instance creation timestamp. + [Newtonsoft.Json.JsonPropertyAttribute("instanceCreateTime")] + public virtual string InstanceCreateTimeRaw + { + get => _instanceCreateTimeRaw; + set + { + _instanceCreateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _instanceCreateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use InstanceCreateTimeDateTimeOffset instead.")] + public virtual object InstanceCreateTime + { + get => _instanceCreateTime; + set + { + _instanceCreateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _instanceCreateTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? InstanceCreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(InstanceCreateTimeRaw); + set => InstanceCreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _instanceDeleteTimeRaw; + + private object _instanceDeleteTime; + + /// Output only. The instance delete timestamp. + [Newtonsoft.Json.JsonPropertyAttribute("instanceDeleteTime")] + public virtual string InstanceDeleteTimeRaw + { + get => _instanceDeleteTimeRaw; + set + { + _instanceDeleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _instanceDeleteTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use InstanceDeleteTimeDateTimeOffset instead.")] + public virtual object InstanceDeleteTime + { + get => _instanceDeleteTime; + set + { + _instanceDeleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _instanceDeleteTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? InstanceDeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(InstanceDeleteTimeRaw); + set => InstanceDeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// Output only. The tier (or machine type) for this instance. Example: `db-custom-1-3840` [Newtonsoft.Json.JsonPropertyAttribute("instanceTier")] public virtual string InstanceTier { get; set; } @@ -7781,6 +8264,12 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Output only. Total size of the storage used by all backup resources for the referenced datasource. + /// + [Newtonsoft.Json.JsonPropertyAttribute("totalStoredBytes")] + public virtual System.Nullable TotalStoredBytes { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -8030,6 +8519,35 @@ public class Empty : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Message describing the EncryptionConfig of backup vault. This determines how data within the vault is encrypted + /// at rest. + /// + public class EncryptionConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The Cloud KMS key name to encrypt backups in this backup vault. Must be in the same region as the + /// vault. Some workload backups like compute disk backups may use their inherited source key instead. Format: + /// projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key} + /// + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for ending a trial. + public class EndTrialRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The reason for ending the trial. + [Newtonsoft.Json.JsonPropertyAttribute("endReason")] + public virtual string EndReason { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A key/value pair to be used for storing metadata. public class Entry : Google.Apis.Requests.IDirectResponseSchema { @@ -8178,6 +8696,24 @@ public class FetchBackupPlanAssociationsForResourceTypeResponse : Google.Apis.Re public virtual string ETag { get; set; } } + /// Response for the FetchBackupsForResourceType method. + public class FetchBackupsForResourceTypeResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The Backups from the specified parent. + [Newtonsoft.Json.JsonPropertyAttribute("backups")] + public virtual System.Collections.Generic.IList Backups { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response for the FetchDataSourceReferencesForResourceType method. public class FetchDataSourceReferencesForResourceTypeResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -8736,6 +9272,28 @@ public class ListBackupsResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Response for the ListDataSourceReferences method. + public class ListDataSourceReferencesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The DataSourceReferences from the specified parent. + [Newtonsoft.Json.JsonPropertyAttribute("dataSourceReferences")] + public virtual System.Collections.Generic.IList DataSourceReferences { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// Locations that could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for listing DataSources. public class ListDataSourcesResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -8810,6 +9368,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -9542,6 +10108,17 @@ public class ResourceBackupConfig : Google.Apis.Requests.IDirectResponseSchema /// Request message for restoring from a Backup. public class RestoreBackupRequest : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. A field mask used to clear server-side default values for fields within the `instance_properties` + /// oneof. When a field in this mask is cleared, the server will not apply its default logic (like inheriting a + /// value from the source) for that field. The most common current use case is clearing default encryption keys. + /// Examples of field mask paths: - Compute Instance Disks: + /// `compute_instance_restore_properties.disks.*.disk_encryption_key` - Single Disk: + /// `disk_restore_properties.disk_encryption_key` + /// + [Newtonsoft.Json.JsonPropertyAttribute("clearOverridesFieldMask")] + public virtual object ClearOverridesFieldMask { get; set; } + /// Compute Engine instance properties to be overridden during restore. [Newtonsoft.Json.JsonPropertyAttribute("computeInstanceRestoreProperties")] public virtual ComputeInstanceRestoreProperties ComputeInstanceRestoreProperties { get; set; } @@ -10067,6 +10644,18 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// Request message for triggering a backup. public class TriggerBackupRequest : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. The duration for which backup data will be kept, while taking an on-demand backup with custom + /// retention. It is defined in "days". It is mutually exclusive with rule_id. This field is required if rule_id + /// is not provided. + /// + [Newtonsoft.Json.JsonPropertyAttribute("customRetentionDays")] + public virtual System.Nullable CustomRetentionDays { get; set; } + + /// Optional. Labels to be applied on the backup. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry /// your request, the server will know to ignore the request if it has already been completed. The server will diff --git a/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.csproj b/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.csproj index f10700ab8cb..9ca1e72400d 100644 --- a/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.csproj +++ b/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Backupdr.v1 Client Library - 1.71.0.3911 + 1.72.0.3968 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.cs b/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.cs index f9622b9d73b..2019266721f 100644 --- a/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.cs +++ b/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.cs @@ -1784,7 +1784,7 @@ protected override void InitParameters() /// Update a Backup. /// The body of the request. /// - /// Output only. The fully qualified name of the Backup. + /// Output only. Identifier. The fully qualified name of the Backup. /// `projects/*/locations/*/backupPlans/*/backups/*` /// public virtual PatchRequest Patch(Google.Apis.BackupforGKE.v1.Data.Backup body, string name) @@ -1804,7 +1804,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Bac } /// - /// Output only. The fully qualified name of the Backup. + /// Output only. Identifier. The fully qualified name of the Backup. /// `projects/*/locations/*/backupPlans/*/backups/*` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] @@ -2374,7 +2374,7 @@ protected override void InitParameters() /// Update a BackupPlan. /// The body of the request. /// - /// Output only. The full name of the BackupPlan resource. Format: + /// Output only. Identifier. The full name of the BackupPlan resource. Format: /// `projects/*/locations/*/backupPlans/*` /// public virtual PatchRequest Patch(Google.Apis.BackupforGKE.v1.Data.BackupPlan body, string name) @@ -2394,7 +2394,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Bac } /// - /// Output only. The full name of the BackupPlan resource. Format: + /// Output only. Identifier. The full name of the BackupPlan resource. Format: /// `projects/*/locations/*/backupPlans/*` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] @@ -2816,6 +2816,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2861,6 +2872,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4273,7 +4292,7 @@ protected override void InitParameters() /// Update a Restore. /// The body of the request. /// - /// Output only. The full name of the Restore resource. Format: + /// Output only. Identifier. The full name of the Restore resource. Format: /// `projects/*/locations/*/restorePlans/*/restores/*` /// public virtual PatchRequest Patch(Google.Apis.BackupforGKE.v1.Data.Restore body, string name) @@ -4293,7 +4312,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Bac } /// - /// Output only. The full name of the Restore resource. Format: + /// Output only. Identifier. The full name of the Restore resource. Format: /// `projects/*/locations/*/restorePlans/*/restores/*` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] @@ -4878,7 +4897,7 @@ protected override void InitParameters() /// Update a RestorePlan. /// The body of the request. /// - /// Output only. The full name of the RestorePlan resource. Format: + /// Output only. Identifier. The full name of the RestorePlan resource. Format: /// `projects/*/locations/*/restorePlans/*`. /// public virtual PatchRequest Patch(Google.Apis.BackupforGKE.v1.Data.RestorePlan body, string name) @@ -4898,7 +4917,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Bac } /// - /// Output only. The full name of the RestorePlan resource. Format: + /// Output only. Identifier. The full name of the RestorePlan resource. Format: /// `projects/*/locations/*/restorePlans/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] @@ -5159,8 +5178,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5489,7 +5508,8 @@ public virtual System.DateTimeOffset? DeleteLockExpireTimeDateTimeOffset public virtual System.Nullable Manual { get; set; } /// - /// Output only. The fully qualified name of the Backup. `projects/*/locations/*/backupPlans/*/backups/*` + /// Output only. Identifier. The fully qualified name of the Backup. + /// `projects/*/locations/*/backupPlans/*/backups/*` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -6015,7 +6035,8 @@ public virtual System.DateTimeOffset? LastSuccessfulBackupTimeDateTimeOffset } /// - /// Output only. The full name of the BackupPlan resource. Format: `projects/*/locations/*/backupPlans/*` + /// Output only. Identifier. The full name of the BackupPlan resource. Format: + /// `projects/*/locations/*/backupPlans/*` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -6705,6 +6726,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -7533,7 +7562,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Output only. The full name of the Restore resource. Format: + /// Output only. Identifier. The full name of the Restore resource. Format: /// `projects/*/locations/*/restorePlans/*/restores/*` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] @@ -7952,7 +7981,8 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Output only. The full name of the RestorePlan resource. Format: `projects/*/locations/*/restorePlans/*`. + /// Output only. Identifier. The full name of the RestorePlan resource. Format: + /// `projects/*/locations/*/restorePlans/*`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } diff --git a/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj b/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj index 09225ff3784..d29492de41a 100644 --- a/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj +++ b/Src/Generated/Google.Apis.BackupforGKE.v1/Google.Apis.BackupforGKE.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BackupforGKE.v1 Client Library - 1.71.0.3917 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs index 0559b826d90..90c1bcd97f9 100644 --- a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs +++ b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.cs @@ -3600,8 +3600,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. A list of extra location types that should be used as conditions for controlling the - /// visibility of the locations. + /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is + /// primarily intended for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj index 285662b1e1c..a6d1e1cf326 100644 --- a/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj +++ b/Src/Generated/Google.Apis.Baremetalsolution.v2/Google.Apis.Baremetalsolution.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Baremetalsolution.v2 Client Library - 1.69.0.3791 + 1.72.0.3933 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.cs b/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.cs index a70b4bfdfb7..c6afb30af58 100644 --- a/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.cs +++ b/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.cs @@ -1085,6 +1085,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1130,6 +1141,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2730,6 +2749,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj b/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj index d2ec1cac3e4..03c2d57c7d9 100644 --- a/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj +++ b/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Batch.v1 Client Library - 1.70.0.3877 + 1.72.0.3968 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.cs b/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.cs index 06fe7ef6677..7e3eac05488 100644 --- a/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.cs +++ b/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.cs @@ -526,6 +526,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -571,6 +582,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3074,6 +3093,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3119,6 +3149,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4519,8 +4557,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6642,11 +6680,12 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual string DisplayName { get; set; } /// - /// Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint - /// matchers is used to match the application. Match conditions for OR logic. An array of match conditions to - /// allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The - /// conditions should be the following combination: (Hostname &amp; Ports) EXAMPLES: Hostname and Ports - - /// ("*.example.com", "443"), ("example.com" and "22"), ("example.com" and "22,33") etc + /// Optional. An array of conditions to match the application's network endpoint. Each element in the array is + /// an EndpointMatcher object, which defines a specific combination of a hostname pattern and one or more ports. + /// The application is considered matched if at least one of the EndpointMatcher conditions in this array is met + /// (the conditions are combined using OR logic). Each EndpointMatcher must contain a hostname pattern, such as + /// "example.com", and one or more port numbers specified as a string, such as "443". Hostname and port number + /// examples: "*.example.com", "443" "example.com" and "22" "example.com" and "22,33" /// [Newtonsoft.Json.JsonPropertyAttribute("endpointMatchers")] public virtual System.Collections.Generic.IList EndpointMatchers { get; set; } @@ -6752,11 +6791,11 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork : /// Contextual headers configuration. public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Device info configuration. + /// Optional. The device information configuration. [Newtonsoft.Json.JsonPropertyAttribute("deviceInfo")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo DeviceInfo { get; set; } - /// Optional. Group info configuration. + /// Optional. Group details. [Newtonsoft.Json.JsonPropertyAttribute("groupInfo")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo GroupInfo { get; set; } @@ -6764,7 +6803,7 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders : Google.A [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } - /// Optional. User info configuration. + /// Optional. User details. [Newtonsoft.Json.JsonPropertyAttribute("userInfo")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo UserInfo { get; set; } @@ -6772,10 +6811,10 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders : Google.A public virtual string ETag { get; set; } } - /// Delegated device info configuration. + /// The delegated device information configuration. public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The output type of the delegated device info. + /// Optional. The output type details for the delegated device. [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } @@ -6783,10 +6822,10 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDe public virtual string ETag { get; set; } } - /// Delegated group info configuration. + /// The delegated group configuration details. public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The output type of the delegated group info. + /// Optional. The output type of the delegated group information. [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } @@ -6794,10 +6833,10 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGr public virtual string ETag { get; set; } } - /// Delegated user info configuration. + /// The configuration information for the delegated user. public class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The output type of the delegated user info. + /// Optional. The delegated user's information. [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } @@ -6838,7 +6877,7 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher : Google.Api [Newtonsoft.Json.JsonPropertyAttribute("hostname")] public virtual string Hostname { get; set; } - /// Required. Ports of the application. + /// Required. The ports of the application. [Newtonsoft.Json.JsonPropertyAttribute("ports")] public virtual System.Collections.Generic.IList> Ports { get; set; } @@ -6925,14 +6964,14 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig : Google [Newtonsoft.Json.JsonPropertyAttribute("contextualHeaders")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders ContextualHeaders { get; set; } - /// Optional. Gateway identity configuration. + /// Optional. The security gateway identity configuration. [Newtonsoft.Json.JsonPropertyAttribute("gatewayIdentity")] public virtual string GatewayIdentity { get; set; } /// /// Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: - /// &gt; Field names SHOULD constrain themselves to alphanumeric characters, "-", and ".", and SHOULD begin - /// with a letter. Field values SHOULD contain only ASCII printable characters and tab. + /// &gt;Field names can contain alphanumeric characters, hyphens, and periods, can contain only + /// ASCII-printable characters and tabs, and must start with a letter. /// [Newtonsoft.Json.JsonPropertyAttribute("metadataHeaders")] public virtual System.Collections.Generic.IDictionary MetadataHeaders { get; set; } @@ -7192,7 +7231,7 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway : /// API operation descriptor. public class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor : Google.Apis.Requests.IDirectResponseSchema { - /// Required. Contains uri path fragment where HTTP request is sent. + /// Required. Contains the URI path fragment where HTTP request is sent. [Newtonsoft.Json.JsonPropertyAttribute("path")] public virtual string Path { get; set; } @@ -7620,6 +7659,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj b/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj index b94ba4d935e..4309a8e360e 100644 --- a/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj +++ b/Src/Generated/Google.Apis.BeyondCorp.v1/Google.Apis.BeyondCorp.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BeyondCorp.v1 Client Library - 1.71.0.3917 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -56,8 +56,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.cs b/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.cs index 7e184c15a71..247f52097f1 100644 --- a/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.cs +++ b/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.cs @@ -1478,6 +1478,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1523,6 +1534,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -7138,6 +7157,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -7183,6 +7213,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -8583,8 +8621,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -11846,11 +11884,12 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual string DisplayName { get; set; } /// - /// Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint - /// matchers is used to match the application. Match conditions for OR logic. An array of match conditions to - /// allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The - /// conditions should be the following combination: (Hostname &amp; Ports) EXAMPLES: Hostname and Ports - - /// ("*.example.com", "443"), ("example.com" and "22"), ("example.com" and "22,33") etc + /// Optional. An array of conditions to match the application's network endpoint. Each element in the array is + /// an EndpointMatcher object, which defines a specific combination of a hostname pattern and one or more ports. + /// The application is considered matched if at least one of the EndpointMatcher conditions in this array is met + /// (the conditions are combined using OR logic). Each EndpointMatcher must contain a hostname pattern, such as + /// "example.com", and one or more port numbers specified as a string, such as "443". Hostname and port number + /// examples: "*.example.com", "443" "example.com" and "22" "example.com" and "22,33" /// [Newtonsoft.Json.JsonPropertyAttribute("endpointMatchers")] public virtual System.Collections.Generic.IList EndpointMatchers { get; set; } @@ -11956,11 +11995,11 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamNetw /// Contextual headers configuration. public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Device info configuration. + /// Optional. The device information configuration. [Newtonsoft.Json.JsonPropertyAttribute("deviceInfo")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo DeviceInfo { get; set; } - /// Optional. Group info configuration. + /// Optional. Group details. [Newtonsoft.Json.JsonPropertyAttribute("groupInfo")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo GroupInfo { get; set; } @@ -11968,7 +12007,7 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders : Goo [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } - /// Optional. User info configuration. + /// Optional. User details. [Newtonsoft.Json.JsonPropertyAttribute("userInfo")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo UserInfo { get; set; } @@ -11976,10 +12015,10 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders : Goo public virtual string ETag { get; set; } } - /// Delegated device info configuration. + /// The delegated device information configuration. public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The output type of the delegated device info. + /// Optional. The output type details for the delegated device. [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } @@ -11987,10 +12026,10 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelega public virtual string ETag { get; set; } } - /// Delegated group info configuration. + /// The delegated group configuration details. public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The output type of the delegated group info. + /// Optional. The output type of the delegated group information. [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } @@ -11998,10 +12037,10 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelega public virtual string ETag { get; set; } } - /// Delegated user info configuration. + /// The configuration information for the delegated user. public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The output type of the delegated user info. + /// Optional. The delegated user's information. [Newtonsoft.Json.JsonPropertyAttribute("outputType")] public virtual string OutputType { get; set; } @@ -12042,7 +12081,7 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher : Googl [Newtonsoft.Json.JsonPropertyAttribute("hostname")] public virtual string Hostname { get; set; } - /// Required. Ports of the application. + /// Required. The ports of the application. [Newtonsoft.Json.JsonPropertyAttribute("ports")] public virtual System.Collections.Generic.IList> Ports { get; set; } @@ -12129,14 +12168,14 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig : G [Newtonsoft.Json.JsonPropertyAttribute("contextualHeaders")] public virtual GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders ContextualHeaders { get; set; } - /// Optional. Gateway identity configuration. + /// Optional. The security gateway identity configuration. [Newtonsoft.Json.JsonPropertyAttribute("gatewayIdentity")] public virtual string GatewayIdentity { get; set; } /// /// Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: - /// &gt; Field names SHOULD constrain themselves to alphanumeric characters, "-", and ".", and SHOULD begin - /// with a letter. Field values SHOULD contain only ASCII printable characters and tab. + /// &gt;Field names can contain alphanumeric characters, hyphens, and periods, can contain only + /// ASCII-printable characters and tabs, and must start with a letter. /// [Newtonsoft.Json.JsonPropertyAttribute("metadataHeaders")] public virtual System.Collections.Generic.IDictionary MetadataHeaders { get; set; } @@ -12396,7 +12435,7 @@ public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGate /// API operation descriptor. public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor : Google.Apis.Requests.IDirectResponseSchema { - /// Required. Contains uri path fragment where HTTP request is sent. + /// Required. Contains the URI path fragment where HTTP request is sent. [Newtonsoft.Json.JsonPropertyAttribute("path")] public virtual string Path { get; set; } @@ -12719,6 +12758,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj b/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj index a9599b48393..2c554934aa5 100644 --- a/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj +++ b/Src/Generated/Google.Apis.BeyondCorp.v1alpha/Google.Apis.BeyondCorp.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.BeyondCorp.v1alpha Client Library - 1.71.0.3917 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -56,8 +56,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.cs b/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.cs index 49c5ac9dd35..fbc19ea33a6 100644 --- a/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.cs +++ b/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -284,9 +284,315 @@ public class ProjectsResource public ProjectsResource(Google.Apis.Services.IClientService service) { this.service = service; + Catalogs = new CatalogsResource(service); Locations = new LocationsResource(service); } + /// Gets the Catalogs resource. + public virtual CatalogsResource Catalogs { get; } + + /// The "catalogs" collection of methods. + public class CatalogsResource + { + private const string Resource = "catalogs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public CatalogsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Namespaces = new NamespacesResource(service); + } + + /// Gets the Namespaces resource. + public virtual NamespacesResource Namespaces { get; } + + /// The "namespaces" collection of methods. + public class NamespacesResource + { + private const string Resource = "namespaces"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public NamespacesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets the IAM policy for the specified Catalog. + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// Gets the IAM policy for the specified Catalog. + public class GetIamPolicyRequest : BigLakeServiceBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Sets the IAM policy for the specified catalog. + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.BigLakeService.v1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// Sets the IAM policy for the specified catalog. + public class SetIamPolicyRequest : BigLakeServiceBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.BigLakeService.v1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigLakeService.v1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+$", + }); + } + } + } + + /// Gets the IAM policy for the specified Catalog. + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// Gets the IAM policy for the specified Catalog. + public class GetIamPolicyRequest : BigLakeServiceBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, + /// and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the policy + /// version that you specified, or it might use a lower policy version. For example, if you specify + /// version 3, but the policy has no conditional role bindings, the response uses version 1. To learn + /// which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/catalogs/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Sets the IAM policy for the specified catalog. + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.BigLakeService.v1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// Sets the IAM policy for the specified catalog. + public class SetIamPolicyRequest : BigLakeServiceBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.BigLakeService.v1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigLakeService.v1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/catalogs/[^/]+$", + }); + } + } + } + /// Gets the Locations resource. public virtual LocationsResource Locations { get; } @@ -1379,6 +1685,131 @@ protected override void InitParameters() } namespace Google.Apis.BigLakeService.v1.Data { + /// + /// Specifies the audit configuration for a service. The configuration determines which permission types are logged, + /// and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If + /// there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used + /// for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each + /// AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": + /// "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] + /// }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", + /// "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ + /// "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ + /// logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE + /// logging. + /// + public class AuditConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// The configuration for logging of each type of permission. + [Newtonsoft.Json.JsonPropertyAttribute("auditLogConfigs")] + public virtual System.Collections.Generic.IList AuditLogConfigs { get; set; } + + /// + /// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, + /// `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. + /// + [Newtonsoft.Json.JsonPropertyAttribute("service")] + public virtual string Service { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": + /// "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables + /// 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging. + /// + public class AuditLogConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Specifies the identities that do not cause logging for this type of permission. Follows the same format of + /// Binding.members. + /// + [Newtonsoft.Json.JsonPropertyAttribute("exemptedMembers")] + public virtual System.Collections.Generic.IList ExemptedMembers { get; set; } + + /// The log type that this config enables. + [Newtonsoft.Json.JsonPropertyAttribute("logType")] + public virtual string LogType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Associates `members`, or principals, with a `role`. + public class Binding : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding + /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to + /// the current request. However, a different role binding might grant the same role to one or more of the + /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("condition")] + public virtual Expr Condition { get; set; } + + /// + /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following + /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a + /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated + /// with a Google account or a service account. Does not include identities that come from external identity + /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a + /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address + /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * + /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes + /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For + /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that + /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain + /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * + /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workforce identity pool. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All + /// workforce identities in a group. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All workforce identities with a specific attribute value. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a + /// workforce identity pool. * + /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workload identity pool. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: + /// A workload identity pool group. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All identities in a workload identity pool with a certain attribute. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: + /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address + /// (plus unique identifier) representing a user that has been recently deleted. For example, + /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to + /// `user:{emailid}` and the recovered user retains the role in the binding. * + /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a + /// service account that has been recently deleted. For example, + /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, + /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the + /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing + /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. + /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role + /// in the binding. * + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// Deleted single identity in a workforce identity pool. For example, + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("members")] + public virtual System.Collections.Generic.IList Members { get; set; } + + /// + /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, + /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM + /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined + /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). + /// + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual string Role { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Catalog is the container of databases. public class Catalog : Google.Apis.Requests.IDirectResponseSchema { @@ -1715,6 +2146,50 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression + /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example + /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" + /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" description: + /// "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" + /// Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly + /// visible" expression: "document.type != 'private' &amp;&amp; document.type != 'internal'" Example (Data + /// Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." + /// expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that + /// may be referenced within an expression are determined by the service that evaluates it. See the service + /// documentation for additional information. + /// + public class Expr : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when + /// hovered over it in a UI. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Textual representation of an expression in Common Expression Language syntax. + [Newtonsoft.Json.JsonPropertyAttribute("expression")] + public virtual string Expression { get; set; } + + /// + /// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a + /// position in the file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// + /// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs + /// which allow to enter the expression. + /// + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Options of a Hive database. public class HiveDatabaseOptions : Google.Apis.Requests.IDirectResponseSchema { @@ -1803,6 +2278,83 @@ public class ListTablesResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single + /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A + /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. + /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical + /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add + /// constraints based on attributes of the request, the resource, or both. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// ``` + /// { + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", + /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, + /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { + /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time + /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// ``` + /// **YAML + /// example:** + /// ``` + /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - + /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable + /// access description: Does not grant access after Sep 2020 expression: request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// ``` + /// For a description of IAM and its + /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// + public class Policy : Google.Apis.Requests.IDirectResponseSchema + { + /// Specifies cloud audit logging configuration for this policy. + [Newtonsoft.Json.JsonPropertyAttribute("auditConfigs")] + public virtual System.Collections.Generic.IList AuditConfigs { get; set; } + + /// + /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that + /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the + /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you + /// can add another 1,450 principals to the `bindings` in the `Policy`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } + + /// + /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy + /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the + /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned + /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** + /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit + /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding + /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing + /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you + /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this + /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on + /// that policy may specify any valid version or leave the field unset. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual System.Nullable Version { get; set; } + } + /// Request message for the RenameTable method in MetastoreService public class RenameTableRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -1828,6 +2380,28 @@ public class SerDeInfo : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Request message for `SetIamPolicy` method. + public class SetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few + /// 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might + /// reject them. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual Policy Policy { get; set; } + + /// + /// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be + /// modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"` + /// + [Newtonsoft.Json.JsonPropertyAttribute("updateMask")] + public virtual object UpdateMask { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Stores physical storage information of the data. public class StorageDescriptor : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.csproj b/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.csproj index 410843bc262..93bc0fa1310 100644 --- a/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.csproj +++ b/Src/Generated/Google.Apis.BigLakeService.v1/Google.Apis.BigLakeService.v1.csproj @@ -3,9 +3,9 @@ Google.Apis.BigLakeService.v1 Client Library - 1.68.0.3210 + 1.72.0.3952 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigQueryDataPolicyService.v2/Google.Apis.BigQueryDataPolicyService.v2.cs b/Src/Generated/Google.Apis.BigQueryDataPolicyService.v2/Google.Apis.BigQueryDataPolicyService.v2.cs new file mode 100644 index 00000000000..a825d0f1929 --- /dev/null +++ b/Src/Generated/Google.Apis.BigQueryDataPolicyService.v2/Google.Apis.BigQueryDataPolicyService.v2.cs @@ -0,0 +1,1487 @@ +// Copyright 2025 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Generated code. DO NOT EDIT! + +namespace Google.Apis.BigQueryDataPolicyService.v2 +{ + /// The BigQueryDataPolicyService Service. + public class BigQueryDataPolicyServiceService : Google.Apis.Services.BaseClientService + { + /// The API version. + public const string Version = "v2"; + + /// The discovery version used to generate this service. + public static Google.Apis.Discovery.DiscoveryVersion DiscoveryVersionUsed = Google.Apis.Discovery.DiscoveryVersion.Version_1_0; + + /// Constructs a new service. + public BigQueryDataPolicyServiceService() : this(new Google.Apis.Services.BaseClientService.Initializer()) + { + } + + /// Constructs a new service. + /// The service initializer. + public BigQueryDataPolicyServiceService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) + { + Projects = new ProjectsResource(this); + BaseUri = GetEffectiveUri(BaseUriOverride, "https://bigquerydatapolicy.googleapis.com/"); + BatchUri = GetEffectiveUri(null, "https://bigquerydatapolicy.googleapis.com/batch"); + } + + /// Gets the service supported features. + public override System.Collections.Generic.IList Features => new string[0]; + + /// Gets the service name. + public override string Name => "bigquerydatapolicy"; + + /// Gets the service base URI. + public override string BaseUri { get; } + + /// Gets the service base path. + public override string BasePath => ""; + + /// Gets the batch base URI; null if unspecified. + public override string BatchUri { get; } + + /// Gets the batch base path; null if unspecified. + public override string BatchPath => "batch"; + + /// Available OAuth 2.0 scopes for use with the BigQuery Data Policy API. + public class Scope + { + /// + /// View and manage your data in Google BigQuery and see the email address for your Google Account + /// + public static string Bigquery = "https://www.googleapis.com/auth/bigquery"; + + /// + /// See, edit, configure, and delete your Google Cloud data and see the email address for your Google + /// Account. + /// + public static string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"; + } + + /// Available OAuth 2.0 scope constants for use with the BigQuery Data Policy API. + public static class ScopeConstants + { + /// + /// View and manage your data in Google BigQuery and see the email address for your Google Account + /// + public const string Bigquery = "https://www.googleapis.com/auth/bigquery"; + + /// + /// See, edit, configure, and delete your Google Cloud data and see the email address for your Google + /// Account. + /// + public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"; + } + + /// Gets the Projects resource. + public virtual ProjectsResource Projects { get; } + } + + /// A base abstract class for BigQueryDataPolicyService requests. + public abstract class BigQueryDataPolicyServiceBaseServiceRequest : Google.Apis.Requests.ClientServiceRequest + { + /// Constructs a new BigQueryDataPolicyServiceBaseServiceRequest instance. + protected BigQueryDataPolicyServiceBaseServiceRequest(Google.Apis.Services.IClientService service) : base(service) + { + } + + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. Required + /// unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a + /// user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// Initializes BigQueryDataPolicyService parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("$.xgafv", new Google.Apis.Discovery.Parameter + { + Name = "$.xgafv", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("access_token", new Google.Apis.Discovery.Parameter + { + Name = "access_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("alt", new Google.Apis.Discovery.Parameter + { + Name = "alt", + IsRequired = false, + ParameterType = "query", + DefaultValue = "json", + Pattern = null, + }); + RequestParameters.Add("callback", new Google.Apis.Discovery.Parameter + { + Name = "callback", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("fields", new Google.Apis.Discovery.Parameter + { + Name = "fields", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("key", new Google.Apis.Discovery.Parameter + { + Name = "key", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("oauth_token", new Google.Apis.Discovery.Parameter + { + Name = "oauth_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("prettyPrint", new Google.Apis.Discovery.Parameter + { + Name = "prettyPrint", + IsRequired = false, + ParameterType = "query", + DefaultValue = "true", + Pattern = null, + }); + RequestParameters.Add("quotaUser", new Google.Apis.Discovery.Parameter + { + Name = "quotaUser", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("uploadType", new Google.Apis.Discovery.Parameter + { + Name = "uploadType", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("upload_protocol", new Google.Apis.Discovery.Parameter + { + Name = "upload_protocol", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// The "projects" collection of methods. + public class ProjectsResource + { + private const string Resource = "projects"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ProjectsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Locations = new LocationsResource(service); + } + + /// Gets the Locations resource. + public virtual LocationsResource Locations { get; } + + /// The "locations" collection of methods. + public class LocationsResource + { + private const string Resource = "locations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LocationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + DataPolicies = new DataPoliciesResource(service); + } + + /// Gets the DataPolicies resource. + public virtual DataPoliciesResource DataPolicies { get; } + + /// The "dataPolicies" collection of methods. + public class DataPoliciesResource + { + private const string Resource = "dataPolicies"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DataPoliciesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Adds new grantees to a data policy. The new grantees will be added to the existing grantees. If the + /// request contains a duplicate grantee, the grantee will be ignored. If the request contains a grantee + /// that already exists, the grantee will be ignored. + /// + /// The body of the request. + /// + /// Required. Resource name of this data policy, in the format of + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`. + /// + public virtual AddGranteesRequest AddGrantees(Google.Apis.BigQueryDataPolicyService.v2.Data.AddGranteesRequest body, string dataPolicy) + { + return new AddGranteesRequest(this.service, body, dataPolicy); + } + + /// + /// Adds new grantees to a data policy. The new grantees will be added to the existing grantees. If the + /// request contains a duplicate grantee, the grantee will be ignored. If the request contains a grantee + /// that already exists, the grantee will be ignored. + /// + public class AddGranteesRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new AddGrantees request. + public AddGranteesRequest(Google.Apis.Services.IClientService service, Google.Apis.BigQueryDataPolicyService.v2.Data.AddGranteesRequest body, string dataPolicy) : base(service) + { + DataPolicy = dataPolicy; + Body = body; + InitParameters(); + } + + /// + /// Required. Resource name of this data policy, in the format of + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("dataPolicy", Google.Apis.Util.RequestParameterType.Path)] + public virtual string DataPolicy { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigQueryDataPolicyService.v2.Data.AddGranteesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "addGrantees"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+dataPolicy}:addGrantees"; + + /// Initializes AddGrantees parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dataPolicy", new Google.Apis.Discovery.Parameter + { + Name = "dataPolicy", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + } + } + + /// + /// Creates a new data policy under a project with the given `data_policy_id` (used as the display + /// name), and data policy type. + /// + /// The body of the request. + /// + /// Required. Resource name of the project that the data policy will belong to. The format is + /// `projects/{project_number}/locations/{location_id}`. + /// + public virtual CreateRequest Create(Google.Apis.BigQueryDataPolicyService.v2.Data.CreateDataPolicyRequest body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// + /// Creates a new data policy under a project with the given `data_policy_id` (used as the display + /// name), and data policy type. + /// + public class CreateRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.BigQueryDataPolicyService.v2.Data.CreateDataPolicyRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. Resource name of the project that the data policy will belong to. The format is + /// `projects/{project_number}/locations/{location_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigQueryDataPolicyService.v2.Data.CreateDataPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+parent}/dataPolicies"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes the data policy specified by its resource name. + /// + /// Required. Resource name of the data policy to delete. Format is + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{id}`. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes the data policy specified by its resource name. + public class DeleteRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of the data policy to delete. Format is + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + } + } + + /// Gets the data policy specified by its resource name. + /// + /// Required. Resource name of the requested data policy. Format is + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{id}`. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets the data policy specified by its resource name. + public class GetRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of the requested data policy. Format is + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + } + } + + /// Gets the IAM policy for the specified data policy. + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(Google.Apis.BigQueryDataPolicyService.v2.Data.GetIamPolicyRequest body, string resource) + { + return new GetIamPolicyRequest(this.service, body, resource); + } + + /// Gets the IAM policy for the specified data policy. + public class GetIamPolicyRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.BigQueryDataPolicyService.v2.Data.GetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigQueryDataPolicyService.v2.Data.GetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + } + } + + /// List all of the data policies in the specified parent project. + /// + /// Required. Resource name of the project for which to list data policies. Format is + /// `projects/{project_number}/locations/{location_id}`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// List all of the data policies in the specified parent project. + public class ListRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Resource name of the project for which to list data policies. Format is + /// `projects/{project_number}/locations/{location_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Filters the data policies by policy tags that they are associated with. Currently + /// filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be + /// "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such + /// as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be + /// used with wildcard filters. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. The maximum number of data policies to return. Must be a value between 1 and 1000. If + /// not set, defaults to 50. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. The `nextPageToken` value returned from a previous list request, if any. If not set, + /// defaults to an empty string. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2/{+parent}/dataPolicies"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Updates the metadata for an existing data policy. The target data policy can be specified by the + /// resource name. + /// + /// The body of the request. + /// + /// Identifier. Resource name of this data policy, in the format of + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`. + /// + public virtual PatchRequest Patch(Google.Apis.BigQueryDataPolicyService.v2.Data.DataPolicy body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// + /// Updates the metadata for an existing data policy. The target data policy can be specified by the + /// resource name. + /// + public class PatchRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.BigQueryDataPolicyService.v2.Data.DataPolicy body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. Resource name of this data policy, in the format of + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. If set to true, and the data policy is not found, a new data policy will be created. + /// In this situation, update_mask is ignored. + /// + [Google.Apis.Util.RequestParameterAttribute("allowMissing", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AllowMissing { get; set; } + + /// + /// Optional. The update mask applies to the resource. For the `FieldMask` definition, see + /// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not + /// set, defaults to all of the fields that are allowed to update. Updates to the `name` and + /// `dataPolicyId` fields are not allowed. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.BigQueryDataPolicyService.v2.Data.DataPolicy Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + RequestParameters.Add("allowMissing", new Google.Apis.Discovery.Parameter + { + Name = "allowMissing", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Removes grantees from a data policy. The grantees will be removed from the existing grantees. If the + /// request contains a grantee that does not exist, the grantee will be ignored. + /// + /// The body of the request. + /// + /// Required. Resource name of this data policy, in the format of + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`. + /// + public virtual RemoveGranteesRequest RemoveGrantees(Google.Apis.BigQueryDataPolicyService.v2.Data.RemoveGranteesRequest body, string dataPolicy) + { + return new RemoveGranteesRequest(this.service, body, dataPolicy); + } + + /// + /// Removes grantees from a data policy. The grantees will be removed from the existing grantees. If the + /// request contains a grantee that does not exist, the grantee will be ignored. + /// + public class RemoveGranteesRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new RemoveGrantees request. + public RemoveGranteesRequest(Google.Apis.Services.IClientService service, Google.Apis.BigQueryDataPolicyService.v2.Data.RemoveGranteesRequest body, string dataPolicy) : base(service) + { + DataPolicy = dataPolicy; + Body = body; + InitParameters(); + } + + /// + /// Required. Resource name of this data policy, in the format of + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("dataPolicy", Google.Apis.Util.RequestParameterType.Path)] + public virtual string DataPolicy { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigQueryDataPolicyService.v2.Data.RemoveGranteesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "removeGrantees"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+dataPolicy}:removeGrantees"; + + /// Initializes RemoveGrantees parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dataPolicy", new Google.Apis.Discovery.Parameter + { + Name = "dataPolicy", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + } + } + + /// Sets the IAM policy for the specified data policy. + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.BigQueryDataPolicyService.v2.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// Sets the IAM policy for the specified data policy. + public class SetIamPolicyRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.BigQueryDataPolicyService.v2.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigQueryDataPolicyService.v2.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + } + } + + /// Returns the caller's permission on the specified data policy resource. + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.BigQueryDataPolicyService.v2.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// Returns the caller's permission on the specified data policy resource. + public class TestIamPermissionsRequest : BigQueryDataPolicyServiceBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.BigQueryDataPolicyService.v2.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.BigQueryDataPolicyService.v2.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataPolicies/[^/]+$", + }); + } + } + } + } + } +} +namespace Google.Apis.BigQueryDataPolicyService.v2.Data +{ + /// Request message for the AddGrantees method. + public class AddGranteesRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. IAM principal that should be granted Fine Grained Access to the underlying data goverened by the + /// data policy. The target data policy is determined by the `data_policy` field. Uses the [IAM V2 principal + /// syntax](https://cloud.google.com/iam/docs/principal-identifiers#v2). Supported principal types: * User * + /// Group * Service account + /// + [Newtonsoft.Json.JsonPropertyAttribute("grantees")] + public virtual System.Collections.Generic.IList Grantees { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Specifies the audit configuration for a service. The configuration determines which permission types are logged, + /// and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If + /// there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used + /// for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each + /// AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": + /// "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] + /// }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", + /// "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ + /// "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ + /// logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE + /// logging. + /// + public class AuditConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// The configuration for logging of each type of permission. + [Newtonsoft.Json.JsonPropertyAttribute("auditLogConfigs")] + public virtual System.Collections.Generic.IList AuditLogConfigs { get; set; } + + /// + /// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, + /// `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. + /// + [Newtonsoft.Json.JsonPropertyAttribute("service")] + public virtual string Service { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": + /// "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables + /// 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging. + /// + public class AuditLogConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Specifies the identities that do not cause logging for this type of permission. Follows the same format of + /// Binding.members. + /// + [Newtonsoft.Json.JsonPropertyAttribute("exemptedMembers")] + public virtual System.Collections.Generic.IList ExemptedMembers { get; set; } + + /// The log type that this config enables. + [Newtonsoft.Json.JsonPropertyAttribute("logType")] + public virtual string LogType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Associates `members`, or principals, with a `role`. + public class Binding : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding + /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to + /// the current request. However, a different role binding might grant the same role to one or more of the + /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("condition")] + public virtual Expr Condition { get; set; } + + /// + /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following + /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a + /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated + /// with a Google account or a service account. Does not include identities that come from external identity + /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a + /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address + /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * + /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes + /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For + /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that + /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain + /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * + /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workforce identity pool. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All + /// workforce identities in a group. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All workforce identities with a specific attribute value. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a + /// workforce identity pool. * + /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workload identity pool. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: + /// A workload identity pool group. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All identities in a workload identity pool with a certain attribute. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: + /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address + /// (plus unique identifier) representing a user that has been recently deleted. For example, + /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to + /// `user:{emailid}` and the recovered user retains the role in the binding. * + /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a + /// service account that has been recently deleted. For example, + /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, + /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the + /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing + /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. + /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role + /// in the binding. * + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// Deleted single identity in a workforce identity pool. For example, + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("members")] + public virtual System.Collections.Generic.IList Members { get; set; } + + /// + /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, + /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM + /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined + /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). + /// + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual string Role { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for the CreateDataPolicy method. + public class CreateDataPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The data policy to create. The `name` field does not need to be provided for the data policy + /// creation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataPolicy")] + public virtual DataPolicy DataPolicy { get; set; } + + /// + /// Required. User-assigned (human readable) ID of the data policy that needs to be unique within a project. + /// Used as {data_policy_id} in part of the resource name. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataPolicyId")] + public virtual string DataPolicyId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The policy used to specify data masking rule. + public class DataMaskingPolicy : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. A predefined masking expression. + [Newtonsoft.Json.JsonPropertyAttribute("predefinedExpression")] + public virtual string PredefinedExpression { get; set; } + + /// + /// Optional. The name of the BigQuery routine that contains the custom masking routine, in the format of + /// `projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("routine")] + public virtual string Routine { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the label-policy binding. + public class DataPolicy : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The data masking policy that specifies the data masking rule to use. It must be set if the data + /// policy type is DATA_MASKING_POLICY. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataMaskingPolicy")] + public virtual DataMaskingPolicy DataMaskingPolicy { get; set; } + + /// + /// Output only. User-assigned (human readable) ID of the data policy that needs to be unique within a project. + /// Used as {data_policy_id} in part of the resource name. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataPolicyId")] + public virtual string DataPolicyId { get; set; } + + /// Required. Type of data policy. + [Newtonsoft.Json.JsonPropertyAttribute("dataPolicyType")] + public virtual string DataPolicyType { get; set; } + + /// + /// The etag for this Data Policy. This field is used for UpdateDataPolicy calls. If Data Policy exists, this + /// field is required and must match the server's etag. It will also be populated in the response of + /// GetDataPolicy, CreateDataPolicy, and UpdateDataPolicy calls. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// Optional. The list of IAM principals that have Fine Grained Access to the underlying data goverened by this + /// data policy. Uses the [IAM V2 principal syntax](https://cloud.google.com/iam/docs/principal-identifiers#v2) + /// Only supports principal types users, groups, serviceaccounts, cloudidentity. This field is supported in V2 + /// Data Policy only. In case of V1 data policies (i.e. verion = 1 and policy_tag is set), this field is not + /// populated. + /// + [Newtonsoft.Json.JsonPropertyAttribute("grantees")] + public virtual System.Collections.Generic.IList Grantees { get; set; } + + /// + /// Identifier. Resource name of this data policy, in the format of + /// `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Output only. Policy tag resource name, in the format of + /// `projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}`. + /// policy_tag is supported only for V1 data policies. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policyTag")] + public virtual string PolicyTag { get; set; } + + /// Output only. The version of the Data Policy resource. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + } + + /// + /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical + /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc + /// Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } + /// + public class Empty : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression + /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example + /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" + /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" description: + /// "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" + /// Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly + /// visible" expression: "document.type != 'private' &amp;&amp; document.type != 'internal'" Example (Data + /// Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." + /// expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that + /// may be referenced within an expression are determined by the service that evaluates it. See the service + /// documentation for additional information. + /// + public class Expr : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when + /// hovered over it in a UI. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Textual representation of an expression in Common Expression Language syntax. + [Newtonsoft.Json.JsonPropertyAttribute("expression")] + public virtual string Expression { get; set; } + + /// + /// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a + /// position in the file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// + /// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs + /// which allow to enter the expression. + /// + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for `GetIamPolicy` method. + public class GetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. + [Newtonsoft.Json.JsonPropertyAttribute("options")] + public virtual GetPolicyOptions Options { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Encapsulates settings provided to GetIamPolicy. + public class GetPolicyOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. + /// Requests specifying an invalid value will be rejected. Requests for policies with any conditional role + /// bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or + /// leave the field unset. The policy in the response might use the policy version that you specified, or it + /// might use a lower policy version. For example, if you specify version 3, but the policy has no conditional + /// role bindings, the response uses version 1. To learn which resources support conditions in their IAM + /// policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("requestedPolicyVersion")] + public virtual System.Nullable RequestedPolicyVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the ListDataPolicies method. + public class ListDataPoliciesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Data policies that belong to the requested project. + [Newtonsoft.Json.JsonPropertyAttribute("dataPolicies")] + public virtual System.Collections.Generic.IList DataPolicies { get; set; } + + /// Token used to retrieve the next page of results, or empty if there are no more results. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single + /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A + /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. + /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical + /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add + /// constraints based on attributes of the request, the resource, or both. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// ``` + /// { + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", + /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, + /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { + /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time + /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// ``` + /// **YAML + /// example:** + /// ``` + /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - + /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable + /// access description: Does not grant access after Sep 2020 expression: request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// ``` + /// For a description of IAM and its + /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// + public class Policy : Google.Apis.Requests.IDirectResponseSchema + { + /// Specifies cloud audit logging configuration for this policy. + [Newtonsoft.Json.JsonPropertyAttribute("auditConfigs")] + public virtual System.Collections.Generic.IList AuditConfigs { get; set; } + + /// + /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that + /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the + /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you + /// can add another 1,450 principals to the `bindings` in the `Policy`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } + + /// + /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy + /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the + /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned + /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** + /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit + /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding + /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing + /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you + /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this + /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on + /// that policy may specify any valid version or leave the field unset. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual System.Nullable Version { get; set; } + } + + /// Request message for the RemoveGrantees method. + public class RemoveGranteesRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. IAM principal that should be revoked from Fine Grained Access to the underlying data goverened by + /// the data policy. The target data policy is determined by the `data_policy` field. Uses the [IAM V2 principal + /// syntax](https://cloud.google.com/iam/docs/principal-identifiers#v2). Supported principal types: * User * + /// Group * Service account + /// + [Newtonsoft.Json.JsonPropertyAttribute("grantees")] + public virtual System.Collections.Generic.IList Grantees { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for `SetIamPolicy` method. + public class SetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few + /// 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might + /// reject them. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual Policy Policy { get; set; } + + /// + /// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be + /// modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"` + /// + [Newtonsoft.Json.JsonPropertyAttribute("updateMask")] + public virtual object UpdateMask { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for `TestIamPermissions` method. + public class TestIamPermissionsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) + /// are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Newtonsoft.Json.JsonPropertyAttribute("permissions")] + public virtual System.Collections.Generic.IList Permissions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `TestIamPermissions` method. + public class TestIamPermissionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// A subset of `TestPermissionsRequest.permissions` that the caller is allowed. + [Newtonsoft.Json.JsonPropertyAttribute("permissions")] + public virtual System.Collections.Generic.IList Permissions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } +} diff --git a/Src/Generated/Google.Apis.BigQueryDataPolicyService.v2/Google.Apis.BigQueryDataPolicyService.v2.csproj b/Src/Generated/Google.Apis.BigQueryDataPolicyService.v2/Google.Apis.BigQueryDataPolicyService.v2.csproj new file mode 100644 index 00000000000..b2a61c737f5 --- /dev/null +++ b/Src/Generated/Google.Apis.BigQueryDataPolicyService.v2/Google.Apis.BigQueryDataPolicyService.v2.csproj @@ -0,0 +1,66 @@ + + + + + Google.Apis.BigQueryDataPolicyService.v2 Client Library + 1.72.0.3926 + Google LLC + Copyright 2025 Google LLC + Google + https://github.com/google/google-api-dotnet-client + Apache-2.0 + git + https://github.com/google/google-api-dotnet-client + https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png + NuGetIcon.png + + Google APIs Client Library for working with Bigquerydatapolicy v2. + + Product documentation is available at: + https://cloud.google.com/bigquery/docs/column-data-masking + + API reference documentation for this package is available at: + https://googleapis.dev/dotnet/Google.Apis.BigQueryDataPolicyService.v2/latest/api/Google.Apis.BigQueryDataPolicyService.v2.html + + The source code for this package is available at: + https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.BigQueryDataPolicyService.v2 + + Supported Platforms: + - .NET Framework 4.6.2+ + - .NET Standard 2.0 + - .NET 6.0+ + + Incompatible platforms: + - .NET Framework < 4.6.2 + - Silverlight + - UWP (will build, but is known not to work at runtime) + - Xamarin/MAUI + - Windows 8 Apps + - Windows Phone 8.1 + - Windows Phone Silverlight 8.0 + + + + + + + + + + + netstandard2.0;net462;net6.0 + true + ..\..\..\google.apis.snk + portable + true + 1570,1587,1591 + + + + + + + + + + diff --git a/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.cs b/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.cs index 4abfa60cc7c..35205e7b169 100644 --- a/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.cs +++ b/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.cs @@ -2004,8 +2004,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -4276,6 +4276,10 @@ public class TransferConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("error")] public virtual Status Error { get; set; } + /// The classification of the destination table. + [Newtonsoft.Json.JsonPropertyAttribute("managedTableType")] + public virtual string ManagedTableType { get; set; } + /// /// Identifier. The resource name of the transfer config. Transfer config names have the form either /// `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or diff --git a/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj b/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj index 6df623198a6..40ac3593838 100644 --- a/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj +++ b/Src/Generated/Google.Apis.BigQueryDataTransfer.v1/Google.Apis.BigQueryDataTransfer.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BigQueryDataTransfer.v1 Client Library - 1.71.0.3901 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.cs b/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.cs index a6a5795d057..2d895e6494a 100644 --- a/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.cs +++ b/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.cs @@ -2780,6 +2780,15 @@ public class Assignment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Optional. The scheduling policy to use for jobs and queries of this assignee when running under the + /// associated reservation. The scheduling policy controls how the reservation's resources are distributed. This + /// overrides the default scheduling policy specified on the reservation. This feature is not yet generally + /// available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("schedulingPolicy")] + public virtual SchedulingPolicy SchedulingPolicy { get; set; } + /// Output only. State of the assignment. [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -3700,6 +3709,14 @@ public virtual System.DateTimeOffset? CreationTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("scalingMode")] public virtual string ScalingMode { get; set; } + /// + /// Optional. The scheduling policy to use for jobs and queries running under this reservation. The scheduling + /// policy controls how the reservation's resources are distributed. This feature is not yet generally + /// available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("schedulingPolicy")] + public virtual SchedulingPolicy SchedulingPolicy { get; set; } + /// /// Optional. The current location of the reservation's secondary replica. This field is only set for /// reservations using the managed disaster recovery feature. Users can set this in create reservation calls to @@ -3779,6 +3796,28 @@ public class ReservationGroup : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The scheduling policy controls how a reservation's resources are distributed. + public class SchedulingPolicy : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If present and &gt; 0, the reservation will attempt to limit the concurrency of jobs running + /// for any particular project within it to the given value. This feature is not yet generally available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("concurrency")] + public virtual System.Nullable Concurrency { get; set; } + + /// + /// Optional. If present and &gt; 0, the reservation will attempt to limit the slot consumption of queries + /// running for any particular project within it to the given value. This feature is not yet generally + /// available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxSlots")] + public virtual System.Nullable MaxSlots { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The response for ReservationService.SearchAllAssignments. public class SearchAllAssignmentsResponse : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj b/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj index 5915f5de550..c2e79cda6aa 100644 --- a/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj +++ b/Src/Generated/Google.Apis.BigQueryReservation.v1/Google.Apis.BigQueryReservation.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.BigQueryReservation.v1 Client Library - 1.71.0.3902 + 1.72.0.3934 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.cs b/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.cs index 05459538a4a..505af58a25e 100644 --- a/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.cs +++ b/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.cs @@ -7984,6 +7984,10 @@ public class IndexPruningStats : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("baseTable")] public virtual TableReference BaseTable { get; set; } + /// The index id. + [Newtonsoft.Json.JsonPropertyAttribute("indexId")] + public virtual string IndexId { get; set; } + /// The number of parallel inputs after index pruning. [Newtonsoft.Json.JsonPropertyAttribute("postIndexPruningParallelInputCount")] public virtual System.Nullable PostIndexPruningParallelInputCount { get; set; } diff --git a/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj b/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj index 2969ee0a746..96d74efd1ee 100644 --- a/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj +++ b/Src/Generated/Google.Apis.Bigquery.v2/Google.Apis.Bigquery.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Bigquery.v2 Client Library - 1.71.0.3923 + 1.72.0.3937 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.cs b/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.cs index d601129c147..4fb65b0c0ba 100644 --- a/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.cs +++ b/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.cs @@ -407,6 +407,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -452,6 +463,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2968,6 +2987,38 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// + /// Optional. Describes which of the materialized view's fields should be populated in the response. + /// Defaults to SCHEMA_VIEW. + /// + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// + /// Optional. Describes which of the materialized view's fields should be populated in the response. + /// Defaults to SCHEMA_VIEW. + /// + public enum ViewEnum + { + /// Uses the default view for each method as documented in its request. + [Google.Apis.Util.StringValueAttribute("VIEW_UNSPECIFIED")] + VIEWUNSPECIFIED = 0, + + /// Only populates fields related to the materialized view's schema. + [Google.Apis.Util.StringValueAttribute("SCHEMA_VIEW")] + SCHEMAVIEW = 1, + + /// + /// Only populates fields related to the materialized view's replication state. + /// + [Google.Apis.Util.StringValueAttribute("REPLICATION_VIEW")] + REPLICATIONVIEW = 2, + + /// Populates all fields. + [Google.Apis.Util.StringValueAttribute("FULL")] + FULL = 3, + } + /// Gets the method name. public override string MethodName => "get"; @@ -2989,6 +3040,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$", }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -3101,6 +3160,38 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// Optional. Describes which of the materialized view's fields should be populated in the response. + /// For now, only the default value SCHEMA_VIEW is supported. + /// + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// + /// Optional. Describes which of the materialized view's fields should be populated in the response. + /// For now, only the default value SCHEMA_VIEW is supported. + /// + public enum ViewEnum + { + /// Uses the default view for each method as documented in its request. + [Google.Apis.Util.StringValueAttribute("VIEW_UNSPECIFIED")] + VIEWUNSPECIFIED = 0, + + /// Only populates fields related to the materialized view's schema. + [Google.Apis.Util.StringValueAttribute("SCHEMA_VIEW")] + SCHEMAVIEW = 1, + + /// + /// Only populates fields related to the materialized view's replication state. + /// + [Google.Apis.Util.StringValueAttribute("REPLICATION_VIEW")] + REPLICATIONVIEW = 2, + + /// Populates all fields. + [Google.Apis.Util.StringValueAttribute("FULL")] + FULL = 3, + } + /// Gets the method name. public override string MethodName => "list"; @@ -3138,6 +3229,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -6269,8 +6368,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7110,8 +7209,9 @@ public class ColumnFamily : Google.Apis.Requests.IDirectResponseSchema /// /// The type of data stored in each of this family's cell values, including its full encoding. If omitted, the /// family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only - /// be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be - /// compatible with: * `value_type.input_type` for `AddInput` mutations + /// be set at family creation and is immutable afterwards. This field is mutually exclusive with `sql_type`. If + /// `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` + /// mutations /// [Newtonsoft.Json.JsonPropertyAttribute("valueType")] public virtual Type ValueType { get; set; } @@ -8500,6 +8600,17 @@ public class GoogleBigtableAdminV2AuthorizedViewSubsetView : Google.Apis.Request public virtual string ETag { get; set; } } + /// The state of a materialized view's data in a particular cluster. + public class GoogleBigtableAdminV2MaterializedViewClusterState : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The state of the materialized view in this cluster. + [Newtonsoft.Json.JsonPropertyAttribute("replicationState")] + public virtual string ReplicationState { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A value that combines incremental updates into a summarized value. Data is never directly written or read using /// type `Aggregate`. Writes provide either the `input_type` or `state_type`, and reads always return the @@ -9378,6 +9489,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -9479,6 +9598,15 @@ public class LogicalView : Google.Apis.Requests.IDirectResponseSchema /// A materialized view object that can be referenced in SQL queries. public class MaterializedView : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. Map from cluster ID to per-cluster materialized view state. If it could not be determined + /// whether or not the materialized view has data in a particular cluster (for example, if its zone is + /// unavailable), then there will be an entry for the cluster with `STATE_NOT_KNOWN` state. Views: + /// `REPLICATION_VIEW`, `FULL`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterStates")] + public virtual System.Collections.Generic.IDictionary ClusterStates { get; set; } + /// /// Set to true to make the MaterializedView protected against deletion. Views: `SCHEMA_VIEW`, /// `REPLICATION_VIEW`, `FULL`. diff --git a/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj b/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj index 00eccb0d366..7cea39c5a19 100644 --- a/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj +++ b/Src/Generated/Google.Apis.BigtableAdmin.v2/Google.Apis.BigtableAdmin.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.BigtableAdmin.v2 Client Library - 1.71.0.3907 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.cs b/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.cs index 1798b7afd66..2b2a28e4789 100644 --- a/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.cs +++ b/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj b/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj index a86b7eb70ce..1c55c794d79 100644 --- a/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj +++ b/Src/Generated/Google.Apis.BusinessProfilePerformance.v1/Google.Apis.BusinessProfilePerformance.v1.csproj @@ -3,9 +3,9 @@ Google.Apis.BusinessProfilePerformance.v1 Client Library - 1.68.0.3562 + 1.72.0.3951 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -59,7 +59,7 @@ - + diff --git a/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.cs b/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.cs index 0a91348e630..f9184bcfa16 100644 --- a/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.cs +++ b/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.cs @@ -930,9 +930,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -1063,8 +1063,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1639,8 +1639,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj b/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj index 137dc1c253d..37f145fc2aa 100644 --- a/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.CCAIPlatform.v1alpha1/Google.Apis.CCAIPlatform.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.CCAIPlatform.v1alpha1 Client Library - 1.71.0.3920 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.cs b/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.cs index e194520ebd8..3a8197af5c4 100644 --- a/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.cs +++ b/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.cs @@ -1746,14 +1746,28 @@ protected override void InitParameters() } } - /// Creates a secondary calendar. + /// + /// Creates a secondary calendar. The authenticated user for the request is made the data owner of the new + /// calendar. Note: We recommend to authenticate as the intended data owner of the calendar. You can use + /// domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a + /// service account for authentication. If you use a service account for authentication, the service account is + /// the data owner, which can lead to unexpected behavior. For example, if a service account is the data owner, + /// data ownership cannot be transferred. + /// /// The body of the request. public virtual InsertRequest Insert(Google.Apis.Calendar.v3.Data.Calendar body) { return new InsertRequest(this.service, body); } - /// Creates a secondary calendar. + /// + /// Creates a secondary calendar. The authenticated user for the request is made the data owner of the new + /// calendar. Note: We recommend to authenticate as the intended data owner of the calendar. You can use + /// domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a + /// service account for authentication. If you use a service account for authentication, the service account is + /// the data owner, which can lead to unexpected behavior. For example, if a service account is the data owner, + /// data ownership cannot be transferred. + /// public class InsertRequest : CalendarBaseServiceRequest { /// Constructs a new Insert request. @@ -4596,9 +4610,10 @@ public class AclRule : Google.Apis.Requests.IDirectResponseSchema /// Provides read access to free/busy information. - "reader" - Provides read access to the calendar. Private /// events will appear to users with reader access, but event details will be hidden. - "writer" - Provides /// read and write access to the calendar. Private events will appear to users with writer access, and event - /// details will be visible. Provides read access to the calendar's ACLs. - "owner" - Provides ownership of the - /// calendar. This role has all of the permissions of the writer role with the additional ability to manipulate - /// ACLs. + /// details will be visible. Provides read access to the calendar's ACLs. - "owner" - Provides manager access + /// to the calendar. This role has all of the permissions of the writer role with the additional ability to + /// modify access levels of other users. Important: the owner role is different from the calendar's data owner. + /// A calendar has a single data owner, but can have multiple users with owner role. /// [Newtonsoft.Json.JsonPropertyAttribute("role")] public virtual string Role { get; set; } @@ -4636,6 +4651,10 @@ public class Calendar : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("conferenceProperties")] public virtual ConferenceProperties ConferenceProperties { get; set; } + /// The email of the owner of the calendar. Set only for secondary calendars. Read-only. + [Newtonsoft.Json.JsonPropertyAttribute("dataOwner")] + public virtual string DataOwner { get; set; } + /// Description of the calendar. Optional. [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } @@ -4704,8 +4723,10 @@ public class CalendarListEntry : Google.Apis.Requests.IDirectResponseSchema /// - "freeBusyReader" - Provides read access to free/busy information. - "reader" - Provides read access to /// the calendar. Private events will appear to users with reader access, but event details will be hidden. - /// "writer" - Provides read and write access to the calendar. Private events will appear to users with writer - /// access, and event details will be visible. - "owner" - Provides ownership of the calendar. This role has - /// all of the permissions of the writer role with the additional ability to see and manipulate ACLs. + /// access, and event details will be visible. - "owner" - Provides manager access to the calendar. This role + /// has all of the permissions of the writer role with the additional ability to see and modify access levels of + /// other users. Important: the owner role is different from the calendar's data owner. A calendar has a single + /// data owner, but can have multiple users with owner role. /// [Newtonsoft.Json.JsonPropertyAttribute("accessRole")] public virtual string AccessRole { get; set; } @@ -4732,6 +4753,10 @@ public class CalendarListEntry : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("conferenceProperties")] public virtual ConferenceProperties ConferenceProperties { get; set; } + /// The email of the owner of the calendar. Set only for secondary calendars. Read-only. + [Newtonsoft.Json.JsonPropertyAttribute("dataOwner")] + public virtual string DataOwner { get; set; } + /// The default reminders that the authenticated user has for this calendar. [Newtonsoft.Json.JsonPropertyAttribute("defaultReminders")] public virtual System.Collections.Generic.IList DefaultReminders { get; set; } @@ -6016,9 +6041,10 @@ public class Events : Google.Apis.Requests.IDirectResponseSchema /// access. - "freeBusyReader" - The user has read access to free/busy information. - "reader" - The user has /// read access to the calendar. Private events will appear to users with reader access, but event details will /// be hidden. - "writer" - The user has read and write access to the calendar. Private events will appear to - /// users with writer access, and event details will be visible. - "owner" - The user has ownership of the + /// users with writer access, and event details will be visible. - "owner" - The user has manager access to the /// calendar. This role has all of the permissions of the writer role with the additional ability to see and - /// manipulate ACLs. + /// modify access levels of other users. Important: the owner role is different from the calendar's data owner. + /// A calendar has a single data owner, but can have multiple users with owner role. /// [Newtonsoft.Json.JsonPropertyAttribute("accessRole")] public virtual string AccessRole { get; set; } diff --git a/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj b/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj index 3c92d100252..408826fbd19 100644 --- a/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj +++ b/Src/Generated/Google.Apis.Calendar.v3/Google.Apis.Calendar.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Calendar.v3 Client Library - 1.69.0.3746 + 1.72.0.3953 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.cs b/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.cs index a4af677a7f8..57be80c36e8 100644 --- a/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.cs +++ b/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.cs @@ -3770,8 +3770,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj b/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj index ec754a041c7..6cee7d371dd 100644 --- a/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj +++ b/Src/Generated/Google.Apis.CertificateAuthorityService.v1/Google.Apis.CertificateAuthorityService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CertificateAuthorityService.v1 Client Library - 1.71.0.3921 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -56,8 +56,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.cs b/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.cs index e1a227dc6b1..71c6ea5de3f 100644 --- a/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.cs +++ b/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.cs @@ -1369,8 +1369,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj b/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj index 5a4685b334e..e94dd767177 100644 --- a/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CertificateAuthorityService.v1beta1/Google.Apis.CertificateAuthorityService.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CertificateAuthorityService.v1beta1 Client Library - 1.71.0.3921 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -56,8 +56,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.cs b/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.cs index d82ca1e5ad1..0ddb23db933 100644 --- a/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.cs +++ b/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.cs @@ -2925,8 +2925,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj b/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj index 7a78d2b2b97..04dc20196b8 100644 --- a/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj +++ b/Src/Generated/Google.Apis.CertificateManager.v1/Google.Apis.CertificateManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CertificateManager.v1 Client Library - 1.71.0.3919 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.cs b/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.cs index 98f56aa31cf..dd13c3f0217 100644 --- a/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.cs +++ b/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.cs @@ -514,9 +514,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -2780,8 +2780,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj b/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj index adfe23972e5..9f3dedfa816 100644 --- a/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj +++ b/Src/Generated/Google.Apis.ChecksService.v1alpha/Google.Apis.ChecksService.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.ChecksService.v1alpha Client Library - 1.71.0.3920 + 1.72.0.3968 Google LLC Copyright 2025 Google LLC Google @@ -59,7 +59,7 @@ - + diff --git a/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.cs b/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.cs index 44a9eebde6b..69b33039423 100644 --- a/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.cs +++ b/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.cs @@ -35,6 +35,7 @@ public ChromeManagementService() : this(new Google.Apis.Services.BaseClientServi public ChromeManagementService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) { Customers = new CustomersResource(this); + Operations = new OperationsResource(this); BaseUri = GetEffectiveUri(BaseUriOverride, "https://chromemanagement.googleapis.com/"); BatchUri = GetEffectiveUri(null, "https://chromemanagement.googleapis.com/batch"); } @@ -115,6 +116,9 @@ public static class ScopeConstants /// Gets the Customers resource. public virtual CustomersResource Customers { get; } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } } /// A base abstract class for ChromeManagement requests. @@ -311,6 +315,7 @@ public CustomersResource(Google.Apis.Services.IClientService service) { this.service = service; Apps = new AppsResource(service); + CertificateProvisioningProcesses = new CertificateProvisioningProcessesResource(service); Profiles = new ProfilesResource(service); Reports = new ReportsResource(service); Telemetry = new TelemetryResource(service); @@ -868,6 +873,413 @@ protected override void InitParameters() } } + /// Gets the CertificateProvisioningProcesses resource. + public virtual CertificateProvisioningProcessesResource CertificateProvisioningProcesses { get; } + + /// The "certificateProvisioningProcesses" collection of methods. + public class CertificateProvisioningProcessesResource + { + private const string Resource = "certificateProvisioningProcesses"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public CertificateProvisioningProcessesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+/certificateProvisioningProcesses/[^/]+/operations/[^/]+$", + }); + } + } + } + + /// + /// Claims a certificate provisioning process. For each certificate provisioning process, this operation can + /// succeed only for one `caller_instance_id`. + /// + /// The body of the request. + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to claim. The name pattern is given as + /// `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + public virtual ClaimRequest Claim(Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest body, string name) + { + return new ClaimRequest(this.service, body, name); + } + + /// + /// Claims a certificate provisioning process. For each certificate provisioning process, this operation can + /// succeed only for one `caller_instance_id`. + /// + public class ClaimRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new Claim request. + public ClaimRequest(Google.Apis.Services.IClientService service, Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to claim. The name pattern is given + /// as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "claim"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:claim"; + + /// Initializes Claim parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + }); + } + } + + /// Retrieves a certificate provisioning process. + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as + /// `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Retrieves a certificate provisioning process. + public class GetRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given + /// as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + }); + } + } + + /// Marks a certificate provisioning process as failed. + /// The body of the request. + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as + /// `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + public virtual SetFailureRequest SetFailure(Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1SetFailureRequest body, string name) + { + return new SetFailureRequest(this.service, body, name); + } + + /// Marks a certificate provisioning process as failed. + public class SetFailureRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new SetFailure request. + public SetFailureRequest(Google.Apis.Services.IClientService service, Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1SetFailureRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given + /// as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1SetFailureRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setFailure"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:setFailure"; + + /// Initializes SetFailure parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + }); + } + } + + /// + /// Requests the client that initiated a certificate provisioning process to sign data. This should only be + /// called after `ClaimCertificateProvisioningProcess` has been successfully executed. + /// + /// The body of the request. + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as + /// `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + public virtual SignDataRequest SignData(Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1SignDataRequest body, string name) + { + return new SignDataRequest(this.service, body, name); + } + + /// + /// Requests the client that initiated a certificate provisioning process to sign data. This should only be + /// called after `ClaimCertificateProvisioningProcess` has been successfully executed. + /// + public class SignDataRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new SignData request. + public SignDataRequest(Google.Apis.Services.IClientService service, Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1SignDataRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given + /// as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1SignDataRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "signData"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:signData"; + + /// Initializes SignData parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + }); + } + } + + /// Uploads a successfully issued certificate for a certificate provisioning process. + /// The body of the request. + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as + /// `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + public virtual UploadCertificateRequest UploadCertificate(Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1UploadCertificateRequest body, string name) + { + return new UploadCertificateRequest(this.service, body, name); + } + + /// Uploads a successfully issued certificate for a certificate provisioning process. + public class UploadCertificateRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new UploadCertificate request. + public UploadCertificateRequest(Google.Apis.Services.IClientService service, Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1UploadCertificateRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given + /// as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with + /// `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the + /// certificate provisioning process id. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.ChromeManagement.v1.Data.GoogleChromeManagementVersionsV1UploadCertificateRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "uploadCertificate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:uploadCertificate"; + + /// Initializes UploadCertificate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+/certificateProvisioningProcesses/[^/]+$", + }); + } + } + } + /// Gets the Profiles resource. public virtual ProfilesResource Profiles { get; } @@ -1314,6 +1726,96 @@ public ReportsResource(Google.Apis.Services.IClientService service) this.service = service; } + /// Get a count of active devices per set time frames. + /// + /// Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". + /// + public virtual CountActiveDevicesRequest CountActiveDevices(string customer) + { + return new CountActiveDevicesRequest(this.service, customer); + } + + /// Get a count of active devices per set time frames. + public class CountActiveDevicesRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new CountActiveDevices request. + public CountActiveDevicesRequest(Google.Apis.Services.IClientService service, string customer) : base(service) + { + Customer = customer; + InitParameters(); + } + + /// + /// Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". + /// + [Google.Apis.Util.RequestParameterAttribute("customer", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Customer { get; private set; } + + /// + /// Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by + /// itself or a year and month where the day isn't significant. + /// + [Google.Apis.Util.RequestParameterAttribute("date.day", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateDay { get; set; } + + /// + /// Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + /// + [Google.Apis.Util.RequestParameterAttribute("date.month", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateMonth { get; set; } + + /// Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + [Google.Apis.Util.RequestParameterAttribute("date.year", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateYear { get; set; } + + /// Gets the method name. + public override string MethodName => "countActiveDevices"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+customer}/reports:countActiveDevices"; + + /// Initializes CountActiveDevices parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("customer", new Google.Apis.Discovery.Parameter + { + Name = "customer", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+$", + }); + RequestParameters.Add("date.day", new Google.Apis.Discovery.Parameter + { + Name = "date.day", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("date.month", new Google.Apis.Discovery.Parameter + { + Name = "date.month", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("date.year", new Google.Apis.Discovery.Parameter + { + Name = "date.year", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no /// recent activity. @@ -1766,20 +2268,208 @@ public CountChromeVersionsRequest(Google.Apis.Services.IClientService service, s [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } - /// Token to specify the page of the request to be returned. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Token to specify the page of the request to be returned. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "countChromeVersions"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+customer}/reports:countChromeVersions"; + + /// Initializes CountChromeVersions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("customer", new Google.Apis.Discovery.Parameter + { + Name = "customer", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orgUnitId", new Google.Apis.Discovery.Parameter + { + Name = "orgUnitId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Get a count of devices per boot type. + /// + /// Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". + /// + public virtual CountDevicesPerBootTypeRequest CountDevicesPerBootType(string customer) + { + return new CountDevicesPerBootTypeRequest(this.service, customer); + } + + /// Get a count of devices per boot type. + public class CountDevicesPerBootTypeRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new CountDevicesPerBootType request. + public CountDevicesPerBootTypeRequest(Google.Apis.Services.IClientService service, string customer) : base(service) + { + Customer = customer; + InitParameters(); + } + + /// + /// Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". + /// + [Google.Apis.Util.RequestParameterAttribute("customer", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Customer { get; private set; } + + /// + /// Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by + /// itself or a year and month where the day isn't significant. + /// + [Google.Apis.Util.RequestParameterAttribute("date.day", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateDay { get; set; } + + /// + /// Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + /// + [Google.Apis.Util.RequestParameterAttribute("date.month", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateMonth { get; set; } + + /// Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + [Google.Apis.Util.RequestParameterAttribute("date.year", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateYear { get; set; } + + /// Gets the method name. + public override string MethodName => "countDevicesPerBootType"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+customer}/reports:countDevicesPerBootType"; + + /// Initializes CountDevicesPerBootType parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("customer", new Google.Apis.Discovery.Parameter + { + Name = "customer", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^customers/[^/]+$", + }); + RequestParameters.Add("date.day", new Google.Apis.Discovery.Parameter + { + Name = "date.day", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("date.month", new Google.Apis.Discovery.Parameter + { + Name = "date.month", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("date.year", new Google.Apis.Discovery.Parameter + { + Name = "date.year", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Get a count of devices per channel. + /// + /// Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". + /// + public virtual CountDevicesPerReleaseChannelRequest CountDevicesPerReleaseChannel(string customer) + { + return new CountDevicesPerReleaseChannelRequest(this.service, customer); + } + + /// Get a count of devices per channel. + public class CountDevicesPerReleaseChannelRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new CountDevicesPerReleaseChannel request. + public CountDevicesPerReleaseChannelRequest(Google.Apis.Services.IClientService service, string customer) : base(service) + { + Customer = customer; + InitParameters(); + } + + /// + /// Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer". + /// + [Google.Apis.Util.RequestParameterAttribute("customer", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Customer { get; private set; } + + /// + /// Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by + /// itself or a year and month where the day isn't significant. + /// + [Google.Apis.Util.RequestParameterAttribute("date.day", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateDay { get; set; } + + /// + /// Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + /// + [Google.Apis.Util.RequestParameterAttribute("date.month", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateMonth { get; set; } + + /// Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + [Google.Apis.Util.RequestParameterAttribute("date.year", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DateYear { get; set; } /// Gets the method name. - public override string MethodName => "countChromeVersions"; + public override string MethodName => "countDevicesPerReleaseChannel"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+customer}/reports:countChromeVersions"; + public override string RestPath => "v1/{+customer}/reports:countDevicesPerReleaseChannel"; - /// Initializes CountChromeVersions parameter list. + /// Initializes CountDevicesPerReleaseChannel parameter list. protected override void InitParameters() { base.InitParameters(); @@ -1791,33 +2481,25 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^customers/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orgUnitId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("date.day", new Google.Apis.Discovery.Parameter { - Name = "orgUnitId", + Name = "date.day", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + RequestParameters.Add("date.month", new Google.Apis.Discovery.Parameter { - Name = "pageSize", + Name = "date.month", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("date.year", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "date.year", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -3329,6 +4011,246 @@ protected override void InitParameters() } } } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the + /// operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether + /// the cancellation succeeded or whether the operation completed despite cancellation. On successful + /// cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The body of the request. + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(Google.Apis.ChromeManagement.v1.Data.GoogleLongrunningCancelOperationRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the + /// operation, but success is not guaranteed. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether + /// the cancellation succeeded or whether the operation completed despite cancellation. On successful + /// cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value + /// with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.ChromeManagement.v1.Data.GoogleLongrunningCancelOperationRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.ChromeManagement.v1.Data.GoogleLongrunningCancelOperationRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^operations/.*$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in the + /// operation result. It does not cancel the operation. If the server doesn't support this method, it returns + /// `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^operations/.*$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this method, + /// it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this method, + /// it returns `UNIMPLEMENTED`. + /// + public class ListRequest : ChromeManagementBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading + /// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is + /// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^operations$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } } namespace Google.Apis.ChromeManagement.v1.Data { @@ -4201,6 +5123,21 @@ public class GoogleChromeManagementV1ChromeAppSiteAccess : Google.Apis.Requests. public virtual string ETag { get; set; } } + /// Response containing the number of active devices. + public class GoogleChromeManagementV1CountActiveDevicesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Number of active devices in the 7 days leading up to the date specified in the request. + [Newtonsoft.Json.JsonPropertyAttribute("sevenDaysCount")] + public virtual System.Nullable SevenDaysCount { get; set; } + + /// Number of active devices in the 30 days leading up to the date specified in the request. + [Newtonsoft.Json.JsonPropertyAttribute("thirtyDaysCount")] + public virtual System.Nullable ThirtyDaysCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response containing summary of requested app installations. public class GoogleChromeManagementV1CountChromeAppRequestsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -4359,6 +5296,64 @@ public class GoogleChromeManagementV1CountChromeVersionsResponse : Google.Apis.R public virtual string ETag { get; set; } } + /// Response containing the number of devices with the given boot type. + public class GoogleChromeManagementV1CountDevicesPerBootTypeResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Number of devices with dev boot type. + [Newtonsoft.Json.JsonPropertyAttribute("devBootTypeCount")] + public virtual System.Nullable DevBootTypeCount { get; set; } + + /// Number of devices with unreported boot type. + [Newtonsoft.Json.JsonPropertyAttribute("unreportedBootTypeCount")] + public virtual System.Nullable UnreportedBootTypeCount { get; set; } + + /// Number of devices with verified boot type. + [Newtonsoft.Json.JsonPropertyAttribute("verifiedBootTypeCount")] + public virtual System.Nullable VerifiedBootTypeCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response containing the number of devices with the given channel. + public class GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Number of devices with beta release channel. + [Newtonsoft.Json.JsonPropertyAttribute("betaChannelCount")] + public virtual System.Nullable BetaChannelCount { get; set; } + + /// Number of devices with canary release channel. + [Newtonsoft.Json.JsonPropertyAttribute("canaryChannelCount")] + public virtual System.Nullable CanaryChannelCount { get; set; } + + /// Number of devices with dev release channel. + [Newtonsoft.Json.JsonPropertyAttribute("devChannelCount")] + public virtual System.Nullable DevChannelCount { get; set; } + + /// Number of devices with ltc release channel. + [Newtonsoft.Json.JsonPropertyAttribute("ltcChannelCount")] + public virtual System.Nullable LtcChannelCount { get; set; } + + /// Number of devices with lts release channel. + [Newtonsoft.Json.JsonPropertyAttribute("ltsChannelCount")] + public virtual System.Nullable LtsChannelCount { get; set; } + + /// Number of devices with stable release channel. + [Newtonsoft.Json.JsonPropertyAttribute("stableChannelCount")] + public virtual System.Nullable StableChannelCount { get; set; } + + /// Number of devices with an unreported release channel. + [Newtonsoft.Json.JsonPropertyAttribute("unreportedChannelCount")] + public virtual System.Nullable UnreportedChannelCount { get; set; } + + /// Number of devices with unsupported release channel. + [Newtonsoft.Json.JsonPropertyAttribute("unsupportedChannelCount")] + public virtual System.Nullable UnsupportedChannelCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response containing details of queried installed apps. public class GoogleChromeManagementV1CountInstalledAppsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -5559,14 +6554,36 @@ public class GoogleChromeManagementV1NetworkStatusReport : Google.Apis.Requests. [Newtonsoft.Json.JsonPropertyAttribute("gatewayIpAddress")] public virtual string GatewayIpAddress { get; set; } + /// Output only. The gateway IPv6 for this interface, if detected + [Newtonsoft.Json.JsonPropertyAttribute("gatewayIpv6Address")] + public virtual string GatewayIpv6Address { get; set; } + /// Output only. Network connection guid. [Newtonsoft.Json.JsonPropertyAttribute("guid")] public virtual string Guid { get; set; } + /// + /// Output only. IPv6 addresses assigned to this network, if any. Each address is a string in standard IPv6 text + /// representation (e.g., "2001:db8::1"). + /// + [Newtonsoft.Json.JsonPropertyAttribute("ipv6Address")] + public virtual System.Collections.Generic.IList Ipv6Address { get; set; } + /// Output only. LAN IP address. [Newtonsoft.Json.JsonPropertyAttribute("lanIpAddress")] public virtual string LanIpAddress { get; set; } + /// + /// Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network + /// interface or connection. + /// + [Newtonsoft.Json.JsonPropertyAttribute("linkDownSpeedKbps")] + public virtual System.Nullable LinkDownSpeedKbps { get; set; } + + /// Output only. Whether the network was detected as metered. + [Newtonsoft.Json.JsonPropertyAttribute("metered")] + public virtual System.Nullable Metered { get; set; } + /// Output only. Receiving bit rate measured in Megabits per second. [Newtonsoft.Json.JsonPropertyAttribute("receivingBitRateMbps")] public virtual System.Nullable ReceivingBitRateMbps { get; set; } @@ -6503,6 +7520,13 @@ public class GoogleChromeManagementV1TelemetryEvent : Google.Apis.Requests.IDire [Newtonsoft.Json.JsonPropertyAttribute("eventType")] public virtual string EventType { get; set; } + /// + /// Output only. Payload for external display connected/disconnected event. Present only when `event_type` is + /// `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("externalDisplaysEvent")] + public virtual GoogleChromeManagementV1TelemetryExternalDisplayEvent ExternalDisplaysEvent { get; set; } + /// /// Output only. Payload for HTTPS latency change event. Present only when `event_type` is /// `NETWORK_HTTPS_LATENCY_CHANGE`. @@ -6602,6 +7626,48 @@ public class GoogleChromeManagementV1TelemetryEventNotificationFilter : Google.A public virtual string ETag { get; set; } } + /// External display data. + public class GoogleChromeManagementV1TelemetryExternalDisplayData : Google.Apis.Requests.IDirectResponseSchema + { + /// The display name. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// The EDID version. + [Newtonsoft.Json.JsonPropertyAttribute("edidVersion")] + public virtual string EdidVersion { get; set; } + + /// The refresh rate. + [Newtonsoft.Json.JsonPropertyAttribute("refreshRate")] + public virtual System.Nullable RefreshRate { get; set; } + + /// The horizontal resolution. + [Newtonsoft.Json.JsonPropertyAttribute("resolutionHorizontal")] + public virtual System.Nullable ResolutionHorizontal { get; set; } + + /// The vertical resolution. + [Newtonsoft.Json.JsonPropertyAttribute("resolutionVertical")] + public virtual System.Nullable ResolutionVertical { get; set; } + + /// The serial number. + [Newtonsoft.Json.JsonPropertyAttribute("serialNumber")] + public virtual System.Nullable SerialNumber { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// External display connected/disconnected event payload. + public class GoogleChromeManagementV1TelemetryExternalDisplayEvent : Google.Apis.Requests.IDirectResponseSchema + { + /// List of external displays that were connected/disconnected. + [Newtonsoft.Json.JsonPropertyAttribute("externalDisplayData")] + public virtual System.Collections.Generic.IList ExternalDisplayData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency /// problem was detected or if the device has recovered from a latency problem. * Granular permission needed: @@ -7139,8 +8205,9 @@ public class GoogleChromeManagementVersionsV1CertificateProvisioningProcess : Go public virtual string Signature { get; set; } /// - /// Output only. The signature algorithm that the adapter expects the client and backend components to use when - /// processing `sign_data`. This field is only present after the `SignData` operation has been initiated. + /// Output only. The signature algorithm that the client and backend components use when processing `sign_data`. + /// If the `profile_type` is a `GenericProfile`, this field will only be present after the `SignData` operation + /// was initiated. If the `profile_type` is a `ScepProfile`, the field will always be present. /// [Newtonsoft.Json.JsonPropertyAttribute("signatureAlgorithm")] public virtual string SignatureAlgorithm { get; set; } @@ -7482,6 +8549,10 @@ public virtual System.DateTimeOffset? LastStatusReportTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("reportingData")] public virtual GoogleChromeManagementVersionsV1ReportingData ReportingData { get; set; } + /// Output only. Whether the profile supports FCM notifications. + [Newtonsoft.Json.JsonPropertyAttribute("supportsFcmNotifications")] + public virtual System.Nullable SupportsFcmNotifications { get; set; } + /// Output only. Email address of the user to which the profile belongs. [Newtonsoft.Json.JsonPropertyAttribute("userEmail")] public virtual string UserEmail { get; set; } @@ -7664,6 +8735,24 @@ public class GoogleChromeManagementVersionsV1ChromeOsUserSession : Google.Apis.R public virtual string ETag { get; set; } } + /// Request message for claiming a certificate provisioning process. + public class GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The instance id of the caller. + [Newtonsoft.Json.JsonPropertyAttribute("callerInstanceId")] + public virtual string CallerInstanceId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for claiming a certificate provisioning process. + public class GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Information of a device that runs a Chrome browser profile. public class GoogleChromeManagementVersionsV1DeviceInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -7700,7 +8789,7 @@ public class GoogleChromeManagementVersionsV1GenericCaConnection : Google.Apis.R { /// /// Output only. A string that references the administrator-provided configuration for the certification - /// authority service. This field can be missing if no configuration was given. + /// authority service. /// [Newtonsoft.Json.JsonPropertyAttribute("caConnectionAdapterConfigReference")] public virtual string CaConnectionAdapterConfigReference { get; set; } @@ -7714,7 +8803,7 @@ public class GoogleChromeManagementVersionsV1GenericProfile : Google.Apis.Reques { /// /// Output only. A string that references the administrator-provided configuration for the certificate - /// provisioning profile. This field can be missing if no configuration was given. + /// provisioning profile. /// [Newtonsoft.Json.JsonPropertyAttribute("profileAdapterConfigReference")] public virtual string ProfileAdapterConfigReference { get; set; } @@ -7937,7 +9026,7 @@ public class GoogleChromeManagementVersionsV1ScepCaConnection : Google.Apis.Requ { /// /// Output only. A string that references the administrator-provided configuration for the certification - /// authority service. This field can be missing if no configuration was given. + /// authority service. /// [Newtonsoft.Json.JsonPropertyAttribute("caConnectionAdapterConfigReference")] public virtual string CaConnectionAdapterConfigReference { get; set; } @@ -7950,8 +9039,8 @@ public class GoogleChromeManagementVersionsV1ScepCaConnection : Google.Apis.Requ public class GoogleChromeManagementVersionsV1ScepProfile : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. The certificate template name as defined by the admin on their on-prem infrastructure. This is - /// identifiable by the customer's CA. + /// Output only. The certificate template name as defined by the admin on their on-prem infrastructure. The + /// Certificate Authority uses this name to identify the certificate template. /// [Newtonsoft.Json.JsonPropertyAttribute("certificateTemplateName")] public virtual string CertificateTemplateName { get; set; } @@ -7992,6 +9081,26 @@ public class GoogleChromeManagementVersionsV1ScepProfile : Google.Apis.Requests. public virtual string ETag { get; set; } } + /// Request message for marking a certificate provisioning process as failed. + public class GoogleChromeManagementVersionsV1SetFailureRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. A message describing the failure details. It is displayed on the ChromeOS client device. + /// + [Newtonsoft.Json.JsonPropertyAttribute("errorMessage")] + public virtual string ErrorMessage { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for publishing a failure for a certificate provisioning process. + public class GoogleChromeManagementVersionsV1SetFailureResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Metadata for the long-running operation returned by signData. public class GoogleChromeManagementVersionsV1SignDataMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -8036,6 +9145,26 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Request message for requesting a signature from the client that initated a certificate provisioning process. + /// + public class GoogleChromeManagementVersionsV1SignDataRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The data that the client was asked to sign. + [Newtonsoft.Json.JsonPropertyAttribute("signData")] + public virtual string SignData { get; set; } + + /// + /// Required. The signature algorithm that the adapter expects the client and backend components to use when + /// processing `sign_data`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("signatureAlgorithm")] + public virtual string SignatureAlgorithm { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Response message for requesting a signature from the client that initated a certificate provisioning process. /// @@ -8059,7 +9188,7 @@ public class GoogleChromeManagementVersionsV1SubjectAltName : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } - /// Output only. The value of the subject alternative name with respoect to the `type`. + /// Output only. The value of the subject alternative name with respect to the `type`. [Newtonsoft.Json.JsonPropertyAttribute("value")] public virtual string Value { get; set; } @@ -8086,6 +9215,97 @@ public class GoogleChromeManagementVersionsV1ThirdPartyProfileUser : Google.Apis public virtual string ETag { get; set; } } + /// Request message for uploading an issued certificate for a certificate provisioning process. + public class GoogleChromeManagementVersionsV1UploadCertificateRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The issued certificate in PEM format. + [Newtonsoft.Json.JsonPropertyAttribute("certificatePem")] + public virtual string CertificatePem { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for publishing an issued certificate for a certificate provisioning process. + public class GoogleChromeManagementVersionsV1UploadCertificateResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The request message for Operations.CancelOperation. + public class GoogleLongrunningCancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response message for Operations.ListOperations. + public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// A list of operations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual System.Collections.Generic.IList Operations { get; set; } + + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// This resource represents a long-running operation that is the result of a network API call. + public class GoogleLongrunningOperation : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, + /// and either `error` or `response` is available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("done")] + public virtual System.Nullable Done { get; set; } + + /// The error result of the operation in case of failure or cancellation. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual GoogleRpcStatus Error { get; set; } + + /// + /// Service-specific metadata associated with the operation. It typically contains progress information and + /// common metadata such as create time. Some services might not provide such metadata. Any method that returns + /// a long-running operation should document the metadata type, if any. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// The server-assigned name, which is only unique within the same service that originally returns it. If you + /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The normal, successful response of the operation. If the original method returns no data on success, such as + /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard + /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have + /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is + /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("response")] + public virtual System.Collections.Generic.IDictionary Response { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc diff --git a/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj b/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj index 82d75af96e6..7377fb7a3e0 100644 --- a/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj +++ b/Src/Generated/Google.Apis.ChromeManagement.v1/Google.Apis.ChromeManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ChromeManagement.v1 Client Library - 1.70.0.3884 + 1.72.0.3968 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Chromewebstore.v1_1/Google.Apis.Chromewebstore.v1_1.cs b/Src/Generated/Google.Apis.Chromewebstore.v1_1/Google.Apis.Chromewebstore.v1_1.cs new file mode 100644 index 00000000000..d3c3e90076e --- /dev/null +++ b/Src/Generated/Google.Apis.Chromewebstore.v1_1/Google.Apis.Chromewebstore.v1_1.cs @@ -0,0 +1,939 @@ +// Copyright 2025 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Generated code. DO NOT EDIT! + +namespace Google.Apis.Chromewebstore.v1_1 +{ + /// The Chromewebstore Service. + public class ChromewebstoreService : Google.Apis.Services.BaseClientService + { + /// The API version. + public const string Version = "v1.1"; + + /// The discovery version used to generate this service. + public static Google.Apis.Discovery.DiscoveryVersion DiscoveryVersionUsed = Google.Apis.Discovery.DiscoveryVersion.Version_1_0; + + /// Constructs a new service. + public ChromewebstoreService() : this(new Google.Apis.Services.BaseClientService.Initializer()) + { + } + + /// Constructs a new service. + /// The service initializer. + public ChromewebstoreService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) + { + Items = new ItemsResource(this); + BaseUri = GetEffectiveUri(BaseUriOverride, "https://chromewebstore.googleapis.com/"); + BatchUri = GetEffectiveUri(null, "https://chromewebstore.googleapis.com/batch"); + } + + /// Gets the service supported features. + public override System.Collections.Generic.IList Features => new string[0]; + + /// Gets the service name. + public override string Name => "chromewebstore"; + + /// Gets the service base URI. + public override string BaseUri { get; } + + /// Gets the service base path. + public override string BasePath => ""; + + /// Gets the batch base URI; null if unspecified. + public override string BatchUri { get; } + + /// Gets the batch base path; null if unspecified. + public override string BatchPath => "batch"; + + /// Available OAuth 2.0 scopes for use with the Chrome Web Store API. + public class Scope + { + /// + /// See, edit, update, or publish your Chrome Web Store extensions, themes, apps, and licences you have + /// access to + /// + public static string Chromewebstore = "https://www.googleapis.com/auth/chromewebstore"; + + /// + /// See and download your Chrome Web Store extensions and apps, and see licenses you have access to + /// + public static string ChromewebstoreReadonly = "https://www.googleapis.com/auth/chromewebstore.readonly"; + } + + /// Available OAuth 2.0 scope constants for use with the Chrome Web Store API. + public static class ScopeConstants + { + /// + /// See, edit, update, or publish your Chrome Web Store extensions, themes, apps, and licences you have + /// access to + /// + public const string Chromewebstore = "https://www.googleapis.com/auth/chromewebstore"; + + /// + /// See and download your Chrome Web Store extensions and apps, and see licenses you have access to + /// + public const string ChromewebstoreReadonly = "https://www.googleapis.com/auth/chromewebstore.readonly"; + } + + /// Gets the Items resource. + public virtual ItemsResource Items { get; } + } + + /// A base abstract class for Chromewebstore requests. + public abstract class ChromewebstoreBaseServiceRequest : Google.Apis.Requests.ClientServiceRequest + { + /// Constructs a new ChromewebstoreBaseServiceRequest instance. + protected ChromewebstoreBaseServiceRequest(Google.Apis.Services.IClientService service) : base(service) + { + } + + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. Required + /// unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a + /// user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// Initializes Chromewebstore parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("$.xgafv", new Google.Apis.Discovery.Parameter + { + Name = "$.xgafv", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("access_token", new Google.Apis.Discovery.Parameter + { + Name = "access_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("alt", new Google.Apis.Discovery.Parameter + { + Name = "alt", + IsRequired = false, + ParameterType = "query", + DefaultValue = "json", + Pattern = null, + }); + RequestParameters.Add("callback", new Google.Apis.Discovery.Parameter + { + Name = "callback", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("fields", new Google.Apis.Discovery.Parameter + { + Name = "fields", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("key", new Google.Apis.Discovery.Parameter + { + Name = "key", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("oauth_token", new Google.Apis.Discovery.Parameter + { + Name = "oauth_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("prettyPrint", new Google.Apis.Discovery.Parameter + { + Name = "prettyPrint", + IsRequired = false, + ParameterType = "query", + DefaultValue = "true", + Pattern = null, + }); + RequestParameters.Add("quotaUser", new Google.Apis.Discovery.Parameter + { + Name = "quotaUser", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("uploadType", new Google.Apis.Discovery.Parameter + { + Name = "uploadType", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("upload_protocol", new Google.Apis.Discovery.Parameter + { + Name = "upload_protocol", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// The "items" collection of methods. + public class ItemsResource + { + private const string Resource = "items"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ItemsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets your own Chrome Web Store item. + /// + /// Unique identifier representing the Chrome App, Chrome Extension, or the Chrome Theme. + /// + public virtual GetRequest Get(string itemId) + { + return new GetRequest(this.service, itemId); + } + + /// Gets your own Chrome Web Store item. + public class GetRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string itemId) : base(service) + { + ItemId = itemId; + InitParameters(); + } + + /// Unique identifier representing the Chrome App, Chrome Extension, or the Chrome Theme. + [Google.Apis.Util.RequestParameterAttribute("itemId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ItemId { get; private set; } + + /// Determines which subset of the item information to return. + [Google.Apis.Util.RequestParameterAttribute("projection", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Projection { get; set; } + + /// Determines which subset of the item information to return. + public enum ProjectionEnum + { + /// Return information extracted from the current draft. + [Google.Apis.Util.StringValueAttribute("DRAFT")] + DRAFT = 0, + + /// Return information extracted from the published item draft. + [Google.Apis.Util.StringValueAttribute("PUBLISHED")] + PUBLISHED = 1, + } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "chromewebstore/v1.1/items/{itemId}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("itemId", new Google.Apis.Discovery.Parameter + { + Name = "itemId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("projection", new Google.Apis.Discovery.Parameter + { + Name = "projection", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Inserts a new item. + public virtual InsertRequest Insert() + { + return new InsertRequest(this.service); + } + + /// Inserts a new item. + public class InsertRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } + + /// + /// The email of the publisher who owns the items. Defaults to the caller's email address. + /// + [Google.Apis.Util.RequestParameterAttribute("publisherEmail", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PublisherEmail { get; set; } + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "chromewebstore/v1.1/items"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("publisherEmail", new Google.Apis.Discovery.Parameter + { + Name = "publisherEmail", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Inserts a new item. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before reading + /// commences. If is not seekable, then it will be read from its current position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + /// The stream to upload. See remarks for further information. + /// The content type of the stream to upload. + public virtual InsertMediaUpload Insert(System.IO.Stream stream, string contentType) + { + return new InsertMediaUpload(service, stream, contentType); + } + + /// Insert media upload which supports resumable upload. + public class InsertMediaUpload : Google.Apis.Upload.ResumableUpload + { + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. + /// Required unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned + /// to a user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// + /// The email of the publisher who owns the items. Defaults to the caller's email address. + /// + [Google.Apis.Util.RequestParameterAttribute("publisherEmail", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PublisherEmail { get; set; } + + /// Constructs a new Insert media upload instance. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its current + /// position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + public InsertMediaUpload(Google.Apis.Services.IClientService service, System.IO.Stream stream, string contentType) + : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "chromewebstore/v1.1/items"), "POST", stream, contentType) + { + } + } + + /// Publishes an item. + /// The body of the request. + /// The ID of the item to publish. + public virtual PublishRequest Publish(Google.Apis.Chromewebstore.v1_1.Data.PublishRequest body, string itemId) + { + return new PublishRequest(this.service, body, itemId); + } + + /// Publishes an item. + public class PublishRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new Publish request. + public PublishRequest(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v1_1.Data.PublishRequest body, string itemId) : base(service) + { + ItemId = itemId; + Body = body; + InitParameters(); + } + + /// The ID of the item to publish. + [Google.Apis.Util.RequestParameterAttribute("itemId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ItemId { get; private set; } + + /// + /// The deploy percentage you want to set for your item. Valid values are [0, 100]. If set to any number + /// less than 100, only that many percentage of users will be allowed to get the update. + /// + [Google.Apis.Util.RequestParameterAttribute("deployPercentage", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable DeployPercentage { get; set; } + + /// + /// Provide defined publishTarget in URL (case sensitive): publishTarget="trustedTesters" or + /// publishTarget="default". Defaults to publishTarget="default". + /// + [Google.Apis.Util.RequestParameterAttribute("publishTarget", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PublishTarget { get; set; } + + /// + /// Optional. The caller request to exempt the review and directly publish because the update is within the + /// list that we can automatically validate. The API will check if the exemption can be granted using real + /// time data. + /// + [Google.Apis.Util.RequestParameterAttribute("reviewExemption", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReviewExemption { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Chromewebstore.v1_1.Data.PublishRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "publish"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "chromewebstore/v1.1/items/{itemId}/publish"; + + /// Initializes Publish parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("itemId", new Google.Apis.Discovery.Parameter + { + Name = "itemId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("deployPercentage", new Google.Apis.Discovery.Parameter + { + Name = "deployPercentage", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("publishTarget", new Google.Apis.Discovery.Parameter + { + Name = "publishTarget", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("reviewExemption", new Google.Apis.Discovery.Parameter + { + Name = "reviewExemption", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates an existing item. + /// The body of the request. + /// The ID of the item to upload. + public virtual UpdateRequest Update(Google.Apis.Chromewebstore.v1_1.Data.Item body, string itemId) + { + return new UpdateRequest(this.service, body, itemId); + } + + /// Updates an existing item. + public class UpdateRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new Update request. + public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v1_1.Data.Item body, string itemId) : base(service) + { + ItemId = itemId; + Body = body; + InitParameters(); + } + + /// The ID of the item to upload. + [Google.Apis.Util.RequestParameterAttribute("itemId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ItemId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Chromewebstore.v1_1.Data.Item Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "update"; + + /// Gets the HTTP method. + public override string HttpMethod => "PUT"; + + /// Gets the REST path. + public override string RestPath => "chromewebstore/v1.1/items/{itemId}"; + + /// Initializes Update parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("itemId", new Google.Apis.Discovery.Parameter + { + Name = "itemId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates an existing item. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before reading + /// commences. If is not seekable, then it will be read from its current position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + /// The body of the request. + /// The ID of the item to upload. + /// The stream to upload. See remarks for further information. + /// The content type of the stream to upload. + public virtual UpdateMediaUpload Update(Google.Apis.Chromewebstore.v1_1.Data.Item body, string itemId, System.IO.Stream stream, string contentType) + { + return new UpdateMediaUpload(service, body, itemId, stream, contentType); + } + + /// Update media upload which supports resumable upload. + public class UpdateMediaUpload : Google.Apis.Upload.ResumableUpload + { + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. + /// Required unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned + /// to a user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// The ID of the item to upload. + [Google.Apis.Util.RequestParameterAttribute("itemId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ItemId { get; private set; } + + /// Constructs a new Update media upload instance. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its current + /// position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + public UpdateMediaUpload(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v1_1.Data.Item body, string itemId, System.IO.Stream stream, string contentType) + : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "chromewebstore/v1.1/items/{itemId}"), "PUT", stream, contentType) + { + ItemId = itemId; + Body = body; + } + } + } +} +namespace Google.Apis.Chromewebstore.v1_1.Data +{ + public class Item : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The CRX version of the item. If the projection is draft, then it is the draft's CRX version. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crxVersion")] + public virtual string CrxVersion { get; set; } + + /// Unique ID of the item. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// + /// Detail human-readable status of the operation, in English only. Same error messages are displayed when you + /// upload your app to the Chrome Web Store. + /// + [Newtonsoft.Json.JsonPropertyAttribute("itemError")] + public virtual System.Collections.Generic.IList ItemError { get; set; } + + /// Identifies this resource as an Item. Value: the fixed string "chromewebstore#item". + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// Public key of this item. + [Newtonsoft.Json.JsonPropertyAttribute("publicKey")] + public virtual string PublicKey { get; set; } + + /// + /// Status of the operation. Possible values are: - \"FAILURE\" - \"IN_PROGRESS\" - \"NOT_FOUND\" - \"SUCCESS\" + /// + [Newtonsoft.Json.JsonPropertyAttribute("uploadState")] + public virtual string UploadState { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class Item2 : Google.Apis.Requests.IDirectResponseSchema + { + /// The ID of this item. + [Newtonsoft.Json.JsonPropertyAttribute("item_id")] + public virtual string ItemId { get; set; } + + /// Static string value is always "chromewebstore#item". + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// The status code of this publish operation. It may contain multiple elements from the following list: + /// NOT_AUTHORIZED, INVALID_DEVELOPER, DEVELOPER_NO_OWNERSHIP, DEVELOPER_SUSPENDED, ITEM_NOT_FOUND, + /// ITEM_PENDING_REVIEW, ITEM_TAKEN_DOWN, PUBLISHER_SUSPENDED. + /// + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual System.Collections.Generic.IList Status { get; set; } + + /// Detailed human-comprehensible explanation of the status code above. + [Newtonsoft.Json.JsonPropertyAttribute("statusDetail")] + public virtual System.Collections.Generic.IList StatusDetail { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Error of the item + public class ItemError : Google.Apis.Requests.IDirectResponseSchema + { + /// The error code. + [Newtonsoft.Json.JsonPropertyAttribute("error_code")] + public virtual string ErrorCode { get; set; } + + /// The human-readable detail message of the error. + [Newtonsoft.Json.JsonPropertyAttribute("error_detail")] + public virtual string ErrorDetail { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class PublishRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The target deploy percentage of the item. It's only useful for items with big user base. + [Newtonsoft.Json.JsonPropertyAttribute("deployPercentage")] + public virtual System.Nullable DeployPercentage { get; set; } + + /// + /// Optional. The caller request to exempt the review and directly publish because the update is within the list + /// that we can automatically validate. The API will check if the exemption can be granted using real time data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("reviewExemption")] + public virtual System.Nullable ReviewExemption { get; set; } + + /// + /// The publish target of this publish operation. This is the same as using publishTarget as a URL query + /// parameter. The string value can either be target="trustedTesters" or target="default". The default value, if + /// none is supplied, is target="default". Recommended usage is to use the URL query parameter to specificy the + /// value. + /// + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual string Target { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } +} diff --git a/Src/Generated/Google.Apis.Chromewebstore.v1_1/Google.Apis.Chromewebstore.v1_1.csproj b/Src/Generated/Google.Apis.Chromewebstore.v1_1/Google.Apis.Chromewebstore.v1_1.csproj new file mode 100644 index 00000000000..0bebeb76205 --- /dev/null +++ b/Src/Generated/Google.Apis.Chromewebstore.v1_1/Google.Apis.Chromewebstore.v1_1.csproj @@ -0,0 +1,66 @@ + + + + + Google.Apis.Chromewebstore.v1_1 Client Library + 1.72.0.3940 + Google LLC + Copyright 2025 Google LLC + Google + https://github.com/google/google-api-dotnet-client + Apache-2.0 + git + https://github.com/google/google-api-dotnet-client + https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png + NuGetIcon.png + + Google APIs Client Library for working with Chromewebstore v1.1. + + Product documentation is available at: + https://developer.chrome.com/docs/webstore/api + + API reference documentation for this package is available at: + https://googleapis.dev/dotnet/Google.Apis.Chromewebstore.v1_1/latest/api/Google.Apis.Chromewebstore.v1_1.html + + The source code for this package is available at: + https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Chromewebstore.v1_1 + + Supported Platforms: + - .NET Framework 4.6.2+ + - .NET Standard 2.0 + - .NET 6.0+ + + Incompatible platforms: + - .NET Framework < 4.6.2 + - Silverlight + - UWP (will build, but is known not to work at runtime) + - Xamarin/MAUI + - Windows 8 Apps + - Windows Phone 8.1 + - Windows Phone Silverlight 8.0 + + + + + + + + + + + netstandard2.0;net462;net6.0 + true + ..\..\..\google.apis.snk + portable + true + 1570,1587,1591 + + + + + + + + + + diff --git a/Src/Generated/Google.Apis.Chromewebstore.v2/Google.Apis.Chromewebstore.v2.cs b/Src/Generated/Google.Apis.Chromewebstore.v2/Google.Apis.Chromewebstore.v2.cs new file mode 100644 index 00000000000..367f2500711 --- /dev/null +++ b/Src/Generated/Google.Apis.Chromewebstore.v2/Google.Apis.Chromewebstore.v2.cs @@ -0,0 +1,997 @@ +// Copyright 2025 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Generated code. DO NOT EDIT! + +namespace Google.Apis.Chromewebstore.v2 +{ + /// The Chromewebstore Service. + public class ChromewebstoreService : Google.Apis.Services.BaseClientService + { + /// The API version. + public const string Version = "v2"; + + /// The discovery version used to generate this service. + public static Google.Apis.Discovery.DiscoveryVersion DiscoveryVersionUsed = Google.Apis.Discovery.DiscoveryVersion.Version_1_0; + + /// Constructs a new service. + public ChromewebstoreService() : this(new Google.Apis.Services.BaseClientService.Initializer()) + { + } + + /// Constructs a new service. + /// The service initializer. + public ChromewebstoreService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) + { + Media = new MediaResource(this); + Publishers = new PublishersResource(this); + BaseUri = GetEffectiveUri(BaseUriOverride, "https://chromewebstore.googleapis.com/"); + BatchUri = GetEffectiveUri(null, "https://chromewebstore.googleapis.com/batch"); + } + + /// Gets the service supported features. + public override System.Collections.Generic.IList Features => new string[0]; + + /// Gets the service name. + public override string Name => "chromewebstore"; + + /// Gets the service base URI. + public override string BaseUri { get; } + + /// Gets the service base path. + public override string BasePath => ""; + + /// Gets the batch base URI; null if unspecified. + public override string BatchUri { get; } + + /// Gets the batch base path; null if unspecified. + public override string BatchPath => "batch"; + + /// Available OAuth 2.0 scopes for use with the Chrome Web Store API. + public class Scope + { + /// + /// See, edit, update, or publish your Chrome Web Store extensions, themes, apps, and licences you have + /// access to + /// + public static string Chromewebstore = "https://www.googleapis.com/auth/chromewebstore"; + + /// + /// See and download your Chrome Web Store extensions and apps, and see licenses you have access to + /// + public static string ChromewebstoreReadonly = "https://www.googleapis.com/auth/chromewebstore.readonly"; + } + + /// Available OAuth 2.0 scope constants for use with the Chrome Web Store API. + public static class ScopeConstants + { + /// + /// See, edit, update, or publish your Chrome Web Store extensions, themes, apps, and licences you have + /// access to + /// + public const string Chromewebstore = "https://www.googleapis.com/auth/chromewebstore"; + + /// + /// See and download your Chrome Web Store extensions and apps, and see licenses you have access to + /// + public const string ChromewebstoreReadonly = "https://www.googleapis.com/auth/chromewebstore.readonly"; + } + + /// Gets the Media resource. + public virtual MediaResource Media { get; } + + /// Gets the Publishers resource. + public virtual PublishersResource Publishers { get; } + } + + /// A base abstract class for Chromewebstore requests. + public abstract class ChromewebstoreBaseServiceRequest : Google.Apis.Requests.ClientServiceRequest + { + /// Constructs a new ChromewebstoreBaseServiceRequest instance. + protected ChromewebstoreBaseServiceRequest(Google.Apis.Services.IClientService service) : base(service) + { + } + + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. Required + /// unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a + /// user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// Initializes Chromewebstore parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("$.xgafv", new Google.Apis.Discovery.Parameter + { + Name = "$.xgafv", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("access_token", new Google.Apis.Discovery.Parameter + { + Name = "access_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("alt", new Google.Apis.Discovery.Parameter + { + Name = "alt", + IsRequired = false, + ParameterType = "query", + DefaultValue = "json", + Pattern = null, + }); + RequestParameters.Add("callback", new Google.Apis.Discovery.Parameter + { + Name = "callback", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("fields", new Google.Apis.Discovery.Parameter + { + Name = "fields", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("key", new Google.Apis.Discovery.Parameter + { + Name = "key", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("oauth_token", new Google.Apis.Discovery.Parameter + { + Name = "oauth_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("prettyPrint", new Google.Apis.Discovery.Parameter + { + Name = "prettyPrint", + IsRequired = false, + ParameterType = "query", + DefaultValue = "true", + Pattern = null, + }); + RequestParameters.Add("quotaUser", new Google.Apis.Discovery.Parameter + { + Name = "quotaUser", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("uploadType", new Google.Apis.Discovery.Parameter + { + Name = "uploadType", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("upload_protocol", new Google.Apis.Discovery.Parameter + { + Name = "upload_protocol", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// The "media" collection of methods. + public class MediaResource + { + private const string Resource = "media"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public MediaResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Upload a new package to an existing item. + /// The body of the request. + /// + /// Required. Name of the item to upload the new package to in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + public virtual UploadRequest Upload(Google.Apis.Chromewebstore.v2.Data.UploadItemPackageRequest body, string name) + { + return new UploadRequest(this.service, body, name); + } + + /// Upload a new package to an existing item. + public class UploadRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new Upload request. + public UploadRequest(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v2.Data.UploadItemPackageRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. Name of the item to upload the new package to in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Chromewebstore.v2.Data.UploadItemPackageRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "upload"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}:upload"; + + /// Initializes Upload parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/items/[^/]+$", + }); + } + } + + /// Upload a new package to an existing item. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before reading + /// commences. If is not seekable, then it will be read from its current position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + /// The body of the request. + /// + /// Required. Name of the item to upload the new package to in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + /// The stream to upload. See remarks for further information. + /// The content type of the stream to upload. + public virtual UploadMediaUpload Upload(Google.Apis.Chromewebstore.v2.Data.UploadItemPackageRequest body, string name, System.IO.Stream stream, string contentType) + { + return new UploadMediaUpload(service, body, name, stream, contentType); + } + + /// Upload media upload which supports resumable upload. + public class UploadMediaUpload : Google.Apis.Upload.ResumableUpload + { + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. + /// Required unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned + /// to a user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// + /// Required. Name of the item to upload the new package to in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Constructs a new Upload media upload instance. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its current + /// position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + public UploadMediaUpload(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v2.Data.UploadItemPackageRequest body, string name, System.IO.Stream stream, string contentType) + : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "v2/{+name}:upload"), "POST", stream, contentType) + { + Name = name; + Body = body; + } + } + } + + /// The "publishers" collection of methods. + public class PublishersResource + { + private const string Resource = "publishers"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public PublishersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Items = new ItemsResource(service); + } + + /// Gets the Items resource. + public virtual ItemsResource Items { get; } + + /// The "items" collection of methods. + public class ItemsResource + { + private const string Resource = "items"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ItemsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Cancel the current active submission of an item if present. This can be used to cancel the review of a + /// pending submission. + /// + /// The body of the request. + /// + /// Required. Name of the item to cancel the submission of in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + public virtual CancelSubmissionRequest CancelSubmission(Google.Apis.Chromewebstore.v2.Data.CancelSubmissionRequest body, string name) + { + return new CancelSubmissionRequest(this.service, body, name); + } + + /// + /// Cancel the current active submission of an item if present. This can be used to cancel the review of a + /// pending submission. + /// + public class CancelSubmissionRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new CancelSubmission request. + public CancelSubmissionRequest(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v2.Data.CancelSubmissionRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. Name of the item to cancel the submission of in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Chromewebstore.v2.Data.CancelSubmissionRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancelSubmission"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}:cancelSubmission"; + + /// Initializes CancelSubmission parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/items/[^/]+$", + }); + } + } + + /// Fetch the status of an item. + /// + /// Required. Name of the item to retrieve the status of in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + public virtual FetchStatusRequest FetchStatus(string name) + { + return new FetchStatusRequest(this.service, name); + } + + /// Fetch the status of an item. + public class FetchStatusRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new FetchStatus request. + public FetchStatusRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Name of the item to retrieve the status of in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "fetchStatus"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}:fetchStatus"; + + /// Initializes FetchStatus parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/items/[^/]+$", + }); + } + } + + /// + /// Submit the item to be published in the store. The item will be submitted for review unless `skip_review` + /// is set to true, or the item is staged from a previous submission with `publish_type` set to + /// `STAGED_PUBLISH`. + /// + /// The body of the request. + /// + /// Required. Name of the item in the form `publishers/{publisherId}/items/{itemId}` + /// + public virtual PublishRequest Publish(Google.Apis.Chromewebstore.v2.Data.PublishItemRequest body, string name) + { + return new PublishRequest(this.service, body, name); + } + + /// + /// Submit the item to be published in the store. The item will be submitted for review unless `skip_review` + /// is set to true, or the item is staged from a previous submission with `publish_type` set to + /// `STAGED_PUBLISH`. + /// + public class PublishRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new Publish request. + public PublishRequest(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v2.Data.PublishItemRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. Name of the item in the form `publishers/{publisherId}/items/{itemId}` + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Chromewebstore.v2.Data.PublishItemRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "publish"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}:publish"; + + /// Initializes Publish parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/items/[^/]+$", + }); + } + } + + /// + /// Set a higher target deploy percentage for the item's published revision. This will be updated without + /// the item being submitted for review. This is only available to items with over 10,000 seven-day active + /// users. + /// + /// The body of the request. + /// + /// Required. Name of the item to update the published revision of in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + public virtual SetPublishedDeployPercentageRequest SetPublishedDeployPercentage(Google.Apis.Chromewebstore.v2.Data.SetPublishedDeployPercentageRequest body, string name) + { + return new SetPublishedDeployPercentageRequest(this.service, body, name); + } + + /// + /// Set a higher target deploy percentage for the item's published revision. This will be updated without + /// the item being submitted for review. This is only available to items with over 10,000 seven-day active + /// users. + /// + public class SetPublishedDeployPercentageRequest : ChromewebstoreBaseServiceRequest + { + /// Constructs a new SetPublishedDeployPercentage request. + public SetPublishedDeployPercentageRequest(Google.Apis.Services.IClientService service, Google.Apis.Chromewebstore.v2.Data.SetPublishedDeployPercentageRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Required. Name of the item to update the published revision of in the form + /// `publishers/{publisherId}/items/{itemId}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Chromewebstore.v2.Data.SetPublishedDeployPercentageRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setPublishedDeployPercentage"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}:setPublishedDeployPercentage"; + + /// Initializes SetPublishedDeployPercentage parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^publishers/[^/]+/items/[^/]+$", + }); + } + } + } + } +} +namespace Google.Apis.Chromewebstore.v2.Data +{ + /// Request message for CancelSubmission. + public class CancelSubmissionRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `CancelSubmission`. + public class CancelSubmissionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Deployment information for a specific release channel. Used in requests to update deployment parameters. + /// + public class DeployInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The current deploy percentage for the release channel (nonnegative number between 0 and 100). + /// + [Newtonsoft.Json.JsonPropertyAttribute("deployPercentage")] + public virtual System.Nullable DeployPercentage { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Deployment information for a specific release channel + public class DistributionChannel : Google.Apis.Requests.IDirectResponseSchema + { + /// The extension version provided in the manifest of the uploaded package. + [Newtonsoft.Json.JsonPropertyAttribute("crxVersion")] + public virtual string CrxVersion { get; set; } + + /// + /// The current deploy percentage for the release channel (nonnegative number between 0 and 100). + /// + [Newtonsoft.Json.JsonPropertyAttribute("deployPercentage")] + public virtual System.Nullable DeployPercentage { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `FetchItemStatus`. + public class FetchItemStatusResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The ID of the item. + [Newtonsoft.Json.JsonPropertyAttribute("itemId")] + public virtual string ItemId { get; set; } + + /// + /// Output only. The state of the last async upload for an item. Only set when there has been an async upload + /// for the item in the past 24 hours. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastAsyncUploadState")] + public virtual string LastAsyncUploadState { get; set; } + + /// The name of the requested item. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The public key of the item, which may be generated by the store. + [Newtonsoft.Json.JsonPropertyAttribute("publicKey")] + public virtual string PublicKey { get; set; } + + /// + /// Output only. Status of the current published revision of the item. Will be unset if the item is not + /// published. + /// + [Newtonsoft.Json.JsonPropertyAttribute("publishedItemRevisionStatus")] + public virtual ItemRevisionStatus PublishedItemRevisionStatus { get; set; } + + /// + /// Status of the item revision submitted to be published. Will be unset if the item has not been submitted for + /// publishing since the last successful publish. + /// + [Newtonsoft.Json.JsonPropertyAttribute("submittedItemRevisionStatus")] + public virtual ItemRevisionStatus SubmittedItemRevisionStatus { get; set; } + + /// + /// If true, the item has been taken down for a policy violation. Check the developer dashboard for details. + /// + [Newtonsoft.Json.JsonPropertyAttribute("takenDown")] + public virtual System.Nullable TakenDown { get; set; } + + /// + /// If true, the item has been warned for a policy violation and will be taken down if not resolved. Check the + /// developer dashboard for details. + /// + [Newtonsoft.Json.JsonPropertyAttribute("warned")] + public virtual System.Nullable Warned { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details on the status of an item revision. + public class ItemRevisionStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// Details on the package of the item + [Newtonsoft.Json.JsonPropertyAttribute("distributionChannels")] + public virtual System.Collections.Generic.IList DistributionChannels { get; set; } + + /// Output only. Current state of the item + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for PublishItem. + public class PublishItemRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Additional deploy information including the desired initial percentage rollout. Defaults to the + /// current value saved in the developer dashboard if unset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("deployInfos")] + public virtual System.Collections.Generic.IList DeployInfos { get; set; } + + /// + /// Optional. Use this to control if the item is published immediately on approval or staged for publishing in + /// the future. Defaults to `DEFAULT_PUBLISH` if unset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("publishType")] + public virtual string PublishType { get; set; } + + /// + /// Optional. Whether to attempt to skip item review. The API will validate if the item qualifies and return a + /// validation error if the item requires review. Defaults to `false` if unset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("skipReview")] + public virtual System.Nullable SkipReview { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `PublishItem`. + public class PublishItemResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The ID of the item. + [Newtonsoft.Json.JsonPropertyAttribute("itemId")] + public virtual string ItemId { get; set; } + + /// The name of the item that was submitted + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. The current state of the submission. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for SetPublishedDeployPercentage. + public class SetPublishedDeployPercentageRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Unscaled percentage value for the publised revision (nonnegative number between 0 and 100). It + /// must be larger than the existing target percentage. + /// + [Newtonsoft.Json.JsonPropertyAttribute("deployPercentage")] + public virtual System.Nullable DeployPercentage { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `SetPublishedDeployPercentage`. + public class SetPublishedDeployPercentageResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for UploadItemPackage. + public class UploadItemPackageRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `UploadItemPackage`. + public class UploadItemPackageResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The extension version provided in the manifest of the uploaded package. This will not be set if the upload + /// is still in progress (`upload_state` is `UPLOAD_IN_PROGRESS`). + /// + [Newtonsoft.Json.JsonPropertyAttribute("crxVersion")] + public virtual string CrxVersion { get; set; } + + /// Output only. The ID of the item the package was uploaded to. + [Newtonsoft.Json.JsonPropertyAttribute("itemId")] + public virtual string ItemId { get; set; } + + /// The name of the item the package was uploaded to. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Output only. The state of the upload. If `upload_state` is `UPLOAD_IN_PROGRESS`, you can poll for updates + /// using the fetchStatus method. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uploadState")] + public virtual string UploadState { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } +} diff --git a/Src/Generated/Google.Apis.Chromewebstore.v2/Google.Apis.Chromewebstore.v2.csproj b/Src/Generated/Google.Apis.Chromewebstore.v2/Google.Apis.Chromewebstore.v2.csproj new file mode 100644 index 00000000000..486ec1199d8 --- /dev/null +++ b/Src/Generated/Google.Apis.Chromewebstore.v2/Google.Apis.Chromewebstore.v2.csproj @@ -0,0 +1,66 @@ + + + + + Google.Apis.Chromewebstore.v2 Client Library + 1.72.0.3951 + Google LLC + Copyright 2025 Google LLC + Google + https://github.com/google/google-api-dotnet-client + Apache-2.0 + git + https://github.com/google/google-api-dotnet-client + https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png + NuGetIcon.png + + Google APIs Client Library for working with Chromewebstore v2. + + Product documentation is available at: + https://developer.chrome.com/docs/webstore/api + + API reference documentation for this package is available at: + https://googleapis.dev/dotnet/Google.Apis.Chromewebstore.v2/latest/api/Google.Apis.Chromewebstore.v2.html + + The source code for this package is available at: + https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Chromewebstore.v2 + + Supported Platforms: + - .NET Framework 4.6.2+ + - .NET Standard 2.0 + - .NET 6.0+ + + Incompatible platforms: + - .NET Framework < 4.6.2 + - Silverlight + - UWP (will build, but is known not to work at runtime) + - Xamarin/MAUI + - Windows 8 Apps + - Windows Phone 8.1 + - Windows Phone Silverlight 8.0 + + + + + + + + + + + netstandard2.0;net462;net6.0 + true + ..\..\..\google.apis.snk + portable + true + 1570,1587,1591 + + + + + + + + + + diff --git a/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.cs b/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.cs index f70ce317cf9..488fb0c60fb 100644 --- a/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.cs +++ b/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.cs @@ -11805,11 +11805,11 @@ public class GeminiGem : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } - /// Title of the Gem. Read-only. + /// Title of the Gem. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URL that can be used to access the Gem. Read-only. + /// URL that can be used to access the Gem. [Newtonsoft.Json.JsonPropertyAttribute("url")] public virtual string Url { get; set; } @@ -12571,11 +12571,11 @@ public class NotebookLmNotebook : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } - /// Title of the Notebook. Read-only. + /// Title of the Notebook. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URL that can be used to access the Notebook. Read-only. + /// URL that can be used to access the Notebook. [Newtonsoft.Json.JsonPropertyAttribute("url")] public virtual string Url { get; set; } diff --git a/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj b/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj index 0fde14960b8..6227cbb5343 100644 --- a/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj +++ b/Src/Generated/Google.Apis.Classroom.v1/Google.Apis.Classroom.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Classroom.v1 Client Library - 1.71.0.3924 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.cs b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.cs index baa7b63a424..d6ec11eea6c 100644 --- a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.cs +++ b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.cs @@ -536,6 +536,31 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// Optional. The view of the backup to return. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The view of the backup to return. + public enum ViewEnum + { + /// Value unspecified, equivalent to BASIC. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_UNSPECIFIED")] + BACKUPVIEWUNSPECIFIED = 0, + + /// + /// Responses include all fields that aren't explicitly gated behind another view. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_BASIC")] + BACKUPVIEWBASIC = 1, + + /// + /// Response include all the field from BASIC plus the field cluster_deleted, which specifies if + /// the cluster corresponding to this backup is deleted. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_CLUSTER_DELETED")] + BACKUPVIEWCLUSTERDELETED = 2, + } + /// Gets the method name. public override string MethodName => "get"; @@ -557,6 +582,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/backups/[^/]+$", }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -600,6 +633,31 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// Optional. The view of the backup to return. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The view of the backup to return. + public enum ViewEnum + { + /// Value unspecified, equivalent to BASIC. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_UNSPECIFIED")] + BACKUPVIEWUNSPECIFIED = 0, + + /// + /// Responses include all fields that aren't explicitly gated behind another view. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_BASIC")] + BACKUPVIEWBASIC = 1, + + /// + /// Response include all the field from BASIC plus the field cluster_deleted, which specifies if + /// the cluster corresponding to this backup is deleted. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_CLUSTER_DELETED")] + BACKUPVIEWCLUSTERDELETED = 2, + } + /// Gets the method name. public override string MethodName => "list"; @@ -653,6 +711,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -3781,8 +3847,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3878,21 +3944,6 @@ public class AuthorizedNetwork : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Configuration for autoscaling. - public class AutoScalingConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Policy for the MIG autoscaler. - [Newtonsoft.Json.JsonPropertyAttribute("policy")] - public virtual Policy Policy { get; set; } - - /// Optional list of schedules for the MIG autoscaler. If not set, no schedules are created. - [Newtonsoft.Json.JsonPropertyAttribute("schedules")] - public virtual System.Collections.Generic.IList Schedules { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Message describing the user-specified automated backup policy. All fields in the automated backup policy are /// optional. Defaults for each field are provided if they are not set. @@ -4685,6 +4736,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("databaseVersion")] public virtual string DatabaseVersion { get; set; } + /// Optional. Configuration for Dataplex integration. + [Newtonsoft.Json.JsonPropertyAttribute("dataplexConfig")] + public virtual DataplexConfig DataplexConfig { get; set; } + private string _deleteTimeRaw; private object _deleteTime; @@ -4764,6 +4819,13 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("maintenanceUpdatePolicy")] public virtual MaintenanceUpdatePolicy MaintenanceUpdatePolicy { get; set; } + /// + /// Input only. Policy to use to automatically select the maintenance version to which to update the cluster's + /// instances. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maintenanceVersionSelectionPolicy")] + public virtual string MaintenanceVersionSelectionPolicy { get; set; } + /// Output only. Cluster created via DMS migration. [Newtonsoft.Json.JsonPropertyAttribute("migrationSource")] public virtual MigrationSource MigrationSource { get; set; } @@ -5151,17 +5213,6 @@ public virtual System.DateTimeOffset? PointInTimeDateTimeOffset public virtual string ETag { get; set; } } - /// CPU utilization policy for the autoscaler. - public class CpuUtilization : Google.Apis.Requests.IDirectResponseSchema - { - /// Target CPU utilization as a float between 0 and 1. - [Newtonsoft.Json.JsonPropertyAttribute("utilizationTarget")] - public virtual System.Nullable UtilizationTarget { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// Options for exporting data in CSV format. public class CsvExportOptions : Google.Apis.Requests.IDirectResponseSchema { @@ -5233,6 +5284,20 @@ public class CsvImportOptions : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for Dataplex integration. + public class DataplexConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Dataplex is enabled by default for resources such as clusters and instances. This flag controls the + /// integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex." + /// + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this /// deny period. The start_date must be less than the end_date. @@ -5736,6 +5801,13 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("machineConfig")] public virtual MachineConfig MachineConfig { get; set; } + /// + /// Output only. Maintenance version of the instance, for example: POSTGRES_15.2025_07_15.04_00. Output only. + /// Update this field via the parent cluster's maintenance_version field(s). + /// + [Newtonsoft.Json.JsonPropertyAttribute("maintenanceVersionName")] + public virtual string MaintenanceVersionName { get; set; } + /// /// Output only. The name of the instance resource with the format: * /// projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and @@ -6421,32 +6493,6 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset public virtual string ETag { get; set; } } - /// Policy for the autoscaler. - public class Policy : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The period of time in seconds after a new node is created before the autoscaler will incorporate its - /// resource usage (e.g. CPU utilization) into the autoscaling recommendation algorithm. - /// - [Newtonsoft.Json.JsonPropertyAttribute("coolDownPeriodSec")] - public virtual System.Nullable CoolDownPeriodSec { get; set; } - - /// CPU utilization policy for the autoscaler. - [Newtonsoft.Json.JsonPropertyAttribute("cpuUtilization")] - public virtual CpuUtilization CpuUtilization { get; set; } - - /// If true, autoscaling is enabled for the instance. If not set, the default value is false. - [Newtonsoft.Json.JsonPropertyAttribute("enabled")] - public virtual System.Nullable Enabled { get; set; } - - /// Maximum number of nodes for the autoscaler. - [Newtonsoft.Json.JsonPropertyAttribute("maxNodeCount")] - public virtual System.Nullable MaxNodeCount { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This /// should be set if and only if the cluster is of type PRIMARY. @@ -6689,13 +6735,6 @@ public class QueryInsightsInstanceConfig : Google.Apis.Requests.IDirectResponseS /// Configuration for a read pool instance. public class ReadPoolConfig : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Autoscaling configuration for the read pool instance. If not set, the read pool instance will not be - /// autoscaled. - /// - [Newtonsoft.Json.JsonPropertyAttribute("autoScalingConfig")] - public virtual AutoScalingConfig AutoScalingConfig { get; set; } - /// Read capacity, i.e. number of nodes in a read pool instance. [Newtonsoft.Json.JsonPropertyAttribute("nodeCount")] public virtual System.Nullable NodeCount { get; set; } @@ -6821,47 +6860,6 @@ public class RestoreFromCloudSQLRequest : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } - /// A schedule for the autoscaler. - public class Schedule : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Cron expression for the triggering the schedule. See - /// https://cloud.google.com/compute/docs/autoscaler/scaling-schedules#cron_expressions for the syntax. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cronExpression")] - public virtual string CronExpression { get; set; } - - /// Description of the schedule. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } - - /// If true, the schedule is disabled. - [Newtonsoft.Json.JsonPropertyAttribute("disabled")] - public virtual System.Nullable Disabled { get; set; } - - /// Duration of the schedule. - [Newtonsoft.Json.JsonPropertyAttribute("durationSec")] - public virtual System.Nullable DurationSec { get; set; } - - /// Minimum number of nodes in while the schedule is active. - [Newtonsoft.Json.JsonPropertyAttribute("minNodeCount")] - public virtual System.Nullable MinNodeCount { get; set; } - - /// Name of the schedule. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// - /// The location-based IANA time zone for interpreting the schedule's start time. If no time zone is provided, - /// UTC is used by default. - /// - [Newtonsoft.Json.JsonPropertyAttribute("timeZone")] - public virtual string TimeZone { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Configuration information for the secondary cluster. This should be set if and only if the cluster is of type /// SECONDARY. @@ -7601,7 +7599,7 @@ public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId : Google.Ap public virtual string ETag { get; set; } } - /// Common model for database resource instance metadata. Next ID: 29 + /// Common model for database resource instance metadata. Next ID: 30 public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata : Google.Apis.Requests.IDirectResponseSchema { /// Availability configuration for this instance @@ -7697,6 +7695,10 @@ public virtual System.DateTimeOffset? CreationTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("instanceType")] public virtual string InstanceType { get; set; } + /// Optional. Whether deletion protection is enabled for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("isDeletionProtectionEnabled")] + public virtual System.Nullable IsDeletionProtectionEnabled { get; set; } + /// The resource location. REQUIRED [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } diff --git a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.csproj b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.csproj index 62d36ca80d2..6b325e06879 100644 --- a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.csproj +++ b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAlloyDBAdmin.v1 Client Library - 1.71.0.3920 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.cs b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.cs index ddaa6d5e02f..101255806ab 100644 --- a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.cs +++ b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.cs @@ -536,6 +536,31 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// Optional. The view of the backup to return. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The view of the backup to return. + public enum ViewEnum + { + /// Value unspecified, equivalent to BASIC. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_UNSPECIFIED")] + BACKUPVIEWUNSPECIFIED = 0, + + /// + /// Responses include all fields that aren't explicitly gated behind another view. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_BASIC")] + BACKUPVIEWBASIC = 1, + + /// + /// Response include all the field from BASIC plus the field cluster_deleted, which specifies if + /// the cluster corresponding to this backup is deleted. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_CLUSTER_DELETED")] + BACKUPVIEWCLUSTERDELETED = 2, + } + /// Gets the method name. public override string MethodName => "get"; @@ -557,6 +582,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/backups/[^/]+$", }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -600,6 +633,31 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// Optional. The view of the backup to return. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The view of the backup to return. + public enum ViewEnum + { + /// Value unspecified, equivalent to BASIC. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_UNSPECIFIED")] + BACKUPVIEWUNSPECIFIED = 0, + + /// + /// Responses include all fields that aren't explicitly gated behind another view. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_BASIC")] + BACKUPVIEWBASIC = 1, + + /// + /// Response include all the field from BASIC plus the field cluster_deleted, which specifies if + /// the cluster corresponding to this backup is deleted. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_CLUSTER_DELETED")] + BACKUPVIEWCLUSTERDELETED = 2, + } + /// Gets the method name. public override string MethodName => "list"; @@ -653,6 +711,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -3781,8 +3847,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3955,6 +4021,13 @@ public class Backup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("annotations")] public virtual System.Collections.Generic.IDictionary Annotations { get; set; } + /// + /// Output only. Set to true if the cluster corresponding to this backup is deleted. This field is only + /// populated for when using the BACKUP_VIEW_CLUSTER_DELETED view. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterDeleted")] + public virtual System.Nullable ClusterDeleted { get; set; } + /// /// Required. The full resource name of the backup source cluster (e.g., /// projects/{project}/locations/{region}/clusters/{cluster_id}). @@ -4689,6 +4762,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("databaseVersion")] public virtual string DatabaseVersion { get; set; } + /// Optional. Configuration for Dataplex integration. + [Newtonsoft.Json.JsonPropertyAttribute("dataplexConfig")] + public virtual DataplexConfig DataplexConfig { get; set; } + private string _deleteTimeRaw; private object _deleteTime; @@ -4772,6 +4849,13 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("maintenanceUpdatePolicy")] public virtual MaintenanceUpdatePolicy MaintenanceUpdatePolicy { get; set; } + /// + /// Input only. Policy to use to automatically select the maintenance version to which to update the cluster's + /// instances. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maintenanceVersionSelectionPolicy")] + public virtual string MaintenanceVersionSelectionPolicy { get; set; } + /// Output only. Cluster created via DMS migration. [Newtonsoft.Json.JsonPropertyAttribute("migrationSource")] public virtual MigrationSource MigrationSource { get; set; } @@ -5336,6 +5420,20 @@ public class CsvImportOptions : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for Dataplex integration. + public class DataplexConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Dataplex is enabled by default for resources such as clusters and instances. This flag controls the + /// integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex." + /// + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this /// deny period. The start_date must be less than the end_date. @@ -5858,6 +5956,13 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("machineConfig")] public virtual MachineConfig MachineConfig { get; set; } + /// + /// Output only. Maintenance version of the instance, for example: POSTGRES_15.2025_07_15.04_00. Output only. + /// Update this field via the parent cluster's maintenance_version field(s). + /// + [Newtonsoft.Json.JsonPropertyAttribute("maintenanceVersionName")] + public virtual string MaintenanceVersionName { get; set; } + /// /// Output only. The name of the instance resource with the format: * /// projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and @@ -7743,7 +7848,7 @@ public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId : Google.Ap public virtual string ETag { get; set; } } - /// Common model for database resource instance metadata. Next ID: 29 + /// Common model for database resource instance metadata. Next ID: 30 public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata : Google.Apis.Requests.IDirectResponseSchema { /// Availability configuration for this instance @@ -7839,6 +7944,10 @@ public virtual System.DateTimeOffset? CreationTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("instanceType")] public virtual string InstanceType { get; set; } + /// Optional. Whether deletion protection is enabled for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("isDeletionProtectionEnabled")] + public virtual System.Nullable IsDeletionProtectionEnabled { get; set; } + /// The resource location. REQUIRED [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } diff --git a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.csproj b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.csproj index abf9062b099..05ae4e52e07 100644 --- a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.csproj +++ b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1alpha/Google.Apis.CloudAlloyDBAdmin.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAlloyDBAdmin.v1alpha Client Library - 1.71.0.3920 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.cs b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.cs index a9d90c63889..e2246a074c7 100644 --- a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.cs +++ b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.cs @@ -536,6 +536,31 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// Optional. The view of the backup to return. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The view of the backup to return. + public enum ViewEnum + { + /// Value unspecified, equivalent to BASIC. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_UNSPECIFIED")] + BACKUPVIEWUNSPECIFIED = 0, + + /// + /// Responses include all fields that aren't explicitly gated behind another view. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_BASIC")] + BACKUPVIEWBASIC = 1, + + /// + /// Response include all the field from BASIC plus the field cluster_deleted, which specifies if + /// the cluster corresponding to this backup is deleted. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_CLUSTER_DELETED")] + BACKUPVIEWCLUSTERDELETED = 2, + } + /// Gets the method name. public override string MethodName => "get"; @@ -557,6 +582,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/backups/[^/]+$", }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -600,6 +633,31 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// Optional. The view of the backup to return. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// Optional. The view of the backup to return. + public enum ViewEnum + { + /// Value unspecified, equivalent to BASIC. + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_UNSPECIFIED")] + BACKUPVIEWUNSPECIFIED = 0, + + /// + /// Responses include all fields that aren't explicitly gated behind another view. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_BASIC")] + BACKUPVIEWBASIC = 1, + + /// + /// Response include all the field from BASIC plus the field cluster_deleted, which specifies if + /// the cluster corresponding to this backup is deleted. + /// + [Google.Apis.Util.StringValueAttribute("BACKUP_VIEW_CLUSTER_DELETED")] + BACKUPVIEWCLUSTERDELETED = 2, + } + /// Gets the method name. public override string MethodName => "list"; @@ -653,6 +711,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -3773,8 +3839,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3947,6 +4013,13 @@ public class Backup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("annotations")] public virtual System.Collections.Generic.IDictionary Annotations { get; set; } + /// + /// Output only. Set to true if the cluster corresponding to this backup is deleted. This field is only + /// populated for when using the BACKUP_VIEW_CLUSTER_DELETED view. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterDeleted")] + public virtual System.Nullable ClusterDeleted { get; set; } + /// /// Required. The full resource name of the backup source cluster (e.g., /// projects/{project}/locations/{region}/clusters/{cluster_id}). @@ -4670,6 +4743,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("databaseVersion")] public virtual string DatabaseVersion { get; set; } + /// Optional. Configuration for Dataplex integration. + [Newtonsoft.Json.JsonPropertyAttribute("dataplexConfig")] + public virtual DataplexConfig DataplexConfig { get; set; } + private string _deleteTimeRaw; private object _deleteTime; @@ -4753,6 +4830,13 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("maintenanceUpdatePolicy")] public virtual MaintenanceUpdatePolicy MaintenanceUpdatePolicy { get; set; } + /// + /// Input only. Policy to use to automatically select the maintenance version to which to update the cluster's + /// instances. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maintenanceVersionSelectionPolicy")] + public virtual string MaintenanceVersionSelectionPolicy { get; set; } + /// Output only. Cluster created via DMS migration. [Newtonsoft.Json.JsonPropertyAttribute("migrationSource")] public virtual MigrationSource MigrationSource { get; set; } @@ -5313,6 +5397,20 @@ public class CsvImportOptions : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for Dataplex integration. + public class DataplexConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Dataplex is enabled by default for resources such as clusters and instances. This flag controls the + /// integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex." + /// + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this /// deny period. The start_date must be less than the end_date. @@ -5835,6 +5933,13 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("machineConfig")] public virtual MachineConfig MachineConfig { get; set; } + /// + /// Output only. Maintenance version of the instance, for example: POSTGRES_15.2025_07_15.04_00. Output only. + /// Update this field via the parent cluster's maintenance_version field(s). + /// + [Newtonsoft.Json.JsonPropertyAttribute("maintenanceVersionName")] + public virtual string MaintenanceVersionName { get; set; } + /// /// Output only. The name of the instance resource with the format: * /// projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and @@ -7716,7 +7821,7 @@ public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId : Google.Ap public virtual string ETag { get; set; } } - /// Common model for database resource instance metadata. Next ID: 29 + /// Common model for database resource instance metadata. Next ID: 30 public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata : Google.Apis.Requests.IDirectResponseSchema { /// Availability configuration for this instance @@ -7812,6 +7917,10 @@ public virtual System.DateTimeOffset? CreationTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("instanceType")] public virtual string InstanceType { get; set; } + /// Optional. Whether deletion protection is enabled for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("isDeletionProtectionEnabled")] + public virtual System.Nullable IsDeletionProtectionEnabled { get; set; } + /// The resource location. REQUIRED [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } diff --git a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.csproj b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.csproj index fa60df90ae2..6343e2d3c2a 100644 --- a/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.csproj +++ b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1beta/Google.Apis.CloudAlloyDBAdmin.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAlloyDBAdmin.v1beta Client Library - 1.71.0.3920 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.cs b/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.cs index 2140162ca11..55c70252e70 100644 --- a/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.cs +++ b/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.cs @@ -8142,6 +8142,10 @@ public class VersionedPackage : Google.Apis.Requests.IDirectResponseSchema /// public class VersionedResource : Google.Apis.Requests.IDirectResponseSchema { + /// The exceptions of a resource. + [Newtonsoft.Json.JsonPropertyAttribute("assetExceptions")] + public virtual System.Collections.Generic.IList AssetExceptions { get; set; } + /// /// JSON representation of the resource as defined by the corresponding service providing this resource. /// Example: If the resource is an instance provided by Compute Engine, this field will contain the JSON diff --git a/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj b/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj index f8e63880e37..6dd369f9b89 100644 --- a/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj +++ b/Src/Generated/Google.Apis.CloudAsset.v1/Google.Apis.CloudAsset.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudAsset.v1 Client Library - 1.70.0.3844 + 1.72.0.3958 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.cs b/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.cs index de15c7107ae..32fcfb8a8ed 100644 --- a/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.cs +++ b/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.cs @@ -599,8 +599,9 @@ public BuildsResource(Google.Apis.Services.IClientService service) } /// - /// Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO returned - /// from a CreateBuild call. If rejected, the returned LRO will be immediately done. + /// Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be + /// analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately + /// done. /// /// The body of the request. /// @@ -612,8 +613,9 @@ public virtual ApproveRequest Approve(Google.Apis.CloudBuild.v1.Data.ApproveBuil } /// - /// Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO returned - /// from a CreateBuild call. If rejected, the returned LRO will be immediately done. + /// Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be + /// analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately + /// done. /// public class ApproveRequest : CloudBuildBaseServiceRequest { @@ -2080,8 +2082,9 @@ public BuildsResource(Google.Apis.Services.IClientService service) } /// - /// Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO - /// returned from a CreateBuild call. If rejected, the returned LRO will be immediately done. + /// Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be + /// analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be + /// immediately done. /// /// The body of the request. /// @@ -2093,8 +2096,9 @@ public virtual ApproveRequest Approve(Google.Apis.CloudBuild.v1.Data.ApproveBuil } /// - /// Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO - /// returned from a CreateBuild call. If rejected, the returned LRO will be immediately done. + /// Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will be + /// analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be + /// immediately done. /// public class ApproveRequest : CloudBuildBaseServiceRequest { @@ -6806,6 +6810,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// An image built by the pipeline. public class BuiltImage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Docker Registry 2.0 digest. [Newtonsoft.Json.JsonPropertyAttribute("digest")] public virtual string Digest { get; set; } @@ -9984,6 +9992,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// A Go module artifact uploaded to Artifact Registry using the GoModule directive. public class UploadedGoModule : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Go Module Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual FileHashes FileHashes { get; set; } @@ -10003,6 +10015,10 @@ public class UploadedGoModule : Google.Apis.Requests.IDirectResponseSchema /// A Maven artifact uploaded using the MavenArtifact directive. public class UploadedMavenArtifact : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Maven Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual FileHashes FileHashes { get; set; } @@ -10022,6 +10038,10 @@ public class UploadedMavenArtifact : Google.Apis.Requests.IDirectResponseSchema /// An npm package uploaded to Artifact Registry using the NpmPackage directive. public class UploadedNpmPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the npm package. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual FileHashes FileHashes { get; set; } @@ -10041,6 +10061,10 @@ public class UploadedNpmPackage : Google.Apis.Requests.IDirectResponseSchema /// Artifact uploaded using the PythonPackage directive. public class UploadedPythonPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Python Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual FileHashes FileHashes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj b/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj index 16b4345c399..0c42cfb8665 100644 --- a/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj +++ b/Src/Generated/Google.Apis.CloudBuild.v1/Google.Apis.CloudBuild.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudBuild.v1 Client Library - 1.70.0.3898 + 1.72.0.3967 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.cs b/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.cs index 698fdc41ccd..53a4ca53d3e 100644 --- a/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.cs +++ b/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.cs @@ -1891,8 +1891,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.csproj b/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.csproj index ce38c9342a7..d722ea96e9c 100644 --- a/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.csproj +++ b/Src/Generated/Google.Apis.CloudBuild.v2/Google.Apis.CloudBuild.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudBuild.v2 Client Library - 1.70.0.3898 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.cs b/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.cs index e99cf21dc32..2b9f86f49d5 100644 --- a/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.cs +++ b/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.cs @@ -385,8 +385,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba public enum ViewEnum { /// - /// The default / unset value. For `GetAccount`, it defaults to the FULL view. For `ListAccounts`, - /// it only supports BASIC view. + /// The default / unset value. For `GetAccount` and `ListAccounts`, they default to the BASIC view. + /// For `ListAccounts`, it only supports the BASIC view. /// [Google.Apis.Util.StringValueAttribute("ACCOUNT_VIEW_UNSPECIFIED")] ACCOUNTVIEWUNSPECIFIED = 0, diff --git a/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.csproj b/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.csproj index 8e86579d8dd..63dca0b90e5 100644 --- a/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.csproj +++ b/Src/Generated/Google.Apis.CloudCommercePartnerProcurementService.v1/Google.Apis.CloudCommercePartnerProcurementService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudCommercePartnerProcurementService.v1 Client Library - 1.71.0.3918 + 1.72.0.3937 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.cs b/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.cs index b415d89e993..fc9fa4e9edf 100644 --- a/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.cs +++ b/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.cs @@ -2746,160 +2746,83 @@ public class DataProductsResource public DataProductsResource(Google.Apis.Services.IClientService service) { this.service = service; - DataAssets = new DataAssetsResource(service); } - /// Gets the DataAssets resource. - public virtual DataAssetsResource DataAssets { get; } - - /// The "dataAssets" collection of methods. - public class DataAssetsResource + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See Resource names + /// (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) { - private const string Resource = "dataAssets"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new GetIamPolicyRequest(this.service, resource); + } - /// Constructs a new resource. - public DataAssetsResource(Google.Apis.Services.IClientService service) + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : CloudDataplexBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) { - this.service = service; + Resource = resource; + InitParameters(); } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy.Can - /// return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See Resource names + /// REQUIRED: The resource for which the policy is being requested. See Resource names /// (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. - /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.CloudDataplex.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) - { - return new SetIamPolicyRequest(this.service, body, resource); - } + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy.Can - /// return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. + /// Optional. The maximum policy version that will be used to format the policy.Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset.The policy in the response might use the policy + /// version that you specified, or it might use a lower policy version. For example, if you specify + /// version 3, but the policy has no conditional role bindings, the response uses version 1.To learn + /// which resources support conditions in their IAM policies, see the IAM documentation + /// (https://cloud.google.com/iam/help/conditions/resource-policies). /// - public class SetIamPolicyRequest : CloudDataplexBaseServiceRequest - { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudDataplex.v1.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) - { - Resource = resource; - Body = body; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy is being specified. See Resource names - /// (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.CloudDataplex.v1.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "setIamPolicy"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:setIamPolicy"; + /// Gets the method name. + public override string MethodName => "getIamPolicy"; - /// Initializes SetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/dataAssets/[^/]+$", - }); - } - } + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for - /// authorization checking. This operation may "fail open" without warning. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy detail is being requested. See Resource names - /// (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. - /// - public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.CloudDataplex.v1.Data.GoogleIamV1TestIamPermissionsRequest body, string resource) - { - return new TestIamPermissionsRequest(this.service, body, resource); - } + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; - /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for - /// authorization checking. This operation may "fail open" without warning. - /// - public class TestIamPermissionsRequest : CloudDataplexBaseServiceRequest + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudDataplex.v1.Data.GoogleIamV1TestIamPermissionsRequest body, string resource) : base(service) + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - Resource = resource; - Body = body; - InitParameters(); - } - - /// - /// REQUIRED: The resource for which the policy detail is being requested. See Resource names - /// (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.CloudDataplex.v1.Data.GoogleIamV1TestIamPermissionsRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "testIamPermissions"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+resource}:testIamPermissions"; - - /// Initializes TestIamPermissions parameter list. - protected override void InitParameters() + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/dataAssets/[^/]+$", - }); - } + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -5614,10 +5537,7 @@ public enum ViewEnum [Google.Apis.Util.StringValueAttribute("CUSTOM")] CUSTOM = 3, - /// - /// Returns all aspects. If the number of aspects exceeds 100, the first 100 will be - /// returned. - /// + /// [Google.Apis.Util.StringValueAttribute("ALL")] ALL = 4, } @@ -5709,15 +5629,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Optional. A filter on the entries to return. Filters are case-sensitive. You can filter the - /// request by the following fields: entry_type entry_source.display_nameThe comparison - /// operators are =, !=, &lt;, &gt;, &lt;=, &gt;=. The service compares strings - /// according to lexical order.You can use the logical operators AND, OR, NOT in the filter.You - /// can use Wildcard "*", but for entry_type you need to provide the full project id or - /// number.Example filter expressions: "entry_source.display_name=AnExampleDisplayName" + /// request by the following fields: entry_type entry_source.display_name parent_entryThe + /// comparison operators are =, !=, &lt;, &gt;, &lt;=, &gt;=. The service + /// compares strings according to lexical order.You can use the logical operators AND, OR, NOT + /// in the filter.You can use Wildcard "*", but for entry_type and parent_entry you need to + /// provide the full project id or number.You cannot use parent_entry in conjunction with other + /// fields.Example filter expressions: "entry_source.display_name=AnExampleDisplayName" /// "entry_type=projects/example-project/locations/global/entryTypes/example-entry_type" /// "entry_type=projects/example-project/locations/us/entryTypes/a* OR /// entry_type=projects/another-project/locations/*" "NOT /// entry_source.display_name=AnotherExampleDisplayName" + /// "parent_entry=projects/example-project/locations/us/entryGroups/example-entry-group/entries/example-entry" /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -16203,8 +16125,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -16368,9 +16290,7 @@ public enum ViewEnum [Google.Apis.Util.StringValueAttribute("CUSTOM")] CUSTOM = 3, - /// - /// Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned. - /// + /// [Google.Apis.Util.StringValueAttribute("ALL")] ALL = 4, } @@ -17058,6 +16978,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } + /// Optional. Immutable. Stores data classification of the aspect. + [Newtonsoft.Json.JsonPropertyAttribute("dataClassification")] + public virtual string DataClassification { get; set; } + /// Optional. Description of the AspectType. [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } @@ -18652,6 +18576,12 @@ public class GoogleCloudDataplexV1DataDocumentationSpec : Google.Apis.Requests.I /// public class GoogleCloudDataplexV1DataProfileResult : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata. + /// + [Newtonsoft.Json.JsonPropertyAttribute("catalogPublishingStatus")] + public virtual GoogleCloudDataplexV1DataScanCatalogPublishingStatus CatalogPublishingStatus { get; set; } + /// Output only. The result of post scan actions. [Newtonsoft.Json.JsonPropertyAttribute("postScanActionsResult")] public virtual GoogleCloudDataplexV1DataProfileResultPostScanActionsResult PostScanActionsResult { get; set; } @@ -18899,6 +18829,12 @@ public class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNVa /// DataProfileScan related setting. public class GoogleCloudDataplexV1DataProfileSpec : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. If set, the latest DataScan job result will be published as Dataplex Universal Catalog metadata. + /// + [Newtonsoft.Json.JsonPropertyAttribute("catalogPublishingEnabled")] + public virtual System.Nullable CatalogPublishingEnabled { get; set; } + /// /// Optional. The fields to exclude from data profile.If specified, the fields will be excluded from data /// profile, regardless of include_fields value. @@ -19042,6 +18978,10 @@ public class GoogleCloudDataplexV1DataQualityDimensionResult : Google.Apis.Reque /// The output of a DataQualityScan. public class GoogleCloudDataplexV1DataQualityResult : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The generated assets for anomaly detection. + [Newtonsoft.Json.JsonPropertyAttribute("anomalyDetectionGeneratedAssets")] + public virtual GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets AnomalyDetectionGeneratedAssets { get; set; } + /// /// Output only. The status of publishing the data scan as Dataplex Universal Catalog metadata. /// @@ -19092,6 +19032,39 @@ public class GoogleCloudDataplexV1DataQualityResult : Google.Apis.Requests.IDire public virtual string ETag { get; set; } } + /// The assets generated by Anomaly Detection Data Scan. + public class GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataIntermediateTable")] + public virtual string DataIntermediateTable { get; set; } + + /// + /// Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID + /// + [Newtonsoft.Json.JsonPropertyAttribute("freshnessIntermediateTable")] + public virtual string FreshnessIntermediateTable { get; set; } + + /// + /// Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result + /// table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the + /// AnomalyDetectionAssets.result_table. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resultTable")] + public virtual string ResultTable { get; set; } + + /// + /// Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID + /// + [Newtonsoft.Json.JsonPropertyAttribute("volumeIntermediateTable")] + public virtual string VolumeIntermediateTable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The result of post scan actions of DataQualityScan job. public class GoogleCloudDataplexV1DataQualityResultPostScanActionsResult : Google.Apis.Requests.IDirectResponseSchema { @@ -25032,6 +25005,10 @@ public class GoogleCloudDataplexV1Trigger : Google.Apis.Requests.IDirectResponse [Newtonsoft.Json.JsonPropertyAttribute("onDemand")] public virtual GoogleCloudDataplexV1TriggerOnDemand OnDemand { get; set; } + /// The scan runs once, and does not create an associated ScanJob child resource. + [Newtonsoft.Json.JsonPropertyAttribute("oneTime")] + public virtual GoogleCloudDataplexV1TriggerOneTime OneTime { get; set; } + /// The scan is scheduled to run periodically. [Newtonsoft.Json.JsonPropertyAttribute("schedule")] public virtual GoogleCloudDataplexV1TriggerSchedule Schedule { get; set; } @@ -25047,6 +25024,22 @@ public class GoogleCloudDataplexV1TriggerOnDemand : Google.Apis.Requests.IDirect public virtual string ETag { get; set; } } + /// The scan runs once using create API. + public class GoogleCloudDataplexV1TriggerOneTime : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Time to live for OneTime scans. default value is 24 hours, minimum value is 0 seconds, and maximum + /// value is 365 days. The time is calculated from the data scan job completion time. If value is set as 0 + /// seconds, the scan will be immediately deleted upon job completion, regardless of whether the job succeeded + /// or failed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ttlAfterScanCompletion")] + public virtual object TtlAfterScanCompletion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The scan is scheduled to run periodically. public class GoogleCloudDataplexV1TriggerSchedule : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj b/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj index 215f38e0f4c..416d4226903 100644 --- a/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj +++ b/Src/Generated/Google.Apis.CloudDataplex.v1/Google.Apis.CloudDataplex.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDataplex.v1 Client Library - 1.71.0.3919 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.cs b/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.cs index 502c82f07ed..0fad4927213 100644 --- a/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.cs +++ b/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.cs @@ -5633,8 +5633,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -9360,6 +9360,13 @@ public virtual System.DateTimeOffset? RenderStartTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("targetSnapshots")] public virtual System.Collections.Generic.IList TargetSnapshots { get; set; } + /// + /// Optional. The tool versions to use for this release and all subsequent operations involving this release. If + /// unset, then it will freeze the tool versions at the time of release creation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolVersions")] + public virtual ToolVersions ToolVersions { get; set; } + /// Output only. Unique identifier of the `Release`. [Newtonsoft.Json.JsonPropertyAttribute("uid")] public virtual string Uid { get; set; } @@ -9368,6 +9375,26 @@ public virtual System.DateTimeOffset? RenderStartTimeDateTimeOffset /// ReleaseCondition contains all conditions relevant to a Release. public class ReleaseCondition : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Details around the support state of the release's Docker version. + [Newtonsoft.Json.JsonPropertyAttribute("dockerVersionSupportedCondition")] + public virtual ToolVersionSupportedCondition DockerVersionSupportedCondition { get; set; } + + /// Output only. Details around the support state of the release's Helm version. + [Newtonsoft.Json.JsonPropertyAttribute("helmVersionSupportedCondition")] + public virtual ToolVersionSupportedCondition HelmVersionSupportedCondition { get; set; } + + /// Output only. Details around the support state of the release's Kpt version. + [Newtonsoft.Json.JsonPropertyAttribute("kptVersionSupportedCondition")] + public virtual ToolVersionSupportedCondition KptVersionSupportedCondition { get; set; } + + /// Output only. Details around the support state of the release's Kubectl version. + [Newtonsoft.Json.JsonPropertyAttribute("kubectlVersionSupportedCondition")] + public virtual ToolVersionSupportedCondition KubectlVersionSupportedCondition { get; set; } + + /// Output only. Details around the support state of the release's Kustomize version. + [Newtonsoft.Json.JsonPropertyAttribute("kustomizeVersionSupportedCondition")] + public virtual ToolVersionSupportedCondition KustomizeVersionSupportedCondition { get; set; } + /// Details around the Releases's overall status. [Newtonsoft.Json.JsonPropertyAttribute("releaseReadyCondition")] public virtual ReleaseReadyCondition ReleaseReadyCondition { get; set; } @@ -9376,6 +9403,10 @@ public class ReleaseCondition : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("skaffoldSupportedCondition")] public virtual SkaffoldSupportedCondition SkaffoldSupportedCondition { get; set; } + /// Output only. Details around the support state of the release's Skaffold version. + [Newtonsoft.Json.JsonPropertyAttribute("skaffoldVersionSupportedCondition")] + public virtual ToolVersionSupportedCondition SkaffoldVersionSupportedCondition { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -11288,6 +11319,136 @@ public class TimedPromoteReleaseRule : Google.Apis.Requests.IDirectResponseSchem public virtual string ETag { get; set; } } + /// + /// ToolVersionSupportedCondition contains information about when support for the release's version of a Tool ends. + /// + public class ToolVersionSupportedCondition : Google.Apis.Requests.IDirectResponseSchema + { + private string _maintenanceModeTimeRaw; + + private object _maintenanceModeTime; + + /// + /// Output only. The time at which this release's version of the Tool will enter maintenance mode. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maintenanceModeTime")] + public virtual string MaintenanceModeTimeRaw + { + get => _maintenanceModeTimeRaw; + set + { + _maintenanceModeTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _maintenanceModeTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use MaintenanceModeTimeDateTimeOffset instead.")] + public virtual object MaintenanceModeTime + { + get => _maintenanceModeTime; + set + { + _maintenanceModeTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _maintenanceModeTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? MaintenanceModeTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(MaintenanceModeTimeRaw); + set => MaintenanceModeTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. True if the version of Tool used by this release is supported. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual System.Nullable Status { get; set; } + + private string _supportExpirationTimeRaw; + + private object _supportExpirationTime; + + /// + /// Output only. The time at which this release's version of the Tool will no longer be supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("supportExpirationTime")] + public virtual string SupportExpirationTimeRaw + { + get => _supportExpirationTimeRaw; + set + { + _supportExpirationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _supportExpirationTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use SupportExpirationTimeDateTimeOffset instead.")] + public virtual object SupportExpirationTime + { + get => _supportExpirationTime; + set + { + _supportExpirationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _supportExpirationTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? SupportExpirationTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(SupportExpirationTimeRaw); + set => SupportExpirationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. The Tool support state for this release's version of the Tool. + [Newtonsoft.Json.JsonPropertyAttribute("toolVersionSupportState")] + public virtual string ToolVersionSupportState { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details of ToolVersions for the release. + public class ToolVersions : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The docker version to use for Cloud Deploy operations. + [Newtonsoft.Json.JsonPropertyAttribute("docker")] + public virtual string Docker { get; set; } + + /// Optional. The helm version to use for Cloud Deploy operations. + [Newtonsoft.Json.JsonPropertyAttribute("helm")] + public virtual string Helm { get; set; } + + /// Optional. The kpt version to use for Cloud Deploy operations. + [Newtonsoft.Json.JsonPropertyAttribute("kpt")] + public virtual string Kpt { get; set; } + + /// Optional. The kubectl version to use for Cloud Deploy operations. + [Newtonsoft.Json.JsonPropertyAttribute("kubectl")] + public virtual string Kubectl { get; set; } + + /// Optional. The kustomize version to use for Cloud Deploy operations. + [Newtonsoft.Json.JsonPropertyAttribute("kustomize")] + public virtual string Kustomize { get; set; } + + /// Optional. The skaffold version to use for Cloud Deploy operations. + [Newtonsoft.Json.JsonPropertyAttribute("skaffold")] + public virtual string Skaffold { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A verify Job. public class VerifyJob : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj b/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj index ada47e582b9..a13faae97a6 100644 --- a/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj +++ b/Src/Generated/Google.Apis.CloudDeploy.v1/Google.Apis.CloudDeploy.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudDeploy.v1 Client Library - 1.71.0.3919 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.cs b/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.cs index cae1499b0ae..4c2de3133d0 100644 --- a/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.cs +++ b/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.cs @@ -1883,6 +1883,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1928,6 +1939,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2298,6 +2317,17 @@ public class DenyMaintenancePeriod : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Directory Services configuration for Kerberos-based authentication. + public class DirectoryServicesConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Configuration for LDAP servers. + [Newtonsoft.Json.JsonPropertyAttribute("ldap")] + public virtual LdapConfig Ldap { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc @@ -2336,6 +2366,14 @@ public class FileShareConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("sourceBackup")] public virtual string SourceBackup { get; set; } + /// + /// The resource name of the BackupDR backup, in the format + /// `projects/{project_id}/locations/{location_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, + /// TODO (b/443690479) - Remove visibility restrictions once the feature is ready + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceBackupdrBackup")] + public virtual string SourceBackupdrBackup { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -2937,6 +2975,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } + /// + /// Optional. Directory Services configuration for Kerberos-based authentication. Should only be set if protocol + /// is "NFS_V4_1". + /// + [Newtonsoft.Json.JsonPropertyAttribute("directoryServices")] + public virtual DirectoryServicesConfig DirectoryServices { get; set; } + /// /// Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other. /// @@ -3032,6 +3077,42 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual string Tier { get; set; } } + /// LdapConfig contains all the parameters for connecting to LDAP servers. + public class LdapConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The LDAP domain name in the format of `my-domain.com`. + [Newtonsoft.Json.JsonPropertyAttribute("domain")] + public virtual string Domain { get; set; } + + /// + /// Optional. The groups Organizational Unit (OU) is optional. This parameter is a hint to allow faster lookup + /// in the LDAP namespace. In case that this parameter is not provided, Filestore instance will query the whole + /// LDAP namespace. + /// + [Newtonsoft.Json.JsonPropertyAttribute("groupsOu")] + public virtual string GroupsOu { get; set; } + + /// + /// Required. The servers names are used for specifying the LDAP servers names. The LDAP servers names can come + /// with two formats: 1. DNS name, for example: `ldap.example1.com`, `ldap.example2.com`. 2. IP address, for + /// example: `10.0.0.1`, `10.0.0.2`, `10.0.0.3`. All servers names must be in the same format: either all DNS + /// names or all IP addresses. + /// + [Newtonsoft.Json.JsonPropertyAttribute("servers")] + public virtual System.Collections.Generic.IList Servers { get; set; } + + /// + /// Optional. The users Organizational Unit (OU) is optional. This parameter is a hint to allow faster lookup in + /// the LDAP namespace. In case that this parameter is not provided, Filestore instance will query the whole + /// LDAP namespace. + /// + [Newtonsoft.Json.JsonPropertyAttribute("usersOu")] + public virtual string UsersOu { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// ListBackupsResponse is the result of ListBackupsRequest. public class ListBackupsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -3112,6 +3193,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj b/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj index f2b94510382..63459a5eaa9 100644 --- a/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj +++ b/Src/Generated/Google.Apis.CloudFilestore.v1/Google.Apis.CloudFilestore.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFilestore.v1 Client Library - 1.71.0.3905 + 1.72.0.3940 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.cs b/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.cs index 1a5a2f22166..eb48022b9a1 100644 --- a/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.cs +++ b/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.cs @@ -2389,6 +2389,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2434,6 +2445,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2854,6 +2873,14 @@ public class FileShareConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("sourceBackup")] public virtual string SourceBackup { get; set; } + /// + /// The resource name of the BackupDR backup, in the format + /// `projects/{project_id}/locations/{location_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, + /// TODO (b/443690479) - Remove visibility restrictions once the feature is ready + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceBackupdrBackup")] + public virtual string SourceBackupdrBackup { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3695,6 +3722,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj b/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj index 1a70c720188..ef2e14ed4cd 100644 --- a/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudFilestore.v1beta1/Google.Apis.CloudFilestore.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFilestore.v1beta1 Client Library - 1.71.0.3905 + 1.72.0.3940 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.cs b/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.cs index 51109dc6239..24ec934453a 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.cs +++ b/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.cs @@ -1263,8 +1263,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj b/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj index 7e02d10a81d..806f34df516 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v1/Google.Apis.CloudFunctions.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v1 Client Library - 1.71.0.3924 + 1.72.0.3948 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.cs b/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.cs index 17569f586e4..7bec6d8f9ce 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.cs +++ b/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.cs @@ -1721,8 +1721,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj b/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj index e15c2e4c3b7..9a7a1c7927f 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v2/Google.Apis.CloudFunctions.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v2 Client Library - 1.71.0.3924 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.cs b/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.cs index 3d52740155b..3a58bb02ae3 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.cs +++ b/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.cs @@ -1721,8 +1721,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2084,6 +2084,33 @@ public class DetachFunctionRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The Direct VPC network interface. This is mutually exclusive with VPC Connector. + public class DirectVpcNetworkInterface : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network + /// or a subnet, or both. If you specify only a network, the subnet uses the same name as the network. + /// + [Newtonsoft.Json.JsonPropertyAttribute("network")] + public virtual string Network { get; set; } + + /// + /// Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either + /// a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork + /// must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with + /// the network will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] + public virtual string Subnetwork { get; set; } + + /// Optional. Network tags applied to this Cloud Function resource. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Filters events based on exact matches on the CloudEvents attributes. public class EventFilter : Google.Apis.Requests.IDirectResponseSchema { @@ -3181,6 +3208,19 @@ public class ServiceConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("binaryAuthorizationPolicy")] public virtual string BinaryAuthorizationPolicy { get; set; } + /// + /// Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY. + /// + [Newtonsoft.Json.JsonPropertyAttribute("directVpcEgress")] + public virtual string DirectVpcEgress { get; set; } + + /// + /// Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is + /// supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("directVpcNetworkInterface")] + public virtual System.Collections.Generic.IList DirectVpcNetworkInterface { get; set; } + /// Environment variables that shall be available during function execution. [Newtonsoft.Json.JsonPropertyAttribute("environmentVariables")] public virtual System.Collections.Generic.IDictionary EnvironmentVariables { get; set; } diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj b/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj index 0a9c9ff08d5..3b5a5b024df 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v2alpha/Google.Apis.CloudFunctions.v2alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v2alpha Client Library - 1.71.0.3924 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.cs b/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.cs index 0ab5f0444bd..46959099f36 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.cs +++ b/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.cs @@ -1721,8 +1721,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2084,6 +2084,33 @@ public class DetachFunctionRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The Direct VPC network interface. This is mutually exclusive with VPC Connector. + public class DirectVpcNetworkInterface : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The name of the VPC network to which the function will be connected. Specify either a VPC network + /// or a subnet, or both. If you specify only a network, the subnet uses the same name as the network. + /// + [Newtonsoft.Json.JsonPropertyAttribute("network")] + public virtual string Network { get; set; } + + /// + /// Optional. The name of the VPC subnetwork that the Cloud Function resource will get IPs from. Specify either + /// a VPC network or a subnet, or both. If both network and subnetwork are specified, the given VPC subnetwork + /// must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with + /// the network will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] + public virtual string Subnetwork { get; set; } + + /// Optional. Network tags applied to this Cloud Function resource. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Filters events based on exact matches on the CloudEvents attributes. public class EventFilter : Google.Apis.Requests.IDirectResponseSchema { @@ -3181,6 +3208,19 @@ public class ServiceConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("binaryAuthorizationPolicy")] public virtual string BinaryAuthorizationPolicy { get; set; } + /// + /// Optional. Egress settings for direct VPC. If not provided, it defaults to VPC_EGRESS_PRIVATE_RANGES_ONLY. + /// + [Newtonsoft.Json.JsonPropertyAttribute("directVpcEgress")] + public virtual string DirectVpcEgress { get; set; } + + /// + /// Optional. The Direct VPC network interface for the Cloud Function. Currently only a single Direct VPC is + /// supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("directVpcNetworkInterface")] + public virtual System.Collections.Generic.IList DirectVpcNetworkInterface { get; set; } + /// Environment variables that shall be available during function execution. [Newtonsoft.Json.JsonPropertyAttribute("environmentVariables")] public virtual System.Collections.Generic.IDictionary EnvironmentVariables { get; set; } diff --git a/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj b/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj index 7d3cfc172c3..e59e023b125 100644 --- a/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj +++ b/Src/Generated/Google.Apis.CloudFunctions.v2beta/Google.Apis.CloudFunctions.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudFunctions.v2beta Client Library - 1.71.0.3924 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.cs b/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.cs index 883e3937d31..163be740320 100644 --- a/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.cs +++ b/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.cs @@ -4567,7 +4567,8 @@ protected override void InitParameters() /// /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// public virtual SearchForInstancesRequest SearchForInstances(string parent, string dicomWebPath) { @@ -4602,7 +4603,8 @@ public SearchForInstancesRequest(Google.Apis.Services.IClientService service, st /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// [Google.Apis.Util.RequestParameterAttribute("dicomWebPath", Google.Apis.Util.RequestParameterType.Path)] public virtual string DicomWebPath { get; private set; } @@ -4907,7 +4909,8 @@ protected override void InitParameters() /// /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// public virtual SearchForInstancesRequest SearchForInstances(string parent, string dicomWebPath) { @@ -4942,7 +4945,8 @@ public SearchForInstancesRequest(Google.Apis.Services.IClientService service, st /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// [Google.Apis.Util.RequestParameterAttribute("dicomWebPath", Google.Apis.Util.RequestParameterType.Path)] public virtual string DicomWebPath { get; private set; } @@ -5858,7 +5862,7 @@ protected override void InitParameters() /// /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, - /// `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`. /// public virtual SearchForInstancesRequest SearchForInstances(string parent, string dicomWebPath) { @@ -5892,7 +5896,8 @@ public SearchForInstancesRequest(Google.Apis.Services.IClientService service, st /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// [Google.Apis.Util.RequestParameterAttribute("dicomWebPath", Google.Apis.Util.RequestParameterType.Path)] public virtual string DicomWebPath { get; private set; } @@ -7638,13 +7643,14 @@ protected override void InitParameters() /// identifier should be in the pattern `identifier=system|value` or `identifier=value` - /// similar to the `search` method on resources with a specific identifier. If the search /// criteria identify more than one match, the request returns a `412 Precondition Failed` - /// error. The request body must contain a JSON Patch document, and the request headers must - /// contain `Content-Type: application/json-patch+json`. On success, the response body contains - /// a JSON-encoded representation of the updated resource, including the server-assigned version - /// ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource - /// describing the reason for the error. If the request cannot be mapped to a valid API method - /// on a FHIR store, a generic GCP error might be returned instead. For samples that show how to - /// call `conditionalPatch`, see [Conditionally patching a FHIR + /// error. If the search criteria doesn't identify any matches, the request returns a `404 Not + /// Found` error. The request body must contain a JSON Patch document, and the request headers + /// must contain `Content-Type: application/json-patch+json`. On success, the response body + /// contains a JSON-encoded representation of the updated resource, including the + /// server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded + /// `OperationOutcome` resource describing the reason for the error. If the request cannot be + /// mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. + /// For samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR /// resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource). /// /// The body of the request. @@ -7670,13 +7676,14 @@ public virtual ConditionalPatchRequest ConditionalPatch(Google.Apis.CloudHealthc /// identifier should be in the pattern `identifier=system|value` or `identifier=value` - /// similar to the `search` method on resources with a specific identifier. If the search /// criteria identify more than one match, the request returns a `412 Precondition Failed` - /// error. The request body must contain a JSON Patch document, and the request headers must - /// contain `Content-Type: application/json-patch+json`. On success, the response body contains - /// a JSON-encoded representation of the updated resource, including the server-assigned version - /// ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource - /// describing the reason for the error. If the request cannot be mapped to a valid API method - /// on a FHIR store, a generic GCP error might be returned instead. For samples that show how to - /// call `conditionalPatch`, see [Conditionally patching a FHIR + /// error. If the search criteria doesn't identify any matches, the request returns a `404 Not + /// Found` error. The request body must contain a JSON Patch document, and the request headers + /// must contain `Content-Type: application/json-patch+json`. On success, the response body + /// contains a JSON-encoded representation of the updated resource, including the + /// server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded + /// `OperationOutcome` resource describing the reason for the error. If the request cannot be + /// mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. + /// For samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR /// resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource). /// public class ConditionalPatchRequest : CloudHealthcareBaseServiceRequest @@ -9433,9 +9440,9 @@ public BulkExportGroupRequest(Google.Apis.Services.IClientService service, strin public virtual string Type { get; set; } /// - /// Optional. Required. The FHIR resource type used to organize exported resources. Only - /// supports "Patient". When organized by Patient resource, output files are grouped as follows: - /// * Patient file(s) containing the Patient resources. Each Patient is sequentially followed by + /// Required. The FHIR resource type used to organize exported resources. Only supports + /// "Patient". When organized by Patient resource, output files are grouped as follows: * + /// Patient file(s) containing the Patient resources. Each Patient is sequentially followed by /// all resources the Patient references, and all resources that reference the Patient /// (equivalent to a GetPatientEverything request). * Individual files grouped by resource type /// for resources in the Group's member field and the Group resource itself. Resources may be @@ -9768,11 +9775,16 @@ protected override void InitParameters() /// /// Export resources from the FHIR store to the specified destination. This method returns an - /// Operation that can be used to track the status of the export by calling GetOperation. Immediate - /// fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing - /// error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). - /// Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is - /// returned in the response field. The metadata field type for this operation is OperationMetadata. + /// Operation that can be used to track the status of the export by calling GetOperation. To improve + /// performance, it is recommended to make the `type` filter as specific as possible, including only + /// the resource types that are absolutely needed. This minimizes the size of the initial dataset to + /// be processed and is the most effective way to improve performance. While post-filters like + /// `_since` are useful for refining results, they do not speed up the initial data retrieval phase, + /// which is primarily governed by the `type` filter. Immediate fatal errors appear in the error + /// field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud + /// Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the + /// operation finishes, a detailed response of type ExportResourcesResponse is returned in the + /// response field. The metadata field type for this operation is OperationMetadata. /// /// The body of the request. /// @@ -9786,11 +9798,16 @@ public virtual ExportRequest Export(Google.Apis.CloudHealthcare.v1.Data.ExportRe /// /// Export resources from the FHIR store to the specified destination. This method returns an - /// Operation that can be used to track the status of the export by calling GetOperation. Immediate - /// fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing - /// error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). - /// Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is - /// returned in the response field. The metadata field type for this operation is OperationMetadata. + /// Operation that can be used to track the status of the export by calling GetOperation. To improve + /// performance, it is recommended to make the `type` filter as specific as possible, including only + /// the resource types that are absolutely needed. This minimizes the size of the initial dataset to + /// be processed and is the most effective way to improve performance. While post-filters like + /// `_since` are useful for refining results, they do not speed up the initial data retrieval phase, + /// which is primarily governed by the `type` filter. Immediate fatal errors appear in the error + /// field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud + /// Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the + /// operation finishes, a detailed response of type ExportResourcesResponse is returned in the + /// response field. The metadata field type for this operation is OperationMetadata. /// public class ExportRequest : CloudHealthcareBaseServiceRequest { @@ -12184,6 +12201,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -12229,6 +12257,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -13040,8 +13076,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -15427,6 +15463,12 @@ public class FhirStoreMetric : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("structuredStorageSizeBytes")] public virtual System.Nullable StructuredStorageSizeBytes { get; set; } + /// + /// The total amount of versioned storage used by versioned FHIR resources of this resource type in the store. + /// + [Newtonsoft.Json.JsonPropertyAttribute("versionedStorageSizeBytes")] + public virtual System.Nullable VersionedStorageSizeBytes { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -16453,6 +16495,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj b/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj index c37304392a9..5db08282ddc 100644 --- a/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj +++ b/Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudHealthcare.v1 Client Library - 1.71.0.3918 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.cs b/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.cs index b446fd9f101..cdadf1b5fa5 100644 --- a/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.cs +++ b/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.cs @@ -4687,7 +4687,8 @@ protected override void InitParameters() /// /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// public virtual SearchForInstancesRequest SearchForInstances(string parent, string dicomWebPath) { @@ -4722,7 +4723,8 @@ public SearchForInstancesRequest(Google.Apis.Services.IClientService service, st /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// [Google.Apis.Util.RequestParameterAttribute("dicomWebPath", Google.Apis.Util.RequestParameterType.Path)] public virtual string DicomWebPath { get; private set; } @@ -5114,7 +5116,8 @@ protected override void InitParameters() /// /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// public virtual SearchForInstancesRequest SearchForInstances(string parent, string dicomWebPath) { @@ -5149,7 +5152,8 @@ public SearchForInstancesRequest(Google.Apis.Services.IClientService service, st /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// [Google.Apis.Util.RequestParameterAttribute("dicomWebPath", Google.Apis.Util.RequestParameterType.Path)] public virtual string DicomWebPath { get; private set; } @@ -6236,7 +6240,7 @@ protected override void InitParameters() /// /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, - /// `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`. /// public virtual SearchForInstancesRequest SearchForInstances(string parent, string dicomWebPath) { @@ -6270,7 +6274,8 @@ public SearchForInstancesRequest(Google.Apis.Services.IClientService service, st /// /// Required. The path of the SearchForInstancesRequest DICOMweb request. For example, - /// `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. + /// `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or + /// `studies/{study_uid}/instances`. /// [Google.Apis.Util.RequestParameterAttribute("dicomWebPath", Google.Apis.Util.RequestParameterType.Path)] public virtual string DicomWebPath { get; private set; } @@ -8773,15 +8778,17 @@ protected override void InitParameters() /// method, but the server supports it in the same way it supports STU3. Search terms are /// provided as query parameters following the same pattern as the search method. If the search /// criteria identify more than one match, the request returns a `412 Precondition Failed` - /// error. The request body must contain a JSON Patch document, and the request headers must - /// contain `Content-Type: application/json-patch+json`. On success, the response body contains - /// a JSON-encoded representation of the updated resource, including the server-assigned version - /// ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource - /// describing the reason for the error. If the request cannot be mapped to a valid API method - /// on a FHIR store, a generic GCP error might be returned instead. This method requires - /// the`healthcare.fhirStores.searchResources` permission on the parent FHIR store and the - /// `healthcare.fhirResources.patch` permission on the requested FHIR store resource. For - /// samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR + /// error. If the search criteria doesn't identify any matches, the request returns a `404 Not + /// Found` error. The request body must contain a JSON Patch document, and the request headers + /// must contain `Content-Type: application/json-patch+json`. On success, the response body + /// contains a JSON-encoded representation of the updated resource, including the + /// server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded + /// `OperationOutcome` resource describing the reason for the error. If the request cannot be + /// mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. + /// This method requires the`healthcare.fhirStores.searchResources` permission on the parent + /// FHIR store and the `healthcare.fhirResources.patch` permission on the requested FHIR store + /// resource. For samples that show how to call `conditionalPatch`, see [Conditionally patching + /// a FHIR /// resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource). /// /// The body of the request. @@ -8808,15 +8815,17 @@ public virtual ConditionalPatchRequest ConditionalPatch(Google.Apis.CloudHealthc /// method, but the server supports it in the same way it supports STU3. Search terms are /// provided as query parameters following the same pattern as the search method. If the search /// criteria identify more than one match, the request returns a `412 Precondition Failed` - /// error. The request body must contain a JSON Patch document, and the request headers must - /// contain `Content-Type: application/json-patch+json`. On success, the response body contains - /// a JSON-encoded representation of the updated resource, including the server-assigned version - /// ID. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource - /// describing the reason for the error. If the request cannot be mapped to a valid API method - /// on a FHIR store, a generic GCP error might be returned instead. This method requires - /// the`healthcare.fhirStores.searchResources` permission on the parent FHIR store and the - /// `healthcare.fhirResources.patch` permission on the requested FHIR store resource. For - /// samples that show how to call `conditionalPatch`, see [Conditionally patching a FHIR + /// error. If the search criteria doesn't identify any matches, the request returns a `404 Not + /// Found` error. The request body must contain a JSON Patch document, and the request headers + /// must contain `Content-Type: application/json-patch+json`. On success, the response body + /// contains a JSON-encoded representation of the updated resource, including the + /// server-assigned version ID. Errors generated by the FHIR store contain a JSON-encoded + /// `OperationOutcome` resource describing the reason for the error. If the request cannot be + /// mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. + /// This method requires the`healthcare.fhirStores.searchResources` permission on the parent + /// FHIR store and the `healthcare.fhirResources.patch` permission on the requested FHIR store + /// resource. For samples that show how to call `conditionalPatch`, see [Conditionally patching + /// a FHIR /// resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource). /// public class ConditionalPatchRequest : CloudHealthcareBaseServiceRequest @@ -10575,9 +10584,9 @@ public BulkExportGroupRequest(Google.Apis.Services.IClientService service, strin public virtual string Type { get; set; } /// - /// Optional. Required. The FHIR resource type used to organize exported resources. Only - /// supports "Patient". When organized by Patient resource, output files are grouped as follows: - /// * Patient file(s) containing the Patient resources. Each Patient is sequentially followed by + /// Required. The FHIR resource type used to organize exported resources. Only supports + /// "Patient". When organized by Patient resource, output files are grouped as follows: * + /// Patient file(s) containing the Patient resources. Each Patient is sequentially followed by /// all resources the Patient references, and all resources that reference the Patient /// (equivalent to a GetPatientEverything request). * Individual files grouped by resource type /// for resources in the Group's member field and the Group resource itself. Resources may be @@ -10981,11 +10990,16 @@ protected override void InitParameters() /// /// Export resources from the FHIR store to the specified destination. This method returns an - /// Operation that can be used to track the status of the export by calling GetOperation. Immediate - /// fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing - /// error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). - /// Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is - /// returned in the response field. The metadata field type for this operation is OperationMetadata. + /// Operation that can be used to track the status of the export by calling GetOperation. To improve + /// performance, it is recommended to make the `type` filter as specific as possible, including only + /// the resource types that are absolutely needed. This minimizes the size of the initial dataset to + /// be processed and is the most effective way to improve performance. While post-filters like + /// `_since` are useful for refining results, they do not speed up the initial data retrieval phase, + /// which is primarily governed by the `type` filter. Immediate fatal errors appear in the error + /// field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud + /// Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the + /// operation finishes, a detailed response of type ExportResourcesResponse is returned in the + /// response field. The metadata field type for this operation is OperationMetadata. /// /// The body of the request. /// @@ -10999,11 +11013,16 @@ public virtual ExportRequest Export(Google.Apis.CloudHealthcare.v1beta1.Data.Exp /// /// Export resources from the FHIR store to the specified destination. This method returns an - /// Operation that can be used to track the status of the export by calling GetOperation. Immediate - /// fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing - /// error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). - /// Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is - /// returned in the response field. The metadata field type for this operation is OperationMetadata. + /// Operation that can be used to track the status of the export by calling GetOperation. To improve + /// performance, it is recommended to make the `type` filter as specific as possible, including only + /// the resource types that are absolutely needed. This minimizes the size of the initial dataset to + /// be processed and is the most effective way to improve performance. While post-filters like + /// `_since` are useful for refining results, they do not speed up the initial data retrieval phase, + /// which is primarily governed by the `type` filter. Immediate fatal errors appear in the error + /// field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud + /// Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the + /// operation finishes, a detailed response of type ExportResourcesResponse is returned in the + /// response field. The metadata field type for this operation is OperationMetadata. /// public class ExportRequest : CloudHealthcareBaseServiceRequest { @@ -11450,7 +11469,7 @@ protected override void InitParameters() /// /// Import resource historical versions from Cloud Storage source to destination fhir store. The /// exported resource, along with previous versions, will be exported in one or more FHIR history - /// bundles. This method returns an Operation that can be used to track the status of the export by + /// bundles. This method returns an Operation that can be used to track the status of the import by /// calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged /// to Cloud Logging (see [Viewing error logs in Cloud /// Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the @@ -11470,7 +11489,7 @@ public virtual ImportHistoryRequest ImportHistory(Google.Apis.CloudHealthcare.v1 /// /// Import resource historical versions from Cloud Storage source to destination fhir store. The /// exported resource, along with previous versions, will be exported in one or more FHIR history - /// bundles. This method returns an Operation that can be used to track the status of the export by + /// bundles. This method returns an Operation that can be used to track the status of the import by /// calling GetOperation. Immediate fatal errors appear in the error field, errors are also logged /// to Cloud Logging (see [Viewing error logs in Cloud /// Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the @@ -13683,6 +13702,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -13728,6 +13758,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -14539,8 +14577,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -17250,6 +17288,12 @@ public class FhirStoreMetric : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("structuredStorageSizeBytes")] public virtual System.Nullable StructuredStorageSizeBytes { get; set; } + /// + /// The total amount of versioned storage used by versioned FHIR resources of this resource type in the store. + /// + [Newtonsoft.Json.JsonPropertyAttribute("versionedStorageSizeBytes")] + public virtual System.Nullable VersionedStorageSizeBytes { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -18475,6 +18519,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj b/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj index 5c04596420f..3f4d03ebcd0 100644 --- a/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudHealthcare.v1beta1 Client Library - 1.71.0.3918 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.cs b/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.cs index 7cbac95a3e7..6a5bc6abfcc 100644 --- a/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.cs +++ b/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.cs @@ -2356,11 +2356,12 @@ public class Resource : Google.Apis.Requests.IDirectResponseSchema /// /// The locations of the resource. This field is used to determine whether the request is compliant with Trust - /// Boundaries. Usage: - If unset or empty, the location of authorization is used as the target location. - For - /// global resources: use a single value of "global". - For regional/multi-regional resources: use name of the - /// GCP region(s) where the resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional resources - /// specify the name of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are - /// supported - go/cloud-region-names. + /// Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries. Once Trust Boundaries is + /// GA, empty values will cause the request to be rejected if customers enforce Trust Boundaries on the parent + /// CRM nodes. - For global resources: use a single value of "global". - For regional/multi-regional resources: + /// use name of the GCP region(s) where the resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional + /// resources specify the name of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region + /// names are supported - go/cloud-region-names. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] public virtual System.Collections.Generic.IList Locations { get; set; } diff --git a/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj b/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj index e2eaad4c60f..aa203f9700e 100644 --- a/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj +++ b/Src/Generated/Google.Apis.CloudIAP.v1/Google.Apis.CloudIAP.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudIAP.v1 Client Library - 1.69.0.3796 + 1.72.0.3938 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.cs b/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.cs index 9d865ee3d18..b49128f0bd2 100644 --- a/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.cs +++ b/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.cs @@ -5206,14 +5206,14 @@ public PoliciesResource(Google.Apis.Services.IClientService service) this.service = service; } - /// Get a Policy + /// Get a policy. /// Required. The name of the policy to retrieve. Format: "policies/{policy}". public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Get a Policy + /// Get a policy. public class GetRequest : CloudIdentityBaseServiceRequest { /// Constructs a new Get request. @@ -5251,13 +5251,13 @@ protected override void InitParameters() } } - /// List Policies + /// List policies. public virtual ListRequest List() { return new ListRequest(this.service); } - /// List Policies + /// List policies. public class ListRequest : CloudIdentityBaseServiceRequest { /// Constructs a new List request. diff --git a/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj b/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj index 5bcd2e1db48..02494d5ae02 100644 --- a/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj +++ b/Src/Generated/Google.Apis.CloudIdentity.v1/Google.Apis.CloudIdentity.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudIdentity.v1 Client Library - 1.71.0.3918 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.cs b/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.cs index de088165a55..e510a4d0d04 100644 --- a/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.cs +++ b/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.cs @@ -5301,14 +5301,98 @@ public PoliciesResource(Google.Apis.Services.IClientService service) this.service = service; } - /// Get a Policy + /// Create a policy. + /// The body of the request. + public virtual CreateRequest Create(Google.Apis.CloudIdentity.v1beta1.Data.Policy body) + { + return new CreateRequest(this.service, body); + } + + /// Create a policy. + public class CreateRequest : CloudIdentityBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudIdentity.v1beta1.Data.Policy body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.CloudIdentity.v1beta1.Data.Policy Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/policies"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + + /// Delete a policy. + /// Required. The name of the policy to retrieve. Format: "policies/{policy}". + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Delete a policy. + public class DeleteRequest : CloudIdentityBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The name of the policy to retrieve. Format: "policies/{policy}". + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^policies/[^/]+$", + }); + } + } + + /// Get a policy. /// Required. The name of the policy to retrieve. Format: "policies/{policy}". public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Get a Policy + /// Get a policy. public class GetRequest : CloudIdentityBaseServiceRequest { /// Constructs a new Get request. @@ -5346,13 +5430,13 @@ protected override void InitParameters() } } - /// List Policies + /// List policies. public virtual ListRequest List() { return new ListRequest(this.service); } - /// List Policies + /// List policies. public class ListRequest : CloudIdentityBaseServiceRequest { /// Constructs a new List request. @@ -5430,6 +5514,65 @@ protected override void InitParameters() }); } } + + /// Update a policy. + /// The body of the request. + /// + /// Output only. Identifier. The [resource name](https://cloud.google.com/apis/design/resource_names) of the + /// Policy. Format: policies/{policy}. + /// + public virtual PatchRequest Patch(Google.Apis.CloudIdentity.v1beta1.Data.Policy body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a policy. + public class PatchRequest : CloudIdentityBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudIdentity.v1beta1.Data.Policy body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Output only. Identifier. The [resource name](https://cloud.google.com/apis/design/resource_names) of the + /// Policy. Format: policies/{policy}. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.CloudIdentity.v1beta1.Data.Policy Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^policies/[^/]+$", + }); + } + } } } namespace Google.Apis.CloudIdentity.v1beta1.Data diff --git a/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj b/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj index 4bb18472a6f..51fbac57e87 100644 --- a/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudIdentity.v1beta1/Google.Apis.CloudIdentity.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudIdentity.v1beta1 Client Library - 1.71.0.3911 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.cs b/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.cs index d7b3289429a..93d5405a091 100644 --- a/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.cs +++ b/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.cs @@ -292,17 +292,16 @@ public FoldersResource(Google.Apis.Services.IClientService service) this.service = service; } - /// Returns the AutokeyConfig for a folder or project. + /// Returns the AutokeyConfig for a folder. /// - /// Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or - /// `projects/{PROJECT_NUMBER}/autokeyConfig`. + /// Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`. /// public virtual GetAutokeyConfigRequest GetAutokeyConfig(string name) { return new GetAutokeyConfigRequest(this.service, name); } - /// Returns the AutokeyConfig for a folder or project. + /// Returns the AutokeyConfig for a folder. public class GetAutokeyConfigRequest : CloudKMSBaseServiceRequest { /// Constructs a new GetAutokeyConfig request. @@ -313,8 +312,7 @@ public GetAutokeyConfigRequest(Google.Apis.Services.IClientService service, stri } /// - /// Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or - /// `projects/{PROJECT_NUMBER}/autokeyConfig`. + /// Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4860,8 +4858,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5012,57 +5010,6 @@ protected override void InitParameters() } } - /// Returns the AutokeyConfig for a folder or project. - /// - /// Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or - /// `projects/{PROJECT_NUMBER}/autokeyConfig`. - /// - public virtual GetAutokeyConfigRequest GetAutokeyConfig(string name) - { - return new GetAutokeyConfigRequest(this.service, name); - } - - /// Returns the AutokeyConfig for a folder or project. - public class GetAutokeyConfigRequest : CloudKMSBaseServiceRequest - { - /// Constructs a new GetAutokeyConfig request. - public GetAutokeyConfigRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or - /// `projects/{PROJECT_NUMBER}/autokeyConfig`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "getAutokeyConfig"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes GetAutokeyConfig parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/autokeyConfig$", - }); - } - } - /// /// Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project. /// @@ -5274,87 +5221,6 @@ protected override void InitParameters() } } - /// - /// Updates the AutokeyConfig for a folder. The caller must have both `cloudkms.autokeyConfigs.update` - /// permission on the parent folder and `cloudkms.cryptoKeys.setIamPolicy` permission on the provided key - /// project. A KeyHandle creation in the folder's descendant projects will use this configuration to determine - /// where to create the resulting CryptoKey. - /// - /// The body of the request. - /// - /// Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` - /// `projects/{PROJECT_NUMBER}/autokeyConfig`. - /// - public virtual UpdateAutokeyConfigRequest UpdateAutokeyConfig(Google.Apis.CloudKMS.v1.Data.AutokeyConfig body, string name) - { - return new UpdateAutokeyConfigRequest(this.service, body, name); - } - - /// - /// Updates the AutokeyConfig for a folder. The caller must have both `cloudkms.autokeyConfigs.update` - /// permission on the parent folder and `cloudkms.cryptoKeys.setIamPolicy` permission on the provided key - /// project. A KeyHandle creation in the folder's descendant projects will use this configuration to determine - /// where to create the resulting CryptoKey. - /// - public class UpdateAutokeyConfigRequest : CloudKMSBaseServiceRequest - { - /// Constructs a new UpdateAutokeyConfig request. - public UpdateAutokeyConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudKMS.v1.Data.AutokeyConfig body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// - /// Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` - /// `projects/{PROJECT_NUMBER}/autokeyConfig`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Required. Masks which fields of the AutokeyConfig to update, e.g. `keyProject`. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.CloudKMS.v1.Data.AutokeyConfig Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "updateAutokeyConfig"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes UpdateAutokeyConfig parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/autokeyConfig$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - /// /// Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project. /// diff --git a/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj b/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj index f81ffcf7598..0ba2a7550d7 100644 --- a/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj +++ b/Src/Generated/Google.Apis.CloudKMS.v1/Google.Apis.CloudKMS.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudKMS.v1 Client Library - 1.71.0.3921 + 1.72.0.3948 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.cs b/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.cs index 7af51e510cb..d4e77726710 100644 --- a/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.cs +++ b/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.cs @@ -639,8 +639,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.csproj b/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.csproj index 2f00cf98232..ff00b629506 100644 --- a/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.csproj +++ b/Src/Generated/Google.Apis.CloudLocationFinder.v1/Google.Apis.CloudLocationFinder.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudLocationFinder.v1 Client Library - 1.70.0.3900 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.cs b/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.cs index 2601a6791d0..44f7aebde36 100644 --- a/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.cs +++ b/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.cs @@ -639,8 +639,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.csproj b/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.csproj index 8a2369d1c4e..fb757eefd2d 100644 --- a/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.csproj +++ b/Src/Generated/Google.Apis.CloudLocationFinder.v1alpha/Google.Apis.CloudLocationFinder.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudLocationFinder.v1alpha Client Library - 1.70.0.3900 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.cs b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.cs index 381d7966938..d572f774797 100644 --- a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.cs +++ b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.cs @@ -1164,6 +1164,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1209,6 +1220,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2510,6 +2529,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj index ed87d258982..8f342f155d8 100644 --- a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj +++ b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1/Google.Apis.CloudMemorystoreforMemcached.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudMemorystoreforMemcached.v1 Client Library - 1.71.0.3913 + 1.72.0.3927 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.cs b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.cs index 06bd2c4fb36..3bae52eccd0 100644 --- a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.cs +++ b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.cs @@ -1221,6 +1221,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1266,6 +1277,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2591,6 +2610,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj index 5134c49145f..a39cb3f02de 100644 --- a/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj +++ b/Src/Generated/Google.Apis.CloudMemorystoreforMemcached.v1beta2/Google.Apis.CloudMemorystoreforMemcached.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudMemorystoreforMemcached.v1beta2 Client Library - 1.71.0.3913 + 1.72.0.3927 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj index ce63366339e..c3507d5e11a 100644 --- a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj +++ b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1/Google.Apis.CloudNaturalLanguage.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudNaturalLanguage.v1 Client Library - 1.70.0.3888 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj index c3ee004339b..7d56744053a 100644 --- a/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj +++ b/Src/Generated/Google.Apis.CloudNaturalLanguage.v1beta2/Google.Apis.CloudNaturalLanguage.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudNaturalLanguage.v1beta2 Client Library - 1.70.0.3888 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj b/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj index 7e168bab758..e78e8603463 100644 --- a/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj +++ b/Src/Generated/Google.Apis.CloudNaturalLanguage.v2/Google.Apis.CloudNaturalLanguage.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudNaturalLanguage.v2 Client Library - 1.70.0.3888 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.cs b/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.cs index 59843c19efb..7f87ceab0fd 100644 --- a/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.cs +++ b/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.cs @@ -526,9 +526,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -1157,8 +1157,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1289,8 +1289,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.csproj b/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.csproj index a1f3e4730a6..46c8f3767d9 100644 --- a/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.csproj +++ b/Src/Generated/Google.Apis.CloudObservability.v1/Google.Apis.CloudObservability.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudObservability.v1 Client Library - 1.71.0.3920 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.cs b/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.cs index 098edfa8e4d..5f5c308eee9 100644 --- a/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.cs +++ b/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.cs @@ -2359,6 +2359,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2404,6 +2415,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2475,8 +2494,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3202,6 +3221,12 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("automatedBackupConfig")] public virtual AutomatedBackupConfig AutomatedBackupConfig { get; set; } + /// + /// Output only. This field is used to determine the available maintenance versions for the self service update. + /// + [Newtonsoft.Json.JsonPropertyAttribute("availableMaintenanceVersions")] + public virtual System.Collections.Generic.IList AvailableMaintenanceVersions { get; set; } + /// /// Optional. Output only. The backup collection full resource name. Example: /// projects/{project}/locations/{location}/backupCollections/{collection} @@ -3265,6 +3290,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("discoveryEndpoints")] public virtual System.Collections.Generic.IList DiscoveryEndpoints { get; set; } + /// Output only. This field represents the actual maintenance version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("effectiveMaintenanceVersion")] + public virtual string EffectiveMaintenanceVersion { get; set; } + /// Output only. Encryption information of the data at rest of the cluster. [Newtonsoft.Json.JsonPropertyAttribute("encryptionInfo")] public virtual EncryptionInfo EncryptionInfo { get; set; } @@ -4074,7 +4103,7 @@ public class DatabaseResourceId : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Common model for database resource instance metadata. Next ID: 29 + /// Common model for database resource instance metadata. Next ID: 30 public class DatabaseResourceMetadata : Google.Apis.Requests.IDirectResponseSchema { /// Availability configuration for this instance @@ -4170,6 +4199,10 @@ public virtual System.DateTimeOffset? CreationTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("instanceType")] public virtual string InstanceType { get; set; } + /// Optional. Whether deletion protection is enabled for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("isDeletionProtectionEnabled")] + public virtual System.Nullable IsDeletionProtectionEnabled { get; set; } + /// The resource location. REQUIRED [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } @@ -5276,6 +5309,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj b/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj index 6c970b1a79d..5ae06e5d479 100644 --- a/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj +++ b/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRedis.v1 Client Library - 1.71.0.3925 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.cs b/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.cs index f73bd0456ff..5adf5faca87 100644 --- a/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.cs +++ b/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.cs @@ -2359,6 +2359,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2404,6 +2415,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2475,8 +2494,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3202,6 +3221,12 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("automatedBackupConfig")] public virtual AutomatedBackupConfig AutomatedBackupConfig { get; set; } + /// + /// Output only. This field is used to determine the available maintenance versions for the self service update. + /// + [Newtonsoft.Json.JsonPropertyAttribute("availableMaintenanceVersions")] + public virtual System.Collections.Generic.IList AvailableMaintenanceVersions { get; set; } + /// /// Optional. Output only. The backup collection full resource name. Example: /// projects/{project}/locations/{location}/backupCollections/{collection} @@ -3265,6 +3290,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("discoveryEndpoints")] public virtual System.Collections.Generic.IList DiscoveryEndpoints { get; set; } + /// Output only. This field represents the actual maintenance version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("effectiveMaintenanceVersion")] + public virtual string EffectiveMaintenanceVersion { get; set; } + /// Output only. Encryption information of the data at rest of the cluster. [Newtonsoft.Json.JsonPropertyAttribute("encryptionInfo")] public virtual EncryptionInfo EncryptionInfo { get; set; } @@ -4074,7 +4103,7 @@ public class DatabaseResourceId : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Common model for database resource instance metadata. Next ID: 29 + /// Common model for database resource instance metadata. Next ID: 30 public class DatabaseResourceMetadata : Google.Apis.Requests.IDirectResponseSchema { /// Availability configuration for this instance @@ -4170,6 +4199,10 @@ public virtual System.DateTimeOffset? CreationTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("instanceType")] public virtual string InstanceType { get; set; } + /// Optional. Whether deletion protection is enabled for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("isDeletionProtectionEnabled")] + public virtual System.Nullable IsDeletionProtectionEnabled { get; set; } + /// The resource location. REQUIRED [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } @@ -5280,6 +5313,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj b/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj index 654da89aca0..cd31afa1180 100644 --- a/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudRedis.v1beta1/Google.Apis.CloudRedis.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRedis.v1beta1 Client Library - 1.71.0.3925 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj index d675627c286..25e7100f528 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v1/Google.Apis.CloudResourceManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v1 Client Library - 1.70.0.3809 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj index b77ff1bf0c8..cb20a69b923 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v1beta1/Google.Apis.CloudResourceManager.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v1beta1 Client Library - 1.70.0.3809 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj index 82b6cbadf59..ff16151ed3b 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v2/Google.Apis.CloudResourceManager.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v2 Client Library - 1.69.0.3759 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj index cc0aae993ec..3d6678a65e8 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v2beta1/Google.Apis.CloudResourceManager.v2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v2beta1 Client Library - 1.69.0.3759 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.cs b/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.cs index 6ba64a82e8d..959b337c672 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.cs +++ b/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.cs @@ -1792,7 +1792,9 @@ protected override void InitParameters() } } - /// Updates tag bindings directly attached to a GCP resource. + /// + /// Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or "*". + /// /// The body of the request. /// /// Identifier. The name of the TagBindingCollection, following the convention: @@ -1800,16 +1802,18 @@ protected override void InitParameters() /// encoded-full-resource-name is the UTF-8 encoded name of the GCP resource the TagBindings are bound to. /// "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123" /// - public virtual UpdateRequest Update(Google.Apis.CloudResourceManager.v3.Data.TagBindingCollection body, string name) + public virtual PatchRequest Patch(Google.Apis.CloudResourceManager.v3.Data.TagBindingCollection body, string name) { - return new UpdateRequest(this.service, body, name); + return new PatchRequest(this.service, body, name); } - /// Updates tag bindings directly attached to a GCP resource. - public class UpdateRequest : CloudResourceManagerBaseServiceRequest + /// + /// Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or "*". + /// + public class PatchRequest : CloudResourceManagerBaseServiceRequest { - /// Constructs a new Update request. - public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudResourceManager.v3.Data.TagBindingCollection body, string name) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudResourceManager.v3.Data.TagBindingCollection body, string name) : base(service) { Name = name; Body = body; @@ -1826,6 +1830,10 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Cl [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// Optional. An update mask to selectively update fields. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + /// Gets or sets the body of this request. Google.Apis.CloudResourceManager.v3.Data.TagBindingCollection Body { get; set; } @@ -1833,15 +1841,15 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Cl protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "update"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "PUT"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. public override string RestPath => "v3/{+name}"; - /// Initializes Update parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -1853,6 +1861,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^locations/[^/]+/tagBindingCollections/[^/]+$", }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5780,7 +5796,7 @@ public class ListTagValuesResponse : Google.Apis.Requests.IDirectResponseSchema { /// /// A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should - /// continue. This is currently not used, but the server may at any point start supplying a valid token. + /// continue. /// [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] public virtual string NextPageToken { get; set; } @@ -6621,6 +6637,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// A TagKey, used to group a set of TagValues. public class TagKey : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. Regular expression constraint for freeform tag values. If present, it implicitly allows freeform + /// values (constrained by the regex). + /// + [Newtonsoft.Json.JsonPropertyAttribute("allowedValuesRegex")] + public virtual string AllowedValuesRegex { get; set; } + private string _createTimeRaw; private object _createTime; diff --git a/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj b/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj index ebba6b72d7a..8d0fa252188 100644 --- a/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj +++ b/Src/Generated/Google.Apis.CloudResourceManager.v3/Google.Apis.CloudResourceManager.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudResourceManager.v3 Client Library - 1.70.0.3809 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs index 0c4ffbf06c5..64bd316d801 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs +++ b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.cs @@ -2913,6 +2913,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2958,6 +2969,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5542,6 +5561,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -5587,6 +5617,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5699,6 +5737,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` + /// when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific + /// documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -5744,6 +5793,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -14366,6 +14423,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj index fe73c9bfcca..572f993244d 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj +++ b/Src/Generated/Google.Apis.CloudRetail.v2/Google.Apis.CloudRetail.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRetail.v2 Client Library - 1.71.0.3906 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs index f3c5d10ec9e..a1e2fb2474c 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs +++ b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.cs @@ -3521,6 +3521,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3566,6 +3577,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -6215,6 +6234,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -6260,6 +6290,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -6372,6 +6410,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` + /// when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific + /// documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -6417,6 +6466,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -10115,29 +10172,7 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset /// Request message for ExportProducts method. public class GoogleCloudRetailV2alphaExportProductsRequest : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. - /// Each term applies a restriction to the returned products. Use this expression to restrict results to a - /// specific time range, tag, or stock state or to filter products by product type. For example, - /// `lastModifiedTime &gt; "2012-04-23T18:25:43.511Z" lastModifiedTime&lt;"2012-04-23T18:25:43.511Z" - /// productType=primary` We expect only four types of fields: * `lastModifiedTime`: This can be specified twice, - /// once with a less than operator and once with a greater than operator. The `lastModifiedTime` restriction - /// should result in one, contiguous, valid, last-modified, time range. * `productType`: Supported values are - /// `primary` and `variant`. The Boolean operators `OR` and `NOT` are supported if the expression is enclosed in - /// parentheses and must be separated from the `productType` values by a space. * `availability`: Supported - /// values are `IN_STOCK`, `OUT_OF_STOCK`, `PREORDER`, and `BACKORDER`. Boolean operators `OR` and `NOT` are - /// supported if the expression is enclosed in parentheses and must be separated from the `availability` values - /// by a space. * `Tag expressions`: Restricts output to products that match all of the specified tags. Boolean - /// operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and the operators are - /// separated from the tag values by a space. Also supported is '`-"tagA"`', which is equivalent to '`NOT - /// "tagA"`'. Tag values must be double-quoted, UTF-8 encoded strings and have a size limit of 1,000 characters. - /// Some examples of valid filters expressions: * Example 1: `lastModifiedTime &gt; - /// "2012-04-23T18:25:43.511Z" lastModifiedTime &lt; "2012-04-23T18:30:43.511Z"` * Example 2: - /// `lastModifiedTime &gt; "2012-04-23T18:25:43.511Z" productType = "variant"` * Example 3: `tag=("Red" OR - /// "Blue") tag="New-Arrival" tag=(NOT "promotional") productType = "primary" lastModifiedTime &lt; - /// "2018-04-23T18:30:43.511Z"` * Example 4: `lastModifiedTime &gt; "2012-04-23T18:25:43.511Z"` * Example 5: - /// `availability = (IN_STOCK OR BACKORDER)` - /// + /// Deprecated: This field is deprecated. Any filter provided will be ignored. [Newtonsoft.Json.JsonPropertyAttribute("filter")] public virtual string Filter { get; set; } @@ -10174,23 +10209,7 @@ public class GoogleCloudRetailV2alphaExportProductsResponse : Google.Apis.Reques /// Request message for the `ExportUserEvents` method. public class GoogleCloudRetailV2alphaExportUserEventsRequest : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. - /// Each term applies a restriction to the returned user events. Use this expression to restrict results to a - /// specific time range or to filter events by eventType. For example, `eventTime &gt; - /// "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime&lt;"2012-04-23T18:25:43.511Z" - /// eventType=search` We expect only three types of fields: * `eventTime`: This can be specified twice, once - /// with a less than operator and once with a greater than operator. The `eventTime` restriction should result - /// in one, contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported - /// if the expression is enclosed in parentheses and the operators are separated from the tag values by a space. - /// * `eventsMissingCatalogItems`: This restricts results to events for which catalog items were not found in - /// the catalog. The default behavior is to return only those events for which catalog items were found. Some - /// examples of valid filters expressions: * Example 1: `eventTime &gt; "2012-04-23T18:25:43.511Z" eventTime - /// &lt; "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime &gt; "2012-04-23T18:25:43.511Z" eventType = - /// detail-page-view` * Example 3: `eventsMissingCatalogItems eventType = (NOT search) eventTime &lt; - /// "2018-04-23T18:30:43.511Z"` * Example 4: `eventTime &gt; "2012-04-23T18:25:43.511Z"` * Example 5: - /// `eventType = (detail-page-view OR search)` * Example 6: `eventsMissingCatalogItems` - /// + /// Deprecated: This field is deprecated. Any filter provided will be ignored. [Newtonsoft.Json.JsonPropertyAttribute("filter")] public virtual string Filter { get; set; } @@ -16150,6 +16169,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj index 89af308f673..1430f4f80f7 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj +++ b/Src/Generated/Google.Apis.CloudRetail.v2alpha/Google.Apis.CloudRetail.v2alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRetail.v2alpha Client Library - 1.71.0.3906 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs index d1d17f8d522..1d584962be9 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs +++ b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.cs @@ -3034,6 +3034,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3079,6 +3090,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5728,6 +5747,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -5773,6 +5803,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5885,6 +5923,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` + /// when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific + /// documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -5930,6 +5979,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -10205,29 +10262,7 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset /// Request message for ExportProducts method. public class GoogleCloudRetailV2betaExportProductsRequest : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. - /// Each term applies a restriction to the returned products. Use this expression to restrict results to a - /// specific time range, tag, or stock state or to filter products by product type. For example, - /// `lastModifiedTime &gt; "2012-04-23T18:25:43.511Z" lastModifiedTime&lt;"2012-04-23T18:25:43.511Z" - /// productType=primary` We expect only four types of fields: * `lastModifiedTime`: This can be specified twice, - /// once with a less than operator and once with a greater than operator. The `lastModifiedTime` restriction - /// should result in one, contiguous, valid, last-modified, time range. * `productType`: Supported values are - /// `primary` and `variant`. The Boolean operators `OR` and `NOT` are supported if the expression is enclosed in - /// parentheses and must be separated from the `productType` values by a space. * `availability`: Supported - /// values are `IN_STOCK`, `OUT_OF_STOCK`, `PREORDER`, and `BACKORDER`. Boolean operators `OR` and `NOT` are - /// supported if the expression is enclosed in parentheses and must be separated from the `availability` values - /// by a space. * `Tag expressions`: Restricts output to products that match all of the specified tags. Boolean - /// operators `OR` and `NOT` are supported if the expression is enclosed in parentheses and the operators are - /// separated from the tag values by a space. Also supported is '`-"tagA"`', which is equivalent to '`NOT - /// "tagA"`'. Tag values must be double-quoted, UTF-8 encoded strings and have a size limit of 1,000 characters. - /// Some examples of valid filters expressions: * Example 1: `lastModifiedTime &gt; - /// "2012-04-23T18:25:43.511Z" lastModifiedTime &lt; "2012-04-23T18:30:43.511Z"` * Example 2: - /// `lastModifiedTime &gt; "2012-04-23T18:25:43.511Z" productType = "variant"` * Example 3: `tag=("Red" OR - /// "Blue") tag="New-Arrival" tag=(NOT "promotional") productType = "primary" lastModifiedTime &lt; - /// "2018-04-23T18:30:43.511Z"` * Example 4: `lastModifiedTime &gt; "2012-04-23T18:25:43.511Z"` * Example 5: - /// `availability = (IN_STOCK OR BACKORDER)` - /// + /// Deprecated: This field is deprecated. Any filter provided will be ignored. [Newtonsoft.Json.JsonPropertyAttribute("filter")] public virtual string Filter { get; set; } @@ -10264,23 +10299,7 @@ public class GoogleCloudRetailV2betaExportProductsResponse : Google.Apis.Request /// Request message for the `ExportUserEvents` method. public class GoogleCloudRetailV2betaExportUserEventsRequest : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A filtering expression to specify restrictions on returned events. The expression is a sequence of terms. - /// Each term applies a restriction to the returned user events. Use this expression to restrict results to a - /// specific time range or to filter events by eventType. For example, `eventTime &gt; - /// "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime&lt;"2012-04-23T18:25:43.511Z" - /// eventType=search` We expect only three types of fields: * `eventTime`: This can be specified twice, once - /// with a less than operator and once with a greater than operator. The `eventTime` restriction should result - /// in one, contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported - /// if the expression is enclosed in parentheses and the operators are separated from the tag values by a space. - /// * `eventsMissingCatalogItems`: This restricts results to events for which catalog items were not found in - /// the catalog. The default behavior is to return only those events for which catalog items were found. Some - /// examples of valid filters expressions: * Example 1: `eventTime &gt; "2012-04-23T18:25:43.511Z" eventTime - /// &lt; "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime &gt; "2012-04-23T18:25:43.511Z" eventType = - /// detail-page-view` * Example 3: `eventsMissingCatalogItems eventType = (NOT search) eventTime &lt; - /// "2018-04-23T18:30:43.511Z"` * Example 4: `eventTime &gt; "2012-04-23T18:25:43.511Z"` * Example 5: - /// `eventType = (detail-page-view OR search)` * Example 6: `eventsMissingCatalogItems` - /// + /// Deprecated: This field is deprecated. Any filter provided will be ignored. [Newtonsoft.Json.JsonPropertyAttribute("filter")] public virtual string Filter { get; set; } @@ -14936,6 +14955,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj index 763ffaded7c..47b69529a5a 100644 --- a/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj +++ b/Src/Generated/Google.Apis.CloudRetail.v2beta/Google.Apis.CloudRetail.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRetail.v2beta Client Library - 1.71.0.3906 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.cs b/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.cs index 8219c146289..2a246ed34c2 100644 --- a/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.cs +++ b/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.cs @@ -6373,8 +6373,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -8411,6 +8411,10 @@ public class GoogleDevtoolsCloudbuildV1BuildStep : Google.Apis.Requests.IDirectR /// An image built by the pipeline. public class GoogleDevtoolsCloudbuildV1BuiltImage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Docker Registry 2.0 digest. [Newtonsoft.Json.JsonPropertyAttribute("digest")] public virtual string Digest { get; set; } @@ -9206,6 +9210,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// A Go module artifact uploaded to Artifact Registry using the GoModule directive. public class GoogleDevtoolsCloudbuildV1UploadedGoModule : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Go Module Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -9225,6 +9233,10 @@ public class GoogleDevtoolsCloudbuildV1UploadedGoModule : Google.Apis.Requests.I /// A Maven artifact uploaded using the MavenArtifact directive. public class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Maven Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -9244,6 +9256,10 @@ public class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact : Google.Apis.Reque /// An npm package uploaded to Artifact Registry using the NpmPackage directive. public class GoogleDevtoolsCloudbuildV1UploadedNpmPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the npm package. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -9263,6 +9279,10 @@ public class GoogleDevtoolsCloudbuildV1UploadedNpmPackage : Google.Apis.Requests /// Artifact uploaded using the PythonPackage directive. public class GoogleDevtoolsCloudbuildV1UploadedPythonPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Python Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -10404,9 +10424,10 @@ public class ResourceRecord : Google.Apis.Requests.IDirectResponseSchema public class ResourceRequirements : Google.Apis.Requests.IDirectResponseSchema { /// - /// Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are - /// supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For - /// supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits + /// Limits describes the maximum amount of compute resources allowed. Only 'cpu', 'memory' and 'nvidia.com/gpu' + /// keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * + /// For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits. + /// * The only supported 'nvidia.com/gpu' value is '1'. /// [Newtonsoft.Json.JsonPropertyAttribute("limits")] public virtual System.Collections.Generic.IDictionary Limits { get; set; } diff --git a/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj b/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj index 152da7b60d5..c65a8297700 100644 --- a/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj +++ b/Src/Generated/Google.Apis.CloudRun.v1/Google.Apis.CloudRun.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRun.v1 Client Library - 1.71.0.3924 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.cs b/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.cs index 727713f3981..e25d1e4cbc6 100644 --- a/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.cs +++ b/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.cs @@ -4232,6 +4232,25 @@ public class GoogleCloudRunV2CloudSqlInstance : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// Cloud Storage source. + public class GoogleCloudRunV2CloudStorageSource : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The Cloud Storage bucket name. + [Newtonsoft.Json.JsonPropertyAttribute("bucket")] + public virtual string Bucket { get; set; } + + /// Optional. The Cloud Storage object generation. + [Newtonsoft.Json.JsonPropertyAttribute("generation")] + public virtual System.Nullable Generation { get; set; } + + /// Required. The Cloud Storage object name. + [Newtonsoft.Json.JsonPropertyAttribute("object")] + public virtual string Object__ { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Defines a status condition for a resource. public class GoogleCloudRunV2Condition : Google.Apis.Requests.IDirectResponseSchema { @@ -4374,6 +4393,10 @@ public class GoogleCloudRunV2Container : Google.Apis.Requests.IDirectResponseSch [Newtonsoft.Json.JsonPropertyAttribute("resources")] public virtual GoogleCloudRunV2ResourceRequirements Resources { get; set; } + /// Optional. Location of the source. + [Newtonsoft.Json.JsonPropertyAttribute("sourceCode")] + public virtual GoogleCloudRunV2SourceCode SourceCode { get; set; } + /// /// Startup probe of application within the container. All other probes are disabled if a startup probe is /// provided, until it succeeds. Container will not be added to service endpoints if the probe fails. @@ -5844,10 +5867,11 @@ public class GoogleCloudRunV2ResourceRequirements : Google.Apis.Requests.IDirect public virtual System.Nullable CpuIdle { get; set; } /// - /// Only `memory` and `cpu` keys in the map are supported. Notes: * The only supported values for CPU are '1', - /// '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to - /// https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to - /// https://cloud.google.com/run/docs/configuring/memory-limits + /// Only `memory`, `cpu` and `nvidia.com/gpu` keys in the map are supported. Notes: * The only supported values + /// for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go + /// to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to + /// https://cloud.google.com/run/docs/configuring/memory-limits * The only supported 'nvidia.com/gpu' value is + /// '1'. /// [Newtonsoft.Json.JsonPropertyAttribute("limits")] public virtual System.Collections.Generic.IDictionary Limits { get; set; } @@ -6845,6 +6869,17 @@ public class GoogleCloudRunV2ServiceScaling : Google.Apis.Requests.IDirectRespon public virtual string ETag { get; set; } } + /// Source type for the container. + public class GoogleCloudRunV2SourceCode : Google.Apis.Requests.IDirectResponseSchema + { + /// The source is a Cloud Storage bucket. + [Newtonsoft.Json.JsonPropertyAttribute("cloudStorageSource")] + public virtual GoogleCloudRunV2CloudStorageSource CloudStorageSource { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Location of the source in an archive file in Google Cloud Storage. public class GoogleCloudRunV2StorageSource : Google.Apis.Requests.IDirectResponseSchema { @@ -8830,6 +8865,10 @@ public class GoogleDevtoolsCloudbuildV1BuildStep : Google.Apis.Requests.IDirectR /// An image built by the pipeline. public class GoogleDevtoolsCloudbuildV1BuiltImage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Docker Registry 2.0 digest. [Newtonsoft.Json.JsonPropertyAttribute("digest")] public virtual string Digest { get; set; } @@ -9625,6 +9664,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// A Go module artifact uploaded to Artifact Registry using the GoModule directive. public class GoogleDevtoolsCloudbuildV1UploadedGoModule : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Go Module Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -9644,6 +9687,10 @@ public class GoogleDevtoolsCloudbuildV1UploadedGoModule : Google.Apis.Requests.I /// A Maven artifact uploaded using the MavenArtifact directive. public class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Maven Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -9663,6 +9710,10 @@ public class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact : Google.Apis.Reque /// An npm package uploaded to Artifact Registry using the NpmPackage directive. public class GoogleDevtoolsCloudbuildV1UploadedNpmPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the npm package. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -9682,6 +9733,10 @@ public class GoogleDevtoolsCloudbuildV1UploadedNpmPackage : Google.Apis.Requests /// Artifact uploaded using the PythonPackage directive. public class GoogleDevtoolsCloudbuildV1UploadedPythonPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Python Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj b/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj index e6cac2465be..a8d6a49d344 100644 --- a/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj +++ b/Src/Generated/Google.Apis.CloudRun.v2/Google.Apis.CloudRun.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudRun.v2 Client Library - 1.71.0.3924 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.cs b/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.cs index 2c0ec93b867..77286338322 100644 --- a/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.cs +++ b/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.cs @@ -560,12 +560,12 @@ protected override void InitParameters() /// Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For /// example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters /// ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see - /// [Identifying - /// projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) - /// * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be - /// obtained by calling ListLocations. For more information, see - /// https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers - /// ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. + /// [Identifying projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * + /// `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be + /// obtained by calling [locations.list](/scheduler/docs/reference/rest/v1/projects.locations/list). For + /// more information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain + /// only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 + /// characters. /// public virtual PatchRequest Patch(Google.Apis.CloudScheduler.v1.Data.Job body, string name) { @@ -593,11 +593,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Clo /// example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain /// letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more /// information, see [Identifying - /// projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) - /// * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can - /// be obtained by calling ListLocations. For more information, see - /// https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), - /// numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. + /// projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * + /// `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be + /// obtained by calling [locations.list](/scheduler/docs/reference/rest/v1/projects.locations/list). + /// For more information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can + /// contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum + /// length is 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1178,6 +1179,55 @@ protected override void InitParameters() } } + /// Gets the Scheduler config in the project/region. + /// + /// Required. The config name. For example: projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig + /// + public virtual GetCmekConfigRequest GetCmekConfig(string name) + { + return new GetCmekConfigRequest(this.service, name); + } + + /// Gets the Scheduler config in the project/region. + public class GetCmekConfigRequest : CloudSchedulerBaseServiceRequest + { + /// Constructs a new GetCmekConfig request. + public GetCmekConfigRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The config name. For example: projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "getCmekConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes GetCmekConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/cmekConfig$", + }); + } + } + /// Lists information about the supported locations for this service. /// The resource that owns the locations collection, if applicable. public virtual ListRequest List(string name) @@ -1200,8 +1250,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1281,6 +1331,77 @@ protected override void InitParameters() }); } } + + /// Initializes or Updates the a scheduler config. + /// The body of the request. + /// + /// Identifier. The config resource name which includes the project and location and must end in + /// 'cmekConfig', in the format projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig` + /// + public virtual UpdateCmekConfigRequest UpdateCmekConfig(Google.Apis.CloudScheduler.v1.Data.CmekConfig body, string name) + { + return new UpdateCmekConfigRequest(this.service, body, name); + } + + /// Initializes or Updates the a scheduler config. + public class UpdateCmekConfigRequest : CloudSchedulerBaseServiceRequest + { + /// Constructs a new UpdateCmekConfig request. + public UpdateCmekConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudScheduler.v1.Data.CmekConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The config resource name which includes the project and location and must end in + /// 'cmekConfig', in the format projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. List of fields to be updated in this request. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.CloudScheduler.v1.Data.CmekConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "updateCmekConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes UpdateCmekConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/cmekConfig$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } } } @@ -1408,6 +1529,28 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Describes the project/location configuration of Cloud Scheduler Resources. + public class CmekConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Resource name of the Cloud KMS key, of the form + /// `projects/PROJECT_ID/locations/LOCATION_ID/keyRings/KEY_RING_ID/cryptoKeys/KEY_ID`, that will be used to + /// encrypt Jobs in the region. Setting this as blank will turn off CMEK encryption. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } + + /// + /// Identifier. The config resource name which includes the project and location and must end in 'cmekConfig', + /// in the format projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc @@ -1562,11 +1705,11 @@ public virtual System.DateTimeOffset? LastAttemptTimeDateTimeOffset /// Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: /// `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), /// numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying - /// projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * - /// `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by - /// calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can - /// contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 - /// characters. + /// projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the + /// canonical ID for the job's location. The list of available locations can be obtained by calling + /// [locations.list](/scheduler/docs/reference/rest/v1/projects.locations/list). For more information, see + /// [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain only letters ([A-Za-z]), + /// numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -1588,14 +1731,14 @@ public virtual System.DateTimeOffset? LastAttemptTimeDateTimeOffset /// /// Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The /// schedule can be either of the following types: * [Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * - /// English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a general - /// rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never - /// allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is - /// scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start - /// until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its - /// scheduled time occurs. If retry_count &gt; 0 and a job attempt fails, the job will be tried a total of - /// retry_count times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job - /// attempt will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled + /// English-like [schedule](/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` + /// of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two + /// simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled + /// to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until + /// `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled + /// time occurs. If retry_count &gt; 0 and a job attempt fails, the job will be tried a total of retry_count + /// times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job attempt + /// will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled /// execution time. Setting retry_count to 0 does not prevent failed jobs from running according to schedule /// after the failure. /// @@ -2120,9 +2263,9 @@ public class ResumeJobRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Settings that determine the retry behavior. For more information, see [Retry - /// jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete - /// successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with - /// exponential backoff according to the settings in RetryConfig. + /// jobs](/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete successfully (meaning that + /// an acknowledgement is not received from the handler, then it will be retried with exponential backoff according + /// to the settings in RetryConfig. /// public class RetryConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -2137,8 +2280,7 @@ public class RetryConfig : Google.Apis.Requests.IDirectResponseSchema /// The time between retries will double `max_doublings` times. A job's retry interval starts at /// min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally retries at /// intervals of max_backoff_duration up to retry_count times. For examples, see [Retry - /// jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of - /// this field is 5. + /// jobs](/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is 5. /// [Newtonsoft.Json.JsonPropertyAttribute("maxDoublings")] public virtual System.Nullable MaxDoublings { get; set; } diff --git a/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj b/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj index 207211cd683..26be37b5697 100644 --- a/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj +++ b/Src/Generated/Google.Apis.CloudScheduler.v1/Google.Apis.CloudScheduler.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudScheduler.v1 Client Library - 1.71.0.3920 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.cs b/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.cs index 992e7a02b23..48458ecc6dc 100644 --- a/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.cs +++ b/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.cs @@ -293,6 +293,7 @@ public LocationsResource(Google.Apis.Services.IClientService service) { this.service = service; Jobs = new JobsResource(service); + Operations = new OperationsResource(service); } /// Gets the Jobs resource. @@ -609,12 +610,13 @@ protected override void InitParameters() /// Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For /// example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters /// ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see - /// [Identifying - /// projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) - /// * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be - /// obtained by calling ListLocations. For more information, see - /// https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers - /// ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. + /// [Identifying projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * + /// `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be + /// obtained by calling + /// [locations.list](/scheduler/docs/reference/rest/v1beta1/projects.locations/list). For more + /// information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain only + /// letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 + /// characters. /// public virtual PatchRequest Patch(Google.Apis.CloudScheduler.v1beta1.Data.Job body, string name) { @@ -642,11 +644,13 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Clo /// example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain /// letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more /// information, see [Identifying - /// projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) - /// * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can - /// be obtained by calling ListLocations. For more information, see - /// https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), - /// numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. + /// projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * + /// `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be + /// obtained by calling + /// [locations.list](/scheduler/docs/reference/rest/v1beta1/projects.locations/list). For more + /// information, see [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain + /// only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is + /// 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -887,6 +891,301 @@ protected override void InitParameters() } } + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The body of the request. + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(Google.Apis.CloudScheduler.v1beta1.Data.CancelOperationRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : CloudSchedulerBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudScheduler.v1beta1.Data.CancelOperationRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.CloudScheduler.v1beta1.Data.CancelOperationRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : CloudSchedulerBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : CloudSchedulerBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : CloudSchedulerBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Gets information about a location. /// Resource name for the location. public virtual GetRequest Get(string name) @@ -954,8 +1253,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1155,6 +1454,13 @@ public class AppEngineRouting : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The request message for Operations.CancelOperation. + public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc @@ -1317,11 +1623,11 @@ public virtual System.DateTimeOffset? LastAttemptTimeDateTimeOffset /// Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: /// `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), /// numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying - /// projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * - /// `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by - /// calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can - /// contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 - /// characters. + /// projects](/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the + /// canonical ID for the job's location. The list of available locations can be obtained by calling + /// [locations.list](/scheduler/docs/reference/rest/v1beta1/projects.locations/list). For more information, see + /// [Cloud Scheduler locations](/scheduler/docs/locations). * `JOB_ID` can contain only letters ([A-Za-z]), + /// numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -1343,14 +1649,14 @@ public virtual System.DateTimeOffset? LastAttemptTimeDateTimeOffset /// /// Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The /// schedule can be either of the following types: * [Crontab](https://en.wikipedia.org/wiki/Cron#Overview) * - /// English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a general - /// rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never - /// allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is - /// scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start - /// until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its - /// scheduled time occurs. If retry_count &gt; 0 and a job attempt fails, the job will be tried a total of - /// retry_count times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job - /// attempt will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled + /// English-like [schedule](/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` + /// of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two + /// simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled + /// to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until + /// `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled + /// time occurs. If retry_count &gt; 0 and a job attempt fails, the job will be tried a total of retry_count + /// times, with exponential backoff, until the next scheduled start time. If retry_count is 0, a job attempt + /// will not be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled /// execution time. Setting retry_count to 0 does not prevent failed jobs from running according to schedule /// after the failure. /// @@ -1491,6 +1797,29 @@ public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The response message for Operations.ListOperations. + public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// A list of operations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual System.Collections.Generic.IList Operations { get; set; } + + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A resource that represents a Google Cloud location. public class Location : Google.Apis.Requests.IDirectResponseSchema { @@ -1574,6 +1903,49 @@ public class OidcToken : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// This resource represents a long-running operation that is the result of a network API call. + public class Operation : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, + /// and either `error` or `response` is available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("done")] + public virtual System.Nullable Done { get; set; } + + /// The error result of the operation in case of failure or cancellation. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual Status Error { get; set; } + + /// + /// Service-specific metadata associated with the operation. It typically contains progress information and + /// common metadata such as create time. Some services might not provide such metadata. Any method that returns + /// a long-running operation should document the metadata type, if any. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// The server-assigned name, which is only unique within the same service that originally returns it. If you + /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The normal, successful response of the operation. If the original method returns no data on success, such as + /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard + /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have + /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is + /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("response")] + public virtual System.Collections.Generic.IDictionary Response { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Represents the metadata of the long-running operation. public class OperationMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -1809,9 +2181,9 @@ public class ResumeJobRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Settings that determine the retry behavior. For more information, see [Retry - /// jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete - /// successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with - /// exponential backoff according to the settings in RetryConfig. + /// jobs](/scheduler/docs/configuring/retry-jobs). By default, if a job does not complete successfully (meaning that + /// an acknowledgement is not received from the handler, then it will be retried with exponential backoff according + /// to the settings in RetryConfig. /// public class RetryConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -1826,8 +2198,7 @@ public class RetryConfig : Google.Apis.Requests.IDirectResponseSchema /// The time between retries will double `max_doublings` times. A job's retry interval starts at /// min_backoff_duration, then doubles `max_doublings` times, then increases linearly, and finally retries at /// intervals of max_backoff_duration up to retry_count times. For examples, see [Retry - /// jobs](https://cloud.google.com/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of - /// this field is 5. + /// jobs](/scheduler/docs/configuring/retry-jobs#max-doublings). The default value of this field is 5. /// [Newtonsoft.Json.JsonPropertyAttribute("maxDoublings")] public virtual System.Nullable MaxDoublings { get; set; } diff --git a/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj b/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj index b7bb7650ea8..f2c752fc0a0 100644 --- a/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudScheduler.v1beta1/Google.Apis.CloudScheduler.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudScheduler.v1beta1 Client Library - 1.71.0.3912 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.cs b/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.cs index 1573a4eed8a..08915ba6d81 100644 --- a/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.cs +++ b/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.cs @@ -634,6 +634,13 @@ public class GoogleIdentityStsV1Options : Google.Apis.Requests.IDirectResponseSc [Newtonsoft.Json.JsonPropertyAttribute("accessBoundary")] public virtual GoogleIdentityStsV1AccessBoundary AccessBoundary { get; set; } + /// + /// The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be 43 characters + /// long. The resulting token will be bound to this value. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindCertFingerprint")] + public virtual string BindCertFingerprint { get; set; } + /// /// A Google project used for quota and billing purposes when the credential is used to access Google APIs. The /// provided project overrides the project bound to the credential. The value must be a project number or a diff --git a/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj b/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj index e271b36f5a6..80ada09edb1 100644 --- a/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj +++ b/Src/Generated/Google.Apis.CloudSecurityToken.v1/Google.Apis.CloudSecurityToken.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSecurityToken.v1 Client Library - 1.70.0.3891 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,7 +59,7 @@ - + diff --git a/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.cs b/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.cs index b9bcf1688a2..22813e5e0f4 100644 --- a/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.cs +++ b/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.cs @@ -452,6 +452,13 @@ public class GoogleIdentityStsV1Options : Google.Apis.Requests.IDirectResponseSc [Newtonsoft.Json.JsonPropertyAttribute("accessBoundary")] public virtual GoogleIdentityStsV1AccessBoundary AccessBoundary { get; set; } + /// + /// The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding and it must be 43 characters + /// long. The resulting token will be bound to this value. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindCertFingerprint")] + public virtual string BindCertFingerprint { get; set; } + /// /// A Google project used for quota and billing purposes when the credential is used to access Google APIs. The /// provided project overrides the project bound to the credential. The value must be a project number or a diff --git a/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj b/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj index 4e16bd66381..306a97ad02e 100644 --- a/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj +++ b/Src/Generated/Google.Apis.CloudSecurityToken.v1beta/Google.Apis.CloudSecurityToken.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudSecurityToken.v1beta Client Library - 1.69.0.3793 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,7 +59,7 @@ - + diff --git a/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.cs b/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.cs index a3f0d82e2dc..d23fcce2e25 100644 --- a/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.cs +++ b/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.cs @@ -719,6 +719,105 @@ protected override void InitParameters() } } + /// Generates an access token for the user's environment. + /// Required. The environment to generate the access token for. + public virtual GenerateAccessTokenRequest GenerateAccessToken(string environment) + { + return new GenerateAccessTokenRequest(this.service, environment); + } + + /// Generates an access token for the user's environment. + public class GenerateAccessTokenRequest : CloudShellBaseServiceRequest + { + /// Constructs a new GenerateAccessToken request. + public GenerateAccessTokenRequest(Google.Apis.Services.IClientService service, string environment) : base(service) + { + Environment = environment; + InitParameters(); + } + + /// Required. The environment to generate the access token for. + [Google.Apis.Util.RequestParameterAttribute("environment", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Environment { get; private set; } + + private object _expireTime; + + /// + /// String representation of , formatted for inclusion in the HTTP + /// request. + /// + [Google.Apis.Util.RequestParameterAttribute("expireTime", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ExpireTimeRaw { get; private set; } + + /// representation of . + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")] + public virtual object ExpireTime + { + get => _expireTime; + set + { + ExpireTimeRaw = Google.Apis.Util.Utilities.ConvertToString(value); + _expireTime = value; + } + } + + public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExpireTimeRaw); + set + { + ExpireTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + _expireTime = value; + } + } + + /// + /// Desired lifetime duration of the access token. This value must be at most 24 hours. If a value is + /// not specified, the token's lifetime will be set to a default value of 1 hour. + /// + [Google.Apis.Util.RequestParameterAttribute("ttl", Google.Apis.Util.RequestParameterType.Query)] + public virtual object Ttl { get; set; } + + /// Gets the method name. + public override string MethodName => "generateAccessToken"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+environment}:generateAccessToken"; + + /// Initializes GenerateAccessToken parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("environment", new Google.Apis.Discovery.Parameter + { + Name = "environment", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^users/[^/]+/environments/[^/]+$", + }); + RequestParameters.Add("expireTime", new Google.Apis.Discovery.Parameter + { + Name = "expireTime", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("ttl", new Google.Apis.Discovery.Parameter + { + Name = "ttl", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// Gets an environment. Returns NOT_FOUND if the environment does not exist. /// /// Required. Name of the requested resource, for example `users/me/environments/default` or @@ -1111,6 +1210,17 @@ public class Environment : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Response message for GenerateAccessToken. + public class GenerateAccessTokenResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The access token. + [Newtonsoft.Json.JsonPropertyAttribute("accessToken")] + public virtual string AccessToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The response message for Operations.ListOperations. public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj b/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj index e11a752bffc..e8f81b58125 100644 --- a/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj +++ b/Src/Generated/Google.Apis.CloudShell.v1/Google.Apis.CloudShell.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudShell.v1 Client Library - 1.71.0.3925 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.cs b/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.cs index e983f9e0bd4..1fba9f0e36f 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.cs +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.cs @@ -3135,13 +3135,13 @@ public class NumericBucketingResult : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a - /// postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical - /// locations (roads, towns, mountains). In typical usage, an address would be created by user input or from - /// importing existing data, depending on the type of process. Advice on address input or editing: - Use an - /// internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not - /// be presented with UI elements for input or editing of fields outside countries where that field is used. For - /// more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. + /// Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal + /// service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model + /// geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user + /// input or from importing existing data, depending on the type of process. Advice on address input or editing: - + /// Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users + /// should not be presented with UI elements for input or editing of fields outside countries where that field is + /// used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. /// public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj b/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj index c0f91deeb2b..2f694a2802f 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v3/Google.Apis.CloudTalentSolution.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTalentSolution.v3 Client Library - 1.69.0.3737 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.cs b/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.cs index 4c1386656d8..751ff905197 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.cs +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.cs @@ -3359,13 +3359,13 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a - /// postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical - /// locations (roads, towns, mountains). In typical usage, an address would be created by user input or from - /// importing existing data, depending on the type of process. Advice on address input or editing: - Use an - /// internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not - /// be presented with UI elements for input or editing of fields outside countries where that field is used. For - /// more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. + /// Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal + /// service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model + /// geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user + /// input or from importing existing data, depending on the type of process. Advice on address input or editing: - + /// Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users + /// should not be presented with UI elements for input or editing of fields outside countries where that field is + /// used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. /// public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj b/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj index b8a96f6caee..0271987d0e9 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v3p1beta1/Google.Apis.CloudTalentSolution.v3p1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTalentSolution.v3p1beta1 Client Library - 1.69.0.3737 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.cs b/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.cs index d102dab60d5..d79774aa245 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.cs +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.cs @@ -3787,13 +3787,13 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a - /// postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical - /// locations (roads, towns, mountains). In typical usage, an address would be created by user input or from - /// importing existing data, depending on the type of process. Advice on address input or editing: - Use an - /// internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not - /// be presented with UI elements for input or editing of fields outside countries where that field is used. For - /// more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. + /// Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal + /// service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model + /// geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user + /// input or from importing existing data, depending on the type of process. Advice on address input or editing: - + /// Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users + /// should not be presented with UI elements for input or editing of fields outside countries where that field is + /// used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. /// public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj b/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj index 69865131790..4da3e5d5137 100644 --- a/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj +++ b/Src/Generated/Google.Apis.CloudTalentSolution.v4/Google.Apis.CloudTalentSolution.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTalentSolution.v4 Client Library - 1.69.0.3737 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.cs b/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.cs index c6a69e62653..ad0ffad7e1b 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.cs +++ b/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.cs @@ -1811,8 +1811,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj b/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj index 070cf838f9b..0e6f33e748f 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj +++ b/Src/Generated/Google.Apis.CloudTasks.v2/Google.Apis.CloudTasks.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTasks.v2 Client Library - 1.71.0.3909 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.cs b/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.cs index b9753a2f079..29dbea85351 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.cs +++ b/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.cs @@ -2224,8 +2224,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj b/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj index 40814e414aa..4424098e588 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj +++ b/Src/Generated/Google.Apis.CloudTasks.v2beta2/Google.Apis.CloudTasks.v2beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTasks.v2beta2 Client Library - 1.71.0.3909 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.cs b/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.cs index 8892e2b1e46..53ade1a5dec 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.cs +++ b/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.cs @@ -1848,8 +1848,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj b/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj index fff4091ca16..c61100a343b 100644 --- a/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj +++ b/Src/Generated/Google.Apis.CloudTasks.v2beta3/Google.Apis.CloudTasks.v2beta3.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTasks.v2beta3 Client Library - 1.71.0.3909 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj b/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj index a4f146e4adc..15dd34abbf9 100644 --- a/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj +++ b/Src/Generated/Google.Apis.CloudTrace.v1/Google.Apis.CloudTrace.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTrace.v1 Client Library - 1.69.0.3802 + 1.72.0.3928 Google LLC Copyright 2025 Google LLC Google @@ -18,7 +18,7 @@ This Google APIs Client Library for working with Cloudtrace v1 uses older code generation, and is harder to use. Product documentation is available at: - https://cloud.google.com/trace + https://cloud.google.com/trace/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v1/latest/api/Google.Apis.CloudTrace.v1.html @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj b/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj index a85e0cffc2c..a913aeaaa2a 100644 --- a/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj +++ b/Src/Generated/Google.Apis.CloudTrace.v2/Google.Apis.CloudTrace.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudTrace.v2 Client Library - 1.69.0.3753 + 1.72.0.3928 Google LLC Copyright 2025 Google LLC Google @@ -18,7 +18,7 @@ This Google APIs Client Library for working with Cloudtrace v2 uses older code generation, and is harder to use. Product documentation is available at: - https://cloud.google.com/trace + https://cloud.google.com/trace/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2/latest/api/Google.Apis.CloudTrace.v2.html @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.cs b/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.cs index 195fd6495e0..0402778d43b 100644 --- a/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.cs +++ b/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj b/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj index 594f881adf6..89e1421ae8f 100644 --- a/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj +++ b/Src/Generated/Google.Apis.CloudTrace.v2beta1/Google.Apis.CloudTrace.v2beta1.csproj @@ -3,9 +3,9 @@ Google.Apis.CloudTrace.v2beta1 Client Library - 1.68.0.3480 + 1.72.0.3928 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -17,7 +17,7 @@ Google APIs Client Library for working with Cloudtrace v2beta1. Product documentation is available at: - https://cloud.google.com/trace + https://cloud.google.com/trace/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2beta1/latest/api/Google.Apis.CloudTrace.v2beta1.html @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.cs b/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.cs index 64c4affb51b..71577b86e7a 100644 --- a/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.cs +++ b/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.cs @@ -523,6 +523,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -568,6 +579,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2633,8 +2652,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3511,6 +3530,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.csproj b/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.csproj index 5abf26bce99..a87d1a6f341 100644 --- a/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.csproj +++ b/Src/Generated/Google.Apis.CloudWorkstations.v1/Google.Apis.CloudWorkstations.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudWorkstations.v1 Client Library - 1.71.0.3910 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.cs b/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.cs index 704736dfc70..24de486586a 100644 --- a/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.cs +++ b/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.cs @@ -523,6 +523,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -568,6 +579,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2961,6 +2980,48 @@ public class GceConfidentialInstanceConfig : Google.Apis.Requests.IDirectRespons public virtual string ETag { get; set; } } + /// + /// A Persistent Directory backed by a Compute Engine Hyperdisk Balanced High Availability Disk. This is a + /// high-availability block storage solution that offers a balance between performance and cost for most + /// general-purpose workloads. + /// + public class GceHyperdiskBalancedHighAvailability : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Number of seconds to wait after initially creating or subsequently shutting down the workstation + /// before converting its disk into a snapshot. This generally saves costs at the expense of greater startup + /// time on next workstation start, as the service will need to create a disk from the archival snapshot. A + /// value of `"0s"` indicates that the disk will never be archived. + /// + [Newtonsoft.Json.JsonPropertyAttribute("archiveTimeout")] + public virtual object ArchiveTimeout { get; set; } + + /// + /// Optional. Whether the persistent disk should be deleted when the workstation is deleted. Valid values are + /// `DELETE` and `RETAIN`. Defaults to `DELETE`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("reclaimPolicy")] + public virtual string ReclaimPolicy { get; set; } + + /// + /// Optional. The GB capacity of a persistent home directory for each workstation created with this + /// configuration. Must be empty if source_snapshot is set. Valid values are `10`, `50`, `100`, `200`, `500`, or + /// `1000`. Defaults to `200`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] + public virtual System.Nullable SizeGb { get; set; } + + /// + /// Optional. Name of the snapshot to use as the source for the disk. If set, size_gb must be empty. Must be + /// formatted as ext4 file system with no partitions. + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceSnapshot")] + public virtual string SourceSnapshot { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A runtime using a Compute Engine instance. public class GceInstance : Google.Apis.Requests.IDirectResponseSchema { @@ -3080,6 +3141,16 @@ public class GceInstance : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("shieldedInstanceConfig")] public virtual GceShieldedInstanceConfig ShieldedInstanceConfig { get; set; } + /// + /// Optional. Link to the startup script stored in Cloud Storage. This script will be run on the host + /// workstation VM when the VM is created. The uri must be of the form gs://{bucket-name}/{object-name}. If + /// specifying a startup script, the service account must have [Permission to access the bucket and script file + /// in Cloud Storage](https://cloud.google.com/storage/docs/access-control/iam-permissions). Otherwise, the + /// script must be publicly accessible. + /// + [Newtonsoft.Json.JsonPropertyAttribute("startupScriptUri")] + public virtual string StartupScriptUri { get; set; } + /// /// Optional. Network tags to add to the Compute Engine VMs backing the workstations. This option applies /// [network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags) to VMs created with this @@ -3401,6 +3472,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3660,6 +3739,10 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset /// public class PersistentDirectory : Google.Apis.Requests.IDirectResponseSchema { + /// A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk. + [Newtonsoft.Json.JsonPropertyAttribute("gceHd")] + public virtual GceHyperdiskBalancedHighAvailability GceHd { get; set; } + /// A PersistentDirectory backed by a Compute Engine persistent disk. [Newtonsoft.Json.JsonPropertyAttribute("gcePd")] public virtual GceRegionalPersistentDisk GcePd { get; set; } diff --git a/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj b/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj index ae4370e357f..3ebe6ac601d 100644 --- a/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj +++ b/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.CloudWorkstations.v1beta Client Library - 1.70.0.3862 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.cs b/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.cs index 3492edf8c87..b0ed4b698a5 100644 --- a/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.cs +++ b/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.cs @@ -5889,9 +5889,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable - /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading - /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by - /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading + /// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is + /// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -10213,8 +10213,8 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj b/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj index dab993191af..1e1b793690e 100644 --- a/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj +++ b/Src/Generated/Google.Apis.Cloudchannel.v1/Google.Apis.Cloudchannel.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Cloudchannel.v1 Client Library - 1.71.0.3924 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.cs b/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.cs index e92f686dfb9..0260e4d2b4f 100644 --- a/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.cs +++ b/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.cs @@ -39,12 +39,14 @@ public ComputeService(Google.Apis.Services.BaseClientService.Initializer initial Autoscalers = new AutoscalersResource(this); BackendBuckets = new BackendBucketsResource(this); BackendServices = new BackendServicesResource(this); + CrossSiteNetworks = new CrossSiteNetworksResource(this); DiskTypes = new DiskTypesResource(this); Disks = new DisksResource(this); ExternalVpnGateways = new ExternalVpnGatewaysResource(this); FirewallPolicies = new FirewallPoliciesResource(this); Firewalls = new FirewallsResource(this); ForwardingRules = new ForwardingRulesResource(this); + FutureReservations = new FutureReservationsResource(this); GlobalAddresses = new GlobalAddressesResource(this); GlobalForwardingRules = new GlobalForwardingRulesResource(this); GlobalNetworkEndpointGroups = new GlobalNetworkEndpointGroupsResource(this); @@ -139,6 +141,7 @@ public ComputeService(Google.Apis.Services.BaseClientService.Initializer initial UrlMaps = new UrlMapsResource(this); VpnGateways = new VpnGatewaysResource(this); VpnTunnels = new VpnTunnelsResource(this); + WireGroups = new WireGroupsResource(this); ZoneOperations = new ZoneOperationsResource(this); Zones = new ZonesResource(this); BaseUri = GetEffectiveUri(BaseUriOverride, "https://compute.googleapis.com/compute/v1/"); @@ -232,6 +235,9 @@ public static class ScopeConstants /// Gets the BackendServices resource. public virtual BackendServicesResource BackendServices { get; } + /// Gets the CrossSiteNetworks resource. + public virtual CrossSiteNetworksResource CrossSiteNetworks { get; } + /// Gets the DiskTypes resource. public virtual DiskTypesResource DiskTypes { get; } @@ -250,6 +256,9 @@ public static class ScopeConstants /// Gets the ForwardingRules resource. public virtual ForwardingRulesResource ForwardingRules { get; } + /// Gets the FutureReservations resource. + public virtual FutureReservationsResource FutureReservations { get; } + /// Gets the GlobalAddresses resource. public virtual GlobalAddressesResource GlobalAddresses { get; } @@ -532,6 +541,9 @@ public static class ScopeConstants /// Gets the VpnTunnels resource. public virtual VpnTunnelsResource VpnTunnels { get; } + /// Gets the WireGroups resource. + public virtual WireGroupsResource WireGroups { get; } + /// Gets the ZoneOperations resource. public virtual ZoneOperationsResource ZoneOperations { get; } @@ -747,7 +759,7 @@ public AcceleratorTypesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of accelerator types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of accelerator types. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -757,7 +769,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of accelerator types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of accelerator types. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -779,9 +791,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -789,7 +801,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -802,12 +814,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -832,10 +844,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -849,7 +862,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -1048,9 +1061,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -1058,7 +1071,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -1071,12 +1084,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -1091,10 +1104,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -1108,7 +1122,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -1202,7 +1216,7 @@ public AddressesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of addresses. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of addresses. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -1212,7 +1226,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of addresses. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of addresses. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -1234,9 +1248,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -1244,7 +1258,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -1257,12 +1271,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -1287,10 +1301,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -1304,7 +1319,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -1432,12 +1447,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -1598,12 +1613,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -1687,9 +1702,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -1697,7 +1712,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -1710,12 +1725,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -1730,10 +1745,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -1747,7 +1763,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -1862,12 +1878,12 @@ public MoveRequest(Google.Apis.Services.IClientService service, Google.Apis.Comp /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -1927,7 +1943,7 @@ protected override void InitParameters() } /// - /// Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on an Address. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -1939,7 +1955,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.RegionSetL } /// - /// Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on an Address. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -1967,12 +1983,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -2128,7 +2144,7 @@ public AutoscalersResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of autoscalers. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -2138,7 +2154,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of autoscalers. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -2160,9 +2176,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -2170,7 +2186,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -2183,12 +2199,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -2213,10 +2229,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -2230,7 +2247,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -2358,12 +2375,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -2520,12 +2537,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -2609,9 +2626,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -2619,7 +2636,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -2632,12 +2649,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -2652,10 +2669,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -2669,7 +2687,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -2748,8 +2766,8 @@ protected override void InitParameters() } /// - /// Updates an autoscaler in the specified project using the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates an autoscaler in the specified project using the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -2760,8 +2778,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.Autoscaler body, s } /// - /// Updates an autoscaler in the specified project using the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates an autoscaler in the specified project using the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -2788,12 +2806,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -2887,12 +2905,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -3003,12 +3021,12 @@ public AddSignedUrlKeyRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -3088,12 +3106,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -3179,12 +3197,12 @@ public DeleteSignedUrlKeyRequest(Google.Apis.Services.IClientService service, st /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -3400,12 +3418,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -3475,9 +3493,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -3485,7 +3503,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -3498,12 +3516,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -3518,10 +3536,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -3535,7 +3554,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -3606,8 +3625,8 @@ protected override void InitParameters() } /// - /// Updates the specified BackendBucket resource with the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified BackendBucket resource with the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -3618,8 +3637,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.BackendBucket body } /// - /// Updates the specified BackendBucket resource with the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified BackendBucket resource with the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -3642,12 +3661,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -3735,12 +3754,12 @@ public SetEdgeSecurityPolicyRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -3956,12 +3975,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -4064,12 +4083,12 @@ public AddSignedUrlKeyRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -4122,7 +4141,7 @@ protected override void InitParameters() /// /// Retrieves the list of all BackendService resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, it is recommended that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -4132,7 +4151,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all BackendService resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, it is recommended that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -4153,9 +4172,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -4163,7 +4182,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -4176,12 +4195,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -4206,10 +4225,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -4223,7 +4243,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -4345,12 +4365,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -4436,12 +4456,12 @@ public DeleteSignedUrlKeyRequest(Google.Apis.Services.IClientService service, st /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -4613,7 +4633,7 @@ protected override void InitParameters() } /// - /// Gets the most recent health check results for this BackendService. Example request body: { "group": + /// Gets the most recent health check results for this BackendService. Example request body: { "group": /// "/zones/us-east1-b/instanceGroups/lb-backend-example" } /// /// The body of the request. @@ -4627,7 +4647,7 @@ public virtual GetHealthRequest GetHealth(Google.Apis.Compute.v1.Data.ResourceGr } /// - /// Gets the most recent health check results for this BackendService. Example request body: { "group": + /// Gets the most recent health check results for this BackendService. Example request body: { "group": /// "/zones/us-east1-b/instanceGroups/lb-backend-example" } /// public class GetHealthRequest : ComputeBaseServiceRequest @@ -4763,7 +4783,7 @@ protected override void InitParameters() /// /// Creates a BackendService resource in the specified project using the data included in the request. For more - /// information, see Backend services overview . + /// information, see Backend services overview. /// /// The body of the request. /// Project ID for this request. @@ -4774,7 +4794,7 @@ public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.BackendService b /// /// Creates a BackendService resource in the specified project using the data included in the request. For more - /// information, see Backend services overview . + /// information, see Backend services overview. /// public class InsertRequest : ComputeBaseServiceRequest { @@ -4792,12 +4812,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -4867,9 +4887,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -4877,7 +4897,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -4890,12 +4910,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -4910,10 +4930,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -4927,7 +4948,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -5024,9 +5045,9 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -5034,7 +5055,7 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -5047,12 +5068,12 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -5067,10 +5088,11 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -5084,7 +5106,7 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -5156,8 +5178,8 @@ protected override void InitParameters() /// /// Patches the specified BackendService resource with the data included in the request. For more information, - /// see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and - /// processing rules. + /// see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format + /// and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -5169,8 +5191,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.BackendService bod /// /// Patches the specified BackendService resource with the data included in the request. For more information, - /// see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and - /// processing rules. + /// see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format + /// and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -5193,12 +5215,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -5286,12 +5308,12 @@ public SetEdgeSecurityPolicyRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -5410,8 +5432,8 @@ protected override void InitParameters() } /// - /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, see - /// Google Cloud Armor Overview + /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, + /// seeGoogle Cloud Armor Overview /// /// The body of the request. /// Project ID for this request. @@ -5425,8 +5447,8 @@ public virtual SetSecurityPolicyRequest SetSecurityPolicy(Google.Apis.Compute.v1 } /// - /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, see - /// Google Cloud Armor Overview + /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, + /// seeGoogle Cloud Armor Overview /// public class SetSecurityPolicyRequest : ComputeBaseServiceRequest { @@ -5452,12 +5474,12 @@ public SetSecurityPolicyRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -5577,7 +5599,7 @@ protected override void InitParameters() /// /// Updates the specified BackendService resource with the data included in the request. For more information, - /// see Backend services overview. + /// seeBackend services overview. /// /// The body of the request. /// Project ID for this request. @@ -5589,7 +5611,7 @@ public virtual UpdateRequest Update(Google.Apis.Compute.v1.Data.BackendService b /// /// Updates the specified BackendService resource with the data included in the request. For more information, - /// see Backend services overview. + /// seeBackend services overview. /// public class UpdateRequest : ComputeBaseServiceRequest { @@ -5612,12 +5634,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -5669,40 +5691,36 @@ protected override void InitParameters() } } - /// The "diskTypes" collection of methods. - public class DiskTypesResource + /// The "crossSiteNetworks" collection of methods. + public class CrossSiteNetworksResource { - private const string Resource = "diskTypes"; + private const string Resource = "crossSiteNetworks"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public DiskTypesResource(Google.Apis.Services.IClientService service) + public CrossSiteNetworksResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// - /// Retrieves an aggregated list of disk types. To prevent failure, Google recommends that you set the - /// `returnPartialSuccess` parameter to `true`. - /// + /// Deletes the specified cross-site network in the given scope. /// Project ID for this request. - public virtual AggregatedListRequest AggregatedList(string project) + /// Name of the cross-site network to delete. + public virtual DeleteRequest Delete(string project, string crossSiteNetwork) { - return new AggregatedListRequest(this.service, project); + return new DeleteRequest(this.service, project, crossSiteNetwork); } - /// - /// Retrieves an aggregated list of disk types. To prevent failure, Google recommends that you set the - /// `returnPartialSuccess` parameter to `true`. - /// - public class AggregatedListRequest : ComputeBaseServiceRequest + /// Deletes the specified cross-site network in the given scope. + public class DeleteRequest : ComputeBaseServiceRequest { - /// Constructs a new AggregatedList request. - public AggregatedListRequest(Google.Apis.Services.IClientService service, string project) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string project, string crossSiteNetwork) : base(service) { Project = project; + CrossSiteNetwork = crossSiteNetwork; InitParameters(); } @@ -5710,105 +5728,32 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// - /// A filter expression that filters resources listed in the response. Most Compute resources support two - /// types of filter expressions: expressions that support regular expressions and expressions that follow - /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. - /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that - /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are - /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For - /// example, to find all objects with `owner` label use: - /// ``` - /// labels.owner:* - /// ``` - /// You can also filter nested - /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only - /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within - /// parentheses. For example: - /// ``` - /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") - /// ``` - /// By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions - /// explicitly. For example: - /// ``` - /// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND - /// (scheduling.automaticRestart = true) - /// ``` - /// If you want to use a regular expression, use the `eq` (equal) - /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq - /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// Indicates whether every visible scope for each scope type (zone, region, global) should be included in - /// the response. For new resource types added after this field, the flag has no effect as new resource - /// types will always include every visible scope for each scope type in response. For resource types which - /// predate this field, if this flag is omitted or false, only scopes of the scope types where the resource - /// type is expected to be found will be included. - /// - [Google.Apis.Util.RequestParameterAttribute("includeAllScopes", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable IncludeAllScopes { get; set; } - - /// - /// The maximum number of results per page that should be returned. If the number of available results is - /// larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page - /// of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) - /// - [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable MaxResults { get; set; } + /// Name of the cross-site network to delete. + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } /// - /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using - /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse - /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list - /// request to get the next page of results. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// - /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope - /// either returns all resources in the zone or no resources, with an error code. - /// - [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable ReturnPartialSuccess { get; set; } - - /// - /// The Shared VPC service project id or service project number for which aggregated list request is invoked - /// for subnetworks list-usable api. + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// - [Google.Apis.Util.RequestParameterAttribute("serviceProjectNumber", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable ServiceProjectNumber { get; set; } + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } /// Gets the method name. - public override string MethodName => "aggregatedList"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "projects/{project}/aggregated/diskTypes"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}"; - /// Initializes AggregatedList parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); @@ -5820,57 +5765,17 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("includeAllScopes", new Google.Apis.Discovery.Parameter - { - Name = "includeAllScopes", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "maxResults", - IsRequired = false, - ParameterType = "query", - DefaultValue = "500", - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter - { - Name = "returnPartialSuccess", - IsRequired = false, - ParameterType = "query", + Name = "crossSiteNetwork", + IsRequired = true, + ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", }); - RequestParameters.Add("serviceProjectNumber", new Google.Apis.Discovery.Parameter + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { - Name = "serviceProjectNumber", + Name = "requestId", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -5879,24 +5784,22 @@ protected override void InitParameters() } } - /// Returns the specified disk type. + /// Returns the specified cross-site network in the given scope. /// Project ID for this request. - /// The name of the zone for this request. - /// Name of the disk type to return. - public virtual GetRequest Get(string project, string zone, string diskType) + /// Name of the cross-site network to return. + public virtual GetRequest Get(string project, string crossSiteNetwork) { - return new GetRequest(this.service, project, zone, diskType); + return new GetRequest(this.service, project, crossSiteNetwork); } - /// Returns the specified disk type. - public class GetRequest : ComputeBaseServiceRequest + /// Returns the specified cross-site network in the given scope. + public class GetRequest : ComputeBaseServiceRequest { /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string project, string zone, string diskType) : base(service) + public GetRequest(Google.Apis.Services.IClientService service, string project, string crossSiteNetwork) : base(service) { Project = project; - Zone = zone; - DiskType = diskType; + CrossSiteNetwork = crossSiteNetwork; InitParameters(); } @@ -5904,13 +5807,9 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone for this request. - [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Zone { get; private set; } - - /// Name of the disk type to return. - [Google.Apis.Util.RequestParameterAttribute("diskType", Google.Apis.Util.RequestParameterType.Path)] - public virtual string DiskType { get; private set; } + /// Name of the cross-site network to return. + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } /// Gets the method name. public override string MethodName => "get"; @@ -5919,7 +5818,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/diskTypes/{diskType}"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}"; /// Initializes Get parameter list. protected override void InitParameters() @@ -5933,41 +5832,122 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "zone", + Name = "crossSiteNetwork", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", }); - RequestParameters.Add("diskType", new Google.Apis.Discovery.Parameter + } + } + + /// + /// Creates a cross-site network in the specified project in the given scope using the parameters that are + /// included in the request. + /// + /// The body of the request. + /// Project ID for this request. + public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.CrossSiteNetwork body, string project) + { + return new InsertRequest(this.service, body, project); + } + + /// + /// Creates a cross-site network in the specified project in the given scope using the parameters that are + /// included in the request. + /// + public class InsertRequest : ComputeBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.CrossSiteNetwork body, string project) : base(service) + { + Project = project; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// [Input Only] Validate the new configuration, but don't create it. + [Google.Apis.Util.RequestParameterAttribute("validateOnly", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ValidateOnly { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.CrossSiteNetwork Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/global/crossSiteNetworks"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter { - Name = "diskType", + Name = "project", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("validateOnly", new Google.Apis.Discovery.Parameter + { + Name = "validateOnly", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } - /// Retrieves a list of disk types available to the specified project. + /// Lists the cross-site networks for a project in the given scope. /// Project ID for this request. - /// The name of the zone for this request. - public virtual ListRequest List(string project, string zone) + public virtual ListRequest List(string project) { - return new ListRequest(this.service, project, zone); + return new ListRequest(this.service, project); } - /// Retrieves a list of disk types available to the specified project. - public class ListRequest : ComputeBaseServiceRequest + /// Lists the cross-site networks for a project in the given scope. + public class ListRequest : ComputeBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string project, string zone) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string project) : base(service) { Project = project; - Zone = zone; InitParameters(); } @@ -5975,19 +5955,15 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone for this request. - [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Zone { get; private set; } - /// /// A filter expression that filters resources listed in the response. Most Compute resources support two /// types of filter expressions: expressions that support regular expressions and expressions that follow /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -5995,7 +5971,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -6008,12 +5984,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -6028,10 +6004,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -6045,7 +6022,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -6058,7 +6035,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/diskTypes"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks"; /// Initializes List parameter list. protected override void InitParameters() @@ -6072,14 +6049,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter - { - Name = "zone", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", - }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { Name = "filter", @@ -6122,47 +6091,30 @@ protected override void InitParameters() }); } } - } - - /// The "disks" collection of methods. - public class DisksResource - { - private const string Resource = "disks"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public DisksResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } /// - /// Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk - /// for scheduling snapshot creation. + /// Updates the specified cross-site network with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone for this request. - /// The disk name for this request. - public virtual AddResourcePoliciesRequest AddResourcePolicies(Google.Apis.Compute.v1.Data.DisksAddResourcePoliciesRequest body, string project, string zone, string disk) + /// Name of the cross-site network to update. + public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.CrossSiteNetwork body, string project, string crossSiteNetwork) { - return new AddResourcePoliciesRequest(this.service, body, project, zone, disk); + return new PatchRequest(this.service, body, project, crossSiteNetwork); } /// - /// Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk - /// for scheduling snapshot creation. + /// Updates the specified cross-site network with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. /// - public class AddResourcePoliciesRequest : ComputeBaseServiceRequest + public class PatchRequest : ComputeBaseServiceRequest { - /// Constructs a new AddResourcePolicies request. - public AddResourcePoliciesRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.DisksAddResourcePoliciesRequest body, string project, string zone, string disk) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.CrossSiteNetwork body, string project, string crossSiteNetwork) : base(service) { Project = project; - Zone = zone; - Disk = disk; + CrossSiteNetwork = crossSiteNetwork; Body = body; InitParameters(); } @@ -6171,42 +6123,46 @@ public AddResourcePoliciesRequest(Google.Apis.Services.IClientService service, G [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone for this request. - [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Zone { get; private set; } - - /// The disk name for this request. - [Google.Apis.Util.RequestParameterAttribute("disk", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Disk { get; private set; } + /// Name of the cross-site network to update. + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } + /// update_mask indicates fields to be updated as part of this request. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// [Input Only] Validate the new configuration, but don't update it. + [Google.Apis.Util.RequestParameterAttribute("validateOnly", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ValidateOnly { get; set; } + /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.DisksAddResourcePoliciesRequest Body { get; set; } + Google.Apis.Compute.v1.Data.CrossSiteNetwork Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "addResourcePolicies"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/disks/{disk}/addResourcePolicies"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}"; - /// Initializes AddResourcePolicies parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6218,17 +6174,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter - { - Name = "zone", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", - }); - RequestParameters.Add("disk", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "disk", + Name = "crossSiteNetwork", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -6242,11 +6190,42 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("validateOnly", new Google.Apis.Discovery.Parameter + { + Name = "validateOnly", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } + + /// The "diskTypes" collection of methods. + public class DiskTypesResource + { + private const string Resource = "diskTypes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DiskTypesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } /// - /// Retrieves an aggregated list of persistent disks. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of disk types. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -6256,10 +6235,10 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of persistent disks. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of disk types. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// - public class AggregatedListRequest : ComputeBaseServiceRequest + public class AggregatedListRequest : ComputeBaseServiceRequest { /// Constructs a new AggregatedList request. public AggregatedListRequest(Google.Apis.Services.IClientService service, string project) : base(service) @@ -6278,9 +6257,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -6288,7 +6267,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -6301,12 +6280,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -6331,10 +6310,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -6348,7 +6328,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -6368,7 +6348,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/aggregated/disks"; + public override string RestPath => "projects/{project}/aggregated/diskTypes"; /// Initializes AggregatedList parameter list. protected override void InitParameters() @@ -6441,24 +6421,24 @@ protected override void InitParameters() } } - /// Bulk create a set of disks. - /// The body of the request. + /// Returns the specified disk type. /// Project ID for this request. /// The name of the zone for this request. - public virtual BulkInsertRequest BulkInsert(Google.Apis.Compute.v1.Data.BulkInsertDiskResource body, string project, string zone) + /// Name of the disk type to return. + public virtual GetRequest Get(string project, string zone, string diskType) { - return new BulkInsertRequest(this.service, body, project, zone); + return new GetRequest(this.service, project, zone, diskType); } - /// Bulk create a set of disks. - public class BulkInsertRequest : ComputeBaseServiceRequest + /// Returns the specified disk type. + public class GetRequest : ComputeBaseServiceRequest { - /// Constructs a new BulkInsert request. - public BulkInsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.BulkInsertDiskResource body, string project, string zone) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string project, string zone, string diskType) : base(service) { Project = project; Zone = zone; - Body = body; + DiskType = diskType; InitParameters(); } @@ -6470,34 +6450,20 @@ public BulkInsertRequest(Google.Apis.Services.IClientService service, Google.Api [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } - /// - /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, - /// consider a situation where you make an initial request and the request times out. If you make the - /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.BulkInsertDiskResource Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Name of the disk type to return. + [Google.Apis.Util.RequestParameterAttribute("diskType", Google.Apis.Util.RequestParameterType.Path)] + public virtual string DiskType { get; private set; } /// Gets the method name. - public override string MethodName => "bulkInsert"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/disks/bulkInsert"; + public override string RestPath => "projects/{project}/zones/{zone}/diskTypes/{diskType}"; - /// Initializes BulkInsert parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6517,41 +6483,33 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("diskType", new Google.Apis.Discovery.Parameter { - Name = "requestId", - IsRequired = false, - ParameterType = "query", + Name = "diskType", + IsRequired = true, + ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", }); } } - /// - /// Sets the labels on many disks at once. To learn more about labels, read the Labeling Resources - /// documentation. - /// - /// The body of the request. + /// Retrieves a list of disk types available to the specified project. /// Project ID for this request. /// The name of the zone for this request. - public virtual BulkSetLabelsRequest BulkSetLabels(Google.Apis.Compute.v1.Data.BulkZoneSetLabelsRequest body, string project, string zone) + public virtual ListRequest List(string project, string zone) { - return new BulkSetLabelsRequest(this.service, body, project, zone); + return new ListRequest(this.service, project, zone); } - /// - /// Sets the labels on many disks at once. To learn more about labels, read the Labeling Resources - /// documentation. - /// - public class BulkSetLabelsRequest : ComputeBaseServiceRequest + /// Retrieves a list of disk types available to the specified project. + public class ListRequest : ComputeBaseServiceRequest { - /// Constructs a new BulkSetLabels request. - public BulkSetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.BulkZoneSetLabelsRequest body, string project, string zone) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string project, string zone) : base(service) { Project = project; Zone = zone; - Body = body; InitParameters(); } @@ -6564,37 +6522,88 @@ public BulkSetLabelsRequest(Google.Apis.Services.IClientService service, Google. public virtual string Zone { get; private set; } /// - /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, - /// consider a situation where you make an initial request and the request times out. If you make the - /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// A filter expression that filters resources listed in the response. Most Compute resources support two + /// types of filter expressions: expressions that support regular expressions and expressions that follow + /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. + /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that + /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// example, to find all objects with `owner` label use: + /// ``` + /// labels.owner:* + /// ``` + /// You can also filter nested + /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only + /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based + /// onresource labels. To filter on multiple expressions, provide each separate expression within + /// parentheses. For example: + /// ``` + /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") + /// ``` + /// By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions + /// explicitly. For example: + /// ``` + /// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + /// (scheduling.automaticRestart = true) + /// ``` + /// If you want to use a regular expression, use the `eq` (equal) + /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Name or id of the resource for this request. - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Resource { get; set; } + /// + /// The maximum number of results per page that should be returned. If the number of available results is + /// larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page + /// of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) + /// + [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxResults { get; set; } - /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.BulkZoneSetLabelsRequest Body { get; set; } + /// + /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on + /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse + /// chronological order (newest result first). Use this to sort resources like operations so that the newest + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list + /// request to get the next page of results. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Opt-in for partial success behavior which provides partial results in case of failure. The default value + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// either returns all resources in the zone or no resources, with an error code. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } /// Gets the method name. - public override string MethodName => "bulkSetLabels"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/disks/bulkSetLabels"; + public override string RestPath => "projects/{project}/zones/{zone}/diskTypes"; - /// Initializes BulkSetLabels parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6614,48 +6623,85 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "requestId", + Name = "filter", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "maxResults", + IsRequired = false, + ParameterType = "query", + DefaultValue = "500", + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", IsRequired = false, ParameterType = "query", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } + } + + /// The "disks" collection of methods. + public class DisksResource + { + private const string Resource = "disks"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DisksResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } /// - /// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using - /// snapshots.insert instead, as that method supports more features, such as creating snapshots in a project - /// different from the source disk project. + /// Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk + /// for scheduling snapshot creation. /// /// The body of the request. /// Project ID for this request. /// The name of the zone for this request. - /// Name of the persistent disk to snapshot. - public virtual CreateSnapshotRequest CreateSnapshot(Google.Apis.Compute.v1.Data.Snapshot body, string project, string zone, string disk) + /// The disk name for this request. + public virtual AddResourcePoliciesRequest AddResourcePolicies(Google.Apis.Compute.v1.Data.DisksAddResourcePoliciesRequest body, string project, string zone, string disk) { - return new CreateSnapshotRequest(this.service, body, project, zone, disk); + return new AddResourcePoliciesRequest(this.service, body, project, zone, disk); } /// - /// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using - /// snapshots.insert instead, as that method supports more features, such as creating snapshots in a project - /// different from the source disk project. + /// Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk + /// for scheduling snapshot creation. /// - public class CreateSnapshotRequest : ComputeBaseServiceRequest + public class AddResourcePoliciesRequest : ComputeBaseServiceRequest { - /// Constructs a new CreateSnapshot request. - public CreateSnapshotRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.Snapshot body, string project, string zone, string disk) : base(service) + /// Constructs a new AddResourcePolicies request. + public AddResourcePoliciesRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.DisksAddResourcePoliciesRequest body, string project, string zone, string disk) : base(service) { Project = project; Zone = zone; @@ -6672,45 +6718,38 @@ public CreateSnapshotRequest(Google.Apis.Services.IClientService service, Google [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } - /// Name of the persistent disk to snapshot. + /// The disk name for this request. [Google.Apis.Util.RequestParameterAttribute("disk", Google.Apis.Util.RequestParameterType.Path)] public virtual string Disk { get; private set; } - /// - /// [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for - /// the snapshot process. - /// - [Google.Apis.Util.RequestParameterAttribute("guestFlush", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable GuestFlush { get; set; } - /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.Snapshot Body { get; set; } + Google.Apis.Compute.v1.Data.DisksAddResourcePoliciesRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "createSnapshot"; + public override string MethodName => "addResourcePolicies"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/disks/{disk}/createSnapshot"; + public override string RestPath => "projects/{project}/zones/{zone}/disks/{disk}/addResourcePolicies"; - /// Initializes CreateSnapshot parameter list. + /// Initializes AddResourcePolicies parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6738,14 +6777,6 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", }); - RequestParameters.Add("guestFlush", new Google.Apis.Discovery.Parameter - { - Name = "guestFlush", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { Name = "requestId", @@ -6758,31 +6789,25 @@ protected override void InitParameters() } /// - /// Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. - /// However, deleting a disk does not delete any snapshots previously made from the disk. You must separately - /// delete snapshots. + /// Retrieves an aggregated list of persistent disks. To prevent failure, it is recommended that you set the + /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. - /// The name of the zone for this request. - /// Name of the persistent disk to delete. - public virtual DeleteRequest Delete(string project, string zone, string disk) + public virtual AggregatedListRequest AggregatedList(string project) { - return new DeleteRequest(this.service, project, zone, disk); + return new AggregatedListRequest(this.service, project); } /// - /// Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. - /// However, deleting a disk does not delete any snapshots previously made from the disk. You must separately - /// delete snapshots. + /// Retrieves an aggregated list of persistent disks. To prevent failure, it is recommended that you set the + /// `returnPartialSuccess` parameter to `true`. /// - public class DeleteRequest : ComputeBaseServiceRequest + public class AggregatedListRequest : ComputeBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string project, string zone, string disk) : base(service) + /// Constructs a new AggregatedList request. + public AggregatedListRequest(Google.Apis.Services.IClientService service, string project) : base(service) { Project = project; - Zone = zone; - Disk = disk; InitParameters(); } @@ -6790,36 +6815,106 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone for this request. - [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Zone { get; private set; } + /// + /// A filter expression that filters resources listed in the response. Most Compute resources support two + /// types of filter expressions: expressions that support regular expressions and expressions that follow + /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. + /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that + /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// example, to find all objects with `owner` label use: + /// ``` + /// labels.owner:* + /// ``` + /// You can also filter nested + /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only + /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based + /// onresource labels. To filter on multiple expressions, provide each separate expression within + /// parentheses. For example: + /// ``` + /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") + /// ``` + /// By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions + /// explicitly. For example: + /// ``` + /// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + /// (scheduling.automaticRestart = true) + /// ``` + /// If you want to use a regular expression, use the `eq` (equal) + /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Name of the persistent disk to delete. - [Google.Apis.Util.RequestParameterAttribute("disk", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Disk { get; private set; } + /// + /// Indicates whether every visible scope for each scope type (zone, region, global) should be included in + /// the response. For new resource types added after this field, the flag has no effect as new resource + /// types will always include every visible scope for each scope type in response. For resource types which + /// predate this field, if this flag is omitted or false, only scopes of the scope types where the resource + /// type is expected to be found will be included. + /// + [Google.Apis.Util.RequestParameterAttribute("includeAllScopes", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable IncludeAllScopes { get; set; } /// - /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, - /// consider a situation where you make an initial request and the request times out. If you make the - /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// The maximum number of results per page that should be returned. If the number of available results is + /// larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page + /// of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } + [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxResults { get; set; } + + /// + /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on + /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse + /// chronological order (newest result first). Use this to sort resources like operations so that the newest + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list + /// request to get the next page of results. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Opt-in for partial success behavior which provides partial results in case of failure. The default value + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// either returns all resources in the zone or no resources, with an error code. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// + /// The Shared VPC service project id or service project number for which aggregated list request is invoked + /// for subnetworks list-usable api. + /// + [Google.Apis.Util.RequestParameterAttribute("serviceProjectNumber", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ServiceProjectNumber { get; set; } /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "aggregatedList"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/disks/{disk}"; + public override string RestPath => "projects/{project}/aggregated/disks"; - /// Initializes Delete parameter list. + /// Initializes AggregatedList parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6831,48 +6926,495 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "zone", - IsRequired = true, - ParameterType = "path", + Name = "filter", + IsRequired = false, + ParameterType = "query", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); - RequestParameters.Add("disk", new Google.Apis.Discovery.Parameter + RequestParameters.Add("includeAllScopes", new Google.Apis.Discovery.Parameter { - Name = "disk", - IsRequired = true, - ParameterType = "path", + Name = "includeAllScopes", + IsRequired = false, + ParameterType = "query", DefaultValue = null, - Pattern = @"\S{1,66}", + Pattern = null, }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter { - Name = "requestId", + Name = "maxResults", + IsRequired = false, + ParameterType = "query", + DefaultValue = "500", + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - } - } - - /// Returns the specified persistent disk. - /// Project ID for this request. - /// The name of the zone for this request. - /// Name of the persistent disk to return. - public virtual GetRequest Get(string project, string zone, string disk) - { - return new GetRequest(this.service, project, zone, disk); - } - - /// Returns the specified persistent disk. - public class GetRequest : ComputeBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string project, string zone, string disk) : base(service) - { + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("serviceProjectNumber", new Google.Apis.Discovery.Parameter + { + Name = "serviceProjectNumber", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Bulk create a set of disks. + /// The body of the request. + /// Project ID for this request. + /// The name of the zone for this request. + public virtual BulkInsertRequest BulkInsert(Google.Apis.Compute.v1.Data.BulkInsertDiskResource body, string project, string zone) + { + return new BulkInsertRequest(this.service, body, project, zone); + } + + /// Bulk create a set of disks. + public class BulkInsertRequest : ComputeBaseServiceRequest + { + /// Constructs a new BulkInsert request. + public BulkInsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.BulkInsertDiskResource body, string project, string zone) : base(service) + { + Project = project; + Zone = zone; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.BulkInsertDiskResource Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "bulkInsert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/disks/bulkInsert"; + + /// Initializes BulkInsert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the labels on many disks at once. To learn more about labels, read theLabeling Resources documentation. + /// + /// The body of the request. + /// Project ID for this request. + /// The name of the zone for this request. + public virtual BulkSetLabelsRequest BulkSetLabels(Google.Apis.Compute.v1.Data.BulkZoneSetLabelsRequest body, string project, string zone) + { + return new BulkSetLabelsRequest(this.service, body, project, zone); + } + + /// + /// Sets the labels on many disks at once. To learn more about labels, read theLabeling Resources documentation. + /// + public class BulkSetLabelsRequest : ComputeBaseServiceRequest + { + /// Constructs a new BulkSetLabels request. + public BulkSetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.BulkZoneSetLabelsRequest body, string project, string zone) : base(service) + { + Project = project; + Zone = zone; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Resource { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.BulkZoneSetLabelsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "bulkSetLabels"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/disks/bulkSetLabels"; + + /// Initializes BulkSetLabels parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + } + } + + /// + /// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using + /// snapshots.insert instead, as that method supports more features, such as creating snapshots in a project + /// different from the source disk project. + /// + /// The body of the request. + /// Project ID for this request. + /// The name of the zone for this request. + /// Name of the persistent disk to snapshot. + public virtual CreateSnapshotRequest CreateSnapshot(Google.Apis.Compute.v1.Data.Snapshot body, string project, string zone, string disk) + { + return new CreateSnapshotRequest(this.service, body, project, zone, disk); + } + + /// + /// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using + /// snapshots.insert instead, as that method supports more features, such as creating snapshots in a project + /// different from the source disk project. + /// + public class CreateSnapshotRequest : ComputeBaseServiceRequest + { + /// Constructs a new CreateSnapshot request. + public CreateSnapshotRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.Snapshot body, string project, string zone, string disk) : base(service) + { + Project = project; + Zone = zone; + Disk = disk; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name of the persistent disk to snapshot. + [Google.Apis.Util.RequestParameterAttribute("disk", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Disk { get; private set; } + + /// + /// [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for + /// the snapshot process. + /// + [Google.Apis.Util.RequestParameterAttribute("guestFlush", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable GuestFlush { get; set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.Snapshot Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "createSnapshot"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/disks/{disk}/createSnapshot"; + + /// Initializes CreateSnapshot parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("disk", new Google.Apis.Discovery.Parameter + { + Name = "disk", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("guestFlush", new Google.Apis.Discovery.Parameter + { + Name = "guestFlush", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. + /// However, deleting a disk does not delete any snapshots previously made from the disk. You must + /// separatelydelete snapshots. + /// + /// Project ID for this request. + /// The name of the zone for this request. + /// Name of the persistent disk to delete. + public virtual DeleteRequest Delete(string project, string zone, string disk) + { + return new DeleteRequest(this.service, project, zone, disk); + } + + /// + /// Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. + /// However, deleting a disk does not delete any snapshots previously made from the disk. You must + /// separatelydelete snapshots. + /// + public class DeleteRequest : ComputeBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string project, string zone, string disk) : base(service) + { + Project = project; + Zone = zone; + Disk = disk; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name of the persistent disk to delete. + [Google.Apis.Util.RequestParameterAttribute("disk", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Disk { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/disks/{disk}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("disk", new Google.Apis.Discovery.Parameter + { + Name = "disk", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"\S{1,66}", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns the specified persistent disk. + /// Project ID for this request. + /// The name of the zone for this request. + /// Name of the persistent disk to return. + public virtual GetRequest Get(string project, string zone, string disk) + { + return new GetRequest(this.service, project, zone, disk); + } + + /// Returns the specified persistent disk. + public class GetRequest : ComputeBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string project, string zone, string disk) : base(service) + { Project = project; Zone = zone; Disk = disk; @@ -7022,7 +7564,7 @@ protected override void InitParameters() /// /// Creates a persistent disk in the specified project using the data in the request. You can create a disk from - /// a source (sourceImage, sourceSnapshot, or sourceDisk) or create an empty 500 GB data disk by omitting all + /// a source (sourceImage, sourceSnapshot, orsourceDisk) or create an empty 500 GB data disk by omitting all /// properties. You can also create a disk that is larger than the default size by specifying the sizeGb /// property. /// @@ -7036,7 +7578,7 @@ public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.Disk body, strin /// /// Creates a persistent disk in the specified project using the data in the request. You can create a disk from - /// a source (sourceImage, sourceSnapshot, or sourceDisk) or create an empty 500 GB data disk by omitting all + /// a source (sourceImage, sourceSnapshot, orsourceDisk) or create an empty 500 GB data disk by omitting all /// properties. You can also create a disk that is larger than the default size by specifying the sizeGb /// property. /// @@ -7061,12 +7603,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -7162,9 +7704,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -7172,7 +7714,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -7185,12 +7727,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -7205,10 +7747,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -7222,7 +7765,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -7337,12 +7880,12 @@ public RemoveResourcePoliciesRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -7438,12 +7981,12 @@ public ResizeRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -7584,7 +8127,7 @@ protected override void InitParameters() } /// - /// Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a disk. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -7596,7 +8139,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.ZoneSetLab } /// - /// Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a disk. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -7624,12 +8167,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -7725,12 +8268,12 @@ public StartAsyncReplicationRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -7828,12 +8371,12 @@ public StopAsyncReplicationRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -7929,12 +8472,12 @@ public StopGroupAsyncReplicationRequest(Google.Apis.Services.IClientService serv /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -8112,12 +8655,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -8240,12 +8783,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -8384,12 +8927,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -8459,9 +9002,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -8469,7 +9012,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -8482,12 +9025,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -8502,10 +9045,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -8519,7 +9063,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -8776,12 +9320,12 @@ public AddAssociationRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -8857,12 +9401,12 @@ public AddRuleRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -8928,12 +9472,12 @@ public CloneRulesRequest(Google.Apis.Services.IClientService service, string fir /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -9005,12 +9549,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string firewal /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -9293,12 +9837,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -9366,9 +9910,9 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -9376,7 +9920,7 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -9389,12 +9933,12 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -9409,10 +9953,11 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -9433,7 +9978,7 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -9576,12 +10121,12 @@ public MoveRequest(Google.Apis.Services.IClientService service, string firewallP /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -9651,12 +10196,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -9728,12 +10273,12 @@ public PatchRuleRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -9811,12 +10356,12 @@ public RemoveAssociationRequest(Google.Apis.Services.IClientService service, str /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -9888,12 +10433,12 @@ public RemoveRuleRequest(Google.Apis.Services.IClientService service, string fir /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -10088,12 +10633,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -10222,12 +10767,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -10297,9 +10842,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -10307,7 +10852,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -10320,12 +10865,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -10340,10 +10885,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -10357,7 +10903,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -10428,28 +10974,934 @@ protected override void InitParameters() } /// - /// Updates the specified firewall rule with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified firewall rule with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. + /// + /// The body of the request. + /// Project ID for this request. + /// Name of the firewall rule to patch. + public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) + { + return new PatchRequest(this.service, body, project, firewall); + } + + /// + /// Updates the specified firewall rule with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. + /// + public class PatchRequest : ComputeBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) : base(service) + { + Project = project; + Firewall = firewall; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the firewall rule to patch. + [Google.Apis.Util.RequestParameterAttribute("firewall", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Firewall { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.Firewall Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/global/firewalls/{firewall}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("firewall", new Google.Apis.Discovery.Parameter + { + Name = "firewall", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns permissions that a caller has on the specified resource. + /// The body of the request. + /// Project ID for this request. + /// Name or id of the resource for this request. + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Compute.v1.Data.TestPermissionsRequest body, string project, string resource) + { + return new TestIamPermissionsRequest(this.service, body, project, resource); + } + + /// Returns permissions that a caller has on the specified resource. + public class TestIamPermissionsRequest : ComputeBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.TestPermissionsRequest body, string project, string resource) : base(service) + { + Project = project; + Resource = resource; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.TestPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/global/firewalls/{resource}/testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + } + } + + /// + /// Updates the specified firewall rule with the data included in the request. Note that all fields will be + /// updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH + /// instead. + /// + /// The body of the request. + /// Project ID for this request. + /// Name of the firewall rule to update. + public virtual UpdateRequest Update(Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) + { + return new UpdateRequest(this.service, body, project, firewall); + } + + /// + /// Updates the specified firewall rule with the data included in the request. Note that all fields will be + /// updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH + /// instead. + /// + public class UpdateRequest : ComputeBaseServiceRequest + { + /// Constructs a new Update request. + public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) : base(service) + { + Project = project; + Firewall = firewall; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the firewall rule to update. + [Google.Apis.Util.RequestParameterAttribute("firewall", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Firewall { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.Firewall Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "update"; + + /// Gets the HTTP method. + public override string HttpMethod => "PUT"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/global/firewalls/{firewall}"; + + /// Initializes Update parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("firewall", new Google.Apis.Discovery.Parameter + { + Name = "firewall", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// The "forwardingRules" collection of methods. + public class ForwardingRulesResource + { + private const string Resource = "forwardingRules"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ForwardingRulesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Retrieves an aggregated list of forwarding rules. To prevent failure, it is recommended that you set the + /// `returnPartialSuccess` parameter to `true`. + /// + /// Project ID for this request. + public virtual AggregatedListRequest AggregatedList(string project) + { + return new AggregatedListRequest(this.service, project); + } + + /// + /// Retrieves an aggregated list of forwarding rules. To prevent failure, it is recommended that you set the + /// `returnPartialSuccess` parameter to `true`. + /// + public class AggregatedListRequest : ComputeBaseServiceRequest + { + /// Constructs a new AggregatedList request. + public AggregatedListRequest(Google.Apis.Services.IClientService service, string project) : base(service) + { + Project = project; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// + /// A filter expression that filters resources listed in the response. Most Compute resources support two + /// types of filter expressions: expressions that support regular expressions and expressions that follow + /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. + /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that + /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// example, to find all objects with `owner` label use: + /// ``` + /// labels.owner:* + /// ``` + /// You can also filter nested + /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only + /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based + /// onresource labels. To filter on multiple expressions, provide each separate expression within + /// parentheses. For example: + /// ``` + /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") + /// ``` + /// By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions + /// explicitly. For example: + /// ``` + /// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + /// (scheduling.automaticRestart = true) + /// ``` + /// If you want to use a regular expression, use the `eq` (equal) + /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Indicates whether every visible scope for each scope type (zone, region, global) should be included in + /// the response. For new resource types added after this field, the flag has no effect as new resource + /// types will always include every visible scope for each scope type in response. For resource types which + /// predate this field, if this flag is omitted or false, only scopes of the scope types where the resource + /// type is expected to be found will be included. + /// + [Google.Apis.Util.RequestParameterAttribute("includeAllScopes", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable IncludeAllScopes { get; set; } + + /// + /// The maximum number of results per page that should be returned. If the number of available results is + /// larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page + /// of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) + /// + [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxResults { get; set; } + + /// + /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on + /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse + /// chronological order (newest result first). Use this to sort resources like operations so that the newest + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list + /// request to get the next page of results. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Opt-in for partial success behavior which provides partial results in case of failure. The default value + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// either returns all resources in the zone or no resources, with an error code. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// + /// The Shared VPC service project id or service project number for which aggregated list request is invoked + /// for subnetworks list-usable api. + /// + [Google.Apis.Util.RequestParameterAttribute("serviceProjectNumber", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ServiceProjectNumber { get; set; } + + /// Gets the method name. + public override string MethodName => "aggregatedList"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/aggregated/forwardingRules"; + + /// Initializes AggregatedList parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("includeAllScopes", new Google.Apis.Discovery.Parameter + { + Name = "includeAllScopes", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter + { + Name = "maxResults", + IsRequired = false, + ParameterType = "query", + DefaultValue = "500", + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("serviceProjectNumber", new Google.Apis.Discovery.Parameter + { + Name = "serviceProjectNumber", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes the specified ForwardingRule resource. + /// Project ID for this request. + /// Name of the region scoping this request. + /// Name of the ForwardingRule resource to delete. + public virtual DeleteRequest Delete(string project, string region, string forwardingRule) + { + return new DeleteRequest(this.service, project, region, forwardingRule); + } + + /// Deletes the specified ForwardingRule resource. + public class DeleteRequest : ComputeBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string project, string region, string forwardingRule) : base(service) + { + Project = project; + Region = region; + ForwardingRule = forwardingRule; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region scoping this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name of the ForwardingRule resource to delete. + [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ForwardingRule { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter + { + Name = "forwardingRule", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns the specified ForwardingRule resource. + /// Project ID for this request. + /// Name of the region scoping this request. + /// Name of the ForwardingRule resource to return. + public virtual GetRequest Get(string project, string region, string forwardingRule) + { + return new GetRequest(this.service, project, region, forwardingRule); + } + + /// Returns the specified ForwardingRule resource. + public class GetRequest : ComputeBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string project, string region, string forwardingRule) : base(service) + { + Project = project; + Region = region; + ForwardingRule = forwardingRule; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region scoping this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name of the ForwardingRule resource to return. + [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ForwardingRule { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter + { + Name = "forwardingRule", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + } + } + + /// + /// Creates a ForwardingRule resource in the specified project and region using the data included in the + /// request. + /// + /// The body of the request. + /// Project ID for this request. + /// Name of the region scoping this request. + public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region) + { + return new InsertRequest(this.service, body, project, region); + } + + /// + /// Creates a ForwardingRule resource in the specified project and region using the data included in the + /// request. + /// + public class InsertRequest : ComputeBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region) : base(service) + { + Project = project; + Region = region; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region scoping this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.ForwardingRule Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/forwardingRules"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Retrieves a list of ForwardingRule resources available to the specified project and region. + /// + /// Project ID for this request. + /// Name of the region scoping this request. + public virtual ListRequest List(string project, string region) + { + return new ListRequest(this.service, project, region); + } + + /// + /// Retrieves a list of ForwardingRule resources available to the specified project and region. + /// + public class ListRequest : ComputeBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string project, string region) : base(service) + { + Project = project; + Region = region; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region scoping this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// + /// A filter expression that filters resources listed in the response. Most Compute resources support two + /// types of filter expressions: expressions that support regular expressions and expressions that follow + /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. + /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that + /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// example, to find all objects with `owner` label use: + /// ``` + /// labels.owner:* + /// ``` + /// You can also filter nested + /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only + /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based + /// onresource labels. To filter on multiple expressions, provide each separate expression within + /// parentheses. For example: + /// ``` + /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") + /// ``` + /// By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions + /// explicitly. For example: + /// ``` + /// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + /// (scheduling.automaticRestart = true) + /// ``` + /// If you want to use a regular expression, use the `eq` (equal) + /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of results per page that should be returned. If the number of available results is + /// larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page + /// of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) + /// + [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxResults { get; set; } + + /// + /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on + /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse + /// chronological order (newest result first). Use this to sort resources like operations so that the newest + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list + /// request to get the next page of results. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Opt-in for partial success behavior which provides partial results in case of failure. The default value + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// either returns all resources in the zone or no resources, with an error code. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/forwardingRules"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter + { + Name = "maxResults", + IsRequired = false, + ParameterType = "query", + DefaultValue = "500", + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Updates the specified forwarding rule with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. Currently, you can only patch the + /// network_tier field. /// /// The body of the request. /// Project ID for this request. - /// Name of the firewall rule to patch. - public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) + /// Name of the region scoping this request. + /// Name of the ForwardingRule resource to patch. + public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region, string forwardingRule) { - return new PatchRequest(this.service, body, project, firewall); + return new PatchRequest(this.service, body, project, region, forwardingRule); } /// - /// Updates the specified firewall rule with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified forwarding rule with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. Currently, you can only patch the + /// network_tier field. /// public class PatchRequest : ComputeBaseServiceRequest { /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) : base(service) + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region, string forwardingRule) : base(service) { Project = project; - Firewall = firewall; + Region = region; + ForwardingRule = forwardingRule; Body = body; InitParameters(); } @@ -10458,24 +11910,28 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the firewall rule to patch. - [Google.Apis.Util.RequestParameterAttribute("firewall", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Firewall { get; private set; } + /// Name of the region scoping this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name of the ForwardingRule resource to patch. + [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ForwardingRule { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.Firewall Body { get; set; } + Google.Apis.Compute.v1.Data.ForwardingRule Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -10487,7 +11943,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "projects/{project}/global/firewalls/{firewall}"; + public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}"; /// Initializes Patch parameter list. protected override void InitParameters() @@ -10501,9 +11957,17 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("firewall", new Google.Apis.Discovery.Parameter + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter { - Name = "firewall", + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter + { + Name = "forwardingRule", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -10521,30 +11985,30 @@ protected override void InitParameters() } /// - /// Updates the specified firewall rule with the data included in the request. Note that all fields will be - /// updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH - /// instead. + /// Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources + /// documentation. /// /// The body of the request. /// Project ID for this request. - /// Name of the firewall rule to update. - public virtual UpdateRequest Update(Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) + /// The region for this request. + /// Name or id of the resource for this request. + public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) { - return new UpdateRequest(this.service, body, project, firewall); + return new SetLabelsRequest(this.service, body, project, region, resource); } /// - /// Updates the specified firewall rule with the data included in the request. Note that all fields will be - /// updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH - /// instead. + /// Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources + /// documentation. /// - public class UpdateRequest : ComputeBaseServiceRequest + public class SetLabelsRequest : ComputeBaseServiceRequest { - /// Constructs a new Update request. - public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.Firewall body, string project, string firewall) : base(service) + /// Constructs a new SetLabels request. + public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) : base(service) { Project = project; - Firewall = firewall; + Region = region; + Resource = resource; Body = body; InitParameters(); } @@ -10553,38 +12017,42 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the firewall rule to update. - [Google.Apis.Util.RequestParameterAttribute("firewall", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Firewall { get; private set; } + /// The region for this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.Firewall Body { get; set; } + Google.Apis.Compute.v1.Data.RegionSetLabelsRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "update"; + public override string MethodName => "setLabels"; /// Gets the HTTP method. - public override string HttpMethod => "PUT"; + public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "projects/{project}/global/firewalls/{firewall}"; + public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{resource}/setLabels"; - /// Initializes Update parameter list. + /// Initializes SetLabels parameter list. protected override void InitParameters() { base.InitParameters(); @@ -10596,9 +12064,122 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("firewall", new Google.Apis.Discovery.Parameter + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter { - Name = "firewall", + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Changes target URL for forwarding rule. The new target should be of the same type as the old target. + /// + /// The body of the request. + /// Project ID for this request. + /// Name of the region scoping this request. + /// Name of the ForwardingRule resource in which target is to be set. + public virtual SetTargetRequest SetTarget(Google.Apis.Compute.v1.Data.TargetReference body, string project, string region, string forwardingRule) + { + return new SetTargetRequest(this.service, body, project, region, forwardingRule); + } + + /// + /// Changes target URL for forwarding rule. The new target should be of the same type as the old target. + /// + public class SetTargetRequest : ComputeBaseServiceRequest + { + /// Constructs a new SetTarget request. + public SetTargetRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.TargetReference body, string project, string region, string forwardingRule) : base(service) + { + Project = project; + Region = region; + ForwardingRule = forwardingRule; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region scoping this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name of the ForwardingRule resource in which target is to be set. + [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ForwardingRule { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.TargetReference Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setTarget"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget"; + + /// Initializes SetTarget parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter + { + Name = "forwardingRule", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -10616,22 +12197,22 @@ protected override void InitParameters() } } - /// The "forwardingRules" collection of methods. - public class ForwardingRulesResource + /// The "futureReservations" collection of methods. + public class FutureReservationsResource { - private const string Resource = "forwardingRules"; + private const string Resource = "futureReservations"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public ForwardingRulesResource(Google.Apis.Services.IClientService service) + public FutureReservationsResource(Google.Apis.Services.IClientService service) { this.service = service; } /// - /// Retrieves an aggregated list of forwarding rules. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of future reservations. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -10641,10 +12222,10 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of forwarding rules. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of future reservations. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// - public class AggregatedListRequest : ComputeBaseServiceRequest + public class AggregatedListRequest : ComputeBaseServiceRequest { /// Constructs a new AggregatedList request. public AggregatedListRequest(Google.Apis.Services.IClientService service, string project) : base(service) @@ -10663,9 +12244,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -10673,7 +12254,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -10686,12 +12267,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -10716,10 +12297,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -10733,7 +12315,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -10753,7 +12335,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/aggregated/forwardingRules"; + public override string RestPath => "projects/{project}/aggregated/futureReservations"; /// Initializes AggregatedList parameter list. protected override void InitParameters() @@ -10826,24 +12408,121 @@ protected override void InitParameters() } } - /// Deletes the specified ForwardingRule resource. + /// Cancel the specified future reservation. /// Project ID for this request. - /// Name of the region scoping this request. - /// Name of the ForwardingRule resource to delete. - public virtual DeleteRequest Delete(string project, string region, string forwardingRule) + /// Name of the zone for this request. Name should conform to RFC1035. + /// + /// Name of the future reservation to retrieve. Name should conform to RFC1035. + /// + public virtual CancelRequest Cancel(string project, string zone, string futureReservation) { - return new DeleteRequest(this.service, project, region, forwardingRule); + return new CancelRequest(this.service, project, zone, futureReservation); } - /// Deletes the specified ForwardingRule resource. + /// Cancel the specified future reservation. + public class CancelRequest : ComputeBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, string project, string zone, string futureReservation) : base(service) + { + Project = project; + Zone = zone; + FutureReservation = futureReservation; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the zone for this request. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name of the future reservation to retrieve. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("futureReservation", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FutureReservation { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/futureReservations/{futureReservation}/cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("futureReservation", new Google.Apis.Discovery.Parameter + { + Name = "futureReservation", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes the specified future reservation. + /// Project ID for this request. + /// Name of the zone for this request. Name should conform to RFC1035. + /// + /// Name of the future reservation to retrieve. Name should conform to RFC1035. + /// + public virtual DeleteRequest Delete(string project, string zone, string futureReservation) + { + return new DeleteRequest(this.service, project, zone, futureReservation); + } + + /// Deletes the specified future reservation. public class DeleteRequest : ComputeBaseServiceRequest { /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string project, string region, string forwardingRule) : base(service) + public DeleteRequest(Google.Apis.Services.IClientService service, string project, string zone, string futureReservation) : base(service) { Project = project; - Region = region; - ForwardingRule = forwardingRule; + Zone = zone; + FutureReservation = futureReservation; InitParameters(); } @@ -10851,22 +12530,22 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region scoping this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + /// Name of the zone for this request. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } - /// Name of the ForwardingRule resource to delete. - [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ForwardingRule { get; private set; } + /// Name of the future reservation to retrieve. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("futureReservation", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FutureReservation { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -10878,7 +12557,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}"; + public override string RestPath => "projects/{project}/zones/{zone}/futureReservations/{futureReservation}"; /// Initializes Delete parameter list. protected override void InitParameters() @@ -10892,21 +12571,21 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "zone", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); - RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter + RequestParameters.Add("futureReservation", new Google.Apis.Discovery.Parameter { - Name = "forwardingRule", + Name = "futureReservation", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = null, }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { @@ -10919,24 +12598,26 @@ protected override void InitParameters() } } - /// Returns the specified ForwardingRule resource. + /// Retrieves information about the specified future reservation. /// Project ID for this request. - /// Name of the region scoping this request. - /// Name of the ForwardingRule resource to return. - public virtual GetRequest Get(string project, string region, string forwardingRule) + /// Name of the zone for this request. Name should conform to RFC1035. + /// + /// Name of the future reservation to retrieve. Name should conform to RFC1035. + /// + public virtual GetRequest Get(string project, string zone, string futureReservation) { - return new GetRequest(this.service, project, region, forwardingRule); + return new GetRequest(this.service, project, zone, futureReservation); } - /// Returns the specified ForwardingRule resource. - public class GetRequest : ComputeBaseServiceRequest + /// Retrieves information about the specified future reservation. + public class GetRequest : ComputeBaseServiceRequest { /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string project, string region, string forwardingRule) : base(service) + public GetRequest(Google.Apis.Services.IClientService service, string project, string zone, string futureReservation) : base(service) { Project = project; - Region = region; - ForwardingRule = forwardingRule; + Zone = zone; + FutureReservation = futureReservation; InitParameters(); } @@ -10944,13 +12625,13 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region scoping this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + /// Name of the zone for this request. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } - /// Name of the ForwardingRule resource to return. - [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ForwardingRule { get; private set; } + /// Name of the future reservation to retrieve. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("futureReservation", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FutureReservation { get; private set; } /// Gets the method name. public override string MethodName => "get"; @@ -10959,7 +12640,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}"; + public override string RestPath => "projects/{project}/zones/{zone}/futureReservations/{futureReservation}"; /// Initializes Get parameter list. protected override void InitParameters() @@ -10973,48 +12654,42 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "zone", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); - RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter + RequestParameters.Add("futureReservation", new Google.Apis.Discovery.Parameter { - Name = "forwardingRule", + Name = "futureReservation", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = null, }); } } - /// - /// Creates a ForwardingRule resource in the specified project and region using the data included in the - /// request. - /// + /// Creates a new Future Reservation. /// The body of the request. /// Project ID for this request. - /// Name of the region scoping this request. - public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region) + /// Name of the zone for this request. Name should conform to RFC1035. + public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.FutureReservation body, string project, string zone) { - return new InsertRequest(this.service, body, project, region); + return new InsertRequest(this.service, body, project, zone); } - /// - /// Creates a ForwardingRule resource in the specified project and region using the data included in the - /// request. - /// + /// Creates a new Future Reservation. public class InsertRequest : ComputeBaseServiceRequest { /// Constructs a new Insert request. - public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region) : base(service) + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.FutureReservation body, string project, string zone) : base(service) { Project = project; - Region = region; + Zone = zone; Body = body; InitParameters(); } @@ -11023,24 +12698,24 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region scoping this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + /// Name of the zone for this request. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.ForwardingRule Body { get; set; } + Google.Apis.Compute.v1.Data.FutureReservation Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -11052,7 +12727,7 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/forwardingRules"; + public override string RestPath => "projects/{project}/zones/{zone}/futureReservations"; /// Initializes Insert parameter list. protected override void InitParameters() @@ -11066,13 +12741,13 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "zone", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { @@ -11086,25 +12761,25 @@ protected override void InitParameters() } /// - /// Retrieves a list of ForwardingRule resources available to the specified project and region. + /// A list of all the future reservations that have been configured for the specified project in specified zone. /// /// Project ID for this request. - /// Name of the region scoping this request. - public virtual ListRequest List(string project, string region) + /// Name of the zone for this request. Name should conform to RFC1035. + public virtual ListRequest List(string project, string zone) { - return new ListRequest(this.service, project, region); + return new ListRequest(this.service, project, zone); } /// - /// Retrieves a list of ForwardingRule resources available to the specified project and region. + /// A list of all the future reservations that have been configured for the specified project in specified zone. /// - public class ListRequest : ComputeBaseServiceRequest + public class ListRequest : ComputeBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string project, string region) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string project, string zone) : base(service) { Project = project; - Region = region; + Zone = zone; InitParameters(); } @@ -11112,9 +12787,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region scoping this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + /// Name of the zone for this request. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } /// /// A filter expression that filters resources listed in the response. Most Compute resources support two @@ -11122,9 +12797,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -11132,7 +12807,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -11145,12 +12820,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -11165,10 +12840,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -11182,7 +12858,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -11195,7 +12871,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/forwardingRules"; + public override string RestPath => "projects/{project}/zones/{zone}/futureReservations"; /// Initializes List parameter list. protected override void InitParameters() @@ -11209,13 +12885,13 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "zone", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -11260,33 +12936,25 @@ protected override void InitParameters() } } - /// - /// Updates the specified forwarding rule with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the - /// network_tier field. - /// + /// Updates the specified future reservation. /// The body of the request. /// Project ID for this request. - /// Name of the region scoping this request. - /// Name of the ForwardingRule resource to patch. - public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region, string forwardingRule) + /// Name of the zone for this request. Name should conform to RFC1035. + /// Name of the reservation to update. Name should conform to RFC1035. + public virtual UpdateRequest Update(Google.Apis.Compute.v1.Data.FutureReservation body, string project, string zone, string futureReservation) { - return new PatchRequest(this.service, body, project, region, forwardingRule); + return new UpdateRequest(this.service, body, project, zone, futureReservation); } - /// - /// Updates the specified forwarding rule with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the - /// network_tier field. - /// - public class PatchRequest : ComputeBaseServiceRequest + /// Updates the specified future reservation. + public class UpdateRequest : ComputeBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ForwardingRule body, string project, string region, string forwardingRule) : base(service) + /// Constructs a new Update request. + public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.FutureReservation body, string project, string zone, string futureReservation) : base(service) { Project = project; - Region = region; - ForwardingRule = forwardingRule; + Zone = zone; + FutureReservation = futureReservation; Body = body; InitParameters(); } @@ -11295,42 +12963,46 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region scoping this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + /// Name of the zone for this request. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } - /// Name of the ForwardingRule resource to patch. - [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ForwardingRule { get; private set; } + /// Name of the reservation to update. Name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("futureReservation", Google.Apis.Util.RequestParameterType.Path)] + public virtual string FutureReservation { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } + /// update_mask indicates fields to be updated as part of this request. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.ForwardingRule Body { get; set; } + Google.Apis.Compute.v1.Data.FutureReservation Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "update"; /// Gets the HTTP method. public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}"; + public override string RestPath => "projects/{project}/zones/{zone}/futureReservations/{futureReservation}"; - /// Initializes Patch parameter list. + /// Initializes Update parameter list. protected override void InitParameters() { base.InitParameters(); @@ -11342,128 +13014,21 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter - { - Name = "region", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", - }); - RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter { - Name = "forwardingRule", + Name = "zone", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter - { - Name = "requestId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, Pattern = null, }); - } - } - - /// - /// Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources - /// documentation. - /// - /// The body of the request. - /// Project ID for this request. - /// The region for this request. - /// Name or id of the resource for this request. - public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) - { - return new SetLabelsRequest(this.service, body, project, region, resource); - } - - /// - /// Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources - /// documentation. - /// - public class SetLabelsRequest : ComputeBaseServiceRequest - { - /// Constructs a new SetLabels request. - public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) : base(service) - { - Project = project; - Region = region; - Resource = resource; - Body = body; - InitParameters(); - } - - /// Project ID for this request. - [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Project { get; private set; } - - /// The region for this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } - - /// Name or id of the resource for this request. - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } - - /// - /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, - /// consider a situation where you make an initial request and the request times out. If you make the - /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.RegionSetLabelsRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "setLabels"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{resource}/setLabels"; - - /// Initializes SetLabels parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("project", new Google.Apis.Discovery.Parameter - { - Name = "project", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", - }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("futureReservation", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "futureReservation", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", - }); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = null, }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { @@ -11473,106 +13038,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - } - } - - /// - /// Changes target URL for forwarding rule. The new target should be of the same type as the old target. - /// - /// The body of the request. - /// Project ID for this request. - /// Name of the region scoping this request. - /// Name of the ForwardingRule resource in which target is to be set. - public virtual SetTargetRequest SetTarget(Google.Apis.Compute.v1.Data.TargetReference body, string project, string region, string forwardingRule) - { - return new SetTargetRequest(this.service, body, project, region, forwardingRule); - } - - /// - /// Changes target URL for forwarding rule. The new target should be of the same type as the old target. - /// - public class SetTargetRequest : ComputeBaseServiceRequest - { - /// Constructs a new SetTarget request. - public SetTargetRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.TargetReference body, string project, string region, string forwardingRule) : base(service) - { - Project = project; - Region = region; - ForwardingRule = forwardingRule; - Body = body; - InitParameters(); - } - - /// Project ID for this request. - [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Project { get; private set; } - - /// Name of the region scoping this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } - - /// Name of the ForwardingRule resource in which target is to be set. - [Google.Apis.Util.RequestParameterAttribute("forwardingRule", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ForwardingRule { get; private set; } - - /// - /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, - /// consider a situation where you make an initial request and the request times out. If you make the - /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.TargetReference Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "setTarget"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget"; - - /// Initializes SetTarget parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("project", new Google.Apis.Discovery.Parameter - { - Name = "project", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", - }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter - { - Name = "region", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", - }); - RequestParameters.Add("forwardingRule", new Google.Apis.Discovery.Parameter - { - Name = "forwardingRule", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { - Name = "requestId", + Name = "updateMask", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -11625,12 +13093,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -11763,12 +13231,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -11838,9 +13306,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -11848,7 +13316,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -11861,12 +13329,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -11881,10 +13349,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -11898,7 +13367,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -11999,12 +13468,12 @@ public MoveRequest(Google.Apis.Services.IClientService service, Google.Apis.Comp /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -12056,7 +13525,7 @@ protected override void InitParameters() } /// - /// Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a GlobalAddress. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -12067,7 +13536,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.GlobalSetL } /// - /// Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a GlobalAddress. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -12237,12 +13706,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -12381,12 +13850,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -12456,9 +13925,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -12466,7 +13935,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -12479,12 +13948,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -12499,10 +13968,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -12516,7 +13986,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -12587,8 +14057,8 @@ protected override void InitParameters() } /// - /// Updates the specified forwarding rule with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the + /// Updates the specified forwarding rule with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. Currently, you can only patch the /// network_tier field. /// /// The body of the request. @@ -12600,8 +14070,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.ForwardingRule bod } /// - /// Updates the specified forwarding rule with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the + /// Updates the specified forwarding rule with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. Currently, you can only patch the /// network_tier field. /// public class PatchRequest : ComputeBaseServiceRequest @@ -12625,12 +14095,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -12682,7 +14152,7 @@ protected override void InitParameters() } /// - /// Sets the labels on the specified resource. To learn more about labels, read the Labeling resources + /// Sets the labels on the specified resource. To learn more about labels, read the Labeling resources /// documentation. /// /// The body of the request. @@ -12694,7 +14164,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.GlobalSetL } /// - /// Sets the labels on the specified resource. To learn more about labels, read the Labeling resources + /// Sets the labels on the specified resource. To learn more about labels, read the Labeling resources /// documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest @@ -12791,12 +14261,12 @@ public SetTargetRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -12899,12 +14369,12 @@ public AttachNetworkEndpointsRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -12992,12 +14462,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -13079,12 +14549,12 @@ public DetachNetworkEndpointsRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -13227,12 +14697,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -13302,9 +14772,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -13312,7 +14782,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -13325,12 +14795,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -13345,10 +14815,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -13362,7 +14833,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -13471,9 +14942,9 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -13481,7 +14952,7 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -13494,12 +14965,12 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -13514,10 +14985,11 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -13531,7 +15003,7 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -13625,7 +15097,7 @@ public GlobalOperationsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of all operations. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of all operations. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -13635,7 +15107,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of all operations. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of all operations. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -13657,9 +15129,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -13667,7 +15139,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -13680,12 +15152,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -13710,10 +15182,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -13727,7 +15200,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -13965,9 +15438,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -13975,7 +15448,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -13988,12 +15461,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -14008,10 +15481,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -14025,7 +15499,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -14099,11 +15573,11 @@ protected override void InitParameters() /// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute /// deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that /// it waits for no more than the default deadline (2 minutes) and then returns the current state of the - /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. - /// Specifically: - In uncommon cases, when the server is overloaded, the request might return before the - /// default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there - /// is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the - /// operation is not `DONE`. + /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. + /// Specifically: - In uncommon cases, when the server is overloaded, the request might return + /// before the default deadline is reached, or might return after zero seconds. - If the default deadline + /// is reached, there is no guarantee that the operation is actually done when the method returns. Be + /// prepared to retry if the operation is not `DONE`. /// /// Project ID for this request. /// Name of the Operations resource to return, or its unique numeric identifier. @@ -14116,11 +15590,11 @@ public virtual WaitRequest Wait(string project, string operation) /// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute /// deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that /// it waits for no more than the default deadline (2 minutes) and then returns the current state of the - /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. - /// Specifically: - In uncommon cases, when the server is overloaded, the request might return before the - /// default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there - /// is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the - /// operation is not `DONE`. + /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. + /// Specifically: - In uncommon cases, when the server is overloaded, the request might return + /// before the default deadline is reached, or might return after zero seconds. - If the default deadline + /// is reached, there is no guarantee that the operation is actually done when the method returns. Be + /// prepared to retry if the operation is not `DONE`. /// public class WaitRequest : ComputeBaseServiceRequest { @@ -14328,9 +15802,9 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -14338,7 +15812,7 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -14351,12 +15825,12 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -14371,10 +15845,11 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -14392,7 +15867,7 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -14506,12 +15981,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -14646,12 +16121,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -14721,9 +16196,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -14731,7 +16206,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -14744,12 +16219,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -14764,10 +16239,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -14781,7 +16257,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -14853,7 +16329,7 @@ protected override void InitParameters() /// /// Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This - /// method supports PATCH semantics and uses JSON merge patch format and processing rules. + /// method supportsPATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -14865,7 +16341,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.PublicDelegatedPre /// /// Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This - /// method supports PATCH semantics and uses JSON merge patch format and processing rules. + /// method supportsPATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -14888,12 +16364,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -14960,8 +16436,8 @@ public HealthChecksResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves the list of all HealthCheck resources, regional and global, available to the specified project. To - /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// Retrieves the list of all HealthCheck resources, regional and global, available to the specified project. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -14970,8 +16446,8 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves the list of all HealthCheck resources, regional and global, available to the specified project. To - /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// Retrieves the list of all HealthCheck resources, regional and global, available to the specified project. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -14992,9 +16468,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -15002,7 +16478,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -15015,12 +16491,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -15045,10 +16521,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -15062,7 +16539,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -15184,12 +16661,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -15322,12 +16799,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -15397,9 +16874,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -15407,7 +16884,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -15420,12 +16897,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -15440,10 +16917,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -15457,7 +16935,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -15529,7 +17007,7 @@ protected override void InitParameters() /// /// Updates a HealthCheck resource in the specified project using the data included in the request. This method - /// supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -15541,7 +17019,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.HealthCheck body, /// /// Updates a HealthCheck resource in the specified project using the data included in the request. This method - /// supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -15564,12 +17042,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -15655,12 +17133,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -15755,12 +17233,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -15893,12 +17371,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -15968,9 +17446,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -15978,7 +17456,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -15991,12 +17469,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -16011,10 +17489,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -16028,7 +17507,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -16100,7 +17579,7 @@ protected override void InitParameters() /// /// Updates a HttpHealthCheck resource in the specified project using the data included in the request. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -16112,7 +17591,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.HttpHealthCheck bo /// /// Updates a HttpHealthCheck resource in the specified project using the data included in the request. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -16135,12 +17614,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -16226,12 +17705,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -16326,12 +17805,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -16464,12 +17943,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -16539,9 +18018,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -16549,7 +18028,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -16562,12 +18041,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -16582,10 +18061,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -16599,7 +18079,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -16671,7 +18151,7 @@ protected override void InitParameters() /// /// Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -16683,7 +18163,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.HttpsHealthCheck b /// /// Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -16706,12 +18186,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -16797,12 +18277,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -16991,12 +18471,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -17042,7 +18522,7 @@ protected override void InitParameters() } /// - /// Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status + /// Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status /// instead. /// /// The body of the request. @@ -17054,7 +18534,7 @@ public virtual DeprecateRequest Deprecate(Google.Apis.Compute.v1.Data.Deprecatio } /// - /// Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status + /// Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status /// instead. /// public class DeprecateRequest : ComputeBaseServiceRequest @@ -17078,12 +18558,12 @@ public DeprecateRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -17195,7 +18675,7 @@ protected override void InitParameters() /// /// Returns the latest image that is part of an image family and is not deprecated. For more information on - /// image families, see Public image families documentation. + /// image families, seePublic image families documentation. /// /// /// The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the @@ -17209,7 +18689,7 @@ public virtual GetFromFamilyRequest GetFromFamily(string project, string family) /// /// Returns the latest image that is part of an image family and is not deprecated. For more information on - /// image families, see Public image families documentation. + /// image families, seePublic image families documentation. /// public class GetFromFamilyRequest : ComputeBaseServiceRequest { @@ -17368,12 +18848,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -17461,9 +18941,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -17471,7 +18951,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -17484,12 +18964,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -17504,10 +18984,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -17521,7 +19002,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -17628,12 +19109,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -17752,7 +19233,7 @@ protected override void InitParameters() } /// - /// Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on an image. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -17763,7 +19244,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.GlobalSetL } /// - /// Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on an image. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -17911,7 +19392,7 @@ public InstanceGroupManagerResizeRequestsResource(Google.Apis.Services.IClientSe /// /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. The name should conform to RFC1035. + /// The name of thezone where the managed instance group is located. The name should conform to RFC1035. /// /// /// The name of the managed instance group. The name should conform to RFC1035 or be a resource ID. @@ -17946,7 +19427,7 @@ public CancelRequest(Google.Apis.Services.IClientService service, string project public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. The name should conform to RFC1035. + /// The name of thezone where the managed instance group is located. The name should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -17965,12 +19446,12 @@ public CancelRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -18037,7 +19518,7 @@ protected override void InitParameters() /// /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. The name should conform to RFC1035. + /// The name of thezone where the managed instance group is located. The name should conform to RFC1035. /// /// /// The name of the managed instance group. The name should conform to RFC1035 or be a resource ID. @@ -18071,7 +19552,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. The name should conform to RFC1035. + /// The name of thezone where the managed instance group is located. The name should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -18090,12 +19571,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -18261,7 +19742,7 @@ protected override void InitParameters() /// The body of the request. /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located and where the resize request will be + /// The name of thezone where the managed instance group is located and where the resize request will be /// created. Name should conform to RFC1035. /// /// @@ -18293,7 +19774,7 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located and where the resize request will be + /// The name of thezone where the managed instance group is located and where the resize request will be /// created. Name should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] @@ -18308,12 +19789,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -18375,7 +19856,7 @@ protected override void InitParameters() /// Retrieves a list of resize requests that are contained in the managed instance group. /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. The name should conform to RFC1035. + /// The name of thezone where the managed instance group is located. The name should conform to RFC1035. /// /// /// The name of the managed instance group. The name should conform to RFC1035. @@ -18402,7 +19883,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. The name should conform to RFC1035. + /// The name of thezone where the managed instance group is located. The name should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -18417,9 +19898,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -18427,7 +19908,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -18440,12 +19921,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -18460,10 +19941,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -18477,7 +19959,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -18581,16 +20063,16 @@ public InstanceGroupManagersResource(Google.Apis.Services.IClientService service /// /// Flags the specified instances to be removed from the managed instance group. Abandoning an instance does not /// delete the instance, but it does remove the instance from any target pools that are applied by the managed - /// instance group. This method reduces the targetSize of the managed instance group by the number of instances - /// that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have - /// not yet been removed from the group. You must separately verify the status of the abandoning action with the - /// listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, - /// it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is - /// removed or deleted. You can specify a maximum of 1000 instances with this method per request. + /// instance group. This method reduces thetargetSize of the managed instance group by the number of instances + /// that you abandon. This operation is marked asDONE when the action is scheduled even if the instances have + /// not yet been removed from the group. You must separately verify the status of the abandoning action with + /// thelistmanagedinstances method. If the group is part of a backend service that has enabled connection + /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM + /// instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual AbandonInstancesRequest AbandonInstances(Google.Apis.Compute.v1.Data.InstanceGroupManagersAbandonInstancesRequest body, string project, string zone, string instanceGroupManager) { @@ -18600,12 +20082,12 @@ public virtual AbandonInstancesRequest AbandonInstances(Google.Apis.Compute.v1.D /// /// Flags the specified instances to be removed from the managed instance group. Abandoning an instance does not /// delete the instance, but it does remove the instance from any target pools that are applied by the managed - /// instance group. This method reduces the targetSize of the managed instance group by the number of instances - /// that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have - /// not yet been removed from the group. You must separately verify the status of the abandoning action with the - /// listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, - /// it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is - /// removed or deleted. You can specify a maximum of 1000 instances with this method per request. + /// instance group. This method reduces thetargetSize of the managed instance group by the number of instances + /// that you abandon. This operation is marked asDONE when the action is scheduled even if the instances have + /// not yet been removed from the group. You must separately verify the status of the abandoning action with + /// thelistmanagedinstances method. If the group is part of a backend service that has enabled connection + /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM + /// instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request. /// public class AbandonInstancesRequest : ComputeBaseServiceRequest { @@ -18623,7 +20105,7 @@ public AbandonInstancesRequest(Google.Apis.Services.IClientService service, Goog [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -18633,12 +20115,12 @@ public AbandonInstancesRequest(Google.Apis.Services.IClientService service, Goog /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -18698,8 +20180,8 @@ protected override void InitParameters() } /// - /// Retrieves the list of managed instance groups and groups them by zone. To prevent failure, Google recommends - /// that you set the `returnPartialSuccess` parameter to `true`. + /// Retrieves the list of managed instance groups and groups them by zone. To prevent failure, Google + /// recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -18708,8 +20190,8 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves the list of managed instance groups and groups them by zone. To prevent failure, Google recommends - /// that you set the `returnPartialSuccess` parameter to `true`. + /// Retrieves the list of managed instance groups and groups them by zone. To prevent failure, Google + /// recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -18730,9 +20212,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -18740,7 +20222,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -18753,12 +20235,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -18783,10 +20265,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -18800,7 +20283,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -18900,7 +20383,7 @@ protected override void InitParameters() /// The body of the request. /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. Should conform to RFC1035. + /// The name of thezone where the managed instance group is located. Should conform to RFC1035. /// /// /// The name of the managed instance group, should conform to RFC1035. @@ -18931,7 +20414,7 @@ public ApplyUpdatesToInstancesRequest(Google.Apis.Services.IClientService servic public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. Should conform to RFC1035. + /// The name of thezone where the managed instance group is located. Should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -18988,14 +20471,14 @@ protected override void InitParameters() /// /// Creates instances with per-instance configurations in this managed instance group. Instances are created - /// using the current instance template. The create instances operation is marked DONE if the createInstances + /// using the current instance template. Thecreate instances operation is marked DONE if thecreateInstances /// request is successful. The underlying actions take additional time. You must separately verify the status of - /// the creating or actions with the listmanagedinstances method. + /// thecreating or actions with the listmanagedinstances method. /// /// The body of the request. /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// /// /// The name of the managed instance group. It should conform to RFC1035. @@ -19007,9 +20490,9 @@ public virtual CreateInstancesRequest CreateInstances(Google.Apis.Compute.v1.Dat /// /// Creates instances with per-instance configurations in this managed instance group. Instances are created - /// using the current instance template. The create instances operation is marked DONE if the createInstances + /// using the current instance template. Thecreate instances operation is marked DONE if thecreateInstances /// request is successful. The underlying actions take additional time. You must separately verify the status of - /// the creating or actions with the listmanagedinstances method. + /// thecreating or actions with the listmanagedinstances method. /// public class CreateInstancesRequest : ComputeBaseServiceRequest { @@ -19028,7 +20511,7 @@ public CreateInstancesRequest(Google.Apis.Services.IClientService service, Googl public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -19039,11 +20522,11 @@ public CreateInstancesRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with the - /// exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). + /// ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with + /// the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -19107,7 +20590,7 @@ protected override void InitParameters() /// group must not belong to a backend service. Read Deleting an instance group for more information. /// /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group to delete. public virtual DeleteRequest Delete(string project, string zone, string instanceGroupManager) { @@ -19133,7 +20616,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -19143,12 +20626,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -19203,17 +20686,17 @@ protected override void InitParameters() /// /// Flags the specified instances in the managed instance group for immediate deletion. The instances are also - /// removed from any target pools of which they were a member. This method reduces the targetSize of the managed + /// removed from any target pools of which they were a member. This method reduces thetargetSize of the managed /// instance group by the number of instances that you delete. This operation is marked as DONE when the action /// is scheduled even if the instances are still being deleted. You must separately verify the status of the - /// deleting action with the listmanagedinstances method. If the group is part of a backend service that has + /// deleting action with thelistmanagedinstances method. If the group is part of a backend service that has /// enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed - /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method + /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method /// per request. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual DeleteInstancesRequest DeleteInstances(Google.Apis.Compute.v1.Data.InstanceGroupManagersDeleteInstancesRequest body, string project, string zone, string instanceGroupManager) { @@ -19222,12 +20705,12 @@ public virtual DeleteInstancesRequest DeleteInstances(Google.Apis.Compute.v1.Dat /// /// Flags the specified instances in the managed instance group for immediate deletion. The instances are also - /// removed from any target pools of which they were a member. This method reduces the targetSize of the managed + /// removed from any target pools of which they were a member. This method reduces thetargetSize of the managed /// instance group by the number of instances that you delete. This operation is marked as DONE when the action /// is scheduled even if the instances are still being deleted. You must separately verify the status of the - /// deleting action with the listmanagedinstances method. If the group is part of a backend service that has + /// deleting action with thelistmanagedinstances method. If the group is part of a backend service that has /// enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed - /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method + /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method /// per request. /// public class DeleteInstancesRequest : ComputeBaseServiceRequest @@ -19246,7 +20729,7 @@ public DeleteInstancesRequest(Google.Apis.Services.IClientService service, Googl [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -19256,12 +20739,12 @@ public DeleteInstancesRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -19324,7 +20807,7 @@ protected override void InitParameters() /// The body of the request. /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// /// /// The name of the managed instance group. It should conform to RFC1035. @@ -19352,7 +20835,7 @@ public DeletePerInstanceConfigsRequest(Google.Apis.Services.IClientService servi public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -19409,7 +20892,7 @@ protected override void InitParameters() /// Returns all of the details about the specified managed instance group. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual GetRequest Get(string project, string zone, string instanceGroupManager) { @@ -19432,7 +20915,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -19484,7 +20967,7 @@ protected override void InitParameters() /// Creates a managed instance group using the information that you specify in the request. After the group is /// created, instances in the group are created using the specified instance template. This operation is marked /// as DONE when the group is created even if the instances in the group have not yet been created. You must - /// separately verify the status of the individual instances with the listmanagedinstances method. A managed + /// separately verify the status of the individual instances with thelistmanagedinstances method. A managed /// instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an /// increase in this limit. /// @@ -19500,7 +20983,7 @@ public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.InstanceGroupMan /// Creates a managed instance group using the information that you specify in the request. After the group is /// created, instances in the group are created using the specified instance template. This operation is marked /// as DONE when the group is created even if the instances in the group have not yet been created. You must - /// separately verify the status of the individual instances with the listmanagedinstances method. A managed + /// separately verify the status of the individual instances with thelistmanagedinstances method. A managed /// instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an /// increase in this limit. /// @@ -19525,12 +21008,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -19585,7 +21068,7 @@ protected override void InitParameters() /// Retrieves a list of managed instance groups that are contained within the specified project and zone. /// /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. public virtual ListRequest List(string project, string zone) { return new ListRequest(this.service, project, zone); @@ -19608,7 +21091,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -19618,9 +21101,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -19628,7 +21111,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -19641,12 +21124,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -19661,10 +21144,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -19678,7 +21162,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -19762,7 +21246,7 @@ protected override void InitParameters() /// /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// /// /// The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an @@ -19793,7 +21277,7 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -19811,9 +21295,9 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -19821,7 +21305,7 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -19834,12 +21318,12 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -19854,10 +21338,11 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -19871,7 +21356,7 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -19966,7 +21451,7 @@ protected override void InitParameters() /// `PAGINATED`. /// /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual ListManagedInstancesRequest ListManagedInstances(string project, string zone, string instanceGroupManager) { @@ -19996,7 +21481,7 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -20010,9 +21495,9 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -20020,7 +21505,7 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -20033,12 +21518,12 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -20053,10 +21538,11 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -20070,7 +21556,7 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -20162,7 +21648,7 @@ protected override void InitParameters() /// /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// /// /// The name of the managed instance group. It should conform to RFC1035. @@ -20192,7 +21678,7 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -20207,9 +21693,9 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -20217,7 +21703,7 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -20230,12 +21716,12 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -20250,10 +21736,11 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -20267,7 +21754,7 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -20356,12 +21843,11 @@ protected override void InitParameters() /// /// Updates a managed instance group using the information that you specify in the request. This operation is /// marked as DONE when the group is patched even if the instances in the group are still in the process of - /// being patched. You must separately verify the status of the individual instances with the - /// listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and - /// processing rules. If you update your group to specify a new template or instance configuration, it's + /// being patched. You must separately verify the status of the individual instances with + /// thelistManagedInstances method. This method supportsPATCH semantics and uses theJSON merge patch format and + /// processing rules. If you update your group to specify a new template or instance configuration, it's /// possible that your intended specification for each VM in the group is different from the current state of - /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a - /// MIG. + /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, seeUpdating instances in a MIG. /// /// The body of the request. /// Project ID for this request. @@ -20375,12 +21861,11 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.InstanceGroupManag /// /// Updates a managed instance group using the information that you specify in the request. This operation is /// marked as DONE when the group is patched even if the instances in the group are still in the process of - /// being patched. You must separately verify the status of the individual instances with the - /// listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and - /// processing rules. If you update your group to specify a new template or instance configuration, it's + /// being patched. You must separately verify the status of the individual instances with + /// thelistManagedInstances method. This method supportsPATCH semantics and uses theJSON merge patch format and + /// processing rules. If you update your group to specify a new template or instance configuration, it's /// possible that your intended specification for each VM in the group is different from the current state of - /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a - /// MIG. + /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, seeUpdating instances in a MIG. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -20408,12 +21893,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -20479,7 +21964,7 @@ protected override void InitParameters() /// The body of the request. /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// /// /// The name of the managed instance group. It should conform to RFC1035. @@ -20510,7 +21995,7 @@ public PatchPerInstanceConfigsRequest(Google.Apis.Services.IClientService servic public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -20521,12 +22006,12 @@ public PatchPerInstanceConfigsRequest(Google.Apis.Services.IClientService servic /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -20589,14 +22074,14 @@ protected override void InitParameters() /// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is /// recreated using the group's current configuration. This operation is marked as DONE when the flag is set /// even if the instances have not yet been recreated. You must separately verify the status of each instance by - /// checking its currentAction field; for more information, see Checking the status of managed instances. If the + /// checking itscurrentAction field; for more information, see Checking the status of managed instances. If the /// group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after - /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a - /// maximum of 1000 instances with this method per request. + /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify + /// a maximum of 1000 instances with this method per request. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual RecreateInstancesRequest RecreateInstances(Google.Apis.Compute.v1.Data.InstanceGroupManagersRecreateInstancesRequest body, string project, string zone, string instanceGroupManager) { @@ -20607,10 +22092,10 @@ public virtual RecreateInstancesRequest RecreateInstances(Google.Apis.Compute.v1 /// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is /// recreated using the group's current configuration. This operation is marked as DONE when the flag is set /// even if the instances have not yet been recreated. You must separately verify the status of each instance by - /// checking its currentAction field; for more information, see Checking the status of managed instances. If the + /// checking itscurrentAction field; for more information, see Checking the status of managed instances. If the /// group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after - /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a - /// maximum of 1000 instances with this method per request. + /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify + /// a maximum of 1000 instances with this method per request. /// public class RecreateInstancesRequest : ComputeBaseServiceRequest { @@ -20628,7 +22113,7 @@ public RecreateInstancesRequest(Google.Apis.Services.IClientService service, Goo [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -20638,12 +22123,12 @@ public RecreateInstancesRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -20705,17 +22190,17 @@ protected override void InitParameters() /// /// Resizes the managed instance group. If you increase the size, the group creates new instances using the /// current instance template. If you decrease the size, the group deletes instances. The resize operation is - /// marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any - /// instances. You must separately verify the status of the creating or deleting actions with the - /// listmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in which - /// VMs are deleted. The group takes into account some VM attributes when making the selection including: + The - /// status of the VM instance. + The health of the VM instance. + The instance template version the VM is based - /// on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. - /// If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds - /// after the connection draining duration has elapsed before the VM instance is removed or deleted. + /// markedDONE when the resize actions are scheduled even if the group has not yet added or deleted any + /// instances. You must separately verify the status of the creating or deleting actions with + /// thelistmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in + /// which VMs are deleted. The group takes into account some VM attributes when making the selection including: + /// + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is + /// based on. + For regional managed instance groups, the location of the VM instance. This list is subject to + /// change. If the group is part of a backend service that has enabled connection draining, it can take up to + /// 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. /// /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. /// /// The number of running instances that the managed instance group should maintain at any given time. The group @@ -20729,14 +22214,14 @@ public virtual ResizeRequest Resize(string project, string zone, string instance /// /// Resizes the managed instance group. If you increase the size, the group creates new instances using the /// current instance template. If you decrease the size, the group deletes instances. The resize operation is - /// marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any - /// instances. You must separately verify the status of the creating or deleting actions with the - /// listmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in which - /// VMs are deleted. The group takes into account some VM attributes when making the selection including: + The - /// status of the VM instance. + The health of the VM instance. + The instance template version the VM is based - /// on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. - /// If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds - /// after the connection draining duration has elapsed before the VM instance is removed or deleted. + /// markedDONE when the resize actions are scheduled even if the group has not yet added or deleted any + /// instances. You must separately verify the status of the creating or deleting actions with + /// thelistmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in + /// which VMs are deleted. The group takes into account some VM attributes when making the selection including: + /// + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is + /// based on. + For regional managed instance groups, the location of the VM instance. This list is subject to + /// change. If the group is part of a backend service that has enabled connection draining, it can take up to + /// 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. /// public class ResizeRequest : ComputeBaseServiceRequest { @@ -20754,7 +22239,7 @@ public ResizeRequest(Google.Apis.Services.IClientService service, string project [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -20772,12 +22257,12 @@ public ResizeRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -20839,19 +22324,19 @@ protected override void InitParameters() } /// - /// Flags the specified instances in the managed instance group to be resumed. This method increases the - /// targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances + /// Flags the specified instances in the managed instance group to be resumed. This method increases + /// thetargetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances /// that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. - /// The underlying actions take additional time. You must separately verify the status of the RESUMING action - /// with the listmanagedinstances method. In this request, you can only specify instances that are suspended. + /// The underlying actions take additional time. You must separately verify the status of theRESUMING action + /// with thelistmanagedinstances method. In this request, you can only specify instances that are suspended. /// For example, if an instance was previously suspended using the suspendInstances method, it can be resumed - /// using the resumeInstances method. If a health check is attached to the managed instance group, the specified - /// instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances - /// with this method per request. + /// using the resumeInstances method. If a health check is attached to the managed instance group, the + /// specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 + /// instances with this method per request. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual ResumeInstancesRequest ResumeInstances(Google.Apis.Compute.v1.Data.InstanceGroupManagersResumeInstancesRequest body, string project, string zone, string instanceGroupManager) { @@ -20859,15 +22344,15 @@ public virtual ResumeInstancesRequest ResumeInstances(Google.Apis.Compute.v1.Dat } /// - /// Flags the specified instances in the managed instance group to be resumed. This method increases the - /// targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances + /// Flags the specified instances in the managed instance group to be resumed. This method increases + /// thetargetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances /// that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. - /// The underlying actions take additional time. You must separately verify the status of the RESUMING action - /// with the listmanagedinstances method. In this request, you can only specify instances that are suspended. + /// The underlying actions take additional time. You must separately verify the status of theRESUMING action + /// with thelistmanagedinstances method. In this request, you can only specify instances that are suspended. /// For example, if an instance was previously suspended using the suspendInstances method, it can be resumed - /// using the resumeInstances method. If a health check is attached to the managed instance group, the specified - /// instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances - /// with this method per request. + /// using the resumeInstances method. If a health check is attached to the managed instance group, the + /// specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 + /// instances with this method per request. /// public class ResumeInstancesRequest : ComputeBaseServiceRequest { @@ -20885,7 +22370,7 @@ public ResumeInstancesRequest(Google.Apis.Services.IClientService service, Googl [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -20895,12 +22380,12 @@ public ResumeInstancesRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -20961,12 +22446,12 @@ protected override void InitParameters() /// /// Specifies the instance template to use when creating new instances in this group. The templates for existing - /// instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set - /// the group's updatePolicy.type to PROACTIVE. + /// instances in the group do not change unless you run recreateInstances, runapplyUpdatesToInstances, or set + /// the group'supdatePolicy.type to PROACTIVE. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual SetInstanceTemplateRequest SetInstanceTemplate(Google.Apis.Compute.v1.Data.InstanceGroupManagersSetInstanceTemplateRequest body, string project, string zone, string instanceGroupManager) { @@ -20975,8 +22460,8 @@ public virtual SetInstanceTemplateRequest SetInstanceTemplate(Google.Apis.Comput /// /// Specifies the instance template to use when creating new instances in this group. The templates for existing - /// instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set - /// the group's updatePolicy.type to PROACTIVE. + /// instances in the group do not change unless you run recreateInstances, runapplyUpdatesToInstances, or set + /// the group'supdatePolicy.type to PROACTIVE. /// public class SetInstanceTemplateRequest : ComputeBaseServiceRequest { @@ -20994,7 +22479,7 @@ public SetInstanceTemplateRequest(Google.Apis.Services.IClientService service, G [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -21004,12 +22489,12 @@ public SetInstanceTemplateRequest(Google.Apis.Services.IClientService service, G /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -21070,14 +22555,14 @@ protected override void InitParameters() /// /// Modifies the target pools to which all instances in this managed instance group are assigned. The target - /// pools automatically apply to all of the instances in the managed instance group. This operation is marked - /// DONE when you make the request even if the instances have not yet been added to their target pools. The - /// change might take some time to apply to all of the instances in the group depending on the size of the + /// pools automatically apply to all of the instances in the managed instance group. This operation is + /// markedDONE when you make the request even if the instances have not yet been added to their target pools. + /// The change might take some time to apply to all of the instances in the group depending on the size of the /// group. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual SetTargetPoolsRequest SetTargetPools(Google.Apis.Compute.v1.Data.InstanceGroupManagersSetTargetPoolsRequest body, string project, string zone, string instanceGroupManager) { @@ -21086,9 +22571,9 @@ public virtual SetTargetPoolsRequest SetTargetPools(Google.Apis.Compute.v1.Data. /// /// Modifies the target pools to which all instances in this managed instance group are assigned. The target - /// pools automatically apply to all of the instances in the managed instance group. This operation is marked - /// DONE when you make the request even if the instances have not yet been added to their target pools. The - /// change might take some time to apply to all of the instances in the group depending on the size of the + /// pools automatically apply to all of the instances in the managed instance group. This operation is + /// markedDONE when you make the request even if the instances have not yet been added to their target pools. + /// The change might take some time to apply to all of the instances in the group depending on the size of the /// group. /// public class SetTargetPoolsRequest : ComputeBaseServiceRequest @@ -21107,7 +22592,7 @@ public SetTargetPoolsRequest(Google.Apis.Services.IClientService service, Google [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -21117,12 +22602,12 @@ public SetTargetPoolsRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -21182,19 +22667,19 @@ protected override void InitParameters() } /// - /// Flags the specified instances in the managed instance group to be started. This method increases the - /// targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that - /// you start. The startInstances operation is marked DONE if the startInstances request is successful. The - /// underlying actions take additional time. You must separately verify the status of the STARTING action with - /// the listmanagedinstances method. In this request, you can only specify instances that are stopped. For + /// Flags the specified instances in the managed instance group to be started. This method increases + /// thetargetSize and decreases the targetStoppedSize of the managed instance group by the number of instances + /// that you start. The startInstances operation is marked DONE if the startInstances request is successful. The + /// underlying actions take additional time. You must separately verify the status of theSTARTING action with + /// thelistmanagedinstances method. In this request, you can only specify instances that are stopped. For /// example, if an instance was previously stopped using the stopInstances method, it can be started using the - /// startInstances method. If a health check is attached to the managed instance group, the specified instances - /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this + /// startInstances method. If a health check is attached to the managed instance group, the specified instances + /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this /// method per request. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual StartInstancesRequest StartInstances(Google.Apis.Compute.v1.Data.InstanceGroupManagersStartInstancesRequest body, string project, string zone, string instanceGroupManager) { @@ -21202,14 +22687,14 @@ public virtual StartInstancesRequest StartInstances(Google.Apis.Compute.v1.Data. } /// - /// Flags the specified instances in the managed instance group to be started. This method increases the - /// targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that - /// you start. The startInstances operation is marked DONE if the startInstances request is successful. The - /// underlying actions take additional time. You must separately verify the status of the STARTING action with - /// the listmanagedinstances method. In this request, you can only specify instances that are stopped. For + /// Flags the specified instances in the managed instance group to be started. This method increases + /// thetargetSize and decreases the targetStoppedSize of the managed instance group by the number of instances + /// that you start. The startInstances operation is marked DONE if the startInstances request is successful. The + /// underlying actions take additional time. You must separately verify the status of theSTARTING action with + /// thelistmanagedinstances method. In this request, you can only specify instances that are stopped. For /// example, if an instance was previously stopped using the stopInstances method, it can be started using the - /// startInstances method. If a health check is attached to the managed instance group, the specified instances - /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this + /// startInstances method. If a health check is attached to the managed instance group, the specified instances + /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this /// method per request. /// public class StartInstancesRequest : ComputeBaseServiceRequest @@ -21228,7 +22713,7 @@ public StartInstancesRequest(Google.Apis.Services.IClientService service, Google [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -21238,12 +22723,12 @@ public StartInstancesRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -21304,22 +22789,22 @@ protected override void InitParameters() /// /// Flags the specified instances in the managed instance group to be immediately stopped. You can only specify - /// instances that are running in this request. This method reduces the targetSize and increases the + /// instances that are running in this request. This method reduces thetargetSize and increases the /// targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances /// operation is marked DONE if the stopInstances request is successful. The underlying actions take additional - /// time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If + /// time. You must separately verify the status of theSTOPPING action with thelistmanagedinstances method. If /// the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until /// initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This - /// delay gives your application time to set itself up and initialize on the instance. If more than - /// initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will - /// be zero delay. If the group is part of a backend service that has enabled connection draining, it can take - /// up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. - /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 + /// delay gives your application time to set itself up and initialize on the instance. If more + /// thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there + /// will be zero delay. If the group is part of a backend service that has enabled connection draining, it can + /// take up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. + /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 /// instances with this method per request. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual StopInstancesRequest StopInstances(Google.Apis.Compute.v1.Data.InstanceGroupManagersStopInstancesRequest body, string project, string zone, string instanceGroupManager) { @@ -21328,17 +22813,17 @@ public virtual StopInstancesRequest StopInstances(Google.Apis.Compute.v1.Data.In /// /// Flags the specified instances in the managed instance group to be immediately stopped. You can only specify - /// instances that are running in this request. This method reduces the targetSize and increases the + /// instances that are running in this request. This method reduces thetargetSize and increases the /// targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances /// operation is marked DONE if the stopInstances request is successful. The underlying actions take additional - /// time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If + /// time. You must separately verify the status of theSTOPPING action with thelistmanagedinstances method. If /// the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until /// initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This - /// delay gives your application time to set itself up and initialize on the instance. If more than - /// initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will - /// be zero delay. If the group is part of a backend service that has enabled connection draining, it can take - /// up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. - /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 + /// delay gives your application time to set itself up and initialize on the instance. If more + /// thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there + /// will be zero delay. If the group is part of a backend service that has enabled connection draining, it can + /// take up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. + /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 /// instances with this method per request. /// public class StopInstancesRequest : ComputeBaseServiceRequest @@ -21357,7 +22842,7 @@ public StopInstancesRequest(Google.Apis.Services.IClientService service, Google. [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -21367,12 +22852,12 @@ public StopInstancesRequest(Google.Apis.Services.IClientService service, Google. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -21433,22 +22918,22 @@ protected override void InitParameters() /// /// Flags the specified instances in the managed instance group to be immediately suspended. You can only - /// specify instances that are running in this request. This method reduces the targetSize and increases the + /// specify instances that are running in this request. This method reduces thetargetSize and increases the /// targetSuspendedSize of the managed instance group by the number of instances that you suspend. The /// suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying - /// actions take additional time. You must separately verify the status of the SUSPENDING action with the - /// listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension - /// of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the - /// instance was created). This delay gives your application time to set itself up and initialize on the - /// instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method - /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection + /// actions take additional time. You must separately verify the status of theSUSPENDING action with + /// thelistmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays + /// suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when + /// the instance was created). This delay gives your application time to set itself up and initialize on the + /// instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method + /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM - /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can specify - /// a maximum of 1000 instances with this method per request. + /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can + /// specify a maximum of 1000 instances with this method per request. /// /// The body of the request. /// Project ID for this request. - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. /// The name of the managed instance group. public virtual SuspendInstancesRequest SuspendInstances(Google.Apis.Compute.v1.Data.InstanceGroupManagersSuspendInstancesRequest body, string project, string zone, string instanceGroupManager) { @@ -21457,18 +22942,18 @@ public virtual SuspendInstancesRequest SuspendInstances(Google.Apis.Compute.v1.D /// /// Flags the specified instances in the managed instance group to be immediately suspended. You can only - /// specify instances that are running in this request. This method reduces the targetSize and increases the + /// specify instances that are running in this request. This method reduces thetargetSize and increases the /// targetSuspendedSize of the managed instance group by the number of instances that you suspend. The /// suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying - /// actions take additional time. You must separately verify the status of the SUSPENDING action with the - /// listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension - /// of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the - /// instance was created). This delay gives your application time to set itself up and initialize on the - /// instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method - /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection + /// actions take additional time. You must separately verify the status of theSUSPENDING action with + /// thelistmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays + /// suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when + /// the instance was created). This delay gives your application time to set itself up and initialize on the + /// instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method + /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM - /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can specify - /// a maximum of 1000 instances with this method per request. + /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can + /// specify a maximum of 1000 instances with this method per request. /// public class SuspendInstancesRequest : ComputeBaseServiceRequest { @@ -21486,7 +22971,7 @@ public SuspendInstancesRequest(Google.Apis.Services.IClientService service, Goog [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the managed instance group is located. + /// The name of thezone where the managed instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -21496,12 +22981,12 @@ public SuspendInstancesRequest(Google.Apis.Services.IClientService service, Goog /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -21567,7 +23052,7 @@ protected override void InitParameters() /// The body of the request. /// Project ID for this request. /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// /// /// The name of the managed instance group. It should conform to RFC1035. @@ -21598,7 +23083,7 @@ public UpdatePerInstanceConfigsRequest(Google.Apis.Services.IClientService servi public virtual string Project { get; private set; } /// - /// The name of the zone where the managed instance group is located. It should conform to RFC1035. + /// The name of thezone where the managed instance group is located. It should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -21609,12 +23094,12 @@ public UpdatePerInstanceConfigsRequest(Google.Apis.Services.IClientService servi /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -21689,8 +23174,8 @@ public InstanceGroupsResource(Google.Apis.Services.IClientService service) } /// - /// Adds a list of instances to the specified instance group. All of the instances in the instance group must be - /// in the same network/subnetwork. Read Adding instances for more information. + /// Adds a list of instances to the specified instance group. All of the instances in the instance group must + /// be in the same network/subnetwork. Read Adding instances for more information. /// /// The body of the request. /// Project ID for this request. @@ -21702,8 +23187,8 @@ public virtual AddInstancesRequest AddInstances(Google.Apis.Compute.v1.Data.Inst } /// - /// Adds a list of instances to the specified instance group. All of the instances in the instance group must be - /// in the same network/subnetwork. Read Adding instances for more information. + /// Adds a list of instances to the specified instance group. All of the instances in the instance group must + /// be in the same network/subnetwork. Read Adding instances for more information. /// public class AddInstancesRequest : ComputeBaseServiceRequest { @@ -21731,12 +23216,12 @@ public AddInstancesRequest(Google.Apis.Services.IClientService service, Google.A /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -21796,8 +23281,8 @@ protected override void InitParameters() } /// - /// Retrieves the list of instance groups and sorts them by zone. To prevent failure, Google recommends that you - /// set the `returnPartialSuccess` parameter to `true`. + /// Retrieves the list of instance groups and sorts them by zone. To prevent failure, Google recommends that + /// you set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -21806,8 +23291,8 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves the list of instance groups and sorts them by zone. To prevent failure, Google recommends that you - /// set the `returnPartialSuccess` parameter to `true`. + /// Retrieves the list of instance groups and sorts them by zone. To prevent failure, Google recommends that + /// you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -21828,9 +23313,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -21838,7 +23323,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -21851,12 +23336,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -21881,10 +23366,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -21898,7 +23384,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -22032,12 +23518,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -22092,7 +23578,7 @@ protected override void InitParameters() /// /// Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() - /// request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods + /// request. For managed instance groups, use theinstanceGroupManagers or regionInstanceGroupManagers methods /// instead. /// /// Project ID for this request. @@ -22105,7 +23591,7 @@ public virtual GetRequest Get(string project, string zone, string instanceGroup) /// /// Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() - /// request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods + /// request. For managed instance groups, use theinstanceGroupManagers or regionInstanceGroupManagers methods /// instead. /// public class GetRequest : ComputeBaseServiceRequest @@ -22206,12 +23692,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -22263,19 +23749,19 @@ protected override void InitParameters() } /// - /// Retrieves the list of zonal instance group resources contained within the specified zone. For managed - /// instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead. + /// Retrieves the list of zonal instance group resources contained within the specified zone. For managed + /// instance groups, use theinstanceGroupManagers or regionInstanceGroupManagers methods instead. /// /// Project ID for this request. - /// The name of the zone where the instance group is located. + /// The name of thezone where the instance group is located. public virtual ListRequest List(string project, string zone) { return new ListRequest(this.service, project, zone); } /// - /// Retrieves the list of zonal instance group resources contained within the specified zone. For managed - /// instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead. + /// Retrieves the list of zonal instance group resources contained within the specified zone. For managed + /// instance groups, use theinstanceGroupManagers or regionInstanceGroupManagers methods instead. /// public class ListRequest : ComputeBaseServiceRequest { @@ -22291,7 +23777,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The name of the zone where the instance group is located. + /// The name of thezone where the instance group is located. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -22301,9 +23787,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -22311,7 +23797,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -22324,12 +23810,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -22344,10 +23830,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -22361,7 +23848,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -22492,9 +23979,9 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -22502,7 +23989,7 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -22515,12 +24002,12 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -22535,10 +24022,11 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -22552,7 +24040,7 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -22645,9 +24133,9 @@ protected override void InitParameters() } /// - /// Removes one or more instances from the specified instance group, but does not delete those instances. If the - /// group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after - /// the connection draining duration before the VM instance is removed or deleted. + /// Removes one or more instances from the specified instance group, but does not delete those instances. If + /// the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds + /// after the connection draining duration before the VM instance is removed or deleted. /// /// The body of the request. /// Project ID for this request. @@ -22661,9 +24149,9 @@ public virtual RemoveInstancesRequest RemoveInstances(Google.Apis.Compute.v1.Dat } /// - /// Removes one or more instances from the specified instance group, but does not delete those instances. If the - /// group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after - /// the connection draining duration before the VM instance is removed or deleted. + /// Removes one or more instances from the specified instance group, but does not delete those instances. If + /// the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds + /// after the connection draining duration before the VM instance is removed or deleted. /// public class RemoveInstancesRequest : ComputeBaseServiceRequest { @@ -22691,12 +24179,12 @@ public RemoveInstancesRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -22792,12 +24280,12 @@ public SetNamedPortsRequest(Google.Apis.Services.IClientService service, Google. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -23042,12 +24530,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -23127,7 +24615,7 @@ public InstanceTemplatesResource(Google.Apis.Services.IClientService service) /// /// Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -23137,7 +24625,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -23158,9 +24646,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -23168,7 +24656,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -23181,12 +24669,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -23211,10 +24699,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -23228,7 +24717,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -23356,12 +24845,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -23573,12 +25062,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -23648,9 +25137,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -23658,7 +25147,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -23671,12 +25160,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -23691,10 +25180,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -23708,7 +25198,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -23970,12 +25460,12 @@ public AddAccessConfigRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -24085,12 +25575,12 @@ public AddNetworkInterfaceRequest(Google.Apis.Services.IClientService service, G /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -24192,12 +25682,12 @@ public AddResourcePoliciesRequest(Google.Apis.Services.IClientService service, G /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -24257,9 +25747,9 @@ protected override void InitParameters() } /// - /// Retrieves an aggregated list of all of the instances in your project across all regions and zones. The + /// Retrieves an aggregated list of all of the instances in your project across all regions and zones. The /// performance of this method degrades when a filter is specified on a project that has a very large number of - /// instances. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to + /// instances. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to /// `true`. /// /// Project ID for this request. @@ -24269,9 +25759,9 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of all of the instances in your project across all regions and zones. The + /// Retrieves an aggregated list of all of the instances in your project across all regions and zones. The /// performance of this method degrades when a filter is specified on a project that has a very large number of - /// instances. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to + /// instances. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to /// `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -24293,9 +25783,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -24303,7 +25793,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -24316,12 +25806,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -24346,10 +25836,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -24363,7 +25854,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -24458,7 +25949,7 @@ protected override void InitParameters() /// /// Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. - /// It is not possible to create and attach a disk at the same time. For more information, read Adding a + /// It is not possible to create and attach a disk at the same time. For more information, readAdding a /// persistent disk to your instance. /// /// The body of the request. @@ -24472,7 +25963,7 @@ public virtual AttachDiskRequest AttachDisk(Google.Apis.Compute.v1.Data.Attached /// /// Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. - /// It is not possible to create and attach a disk at the same time. For more information, read Adding a + /// It is not possible to create and attach a disk at the same time. For more information, readAdding a /// persistent disk to your instance. /// public class AttachDiskRequest : ComputeBaseServiceRequest @@ -24508,12 +25999,12 @@ public AttachDiskRequest(Google.Apis.Services.IClientService service, Google.Api /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -24581,8 +26072,8 @@ protected override void InitParameters() } /// - /// Creates multiple instances. Count specifies the number of instances to create. For more information, see - /// About bulk creation of VMs. + /// Creates multiple instances. Count specifies the number of instances to create. For more information, + /// seeAbout bulk creation of VMs. /// /// The body of the request. /// Project ID for this request. @@ -24593,8 +26084,8 @@ public virtual BulkInsertRequest BulkInsert(Google.Apis.Compute.v1.Data.BulkInse } /// - /// Creates multiple instances. Count specifies the number of instances to create. For more information, see - /// About bulk creation of VMs. + /// Creates multiple instances. Count specifies the number of instances to create. For more information, + /// seeAbout bulk creation of VMs. /// public class BulkInsertRequest : ComputeBaseServiceRequest { @@ -24617,12 +26108,12 @@ public BulkInsertRequest(Google.Apis.Services.IClientService service, Google.Api /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -24673,7 +26164,7 @@ protected override void InitParameters() } } - /// Deletes the specified Instance resource. For more information, see Deleting an instance. + /// Deletes the specified Instance resource. For more information, seeDeleting an instance. /// Project ID for this request. /// The name of the zone for this request. /// Name of the instance resource to delete. @@ -24682,7 +26173,7 @@ public virtual DeleteRequest Delete(string project, string zone, string instance return new DeleteRequest(this.service, project, zone, instance); } - /// Deletes the specified Instance resource. For more information, see Deleting an instance. + /// Deletes the specified Instance resource. For more information, seeDeleting an instance. public class DeleteRequest : ComputeBaseServiceRequest { /// Constructs a new Delete request. @@ -24708,12 +26199,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -24813,12 +26304,12 @@ public DeleteAccessConfigRequest(Google.Apis.Services.IClientService service, st /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -24944,12 +26435,12 @@ public DeleteNetworkInterfaceRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -25057,12 +26548,12 @@ public DetachDiskRequest(Google.Apis.Services.IClientService service, string pro /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -25581,15 +27072,15 @@ public GetSerialPortOutputRequest(Google.Apis.Services.IClientService service, s /// /// Specifies the starting byte position of the output to return. To start with the first byte of output to - /// the specified port, omit this field or set it to `0`. If the output for that byte position is available, - /// this field matches the `start` parameter sent with the request. If the amount of serial console output - /// exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the - /// requested start position refers to discarded output, the start position is adjusted to the oldest output - /// still available, and the adjusted start position is returned as the `start` property value. You can also - /// provide a negative start position, which translates to the most recent number of bytes written to the - /// serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console. - /// Note that the negative start is bounded by the retained buffer size, and the returned serial console - /// output will not exceed the max buffer size. + /// the specified port, omit this field or set it to `0`. If the output for that byte position is + /// available, this field matches the `start` parameter sent with the request. If the amount of serial + /// console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer + /// available. If the requested start position refers to discarded output, the start position is adjusted to + /// the oldest output still available, and the adjusted start position is returned as the `start` property + /// value. You can also provide a negative start position, which translates to the most recent number of + /// bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to + /// the serial console. Note that the negative start is bounded by the retained buffer size, and the + /// returned serial console output will not exceed the max buffer size. /// [Google.Apis.Util.RequestParameterAttribute("start", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable Start { get; set; } @@ -25758,30 +27249,31 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } /// - /// Specifies instance template to create the instance. This field is optional. It can be a full or partial - /// URL. For example, the following are all valid URLs to an instance template: - - /// https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - - /// projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate + /// Specifies instance template to create the instance. This field is optional. It can be a full or partial + /// URL. For example, the following are all valid URLs to an instance template: - + /// https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate - + /// projects/project/global/instanceTemplates/instanceTemplate - + /// global/instanceTemplates/instanceTemplate /// [Google.Apis.Util.RequestParameterAttribute("sourceInstanceTemplate", Google.Apis.Util.RequestParameterType.Query)] public virtual string SourceInstanceTemplate { get; set; } /// - /// Specifies the machine image to use to create the instance. This field is optional. It can be a full or - /// partial URL. For example, the following are all valid URLs to a machine image: - - /// https://www.googleapis.com/compute/v1/projects/project/global/global /machineImages/machineImage - - /// projects/project/global/global/machineImages/machineImage - global/machineImages/machineImage + /// Specifies the machine image to use to create the instance. This field is optional. It can be a full or + /// partial URL. For example, the following are all valid URLs to a machine image: - + /// https://www.googleapis.com/compute/v1/projects/project/global/global/machineImages/machineImage - + /// projects/project/global/global/machineImages/machineImage - global/machineImages/machineImage /// [Google.Apis.Util.RequestParameterAttribute("sourceMachineImage", Google.Apis.Util.RequestParameterType.Query)] public virtual string SourceMachineImage { get; set; } @@ -25881,9 +27373,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -25891,7 +27383,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -25904,12 +27396,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -25924,10 +27416,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -25941,7 +27434,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -26022,7 +27515,7 @@ protected override void InitParameters() /// /// Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM /// instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. - /// For more information, read Viewing referrers to VM instances. + /// For more information, readViewing referrers to VM instances. /// /// Project ID for this request. /// The name of the zone for this request. @@ -26038,7 +27531,7 @@ public virtual ListReferrersRequest ListReferrers(string project, string zone, s /// /// Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM /// instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. - /// For more information, read Viewing referrers to VM instances. + /// For more information, readViewing referrers to VM instances. /// public class ListReferrersRequest : ComputeBaseServiceRequest { @@ -26072,9 +27565,9 @@ public ListReferrersRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -26082,7 +27575,7 @@ public ListReferrersRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -26095,12 +27588,12 @@ public ListReferrersRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -26115,10 +27608,11 @@ public ListReferrersRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -26132,7 +27626,7 @@ public ListReferrersRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -26253,12 +27747,12 @@ public PerformMaintenanceRequest(Google.Apis.Services.IClientService service, st /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -26348,12 +27842,12 @@ public RemoveResourcePoliciesRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -26449,12 +27943,12 @@ public ReportHostAsFaultyRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -26515,7 +28009,7 @@ protected override void InitParameters() /// /// Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more - /// information, see Resetting an instance. + /// information, seeResetting an instance. /// /// Project ID for this request. /// The name of the zone for this request. @@ -26527,7 +28021,7 @@ public virtual ResetRequest Reset(string project, string zone, string instance) /// /// Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more - /// information, see Resetting an instance. + /// information, seeResetting an instance. /// public class ResetRequest : ComputeBaseServiceRequest { @@ -26554,12 +28048,12 @@ public ResetRequest(Google.Apis.Services.IClientService service, string project, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -26612,7 +28106,7 @@ protected override void InitParameters() } } - /// Resumes an instance that was suspended using the instances().suspend method. + /// Resumes an instance that was suspended using theinstances().suspend method. /// Project ID for this request. /// The name of the zone for this request. /// Name of the instance resource to resume. @@ -26621,7 +28115,7 @@ public virtual ResumeRequest Resume(string project, string zone, string instance return new ResumeRequest(this.service, project, zone, instance); } - /// Resumes an instance that was suspended using the instances().suspend method. + /// Resumes an instance that was suspended using theinstances().suspend method. public class ResumeRequest : ComputeBaseServiceRequest { /// Constructs a new Resume request. @@ -26647,12 +28141,12 @@ public ResumeRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -26817,12 +28311,12 @@ public SetDeletionProtectionRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -26936,12 +28430,12 @@ public SetDiskAutoDeleteRequest(Google.Apis.Services.IClientService service, str /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27092,7 +28586,7 @@ protected override void InitParameters() } /// - /// Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation. + /// Sets labels on an instance. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -27104,7 +28598,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.InstancesS } /// - /// Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation. + /// Sets labels on an instance. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -27132,12 +28626,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27237,12 +28731,12 @@ public SetMachineResourcesRequest(Google.Apis.Services.IClientService service, G /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27342,12 +28836,12 @@ public SetMachineTypeRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27443,12 +28937,12 @@ public SetMetadataRequest(Google.Apis.Services.IClientService service, Google.Ap /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27509,7 +29003,7 @@ protected override void InitParameters() /// /// Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped - /// instance. For more information, read Specifying a Minimum CPU Platform. + /// instance. For more information, readSpecifying a Minimum CPU Platform. /// /// The body of the request. /// Project ID for this request. @@ -27522,7 +29016,7 @@ public virtual SetMinCpuPlatformRequest SetMinCpuPlatform(Google.Apis.Compute.v1 /// /// Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped - /// instance. For more information, read Specifying a Minimum CPU Platform. + /// instance. For more information, readSpecifying a Minimum CPU Platform. /// public class SetMinCpuPlatformRequest : ComputeBaseServiceRequest { @@ -27550,12 +29044,12 @@ public SetMinCpuPlatformRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27651,12 +29145,12 @@ public SetNameRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27716,9 +29210,9 @@ protected override void InitParameters() } /// - /// Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM - /// instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible - /// instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance + /// Sets an instance's scheduling options. You can only call this method on astopped instance, that is, a VM + /// instance that is in a `TERMINATED` state. SeeInstance Life Cycle for more information on the possible + /// instance states. For more information about setting scheduling options for a VM, seeSet VM host maintenance /// policy. /// /// The body of the request. @@ -27731,9 +29225,9 @@ public virtual SetSchedulingRequest SetScheduling(Google.Apis.Compute.v1.Data.Sc } /// - /// Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM - /// instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible - /// instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance + /// Sets an instance's scheduling options. You can only call this method on astopped instance, that is, a VM + /// instance that is in a `TERMINATED` state. SeeInstance Life Cycle for more information on the possible + /// instance states. For more information about setting scheduling options for a VM, seeSet VM host maintenance /// policy. /// public class SetSchedulingRequest : ComputeBaseServiceRequest @@ -27762,12 +29256,12 @@ public SetSchedulingRequest(Google.Apis.Services.IClientService service, Google. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27827,7 +29321,7 @@ protected override void InitParameters() } /// - /// Sets the Google Cloud Armor security policy for the specified instance. For more information, see Google + /// Sets the Google Cloud Armor security policy for the specified instance. For more information, seeGoogle /// Cloud Armor Overview /// /// The body of the request. @@ -27843,7 +29337,7 @@ public virtual SetSecurityPolicyRequest SetSecurityPolicy(Google.Apis.Compute.v1 } /// - /// Sets the Google Cloud Armor security policy for the specified instance. For more information, see Google + /// Sets the Google Cloud Armor security policy for the specified instance. For more information, seeGoogle /// Cloud Armor Overview /// public class SetSecurityPolicyRequest : ComputeBaseServiceRequest @@ -27875,12 +29369,12 @@ public SetSecurityPolicyRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -27940,7 +29434,7 @@ protected override void InitParameters() } /// - /// Sets the service account on the instance. For more information, read Changing the service account and access + /// Sets the service account on the instance. For more information, readChanging the service account and access /// scopes for an instance. /// /// The body of the request. @@ -27953,7 +29447,7 @@ public virtual SetServiceAccountRequest SetServiceAccount(Google.Apis.Compute.v1 } /// - /// Sets the service account on the instance. For more information, read Changing the service account and access + /// Sets the service account on the instance. For more information, readChanging the service account and access /// scopes for an instance. /// public class SetServiceAccountRequest : ComputeBaseServiceRequest @@ -27982,12 +29476,12 @@ public SetServiceAccountRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28089,12 +29583,12 @@ public SetShieldedInstanceIntegrityPolicyRequest(Google.Apis.Services.IClientSer /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28190,12 +29684,12 @@ public SetTagsRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28293,12 +29787,12 @@ public SimulateMaintenanceEventRequest(Google.Apis.Services.IClientService servi /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28366,7 +29860,7 @@ protected override void InitParameters() } /// - /// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an + /// Starts an instance that was stopped using theinstances().stop method. For more information, seeRestart an /// instance. /// /// Project ID for this request. @@ -28378,7 +29872,7 @@ public virtual StartRequest Start(string project, string zone, string instance) } /// - /// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an + /// Starts an instance that was stopped using theinstances().stop method. For more information, seeRestart an /// instance. /// public class StartRequest : ComputeBaseServiceRequest @@ -28406,12 +29900,12 @@ public StartRequest(Google.Apis.Services.IClientService service, string project, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28465,7 +29959,7 @@ protected override void InitParameters() } /// - /// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an + /// Starts an instance that was stopped using theinstances().stop method. For more information, seeRestart an /// instance. /// /// The body of the request. @@ -28478,7 +29972,7 @@ public virtual StartWithEncryptionKeyRequest StartWithEncryptionKey(Google.Apis. } /// - /// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an + /// Starts an instance that was stopped using theinstances().stop method. For more information, seeRestart an /// instance. /// public class StartWithEncryptionKeyRequest : ComputeBaseServiceRequest @@ -28507,12 +30001,12 @@ public StartWithEncryptionKeyRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28575,7 +30069,7 @@ protected override void InitParameters() /// Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. /// Stopped instances do not incur VM usage charges while they are stopped. However, resources that the VM is /// using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. - /// For more information, see Stopping an instance. + /// For more information, seeStopping an instance. /// /// Project ID for this request. /// The name of the zone for this request. @@ -28589,7 +30083,7 @@ public virtual StopRequest Stop(string project, string zone, string instance) /// Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. /// Stopped instances do not incur VM usage charges while they are stopped. However, resources that the VM is /// using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. - /// For more information, see Stopping an instance. + /// For more information, seeStopping an instance. /// public class StopRequest : ComputeBaseServiceRequest { @@ -28624,12 +30118,12 @@ public StopRequest(Google.Apis.Services.IClientService service, string project, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28745,12 +30239,12 @@ public SuspendRequest(Google.Apis.Services.IClientService service, string projec /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -28999,12 +30493,12 @@ public enum MostDisruptiveAllowedActionEnum /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -29081,7 +30575,7 @@ protected override void InitParameters() /// /// Updates the specified access config from an instance's network interface with the data included in the - /// request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// request. This method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -29097,7 +30591,7 @@ public virtual UpdateAccessConfigRequest UpdateAccessConfig(Google.Apis.Compute. /// /// Updates the specified access config from an instance's network interface with the data included in the - /// request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// request. This method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class UpdateAccessConfigRequest : ComputeBaseServiceRequest { @@ -29130,12 +30624,12 @@ public UpdateAccessConfigRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -29204,7 +30698,7 @@ protected override void InitParameters() /// /// Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -29217,7 +30711,7 @@ public virtual UpdateDisplayDeviceRequest UpdateDisplayDevice(Google.Apis.Comput /// /// Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class UpdateDisplayDeviceRequest : ComputeBaseServiceRequest { @@ -29245,12 +30739,12 @@ public UpdateDisplayDeviceRequest(Google.Apis.Services.IClientService service, G /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -29362,12 +30856,12 @@ public UpdateNetworkInterfaceRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -29436,7 +30930,7 @@ protected override void InitParameters() /// /// Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. - /// This method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// This method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -29449,7 +30943,7 @@ public virtual UpdateShieldedInstanceConfigRequest UpdateShieldedInstanceConfig( /// /// Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. - /// This method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// This method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class UpdateShieldedInstanceConfigRequest : ComputeBaseServiceRequest { @@ -29477,12 +30971,12 @@ public UpdateShieldedInstanceConfigRequest(Google.Apis.Services.IClientService s /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -29557,7 +31051,7 @@ public InstantSnapshotsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of instantSnapshots. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of instantSnapshots. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -29567,7 +31061,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of instantSnapshots. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of instantSnapshots. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -29589,9 +31083,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -29599,7 +31093,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -29612,12 +31106,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -29642,10 +31136,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -29659,7 +31154,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -29756,7 +31251,7 @@ protected override void InitParameters() /// Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might /// not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is /// marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next - /// corresponding instantSnapshot. For more information, see Deleting instantSnapshots. + /// corresponding instantSnapshot. For more information, seeDeleting instantSnapshots. /// /// Project ID for this request. /// The name of the zone for this request. @@ -29770,7 +31265,7 @@ public virtual DeleteRequest Delete(string project, string zone, string instantS /// Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might /// not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is /// marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next - /// corresponding instantSnapshot. For more information, see Deleting instantSnapshots. + /// corresponding instantSnapshot. For more information, seeDeleting instantSnapshots. /// public class DeleteRequest : ComputeBaseServiceRequest { @@ -29797,12 +31292,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -30048,12 +31543,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -30137,9 +31632,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -30147,7 +31642,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -30160,12 +31655,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -30180,10 +31675,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -30197,7 +31693,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -30399,12 +31895,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -30590,12 +32086,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -30870,12 +32366,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -30945,9 +32441,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -30955,7 +32451,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -30968,12 +32464,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -30988,10 +32484,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -31005,7 +32502,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -31077,7 +32574,7 @@ protected override void InitParameters() /// /// Patches the specified InterconnectAttachmentGroup resource with the data included in the request. This - /// method supports PATCH semantics and uses JSON merge patch format and processing rules. + /// method supports PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -31089,7 +32586,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.InterconnectAttach /// /// Patches the specified InterconnectAttachmentGroup resource with the data included in the request. This - /// method supports PATCH semantics and uses JSON merge patch format and processing rules. + /// method supports PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -31112,12 +32609,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -31330,8 +32827,8 @@ public InterconnectAttachmentsResource(Google.Apis.Services.IClientService servi } /// - /// Retrieves an aggregated list of interconnect attachments. To prevent failure, Google recommends that you set - /// the `returnPartialSuccess` parameter to `true`. + /// Retrieves an aggregated list of interconnect attachments. To prevent failure, Google recommends that you + /// set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -31340,8 +32837,8 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of interconnect attachments. To prevent failure, Google recommends that you set - /// the `returnPartialSuccess` parameter to `true`. + /// Retrieves an aggregated list of interconnect attachments. To prevent failure, Google recommends that you + /// set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -31362,9 +32859,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -31372,7 +32869,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -31385,12 +32882,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -31415,10 +32912,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -31432,7 +32930,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -31560,12 +33058,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -31726,12 +33224,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -31827,9 +33325,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -31837,7 +33335,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -31850,12 +33348,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -31870,10 +33368,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -31887,7 +33386,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -31966,8 +33465,8 @@ protected override void InitParameters() } /// - /// Updates the specified interconnect attachment with the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified interconnect attachment with the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -31979,8 +33478,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.InterconnectAttach } /// - /// Updates the specified interconnect attachment with the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified interconnect attachment with the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -32008,12 +33507,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -32115,12 +33614,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -32290,12 +33789,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -32564,12 +34063,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -32639,9 +34138,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -32649,7 +34148,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -32662,12 +34161,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -32682,10 +34181,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -32699,7 +34199,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -32771,7 +34271,7 @@ protected override void InitParameters() /// /// Patches the specified InterconnectGroup resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -32783,7 +34283,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.InterconnectGroup /// /// Patches the specified InterconnectGroup resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -32806,12 +34306,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -33115,9 +34615,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -33125,7 +34625,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -33138,12 +34638,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -33158,10 +34658,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -33175,7 +34676,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -33262,7 +34763,7 @@ public InterconnectRemoteLocationsResource(Google.Apis.Services.IClientService s /// /// Returns the details for the specified interconnect remote location. Gets a list of available interconnect - /// remote locations by making a list() request. + /// remote locations by making alist() request. /// /// Project ID for this request. /// Name of the interconnect remote location to return. @@ -33273,7 +34774,7 @@ public virtual GetRequest Get(string project, string interconnectRemoteLocation) /// /// Returns the details for the specified interconnect remote location. Gets a list of available interconnect - /// remote locations by making a list() request. + /// remote locations by making alist() request. /// public class GetRequest : ComputeBaseServiceRequest { @@ -33352,9 +34853,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -33362,7 +34863,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -33375,12 +34876,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -33395,10 +34896,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -33412,7 +34914,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -33526,12 +35028,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -33640,10 +35142,10 @@ protected override void InitParameters() } /// - /// Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not - /// use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which - /// is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from - /// functioning properly. + /// Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not + /// use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, + /// which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this + /// API from functioning properly. /// /// Project ID for this request. /// Name of the interconnect resource to query. @@ -33653,10 +35155,10 @@ public virtual GetDiagnosticsRequest GetDiagnostics(string project, string inter } /// - /// Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not - /// use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which - /// is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from - /// functioning properly. + /// Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not + /// use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, + /// which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this + /// API from functioning properly. /// public class GetDiagnosticsRequest : ComputeBaseServiceRequest { @@ -33792,12 +35294,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -33867,9 +35369,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -33877,7 +35379,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -33890,12 +35392,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -33910,10 +35412,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -33927,7 +35430,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -33998,8 +35501,8 @@ protected override void InitParameters() } /// - /// Updates the specified Interconnect with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified Interconnect with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -34010,8 +35513,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.Interconnect body, } /// - /// Updates the specified Interconnect with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified Interconnect with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -34034,12 +35537,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -34178,8 +35681,8 @@ public LicenseCodesResource(Google.Apis.Services.IClientService service) /// /// Return a specified license code. License codes are mirrored across all projects that have permissions to - /// read the License Code. *Caution* This resource is intended for use only by third-party partners who are - /// creating Cloud Marketplace images. + /// read the License Code. *Caution* This resource is intended for use only by third-party partners who are + /// creatingCloud Marketplace images. /// /// Project ID for this request. /// Number corresponding to the License code resource to return. @@ -34190,8 +35693,8 @@ public virtual GetRequest Get(string project, string licenseCode) /// /// Return a specified license code. License codes are mirrored across all projects that have permissions to - /// read the License Code. *Caution* This resource is intended for use only by third-party partners who are - /// creating Cloud Marketplace images. + /// read the License Code. *Caution* This resource is intended for use only by third-party partners who are + /// creatingCloud Marketplace images. /// public class GetRequest : ComputeBaseServiceRequest { @@ -34244,8 +35747,8 @@ protected override void InitParameters() } /// - /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use - /// only by third-party partners who are creating Cloud Marketplace images. + /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for + /// use only by third-party partners who are creatingCloud Marketplace images. /// /// The body of the request. /// Project ID for this request. @@ -34256,8 +35759,8 @@ public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Compute. } /// - /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use - /// only by third-party partners who are creating Cloud Marketplace images. + /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for + /// use only by third-party partners who are creatingCloud Marketplace images. /// public class TestIamPermissionsRequest : ComputeBaseServiceRequest { @@ -34332,8 +35835,8 @@ public LicensesResource(Google.Apis.Services.IClientService service) } /// - /// Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who - /// are creating Cloud Marketplace images. + /// Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who + /// are creatingCloud Marketplace images. /// /// Project ID for this request. /// Name of the license resource to delete. @@ -34343,8 +35846,8 @@ public virtual DeleteRequest Delete(string project, string license) } /// - /// Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who - /// are creating Cloud Marketplace images. + /// Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who + /// are creatingCloud Marketplace images. /// public class DeleteRequest : ComputeBaseServiceRequest { @@ -34366,12 +35869,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -34417,8 +35920,8 @@ protected override void InitParameters() } /// - /// Returns the specified License resource. *Caution* This resource is intended for use only by third-party - /// partners who are creating Cloud Marketplace images. + /// Returns the specified License resource. *Caution* This resource is intended for use only by third-party + /// partners who are creatingCloud Marketplace images. /// /// Project ID for this request. /// Name of the License resource to return. @@ -34428,8 +35931,8 @@ public virtual GetRequest Get(string project, string license) } /// - /// Returns the specified License resource. *Caution* This resource is intended for use only by third-party - /// partners who are creating Cloud Marketplace images. + /// Returns the specified License resource. *Caution* This resource is intended for use only by third-party + /// partners who are creatingCloud Marketplace images. /// public class GetRequest : ComputeBaseServiceRequest { @@ -34482,8 +35985,8 @@ protected override void InitParameters() } /// - /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. *Caution* - /// This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. + /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. *Caution* + /// This resource is intended for use only by third-party partners who are creatingCloud Marketplace images. /// /// Project ID for this request. /// Name or id of the resource for this request. @@ -34493,8 +35996,8 @@ public virtual GetIamPolicyRequest GetIamPolicy(string project, string resource) } /// - /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. *Caution* - /// This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. + /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. *Caution* + /// This resource is intended for use only by third-party partners who are creatingCloud Marketplace images. /// public class GetIamPolicyRequest : ComputeBaseServiceRequest { @@ -34559,8 +36062,8 @@ protected override void InitParameters() } /// - /// Create a License resource in the specified project. *Caution* This resource is intended for use only by - /// third-party partners who are creating Cloud Marketplace images. + /// Create a License resource in the specified project. *Caution* This resource is intended for use only by + /// third-party partners who are creatingCloud Marketplace images. /// /// The body of the request. /// Project ID for this request. @@ -34570,8 +36073,8 @@ public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.License body, st } /// - /// Create a License resource in the specified project. *Caution* This resource is intended for use only by - /// third-party partners who are creating Cloud Marketplace images. + /// Create a License resource in the specified project. *Caution* This resource is intended for use only by + /// third-party partners who are creatingCloud Marketplace images. /// public class InsertRequest : ComputeBaseServiceRequest { @@ -34589,12 +36092,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -34641,8 +36144,8 @@ protected override void InitParameters() /// Retrieves the list of licenses available in the specified project. This method does not get any licenses /// that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If /// you want to get a list of publicly-available licenses, use this method to make a request to the respective - /// image project, such as debian-cloud or windows-cloud. *Caution* This resource is intended for use only by - /// third-party partners who are creating Cloud Marketplace images. + /// image project, such as debian-cloud orwindows-cloud. *Caution* This resource is intended for use only by + /// third-party partners who are creatingCloud Marketplace images. /// /// Project ID for this request. public virtual ListRequest List(string project) @@ -34654,8 +36157,8 @@ public virtual ListRequest List(string project) /// Retrieves the list of licenses available in the specified project. This method does not get any licenses /// that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If /// you want to get a list of publicly-available licenses, use this method to make a request to the respective - /// image project, such as debian-cloud or windows-cloud. *Caution* This resource is intended for use only by - /// third-party partners who are creating Cloud Marketplace images. + /// image project, such as debian-cloud orwindows-cloud. *Caution* This resource is intended for use only by + /// third-party partners who are creatingCloud Marketplace images. /// public class ListRequest : ComputeBaseServiceRequest { @@ -34676,9 +36179,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -34686,7 +36189,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -34699,12 +36202,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -34719,10 +36222,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -34736,7 +36240,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -34807,8 +36311,8 @@ protected override void InitParameters() } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This - /// resource is intended for use only by third-party partners who are creating Cloud Marketplace images. + /// Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This + /// resource is intended for use only by third-party partners who are creatingCloud Marketplace images. /// /// The body of the request. /// Project ID for this request. @@ -34819,8 +36323,8 @@ public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Compute.v1.Data.Glob } /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This - /// resource is intended for use only by third-party partners who are creating Cloud Marketplace images. + /// Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This + /// resource is intended for use only by third-party partners who are creatingCloud Marketplace images. /// public class SetIamPolicyRequest : ComputeBaseServiceRequest { @@ -34880,8 +36384,8 @@ protected override void InitParameters() } /// - /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use - /// only by third-party partners who are creating Cloud Marketplace images. + /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for + /// use only by third-party partners who are creatingCloud Marketplace images. /// /// The body of the request. /// Project ID for this request. @@ -34892,8 +36396,8 @@ public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Compute. } /// - /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use - /// only by third-party partners who are creating Cloud Marketplace images. + /// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for + /// use only by third-party partners who are creatingCloud Marketplace images. /// public class TestIamPermissionsRequest : ComputeBaseServiceRequest { @@ -34953,8 +36457,8 @@ protected override void InitParameters() } /// - /// Updates a License resource in the specified project. *Caution* This resource is intended for use only by - /// third-party partners who are creating Cloud Marketplace images. + /// Updates a License resource in the specified project. *Caution* This resource is intended for use only by + /// third-party partners who are creatingCloud Marketplace images. /// /// The body of the request. /// Project ID for this request. @@ -34965,8 +36469,8 @@ public virtual UpdateRequest Update(Google.Apis.Compute.v1.Data.License body, st } /// - /// Updates a License resource in the specified project. *Caution* This resource is intended for use only by - /// third-party partners who are creating Cloud Marketplace images. + /// Updates a License resource in the specified project. *Caution* This resource is intended for use only by + /// third-party partners who are creatingCloud Marketplace images. /// public class UpdateRequest : ComputeBaseServiceRequest { @@ -34989,12 +36493,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -35105,12 +36609,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -35322,12 +36826,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -35409,9 +36913,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -35419,7 +36923,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -35432,12 +36936,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -35452,10 +36956,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -35469,7 +36974,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -35607,7 +37112,7 @@ protected override void InitParameters() } /// - /// Sets the labels on a machine image. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a machine image. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -35618,7 +37123,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.GlobalSetL } /// - /// Sets the labels on a machine image. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a machine image. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -35760,7 +37265,7 @@ public MachineTypesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of machine types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of machine types. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -35770,7 +37275,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of machine types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of machine types. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -35792,9 +37297,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -35802,7 +37307,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -35815,12 +37320,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -35845,10 +37350,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -35862,7 +37368,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -36061,9 +37567,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -36071,7 +37577,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -36084,12 +37590,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -36104,10 +37610,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -36121,7 +37628,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -36216,7 +37723,7 @@ public NetworkAttachmentsResource(Google.Apis.Services.IClientService service) /// /// Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -36226,7 +37733,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -36247,9 +37754,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -36257,7 +37764,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -36270,12 +37777,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -36300,10 +37807,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -36317,7 +37825,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -36445,12 +37953,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -36702,12 +38210,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -36791,9 +38299,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -36801,7 +38309,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -36814,12 +38322,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -36834,10 +38342,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -36851,7 +38360,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -36931,7 +38440,7 @@ protected override void InitParameters() /// /// Patches the specified NetworkAttachment resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -36944,7 +38453,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.NetworkAttachment /// /// Patches the specified NetworkAttachment resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -36972,12 +38481,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -37214,7 +38723,7 @@ public NetworkEdgeSecurityServicesResource(Google.Apis.Services.IClientService s } /// - /// Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To + /// Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. @@ -37224,7 +38733,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To + /// Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -37246,9 +38755,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -37256,7 +38765,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -37269,12 +38778,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -37299,10 +38808,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -37316,7 +38826,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -37444,12 +38954,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -37606,12 +39116,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -37714,12 +39224,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -37814,7 +39324,7 @@ public NetworkEndpointGroupsResource(Google.Apis.Services.IClientService service } /// - /// Retrieves the list of network endpoint groups and sorts them by zone. To prevent failure, Google recommends + /// Retrieves the list of network endpoint groups and sorts them by zone. To prevent failure, Google recommends /// that you set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -37824,7 +39334,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves the list of network endpoint groups and sorts them by zone. To prevent failure, Google recommends + /// Retrieves the list of network endpoint groups and sorts them by zone. To prevent failure, Google recommends /// that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -37846,9 +39356,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -37856,7 +39366,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -37869,12 +39379,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -37899,10 +39409,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -37916,7 +39427,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -38056,12 +39567,12 @@ public AttachNetworkEndpointsRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -38169,12 +39680,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -38274,12 +39785,12 @@ public DetachNetworkEndpointsRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -38458,12 +39969,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -38519,7 +40030,7 @@ protected override void InitParameters() /// /// Project ID for this request. /// - /// The name of the zone where the network endpoint group is located. It should comply with RFC1035. + /// The name of thezone where the network endpoint group is located. It should comply with RFC1035. /// public virtual ListRequest List(string project, string zone) { @@ -38544,7 +40055,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public virtual string Project { get; private set; } /// - /// The name of the zone where the network endpoint group is located. It should comply with RFC1035. + /// The name of thezone where the network endpoint group is located. It should comply with RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -38555,9 +40066,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -38565,7 +40076,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -38578,12 +40089,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -38598,10 +40109,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -38615,7 +40127,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -38744,9 +40256,9 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -38754,7 +40266,7 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -38767,12 +40279,12 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -38787,10 +40299,11 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -38804,7 +40317,7 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -39030,12 +40543,12 @@ public AddAssociationRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -39124,14 +40637,14 @@ public AddPacketMirroringRuleRequest(Google.Apis.Services.IClientService service public virtual string FirewallPolicy { get; private set; } /// - /// When rule.priority is not specified, auto choose a unused priority between minPriority and + /// When rule.priority is not specified, auto choose a unused priority betweenminPriority and /// maxPriority&gt;. This field is exclusive with rule.priority. /// [Google.Apis.Util.RequestParameterAttribute("maxPriority", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable MaxPriority { get; set; } /// - /// When rule.priority is not specified, auto choose a unused priority between minPriority and + /// When rule.priority is not specified, auto choose a unused priority betweenminPriority and /// maxPriority&gt;. This field is exclusive with rule.priority. /// [Google.Apis.Util.RequestParameterAttribute("minPriority", Google.Apis.Util.RequestParameterType.Query)] @@ -39139,12 +40652,12 @@ public AddPacketMirroringRuleRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -39241,14 +40754,14 @@ public AddRuleRequest(Google.Apis.Services.IClientService service, Google.Apis.C public virtual string FirewallPolicy { get; private set; } /// - /// When rule.priority is not specified, auto choose a unused priority between minPriority and + /// When rule.priority is not specified, auto choose a unused priority betweenminPriority and /// maxPriority&gt;. This field is exclusive with rule.priority. /// [Google.Apis.Util.RequestParameterAttribute("maxPriority", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable MaxPriority { get; set; } /// - /// When rule.priority is not specified, auto choose a unused priority between minPriority and + /// When rule.priority is not specified, auto choose a unused priority betweenminPriority and /// maxPriority&gt;. This field is exclusive with rule.priority. /// [Google.Apis.Util.RequestParameterAttribute("minPriority", Google.Apis.Util.RequestParameterType.Query)] @@ -39256,12 +40769,12 @@ public AddRuleRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -39330,8 +40843,8 @@ protected override void InitParameters() /// /// Retrieves an aggregated list of network firewall policies, listing network firewall policies from all - /// applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google - /// recommends that you set the `returnPartialSuccess` parameter to `true`. + /// applicable scopes (global and regional) and grouping the results per scope. To prevent failure, it is + /// recommended that you set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -39341,8 +40854,8 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves an aggregated list of network firewall policies, listing network firewall policies from all - /// applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google - /// recommends that you set the `returnPartialSuccess` parameter to `true`. + /// applicable scopes (global and regional) and grouping the results per scope. To prevent failure, it is + /// recommended that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -39363,9 +40876,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -39373,7 +40886,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -39386,12 +40899,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -39416,10 +40929,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -39433,7 +40947,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -39555,12 +41069,12 @@ public CloneRulesRequest(Google.Apis.Services.IClientService service, string pro /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -39646,12 +41160,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -40068,12 +41582,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -40143,9 +41657,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -40153,7 +41667,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -40166,12 +41680,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -40186,10 +41700,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -40203,7 +41718,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -40304,12 +41819,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -40395,12 +41910,12 @@ public PatchPacketMirroringRuleRequest(Google.Apis.Services.IClientService servi /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -40494,12 +42009,12 @@ public PatchRuleRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -40591,12 +42106,12 @@ public RemoveAssociationRequest(Google.Apis.Services.IClientService service, str /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -40682,12 +42197,12 @@ public RemovePacketMirroringRuleRequest(Google.Apis.Services.IClientService serv /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -40773,12 +42288,12 @@ public RemoveRuleRequest(Google.Apis.Services.IClientService service, string pro /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -41066,9 +42581,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -41076,7 +42591,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -41089,12 +42604,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -41109,10 +42624,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -41126,7 +42642,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -41242,12 +42758,12 @@ public AddPeeringRequest(Google.Apis.Services.IClientService service, Google.Api /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -41327,12 +42843,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -41520,12 +43036,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -41595,9 +43111,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -41605,7 +43121,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -41618,12 +43134,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -41638,10 +43154,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -41655,7 +43172,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -41774,9 +43291,9 @@ public enum DirectionEnum /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -41784,7 +43301,7 @@ public enum DirectionEnum /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -41797,12 +43314,12 @@ public enum DirectionEnum /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -41817,10 +43334,11 @@ public enum DirectionEnum /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -41845,7 +43363,7 @@ public enum DirectionEnum /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -41982,12 +43500,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -42069,12 +43587,12 @@ public RemovePeeringRequest(Google.Apis.Services.IClientService service, Google. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -42162,12 +43680,12 @@ public RequestRemovePeeringRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -42247,12 +43765,12 @@ public SwitchToCustomModeRequest(Google.Apis.Services.IClientService service, st /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -42334,12 +43852,12 @@ public UpdatePeeringRequest(Google.Apis.Services.IClientService service, Google. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -42442,12 +43960,12 @@ public AddNodesRequest(Google.Apis.Services.IClientService service, Google.Apis. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -42508,7 +44026,7 @@ protected override void InitParameters() /// /// Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each - /// group. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// group. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -42518,7 +44036,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each - /// group. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// group. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -42539,9 +44057,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -42549,7 +44067,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -42562,12 +44080,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -42592,10 +44110,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -42609,7 +44128,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -42737,12 +44256,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -42832,12 +44351,12 @@ public DeleteNodesRequest(Google.Apis.Services.IClientService service, Google.Ap /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -43105,12 +44624,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -43208,9 +44727,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -43218,7 +44737,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -43231,12 +44750,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -43251,10 +44770,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -43268,7 +44788,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -43385,9 +44905,9 @@ public ListNodesRequest(Google.Apis.Services.IClientService service, string proj /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -43395,7 +44915,7 @@ public ListNodesRequest(Google.Apis.Services.IClientService service, string proj /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -43408,12 +44928,12 @@ public ListNodesRequest(Google.Apis.Services.IClientService service, string proj /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -43428,10 +44948,11 @@ public ListNodesRequest(Google.Apis.Services.IClientService service, string proj /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -43445,7 +44966,7 @@ public ListNodesRequest(Google.Apis.Services.IClientService service, string proj /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -43568,12 +45089,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -43669,12 +45190,12 @@ public PerformMaintenanceRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -43851,12 +45372,12 @@ public SetNodeTemplateRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -43954,12 +45475,12 @@ public SimulateMaintenanceEventRequest(Google.Apis.Services.IClientService servi /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -44115,7 +45636,7 @@ public NodeTemplatesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of node templates. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of node templates. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -44125,7 +45646,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of node templates. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of node templates. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -44147,9 +45668,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -44157,7 +45678,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -44170,12 +45691,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -44200,10 +45721,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -44217,7 +45739,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -44345,12 +45867,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -44600,12 +46122,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -44689,9 +46211,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -44699,7 +46221,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -44712,12 +46234,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -44732,10 +46254,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -44749,7 +46272,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -45005,7 +46528,7 @@ public NodeTypesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of node types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of node types. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -45015,7 +46538,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of node types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of node types. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -45037,9 +46560,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -45047,7 +46570,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -45060,12 +46583,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -45090,10 +46613,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -45107,7 +46631,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -45306,9 +46830,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -45316,7 +46840,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -45329,12 +46853,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -45349,10 +46873,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -45366,7 +46891,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -45460,10 +46985,11 @@ public OrganizationSecurityPoliciesResource(Google.Apis.Services.IClientService } /// - /// Inserts an association for the specified security policy. This has billing implications. Projects in the + /// Inserts an association for the specified security policy. This has billing implications. Projects in the /// hierarchy with effective hierarchical security policies will be automatically enrolled into Cloud Armor - /// Enterprise if not already enrolled. Use of this API to modify firewall policies is deprecated. Use - /// firewallPolicies.addAssociation instead if possible. + /// Enterprise if not already enrolled. Use this API to modify Cloud Armor policies. Previously, alpha and beta + /// versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.addAssociation instead. /// /// The body of the request. /// Name of the security policy to update. @@ -45473,10 +46999,11 @@ public virtual AddAssociationRequest AddAssociation(Google.Apis.Compute.v1.Data. } /// - /// Inserts an association for the specified security policy. This has billing implications. Projects in the + /// Inserts an association for the specified security policy. This has billing implications. Projects in the /// hierarchy with effective hierarchical security policies will be automatically enrolled into Cloud Armor - /// Enterprise if not already enrolled. Use of this API to modify firewall policies is deprecated. Use - /// firewallPolicies.addAssociation instead if possible. + /// Enterprise if not already enrolled. Use this API to modify Cloud Armor policies. Previously, alpha and beta + /// versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.addAssociation instead. /// public class AddAssociationRequest : ComputeBaseServiceRequest { @@ -45501,12 +47028,12 @@ public AddAssociationRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -45557,7 +47084,11 @@ protected override void InitParameters() } } - /// Inserts a rule into a security policy. + /// + /// Inserts a rule into a security policy. Use this API to modify Cloud Armor policies. Previously, alpha and + /// beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.addRule instead. + /// /// The body of the request. /// Name of the security policy to update. public virtual AddRuleRequest AddRule(Google.Apis.Compute.v1.Data.SecurityPolicyRule body, string securityPolicy) @@ -45565,7 +47096,11 @@ public virtual AddRuleRequest AddRule(Google.Apis.Compute.v1.Data.SecurityPolicy return new AddRuleRequest(this.service, body, securityPolicy); } - /// Inserts a rule into a security policy. + /// + /// Inserts a rule into a security policy. Use this API to modify Cloud Armor policies. Previously, alpha and + /// beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.addRule instead. + /// public class AddRuleRequest : ComputeBaseServiceRequest { /// Constructs a new AddRule request. @@ -45582,12 +47117,12 @@ public AddRuleRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -45631,8 +47166,9 @@ protected override void InitParameters() } /// - /// Copies rules to the specified security policy. Use of this API to modify firewall policies is deprecated. - /// Use firewallPolicies.copyRules instead. + /// Copies rules to the specified security policy. Use this API to modify Cloud Armor policies. Previously, + /// alpha and beta versions of this API were used to modify firewall policies. This usage is now disabled for + /// most organizations. Use firewallPolicies.cloneRules instead. /// /// Name of the security policy to update. public virtual CopyRulesRequest CopyRules(string securityPolicy) @@ -45641,8 +47177,9 @@ public virtual CopyRulesRequest CopyRules(string securityPolicy) } /// - /// Copies rules to the specified security policy. Use of this API to modify firewall policies is deprecated. - /// Use firewallPolicies.copyRules instead. + /// Copies rules to the specified security policy. Use this API to modify Cloud Armor policies. Previously, + /// alpha and beta versions of this API were used to modify firewall policies. This usage is now disabled for + /// most organizations. Use firewallPolicies.cloneRules instead. /// public class CopyRulesRequest : ComputeBaseServiceRequest { @@ -45659,12 +47196,12 @@ public CopyRulesRequest(Google.Apis.Services.IClientService service, string secu /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -45714,8 +47251,9 @@ protected override void InitParameters() } /// - /// Deletes the specified policy. Use of this API to remove firewall policies is deprecated. Use - /// firewallPolicies.delete instead. + /// Deletes the specified policy. Use this API to remove Cloud Armor policies. Previously, alpha and beta + /// versions of this API were used to remove firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.delete instead. /// /// Name of the security policy to delete. public virtual DeleteRequest Delete(string securityPolicy) @@ -45724,8 +47262,9 @@ public virtual DeleteRequest Delete(string securityPolicy) } /// - /// Deletes the specified policy. Use of this API to remove firewall policies is deprecated. Use - /// firewallPolicies.delete instead. + /// Deletes the specified policy. Use this API to remove Cloud Armor policies. Previously, alpha and beta + /// versions of this API were used to remove firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.delete instead. /// public class DeleteRequest : ComputeBaseServiceRequest { @@ -45742,12 +47281,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string securit /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -45785,8 +47324,9 @@ protected override void InitParameters() } /// - /// List all of the ordered rules present in a single specified policy. Use of this API to read firewall - /// policies is deprecated. Use firewallPolicies.get instead. + /// List all of the ordered rules present in a single specified policy. Use this API to read Cloud Armor + /// policies. Previously, alpha and beta versions of this API were used to read firewall policies. This usage is + /// now disabled for most organizations. Use firewallPolicies.get instead. /// /// Name of the security policy to get. public virtual GetRequest Get(string securityPolicy) @@ -45795,8 +47335,9 @@ public virtual GetRequest Get(string securityPolicy) } /// - /// List all of the ordered rules present in a single specified policy. Use of this API to read firewall - /// policies is deprecated. Use firewallPolicies.get instead. + /// List all of the ordered rules present in a single specified policy. Use this API to read Cloud Armor + /// policies. Previously, alpha and beta versions of this API were used to read firewall policies. This usage is + /// now disabled for most organizations. Use firewallPolicies.get instead. /// public class GetRequest : ComputeBaseServiceRequest { @@ -45836,8 +47377,9 @@ protected override void InitParameters() } /// - /// Gets an association with the specified name. Use of this API to read firewall policies is deprecated. Use - /// firewallPolicies.getAssociation instead if possible. + /// Gets an association with the specified name. Use this API to read Cloud Armor policies. Previously, alpha + /// and beta versions of this API were used to read firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.getAssociation instead. /// /// Name of the security policy to which the queried rule belongs. public virtual GetAssociationRequest GetAssociation(string securityPolicy) @@ -45846,8 +47388,9 @@ public virtual GetAssociationRequest GetAssociation(string securityPolicy) } /// - /// Gets an association with the specified name. Use of this API to read firewall policies is deprecated. Use - /// firewallPolicies.getAssociation instead if possible. + /// Gets an association with the specified name. Use this API to read Cloud Armor policies. Previously, alpha + /// and beta versions of this API were used to read firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.getAssociation instead. /// public class GetAssociationRequest : ComputeBaseServiceRequest { @@ -45899,8 +47442,9 @@ protected override void InitParameters() } /// - /// Gets a rule at the specified priority. Use of this API to read firewall policies is deprecated. Use - /// firewallPolicies.getRule instead. + /// Gets a rule at the specified priority. Use this API to read Cloud Armor policies. Previously, alpha and + /// beta versions of this API were used to read firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.getRule instead. /// /// Name of the security policy to which the queried rule belongs. public virtual GetRuleRequest GetRule(string securityPolicy) @@ -45909,8 +47453,9 @@ public virtual GetRuleRequest GetRule(string securityPolicy) } /// - /// Gets a rule at the specified priority. Use of this API to read firewall policies is deprecated. Use - /// firewallPolicies.getRule instead. + /// Gets a rule at the specified priority. Use this API to read Cloud Armor policies. Previously, alpha and + /// beta versions of this API were used to read firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.getRule instead. /// public class GetRuleRequest : ComputeBaseServiceRequest { @@ -45962,8 +47507,9 @@ protected override void InitParameters() } /// - /// Creates a new policy in the specified project using the data included in the request. Use of this API to - /// insert firewall policies is deprecated. Use firewallPolicies.insert instead. + /// Creates a new policy in the specified organization using the data included in the request. Use this API to + /// add Cloud Armor policies. Previously, alpha and beta versions of this API were used to add firewall + /// policies. This usage is now disabled for most organizations. Use firewallPolicies.insert instead. /// /// The body of the request. public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.SecurityPolicy body) @@ -45972,8 +47518,9 @@ public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.SecurityPolicy b } /// - /// Creates a new policy in the specified project using the data included in the request. Use of this API to - /// insert firewall policies is deprecated. Use firewallPolicies.insert instead. + /// Creates a new policy in the specified organization using the data included in the request. Use this API to + /// add Cloud Armor policies. Previously, alpha and beta versions of this API were used to add firewall + /// policies. This usage is now disabled for most organizations. Use firewallPolicies.insert instead. /// public class InsertRequest : ComputeBaseServiceRequest { @@ -45993,12 +47540,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -46042,8 +47589,9 @@ protected override void InitParameters() } /// - /// List all the policies that have been configured for the specified project. Use of this API to read firewall - /// policies is deprecated. Use firewallPolicies.list instead. + /// List all the policies that have been configured for the specified organization. Use this API to read Cloud + /// Armor policies. Previously, alpha and beta versions of this API were used to read firewall policies. This + /// usage is now disabled for most organizations. Use firewallPolicies.list instead. /// public virtual ListRequest List() { @@ -46051,8 +47599,9 @@ public virtual ListRequest List() } /// - /// List all the policies that have been configured for the specified project. Use of this API to read firewall - /// policies is deprecated. Use firewallPolicies.list instead. + /// List all the policies that have been configured for the specified organization. Use this API to read Cloud + /// Armor policies. Previously, alpha and beta versions of this API were used to read firewall policies. This + /// usage is now disabled for most organizations. Use firewallPolicies.list instead. /// public class ListRequest : ComputeBaseServiceRequest { @@ -46068,9 +47617,9 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -46078,7 +47627,7 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -46091,12 +47640,12 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -46111,10 +47660,11 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -46132,7 +47682,7 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -46203,8 +47753,9 @@ protected override void InitParameters() } /// - /// Lists associations of a specified target, i.e., organization or folder. Use of this API to read firewall - /// policies is deprecated. Use firewallPolicies.listAssociations instead if possible. + /// Lists associations of a specified target, i.e., organization or folder. Use this API to read Cloud Armor + /// policies. Previously, alpha and beta versions of this API were used to read firewall policies. This usage is + /// now disabled for most organizations. Use firewallPolicies.listAssociations instead. /// public virtual ListAssociationsRequest ListAssociations() { @@ -46212,8 +47763,9 @@ public virtual ListAssociationsRequest ListAssociations() } /// - /// Lists associations of a specified target, i.e., organization or folder. Use of this API to read firewall - /// policies is deprecated. Use firewallPolicies.listAssociations instead if possible. + /// Lists associations of a specified target, i.e., organization or folder. Use this API to read Cloud Armor + /// policies. Previously, alpha and beta versions of this API were used to read firewall policies. This usage is + /// now disabled for most organizations. Use firewallPolicies.listAssociations instead. /// public class ListAssociationsRequest : ComputeBaseServiceRequest { @@ -46272,9 +47824,9 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -46282,7 +47834,7 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -46295,12 +47847,12 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -46315,10 +47867,11 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -46336,7 +47889,7 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -46407,8 +47960,9 @@ protected override void InitParameters() } /// - /// Moves the specified security policy. Use of this API to modify firewall policies is deprecated. Use - /// firewallPolicies.move instead. + /// Moves the specified security policy. Use this API to modify Cloud Armor policies. Previously, alpha and + /// beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.move instead. /// /// Name of the security policy to update. public virtual MoveRequest Move(string securityPolicy) @@ -46417,8 +47971,9 @@ public virtual MoveRequest Move(string securityPolicy) } /// - /// Moves the specified security policy. Use of this API to modify firewall policies is deprecated. Use - /// firewallPolicies.move instead. + /// Moves the specified security policy. Use this API to modify Cloud Armor policies. Previously, alpha and + /// beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.move instead. /// public class MoveRequest : ComputeBaseServiceRequest { @@ -46439,12 +47994,12 @@ public MoveRequest(Google.Apis.Services.IClientService service, string securityP /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -46490,8 +48045,9 @@ protected override void InitParameters() } /// - /// Patches the specified policy with the data included in the request. Use of this API to modify firewall - /// policies is deprecated. Use firewallPolicies.patch instead. + /// Patches the specified policy with the data included in the request. Use this API to modify Cloud Armor + /// policies. Previously, alpha and beta versions of this API were used to modify firewall policies. This usage + /// is now disabled for most organizations. Use firewallPolicies.patch instead. /// /// The body of the request. /// Name of the security policy to update. @@ -46501,8 +48057,9 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.SecurityPolicy bod } /// - /// Patches the specified policy with the data included in the request. Use of this API to modify firewall - /// policies is deprecated. Use firewallPolicies.patch instead. + /// Patches the specified policy with the data included in the request. Use this API to modify Cloud Armor + /// policies. Previously, alpha and beta versions of this API were used to modify firewall policies. This usage + /// is now disabled for most organizations. Use firewallPolicies.patch instead. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -46520,12 +48077,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -46569,8 +48126,9 @@ protected override void InitParameters() } /// - /// Patches a rule at the specified priority. Use of this API to modify firewall policies is deprecated. Use - /// firewallPolicies.patchRule instead. + /// Patches a rule at the specified priority. Use this API to modify Cloud Armor policies. Previously, alpha + /// and beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.patchRule instead. /// /// The body of the request. /// Name of the security policy to update. @@ -46580,8 +48138,9 @@ public virtual PatchRuleRequest PatchRule(Google.Apis.Compute.v1.Data.SecurityPo } /// - /// Patches a rule at the specified priority. Use of this API to modify firewall policies is deprecated. Use - /// firewallPolicies.patchRule instead. + /// Patches a rule at the specified priority. Use this API to modify Cloud Armor policies. Previously, alpha + /// and beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.patchRule instead. /// public class PatchRuleRequest : ComputeBaseServiceRequest { @@ -46603,12 +48162,12 @@ public PatchRuleRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -46660,8 +48219,9 @@ protected override void InitParameters() } /// - /// Removes an association for the specified security policy. Use of this API to modify firewall policies is - /// deprecated. Use firewallPolicies.removeAssociation instead if possible. + /// Removes an association for the specified security policy. Use this API to modify Cloud Armor policies. + /// Previously, alpha and beta versions of this API were used to modify firewall policies. This usage is now + /// disabled for most organizations. Use firewallPolicies.removeAssociation instead. /// /// Name of the security policy to update. public virtual RemoveAssociationRequest RemoveAssociation(string securityPolicy) @@ -46670,8 +48230,9 @@ public virtual RemoveAssociationRequest RemoveAssociation(string securityPolicy) } /// - /// Removes an association for the specified security policy. Use of this API to modify firewall policies is - /// deprecated. Use firewallPolicies.removeAssociation instead if possible. + /// Removes an association for the specified security policy. Use this API to modify Cloud Armor policies. + /// Previously, alpha and beta versions of this API were used to modify firewall policies. This usage is now + /// disabled for most organizations. Use firewallPolicies.removeAssociation instead. /// public class RemoveAssociationRequest : ComputeBaseServiceRequest { @@ -46692,12 +48253,12 @@ public RemoveAssociationRequest(Google.Apis.Services.IClientService service, str /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -46742,14 +48303,22 @@ protected override void InitParameters() } } - /// Deletes a rule at the specified priority. + /// + /// Deletes a rule at the specified priority. Use this API to modify Cloud Armor policies. Previously, alpha + /// and beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.removeRule instead. + /// /// Name of the security policy to update. public virtual RemoveRuleRequest RemoveRule(string securityPolicy) { return new RemoveRuleRequest(this.service, securityPolicy); } - /// Deletes a rule at the specified priority. + /// + /// Deletes a rule at the specified priority. Use this API to modify Cloud Armor policies. Previously, alpha + /// and beta versions of this API were used to modify firewall policies. This usage is now disabled for most + /// organizations. Use firewallPolicies.removeRule instead. + /// public class RemoveRuleRequest : ComputeBaseServiceRequest { /// Constructs a new RemoveRule request. @@ -46769,12 +48338,12 @@ public RemoveRuleRequest(Google.Apis.Services.IClientService service, string sec /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -46835,7 +48404,7 @@ public PacketMirroringsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of packetMirrorings. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of packetMirrorings. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -46845,7 +48414,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of packetMirrorings. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of packetMirrorings. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -46867,9 +48436,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -46877,7 +48446,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -46890,12 +48459,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -46920,10 +48489,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -46937,7 +48507,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -47065,12 +48635,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -47233,12 +48803,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -47326,9 +48896,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -47336,7 +48906,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -47349,12 +48919,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -47369,10 +48939,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -47386,7 +48957,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -47465,8 +49036,8 @@ protected override void InitParameters() } /// - /// Patches the specified PacketMirroring resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// Patches the specified PacketMirroring resource with the data included in the request. This method + /// supportsPATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -47478,8 +49049,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.PacketMirroring bo } /// - /// Patches the specified PacketMirroring resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// Patches the specified PacketMirroring resource with the data included in the request. This method + /// supportsPATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -47507,12 +49078,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -47753,9 +49324,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -47763,7 +49334,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -47776,12 +49347,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -47796,10 +49367,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -47813,7 +49385,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -47918,12 +49490,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48012,12 +49584,12 @@ public DisableXpnHostRequest(Google.Apis.Services.IClientService service, string /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48083,12 +49655,12 @@ public DisableXpnResourceRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48154,12 +49726,12 @@ public EnableXpnHostRequest(Google.Apis.Services.IClientService service, string /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48227,12 +49799,12 @@ public EnableXpnResourceRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48276,7 +49848,7 @@ protected override void InitParameters() } /// - /// Returns the specified Project resource. To decrease latency for this method, you can optionally omit any + /// Returns the specified Project resource. To decrease latency for this method, you can optionally omit any /// unneeded information from the response by using a field mask. This practice is especially recommended for /// unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` /// query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` @@ -48289,7 +49861,7 @@ public virtual GetRequest Get(string project) } /// - /// Returns the specified Project resource. To decrease latency for this method, you can optionally omit any + /// Returns the specified Project resource. To decrease latency for this method, you can optionally omit any /// unneeded information from the response by using a field mask. This practice is especially recommended for /// unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` /// query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` @@ -48408,9 +49980,9 @@ public GetXpnResourcesRequest(Google.Apis.Services.IClientService service, strin /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -48418,7 +49990,7 @@ public GetXpnResourcesRequest(Google.Apis.Services.IClientService service, strin /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -48431,12 +50003,12 @@ public GetXpnResourcesRequest(Google.Apis.Services.IClientService service, strin /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -48451,10 +50023,11 @@ public GetXpnResourcesRequest(Google.Apis.Services.IClientService service, strin /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -48468,7 +50041,7 @@ public GetXpnResourcesRequest(Google.Apis.Services.IClientService service, strin /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -48567,9 +50140,9 @@ public ListXpnHostsRequest(Google.Apis.Services.IClientService service, Google.A /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -48577,7 +50150,7 @@ public ListXpnHostsRequest(Google.Apis.Services.IClientService service, Google.A /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -48590,12 +50163,12 @@ public ListXpnHostsRequest(Google.Apis.Services.IClientService service, Google.A /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -48610,10 +50183,11 @@ public ListXpnHostsRequest(Google.Apis.Services.IClientService service, Google.A /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -48627,7 +50201,7 @@ public ListXpnHostsRequest(Google.Apis.Services.IClientService service, Google.A /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -48704,12 +50278,13 @@ protected override void InitParameters() } /// - /// Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a different - /// region or zone, follow the steps in [Change the location of a - /// disk](https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). - /// Projects that already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, - /// 2025, API responses will include a warning message in the response body about the upcoming deprecation. You - /// can skip the message to continue using the service without interruption. + /// Moves a persistent disk from one zone to another. *Note*: The moveDisk API will be deprecated on September + /// 29, 2026. Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a + /// different region or zone, follow the steps in [Change the location of a + /// disk](https://cloud.google.com/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that + /// already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, 2025, API + /// responses will include a warning message in the response body about the upcoming deprecation. You can skip + /// the message to continue using the service without interruption. /// /// The body of the request. /// Project ID for this request. @@ -48719,12 +50294,13 @@ public virtual MoveDiskRequest MoveDisk(Google.Apis.Compute.v1.Data.DiskMoveRequ } /// - /// Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a different - /// region or zone, follow the steps in [Change the location of a - /// disk](https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). - /// Projects that already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, - /// 2025, API responses will include a warning message in the response body about the upcoming deprecation. You - /// can skip the message to continue using the service without interruption. + /// Moves a persistent disk from one zone to another. *Note*: The moveDisk API will be deprecated on September + /// 29, 2026. Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a + /// different region or zone, follow the steps in [Change the location of a + /// disk](https://cloud.google.com/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that + /// already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, 2025, API + /// responses will include a warning message in the response body about the upcoming deprecation. You can skip + /// the message to continue using the service without interruption. /// public class MoveDiskRequest : ComputeBaseServiceRequest { @@ -48742,12 +50318,12 @@ public MoveDiskRequest(Google.Apis.Services.IClientService service, Google.Apis. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48792,7 +50368,7 @@ protected override void InitParameters() /// /// Moves an instance and its attached persistent disks from one zone to another. *Note*: Moving VMs or disks by - /// using this method might cause unexpected behavior. For more information, see the [known + /// using this method might cause unexpected behavior. For more information, see the [known /// issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior). /// [Deprecated] This method is deprecated. See [moving instance across /// zones](/compute/docs/instances/moving-instance-across-zones) instead. @@ -48806,7 +50382,7 @@ public virtual MoveInstanceRequest MoveInstance(Google.Apis.Compute.v1.Data.Inst /// /// Moves an instance and its attached persistent disks from one zone to another. *Note*: Moving VMs or disks by - /// using this method might cause unexpected behavior. For more information, see the [known + /// using this method might cause unexpected behavior. For more information, see the [known /// issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior). /// [Deprecated] This method is deprecated. See [moving instance across /// zones](/compute/docs/instances/moving-instance-across-zones) instead. @@ -48827,12 +50403,12 @@ public MoveInstanceRequest(Google.Apis.Services.IClientService service, Google.A /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48906,12 +50482,12 @@ public SetCloudArmorTierRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -48983,12 +50559,12 @@ public SetCommonInstanceMetadataRequest(Google.Apis.Services.IClientService serv /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49062,12 +50638,12 @@ public SetDefaultNetworkTierRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49111,8 +50687,8 @@ protected override void InitParameters() } /// - /// Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide - /// an empty request body using this method, the usage export feature will be disabled. + /// Enables the usage export feature and sets theusage export bucket where reports are stored. If you provide an + /// empty request body using this method, the usage export feature will be disabled. /// /// The body of the request. /// Project ID for this request. @@ -49122,8 +50698,8 @@ public virtual SetUsageExportBucketRequest SetUsageExportBucket(Google.Apis.Comp } /// - /// Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide - /// an empty request body using this method, the usage export feature will be disabled. + /// Enables the usage export feature and sets theusage export bucket where reports are stored. If you provide an + /// empty request body using this method, the usage export feature will be disabled. /// public class SetUsageExportBucketRequest : ComputeBaseServiceRequest { @@ -49141,12 +50717,12 @@ public SetUsageExportBucketRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49235,12 +50811,12 @@ public AnnounceRequest(Google.Apis.Services.IClientService service, string proje /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49314,12 +50890,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49454,12 +51030,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49529,9 +51105,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -49539,7 +51115,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -49552,12 +51128,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -49572,10 +51148,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -49589,7 +51166,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -49660,8 +51237,8 @@ protected override void InitParameters() } /// - /// Patches the specified Router resource with the data included in the request. This method supports PATCH - /// semantics and uses JSON merge patch format and processing rules. + /// Patches the specified Router resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -49672,8 +51249,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.PublicAdvertisedPr } /// - /// Patches the specified Router resource with the data included in the request. This method supports PATCH - /// semantics and uses JSON merge patch format and processing rules. + /// Patches the specified Router resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -49696,12 +51273,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49783,12 +51360,12 @@ public WithdrawRequest(Google.Apis.Services.IClientService service, string proje /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -49849,7 +51426,7 @@ public PublicDelegatedPrefixesResource(Google.Apis.Services.IClientService servi } /// - /// Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent + /// Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent /// failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. @@ -49859,7 +51436,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent + /// Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent /// failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -49881,9 +51458,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -49891,7 +51468,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -49904,12 +51481,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -49934,10 +51511,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -49951,7 +51529,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -50047,7 +51625,7 @@ protected override void InitParameters() /// Announces the specified PublicDelegatedPrefix in the given region. /// Project ID for this request. /// - /// The name of the region where the public delegated prefix is located. It should comply with RFC1035. + /// The name of theregion where the public delegated prefix is located. It should comply with RFC1035. /// /// /// The name of the public delegated prefix. It should comply with RFC1035. @@ -50074,7 +51652,7 @@ public AnnounceRequest(Google.Apis.Services.IClientService service, string proje public virtual string Project { get; private set; } /// - /// The name of the region where the public delegated prefix is located. It should comply with RFC1035. + /// The name of theregion where the public delegated prefix is located. It should comply with RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] public virtual string Region { get; private set; } @@ -50085,12 +51663,12 @@ public AnnounceRequest(Google.Apis.Services.IClientService service, string proje /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -50178,12 +51756,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -50346,12 +51924,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -50435,9 +52013,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -50445,7 +52023,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -50458,12 +52036,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -50478,10 +52056,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -50495,7 +52074,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -50575,7 +52154,7 @@ protected override void InitParameters() /// /// Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method - /// supports PATCH semantics and uses JSON merge patch format and processing rules. + /// supportsPATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -50588,7 +52167,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.PublicDelegatedPre /// /// Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method - /// supports PATCH semantics and uses JSON merge patch format and processing rules. + /// supportsPATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -50616,12 +52195,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -50683,7 +52262,7 @@ protected override void InitParameters() /// Withdraws the specified PublicDelegatedPrefix in the given region. /// Project ID for this request. /// - /// The name of the region where the public delegated prefix is located. It should comply with RFC1035. + /// The name of theregion where the public delegated prefix is located. It should comply with RFC1035. /// /// /// The name of the public delegated prefix. It should comply with RFC1035. @@ -50710,7 +52289,7 @@ public WithdrawRequest(Google.Apis.Services.IClientService service, string proje public virtual string Project { get; private set; } /// - /// The name of the region where the public delegated prefix is located. It should comply with RFC1035. + /// The name of theregion where the public delegated prefix is located. It should comply with RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] public virtual string Region { get; private set; } @@ -50721,12 +52300,12 @@ public WithdrawRequest(Google.Apis.Services.IClientService service, string proje /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -50829,12 +52408,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -50991,12 +52570,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -51080,9 +52659,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -51090,7 +52669,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -51103,12 +52682,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -51123,10 +52702,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -51140,7 +52720,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -51219,8 +52799,8 @@ protected override void InitParameters() } /// - /// Updates an autoscaler in the specified project using the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates an autoscaler in the specified project using the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -51231,8 +52811,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.Autoscaler body, s } /// - /// Updates an autoscaler in the specified project using the data included in the request. This method supports - /// PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates an autoscaler in the specified project using the data included in the request. This method + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -51259,12 +52839,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -51358,12 +52938,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -51472,12 +53052,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -51809,12 +53389,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -51904,9 +53484,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -51914,7 +53494,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -51927,12 +53507,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -51947,10 +53527,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -51964,7 +53545,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -52083,9 +53664,9 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -52093,7 +53674,7 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -52106,12 +53687,12 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -52126,10 +53707,11 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -52143,7 +53725,7 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -52223,8 +53805,8 @@ protected override void InitParameters() /// /// Updates the specified regional BackendService resource with the data included in the request. For more - /// information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge - /// patch format and processing rules. + /// information, see Understanding backend services This method supports PATCH semantics and uses the JSON + /// merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -52237,8 +53819,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.BackendService bod /// /// Updates the specified regional BackendService resource with the data included in the request. For more - /// information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge - /// patch format and processing rules. + /// information, see Understanding backend services This method supports PATCH semantics and uses the JSON + /// merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -52266,12 +53848,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -52412,8 +53994,8 @@ protected override void InitParameters() } /// - /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, see - /// Google Cloud Armor Overview + /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, + /// seeGoogle Cloud Armor Overview /// /// The body of the request. /// Project ID for this request. @@ -52428,8 +54010,8 @@ public virtual SetSecurityPolicyRequest SetSecurityPolicy(Google.Apis.Compute.v1 } /// - /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, see - /// Google Cloud Armor Overview + /// Sets the Google Cloud Armor security policy for the specified backend service. For more information, + /// seeGoogle Cloud Armor Overview /// public class SetSecurityPolicyRequest : ComputeBaseServiceRequest { @@ -52460,12 +54042,12 @@ public SetSecurityPolicyRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -52607,7 +54189,7 @@ protected override void InitParameters() /// /// Updates the specified regional BackendService resource with the data included in the request. For more - /// information, see Backend services overview . + /// information, see Backend services overview. /// /// The body of the request. /// Project ID for this request. @@ -52620,7 +54202,7 @@ public virtual UpdateRequest Update(Google.Apis.Compute.v1.Data.BackendService b /// /// Updates the specified regional BackendService resource with the data included in the request. For more - /// information, see Backend services overview . + /// information, see Backend services overview. /// public class UpdateRequest : ComputeBaseServiceRequest { @@ -52648,12 +54230,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -52728,7 +54310,7 @@ public RegionCommitmentsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of commitments by region. To prevent failure, Google recommends that you set + /// Retrieves an aggregated list of commitments by region. To prevent failure, it is recommended that you set /// the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -52738,7 +54320,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of commitments by region. To prevent failure, Google recommends that you set + /// Retrieves an aggregated list of commitments by region. To prevent failure, it is recommended that you set /// the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -52760,9 +54342,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -52770,7 +54352,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -52783,12 +54365,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -52813,10 +54395,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -52830,7 +54413,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -53027,12 +54610,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -53116,9 +54699,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -53126,7 +54709,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -53139,12 +54722,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -53159,10 +54742,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -53176,7 +54760,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -53300,12 +54884,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -53505,9 +55089,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -53515,7 +55099,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -53528,12 +55112,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -53548,10 +55132,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -53565,7 +55150,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -53701,12 +55286,12 @@ public AddResourcePoliciesRequest(Google.Apis.Services.IClientService service, G /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -53796,12 +55381,12 @@ public BulkInsertRequest(Google.Apis.Services.IClientService service, Google.Api /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -53897,12 +55482,12 @@ public CreateSnapshotRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -53963,8 +55548,8 @@ protected override void InitParameters() /// /// Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its - /// data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made - /// from the disk. You must separately delete snapshots. + /// data permanently and is irreversible. However, deleting a disk does not delete anysnapshots previously made + /// from the disk. You must separatelydelete snapshots. /// /// Project ID for this request. /// Name of the region for this request. @@ -53976,8 +55561,8 @@ public virtual DeleteRequest Delete(string project, string region, string disk) /// /// Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its - /// data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made - /// from the disk. You must separately delete snapshots. + /// data permanently and is irreversible. However, deleting a disk does not delete anysnapshots previously made + /// from the disk. You must separatelydelete snapshots. /// public class DeleteRequest : ComputeBaseServiceRequest { @@ -54004,12 +55589,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -54259,12 +55844,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -54360,9 +55945,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -54370,7 +55955,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -54383,12 +55968,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -54403,10 +55988,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -54420,7 +56006,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -54535,12 +56121,12 @@ public RemoveResourcePoliciesRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -54636,12 +56222,12 @@ public ResizeRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -54818,12 +56404,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -54919,12 +56505,12 @@ public StartAsyncReplicationRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -55022,12 +56608,12 @@ public StopAsyncReplicationRequest(Google.Apis.Services.IClientService service, /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -55123,12 +56709,12 @@ public StopGroupAsyncReplicationRequest(Google.Apis.Services.IClientService serv /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -55306,12 +56892,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -55445,12 +57031,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -55618,12 +57204,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -55713,9 +57299,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -55723,7 +57309,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -55736,12 +57322,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -55756,10 +57342,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -55773,7 +57360,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -55852,8 +57439,8 @@ protected override void InitParameters() } /// - /// Updates the specified regional HealthCheckService resource with the data included in the request. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified regional HealthCheckService resource with the data included in the request. This + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -55867,8 +57454,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.HealthCheckService } /// - /// Updates the specified regional HealthCheckService resource with the data included in the request. This - /// method supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// Updates the specified regional HealthCheckService resource with the data included in the request. This + /// method supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -55899,12 +57486,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -56013,12 +57600,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -56179,12 +57766,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -56268,9 +57855,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -56278,7 +57865,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -56291,12 +57878,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -56311,10 +57898,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -56328,7 +57916,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -56408,7 +57996,7 @@ protected override void InitParameters() /// /// Updates a HealthCheck resource in the specified project using the data included in the request. This method - /// supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -56421,7 +58009,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.HealthCheck body, /// /// Updates a HealthCheck resource in the specified project using the data included in the request. This method - /// supports PATCH semantics and uses the JSON merge patch format and processing rules. + /// supportsPATCH semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -56449,12 +58037,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -56554,12 +58142,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -56636,12 +58224,12 @@ public RegionInstanceGroupManagersResource(Google.Apis.Services.IClientService s /// /// Flags the specified instances to be immediately removed from the managed instance group. Abandoning an /// instance does not delete the instance, but it does remove the instance from any target pools that are - /// applied by the managed instance group. This method reduces the targetSize of the managed instance group by - /// the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even + /// applied by the managed instance group. This method reduces thetargetSize of the managed instance group by + /// the number of instances that you abandon. This operation is marked asDONE when the action is scheduled even /// if the instances have not yet been removed from the group. You must separately verify the status of the - /// abandoning action with the listmanagedinstances method. If the group is part of a backend service that has + /// abandoning action with thelistmanagedinstances method. If the group is part of a backend service that has /// enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed - /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method + /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method /// per request. /// /// The body of the request. @@ -56656,12 +58244,12 @@ public virtual AbandonInstancesRequest AbandonInstances(Google.Apis.Compute.v1.D /// /// Flags the specified instances to be immediately removed from the managed instance group. Abandoning an /// instance does not delete the instance, but it does remove the instance from any target pools that are - /// applied by the managed instance group. This method reduces the targetSize of the managed instance group by - /// the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even + /// applied by the managed instance group. This method reduces thetargetSize of the managed instance group by + /// the number of instances that you abandon. This operation is marked asDONE when the action is scheduled even /// if the instances have not yet been removed from the group. You must separately verify the status of the - /// abandoning action with the listmanagedinstances method. If the group is part of a backend service that has + /// abandoning action with thelistmanagedinstances method. If the group is part of a backend service that has /// enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed - /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method + /// before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method /// per request. /// public class AbandonInstancesRequest : ComputeBaseServiceRequest @@ -56690,12 +58278,12 @@ public AbandonInstancesRequest(Google.Apis.Services.IClientService service, Goog /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -56841,12 +58429,12 @@ protected override void InitParameters() /// Creates instances with per-instance configurations in this regional managed instance group. Instances are /// created using the current instance template. The create instances operation is marked DONE if the /// createInstances request is successful. The underlying actions take additional time. You must separately - /// verify the status of the creating or actions with the listmanagedinstances method. + /// verify the status of thecreating or actions with the listmanagedinstances method. /// /// The body of the request. /// Project ID for this request. /// - /// The name of the region where the managed instance group is located. It should conform to RFC1035. + /// The name of theregion where the managed instance group is located. It should conform to RFC1035. /// /// /// The name of the managed instance group. It should conform to RFC1035. @@ -56860,7 +58448,7 @@ public virtual CreateInstancesRequest CreateInstances(Google.Apis.Compute.v1.Dat /// Creates instances with per-instance configurations in this regional managed instance group. Instances are /// created using the current instance template. The create instances operation is marked DONE if the /// createInstances request is successful. The underlying actions take additional time. You must separately - /// verify the status of the creating or actions with the listmanagedinstances method. + /// verify the status of thecreating or actions with the listmanagedinstances method. /// public class CreateInstancesRequest : ComputeBaseServiceRequest { @@ -56879,7 +58467,7 @@ public CreateInstancesRequest(Google.Apis.Services.IClientService service, Googl public virtual string Project { get; private set; } /// - /// The name of the region where the managed instance group is located. It should conform to RFC1035. + /// The name of theregion where the managed instance group is located. It should conform to RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] public virtual string Region { get; private set; } @@ -56890,11 +58478,11 @@ public CreateInstancesRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with the - /// exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). + /// ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with + /// the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -56988,12 +58576,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -57048,12 +58636,12 @@ protected override void InitParameters() /// /// Flags the specified instances in the managed instance group to be immediately deleted. The instances are - /// also removed from any target pools of which they were a member. This method reduces the targetSize of the + /// also removed from any target pools of which they were a member. This method reduces thetargetSize of the /// managed instance group by the number of instances that you delete. The deleteInstances operation is marked /// DONE if the deleteInstances request is successful. The underlying actions take additional time. You must - /// separately verify the status of the deleting action with the listmanagedinstances method. If the group is + /// separately verify the status of thedeleting action with thelistmanagedinstances method. If the group is /// part of a backend service that has enabled connection draining, it can take up to 60 seconds after the - /// connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a + /// connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a /// maximum of 1000 instances with this method per request. /// /// The body of the request. @@ -57067,12 +58655,12 @@ public virtual DeleteInstancesRequest DeleteInstances(Google.Apis.Compute.v1.Dat /// /// Flags the specified instances in the managed instance group to be immediately deleted. The instances are - /// also removed from any target pools of which they were a member. This method reduces the targetSize of the + /// also removed from any target pools of which they were a member. This method reduces thetargetSize of the /// managed instance group by the number of instances that you delete. The deleteInstances operation is marked /// DONE if the deleteInstances request is successful. The underlying actions take additional time. You must - /// separately verify the status of the deleting action with the listmanagedinstances method. If the group is + /// separately verify the status of thedeleting action with thelistmanagedinstances method. If the group is /// part of a backend service that has enabled connection draining, it can take up to 60 seconds after the - /// connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a + /// connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a /// maximum of 1000 instances with this method per request. /// public class DeleteInstancesRequest : ComputeBaseServiceRequest @@ -57101,12 +58689,12 @@ public DeleteInstancesRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -57325,7 +58913,7 @@ protected override void InitParameters() /// Creates a managed instance group using the information that you specify in the request. After the group is /// created, instances in the group are created using the specified instance template. This operation is marked /// as DONE when the group is created even if the instances in the group have not yet been created. You must - /// separately verify the status of the individual instances with the listmanagedinstances method. A regional + /// separately verify the status of the individual instances with thelistmanagedinstances method. A regional /// managed instance group can contain up to 2000 instances. /// /// The body of the request. @@ -57340,7 +58928,7 @@ public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.InstanceGroupMan /// Creates a managed instance group using the information that you specify in the request. After the group is /// created, instances in the group are created using the specified instance template. This operation is marked /// as DONE when the group is created even if the instances in the group have not yet been created. You must - /// separately verify the status of the individual instances with the listmanagedinstances method. A regional + /// separately verify the status of the individual instances with thelistmanagedinstances method. A regional /// managed instance group can contain up to 2000 instances. /// public class InsertRequest : ComputeBaseServiceRequest @@ -57364,12 +58952,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -57457,9 +59045,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -57467,7 +59055,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -57480,12 +59068,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -57500,10 +59088,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -57517,7 +59106,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -57596,8 +59185,8 @@ protected override void InitParameters() } /// - /// Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and - /// orderBy query parameters are not supported. + /// Lists all errors thrown by actions on instances for a given regional managed instance group. The filter + /// andorderBy query parameters are not supported. /// /// Project ID for this request. /// Name of the region scoping this request. This should conform to RFC1035. @@ -57611,8 +59200,8 @@ public virtual ListErrorsRequest ListErrors(string project, string region, strin } /// - /// Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and - /// orderBy query parameters are not supported. + /// Lists all errors thrown by actions on instances for a given regional managed instance group. The filter + /// andorderBy query parameters are not supported. /// public class ListErrorsRequest : ComputeBaseServiceRequest { @@ -57646,9 +59235,9 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -57656,7 +59245,7 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -57669,12 +59258,12 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -57689,10 +59278,11 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -57706,7 +59296,7 @@ public ListErrorsRequest(Google.Apis.Services.IClientService service, string pro /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -57795,7 +59385,7 @@ protected override void InitParameters() /// /// Lists the instances in the managed instance group and instances that are scheduled to be created. The list /// includes any current actions that the group has scheduled for its instances. The orderBy query parameter is - /// not supported. The `pageToken` query parameter is supported only if the group's + /// not supported. The `pageToken` query parameter is supported only if the group's /// `listManagedInstancesResults` field is set to `PAGINATED`. /// /// Project ID for this request. @@ -57809,7 +59399,7 @@ public virtual ListManagedInstancesRequest ListManagedInstances(string project, /// /// Lists the instances in the managed instance group and instances that are scheduled to be created. The list /// includes any current actions that the group has scheduled for its instances. The orderBy query parameter is - /// not supported. The `pageToken` query parameter is supported only if the group's + /// not supported. The `pageToken` query parameter is supported only if the group's /// `listManagedInstancesResults` field is set to `PAGINATED`. /// public class ListManagedInstancesRequest : ComputeBaseServiceRequest @@ -57841,9 +59431,9 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -57851,7 +59441,7 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -57864,12 +59454,12 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -57884,10 +59474,11 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -57901,7 +59492,7 @@ public ListManagedInstancesRequest(Google.Apis.Services.IClientService service, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -58034,9 +59625,9 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -58044,7 +59635,7 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -58057,12 +59648,12 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -58077,10 +59668,11 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -58094,7 +59686,7 @@ public ListPerInstanceConfigsRequest(Google.Apis.Services.IClientService service /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -58184,11 +59776,10 @@ protected override void InitParameters() /// Updates a managed instance group using the information that you specify in the request. This operation is /// marked as DONE when the group is patched even if the instances in the group are still in the process of /// being patched. You must separately verify the status of the individual instances with the - /// listmanagedinstances method. This method supports PATCH semantics and uses the JSON merge patch format and - /// processing rules. If you update your group to specify a new template or instance configuration, it's + /// listmanagedinstances method. This method supportsPATCH semantics and uses theJSON merge patch format and + /// processing rules. If you update your group to specify a new template or instance configuration, it's /// possible that your intended specification for each VM in the group is different from the current state of - /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a - /// MIG. + /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, seeUpdating instances in a MIG. /// /// The body of the request. /// Project ID for this request. @@ -58203,11 +59794,10 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.InstanceGroupManag /// Updates a managed instance group using the information that you specify in the request. This operation is /// marked as DONE when the group is patched even if the instances in the group are still in the process of /// being patched. You must separately verify the status of the individual instances with the - /// listmanagedinstances method. This method supports PATCH semantics and uses the JSON merge patch format and - /// processing rules. If you update your group to specify a new template or instance configuration, it's + /// listmanagedinstances method. This method supportsPATCH semantics and uses theJSON merge patch format and + /// processing rules. If you update your group to specify a new template or instance configuration, it's /// possible that your intended specification for each VM in the group is different from the current state of - /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a - /// MIG. + /// that VM. To learn how to apply an updated configuration to the VMs in a MIG, seeUpdating instances in a MIG. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -58235,12 +59825,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -58344,12 +59934,12 @@ public PatchPerInstanceConfigsRequest(Google.Apis.Services.IClientService servic /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -58412,10 +60002,10 @@ protected override void InitParameters() /// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is /// recreated using the group's current configuration. This operation is marked as DONE when the flag is set /// even if the instances have not yet been recreated. You must separately verify the status of each instance by - /// checking its currentAction field; for more information, see Checking the status of managed instances. If the + /// checking itscurrentAction field; for more information, see Checking the status of managed instances. If the /// group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after - /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a - /// maximum of 1000 instances with this method per request. + /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify + /// a maximum of 1000 instances with this method per request. /// /// The body of the request. /// Project ID for this request. @@ -58430,10 +60020,10 @@ public virtual RecreateInstancesRequest RecreateInstances(Google.Apis.Compute.v1 /// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is /// recreated using the group's current configuration. This operation is marked as DONE when the flag is set /// even if the instances have not yet been recreated. You must separately verify the status of each instance by - /// checking its currentAction field; for more information, see Checking the status of managed instances. If the + /// checking itscurrentAction field; for more information, see Checking the status of managed instances. If the /// group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after - /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a - /// maximum of 1000 instances with this method per request. + /// the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify + /// a maximum of 1000 instances with this method per request. /// public class RecreateInstancesRequest : ComputeBaseServiceRequest { @@ -58461,12 +60051,12 @@ public RecreateInstancesRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -58528,11 +60118,11 @@ protected override void InitParameters() /// /// Changes the intended size of the managed instance group. If you increase the size, the group creates new /// instances using the current instance template. If you decrease the size, the group deletes one or more - /// instances. The resize operation is marked DONE if the resize request is successful. The underlying actions - /// take additional time. You must separately verify the status of the creating or deleting actions with the - /// listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, - /// it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is - /// removed or deleted. + /// instances. The resize operation is marked DONE if theresize request is successful. The underlying actions + /// take additional time. You must separately verify the status of thecreating or deleting actions with + /// thelistmanagedinstances method. If the group is part of a backend service that has enabled connection + /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM + /// instance is removed or deleted. /// /// Project ID for this request. /// Name of the region scoping this request. @@ -58546,11 +60136,11 @@ public virtual ResizeRequest Resize(string project, string region, string instan /// /// Changes the intended size of the managed instance group. If you increase the size, the group creates new /// instances using the current instance template. If you decrease the size, the group deletes one or more - /// instances. The resize operation is marked DONE if the resize request is successful. The underlying actions - /// take additional time. You must separately verify the status of the creating or deleting actions with the - /// listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, - /// it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is - /// removed or deleted. + /// instances. The resize operation is marked DONE if theresize request is successful. The underlying actions + /// take additional time. You must separately verify the status of thecreating or deleting actions with + /// thelistmanagedinstances method. If the group is part of a backend service that has enabled connection + /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM + /// instance is removed or deleted. /// public class ResizeRequest : ComputeBaseServiceRequest { @@ -58582,12 +60172,12 @@ public ResizeRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -58649,15 +60239,15 @@ protected override void InitParameters() } /// - /// Flags the specified instances in the managed instance group to be resumed. This method increases the - /// targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances + /// Flags the specified instances in the managed instance group to be resumed. This method increases + /// thetargetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances /// that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. - /// The underlying actions take additional time. You must separately verify the status of the RESUMING action - /// with the listmanagedinstances method. In this request, you can only specify instances that are suspended. + /// The underlying actions take additional time. You must separately verify the status of theRESUMING action + /// with thelistmanagedinstances method. In this request, you can only specify instances that are suspended. /// For example, if an instance was previously suspended using the suspendInstances method, it can be resumed - /// using the resumeInstances method. If a health check is attached to the managed instance group, the specified - /// instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances - /// with this method per request. + /// using the resumeInstances method. If a health check is attached to the managed instance group, the + /// specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 + /// instances with this method per request. /// /// The body of the request. /// Project ID for this request. @@ -58669,15 +60259,15 @@ public virtual ResumeInstancesRequest ResumeInstances(Google.Apis.Compute.v1.Dat } /// - /// Flags the specified instances in the managed instance group to be resumed. This method increases the - /// targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances + /// Flags the specified instances in the managed instance group to be resumed. This method increases + /// thetargetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances /// that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. - /// The underlying actions take additional time. You must separately verify the status of the RESUMING action - /// with the listmanagedinstances method. In this request, you can only specify instances that are suspended. + /// The underlying actions take additional time. You must separately verify the status of theRESUMING action + /// with thelistmanagedinstances method. In this request, you can only specify instances that are suspended. /// For example, if an instance was previously suspended using the suspendInstances method, it can be resumed - /// using the resumeInstances method. If a health check is attached to the managed instance group, the specified - /// instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances - /// with this method per request. + /// using the resumeInstances method. If a health check is attached to the managed instance group, the + /// specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 + /// instances with this method per request. /// public class ResumeInstancesRequest : ComputeBaseServiceRequest { @@ -58705,12 +60295,12 @@ public ResumeInstancesRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -58812,12 +60402,12 @@ public SetInstanceTemplateRequest(Google.Apis.Services.IClientService service, G /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -58919,12 +60509,12 @@ public SetTargetPoolsRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -58984,14 +60574,14 @@ protected override void InitParameters() } /// - /// Flags the specified instances in the managed instance group to be started. This method increases the - /// targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that - /// you start. The startInstances operation is marked DONE if the startInstances request is successful. The - /// underlying actions take additional time. You must separately verify the status of the STARTING action with - /// the listmanagedinstances method. In this request, you can only specify instances that are stopped. For + /// Flags the specified instances in the managed instance group to be started. This method increases + /// thetargetSize and decreases the targetStoppedSize of the managed instance group by the number of instances + /// that you start. The startInstances operation is marked DONE if the startInstances request is successful. The + /// underlying actions take additional time. You must separately verify the status of theSTARTING action with + /// thelistmanagedinstances method. In this request, you can only specify instances that are stopped. For /// example, if an instance was previously stopped using the stopInstances method, it can be started using the - /// startInstances method. If a health check is attached to the managed instance group, the specified instances - /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this + /// startInstances method. If a health check is attached to the managed instance group, the specified instances + /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this /// method per request. /// /// The body of the request. @@ -59004,14 +60594,14 @@ public virtual StartInstancesRequest StartInstances(Google.Apis.Compute.v1.Data. } /// - /// Flags the specified instances in the managed instance group to be started. This method increases the - /// targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that - /// you start. The startInstances operation is marked DONE if the startInstances request is successful. The - /// underlying actions take additional time. You must separately verify the status of the STARTING action with - /// the listmanagedinstances method. In this request, you can only specify instances that are stopped. For + /// Flags the specified instances in the managed instance group to be started. This method increases + /// thetargetSize and decreases the targetStoppedSize of the managed instance group by the number of instances + /// that you start. The startInstances operation is marked DONE if the startInstances request is successful. The + /// underlying actions take additional time. You must separately verify the status of theSTARTING action with + /// thelistmanagedinstances method. In this request, you can only specify instances that are stopped. For /// example, if an instance was previously stopped using the stopInstances method, it can be started using the - /// startInstances method. If a health check is attached to the managed instance group, the specified instances - /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this + /// startInstances method. If a health check is attached to the managed instance group, the specified instances + /// will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this /// method per request. /// public class StartInstancesRequest : ComputeBaseServiceRequest @@ -59040,12 +60630,12 @@ public StartInstancesRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -59106,17 +60696,17 @@ protected override void InitParameters() /// /// Flags the specified instances in the managed instance group to be immediately stopped. You can only specify - /// instances that are running in this request. This method reduces the targetSize and increases the + /// instances that are running in this request. This method reduces thetargetSize and increases the /// targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances /// operation is marked DONE if the stopInstances request is successful. The underlying actions take additional - /// time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If + /// time. You must separately verify the status of theSTOPPING action with thelistmanagedinstances method. If /// the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until /// initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This - /// delay gives your application time to set itself up and initialize on the instance. If more than - /// initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will - /// be zero delay. If the group is part of a backend service that has enabled connection draining, it can take - /// up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. - /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 + /// delay gives your application time to set itself up and initialize on the instance. If more + /// thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there + /// will be zero delay. If the group is part of a backend service that has enabled connection draining, it can + /// take up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. + /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 /// instances with this method per request. /// /// The body of the request. @@ -59130,17 +60720,17 @@ public virtual StopInstancesRequest StopInstances(Google.Apis.Compute.v1.Data.Re /// /// Flags the specified instances in the managed instance group to be immediately stopped. You can only specify - /// instances that are running in this request. This method reduces the targetSize and increases the + /// instances that are running in this request. This method reduces thetargetSize and increases the /// targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances /// operation is marked DONE if the stopInstances request is successful. The underlying actions take additional - /// time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If + /// time. You must separately verify the status of theSTOPPING action with thelistmanagedinstances method. If /// the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until /// initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This - /// delay gives your application time to set itself up and initialize on the instance. If more than - /// initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will - /// be zero delay. If the group is part of a backend service that has enabled connection draining, it can take - /// up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. - /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 + /// delay gives your application time to set itself up and initialize on the instance. If more + /// thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method is called, there + /// will be zero delay. If the group is part of a backend service that has enabled connection draining, it can + /// take up to 60 seconds after the connection draining duration has elapsed before the VM instance is stopped. + /// Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 /// instances with this method per request. /// public class StopInstancesRequest : ComputeBaseServiceRequest @@ -59169,12 +60759,12 @@ public StopInstancesRequest(Google.Apis.Services.IClientService service, Google. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -59235,18 +60825,18 @@ protected override void InitParameters() /// /// Flags the specified instances in the managed instance group to be immediately suspended. You can only - /// specify instances that are running in this request. This method reduces the targetSize and increases the + /// specify instances that are running in this request. This method reduces thetargetSize and increases the /// targetSuspendedSize of the managed instance group by the number of instances that you suspend. The /// suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying - /// actions take additional time. You must separately verify the status of the SUSPENDING action with the - /// listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension - /// of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the - /// instance was created). This delay gives your application time to set itself up and initialize on the - /// instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method - /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection + /// actions take additional time. You must separately verify the status of theSUSPENDING action with + /// thelistmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays + /// suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when + /// the instance was created). This delay gives your application time to set itself up and initialize on the + /// instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method + /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM - /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can specify - /// a maximum of 1000 instances with this method per request. + /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can + /// specify a maximum of 1000 instances with this method per request. /// /// The body of the request. /// Project ID for this request. @@ -59259,18 +60849,18 @@ public virtual SuspendInstancesRequest SuspendInstances(Google.Apis.Compute.v1.D /// /// Flags the specified instances in the managed instance group to be immediately suspended. You can only - /// specify instances that are running in this request. This method reduces the targetSize and increases the + /// specify instances that are running in this request. This method reduces thetargetSize and increases the /// targetSuspendedSize of the managed instance group by the number of instances that you suspend. The /// suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying - /// actions take additional time. You must separately verify the status of the SUSPENDING action with the - /// listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension - /// of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the - /// instance was created). This delay gives your application time to set itself up and initialize on the - /// instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method - /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection + /// actions take additional time. You must separately verify the status of theSUSPENDING action with + /// thelistmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays + /// suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when + /// the instance was created). This delay gives your application time to set itself up and initialize on the + /// instance. If more thaninitialDelaySec seconds have passed sinceinstance.creationTimestamp when this method + /// is called, there will be zero delay. If the group is part of a backend service that has enabled connection /// draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM - /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can specify - /// a maximum of 1000 instances with this method per request. + /// instance is suspended. Suspended instances can be resumed using the resumeInstances method. You can + /// specify a maximum of 1000 instances with this method per request. /// public class SuspendInstancesRequest : ComputeBaseServiceRequest { @@ -59298,12 +60888,12 @@ public SuspendInstancesRequest(Google.Apis.Services.IClientService service, Goog /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -59407,12 +60997,12 @@ public UpdatePerInstanceConfigsRequest(Google.Apis.Services.IClientService servi /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -59592,9 +61182,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -59602,7 +61192,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -59615,12 +61205,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -59635,10 +61225,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -59652,7 +61243,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -59781,9 +61372,9 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -59791,7 +61382,7 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -59804,12 +61395,12 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -59824,10 +61415,11 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -59841,7 +61433,7 @@ public ListInstancesRequest(Google.Apis.Services.IClientService service, Google. /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -59972,12 +61564,12 @@ public SetNamedPortsRequest(Google.Apis.Services.IClientService service, Google. /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -60171,12 +61763,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -60339,12 +61931,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -60432,9 +62024,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -60442,7 +62034,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -60455,12 +62047,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -60475,10 +62067,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -60492,7 +62085,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -60620,12 +62213,12 @@ public BulkInsertRequest(Google.Apis.Services.IClientService service, Google.Api /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -60695,7 +62288,7 @@ public RegionInstantSnapshotsResource(Google.Apis.Services.IClientService servic /// Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might /// not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is /// marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next - /// corresponding instantSnapshot. For more information, see Deleting instantSnapshots. + /// corresponding instantSnapshot. For more information, seeDeleting instantSnapshots. /// /// Project ID for this request. /// The name of the region for this request. @@ -60709,7 +62302,7 @@ public virtual DeleteRequest Delete(string project, string region, string instan /// Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might /// not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is /// marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next - /// corresponding instantSnapshot. For more information, see Deleting instantSnapshots. + /// corresponding instantSnapshot. For more information, seeDeleting instantSnapshots. /// public class DeleteRequest : ComputeBaseServiceRequest { @@ -60736,12 +62329,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -60987,12 +62580,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -61076,9 +62669,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -61086,7 +62679,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -61099,12 +62692,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -61119,10 +62712,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -61136,7 +62730,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -61338,12 +62932,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -61546,12 +63140,12 @@ public AttachNetworkEndpointsRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -61657,12 +63251,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -61762,12 +63356,12 @@ public DetachNetworkEndpointsRequest(Google.Apis.Services.IClientService service /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -61947,12 +63541,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -62009,7 +63603,7 @@ protected override void InitParameters() /// /// Project ID for this request. /// - /// The name of the region where the network endpoint group is located. It should comply with RFC1035. + /// The name of theregion where the network endpoint group is located. It should comply with RFC1035. /// public virtual ListRequest List(string project, string region) { @@ -62035,7 +63629,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public virtual string Project { get; private set; } /// - /// The name of the region where the network endpoint group is located. It should comply with RFC1035. + /// The name of theregion where the network endpoint group is located. It should comply with RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] public virtual string Region { get; private set; } @@ -62046,9 +63640,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -62056,7 +63650,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -62069,12 +63663,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -62089,10 +63683,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -62106,7 +63701,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -62187,7 +63782,7 @@ protected override void InitParameters() /// Lists the network endpoints in the specified network endpoint group. /// Project ID for this request. /// - /// The name of the region where the network endpoint group is located. It should comply with RFC1035. + /// The name of theregion where the network endpoint group is located. It should comply with RFC1035. /// /// /// The name of the network endpoint group from which you want to generate a list of included network endpoints. @@ -62215,7 +63810,7 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, public virtual string Project { get; private set; } /// - /// The name of the region where the network endpoint group is located. It should comply with RFC1035. + /// The name of theregion where the network endpoint group is located. It should comply with RFC1035. /// [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] public virtual string Region { get; private set; } @@ -62233,9 +63828,9 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -62243,7 +63838,7 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -62256,12 +63851,12 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -62276,10 +63871,11 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -62293,7 +63889,7 @@ public ListNetworkEndpointsRequest(Google.Apis.Services.IClientService service, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -62438,12 +64034,12 @@ public AddAssociationRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -62546,14 +64142,14 @@ public AddRuleRequest(Google.Apis.Services.IClientService service, Google.Apis.C public virtual string FirewallPolicy { get; private set; } /// - /// When rule.priority is not specified, auto choose a unused priority between minPriority and + /// When rule.priority is not specified, auto choose a unused priority betweenminPriority and /// maxPriority&gt;. This field is exclusive with rule.priority. /// [Google.Apis.Util.RequestParameterAttribute("maxPriority", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable MaxPriority { get; set; } /// - /// When rule.priority is not specified, auto choose a unused priority between minPriority and + /// When rule.priority is not specified, auto choose a unused priority betweenminPriority and /// maxPriority&gt;. This field is exclusive with rule.priority. /// [Google.Apis.Util.RequestParameterAttribute("minPriority", Google.Apis.Util.RequestParameterType.Query)] @@ -62561,12 +64157,12 @@ public AddRuleRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -62676,12 +64272,12 @@ public CloneRulesRequest(Google.Apis.Services.IClientService service, string pro /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -62781,12 +64377,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -63275,12 +64871,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -63370,9 +64966,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -63380,7 +64976,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -63393,12 +64989,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -63413,10 +65009,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -63430,7 +65027,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -63545,12 +65142,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -63650,12 +65247,12 @@ public PatchRuleRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -63761,12 +65358,12 @@ public RemoveAssociationRequest(Google.Apis.Services.IClientService service, str /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -63866,12 +65463,12 @@ public RemoveRuleRequest(Google.Apis.Services.IClientService service, string pro /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -64144,12 +65741,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -64312,12 +65909,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -64401,9 +65998,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -64411,7 +66008,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -64424,12 +66021,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -64444,10 +66041,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -64461,7 +66059,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -64733,9 +66331,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -64743,7 +66341,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -64756,12 +66354,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -64776,10 +66374,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -64793,7 +66392,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -64875,11 +66474,11 @@ protected override void InitParameters() /// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute /// deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that /// it waits for no more than the default deadline (2 minutes) and then returns the current state of the - /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. - /// Specifically: - In uncommon cases, when the server is overloaded, the request might return before the - /// default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there - /// is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the - /// operation is not `DONE`. + /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. + /// Specifically: - In uncommon cases, when the server is overloaded, the request might return + /// before the default deadline is reached, or might return after zero seconds. - If the default deadline + /// is reached, there is no guarantee that the operation is actually done when the method returns. Be + /// prepared to retry if the operation is not `DONE`. /// /// Project ID for this request. /// Name of the region for this request. @@ -64893,11 +66492,11 @@ public virtual WaitRequest Wait(string project, string region, string operation) /// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute /// deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that /// it waits for no more than the default deadline (2 minutes) and then returns the current state of the - /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. - /// Specifically: - In uncommon cases, when the server is overloaded, the request might return before the - /// default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there - /// is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the - /// operation is not `DONE`. + /// operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. + /// Specifically: - In uncommon cases, when the server is overloaded, the request might return + /// before the default deadline is reached, or might return after zero seconds. - If the default deadline + /// is reached, there is no guarantee that the operation is actually done when the method returns. Be + /// prepared to retry if the operation is not `DONE`. /// public class WaitRequest : ComputeBaseServiceRequest { @@ -65105,12 +66704,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -65352,12 +66951,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -65453,9 +67052,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -65463,7 +67062,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -65476,12 +67075,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -65496,10 +67095,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -65513,7 +67113,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -65636,12 +67236,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -65961,12 +67561,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -66075,12 +67675,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -66247,12 +67847,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -66340,9 +67940,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -66350,7 +67950,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -66363,12 +67963,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -66383,10 +67983,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -66400,7 +68001,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -66538,12 +68139,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -66708,12 +68309,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -66801,9 +68402,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -66811,7 +68412,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -66824,12 +68425,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -66844,10 +68445,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -66861,7 +68463,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -66972,9 +68574,9 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -66982,7 +68584,7 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -66995,12 +68597,12 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -67015,10 +68617,11 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -67032,7 +68635,7 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -67151,12 +68754,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -67265,12 +68868,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -67433,12 +69036,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -67526,9 +69129,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -67536,7 +69139,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -67549,12 +69152,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -67569,10 +69172,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -67586,7 +69190,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -67701,12 +69305,12 @@ public SetUrlMapRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -67815,12 +69419,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -67983,12 +69587,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -68076,9 +69680,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -68086,7 +69690,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -68099,12 +69703,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -68119,10 +69723,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -68136,7 +69741,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -68216,7 +69821,7 @@ protected override void InitParameters() /// /// Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method - /// supports PATCH semantics and uses JSON merge patch format and processing rules. + /// supports PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -68229,7 +69834,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.TargetHttpsProxy b /// /// Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method - /// supports PATCH semantics and uses JSON merge patch format and processing rules. + /// supports PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -68257,12 +69862,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -68360,12 +69965,12 @@ public SetSslCertificatesRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -68461,12 +70066,12 @@ public SetUrlMapRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -68575,12 +70180,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -68743,12 +70348,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -68836,9 +70441,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -68846,7 +70451,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -68859,12 +70464,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -68879,10 +70484,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -68896,7 +70502,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -69267,9 +70873,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -69277,7 +70883,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -69290,12 +70896,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -69310,10 +70916,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -69327,7 +70934,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -69406,8 +71013,8 @@ protected override void InitParameters() } /// - /// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH - /// semantics and uses JSON merge patch format and processing rules. + /// Patches the specified UrlMap resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -69419,8 +71026,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.UrlMap body, strin } /// - /// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH - /// semantics and uses JSON merge patch format and processing rules. + /// Patches the specified UrlMap resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -69736,9 +71343,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -69746,7 +71353,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -69759,12 +71366,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -69779,10 +71386,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -69796,7 +71404,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -69890,11 +71498,11 @@ public RegionsResource(Google.Apis.Services.IClientService service) } /// - /// Returns the specified Region resource. To decrease latency for this method, you can optionally omit any + /// Returns the specified Region resource. To decrease latency for this method, you can optionally omit any /// unneeded information from the response by using a field mask. This practice is especially recommended for /// unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` /// query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` - /// fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota + /// fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota /// information is unavailable for the region and if the organization policy constraint /// compute.requireBasicQuotaInResponse is enforced. This constraint, when enforced, disables the fail-open /// behaviour when quota information (the `items.quotas` field) is unavailable for the region. It is recommended @@ -69909,11 +71517,11 @@ public virtual GetRequest Get(string project, string region) } /// - /// Returns the specified Region resource. To decrease latency for this method, you can optionally omit any + /// Returns the specified Region resource. To decrease latency for this method, you can optionally omit any /// unneeded information from the response by using a field mask. This practice is especially recommended for /// unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` /// query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` - /// fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota + /// fields, add the query parameter `?fields=id,selfLink` to your request. This method fails if the quota /// information is unavailable for the region and if the organization policy constraint /// compute.requireBasicQuotaInResponse is enforced. This constraint, when enforced, disables the fail-open /// behaviour when quota information (the `items.quotas` field) is unavailable for the region. It is recommended @@ -69971,12 +71579,12 @@ protected override void InitParameters() } /// - /// Retrieves the list of region resources available to the specified project. To decrease latency for this + /// Retrieves the list of region resources available to the specified project. To decrease latency for this /// method, you can optionally omit any unneeded information from the response by using a field mask. This /// practice is especially recommended for unused quota information (the `items.quotas` field). To exclude one /// or more fields, set your request's `fields` query parameter to only include the fields you need. For /// example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to - /// your request. This method fails if the quota information is unavailable for the region and if the + /// your request. This method fails if the quota information is unavailable for the region and if the /// organization policy constraint compute.requireBasicQuotaInResponse is enforced. This constraint, when /// enforced, disables the fail-open behaviour when quota information (the `items.quotas` field) is unavailable /// for the region. It is recommended to use the default setting for the constraint unless your application @@ -69989,12 +71597,12 @@ public virtual ListRequest List(string project) } /// - /// Retrieves the list of region resources available to the specified project. To decrease latency for this + /// Retrieves the list of region resources available to the specified project. To decrease latency for this /// method, you can optionally omit any unneeded information from the response by using a field mask. This /// practice is especially recommended for unused quota information (the `items.quotas` field). To exclude one /// or more fields, set your request's `fields` query parameter to only include the fields you need. For /// example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to - /// your request. This method fails if the quota information is unavailable for the region and if the + /// your request. This method fails if the quota information is unavailable for the region and if the /// organization policy constraint compute.requireBasicQuotaInResponse is enforced. This constraint, when /// enforced, disables the fail-open behaviour when quota information (the `items.quotas` field) is unavailable /// for the region. It is recommended to use the default setting for the constraint unless your application @@ -70019,9 +71627,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -70029,7 +71637,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -70042,12 +71650,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -70062,10 +71670,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -70079,7 +71688,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -70285,6 +71894,109 @@ protected override void InitParameters() } } + /// + /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. + /// + /// Project ID for this request. + /// The name of the zone for this request. + /// Name or id of parent resource of the resource for this request. + /// Name or id of the resource for this request. + public virtual GetIamPolicyRequest GetIamPolicy(string project, string zone, string parentResource, string resource) + { + return new GetIamPolicyRequest(this.service, project, zone, parentResource, resource); + } + + /// + /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. + /// + public class GetIamPolicyRequest : ComputeBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string project, string zone, string parentResource, string resource) : base(service) + { + Project = project; + Zone = zone; + ParentResource = parentResource; + Resource = resource; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name or id of parent resource of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("parentResource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ParentResource { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Requested IAM Policy version. + [Google.Apis.Util.RequestParameterAttribute("optionsRequestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("parentResource", new Google.Apis.Discovery.Parameter + { + Name = "parentResource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("optionsRequestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "optionsRequestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// Retrieves a list of reservation blocks under a single reservation. /// Project ID for this request. /// Name of the zone for this request. Zone name should conform to RFC1035. @@ -70326,9 +72038,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -70336,7 +72048,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -70349,12 +72061,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -70369,10 +72081,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -70386,7 +72099,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -70521,12 +72234,12 @@ public PerformMaintenanceRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -70592,6 +72305,196 @@ protected override void InitParameters() }); } } + + /// Sets the access control policy on the specified resource. Replaces any existing policy. + /// The body of the request. + /// Project ID for this request. + /// The name of the zone for this request. + /// Name or id of parent resource of the resource for this request. + /// Name or id of the resource for this request. + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Compute.v1.Data.ZoneSetNestedPolicyRequest body, string project, string zone, string parentResource, string resource) + { + return new SetIamPolicyRequest(this.service, body, project, zone, parentResource, resource); + } + + /// Sets the access control policy on the specified resource. Replaces any existing policy. + public class SetIamPolicyRequest : ComputeBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ZoneSetNestedPolicyRequest body, string project, string zone, string parentResource, string resource) : base(service) + { + Project = project; + Zone = zone; + ParentResource = parentResource; + Resource = resource; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name or id of parent resource of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("parentResource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ParentResource { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.ZoneSetNestedPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("parentResource", new Google.Apis.Discovery.Parameter + { + Name = "parentResource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + } + } + + /// Returns permissions that a caller has on the specified resource. + /// The body of the request. + /// Project ID for this request. + /// The name of the zone for this request. + /// Name or id of parent resource of the resource for this request. + /// Name or id of the resource for this request. + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Compute.v1.Data.TestPermissionsRequest body, string project, string zone, string parentResource, string resource) + { + return new TestIamPermissionsRequest(this.service, body, project, zone, parentResource, resource); + } + + /// Returns permissions that a caller has on the specified resource. + public class TestIamPermissionsRequest : ComputeBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.TestPermissionsRequest body, string project, string zone, string parentResource, string resource) : base(service) + { + Project = project; + Zone = zone; + ParentResource = parentResource; + Resource = resource; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name or id of parent resource of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("parentResource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ParentResource { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.TestPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/reservations/{parentResource}/reservationBlocks/{resource}/testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("parentResource", new Google.Apis.Discovery.Parameter + { + Name = "parentResource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + } + } } /// The "reservationSubBlocks" collection of methods. @@ -70657,6 +72560,26 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s [Google.Apis.Util.RequestParameterAttribute("reservationSubBlock", Google.Apis.Util.RequestParameterType.Path)] public virtual string ReservationSubBlock { get; private set; } + /// View of the subBlock. + [Google.Apis.Util.RequestParameterAttribute("view", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable View { get; set; } + + /// View of the subBlock. + public enum ViewEnum + { + /// This view includes basic information about the reservation sub block + [Google.Apis.Util.StringValueAttribute("SUB_BLOCK_VIEW_BASIC")] + SUBBLOCKVIEWBASIC = 0, + + /// Includes detailed topology view. + [Google.Apis.Util.StringValueAttribute("SUB_BLOCK_VIEW_FULL")] + SUBBLOCKVIEWFULL = 1, + + /// The default / unset value. The API will default to the BASIC view. + [Google.Apis.Util.StringValueAttribute("SUB_BLOCK_VIEW_UNSPECIFIED")] + SUBBLOCKVIEWUNSPECIFIED = 2, + } + /// Gets the method name. public override string MethodName => "get"; @@ -70702,6 +72625,117 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("view", new Google.Apis.Discovery.Parameter + { + Name = "view", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. + /// + /// Project ID for this request. + /// The name of the zone for this request. + /// Name or id of parent resource of the resource for this request. + /// Name or id of the resource for this request. + public virtual GetIamPolicyRequest GetIamPolicy(string project, string zone, string parentResource, string resource) + { + return new GetIamPolicyRequest(this.service, project, zone, parentResource, resource); + } + + /// + /// Gets the access control policy for a resource. May be empty if no such policy or resource exists. + /// + public class GetIamPolicyRequest : ComputeBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string project, string zone, string parentResource, string resource) : base(service) + { + Project = project; + Zone = zone; + ParentResource = parentResource; + Resource = resource; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name or id of parent resource of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("parentResource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ParentResource { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Requested IAM Policy version. + [Google.Apis.Util.RequestParameterAttribute("optionsRequestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("parentResource", new Google.Apis.Discovery.Parameter + { + Name = "parentResource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("optionsRequestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "optionsRequestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -70750,9 +72784,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -70760,7 +72794,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -70773,12 +72807,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -70793,10 +72827,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -70810,7 +72845,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -70853,41 +72888,158 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter - { - Name = "maxResults", - IsRequired = false, - ParameterType = "query", - DefaultValue = "500", - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter + { + Name = "maxResults", + IsRequired = false, + ParameterType = "query", + DefaultValue = "500", + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Allows customers to perform maintenance on a reservation subBlock + /// Project ID for this request. + /// Name of the zone for this request. Zone name should conform to RFC1035. + /// + /// The name of the parent reservation and parent block. In the format of + /// reservations/{reservation_name}/reservationBlocks/{reservation_block_name} + /// + /// + /// The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID. + /// + public virtual PerformMaintenanceRequest PerformMaintenance(string project, string zone, string parentName, string reservationSubBlock) + { + return new PerformMaintenanceRequest(this.service, project, zone, parentName, reservationSubBlock); + } + + /// Allows customers to perform maintenance on a reservation subBlock + public class PerformMaintenanceRequest : ComputeBaseServiceRequest + { + /// Constructs a new PerformMaintenance request. + public PerformMaintenanceRequest(Google.Apis.Services.IClientService service, string project, string zone, string parentName, string reservationSubBlock) : base(service) + { + Project = project; + Zone = zone; + ParentName = parentName; + ReservationSubBlock = reservationSubBlock; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the zone for this request. Zone name should conform to RFC1035. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// + /// The name of the parent reservation and parent block. In the format of + /// reservations/{reservation_name}/reservationBlocks/{reservation_block_name} + /// + [Google.Apis.Util.RequestParameterAttribute("parentName", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ParentName { get; private set; } + + /// + /// The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID. + /// + [Google.Apis.Util.RequestParameterAttribute("reservationSubBlock", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ReservationSubBlock { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "performMaintenance"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/performMaintenance"; + + /// Initializes PerformMaintenance parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("parentName", new Google.Apis.Discovery.Parameter + { + Name = "parentName", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("reservationSubBlock", new Google.Apis.Discovery.Parameter { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", + Name = "reservationSubBlock", + IsRequired = true, + ParameterType = "path", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { - Name = "returnPartialSuccess", + Name = "requestId", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -70896,7 +73048,8 @@ protected override void InitParameters() } } - /// Allows customers to perform maintenance on a reservation subBlock + /// Allows customers to report a faulty subBlock. + /// The body of the request. /// Project ID for this request. /// Name of the zone for this request. Zone name should conform to RFC1035. /// @@ -70906,21 +73059,22 @@ protected override void InitParameters() /// /// The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID. /// - public virtual PerformMaintenanceRequest PerformMaintenance(string project, string zone, string parentName, string reservationSubBlock) + public virtual ReportFaultyRequest ReportFaulty(Google.Apis.Compute.v1.Data.ReservationSubBlocksReportFaultyRequest body, string project, string zone, string parentName, string reservationSubBlock) { - return new PerformMaintenanceRequest(this.service, project, zone, parentName, reservationSubBlock); + return new ReportFaultyRequest(this.service, body, project, zone, parentName, reservationSubBlock); } - /// Allows customers to perform maintenance on a reservation subBlock - public class PerformMaintenanceRequest : ComputeBaseServiceRequest + /// Allows customers to report a faulty subBlock. + public class ReportFaultyRequest : ComputeBaseServiceRequest { - /// Constructs a new PerformMaintenance request. - public PerformMaintenanceRequest(Google.Apis.Services.IClientService service, string project, string zone, string parentName, string reservationSubBlock) : base(service) + /// Constructs a new ReportFaulty request. + public ReportFaultyRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ReservationSubBlocksReportFaultyRequest body, string project, string zone, string parentName, string reservationSubBlock) : base(service) { Project = project; Zone = zone; ParentName = parentName; ReservationSubBlock = reservationSubBlock; + Body = body; InitParameters(); } @@ -70947,26 +73101,32 @@ public PerformMaintenanceRequest(Google.Apis.Services.IClientService service, st /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.ReservationSubBlocksReportFaultyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + /// Gets the method name. - public override string MethodName => "performMaintenance"; + public override string MethodName => "reportFaulty"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/performMaintenance"; + public override string RestPath => "projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/reportFaulty"; - /// Initializes PerformMaintenance parameter list. + /// Initializes ReportFaulty parameter list. protected override void InitParameters() { base.InitParameters(); @@ -71013,32 +73173,27 @@ protected override void InitParameters() } } - /// Allows customers to report a faulty subBlock. + /// Sets the access control policy on the specified resource. Replaces any existing policy. /// The body of the request. /// Project ID for this request. - /// Name of the zone for this request. Zone name should conform to RFC1035. - /// - /// The name of the parent reservation and parent block. In the format of - /// reservations/{reservation_name}/reservationBlocks/{reservation_block_name} - /// - /// - /// The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID. - /// - public virtual ReportFaultyRequest ReportFaulty(Google.Apis.Compute.v1.Data.ReservationSubBlocksReportFaultyRequest body, string project, string zone, string parentName, string reservationSubBlock) + /// The name of the zone for this request. + /// Name or id of parent resource of the resource for this request. + /// Name or id of the resource for this request. + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Compute.v1.Data.ZoneSetNestedPolicyRequest body, string project, string zone, string parentResource, string resource) { - return new ReportFaultyRequest(this.service, body, project, zone, parentName, reservationSubBlock); + return new SetIamPolicyRequest(this.service, body, project, zone, parentResource, resource); } - /// Allows customers to report a faulty subBlock. - public class ReportFaultyRequest : ComputeBaseServiceRequest + /// Sets the access control policy on the specified resource. Replaces any existing policy. + public class SetIamPolicyRequest : ComputeBaseServiceRequest { - /// Constructs a new ReportFaulty request. - public ReportFaultyRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ReservationSubBlocksReportFaultyRequest body, string project, string zone, string parentName, string reservationSubBlock) : base(service) + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.ZoneSetNestedPolicyRequest body, string project, string zone, string parentResource, string resource) : base(service) { Project = project; Zone = zone; - ParentName = parentName; - ReservationSubBlock = reservationSubBlock; + ParentResource = parentResource; + Resource = resource; Body = body; InitParameters(); } @@ -71047,51 +73202,34 @@ public ReportFaultyRequest(Google.Apis.Services.IClientService service, Google.A [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the zone for this request. Zone name should conform to RFC1035. + /// The name of the zone for this request. [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } - /// - /// The name of the parent reservation and parent block. In the format of - /// reservations/{reservation_name}/reservationBlocks/{reservation_block_name} - /// - [Google.Apis.Util.RequestParameterAttribute("parentName", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ParentName { get; private set; } - - /// - /// The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID. - /// - [Google.Apis.Util.RequestParameterAttribute("reservationSubBlock", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReservationSubBlock { get; private set; } + /// Name or id of parent resource of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("parentResource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ParentResource { get; private set; } - /// - /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, - /// consider a situation where you make an initial request and the request times out. If you make the - /// request again with the same request ID, the server can check if original operation with the same request - /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.ReservationSubBlocksReportFaultyRequest Body { get; set; } + Google.Apis.Compute.v1.Data.ZoneSetNestedPolicyRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "reportFaulty"; + public override string MethodName => "setIamPolicy"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/reportFaulty"; + public override string RestPath => "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/setIamPolicy"; - /// Initializes ReportFaulty parameter list. + /// Initializes SetIamPolicy parameter list. protected override void InitParameters() { base.InitParameters(); @@ -71101,7 +73239,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter { @@ -71109,31 +73247,118 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", }); - RequestParameters.Add("parentName", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parentResource", new Google.Apis.Discovery.Parameter { - Name = "parentName", + Name = "parentResource", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", }); - RequestParameters.Add("reservationSubBlock", new Google.Apis.Discovery.Parameter + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - Name = "reservationSubBlock", + Name = "resource", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + } + } + + /// Returns permissions that a caller has on the specified resource. + /// The body of the request. + /// Project ID for this request. + /// The name of the zone for this request. + /// Name or id of parent resource of the resource for this request. + /// Name or id of the resource for this request. + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Compute.v1.Data.TestPermissionsRequest body, string project, string zone, string parentResource, string resource) + { + return new TestIamPermissionsRequest(this.service, body, project, zone, parentResource, resource); + } + + /// Returns permissions that a caller has on the specified resource. + public class TestIamPermissionsRequest : ComputeBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.TestPermissionsRequest body, string project, string zone, string parentResource, string resource) : base(service) + { + Project = project; + Zone = zone; + ParentResource = parentResource; + Resource = resource; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The name of the zone for this request. + [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Zone { get; private set; } + + /// Name or id of parent resource of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("parentResource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ParentResource { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.TestPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/zones/{zone}/{parentResource}/reservationSubBlocks/{resource}/testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter { - Name = "requestId", - IsRequired = false, - ParameterType = "query", + Name = "project", + IsRequired = true, + ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("zone", new Google.Apis.Discovery.Parameter + { + Name = "zone", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("parentResource", new Google.Apis.Discovery.Parameter + { + Name = "parentResource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-zA-Z0-9/]{0,255}[a-zA-Z0-9])?", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", }); } } @@ -71154,7 +73379,7 @@ public ReservationsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of reservations. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of reservations. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -71164,7 +73389,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of reservations. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of reservations. To prevent failure, it is recommended that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -71186,9 +73411,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -71196,7 +73421,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -71209,12 +73434,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -71239,10 +73464,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -71256,7 +73482,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -71384,12 +73610,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -71604,7 +73830,7 @@ protected override void InitParameters() } } - /// Creates a new reservation. For more information, read Reserving zonal resources. + /// Creates a new reservation. For more information, readReserving zonal resources. /// The body of the request. /// Project ID for this request. /// Name of the zone for this request. @@ -71613,7 +73839,7 @@ public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.Reservation body return new InsertRequest(this.service, body, project, zone); } - /// Creates a new reservation. For more information, read Reserving zonal resources. + /// Creates a new reservation. For more information, readReserving zonal resources. public class InsertRequest : ComputeBaseServiceRequest { /// Constructs a new Insert request. @@ -71635,12 +73861,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -71728,9 +73954,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -71738,7 +73964,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -71751,12 +73977,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -71771,10 +73997,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -71788,7 +74015,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -71905,12 +74132,12 @@ public PerformMaintenanceRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -71970,7 +74197,7 @@ protected override void InitParameters() } /// - /// Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying + /// Resizes the reservation (applicable to standalone reservations only). For more information, readModifying /// reservations. /// /// The body of the request. @@ -71983,7 +74210,7 @@ public virtual ResizeRequest Resize(Google.Apis.Compute.v1.Data.ReservationsResi } /// - /// Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying + /// Resizes the reservation (applicable to standalone reservations only). For more information, readModifying /// reservations. /// public class ResizeRequest : ComputeBaseServiceRequest @@ -72012,12 +74239,12 @@ public ResizeRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -72278,12 +74505,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -72378,7 +74605,7 @@ public ResourcePoliciesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of resource policies. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of resource policies. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -72388,7 +74615,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of resource policies. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of resource policies. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -72410,9 +74637,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -72420,7 +74647,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -72433,12 +74660,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -72463,10 +74690,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -72480,7 +74708,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -72608,12 +74836,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -72859,12 +75087,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -72952,9 +75180,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -72962,7 +75190,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -72975,12 +75203,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -72995,10 +75223,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -73012,7 +75241,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -73127,12 +75356,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -73381,7 +75610,7 @@ public RoutersResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of routers. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of routers. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -73391,7 +75620,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of routers. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of routers. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -73413,9 +75642,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -73423,7 +75652,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -73436,12 +75665,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -73466,10 +75695,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -73483,7 +75713,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -73611,12 +75841,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -73708,12 +75938,12 @@ public DeleteRoutePolicyRequest(Google.Apis.Services.IClientService service, str /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -73980,9 +76210,9 @@ public GetNatMappingInfoRequest(Google.Apis.Services.IClientService service, str /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -73990,7 +76220,7 @@ public GetNatMappingInfoRequest(Google.Apis.Services.IClientService service, str /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -74003,12 +76233,12 @@ public GetNatMappingInfoRequest(Google.Apis.Services.IClientService service, str /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -74030,10 +76260,11 @@ public GetNatMappingInfoRequest(Google.Apis.Services.IClientService service, str /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -74047,7 +76278,7 @@ public GetNatMappingInfoRequest(Google.Apis.Services.IClientService service, str /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -74338,12 +76569,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -74427,9 +76658,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -74437,7 +76668,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -74450,12 +76681,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -74470,10 +76701,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -74487,7 +76719,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -74628,9 +76860,9 @@ public enum AddressFamilyEnum /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -74638,7 +76870,7 @@ public enum AddressFamilyEnum /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -74651,12 +76883,12 @@ public enum AddressFamilyEnum /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -74671,10 +76903,11 @@ public enum AddressFamilyEnum /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -74700,7 +76933,7 @@ public enum AddressFamilyEnum /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -74885,9 +77118,9 @@ public ListRoutePoliciesRequest(Google.Apis.Services.IClientService service, str /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -74895,7 +77128,7 @@ public ListRoutePoliciesRequest(Google.Apis.Services.IClientService service, str /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -74908,12 +77141,12 @@ public ListRoutePoliciesRequest(Google.Apis.Services.IClientService service, str /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -74928,10 +77161,11 @@ public ListRoutePoliciesRequest(Google.Apis.Services.IClientService service, str /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -74945,7 +77179,7 @@ public ListRoutePoliciesRequest(Google.Apis.Services.IClientService service, str /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -75032,8 +77266,8 @@ protected override void InitParameters() } /// - /// Patches the specified Router resource with the data included in the request. This method supports PATCH - /// semantics and uses JSON merge patch format and processing rules. + /// Patches the specified Router resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -75045,8 +77279,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.Router body, strin } /// - /// Patches the specified Router resource with the data included in the request. This method supports PATCH - /// semantics and uses JSON merge patch format and processing rules. + /// Patches the specified Router resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -75074,12 +77308,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -75175,12 +77409,12 @@ public PatchRoutePolicyRequest(Google.Apis.Services.IClientService service, Goog /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -75240,8 +77474,8 @@ protected override void InitParameters() } /// - /// Preview fields auto-generated during router create and update operations. Calling this method does NOT - /// create or update the router. + /// Preview fields auto-generated during router create andupdate operations. Calling this method does NOT create + /// or update the router. /// /// The body of the request. /// Project ID for this request. @@ -75253,8 +77487,8 @@ public virtual PreviewRequest Preview(Google.Apis.Compute.v1.Data.Router body, s } /// - /// Preview fields auto-generated during router create and update operations. Calling this method does NOT - /// create or update the router. + /// Preview fields auto-generated during router create andupdate operations. Calling this method does NOT create + /// or update the router. /// public class PreviewRequest : ComputeBaseServiceRequest { @@ -75327,7 +77561,7 @@ protected override void InitParameters() } /// - /// Updates the specified Router resource with the data included in the request. This method conforms to PUT + /// Updates the specified Router resource with the data included in the request. This method conforms toPUT /// semantics, which requests that the state of the target resource be created or replaced with the state /// defined by the representation enclosed in the request message payload. /// @@ -75341,7 +77575,7 @@ public virtual UpdateRequest Update(Google.Apis.Compute.v1.Data.Router body, str } /// - /// Updates the specified Router resource with the data included in the request. This method conforms to PUT + /// Updates the specified Router resource with the data included in the request. This method conforms toPUT /// semantics, which requests that the state of the target resource be created or replaced with the state /// defined by the representation enclosed in the request message payload. /// @@ -75371,12 +77605,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -75472,12 +77706,12 @@ public UpdateRoutePolicyRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -75580,12 +77814,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -75714,12 +77948,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -75789,9 +78023,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -75799,7 +78033,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -75812,12 +78046,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -75832,10 +78066,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -75849,7 +78084,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -76015,7 +78250,7 @@ protected override void InitParameters() /// /// Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -76025,7 +78260,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -76046,9 +78281,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -76056,7 +78291,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -76069,12 +78304,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -76099,10 +78334,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -76116,7 +78352,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -76238,12 +78474,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -76443,12 +78679,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -76530,9 +78766,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -76540,7 +78776,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -76553,12 +78789,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -76573,10 +78809,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -76590,7 +78827,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -76687,9 +78924,9 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -76697,7 +78934,7 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -76710,12 +78947,12 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -76730,10 +78967,11 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -76747,7 +78985,7 @@ public ListPreconfiguredExpressionSetsRequest(Google.Apis.Services.IClientServic /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -76856,12 +79094,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -77192,7 +79430,7 @@ public ServiceAttachmentsResource(Google.Apis.Services.IClientService service) /// /// Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -77202,7 +79440,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -77223,9 +79461,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -77233,7 +79471,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -77246,12 +79484,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -77276,10 +79514,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -77293,7 +79532,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -77421,12 +79660,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -77690,12 +79929,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -77779,9 +80018,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -77789,7 +80028,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -77802,12 +80041,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -77822,10 +80061,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -77839,7 +80079,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -77919,7 +80159,7 @@ protected override void InitParameters() /// /// Patches the specified ServiceAttachment resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -77935,7 +80175,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.ServiceAttachment /// /// Patches the specified ServiceAttachment resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -77966,12 +80206,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -78277,12 +80517,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -78355,8 +80595,8 @@ public SnapshotsResource(Google.Apis.Services.IClientService service) /// /// Deletes the specified Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily /// delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for - /// subsequent snapshots, the data will be moved to the next corresponding snapshot. For more information, see - /// Deleting snapshots. + /// subsequent snapshots, the data will be moved to the next corresponding snapshot. For more information, + /// seeDeleting snapshots. /// /// Project ID for this request. /// Name of the Snapshot resource to delete. @@ -78368,8 +80608,8 @@ public virtual DeleteRequest Delete(string project, string snapshot) /// /// Deletes the specified Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily /// delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for - /// subsequent snapshots, the data will be moved to the next corresponding snapshot. For more information, see - /// Deleting snapshots. + /// subsequent snapshots, the data will be moved to the next corresponding snapshot. For more information, + /// seeDeleting snapshots. /// public class DeleteRequest : ComputeBaseServiceRequest { @@ -78391,12 +80631,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -78608,12 +80848,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -78683,9 +80923,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -78693,7 +80933,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -78706,12 +80946,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -78726,10 +80966,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -78743,7 +80984,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -78881,7 +81122,7 @@ protected override void InitParameters() } /// - /// Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a snapshot. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -78892,7 +81133,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.GlobalSetL } /// - /// Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a snapshot. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -79035,7 +81276,7 @@ public SslCertificatesResource(Google.Apis.Services.IClientService service) /// /// Retrieves the list of all SslCertificate resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -79045,7 +81286,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all SslCertificate resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -79066,9 +81307,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -79076,7 +81317,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -79089,12 +81330,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -79119,10 +81360,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -79136,7 +81378,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -79258,12 +81500,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -79396,12 +81638,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -79471,9 +81713,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -79481,7 +81723,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -79494,12 +81736,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -79514,10 +81756,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -79531,7 +81774,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -79617,7 +81860,7 @@ public SslPoliciesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves the list of all SslPolicy resources, regional and global, available to the specified project. To + /// Retrieves the list of all SslPolicy resources, regional and global, available to the specified project. To /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. @@ -79627,7 +81870,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves the list of all SslPolicy resources, regional and global, available to the specified project. To + /// Retrieves the list of all SslPolicy resources, regional and global, available to the specified project. To /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -79649,9 +81892,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -79659,7 +81902,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -79672,12 +81915,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -79702,10 +81945,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -79719,7 +81963,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -79851,12 +82095,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -79989,12 +82233,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -80064,9 +82308,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -80074,7 +82318,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -80087,12 +82331,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -80107,10 +82351,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -80124,7 +82369,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -80221,9 +82466,9 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -80231,7 +82476,7 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -80244,12 +82489,12 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -80264,10 +82509,11 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -80281,7 +82527,7 @@ public ListAvailableFeaturesRequest(Google.Apis.Services.IClientService service, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -80386,12 +82632,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -80458,7 +82704,7 @@ public StoragePoolTypesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of storage pool types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of storage pool types. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -80468,7 +82714,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of storage pool types. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of storage pool types. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -80490,9 +82736,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -80500,7 +82746,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -80513,12 +82759,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -80543,10 +82789,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -80560,7 +82807,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -80759,9 +83006,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -80769,7 +83016,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -80782,12 +83029,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -80802,10 +83049,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -80819,7 +83067,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -80913,7 +83161,7 @@ public StoragePoolsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of storage pools. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of storage pools. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -80923,7 +83171,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of storage pools. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of storage pools. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -80945,9 +83193,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -80955,7 +83203,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -80968,12 +83216,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -80998,10 +83246,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -81015,7 +83264,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -81151,12 +83400,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -81406,12 +83655,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -81495,9 +83744,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -81505,7 +83754,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -81518,12 +83767,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -81538,10 +83787,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -81555,7 +83805,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -81672,9 +83922,9 @@ public ListDisksRequest(Google.Apis.Services.IClientService service, string proj /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -81682,7 +83932,7 @@ public ListDisksRequest(Google.Apis.Services.IClientService service, string proj /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -81695,12 +83945,12 @@ public ListDisksRequest(Google.Apis.Services.IClientService service, string proj /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -81715,10 +83965,11 @@ public ListDisksRequest(Google.Apis.Services.IClientService service, string proj /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -81732,7 +83983,7 @@ public ListDisksRequest(Google.Apis.Services.IClientService service, string proj /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -82025,12 +84276,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -82117,7 +84368,7 @@ public SubnetworksResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of subnetworks. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of subnetworks. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -82127,7 +84378,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of subnetworks. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of subnetworks. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -82149,9 +84400,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -82159,7 +84410,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -82172,12 +84423,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -82202,10 +84453,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -82219,7 +84471,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -82232,6 +84484,43 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string [Google.Apis.Util.RequestParameterAttribute("serviceProjectNumber", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ServiceProjectNumber { get; set; } + /// + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. + /// + /// + /// Use this property to set a single value for the parameter, or to set multiple + /// values. Do not set both properties. + /// + [Google.Apis.Util.RequestParameterAttribute("views", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Views { get; set; } + + /// + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. + /// + /// + /// Use this property to set one or more values for the parameter. Do not set both this property and + /// . + /// + [Google.Apis.Util.RequestParameterAttribute("views", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable ViewsList { get; set; } + + /// + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. + /// + public enum ViewsEnum + { + /// + [Google.Apis.Util.StringValueAttribute("DEFAULT")] + DEFAULT__ = 0, + + /// Utilization data is included in the response. + [Google.Apis.Util.StringValueAttribute("WITH_UTILIZATION")] + WITHUTILIZATION = 1, + } + /// Gets the method name. public override string MethodName => "aggregatedList"; @@ -82309,6 +84598,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("views", new Google.Apis.Discovery.Parameter + { + Name = "views", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -82347,12 +84644,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -82442,12 +84739,12 @@ public ExpandIpCidrRangeRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -82540,8 +84837,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s public virtual string Subnetwork { get; private set; } /// - /// Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: - /// Utilization data is included in the response. + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. /// /// /// Use this property to set a single value for the parameter, or to set multiple @@ -82551,8 +84848,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s public virtual System.Nullable Views { get; set; } /// - /// Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: - /// Utilization data is included in the response. + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. /// /// /// Use this property to set one or more values for the parameter. Do not set both this property and @@ -82562,8 +84859,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s public virtual Google.Apis.Util.Repeatable ViewsList { get; set; } /// - /// Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: - /// Utilization data is included in the response. + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. /// public enum ViewsEnum { @@ -82744,12 +85041,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -82833,9 +85130,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -82843,7 +85140,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -82856,12 +85153,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -82876,10 +85173,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -82893,15 +85191,15 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } /// - /// Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: - /// Utilization data is included in the response. + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. /// /// /// Use this property to set a single value for the parameter, or to set multiple @@ -82911,8 +85209,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public virtual System.Nullable Views { get; set; } /// - /// Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: - /// Utilization data is included in the response. + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. /// /// /// Use this property to set one or more values for the parameter. Do not set both this property and @@ -82922,8 +85220,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public virtual Google.Apis.Util.Repeatable ViewsList { get; set; } /// - /// Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: - /// Utilization data is included in the response. + /// Defines the extra views returned back in the subnetwork resource. Supported values: - + /// WITH_UTILIZATION: Utilization data is included in the response. /// public enum ViewsEnum { @@ -83043,9 +85341,9 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -83053,7 +85351,7 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -83066,12 +85364,12 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -83086,10 +85384,11 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -83103,7 +85402,7 @@ public ListUsableRequest(Google.Apis.Services.IClientService service, string pro /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -83234,22 +85533,22 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain /// connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is - /// only applicable when the following conditions are true: - the subnetwork being patched has purpose = - /// INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is - /// setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP - /// subnetworks will be swapped. + /// only applicable when the following conditions are true: - the subnetwork being patched has purpose = + /// INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is + /// setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP + /// subnetworks will be swapped. /// [Google.Apis.Util.RequestParameterAttribute("drainTimeoutSeconds", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable DrainTimeoutSeconds { get; set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -83440,12 +85739,12 @@ public SetPrivateIpGoogleAccessRequest(Google.Apis.Services.IClientService servi /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -83629,12 +85928,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -83769,12 +86068,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -83844,9 +86143,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -83854,7 +86153,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -83867,12 +86166,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -83887,10 +86186,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -83904,7 +86204,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -83976,7 +86276,7 @@ protected override void InitParameters() /// /// Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -83988,7 +86288,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.TargetGrpcProxy bo /// /// Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -84011,12 +86311,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -84084,7 +86384,7 @@ public TargetHttpProxiesResource(Google.Apis.Services.IClientService service) /// /// Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -84094,7 +86394,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -84115,9 +86415,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -84125,7 +86425,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -84138,12 +86438,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -84168,10 +86468,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -84185,7 +86486,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -84307,12 +86608,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -84445,12 +86746,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -84520,9 +86821,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -84530,7 +86831,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -84543,12 +86844,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -84563,10 +86864,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -84580,7 +86882,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -84652,7 +86954,7 @@ protected override void InitParameters() /// /// Patches the specified TargetHttpProxy resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -84664,7 +86966,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.TargetHttpProxy bo /// /// Patches the specified TargetHttpProxy resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -84687,12 +86989,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -84774,12 +87076,12 @@ public SetUrlMapRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -84847,7 +87149,7 @@ public TargetHttpsProxiesResource(Google.Apis.Services.IClientService service) /// /// Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -84857,7 +87159,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified - /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// project. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -84878,9 +87180,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -84888,7 +87190,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -84901,12 +87203,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -84931,10 +87233,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -84948,7 +87251,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -85070,12 +87373,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85208,12 +87511,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85283,9 +87586,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -85293,7 +87596,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -85306,12 +87609,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -85326,10 +87629,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -85343,7 +87647,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -85415,7 +87719,7 @@ protected override void InitParameters() /// /// Patches the specified TargetHttpsProxy resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -85427,7 +87731,7 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.TargetHttpsProxy b /// /// Patches the specified TargetHttpsProxy resource with the data included in the request. This method supports - /// PATCH semantics and uses JSON merge patch format and processing rules. + /// PATCH semantics and usesJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -85450,12 +87754,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85543,12 +87847,12 @@ public SetCertificateMapRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85636,12 +87940,12 @@ public SetQuicOverrideRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85725,12 +88029,12 @@ public SetSslCertificatesRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85826,12 +88130,12 @@ public SetSslPolicyRequest(Google.Apis.Services.IClientService service, Google.A /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85913,12 +88217,12 @@ public SetUrlMapRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -85985,7 +88289,7 @@ public TargetInstancesResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of target instances. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of target instances. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -85995,7 +88299,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of target instances. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of target instances. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -86017,9 +88321,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -86027,7 +88331,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -86040,12 +88344,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -86070,10 +88374,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -86087,7 +88392,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -86215,12 +88520,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -86381,12 +88686,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -86470,9 +88775,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -86480,7 +88785,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -86493,12 +88798,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -86513,10 +88818,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -86530,7 +88836,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -86609,8 +88915,8 @@ protected override void InitParameters() } /// - /// Sets the Google Cloud Armor security policy for the specified target instance. For more information, see - /// Google Cloud Armor Overview + /// Sets the Google Cloud Armor security policy for the specified target instance. For more information, + /// seeGoogle Cloud Armor Overview /// /// The body of the request. /// Project ID for this request. @@ -86625,8 +88931,8 @@ public virtual SetSecurityPolicyRequest SetSecurityPolicy(Google.Apis.Compute.v1 } /// - /// Sets the Google Cloud Armor security policy for the specified target instance. For more information, see - /// Google Cloud Armor Overview + /// Sets the Google Cloud Armor security policy for the specified target instance. For more information, + /// seeGoogle Cloud Armor Overview /// public class SetSecurityPolicyRequest : ComputeBaseServiceRequest { @@ -86657,12 +88963,12 @@ public SetSecurityPolicyRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -86854,12 +89160,12 @@ public AddHealthCheckRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -86955,12 +89261,12 @@ public AddInstanceRequest(Google.Apis.Services.IClientService service, Google.Ap /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -87020,7 +89326,7 @@ protected override void InitParameters() } /// - /// Retrieves an aggregated list of target pools. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of target pools. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -87030,7 +89336,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of target pools. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of target pools. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -87052,9 +89358,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -87062,7 +89368,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -87075,12 +89381,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -87105,10 +89411,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -87122,7 +89429,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -87250,12 +89557,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -87503,12 +89810,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -87592,9 +89899,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -87602,7 +89909,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -87615,12 +89922,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -87635,10 +89942,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -87652,7 +89960,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -87767,12 +90075,12 @@ public RemoveHealthCheckRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -87868,12 +90176,12 @@ public RemoveInstanceRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -87973,12 +90281,12 @@ public SetBackupRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -88046,7 +90354,7 @@ protected override void InitParameters() } /// - /// Sets the Google Cloud Armor security policy for the specified target pool. For more information, see Google + /// Sets the Google Cloud Armor security policy for the specified target pool. For more information, seeGoogle /// Cloud Armor Overview /// /// The body of the request. @@ -88062,7 +90370,7 @@ public virtual SetSecurityPolicyRequest SetSecurityPolicy(Google.Apis.Compute.v1 } /// - /// Sets the Google Cloud Armor security policy for the specified target pool. For more information, see Google + /// Sets the Google Cloud Armor security policy for the specified target pool. For more information, seeGoogle /// Cloud Armor Overview /// public class SetSecurityPolicyRequest : ComputeBaseServiceRequest @@ -88094,12 +90402,12 @@ public SetSecurityPolicyRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -88283,12 +90591,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -88421,12 +90729,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -88496,9 +90804,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -88506,7 +90814,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -88519,12 +90827,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -88539,10 +90847,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -88556,7 +90865,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -88659,12 +90968,12 @@ public SetBackendServiceRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -88752,12 +91061,12 @@ public SetCertificateMapRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -88839,12 +91148,12 @@ public SetProxyHeaderRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -88928,12 +91237,12 @@ public SetSslCertificatesRequest(Google.Apis.Services.IClientService service, Go /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -89029,12 +91338,12 @@ public SetSslPolicyRequest(Google.Apis.Services.IClientService service, Google.A /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -89102,7 +91411,7 @@ public TargetTcpProxiesResource(Google.Apis.Services.IClientService service) /// /// Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. public virtual AggregatedListRequest AggregatedList(string project) @@ -89112,7 +91421,7 @@ public virtual AggregatedListRequest AggregatedList(string project) /// /// Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project. - /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. + /// To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest { @@ -89133,9 +91442,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -89143,7 +91452,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -89156,12 +91465,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -89186,10 +91495,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -89203,7 +91513,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -89325,12 +91635,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -89463,12 +91773,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -89538,9 +91848,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -89548,7 +91858,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -89561,12 +91871,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -89581,10 +91891,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -89598,7 +91909,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -89701,12 +92012,12 @@ public SetBackendServiceRequest(Google.Apis.Services.IClientService service, Goo /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -89788,12 +92099,12 @@ public SetProxyHeaderRequest(Google.Apis.Services.IClientService service, Google /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -89860,7 +92171,7 @@ public TargetVpnGatewaysResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of target VPN gateways. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of target VPN gateways. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -89870,7 +92181,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of target VPN gateways. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of target VPN gateways. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -89892,9 +92203,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -89902,7 +92213,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -89915,12 +92226,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -89945,10 +92256,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -89962,7 +92274,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -90090,12 +92402,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -90256,12 +92568,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -90345,9 +92657,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -90355,7 +92667,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -90368,12 +92680,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -90388,10 +92700,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -90405,7 +92718,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -90484,8 +92797,7 @@ protected override void InitParameters() } /// - /// Sets the labels on a TargetVpnGateway. To learn more about labels, read the Labeling Resources - /// documentation. + /// Sets the labels on a TargetVpnGateway. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -90497,8 +92809,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.RegionSetL } /// - /// Sets the labels on a TargetVpnGateway. To learn more about labels, read the Labeling Resources - /// documentation. + /// Sets the labels on a TargetVpnGateway. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -90526,12 +92837,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -90606,7 +92917,7 @@ public UrlMapsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves the list of all UrlMap resources, regional and global, available to the specified project. To + /// Retrieves the list of all UrlMap resources, regional and global, available to the specified project. To /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Name of the project scoping this request. @@ -90616,7 +92927,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves the list of all UrlMap resources, regional and global, available to the specified project. To + /// Retrieves the list of all UrlMap resources, regional and global, available to the specified project. To /// prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -90638,9 +92949,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -90648,7 +92959,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -90661,12 +92972,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -90691,10 +93002,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -90708,7 +93020,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -90830,12 +93142,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -90968,12 +93280,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -91053,12 +93365,12 @@ public InvalidateCacheRequest(Google.Apis.Services.IClientService service, Googl /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -91136,9 +93448,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -91146,7 +93458,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -91159,12 +93471,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -91179,10 +93491,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -91196,7 +93509,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -91267,8 +93580,8 @@ protected override void InitParameters() } /// - /// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. + /// Patches the specified UrlMap resource with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. @@ -91279,8 +93592,8 @@ public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.UrlMap body, strin } /// - /// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH - /// semantics and uses the JSON merge patch format and processing rules. + /// Patches the specified UrlMap resource with the data included in the request. This method supportsPATCH + /// semantics and uses theJSON merge patch format and processing rules. /// public class PatchRequest : ComputeBaseServiceRequest { @@ -91303,12 +93616,12 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Com /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -91390,12 +93703,12 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -91535,7 +93848,7 @@ public VpnGatewaysResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of VPN gateways. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of VPN gateways. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -91545,7 +93858,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of VPN gateways. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of VPN gateways. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -91567,9 +93880,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -91577,7 +93890,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -91590,12 +93903,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -91620,10 +93933,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -91637,7 +93951,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -91765,12 +94079,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -92004,12 +94318,12 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -92093,9 +94407,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -92103,7 +94417,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -92116,12 +94430,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -92136,10 +94450,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -92153,7 +94468,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -92232,7 +94547,7 @@ protected override void InitParameters() } /// - /// Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a VpnGateway. To learn more about labels, read theLabeling Resources documentation. /// /// The body of the request. /// Project ID for this request. @@ -92244,7 +94559,7 @@ public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.RegionSetL } /// - /// Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation. + /// Sets the labels on a VpnGateway. To learn more about labels, read theLabeling Resources documentation. /// public class SetLabelsRequest : ComputeBaseServiceRequest { @@ -92272,12 +94587,12 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -92433,7 +94748,7 @@ public VpnTunnelsResource(Google.Apis.Services.IClientService service) } /// - /// Retrieves an aggregated list of VPN tunnels. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of VPN tunnels. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -92443,7 +94758,7 @@ public virtual AggregatedListRequest AggregatedList(string project) } /// - /// Retrieves an aggregated list of VPN tunnels. To prevent failure, Google recommends that you set the + /// Retrieves an aggregated list of VPN tunnels. To prevent failure, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -92465,9 +94780,9 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -92475,7 +94790,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -92488,12 +94803,12 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -92518,10 +94833,11 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -92535,7 +94851,7 @@ public AggregatedListRequest(Google.Apis.Services.IClientService service, string /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -92617,9 +94933,543 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("serviceProjectNumber", new Google.Apis.Discovery.Parameter + RequestParameters.Add("serviceProjectNumber", new Google.Apis.Discovery.Parameter + { + Name = "serviceProjectNumber", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes the specified VpnTunnel resource. + /// Project ID for this request. + /// Name of the region for this request. + /// Name of the VpnTunnel resource to delete. + public virtual DeleteRequest Delete(string project, string region, string vpnTunnel) + { + return new DeleteRequest(this.service, project, region, vpnTunnel); + } + + /// Deletes the specified VpnTunnel resource. + public class DeleteRequest : ComputeBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string project, string region, string vpnTunnel) : base(service) + { + Project = project; + Region = region; + VpnTunnel = vpnTunnel; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region for this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name of the VpnTunnel resource to delete. + [Google.Apis.Util.RequestParameterAttribute("vpnTunnel", Google.Apis.Util.RequestParameterType.Path)] + public virtual string VpnTunnel { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("vpnTunnel", new Google.Apis.Discovery.Parameter + { + Name = "vpnTunnel", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns the specified VpnTunnel resource. + /// Project ID for this request. + /// Name of the region for this request. + /// Name of the VpnTunnel resource to return. + public virtual GetRequest Get(string project, string region, string vpnTunnel) + { + return new GetRequest(this.service, project, region, vpnTunnel); + } + + /// Returns the specified VpnTunnel resource. + public class GetRequest : ComputeBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string project, string region, string vpnTunnel) : base(service) + { + Project = project; + Region = region; + VpnTunnel = vpnTunnel; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region for this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name of the VpnTunnel resource to return. + [Google.Apis.Util.RequestParameterAttribute("vpnTunnel", Google.Apis.Util.RequestParameterType.Path)] + public virtual string VpnTunnel { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("vpnTunnel", new Google.Apis.Discovery.Parameter + { + Name = "vpnTunnel", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + } + } + + /// + /// Creates a VpnTunnel resource in the specified project and region using the data included in the request. + /// + /// The body of the request. + /// Project ID for this request. + /// Name of the region for this request. + public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.VpnTunnel body, string project, string region) + { + return new InsertRequest(this.service, body, project, region); + } + + /// + /// Creates a VpnTunnel resource in the specified project and region using the data included in the request. + /// + public class InsertRequest : ComputeBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.VpnTunnel body, string project, string region) : base(service) + { + Project = project; + Region = region; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region for this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.VpnTunnel Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Retrieves a list of VpnTunnel resources contained in the specified project and region. + /// Project ID for this request. + /// Name of the region for this request. + public virtual ListRequest List(string project, string region) + { + return new ListRequest(this.service, project, region); + } + + /// Retrieves a list of VpnTunnel resources contained in the specified project and region. + public class ListRequest : ComputeBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string project, string region) : base(service) + { + Project = project; + Region = region; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Name of the region for this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// + /// A filter expression that filters resources listed in the response. Most Compute resources support two + /// types of filter expressions: expressions that support regular expressions and expressions that follow + /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. + /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that + /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// example, to find all objects with `owner` label use: + /// ``` + /// labels.owner:* + /// ``` + /// You can also filter nested + /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only + /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based + /// onresource labels. To filter on multiple expressions, provide each separate expression within + /// parentheses. For example: + /// ``` + /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") + /// ``` + /// By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions + /// explicitly. For example: + /// ``` + /// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + /// (scheduling.automaticRestart = true) + /// ``` + /// If you want to use a regular expression, use the `eq` (equal) + /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of results per page that should be returned. If the number of available results is + /// larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page + /// of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`) + /// + [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxResults { get; set; } + + /// + /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on + /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse + /// chronological order (newest result first). Use this to sort resources like operations so that the newest + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list + /// request to get the next page of results. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Opt-in for partial success behavior which provides partial results in case of failure. The default value + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// either returns all resources in the zone or no resources, with an error code. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter + { + Name = "maxResults", + IsRequired = false, + ParameterType = "query", + DefaultValue = "500", + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the labels on a VpnTunnel. To learn more about labels, read theLabeling Resources documentation. + /// + /// The body of the request. + /// Project ID for this request. + /// The region for this request. + /// Name or id of the resource for this request. + public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) + { + return new SetLabelsRequest(this.service, body, project, region, resource); + } + + /// + /// Sets the labels on a VpnTunnel. To learn more about labels, read theLabeling Resources documentation. + /// + public class SetLabelsRequest : ComputeBaseServiceRequest + { + /// Constructs a new SetLabels request. + public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) : base(service) + { + Project = project; + Region = region; + Resource = resource; + Body = body; + InitParameters(); + } + + /// Project ID for this request. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// The region for this request. + [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Region { get; private set; } + + /// Name or id of the resource for this request. + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your + /// request, the server will know to ignore the request if it has already been completed. For example, + /// consider a situation where you make an initial request and the request times out. If you make the + /// request again with the same request ID, the server can check if original operation with the same request + /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Compute.v1.Data.RegionSetLabelsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setLabels"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels/{resource}/setLabels"; + + /// Initializes SetLabels parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter { - Name = "serviceProjectNumber", + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + }); + RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + { + Name = "region", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + }); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -92627,25 +95477,40 @@ protected override void InitParameters() }); } } + } - /// Deletes the specified VpnTunnel resource. + /// The "wireGroups" collection of methods. + public class WireGroupsResource + { + private const string Resource = "wireGroups"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WireGroupsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Deletes the specified wire group in the given scope. /// Project ID for this request. - /// Name of the region for this request. - /// Name of the VpnTunnel resource to delete. - public virtual DeleteRequest Delete(string project, string region, string vpnTunnel) + /// null + /// Name of the wire group resource to delete. + public virtual DeleteRequest Delete(string project, string crossSiteNetwork, string wireGroup) { - return new DeleteRequest(this.service, project, region, vpnTunnel); + return new DeleteRequest(this.service, project, crossSiteNetwork, wireGroup); } - /// Deletes the specified VpnTunnel resource. + /// Deletes the specified wire group in the given scope. public class DeleteRequest : ComputeBaseServiceRequest { /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string project, string region, string vpnTunnel) : base(service) + public DeleteRequest(Google.Apis.Services.IClientService service, string project, string crossSiteNetwork, string wireGroup) : base(service) { Project = project; - Region = region; - VpnTunnel = vpnTunnel; + CrossSiteNetwork = crossSiteNetwork; + WireGroup = wireGroup; InitParameters(); } @@ -92653,22 +95518,21 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region for this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } - /// Name of the VpnTunnel resource to delete. - [Google.Apis.Util.RequestParameterAttribute("vpnTunnel", Google.Apis.Util.RequestParameterType.Path)] - public virtual string VpnTunnel { get; private set; } + /// Name of the wire group resource to delete. + [Google.Apis.Util.RequestParameterAttribute("wireGroup", Google.Apis.Util.RequestParameterType.Path)] + public virtual string WireGroup { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } @@ -92680,7 +95544,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}"; /// Initializes Delete parameter list. protected override void InitParameters() @@ -92694,21 +95558,21 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "crossSiteNetwork", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); - RequestParameters.Add("vpnTunnel", new Google.Apis.Discovery.Parameter + RequestParameters.Add("wireGroup", new Google.Apis.Discovery.Parameter { - Name = "vpnTunnel", + Name = "wireGroup", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = null, }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { @@ -92721,24 +95585,24 @@ protected override void InitParameters() } } - /// Returns the specified VpnTunnel resource. + /// Gets the specified wire group resource in the given scope. /// Project ID for this request. - /// Name of the region for this request. - /// Name of the VpnTunnel resource to return. - public virtual GetRequest Get(string project, string region, string vpnTunnel) + /// null + /// Name of the wire group resource to return. + public virtual GetRequest Get(string project, string crossSiteNetwork, string wireGroup) { - return new GetRequest(this.service, project, region, vpnTunnel); + return new GetRequest(this.service, project, crossSiteNetwork, wireGroup); } - /// Returns the specified VpnTunnel resource. - public class GetRequest : ComputeBaseServiceRequest + /// Gets the specified wire group resource in the given scope. + public class GetRequest : ComputeBaseServiceRequest { /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string project, string region, string vpnTunnel) : base(service) + public GetRequest(Google.Apis.Services.IClientService service, string project, string crossSiteNetwork, string wireGroup) : base(service) { Project = project; - Region = region; - VpnTunnel = vpnTunnel; + CrossSiteNetwork = crossSiteNetwork; + WireGroup = wireGroup; InitParameters(); } @@ -92746,13 +95610,12 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region for this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } - /// Name of the VpnTunnel resource to return. - [Google.Apis.Util.RequestParameterAttribute("vpnTunnel", Google.Apis.Util.RequestParameterType.Path)] - public virtual string VpnTunnel { get; private set; } + /// Name of the wire group resource to return. + [Google.Apis.Util.RequestParameterAttribute("wireGroup", Google.Apis.Util.RequestParameterType.Path)] + public virtual string WireGroup { get; private set; } /// Gets the method name. public override string MethodName => "get"; @@ -92761,7 +95624,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}"; /// Initializes Get parameter list. protected override void InitParameters() @@ -92775,46 +95638,48 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "crossSiteNetwork", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); - RequestParameters.Add("vpnTunnel", new Google.Apis.Discovery.Parameter + RequestParameters.Add("wireGroup", new Google.Apis.Discovery.Parameter { - Name = "vpnTunnel", + Name = "wireGroup", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = null, }); } } /// - /// Creates a VpnTunnel resource in the specified project and region using the data included in the request. + /// Creates a wire group in the specified project in the given scope using the parameters that are included in + /// the request. /// /// The body of the request. /// Project ID for this request. - /// Name of the region for this request. - public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.VpnTunnel body, string project, string region) + /// null + public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.WireGroup body, string project, string crossSiteNetwork) { - return new InsertRequest(this.service, body, project, region); + return new InsertRequest(this.service, body, project, crossSiteNetwork); } /// - /// Creates a VpnTunnel resource in the specified project and region using the data included in the request. + /// Creates a wire group in the specified project in the given scope using the parameters that are included in + /// the request. /// public class InsertRequest : ComputeBaseServiceRequest { /// Constructs a new Insert request. - public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.VpnTunnel body, string project, string region) : base(service) + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.WireGroup body, string project, string crossSiteNetwork) : base(service) { Project = project; - Region = region; + CrossSiteNetwork = crossSiteNetwork; Body = body; InitParameters(); } @@ -92823,24 +95688,27 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region for this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } + /// [Input Only] Validate the new configuration, but don't create it. + [Google.Apis.Util.RequestParameterAttribute("validateOnly", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ValidateOnly { get; set; } + /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.VpnTunnel Body { get; set; } + Google.Apis.Compute.v1.Data.WireGroup Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -92852,7 +95720,7 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Co public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups"; /// Initializes Insert parameter list. protected override void InitParameters() @@ -92866,13 +95734,13 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "crossSiteNetwork", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { @@ -92882,25 +95750,33 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("validateOnly", new Google.Apis.Discovery.Parameter + { + Name = "validateOnly", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Retrieves a list of VpnTunnel resources contained in the specified project and region. + /// Lists the wire groups for a project in the given scope. /// Project ID for this request. - /// Name of the region for this request. - public virtual ListRequest List(string project, string region) + /// null + public virtual ListRequest List(string project, string crossSiteNetwork) { - return new ListRequest(this.service, project, region); + return new ListRequest(this.service, project, crossSiteNetwork); } - /// Retrieves a list of VpnTunnel resources contained in the specified project and region. - public class ListRequest : ComputeBaseServiceRequest + /// Lists the wire groups for a project in the given scope. + public class ListRequest : ComputeBaseServiceRequest { /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string project, string region) : base(service) + public ListRequest(Google.Apis.Services.IClientService service, string project, string crossSiteNetwork) : base(service) { Project = project; - Region = region; + CrossSiteNetwork = crossSiteNetwork; InitParameters(); } @@ -92908,9 +95784,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Name of the region for this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } /// /// A filter expression that filters resources listed in the response. Most Compute resources support two @@ -92918,9 +95793,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -92928,7 +95803,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -92941,12 +95816,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -92961,10 +95836,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -92978,7 +95854,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -92991,7 +95867,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups"; /// Initializes List parameter list. protected override void InitParameters() @@ -93005,13 +95881,13 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "crossSiteNetwork", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { @@ -93057,28 +95933,30 @@ protected override void InitParameters() } /// - /// Sets the labels on a VpnTunnel. To learn more about labels, read the Labeling Resources documentation. + /// Updates the specified wire group resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// /// The body of the request. /// Project ID for this request. - /// The region for this request. - /// Name or id of the resource for this request. - public virtual SetLabelsRequest SetLabels(Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) + /// null + /// Name of the WireGroups resource to patch. + public virtual PatchRequest Patch(Google.Apis.Compute.v1.Data.WireGroup body, string project, string crossSiteNetwork, string wireGroup) { - return new SetLabelsRequest(this.service, body, project, region, resource); + return new PatchRequest(this.service, body, project, crossSiteNetwork, wireGroup); } /// - /// Sets the labels on a VpnTunnel. To learn more about labels, read the Labeling Resources documentation. + /// Updates the specified wire group resource with the data included in the request. This method supportsPATCH + /// semantics and usesJSON merge patch format and processing rules. /// - public class SetLabelsRequest : ComputeBaseServiceRequest + public class PatchRequest : ComputeBaseServiceRequest { - /// Constructs a new SetLabels request. - public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.RegionSetLabelsRequest body, string project, string region, string resource) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Compute.v1.Data.WireGroup body, string project, string crossSiteNetwork, string wireGroup) : base(service) { Project = project; - Region = region; - Resource = resource; + CrossSiteNetwork = crossSiteNetwork; + WireGroup = wireGroup; Body = body; InitParameters(); } @@ -93087,42 +95965,49 @@ public SetLabelsRequest(Google.Apis.Services.IClientService service, Google.Apis [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// The region for this request. - [Google.Apis.Util.RequestParameterAttribute("region", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Region { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("crossSiteNetwork", Google.Apis.Util.RequestParameterType.Path)] + public virtual string CrossSiteNetwork { get; private set; } - /// Name or id of the resource for this request. - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + /// Name of the WireGroups resource to patch. + [Google.Apis.Util.RequestParameterAttribute("wireGroup", Google.Apis.Util.RequestParameterType.Path)] + public virtual string WireGroup { get; private set; } /// /// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your - /// request, the server will know to ignore the request if it has already been completed. For example, + /// request, the server will know to ignore the request if it has already been completed. For example, /// consider a situation where you make an initial request and the request times out. If you make the /// request again with the same request ID, the server can check if original operation with the same request /// ID was received, and if so, will ignore the second request. This prevents clients from accidentally - /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is - /// not supported ( 00000000-0000-0000-0000-000000000000). + /// creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID + /// is not supported (00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder /// [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] public virtual string RequestId { get; set; } + /// update_mask indicates fields to be updated as part of this request. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// [Input Only] Validate the new configuration, but don't update it. + [Google.Apis.Util.RequestParameterAttribute("validateOnly", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ValidateOnly { get; set; } + /// Gets or sets the body of this request. - Google.Apis.Compute.v1.Data.RegionSetLabelsRequest Body { get; set; } + Google.Apis.Compute.v1.Data.WireGroup Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "setLabels"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "projects/{project}/regions/{region}/vpnTunnels/{resource}/setLabels"; + public override string RestPath => "projects/{project}/global/crossSiteNetworks/{crossSiteNetwork}/wireGroups/{wireGroup}"; - /// Initializes SetLabels parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -93134,21 +96019,21 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", }); - RequestParameters.Add("region", new Google.Apis.Discovery.Parameter + RequestParameters.Add("crossSiteNetwork", new Google.Apis.Discovery.Parameter { - Name = "region", + Name = "crossSiteNetwork", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + Pattern = null, }); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("wireGroup", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "wireGroup", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + Pattern = null, }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { @@ -93158,6 +96043,22 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("validateOnly", new Google.Apis.Discovery.Parameter + { + Name = "validateOnly", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -93355,9 +96256,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -93365,7 +96266,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -93378,12 +96279,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -93398,10 +96299,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -93415,7 +96317,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project, /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -93496,11 +96398,11 @@ protected override void InitParameters() /// /// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute /// deadline, and retrieves the specified Operation resource. This method waits for no more than the 2 minutes - /// and then returns the current state of the operation, which might be `DONE` or still in progress. This method - /// is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the - /// request might return before the default deadline is reached, or might return after zero seconds. - If the - /// default deadline is reached, there is no guarantee that the operation is actually done when the method - /// returns. Be prepared to retry if the operation is not `DONE`. + /// and then returns the current state of the operation, which might be `DONE` or still in progress. This + /// method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is + /// overloaded, the request might return before the default deadline is reached, or might return after zero + /// seconds. - If the default deadline is reached, there is no guarantee that the operation is + /// actually done when the method returns. Be prepared to retry if the operation is not `DONE`. /// /// Project ID for this request. /// Name of the zone for this request. @@ -93513,11 +96415,11 @@ public virtual WaitRequest Wait(string project, string zone, string operation) /// /// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute /// deadline, and retrieves the specified Operation resource. This method waits for no more than the 2 minutes - /// and then returns the current state of the operation, which might be `DONE` or still in progress. This method - /// is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the - /// request might return before the default deadline is reached, or might return after zero seconds. - If the - /// default deadline is reached, there is no guarantee that the operation is actually done when the method - /// returns. Be prepared to retry if the operation is not `DONE`. + /// and then returns the current state of the operation, which might be `DONE` or still in progress. This + /// method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is + /// overloaded, the request might return before the default deadline is reached, or might return after zero + /// seconds. - If the default deadline is reached, there is no guarantee that the operation is + /// actually done when the method returns. Be prepared to retry if the operation is not `DONE`. /// public class WaitRequest : ComputeBaseServiceRequest { @@ -93683,9 +96585,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. /// If you want to use AIP-160, your expression must specify the field name, an operator, and the value that /// you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be - /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are + /// either `=`, `!=`, `&gt;`, `&lt;`, `&lt;=`, `&gt;=` or `:`. For example, if you are /// filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying - /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For + /// `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For /// example, to find all objects with `owner` label use: /// ``` /// labels.owner:* @@ -93693,7 +96595,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// You can also filter nested /// fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only /// if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based - /// on resource labels. To filter on multiple expressions, provide each separate expression within + /// onresource labels. To filter on multiple expressions, provide each separate expression within /// parentheses. For example: /// ``` /// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") @@ -93706,12 +96608,12 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// ``` /// If you want to use a regular expression, use the `eq` (equal) /// or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or - /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq + /// against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq /// 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne - /// "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. - /// The literal value must match the entire field. For example, to filter for instances that do not end with - /// name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields - /// using regular expressions. + /// "literal")` The literal value is interpreted as a regular expression using GoogleRE2 library syntax. + /// The literal value must match the entire field. For example, to filter for instances that do not end + /// with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple + /// fields using regular expressions. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -93726,10 +96628,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on - /// the resource name. You can also sort results in descending order based on the creation timestamp using + /// the resource name. You can also sort results in descending order based on the creation timestamp using /// `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse /// chronological order (newest result first). Use this to sort resources like operations so that the newest - /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported. + /// operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is + /// supported. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -93743,7 +96646,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string project) /// /// Opt-in for partial success behavior which provides partial results in case of failure. The default value - /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope + /// is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope /// either returns all resources in the zone or no resources, with an error code. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -93826,7 +96729,7 @@ public class AWSV4Signature : Google.Apis.Requests.IDirectResponseSchema /// /// The access key used for s3 bucket authentication. Required for updating or creating a backend that uses AWS /// v4 signature authentication, but will not be returned as part of the configuration when queried with a REST - /// API GET request. @InputOnly + /// API GET request. @InputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("accessKey")] public virtual string AccessKey { get; set; } @@ -93844,7 +96747,7 @@ public class AWSV4Signature : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the cloud region of your origin. This is a free-form field with the name of the region your - /// cloud uses to host your origin. For example, "us-east-1" for AWS or "us-ashburn-1" for OCI. + /// cloud uses to host your origin. For example, "us-east-1" for AWS or "us-ashburn-1" for OCI. /// [Newtonsoft.Json.JsonPropertyAttribute("originRegion")] public virtual string OriginRegion { get; set; } @@ -93861,10 +96764,10 @@ public class AcceleratorConfig : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable AcceleratorCount { get; set; } /// - /// Full or partial URL of the accelerator type resource to attach to this instance. For example: - /// projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance - /// template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator - /// types. + /// Full or partial URL of the accelerator type resource to attach to this instance. For + /// example:projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an + /// instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of + /// accelerator types. /// [Newtonsoft.Json.JsonPropertyAttribute("acceleratorType")] public virtual string AcceleratorType { get; set; } @@ -93873,14 +96776,55 @@ public class AcceleratorConfig : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Info for accelerator topologies within a densely packed reservation. + public class AcceleratorTopologiesInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Info for each accelerator topology. + [Newtonsoft.Json.JsonPropertyAttribute("acceleratorTopologyInfos")] + public virtual System.Collections.Generic.IList AcceleratorTopologyInfos { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Info for a slice of a given topology. + public class AcceleratorTopologiesInfoAcceleratorTopologyInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// The accelerator topology. + [Newtonsoft.Json.JsonPropertyAttribute("acceleratorTopology")] + public virtual string AcceleratorTopology { get; set; } + + /// Info for each topology state. + [Newtonsoft.Json.JsonPropertyAttribute("infoPerTopologyStates")] + public virtual System.Collections.Generic.IList InfoPerTopologyStates { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Info for each topology state. + public class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState : Google.Apis.Requests.IDirectResponseSchema + { + /// The number of accelerator topologies in this state. + [Newtonsoft.Json.JsonPropertyAttribute("count")] + public virtual System.Nullable Count { get; set; } + + /// The state of the accelerator topology. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// - /// Represents an Accelerator Type resource. Google Cloud Platform provides graphics processing units (accelerators) - /// that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For - /// more information, read GPUs on Compute Engine. + /// Represents an Accelerator Type resource. Google Cloud Platform provides graphics processing units + /// (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive + /// workloads. For more information, readGPUs on Compute Engine. /// public class AcceleratorType : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -93899,7 +96843,7 @@ public class AcceleratorType : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] The type of the resource. Always compute#acceleratorType for accelerator types. + /// [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -93938,7 +96882,7 @@ public class AcceleratorTypeAggregatedList : Google.Apis.Requests.IDirectRespons public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#acceleratorTypeAggregatedList for aggregated lists of + /// [Output Only] Type of resource. Alwayscompute#acceleratorTypeAggregatedList for aggregated lists of /// accelerator types. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -93946,7 +96890,7 @@ public class AcceleratorTypeAggregatedList : Google.Apis.Requests.IDirectRespons /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -93979,8 +96923,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -93990,8 +96934,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -94024,14 +96968,14 @@ public class AcceleratorTypeList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#acceleratorTypeList for lists of accelerator types. + /// [Output Only] Type of resource. Alwayscompute#acceleratorTypeList for lists of accelerator types. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -94060,8 +97004,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -94071,8 +97015,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -94121,8 +97065,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -94132,8 +97076,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -94162,7 +97106,7 @@ public class AccessConfig : Google.Apis.Requests.IDirectResponseSchema { /// /// Applies to ipv6AccessConfigs only. The first IPv6 address of the external IPv6 range associated with this - /// instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. To use a static external + /// instance, prefix length is stored inexternalIpv6PrefixLength in ipv6AccessConfig. To use a static external /// IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud /// will automatically assign an external IPv6 address from the instance's subnetwork. /// @@ -94173,39 +97117,39 @@ public class AccessConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("externalIpv6PrefixLength")] public virtual System.Nullable ExternalIpv6PrefixLength { get; set; } - /// [Output Only] Type of the resource. Always compute#accessConfig for access configs. + /// [Output Only] Type of the resource. Alwayscompute#accessConfig for access configs. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// The name of this access configuration. In accessConfigs (IPv4), the default and recommended name is External - /// NAT, but you can use any arbitrary string, such as My external IP or Network Access. In ipv6AccessConfigs, + /// NAT, but you can use any arbitrary string, such as My external IP orNetwork Access. In ipv6AccessConfigs, /// the recommend name is External IPv6. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// Applies to accessConfigs (IPv4) only. An external IP address associated with this instance. Specify an - /// unused static external IP address available to the project or leave this field undefined to use an IP from a - /// shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same - /// region as the zone of the instance. + /// Applies to accessConfigs (IPv4) only. Anexternal IP address associated with this instance. Specify an unused + /// static external IP address available to the project or leave this field undefined to use an IP from a shared + /// ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as + /// the zone of the instance. /// [Newtonsoft.Json.JsonPropertyAttribute("natIP")] public virtual string NatIP { get; set; } /// /// This signifies the networking tier used for configuring this access configuration and can only take the - /// following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an - /// ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is + /// following values: PREMIUM,STANDARD. If an AccessConfig is specified without a valid external IP address, an + /// ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is /// specified, it must match that of the networkTier associated with the Address resource owning that IP. /// [Newtonsoft.Json.JsonPropertyAttribute("networkTier")] public virtual string NetworkTier { get; set; } /// - /// The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is - /// enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be + /// The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is + /// enabled inaccessConfig. If this field is unspecified inipv6AccessConfig, a default PTR record will be /// created for first IP in associated external IPv6 range. /// [Newtonsoft.Json.JsonPropertyAttribute("publicPtrDomainName")] @@ -94217,15 +97161,15 @@ public class AccessConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance - /// to a DNS domain name. This field is not used in ipv6AccessConfig. A default PTR record will be created if + /// to a DNS domain name. This field is not used in ipv6AccessConfig. A default PTR record will be created if /// the VM has external IPv6 range associated. /// [Newtonsoft.Json.JsonPropertyAttribute("setPublicPtr")] public virtual System.Nullable SetPublicPtr { get; set; } /// - /// The type of configuration. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. In - /// ipv6AccessConfigs, the default and only option is DIRECT_IPV6. + /// The type of configuration. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. + /// Inipv6AccessConfigs, the default and only option isDIRECT_IPV6. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -94235,9 +97179,9 @@ public class AccessConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents an IP Address resource. Google Compute Engine has two IP Address resources: * [Global (external and + /// Represents an IP Address resource. Google Compute Engine has two IP Address resources: * [Global (external and /// internal)](https://cloud.google.com/compute/docs/reference/rest/v1/globalAddresses) * [Regional (external and - /// internal)](https://cloud.google.com/compute/docs/reference/rest/v1/addresses) For more information, see + /// internal)](https://cloud.google.com/compute/docs/reference/rest/v1/addresses) For more information, see /// Reserving a static external IP address. /// public class Address : Google.Apis.Requests.IDirectResponseSchema @@ -94247,12 +97191,12 @@ public class Address : Google.Apis.Requests.IDirectResponseSchema public virtual string AddressValue { get; set; } /// - /// The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL. + /// The type of address to reserve, either INTERNAL orEXTERNAL. If unspecified, defaults to EXTERNAL. /// [Newtonsoft.Json.JsonPropertyAttribute("addressType")] public virtual string AddressType { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -94268,7 +97212,7 @@ public class Address : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// The IP version that will be used by this address. Valid options are IPV4 or IPV6. + /// The IP version that will be used by this address. Valid options areIPV4 or IPV6. [Newtonsoft.Json.JsonPropertyAttribute("ipVersion")] public virtual string IpVersion { get; set; } @@ -94287,22 +97231,22 @@ public class Address : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set /// used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve an Address. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following /// characters (except for the last character) must be a dash, lowercase letter, or digit. The last character /// must be a lowercase letter or digit. @@ -94312,15 +97256,15 @@ public class Address : Google.Apis.Requests.IDirectResponseSchema /// /// The URL of the network in which to reserve the address. This field can only be used with INTERNAL type with - /// the VPC_PEERING purpose. + /// theVPC_PEERING purpose. /// [Newtonsoft.Json.JsonPropertyAttribute("network")] public virtual string Network { get; set; } /// /// This signifies the networking tier used for configuring this address and can only take the following values: - /// PREMIUM or STANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always - /// Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not + /// PREMIUM orSTANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always + /// Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not /// specified, it is assumed to be PREMIUM. /// [Newtonsoft.Json.JsonPropertyAttribute("networkTier")] @@ -94331,17 +97275,18 @@ public class Address : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable PrefixLength { get; set; } /// - /// The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that - /// are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS - /// resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP - /// address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private - /// services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when - /// allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created - /// from a private IP range that are reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect* - /// configuration. These addresses are regional resources. - `SHARED_LOADBALANCER_VIP` for an internal IP - /// address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private - /// network address that is used to configure Private Service Connect. Only global internal addresses can use - /// this purpose. + /// The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for + /// addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - + /// DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP + /// addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global + /// internal IP addresses used for private services access allocated ranges. - NAT_AUTO + /// for the regional external IP addresses used by Cloud NAT when allocating addresses using + /// automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a + /// private IP range that are reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect* + /// configuration. These addresses are regional resources. - `SHARED_LOADBALANCER_VIP` for an internal + /// IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for + /// a private network address that is used to configure Private Service Connect. Only global internal + /// addresses can use this purpose. /// [Newtonsoft.Json.JsonPropertyAttribute("purpose")] public virtual string Purpose { get; set; } @@ -94359,7 +97304,7 @@ public class Address : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// [Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that + /// [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE. An address that /// is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and /// available to use. An IN_USE address is currently being used by another resource and is not available. /// @@ -94368,8 +97313,8 @@ public class Address : Google.Apis.Requests.IDirectResponseSchema /// /// The URL of the subnetwork in which to reserve the address. If an IP address is specified, it must be within - /// the subnetwork's IP range. This field can only be used with INTERNAL type with a GCE_ENDPOINT or - /// DNS_RESOLVER purpose. + /// the subnetwork's IP range. This field can only be used with INTERNAL type with aGCE_ENDPOINT or DNS_RESOLVER + /// purpose. /// [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] public virtual string Subnetwork { get; set; } @@ -94393,14 +97338,14 @@ public class AddressAggregatedList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses. + /// [Output Only] Type of resource. Alwayscompute#addressAggregatedList for aggregated lists of addresses. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -94433,8 +97378,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -94444,8 +97389,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -94483,7 +97428,7 @@ public class AddressList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -94512,8 +97457,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -94523,8 +97468,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -94573,8 +97518,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -94584,8 +97529,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -94609,8 +97554,8 @@ public class DataData /// /// Specifies options for controlling advanced machine features. Options that would traditionally be configured in a /// BIOS belong here. Features that require operating system support may have corresponding entries in the - /// GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being - /// enabled or disabled). + /// GuestOsFeatures of anImage (e.g., whether or not the OS in theImage supports nested virtualization being enabled + /// or disabled). /// public class AdvancedMachineFeatures : Google.Apis.Requests.IDirectResponseSchema { @@ -94634,7 +97579,7 @@ public class AdvancedMachineFeatures : Google.Apis.Requests.IDirectResponseSchem public virtual System.Nullable ThreadsPerCore { get; set; } /// - /// Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or + /// Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or /// not setting this field will use the platform-specific default turbo mode. /// [Newtonsoft.Json.JsonPropertyAttribute("turboMode")] @@ -94658,8 +97603,8 @@ public class AliasIpRange : Google.Apis.Requests.IDirectResponseSchema /// /// The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified /// subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This - /// range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string - /// (such as 10.1.2.0/24). + /// range may be a single IP address (such as 10.2.3.4), a netmask (such as/24) or a CIDR-formatted string (such + /// as10.1.2.0/24). /// [Newtonsoft.Json.JsonPropertyAttribute("ipCidrRange")] public virtual string IpCidrRange { get; set; } @@ -94801,8 +97746,8 @@ public class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedD public virtual System.Nullable DiskSizeGb { get; set; } /// - /// Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is - /// SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. + /// Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default + /// isSCSI. For performance characteristics of SCSI over NVMe, seeLocal SSD performance. /// [Newtonsoft.Json.JsonPropertyAttribute("interface")] public virtual string Interface__ { get; set; } @@ -94846,7 +97791,7 @@ public class AllocationSpecificSKUAllocationReservedInstanceProperties : Google. public virtual string ETag { get; set; } } - /// This reservation type allows to pre allocate specific instance configuration. + /// This reservation type allows to pre allocate specific instance configuration. public class AllocationSpecificSKUReservation : Google.Apis.Requests.IDirectResponseSchema { /// [Output Only] Indicates how many instances are actually usable currently. @@ -94867,10 +97812,10 @@ public class AllocationSpecificSKUReservation : Google.Apis.Requests.IDirectResp /// /// Specifies the instance template to create the reservation. If you use this field, you must exclude the - /// instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the - /// following are all valid URLs to an instance template: - - /// https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - - /// projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate + /// instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the + /// following are all valid URLs to an instance template: - + /// https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate - + /// projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate /// [Newtonsoft.Json.JsonPropertyAttribute("sourceInstanceTemplate")] public virtual string SourceInstanceTemplate { get; set; } @@ -94901,9 +97846,9 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Boot { get; set; } /// - /// Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a + /// Specifies a unique device name of your choice that is reflected into the/dev/disk/by-id/google-* tree of a /// Linux operating system running within the instance. This name can be used to reference the device for - /// mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default + /// mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default /// device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google /// Compute Engine. This field is only applicable for persistent disks. /// @@ -94911,16 +97856,16 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema public virtual string DeviceName { get; set; } /// - /// Encrypts or decrypts a disk using a customer-supplied encryption key. If you are creating a new disk, this + /// Encrypts or decrypts a disk using acustomer-supplied encryption key. If you are creating a new disk, this /// field encrypts the new disk using an encryption key that you provide. If you are attaching an existing disk - /// that is already encrypted, this field decrypts the disk using the customer-supplied encryption key. If you + /// that is already encrypted, this field decrypts the disk using the customer-supplied encryption key. If you /// encrypt a disk using a customer-supplied key, you must provide the same key again when you attempt to use /// this resource at a later time. For example, you must provide the key when you create a snapshot or an image - /// from the disk or when you attach the disk to a virtual machine instance. If you do not provide an encryption - /// key, then the disk will be encrypted using an automatically generated key and you do not need to provide a - /// key to use the disk later. Note: Instance templates do not store customer-supplied encryption keys, so you - /// cannot use your own keys to encrypt disks in a managed instance group. You cannot create VMs that have disks - /// with customer-supplied keys using the bulk insert method. + /// from the disk or when you attach the disk to a virtual machine instance. If you do not provide an + /// encryption key, then the disk will be encrypted using an automatically generated key and you do not need to + /// provide a key to use the disk later. Note: Instance templates do not storecustomer-supplied encryption + /// keys, so you cannot use your own keys to encrypt disks in amanaged instance group. You cannot create VMs + /// that have disks with customer-supplied keys using the bulk insert method. /// [Newtonsoft.Json.JsonPropertyAttribute("diskEncryptionKey")] public virtual CustomerEncryptionKey DiskEncryptionKey { get; set; } @@ -94952,7 +97897,7 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema /// /// [Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use - /// initialization parameters to create boot disks or local SSDs attached to the new instance. This property is + /// initialization parameters to create boot disks or local SSDs attached to the new instance. This property is /// mutually exclusive with the source property; you can only define one or the other, but not both. /// [Newtonsoft.Json.JsonPropertyAttribute("initializeParams")] @@ -94961,12 +97906,12 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. For most machine /// types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent - /// disks can use NVMe. For more information, see About persistent disks. + /// disks can use NVMe. For more information, seeAbout persistent disks. /// [Newtonsoft.Json.JsonPropertyAttribute("interface")] public virtual string Interface__ { get; set; } - /// [Output Only] Type of the resource. Always compute#attachedDisk for attached disks. + /// [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -94975,7 +97920,7 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Licenses { get; set; } /// - /// The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to + /// The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to /// attach the disk in READ_WRITE mode. /// [Newtonsoft.Json.JsonPropertyAttribute("mode")] @@ -94983,8 +97928,8 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema /// /// For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the - /// LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option - /// on Stop/Suspend). Read-only in the api. + /// LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd + /// option on Stop/Suspend). Read-only in the api. /// [Newtonsoft.Json.JsonPropertyAttribute("savedState")] public virtual string SavedState { get; set; } @@ -94995,16 +97940,16 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies a valid partial or full URL to an existing Persistent Disk resource. When creating a new instance - /// boot disk, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is - /// required. If desired, you can also attach existing non-root persistent disks using this property. This field - /// is only applicable for persistent disks. Note that for InstanceTemplate, specify the disk name for zonal - /// disk, and the URL for regional disk. + /// boot disk, one ofinitializeParams.sourceImage orinitializeParams.sourceSnapshot or disks.source is required. + /// If desired, you can also attach existing non-root persistent disks using this property. This field is only + /// applicable for persistent disks. Note that for InstanceTemplate, specify the disk name for zonal disk, and + /// the URL for regional disk. /// [Newtonsoft.Json.JsonPropertyAttribute("source")] public virtual string Source { get; set; } /// - /// Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT. + /// Specifies the type of the disk, either SCRATCH orPERSISTENT. If not specified, the default isPERSISTENT. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -95015,8 +97960,8 @@ public class AttachedDisk : Google.Apis.Requests.IDirectResponseSchema /// /// [Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use - /// initialization parameters to create boot disks or local SSDs attached to the new instance. This field is - /// persisted and returned for instanceTemplate and not returned in the context of instance. This property is + /// initialization parameters to create boot disks or local SSDs attached to the new instance. This field is + /// persisted and returned for instanceTemplate and not returned in the context of instance. This property is /// mutually exclusive with the source property; you can only define one or the other, but not both. /// public class AttachedDiskInitializeParams : Google.Apis.Requests.IDirectResponseSchema @@ -95047,13 +97992,14 @@ public class AttachedDiskInitializeParams : Google.Apis.Requests.IDirectResponse /// /// Specifies the disk type to use to create the instance. If not specified, the default is pd-standard, - /// specified using the full URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone - /// /diskTypes/pd-standard For a full list of acceptable values, see Persistent disk types. If you specify this - /// field when creating a VM, you can provide either the full or partial URL. For example, the following values - /// are valid: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /diskTypes/diskType - - /// projects/project/zones/zone/diskTypes/diskType - zones/zone/diskTypes/diskType If you specify this field - /// when creating or updating an instance template or all-instances configuration, specify the type of the disk, - /// not the URL. For example: pd-standard. + /// specified using the full URL. For example: + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/pd-standard For a full list of + /// acceptable values, seePersistent disk types. If you specify this field when creating a VM, you can provide + /// either the full or partial URL. For example, the following values are valid: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/diskType - + /// projects/project/zones/zone/diskTypes/diskType - zones/zone/diskTypes/diskType If you specify this + /// field when creating or updating an instance template or all-instances configuration, specify the type of the + /// disk, not the URL. For example: pd-standard. /// [Newtonsoft.Json.JsonPropertyAttribute("diskType")] public virtual string DiskType { get; set; } @@ -95063,7 +98009,7 @@ public class AttachedDiskInitializeParams : Google.Apis.Requests.IDirectResponse public virtual System.Nullable EnableConfidentialCompute { get; set; } /// - /// Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only + /// Labels to apply to this disk. These can be later modified by thedisks.setLabels method. This field is only /// applicable for persistent disks. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] @@ -95081,7 +98027,7 @@ public class AttachedDiskInitializeParams : Google.Apis.Requests.IDirectResponse /// /// Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that - /// the disk can handle. Values must be between 10,000 and 120,000. For more details, see the Extreme persistent + /// the disk can handle. Values must be between 10,000 and 120,000. For more details, see theExtreme persistent /// disk documentation. /// [Newtonsoft.Json.JsonPropertyAttribute("provisionedIops")] @@ -95119,48 +98065,48 @@ public class AttachedDiskInitializeParams : Google.Apis.Requests.IDirectResponse /// /// The source image to create this disk. When creating a new instance boot disk, one of - /// initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required. To create a + /// initializeParams.sourceImage orinitializeParams.sourceSnapshot or disks.source is required. To create a /// disk with one of the public operating system images, specify the image by its family name. For example, - /// specify family/debian-9 to use the latest Debian 9 image: - /// projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public - /// operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk with - /// a custom image that you created, specify the image name in the following format: - /// global/images/my-custom-image You can also specify a custom image by its image family, which returns the + /// specifyfamily/debian-9 to use the latest Debian 9 image: + /// projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public + /// operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk + /// with a custom image that you created, specify the image name in the following format: + /// global/images/my-custom-image You can also specify a custom image by its image family, which returns the /// latest version of the image in that family. Replace the image name with family/family-name: - /// global/images/family/my-image-family If the source image is deleted later, this field will not be set. + /// global/images/family/my-image-family If the source image is deleted later, this field will not be set. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceImage")] public virtual string SourceImage { get; set; } /// - /// The customer-supplied encryption key of the source image. Required if the source image is protected by a - /// customer-supplied encryption key. InstanceTemplate and InstancePropertiesPatch do not store - /// customer-supplied encryption keys, so you cannot create disks for instances in a managed instance group if - /// the source images are encrypted with your own keys. + /// Thecustomer-supplied encryption key of the source image. Required if the source image is protected by a + /// customer-supplied encryption key. InstanceTemplate and InstancePropertiesPatch do not + /// storecustomer-supplied encryption keys, so you cannot create disks for instances in a managed instance group + /// if the source images are encrypted with your own keys. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceImageEncryptionKey")] public virtual CustomerEncryptionKey SourceImageEncryptionKey { get; set; } /// /// The source snapshot to create this disk. When creating a new instance boot disk, one of - /// initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.source is required. To create a + /// initializeParams.sourceSnapshot orinitializeParams.sourceImage or disks.source is required. To create a /// disk with a snapshot that you created, specify the snapshot name in the following format: - /// global/snapshots/my-backup If the source snapshot is deleted later, this field will not be set. Note: You + /// global/snapshots/my-backup If the source snapshot is deleted later, this field will not be set. Note: You /// cannot create VMs in bulk using a snapshot as the source. Use an image instead when you create VMs using the /// bulk insert method. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceSnapshot")] public virtual string SourceSnapshot { get; set; } - /// The customer-supplied encryption key of the source snapshot. + /// Thecustomer-supplied encryption key of the source snapshot. [Newtonsoft.Json.JsonPropertyAttribute("sourceSnapshotEncryptionKey")] public virtual CustomerEncryptionKey SourceSnapshotEncryptionKey { get; set; } /// /// The storage pool in which the new disk is created. You can provide this as a partial or full URL to the - /// resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /storagePools/storagePool - - /// projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool + /// resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/storagePools/storagePool - + /// projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool /// [Newtonsoft.Json.JsonPropertyAttribute("storagePool")] public virtual string StoragePool { get; set; } @@ -95171,16 +98117,19 @@ public class AttachedDiskInitializeParams : Google.Apis.Requests.IDirectResponse /// /// Specifies the audit configuration for a service. The configuration determines which permission types are logged, - /// and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If - /// there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used - /// for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each - /// AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": - /// "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] - /// }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", - /// "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ - /// "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ - /// logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE - /// logging. + /// and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. + /// If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is + /// used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each + /// AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ + /// { "service": "allServices", "audit_log_configs": [ { "log_type": + /// "DATA_READ", "exempted_members": [ "user:jose@example.com" ] + /// }, { "log_type": "DATA_WRITE" }, { + /// "log_type": "ADMIN_READ" } ] }, { "service": + /// "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": + /// "DATA_READ" }, { "log_type": "DATA_WRITE", + /// "exempted_members": [ "user:aliya@example.com" ] } ] + /// } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also + /// exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging. /// public class AuditConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -95200,9 +98149,10 @@ public class AuditConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": - /// "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables - /// 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging. + /// Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ + /// { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" + /// ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' + /// and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging. /// public class AuditLogConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -95222,24 +98172,24 @@ public class AuditLogConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents an Autoscaler resource. Google Compute Engine has two Autoscaler resources: * + /// Represents an Autoscaler resource. Google Compute Engine has two Autoscaler resources: * /// [Zonal](/compute/docs/reference/rest/v1/autoscalers) * - /// [Regional](/compute/docs/reference/rest/v1/regionAutoscalers) Use autoscalers to automatically add or delete + /// [Regional](/compute/docs/reference/rest/v1/regionAutoscalers) Use autoscalers to automatically add or delete /// instances from a managed instance group according to your defined autoscaling policy. For more information, read - /// Autoscaling Groups of Instances. For zonal managed instance groups resource, use the autoscaler resource. For - /// regional managed instance groups, use the regionAutoscalers resource. + /// Autoscaling Groups of Instances. For zonal managed instance groups resource, use the autoscaler resource. For + /// regional managed instance groups, use theregionAutoscalers resource. /// public class Autoscaler : Google.Apis.Requests.IDirectResponseSchema { /// /// The configuration parameters for the autoscaling algorithm. You can define one or more signals for an - /// autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization. If none of these are - /// specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%. + /// autoscaler: cpuUtilization,customMetricUtilizations, andloadBalancingUtilization. If none of these are + /// specified, the default will be to autoscale based oncpuUtilization to 0.6 or 60%. /// [Newtonsoft.Json.JsonPropertyAttribute("autoscalingPolicy")] public virtual AutoscalingPolicy AutoscalingPolicy { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -95261,7 +98211,7 @@ public class Autoscaler : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -95279,7 +98229,7 @@ public class Autoscaler : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable RecommendedSize { get; set; } /// - /// [Output Only] URL of the region where the instance group resides (for autoscalers living in regional scope). + /// [Output Only] URL of theregion where the instance group resides (for autoscalers living in regional scope). /// [Newtonsoft.Json.JsonPropertyAttribute("region")] public virtual string Region { get; set; } @@ -95293,18 +98243,18 @@ public class Autoscaler : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// [Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: - /// Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being deleted. - - /// ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails - /// field. - ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails - /// field. New values might be added in the future. + /// [Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: + /// Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being + /// deleted. - ACTIVE: Configuration is acknowledged to be effective. Some warnings might be + /// present in the statusDetails field. - ERROR: Configuration has errors. Actionable for users. Details + /// are present in the statusDetails field. New values might be added in the future. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } /// - /// [Output Only] Human-readable details about the current state of the autoscaler. Read the documentation for - /// Commonly returned status messages for examples of status messages you might encounter. + /// [Output Only] Human-readable details about the current state of the autoscaler. Read the documentation + /// forCommonly returned status messages for examples of status messages you might encounter. /// [Newtonsoft.Json.JsonPropertyAttribute("statusDetails")] public virtual System.Collections.Generic.IList StatusDetails { get; set; } @@ -95317,7 +98267,7 @@ public class Autoscaler : Google.Apis.Requests.IDirectResponseSchema public virtual string Target { get; set; } /// - /// [Output Only] URL of the zone where the instance group resides (for autoscalers living in zonal scope). + /// [Output Only] URL of thezone where the instance group resides (for autoscalers living in zonal scope). /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -95337,14 +98287,14 @@ public class AutoscalerAggregatedList : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#autoscalerAggregatedList for aggregated lists of autoscalers. + /// [Output Only] Type of resource. Alwayscompute#autoscalerAggregatedList for aggregated lists of autoscalers. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -95377,8 +98327,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -95388,8 +98338,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -95427,7 +98377,7 @@ public class AutoscalerList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -95456,8 +98406,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -95467,8 +98417,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -95496,29 +98446,31 @@ public class AutoscalerStatusDetails : Google.Apis.Requests.IDirectResponseSchem public virtual string Message { get; set; } /// - /// The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY - /// (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - - /// BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - - /// CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - - /// CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to - /// be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified - /// does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is - /// equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - - /// MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric - /// configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to - /// scale based on a load balancing signal but the instance group has not received any requests from the load - /// balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change - /// automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the - /// "Autoscale only out" mode. The autoscaler can add instances but not remove any. - - /// MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one - /// backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the - /// necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for - /// regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST - /// (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION - /// (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - - /// ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For - /// regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values - /// might be added in the future. Some of the values might not be available in all API versions. + /// The type of error, warning, or notice returned. Current set of possible values: - + /// ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING + /// state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the + /// instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than + /// maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not + /// exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): + /// The custom metric that was specified does not exist or does not have the necessary labels. - + /// MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler + /// cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): + /// The autoscaler did not receive any data from the custom metric configured for autoscaling. - + /// MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load + /// balancing signal but the instance group has not received any requests from the load balancer. - + /// MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change + /// automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is + /// in the "Autoscale only out" mode. The autoscaler can add instances but not remove any. - + /// MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than + /// one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient + /// quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT + /// (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. + /// - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - + /// UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S + /// load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal + /// autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one + /// of the zones you're using there is a resource stockout. New values might be added in the future. Some + /// of the values might not be available in all API versions. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -95555,8 +98507,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -95566,8 +98518,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -95596,7 +98548,7 @@ public class AutoscalingPolicy : Google.Apis.Requests.IDirectResponseSchema /// [initialization period](/compute/docs/autoscaler#cool_down_period). Specifying an accurate initialization /// period improves autoscaler decisions. For example, when scaling out, the autoscaler ignores data from VMs /// that are still initializing because those VMs might not yet represent normal usage of your application. The - /// default initialization period is 60 seconds. Initialization periods might vary because of numerous factors. + /// default initialization period is 60 seconds. Initialization periods might vary because of numerous factors. /// We recommend that you test how long your application takes to initialize. To do this, create a VM and time /// your application's startup process. /// @@ -95633,10 +98585,10 @@ public class AutoscalingPolicy : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable MinNumReplicas { get; set; } /// - /// Defines the operating mode for this policy. The following modes are available: - OFF: Disables the - /// autoscaler but maintains its configuration. - ONLY_SCALE_OUT: Restricts the autoscaler to add VM instances - /// only. - ON: Enables all autoscaler activities according to its policy. For more information, see "Turning - /// off or restricting an autoscaler" + /// Defines the operating mode for this policy. The following modes are available: - OFF: Disables the + /// autoscaler but maintains its configuration. - ONLY_SCALE_OUT: Restricts the autoscaler to add VM + /// instances only. - ON: Enables all autoscaler activities according to its policy. For more + /// information, see "Turning off or restricting an autoscaler" /// [Newtonsoft.Json.JsonPropertyAttribute("mode")] public virtual string Mode { get; set; } @@ -95660,19 +98612,19 @@ public class AutoscalingPolicy : Google.Apis.Requests.IDirectResponseSchema public class AutoscalingPolicyCpuUtilization : Google.Apis.Requests.IDirectResponseSchema { /// - /// Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). - /// No predictive method is used. The autoscaler scales the group to meet current demand based on real-time - /// metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and - /// weekly load patterns and scaling out ahead of anticipated demand. + /// Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE + /// (default). No predictive method is used. The autoscaler scales the group to meet current demand based on + /// real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily + /// and weekly load patterns and scaling out ahead of anticipated demand. /// [Newtonsoft.Json.JsonPropertyAttribute("predictiveMethod")] public virtual string PredictiveMethod { get; set; } /// /// The target CPU utilization that the autoscaler maintains. Must be a float value in the range (0, 1]. If not - /// specified, the default is 0.6. If the CPU level is below the target utilization, the autoscaler scales in + /// specified, the default is0.6. If the CPU level is below the target utilization, the autoscaler scales in /// the number of instances until it reaches the minimum number of instances you specified or until the average - /// CPU of your instances reaches the target utilization. If the average CPU is above the target utilization, + /// CPU of your instances reaches the target utilization. If the average CPU is above the target utilization, /// the autoscaler scales out until it reaches the maximum number of instances you specified or until the /// average utilization reaches the target utilization. /// @@ -95687,29 +98639,30 @@ public class AutoscalingPolicyCpuUtilization : Google.Apis.Requests.IDirectRespo public class AutoscalingPolicyCustomMetricUtilization : Google.Apis.Requests.IDirectResponseSchema { /// - /// A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API call. This + /// A filter string, compatible with a Stackdriver Monitoringfilter string forTimeSeries.list API call. This /// filter is used to select a specific TimeSeries for the purpose of autoscaling and to determine whether the - /// metric is exporting per-instance or per-group data. For the filter to be valid for autoscaling purposes, the - /// following rules apply: - You can only use the AND operator for joining selectors. - You can only use direct - /// equality comparison operator (=) without any functions for each selector. - You can specify the metric in - /// both the filter string and in the metric field. However, if specified in both places, the metric must be - /// identical. - The monitored resource type determines what kind of values are expected for the metric. If it - /// is a gce_instance, the autoscaler expects the metric to include a separate TimeSeries for each instance in a - /// group. In such a case, you cannot filter on resource labels. If the resource type is any other value, the - /// autoscaler expects this metric to contain values that apply to the entire autoscaled instance group and - /// resource label filtering can be performed to point autoscaler at the correct TimeSeries to scale upon. This - /// is called a *per-group metric* for the purpose of autoscaling. If not specified, the type defaults to - /// gce_instance. Try to provide a filter that is selective enough to pick just one TimeSeries for the - /// autoscaled group or for each of the instances (if you are using gce_instance resource type). If multiple - /// TimeSeries are returned upon the query execution, the autoscaler will sum their respective values to obtain - /// its scaling value. + /// metric is exporting per-instance or per-group data. For the filter to be valid for autoscaling purposes, + /// the following rules apply: - You can only use the AND operator for joining selectors. + /// - You can only use direct equality comparison operator (=) without any functions for each selector. + /// - You can specify the metric in both the filter string and in the metric field. However, if + /// specified in both places, the metric must be identical. - The monitored resource type + /// determines what kind of values are expected for the metric. If it is a gce_instance, the autoscaler + /// expects the metric to include a separate TimeSeries for each instance in a group. In such a + /// case, you cannot filter on resource labels. If the resource type is any other value, the + /// autoscaler expects this metric to contain values that apply to the entire autoscaled instance + /// group and resource label filtering can be performed to point autoscaler at the correct TimeSeries to + /// scale upon. This is called a *per-group metric* for the purpose of autoscaling. If not + /// specified, the type defaults to gce_instance. Try to provide a filter that is selective enough to + /// pick just one TimeSeries for the autoscaled group or for each of the instances (if you are using + /// gce_instance resource type). If multiple TimeSeries are returned upon the query execution, the autoscaler + /// will sum their respective values to obtain its scaling value. /// [Newtonsoft.Json.JsonPropertyAttribute("filter")] public virtual string Filter { get; set; } /// - /// The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative values. The - /// metric must have a value type of INT64 or DOUBLE. + /// The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative values. The + /// metric must have a value type of INT64 orDOUBLE. /// [Newtonsoft.Json.JsonPropertyAttribute("metric")] public virtual string Metric { get; set; } @@ -95718,11 +98671,11 @@ public class AutoscalingPolicyCustomMetricUtilization : Google.Apis.Requests.IDi /// If scaling is based on a per-group metric value that represents the total amount of work to be done or /// resource usage, set this value to an amount assigned for a single instance of the scaled group. Autoscaler /// keeps the number of instances proportional to the value of this metric. The metric itself does not change - /// value due to group resizing. A good metric to use with the target is for example - /// pubsub.googleapis.com/subscription/num_undelivered_messages or a custom metric exporting the total number of - /// requests coming to your instances. A bad example would be a metric exporting an average or median latency, - /// since this value can't include a chunk assignable to a single instance, it could be better used with - /// utilization_target instead. + /// value due to group resizing. A good metric to use with the target is for + /// examplepubsub.googleapis.com/subscription/num_undelivered_messages or a custom metric exporting the total + /// number of requests coming to your instances. A bad example would be a metric exporting an average or median + /// latency, since this value can't include a chunk assignable to a single instance, it could be better used + /// with utilization_target instead. /// [Newtonsoft.Json.JsonPropertyAttribute("singleInstanceAssignment")] public virtual System.Nullable SingleInstanceAssignment { get; set; } @@ -95730,16 +98683,16 @@ public class AutoscalingPolicyCustomMetricUtilization : Google.Apis.Requests.IDi /// /// The target value of the metric that autoscaler maintains. This must be a positive value. A utilization /// metric scales number of virtual machines handling requests to increase or decrease proportionally to the - /// metric. For example, a good metric to use as a utilization_target is - /// https://www.googleapis.com/compute/v1/instance/network/received_bytes_count. The autoscaler works to keep + /// metric. For example, a good metric to use as a utilization_target + /// ishttps://www.googleapis.com/compute/v1/instance/network/received_bytes_count. The autoscaler works to keep /// this value constant for each of the instances. /// [Newtonsoft.Json.JsonPropertyAttribute("utilizationTarget")] public virtual System.Nullable UtilizationTarget { get; set; } /// - /// Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GAUGE, - /// DELTA_PER_SECOND, or DELTA_PER_MINUTE. + /// Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either + /// GAUGE,DELTA_PER_SECOND, or DELTA_PER_MINUTE. /// [Newtonsoft.Json.JsonPropertyAttribute("utilizationTargetType")] public virtual string UtilizationTargetType { get; set; } @@ -95845,10 +98798,10 @@ public class Backend : Google.Apis.Requests.IDirectResponseSchema { /// /// Specifies how to determine whether the backend of a load balancer can handle additional traffic or is fully - /// loaded. For usage guidelines, see Connection balancing mode. Backends must use compatible balancing modes. + /// loaded. For usage guidelines, see Connection balancing mode. Backends must use compatible balancing modes. /// For more information, see Supported balancing modes and target capacity settings and Restrictions and - /// guidance for instance groups. Note: Currently, if you use the API to configure incompatible balancing modes, - /// the configuration might be accepted even though it has no impact and is ignored. Specifically, + /// guidance for instance groups. Note: Currently, if you use the API to configure incompatible balancing + /// modes, the configuration might be accepted even though it has no impact and is ignored. Specifically, /// Backend.maxUtilization is ignored when Backend.balancingMode is RATE. In the future, this incompatible /// combination will be rejected. /// @@ -95857,12 +98810,12 @@ public class Backend : Google.Apis.Requests.IDirectResponseSchema /// /// A multiplier applied to the backend's target capacity of its balancing mode. The default value is 1, which - /// means the group serves up to 100% of its configured capacity (depending on balancingMode). A setting of 0 + /// means the group serves up to 100% of its configured capacity (depending onbalancingMode). A setting of 0 /// means the group is completely drained, offering 0% of its available capacity. The valid ranges are 0.0 and - /// [0.1,1.0]. You cannot configure a setting larger than 0 and smaller than 0.1. You cannot configure a setting - /// of 0 when there is only one backend attached to the backend service. Not available with backends that don't - /// support using a balancingMode. This includes backends such as global internet NEGs, regional serverless - /// NEGs, and PSC NEGs. + /// [0.1,1.0]. You cannot configure a setting larger than 0 and smaller than0.1. You cannot configure a setting + /// of 0 when there is only one backend attached to the backend service. Not available with backends that don't + /// support using abalancingMode. This includes backends such as global internet NEGs, regional serverless NEGs, + /// and PSC NEGs. /// [Newtonsoft.Json.JsonPropertyAttribute("capacityScaler")] public virtual System.Nullable CapacityScaler { get; set; } @@ -95885,71 +98838,71 @@ public class Backend : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Failover { get; set; } /// - /// The fully-qualified URL of an instance group or network endpoint group (NEG) resource. To determine what + /// The fully-qualified URL of aninstance group or network endpoint group (NEG) resource. To determine what /// types of backends a load balancer supports, see the [Backend services - /// overview](https://cloud.google.com/load-balancing/docs/backend-service#backends). You must use the - /// *fully-qualified* URL (starting with https://www.googleapis.com/) to specify the instance group or NEG. - /// Partial URLs are not supported. If haPolicy is specified, backends must refer to NEG resources of type + /// overview](https://cloud.google.com/load-balancing/docs/backend-service#backends). You must use the + /// *fully-qualified* URL (starting withhttps://www.googleapis.com/) to specify the instance group or NEG. + /// Partial URLs are not supported. If haPolicy is specified, backends must refer to NEG resources of type /// GCE_VM_IP. /// [Newtonsoft.Json.JsonPropertyAttribute("group")] public virtual string Group { get; set; } /// - /// Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing - /// mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE. + /// Defines a target maximum number of simultaneous connections. For usage guidelines, seeConnection balancing + /// mode and Utilization balancing mode. Not available if the backend'sbalancingMode is RATE. /// [Newtonsoft.Json.JsonPropertyAttribute("maxConnections")] public virtual System.Nullable MaxConnections { get; set; } /// - /// Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing - /// mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE. + /// Defines a target maximum number of simultaneous connections. For usage guidelines, seeConnection balancing + /// mode and Utilization balancing mode. Not available if the backend's balancingMode isRATE. /// [Newtonsoft.Json.JsonPropertyAttribute("maxConnectionsPerEndpoint")] public virtual System.Nullable MaxConnectionsPerEndpoint { get; set; } /// - /// Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing - /// mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE. + /// Defines a target maximum number of simultaneous connections. For usage guidelines, seeConnection balancing + /// mode and Utilization balancing mode. Not available if the backend's balancingMode isRATE. /// [Newtonsoft.Json.JsonPropertyAttribute("maxConnectionsPerInstance")] public virtual System.Nullable MaxConnectionsPerInstance { get; set; } /// - /// Defines a maximum number of HTTP requests per second (RPS). For usage guidelines, see Rate balancing mode - /// and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION. + /// Defines a maximum number of HTTP requests per second (RPS). For usage guidelines, seeRate balancing mode and + /// Utilization balancing mode. Not available if the backend's balancingMode isCONNECTION. /// [Newtonsoft.Json.JsonPropertyAttribute("maxRate")] public virtual System.Nullable MaxRate { get; set; } /// - /// Defines a maximum target for requests per second (RPS). For usage guidelines, see Rate balancing mode and - /// Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION. + /// Defines a maximum target for requests per second (RPS). For usage guidelines, seeRate balancing mode and + /// Utilization balancing mode. Not available if the backend's balancingMode isCONNECTION. /// [Newtonsoft.Json.JsonPropertyAttribute("maxRatePerEndpoint")] public virtual System.Nullable MaxRatePerEndpoint { get; set; } /// - /// Defines a maximum target for requests per second (RPS). For usage guidelines, see Rate balancing mode and - /// Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION. + /// Defines a maximum target for requests per second (RPS). For usage guidelines, seeRate balancing mode and + /// Utilization balancing mode. Not available if the backend's balancingMode isCONNECTION. /// [Newtonsoft.Json.JsonPropertyAttribute("maxRatePerInstance")] public virtual System.Nullable MaxRatePerInstance { get; set; } /// - /// Optional parameter to define a target capacity for the UTILIZATION balancing mode. The valid range is [0.0, - /// 1.0]. For usage guidelines, see Utilization balancing mode. + /// Optional parameter to define a target capacity for theUTILIZATION balancing mode. The valid range is[0.0, + /// 1.0]. For usage guidelines, seeUtilization balancing mode. /// [Newtonsoft.Json.JsonPropertyAttribute("maxUtilization")] public virtual System.Nullable MaxUtilization { get; set; } /// /// This field indicates whether this backend should be fully utilized before sending traffic to backends with - /// default preference. The possible values are: - PREFERRED: Backends with this preference level will be filled - /// up to their capacity limits first, based on RTT. - DEFAULT: If preferred backends don't have enough - /// capacity, backends in this layer would be used and traffic would be assigned based on the load balancing - /// algorithm you use. This is the default + /// default preference. The possible values are: - PREFERRED: Backends with this preference level will be + /// filled up to their capacity limits first, based on RTT. - DEFAULT: If preferred backends don't have + /// enough capacity, backends in this layer would be used and traffic would be assigned based on the load + /// balancing algorithm you use. This is the default /// [Newtonsoft.Json.JsonPropertyAttribute("preference")] public virtual string Preference { get; set; } @@ -95959,8 +98912,8 @@ public class Backend : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a - /// load balancer. For more information, read Backend Buckets. + /// Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a + /// load balancer. For more information, readBackend Buckets. /// public class BackendBucket : Google.Apis.Requests.IDirectResponseSchema { @@ -95978,7 +98931,7 @@ public class BackendBucket : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("compressionMode")] public virtual string CompressionMode { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -96011,7 +98964,7 @@ public class BackendBucket : Google.Apis.Requests.IDirectResponseSchema public virtual string Kind { get; set; } /// - /// The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If + /// The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If /// loadBalancingScheme is not specified, the backend bucket can be used by classic global external load /// balancers, or global application external load balancers, or both. /// @@ -96020,7 +98973,7 @@ public class BackendBucket : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -96062,23 +99015,24 @@ public class BackendBucketCdnPolicy : Google.Apis.Requests.IDirectResponseSchema public virtual BackendBucketCdnPolicyCacheKeyPolicy CacheKeyPolicy { get; set; } /// - /// Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS + /// Specifies the cache setting for all responses from this backend. The possible values are:USE_ORIGIN_HEADERS /// Requires the origin to set valid caching headers to cache content. Responses without these headers will not /// be cached at Google's edge, and will require a full trip to the origin on every request, potentially - /// impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring + /// impacting performance and increasing load on the origin server.FORCE_CACHE_ALL Cache all content, ignoring /// any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may - /// result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically + /// result in Cloud CDN caching private, per-user (user identifiable) content.CACHE_ALL_STATIC Automatically /// cache static content, including common image formats, media (video and audio), and web assets (JavaScript /// and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including - /// HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC. + /// HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to + /// CACHE_ALL_STATIC. /// [Newtonsoft.Json.JsonPropertyAttribute("cacheMode")] public virtual string CacheMode { get; set; } /// /// Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or - /// Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used - /// for the response max-age directive, along with a "public" directive. For cacheable content in + /// Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used + /// for the response max-age directive, along with a "public" directive. For cacheable content in /// CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the /// response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a "public" /// cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. @@ -96153,7 +99107,7 @@ public class BackendBucketCdnPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// Maximum number of seconds the response to a signed URL request will be considered fresh. After this time - /// period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving + /// period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving /// responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend /// had a "Cache-Control: public, max-age=[TTL]" header, regardless of any existing Cache-Control header. The /// actual headers served in responses will not be altered. @@ -96206,7 +99160,7 @@ public class BackendBucketCdnPolicyNegativeCachingPolicy : Google.Apis.Requests. { /// /// The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, - /// 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once. + /// 421, 451 and 501 can be specified as values, and you cannot specify a status code more than once. /// [Newtonsoft.Json.JsonPropertyAttribute("code")] public virtual System.Nullable Code { get; set; } @@ -96240,7 +99194,7 @@ public class BackendBucketList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -96269,8 +99223,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -96280,8 +99234,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -96348,11 +99302,11 @@ public class BackendCustomMetric : Google.Apis.Requests.IDirectResponseSchema /// /// Name of a custom utilization signal. The name must be 1-64 characters long and match the regular expression - /// [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a lowercase letter, and all + /// `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be a lowercase letter, and all /// following characters must be a dash, period, underscore, lowercase letter, or digit, except the last /// character, which cannot be a dash, period, or underscore. For usage guidelines, see Custom Metrics balancing /// mode. This field can only be used for a global or regional backend service with the loadBalancingScheme set - /// to EXTERNAL_MANAGED, INTERNAL_MANAGED INTERNAL_SELF_MANAGED. + /// to EXTERNAL_MANAGED,INTERNAL_MANAGED INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -96362,23 +99316,23 @@ public class BackendCustomMetric : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Backend Service resource. A backend service defines how Google Cloud load balancers distribute + /// Represents a Backend Service resource. A backend service defines how Google Cloud load balancers distribute /// traffic. The backend service configuration contains a set of values, such as the protocol used to connect to /// backends, various distribution and session settings, health checks, and timeouts. These settings provide /// fine-grained control over how your load balancer behaves. Most of the settings have default values that allow - /// for easy configuration if you need to get started quickly. Backend services in Google Compute Engine can be - /// either regionally or globally scoped. * + /// for easy configuration if you need to get started quickly. Backend services in Google Compute Engine can be + /// either regionally or globally scoped. * /// [Global](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) * - /// [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices) For more information, - /// see Backend Services. + /// [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices) For more information, + /// seeBackend Services. /// public class BackendService : Google.Apis.Requests.IDirectResponseSchema { /// /// Lifetime of cookies in seconds. This setting is applicable to Application Load Balancers and Traffic - /// Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is + /// Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is /// non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed - /// value is two weeks (1,209,600). Not supported when the backend service is referenced by a URL map that is + /// value is two weeks (1,209,600). Not supported when the backend service is referenced by a URL map that is /// bound to target gRPC proxy that has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("affinityCookieTtlSec")] @@ -96420,19 +99374,19 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// cookies or other properties. This load balancing policy is applicable only for HTTP connections. The /// affinity to a particular destination host will be lost when one or more hosts are added/removed from the /// destination service. This field specifies parameters that control consistent hashing. This field is only - /// applicable when localityLbPolicy is set to MAGLEV or RING_HASH. This field is applicable to either: - A - /// regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and - /// load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set - /// to INTERNAL_SELF_MANAGED. + /// applicable whenlocalityLbPolicy is set to MAGLEV orRING_HASH. This field is applicable to either: - + /// A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and + /// load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the + /// load_balancing_scheme set to INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("consistentHash")] public virtual ConsistentHashLoadBalancerSettings ConsistentHash { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } - /// List of custom metrics that are used for the WEIGHTED_ROUND_ROBIN locality_lb_policy. + /// List of custom metrics that are used for theWEIGHTED_ROUND_ROBIN locality_lb_policy. [Newtonsoft.Json.JsonPropertyAttribute("customMetrics")] public virtual System.Collections.Generic.IList CustomMetrics { get; set; } @@ -96470,11 +99424,11 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC. - /// To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to PREPARE. The state + /// To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to PREPARE. The state /// must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be changed to EXTERNAL_MANAGED. /// Optionally, the TEST_BY_PERCENTAGE state can be used to migrate traffic by percentage using - /// externalManagedMigrationTestingPercentage. Rolling back a migration requires the states to be set in reverse - /// order. So changing the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to + /// externalManagedMigrationTestingPercentage. Rolling back a migration requires the states to be set in + /// reverse order. So changing the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to /// TEST_ALL_TRAFFIC at the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some /// traffic back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL. /// @@ -96483,8 +99437,8 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Determines the fraction of requests that should be processed by the Global external Application Load - /// Balancer. The value of this field must be in the range [0, 100]. Session affinity options will slightly - /// affect this routing behavior, for more details, see: Session Affinity. This value can only be set if the + /// Balancer. The value of this field must be in the range [0, 100]. Session affinity options will slightly + /// affect this routing behavior, for more details, see:Session Affinity. This value can only be set if the /// loadBalancingScheme in the BackendService is set to EXTERNAL (when using the classic Application Load /// Balancer) and the migration state is TEST_BY_PERCENTAGE. /// @@ -96496,8 +99450,8 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// balancers that have configurable failover: [Internal passthrough Network Load /// Balancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external /// passthrough Network Load - /// Balancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). failoverPolicy - /// cannot be specified with haPolicy. + /// Balancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). + /// failoverPolicy cannot be specified with haPolicy. /// [Newtonsoft.Json.JsonPropertyAttribute("failoverPolicy")] public virtual BackendServiceFailoverPolicy FailoverPolicy { get; set; } @@ -96506,24 +99460,24 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field will be ignored when inserting a BackendService. An up-to-date fingerprint must be /// provided in order to update the BackendService, otherwise the request will fail with error 412 - /// conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a BackendService. + /// conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a BackendService. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } /// - /// Configures self-managed High Availability (HA) for External and Internal Protocol Forwarding. The backends + /// Configures self-managed High Availability (HA) for External and Internal Protocol Forwarding. The backends /// of this regional backend service must only specify zonal network endpoint groups (NEGs) of type GCE_VM_IP. /// When haPolicy is set for an Internal Passthrough Network Load Balancer, the regional backend service must /// set the network field. All zonal NEGs must belong to the same network. However, individual NEGs can belong - /// to different subnetworks of that network. When haPolicy is specified, the set of attached network endpoints + /// to different subnetworks of that network. When haPolicy is specified, the set of attached network endpoints /// across all backends comprise an High Availability domain from which one endpoint is selected as the active - /// endpoint (the leader) that receives all traffic. haPolicy can be added only at backend service creation - /// time. Once set up, it cannot be deleted. Note that haPolicy is not for load balancing, and therefore cannot - /// be specified with sessionAffinity, connectionTrackingPolicy, and failoverPolicy. haPolicy requires customers - /// to be responsible for tracking backend endpoint health and electing a leader among the healthy endpoints. - /// Therefore, haPolicy cannot be specified with healthChecks. haPolicy can only be specified for External - /// Passthrough Network Load Balancers and Internal Passthrough Network Load Balancers. + /// endpoint (the leader) that receives all traffic. haPolicy can be added only at backend service creation + /// time. Once set up, it cannot be deleted. Note that haPolicy is not for load balancing, and therefore cannot + /// be specified with sessionAffinity, connectionTrackingPolicy, and failoverPolicy. haPolicy requires + /// customers to be responsible for tracking backend endpoint health and electing a leader among the healthy + /// endpoints. Therefore, haPolicy cannot be specified with healthChecks. haPolicy can only be specified for + /// External Passthrough Network Load Balancers and Internal Passthrough Network Load Balancers. /// [Newtonsoft.Json.JsonPropertyAttribute("haPolicy")] public virtual BackendServiceHAPolicy HaPolicy { get; set; } @@ -96533,7 +99487,7 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// health checking this backend service. Not all backend services support legacy health checks. See Load /// balancer guide. Currently, at most one health check can be specified for each backend service. Backend /// services with instance group or zonal NEG backends must have a health check unless haPolicy is specified. - /// Backend services with internet or serverless NEG backends must not have a health check. healthChecks[] + /// Backend services with internet or serverless NEG backends must not have a health check. healthChecks[] /// cannot be specified with haPolicy. /// [Newtonsoft.Json.JsonPropertyAttribute("healthChecks")] @@ -96554,18 +99508,18 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies a preference for traffic sent from the proxy to the backend (or from the client to the backend for - /// proxyless gRPC). The possible values are: - IPV4_ONLY: Only send IPv4 traffic to the backends of the backend - /// service (Instance Group, Managed Instance Group, Network Endpoint Group), regardless of traffic from the - /// client to the proxy. Only IPv4 health checks are used to check the health of the backends. This is the - /// default setting. - PREFER_IPV6: Prioritize the connection to the endpoint's IPv6 address over its IPv4 - /// address (provided there is a healthy IPv6 address). - IPV6_ONLY: Only send IPv6 traffic to the backends of - /// the backend service (Instance Group, Managed Instance Group, Network Endpoint Group), regardless of traffic - /// from the client to the proxy. Only IPv6 health checks are used to check the health of the backends. This - /// field is applicable to either: - Advanced global external Application Load Balancer (load balancing scheme - /// EXTERNAL_MANAGED), - Regional external Application Load Balancer, - Internal proxy Network Load Balancer - /// (load balancing scheme INTERNAL_MANAGED), - Regional internal Application Load Balancer (load balancing - /// scheme INTERNAL_MANAGED), - Traffic Director with Envoy proxies and proxyless gRPC (load balancing scheme - /// INTERNAL_SELF_MANAGED). + /// proxyless gRPC). The possible values are: - IPV4_ONLY: Only send IPv4 traffic to the backends of the + /// backend service (Instance Group, Managed Instance Group, Network Endpoint Group), regardless of traffic + /// from the client to the proxy. Only IPv4 health checks are used to check the health of the backends. This + /// is the default setting. - PREFER_IPV6: Prioritize the connection to the endpoint's IPv6 address + /// over its IPv4 address (provided there is a healthy IPv6 address). - IPV6_ONLY: Only send IPv6 traffic + /// to the backends of the backend service (Instance Group, Managed Instance Group, Network Endpoint + /// Group), regardless of traffic from the client to the proxy. Only IPv6 health checks are used to check the + /// health of the backends. This field is applicable to either: - Advanced global external + /// Application Load Balancer (load balancing scheme EXTERNAL_MANAGED), - Regional external Application + /// Load Balancer, - Internal proxy Network Load Balancer (load balancing scheme INTERNAL_MANAGED), + /// - Regional internal Application Load Balancer (load balancing scheme INTERNAL_MANAGED), - Traffic + /// Director with Envoy proxies and proxyless gRPC (load balancing scheme INTERNAL_SELF_MANAGED). /// [Newtonsoft.Json.JsonPropertyAttribute("ipAddressSelectionPolicy")] public virtual string IpAddressSelectionPolicy { get; set; } @@ -96576,7 +99530,7 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the load balancer type. A backend service created for one type of load balancer cannot be used - /// with another. For more information, refer to Choosing a load balancer. + /// with another. For more information, refer toChoosing a load balancer. /// [Newtonsoft.Json.JsonPropertyAttribute("loadBalancingScheme")] public virtual string LoadBalancingScheme { get; set; } @@ -96585,36 +99539,38 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// A list of locality load-balancing policies to be used in order of preference. When you use /// localityLbPolicies, you must set at least one value for either the localityLbPolicies[].policy or the /// localityLbPolicies[].customPolicy field. localityLbPolicies overrides any value set in the localityLbPolicy - /// field. For an example of how to use this field, see Define a list of preferred policies. Caution: This field - /// and its children are intended for use in a service mesh that includes gRPC clients only. Envoy proxies can't - /// use backend services that have this configuration. + /// field. For an example of how to use this field, seeDefine a list of preferred policies. Caution: This + /// field and its children are intended for use in a service mesh that includes gRPC clients only. Envoy proxies + /// can't use backend services that have this configuration. /// [Newtonsoft.Json.JsonPropertyAttribute("localityLbPolicies")] public virtual System.Collections.Generic.IList LocalityLbPolicies { get; set; } /// - /// The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: - /// This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - /// - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer - /// active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. - /// The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of - /// the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend - /// host is selected based on the client connection metadata, i.e., connections are opened to the same address - /// as the destination address of the incoming connection before the connection was redirected to the load - /// balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable - /// as ring hash but has faster table lookup build times and host selection times. For more information about - /// Maglev, see Maglev: A Fast and Reliable Software Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint - /// Weighted Round Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the - /// Backend Service responses are expected to contain non-standard HTTP response header field - /// Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via the - /// customMetrics field. This field is applicable to either: - A regional backend service with the - /// service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED. - A - /// global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or - /// EXTERNAL_MANAGED. If sessionAffinity is not configured—that is, if session affinity remains at the default - /// value of NONE—then the default value for localityLbPolicy is ROUND_ROBIN. If session affinity is set to a - /// value other than NONE, then the default value for localityLbPolicy is MAGLEV. Only ROUND_ROBIN and RING_HASH - /// are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that - /// has validateForProxyless field set to true. localityLbPolicy cannot be specified with haPolicy. + /// The load balancing algorithm used within the scope of the locality. The possible values are: - + /// ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This + /// is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks + /// the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements + /// consistent hashing to backends. The algorithm has the property that the addition/removal of a host from + /// a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random + /// healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection + /// metadata, i.e., connections are opened to the same address as the destination address of the incoming + /// connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in + /// replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table + /// lookup build times and host selection times. For more information about Maglev, see Maglev: A Fast and + /// Reliable Software Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin + /// Load Balancing using weights computed from Backend reported Custom Metrics. If set, the Backend Service + /// responses are expected to contain non-standard HTTP response header field Endpoint-Load-Metrics. The + /// reported metrics to use for computing the weights are specified via thecustomMetrics field. This + /// field is applicable to either: - A regional backend service with the service_protocol set to HTTP, + /// HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend + /// service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or + /// EXTERNAL_MANAGED. If sessionAffinity is not configured—that is, if session affinity remains at + /// the default value of NONE—then the default value for localityLbPolicy is ROUND_ROBIN. If session + /// affinity is set to a value other than NONE, then the default value for localityLbPolicy isMAGLEV. + /// Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that + /// is bound to target gRPC proxy that has validateForProxyless field set to true. localityLbPolicy + /// cannot be specified with haPolicy. /// [Newtonsoft.Json.JsonPropertyAttribute("localityLbPolicy")] public virtual string LocalityLbPolicy { get; set; } @@ -96629,9 +99585,9 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the default maximum duration (timeout) for streams to this service. Duration is computed from the /// beginning of the stream until the response has been completely processed, including all retries. A stream - /// that does not complete in this duration is closed. If not specified, there will be no timeout limit, i.e. - /// the maximum duration is infinite. This value can be overridden in the PathMatcher configuration of the - /// UrlMap that references this backend service. This field is only allowed when the loadBalancingScheme of the + /// that does not complete in this duration is closed. If not specified, there will be no timeout limit, i.e. + /// the maximum duration is infinite. This value can be overridden in the PathMatcher configuration of the + /// UrlMap that references this backend service. This field is only allowed when the loadBalancingScheme of the /// backend service is INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("maxStreamDuration")] @@ -96646,7 +99602,7 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -96655,10 +99611,10 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema public virtual string Name { get; set; } /// - /// The URL of the network to which this backend service belongs. This field must be set for Internal + /// The URL of the network to which this backend service belongs. This field must be set for Internal /// Passthrough Network Load Balancers when the haPolicy is enabled, and for External Passthrough Network Load - /// Balancers when the haPolicy fastIpMove is enabled. This field can only be specified when the load balancing - /// scheme is set to INTERNAL, or when the load balancing scheme is set to EXTERNAL and haPolicy fastIpMove is + /// Balancers when the haPolicy fastIpMove is enabled. This field can only be specified when the load balancing + /// scheme is set toINTERNAL, or when the load balancing scheme is set toEXTERNAL and haPolicy fastIpMove is /// enabled. /// [Newtonsoft.Json.JsonPropertyAttribute("network")] @@ -96667,21 +99623,21 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each /// individual proxy instance that processes the traffic for the given backend service. If not set, this feature - /// is considered disabled. Results of the outlier detection algorithm (ejection of endpoints from the load + /// is considered disabled. Results of the outlier detection algorithm (ejection of endpoints from the load /// balancing pool and returning them back to the pool) are executed independently by each proxy instance of the /// load balancer. In most cases, more than one proxy instance handles the traffic received by a backend /// service. Thus, it is possible that an unhealthy endpoint is detected and ejected by only some of the /// proxies, and while this happens, other proxies may continue to send requests to the same unhealthy endpoint - /// until they detect and eject the unhealthy endpoint. Applicable backend endpoints can be: - VM instances in - /// an Instance Group - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - Endpoints in a Hybrid - /// Connectivity NEG (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to Cloud Run, App Engine, or - /// Cloud Functions Services - Private Service Connect NEGs, that resolve to Google-managed regional API - /// endpoints or managed services published using Private Service Connect Applicable backend service types can - /// be: - A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or - /// EXTERNAL_MANAGED. - A regional backend service with the serviceProtocol set to HTTP, HTTPS, HTTP2 or H2C, - /// and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for Serverless NEGs. Not - /// supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has - /// validateForProxyless field set to true. + /// until they detect and eject the unhealthy endpoint. Applicable backend endpoints can be: - VM + /// instances in an Instance Group - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - Endpoints in a + /// Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to Cloud Run, App + /// Engine, or Cloud Functions Services - Private Service Connect NEGs, that resolve to Google-managed + /// regional API endpoints or managed services published using Private Service Connect Applicable backend + /// service types can be: - A global backend service with the loadBalancingScheme set to + /// INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. - A regional backend service with the serviceProtocol set + /// to HTTP, HTTPS, HTTP2 or H2C, and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not + /// supported for Serverless NEGs. Not supported when the backend service is referenced by a URL map that is + /// bound to target gRPC proxy that has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("outlierDetection")] public virtual OutlierDetection OutlierDetection { get; set; } @@ -96711,9 +99667,9 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema public virtual string PortName { get; set; } /// - /// The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, + /// The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, /// H2C, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer - /// to the documentation for the load balancers or for Traffic Director for more information. Must be set to + /// to the documentation for the load balancers or for Traffic Director for more information. Must be set to /// GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("protocol")] @@ -96745,24 +99701,24 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// URLs of networkservices.ServiceBinding resources. Can only be set if load balancing scheme is + /// URLs of networkservices.ServiceBinding resources. Can only be set if load balancing scheme is /// INTERNAL_SELF_MANAGED. If set, lists of backends and health checks must be both empty. /// [Newtonsoft.Json.JsonPropertyAttribute("serviceBindings")] public virtual System.Collections.Generic.IList ServiceBindings { get; set; } /// - /// URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is + /// URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is /// EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global. /// [Newtonsoft.Json.JsonPropertyAttribute("serviceLbPolicy")] public virtual string ServiceLbPolicy { get; set; } /// - /// Type of session affinity to use. The default is NONE. Only NONE and HEADER_FIELD are supported when the + /// Type of session affinity to use. The default is NONE. Only NONE and HEADER_FIELD are supported when the /// backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless - /// field set to true. For more details, see: [Session - /// Affinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity). sessionAffinity + /// field set to true. For more details, see: [Session + /// Affinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity). sessionAffinity /// cannot be specified with haPolicy. /// [Newtonsoft.Json.JsonPropertyAttribute("sessionAffinity")] @@ -96770,7 +99726,7 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the - /// sessionAffinity is set to STRONG_COOKIE_AFFINITY. + /// sessionAffinity is set toSTRONG_COOKIE_AFFINITY. /// [Newtonsoft.Json.JsonPropertyAttribute("strongSessionAffinityCookie")] public virtual BackendServiceHttpCookie StrongSessionAffinityCookie { get; set; } @@ -96782,8 +99738,8 @@ public class BackendService : Google.Apis.Requests.IDirectResponseSchema /// /// The backend service timeout has a different meaning depending on the type of load balancer. For more /// information see, Backend service settings. The default is 30 seconds. The full range of timeout values - /// allowed goes from 1 through 2,147,483,647 seconds. This value can be overridden in the PathMatcher - /// configuration of the UrlMap that references this backend service. Not supported when the backend service is + /// allowed goes from 1 through 2,147,483,647 seconds. This value can be overridden in the PathMatcher + /// configuration of the UrlMap that references this backend service. Not supported when the backend service is /// referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. /// Instead, use maxStreamDuration. /// @@ -96822,7 +99778,7 @@ public class BackendServiceAggregatedList : Google.Apis.Requests.IDirectResponse /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -96855,8 +99811,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -96866,8 +99822,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -96903,23 +99859,24 @@ public class BackendServiceCdnPolicy : Google.Apis.Requests.IDirectResponseSchem public virtual CacheKeyPolicy CacheKeyPolicy { get; set; } /// - /// Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS + /// Specifies the cache setting for all responses from this backend. The possible values are:USE_ORIGIN_HEADERS /// Requires the origin to set valid caching headers to cache content. Responses without these headers will not /// be cached at Google's edge, and will require a full trip to the origin on every request, potentially - /// impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring + /// impacting performance and increasing load on the origin server.FORCE_CACHE_ALL Cache all content, ignoring /// any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may - /// result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically + /// result in Cloud CDN caching private, per-user (user identifiable) content.CACHE_ALL_STATIC Automatically /// cache static content, including common image formats, media (video and audio), and web assets (JavaScript /// and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including - /// HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC. + /// HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to + /// CACHE_ALL_STATIC. /// [Newtonsoft.Json.JsonPropertyAttribute("cacheMode")] public virtual string CacheMode { get; set; } /// /// Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or - /// Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used - /// for the response max-age directive, along with a "public" directive. For cacheable content in + /// Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used + /// for the response max-age directive, along with a "public" directive. For cacheable content in /// CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the /// response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a "public" /// cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. @@ -96994,7 +99951,7 @@ public class BackendServiceCdnPolicy : Google.Apis.Requests.IDirectResponseSchem /// /// Maximum number of seconds the response to a signed URL request will be considered fresh. After this time - /// period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving + /// period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving /// responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend /// had a "Cache-Control: public, max-age=[TTL]" header, regardless of any existing Cache-Control header. The /// actual headers served in responses will not be altered. @@ -97029,7 +99986,7 @@ public class BackendServiceCdnPolicyNegativeCachingPolicy : Google.Apis.Requests { /// /// The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, - /// 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once. + /// 421, 451 and 501 can be specified as values, and you cannot specify a status code more than once. /// [Newtonsoft.Json.JsonPropertyAttribute("code")] public virtual System.Nullable Code { get; set; } @@ -97050,15 +100007,15 @@ public class BackendServiceCdnPolicyNegativeCachingPolicy : Google.Apis.Requests public class BackendServiceConnectionTrackingPolicy : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies connection persistence when backends are unhealthy. The default value is DEFAULT_FOR_PROTOCOL. If + /// Specifies connection persistence when backends are unhealthy. The default value is DEFAULT_FOR_PROTOCOL. If /// set to DEFAULT_FOR_PROTOCOL, the existing connections persist on unhealthy backends only for - /// connection-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default - /// tracking mode) or the Session Affinity is configured for 5-tuple. They do not persist for UDP. If set to + /// connection-oriented protocols (TCP and SCTP) and only if the Tracking Mode isPER_CONNECTION (default + /// tracking mode) or the Session Affinity is configured for 5-tuple. They do not persist forUDP. If set to /// NEVER_PERSIST, after a backend becomes unhealthy, the existing connections on the unhealthy backend are /// never persisted on the unhealthy backend. They are always diverted to newly selected healthy backends - /// (unless all backends are unhealthy). If set to ALWAYS_PERSIST, existing connections always persist on + /// (unless all backends are unhealthy). If set to ALWAYS_PERSIST, existing connections always persist on /// unhealthy backends regardless of protocol and session affinity. It is generally not recommended to use this - /// mode overriding the default. For more details, see [Connection Persistence for Network Load + /// mode overriding the default. For more details, see [Connection Persistence for Network Load /// Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#connection-persistence) /// and [Connection Persistence for Internal TCP/UDP Load /// Balancing](https://cloud.google.com/load-balancing/docs/internal#connection-persistence). @@ -97074,20 +100031,21 @@ public class BackendServiceConnectionTrackingPolicy : Google.Apis.Requests.IDire public virtual System.Nullable EnableStrongAffinity { get; set; } /// - /// Specifies how long to keep a Connection Tracking entry while there is no matching traffic (in seconds). For - /// internal passthrough Network Load Balancers: - The minimum (default) is 10 minutes and the maximum is 16 - /// hours. - It can be set only if Connection Tracking is less than 5-tuple (i.e. Session Affinity is - /// CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode is PER_SESSION). For external + /// Specifies how long to keep a Connection Tracking entry while there is no matching traffic (in seconds). For + /// internal passthrough Network Load Balancers: - The minimum (default) is 10 minutes and the maximum is + /// 16 hours. - It can be set only if Connection Tracking is less than 5-tuple (i.e. Session Affinity is + /// CLIENT_IP_NO_DESTINATION,CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode is PER_SESSION). For external /// passthrough Network Load Balancers the default is 60 seconds. This option is not available publicly. /// [Newtonsoft.Json.JsonPropertyAttribute("idleTimeoutSec")] public virtual System.Nullable IdleTimeoutSec { get; set; } /// - /// Specifies the key used for connection tracking. There are two options: - PER_CONNECTION: This is the default - /// mode. The Connection Tracking is performed as per the Connection Key (default Hash Method) for the specific - /// protocol. - PER_SESSION: The Connection Tracking is performed as per the configured Session Affinity. It - /// matches the configured Session Affinity. For more details, see [Tracking Mode for Network Load + /// Specifies the key used for connection tracking. There are two options: - PER_CONNECTION: This is the + /// default mode. The Connection Tracking is performed as per the Connection Key (default Hash Method) for + /// the specific protocol. - PER_SESSION: The Connection Tracking is performed as per the configured + /// Session Affinity. It matches the configured Session Affinity. For more details, see [Tracking Mode for + /// Network Load /// Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode) and /// [Tracking Mode for Internal TCP/UDP Load /// Balancing](https://cloud.google.com/load-balancing/docs/internal#tracking-mode). @@ -97108,11 +100066,11 @@ public class BackendServiceCustomMetric : Google.Apis.Requests.IDirectResponseSc /// /// Name of a custom utilization signal. The name must be 1-64 characters long and match the regular expression - /// [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a lowercase letter, and all + /// `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be a lowercase letter, and all /// following characters must be a dash, period, underscore, lowercase letter, or digit, except the last /// character, which cannot be a dash, period, or underscore. For usage guidelines, see Custom Metrics balancing /// mode. This field can only be used for a global or regional backend service with the loadBalancingScheme set - /// to EXTERNAL_MANAGED, INTERNAL_MANAGED INTERNAL_SELF_MANAGED. + /// to EXTERNAL_MANAGED,INTERNAL_MANAGED INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -97133,16 +100091,16 @@ public class BackendServiceCustomMetric : Google.Apis.Requests.IDirectResponseSc /// public class BackendServiceFailoverPolicy : Google.Apis.Requests.IDirectResponseSchema { - /// This can be set to true only if the protocol is TCP. The default is false. + /// This can be set to true only if the protocol isTCP. The default is false. [Newtonsoft.Json.JsonPropertyAttribute("disableConnectionDrainOnFailover")] public virtual System.Nullable DisableConnectionDrainOnFailover { get; set; } /// /// If set to true, connections to the load balancer are dropped when all primary and all backup backend VMs are /// unhealthy.If set to false, connections are distributed among all primary VMs when all primary and all backup - /// backend VMs are unhealthy. For load balancers that have configurable failover: [Internal passthrough Network - /// Load Balancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external - /// passthrough Network Load + /// backend VMs are unhealthy. For load balancers that have configurable failover: [Internal passthrough + /// Network Load Balancers](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and + /// [external passthrough Network Load /// Balancers](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). The default is /// false. /// @@ -97150,7 +100108,7 @@ public class BackendServiceFailoverPolicy : Google.Apis.Requests.IDirectResponse public virtual System.Nullable DropTrafficIfUnhealthy { get; set; } /// - /// The value of the field must be in the range [0, 1]. If the value is 0, the load balancer performs a failover + /// The value of the field must be in the range[0, 1]. If the value is 0, the load balancer performs a failover /// when the number of healthy primary VMs equals zero. For all other values, the load balancer performs a /// failover when the total number of healthy primary VMs is less than this ratio. For load balancers that have /// configurable failover: [Internal TCP/UDP Load @@ -97178,7 +100136,7 @@ public class BackendServiceGroupHealth : Google.Apis.Requests.IDirectResponseSch public virtual System.Collections.Generic.IList HealthStatus { get; set; } /// - /// [Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services. + /// [Output Only] Type of resource. Alwayscompute#backendServiceGroupHealth for the health of backend services. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -97190,50 +100148,51 @@ public class BackendServiceGroupHealth : Google.Apis.Requests.IDirectResponseSch public class BackendServiceHAPolicy : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies whether fast IP move is enabled, and if so, the mechanism to achieve it. Supported values are: - - /// DISABLED: Fast IP Move is disabled. You can only use the haPolicy.leader API to update the leader. - - /// &gt;GARP_RA: Provides a method to very quickly define a new network endpoint as the leader. This method - /// is faster than updating the leader using the haPolicy.leader API. Fast IP move works as follows: The VM - /// hosting the network endpoint that should become the new leader sends either a Gratuitous ARP (GARP) packet - /// (IPv4) or an ICMPv6 Router Advertisement(RA) packet (IPv6). Google Cloud immediately but temporarily - /// associates the forwarding rule IP address with that VM, and both new and in-flight packets are quickly - /// delivered to that VM. Note the important properties of the Fast IP Move functionality: - The - /// GARP/RA-initiated re-routing stays active for approximately 20 minutes. After triggering fast failover, you - /// must also appropriately set the haPolicy.leader. - The new leader instance should continue to send GARP/RA - /// packets periodically every 10 seconds until at least 10 minutes after updating the haPolicy.leader (but stop - /// immediately if it is no longer the leader). - After triggering a fast failover, we recommend that you wait - /// at least 3 seconds before sending another GARP/RA packet from a different VM instance to avoid race - /// conditions. - Don't send GARP/RA packets from different VM instances at the same time. If multiple instances - /// continue to send GARP/RA packets, traffic might be routed to different destinations in an alternating order. - /// This condition ceases when a single instance issues a GARP/RA packet. - The GARP/RA request always takes - /// priority over the leader API. Using the haPolicy.leader API to change the leader to a different instance - /// will have no effect until the GARP/RA request becomes inactive. - The GARP/RA packets should follow the - /// GARP/RA Packet Specifications.. - When multiple forwarding rules refer to a regional backend service, you - /// need only send a GARP or RA packet for a single forwarding rule virtual IP. The virtual IPs for all - /// forwarding rules targeting the same backend service will also be moved to the sender of the GARP or RA - /// packet. The following are the Fast IP Move limitations (that is, when fastIPMove is not DISABLED): - - /// Multiple forwarding rules cannot use the same IP address if one of them refers to a regional backend service - /// with fastIPMove. - The regional backend service must set the network field, and all NEGs must belong to that - /// network. However, individual NEGs can belong to different subnetworks of that network. - The maximum number - /// of network endpoints across all backends of a backend service with fastIPMove is 32. - The maximum number of - /// backend services with fastIPMove that can have the same network endpoint attached to one of its backends is - /// 64. - The maximum number of backend services with fastIPMove in a VPC in a region is 64. - The network - /// endpoints that are attached to a backend of a backend service with fastIPMove cannot resolve to Gen3+ - /// machines for IPv6. - Traffic directed to the leader by a static route next hop will not be redirected to a - /// new leader by fast failover. Such traffic will only be redirected once an haPolicy.leader update has taken - /// effect. Only traffic to the forwarding rule's virtual IP will be redirected to a new leader by fast - /// failover. haPolicy.fastIPMove can be set only at backend service creation time. Once set, it cannot be - /// updated. By default, fastIpMove is set to DISABLED. + /// Specifies whether fast IP move is enabled, and if so, the mechanism to achieve it. Supported values are: + /// - DISABLED: Fast IP Move is disabled. You can only use the haPolicy.leader API to update the leader. + /// - &gt;GARP_RA: Provides a method to very quickly define a new network endpoint as the leader. This + /// method is faster than updating the leader using the haPolicy.leader API. Fast IP move works as follows: + /// The VM hosting the network endpoint that should become the new leader sends either a Gratuitous ARP + /// (GARP) packet (IPv4) or an ICMPv6 Router Advertisement(RA) packet (IPv6). Google Cloud immediately but + /// temporarily associates the forwarding rule IP address with that VM, and both new and in-flight packets + /// are quickly delivered to that VM. Note the important properties of the Fast IP Move functionality: + /// - The GARP/RA-initiated re-routing stays active for approximately 20 minutes. After triggering fast + /// failover, you must also appropriately set the haPolicy.leader. - The new leader instance should + /// continue to send GARP/RA packets periodically every 10 seconds until at least 10 minutes after updating + /// the haPolicy.leader (but stop immediately if it is no longer the leader). - After triggering a fast + /// failover, we recommend that you wait at least 3 seconds before sending another GARP/RA packet from a + /// different VM instance to avoid race conditions. - Don't send GARP/RA packets from different VM + /// instances at the same time. If multiple instances continue to send GARP/RA packets, traffic might be + /// routed to different destinations in an alternating order. This condition ceases when a single instance + /// issues a GARP/RA packet. - The GARP/RA request always takes priority over the leader API. Using the + /// haPolicy.leader API to change the leader to a different instance will have no effect until the GARP/RA + /// request becomes inactive. - The GARP/RA packets should follow the GARP/RA Packet Specifications.. + /// - When multiple forwarding rules refer to a regional backend service, you need only send a GARP or RA + /// packet for a single forwarding rule virtual IP. The virtual IPs for all forwarding rules targeting the + /// same backend service will also be moved to the sender of the GARP or RA packet. The following are + /// the Fast IP Move limitations (that is, when fastIPMove is not DISABLED): - Multiple forwarding rules + /// cannot use the same IP address if one of them refers to a regional backend service with fastIPMove. - + /// The regional backend service must set the network field, and all NEGs must belong to that network. + /// However, individual NEGs can belong to different subnetworks of that network. - The maximum number of + /// network endpoints across all backends of a backend service with fastIPMove is 32. - The maximum number + /// of backend services with fastIPMove that can have the same network endpoint attached to one of its + /// backends is 64. - The maximum number of backend services with fastIPMove in a VPC in a region is 64. + /// - The network endpoints that are attached to a backend of a backend service with fastIPMove cannot + /// resolve to Gen3+ machines for IPv6. - Traffic directed to the leader by a static route next hop will not + /// be redirected to a new leader by fast failover. Such traffic will only be redirected once an + /// haPolicy.leader update has taken effect. Only traffic to the forwarding rule's virtual IP will be + /// redirected to a new leader by fast failover. haPolicy.fastIPMove can be set only at backend service + /// creation time. Once set, it cannot be updated. By default, fastIpMove is set to DISABLED. /// [Newtonsoft.Json.JsonPropertyAttribute("fastIPMove")] public virtual string FastIPMove { get; set; } /// /// Selects one of the network endpoints attached to the backend NEGs of this service as the active endpoint - /// (the leader) that receives all traffic. When the leader changes, there is no connection draining to persist - /// existing connections on the old leader. You are responsible for selecting a suitable endpoint as the leader. - /// For example, preferring a healthy endpoint over unhealthy ones. Note that this service does not track - /// backend endpoint health, and selects the configured leader unconditionally. + /// (the leader) that receives all traffic. When the leader changes, there is no connection draining to persist + /// existing connections on the old leader. You are responsible for selecting a suitable endpoint as the + /// leader. For example, preferring a healthy endpoint over unhealthy ones. Note that this service does not + /// track backend endpoint health, and selects the configured leader unconditionally. /// [Newtonsoft.Json.JsonPropertyAttribute("leader")] public virtual BackendServiceHAPolicyLeader Leader { get; set; } @@ -97246,7 +100205,7 @@ public class BackendServiceHAPolicyLeader : Google.Apis.Requests.IDirectResponse { /// /// A fully-qualified URL (starting with https://www.googleapis.com/) of the zonal Network Endpoint Group (NEG) - /// with `GCE_VM_IP` endpoints that the leader is attached to. The leader's backendGroup must already be + /// with `GCE_VM_IP` endpoints that the leader is attached to. The leader's backendGroup must already be /// specified as a backend of this backend service. Removing a backend that is designated as the leader's /// backendGroup is not permitted. /// @@ -97254,7 +100213,7 @@ public class BackendServiceHAPolicyLeader : Google.Apis.Requests.IDirectResponse public virtual string BackendGroup { get; set; } /// - /// The network endpoint within the leader.backendGroup that is designated as the leader. This network endpoint + /// The network endpoint within the leader.backendGroup that is designated as the leader. This network endpoint /// cannot be detached from the NEG specified in the haPolicy.leader.backendGroup until the leader is updated /// with another network endpoint, or the leader is removed from the haPolicy. /// @@ -97269,7 +100228,7 @@ public class BackendServiceHAPolicyLeaderNetworkEndpoint : Google.Apis.Requests. { /// /// The name of the VM instance of the leader network endpoint. The instance must already be attached to the NEG - /// specified in the haPolicy.leader.backendGroup. The name must be 1-63 characters long, and comply with + /// specified in the haPolicy.leader.backendGroup. The name must be 1-63 characters long, and comply with /// RFC1035. Authorization requires the following IAM permission on the specified resource instance: /// compute.instances.use /// @@ -97313,7 +100272,7 @@ public class BackendServiceIAP : Google.Apis.Requests.IDirectResponseSchema /// /// OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be /// retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 - /// field. @InputOnly + /// field. @InputOnly /// [Newtonsoft.Json.JsonPropertyAttribute("oauth2ClientSecret")] public virtual string Oauth2ClientSecret { get; set; } @@ -97338,14 +100297,14 @@ public class BackendServiceList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#backendServiceList for lists of backend services. + /// [Output Only] Type of resource. Alwayscompute#backendServiceList for lists of backend services. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -97374,8 +100333,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -97385,8 +100344,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -97419,15 +100378,14 @@ public class BackendServiceListUsable : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#usableBackendServiceList for lists of usable backend - /// services. + /// [Output Only] Type of resource. Alwayscompute#usableBackendServiceList for lists of usable backend services. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -97456,8 +100414,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -97467,8 +100425,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -97516,11 +100474,11 @@ public class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy : Googl public virtual string Data { get; set; } /// - /// Identifies the custom policy. The value should match the name of a custom implementation registered on the + /// Identifies the custom policy. The value should match the name of a custom implementation registered on the /// gRPC clients. It should follow protocol buffer message naming conventions and include the full path (for - /// example, myorg.CustomLbPolicy). The maximum length is 256 characters. Do not specify the same custom policy - /// more than once for a backend. If you do, the configuration is rejected. For an example of how to use this - /// field, see Use a custom policy. + /// example, myorg.CustomLbPolicy). The maximum length is 256 characters. Do not specify the same custom policy + /// more than once for a backend. If you do, the configuration is rejected. For an example of how to use this + /// field, seeUse a custom policy. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -97534,7 +100492,7 @@ public class BackendServiceLocalityLoadBalancingPolicyConfigPolicy : Google.Apis { /// /// The name of a locality load-balancing policy. Valid values include ROUND_ROBIN and, for Java clients, - /// LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify + /// LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify /// the same policy more than once for a backend. If you do, the configuration is rejected. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] @@ -97699,8 +100657,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -97710,8 +100668,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -97735,88 +100693,86 @@ public class DataData public class BfdPacket : Google.Apis.Requests.IDirectResponseSchema { /// - /// The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Authentication Present bit of the BFD packet. This is specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("authenticationPresent")] public virtual System.Nullable AuthenticationPresent { get; set; } /// - /// The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneIndependent")] public virtual System.Nullable ControlPlaneIndependent { get; set; } - /// The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880 + /// The demand bit of the BFD packet. This is specified in section 4.1 ofRFC5880 [Newtonsoft.Json.JsonPropertyAttribute("demand")] public virtual System.Nullable Demand { get; set; } /// /// The diagnostic code specifies the local system's reason for the last change in session state. This allows /// remote systems to determine the reason that the previous session failed, for example. These diagnostic codes - /// are specified in section 4.1 of RFC5880 + /// are specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("diagnostic")] public virtual string Diagnostic { get; set; } - /// The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Final bit of the BFD packet. This is specified in section 4.1 ofRFC5880 [Newtonsoft.Json.JsonPropertyAttribute("final")] public virtual System.Nullable Final { get; set; } - /// - /// The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880 - /// + /// The length of the BFD Control packet in bytes. This is specified in section 4.1 ofRFC5880 [Newtonsoft.Json.JsonPropertyAttribute("length")] public virtual System.Nullable Length { get; set; } /// - /// The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("minEchoRxIntervalMs")] public virtual System.Nullable MinEchoRxIntervalMs { get; set; } /// - /// The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("minRxIntervalMs")] public virtual System.Nullable MinRxIntervalMs { get; set; } /// - /// The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("minTxIntervalMs")] public virtual System.Nullable MinTxIntervalMs { get; set; } /// - /// The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880 + /// The detection time multiplier of the BFD packet. This is specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("multiplier")] public virtual System.Nullable Multiplier { get; set; } - /// The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880 + /// The multipoint bit of the BFD packet. This is specified in section 4.1 ofRFC5880 [Newtonsoft.Json.JsonPropertyAttribute("multipoint")] public virtual System.Nullable Multipoint { get; set; } - /// The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880 + /// The My Discriminator value in the BFD packet. This is specified in section 4.1 ofRFC5880 [Newtonsoft.Json.JsonPropertyAttribute("myDiscriminator")] public virtual System.Nullable MyDiscriminator { get; set; } - /// The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Poll bit of the BFD packet. This is specified in section 4.1 ofRFC5880 [Newtonsoft.Json.JsonPropertyAttribute("poll")] public virtual System.Nullable Poll { get; set; } /// /// The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 - /// of RFC5880 + /// ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } - /// The version number of the BFD protocol, as specified in section 4.1 of RFC5880. + /// The version number of the BFD protocol, as specified in section 4.1 ofRFC5880. [Newtonsoft.Json.JsonPropertyAttribute("version")] public virtual System.Nullable Version { get; set; } /// - /// The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880 + /// The Your Discriminator value in the BFD packet. This is specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("yourDiscriminator")] public virtual System.Nullable YourDiscriminator { get; set; } @@ -97851,14 +100807,14 @@ public class BfdStatus : Google.Apis.Requests.IDirectResponseSchema /// /// The diagnostic code specifies the local system's reason for the last change in session state. This allows /// remote systems to determine the reason that the previous session failed, for example. These diagnostic codes - /// are specified in section 4.1 of RFC5880 + /// are specified in section 4.1 ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("localDiagnostic")] public virtual string LocalDiagnostic { get; set; } /// /// The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 - /// of RFC5880 + /// ofRFC5880 /// [Newtonsoft.Json.JsonPropertyAttribute("localState")] public virtual string LocalState { get; set; } @@ -97942,6 +100898,13 @@ public class BgpRouteAsPath : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("asns")] public virtual System.Collections.Generic.IList> Asns { get; set; } + /// + /// [Output only] ASNs in the path segment. This field is for better support of 32 bit ASNs as the other asns + /// field suffers from overflow when the ASN is larger. When type is SEQUENCE, these are ordered. + /// + [Newtonsoft.Json.JsonPropertyAttribute("asns32")] + public virtual System.Collections.Generic.IList> Asns32 { get; set; } + /// [Output only] Type of AS-PATH segment (SEQUENCE or SET) [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -97971,10 +100934,10 @@ public class BgpRouteNetworkLayerReachabilityInformation : Google.Apis.Requests. public class Binding : Google.Apis.Requests.IDirectResponseSchema { /// - /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding - /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to + /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding + /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to /// the current request. However, a different role binding might grant the same role to one or more of the - /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM + /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). /// [Newtonsoft.Json.JsonPropertyAttribute("condition")] @@ -97982,46 +100945,48 @@ public class Binding : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following - /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a - /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated - /// with a Google account or a service account. Does not include identities that come from external identity - /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a - /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address - /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * - /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes - /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For - /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that - /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain - /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * + /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or + /// without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is + /// authenticated with a Google account or a service account. Does not include identities that come from + /// external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address + /// that represents a specific Google account. For example, `alice@example.com` . * + /// `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, + /// `my-other-app@appspot.gserviceaccount.com`. * + /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes + /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). + /// For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address + /// that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite + /// domain (primary) that represents all the users of that domain. For example, `google.com` or + /// `example.com`. * /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: - /// A single identity in a workforce identity pool. * - /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All - /// workforce identities in a group. * + /// A single identity in a workforce identity pool. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All + /// workforce identities in a group. * /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: - /// All workforce identities with a specific attribute value. * - /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a - /// workforce identity pool. * + /// All workforce identities with a specific attribute value. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a + /// workforce identity pool. * /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: - /// A single identity in a workload identity pool. * + /// A single identity in a workload identity pool. * /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: - /// A workload identity pool group. * + /// A workload identity pool group. * /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: - /// All identities in a workload identity pool with a certain attribute. * + /// All identities in a workload identity pool with a certain attribute. * /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: - /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address - /// (plus unique identifier) representing a user that has been recently deleted. For example, - /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to - /// `user:{emailid}` and the recovered user retains the role in the binding. * - /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a - /// service account that has been recently deleted. For example, - /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, - /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the - /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing - /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. - /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role - /// in the binding. * + /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address + /// (plus unique identifier) representing a user that has been recently deleted. For example, + /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to + /// `user:{emailid}` and the recovered user retains the role in the binding. * + /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing + /// a service account that has been recently deleted. For example, + /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is + /// undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the + /// role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique + /// identifier) representing a Google group that has been recently deleted. For example, + /// `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to + /// `group:{emailid}` and the recovered group retains the role in the binding. * /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: - /// Deleted single identity in a workforce identity pool. For example, + /// Deleted single identity in a workforce identity pool. For example, /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. /// [Newtonsoft.Json.JsonPropertyAttribute("members")] @@ -98029,7 +100994,7 @@ public class Binding : Google.Apis.Requests.IDirectResponseSchema /// /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, - /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM + /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). /// @@ -98048,8 +101013,9 @@ public class BulkInsertDiskResource : Google.Apis.Requests.IDirectResponseSchema { /// /// The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial - /// URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region - /// /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - + /// URL, such as: - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy + /// - projects/project/regions/region/resourcePolicies/resourcePolicy - /// regions/region/resourcePolicies/resourcePolicy /// [Newtonsoft.Json.JsonPropertyAttribute("sourceConsistencyGroupPolicy")] @@ -98076,13 +101042,13 @@ public class BulkInsertInstanceResource : Google.Apis.Requests.IDirectResponseSc [Newtonsoft.Json.JsonPropertyAttribute("instanceProperties")] public virtual InstanceProperties InstanceProperties { get; set; } - /// Policy for choosing target zone. For more information, see Create VMs in bulk. + /// Policy for choosing target zone. For more information, seeCreate VMs in bulk. [Newtonsoft.Json.JsonPropertyAttribute("locationPolicy")] public virtual LocationPolicy LocationPolicy { get; set; } /// /// The minimum number of instances to create. If no min_count is specified then count is used as the default - /// value. If min_count instances cannot be created, then no instances will be created and instances already + /// value. Ifmin_count instances cannot be created, then no instances will be created and instances already /// created will be deleted. /// [Newtonsoft.Json.JsonPropertyAttribute("minCount")] @@ -98092,11 +101058,10 @@ public class BulkInsertInstanceResource : Google.Apis.Requests.IDirectResponseSc /// The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be /// set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character /// corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates - /// instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have - /// names that match the name pattern then the generated instance numbers start after the biggest existing - /// number. For example, if there exists an instance with name inst-0050, then instance names generated using - /// the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 - /// characters. + /// instance names such asinst-0001 and inst-0002. If existing instances in the same project and zone have names + /// that match the name pattern then the generated instance numbers start after the biggest existing number. For + /// example, if there exists an instance with nameinst-0050, then instance names generated using the + /// patterninst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("namePattern")] public virtual string NamePattern { get; set; } @@ -98109,13 +101074,13 @@ public class BulkInsertInstanceResource : Google.Apis.Requests.IDirectResponseSc public virtual System.Collections.Generic.IDictionary PerInstanceProperties { get; set; } /// - /// Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with - /// instanceProperties to override specific values from an existing instance template. Bulk API follows the - /// semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the - /// following are all valid URLs to an instance template: - - /// https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - - /// projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This - /// field is optional. + /// Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate + /// withinstanceProperties to override specific values from an existing instance template. Bulk API follows the + /// semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the + /// following are all valid URLs to an instance template: - + /// https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate - + /// projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate + /// This field is optional. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceInstanceTemplate")] public virtual string SourceInstanceTemplate { get; set; } @@ -98202,11 +101167,11 @@ public class BulkZoneSetLabelsRequest : Google.Apis.Requests.IDirectResponseSche public class CacheInvalidationRule : Google.Apis.Requests.IDirectResponseSchema { /// - /// A list of cache tags used to identify cached objects. - Cache tags are specified when the response is first - /// cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in the same - /// invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If other fields - /// are also specified, these are treated as Boolean `AND` with any tags. Up to 10 tags can be specified in a - /// single invalidation request. + /// A list of cache tags used to identify cached objects. - Cache tags are specified when the response + /// is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in + /// the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If + /// other fields are also specified, these are treated as Boolean `AND` with any tags. Up to 10 tags can be + /// specified in a single invalidation request. /// [Newtonsoft.Json.JsonPropertyAttribute("cacheTags")] public virtual System.Collections.Generic.IList CacheTags { get; set; } @@ -98278,8 +101243,8 @@ public class CacheKeyPolicy : Google.Apis.Requests.IDirectResponseSchema public class CircuitBreakers : Google.Apis.Requests.IDirectResponseSchema { /// - /// The maximum number of connections to the backend service. If not specified, there is no limit. Not supported - /// when the backend service is referenced by a URL map that is bound to target gRPC proxy that has + /// The maximum number of connections to the backend service. If not specified, there is no limit. Not + /// supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has /// validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("maxConnections")] @@ -98303,7 +101268,7 @@ public class CircuitBreakers : Google.Apis.Requests.IDirectResponseSchema /// /// Maximum requests for a single connection to the backend service. This parameter is respected by both the /// HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will - /// effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is + /// effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is /// bound to target gRPC proxy that has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("maxRequestsPerConnection")] @@ -98322,7 +101287,7 @@ public class CircuitBreakers : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a regional resource-based commitment resource. Creating this commitment resource means that you are + /// Represents a regional resource-based commitment resource. Creating this commitment resource means that you are /// purchasing a resource-based committed use contract, with an explicit start and end time. You can purchase /// resource-based commitments for both hardware and software resources. For more information, read Resource-based /// committed use discounts @@ -98341,7 +101306,7 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema /// /// The category of the commitment; specifies whether the commitment is for hardware or software resources. - /// Category MACHINE specifies that you are committing to hardware machine resources such as VCPU or MEMORY, + /// Category MACHINE specifies that you are committing to hardware machine resources such asVCPU or MEMORY, /// listed in resources. Category LICENSE specifies that you are committing to software licenses, listed in /// licenseResources. Note that if you specify MACHINE commitments, then you must also specify a type to /// indicate the machine series of the hardware resource that you are committing to. @@ -98349,12 +101314,12 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("category")] public virtual string Category { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } /// - /// [Input Only] Optional, specifies the requested commitment end time in RFC3339 text format. Use this option + /// [Input Only] Optional, specifies the requested commitment end time inRFC3339 text format. Use this option /// when the desired commitment's end date is later than the start date + term duration. /// [Newtonsoft.Json.JsonPropertyAttribute("customEndTimestamp")] @@ -98366,7 +101331,7 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } - /// [Output Only] Commitment end time in RFC3339 text format. + /// [Output Only] Commitment end time inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("endTimestamp")] public virtual string EndTimestamp { get; set; } @@ -98396,7 +101361,7 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the commitment. You must specify a name when you purchase the commitment. The name must be 1-63 - /// characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the + /// characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the /// regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, /// and all following characters must be a dash, lowercase letter, or digit, except the last character, which /// cannot be a dash. @@ -98408,7 +101373,7 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema /// The minimum time duration that you commit to purchasing resources. The plan that you choose determines the /// preset term length of the commitment (which is 1 year or 3 years) and affects the discount rate that you /// receive for your resources. Committing to a longer time duration typically gives you a higher discount rate. - /// The supported values for this field are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years). + /// The supported values for this field are TWELVE_MONTH (1 year), andTHIRTY_SIX_MONTH (3 years). /// [Newtonsoft.Json.JsonPropertyAttribute("plan")] public virtual string Plan { get; set; } @@ -98418,10 +101383,10 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema public virtual string Region { get; set; } /// - /// The list of new reservations that you want to create and attach to this commitment. You must attach + /// The list of new reservations that you want to create and attach to this commitment. You must attach /// reservations to your commitment if your commitment specifies any GPUs or Local SSD disks. For more - /// information, see Attach reservations to resource-based commitments. Specify this property only if you want - /// to create new reservations to attach. To attach existing reservations, specify the existingReservations + /// information, see Attach reservations to resource-based commitments. Specify this property only if you want + /// to create new reservations to attach. To attach existing reservations, specify theexistingReservations /// property instead. /// [Newtonsoft.Json.JsonPropertyAttribute("reservations")] @@ -98444,18 +101409,18 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema /// /// The source commitment from which you are transferring resources to create the new split commitment. For more - /// information, see Split commitments. + /// information, see Split commitments. /// [Newtonsoft.Json.JsonPropertyAttribute("splitSourceCommitment")] public virtual string SplitSourceCommitment { get; set; } - /// [Output Only] Commitment start time in RFC3339 text format. + /// [Output Only] Commitment start time inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("startTimestamp")] public virtual string StartTimestamp { get; set; } /// /// [Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date - /// defined). Status can be one of the following values: NOT_YET_ACTIVE, ACTIVE, or EXPIRED. + /// defined). Status can be one of the following values: NOT_YET_ACTIVE, ACTIVE, orEXPIRED. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -98466,12 +101431,13 @@ public class Commitment : Google.Apis.Requests.IDirectResponseSchema /// /// The type of commitment; specifies the machine series for which you want to commit to purchasing resources. - /// The choice of machine series affects the discount rate and the eligible resource types. The type must be one - /// of the following: ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3, ACCELERATOR_OPTIMIZED_A3_MEGA, - /// COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D, COMPUTE_OPTIMIZED_H3, - /// GENERAL_PURPOSE, GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2, GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D, - /// GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D, GRAPHICS_OPTIMIZED, MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3, - /// MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For example, type MEMORY_OPTIMIZED specifies a commitment that + /// The choice of machine series affects the discount rate and the eligible resource types. The type must be + /// one of the following:ACCELERATOR_OPTIMIZED, + /// ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D, + /// COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, + /// GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, + /// GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, MEMORY_OPTIMIZED,MEMORY_OPTIMIZED_M3, + /// MEMORY_OPTIMIZED_X4,STORAGE_OPTIMIZED_Z3. For example, type MEMORY_OPTIMIZED specifies a commitment that /// applies only to eligible resources of memory optimized M1 and M2 machine series. Type GENERAL_PURPOSE /// specifies a commitment that applies only to eligible resources of general purpose N1 machine series. /// @@ -98493,14 +101459,14 @@ public class CommitmentAggregatedList : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#commitmentAggregatedList for aggregated lists of commitments. + /// [Output Only] Type of resource. Alwayscompute#commitmentAggregatedList for aggregated lists of commitments. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -98533,8 +101499,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -98544,8 +101510,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -98583,7 +101549,7 @@ public class CommitmentList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -98612,8 +101578,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -98623,8 +101589,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -98687,8 +101653,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -98698,8 +101664,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -98740,7 +101706,7 @@ public class ConnectionDraining : Google.Apis.Requests.IDirectResponseSchema { /// /// Configures a duration timeout for existing requests on a removed backend instance. For supported load - /// balancers and protocols, as described in Enabling connection draining. + /// balancers and protocols, as described inEnabling connection draining. /// [Newtonsoft.Json.JsonPropertyAttribute("drainingTimeoutSec")] public virtual System.Nullable DrainingTimeoutSec { get; set; } @@ -98755,7 +101721,7 @@ public class ConsistentHashLoadBalancerSettings : Google.Apis.Requests.IDirectRe /// /// Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the /// consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable - /// if the sessionAffinity is set to HTTP_COOKIE. Not supported when the backend service is referenced by a URL + /// if the sessionAffinity is set to HTTP_COOKIE. Not supported when the backend service is referenced by a URL /// map that is bound to target gRPC proxy that has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("httpCookie")] @@ -98763,7 +101729,7 @@ public class ConsistentHashLoadBalancerSettings : Google.Apis.Requests.IDirectRe /// /// The hash based on the value of the specified header field. This field is applicable if the sessionAffinity - /// is set to HEADER_FIELD. + /// is set toHEADER_FIELD. /// [Newtonsoft.Json.JsonPropertyAttribute("httpHeaderName")] public virtual string HttpHeaderName { get; set; } @@ -98810,7 +101776,7 @@ public class CorsPolicy : Google.Apis.Requests.IDirectResponseSchema { /// /// In response to a preflight request, setting this to true indicates that the actual request can include user - /// credentials. This field translates to the Access-Control-Allow-Credentials header. Default is false. + /// credentials. This field translates to the Access-Control-Allow-Credentials header. Default is false. /// [Newtonsoft.Json.JsonPropertyAttribute("allowCredentials")] public virtual System.Nullable AllowCredentials { get; set; } @@ -98825,15 +101791,15 @@ public class CorsPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies a regular expression that matches allowed origins. For more information, see regular expression - /// syntax . An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. + /// syntax. An origin is allowed if it matches either an item inallowOrigins or an item inallowOriginRegexes. /// Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("allowOriginRegexes")] public virtual System.Collections.Generic.IList AllowOriginRegexes { get; set; } /// - /// Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches either - /// an item in allowOrigins or an item in allowOriginRegexes. + /// Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches + /// either an item inallowOrigins or an item inallowOriginRegexes. /// [Newtonsoft.Json.JsonPropertyAttribute("allowOrigins")] public virtual System.Collections.Generic.IList AllowOrigins { get; set; } @@ -98860,6 +101826,135 @@ public class CorsPolicy : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// A resource that represents a cross-site network. You can use cross-site networks to connect your on-premises + /// networks to each other through Interconnect connections. + /// + public class CrossSiteNetwork : Google.Apis.Requests.IDirectResponseSchema + { + /// [Output Only] Creation timestamp inRFC3339 text format. + [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] + public virtual string CreationTimestamp { get; set; } + + /// An optional description of the cross-site network. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// [Output Only] The unique identifier for the resource type. The server generates this identifier. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } + + /// + /// [Output Only] Type of the resource. Alwayscompute#crossSiteNetwork for cross-site networks. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all + /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be + /// a dash. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// [Output Only] Server-defined URL for the resource. + [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] + public virtual string SelfLink { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response to the list request that contains a list of cross-site networks. + public class CrossSiteNetworkList : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// [Output Only] Unique identifier for the resource; defined by the server. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// A list of CrossSiteNetwork resources. + [Newtonsoft.Json.JsonPropertyAttribute("items")] + public virtual System.Collections.Generic.IList Items { get; set; } + + /// + /// [Output Only] Type of the resource. Alwayscompute#crossSiteNetwork for cross-site networks. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// [Output Only] This token allows you to get the next page of results for list requests. If the number of + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the + /// results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// [Output Only] Server-defined URL for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] + public virtual string SelfLink { get; set; } + + /// [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder + [Newtonsoft.Json.JsonPropertyAttribute("unreachables")] + public virtual System.Collections.Generic.IList Unreachables { get; set; } + + /// [Output Only] Informational warning message. + [Newtonsoft.Json.JsonPropertyAttribute("warning")] + public virtual WarningData Warning { get; set; } + + /// [Output Only] Informational warning message. + public class WarningData + { + /// + /// [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if + /// there are no results in the response. + /// + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual System.Collections.Generic.IList Data { get; set; } + + /// [Output Only] A human-readable description of the warning code. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + public class DataData + { + /// + /// [Output Only] A key that provides more detail on the warning being returned. For example, for + /// warnings where there are no results in a list request for a particular zone, this key might be scope + /// and the key value might be the zone name. Other examples might be a key indicating a deprecated + /// resource and a suggested replacement, or a warning about invalid network settings (for example, if + /// an instance attempts to perform IP forwarding but is not enabled for IP forwarding). + /// + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// [Output Only] A warning data value corresponding to the key. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + } + } + } + /// /// Specifies the custom error response policy that must be applied when the backend service or backend bucket /// responds with an error. @@ -98867,25 +101962,25 @@ public class CorsPolicy : Google.Apis.Requests.IDirectResponseSchema public class CustomErrorResponsePolicy : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies rules for returning error responses. In a given policy, if you specify rules for both a range of + /// Specifies rules for returning error responses. In a given policy, if you specify rules for both a range of /// error codes as well as rules for specific error codes then rules with specific error codes have a higher /// priority. For example, assume that you configure a rule for 401 (Un-authorized) code, and another for all 4 - /// series error codes (4XX). If the backend service returns a 401, then the rule for 401 will be applied. - /// However if the backend service returns a 403, the rule for 4xx takes effect. + /// series error codes (4XX). If the backend service returns a401, then the rule for 401 will be applied. + /// However if the backend service returns a 403, the rule for4xx takes effect. /// [Newtonsoft.Json.JsonPropertyAttribute("errorResponseRules")] public virtual System.Collections.Generic.IList ErrorResponseRules { get; set; } /// /// The full or partial URL to the BackendBucket resource that contains the custom error content. Examples are: - /// - https://www.googleapis.com/compute/v1/projects/project/global/backendBuckets/myBackendBucket - - /// compute/v1/projects/project/global/backendBuckets/myBackendBucket - global/backendBuckets/myBackendBucket If - /// errorService is not specified at lower levels like pathMatcher, pathRule and routeRule, an errorService - /// specified at a higher level in the UrlMap will be used. If UrlMap.defaultCustomErrorResponsePolicy contains - /// one or more errorResponseRules[], it must specify errorService. If load balancer cannot reach the - /// backendBucket, a simple Not Found Error will be returned, with the original response code (or - /// overrideResponseCode if configured). errorService is not supported for internal or regional HTTP/HTTPS load - /// balancers. + /// - https://www.googleapis.com/compute/v1/projects/project/global/backendBuckets/myBackendBucket + /// - compute/v1/projects/project/global/backendBuckets/myBackendBucket - + /// global/backendBuckets/myBackendBucket If errorService is not specified at lower levels likepathMatcher, + /// pathRule and routeRule, an errorService specified at a higher level in theUrlMap will be used. + /// IfUrlMap.defaultCustomErrorResponsePolicy contains one or moreerrorResponseRules[], it must + /// specifyerrorService. If load balancer cannot reach the backendBucket, a simple Not Found Error will be + /// returned, with the original response code (oroverrideResponseCode if configured). errorService is not + /// supported for internal or regionalHTTP/HTTPS load balancers. /// [Newtonsoft.Json.JsonPropertyAttribute("errorService")] public virtual string ErrorService { get; set; } @@ -98901,12 +101996,12 @@ public class CustomErrorResponsePolicy : Google.Apis.Requests.IDirectResponseSch public class CustomErrorResponsePolicyCustomErrorResponseRule : Google.Apis.Requests.IDirectResponseSchema { /// - /// Valid values include: - A number between 400 and 599: For example 401 or 503, in which case the load - /// balancer applies the policy if the error code exactly matches this value. - 5xx: Load Balancer will apply - /// the policy if the backend service responds with any response code in the range of 500 to 599. - 4xx: Load - /// Balancer will apply the policy if the backend service responds with any response code in the range of 400 to - /// 499. Values must be unique within matchResponseCodes and across all errorResponseRules of - /// CustomErrorResponsePolicy. + /// Valid values include: - A number between 400 and 599: For example 401 or 503, in which + /// case the load balancer applies the policy if the error code exactly matches this value. - 5xx: + /// Load Balancer will apply the policy if the backend service responds with any response code in the range + /// of 500 to 599. - 4xx: Load Balancer will apply the policy if the backend service responds with + /// any response code in the range of 400 to 499. Values must be unique within matchResponseCodes and + /// across allerrorResponseRules ofCustomErrorResponsePolicy. /// [Newtonsoft.Json.JsonPropertyAttribute("matchResponseCodes")] public virtual System.Collections.Generic.IList MatchResponseCodes { get; set; } @@ -98920,10 +102015,10 @@ public class CustomErrorResponsePolicyCustomErrorResponseRule : Google.Apis.Requ public virtual System.Nullable OverrideResponseCode { get; set; } /// - /// The full path to a file within backendBucket . For example: /errors/defaultError.html path must start with a - /// leading slash. path cannot have trailing slashes. If the file is not available in backendBucket or the load - /// balancer cannot reach the BackendBucket, a simple Not Found Error is returned to the client. The value must - /// be from 1 to 1024 characters + /// The full path to a file within backendBucket . For example:/errors/defaultError.html path must start with + /// a leading slash. path cannot have trailing slashes. If the file is not available in backendBucket or the + /// load balancer cannot reach the BackendBucket, a simpleNot Found Error is returned to the client. The value + /// must be from 1 to 1024 characters /// [Newtonsoft.Json.JsonPropertyAttribute("path")] public virtual string Path { get; set; } @@ -98935,9 +102030,9 @@ public class CustomErrorResponsePolicyCustomErrorResponseRule : Google.Apis.Requ public class CustomerEncryptionKey : Google.Apis.Requests.IDirectResponseSchema { /// - /// The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": - /// "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name - /// may be returned for resource GET requests. For example: "kmsKeyName": + /// The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": + /// "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name + /// may be returned for resource GET requests. For example: "kmsKeyName": /// "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1 /// [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] @@ -98945,7 +102040,7 @@ public class CustomerEncryptionKey : Google.Apis.Requests.IDirectResponseSchema /// /// The service account being used for the encryption request for the given KMS key. If absent, the Compute - /// Engine default service account is used. For example: "kmsKeyServiceAccount": + /// Engine default service account is used. For example: "kmsKeyServiceAccount": /// "name@project_id.iam.gserviceaccount.com/ /// [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyServiceAccount")] @@ -98953,7 +102048,7 @@ public class CustomerEncryptionKey : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or - /// decrypt this resource. You can provide either the rawKey or the rsaEncryptedKey. For example: "rawKey": + /// decrypt this resource. You can provide either the rawKey or thersaEncryptedKey. For example: "rawKey": /// "SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=" /// [Newtonsoft.Json.JsonPropertyAttribute("rawKey")] @@ -98961,20 +102056,20 @@ public class CustomerEncryptionKey : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either - /// encrypt or decrypt this resource. You can provide either the rawKey or the rsaEncryptedKey. For example: + /// encrypt or decrypt this resource. You can provide either the rawKey or thersaEncryptedKey. For example: /// "rsaEncryptedKey": "ieCx/NcW06PcT7Ep1X6LUTc/hLvUDYyzSZPPVCVPTVEohpeHASqC8uw5TzyO9U+Fka9JFH /// z0mBibXUInrC/jEk014kCK/NPjYgEMOyssZ4ZINPKxlUh2zn1bV+MCaTICrdmuSBTWlUUiFoD - /// D6PYznLwh8ZNdaheCeZ8ewEXgFQ8V+sDroLaN3Xs3MDTXQEMMoNUXMCZEIpg9Vtp9x2oe==" The key must meet the following - /// requirements before you can provide it to Compute Engine: 1. The key is wrapped using a RSA public key - /// certificate provided by Google. 2. After being wrapped, the key must be encoded in RFC 4648 base64 encoding. - /// Gets the RSA public key certificate provided by Google at: + /// D6PYznLwh8ZNdaheCeZ8ewEXgFQ8V+sDroLaN3Xs3MDTXQEMMoNUXMCZEIpg9Vtp9x2oe==" The key must meet the following + /// requirements before you can provide it to Compute Engine: 1. The key is wrapped using a RSA public + /// key certificate provided by Google. 2. After being wrapped, the key must be encoded in RFC 4648 + /// base64 encoding. Gets the RSA public key certificate provided by Google at: /// https://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem /// [Newtonsoft.Json.JsonPropertyAttribute("rsaEncryptedKey")] public virtual string RsaEncryptedKey { get; set; } /// - /// [Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects + /// [Output only] TheRFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects /// this resource. /// [Newtonsoft.Json.JsonPropertyAttribute("sha256")] @@ -98986,13 +102081,13 @@ public class CustomerEncryptionKey : Google.Apis.Requests.IDirectResponseSchema public class CustomerEncryptionKeyProtectedDisk : Google.Apis.Requests.IDirectResponseSchema { - /// Decrypts data associated with the disk with a customer-supplied encryption key. + /// Decrypts data associated with the disk with acustomer-supplied encryption key. [Newtonsoft.Json.JsonPropertyAttribute("diskEncryptionKey")] public virtual CustomerEncryptionKey DiskEncryptionKey { get; set; } /// /// Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable - /// for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name + /// for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name /// [Newtonsoft.Json.JsonPropertyAttribute("source")] public virtual string Source { get; set; } @@ -99004,9 +102099,9 @@ public class CustomerEncryptionKeyProtectedDisk : Google.Apis.Requests.IDirectRe /// /// Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either /// specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one - /// of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year + /// of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year /// (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a - /// zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * + /// zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * /// google.type.DateTime * google.protobuf.Timestamp /// public class Date : Google.Apis.Requests.IDirectResponseSchema @@ -99063,10 +102158,10 @@ public class DeprecationStatus : Google.Apis.Requests.IDirectResponseSchema public virtual string Replacement { get; set; } /// - /// The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations - /// which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource - /// using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource - /// and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and + /// The deprecation state of this resource. This can be ACTIVE,DEPRECATED, OBSOLETE, or DELETED. Operations + /// which communicate the end of life date for an image, can useACTIVE. Operations which create a new resource + /// using aDEPRECATED resource will return successfully, but with a warning indicating the deprecated resource + /// and recommending its replacement. Operations which use OBSOLETE orDELETED resources will be rejected and /// result in an error. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] @@ -99077,20 +102172,20 @@ public class DeprecationStatus : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Persistent Disk resource. Google Compute Engine has two Disk resources: * + /// Represents a Persistent Disk resource. Google Compute Engine has two Disk resources: * /// [Zonal](/compute/docs/reference/rest/v1/disks) * [Regional](/compute/docs/reference/rest/v1/regionDisks) /// Persistent disks are required for running your VM instances. Create both boot and non-boot (data) persistent - /// disks. For more information, read Persistent Disks. For more storage options, read Storage options. The disks - /// resource represents a zonal persistent disk. For more information, read Zonal persistent disks. The regionDisks - /// resource represents a regional persistent disk. For more information, read Regional resources. + /// disks. For more information, read Persistent Disks. For more storage options, read Storage options. The disks + /// resource represents a zonal persistent disk. For more information, readZonal persistent disks. The regionDisks + /// resource represents a regional persistent disk. For more information, read Regional resources. /// public class Disk : Google.Apis.Requests.IDirectResponseSchema { /// - /// The access mode of the disk. - READ_WRITE_SINGLE: The default AccessMode, means the disk can be attached to - /// single instance in RW mode. - READ_WRITE_MANY: The AccessMode means the disk can be attached to multiple - /// instances in RW mode. - READ_ONLY_MANY: The AccessMode means the disk can be attached to multiple instances - /// in RO mode. The AccessMode is only valid for Hyperdisk disk types. + /// The access mode of the disk. - READ_WRITE_SINGLE: The default AccessMode, means the disk + /// can be attached to single instance in RW mode. - READ_WRITE_MANY: The AccessMode means the disk can be + /// attached to multiple instances in RW mode. - READ_ONLY_MANY: The AccessMode means the disk can be + /// attached to multiple instances in RO mode. The AccessMode is only valid for Hyperdisk disk types. /// [Newtonsoft.Json.JsonPropertyAttribute("accessMode")] public virtual string AccessMode { get; set; } @@ -99107,7 +102202,7 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("asyncSecondaryDisks")] public virtual System.Collections.Generic.IDictionary AsyncSecondaryDisks { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -99118,16 +102213,16 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema public virtual string Description { get; set; } /// - /// Encrypts the disk using a customer-supplied encryption key or a customer-managed encryption key. Encryption - /// keys do not protect access to metadata of the disk. After you encrypt a disk with a customer-supplied key, - /// you must provide the same key if you use the disk later. For example, to create a disk snapshot, to create a - /// disk image, to create a machine image, or to attach the disk to a virtual machine. After you encrypt a disk - /// with a customer-managed key, the diskEncryptionKey.kmsKeyName is set to a key *version* name once the disk - /// is created. The disk is encrypted with this version of the key. In the response, - /// diskEncryptionKey.kmsKeyName appears in the following format: "diskEncryptionKey.kmsKeyName": - /// "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeysVersions/version If - /// you do not provide an encryption key when creating the disk, then the disk is encrypted using an - /// automatically generated key and you don't need to provide a key to use the disk later. + /// Encrypts the disk using a customer-supplied encryption key or a customer-managed encryption key. + /// Encryption keys do not protect access to metadata of the disk. After you encrypt a disk with a + /// customer-supplied key, you must provide the same key if you use the disk later. For example, to create a + /// disk snapshot, to create a disk image, to create a machine image, or to attach the disk to a virtual + /// machine. After you encrypt a disk with a customer-managed key, thediskEncryptionKey.kmsKeyName is set to a + /// key *version* name once the disk is created. The disk is encrypted with this version of the key. In the + /// response, diskEncryptionKey.kmsKeyName appears in the following format: "diskEncryptionKey.kmsKeyName": + /// "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeysVersions/version + /// If you do not provide an encryption key when creating the disk, then the disk is encrypted using an + /// automatically generated key and you don't need to provide a key to use the disk later. /// [Newtonsoft.Json.JsonPropertyAttribute("diskEncryptionKey")] public virtual CustomerEncryptionKey DiskEncryptionKey { get; set; } @@ -99157,7 +102252,7 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this disk, which is essentially a hash of the labels set used /// for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every /// request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve a disk. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] @@ -99167,11 +102262,11 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// [Output Only] Last attach timestamp in RFC3339 text format. + /// [Output Only] Last attach timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("lastAttachTimestamp")] public virtual string LastAttachTimestamp { get; set; } - /// [Output Only] Last detach timestamp in RFC3339 text format. + /// [Output Only] Last detach timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("lastDetachTimestamp")] public virtual string LastDetachTimestamp { get; set; } @@ -99192,7 +102287,7 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -99221,7 +102316,7 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema /// /// Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that - /// the disk can handle. Values must be between 10,000 and 120,000. For more details, see the Extreme persistent + /// the disk can handle. Values must be between 10,000 and 120,000. For more details, see theExtreme persistent /// disk documentation. /// [Newtonsoft.Json.JsonPropertyAttribute("provisionedIops")] @@ -99268,9 +102363,9 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// Size, in GB, of the persistent disk. You can specify this field when creating a persistent disk using the - /// sourceImage, sourceSnapshot, or sourceDisk parameter, or specify it alone to create an empty persistent - /// disk. If you specify this field along with a source, the value of sizeGb must not be less than the size of + /// Size, in GB, of the persistent disk. You can specify this field when creating a persistent disk using + /// thesourceImage, sourceSnapshot, orsourceDisk parameter, or specify it alone to create an empty persistent + /// disk. If you specify this field along with a source, the value ofsizeGb must not be less than the size of /// the source. Acceptable values are greater than 0. /// [Newtonsoft.Json.JsonPropertyAttribute("sizeGb")] @@ -99292,10 +102387,11 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema /// /// The source disk used to create this disk. You can provide this as a partial or full URL to the resource. For - /// example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - /// /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - - /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - /// - regions/region/disks/disk + /// example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk - + /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk + /// - zones/zone/disks/disk - regions/region/disks/disk /// [Newtonsoft.Json.JsonPropertyAttribute("sourceDisk")] public virtual string SourceDisk { get; set; } @@ -99310,13 +102406,13 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceDiskId { get; set; } /// - /// The source image used to create this disk. If the source image is deleted, this field will not be set. To + /// The source image used to create this disk. If the source image is deleted, this field will not be set. To /// create a disk with one of the public operating system images, specify the image by its family name. For - /// example, specify family/debian-9 to use the latest Debian 9 image: - /// projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public - /// operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk with - /// a custom image that you created, specify the image name in the following format: - /// global/images/my-custom-image You can also specify a custom image by its image family, which returns the + /// example, specifyfamily/debian-9 to use the latest Debian 9 image: + /// projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public + /// operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk + /// with a custom image that you created, specify the image name in the following format: + /// global/images/my-custom-image You can also specify a custom image by its image family, which returns the /// latest version of the image in that family. Replace the image name with family/family-name: /// global/images/family/my-image-family /// @@ -99324,7 +102420,7 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceImage { get; set; } /// - /// The customer-supplied encryption key of the source image. Required if the source image is protected by a + /// Thecustomer-supplied encryption key of the source image. Required if the source image is protected by a /// customer-supplied encryption key. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceImageEncryptionKey")] @@ -99341,9 +102437,10 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema /// /// The source instant snapshot used to create this disk. You can provide this as a partial or full URL to the - /// resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /instantSnapshots/instantSnapshot - - /// projects/project/zones/zone/instantSnapshots/instantSnapshot - zones/zone/instantSnapshots/instantSnapshot + /// resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshots/instantSnapshot - + /// projects/project/zones/zone/instantSnapshots/instantSnapshot - + /// zones/zone/instantSnapshots/instantSnapshot /// [Newtonsoft.Json.JsonPropertyAttribute("sourceInstantSnapshot")] public virtual string SourceInstantSnapshot { get; set; } @@ -99359,14 +102456,15 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema /// /// The source snapshot used to create this disk. You can provide this as a partial or full URL to the resource. - /// For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project - /// /global/snapshots/snapshot - projects/project/global/snapshots/snapshot - global/snapshots/snapshot + /// For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/global/snapshots/snapshot - + /// projects/project/global/snapshots/snapshot - global/snapshots/snapshot /// [Newtonsoft.Json.JsonPropertyAttribute("sourceSnapshot")] public virtual string SourceSnapshot { get; set; } /// - /// The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by + /// Thecustomer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by /// a customer-supplied encryption key. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceSnapshotEncryptionKey")] @@ -99392,32 +102490,32 @@ public class Disk : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceStorageObject { get; set; } /// - /// [Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: Source data is - /// being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING: Disk - /// is deleting. + /// [Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: + /// Source data is being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is + /// ready for use. - DELETING: Disk is deleting. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } /// /// The storage pool in which the new disk is created. You can provide this as a partial or full URL to the - /// resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /storagePools/storagePool - - /// projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool + /// resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/storagePools/storagePool - + /// projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool /// [Newtonsoft.Json.JsonPropertyAttribute("storagePool")] public virtual string StoragePool { get; set; } /// /// URL of the disk type resource describing which disk type to use to create the disk. Provide this when - /// creating the disk. For example: projects/project /zones/zone/diskTypes/pd-ssd . See Persistent disk types. + /// creating the disk. For example:projects/project/zones/zone/diskTypes/pd-ssd. See Persistent disk types. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } /// - /// [Output Only] Links to the users of the disk (attached instances) in form: - /// projects/project/zones/zone/instances/instance + /// [Output Only] Links to the users of the disk (attached instances) in + /// form:projects/project/zones/zone/instances/instance /// [Newtonsoft.Json.JsonPropertyAttribute("users")] public virtual System.Collections.Generic.IList Users { get; set; } @@ -99444,14 +102542,14 @@ public class DiskAggregatedList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#diskAggregatedList for aggregated lists of persistent disks. + /// [Output Only] Type of resource. Alwayscompute#diskAggregatedList for aggregated lists of persistent disks. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -99484,8 +102582,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -99495,8 +102593,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -99535,9 +102633,9 @@ public class DiskAsyncReplication : Google.Apis.Requests.IDirectResponseSchema /// /// The other disk asynchronously replicated to or from the current disk. You can provide this as a partial or - /// full URL to the resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - - /// projects/project/zones/zone/disks/disk - zones/zone/disks/disk + /// full URL to the resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - + /// projects/project/zones/zone/disks/disk - zones/zone/disks/disk /// [Newtonsoft.Json.JsonPropertyAttribute("disk")] public virtual string Disk { get; set; } @@ -99588,14 +102686,15 @@ public class DiskInstantiationConfig : Google.Apis.Requests.IDirectResponseSchem public virtual string DeviceName { get; set; } /// - /// Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the - /// same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and - /// additional read-write disks. - source-image-family: to use the same image family that was used to create the - /// source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - - /// custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional - /// read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - - /// do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, - /// and read-only disks. + /// Specifies whether to include the disk and what image to use. Possible values are: - + /// source-image: to use the same image that was used to create the source instance's corresponding disk. + /// Applicable to the boot disk and additional read-write disks. - source-image-family: to use the + /// same image family that was used to create the source instance's corresponding disk. Applicable to + /// the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for + /// disk creation. Applicable to the boot disk and additional read-write disks. - + /// attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to + /// exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only + /// disks. /// [Newtonsoft.Json.JsonPropertyAttribute("instantiateFrom")] public virtual string InstantiateFrom { get; set; } @@ -99621,7 +102720,7 @@ public class DiskList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -99650,8 +102749,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -99661,8 +102760,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -99687,16 +102786,17 @@ public class DiskMoveRequest : Google.Apis.Requests.IDirectResponseSchema { /// /// The URL of the destination zone to move the disk. This can be a full or partial URL. For example, the - /// following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - /// - projects/project/zones/zone - zones/zone + /// following are all valid URLs to a zone: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - + /// zones/zone /// [Newtonsoft.Json.JsonPropertyAttribute("destinationZone")] public virtual string DestinationZone { get; set; } /// /// The URL of the target disk to move. This can be a full or partial URL. For example, the following are all - /// valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - - /// projects/project/zones/zone/disks/disk - zones/zone/disks/disk + /// valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk + /// - projects/project/zones/zone/disks/disk - zones/zone/disks/disk /// [Newtonsoft.Json.JsonPropertyAttribute("targetDisk")] public virtual string TargetDisk { get; set; } @@ -99743,16 +102843,16 @@ public class DiskResourceStatusAsyncReplicationStatus : Google.Apis.Requests.IDi } /// - /// Represents a Disk Type resource. Google Compute Engine has two Disk Type resources: * + /// Represents a Disk Type resource. Google Compute Engine has two Disk Type resources: * /// [Regional](/compute/docs/reference/rest/v1/regionDiskTypes) * [Zonal](/compute/docs/reference/rest/v1/diskTypes) - /// You can choose from a variety of disk types based on your needs. For more information, read Storage options. The - /// diskTypes resource represents disk types for a zonal persistent disk. For more information, read Zonal - /// persistent disks. The regionDiskTypes resource represents disk types for a regional persistent disk. For more + /// You can choose from a variety of disk types based on your needs. For more information, readStorage options. + /// The diskTypes resource represents disk types for a zonal persistent disk. For more information, readZonal + /// persistent disks. The regionDiskTypes resource represents disk types for a regional persistent disk. For more /// information, read Regional persistent disks. /// public class DiskType : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -99820,13 +102920,13 @@ public class DiskTypeAggregatedList : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IDictionary Items { get; set; } - /// [Output Only] Type of resource. Always compute#diskTypeAggregatedList. + /// [Output Only] Type of resource. Alwayscompute#diskTypeAggregatedList. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -99859,8 +102959,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -99870,8 +102970,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -99909,7 +103009,7 @@ public class DiskTypeList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -99938,8 +103038,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -99949,8 +103049,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -99999,8 +103099,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -100010,8 +103110,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -100093,8 +103193,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -100104,8 +103204,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -100130,11 +103230,11 @@ public class DisksStartAsyncReplicationRequest : Google.Apis.Requests.IDirectRes { /// /// The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to - /// the resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - - /// https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - - /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - /// - regions/region/disks/disk + /// the resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk - + /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk + /// - zones/zone/disks/disk - regions/region/disks/disk /// [Newtonsoft.Json.JsonPropertyAttribute("asyncSecondaryDisk")] public virtual string AsyncSecondaryDisk { get; set; } @@ -100151,8 +103251,9 @@ public class DisksStopGroupAsyncReplicationResource : Google.Apis.Requests.IDire { /// /// The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This may be a full or partial URL, - /// such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region - /// /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - + /// such as: - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy + /// - projects/project/regions/region/resourcePolicies/resourcePolicy - /// regions/region/resourcePolicies/resourcePolicy /// [Newtonsoft.Json.JsonPropertyAttribute("resourcePolicy")] @@ -100177,7 +103278,7 @@ public class DistributionPolicy : Google.Apis.Requests.IDirectResponseSchema { /// /// The distribution shape to which the group converges either proactively or on resize events (depending on the - /// value set in updatePolicy.instanceRedistributionType). + /// value set inupdatePolicy.instanceRedistributionType). /// [Newtonsoft.Json.JsonPropertyAttribute("targetShape")] public virtual string TargetShape { get; set; } @@ -100193,7 +103294,7 @@ public class DistributionPolicy : Google.Apis.Requests.IDirectResponseSchema public class DistributionPolicyZoneConfiguration : Google.Apis.Requests.IDirectResponseSchema { /// - /// The URL of the zone. The zone must exist in the region where the managed instance group is located. + /// The URL of thezone. The zone must exist in the region where the managed instance group is located. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -100228,12 +103329,13 @@ public class Duration : Google.Apis.Requests.IDirectResponseSchema } /// - /// Describes the cause of the error with structured details. Example of an error when contacting the - /// "pubsub.googleapis.com" API when it is not enabled: { "reason": "API_DISABLED" "domain": "googleapis.com" - /// "metadata": { "resource": "projects/123", "service": "pubsub.googleapis.com" } } This response indicates that - /// the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a - /// Spanner instance in a region that is out of stock: { "reason": "STOCKOUT" "domain": "spanner.googleapis.com", - /// "metadata": { "availableRegions": "us-central1,us-east2" } } + /// Describes the cause of the error with structured details. Example of an error when contacting the + /// "pubsub.googleapis.com" API when it is not enabled: { "reason": "API_DISABLED" "domain": + /// "googleapis.com" "metadata": { "resource": "projects/123", "service": + /// "pubsub.googleapis.com" } } This response indicates that the pubsub.googleapis.com API is not + /// enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is + /// out of stock: { "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata": { + /// "availableRegions": "us-central1,us-east2" } } /// public class ErrorInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -100247,9 +103349,9 @@ public class ErrorInfo : Google.Apis.Requests.IDirectResponseSchema public virtual string Domain { get; set; } /// - /// Additional structured details about this error. Keys must match a regular expression of `a-z+` but should + /// Additional structured details about this error. Keys must match a regular expression of `a-z+` but should /// ideally be lowerCamelCase. Also, they must be limited to 64 characters in length. When identifying the - /// current value of an exceeded limit, the units should be contained in the key, not the value. For example, + /// current value of an exceeded limit, the units should be contained in the key, not the value. For example, /// rather than `{"instanceLimit": "100/request"}`, should be returned as, `{"instanceLimitPerRequest": "100"}`, /// if the client exceeds the number of instances that can be created in a single (batch) request. /// @@ -100309,15 +103411,14 @@ public class ExchangedPeeringRoutesList : Google.Apis.Requests.IDirectResponseSc public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#exchangedPeeringRoutesList for exchanged peering routes - /// lists. + /// [Output Only] Type of resource. Alwayscompute#exchangedPeeringRoutesList for exchanged peering routes lists. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -100346,8 +103447,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -100357,8 +103458,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -100381,16 +103482,16 @@ public class DataData /// /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression - /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example - /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" - /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" description: - /// "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" - /// Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly - /// visible" expression: "document.type != 'private' &amp;&amp; document.type != 'internal'" Example (Data - /// Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." - /// expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that - /// may be referenced within an expression are determined by the service that evaluates it. See the service - /// documentation for additional information. + /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example + /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" + /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" + /// description: "Determines if requestor is the document owner" expression: "document.owner == + /// request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether + /// the document should be publicly visible" expression: "document.type != 'private' &amp;&amp; + /// document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: + /// "Create a notification string with a timestamp." expression: "'New message received at ' + + /// string(document.create_time)" The exact variables and functions that may be referenced within an expression are + /// determined by the service that evaluates it. See the service documentation for additional information. /// public class Expr : Google.Apis.Requests.IDirectResponseSchema { @@ -100424,15 +103525,15 @@ public class Expr : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents an external VPN gateway. External VPN gateway is the on-premises VPN gateway(s) or another cloud - /// provider's VPN gateway that connects to your Google Cloud VPN gateway. To create a highly available VPN from + /// Represents an external VPN gateway. External VPN gateway is the on-premises VPN gateway(s) or another cloud + /// provider's VPN gateway that connects to your Google Cloud VPN gateway. To create a highly available VPN from /// Google Cloud Platform to your VPN gateway or another cloud provider's VPN gateway, you must create a external - /// VPN gateway resource with information about the other gateway. For more information about using external VPN + /// VPN gateway resource with information about the other gateway. For more information about using external VPN /// gateways, see Creating an HA VPN gateway and tunnel pair to a peer VPN. /// public class ExternalVpnGateway : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -100449,7 +103550,7 @@ public class ExternalVpnGateway : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// A list of interfaces for this external VPN gateway. If your peer-side gateway is an on-premises gateway and + /// A list of interfaces for this external VPN gateway. If your peer-side gateway is an on-premises gateway and /// non-AWS cloud providers' gateway, at most two interfaces can be provided for an external VPN gateway. If /// your peer side is an AWS virtual private gateway, four interfaces should be provided for an external VPN /// gateway. @@ -100458,7 +103559,7 @@ public class ExternalVpnGateway : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Interfaces { get; set; } /// - /// [Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways. + /// [Output Only] Type of the resource. Alwayscompute#externalVpnGateway for externalVpnGateways. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -100467,22 +103568,22 @@ public class ExternalVpnGateway : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this ExternalVpnGateway, which is essentially a hash of the /// labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes /// after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in - /// order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the + /// order to update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the /// latest fingerprint, make a get() request to retrieve an ExternalVpnGateway. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -100507,8 +103608,8 @@ public class ExternalVpnGatewayInterface : Google.Apis.Requests.IDirectResponseS { /// /// The numeric ID of this interface. The allowed input values for this id for different redundancy types of - /// external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - /// - 0, 1, 2, 3 + /// external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - + /// FOUR_IPS_REDUNDANCY - 0, 1, 2, 3 /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } @@ -100556,7 +103657,7 @@ public class ExternalVpnGatewayList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -100582,8 +103683,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -100593,8 +103694,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -100630,8 +103731,8 @@ public class FileContentBuffer : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from - /// your instances. For more information, read Firewall rules. + /// Represents a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from + /// your instances. For more information, readFirewall rules. /// public class Firewall : Google.Apis.Requests.IDirectResponseSchema { @@ -100642,7 +103743,7 @@ public class Firewall : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("allowed")] public virtual System.Collections.Generic.IList Allowed { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -100661,7 +103762,7 @@ public class Firewall : Google.Apis.Requests.IDirectResponseSchema /// /// If destination ranges are specified, the firewall rule applies only to traffic that has destination IP - /// address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported. + /// address in these ranges. These ranges must be expressed inCIDR format. Both IPv4 and IPv6 are supported. /// [Newtonsoft.Json.JsonPropertyAttribute("destinationRanges")] public virtual System.Collections.Generic.IList DestinationRanges { get; set; } @@ -100699,7 +103800,7 @@ public class Firewall : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following /// characters (except for the last character) must be a dash, lowercase letter, or digit. The last character /// must be a lowercase letter or digit. @@ -100709,10 +103810,10 @@ public class Firewall : Google.Apis.Requests.IDirectResponseSchema /// /// URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the - /// default network is used: global/networks/default If you choose to specify this field, you can specify the - /// network as a full or partial URL. For example, the following are all valid URLs: - - /// https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - - /// projects/myproject/global/networks/my-network - global/networks/default + /// default network is used: global/networks/default If you choose to specify this field, you can specify the + /// network as a full or partial URL. For example, the following are all valid URLs: - + /// https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - + /// projects/myproject/global/networks/my-network - global/networks/default /// [Newtonsoft.Json.JsonPropertyAttribute("network")] public virtual string Network { get; set; } @@ -100741,9 +103842,9 @@ public class Firewall : Google.Apis.Requests.IDirectResponseSchema /// /// If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in - /// these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may + /// these ranges. These ranges must be expressed inCIDR format. One or both of sourceRanges and sourceTags may /// be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges - /// OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not + /// OR a source IP from a resource with a matching tag listed in thesourceTags field. The connection does not /// need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceRanges")] @@ -100753,10 +103854,10 @@ public class Firewall : Google.Apis.Requests.IDirectResponseSchema /// If source service accounts are specified, the firewall rules apply only to traffic originating from an /// instance with a service account in this list. Source service accounts cannot be used to control traffic to /// an instance's external IP address because service accounts are associated with an instance, not an IP - /// address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall + /// address.sourceRanges can be set at the same time assourceServiceAccounts. If both are set, the firewall /// applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an - /// instance with service account listed in sourceServiceAccount. The connection does not need to match both - /// fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or + /// instance with service account listed insourceServiceAccount. The connection does not need to match both + /// fields for the firewall to apply.sourceServiceAccounts cannot be used at the same time assourceTags or /// targetTags. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceServiceAccounts")] @@ -100776,9 +103877,9 @@ public class Firewall : Google.Apis.Requests.IDirectResponseSchema /// /// A list of service accounts indicating sets of instances located in the network that may make network - /// connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags - /// or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to - /// all instances on the specified network. + /// connections as specified inallowed[].targetServiceAccounts cannot be used at the same time astargetTags or + /// sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all + /// instances on the specified network. /// [Newtonsoft.Json.JsonPropertyAttribute("targetServiceAccounts")] public virtual System.Collections.Generic.IList TargetServiceAccounts { get; set; } @@ -100802,8 +103903,8 @@ public class AllowedData { /// /// The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. - /// This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, - /// ipip, sctp) or the IP protocol number. + /// This value can either be one of the following well known protocol strings (tcp, udp,icmp, esp, ah, + /// ipip,sctp) or the IP protocol number. /// [Newtonsoft.Json.JsonPropertyAttribute("IPProtocol")] public virtual string IPProtocol { get; set; } @@ -100811,7 +103912,7 @@ public class AllowedData /// /// An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP /// protocol. Each entry must be either an integer or a range. If not specified, this rule applies to - /// connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"]. + /// connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"]. /// [Newtonsoft.Json.JsonPropertyAttribute("ports")] public virtual System.Collections.Generic.IList Ports { get; set; } @@ -100825,8 +103926,8 @@ public class DeniedData { /// /// The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. - /// This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, - /// ipip, sctp) or the IP protocol number. + /// This value can either be one of the following well known protocol strings (tcp, udp,icmp, esp, ah, + /// ipip,sctp) or the IP protocol number. /// [Newtonsoft.Json.JsonPropertyAttribute("IPProtocol")] public virtual string IPProtocol { get; set; } @@ -100834,7 +103935,7 @@ public class DeniedData /// /// An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP /// protocol. Each entry must be either an integer or a range. If not specified, this rule applies to - /// connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"]. + /// connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"]. /// [Newtonsoft.Json.JsonPropertyAttribute("ports")] public virtual System.Collections.Generic.IList Ports { get; set; } @@ -100858,7 +103959,7 @@ public class FirewallList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -100887,8 +103988,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -100898,8 +103999,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -100963,7 +104064,7 @@ public class FirewallPoliciesListAssociationsResponse : Google.Apis.Requests.IDi public virtual System.Collections.Generic.IList Associations { get; set; } /// - /// [Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists + /// [Output Only] Type of firewallPolicy associations. Alwayscompute#FirewallPoliciesListAssociations for lists /// of firewallPolicy associations. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -101001,8 +104102,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -101012,8 +104113,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -101041,7 +104142,7 @@ public class FirewallPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("associations")] public virtual System.Collections.Generic.IList Associations { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -101067,7 +104168,7 @@ public class FirewallPolicy : Google.Apis.Requests.IDirectResponseSchema /// Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used /// for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every /// request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to - /// update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change metadata, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make get() request to the firewall policy. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -101079,7 +104180,7 @@ public class FirewallPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies + /// [Output only] Type of the resource. Alwayscompute#firewallPolicyfor firewall policies [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -101100,6 +104201,13 @@ public class FirewallPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("parent")] public virtual string Parent { get; set; } + /// + /// The type of the firewall policy. This field can be eitherVPC_POLICY or RDMA_ROCE_POLICY. Note: if not + /// specified then VPC_POLICY will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policyType")] + public virtual string PolicyType { get; set; } + /// /// [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to /// global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as @@ -101186,14 +104294,14 @@ public class FirewallPolicyList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#firewallPolicyList for listsof FirewallPolicies + /// [Output Only] Type of resource. Alwayscompute#firewallPolicyList for listsof FirewallPolicies /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -101218,8 +104326,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -101229,8 +104337,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -101290,8 +104398,8 @@ public class FirewallPolicyRule : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable EnableLogging { get; set; } /// - /// [Output only] Type of the resource. Returns compute#firewallPolicyRule for firewall rules and - /// compute#packetMirroringRule for packet mirroring rules. + /// [Output only] Type of the resource. Returnscompute#firewallPolicyRule for firewall rules + /// andcompute#packetMirroringRule for packet mirroring rules. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -101329,8 +104437,9 @@ public class FirewallPolicyRule : Google.Apis.Requests.IDirectResponseSchema public virtual string SecurityProfileGroup { get; set; } /// - /// A list of network resource URLs to which this rule applies. This field allows you to control which network's - /// VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule. + /// A list of network resource URLs to which this rule applies. This field allows you to control which + /// network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the + /// rule. /// [Newtonsoft.Json.JsonPropertyAttribute("targetResources")] public virtual System.Collections.Generic.IList TargetResources { get; set; } @@ -101339,8 +104448,8 @@ public class FirewallPolicyRule : Google.Apis.Requests.IDirectResponseSchema /// A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are /// specified, then the firewall rule applies only to instances in the VPC network that have one of those /// EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be - /// ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither - /// targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the + /// ignored.targetSecureTag may not be set at the same time astargetServiceAccounts. If neither + /// targetServiceAccounts nortargetSecureTag are specified, the firewall rule applies to all instances on the /// specified network. Maximum number of target label tags allowed is 256. /// [Newtonsoft.Json.JsonPropertyAttribute("targetSecureTags")] @@ -101387,7 +104496,8 @@ public class FirewallPolicyRuleMatcher : Google.Apis.Requests.IDirectResponseSch public virtual System.Collections.Generic.IList DestIpRanges { get; set; } /// - /// Network type of the traffic destination. Allowed values are: - UNSPECIFIED - INTERNET - NON_INTERNET + /// Network type of the traffic destination. Allowed values are: - UNSPECIFIED - INTERNET + /// - NON_INTERNET /// [Newtonsoft.Json.JsonPropertyAttribute("destNetworkType")] public virtual string DestNetworkType { get; set; } @@ -101430,8 +104540,8 @@ public class FirewallPolicyRuleMatcher : Google.Apis.Requests.IDirectResponseSch public virtual System.Collections.Generic.IList SrcIpRanges { get; set; } /// - /// Network type of the traffic source. Allowed values are: - UNSPECIFIED - INTERNET - INTRA_VPC - NON_INTERNET - /// - VPC_NETWORKS + /// Network type of the traffic source. Allowed values are: - UNSPECIFIED - INTERNET - + /// INTRA_VPC - NON_INTERNET - VPC_NETWORKS /// [Newtonsoft.Json.JsonPropertyAttribute("srcNetworkType")] public virtual string SrcNetworkType { get; set; } @@ -101470,7 +104580,7 @@ public class FirewallPolicyRuleMatcherLayer4Config : Google.Apis.Requests.IDirec { /// /// The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. - /// This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, + /// This value can either be one of the following well known protocol strings (tcp,udp, icmp, esp,ah, ipip, /// sctp), or the IP protocol number. /// [Newtonsoft.Json.JsonPropertyAttribute("ipProtocol")] @@ -101479,7 +104589,7 @@ public class FirewallPolicyRuleMatcherLayer4Config : Google.Apis.Requests.IDirec /// /// An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. /// Each entry must be either an integer or a range. If not specified, this rule applies to connections through - /// any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"]. + /// any port. Example inputs include: ["22"],["80","443"], and ["12345-12349"]. /// [Newtonsoft.Json.JsonPropertyAttribute("ports")] public virtual System.Collections.Generic.IList Ports { get; set; } @@ -101509,11 +104619,11 @@ public class FirewallPolicyRuleSecureTag : Google.Apis.Requests.IDirectResponseS public class FixedOrPercent : Google.Apis.Requests.IDirectResponseSchema { /// - /// [Output Only] Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, - /// then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated - /// value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group - /// with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is - /// rounded. + /// [Output Only] Absolute value of VM instances calculated based on the specific mode. - If the + /// value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, + /// then the calculated value is percent/100 * targetSize. For example, the calculated value of a + /// 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there + /// is a remainder, the number is rounded. /// [Newtonsoft.Json.JsonPropertyAttribute("calculated")] public virtual System.Nullable Calculated { get; set; } @@ -101533,11 +104643,11 @@ public class FixedOrPercent : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Forwarding Rule resource. Forwarding rule resources in Google Cloud can be either regional or - /// global in scope: * [Global](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules) * - /// [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules) A forwarding rule and its + /// Represents a Forwarding Rule resource. Forwarding rule resources in Google Cloud can be either regional or + /// global in scope: * [Global](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules) * + /// [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules) A forwarding rule and its /// corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules - /// can also reference target instances and Cloud VPN Classic gateways (targetVpnGateway). For more information, + /// can also reference target instances and Cloud VPN Classic gateways (targetVpnGateway). For more information, /// read Forwarding rule concepts and Using protocol forwarding. /// public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema @@ -101545,27 +104655,27 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// IP address for which this forwarding rule accepts traffic. When a client sends traffic to this IP address, /// the forwarding rule directs the traffic to the referenced target or backendService. While creating a - /// forwarding rule, specifying an IPAddress is required under the following circumstances: - When the target is - /// set to targetGrpcProxy and validateForProxyless is set to true, the IPAddress should be set to 0.0.0.0. - - /// When the target is a Private Service Connect Google APIs bundle, you must specify an IPAddress. Otherwise, - /// you can optionally specify an IP address that references an existing static (reserved) IP address resource. - /// When omitted, Google Cloud assigns an ephemeral IP address. Use one of the following formats to specify an - /// IP address while creating a forwarding rule: * IP address number, as in `100.1.2.3` * IPv6 address range, as - /// in `2600:1234::/96` * Full resource URL, as in https://www.googleapis.com/compute/v1/projects/ - /// project_id/regions/region/addresses/address-name * Partial URL or by name, as in: - - /// projects/project_id/regions/region/addresses/address-name - regions/region/addresses/address-name - - /// global/addresses/address-name - address-name The forwarding rule's target or backendService, and in most - /// cases, also the loadBalancingScheme, determine the type of IP address that you can use. For detailed - /// information, see [IP address + /// forwarding rule, specifying an IPAddress is required under the following circumstances: - When the + /// target is set to targetGrpcProxy andvalidateForProxyless is set to true, theIPAddress should be set to + /// 0.0.0.0. - When the target is a Private Service Connect Google APIs bundle, you must specify an + /// IPAddress. Otherwise, you can optionally specify an IP address that references an existing static + /// (reserved) IP address resource. When omitted, Google Cloud assigns an ephemeral IP address. Use one of the + /// following formats to specify an IP address while creating a forwarding rule: * IP address number, as in + /// `100.1.2.3` * IPv6 address range, as in `2600:1234::/96` * Full resource URL, as + /// inhttps://www.googleapis.com/compute/v1/projects/project_id/regions/region/addresses/address-name * Partial + /// URL or by name, as in: - projects/project_id/regions/region/addresses/address-name - + /// regions/region/addresses/address-name - global/addresses/address-name - address-name The forwarding + /// rule's target or backendService, and in most cases, also the loadBalancingScheme, determine the type of IP + /// address that you can use. For detailed information, see [IP address /// specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). - /// When reading an IPAddress, the API always returns the IP address number. + /// When reading an IPAddress, the API always returns the IP address number. /// [Newtonsoft.Json.JsonPropertyAttribute("IPAddress")] public virtual string IPAddress { get; set; } /// - /// The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, - /// SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as + /// The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP,AH, + /// SCTP, ICMP andL3_DEFAULT. The valid IP protocols are different for different load balancing products as /// described in [Load balancing /// features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends). /// @@ -101574,13 +104684,14 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// The ports, portRange, and allPorts fields are mutually exclusive. Only packets addressed to ports in the - /// specified range will be forwarded to the backends configured with this forwarding rule. The allPorts field - /// has the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, SCTP, or - /// L3_DEFAULT. - It's applicable only to the following products: internal passthrough Network Load Balancers, - /// backend service-based external passthrough Network Load Balancers, and internal and external protocol - /// forwarding. - Set this field to true to allow packets addressed to any port or packets lacking destination - /// port information (for example, UDP fragments after the first fragment) to be forwarded to the backends - /// configured with this forwarding rule. The L3_DEFAULT protocol requires allPorts be set to true. + /// specified range will be forwarded to the backends configured with this forwarding rule. The allPorts field + /// has the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, + /// SCTP, or L3_DEFAULT. - It's applicable only to the following products: internal passthrough Network + /// Load Balancers, backend service-based external passthrough Network Load Balancers, and internal and + /// external protocol forwarding. - Set this field to true to allow packets addressed to any port or + /// packets lacking destination port information (for example, UDP fragments after the first fragment) to be + /// forwarded to the backends configured with this forwarding rule. The L3_DEFAULT protocol requiresallPorts + /// be set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("allPorts")] public virtual System.Nullable AllPorts { get; set; } @@ -101617,7 +104728,7 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("baseForwardingRule")] public virtual string BaseForwardingRule { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -101629,11 +104740,11 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the canary migration state for the backend buckets attached to this forwarding rule. Possible - /// values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC. To begin the migration from EXTERNAL to + /// values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC. To begin the migration from EXTERNAL to /// EXTERNAL_MANAGED, the state must be changed to PREPARE. The state must be changed to TEST_ALL_TRAFFIC before /// the loadBalancingScheme can be changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be /// used to migrate traffic to backend buckets attached to this forwarding rule by percentage using - /// externalManagedBackendBucketMigrationTestingPercentage. Rolling back a migration requires the states to be + /// externalManagedBackendBucketMigrationTestingPercentage. Rolling back a migration requires the states to be /// set in reverse order. So changing the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set /// to TEST_ALL_TRAFFIC at the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some /// traffic back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL. @@ -101643,9 +104754,9 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// Determines the fraction of requests to backend buckets that should be processed by the global external - /// Application Load Balancer. The value of this field must be in the range [0, 100]. This value can only be set - /// if the loadBalancingScheme in the BackendService is set to EXTERNAL (when using the classic Application Load - /// Balancer) and the migration state is TEST_BY_PERCENTAGE. + /// Application Load Balancer. The value of this field must be in the range [0, 100]. This value can only be + /// set if the loadBalancingScheme in the BackendService is set to EXTERNAL (when using the classic Application + /// Load Balancer) and the migration state is TEST_BY_PERCENTAGE. /// [Newtonsoft.Json.JsonPropertyAttribute("externalManagedBackendBucketMigrationTestingPercentage")] public virtual System.Nullable ExternalManagedBackendBucketMigrationTestingPercentage { get; set; } @@ -101653,7 +104764,7 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field will be ignored when inserting a ForwardingRule. Include the fingerprint in patch - /// request to ensure that you do not overwrite changes that were applied from another concurrent request. To + /// request to ensure that you do not overwrite changes that were applied from another concurrent request. To /// see the latest fingerprint, make a get() request to retrieve a ForwardingRule. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -101667,31 +104778,32 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP in - /// EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode. Use one of the following formats to specify a sub-PDP when - /// creating an IPv6 NetLB forwarding rule using BYOIP: Full resource URL, as in - /// https://www.googleapis.com/compute/v1/projects/project_id/regions/region - /// /publicDelegatedPrefixes/sub-pdp-name Partial URL, as in: - - /// projects/project_id/regions/region/publicDelegatedPrefixes/sub-pdp-name - + /// EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode. Use one of the following formats to specify a sub-PDP when + /// creating an IPv6 NetLB forwarding rule using BYOIP: Full resource URL, as + /// inhttps://www.googleapis.com/compute/v1/projects/project_id/regions/region/publicDelegatedPrefixes/sub-pdp-name + /// Partial URL, as in: - projects/project_id/regions/region/publicDelegatedPrefixes/sub-pdp-name - /// regions/region/publicDelegatedPrefixes/sub-pdp-name /// [Newtonsoft.Json.JsonPropertyAttribute("ipCollection")] public virtual string IpCollection { get; set; } - /// The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6. + /// + /// The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6. + /// [Newtonsoft.Json.JsonPropertyAttribute("ipVersion")] public virtual string IpVersion { get; set; } /// /// Indicates whether or not this load balancer can be used as a collector for packet mirroring. To prevent - /// mirroring loops, instances behind this load balancer will not have their traffic mirrored even if a - /// PacketMirroring rule applies to them. This can only be set to true for load balancers that have their - /// loadBalancingScheme set to INTERNAL. + /// mirroring loops, instances behind this load balancer will not have their traffic mirrored even if + /// aPacketMirroring rule applies to them. This can only be set to true for load balancers that have + /// theirloadBalancingScheme set to INTERNAL. /// [Newtonsoft.Json.JsonPropertyAttribute("isMirroringCollector")] public virtual System.Nullable IsMirroringCollector { get; set; } /// - /// [Output Only] Type of the resource. Always compute#forwardingRule for forwarding rule resources. + /// [Output Only] Type of the resource. Alwayscompute#forwardingRule for forwarding rule resources. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -101700,21 +104812,21 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this resource, which is essentially a hash of the labels set /// used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve a ForwardingRule. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule + /// Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule /// concepts. /// [Newtonsoft.Json.JsonPropertyAttribute("loadBalancingScheme")] @@ -101723,35 +104835,35 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// Opaque filter criteria used by load balancer to restrict routing configuration to a limited set of xDS /// compliant clients. In their xDS requests to load balancer, xDS clients present node metadata. When there is - /// a match, the relevant configuration is made available to those proxies. Otherwise, all the resources (e.g. - /// TargetHttpProxy, UrlMap) referenced by the ForwardingRule are not visible to those proxies. For each - /// metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the - /// filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set - /// to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If - /// multiple metadataFilters are specified, all of them need to be satisfied in order to be considered a match. - /// metadataFilters specified here will be applifed before those specified in the UrlMap that this - /// ForwardingRule references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme - /// set to INTERNAL_SELF_MANAGED. + /// a match, the relevant configuration is made available to those proxies. Otherwise, all the resources + /// (e.g.TargetHttpProxy, UrlMap) referenced by the ForwardingRule are not visible to those proxies. For each + /// metadataFilter in this list, if itsfilterMatchCriteria is set to MATCH_ANY, at least one of thefilterLabels + /// must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, + /// then all of its filterLabels must match with corresponding labels provided in the metadata. If + /// multiplemetadataFilters are specified, all of them need to be satisfied in order to be considered a match. + /// metadataFilters specified here will be applifed before those specified in the UrlMap that thisForwardingRule + /// references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme set + /// toINTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("metadataFilters")] public virtual System.Collections.Generic.IList MetadataFilters { get; set; } /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be - /// a dash. For Private Service Connect forwarding rules that forward traffic to Google APIs, the forwarding + /// a dash. For Private Service Connect forwarding rules that forward traffic to Google APIs, the forwarding /// rule name must be a 1-20 characters string with lowercase letters and numbers and must start with a letter. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// This field is not used for global external load balancing. For internal passthrough Network Load Balancers, + /// This field is not used for global external load balancing. For internal passthrough Network Load Balancers, /// this field identifies the network that the load balanced IP should belong to for this forwarding rule. If /// the subnetwork is specified, the network of the subnetwork will be used. If neither subnetwork nor this - /// field is specified, the default network will be used. For Private Service Connect forwarding rules that + /// field is specified, the default network will be used. For Private Service Connect forwarding rules that /// forward traffic to Google APIs, a network must be provided. /// [Newtonsoft.Json.JsonPropertyAttribute("network")] @@ -101759,8 +104871,8 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// This signifies the networking tier used for configuring this load balancer and can only take the following - /// values: PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM and STANDARD. For - /// GlobalForwardingRule, the valid value is PREMIUM. If this field is not specified, it is assumed to be + /// values:PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM andSTANDARD. For + /// GlobalForwardingRule, the valid value isPREMIUM. If this field is not specified, it is assumed to be /// PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address. /// [Newtonsoft.Json.JsonPropertyAttribute("networkTier")] @@ -101775,30 +104887,30 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// The ports, portRange, and allPorts fields are mutually exclusive. Only packets addressed to ports in the - /// specified range will be forwarded to the backends configured with this forwarding rule. The portRange field - /// has the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or SCTP, and - - /// It's applicable only to the following products: external passthrough Network Load Balancers, internal and - /// external proxy Network Load Balancers, internal and external Application Load Balancers, external protocol - /// forwarding, and Classic VPN. - Some products have restrictions on what ports can be used. See port - /// specifications for details. For external forwarding rules, two or more forwarding rules cannot use the same - /// [IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. For internal forwarding rules within - /// the same VPC network, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and - /// cannot have overlapping portRanges. @pattern: \\d+(?:-\\d+)? + /// specified range will be forwarded to the backends configured with this forwarding rule. The portRange field + /// has the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or + /// SCTP, and - It's applicable only to the following products: external passthrough Network Load + /// Balancers, internal and external proxy Network Load Balancers, internal and external Application Load + /// Balancers, external protocol forwarding, and Classic VPN. - Some products have restrictions on what + /// ports can be used. See port specifications for details. For external forwarding rules, two or more + /// forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and cannot have overlappingportRanges. + /// For internal forwarding rules within the same VPC network, two or more forwarding rules cannot use the same + /// [IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. @pattern: \\d+(?:-\\d+)? /// [Newtonsoft.Json.JsonPropertyAttribute("portRange")] public virtual string PortRange { get; set; } /// /// The ports, portRange, and allPorts fields are mutually exclusive. Only packets addressed to ports in the - /// specified range will be forwarded to the backends configured with this forwarding rule. The ports field has - /// the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or SCTP, and - - /// It's applicable only to the following products: internal passthrough Network Load Balancers, backend - /// service-based external passthrough Network Load Balancers, and internal protocol forwarding. - You can - /// specify a list of up to five ports by number, separated by commas. The ports can be contiguous or - /// discontiguous. For external forwarding rules, two or more forwarding rules cannot use the same [IPAddress, - /// IPProtocol] pair if they share at least one port number. For internal forwarding rules within the same VPC - /// network, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair if they share at - /// least one port number. @pattern: \\d+(?:-\\d+)? + /// specified range will be forwarded to the backends configured with this forwarding rule. The ports field has + /// the following limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or SCTP, + /// and - It's applicable only to the following products: internal passthrough Network Load Balancers, + /// backend service-based external passthrough Network Load Balancers, and internal protocol forwarding. - + /// You can specify a list of up to five ports by number, separated by commas. The ports can be contiguous or + /// discontiguous. For external forwarding rules, two or more forwarding rules cannot use the same + /// [IPAddress, IPProtocol] pair if they share at least one port number. For internal forwarding rules within + /// the same VPC network, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair if they + /// share at least one port number. @pattern: \\d+(?:-\\d+)? /// [Newtonsoft.Json.JsonPropertyAttribute("ports")] public virtual System.Collections.Generic.IList Ports { get; set; } @@ -101835,7 +104947,7 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// An optional prefix to the service name for this forwarding rule. If specified, the prefix is the first label - /// of the fully qualified service name. The label must be 1-63 characters long, and comply with RFC1035. + /// of the fully qualified service name. The label must be 1-63 characters long, and comply withRFC1035. /// Specifically, the label must be 1-63 characters long and match the regular expression /// `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following /// characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -101845,7 +104957,7 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema public virtual string ServiceLabel { get; set; } /// - /// [Output Only] The internal fully qualified service name for this forwarding rule. This field is only used + /// [Output Only] The internal fully qualified service name for this forwarding rule. This field is only used /// for internal load balancing. /// [Newtonsoft.Json.JsonPropertyAttribute("serviceName")] @@ -101854,7 +104966,7 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// If not empty, this forwarding rule will only forward the traffic when the source IP address matches one of /// the IP addresses or CIDR ranges set here. Note that a forwarding rule can only have up to 64 source IP - /// ranges, and this field can only be used with a regional forwarding rule whose scheme is EXTERNAL. Each + /// ranges, and this field can only be used with a regional forwarding rule whose scheme isEXTERNAL. Each /// source_ip_range entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, /// 1.2.3.0/24). /// @@ -101863,7 +104975,7 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema /// /// This field identifies the subnetwork that the load balanced IP should belong to for this forwarding rule, - /// used with internal load balancers and external passthrough Network Load Balancers with IPv6. If the network + /// used with internal load balancers and external passthrough Network Load Balancers with IPv6. If the network /// specified is in auto subnet mode, this field is optional. However, a subnetwork must be specified if the /// network is in custom subnet mode or when creating external forwarding rule with IPv6. /// @@ -101871,15 +104983,16 @@ public class ForwardingRule : Google.Apis.Requests.IDirectResponseSchema public virtual string Subnetwork { get; set; } /// - /// The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target + /// The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target /// must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global - /// load balancing resource. The forwarded traffic must be of a type appropriate to the target object. - For - /// load balancers, see the "Target" column in [Port + /// load balancing resource. The forwarded traffic must be of a type appropriate to the target object. + /// - For load balancers, see the "Target" column in [Port /// specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). - /// - For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a - /// supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported - /// Google APIs. - For Private Service Connect forwarding rules that forward traffic to managed services, the - /// target must be a service attachment. The target is not mutable once set as a service attachment. + /// - For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name + /// of a supported Google API bundle: - vpc-sc - APIs that support VPC Service + /// Controls. - all-apis - All supported Google APIs. - For Private + /// Service Connect forwarding rules that forward traffic to managed services, the target must be a service + /// attachment. The target is not mutable once set as a service attachment. /// [Newtonsoft.Json.JsonPropertyAttribute("target")] public virtual string Target { get; set; } @@ -101899,14 +105012,613 @@ public class ForwardingRuleAggregatedList : Google.Apis.Requests.IDirectResponse public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#forwardingRuleAggregatedList for lists of forwarding rules. + /// [Output Only] Type of resource. Alwayscompute#forwardingRuleAggregatedList for lists of forwarding rules. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// [Output Only] This token allows you to get the next page of results for list requests. If the number of + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the + /// results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// [Output Only] Server-defined URL for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] + public virtual string SelfLink { get; set; } + + /// [Output Only] Unreachable resources. + [Newtonsoft.Json.JsonPropertyAttribute("unreachables")] + public virtual System.Collections.Generic.IList Unreachables { get; set; } + + /// [Output Only] Informational warning message. + [Newtonsoft.Json.JsonPropertyAttribute("warning")] + public virtual WarningData Warning { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + + /// [Output Only] Informational warning message. + public class WarningData + { + /// + /// [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if + /// there are no results in the response. + /// + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual System.Collections.Generic.IList Data { get; set; } + + /// [Output Only] A human-readable description of the warning code. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + public class DataData + { + /// + /// [Output Only] A key that provides more detail on the warning being returned. For example, for + /// warnings where there are no results in a list request for a particular zone, this key might be scope + /// and the key value might be the zone name. Other examples might be a key indicating a deprecated + /// resource and a suggested replacement, or a warning about invalid network settings (for example, if + /// an instance attempts to perform IP forwarding but is not enabled for IP forwarding). + /// + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// [Output Only] A warning data value corresponding to the key. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + } + } + } + + /// Contains a list of ForwardingRule resources. + public class ForwardingRuleList : Google.Apis.Requests.IDirectResponseSchema + { + /// [Output Only] Unique identifier for the resource; defined by the server. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// A list of ForwardingRule resources. + [Newtonsoft.Json.JsonPropertyAttribute("items")] + public virtual System.Collections.Generic.IList Items { get; set; } + + /// Type of resource. + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// [Output Only] This token allows you to get the next page of results for list requests. If the number of + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the + /// results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// [Output Only] Server-defined URL for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] + public virtual string SelfLink { get; set; } + + /// [Output Only] Informational warning message. + [Newtonsoft.Json.JsonPropertyAttribute("warning")] + public virtual WarningData Warning { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + + /// [Output Only] Informational warning message. + public class WarningData + { + /// + /// [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if + /// there are no results in the response. + /// + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual System.Collections.Generic.IList Data { get; set; } + + /// [Output Only] A human-readable description of the warning code. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + public class DataData + { + /// + /// [Output Only] A key that provides more detail on the warning being returned. For example, for + /// warnings where there are no results in a list request for a particular zone, this key might be scope + /// and the key value might be the zone name. Other examples might be a key indicating a deprecated + /// resource and a suggested replacement, or a warning about invalid network settings (for example, if + /// an instance attempts to perform IP forwarding but is not enabled for IP forwarding). + /// + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// [Output Only] A warning data value corresponding to the key. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + } + } + } + + public class ForwardingRuleReference : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("forwardingRule")] + public virtual string ForwardingRule { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Describes the auto-registration of the forwarding rule to Service Directory. The region and project of the + /// Service Directory resource generated from this registration will be the same as this forwarding rule. + /// + public class ForwardingRuleServiceDirectoryRegistration : Google.Apis.Requests.IDirectResponseSchema + { + /// Service Directory namespace to register the forwarding rule under. + [Newtonsoft.Json.JsonPropertyAttribute("namespace")] + public virtual string Namespace__ { get; set; } + + /// Service Directory service to register the forwarding rule under. + [Newtonsoft.Json.JsonPropertyAttribute("service")] + public virtual string Service { get; set; } + + /// + /// [Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". + /// Only used for PSC for Google APIs. All PSC for Google APIs forwarding rules on the same network should use + /// the same Service Directory region. + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceDirectoryRegion")] + public virtual string ServiceDirectoryRegion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class ForwardingRulesScopedList : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of forwarding rules contained in this scope. + [Newtonsoft.Json.JsonPropertyAttribute("forwardingRules")] + public virtual System.Collections.Generic.IList ForwardingRules { get; set; } + + /// Informational warning which replaces the list of forwarding rules when the list is empty. + [Newtonsoft.Json.JsonPropertyAttribute("warning")] + public virtual WarningData Warning { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + + /// Informational warning which replaces the list of forwarding rules when the list is empty. + public class WarningData + { + /// + /// [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if + /// there are no results in the response. + /// + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual System.Collections.Generic.IList Data { get; set; } + + /// [Output Only] A human-readable description of the warning code. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + public class DataData + { + /// + /// [Output Only] A key that provides more detail on the warning being returned. For example, for + /// warnings where there are no results in a list request for a particular zone, this key might be scope + /// and the key value might be the zone name. Other examples might be a key indicating a deprecated + /// resource and a suggested replacement, or a warning about invalid network settings (for example, if + /// an instance attempts to perform IP forwarding but is not enabled for IP forwarding). + /// + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// [Output Only] A warning data value corresponding to the key. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + } + } + } + + public class FutureReservation : Google.Apis.Requests.IDirectResponseSchema + { + /// Aggregate reservation details for the future reservation. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateReservation")] + public virtual AllocationAggregateReservation AggregateReservation { get; set; } + + /// + /// Future timestamp when the FR auto-created reservations will be deleted by Compute Engine. Format of this + /// field must be a valid href="https://www.ietf.org/rfc/rfc3339.txt"&gt;RFC3339 value. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoCreatedReservationsDeleteTime")] + public virtual string AutoCreatedReservationsDeleteTime { get; set; } + + /// + /// Specifies the duration of auto-created reservations. It represents relative time to future reservation + /// start_time when auto-created reservations will be automatically deleted by Compute Engine. Duration time + /// unit is represented as a count of seconds and fractions of seconds at nanosecond resolution. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoCreatedReservationsDuration")] + public virtual Duration AutoCreatedReservationsDuration { get; set; } + + /// + /// Setting for enabling or disabling automatic deletion for auto-created reservation. If set to true, + /// auto-created reservations will be deleted at Future Reservation's end time (default) or at user's defined + /// timestamp if any of the [auto_created_reservations_delete_time, auto_created_reservations_duration] values + /// is specified. For keeping auto-created reservation indefinitely, this value should be set to false. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoDeleteAutoCreatedReservations")] + public virtual System.Nullable AutoDeleteAutoCreatedReservations { get; set; } + + /// + /// If not present, then FR will not deliver a new commitment or update an existing commitment. + /// + [Newtonsoft.Json.JsonPropertyAttribute("commitmentInfo")] + public virtual FutureReservationCommitmentInfo CommitmentInfo { get; set; } + + /// [Output Only] The creation timestamp for this future reservation inRFC3339 text format. + [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] + public virtual string CreationTimestamp { get; set; } + + /// Type of the deployment requested as part of future reservation. + [Newtonsoft.Json.JsonPropertyAttribute("deploymentType")] + public virtual string DeploymentType { get; set; } + + /// + /// An optional description of this resource. Provide this property when you create the future reservation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Indicates if this group of VMs have emergent maintenance enabled. + [Newtonsoft.Json.JsonPropertyAttribute("enableEmergentMaintenance")] + public virtual System.Nullable EnableEmergentMaintenance { get; set; } + + /// + /// [Output Only] A unique identifier for this future reservation. The server defines this identifier. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } + + /// + /// [Output Only] Type of the resource. Alwayscompute#futureReservation for future reservations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// The name of the resource, provided by the client when initially creating the resource. The resource name + /// must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long + /// and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a + /// lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last + /// character, which cannot be a dash. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Name prefix for the reservations to be created at the time of delivery. The name prefix must comply with + /// RFC1035. Maximum allowed length for name prefix is 20. Automatically created reservations name format will + /// be -date-####. + /// + [Newtonsoft.Json.JsonPropertyAttribute("namePrefix")] + public virtual string NamePrefix { get; set; } + + /// Planning state before being submitted for evaluation + [Newtonsoft.Json.JsonPropertyAttribute("planningStatus")] + public virtual string PlanningStatus { get; set; } + + /// + /// The reservation mode which determines reservation-termination behavior and expected pricing. + /// + [Newtonsoft.Json.JsonPropertyAttribute("reservationMode")] + public virtual string ReservationMode { get; set; } + + /// + /// Name of reservations where the capacity is provisioned at the time of delivery of future reservations. If + /// the reservation with the given name does not exist already, it is created automatically at the time of + /// Approval with INACTIVE state till specified start-time. Either provide the reservation_name or a + /// name_prefix. + /// + [Newtonsoft.Json.JsonPropertyAttribute("reservationName")] + public virtual string ReservationName { get; set; } + + /// Maintenance information for this reservation + [Newtonsoft.Json.JsonPropertyAttribute("schedulingType")] + public virtual string SchedulingType { get; set; } + + /// [Output Only] Server-defined fully-qualified URL for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] + public virtual string SelfLink { get; set; } + + /// [Output Only] Server-defined URL for this resource with the resource id. + [Newtonsoft.Json.JsonPropertyAttribute("selfLinkWithId")] + public virtual string SelfLinkWithId { get; set; } + + /// List of Projects/Folders to share with. + [Newtonsoft.Json.JsonPropertyAttribute("shareSettings")] + public virtual ShareSettings ShareSettings { get; set; } + + /// + /// Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any" reservation. + /// If the field is set, then only VMs that target the reservation by name can consume from the delivered + /// reservation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("specificReservationRequired")] + public virtual System.Nullable SpecificReservationRequired { get; set; } + + /// Future Reservation configuration to indicate instance properties and total count. + [Newtonsoft.Json.JsonPropertyAttribute("specificSkuProperties")] + public virtual FutureReservationSpecificSKUProperties SpecificSkuProperties { get; set; } + + /// [Output only] Status of the Future Reservation + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual FutureReservationStatus Status { get; set; } + + /// Time window for this Future Reservation. + [Newtonsoft.Json.JsonPropertyAttribute("timeWindow")] + public virtual FutureReservationTimeWindow TimeWindow { get; set; } + + /// [Output Only] URL of the Zone where this future reservation resides. + [Newtonsoft.Json.JsonPropertyAttribute("zone")] + public virtual string Zone { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class FutureReservationCommitmentInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// name of the commitment where capacity is being delivered to. + [Newtonsoft.Json.JsonPropertyAttribute("commitmentName")] + public virtual string CommitmentName { get; set; } + + /// + /// Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no + /// commitment needs to be created. + /// + [Newtonsoft.Json.JsonPropertyAttribute("commitmentPlan")] + public virtual string CommitmentPlan { get; set; } + + /// + /// Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended + /// to match the end date of the plan for this commitment. + /// + [Newtonsoft.Json.JsonPropertyAttribute("previousCommitmentTerms")] + public virtual string PreviousCommitmentTerms { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class FutureReservationSpecificSKUProperties : Google.Apis.Requests.IDirectResponseSchema + { + /// Properties of the SKU instances being reserved. + [Newtonsoft.Json.JsonPropertyAttribute("instanceProperties")] + public virtual AllocationSpecificSKUAllocationReservedInstanceProperties InstanceProperties { get; set; } + + /// + /// The instance template that will be used to populate the ReservedInstanceProperties of the future reservation + /// + [Newtonsoft.Json.JsonPropertyAttribute("sourceInstanceTemplate")] + public virtual string SourceInstanceTemplate { get; set; } + + /// + /// Total number of instances for which capacity assurance is requested at a future time period. + /// + [Newtonsoft.Json.JsonPropertyAttribute("totalCount")] + public virtual System.Nullable TotalCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// [Output only] Represents status related to the future reservation. + public class FutureReservationStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// [Output Only] The current status of the requested amendment. + [Newtonsoft.Json.JsonPropertyAttribute("amendmentStatus")] + public virtual string AmendmentStatus { get; set; } + + /// Fully qualified urls of the automatically created reservations at start_time. + [Newtonsoft.Json.JsonPropertyAttribute("autoCreatedReservations")] + public virtual System.Collections.Generic.IList AutoCreatedReservations { get; set; } + + /// [Output Only] Represents the existing matching usage for the future reservation. + [Newtonsoft.Json.JsonPropertyAttribute("existingMatchingUsageInfo")] + public virtual FutureReservationStatusExistingMatchingUsageInfo ExistingMatchingUsageInfo { get; set; } + + /// + /// This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also + /// includes capacity delivered as part of existing matching reservations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fulfilledCount")] + public virtual System.Nullable FulfilledCount { get; set; } + + /// + /// [Output Only] This field represents the future reservation before an amendment was requested. If the + /// amendment is declined, the Future Reservation will be reverted to the last known good state. The last known + /// good state is not set when updating a future reservation whose Procurement Status is DRAFTING. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastKnownGoodState")] + public virtual FutureReservationStatusLastKnownGoodState LastKnownGoodState { get; set; } + + /// + /// Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be + /// allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 + /// string. The procurement_status will transition to PROCURING state at this time. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lockTime")] + public virtual string LockTime { get; set; } + + /// Current state of this Future Reservation + [Newtonsoft.Json.JsonPropertyAttribute("procurementStatus")] + public virtual string ProcurementStatus { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("specificSkuProperties")] + public virtual FutureReservationStatusSpecificSKUProperties SpecificSkuProperties { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// [Output Only] Represents the existing matching usage for the future reservation. + public class FutureReservationStatusExistingMatchingUsageInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances) + /// + [Newtonsoft.Json.JsonPropertyAttribute("count")] + public virtual System.Nullable Count { get; set; } + + /// Timestamp when the matching usage was calculated + [Newtonsoft.Json.JsonPropertyAttribute("timestamp")] + public virtual string Timestamp { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The state that the future reservation will be reverted to should the amendment be declined. + public class FutureReservationStatusLastKnownGoodState : Google.Apis.Requests.IDirectResponseSchema + { + /// [Output Only] The description of the FutureReservation before an amendment was requested. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// [Output Only] Represents the matching usage for the future reservation before an amendment was requested. + /// + [Newtonsoft.Json.JsonPropertyAttribute("existingMatchingUsageInfo")] + public virtual FutureReservationStatusExistingMatchingUsageInfo ExistingMatchingUsageInfo { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("futureReservationSpecs")] + public virtual FutureReservationStatusLastKnownGoodStateFutureReservationSpecs FutureReservationSpecs { get; set; } + + /// [Output Only] The lock time of the FutureReservation before an amendment was requested. + [Newtonsoft.Json.JsonPropertyAttribute("lockTime")] + public virtual string LockTime { get; set; } + + /// + /// [Output Only] The name prefix of the Future Reservation before an amendment was requested. + /// + [Newtonsoft.Json.JsonPropertyAttribute("namePrefix")] + public virtual string NamePrefix { get; set; } + + /// [Output Only] The status of the last known good state for the Future Reservation. + [Newtonsoft.Json.JsonPropertyAttribute("procurementStatus")] + public virtual string ProcurementStatus { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The properties of the last known good state for the Future Reservation. + public class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs : Google.Apis.Requests.IDirectResponseSchema + { + /// [Output Only] The previous share settings of the Future Reservation. + [Newtonsoft.Json.JsonPropertyAttribute("shareSettings")] + public virtual ShareSettings ShareSettings { get; set; } + + /// [Output Only] The previous instance related properties of the Future Reservation. + [Newtonsoft.Json.JsonPropertyAttribute("specificSkuProperties")] + public virtual FutureReservationSpecificSKUProperties SpecificSkuProperties { get; set; } + + /// [Output Only] The previous time window of the Future Reservation. + [Newtonsoft.Json.JsonPropertyAttribute("timeWindow")] + public virtual FutureReservationTimeWindow TimeWindow { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Properties to be set for the Future Reservation. + public class FutureReservationStatusSpecificSKUProperties : Google.Apis.Requests.IDirectResponseSchema + { + /// ID of the instance template used to populate the Future Reservation properties. + [Newtonsoft.Json.JsonPropertyAttribute("sourceInstanceTemplateId")] + public virtual string SourceInstanceTemplateId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class FutureReservationTimeWindow : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("duration")] + public virtual Duration Duration { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTime { get; set; } + + /// Start time of the Future Reservation. The start_time is an RFC3339 string. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTime { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains a list of future reservations. + public class FutureReservationsAggregatedListResponse : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// [Output Only] Unique identifier for the resource; defined by the server. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// A list of Future reservation resources. + [Newtonsoft.Json.JsonPropertyAttribute("items")] + public virtual System.Collections.Generic.IDictionary Items { get; set; } + + /// + /// [Output Only] Type of resource. Alwayscompute#futureReservationsAggregatedListResponse for future resevation + /// aggregated list response. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -101925,9 +105637,6 @@ public class ForwardingRuleAggregatedList : Google.Apis.Requests.IDirectResponse [Newtonsoft.Json.JsonPropertyAttribute("warning")] public virtual WarningData Warning { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - /// [Output Only] Informational warning message. public class WarningData { @@ -101939,8 +105648,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -101950,8 +105659,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -101972,24 +105681,30 @@ public class DataData } } - /// Contains a list of ForwardingRule resources. - public class ForwardingRuleList : Google.Apis.Requests.IDirectResponseSchema + public class FutureReservationsListResponse : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Unique identifier for the resource; defined by the server. + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// [Output Only] The unique identifier for the resource. This identifier is defined by the server. + /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } - /// A list of ForwardingRule resources. + /// [Output Only] A list of future reservation resources. [Newtonsoft.Json.JsonPropertyAttribute("items")] - public virtual System.Collections.Generic.IList Items { get; set; } + public virtual System.Collections.Generic.IList Items { get; set; } - /// Type of resource. + /// + /// [Output Only] Type of resource.Alwayscompute#FutureReservationsListResponse for lists of reservations + /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -102000,13 +105715,14 @@ public class ForwardingRuleList : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] public virtual string SelfLink { get; set; } + /// [Output Only] Unreachable resources. + [Newtonsoft.Json.JsonPropertyAttribute("unreachables")] + public virtual System.Collections.Generic.IList Unreachables { get; set; } + /// [Output Only] Informational warning message. [Newtonsoft.Json.JsonPropertyAttribute("warning")] public virtual WarningData Warning { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - /// [Output Only] Informational warning message. public class WarningData { @@ -102018,8 +105734,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -102029,8 +105745,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -102051,55 +105767,24 @@ public class DataData } } - public class ForwardingRuleReference : Google.Apis.Requests.IDirectResponseSchema + public class FutureReservationsScopedList : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("forwardingRule")] - public virtual string ForwardingRule { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Describes the auto-registration of the forwarding rule to Service Directory. The region and project of the - /// Service Directory resource generated from this registration will be the same as this forwarding rule. - /// - public class ForwardingRuleServiceDirectoryRegistration : Google.Apis.Requests.IDirectResponseSchema - { - /// Service Directory namespace to register the forwarding rule under. - [Newtonsoft.Json.JsonPropertyAttribute("namespace")] - public virtual string Namespace__ { get; set; } - - /// Service Directory service to register the forwarding rule under. - [Newtonsoft.Json.JsonPropertyAttribute("service")] - public virtual string Service { get; set; } + /// A list of future reservations contained in this scope. + [Newtonsoft.Json.JsonPropertyAttribute("futureReservations")] + public virtual System.Collections.Generic.IList FutureReservations { get; set; } /// - /// [Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". - /// Only used for PSC for Google APIs. All PSC for Google APIs forwarding rules on the same network should use - /// the same Service Directory region. + /// Informational warning which replaces the list of future reservations when the list is empty. /// - [Newtonsoft.Json.JsonPropertyAttribute("serviceDirectoryRegion")] - public virtual string ServiceDirectoryRegion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ForwardingRulesScopedList : Google.Apis.Requests.IDirectResponseSchema - { - /// A list of forwarding rules contained in this scope. - [Newtonsoft.Json.JsonPropertyAttribute("forwardingRules")] - public virtual System.Collections.Generic.IList ForwardingRules { get; set; } - - /// Informational warning which replaces the list of forwarding rules when the list is empty. [Newtonsoft.Json.JsonPropertyAttribute("warning")] public virtual WarningData Warning { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } - /// Informational warning which replaces the list of forwarding rules when the list is empty. + /// + /// Informational warning which replaces the list of future reservations when the list is empty. + /// public class WarningData { /// @@ -102110,8 +105795,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -102121,8 +105806,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -102147,9 +105832,9 @@ public class GRPCHealthCheck : Google.Apis.Requests.IDirectResponseSchema { /// /// The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the - /// following meanings by convention: - Empty service_name means the overall status of all services at the - /// backend. - Non-empty service_name means the health of that gRPC service, as defined by the owner of the - /// service. The grpc_service_name can only be ASCII. + /// following meanings by convention: - Empty service_name means the overall status of all services at the + /// backend. - Non-empty service_name means the health of that gRPC service, as defined by the owner of the + /// service. The grpc_service_name can only be ASCII. /// [Newtonsoft.Json.JsonPropertyAttribute("grpcServiceName")] public virtual string GrpcServiceName { get; set; } @@ -102165,19 +105850,58 @@ public class GRPCHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string PortName { get; set; } /// - /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: - /// Specifies a port number explicitly using the port field in the health check. Supported by backend services + /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: + /// Specifies a port number explicitly using theport field in the health check. Supported by backend services /// for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. /// The health check supports all backends supported by the backend service provided the backend can be health /// checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and - /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of + /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of /// specifying the health check port by referring to the backend service. Only supported by backend services for - /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load - /// balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint - /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check - /// uses the port number specified for each endpoint in the network endpoint group. For instance group backends, - /// the health check uses the port number determined by looking up the backend service's named port in the - /// instance group's list of named ports. + /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load + /// balancers. Supports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint + /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check + /// uses the port number specified for each endpoint in the network endpoint group. For instance group + /// backends, the health check uses the port number determined by looking up the backend service's named port in + /// the instance group's list of named ports. + /// + [Newtonsoft.Json.JsonPropertyAttribute("portSpecification")] + public virtual string PortSpecification { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class GRPCTLSHealthCheck : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the + /// following meanings by convention: - Empty service_name means the overall status of all services at the + /// backend. - Non-empty service_name means the health of that gRPC service, as defined by the owner of the + /// service. The grpc_service_name can only be ASCII. + /// + [Newtonsoft.Json.JsonPropertyAttribute("grpcServiceName")] + public virtual string GrpcServiceName { get; set; } + + /// + /// The TCP port number to which the health check prober sends packets. Valid values are 1 through 65535. + /// + [Newtonsoft.Json.JsonPropertyAttribute("port")] + public virtual System.Nullable Port { get; set; } + + /// + /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: + /// Specifies a port number explicitly using theport field in the health check. Supported by backend services + /// for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. + /// The health check supports all backends supported by the backend service provided the backend can be health + /// checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and + /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of + /// specifying the health check port by referring to the backend service. Only supported by backend services for + /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load + /// balancers. Supports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint + /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check + /// uses the port number specified for each endpoint in the network endpoint group. For instance group + /// backends, the health check uses the port number determined by looking up the backend service's named port in + /// the instance group's list of named ports. /// [Newtonsoft.Json.JsonPropertyAttribute("portSpecification")] public virtual string PortSpecification { get; set; } @@ -102194,9 +105918,10 @@ public class GlobalAddressesMoveRequest : Google.Apis.Requests.IDirectResponseSc /// /// The URL of the destination address to move to. This can be a full or partial URL. For example, the following - /// are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project - /// /global/addresses/address - projects/project/global/addresses/address Note that destination project must be - /// different from the source project. So /global/addresses/address is not valid partial url. + /// are all valid URLs to a address: - + /// https://www.googleapis.com/compute/v1/projects/project/global/addresses/address - + /// projects/project/global/addresses/address Note that destination project must be different from the source + /// project. So/global/addresses/address is not valid partial url. /// [Newtonsoft.Json.JsonPropertyAttribute("destinationAddress")] public virtual string DestinationAddress { get; set; } @@ -102254,7 +105979,7 @@ public class GlobalSetLabelsRequest : Google.Apis.Requests.IDirectResponseSchema /// The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint /// is initially generated by Compute Engine and changes after every request to modify or update labels. You /// must always provide an up-to-date fingerprint hash when updating or changing labels, otherwise the request - /// will fail with error 412 conditionNotMet. Make a get() request to the resource to get the latest + /// will fail with error412 conditionNotMet. Make a get() request to the resource to get the latest /// fingerprint. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] @@ -102262,7 +105987,7 @@ public class GlobalSetLabelsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// A list of labels to apply for this resource. Each label must comply with the requirements for labels. For - /// example, "webserver-frontend": "images". A label value can also be empty (e.g. "my-label": ""). + /// example,"webserver-frontend": "images". A label value can also be empty (e.g. "my-label": ""). /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } @@ -102332,9 +106057,9 @@ public class GroupMaintenanceInfo : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable SubblockInfraMaintenanceOngoingCount { get; set; } /// - /// Describes number of subblock Infrastructure that has pending maintenance. Here, Subblock Infrastructure - /// Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family (e.g. - /// NVLink Domains). Not all VM Families will support this field. + /// Describes number of subblock Infrastructure that has pending maintenance. Here, Subblock Infrastructure + /// Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family (e.g. + /// NVLink Domains). Not all VM Families will support this field. /// [Newtonsoft.Json.JsonPropertyAttribute("subblockInfraMaintenancePendingCount")] public virtual System.Nullable SubblockInfraMaintenancePendingCount { get; set; } @@ -102351,7 +106076,7 @@ public class GroupMaintenanceInfo : Google.Apis.Requests.IDirectResponseSchema public class GuestAttributes : Google.Apis.Requests.IDirectResponseSchema { /// - /// [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry. + /// [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -102417,9 +106142,10 @@ public class GuestOsFeature : Google.Apis.Requests.IDirectResponseSchema { /// /// The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of - /// the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - - /// SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE_V2 - SEV_SNP_CAPABLE - TDX_CAPABLE - IDPF - - /// SNP_SVSM_CAPABLE For more information, see Enabling guest operating system features. + /// the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE + /// - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE_V2 - SEV_SNP_CAPABLE + /// - TDX_CAPABLE - IDPF - SNP_SVSM_CAPABLE For more information, see Enabling guest operating system + /// features. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -102441,7 +106167,7 @@ public class HTTP2HealthCheck : Google.Apis.Requests.IDirectResponseSchema /// /// The TCP port number to which the health check prober sends packets. The default value is 443. Valid values - /// are 1 through 65535. + /// are 1 through65535. /// [Newtonsoft.Json.JsonPropertyAttribute("port")] public virtual System.Nullable Port { get; set; } @@ -102451,19 +106177,19 @@ public class HTTP2HealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string PortName { get; set; } /// - /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: - /// Specifies a port number explicitly using the port field in the health check. Supported by backend services + /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: + /// Specifies a port number explicitly using theport field in the health check. Supported by backend services /// for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. /// The health check supports all backends supported by the backend service provided the backend can be health /// checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and - /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of + /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of /// specifying the health check port by referring to the backend service. Only supported by backend services for - /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load - /// balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint - /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check - /// uses the port number specified for each endpoint in the network endpoint group. For instance group backends, - /// the health check uses the port number determined by looking up the backend service's named port in the - /// instance group's list of named ports. + /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load + /// balancers. Supports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint + /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check + /// uses the port number specified for each endpoint in the network endpoint group. For instance group + /// backends, the health check uses the port number determined by looking up the backend service's named port in + /// the instance group's list of named ports. /// [Newtonsoft.Json.JsonPropertyAttribute("portSpecification")] public virtual string PortSpecification { get; set; } @@ -102476,7 +106202,7 @@ public class HTTP2HealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string ProxyHeader { get; set; } /// - /// The request path of the HTTP/2 health check request. The default value is /. Must comply with RFC3986. + /// The request path of the HTTP/2 health check request. The default value is/. Must comply withRFC3986. /// [Newtonsoft.Json.JsonPropertyAttribute("requestPath")] public virtual string RequestPath { get; set; } @@ -102507,7 +106233,7 @@ public class HTTPHealthCheck : Google.Apis.Requests.IDirectResponseSchema /// /// The TCP port number to which the health check prober sends packets. The default value is 80. Valid values - /// are 1 through 65535. + /// are 1 through65535. /// [Newtonsoft.Json.JsonPropertyAttribute("port")] public virtual System.Nullable Port { get; set; } @@ -102517,18 +106243,18 @@ public class HTTPHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string PortName { get; set; } /// - /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: - /// Specifies a port number explicitly using the port field in the health check. Supported by backend services + /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: + /// Specifies a port number explicitly using theport field in the health check. Supported by backend services /// for passthrough load balancers and backend services for proxy load balancers. Also supported in legacy HTTP /// health checks for target pools. The health check supports all backends supported by the backend service - /// provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT - /// network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: + /// provided the backend can be health checked. For example,GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT + /// network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: /// Provides an indirect method of specifying the health check port by referring to the backend service. Only - /// supported by backend services for proxy load balancers. Not supported by target pools. Not supported by + /// supported by backend services for proxy load balancers. Not supported by target pools. Not supported by /// backend services for pass-through load balancers. Supports all backends that can be health checked; for - /// example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network + /// example,GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network /// endpoint group backends, the health check uses the port number specified for each endpoint in the network - /// endpoint group. For instance group backends, the health check uses the port number determined by looking up + /// endpoint group. For instance group backends, the health check uses the port number determined by looking up /// the backend service's named port in the instance group's list of named ports. /// [Newtonsoft.Json.JsonPropertyAttribute("portSpecification")] @@ -102542,7 +106268,7 @@ public class HTTPHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string ProxyHeader { get; set; } /// - /// The request path of the HTTP health check request. The default value is /. Must comply with RFC3986. + /// The request path of the HTTP health check request. The default value is/. Must comply withRFC3986. /// [Newtonsoft.Json.JsonPropertyAttribute("requestPath")] public virtual string RequestPath { get; set; } @@ -102573,7 +106299,7 @@ public class HTTPSHealthCheck : Google.Apis.Requests.IDirectResponseSchema /// /// The TCP port number to which the health check prober sends packets. The default value is 443. Valid values - /// are 1 through 65535. + /// are 1 through65535. /// [Newtonsoft.Json.JsonPropertyAttribute("port")] public virtual System.Nullable Port { get; set; } @@ -102583,19 +106309,19 @@ public class HTTPSHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string PortName { get; set; } /// - /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: - /// Specifies a port number explicitly using the port field in the health check. Supported by backend services + /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: + /// Specifies a port number explicitly using theport field in the health check. Supported by backend services /// for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. /// The health check supports all backends supported by the backend service provided the backend can be health /// checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and - /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of + /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of /// specifying the health check port by referring to the backend service. Only supported by backend services for - /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load - /// balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint - /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check - /// uses the port number specified for each endpoint in the network endpoint group. For instance group backends, - /// the health check uses the port number determined by looking up the backend service's named port in the - /// instance group's list of named ports. + /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load + /// balancers. Supports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint + /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check + /// uses the port number specified for each endpoint in the network endpoint group. For instance group + /// backends, the health check uses the port number determined by looking up the backend service's named port in + /// the instance group's list of named ports. /// [Newtonsoft.Json.JsonPropertyAttribute("portSpecification")] public virtual string PortSpecification { get; set; } @@ -102608,7 +106334,7 @@ public class HTTPSHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string ProxyHeader { get; set; } /// - /// The request path of the HTTPS health check request. The default value is /. Must comply with RFC3986. + /// The request path of the HTTPS health check request. The default value is/. Must comply withRFC3986. /// [Newtonsoft.Json.JsonPropertyAttribute("requestPath")] public virtual string RequestPath { get; set; } @@ -102627,15 +106353,15 @@ public class HTTPSHealthCheck : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a health check resource. Google Compute Engine has two health check resources: * + /// Represents a health check resource. Google Compute Engine has two health check resources: * /// [Regional](/compute/docs/reference/rest/v1/regionHealthChecks) * - /// [Global](/compute/docs/reference/rest/v1/healthChecks) These health check resources can be used for load - /// balancing and for autohealing VMs in a managed instance group (MIG). **Load balancing** Health check + /// [Global](/compute/docs/reference/rest/v1/healthChecks) These health check resources can be used for load + /// balancing and for autohealing VMs in a managed instance group (MIG). **Load balancing** Health check /// requirements vary depending on the type of load balancer. For details about the type of health check supported /// for each load balancer and corresponding backend type, see Health checks overview: Load balancer guide. - /// **Autohealing in MIGs** The health checks that you use for autohealing VMs in a MIG can be either regional or - /// global. For more information, see Set up an application health check and autohealing. For more information, see - /// Health checks overview. + /// **Autohealing in MIGs** The health checks that you use for autohealing VMs in a MIG can be either regional or + /// global. For more information, see Set up an application health check and autohealing. For more information, + /// seeHealth checks overview. /// public class HealthCheck : Google.Apis.Requests.IDirectResponseSchema { @@ -102643,7 +106369,7 @@ public class HealthCheck : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("checkIntervalSec")] public virtual System.Nullable CheckIntervalSec { get; set; } - /// [Output Only] Creation timestamp in 3339 text format. + /// [Output Only] Creation timestamp in3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -102656,6 +106382,9 @@ public class HealthCheck : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("grpcHealthCheck")] public virtual GRPCHealthCheck GrpcHealthCheck { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("grpcTlsHealthCheck")] + public virtual GRPCTLSHealthCheck GrpcTlsHealthCheck { get; set; } + /// /// A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value /// is 2. @@ -102688,7 +106417,7 @@ public class HealthCheck : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. For example, a name that is 1-63 characters long, matches the regular + /// long, and comply withRFC1035. For example, a name that is 1-63 characters long, matches the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?`, and otherwise complies with RFC1035. This regular expression /// describes a name where the first character is a lowercase letter, and all following characters are a dash, /// lowercase letter, or digit, except the last character, which isn't a dash. @@ -102697,7 +106426,7 @@ public class HealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string Name { get; set; } /// - /// [Output Only] Region where the health check resides. Not applicable to global health checks. + /// [Output Only] Region where the health check resides. Not applicable to global health checks. /// [Newtonsoft.Json.JsonPropertyAttribute("region")] public virtual string Region { get; set; } @@ -102710,10 +106439,10 @@ public class HealthCheck : Google.Apis.Requests.IDirectResponseSchema /// The list of cloud regions from which health checks are performed. If any regions are specified, then exactly /// 3 regions should be specified. The region names must be valid names of Google Cloud regions. This can only /// be set for global health check. If this list is non-empty, then there are restrictions on what other health - /// check fields are supported and what other resources can use this health check: - SSL, HTTP2, and GRPC - /// protocols are not supported. - The TCP request field is not supported. - The proxyHeader field for HTTP, - /// HTTPS, and TCP is not supported. - The checkIntervalSec field must be at least 30. - The health check cannot - /// be used with BackendService nor with managed instance group auto-healing. + /// check fields are supported and what other resources can use this health check: - SSL, HTTP2, and GRPC + /// protocols are not supported. - The TCP request field is not supported. - The proxyHeader field for + /// HTTP, HTTPS, and TCP is not supported. - The checkIntervalSec field must be at least 30. - The + /// health check cannot be used with BackendService nor with managed instance group auto-healing. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceRegions")] public virtual System.Collections.Generic.IList SourceRegions { get; set; } @@ -102732,8 +106461,8 @@ public class HealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable TimeoutSec { get; set; } /// - /// Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the - /// protocol-specific health check fields must be specified, which must match type field. + /// Specifies the type of the healthCheck, either TCP,SSL, HTTP, HTTPS,HTTP2 or GRPC. Exactly one of the + /// protocol-specific health check fields must be specified, which must matchtype field. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -102766,7 +106495,7 @@ public class HealthCheckList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -102795,8 +106524,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -102806,8 +106535,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -102845,9 +106574,9 @@ public class HealthCheckLogConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// A full or valid partial URL to a health check. For example, the following are valid URLs: - - /// https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check - - /// projects/project-id/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check + /// A full or valid partial URL to a health check. For example, the following are valid URLs: - + /// https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check - + /// projects/project-id/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check /// public class HealthCheckReference : Google.Apis.Requests.IDirectResponseSchema { @@ -102861,7 +106590,7 @@ public class HealthCheckReference : Google.Apis.Requests.IDirectResponseSchema /// Represents a Health-Check as a Service resource. public class HealthCheckService : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -102882,24 +106611,24 @@ public class HealthCheckService : Google.Apis.Requests.IDirectResponseSchema /// /// A list of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10 for - /// regional HealthCheckService, and not more than 1 for global HealthCheckService. HealthCheck resources must - /// have portSpecification=USE_SERVING_PORT or portSpecification=USE_FIXED_PORT. For regional - /// HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, - /// HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional - /// HealthChecks must belong to the same region. Regional HealthChecks must belong to the same region as zones - /// of NetworkEndpointGroups. For global HealthCheckService using global INTERNET_IP_PORT NetworkEndpointGroups, - /// the global HealthChecks must specify sourceRegions, and HealthChecks that specify sourceRegions can only be - /// used with global INTERNET_IP_PORT NetworkEndpointGroups. + /// regionalHealthCheckService, and not more than 1 for globalHealthCheckService.HealthCheck resources must + /// haveportSpecification=USE_SERVING_PORT orportSpecification=USE_FIXED_PORT. For regional HealthCheckService, + /// theHealthCheck must be regional and in the same region. For global HealthCheckService,HealthCheck must be + /// global. Mix of regional and globalHealthChecks is not supported. Multiple regionalHealthChecks must belong + /// to the same region. RegionalHealthChecks must belong to the same region as zones ofNetworkEndpointGroups. + /// For globalHealthCheckService using globalINTERNET_IP_PORT NetworkEndpointGroups, the global HealthChecks + /// must specify sourceRegions, and HealthChecks that specify sourceRegions can only be used with global + /// INTERNET_IP_PORTNetworkEndpointGroups. /// [Newtonsoft.Json.JsonPropertyAttribute("healthChecks")] public virtual System.Collections.Generic.IList HealthChecks { get; set; } /// /// Optional. Policy for how the results from multiple health checks for the same endpoint are aggregated. - /// Defaults to NO_AGGREGATION if unspecified. - NO_AGGREGATION. An EndpointHealth message is returned for each - /// pair in the health check service. - AND. If any health check of an endpoint reports UNHEALTHY, then - /// UNHEALTHY is the HealthState of the endpoint. If all health checks report HEALTHY, the HealthState of the - /// endpoint is HEALTHY. . This is only allowed with regional HealthCheckService. + /// Defaults to NO_AGGREGATION if unspecified. - NO_AGGREGATION. An EndpointHealth message is returned + /// for each pair in the health check service. - AND. If any health check of an endpoint + /// reportsUNHEALTHY, then UNHEALTHY is theHealthState of the endpoint. If all health checks reportHEALTHY, the + /// HealthState of the endpoint isHEALTHY. . This is only allowed with regional HealthCheckService. /// [Newtonsoft.Json.JsonPropertyAttribute("healthStatusAggregationPolicy")] public virtual string HealthStatusAggregationPolicy { get; set; } @@ -102911,7 +106640,7 @@ public class HealthCheckService : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output only] Type of the resource. Always compute#healthCheckServicefor health check services. + /// [Output only] Type of the resource. Alwayscompute#healthCheckServicefor health check services. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -102926,17 +106655,17 @@ public class HealthCheckService : Google.Apis.Requests.IDirectResponseSchema public virtual string Name { get; set; } /// - /// A list of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For regional - /// HealthCheckService, NEGs must be in zones in the region of the HealthCheckService. For global - /// HealthCheckServices, the NetworkEndpointGroups must be global INTERNET_IP_PORT. + /// A list of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For + /// regionalHealthCheckService, NEGs must be in zones in the region of the HealthCheckService. For + /// globalHealthCheckServices, the NetworkEndpointGroups must be global INTERNET_IP_PORT. /// [Newtonsoft.Json.JsonPropertyAttribute("networkEndpointGroups")] public virtual System.Collections.Generic.IList NetworkEndpointGroups { get; set; } /// - /// A list of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for - /// receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint - /// must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global. + /// A list of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for + /// receiving notifications of change in health status. For regionalHealthCheckService,NotificationEndpoint must + /// be regional and in the same region. For global HealthCheckService,NotificationEndpoint must be global. /// [Newtonsoft.Json.JsonPropertyAttribute("notificationEndpoints")] public virtual System.Collections.Generic.IList NotificationEndpoints { get; set; } @@ -102958,9 +106687,9 @@ public class HealthCheckService : Google.Apis.Requests.IDirectResponseSchema } /// - /// A full or valid partial URL to a health check service. For example, the following are valid URLs: - + /// A full or valid partial URL to a health check service. For example, the following are valid URLs: - /// https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service - /// - projects/project-id/regions/us-west1/healthCheckServices/health-check-service - + /// - projects/project-id/regions/us-west1/healthCheckServices/health-check-service - /// regions/us-west1/healthCheckServices/health-check-service /// public class HealthCheckServiceReference : Google.Apis.Requests.IDirectResponseSchema @@ -102983,14 +106712,14 @@ public class HealthCheckServicesList : Google.Apis.Requests.IDirectResponseSchem public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#healthCheckServicesList for lists of HealthCheckServices. + /// [Output Only] Type of the resource. Alwayscompute#healthCheckServicesList for lists of HealthCheckServices. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -103019,8 +106748,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -103030,8 +106759,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -103068,7 +106797,7 @@ public class HealthChecksAggregatedList : Google.Apis.Requests.IDirectResponseSc /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -103101,8 +106830,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -103112,8 +106841,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -103158,8 +106887,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -103169,8 +106898,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -103274,7 +107003,7 @@ public class HealthStatusForNetworkEndpoint : Google.Apis.Requests.IDirectRespon } /// - /// Provides links to documentation or for performing an out of band action. For example, if a quota check failed + /// Provides links to documentation or for performing an out of band action. For example, if a quota check failed /// with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL /// pointing directly to the right place in the developer console to flip the bit. /// @@ -103304,7 +107033,7 @@ public class HelpLink : Google.Apis.Requests.IDirectResponseSchema } /// - /// UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService. + /// UrlMaps A host-matching rule for a URL. If matched, will use the namedPathMatcher to select the BackendService. /// public class HostRule : Google.Apis.Requests.IDirectResponseSchema { @@ -103316,8 +107045,8 @@ public class HostRule : Google.Apis.Requests.IDirectResponseSchema /// /// The list of host patterns to match. They must be valid hostnames with optional port numbers in the format - /// host:port. * matches any string of ([a-z0-9-.]*). In that case, * must be the first character, and if - /// followed by anything, the immediate following character must be either - or .. * based matching is not + /// host:port.* matches any string of ([a-z0-9-.]*). In that case, * must be the first character, and if + /// followed by anything, the immediate following character must be either - or .. * based matching is not /// supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to /// true. /// @@ -103339,8 +107068,8 @@ public class HostRule : Google.Apis.Requests.IDirectResponseSchema public class HttpFaultAbort : Google.Apis.Requests.IDirectResponseSchema { /// - /// The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC - /// protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status + /// The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC + /// protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status /// 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director. /// [Newtonsoft.Json.JsonPropertyAttribute("httpStatus")] @@ -103348,7 +107077,7 @@ public class HttpFaultAbort : Google.Apis.Requests.IDirectResponseSchema /// /// The percentage of traffic for connections, operations, or requests that is aborted as part of fault - /// injection. The value must be from 0.0 to 100.0 inclusive. + /// injection. The value must be from 0.0 to 100.0 inclusive. /// [Newtonsoft.Json.JsonPropertyAttribute("percentage")] public virtual System.Nullable Percentage { get; set; } @@ -103369,7 +107098,7 @@ public class HttpFaultDelay : Google.Apis.Requests.IDirectResponseSchema /// /// The percentage of traffic for connections, operations, or requests for which a delay is introduced as part - /// of fault injection. The value must be from 0.0 to 100.0 inclusive. + /// of fault injection. The value must be from 0.0 to 100.0 inclusive. /// [Newtonsoft.Json.JsonPropertyAttribute("percentage")] public virtual System.Nullable Percentage { get; set; } @@ -103407,7 +107136,7 @@ public class HttpFaultInjection : Google.Apis.Requests.IDirectResponseSchema /// public class HttpHeaderAction : Google.Apis.Requests.IDirectResponseSchema { - /// Headers to add to a matching request before forwarding the request to the backendService. + /// Headers to add to a matching request before forwarding the request to thebackendService. [Newtonsoft.Json.JsonPropertyAttribute("requestHeadersToAdd")] public virtual System.Collections.Generic.IList RequestHeadersToAdd { get; set; } @@ -103437,15 +107166,15 @@ public class HttpHeaderAction : Google.Apis.Requests.IDirectResponseSchema public class HttpHeaderMatch : Google.Apis.Requests.IDirectResponseSchema { /// - /// The value should exactly match contents of exactMatch. Only one of exactMatch, prefixMatch, suffixMatch, - /// regexMatch, presentMatch or rangeMatch must be set. + /// The value should exactly match contents of exactMatch. Only one of exactMatch, prefixMatch,suffixMatch, + /// regexMatch,presentMatch or rangeMatch must be set. /// [Newtonsoft.Json.JsonPropertyAttribute("exactMatch")] public virtual string ExactMatch { get; set; } /// - /// The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch - /// with the header name ":authority". For matching a request's method, use the headerName ":method". When the + /// The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch + /// with the header name ":authority". For matching a request's method, use the headerName ":method". When the /// URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only non-binary /// user-specified custom metadata and the `content-type` header are supported. The following transport-level /// headers cannot be used in header matching rules: `:authority`, `:method`, `:path`, `:scheme`, `user-agent`, @@ -103457,22 +107186,22 @@ public class HttpHeaderMatch : Google.Apis.Requests.IDirectResponseSchema /// /// If set to false, the headerMatch is considered a match if the preceding match criteria are met. If set to - /// true, the headerMatch is considered a match if the preceding match criteria are NOT met. The default setting - /// is false. + /// true, the headerMatch is considered a match if the preceding match criteria are NOT met. The default + /// setting is false. /// [Newtonsoft.Json.JsonPropertyAttribute("invertMatch")] public virtual System.Nullable InvertMatch { get; set; } /// - /// The value of the header must start with the contents of prefixMatch. Only one of exactMatch, prefixMatch, - /// suffixMatch, regexMatch, presentMatch or rangeMatch must be set. + /// The value of the header must start with the contents ofprefixMatch. Only one of exactMatch, + /// prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set. /// [Newtonsoft.Json.JsonPropertyAttribute("prefixMatch")] public virtual string PrefixMatch { get; set; } /// /// A header with the contents of headerName must exist. The match takes place whether or not the request's - /// header has a value. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch + /// header has a value. Only one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch /// must be set. /// [Newtonsoft.Json.JsonPropertyAttribute("presentMatch")] @@ -103480,28 +107209,28 @@ public class HttpHeaderMatch : Google.Apis.Requests.IDirectResponseSchema /// /// The header value must be an integer and its value must be in the range specified in rangeMatch. If the - /// header does not contain an integer, number or is empty, the match fails. For example for a range [-5, 0] - - /// -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. Only one of - /// exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. rangeMatch is not - /// supported for load balancers that have loadBalancingScheme set to EXTERNAL. + /// header does not contain an integer, number or is empty, the match fails. For example for a range [-5, 0] + /// - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will + /// not match. Only one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be + /// set. rangeMatch is not supported for load balancers that have loadBalancingScheme set to EXTERNAL. /// [Newtonsoft.Json.JsonPropertyAttribute("rangeMatch")] public virtual Int64RangeMatch RangeMatch { get; set; } /// - /// The value of the header must match the regular expression specified in regexMatch. For more information - /// about regular expression syntax, see Syntax. For matching against a port specified in the HTTP request, use - /// a headerMatch with headerName set to PORT and a regular expression that satisfies the RFC2616 Host header's - /// port specifier. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch - /// must be set. Regular expressions can only be used when the loadBalancingScheme is set to - /// INTERNAL_SELF_MANAGED. + /// The value of the header must match the regular expression specified inregexMatch. For more information about + /// regular expression syntax, see Syntax. For matching against a port specified in the HTTP request, use a + /// headerMatch with headerName set to PORT and a regular expression that satisfies the RFC2616 Host header's + /// port specifier. Only one of exactMatch, prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must + /// be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED, + /// EXTERNAL_MANAGED orINTERNAL_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("regexMatch")] public virtual string RegexMatch { get; set; } /// - /// The value of the header must end with the contents of suffixMatch. Only one of exactMatch, prefixMatch, - /// suffixMatch, regexMatch, presentMatch or rangeMatch must be set. + /// The value of the header must end with the contents ofsuffixMatch. Only one of exactMatch, + /// prefixMatch,suffixMatch, regexMatch,presentMatch or rangeMatch must be set. /// [Newtonsoft.Json.JsonPropertyAttribute("suffixMatch")] public virtual string SuffixMatch { get; set; } @@ -103523,8 +107252,8 @@ public class HttpHeaderOption : Google.Apis.Requests.IDirectResponseSchema /// /// If false, headerValue is appended to any values that already exist for the header. If true, headerValue is - /// set for the header, discarding any values that were set for that header. The default value is true, unless a - /// variable is present in headerValue, in which case the default value is false. . + /// set for the header, discarding any values that were set for that header. The default value is true, unless + /// a variable is present in headerValue, in which case the default value is false. . /// [Newtonsoft.Json.JsonPropertyAttribute("replace")] public virtual System.Nullable Replace { get; set; } @@ -103534,18 +107263,18 @@ public class HttpHeaderOption : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a legacy HTTP Health Check resource. Legacy HTTP health checks are now only required by target + /// Represents a legacy HTTP Health Check resource. Legacy HTTP health checks are now only required by target /// pool-based network load balancers. For all other load balancers, including backend service-based network load - /// balancers, and for managed instance group auto-healing, you must use modern (non-legacy) health checks. For more - /// information, see Health checks overview . + /// balancers, and for managed instance group auto-healing, you must use modern (non-legacy) health checks. For + /// more information, seeHealth checks overview. /// public class HttpHealthCheck : Google.Apis.Requests.IDirectResponseSchema { - /// How often (in seconds) to send a health check. The default value is 5 seconds. + /// How often (in seconds) to send a health check. The default value is5 seconds. [Newtonsoft.Json.JsonPropertyAttribute("checkIntervalSec")] public virtual System.Nullable CheckIntervalSec { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -103575,15 +107304,13 @@ public class HttpHealthCheck : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// - /// [Output Only] Type of the resource. Always compute#httpHealthCheck for HTTP health checks. - /// + /// [Output Only] Type of the resource. Alwayscompute#httpHealthCheck for HTTP health checks. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -103591,13 +107318,13 @@ public class HttpHealthCheck : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// The TCP port number for the HTTP health check request. The default value is 80. + /// The TCP port number for the HTTP health check request. The default value is80. [Newtonsoft.Json.JsonPropertyAttribute("port")] public virtual System.Nullable Port { get; set; } /// - /// The request path of the HTTP health check request. The default value is /. This field does not support query - /// parameters. Must comply with RFC3986. + /// The request path of the HTTP health check request. The default value is/. This field does not support query + /// parameters. Must comply withRFC3986. /// [Newtonsoft.Json.JsonPropertyAttribute("requestPath")] public virtual string RequestPath { get; set; } @@ -103607,7 +107334,7 @@ public class HttpHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for + /// How long (in seconds) to wait before claiming failure. The default value is5 seconds. It is invalid for /// timeoutSec to have greater value than checkIntervalSec. /// [Newtonsoft.Json.JsonPropertyAttribute("timeoutSec")] @@ -103641,7 +107368,7 @@ public class HttpHealthCheckList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -103670,8 +107397,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -103681,8 +107408,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -103708,7 +107435,7 @@ public class HttpQueryParameterMatch : Google.Apis.Requests.IDirectResponseSchem { /// /// The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch. - /// Only one of presentMatch, exactMatch, or regexMatch must be set. + /// Only one of presentMatch, exactMatch, orregexMatch must be set. /// [Newtonsoft.Json.JsonPropertyAttribute("exactMatch")] public virtual string ExactMatch { get; set; } @@ -103722,16 +107449,16 @@ public class HttpQueryParameterMatch : Google.Apis.Requests.IDirectResponseSchem /// /// Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of - /// whether the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set. + /// whether the parameter has a value or not. Only one of presentMatch, exactMatch, orregexMatch must be set. /// [Newtonsoft.Json.JsonPropertyAttribute("presentMatch")] public virtual System.Nullable PresentMatch { get; set; } /// - /// The queryParameterMatch matches if the value of the parameter matches the regular expression specified by - /// regexMatch. For more information about regular expression syntax, see Syntax. Only one of presentMatch, - /// exactMatch, or regexMatch must be set. Regular expressions can only be used when the loadBalancingScheme is - /// set to INTERNAL_SELF_MANAGED. + /// The queryParameterMatch matches if the value of the parameter matches the regular expression specified + /// byregexMatch. For more information about regular expression syntax, see Syntax. Only one of presentMatch, + /// exactMatch, orregexMatch must be set. Regular expressions can only be used when the loadBalancingScheme is + /// set to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("regexMatch")] public virtual string RegexMatch { get; set; } @@ -103744,7 +107471,7 @@ public class HttpQueryParameterMatch : Google.Apis.Requests.IDirectResponseSchem public class HttpRedirectAction : Google.Apis.Requests.IDirectResponseSchema { /// - /// The host that is used in the redirect response instead of the one that was supplied in the request. The + /// The host that is used in the redirect response instead of the one that was supplied in the request. The /// value must be from 1 to 255 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("hostRedirect")] @@ -103752,16 +107479,16 @@ public class HttpRedirectAction : Google.Apis.Requests.IDirectResponseSchema /// /// If set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL scheme of - /// the redirected request remains the same as that of the request. This must only be set for URL maps used in - /// TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted. The default is set to false. + /// the redirected request remains the same as that of the request. This must only be set for URL maps used + /// inTargetHttpProxys. Setting this true forTargetHttpsProxy is not permitted. The default is set to false. /// [Newtonsoft.Json.JsonPropertyAttribute("httpsRedirect")] public virtual System.Nullable HttpsRedirect { get; set; } /// /// The path that is used in the redirect response instead of the one that was supplied in the request. - /// pathRedirect cannot be supplied together with prefixRedirect. Supply one alone or neither. If neither is - /// supplied, the path of the original request is used for the redirect. The value must be from 1 to 1024 + /// pathRedirect cannot be supplied together withprefixRedirect. Supply one alone or neither. If neither is + /// supplied, the path of the original request is used for the redirect. The value must be from 1 to 1024 /// characters. /// [Newtonsoft.Json.JsonPropertyAttribute("pathRedirect")] @@ -103769,25 +107496,26 @@ public class HttpRedirectAction : Google.Apis.Requests.IDirectResponseSchema /// /// The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining - /// portion of the URL before redirecting the request. prefixRedirect cannot be supplied together with - /// pathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request is used - /// for the redirect. The value must be from 1 to 1024 characters. + /// portion of the URL before redirecting the request. prefixRedirect cannot be supplied together + /// withpathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request is + /// used for the redirect. The value must be from 1 to 1024 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("prefixRedirect")] public virtual string PrefixRedirect { get; set; } /// - /// The HTTP Status code to use for this RedirectAction. Supported values are: - MOVED_PERMANENTLY_DEFAULT, - /// which is the default value and corresponds to 301. - FOUND, which corresponds to 302. - SEE_OTHER which - /// corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method is - /// retained. - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method is retained. + /// The HTTP Status code to use for this RedirectAction. Supported values are: - + /// MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which + /// corresponds to 302. - SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to + /// 307. In this case, the request method is retained. - PERMANENT_REDIRECT, which corresponds to 308. In + /// this case, the request method is retained. /// [Newtonsoft.Json.JsonPropertyAttribute("redirectResponseCode")] public virtual string RedirectResponseCode { get; set; } /// /// If set to true, any accompanying query portion of the original URL is removed before redirecting the - /// request. If set to false, the query portion of the original URL is retained. The default is set to false. + /// request. If set to false, the query portion of the original URL is retained. The default is set to false. /// [Newtonsoft.Json.JsonPropertyAttribute("stripQuery")] public virtual System.Nullable StripQuery { get; set; } @@ -103806,31 +107534,31 @@ public class HttpRetryPolicy : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable NumRetries { get; set; } /// - /// Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in the - /// HttpRouteAction field. If timeout in the HttpRouteAction field is not set, this field uses the largest - /// timeout among all backend services associated with the route. Not supported when the URL map is bound to a + /// Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in + /// theHttpRouteAction field. If timeout in the HttpRouteAction field is not set, this field uses the largest + /// timeout among all backend services associated with the route. Not supported when the URL map is bound to a /// target gRPC proxy that has the validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("perTryTimeout")] public virtual Duration PerTryTimeout { get; set; } /// - /// Specifies one or more conditions when this retry policy applies. Valid values are: - 5xx: retry is attempted - /// if the instance or endpoint responds with any 5xx response code, or if the instance or endpoint does not - /// respond at all. For example, disconnects, reset, read timeout, connection failure, and refused streams. - - /// gateway-error: Similar to 5xx, but only applies to response codes 502, 503 or 504. - connect-failure: a - /// retry is attempted on failures connecting to the instance or endpoint. For example, connection timeouts. - - /// retriable-4xx: a retry is attempted if the instance or endpoint responds with a 4xx response code. The only - /// error that you can retry is error code 409. - refused-stream: a retry is attempted if the instance or - /// endpoint resets the stream with a REFUSED_STREAM error code. This reset type indicates that it is safe to - /// retry. - cancelled: a retry is attempted if the gRPC status code in the response header is set to cancelled. - /// - deadline-exceeded: a retry is attempted if the gRPC status code in the response header is set to - /// deadline-exceeded. - internal: a retry is attempted if the gRPC status code in the response header is set to - /// internal. - resource-exhausted: a retry is attempted if the gRPC status code in the response header is set - /// to resource-exhausted. - unavailable: a retry is attempted if the gRPC status code in the response header is - /// set to unavailable. Only the following codes are supported when the URL map is bound to target gRPC proxy - /// that has validateForProxyless field set to true. - cancelled - deadline-exceeded - internal - - /// resource-exhausted - unavailable + /// Specifies one or more conditions when this retry policy applies. Valid values are: - 5xx: retry is + /// attempted if the instance or endpoint responds with any 5xx response code, or if the instance or + /// endpoint does not respond at all. For example, disconnects, reset, read timeout, connection failure, and + /// refused streams. - gateway-error: Similar to 5xx, but only applies to response codes 502, 503 or504. + /// - connect-failure: a retry is attempted on failures connecting to the instance or endpoint. For example, + /// connection timeouts. - retriable-4xx: a retry is attempted if the instance or endpoint responds + /// with a 4xx response code. The only error that you can retry is error code 409. - refused-stream: a + /// retry is attempted if the instance or endpoint resets the stream with a REFUSED_STREAM error code. + /// This reset type indicates that it is safe to retry. - cancelled: a retry is attempted if the gRPC status + /// code in the response header is set to cancelled. - deadline-exceeded: a retry is attempted if the gRPC + /// status code in the response header is set todeadline-exceeded. - internal: a retry is attempted if the + /// gRPC status code in the response header is set tointernal. - resource-exhausted: a retry is attempted + /// if the gRPC status code in the response header is set toresource-exhausted. - unavailable: a retry is + /// attempted if the gRPC status code in the response header is set tounavailable. Only the following codes + /// are supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to + /// true. - cancelled - deadline-exceeded - internal - resource-exhausted - unavailable /// [Newtonsoft.Json.JsonPropertyAttribute("retryConditions")] public virtual System.Collections.Generic.IList RetryConditions { get; set; } @@ -103843,7 +107571,7 @@ public class HttpRouteAction : Google.Apis.Requests.IDirectResponseSchema { /// /// The specification for allowing client-side cross-origin requests. For more information about the W3C - /// recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when + /// recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when /// the URL map is bound to a target gRPC proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("corsPolicy")] @@ -103853,23 +107581,23 @@ public class HttpRouteAction : Google.Apis.Requests.IDirectResponseSchema /// The specification for fault injection introduced into traffic to test the resiliency of clients to backend /// service failure. As part of fault injection, when clients send requests to a backend service, delays can be /// introduced by a load balancer on a percentage of requests before sending those requests to the backend - /// service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. - /// timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The - /// traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection. Fault - /// injection is not supported with the classic Application Load Balancer . To see which load balancers support - /// fault injection, see Load balancing: Routing and traffic management features. + /// service. Similarly requests from clients can be aborted by the load balancer for a percentage of + /// requests.timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy + /// if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault + /// injection. Fault injection is not supported with the classic Application Load Balancer . To see which load + /// balancers support fault injection, see Load balancing: Routing and traffic management features. /// [Newtonsoft.Json.JsonPropertyAttribute("faultInjectionPolicy")] public virtual HttpFaultInjection FaultInjectionPolicy { get; set; } /// /// Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where - /// the timeout duration starts from the time the request has been fully processed (known as *end-of-stream*), + /// the timeout duration starts from the time the request has been fully processed (known as*end-of-stream*), /// the duration in this field is computed from the beginning of the stream until the response has been - /// processed, including all retries. A stream that does not complete in this duration is closed. If not - /// specified, this field uses the maximum maxStreamDuration value among all backend services associated with - /// the route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme - /// set to INTERNAL_SELF_MANAGED. + /// processed, including all retries. A stream that does not complete in this duration is closed. If not + /// specified, this field uses the maximummaxStreamDuration value among all backend services associated with the + /// route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme set + /// toINTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("maxStreamDuration")] public virtual Duration MaxStreamDuration { get; set; } @@ -103877,7 +107605,7 @@ public class HttpRouteAction : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored /// backend service. The load balancer does not wait for responses from the shadow service. Before sending - /// traffic to the shadow service, the host / authority header is suffixed with -shadow. Not supported when the + /// traffic to the shadow service, the host / authority header is suffixed with-shadow. Not supported when the /// URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("requestMirrorPolicy")] @@ -103890,17 +107618,17 @@ public class HttpRouteAction : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully /// processed (known as *end-of-stream*) up until the response has been processed. Timeout includes all retries. - /// If not specified, this field uses the largest timeout among all backend services associated with the route. - /// Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to + /// If not specified, this field uses the largest timeout among all backend services associated with the route. + /// Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to /// true. /// [Newtonsoft.Json.JsonPropertyAttribute("timeout")] public virtual Duration Timeout { get; set; } /// - /// The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite - /// is the only action supported in UrlMaps for classic Application Load Balancers. Not supported when the URL - /// map is bound to a target gRPC proxy that has the validateForProxyless field set to true. + /// The spec to modify the URL of the request, before forwarding the request to the matched service. + /// urlRewrite is the only action supported in UrlMaps for classic Application Load Balancers. Not supported + /// when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("urlRewrite")] public virtual UrlRewrite UrlRewrite { get; set; } @@ -103908,7 +107636,7 @@ public class HttpRouteAction : Google.Apis.Requests.IDirectResponseSchema /// /// A list of weighted backend services to send traffic to when a route match occurs. The weights determine the /// fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a - /// single backend service, there must be one weightedBackendService with weight set to a non-zero number. After + /// single backend service, there must be oneweightedBackendService with weight set to a non-zero number. After /// a backend service is identified and before forwarding the request to the backend service, advanced routing /// actions such as URL rewrites and header transformations are applied depending on additional settings /// specified in this HttpRouteAction. @@ -103927,29 +107655,29 @@ public class HttpRouteAction : Google.Apis.Requests.IDirectResponseSchema public class HttpRouteRule : Google.Apis.Requests.IDirectResponseSchema { /// - /// customErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor - /// BackendBucket responds with an error. If a policy for an error code is not configured for the RouteRule, a - /// policy for the error code configured in pathMatcher.defaultCustomErrorResponsePolicy is applied. If one is - /// not specified in pathMatcher.defaultCustomErrorResponsePolicy, the policy configured in - /// UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following - /// configuration: - UrlMap.defaultCustomErrorResponsePolicy are configured with policies for 5xx and 4xx errors - /// - A RouteRule for /coming_soon/ is configured for the error code 404. If the request is for - /// www.myotherdomain.com and a 404 is encountered, the policy under UrlMap.defaultCustomErrorResponsePolicy - /// takes effect. If a 404 response is encountered for the request www.example.com/current_events/, the - /// pathMatcher's policy takes effect. If however, the request for www.example.com/coming_soon/ encounters a - /// 404, the policy in RouteRule.customErrorResponsePolicy takes effect. If any of the requests in this example - /// encounter a 500 error code, the policy at UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in - /// conjunction with routeRules.routeAction.retryPolicy, retries take precedence. Only once all retries are - /// exhausted, the customErrorResponsePolicy is applied. While attempting a retry, if load balancer is - /// successful in reaching the service, the customErrorResponsePolicy is ignored and the response from the - /// service is returned to the client. customErrorResponsePolicy is supported only for global external - /// Application Load Balancers. + /// customErrorResponsePolicy specifies how the Load Balancer returns error responses when + /// BackendServiceorBackendBucket responds with an error. If a policy for an error code is not configured for + /// the RouteRule, a policy for the error code configured inpathMatcher.defaultCustomErrorResponsePolicy is + /// applied. If one is not specified inpathMatcher.defaultCustomErrorResponsePolicy, the policy configured in + /// UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following + /// configuration: - UrlMap.defaultCustomErrorResponsePolicy are configured with policies for + /// 5xx and 4xx errors - A RouteRule for /coming_soon/ is configured for the error code 404. If the + /// request is for www.myotherdomain.com and a404 is encountered, the policy + /// underUrlMap.defaultCustomErrorResponsePolicy takes effect. If a404 response is encountered for the + /// requestwww.example.com/current_events/, the pathMatcher's policy takes effect. If however, the request + /// forwww.example.com/coming_soon/ encounters a 404, the policy in RouteRule.customErrorResponsePolicy takes + /// effect. If any of the requests in this example encounter a 500 error code, the policy + /// atUrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction + /// withrouteRules.routeAction.retryPolicy, retries take precedence. Only once all retries are exhausted, + /// thecustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is successful in + /// reaching the service, the customErrorResponsePolicy is ignored and the response from the service is returned + /// to the client. customErrorResponsePolicy is supported only for global external Application Load Balancers. /// [Newtonsoft.Json.JsonPropertyAttribute("customErrorResponsePolicy")] public virtual CustomErrorResponsePolicy CustomErrorResponsePolicy { get; set; } /// - /// The short description conveying the intent of this routeRule. The description can have a maximum length of + /// The short description conveying the intent of this routeRule. The description can have a maximum length of /// 1024 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("description")] @@ -103957,17 +107685,17 @@ public class HttpRouteRule : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies changes to request and response headers that need to take effect for the selected backendService. - /// The headerAction value specified here is applied before the matching pathMatchers[].headerAction and after - /// pathMatchers[].routeRules[].routeAction.weightedBackendService.backendServiceWeightAction[].headerAction - /// HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not + /// The headerAction value specified here is applied before the matching pathMatchers[].headerAction and + /// afterpathMatchers[].routeRules[].routeAction.weightedBackendService.backendServiceWeightAction[].headerAction + /// HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not /// supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("headerAction")] public virtual HttpHeaderAction HeaderAction { get; set; } /// - /// The list of criteria for matching attributes of a request to this routeRule. This list has OR semantics: the - /// request matches this routeRule when any of the matchRules are satisfied. However predicates within a given + /// The list of criteria for matching attributes of a request to thisrouteRule. This list has OR semantics: the + /// request matches this routeRule when any of thematchRules are satisfied. However predicates within a given /// matchRule have AND semantics. All predicates within a matchRule must match for the request to match the /// rule. /// @@ -103975,23 +107703,23 @@ public class HttpRouteRule : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList MatchRules { get; set; } /// - /// For routeRules within a given pathMatcher, priority determines the order in which a load balancer interprets - /// routeRules. RouteRules are evaluated in order of priority, from the lowest to highest number. The priority - /// of a rule decreases as its number increases (1, 2, 3, N+1). The first rule that matches the request is - /// applied. You cannot configure two or more routeRules with the same priority. Priority for each rule must be - /// set to a number from 0 to 2147483647 inclusive. Priority numbers can have gaps, which enable you to add or - /// remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, 12, 16 is - /// a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 - /// in the future without any impact on existing rules. + /// For routeRules within a given pathMatcher, priority determines the order in which a load balancer + /// interpretsrouteRules. RouteRules are evaluated in order of priority, from the lowest to highest number. The + /// priority of a rule decreases as its number increases (1, 2, 3, N+1). The first rule that matches the request + /// is applied. You cannot configure two or more routeRules with the same priority. Priority for each rule + /// must be set to a number from 0 to 2147483647 inclusive. Priority numbers can have gaps, which enable you + /// to add or remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, + /// 12, 16 is a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, + /// and 13 to 15 in the future without any impact on existing rules. /// [Newtonsoft.Json.JsonPropertyAttribute("priority")] public virtual System.Nullable Priority { get; set; } /// /// In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL - /// rewrites and header transformations, before forwarding the request to the selected backend. Only one of - /// urlRedirect, service or routeAction.weightedBackendService can be set. URL maps for classic Application Load - /// Balancers only support the urlRewrite action within a route rule's routeAction. + /// rewrites and header transformations, before forwarding the request to the selected backend. Only one of + /// urlRedirect, service orrouteAction.weightedBackendService can be set. URL maps for classic Application + /// Load Balancers only support the urlRewrite action within a route rule'srouteAction. /// [Newtonsoft.Json.JsonPropertyAttribute("routeAction")] public virtual HttpRouteAction RouteAction { get; set; } @@ -103999,15 +107727,15 @@ public class HttpRouteRule : Google.Apis.Requests.IDirectResponseSchema /// /// The full or partial URL of the backend service resource to which traffic is directed if this rule is /// matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect - /// before sending the request to the backend. Only one of urlRedirect, service or - /// routeAction.weightedBackendService can be set. + /// before sending the request to the backend. Only one of urlRedirect, service + /// orrouteAction.weightedBackendService can be set. /// [Newtonsoft.Json.JsonPropertyAttribute("service")] public virtual string Service { get; set; } /// - /// When this rule is matched, the request is redirected to a URL specified by urlRedirect. Only one of - /// urlRedirect, service or routeAction.weightedBackendService can be set. Not supported when the URL map is + /// When this rule is matched, the request is redirected to a URL specified by urlRedirect. Only one of + /// urlRedirect, service orrouteAction.weightedBackendService can be set. Not supported when the URL map is /// bound to a target gRPC proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("urlRedirect")] @@ -104024,10 +107752,10 @@ public class HttpRouteRule : Google.Apis.Requests.IDirectResponseSchema public class HttpRouteRuleMatch : Google.Apis.Requests.IDirectResponseSchema { /// - /// For satisfying the matchRule condition, the path of the request must exactly match the value specified in - /// fullPathMatch after removing any query parameters and anchor that may be part of the original URL. - /// fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must - /// be specified. + /// For satisfying the matchRule condition, the path of the request must exactly match the value specified + /// infullPathMatch after removing any query parameters and anchor that may be part of the original URL. + /// fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch,regexMatch or + /// path_template_match must be specified. /// [Newtonsoft.Json.JsonPropertyAttribute("fullPathMatch")] public virtual string FullPathMatch { get; set; } @@ -104039,8 +107767,9 @@ public class HttpRouteRuleMatch : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList HeaderMatches { get; set; } /// - /// Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. - /// ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy. + /// Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. + /// ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC + /// proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("ignoreCase")] public virtual System.Nullable IgnoreCase { get; set; } @@ -104048,14 +107777,14 @@ public class HttpRouteRuleMatch : Google.Apis.Requests.IDirectResponseSchema /// /// Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS /// compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there - /// is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter - /// in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match - /// the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all - /// of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata - /// filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters - /// specified here is applied after those specified in ForwardingRule that refers to the UrlMap this - /// HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme - /// set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has + /// is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter + /// in this list, if itsfilterMatchCriteria is set to MATCH_ANY, at least one of thefilterLabels must match the + /// corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of + /// its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters + /// are specified, all of them need to be satisfied in order to be considered a match. metadataFilters + /// specified here is applied after those specified in ForwardingRule that refers to theUrlMap this + /// HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that haveloadBalancingScheme + /// set toINTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has /// validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("metadataFilters")] @@ -104063,34 +107792,35 @@ public class HttpRouteRuleMatch : Google.Apis.Requests.IDirectResponseSchema /// /// If specified, the route is a pattern match expression that must match the :path header once the query string - /// is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The - /// pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely - /// one of prefix_match, full_path_match, regex_match or path_template_match must be set. + /// is removed. A pattern match allows you to match - The value must be between 1 and 1024 + /// characters - The pattern must start with a leading slash ("/") - There may be no more than 5 + /// operators in pattern Precisely one ofprefix_match, full_path_match,regex_match or path_template_match must + /// be set. /// [Newtonsoft.Json.JsonPropertyAttribute("pathTemplateMatch")] public virtual string PathTemplateMatch { get; set; } /// - /// For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. - /// prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, - /// fullPathMatch or regexMatch must be specified. + /// For satisfying the matchRule condition, the request's path must begin with the specified + /// prefixMatch.prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of + /// prefixMatch, fullPathMatch,regexMatch or path_template_match must be specified. specified. /// [Newtonsoft.Json.JsonPropertyAttribute("prefixMatch")] public virtual string PrefixMatch { get; set; } /// /// Specifies a list of query parameter match criteria, all of which must match corresponding query parameters - /// in the request. Not supported when the URL map is bound to a target gRPC proxy. + /// in the request. Not supported when the URL map is bound to a target gRPC proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("queryParameterMatches")] public virtual System.Collections.Generic.IList QueryParameterMatches { get; set; } /// /// For satisfying the matchRule condition, the path of the request must satisfy the regular expression - /// specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For - /// more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or - /// regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to - /// INTERNAL_SELF_MANAGED. + /// specified inregexMatch after removing any query parameters and anchor supplied with the original URL. For + /// more information about regular expression syntax, see Syntax. Only one of prefixMatch, + /// fullPathMatch,regexMatch or path_template_match must be specified. Regular expressions can only be used + /// when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED orINTERNAL_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("regexMatch")] public virtual string RegexMatch { get; set; } @@ -104100,10 +107830,10 @@ public class HttpRouteRuleMatch : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a legacy HTTPS Health Check resource. Legacy HTTPS health checks have been deprecated. If you are + /// Represents a legacy HTTPS Health Check resource. Legacy HTTPS health checks have been deprecated. If you are /// using a target pool-based network load balancer, you must use a legacy HTTP (not HTTPS) health check. For all /// other load balancers, including backend service-based network load balancers, and for managed instance group - /// auto-healing, you must use modern (non-legacy) health checks. For more information, see Health checks overview . + /// auto-healing, you must use modern (non-legacy) health checks. For more information, seeHealth checks overview. /// public class HttpsHealthCheck : Google.Apis.Requests.IDirectResponseSchema { @@ -104111,7 +107841,7 @@ public class HttpsHealthCheck : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("checkIntervalSec")] public virtual System.Nullable CheckIntervalSec { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -104147,7 +107877,7 @@ public class HttpsHealthCheck : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -104160,7 +107890,7 @@ public class HttpsHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Port { get; set; } /// - /// The request path of the HTTPS health check request. The default value is "/". Must comply with RFC3986. + /// The request path of the HTTPS health check request. The default value is "/". Must comply withRFC3986. /// [Newtonsoft.Json.JsonPropertyAttribute("requestPath")] public virtual string RequestPath { get; set; } @@ -104204,7 +107934,7 @@ public class HttpsHealthCheckList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -104233,8 +107963,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -104244,8 +107974,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -104267,7 +107997,7 @@ public class DataData } /// - /// Represents an Image resource. You can use images to create boot disks for your VM instances. For more + /// Represents an Image resource. You can use images to create boot disks for your VM instances. For more /// information, read Images. /// public class Image : Google.Apis.Requests.IDirectResponseSchema @@ -104280,7 +108010,7 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("archiveSizeBytes")] public virtual System.Nullable ArchiveSizeBytes { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -104307,10 +108037,10 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the image family to which this image belongs. The image family name can be from a publicly - /// managed image family provided by Compute Engine, or from a custom image family you create. For example, - /// centos-stream-9 is a publicly available image family. For more information, see Image family best practices. - /// When creating disks, you can specify an image family instead of a specific image name. The image family - /// always returns its latest image that is not deprecated. The name of the image family must comply with + /// managed image family provided by Compute Engine, or from a custom image family you create. For + /// example,centos-stream-9 is a publicly available image family. For more information, see Image family best + /// practices. When creating disks, you can specify an image family instead of a specific image name. The image + /// family always returns its latest image that is not deprecated. The name of the image family must comply with /// RFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("family")] @@ -104318,7 +108048,7 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema /// /// A list of features to enable on the guest operating system. Applicable only for bootable images. To see a - /// list of available options, see the guestOSfeatures[].type parameter. + /// list of available options, see theguestOSfeatures[].type parameter. /// [Newtonsoft.Json.JsonPropertyAttribute("guestOsFeatures")] public virtual System.Collections.Generic.IList GuestOsFeatures { get; set; } @@ -104330,9 +108060,9 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a + /// Encrypts the image using acustomer-supplied encryption key. After you encrypt an image with a /// customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from - /// the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not + /// the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not /// provide an encryption key when creating the image, then the disk will be encrypted using an automatically /// generated key and you do not need to provide a key to use the image later. /// @@ -104347,7 +108077,7 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for /// optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request /// to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or - /// change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve an image. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] @@ -104367,7 +108097,7 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -104403,17 +108133,17 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema public virtual InitialStateConfig ShieldedInstanceInitialState { get; set; } /// - /// URL of the source disk used to create this image. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - - /// projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide - /// the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The - /// sourceImage URL - The sourceSnapshot URL + /// URL of the source disk used to create this image. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - + /// projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must + /// provide the full or partial URL of one of the following: - The rawDisk.source URL - The + /// sourceDisk URL - The sourceImage URL - The sourceSnapshot URL /// [Newtonsoft.Json.JsonPropertyAttribute("sourceDisk")] public virtual string SourceDisk { get; set; } /// - /// The customer-supplied encryption key of the source disk. Required if the source disk is protected by a + /// Thecustomer-supplied encryption key of the source disk. Required if the source disk is protected by a /// customer-supplied encryption key. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceDiskEncryptionKey")] @@ -104427,11 +108157,11 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceDiskId { get; set; } /// - /// URL of the source image used to create this image. The following are valid formats for the URL: - - /// https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - - /// projects/project_id/global/images/image_name In order to create an image, you must provide the full or - /// partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - - /// The sourceSnapshot URL + /// URL of the source image used to create this image. The following are valid formats for the URL: - + /// https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - + /// projects/project_id/global/images/image_name In order to create an image, you must provide the full or + /// partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The + /// sourceImage URL - The sourceSnapshot URL /// [Newtonsoft.Json.JsonPropertyAttribute("sourceImage")] public virtual string SourceImage { get; set; } @@ -104451,11 +108181,11 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceImageId { get; set; } /// - /// URL of the source snapshot used to create this image. The following are valid formats for the URL: - - /// https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - - /// projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or - /// partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - - /// The sourceSnapshot URL + /// URL of the source snapshot used to create this image. The following are valid formats for the URL: - + /// https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - + /// projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full + /// or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The + /// sourceImage URL - The sourceSnapshot URL /// [Newtonsoft.Json.JsonPropertyAttribute("sourceSnapshot")] public virtual string SourceSnapshot { get; set; } @@ -104481,7 +108211,7 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] The status of the image. An image can be used to create other resources, such as instances, /// only after the image has been successfully created and the status is set to READY. Possible values are - /// FAILED, PENDING, or READY. + /// FAILED, PENDING, orREADY. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -104497,7 +108227,7 @@ public class Image : Google.Apis.Requests.IDirectResponseSchema public class RawDiskData { /// - /// The format used to encode and transmit the block device, which should be TAR. This is just a container + /// The format used to encode and transmit the block device, which should beTAR. This is just a container /// and transmission format and not a runtime format. Provided by the client when the disk image is created. /// [Newtonsoft.Json.JsonPropertyAttribute("containerType")] @@ -104512,10 +108242,10 @@ public class RawDiskData /// /// The full Google Cloud Storage URL where the raw disk image archive is stored. The following are valid - /// formats for the URL: - https://storage.googleapis.com/bucket_name/image_archive_name - - /// https://storage.googleapis.com/bucket_name/folder_name/ image_archive_name In order to create an image, - /// you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The - /// sourceDisk URL - The sourceImage URL - The sourceSnapshot URL + /// formats for the URL: - https://storage.googleapis.com/bucket_name/image_archive_name - + /// https://storage.googleapis.com/bucket_name/folder_name/image_archive_name In order to create an + /// image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL + /// - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL /// [Newtonsoft.Json.JsonPropertyAttribute("source")] public virtual string Source { get; set; } @@ -104552,7 +108282,7 @@ public class ImageList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -104581,8 +108311,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -104592,8 +108322,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -104653,8 +108383,8 @@ public class InitialStateConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents an Instance resource. An instance is a virtual machine that is hosted on Google Cloud Platform. For - /// more information, read Virtual Machine Instances. + /// Represents an Instance resource. An instance is a virtual machine that is hosted on Google Cloud Platform. For + /// more information, readVirtual Machine Instances. /// public class Instance : Google.Apis.Requests.IDirectResponseSchema { @@ -104664,8 +108394,8 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema /// /// Allows this instance to send and receive packets with non-matching destination or source IPs. This is - /// required if you plan to use this instance to forward routes. For more information, see Enabling IP - /// Forwarding . + /// required if you plan to use this instance to forward routes. For more information, seeEnabling IP + /// Forwarding. /// [Newtonsoft.Json.JsonPropertyAttribute("canIpForward")] public virtual System.Nullable CanIpForward { get; set; } @@ -104677,7 +108407,7 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("cpuPlatform")] public virtual string CpuPlatform { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -104705,7 +108435,7 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema /// Specifies a fingerprint for this resource, which is essentially a hash of the instance's contents and used /// for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every /// request to modify or update the instance. You must always provide an up-to-date fingerprint hash in order to - /// update the instance. To see the latest fingerprint, make get() request to the instance. + /// update the instance. To see the latest fingerprint, make get() request to the instance. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } @@ -104729,9 +108459,9 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// Encrypts suspended data for an instance with a customer-managed encryption key. If you are creating a new + /// Encrypts suspended data for an instance with acustomer-managed encryption key. If you are creating a new /// instance, this field will encrypt the local SSD and in-memory contents of the instance during the suspend - /// operation. If you do not provide an encryption key when creating the instance, then the local SSD and + /// operation. If you do not provide an encryption key when creating the instance, then the local SSD and /// in-memory contents will be encrypted using an automatically generated key during the suspend operation. /// [Newtonsoft.Json.JsonPropertyAttribute("instanceEncryptionKey")] @@ -104752,7 +108482,7 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for this request, which is essentially a hash of the label's contents and used for optimistic /// locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify /// or update labels. You must always provide an up-to-date fingerprint hash in order to update or change - /// labels. To see the latest fingerprint, make get() request to the instance. + /// labels. To see the latest fingerprint, make get() request to the instance. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } @@ -104761,27 +108491,27 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// [Output Only] Last start timestamp in RFC3339 text format. + /// [Output Only] Last start timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("lastStartTimestamp")] public virtual string LastStartTimestamp { get; set; } - /// [Output Only] Last stop timestamp in RFC3339 text format. + /// [Output Only] Last stop timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("lastStopTimestamp")] public virtual string LastStopTimestamp { get; set; } - /// [Output Only] Last suspended timestamp in RFC3339 text format. + /// [Output Only] Last suspended timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("lastSuspendedTimestamp")] public virtual string LastSuspendedTimestamp { get; set; } /// - /// Full or partial URL of the machine type resource to use for this instance, in the format: - /// zones/zone/machineTypes/machine-type. This is provided by the client when the instance is created. For - /// example, the following is a valid partial url to a predefined machine type: - /// zones/us-central1-f/machineTypes/n1-standard-1 To create a custom machine type, provide a URL to a machine + /// Full or partial URL of the machine type resource to use for this instance, in the + /// format:zones/zone/machineTypes/machine-type. This is provided by the client when the instance is created. + /// For example, the following is a valid partial url to a predefined machine type: + /// zones/us-central1-f/machineTypes/n1-standard-1 To create acustom machine type, provide a URL to a machine /// type in the following format, where CPUS is 1 or an even number up to 32 (2, 4, 6, ... 24, etc), and MEMORY /// is the total memory for this instance. Memory must be a multiple of 256 MB and must be supplied in MB (e.g. - /// 5 GB of memory is 5120 MB): zones/zone/machineTypes/custom-CPUS-MEMORY For example: - /// zones/us-central1-f/machineTypes/custom-4-5120 For a full list of restrictions, read the Specifications for + /// 5 GB of memory is 5120 MB): zones/zone/machineTypes/custom-CPUS-MEMORY For example: + /// zones/us-central1-f/machineTypes/custom-4-5120 For a full list of restrictions, read theSpecifications for /// custom machine types. /// [Newtonsoft.Json.JsonPropertyAttribute("machineType")] @@ -104795,7 +108525,7 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema public virtual Metadata Metadata { get; set; } /// - /// Specifies a minimum CPU platform for the VM instance. Applicable values are the friendly names of CPU + /// Specifies aminimum CPU platform for the VM instance. Applicable values are the friendly names of CPU /// platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". /// [Newtonsoft.Json.JsonPropertyAttribute("minCpuPlatform")] @@ -104803,7 +108533,7 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the resource, provided by the client when initially creating the resource. The resource name - /// must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long + /// must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long /// and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a /// lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last /// character, which cannot be a dash. @@ -104830,7 +108560,7 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema public virtual InstanceParams Params__ { get; set; } /// - /// The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default. + /// The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default. /// [Newtonsoft.Json.JsonPropertyAttribute("privateIpv6GoogleAccess")] public virtual string PrivateIpv6GoogleAccess { get; set; } @@ -104868,8 +108598,8 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema /// /// A list of service accounts, with their specified scopes, authorized for this instance. Only one service - /// account per VM instance is supported. Service accounts generate access tokens that can be accessed through - /// the metadata server and used to authenticate applications on the instance. See Service Accounts for more + /// account per VM instance is supported. Service accounts generate access tokens that can be accessed through + /// the metadata server and used to authenticate applications on the instance. SeeService Accounts for more /// information. /// [Newtonsoft.Json.JsonPropertyAttribute("serviceAccounts")] @@ -104897,9 +108627,9 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable StartRestricted { get; set; } /// - /// [Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, - /// STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the - /// instance, see Instance life cycle. + /// [Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING,RUNNING, + /// STOPPING, SUSPENDING,SUSPENDED, REPAIRING, andTERMINATED. For more information about the status of the + /// instance, see Instance life cycle. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -104911,8 +108641,7 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema /// /// Tags to apply to this instance. Tags are used to identify valid sources or targets for network firewalls and /// are specified by the client during instance creation. The tags can be later modified by the setTags method. - /// Each tag within the list must comply with RFC1035. Multiple tags can be specified via the 'tags.items' - /// field. + /// Each tag within the list must comply withRFC1035. Multiple tags can be specified via the 'tags.items' field. /// [Newtonsoft.Json.JsonPropertyAttribute("tags")] public virtual Tags Tags { get; set; } @@ -104939,7 +108668,7 @@ public class InstanceAggregatedList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#instanceAggregatedList for aggregated lists of Instance + /// [Output Only] Type of resource. Alwayscompute#instanceAggregatedList for aggregated lists of Instance /// resources. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -104947,7 +108676,7 @@ public class InstanceAggregatedList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -104980,8 +108709,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -104991,8 +108720,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -105050,15 +108779,15 @@ public class InstanceConsumptionInfo : Google.Apis.Requests.IDirectResponseSchem } /// - /// Represents an Instance Group resource. Instance Groups can be used to configure a target for load balancing. - /// Instance groups can either be managed or unmanaged. To create managed instance groups, use the - /// instanceGroupManager or regionInstanceGroupManager resource instead. Use zonal unmanaged instance groups if you - /// need to apply load balancing to groups of heterogeneous instances or if you need to manage the instances - /// yourself. You cannot create regional unmanaged instance groups. For more information, read Instance groups. + /// Represents an Instance Group resource. Instance Groups can be used to configure a target forload balancing. + /// Instance groups can either be managed or unmanaged. To create managed instance groups, use the + /// instanceGroupManager orregionInstanceGroupManager resource instead. Use zonal unmanaged instance groups if you + /// need to applyload balancing to groups of heterogeneous instances or if you need to manage the instances + /// yourself. You cannot create regional unmanaged instance groups. For more information, readInstance groups. /// public class InstanceGroup : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] The creation timestamp for this instance group in RFC3339 text format. + /// [Output Only] The creation timestamp for this instance group inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -105080,21 +108809,21 @@ public class InstanceGroup : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceGroup for instance groups. + /// [Output Only] The resource type, which is alwayscompute#instanceGroup for instance groups. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// - /// The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035. + /// The name of the instance group. The name must be 1-63 characters long, and comply withRFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// Optional. Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to + /// Optional. Assigns a name to a port number. For example:{name: "http", port: 80} This allows the system to /// reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. - /// For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named + /// For example:[{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named /// ports apply to all instances in this instance group. /// [Newtonsoft.Json.JsonPropertyAttribute("namedPorts")] @@ -105109,7 +108838,7 @@ public class InstanceGroup : Google.Apis.Requests.IDirectResponseSchema public virtual string Network { get; set; } /// - /// [Output Only] The URL of the region where the instance group is located (for regional resources). + /// [Output Only] The URL of theregion where the instance group is located (for regional resources). /// [Newtonsoft.Json.JsonPropertyAttribute("region")] public virtual string Region { get; set; } @@ -105131,7 +108860,7 @@ public class InstanceGroup : Google.Apis.Requests.IDirectResponseSchema public virtual string Subnetwork { get; set; } /// - /// [Output Only] The URL of the zone where the instance group is located (for zonal resources). + /// [Output Only] The URL of thezone where the instance group is located (for zonal resources). /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -105151,7 +108880,7 @@ public class InstanceGroupAggregatedList : Google.Apis.Requests.IDirectResponseS public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceGroupAggregatedList for aggregated lists of + /// [Output Only] The resource type, which is alwayscompute#instanceGroupAggregatedList for aggregated lists of /// instance groups. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -105159,7 +108888,7 @@ public class InstanceGroupAggregatedList : Google.Apis.Requests.IDirectResponseS /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -105192,8 +108921,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -105203,8 +108932,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -105237,14 +108966,14 @@ public class InstanceGroupList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceGroupList for instance group lists. + /// [Output Only] The resource type, which is alwayscompute#instanceGroupList for instance group lists. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -105273,8 +109002,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -105284,8 +109013,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -105307,9 +109036,9 @@ public class DataData } /// - /// Represents a Managed Instance Group resource. An instance group is a collection of VM instances that you can - /// manage as a single entity. For more information, read Instance groups. For zonal Managed Instance Group, use the - /// instanceGroupManagers resource. For regional Managed Instance Group, use the regionInstanceGroupManagers + /// Represents a Managed Instance Group resource. An instance group is a collection of VM instances that you can + /// manage as a single entity. For more information, readInstance groups. For zonal Managed Instance Group, use the + /// instanceGroupManagers resource. For regional Managed Instance Group, use theregionInstanceGroupManagers /// resource. /// public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema @@ -105324,7 +109053,7 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema /// /// The base instance name is a prefix that you want to attach to the names of all VMs in a MIG. The maximum - /// character length is 58 and the name must comply with RFC1035 format. When a VM is created in the group, the + /// character length is 58 and the name must comply with RFC1035 format. When a VM is created in the group, the /// MIG appends a hyphen and a random four-character string to the base instance name. If you want the MIG to /// assign sequential numbers instead of a random string, then end the base instance name with a hyphen followed /// by one or more hash symbols. The hash symbols indicate the number of digits. For example, a base instance @@ -105335,7 +109064,7 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema public virtual string BaseInstanceName { get; set; } /// - /// [Output Only] The creation timestamp for this managed instance group in RFC3339 text format. + /// [Output Only] The creation timestamp for this managed instance group inRFC3339 text format. /// [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -105361,7 +109090,7 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when /// inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the - /// InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// InstanceGroupManager, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve an InstanceGroupManager. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -105391,14 +109120,14 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema /// /// The URL of the instance template that is specified for this managed instance group. The group uses this /// template to create all new instances in the managed instance group. The templates for existing instances in - /// the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's - /// updatePolicy.type to PROACTIVE. + /// the group do not change unless you run recreateInstances, runapplyUpdatesToInstances, or set the + /// group'supdatePolicy.type to PROACTIVE. /// [Newtonsoft.Json.JsonPropertyAttribute("instanceTemplate")] public virtual string InstanceTemplate { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups. + /// [Output Only] The resource type, which is alwayscompute#instanceGroupManager for managed instance groups. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -105410,7 +109139,7 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema public virtual string ListManagedInstancesResults { get; set; } /// - /// The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035. + /// The name of the managed instance group. The name must be 1-63 characters long, and comply withRFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -105422,7 +109151,7 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList NamedPorts { get; set; } /// - /// [Output Only] The URL of the region where the managed instance group resides (for regional resources). + /// [Output Only] The URL of theregion where the managed instance group resides (for regional resources). /// [Newtonsoft.Json.JsonPropertyAttribute("region")] public virtual string Region { get; set; } @@ -105456,7 +109185,7 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema public virtual InstanceGroupManagerStatus Status { get; set; } /// - /// The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target + /// The URLs for all TargetPool resources to which instances in theinstanceGroup field are added. The target /// pools automatically apply to all of the instances in the managed instance group. /// [Newtonsoft.Json.JsonPropertyAttribute("targetPools")] @@ -105471,17 +109200,17 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable TargetSize { get; set; } /// - /// The target number of stopped instances for this managed instance group. This number changes when you: - Stop - /// instance using the stopInstances method or start instances using the startInstances method. - Manually - /// change the targetStoppedSize using the update method. + /// The target number of stopped instances for this managed instance group. This number changes when you: + /// - Stop instance using the stopInstances method or start instances using the startInstances method. + /// - Manually change the targetStoppedSize using the update method. /// [Newtonsoft.Json.JsonPropertyAttribute("targetStoppedSize")] public virtual System.Nullable TargetStoppedSize { get; set; } /// - /// The target number of suspended instances for this managed instance group. This number changes when you: - - /// Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - - /// Manually change the targetSuspendedSize using the update method. + /// The target number of suspended instances for this managed instance group. This number changes when you: + /// - Suspend instance using the suspendInstances method or resume instances using the resumeInstances + /// method. - Manually change the targetSuspendedSize using the update method. /// [Newtonsoft.Json.JsonPropertyAttribute("targetSuspendedSize")] public virtual System.Nullable TargetSuspendedSize { get; set; } @@ -105491,17 +109220,17 @@ public class InstanceGroupManager : Google.Apis.Requests.IDirectResponseSchema public virtual InstanceGroupManagerUpdatePolicy UpdatePolicy { get; set; } /// - /// Specifies the instance templates used by this managed instance group to create instances. Each version is - /// defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This - /// field overrides the top-level instanceTemplate field. Read more about the relationships between these - /// fields. Exactly one version must leave the targetSize field unset. That version will be applied to all - /// remaining instances. For more information, read about canary updates. + /// Specifies the instance templates used by this managed instance group to create instances. Each version is + /// defined by an instanceTemplate and aname. Every version can appear at most once per instance group. This + /// field overrides the top-level instanceTemplate field. Read more about therelationships between these fields. + /// Exactly one version must leave thetargetSize field unset. That version will be applied to all remaining + /// instances. For more information, read aboutcanary updates. /// [Newtonsoft.Json.JsonPropertyAttribute("versions")] public virtual System.Collections.Generic.IList Versions { get; set; } /// - /// [Output Only] The URL of a zone where the managed instance group is located (for zonal resources). + /// [Output Only] The URL of azone where the managed instance group is located (for zonal resources). /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -105522,7 +109251,7 @@ public class InstanceGroupManagerActionsSummary : Google.Apis.Requests.IDirectRe /// /// [Output Only] The number of instances in the managed instance group that are scheduled to be created or are /// currently being created. If the group fails to create any of these instances, it tries again until it - /// creates the instance successfully. If you have disabled creation retries, this field will not be populated; + /// creates the instance successfully. If you have disabled creation retries, this field will not be populated; /// instead, the creatingWithoutRetries field will be populated. /// [Newtonsoft.Json.JsonPropertyAttribute("creating")] @@ -105623,15 +109352,15 @@ public class InstanceGroupManagerAggregatedList : Google.Apis.Requests.IDirectRe public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceGroupManagerAggregatedList for an - /// aggregated list of managed instance groups. + /// [Output Only] The resource type, which is alwayscompute#instanceGroupManagerAggregatedList for an aggregated + /// list of managed instance groups. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -105664,8 +109393,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -105675,8 +109404,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -105700,8 +109429,8 @@ public class DataData public class InstanceGroupManagerAllInstancesConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Properties to set on all instances in the group. You can add or modify properties using the - /// instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the + /// Properties to set on all instances in the group. You can add or modify properties using + /// theinstanceGroupManagers.patch orregionInstanceGroupManagers.patch. After settingallInstancesConfig on the /// group, you must update the group's instances to apply the configuration. To apply the configuration, set the /// group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method. /// @@ -105766,18 +109495,18 @@ public class InstanceGroupManagerInstanceLifecyclePolicy : Google.Apis.Requests. { /// /// The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the - /// application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically - /// repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a - /// MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM. + /// application running on that VM fails a health check. Valid values are - REPAIR (default): MIG + /// automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About + /// repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultActionOnFailure")] public virtual string DefaultActionOnFailure { get; set; } /// /// A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid - /// options are: - NO (default): If configuration updates are available, they are not forcefully applied during - /// repair. Instead, configuration updates are applied according to the group's update policy. - YES: If - /// configuration updates are available, they are applied during repair. + /// options are: - NO (default): If configuration updates are available, they are not + /// forcefully applied during repair. Instead, configuration updates are applied according to the group's + /// update policy. - YES: If configuration updates are available, they are applied during repair. /// [Newtonsoft.Json.JsonPropertyAttribute("forceUpdateOnRepair")] public virtual string ForceUpdateOnRepair { get; set; } @@ -105806,7 +109535,7 @@ public class InstanceGroupManagerList : Google.Apis.Requests.IDirectResponseSche /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -105835,8 +109564,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -105846,8 +109575,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -105875,7 +109604,7 @@ public class DataData /// public class InstanceGroupManagerResizeRequest : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] The creation timestamp for this resize request in RFC3339 text format. + /// [Output Only] The creation timestamp for this resize request inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -105890,14 +109619,14 @@ public class InstanceGroupManagerResizeRequest : Google.Apis.Requests.IDirectRes public virtual System.Nullable Id { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceGroupManagerResizeRequest for resize + /// [Output Only] The resource type, which is alwayscompute#instanceGroupManagerResizeRequest for resize /// requests. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// - /// The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035. + /// The name of this resize request. The name must be 1-63 characters long, and comply withRFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -105933,7 +109662,7 @@ public class InstanceGroupManagerResizeRequest : Google.Apis.Requests.IDirectRes public virtual InstanceGroupManagerResizeRequestStatus Status { get; set; } /// - /// [Output Only] The URL of a zone where the resize request is located. Populated only for zonal resize + /// [Output Only] The URL of azone where the resize request is located. Populated only for zonal resize /// requests. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] @@ -106102,15 +109831,15 @@ public class InstanceGroupManagerResizeRequestsListResponse : Google.Apis.Reques public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#instanceGroupManagerResizeRequestList for a list of - /// resize requests. + /// [Output Only] Type of the resource. Alwayscompute#instanceGroupManagerResizeRequestList for a list of resize + /// requests. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -106139,8 +109868,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -106150,8 +109879,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -106176,9 +109905,9 @@ public class InstanceGroupManagerResourcePolicies : Google.Apis.Requests.IDirect { /// /// The URL of the workload policy that is specified for this managed instance group. It can be a full or - /// partial URL. For example, the following are all valid URLs to a workload policy: - - /// https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - - /// projects/project/regions/region/resourcePolicies/resourcePolicy - + /// partial URL. For example, the following are all valid URLs to a workload policy: - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy + /// - projects/project/regions/region/resourcePolicies/resourcePolicy - /// regions/region/resourcePolicies/resourcePolicy /// [Newtonsoft.Json.JsonPropertyAttribute("workloadPolicy")] @@ -106215,7 +109944,7 @@ public class InstanceGroupManagerStatus : Google.Apis.Requests.IDirectResponseSc [Newtonsoft.Json.JsonPropertyAttribute("allInstancesConfig")] public virtual InstanceGroupManagerStatusAllInstancesConfig AllInstancesConfig { get; set; } - /// [Output Only] The URL of the Autoscaler that targets this instance group manager. + /// [Output Only] The URL of theAutoscaler that targets this instance group manager. [Newtonsoft.Json.JsonPropertyAttribute("autoscaler")] public virtual string Autoscaler { get; set; } @@ -106298,7 +110027,7 @@ public class InstanceGroupManagerStatusVersionTarget : Google.Apis.Requests.IDir { /// /// [Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. - /// all instances are in their target version. Instances' target version are specified by version field on + /// all instances are in their target version. Instances' target version are specified byversion field on /// Instance Group Manager. /// [Newtonsoft.Json.JsonPropertyAttribute("isReached")] @@ -106311,51 +110040,52 @@ public class InstanceGroupManagerStatusVersionTarget : Google.Apis.Requests.IDir public class InstanceGroupManagerUpdatePolicy : Google.Apis.Requests.IDirectResponseSchema { /// - /// The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE - /// (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - - /// NONE: For non-autoscaled groups, proactive redistribution is disabled. + /// The instance redistribution policy for regional managed instance groups. Valid values are: - + /// PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in + /// the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled. /// [Newtonsoft.Json.JsonPropertyAttribute("instanceRedistributionType")] public virtual string InstanceRedistributionType { get; set; } /// - /// The maximum number of instances that can be created above the specified targetSize during the update - /// process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If - /// you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a - /// fixed value equal to the number of zones in which the managed instance group operates. At least one of - /// either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge. + /// The maximum number of instances that can be created above the specifiedtargetSize during the update process. + /// This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set + /// a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed + /// value equal to the number of zones in which the managed instance group operates. At least one of either + /// maxSurge ormaxUnavailable must be greater than 0. Learn more about maxSurge. /// [Newtonsoft.Json.JsonPropertyAttribute("maxSurge")] public virtual FixedOrPercent MaxSurge { get; set; } /// /// The maximum number of instances that can be unavailable during the update process. An instance is considered - /// available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there - /// is a health check on the instance group, the instance's health check status must be HEALTHY at least once. - /// If there is no health check on the group, then the instance only needs to have a status of RUNNING to be - /// considered available. This value can be either a fixed number or, if the group has 10 or more instances, a - /// percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for - /// maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. - /// At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable. + /// available if all of the following conditions are satisfied: - The instance's status is + /// RUNNING. - If there is a health check on the instance group, the instance's health check status + /// must be HEALTHY at least once. If there is no health check on the group, then the instance only needs + /// to have a status of RUNNING to be considered available. This value can be either a fixed number or, + /// if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is + /// rounded if necessary. The default value formaxUnavailable is a fixed value equal to the number of zones in + /// which the managed instance group operates. At least one of either maxSurge ormaxUnavailable must be greater + /// than 0. Learn more about maxUnavailable. /// [Newtonsoft.Json.JsonPropertyAttribute("maxUnavailable")] public virtual FixedOrPercent MaxUnavailable { get; set; } /// /// Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to - /// apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal - /// action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary - /// action to execute the update. - To apply a more disruptive action than is strictly necessary, set the - /// minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change - /// its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the - /// minimal action to RESTART in order to pick up metadata changes. + /// apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the + /// minimal action toREFRESH. If your update requires a more disruptive action, Compute Engine performs the + /// necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, + /// set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a + /// VM to change its metadata. But if your application reads instance metadata only when a VM is + /// restarted, you can set the minimal action to RESTART in order to pick up metadata changes. /// [Newtonsoft.Json.JsonPropertyAttribute("minimalAction")] public virtual string MinimalAction { get; set; } /// /// Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any - /// actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow + /// actions,REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow /// actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the /// Updater determines that the minimal update action needed is more disruptive than most disruptive allowed /// action you specify it will not perform the update at all. @@ -106369,7 +110099,7 @@ public class InstanceGroupManagerUpdatePolicy : Google.Apis.Requests.IDirectResp /// /// The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to - /// the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update. + /// the latest configurations orOPPORTUNISTIC so that you can select the VMs that you want to update. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -106384,7 +110114,7 @@ public class InstanceGroupManagerVersion : Google.Apis.Requests.IDirectResponseS /// The URL of the instance template that is specified for this managed instance group. The group uses this /// template to create new instances in the managed instance group until the `targetSize` for this version is /// reached. The templates for existing instances in the group do not change unless you run recreateInstances, - /// run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing + /// runapplyUpdatesToInstances, or set the group'supdatePolicy.type to PROACTIVE; in those cases, existing /// instances are updated until the `targetSize` for this version is reached. /// [Newtonsoft.Json.JsonPropertyAttribute("instanceTemplate")] @@ -106397,12 +110127,13 @@ public class InstanceGroupManagerVersion : Google.Apis.Requests.IDirectResponseS public virtual string Name { get; set; } /// - /// Specifies the intended number of instances to be created from the instanceTemplate. The final number of - /// instances created from the template will be equal to: - If expressed as a fixed number, the minimum of - /// either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the - /// targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the - /// number is rounded. If unset, this version will update any remaining instances not updated by another - /// version. Read Starting a canary update for more information. + /// Specifies the intended number of instances to be created from theinstanceTemplate. The final number of + /// instances created from the template will be equal to: - If expressed as a fixed number, the + /// minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if + /// expressed as a percent, the targetSize would be (targetSize.percent/100 * + /// InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this + /// version will update any remaining instances not updated by another version. ReadStarting a canary update for + /// more information. /// [Newtonsoft.Json.JsonPropertyAttribute("targetSize")] public virtual FixedOrPercent TargetSize { get; set; } @@ -106436,27 +110167,27 @@ public class InstanceGroupManagersApplyUpdatesRequest : Google.Apis.Requests.IDi /// /// The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or - /// a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. + /// a partial URL, such aszones/[ZONE]/instances/[INSTANCE_NAME]. /// [Newtonsoft.Json.JsonPropertyAttribute("instances")] public virtual System.Collections.Generic.IList Instances { get; set; } /// - /// The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, - /// delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not - /// stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By - /// default, the minimum action is NONE. If your update requires a more disruptive action than you set with this - /// flag, the necessary action is performed to execute the update. + /// The minimal action that you want to perform on each instance during the update: - REPLACE: At + /// minimum, delete the instance and create it again. - RESTART: Stop the instance and start it + /// again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do + /// not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a + /// more disruptive action than you set with this flag, the necessary action is performed to execute the update. /// [Newtonsoft.Json.JsonPropertyAttribute("minimalAction")] public virtual string MinimalAction { get; set; } /// - /// The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete - /// the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop - /// the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By - /// default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action - /// than you set with this flag, the update request will fail. + /// The most disruptive action that you want to perform on each instance during the update: - + /// REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. + /// - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not + /// disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your + /// update requires a more disruptive action than you set with this flag, the update request will fail. /// [Newtonsoft.Json.JsonPropertyAttribute("mostDisruptiveAllowedAction")] public virtual string MostDisruptiveAllowedAction { get; set; } @@ -106521,7 +110252,7 @@ public class InstanceGroupManagersListErrorsResponse : Google.Apis.Requests.IDir /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -106540,7 +110271,7 @@ public class InstanceGroupManagersListManagedInstancesResponse : Google.Apis.Req /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -106559,7 +110290,7 @@ public class InstanceGroupManagersListPerInstanceConfigsResp : Google.Apis.Reque /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -106584,8 +110315,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -106595,8 +110326,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -106686,8 +110417,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -106697,8 +110428,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -106724,8 +110455,8 @@ public class InstanceGroupManagersSetInstanceTemplateRequest : Google.Apis.Reque /// /// The URL of the instance template that is specified for this managed instance group. The group uses this /// template to create all new instances in the managed instance group. The templates for existing instances in - /// the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's - /// updatePolicy.type to PROACTIVE. + /// the group do not change unless you run recreateInstances, runapplyUpdatesToInstances, or set the + /// group'supdatePolicy.type to PROACTIVE. /// [Newtonsoft.Json.JsonPropertyAttribute("instanceTemplate")] public virtual string InstanceTemplate { get; set; } @@ -106738,8 +110469,8 @@ public class InstanceGroupManagersSetTargetPoolsRequest : Google.Apis.Requests.I { /// /// The fingerprint of the target pools information. Use this optional property to prevent conflicts when - /// multiple users change the target pools settings concurrently. Obtain the fingerprint with the - /// instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not + /// multiple users change the target pools settings concurrently. Obtain the fingerprint with + /// theinstanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not /// overwrite changes that were applied from another concurrent request. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -106844,7 +110575,7 @@ public class InstanceGroupsListInstances : Google.Apis.Requests.IDirectResponseS public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceGroupsListInstances for the list of + /// [Output Only] The resource type, which is alwayscompute#instanceGroupsListInstances for the list of /// instances in the specified instance group. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -106852,7 +110583,7 @@ public class InstanceGroupsListInstances : Google.Apis.Requests.IDirectResponseS /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -106881,8 +110612,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -106892,8 +110623,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -106939,7 +110670,7 @@ public class InstanceGroupsRemoveInstancesRequest : Google.Apis.Requests.IDirect public class InstanceGroupsScopedList : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] The list of instance groups that are contained in this scope. + /// [Output Only] The list ofinstance groups that are contained in this scope. [Newtonsoft.Json.JsonPropertyAttribute("instanceGroups")] public virtual System.Collections.Generic.IList InstanceGroups { get; set; } @@ -106965,8 +110696,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -106976,8 +110707,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -107003,9 +110734,9 @@ public class InstanceGroupsSetNamedPortsRequest : Google.Apis.Requests.IDirectRe /// /// The fingerprint of the named ports information for this instance group. Use this optional property to /// prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint - /// with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not + /// with theinstanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not /// overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint - /// will fail with error 412 conditionNotMet. + /// will fail with error412 conditionNotMet. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } @@ -107037,7 +110768,7 @@ public class InstanceList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -107066,8 +110797,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -107077,8 +110808,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -107111,14 +110842,14 @@ public class InstanceListReferrers : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#instanceListReferrers for lists of Instance referrers. + /// [Output Only] Type of resource. Alwayscompute#instanceListReferrers for lists of Instance referrers. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -107147,8 +110878,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -107158,8 +110889,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -107246,16 +110977,18 @@ public class InstanceMoveRequest : Google.Apis.Requests.IDirectResponseSchema { /// /// The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the - /// following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - /// - projects/project/zones/zone - zones/zone + /// following are all valid URLs to a zone: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - + /// zones/zone /// [Newtonsoft.Json.JsonPropertyAttribute("destinationZone")] public virtual string DestinationZone { get; set; } /// /// The URL of the target instance to move. This can be a full or partial URL. For example, the following are - /// all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - /// /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance + /// all valid URLs to an instance: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance - + /// projects/project/zones/zone/instances/instance - zones/zone/instances/instance /// [Newtonsoft.Json.JsonPropertyAttribute("targetInstance")] public virtual string TargetInstance { get; set; } @@ -107296,7 +111029,7 @@ public class InstanceProperties : Google.Apis.Requests.IDirectResponseSchema /// Enables instances created based on these properties to send packets with source IP addresses other than /// their own and receive packets with destination IP addresses other than their own. If these instances will be /// used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave - /// this set to false. See the Enable IP forwarding documentation for more information. + /// this set tofalse. See theEnable IP forwarding documentation for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("canIpForward")] public virtual System.Nullable CanIpForward { get; set; } @@ -107345,15 +111078,15 @@ public class InstanceProperties : Google.Apis.Requests.IDirectResponseSchema /// /// The metadata key/value pairs to assign to instances that are created from these properties. These pairs can - /// consist of custom metadata or predefined keys. See Project and instance metadata for more information. + /// consist of custom metadata or predefined keys. SeeProject and instance metadata for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("metadata")] public virtual Metadata Metadata { get; set; } /// /// Minimum cpu/platform to be used by instances. The instance may be scheduled on the specified or newer - /// cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel - /// Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU + /// cpu/platform. Applicable values are the friendly names of CPU platforms, such asminCpuPlatform: "Intel + /// Haswell" orminCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU /// Platform. /// [Newtonsoft.Json.JsonPropertyAttribute("minCpuPlatform")] @@ -107368,7 +111101,7 @@ public class InstanceProperties : Google.Apis.Requests.IDirectResponseSchema public virtual NetworkPerformanceConfig NetworkPerformanceConfig { get; set; } /// - /// The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default. Note + /// The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default. Note /// that for MachineImage, this is not supported yet. /// [Newtonsoft.Json.JsonPropertyAttribute("privateIpv6GoogleAccess")] @@ -107468,14 +111201,14 @@ public class InstanceSettings : Google.Apis.Requests.IDirectResponseSchema /// resource's contents and used for optimistic locking. The fingerprint is initially generated by Compute /// Engine and changes after every request to modify or update the instance settings resource. You must always /// provide an up-to-date fingerprint hash in order to update or change the resource, otherwise the request will - /// fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the + /// fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the /// resource. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } /// - /// [Output Only] Type of the resource. Always compute#instance_settings for instance settings. + /// [Output Only] Type of the resource. Alwayscompute#instance_settings for instance settings. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -107512,17 +111245,17 @@ public class InstanceSettingsMetadata : Google.Apis.Requests.IDirectResponseSche } /// - /// Represents an Instance Template resource. Google Compute Engine has two Instance Template resources: * + /// Represents an Instance Template resource. Google Compute Engine has two Instance Template resources: * /// [Global](/compute/docs/reference/rest/v1/instanceTemplates) * - /// [Regional](/compute/docs/reference/rest/v1/regionInstanceTemplates) You can reuse a global instance template in + /// [Regional](/compute/docs/reference/rest/v1/regionInstanceTemplates) You can reuse a global instance template in /// different regions whereas you can use a regional instance template in a specified region only. If you want to - /// reduce cross-region dependency or achieve data residency, use a regional instance template. To create VMs, - /// managed instance groups, and reservations, you can use either global or regional instance templates. For more - /// information, read Instance Templates. + /// reduce cross-region dependency or achieve data residency, use a regional instance template. To create VMs, + /// managed instance groups, and reservations, you can use either global or regional instance templates. For more + /// information, readInstance Templates. /// public class InstanceTemplate : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] The creation timestamp for this instance template in RFC3339 text format. + /// [Output Only] The creation timestamp for this instance template inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -107539,14 +111272,14 @@ public class InstanceTemplate : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceTemplate for instance templates. + /// [Output Only] The resource type, which is alwayscompute#instanceTemplate for instance templates. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -107570,8 +111303,8 @@ public class InstanceTemplate : Google.Apis.Requests.IDirectResponseSchema /// /// The source instance used to create the template. You can provide this as a partial or full URL to the - /// resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - + /// resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance - /// projects/project/zones/zone/instances/instance /// [Newtonsoft.Json.JsonPropertyAttribute("sourceInstance")] @@ -107602,7 +111335,7 @@ public class InstanceTemplateAggregatedList : Google.Apis.Requests.IDirectRespon /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -107631,8 +111364,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -107642,8 +111375,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -107676,7 +111409,7 @@ public class InstanceTemplateList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#instanceTemplatesListResponse for instance template + /// [Output Only] The resource type, which is alwayscompute#instanceTemplatesListResponse for instance template /// lists. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -107684,7 +111417,7 @@ public class InstanceTemplateList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -107713,8 +111446,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -107724,8 +111457,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -107776,8 +111509,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -107787,8 +111520,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -107966,8 +111699,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -107977,8 +111710,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -108029,7 +111762,7 @@ public class InstancesSetMachineTypeRequest : Google.Apis.Requests.IDirectRespon { /// /// Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For - /// example: zones/us-central1-f/machineTypes/n1-standard-1 + /// example:zones/us-central1-f/machineTypes/n1-standard-1 /// [Newtonsoft.Json.JsonPropertyAttribute("machineType")] public virtual string MachineType { get; set; } @@ -108102,8 +111835,8 @@ public class InstancesSetServiceAccountRequest : Google.Apis.Requests.IDirectRes public class InstancesStartWithEncryptionKeyRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// Array of disks associated with this instance that are protected with a customer-supplied encryption key. In - /// order to start the instance, the disk url and its corresponding key must be provided. If the disk is not + /// Array of disks associated with this instance that are protected with acustomer-supplied encryption key. In + /// order to start the instance, the disk url and its corresponding key must be provided. If the disk is not /// protected with a customer-supplied encryption key it should not be specified. /// [Newtonsoft.Json.JsonPropertyAttribute("disks")] @@ -108114,7 +111847,7 @@ public class InstancesStartWithEncryptionKeyRequest : Google.Apis.Requests.IDire } /// - /// Represents a InstantSnapshot resource. You can use instant snapshots to create disk rollback points quickly.. + /// Represents a InstantSnapshot resource. You can use instant snapshots to create disk rollback points quickly.. /// public class InstantSnapshot : Google.Apis.Requests.IDirectResponseSchema { @@ -108122,7 +111855,7 @@ public class InstantSnapshot : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("architecture")] public virtual string Architecture { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -108143,7 +111876,7 @@ public class InstantSnapshot : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] Type of the resource. Always compute#instantSnapshot for InstantSnapshot resources. + /// [Output Only] Type of the resource. Alwayscompute#instantSnapshot for InstantSnapshot resources. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -108152,7 +111885,7 @@ public class InstantSnapshot : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this InstantSnapshot, which is essentially a hash of the /// labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes /// after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in - /// order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the + /// order to update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the /// latest fingerprint, make a get() request to retrieve a InstantSnapshot. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] @@ -108167,7 +111900,7 @@ public class InstantSnapshot : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -108205,10 +111938,11 @@ public class InstantSnapshot : Google.Apis.Requests.IDirectResponseSchema /// /// URL of the source disk used to create this instant snapshot. Note that the source disk must be in the same /// zone/region as the instant snapshot to be created. This can be a full or valid partial URL. For example, the - /// following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - /// - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - - /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - /// - regions/region/disks/disk + /// following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk - + /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk + /// - zones/zone/disks/disk - regions/region/disks/disk /// [Newtonsoft.Json.JsonPropertyAttribute("sourceDisk")] public virtual string SourceDisk { get; set; } @@ -108222,7 +111956,7 @@ public class InstantSnapshot : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceDiskId { get; set; } /// - /// [Output Only] The status of the instantSnapshot. This can be CREATING, DELETING, FAILED, or READY. + /// [Output Only] The status of the instantSnapshot. This can beCREATING, DELETING, FAILED, orREADY. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -108249,7 +111983,7 @@ public class InstantSnapshotAggregatedList : Google.Apis.Requests.IDirectRespons public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#instantSnapshotAggregatedList for aggregated lists of + /// [Output Only] Type of resource. Alwayscompute#instantSnapshotAggregatedList for aggregated lists of /// instantSnapshots. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -108257,7 +111991,7 @@ public class InstantSnapshotAggregatedList : Google.Apis.Requests.IDirectRespons /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -108290,8 +112024,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -108301,8 +112035,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -108340,7 +112074,7 @@ public class InstantSnapshotList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -108369,8 +112103,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -108380,8 +112114,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -108440,8 +112174,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -108451,8 +112185,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -108491,8 +112225,8 @@ public class Int64RangeMatch : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud - /// network and your on-premises network. For more information, read the Dedicated Interconnect Overview. + /// Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google + /// Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview. /// public class Interconnect : Google.Apis.Requests.IDirectResponseSchema { @@ -108514,9 +112248,12 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema /// /// [Output only] List of features available for this Interconnect connection, which can take one of the - /// following values: - IF_MACSEC If present then the Interconnect connection is provisioned on MACsec capable - /// hardware ports. If not present then the Interconnect connection is provisioned on non-MACsec capable ports - /// and MACsec isn't supported and enabling MACsec fails. + /// following values: - IF_MACSEC: If present, then the Interconnect connection is provisioned on + /// MACsec capable hardware ports. If not present, then the Interconnect connection is provisioned on + /// non-MACsec capable ports. Any attempt to enable MACsec will fail. - IF_CROSS_SITE_NETWORK: If present, + /// then the Interconnect connection is provisioned exclusively for Cross-Site Networking. Any attempt to + /// configure VLAN attachments will fail. If not present, then the Interconnect connection is not + /// provisioned for Cross-Site Networking. Any attempt to use it for Cross-Site Networking will fail. /// [Newtonsoft.Json.JsonPropertyAttribute("availableFeatures")] public virtual System.Collections.Generic.IList AvailableFeatures { get; set; } @@ -108527,7 +112264,7 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("circuitInfos")] public virtual System.Collections.Generic.IList CircuitInfos { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -108568,7 +112305,7 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect. + /// [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect. /// [Newtonsoft.Json.JsonPropertyAttribute("interconnectAttachments")] public virtual System.Collections.Generic.IList InterconnectAttachments { get; set; } @@ -108581,14 +112318,15 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList InterconnectGroups { get; set; } /// - /// Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed - /// interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection - /// with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. + /// Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed + /// interconnection shared between customers though a partner. - DEDICATED: A dedicated physical + /// interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of + /// DEDICATED. /// [Newtonsoft.Json.JsonPropertyAttribute("interconnectType")] public virtual string InterconnectType { get; set; } - /// [Output Only] Type of the resource. Always compute#interconnect for interconnects. + /// [Output Only] Type of the resource. Alwayscompute#interconnect for interconnects. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -108596,23 +112334,23 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels /// set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve an Interconnect. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G - /// Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. - - /// LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this field indicates the speed of + /// Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A + /// 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. - + /// LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this field indicates the speed of /// each of the links in the bundle, not the speed of the entire bundle. /// [Newtonsoft.Json.JsonPropertyAttribute("linkType")] @@ -108640,7 +112378,7 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -108659,14 +112397,21 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] The current status of this Interconnect's functionality, which can take one of the following - /// values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be - /// provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No + /// values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may + /// be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No /// attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is /// undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect. /// [Newtonsoft.Json.JsonPropertyAttribute("operationalStatus")] public virtual string OperationalStatus { get; set; } + /// + /// Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource + /// payload. + /// + [Newtonsoft.Json.JsonPropertyAttribute("params")] + public virtual InterconnectParams Params__ { get; set; } + /// /// [Output Only] IP address configured on the customer side of the Interconnect link. The customer should /// configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests. @@ -108686,10 +112431,12 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema public virtual string RemoteLocation { get; set; } /// - /// Optional. List of features requested for this Interconnect connection, which can take one of the following - /// values: - IF_MACSEC If specified then the connection is created on MACsec capable hardware ports. If not - /// specified, the default value is false, which allocates non-MACsec capable ports first if available. This - /// parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. + /// Optional. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect + /// PATCH. List of features requested for this Interconnect connection, which can take one of the following + /// values: - IF_MACSEC: If specified, then the connection is created on MACsec capable hardware + /// ports. If not specified, non-MACsec capable ports will also be considered. - IF_CROSS_SITE_NETWORK: If + /// specified, then the connection is created exclusively for Cross-Site Networking. The connection can not + /// be used for Cross-Site Networking unless this feature is specified. /// [Newtonsoft.Json.JsonPropertyAttribute("requestedFeatures")] public virtual System.Collections.Generic.IList RequestedFeatures { get; set; } @@ -108707,11 +112454,11 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// [Output Only] The current state of Interconnect functionality, which can take one of the following values: - - /// ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this - /// Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned - /// on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No - /// attachments may be provisioned or updated on this Interconnect. + /// [Output Only] The current state of Interconnect functionality, which can take one of the following values: + /// - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on + /// this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be + /// provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal + /// maintenance. No attachments may be provisioned or updated on this Interconnect. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -108722,6 +112469,13 @@ public class Interconnect : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("subzone")] public virtual string Subzone { get; set; } + /// + /// [Output Only] A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The + /// Interconnect cannot be deleted if this list is non-empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("wireGroups")] + public virtual System.Collections.Generic.IList WireGroups { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -108788,7 +112542,7 @@ public class InterconnectApplicationAwareInterconnectStrictPriorityPolicy : Goog } /// - /// Represents an Interconnect Attachment (VLAN) resource. You can use Interconnect attachments (VLANS) to connect + /// Represents an Interconnect Attachment (VLAN) resource. You can use Interconnect attachments (VLANS) to connect /// your Virtual Private Cloud networks to your on-premises networks through an Interconnect. For more information, /// read Creating VLAN Attachments. /// @@ -108806,10 +112560,10 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema /// Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user /// can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the /// interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and - /// DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: - /// 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: - /// 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s - BPS_100G: 100 - /// Gbit/s + /// DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s + /// - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - + /// BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s + /// - BPS_50G: 50 Gbit/s - BPS_100G: 100 Gbit/s /// [Newtonsoft.Json.JsonPropertyAttribute("bandwidth")] public virtual string Bandwidth { get; set; } @@ -108853,7 +112607,7 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("configurationConstraints")] public virtual InterconnectAttachmentConfigurationConstraints ConfigurationConstraints { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -108888,23 +112642,24 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// Input only. Desired availability domain for the attachment. Only available for type PARTNER, at creation - /// time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - - /// AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per - /// availability domain. The selected availability domain will be provided to the Partner via the pairing key, - /// so that the provisioned circuit will lie in the specified domain. If not specified, the value will default - /// to AVAILABILITY_DOMAIN_ANY. + /// time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 + /// - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one + /// per availability domain. The selected availability domain will be provided to the Partner via the pairing + /// key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will + /// default to AVAILABILITY_DOMAIN_ANY. /// [Newtonsoft.Json.JsonPropertyAttribute("edgeAvailabilityDomain")] public virtual string EdgeAvailabilityDomain { get; set; } /// /// Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be - /// specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is - /// the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send - /// traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only - /// encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. - /// VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over - /// Cloud Interconnect*, the VLAN attachment must be created with this option. + /// specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - + /// This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able + /// to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment + /// carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or + /// third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN + /// attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this + /// option. /// [Newtonsoft.Json.JsonPropertyAttribute("encryption")] public virtual string Encryption { get; set; } @@ -108943,24 +112698,33 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList IpsecInternalAddresses { get; set; } /// - /// [Output Only] Type of the resource. Always compute#interconnectAttachment for interconnect attachments. + /// [Output Only] Type of the resource. Alwayscompute#interconnectAttachment for interconnect attachments. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } + /// + /// L2 Interconnect Attachment related config. This field is required if the type is L2_DEDICATED. The + /// configuration specifies how VLAN tags (like dot1q, qinq, or dot1ad) within L2 packets are mapped to the + /// destination appliances IP addresses. The packet is then encapsulated with the appliance IP address and sent + /// to the edge appliance. + /// + [Newtonsoft.Json.JsonPropertyAttribute("l2Forwarding")] + public virtual InterconnectAttachmentL2Forwarding L2Forwarding { get; set; } + /// /// A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of /// the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and /// changes after every request to modify or update labels. You must always provide an up-to-date fingerprint - /// hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To + /// hash in order to update or change labels, otherwise the request will fail with error412 conditionNotMet. To /// see the latest fingerprint, make a get() request to retrieve an InterconnectAttachment. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } @@ -108974,7 +112738,7 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -108984,8 +112748,8 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] The current status of whether or not this interconnect attachment is functional, which can - /// take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - - /// OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. + /// take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to + /// use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. /// [Newtonsoft.Json.JsonPropertyAttribute("operationalStatus")] public virtual string OperationalStatus { get; set; } @@ -108998,6 +112762,13 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("pairingKey")] public virtual string PairingKey { get; set; } + /// + /// Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource + /// payload. + /// + [Newtonsoft.Json.JsonPropertyAttribute("params")] + public virtual InterconnectAttachmentParams Params__ { get; set; } + /// /// Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the /// customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED. @@ -109053,7 +112824,7 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If - /// not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and + /// not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and /// update interconnect attachment operations. /// [Newtonsoft.Json.JsonPropertyAttribute("stackType")] @@ -109063,23 +112834,24 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema /// [Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are /// shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values /// PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and - /// PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The - /// attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, - /// because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been - /// configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of - /// provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A - /// PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The - /// attachment was deleted externally and is no longer functional. This could be because the associated - /// Interconnect was removed, or because the other side of a Partner attachment was deleted. + /// PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: + /// The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to + /// use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that + /// has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is + /// in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. + /// - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate + /// it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be + /// because the associated Interconnect was removed, or because the other side of a Partner attachment was + /// deleted. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } /// - /// Input only. Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default value is 29, - /// except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a + /// Input only. Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default + /// value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a /// constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location - /// fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where + /// fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where /// both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging /// visibility. /// @@ -109087,9 +112859,10 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable SubnetLength { get; set; } /// - /// The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an - /// attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the - /// customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner. + /// The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: + /// an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by + /// the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner. + /// - L2_DEDICATED: a L2 attachment to a Dedicated Interconnect. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -109115,7 +112888,7 @@ public class InterconnectAttachmentAggregatedList : Google.Apis.Requests.IDirect public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#interconnectAttachmentAggregatedList for aggregated lists of + /// [Output Only] Type of resource. Alwayscompute#interconnectAttachmentAggregatedList for aggregated lists of /// interconnect attachments. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -109123,7 +112896,7 @@ public class InterconnectAttachmentAggregatedList : Google.Apis.Requests.IDirect /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -109156,8 +112929,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -109167,8 +112940,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -109193,7 +112966,7 @@ public class InterconnectAttachmentConfigurationConstraints : Google.Apis.Reques { /// /// [Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5 authentication. This - /// can take one of the following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED. For example, a + /// can take one of the following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED. For example, a /// Cross-Cloud Interconnect connection to a remote cloud provider that requires BGP MD5 authentication has the /// interconnectRemoteLocation attachment_configuration_constraints.bgp_md5 field set to MD5_REQUIRED, and that /// property is propagated to the attachment. Similarly, if BGP MD5 is MD5_UNSUPPORTED, an error is returned if @@ -109205,7 +112978,7 @@ public class InterconnectAttachmentConfigurationConstraints : Google.Apis.Reques /// /// [Output Only] List of ASN ranges that the remote location is known to support. Formatted as an array of /// inclusive ranges {min: min-value, max: max-value}. For example, [{min: 123, max: 123}, {min: 64512, max: - /// 65534}] allows the peer ASN to be 123 or anything in the range 64512-65534. This field is only advisory. + /// 65534}] allows the peer ASN to be 123 or anything in the range 64512-65534. This field is only advisory. /// Although the API accepts other ranges, these are the ranges that we recommend. /// [Newtonsoft.Json.JsonPropertyAttribute("bgpPeerAsnRanges")] @@ -109244,7 +113017,7 @@ public class InterconnectAttachmentGroup : Google.Apis.Requests.IDirectResponseS [Newtonsoft.Json.JsonPropertyAttribute("configured")] public virtual InterconnectAttachmentGroupConfigured Configured { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -109257,7 +113030,7 @@ public class InterconnectAttachmentGroup : Google.Apis.Requests.IDirectResponseS /// /// Opaque system-generated token that uniquely identifies the configuration. If provided when patching a /// configuration in update mode, the provided token must match the current token or the update is rejected. - /// This provides a reliable means of doing read-modify-write (optimistic locking) as described by AIP 154. + /// This provides a reliable means of doing read-modify-write (optimistic locking) as described byAIP 154. /// [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } @@ -109287,7 +113060,7 @@ public class InterconnectAttachmentGroup : Google.Apis.Requests.IDirectResponseS /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -109383,7 +113156,7 @@ public class InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBloc /// /// [Output Only] Zones used to explain this blocker in more detail. Format is "zone1" and/or "zone2". This will - /// be set for some blockers (like MISSING_ZONE) but does not apply to others. + /// be set for some blockers (like MISSING_ZONE) but does not apply to others. /// [Newtonsoft.Json.JsonPropertyAttribute("zones")] public virtual System.Collections.Generic.IList Zones { get; set; } @@ -109464,7 +113237,7 @@ public class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility : Go } /// - /// [Output Only] The zones that Attachments in this group are present in, in the given facilities. This is + /// [Output Only] The zones that Attachments in this group are present in, in the given facilities. This is /// inherited from their Interconnects. /// public class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone : Google.Apis.Requests.IDirectResponseSchema @@ -109512,7 +113285,7 @@ public class InterconnectAttachmentGroupsListResponse : Google.Apis.Requests.IDi /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -109542,8 +113315,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -109553,8 +113326,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -109627,6 +113400,111 @@ public class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus : Goo public virtual string ETag { get; set; } } + /// L2 Interconnect Attachment related configuration. + public class InterconnectAttachmentL2Forwarding : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. A map of VLAN tags to appliances and optional inner mapping rules. If VLANs are not explicitly + /// mapped to any appliance, the defaultApplianceIpAddress is used. Each VLAN tag can be a single number or a + /// range of numbers in the range of 1 to 4094, e.g., "1" or "4001-4094". Non-empty and non-overlapping VLAN tag + /// ranges are enforced, and violating operations will be rejected. The VLAN tags in the Ethernet header must + /// use an ethertype value of 0x88A8 or 0x8100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("applianceMappings")] + public virtual System.Collections.Generic.IDictionary ApplianceMappings { get; set; } + + /// + /// Optional. A single IPv4 or IPv6 address used as the default destination IP when there is no VLAN mapping + /// result found. Unset field (null-value) indicates the unmatched packet should be dropped. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultApplianceIpAddress")] + public virtual string DefaultApplianceIpAddress { get; set; } + + /// + /// Optional. It represents the structure of a Geneve (Generic Network Virtualization Encapsulation) header, as + /// defined in RFC8926. It encapsulates packets from various protocols (e.g., Ethernet, IPv4, IPv6) for use in + /// network virtualization environments. + /// + [Newtonsoft.Json.JsonPropertyAttribute("geneveHeader")] + public virtual InterconnectAttachmentL2ForwardingGeneveHeader GeneveHeader { get; set; } + + /// Required. Resource URL of the network to which this attachment belongs. + [Newtonsoft.Json.JsonPropertyAttribute("network")] + public virtual string Network { get; set; } + + /// + /// Required. A single IPv4 or IPv6 address. This address will be used as the source IP address for packets sent + /// to the appliances, and must be used as the destination IP address for packets that should be sent out + /// through this attachment. + /// + [Newtonsoft.Json.JsonPropertyAttribute("tunnelEndpointIpAddress")] + public virtual string TunnelEndpointIpAddress { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Two-level VLAN-to-Appliance mapping rule. + public class InterconnectAttachmentL2ForwardingApplianceMapping : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on + /// a VLAN tag, but do not match a more specific inner VLAN tag. Unset field (null-value) indicates both VLAN + /// tags are required to be mapped. Otherwise, defaultApplianceIpAddress is used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("applianceIpAddress")] + public virtual string ApplianceIpAddress { get; set; } + + /// + /// Optional. Used to match against the inner VLAN when the packet contains two VLAN tags. A list of mapping + /// rules from inner VLAN tags to IP addresses. If the inner VLAN is not explicitly mapped to an IP address + /// range, the applianceIpAddress is used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("innerVlanToApplianceMappings")] + public virtual System.Collections.Generic.IList InnerVlanToApplianceMappings { get; set; } + + /// Optional. The name of this appliance mapping rule. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The inner VLAN-to-Appliance mapping. + public class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required in this object. A single IPv4 or IPv6 address used as the destination IP address for ingress + /// packets that match on both VLAN tags. + /// + [Newtonsoft.Json.JsonPropertyAttribute("innerApplianceIpAddress")] + public virtual string InnerApplianceIpAddress { get; set; } + + /// + /// Required in this object. Used to match the inner VLAN tag on the packet. Each entry can be a single number + /// or a range of numbers in the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty and + /// Non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected. The inner VLAN + /// tags must have an ethertype value of 0x8100. + /// + [Newtonsoft.Json.JsonPropertyAttribute("innerVlanTags")] + public virtual System.Collections.Generic.IList InnerVlanTags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// GeneveHeader related configurations. + public class InterconnectAttachmentL2ForwardingGeneveHeader : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. VNI is a 24-bit unique virtual network identifier, from 0 to 16,777,215. + [Newtonsoft.Json.JsonPropertyAttribute("vni")] + public virtual System.Nullable Vni { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response to the list request, and contains a list of interconnect attachments. public class InterconnectAttachmentList : Google.Apis.Requests.IDirectResponseSchema { @@ -109639,7 +113517,7 @@ public class InterconnectAttachmentList : Google.Apis.Requests.IDirectResponseSc public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#interconnectAttachmentList for lists of interconnect + /// [Output Only] Type of resource. Alwayscompute#interconnectAttachmentList for lists of interconnect /// attachments. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -109647,7 +113525,7 @@ public class InterconnectAttachmentList : Google.Apis.Requests.IDirectResponseSc /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -109676,8 +113554,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -109687,8 +113565,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -109709,8 +113587,27 @@ public class DataData } } + /// Additional interconnect attachment parameters. + public class InterconnectAttachmentParams : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource + /// manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be + /// specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * + /// {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"} * {"123/environment" : "production", + /// "345/abc" : "xyz"} Note: * Invalid combinations of ID &amp; namespaced format is not supported. For + /// instance: {"123/environment" : "tagValues/444"} is invalid. * Inconsistent format is not supported. For + /// instance: {"tagKeys/333" : "tagValues/444", "123/env" : "prod"} is invalid. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resourceManagerTags")] + public virtual System.Collections.Generic.IDictionary ResourceManagerTags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// - /// Informational metadata about Partner attachments from Partners to display to customers. These fields are + /// Informational metadata about Partner attachments from Partners to display to customers. These fields are /// propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments. /// public class InterconnectAttachmentPartnerMetadata : Google.Apis.Requests.IDirectResponseSchema @@ -109780,8 +113677,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -109791,8 +113688,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -109901,9 +113798,9 @@ public class InterconnectDiagnosticsLinkLACPStatus : Google.Apis.Requests.IDirec public virtual string NeighborSystemId { get; set; } /// - /// The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and - /// active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest - /// of the object should be empty. + /// The state of a LACP link, which can take one of the following values: - ACTIVE: The link is + /// configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This + /// means that the rest of the object should be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -109916,10 +113813,10 @@ public class InterconnectDiagnosticsLinkOpticalPower : Google.Apis.Requests.IDir { /// /// The status of the current value when compared to the warning and alarm levels for the receiving or - /// transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - - /// LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed - /// above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - - /// HIGH_ALARM: The value has crossed above the high alarm threshold. + /// transmitting transceiver. Possible states include: - OK: The value has not crossed a warning + /// threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: + /// The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the + /// low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -110007,7 +113904,7 @@ public class InterconnectGroup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("configured")] public virtual InterconnectGroupConfigured Configured { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -110020,7 +113917,7 @@ public class InterconnectGroup : Google.Apis.Requests.IDirectResponseSchema /// /// Opaque system-generated token that uniquely identifies the configuration. If provided when patching a /// configuration in update mode, the provided token must match the current token or the update is rejected. - /// This provides a reliable means of doing read-modify-write (optimistic locking) as described by API 154. + /// This provides a reliable means of doing read-modify-write (optimistic locking) as described by AIP 154. /// [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } @@ -110048,7 +113945,7 @@ public class InterconnectGroup : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -110284,18 +114181,18 @@ public class InterconnectGroupsCreateMembersInterconnectInput : Google.Apis.Requ public virtual string Facility { get; set; } /// - /// Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed - /// interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection - /// with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. + /// Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed + /// interconnection shared between customers though a partner. - DEDICATED: A dedicated physical + /// interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED. /// [Newtonsoft.Json.JsonPropertyAttribute("interconnectType")] public virtual string InterconnectType { get; set; } /// - /// Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G - /// Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. - - /// LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this field indicates the speed of - /// each of the links in the bundle, not the speed of the entire bundle. + /// Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A + /// 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. - + /// LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this field indicates the speed + /// of each of the links in the bundle, not the speed of the entire bundle. /// [Newtonsoft.Json.JsonPropertyAttribute("linkType")] public virtual string LinkType { get; set; } @@ -110328,9 +114225,10 @@ public class InterconnectGroupsCreateMembersInterconnectInput : Google.Apis.Requ /// /// Optional. List of features requested for this Interconnect connection, which can take one of the following - /// values: - IF_MACSEC If specified then the connection is created on MACsec capable hardware ports. If not - /// specified, the default value is false, which allocates non-MACsec capable ports first if available. This - /// parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH. + /// values: - IF_MACSEC: If specified, then the connection is created on MACsec capable hardware + /// ports. If not specified, non-MACsec capable ports will also be considered. - IF_CROSS_SITE_NETWORK: If + /// specified, then the connection is created exclusively for Cross-Site Networking. The connection can not + /// be used for Cross-Site Networking unless this feature is specified. /// [Newtonsoft.Json.JsonPropertyAttribute("requestedFeatures")] public virtual System.Collections.Generic.IList RequestedFeatures { get; set; } @@ -110380,7 +114278,7 @@ public class InterconnectGroupsListResponse : Google.Apis.Requests.IDirectRespon /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -110410,8 +114308,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -110421,8 +114319,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -110504,14 +114402,14 @@ public class InterconnectList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#interconnectList for lists of interconnects. + /// [Output Only] Type of resource. Alwayscompute#interconnectList for lists of interconnects. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -110540,8 +114438,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -110551,8 +114449,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -110574,7 +114472,7 @@ public class DataData } /// - /// Represents an Interconnect Attachment (VLAN) Location resource. You can use this resource to find location + /// Represents an Interconnect Attachment (VLAN) Location resource. You can use this resource to find location /// details about an Interconnect attachment (VLAN). For more information about interconnect attachments, read /// Creating VLAN Attachments. /// @@ -110589,7 +114487,7 @@ public class InterconnectLocation : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), - /// maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or + /// maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or /// "zone2". /// [Newtonsoft.Json.JsonPropertyAttribute("availabilityZone")] @@ -110597,14 +114495,14 @@ public class InterconnectLocation : Google.Apis.Requests.IDirectResponseSchema /// /// [Output only] List of features available at this InterconnectLocation, which can take one of the following - /// values: - IF_MACSEC + /// values: - IF_MACSEC - IF_CROSS_SITE_NETWORK /// [Newtonsoft.Json.JsonPropertyAttribute("availableFeatures")] public virtual System.Collections.Generic.IList AvailableFeatures { get; set; } /// /// [Output only] List of link types available at this InterconnectLocation, which can take one of the following - /// values: - LINK_TYPE_ETHERNET_10G_LR - LINK_TYPE_ETHERNET_100G_LR - LINK_TYPE_ETHERNET_400G_LR4 + /// values: - LINK_TYPE_ETHERNET_10G_LR - LINK_TYPE_ETHERNET_100G_LR - LINK_TYPE_ETHERNET_400G_LR4 /// [Newtonsoft.Json.JsonPropertyAttribute("availableLinkTypes")] public virtual System.Collections.Generic.IList AvailableLinkTypes { get; set; } @@ -110617,16 +114515,24 @@ public class InterconnectLocation : Google.Apis.Requests.IDirectResponseSchema public virtual string City { get; set; } /// - /// [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - - /// EUROPE - NORTH_AMERICA - SOUTH_AMERICA + /// [Output Only] Continent for this location, which can take one of the following values: - AFRICA - + /// ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA /// [Newtonsoft.Json.JsonPropertyAttribute("continent")] public virtual string Continent { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } + /// + /// [Output Only] A list of InterconnectLocation.CrossSiteInterconnectInfo objects, that describe where + /// Cross-Site Interconnect wires may connect to from this location and associated connection parameters. + /// Cross-Site Interconnect isn't allowed to locations which are not listed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crossSiteInterconnectInfos")] + public virtual System.Collections.Generic.IList CrossSiteInterconnectInfos { get; set; } + /// [Output Only] An optional description of the resource. [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } @@ -110646,7 +114552,7 @@ public class InterconnectLocation : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations. + /// [Output Only] Type of the resource. Alwayscompute#interconnectLocation for interconnect locations. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -110680,9 +114586,9 @@ public class InterconnectLocation : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList SingleRegionProductionCriticalPeerLocations { get; set; } /// - /// [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: - /// The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The - /// InterconnectLocation is available for provisioning new Interconnects. + /// [Output Only] The status of this InterconnectLocation, which can take one of the following values: - + /// CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - + /// AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -110695,6 +114601,23 @@ public class InterconnectLocation : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Information about Cross-Site Interconnect wires which may be created between the containing location and another + /// remote location. + /// + public class InterconnectLocationCrossSiteInterconnectInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The remote location for Cross-Site Interconnect wires. This specifies an InterconnectLocation city + /// (metropolitan area designator), which itself may match multiple InterconnectLocations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("city")] + public virtual string City { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response to the list request, and contains a list of interconnect locations. public class InterconnectLocationList : Google.Apis.Requests.IDirectResponseSchema { @@ -110707,14 +114630,14 @@ public class InterconnectLocationList : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#interconnectLocationList for lists of interconnect locations. + /// [Output Only] Type of resource. Alwayscompute#interconnectLocationList for lists of interconnect locations. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -110743,8 +114666,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -110754,8 +114677,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -110788,6 +114711,13 @@ public class InterconnectLocationRegionInfo : Google.Apis.Requests.IDirectRespon [Newtonsoft.Json.JsonPropertyAttribute("expectedRttMs")] public virtual System.Nullable ExpectedRttMs { get; set; } + /// + /// Identifies whether L2 Interconnect Attachments can be created in this region for interconnects that are in + /// this location. + /// + [Newtonsoft.Json.JsonPropertyAttribute("l2ForwardingEnabled")] + public virtual System.Nullable L2ForwardingEnabled { get; set; } + /// Identifies the network presence of this location. [Newtonsoft.Json.JsonPropertyAttribute("locationPresence")] public virtual string LocationPresence { get; set; } @@ -110807,9 +114737,9 @@ public class InterconnectLocationRegionInfo : Google.Apis.Requests.IDirectRespon public class InterconnectMacsec : Google.Apis.Requests.IDirectResponseSchema { /// - /// If set to true, the Interconnect connection is configured with a should-secure MACsec security policy, that + /// If set to true, the Interconnect connection is configured with ashould-secure MACsec security policy, that /// allows the Google router to fallback to cleartext traffic if the MKA session cannot be established. By - /// default, the Interconnect connection is configured with a must-secure security policy that drops all traffic + /// default, the Interconnect connection is configured with amust-secure security policy that drops all traffic /// if the MKA session cannot be established with your router. /// [Newtonsoft.Json.JsonPropertyAttribute("failOpen")] @@ -110876,7 +114806,7 @@ public class InterconnectMacsecConfigPreSharedKey : Google.Apis.Requests.IDirect public class InterconnectMacsecPreSharedKey : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. A name for this pre-shared key. The name must be 1-63 characters long, and comply with RFC1035. + /// Required. A name for this pre-shared key. The name must be 1-63 characters long, and comply withRFC1035. /// Specifically, the name must be 1-63 characters long and match the regular expression /// `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following /// characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -110915,10 +114845,11 @@ public class InterconnectOutageNotification : Google.Apis.Requests.IDirectRespon public virtual System.Nullable EndTime { get; set; } /// - /// Form this outage is expected to take, which can take one of the following values: - OUTAGE: The Interconnect - /// may be completely out of service for some or all of the specified window. - PARTIAL_OUTAGE: Some circuits - /// comprising the Interconnect as a whole should remain up, but with reduced bandwidth. Note that the versions - /// of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values. + /// Form this outage is expected to take, which can take one of the following values: - OUTAGE: The + /// Interconnect may be completely out of service for some or all of the specified window. - + /// PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced + /// bandwidth. Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the + /// unprefixed values. /// [Newtonsoft.Json.JsonPropertyAttribute("issueType")] public virtual string IssueType { get; set; } @@ -110928,8 +114859,9 @@ public class InterconnectOutageNotification : Google.Apis.Requests.IDirectRespon public virtual string Name { get; set; } /// - /// The party that generated this notification, which can take the following value: - GOOGLE: this notification - /// as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE. + /// The party that generated this notification, which can take the following value: - GOOGLE: this + /// notification as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of + /// GOOGLE. /// [Newtonsoft.Json.JsonPropertyAttribute("source")] public virtual string Source { get; set; } @@ -110939,11 +114871,11 @@ public class InterconnectOutageNotification : Google.Apis.Requests.IDirectRespon public virtual System.Nullable StartTime { get; set; } /// - /// State of this notification, which can take one of the following values: - ACTIVE: This outage notification - /// is active. The event could be in the past, present, or future. See start_time and end_time for scheduling. - - /// CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. - - /// COMPLETED: The outage associated with this notification is complete. Note that the versions of this enum - /// prefixed with "NS_" have been deprecated in favor of the unprefixed values. + /// State of this notification, which can take one of the following values: - ACTIVE: This outage + /// notification is active. The event could be in the past, present, or future. See start_time and end_time + /// for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the + /// outage was due to start. - COMPLETED: The outage associated with this notification is complete. Note + /// that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -110952,8 +114884,27 @@ public class InterconnectOutageNotification : Google.Apis.Requests.IDirectRespon public virtual string ETag { get; set; } } + /// Additional interconnect parameters. + public class InterconnectParams : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource + /// manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be + /// specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * + /// {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"} * {"123/environment" : "production", + /// "345/abc" : "xyz"} Note: * Invalid combinations of ID &amp; namespaced format is not supported. For + /// instance: {"123/environment" : "tagValues/444"} is invalid. * Inconsistent format is not supported. For + /// instance: {"tagKeys/333" : "tagValues/444", "123/env" : "prod"} is invalid. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resourceManagerTags")] + public virtual System.Collections.Generic.IDictionary ResourceManagerTags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// - /// Represents a Cross-Cloud Interconnect Remote Location resource. You can use this resource to find remote + /// Represents a Cross-Cloud Interconnect Remote Location resource. You can use this resource to find remote /// location details about an Interconnect attachment (VLAN). /// public class InterconnectRemoteLocation : Google.Apis.Requests.IDirectResponseSchema @@ -110987,13 +114938,13 @@ public class InterconnectRemoteLocation : Google.Apis.Requests.IDirectResponseSc public virtual InterconnectRemoteLocationConstraints Constraints { get; set; } /// - /// [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - - /// EUROPE - NORTH_AMERICA - SOUTH_AMERICA + /// [Output Only] Continent for this location, which can take one of the following values: - AFRICA - + /// ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA /// [Newtonsoft.Json.JsonPropertyAttribute("continent")] public virtual string Continent { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -111016,7 +114967,7 @@ public class InterconnectRemoteLocation : Google.Apis.Requests.IDirectResponseSc public virtual System.Nullable Id { get; set; } /// - /// [Output Only] Type of the resource. Always compute#interconnectRemoteLocation for interconnect remote + /// [Output Only] Type of the resource. Alwayscompute#interconnectRemoteLocation for interconnect remote /// locations. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -111076,10 +115027,10 @@ public class InterconnectRemoteLocation : Google.Apis.Requests.IDirectResponseSc public virtual string SelfLink { get; set; } /// - /// [Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - - /// CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud - /// Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud - /// Interconnects. + /// [Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: + /// - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud + /// Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new + /// Cross-Cloud Interconnects. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -111092,8 +115043,8 @@ public class InterconnectRemoteLocationConstraints : Google.Apis.Requests.IDirec { /// /// [Output Only] Port pair remote location constraints, which can take one of the following values: - /// PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, PORT_PAIR_MATCHING_REMOTE_LOCATION. Google Cloud API refers only to - /// individual ports, but the UI uses this field when ordering a pair of ports, to prevent users from + /// PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, PORT_PAIR_MATCHING_REMOTE_LOCATION. Google Cloud API refers only + /// to individual ports, but the UI uses this field when ordering a pair of ports, to prevent users from /// accidentally ordering something that is incompatible with their cloud provider. Specifically, when ordering /// a redundant pair of Cross-Cloud Interconnect ports, and one of them uses a remote location with /// portPairMatchingRemoteLocation set to matching, the UI requires that both ports use the same remote @@ -111110,11 +115061,11 @@ public class InterconnectRemoteLocationConstraints : Google.Apis.Requests.IDirec public virtual string PortPairVlan { get; set; } /// - /// [Output Only] [min-length, max-length] The minimum and maximum value (inclusive) for the IPv4 subnet length. - /// For example, an interconnectRemoteLocation for Azure has {min: 30, max: 30} because Azure requires /30 - /// subnets. This range specifies the values supported by both cloud providers. Interconnect currently supports - /// /29 and /30 IPv4 subnet lengths. If a remote cloud has no constraint on IPv4 subnet length, the range would - /// thus be {min: 29, max: 30}. + /// [Output Only] [min-length, max-length] The minimum and maximum value (inclusive) for the IPv4 subnet + /// length. For example, an interconnectRemoteLocation for Azure has {min: 30, max: 30} because Azure + /// requires /30 subnets. This range specifies the values supported by both cloud providers. Interconnect + /// currently supports /29 and /30 IPv4 subnet lengths. If a remote cloud has no constraint on IPv4 subnet + /// length, the range would thus be {min: 29, max: 30}. /// [Newtonsoft.Json.JsonPropertyAttribute("subnetLengthRange")] public virtual InterconnectRemoteLocationConstraintsSubnetLengthRange SubnetLengthRange { get; set; } @@ -111147,7 +115098,7 @@ public class InterconnectRemoteLocationList : Google.Apis.Requests.IDirectRespon public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#interconnectRemoteLocationList for lists of interconnect + /// [Output Only] Type of resource. Alwayscompute#interconnectRemoteLocationList for lists of interconnect /// remote locations. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -111155,7 +115106,7 @@ public class InterconnectRemoteLocationList : Google.Apis.Requests.IDirectRespon /// /// [Output Only] This token lets you get the next page of results for list requests. If the number of results - /// is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next + /// is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next /// list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -111184,8 +115135,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -111195,8 +115146,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -111252,8 +115203,8 @@ public class InterconnectsGetMacsecConfigResponse : Google.Apis.Requests.IDirect } /// - /// Represents a License resource. A License represents billing and aggregate usage data for public and marketplace - /// images. *Caution* This resource is intended for use only by third-party partners who are creating Cloud + /// Represents a License resource. A License represents billing and aggregate usage data forpublic andmarketplace + /// images. *Caution* This resource is intended for use only by third-party partners who are creatingCloud /// Marketplace images. /// public class License : Google.Apis.Requests.IDirectResponseSchema @@ -111275,7 +115226,7 @@ public class License : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("chargesUseFee")] public virtual System.Nullable ChargesUseFee { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -111319,7 +115270,7 @@ public class License : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("multiTenantOnly")] public virtual System.Nullable MultiTenantOnly { get; set; } - /// Name of the resource. The name must be 1-63 characters long and comply with RFC1035. + /// Name of the resource. The name must be 1-63 characters long and comply withRFC1035. [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -111366,7 +115317,7 @@ public class License : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("transferable")] public virtual System.Nullable Transferable { get; set; } - /// [Output Only] Last update timestamp in RFC3339 text format. + /// [Output Only] Last update timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("updateTimestamp")] public virtual string UpdateTimestamp { get; set; } @@ -111375,13 +115326,13 @@ public class License : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a License Code resource. A License Code is a unique identifier used to represent a license resource. - /// *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace + /// Represents a License Code resource. A License Code is a unique identifier used to represent alicense resource. + /// *Caution* This resource is intended for use only by third-party partners who are creatingCloud Marketplace /// images. /// public class LicenseCode : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -111492,7 +115443,7 @@ public class LicensesListResponse : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -111521,8 +115472,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -111532,8 +115483,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -111622,7 +115573,7 @@ public class LocationPolicyLocation : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("constraints")] public virtual LocationPolicyLocationConstraints Constraints { get; set; } - /// Preference for a given location. Set to either ALLOW or DENY. + /// Preference for a given location. Set to either ALLOW orDENY. [Newtonsoft.Json.JsonPropertyAttribute("preference")] public virtual string Preference { get; set; } @@ -111644,13 +115595,13 @@ public class LocationPolicyLocationConstraints : Google.Apis.Requests.IDirectRes } /// - /// Represents a machine image resource. A machine image is a Compute Engine resource that stores all the + /// Represents a machine image resource. A machine image is a Compute Engine resource that stores all the /// configuration, metadata, permissions, and data from one or more disks required to create a Virtual machine (VM) - /// instance. For more information, see Machine images. + /// instance. For more information, seeMachine images. /// public class MachineImage : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] The creation timestamp for this machine image in RFC3339 text format. + /// [Output Only] The creation timestamp for this machine image inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -111677,7 +115628,7 @@ public class MachineImage : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("instanceProperties")] public virtual InstanceProperties InstanceProperties { get; set; } - /// [Output Only] The resource type, which is always compute#machineImage for machine image. + /// [Output Only] The resource type, which is alwayscompute#machineImage for machine image. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -111685,7 +115636,7 @@ public class MachineImage : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this machine image, which is essentially a hash of the labels /// set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels. To see the latest fingerprint, make get() request to the machine image. + /// update or change labels. To see the latest fingerprint, make get() request to the machine image. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } @@ -111697,11 +115648,11 @@ public class MachineImage : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Encrypts the machine image using a customer-supplied encryption key. After you encrypt a machine image using + /// Encrypts the machine image using acustomer-supplied encryption key. After you encrypt a machine image using /// a customer-supplied key, you must provide the same key if you use the machine image later. For example, you /// must provide the encryption key when you create an instance from the encrypted machine image in a future - /// request. Customer-supplied encryption keys do not protect access to metadata of the machine image. If you do - /// not provide an encryption key when creating the machine image, then the machine image will be encrypted + /// request. Customer-supplied encryption keys do not protect access to metadata of the machine image. If you + /// do not provide an encryption key when creating the machine image, then the machine image will be encrypted /// using an automatically generated key and you do not need to provide a key to use the machine image later. /// [Newtonsoft.Json.JsonPropertyAttribute("machineImageEncryptionKey")] @@ -111709,7 +115660,7 @@ public class MachineImage : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -111734,7 +115685,7 @@ public class MachineImage : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// [Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if + /// [Input Only] Thecustomer-supplied encryption key of the disks attached to the source instance. Required if /// the source disk is protected by a customer-supplied encryption key. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceDiskEncryptionKeys")] @@ -111742,8 +115693,8 @@ public class MachineImage : Google.Apis.Requests.IDirectResponseSchema /// /// The source instance used to create the machine image. You can provide this as a partial or full URL to the - /// resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - + /// resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance - /// projects/project/zones/zone/instances/instance /// [Newtonsoft.Json.JsonPropertyAttribute("sourceInstance")] @@ -111757,14 +115708,14 @@ public class MachineImage : Google.Apis.Requests.IDirectResponseSchema public virtual SourceInstanceProperties SourceInstanceProperties { get; set; } /// - /// [Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, - /// DELETING, and UPLOADING. + /// [Output Only] The status of the machine image. One of the following values:INVALID, CREATING, + /// READY,DELETING, and UPLOADING. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } /// - /// The regional or multi-regional Cloud Storage bucket location where the machine image is stored. + /// The regional or multi-regional Cloud Storage bucket location where themachine image is stored. /// [Newtonsoft.Json.JsonPropertyAttribute("storageLocations")] public virtual System.Collections.Generic.IList StorageLocations { get; set; } @@ -111789,14 +115740,14 @@ public class MachineImageList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#machineImagesListResponse for machine image lists. + /// [Output Only] The resource type, which is alwayscompute#machineImagesListResponse for machine image lists. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -111825,8 +115776,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -111836,8 +115787,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -111859,8 +115810,8 @@ public class DataData } /// - /// Represents a Machine Type resource. You can use specific machine types for your VM instances based on - /// performance and pricing requirements. For more information, read Machine Types. + /// Represents a Machine Type resource. You can use specific machine types for your VM instances based on + /// performance and pricing requirements. For more information, readMachine Types. /// public class MachineType : Google.Apis.Requests.IDirectResponseSchema { @@ -111872,7 +115823,7 @@ public class MachineType : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("architecture")] public virtual string Architecture { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -111904,13 +115855,12 @@ public class MachineType : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable ImageSpaceGb { get; set; } /// - /// [Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more - /// information. + /// [Output Only] Whether this machine type has a shared CPU. SeeShared-core machine types for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("isSharedCpu")] public virtual System.Nullable IsSharedCpu { get; set; } - /// [Output Only] The type of the resource. Always compute#machineType for machine types. + /// [Output Only] The type of the resource. Alwayscompute#machineType for machine types. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -111948,7 +115898,7 @@ public class AcceleratorsData [Newtonsoft.Json.JsonPropertyAttribute("guestAcceleratorCount")] public virtual System.Nullable GuestAcceleratorCount { get; set; } - /// The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4. + /// The accelerator type resource name, not a full URL, e.g.nvidia-tesla-t4. [Newtonsoft.Json.JsonPropertyAttribute("guestAcceleratorType")] public virtual string GuestAcceleratorType { get; set; } } @@ -111965,7 +115915,7 @@ public class MachineTypeAggregatedList : Google.Apis.Requests.IDirectResponseSch public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#machineTypeAggregatedList for aggregated lists of machine + /// [Output Only] Type of resource. Alwayscompute#machineTypeAggregatedList for aggregated lists of machine /// types. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -111973,7 +115923,7 @@ public class MachineTypeAggregatedList : Google.Apis.Requests.IDirectResponseSch /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -112006,8 +115956,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -112017,8 +115967,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -112058,7 +116008,7 @@ public class MachineTypeList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -112087,8 +116037,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -112098,8 +116048,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -112144,8 +116094,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -112155,8 +116105,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -112182,18 +116132,19 @@ public class ManagedInstance : Google.Apis.Requests.IDirectResponseSchema { /// /// [Output Only] The current action that the managed instance group has scheduled for the instance. Possible - /// values: - NONE The instance is running, and the managed instance group does not have any scheduled actions - /// for this instance. - CREATING The managed instance group is creating this instance. If the group fails to - /// create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed - /// instance group is attempting to create this instance only once. If the group fails to create this instance, - /// it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed - /// instance group is recreating this instance. - DELETING The managed instance group is permanently deleting - /// this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be - /// removed from the instance group and from any target pools that are associated with this group. - RESTARTING - /// The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying - /// configuration changes to the instance without stopping it. For example, the group can update the target pool - /// list for an instance without stopping that instance. - VERIFYING The managed instance group has created the - /// instance and it is in the process of being verified. + /// values: - NONE The instance is running, and the managed instance group does not have any scheduled + /// actions for this instance. - CREATING The managed instance group is creating this instance. If the + /// group fails to create this instance, it will try again until it is successful. - + /// CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If + /// the group fails to create this instance, it does not try again and the group'stargetSize value is + /// decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING + /// The managed instance group is permanently deleting this instance. - ABANDONING The managed instance + /// group is abandoning this instance. The instance will be removed from the instance group and from any + /// target pools that are associated with this group. - RESTARTING The managed instance group is restarting + /// the instance. - REFRESHING The managed instance group is applying configuration changes to the + /// instance without stopping it. For example, the group can update the target pool list for an instance + /// without stopping that instance. - VERIFYING The managed instance group has created the instance and + /// it is in the process of being verified. /// [Newtonsoft.Json.JsonPropertyAttribute("currentAction")] public virtual string CurrentAction { get; set; } @@ -112369,7 +116320,7 @@ public class Metadata : Google.Apis.Requests.IDirectResponseSchema /// Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used /// for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every /// request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to - /// update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change metadata, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve the resource. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -112411,12 +116362,12 @@ public class ItemsData /// Opaque filter criteria used by load balancers to restrict routing configuration to a limited set of load /// balancing proxies. Proxies and sidecars involved in load balancing would typically present metadata to the load /// balancers that need to match criteria specified here. If a match takes place, the relevant configuration is made - /// available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to - /// MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its + /// available to those proxies. For each metadataFilter in this list, if itsfilterMatchCriteria is set to + /// MATCH_ANY, at least one of thefilterLabels must match the corresponding label provided in the metadata. If its /// filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels - /// provided in the metadata. An example for using metadataFilters would be: if load balancing involves Envoys, they - /// receive routing configuration when values in metadataFilters match values supplied in of their XDS requests to - /// loadbalancers. + /// provided in the metadata. An example for using metadataFilters would be: if load balancing involves Envoys, + /// they receive routing configuration when values inmetadataFilters match values supplied in of their XDS requests + /// to loadbalancers. /// public class MetadataFilter : Google.Apis.Requests.IDirectResponseSchema { @@ -112429,9 +116380,9 @@ public class MetadataFilter : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies how individual filter label matches within the list of filterLabels and contributes toward the - /// overall metadataFilter match. Supported values are: - MATCH_ANY: at least one of the filterLabels must have - /// a matching label in the provided metadata. - MATCH_ALL: all filterLabels must have matching labels in the - /// provided metadata. + /// overall metadataFilter match. Supported values are: - MATCH_ANY: at least one of the filterLabels + /// must have a matching label in the provided metadata. - MATCH_ALL: all filterLabels must have matching + /// labels in the provided metadata. /// [Newtonsoft.Json.JsonPropertyAttribute("filterMatchCriteria")] public virtual string FilterMatchCriteria { get; set; } @@ -112447,14 +116398,14 @@ public class MetadataFilter : Google.Apis.Requests.IDirectResponseSchema public class MetadataFilterLabelMatch : Google.Apis.Requests.IDirectResponseSchema { /// - /// Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 + /// Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 /// character long. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// - /// The value of the label must match the specified value. value can have a maximum length of 1024 characters. + /// The value of the label must match the specified value. value can have a maximum length of 1024 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("value")] public virtual string Value { get; set; } @@ -112467,7 +116418,7 @@ public class MetadataFilterLabelMatch : Google.Apis.Requests.IDirectResponseSche public class NamedPort : Google.Apis.Requests.IDirectResponseSchema { /// - /// The name for this named port. The name must be 1-63 characters long, and comply with RFC1035. + /// The name for this named port. The name must be 1-63 characters long, and comply withRFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -112525,30 +116476,30 @@ public class NatIpInfoResponse : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a VPC Network resource. Networks connect resources to each other and to the internet. For more - /// information, read Virtual Private Cloud (VPC) Network. + /// Represents a VPC Network resource. Networks connect resources to each other and to the internet. For more + /// information, readVirtual Private Cloud (VPC) Network. /// public class Network : Google.Apis.Requests.IDirectResponseSchema { /// /// Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network. - /// This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is + /// This range is aCIDR specification, for example:192.168.0.0/16. Provided by the client when the network is /// created. /// [Newtonsoft.Json.JsonPropertyAttribute("IPv4Range")] public virtual string IPv4Range { get; set; } /// - /// Must be set to create a VPC network. If not set, a legacy network is created. When set to true, the VPC - /// network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode - /// VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto - /// mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworks insert + /// Must be set to create a VPC network. If not set, a legacy network is created. When set to true, the VPC + /// network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode + /// VPC network starts with one subnet per region. Each subnet has a predetermined range as described inAuto + /// mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworksinsert /// method. /// [Newtonsoft.Json.JsonPropertyAttribute("autoCreateSubnetworks")] public virtual System.Nullable AutoCreateSubnetworks { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -112604,7 +116555,7 @@ public class Network : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following /// characters (except for the last character) must be a dash, lowercase letter, or digit. The last character /// must be a lowercase letter or digit. @@ -112621,9 +116572,9 @@ public class Network : Google.Apis.Requests.IDirectResponseSchema /// /// A full or partial URL of the network profile to apply to this network. This field can be set only at - /// resource creation time. For example, the following are valid URLs: - + /// resource creation time. For example, the following are valid URLs: - /// https://www.googleapis.com/compute/{api_version}/projects/{project_id}/global/networkProfiles/{network_profile_name} - /// - projects/{project_id}/global/networkProfiles/{network_profile_name} + /// - projects/{project_id}/global/networkProfiles/{network_profile_name} /// [Newtonsoft.Json.JsonPropertyAttribute("networkProfile")] public virtual string NetworkProfile { get; set; } @@ -112640,7 +116591,7 @@ public class Network : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Peerings { get; set; } /// - /// The network-level routing configuration for this network. Used by Cloud Router to determine what type of + /// The network-level routing configuration for this network. Used by Cloud Router to determine what type of /// network-wide routing behavior to enforce. /// [Newtonsoft.Json.JsonPropertyAttribute("routingConfig")] @@ -112676,7 +116627,7 @@ public class NetworkAttachment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("connectionPreference")] public virtual string ConnectionPreference { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -112705,7 +116656,7 @@ public class NetworkAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -112779,7 +116730,7 @@ public class NetworkAttachmentAggregatedList : Google.Apis.Requests.IDirectRespo /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -112808,8 +116759,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -112819,8 +116770,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -112899,7 +116850,7 @@ public class NetworkAttachmentList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -112928,8 +116879,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -112939,8 +116890,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -112989,8 +116940,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113000,8 +116951,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113025,7 +116976,7 @@ public class DataData /// Represents a Google Cloud Armor network edge security service resource. public class NetworkEdgeSecurityService : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -113039,7 +116990,7 @@ public class NetworkEdgeSecurityService : Google.Apis.Requests.IDirectResponseSc /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint /// must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with - /// error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a + /// error412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a /// NetworkEdgeSecurityService. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -113052,15 +117003,14 @@ public class NetworkEdgeSecurityService : Google.Apis.Requests.IDirectResponseSc public virtual System.Nullable Id { get; set; } /// - /// [Output only] Type of the resource. Always compute#networkEdgeSecurityService for - /// NetworkEdgeSecurityServices + /// [Output only] Type of the resource. Alwayscompute#networkEdgeSecurityService for NetworkEdgeSecurityServices /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -113107,7 +117057,7 @@ public class NetworkEdgeSecurityServiceAggregatedList : Google.Apis.Requests.IDi public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#networkEdgeSecurityServiceAggregatedList for lists of Network + /// [Output Only] Type of resource. Alwayscompute#networkEdgeSecurityServiceAggregatedList for lists of Network /// Edge Security Services. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -113115,7 +117065,7 @@ public class NetworkEdgeSecurityServiceAggregatedList : Google.Apis.Requests.IDi /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -113145,8 +117095,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113156,8 +117106,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113206,8 +117156,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113217,8 +117167,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113247,25 +117197,25 @@ public class NetworkEndpoint : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Annotations { get; set; } /// - /// Represents the port number to which PSC consumer sends packets. Optional. Only valid for network endpoint - /// groups created with GCE_VM_IP_PORTMAP endpoint type. + /// Represents the port number to which PSC consumer sends packets. Optional. Only valid for network endpoint + /// groups created withGCE_VM_IP_PORTMAP endpoint type. /// [Newtonsoft.Json.JsonPropertyAttribute("clientDestinationPort")] public virtual System.Nullable ClientDestinationPort { get; set; } /// /// Optional fully qualified domain name of network endpoint. This can only be specified when - /// NetworkEndpointGroup.network_endpoint_type is NON_GCP_FQDN_PORT. + /// NetworkEndpointGroup.network_endpoint_type isNON_GCP_FQDN_PORT. /// [Newtonsoft.Json.JsonPropertyAttribute("fqdn")] public virtual string Fqdn { get; set; } /// /// The name or a URL of VM instance of this network endpoint. Optional, the field presence depends on the - /// network endpoint type. The field is required for network endpoints of type GCE_VM_IP and GCE_VM_IP_PORT. The + /// network endpoint type. The field is required for network endpoints of type GCE_VM_IP andGCE_VM_IP_PORT. The /// instance must be in the same zone of network endpoint group (for zonal NEGs) or in the zone within the /// region of the NEG (for regional NEGs). If the ipAddress is specified, it must belongs to the VM instance. - /// The name must be 1-63 characters long, and comply with RFC1035 or be a valid URL pointing to an existing + /// The name must be 1-63 characters long, and comply withRFC1035 or be a valid URL pointing to an existing /// instance. /// [Newtonsoft.Json.JsonPropertyAttribute("instance")] @@ -113274,11 +117224,11 @@ public class NetworkEndpoint : Google.Apis.Requests.IDirectResponseSchema /// /// Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the /// primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP - /// address for the VM instance in the network that the network endpoint group belongs to will be used. This - /// field is redundant and need not be set for network endpoints of type GCE_VM_IP. If set, it must be set to - /// the primary internal IP address of the attached VM instance that matches the subnetwork of the NEG. The - /// primary internal IP address from any NIC of a multi-NIC VM instance can be added to a NEG as long as it - /// matches the NEG subnetwork. + /// address for the VM instance in the network that the network endpoint group belongs to will be used. This + /// field is redundant and need not be set for network endpoints of typeGCE_VM_IP. If set, it must be set to the + /// primary internal IP address of the attached VM instance that matches the subnetwork of the NEG. The primary + /// internal IP address from any NIC of a multi-NIC VM instance can be added to a NEG as long as it matches the + /// NEG subnetwork. /// [Newtonsoft.Json.JsonPropertyAttribute("ipAddress")] public virtual string IpAddress { get; set; } @@ -113289,7 +117239,7 @@ public class NetworkEndpoint : Google.Apis.Requests.IDirectResponseSchema /// /// Optional port number of network endpoint. If not specified, the defaultPort for the network endpoint group - /// will be used. This field can not be set for network endpoints of type GCE_VM_IP. + /// will be used. This field can not be set for network endpoints of typeGCE_VM_IP. /// [Newtonsoft.Json.JsonPropertyAttribute("port")] public virtual System.Nullable Port { get; set; } @@ -113299,9 +117249,9 @@ public class NetworkEndpoint : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set of endpoints + /// Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set of endpoints /// should be reached, whether they are reachable, and where they are located. For more information about using NEGs - /// for different use cases, see Network endpoint groups overview. + /// for different use cases, seeNetwork endpoint groups overview. /// public class NetworkEndpointGroup : Google.Apis.Requests.IDirectResponseSchema { @@ -113310,33 +117260,33 @@ public class NetworkEndpointGroup : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Annotations { get; set; } /// - /// Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or - /// cloudFunction may be set. + /// Optional. Only valid when networkEndpointType isSERVERLESS. Only one of cloudRun,appEngine or cloudFunction + /// may be set. /// [Newtonsoft.Json.JsonPropertyAttribute("appEngine")] public virtual NetworkEndpointGroupAppEngine AppEngine { get; set; } /// - /// Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or - /// cloudFunction may be set. + /// Optional. Only valid when networkEndpointType isSERVERLESS. Only one of cloudRun,appEngine or cloudFunction + /// may be set. /// [Newtonsoft.Json.JsonPropertyAttribute("cloudFunction")] public virtual NetworkEndpointGroupCloudFunction CloudFunction { get; set; } /// - /// Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or - /// cloudFunction may be set. + /// Optional. Only valid when networkEndpointType isSERVERLESS. Only one of cloudRun,appEngine or cloudFunction + /// may be set. /// [Newtonsoft.Json.JsonPropertyAttribute("cloudRun")] public virtual NetworkEndpointGroupCloudRun CloudRun { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } /// - /// The default port used if the port number is not specified in the network endpoint. Optional. If the network - /// endpoint type is either GCE_VM_IP, SERVERLESS or PRIVATE_SERVICE_CONNECT, this field must not be specified. + /// The default port used if the port number is not specified in the network endpoint. Optional. If the network + /// endpoint type is either GCE_VM_IP,SERVERLESS or PRIVATE_SERVICE_CONNECT, this field must not be specified. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultPort")] public virtual System.Nullable DefaultPort { get; set; } @@ -113354,14 +117304,14 @@ public class NetworkEndpointGroup : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group. + /// [Output Only] Type of the resource. Alwayscompute#networkEndpointGroup for network endpoint group. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -113377,26 +117327,26 @@ public class NetworkEndpointGroup : Google.Apis.Requests.IDirectResponseSchema public virtual string Network { get; set; } /// - /// Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, - /// NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT, - /// GCE_VM_IP_PORTMAP. + /// Type of network endpoints in this network endpoint group. Can be one ofGCE_VM_IP, + /// GCE_VM_IP_PORT,NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT,INTERNET_IP_PORT, + /// SERVERLESS,PRIVATE_SERVICE_CONNECT, GCE_VM_IP_PORTMAP. /// [Newtonsoft.Json.JsonPropertyAttribute("networkEndpointType")] public virtual string NetworkEndpointType { get; set; } - /// Optional. Only valid when networkEndpointType is PRIVATE_SERVICE_CONNECT. + /// Optional. Only valid when networkEndpointType isPRIVATE_SERVICE_CONNECT. [Newtonsoft.Json.JsonPropertyAttribute("pscData")] public virtual NetworkEndpointGroupPscData PscData { get; set; } /// /// The target service url used to set up private service connection to a Google API or a PSC Producer Service - /// Attachment. An example value is: asia-northeast3-cloudkms.googleapis.com. Optional. Only valid when - /// networkEndpointType is PRIVATE_SERVICE_CONNECT. + /// Attachment. An example value is: asia-northeast3-cloudkms.googleapis.com. Optional. Only valid when + /// networkEndpointType isPRIVATE_SERVICE_CONNECT. /// [Newtonsoft.Json.JsonPropertyAttribute("pscTargetService")] public virtual string PscTargetService { get; set; } - /// [Output Only] The URL of the region where the network endpoint group is located. + /// [Output Only] The URL of theregion where the network endpoint group is located. [Newtonsoft.Json.JsonPropertyAttribute("region")] public virtual string Region { get; set; } @@ -113412,7 +117362,7 @@ public class NetworkEndpointGroup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] public virtual string Subnetwork { get; set; } - /// [Output Only] The URL of the zone where the network endpoint group is located. + /// [Output Only] The URL of thezone where the network endpoint group is located. [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -113431,7 +117381,7 @@ public class NetworkEndpointGroupAggregatedList : Google.Apis.Requests.IDirectRe public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#networkEndpointGroupAggregatedList for aggregated + /// [Output Only] The resource type, which is alwayscompute#networkEndpointGroupAggregatedList for aggregated /// lists of network endpoint groups. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -113439,7 +117389,7 @@ public class NetworkEndpointGroupAggregatedList : Google.Apis.Requests.IDirectRe /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -113472,8 +117422,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113483,8 +117433,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113508,31 +117458,31 @@ public class DataData /// /// Configuration for an App Engine network endpoint group (NEG). The service is optional, may be provided /// explicitly or in the URL mask. The version is optional and can only be provided explicitly or in the URL mask - /// when service is present. Note: App Engine service must be in the same project and located in the same region as + /// when service is present. Note: App Engine service must be in the same project and located in the same region as /// the Serverless NEG. /// public class NetworkEndpointGroupAppEngine : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example + /// Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example /// value: default, my-service. /// [Newtonsoft.Json.JsonPropertyAttribute("service")] public virtual string Service { get; set; } /// - /// An URL mask is one of the main components of the Cloud Function. A template to parse service and version + /// An URL mask is one of the main components of the Cloud Function. A template to parse service and version /// fields from a request URL. URL mask allows for routing to multiple App Engine services without having to - /// create multiple Network Endpoint Groups and backend services. For example, the request URLs - /// foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG - /// with URL mask &lt;service&gt;-dot-appname.appspot.com/&lt;version&gt;. The URL mask will + /// create multiple Network Endpoint Groups and backend services. For example, the request + /// URLsfoo1-dot-appname.appspot.com/v1 andfoo1-dot-appname.appspot.com/v2 can be backed by the same Serverless + /// NEG with URL mask&lt;service&gt;-dot-appname.appspot.com/&lt;version&gt;. The URL mask will /// parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively. /// [Newtonsoft.Json.JsonPropertyAttribute("urlMask")] public virtual string UrlMask { get; set; } /// - /// Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example + /// Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example /// value: v1, v2. /// [Newtonsoft.Json.JsonPropertyAttribute("version")] @@ -113544,24 +117494,24 @@ public class NetworkEndpointGroupAppEngine : Google.Apis.Requests.IDirectRespons /// /// Configuration for a Cloud Function network endpoint group (NEG). The function must be provided explicitly or in - /// the URL mask. Note: Cloud Function must be in the same project and located in the same region as the Serverless + /// the URL mask. Note: Cloud Function must be in the same project and located in the same region as the Serverless /// NEG. /// public class NetworkEndpointGroupCloudFunction : Google.Apis.Requests.IDirectResponseSchema { /// - /// A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters - /// long. Example value: func1. + /// A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters + /// long. Example value: func1. /// [Newtonsoft.Json.JsonPropertyAttribute("function")] public virtual string Function { get; set; } /// - /// An URL mask is one of the main components of the Cloud Function. A template to parse function field from a + /// An URL mask is one of the main components of the Cloud Function. A template to parse function field from a /// request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple - /// Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and - /// mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /&lt;function&gt;. The - /// URL mask will parse them to { function = "function1" } and { function = "function2" } respectively. + /// Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 + /// andmydomain.com/function2 can be backed by the same Serverless NEG with URL mask /&lt;function&gt;. + /// The URL mask will parse them to { function = "function1" } and{ function = "function2" } respectively. /// [Newtonsoft.Json.JsonPropertyAttribute("urlMask")] public virtual string UrlMask { get; set; } @@ -113572,32 +117522,32 @@ public class NetworkEndpointGroupCloudFunction : Google.Apis.Requests.IDirectRes /// /// Configuration for a Cloud Run network endpoint group (NEG). The service must be provided explicitly or in the - /// URL mask. The tag is optional, may be provided explicitly or in the URL mask. Note: Cloud Run service must be in - /// the same project and located in the same region as the Serverless NEG. + /// URL mask. The tag is optional, may be provided explicitly or in the URL mask. Note: Cloud Run service must be + /// in the same project and located in the same region as the Serverless NEG. /// public class NetworkEndpointGroupCloudRun : Google.Apis.Requests.IDirectResponseSchema { /// - /// Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply - /// with RFC1035. Example value: "run-service". + /// Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply + /// withRFC1035. Example value: "run-service". /// [Newtonsoft.Json.JsonPropertyAttribute("service")] public virtual string Service { get; set; } /// /// Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing - /// information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010". + /// information. The tag must be 1-63 characters long, and comply withRFC1035. Example value: "revision-0010". /// [Newtonsoft.Json.JsonPropertyAttribute("tag")] public virtual string Tag { get; set; } /// - /// An URL mask is one of the main components of the Cloud Function. A template to parse &lt;service&gt; - /// and &lt;tag&gt; fields from a request URL. URL mask allows for routing to multiple Run services - /// without having to create multiple network endpoint groups and backend services. For example, request URLs - /// foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group - /// (NEG) with URL mask &lt;tag&gt;.domain.com/&lt;service&gt;. The URL mask will parse them to - /// { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively. + /// An URL mask is one of the main components of the Cloud Function. A template to parse + /// &lt;service&gt; and&lt;tag&gt; fields from a request URL. URL mask allows for routing to + /// multiple Run services without having to create multiple network endpoint groups and backend services. For + /// example, request URLs foo1.domain.com/bar1 andfoo1.domain.com/bar2 can be backed by the same Serverless + /// Network Endpoint Group (NEG) with URL mask&lt;tag&gt;.domain.com/&lt;service&gt;. The URL + /// mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively. /// [Newtonsoft.Json.JsonPropertyAttribute("urlMask")] public virtual string UrlMask { get; set; } @@ -113617,7 +117567,7 @@ public class NetworkEndpointGroupList : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#networkEndpointGroupList for network endpoint group + /// [Output Only] The resource type, which is alwayscompute#networkEndpointGroupList for network endpoint group /// lists. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -113625,7 +117575,7 @@ public class NetworkEndpointGroupList : Google.Apis.Requests.IDirectResponseSche /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -113654,8 +117604,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113665,8 +117615,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113762,7 +117712,7 @@ public class NetworkEndpointGroupsListNetworkEndpoints : Google.Apis.Requests.ID public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the + /// [Output Only] The resource type, which is alwayscompute#networkEndpointGroupsListNetworkEndpoints for the /// list of network endpoints in the specified network endpoint group. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -113770,7 +117720,7 @@ public class NetworkEndpointGroupsListNetworkEndpoints : Google.Apis.Requests.ID /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -113795,8 +117745,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113806,8 +117756,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113830,7 +117780,7 @@ public class DataData public class NetworkEndpointGroupsScopedList : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] The list of network endpoint groups that are contained in this scope. + /// [Output Only] The list ofnetwork endpoint groups that are contained in this scope. [Newtonsoft.Json.JsonPropertyAttribute("networkEndpointGroups")] public virtual System.Collections.Generic.IList NetworkEndpointGroups { get; set; } @@ -113858,8 +117808,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113869,8 +117819,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113894,7 +117844,7 @@ public class DataData public class NetworkEndpointWithHealthStatus : Google.Apis.Requests.IDirectResponseSchema { /// - /// [Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has + /// [Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has /// centralized health checking configured. /// [Newtonsoft.Json.JsonPropertyAttribute("healths")] @@ -113919,7 +117869,7 @@ public class NetworkFirewallPolicyAggregatedList : Google.Apis.Requests.IDirectR public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#networkFirewallPoliciesAggregatedList for lists of network + /// [Output Only] Type of resource. Alwayscompute#networkFirewallPoliciesAggregatedList for lists of network /// firewall policies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -113927,7 +117877,7 @@ public class NetworkFirewallPolicyAggregatedList : Google.Apis.Requests.IDirectR /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -113960,8 +117910,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -113971,8 +117921,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -113998,8 +117948,7 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema { /// /// An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is - /// supported. If there are no accessConfigs specified, then this instance will have no external internet - /// access. + /// supported. If there are noaccessConfigs specified, then this instance will have no external internet access. /// [Newtonsoft.Json.JsonPropertyAttribute("accessConfigs")] public virtual System.Collections.Generic.IList AccessConfigs { get; set; } @@ -114013,13 +117962,20 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an - /// Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the - /// NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or - /// 412 Precondition Failed if the fingerprint is out of date. + /// Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update + /// theNetworkInterface. The request will fail with error400 Bad Request if the fingerprint is not provided, + /// or412 Precondition Failed if the fingerprint is out of date. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } + /// + /// Indicate whether igmp query is enabled on the network interface or not. If enabled, also indicates the + /// version of IGMP supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("igmpQuery")] + public virtual string IgmpQuery { get; set; } + /// The prefix length of the primary internal IPv6 range. [Newtonsoft.Json.JsonPropertyAttribute("internalIpv6PrefixLength")] public virtual System.Nullable InternalIpv6PrefixLength { get; set; } @@ -114034,7 +117990,7 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This - /// field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6. + /// field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6. /// [Newtonsoft.Json.JsonPropertyAttribute("ipv6AccessType")] public virtual string Ipv6AccessType { get; set; } @@ -114048,14 +118004,14 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema public virtual string Ipv6Address { get; set; } /// - /// [Output Only] Type of the resource. Always compute#networkInterface for network interfaces. + /// [Output Only] Type of the resource. Alwayscompute#networkInterface for network interfaces. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] The name of the network interface, which is generated by the server. For a VM, the network - /// interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is + /// interface uses the nicN naming format. Where N is a value between 0 and7. The default interface value is /// nic0. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] @@ -114065,10 +118021,10 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema /// URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the /// subnetwork is specified, the default network global/networks/default is used. If the selected project /// doesn't have the default network, you must specify a network or subnet. If the network is not specified but - /// the subnetwork is specified, the network is inferred. If you specify this property, you can specify the - /// network as a full or partial URL. For example, the following are all valid URLs: - - /// https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - - /// projects/project/global/networks/network - global/networks/default + /// the subnetwork is specified, the network is inferred. If you specify this property, you can specify the + /// network as a full or partial URL. For example, the following are all valid URLs: - + /// https://www.googleapis.com/compute/v1/projects/project/global/networks/network - + /// projects/project/global/networks/network - global/networks/default /// [Newtonsoft.Json.JsonPropertyAttribute("network")] public virtual string Network { get; set; } @@ -114104,25 +118060,25 @@ public class NetworkInterface : Google.Apis.Requests.IDirectResponseSchema /// /// The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 - /// and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at + /// and IPv6 addresses, useIPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at /// instance creation and update network interface operations. /// [Newtonsoft.Json.JsonPropertyAttribute("stackType")] public virtual string StackType { get; set; } /// - /// The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not + /// The URL of the Subnetwork resource for this instance. If the network resource is inlegacy mode, do not /// specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the /// network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can - /// specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - - /// https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - + /// specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: + /// - https://www.googleapis.com/compute/v1/projects/project/regions/region/subnetworks/subnetwork - /// regions/region/subnetworks/subnetwork /// [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] public virtual string Subnetwork { get; set; } /// - /// VLAN tag of a dynamic network interface, must be an integer in the range from 2 to 255 inclusively. + /// VLAN tag of a dynamic network interface, must be an integer in the range from 2 to 255 inclusively. /// [Newtonsoft.Json.JsonPropertyAttribute("vlan")] public virtual System.Nullable Vlan { get; set; } @@ -114148,7 +118104,7 @@ public class NetworkList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -114177,8 +118133,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -114188,8 +118144,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -114235,10 +118191,10 @@ public class NetworkParams : Google.Apis.Requests.IDirectResponseSchema public class NetworkPeering : Google.Apis.Requests.IDirectResponseSchema { /// - /// This field will be deprecated soon. Use the exchange_subnet_routes field instead. Indicates whether full - /// mesh connectivity is created and managed automatically between peered networks. Currently this field should + /// This field will be deprecated soon. Use theexchange_subnet_routes field instead. Indicates whether full mesh + /// connectivity is created and managed automatically between peered networks. Currently this field should /// always be true since Google Compute Engine will automatically create and manage subnetwork routes between - /// two networks when peering state is ACTIVE. + /// two networks when peering state isACTIVE. /// [Newtonsoft.Json.JsonPropertyAttribute("autoCreateRoutes")] public virtual System.Nullable AutoCreateRoutes { get; set; } @@ -114250,7 +118206,7 @@ public class NetworkPeering : Google.Apis.Requests.IDirectResponseSchema /// /// Indicates whether full mesh connectivity is created and managed automatically between peered networks. /// Currently this field should always be true since Google Compute Engine will automatically create and manage - /// subnetwork routes between two networks when peering state is ACTIVE. + /// subnetwork routes between two networks when peering state isACTIVE. /// [Newtonsoft.Json.JsonPropertyAttribute("exchangeSubnetRoutes")] public virtual System.Nullable ExchangeSubnetRoutes { get; set; } @@ -114261,7 +118217,7 @@ public class NetworkPeering : Google.Apis.Requests.IDirectResponseSchema /// /// Whether subnet routes with public IP range are exported. The default value is true, all subnet routes are - /// exported. IPv4 special-use ranges are always exported to peers and are not controlled by this field. + /// exported.IPv4 special-use ranges are always exported to peers and are not controlled by this field. /// [Newtonsoft.Json.JsonPropertyAttribute("exportSubnetRoutesWithPublicIp")] public virtual System.Nullable ExportSubnetRoutesWithPublicIp { get; set; } @@ -114271,14 +118227,14 @@ public class NetworkPeering : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable ImportCustomRoutes { get; set; } /// - /// Whether subnet routes with public IP range are imported. The default value is false. IPv4 special-use ranges + /// Whether subnet routes with public IP range are imported. The default value is false.IPv4 special-use ranges /// are always imported from peers and are not controlled by this field. /// [Newtonsoft.Json.JsonPropertyAttribute("importSubnetRoutesWithPublicIp")] public virtual System.Nullable ImportSubnetRoutesWithPublicIp { get; set; } /// - /// Name of this peering. Provided by the client when the peering is created. The name must comply with RFC1035. + /// Name of this peering. Provided by the client when the peering is created. The name must comply withRFC1035. /// Specifically, the name must be 1-63 characters long and match regular expression /// `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all the following /// characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. @@ -114357,7 +118313,7 @@ public class NetworkPeeringConnectionStatus : Google.Apis.Requests.IDirectRespon /// /// The status of update/delete for a consensus peering connection. Only set when connection_status.update_strategy - /// is CONSENSUS or a network peering is proposing to update the strategy to CONSENSUS. + /// isCONSENSUS or a network peering is proposing to update the strategy to CONSENSUS. /// public class NetworkPeeringConnectionStatusConsensusState : Google.Apis.Requests.IDirectResponseSchema { @@ -114413,7 +118369,7 @@ public class NetworkPerformanceConfig : Google.Apis.Requests.IDirectResponseSche /// NetworkProfile represents a Google managed network profile resource. public class NetworkProfile : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -114431,7 +118387,7 @@ public class NetworkProfile : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of the resource. Always compute#networkProfile for network profiles. + /// [Output Only] Type of the resource. Alwayscompute#networkProfile for network profiles. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -114525,6 +118481,10 @@ public class NetworkProfileNetworkFeatures : Google.Apis.Requests.IDirectRespons [Newtonsoft.Json.JsonPropertyAttribute("allowMultiNicInSameNetwork")] public virtual string AllowMultiNicInSameNetwork { get; set; } + /// Specifies whether multicast is allowed. + [Newtonsoft.Json.JsonPropertyAttribute("allowMulticast")] + public virtual string AllowMulticast { get; set; } + /// Specifies whether NCC is allowed. [Newtonsoft.Json.JsonPropertyAttribute("allowNcc")] public virtual string AllowNcc { get; set; } @@ -114571,6 +118531,10 @@ public class NetworkProfileNetworkFeatures : Google.Apis.Requests.IDirectRespons [Newtonsoft.Json.JsonPropertyAttribute("interfaceTypes")] public virtual System.Collections.Generic.IList InterfaceTypes { get; set; } + /// Specifies which type of multicast is supported. + [Newtonsoft.Json.JsonPropertyAttribute("multicast")] + public virtual string Multicast { get; set; } + /// Specifies which subnetwork purposes are supported. [Newtonsoft.Json.JsonPropertyAttribute("subnetPurposes")] public virtual System.Collections.Generic.IList SubnetPurposes { get; set; } @@ -114627,13 +118591,13 @@ public class NetworkProfilesListResponse : Google.Apis.Requests.IDirectResponseS [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IList Items { get; set; } - /// [Output Only] Type of resource. Always compute#networkProfileList for network profiles. + /// [Output Only] Type of resource. Alwayscompute#networkProfileList for network profiles. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -114663,8 +118627,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -114674,8 +118638,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -114718,7 +118682,7 @@ public class NetworkRoutingConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Allows to define a preferred approach for handling inter-region cost in the selection process when using the - /// STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED. + /// STANDARD BGP best path selection algorithm. Can be DEFAULT orADD_COST_TO_MED. /// [Newtonsoft.Json.JsonPropertyAttribute("bgpInterRegionCost")] public virtual string BgpInterRegionCost { get; set; } @@ -114733,7 +118697,7 @@ public class NetworkRoutingConfig : Google.Apis.Requests.IDirectResponseSchema /// /// The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise - /// routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud + /// routes with subnets of this network in the same region as the router. If set toGLOBAL, this network's Cloud /// Routers will advertise routes with all subnets of this network, across regions. /// [Newtonsoft.Json.JsonPropertyAttribute("routingMode")] @@ -114746,10 +118710,10 @@ public class NetworkRoutingConfig : Google.Apis.Requests.IDirectResponseSchema public class NetworksAddPeeringRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether + /// This field will be deprecated soon. Useexchange_subnet_routes in network_peering instead. Indicates whether /// full mesh connectivity is created and managed automatically between peered networks. Currently this field /// should always be true since Google Compute Engine will automatically create and manage subnetwork routes - /// between two networks when peering state is ACTIVE. + /// between two networks when peering state isACTIVE. /// [Newtonsoft.Json.JsonPropertyAttribute("autoCreateRoutes")] public virtual System.Nullable AutoCreateRoutes { get; set; } @@ -114760,14 +118724,14 @@ public class NetworksAddPeeringRequest : Google.Apis.Requests.IDirectResponseSch /// /// Network peering parameters. In order to specify route policies for peering using import and export custom - /// routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the + /// routes, you must specify all peering related parameters (name, peer network,exchange_subnet_routes) in the /// network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon. /// [Newtonsoft.Json.JsonPropertyAttribute("networkPeering")] public virtual NetworkPeering NetworkPeering { get; set; } /// - /// URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a + /// URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a /// different project. If the partial URL does not contain project, it is assumed that the peer network is in /// the same project as the current network. /// @@ -114782,7 +118746,7 @@ public class NetworksGetEffectiveFirewallsResponse : Google.Apis.Requests.IDirec { /// /// [Output Only] Effective firewalls from firewall policy. It returns Global Network Firewall Policies and - /// Hierarchical Firewall Policies. Use regionNetworkFirewallPolicies.getEffectiveFirewalls to get Regional + /// Hierarchical Firewall Policies. UseregionNetworkFirewallPolicies.getEffectiveFirewalls to get Regional /// Network Firewall Policies as well. /// [Newtonsoft.Json.JsonPropertyAttribute("firewallPolicys")] @@ -114862,10 +118826,10 @@ public class NetworksUpdatePeeringRequest : Google.Apis.Requests.IDirectResponse } /// - /// Represents a sole-tenant Node Group resource. A sole-tenant node is a physical server that is dedicated to + /// Represents a sole-tenant Node Group resource. A sole-tenant node is a physical server that is dedicated to /// hosting VM instances only for your specific project. Use sole-tenant nodes to keep your instances physically /// separated from instances in other projects, or to group your instances together on the same host hardware. For - /// more information, read Sole-tenant nodes. + /// more information, readSole-tenant nodes. /// public class NodeGroup : Google.Apis.Requests.IDirectResponseSchema { @@ -114873,7 +118837,7 @@ public class NodeGroup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("autoscalingPolicy")] public virtual NodeGroupAutoscalingPolicy AutoscalingPolicy { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -114892,7 +118856,7 @@ public class NodeGroup : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] The type of the resource. Always compute#nodeGroup for node group. + /// [Output Only] The type of the resource. Alwayscompute#nodeGroup for node group. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -114911,9 +118875,9 @@ public class NodeGroup : Google.Apis.Requests.IDirectResponseSchema public virtual string MaintenanceInterval { get; set; } /// - /// Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, - /// RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see - /// Maintenance policies. + /// Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: + /// DEFAULT,RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, + /// see Maintenance policies. /// [Newtonsoft.Json.JsonPropertyAttribute("maintenancePolicy")] public virtual string MaintenancePolicy { get; set; } @@ -114923,7 +118887,7 @@ public class NodeGroup : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the resource, provided by the client when initially creating the resource. The resource name - /// must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long + /// must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long /// and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a /// lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last /// character, which cannot be a dash. @@ -114969,14 +118933,14 @@ public class NodeGroupAggregatedList : Google.Apis.Requests.IDirectResponseSchem public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups. + /// [Output Only] Type of resource.Alwayscompute#nodeGroupAggregatedList for aggregated lists of node groups. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -115009,8 +118973,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115020,8 +118984,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115056,7 +119020,8 @@ public class NodeGroupAutoscalingPolicy : Google.Apis.Requests.IDirectResponseSc public virtual System.Nullable MinNodes { get; set; } /// - /// The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes. + /// The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler + /// modes. /// [Newtonsoft.Json.JsonPropertyAttribute("mode")] public virtual string Mode { get; set; } @@ -115082,7 +119047,7 @@ public class NodeGroupList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -115111,8 +119076,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115122,8 +119087,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115158,7 +119123,7 @@ public class NodeGroupMaintenanceWindow : Google.Apis.Requests.IDirectResponseSc public virtual Duration MaintenanceDuration { get; set; } /// - /// Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, + /// Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00,12:00, /// 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid. /// [Newtonsoft.Json.JsonPropertyAttribute("startTime")] @@ -115260,7 +119225,7 @@ public class NodeGroupsListNodes : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] The resource type, which is always compute.nodeGroupsListNodes for the list of nodes in the + /// [Output Only] The resource type, which is alwayscompute.nodeGroupsListNodes for the list of nodes in the /// specified node group. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -115268,7 +119233,7 @@ public class NodeGroupsListNodes : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -115297,8 +119262,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115308,8 +119273,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115368,8 +119333,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115379,8 +119344,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115422,8 +119387,8 @@ public class NodeGroupsSimulateMaintenanceEventRequest : Google.Apis.Requests.ID } /// - /// Represent a sole-tenant Node Template resource. You can use a template to define properties for nodes in a node - /// group. For more information, read Creating node groups and instances. + /// Represent a sole-tenant Node Template resource. You can use a template to define properties for nodes in a node + /// group. For more information, readCreating node groups and instances. /// public class NodeTemplate : Google.Apis.Requests.IDirectResponseSchema { @@ -115434,7 +119399,7 @@ public class NodeTemplate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("cpuOvercommitType")] public virtual string CpuOvercommitType { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -115453,13 +119418,13 @@ public class NodeTemplate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] The type of the resource. Always compute#nodeTemplate for node templates. + /// [Output Only] The type of the resource. Alwayscompute#nodeTemplate for node templates. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// The name of the resource, provided by the client when initially creating the resource. The resource name - /// must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long + /// must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long /// and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a /// lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last /// character, which cannot be a dash. @@ -115490,16 +119455,16 @@ public class NodeTemplate : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// Sets the binding properties for the physical server. Valid values include: - *[Default]* - /// RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server - RESTART_NODE_ON_MINIMAL_SERVER: - /// Restarts VMs on the same physical server whenever possible See Sole-tenant node options for more - /// information. + /// Sets the binding properties for the physical server. Valid values include: - *[Default]* + /// RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server - + /// RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same physical server whenever possible See + /// Sole-tenant node options for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("serverBinding")] public virtual ServerBinding ServerBinding { get; set; } /// - /// [Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING. + /// [Output Only] The status of the node template. One of the following values:CREATING, READY, and DELETING. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -115523,7 +119488,7 @@ public class NodeTemplateAggregatedList : Google.Apis.Requests.IDirectResponseSc public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource.Always compute#nodeTemplateAggregatedList for aggregated lists of node + /// [Output Only] Type of resource.Alwayscompute#nodeTemplateAggregatedList for aggregated lists of node /// templates. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -115531,7 +119496,7 @@ public class NodeTemplateAggregatedList : Google.Apis.Requests.IDirectResponseSc /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -115564,8 +119529,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115575,8 +119540,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115616,7 +119581,7 @@ public class NodeTemplateList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -115645,8 +119610,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115656,8 +119621,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115721,8 +119686,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115732,8 +119697,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115755,10 +119720,10 @@ public class DataData } /// - /// Represent a sole-tenant Node Type resource. Each node within a node group must have a node type. A node type + /// Represent a sole-tenant Node Type resource. Each node within a node group must have a node type. A node type /// specifies the total amount of cores and memory for that node. Currently, the only available node type is /// n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more - /// information read Node types. + /// information readNode types. /// public class NodeType : Google.Apis.Requests.IDirectResponseSchema { @@ -115766,7 +119731,7 @@ public class NodeType : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("cpuPlatform")] public virtual string CpuPlatform { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -115788,7 +119753,7 @@ public class NodeType : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] The type of the resource. Always compute#nodeType for node types. + /// [Output Only] The type of the resource. Alwayscompute#nodeType for node types. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -115831,14 +119796,14 @@ public class NodeTypeAggregatedList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource.Always compute#nodeTypeAggregatedList for aggregated lists of node types. + /// [Output Only] Type of resource.Alwayscompute#nodeTypeAggregatedList for aggregated lists of node types. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -115871,8 +119836,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115882,8 +119847,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -115921,7 +119886,7 @@ public class NodeTypeList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -115950,8 +119915,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -115961,8 +119926,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -116007,8 +119972,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -116018,8 +119983,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -116041,13 +120006,13 @@ public class DataData } /// - /// Represents a notification endpoint. A notification endpoint resource defines an endpoint to receive - /// notifications when there are status changes detected by the associated health check service. For more + /// Represents a notification endpoint. A notification endpoint resource defines an endpoint to receive + /// notifications when there are status changes detected by the associated health check service. For more /// information, see Health checks overview. /// public class NotificationEndpoint : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -116070,14 +120035,14 @@ public class NotificationEndpoint : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints. + /// [Output Only] Type of the resource. Alwayscompute#notificationEndpoint for notification endpoints. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -116152,14 +120117,14 @@ public class NotificationEndpointList : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints. + /// [Output Only] Type of the resource. Alwayscompute#notificationEndpoint for notification endpoints. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -116188,8 +120153,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -116199,8 +120164,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -116222,15 +120187,15 @@ public class DataData } /// - /// Represents an Operation resource. Google Compute Engine has three Operation resources: * + /// Represents an Operation resource. Google Compute Engine has three Operation resources: * /// [Global](/compute/docs/reference/rest/v1/globalOperations) * /// [Regional](/compute/docs/reference/rest/v1/regionOperations) * - /// [Zonal](/compute/docs/reference/rest/v1/zoneOperations) You can use an operation resource to manage asynchronous - /// API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - - /// For global operations, use the `globalOperations` resource. - For regional operations, use the - /// `regionOperations` resource. - For zonal operations, use the `zoneOperations` resource. For more information, - /// read Global, Regional, and Zonal Resources. Note that completed Operation resources have a limited retention - /// period. + /// [Zonal](/compute/docs/reference/rest/v1/zoneOperations) You can use an operation resource to manage + /// asynchronous API requests. For more information, readHandling API responses. Operations can be global, regional + /// or zonal. - For global operations, use the `globalOperations` resource. - For regional operations, + /// use the `regionOperations` resource. - For zonal operations, use the `zoneOperations` resource. For + /// more information, read Global, Regional, and Zonal Resources. Note that completed Operation resources have a + /// limited retention period. /// public class Operation : Google.Apis.Requests.IDirectResponseSchema { @@ -116251,7 +120216,7 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema public virtual string Description { get; set; } /// - /// [Output Only] The time that this operation was completed. This value is in RFC3339 text format. + /// [Output Only] The time that this operation was completed. This value is inRFC3339 text format. /// [Newtonsoft.Json.JsonPropertyAttribute("endTime")] public virtual string EndTime { get; set; } @@ -116283,7 +120248,7 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] The time that this operation was requested. This value is in RFC3339 text format. + /// [Output Only] The time that this operation was requested. This value is inRFC3339 text format. /// [Newtonsoft.Json.JsonPropertyAttribute("insertTime")] public virtual string InsertTime { get; set; } @@ -116337,7 +120302,7 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema public virtual SetCommonInstanceMetadataOperationMetadata SetCommonInstanceMetadataOperationMetadata { get; set; } /// - /// [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. + /// [Output Only] The time that this operation was started by the server. This value is inRFC3339 text format. /// [Newtonsoft.Json.JsonPropertyAttribute("startTime")] public virtual string StartTime { get; set; } @@ -116460,8 +120425,8 @@ public class WarningsData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -116471,8 +120436,8 @@ public class WarningsData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -116546,8 +120511,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -116557,8 +120522,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -116627,8 +120592,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -116638,8 +120603,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -116688,8 +120653,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -116699,8 +120664,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -116728,8 +120693,8 @@ public class OrganizationSecurityPoliciesListAssociationsResponse : Google.Apis. public virtual System.Collections.Generic.IList Associations { get; set; } /// - /// [Output Only] Type of securityPolicy associations. Always - /// compute#organizationSecurityPoliciesListAssociations for lists of securityPolicy associations. + /// [Output Only] Type of securityPolicy associations. + /// Alwayscompute#organizationSecurityPoliciesListAssociations for lists of securityPolicy associations. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -116744,7 +120709,7 @@ public class OrganizationSecurityPoliciesListAssociationsResponse : Google.Apis. public class OutlierDetection : Google.Apis.Requests.IDirectResponseSchema { /// - /// The base time that a backend endpoint is ejected for. Defaults to 30000ms or 30s. After a backend endpoint + /// The base time that a backend endpoint is ejected for. Defaults to 30000ms or 30s. After a backend endpoint /// is returned back to the load balancing pool, it can be ejected again in another ejection analysis. Thus, the /// total ejection time is equal to the base ejection time multiplied by the number of times the backend /// endpoint has been ejected. Defaults to 30000ms or 30s. @@ -116784,7 +120749,7 @@ public class OutlierDetection : Google.Apis.Requests.IDirectResponseSchema /// /// The percentage chance that a backend endpoint will be ejected when an outlier status is detected through /// success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to - /// 100. Not supported when the backend service uses Serverless NEG. + /// 100. Not supported when the backend service uses Serverless NEG. /// [Newtonsoft.Json.JsonPropertyAttribute("enforcingSuccessRate")] public virtual System.Nullable EnforcingSuccessRate { get; set; } @@ -116809,7 +120774,7 @@ public class OutlierDetection : Google.Apis.Requests.IDirectResponseSchema /// The number of backend endpoints in the load balancing pool that must have enough request volume to detect /// success rate outliers. If the number of backend endpoints is fewer than this setting, outlier detection via /// success rate statistics is not performed for any backend endpoint in the load balancing pool. Defaults to 5. - /// Not supported when the backend service uses Serverless NEG. + /// Not supported when the backend service uses Serverless NEG. /// [Newtonsoft.Json.JsonPropertyAttribute("successRateMinimumHosts")] public virtual System.Nullable SuccessRateMinimumHosts { get; set; } @@ -116818,7 +120783,7 @@ public class OutlierDetection : Google.Apis.Requests.IDirectResponseSchema /// The minimum number of total requests that must be collected in one interval (as defined by the interval /// duration above) to include this backend endpoint in success rate based outlier detection. If the volume is /// lower than this setting, outlier detection via success rate statistics is not performed for that backend - /// endpoint. Defaults to 100. Not supported when the backend service uses Serverless NEG. + /// endpoint. Defaults to 100. Not supported when the backend service uses Serverless NEG. /// [Newtonsoft.Json.JsonPropertyAttribute("successRateRequestVolume")] public virtual System.Nullable SuccessRateRequestVolume { get; set; } @@ -116828,7 +120793,7 @@ public class OutlierDetection : Google.Apis.Requests.IDirectResponseSchema /// threshold is the difference between the mean success rate, and the product of this factor and the standard /// deviation of the mean success rate: mean - (stdev * successRateStdevFactor). This factor is divided by a /// thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults - /// to 1900. Not supported when the backend service uses Serverless NEG. + /// to 1900. Not supported when the backend service uses Serverless NEG. /// [Newtonsoft.Json.JsonPropertyAttribute("successRateStdevFactor")] public virtual System.Nullable SuccessRateStdevFactor { get; set; } @@ -116869,21 +120834,21 @@ public class PacketIntervals : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Packet Mirroring resource. Packet Mirroring clones the traffic of specified instances in your + /// Represents a Packet Mirroring resource. Packet Mirroring clones the traffic of specified instances in your /// Virtual Private Cloud (VPC) network and forwards it to a collector destination, such as an instance group of an /// internal TCP/UDP load balancer, for analysis or examination. For more information about setting up Packet - /// Mirroring, see Using Packet Mirroring. + /// Mirroring, seeUsing Packet Mirroring. /// public class PacketMirroring : Google.Apis.Requests.IDirectResponseSchema { /// - /// The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for - /// mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true. + /// The Forwarding Rule resource of typeloadBalancingScheme=INTERNAL that will be used as collector for mirrored + /// traffic. The specified forwarding rule must have isMirroringCollector set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("collectorIlb")] public virtual PacketMirroringForwardingRuleInfo CollectorIlb { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -116895,7 +120860,7 @@ public class PacketMirroring : Google.Apis.Requests.IDirectResponseSchema /// /// Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy - /// will not be enforced on the network. The default is TRUE. + /// will not be enforced on the network. The default is TRUE. /// [Newtonsoft.Json.JsonPropertyAttribute("enable")] public virtual string Enable { get; set; } @@ -116910,7 +120875,7 @@ public class PacketMirroring : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of the resource. Always compute#packetMirroring for packet mirrorings. + /// [Output Only] Type of the resource. Alwayscompute#packetMirroring for packet mirrorings. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -116923,7 +120888,7 @@ public class PacketMirroring : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -116941,7 +120906,7 @@ public class PacketMirroring : Google.Apis.Requests.IDirectResponseSchema /// /// The priority of applying this configuration. Priority is used to break ties in cases where there is more /// than one matching rule. In the case of two rules that apply for a given Instance, the one with the - /// lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535. + /// lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535. /// [Newtonsoft.Json.JsonPropertyAttribute("priority")] public virtual System.Nullable Priority { get; set; } @@ -116975,7 +120940,7 @@ public class PacketMirroringAggregatedList : Google.Apis.Requests.IDirectRespons /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -117008,8 +120973,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -117019,8 +120984,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -117101,7 +121066,7 @@ public class PacketMirroringList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -117130,8 +121095,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -117141,8 +121106,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -117167,8 +121132,8 @@ public class PacketMirroringMirroredResourceInfo : Google.Apis.Requests.IDirectR { /// /// A set of virtual machine instances that are being mirrored. They must live in zones contained in the same - /// region as this packetMirroring. Note that this config will apply only to those network interfaces of the - /// Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 + /// region as this packetMirroring. Note that this config will apply only to those network interfaces of the + /// Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 /// Instances. /// [Newtonsoft.Json.JsonPropertyAttribute("instances")] @@ -117176,7 +121141,7 @@ public class PacketMirroringMirroredResourceInfo : Google.Apis.Requests.IDirectR /// /// A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same - /// region as this packetMirroring. You may specify a maximum of 5 subnetworks. + /// region as this packetMirroring. You may specify a maximum of 5 subnetworks. /// [Newtonsoft.Json.JsonPropertyAttribute("subnetworks")] public virtual System.Collections.Generic.IList Subnetworks { get; set; } @@ -117260,8 +121225,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -117271,8 +121236,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -117301,55 +121266,57 @@ public class PathMatcher : Google.Apis.Requests.IDirectResponseSchema { /// /// defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when - /// BackendServiceor BackendBucket responds with an error. This policy takes effect at the PathMatcher level and - /// applies only when no policy has been defined for the error code at lower levels like RouteRule and PathRule - /// within this PathMatcher. If an error code does not have a policy defined in + /// BackendServiceorBackendBucket responds with an error. This policy takes effect at the PathMatcher level + /// and applies only when no policy has been defined for the error code at lower levels likeRouteRule and + /// PathRule within thisPathMatcher. If an error code does not have a policy defined in /// defaultCustomErrorResponsePolicy, then a policy defined for the error code in - /// UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following - /// configuration: - UrlMap.defaultCustomErrorResponsePolicy is configured with policies for 5xx and 4xx errors - /// - A RouteRule for /coming_soon/ is configured for the error code 404. If the request is for - /// www.myotherdomain.com and a 404 is encountered, the policy under UrlMap.defaultCustomErrorResponsePolicy - /// takes effect. If a 404 response is encountered for the request www.example.com/current_events/, the - /// pathMatcher's policy takes effect. If however, the request for www.example.com/coming_soon/ encounters a - /// 404, the policy in RouteRule.customErrorResponsePolicy takes effect. If any of the requests in this example - /// encounter a 500 error code, the policy at UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in - /// conjunction with pathMatcher.defaultRouteAction.retryPolicy, retries take precedence. Only once all retries - /// are exhausted, the defaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer - /// is successful in reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from - /// the service is returned to the client. defaultCustomErrorResponsePolicy is supported only for global + /// UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following + /// configuration: - UrlMap.defaultCustomErrorResponsePolicy is configured with policies for + /// 5xx and 4xx errors - A RouteRule for /coming_soon/ is configured for the error code 404. If the + /// request is for www.myotherdomain.com and a404 is encountered, the policy + /// underUrlMap.defaultCustomErrorResponsePolicy takes effect. If a404 response is encountered for the + /// requestwww.example.com/current_events/, the pathMatcher's policy takes effect. If however, the request + /// forwww.example.com/coming_soon/ encounters a 404, the policy in RouteRule.customErrorResponsePolicy takes + /// effect. If any of the requests in this example encounter a 500 error code, the policy + /// atUrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction + /// withpathMatcher.defaultRouteAction.retryPolicy, retries take precedence. Only once all retries are + /// exhausted, thedefaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is + /// successful in reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from + /// the service is returned to the client. defaultCustomErrorResponsePolicy is supported only for global /// external Application Load Balancers. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultCustomErrorResponsePolicy")] public virtual CustomErrorResponsePolicy DefaultCustomErrorResponsePolicy { get; set; } /// - /// defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs + /// defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs /// advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to - /// the selected backend. Only one of defaultUrlRedirect, defaultService or - /// defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only - /// support the urlRewrite action within a path matcher's defaultRouteAction. + /// the selected backend. Only one of defaultUrlRedirect, defaultService or + /// defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only + /// support the urlRewrite action within a path matcher'sdefaultRouteAction. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultRouteAction")] public virtual HttpRouteAction DefaultRouteAction { get; set; } /// - /// The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or - /// routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a - /// BackendService resource: - https://www.googleapis.com/compute/v1/projects/project - /// /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - - /// global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, - /// such as URL rewrites, take effect before sending the request to the backend. Only one of defaultUrlRedirect, - /// defaultService or defaultRouteAction.weightedBackendService can be set. Authorization requires one or more - /// of the following Google IAM permissions on the specified resource default_service: - - /// compute.backendBuckets.use - compute.backendServices.use + /// The full or partial URL to the BackendService resource. This URL is used if none of the pathRules + /// orrouteRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a + /// BackendService resource: - + /// https://www.googleapis.com/compute/v1/projects/project/global/backendServices/backendService - + /// compute/v1/projects/project/global/backendServices/backendService - + /// global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, + /// such as URL rewrites, take effect before sending the request to the backend. Only one of + /// defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Authorization + /// requires one or more of the following Google IAM permissions on the specified resource default_service: + /// - compute.backendBuckets.use - compute.backendServices.use /// [Newtonsoft.Json.JsonPropertyAttribute("defaultService")] public virtual string DefaultService { get; set; } /// - /// When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by - /// defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or - /// defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target + /// When none of the specified pathRules orrouteRules match, the request is redirected to a URL specified by + /// defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or + /// defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target /// gRPC proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultUrlRedirect")] @@ -117363,32 +121330,32 @@ public class PathMatcher : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies changes to request and response headers that need to take effect for the selected backend service. - /// HeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the - /// HeaderAction in the UrlMap HeaderAction is not supported for load balancers that have their - /// loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has - /// validateForProxyless field set to true. + /// HeaderAction specified here are applied after the matchingHttpRouteRule HeaderAction and before + /// theHeaderAction in the UrlMap HeaderAction is not supported for load balancers that have their + /// loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that + /// has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("headerAction")] public virtual HttpHeaderAction HeaderAction { get; set; } - /// The name to which this PathMatcher is referred by the HostRule. + /// The name to which this PathMatcher is referred by theHostRule. [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } /// /// The list of path rules. Use this list instead of routeRules when routing based on simple path matching is /// all that's required. The order by which path rules are specified does not matter. Matches are always done on - /// the longest-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* - /// irrespective of the order in which those paths appear in this list. Within a given pathMatcher, only one of - /// pathRules or routeRules must be set. + /// the longest-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* + /// irrespective of the order in which those paths appear in this list. Within a given pathMatcher, only one + /// ofpathRules or routeRules must be set. /// [Newtonsoft.Json.JsonPropertyAttribute("pathRules")] public virtual System.Collections.Generic.IList PathRules { get; set; } /// - /// The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing + /// The list of HTTP route rules. Use this list instead ofpathRules when advanced route matching and routing /// actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number. - /// Within a given pathMatcher, you can set only one of pathRules or routeRules. + /// Within a given pathMatcher, you can set only one ofpathRules or routeRules. /// [Newtonsoft.Json.JsonPropertyAttribute("routeRules")] public virtual System.Collections.Generic.IList RouteRules { get; set; } @@ -117398,32 +121365,33 @@ public class PathMatcher : Google.Apis.Requests.IDirectResponseSchema } /// - /// A path-matching rule for a URL. If matched, will use the specified BackendService to handle the traffic arriving + /// A path-matching rule for a URL. If matched, will use the specifiedBackendService to handle the traffic arriving /// at this URL. /// public class PathRule : Google.Apis.Requests.IDirectResponseSchema { /// - /// customErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor - /// BackendBucket responds with an error. If a policy for an error code is not configured for the PathRule, a - /// policy for the error code configured in pathMatcher.defaultCustomErrorResponsePolicy is applied. If one is - /// not specified in pathMatcher.defaultCustomErrorResponsePolicy, the policy configured in - /// UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following - /// configuration: - UrlMap.defaultCustomErrorResponsePolicy are configured with policies for 5xx and 4xx errors - /// - A PathRule for /coming_soon/ is configured for the error code 404. If the request is for - /// www.myotherdomain.com and a 404 is encountered, the policy under UrlMap.defaultCustomErrorResponsePolicy - /// takes effect. If a 404 response is encountered for the request www.example.com/current_events/, the - /// pathMatcher's policy takes effect. If however, the request for www.example.com/coming_soon/ encounters a - /// 404, the policy in PathRule.customErrorResponsePolicy takes effect. If any of the requests in this example - /// encounter a 500 error code, the policy at UrlMap.defaultCustomErrorResponsePolicy takes effect. - /// customErrorResponsePolicy is supported only for global external Application Load Balancers. + /// customErrorResponsePolicy specifies how the Load Balancer returns error responses when + /// BackendServiceorBackendBucket responds with an error. If a policy for an error code is not configured for + /// the PathRule, a policy for the error code configured inpathMatcher.defaultCustomErrorResponsePolicy is + /// applied. If one is not specified inpathMatcher.defaultCustomErrorResponsePolicy, the policy configured in + /// UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following + /// configuration: - UrlMap.defaultCustomErrorResponsePolicy are configured with policies for + /// 5xx and 4xx errors - A PathRule for /coming_soon/ is configured for the error code 404. If the + /// request is for www.myotherdomain.com and a404 is encountered, the policy + /// underUrlMap.defaultCustomErrorResponsePolicy takes effect. If a404 response is encountered for the + /// requestwww.example.com/current_events/, the pathMatcher's policy takes effect. If however, the request + /// forwww.example.com/coming_soon/ encounters a 404, the policy in PathRule.customErrorResponsePolicy takes + /// effect. If any of the requests in this example encounter a 500 error code, the policy + /// atUrlMap.defaultCustomErrorResponsePolicy takes effect. customErrorResponsePolicy is supported only for + /// global external Application Load Balancers. /// [Newtonsoft.Json.JsonPropertyAttribute("customErrorResponsePolicy")] public virtual CustomErrorResponsePolicy CustomErrorResponsePolicy { get; set; } /// /// The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end - /// following a /. The string fed to the path matcher does not include any text after the first ? or #, and + /// following a /. The string fed to the path matcher does not include any text after the first ? or #, and /// those chars are not allowed here. /// [Newtonsoft.Json.JsonPropertyAttribute("paths")] @@ -117431,9 +121399,9 @@ public class PathRule : Google.Apis.Requests.IDirectResponseSchema /// /// In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites - /// and header transformations, before forwarding the request to the selected backend. Only one of urlRedirect, - /// service or routeAction.weightedBackendService can be set. URL maps for classic Application Load Balancers - /// only support the urlRewrite action within a path rule's routeAction. + /// and header transformations, before forwarding the request to the selected backend. Only one of + /// urlRedirect, service orrouteAction.weightedBackendService can be set. URL maps for classic Application + /// Load Balancers only support the urlRewrite action within a path rule'srouteAction. /// [Newtonsoft.Json.JsonPropertyAttribute("routeAction")] public virtual HttpRouteAction RouteAction { get; set; } @@ -117441,15 +121409,15 @@ public class PathRule : Google.Apis.Requests.IDirectResponseSchema /// /// The full or partial URL of the backend service resource to which traffic is directed if this rule is /// matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect - /// before sending the request to the backend. Only one of urlRedirect, service or - /// routeAction.weightedBackendService can be set. + /// before sending the request to the backend. Only one of urlRedirect, service + /// orrouteAction.weightedBackendService can be set. /// [Newtonsoft.Json.JsonPropertyAttribute("service")] public virtual string Service { get; set; } /// - /// When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. Only one of - /// urlRedirect, service or routeAction.weightedBackendService can be set. Not supported when the URL map is + /// When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. Only one of + /// urlRedirect, service orrouteAction.weightedBackendService can be set. Not supported when the URL map is /// bound to a target gRPC proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("urlRedirect")] @@ -117497,7 +121465,7 @@ public class PerInstanceConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. @@ -117505,26 +121473,29 @@ public class PerInstanceConfig : Google.Apis.Requests.IDirectResponseSchema /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add /// constraints based on attributes of the request, the resource, or both. To learn which resources support /// conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** /// ``` /// { - /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", - /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, - /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { - /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time - /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ + /// "user:mike@example.com", "group:admins@example.com", "domain:google.com", + /// "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { + /// "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" + /// ], "condition": { "title": "expirable access", "description": "Does not + /// grant access after Sep 2020", "expression": "request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", + /// "version": 3 } /// ``` - /// **YAML - /// example:** + /// **YAML example:** /// ``` - /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - - /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - - /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable - /// access description: Does not grant access after Sep 2020 expression: request.time &lt; - /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// bindings: - members: - user:mike@example.com + /// - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin + /// - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: + /// title: expirable access description: Does not grant access after Sep 2020 expression: + /// request.time &lt; timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 /// ``` - /// For a description of IAM and its - /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// For a + /// description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/). /// public class Policy : Google.Apis.Requests.IDirectResponseSchema { @@ -117535,7 +121506,7 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema /// /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one - /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you /// can add another 1,450 principals to the `bindings` in the `Policy`. @@ -117548,25 +121519,25 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to - /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** - /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit - /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the - /// conditions in the version `3` policy are lost. + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. + /// **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call + /// `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version + /// `1` policy, and all of the conditions in the version `3` policy are lost. /// [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } /// - /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid - /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This - /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding - /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing - /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you - /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this - /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the - /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on - /// that policy may specify any valid version or leave the field unset. To learn which resources support - /// conditions in their IAM policies, see the [IAM + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role + /// binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * + /// Removing any role binding, with or without a condition, from a policy that includes conditions + /// **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call + /// `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version + /// `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any + /// conditions, operations on that policy may specify any valid version or leave the field unset. To learn + /// which resources support conditions in their IAM policies, see the [IAM /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). /// [Newtonsoft.Json.JsonPropertyAttribute("version")] @@ -117624,7 +121595,7 @@ public class PreservedStatePreservedDisk : Google.Apis.Requests.IDirectResponseS public virtual string AutoDelete { get; set; } /// - /// The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to + /// The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to /// attach the disk in READ_WRITE mode. /// [Newtonsoft.Json.JsonPropertyAttribute("mode")] @@ -117677,7 +121648,7 @@ public class PreviewFeature : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("activationStatus")] public virtual string ActivationStatus { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -117732,7 +121703,7 @@ public class PreviewFeatureList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -117762,8 +121733,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -117773,8 +121744,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -117858,14 +121829,14 @@ public class PreviewFeatureStatusReleaseStatus : Google.Apis.Requests.IDirectRes } /// - /// Represents a Project resource. A project is used to organize resources in a Google Cloud Platform environment. - /// For more information, read about the Resource Hierarchy. + /// Represents a Project resource. A project is used to organize resources in a Google Cloud Platform environment. + /// For more information, read about the Resource Hierarchy. /// public class Project : Google.Apis.Requests.IDirectResponseSchema { /// - /// [Output Only] The Cloud Armor tier for this project. It can be one of the following values: CA_STANDARD, - /// CA_ENTERPRISE_PAYGO. If this field is not specified, it is assumed to be CA_STANDARD. + /// [Output Only] The Cloud Armor tier for this project. It can be one of the following values: + /// CA_STANDARD,CA_ENTERPRISE_PAYGO. If this field is not specified, it is assumed to beCA_STANDARD. /// [Newtonsoft.Json.JsonPropertyAttribute("cloudArmorTier")] public virtual string CloudArmorTier { get; set; } @@ -117877,13 +121848,13 @@ public class Project : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("commonInstanceMetadata")] public virtual Metadata CommonInstanceMetadata { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } /// /// This signifies the default network tier used for configuring resources of the project and can only take the - /// following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM. + /// following values:PREMIUM, STANDARD. Initially the default network tier is PREMIUM. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultNetworkTier")] public virtual string DefaultNetworkTier { get; set; } @@ -117969,7 +121940,7 @@ public class ProjectsEnableXpnResourceRequest : Google.Apis.Requests.IDirectResp public class ProjectsGetXpnResources : Google.Apis.Requests.IDirectResponseSchema { /// - /// [Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a + /// [Output Only] Type of resource. Alwayscompute#projectsGetXpnResources for lists of service resources (a.k.a /// service projects) /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -117977,7 +121948,7 @@ public class ProjectsGetXpnResources : Google.Apis.Requests.IDirectResponseSchem /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -118037,7 +122008,7 @@ public class PublicAdvertisedPrefix : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("byoipApiVersion")] public virtual string ByoipApiVersion { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -118054,8 +122025,8 @@ public class PublicAdvertisedPrefix : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field will be ignored when inserting a new PublicAdvertisedPrefix. An up-to-date fingerprint - /// must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error - /// 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a + /// must be provided in order to update thePublicAdvertisedPrefix, otherwise the request will fail with error + /// 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a /// PublicAdvertisedPrefix. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -118071,15 +122042,19 @@ public class PublicAdvertisedPrefix : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("ipCidrRange")] public virtual string IpCidrRange { get; set; } + /// The internet access type for IPv6 Public Advertised Prefixes. + [Newtonsoft.Json.JsonPropertyAttribute("ipv6AccessType")] + public virtual string Ipv6AccessType { get; set; } + /// - /// [Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes. + /// [Output Only] Type of the resource. Alwayscompute#publicAdvertisedPrefix for public advertised prefixes. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -118088,11 +122063,11 @@ public class PublicAdvertisedPrefix : Google.Apis.Requests.IDirectResponseSchema public virtual string Name { get; set; } /// - /// Specifies how child public delegated prefix will be scoped. It could be one of following values: - - /// `REGIONAL`: The public delegated prefix is regional only. The provisioning will take a few minutes. - - /// `GLOBAL`: The public delegated prefix is global only. The provisioning will take ~4 weeks. - - /// `GLOBAL_AND_REGIONAL` [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output - /// only value and no longer supported in BYOIP V2. + /// Specifies how child public delegated prefix will be scoped. It could be one of following values: + /// - `REGIONAL`: The public delegated prefix is regional only. The provisioning will take a few minutes. + /// - `GLOBAL`: The public delegated prefix is global only. The provisioning will take ~4 weeks. - + /// `GLOBAL_AND_REGIONAL` [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is + /// output only value and no longer supported in BYOIP V2. /// [Newtonsoft.Json.JsonPropertyAttribute("pdpScope")] public virtual string PdpScope { get; set; } @@ -118112,11 +122087,12 @@ public class PublicAdvertisedPrefix : Google.Apis.Requests.IDirectResponseSchema public virtual string SharedSecret { get; set; } /// - /// The status of the public advertised prefix. Possible values include: - `INITIAL`: RPKI validation is - /// complete. - `PTR_CONFIGURED`: User has configured the PTR. - `VALIDATED`: Reverse DNS lookup is successful. - /// - `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed. - `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix - /// is being configured. - `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured. - - /// `PREFIX_REMOVAL_IN_PROGRESS`: The prefix is being removed. + /// The status of the public advertised prefix. Possible values include: - `INITIAL`: RPKI + /// validation is complete. - `PTR_CONFIGURED`: User has configured the PTR. - `VALIDATED`: Reverse + /// DNS lookup is successful. - `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed. - + /// `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix is being configured. - + /// `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured. - `PREFIX_REMOVAL_IN_PROGRESS`: The + /// prefix is being removed. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -118136,14 +122112,14 @@ public class PublicAdvertisedPrefixList : Google.Apis.Requests.IDirectResponseSc public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes. + /// [Output Only] Type of the resource. Alwayscompute#publicAdvertisedPrefix for public advertised prefixes. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -118172,8 +122148,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -118183,8 +122159,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -118227,8 +122203,9 @@ public class PublicAdvertisedPrefixPublicDelegatedPrefix : Google.Apis.Requests. public virtual string Region { get; set; } /// - /// The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is - /// being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active. + /// The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix + /// is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is + /// active. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -118257,7 +122234,7 @@ public class PublicDelegatedPrefix : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("byoipApiVersion")] public virtual string ByoipApiVersion { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -118270,9 +122247,8 @@ public class PublicDelegatedPrefix : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint - /// must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error - /// 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a - /// PublicDelegatedPrefix. + /// must be provided in order to update thePublicDelegatedPrefix, otherwise the request will fail with error 412 + /// conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } @@ -118287,12 +122263,18 @@ public class PublicDelegatedPrefix : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("ipCidrRange")] public virtual string IpCidrRange { get; set; } + /// + /// [Output Only] The internet access type for IPv6 Public Delegated Prefixes. Inherited from parent prefix. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ipv6AccessType")] + public virtual string Ipv6AccessType { get; set; } + /// If true, the prefix will be live migrated. [Newtonsoft.Json.JsonPropertyAttribute("isLiveMigration")] public virtual System.Nullable IsLiveMigration { get; set; } /// - /// [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes. + /// [Output Only] Type of the resource. Alwayscompute#publicDelegatedPrefix for public delegated prefixes. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -118303,7 +122285,7 @@ public class PublicDelegatedPrefix : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -118332,11 +122314,11 @@ public class PublicDelegatedPrefix : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// [Output Only] The status of the public delegated prefix, which can be one of following values: - - /// `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - - /// `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The - /// public delegated prefix is announced and ready to use. - `DELETING` The public delegated prefix is being - /// deprovsioned. + /// [Output Only] The status of the public delegated prefix, which can be one of following values: + /// - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. + /// - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - + /// `ANNOUNCED` The public delegated prefix is announced and ready to use. - `DELETING` The public + /// delegated prefix is being deprovsioned. - `ACTIVE` The public delegated prefix is ready to use. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -118356,7 +122338,7 @@ public class PublicDelegatedPrefixAggregatedList : Google.Apis.Requests.IDirectR public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#publicDelegatedPrefixAggregatedList for aggregated lists + /// [Output Only] Type of the resource. Alwayscompute#publicDelegatedPrefixAggregatedList for aggregated lists /// of public delegated prefixes. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -118364,7 +122346,7 @@ public class PublicDelegatedPrefixAggregatedList : Google.Apis.Requests.IDirectR /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -118397,8 +122379,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -118408,8 +122390,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -118441,14 +122423,14 @@ public class PublicDelegatedPrefixList : Google.Apis.Requests.IDirectResponseSch public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#publicDelegatedPrefixList for public delegated prefixes. + /// [Output Only] Type of the resource. Alwayscompute#publicDelegatedPrefixList for public delegated prefixes. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -118477,8 +122459,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -118488,8 +122470,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -118531,6 +122513,12 @@ public class PublicDelegatedPrefixPublicDelegatedSubPrefix : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("ipCidrRange")] public virtual string IpCidrRange { get; set; } + /// + /// [Output Only] The internet access type for IPv6 Public Delegated Sub Prefixes. Inherited from parent prefix. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ipv6AccessType")] + public virtual string Ipv6AccessType { get; set; } + /// Whether the sub prefix is delegated to create Address resources in the delegatee project. [Newtonsoft.Json.JsonPropertyAttribute("isAddress")] public virtual System.Nullable IsAddress { get; set; } @@ -118588,8 +122576,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -118599,8 +122587,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -118652,7 +122640,7 @@ public class QuotaExceededInfo : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IDictionary Dimensions { get; set; } /// - /// Future quota limit being rolled out. The limit's unit depends on the quota type or metric. + /// Future quota limit being rolled out. The limit's unit depends on the quota type or metric. /// [Newtonsoft.Json.JsonPropertyAttribute("futureLimit")] public virtual System.Nullable FutureLimit { get; set; } @@ -118685,7 +122673,8 @@ public class Reference : Google.Apis.Requests.IDirectResponseSchema public virtual string Kind { get; set; } /// - /// A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF + /// A description of the reference type with no implied semantics. Possible values include: 1. + /// MEMBER_OF /// [Newtonsoft.Json.JsonPropertyAttribute("referenceType")] public virtual string ReferenceType { get; set; } @@ -118703,12 +122692,12 @@ public class Reference : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Region resource. A region is a geographical area where a resource is located. For more information, - /// read Regions and Zones. + /// Represents a Region resource. A region is a geographical area where a resource is located. For more + /// information, readRegions and Zones. /// public class Region : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -118749,7 +122738,7 @@ public class Region : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] public virtual string SelfLink { get; set; } - /// [Output Only] Status of the region, either UP or DOWN. + /// [Output Only] Status of the region, either UP orDOWN. [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -118778,8 +122767,8 @@ public class QuotaStatusWarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -118789,8 +122778,8 @@ public class QuotaStatusWarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -118819,9 +122808,10 @@ public class RegionAddressesMoveRequest : Google.Apis.Requests.IDirectResponseSc /// /// The URL of the destination address to move to. This can be a full or partial URL. For example, the following - /// are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project/regions/region - /// /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be - /// different from the source project. So /regions/region/addresses/address is not valid partial url. + /// are all valid URLs to a address: - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address - + /// projects/project/regions/region/addresses/address Note that destination project must be different from the + /// source project. So/regions/region/addresses/address is not valid partial url. /// [Newtonsoft.Json.JsonPropertyAttribute("destinationAddress")] public virtual string DestinationAddress { get; set; } @@ -118847,7 +122837,7 @@ public class RegionAutoscalerList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -118876,8 +122866,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -118887,8 +122877,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -118919,13 +122909,13 @@ public class RegionDiskTypeList : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IList Items { get; set; } - /// [Output Only] Type of resource. Always compute#regionDiskTypeList for region disk types. + /// [Output Only] Type of resource. Alwayscompute#regionDiskTypeList for region disk types. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -118954,8 +122944,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -118965,8 +122955,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -119021,11 +123011,11 @@ public class RegionDisksStartAsyncReplicationRequest : Google.Apis.Requests.IDir { /// /// The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to - /// the resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - - /// https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - - /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - /// - regions/region/disks/disk + /// the resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk - + /// projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk + /// - zones/zone/disks/disk - regions/region/disks/disk /// [Newtonsoft.Json.JsonPropertyAttribute("asyncSecondaryDisk")] public virtual string AsyncSecondaryDisk { get; set; } @@ -119051,7 +123041,7 @@ public class RegionInstanceGroupList : Google.Apis.Requests.IDirectResponseSchem /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -119080,8 +123070,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -119091,8 +123081,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -119146,7 +123136,7 @@ public class RegionInstanceGroupManagerList : Google.Apis.Requests.IDirectRespon /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -119175,8 +123165,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -119186,8 +123176,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -119259,27 +123249,27 @@ public class RegionInstanceGroupManagersApplyUpdatesRequest : Google.Apis.Reques /// /// The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or - /// a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. + /// a partial URL, such aszones/[ZONE]/instances/[INSTANCE_NAME]. /// [Newtonsoft.Json.JsonPropertyAttribute("instances")] public virtual System.Collections.Generic.IList Instances { get; set; } /// - /// The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, - /// delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not - /// stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By - /// default, the minimum action is NONE. If your update requires a more disruptive action than you set with this - /// flag, the necessary action is performed to execute the update. + /// The minimal action that you want to perform on each instance during the update: - REPLACE: At + /// minimum, delete the instance and create it again. - RESTART: Stop the instance and start it + /// again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do + /// not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a + /// more disruptive action than you set with this flag, the necessary action is performed to execute the update. /// [Newtonsoft.Json.JsonPropertyAttribute("minimalAction")] public virtual string MinimalAction { get; set; } /// - /// The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete - /// the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop - /// the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By - /// default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action - /// than you set with this flag, the update request will fail. + /// The most disruptive action that you want to perform on each instance during the update: - + /// REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. + /// - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not + /// disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your + /// update requires a more disruptive action than you set with this flag, the update request will fail. /// [Newtonsoft.Json.JsonPropertyAttribute("mostDisruptiveAllowedAction")] public virtual string MostDisruptiveAllowedAction { get; set; } @@ -119330,7 +123320,7 @@ public class RegionInstanceGroupManagersListErrorsResponse : Google.Apis.Request /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -119349,7 +123339,7 @@ public class RegionInstanceGroupManagersListInstanceConfigsResp : Google.Apis.Re /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -119374,8 +123364,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -119385,8 +123375,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -119415,7 +123405,7 @@ public class RegionInstanceGroupManagersListInstancesResponse : Google.Apis.Requ /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -119462,8 +123452,8 @@ public class RegionInstanceGroupManagersSetTargetPoolsRequest : Google.Apis.Requ public virtual string Fingerprint { get; set; } /// - /// The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target - /// pools automatically apply to all of the instances in the managed instance group. + /// The URL of all TargetPool resources to which instances in theinstanceGroup field are added. The target pools + /// automatically apply to all of the instances in the managed instance group. /// [Newtonsoft.Json.JsonPropertyAttribute("targetPools")] public virtual System.Collections.Generic.IList TargetPools { get; set; } @@ -119551,7 +123541,7 @@ public class RegionInstanceGroupsListInstances : Google.Apis.Requests.IDirectRes /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -119580,8 +123570,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -119591,8 +123581,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -119638,7 +123628,7 @@ public class RegionInstanceGroupsSetNamedPortsRequest : Google.Apis.Requests.IDi /// /// The fingerprint of the named ports information for this instance group. Use this optional property to /// prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint - /// with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not + /// with theinstanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not /// overwrite changes that were applied from another concurrent request. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -119669,7 +123659,7 @@ public class RegionList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -119698,8 +123688,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -119709,8 +123699,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -119867,14 +123857,14 @@ public class RegionUrlMapsValidateRequest : Google.Apis.Requests.IDirectResponse /// /// A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored /// backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to - /// the shadow service, the host or authority header is suffixed with -shadow. + /// the shadow service, the host or authority header is suffixed with-shadow. /// public class RequestMirrorPolicy : Google.Apis.Requests.IDirectResponseSchema { /// - /// The full or partial URL to the BackendService resource being mirrored to. The backend service configured for - /// a mirroring policy must reference backends that are of the same type as the original backend service matched - /// in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service. + /// The full or partial URL to the BackendService resource being mirrored to. The backend service configured + /// for a mirroring policy must reference backends that are of the same type as the original backend service + /// matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service. /// [Newtonsoft.Json.JsonPropertyAttribute("backendService")] public virtual string BackendService { get; set; } @@ -119888,8 +123878,8 @@ public class RequestMirrorPolicy : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the - /// reserved VMs are not running. For more information, read Reserving zonal resources. + /// Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the + /// reserved VMs are not running. For more information, read Reserving zonal resources. /// public class Reservation : Google.Apis.Requests.IDirectResponseSchema { @@ -119910,7 +123900,7 @@ public class Reservation : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("commitment")] public virtual string Commitment { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -119921,8 +123911,8 @@ public class Reservation : Google.Apis.Requests.IDirectResponseSchema public virtual Duration DeleteAfterDuration { get; set; } /// - /// Absolute time in future when the reservation will be auto-deleted by Compute Engine. Timestamp is - /// represented in RFC3339 text format. + /// Absolute time in future when the reservation will be auto-deleted by Compute Engine. Timestamp is + /// represented inRFC3339 text format. /// [Newtonsoft.Json.JsonPropertyAttribute("deleteAtTime")] public virtual string DeleteAtTime { get; set; } @@ -119950,7 +123940,7 @@ public class Reservation : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of the resource. Always compute#reservations for reservations. + /// [Output Only] Type of the resource. Alwayscompute#reservations for reservations. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -119963,7 +123953,7 @@ public class Reservation : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the resource, provided by the client when initially creating the resource. The resource name - /// must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long + /// must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long /// and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a /// lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last /// character, which cannot be a dash. @@ -119971,6 +123961,13 @@ public class Reservation : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Protection tier for the workload which specifies the workload expectations in the event of infrastructure + /// failures at data center (e.g. power and/or cooling failures). + /// + [Newtonsoft.Json.JsonPropertyAttribute("protectionTier")] + public virtual string ProtectionTier { get; set; } + /// /// Specify the reservation sharing policy. If unspecified, the reservation will not be shared with Google Cloud /// managed services. @@ -120020,9 +124017,10 @@ public class Reservation : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable SpecificReservationRequired { get; set; } /// - /// [Output Only] The status of the reservation. - CREATING: Reservation resources are being allocated. - READY: - /// Reservation resources have been allocated, and the reservation is ready for use. - DELETING: Reservation - /// deletion is in progress. - UPDATING: Reservation update is in progress. + /// [Output Only] The status of the reservation. - CREATING: Reservation resources are being + /// allocated. - READY: Reservation resources have been allocated, and the reservation is ready for + /// use. - DELETING: Reservation deletion is in progress. - UPDATING: Reservation update is in + /// progress. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -120055,15 +124053,15 @@ public class ReservationAdvancedDeploymentControl : Google.Apis.Requests.IDirect public class ReservationAffinity : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), - /// SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples. + /// Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION + /// (default),SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples. /// [Newtonsoft.Json.JsonPropertyAttribute("consumeReservationType")] public virtual string ConsumeReservationType { get; set; } /// - /// Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify - /// googleapis.com/reservation-name as the key and specify the name of your reservation as its value. + /// Corresponds to the label key of a reservation resource. To target aSPECIFIC_RESERVATION by name, + /// specifygoogleapis.com/reservation-name as the key and specify the name of your reservation as its value. /// [Newtonsoft.Json.JsonPropertyAttribute("key")] public virtual string Key { get; set; } @@ -120097,7 +124095,7 @@ public class ReservationAggregatedList : Google.Apis.Requests.IDirectResponseSch /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -120130,8 +124128,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -120141,8 +124139,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -120170,7 +124168,7 @@ public class ReservationBlock : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("count")] public virtual System.Nullable Count { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -120191,7 +124189,7 @@ public class ReservationBlock : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable InUseCount { get; set; } /// - /// [Output Only] Type of the resource. Always compute#reservationBlock for reservation blocks. + /// [Output Only] Type of the resource. Alwayscompute#reservationBlock for reservation blocks. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -120333,14 +124331,14 @@ public class ReservationBlocksListResponse : Google.Apis.Requests.IDirectRespons [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IList Items { get; set; } - /// Type of the resource. Always compute#reservationBlock for a list of reservation blocks. + /// Type of the resource. Alwayscompute#reservationBlock for a list of reservation blocks. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// This token allows you to get the next page of results for list requests. If the number of results is larger - /// than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list - /// request. Subsequent list requests will have their own nextPageToken to continue paging through the results. + /// thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. + /// Subsequent list requests will have their own nextPageToken to continue paging through the results. /// [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] public virtual string NextPageToken { get; set; } @@ -120367,8 +124365,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -120378,8 +124376,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -120418,7 +124416,7 @@ public class ReservationList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -120447,8 +124445,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -120458,8 +124456,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -120483,11 +124481,15 @@ public class DataData /// Represents a reservation subBlock resource. public class ReservationSubBlock : Google.Apis.Requests.IDirectResponseSchema { + /// [Output Only] Slice info for the reservation subBlock. + [Newtonsoft.Json.JsonPropertyAttribute("acceleratorTopologiesInfo")] + public virtual AcceleratorTopologiesInfo AcceleratorTopologiesInfo { get; set; } + /// [Output Only] The number of hosts that are allocated in this reservation subBlock. [Newtonsoft.Json.JsonPropertyAttribute("count")] public virtual System.Nullable Count { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -120508,7 +124510,7 @@ public class ReservationSubBlock : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable InUseCount { get; set; } /// - /// [Output Only] Type of the resource. Always compute#reservationSubBlock for reservation subBlocks. + /// [Output Only] Type of the resource. Alwayscompute#reservationSubBlock for reservation subBlocks. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -120614,15 +124616,15 @@ public class ReservationSubBlocksListResponse : Google.Apis.Requests.IDirectResp public virtual System.Collections.Generic.IList Items { get; set; } /// - /// Type of the resource. Always compute#reservationSubBlock for a list of reservation subBlocks. + /// Type of the resource. Alwayscompute#reservationSubBlock for a list of reservation subBlocks. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// This token allows you to get the next page of results for list requests. If the number of results is larger - /// than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list - /// request. Subsequent list requests will have their own nextPageToken to continue paging through the results. + /// thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. + /// Subsequent list requests will have their own nextPageToken to continue paging through the results. /// [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] public virtual string NextPageToken { get; set; } @@ -120649,8 +124651,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -120660,8 +124662,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -120769,8 +124771,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -120780,8 +124782,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -120815,19 +124817,19 @@ public class ResourceCommitment : Google.Apis.Requests.IDirectResponseSchema public virtual string AcceleratorType { get; set; } /// - /// The quantity of the hardware resource that you want to commit to purchasing (in a type-dependent unit). - - /// For vCPUs, you must specify an integer value. - For memory, you specify the amount of MB that you want. The - /// value you specify must be a multiple of 256 MB, with up to 6.5 GB of memory per every vCPU. - For GPUs, you - /// must specify an integer value. - For Local SSD disks, you must specify the amount in GB. The size of a - /// single Local SSD disk is 375 GB. + /// The quantity of the hardware resource that you want to commit to purchasing (in a type-dependent unit). + /// - For vCPUs, you must specify an integer value. - For memory, you specify the amount of MB that you + /// want. The value you specify must be a multiple of 256 MB, with up to 6.5 GB of memory per every vCPU. + /// - For GPUs, you must specify an integer value. - For Local SSD disks, you must specify the amount in + /// GB. The size of a single Local SSD disk is 375 GB. /// [Newtonsoft.Json.JsonPropertyAttribute("amount")] public virtual System.Nullable Amount { get; set; } /// - /// The type of hardware resource that you want to specify. You can specify any of the following values: - VCPU - /// - MEMORY - LOCAL_SSD - ACCELERATOR Specify as a separate entry in the list for each individual resource - /// type. + /// The type of hardware resource that you want to specify. You can specify any of the following values: + /// - VCPU - MEMORY - LOCAL_SSD - ACCELERATOR Specify as a separate entry in the list for each + /// individual resource type. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -120872,8 +124874,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -120883,8 +124885,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -120907,11 +124909,11 @@ public class DataData /// /// Represents a Resource Policy resource. You can use resource policies to schedule actions for some Compute Engine - /// resources. For example, you can use them to schedule persistent disk snapshots. + /// resources. For example, you can use them toschedule persistent disk snapshots. /// public class ResourcePolicy : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -120937,14 +124939,14 @@ public class ResourcePolicy : Google.Apis.Requests.IDirectResponseSchema public virtual ResourcePolicyInstanceSchedulePolicy InstanceSchedulePolicy { get; set; } /// - /// [Output Only] Type of the resource. Always compute#resource_policies for resource policies. + /// [Output Only] Type of the resource. Alwayscompute#resource_policies for resource policies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// The name of the resource, provided by the client when initially creating the resource. The resource name - /// must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long + /// must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long /// and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a /// lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last /// character, which cannot be a dash. @@ -120999,7 +125001,7 @@ public class ResourcePolicyAggregatedList : Google.Apis.Requests.IDirectResponse /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -121029,8 +125031,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -121040,8 +125042,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -121080,7 +125082,7 @@ public class ResourcePolicyDailyCycle : Google.Apis.Requests.IDirectResponseSche public virtual string Duration { get; set; } /// - /// Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, + /// Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00,12:00, /// 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid. /// [Newtonsoft.Json.JsonPropertyAttribute("startTime")] @@ -121215,14 +125217,14 @@ public class ResourcePolicyList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource.Always compute#resourcePoliciesList for listsof resourcePolicies + /// [Output Only] Type of resource.Alwayscompute#resourcePoliciesList for listsof resourcePolicies /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -121248,8 +125250,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -121259,8 +125261,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -121486,6 +125488,10 @@ public class ResourceStatus : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("physicalHostTopology")] public virtual ResourceStatusPhysicalHostTopology PhysicalHostTopology { get; set; } + /// [Output Only] Reservation information that the instance is consuming from. + [Newtonsoft.Json.JsonPropertyAttribute("reservationConsumptionInfo")] + public virtual ResourceStatusReservationConsumptionInfo ReservationConsumptionInfo { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("scheduling")] public virtual ResourceStatusScheduling Scheduling { get; set; } @@ -121569,6 +125575,19 @@ public class ResourceStatusPhysicalHostTopology : Google.Apis.Requests.IDirectRe public virtual string ETag { get; set; } } + /// Reservation consumption information that the instance is consuming from. + public class ResourceStatusReservationConsumptionInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// [Output Only] The full resource name of the reservation that this instance is consuming from. + /// + [Newtonsoft.Json.JsonPropertyAttribute("consumedReservation")] + public virtual string ConsumedReservation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + public class ResourceStatusScheduling : Google.Apis.Requests.IDirectResponseSchema { /// @@ -121583,8 +125602,8 @@ public class ResourceStatusScheduling : Google.Apis.Requests.IDirectResponseSche } /// - /// Represents a Route resource. A route defines a path from VM instances in the VPC network to a specific - /// destination. This destination can be inside or outside the VPC network. For more information, read the Routes + /// Represents a Route resource. A route defines a path from VM instances in the VPC network to a specific + /// destination. This destination can be inside or outside the VPC network. For more information, read theRoutes /// overview. /// public class Route : Google.Apis.Requests.IDirectResponseSchema @@ -121593,7 +125612,7 @@ public class Route : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("asPaths")] public virtual System.Collections.Generic.IList AsPaths { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -121623,7 +125642,7 @@ public class Route : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following /// characters (except for the last character) must be a dash, lowercase letter, or digit. The last character /// must be a lowercase letter or digit. @@ -121637,7 +125656,7 @@ public class Route : Google.Apis.Requests.IDirectResponseSchema /// /// The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a - /// full or partial valid URL: projects/ project/global/gateways/default-internet-gateway + /// full or partial valid URL: projects/project/global/gateways/default-internet-gateway /// [Newtonsoft.Json.JsonPropertyAttribute("nextHopGateway")] public virtual string NextHopGateway { get; set; } @@ -121650,20 +125669,21 @@ public class Route : Google.Apis.Requests.IDirectResponseSchema public virtual string NextHopHub { get; set; } /// - /// The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets or the - /// IP address of the forwarding Rule. For example, the following are all valid URLs: - - /// https://www.googleapis.com/compute/v1/projects/project/regions/region /forwardingRules/forwardingRule - - /// regions/region/forwardingRules/forwardingRule If an IP address is provided, must specify an IPv4 address in - /// dot-decimal notation or an IPv6 address in RFC 4291 format. For example, the following are all valid IP - /// addresses: - 10.128.0.56 - 2001:db8::2d9:51:0:0 - 2001:db8:0:0:2d9:51:0:0 IPv6 addresses will be displayed - /// using RFC 5952 compressed format (e.g. 2001:db8::2d9:51:0:0). Should never be an IPv4-mapped IPv6 address. + /// The URL to a forwarding rule of typeloadBalancingScheme=INTERNAL that should handle matching packets or the + /// IP address of the forwarding Rule. For example, the following are all valid URLs: - + /// https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule - + /// regions/region/forwardingRules/forwardingRule If an IP address is provided, must specify an IPv4 address + /// in dot-decimal notation or an IPv6 address in RFC 4291 format. For example, the following are all valid IP + /// addresses: - 10.128.0.56 - 2001:db8::2d9:51:0:0 - 2001:db8:0:0:2d9:51:0:0 IPv6 + /// addresses will be displayed using RFC 5952 compressed format (e.g. 2001:db8::2d9:51:0:0). Should never be an + /// IPv4-mapped IPv6 address. /// [Newtonsoft.Json.JsonPropertyAttribute("nextHopIlb")] public virtual string NextHopIlb { get; set; } /// /// The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. - /// For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/ + /// For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/ /// [Newtonsoft.Json.JsonPropertyAttribute("nextHopInstance")] public virtual string NextHopInstance { get; set; } @@ -121729,14 +125749,17 @@ public class Route : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("priority")] public virtual System.Nullable Priority { get; set; } - /// [Output only] The status of the route. + /// + /// [Output only] The status of the route. This status only applies to dynamic routes learned by Cloud Routers. + /// This status is not applicable to static routes. + /// [Newtonsoft.Json.JsonPropertyAttribute("routeStatus")] public virtual string RouteStatus { get; set; } /// /// [Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit - /// route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - - /// 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - + /// route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - + /// 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - /// 'STATIC' for a static route /// [Newtonsoft.Json.JsonPropertyAttribute("routeType")] @@ -121774,8 +125797,8 @@ public class WarningsData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -121785,8 +125808,8 @@ public class WarningsData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -121814,11 +125837,11 @@ public class RouteAsPath : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList> AsLists { get; set; } /// - /// [Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set - /// of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems - /// that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local - /// confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in - /// the local confederation that the route has traversed + /// [Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set + /// of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems + /// that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local + /// confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems + /// in the local confederation that the route has traversed /// [Newtonsoft.Json.JsonPropertyAttribute("pathSegmentType")] public virtual string PathSegmentType { get; set; } @@ -121844,7 +125867,7 @@ public class RouteList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -121873,8 +125896,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -121884,8 +125907,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -121934,7 +125957,7 @@ public class RoutePolicy : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the Route Policy being applied to this Router, which is essentially a hash of the Route /// Policy used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes /// after every request to modify or update Route Policy. You must always provide an up-to-date fingerprint hash - /// in order to update or change labels. To see the latest fingerprint, make a getRoutePolicy() request to + /// in order to update or change labels. To see the latest fingerprint, make a getRoutePolicy() request to /// retrieve a Route Policy. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -121986,7 +126009,7 @@ public class RoutePolicyPolicyTerm : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Cloud Router resource. For more information about Cloud Router, read the Cloud Router overview. + /// Represents a Cloud Router resource. For more information about Cloud Router, read theCloud Router overview. /// public class Router : Google.Apis.Requests.IDirectResponseSchema { @@ -121996,13 +126019,13 @@ public class Router : Google.Apis.Requests.IDirectResponseSchema /// /// BGP information that must be configured into the routing stack to establish BGP peering. This information - /// must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to - /// RFC4273. + /// must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer + /// toRFC4273. /// [Newtonsoft.Json.JsonPropertyAttribute("bgpPeers")] public virtual System.Collections.Generic.IList BgpPeers { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -122026,9 +126049,9 @@ public class Router : Google.Apis.Requests.IDirectResponseSchema /// /// Router interfaces. To create a BGP peer that uses a router interface, the interface must have one of the - /// following fields specified: - linkedVpnTunnel - linkedInterconnectAttachment - subnetwork You can create a - /// router interface without any of these fields specified. However, you cannot create a BGP peer that uses that - /// interface. + /// following fields specified: - linkedVpnTunnel - linkedInterconnectAttachment - subnetwork You + /// can create a router interface without any of these fields specified. However, you cannot create a BGP peer + /// that uses that interface. /// [Newtonsoft.Json.JsonPropertyAttribute("interfaces")] public virtual System.Collections.Generic.IList Interfaces { get; set; } @@ -122043,7 +126066,7 @@ public class Router : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -122113,7 +126136,7 @@ public class RouterAggregatedList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -122146,8 +126169,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -122157,8 +126180,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -122204,7 +126227,7 @@ public class RouterBgp : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList AdvertisedIpRanges { get; set; } /// - /// Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value + /// Local BGP Autonomous System Number (ASN). Must be anRFC6996 private ASN, either 16-bit or 32-bit. The value /// will be fixed for this router resource. All VPN tunnels that link to this router will have the same local /// ASN. /// @@ -122214,17 +126237,17 @@ public class RouterBgp : Google.Apis.Requests.IDirectResponseSchema /// /// Explicitly specifies a range of valid BGP Identifiers for this Router. It is provided as a link-local IPv4 /// range (from 169.254.0.0/16), of size at least /30, even if the BGP sessions are over IPv6. It must not - /// overlap with any IPv4 BGP session ranges. Other vendors commonly call this "router ID". + /// overlap with any IPv4 BGP session ranges. Other vendors commonly call this "router ID". /// [Newtonsoft.Json.JsonPropertyAttribute("identifierRange")] public virtual string IdentifierRange { get; set; } /// - /// The interval in seconds between BGP keepalive messages that are sent to the peer. Hold time is three times + /// The interval in seconds between BGP keepalive messages that are sent to the peer. Hold time is three times /// the interval at which keepalive messages are sent, and the hold time is the maximum number of seconds - /// allowed to elapse between successive keepalive messages that BGP receives from a peer. BGP will use the + /// allowed to elapse between successive keepalive messages that BGP receives from a peer. BGP will use the /// smaller of either the local hold time value or the peer's hold time value as the hold time for the BGP - /// connection between the two peers. If set, this value must be between 20 and 60. The default is 20. + /// connection between the two peers. If set, this value must be between 20 and 60. The default is 20. /// [Newtonsoft.Json.JsonPropertyAttribute("keepaliveInterval")] public virtual System.Nullable KeepaliveInterval { get; set; } @@ -122241,10 +126264,10 @@ public class RouterBgpPeer : Google.Apis.Requests.IDirectResponseSchema /// /// User-specified list of prefix groups to advertise in custom mode, which currently supports the following - /// option: - ALL_SUBNETS: Advertises all of the router's own VPC subnets. This excludes any routes learned for - /// subnets that use VPC Network Peering. Note that this field can only be populated if advertise_mode is CUSTOM - /// and overrides the list defined for the router (in the "bgp" message). These groups are advertised in - /// addition to any specified prefixes. Leave this field blank to advertise no custom groups. + /// option: - ALL_SUBNETS: Advertises all of the router's own VPC subnets. This excludes any routes + /// learned for subnets that use VPC Network Peering. Note that this field can only be populated if + /// advertise_mode is CUSTOM and overrides the list defined for the router (in the "bgp" message). These groups + /// are advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups. /// [Newtonsoft.Json.JsonPropertyAttribute("advertisedGroups")] public virtual System.Collections.Generic.IList AdvertisedGroups { get; set; } @@ -122282,7 +126305,7 @@ public class RouterBgpPeer : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable CustomLearnedRoutePriority { get; set; } /// - /// The status of the BGP peer connection. If set to FALSE, any active session with the peer is terminated and + /// The status of the BGP peer connection. If set to FALSE, any active session with the peer is terminated and /// all associated routing information is removed. If set to TRUE, the peer connection can be established with /// routing information. The default is TRUE. /// @@ -122332,11 +126355,11 @@ public class RouterBgpPeer : Google.Apis.Requests.IDirectResponseSchema public virtual string Ipv6NexthopAddress { get; set; } /// - /// [Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value - /// and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and - /// managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google - /// automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is - /// created, updated, or deleted. + /// [Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the + /// default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is + /// configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type + /// PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER + /// InterconnectAttachment is created, updated, or deleted. /// [Newtonsoft.Json.JsonPropertyAttribute("managementType")] public virtual string ManagementType { get; set; } @@ -122349,10 +126372,10 @@ public class RouterBgpPeer : Google.Apis.Requests.IDirectResponseSchema public virtual string Md5AuthenticationKeyName { get; set; } /// - /// Name of this BGP peer. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the - /// name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means - /// the first character must be a lowercase letter, and all following characters must be a dash, lowercase - /// letter, or digit, except the last character, which cannot be a dash. + /// Name of this BGP peer. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name + /// must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the + /// first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, + /// or digit, except the last character, which cannot be a dash. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -122390,7 +126413,7 @@ public class RouterBgpPeerBfd : Google.Apis.Requests.IDirectResponseSchema /// /// The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual /// value is negotiated between the two routers and is equal to the greater of this value and the transmit - /// interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000. + /// interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000. /// [Newtonsoft.Json.JsonPropertyAttribute("minReceiveInterval")] public virtual System.Nullable MinReceiveInterval { get; set; } @@ -122398,24 +126421,24 @@ public class RouterBgpPeerBfd : Google.Apis.Requests.IDirectResponseSchema /// /// The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The /// actual value is negotiated between the two routers and is equal to the greater of this value and the - /// corresponding receive interval of the other router. If set, this value must be between 1000 and 30000. The - /// default is 1000. + /// corresponding receive interval of the other router. If set, this value must be between 1000 and 30000. + /// The default is 1000. /// [Newtonsoft.Json.JsonPropertyAttribute("minTransmitInterval")] public virtual System.Nullable MinTransmitInterval { get; set; } /// - /// The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If - /// set, the value must be a value between 5 and 16. The default is 5. + /// The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. + /// If set, the value must be a value between 5 and 16. The default is 5. /// [Newtonsoft.Json.JsonPropertyAttribute("multiplier")] public virtual System.Nullable Multiplier { get; set; } /// - /// The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the - /// BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate - /// the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is - /// DISABLED. + /// The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate + /// the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to + /// initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The + /// default is DISABLED. /// [Newtonsoft.Json.JsonPropertyAttribute("sessionInitializationMode")] public virtual string SessionInitializationMode { get; set; } @@ -122441,13 +126464,13 @@ public class RouterBgpPeerCustomLearnedIpRange : Google.Apis.Requests.IDirectRes public class RouterInterface : Google.Apis.Requests.IDirectResponseSchema { /// - /// IP address and range of the interface. - For Internet Protocol version 4 (IPv4), the IP range must be in the - /// RFC3927 link-local IP address space. The value must be a CIDR-formatted string, for example, 169.254.0.1/30. - /// Note: Do not truncate the IP address, as it represents the IP address of the interface. - For Internet - /// Protocol version 6 (IPv6), the value must be a unique local address (ULA) range from fdff:1::/64 with a mask - /// length of 126 or less. This value should be a CIDR-formatted string, for example, fdff:1::1/112. Within the - /// router's VPC, this IPv6 prefix will be reserved exclusively for this connection and cannot be used for any - /// other purpose. + /// IP address and range of the interface. - For Internet Protocol version 4 (IPv4), the IP range must be + /// in theRFC3927 link-local IP address space. The value must be a CIDR-formatted string, for example, + /// 169.254.0.1/30. Note: Do not truncate the IP address, as it represents the IP address of the + /// interface. - For Internet Protocol version 6 (IPv6), the value must be a unique local address (ULA) + /// range from fdff:1::/64 with a mask length of 126 or less. This value should be a CIDR-formatted + /// string, for example, fdff:1::1/112. Within the router's VPC, this IPv6 prefix will be reserved + /// exclusively for this connection and cannot be used for any other purpose. /// [Newtonsoft.Json.JsonPropertyAttribute("ipRange")] public virtual string IpRange { get; set; } @@ -122471,17 +126494,17 @@ public class RouterInterface : Google.Apis.Requests.IDirectResponseSchema public virtual string LinkedVpnTunnel { get; set; } /// - /// [Output Only] The resource that configures and manages this interface. - MANAGED_BY_USER is the default - /// value and can be managed directly by users. - MANAGED_BY_ATTACHMENT is an interface that is configured and - /// managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type PARTNER. Google - /// automatically creates, updates, and deletes this type of interface when the PARTNER InterconnectAttachment - /// is created, updated, or deleted. + /// [Output Only] The resource that configures and manages this interface. - MANAGED_BY_USER is the + /// default value and can be managed directly by users. - MANAGED_BY_ATTACHMENT is an interface that is + /// configured and managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type + /// PARTNER. Google automatically creates, updates, and deletes this type of interface when the PARTNER + /// InterconnectAttachment is created, updated, or deleted. /// [Newtonsoft.Json.JsonPropertyAttribute("managementType")] public virtual string ManagementType { get; set; } /// - /// Name of this interface entry. The name must be 1-63 characters long, and comply with RFC1035. Specifically, + /// Name of this interface entry. The name must be 1-63 characters long, and comply withRFC1035. Specifically, /// the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which /// means the first character must be a lowercase letter, and all following characters must be a dash, lowercase /// letter, or digit, except the last character, which cannot be a dash. @@ -122501,10 +126524,10 @@ public class RouterInterface : Google.Apis.Requests.IDirectResponseSchema /// redundantInterface must belong to the same Cloud Router as the interface here. To establish the BGP session /// to a Router Appliance VM, you must create two BGP peers. The two BGP peers must be attached to two separate /// interfaces that are redundant with each other. The redundant_interface must be 1-63 characters long, and - /// comply with RFC1035. Specifically, the redundant_interface must be 1-63 characters long and match the - /// regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, - /// and all following characters must be a dash, lowercase letter, or digit, except the last character, which - /// cannot be a dash. + /// comply withRFC1035. Specifically, the redundant_interface must be 1-63 characters long and match the regular + /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all + /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be + /// a dash. /// [Newtonsoft.Json.JsonPropertyAttribute("redundantInterface")] public virtual string RedundantInterface { get; set; } @@ -122538,7 +126561,7 @@ public class RouterList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -122567,8 +126590,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -122578,8 +126601,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -122603,7 +126626,7 @@ public class DataData public class RouterMd5AuthenticationKey : Google.Apis.Requests.IDirectResponseSchema { /// - /// [Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the + /// [Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the /// previous configuration. This is allowed if the key with the same name existed before the operation. Maximum /// length is 80 characters. Can only contain printable ASCII characters. /// @@ -122611,8 +126634,8 @@ public class RouterMd5AuthenticationKey : Google.Apis.Requests.IDirectResponseSc public virtual string Key { get; set; } /// - /// Name used to identify the key. Must be unique within a router. Must be referenced by exactly one bgpPeer. - /// Must comply with RFC1035. + /// Name used to identify the key. Must be unique within a router. Must be referenced by exactly one bgpPeer. + /// Must comply withRFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -122631,7 +126654,7 @@ public class RouterNat : Google.Apis.Requests.IDirectResponseSchema { /// /// The network tier to use when automatically reserving NAT IP addresses. Must be one of: PREMIUM, STANDARD. If - /// not specified, then the current project-level default tier is used. + /// not specified, then the current project-level default tier is used. /// [Newtonsoft.Json.JsonPropertyAttribute("autoNetworkTier")] public virtual string AutoNetworkTier { get; set; } @@ -122644,10 +126667,11 @@ public class RouterNat : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList DrainNatIps { get; set; } /// - /// Enable Dynamic Port Allocation. If not specified, it is disabled by default. If set to true, - Dynamic Port - /// Allocation will be enabled on this NAT config. - enableEndpointIndependentMapping cannot be set to true. - - /// If minPorts is set, minPortsPerVm must be set to a power of two greater than or equal to 32. If - /// minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config. + /// Enable Dynamic Port Allocation. If not specified, it is disabled by default. If set to true, - + /// Dynamic Port Allocation will be enabled on this NAT config. - enableEndpointIndependentMapping cannot + /// be set to true. - If minPorts is set, minPortsPerVm must be set to a power of two greater than or + /// equal to 32. If minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT + /// config. /// [Newtonsoft.Json.JsonPropertyAttribute("enableDynamicPortAllocation")] public virtual System.Nullable EnableDynamicPortAllocation { get; set; } @@ -122671,11 +126695,11 @@ public class RouterNat : Google.Apis.Requests.IDirectResponseSchema public virtual RouterNatLogConfig LogConfig { get; set; } /// - /// Maximum number of ports allocated to a VM from this NAT config when Dynamic Port Allocation is enabled. If - /// Dynamic Port Allocation is not enabled, this field has no effect. If Dynamic Port Allocation is enabled, and - /// this field is set, it must be set to a power of two greater than minPortsPerVm, or 64 if minPortsPerVm is - /// not set. If Dynamic Port Allocation is enabled and this field is not set, a maximum of 65536 ports will be - /// allocated to a VM from this NAT config. + /// Maximum number of ports allocated to a VM from this NAT config when Dynamic Port Allocation is enabled. If + /// Dynamic Port Allocation is not enabled, this field has no effect. If Dynamic Port Allocation is enabled, + /// and this field is set, it must be set to a power of two greater than minPortsPerVm, or 64 if minPortsPerVm + /// is not set. If Dynamic Port Allocation is enabled and this field is not set, a maximum of 65536 ports will + /// be allocated to a VM from this NAT config. /// [Newtonsoft.Json.JsonPropertyAttribute("maxPortsPerVm")] public virtual System.Nullable MaxPortsPerVm { get; set; } @@ -122689,7 +126713,7 @@ public class RouterNat : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable MinPortsPerVm { get; set; } /// - /// Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035. + /// Unique name of this Nat service. The name must be 1-63 characters long and comply withRFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -122702,10 +126726,10 @@ public class RouterNat : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Nat64Subnetworks { get; set; } /// - /// Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP - /// addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new - /// VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When - /// choosing AUTO_ONLY, then nat_ip should be empty. + /// Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses + /// only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service + /// fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't + /// specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("natIpAllocateOption")] public virtual string NatIpAllocateOption { get; set; } @@ -122722,10 +126746,10 @@ public class RouterNat : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Rules { get; set; } /// - /// Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of - /// the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the - /// primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are - /// allowed to Nat (specified in the field subnetwork below) The default is + /// Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: + /// All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: + /// All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of + /// Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is /// SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains /// ALL_SUBNETWORKS_ALL_IP_RANGES then there should not be any other Router.Nat section in any Router for this /// network in this region. @@ -122734,12 +126758,12 @@ public class RouterNat : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceSubnetworkIpRangesToNat { get; set; } /// - /// Specify the Nat option for NAT64, which can take one of the following values: - ALL_IPV6_SUBNETWORKS: All of - /// the IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_IPV6_SUBNETWORKS: A list of Subnetworks are - /// allowed to Nat (specified in the field nat64_subnetwork below) The default is NAT64_OPTION_UNSPECIFIED. Note - /// that if this field contains NAT64_ALL_V6_SUBNETWORKS no other Router.Nat section in this region can also - /// enable NAT64 for any Subnetworks in this network. Other Router.Nat sections can still be present to enable - /// NAT44 only. + /// Specify the Nat option for NAT64, which can take one of the following values: - + /// ALL_IPV6_SUBNETWORKS: All of the IP ranges in every Subnetwork are allowed to Nat. - + /// LIST_OF_IPV6_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field + /// nat64_subnetwork below) The default is NAT64_OPTION_UNSPECIFIED. Note that if this field contains + /// NAT64_ALL_V6_SUBNETWORKS no other Router.Nat section in this region can also enable NAT64 for any + /// Subnetworks in this network. Other Router.Nat sections can still be present to enable NAT44 only. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceSubnetworkIpRangesToNat64")] public virtual string SourceSubnetworkIpRangesToNat64 { get; set; } @@ -122789,9 +126813,9 @@ public class RouterNatLogConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections - /// handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for - /// connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs - /// for all connections, successful and unsuccessful. + /// handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs + /// only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - + /// ALL: Export logs for all connections, successful and unsuccessful. /// [Newtonsoft.Json.JsonPropertyAttribute("filter")] public virtual string Filter { get; set; } @@ -122812,10 +126836,10 @@ public class RouterNatRule : Google.Apis.Requests.IDirectResponseSchema /// /// CEL expression that specifies the match condition that egress traffic from a VM is evaluated against. If it - /// evaluates to true, the corresponding `action` is enforced. The following examples are valid match - /// expressions for public NAT: `inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, - /// '2.2.0.0/16')` `destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'` The following example is a valid - /// match expression for private NAT: `nexthop.hub == + /// evaluates to true, the corresponding `action` is enforced. The following examples are valid match + /// expressions for public NAT: `inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, + /// '2.2.0.0/16')` `destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'` The following example is a + /// valid match expression for private NAT: `nexthop.hub == /// '//networkconnectivity.googleapis.com/projects/my-project/locations/global/hubs/hub-1'` /// [Newtonsoft.Json.JsonPropertyAttribute("match")] @@ -122913,9 +126937,9 @@ public class RouterParams : Google.Apis.Requests.IDirectResponseSchema /// set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the /// following are valid inputs: * {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"} * /// {"123/environment" : "production", "345/abc" : "xyz"} Note: * Invalid combinations of ID &amp; - /// namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid. * - /// Inconsistent format is not supported. For instance: {"tagKeys/333" : "tagValues/444", "123/env" : "prod"} is - /// invalid. + /// namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid. * + /// Inconsistent format is not supported. For instance: {"tagKeys/333" : "tagValues/444", "123/env" : "prod"} + /// is invalid. /// [Newtonsoft.Json.JsonPropertyAttribute("resourceManagerTags")] public virtual System.Collections.Generic.IDictionary ResourceManagerTags { get; set; } @@ -122928,15 +126952,15 @@ public class RouterStatus : Google.Apis.Requests.IDirectResponseSchema { /// /// A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same - /// region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's - /// VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include + /// region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's + /// VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include /// cross-region dynamic routes from Cloud Routers in other regions. /// [Newtonsoft.Json.JsonPropertyAttribute("bestRoutes")] public virtual System.Collections.Generic.IList BestRoutes { get; set; } /// - /// A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be + /// A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be /// programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix /// than a route learned by this Cloud Router. /// @@ -123026,7 +127050,7 @@ public class RouterStatusBgpPeerStatus : Google.Apis.Requests.IDirectResponseSch public virtual string RouterApplianceInstance { get; set; } /// - /// The state of the BGP session. For a list of possible values for this field, see BGP session states. + /// The state of the BGP session. For a list of possible values for this field, seeBGP session states. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -123040,12 +127064,12 @@ public class RouterStatusBgpPeerStatus : Google.Apis.Requests.IDirectResponseSch public virtual string StatusReason { get; set; } /// - /// Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds + /// Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds /// [Newtonsoft.Json.JsonPropertyAttribute("uptime")] public virtual string Uptime { get; set; } - /// Time this session has been up, in seconds. Format: 145 + /// Time this session has been up, in seconds. Format: 145 [Newtonsoft.Json.JsonPropertyAttribute("uptimeSeconds")] public virtual string UptimeSeconds { get; set; } @@ -123168,14 +127192,14 @@ public class RoutersListBgpRoutes : Google.Apis.Requests.IDirectResponseSchema public virtual string Id { get; set; } /// - /// [Output Only] Type of resource. Always compute#routersListBgpRoutes for lists of bgp routes. + /// [Output Only] Type of resource. Alwayscompute#routersListBgpRoutes for lists of bgp routes. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -123209,8 +127233,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -123220,8 +127244,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -123254,14 +127278,14 @@ public class RoutersListRoutePolicies : Google.Apis.Requests.IDirectResponseSche public virtual string Id { get; set; } /// - /// [Output Only] Type of resource. Always compute#routersListRoutePolicies for lists of route policies. + /// [Output Only] Type of resource. Alwayscompute#routersListRoutePolicies for lists of route policies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -123295,8 +127319,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -123306,8 +127330,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -123362,8 +127386,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -123373,8 +127397,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -123399,7 +127423,7 @@ public class SSLHealthCheck : Google.Apis.Requests.IDirectResponseSchema { /// /// The TCP port number to which the health check prober sends packets. The default value is 443. Valid values - /// are 1 through 65535. + /// are 1 through65535. /// [Newtonsoft.Json.JsonPropertyAttribute("port")] public virtual System.Nullable Port { get; set; } @@ -123409,19 +127433,19 @@ public class SSLHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string PortName { get; set; } /// - /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: - /// Specifies a port number explicitly using the port field in the health check. Supported by backend services + /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: + /// Specifies a port number explicitly using theport field in the health check. Supported by backend services /// for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. /// The health check supports all backends supported by the backend service provided the backend can be health /// checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and - /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of + /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of /// specifying the health check port by referring to the backend service. Only supported by backend services for - /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load - /// balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint - /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check - /// uses the port number specified for each endpoint in the network endpoint group. For instance group backends, - /// the health check uses the port number determined by looking up the backend service's named port in the - /// instance group's list of named ports. + /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load + /// balancers. Supports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint + /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check + /// uses the port number specified for each endpoint in the network endpoint group. For instance group + /// backends, the health check uses the port number determined by looking up the backend service's named port in + /// the instance group's list of named ports. /// [Newtonsoft.Json.JsonPropertyAttribute("portSpecification")] public virtual string PortSpecification { get; set; } @@ -123483,7 +127507,7 @@ public class SavedAttachedDisk : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable DiskSizeGb { get; set; } /// - /// [Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard + /// [Output Only] URL of the disk type resource. For example:projects/project/zones/zone/diskTypes/pd-standard /// or pd-ssd /// [Newtonsoft.Json.JsonPropertyAttribute("diskType")] @@ -123506,7 +127530,7 @@ public class SavedAttachedDisk : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("interface")] public virtual string Interface__ { get; set; } - /// [Output Only] Type of the resource. Always compute#attachedDisk for attached disks. + /// [Output Only] Type of the resource. Alwayscompute#attachedDisk for attached disks. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -123515,7 +127539,7 @@ public class SavedAttachedDisk : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Licenses { get; set; } /// - /// The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY. + /// The mode in which this disk is attached to the source instance, eitherREAD_WRITE or READ_ONLY. /// [Newtonsoft.Json.JsonPropertyAttribute("mode")] public virtual string Mode { get; set; } @@ -123536,7 +127560,7 @@ public class SavedAttachedDisk : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("storageBytesStatus")] public virtual string StorageBytesStatus { get; set; } - /// Specifies the type of the attached disk, either SCRATCH or PERSISTENT. + /// Specifies the type of the attached disk, either SCRATCH orPERSISTENT. [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -123605,9 +127629,9 @@ public class Scheduling : Google.Apis.Requests.IDirectResponseSchema { /// /// Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not - /// terminated by a user). You can only set the automatic restart option for standard instances. Preemptible - /// instances cannot be automatically restarted. By default, this is set to true so an instance is automatically - /// restarted if it is terminated by Compute Engine. + /// terminated by a user). You can only set the automatic restart option for standard instances.Preemptible + /// instances cannot be automatically restarted. By default, this is set to true so an instance is + /// automatically restarted if it is terminated by Compute Engine. /// [Newtonsoft.Json.JsonPropertyAttribute("automaticRestart")] public virtual System.Nullable AutomaticRestart { get; set; } @@ -123659,7 +127683,7 @@ public class Scheduling : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable MinNodeCpus { get; set; } /// - /// A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more + /// A set of node affinity and anti-affinity configurations. Refer toConfiguring node affinity for more /// information. Overrides reservationAffinity. /// [Newtonsoft.Json.JsonPropertyAttribute("nodeAffinities")] @@ -123667,8 +127691,8 @@ public class Scheduling : Google.Apis.Requests.IDirectResponseSchema /// /// Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. - /// For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see - /// Set VM host maintenance policy. + /// Forpreemptible instances, the default and only possible behavior is TERMINATE. For more information, see + /// Set VM host maintenance policy. /// [Newtonsoft.Json.JsonPropertyAttribute("onHostMaintenance")] public virtual string OnHostMaintenance { get; set; } @@ -123678,7 +127702,7 @@ public class Scheduling : Google.Apis.Requests.IDirectResponseSchema /// /// Defines whether the instance is preemptible. This can only be set during instance creation or while the - /// instance is stopped and therefore, in a `TERMINATED` state. See Instance Life Cycle for more information on + /// instance isstopped and therefore, in a `TERMINATED` state. SeeInstance Life Cycle for more information on /// the possible instance states. /// [Newtonsoft.Json.JsonPropertyAttribute("preemptible")] @@ -123696,7 +127720,7 @@ public class Scheduling : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable SkipGuestOsShutdown { get; set; } /// - /// Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the + /// Specifies the timestamp, when the instance will be terminated, inRFC3339 text format. If specified, the /// instance termination action will be performed at the termination time. /// [Newtonsoft.Json.JsonPropertyAttribute("terminationTime")] @@ -123707,7 +127731,7 @@ public class Scheduling : Google.Apis.Requests.IDirectResponseSchema } /// - /// Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. + /// Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. /// public class SchedulingNodeAffinity : Google.Apis.Requests.IDirectResponseSchema { @@ -123716,7 +127740,7 @@ public class SchedulingNodeAffinity : Google.Apis.Requests.IDirectResponseSchema public virtual string Key { get; set; } /// - /// Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. + /// Defines the operation of node selection. Valid operators areIN for affinity and NOT_IN for anti-affinity. /// [Newtonsoft.Json.JsonPropertyAttribute("operator")] public virtual string Operator__ { get; set; } @@ -123729,7 +127753,7 @@ public class SchedulingNodeAffinity : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Defines the behaviour for instances with the instance_termination_action STOP. + /// Defines the behaviour for instances with the instance_termination_actionSTOP. public class SchedulingOnInstanceStopAction : Google.Apis.Requests.IDirectResponseSchema { /// @@ -123772,14 +127796,14 @@ public class SecurityPoliciesAggregatedList : Google.Apis.Requests.IDirectRespon public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#securityPolicyAggregatedList for lists of Security Policies. + /// [Output Only] Type of resource. Alwayscompute#securityPolicyAggregatedList for lists of Security Policies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -123809,8 +127833,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -123820,8 +127844,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -123879,8 +127903,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -123890,8 +127914,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -123922,8 +127946,9 @@ public class SecurityPoliciesWafConfig : Google.Apis.Requests.IDirectResponseSch } /// - /// Represents a Google Cloud Armor security policy resource. Only external backend services that use load balancers - /// can reference a security policy. For more information, see Google Cloud Armor security policy overview. + /// Represents a Google Cloud Armor security policy resource. Only external backend services that use load + /// balancers can reference a security policy. For more information, see Google Cloud Armor security policy + /// overview. /// public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema { @@ -123937,7 +127962,7 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("associations")] public virtual System.Collections.Generic.IList Associations { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -123954,7 +127979,7 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema /// Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used /// for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every /// request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to - /// update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change metadata, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make get() request to the security policy. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -123966,7 +127991,7 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output only] Type of the resource. Always compute#securityPolicyfor security policies + /// [Output only] Type of the resource. Alwayscompute#securityPolicyfor security policies [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -123974,21 +127999,21 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this security policy, which is essentially a hash of the /// labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes /// after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in - /// order to update or change labels. To see the latest fingerprint, make get() request to the security policy. + /// order to update or change labels. To see the latest fingerprint, make get() request to the security policy. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -123996,6 +128021,10 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// [Output Only] The parent of the security policy. + [Newtonsoft.Json.JsonPropertyAttribute("parent")] + public virtual string Parent { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("recaptchaOptionsConfig")] public virtual SecurityPolicyRecaptchaOptionsConfig RecaptchaOptionsConfig { get; set; } @@ -124008,7 +128037,7 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// A list of rules that belong to this policy. There must always be a default rule which is a rule with - /// priority 2147483647 and match all condition (for the match condition this means match "*" for srcIpRanges + /// priority 2147483647 and match all condition (for the match condition this means match "*" for srcIpRanges /// and for the networkMatch condition every field must be either match "*" or not set). If no rules are /// provided when creating a security policy, a default rule with action "allow" will be added. /// @@ -124031,17 +128060,18 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema public virtual string ShortName { get; set; } /// - /// The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security - /// policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests - /// before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured - /// to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend - /// buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - - /// CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor internal service policies can be configured to - /// filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests - /// before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can - /// be configured to filter packets targeting network load balancing resources such as backend services, target - /// pools, target instances, and instances with external IPs. They filter requests before the request is served - /// from the application. This field can be set only at resource creation time. + /// The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend + /// security policies can be configured to filter incoming HTTP requests targeting backend services. They + /// filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security + /// policies can be configured to filter incoming HTTP requests targeting backend services (including + /// Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is + /// served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor internal + /// service policies can be configured to filter HTTP requests targeting services managed by Traffic Director + /// in a service mesh. They filter requests before the request is served from the application. - + /// CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load + /// balancing resources such as backend services, target pools, target instances, and instances with external + /// IPs. They filter requests before the request is served from the application. This field can be set only at + /// resource creation time. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -124049,8 +128079,8 @@ public class SecurityPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// Definitions of user-defined fields for CLOUD_ARMOR_NETWORK policies. A user-defined field consists of up to /// 4 bytes extracted from a fixed offset in the packet, relative to the IPv4, IPv6, TCP, or UDP header, with an - /// optional mask to select certain bits. Rules may then specify matching values for these fields. Example: - /// userDefinedFields: - name: "ipv4_fragment_offset" base: IPV4 offset: 6 size: 2 mask: "0x1fff" + /// optional mask to select certain bits. Rules may then specify matching values for these fields. Example: + /// userDefinedFields: - name: "ipv4_fragment_offset" base: IPV4 offset: 6 size: 2 mask: "0x1fff" /// [Newtonsoft.Json.JsonPropertyAttribute("userDefinedFields")] public virtual System.Collections.Generic.IList UserDefinedFields { get; set; } @@ -124122,7 +128152,7 @@ public class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresh public virtual System.Nullable DetectionRelativeToBaselineQps { get; set; } /// - /// The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the security + /// The name must be 1-63 characters long, and comply withRFC1035. The name must be unique within the security /// policy. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] @@ -124188,10 +128218,10 @@ public class SecurityPolicyAdvancedOptionsConfig : Google.Apis.Requests.IDirectR public class SecurityPolicyAdvancedOptionsConfigJsonCustomConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type - /// header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a - /// custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be - /// excluded. + /// A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type + /// header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring + /// a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should + /// be excluded. /// [Newtonsoft.Json.JsonPropertyAttribute("contentTypes")] public virtual System.Collections.Generic.IList ContentTypes { get; set; } @@ -124254,14 +128284,14 @@ public class SecurityPolicyList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#securityPolicyList for listsof securityPolicies + /// [Output Only] Type of resource. Alwayscompute#securityPolicyList for listsof securityPolicies /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -124286,8 +128316,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -124297,8 +128327,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -124351,18 +128381,18 @@ public class SecurityPolicyReference : Google.Apis.Requests.IDirectResponseSchem public class SecurityPolicyRule : Google.Apis.Requests.IDirectResponseSchema { /// - /// The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access - /// to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for - /// `STATUS` are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban - /// the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. - /// Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an - /// internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this - /// action can be configured via redirectOptions. This action is only supported in Global Security Policies of - /// type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for - /// this action in rateLimitOptions. Requires rate_limit_options to be set for this. - fairshare (preview only): - /// when traffic reaches the threshold limit, requests from the clients matching this rule begin to be - /// rate-limited using the Fair Share algorithm. This action is only allowed in security policies of type - /// `CLOUD_ARMOR_INTERNAL_SERVICE`. + /// The Action to perform when the rule is matched. The following are the valid actions: - allow: allow + /// access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. + /// Valid values for `STATUS` are 403, 404, and 502. - rate_based_ban: limit client traffic to the + /// configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for + /// this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a + /// different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect + /// via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only + /// supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the + /// configured threshold. Configure parameters for this action in rateLimitOptions. Requires + /// rate_limit_options to be set for this. - fairshare (preview only): when traffic reaches the + /// threshold limit, requests from the clients matching this rule begin to be rate-limited using the Fair + /// Share algorithm. This action is only allowed in security policies of type `CLOUD_ARMOR_INTERNAL_SERVICE`. /// [Newtonsoft.Json.JsonPropertyAttribute("action")] public virtual string Action { get; set; } @@ -124381,7 +128411,7 @@ public class SecurityPolicyRule : Google.Apis.Requests.IDirectResponseSchema public virtual SecurityPolicyRuleHttpHeaderAction HeaderAction { get; set; } /// - /// [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules + /// [Output only] Type of the resource. Alwayscompute#securityPolicyRule for security policy rules /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -124395,19 +128425,20 @@ public class SecurityPolicyRule : Google.Apis.Requests.IDirectResponseSchema /// /// A match condition that incoming packets are evaluated against for CLOUD_ARMOR_NETWORK security policies. If - /// it matches, the corresponding 'action' is enforced. The match criteria for a rule consists of built-in match - /// fields (like 'srcIpRanges') and potentially multiple user-defined match fields ('userDefinedFields'). Field - /// values may be extracted directly from the packet or derived from it (e.g. 'srcRegionCodes'). Some fields may - /// not be present in every packet (e.g. 'srcPorts'). A user-defined field is only present if the base header is - /// found in the packet and the entire field is in bounds. Each match field may specify which values can match - /// it, listing one or more ranges, prefixes, or exact values that are considered a match for the field. A field - /// value must be present in order to match a specified match field. If no match values are specified for a - /// match field, then any field value is considered to match it, and it's not required to be present. For - /// strings specifying '*' is also equivalent to match all. For a packet to match a rule, all specified match - /// fields must match the corresponding field values derived from the packet. Example: networkMatch: - /// srcIpRanges: - "192.0.2.0/24" - "198.51.100.0/24" userDefinedFields: - name: "ipv4_fragment_offset" values: - /// - "1-0x1fff" The above match condition matches packets with a source IP in 192.0.2.0/24 or 198.51.100.0/24 - /// and a user-defined field named "ipv4_fragment_offset" with a value between 1 and 0x1fff inclusive. + /// it matches, the corresponding 'action' is enforced. The match criteria for a rule consists of built-in + /// match fields (like 'srcIpRanges') and potentially multiple user-defined match fields ('userDefinedFields'). + /// Field values may be extracted directly from the packet or derived from it (e.g. 'srcRegionCodes'). Some + /// fields may not be present in every packet (e.g. 'srcPorts'). A user-defined field is only present if the + /// base header is found in the packet and the entire field is in bounds. Each match field may specify which + /// values can match it, listing one or more ranges, prefixes, or exact values that are considered a match for + /// the field. A field value must be present in order to match a specified match field. If no match values are + /// specified for a match field, then any field value is considered to match it, and it's not required to be + /// present. For strings specifying '*' is also equivalent to match all. For a packet to match a rule, all + /// specified match fields must match the corresponding field values derived from the packet. Example: + /// networkMatch: srcIpRanges: - "192.0.2.0/24" - "198.51.100.0/24" userDefinedFields: - name: + /// "ipv4_fragment_offset" values: - "1-0x1fff" The above match condition matches packets with a source + /// IP in 192.0.2.0/24 or 198.51.100.0/24 and a user-defined field named "ipv4_fragment_offset" with a value + /// between 1 and 0x1fff inclusive. /// [Newtonsoft.Json.JsonPropertyAttribute("networkMatch")] public virtual SecurityPolicyRuleNetworkMatcher NetworkMatch { get; set; } @@ -124615,7 +128646,7 @@ public class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch : Google.Apis /// /// Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with - /// "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff"). + /// "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff"). /// [Newtonsoft.Json.JsonPropertyAttribute("values")] public virtual System.Collections.Generic.IList Values { get; set; } @@ -124718,27 +128749,27 @@ public class SecurityPolicyRuleRateLimitOptions : Google.Apis.Requests.IDirectRe public virtual string ConformAction { get; set; } /// - /// Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit - /// threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is - /// not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced - /// separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". - /// The key value is truncated to the first 128 bytes of the header value. If no such header is present in the - /// request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP - /// address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the - /// value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - - /// HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value - /// is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the - /// key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the - /// first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is - /// truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The - /// country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the - /// client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: - /// The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with - /// the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved - /// from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects - /// using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. For "fairshare" action, this - /// value is limited to ALL i.e. a single rate limit threshold is enforced for all the requests matching the - /// rule. + /// Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate + /// limit threshold is applied to all the requests matching this rule. This is the default value if + /// "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has + /// this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is + /// configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header + /// value. If no such header is present in the request, the key type defaults toALL. - XFF_IP: The first + /// IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For + /// HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source + /// IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name + /// is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie + /// value. If no such cookie is present in the request, the key type defaults toALL. - HTTP_PATH: The URL + /// path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name + /// indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. + /// The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the + /// request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using + /// HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of + /// the originating client, which is resolved based on "userIpRequestHeaders" configured with the security + /// policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, + /// the key type defaults toIP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using + /// HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. For "fairshare" action, this value + /// is limited to ALL i.e. a single rate limit threshold is enforced for all the requests matching the rule. /// [Newtonsoft.Json.JsonPropertyAttribute("enforceOnKey")] public virtual string EnforceOnKey { get; set; } @@ -124795,25 +128826,26 @@ public class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig : Google.Apis. public virtual string EnforceOnKeyName { get; set; } /// - /// Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit - /// threshold is applied to all the requests matching this rule. This is the default value if - /// "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has - /// this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under - /// "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header - /// is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the - /// originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such - /// header is present or the value is not a valid IP, the key defaults to the source IP address of the request - /// i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under - /// "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie - /// is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The - /// key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS - /// request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - /// - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL - /// fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to - /// ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" - /// configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address - /// cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if - /// the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. + /// Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate + /// limit threshold is applied to all the requests matching this rule. This is the default value if + /// "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each + /// IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is + /// configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header + /// value. If no such header is present in the request, the key type defaults toALL. - XFF_IP: The first + /// IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For + /// HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source + /// IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name + /// is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie + /// value. If no such cookie is present in the request, the key type defaults toALL. - HTTP_PATH: The URL + /// path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name + /// indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. + /// The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the + /// request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using + /// HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of + /// the originating client, which is resolved based on "userIpRequestHeaders" configured with the security + /// policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, + /// the key type defaults toIP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using + /// HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. /// [Newtonsoft.Json.JsonPropertyAttribute("enforceOnKeyType")] public virtual string EnforceOnKeyType { get; set; } @@ -124846,8 +128878,8 @@ public class SecurityPolicyRuleRedirectOptions : Google.Apis.Requests.IDirectRes public virtual string Target { get; set; } /// - /// Type of the redirect action. Possible values are: - GOOGLE_RECAPTCHA: redirect to reCAPTCHA for manual - /// challenge assessment. - EXTERNAL_302: redirect to a different URL via a 302 response. + /// Type of the redirect action. Possible values are: - GOOGLE_RECAPTCHA: redirect to reCAPTCHA for + /// manual challenge assessment. - EXTERNAL_302: redirect to a different URL via a 302 response. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -124859,11 +128891,11 @@ public class SecurityPolicyRuleRedirectOptions : Google.Apis.Requests.IDirectRes public class SecurityPolicyUserDefinedField : Google.Apis.Requests.IDirectResponseSchema { /// - /// The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the - /// IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP - /// header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - - /// UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. - /// Not present for non-first fragments. required + /// The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning + /// of the IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning + /// of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first + /// fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 + /// extension headers. Not present for non-first fragments. required /// [Newtonsoft.Json.JsonPropertyAttribute("base")] public virtual string Base__ { get; set; } @@ -124905,21 +128937,21 @@ public class SecuritySettings : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. A URL referring to a networksecurity.ClientTlsPolicy resource that describes how clients should - /// authenticate with this service's backends. clientTlsPolicy only applies to a global BackendService with the - /// loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank, communications are not encrypted. + /// authenticate with this service's backends. clientTlsPolicy only applies to a globalBackendService with the + /// loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank, communications are not encrypted. /// [Newtonsoft.Json.JsonPropertyAttribute("clientTlsPolicy")] public virtual string ClientTlsPolicy { get; set; } /// /// Optional. A list of Subject Alternative Names (SANs) that the client verifies during a mutual TLS handshake - /// with an server/endpoint for this BackendService. When the server presents its X.509 certificate to the - /// client, the client inspects the certificate's subjectAltName field. If the field contains one of the + /// with an server/endpoint for thisBackendService. When the server presents its X.509 certificate to the + /// client, the client inspects the certificate'ssubjectAltName field. If the field contains one of the /// specified values, the communication continues. Otherwise, it fails. This additional check enables the client - /// to verify that the server is authorized to run the requested service. Note that the contents of the server + /// to verify that the server is authorized to run the requested service. Note that the contents of the server /// certificate's subjectAltName field are configured by the Public Key Infrastructure which provisions server - /// identities. Only applies to a global BackendService with loadBalancingScheme set to INTERNAL_SELF_MANAGED. - /// Only applies when BackendService has an attached clientTlsPolicy with clientCertificate (mTLS mode). + /// identities. Only applies to a global BackendService withloadBalancingScheme set to INTERNAL_SELF_MANAGED. + /// Only applies when BackendService has an attachedclientTlsPolicy with clientCertificate (mTLS mode). /// [Newtonsoft.Json.JsonPropertyAttribute("subjectAltNames")] public virtual System.Collections.Generic.IList SubjectAltNames { get; set; } @@ -124936,7 +128968,7 @@ public class SerialPortOutput : Google.Apis.Requests.IDirectResponseSchema public virtual string Contents { get; set; } /// - /// [Output Only] Type of the resource. Always compute#serialPortOutput for serial port output. + /// [Output Only] Type of the resource. Alwayscompute#serialPortOutput for serial port output. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -124990,7 +129022,7 @@ public class ServiceAccount : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a ServiceAttachment resource. A service attachment represents a service that a producer has exposed. + /// Represents a ServiceAttachment resource. A service attachment represents a service that a producer has exposed. /// It encapsulates the load balancer which fronts the service runs and a list of NAT IP ranges that the producers /// uses to represent the consumers connecting to the service. /// @@ -125029,7 +129061,7 @@ public class ServiceAttachment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("consumerRejectLists")] public virtual System.Collections.Generic.IList ConsumerRejectLists { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -125070,7 +129102,7 @@ public class ServiceAttachment : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] Type of the resource. Always compute#serviceAttachment for service attachments. + /// [Output Only] Type of the resource. Alwayscompute#serviceAttachment for service attachments. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -125081,7 +129113,7 @@ public class ServiceAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -125106,10 +129138,10 @@ public class ServiceAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// The number of consumer spokes that connected Private Service Connect endpoints can be propagated to through /// Network Connectivity Center. This limit lets the service producer limit how many propagated Private Service - /// Connect connections can be established to this service attachment from a single consumer. If the connection + /// Connect connections can be established to this service attachment from a single consumer. If the connection /// preference of the service attachment is ACCEPT_MANUAL, the limit applies to each project or network that is /// listed in the consumer accept list. If the connection preference of the service attachment is - /// ACCEPT_AUTOMATIC, the limit applies to each project that contains a connected endpoint. If unspecified, the + /// ACCEPT_AUTOMATIC, the limit applies to each project that contains a connected endpoint. If unspecified, the /// default propagated connection limit is 250. /// [Newtonsoft.Json.JsonPropertyAttribute("propagatedConnectionLimit")] @@ -125121,11 +129153,12 @@ public class ServiceAttachment : Google.Apis.Requests.IDirectResponseSchema /// /// This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing - /// ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING - /// PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection - /// policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For - /// example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For - /// newly created service attachment, this boolean defaults to false. + /// ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect + /// existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched + /// regardless how the connection policy is modified . - If true, update will affect both PENDING and + /// ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its + /// project is added to the reject list. For newly created service attachment, this boolean defaults to + /// false. /// [Newtonsoft.Json.JsonPropertyAttribute("reconcileConnections")] public virtual System.Nullable ReconcileConnections { get; set; } @@ -125167,7 +129200,7 @@ public class ServiceAttachmentAggregatedList : Google.Apis.Requests.IDirectRespo /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -125200,8 +129233,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -125211,8 +129244,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -125296,14 +129329,14 @@ public class ServiceAttachmentList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#serviceAttachment for service attachments. + /// [Output Only] Type of the resource. Alwayscompute#serviceAttachment for service attachments. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -125332,8 +129365,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -125343,8 +129376,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -125393,8 +129426,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -125404,8 +129437,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -125490,15 +129523,15 @@ public class ShareSettingsProjectConfig : Google.Apis.Requests.IDirectResponseSc /// A set of Shielded Instance options. public class ShieldedInstanceConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Defines whether the instance has integrity monitoring enabled. Enabled by default. + /// Defines whether the instance has integrity monitoring enabled.Enabled by default. [Newtonsoft.Json.JsonPropertyAttribute("enableIntegrityMonitoring")] public virtual System.Nullable EnableIntegrityMonitoring { get; set; } - /// Defines whether the instance has Secure Boot enabled. Disabled by default. + /// Defines whether the instance has Secure Boot enabled.Disabled by default. [Newtonsoft.Json.JsonPropertyAttribute("enableSecureBoot")] public virtual System.Nullable EnableSecureBoot { get; set; } - /// Defines whether the instance has the vTPM enabled. Enabled by default. + /// Defines whether the instance has the vTPM enabled.Enabled by default. [Newtonsoft.Json.JsonPropertyAttribute("enableVtpm")] public virtual System.Nullable EnableVtpm { get; set; } @@ -125509,6 +129542,18 @@ public class ShieldedInstanceConfig : Google.Apis.Requests.IDirectResponseSchema /// A Shielded Instance Identity. public class ShieldedInstanceIdentity : Google.Apis.Requests.IDirectResponseSchema { + /// + /// An Endorsement Key (EK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM. + /// + [Newtonsoft.Json.JsonPropertyAttribute("eccP256EncryptionKey")] + public virtual ShieldedInstanceIdentityEntry EccP256EncryptionKey { get; set; } + + /// + /// An Attestation Key (AK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM. + /// + [Newtonsoft.Json.JsonPropertyAttribute("eccP256SigningKey")] + public virtual ShieldedInstanceIdentityEntry EccP256SigningKey { get; set; } + /// /// An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM. /// @@ -125516,7 +129561,7 @@ public class ShieldedInstanceIdentity : Google.Apis.Requests.IDirectResponseSche public virtual ShieldedInstanceIdentityEntry EncryptionKey { get; set; } /// - /// [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity + /// [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance identity /// entry. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -125564,7 +129609,7 @@ public class ShieldedInstanceIntegrityPolicy : Google.Apis.Requests.IDirectRespo public class SignedUrlKey : Google.Apis.Requests.IDirectResponseSchema { /// - /// Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must + /// Name of the key. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must /// be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first /// character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or /// digit, except the last character, which cannot be a dash. @@ -125573,7 +129618,7 @@ public class SignedUrlKey : Google.Apis.Requests.IDirectResponseSchema public virtual string KeyName { get; set; } /// - /// 128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url + /// 128-bit key value used for signing the URL. The key value must be a validRFC 4648 Section 5 base64url /// encoded string. /// [Newtonsoft.Json.JsonPropertyAttribute("keyValue")] @@ -125584,8 +129629,8 @@ public class SignedUrlKey : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Persistent Disk Snapshot resource. You can use snapshots to back up data on a regular interval. For - /// more information, read Creating persistent disk snapshots. + /// Represents a Persistent Disk Snapshot resource. You can use snapshots to back up data on a regular interval. + /// For more information, read Creating persistent disk snapshots. /// public class Snapshot : Google.Apis.Requests.IDirectResponseSchema { @@ -125613,7 +129658,7 @@ public class Snapshot : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("creationSizeBytes")] public virtual System.Nullable CreationSizeBytes { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -125647,7 +129692,7 @@ public class Snapshot : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] A list of features to enable on the guest operating system. Applicable only for bootable - /// images. Read Enabling guest operating system features to see a list of available options. + /// images. Read Enabling guest operating system features to see a list of available options. /// [Newtonsoft.Json.JsonPropertyAttribute("guestOsFeatures")] public virtual System.Collections.Generic.IList GuestOsFeatures { get; set; } @@ -125666,7 +129711,7 @@ public class Snapshot : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set /// used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve a snapshot. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] @@ -125701,7 +129746,7 @@ public class Snapshot : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -125729,10 +129774,10 @@ public class Snapshot : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// Encrypts the snapshot using a customer-supplied encryption key. After you encrypt a snapshot using a + /// Encrypts the snapshot using acustomer-supplied encryption key. After you encrypt a snapshot using a /// customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must /// provide the encryption key when you create a disk from the encrypted snapshot in a future request. - /// Customer-supplied encryption keys do not protect access to metadata of the snapshot. If you do not provide + /// Customer-supplied encryption keys do not protect access to metadata of the snapshot. If you do not provide /// an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically /// generated key and you do not need to provide a key to use the snapshot later. /// @@ -125767,9 +129812,10 @@ public class Snapshot : Google.Apis.Requests.IDirectResponseSchema /// /// The source instant snapshot used to create this snapshot. You can provide this as a partial or full URL to - /// the resource. For example, the following are valid values: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /instantSnapshots/instantSnapshot - - /// projects/project/zones/zone/instantSnapshots/instantSnapshot - zones/zone/instantSnapshots/instantSnapshot + /// the resource. For example, the following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshots/instantSnapshot - + /// projects/project/zones/zone/instantSnapshots/instantSnapshot - + /// zones/zone/instantSnapshots/instantSnapshot /// [Newtonsoft.Json.JsonPropertyAttribute("sourceInstantSnapshot")] public virtual string SourceInstantSnapshot { get; set; } @@ -125796,7 +129842,7 @@ public class Snapshot : Google.Apis.Requests.IDirectResponseSchema public virtual string SourceSnapshotSchedulePolicyId { get; set; } /// - /// [Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING. + /// [Output Only] The status of the snapshot. This can beCREATING, DELETING, FAILED,READY, or UPLOADING. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -125841,7 +129887,7 @@ public class SnapshotList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -125870,8 +129916,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -125881,8 +129927,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -125964,7 +130010,7 @@ public class SnapshotSettingsStorageLocationSettingsStorageLocationPreference : public class SourceDiskEncryptionKey : Google.Apis.Requests.IDirectResponseSchema { /// - /// The customer-supplied encryption key of the source disk. Required if the source disk is protected by a + /// Thecustomer-supplied encryption key of the source disk. Required if the source disk is protected by a /// customer-supplied encryption key. /// [Newtonsoft.Json.JsonPropertyAttribute("diskEncryptionKey")] @@ -125972,8 +130018,9 @@ public class SourceDiskEncryptionKey : Google.Apis.Requests.IDirectResponseSchem /// /// URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the - /// following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - /// - projects/project/zones/zone/disks/disk - zones/zone/disks/disk + /// following are valid values: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - + /// projects/project/zones/zone/disks/disk - zones/zone/disks/disk /// [Newtonsoft.Json.JsonPropertyAttribute("sourceDisk")] public virtual string SourceDisk { get; set; } @@ -126008,7 +130055,7 @@ public class SourceInstanceProperties : Google.Apis.Requests.IDirectResponseSche /// Enables instances created based on this machine image to send packets with source IP addresses other than /// their own and receive packets with destination IP addresses other than their own. If these instances will be /// used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave - /// this set to false. See the Enable IP forwarding documentation for more information. + /// this set tofalse. See theEnable IP forwarding documentation for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("canIpForward")] public virtual System.Nullable CanIpForward { get; set; } @@ -126052,7 +130099,7 @@ public class SourceInstanceProperties : Google.Apis.Requests.IDirectResponseSche /// /// The metadata key/value pairs to assign to instances that are created from this machine image. These pairs - /// can consist of custom metadata or predefined keys. See Project and instance metadata for more information. + /// can consist of custom metadata or predefined keys. SeeProject and instance metadata for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("metadata")] public virtual Metadata Metadata { get; set; } @@ -126060,7 +130107,7 @@ public class SourceInstanceProperties : Google.Apis.Requests.IDirectResponseSche /// /// Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled /// on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as - /// minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read + /// minCpuPlatform: "Intel Haswell" orminCpuPlatform: "Intel Sandy Bridge". For more information, read /// Specifying a Minimum CPU Platform. /// [Newtonsoft.Json.JsonPropertyAttribute("minCpuPlatform")] @@ -126087,7 +130134,7 @@ public class SourceInstanceProperties : Google.Apis.Requests.IDirectResponseSche /// /// A list of tags to apply to the instances that are created from this machine image. The tags identify valid /// sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within - /// the list must comply with RFC1035. + /// the list must comply withRFC1035. /// [Newtonsoft.Json.JsonPropertyAttribute("tags")] public virtual Tags Tags { get; set; } @@ -126097,16 +130144,16 @@ public class SourceInstanceProperties : Google.Apis.Requests.IDirectResponseSche } /// - /// Represents an SSL certificate resource. Google Compute Engine has two SSL certificate resources: * + /// Represents an SSL certificate resource. Google Compute Engine has two SSL certificate resources: * /// [Global](/compute/docs/reference/rest/v1/sslCertificates) * - /// [Regional](/compute/docs/reference/rest/v1/regionSslCertificates) The global SSL certificates (sslCertificates) - /// are used by: - Global external Application Load Balancers - Classic Application Load Balancers - Proxy Network - /// Load Balancers (with target SSL proxies) The regional SSL certificates (regionSslCertificates) are used by: - - /// Regional external Application Load Balancers - Regional internal Application Load Balancers Optionally, - /// certificate file contents that you upload can contain a set of up to five PEM-encoded certificates. The API call - /// creates an object (sslCertificate) that holds this data. You can use SSL keys and certificates to secure - /// connections to a load balancer. For more information, read Creating and using SSL certificates, SSL certificates - /// quotas and limits, and Troubleshooting SSL certificates. + /// [Regional](/compute/docs/reference/rest/v1/regionSslCertificates) The global SSL certificates + /// (sslCertificates) are used by: - Global external Application Load Balancers - Classic Application Load + /// Balancers - Proxy Network Load Balancers (with target SSL proxies) The regional SSL certificates + /// (regionSslCertificates) are used by: - Regional external Application Load Balancers - Regional + /// internal Application Load Balancers Optionally, certificate file contents that you upload can contain a set + /// of up to five PEM-encoded certificates. The API call creates an object (sslCertificate) that holds this data. + /// You can use SSL keys and certificates to secure connections to a load balancer. For more information, read + /// Creating and using SSL certificates,SSL certificates quotas and limits, and Troubleshooting SSL certificates. /// public class SslCertificate : Google.Apis.Requests.IDirectResponseSchema { @@ -126118,7 +130165,7 @@ public class SslCertificate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("certificate")] public virtual string Certificate { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -126138,7 +130185,7 @@ public class SslCertificate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates. + /// [Output Only] Type of the resource. Alwayscompute#sslCertificate for SSL certificates. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -126148,7 +130195,7 @@ public class SslCertificate : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -126184,7 +130231,7 @@ public class SslCertificate : Google.Apis.Requests.IDirectResponseSchema /// /// (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the - /// certificate is self-managed and the fields certificate and private_key are used. + /// certificate is self-managed and the fieldscertificate and private_key are used. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -126204,14 +130251,14 @@ public class SslCertificateAggregatedList : Google.Apis.Requests.IDirectResponse public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#sslCertificateAggregatedList for lists of SSL Certificates. + /// [Output Only] Type of resource. Alwayscompute#sslCertificateAggregatedList for lists of SSL Certificates. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -126244,8 +130291,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -126255,8 +130302,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -126294,7 +130341,7 @@ public class SslCertificateList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -126323,8 +130370,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -126334,8 +130381,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -126423,8 +130470,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -126434,8 +130481,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -126470,14 +130517,14 @@ public class SslPoliciesAggregatedList : Google.Apis.Requests.IDirectResponseSch public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#sslPolicyAggregatedList for lists of SSL Policies. + /// [Output Only] Type of resource. Alwayscompute#sslPolicyAggregatedList for lists of SSL Policies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -126507,8 +130554,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -126518,8 +130565,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -126551,14 +130598,14 @@ public class SslPoliciesList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#sslPoliciesList for lists of sslPolicies. + /// [Output Only] Type of the resource. Alwayscompute#sslPoliciesList for lists of sslPolicies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -126587,8 +130634,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -126598,8 +130645,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -126653,8 +130700,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -126664,8 +130711,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -126687,19 +130734,19 @@ public class DataData } /// - /// Represents an SSL Policy resource. Use SSL policies to control SSL features, such as versions and cipher suites, - /// that are offered by Application Load Balancers and proxy Network Load Balancers. For more information, read SSL - /// policies overview. + /// Represents an SSL Policy resource. Use SSL policies to control SSL features, such as versions and cipher + /// suites, that are offered by Application Load Balancers and proxy Network Load Balancers. For more information, + /// read SSL policies overview. /// public class SslPolicy : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } /// - /// A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that - /// can be specified in this list. This field must be empty if the profile is not CUSTOM. + /// A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that + /// can be specified in this list. This field must be empty if the profile is notCUSTOM. /// [Newtonsoft.Json.JsonPropertyAttribute("customFeatures")] public virtual System.Collections.Generic.IList CustomFeatures { get; set; } @@ -126717,8 +130764,8 @@ public class SslPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided - /// in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the - /// latest fingerprint, make a get() request to retrieve an SslPolicy. + /// in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see + /// the latest fingerprint, make a get() request to retrieve an SslPolicy. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } @@ -126729,13 +130776,14 @@ public class SslPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies. + /// [Output only] Type of the resource. Alwayscompute#sslPolicyfor SSL policies. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// The minimum version of SSL protocol that can be used by the clients to establish a connection with the load - /// balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2. + /// balancer. This can be one ofTLS_1_0, TLS_1_1, TLS_1_2,TLS_1_3. When set to TLS_1_3, the profile field must + /// be set to RESTRICTED. /// [Newtonsoft.Json.JsonPropertyAttribute("minTlsVersion")] public virtual string MinTlsVersion { get; set; } @@ -126751,7 +130799,7 @@ public class SslPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with - /// clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL + /// clients. This can be one ofCOMPATIBLE, MODERN, RESTRICTED, orCUSTOM. If using CUSTOM, the set of SSL /// features to enable must be specified in the customFeatures field. /// [Newtonsoft.Json.JsonPropertyAttribute("profile")] @@ -126792,8 +130840,8 @@ public class WarningsData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -126803,8 +130851,8 @@ public class WarningsData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -126880,7 +130928,7 @@ public class StatefulPolicyPreservedStateDiskDevice : Google.Apis.Requests.IDire /// /// These stateful disks will never be deleted during autohealing, update or VM instance recreate operations. /// This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. - /// when the given instance or the whole group is deleted. Note: disks attached in READ_ONLY mode cannot be + /// when the given instance or the whole group is deleted. Note: disks attached inREAD_ONLY mode cannot be /// auto-deleted. /// [Newtonsoft.Json.JsonPropertyAttribute("autoDelete")] @@ -126907,8 +130955,8 @@ public class StatefulPolicyPreservedStateNetworkIp : Google.Apis.Requests.IDirec /// /// The `Status` type defines a logical error model that is suitable for different programming environments, /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains - /// three pieces of data: error code, error message, and error details. You can find out more about this error model - /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). + /// three pieces of data: error code, error message, and error details. You can find out more about this error + /// model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). /// public class Status : Google.Apis.Requests.IDirectResponseSchema { @@ -126917,7 +130965,7 @@ public class Status : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Code { get; set; } /// - /// A list of messages that carry the error details. There is a common set of message types for APIs to use. + /// A list of messages that carry the error details. There is a common set of message types for APIs to use. /// [Newtonsoft.Json.JsonPropertyAttribute("details")] public virtual System.Collections.Generic.IList> Details { get; set; } @@ -126940,7 +130988,7 @@ public class StoragePool : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("capacityProvisioningType")] public virtual string CapacityProvisioningType { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -126964,7 +131012,7 @@ public class StoragePool : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this storage pool, which is essentially a hash of the labels /// set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve a storage pool. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] @@ -126978,7 +131026,7 @@ public class StoragePool : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -127025,9 +131073,9 @@ public class StoragePool : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLinkWithId { get; set; } /// - /// [Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. storagePool. - - /// FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. - DELETING: Storage pool is - /// deleting. + /// [Output Only] The status of storage pool creation. - CREATING: Storage pool is provisioning. + /// storagePool. - FAILED: Storage pool creation failed. - READY: Storage pool is ready for use. + /// - DELETING: Storage pool is deleting. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -127065,7 +131113,7 @@ public class StoragePoolAggregatedList : Google.Apis.Requests.IDirectResponseSch public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#storagePoolAggregatedList for aggregated lists of storage + /// [Output Only] Type of resource. Alwayscompute#storagePoolAggregatedList for aggregated lists of storage /// pools. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -127073,7 +131121,7 @@ public class StoragePoolAggregatedList : Google.Apis.Requests.IDirectResponseSch /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -127103,8 +131151,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -127114,8 +131162,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -127142,7 +131190,7 @@ public class StoragePoolDisk : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("attachedInstances")] public virtual System.Collections.Generic.IList AttachedInstances { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -127206,7 +131254,7 @@ public class StoragePoolList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -127236,8 +131284,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -127247,8 +131295,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -127283,14 +131331,14 @@ public class StoragePoolListDisks : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#storagePoolListDisks for lists of disks in a storagePool. + /// [Output Only] Type of resource. Alwayscompute#storagePoolListDisks for lists of disks in a storagePool. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -127320,8 +131368,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -127331,8 +131379,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -127360,7 +131408,7 @@ public class StoragePoolResourceStatus : Google.Apis.Requests.IDirectResponseSch [Newtonsoft.Json.JsonPropertyAttribute("diskCount")] public virtual System.Nullable DiskCount { get; set; } - /// [Output Only] Timestamp of the last successful resize in RFC3339 text format. + /// [Output Only] Timestamp of the last successful resize inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("lastResizeTimestamp")] public virtual string LastResizeTimestamp { get; set; } @@ -127415,7 +131463,7 @@ public class StoragePoolResourceStatus : Google.Apis.Requests.IDirectResponseSch public class StoragePoolType : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -127433,9 +131481,7 @@ public class StoragePoolType : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// - /// [Output Only] Type of the resource. Always compute#storagePoolType for storage pool types. - /// + /// [Output Only] Type of the resource. Alwayscompute#storagePoolType for storage pool types. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -127504,13 +131550,13 @@ public class StoragePoolTypeAggregatedList : Google.Apis.Requests.IDirectRespons [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IDictionary Items { get; set; } - /// [Output Only] Type of resource. Always compute#storagePoolTypeAggregatedList . + /// [Output Only] Type of resource. Alwayscompute#storagePoolTypeAggregatedList. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -127539,8 +131585,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -127550,8 +131596,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -127583,15 +131629,13 @@ public class StoragePoolTypeList : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IList Items { get; set; } - /// - /// [Output Only] Type of resource. Always compute#storagePoolTypeList for storage pool types. - /// + /// [Output Only] Type of resource. Alwayscompute#storagePoolTypeList for storage pool types. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -127620,8 +131664,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -127631,8 +131675,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -127681,8 +131725,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -127692,8 +131736,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -127742,8 +131786,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -127753,8 +131797,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -127776,13 +131820,13 @@ public class DataData } /// - /// Represents a Subnetwork resource. A subnetwork (also known as a subnet) is a logical partition of a Virtual + /// Represents a Subnetwork resource. A subnetwork (also known as a subnet) is a logical partition of a Virtual /// Private Cloud network with one primary IP range and zero or more secondary IP ranges. For more information, read /// Virtual Private Cloud (VPC) Network. /// public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -127797,7 +131841,7 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema /// Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear /// in get listings. If not set the default behavior is determined by the org policy, if there is no org policy /// specified, then it will default to disabled. This field isn't supported if the subnet purpose field is set - /// to REGIONAL_MANAGED_PROXY. + /// toREGIONAL_MANAGED_PROXY. /// [Newtonsoft.Json.JsonPropertyAttribute("enableFlowLogs")] public virtual System.Nullable EnableFlowLogs { get; set; } @@ -127809,7 +131853,7 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field will be ignored when inserting a Subnetwork. An up-to-date fingerprint must be provided - /// in order to update the Subnetwork, otherwise the request will fail with error 412 conditionNotMet. To see + /// in order to update the Subnetwork, otherwise the request will fail with error 412 conditionNotMet. To see /// the latest fingerprint, make a get() request to retrieve a Subnetwork. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -127833,20 +131877,21 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema /// /// The range of internal addresses that are owned by this subnetwork. Provide this property when you create the - /// subnetwork. For example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a + /// subnetwork. For example,10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a /// network. Only IPv4 is supported. This field is set at resource creation time. The range can be any range - /// listed in the Valid ranges list. The range can be expanded after creation using expandIpCidrRange. + /// listed in theValid ranges list. The range can be expanded after creation usingexpandIpCidrRange. /// [Newtonsoft.Json.JsonPropertyAttribute("ipCidrRange")] public virtual string IpCidrRange { get; set; } /// /// Reference to the source of IP, like a PublicDelegatedPrefix (PDP) for BYOIP. The PDP must be a sub-PDP in - /// EXTERNAL_IPV6_SUBNETWORK_CREATION mode. Use one of the following formats to specify a sub-PDP when creating - /// a dual stack subnetwork with external access using BYOIP: - Full resource URL, as in - /// https://www.googleapis.com/compute/v1/projects/projectId/regions/region - /// /publicDelegatedPrefixes/sub-pdp-name - Partial URL, as in - - /// projects/projectId/regions/region/publicDelegatedPrefixes/ sub-pdp-name - + /// EXTERNAL_IPV6_SUBNETWORK_CREATION or INTERNAL_IPV6_SUBNETWORK_CREATION mode. Use one of the following + /// formats to specify a sub-PDP when creating a dual stack or IPv6-only subnetwork with external access using + /// BYOIP: - Full resource URL, as + /// inhttps://www.googleapis.com/compute/v1/projects/projectId/regions/region/publicDelegatedPrefixes/sub-pdp-name + /// - Partial URL, as in - + /// projects/projectId/regions/region/publicDelegatedPrefixes/sub-pdp-name - /// regions/region/publicDelegatedPrefixes/sub-pdp-name /// [Newtonsoft.Json.JsonPropertyAttribute("ipCollection")] @@ -127864,12 +131909,12 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema public virtual string Ipv6CidrRange { get; set; } /// - /// [Output Only] Possible endpoints of this subnetwork. It can be one of the following: - VM_ONLY: The - /// subnetwork can be used for creating instances and IPv6 addresses with VM endpoint type. Such a subnetwork - /// gets external IPv6 ranges from a public delegated prefix and cannot be used to create NetLb. - VM_AND_FR: - /// The subnetwork can be used for creating both VM instances and Forwarding Rules. It can also be used to - /// reserve IPv6 addresses with both VM and FR endpoint types. Such a subnetwork gets its IPv6 range from Google - /// IP Pool directly. + /// [Output Only] Possible endpoints of this subnetwork. It can be one of the following: - VM_ONLY: The + /// subnetwork can be used for creating instances and IPv6 addresses with VM endpoint type. Such a subnetwork + /// gets external IPv6 ranges from a public delegated prefix and cannot be used to create NetLb. - + /// VM_AND_FR: The subnetwork can be used for creating both VM instances and Forwarding Rules. It can also be + /// used to reserve IPv6 addresses with both VM and FR endpoint types. Such a subnetwork gets its IPv6 + /// range from Google IP Pool directly. /// [Newtonsoft.Json.JsonPropertyAttribute("ipv6GceEndpoint")] public virtual string Ipv6GceEndpoint { get; set; } @@ -127887,7 +131932,7 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the resource, provided by the client when initially creating the resource. The name must be 1-63 - /// characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the + /// characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the /// regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, /// and all following characters must be a dash, lowercase letter, or digit, except the last character, which /// cannot be a dash. @@ -127917,8 +131962,8 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable PrivateIpGoogleAccess { get; set; } /// - /// This field is for internal use. This field can be both set at resource creation time and updated using - /// patch. + /// This field is for internal use. This field can be both set at resource creation time and updated + /// usingpatch. /// [Newtonsoft.Json.JsonPropertyAttribute("privateIpv6GoogleAccess")] public virtual string PrivateIpv6GoogleAccess { get; set; } @@ -127937,8 +131982,8 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema public virtual string ReservedInternalRange { get; set; } /// - /// The role of subnetwork. Currently, this field is only used when purpose is set to GLOBAL_MANAGED_PROXY or - /// REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is + /// The role of subnetwork. Currently, this field is only used when purpose is set to GLOBAL_MANAGED_PROXY + /// orREGIONAL_MANAGED_PROXY. The value can be set toACTIVE or BACKUP. An ACTIVE subnetwork is one that is /// currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to /// be promoted to ACTIVE or is currently draining. This field can be updated with a patch request. /// @@ -127948,7 +131993,7 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema /// /// An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The /// primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to - /// either primary or secondary ranges. This field can be updated with a patch request. + /// either primary or secondary ranges. This field can be updated with apatch request. /// [Newtonsoft.Json.JsonPropertyAttribute("secondaryIpRanges")] public virtual System.Collections.Generic.IList SecondaryIpRanges { get; set; } @@ -127959,17 +132004,17 @@ public class Subnetwork : Google.Apis.Requests.IDirectResponseSchema /// /// The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. - /// If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, - /// IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch. + /// If set toIPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, + /// IPV4_ONLY is used. This field can be both set at resource creation time and updated usingpatch. /// [Newtonsoft.Json.JsonPropertyAttribute("stackType")] public virtual string StackType { get; set; } /// - /// [Output Only] The state of the subnetwork, which can be one of the following values: READY: Subnetwork is - /// created and ready to use DRAINING: only applicable to subnetworks that have the purpose set to + /// [Output Only] The state of the subnetwork, which can be one of the following values:READY: Subnetwork is + /// created and ready to useDRAINING: only applicable to subnetworks that have the purpose set to /// INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A - /// subnetwork that is draining cannot be used or modified until it reaches a status of READY + /// subnetwork that is draining cannot be used or modified until it reaches a status ofREADY /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -128010,14 +132055,14 @@ public class SubnetworkAggregatedList : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#subnetworkAggregatedList for aggregated lists of subnetworks. + /// [Output Only] Type of resource. Alwayscompute#subnetworkAggregatedList for aggregated lists of subnetworks. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -128050,8 +132095,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -128061,8 +132106,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -128100,7 +132145,7 @@ public class SubnetworkList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -128129,8 +132174,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -128140,8 +132185,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -128200,7 +132245,7 @@ public class SubnetworkLogConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Can only be specified if VPC flow logs for this subnetwork is enabled. Configures whether all, none or a - /// subset of metadata fields should be added to the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA. + /// subset of metadata fields should be added to the reported VPC flow logs. Default isEXCLUDE_ALL_METADATA. /// [Newtonsoft.Json.JsonPropertyAttribute("metadata")] public virtual string Metadata { get; set; } @@ -128240,14 +132285,14 @@ public class SubnetworkSecondaryRange : Google.Apis.Requests.IDirectResponseSche /// /// The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you /// create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges - /// within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list. + /// within a network. Only IPv4 is supported. The range can be any range listed in theValid ranges list. /// [Newtonsoft.Json.JsonPropertyAttribute("ipCidrRange")] public virtual string IpCidrRange { get; set; } /// /// The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM - /// instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the + /// instance. The name must be 1-63 characters long, and comply withRFC1035. The name must be unique within the /// subnetwork. /// [Newtonsoft.Json.JsonPropertyAttribute("rangeName")] @@ -128355,8 +132400,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -128366,8 +132411,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -128412,8 +132457,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -128423,8 +132468,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -128471,7 +132516,7 @@ public class TCPHealthCheck : Google.Apis.Requests.IDirectResponseSchema { /// /// The TCP port number to which the health check prober sends packets. The default value is 80. Valid values - /// are 1 through 65535. + /// are 1 through65535. /// [Newtonsoft.Json.JsonPropertyAttribute("port")] public virtual System.Nullable Port { get; set; } @@ -128481,19 +132526,19 @@ public class TCPHealthCheck : Google.Apis.Requests.IDirectResponseSchema public virtual string PortName { get; set; } /// - /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: - /// Specifies a port number explicitly using the port field in the health check. Supported by backend services + /// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: + /// Specifies a port number explicitly using theport field in the health check. Supported by backend services /// for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. /// The health check supports all backends supported by the backend service provided the backend can be health /// checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and - /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of + /// instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of /// specifying the health check port by referring to the backend service. Only supported by backend services for - /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load - /// balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint - /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check - /// uses the port number specified for each endpoint in the network endpoint group. For instance group backends, - /// the health check uses the port number determined by looking up the backend service's named port in the - /// instance group's list of named ports. + /// proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load + /// balancers. Supports all backends that can be health checked; for example,GCE_VM_IP_PORT network endpoint + /// groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check + /// uses the port number specified for each endpoint in the network endpoint group. For instance group + /// backends, the health check uses the port number determined by looking up the backend service's named port in + /// the instance group's list of named ports. /// [Newtonsoft.Json.JsonPropertyAttribute("portSpecification")] public virtual string PortSpecification { get; set; } @@ -128532,7 +132577,7 @@ public class Tags : Google.Apis.Requests.IDirectResponseSchema /// Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for /// optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request /// to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or - /// change tags. To see the latest fingerprint, make get() request to the instance. + /// change tags. To see the latest fingerprint, make get() request to the instance. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] public virtual string Fingerprint { get; set; } @@ -128546,14 +132591,14 @@ public class Tags : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Target gRPC Proxy resource. A target gRPC proxy is a component of load balancers intended for load + /// Represents a Target gRPC Proxy resource. A target gRPC proxy is a component of load balancers intended for load /// balancing gRPC traffic. Only global forwarding rules with load balancing scheme INTERNAL_SELF_MANAGED can /// reference a target gRPC proxy. The target gRPC Proxy references a URL map that specifies how traffic is routed /// to gRPC backend services. /// public class TargetGrpcProxy : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -128579,14 +132624,14 @@ public class TargetGrpcProxy : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Id { get; set; } /// - /// [Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies. + /// [Output Only] Type of the resource. Alwayscompute#targetGrpcProxy for target grpc proxies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -128635,14 +132680,14 @@ public class TargetGrpcProxyList : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies. + /// [Output Only] Type of the resource. Alwayscompute#targetGrpcProxy for target grpc proxies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -128671,8 +132716,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -128682,8 +132727,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -128728,8 +132773,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -128739,8 +132784,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -128762,18 +132807,18 @@ public class DataData } /// - /// Represents a Target HTTP Proxy resource. Google Compute Engine has two Target HTTP Proxy resources: * + /// Represents a Target HTTP Proxy resource. Google Compute Engine has two Target HTTP Proxy resources: * /// [Global](/compute/docs/reference/rest/v1/targetHttpProxies) * - /// [Regional](/compute/docs/reference/rest/v1/regionTargetHttpProxies) A target HTTP proxy is a component of Google - /// Cloud HTTP load balancers. * targetHttpProxies are used by global external Application Load Balancers, classic - /// Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * - /// regionTargetHttpProxies are used by regional internal Application Load Balancers and regional external - /// Application Load Balancers. Forwarding rules reference a target HTTP proxy, and the target proxy then references - /// a URL map. For more information, read Using Target Proxies and Forwarding rule concepts. + /// [Regional](/compute/docs/reference/rest/v1/regionTargetHttpProxies) A target HTTP proxy is a component of + /// Google Cloud HTTP load balancers. * targetHttpProxies are used by global external Application Load Balancers, + /// classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * + /// regionTargetHttpProxies are used by regional internal Application Load Balancers and regional external + /// Application Load Balancers. Forwarding rules reference a target HTTP proxy, and the target proxy then + /// references a URL map. For more information, readUsing Target Proxies and Forwarding rule concepts. /// public class TargetHttpProxy : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -128796,7 +132841,7 @@ public class TargetHttpProxy : Google.Apis.Requests.IDirectResponseSchema /// Specifies how long to keep a connection open, after completing a response, while there is no matching /// traffic (in seconds). If an HTTP keep-alive is not specified, a default value (610 seconds) will be used. /// For global external Application Load Balancers, the minimum allowed value is 5 seconds and the maximum - /// allowed value is 1200 seconds. For classic Application Load Balancers, this option is not supported. + /// allowed value is 1200 seconds. For classic Application Load Balancers, this option is not supported. /// [Newtonsoft.Json.JsonPropertyAttribute("httpKeepAliveTimeoutSec")] public virtual System.Nullable HttpKeepAliveTimeoutSec { get; set; } @@ -128813,7 +132858,7 @@ public class TargetHttpProxy : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -128823,11 +132868,11 @@ public class TargetHttpProxy : Google.Apis.Requests.IDirectResponseSchema /// /// This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme - /// set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic + /// set toINTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic /// interception and bind to the IP address and port specified in the forwarding rule. This is generally useful /// when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar - /// proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default - /// is false. + /// proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The + /// default is false. /// [Newtonsoft.Json.JsonPropertyAttribute("proxyBind")] public virtual System.Nullable ProxyBind { get; set; } @@ -128862,7 +132907,7 @@ public class TargetHttpProxyAggregatedList : Google.Apis.Requests.IDirectRespons public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#targetHttpProxyAggregatedList for lists of Target HTTP + /// [Output Only] Type of resource. Alwayscompute#targetHttpProxyAggregatedList for lists of Target HTTP /// Proxies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -128870,7 +132915,7 @@ public class TargetHttpProxyAggregatedList : Google.Apis.Requests.IDirectRespons /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -128906,7 +132951,7 @@ public class TargetHttpProxyList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -128935,8 +132980,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -128946,8 +132991,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -128992,8 +133037,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129003,8 +133048,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -129028,8 +133073,8 @@ public class DataData public class TargetHttpsProxiesSetCertificateMapRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// URL of the Certificate Map to associate with this TargetHttpsProxy. Accepted format is - /// //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}. + /// URL of the Certificate Map to associate with this TargetHttpsProxy. Accepted format + /// is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}. /// [Newtonsoft.Json.JsonPropertyAttribute("certificateMap")] public virtual string CertificateMap { get; set; } @@ -129062,23 +133107,23 @@ public class TargetHttpsProxiesSetSslCertificatesRequest : Google.Apis.Requests. } /// - /// Represents a Target HTTPS Proxy resource. Google Compute Engine has two Target HTTPS Proxy resources: * + /// Represents a Target HTTPS Proxy resource. Google Compute Engine has two Target HTTPS Proxy resources: * /// [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) * - /// [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a component of - /// Google Cloud HTTPS load balancers. * targetHttpsProxies are used by global external Application Load Balancers, - /// classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * - /// regionTargetHttpsProxies are used by regional internal Application Load Balancers and regional external - /// Application Load Balancers. Forwarding rules reference a target HTTPS proxy, and the target proxy then - /// references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts. + /// [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a component of + /// Google Cloud HTTPS load balancers. * targetHttpsProxies are used by global external Application Load Balancers, + /// classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. + /// * regionTargetHttpsProxies are used by regional internal Application Load Balancers and regional external + /// Application Load Balancers. Forwarding rules reference a target HTTPS proxy, and the target proxy then + /// references a URL map. For more information, readUsing Target Proxies and Forwarding rule concepts. /// public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema { /// /// Optional. A URL referring to a networksecurity.AuthorizationPolicy resource that describes how the proxy /// should authorize inbound traffic. If left blank, access will not be restricted by an authorization policy. - /// Refer to the AuthorizationPolicy resource for additional details. authorizationPolicy only applies to a - /// global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to - /// INTERNAL_SELF_MANAGED. Note: This field currently has no impact. + /// Refer to the AuthorizationPolicy resource for additional details. authorizationPolicy only applies to a + /// globalTargetHttpsProxy attached toglobalForwardingRules with theloadBalancingScheme set to + /// INTERNAL_SELF_MANAGED. Note: This field currently has no impact. /// [Newtonsoft.Json.JsonPropertyAttribute("authorizationPolicy")] public virtual string AuthorizationPolicy { get; set; } @@ -129086,14 +133131,14 @@ public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema /// /// URL of a certificate map that identifies a certificate map associated with the given target proxy. This /// field can only be set for Global external Application Load Balancer or Classic Application Load Balancer. - /// For other products use Certificate Manager Certificates instead. If set, sslCertificates will be ignored. - /// Accepted format is //certificatemanager.googleapis.com/projects/{project - /// }/locations/{location}/certificateMaps/{resourceName}. + /// For other products use Certificate Manager Certificates instead. If set, sslCertificates will be ignored. + /// Accepted format + /// is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}. /// [Newtonsoft.Json.JsonPropertyAttribute("certificateMap")] public virtual string CertificateMap { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -129116,7 +133161,7 @@ public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema /// Specifies how long to keep a connection open, after completing a response, while there is no matching /// traffic (in seconds). If an HTTP keep-alive is not specified, a default value (610 seconds) will be used. /// For global external Application Load Balancers, the minimum allowed value is 5 seconds and the maximum - /// allowed value is 1200 seconds. For classic Application Load Balancers, this option is not supported. + /// allowed value is 1200 seconds. For classic Application Load Balancers, this option is not supported. /// [Newtonsoft.Json.JsonPropertyAttribute("httpKeepAliveTimeoutSec")] public virtual System.Nullable HttpKeepAliveTimeoutSec { get; set; } @@ -129127,13 +133172,13 @@ public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of resource. Always compute#targetHttpsProxy for target HTTPS proxies. + /// [Output Only] Type of resource. Alwayscompute#targetHttpsProxy for target HTTPS proxies. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -129143,21 +133188,21 @@ public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema /// /// This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme - /// set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic + /// set toINTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic /// interception and bind to the IP address and port specified in the forwarding rule. This is generally useful /// when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar - /// proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default - /// is false. + /// proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The + /// default is false. /// [Newtonsoft.Json.JsonPropertyAttribute("proxyBind")] public virtual System.Nullable ProxyBind { get; set; } /// /// Specifies the QUIC override policy for this TargetHttpsProxy resource. This setting determines whether the - /// load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, or DISABLE. - When - /// quic-override is set to NONE, Google manages whether QUIC is used. - When quic-override is set to ENABLE, - /// the load balancer uses QUIC when possible. - When quic-override is set to DISABLE, the load balancer doesn't - /// use QUIC. - If the quic-override flag is not specified, NONE is implied. + /// load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, orDISABLE. - + /// When quic-override is set to NONE, Google manages whether QUIC is used. - When quic-override is set to + /// ENABLE, the load balancer uses QUIC when possible. - When quic-override is set to DISABLE, the load + /// balancer doesn't use QUIC. - If the quic-override flag is not specified,NONE is implied. /// [Newtonsoft.Json.JsonPropertyAttribute("quicOverride")] public virtual string QuicOverride { get; set; } @@ -129175,13 +133220,13 @@ public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should - /// authenticate inbound traffic. serverTlsPolicy only applies to a global TargetHttpsProxy attached to - /// globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or - /// EXTERNAL_MANAGED or INTERNAL_MANAGED. It also applies to a regional TargetHttpsProxy attached to regional - /// forwardingRules with the loadBalancingScheme set to EXTERNAL_MANAGED or INTERNAL_MANAGED. For details which - /// ServerTlsPolicy resources are accepted with INTERNAL_SELF_MANAGED and which with EXTERNAL, INTERNAL_MANAGED, - /// EXTERNAL_MANAGED loadBalancingScheme consult ServerTlsPolicy documentation. If left blank, communications - /// are not encrypted. + /// authenticate inbound traffic. serverTlsPolicy only applies to a globalTargetHttpsProxy attached + /// toglobalForwardingRules with theloadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL + /// orEXTERNAL_MANAGED or INTERNAL_MANAGED. It also applies to a regional TargetHttpsProxy attached to regional + /// forwardingRules with theloadBalancingScheme set to EXTERNAL_MANAGED orINTERNAL_MANAGED. For details + /// whichServerTlsPolicy resources are accepted withINTERNAL_SELF_MANAGED and which with + /// EXTERNAL,INTERNAL_MANAGED, EXTERNAL_MANAGEDloadBalancingScheme consult ServerTlsPolicy documentation. If + /// left blank, communications are not encrypted. /// [Newtonsoft.Json.JsonPropertyAttribute("serverTlsPolicy")] public virtual string ServerTlsPolicy { get; set; } @@ -129189,16 +133234,16 @@ public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema /// /// URLs to SslCertificate resources that are used to authenticate connections between users and the load /// balancer. At least one SSL certificate must be specified. SslCertificates do not apply when the load - /// balancing scheme is set to INTERNAL_SELF_MANAGED. The URLs should refer to a SSL Certificate resource or + /// balancing scheme is set to INTERNAL_SELF_MANAGED. The URLs should refer to a SSL Certificate resource or /// Certificate Manager Certificate resource. Mixing Classic Certificates and Certificate Manager Certificates /// is not allowed. Certificate Manager Certificates must include the certificatemanager API namespace. Using /// Certificate Manager Certificates in this field is not supported by Global external Application Load Balancer - /// or Classic Application Load Balancer, use certificate_map instead. Currently, you may specify up to 15 - /// Classic SSL Certificates or up to 100 Certificate Manager Certificates. Certificate Manager Certificates - /// accepted formats are: - //certificatemanager.googleapis.com/projects/{project}/locations/{ - /// location}/certificates/{resourceName}. - - /// https://certificatemanager.googleapis.com/v1alpha1/projects/{project - /// }/locations/{location}/certificates/{resourceName}. + /// or Classic Application Load Balancer, use certificate_map instead. Currently, you may specify up to 15 + /// Classic SSL Certificates or up to 100 Certificate Manager Certificates. Certificate Manager Certificates + /// accepted formats are: - + /// //certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}. + /// - + /// https://certificatemanager.googleapis.com/v1alpha1/projects/{project}/locations/{location}/certificates/{resourceName}. /// [Newtonsoft.Json.JsonPropertyAttribute("sslCertificates")] public virtual System.Collections.Generic.IList SslCertificates { get; set; } @@ -129211,26 +133256,26 @@ public class TargetHttpsProxy : Google.Apis.Requests.IDirectResponseSchema public virtual string SslPolicy { get; set; } /// - /// Specifies whether TLS 1.3 0-RTT Data ("Early Data") should be accepted for this service. Early Data allows - /// a TLS resumption handshake to include the initial application payload (a HTTP request) alongside the + /// Specifies whether TLS 1.3 0-RTT Data ("Early Data") should be accepted for this service. Early Data allows a + /// TLS resumption handshake to include the initial application payload (a HTTP request) alongside the /// handshake, reducing the effective round trips to "zero". This applies to TLS 1.3 connections over TCP - /// (HTTP/2) as well as over UDP (QUIC/h3). This can improve application performance, especially on networks - /// where interruptions may be common, such as on mobile. Requests with Early Data will have the "Early-Data" + /// (HTTP/2) as well as over UDP (QUIC/h3). This can improve application performance, especially on networks + /// where interruptions may be common, such as on mobile. Requests with Early Data will have the "Early-Data" /// HTTP header set on the request, with a value of "1", to allow the backend to determine whether Early Data - /// was included. Note: TLS Early Data may allow requests to be replayed, as the data is sent to the backend + /// was included. Note: TLS Early Data may allow requests to be replayed, as the data is sent to the backend /// before the handshake has fully completed. Applications that allow idempotent HTTP methods to make /// non-idempotent changes, such as a GET request updating a database, should not accept Early Data on those /// requests, and reject requests with the "Early-Data: 1" HTTP header by returning a HTTP 425 (Too Early) - /// status code, in order to remain RFC compliant. The default value is DISABLED. + /// status code, in order to remain RFC compliant. The default value is DISABLED. /// [Newtonsoft.Json.JsonPropertyAttribute("tlsEarlyData")] public virtual string TlsEarlyData { get; set; } /// /// A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the - /// BackendService. For example, the following are all valid URLs for specifying a URL map: - - /// https://www.googleapis.compute/v1/projects/project/global/urlMaps/ url-map - - /// projects/project/global/urlMaps/url-map - global/urlMaps/url-map + /// BackendService. For example, the following are all valid URLs for specifying a URL map: - + /// https://www.googleapis.compute/v1/projects/project/global/urlMaps/url-map - + /// projects/project/global/urlMaps/url-map - global/urlMaps/url-map /// [Newtonsoft.Json.JsonPropertyAttribute("urlMap")] public virtual string UrlMap { get; set; } @@ -129250,7 +133295,7 @@ public class TargetHttpsProxyAggregatedList : Google.Apis.Requests.IDirectRespon public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#targetHttpsProxyAggregatedList for lists of Target HTTP + /// [Output Only] Type of resource. Alwayscompute#targetHttpsProxyAggregatedList for lists of Target HTTP /// Proxies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -129258,7 +133303,7 @@ public class TargetHttpsProxyAggregatedList : Google.Apis.Requests.IDirectRespon /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -129291,8 +133336,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129302,8 +133347,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -129341,7 +133386,7 @@ public class TargetHttpsProxyList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -129370,8 +133415,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129381,8 +133426,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -129404,13 +133449,13 @@ public class DataData } /// - /// Represents a Target Instance resource. You can use a target instance to handle traffic for one or more + /// Represents a Target Instance resource. You can use a target instance to handle traffic for one or more /// forwarding rules, which is ideal for forwarding protocol traffic that is managed by a single source. For - /// example, ESP, AH, TCP, or UDP. For more information, read Target instances. + /// example, ESP, AH, TCP, or UDP. For more information, readTarget instances. /// public class TargetInstance : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -129429,22 +133474,22 @@ public class TargetInstance : Google.Apis.Requests.IDirectResponseSchema /// /// A URL to the virtual machine instance that handles traffic for this target instance. When creating a target /// instance, you can provide the fully-qualified URL or a valid partial URL to the desired virtual machine. For - /// example, the following are all valid URLs: - - /// https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - - /// projects/project/zones/zone/instances/instance - zones/zone/instances/instance + /// example, the following are all valid URLs: - + /// https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance - + /// projects/project/zones/zone/instances/instance - zones/zone/instances/instance /// [Newtonsoft.Json.JsonPropertyAttribute("instance")] public virtual string Instance { get; set; } /// - /// [Output Only] The type of the resource. Always compute#targetInstance for target instances. + /// [Output Only] The type of the resource. Alwayscompute#targetInstance for target instances. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -129503,7 +133548,7 @@ public class TargetInstanceAggregatedList : Google.Apis.Requests.IDirectResponse /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -129536,8 +133581,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129547,8 +133592,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -129586,7 +133631,7 @@ public class TargetInstanceList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -129615,8 +133660,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129626,8 +133671,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -129672,8 +133717,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129683,8 +133728,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -129706,18 +133751,18 @@ public class DataData } /// - /// Represents a Target Pool resource. Target pools are used with external passthrough Network Load Balancers. A + /// Represents a Target Pool resource. Target pools are used with external passthrough Network Load Balancers. A /// target pool references member instances, an associated legacy HttpHealthCheck resource, and, optionally, a - /// backup target pool. For more information, read Using target pools. + /// backup target pool. For more information, readUsing target pools. /// public class TargetPool : Google.Apis.Requests.IDirectResponseSchema { /// /// The server-defined URL for the resource. This field is applicable only when the containing target pool is /// serving a forwarding rule as the primary pool, and its failoverRatio field is properly set to a value - /// between [0, 1]. backupPool and failoverRatio together define the fallback behavior of the primary target - /// pool: if the ratio of the healthy instances in the primary pool is at or below failoverRatio, traffic - /// arriving at the load-balanced IP will be directed to the backup pool. In case where failoverRatio and + /// between [0, 1].backupPool and failoverRatio together define the fallback behavior of the primary target + /// pool: if the ratio of the healthy instances in the primary pool is at or belowfailoverRatio, traffic + /// arriving at the load-balanced IP will be directed to the backup pool. In case where failoverRatio and /// backupPool are not set, or all the instances in the backup pool are unhealthy, the traffic will be directed /// back to the primary pool in the "force" mode, where traffic will be spread to the healthy instances with the /// best effort, or to all instances when no instance is healthy. @@ -129725,7 +133770,7 @@ public class TargetPool : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("backupPool")] public virtual string BackupPool { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -129737,10 +133782,10 @@ public class TargetPool : Google.Apis.Requests.IDirectResponseSchema /// /// This field is applicable only when the containing target pool is serving a forwarding rule as the primary - /// pool (i.e., not as a backup pool to some other target pool). The value of the field must be in [0, 1]. If + /// pool (i.e., not as a backup pool to some other target pool). The value of the field must be in [0, 1]. If /// set, backupPool must also be set. They together define the fallback behavior of the primary target pool: if /// the ratio of the healthy instances in the primary pool is at or below this number, traffic arriving at the - /// load-balanced IP will be directed to the backup pool. In case where failoverRatio is not set or all the + /// load-balanced IP will be directed to the backup pool. In case where failoverRatio is not set or all the /// instances in the backup pool are unhealthy, the traffic will be directed back to the primary pool in the /// "force" mode, where traffic will be spread to the healthy instances with the best effort, or to all /// instances when no instance is healthy. @@ -129774,7 +133819,7 @@ public class TargetPool : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -129795,10 +133840,11 @@ public class TargetPool : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// Session affinity option, must be one of the following values: NONE: Connections from the same client IP may - /// go to any instance in the pool. CLIENT_IP: Connections from the same client IP will go to the same instance - /// in the pool while that instance remains healthy. CLIENT_IP_PROTO: Connections from the same client IP with - /// the same IP protocol will go to the same instance in the pool while that instance remains healthy. + /// Session affinity option, must be one of the following values: NONE: Connections from the same client IP may + /// go to any instance in the pool. CLIENT_IP: Connections from the same client IP will go to the same + /// instance in the pool while that instance remains healthy. CLIENT_IP_PROTO: Connections from the same + /// client IP with the same IP protocol will go to the same instance in the pool while that instance + /// remains healthy. /// [Newtonsoft.Json.JsonPropertyAttribute("sessionAffinity")] public virtual string SessionAffinity { get; set; } @@ -129818,15 +133864,14 @@ public class TargetPoolAggregatedList : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#targetPoolAggregatedList for aggregated lists of target - /// pools. + /// [Output Only] Type of resource. Alwayscompute#targetPoolAggregatedList for aggregated lists of target pools. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -129859,8 +133904,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129870,8 +133915,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -129898,7 +133943,7 @@ public class TargetPoolInstanceHealth : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IList HealthStatus { get; set; } /// - /// [Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an + /// [Output Only] Type of resource. Alwayscompute#targetPoolInstanceHealth when checking the health of an /// instance. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -129925,7 +133970,7 @@ public class TargetPoolList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -129954,8 +133999,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -129965,8 +134010,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130001,9 +134046,9 @@ public class TargetPoolsAddInstanceRequest : Google.Apis.Requests.IDirectRespons { /// /// A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For - /// example, the following are valid URLs: - - /// https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - - /// projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name + /// example, the following are valid URLs: - + /// https://www.googleapis.com/compute/v1/projects/project-id/zones/zone/instances/instance-name - + /// projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name /// [Newtonsoft.Json.JsonPropertyAttribute("instances")] public virtual System.Collections.Generic.IList Instances { get; set; } @@ -130016,8 +134061,9 @@ public class TargetPoolsRemoveHealthCheckRequest : Google.Apis.Requests.IDirectR { /// /// Health check URL to be removed. This can be a full or valid partial URL. For example, the following are - /// valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - /// - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check + /// valid URLs: - + /// https://www.googleapis.com/compute/beta/projects/project/global/httpHealthChecks/health-check - + /// projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check /// [Newtonsoft.Json.JsonPropertyAttribute("healthChecks")] public virtual System.Collections.Generic.IList HealthChecks { get; set; } @@ -130060,8 +134106,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130071,8 +134117,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130115,8 +134161,8 @@ public class TargetSslProxiesSetBackendServiceRequest : Google.Apis.Requests.IDi public class TargetSslProxiesSetCertificateMapRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is - /// //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}. + /// URL of the Certificate Map to associate with this TargetSslProxy. Accepted format + /// is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}. /// [Newtonsoft.Json.JsonPropertyAttribute("certificateMap")] public virtual string CertificateMap { get; set; } @@ -130128,7 +134174,7 @@ public class TargetSslProxiesSetCertificateMapRequest : Google.Apis.Requests.IDi public class TargetSslProxiesSetProxyHeaderRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. + /// The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. /// [Newtonsoft.Json.JsonPropertyAttribute("proxyHeader")] public virtual string ProxyHeader { get; set; } @@ -130151,21 +134197,21 @@ public class TargetSslProxiesSetSslCertificatesRequest : Google.Apis.Requests.ID } /// - /// Represents a Target SSL Proxy resource. A target SSL proxy is a component of a Proxy Network Load Balancer. The + /// Represents a Target SSL Proxy resource. A target SSL proxy is a component of a Proxy Network Load Balancer. The /// forwarding rule references the target SSL proxy, and the target proxy then references a backend service. For - /// more information, read Proxy Network Load Balancer overview. + /// more information, readProxy Network Load Balancer overview. /// public class TargetSslProxy : Google.Apis.Requests.IDirectResponseSchema { /// /// URL of a certificate map that identifies a certificate map associated with the given target proxy. This - /// field can only be set for global target proxies. If set, sslCertificates will be ignored. Accepted format is - /// //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}. + /// field can only be set for global target proxies. If set, sslCertificates will be ignored. Accepted format + /// is//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}. /// [Newtonsoft.Json.JsonPropertyAttribute("certificateMap")] public virtual string CertificateMap { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -130181,13 +134227,13 @@ public class TargetSslProxy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of the resource. Always compute#targetSslProxy for target SSL proxies. + /// [Output Only] Type of the resource. Alwayscompute#targetSslProxy for target SSL proxies. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -130246,7 +134292,7 @@ public class TargetSslProxyList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -130275,8 +134321,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130286,8 +134332,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130332,8 +134378,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130343,8 +134389,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130378,7 +134424,7 @@ public class TargetTcpProxiesSetBackendServiceRequest : Google.Apis.Requests.IDi public class TargetTcpProxiesSetProxyHeaderRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. + /// The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. /// [Newtonsoft.Json.JsonPropertyAttribute("proxyHeader")] public virtual string ProxyHeader { get; set; } @@ -130388,13 +134434,13 @@ public class TargetTcpProxiesSetProxyHeaderRequest : Google.Apis.Requests.IDirec } /// - /// Represents a Target TCP Proxy resource. A target TCP proxy is a component of a Proxy Network Load Balancer. The + /// Represents a Target TCP Proxy resource. A target TCP proxy is a component of a Proxy Network Load Balancer. The /// forwarding rule references the target TCP proxy, and the target proxy then references a backend service. For - /// more information, read Proxy Network Load Balancer overview. + /// more information, readProxy Network Load Balancer overview. /// public class TargetTcpProxy : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -130410,13 +134456,13 @@ public class TargetTcpProxy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of the resource. Always compute#targetTcpProxy for target TCP proxies. + /// [Output Only] Type of the resource. Alwayscompute#targetTcpProxy for target TCP proxies. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -130426,11 +134472,11 @@ public class TargetTcpProxy : Google.Apis.Requests.IDirectResponseSchema /// /// This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme - /// set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic + /// set toINTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic /// interception and bind to the IP address and port specified in the forwarding rule. This is generally useful /// when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar - /// proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default - /// is false. + /// proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The + /// default is false. /// [Newtonsoft.Json.JsonPropertyAttribute("proxyBind")] public virtual System.Nullable ProxyBind { get; set; } @@ -130472,14 +134518,14 @@ public class TargetTcpProxyAggregatedList : Google.Apis.Requests.IDirectResponse public virtual System.Collections.Generic.IDictionary Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#targetTcpProxyAggregatedList for lists of Target TCP Proxies. + /// [Output Only] Type of resource. Alwayscompute#targetTcpProxyAggregatedList for lists of Target TCP Proxies. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -130512,8 +134558,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130523,8 +134569,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130562,7 +134608,7 @@ public class TargetTcpProxyList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -130591,8 +134637,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130602,8 +134648,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130625,12 +134671,12 @@ public class DataData } /// - /// Represents a Target VPN Gateway resource. The target VPN gateway resource represents a Classic Cloud VPN - /// gateway. For more information, read the the Cloud VPN Overview. + /// Represents a Target VPN Gateway resource. The target VPN gateway resource represents a Classic Cloud VPN + /// gateway. For more information, read thethe Cloud VPN Overview. /// public class TargetVpnGateway : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -130641,8 +134687,8 @@ public class TargetVpnGateway : Google.Apis.Requests.IDirectResponseSchema public virtual string Description { get; set; } /// - /// [Output Only] A list of URLs to the ForwardingRule resources. ForwardingRules are created using - /// compute.forwardingRules.insert and associated with a VPN gateway. + /// [Output Only] A list of URLs to the ForwardingRule resources. ForwardingRules are created + /// usingcompute.forwardingRules.insert and associated with a VPN gateway. /// [Newtonsoft.Json.JsonPropertyAttribute("forwardingRules")] public virtual System.Collections.Generic.IList ForwardingRules { get; set; } @@ -130653,7 +134699,7 @@ public class TargetVpnGateway : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } - /// [Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways. + /// [Output Only] Type of resource. Alwayscompute#targetVpnGateway for target VPN gateways. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -130661,22 +134707,22 @@ public class TargetVpnGateway : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this TargetVpnGateway, which is essentially a hash of the /// labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes /// after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in - /// order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the + /// order to update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the /// latest fingerprint, make a get() request to retrieve a TargetVpnGateway. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -130730,13 +134776,13 @@ public class TargetVpnGatewayAggregatedList : Google.Apis.Requests.IDirectRespon [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IDictionary Items { get; set; } - /// [Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways. + /// [Output Only] Type of resource. Alwayscompute#targetVpnGateway for target VPN gateways. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -130769,8 +134815,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130780,8 +134826,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130813,13 +134859,13 @@ public class TargetVpnGatewayList : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("items")] public virtual System.Collections.Generic.IList Items { get; set; } - /// [Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways. + /// [Output Only] Type of resource. Alwayscompute#targetVpnGateway for target VPN gateways. [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -130848,8 +134894,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130859,8 +134905,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -130909,8 +134955,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -130920,8 +134966,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -131069,54 +135115,54 @@ public class UpcomingMaintenance : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a URL Map resource. Compute Engine has two URL Map resources: * - /// [Global](/compute/docs/reference/rest/v1/urlMaps) * [Regional](/compute/docs/reference/rest/v1/regionUrlMaps) A - /// URL map resource is a component of certain types of cloud load balancers and Traffic Director: * urlMaps are + /// Represents a URL Map resource. Compute Engine has two URL Map resources: * + /// [Global](/compute/docs/reference/rest/v1/urlMaps) * [Regional](/compute/docs/reference/rest/v1/regionUrlMaps) A + /// URL map resource is a component of certain types of cloud load balancers and Traffic Director: * urlMaps are /// used by global external Application Load Balancers, classic Application Load Balancers, and cross-region /// internal Application Load Balancers. * regionUrlMaps are used by internal Application Load Balancers, regional - /// external Application Load Balancers and regional internal Application Load Balancers. For a list of supported + /// external Application Load Balancers and regional internal Application Load Balancers. For a list of supported /// URL map features by the load balancer type, see the Load balancing features: Routing and traffic management - /// table. For a list of supported URL map features for Traffic Director, see the Traffic Director features: Routing - /// and traffic management table. This resource defines mappings from hostnames and URL paths to either a backend - /// service or a backend bucket. To use the global urlMaps resource, the backend service must have a - /// loadBalancingScheme of either EXTERNAL, EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED. To use the regionUrlMaps - /// resource, the backend service must have a loadBalancingScheme of INTERNAL_MANAGED. For more information, read - /// URL Map Concepts. + /// table. For a list of supported URL map features for Traffic Director, see the Traffic Director features: + /// Routing and traffic management table. This resource defines mappings from hostnames and URL paths to either a + /// backend service or a backend bucket. To use the global urlMaps resource, the backend service must have a + /// loadBalancingScheme of either EXTERNAL,EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED. To use the regionUrlMaps + /// resource, the backend service must have aloadBalancingScheme of INTERNAL_MANAGED. For more information, read URL + /// Map Concepts. /// public class UrlMap : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } /// /// defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when - /// BackendServiceor BackendBucket responds with an error. This policy takes effect at the load balancer level + /// BackendServiceorBackendBucket responds with an error. This policy takes effect at the load balancer level /// and applies only when no policy has been defined for the error code at lower levels like PathMatcher, - /// RouteRule and PathRule within this UrlMap. For example, consider a UrlMap with the following configuration: - /// - defaultCustomErrorResponsePolicy containing policies for responding to 5xx and 4xx errors - A PathMatcher - /// configured for *.example.com has defaultCustomErrorResponsePolicy for 4xx. If a request for - /// http://www.example.com/ encounters a 404, the policy in pathMatcher.defaultCustomErrorResponsePolicy will be - /// enforced. When the request for http://www.example.com/ encounters a 502, the policy in - /// UrlMap.defaultCustomErrorResponsePolicy will be enforced. When a request that does not match any host in - /// *.example.com such as http://www.myotherexample.com/, encounters a 404, - /// UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction with - /// defaultRouteAction.retryPolicy, retries take precedence. Only once all retries are exhausted, the - /// defaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is successful in - /// reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from the service is - /// returned to the client. defaultCustomErrorResponsePolicy is supported only for global external Application - /// Load Balancers. + /// RouteRule and PathRule within this UrlMap. For example, consider a UrlMap with the following + /// configuration: - defaultCustomErrorResponsePolicy containing policies for responding to + /// 5xx and 4xx errors - A PathMatcher configured for *.example.com has + /// defaultCustomErrorResponsePolicy for 4xx. If a request for http://www.example.com/ encounters a404, the + /// policy inpathMatcher.defaultCustomErrorResponsePolicy will be enforced. When the request for + /// http://www.example.com/ encounters a502, the policy inUrlMap.defaultCustomErrorResponsePolicy will be + /// enforced. When a request that does not match any host in *.example.com such as + /// http://www.myotherexample.com/, encounters a404, UrlMap.defaultCustomErrorResponsePolicy takes effect. + /// When used in conjunction withdefaultRouteAction.retryPolicy, retries take precedence. Only once all retries + /// are exhausted, thedefaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is + /// successful in reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from + /// the service is returned to the client. defaultCustomErrorResponsePolicy is supported only for global + /// external Application Load Balancers. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultCustomErrorResponsePolicy")] public virtual CustomErrorResponsePolicy DefaultCustomErrorResponsePolicy { get; set; } /// - /// defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced + /// defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced /// routing actions, such as URL rewrites and header transformations, before forwarding the request to the - /// selected backend. Only one of defaultUrlRedirect, defaultService or - /// defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only - /// support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map - /// is bound to a target gRPC proxy that has the validateForProxyless field set to true. + /// selected backend. Only one of defaultUrlRedirect, defaultService or + /// defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers + /// only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the + /// URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultRouteAction")] public virtual HttpRouteAction DefaultRouteAction { get; set; } @@ -131124,17 +135170,17 @@ public class UrlMap : Google.Apis.Requests.IDirectResponseSchema /// /// The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules /// match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect - /// before sending the request to the backend. Only one of defaultUrlRedirect, defaultService or - /// defaultRouteAction.weightedBackendService can be set. defaultService has no effect when the URL map is bound - /// to a target gRPC proxy that has the validateForProxyless field set to true. + /// before sending the request to the backend. Only one of defaultUrlRedirect, defaultService or + /// defaultRouteAction.weightedBackendService can be set. defaultService has no effect when the URL map is + /// bound to a target gRPC proxy that has the validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultService")] public virtual string DefaultService { get; set; } /// /// When none of the specified hostRules match, the request is redirected to a URL specified by - /// defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or - /// defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target + /// defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or + /// defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target /// gRPC proxy. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultUrlRedirect")] @@ -131149,7 +135195,7 @@ public class UrlMap : Google.Apis.Requests.IDirectResponseSchema /// /// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic /// locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order - /// to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve a UrlMap. /// [Newtonsoft.Json.JsonPropertyAttribute("fingerprint")] @@ -131157,9 +135203,9 @@ public class UrlMap : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies changes to request and response headers that need to take effect for the selected backendService. - /// The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is - /// not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the - /// URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. + /// The headerAction specified here take effect afterheaderAction specified under pathMatcher. headerAction is + /// not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when + /// the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("headerAction")] public virtual HttpHeaderAction HeaderAction { get; set; } @@ -131180,7 +135226,7 @@ public class UrlMap : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -131205,8 +135251,8 @@ public class UrlMap : Google.Apis.Requests.IDirectResponseSchema public virtual string SelfLink { get; set; } /// - /// The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. - /// You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC + /// The list of expected URL mapping tests. Request to update theUrlMap succeeds only if all test cases pass. + /// You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC /// proxy that has validateForProxyless field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("tests")] @@ -131233,7 +135279,7 @@ public class UrlMapList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -131262,8 +135308,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -131273,8 +135319,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -131313,21 +135359,21 @@ public class UrlMapTest : Google.Apis.Requests.IDirectResponseSchema /// /// The expected output URL evaluated by the load balancer containing the scheme, host, path and query - /// parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches + /// parameters. For rules that forward requests to backends, the test passes only whenexpectedOutputUrl matches /// the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that - /// the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is - /// specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if - /// expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies - /// https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect - /// specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. - /// expectedOutputUrl is optional when service is specified. + /// the forwarded request matcheshostRewrite and pathPrefixRewrite in theurlRewrite action. When service is + /// specified,expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only + /// ifexpectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect + /// specifieshttps_redirect, the test passes only if the scheme inexpectedOutputUrl is also set to HTTPS. If + /// urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query + /// parameters. expectedOutputUrl is optional whenservice is specified. /// [Newtonsoft.Json.JsonPropertyAttribute("expectedOutputUrl")] public virtual string ExpectedOutputUrl { get; set; } /// - /// For rules with urlRedirect, the test passes only if expectedRedirectResponseCode matches the HTTP status - /// code in load balancer's redirect response. expectedRedirectResponseCode cannot be set when service is set. + /// For rules with urlRedirect, the test passes only ifexpectedRedirectResponseCode matches the HTTP status code + /// in load balancer's redirect response. expectedRedirectResponseCode cannot be set whenservice is set. /// [Newtonsoft.Json.JsonPropertyAttribute("expectedRedirectResponseCode")] public virtual System.Nullable ExpectedRedirectResponseCode { get; set; } @@ -131350,7 +135396,7 @@ public class UrlMapTest : Google.Apis.Requests.IDirectResponseSchema public virtual string Path { get; set; } /// - /// Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field + /// Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field /// cannot be set if expectedRedirectResponseCode is set. /// [Newtonsoft.Json.JsonPropertyAttribute("service")] @@ -131417,7 +135463,7 @@ public class UrlMapsAggregatedList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -131450,8 +135496,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -131461,8 +135507,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -131507,8 +135553,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -131518,8 +135564,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -131543,13 +135589,13 @@ public class DataData public class UrlMapsValidateRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external + /// Specifies the load balancer type(s) this validation request is for. UseEXTERNAL_MANAGED for global external /// Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic - /// Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more - /// information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred + /// Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more + /// information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred /// from the backend service resources this URL map references. If that can not be inferred (for example, this /// URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't - /// reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not + /// reference any backends),EXTERNAL will be used as the default type. If specified, the scheme(s) must not /// conflict with the load balancing scheme of the backend service resources this Url map references. /// [Newtonsoft.Json.JsonPropertyAttribute("loadBalancingSchemes")] @@ -131577,28 +135623,29 @@ public class UrlRewrite : Google.Apis.Requests.IDirectResponseSchema { /// /// Before forwarding the request to the selected service, the request's host header is replaced with contents - /// of hostRewrite. The value must be from 1 to 255 characters. + /// of hostRewrite. The value must be from 1 to 255 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("hostRewrite")] public virtual string HostRewrite { get; set; } /// /// Before forwarding the request to the selected backend service, the matching portion of the request's path is - /// replaced by pathPrefixRewrite. The value must be from 1 to 1024 characters. + /// replaced bypathPrefixRewrite. The value must be from 1 to 1024 characters. /// [Newtonsoft.Json.JsonPropertyAttribute("pathPrefixRewrite")] public virtual string PathPrefixRewrite { get; set; } /// - /// If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax. - /// A corresponding path_template_match must be specified. Any template variables must exist in the - /// path_template_match field. - -At least one variable must be specified in the path_template_match field - You - /// can omit variables from the rewritten URL - The * and ** operators cannot be matched unless they have a - /// corresponding variable name - e.g. {format=*} or {var=**}. For example, a path_template_match of - /// /static/{format=**} could be rewritten as /static/content/{format} to prefix /content to the URL. Variables - /// can also be re-ordered in a rewrite, so that /{country}/{format}/{suffix=**} can be rewritten as - /// /content/{format}/{country}/{suffix}. At least one non-empty routeRules[].matchRules[].path_template_match - /// is required. Only one of path_prefix_rewrite or path_template_rewrite may be specified. + /// If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax. + /// A corresponding path_template_match must be specified. Any template variables must exist in the + /// path_template_match field. - -At least one variable must be specified in the + /// path_template_match field - You can omit variables from the rewritten URL - The * and ** + /// operators cannot be matched unless they have a corresponding variable name - e.g. {format=*} or + /// {var=**}. For example, a path_template_match of /static/{format=**} could be rewritten as + /// /static/content/{format} to prefix/content to the URL. Variables can also be re-ordered in a rewrite, so + /// that /{country}/{format}/{suffix=**} can be rewritten as /content/{format}/{country}/{suffix}. At least + /// one non-empty routeRules[].matchRules[].path_template_match is required. Only one of path_prefix_rewrite + /// orpath_template_rewrite may be specified. /// [Newtonsoft.Json.JsonPropertyAttribute("pathTemplateRewrite")] public virtual string PathTemplateRewrite { get; set; } @@ -131637,8 +135684,8 @@ public class UsableSubnetwork : Google.Apis.Requests.IDirectResponseSchema public virtual string Purpose { get; set; } /// - /// The role of subnetwork. Currently, this field is only used when purpose is set to GLOBAL_MANAGED_PROXY or - /// REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is + /// The role of subnetwork. Currently, this field is only used when purpose is set to GLOBAL_MANAGED_PROXY + /// orREGIONAL_MANAGED_PROXY. The value can be set toACTIVE or BACKUP. An ACTIVE subnetwork is one that is /// currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to /// be promoted to ACTIVE or is currently draining. This field can be updated with a patch request. /// @@ -131651,8 +135698,8 @@ public class UsableSubnetwork : Google.Apis.Requests.IDirectResponseSchema /// /// The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. - /// If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, - /// IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch. + /// If set toIPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, + /// IPV4_ONLY is used. This field can be both set at resource creation time and updated usingpatch. /// [Newtonsoft.Json.JsonPropertyAttribute("stackType")] public virtual string StackType { get; set; } @@ -131674,7 +135721,7 @@ public class UsableSubnetworkSecondaryRange : Google.Apis.Requests.IDirectRespon /// /// The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM - /// instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the + /// instance. The name must be 1-63 characters long, and comply withRFC1035. The name must be unique within the /// subnetwork. /// [Newtonsoft.Json.JsonPropertyAttribute("rangeName")] @@ -131697,18 +135744,18 @@ public class UsableSubnetworksAggregatedList : Google.Apis.Requests.IDirectRespo public virtual System.Collections.Generic.IList Items { get; set; } /// - /// [Output Only] Type of resource. Always compute#usableSubnetworksAggregatedList for aggregated lists of - /// usable subnetworks. + /// [Output Only] Type of resource. Alwayscompute#usableSubnetworksAggregatedList for aggregated lists of usable + /// subnetworks. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the - /// results. In special cases listUsable may return 0 subnetworks and nextPageToken which still should be used - /// to get the next page of results. + /// results. In special cases listUsable may return 0 subnetworks andnextPageToken which still should be used to + /// get the next page of results. /// [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] public virtual string NextPageToken { get; set; } @@ -131743,8 +135790,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -131754,8 +135801,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -131784,18 +135831,18 @@ public class UsageExportLocation : Google.Apis.Requests.IDirectResponseSchema { /// /// The name of an existing bucket in Cloud Storage where the usage report object is stored. The Google Service - /// Account is granted write access to this bucket. This can either be the bucket name by itself, such as - /// example-bucket, or the bucket name with gs:// or https://storage.googleapis.com/ in front of it, such as + /// Account is granted write access to this bucket. This can either be the bucket name by itself, such + /// asexample-bucket, or the bucket name with gs:// or https://storage.googleapis.com/ in front of it, such as /// gs://example-bucket. /// [Newtonsoft.Json.JsonPropertyAttribute("bucketName")] public virtual string BucketName { get; set; } /// - /// An optional prefix for the name of the usage report object stored in bucketName. If not supplied, defaults - /// to usage_gce. The report is stored as a CSV file named report_name_prefix_gce_YYYYMMDD.csv where YYYYMMDD is - /// the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud Storage - /// object naming conventions. + /// An optional prefix for the name of the usage report object stored inbucketName. If not supplied, defaults + /// tousage_gce. The report is stored as a CSV file namedreport_name_prefix_gce_YYYYMMDD.csv whereYYYYMMDD is + /// the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud + /// Storageobject naming conventions. /// [Newtonsoft.Json.JsonPropertyAttribute("reportNamePrefix")] public virtual string ReportNamePrefix { get; set; } @@ -131920,7 +135967,7 @@ public class VmEndpointNatMappingsList : Google.Apis.Requests.IDirectResponseSch public virtual string Id { get; set; } /// - /// [Output Only] Type of resource. Always compute#vmEndpointNatMappingsList for lists of Nat mappings of VM + /// [Output Only] Type of resource. Alwayscompute#vmEndpointNatMappingsList for lists of Nat mappings of VM /// endpoints. /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] @@ -131928,7 +135975,7 @@ public class VmEndpointNatMappingsList : Google.Apis.Requests.IDirectResponseSch /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -131961,8 +136008,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -131972,8 +136019,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -131995,13 +136042,13 @@ public class DataData } /// - /// Represents a HA VPN gateway. HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely + /// Represents a HA VPN gateway. HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely /// connect your on-premises network to your Google Cloud Virtual Private Cloud network through an IPsec VPN /// connection in a single region. For more information about Cloud HA VPN solutions, see Cloud VPN topologies . /// public class VpnGateway : Google.Apis.Requests.IDirectResponseSchema { - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -132031,22 +136078,22 @@ public class VpnGateway : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this VpnGateway, which is essentially a hash of the labels set /// used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve a VpnGateway. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -132071,8 +136118,8 @@ public class VpnGateway : Google.Apis.Requests.IDirectResponseSchema /// /// The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: - /// IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. If not specified, IPV4_ONLY is used if the gateway IP version is IPV4, or - /// IPV4_IPV6 if the gateway IP version is IPV6. + /// IPV4_ONLY,IPV4_IPV6, IPV6_ONLY. If not specified,IPV4_ONLY is used if the gateway IP version isIPV4, or + /// IPV4_IPV6 if the gateway IP version isIPV6. /// [Newtonsoft.Json.JsonPropertyAttribute("stackType")] public virtual string StackType { get; set; } @@ -132101,7 +136148,7 @@ public class VpnGatewayAggregatedList : Google.Apis.Requests.IDirectResponseSche /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -132134,8 +136181,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -132145,8 +136192,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -132184,7 +136231,7 @@ public class VpnGatewayList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -132213,8 +136260,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -132224,8 +136271,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -132264,7 +136311,7 @@ public class VpnGatewayStatusHighAvailabilityRequirementState : Google.Apis.Requ { /// /// Indicates the high availability requirement state for the VPN connection. Valid values are - /// CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET. + /// CONNECTION_REDUNDANCY_MET,CONNECTION_REDUNDANCY_NOT_MET. /// [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -132409,8 +136456,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -132420,8 +136467,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -132443,7 +136490,7 @@ public class DataData } /// - /// Represents a Cloud VPN Tunnel resource. For more information about VPN, read the the Cloud VPN Overview. + /// Represents a Cloud VPN Tunnel resource. For more information about VPN, read the the Cloud VPN Overview. /// public class VpnTunnel : Google.Apis.Requests.IDirectResponseSchema { @@ -132451,7 +136498,7 @@ public class VpnTunnel : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("cipherSuite")] public virtual VpnTunnelCipherSuite CipherSuite { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -132486,15 +136533,15 @@ public class VpnTunnel : Google.Apis.Requests.IDirectResponseSchema /// A fingerprint for the labels being applied to this VpnTunnel, which is essentially a hash of the labels set /// used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after /// every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to - /// update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest + /// update or change labels, otherwise the request will fail with error412 conditionNotMet. To see the latest /// fingerprint, make a get() request to retrieve a VpnTunnel. /// [Newtonsoft.Json.JsonPropertyAttribute("labelFingerprint")] public virtual string LabelFingerprint { get; set; } /// - /// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value - /// pair must comply with RFC1035. Label values may be empty. + /// Labels for this resource. These can only be added or modified by thesetLabels method. Each label key/value + /// pair must comply withRFC1035. Label values may be empty. /// [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } @@ -132509,7 +136556,7 @@ public class VpnTunnel : Google.Apis.Requests.IDirectResponseSchema /// /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters - /// long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be /// a dash. @@ -132582,19 +136629,20 @@ public class VpnTunnel : Google.Apis.Requests.IDirectResponseSchema public virtual string SharedSecretHash { get; set; } /// - /// [Output Only] The status of the VPN tunnel, which can be one of the following: - PROVISIONING: Resource is - /// being allocated for the VPN tunnel. - WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs - /// from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route resources are needed to setup - /// the VPN tunnel. - FIRST_HANDSHAKE: Successful first handshake with the peer VPN. - ESTABLISHED: Secure - /// session is successfully established with the peer VPN. - NETWORK_ERROR: Deprecated, replaced by - /// NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for example, bad shared secret). - - /// NEGOTIATION_FAILURE: Handshake failed. - DEPROVISIONING: Resources are being deallocated for the VPN tunnel. - /// - FAILED: Tunnel creation has failed and the tunnel is not ready to be used. - NO_INCOMING_PACKETS: No - /// incoming packets from peer. - REJECTED: Tunnel configuration was rejected, can be result of being denied - /// access. - ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required resources. - STOPPED: - /// Tunnel is stopped due to its Forwarding Rules being deleted for Classic VPN tunnels or the project is in - /// frozen state. - PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. - - /// TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel. + /// [Output Only] The status of the VPN tunnel, which can be one of the following: - PROVISIONING: + /// Resource is being allocated for the VPN tunnel. - WAITING_FOR_FULL_CONFIG: Waiting to receive all + /// VPN-related configs from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route + /// resources are needed to setup the VPN tunnel. - FIRST_HANDSHAKE: Successful first handshake with the + /// peer VPN. - ESTABLISHED: Secure session is successfully established with the peer VPN. - + /// NETWORK_ERROR: Deprecated, replaced by NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for + /// example, bad shared secret). - NEGOTIATION_FAILURE: Handshake failed. - DEPROVISIONING: Resources + /// are being deallocated for the VPN tunnel. - FAILED: Tunnel creation has failed and the tunnel is not + /// ready to be used. - NO_INCOMING_PACKETS: No incoming packets from peer. - REJECTED: Tunnel + /// configuration was rejected, can be result of being denied access. - ALLOCATING_RESOURCES: Cloud VPN + /// is in the process of allocating all required resources. - STOPPED: Tunnel is stopped due to its + /// Forwarding Rules being deleted for Classic VPN tunnels or the project is in frozen state. - + /// PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. - + /// TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel. /// [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -132640,7 +136688,7 @@ public class VpnTunnelAggregatedList : Google.Apis.Requests.IDirectResponseSchem /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -132673,8 +136721,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -132684,8 +136732,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -132735,7 +136783,7 @@ public class VpnTunnelList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -132764,8 +136812,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -132775,8 +136823,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -132854,8 +136902,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -132865,8 +136913,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -132932,37 +136980,37 @@ public class WafExpressionSetExpression : Google.Apis.Requests.IDirectResponseSc } /// - /// In contrast to a single BackendService in HttpRouteAction to which all matching traffic is directed to, - /// WeightedBackendService allows traffic to be split across multiple backend services. The volume of traffic for + /// In contrast to a single BackendService in HttpRouteAction to which all matching traffic is directed + /// to,WeightedBackendService allows traffic to be split across multiple backend services. The volume of traffic for /// each backend service is proportional to the weight specified in each WeightedBackendService /// public class WeightedBackendService : Google.Apis.Requests.IDirectResponseSchema { /// /// The full or partial URL to the default BackendService resource. Before forwarding the request to - /// backendService, the load balancer applies any relevant headerActions specified as part of this - /// backendServiceWeight. + /// backendService, the load balancer applies any relevant headerActions specified as part of + /// thisbackendServiceWeight. /// [Newtonsoft.Json.JsonPropertyAttribute("backendService")] public virtual string BackendService { get; set; } /// /// Specifies changes to request and response headers that need to take effect for the selected backendService. - /// headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and - /// UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to - /// EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field - /// set to true. + /// headerAction specified here take effect beforeheaderAction in the enclosing HttpRouteRule,PathMatcher and + /// UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to + /// EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless + /// field set to true. /// [Newtonsoft.Json.JsonPropertyAttribute("headerAction")] public virtual HttpHeaderAction HeaderAction { get; set; } /// - /// Specifies the fraction of traffic sent to a backend service, computed as weight / (sum of all - /// weightedBackendService weights in routeAction) . The selection of a backend service is determined only for + /// Specifies the fraction of traffic sent to a backend service, computed asweight / (sum of all + /// weightedBackendService weights in routeAction). The selection of a backend service is determined only for /// new traffic. Once a user's request has been directed to a backend service, subsequent requests are sent to /// the same backend service as determined by the backend service's session affinity policy. Don't configure /// session affinity if you're using weighted traffic splitting. If you do, the weighted traffic splitting - /// configuration takes precedence. The value must be from 0 to 1000. + /// configuration takes precedence. The value must be from 0 to 1000. /// [Newtonsoft.Json.JsonPropertyAttribute("weight")] public virtual System.Nullable Weight { get; set; } @@ -132971,6 +137019,313 @@ public class WeightedBackendService : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A pseudowire that connects two Interconnect connections. + public class Wire : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// [Output Only] Indicates whether the wire is enabled. When false, the wire is disabled. When true and when + /// the wire group of the wire is also enabled, the wire is enabled. Defaults to true. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adminEnabled")] + public virtual System.Nullable AdminEnabled { get; set; } + + /// Wire endpoints are specific Interconnect connections. + [Newtonsoft.Json.JsonPropertyAttribute("endpoints")] + public virtual System.Collections.Generic.IList Endpoints { get; set; } + + /// + /// [Output Only] A label that identifies the wire. The format of this label combines the existing labels of the + /// wire group endpoints and Interconnect connections used by this wire in alphabetical order as follows: + /// `ENDPOINT_A+CONNECTION_A1,ENDPOINT_B+CONNECTION_B1`, where: - ENDPOINT_A and ENDPOINT_B: are the + /// labels that you entered as map keys when you specified the wire group endpoint objects. - + /// CONNECTION_A1 and CONNECTION_B1: are the labels that you entered as map keys when you specified the wire + /// group Interconnect objects. + /// + [Newtonsoft.Json.JsonPropertyAttribute("label")] + public virtual string Label { get; set; } + + /// [Output Only] Properties of the wire. + [Newtonsoft.Json.JsonPropertyAttribute("wireProperties")] + public virtual WireProperties WireProperties { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Wire endpoints are specific Interconnect connections. + public class WireEndpoint : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("interconnect")] + public virtual string Interconnect { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("vlanTag")] + public virtual System.Nullable VlanTag { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A resource that represents a group of redundant wires. + public class WireGroup : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Indicates whether the wires in the wire group are enabled. When false, the wires in the wire group are + /// disabled. When true and when there is simultaneously no wire-specific override of `adminEnabled` to false, a + /// given wire is enabled. Defaults to true. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adminEnabled")] + public virtual System.Nullable AdminEnabled { get; set; } + + /// [Output Only] Creation timestamp inRFC3339 text format. + [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] + public virtual string CreationTimestamp { get; set; } + + /// An optional description of the wire group. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// A map that contains the logical endpoints of the wire group. Specify key-value pairs for the map as follows: + /// - Key: an RFC1035 user-specified label. - Value: an Endpoint object. + /// + [Newtonsoft.Json.JsonPropertyAttribute("endpoints")] + public virtual System.Collections.Generic.IDictionary Endpoints { get; set; } + + /// + /// [Output Only] The unique identifier for the resource type. The server generates this identifier. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } + + /// [Output Only] Type of the resource. Alwayscompute#wireGroups for wire groups. + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters + /// long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular + /// expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all + /// following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be + /// a dash. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// [Output Only] Indicates whether there are wire changes yet to be processed. + [Newtonsoft.Json.JsonPropertyAttribute("reconciling")] + public virtual System.Nullable Reconciling { get; set; } + + /// [Output Only] Server-defined URL for the resource. + [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] + public virtual string SelfLink { get; set; } + + /// Topology details for the wire group configuration. + [Newtonsoft.Json.JsonPropertyAttribute("topology")] + public virtual WireGroupTopology Topology { get; set; } + + /// Properties for all wires in the wire group. + [Newtonsoft.Json.JsonPropertyAttribute("wireProperties")] + public virtual WireProperties WireProperties { get; set; } + + /// The single/redundant wire(s) managed by the wire group. + [Newtonsoft.Json.JsonPropertyAttribute("wires")] + public virtual System.Collections.Generic.IList Wires { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A logical endpoint for the wire group. An endpoint represents a metro that contains redundant Interconnect + /// connections. A wire group is created between two endpoints. + /// + public class WireGroupEndpoint : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A map that contains the redundant Interconnect connections. Specify key-value pairs for the map as follows: + /// - Key: an RFC1035 user-specified label. - Value: an Interconnect object. + /// + [Newtonsoft.Json.JsonPropertyAttribute("interconnects")] + public virtual System.Collections.Generic.IDictionary Interconnects { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The redundant Interconnect connections for this endpoint. + public class WireGroupEndpointInterconnect : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. An Interconnect connection. You can specify the connection as a partial or full URL. If the + /// connection is in a different project from the cross-site network, use a format that specifies the project. + /// See the following examples of partial and full URLs: global/interconnects/NAME + /// projects/PROJECT_ID/global/interconnects/NAME - + /// https://compute.googleapis.com/compute/projects/PROJECT_ID/global/interconnects/NAME + /// + [Newtonsoft.Json.JsonPropertyAttribute("interconnect")] + public virtual string Interconnect { get; set; } + + /// + /// Required. To configure the wire group for VLAN mode, enter a VLAN tag, which is a number from `2` to `4093`. + /// You can autoallocate a tag by entering `0`. To configure the wire group for port mode, enter `-1`. Review + /// the following guidelines: - A VLAN tag must be unique for an Interconnect connection across all + /// attachments and wire groups. - Both endpoints of a wire must use the same VLAN tag value. - Single + /// wire and redundant type wire groups must have only one VLAN tag. - Port mode pseudowires must have a + /// single VLAN tag with a value of `-1` for both endpoints. - Box and cross type wire groups must have + /// two VLAN tags. The first is for the same-zone pseudowire, and the second is for the cross-zone + /// pseudowire. + /// + [Newtonsoft.Json.JsonPropertyAttribute("vlanTags")] + public virtual System.Collections.Generic.IList> VlanTags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response for the list request. + public class WireGroupList : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// [Output Only] Unique identifier for the resource; defined by the server. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// A list of wire group resources. + [Newtonsoft.Json.JsonPropertyAttribute("items")] + public virtual System.Collections.Generic.IList Items { get; set; } + + /// [Output Only] Type of the resource. Alwayscompute#wireGroups for wire groups. + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// [Output Only] This token allows you to get the next page of results for list requests. If the number of + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the + /// results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// [Output Only] Server-defined URL for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] + public virtual string SelfLink { get; set; } + + /// [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder + [Newtonsoft.Json.JsonPropertyAttribute("unreachables")] + public virtual System.Collections.Generic.IList Unreachables { get; set; } + + /// [Output Only] Informational warning message. + [Newtonsoft.Json.JsonPropertyAttribute("warning")] + public virtual WarningData Warning { get; set; } + + /// [Output Only] Informational warning message. + public class WarningData + { + /// + /// [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if + /// there are no results in the response. + /// + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual System.Collections.Generic.IList Data { get; set; } + + /// [Output Only] A human-readable description of the warning code. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } + /// + public class DataData + { + /// + /// [Output Only] A key that provides more detail on the warning being returned. For example, for + /// warnings where there are no results in a list request for a particular zone, this key might be scope + /// and the key value might be the zone name. Other examples might be a key indicating a deprecated + /// resource and a suggested replacement, or a warning about invalid network settings (for example, if + /// an instance attempts to perform IP forwarding but is not enabled for IP forwarding). + /// + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// [Output Only] A warning data value corresponding to the key. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + } + } + } + + /// Topology details for the wire group. + public class WireGroupTopology : Google.Apis.Requests.IDirectResponseSchema + { + /// Topology details for all endpoints in the wire group. + [Newtonsoft.Json.JsonPropertyAttribute("endpoints")] + public virtual System.Collections.Generic.IList Endpoints { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Topology details for a single wire group endpoint. + public class WireGroupTopologyEndpoint : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in. + /// + [Newtonsoft.Json.JsonPropertyAttribute("city")] + public virtual string City { get; set; } + + /// Endpoint label from the wire group. + [Newtonsoft.Json.JsonPropertyAttribute("label")] + public virtual string Label { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The properties of a wire. + public class WireProperties : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The configuration of the bandwidth allocation, one of the following: - ALLOCATE_PER_WIRE: configures + /// a separate unmetered bandwidth allocation (and associated charges) for each wire in the group. - + /// SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures one unmetered bandwidth allocation + /// for the wire group. The unmetered bandwidth is divided equally across each wire in the group, but dynamic + /// throttling reallocates unused unmetered bandwidth from unused or underused wires to other wires in the + /// group. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bandwidthAllocation")] + public virtual string BandwidthAllocation { get; set; } + + /// + /// The unmetered bandwidth in Gigabits per second, using decimal units. `10` is 10 Gbps, `100` is 100 Gbps. The + /// bandwidth must be greater than 0. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bandwidthUnmetered")] + public virtual System.Nullable BandwidthUnmetered { get; set; } + + /// + /// Response when a fault is detected in a pseudowire: - NONE: default. - DISABLE_PORT: set the port + /// line protocol down when inline probes detect a fault. This setting is only permitted on port mode + /// pseudowires. + /// + [Newtonsoft.Json.JsonPropertyAttribute("faultResponse")] + public virtual string FaultResponse { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + public class XpnHostList : Google.Apis.Requests.IDirectResponseSchema { /// [Output Only] Unique identifier for the resource; defined by the server. @@ -132987,7 +137342,7 @@ public class XpnHostList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -133016,8 +137371,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -133027,8 +137382,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -133068,8 +137423,8 @@ public class XpnResourceId : Google.Apis.Requests.IDirectResponseSchema } /// - /// Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For - /// example the zone us-east1-b is located in the us-east1 region. For more information, read Regions and Zones. + /// Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For + /// example the zone us-east1-b is located in theus-east1 region. For more information, readRegions and Zones. /// public class Zone : Google.Apis.Requests.IDirectResponseSchema { @@ -133077,7 +137432,7 @@ public class Zone : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("availableCpuPlatforms")] public virtual System.Collections.Generic.IList AvailableCpuPlatforms { get; set; } - /// [Output Only] Creation timestamp in RFC3339 text format. + /// [Output Only] Creation timestamp inRFC3339 text format. [Newtonsoft.Json.JsonPropertyAttribute("creationTimestamp")] public virtual string CreationTimestamp { get; set; } @@ -133111,7 +137466,7 @@ public class Zone : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("selfLink")] public virtual string SelfLink { get; set; } - /// [Output Only] Status of the zone, either UP or DOWN. + /// [Output Only] Status of the zone, either UP orDOWN. [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual string Status { get; set; } @@ -133140,7 +137495,7 @@ public class ZoneList : Google.Apis.Requests.IDirectResponseSchema /// /// [Output Only] This token allows you to get the next page of results for list requests. If the number of - /// results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the + /// results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the /// next list request. Subsequent list requests will have their own nextPageToken to continue paging through the /// results. /// @@ -133169,8 +137524,8 @@ public class WarningData public virtual string Code { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual System.Collections.Generic.IList Data { get; set; } @@ -133180,8 +137535,8 @@ public class WarningData public virtual string Message { get; set; } /// - /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", - /// "value": "zones/us-east1-d" } + /// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": + /// "scope", "value": "zones/us-east1-d" } /// public class DataData { @@ -133221,6 +137576,29 @@ public class ZoneSetLabelsRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + public class ZoneSetNestedPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } + + /// + /// Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few + /// 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject + /// them. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual Policy Policy { get; set; } + } + public class ZoneSetPolicyRequest : Google.Apis.Requests.IDirectResponseSchema { /// diff --git a/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj b/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj index 34296610839..1efcd6a44bb 100644 --- a/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj +++ b/Src/Generated/Google.Apis.Compute.v1/Google.Apis.Compute.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Compute.v1 Client Library - 1.71.0.3911 + 1.72.0.3956 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.cs b/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.cs index 8edba1ea6a1..4204cad700e 100644 --- a/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.cs +++ b/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.cs @@ -3113,8 +3113,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.csproj b/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.csproj index 9684fcc44d8..ce27f2a3d93 100644 --- a/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.csproj +++ b/Src/Generated/Google.Apis.Config.v1/Google.Apis.Config.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Config.v1 Client Library - 1.71.0.3919 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.cs b/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.cs index 96de514216d..8d0ce66994f 100644 --- a/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.cs +++ b/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.cs @@ -4779,6 +4779,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -4824,6 +4835,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -9860,6 +9879,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj b/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj index 9cd0bab5d8d..6f50241d725 100644 --- a/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj +++ b/Src/Generated/Google.Apis.Connectors.v1/Google.Apis.Connectors.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Connectors.v1 Client Library - 1.71.0.3912 + 1.72.0.3925 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.cs b/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.cs index 62cfefc29a4..f9b23b18c18 100644 --- a/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.cs +++ b/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.cs @@ -312,6 +312,7 @@ public ConnectionsResource(Google.Apis.Services.IClientService service) this.service = service; Actions = new ActionsResource(service); EntityTypes = new EntityTypesResource(service); + Resources = new ResourcesResource(service); Tools = new ToolsResource(service); } @@ -1358,6 +1359,150 @@ protected override void InitParameters() } } + /// Gets the Resources resource. + public virtual ResourcesResource Resources { get; } + + /// The "resources" collection of methods. + public class ResourcesResource + { + private const string Resource = "resources"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ResourcesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a specific resource. + /// + /// Required. Resource name of the Resource. Format: + /// projects/{project}/locations/{location}/connections/{connection}/resources/{resource} + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a specific resource. + public class GetRequest : ConnectorsBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of the Resource. Format: + /// projects/{project}/locations/{location}/connections/{connection}/resources/{resource} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/connections/[^/]+/resources/[^/]+$", + }); + } + } + + /// Lists all available resources. + /// + /// Required. Resource name of the connection. Format: + /// projects/{project}/locations/{location}/connections/{connection} + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all available resources. + public class ListRequest : ConnectorsBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Resource name of the connection. Format: + /// projects/{project}/locations/{location}/connections/{connection} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. Page size for the request. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. Page token for the request. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2/{+parent}/resources"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/connections/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Gets the Tools resource. public virtual ToolsResource Tools { get; } @@ -2171,6 +2316,10 @@ public class ExecuteToolRequest : Google.Apis.Requests.IDirectResponseSchema /// Response message for ConnectorAgentService.ExecuteTool public class ExecuteToolResponse : Google.Apis.Requests.IDirectResponseSchema { + /// Metadata like service latency, etc. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary> Metadata { get; set; } + /// Output from the tool execution. [Newtonsoft.Json.JsonPropertyAttribute("result")] public virtual System.Collections.Generic.IDictionary Result { get; set; } @@ -2234,6 +2383,24 @@ public class Field : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + public class GetResourceResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The content of the resource. + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual string Data { get; set; } + + /// Metadata like service latency, etc. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary> Metadata { get; set; } + + /// The MIME type of the resource. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Input Parameter message contains metadata about the parameters required for executing an Action. /// @@ -2621,9 +2788,31 @@ public class ListEntityTypesResponse : Google.Apis.Requests.IDirectResponseSchem public virtual string ETag { get; set; } } + public class ListResourcesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Metadata like service latency, etc. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary> Metadata { get; set; } + + /// Next page token if more resources available. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of available resources. + [Newtonsoft.Json.JsonPropertyAttribute("resources")] + public virtual System.Collections.Generic.IList Resources { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for ConnectorAgentService.ListTools public class ListToolsResponse : Google.Apis.Requests.IDirectResponseSchema { + /// Metadata like service latency, etc. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary> Metadata { get; set; } + /// Next page token. [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] public virtual string NextPageToken { get; set; } @@ -3096,6 +3285,32 @@ public class RefreshAccessTokenResponse : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } + public class Resource : Google.Apis.Requests.IDirectResponseSchema + { + /// A description of what this resource represents. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// The MIME type of this resource, if known. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// A human-readable name for this resource. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The size of the raw resource content, in bytes, if known. + [Newtonsoft.Json.JsonPropertyAttribute("size")] + public virtual System.Nullable Size { get; set; } + + /// The URI of this resource. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Result Metadata message contains metadata about the result returned after executing an Action. /// diff --git a/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj b/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj index ab0f28f829f..9ebb2020e2f 100644 --- a/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj +++ b/Src/Generated/Google.Apis.Connectors.v2/Google.Apis.Connectors.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Connectors.v2 Client Library - 1.71.0.3912 + 1.72.0.3925 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.cs b/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.cs index 96b346b2674..b17e58675dc 100644 --- a/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.cs +++ b/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.cs @@ -1012,269 +1012,10 @@ public class ConversationsResource public ConversationsResource(Google.Apis.Services.IClientService service) { this.service = service; - Analyses = new AnalysesResource(service); Assessments = new AssessmentsResource(service); FeedbackLabels = new FeedbackLabelsResource(service); } - /// Gets the Analyses resource. - public virtual AnalysesResource Analyses { get; } - - /// The "analyses" collection of methods. - public class AnalysesResource - { - private const string Resource = "analyses"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public AnalysesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Creates an analysis. The long running operation is done when the analysis has completed. - /// - /// The body of the request. - /// Required. The parent resource of the analysis. - public virtual CreateRequest Create(Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1Analysis body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// - /// Creates an analysis. The long running operation is done when the analysis has completed. - /// - public class CreateRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1Analysis body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The parent resource of the analysis. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1Analysis Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/analyses"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$", - }); - } - } - - /// Deletes an analysis. - /// Required. The name of the analysis to delete. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// Deletes an analysis. - public class DeleteRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the analysis to delete. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$", - }); - } - } - - /// Gets an analysis. - /// Required. The name of the analysis to get. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets an analysis. - public class GetRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the analysis to get. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$", - }); - } - } - - /// Lists analyses. - /// Required. The parent resource of the analyses. - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - - /// Lists analyses. - public class ListRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// Required. The parent resource of the analyses. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// A filter to reduce results to a specific subset. Useful for querying conversations - /// with specific properties. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// The maximum number of analyses to return in the response. If this value is zero, the - /// service will select a default size. A call might return fewer objects than - /// requested. A non-empty `next_page_token` in the response indicates that more data is - /// available. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// The value returned by the last `ListAnalysesResponse`; indicates that this is a - /// continuation of a prior `ListAnalyses` call and the system should return the next - /// page of data. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/analyses"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - /// Gets the Assessments resource. public virtual AssessmentsResource Assessments { get; } @@ -2322,59 +2063,6 @@ protected override void InitParameters() } } - /// Analyzes multiple conversations in a single request. - /// The body of the request. - /// Required. The parent resource to create analyses in. - public virtual BulkAnalyzeRequest BulkAnalyze(Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body, string parent) - { - return new BulkAnalyzeRequest(this.service, body, parent); - } - - /// Analyzes multiple conversations in a single request. - public class BulkAnalyzeRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new BulkAnalyze request. - public BulkAnalyzeRequest(Google.Apis.Services.IClientService service, Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The parent resource to create analyses in. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "bulkAnalyze"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/conversations:bulkAnalyze"; - - /// Initializes BulkAnalyze parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$", - }); - } - } - /// Gets conversation statistics. /// Required. The location of the conversations. public virtual CalculateStatsRequest CalculateStats(string location) @@ -2885,9 +2573,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -4125,6 +3813,7 @@ public ConversationsResource(Google.Apis.Services.IClientService service) Analyses = new AnalysesResource(service); Assessments = new AssessmentsResource(service); FeedbackLabels = new FeedbackLabelsResource(service); + Segments = new SegmentsResource(service); } /// Gets the Analyses resource. @@ -5428,6 +5117,77 @@ protected override void InitParameters() } } + /// Gets the Segments resource. + public virtual SegmentsResource Segments { get; } + + /// The "segments" collection of methods. + public class SegmentsResource + { + private const string Resource = "segments"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SegmentsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Analyzes multiple conversations in a single request. + /// The body of the request. + /// Required. The parent resource to create analyses in. + public virtual BulkAnalyzeRequest BulkAnalyze(Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body, string parent) + { + return new BulkAnalyzeRequest(this.service, body, parent); + } + + /// Analyzes multiple conversations in a single request. + public class BulkAnalyzeRequest : ContactcenterinsightsBaseServiceRequest + { + /// Constructs a new BulkAnalyze request. + public BulkAnalyzeRequest(Google.Apis.Services.IClientService service, Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// Required. The parent resource to create analyses in. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "bulkAnalyze"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/segments:bulkAnalyze"; + + /// Initializes BulkAnalyze parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/conversations/[^/]+$", + }); + } + } + } + /// Analyzes multiple conversations in a single request. /// The body of the request. /// Required. The parent resource to create analyses in. @@ -6047,7 +5807,8 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Con /// The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset /// of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * /// `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * - /// `data_source.gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri` + /// `data_source.gcs_source.audio_uri` or * `data_source.dialogflow_source.audio_uri` * + /// `data_source.screen_recordings` /// [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object UpdateMask { get; set; } @@ -6215,301 +5976,43 @@ protected override void InitParameters() }); } } - } - - /// Gets the Datasets resource. - public virtual DatasetsResource Datasets { get; } - - /// The "datasets" collection of methods. - public class DatasetsResource - { - private const string Resource = "datasets"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public DatasetsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Conversations = new ConversationsResource(service); - Insightsdata = new InsightsdataResource(service); - } - - /// Gets the Conversations resource. - public virtual ConversationsResource Conversations { get; } - - /// The "conversations" collection of methods. - public class ConversationsResource - { - private const string Resource = "conversations"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ConversationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - Analyses = new AnalysesResource(service); - FeedbackLabels = new FeedbackLabelsResource(service); - } - - /// Gets the Analyses resource. - public virtual AnalysesResource Analyses { get; } - - /// The "analyses" collection of methods. - public class AnalysesResource - { - private const string Resource = "analyses"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public AnalysesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Creates an analysis. The long running operation is done when the analysis has completed. - /// - /// The body of the request. - /// Required. The parent resource of the analysis. - public virtual CreateRequest Create(Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1Analysis body, string parent) - { - return new CreateRequest(this.service, body, parent); - } - - /// - /// Creates an analysis. The long running operation is done when the analysis has completed. - /// - public class CreateRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1Analysis body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The parent resource of the analysis. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1Analysis Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "create"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/analyses"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$", - }); - } - } - - /// Deletes an analysis. - /// Required. The name of the analysis to delete. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// Deletes an analysis. - public class DeleteRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the analysis to delete. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+/analyses/[^/]+$", - }); - } - } - - /// Gets an analysis. - /// Required. The name of the analysis to get. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets an analysis. - public class GetRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. The name of the analysis to get. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+/analyses/[^/]+$", - }); - } - } - - /// Lists analyses. - /// Required. The parent resource of the analyses. - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - - /// Lists analyses. - public class ListRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + } - /// Required. The parent resource of the analyses. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the Datasets resource. + public virtual DatasetsResource Datasets { get; } - /// - /// A filter to reduce results to a specific subset. Useful for querying conversations with - /// specific properties. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The "datasets" collection of methods. + public class DatasetsResource + { + private const string Resource = "datasets"; - /// - /// The maximum number of analyses to return in the response. If this value is zero, the - /// service will select a default size. A call might return fewer objects than requested. A - /// non-empty `next_page_token` in the response indicates that more data is available. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// The value returned by the last `ListAnalysesResponse`; indicates that this is a - /// continuation of a prior `ListAnalyses` call and the system should return the next page - /// of data. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Constructs a new resource. + public DatasetsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Conversations = new ConversationsResource(service); + Insightsdata = new InsightsdataResource(service); + } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the Conversations resource. + public virtual ConversationsResource Conversations { get; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The "conversations" collection of methods. + public class ConversationsResource + { + private const string Resource = "conversations"; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/analyses"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+/conversations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Constructs a new resource. + public ConversationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + FeedbackLabels = new FeedbackLabelsResource(service); } /// Gets the FeedbackLabels resource. @@ -6856,59 +6359,6 @@ protected override void InitParameters() } } - /// Analyzes multiple conversations in a single request. - /// The body of the request. - /// Required. The parent resource to create analyses in. - public virtual BulkAnalyzeRequest BulkAnalyze(Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body, string parent) - { - return new BulkAnalyzeRequest(this.service, body, parent); - } - - /// Analyzes multiple conversations in a single request. - public class BulkAnalyzeRequest : ContactcenterinsightsBaseServiceRequest - { - /// Constructs a new BulkAnalyze request. - public BulkAnalyzeRequest(Google.Apis.Services.IClientService service, Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// Required. The parent resource to create analyses in. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Contactcenterinsights.v1.Data.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "bulkAnalyze"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/conversations:bulkAnalyze"; - - /// Initializes BulkAnalyze parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/datasets/[^/]+$", - }); - } - } - /// Deletes multiple conversations in a single request. /// The body of the request. /// @@ -9219,9 +8669,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -15147,6 +14597,22 @@ public class GoogleCloudContactcenterinsightsV1Dimension : Google.Apis.Requests. [Newtonsoft.Json.JsonPropertyAttribute("agentDimensionMetadata")] public virtual GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata AgentDimensionMetadata { get; set; } + /// Output only. Metadata about the client sentiment category dimension. + [Newtonsoft.Json.JsonPropertyAttribute("clientSentimentCategoryDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata ClientSentimentCategoryDimensionMetadata { get; set; } + + /// Output only. Metadata about the conversation profile dimension. + [Newtonsoft.Json.JsonPropertyAttribute("conversationProfileDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata ConversationProfileDimensionMetadata { get; set; } + + /// Output only. Metadata about the Conversational Agents playbook dimension. + [Newtonsoft.Json.JsonPropertyAttribute("conversationalAgentsPlaybookDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata ConversationalAgentsPlaybookDimensionMetadata { get; set; } + + /// Output only. Metadata about the Conversational Agents tool dimension. + [Newtonsoft.Json.JsonPropertyAttribute("conversationalAgentsToolDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata ConversationalAgentsToolDimensionMetadata { get; set; } + /// The key of the dimension. [Newtonsoft.Json.JsonPropertyAttribute("dimensionKey")] public virtual string DimensionKey { get; set; } @@ -15155,6 +14621,14 @@ public class GoogleCloudContactcenterinsightsV1Dimension : Google.Apis.Requests. [Newtonsoft.Json.JsonPropertyAttribute("issueDimensionMetadata")] public virtual GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata IssueDimensionMetadata { get; set; } + /// Output only. Metadata about conversation labels. + [Newtonsoft.Json.JsonPropertyAttribute("labelDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata LabelDimensionMetadata { get; set; } + + /// Output only. Metadata about the conversation medium dimension. + [Newtonsoft.Json.JsonPropertyAttribute("mediumDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata MediumDimensionMetadata { get; set; } + /// Output only. Metadata about the QA question-answer dimension. [Newtonsoft.Json.JsonPropertyAttribute("qaQuestionAnswerDimensionMetadata")] public virtual GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata QaQuestionAnswerDimensionMetadata { get; set; } @@ -15224,6 +14698,58 @@ public class GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata : public virtual string ETag { get; set; } } + /// Metadata about the client sentiment category dimension. + public class GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The client sentiment category. + [Newtonsoft.Json.JsonPropertyAttribute("sentimentCategory")] + public virtual string SentimentCategory { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the conversation profile dimension. + public class GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The conversation profile ID. + [Newtonsoft.Json.JsonPropertyAttribute("conversationProfileId")] + public virtual string ConversationProfileId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the Conversational Agents playbook dimension. + public class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The dialogflow playbook display name. + [Newtonsoft.Json.JsonPropertyAttribute("playbookDisplayName")] + public virtual string PlaybookDisplayName { get; set; } + + /// Optional. The dialogflow playbook ID. + [Newtonsoft.Json.JsonPropertyAttribute("playbookId")] + public virtual string PlaybookId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the Conversational Agents tool dimension. + public class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The dialogflow tool display name. + [Newtonsoft.Json.JsonPropertyAttribute("toolDisplayName")] + public virtual string ToolDisplayName { get; set; } + + /// Optional. The dialogflow tool ID. + [Newtonsoft.Json.JsonPropertyAttribute("toolId")] + public virtual string ToolId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Metadata about the issue dimension. public class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -15243,6 +14769,32 @@ public class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata : public virtual string ETag { get; set; } } + /// Metadata about conversation labels. + public class GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The label key. + [Newtonsoft.Json.JsonPropertyAttribute("labelKey")] + public virtual string LabelKey { get; set; } + + /// Optional. The label value. + [Newtonsoft.Json.JsonPropertyAttribute("labelValue")] + public virtual string LabelValue { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the conversation medium dimension. + public class GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT. + [Newtonsoft.Json.JsonPropertyAttribute("medium")] + public virtual string Medium { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for /// questions for a given scorecard. @@ -17552,13 +17104,6 @@ public class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue : Google.Apis [Newtonsoft.Json.JsonPropertyAttribute("potentialScore")] public virtual System.Nullable PotentialScore { get; set; } - /// - /// Output only. The rationale for the answer. This field is only populated for answers that are generated by - /// the LLM. Manual edits currently do not have rationales. - /// - [Newtonsoft.Json.JsonPropertyAttribute("rationale")] - public virtual GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale Rationale { get; set; } - /// Output only. Numerical score of the answer. [Newtonsoft.Json.JsonPropertyAttribute("score")] public virtual System.Nullable Score { get; set; } @@ -17579,17 +17124,6 @@ public class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue : Google.Apis public virtual string ETag { get; set; } } - /// Wrapper for the rationale for the answer. - public class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale : Google.Apis.Requests.IDirectResponseSchema - { - /// The rationale string for the answer. - [Newtonsoft.Json.JsonPropertyAttribute("rationale")] - public virtual string Rationale { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// A single question to be scored by the Insights QA feature. public class GoogleCloudContactcenterinsightsV1QaQuestion : Google.Apis.Requests.IDirectResponseSchema { @@ -19183,6 +18717,15 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("redactionConfig")] public virtual GoogleCloudContactcenterinsightsV1RedactionConfig RedactionConfig { get; set; } + /// + /// Optional. The path to a Cloud Storage bucket containing conversation screen recordings. If provided, + /// Insights will search in the bucket for a screen recording file matching the conversation data source object + /// name prefix. If matches are found, these file URIs will be stored in the conversation screen recordings + /// field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("screenRecordingBucketUri")] + public virtual string ScreenRecordingBucketUri { get; set; } + /// /// Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will /// create a default if not provided. This applies to conversations ingested from the `UploadConversation` and @@ -21938,6 +21481,22 @@ public class GoogleCloudContactcenterinsightsV1alpha1Dimension : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("agentDimensionMetadata")] public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata AgentDimensionMetadata { get; set; } + /// Output only. Metadata about the client sentiment category dimension. + [Newtonsoft.Json.JsonPropertyAttribute("clientSentimentCategoryDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata ClientSentimentCategoryDimensionMetadata { get; set; } + + /// Output only. Metadata about the conversation profile dimension. + [Newtonsoft.Json.JsonPropertyAttribute("conversationProfileDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata ConversationProfileDimensionMetadata { get; set; } + + /// Output only. Metadata about the Conversational Agents playbook dimension. + [Newtonsoft.Json.JsonPropertyAttribute("conversationalAgentsPlaybookDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata ConversationalAgentsPlaybookDimensionMetadata { get; set; } + + /// Output only. Metadata about the Conversational Agents tool dimension. + [Newtonsoft.Json.JsonPropertyAttribute("conversationalAgentsToolDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata ConversationalAgentsToolDimensionMetadata { get; set; } + /// The key of the dimension. [Newtonsoft.Json.JsonPropertyAttribute("dimensionKey")] public virtual string DimensionKey { get; set; } @@ -21946,6 +21505,14 @@ public class GoogleCloudContactcenterinsightsV1alpha1Dimension : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("issueDimensionMetadata")] public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata IssueDimensionMetadata { get; set; } + /// Output only. Metadata about conversation labels. + [Newtonsoft.Json.JsonPropertyAttribute("labelDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata LabelDimensionMetadata { get; set; } + + /// Output only. Metadata about the conversation medium dimension. + [Newtonsoft.Json.JsonPropertyAttribute("mediumDimensionMetadata")] + public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata MediumDimensionMetadata { get; set; } + /// Output only. Metadata about the QA question-answer dimension. [Newtonsoft.Json.JsonPropertyAttribute("qaQuestionAnswerDimensionMetadata")] public virtual GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata QaQuestionAnswerDimensionMetadata { get; set; } @@ -22015,6 +21582,58 @@ public class GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMeta public virtual string ETag { get; set; } } + /// Metadata about the client sentiment category dimension. + public class GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The client sentiment category. + [Newtonsoft.Json.JsonPropertyAttribute("sentimentCategory")] + public virtual string SentimentCategory { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the conversation profile dimension. + public class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The conversation profile ID. + [Newtonsoft.Json.JsonPropertyAttribute("conversationProfileId")] + public virtual string ConversationProfileId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the Conversational Agents playbook dimension. + public class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The dialogflow playbook display name. + [Newtonsoft.Json.JsonPropertyAttribute("playbookDisplayName")] + public virtual string PlaybookDisplayName { get; set; } + + /// Optional. The dialogflow playbook ID. + [Newtonsoft.Json.JsonPropertyAttribute("playbookId")] + public virtual string PlaybookId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the Conversational Agents tool dimension. + public class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The dialogflow tool display name. + [Newtonsoft.Json.JsonPropertyAttribute("toolDisplayName")] + public virtual string ToolDisplayName { get; set; } + + /// Optional. The dialogflow tool ID. + [Newtonsoft.Json.JsonPropertyAttribute("toolId")] + public virtual string ToolId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Metadata about the issue dimension. public class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -22034,6 +21653,32 @@ public class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMeta public virtual string ETag { get; set; } } + /// Metadata about conversation labels. + public class GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The label key. + [Newtonsoft.Json.JsonPropertyAttribute("labelKey")] + public virtual string LabelKey { get; set; } + + /// Optional. The label value. + [Newtonsoft.Json.JsonPropertyAttribute("labelValue")] + public virtual string LabelValue { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about the conversation medium dimension. + public class GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT. + [Newtonsoft.Json.JsonPropertyAttribute("medium")] + public virtual string Medium { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for /// questions for a given scorecard. @@ -23666,13 +23311,6 @@ public class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue : Googl [Newtonsoft.Json.JsonPropertyAttribute("potentialScore")] public virtual System.Nullable PotentialScore { get; set; } - /// - /// Output only. The rationale for the answer. This field is only populated for answers that are generated by - /// the LLM. Manual edits currently do not have rationales. - /// - [Newtonsoft.Json.JsonPropertyAttribute("rationale")] - public virtual GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale Rationale { get; set; } - /// Output only. Numerical score of the answer. [Newtonsoft.Json.JsonPropertyAttribute("score")] public virtual System.Nullable Score { get; set; } @@ -23693,17 +23331,6 @@ public class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue : Googl public virtual string ETag { get; set; } } - /// Wrapper for the rationale for the answer. - public class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale : Google.Apis.Requests.IDirectResponseSchema - { - /// The rationale string for the answer. - [Newtonsoft.Json.JsonPropertyAttribute("rationale")] - public virtual string Rationale { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., "Customer /// Satisfaction","Billing", etc. @@ -25194,8 +24821,8 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj b/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj index f034ee51db9..58ddfba7ed8 100644 --- a/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj +++ b/Src/Generated/Google.Apis.Contactcenterinsights.v1/Google.Apis.Contactcenterinsights.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Contactcenterinsights.v1 Client Library - 1.71.0.3921 + 1.72.0.3968 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.cs b/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.cs index fa031a47ddd..3b23d5945c9 100644 --- a/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.cs +++ b/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.cs @@ -633,16 +633,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -811,16 +811,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -917,17 +917,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the parent - /// field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -1480,11 +1479,10 @@ protected override void InitParameters() /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// /// The body of the request. /// @@ -1499,11 +1497,10 @@ public virtual CreateRequest Create(Google.Apis.Container.v1.Data.CreateClusterR /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// public class CreateRequest : ContainerBaseServiceRequest { @@ -1598,16 +1595,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -1759,16 +1756,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -1901,17 +1898,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by - /// the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or + /// "-" for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -2076,7 +2072,7 @@ protected override void InitParameters() /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) /// instead. /// /// The body of the request. @@ -2091,7 +2087,7 @@ public virtual SetLocationsRequest SetLocations(Google.Apis.Container.v1.Data.Se /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) /// instead. /// public class SetLocationsRequest : ContainerBaseServiceRequest @@ -2791,16 +2787,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -2882,17 +2878,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for, or `-` for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` + /// for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -2967,16 +2962,16 @@ public GetServerConfigRequest(Google.Apis.Services.IClientService service, strin /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -3080,13 +3075,13 @@ public NodePoolsResource(Google.Apis.Services.IClientService service) /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by @@ -3117,16 +3112,16 @@ public AutoscalingRequest(Google.Apis.Services.IClientService service, Google.Ap /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3203,13 +3198,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent @@ -3235,17 +3230,16 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the parent - /// field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3306,13 +3300,13 @@ protected override void InitParameters() /// Deletes a node pool from a cluster. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name @@ -3342,16 +3336,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3501,13 +3495,13 @@ protected override void InitParameters() /// Retrieves the requested node pool. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name @@ -3537,16 +3531,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string projectId, /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3631,13 +3625,13 @@ protected override void InitParameters() /// Lists the node pools for a cluster. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent @@ -3662,17 +3656,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectId /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the parent - /// field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3746,13 +3739,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by @@ -3786,16 +3779,16 @@ public RollbackRequest(Google.Apis.Services.IClientService service, Google.Apis. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3872,13 +3865,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to update. This field has been deprecated and replaced by @@ -3909,16 +3902,16 @@ public SetManagementRequest(Google.Apis.Services.IClientService service, Google. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3998,13 +3991,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to update. This field has been deprecated and replaced by @@ -4038,16 +4031,16 @@ public SetSizeRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4124,13 +4117,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by @@ -4161,16 +4154,16 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4248,13 +4241,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -4280,16 +4273,16 @@ public AddonsRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4351,13 +4344,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -4382,16 +4375,16 @@ public CompleteIpRotationRequest(Google.Apis.Services.IClientService service, Go /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4452,22 +4445,21 @@ protected override void InitParameters() /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// public virtual CreateRequest Create(Google.Apis.Container.v1.Data.CreateClusterRequest body, string projectId, string zone) { @@ -4477,11 +4469,10 @@ public virtual CreateRequest Create(Google.Apis.Container.v1.Data.CreateClusterR /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// public class CreateRequest : ContainerBaseServiceRequest { @@ -4496,16 +4487,16 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4556,13 +4547,13 @@ protected override void InitParameters() /// /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the @@ -4592,16 +4583,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4734,13 +4725,13 @@ protected override void InitParameters() /// Gets the details of a specific cluster. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the @@ -4765,16 +4756,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string projectId, /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4845,13 +4836,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the @@ -4877,16 +4868,16 @@ public LegacyAbacRequest(Google.Apis.Services.IClientService service, Google.Api /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4947,14 +4938,13 @@ protected override void InitParameters() /// Lists all clusters owned by a project in either the specified zone or all zones. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or "-" + /// for all zones. This field has been deprecated and replaced by the parent field. /// public virtual ListRequest List(string projectId, string zone) { @@ -4974,17 +4964,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectId /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by - /// the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or + /// "-" for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5038,19 +5027,19 @@ protected override void InitParameters() /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) /// instead. /// /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5063,7 +5052,7 @@ public virtual LocationsRequest Locations(Google.Apis.Container.v1.Data.SetLocat /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) /// instead. /// public class LocationsRequest : ContainerBaseServiceRequest @@ -5080,16 +5069,16 @@ public LocationsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5151,13 +5140,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5183,16 +5172,16 @@ public LoggingRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5254,13 +5243,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5286,16 +5275,16 @@ public MasterRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5357,13 +5346,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5389,16 +5378,16 @@ public MonitoringRequest(Google.Apis.Services.IClientService service, Google.Api /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5460,13 +5449,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -5491,16 +5480,16 @@ public ResourceLabelsRequest(Google.Apis.Services.IClientService service, Google /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5562,12 +5551,11 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). /// /// /// Required. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. /// /// Required. The name of the cluster to update. public virtual SetMaintenancePolicyRequest SetMaintenancePolicy(Google.Apis.Container.v1.Data.SetMaintenancePolicyRequest body, string projectId, string zone, string clusterId) @@ -5590,15 +5578,14 @@ public SetMaintenancePolicyRequest(Google.Apis.Services.IClientService service, /// /// Required. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Required. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5660,13 +5647,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5695,16 +5682,16 @@ public SetMasterAuthRequest(Google.Apis.Services.IClientService service, Google. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5766,13 +5753,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -5797,16 +5784,16 @@ public SetNetworkPolicyRequest(Google.Apis.Services.IClientService service, Goog /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5868,13 +5855,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -5899,16 +5886,16 @@ public StartIpRotationRequest(Google.Apis.Services.IClientService service, Googl /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5970,13 +5957,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -6002,16 +5989,16 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6091,13 +6078,13 @@ public OperationsResource(Google.Apis.Services.IClientService service) /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the operation resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced @@ -6123,16 +6110,16 @@ public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the operation resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6193,13 +6180,13 @@ protected override void InitParameters() /// Gets the specified operation. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced @@ -6224,16 +6211,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string projectId, /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6303,14 +6290,13 @@ protected override void InitParameters() /// Lists all operations in a project in a specific zone or all zones. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for, or `-` for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for + /// all zones. This field has been deprecated and replaced by the parent field. /// public virtual ListRequest List(string projectId, string zone) { @@ -6330,17 +6316,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectId /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for, or `-` for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` + /// for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6396,13 +6381,13 @@ protected override void InitParameters() /// Returns configuration info about the Google Kubernetes Engine service. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return - /// operations for. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has + /// been deprecated and replaced by the name field. /// public virtual GetServerconfigRequest GetServerconfig(string projectId, string zone) { @@ -6422,16 +6407,16 @@ public GetServerconfigRequest(Google.Apis.Services.IClientService service, strin /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6496,7 +6481,7 @@ public class AcceleratorConfig : Google.Apis.Requests.IDirectResponseSchema /// /// The accelerator type resource name. List of supported accelerators - /// [here](https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus) + /// [here](https://cloud.google.com/compute/docs/gpus) /// [Newtonsoft.Json.JsonPropertyAttribute("acceleratorType")] public virtual string AcceleratorType { get; set; } @@ -6669,8 +6654,7 @@ public class AddonsConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is /// recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and - /// applications. For more information, see: - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/dashboards + /// applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards /// [Newtonsoft.Json.JsonPropertyAttribute("kubernetesDashboard")] public virtual KubernetesDashboard KubernetesDashboard { get; set; } @@ -6930,7 +6914,7 @@ public class AutoprovisioningNodePoolDefaults : Google.Apis.Requests.IDirectResp /// This should be of the form /// projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more /// information about protecting resources with Cloud KMS Keys please see: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption + /// https://cloud.google.com/compute/docs/disks/customer-managed-encryption /// [Newtonsoft.Json.JsonPropertyAttribute("bootDiskKmsKey")] public virtual string BootDiskKmsKey { get; set; } @@ -6951,8 +6935,7 @@ public class AutoprovisioningNodePoolDefaults : Google.Apis.Requests.IDirectResp /// /// The image type to use for NAP created node. Please see - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for - /// available image types. + /// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types. /// [Newtonsoft.Json.JsonPropertyAttribute("imageType")] public virtual string ImageType { get; set; } @@ -6969,9 +6952,8 @@ public class AutoprovisioningNodePoolDefaults : Google.Apis.Requests.IDirectResp /// Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the /// specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as /// minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how to - /// specify min CPU - /// platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform). - /// This field is deprecated, min_cpu_platform should be specified using + /// specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This + /// field is deprecated, min_cpu_platform should be specified using /// `cloud.google.com/requested-min-cpu-platform` label selector on the pod. To unset the min cpu platform field /// pass "automatic" as field value. /// @@ -7164,16 +7146,16 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// operation resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -7203,6 +7185,40 @@ public class CertificateAuthorityDomainConfig : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// CertificateConfig configures certificate for the registry. + public class CertificateConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The URI configures a secret from [Secret Manager](https://cloud.google.com/secret-manager) in the format + /// "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION" for global secret or + /// "projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION" for regional secret. Version + /// can be fixed (e.g. "2") or "latest" + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcpSecretManagerSecretUri")] + public virtual string GcpSecretManagerSecretUri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// CertificateConfigPair configures pairs of certificates, which is used for client certificate and key pairs under + /// a registry. + /// + public class CertificateConfigPair : Google.Apis.Requests.IDirectResponseSchema + { + /// Cert configures the client certificate. + [Newtonsoft.Json.JsonPropertyAttribute("cert")] + public virtual CertificateConfig Cert { get; set; } + + /// Key configures the client private key. Optional. + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual CertificateConfig Key { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// CheckAutopilotCompatibilityResponse has a list of compatibility issues. public class CheckAutopilotCompatibilityResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -7343,7 +7359,7 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. Deprecated, use - /// [NodePools.version](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) + /// [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) /// instead. The current version of the node software components. If they are currently at multiple versions /// because they're in the process of being upgraded, this reflects the minimum version of all nodes. /// @@ -7444,11 +7460,11 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// The number of nodes to create in this cluster. You must ensure that your Compute Engine [resource - /// quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this - /// number of instances. You must also have available firewall and routes quota. For requests, this field should - /// only be used in lieu of a "node_pool" object, since this configuration (along with the "node_config") will - /// be used to create a "NodePool" object with an auto-generated name. Do not use this and a node_pool at the - /// same time. This field is deprecated, use node_pool.initial_node_count instead. + /// quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also + /// have available firewall and routes quota. For requests, this field should only be used in lieu of a + /// "node_pool" object, since this configuration (along with the "node_config") will be used to create a + /// "NodePool" object with an auto-generated name. Do not use this and a node_pool at the same time. This field + /// is deprecated, use node_pool.initial_node_count instead. /// [Newtonsoft.Json.JsonPropertyAttribute("initialNodeCount")] public virtual System.Nullable InitialNodeCount { get; set; } @@ -7471,21 +7487,19 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// or - /// [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// in which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or + /// [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster + /// resides. /// [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } /// - /// The list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster's nodes should be located. This field provides a default value if - /// [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) + /// The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which + /// the cluster's nodes should be located. This field provides a default value if + /// [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) /// are not specified during node pool creation. Warning: changing cluster locations will update the - /// [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) + /// [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) /// of all node pools and will result in nodes being added and/or removed. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] @@ -7553,8 +7567,8 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the Google Compute Engine - /// [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) - /// to which the cluster is connected. If left unspecified, the `default` network will be used. + /// [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is + /// connected. If left unspecified, the `default` network will be used. /// [Newtonsoft.Json.JsonPropertyAttribute("network")] public virtual string Network { get; set; } @@ -7698,9 +7712,8 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema public virtual string StatusMessage { get; set; } /// - /// The name of the Google Compute Engine - /// [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/subnetworks) to which the - /// cluster is connected. + /// The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to + /// which the cluster is connected. /// [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] public virtual string Subnetwork { get; set; } @@ -7727,8 +7740,8 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field is deprecated, use location instead. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field is + /// deprecated, use location instead. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -7741,9 +7754,8 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema public class ClusterAutoscaling : Google.Apis.Requests.IDirectResponseSchema { /// - /// The list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// NodePool's nodes can be created by NAP. + /// The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which + /// the NodePool's nodes can be created by NAP. /// [Newtonsoft.Json.JsonPropertyAttribute("autoprovisioningLocations")] public virtual System.Collections.Generic.IList AutoprovisioningLocations { get; set; } @@ -7940,11 +7952,10 @@ public class ClusterUpdate : Google.Apis.Requests.IDirectResponseSchema public virtual ILBSubsettingConfig DesiredL4ilbSubsettingConfig { get; set; } /// - /// The desired list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: - /// changing cluster locations will update the locations of all node pools and will result in nodes being added - /// and/or removed. + /// The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in + /// which the cluster's nodes should be located. This list must always include the cluster's primary zone. + /// Warning: changing cluster locations will update the locations of all node pools and will result in nodes + /// being added and/or removed. /// [Newtonsoft.Json.JsonPropertyAttribute("desiredLocations")] public virtual System.Collections.Generic.IList DesiredLocations { get; set; } @@ -8092,6 +8103,10 @@ public class ClusterUpdate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("desiredPrivateIpv6GoogleAccess")] public virtual string DesiredPrivateIpv6GoogleAccess { get; set; } + /// The desired privileged admission config for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("desiredPrivilegedAdmissionConfig")] + public virtual PrivilegedAdmissionConfig DesiredPrivilegedAdmissionConfig { get; set; } + /// /// RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created. /// @@ -8226,16 +8241,16 @@ public class CompleteIPRotationRequest : Google.Apis.Requests.IDirectResponseSch /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -8331,6 +8346,17 @@ public class ContainerdConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("privateRegistryAccessConfig")] public virtual PrivateRegistryAccessConfig PrivateRegistryAccessConfig { get; set; } + /// + /// RegistryHostConfig configures containerd registry host configuration. Each registry_hosts represents a + /// hosts.toml file. At most 25 registry_hosts are allowed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("registryHosts")] + public virtual System.Collections.Generic.IList RegistryHosts { get; set; } + + /// Optional. WritableCgroups defines writable cgroups configuration for the node pool. + [Newtonsoft.Json.JsonPropertyAttribute("writableCgroups")] + public virtual WritableCgroups WritableCgroups { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -8366,7 +8392,7 @@ public class CreateClusterRequest : Google.Apis.Requests.IDirectResponseSchema { /// /// Required. A [cluster - /// resource](https://{$universe.dns_names.final_documentation_domain}/container-engine/reference/rest/v1/projects.locations.clusters) + /// resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters) /// [Newtonsoft.Json.JsonPropertyAttribute("cluster")] public virtual Cluster Cluster { get; set; } @@ -8380,16 +8406,16 @@ public class CreateClusterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -8420,16 +8446,16 @@ public class CreateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -8654,13 +8680,11 @@ public class EphemeralStorageLocalSsdConfig : Google.Apis.Requests.IDirectRespon /// different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible /// numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for /// this value is dependent upon the maximum number of disk available on a machine per zone. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. - /// 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default - /// number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 - /// local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be - /// provisioned. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds - /// for more info. + /// https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which + /// dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that + /// goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be + /// provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See + /// https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info. /// [Newtonsoft.Json.JsonPropertyAttribute("localSsdCount")] public virtual System.Nullable LocalSsdCount { get; set; } @@ -8902,8 +8926,8 @@ public class Fleet : Google.Apis.Requests.IDirectResponseSchema } /// - /// GCPSecretManagerCertificateConfig configures a secret from [Google Secret - /// Manager](https://{$universe.dns_names.final_documentation_domain}/secret-manager). + /// GCPSecretManagerCertificateConfig configures a secret from [Secret + /// Manager](https://cloud.google.com/secret-manager). /// public class GCPSecretManagerCertificateConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -9110,6 +9134,56 @@ public class HorizontalPodAutoscaling : Google.Apis.Requests.IDirectResponseSche public virtual string ETag { get; set; } } + /// HostConfig configures the registry host under a given Server. + public class HostConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// CA configures the registry host certificate. + [Newtonsoft.Json.JsonPropertyAttribute("ca")] + public virtual System.Collections.Generic.IList Ca { get; set; } + + /// + /// Capabilities represent the capabilities of the registry host, specifying what operations a host is capable + /// of performing. If not set, containerd enables all capabilities by default. + /// + [Newtonsoft.Json.JsonPropertyAttribute("capabilities")] + public virtual System.Collections.Generic.IList Capabilities { get; set; } + + /// Client configures the registry host client certificate and key. + [Newtonsoft.Json.JsonPropertyAttribute("client")] + public virtual System.Collections.Generic.IList Client { get; set; } + + /// + /// Specifies the maximum duration allowed for a connection attempt to complete. A shorter timeout helps reduce + /// delays when falling back to the original registry if the mirror is unreachable. Maximum allowed value is + /// 180s. If not set, containerd sets default 30s. The value should be a decimal number of seconds with an `s` + /// suffix. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dialTimeout")] + public virtual object DialTimeout { get; set; } + + /// Header configures the registry host headers. + [Newtonsoft.Json.JsonPropertyAttribute("header")] + public virtual System.Collections.Generic.IList Header { get; set; } + + /// + /// Host configures the registry host/mirror. It supports fully qualified domain names (FQDN) and IP addresses: + /// Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000 + /// + [Newtonsoft.Json.JsonPropertyAttribute("host")] + public virtual string Host { get; set; } + + /// + /// OverridePath is used to indicate the host's API root endpoint is defined in the URL path rather than by the + /// API specification. This may be used with non-compliant OCI registries which are missing the /v2 prefix. If + /// not set, containerd sets default false. + /// + [Newtonsoft.Json.JsonPropertyAttribute("overridePath")] + public virtual System.Nullable OverridePath { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// RFC-2616: cache control support public class HttpCacheControlResponseHeader : Google.Apis.Requests.IDirectResponseSchema { @@ -9514,16 +9588,26 @@ public class LinuxNodeConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("hugepages")] public virtual HugepagesConfig Hugepages { get; set; } + /// + /// Optional. Configuration for kernel module loading on nodes. When enabled, the node pool will be provisioned + /// with a Container-Optimized OS image that enforces kernel module signature verification. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nodeKernelModuleLoading")] + public virtual NodeKernelModuleLoading NodeKernelModuleLoading { get; set; } + /// /// The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following /// parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog /// net.core.rmem_max net.core.rmem_default net.core.wmem_default net.core.wmem_max net.core.optmem_max - /// net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans - /// net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets + /// net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing + /// net.ipv4.tcp_max_orphans net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn + /// net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets /// net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait /// net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni - /// kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max fs.inotify.max_user_instances - /// fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_expire_centisecs vm.dirty_ratio + /// kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us kernel.softlockup_panic + /// kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict kernel.sysrq fs.aio-max-nr fs.file-max + /// fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio + /// vm.dirty_background_bytes vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes /// vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure /// vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes /// @@ -9619,16 +9703,14 @@ public class LocalNvmeSsdBlockConfig : Google.Apis.Requests.IDirectResponseSchem { /// /// Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk - /// available on a machine per zone. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. - /// A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 - /// machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as - /// ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means - /// to use the default number of local ssds that goes with that machine type. For example, for a - /// c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support + /// available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more + /// information. A zero (or unset) value has different meanings depending on machine type being used: 1. For + /// pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using + /// local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero + /// (or unset) means to use the default number of local ssds that goes with that machine type. For example, for + /// a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support /// local ssds), 0 will be provisioned. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds - /// for more info. + /// https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info. /// [Newtonsoft.Json.JsonPropertyAttribute("localSsdCount")] public virtual System.Nullable LocalSsdCount { get; set; } @@ -9677,7 +9759,9 @@ public class LustreCsiDriverConfig : Google.Apis.Requests.IDirectResponseSchema /// If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a /// workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following /// conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre - /// instance that has the 'gke-support-enabled' flag. + /// instance that has the 'gke-support-enabled' flag. Deprecated: This flag is no longer required as of GKE node + /// version 1.33.2-gke.4655000, unless you are connecting to a Lustre instance that has the + /// `gke-support-enabled` flag. /// [Newtonsoft.Json.JsonPropertyAttribute("enableLegacyLustrePort")] public virtual System.Nullable EnableLegacyLustrePort { get; set; } @@ -9693,6 +9777,10 @@ public class LustreCsiDriverConfig : Google.Apis.Requests.IDirectResponseSchema /// Represents the Maintenance exclusion option. public class MaintenanceExclusionOptions : Google.Apis.Requests.IDirectResponseSchema { + /// EndTimeBehavior specifies the behavior of the exclusion end time. + [Newtonsoft.Json.JsonPropertyAttribute("endTimeBehavior")] + public virtual string EndTimeBehavior { get; set; } + /// Scope specifies the upgrade scope which upgrades are blocked by the exclusion. [Newtonsoft.Json.JsonPropertyAttribute("scope")] public virtual string Scope { get; set; } @@ -9797,7 +9885,7 @@ public class MasterAuth : Google.Apis.Requests.IDirectResponseSchema /// open to the Internet, you should create a strong password. If a password is provided for cluster creation, /// username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control /// plane versions 1.19 and newer. For a list of recommended authentication methods, see: - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication + /// https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication /// [Newtonsoft.Json.JsonPropertyAttribute("password")] public virtual string Password { get; set; } @@ -9807,7 +9895,7 @@ public class MasterAuth : Google.Apis.Requests.IDirectResponseSchema /// basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). /// Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and /// newer. For a list of recommended authentication methods, see: - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication + /// https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication /// [Newtonsoft.Json.JsonPropertyAttribute("username")] public virtual string Username { get; set; } @@ -10012,8 +10100,8 @@ public class NetworkConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The relative name of the Google Compute Engine - /// [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) - /// to which the cluster is connected. Example: projects/my-project/global/networks/my-network + /// [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is + /// connected. Example: projects/my-project/global/networks/my-network /// [Newtonsoft.Json.JsonPropertyAttribute("network")] public virtual string Network { get; set; } @@ -10035,8 +10123,8 @@ public class NetworkConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The relative name of the Google Compute Engine - /// [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/vpc) to which the cluster - /// is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet + /// [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected. Example: + /// projects/my-project/regions/us-central1/subnetworks/my-subnet /// [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] public virtual string Subnetwork { get; set; } @@ -10114,7 +10202,7 @@ public class NetworkTierConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group - /// affinities](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + /// affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). /// public class NodeAffinity : Google.Apis.Requests.IDirectResponseSchema { @@ -10141,9 +10229,8 @@ public class NodeAffinity : Google.Apis.Requests.IDirectResponseSchema public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// A list of hardware accelerators to be attached to each node. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about - /// support for GPUs. + /// A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus + /// for more information about support for GPUs. /// [Newtonsoft.Json.JsonPropertyAttribute("accelerators")] public virtual System.Collections.Generic.IList Accelerators { get; set; } @@ -10161,7 +10248,7 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// This should be of the form /// projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more /// information about protecting resources with Cloud KMS Keys please see: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption + /// https://cloud.google.com/compute/docs/disks/customer-managed-encryption /// [Newtonsoft.Json.JsonPropertyAttribute("bootDiskKmsKey")] public virtual string BootDiskKmsKey { get; set; } @@ -10227,9 +10314,8 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// /// The image type to use for this node. Note that for a given image type, the latest version of it will be - /// used. Please see - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for - /// available image types. + /// used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image + /// types. /// [Newtonsoft.Json.JsonPropertyAttribute("imageType")] public virtual string ImageType { get; set; } @@ -10259,7 +10345,7 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// /// The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the /// maximum number of disks available on a machine per zone. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. + /// https://cloud.google.com/compute/docs/disks/local-ssd for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("localSsdCount")] public virtual System.Nullable LocalSsdCount { get; set; } @@ -10273,9 +10359,8 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema public virtual NodePoolLoggingConfig LoggingConfig { get; set; } /// - /// The name of a Google Compute Engine [machine - /// type](https://{$universe.dns_names.final_documentation_domain}/compute/docs/machine-types) If unspecified, - /// the default machine type is `e2-medium`. + /// The name of a Google Compute Engine [machine type](https://cloud.google.com/compute/docs/machine-types) If + /// unspecified, the default machine type is `e2-medium`. /// [Newtonsoft.Json.JsonPropertyAttribute("machineType")] public virtual string MachineType { get; set; } @@ -10306,15 +10391,14 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer /// CPU platform. Applicable values are the friendly names of CPU platforms, such as `minCpuPlatform: "Intel /// Haswell"` or `minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to specify min CPU - /// platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform) + /// platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) /// [Newtonsoft.Json.JsonPropertyAttribute("minCpuPlatform")] public virtual string MinCpuPlatform { get; set; } /// /// Setting this field will assign instances of this pool to run on the specified node group. This is useful for - /// running workloads on [sole tenant - /// nodes](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes). + /// running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes). /// [Newtonsoft.Json.JsonPropertyAttribute("nodeGroup")] public virtual string NodeGroup { get; set; } @@ -10324,25 +10408,23 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// account. The following scopes are recommended, but not required, and by default are not included: * /// `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * /// `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the - /// [Google Container Registry](https://{$universe.dns_names.final_documentation_domain}/container-registry/)). - /// If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case - /// their required scopes will be added. + /// [Artifact Registry](https://cloud.google.com/artifact-registry/)). If unspecified, no scopes are added, + /// unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added. /// [Newtonsoft.Json.JsonPropertyAttribute("oauthScopes")] public virtual System.Collections.Generic.IList OauthScopes { get; set; } /// /// Whether the nodes are created as preemptible VM instances. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/preemptible for more - /// information about preemptible VM instances. + /// https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM + /// instances. /// [Newtonsoft.Json.JsonPropertyAttribute("preemptible")] public virtual System.Nullable Preemptible { get; set; } /// /// The optional reservation affinity. Setting this field will apply the specified [Zonal Compute - /// Reservation](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) - /// to this node pool. + /// Reservation](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) to this node pool. /// [Newtonsoft.Json.JsonPropertyAttribute("reservationAffinity")] public virtual ReservationAffinity ReservationAffinity { get; set; } @@ -10445,6 +10527,17 @@ public class NodeConfigDefaults : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for kernel module loading on nodes. + public class NodeKernelModuleLoading : Google.Apis.Requests.IDirectResponseSchema + { + /// Set the node module loading policy for nodes in the node pool. + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual string Policy { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Node kubelet configs. public class NodeKubeletConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -10490,7 +10583,7 @@ public class NodeKubeletConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, /// each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), - /// "ms", "s", "m", "h". The value must be a positive duration. + /// "ms", "s", "m", "h". The value must be a positive duration between 1ms and 1 second, inclusive. /// [Newtonsoft.Json.JsonPropertyAttribute("cpuCfsQuotaPeriod")] public virtual string CpuCfsQuotaPeriod { get; set; } @@ -10795,15 +10888,15 @@ public class NodePool : Google.Apis.Requests.IDirectResponseSchema /// /// The initial node count for the pool. You must ensure that your Compute Engine [resource - /// quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this - /// number of instances. You must also have available firewall and routes quota. + /// quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also + /// have available firewall and routes quota. /// [Newtonsoft.Json.JsonPropertyAttribute("initialNodeCount")] public virtual System.Nullable InitialNodeCount { get; set; } /// /// Output only. The resource URLs of the [managed instance - /// groups](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instance-groups/creating-groups-of-managed-instances) + /// groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) /// associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both /// blue and green resources. /// @@ -10811,10 +10904,9 @@ public class NodePool : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList InstanceGroupUrls { get; set; } /// - /// The list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// NodePool's nodes should be located. If this value is unspecified during node pool creation, the - /// [Cluster.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) + /// The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which + /// the NodePool's nodes should be located. If this value is unspecified during node pool creation, the + /// [Cluster.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) /// value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or /// removed. /// @@ -10878,7 +10970,7 @@ public class NodePool : Google.Apis.Requests.IDirectResponseSchema /// /// The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described - /// [here](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/versioning#specifying_node_version). + /// [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version). /// [Newtonsoft.Json.JsonPropertyAttribute("version")] public virtual string Version { get; set; } @@ -11103,10 +11195,9 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// or - /// [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// in which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or + /// [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster + /// resides. /// [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } @@ -11164,8 +11255,8 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// operation is taking place. This field is deprecated, use location instead. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This + /// field is deprecated, use location instead. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -11299,7 +11390,7 @@ public class PlacementPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. TPU placement topology for pod slice node pool. - /// https://{$universe.dns_names.final_documentation_domain}/tpu/docs/types-topologies#tpu_topologies + /// https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies /// [Newtonsoft.Json.JsonPropertyAttribute("tpuTopology")] public virtual string TpuTopology { get; set; } @@ -11597,6 +11688,47 @@ public class RecurringTimeWindow : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// RegistryHeader configures headers for the registry. + public class RegistryHeader : Google.Apis.Requests.IDirectResponseSchema + { + /// Key configures the header key. + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// Value configures the header value. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual System.Collections.Generic.IList Value { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// RegistryHostConfig configures the top-level structure for a single containerd registry server's configuration, + /// which represents one hosts.toml file on the node. It will override the same fqdns in + /// PrivateRegistryAccessConfig. + /// + public class RegistryHostConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// HostConfig configures a list of host-specific configurations for the server. Each server can have at most 10 + /// host configurations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("hosts")] + public virtual System.Collections.Generic.IList Hosts { get; set; } + + /// + /// Defines the host name of the registry server, which will be used to create configuration file as + /// /etc/containerd/hosts.d//hosts.toml. It supports fully qualified domain names (FQDN) and IP addresses: + /// Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000 + /// + [Newtonsoft.Json.JsonPropertyAttribute("server")] + public virtual string Server { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in /// order of risk. When a cluster is subscribed to a release channel, Google maintains both the master version and @@ -11636,8 +11768,8 @@ public class ReleaseChannelConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// [ReservationAffinity](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) - /// is the configuration of desired reservation which instances could take capacity from. + /// [ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) is the + /// configuration of desired reservation which instances could take capacity from. /// public class ReservationAffinity : Google.Apis.Requests.IDirectResponseSchema { @@ -11662,7 +11794,7 @@ public class ReservationAffinity : Google.Apis.Requests.IDirectResponseSchema /// /// Collection of [Resource Manager - /// labels](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-labels). + /// labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels). /// public class ResourceLabels : Google.Apis.Requests.IDirectResponseSchema { @@ -11698,8 +11830,8 @@ public class ResourceLimit : Google.Apis.Requests.IDirectResponseSchema /// /// A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls /// using Network Firewall Policies. Tags must be according to specifications in - /// https://{$universe.dns_names.final_documentation_domain}/vpc/docs/tags-firewalls-overview#specifications. A - /// maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. + /// https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can + /// be specified. Existing tags will be replaced with new values. /// public class ResourceManagerTags : Google.Apis.Requests.IDirectResponseSchema { @@ -11766,8 +11898,8 @@ public class RollbackNodePoolUpgradeRequest : Google.Apis.Requests.IDirectRespon /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -11778,8 +11910,8 @@ public class RollbackNodePoolUpgradeRequest : Google.Apis.Requests.IDirectRespon /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12008,16 +12140,16 @@ public class SetAddonsConfigRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12056,8 +12188,8 @@ public class SetLabelsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -12068,8 +12200,8 @@ public class SetLabelsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12101,16 +12233,16 @@ public class SetLegacyAbacRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12131,10 +12263,10 @@ public class SetLocationsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Required. The desired list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either - /// created or removed from the cluster, depending on whether locations are being added or removed. This list - /// must always include the cluster's primary zone. + /// [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be + /// located. Changing the locations a cluster is in will result in nodes being either created or removed from + /// the cluster, depending on whether locations are being added or removed. This list must always include the + /// cluster's primary zone. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] public virtual System.Collections.Generic.IList Locations { get; set; } @@ -12148,16 +12280,16 @@ public class SetLocationsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12195,16 +12327,16 @@ public class SetLoggingServiceRequest : Google.Apis.Requests.IDirectResponseSche /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12236,15 +12368,14 @@ public class SetMaintenancePolicyRequest : Google.Apis.Requests.IDirectResponseS /// /// Required. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Required. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12276,8 +12407,8 @@ public class SetMasterAuthRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -12288,8 +12419,8 @@ public class SetMasterAuthRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12328,16 +12459,16 @@ public class SetMonitoringServiceRequest : Google.Apis.Requests.IDirectResponseS /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12368,16 +12499,16 @@ public class SetNetworkPolicyRequest : Google.Apis.Requests.IDirectResponseSchem /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12416,16 +12547,16 @@ public class SetNodePoolAutoscalingRequest : Google.Apis.Requests.IDirectRespons /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12464,16 +12595,16 @@ public class SetNodePoolManagementRequest : Google.Apis.Requests.IDirectResponse /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12512,16 +12643,16 @@ public class SetNodePoolSizeRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12627,8 +12758,8 @@ public class StartIPRotationRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -12639,8 +12770,8 @@ public class StartIPRotationRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12848,8 +12979,8 @@ public class UpdateClusterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -12860,8 +12991,8 @@ public class UpdateClusterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12913,16 +13044,16 @@ public class UpdateMasterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12935,9 +13066,8 @@ public class UpdateMasterRequest : Google.Apis.Requests.IDirectResponseSchema public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// A list of hardware accelerators to be attached to each node. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about - /// support for GPUs. + /// A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus + /// for more information about support for GPUs. /// [Newtonsoft.Json.JsonPropertyAttribute("accelerators")] public virtual System.Collections.Generic.IList Accelerators { get; set; } @@ -13008,8 +13138,7 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Required. The desired image type for the node pool. Please see - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for - /// available image types. + /// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types. /// [Newtonsoft.Json.JsonPropertyAttribute("imageType")] public virtual string ImageType { get; set; } @@ -13030,10 +13159,14 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema public virtual LinuxNodeConfig LinuxNodeConfig { get; set; } /// - /// The desired list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// node pool's nodes should be located. Changing the locations for a node pool will result in nodes being - /// either created or removed from the node pool, depending on whether locations are being added or removed. + /// The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in + /// which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes + /// being either created or removed from the node pool, depending on whether locations are being added or + /// removed. Warning: It is recommended to update node pool locations in a standalone API call. Do not combine a + /// location update with changes to other fields (such as `tags`, `labels`, `taints`, etc.) in the same request. + /// Otherwise, the API performs a structural modification where changes to other fields will only apply to newly + /// created nodes and will not be applied to existing nodes in the node pool. To ensure all nodes are updated + /// consistently, use a separate API call for location changes. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] public virtual System.Collections.Generic.IList Locations { get; set; } @@ -13044,9 +13177,8 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. The desired [Google Compute Engine machine - /// type](https://{$universe.dns_names.final_documentation_domain}/compute/docs/machine-types) for nodes in the - /// node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified machine - /// type. + /// type](https://cloud.google.com/compute/docs/machine-types) for nodes in the node pool. Initiates an upgrade + /// operation that migrates the nodes in the node pool to the specified machine type. /// [Newtonsoft.Json.JsonPropertyAttribute("machineType")] public virtual string MachineType { get; set; } @@ -13087,8 +13219,8 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -13145,8 +13277,8 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -13665,6 +13797,13 @@ public class UserManagedKeysConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneDiskEncryptionKey")] public virtual string ControlPlaneDiskEncryptionKey { get; set; } + /// + /// Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential Hyperdisks on the + /// control plane nodes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneDiskEncryptionKeyVersions")] + public virtual System.Collections.Generic.IList ControlPlaneDiskEncryptionKeyVersions { get; set; } + /// /// Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this cluster. /// @@ -13778,4 +13917,15 @@ public class WorkloadPolicyConfig : Google.Apis.Requests.IDirectResponseSchema /// The ETag of the item. public virtual string ETag { get; set; } } + + /// Defines writable cgroups configuration. + public class WritableCgroups : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Whether writable cgroups is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } } diff --git a/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj b/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj index 05469769a8f..9499aad5a5e 100644 --- a/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj +++ b/Src/Generated/Google.Apis.Container.v1/Google.Apis.Container.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Container.v1 Client Library - 1.71.0.3918 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.cs b/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.cs index db566ec4d9e..9fac6a31a16 100644 --- a/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.cs +++ b/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.cs @@ -633,16 +633,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -811,16 +811,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -917,17 +917,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the parent - /// field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -1418,6 +1417,71 @@ protected override void InitParameters() } } + /// + /// CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade + /// for a specific cluster. + /// + /// The body of the request. + /// + /// The name (project, location, cluster) of the cluster to complete upgrade. Specified in the format + /// `projects/*/locations/*/clusters/*`. + /// + public virtual CompleteControlPlaneUpgradeRequest CompleteControlPlaneUpgrade(Google.Apis.Container.v1beta1.Data.CompleteControlPlaneUpgradeRequest body, string name) + { + return new CompleteControlPlaneUpgradeRequest(this.service, body, name); + } + + /// + /// CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade + /// for a specific cluster. + /// + public class CompleteControlPlaneUpgradeRequest : ContainerBaseServiceRequest + { + /// Constructs a new CompleteControlPlaneUpgrade request. + public CompleteControlPlaneUpgradeRequest(Google.Apis.Services.IClientService service, Google.Apis.Container.v1beta1.Data.CompleteControlPlaneUpgradeRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// The name (project, location, cluster) of the cluster to complete upgrade. Specified in the + /// format `projects/*/locations/*/clusters/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Container.v1beta1.Data.CompleteControlPlaneUpgradeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "completeControlPlaneUpgrade"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}:completeControlPlaneUpgrade"; + + /// Initializes CompleteControlPlaneUpgrade parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/clusters/[^/]+$", + }); + } + } + /// Completes master IP rotation. /// The body of the request. /// @@ -1480,11 +1544,10 @@ protected override void InitParameters() /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// /// The body of the request. /// @@ -1499,11 +1562,10 @@ public virtual CreateRequest Create(Google.Apis.Container.v1beta1.Data.CreateClu /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// public class CreateRequest : ContainerBaseServiceRequest { @@ -1598,16 +1660,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -1759,16 +1821,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -1901,17 +1963,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by - /// the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or + /// "-" for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -2076,7 +2137,7 @@ protected override void InitParameters() /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) /// instead. /// /// The body of the request. @@ -2091,7 +2152,7 @@ public virtual SetLocationsRequest SetLocations(Google.Apis.Container.v1beta1.Da /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) /// instead. /// public class SetLocationsRequest : ContainerBaseServiceRequest @@ -2791,16 +2852,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -2882,17 +2943,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for, or `-` for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` + /// for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -2967,16 +3027,16 @@ public GetServerConfigRequest(Google.Apis.Services.IClientService service, strin /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Query)] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Query)] public virtual string Zone { get; set; } @@ -3129,13 +3189,13 @@ public NodePoolsResource(Google.Apis.Services.IClientService service) /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by @@ -3166,16 +3226,16 @@ public AutoscalingRequest(Google.Apis.Services.IClientService service, Google.Ap /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3252,13 +3312,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent @@ -3284,17 +3344,16 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the parent - /// field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3355,13 +3414,13 @@ protected override void InitParameters() /// Deletes a node pool from a cluster. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name @@ -3391,16 +3450,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3550,13 +3609,13 @@ protected override void InitParameters() /// Retrieves the requested node pool. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name @@ -3586,16 +3645,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string projectId, /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3680,13 +3739,13 @@ protected override void InitParameters() /// Lists the node pools for a cluster. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent @@ -3711,17 +3770,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectId /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the parent - /// field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3795,13 +3853,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by @@ -3835,16 +3893,16 @@ public RollbackRequest(Google.Apis.Services.IClientService service, Google.Apis. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -3921,13 +3979,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to update. This field has been deprecated and replaced by @@ -3958,16 +4016,16 @@ public SetManagementRequest(Google.Apis.Services.IClientService service, Google. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4047,13 +4105,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to update. This field has been deprecated and replaced by @@ -4087,16 +4145,16 @@ public SetSizeRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4173,13 +4231,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by @@ -4210,16 +4268,16 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) - /// in which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4297,13 +4355,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -4329,16 +4387,16 @@ public AddonsRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4396,17 +4454,82 @@ protected override void InitParameters() } } + /// + /// CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade + /// for a specific cluster. + /// + /// The body of the request. + /// + /// The name (project, location, cluster) of the cluster to complete upgrade. Specified in the format + /// `projects/*/locations/*/clusters/*`. + /// + public virtual CompleteControlPlaneUpgradeRequest CompleteControlPlaneUpgrade(Google.Apis.Container.v1beta1.Data.CompleteControlPlaneUpgradeRequest body, string name) + { + return new CompleteControlPlaneUpgradeRequest(this.service, body, name); + } + + /// + /// CompleteControlPlaneUpgrade completes the rollback-safe upgrade by performing the step two upgrade + /// for a specific cluster. + /// + public class CompleteControlPlaneUpgradeRequest : ContainerBaseServiceRequest + { + /// Constructs a new CompleteControlPlaneUpgrade request. + public CompleteControlPlaneUpgradeRequest(Google.Apis.Services.IClientService service, Google.Apis.Container.v1beta1.Data.CompleteControlPlaneUpgradeRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// The name (project, location, cluster) of the cluster to complete upgrade. Specified in the + /// format `projects/*/locations/*/clusters/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Container.v1beta1.Data.CompleteControlPlaneUpgradeRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "completeControlPlaneUpgrade"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+name}:completeControlPlaneUpgrade"; + + /// Initializes CompleteControlPlaneUpgrade parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/zones/[^/]+/clusters/[^/]+$", + }); + } + } + /// Completes master IP rotation. /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -4431,16 +4554,16 @@ public CompleteIpRotationRequest(Google.Apis.Services.IClientService service, Go /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4501,22 +4624,21 @@ protected override void InitParameters() /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// public virtual CreateRequest Create(Google.Apis.Container.v1beta1.Data.CreateClusterRequest body, string projectId, string zone) { @@ -4526,11 +4648,10 @@ public virtual CreateRequest Create(Google.Apis.Container.v1beta1.Data.CreateClu /// /// Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. /// By default, the cluster is created in the project's [default - /// network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks). - /// One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each - /// node to allow the containers on that node to communicate with all other instances in the cluster. - /// Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster - /// is using. + /// network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is + /// added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the + /// containers on that node to communicate with all other instances in the cluster. Finally, an entry is + /// added to the project's global metadata indicating which CIDR range the cluster is using. /// public class CreateRequest : ContainerBaseServiceRequest { @@ -4545,16 +4666,16 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4605,13 +4726,13 @@ protected override void InitParameters() /// /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the @@ -4641,16 +4762,16 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string project /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4783,13 +4904,13 @@ protected override void InitParameters() /// Gets the details for a specific cluster. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the @@ -4814,16 +4935,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string projectId, /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4894,13 +5015,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the @@ -4926,16 +5047,16 @@ public LegacyAbacRequest(Google.Apis.Services.IClientService service, Google.Api /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -4996,14 +5117,13 @@ protected override void InitParameters() /// Lists all clusters owned by a project in either the specified zone or all zones. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or "-" + /// for all zones. This field has been deprecated and replaced by the parent field. /// public virtual ListRequest List(string projectId, string zone) { @@ -5023,17 +5143,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectId /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by - /// the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or + /// "-" for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5087,19 +5206,19 @@ protected override void InitParameters() /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) /// instead. /// /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5112,7 +5231,7 @@ public virtual LocationsRequest Locations(Google.Apis.Container.v1beta1.Data.Set /// /// Sets the locations for a specific cluster. Deprecated. Use - /// [projects.locations.clusters.update](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) + /// [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters/update) /// instead. /// public class LocationsRequest : ContainerBaseServiceRequest @@ -5129,16 +5248,16 @@ public LocationsRequest(Google.Apis.Services.IClientService service, Google.Apis /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5200,13 +5319,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5232,16 +5351,16 @@ public LoggingRequest(Google.Apis.Services.IClientService service, Google.Apis.C /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5303,13 +5422,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5335,16 +5454,16 @@ public MasterRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5406,13 +5525,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5438,16 +5557,16 @@ public MonitoringRequest(Google.Apis.Services.IClientService service, Google.Api /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5509,13 +5628,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -5540,16 +5659,16 @@ public ResourceLabelsRequest(Google.Apis.Services.IClientService service, Google /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5611,12 +5730,11 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). /// /// /// Required. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. /// /// Required. The name of the cluster to update. public virtual SetMaintenancePolicyRequest SetMaintenancePolicy(Google.Apis.Container.v1beta1.Data.SetMaintenancePolicyRequest body, string projectId, string zone, string clusterId) @@ -5639,15 +5757,14 @@ public SetMaintenancePolicyRequest(Google.Apis.Services.IClientService service, /// /// Required. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Required. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5709,13 +5826,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -5744,16 +5861,16 @@ public SetMasterAuthRequest(Google.Apis.Services.IClientService service, Google. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5815,13 +5932,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -5846,16 +5963,16 @@ public SetNetworkPolicyRequest(Google.Apis.Services.IClientService service, Goog /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -5917,13 +6034,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. @@ -5948,16 +6065,16 @@ public StartIpRotationRequest(Google.Apis.Services.IClientService service, Googl /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6019,13 +6136,13 @@ protected override void InitParameters() /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the @@ -6051,16 +6168,16 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6140,13 +6257,13 @@ public OperationsResource(Google.Apis.Services.IClientService service) /// The body of the request. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the operation resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced @@ -6172,16 +6289,16 @@ public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Co /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the operation resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. + /// This field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6242,13 +6359,13 @@ protected override void InitParameters() /// Gets the specified operation. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// /// /// Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced @@ -6273,16 +6390,16 @@ public GetRequest(Google.Apis.Services.IClientService service, string projectId, /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in - /// which the cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This + /// field has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6352,14 +6469,13 @@ protected override void InitParameters() /// Lists all operations in a project in the specified zone or all zones. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the parent field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for, or `-` for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for + /// all zones. This field has been deprecated and replaced by the parent field. /// public virtual ListRequest List(string projectId, string zone) { @@ -6379,17 +6495,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string projectId /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field + /// has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for, or `-` for all zones. This field has been deprecated and replaced by the - /// parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` + /// for all zones. This field has been deprecated and replaced by the parent field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6445,13 +6560,13 @@ protected override void InitParameters() /// Returns configuration info about the Google Kubernetes Engine service. /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to return - /// operations for. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has + /// been deprecated and replaced by the name field. /// public virtual GetServerconfigRequest GetServerconfig(string projectId, string zone) { @@ -6471,16 +6586,16 @@ public GetServerconfigRequest(Google.Apis.Services.IClientService service, strin /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has + /// been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("projectId", Google.Apis.Util.RequestParameterType.Path)] public virtual string ProjectId { get; private set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) to - /// return operations for. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field + /// has been deprecated and replaced by the name field. /// [Google.Apis.Util.RequestParameterAttribute("zone", Google.Apis.Util.RequestParameterType.Path)] public virtual string Zone { get; private set; } @@ -6545,7 +6660,7 @@ public class AcceleratorConfig : Google.Apis.Requests.IDirectResponseSchema /// /// The accelerator type resource name. List of supported accelerators - /// [here](https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus) + /// [here](https://cloud.google.com/compute/docs/gpus) /// [Newtonsoft.Json.JsonPropertyAttribute("acceleratorType")] public virtual string AcceleratorType { get; set; } @@ -6731,8 +6846,7 @@ public class AddonsConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is /// recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and - /// applications. For more information, see: - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/dashboards + /// applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards /// [Newtonsoft.Json.JsonPropertyAttribute("kubernetesDashboard")] public virtual KubernetesDashboard KubernetesDashboard { get; set; } @@ -6752,6 +6866,10 @@ public class AddonsConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("parallelstoreCsiDriverConfig")] public virtual ParallelstoreCsiDriverConfig ParallelstoreCsiDriverConfig { get; set; } + /// Configuration for the Pod Snapshot feature. + [Newtonsoft.Json.JsonPropertyAttribute("podSnapshotConfig")] + public virtual PodSnapshotConfig PodSnapshotConfig { get; set; } + /// Optional. Configuration for Ray Operator addon. [Newtonsoft.Json.JsonPropertyAttribute("rayOperatorConfig")] public virtual RayOperatorConfig RayOperatorConfig { get; set; } @@ -7007,7 +7125,7 @@ public class AutoprovisioningNodePoolDefaults : Google.Apis.Requests.IDirectResp /// This should be of the form /// projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more /// information about protecting resources with Cloud KMS Keys please see: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption + /// https://cloud.google.com/compute/docs/disks/customer-managed-encryption /// [Newtonsoft.Json.JsonPropertyAttribute("bootDiskKmsKey")] public virtual string BootDiskKmsKey { get; set; } @@ -7028,8 +7146,7 @@ public class AutoprovisioningNodePoolDefaults : Google.Apis.Requests.IDirectResp /// /// The image type to use for NAP created node. Please see - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for - /// available image types. + /// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types. /// [Newtonsoft.Json.JsonPropertyAttribute("imageType")] public virtual string ImageType { get; set; } @@ -7046,9 +7163,8 @@ public class AutoprovisioningNodePoolDefaults : Google.Apis.Requests.IDirectResp /// Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the /// specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as /// minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how to - /// specify min CPU - /// platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform). - /// This field is deprecated, min_cpu_platform should be specified using + /// specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This + /// field is deprecated, min_cpu_platform should be specified using /// `cloud.google.com/requested-min-cpu-platform` label selector on the pod. To unset the min cpu platform field /// pass "automatic" as field value. /// @@ -7060,9 +7176,8 @@ public class AutoprovisioningNodePoolDefaults : Google.Apis.Requests.IDirectResp /// account. The following scopes are recommended, but not required, and by default are not included: * /// `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * /// `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the - /// [Google Container Registry](https://{$universe.dns_names.final_documentation_domain}/container-registry/)). - /// If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case - /// their required scopes will be added. + /// [Artifact Registry](https://cloud.google.com/artifact-registry/)). If unspecified, no scopes are added, + /// unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added. /// [Newtonsoft.Json.JsonPropertyAttribute("oauthScopes")] public virtual System.Collections.Generic.IList OauthScopes { get; set; } @@ -7252,6 +7367,21 @@ public class BootDisk : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Swap on the node's boot disk. + public class BootDiskProfile : Google.Apis.Requests.IDirectResponseSchema + { + /// Specifies the size of the swap space in gibibytes (GiB). + [Newtonsoft.Json.JsonPropertyAttribute("swapSizeGib")] + public virtual System.Nullable SwapSizeGib { get; set; } + + /// Specifies the size of the swap space as a percentage of the boot disk size. + [Newtonsoft.Json.JsonPropertyAttribute("swapSizePercent")] + public virtual System.Nullable SwapSizePercent { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// CancelOperationRequest cancels a single operation. public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -7271,16 +7401,16 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// operation resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -7310,6 +7440,40 @@ public class CertificateAuthorityDomainConfig : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// CertificateConfig configures certificate for the registry. + public class CertificateConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The URI configures a secret from [Secret Manager](https://cloud.google.com/secret-manager) in the format + /// "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION" for global secret or + /// "projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION" for regional secret. Version + /// can be fixed (e.g. "2") or "latest" + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcpSecretManagerSecretUri")] + public virtual string GcpSecretManagerSecretUri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// CertificateConfigPair configures pairs of certificates, which is used for client certificate and key pairs under + /// a registry. + /// + public class CertificateConfigPair : Google.Apis.Requests.IDirectResponseSchema + { + /// Cert configures the client certificate. + [Newtonsoft.Json.JsonPropertyAttribute("cert")] + public virtual CertificateConfig Cert { get; set; } + + /// Key configures the client private key. Optional. + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual CertificateConfig Key { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// CheckAutopilotCompatibilityResponse has a list of compatibility issues. public class CheckAutopilotCompatibilityResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -7441,6 +7605,13 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTime { get; set; } + /// + /// Output only. The current emulated version of the master endpoint. The version is in minor version format, + /// e.g. 1.30. No value or empty string means the cluster has no emulated version. + /// + [Newtonsoft.Json.JsonPropertyAttribute("currentEmulatedVersion")] + public virtual string CurrentEmulatedVersion { get; set; } + /// Output only. The current software version of the master endpoint. [Newtonsoft.Json.JsonPropertyAttribute("currentMasterVersion")] public virtual string CurrentMasterVersion { get; set; } @@ -7454,7 +7625,7 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. Deprecated, use - /// [NodePool.version](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools) + /// [NodePool.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools) /// instead. The current version of the node software components. If they are currently at multiple versions /// because they're in the process of being upgraded, this reflects the minimum version of all nodes. /// @@ -7556,11 +7727,11 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// The number of nodes to create in this cluster. You must ensure that your Compute Engine [resource - /// quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this - /// number of instances. You must also have available firewall and routes quota. For requests, this field should - /// only be used in lieu of a "node_pool" object, since this configuration (along with the "node_config") will - /// be used to create a "NodePool" object with an auto-generated name. Do not use this and a node_pool at the - /// same time. This field is deprecated, use node_pool.initial_node_count instead. + /// quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also + /// have available firewall and routes quota. For requests, this field should only be used in lieu of a + /// "node_pool" object, since this configuration (along with the "node_config") will be used to create a + /// "NodePool" object with an auto-generated name. Do not use this and a node_pool at the same time. This field + /// is deprecated, use node_pool.initial_node_count instead. /// [Newtonsoft.Json.JsonPropertyAttribute("initialNodeCount")] public virtual System.Nullable InitialNodeCount { get; set; } @@ -7583,21 +7754,19 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// or - /// [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// in which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or + /// [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster + /// resides. /// [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } /// - /// The list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster's nodes should be located. This field provides a default value if - /// [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) + /// The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which + /// the cluster's nodes should be located. This field provides a default value if + /// [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) /// are not specified during node pool creation. Warning: changing cluster locations will update the - /// [NodePool.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) + /// [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) /// of all node pools and will result in nodes being added and/or removed. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] @@ -7677,9 +7846,9 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// The name of the Google Compute Engine - /// [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) - /// to which the cluster is connected. If left unspecified, the `default` network will be used. On output this - /// shows the network ID instead of the name. + /// [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is + /// connected. If left unspecified, the `default` network will be used. On output this shows the network ID + /// instead of the name. /// [Newtonsoft.Json.JsonPropertyAttribute("network")] public virtual string Network { get; set; } @@ -7796,6 +7965,13 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("resourceUsageExportConfig")] public virtual ResourceUsageExportConfig ResourceUsageExportConfig { get; set; } + /// + /// The rollback safe upgrade information of the cluster. This field is used when user manually triggers a + /// rollback safe upgrade. + /// + [Newtonsoft.Json.JsonPropertyAttribute("rollbackSafeUpgrade")] + public virtual RollbackSafeUpgrade RollbackSafeUpgrade { get; set; } + /// Output only. Reserved for future use. [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] public virtual System.Nullable SatisfiesPzi { get; set; } @@ -7808,6 +7984,10 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("secretManagerConfig")] public virtual SecretManagerConfig SecretManagerConfig { get; set; } + /// Configuration for sync Secret Manager secrets as k8s secrets. + [Newtonsoft.Json.JsonPropertyAttribute("secretSyncConfig")] + public virtual SecretSyncConfig SecretSyncConfig { get; set; } + /// Enable/Disable Security Posture API features for the cluster. [Newtonsoft.Json.JsonPropertyAttribute("securityPostureConfig")] public virtual SecurityPostureConfig SecurityPostureConfig { get; set; } @@ -7840,9 +8020,8 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema public virtual string StatusMessage { get; set; } /// - /// The name of the Google Compute Engine - /// [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/subnetworks) to which the - /// cluster is connected. On output this shows the subnetwork ID instead of the name. + /// The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to + /// which the cluster is connected. On output this shows the subnetwork ID instead of the name. /// [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] public virtual string Subnetwork { get; set; } @@ -7887,8 +8066,8 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field is deprecated, use location instead. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field is + /// deprecated, use location instead. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -7901,9 +8080,8 @@ public class Cluster : Google.Apis.Requests.IDirectResponseSchema public class ClusterAutoscaling : Google.Apis.Requests.IDirectResponseSchema { /// - /// The list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// NodePool's nodes can be created by NAP. + /// The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which + /// the NodePool's nodes can be created by NAP. /// [Newtonsoft.Json.JsonPropertyAttribute("autoprovisioningLocations")] public virtual System.Collections.Generic.IList AutoprovisioningLocations { get; set; } @@ -8123,11 +8301,10 @@ public class ClusterUpdate : Google.Apis.Requests.IDirectResponseSchema public virtual ILBSubsettingConfig DesiredL4ilbSubsettingConfig { get; set; } /// - /// The desired list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: - /// changing cluster locations will update the locations of all node pools and will result in nodes being added - /// and/or removed. + /// The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in + /// which the cluster's nodes should be located. This list must always include the cluster's primary zone. + /// Warning: changing cluster locations will update the locations of all node pools and will result in nodes + /// being added and/or removed. /// [Newtonsoft.Json.JsonPropertyAttribute("desiredLocations")] public virtual System.Collections.Generic.IList DesiredLocations { get; set; } @@ -8284,6 +8461,10 @@ public class ClusterUpdate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("desiredPrivateIpv6GoogleAccess")] public virtual string DesiredPrivateIpv6GoogleAccess { get; set; } + /// The desired privileged admission config for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("desiredPrivilegedAdmissionConfig")] + public virtual PrivilegedAdmissionConfig DesiredPrivilegedAdmissionConfig { get; set; } + /// /// Deprecated: Use DesiredSecurityPostureConfig instead. Enable/Disable Protect API features for the cluster. /// @@ -8304,10 +8485,18 @@ public class ClusterUpdate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("desiredResourceUsageExportConfig")] public virtual ResourceUsageExportConfig DesiredResourceUsageExportConfig { get; set; } + /// The desired rollback safe upgrade configuration. + [Newtonsoft.Json.JsonPropertyAttribute("desiredRollbackSafeUpgrade")] + public virtual RollbackSafeUpgrade DesiredRollbackSafeUpgrade { get; set; } + /// Enable/Disable Secret Manager Config. [Newtonsoft.Json.JsonPropertyAttribute("desiredSecretManagerConfig")] public virtual SecretManagerConfig DesiredSecretManagerConfig { get; set; } + /// Configuration for sync Secret Manager secrets as k8s secrets. + [Newtonsoft.Json.JsonPropertyAttribute("desiredSecretSyncConfig")] + public virtual SecretSyncConfig DesiredSecretSyncConfig { get; set; } + /// Enable/Disable Security Posture API features for the cluster. [Newtonsoft.Json.JsonPropertyAttribute("desiredSecurityPostureConfig")] public virtual SecurityPostureConfig DesiredSecurityPostureConfig { get; set; } @@ -8422,6 +8611,10 @@ public class ClusterUpgradeInfo : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("pausedReason")] public virtual System.Collections.Generic.IList PausedReason { get; set; } + /// The cluster's rollback-safe upgrade status. + [Newtonsoft.Json.JsonPropertyAttribute("rollbackSafeUpgradeStatus")] + public virtual RollbackSafeUpgradeStatus RollbackSafeUpgradeStatus { get; set; } + /// The list of past auto upgrades. [Newtonsoft.Json.JsonPropertyAttribute("upgradeDetails")] public virtual System.Collections.Generic.IList UpgradeDetails { get; set; } @@ -8430,6 +8623,73 @@ public class ClusterUpgradeInfo : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// CompatibilityStatus is the status regarding the control plane's compatibility. + public class CompatibilityStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The GKE version that the cluster can be safely downgraded to if the cluster is emulating the + /// previous minor version. It is usually the cluster's previous version before a minor version upgrade. + /// + [Newtonsoft.Json.JsonPropertyAttribute("downgradableVersion")] + public virtual string DowngradableVersion { get; set; } + + private string _emulatedVersionTimeRaw; + + private object _emulatedVersionTime; + + /// + /// Output only. Last time the control plane became available after a minor version binary upgrade with emulated + /// version set. It indicates the last time the cluster entered the rollback safe mode. + /// + [Newtonsoft.Json.JsonPropertyAttribute("emulatedVersionTime")] + public virtual string EmulatedVersionTimeRaw + { + get => _emulatedVersionTimeRaw; + set + { + _emulatedVersionTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _emulatedVersionTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EmulatedVersionTimeDateTimeOffset instead.")] + public virtual object EmulatedVersionTime + { + get => _emulatedVersionTime; + set + { + _emulatedVersionTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _emulatedVersionTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EmulatedVersionTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EmulatedVersionTimeRaw); + set => EmulatedVersionTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// CompleteControlPlaneUpgradeRequest sets the name of target cluster to complete upgrade. + public class CompleteControlPlaneUpgradeRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// API request version that initiates this operation. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// CompleteIPRotationRequest moves the cluster master back into single-IP mode. public class CompleteIPRotationRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -8448,16 +8708,16 @@ public class CompleteIPRotationRequest : Google.Apis.Requests.IDirectResponseSch /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -8553,6 +8813,17 @@ public class ContainerdConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("privateRegistryAccessConfig")] public virtual PrivateRegistryAccessConfig PrivateRegistryAccessConfig { get; set; } + /// + /// RegistryHostConfig configures containerd registry host configuration. Each registry_hosts represents a + /// hosts.toml file. At most 25 registry_hosts are allowed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("registryHosts")] + public virtual System.Collections.Generic.IList RegistryHosts { get; set; } + + /// Optional. WritableCgroups defines writable cgroups configuration for the node pool. + [Newtonsoft.Json.JsonPropertyAttribute("writableCgroups")] + public virtual WritableCgroups WritableCgroups { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -8588,7 +8859,7 @@ public class CreateClusterRequest : Google.Apis.Requests.IDirectResponseSchema { /// /// Required. A [cluster - /// resource](https://{$universe.dns_names.final_documentation_domain}/container-engine/reference/rest/v1beta1/projects.locations.clusters) + /// resource](https://cloud.google.com/container-engine/reference/rest/v1beta1/projects.locations.clusters) /// [Newtonsoft.Json.JsonPropertyAttribute("cluster")] public virtual Cluster Cluster { get; set; } @@ -8602,16 +8873,16 @@ public class CreateClusterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -8642,16 +8913,16 @@ public class CreateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the parent field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the parent field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the parent field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -8796,6 +9067,17 @@ public class Date : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Provisions a new, separate local NVMe SSD exclusively for swap. + public class DedicatedLocalSsdProfile : Google.Apis.Requests.IDirectResponseSchema + { + /// The number of physical local NVMe SSD disks to attach. + [Newtonsoft.Json.JsonPropertyAttribute("diskCount")] + public virtual System.Nullable DiskCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// DefaultComputeClassConfig defines default compute class configuration. public class DefaultComputeClassConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -8873,6 +9155,17 @@ public class Empty : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Defines encryption settings for the swap space. + public class EncryptionConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. If true, swap space will not be encrypted. Defaults to false (encrypted). + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE Enterprise features are now available /// without an Enterprise tier. @@ -8891,21 +9184,34 @@ public class EnterpriseConfig : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Swap on the local SSD shared with pod ephemeral storage. + public class EphemeralLocalSsdProfile : Google.Apis.Requests.IDirectResponseSchema + { + /// Specifies the size of the swap space in gibibytes (GiB). + [Newtonsoft.Json.JsonPropertyAttribute("swapSizeGib")] + public virtual System.Nullable SwapSizeGib { get; set; } + + /// Specifies the size of the swap space as a percentage of the ephemeral local SSD capacity. + [Newtonsoft.Json.JsonPropertyAttribute("swapSizePercent")] + public virtual System.Nullable SwapSizePercent { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// EphemeralStorageConfig contains configuration for the ephemeral storage filesystem. public class EphemeralStorageConfig : Google.Apis.Requests.IDirectResponseSchema { /// /// Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. The limit for this value is /// dependent upon the maximum number of disk available on a machine per zone. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. - /// A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 - /// machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as - /// ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means - /// to use the default number of local ssds that goes with that machine type. For example, for a - /// c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support - /// local ssds), 0 will be provisioned. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds - /// for more info. + /// https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has + /// different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible + /// numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 + /// machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of + /// local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds + /// would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See + /// https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info. /// [Newtonsoft.Json.JsonPropertyAttribute("localSsdCount")] public virtual System.Nullable LocalSsdCount { get; set; } @@ -8928,13 +9234,11 @@ public class EphemeralStorageLocalSsdConfig : Google.Apis.Requests.IDirectRespon /// different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible /// numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for /// this value is dependent upon the maximum number of disk available on a machine per zone. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. - /// 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default - /// number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 - /// local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be - /// provisioned. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds - /// for more info. + /// https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which + /// dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that + /// goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be + /// provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See + /// https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info. /// [Newtonsoft.Json.JsonPropertyAttribute("localSsdCount")] public virtual System.Nullable LocalSsdCount { get; set; } @@ -9173,8 +9477,8 @@ public class Fleet : Google.Apis.Requests.IDirectResponseSchema } /// - /// GCPSecretManagerCertificateConfig configures a secret from [Google Secret - /// Manager](https://{$universe.dns_names.final_documentation_domain}/secret-manager). + /// GCPSecretManagerCertificateConfig configures a secret from [Secret + /// Manager](https://cloud.google.com/secret-manager). /// public class GCPSecretManagerCertificateConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -9381,6 +9685,56 @@ public class HorizontalPodAutoscaling : Google.Apis.Requests.IDirectResponseSche public virtual string ETag { get; set; } } + /// HostConfig configures the registry host under a given Server. + public class HostConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// CA configures the registry host certificate. + [Newtonsoft.Json.JsonPropertyAttribute("ca")] + public virtual System.Collections.Generic.IList Ca { get; set; } + + /// + /// Capabilities represent the capabilities of the registry host, specifying what operations a host is capable + /// of performing. If not set, containerd enables all capabilities by default. + /// + [Newtonsoft.Json.JsonPropertyAttribute("capabilities")] + public virtual System.Collections.Generic.IList Capabilities { get; set; } + + /// Client configures the registry host client certificate and key. + [Newtonsoft.Json.JsonPropertyAttribute("client")] + public virtual System.Collections.Generic.IList Client { get; set; } + + /// + /// Specifies the maximum duration allowed for a connection attempt to complete. A shorter timeout helps reduce + /// delays when falling back to the original registry if the mirror is unreachable. Maximum allowed value is + /// 180s. If not set, containerd sets default 30s. The value should be a decimal number of seconds with an `s` + /// suffix. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dialTimeout")] + public virtual object DialTimeout { get; set; } + + /// Header configures the registry host headers. + [Newtonsoft.Json.JsonPropertyAttribute("header")] + public virtual System.Collections.Generic.IList Header { get; set; } + + /// + /// Host configures the registry host/mirror. It supports fully qualified domain names (FQDN) and IP addresses: + /// Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000 + /// + [Newtonsoft.Json.JsonPropertyAttribute("host")] + public virtual string Host { get; set; } + + /// + /// OverridePath is used to indicate the host's API root endpoint is defined in the URL path rather than by the + /// API specification. This may be used with non-compliant OCI registries which are missing the /v2 prefix. If + /// not set, containerd sets default false. + /// + [Newtonsoft.Json.JsonPropertyAttribute("overridePath")] + public virtual System.Nullable OverridePath { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// HostMaintenancePolicy contains the maintenance policy for the hosts on which the GKE VMs run on. /// @@ -9839,16 +10193,30 @@ public class LinuxNodeConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("hugepages")] public virtual HugepagesConfig Hugepages { get; set; } + /// + /// Optional. Configuration for kernel module loading on nodes. When enabled, the node pool will be provisioned + /// with a Container-Optimized OS image that enforces kernel module signature verification. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nodeKernelModuleLoading")] + public virtual NodeKernelModuleLoading NodeKernelModuleLoading { get; set; } + + /// Optional. Enables and configures swap space on nodes. If omitted, swap is disabled. + [Newtonsoft.Json.JsonPropertyAttribute("swapConfig")] + public virtual SwapConfig SwapConfig { get; set; } + /// /// The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following /// parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog /// net.core.rmem_max net.core.rmem_default net.core.wmem_default net.core.wmem_max net.core.optmem_max - /// net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_max_orphans - /// net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets + /// net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing + /// net.ipv4.tcp_max_orphans net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn + /// net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets /// net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait /// net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni - /// kernel.shmmax kernel.shmall fs.aio-max-nr fs.file-max fs.inotify.max_user_instances - /// fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_expire_centisecs vm.dirty_ratio + /// kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us kernel.softlockup_panic + /// kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict kernel.sysrq fs.aio-max-nr fs.file-max + /// fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio + /// vm.dirty_background_bytes vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes /// vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure /// vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes /// @@ -9963,16 +10331,14 @@ public class LocalNvmeSsdBlockConfig : Google.Apis.Requests.IDirectResponseSchem { /// /// Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk - /// available on a machine per zone. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. - /// A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 - /// machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as - /// ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means - /// to use the default number of local ssds that goes with that machine type. For example, for a - /// c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support + /// available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more + /// information. A zero (or unset) value has different meanings depending on machine type being used: 1. For + /// pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using + /// local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero + /// (or unset) means to use the default number of local ssds that goes with that machine type. For example, for + /// a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support /// local ssds), 0 will be provisioned. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd#choose_number_local_ssds - /// for more info. + /// https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info. /// [Newtonsoft.Json.JsonPropertyAttribute("localSsdCount")] public virtual System.Nullable LocalSsdCount { get; set; } @@ -10044,7 +10410,9 @@ public class LustreCsiDriverConfig : Google.Apis.Requests.IDirectResponseSchema /// If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a /// workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following /// conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre - /// instance that has the 'gke-support-enabled' flag. + /// instance that has the 'gke-support-enabled' flag. Deprecated: This flag is no longer required as of GKE node + /// version 1.33.2-gke.4655000, unless you are connecting to a Lustre instance that has the + /// `gke-support-enabled` flag. /// [Newtonsoft.Json.JsonPropertyAttribute("enableLegacyLustrePort")] public virtual System.Nullable EnableLegacyLustrePort { get; set; } @@ -10060,6 +10428,10 @@ public class LustreCsiDriverConfig : Google.Apis.Requests.IDirectResponseSchema /// Represents the Maintenance exclusion option. public class MaintenanceExclusionOptions : Google.Apis.Requests.IDirectResponseSchema { + /// EndTimeBehavior specifies the behavior of the exclusion end time. + [Newtonsoft.Json.JsonPropertyAttribute("endTimeBehavior")] + public virtual string EndTimeBehavior { get; set; } + /// Scope specifies the upgrade scope which upgrades are blocked by the exclusion. [Newtonsoft.Json.JsonPropertyAttribute("scope")] public virtual string Scope { get; set; } @@ -10132,6 +10504,13 @@ public class ManagedPrometheusConfig : Google.Apis.Requests.IDirectResponseSchem /// Master is the configuration for components on master. public class Master : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Output only. The compatibility status of the control plane. It should be empty if the cluster does not have + /// emulated version. For details, see go/user-initiated-rollbackable-upgrade-design. + /// + [Newtonsoft.Json.JsonPropertyAttribute("compatibilityStatus")] + public virtual CompatibilityStatus CompatibilityStatus { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -10171,7 +10550,7 @@ public class MasterAuth : Google.Apis.Requests.IDirectResponseSchema /// open to the Internet, you should create a strong password. If a password is provided for cluster creation, /// username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control /// plane versions 1.19 and newer. For a list of recommended authentication methods, see: - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication + /// https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication /// [Newtonsoft.Json.JsonPropertyAttribute("password")] public virtual string Password { get; set; } @@ -10181,7 +10560,7 @@ public class MasterAuth : Google.Apis.Requests.IDirectResponseSchema /// basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). /// Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and /// newer. For a list of recommended authentication methods, see: - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/how-to/api-server-authentication + /// https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication /// [Newtonsoft.Json.JsonPropertyAttribute("username")] public virtual string Username { get; set; } @@ -10384,8 +10763,8 @@ public class NetworkConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The relative name of the Google Compute Engine - /// [network](https://{$universe.dns_names.final_documentation_domain}/compute/docs/networks-and-firewalls#networks) - /// to which the cluster is connected. Example: projects/my-project/global/networks/my-network + /// [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is + /// connected. Example: projects/my-project/global/networks/my-network /// [Newtonsoft.Json.JsonPropertyAttribute("network")] public virtual string Network { get; set; } @@ -10407,8 +10786,8 @@ public class NetworkConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The relative name of the Google Compute Engine - /// [subnetwork](https://{$universe.dns_names.final_documentation_domain}/compute/docs/vpc) to which the cluster - /// is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet + /// [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected. Example: + /// projects/my-project/regions/us-central1/subnetworks/my-subnet /// [Newtonsoft.Json.JsonPropertyAttribute("subnetwork")] public virtual string Subnetwork { get; set; } @@ -10493,7 +10872,7 @@ public class NetworkTierConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group - /// affinities](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). + /// affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity). /// public class NodeAffinity : Google.Apis.Requests.IDirectResponseSchema { @@ -10520,9 +10899,8 @@ public class NodeAffinity : Google.Apis.Requests.IDirectResponseSchema public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// A list of hardware accelerators to be attached to each node. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about - /// support for GPUs. + /// A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus + /// for more information about support for GPUs. /// [Newtonsoft.Json.JsonPropertyAttribute("accelerators")] public virtual System.Collections.Generic.IList Accelerators { get; set; } @@ -10540,7 +10918,7 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// This should be of the form /// projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more /// information about protecting resources with Cloud KMS Keys please see: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-encryption + /// https://cloud.google.com/compute/docs/disks/customer-managed-encryption /// [Newtonsoft.Json.JsonPropertyAttribute("bootDiskKmsKey")] public virtual string BootDiskKmsKey { get; set; } @@ -10619,9 +10997,8 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// /// The image type to use for this node. Note that for a given image type, the latest version of it will be - /// used. Please see - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for - /// available image types. + /// used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image + /// types. /// [Newtonsoft.Json.JsonPropertyAttribute("imageType")] public virtual string ImageType { get; set; } @@ -10651,7 +11028,7 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// /// The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the /// maximum number of disks available on a machine per zone. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/local-ssd for more information. + /// https://cloud.google.com/compute/docs/disks/local-ssd for more information. /// [Newtonsoft.Json.JsonPropertyAttribute("localSsdCount")] public virtual System.Nullable LocalSsdCount { get; set; } @@ -10665,9 +11042,8 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema public virtual NodePoolLoggingConfig LoggingConfig { get; set; } /// - /// The name of a Google Compute Engine [machine - /// type](https://{$universe.dns_names.final_documentation_domain}/compute/docs/machine-types). If unspecified, - /// the default machine type is `e2-medium`. + /// The name of a Google Compute Engine [machine type](https://cloud.google.com/compute/docs/machine-types). If + /// unspecified, the default machine type is `e2-medium`. /// [Newtonsoft.Json.JsonPropertyAttribute("machineType")] public virtual string MachineType { get; set; } @@ -10698,15 +11074,14 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer /// CPU platform. Applicable values are the friendly names of CPU platforms, such as `minCpuPlatform: "Intel /// Haswell"` or `minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to specify min CPU - /// platform](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/specify-min-cpu-platform). + /// platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). /// [Newtonsoft.Json.JsonPropertyAttribute("minCpuPlatform")] public virtual string MinCpuPlatform { get; set; } /// /// Setting this field will assign instances of this pool to run on the specified node group. This is useful for - /// running workloads on [sole tenant - /// nodes](https://{$universe.dns_names.final_documentation_domain}/compute/docs/nodes/sole-tenant-nodes). + /// running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes). /// [Newtonsoft.Json.JsonPropertyAttribute("nodeGroup")] public virtual string NodeGroup { get; set; } @@ -10716,25 +11091,23 @@ public class NodeConfig : Google.Apis.Requests.IDirectResponseSchema /// account. The following scopes are recommended, but not required, and by default are not included: * /// `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * /// `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the - /// [Google Container Registry](https://{$universe.dns_names.final_documentation_domain}/container-registry/)). - /// If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case - /// their required scopes will be added. + /// [Artifact Registry](https://cloud.google.com/artifact-registry/)). If unspecified, no scopes are added, + /// unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added. /// [Newtonsoft.Json.JsonPropertyAttribute("oauthScopes")] public virtual System.Collections.Generic.IList OauthScopes { get; set; } /// /// Whether the nodes are created as preemptible VM instances. See: - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/preemptible for more - /// information about preemptible VM instances. + /// https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM + /// instances. /// [Newtonsoft.Json.JsonPropertyAttribute("preemptible")] public virtual System.Nullable Preemptible { get; set; } /// /// The optional reservation affinity. Setting this field will apply the specified [Zonal Compute - /// Reservation](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) - /// to this node pool. + /// Reservation](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) to this node pool. /// [Newtonsoft.Json.JsonPropertyAttribute("reservationAffinity")] public virtual ReservationAffinity ReservationAffinity { get; set; } @@ -10843,6 +11216,17 @@ public class NodeConfigDefaults : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for kernel module loading on nodes. + public class NodeKernelModuleLoading : Google.Apis.Requests.IDirectResponseSchema + { + /// Set the node module loading policy for nodes in the node pool. + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual string Policy { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Node kubelet configs. public class NodeKubeletConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -10888,7 +11272,7 @@ public class NodeKubeletConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, /// each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), - /// "ms", "s", "m", "h". The value must be a positive duration. + /// "ms", "s", "m", "h". The value must be a positive duration between 1ms and 1 second, inclusive. /// [Newtonsoft.Json.JsonPropertyAttribute("cpuCfsQuotaPeriod")] public virtual string CpuCfsQuotaPeriod { get; set; } @@ -11052,6 +11436,14 @@ public class NodeManagement : Google.Apis.Requests.IDirectResponseSchema /// Parameters for node pool-level network config. public class NodeNetworkConfig : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Immutable. The accelerator network profile for the node pool. For now the only valid value is "auto". If + /// specified, the network configuration of the nodes in this node pool will be managed by this profile for the + /// supported machine types, zone, etc. + /// + [Newtonsoft.Json.JsonPropertyAttribute("acceleratorNetworkProfile")] + public virtual string AcceleratorNetworkProfile { get; set; } + /// /// We specify the additional node networks for this node pool using this list. Each node network corresponds to /// an additional interface @@ -11186,15 +11578,15 @@ public class NodePool : Google.Apis.Requests.IDirectResponseSchema /// /// The initial node count for the pool. You must ensure that your Compute Engine [resource - /// quota](https://{$universe.dns_names.final_documentation_domain}/compute/quotas) is sufficient for this - /// number of instances. You must also have available firewall and routes quota. + /// quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also + /// have available firewall and routes quota. /// [Newtonsoft.Json.JsonPropertyAttribute("initialNodeCount")] public virtual System.Nullable InitialNodeCount { get; set; } /// /// Output only. The resource URLs of the [managed instance - /// groups](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instance-groups/creating-groups-of-managed-instances) + /// groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) /// associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both /// blue and green resources. /// @@ -11202,10 +11594,9 @@ public class NodePool : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList InstanceGroupUrls { get; set; } /// - /// The list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// NodePool's nodes should be located. If this value is unspecified during node pool creation, the - /// [Cluster.Locations](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) + /// The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which + /// the NodePool's nodes should be located. If this value is unspecified during node pool creation, the + /// [Cluster.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) /// value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or /// removed. /// @@ -11269,7 +11660,7 @@ public class NodePool : Google.Apis.Requests.IDirectResponseSchema /// /// The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described - /// [here](https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/versioning#specifying_node_version). + /// [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version). /// [Newtonsoft.Json.JsonPropertyAttribute("version")] public virtual string Version { get; set; } @@ -11494,10 +11885,9 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// or - /// [region](https://{$universe.dns_names.final_documentation_domain}/compute/docs/regions-zones/regions-zones#available) - /// in which the cluster resides. + /// [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or + /// [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster + /// resides. /// [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } @@ -11555,8 +11945,8 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// operation is taking place. This field is deprecated, use location instead. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This + /// field is deprecated, use location instead. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -11720,7 +12110,7 @@ public class PlacementPolicy : Google.Apis.Requests.IDirectResponseSchema /// /// TPU placement topology for pod slice node pool. - /// https://{$universe.dns_names.final_documentation_domain}/tpu/docs/types-topologies#tpu_topologies + /// https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies /// [Newtonsoft.Json.JsonPropertyAttribute("tpuTopology")] public virtual string TpuTopology { get; set; } @@ -11771,6 +12161,17 @@ public class PodSecurityPolicyConfig : Google.Apis.Requests.IDirectResponseSchem public virtual string ETag { get; set; } } + /// PodSnapshotConfig is the configuration for GKE Pod Snapshots feature. + public class PodSnapshotConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether or not the Pod Snapshots feature is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Binauthz policy that applies to this cluster. public class PolicyBinding : Google.Apis.Requests.IDirectResponseSchema { @@ -12061,6 +12462,47 @@ public class RecurringTimeWindow : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// RegistryHeader configures headers for the registry. + public class RegistryHeader : Google.Apis.Requests.IDirectResponseSchema + { + /// Key configures the header key. + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// Value configures the header value. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual System.Collections.Generic.IList Value { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// RegistryHostConfig configures the top-level structure for a single containerd registry server's configuration, + /// which represents one hosts.toml file on the node. It will override the same fqdns in + /// PrivateRegistryAccessConfig. + /// + public class RegistryHostConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// HostConfig configures a list of host-specific configurations for the server. Each server can have at most 10 + /// host configurations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("hosts")] + public virtual System.Collections.Generic.IList Hosts { get; set; } + + /// + /// Defines the host name of the registry server, which will be used to create configuration file as + /// /etc/containerd/hosts.d//hosts.toml. It supports fully qualified domain names (FQDN) and IP addresses: + /// Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000 + /// + [Newtonsoft.Json.JsonPropertyAttribute("server")] + public virtual string Server { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in /// order of risk. When a cluster is subscribed to a release channel, Google maintains both the master version and @@ -12104,8 +12546,8 @@ public class ReleaseChannelConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// [ReservationAffinity](https://{$universe.dns_names.final_documentation_domain}/compute/docs/instances/reserving-zonal-resources) - /// is the configuration of desired reservation which instances could take capacity from. + /// [ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) is the + /// configuration of desired reservation which instances could take capacity from. /// public class ReservationAffinity : Google.Apis.Requests.IDirectResponseSchema { @@ -12130,7 +12572,7 @@ public class ReservationAffinity : Google.Apis.Requests.IDirectResponseSchema /// /// Collection of [Resource Manager - /// labels](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-labels). + /// labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels). /// public class ResourceLabels : Google.Apis.Requests.IDirectResponseSchema { @@ -12166,8 +12608,8 @@ public class ResourceLimit : Google.Apis.Requests.IDirectResponseSchema /// /// A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls /// using Network Firewall Policies. Tags must be according to specifications in - /// https://{$universe.dns_names.final_documentation_domain}/vpc/docs/tags-firewalls-overview#specifications. A - /// maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. + /// https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can + /// be specified. Existing tags will be replaced with new values. /// public class ResourceManagerTags : Google.Apis.Requests.IDirectResponseSchema { @@ -12234,8 +12676,8 @@ public class RollbackNodePoolUpgradeRequest : Google.Apis.Requests.IDirectRespon /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -12246,8 +12688,8 @@ public class RollbackNodePoolUpgradeRequest : Google.Apis.Requests.IDirectRespon /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12256,6 +12698,76 @@ public class RollbackNodePoolUpgradeRequest : Google.Apis.Requests.IDirectRespon public virtual string ETag { get; set; } } + /// RollbackSafeUpgrade is the configuration for the rollback safe upgrade. + public class RollbackSafeUpgrade : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A user-defined period for the cluster remains in the rollbackable state. ex: {seconds: 21600}. + /// + [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneSoakDuration")] + public virtual object ControlPlaneSoakDuration { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// RollbackSafeUpgradeStatus contains the rollback-safe upgrade status of a cluster. + public class RollbackSafeUpgradeStatus : Google.Apis.Requests.IDirectResponseSchema + { + private string _controlPlaneUpgradeRollbackEndTimeRaw; + + private object _controlPlaneUpgradeRollbackEndTime; + + /// The rollback-safe mode expiration time. + [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneUpgradeRollbackEndTime")] + public virtual string ControlPlaneUpgradeRollbackEndTimeRaw + { + get => _controlPlaneUpgradeRollbackEndTimeRaw; + set + { + _controlPlaneUpgradeRollbackEndTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _controlPlaneUpgradeRollbackEndTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ControlPlaneUpgradeRollbackEndTimeDateTimeOffset instead.")] + public virtual object ControlPlaneUpgradeRollbackEndTime + { + get => _controlPlaneUpgradeRollbackEndTime; + set + { + _controlPlaneUpgradeRollbackEndTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _controlPlaneUpgradeRollbackEndTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ControlPlaneUpgradeRollbackEndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ControlPlaneUpgradeRollbackEndTimeRaw); + set => ControlPlaneUpgradeRollbackEndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The mode of the rollback-safe upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The GKE version that the cluster previously used before step-one upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("previousVersion")] + public virtual string PreviousVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// RotationConfig is config for secret manager auto rotation. public class RotationConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -12328,6 +12840,21 @@ public class SecretManagerConfig : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for sync Secret Manager secrets as k8s secrets. + public class SecretSyncConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Enable/Disable Secret Sync Config. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// Rotation config for secret manager. + [Newtonsoft.Json.JsonPropertyAttribute("rotationConfig")] + public virtual SyncRotationConfig RotationConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are /// vulnerable to. @@ -12484,16 +13011,16 @@ public class SetAddonsConfigRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12532,8 +13059,8 @@ public class SetLabelsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -12544,8 +13071,8 @@ public class SetLabelsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12577,16 +13104,16 @@ public class SetLegacyAbacRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12607,10 +13134,10 @@ public class SetLocationsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Required. The desired list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either - /// created or removed from the cluster, depending on whether locations are being added or removed. This list - /// must always include the cluster's primary zone. + /// [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be + /// located. Changing the locations a cluster is in will result in nodes being either created or removed from + /// the cluster, depending on whether locations are being added or removed. This list must always include the + /// cluster's primary zone. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] public virtual System.Collections.Generic.IList Locations { get; set; } @@ -12624,16 +13151,16 @@ public class SetLocationsRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12671,16 +13198,16 @@ public class SetLoggingServiceRequest : Google.Apis.Requests.IDirectResponseSche /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12712,15 +13239,14 @@ public class SetMaintenancePolicyRequest : Google.Apis.Requests.IDirectResponseS /// /// Required. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Required. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12752,8 +13278,8 @@ public class SetMasterAuthRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -12764,8 +13290,8 @@ public class SetMasterAuthRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12804,16 +13330,16 @@ public class SetMonitoringServiceRequest : Google.Apis.Requests.IDirectResponseS /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12844,16 +13370,16 @@ public class SetNetworkPolicyRequest : Google.Apis.Requests.IDirectResponseSchem /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12892,16 +13418,16 @@ public class SetNodePoolAutoscalingRequest : Google.Apis.Requests.IDirectRespons /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12940,16 +13466,16 @@ public class SetNodePoolManagementRequest : Google.Apis.Requests.IDirectResponse /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -12988,16 +13514,16 @@ public class SetNodePoolSizeRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -13103,8 +13629,8 @@ public class StartIPRotationRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -13115,8 +13641,8 @@ public class StartIPRotationRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -13186,6 +13712,48 @@ public class StatusCondition : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for swap memory on a node pool. + public class SwapConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Swap on the node's boot disk. + [Newtonsoft.Json.JsonPropertyAttribute("bootDiskProfile")] + public virtual BootDiskProfile BootDiskProfile { get; set; } + + /// Provisions a new, separate local NVMe SSD exclusively for swap. + [Newtonsoft.Json.JsonPropertyAttribute("dedicatedLocalSsdProfile")] + public virtual DedicatedLocalSsdProfile DedicatedLocalSsdProfile { get; set; } + + /// Optional. Enables or disables swap for the node pool. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// Optional. If omitted, swap space is encrypted by default. + [Newtonsoft.Json.JsonPropertyAttribute("encryptionConfig")] + public virtual EncryptionConfig EncryptionConfig { get; set; } + + /// Swap on the local SSD shared with pod ephemeral storage. + [Newtonsoft.Json.JsonPropertyAttribute("ephemeralLocalSsdProfile")] + public virtual EphemeralLocalSsdProfile EphemeralLocalSsdProfile { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// SyncRotationConfig is config for secret manager auto rotation. + public class SyncRotationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether the rotation is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The interval between two consecutive rotations. Default rotation interval is 2 minutes. + [Newtonsoft.Json.JsonPropertyAttribute("rotationInterval")] + public virtual object RotationInterval { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Represents an arbitrary window of time. public class TimeWindow : Google.Apis.Requests.IDirectResponseSchema { @@ -13346,8 +13914,8 @@ public class UpdateClusterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -13358,8 +13926,8 @@ public class UpdateClusterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -13411,16 +13979,16 @@ public class UpdateMasterRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -13433,9 +14001,8 @@ public class UpdateMasterRequest : Google.Apis.Requests.IDirectResponseSchema public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// A list of hardware accelerators to be attached to each node. See - /// https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus for more information about - /// support for GPUs. + /// A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus + /// for more information about support for GPUs. /// [Newtonsoft.Json.JsonPropertyAttribute("accelerators")] public virtual System.Collections.Generic.IList Accelerators { get; set; } @@ -13506,8 +14073,7 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Required. The desired image type for the node pool. Please see - /// https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-images for - /// available image types. + /// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types. /// [Newtonsoft.Json.JsonPropertyAttribute("imageType")] public virtual string ImageType { get; set; } @@ -13528,10 +14094,14 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema public virtual LinuxNodeConfig LinuxNodeConfig { get; set; } /// - /// The desired list of Google Compute Engine - /// [zones](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// node pool's nodes should be located. Changing the locations for a node pool will result in nodes being - /// either created or removed from the node pool, depending on whether locations are being added or removed. + /// The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in + /// which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes + /// being either created or removed from the node pool, depending on whether locations are being added or + /// removed. Warning: It is recommended to update node pool locations in a standalone API call. Do not combine a + /// location update with changes to other fields (such as `tags`, `labels`, `taints`, etc.) in the same request. + /// Otherwise, the API performs a structural modification where changes to other fields will only apply to newly + /// created nodes and will not be applied to existing nodes in the node pool. To ensure all nodes are updated + /// consistently, use a separate API call for location changes. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] public virtual System.Collections.Generic.IList Locations { get; set; } @@ -13583,8 +14153,8 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The Google Developers Console [project ID or project - /// number](https://{$universe.dns_names.final_documentation_domain}/resource-manager/docs/creating-managing-projects). - /// This field has been deprecated and replaced by the name field. + /// number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been + /// deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("projectId")] public virtual string ProjectId { get; set; } @@ -13641,8 +14211,8 @@ public class UpdateNodePoolRequest : Google.Apis.Requests.IDirectResponseSchema /// /// Deprecated. The name of the Google Compute Engine - /// [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available) in which the - /// cluster resides. This field has been deprecated and replaced by the name field. + /// [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has + /// been deprecated and replaced by the name field. /// [Newtonsoft.Json.JsonPropertyAttribute("zone")] public virtual string Zone { get; set; } @@ -13717,6 +14287,10 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } + /// The emulated version before the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("initialEmulatedVersion")] + public virtual string InitialEmulatedVersion { get; set; } + /// The version before the upgrade. [Newtonsoft.Json.JsonPropertyAttribute("initialVersion")] public virtual string InitialVersion { get; set; } @@ -13766,6 +14340,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } + /// The emulated version after the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("targetEmulatedVersion")] + public virtual string TargetEmulatedVersion { get; set; } + /// The version after the upgrade. [Newtonsoft.Json.JsonPropertyAttribute("targetVersion")] public virtual string TargetVersion { get; set; } @@ -13779,6 +14357,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// public class UpgradeEvent : Google.Apis.Requests.IDirectResponseSchema { + /// The current emulated version before the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("currentEmulatedVersion")] + public virtual string CurrentEmulatedVersion { get; set; } + /// The current version before the upgrade. [Newtonsoft.Json.JsonPropertyAttribute("currentVersion")] public virtual string CurrentVersion { get; set; } @@ -13837,6 +14419,10 @@ public virtual System.DateTimeOffset? OperationStartTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("resourceType")] public virtual string ResourceType { get; set; } + /// The target emulated version for the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("targetEmulatedVersion")] + public virtual string TargetEmulatedVersion { get; set; } + /// The target version for the upgrade. [Newtonsoft.Json.JsonPropertyAttribute("targetVersion")] public virtual string TargetVersion { get; set; } @@ -13850,6 +14436,10 @@ public virtual System.DateTimeOffset? OperationStartTimeDateTimeOffset /// public class UpgradeInfoEvent : Google.Apis.Requests.IDirectResponseSchema { + /// The current emulated version before the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("currentEmulatedVersion")] + public virtual string CurrentEmulatedVersion { get; set; } + /// The current version before the upgrade. [Newtonsoft.Json.JsonPropertyAttribute("currentVersion")] public virtual string CurrentVersion { get; set; } @@ -14033,6 +14623,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } + /// The target emulated version for the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("targetEmulatedVersion")] + public virtual string TargetEmulatedVersion { get; set; } + /// The target version for the upgrade. [Newtonsoft.Json.JsonPropertyAttribute("targetVersion")] public virtual string TargetVersion { get; set; } @@ -14165,6 +14759,13 @@ public class UserManagedKeysConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneDiskEncryptionKey")] public virtual string ControlPlaneDiskEncryptionKey { get; set; } + /// + /// Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential Hyperdisks on the + /// control plane nodes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneDiskEncryptionKeyVersions")] + public virtual System.Collections.Generic.IList ControlPlaneDiskEncryptionKeyVersions { get; set; } + /// /// Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this cluster. /// @@ -14368,4 +14969,15 @@ public class WorkloadPolicyConfig : Google.Apis.Requests.IDirectResponseSchema /// The ETag of the item. public virtual string ETag { get; set; } } + + /// Defines writable cgroups configuration. + public class WritableCgroups : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Whether writable cgroups is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } } diff --git a/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj b/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj index c5941024322..fb8e10602d6 100644 --- a/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Container.v1beta1/Google.Apis.Container.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Container.v1beta1 Client Library - 1.71.0.3918 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.cs b/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.cs index d850c1fbe5b..44d324f0bf9 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.cs +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.cs @@ -5448,6 +5448,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning : Google.Ap /// An image built by the pipeline. public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Docker Registry 2.0 digest. [Newtonsoft.Json.JsonPropertyAttribute("digest")] public virtual string Digest { get; set; } @@ -6083,6 +6087,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// A Go module artifact uploaded to Artifact Registry using the GoModule directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Go Module Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -6102,6 +6110,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule : Googl /// A Maven artifact uploaded using the MavenArtifact directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Maven Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -6121,6 +6133,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact : /// An npm package uploaded to Artifact Registry using the NpmPackage directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the npm package. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -6140,6 +6156,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage : Goo /// Artifact uploaded using the PythonPackage directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Python Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj b/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj index 4ed50acccb3..753c8b14a8b 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1/Google.Apis.ContainerAnalysis.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ContainerAnalysis.v1 Client Library - 1.70.0.3893 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.cs b/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.cs index 9bdeb2d24e5..c3a3f56914c 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.cs +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.cs @@ -4731,6 +4731,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning : Google.Ap /// An image built by the pipeline. public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Docker Registry 2.0 digest. [Newtonsoft.Json.JsonPropertyAttribute("digest")] public virtual string Digest { get; set; } @@ -5366,6 +5370,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// A Go module artifact uploaded to Artifact Registry using the GoModule directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Go Module Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -5385,6 +5393,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule : Googl /// A Maven artifact uploaded using the MavenArtifact directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Maven Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -5404,6 +5416,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact : /// An npm package uploaded to Artifact Registry using the NpmPackage directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the npm package. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -5423,6 +5439,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage : Goo /// Artifact uploaded using the PythonPackage directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Python Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj b/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj index a5de60bdc92..2f12d715544 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1alpha1/Google.Apis.ContainerAnalysis.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.ContainerAnalysis.v1alpha1 Client Library - 1.71.0.3923 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.cs b/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.cs index 308ae05678d..d8e78fac230 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.cs +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.cs @@ -5436,6 +5436,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning : Google.Ap /// An image built by the pipeline. public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Docker Registry 2.0 digest. [Newtonsoft.Json.JsonPropertyAttribute("digest")] public virtual string Digest { get; set; } @@ -6071,6 +6075,10 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// A Go module artifact uploaded to Artifact Registry using the GoModule directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Go Module Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -6090,6 +6098,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule : Googl /// A Maven artifact uploaded using the MavenArtifact directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Maven Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -6109,6 +6121,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact : /// An npm package uploaded to Artifact Registry using the NpmPackage directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the npm package. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } @@ -6128,6 +6144,10 @@ public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage : Goo /// Artifact uploaded using the PythonPackage directive. public class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Path to the artifact in Artifact Registry. + [Newtonsoft.Json.JsonPropertyAttribute("artifactRegistryPackage")] + public virtual string ArtifactRegistryPackage { get; set; } + /// Hash types and values of the Python Artifact. [Newtonsoft.Json.JsonPropertyAttribute("fileHashes")] public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; } diff --git a/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj b/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj index e92f08758a9..853ec46a5ac 100644 --- a/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ContainerAnalysis.v1beta1/Google.Apis.ContainerAnalysis.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ContainerAnalysis.v1beta1 Client Library - 1.71.0.3900 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.cs b/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.cs index 923031bf35f..b645685c110 100644 --- a/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.cs +++ b/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.cs @@ -1482,17 +1482,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `table_data_profile_name` - The name of the related table - /// data profile. - `project_id` - The Google Cloud project ID. (REQUIRED) - `dataset_id` - The - /// BigQuery dataset ID. (REQUIRED) - `table_id` - The BigQuery table ID. (REQUIRED) - `field_id` - - /// The ID of the BigQuery field. - `info_type` - The infotype detected in the resource. - - /// `sensitivity_level` - HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this - /// data. - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. Examples: * - /// project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * - /// project_id = 12345 AND info_type = STREET_ADDRESS The length of this field should be no more - /// than 500 characters. + /// {value}`. * Supported fields: - `table_data_profile_name`: The name of the related table data + /// profile - `project_id`: The Google Cloud project ID (REQUIRED) - `dataset_id`: The BigQuery + /// dataset ID (REQUIRED) - `table_id`: The BigQuery table ID (REQUIRED) - `field_id`: The ID of the + /// BigQuery field - `info_type`: The infotype detected in the resource - `sensitivity_level`: + /// HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data - `status_code`: + /// An RPC status code as defined in + /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. The + /// `profile_last_generated` filter also supports `&lt;` and `&gt;`. The syntax is based on + /// https://google.aip.dev/160. Examples: * project_id = 12345 AND status_code = 1 * project_id = + /// 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS * + /// profile_last_generated &lt; "2025-01-01T00:00:00.000Z" The length of this field should be no + /// more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -1790,7 +1793,10 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR + /// + /// Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR The syntax is based on + /// https://google.aip.dev/160. + /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -1939,7 +1945,10 @@ public SearchRequest(Google.Apis.Services.IClientService service, string parent) [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR + /// + /// Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR The syntax is based on + /// https://google.aip.dev/160. + /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -2838,11 +2847,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to /// the time the job finished. * Supported fields for risk analysis jobs: - `state` - /// RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - - /// 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. - /// Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = - /// cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = - /// done OR state = canceled) * end_time &gt; \"2017-12-12T00:00:00+00:00\" The length of this - /// field should be no more than 500 characters. + /// 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. The + /// syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND + /// state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * + /// inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time &gt; + /// \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -3112,16 +3121,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Optional. Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - - /// `account_id` - The AWS account ID. - `file_store_path` - The path like "gs://bucket". - - /// `data_source_type` - The profile's data source type, like "google/storage/bucket". - - /// `data_storage_location` - The location where the file store's data is stored, like - /// "us-central1". - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - /// - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND - /// sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * - /// `file_store_path = "gs://mybucket"` The length of this field should be no more than 500 + /// {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `account_id`: The + /// AWS account ID - `file_store_path`: The path like "gs://bucket" - `data_source_type`: The + /// profile's data source type, like "google/storage/bucket" - `data_storage_location`: The location + /// where the file store's data is stored, like "us-central1" - `sensitivity_level`: + /// HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: + /// PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in + /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` or `!=`. The `profile_last_generated` filter also supports `&lt;` and `&gt;`. The + /// syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = + /// 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND + /// resource_visibility = PUBLIC` * `file_store_path = "gs://mybucket"` * `profile_last_generated + /// &lt; "2025-01-01T00:00:00.000Z"` The length of this field should be no more than 500 /// characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] @@ -4002,10 +4014,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted /// timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of /// errors that have occurred while running. * The operator must be `=` or `!=` for status and - /// inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * - /// inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = - /// cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time &gt; - /// \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. + /// inspected_storage. The syntax is based on https://google.aip.dev/160. Examples: * + /// inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR + /// inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = + /// HEALTHY) * last_run_time &gt; \"2017-12-12T00:00:00+00:00\" The length of this field should + /// be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -4288,11 +4301,14 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - - /// `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND - /// sensitivity_level = HIGH` The length of this field should be no more than 500 characters. + /// {value}`. * Supported fields: - `project_id`: the Google Cloud project ID - `sensitivity_level`: + /// HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `status_code`: an RPC status code as + /// defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` or `!=`. The `profile_last_generated` filter also supports `&lt;` and `&gt;`. The + /// syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = + /// 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `profile_last_generated &lt; + /// "2025-01-01T00:00:00.000Z"` The length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -4301,10 +4317,10 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is /// case insensitive. The default sorting order is ascending. Redundant space characters are /// insignificant. Only one order field at a time is allowed. Examples: * `project_id` * - /// `sensitivity_level desc` Supported fields are: - `project_id`: Google Cloud project ID - - /// `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How - /// much risk is associated with this data. - `profile_last_generated`: When the profile was last - /// updated in epoch seconds. + /// `sensitivity_level desc` Supported fields: - `project_id`: Google Cloud project ID - + /// `sensitivity_level`: How sensitive the data in a project is, at most - `data_risk_level`: How + /// much risk is associated with this data - `profile_last_generated`: Date and time (in epoch + /// seconds) the profile was last generated /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -4939,14 +4955,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - - /// `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - - /// `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - - /// `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND - /// sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` The length of - /// this field should be no more than 500 characters. + /// {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `dataset_id`: The + /// BigQuery dataset ID - `table_id`: The ID of the BigQuery table - `sensitivity_level`: + /// HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: + /// PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in + /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` or `!=`. The `profile_last_generated` filter also supports `&lt;` and `&gt;`. The + /// syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = + /// 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND + /// resource_visibility = PUBLIC` * `profile_last_generated &lt; "2025-01-01T00:00:00.000Z"` The + /// length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -6456,11 +6475,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// that created the job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - /// Corresponds to the time the job finished. * Supported fields for risk analysis jobs: - `state` - /// RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - - /// 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. - /// Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage - /// OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = - /// canceled) * end_time &gt; \"2017-12-12T00:00:00+00:00\" The length of this field should be no - /// more than 500 characters. + /// 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. The + /// syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND + /// state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage + /// = cloud_storage AND (state = done OR state = canceled) * end_time &gt; + /// \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -7412,11 +7431,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// fields/values for inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - /// DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by /// quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred - /// while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * - /// inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR - /// inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = - /// HEALTHY) * last_run_time &gt; \"2017-12-12T00:00:00+00:00\" The length of this field should be - /// no more than 500 characters. + /// while running. * The operator must be `=` or `!=` for status and inspected_storage. The syntax is + /// based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND status = + /// HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = + /// cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time &gt; + /// \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -7735,17 +7754,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `table_data_profile_name` - The name of the related table - /// data profile. - `project_id` - The Google Cloud project ID. (REQUIRED) - `dataset_id` - The - /// BigQuery dataset ID. (REQUIRED) - `table_id` - The BigQuery table ID. (REQUIRED) - `field_id` - - /// The ID of the BigQuery field. - `info_type` - The infotype detected in the resource. - - /// `sensitivity_level` - HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this - /// data. - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. Examples: * - /// project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * - /// project_id = 12345 AND info_type = STREET_ADDRESS The length of this field should be no more - /// than 500 characters. + /// {value}`. * Supported fields: - `table_data_profile_name`: The name of the related table data + /// profile - `project_id`: The Google Cloud project ID (REQUIRED) - `dataset_id`: The BigQuery + /// dataset ID (REQUIRED) - `table_id`: The BigQuery table ID (REQUIRED) - `field_id`: The ID of the + /// BigQuery field - `info_type`: The infotype detected in the resource - `sensitivity_level`: + /// HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data - `status_code`: + /// An RPC status code as defined in + /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. The + /// `profile_last_generated` filter also supports `&lt;` and `&gt;`. The syntax is based on + /// https://google.aip.dev/160. Examples: * project_id = 12345 AND status_code = 1 * project_id = + /// 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS * + /// profile_last_generated &lt; "2025-01-01T00:00:00.000Z" The length of this field should be no + /// more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -8043,7 +8065,10 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR + /// + /// Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR The syntax is based on + /// https://google.aip.dev/160. + /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -8192,7 +8217,10 @@ public SearchRequest(Google.Apis.Services.IClientService service, string parent) [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR + /// + /// Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR The syntax is based on + /// https://google.aip.dev/160. + /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -9732,11 +9760,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// job. - 'end_time` - Corresponds to the time the job finished. - 'start_time` - Corresponds to /// the time the job finished. * Supported fields for risk analysis jobs: - `state` - /// RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to the time the job finished. - - /// 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. - /// Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = - /// cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = - /// done OR state = canceled) * end_time &gt; \"2017-12-12T00:00:00+00:00\" The length of this - /// field should be no more than 500 characters. + /// 'start_time` - Corresponds to the time the job finished. * The operator must be `=` or `!=`. The + /// syntax is based on https://google.aip.dev/160. Examples: * inspected_storage = cloud_storage AND + /// state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * + /// inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time &gt; + /// \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -10006,16 +10034,19 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Optional. Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - - /// `account_id` - The AWS account ID. - `file_store_path` - The path like "gs://bucket". - - /// `data_source_type` - The profile's data source type, like "google/storage/bucket". - - /// `data_storage_location` - The location where the file store's data is stored, like - /// "us-central1". - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - /// - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND - /// sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` * - /// `file_store_path = "gs://mybucket"` The length of this field should be no more than 500 + /// {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `account_id`: The + /// AWS account ID - `file_store_path`: The path like "gs://bucket" - `data_source_type`: The + /// profile's data source type, like "google/storage/bucket" - `data_storage_location`: The location + /// where the file store's data is stored, like "us-central1" - `sensitivity_level`: + /// HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: + /// PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in + /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` or `!=`. The `profile_last_generated` filter also supports `&lt;` and `&gt;`. The + /// syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = + /// 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND + /// resource_visibility = PUBLIC` * `file_store_path = "gs://mybucket"` * `profile_last_generated + /// &lt; "2025-01-01T00:00:00.000Z"` The length of this field should be no more than 500 /// characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] @@ -11129,10 +11160,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted /// timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of /// errors that have occurred while running. * The operator must be `=` or `!=` for status and - /// inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * - /// inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = - /// cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time &gt; - /// \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. + /// inspected_storage. The syntax is based on https://google.aip.dev/160. Examples: * + /// inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR + /// inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = + /// HEALTHY) * last_run_time &gt; \"2017-12-12T00:00:00+00:00\" The length of this field should + /// be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -11415,11 +11447,14 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - - /// `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND - /// sensitivity_level = HIGH` The length of this field should be no more than 500 characters. + /// {value}`. * Supported fields: - `project_id`: the Google Cloud project ID - `sensitivity_level`: + /// HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `status_code`: an RPC status code as + /// defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` or `!=`. The `profile_last_generated` filter also supports `&lt;` and `&gt;`. The + /// syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = + /// 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `profile_last_generated &lt; + /// "2025-01-01T00:00:00.000Z"` The length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -11428,10 +11463,10 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is /// case insensitive. The default sorting order is ascending. Redundant space characters are /// insignificant. Only one order field at a time is allowed. Examples: * `project_id` * - /// `sensitivity_level desc` Supported fields are: - `project_id`: Google Cloud project ID - - /// `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How - /// much risk is associated with this data. - `profile_last_generated`: When the profile was last - /// updated in epoch seconds. + /// `sensitivity_level desc` Supported fields: - `project_id`: Google Cloud project ID - + /// `sensitivity_level`: How sensitive the data in a project is, at most - `data_risk_level`: How + /// much risk is associated with this data - `profile_last_generated`: Date and time (in epoch + /// seconds) the profile was last generated /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } @@ -12066,14 +12101,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// Allows filtering. Supported syntax: * Filter expressions are made up of one or more /// restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * Supported fields/values: - `project_id` - The Google Cloud project ID. - - /// `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - - /// `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - - /// `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in - /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must - /// be `=` or `!=`. Examples: * `project_id = 12345 AND status_code = 1` * `project_id = 12345 AND - /// sensitivity_level = HIGH` * `project_id = 12345 AND resource_visibility = PUBLIC` The length of - /// this field should be no more than 500 characters. + /// {value}`. * Supported fields: - `project_id`: The Google Cloud project ID - `dataset_id`: The + /// BigQuery dataset ID - `table_id`: The ID of the BigQuery table - `sensitivity_level`: + /// HIGH|MODERATE|LOW - `data_risk_level`: HIGH|MODERATE|LOW - `resource_visibility`: + /// PUBLIC|RESTRICTED - `status_code`: an RPC status code as defined in + /// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto - + /// `profile_last_generated`: Date and time the profile was last generated * The operator must be + /// `=` or `!=`. The `profile_last_generated` filter also supports `&lt;` and `&gt;`. The + /// syntax is based on https://google.aip.dev/160. Examples: * `project_id = 12345 AND status_code = + /// 1` * `project_id = 12345 AND sensitivity_level = HIGH` * `project_id = 12345 AND + /// resource_visibility = PUBLIC` * `profile_last_generated &lt; "2025-01-01T00:00:00.000Z"` The + /// length of this field should be no more than 500 characters. /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } @@ -14673,8 +14711,8 @@ public class GooglePrivacyDlpV2DataRiskLevel : Google.Apis.Requests.IDirectRespo public class GooglePrivacyDlpV2DataSourceType : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. An identifying string to the type of resource being profiled. Current values: * - /// google/bigquery/table * google/project * google/sql/table * google/gcs/bucket + /// An identifying string to the type of resource being profiled. Current values: * google/bigquery/table * + /// google/project * google/sql/table * google/gcs/bucket /// [Newtonsoft.Json.JsonPropertyAttribute("dataSource")] public virtual string DataSource { get; set; } @@ -16668,9 +16706,9 @@ public class GooglePrivacyDlpV2FileStoreCollection : Google.Apis.Requests.IDirec /// Optional. To be included in the collection, a resource must meet all of the following requirements: - If tag /// filters are provided, match all provided tag filters. - If one or more patterns are specified, match at /// least one pattern. For a resource to match the tag filters, the resource must have all of the provided tags - /// attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. See - /// https://cloud.google.com/sensitive-data-protection/docs/profile-project-cloud-storage#manage-schedules to - /// learn more. + /// attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, + /// see [Manage + /// schedules](https://cloud.google.com/sensitive-data-protection/docs/profile-project-cloud-storage#manage-schedules). /// [Newtonsoft.Json.JsonPropertyAttribute("includeTags")] public virtual GooglePrivacyDlpV2TagFilters IncludeTags { get; set; } @@ -19059,10 +19097,10 @@ public class GooglePrivacyDlpV2OutputStorageConfig : Google.Apis.Requests.IDirec /// /// Store findings in an existing Cloud Storage bucket. Files will be generated with the job ID and file part - /// number as the filename, and will contain findings in textproto format as SaveToGcsFindingsOutput. The file - /// name will use the naming convention -, for example: my-job-id-2. Supported for Inspect jobs. The bucket must - /// not be the same as the bucket being inspected. If storing findings to Cloud Storage, the output schema field - /// should not be set. If set, it will be ignored. + /// number as the filename and will contain findings in textproto format as SaveToGcsFindingsOutput. The + /// filename will follow the naming convention `-`. Example: `my-job-id-2`. Supported for Inspect jobs. The + /// bucket must not be the same as the bucket being inspected. If storing findings to Cloud Storage, the output + /// schema field should not be set. If set, it will be ignored. /// [Newtonsoft.Json.JsonPropertyAttribute("storagePath")] public virtual GooglePrivacyDlpV2CloudStoragePath StoragePath { get; set; } @@ -19466,12 +19504,12 @@ public class GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog : Google.Apis.R /// /// Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-data-protection-job-result` aspect. - /// To learn more about aspects, see [Send inspection results to Dataplex Universal Catalog as - /// aspects](https://cloud.google.com/sensitive-data-protection/docs/add-aspects-inspection-job). Aspects are - /// persisted in Dataplex Universal Catalog storage and are governed by service-specific policies for Dataplex - /// Universal Catalog. For more information, see [Service Specific - /// Terms](https://cloud.google.com/terms/service-terms). Only a single instance of this action can be specified. - /// This action is allowed only if all resources being scanned are BigQuery tables. Compatible with: Inspect + /// For more information, see [Send inspection results to Dataplex Universal Catalog as + /// aspects](https://cloud.google.com/sensitive-data-protection/docs/add-aspects-inspection-job). Aspects are stored + /// in Dataplex Universal Catalog storage and are governed by service-specific policies for Dataplex Universal + /// Catalog. For more information, see [Service Specific Terms](https://cloud.google.com/terms/service-terms). Only + /// a single instance of this action can be specified. This action is allowed only if all resources being scanned + /// are BigQuery tables. Compatible with: Inspect /// public class GooglePrivacyDlpV2PublishFindingsToDataplexCatalog : Google.Apis.Requests.IDirectResponseSchema { @@ -19816,6 +19854,14 @@ public class GooglePrivacyDlpV2RedactImageRequest : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("byteItem")] public virtual GooglePrivacyDlpV2ByteContentItem ByteItem { get; set; } + /// + /// The full resource name of the de-identification template to use. Settings in the main + /// `image_redaction_configs` field override the corresponding settings in this de-identification template. The + /// request fails if the type of the template's deidentify_config is not image_transformations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("deidentifyTemplate")] + public virtual string DeidentifyTemplate { get; set; } + /// The configuration for specifying what content to redact from images. [Newtonsoft.Json.JsonPropertyAttribute("imageRedactionConfigs")] public virtual System.Collections.Generic.IList ImageRedactionConfigs { get; set; } @@ -19828,6 +19874,16 @@ public class GooglePrivacyDlpV2RedactImageRequest : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("inspectConfig")] public virtual GooglePrivacyDlpV2InspectConfig InspectConfig { get; set; } + /// + /// The full resource name of the inspection template to use. Settings in the main `inspect_config` field + /// override the corresponding settings in this inspection template. The merge behavior is as follows: - + /// Singular field: The main field's value replaces the value of the corresponding field in the template. - + /// Repeated fields: The field values are appended to the list defined in the template. - Sub-messages and + /// groups: The fields are recursively merged. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inspectTemplate")] + public virtual string InspectTemplate { get; set; } + /// Deprecated. This field has no effect. [Newtonsoft.Json.JsonPropertyAttribute("locationId")] public virtual string LocationId { get; set; } @@ -21780,12 +21836,13 @@ public class GooglePrivacyDlpV2VertexDatasetRegexes : Google.Apis.Requests.IDire public virtual string ETag { get; set; } } - /// Identifies a single Vertex AI dataset. + /// Identifies a single Vertex AI resource. Currently only datasets are supported. public class GooglePrivacyDlpV2VertexDatasetResourceReference : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. The name of the dataset resource. If set within a project-level configuration, the specified - /// resource must be within the project. + /// Required. The name of the Vertex AI resource. If set within a project-level configuration, the specified + /// resource must be within the project. Examples: * + /// `projects/{project}/locations/{location}/datasets/{dataset}` /// [Newtonsoft.Json.JsonPropertyAttribute("datasetResourceName")] public virtual string DatasetResourceName { get; set; } diff --git a/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj b/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj index b37b6b4b39e..2a158a036e3 100644 --- a/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj +++ b/Src/Generated/Google.Apis.DLP.v2/Google.Apis.DLP.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DLP.v2 Client Library - 1.71.0.3916 + 1.72.0.3958 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.cs b/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.cs index 427001fed1e..3537ee88cb8 100644 --- a/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.cs +++ b/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.cs @@ -3085,6 +3085,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3130,6 +3141,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -8218,6 +8237,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj b/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj index e2ac75a67d1..ffb73879f96 100644 --- a/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj +++ b/Src/Generated/Google.Apis.DataCatalog.v1/Google.Apis.DataCatalog.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataCatalog.v1 Client Library - 1.70.0.3853 + 1.72.0.3923 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.cs b/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.cs index 83e1a589c24..4e58624bf1b 100644 --- a/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.cs +++ b/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.cs @@ -1411,6 +1411,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1456,6 +1467,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2345,6 +2364,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj b/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj index 787a2a365fb..eb6f3161103 100644 --- a/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj +++ b/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataFusion.v1 Client Library - 1.70.0.3896 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.cs b/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.cs index 9d23213a086..827f49bd23a 100644 --- a/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.cs +++ b/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.cs @@ -1822,6 +1822,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1867,6 +1878,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2841,6 +2860,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj b/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj index 4029b0d6261..2e555e7faf8 100644 --- a/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj +++ b/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.DataFusion.v1beta1 Client Library - 1.70.0.3896 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DataManager.v1/Google.Apis.DataManager.v1.cs b/Src/Generated/Google.Apis.DataManager.v1/Google.Apis.DataManager.v1.cs new file mode 100644 index 00000000000..97d0f095053 --- /dev/null +++ b/Src/Generated/Google.Apis.DataManager.v1/Google.Apis.DataManager.v1.cs @@ -0,0 +1,1663 @@ +// Copyright 2025 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Generated code. DO NOT EDIT! + +namespace Google.Apis.DataManager.v1 +{ + /// The DataManager Service. + public class DataManagerService : Google.Apis.Services.BaseClientService + { + /// The API version. + public const string Version = "v1"; + + /// The discovery version used to generate this service. + public static Google.Apis.Discovery.DiscoveryVersion DiscoveryVersionUsed = Google.Apis.Discovery.DiscoveryVersion.Version_1_0; + + /// Constructs a new service. + public DataManagerService() : this(new Google.Apis.Services.BaseClientService.Initializer()) + { + } + + /// Constructs a new service. + /// The service initializer. + public DataManagerService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) + { + AudienceMembers = new AudienceMembersResource(this); + Events = new EventsResource(this); + RequestStatus = new RequestStatusResource(this); + BaseUri = GetEffectiveUri(BaseUriOverride, "https://datamanager.googleapis.com/"); + BatchUri = GetEffectiveUri(null, "https://datamanager.googleapis.com/batch"); + } + + /// Gets the service supported features. + public override System.Collections.Generic.IList Features => new string[0]; + + /// Gets the service name. + public override string Name => "datamanager"; + + /// Gets the service base URI. + public override string BaseUri { get; } + + /// Gets the service base path. + public override string BasePath => ""; + + /// Gets the batch base URI; null if unspecified. + public override string BatchUri { get; } + + /// Gets the batch base path; null if unspecified. + public override string BatchPath => "batch"; + + /// Available OAuth 2.0 scopes for use with the Data Manager API. + public class Scope + { + /// + /// See, edit, create, import, or delete your customer data in Google Ads, Google Marketing Platform + /// (Campaign Manager 360, Search Ads 360, Display &amp; Video 360), and Google Analytics + /// + public static string Datamanager = "https://www.googleapis.com/auth/datamanager"; + } + + /// Available OAuth 2.0 scope constants for use with the Data Manager API. + public static class ScopeConstants + { + /// + /// See, edit, create, import, or delete your customer data in Google Ads, Google Marketing Platform + /// (Campaign Manager 360, Search Ads 360, Display &amp; Video 360), and Google Analytics + /// + public const string Datamanager = "https://www.googleapis.com/auth/datamanager"; + } + + /// Gets the AudienceMembers resource. + public virtual AudienceMembersResource AudienceMembers { get; } + + /// Gets the Events resource. + public virtual EventsResource Events { get; } + + /// Gets the RequestStatus resource. + public virtual RequestStatusResource RequestStatus { get; } + } + + /// A base abstract class for DataManager requests. + public abstract class DataManagerBaseServiceRequest : Google.Apis.Requests.ClientServiceRequest + { + /// Constructs a new DataManagerBaseServiceRequest instance. + protected DataManagerBaseServiceRequest(Google.Apis.Services.IClientService service) : base(service) + { + } + + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. Required + /// unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a + /// user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// Initializes DataManager parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("$.xgafv", new Google.Apis.Discovery.Parameter + { + Name = "$.xgafv", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("access_token", new Google.Apis.Discovery.Parameter + { + Name = "access_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("alt", new Google.Apis.Discovery.Parameter + { + Name = "alt", + IsRequired = false, + ParameterType = "query", + DefaultValue = "json", + Pattern = null, + }); + RequestParameters.Add("callback", new Google.Apis.Discovery.Parameter + { + Name = "callback", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("fields", new Google.Apis.Discovery.Parameter + { + Name = "fields", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("key", new Google.Apis.Discovery.Parameter + { + Name = "key", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("oauth_token", new Google.Apis.Discovery.Parameter + { + Name = "oauth_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("prettyPrint", new Google.Apis.Discovery.Parameter + { + Name = "prettyPrint", + IsRequired = false, + ParameterType = "query", + DefaultValue = "true", + Pattern = null, + }); + RequestParameters.Add("quotaUser", new Google.Apis.Discovery.Parameter + { + Name = "quotaUser", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("uploadType", new Google.Apis.Discovery.Parameter + { + Name = "uploadType", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("upload_protocol", new Google.Apis.Discovery.Parameter + { + Name = "upload_protocol", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// The "audienceMembers" collection of methods. + public class AudienceMembersResource + { + private const string Resource = "audienceMembers"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AudienceMembersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Uploads a list of AudienceMember resources to the provided Destination. + /// The body of the request. + public virtual IngestRequest Ingest(Google.Apis.DataManager.v1.Data.IngestAudienceMembersRequest body) + { + return new IngestRequest(this.service, body); + } + + /// Uploads a list of AudienceMember resources to the provided Destination. + public class IngestRequest : DataManagerBaseServiceRequest + { + /// Constructs a new Ingest request. + public IngestRequest(Google.Apis.Services.IClientService service, Google.Apis.DataManager.v1.Data.IngestAudienceMembersRequest body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.DataManager.v1.Data.IngestAudienceMembersRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "ingest"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/audienceMembers:ingest"; + + /// Initializes Ingest parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + + /// Removes a list of AudienceMember resources from the provided Destination. + /// The body of the request. + public virtual RemoveRequest Remove(Google.Apis.DataManager.v1.Data.RemoveAudienceMembersRequest body) + { + return new RemoveRequest(this.service, body); + } + + /// Removes a list of AudienceMember resources from the provided Destination. + public class RemoveRequest : DataManagerBaseServiceRequest + { + /// Constructs a new Remove request. + public RemoveRequest(Google.Apis.Services.IClientService service, Google.Apis.DataManager.v1.Data.RemoveAudienceMembersRequest body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.DataManager.v1.Data.RemoveAudienceMembersRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "remove"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/audienceMembers:remove"; + + /// Initializes Remove parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + } + + /// The "events" collection of methods. + public class EventsResource + { + private const string Resource = "events"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public EventsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Uploads a list of Event resources from the provided Destination. + /// The body of the request. + public virtual IngestRequest Ingest(Google.Apis.DataManager.v1.Data.IngestEventsRequest body) + { + return new IngestRequest(this.service, body); + } + + /// Uploads a list of Event resources from the provided Destination. + public class IngestRequest : DataManagerBaseServiceRequest + { + /// Constructs a new Ingest request. + public IngestRequest(Google.Apis.Services.IClientService service, Google.Apis.DataManager.v1.Data.IngestEventsRequest body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.DataManager.v1.Data.IngestEventsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "ingest"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/events:ingest"; + + /// Initializes Ingest parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + } + + /// The "requestStatus" collection of methods. + public class RequestStatusResource + { + private const string Resource = "requestStatus"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RequestStatusResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets the status of a request given request id. + public virtual RetrieveRequest Retrieve() + { + return new RetrieveRequest(this.service); + } + + /// Gets the status of a request given request id. + public class RetrieveRequest : DataManagerBaseServiceRequest + { + /// Constructs a new Retrieve request. + public RetrieveRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } + + /// Required. Required. The request ID of the Data Manager API request. + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "retrieve"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/requestStatus:retrieve"; + + /// Initializes Retrieve parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } +} +namespace Google.Apis.DataManager.v1.Data +{ + /// + /// Identifiers and other information used to match the conversion event with other online activity (such as ad + /// clicks). + /// + public class AdIdentifiers : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The click identifier for clicks associated with app events and originating from iOS devices + /// starting with iOS14. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gbraid")] + public virtual string Gbraid { get; set; } + + /// Optional. The Google click ID (gclid) associated with this event. + [Newtonsoft.Json.JsonPropertyAttribute("gclid")] + public virtual string Gclid { get; set; } + + /// + /// Optional. Information gathered about the device being used (if any) at the time of landing onto the + /// advertiser’s site after interacting with the ad. + /// + [Newtonsoft.Json.JsonPropertyAttribute("landingPageDeviceInfo")] + public virtual DeviceInfo LandingPageDeviceInfo { get; set; } + + /// Optional. Session attributes for event attribution and modeling. + [Newtonsoft.Json.JsonPropertyAttribute("sessionAttributes")] + public virtual string SessionAttributes { get; set; } + + /// + /// Optional. The click identifier for clicks associated with web events and originating from iOS devices + /// starting with iOS14. + /// + [Newtonsoft.Json.JsonPropertyAttribute("wbraid")] + public virtual string Wbraid { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Address information for the user. + public class AddressInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing + /// whitespace, and hashed as SHA-256. + /// + [Newtonsoft.Json.JsonPropertyAttribute("familyName")] + public virtual string FamilyName { get; set; } + + /// + /// Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing + /// whitespace, and hashed as SHA-256. + /// + [Newtonsoft.Json.JsonPropertyAttribute("givenName")] + public virtual string GivenName { get; set; } + + /// Required. The postal code of the user's address. + [Newtonsoft.Json.JsonPropertyAttribute("postalCode")] + public virtual string PostalCode { get; set; } + + /// Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address. + [Newtonsoft.Json.JsonPropertyAttribute("regionCode")] + public virtual string RegionCode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The audience member to be operated on. + public class AudienceMember : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The consent setting for the user. + [Newtonsoft.Json.JsonPropertyAttribute("consent")] + public virtual Consent Consent { get; set; } + + /// Optional. Defines which Destination to send the audience member to. + [Newtonsoft.Json.JsonPropertyAttribute("destinationReferences")] + public virtual System.Collections.Generic.IList DestinationReferences { get; set; } + + /// Data identifying the user's mobile devices. + [Newtonsoft.Json.JsonPropertyAttribute("mobileData")] + public virtual MobileData MobileData { get; set; } + + /// + /// [Publisher Advertiser Identity Reconciliation (PAIR) IDs](//support.google.com/admanager/answer/15067908). + /// + [Newtonsoft.Json.JsonPropertyAttribute("pairData")] + public virtual PairData PairData { get; set; } + + /// User-provided data that identifies the user. + [Newtonsoft.Json.JsonPropertyAttribute("userData")] + public virtual UserData UserData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A data encryption key wrapped by an AWS KMS key. + public class AwsWrappedKeyInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The base64 encoded encrypted data encryption key. + [Newtonsoft.Json.JsonPropertyAttribute("encryptedDek")] + public virtual string EncryptedDek { get; set; } + + /// + /// Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the format of + /// `arn:{partition}:kms:{region}:{account_id}:key/{key_id}` or + /// `aws-kms://arn:{partition}:kms:{region}:{account_id}:key/{key_id}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("kekUri")] + public virtual string KekUri { get; set; } + + /// Required. The type of algorithm used to encrypt the data. + [Newtonsoft.Json.JsonPropertyAttribute("keyType")] + public virtual string KeyType { get; set; } + + /// + /// Required. The Amazon Resource Name of the IAM Role to assume for KMS decryption access. Should be in the + /// format of `arn:{partition}:iam::{account_id}:role/{role_name}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("roleArn")] + public virtual string RoleArn { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The cart data associated with the event. + public class CartData : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The list of items associated with the event. + [Newtonsoft.Json.JsonPropertyAttribute("items")] + public virtual System.Collections.Generic.IList Items { get; set; } + + /// Optional. The Merchant Center feed label associated with the feed of the items. + [Newtonsoft.Json.JsonPropertyAttribute("merchantFeedLabel")] + public virtual string MerchantFeedLabel { get; set; } + + /// + /// Optional. The language code in ISO 639-1 associated with the Merchant Center feed of the items.where your + /// items are uploaded. + /// + [Newtonsoft.Json.JsonPropertyAttribute("merchantFeedLanguageCode")] + public virtual string MerchantFeedLanguageCode { get; set; } + + /// Optional. The Merchant Center ID associated with the items. + [Newtonsoft.Json.JsonPropertyAttribute("merchantId")] + public virtual string MerchantId { get; set; } + + /// Optional. The sum of all discounts associated with the transaction. + [Newtonsoft.Json.JsonPropertyAttribute("transactionDiscount")] + public virtual System.Nullable TransactionDiscount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// [Digital Markets Act (DMA)](//digital-markets-act.ec.europa.eu/index_en) consent settings for the user. + /// + public class Consent : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Represents if the user consents to ad personalization. + [Newtonsoft.Json.JsonPropertyAttribute("adPersonalization")] + public virtual string AdPersonalization { get; set; } + + /// Optional. Represents if the user consents to ad user data. + [Newtonsoft.Json.JsonPropertyAttribute("adUserData")] + public virtual string AdUserData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Custom variable for ads conversions. + public class CustomVariable : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Reference string used to determine which of the Event.destination_references the custom variable + /// should be sent to. If empty, the Event.destination_references will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("destinationReferences")] + public virtual System.Collections.Generic.IList DestinationReferences { get; set; } + + /// Optional. The value to store for the custom variable. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + + /// + /// Optional. The name of the custom variable to set. If the variable is not found for the given destination, it + /// will be ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("variable")] + public virtual string Variable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The Google product you're sending data to. For example, a Google Ads account. + public class Destination : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. An account that the calling user's `login_account` has access to, through an established account + /// link. For example, a data partner's `login_account` might have access to a client's `linked_account`. The + /// partner might use this field to send data from the `linked_account` to another `operating_account`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("linkedAccount")] + public virtual ProductAccount LinkedAccount { get; set; } + + /// + /// Optional. The account used to make this API call. To add or remove data from the `operating_account`, this + /// `login_account` must have write access to the `operating_account`. For example, a manager account of the + /// `operating_account`, or an account with an established link to the `operating_account`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("loginAccount")] + public virtual ProductAccount LoginAccount { get; set; } + + /// Required. The account to send the data to or remove the data from. + [Newtonsoft.Json.JsonPropertyAttribute("operatingAccount")] + public virtual ProductAccount OperatingAccount { get; set; } + + /// + /// Required. The object within the product account to ingest into. For example, a Google Ads audience ID, a + /// Display &amp; Video 360 audience ID or a Google Ads conversion action ID. + /// + [Newtonsoft.Json.JsonPropertyAttribute("productDestinationId")] + public virtual string ProductDestinationId { get; set; } + + /// + /// Optional. ID for this `Destination` resource, unique within the request. Use to reference this `Destination` + /// in the IngestEventsRequest and IngestAudienceMembersRequest. + /// + [Newtonsoft.Json.JsonPropertyAttribute("reference")] + public virtual string Reference { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Information about the device being used (if any) when the event happened. + public class DeviceInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The IP address of the device for the given context. **Note:** Google Ads does not support IP + /// address matching for end users in the European Economic Area (EEA), United Kingdom (UK), or Switzerland + /// (CH). Add logic to conditionally exclude sharing IP addresses from users from these regions and ensure that + /// you provide users with clear and comprehensive information about the data you collect on your sites, apps, + /// and other properties and get consent where required by law or any applicable Google policies. See the [About + /// offline conversion imports](https://support.google.com/google-ads/answer/2998031) page for more details. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ipAddress")] + public virtual string IpAddress { get; set; } + + /// Optional. The user-agent string of the device for the given context. + [Newtonsoft.Json.JsonPropertyAttribute("userAgent")] + public virtual string UserAgent { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Encryption information for the data being ingested. + public class EncryptionInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Amazon Web Services wrapped key information. + [Newtonsoft.Json.JsonPropertyAttribute("awsWrappedKeyInfo")] + public virtual AwsWrappedKeyInfo AwsWrappedKeyInfo { get; set; } + + /// Google Cloud Platform wrapped key information. + [Newtonsoft.Json.JsonPropertyAttribute("gcpWrappedKeyInfo")] + public virtual GcpWrappedKeyInfo GcpWrappedKeyInfo { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The error count for a given error reason. + public class ErrorCount : Google.Apis.Requests.IDirectResponseSchema + { + /// The error reason of the failed records. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// The count of records that failed to upload for a given reason. + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Error counts for each type of error. + public class ErrorInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of errors and counts per error reason. May not be populated in all cases. + [Newtonsoft.Json.JsonPropertyAttribute("errorCounts")] + public virtual System.Collections.Generic.IList ErrorCounts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An event representing a user interaction with an advertiser's website or app. + public class Event : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Identifiers and other information used to match the conversion event with other online activity + /// (such as ad clicks). + /// + [Newtonsoft.Json.JsonPropertyAttribute("adIdentifiers")] + public virtual AdIdentifiers AdIdentifiers { get; set; } + + /// + /// Optional. A bucket of any [event + /// parameters](https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events) to + /// be included within the event that were not already specified using other structured fields. + /// + [Newtonsoft.Json.JsonPropertyAttribute("additionalEventParameters")] + public virtual System.Collections.Generic.IList AdditionalEventParameters { get; set; } + + /// Optional. Information about the transaction and items associated with the event. + [Newtonsoft.Json.JsonPropertyAttribute("cartData")] + public virtual CartData CartData { get; set; } + + /// + /// Optional. A unique identifier for the user instance of a web client for this GA4 web stream. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } + + /// + /// Optional. Information about whether the associated user has provided different types of consent. + /// + [Newtonsoft.Json.JsonPropertyAttribute("consent")] + public virtual Consent Consent { get; set; } + + /// Optional. The conversion value associated with the event, for value-based conversions. + [Newtonsoft.Json.JsonPropertyAttribute("conversionValue")] + public virtual System.Nullable ConversionValue { get; set; } + + /// Optional. The currency code associated with all monetary values within this event. + [Newtonsoft.Json.JsonPropertyAttribute("currency")] + public virtual string Currency { get; set; } + + /// + /// Optional. Additional key/value pair information to send to the conversion containers (conversion action or + /// FL activity). + /// + [Newtonsoft.Json.JsonPropertyAttribute("customVariables")] + public virtual System.Collections.Generic.IList CustomVariables { get; set; } + + /// + /// Optional. Reference string used to determine the destination. If empty, the event will be sent to all + /// destinations in the request. + /// + [Newtonsoft.Json.JsonPropertyAttribute("destinationReferences")] + public virtual System.Collections.Generic.IList DestinationReferences { get; set; } + + /// + /// Optional. Information gathered about the device being used (if any) when the event happened. + /// + [Newtonsoft.Json.JsonPropertyAttribute("eventDeviceInfo")] + public virtual DeviceInfo EventDeviceInfo { get; set; } + + /// Optional. The name of the event. Required for GA4 events. + [Newtonsoft.Json.JsonPropertyAttribute("eventName")] + public virtual string EventName { get; set; } + + /// Optional. Signal for where the event happened (web, app, in-store, etc.). + [Newtonsoft.Json.JsonPropertyAttribute("eventSource")] + public virtual string EventSource { get; set; } + + private string _eventTimestampRaw; + + private object _eventTimestamp; + + /// Required. The time the event occurred. + [Newtonsoft.Json.JsonPropertyAttribute("eventTimestamp")] + public virtual string EventTimestampRaw + { + get => _eventTimestampRaw; + set + { + _eventTimestamp = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _eventTimestampRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EventTimestampDateTimeOffset instead.")] + public virtual object EventTimestamp + { + get => _eventTimestamp; + set + { + _eventTimestampRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _eventTimestamp = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EventTimestampDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EventTimestampRaw); + set => EventTimestampRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. A list of key/value pairs for experimental fields that may eventually be promoted to be part of + /// the API. + /// + [Newtonsoft.Json.JsonPropertyAttribute("experimentalFields")] + public virtual System.Collections.Generic.IList ExperimentalFields { get; set; } + + private string _lastUpdatedTimestampRaw; + + private object _lastUpdatedTimestamp; + + /// Optional. The last time the event was updated. + [Newtonsoft.Json.JsonPropertyAttribute("lastUpdatedTimestamp")] + public virtual string LastUpdatedTimestampRaw + { + get => _lastUpdatedTimestampRaw; + set + { + _lastUpdatedTimestamp = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastUpdatedTimestampRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastUpdatedTimestampDateTimeOffset instead.")] + public virtual object LastUpdatedTimestamp + { + get => _lastUpdatedTimestamp; + set + { + _lastUpdatedTimestampRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastUpdatedTimestamp = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastUpdatedTimestampDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastUpdatedTimestampRaw); + set => LastUpdatedTimestampRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. The unique identifier for this event. Required for conversions using multiple data sources. + /// + [Newtonsoft.Json.JsonPropertyAttribute("transactionId")] + public virtual string TransactionId { get; set; } + + /// + /// Optional. Pieces of user provided data, representing the user the event is associated with. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userData")] + public virtual UserData UserData { get; set; } + + /// Optional. A unique identifier for a user, as defined by the advertiser. + [Newtonsoft.Json.JsonPropertyAttribute("userId")] + public virtual string UserId { get; set; } + + /// + /// Optional. Advertiser-assessed information about the user at the time that the event happened. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userProperties")] + public virtual UserProperties UserProperties { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Event parameter for GA4 events. + public class EventParameter : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The name of the parameter to use. + [Newtonsoft.Json.JsonPropertyAttribute("parameterName")] + public virtual string ParameterName { get; set; } + + /// Required. The string representation of the value of the parameter to set. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Experimental field representing unofficial fields. + public class ExperimentalField : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The name of the field to use. + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// Optional. The value the field to set. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Information about the Google Cloud Platform wrapped key. + public class GcpWrappedKeyInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The base64 encoded encrypted data encryption key. + [Newtonsoft.Json.JsonPropertyAttribute("encryptedDek")] + public virtual string EncryptedDek { get; set; } + + /// + /// Required. Google Cloud Platform [Cloud Key Management Service resource + /// ID](//cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of + /// `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}` or + /// `gcp-kms://projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("kekUri")] + public virtual string KekUri { get; set; } + + /// Required. The type of algorithm used to encrypt the data. + [Newtonsoft.Json.JsonPropertyAttribute("keyType")] + public virtual string KeyType { get; set; } + + /// + /// Required. The [Workload Identity](//cloud.google.com/iam/docs/workload-identity-federation) pool provider + /// required to use KEK. + /// + [Newtonsoft.Json.JsonPropertyAttribute("wipProvider")] + public virtual string WipProvider { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Request to upload audience members to the provided destinations. Returns an IngestAudienceMembersResponse. + /// + public class IngestAudienceMembersRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The list of users to send to the specified destinations. At most 10000 AudienceMember resources + /// can be sent in a single request. + /// + [Newtonsoft.Json.JsonPropertyAttribute("audienceMembers")] + public virtual System.Collections.Generic.IList AudienceMembers { get; set; } + + /// + /// Optional. Request-level consent to apply to all users in the request. User-level consent overrides + /// request-level consent, and can be specified in each AudienceMember. + /// + [Newtonsoft.Json.JsonPropertyAttribute("consent")] + public virtual Consent Consent { get; set; } + + /// Required. The list of destinations to send the audience members to. + [Newtonsoft.Json.JsonPropertyAttribute("destinations")] + public virtual System.Collections.Generic.IList Destinations { get; set; } + + /// + /// Optional. Required for UserData uploads. The encoding type of the user identifiers. For hashed user + /// identifiers, this is the encoding type of the hashed string. For encrypted hashed user identifiers, this is + /// the encoding type of the outer encrypted string, but not necessarily the inner hashed string, meaning the + /// inner hashed string could be encoded in a different way than the outer encrypted string. For non `UserData` + /// uploads, this field is ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("encoding")] + public virtual string Encoding { get; set; } + + /// + /// Optional. Encryption information for UserData uploads. If not set, it's assumed that uploaded identifying + /// information is hashed but not encrypted. For non `UserData` uploads, this field is ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("encryptionInfo")] + public virtual EncryptionInfo EncryptionInfo { get; set; } + + /// Optional. The terms of service that the user has accepted/rejected. + [Newtonsoft.Json.JsonPropertyAttribute("termsOfService")] + public virtual TermsOfService TermsOfService { get; set; } + + /// + /// Optional. For testing purposes. If `true`, the request is validated but not executed. Only errors are + /// returned, not results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("validateOnly")] + public virtual System.Nullable ValidateOnly { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response from the IngestAudienceMembersRequest. + public class IngestAudienceMembersResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The auto-generated ID of the request. + [Newtonsoft.Json.JsonPropertyAttribute("requestId")] + public virtual string RequestId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of the ingest audience members request. + public class IngestAudienceMembersStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The status of the mobile data ingestion to the destination. + [Newtonsoft.Json.JsonPropertyAttribute("mobileDataIngestionStatus")] + public virtual IngestMobileDataStatus MobileDataIngestionStatus { get; set; } + + /// The status of the pair data ingestion to the destination. + [Newtonsoft.Json.JsonPropertyAttribute("pairDataIngestionStatus")] + public virtual IngestPairDataStatus PairDataIngestionStatus { get; set; } + + /// The status of the user data ingestion to the destination. + [Newtonsoft.Json.JsonPropertyAttribute("userDataIngestionStatus")] + public virtual IngestUserDataStatus UserDataIngestionStatus { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Request to upload audience members to the provided destinations. Returns an IngestEventsResponse. + /// + public class IngestEventsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Request-level consent to apply to all users in the request. User-level consent overrides + /// request-level consent, and can be specified in each Event. + /// + [Newtonsoft.Json.JsonPropertyAttribute("consent")] + public virtual Consent Consent { get; set; } + + /// Required. The list of destinations to send the events to. + [Newtonsoft.Json.JsonPropertyAttribute("destinations")] + public virtual System.Collections.Generic.IList Destinations { get; set; } + + /// + /// Optional. Required for UserData uploads. The encoding type of the user identifiers. For hashed user + /// identifiers, this is the encoding type of the hashed string. For encrypted hashed user identifiers, this is + /// the encoding type of the outer encrypted string, but not necessarily the inner hashed string, meaning the + /// inner hashed string could be encoded in a different way than the outer encrypted string. For non `UserData` + /// uploads, this field is ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("encoding")] + public virtual string Encoding { get; set; } + + /// + /// Optional. Encryption information for UserData uploads. If not set, it's assumed that uploaded identifying + /// information is hashed but not encrypted. For non `UserData` uploads, this field is ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("encryptionInfo")] + public virtual EncryptionInfo EncryptionInfo { get; set; } + + /// + /// Required. The list of events to send to the specified destinations. At most 2000 Event resources can be sent + /// in a single request. + /// + [Newtonsoft.Json.JsonPropertyAttribute("events")] + public virtual System.Collections.Generic.IList Events { get; set; } + + /// + /// Optional. For testing purposes. If `true`, the request is validated but not executed. Only errors are + /// returned, not results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("validateOnly")] + public virtual System.Nullable ValidateOnly { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response from the IngestEventsRequest. + public class IngestEventsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The auto-generated ID of the request. + [Newtonsoft.Json.JsonPropertyAttribute("requestId")] + public virtual string RequestId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of the events ingestion to the destination. + public class IngestEventsStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The total count of events sent in the upload request. Includes all events in the request, regardless of + /// whether they were successfully ingested or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The status of the mobile data ingestion to the destination containing stats related to the ingestion. + /// + public class IngestMobileDataStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The total count of mobile ids sent in the upload request for the destination. Includes all mobile ids in the + /// request, regardless of whether they were successfully ingested or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mobileIdCount")] + public virtual System.Nullable MobileIdCount { get; set; } + + /// + /// The total count of audience members sent in the upload request for the destination. Includes all audience + /// members in the request, regardless of whether they were successfully ingested or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The status of the pair data ingestion to the destination containing stats related to the ingestion. + /// + public class IngestPairDataStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the + /// request, regardless of whether they were successfully ingested or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pairIdCount")] + public virtual System.Nullable PairIdCount { get; set; } + + /// + /// The total count of audience members sent in the upload request for the destination. Includes all audience + /// members in the request, regardless of whether they were successfully ingested or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The status of the user data ingestion to the destination containing stats related to the ingestion. + /// + public class IngestUserDataStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The total count of audience members sent in the upload request for the destination. Includes all audience + /// members in the request, regardless of whether they were successfully ingested or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The match rate range of the upload. + [Newtonsoft.Json.JsonPropertyAttribute("uploadMatchRateRange")] + public virtual string UploadMatchRateRange { get; set; } + + /// + /// The total count of user identifiers sent in the upload request for the destination. Includes all user + /// identifiers in the request, regardless of whether they were successfully ingested or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userIdentifierCount")] + public virtual System.Nullable UserIdentifierCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents an item in the cart associated with the event. + public class Item : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. A bucket of any [event parameters related to an + /// item](https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events) to be + /// included within the event that were not already specified using other structured fields. + /// + [Newtonsoft.Json.JsonPropertyAttribute("additionalItemParameters")] + public virtual System.Collections.Generic.IList AdditionalItemParameters { get; set; } + + /// Optional. A unique identifier to reference the item. + [Newtonsoft.Json.JsonPropertyAttribute("itemId")] + public virtual string ItemId { get; set; } + + /// Optional. The product ID within the Merchant Center account. + [Newtonsoft.Json.JsonPropertyAttribute("merchantProductId")] + public virtual string MerchantProductId { get; set; } + + /// Optional. The number of this item associated with the event. + [Newtonsoft.Json.JsonPropertyAttribute("quantity")] + public virtual System.Nullable Quantity { get; set; } + + /// Optional. The unit price excluding tax, shipping, and any transaction level discounts. + [Newtonsoft.Json.JsonPropertyAttribute("unitPrice")] + public virtual System.Nullable UnitPrice { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A bucket of any [event parameters related to an + /// item](https://developers.google.com/analytics/devguides/collection/protocol/ga4/reference/events) to be included + /// within the event that were not already specified using other structured fields. + /// + public class ItemParameter : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The name of the parameter to use. + [Newtonsoft.Json.JsonPropertyAttribute("parameterName")] + public virtual string ParameterName { get; set; } + + /// Required. The string representation of the value of the parameter to set. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Mobile IDs for the audience. At least one mobile ID is required. + public class MobileData : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The list of mobile device IDs (advertising ID/IDFA). At most 10 `mobileIds` can be provided in a + /// single AudienceMember. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mobileIds")] + public virtual System.Collections.Generic.IList MobileIds { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// [PAIR](//support.google.com/admanager/answer/15067908) IDs for the audience. At least one PAIR ID is required. + /// + public class PairData : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using + /// publisher key for the [PAIR]((//support.google.com/admanager/answer/15067908)) user list. At most 10 + /// `pairIds` can be provided in a single AudienceMember. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pairIds")] + public virtual System.Collections.Generic.IList PairIds { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a specific account. + public class ProductAccount : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The ID of the account. For example, your Google Ads account ID. + [Newtonsoft.Json.JsonPropertyAttribute("accountId")] + public virtual string AccountId { get; set; } + + /// + /// Optional. The type of the account. For example, `GOOGLE_ADS`. Either `account_type` or the deprecated + /// `product` is required. If both are set, the values must match. + /// + [Newtonsoft.Json.JsonPropertyAttribute("accountType")] + public virtual string AccountType { get; set; } + + /// Deprecated. Use `account_type` instead. + [Newtonsoft.Json.JsonPropertyAttribute("product")] + public virtual string Product { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Request to remove users from an audience in the provided destinations. Returns a RemoveAudienceMembersResponse. + /// + public class RemoveAudienceMembersRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The list of users to remove. + [Newtonsoft.Json.JsonPropertyAttribute("audienceMembers")] + public virtual System.Collections.Generic.IList AudienceMembers { get; set; } + + /// Required. The list of destinations to remove the users from. + [Newtonsoft.Json.JsonPropertyAttribute("destinations")] + public virtual System.Collections.Generic.IList Destinations { get; set; } + + /// + /// Optional. Required for UserData uploads. The encoding type of the user identifiers. Applies to only the + /// outer encoding for encrypted user identifiers. For non `UserData` uploads, this field is ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("encoding")] + public virtual string Encoding { get; set; } + + /// + /// Optional. Encryption information for UserData uploads. If not set, it's assumed that uploaded identifying + /// information is hashed but not encrypted. For non `UserData` uploads, this field is ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("encryptionInfo")] + public virtual EncryptionInfo EncryptionInfo { get; set; } + + /// + /// Optional. For testing purposes. If `true`, the request is validated but not executed. Only errors are + /// returned, not results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("validateOnly")] + public virtual System.Nullable ValidateOnly { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response from the RemoveAudienceMembersRequest. + public class RemoveAudienceMembersResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The auto-generated ID of the request. + [Newtonsoft.Json.JsonPropertyAttribute("requestId")] + public virtual string RequestId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of the remove audience members request. + public class RemoveAudienceMembersStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The status of the mobile data removal from the destination. + [Newtonsoft.Json.JsonPropertyAttribute("mobileDataRemovalStatus")] + public virtual RemoveMobileDataStatus MobileDataRemovalStatus { get; set; } + + /// The status of the pair data removal from the destination. + [Newtonsoft.Json.JsonPropertyAttribute("pairDataRemovalStatus")] + public virtual RemovePairDataStatus PairDataRemovalStatus { get; set; } + + /// The status of the user data removal from the destination. + [Newtonsoft.Json.JsonPropertyAttribute("userDataRemovalStatus")] + public virtual RemoveUserDataStatus UserDataRemovalStatus { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of the mobile data removal from the destination. + public class RemoveMobileDataStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The total count of mobile Ids sent in the removal request. Includes all mobile ids in the request, + /// regardless of whether they were successfully removed or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mobileIdCount")] + public virtual System.Nullable MobileIdCount { get; set; } + + /// + /// The total count of audience members sent in the removal request. Includes all audience members in the + /// request, regardless of whether they were successfully removed or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of the pair data removal from the destination. + public class RemovePairDataStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The total count of pair ids sent in the removal request. Includes all pair ids in the request, regardless of + /// whether they were successfully removed or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pairIdCount")] + public virtual System.Nullable PairIdCount { get; set; } + + /// + /// The total count of audience members sent in the removal request. Includes all audience members in the + /// request, regardless of whether they were successfully removed or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of the user data removal from the destination. + public class RemoveUserDataStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The total count of audience members sent in the removal request. Includes all audience members in the + /// request, regardless of whether they were successfully removed or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// + /// The total count of user identifiers sent in the removal request. Includes all user identifiers in the + /// request, regardless of whether they were successfully removed or not. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userIdentifierCount")] + public virtual System.Nullable UserIdentifierCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A request status per destination. + public class RequestStatusPerDestination : Google.Apis.Requests.IDirectResponseSchema + { + /// The status of the ingest audience members request. + [Newtonsoft.Json.JsonPropertyAttribute("audienceMembersIngestionStatus")] + public virtual IngestAudienceMembersStatus AudienceMembersIngestionStatus { get; set; } + + /// The status of the remove audience members request. + [Newtonsoft.Json.JsonPropertyAttribute("audienceMembersRemovalStatus")] + public virtual RemoveAudienceMembersStatus AudienceMembersRemovalStatus { get; set; } + + /// A destination within a DM API request. + [Newtonsoft.Json.JsonPropertyAttribute("destination")] + public virtual Destination Destination { get; set; } + + /// An error info error containing the error reason and error counts related to the upload. + [Newtonsoft.Json.JsonPropertyAttribute("errorInfo")] + public virtual ErrorInfo ErrorInfo { get; set; } + + /// The status of the ingest events request. + [Newtonsoft.Json.JsonPropertyAttribute("eventsIngestionStatus")] + public virtual IngestEventsStatus EventsIngestionStatus { get; set; } + + /// The request status of the destination. + [Newtonsoft.Json.JsonPropertyAttribute("requestStatus")] + public virtual string RequestStatus { get; set; } + + /// A warning info containing the warning reason and warning counts related to the upload. + [Newtonsoft.Json.JsonPropertyAttribute("warningInfo")] + public virtual WarningInfo WarningInfo { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response from the RetrieveRequestStatusRequest. + public class RetrieveRequestStatusResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A list of request statuses per destination. The order of the statuses matches the order of the destinations + /// in the original request. + /// + [Newtonsoft.Json.JsonPropertyAttribute("requestStatusPerDestination")] + public virtual System.Collections.Generic.IList RequestStatusPerDestination { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The terms of service that the user has accepted/rejected. + public class TermsOfService : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This + /// must be accepted when ingesting UserData or MobileData. This field is not required for Partner Match User + /// list. + /// + [Newtonsoft.Json.JsonPropertyAttribute("customerMatchTermsOfServiceStatus")] + public virtual string CustomerMatchTermsOfServiceStatus { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Data that identifies the user. At least one identifier is required. + public class UserData : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data + /// (for example, multiple email addresses). To increase the likelihood of a match, provide as many identifiers + /// as possible. At most 10 `userIdentifiers` can be provided in a single AudienceMember or Event. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userIdentifiers")] + public virtual System.Collections.Generic.IList UserIdentifiers { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A single identifier for the user. + public class UserIdentifier : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The known components of a user's address. Holds a grouping of identifiers that are matched all at once. + /// + [Newtonsoft.Json.JsonPropertyAttribute("address")] + public virtual AddressInfo Address { get; set; } + + /// Hashed email address using SHA-256 hash function after normalization. + [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] + public virtual string EmailAddress { get; set; } + + /// Hashed phone number using SHA-256 hash function after normalization (E164 standard). + [Newtonsoft.Json.JsonPropertyAttribute("phoneNumber")] + public virtual string PhoneNumber { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Advertiser-assessed information about the user at the time that the event happened. See + /// https://support.google.com/google-ads/answer/14007601 for more details. + /// + public class UserProperties : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. A bucket of any additional [user + /// properties](https://developers.google.com/analytics/devguides/collection/protocol/ga4/user-properties) for + /// the user associated with this event. + /// + [Newtonsoft.Json.JsonPropertyAttribute("additionalUserProperties")] + public virtual System.Collections.Generic.IList AdditionalUserProperties { get; set; } + + /// Optional. Type of the customer associated with the event. + [Newtonsoft.Json.JsonPropertyAttribute("customerType")] + public virtual string CustomerType { get; set; } + + /// Optional. The advertiser-assessed value of the customer. + [Newtonsoft.Json.JsonPropertyAttribute("customerValueBucket")] + public virtual string CustomerValueBucket { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A bucket of any additional [user + /// properties](https://developers.google.com/analytics/devguides/collection/protocol/ga4/user-properties) for the + /// user associated with this event. + /// + public class UserProperty : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The name of the user property to use. + [Newtonsoft.Json.JsonPropertyAttribute("propertyName")] + public virtual string PropertyName { get; set; } + + /// Required. The string representation of the value of the user property to use. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The warning count for a given warning reason. + public class WarningCount : Google.Apis.Requests.IDirectResponseSchema + { + /// The warning reason. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// The count of records that have a warning. + [Newtonsoft.Json.JsonPropertyAttribute("recordCount")] + public virtual System.Nullable RecordCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Warning counts for each type of warning. + public class WarningInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of warnings and counts per warning reason. + [Newtonsoft.Json.JsonPropertyAttribute("warningCounts")] + public virtual System.Collections.Generic.IList WarningCounts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } +} diff --git a/Src/Generated/Google.Apis.DataManager.v1/Google.Apis.DataManager.v1.csproj b/Src/Generated/Google.Apis.DataManager.v1/Google.Apis.DataManager.v1.csproj new file mode 100644 index 00000000000..e81294ebfbd --- /dev/null +++ b/Src/Generated/Google.Apis.DataManager.v1/Google.Apis.DataManager.v1.csproj @@ -0,0 +1,66 @@ + + + + + Google.Apis.DataManager.v1 Client Library + 1.72.0.3971 + Google LLC + Copyright 2025 Google LLC + Google + https://github.com/google/google-api-dotnet-client + Apache-2.0 + git + https://github.com/google/google-api-dotnet-client + https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png + NuGetIcon.png + + Google APIs Client Library for working with Datamanager v1. + + Product documentation is available at: + https://developers.google.com/data-manager + + API reference documentation for this package is available at: + https://googleapis.dev/dotnet/Google.Apis.DataManager.v1/latest/api/Google.Apis.DataManager.v1.html + + The source code for this package is available at: + https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.DataManager.v1 + + Supported Platforms: + - .NET Framework 4.6.2+ + - .NET Standard 2.0 + - .NET 6.0+ + + Incompatible platforms: + - .NET Framework < 4.6.2 + - Silverlight + - UWP (will build, but is known not to work at runtime) + - Xamarin/MAUI + - Windows 8 Apps + - Windows Phone 8.1 + - Windows Phone Silverlight 8.0 + + + + + + + + + + + netstandard2.0;net462;net6.0 + true + ..\..\..\google.apis.snk + portable + true + 1570,1587,1591 + + + + + + + + + + diff --git a/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.cs b/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.cs index 5538504bdd8..01cce6b09ea 100644 --- a/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.cs +++ b/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.cs @@ -4549,6 +4549,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -4594,6 +4605,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -7483,6 +7502,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj b/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj index 197d068921c..be657a7c120 100644 --- a/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj +++ b/Src/Generated/Google.Apis.DatabaseMigrationService.v1/Google.Apis.DatabaseMigrationService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DatabaseMigrationService.v1 Client Library - 1.70.0.3890 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.cs b/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.cs index 3011efea0fa..e6ac050f692 100644 --- a/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.cs +++ b/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.cs @@ -2211,6 +2211,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2256,6 +2267,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3059,6 +3078,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj b/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj index f548ddf4d67..ba12c17bc78 100644 --- a/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj +++ b/Src/Generated/Google.Apis.DatabaseMigrationService.v1beta1/Google.Apis.DatabaseMigrationService.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.DatabaseMigrationService.v1beta1 Client Library - 1.70.0.3879 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.cs b/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.cs index 806cccffc39..a77cb0d0a59 100644 --- a/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.cs +++ b/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.cs @@ -6442,7 +6442,7 @@ public class Environment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("useStreamingEngineResourceBasedBilling")] public virtual System.Nullable UseStreamingEngineResourceBasedBilling { get; set; } - /// A description of the process that generated the request. + /// Optional. A description of the process that generated the request. [Newtonsoft.Json.JsonPropertyAttribute("userAgent")] public virtual System.Collections.Generic.IDictionary UserAgent { get; set; } diff --git a/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj b/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj index 13b10d76663..1d4589912ef 100644 --- a/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj +++ b/Src/Generated/Google.Apis.Dataflow.v1b3/Google.Apis.Dataflow.v1b3.csproj @@ -3,7 +3,7 @@ Google.Apis.Dataflow.v1b3 Client Library - 1.71.0.3917 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dataform.v1/Google.Apis.Dataform.v1.cs b/Src/Generated/Google.Apis.Dataform.v1/Google.Apis.Dataform.v1.cs new file mode 100644 index 00000000000..172f777bd3a --- /dev/null +++ b/Src/Generated/Google.Apis.Dataform.v1/Google.Apis.Dataform.v1.cs @@ -0,0 +1,8313 @@ +// Copyright 2025 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Generated code. DO NOT EDIT! + +namespace Google.Apis.Dataform.v1 +{ + /// The Dataform Service. + public class DataformService : Google.Apis.Services.BaseClientService + { + /// The API version. + public const string Version = "v1"; + + /// The discovery version used to generate this service. + public static Google.Apis.Discovery.DiscoveryVersion DiscoveryVersionUsed = Google.Apis.Discovery.DiscoveryVersion.Version_1_0; + + /// Constructs a new service. + public DataformService() : this(new Google.Apis.Services.BaseClientService.Initializer()) + { + } + + /// Constructs a new service. + /// The service initializer. + public DataformService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) + { + Projects = new ProjectsResource(this); + BaseUri = GetEffectiveUri(BaseUriOverride, "https://dataform.googleapis.com/"); + BatchUri = GetEffectiveUri(null, "https://dataform.googleapis.com/batch"); + } + + /// Gets the service supported features. + public override System.Collections.Generic.IList Features => new string[0]; + + /// Gets the service name. + public override string Name => "dataform"; + + /// Gets the service base URI. + public override string BaseUri { get; } + + /// Gets the service base path. + public override string BasePath => ""; + + /// Gets the batch base URI; null if unspecified. + public override string BatchUri { get; } + + /// Gets the batch base path; null if unspecified. + public override string BatchPath => "batch"; + + /// Available OAuth 2.0 scopes for use with the Dataform API. + public class Scope + { + /// + /// View and manage your data in Google BigQuery and see the email address for your Google Account + /// + public static string Bigquery = "https://www.googleapis.com/auth/bigquery"; + + /// + /// See, edit, configure, and delete your Google Cloud data and see the email address for your Google + /// Account. + /// + public static string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"; + } + + /// Available OAuth 2.0 scope constants for use with the Dataform API. + public static class ScopeConstants + { + /// + /// View and manage your data in Google BigQuery and see the email address for your Google Account + /// + public const string Bigquery = "https://www.googleapis.com/auth/bigquery"; + + /// + /// See, edit, configure, and delete your Google Cloud data and see the email address for your Google + /// Account. + /// + public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"; + } + + /// Gets the Projects resource. + public virtual ProjectsResource Projects { get; } + } + + /// A base abstract class for Dataform requests. + public abstract class DataformBaseServiceRequest : Google.Apis.Requests.ClientServiceRequest + { + /// Constructs a new DataformBaseServiceRequest instance. + protected DataformBaseServiceRequest(Google.Apis.Services.IClientService service) : base(service) + { + } + + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. Required + /// unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a + /// user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// Initializes Dataform parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("$.xgafv", new Google.Apis.Discovery.Parameter + { + Name = "$.xgafv", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("access_token", new Google.Apis.Discovery.Parameter + { + Name = "access_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("alt", new Google.Apis.Discovery.Parameter + { + Name = "alt", + IsRequired = false, + ParameterType = "query", + DefaultValue = "json", + Pattern = null, + }); + RequestParameters.Add("callback", new Google.Apis.Discovery.Parameter + { + Name = "callback", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("fields", new Google.Apis.Discovery.Parameter + { + Name = "fields", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("key", new Google.Apis.Discovery.Parameter + { + Name = "key", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("oauth_token", new Google.Apis.Discovery.Parameter + { + Name = "oauth_token", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("prettyPrint", new Google.Apis.Discovery.Parameter + { + Name = "prettyPrint", + IsRequired = false, + ParameterType = "query", + DefaultValue = "true", + Pattern = null, + }); + RequestParameters.Add("quotaUser", new Google.Apis.Discovery.Parameter + { + Name = "quotaUser", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("uploadType", new Google.Apis.Discovery.Parameter + { + Name = "uploadType", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("upload_protocol", new Google.Apis.Discovery.Parameter + { + Name = "upload_protocol", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// The "projects" collection of methods. + public class ProjectsResource + { + private const string Resource = "projects"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ProjectsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Locations = new LocationsResource(service); + } + + /// Gets the Locations resource. + public virtual LocationsResource Locations { get; } + + /// The "locations" collection of methods. + public class LocationsResource + { + private const string Resource = "locations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LocationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Folders = new FoldersResource(service); + Operations = new OperationsResource(service); + Repositories = new RepositoriesResource(service); + TeamFolders = new TeamFoldersResource(service); + } + + /// Gets the Folders resource. + public virtual FoldersResource Folders { get; } + + /// The "folders" collection of methods. + public class FoldersResource + { + private const string Resource = "folders"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public FoldersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + }); + } + } + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + /// The body of the request. + /// The name of the operation resource to be cancelled. + public virtual CancelRequest Cancel(Google.Apis.Dataform.v1.Data.CancelOperationRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Starts asynchronous cancellation on a long-running operation. The server makes a best effort to + /// cancel the operation, but success is not guaranteed. If the server doesn't support this method, it + /// returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to + /// check whether the cancellation succeeded or whether the operation completed despite cancellation. On + /// successful cancellation, the operation is not deleted; instead, it becomes an operation with an + /// Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. + /// + public class CancelRequest : DataformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.CancelOperationRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// The name of the operation resource to be cancelled. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.CancelOperationRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + /// The name of the operation resource to be deleted. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// + /// Deletes a long-running operation. This method indicates that the client is no longer interested in + /// the operation result. It does not cancel the operation. If the server doesn't support this method, + /// it returns `google.rpc.Code.UNIMPLEMENTED`. + /// + public class DeleteRequest : DataformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource to be deleted. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/operations/[^/]+$", + }); + } + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + /// The name of the operation's parent resource. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// + /// Lists operations that match the specified filter in the request. If the server doesn't support this + /// method, it returns `UNIMPLEMENTED`. + /// + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation's parent resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The standard list filter. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// The standard list page size. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// The standard list page token. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/operations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Repositories resource. + public virtual RepositoriesResource Repositories { get; } + + /// The "repositories" collection of methods. + public class RepositoriesResource + { + private const string Resource = "repositories"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RepositoriesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + CompilationResults = new CompilationResultsResource(service); + ReleaseConfigs = new ReleaseConfigsResource(service); + WorkflowConfigs = new WorkflowConfigsResource(service); + WorkflowInvocations = new WorkflowInvocationsResource(service); + Workspaces = new WorkspacesResource(service); + } + + /// Gets the CompilationResults resource. + public virtual CompilationResultsResource CompilationResults { get; } + + /// The "compilationResults" collection of methods. + public class CompilationResultsResource + { + private const string Resource = "compilationResults"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public CompilationResultsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a new CompilationResult in a given project and location. + /// The body of the request. + /// + /// Required. The repository in which to create the compilation result. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual CreateRequest Create(Google.Apis.Dataform.v1.Data.CompilationResult body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new CompilationResult in a given project and location. + public class CreateRequest : DataformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.CompilationResult body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The repository in which to create the compilation result. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.CompilationResult Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/compilationResults"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// Fetches a single CompilationResult. + /// Required. The compilation result's name. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Fetches a single CompilationResult. + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The compilation result's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/compilationResults/[^/]+$", + }); + } + } + + /// Lists CompilationResults in a given Repository. + /// + /// Required. The repository in which to list compilation results. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists CompilationResults in a given Repository. + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The repository in which to list compilation results. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. Filter for the returned list. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. This field only supports ordering by `name` and `create_time`. If unspecified, the + /// server will choose the ordering. If specified, the default order is ascending for the `name` + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. Maximum number of compilation results to return. The server may return fewer items + /// than requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `ListCompilationResults` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListCompilationResults`, with the exception of `page_size`, must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/compilationResults"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns CompilationResultActions in a given CompilationResult. + /// Required. The compilation result's name. + public virtual QueryRequest Query(string name) + { + return new QueryRequest(this.service, name); + } + + /// Returns CompilationResultActions in a given CompilationResult. + public class QueryRequest : DataformBaseServiceRequest + { + /// Constructs a new Query request. + public QueryRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The compilation result's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Optional filter for the returned list. Filtering is only currently supported on + /// the `file_path` field. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. Maximum number of compilation results to return. The server may return fewer items + /// than requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `QueryCompilationResultActions` call. Provide + /// this to retrieve the subsequent page. When paginating, all other parameters provided to + /// `QueryCompilationResultActions`, with the exception of `page_size`, must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "query"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:query"; + + /// Initializes Query parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/compilationResults/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the ReleaseConfigs resource. + public virtual ReleaseConfigsResource ReleaseConfigs { get; } + + /// The "releaseConfigs" collection of methods. + public class ReleaseConfigsResource + { + private const string Resource = "releaseConfigs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ReleaseConfigsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a new ReleaseConfig in a given Repository. + /// The body of the request. + /// + /// Required. The repository in which to create the release config. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual CreateRequest Create(Google.Apis.Dataform.v1.Data.ReleaseConfig body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new ReleaseConfig in a given Repository. + public class CreateRequest : DataformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.ReleaseConfig body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The repository in which to create the release config. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the release config, which will become the final component of the + /// release config's resource name. + /// + [Google.Apis.Util.RequestParameterAttribute("releaseConfigId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ReleaseConfigId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.ReleaseConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/releaseConfigs"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("releaseConfigId", new Google.Apis.Discovery.Parameter + { + Name = "releaseConfigId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a single ReleaseConfig. + /// Required. The release config's name. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a single ReleaseConfig. + public class DeleteRequest : DataformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The release config's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$", + }); + } + } + + /// Fetches a single ReleaseConfig. + /// Required. The release config's name. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Fetches a single ReleaseConfig. + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The release config's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$", + }); + } + } + + /// Lists ReleaseConfigs in a given Repository. + /// + /// Required. The repository in which to list release configs. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists ReleaseConfigs in a given Repository. + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The repository in which to list release configs. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Maximum number of release configs to return. The server may return fewer items + /// than requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `ListReleaseConfigs` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListReleaseConfigs`, with the exception of `page_size`, must match the call that provided + /// the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/releaseConfigs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Updates a single ReleaseConfig. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and + /// when the `field_mask` is omitted, the request is treated as a full update on all modifiable + /// fields.* + /// + /// The body of the request. + /// Identifier. The release config's name. + public virtual PatchRequest Patch(Google.Apis.Dataform.v1.Data.ReleaseConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// + /// Updates a single ReleaseConfig. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and + /// when the `field_mask` is omitted, the request is treated as a full update on all modifiable + /// fields.* + /// + public class PatchRequest : DataformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.ReleaseConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Identifier. The release config's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Specifies the fields to be updated in the release config. If left unset, all + /// fields will be updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.ReleaseConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the WorkflowConfigs resource. + public virtual WorkflowConfigsResource WorkflowConfigs { get; } + + /// The "workflowConfigs" collection of methods. + public class WorkflowConfigsResource + { + private const string Resource = "workflowConfigs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WorkflowConfigsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a new WorkflowConfig in a given Repository. + /// The body of the request. + /// + /// Required. The repository in which to create the workflow config. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual CreateRequest Create(Google.Apis.Dataform.v1.Data.WorkflowConfig body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new WorkflowConfig in a given Repository. + public class CreateRequest : DataformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.WorkflowConfig body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The repository in which to create the workflow config. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the workflow config, which will become the final component of + /// the workflow config's resource name. + /// + [Google.Apis.Util.RequestParameterAttribute("workflowConfigId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string WorkflowConfigId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.WorkflowConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/workflowConfigs"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("workflowConfigId", new Google.Apis.Discovery.Parameter + { + Name = "workflowConfigId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a single WorkflowConfig. + /// Required. The workflow config's name. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a single WorkflowConfig. + public class DeleteRequest : DataformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workflow config's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$", + }); + } + } + + /// Fetches a single WorkflowConfig. + /// Required. The workflow config's name. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Fetches a single WorkflowConfig. + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workflow config's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$", + }); + } + } + + /// Lists WorkflowConfigs in a given Repository. + /// + /// Required. The repository in which to list workflow configs. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists WorkflowConfigs in a given Repository. + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The repository in which to list workflow configs. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Maximum number of workflow configs to return. The server may return fewer items + /// than requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `ListWorkflowConfigs` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListWorkflowConfigs`, with the exception of `page_size`, must match the call that provided + /// the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/workflowConfigs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Updates a single WorkflowConfig. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and + /// when the `field_mask` is omitted, the request is treated as a full update on all modifiable + /// fields.* + /// + /// The body of the request. + /// Identifier. The workflow config's name. + public virtual PatchRequest Patch(Google.Apis.Dataform.v1.Data.WorkflowConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// + /// Updates a single WorkflowConfig. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and + /// when the `field_mask` is omitted, the request is treated as a full update on all modifiable + /// fields.* + /// + public class PatchRequest : DataformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.WorkflowConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Identifier. The workflow config's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Specifies the fields to be updated in the workflow config. If left unset, all + /// fields will be updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.WorkflowConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the WorkflowInvocations resource. + public virtual WorkflowInvocationsResource WorkflowInvocations { get; } + + /// The "workflowInvocations" collection of methods. + public class WorkflowInvocationsResource + { + private const string Resource = "workflowInvocations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WorkflowInvocationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Requests cancellation of a running WorkflowInvocation. + /// The body of the request. + /// Required. The workflow invocation resource's name. + public virtual CancelRequest Cancel(Google.Apis.Dataform.v1.Data.CancelWorkflowInvocationRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// Requests cancellation of a running WorkflowInvocation. + public class CancelRequest : DataformBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.CancelWorkflowInvocationRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The workflow invocation resource's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.CancelWorkflowInvocationRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + }); + } + } + + /// Creates a new WorkflowInvocation in a given Repository. + /// The body of the request. + /// + /// Required. The repository in which to create the workflow invocation. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual CreateRequest Create(Google.Apis.Dataform.v1.Data.WorkflowInvocation body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new WorkflowInvocation in a given Repository. + public class CreateRequest : DataformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.WorkflowInvocation body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The repository in which to create the workflow invocation. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.WorkflowInvocation Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/workflowInvocations"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// Deletes a single WorkflowInvocation. + /// Required. The workflow invocation resource's name. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a single WorkflowInvocation. + public class DeleteRequest : DataformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workflow invocation resource's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + }); + } + } + + /// Fetches a single WorkflowInvocation. + /// Required. The workflow invocation resource's name. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Fetches a single WorkflowInvocation. + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workflow invocation resource's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + }); + } + } + + /// Lists WorkflowInvocations in a given Repository. + /// + /// Required. The parent resource of the WorkflowInvocation type. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists WorkflowInvocations in a given Repository. + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource of the WorkflowInvocation type. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. Filter for the returned list. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. This field only supports ordering by `name`. If unspecified, the server will + /// choose the ordering. If specified, the default order is ascending for the `name` field. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. Maximum number of workflow invocations to return. The server may return fewer + /// items than requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `ListWorkflowInvocations` call. Provide this + /// to retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListWorkflowInvocations`, with the exception of `page_size`, must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/workflowInvocations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns WorkflowInvocationActions in a given WorkflowInvocation. + /// Required. The workflow invocation's name. + public virtual QueryRequest Query(string name) + { + return new QueryRequest(this.service, name); + } + + /// Returns WorkflowInvocationActions in a given WorkflowInvocation. + public class QueryRequest : DataformBaseServiceRequest + { + /// Constructs a new Query request. + public QueryRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workflow invocation's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Maximum number of workflow invocations to return. The server may return fewer + /// items than requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `QueryWorkflowInvocationActions` call. Provide + /// this to retrieve the subsequent page. When paginating, all other parameters provided to + /// `QueryWorkflowInvocationActions`, with the exception of `page_size`, must match the call + /// that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "query"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:query"; + + /// Initializes Query parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowInvocations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Workspaces resource. + public virtual WorkspacesResource Workspaces { get; } + + /// The "workspaces" collection of methods. + public class WorkspacesResource + { + private const string Resource = "workspaces"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WorkspacesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Applies a Git commit for uncommitted files in a Workspace. + /// The body of the request. + /// Required. The workspace's name. + public virtual CommitRequest Commit(Google.Apis.Dataform.v1.Data.CommitWorkspaceChangesRequest body, string name) + { + return new CommitRequest(this.service, body, name); + } + + /// Applies a Git commit for uncommitted files in a Workspace. + public class CommitRequest : DataformBaseServiceRequest + { + /// Constructs a new Commit request. + public CommitRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.CommitWorkspaceChangesRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.CommitWorkspaceChangesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "commit"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:commit"; + + /// Initializes Commit parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Creates a new Workspace in a given Repository. + /// The body of the request. + /// + /// Required. The repository in which to create the workspace. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual CreateRequest Create(Google.Apis.Dataform.v1.Data.Workspace body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new Workspace in a given Repository. + public class CreateRequest : DataformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.Workspace body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The repository in which to create the workspace. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the workspace, which will become the final component of the + /// workspace's resource name. + /// + [Google.Apis.Util.RequestParameterAttribute("workspaceId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string WorkspaceId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.Workspace Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/workspaces"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("workspaceId", new Google.Apis.Discovery.Parameter + { + Name = "workspaceId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a single Workspace. + /// Required. The workspace resource's name. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a single Workspace. + public class DeleteRequest : DataformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workspace resource's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Fetches Git diff for an uncommitted file in a Workspace. + /// Required. The workspace's name. + public virtual FetchFileDiffRequest FetchFileDiff(string workspace) + { + return new FetchFileDiffRequest(this.service, workspace); + } + + /// Fetches Git diff for an uncommitted file in a Workspace. + public class FetchFileDiffRequest : DataformBaseServiceRequest + { + /// Constructs a new FetchFileDiff request. + public FetchFileDiffRequest(Google.Apis.Services.IClientService service, string workspace) : base(service) + { + Workspace = workspace; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// + /// Required. The file's full path including filename, relative to the workspace root. + /// + [Google.Apis.Util.RequestParameterAttribute("path", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Path { get; set; } + + /// Gets the method name. + public override string MethodName => "fetchFileDiff"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:fetchFileDiff"; + + /// Initializes FetchFileDiff parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + RequestParameters.Add("path", new Google.Apis.Discovery.Parameter + { + Name = "path", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Fetches Git statuses for the files in a Workspace. + /// Required. The workspace's name. + public virtual FetchFileGitStatusesRequest FetchFileGitStatuses(string name) + { + return new FetchFileGitStatusesRequest(this.service, name); + } + + /// Fetches Git statuses for the files in a Workspace. + public class FetchFileGitStatusesRequest : DataformBaseServiceRequest + { + /// Constructs a new FetchFileGitStatuses request. + public FetchFileGitStatusesRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "fetchFileGitStatuses"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:fetchFileGitStatuses"; + + /// Initializes FetchFileGitStatuses parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Fetches Git ahead/behind against a remote branch. + /// Required. The workspace's name. + public virtual FetchGitAheadBehindRequest FetchGitAheadBehind(string name) + { + return new FetchGitAheadBehindRequest(this.service, name); + } + + /// Fetches Git ahead/behind against a remote branch. + public class FetchGitAheadBehindRequest : DataformBaseServiceRequest + { + /// Constructs a new FetchGitAheadBehind request. + public FetchGitAheadBehindRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The name of the branch in the Git remote against which this workspace should be + /// compared. If left unset, the repository's default branch name will be used. + /// + [Google.Apis.Util.RequestParameterAttribute("remoteBranch", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RemoteBranch { get; set; } + + /// Gets the method name. + public override string MethodName => "fetchGitAheadBehind"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:fetchGitAheadBehind"; + + /// Initializes FetchGitAheadBehind parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + RequestParameters.Add("remoteBranch", new Google.Apis.Discovery.Parameter + { + Name = "remoteBranch", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Fetches a single Workspace. + /// Required. The workspace's name. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Fetches a single Workspace. + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values + /// are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for + /// policies with any conditional role bindings must specify version 3. Policies with no + /// conditional role bindings may specify any valid value or leave the field unset. The policy + /// in the response might use the policy version that you specified, or it might use a lower + /// policy version. For example, if you specify version 3, but the policy has no conditional + /// role bindings, the response uses version 1. To learn which resources support conditions in + /// their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Installs dependency NPM packages (inside a Workspace). + /// The body of the request. + /// Required. The workspace's name. + public virtual InstallNpmPackagesRequest InstallNpmPackages(Google.Apis.Dataform.v1.Data.InstallNpmPackagesRequest body, string workspace) + { + return new InstallNpmPackagesRequest(this.service, body, workspace); + } + + /// Installs dependency NPM packages (inside a Workspace). + public class InstallNpmPackagesRequest : DataformBaseServiceRequest + { + /// Constructs a new InstallNpmPackages request. + public InstallNpmPackagesRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.InstallNpmPackagesRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.InstallNpmPackagesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "installNpmPackages"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:installNpmPackages"; + + /// Initializes InstallNpmPackages parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Lists Workspaces in a given Repository. + /// + /// Required. The repository in which to list workspaces. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists Workspaces in a given Repository. + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The repository in which to list workspaces. Must be in the format + /// `projects/*/locations/*/repositories/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. Filter for the returned list. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. This field only supports ordering by `name`. If unspecified, the server will + /// choose the ordering. If specified, the default order is ascending for the `name` field. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. Maximum number of workspaces to return. The server may return fewer items than + /// requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `ListWorkspaces` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListWorkspaces`, with the exception of `page_size`, must match the call that provided the + /// page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/workspaces"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Creates a directory inside a Workspace. + /// The body of the request. + /// Required. The workspace's name. + public virtual MakeDirectoryRequest MakeDirectory(Google.Apis.Dataform.v1.Data.MakeDirectoryRequest body, string workspace) + { + return new MakeDirectoryRequest(this.service, body, workspace); + } + + /// Creates a directory inside a Workspace. + public class MakeDirectoryRequest : DataformBaseServiceRequest + { + /// Constructs a new MakeDirectory request. + public MakeDirectoryRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.MakeDirectoryRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.MakeDirectoryRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "makeDirectory"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:makeDirectory"; + + /// Initializes MakeDirectory parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// + /// Moves a directory (inside a Workspace), and all of its contents, to a new location. + /// + /// The body of the request. + /// Required. The workspace's name. + public virtual MoveDirectoryRequest MoveDirectory(Google.Apis.Dataform.v1.Data.MoveDirectoryRequest body, string workspace) + { + return new MoveDirectoryRequest(this.service, body, workspace); + } + + /// + /// Moves a directory (inside a Workspace), and all of its contents, to a new location. + /// + public class MoveDirectoryRequest : DataformBaseServiceRequest + { + /// Constructs a new MoveDirectory request. + public MoveDirectoryRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.MoveDirectoryRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.MoveDirectoryRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "moveDirectory"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:moveDirectory"; + + /// Initializes MoveDirectory parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Moves a file (inside a Workspace) to a new location. + /// The body of the request. + /// Required. The workspace's name. + public virtual MoveFileRequest MoveFile(Google.Apis.Dataform.v1.Data.MoveFileRequest body, string workspace) + { + return new MoveFileRequest(this.service, body, workspace); + } + + /// Moves a file (inside a Workspace) to a new location. + public class MoveFileRequest : DataformBaseServiceRequest + { + /// Constructs a new MoveFile request. + public MoveFileRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.MoveFileRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.MoveFileRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "moveFile"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:moveFile"; + + /// Initializes MoveFile parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Pulls Git commits from the Repository's remote into a Workspace. + /// The body of the request. + /// Required. The workspace's name. + public virtual PullRequest Pull(Google.Apis.Dataform.v1.Data.PullGitCommitsRequest body, string name) + { + return new PullRequest(this.service, body, name); + } + + /// Pulls Git commits from the Repository's remote into a Workspace. + public class PullRequest : DataformBaseServiceRequest + { + /// Constructs a new Pull request. + public PullRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.PullGitCommitsRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.PullGitCommitsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "pull"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:pull"; + + /// Initializes Pull parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Pushes Git commits from a Workspace to the Repository's remote. + /// The body of the request. + /// Required. The workspace's name. + public virtual PushRequest Push(Google.Apis.Dataform.v1.Data.PushGitCommitsRequest body, string name) + { + return new PushRequest(this.service, body, name); + } + + /// Pushes Git commits from a Workspace to the Repository's remote. + public class PushRequest : DataformBaseServiceRequest + { + /// Constructs a new Push request. + public PushRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.PushGitCommitsRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.PushGitCommitsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "push"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:push"; + + /// Initializes Push parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Returns the contents of a given Workspace directory. + /// Required. The workspace's name. + public virtual QueryDirectoryContentsRequest QueryDirectoryContents(string workspace) + { + return new QueryDirectoryContentsRequest(this.service, workspace); + } + + /// Returns the contents of a given Workspace directory. + public class QueryDirectoryContentsRequest : DataformBaseServiceRequest + { + /// Constructs a new QueryDirectoryContents request. + public QueryDirectoryContentsRequest(Google.Apis.Services.IClientService service, string workspace) : base(service) + { + Workspace = workspace; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// + /// Optional. Maximum number of paths to return. The server may return fewer items than + /// requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `QueryDirectoryContents` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `QueryDirectoryContents`, with the exception of `page_size`, must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Optional. The directory's full path including directory name, relative to the workspace + /// root. If left unset, the workspace root is used. + /// + [Google.Apis.Util.RequestParameterAttribute("path", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Path { get; set; } + + /// Gets the method name. + public override string MethodName => "queryDirectoryContents"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:queryDirectoryContents"; + + /// Initializes QueryDirectoryContents parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("path", new Google.Apis.Discovery.Parameter + { + Name = "path", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Returns the contents of a file (inside a Workspace). + /// Required. The workspace's name. + public virtual ReadFileRequest ReadFile(string workspace) + { + return new ReadFileRequest(this.service, workspace); + } + + /// Returns the contents of a file (inside a Workspace). + public class ReadFileRequest : DataformBaseServiceRequest + { + /// Constructs a new ReadFile request. + public ReadFileRequest(Google.Apis.Services.IClientService service, string workspace) : base(service) + { + Workspace = workspace; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// + /// Required. The file's full path including filename, relative to the workspace root. + /// + [Google.Apis.Util.RequestParameterAttribute("path", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Path { get; set; } + + /// + /// Optional. The Git revision of the file to return. If left empty, the current contents of + /// `path` will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("revision", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Revision { get; set; } + + /// Gets the method name. + public override string MethodName => "readFile"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:readFile"; + + /// Initializes ReadFile parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + RequestParameters.Add("path", new Google.Apis.Discovery.Parameter + { + Name = "path", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("revision", new Google.Apis.Discovery.Parameter + { + Name = "revision", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a directory (inside a Workspace) and all of its contents. + /// The body of the request. + /// Required. The workspace's name. + public virtual RemoveDirectoryRequest RemoveDirectory(Google.Apis.Dataform.v1.Data.RemoveDirectoryRequest body, string workspace) + { + return new RemoveDirectoryRequest(this.service, body, workspace); + } + + /// Deletes a directory (inside a Workspace) and all of its contents. + public class RemoveDirectoryRequest : DataformBaseServiceRequest + { + /// Constructs a new RemoveDirectory request. + public RemoveDirectoryRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.RemoveDirectoryRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.RemoveDirectoryRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "removeDirectory"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:removeDirectory"; + + /// Initializes RemoveDirectory parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Deletes a file (inside a Workspace). + /// The body of the request. + /// Required. The workspace's name. + public virtual RemoveFileRequest RemoveFile(Google.Apis.Dataform.v1.Data.RemoveFileRequest body, string workspace) + { + return new RemoveFileRequest(this.service, body, workspace); + } + + /// Deletes a file (inside a Workspace). + public class RemoveFileRequest : DataformBaseServiceRequest + { + /// Constructs a new RemoveFile request. + public RemoveFileRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.RemoveFileRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.RemoveFileRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "removeFile"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:removeFile"; + + /// Initializes RemoveFile parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Performs a Git reset for uncommitted files in a Workspace. + /// The body of the request. + /// Required. The workspace's name. + public virtual ResetRequest Reset(Google.Apis.Dataform.v1.Data.ResetWorkspaceChangesRequest body, string name) + { + return new ResetRequest(this.service, body, name); + } + + /// Performs a Git reset for uncommitted files in a Workspace. + public class ResetRequest : DataformBaseServiceRequest + { + /// Constructs a new Reset request. + public ResetRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.ResetWorkspaceChangesRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.ResetWorkspaceChangesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "reset"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:reset"; + + /// Initializes Reset parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Finds the contents of a given Workspace directory by filter. + /// Required. The workspace's name. + public virtual SearchFilesRequest SearchFiles(string workspace) + { + return new SearchFilesRequest(this.service, workspace); + } + + /// Finds the contents of a given Workspace directory by filter. + public class SearchFilesRequest : DataformBaseServiceRequest + { + /// Constructs a new SearchFiles request. + public SearchFilesRequest(Google.Apis.Services.IClientService service, string workspace) : base(service) + { + Workspace = workspace; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// + /// Optional. Optional filter for the returned list in filtering format. Filtering is only + /// currently supported on the `path` field. See https://google.aip.dev/160 for details. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. Maximum number of search results to return. The server may return fewer items than + /// requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `SearchFilesRequest` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `SearchFilesRequest`, with the exception of `page_size`, must match the call that provided + /// the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "searchFiles"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:searchFiles"; + + /// Initializes SearchFiles parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Writes to a file (inside a Workspace). + /// The body of the request. + /// Required. The workspace's name. + public virtual WriteFileRequest WriteFile(Google.Apis.Dataform.v1.Data.WriteFileRequest body, string workspace) + { + return new WriteFileRequest(this.service, body, workspace); + } + + /// Writes to a file (inside a Workspace). + public class WriteFileRequest : DataformBaseServiceRequest + { + /// Constructs a new WriteFile request. + public WriteFileRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.WriteFileRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.WriteFileRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "writeFile"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+workspace}:writeFile"; + + /// Initializes WriteFile parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + } + + /// + /// Applies a Git commit to a Repository. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + /// The body of the request. + /// Required. The repository's name. + public virtual CommitRequest Commit(Google.Apis.Dataform.v1.Data.CommitRepositoryChangesRequest body, string name) + { + return new CommitRequest(this.service, body, name); + } + + /// + /// Applies a Git commit to a Repository. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + public class CommitRequest : DataformBaseServiceRequest + { + /// Constructs a new Commit request. + public CommitRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.CommitRepositoryChangesRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.CommitRepositoryChangesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "commit"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:commit"; + + /// Initializes Commit parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// Computes a Repository's Git access token status. + /// Required. The repository's name. + public virtual ComputeAccessTokenStatusRequest ComputeAccessTokenStatus(string name) + { + return new ComputeAccessTokenStatusRequest(this.service, name); + } + + /// Computes a Repository's Git access token status. + public class ComputeAccessTokenStatusRequest : DataformBaseServiceRequest + { + /// Constructs a new ComputeAccessTokenStatus request. + public ComputeAccessTokenStatusRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "computeAccessTokenStatus"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:computeAccessTokenStatus"; + + /// Initializes ComputeAccessTokenStatus parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// Creates a new Repository in a given project and location. + /// The body of the request. + /// + /// Required. The location in which to create the repository. Must be in the format + /// `projects/*/locations/*`. + /// + public virtual CreateRequest Create(Google.Apis.Dataform.v1.Data.Repository body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new Repository in a given project and location. + public class CreateRequest : DataformBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.Repository body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The location in which to create the repository. Must be in the format + /// `projects/*/locations/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the repository, which will become the final component of the + /// repository's resource name. + /// + [Google.Apis.Util.RequestParameterAttribute("repositoryId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RepositoryId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.Repository Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/repositories"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("repositoryId", new Google.Apis.Discovery.Parameter + { + Name = "repositoryId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a single Repository. + /// Required. The repository's name. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a single Repository. + public class DeleteRequest : DataformBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. If set to true, child resources of this repository (compilation results and workflow + /// invocations) will also be deleted. Otherwise, the request will only succeed if the repository + /// has no child resources. **Note:** *This flag doesn't support deletion of workspaces, release + /// configs or workflow configs. If any of such resources exists in the repository, the request will + /// fail.*. + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Fetches a Repository's history of commits. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + /// Required. The repository's name. + public virtual FetchHistoryRequest FetchHistory(string name) + { + return new FetchHistoryRequest(this.service, name); + } + + /// + /// Fetches a Repository's history of commits. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + public class FetchHistoryRequest : DataformBaseServiceRequest + { + /// Constructs a new FetchHistory request. + public FetchHistoryRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Maximum number of commits to return. The server may return fewer items than requested. + /// If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `FetchRepositoryHistory` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `FetchRepositoryHistory`, with the exception of `page_size`, must match the call that provided + /// the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "fetchHistory"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:fetchHistory"; + + /// Initializes FetchHistory parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Fetches a Repository's remote branches. + /// Required. The repository's name. + public virtual FetchRemoteBranchesRequest FetchRemoteBranches(string name) + { + return new FetchRemoteBranchesRequest(this.service, name); + } + + /// Fetches a Repository's remote branches. + public class FetchRemoteBranchesRequest : DataformBaseServiceRequest + { + /// Constructs a new FetchRemoteBranches request. + public FetchRemoteBranchesRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "fetchRemoteBranches"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:fetchRemoteBranches"; + + /// Initializes FetchRemoteBranches parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// Fetches a single Repository. + /// Required. The repository's name. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Fetches a single Repository. + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Lists Repositories in a given project and location. **Note:** *This method can return repositories + /// not shown in the [Dataform UI](https://console.cloud.google.com/bigquery/dataform)*. + /// + /// + /// Required. The location in which to list repositories. Must be in the format + /// `projects/*/locations/*`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// + /// Lists Repositories in a given project and location. **Note:** *This method can return repositories + /// not shown in the [Dataform UI](https://console.cloud.google.com/bigquery/dataform)*. + /// + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The location in which to list repositories. Must be in the format + /// `projects/*/locations/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. Filter for the returned list. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. This field only supports ordering by `name`. If unspecified, the server will choose + /// the ordering. If specified, the default order is ascending for the `name` field. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. Maximum number of repositories to return. The server may return fewer items than + /// requested. If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `ListRepositories` call. Provide this to retrieve + /// the subsequent page. When paginating, all other parameters provided to `ListRepositories`, with + /// the exception of `page_size`, must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/repositories"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Updates a single Repository. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and when + /// the `field_mask` is omitted, the request is treated as a full update on all modifiable fields.* + /// + /// The body of the request. + /// Identifier. The repository's name. + public virtual PatchRequest Patch(Google.Apis.Dataform.v1.Data.Repository body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// + /// Updates a single Repository. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and when + /// the `field_mask` is omitted, the request is treated as a full update on all modifiable fields.* + /// + public class PatchRequest : DataformBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.Repository body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Identifier. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Specifies the fields to be updated in the repository. If left unset, all fields will + /// be updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.Repository Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Returns the contents of a given Repository directory. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + /// Required. The repository's name. + public virtual QueryDirectoryContentsRequest QueryDirectoryContents(string name) + { + return new QueryDirectoryContentsRequest(this.service, name); + } + + /// + /// Returns the contents of a given Repository directory. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + public class QueryDirectoryContentsRequest : DataformBaseServiceRequest + { + /// Constructs a new QueryDirectoryContents request. + public QueryDirectoryContentsRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried + /// from HEAD. + /// + [Google.Apis.Util.RequestParameterAttribute("commitSha", Google.Apis.Util.RequestParameterType.Query)] + public virtual string CommitSha { get; set; } + + /// + /// Optional. Maximum number of paths to return. The server may return fewer items than requested. + /// If unspecified, the server will pick an appropriate default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Page token received from a previous `QueryRepositoryDirectoryContents` call. Provide + /// this to retrieve the subsequent page. When paginating, all other parameters provided to + /// `QueryRepositoryDirectoryContents`, with the exception of `page_size`, must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Optional. The directory's full path including directory name, relative to root. If left unset, + /// the root is used. + /// + [Google.Apis.Util.RequestParameterAttribute("path", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Path { get; set; } + + /// Gets the method name. + public override string MethodName => "queryDirectoryContents"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:queryDirectoryContents"; + + /// Initializes QueryDirectoryContents parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("commitSha", new Google.Apis.Discovery.Parameter + { + Name = "commitSha", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("path", new Google.Apis.Discovery.Parameter + { + Name = "path", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Returns the contents of a file (inside a Repository). The Repository must not have a value for + /// `git_remote_settings.url`. + /// + /// Required. The repository's name. + public virtual ReadFileRequest ReadFile(string name) + { + return new ReadFileRequest(this.service, name); + } + + /// + /// Returns the contents of a file (inside a Repository). The Repository must not have a value for + /// `git_remote_settings.url`. + /// + public class ReadFileRequest : DataformBaseServiceRequest + { + /// Constructs a new ReadFile request. + public ReadFileRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD. + /// + [Google.Apis.Util.RequestParameterAttribute("commitSha", Google.Apis.Util.RequestParameterType.Query)] + public virtual string CommitSha { get; set; } + + /// Required. Full file path to read including filename, from repository root. + [Google.Apis.Util.RequestParameterAttribute("path", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Path { get; set; } + + /// Gets the method name. + public override string MethodName => "readFile"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:readFile"; + + /// Initializes ReadFile parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("commitSha", new Google.Apis.Discovery.Parameter + { + Name = "commitSha", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("path", new Google.Apis.Discovery.Parameter + { + Name = "path", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + } + + /// Gets the TeamFolders resource. + public virtual TeamFoldersResource TeamFolders { get; } + + /// The "teamFolders" collection of methods. + public class TeamFoldersResource + { + private const string Resource = "teamFolders"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TeamFoldersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + }); + } + } + } + + /// Gets information about a location. + /// Resource name for the location. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets information about a location. + public class GetRequest : DataformBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Resource name for the location. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Get default config for a given project and location. + /// Required. The config name. + public virtual GetConfigRequest GetConfig(string name) + { + return new GetConfigRequest(this.service, name); + } + + /// Get default config for a given project and location. + public class GetConfigRequest : DataformBaseServiceRequest + { + /// Constructs a new GetConfig request. + public GetConfigRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The config name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "getConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes GetConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/config$", + }); + } + } + + /// Lists information about the supported locations for this service. + /// The resource that owns the locations collection, if applicable. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// Lists information about the supported locations for this service. + public class ListRequest : DataformBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The resource that owns the locations collection, if applicable. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. + /// + [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + + /// + /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like + /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of results to return. If not set, the service selects a default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token received from the `next_page_token` field in the response. Send that page token to + /// receive the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/locations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+$", + }); + RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter + { + Name = "extraLocationTypes", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Update default config for a given project and location. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and when the + /// `field_mask` is omitted, the request is treated as a full update on all modifiable fields.* + /// + /// The body of the request. + /// Identifier. The config name. + public virtual UpdateConfigRequest UpdateConfig(Google.Apis.Dataform.v1.Data.Config body, string name) + { + return new UpdateConfigRequest(this.service, body, name); + } + + /// + /// Update default config for a given project and location. **Note:** *This method does not fully implement + /// [AIP/134](https://google.aip.dev/134). The wildcard entry (\*) is treated as a bad request, and when the + /// `field_mask` is omitted, the request is treated as a full update on all modifiable fields.* + /// + public class UpdateConfigRequest : DataformBaseServiceRequest + { + /// Constructs a new UpdateConfig request. + public UpdateConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1.Data.Config body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Identifier. The config name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. Specifies the fields to be updated in the config. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1.Data.Config Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "updateConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes UpdateConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/config$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } +} +namespace Google.Apis.Dataform.v1.Data +{ + /// Error table information, used to write error data into a BigQuery table. + public class ActionErrorTable : Google.Apis.Requests.IDirectResponseSchema + { + /// Error table partition expiration in days. Only positive values are allowed. + [Newtonsoft.Json.JsonPropertyAttribute("retentionDays")] + public virtual System.Nullable RetentionDays { get; set; } + + /// Error Table target. + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual Target Target { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Load definition for incremental load modes + public class ActionIncrementalLoadMode : Google.Apis.Requests.IDirectResponseSchema + { + /// Column name for incremental load modes + [Newtonsoft.Json.JsonPropertyAttribute("column")] + public virtual string Column { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Simplified load configuration for actions + public class ActionLoadConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Append into destination table + [Newtonsoft.Json.JsonPropertyAttribute("append")] + public virtual ActionSimpleLoadMode Append { get; set; } + + /// + /// Insert records where the value exceeds the previous maximum value for a column in the destination table + /// + [Newtonsoft.Json.JsonPropertyAttribute("maximum")] + public virtual ActionIncrementalLoadMode Maximum { get; set; } + + /// Replace destination table + [Newtonsoft.Json.JsonPropertyAttribute("replace")] + public virtual ActionSimpleLoadMode Replace { get; set; } + + /// + /// Insert records where the value of a column is not already present in the destination table + /// + [Newtonsoft.Json.JsonPropertyAttribute("unique")] + public virtual ActionIncrementalLoadMode Unique { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Simple load definition + public class ActionSimpleLoadMode : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Definition of a SQL Data Preparation + public class ActionSqlDefinition : Google.Apis.Requests.IDirectResponseSchema + { + /// Error table configuration, + [Newtonsoft.Json.JsonPropertyAttribute("errorTable")] + public virtual ActionErrorTable ErrorTable { get; set; } + + /// Load configuration. + [Newtonsoft.Json.JsonPropertyAttribute("loadConfig")] + public virtual ActionLoadConfig LoadConfig { get; set; } + + /// + /// The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement. + /// + [Newtonsoft.Json.JsonPropertyAttribute("query")] + public virtual string Query { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents an assertion upon a SQL query which is required return zero rows. + public class Assertion : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of actions that this action depends on. + [Newtonsoft.Json.JsonPropertyAttribute("dependencyTargets")] + public virtual System.Collections.Generic.IList DependencyTargets { get; set; } + + /// Whether this action is disabled (i.e. should not be run). + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// + /// The parent action of this assertion. Only set if this assertion was automatically generated. + /// + [Newtonsoft.Json.JsonPropertyAttribute("parentAction")] + public virtual Target ParentAction { get; set; } + + /// Descriptor for the assertion's automatically-generated view and its columns. + [Newtonsoft.Json.JsonPropertyAttribute("relationDescriptor")] + public virtual RelationDescriptor RelationDescriptor { get; set; } + + /// The SELECT query which must return zero rows in order for this assertion to succeed. + [Newtonsoft.Json.JsonPropertyAttribute("selectQuery")] + public virtual string SelectQuery { get; set; } + + /// Arbitrary, user-defined tags on this action. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a workflow action that will run against BigQuery. + public class BigQueryAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has + /// started to run. + /// + [Newtonsoft.Json.JsonPropertyAttribute("jobId")] + public virtual string JobId { get; set; } + + /// Output only. The generated BigQuery SQL script that will be executed. + [Newtonsoft.Json.JsonPropertyAttribute("sqlScript")] + public virtual string SqlScript { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Associates `members`, or principals, with a `role`. + public class Binding : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding + /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to + /// the current request. However, a different role binding might grant the same role to one or more of the + /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("condition")] + public virtual Expr Condition { get; set; } + + /// + /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following + /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a + /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated + /// with a Google account or a service account. Does not include identities that come from external identity + /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a + /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address + /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * + /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes + /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For + /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that + /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain + /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * + /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workforce identity pool. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All + /// workforce identities in a group. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All workforce identities with a specific attribute value. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a + /// workforce identity pool. * + /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workload identity pool. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: + /// A workload identity pool group. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All identities in a workload identity pool with a certain attribute. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: + /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address + /// (plus unique identifier) representing a user that has been recently deleted. For example, + /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to + /// `user:{emailid}` and the recovered user retains the role in the binding. * + /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a + /// service account that has been recently deleted. For example, + /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, + /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the + /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing + /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. + /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role + /// in the binding. * + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// Deleted single identity in a workforce identity pool. For example, + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("members")] + public virtual System.Collections.Generic.IList Members { get; set; } + + /// + /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, + /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM + /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined + /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). + /// + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual string Role { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The request message for Operations.CancelOperation. + public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `CancelWorkflowInvocation` request message. + public class CancelWorkflowInvocationRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `CancelWorkflowInvocation` response message. + public class CancelWorkflowInvocationResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configures various aspects of Dataform code compilation. + public class CodeCompilationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The default schema (BigQuery dataset ID) for assertions. + [Newtonsoft.Json.JsonPropertyAttribute("assertionSchema")] + public virtual string AssertionSchema { get; set; } + + /// Optional. The prefix to prepend to built-in assertion names. + [Newtonsoft.Json.JsonPropertyAttribute("builtinAssertionNamePrefix")] + public virtual string BuiltinAssertionNamePrefix { get; set; } + + /// + /// Optional. The suffix that should be appended to all database (Google Cloud project ID) names. + /// + [Newtonsoft.Json.JsonPropertyAttribute("databaseSuffix")] + public virtual string DatabaseSuffix { get; set; } + + /// Optional. The default database (Google Cloud project ID). + [Newtonsoft.Json.JsonPropertyAttribute("defaultDatabase")] + public virtual string DefaultDatabase { get; set; } + + /// + /// Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of + /// locations: https://cloud.google.com/bigquery/docs/locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLocation")] + public virtual string DefaultLocation { get; set; } + + /// Optional. The default notebook runtime options. + [Newtonsoft.Json.JsonPropertyAttribute("defaultNotebookRuntimeOptions")] + public virtual NotebookRuntimeOptions DefaultNotebookRuntimeOptions { get; set; } + + /// Optional. The default schema (BigQuery dataset ID). + [Newtonsoft.Json.JsonPropertyAttribute("defaultSchema")] + public virtual string DefaultSchema { get; set; } + + /// Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names. + [Newtonsoft.Json.JsonPropertyAttribute("schemaSuffix")] + public virtual string SchemaSuffix { get; set; } + + /// Optional. The prefix that should be prepended to all table names. + [Newtonsoft.Json.JsonPropertyAttribute("tablePrefix")] + public virtual string TablePrefix { get; set; } + + /// + /// Optional. User-defined variables that are made available to project code during compilation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("vars")] + public virtual System.Collections.Generic.IDictionary Vars { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes a column. + public class ColumnDescriptor : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of BigQuery policy tags that will be applied to the column. + [Newtonsoft.Json.JsonPropertyAttribute("bigqueryPolicyTags")] + public virtual System.Collections.Generic.IList BigqueryPolicyTags { get; set; } + + /// A textual description of the column. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// The identifier for the column. Each entry in `path` represents one level of nesting. + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual System.Collections.Generic.IList Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the author of a Git commit. + public class CommitAuthor : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The commit author's email address. + [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] + public virtual string EmailAddress { get; set; } + + /// Required. The commit author's name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a single commit log. + public class CommitLogEntry : Google.Apis.Requests.IDirectResponseSchema + { + /// The commit author for this commit log entry. + [Newtonsoft.Json.JsonPropertyAttribute("author")] + public virtual CommitAuthor Author { get; set; } + + /// The commit message for this commit log entry. + [Newtonsoft.Json.JsonPropertyAttribute("commitMessage")] + public virtual string CommitMessage { get; set; } + + /// The commit SHA for this commit log entry. + [Newtonsoft.Json.JsonPropertyAttribute("commitSha")] + public virtual string CommitSha { get; set; } + + private string _commitTimeRaw; + + private object _commitTime; + + /// Commit timestamp. + [Newtonsoft.Json.JsonPropertyAttribute("commitTime")] + public virtual string CommitTimeRaw + { + get => _commitTimeRaw; + set + { + _commitTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _commitTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CommitTimeDateTimeOffset instead.")] + public virtual object CommitTime + { + get => _commitTime; + set + { + _commitTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _commitTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CommitTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CommitTimeRaw); + set => CommitTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a Dataform Git commit. + public class CommitMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The commit's author. + [Newtonsoft.Json.JsonPropertyAttribute("author")] + public virtual CommitAuthor Author { get; set; } + + /// Optional. The commit's message. + [Newtonsoft.Json.JsonPropertyAttribute("commitMessage")] + public virtual string CommitMessage { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `CommitRepositoryChanges` request message. + public class CommitRepositoryChangesRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The changes to commit to the repository. + [Newtonsoft.Json.JsonPropertyAttribute("commitMetadata")] + public virtual CommitMetadata CommitMetadata { get; set; } + + /// + /// Optional. A map to the path of the file to the operation. The path is the full file path including filename, + /// from repository root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fileOperations")] + public virtual System.Collections.Generic.IDictionary FileOperations { get; set; } + + /// + /// Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise + /// this request will fail. If unset, no validation on the current HEAD commit SHA is performed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("requiredHeadCommitSha")] + public virtual string RequiredHeadCommitSha { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `CommitRepositoryChanges` response message. + public class CommitRepositoryChangesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The commit SHA of the current commit. + [Newtonsoft.Json.JsonPropertyAttribute("commitSha")] + public virtual string CommitSha { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `CommitWorkspaceChanges` request message. + public class CommitWorkspaceChangesRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The commit's author. + [Newtonsoft.Json.JsonPropertyAttribute("author")] + public virtual CommitAuthor Author { get; set; } + + /// Optional. The commit's message. + [Newtonsoft.Json.JsonPropertyAttribute("commitMessage")] + public virtual string CommitMessage { get; set; } + + /// + /// Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files + /// will be committed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("paths")] + public virtual System.Collections.Generic.IList Paths { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `CommitWorkspaceChanges` response message. + public class CommitWorkspaceChangesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An error encountered when attempting to compile a Dataform project. + public class CompilationError : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The identifier of the action where this error occurred, if available. + [Newtonsoft.Json.JsonPropertyAttribute("actionTarget")] + public virtual Target ActionTarget { get; set; } + + /// Output only. The error's top level message. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// + /// Output only. The path of the file where this error occurred, if available, relative to the project root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// Output only. The error's full stack trace. + [Newtonsoft.Json.JsonPropertyAttribute("stack")] + public virtual string Stack { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the result of compiling a Dataform project. + public class CompilationResult : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Immutable. If set, fields of `code_compilation_config` override the default compilation settings that are + /// specified in dataform.json. + /// + [Newtonsoft.Json.JsonPropertyAttribute("codeCompilationConfig")] + public virtual CodeCompilationConfig CodeCompilationConfig { get; set; } + + /// Output only. Errors encountered during project compilation. + [Newtonsoft.Json.JsonPropertyAttribute("compilationErrors")] + public virtual System.Collections.Generic.IList CompilationErrors { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The timestamp of when the compilation result was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. Only set if the repository has a KMS Key. + [Newtonsoft.Json.JsonPropertyAttribute("dataEncryptionState")] + public virtual DataEncryptionState DataEncryptionState { get; set; } + + /// Output only. The version of `@dataform/core` that was used for compilation. + [Newtonsoft.Json.JsonPropertyAttribute("dataformCoreVersion")] + public virtual string DataformCoreVersion { get; set; } + + /// + /// Immutable. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote + /// repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1` + /// + [Newtonsoft.Json.JsonPropertyAttribute("gitCommitish")] + public virtual string GitCommitish { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// Output only. The compilation result's name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Immutable. The name of the release config to compile. Must be in the format + /// `projects/*/locations/*/repositories/*/releaseConfigs/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("releaseConfig")] + public virtual string ReleaseConfig { get; set; } + + /// + /// Output only. The fully resolved Git commit SHA of the code that was compiled. Not set for compilation + /// results whose source is a workspace. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resolvedGitCommitSha")] + public virtual string ResolvedGitCommitSha { get; set; } + + /// + /// Immutable. The name of the workspace to compile. Must be in the format + /// `projects/*/locations/*/repositories/*/workspaces/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("workspace")] + public virtual string Workspace { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a single Dataform action in a compilation result. + public class CompilationResultAction : Google.Apis.Requests.IDirectResponseSchema + { + /// The assertion executed by this action. + [Newtonsoft.Json.JsonPropertyAttribute("assertion")] + public virtual Assertion Assertion { get; set; } + + /// + /// The action's identifier if the project had been compiled without any overrides configured. Unique within the + /// compilation result. + /// + [Newtonsoft.Json.JsonPropertyAttribute("canonicalTarget")] + public virtual Target CanonicalTarget { get; set; } + + /// The data preparation executed by this action. + [Newtonsoft.Json.JsonPropertyAttribute("dataPreparation")] + public virtual DataPreparation DataPreparation { get; set; } + + /// The declaration declared by this action. + [Newtonsoft.Json.JsonPropertyAttribute("declaration")] + public virtual Declaration Declaration { get; set; } + + /// + /// The full path including filename in which this action is located, relative to the workspace root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("filePath")] + public virtual string FilePath { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// The notebook executed by this action. + [Newtonsoft.Json.JsonPropertyAttribute("notebook")] + public virtual Notebook Notebook { get; set; } + + /// The database operations executed by this action. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual Operations Operations { get; set; } + + /// The database relation created/updated by this action. + [Newtonsoft.Json.JsonPropertyAttribute("relation")] + public virtual Relation Relation { get; set; } + + /// This action's identifier. Unique within the compilation result. + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual Target Target { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ComputeRepositoryAccessTokenStatus` response message. + public class ComputeRepositoryAccessTokenStatusResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Indicates the status of the Git access token. + [Newtonsoft.Json.JsonPropertyAttribute("tokenStatus")] + public virtual string TokenStatus { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Config for all repositories in a given project and location. + public class Config : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default KMS key that is used if no encryption key is provided when a repository is created. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultKmsKeyName")] + public virtual string DefaultKmsKeyName { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// Identifier. The config name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes encryption state of a resource. + public class DataEncryptionState : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The KMS key version name with which data of a resource is encrypted. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersionName")] + public virtual string KmsKeyVersionName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Defines a compiled Data Preparation entity + public class DataPreparation : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// SQL definition for a Data Preparation. Contains a SQL query and additional context information. + /// + [Newtonsoft.Json.JsonPropertyAttribute("contentsSql")] + public virtual SqlDefinition ContentsSql { get; set; } + + /// The data preparation definition, stored as a YAML string. + [Newtonsoft.Json.JsonPropertyAttribute("contentsYaml")] + public virtual string ContentsYaml { get; set; } + + /// A list of actions that this action depends on. + [Newtonsoft.Json.JsonPropertyAttribute("dependencyTargets")] + public virtual System.Collections.Generic.IList DependencyTargets { get; set; } + + /// Whether this action is disabled (i.e. should not be run). + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// Arbitrary, user-defined tags on this action. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a workflow action that will run a Data Preparation. + public class DataPreparationAction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// SQL definition for a Data Preparation. Contains a SQL query and additional context information. + /// + [Newtonsoft.Json.JsonPropertyAttribute("contentsSql")] + public virtual ActionSqlDefinition ContentsSql { get; set; } + + /// + /// Output only. YAML representing the contents of the data preparation. Can be used to show the customer what + /// the input was to their workflow. + /// + [Newtonsoft.Json.JsonPropertyAttribute("contentsYaml")] + public virtual string ContentsYaml { get; set; } + + /// Output only. The generated BigQuery SQL script that will be executed. For reference only. + [Newtonsoft.Json.JsonPropertyAttribute("generatedSql")] + public virtual string GeneratedSql { get; set; } + + /// + /// Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has + /// started to run. + /// + [Newtonsoft.Json.JsonPropertyAttribute("jobId")] + public virtual string JobId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions. + /// + public class Declaration : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Descriptor for the relation and its columns. Used as documentation only, i.e. values here will result in no + /// changes to the relation's metadata. + /// + [Newtonsoft.Json.JsonPropertyAttribute("relationDescriptor")] + public virtual RelationDescriptor RelationDescriptor { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the delete file operation. + public class DeleteFile : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a single entry in a directory. + public class DirectoryEntry : Google.Apis.Requests.IDirectResponseSchema + { + /// A child directory in the directory. + [Newtonsoft.Json.JsonPropertyAttribute("directory")] + public virtual string Directory { get; set; } + + /// A file in the directory. + [Newtonsoft.Json.JsonPropertyAttribute("file")] + public virtual string File { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Client-facing representation of a directory entry in search results. + public class DirectorySearchResult : Google.Apis.Requests.IDirectResponseSchema + { + /// File system path relative to the workspace root. + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical + /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc + /// Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } + /// + public class Empty : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Error table information, used to write error data into a BigQuery table. + public class ErrorTable : Google.Apis.Requests.IDirectResponseSchema + { + /// Error table partition expiration in days. Only positive values are allowed. + [Newtonsoft.Json.JsonPropertyAttribute("retentionDays")] + public virtual System.Nullable RetentionDays { get; set; } + + /// Error Table target. + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual Target Target { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression + /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example + /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" + /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" description: + /// "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" + /// Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly + /// visible" expression: "document.type != 'private' &amp;&amp; document.type != 'internal'" Example (Data + /// Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." + /// expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that + /// may be referenced within an expression are determined by the service that evaluates it. See the service + /// documentation for additional information. + /// + public class Expr : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when + /// hovered over it in a UI. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Textual representation of an expression in Common Expression Language syntax. + [Newtonsoft.Json.JsonPropertyAttribute("expression")] + public virtual string Expression { get; set; } + + /// + /// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a + /// position in the file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// + /// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs + /// which allow to enter the expression. + /// + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `FetchFileDiff` response message. + public class FetchFileDiffResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The raw formatted Git diff for the file. + [Newtonsoft.Json.JsonPropertyAttribute("formattedDiff")] + public virtual string FormattedDiff { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `FetchFileGitStatuses` response message. + public class FetchFileGitStatusesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A list of all files which have uncommitted Git changes. There will only be a single entry for any given + /// file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uncommittedFileChanges")] + public virtual System.Collections.Generic.IList UncommittedFileChanges { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `FetchGitAheadBehind` response message. + public class FetchGitAheadBehindResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The number of commits in the remote branch that are not in the workspace. + [Newtonsoft.Json.JsonPropertyAttribute("commitsAhead")] + public virtual System.Nullable CommitsAhead { get; set; } + + /// The number of commits in the workspace that are not in the remote branch. + [Newtonsoft.Json.JsonPropertyAttribute("commitsBehind")] + public virtual System.Nullable CommitsBehind { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `FetchRemoteBranches` response message. + public class FetchRemoteBranchesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The remote repository's branch names. + [Newtonsoft.Json.JsonPropertyAttribute("branches")] + public virtual System.Collections.Generic.IList Branches { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `FetchRepositoryHistory` response message. + public class FetchRepositoryHistoryResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of commit logs, ordered by 'git log' default order. + [Newtonsoft.Json.JsonPropertyAttribute("commits")] + public virtual System.Collections.Generic.IList Commits { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a single file operation to the repository. + public class FileOperation : Google.Apis.Requests.IDirectResponseSchema + { + /// Represents the delete operation. + [Newtonsoft.Json.JsonPropertyAttribute("deleteFile")] + public virtual DeleteFile DeleteFile { get; set; } + + /// Represents the write operation. + [Newtonsoft.Json.JsonPropertyAttribute("writeFile")] + public virtual WriteFile WriteFile { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Client-facing representation of a file entry in search results. + public class FileSearchResult : Google.Apis.Requests.IDirectResponseSchema + { + /// File system path relative to the workspace root. + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Controls Git remote configuration for a repository. + public class GitRemoteSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The name of the Secret Manager secret version to use as an authentication token for Git + /// operations. Must be in the format `projects/*/secrets/*/versions/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("authenticationTokenSecretVersion")] + public virtual string AuthenticationTokenSecretVersion { get; set; } + + /// Required. The Git remote's default branch name. + [Newtonsoft.Json.JsonPropertyAttribute("defaultBranch")] + public virtual string DefaultBranch { get; set; } + + /// Optional. Authentication fields for remote uris using SSH protocol. + [Newtonsoft.Json.JsonPropertyAttribute("sshAuthenticationConfig")] + public virtual SshAuthenticationConfig SshAuthenticationConfig { get; set; } + + /// Output only. Deprecated: The field does not contain any token status information. + [Newtonsoft.Json.JsonPropertyAttribute("tokenStatus")] + public virtual string TokenStatus { get; set; } + + /// Required. The Git remote's URL. + [Newtonsoft.Json.JsonPropertyAttribute("url")] + public virtual string Url { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Contains metadata about the IAM policy override for a given Dataform resource. If is_active is true, this the + /// policy encoded in iam_policy_name is the source of truth for this resource. Will be provided in internal ESV2 + /// views for: Workspaces, Repositories, Folders, TeamFolders. + /// + public class IamPolicyOverrideView : Google.Apis.Requests.IDirectResponseSchema + { + /// The IAM policy name for the resource. + [Newtonsoft.Json.JsonPropertyAttribute("iamPolicyName")] + public virtual PolicyName IamPolicyName { get; set; } + + /// Whether the IAM policy encoded in this view is active. + [Newtonsoft.Json.JsonPropertyAttribute("isActive")] + public virtual System.Nullable IsActive { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Load definition for incremental load modes + public class IncrementalLoadMode : Google.Apis.Requests.IDirectResponseSchema + { + /// Column name for incremental load modes + [Newtonsoft.Json.JsonPropertyAttribute("column")] + public virtual string Column { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains settings for relations of type `INCREMENTAL_TABLE`. + public class IncrementalTableConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// SQL statements to be executed after inserting new rows into the relation. + [Newtonsoft.Json.JsonPropertyAttribute("incrementalPostOperations")] + public virtual System.Collections.Generic.IList IncrementalPostOperations { get; set; } + + /// SQL statements to be executed before inserting new rows into the relation. + [Newtonsoft.Json.JsonPropertyAttribute("incrementalPreOperations")] + public virtual System.Collections.Generic.IList IncrementalPreOperations { get; set; } + + /// + /// The SELECT query which returns rows which should be inserted into the relation if it already exists and is + /// not being refreshed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("incrementalSelectQuery")] + public virtual string IncrementalSelectQuery { get; set; } + + /// Whether this table should be protected from being refreshed. + [Newtonsoft.Json.JsonPropertyAttribute("refreshDisabled")] + public virtual System.Nullable RefreshDisabled { get; set; } + + /// + /// A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as + /// defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will + /// be included in the relation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uniqueKeyParts")] + public virtual System.Collections.Generic.IList UniqueKeyParts { get; set; } + + /// + /// A SQL expression conditional used to limit the set of existing rows considered for a merge operation (see + /// `unique_key_parts` for more information). + /// + [Newtonsoft.Json.JsonPropertyAttribute("updatePartitionFilter")] + public virtual string UpdatePartitionFilter { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `InstallNpmPackages` request message. + public class InstallNpmPackagesRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `InstallNpmPackages` response message. + public class InstallNpmPackagesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start + /// must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). + /// When both start and end are unspecified, the interval matches any time. + /// + public class Interval : Google.Apis.Requests.IDirectResponseSchema + { + private string _endTimeRaw; + + private object _endTime; + + /// + /// Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be + /// before the end. + /// + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _startTimeRaw; + + private object _startTime; + + /// + /// Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be + /// the same or after the start. + /// + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` + /// are unset, all actions will be included. + /// + public class InvocationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. When set to true, any incremental tables will be fully refreshed. + [Newtonsoft.Json.JsonPropertyAttribute("fullyRefreshIncrementalTablesEnabled")] + public virtual System.Nullable FullyRefreshIncrementalTablesEnabled { get; set; } + + /// Optional. The set of tags to include. + [Newtonsoft.Json.JsonPropertyAttribute("includedTags")] + public virtual System.Collections.Generic.IList IncludedTags { get; set; } + + /// Optional. The set of action identifiers to include. + [Newtonsoft.Json.JsonPropertyAttribute("includedTargets")] + public virtual System.Collections.Generic.IList IncludedTargets { get; set; } + + /// + /// Optional. Specifies the priority for query execution in BigQuery. More information can be found at + /// https://cloud.google.com/bigquery/docs/running-queries#queries. + /// + [Newtonsoft.Json.JsonPropertyAttribute("queryPriority")] + public virtual string QueryPriority { get; set; } + + /// Optional. The service account to run workflow invocations under. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// Optional. When set to true, transitive dependencies of included actions will be executed. + [Newtonsoft.Json.JsonPropertyAttribute("transitiveDependenciesIncluded")] + public virtual System.Nullable TransitiveDependenciesIncluded { get; set; } + + /// Optional. When set to true, transitive dependents of included actions will be executed. + [Newtonsoft.Json.JsonPropertyAttribute("transitiveDependentsIncluded")] + public virtual System.Nullable TransitiveDependentsIncluded { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ListCompilationResults` response message. + public class ListCompilationResultsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// List of compilation results. + [Newtonsoft.Json.JsonPropertyAttribute("compilationResults")] + public virtual System.Collections.Generic.IList CompilationResults { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// Locations which could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response message for Locations.ListLocations. + public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of locations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("locations")] + public virtual System.Collections.Generic.IList Locations { get; set; } + + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response message for Operations.ListOperations. + public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// A list of operations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual System.Collections.Generic.IList Operations { get; set; } + + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ListReleaseConfigs` response message. + public class ListReleaseConfigsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of release configs. + [Newtonsoft.Json.JsonPropertyAttribute("releaseConfigs")] + public virtual System.Collections.Generic.IList ReleaseConfigs { get; set; } + + /// Locations which could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ListRepositories` response message. + public class ListRepositoriesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of repositories. + [Newtonsoft.Json.JsonPropertyAttribute("repositories")] + public virtual System.Collections.Generic.IList Repositories { get; set; } + + /// Locations which could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ListWorkflowConfigs` response message. + public class ListWorkflowConfigsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// Locations which could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// List of workflow configs. + [Newtonsoft.Json.JsonPropertyAttribute("workflowConfigs")] + public virtual System.Collections.Generic.IList WorkflowConfigs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ListWorkflowInvocations` response message. + public class ListWorkflowInvocationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// Locations which could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// List of workflow invocations. + [Newtonsoft.Json.JsonPropertyAttribute("workflowInvocations")] + public virtual System.Collections.Generic.IList WorkflowInvocations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ListWorkspaces` response message. + public class ListWorkspacesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// Locations which could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// List of workspaces. + [Newtonsoft.Json.JsonPropertyAttribute("workspaces")] + public virtual System.Collections.Generic.IList Workspaces { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Simplified load configuration for actions + public class LoadConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Append into destination table + [Newtonsoft.Json.JsonPropertyAttribute("append")] + public virtual SimpleLoadMode Append { get; set; } + + /// + /// Insert records where the value exceeds the previous maximum value for a column in the destination table + /// + [Newtonsoft.Json.JsonPropertyAttribute("maximum")] + public virtual IncrementalLoadMode Maximum { get; set; } + + /// Replace destination table + [Newtonsoft.Json.JsonPropertyAttribute("replace")] + public virtual SimpleLoadMode Replace { get; set; } + + /// + /// Insert records where the value of a column is not already present in the destination table + /// + [Newtonsoft.Json.JsonPropertyAttribute("unique")] + public virtual IncrementalLoadMode Unique { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A resource that represents a Google Cloud location. + public class Location : Google.Apis.Requests.IDirectResponseSchema + { + /// The friendly name for this location, typically a nearby city name. For example, "Tokyo". + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// The canonical id for this location. For example: `"us-east1"`. + [Newtonsoft.Json.JsonPropertyAttribute("locationId")] + public virtual string LocationId { get; set; } + + /// Service-specific metadata. For example the available capacity at the given location. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// Resource name for the location, which may vary between implementations. For example: + /// `"projects/example-project/locations/us-east1"` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `MakeDirectory` request message. + public class MakeDirectoryRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The directory's full path including directory name, relative to the workspace root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `MakeDirectory` response message. + public class MakeDirectoryResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `MoveDirectory` request message. + public class MoveDirectoryRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The new path for the directory including directory name, rooted at workspace root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("newPath")] + public virtual string NewPath { get; set; } + + /// + /// Required. The directory's full path including directory name, relative to the workspace root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `MoveDirectory` response message. + public class MoveDirectoryResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `MoveFile` request message. + public class MoveFileRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The file's new path including filename, relative to the workspace root. + [Newtonsoft.Json.JsonPropertyAttribute("newPath")] + public virtual string NewPath { get; set; } + + /// Required. The file's full path including filename, relative to the workspace root. + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `MoveFile` response message. + public class MoveFileResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a notebook. + public class Notebook : Google.Apis.Requests.IDirectResponseSchema + { + /// The contents of the notebook. + [Newtonsoft.Json.JsonPropertyAttribute("contents")] + public virtual string Contents { get; set; } + + /// A list of actions that this action depends on. + [Newtonsoft.Json.JsonPropertyAttribute("dependencyTargets")] + public virtual System.Collections.Generic.IList DependencyTargets { get; set; } + + /// Whether this action is disabled (i.e. should not be run). + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// Arbitrary, user-defined tags on this action. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a workflow action that will run against a Notebook runtime. + public class NotebookAction : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The code contents of a Notebook to be run. + [Newtonsoft.Json.JsonPropertyAttribute("contents")] + public virtual string Contents { get; set; } + + /// + /// Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the + /// outputs created in Google Cloud Storage buckets. Only set once the job has started to run. + /// + [Newtonsoft.Json.JsonPropertyAttribute("jobId")] + public virtual string JobId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configures various aspects of Dataform notebook runtime. + public class NotebookRuntimeOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The resource name of the [Colab runtime template] (https://cloud.google.com/colab/docs/runtimes), + /// from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's + /// default specifications. + /// + [Newtonsoft.Json.JsonPropertyAttribute("aiPlatformNotebookRuntimeTemplate")] + public virtual string AiPlatformNotebookRuntimeTemplate { get; set; } + + /// + /// Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-name`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcsOutputBucket")] + public virtual string GcsOutputBucket { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// This resource represents a long-running operation that is the result of a network API call. + public class Operation : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, + /// and either `error` or `response` is available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("done")] + public virtual System.Nullable Done { get; set; } + + /// The error result of the operation in case of failure or cancellation. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual Status Error { get; set; } + + /// + /// Service-specific metadata associated with the operation. It typically contains progress information and + /// common metadata such as create time. Some services might not provide such metadata. Any method that returns + /// a long-running operation should document the metadata type, if any. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// The server-assigned name, which is only unique within the same service that originally returns it. If you + /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The normal, successful response of the operation. If the original method returns no data on success, such as + /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard + /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have + /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is + /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("response")] + public virtual System.Collections.Generic.IDictionary Response { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the metadata of the long-running operation. + public class OperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. API version used to start the operation. + [Newtonsoft.Json.JsonPropertyAttribute("apiVersion")] + public virtual string ApiVersion { get; set; } + + /// + /// Output only. Identifies whether the user has requested cancellation of the operation. Operations that have + /// been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of + /// `1`, corresponding to `Code.CANCELLED`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cancelRequested")] + public virtual System.Nullable CancelRequested { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time the operation was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _endTimeRaw; + + private object _endTime; + + /// Output only. The time the operation finished running. + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. Human-readable status of the operation, if any. + [Newtonsoft.Json.JsonPropertyAttribute("statusDetail")] + public virtual string StatusDetail { get; set; } + + /// Output only. Server-defined resource path for the target of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual string Target { get; set; } + + /// Output only. Name of the verb executed by the operation. + [Newtonsoft.Json.JsonPropertyAttribute("verb")] + public virtual string Verb { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a list of arbitrary database operations. + public class Operations : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of actions that this action depends on. + [Newtonsoft.Json.JsonPropertyAttribute("dependencyTargets")] + public virtual System.Collections.Generic.IList DependencyTargets { get; set; } + + /// Whether this action is disabled (i.e. should not be run). + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// Whether these operations produce an output relation. + [Newtonsoft.Json.JsonPropertyAttribute("hasOutput")] + public virtual System.Nullable HasOutput { get; set; } + + /// A list of arbitrary SQL statements that will be executed without alteration. + [Newtonsoft.Json.JsonPropertyAttribute("queries")] + public virtual System.Collections.Generic.IList Queries { get; set; } + + /// Descriptor for any output relation and its columns. Only set if `has_output` is true. + [Newtonsoft.Json.JsonPropertyAttribute("relationDescriptor")] + public virtual RelationDescriptor RelationDescriptor { get; set; } + + /// Arbitrary, user-defined tags on this action. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single + /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A + /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. + /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical + /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add + /// constraints based on attributes of the request, the resource, or both. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// ``` + /// { + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", + /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, + /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { + /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time + /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// ``` + /// **YAML + /// example:** + /// ``` + /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - + /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable + /// access description: Does not grant access after Sep 2020 expression: request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// ``` + /// For a description of IAM and its + /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// + public class Policy : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that + /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the + /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you + /// can add another 1,450 principals to the `bindings` in the `Policy`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } + + /// + /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy + /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the + /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned + /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** + /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit + /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding + /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing + /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you + /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this + /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on + /// that policy may specify any valid version or leave the field unset. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual System.Nullable Version { get; set; } + } + + /// + /// An internal name for an IAM policy, based on the resource to which the policy applies. Not to be confused with a + /// resource's external full resource name. For more information on this distinction, see + /// go/iam-full-resource-names. + /// + public class PolicyName : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Identifies an instance of the type. ID format varies by type. The ID format is defined in the IAM .service + /// file that defines the type, either in path_mapping or in a comment. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// + /// For Cloud IAM: The location of the Policy. Must be empty or "global" for Policies owned by global IAM. Must + /// name a region from prodspec/cloud-iam-cloudspec for Regional IAM Policies, see + /// go/iam-faq#where-is-iam-currently-deployed. For Local IAM: This field should be set to "local". + /// + [Newtonsoft.Json.JsonPropertyAttribute("region")] + public virtual string Region { get; set; } + + /// + /// Resource type. Types are defined in IAM's .service files. Valid values for type might be 'storage_buckets', + /// 'compute_instances', 'resourcemanager_customers', 'billing_accounts', etc. + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `PullGitCommits` request message. + public class PullGitCommitsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The author of any merge commit which may be created as a result of merging fetched Git commits + /// into this workspace. + /// + [Newtonsoft.Json.JsonPropertyAttribute("author")] + public virtual CommitAuthor Author { get; set; } + + /// + /// Optional. The name of the branch in the Git remote from which to pull commits. If left unset, the + /// repository's default branch name will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("remoteBranch")] + public virtual string RemoteBranch { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `PullGitCommits` response message. + public class PullGitCommitsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `PushGitCommits` request message. + public class PushGitCommitsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The name of the branch in the Git remote to which commits should be pushed. If left unset, the + /// repository's default branch name will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("remoteBranch")] + public virtual string RemoteBranch { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `PushGitCommits` response message. + public class PushGitCommitsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `QueryCompilationResultActions` response message. + public class QueryCompilationResultActionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// List of compilation result actions. + [Newtonsoft.Json.JsonPropertyAttribute("compilationResultActions")] + public virtual System.Collections.Generic.IList CompilationResultActions { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `QueryDirectoryContents` response message. + public class QueryDirectoryContentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// List of entries in the directory. + [Newtonsoft.Json.JsonPropertyAttribute("directoryEntries")] + public virtual System.Collections.Generic.IList DirectoryEntries { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `QueryRepositoryDirectoryContents` response message. + public class QueryRepositoryDirectoryContentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// List of entries in the directory. + [Newtonsoft.Json.JsonPropertyAttribute("directoryEntries")] + public virtual System.Collections.Generic.IList DirectoryEntries { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `QueryWorkflowInvocationActions` response message. + public class QueryWorkflowInvocationActionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of workflow invocation actions. + [Newtonsoft.Json.JsonPropertyAttribute("workflowInvocationActions")] + public virtual System.Collections.Generic.IList WorkflowInvocationActions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ReadFile` response message. + public class ReadFileResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The file's contents. + [Newtonsoft.Json.JsonPropertyAttribute("fileContents")] + public virtual string FileContents { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ReadRepositoryFile` response message. + public class ReadRepositoryFileResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The file's contents. + [Newtonsoft.Json.JsonPropertyAttribute("contents")] + public virtual string Contents { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a database relation. + public class Relation : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Additional options that will be provided as key/value pairs into the options clause of a create table/view + /// statement. See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for + /// more information on which options are supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("additionalOptions")] + public virtual System.Collections.Generic.IDictionary AdditionalOptions { get; set; } + + /// A list of columns or SQL expressions used to cluster the table. + [Newtonsoft.Json.JsonPropertyAttribute("clusterExpressions")] + public virtual System.Collections.Generic.IList ClusterExpressions { get; set; } + + /// + /// Optional. The connection specifying the credentials to be used to read and write to external storage, such + /// as Cloud Storage. The connection can have the form `{project}.{location}.{connection_id}` or + /// `projects/{project}/locations/{location}/connections/{connection_id}", or be set to DEFAULT. + /// + [Newtonsoft.Json.JsonPropertyAttribute("connection")] + public virtual string Connection { get; set; } + + /// A list of actions that this action depends on. + [Newtonsoft.Json.JsonPropertyAttribute("dependencyTargets")] + public virtual System.Collections.Generic.IList DependencyTargets { get; set; } + + /// Whether this action is disabled (i.e. should not be run). + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// Optional. The file format for the BigQuery table. + [Newtonsoft.Json.JsonPropertyAttribute("fileFormat")] + public virtual string FileFormat { get; set; } + + /// + /// Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is + /// `INCREMENTAL_TABLE`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("incrementalTableConfig")] + public virtual IncrementalTableConfig IncrementalTableConfig { get; set; } + + /// Sets the partition expiration in days. + [Newtonsoft.Json.JsonPropertyAttribute("partitionExpirationDays")] + public virtual System.Nullable PartitionExpirationDays { get; set; } + + /// The SQL expression used to partition the relation. + [Newtonsoft.Json.JsonPropertyAttribute("partitionExpression")] + public virtual string PartitionExpression { get; set; } + + /// SQL statements to be executed after creating the relation. + [Newtonsoft.Json.JsonPropertyAttribute("postOperations")] + public virtual System.Collections.Generic.IList PostOperations { get; set; } + + /// SQL statements to be executed before creating the relation. + [Newtonsoft.Json.JsonPropertyAttribute("preOperations")] + public virtual System.Collections.Generic.IList PreOperations { get; set; } + + /// Descriptor for the relation and its columns. + [Newtonsoft.Json.JsonPropertyAttribute("relationDescriptor")] + public virtual RelationDescriptor RelationDescriptor { get; set; } + + /// The type of this relation. + [Newtonsoft.Json.JsonPropertyAttribute("relationType")] + public virtual string RelationType { get; set; } + + /// + /// Specifies whether queries on this table must include a predicate filter that filters on the partitioning + /// column. + /// + [Newtonsoft.Json.JsonPropertyAttribute("requirePartitionFilter")] + public virtual System.Nullable RequirePartitionFilter { get; set; } + + /// The SELECT query which returns rows which this relation should contain. + [Newtonsoft.Json.JsonPropertyAttribute("selectQuery")] + public virtual string SelectQuery { get; set; } + + /// + /// Optional. The fully qualified location prefix of the external folder where table data is stored. The URI + /// should be in the format `gs://bucket/path_to_table/`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("storageUri")] + public virtual string StorageUri { get; set; } + + /// Optional. The table format for the BigQuery table. + [Newtonsoft.Json.JsonPropertyAttribute("tableFormat")] + public virtual string TableFormat { get; set; } + + /// Arbitrary, user-defined tags on this action. + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes a relation and its columns. + public class RelationDescriptor : Google.Apis.Requests.IDirectResponseSchema + { + /// A set of BigQuery labels that should be applied to the relation. + [Newtonsoft.Json.JsonPropertyAttribute("bigqueryLabels")] + public virtual System.Collections.Generic.IDictionary BigqueryLabels { get; set; } + + /// A list of descriptions of columns within the relation. + [Newtonsoft.Json.JsonPropertyAttribute("columns")] + public virtual System.Collections.Generic.IList Columns { get; set; } + + /// A text description of the relation. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a Dataform release configuration. + public class ReleaseConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If set, fields of `code_compilation_config` override the default compilation settings that are + /// specified in dataform.json. + /// + [Newtonsoft.Json.JsonPropertyAttribute("codeCompilationConfig")] + public virtual CodeCompilationConfig CodeCompilationConfig { get; set; } + + /// + /// Optional. Optional schedule (in cron format) for automatic creation of compilation results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cronSchedule")] + public virtual string CronSchedule { get; set; } + + /// Optional. Disables automatic creation of compilation results. + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// + /// Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote + /// repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1` + /// + [Newtonsoft.Json.JsonPropertyAttribute("gitCommitish")] + public virtual string GitCommitish { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// Identifier. The release config's name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Output only. Records of the 10 most recent scheduled release attempts, ordered in descending order of + /// `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recentScheduledReleaseRecords")] + public virtual System.Collections.Generic.IList RecentScheduledReleaseRecords { get; set; } + + /// + /// Optional. The name of the currently released compilation result for this release config. This value is + /// updated when a compilation result is automatically created from this release config (using cron_schedule), + /// or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation + /// result must have been created using this release config. Must be in the format + /// `projects/*/locations/*/repositories/*/compilationResults/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("releaseCompilationResult")] + public virtual string ReleaseCompilationResult { get; set; } + + /// + /// Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from + /// the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, + /// the default is UTC. + /// + [Newtonsoft.Json.JsonPropertyAttribute("timeZone")] + public virtual string TimeZone { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `RemoveDirectory` request message. + public class RemoveDirectoryRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The directory's full path including directory name, relative to the workspace root. + /// + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `RemoveDirectory` response message. + public class RemoveDirectoryResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `RemoveFile` request message. + public class RemoveFileRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The file's full path including filename, relative to the workspace root. + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `RemoveFile` response message. + public class RemoveFileResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a Dataform Git repository. + public class Repository : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The timestamp of when the repository was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Output only. A data encryption state of a Git repository if this Repository is protected by a KMS key. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataEncryptionState")] + public virtual DataEncryptionState DataEncryptionState { get; set; } + + /// Optional. The repository's user-friendly name. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. If set, configures this repository to be linked to a Git remote. + [Newtonsoft.Json.JsonPropertyAttribute("gitRemoteSettings")] + public virtual GitRemoteSettings GitRemoteSettings { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// + /// Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user data in the + /// repository and all child resources. It is not possible to add or update the encryption key after the + /// repository is created. Example: + /// `projects/{kms_project}/locations/{location}/keyRings/{key_location}/cryptoKeys/{key}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } + + /// Optional. Repository user labels. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// Identifier. The repository's name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc + /// file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file + /// itself must be in a JSON format. + /// + [Newtonsoft.Json.JsonPropertyAttribute("npmrcEnvironmentVariablesSecretVersion")] + public virtual string NpmrcEnvironmentVariablesSecretVersion { get; set; } + + /// Optional. The service account to run workflow invocations under. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// + /// Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role + /// on the created repository. + /// + [Newtonsoft.Json.JsonPropertyAttribute("setAuthenticatedUserAdmin")] + public virtual System.Nullable SetAuthenticatedUserAdmin { get; set; } + + /// + /// Optional. If set, fields of `workspace_compilation_overrides` override the default compilation settings that + /// are specified in dataform.json when creating workspace-scoped compilation results. See documentation for + /// `WorkspaceCompilationOverrides` for more information. + /// + [Newtonsoft.Json.JsonPropertyAttribute("workspaceCompilationOverrides")] + public virtual WorkspaceCompilationOverrides WorkspaceCompilationOverrides { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ResetWorkspaceChanges` request message. + public class ResetWorkspaceChangesRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. If set to true, untracked files will be deleted. + [Newtonsoft.Json.JsonPropertyAttribute("clean")] + public virtual System.Nullable Clean { get; set; } + + /// + /// Optional. Full file paths to reset back to their committed state including filename, rooted at workspace + /// root. If left empty, all files will be reset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("paths")] + public virtual System.Collections.Generic.IList Paths { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `ResetWorkspaceChanges` response message. + public class ResetWorkspaceChangesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A record of an attempt to create a workflow invocation for this workflow config. + public class ScheduledExecutionRecord : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The error status encountered upon this attempt to create the workflow invocation, if the attempt was + /// unsuccessful. + /// + [Newtonsoft.Json.JsonPropertyAttribute("errorStatus")] + public virtual Status ErrorStatus { get; set; } + + private string _executionTimeRaw; + + private object _executionTime; + + /// Output only. The timestamp of this execution attempt. + [Newtonsoft.Json.JsonPropertyAttribute("executionTime")] + public virtual string ExecutionTimeRaw + { + get => _executionTimeRaw; + set + { + _executionTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _executionTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExecutionTimeDateTimeOffset instead.")] + public virtual object ExecutionTime + { + get => _executionTime; + set + { + _executionTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _executionTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ExecutionTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExecutionTimeRaw); + set => ExecutionTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// The name of the created workflow invocation, if one was successfully created. Must be in the format + /// `projects/*/locations/*/repositories/*/workflowInvocations/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("workflowInvocation")] + public virtual string WorkflowInvocation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A record of an attempt to create a compilation result for this release config. + public class ScheduledReleaseRecord : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The name of the created compilation result, if one was successfully created. Must be in the format + /// `projects/*/locations/*/repositories/*/compilationResults/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("compilationResult")] + public virtual string CompilationResult { get; set; } + + /// + /// The error status encountered upon this attempt to create the compilation result, if the attempt was + /// unsuccessful. + /// + [Newtonsoft.Json.JsonPropertyAttribute("errorStatus")] + public virtual Status ErrorStatus { get; set; } + + private string _releaseTimeRaw; + + private object _releaseTime; + + /// Output only. The timestamp of this release attempt. + [Newtonsoft.Json.JsonPropertyAttribute("releaseTime")] + public virtual string ReleaseTimeRaw + { + get => _releaseTimeRaw; + set + { + _releaseTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _releaseTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ReleaseTimeDateTimeOffset instead.")] + public virtual object ReleaseTime + { + get => _releaseTime; + set + { + _releaseTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _releaseTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ReleaseTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ReleaseTimeRaw); + set => ReleaseTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Client-facing representation of a file search response. + public class SearchFilesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, + /// there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of matched results. + [Newtonsoft.Json.JsonPropertyAttribute("searchResults")] + public virtual System.Collections.Generic.IList SearchResults { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Client-facing representation of a search result entry. + public class SearchResult : Google.Apis.Requests.IDirectResponseSchema + { + /// Details when search result is a directory. + [Newtonsoft.Json.JsonPropertyAttribute("directory")] + public virtual DirectorySearchResult Directory { get; set; } + + /// Details when search result is a file. + [Newtonsoft.Json.JsonPropertyAttribute("file")] + public virtual FileSearchResult File { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for `SetIamPolicy` method. + public class SetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few + /// 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might + /// reject them. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual Policy Policy { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Simple load definition + public class SimpleLoadMode : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Definition of a SQL Data Preparation + public class SqlDefinition : Google.Apis.Requests.IDirectResponseSchema + { + /// Error table configuration, + [Newtonsoft.Json.JsonPropertyAttribute("errorTable")] + public virtual ErrorTable ErrorTable { get; set; } + + /// Load configuration. + [Newtonsoft.Json.JsonPropertyAttribute("load")] + public virtual LoadConfig Load { get; set; } + + /// + /// The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement. + /// + [Newtonsoft.Json.JsonPropertyAttribute("query")] + public virtual string Query { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configures fields for performing SSH authentication. + public class SshAuthenticationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Content of a public SSH key to verify an identity of a remote Git host. + [Newtonsoft.Json.JsonPropertyAttribute("hostPublicKey")] + public virtual string HostPublicKey { get; set; } + + /// + /// Required. The name of the Secret Manager secret version to use as a ssh private key for Git operations. Must + /// be in the format `projects/*/secrets/*/versions/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userPrivateKeySecretVersion")] + public virtual string UserPrivateKeySecretVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The `Status` type defines a logical error model that is suitable for different programming environments, + /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains + /// three pieces of data: error code, error message, and error details. You can find out more about this error model + /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). + /// + public class Status : Google.Apis.Requests.IDirectResponseSchema + { + /// The status code, which should be an enum value of google.rpc.Code. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual System.Nullable Code { get; set; } + + /// + /// A list of messages that carry the error details. There is a common set of message types for APIs to use. + /// + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList> Details { get; set; } + + /// + /// A developer-facing error message, which should be in English. Any user-facing error message should be + /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Represents an action identifier. If the action writes output, the output will be written to the referenced + /// database object. + /// + public class Target : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The action's database (Google Cloud project ID) . + [Newtonsoft.Json.JsonPropertyAttribute("database")] + public virtual string Database { get; set; } + + /// Optional. The action's name, within `database` and `schema`. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional. The action's schema (BigQuery dataset ID), within `database`. + [Newtonsoft.Json.JsonPropertyAttribute("schema")] + public virtual string Schema { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for `TestIamPermissions` method. + public class TestIamPermissionsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) + /// are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Newtonsoft.Json.JsonPropertyAttribute("permissions")] + public virtual System.Collections.Generic.IList Permissions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `TestIamPermissions` method. + public class TestIamPermissionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// A subset of `TestPermissionsRequest.permissions` that the caller is allowed. + [Newtonsoft.Json.JsonPropertyAttribute("permissions")] + public virtual System.Collections.Generic.IList Permissions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the Git state of a file with uncommitted changes. + public class UncommittedFileChange : Google.Apis.Requests.IDirectResponseSchema + { + /// The file's full path including filename, relative to the workspace root. + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// Output only. Indicates the status of the file. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a Dataform workflow configuration. + public class WorkflowConfig : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The timestamp of when the WorkflowConfig was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. Optional schedule (in cron format) for automatic execution of this workflow config. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cronSchedule")] + public virtual string CronSchedule { get; set; } + + /// Optional. Disables automatic creation of workflow invocations. + [Newtonsoft.Json.JsonPropertyAttribute("disabled")] + public virtual System.Nullable Disabled { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// Optional. If left unset, a default InvocationConfig will be used. + [Newtonsoft.Json.JsonPropertyAttribute("invocationConfig")] + public virtual InvocationConfig InvocationConfig { get; set; } + + /// Identifier. The workflow config's name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Output only. Records of the 10 most recent scheduled execution attempts, ordered in descending order of + /// `execution_time`. Updated whenever automatic creation of a workflow invocation is triggered by + /// cron_schedule. + /// + [Newtonsoft.Json.JsonPropertyAttribute("recentScheduledExecutionRecords")] + public virtual System.Collections.Generic.IList RecentScheduledExecutionRecords { get; set; } + + /// + /// Required. The name of the release config whose release_compilation_result should be executed. Must be in the + /// format `projects/*/locations/*/repositories/*/releaseConfigs/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("releaseConfig")] + public virtual string ReleaseConfig { get; set; } + + /// + /// Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from + /// the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, + /// the default is UTC. + /// + [Newtonsoft.Json.JsonPropertyAttribute("timeZone")] + public virtual string TimeZone { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. The timestamp of when the WorkflowConfig was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a single invocation of a compilation result. + public class WorkflowInvocation : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Immutable. The name of the compilation result to use for this invocation. Must be in the format + /// `projects/*/locations/*/repositories/*/compilationResults/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("compilationResult")] + public virtual string CompilationResult { get; set; } + + /// Output only. Only set if the repository has a KMS Key. + [Newtonsoft.Json.JsonPropertyAttribute("dataEncryptionState")] + public virtual DataEncryptionState DataEncryptionState { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// Immutable. If left unset, a default InvocationConfig will be used. + [Newtonsoft.Json.JsonPropertyAttribute("invocationConfig")] + public virtual InvocationConfig InvocationConfig { get; set; } + + /// Output only. This workflow invocation's timing details. + [Newtonsoft.Json.JsonPropertyAttribute("invocationTiming")] + public virtual Interval InvocationTiming { get; set; } + + /// Output only. The workflow invocation's name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Output only. The resolved compilation result that was used to create this invocation. Will be in the format + /// `projects/*/locations/*/repositories/*/compilationResults/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resolvedCompilationResult")] + public virtual string ResolvedCompilationResult { get; set; } + + /// Output only. This workflow invocation's current state. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// + /// Immutable. The name of the workflow config to invoke. Must be in the format + /// `projects/*/locations/*/repositories/*/workflowConfigs/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("workflowConfig")] + public virtual string WorkflowConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a single action in a workflow invocation. + public class WorkflowInvocationAction : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The workflow action's bigquery action details. + [Newtonsoft.Json.JsonPropertyAttribute("bigqueryAction")] + public virtual BigQueryAction BigqueryAction { get; set; } + + /// + /// Output only. The action's identifier if the project had been compiled without any overrides configured. + /// Unique within the compilation result. + /// + [Newtonsoft.Json.JsonPropertyAttribute("canonicalTarget")] + public virtual Target CanonicalTarget { get; set; } + + /// Output only. The workflow action's data preparation action details. + [Newtonsoft.Json.JsonPropertyAttribute("dataPreparationAction")] + public virtual DataPreparationAction DataPreparationAction { get; set; } + + /// Output only. If and only if action's state is FAILED a failure reason is set. + [Newtonsoft.Json.JsonPropertyAttribute("failureReason")] + public virtual string FailureReason { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// + /// Output only. This action's timing details. `start_time` will be set if the action is in [RUNNING, SUCCEEDED, + /// CANCELLED, FAILED] state. `end_time` will be set if the action is in [SUCCEEDED, CANCELLED, FAILED] state. + /// + [Newtonsoft.Json.JsonPropertyAttribute("invocationTiming")] + public virtual Interval InvocationTiming { get; set; } + + /// Output only. The workflow action's notebook action details. + [Newtonsoft.Json.JsonPropertyAttribute("notebookAction")] + public virtual NotebookAction NotebookAction { get; set; } + + /// Output only. This action's current state. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// Output only. This action's identifier. Unique within the workflow invocation. + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual Target Target { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a Dataform Git workspace. + public class Workspace : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The timestamp of when the workspace was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataEncryptionState")] + public virtual DataEncryptionState DataEncryptionState { get; set; } + + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + + /// Identifier. The workspace's name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configures workspace compilation overrides for a repository. + public class WorkspaceCompilationOverrides : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The default database (Google Cloud project ID). + [Newtonsoft.Json.JsonPropertyAttribute("defaultDatabase")] + public virtual string DefaultDatabase { get; set; } + + /// Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names. + [Newtonsoft.Json.JsonPropertyAttribute("schemaSuffix")] + public virtual string SchemaSuffix { get; set; } + + /// Optional. The prefix that should be prepended to all table names. + [Newtonsoft.Json.JsonPropertyAttribute("tablePrefix")] + public virtual string TablePrefix { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the write file operation (for files added or modified). + public class WriteFile : Google.Apis.Requests.IDirectResponseSchema + { + /// The file's contents. + [Newtonsoft.Json.JsonPropertyAttribute("contents")] + public virtual string Contents { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `WriteFile` request message. + public class WriteFileRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The file's contents. + [Newtonsoft.Json.JsonPropertyAttribute("contents")] + public virtual string Contents { get; set; } + + /// Required. The file. + [Newtonsoft.Json.JsonPropertyAttribute("path")] + public virtual string Path { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// `WriteFile` response message. + public class WriteFileResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } +} diff --git a/Src/Generated/Google.Apis.Dataform.v1/Google.Apis.Dataform.v1.csproj b/Src/Generated/Google.Apis.Dataform.v1/Google.Apis.Dataform.v1.csproj new file mode 100644 index 00000000000..6af093c8057 --- /dev/null +++ b/Src/Generated/Google.Apis.Dataform.v1/Google.Apis.Dataform.v1.csproj @@ -0,0 +1,66 @@ + + + + + Google.Apis.Dataform.v1 Client Library + 1.72.0.3967 + Google LLC + Copyright 2025 Google LLC + Google + https://github.com/google/google-api-dotnet-client + Apache-2.0 + git + https://github.com/google/google-api-dotnet-client + https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png + NuGetIcon.png + + Google APIs Client Library for working with Dataform v1. + + Product documentation is available at: + https://cloud.google.com/dataform/docs + + API reference documentation for this package is available at: + https://googleapis.dev/dotnet/Google.Apis.Dataform.v1/latest/api/Google.Apis.Dataform.v1.html + + The source code for this package is available at: + https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Dataform.v1 + + Supported Platforms: + - .NET Framework 4.6.2+ + - .NET Standard 2.0 + - .NET 6.0+ + + Incompatible platforms: + - .NET Framework < 4.6.2 + - Silverlight + - UWP (will build, but is known not to work at runtime) + - Xamarin/MAUI + - Windows 8 Apps + - Windows Phone 8.1 + - Windows Phone Silverlight 8.0 + + + + + + + + + + + netstandard2.0;net462;net6.0 + true + ..\..\..\google.apis.snk + portable + true + 1570,1587,1591 + + + + + + + + + + diff --git a/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.cs b/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.cs index 16aca0e5de9..b2a6755c7e3 100644 --- a/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.cs +++ b/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.cs @@ -302,8 +302,246 @@ public class LocationsResource public LocationsResource(Google.Apis.Services.IClientService service) { this.service = service; + Folders = new FoldersResource(service); Operations = new OperationsResource(service); Repositories = new RepositoriesResource(service); + TeamFolders = new TeamFoldersResource(service); + } + + /// Gets the Folders resource. + public virtual FoldersResource Folders { get; } + + /// The "folders" collection of methods. + public class FoldersResource + { + private const string Resource = "folders"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public FoldersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/folders/[^/]+$", + }); + } + } } /// Gets the Operations resource. @@ -533,6 +771,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -578,6 +827,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2420,6 +2677,87 @@ protected override void InitParameters() } } + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists + /// and does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values + /// are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for + /// policies with any conditional role bindings must specify version 3. Policies with no + /// conditional role bindings may specify any valid value or leave the field unset. The policy + /// in the response might use the policy version that you specified, or it might use a lower + /// policy version. For example, if you specify version 3, but the policy has no conditional + /// role bindings, the response uses version 1. To learn which resources support conditions in + /// their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// Installs dependency NPM packages (inside a Workspace). /// The body of the request. /// Required. The workspace's name. @@ -3269,51 +3607,65 @@ protected override void InitParameters() } } - /// Writes to a file (inside a Workspace). + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// /// The body of the request. - /// Required. The workspace's name. - public virtual WriteFileRequest WriteFile(Google.Apis.Dataform.v1beta1.Data.WriteFileRequest body, string workspace) + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) { - return new WriteFileRequest(this.service, body, workspace); + return new SetIamPolicyRequest(this.service, body, resource); } - /// Writes to a file (inside a Workspace). - public class WriteFileRequest : DataformBaseServiceRequest + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can + /// return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest { - /// Constructs a new WriteFile request. - public WriteFileRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.WriteFileRequest body, string workspace) : base(service) + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) : base(service) { - Workspace = workspace; + Resource = resource; Body = body; InitParameters(); } - /// Required. The workspace's name. - [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Workspace { get; private set; } + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } /// Gets or sets the body of this request. - Google.Apis.Dataform.v1beta1.Data.WriteFileRequest Body { get; set; } + Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "writeFile"; + public override string MethodName => "setIamPolicy"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1beta1/{+workspace}:writeFile"; + public override string RestPath => "v1beta1/{+resource}:setIamPolicy"; - /// Initializes WriteFile parameter list. + /// Initializes SetIamPolicy parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - Name = "workspace", + Name = "resource", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -3321,39 +3673,163 @@ protected override void InitParameters() }); } } - } - - /// - /// Applies a Git commit to a Repository. The Repository must not have a value for - /// `git_remote_settings.url`. - /// - /// The body of the request. - /// Required. The repository's name. - public virtual CommitRequest Commit(Google.Apis.Dataform.v1beta1.Data.CommitRepositoryChangesRequest body, string name) - { - return new CommitRequest(this.service, body, name); - } - /// - /// Applies a Git commit to a Repository. The Repository must not have a value for - /// `git_remote_settings.url`. - /// - public class CommitRequest : DataformBaseServiceRequest - { - /// Constructs a new Commit request. - public CommitRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.CommitRepositoryChangesRequest body, string name) : base(service) + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) { - Name = name; - Body = body; - InitParameters(); + return new TestIamPermissionsRequest(this.service, body, resource); } - /// Required. The repository's name. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for + /// authorization checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.Dataform.v1beta1.Data.CommitRepositoryChangesRequest Body { get; set; } + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for + /// this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + + /// Writes to a file (inside a Workspace). + /// The body of the request. + /// Required. The workspace's name. + public virtual WriteFileRequest WriteFile(Google.Apis.Dataform.v1beta1.Data.WriteFileRequest body, string workspace) + { + return new WriteFileRequest(this.service, body, workspace); + } + + /// Writes to a file (inside a Workspace). + public class WriteFileRequest : DataformBaseServiceRequest + { + /// Constructs a new WriteFile request. + public WriteFileRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.WriteFileRequest body, string workspace) : base(service) + { + Workspace = workspace; + Body = body; + InitParameters(); + } + + /// Required. The workspace's name. + [Google.Apis.Util.RequestParameterAttribute("workspace", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Workspace { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.WriteFileRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "writeFile"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+workspace}:writeFile"; + + /// Initializes WriteFile parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("workspace", new Google.Apis.Discovery.Parameter + { + Name = "workspace", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+$", + }); + } + } + } + + /// + /// Applies a Git commit to a Repository. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + /// The body of the request. + /// Required. The repository's name. + public virtual CommitRequest Commit(Google.Apis.Dataform.v1beta1.Data.CommitRepositoryChangesRequest body, string name) + { + return new CommitRequest(this.service, body, name); + } + + /// + /// Applies a Git commit to a Repository. The Repository must not have a value for + /// `git_remote_settings.url`. + /// + public class CommitRequest : DataformBaseServiceRequest + { + /// Constructs a new Commit request. + public CommitRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.CommitRepositoryChangesRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. The repository's name. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.CommitRepositoryChangesRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -3737,6 +4213,86 @@ protected override void InitParameters() } } + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Lists Repositories in a given project and location. **Note:** *This method can return repositories /// not shown in the [Dataform UI](https://console.cloud.google.com/bigquery/dataform)*. @@ -4117,6 +4673,380 @@ protected override void InitParameters() }); } } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", + }); + } + } + } + + /// Gets the TeamFolders resource. + public virtual TeamFoldersResource TeamFolders { get; } + + /// The "teamFolders" collection of methods. + public class TeamFoldersResource + { + private const string Resource = "teamFolders"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TeamFoldersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : DataformBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : DataformBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dataform.v1beta1.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta1/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/teamFolders/[^/]+$", + }); + } + } } /// Gets information about a location. @@ -4231,8 +5161,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -4522,6 +5452,79 @@ public class BigQueryAction : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Associates `members`, or principals, with a `role`. + public class Binding : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding + /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to + /// the current request. However, a different role binding might grant the same role to one or more of the + /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("condition")] + public virtual Expr Condition { get; set; } + + /// + /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following + /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a + /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated + /// with a Google account or a service account. Does not include identities that come from external identity + /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a + /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address + /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * + /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes + /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For + /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that + /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain + /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * + /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workforce identity pool. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All + /// workforce identities in a group. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All workforce identities with a specific attribute value. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a + /// workforce identity pool. * + /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workload identity pool. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: + /// A workload identity pool group. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All identities in a workload identity pool with a certain attribute. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: + /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address + /// (plus unique identifier) representing a user that has been recently deleted. For example, + /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to + /// `user:{emailid}` and the recovered user retains the role in the binding. * + /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a + /// service account that has been recently deleted. For example, + /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, + /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the + /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing + /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. + /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role + /// in the binding. * + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// Deleted single identity in a workforce identity pool. For example, + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("members")] + public virtual System.Collections.Generic.IList Members { get; set; } + + /// + /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, + /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM + /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined + /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). + /// + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual string Role { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Operations.CancelOperation. public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -4969,6 +5972,13 @@ public class Config : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("defaultKmsKeyName")] public virtual string DefaultKmsKeyName { get; set; } + /// + /// Output only. All the metadata information that is used internally to serve the resource. For example: + /// timestamps, flags, status fields, etc. The format of this field is a JSON string. + /// + [Newtonsoft.Json.JsonPropertyAttribute("internalMetadata")] + public virtual string InternalMetadata { get; set; } + /// Identifier. The config name. [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -5123,6 +6133,50 @@ public class ErrorTable : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression + /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example + /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" + /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" description: + /// "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" + /// Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly + /// visible" expression: "document.type != 'private' &amp;&amp; document.type != 'internal'" Example (Data + /// Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." + /// expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that + /// may be referenced within an expression are determined by the service that evaluates it. See the service + /// documentation for additional information. + /// + public class Expr : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when + /// hovered over it in a UI. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Textual representation of an expression in Common Expression Language syntax. + [Newtonsoft.Json.JsonPropertyAttribute("expression")] + public virtual string Expression { get; set; } + + /// + /// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a + /// position in the file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// + /// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs + /// which allow to enter the expression. + /// + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// `FetchFileDiff` response message. public class FetchFileDiffResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -5445,6 +6499,13 @@ public class InvocationConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("includedTargets")] public virtual System.Collections.Generic.IList IncludedTargets { get; set; } + /// + /// Optional. Specifies the priority for query execution in BigQuery. More information can be found at + /// https://cloud.google.com/bigquery/docs/running-queries#queries. + /// + [Newtonsoft.Json.JsonPropertyAttribute("queryPriority")] + public virtual string QueryPriority { get; set; } + /// Optional. The service account to run workflow invocations under. [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] public virtual string ServiceAccount { get; set; } @@ -5509,6 +6570,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -5991,6 +7060,79 @@ public class Operations : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single + /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A + /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. + /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical + /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add + /// constraints based on attributes of the request, the resource, or both. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// ``` + /// { + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", + /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, + /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { + /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time + /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// ``` + /// **YAML + /// example:** + /// ``` + /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - + /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable + /// access description: Does not grant access after Sep 2020 expression: request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// ``` + /// For a description of IAM and its + /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// + public class Policy : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that + /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the + /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you + /// can add another 1,450 principals to the `bindings` in the `Policy`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } + + /// + /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy + /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the + /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned + /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** + /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit + /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding + /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing + /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you + /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this + /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on + /// that policy may specify any valid version or leave the field unset. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual System.Nullable Version { get; set; } + } + /// /// An internal name for an IAM policy, based on the resource to which the policy applies. Not to be confused with a /// resource's external full resource name. For more information on this distinction, see @@ -6182,6 +7324,14 @@ public class Relation : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("clusterExpressions")] public virtual System.Collections.Generic.IList ClusterExpressions { get; set; } + /// + /// Optional. The connection specifying the credentials to be used to read and write to external storage, such + /// as Cloud Storage. The connection can have the form `{project}.{location}.{connection_id}` or + /// `projects/{project}/locations/{location}/connections/{connection_id}", or be set to DEFAULT. + /// + [Newtonsoft.Json.JsonPropertyAttribute("connection")] + public virtual string Connection { get; set; } + /// A list of actions that this action depends on. [Newtonsoft.Json.JsonPropertyAttribute("dependencyTargets")] public virtual System.Collections.Generic.IList DependencyTargets { get; set; } @@ -6190,6 +7340,10 @@ public class Relation : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("disabled")] public virtual System.Nullable Disabled { get; set; } + /// Optional. The file format for the BigQuery table. + [Newtonsoft.Json.JsonPropertyAttribute("fileFormat")] + public virtual string FileFormat { get; set; } + /// /// Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is /// `INCREMENTAL_TABLE`. @@ -6232,6 +7386,17 @@ public class Relation : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("selectQuery")] public virtual string SelectQuery { get; set; } + /// + /// Optional. The fully qualified location prefix of the external folder where table data is stored. The URI + /// should be in the format `gs://bucket/path_to_table/`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("storageUri")] + public virtual string StorageUri { get; set; } + + /// Optional. The table format for the BigQuery table. + [Newtonsoft.Json.JsonPropertyAttribute("tableFormat")] + public virtual string TableFormat { get; set; } + /// Arbitrary, user-defined tags on this action. [Newtonsoft.Json.JsonPropertyAttribute("tags")] public virtual System.Collections.Generic.IList Tags { get; set; } @@ -6648,6 +7813,21 @@ public class SearchResult : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Request message for `SetIamPolicy` method. + public class SetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few + /// 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might + /// reject them. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual Policy Policy { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Simple load definition public class SimpleLoadMode : Google.Apis.Requests.IDirectResponseSchema { @@ -6745,6 +7925,32 @@ public class Target : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Request message for `TestIamPermissions` method. + public class TestIamPermissionsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) + /// are not allowed. For more information see [IAM + /// Overview](https://cloud.google.com/iam/docs/overview#permissions). + /// + [Newtonsoft.Json.JsonPropertyAttribute("permissions")] + public virtual System.Collections.Generic.IList Permissions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for `TestIamPermissions` method. + public class TestIamPermissionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// A subset of `TestPermissionsRequest.permissions` that the caller is allowed. + [Newtonsoft.Json.JsonPropertyAttribute("permissions")] + public virtual System.Collections.Generic.IList Permissions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Represents the Git state of a file with uncommitted changes. public class UncommittedFileChange : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj b/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj index a6f28c6237a..f03e595227f 100644 --- a/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Dataform.v1beta1/Google.Apis.Dataform.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dataform.v1beta1 Client Library - 1.71.0.3912 + 1.72.0.3967 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.cs b/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.cs index 3cbc74e2c22..b37f1eaa593 100644 --- a/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.cs +++ b/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.cs @@ -3601,6 +3601,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to true, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true + /// when reading across collections e.g. when parent is set to "projects/example/locations/-".This + /// field is not by default supported and will result in an UNIMPLEMENTED error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3646,6 +3656,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -10632,6 +10650,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to true, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true + /// when reading across collections e.g. when parent is set to "projects/example/locations/-".This + /// field is not by default supported and will result in an UNIMPLEMENTED error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -10677,6 +10705,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -12799,6 +12835,16 @@ public class ClusterConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("dataprocMetricConfig")] public virtual DataprocMetricConfig DataprocMetricConfig { get; set; } + /// + /// Optional. A Cloud Storage bucket used to collect checkpoint diagnostic data + /// (https://cloud.google.com/dataproc/docs/support/diagnose-clusters#checkpoint_diagnostic_data). If you do not + /// specify a diagnostic bucket, Cloud Dataproc will use the Dataproc temp bucket to collect the checkpoint + /// diagnostic data. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage + /// bucket. + /// + [Newtonsoft.Json.JsonPropertyAttribute("diagnosticBucket")] + public virtual string DiagnosticBucket { get; set; } + /// Optional. Encryption settings for the cluster. [Newtonsoft.Json.JsonPropertyAttribute("encryptionConfig")] public virtual EncryptionConfig EncryptionConfig { get; set; } @@ -13951,7 +13997,7 @@ public class GceClusterConfig : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. Resource manager tags /// (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances - /// (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)). + /// (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)). /// [Newtonsoft.Json.JsonPropertyAttribute("resourceManagerTags")] public virtual System.Collections.Generic.IDictionary ResourceManagerTags { get; set; } @@ -15684,6 +15730,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -16623,7 +16677,8 @@ public class PySparkJob : Google.Apis.Requests.IDirectResponseSchema { /// /// Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file - /// types: .jar, .tar, .tar.gz, .tgz, and .zip. + /// types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be deployed in cluster mode + /// (https://spark.apache.org/docs/latest/cluster-overview.html) for correct environment propagation. /// [Newtonsoft.Json.JsonPropertyAttribute("archiveUris")] public virtual System.Collections.Generic.IList ArchiveUris { get; set; } @@ -16914,6 +16969,14 @@ public class RepairClusterRequest : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("clusterUuid")] public virtual string ClusterUuid { get; set; } + /// + /// Optional. Whether the request is submitted by Dataproc super user. If true, IAM will check + /// 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is to give + /// Dataproc superuser the ability to repair clusters without granting the overly broad update permission. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataprocSuperUser")] + public virtual System.Nullable DataprocSuperUser { get; set; } + /// /// Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the removal of /// cluster nodes without interrupting jobs in progress. The timeout specifies the amount of time to wait for @@ -20149,12 +20212,12 @@ public class TrinoJob : Google.Apis.Requests.IDirectResponseSchema /// Usage metrics represent approximate total resources consumed by a workload. public class UsageMetrics : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Accelerator type being used, if any + /// Optional. DEPRECATED Accelerator type being used, if any [Newtonsoft.Json.JsonPropertyAttribute("acceleratorType")] public virtual string AcceleratorType { get; set; } /// - /// Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing + /// Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing /// (https://cloud.google.com/dataproc-serverless/pricing)). /// [Newtonsoft.Json.JsonPropertyAttribute("milliAcceleratorSeconds")] @@ -20167,10 +20230,6 @@ public class UsageMetrics : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("milliDcuSeconds")] public virtual System.Nullable MilliDcuSeconds { get; set; } - /// Optional. Slot usage in (milliSlot x seconds). - [Newtonsoft.Json.JsonPropertyAttribute("milliSlotSeconds")] - public virtual System.Nullable MilliSlotSeconds { get; set; } - /// /// Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing /// (https://cloud.google.com/dataproc-serverless/pricing)). @@ -20247,10 +20306,6 @@ public class UsageSnapshot : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("milliDcuPremium")] public virtual System.Nullable MilliDcuPremium { get; set; } - /// Optional. Milli (one-thousandth) Slot usage of the workload. - [Newtonsoft.Json.JsonPropertyAttribute("milliSlot")] - public virtual System.Nullable MilliSlot { get; set; } - /// /// Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing /// (https://cloud.google.com/dataproc-serverless/pricing)) @@ -20821,6 +20876,12 @@ public class WriteSparkApplicationContextResponse : Google.Apis.Requests.IDirect /// public class YarnApplication : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. The cumulative memory usage of the application for a job, measured in mb-seconds. + /// + [Newtonsoft.Json.JsonPropertyAttribute("memoryMbSeconds")] + public virtual System.Nullable MemoryMbSeconds { get; set; } + /// Required. The application name. [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -20841,6 +20902,12 @@ public class YarnApplication : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("trackingUrl")] public virtual string TrackingUrl { get; set; } + /// + /// Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds. + /// + [Newtonsoft.Json.JsonPropertyAttribute("vcoreSeconds")] + public virtual System.Nullable VcoreSeconds { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj b/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj index cafc287c3cf..7c655497f24 100644 --- a/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj +++ b/Src/Generated/Google.Apis.Dataproc.v1/Google.Apis.Dataproc.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dataproc.v1 Client Library - 1.71.0.3925 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.cs b/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.cs index 485961954a7..43ee5fc9692 100644 --- a/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.cs +++ b/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.cs @@ -806,6 +806,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -851,6 +861,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2712,6 +2730,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj b/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj index f564c774b95..18e09c7bd8c 100644 --- a/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj +++ b/Src/Generated/Google.Apis.Datastore.v1/Google.Apis.Datastore.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastore.v1 Client Library - 1.71.0.3913 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj b/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj index d6ef92e1e56..4076e3725fe 100644 --- a/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Datastore.v1beta1/Google.Apis.Datastore.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastore.v1beta1 Client Library - 1.71.0.3913 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj b/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj index 8571b534b45..27131d9d02c 100644 --- a/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj +++ b/Src/Generated/Google.Apis.Datastore.v1beta3/Google.Apis.Datastore.v1beta3.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastore.v1beta3 Client Library - 1.71.0.3913 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs index da6da5c681f..1a8b669a93f 100644 --- a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs +++ b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.cs @@ -1052,6 +1052,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1097,6 +1108,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3528,6 +3547,20 @@ public virtual System.DateTimeOffset? ErrorTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Represents a filter for included data on a stream object. + public class EventFilter : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// An SQL-query Where clause selecting which data should be included, not including the "WHERE" keyword. E.g., + /// "t.key1 = 'value1' AND t.key2 = 'value2'". + /// + [Newtonsoft.Json.JsonPropertyAttribute("sqlWhereClause")] + public virtual string SqlWhereClause { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for a 'FetchStaticIps' response. public class FetchStaticIpsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -3706,6 +3739,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3870,7 +3911,7 @@ public class MongodbChangeStreamPosition : Google.Apis.Requests.IDirectResponseS private object _startTime; - /// Required. The timestamp (in epoch seconds) to start change stream from. + /// Required. The timestamp to start change stream from. [Newtonsoft.Json.JsonPropertyAttribute("startTime")] public virtual string StartTimeRaw { @@ -4037,6 +4078,10 @@ public class MongodbSourceConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("includeObjects")] public virtual MongodbCluster IncludeObjects { get; set; } + /// Optional. MongoDB JSON mode to use for the stream. + [Newtonsoft.Json.JsonPropertyAttribute("jsonMode")] + public virtual string JsonMode { get; set; } + /// /// Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or /// equal to 50. If not set (or set to 0), the system's default value is used @@ -5823,6 +5868,13 @@ public class StandardConnectionFormat : Google.Apis.Requests.IDirectResponseSche /// Request for manually initiating a backfill job for a specific stream object. public class StartBackfillJobRequest : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. Optional event filter. If not set, or empty, the backfill will be performed on the entire object. + /// This is currently used for partial backfill and only supported for SQL Server sources. + /// + [Newtonsoft.Json.JsonPropertyAttribute("eventFilter")] + public virtual EventFilter EventFilter { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj index d1ded572c82..969c24df5f1 100644 --- a/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj +++ b/Src/Generated/Google.Apis.Datastream.v1/Google.Apis.Datastream.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastream.v1 Client Library - 1.70.0.3891 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.cs b/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.cs index 672e20b2352..5c363b82ecf 100644 --- a/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.cs +++ b/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.cs @@ -1013,6 +1013,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1058,6 +1069,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3275,6 +3294,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj b/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj index fd7379043b1..905f0e38ff7 100644 --- a/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.Datastream.v1alpha1/Google.Apis.Datastream.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.Datastream.v1alpha1 Client Library - 1.70.0.3881 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj b/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj index f98bbffe4e3..1e66a0261be 100644 --- a/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj +++ b/Src/Generated/Google.Apis.DeploymentManager.alpha/Google.Apis.DeploymentManager.alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.DeploymentManager.alpha Client Library - 1.70.0.3892 + 1.72.0.3949 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj b/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj index c940a22e171..9647295a351 100644 --- a/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj +++ b/Src/Generated/Google.Apis.DeploymentManager.v2/Google.Apis.DeploymentManager.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DeploymentManager.v2 Client Library - 1.70.0.3892 + 1.72.0.3949 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj b/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj index 09666b008d6..31e4662e6d0 100644 --- a/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj +++ b/Src/Generated/Google.Apis.DeploymentManager.v2beta/Google.Apis.DeploymentManager.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.DeploymentManager.v2beta Client Library - 1.70.0.3892 + 1.72.0.3949 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.cs b/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.cs index feab1b028da..b2700c290f9 100644 --- a/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.cs +++ b/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.cs @@ -1185,7 +1185,8 @@ public GitRepositoryLinksResource(Google.Apis.Services.IClientService service) /// /// Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the /// Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub - /// Application will have events forwarded to the Firebase service. All other Connections will have + /// Application will have events forwarded to the Firebase service. Connections that use Gemini Code + /// Assist will have events forwarded to Gemini Code Assist service. All other Connections will have /// events forwarded to Cloud Build. /// /// The body of the request. @@ -1198,7 +1199,8 @@ public virtual CreateRequest Create(Google.Apis.DeveloperConnect.v1.Data.GitRepo /// /// Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the /// Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub - /// Application will have events forwarded to the Firebase service. All other Connections will have + /// Application will have events forwarded to the Firebase service. Connections that use Gemini Code + /// Assist will have events forwarded to Gemini Code Assist service. All other Connections will have /// events forwarded to Cloud Build. /// public class CreateRequest : DeveloperConnectBaseServiceRequest @@ -2764,14 +2766,14 @@ protected override void InitParameters() } } - /// Delete a single Insight. + /// Deletes a single Insight. /// Required. Value for parent. public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Delete a single Insight. + /// Deletes a single Insight. public class DeleteRequest : DeveloperConnectBaseServiceRequest { /// Constructs a new Delete request. @@ -3342,9 +3344,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -3475,8 +3477,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3673,6 +3675,28 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset } } + /// AppHubService represents the App Hub Service. + public class AppHubService : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Output only. Immutable. The name of the App Hub Service. Format: + /// `projects/{project}/locations/{location}/applications/{application}/services/{service}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("apphubService")] + public virtual string ApphubService { get; set; } + + /// Output only. The criticality of the App Hub Service. + [Newtonsoft.Json.JsonPropertyAttribute("criticality")] + public virtual string Criticality { get; set; } + + /// Output only. The environment of the App Hub Service. + [Newtonsoft.Json.JsonPropertyAttribute("environment")] + public virtual string Environment { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// AppHubWorkload represents the App Hub Workload. public class AppHubWorkload : Google.Apis.Requests.IDirectResponseSchema { @@ -4681,6 +4705,20 @@ public class GoogleArtifactRegistry : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// GoogleCloudRun represents the Cloud Run runtime. + public class GoogleCloudRun : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Immutable. The name of the Cloud Run service. Format: + /// `projects/{project}/locations/{location}/services/{service}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceUri")] + public virtual string ServiceUri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be /// represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and @@ -4743,7 +4781,7 @@ public class InsightsConfig : Google.Apis.Requests.IDirectResponseSchema private object _createTime; - /// Output only. [Output only] Create timestamp + /// Output only. Create timestamp. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -4816,7 +4854,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset private object _updateTime; - /// Output only. [Output only] Update timestamp + /// Output only. Update timestamp. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -5014,8 +5052,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } @@ -5319,6 +5357,10 @@ public class ProviderOAuthConfig : Google.Apis.Requests.IDirectResponseSchema /// RuntimeConfig represents the runtimes where the application is deployed. public class RuntimeConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. App Hub Service. + [Newtonsoft.Json.JsonPropertyAttribute("appHubService")] + public virtual AppHubService AppHubService { get; set; } + /// Output only. App Hub Workload. [Newtonsoft.Json.JsonPropertyAttribute("appHubWorkload")] public virtual AppHubWorkload AppHubWorkload { get; set; } @@ -5327,6 +5369,10 @@ public class RuntimeConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("gkeWorkload")] public virtual GKEWorkload GkeWorkload { get; set; } + /// Output only. Cloud Run runtime. + [Newtonsoft.Json.JsonPropertyAttribute("googleCloudRun")] + public virtual GoogleCloudRun GoogleCloudRun { get; set; } + /// Output only. The state of the Runtime. [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } diff --git a/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.csproj b/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.csproj index 9113a383188..8fa0bbe58d3 100644 --- a/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.csproj +++ b/Src/Generated/Google.Apis.DeveloperConnect.v1/Google.Apis.DeveloperConnect.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DeveloperConnect.v1 Client Library - 1.71.0.3924 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.cs b/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.cs index 61bb67de9f7..b355845e24a 100644 --- a/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.cs +++ b/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.cs @@ -91,6 +91,8 @@ public DfareportingService(Google.Apis.Services.BaseClientService.Initializer in Reports = new ReportsResource(this); Sites = new SitesResource(this); Sizes = new SizesResource(this); + StudioCreativeAssets = new StudioCreativeAssetsResource(this); + StudioCreatives = new StudioCreativesResource(this); Subaccounts = new SubaccountsResource(this); TargetableRemarketingLists = new TargetableRemarketingListsResource(this); TargetingTemplates = new TargetingTemplatesResource(this); @@ -320,6 +322,12 @@ public static class ScopeConstants /// Gets the Sizes resource. public virtual SizesResource Sizes { get; } + /// Gets the StudioCreativeAssets resource. + public virtual StudioCreativeAssetsResource StudioCreativeAssets { get; } + + /// Gets the StudioCreatives resource. + public virtual StudioCreativesResource StudioCreatives { get; } + /// Gets the Subaccounts resource. public virtual SubaccountsResource Subaccounts { get; } @@ -9348,6 +9356,90 @@ protected override void InitParameters() base.InitParameters(); } } + + /// Retransforms a dynamic feed. + /// Required. Dynamic feed ID. + public virtual RetransformRequest Retransform(long dynamicFeedId) + { + return new RetransformRequest(this.service, dynamicFeedId); + } + + /// Retransforms a dynamic feed. + public class RetransformRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Retransform request. + public RetransformRequest(Google.Apis.Services.IClientService service, long dynamicFeedId) : base(service) + { + DynamicFeedId = dynamicFeedId; + InitParameters(); + } + + /// Required. Dynamic feed ID. + [Google.Apis.Util.RequestParameterAttribute("dynamicFeedId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long DynamicFeedId { get; private set; } + + /// Gets the method name. + public override string MethodName => "retransform"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicFeeds/{+dynamicFeedId}/retransform"; + + /// Initializes Retransform parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dynamicFeedId", new Google.Apis.Discovery.Parameter + { + Name = "dynamicFeedId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Updates a new dynamic feed. + /// The body of the request. + public virtual UpdateRequest Update(Google.Apis.Dfareporting.v4.Data.DynamicFeed body) + { + return new UpdateRequest(this.service, body); + } + + /// Updates a new dynamic feed. + public class UpdateRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Update request. + public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v4.Data.DynamicFeed body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.Dfareporting.v4.Data.DynamicFeed Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "update"; + + /// Gets the HTTP method. + public override string HttpMethod => "PUT"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicFeeds"; + + /// Initializes Update parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } } /// The "dynamicProfiles" collection of methods. @@ -9364,6 +9456,51 @@ public DynamicProfilesResource(Google.Apis.Services.IClientService service) this.service = service; } + /// Generates code for a dynamic profile. + /// Required. Dynamic profile ID. + public virtual GenerateCodeRequest GenerateCode(long dynamicProfileId) + { + return new GenerateCodeRequest(this.service, dynamicProfileId); + } + + /// Generates code for a dynamic profile. + public class GenerateCodeRequest : DfareportingBaseServiceRequest + { + /// Constructs a new GenerateCode request. + public GenerateCodeRequest(Google.Apis.Services.IClientService service, long dynamicProfileId) : base(service) + { + DynamicProfileId = dynamicProfileId; + InitParameters(); + } + + /// Required. Dynamic profile ID. + [Google.Apis.Util.RequestParameterAttribute("dynamicProfileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long DynamicProfileId { get; private set; } + + /// Gets the method name. + public override string MethodName => "generateCode"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicProfiles/{+dynamicProfileId}/generateCode"; + + /// Initializes GenerateCode parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dynamicProfileId", new Google.Apis.Discovery.Parameter + { + Name = "dynamicProfileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + /// Gets a dynamic profile by ID. /// Required. Dynamic profile ID. public virtual GetRequest Get(long dynamicProfileId) @@ -9448,6 +9585,51 @@ protected override void InitParameters() } } + /// Publish for a dynamic profile. + /// Required. Dynamic profile ID. + public virtual PublishRequest Publish(long dynamicProfileId) + { + return new PublishRequest(this.service, dynamicProfileId); + } + + /// Publish for a dynamic profile. + public class PublishRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Publish request. + public PublishRequest(Google.Apis.Services.IClientService service, long dynamicProfileId) : base(service) + { + DynamicProfileId = dynamicProfileId; + InitParameters(); + } + + /// Required. Dynamic profile ID. + [Google.Apis.Util.RequestParameterAttribute("dynamicProfileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long DynamicProfileId { get; private set; } + + /// Gets the method name. + public override string MethodName => "publish"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicProfiles/{+dynamicProfileId}/publish"; + + /// Initializes Publish parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dynamicProfileId", new Google.Apis.Discovery.Parameter + { + Name = "dynamicProfileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + /// Updates an existing dynamic profile. /// The body of the request. public virtual UpdateRequest Update(Google.Apis.Dfareporting.v4.Data.DynamicProfile body) @@ -18117,104 +18299,39 @@ protected override void InitParameters() } } - /// The "subaccounts" collection of methods. - public class SubaccountsResource + /// The "studioCreativeAssets" collection of methods. + public class StudioCreativeAssetsResource { - private const string Resource = "subaccounts"; + private const string Resource = "studioCreativeAssets"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public SubaccountsResource(Google.Apis.Services.IClientService service) + public StudioCreativeAssetsResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Gets one subaccount by ID. - /// User profile ID associated with this request. - /// Subaccount ID. - public virtual GetRequest Get(long profileId, long id) - { - return new GetRequest(this.service, profileId, id); - } - - /// Gets one subaccount by ID. - public class GetRequest : DfareportingBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long profileId, long id) : base(service) - { - ProfileId = profileId; - Id = id; - InitParameters(); - } - - /// User profile ID associated with this request. - [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long ProfileId { get; private set; } - - /// Subaccount ID. - [Google.Apis.Util.RequestParameterAttribute("id", Google.Apis.Util.RequestParameterType.Path)] - public virtual long Id { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "userprofiles/{+profileId}/subaccounts/{+id}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter - { - Name = "profileId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("id", new Google.Apis.Discovery.Parameter - { - Name = "id", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - } - } - - /// Inserts a new subaccount. + /// Inserts a new studio creative asset. /// The body of the request. - /// User profile ID associated with this request. - public virtual InsertRequest Insert(Google.Apis.Dfareporting.v4.Data.Subaccount body, long profileId) + public virtual InsertRequest Insert(Google.Apis.Dfareporting.v4.Data.DfareportingStudioCreativeAssetsInsertRequest body) { - return new InsertRequest(this.service, body, profileId); + return new InsertRequest(this.service, body); } - /// Inserts a new subaccount. - public class InsertRequest : DfareportingBaseServiceRequest + /// Inserts a new studio creative asset. + public class InsertRequest : DfareportingBaseServiceRequest { /// Constructs a new Insert request. - public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v4.Data.Subaccount body, long profileId) : base(service) + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v4.Data.DfareportingStudioCreativeAssetsInsertRequest body) : base(service) { - ProfileId = profileId; Body = body; InitParameters(); } - /// User profile ID associated with this request. - [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long ProfileId { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Dfareporting.v4.Data.Subaccount Body { get; set; } + Google.Apis.Dfareporting.v4.Data.DfareportingStudioCreativeAssetsInsertRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -18226,36 +18343,432 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Df public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "userprofiles/{+profileId}/subaccounts"; + public override string RestPath => "studio/creativeAssets"; /// Initializes Insert parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter - { - Name = "profileId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); } } - /// Gets a list of subaccounts, possibly filtered. This method supports paging. - /// User profile ID associated with this request. - public virtual ListRequest List(long profileId) + /// Inserts a new studio creative asset. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before reading + /// commences. If is not seekable, then it will be read from its current position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + /// The body of the request. + /// The stream to upload. See remarks for further information. + /// The content type of the stream to upload. + public virtual InsertMediaUpload Insert(Google.Apis.Dfareporting.v4.Data.DfareportingStudioCreativeAssetsInsertRequest body, System.IO.Stream stream, string contentType) { - return new ListRequest(this.service, profileId); + return new InsertMediaUpload(service, body, stream, contentType); } - /// Gets a list of subaccounts, possibly filtered. This method supports paging. - public class ListRequest : DfareportingBaseServiceRequest + /// Insert media upload which supports resumable upload. + public class InsertMediaUpload : Google.Apis.Upload.ResumableUpload { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, long profileId) : base(service) - { + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. + /// Required unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned + /// to a user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// Constructs a new Insert media upload instance. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its current + /// position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + public InsertMediaUpload(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v4.Data.DfareportingStudioCreativeAssetsInsertRequest body, System.IO.Stream stream, string contentType) + : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "studio/creativeAssets"), "POST", stream, contentType) + { + Body = body; + } + } + } + + /// The "studioCreatives" collection of methods. + public class StudioCreativesResource + { + private const string Resource = "studioCreatives"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public StudioCreativesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a studio creative by ID. + /// Required. Studio creative ID. + public virtual GetRequest Get(long studioCreativeId) + { + return new GetRequest(this.service, studioCreativeId); + } + + /// Gets a studio creative by ID. + public class GetRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long studioCreativeId) : base(service) + { + StudioCreativeId = studioCreativeId; + InitParameters(); + } + + /// Required. Studio creative ID. + [Google.Apis.Util.RequestParameterAttribute("studioCreativeId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long StudioCreativeId { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "studio/creatives/{+studioCreativeId}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("studioCreativeId", new Google.Apis.Discovery.Parameter + { + Name = "studioCreativeId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Inserts a new studio creative. + /// The body of the request. + public virtual InsertRequest Insert(Google.Apis.Dfareporting.v4.Data.StudioCreative body) + { + return new InsertRequest(this.service, body); + } + + /// Inserts a new studio creative. + public class InsertRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v4.Data.StudioCreative body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.Dfareporting.v4.Data.StudioCreative Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/creatives"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + + /// Publish for a studio creative. + /// Required. Studio creative ID. + public virtual PublishRequest Publish(long studioCreativeId) + { + return new PublishRequest(this.service, studioCreativeId); + } + + /// Publish for a studio creative. + public class PublishRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Publish request. + public PublishRequest(Google.Apis.Services.IClientService service, long studioCreativeId) : base(service) + { + StudioCreativeId = studioCreativeId; + InitParameters(); + } + + /// Required. Studio creative ID. + [Google.Apis.Util.RequestParameterAttribute("studioCreativeId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long StudioCreativeId { get; private set; } + + /// Gets the method name. + public override string MethodName => "publish"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/creatives/{+studioCreativeId}/publish"; + + /// Initializes Publish parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("studioCreativeId", new Google.Apis.Discovery.Parameter + { + Name = "studioCreativeId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + } + + /// The "subaccounts" collection of methods. + public class SubaccountsResource + { + private const string Resource = "subaccounts"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SubaccountsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets one subaccount by ID. + /// User profile ID associated with this request. + /// Subaccount ID. + public virtual GetRequest Get(long profileId, long id) + { + return new GetRequest(this.service, profileId, id); + } + + /// Gets one subaccount by ID. + public class GetRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long profileId, long id) : base(service) + { + ProfileId = profileId; + Id = id; + InitParameters(); + } + + /// User profile ID associated with this request. + [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long ProfileId { get; private set; } + + /// Subaccount ID. + [Google.Apis.Util.RequestParameterAttribute("id", Google.Apis.Util.RequestParameterType.Path)] + public virtual long Id { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "userprofiles/{+profileId}/subaccounts/{+id}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter + { + Name = "profileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("id", new Google.Apis.Discovery.Parameter + { + Name = "id", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Inserts a new subaccount. + /// The body of the request. + /// User profile ID associated with this request. + public virtual InsertRequest Insert(Google.Apis.Dfareporting.v4.Data.Subaccount body, long profileId) + { + return new InsertRequest(this.service, body, profileId); + } + + /// Inserts a new subaccount. + public class InsertRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v4.Data.Subaccount body, long profileId) : base(service) + { + ProfileId = profileId; + Body = body; + InitParameters(); + } + + /// User profile ID associated with this request. + [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long ProfileId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dfareporting.v4.Data.Subaccount Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "userprofiles/{+profileId}/subaccounts"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter + { + Name = "profileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Gets a list of subaccounts, possibly filtered. This method supports paging. + /// User profile ID associated with this request. + public virtual ListRequest List(long profileId) + { + return new ListRequest(this.service, profileId); + } + + /// Gets a list of subaccounts, possibly filtered. This method supports paging. + public class ListRequest : DfareportingBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long profileId) : base(service) + { ProfileId = profileId; InitParameters(); } @@ -20732,6 +21245,10 @@ public class Ad : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("compatibility")] public virtual string Compatibility { get; set; } + /// Optional. Contextual keyword targeting information for this ad. + [Newtonsoft.Json.JsonPropertyAttribute("contextualKeywordTargeting")] + public virtual ContextualKeywordTargeting ContextualKeywordTargeting { get; set; } + /// Information about the creation of this ad. This is a read-only field. [Newtonsoft.Json.JsonPropertyAttribute("createInfo")] public virtual LastModifiedInfo CreateInfo { get; set; } @@ -22328,6 +22845,28 @@ public class ContentSourceMetaData : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Contains information about a Contextual Keyword that can be targeted by ads. + public class ContextualKeyword : Google.Apis.Requests.IDirectResponseSchema + { + /// The keyword that can be targeted by ads. + [Newtonsoft.Json.JsonPropertyAttribute("keyword")] + public virtual string Keyword { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contextual Keyword Targeting. + public class ContextualKeywordTargeting : Google.Apis.Requests.IDirectResponseSchema + { + /// Contextual keywords that this ad targets + [Newtonsoft.Json.JsonPropertyAttribute("keywords")] + public virtual System.Collections.Generic.IList Keywords { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A Conversion represents when a user successfully performs a desired action after seeing an ad. /// @@ -24477,6 +25016,30 @@ public class DependentFieldValue : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Request message for DfareportingStudioCreativeAssets.Insert. + public class DfareportingStudioCreativeAssetsInsertRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Studio account ID of the studio creative asset. It is a optional. + [Newtonsoft.Json.JsonPropertyAttribute("studioAccountId")] + public virtual System.Nullable StudioAccountId { get; set; } + + /// + /// Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioAdvertiserId")] + public virtual System.Nullable StudioAdvertiserId { get; set; } + + /// + /// Optional. Studio creative ID of the studio creative asset. It is a optional field. If it is set, the asset + /// will be associated to the creative. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioCreativeId")] + public virtual System.Nullable StudioCreativeId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Google Ad Manager Settings public class DfpSettings : Google.Apis.Requests.IDirectResponseSchema { @@ -24792,7 +25355,6 @@ public class DynamicFeed : Google.Apis.Requests.IDirectResponseSchema /// /// Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed /// under profile context,even though the dynnamic feed itself don't need the dynamic profile id. See - /// go/cm3-dco-display-api-interface /// public class DynamicFeedsInsertRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -24893,6 +25455,17 @@ public class DynamicProfileFeedSettings : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } + /// Response message for DfareportingDynamicProfiles.GenerateCode. + public class DynamicProfileGenerateCodeResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Generated code for the dynamic profile. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Contains dynamic profile version information. public class DynamicProfileVersion : Google.Apis.Requests.IDirectResponseSchema { @@ -27357,7 +27930,7 @@ public class Placement : Google.Apis.Requests.IDirectResponseSchema /// Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * /// `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, /// Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * - /// `20`, Teads * `21`, Quantcast * `22`, Cognitiv + /// `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint /// [Newtonsoft.Json.JsonPropertyAttribute("adServingPlatformId")] public virtual System.Nullable AdServingPlatformId { get; set; } @@ -29198,7 +29771,7 @@ public class Site : Google.Apis.Requests.IDirectResponseSchema /// (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku /// OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, /// Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, - /// Cognitiv + /// Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint /// [Newtonsoft.Json.JsonPropertyAttribute("adServingPlatformId")] public virtual System.Nullable AdServingPlatformId { get; set; } @@ -29610,6 +30183,161 @@ public class SortedDimension : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Contains studio creative information. + public class StudioCreative : Google.Apis.Requests.IDirectResponseSchema + { + /// List of assets associated with this studio creative. It is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("assetIds")] + public virtual System.Collections.Generic.IList> AssetIds { get; set; } + + /// Backup image asset ID of this studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("backupImageAssetId")] + public virtual System.Nullable BackupImageAssetId { get; set; } + + /// + /// The timestamp when the studio creative was created. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("createdInfo")] + public virtual LastModifiedInfo CreatedInfo { get; set; } + + /// + /// Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dimension")] + public virtual StudioCreativeDimension Dimension { get; set; } + + /// Dynamic profile ID of this studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("dynamicProfileId")] + public virtual System.Nullable DynamicProfileId { get; set; } + + /// Format of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("format")] + public virtual string Format { get; set; } + + /// + /// Output only. Unique ID of this studio creative. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } + + /// + /// The timestamp when the studio creative was last modified. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastModifiedInfo")] + public virtual LastModifiedInfo LastModifiedInfo { get; set; } + + /// Identifier. Name of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Status of this studio creative. It is a read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual string Status { get; set; } + + /// Studio account ID of this creative. This field, if left unset, will be auto-populated. + [Newtonsoft.Json.JsonPropertyAttribute("studioAccountId")] + public virtual System.Nullable StudioAccountId { get; set; } + + /// Studio advertiser ID of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("studioAdvertiserId")] + public virtual System.Nullable StudioAdvertiserId { get; set; } + + /// Studio campaign ID of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("studioCampaignId")] + public virtual System.Nullable StudioCampaignId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains studio creative asset information. + public class StudioCreativeAsset : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The creation timestamp of the studio creative asset. This is a read-only field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("createInfo")] + public virtual LastModifiedInfo CreateInfo { get; set; } + + /// + /// The filename of the studio creative asset. It is default to the original filename of the asset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("filename")] + public virtual string Filename { get; set; } + + /// The filesize of the studio creative asset. This is a read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("filesize")] + public virtual System.Nullable Filesize { get; set; } + + /// + /// Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } + + /// + /// Output only. The last modified timestamp of the studio creative asset. This is a read-only field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastModifiedInfo")] + public virtual LastModifiedInfo LastModifiedInfo { get; set; } + + /// + /// Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated.. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioAccountId")] + public virtual System.Nullable StudioAccountId { get; set; } + + /// + /// Studio advertiser ID of this studio creative asset. This is a required field on insertion. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioAdvertiserId")] + public virtual System.Nullable StudioAdvertiserId { get; set; } + + /// + /// Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative + /// id is set. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioCreativeId")] + public virtual System.Nullable StudioCreativeId { get; set; } + + /// The type of the studio creative asset. It is a auto-generated, read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The processing data of the studio creative asset. This is a read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("videoProcessingData")] + public virtual VideoProcessingData VideoProcessingData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for DfareportingStudioCreativeAssets.Insert. + public class StudioCreativeAssetsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of studio creative assets. + [Newtonsoft.Json.JsonPropertyAttribute("assets")] + public virtual System.Collections.Generic.IList Assets { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Dimension information for a studio creative. + public class StudioCreativeDimension : Google.Apis.Requests.IDirectResponseSchema + { + /// Height of the studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("height")] + public virtual System.Nullable Height { get; set; } + + /// Width of the studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("width")] + public virtual System.Nullable Width { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Contains properties of a Campaign Manager subaccount. public class Subaccount : Google.Apis.Requests.IDirectResponseSchema { @@ -29883,6 +30611,10 @@ public class TargetingTemplate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("advertiserIdDimensionValue")] public virtual DimensionValue AdvertiserIdDimensionValue { get; set; } + /// Optional. Contextual keyword targeting criteria. + [Newtonsoft.Json.JsonPropertyAttribute("contextualKeywordTargeting")] + public virtual ContextualKeywordTargeting ContextualKeywordTargeting { get; set; } + /// Time and day targeting criteria. [Newtonsoft.Json.JsonPropertyAttribute("dayPartTargeting")] public virtual DayPartTargeting DayPartTargeting { get; set; } @@ -30512,6 +31244,21 @@ public class VideoOffset : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Contains processing data for a video asset. + public class VideoProcessingData : Google.Apis.Requests.IDirectResponseSchema + { + /// For a FAILED processing state, the error reason discovered. + [Newtonsoft.Json.JsonPropertyAttribute("errorReason")] + public virtual string ErrorReason { get; set; } + + /// Output only. The processing state of the studio creative asset. + [Newtonsoft.Json.JsonPropertyAttribute("processingState")] + public virtual string ProcessingState { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Video Settings public class VideoSettings : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj b/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj index 6f7dc8d669a..e003b638fd7 100644 --- a/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj +++ b/Src/Generated/Google.Apis.Dfareporting.v4/Google.Apis.Dfareporting.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.Dfareporting.v4 Client Library - 1.71.0.3897 + 1.72.0.3948 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.cs b/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.cs index 1e57fb2ff25..3b2c28e7eea 100644 --- a/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.cs +++ b/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.cs @@ -88,6 +88,8 @@ public DfareportingService(Google.Apis.Services.BaseClientService.Initializer in Reports = new ReportsResource(this); Sites = new SitesResource(this); Sizes = new SizesResource(this); + StudioCreativeAssets = new StudioCreativeAssetsResource(this); + StudioCreatives = new StudioCreativesResource(this); Subaccounts = new SubaccountsResource(this); TargetableRemarketingLists = new TargetableRemarketingListsResource(this); TargetingTemplates = new TargetingTemplatesResource(this); @@ -308,6 +310,12 @@ public static class ScopeConstants /// Gets the Sizes resource. public virtual SizesResource Sizes { get; } + /// Gets the StudioCreativeAssets resource. + public virtual StudioCreativeAssetsResource StudioCreativeAssets { get; } + + /// Gets the StudioCreatives resource. + public virtual StudioCreativesResource StudioCreatives { get; } + /// Gets the Subaccounts resource. public virtual SubaccountsResource Subaccounts { get; } @@ -9336,6 +9344,90 @@ protected override void InitParameters() base.InitParameters(); } } + + /// Retransforms a dynamic feed. + /// Required. Dynamic feed ID. + public virtual RetransformRequest Retransform(long dynamicFeedId) + { + return new RetransformRequest(this.service, dynamicFeedId); + } + + /// Retransforms a dynamic feed. + public class RetransformRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Retransform request. + public RetransformRequest(Google.Apis.Services.IClientService service, long dynamicFeedId) : base(service) + { + DynamicFeedId = dynamicFeedId; + InitParameters(); + } + + /// Required. Dynamic feed ID. + [Google.Apis.Util.RequestParameterAttribute("dynamicFeedId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long DynamicFeedId { get; private set; } + + /// Gets the method name. + public override string MethodName => "retransform"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicFeeds/{+dynamicFeedId}/retransform"; + + /// Initializes Retransform parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dynamicFeedId", new Google.Apis.Discovery.Parameter + { + Name = "dynamicFeedId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Updates a new dynamic feed. + /// The body of the request. + public virtual UpdateRequest Update(Google.Apis.Dfareporting.v5.Data.DynamicFeed body) + { + return new UpdateRequest(this.service, body); + } + + /// Updates a new dynamic feed. + public class UpdateRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Update request. + public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v5.Data.DynamicFeed body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.Dfareporting.v5.Data.DynamicFeed Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "update"; + + /// Gets the HTTP method. + public override string HttpMethod => "PUT"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicFeeds"; + + /// Initializes Update parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } } /// The "dynamicProfiles" collection of methods. @@ -9352,6 +9444,51 @@ public DynamicProfilesResource(Google.Apis.Services.IClientService service) this.service = service; } + /// Generates code for a dynamic profile. + /// Required. Dynamic profile ID. + public virtual GenerateCodeRequest GenerateCode(long dynamicProfileId) + { + return new GenerateCodeRequest(this.service, dynamicProfileId); + } + + /// Generates code for a dynamic profile. + public class GenerateCodeRequest : DfareportingBaseServiceRequest + { + /// Constructs a new GenerateCode request. + public GenerateCodeRequest(Google.Apis.Services.IClientService service, long dynamicProfileId) : base(service) + { + DynamicProfileId = dynamicProfileId; + InitParameters(); + } + + /// Required. Dynamic profile ID. + [Google.Apis.Util.RequestParameterAttribute("dynamicProfileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long DynamicProfileId { get; private set; } + + /// Gets the method name. + public override string MethodName => "generateCode"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicProfiles/{+dynamicProfileId}/generateCode"; + + /// Initializes GenerateCode parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dynamicProfileId", new Google.Apis.Discovery.Parameter + { + Name = "dynamicProfileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + /// Gets a dynamic profile by ID. /// Required. Dynamic profile ID. public virtual GetRequest Get(long dynamicProfileId) @@ -9436,6 +9573,51 @@ protected override void InitParameters() } } + /// Publish for a dynamic profile. + /// Required. Dynamic profile ID. + public virtual PublishRequest Publish(long dynamicProfileId) + { + return new PublishRequest(this.service, dynamicProfileId); + } + + /// Publish for a dynamic profile. + public class PublishRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Publish request. + public PublishRequest(Google.Apis.Services.IClientService service, long dynamicProfileId) : base(service) + { + DynamicProfileId = dynamicProfileId; + InitParameters(); + } + + /// Required. Dynamic profile ID. + [Google.Apis.Util.RequestParameterAttribute("dynamicProfileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long DynamicProfileId { get; private set; } + + /// Gets the method name. + public override string MethodName => "publish"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/dynamicProfiles/{+dynamicProfileId}/publish"; + + /// Initializes Publish parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("dynamicProfileId", new Google.Apis.Discovery.Parameter + { + Name = "dynamicProfileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + /// Updates an existing dynamic profile. /// The body of the request. public virtual UpdateRequest Update(Google.Apis.Dfareporting.v5.Data.DynamicProfile body) @@ -17254,104 +17436,39 @@ protected override void InitParameters() } } - /// The "subaccounts" collection of methods. - public class SubaccountsResource + /// The "studioCreativeAssets" collection of methods. + public class StudioCreativeAssetsResource { - private const string Resource = "subaccounts"; + private const string Resource = "studioCreativeAssets"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public SubaccountsResource(Google.Apis.Services.IClientService service) + public StudioCreativeAssetsResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Gets one subaccount by ID. - /// User profile ID associated with this request. - /// Subaccount ID. - public virtual GetRequest Get(long profileId, long id) - { - return new GetRequest(this.service, profileId, id); - } - - /// Gets one subaccount by ID. - public class GetRequest : DfareportingBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long profileId, long id) : base(service) - { - ProfileId = profileId; - Id = id; - InitParameters(); - } - - /// User profile ID associated with this request. - [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long ProfileId { get; private set; } - - /// Subaccount ID. - [Google.Apis.Util.RequestParameterAttribute("id", Google.Apis.Util.RequestParameterType.Path)] - public virtual long Id { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "userprofiles/{+profileId}/subaccounts/{+id}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter - { - Name = "profileId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("id", new Google.Apis.Discovery.Parameter - { - Name = "id", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - } - } - - /// Inserts a new subaccount. + /// Inserts a new studio creative asset. /// The body of the request. - /// User profile ID associated with this request. - public virtual InsertRequest Insert(Google.Apis.Dfareporting.v5.Data.Subaccount body, long profileId) + public virtual InsertRequest Insert(Google.Apis.Dfareporting.v5.Data.DfareportingStudioCreativeAssetsInsertRequest body) { - return new InsertRequest(this.service, body, profileId); + return new InsertRequest(this.service, body); } - /// Inserts a new subaccount. - public class InsertRequest : DfareportingBaseServiceRequest + /// Inserts a new studio creative asset. + public class InsertRequest : DfareportingBaseServiceRequest { /// Constructs a new Insert request. - public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v5.Data.Subaccount body, long profileId) : base(service) + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v5.Data.DfareportingStudioCreativeAssetsInsertRequest body) : base(service) { - ProfileId = profileId; Body = body; InitParameters(); } - /// User profile ID associated with this request. - [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long ProfileId { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.Dfareporting.v5.Data.Subaccount Body { get; set; } + Google.Apis.Dfareporting.v5.Data.DfareportingStudioCreativeAssetsInsertRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -17363,36 +17480,432 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Df public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "userprofiles/{+profileId}/subaccounts"; + public override string RestPath => "studio/creativeAssets"; /// Initializes Insert parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter - { - Name = "profileId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); } } - /// Gets a list of subaccounts, possibly filtered. This method supports paging. - /// User profile ID associated with this request. - public virtual ListRequest List(long profileId) + /// Inserts a new studio creative asset. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before reading + /// commences. If is not seekable, then it will be read from its current position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + /// The body of the request. + /// The stream to upload. See remarks for further information. + /// The content type of the stream to upload. + public virtual InsertMediaUpload Insert(Google.Apis.Dfareporting.v5.Data.DfareportingStudioCreativeAssetsInsertRequest body, System.IO.Stream stream, string contentType) { - return new ListRequest(this.service, profileId); + return new InsertMediaUpload(service, body, stream, contentType); } - /// Gets a list of subaccounts, possibly filtered. This method supports paging. - public class ListRequest : DfareportingBaseServiceRequest + /// Insert media upload which supports resumable upload. + public class InsertMediaUpload : Google.Apis.Upload.ResumableUpload { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, long profileId) : base(service) - { + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } + + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, + + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } + + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } + + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } + + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, + + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, + + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } + + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } + + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } + + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. + /// Required unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } + + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } + + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } + + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned + /// to a user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } + + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } + + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } + + /// Constructs a new Insert media upload instance. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its current + /// position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + public InsertMediaUpload(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v5.Data.DfareportingStudioCreativeAssetsInsertRequest body, System.IO.Stream stream, string contentType) + : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "studio/creativeAssets"), "POST", stream, contentType) + { + Body = body; + } + } + } + + /// The "studioCreatives" collection of methods. + public class StudioCreativesResource + { + private const string Resource = "studioCreatives"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public StudioCreativesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a studio creative by ID. + /// Required. Studio creative ID. + public virtual GetRequest Get(long studioCreativeId) + { + return new GetRequest(this.service, studioCreativeId); + } + + /// Gets a studio creative by ID. + public class GetRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long studioCreativeId) : base(service) + { + StudioCreativeId = studioCreativeId; + InitParameters(); + } + + /// Required. Studio creative ID. + [Google.Apis.Util.RequestParameterAttribute("studioCreativeId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long StudioCreativeId { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "studio/creatives/{+studioCreativeId}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("studioCreativeId", new Google.Apis.Discovery.Parameter + { + Name = "studioCreativeId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Inserts a new studio creative. + /// The body of the request. + public virtual InsertRequest Insert(Google.Apis.Dfareporting.v5.Data.StudioCreative body) + { + return new InsertRequest(this.service, body); + } + + /// Inserts a new studio creative. + public class InsertRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v5.Data.StudioCreative body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.Dfareporting.v5.Data.StudioCreative Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/creatives"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + + /// Publish for a studio creative. + /// Required. Studio creative ID. + public virtual PublishRequest Publish(long studioCreativeId) + { + return new PublishRequest(this.service, studioCreativeId); + } + + /// Publish for a studio creative. + public class PublishRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Publish request. + public PublishRequest(Google.Apis.Services.IClientService service, long studioCreativeId) : base(service) + { + StudioCreativeId = studioCreativeId; + InitParameters(); + } + + /// Required. Studio creative ID. + [Google.Apis.Util.RequestParameterAttribute("studioCreativeId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long StudioCreativeId { get; private set; } + + /// Gets the method name. + public override string MethodName => "publish"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "studio/creatives/{+studioCreativeId}/publish"; + + /// Initializes Publish parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("studioCreativeId", new Google.Apis.Discovery.Parameter + { + Name = "studioCreativeId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + } + + /// The "subaccounts" collection of methods. + public class SubaccountsResource + { + private const string Resource = "subaccounts"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SubaccountsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets one subaccount by ID. + /// User profile ID associated with this request. + /// Subaccount ID. + public virtual GetRequest Get(long profileId, long id) + { + return new GetRequest(this.service, profileId, id); + } + + /// Gets one subaccount by ID. + public class GetRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long profileId, long id) : base(service) + { + ProfileId = profileId; + Id = id; + InitParameters(); + } + + /// User profile ID associated with this request. + [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long ProfileId { get; private set; } + + /// Subaccount ID. + [Google.Apis.Util.RequestParameterAttribute("id", Google.Apis.Util.RequestParameterType.Path)] + public virtual long Id { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "userprofiles/{+profileId}/subaccounts/{+id}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter + { + Name = "profileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("id", new Google.Apis.Discovery.Parameter + { + Name = "id", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Inserts a new subaccount. + /// The body of the request. + /// User profile ID associated with this request. + public virtual InsertRequest Insert(Google.Apis.Dfareporting.v5.Data.Subaccount body, long profileId) + { + return new InsertRequest(this.service, body, profileId); + } + + /// Inserts a new subaccount. + public class InsertRequest : DfareportingBaseServiceRequest + { + /// Constructs a new Insert request. + public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Dfareporting.v5.Data.Subaccount body, long profileId) : base(service) + { + ProfileId = profileId; + Body = body; + InitParameters(); + } + + /// User profile ID associated with this request. + [Google.Apis.Util.RequestParameterAttribute("profileId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long ProfileId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Dfareporting.v5.Data.Subaccount Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "insert"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "userprofiles/{+profileId}/subaccounts"; + + /// Initializes Insert parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("profileId", new Google.Apis.Discovery.Parameter + { + Name = "profileId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// Gets a list of subaccounts, possibly filtered. This method supports paging. + /// User profile ID associated with this request. + public virtual ListRequest List(long profileId) + { + return new ListRequest(this.service, profileId); + } + + /// Gets a list of subaccounts, possibly filtered. This method supports paging. + public class ListRequest : DfareportingBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long profileId) : base(service) + { ProfileId = profileId; InitParameters(); } @@ -19869,6 +20382,10 @@ public class Ad : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("compatibility")] public virtual string Compatibility { get; set; } + /// Optional. Contextual keyword targeting information for this ad. + [Newtonsoft.Json.JsonPropertyAttribute("contextualKeywordTargeting")] + public virtual ContextualKeywordTargeting ContextualKeywordTargeting { get; set; } + /// Information about the creation of this ad. This is a read-only field. [Newtonsoft.Json.JsonPropertyAttribute("createInfo")] public virtual LastModifiedInfo CreateInfo { get; set; } @@ -21422,6 +21939,28 @@ public class ContentSourceMetaData : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Contains information about a Contextual Keyword that can be targeted by ads. + public class ContextualKeyword : Google.Apis.Requests.IDirectResponseSchema + { + /// The keyword that can be targeted by ads. + [Newtonsoft.Json.JsonPropertyAttribute("keyword")] + public virtual string Keyword { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contextual Keyword Targeting. + public class ContextualKeywordTargeting : Google.Apis.Requests.IDirectResponseSchema + { + /// Contextual keywords that this ad targets + [Newtonsoft.Json.JsonPropertyAttribute("keywords")] + public virtual System.Collections.Generic.IList Keywords { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A Conversion represents when a user successfully performs a desired action after seeing an ad. /// @@ -23535,6 +24074,30 @@ public class DependentFieldValue : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Request message for DfareportingStudioCreativeAssets.Insert. + public class DfareportingStudioCreativeAssetsInsertRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Studio account ID of the studio creative asset. It is a optional. + [Newtonsoft.Json.JsonPropertyAttribute("studioAccountId")] + public virtual System.Nullable StudioAccountId { get; set; } + + /// + /// Required. Studio advertiser ID of the studio creative asset. It is a required field on insertion. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioAdvertiserId")] + public virtual System.Nullable StudioAdvertiserId { get; set; } + + /// + /// Optional. Studio creative ID of the studio creative asset. It is a optional field. If it is set, the asset + /// will be associated to the creative. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioCreativeId")] + public virtual System.Nullable StudioCreativeId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Google Ad Manager Settings public class DfpSettings : Google.Apis.Requests.IDirectResponseSchema { @@ -23850,7 +24413,6 @@ public class DynamicFeed : Google.Apis.Requests.IDirectResponseSchema /// /// Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed /// under profile context,even though the dynnamic feed itself don't need the dynamic profile id. See - /// go/cm3-dco-display-api-interface /// public class DynamicFeedsInsertRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -23951,6 +24513,17 @@ public class DynamicProfileFeedSettings : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } + /// Response message for DfareportingDynamicProfiles.GenerateCode. + public class DynamicProfileGenerateCodeResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Generated code for the dynamic profile. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Contains dynamic profile version information. public class DynamicProfileVersion : Google.Apis.Requests.IDirectResponseSchema { @@ -26141,7 +26714,7 @@ public class Placement : Google.Apis.Requests.IDirectResponseSchema /// Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * /// `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, /// Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * - /// `20`, Teads * `21`, Quantcast * `22`, Cognitiv + /// `20`, Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint /// [Newtonsoft.Json.JsonPropertyAttribute("adServingPlatformId")] public virtual System.Nullable AdServingPlatformId { get; set; } @@ -27756,7 +28329,7 @@ public class Site : Google.Apis.Requests.IDirectResponseSchema /// (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku /// OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, /// Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, - /// Cognitiv + /// Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`, Pulsepoint /// [Newtonsoft.Json.JsonPropertyAttribute("adServingPlatformId")] public virtual System.Nullable AdServingPlatformId { get; set; } @@ -28168,6 +28741,161 @@ public class SortedDimension : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Contains studio creative information. + public class StudioCreative : Google.Apis.Requests.IDirectResponseSchema + { + /// List of assets associated with this studio creative. It is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("assetIds")] + public virtual System.Collections.Generic.IList> AssetIds { get; set; } + + /// Backup image asset ID of this studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("backupImageAssetId")] + public virtual System.Nullable BackupImageAssetId { get; set; } + + /// + /// The timestamp when the studio creative was created. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("createdInfo")] + public virtual LastModifiedInfo CreatedInfo { get; set; } + + /// + /// Dimension of this studio creative. This is a required field on insertion if format is BANNER or EXPANDING. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dimension")] + public virtual StudioCreativeDimension Dimension { get; set; } + + /// Dynamic profile ID of this studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("dynamicProfileId")] + public virtual System.Nullable DynamicProfileId { get; set; } + + /// Format of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("format")] + public virtual string Format { get; set; } + + /// + /// Output only. Unique ID of this studio creative. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } + + /// + /// The timestamp when the studio creative was last modified. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastModifiedInfo")] + public virtual LastModifiedInfo LastModifiedInfo { get; set; } + + /// Identifier. Name of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Status of this studio creative. It is a read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual string Status { get; set; } + + /// Studio account ID of this creative. This field, if left unset, will be auto-populated. + [Newtonsoft.Json.JsonPropertyAttribute("studioAccountId")] + public virtual System.Nullable StudioAccountId { get; set; } + + /// Studio advertiser ID of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("studioAdvertiserId")] + public virtual System.Nullable StudioAdvertiserId { get; set; } + + /// Studio campaign ID of this studio creative. This is a required field on insertion. + [Newtonsoft.Json.JsonPropertyAttribute("studioCampaignId")] + public virtual System.Nullable StudioCampaignId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains studio creative asset information. + public class StudioCreativeAsset : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The creation timestamp of the studio creative asset. This is a read-only field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("createInfo")] + public virtual LastModifiedInfo CreateInfo { get; set; } + + /// + /// The filename of the studio creative asset. It is default to the original filename of the asset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("filename")] + public virtual string Filename { get; set; } + + /// The filesize of the studio creative asset. This is a read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("filesize")] + public virtual System.Nullable Filesize { get; set; } + + /// + /// Output only. Unique ID of this studio creative asset. This is a read-only, auto-generated field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } + + /// + /// Output only. The last modified timestamp of the studio creative asset. This is a read-only field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastModifiedInfo")] + public virtual LastModifiedInfo LastModifiedInfo { get; set; } + + /// + /// Studio account ID of this studio creative asset. This field, if left unset, will be auto-populated.. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioAccountId")] + public virtual System.Nullable StudioAccountId { get; set; } + + /// + /// Studio advertiser ID of this studio creative asset. This is a required field on insertion. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioAdvertiserId")] + public virtual System.Nullable StudioAdvertiserId { get; set; } + + /// + /// Studio creative ID of this studio creative asset. The asset will be associated to the creative if creative + /// id is set. + /// + [Newtonsoft.Json.JsonPropertyAttribute("studioCreativeId")] + public virtual System.Nullable StudioCreativeId { get; set; } + + /// The type of the studio creative asset. It is a auto-generated, read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The processing data of the studio creative asset. This is a read-only field. + [Newtonsoft.Json.JsonPropertyAttribute("videoProcessingData")] + public virtual VideoProcessingData VideoProcessingData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for DfareportingStudioCreativeAssets.Insert. + public class StudioCreativeAssetsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of studio creative assets. + [Newtonsoft.Json.JsonPropertyAttribute("assets")] + public virtual System.Collections.Generic.IList Assets { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Dimension information for a studio creative. + public class StudioCreativeDimension : Google.Apis.Requests.IDirectResponseSchema + { + /// Height of the studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("height")] + public virtual System.Nullable Height { get; set; } + + /// Width of the studio creative. + [Newtonsoft.Json.JsonPropertyAttribute("width")] + public virtual System.Nullable Width { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Contains properties of a Campaign Manager subaccount. public class Subaccount : Google.Apis.Requests.IDirectResponseSchema { @@ -28441,6 +29169,10 @@ public class TargetingTemplate : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("advertiserIdDimensionValue")] public virtual DimensionValue AdvertiserIdDimensionValue { get; set; } + /// Optional. Contextual keyword targeting criteria. + [Newtonsoft.Json.JsonPropertyAttribute("contextualKeywordTargeting")] + public virtual ContextualKeywordTargeting ContextualKeywordTargeting { get; set; } + /// Time and day targeting criteria. [Newtonsoft.Json.JsonPropertyAttribute("dayPartTargeting")] public virtual DayPartTargeting DayPartTargeting { get; set; } @@ -29070,6 +29802,21 @@ public class VideoOffset : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Contains processing data for a video asset. + public class VideoProcessingData : Google.Apis.Requests.IDirectResponseSchema + { + /// For a FAILED processing state, the error reason discovered. + [Newtonsoft.Json.JsonPropertyAttribute("errorReason")] + public virtual string ErrorReason { get; set; } + + /// Output only. The processing state of the studio creative asset. + [Newtonsoft.Json.JsonPropertyAttribute("processingState")] + public virtual string ProcessingState { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Video Settings public class VideoSettings : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.csproj b/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.csproj index 5895c178dd1..28932a0adc8 100644 --- a/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.csproj +++ b/Src/Generated/Google.Apis.Dfareporting.v5/Google.Apis.Dfareporting.v5.csproj @@ -3,7 +3,7 @@ Google.Apis.Dfareporting.v5 Client Library - 1.71.0.3897 + 1.72.0.3948 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.cs b/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.cs index 6a9cbbccba6..4e09fbcfb94 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.cs +++ b/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.cs @@ -9864,6 +9864,7 @@ public LocationsResource(Google.Apis.Services.IClientService service) SipTrunks = new SipTrunksResource(service); StatelessSuggestion = new StatelessSuggestionResource(service); Suggestions = new SuggestionsResource(service); + Tools = new ToolsResource(service); } /// Gets the Agent resource. @@ -20211,6 +20212,342 @@ protected override void InitParameters() } } + /// Gets the Tools resource. + public virtual ToolsResource Tools { get; } + + /// The "tools" collection of methods. + public class ToolsResource + { + private const string Resource = "tools"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ToolsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a tool. + /// The body of the request. + /// + /// Required. The project/location to create tool for. Format: `projects//locations/` + /// + public virtual CreateRequest Create(Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Tool body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a tool. + public class CreateRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Tool body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The project/location to create tool for. Format: `projects//locations/` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The ID to use for the tool, which will become the final component of the tool's + /// resource name. The tool ID must be compliant with the regression formula `a-zA-Z*` with the + /// characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. + /// If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise + /// the request will be rejected. 2. the consistency for whether to use custom ID or not under a + /// project to better ensure uniqueness. + /// + [Google.Apis.Util.RequestParameterAttribute("toolId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ToolId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Tool Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2/{+parent}/tools"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("toolId", new Google.Apis.Discovery.Parameter + { + Name = "toolId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a tool. + /// + /// Required. The tool resource name to delete. Format: `projects//locations//tools/` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a tool. + public class DeleteRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The tool resource name to delete. Format: `projects//locations//tools/` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + }); + } + } + + /// Retrieves a tool. + /// + /// Required. The tool resource name to retrieve. Format: `projects//locations//tools/` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Retrieves a tool. + public class GetRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The tool resource name to retrieve. Format: `projects//locations//tools/` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + }); + } + } + + /// Lists tools. + /// + /// Required. The project/location to list tools for. Format: `projects//locations/` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists tools. + public class ListRequest : DialogflowBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The project/location to list tools for. Format: `projects//locations/` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Maximum number of conversation models to return in a single page. Default to 10. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. The next_page_token value returned from a previous list request. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2/{+parent}/tools"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a tool. + /// The body of the request. + /// + /// Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`. + /// + public virtual PatchRequest Patch(Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Tool body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a tool. + public class PatchRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Tool body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Tool Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v2/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Deletes the specified agent. /// /// Required. The project that the agent to delete is associated with. Format: `projects/`. @@ -20421,8 +20758,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -23655,6 +23992,10 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebService : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -23712,15 +24053,32 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig : Goog public virtual string ETag { get; set; } } - /// Represents the value of an HTTP header stored in a SecretManager secret version. - public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue : Google.Apis.Requests.IDirectResponseSchema + /// Represents the value of an HTTP header stored in a SecretManager secret version. + public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The SecretManager secret version resource storing the header value. Format: + /// `projects/{project}/secrets/{secret}/versions/{version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("secretVersion")] + public virtual string SecretVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. The SecretManager secret version resource storing the header value. Format: - /// `projects/{project}/secrets/{secret}/versions/{version}` + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). /// - [Newtonsoft.Json.JsonPropertyAttribute("secretVersion")] - public virtual string SecretVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -26502,6 +26860,10 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebService : Google.Api [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -26573,6 +26935,23 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersion public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The request message for a webhook call. The request is sent as a JSON object and the field names will be /// presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally @@ -30917,7 +31296,7 @@ public class GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig [Newtonsoft.Json.JsonPropertyAttribute("enableCompletenessEvaluation")] public virtual System.Nullable EnableCompletenessEvaluation { get; set; } - /// Output only. Version for summarization evaluation. + /// Optional. Version for summarization evaluation. [Newtonsoft.Json.JsonPropertyAttribute("evaluatorVersion")] public virtual string EvaluatorVersion { get; set; } @@ -30991,7 +31370,7 @@ public class GoogleCloudDialogflowV2HumanAgentAssistantConfig : Google.Apis.Requ /// /// Custom conversation models used in agent assist feature. Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, - /// SMART_REPLY, CONVERSATION_SUMMARIZATION. + /// SMART_REPLY, CONVERSATION_SUMMARIZATION /// public class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -33226,6 +33605,23 @@ public class GoogleCloudDialogflowV2ListSipTrunksResponse : Google.Apis.Requests public virtual string ETag { get; set; } } + /// Response of ListTools. + public class GoogleCloudDialogflowV2ListToolsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Token to retrieve the next page of results, or empty if there are no more results in the list. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of tools retrieved. + [Newtonsoft.Json.JsonPropertyAttribute("tools")] + public virtual System.Collections.Generic.IList Tools { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The response message for Versions.ListVersions. public class GoogleCloudDialogflowV2ListVersionsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -33552,6 +33948,16 @@ public class GoogleCloudDialogflowV2OutputAudioConfig : Google.Apis.Requests.IDi /// Represents a conversation participant (human agent, virtual agent, end-user). public class GoogleCloudDialogflowV2Participant : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. For tracking the utilization of prebuilt Agent Assist integration modules. This field is only + /// inscope for Integration type that include UI Modules, Backend Modules, and Agent Desktop connector, it is + /// out of scope for CCaaS and Direct Integration. For each human agent, prebuilt UI Modules needs to trigger + /// the UpdateParticipant API to update this field. Both CreateParticipantRequest and UpdateParticipantRequest + /// will be supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("agentDesktopSource")] + public virtual string AgentDesktopSource { get; set; } + /// /// Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, /// article suggestion only returns suggested documents that match all filters in their Document.metadata. @@ -35460,157 +35866,433 @@ public class GoogleCloudDialogflowV2SummarizationSection : Google.Apis.Requests. /// /// Optional. Definition of the section, for example, "what the customer needs help with or has question about." /// - [Newtonsoft.Json.JsonPropertyAttribute("definition")] - public virtual string Definition { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("definition")] + public virtual string Definition { get; set; } + + /// Optional. Name of the section, for example, "situation". + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } + + /// Optional. Type of the summarization section. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// List of summarization sections. + public class GoogleCloudDialogflowV2SummarizationSectionList : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Summarization sections. + [Newtonsoft.Json.JsonPropertyAttribute("summarizationSections")] + public virtual System.Collections.Generic.IList SummarizationSections { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Suggested summary of the conversation. + public class GoogleCloudDialogflowV2SummarySuggestion : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. All the parts of generated summary. + [Newtonsoft.Json.JsonPropertyAttribute("summarySections")] + public virtual System.Collections.Generic.IList SummarySections { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A component of the generated summary. + public class GoogleCloudDialogflowV2SummarySuggestionSummarySection : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Name of the section. + [Newtonsoft.Json.JsonPropertyAttribute("section")] + public virtual string Section { get; set; } + + /// Required. Summary text for the section. + [Newtonsoft.Json.JsonPropertyAttribute("summary")] + public virtual string Summary { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration of how speech should be synthesized. + public class GoogleCloudDialogflowV2SynthesizeSpeechConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text + /// to speech. Effects are applied on top of each other in the order they are given. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectsProfileId")] + public virtual System.Collections.Generic.IList EffectsProfileId { get; set; } + + /// + /// Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original + /// pitch. -20 means decrease 20 semitones from the original pitch. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pitch")] + public virtual System.Nullable Pitch { get; set; } + + /// Optional. The custom pronunciations for the synthesized audio. + [Newtonsoft.Json.JsonPropertyAttribute("pronunciations")] + public virtual System.Collections.Generic.IList Pronunciations { get; set; } + + /// + /// Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the + /// specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 + /// speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error. + /// + [Newtonsoft.Json.JsonPropertyAttribute("speakingRate")] + public virtual System.Nullable SpeakingRate { get; set; } + + /// Optional. The desired voice of the synthesized audio. + [Newtonsoft.Json.JsonPropertyAttribute("voice")] + public virtual GoogleCloudDialogflowV2VoiceSelectionParams Voice { get; set; } + + /// + /// Optional. Volume gain (in dB) of the normal native volume supported by the specific voice, in the range + /// [-96.0, 16.0]. If unset, or set to a value of 0.0 (dB), will play at normal native signal amplitude. A value + /// of -6.0 (dB) will play at approximately half the amplitude of the normal native signal amplitude. A value of + /// +6.0 (dB) will play at approximately twice the amplitude of the normal native signal amplitude. We strongly + /// recommend not to exceed +10 (dB) as there's usually no effective increase in loudness for any value greater + /// than that. + /// + [Newtonsoft.Json.JsonPropertyAttribute("volumeGainDb")] + public virtual System.Nullable VolumeGainDb { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Auxiliary proto messages. Represents the natural language text to be processed. + public class GoogleCloudDialogflowV2TextInput : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The language of this conversational query. See [Language + /// Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported + /// language codes. Note that queries in the same session do not necessarily need to specify the same language. + /// + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } + + /// + /// Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 + /// characters for virtual agent interactions. + /// + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Instructs the speech synthesizer on how to generate the output audio content. + public class GoogleCloudDialogflowV2TextToSpeechSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Indicates whether text to speech is enabled. Even when this field is false, other settings in this + /// proto are still retained. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableTextToSpeech")] + public virtual System.Nullable EnableTextToSpeech { get; set; } + + /// Required. Audio encoding of the synthesized audio content. + [Newtonsoft.Json.JsonPropertyAttribute("outputAudioEncoding")] + public virtual string OutputAudioEncoding { get; set; } + + /// + /// Optional. The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will + /// use the default sample rate based on the audio encoding. If this is different from the voice's natural + /// sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which + /// might result in worse audio quality). + /// + [Newtonsoft.Json.JsonPropertyAttribute("sampleRateHertz")] + public virtual System.Nullable SampleRateHertz { get; set; } + + /// + /// Optional. Configuration of how speech should be synthesized, mapping from language + /// (https://cloud.google.com/dialogflow/docs/reference/language) to SynthesizeSpeechConfig. + /// + [Newtonsoft.Json.JsonPropertyAttribute("synthesizeSpeechConfigs")] + public virtual System.Collections.Generic.IDictionary SynthesizeSpeechConfigs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a tool. + public class GoogleCloudDialogflowV2Tool : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Confirmation requirement for the actions. Each key is an action name in the action_schemas. If an + /// action's confirmation requirement is unspecified (either the key is not present, or its value is + /// CONFIRMATION_REQUIREMENT_UNSPECIFIED), the requirement is inferred from the action's method_type - + /// confirmation is not required if and only if method_type is GET. + /// + [Newtonsoft.Json.JsonPropertyAttribute("actionConfirmationRequirement")] + public virtual System.Collections.Generic.IDictionary ActionConfirmationRequirement { get; set; } + + /// Integration connectors tool specification. + [Newtonsoft.Json.JsonPropertyAttribute("connectorSpec")] + public virtual GoogleCloudDialogflowV2ToolConnectorTool ConnectorSpec { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. Creation time of this tool. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. A human readable description of the tool. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Optional. A human readable short name of the tool, to be shown on the UI. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Vertex extension tool specification. + [Newtonsoft.Json.JsonPropertyAttribute("extensionSpec")] + public virtual GoogleCloudDialogflowV2ToolExtensionTool ExtensionSpec { get; set; } + + /// Client side executed function specification. + [Newtonsoft.Json.JsonPropertyAttribute("functionSpec")] + public virtual GoogleCloudDialogflowV2ToolFunctionTool FunctionSpec { get; set; } + + /// + /// Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// OpenAPI tool. + [Newtonsoft.Json.JsonPropertyAttribute("openApiSpec")] + public virtual GoogleCloudDialogflowV2ToolOpenApiTool OpenApiSpec { get; set; } + + /// + /// Output only. A read only boolean field reflecting Zone Isolation status of the tool. If the field is absent, + /// it means the status is unknown. + /// + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// + /// Output only. A read only boolean field reflecting Zone Separation status of the tool. If the field is + /// absent, it means the status is unknown. + /// + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// + /// Required. A human readable short name of the tool, which should be unique within the project. It should only + /// contain letters, numbers, and underscores, and it will be used by LLM to identify the tool. + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolKey")] + public virtual string ToolKey { get; set; } - /// Optional. Name of the section, for example, "situation". - [Newtonsoft.Json.JsonPropertyAttribute("key")] - public virtual string Key { get; set; } + private string _updateTimeRaw; - /// Optional. Type of the summarization section. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + private object _updateTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. Update time of this tool. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } - /// List of summarization sections. - public class GoogleCloudDialogflowV2SummarizationSectionList : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. Summarization sections. - [Newtonsoft.Json.JsonPropertyAttribute("summarizationSections")] - public virtual System.Collections.Generic.IList SummarizationSections { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Suggested summary of the conversation. - public class GoogleCloudDialogflowV2SummarySuggestion : Google.Apis.Requests.IDirectResponseSchema + /// Authentication information required for API calls + public class GoogleCloudDialogflowV2ToolAuthentication : Google.Apis.Requests.IDirectResponseSchema { - /// Required. All the parts of generated summary. - [Newtonsoft.Json.JsonPropertyAttribute("summarySections")] - public virtual System.Collections.Generic.IList SummarySections { get; set; } + /// Config for API key auth. + [Newtonsoft.Json.JsonPropertyAttribute("apiKeyConfig")] + public virtual GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Config for bearer token auth. + [Newtonsoft.Json.JsonPropertyAttribute("bearerTokenConfig")] + public virtual GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; } - /// A component of the generated summary. - public class GoogleCloudDialogflowV2SummarySuggestionSummarySection : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. Name of the section. - [Newtonsoft.Json.JsonPropertyAttribute("section")] - public virtual string Section { get; set; } + /// Config for OAuth. + [Newtonsoft.Json.JsonPropertyAttribute("oauthConfig")] + public virtual GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig OauthConfig { get; set; } - /// Required. Summary text for the section. - [Newtonsoft.Json.JsonPropertyAttribute("summary")] - public virtual string Summary { get; set; } + /// + /// Config for [Diglogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth. + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAgentAuthConfig")] + public virtual GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration of how speech should be synthesized. - public class GoogleCloudDialogflowV2SynthesizeSpeechConfig : Google.Apis.Requests.IDirectResponseSchema + /// Config for authentication with API key. + public class GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text - /// to speech. Effects are applied on top of each other in the order they are given. - /// - [Newtonsoft.Json.JsonPropertyAttribute("effectsProfileId")] - public virtual System.Collections.Generic.IList EffectsProfileId { get; set; } - - /// - /// Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original - /// pitch. -20 means decrease 20 semitones from the original pitch. + /// Optional. The API key. If the `secret_version_for_api_key` field is set, this field will be ignored. /// - [Newtonsoft.Json.JsonPropertyAttribute("pitch")] - public virtual System.Nullable Pitch { get; set; } - - /// Optional. The custom pronunciations for the synthesized audio. - [Newtonsoft.Json.JsonPropertyAttribute("pronunciations")] - public virtual System.Collections.Generic.IList Pronunciations { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("apiKey")] + public virtual string ApiKey { get; set; } /// - /// Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the - /// specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 - /// speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error. + /// Required. The parameter name or the header name of the API key. E.g., If the API request is + /// "https://example.com/act?X-Api-Key=", "X-Api-Key" would be the parameter name. /// - [Newtonsoft.Json.JsonPropertyAttribute("speakingRate")] - public virtual System.Nullable SpeakingRate { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("keyName")] + public virtual string KeyName { get; set; } - /// Optional. The desired voice of the synthesized audio. - [Newtonsoft.Json.JsonPropertyAttribute("voice")] - public virtual GoogleCloudDialogflowV2VoiceSelectionParams Voice { get; set; } + /// Required. Key location in the request. + [Newtonsoft.Json.JsonPropertyAttribute("requestLocation")] + public virtual string RequestLocation { get; set; } /// - /// Optional. Volume gain (in dB) of the normal native volume supported by the specific voice, in the range - /// [-96.0, 16.0]. If unset, or set to a value of 0.0 (dB), will play at normal native signal amplitude. A value - /// of -6.0 (dB) will play at approximately half the amplitude of the normal native signal amplitude. A value of - /// +6.0 (dB) will play at approximately twice the amplitude of the normal native signal amplitude. We strongly - /// recommend not to exceed +10 (dB) as there's usually no effective increase in loudness for any value greater - /// than that. + /// Optional. The name of the SecretManager secret version resource storing the API key. If this field is set, + /// the `api_key` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}` /// - [Newtonsoft.Json.JsonPropertyAttribute("volumeGainDb")] - public virtual System.Nullable VolumeGainDb { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("secretVersionForApiKey")] + public virtual string SecretVersionForApiKey { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Auxiliary proto messages. Represents the natural language text to be processed. - public class GoogleCloudDialogflowV2TextInput : Google.Apis.Requests.IDirectResponseSchema + /// Config for authentication using bearer token. + public class GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. The language of this conversational query. See [Language - /// Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported - /// language codes. Note that queries in the same session do not necessarily need to specify the same language. + /// Optional. The name of the SecretManager secret version resource storing the Bearer token. If this field is + /// set, the `token` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}` /// - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("secretVersionForToken")] + public virtual string SecretVersionForToken { get; set; } /// - /// Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 - /// characters for virtual agent interactions. + /// Optional. The text token appended to the text `Bearer` to the request Authorization header. [Session + /// parameters reference](https://cloud.google.com/dialogflow/cx/docs/concept/parameter#session-ref) can be used + /// to pass the token dynamically, e.g. `$session.params.parameter-id`. /// - [Newtonsoft.Json.JsonPropertyAttribute("text")] - public virtual string Text { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("token")] + public virtual string Token { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Instructs the speech synthesizer on how to generate the output audio content. - public class GoogleCloudDialogflowV2TextToSpeechSettings : Google.Apis.Requests.IDirectResponseSchema + /// Config for authentication with OAuth. + public class GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Required. The client ID from the OAuth provider. + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } + /// - /// Optional. Indicates whether text to speech is enabled. Even when this field is false, other settings in this - /// proto are still retained. + /// Optional. The client secret from the OAuth provider. If the `secret_version_for_client_secret` field is set, + /// this field will be ignored. /// - [Newtonsoft.Json.JsonPropertyAttribute("enableTextToSpeech")] - public virtual System.Nullable EnableTextToSpeech { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } - /// Required. Audio encoding of the synthesized audio content. - [Newtonsoft.Json.JsonPropertyAttribute("outputAudioEncoding")] - public virtual string OutputAudioEncoding { get; set; } + /// Required. OAuth grant types. + [Newtonsoft.Json.JsonPropertyAttribute("oauthGrantType")] + public virtual string OauthGrantType { get; set; } + + /// Optional. The OAuth scopes to grant. + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IList Scopes { get; set; } /// - /// Optional. The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will - /// use the default sample rate based on the audio encoding. If this is different from the voice's natural - /// sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which - /// might result in worse audio quality). + /// Optional. The name of the SecretManager secret version resource storing the client secret. If this field is + /// set, the `client_secret` field will be ignored. Format: + /// `projects/{project}/secrets/{secret}/versions/{version}` /// - [Newtonsoft.Json.JsonPropertyAttribute("sampleRateHertz")] - public virtual System.Nullable SampleRateHertz { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("secretVersionForClientSecret")] + public virtual string SecretVersionForClientSecret { get; set; } + + /// Required. The token endpoint in the OAuth provider to exchange for an access token. + [Newtonsoft.Json.JsonPropertyAttribute("tokenEndpoint")] + public virtual string TokenEndpoint { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// + /// Config for auth using [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + public class GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. Configuration of how speech should be synthesized, mapping from language - /// (https://cloud.google.com/dialogflow/docs/reference/language) to SynthesizeSpeechConfig. + /// Optional. Indicate the auth token type generated from the [Diglogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is + /// sent in the Authorization header. /// - [Newtonsoft.Json.JsonPropertyAttribute("synthesizeSpeechConfigs")] - public virtual System.Collections.Generic.IDictionary SynthesizeSpeechConfigs { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("serviceAgentAuth")] + public virtual string ServiceAgentAuth { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -35769,6 +36451,184 @@ public class GoogleCloudDialogflowV2ToolCallResultError : Google.Apis.Requests.I public virtual string ETag { get; set; } } + /// A ConnectorTool enabling using Integration Connectors Connections as tools. + public class GoogleCloudDialogflowV2ToolConnectorTool : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Actions for the tool to use. + [Newtonsoft.Json.JsonPropertyAttribute("actions")] + public virtual System.Collections.Generic.IList Actions { get; set; } + + /// + /// Required. The full resource name of the referenced Integration Connectors Connection. Format: + /// 'projects/*/locations/*/connections/*' + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration of a Connection operation for the tool to use. + public class GoogleCloudDialogflowV2ToolConnectorToolAction : Google.Apis.Requests.IDirectResponseSchema + { + /// ID of a Connection action for the tool to use. + [Newtonsoft.Json.JsonPropertyAttribute("connectionActionId")] + public virtual string ConnectionActionId { get; set; } + + /// Entity operation configuration for the tool to use. + [Newtonsoft.Json.JsonPropertyAttribute("entityOperation")] + public virtual GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation EntityOperation { get; set; } + + /// + /// Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the + /// Entity will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inputFields")] + public virtual System.Collections.Generic.IList InputFields { get; set; } + + /// + /// Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity + /// will be returned. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputFields")] + public virtual System.Collections.Generic.IList OutputFields { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Entity CRUD operation specification. + public class GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. ID of the entity. + [Newtonsoft.Json.JsonPropertyAttribute("entityId")] + public virtual string EntityId { get; set; } + + /// Required. Operation to perform on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An ExtensionTool is a way to use Vertex Extensions as a tool. + public class GoogleCloudDialogflowV2ToolExtensionTool : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The full name of the referenced vertex extension. Format: + /// `projects/{project}/locations/{location}/extensions/{extension}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A Function tool describes the functions to be invoked on the client side. + public class GoogleCloudDialogflowV2ToolFunctionTool : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. + /// This input is a JSON object that contains the function's parameters as properties of the object. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inputSchema")] + public virtual System.Collections.Generic.IDictionary InputSchema { get; set; } + + /// Optional. The method type of the function. If not specified, the default value is GET. + [Newtonsoft.Json.JsonPropertyAttribute("methodType")] + public virtual string MethodType { get; set; } + + /// + /// Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the + /// function. This output is a JSON object that contains the function's parameters as properties of the object. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputSchema")] + public virtual System.Collections.Generic.IDictionary OutputSchema { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An OpenAPI tool is a way to provide the Tool specifications in the Open API schema format. + public class GoogleCloudDialogflowV2ToolOpenApiTool : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Authentication information required by the API. + [Newtonsoft.Json.JsonPropertyAttribute("authentication")] + public virtual GoogleCloudDialogflowV2ToolAuthentication Authentication { get; set; } + + /// Optional. Service Directory configuration. + [Newtonsoft.Json.JsonPropertyAttribute("serviceDirectoryConfig")] + public virtual GoogleCloudDialogflowV2ToolServiceDirectoryConfig ServiceDirectoryConfig { get; set; } + + /// Required. The OpenAPI schema specified as a text. + [Newtonsoft.Json.JsonPropertyAttribute("textSchema")] + public virtual string TextSchema { get; set; } + + /// Optional. TLS configuration for the HTTPS verification. + [Newtonsoft.Json.JsonPropertyAttribute("tlsConfig")] + public virtual GoogleCloudDialogflowV2ToolTLSConfig TlsConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for tools using Service Directory. + public class GoogleCloudDialogflowV2ToolServiceDirectoryConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: + /// `projects//locations//namespaces//services/`. `LocationID` of the service directory must be the same as the + /// location of the tool. + /// + [Newtonsoft.Json.JsonPropertyAttribute("service")] + public virtual string Service { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The TLS configuration. + public class GoogleCloudDialogflowV2ToolTLSConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Specifies a list of allowed custom CA certificates for HTTPS verification. + [Newtonsoft.Json.JsonPropertyAttribute("caCerts")] + public virtual System.Collections.Generic.IList CaCerts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The CA certificate. + public class GoogleCloudDialogflowV2ToolTLSConfigCACert : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the + /// default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store + /// to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For + /// instance a certificate can be self-signed using the following command, + /// ``` + /// openssl x509 -req -days 200 -in + /// example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf + /// "\nsubjectAltName='DNS:www.example.com'") + /// ``` + /// + [Newtonsoft.Json.JsonPropertyAttribute("cert")] + public virtual string Cert { get; set; } + + /// + /// Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA + /// certificates. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Agents.TrainAgent. public class GoogleCloudDialogflowV2TrainAgentRequest : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj b/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj index e2108c2b27f..9d2645ca56b 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v2/Google.Apis.Dialogflow.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v2 Client Library - 1.71.0.3925 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.cs b/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.cs index 024c4a64e76..1011d35519b 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.cs +++ b/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.cs @@ -9657,6 +9657,7 @@ public LocationsResource(Google.Apis.Services.IClientService service) SipTrunks = new SipTrunksResource(service); StatelessSuggestion = new StatelessSuggestionResource(service); Suggestions = new SuggestionsResource(service); + Tools = new ToolsResource(service); } /// Gets the Agent resource. @@ -19646,6 +19647,342 @@ protected override void InitParameters() } } + /// Gets the Tools resource. + public virtual ToolsResource Tools { get; } + + /// The "tools" collection of methods. + public class ToolsResource + { + private const string Resource = "tools"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ToolsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a tool. + /// The body of the request. + /// + /// Required. The project/location to create tool for. Format: `projects//locations/` + /// + public virtual CreateRequest Create(Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Tool body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a tool. + public class CreateRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Tool body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The project/location to create tool for. Format: `projects//locations/` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The ID to use for the tool, which will become the final component of the tool's + /// resource name. The tool ID must be compliant with the regression formula `a-zA-Z*` with the + /// characters length in range of [3,64]. If the field is not provide, an Id will be auto-generated. + /// If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise + /// the request will be rejected. 2. the consistency for whether to use custom ID or not under a + /// project to better ensure uniqueness. + /// + [Google.Apis.Util.RequestParameterAttribute("toolId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ToolId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Tool Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v2beta1/{+parent}/tools"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("toolId", new Google.Apis.Discovery.Parameter + { + Name = "toolId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a tool. + /// + /// Required. The tool resource name to delete. Format: `projects//locations//tools/` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a tool. + public class DeleteRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The tool resource name to delete. Format: `projects//locations//tools/` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v2beta1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + }); + } + } + + /// Retrieves a tool. + /// + /// Required. The tool resource name to retrieve. Format: `projects//locations//tools/` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Retrieves a tool. + public class GetRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The tool resource name to retrieve. Format: `projects//locations//tools/` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2beta1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + }); + } + } + + /// Lists tools. + /// + /// Required. The project/location to list tools for. Format: `projects//locations/` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists tools. + public class ListRequest : DialogflowBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The project/location to list tools for. Format: `projects//locations/` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Maximum number of conversation models to return in a single page. Default to 10. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. The next_page_token value returned from a previous list request. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v2beta1/{+parent}/tools"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a tool. + /// The body of the request. + /// + /// Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`. + /// + public virtual PatchRequest Patch(Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Tool body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a tool. + public class PatchRequest : DialogflowBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Tool body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Dialogflow.v2beta1.Data.GoogleCloudDialogflowV2beta1Tool Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v2beta1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/tools/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Deletes the specified agent. /// /// Required. The project that the agent to delete is associated with. Format: `projects/` or @@ -19860,8 +20197,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -23410,6 +23747,10 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebService : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -23481,6 +23822,23 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeade public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The request message for a webhook call. The request is sent as a JSON object and the field names will be /// presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally @@ -26257,6 +26615,10 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebService : Google.Api [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -26328,6 +26690,23 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersion public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The request message for a webhook call. The request is sent as a JSON object and the field names will be /// presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally @@ -33600,7 +33979,7 @@ public class GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationC [Newtonsoft.Json.JsonPropertyAttribute("enableCompletenessEvaluation")] public virtual System.Nullable EnableCompletenessEvaluation { get; set; } - /// Output only. Version for summarization evaluation. + /// Optional. Version for summarization evaluation. [Newtonsoft.Json.JsonPropertyAttribute("evaluatorVersion")] public virtual string EvaluatorVersion { get; set; } @@ -36206,6 +36585,23 @@ public class GoogleCloudDialogflowV2beta1ListSuggestionsResponse : Google.Apis.R public virtual string ETag { get; set; } } + /// Response of ListTools. + public class GoogleCloudDialogflowV2beta1ListToolsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Token to retrieve the next page of results, or empty if there are no more results in the list. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of tools retrieved. + [Newtonsoft.Json.JsonPropertyAttribute("tools")] + public virtual System.Collections.Generic.IList Tools { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The response message for Versions.ListVersions. public class GoogleCloudDialogflowV2beta1ListVersionsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -36536,6 +36932,16 @@ public class GoogleCloudDialogflowV2beta1OutputAudioConfig : Google.Apis.Request /// Represents a conversation participant (human agent, virtual agent, end-user). public class GoogleCloudDialogflowV2beta1Participant : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. For tracking the utilization of prebuilt Agent Assist integration modules. This field is only + /// inscope for Integration type that include UI Modules, Backend Modules, and Agent Desktop connector, it is + /// out of scope for CCaaS and Direct Integration. For each human agent, prebuilt UI Modules needs to trigger + /// the UpdateParticipant API to update this field. Both CreateParticipantRequest and UpdateParticipantRequest + /// will be supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("agentDesktopSource")] + public virtual string AgentDesktopSource { get; set; } + /// /// Optional. Key-value filters on the metadata of documents returned by article suggestion. If specified, /// article suggestion only returns suggested documents that match all filters in their Document.metadata. @@ -38801,157 +39207,433 @@ public class GoogleCloudDialogflowV2beta1SummarizationSection : Google.Apis.Requ [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// List of summarization sections. + public class GoogleCloudDialogflowV2beta1SummarizationSectionList : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Summarization sections. + [Newtonsoft.Json.JsonPropertyAttribute("summarizationSections")] + public virtual System.Collections.Generic.IList SummarizationSections { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Suggested summary of the conversation. + public class GoogleCloudDialogflowV2beta1SummarySuggestion : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. All the parts of generated summary. + [Newtonsoft.Json.JsonPropertyAttribute("summarySections")] + public virtual System.Collections.Generic.IList SummarySections { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A component of the generated summary. + public class GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Name of the section. + [Newtonsoft.Json.JsonPropertyAttribute("section")] + public virtual string Section { get; set; } + + /// Required. Summary text for the section. + [Newtonsoft.Json.JsonPropertyAttribute("summary")] + public virtual string Summary { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration of how speech should be synthesized. + public class GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text + /// to speech. Effects are applied on top of each other in the order they are given. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectsProfileId")] + public virtual System.Collections.Generic.IList EffectsProfileId { get; set; } + + /// + /// Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original + /// pitch. -20 means decrease 20 semitones from the original pitch. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pitch")] + public virtual System.Nullable Pitch { get; set; } + + /// Optional. The custom pronunciations for the synthesized audio. + [Newtonsoft.Json.JsonPropertyAttribute("pronunciations")] + public virtual System.Collections.Generic.IList Pronunciations { get; set; } + + /// + /// Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the + /// specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 + /// speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error. + /// + [Newtonsoft.Json.JsonPropertyAttribute("speakingRate")] + public virtual System.Nullable SpeakingRate { get; set; } + + /// Optional. The desired voice of the synthesized audio. + [Newtonsoft.Json.JsonPropertyAttribute("voice")] + public virtual GoogleCloudDialogflowV2beta1VoiceSelectionParams Voice { get; set; } + + /// + /// Optional. Volume gain (in dB) of the normal native volume supported by the specific voice, in the range + /// [-96.0, 16.0]. If unset, or set to a value of 0.0 (dB), will play at normal native signal amplitude. A value + /// of -6.0 (dB) will play at approximately half the amplitude of the normal native signal amplitude. A value of + /// +6.0 (dB) will play at approximately twice the amplitude of the normal native signal amplitude. We strongly + /// recommend not to exceed +10 (dB) as there's usually no effective increase in loudness for any value greater + /// than that. + /// + [Newtonsoft.Json.JsonPropertyAttribute("volumeGainDb")] + public virtual System.Nullable VolumeGainDb { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A wrapper of repeated TelephonyDtmf digits. + public class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents : Google.Apis.Requests.IDirectResponseSchema + { + /// A sequence of TelephonyDtmf digits. + [Newtonsoft.Json.JsonPropertyAttribute("dtmfEvents")] + public virtual System.Collections.Generic.IList DtmfEvents { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the natural language text to be processed. + public class GoogleCloudDialogflowV2beta1TextInput : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The language of this conversational query. See [Language + /// Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported + /// language codes. Note that queries in the same session do not necessarily need to specify the same language. + /// + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } + + /// + /// Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 + /// characters for virtual agent interactions. + /// + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Instructs the speech synthesizer on how to generate the output audio content. + public class GoogleCloudDialogflowV2beta1TextToSpeechSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Indicates whether text to speech is enabled. Even when this field is false, other settings in this + /// proto are still retained. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableTextToSpeech")] + public virtual System.Nullable EnableTextToSpeech { get; set; } + + /// Required. Audio encoding of the synthesized audio content. + [Newtonsoft.Json.JsonPropertyAttribute("outputAudioEncoding")] + public virtual string OutputAudioEncoding { get; set; } + + /// + /// Optional. The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will + /// use the default sample rate based on the audio encoding. If this is different from the voice's natural + /// sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which + /// might result in worse audio quality). + /// + [Newtonsoft.Json.JsonPropertyAttribute("sampleRateHertz")] + public virtual System.Nullable SampleRateHertz { get; set; } + + /// + /// Optional. Configuration of how speech should be synthesized, mapping from language + /// (https://cloud.google.com/dialogflow/docs/reference/language) to SynthesizeSpeechConfig. + /// + [Newtonsoft.Json.JsonPropertyAttribute("synthesizeSpeechConfigs")] + public virtual System.Collections.Generic.IDictionary SynthesizeSpeechConfigs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a tool. + public class GoogleCloudDialogflowV2beta1Tool : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Confirmation requirement for the actions. Each key is an action name in the action_schemas. If an + /// action's confirmation requirement is unspecified (either the key is not present, or its value is + /// CONFIRMATION_REQUIREMENT_UNSPECIFIED), the requirement is inferred from the action's method_type - + /// confirmation is not required if and only if method_type is GET. + /// + [Newtonsoft.Json.JsonPropertyAttribute("actionConfirmationRequirement")] + public virtual System.Collections.Generic.IDictionary ActionConfirmationRequirement { get; set; } + + /// Integration connectors tool specification. + [Newtonsoft.Json.JsonPropertyAttribute("connectorSpec")] + public virtual GoogleCloudDialogflowV2beta1ToolConnectorTool ConnectorSpec { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. Creation time of this tool. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. A human readable description of the tool. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Optional. A human readable short name of the tool, to be shown on the UI. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Vertex extension tool specification. + [Newtonsoft.Json.JsonPropertyAttribute("extensionSpec")] + public virtual GoogleCloudDialogflowV2beta1ToolExtensionTool ExtensionSpec { get; set; } + + /// Client side executed function specification. + [Newtonsoft.Json.JsonPropertyAttribute("functionSpec")] + public virtual GoogleCloudDialogflowV2beta1ToolFunctionTool FunctionSpec { get; set; } + + /// + /// Output only. Identifier. The resource name of the tool. Format: `projects//locations//tools/`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// OpenAPI tool. + [Newtonsoft.Json.JsonPropertyAttribute("openApiSpec")] + public virtual GoogleCloudDialogflowV2beta1ToolOpenApiTool OpenApiSpec { get; set; } + + /// + /// Output only. A read only boolean field reflecting Zone Isolation status of the tool. If the field is absent, + /// it means the status is unknown. + /// + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// + /// Output only. A read only boolean field reflecting Zone Separation status of the tool. If the field is + /// absent, it means the status is unknown. + /// + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// + /// Required. A human readable short name of the tool, which should be unique within the project. It should only + /// contain letters, numbers, and underscores, and it will be used by LLM to identify the tool. + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolKey")] + public virtual string ToolKey { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. Update time of this tool. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// List of summarization sections. - public class GoogleCloudDialogflowV2beta1SummarizationSectionList : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. Summarization sections. - [Newtonsoft.Json.JsonPropertyAttribute("summarizationSections")] - public virtual System.Collections.Generic.IList SummarizationSections { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Suggested summary of the conversation. - public class GoogleCloudDialogflowV2beta1SummarySuggestion : Google.Apis.Requests.IDirectResponseSchema + /// Authentication information required for API calls + public class GoogleCloudDialogflowV2beta1ToolAuthentication : Google.Apis.Requests.IDirectResponseSchema { - /// Required. All the parts of generated summary. - [Newtonsoft.Json.JsonPropertyAttribute("summarySections")] - public virtual System.Collections.Generic.IList SummarySections { get; set; } + /// Config for API key auth. + [Newtonsoft.Json.JsonPropertyAttribute("apiKeyConfig")] + public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Config for bearer token auth. + [Newtonsoft.Json.JsonPropertyAttribute("bearerTokenConfig")] + public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; } - /// A component of the generated summary. - public class GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. Name of the section. - [Newtonsoft.Json.JsonPropertyAttribute("section")] - public virtual string Section { get; set; } + /// Config for OAuth. + [Newtonsoft.Json.JsonPropertyAttribute("oauthConfig")] + public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig OauthConfig { get; set; } - /// Required. Summary text for the section. - [Newtonsoft.Json.JsonPropertyAttribute("summary")] - public virtual string Summary { get; set; } + /// + /// Config for [Diglogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth. + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAgentAuthConfig")] + public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration of how speech should be synthesized. - public class GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig : Google.Apis.Requests.IDirectResponseSchema + /// Config for authentication with API key. + public class GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text - /// to speech. Effects are applied on top of each other in the order they are given. - /// - [Newtonsoft.Json.JsonPropertyAttribute("effectsProfileId")] - public virtual System.Collections.Generic.IList EffectsProfileId { get; set; } - - /// - /// Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original - /// pitch. -20 means decrease 20 semitones from the original pitch. + /// Optional. The API key. If the `secret_version_for_api_key` field is set, this field will be ignored. /// - [Newtonsoft.Json.JsonPropertyAttribute("pitch")] - public virtual System.Nullable Pitch { get; set; } - - /// Optional. The custom pronunciations for the synthesized audio. - [Newtonsoft.Json.JsonPropertyAttribute("pronunciations")] - public virtual System.Collections.Generic.IList Pronunciations { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("apiKey")] + public virtual string ApiKey { get; set; } /// - /// Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the - /// specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 - /// speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error. + /// Required. The parameter name or the header name of the API key. E.g., If the API request is + /// "https://example.com/act?X-Api-Key=", "X-Api-Key" would be the parameter name. /// - [Newtonsoft.Json.JsonPropertyAttribute("speakingRate")] - public virtual System.Nullable SpeakingRate { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("keyName")] + public virtual string KeyName { get; set; } - /// Optional. The desired voice of the synthesized audio. - [Newtonsoft.Json.JsonPropertyAttribute("voice")] - public virtual GoogleCloudDialogflowV2beta1VoiceSelectionParams Voice { get; set; } + /// Required. Key location in the request. + [Newtonsoft.Json.JsonPropertyAttribute("requestLocation")] + public virtual string RequestLocation { get; set; } /// - /// Optional. Volume gain (in dB) of the normal native volume supported by the specific voice, in the range - /// [-96.0, 16.0]. If unset, or set to a value of 0.0 (dB), will play at normal native signal amplitude. A value - /// of -6.0 (dB) will play at approximately half the amplitude of the normal native signal amplitude. A value of - /// +6.0 (dB) will play at approximately twice the amplitude of the normal native signal amplitude. We strongly - /// recommend not to exceed +10 (dB) as there's usually no effective increase in loudness for any value greater - /// than that. + /// Optional. The name of the SecretManager secret version resource storing the API key. If this field is set, + /// the `api_key` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}` /// - [Newtonsoft.Json.JsonPropertyAttribute("volumeGainDb")] - public virtual System.Nullable VolumeGainDb { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// A wrapper of repeated TelephonyDtmf digits. - public class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents : Google.Apis.Requests.IDirectResponseSchema - { - /// A sequence of TelephonyDtmf digits. - [Newtonsoft.Json.JsonPropertyAttribute("dtmfEvents")] - public virtual System.Collections.Generic.IList DtmfEvents { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("secretVersionForApiKey")] + public virtual string SecretVersionForApiKey { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents the natural language text to be processed. - public class GoogleCloudDialogflowV2beta1TextInput : Google.Apis.Requests.IDirectResponseSchema + /// Config for authentication using bearer token. + public class GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. The language of this conversational query. See [Language - /// Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported - /// language codes. Note that queries in the same session do not necessarily need to specify the same language. + /// Optional. The name of the SecretManager secret version resource storing the Bearer token. If this field is + /// set, the `token` field will be ignored. Format: `projects/{project}/secrets/{secret}/versions/{version}` /// - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("secretVersionForToken")] + public virtual string SecretVersionForToken { get; set; } /// - /// Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 - /// characters for virtual agent interactions. + /// Optional. The text token appended to the text `Bearer` to the request Authorization header. [Session + /// parameters reference](https://cloud.google.com/dialogflow/cx/docs/concept/parameter#session-ref) can be used + /// to pass the token dynamically, e.g. `$session.params.parameter-id`. /// - [Newtonsoft.Json.JsonPropertyAttribute("text")] - public virtual string Text { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("token")] + public virtual string Token { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Instructs the speech synthesizer on how to generate the output audio content. - public class GoogleCloudDialogflowV2beta1TextToSpeechSettings : Google.Apis.Requests.IDirectResponseSchema + /// Config for authentication with OAuth. + public class GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Required. The client ID from the OAuth provider. + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } + /// - /// Optional. Indicates whether text to speech is enabled. Even when this field is false, other settings in this - /// proto are still retained. + /// Optional. The client secret from the OAuth provider. If the `secret_version_for_client_secret` field is set, + /// this field will be ignored. /// - [Newtonsoft.Json.JsonPropertyAttribute("enableTextToSpeech")] - public virtual System.Nullable EnableTextToSpeech { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } - /// Required. Audio encoding of the synthesized audio content. - [Newtonsoft.Json.JsonPropertyAttribute("outputAudioEncoding")] - public virtual string OutputAudioEncoding { get; set; } + /// Required. OAuth grant types. + [Newtonsoft.Json.JsonPropertyAttribute("oauthGrantType")] + public virtual string OauthGrantType { get; set; } + + /// Optional. The OAuth scopes to grant. + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IList Scopes { get; set; } /// - /// Optional. The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will - /// use the default sample rate based on the audio encoding. If this is different from the voice's natural - /// sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which - /// might result in worse audio quality). + /// Optional. The name of the SecretManager secret version resource storing the client secret. If this field is + /// set, the `client_secret` field will be ignored. Format: + /// `projects/{project}/secrets/{secret}/versions/{version}` /// - [Newtonsoft.Json.JsonPropertyAttribute("sampleRateHertz")] - public virtual System.Nullable SampleRateHertz { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("secretVersionForClientSecret")] + public virtual string SecretVersionForClientSecret { get; set; } + + /// Required. The token endpoint in the OAuth provider to exchange for an access token. + [Newtonsoft.Json.JsonPropertyAttribute("tokenEndpoint")] + public virtual string TokenEndpoint { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// + /// Config for auth using [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + public class GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. Configuration of how speech should be synthesized, mapping from language - /// (https://cloud.google.com/dialogflow/docs/reference/language) to SynthesizeSpeechConfig. + /// Optional. Indicate the auth token type generated from the [Diglogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is + /// sent in the Authorization header. /// - [Newtonsoft.Json.JsonPropertyAttribute("synthesizeSpeechConfigs")] - public virtual System.Collections.Generic.IDictionary SynthesizeSpeechConfigs { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("serviceAgentAuth")] + public virtual string ServiceAgentAuth { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -39110,6 +39792,184 @@ public class GoogleCloudDialogflowV2beta1ToolCallResultError : Google.Apis.Reque public virtual string ETag { get; set; } } + /// A ConnectorTool enabling using Integration Connectors Connections as tools. + public class GoogleCloudDialogflowV2beta1ToolConnectorTool : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Actions for the tool to use. + [Newtonsoft.Json.JsonPropertyAttribute("actions")] + public virtual System.Collections.Generic.IList Actions { get; set; } + + /// + /// Required. The full resource name of the referenced Integration Connectors Connection. Format: + /// 'projects/*/locations/*/connections/*' + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration of a Connection operation for the tool to use. + public class GoogleCloudDialogflowV2beta1ToolConnectorToolAction : Google.Apis.Requests.IDirectResponseSchema + { + /// ID of a Connection action for the tool to use. + [Newtonsoft.Json.JsonPropertyAttribute("connectionActionId")] + public virtual string ConnectionActionId { get; set; } + + /// Entity operation configuration for the tool to use. + [Newtonsoft.Json.JsonPropertyAttribute("entityOperation")] + public virtual GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation EntityOperation { get; set; } + + /// + /// Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the + /// Entity will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inputFields")] + public virtual System.Collections.Generic.IList InputFields { get; set; } + + /// + /// Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity + /// will be returned. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputFields")] + public virtual System.Collections.Generic.IList OutputFields { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Entity CRUD operation specification. + public class GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. ID of the entity. + [Newtonsoft.Json.JsonPropertyAttribute("entityId")] + public virtual string EntityId { get; set; } + + /// Required. Operation to perform on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An ExtensionTool is a way to use Vertex Extensions as a tool. + public class GoogleCloudDialogflowV2beta1ToolExtensionTool : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The full name of the referenced vertex extension. Format: + /// `projects/{project}/locations/{location}/extensions/{extension}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A Function tool describes the functions to be invoked on the client side. + public class GoogleCloudDialogflowV2beta1ToolFunctionTool : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. + /// This input is a JSON object that contains the function's parameters as properties of the object. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inputSchema")] + public virtual System.Collections.Generic.IDictionary InputSchema { get; set; } + + /// Optional. The method type of the function. If not specified, the default value is GET. + [Newtonsoft.Json.JsonPropertyAttribute("methodType")] + public virtual string MethodType { get; set; } + + /// + /// Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the + /// function. This output is a JSON object that contains the function's parameters as properties of the object. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputSchema")] + public virtual System.Collections.Generic.IDictionary OutputSchema { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An OpenAPI tool is a way to provide the Tool specifications in the Open API schema format. + public class GoogleCloudDialogflowV2beta1ToolOpenApiTool : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Authentication information required by the API. + [Newtonsoft.Json.JsonPropertyAttribute("authentication")] + public virtual GoogleCloudDialogflowV2beta1ToolAuthentication Authentication { get; set; } + + /// Optional. Service Directory configuration. + [Newtonsoft.Json.JsonPropertyAttribute("serviceDirectoryConfig")] + public virtual GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig ServiceDirectoryConfig { get; set; } + + /// Required. The OpenAPI schema specified as a text. + [Newtonsoft.Json.JsonPropertyAttribute("textSchema")] + public virtual string TextSchema { get; set; } + + /// Optional. TLS configuration for the HTTPS verification. + [Newtonsoft.Json.JsonPropertyAttribute("tlsConfig")] + public virtual GoogleCloudDialogflowV2beta1ToolTLSConfig TlsConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for tools using Service Directory. + public class GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: + /// `projects//locations//namespaces//services/`. `LocationID` of the service directory must be the same as the + /// location of the tool. + /// + [Newtonsoft.Json.JsonPropertyAttribute("service")] + public virtual string Service { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The TLS configuration. + public class GoogleCloudDialogflowV2beta1ToolTLSConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Specifies a list of allowed custom CA certificates for HTTPS verification. + [Newtonsoft.Json.JsonPropertyAttribute("caCerts")] + public virtual System.Collections.Generic.IList CaCerts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The CA certificate. + public class GoogleCloudDialogflowV2beta1ToolTLSConfigCACert : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the + /// default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store + /// to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For + /// instance a certificate can be self-signed using the following command, + /// ``` + /// openssl x509 -req -days 200 -in + /// example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf + /// "\nsubjectAltName='DNS:www.example.com'") + /// ``` + /// + [Newtonsoft.Json.JsonPropertyAttribute("cert")] + public virtual string Cert { get; set; } + + /// + /// Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA + /// certificates. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Agents.TrainAgent. public class GoogleCloudDialogflowV2beta1TrainAgentRequest : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj b/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj index 5445574c024..ba4a2c44db8 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v2beta1/Google.Apis.Dialogflow.v2beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v2beta1 Client Library - 1.71.0.3925 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.cs b/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.cs index 02c0e31b8e6..b3dc5c2b596 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.cs +++ b/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.cs @@ -11725,8 +11725,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -12868,6 +12868,17 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Represents a code block. + public class GoogleCloudDialogflowCxV3CodeBlock : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Source code of the block in Python. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Versions.CompareVersions. public class GoogleCloudDialogflowCxV3CompareVersionsRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -17012,6 +17023,10 @@ public class GoogleCloudDialogflowCxV3Phrase : Google.Apis.Requests.IDirectRespo /// public class GoogleCloudDialogflowCxV3Playbook : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The playbook's scoped code block, which may implement handlers and actions. + [Newtonsoft.Json.JsonPropertyAttribute("codeBlock")] + public virtual GoogleCloudDialogflowCxV3CodeBlock CodeBlock { get; set; } + private string _createTimeRaw; private object _createTime; @@ -17064,6 +17079,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("handlers")] public virtual System.Collections.Generic.IList Handlers { get; set; } + /// + /// Optional. Output only. Names of inline actions scoped to this playbook. These actions are in addition to + /// those belonging to referenced tools, child playbooks, and flows, e.g. actions that are defined in the + /// playbook's code block. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inlineActions")] + public virtual System.Collections.Generic.IList InlineActions { get; set; } + /// Optional. Defined structured input parameters for this playbook. [Newtonsoft.Json.JsonPropertyAttribute("inputParameterDefinitions")] public virtual System.Collections.Generic.IList InputParameterDefinitions { get; set; } @@ -18942,6 +18965,10 @@ public class GoogleCloudDialogflowCxV3ToolAuthentication : Google.Apis.Requests. [Newtonsoft.Json.JsonPropertyAttribute("oauthConfig")] public virtual GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig OauthConfig { get; set; } + /// Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Config for [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth. @@ -19044,6 +19071,23 @@ public class GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig : Google.Api public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the tool call. Dialogflow uses this + /// service account to exchange an access token and the access token is then sent in the `Authorization` header + /// of the tool request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted + /// to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Config for auth using [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). @@ -20001,6 +20045,10 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebService : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -20072,6 +20120,23 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeade public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The request message for a webhook call. The request is sent as a JSON object and the field names will be /// presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally @@ -22848,6 +22913,10 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebService : Google.Api [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -22919,6 +22988,23 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersion public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The request message for a webhook call. The request is sent as a JSON object and the field names will be /// presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally diff --git a/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj b/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj index 1ed49b468f2..6714fcfb600 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v3/Google.Apis.Dialogflow.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v3 Client Library - 1.71.0.3924 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.cs b/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.cs index 9deaec4343e..f204fce3815 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.cs +++ b/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.cs @@ -11971,8 +11971,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -14826,6 +14826,10 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebService : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -14897,6 +14901,23 @@ public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeade public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The request message for a webhook call. The request is sent as a JSON object and the field names will be /// presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally @@ -16248,6 +16269,17 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Represents a code block. + public class GoogleCloudDialogflowCxV3beta1CodeBlock : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Source code of the block in Python. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Versions.CompareVersions. public class GoogleCloudDialogflowCxV3beta1CompareVersionsRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -20506,6 +20538,10 @@ public class GoogleCloudDialogflowCxV3beta1LlmModelSettings : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("model")] public virtual string Model { get; set; } + /// Generative model parameters. + [Newtonsoft.Json.JsonPropertyAttribute("parameters")] + public virtual GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters Parameters { get; set; } + /// The custom prompt to use. [Newtonsoft.Json.JsonPropertyAttribute("promptText")] public virtual string PromptText { get; set; } @@ -20514,6 +20550,32 @@ public class GoogleCloudDialogflowCxV3beta1LlmModelSettings : Google.Apis.Reques public virtual string ETag { get; set; } } + /// Generative model parameters to control the model behavior. + public class GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters : Google.Apis.Requests.IDirectResponseSchema + { + /// The input token limit. This setting is currently only supported by playbooks. + [Newtonsoft.Json.JsonPropertyAttribute("inputTokenLimit")] + public virtual string InputTokenLimit { get; set; } + + /// + /// The output token limit. This setting is currently only supported by playbooks. Only one of + /// output_token_limit and max_output_tokens is allowed to be set. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputTokenLimit")] + public virtual string OutputTokenLimit { get; set; } + + /// + /// The temperature used for sampling during response generation. Value ranges from 0 to 1. Temperature controls + /// the degree of randomness in token selection. Lower temperature means less randomness, while higher + /// temperature means more randomness. Valid range: [0.0, 1.0] + /// + [Newtonsoft.Json.JsonPropertyAttribute("temperature")] + public virtual System.Nullable Temperature { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Versions.LoadVersion. public class GoogleCloudDialogflowCxV3beta1LoadVersionRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -20947,6 +21009,10 @@ public class GoogleCloudDialogflowCxV3beta1Phrase : Google.Apis.Requests.IDirect /// public class GoogleCloudDialogflowCxV3beta1Playbook : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The playbook's scoped code block, which may implement handlers and actions. + [Newtonsoft.Json.JsonPropertyAttribute("codeBlock")] + public virtual GoogleCloudDialogflowCxV3beta1CodeBlock CodeBlock { get; set; } + private string _createTimeRaw; private object _createTime; @@ -20999,6 +21065,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("handlers")] public virtual System.Collections.Generic.IList Handlers { get; set; } + /// + /// Optional. Output only. Names of inline actions scoped to this playbook. These actions are in addition to + /// those belonging to referenced tools, child playbooks, and flows, e.g. actions that are defined in the + /// playbook's code block. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inlineActions")] + public virtual System.Collections.Generic.IList InlineActions { get; set; } + /// Optional. Defined structured input parameters for this playbook. [Newtonsoft.Json.JsonPropertyAttribute("inputParameterDefinitions")] public virtual System.Collections.Generic.IList InputParameterDefinitions { get; set; } @@ -23035,6 +23109,10 @@ public class GoogleCloudDialogflowCxV3beta1ToolAuthentication : Google.Apis.Requ [Newtonsoft.Json.JsonPropertyAttribute("oauthConfig")] public virtual GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig OauthConfig { get; set; } + /// Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Config for [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent) auth. @@ -23137,6 +23215,23 @@ public class GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig : Googl public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the tool call. Dialogflow uses this + /// service account to exchange an access token and the access token is then sent in the `Authorization` header + /// of the tool request. The service account must have the `roles/iam.serviceAccountTokenCreator` role granted + /// to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Config for auth using [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). @@ -24276,6 +24371,10 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebService : Google.Api [Newtonsoft.Json.JsonPropertyAttribute("secretVersionsForRequestHeaders")] public virtual System.Collections.Generic.IDictionary SecretVersionsForRequestHeaders { get; set; } + /// Optional. Configuration for service account authentication. + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccountAuthConfig")] + public virtual GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; } + /// /// Optional. Indicate the auth token type generated from the [Diglogflow service /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is @@ -24347,6 +24446,23 @@ public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersion public virtual string ETag { get; set; } } + /// Configuration for authentication using a service account. + public class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses + /// this service account to exchange an access token and the access token is then sent in the `Authorization` + /// header of the webhook request. The service account must have the `roles/iam.serviceAccountTokenCreator` role + /// granted to the [Dialogflow service + /// agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual string ServiceAccount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The request message for a webhook call. The request is sent as a JSON object and the field names will be /// presented in camel cases. You may see undocumented fields in an actual request. These fields are used internally diff --git a/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj b/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj index 1a3e9fab6ff..032823c08fe 100644 --- a/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj +++ b/Src/Generated/Google.Apis.Dialogflow.v3beta1/Google.Apis.Dialogflow.v3beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Dialogflow.v3beta1 Client Library - 1.71.0.3924 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.cs b/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.cs index 3e7db5ada2c..145357f305d 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.cs +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.cs @@ -34,7 +34,6 @@ public DiscoveryEngineService() : this(new Google.Apis.Services.BaseClientServic /// The service initializer. public DiscoveryEngineService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) { - Media = new MediaResource(this); Projects = new ProjectsResource(this); BaseUri = GetEffectiveUri(BaseUriOverride, "https://discoveryengine.googleapis.com/"); BatchUri = GetEffectiveUri(null, "https://discoveryengine.googleapis.com/batch"); @@ -69,6 +68,19 @@ public class Scope /// Search your organization's data in the Cloud Search index public static string CloudSearchQuery = "https://www.googleapis.com/auth/cloud_search.query"; + + /// + /// View your Agentspace chat history, including uploaded files and generated reports and visualizations, + /// and interact with the Agentspace assistant on your behalf. + /// + public static string DiscoveryengineAssistReadwrite = "https://www.googleapis.com/auth/discoveryengine.assist.readwrite"; + + /// + /// View, edit, create, and delete all your data associated with any Discovery Engine API product, such as + /// Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration + /// or configuration data. + /// + public static string DiscoveryengineReadwrite = "https://www.googleapis.com/auth/discoveryengine.readwrite"; } /// Available OAuth 2.0 scope constants for use with the Discovery Engine API. @@ -82,10 +94,20 @@ public static class ScopeConstants /// Search your organization's data in the Cloud Search index public const string CloudSearchQuery = "https://www.googleapis.com/auth/cloud_search.query"; - } - /// Gets the Media resource. - public virtual MediaResource Media { get; } + /// + /// View your Agentspace chat history, including uploaded files and generated reports and visualizations, + /// and interact with the Agentspace assistant on your behalf. + /// + public const string DiscoveryengineAssistReadwrite = "https://www.googleapis.com/auth/discoveryengine.assist.readwrite"; + + /// + /// View, edit, create, and delete all your data associated with any Discovery Engine API product, such as + /// Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration + /// or configuration data. + /// + public const string DiscoveryengineReadwrite = "https://www.googleapis.com/auth/discoveryengine.readwrite"; + } /// Gets the Projects resource. public virtual ProjectsResource Projects { get; } @@ -272,182 +294,6 @@ protected override void InitParameters() } } - /// The "media" collection of methods. - public class MediaResource - { - private const string Resource = "media"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public MediaResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Downloads a file from the session. - /// - /// Required. The resource name of the Session. Format: - /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}` - /// - public virtual DownloadRequest Download(string name) - { - return new DownloadRequest(this.service, name); - } - - /// Downloads a file from the session. - public class DownloadRequest : DiscoveryEngineBaseServiceRequest - { - /// Constructs a new Download request. - public DownloadRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - MediaDownloader = new Google.Apis.Download.MediaDownloader(service); - InitParameters(); - } - - /// - /// Required. The resource name of the Session. Format: - /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Required. The ID of the file to be downloaded. - [Google.Apis.Util.RequestParameterAttribute("fileId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FileId { get; set; } - - /// Optional. The ID of the view to be downloaded. - [Google.Apis.Util.RequestParameterAttribute("viewId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ViewId { get; set; } - - /// Gets the method name. - public override string MethodName => "download"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}:downloadFile"; - - /// Initializes Download parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", - }); - RequestParameters.Add("fileId", new Google.Apis.Discovery.Parameter - { - Name = "fileId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("viewId", new Google.Apis.Discovery.Parameter - { - Name = "viewId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - - /// Gets the media downloader. - public Google.Apis.Download.IMediaDownloader MediaDownloader { get; private set; } - - /// - /// Synchronously download the media into the given stream. - /// - /// Warning: This method hides download errors; use - /// instead. - /// - /// - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual void Download(System.IO.Stream stream) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - mediaDownloader.Download(this.GenerateRequestUri(), stream); - } - - /// Synchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - /// The final status of the download; including whether the download succeeded or failed. - public virtual Google.Apis.Download.IDownloadProgress DownloadWithStatus(System.IO.Stream stream) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.Download(this.GenerateRequestUri(), stream); - } - - /// Asynchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadAsync(System.IO.Stream stream) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream); - } - - /// Asynchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadAsync(System.IO.Stream stream, - System.Threading.CancellationToken cancellationToken) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream, cancellationToken); - } - - /// Synchronously download a range of the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual Google.Apis.Download.IDownloadProgress DownloadRange(System.IO.Stream stream, System.Net.Http.Headers.RangeHeaderValue range) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = range; - return mediaDownloader.Download(this.GenerateRequestUri(), stream); - } - - /// Asynchronously download a range of the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadRangeAsync(System.IO.Stream stream, - System.Net.Http.Headers.RangeHeaderValue range, - System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = range; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream, cancellationToken); - } - } - } - /// The "projects" collection of methods. public class ProjectsResource { @@ -899,9 +745,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -995,6 +841,7 @@ public DataStoresResource(Google.Apis.Services.IClientService service) SiteSearchEngine = new SiteSearchEngineResource(service); SuggestionDenyListEntries = new SuggestionDenyListEntriesResource(service); UserEvents = new UserEventsResource(service); + WidgetConfigs = new WidgetConfigsResource(service); } /// Gets the Branches resource. @@ -1727,11 +1574,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -3135,11 +2982,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -3311,9 +3158,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -3504,11 +3351,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -3992,6 +3839,142 @@ protected override void InitParameters() } } + /// + /// Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. + /// + /// + /// Required. The resource name of the ServingConfig to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. + /// + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the ServingConfig to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$", + }); + } + } + + /// Lists all ServingConfigs linked to this dataStore. + /// + /// Required. Full resource name of the parent resource. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all ServingConfigs linked to this dataStore. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Full resource name of the parent resource. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Maximum number of results to return. If unspecified, defaults to 100. If a + /// value greater than 100 is provided, at most 100 results are returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous `ListServingConfigs` call. Provide this + /// to retrieve the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/servingConfigs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Updates a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist. /// @@ -4964,11 +4947,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -5355,9 +5338,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and /// those that are unreachable are returned in the - /// [ListOperationsResponse.unreachable] field. This can only be `true` when reading - /// across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and + /// ListOperationsResponse.unreachable field. This can only be `true` when reading + /// across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and /// will result in an `UNIMPLEMENTED` error if set unless explicitly documented /// otherwise in service or product specific documentation. /// @@ -6631,6 +6614,185 @@ protected override void InitParameters() } } + /// Gets the WidgetConfigs resource. + public virtual WidgetConfigsResource WidgetConfigs { get; } + + /// The "widgetConfigs" collection of methods. + public class WidgetConfigsResource + { + private const string Resource = "widgetConfigs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WidgetConfigsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a WidgetConfig. + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a WidgetConfig. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Whether it's acceptable to load the widget config from cache. If set to true, + /// recent changes on widget configs may take a few minutes to reflect on the end user's + /// view. It's recommended to set to true for maturely developed widgets, as it improves + /// widget performance. Set to false to see changes reflected in prod right away, if your + /// widget is under development. + /// + [Google.Apis.Util.RequestParameterAttribute("acceptCache", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AcceptCache { get; set; } + + /// + /// Optional. Whether to turn off collection_components in WidgetConfig to reduce latency + /// and data transmission. + /// + [Google.Apis.Util.RequestParameterAttribute("getWidgetConfigRequestOption.turnOffCollectionComponents", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable GetWidgetConfigRequestOptionTurnOffCollectionComponents { get; set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("acceptCache", new Google.Apis.Discovery.Parameter + { + Name = "acceptCache", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("getWidgetConfigRequestOption.turnOffCollectionComponents", new Google.Apis.Discovery.Parameter + { + Name = "getWidgetConfigRequestOption.turnOffCollectionComponents", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Update a WidgetConfig. + /// The body of the request. + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a WidgetConfig. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Indicates which fields in the provided WidgetConfig to update. The following are the + /// only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported + /// fields are updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Completes the specified user input with keyword suggestions. /// /// Required. The parent data store resource name for which the completion is performed, such as @@ -6687,13 +6849,13 @@ public CompleteQueryRequest(Google.Apis.Services.IClientService service, string public virtual string QueryModel { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an - /// HTTP cookie, which should be able to uniquely identify a visitor on a single device. This - /// unique identifier should not change if the visitor logs in or out of the website. This field - /// should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier - /// as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 - /// encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error - /// is returned. + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented + /// with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. + /// This unique identifier should not change if the visitor logs in or out of the website. This + /// field should NOT have a fixed value such as `unknown_visitor`. This should be the same + /// identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a + /// UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` + /// error is returned. /// [Google.Apis.Util.RequestParameterAttribute("userPseudoId", Google.Apis.Util.RequestParameterType.Query)] public virtual string UserPseudoId { get; set; } @@ -7328,6 +7490,7 @@ public EnginesResource(Google.Apis.Services.IClientService service) Operations = new OperationsResource(service); ServingConfigs = new ServingConfigsResource(service); Sessions = new SessionsResource(service); + WidgetConfigs = new WidgetConfigsResource(service); } /// Gets the Assistants resource. @@ -7345,6 +7508,227 @@ public class AssistantsResource public AssistantsResource(Google.Apis.Services.IClientService service) { this.service = service; + Agents = new AgentsResource(service); + } + + /// Gets the Agents resource. + public virtual AgentsResource Agents { get; } + + /// The "agents" collection of methods. + public class AgentsResource + { + private const string Resource = "agents"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AgentsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+/operations/[^/]+$", + }); + } + } + } + } + + /// Creates an Assistant. + /// The body of the request. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1Assistant body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates an Assistant. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1Assistant body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the Assistant, which will become the final component of the + /// Assistant's resource name. This field must conform to + /// [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("assistantId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AssistantId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1Assistant Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/assistants"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + RequestParameters.Add("assistantId", new Google.Apis.Discovery.Parameter + { + Name = "assistantId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes an Assistant. + /// + /// Required. Resource name of Assistant. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// If the caller does not have permission to delete the Assistant, regardless of whether or not + /// it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does not exist, + /// a NOT_FOUND error is returned. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes an Assistant. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of Assistant. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// If the caller does not have permission to delete the Assistant, regardless of whether or + /// not it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does + /// not exist, a NOT_FOUND error is returned. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + } } /// Gets an Assistant. @@ -7398,6 +7782,89 @@ protected override void InitParameters() } } + /// Lists all Assistants under an Engine. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all Assistants under an Engine. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Maximum number of Assistants to return. If unspecified, defaults to 100. The maximum + /// allowed value is 1000; anything above that will be coerced down to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token ListAssistantsResponse.next_page_token, received from a previous + /// AssistantService.ListAssistants call. Provide this to retrieve the subsequent page. When + /// paginating, all other parameters provided to ListAssistants must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/assistants"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// Updates an Assistant /// The body of the request. /// @@ -8634,9 +9101,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -8784,6 +9251,142 @@ protected override void InitParameters() } } + /// + /// Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. + /// + /// + /// Required. The resource name of the ServingConfig to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. + /// + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the ServingConfig to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/servingConfigs/[^/]+$", + }); + } + } + + /// Lists all ServingConfigs linked to this dataStore. + /// + /// Required. Full resource name of the parent resource. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all ServingConfigs linked to this dataStore. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Full resource name of the parent resource. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Maximum number of results to return. If unspecified, defaults to 100. If a + /// value greater than 100 is provided, at most 100 results are returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous `ListServingConfigs` call. Provide this + /// to retrieve the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/servingConfigs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Updates a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist. /// @@ -9627,6 +10230,185 @@ protected override void InitParameters() } } + /// Gets the WidgetConfigs resource. + public virtual WidgetConfigsResource WidgetConfigs { get; } + + /// The "widgetConfigs" collection of methods. + public class WidgetConfigsResource + { + private const string Resource = "widgetConfigs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WidgetConfigsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a WidgetConfig. + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a WidgetConfig. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Whether it's acceptable to load the widget config from cache. If set to true, + /// recent changes on widget configs may take a few minutes to reflect on the end user's + /// view. It's recommended to set to true for maturely developed widgets, as it improves + /// widget performance. Set to false to see changes reflected in prod right away, if your + /// widget is under development. + /// + [Google.Apis.Util.RequestParameterAttribute("acceptCache", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AcceptCache { get; set; } + + /// + /// Optional. Whether to turn off collection_components in WidgetConfig to reduce latency + /// and data transmission. + /// + [Google.Apis.Util.RequestParameterAttribute("getWidgetConfigRequestOption.turnOffCollectionComponents", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable GetWidgetConfigRequestOptionTurnOffCollectionComponents { get; set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("acceptCache", new Google.Apis.Discovery.Parameter + { + Name = "acceptCache", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("getWidgetConfigRequestOption.turnOffCollectionComponents", new Google.Apis.Discovery.Parameter + { + Name = "getWidgetConfigRequestOption.turnOffCollectionComponents", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Update a WidgetConfig. + /// The body of the request. + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a WidgetConfig. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Indicates which fields in the provided WidgetConfig to update. The following are the + /// only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported + /// fields are updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Creates a Engine. /// The body of the request. /// @@ -10090,9 +10872,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -10376,6 +11158,7 @@ public DataStoresResource(Google.Apis.Services.IClientService service) SiteSearchEngine = new SiteSearchEngineResource(service); SuggestionDenyListEntries = new SuggestionDenyListEntriesResource(service); UserEvents = new UserEventsResource(service); + WidgetConfigs = new WidgetConfigsResource(service); } /// Gets the Branches resource. @@ -11105,9 +11888,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -12438,9 +13221,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -12614,9 +13397,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -13118,6 +13901,142 @@ protected override void InitParameters() } } + /// + /// Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. + /// + /// + /// Required. The resource name of the ServingConfig to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. + /// + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The resource name of the ServingConfig to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/servingConfigs/[^/]+$", + }); + } + } + + /// Lists all ServingConfigs linked to this dataStore. + /// + /// Required. Full resource name of the parent resource. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all ServingConfigs linked to this dataStore. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Full resource name of the parent resource. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value + /// greater than 100 is provided, at most 100 results are returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous `ListServingConfigs` call. Provide this to + /// retrieve the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/servingConfigs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataStores/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Updates a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist. /// @@ -15237,6 +16156,185 @@ protected override void InitParameters() } } + /// Gets the WidgetConfigs resource. + public virtual WidgetConfigsResource WidgetConfigs { get; } + + /// The "widgetConfigs" collection of methods. + public class WidgetConfigsResource + { + private const string Resource = "widgetConfigs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WidgetConfigsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a WidgetConfig. + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a WidgetConfig. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Whether it's acceptable to load the widget config from cache. If set to true, + /// recent changes on widget configs may take a few minutes to reflect on the end user's view. + /// It's recommended to set to true for maturely developed widgets, as it improves widget + /// performance. Set to false to see changes reflected in prod right away, if your widget is + /// under development. + /// + [Google.Apis.Util.RequestParameterAttribute("acceptCache", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AcceptCache { get; set; } + + /// + /// Optional. Whether to turn off collection_components in WidgetConfig to reduce latency and + /// data transmission. + /// + [Google.Apis.Util.RequestParameterAttribute("getWidgetConfigRequestOption.turnOffCollectionComponents", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable GetWidgetConfigRequestOptionTurnOffCollectionComponents { get; set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("acceptCache", new Google.Apis.Discovery.Parameter + { + Name = "acceptCache", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("getWidgetConfigRequestOption.turnOffCollectionComponents", new Google.Apis.Discovery.Parameter + { + Name = "getWidgetConfigRequestOption.turnOffCollectionComponents", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Update a WidgetConfig. + /// The body of the request. + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a WidgetConfig. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Indicates which fields in the provided WidgetConfig to update. The following are the only + /// supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are + /// updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1WidgetConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Completes the specified user input with keyword suggestions. /// /// Required. The parent data store resource name for which the completion is performed, such as @@ -15292,10 +16390,10 @@ public CompleteQueryRequest(Google.Apis.Services.IClientService service, string public virtual string QueryModel { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP - /// cookie, which should be able to uniquely identify a visitor on a single device. This unique - /// identifier should not change if the visitor logs in or out of the website. This field should NOT - /// have a fixed value such as `unknown_visitor`. This should be the same identifier as + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with + /// an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This + /// unique identifier should not change if the visitor logs in or out of the website. This field + /// should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as /// UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded /// string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is /// returned. @@ -16053,9 +17151,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -16936,9 +18034,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -17459,9 +18557,79 @@ public class UserStoresResource public UserStoresResource(Google.Apis.Services.IClientService service) { this.service = service; + LicenseConfigsUsageStats = new LicenseConfigsUsageStatsResource(service); UserLicenses = new UserLicensesResource(service); } + /// Gets the LicenseConfigsUsageStats resource. + public virtual LicenseConfigsUsageStatsResource LicenseConfigsUsageStats { get; } + + /// The "licenseConfigsUsageStats" collection of methods. + public class LicenseConfigsUsageStatsResource + { + private const string Resource = "licenseConfigsUsageStats"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LicenseConfigsUsageStatsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Lists all the LicenseConfigUsageStatss associated with the project. + /// + /// Required. The parent branch resource name, such as + /// `projects/{project}/locations/{location}/userStores/{user_store_id}`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all the LicenseConfigUsageStatss associated with the project. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent branch resource name, such as + /// `projects/{project}/locations/{location}/userStores/{user_store_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/licenseConfigsUsageStats"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + } + /// Gets the UserLicenses resource. public virtual UserLicensesResource UserLicenses { get; } @@ -17507,15 +18675,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public virtual string Parent { get; private set; } /// - /// Optional. Filter for the list request. Supported fields: * `license_assignment_state` - /// Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * - /// `license_assignment_state = NO_LICENSE` to list not licensed users. * - /// `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login - /// but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to - /// filter out users who attempted login but no license assigned. + /// Optional. The order in which the UserLicenses are listed. The value must be a + /// comma-separated list of fields. Default sorting order is ascending. To specify descending + /// order for a field, append a " desc" suffix. Redundant space characters in the syntax are + /// insignificant. Supported fields: * `license_assignment_state` * `user_principal` * + /// `user_profile` * `last_login_date` * `update_time` If not set, the default ordering is by + /// `user_principal`. Examples: * `user_principal desc` to order by `user_principal` in + /// descending order. * `license_assignment_state` to order by `license_assignment_state` in + /// ascending order. * `last_login_date desc` to order by `last_login_date` in descending order. + /// * `update_time desc` to order by `update_time` in descending order. * `last_login_date desc, + /// user_principal` to order by `last_login_date` in descending order and then by + /// `user_principal` in ascending order. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } /// /// Optional. Requested page size. Server may return fewer items than requested. If unspecified, @@ -17554,9 +18727,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter { - Name = "filter", + Name = "orderBy", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -17644,6 +18817,254 @@ protected override void InitParameters() }); } } + + /// Creates a new User Store. + /// The body of the request. + /// + /// Required. The parent collection resource name, such as `projects/{project}/locations/{location}`. + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1UserStore body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new User Store. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1UserStore body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent collection resource name, such as + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), + /// numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("userStoreId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UserStoreId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1UserStore Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/userStores"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("userStoreId", new Google.Apis.Discovery.Parameter + { + Name = "userStoreId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes the User Store. + /// + /// Required. The name of the User Store to delete. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes the User Store. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the User Store to delete. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + + /// Gets the User Store. + /// + /// Required. The name of the User Store to get. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets the User Store. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the User Store to get. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + + /// Updates the User Store. + /// The body of the request. + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 + /// encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1UserStore body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates the User Store. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1UserStore body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 + /// encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1.Data.GoogleCloudDiscoveryengineV1UserStore Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// Gets the AclConfig. @@ -18237,10 +19658,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` - /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This - /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless - /// explicitly documented otherwise in service or product specific documentation. + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` + /// when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific + /// documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -18368,479 +19790,6 @@ protected override void InitParameters() } namespace Google.Apis.DiscoveryEngine.v1.Data { - /// Information to read/write to blobstore2. - public class GdataBlobstore2Info : Google.Apis.Requests.IDirectResponseSchema - { - /// The blob generation id. - [Newtonsoft.Json.JsonPropertyAttribute("blobGeneration")] - public virtual System.Nullable BlobGeneration { get; set; } - - /// The blob id, e.g., /blobstore/prod/playground/scotty - [Newtonsoft.Json.JsonPropertyAttribute("blobId")] - public virtual string BlobId { get; set; } - - /// - /// Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized - /// blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS - /// media downloads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("downloadReadHandle")] - public virtual string DownloadReadHandle { get; set; } - - /// - /// The blob read token. Needed to read blobs that have not been replicated. Might not be available until the - /// final call. - /// - [Newtonsoft.Json.JsonPropertyAttribute("readToken")] - public virtual string ReadToken { get; set; } - - /// - /// Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized - /// blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not - /// applicable to non-GCS media uploads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("uploadMetadataContainer")] - public virtual string UploadMetadataContainer { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// A sequence of media data references representing composite data. Introduced to support Bigstore composite - /// objects. For details, visit http://go/bigstore-composites. - /// - public class GdataCompositeMedia : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a - /// blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will - /// also be represented in this field as v1 BlobRef. - /// - [Newtonsoft.Json.JsonPropertyAttribute("blobRef")] - public virtual string BlobRef { get; set; } - - /// Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob. - [Newtonsoft.Json.JsonPropertyAttribute("blobstore2Info")] - public virtual GdataBlobstore2Info Blobstore2Info { get; set; } - - /// - /// A binary data reference for a media download. Serves as a technology-agnostic binary reference in some - /// Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes - /// is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support - /// JavaScript. This prevents us from including the actual type of this field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cosmoBinaryReference")] - public virtual string CosmoBinaryReference { get; set; } - - /// crc32.c hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("crc32cHash")] - public virtual System.Nullable Crc32cHash { get; set; } - - /// Media data, set if reference_type is INLINE - [Newtonsoft.Json.JsonPropertyAttribute("inline")] - public virtual string Inline { get; set; } - - /// Size of the data, in bytes - [Newtonsoft.Json.JsonPropertyAttribute("length")] - public virtual System.Nullable Length { get; set; } - - /// MD5 hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("md5Hash")] - public virtual string Md5Hash { get; set; } - - /// Reference to a TI Blob, set if reference_type is BIGSTORE_REF. - [Newtonsoft.Json.JsonPropertyAttribute("objectId")] - public virtual GdataObjectId ObjectId { get; set; } - - /// Path to the data, set if reference_type is PATH - [Newtonsoft.Json.JsonPropertyAttribute("path")] - public virtual string Path { get; set; } - - /// Describes what the field reference contains. - [Newtonsoft.Json.JsonPropertyAttribute("referenceType")] - public virtual string ReferenceType { get; set; } - - /// SHA-1 hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("sha1Hash")] - public virtual string Sha1Hash { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Detailed Content-Type information from Scotty. The Content-Type of the media will typically be filled in by the - /// header or Scotty's best_guess, but this extended information provides the backend with more information so that - /// it can make a better decision if needed. This is only used on media upload requests from Scotty. - /// - public class GdataContentTypeInfo : Google.Apis.Requests.IDirectResponseSchema - { - /// Scotty's best guess of what the content type of the file is. - [Newtonsoft.Json.JsonPropertyAttribute("bestGuess")] - public virtual string BestGuess { get; set; } - - /// - /// The content type of the file derived by looking at specific bytes (i.e. "magic bytes") of the actual file. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromBytes")] - public virtual string FromBytes { get; set; } - - /// - /// The content type of the file derived from the file extension of the original file name used by the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromFileName")] - public virtual string FromFileName { get; set; } - - /// - /// The content type of the file as specified in the request headers, multipart headers, or RUPIO start request. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromHeader")] - public virtual string FromHeader { get; set; } - - /// - /// The content type of the file derived from the file extension of the URL path. The URL path is assumed to - /// represent a file name (which is typically only true for agents that are providing a REST API). - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromUrlPath")] - public virtual string FromUrlPath { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff get checksums response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffChecksumsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Exactly one of these fields must be populated. If checksums_location is filled, the server will return the - /// corresponding contents to the user. If object_location is filled, the server will calculate the checksums - /// based on the content there and return that to the user. For details on the format of the checksums, see - /// http://go/scotty-diff-protocol. - /// - [Newtonsoft.Json.JsonPropertyAttribute("checksumsLocation")] - public virtual GdataCompositeMedia ChecksumsLocation { get; set; } - - /// The chunk size of checksums. Must be a multiple of 256KB. - [Newtonsoft.Json.JsonPropertyAttribute("chunkSizeBytes")] - public virtual System.Nullable ChunkSizeBytes { get; set; } - - /// If set, calculate the checksums based on the contents and return them to the caller. - [Newtonsoft.Json.JsonPropertyAttribute("objectLocation")] - public virtual GdataCompositeMedia ObjectLocation { get; set; } - - /// The total size of the server object. - [Newtonsoft.Json.JsonPropertyAttribute("objectSizeBytes")] - public virtual System.Nullable ObjectSizeBytes { get; set; } - - /// The object version of the object the checksums are being returned for. - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff download response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffDownloadResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The original object location. - [Newtonsoft.Json.JsonPropertyAttribute("objectLocation")] - public virtual GdataCompositeMedia ObjectLocation { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol. - /// - public class GdataDiffUploadRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The location of the checksums for the new object. Agents must clone the object located here, as the upload - /// server will delete the contents once a response is received. For details on the format of the checksums, see - /// http://go/scotty-diff-protocol. - /// - [Newtonsoft.Json.JsonPropertyAttribute("checksumsInfo")] - public virtual GdataCompositeMedia ChecksumsInfo { get; set; } - - /// - /// The location of the new object. Agents must clone the object located here, as the upload server will delete - /// the contents once a response is received. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectInfo")] - public virtual GdataCompositeMedia ObjectInfo { get; set; } - - /// - /// The object version of the object that is the base version the incoming diff script will be applied to. This - /// field will always be filled in. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffUploadResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The object version of the object at the server. Must be included in the end notification response. The - /// version in the end notification response must correspond to the new version of the object that is now stored - /// at the server, after the upload. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// - /// The location of the original file for a diff upload request. Must be filled in if responding to an upload - /// start notification. - /// - [Newtonsoft.Json.JsonPropertyAttribute("originalObject")] - public virtual GdataCompositeMedia OriginalObject { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The total size of the server object. - [Newtonsoft.Json.JsonPropertyAttribute("objectSizeBytes")] - public virtual System.Nullable ObjectSizeBytes { get; set; } - - /// The version of the object stored at the server. - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Parameters specific to media downloads. - public class GdataDownloadParameters : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content - /// when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip - /// the response to the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("allowGzipCompression")] - public virtual System.Nullable AllowGzipCompression { get; set; } - - /// - /// Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to - /// Scotty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("ignoreRange")] - public virtual System.Nullable IgnoreRange { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// A reference to data stored on the filesystem, on GFS or in blobstore. - public class GdataMedia : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Deprecated, use one of explicit hash type fields instead. Algorithm used for calculating the hash. As of - /// 2011/01/21, "MD5" is the only possible value for this field. New values may be added at any time. - /// - [Newtonsoft.Json.JsonPropertyAttribute("algorithm")] - public virtual string Algorithm { get; set; } - - /// Use object_id instead. - [Newtonsoft.Json.JsonPropertyAttribute("bigstoreObjectRef")] - public virtual string BigstoreObjectRef { get; set; } - - /// - /// Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a - /// blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will - /// also be represented in this field as v1 BlobRef. - /// - [Newtonsoft.Json.JsonPropertyAttribute("blobRef")] - public virtual string BlobRef { get; set; } - - /// Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob. - [Newtonsoft.Json.JsonPropertyAttribute("blobstore2Info")] - public virtual GdataBlobstore2Info Blobstore2Info { get; set; } - - /// - /// A composite media composed of one or more media objects, set if reference_type is COMPOSITE_MEDIA. The media - /// length field must be set to the sum of the lengths of all composite media objects. Note: All composite media - /// must have length specified. - /// - [Newtonsoft.Json.JsonPropertyAttribute("compositeMedia")] - public virtual System.Collections.Generic.IList CompositeMedia { get; set; } - - /// MIME type of the data - [Newtonsoft.Json.JsonPropertyAttribute("contentType")] - public virtual string ContentType { get; set; } - - /// Extended content type information provided for Scotty uploads. - [Newtonsoft.Json.JsonPropertyAttribute("contentTypeInfo")] - public virtual GdataContentTypeInfo ContentTypeInfo { get; set; } - - /// - /// A binary data reference for a media download. Serves as a technology-agnostic binary reference in some - /// Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes - /// is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support - /// JavaScript. This prevents us from including the actual type of this field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cosmoBinaryReference")] - public virtual string CosmoBinaryReference { get; set; } - - /// - /// For Scotty Uploads: Scotty-provided hashes for uploads For Scotty Downloads: (WARNING: DO NOT USE WITHOUT - /// PERMISSION FROM THE SCOTTY TEAM.) A Hash provided by the agent to be used to verify the data being - /// downloaded. Currently only supported for inline payloads. Further, only crc32c_hash is currently supported. - /// - [Newtonsoft.Json.JsonPropertyAttribute("crc32cHash")] - public virtual System.Nullable Crc32cHash { get; set; } - - /// Set if reference_type is DIFF_CHECKSUMS_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffChecksumsResponse")] - public virtual GdataDiffChecksumsResponse DiffChecksumsResponse { get; set; } - - /// Set if reference_type is DIFF_DOWNLOAD_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffDownloadResponse")] - public virtual GdataDiffDownloadResponse DiffDownloadResponse { get; set; } - - /// Set if reference_type is DIFF_UPLOAD_REQUEST. - [Newtonsoft.Json.JsonPropertyAttribute("diffUploadRequest")] - public virtual GdataDiffUploadRequest DiffUploadRequest { get; set; } - - /// Set if reference_type is DIFF_UPLOAD_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffUploadResponse")] - public virtual GdataDiffUploadResponse DiffUploadResponse { get; set; } - - /// Set if reference_type is DIFF_VERSION_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffVersionResponse")] - public virtual GdataDiffVersionResponse DiffVersionResponse { get; set; } - - /// Parameters for a media download. - [Newtonsoft.Json.JsonPropertyAttribute("downloadParameters")] - public virtual GdataDownloadParameters DownloadParameters { get; set; } - - /// Original file name - [Newtonsoft.Json.JsonPropertyAttribute("filename")] - public virtual string Filename { get; set; } - - /// - /// Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be - /// populated on Scotty based media uploads and will contain the content of the hash group in the - /// NotificationRequest: - /// http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&amp;q=class:Hash Hex - /// encoded hash value of the uploaded media. - /// - [Newtonsoft.Json.JsonPropertyAttribute("hash")] - public virtual string Hash { get; set; } - - /// - /// For Scotty uploads only. If a user sends a hash code and the backend has requested that Scotty verify the - /// upload against the client hash, Scotty will perform the check on behalf of the backend and will reject it if - /// the hashes don't match. This is set to true if Scotty performed this verification. - /// - [Newtonsoft.Json.JsonPropertyAttribute("hashVerified")] - public virtual System.Nullable HashVerified { get; set; } - - /// Media data, set if reference_type is INLINE - [Newtonsoft.Json.JsonPropertyAttribute("inline")] - public virtual string Inline { get; set; } - - /// - /// |is_potential_retry| is set false only when Scotty is certain that it has not sent the request before. When - /// a client resumes an upload, this field must be set true in agent calls, because Scotty cannot be certain - /// that it has never sent the request before due to potential failure in the session state persistence. - /// - [Newtonsoft.Json.JsonPropertyAttribute("isPotentialRetry")] - public virtual System.Nullable IsPotentialRetry { get; set; } - - /// Size of the data, in bytes - [Newtonsoft.Json.JsonPropertyAttribute("length")] - public virtual System.Nullable Length { get; set; } - - /// Scotty-provided MD5 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("md5Hash")] - public virtual string Md5Hash { get; set; } - - /// Media id to forward to the operation GetMedia. Can be set if reference_type is GET_MEDIA. - [Newtonsoft.Json.JsonPropertyAttribute("mediaId")] - public virtual string MediaId { get; set; } - - /// Reference to a TI Blob, set if reference_type is BIGSTORE_REF. - [Newtonsoft.Json.JsonPropertyAttribute("objectId")] - public virtual GdataObjectId ObjectId { get; set; } - - /// Path to the data, set if reference_type is PATH - [Newtonsoft.Json.JsonPropertyAttribute("path")] - public virtual string Path { get; set; } - - /// Describes what the field reference contains. - [Newtonsoft.Json.JsonPropertyAttribute("referenceType")] - public virtual string ReferenceType { get; set; } - - /// Scotty-provided SHA1 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("sha1Hash")] - public virtual string Sha1Hash { get; set; } - - /// Scotty-provided SHA256 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("sha256Hash")] - public virtual string Sha256Hash { get; set; } - - /// Time at which the media data was last updated, in milliseconds since UNIX epoch - [Newtonsoft.Json.JsonPropertyAttribute("timestamp")] - public virtual System.Nullable Timestamp { get; set; } - - /// A unique fingerprint/version id for the media data - [Newtonsoft.Json.JsonPropertyAttribute("token")] - public virtual string Token { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure - /// issues with JavaScript support; see http://b/8801763. - /// - public class GdataObjectId : Google.Apis.Requests.IDirectResponseSchema - { - /// The name of the bucket to which this object belongs. - [Newtonsoft.Json.JsonPropertyAttribute("bucketName")] - public virtual string BucketName { get; set; } - - /// - /// Generation of the object. Generations are monotonically increasing across writes, allowing them to be be - /// compared to determine which generation is newer. If this is omitted in a request, then you are requesting - /// the live object. See http://go/bigstore-versions - /// - [Newtonsoft.Json.JsonPropertyAttribute("generation")] - public virtual System.Nullable Generation { get; set; } - - /// The name of the object. - [Newtonsoft.Json.JsonPropertyAttribute("objectName")] - public virtual string ObjectName { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// `Distribution` contains summary statistics for a population of values. It optionally contains a histogram /// representing the distribution of those values across a set of buckets. The summary statistics are the count, @@ -19561,10 +20510,10 @@ public class GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest : Google.A public virtual GoogleCloudDiscoveryengineV1UserInfo UserInfo { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 /// [Newtonsoft.Json.JsonPropertyAttribute("userPseudoId")] @@ -19867,54 +20816,6 @@ public class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment : Goog public virtual string ETag { get; set; } } - /// - /// The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector - /// is of same usage. No easy way to migrate. - /// - public class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The enrollment state of each alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertEnrollments")] - public virtual System.Collections.Generic.IList AlertEnrollments { get; set; } - - /// Immutable. The fully qualified resource name of the AlertPolicy. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicy")] - public virtual string AlertPolicy { get; set; } - - /// Optional. The contact details for each alert policy. - [Newtonsoft.Json.JsonPropertyAttribute("contactDetails")] - public virtual System.Collections.Generic.IList ContactDetails { get; set; } - - /// Optional. The language code used for notifications - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The alert enrollment status. - public class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment : Google.Apis.Requests.IDirectResponseSchema - { - /// Immutable. The id of an alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertId")] - public virtual string AlertId { get; set; } - - /// Required. The enrollment status of a customer. - [Newtonsoft.Json.JsonPropertyAttribute("enrollState")] - public virtual string EnrollState { get; set; } - - /// - /// Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when - /// registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. - /// - [Newtonsoft.Json.JsonPropertyAttribute("notificationParams")] - public virtual System.Collections.Generic.IDictionary NotificationParams { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// AlloyDB source import data from. public class GoogleCloudDiscoveryengineV1AlloyDbSource : Google.Apis.Requests.IDirectResponseSchema { @@ -21258,6 +22159,20 @@ public class GoogleCloudDiscoveryengineV1Assistant : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("customerPolicy")] public virtual GoogleCloudDiscoveryengineV1AssistantCustomerPolicy CustomerPolicy { get; set; } + /// + /// Optional. Description for additional information. Expected to be shown on the configuration UI, not to the + /// users of the assistant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + /// /// Optional. Note: not implemented yet. Use enabled_actions instead. The enabled tools on this assistant. The /// keys are connector name, for example @@ -21457,6 +22372,10 @@ public class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig /// Configuration for the generation of the assistant response. public class GoogleCloudDiscoveryengineV1AssistantGenerationConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The list of models that are allowed to be used for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("allowedModelIds")] + public virtual System.Collections.Generic.IList AllowedModelIds { get; set; } + /// /// The default language to use for the generation of the assistant response. Use an ISO 639-1 language code /// such as `en`. If not specified, the language will be automatically detected. @@ -21464,6 +22383,10 @@ public class GoogleCloudDiscoveryengineV1AssistantGenerationConfig : Google.Apis [Newtonsoft.Json.JsonPropertyAttribute("defaultLanguage")] public virtual string DefaultLanguage { get; set; } + /// Optional. The default model to use for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("defaultModelId")] + public virtual string DefaultModelId { get; set; } + /// /// System instruction, also known as the prompt preamble for LLM calls. See also /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions @@ -21494,6 +22417,13 @@ public class GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruct /// public class GoogleCloudDiscoveryengineV1AssistantGroundedContent : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Source attribution of the generated content. See also + /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check + /// + [Newtonsoft.Json.JsonPropertyAttribute("citationMetadata")] + public virtual GoogleCloudDiscoveryengineV1CitationMetadata CitationMetadata { get; set; } + /// The content. [Newtonsoft.Json.JsonPropertyAttribute("content")] public virtual GoogleCloudDiscoveryengineV1AssistantContent Content { get; set; } @@ -22480,6 +23410,48 @@ public class GoogleCloudDiscoveryengineV1ChunkStructuredContent : Google.Apis.Re public virtual string ETag { get; set; } } + /// Source attributions for content. + public class GoogleCloudDiscoveryengineV1Citation : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. End index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] + public virtual System.Nullable EndIndex { get; set; } + + /// Output only. License of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("license")] + public virtual string License { get; set; } + + /// Output only. Publication date of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("publicationDate")] + public virtual GoogleTypeDate PublicationDate { get; set; } + + /// Output only. Start index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] + public virtual System.Nullable StartIndex { get; set; } + + /// Output only. Title of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// Output only. Url reference of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A collection of source attributions for a piece of content. + public class GoogleCloudDiscoveryengineV1CitationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. List of citations. + [Newtonsoft.Json.JsonPropertyAttribute("citations")] + public virtual System.Collections.Generic.IList Citations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Cloud SQL source import data from. public class GoogleCloudDiscoveryengineV1CloudSqlSource : Google.Apis.Requests.IDirectResponseSchema { @@ -22858,20 +23830,6 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// - /// The contact info stored in resource level. If both project level and resource level is populated, the resource - /// level contact info will override the project level contact info. - /// - public class GoogleCloudDiscoveryengineV1ContactDetails : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The email address of the contact. - [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] - public virtual string EmailAddress { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at /// serving time. Permitted actions dependent on `SolutionType`. @@ -24474,6 +25432,48 @@ public class GoogleCloudDiscoveryengineV1DataStore : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -25958,6 +26958,10 @@ public class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLa [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -26135,6 +27139,10 @@ public class GoogleCloudDiscoveryengineV1Engine : Google.Apis.Requests.IDirectRe [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1EngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1CmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1EngineCommonConfig CommonConfig { get; set; } @@ -26226,6 +27234,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -27604,10 +28622,6 @@ public class GoogleCloudDiscoveryengineV1Interval : Google.Apis.Requests.IDirect /// Information about users' licenses. public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The alert policy config for this license config. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicyResourceConfig")] - public virtual GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig AlertPolicyResourceConfig { get; set; } - /// Optional. Whether the license config should be auto renewed when it reaches the end date. [Newtonsoft.Json.JsonPropertyAttribute("autoRenew")] public virtual System.Nullable AutoRenew { get; set; } @@ -27620,6 +28634,10 @@ public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -27651,6 +28669,39 @@ public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.ID public virtual string ETag { get; set; } } + /// Stats about users' licenses. + public class GoogleCloudDiscoveryengineV1LicenseConfigUsageStats : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The LicenseConfig name. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfig")] + public virtual string LicenseConfig { get; set; } + + /// Required. The number of licenses used. + [Newtonsoft.Json.JsonPropertyAttribute("usedLicenseCount")] + public virtual System.Nullable UsedLicenseCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the AssistantService.ListAssistants method. + public class GoogleCloudDiscoveryengineV1ListAssistantsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All the customer's Assistants. + [Newtonsoft.Json.JsonPropertyAttribute("assistants")] + public virtual System.Collections.Generic.IList Assistants { get; set; } + + /// + /// A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is + /// omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for CmekConfigService.ListCmekConfigs method. public class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -27790,6 +28841,17 @@ public class GoogleCloudDiscoveryengineV1ListIdentityMappingsResponse : Google.A public virtual string ETag { get; set; } } + /// Response message for UserLicenseService.ListLicenseConfigUsageStats method. + public class GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All the customer's LicenseConfigUsageStats. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfigUsageStats")] + public virtual System.Collections.Generic.IList LicenseConfigUsageStats { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for SchemaService.ListSchemas method. public class GoogleCloudDiscoveryengineV1ListSchemasResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -27808,6 +28870,21 @@ public class GoogleCloudDiscoveryengineV1ListSchemasResponse : Google.Apis.Reque public virtual string ETag { get; set; } } + /// Response for ListServingConfigs method. + public class GoogleCloudDiscoveryengineV1ListServingConfigsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Pagination token, if not returned indicates the last page. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// All the ServingConfigs for a given dataStore. + [Newtonsoft.Json.JsonPropertyAttribute("servingConfigs")] + public virtual System.Collections.Generic.IList ServingConfigs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response for ListSessions method. public class GoogleCloudDiscoveryengineV1ListSessionsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -27993,6 +29070,10 @@ public class GoogleCloudDiscoveryengineV1Principal : Google.Apis.Requests.IDirec /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1Project : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -28092,6 +29173,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -28110,6 +29255,13 @@ public class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklm [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -29186,6 +30338,17 @@ public class GoogleCloudDiscoveryengineV1SearchRequest : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] public virtual GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec ContentSearchSpec { get; set; } + /// + /// Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, + /// crowding will be evaluated on each unique combination of the `field` values, and max_count will be the + /// maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = + /// "color" and `max_count` = 3, and the second CrowdingSpec has `field` = "size" and `max_count` = 2, then + /// after 3 documents that share the same color AND size have been returned, subsequent ones should be removed + /// or demoted. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crowdingSpecs")] + public virtual System.Collections.Generic.IList CrowdingSpecs { get; set; } + /// /// Specifications that define the specific DataStores to be searched, along with configurations for those data /// stores. This is only considered for Engines with multiple data stores. For engines with a single data store, @@ -29269,6 +30432,19 @@ public class GoogleCloudDiscoveryengineV1SearchRequest : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("orderBy")] public virtual string OrderBy { get; set; } + /// + /// Optional. The categories associated with a category page. Must be set for category navigation queries to + /// achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field + /// is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query + /// is empty. If the field is empty, it will not be used by the browse model. To represent full path of a + /// category, use '&gt;' character to separate different hierarchies. If '&gt;' is part of the category + /// name, replace it with other character(s). For example, `Graphics Cards &gt; RTX&gt;4090 &gt; + /// Founders Edition` where "RTX &gt; 4090" represents one level, can be rewritten as `Graphics Cards + /// &gt; RTX_4090 &gt; Founders Edition` + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the /// maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. @@ -29419,10 +30595,10 @@ public class GoogleCloudDiscoveryengineV1SearchRequest : Google.Apis.Requests.ID public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 /// characters. Otherwise, an `INVALID_ARGUMENT` error is returned. /// @@ -29798,6 +30974,36 @@ public class GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySp public virtual string ETag { get; set; } } + /// + /// Specification for crowding. Crowding improves the diversity of search results by limiting the number of results + /// that share the same field value. For example, crowding on the color field with a max_count of 3 and mode + /// DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages. + /// + public class GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is + /// case sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// + /// The maximum number of documents to keep per value of the field. Once there are at least max_count previous + /// results which contain the same value for the given field (according to the order specified in `order_by`), + /// later results with the same value are "crowded away". If not specified, the default value is 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCount")] + public virtual System.Nullable MaxCount { get; set; } + + /// Mode to use for documents that are crowded away. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A struct to define data stores to filter on in a search call and configurations for those data stores. /// Otherwise, an `INVALID_ARGUMENT` error is returned. @@ -30840,6 +32046,10 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("isPinned")] public virtual System.Nullable IsPinned { get; set; } + /// Optional. The labels for the session. Can be set as filter in ListSessionsRequest. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IList Labels { get; set; } + /// /// Immutable. Fully qualified name /// `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*` @@ -31293,7 +32503,13 @@ public class GoogleCloudDiscoveryengineV1StreamAssistResponse : Google.Apis.Requ [Newtonsoft.Json.JsonPropertyAttribute("assistToken")] public virtual string AssistToken { get; set; } - /// Session information. + /// The tool names of the tools that were invoked. + [Newtonsoft.Json.JsonPropertyAttribute("invocationTools")] + public virtual System.Collections.Generic.IList InvocationTools { get; set; } + + /// + /// Session information. Only included in the final StreamAssistResponse of the response stream. + /// [Newtonsoft.Json.JsonPropertyAttribute("sessionInfo")] public virtual GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo SessionInfo { get; set; } @@ -32357,17 +33573,754 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset } /// - /// Required. Immutable. The user principal of the User, could be email address or other prinical identifier. - /// This field is immutable. Admin assign licenses based on the user principal. + /// Required. Immutable. The user principal of the User, could be email address or other prinical identifier. + /// This field is immutable. Admin assign licenses based on the user principal. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userPrincipal")] + public virtual string UserPrincipal { get; set; } + + /// + /// Optional. The user profile. We user user full name(First name + Last name) as user profile. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userProfile")] + public virtual string UserProfile { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configures metadata that is used for End User entities. + public class GoogleCloudDiscoveryengineV1UserStore : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default subscription LicenseConfig for the UserStore, if + /// UserStore.enable_license_auto_register is true, new users will automatically register under the default + /// subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be + /// assigned with license and will be blocked for Vertex AI Search features. This is used if + /// `license_assignment_tier_rules` is not configured. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLicenseConfig")] + public virtual string DefaultLicenseConfig { get; set; } + + /// The display name of the User Store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Optional. Whether to enable license auto update for users in this User Store. If true, users with expired + /// licenses will automatically be updated to use the default license config as long as the default license + /// config has seats left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableExpiredLicenseAutoUpdate")] + public virtual System.Nullable EnableExpiredLicenseAutoUpdate { get; set; } + + /// + /// Optional. Whether to enable license auto register for users in this User Store. If true, new users will + /// automatically register under the default license config as long as the default license config has seats + /// left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableLicenseAutoRegister")] + public virtual System.Nullable EnableLicenseAutoRegister { get; set; } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// WidgetConfig captures configs at the Widget level. + public class GoogleCloudDiscoveryengineV1WidgetConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Will be used for all widget access settings seen in cloud console integration page. Replaces top deprecated + /// top level properties. + /// + [Newtonsoft.Json.JsonPropertyAttribute("accessSettings")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings AccessSettings { get; set; } + + /// + /// Whether allow no-auth integration with widget. If set true, public access to search or other solutions from + /// widget is allowed without authenication token provided by customer hosted backend server. + /// + [Newtonsoft.Json.JsonPropertyAttribute("allowPublicAccess")] + public virtual System.Nullable AllowPublicAccess { get; set; } + + /// Allowlisted domains that can load this widget. + [Newtonsoft.Json.JsonPropertyAttribute("allowlistedDomains")] + public virtual System.Collections.Generic.IList AllowlistedDomains { get; set; } + + /// Optional. Output only. Describes the assistant settings of the widget. + [Newtonsoft.Json.JsonPropertyAttribute("assistantSettings")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings AssistantSettings { get; set; } + + /// + /// Output only. Collection components that lists all collections and child data stores associated with the + /// widget config, those data sources can be used for filtering in widget service APIs, users can return results + /// that from selected data sources. + /// + [Newtonsoft.Json.JsonPropertyAttribute("collectionComponents")] + public virtual System.Collections.Generic.IList CollectionComponents { get; set; } + + /// Output only. Unique obfuscated identifier of a WidgetConfig. + [Newtonsoft.Json.JsonPropertyAttribute("configId")] + public virtual string ConfigId { get; set; } + + /// The content search spec that configs the desired behavior of content search. + [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] + public virtual GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec ContentSearchSpec { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. Timestamp the WidgetConfig was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. Output only. Describes the customer related configurations, currently only used for government + /// customers. This field cannot be modified after project onboarding. + /// + [Newtonsoft.Json.JsonPropertyAttribute("customerProvidedConfig")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig CustomerProvidedConfig { get; set; } + + /// Output only. The type of the parent data store. + [Newtonsoft.Json.JsonPropertyAttribute("dataStoreType")] + public virtual string DataStoreType { get; set; } + + /// Configurable UI configurations per data store. + [Newtonsoft.Json.JsonPropertyAttribute("dataStoreUiConfigs")] + public virtual System.Collections.Generic.IList DataStoreUiConfigs { get; set; } + + /// + /// The default ordering for search results if specified. Used to set SearchRequest#order_by on applicable + /// requests. + /// https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.dataStores.servingConfigs/search#request-body + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultSearchRequestOrderBy")] + public virtual string DefaultSearchRequestOrderBy { get; set; } + + /// + /// Required. The human readable widget config display name. Used in Discovery UI. This field must be a UTF-8 + /// encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Whether or not to enable autocomplete. + [Newtonsoft.Json.JsonPropertyAttribute("enableAutocomplete")] + public virtual System.Nullable EnableAutocomplete { get; set; } + + /// Whether to allow conversational search (LLM, multi-turn) or not (non-LLM, single-turn). + [Newtonsoft.Json.JsonPropertyAttribute("enableConversationalSearch")] + public virtual System.Nullable EnableConversationalSearch { get; set; } + + /// Optional. Output only. Whether to enable private knowledge graph. + [Newtonsoft.Json.JsonPropertyAttribute("enablePrivateKnowledgeGraph")] + public virtual System.Nullable EnablePrivateKnowledgeGraph { get; set; } + + /// Turn on or off collecting the search result quality feedback from end users. + [Newtonsoft.Json.JsonPropertyAttribute("enableQualityFeedback")] + public virtual System.Nullable EnableQualityFeedback { get; set; } + + /// Whether to show the result score. + [Newtonsoft.Json.JsonPropertyAttribute("enableResultScore")] + public virtual System.Nullable EnableResultScore { get; set; } + + /// Whether to enable safe search. + [Newtonsoft.Json.JsonPropertyAttribute("enableSafeSearch")] + public virtual System.Nullable EnableSafeSearch { get; set; } + + /// Whether to enable search-as-you-type behavior for the search widget + [Newtonsoft.Json.JsonPropertyAttribute("enableSearchAsYouType")] + public virtual System.Nullable EnableSearchAsYouType { get; set; } + + /// Turn on or off summary for each snippets result. + [Newtonsoft.Json.JsonPropertyAttribute("enableSnippetResultSummary")] + public virtual System.Nullable EnableSnippetResultSummary { get; set; } + + /// Turn on or off summarization for the search response. + [Newtonsoft.Json.JsonPropertyAttribute("enableSummarization")] + public virtual System.Nullable EnableSummarization { get; set; } + + /// Whether to enable standalone web app. + [Newtonsoft.Json.JsonPropertyAttribute("enableWebApp")] + public virtual System.Nullable EnableWebApp { get; set; } + + /// The configuration and appearance of facets in the end user view. + [Newtonsoft.Json.JsonPropertyAttribute("facetField")] + public virtual System.Collections.Generic.IList FacetField { get; set; } + + /// + /// The key is the UI component. Mock. Currently supported `title`, `thumbnail`, `url`, `custom1`, `custom2`, + /// `custom3`. The value is the name of the field along with its device visibility. The 3 custom fields are + /// optional and can be added or removed. `title`, `thumbnail`, `url` are required UI components that cannot be + /// removed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fieldsUiComponentsMap")] + public virtual System.Collections.Generic.IDictionary FieldsUiComponentsMap { get; set; } + + /// Output only. Whether the subscription is gemini bundle or not. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + + /// Optional. Describes the homepage settings of the widget. + [Newtonsoft.Json.JsonPropertyAttribute("homepageSetting")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting HomepageSetting { get; set; } + + /// + /// Output only. The industry vertical that the WidgetConfig registers. The WidgetConfig industry vertical is + /// based on the associated Engine. + /// + [Newtonsoft.Json.JsonPropertyAttribute("industryVertical")] + public virtual string IndustryVertical { get; set; } + + /// Output only. Whether LLM is enabled in the corresponding data store. + [Newtonsoft.Json.JsonPropertyAttribute("llmEnabled")] + public virtual System.Nullable LlmEnabled { get; set; } + + /// Output only. Whether the customer accepted data use terms. + [Newtonsoft.Json.JsonPropertyAttribute("minimumDataTermAccepted")] + public virtual System.Nullable MinimumDataTermAccepted { get; set; } + + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The type of snippet to display in UCS widget. - RESULT_DISPLAY_TYPE_UNSPECIFIED for existing users. - + /// SNIPPET for new non-enterprise search users. - EXTRACTIVE_ANSWER for new enterprise search users. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resultDisplayType")] + public virtual string ResultDisplayType { get; set; } + + /// Required. Immutable. Specifies the solution type that this WidgetConfig can be used for. + [Newtonsoft.Json.JsonPropertyAttribute("solutionType")] + public virtual string SolutionType { get; set; } + + /// + /// Describes search widget UI branding settings, such as the widget title, logo, favicons, and colors. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uiBranding")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings UiBranding { get; set; } + + /// + /// Describes general widget search settings as seen in cloud console widget configuration page. Replaces top + /// deprecated top level properties. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uiSettings")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigUiSettings UiSettings { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. Timestamp the WidgetConfig was updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes widget access settings. + public class GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether public unauthenticated access is allowed. + [Newtonsoft.Json.JsonPropertyAttribute("allowPublicAccess")] + public virtual System.Nullable AllowPublicAccess { get; set; } + + /// List of domains that are allowed to integrate the search widget. + [Newtonsoft.Json.JsonPropertyAttribute("allowlistedDomains")] + public virtual System.Collections.Generic.IList AllowlistedDomains { get; set; } + + /// Whether web app access is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("enableWebApp")] + public virtual System.Nullable EnableWebApp { get; set; } + + /// + /// Optional. Language code for user interface. Use language tags defined by + /// [BCP47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). If unset, the default language code is "en-US". /// - [Newtonsoft.Json.JsonPropertyAttribute("userPrincipal")] - public virtual string UserPrincipal { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } + + /// Optional. The workforce identity pool provider used to access the widget. + [Newtonsoft.Json.JsonPropertyAttribute("workforceIdentityPoolProvider")] + public virtual string WorkforceIdentityPoolProvider { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes the assistant settings of the widget. + public class GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. The user profile. We user user full name(First name + Last name) as user profile. + /// Output only. This field controls the default web grounding toggle for end users if `web_grounding_type` is + /// set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this + /// field is set to false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or + /// `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding enabled by default on UI. If + /// true, grounding toggle will be disabled by default on UI. End users can still enable web grounding in the UI + /// if web grounding is enabled. /// - [Newtonsoft.Json.JsonPropertyAttribute("userProfile")] - public virtual string UserProfile { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("defaultWebGroundingToggleOff")] + public virtual System.Nullable DefaultWebGroundingToggleOff { get; set; } + + /// Optional. Output only. Whether to disable user location context. + [Newtonsoft.Json.JsonPropertyAttribute("disableLocationContext")] + public virtual System.Nullable DisableLocationContext { get; set; } + + /// + /// Whether or not the Google search grounding toggle is shown. Deprecated. Use web_grounding_type instead. + /// + [Newtonsoft.Json.JsonPropertyAttribute("googleSearchGroundingEnabled")] + public virtual System.Nullable GoogleSearchGroundingEnabled { get; set; } + + /// Optional. The type of web grounding to use. + [Newtonsoft.Json.JsonPropertyAttribute("webGroundingType")] + public virtual string WebGroundingType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Read-only collection component that contains data store collections fields that may be used for filtering + /// + public class GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The icon link of the connector source. + [Newtonsoft.Json.JsonPropertyAttribute("connectorIconLink")] + public virtual string ConnectorIconLink { get; set; } + + /// The name of the data source, retrieved from `Collection.data_connector.data_source`. + [Newtonsoft.Json.JsonPropertyAttribute("dataSource")] + public virtual string DataSource { get; set; } + + /// Output only. The display name of the data source. + [Newtonsoft.Json.JsonPropertyAttribute("dataSourceDisplayName")] + public virtual string DataSourceDisplayName { get; set; } + + /// For the data store collection, list of the children data stores. + [Newtonsoft.Json.JsonPropertyAttribute("dataStoreComponents")] + public virtual System.Collections.Generic.IList DataStoreComponents { get; set; } + + /// The display name of the collection. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Output only. the identifier of the collection, used for widget service. For now it refers to collection_id, + /// in the future we will migrate the field to encrypted collection name UUID. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// + /// The name of the collection. It should be collection resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}`. For APIs under WidgetService, such as + /// WidgetService.LookUpWidgetConfig, the project number and location part is erased in this field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Customer provided configurations. + public class GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Customer type. + [Newtonsoft.Json.JsonPropertyAttribute("customerType")] + public virtual string CustomerType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Read-only data store component that contains data stores fields that may be used for filtering, it's the child + /// of `CollectionComponent`. + /// + public class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The type of the data store config. + [Newtonsoft.Json.JsonPropertyAttribute("dataStoreConfigType")] + public virtual string DataStoreConfigType { get; set; } + + /// The display name of the data store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// The name of the entity, retrieved from `Collection.data_connector.entities.entityName`. + [Newtonsoft.Json.JsonPropertyAttribute("entityName")] + public virtual string EntityName { get; set; } + + /// + /// Output only. the identifier of the data store, used for widget service. For now it refers to data_store_id, + /// in the future we will migrate the field to encrypted data store name UUID. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// + /// The name of the data store. It should be data store resource name Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs + /// under WidgetService, such as WidgetService.LookUpWidgetConfig, the project number and location part is + /// erased in this field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// UI component configuration for data store. + public class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Facet fields that store the mapping of fields to end user widget appearance. + [Newtonsoft.Json.JsonPropertyAttribute("facetField")] + public virtual System.Collections.Generic.IList FacetField { get; set; } + + /// + /// The key is the UI component. Mock. Currently supported `title`, `thumbnail`, `url`, `custom1`, `custom2`, + /// `custom3`. The value is the name of the field along with its device visibility. The 3 custom fields are + /// optional and can be added or removed. `title`, `thumbnail`, `url` are required UI components that cannot be + /// removed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fieldsUiComponentsMap")] + public virtual System.Collections.Generic.IDictionary FieldsUiComponentsMap { get; set; } + + /// + /// Output only. the identifier of the data store, used for widget service. For now it refers to data_store_id, + /// in the future we will migrate the field to encrypted data store name UUID. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// + /// The name of the data store. It should be data store resource name Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs + /// under WidgetService, such as WidgetService.LookUpWidgetConfig, the project number and location part is + /// erased in this field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Facet fields that store the mapping of fields to end user widget appearance. + public class GoogleCloudDiscoveryengineV1WidgetConfigFacetField : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The field name that end users will see. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Required. Registered field name. The format is `field.abc`. + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Describes the homepage setting of the widget. It includes all homepage related settings and configurations, such + /// as shortcuts. + /// + public class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The shortcuts to display on the homepage. + [Newtonsoft.Json.JsonPropertyAttribute("shortcuts")] + public virtual System.Collections.Generic.IList Shortcuts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Describes an entity of shortcut (aka pinned content) on the homepage. The home page will render these shortcuts + /// in the same order as what the API returns. If a customer wants to reorder or remove a shortcut, the UI should + /// always provide the new full list of shortcuts. + /// + public class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Destination URL of shortcut. + [Newtonsoft.Json.JsonPropertyAttribute("destinationUri")] + public virtual string DestinationUri { get; set; } + + /// Optional. Icon URL of shortcut. + [Newtonsoft.Json.JsonPropertyAttribute("icon")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigImage Icon { get; set; } + + /// Optional. Title of the shortcut. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Options to store an image. + public class GoogleCloudDiscoveryengineV1WidgetConfigImage : Google.Apis.Requests.IDirectResponseSchema + { + /// Image URL. + [Newtonsoft.Json.JsonPropertyAttribute("url")] + public virtual string Url { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Facet field that maps to a UI Component. + public class GoogleCloudDiscoveryengineV1WidgetConfigUIComponentField : Google.Apis.Requests.IDirectResponseSchema + { + /// The field visibility on different types of devices. + [Newtonsoft.Json.JsonPropertyAttribute("deviceVisibility")] + public virtual System.Collections.Generic.IList DeviceVisibility { get; set; } + + /// + /// The template to customize how the field is displayed. An example value would be a string that looks like: + /// "Price: {value}". + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayTemplate")] + public virtual string DisplayTemplate { get; set; } + + /// Required. Registered field name. The format is `field.abc`. + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes widget UI branding settings. + public class GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// Logo image. + [Newtonsoft.Json.JsonPropertyAttribute("logo")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigImage Logo { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Describes general widget (or web app) UI settings as seen in the cloud console UI configuration page. + /// + public class GoogleCloudDiscoveryengineV1WidgetConfigUiSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// Per data store configuration. + [Newtonsoft.Json.JsonPropertyAttribute("dataStoreUiConfigs")] + public virtual System.Collections.Generic.IList DataStoreUiConfigs { get; set; } + + /// + /// The default ordering for search results if specified. Used to set SearchRequest#order_by on applicable + /// requests. + /// https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.dataStores.servingConfigs/search#request-body + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultSearchRequestOrderBy")] + public virtual string DefaultSearchRequestOrderBy { get; set; } + + /// If set to true, the widget will not collect user events. + [Newtonsoft.Json.JsonPropertyAttribute("disableUserEventsCollection")] + public virtual System.Nullable DisableUserEventsCollection { get; set; } + + /// Whether or not to enable autocomplete. + [Newtonsoft.Json.JsonPropertyAttribute("enableAutocomplete")] + public virtual System.Nullable EnableAutocomplete { get; set; } + + /// Optional. If set to true, the widget will enable the create agent button. + [Newtonsoft.Json.JsonPropertyAttribute("enableCreateAgentButton")] + public virtual System.Nullable EnableCreateAgentButton { get; set; } + + /// Optional. If set to true, the widget will enable people search. + [Newtonsoft.Json.JsonPropertyAttribute("enablePeopleSearch")] + public virtual System.Nullable EnablePeopleSearch { get; set; } + + /// Turn on or off collecting the search result quality feedback from end users. + [Newtonsoft.Json.JsonPropertyAttribute("enableQualityFeedback")] + public virtual System.Nullable EnableQualityFeedback { get; set; } + + /// Whether to enable safe search. + [Newtonsoft.Json.JsonPropertyAttribute("enableSafeSearch")] + public virtual System.Nullable EnableSafeSearch { get; set; } + + /// Whether to enable search-as-you-type behavior for the search widget. + [Newtonsoft.Json.JsonPropertyAttribute("enableSearchAsYouType")] + public virtual System.Nullable EnableSearchAsYouType { get; set; } + + /// + /// If set to true, the widget will enable visual content summary on applicable search requests. Only used by + /// healthcare search. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableVisualContentSummary")] + public virtual System.Nullable EnableVisualContentSummary { get; set; } + + /// + /// Output only. Feature config for the engine to opt in or opt out of features. Supported keys: * + /// `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * + /// `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * + /// `personalization-memory` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` + /// * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` + /// + [Newtonsoft.Json.JsonPropertyAttribute("features")] + public virtual System.Collections.Generic.IDictionary Features { get; set; } + + /// Describes generative answer configuration. + [Newtonsoft.Json.JsonPropertyAttribute("generativeAnswerConfig")] + public virtual GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig GenerativeAnswerConfig { get; set; } + + /// Describes widget (or web app) interaction type + [Newtonsoft.Json.JsonPropertyAttribute("interactionType")] + public virtual string InteractionType { get; set; } + + /// + /// Output only. Maps a model name to its specific configuration for this engine. This allows admin users to + /// turn on/off individual models. This only stores models whose states are overridden by the admin. When the + /// state is unspecified, or model_configs is empty for this model, the system will decide if this model should + /// be available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + + /// + /// Controls whether result extract is display and how (snippet or extractive answer). Default to no result if + /// unspecified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resultDescriptionType")] + public virtual string ResultDescriptionType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes configuration for generative answer. + public class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether generated answer contains suggested related questions. + [Newtonsoft.Json.JsonPropertyAttribute("disableRelatedQuestions")] + public virtual System.Nullable DisableRelatedQuestions { get; set; } + + /// Optional. Specifies whether to filter out queries that are adversarial. + [Newtonsoft.Json.JsonPropertyAttribute("ignoreAdversarialQuery")] + public virtual System.Nullable IgnoreAdversarialQuery { get; set; } + + /// Optional. Specifies whether to filter out queries that are not relevant to the content. + [Newtonsoft.Json.JsonPropertyAttribute("ignoreLowRelevantContent")] + public virtual System.Nullable IgnoreLowRelevantContent { get; set; } + + /// + /// Optional. Specifies whether to filter out queries that are not answer-seeking. The default value is `false`. + /// No answer is returned if the search query is classified as a non-answer seeking query. If this field is set + /// to `true`, we skip generating answers for non-answer seeking queries and return fallback messages instead. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ignoreNonAnswerSeekingQuery")] + public virtual System.Nullable IgnoreNonAnswerSeekingQuery { get; set; } + + /// Optional. Source of image returned in the answer. + [Newtonsoft.Json.JsonPropertyAttribute("imageSource")] + public virtual string ImageSource { get; set; } + + /// + /// Language code for Summary. Use language tags defined by + /// [BCP47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). Note: This is an experimental feature. + /// + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } + + /// + /// Max rephrase steps. The max number is 5 steps. If not set or set to &lt; 1, it will be set to 1 by + /// default. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxRephraseSteps")] + public virtual System.Nullable MaxRephraseSteps { get; set; } + + /// Text at the beginning of the prompt that instructs the model that generates the answer. + [Newtonsoft.Json.JsonPropertyAttribute("modelPromptPreamble")] + public virtual string ModelPromptPreamble { get; set; } + + /// The model version used to generate the answer. + [Newtonsoft.Json.JsonPropertyAttribute("modelVersion")] + public virtual string ModelVersion { get; set; } + + /// The number of top results to generate the answer from. Up to 10. + [Newtonsoft.Json.JsonPropertyAttribute("resultCount")] + public virtual System.Nullable ResultCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -33330,6 +35283,13 @@ public class GoogleCloudDiscoveryengineV1alphaAssistantContentFile : Google.Apis /// public class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Source attribution of the generated content. See also + /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check + /// + [Newtonsoft.Json.JsonPropertyAttribute("citationMetadata")] + public virtual GoogleCloudDiscoveryengineV1alphaCitationMetadata CitationMetadata { get; set; } + /// The content. [Newtonsoft.Json.JsonPropertyAttribute("content")] public virtual GoogleCloudDiscoveryengineV1alphaAssistantContent Content { get; set; } @@ -33655,6 +35615,48 @@ public class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse : public virtual string ETag { get; set; } } + /// Source attributions for content. + public class GoogleCloudDiscoveryengineV1alphaCitation : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. End index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] + public virtual System.Nullable EndIndex { get; set; } + + /// Output only. License of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("license")] + public virtual string License { get; set; } + + /// Output only. Publication date of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("publicationDate")] + public virtual GoogleTypeDate PublicationDate { get; set; } + + /// Output only. Start index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] + public virtual System.Nullable StartIndex { get; set; } + + /// Output only. Title of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// Output only. Url reference of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A collection of source attributions for a piece of content. + public class GoogleCloudDiscoveryengineV1alphaCitationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. List of citations. + [Newtonsoft.Json.JsonPropertyAttribute("citations")] + public virtual System.Collections.Generic.IList Citations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Configurations used to enable CMEK data encryption with Cloud KMS keys. public class GoogleCloudDiscoveryengineV1alphaCmekConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -35487,6 +37489,48 @@ public class GoogleCloudDiscoveryengineV1alphaDataStore : Google.Apis.Requests.I [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -35531,284 +37575,368 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Output only. The id of the default Schema associated to this data store. - [Newtonsoft.Json.JsonPropertyAttribute("defaultSchemaId")] - public virtual string DefaultSchemaId { get; set; } - - /// - /// Required. The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 - /// characters. Otherwise, an INVALID_ARGUMENT error is returned. - /// - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } - - /// Configuration for Document understanding and enrichment. - [Newtonsoft.Json.JsonPropertyAttribute("documentProcessingConfig")] - public virtual GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig DocumentProcessingConfig { get; set; } - - /// Optional. Configuration for `HEALTHCARE_FHIR` vertical. - [Newtonsoft.Json.JsonPropertyAttribute("healthcareFhirConfig")] - public virtual GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig HealthcareFhirConfig { get; set; } - - /// - /// Immutable. The fully qualified resource name of the associated IdentityMappingStore. This field can only be - /// set for acl_enabled DataStores with `THIRD_PARTY` or `GSUITE` IdP. Format: - /// `projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("identityMappingStore")] - public virtual string IdentityMappingStore { get; set; } - - /// Output only. Data store level identity provider config. - [Newtonsoft.Json.JsonPropertyAttribute("idpConfig")] - public virtual GoogleCloudDiscoveryengineV1alphaIdpConfig IdpConfig { get; set; } - - /// Immutable. The industry vertical that the data store registers. - [Newtonsoft.Json.JsonPropertyAttribute("industryVertical")] - public virtual string IndustryVertical { get; set; } - - /// Optional. If set, this DataStore is an Infobot FAQ DataStore. - [Newtonsoft.Json.JsonPropertyAttribute("isInfobotFaqDataStore")] - public virtual System.Nullable IsInfobotFaqDataStore { get; set; } - - /// - /// Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that - /// need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the - /// DataStore will be protected by the KMS key, as indicated in the cmek_config field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] - public virtual string KmsKeyName { get; set; } - - /// Language info for DataStore. - [Newtonsoft.Json.JsonPropertyAttribute("languageInfo")] - public virtual GoogleCloudDiscoveryengineV1alphaLanguageInfo LanguageInfo { get; set; } - - /// - /// Immutable. Identifier. The full resource name of the data store. Format: - /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field - /// must be a UTF-8 encoded string with a length limit of 1024 characters. - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Optional. Configuration for Natural Language Query Understanding. - [Newtonsoft.Json.JsonPropertyAttribute("naturalLanguageQueryUnderstandingConfig")] - public virtual GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig NaturalLanguageQueryUnderstandingConfig { get; set; } - - /// Optional. Stores serving config at DataStore level. - [Newtonsoft.Json.JsonPropertyAttribute("servingConfigDataStore")] - public virtual GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore ServingConfigDataStore { get; set; } - - /// - /// The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: - /// `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is - /// automatically enrolled. Other solutions cannot be enrolled. - /// - [Newtonsoft.Json.JsonPropertyAttribute("solutionTypes")] - public virtual System.Collections.Generic.IList SolutionTypes { get; set; } - - /// - /// The start schema to use for this DataStore when provisioning it. If unset, a default vertical specialized - /// schema will be used. This field is only used by CreateDataStore API, and will be ignored if used in other - /// APIs. This field will be omitted from all API responses including CreateDataStore API. To retrieve a schema - /// of a DataStore, use SchemaService.GetSchema API instead. The provided schema will be validated against - /// certain rules on schema. Learn more from [this - /// doc](https://cloud.google.com/generative-ai-app-builder/docs/provide-schema). - /// - [Newtonsoft.Json.JsonPropertyAttribute("startingSchema")] - public virtual GoogleCloudDiscoveryengineV1alphaSchema StartingSchema { get; set; } - - /// - /// Config to store data store type configuration for workspace data. This must be set when - /// DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. - /// - [Newtonsoft.Json.JsonPropertyAttribute("workspaceConfig")] - public virtual GoogleCloudDiscoveryengineV1alphaWorkspaceConfig WorkspaceConfig { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Estimation of data size per data store. - public class GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation : Google.Apis.Requests.IDirectResponseSchema - { - /// Data size for structured data in terms of bytes. - [Newtonsoft.Json.JsonPropertyAttribute("structuredDataSize")] - public virtual System.Nullable StructuredDataSize { get; set; } - - private string _structuredDataUpdateTimeRaw; - - private object _structuredDataUpdateTime; - - /// Last updated timestamp for structured data. - [Newtonsoft.Json.JsonPropertyAttribute("structuredDataUpdateTime")] - public virtual string StructuredDataUpdateTimeRaw - { - get => _structuredDataUpdateTimeRaw; - set - { - _structuredDataUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _structuredDataUpdateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StructuredDataUpdateTimeDateTimeOffset instead.")] - public virtual object StructuredDataUpdateTime - { - get => _structuredDataUpdateTime; - set - { - _structuredDataUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _structuredDataUpdateTime = value; - } - } - - /// - /// representation of . - /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? StructuredDataUpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StructuredDataUpdateTimeRaw); - set => StructuredDataUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// Data size for unstructured data in terms of bytes. - [Newtonsoft.Json.JsonPropertyAttribute("unstructuredDataSize")] - public virtual System.Nullable UnstructuredDataSize { get; set; } - - private string _unstructuredDataUpdateTimeRaw; - - private object _unstructuredDataUpdateTime; - - /// Last updated timestamp for unstructured data. - [Newtonsoft.Json.JsonPropertyAttribute("unstructuredDataUpdateTime")] - public virtual string UnstructuredDataUpdateTimeRaw - { - get => _unstructuredDataUpdateTimeRaw; - set - { - _unstructuredDataUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _unstructuredDataUpdateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UnstructuredDataUpdateTimeDateTimeOffset instead.")] - public virtual object UnstructuredDataUpdateTime - { - get => _unstructuredDataUpdateTime; - set - { - _unstructuredDataUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _unstructuredDataUpdateTime = value; - } - } - - /// - /// representation of . - /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UnstructuredDataUpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UnstructuredDataUpdateTimeRaw); - set => UnstructuredDataUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// Data size for websites in terms of bytes. - [Newtonsoft.Json.JsonPropertyAttribute("websiteDataSize")] - public virtual System.Nullable WebsiteDataSize { get; set; } - - private string _websiteDataUpdateTimeRaw; + /// Output only. The id of the default Schema associated to this data store. + [Newtonsoft.Json.JsonPropertyAttribute("defaultSchemaId")] + public virtual string DefaultSchemaId { get; set; } + + /// + /// Required. The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 + /// characters. Otherwise, an INVALID_ARGUMENT error is returned. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Configuration for Document understanding and enrichment. + [Newtonsoft.Json.JsonPropertyAttribute("documentProcessingConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig DocumentProcessingConfig { get; set; } + + /// Optional. Configuration for `HEALTHCARE_FHIR` vertical. + [Newtonsoft.Json.JsonPropertyAttribute("healthcareFhirConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig HealthcareFhirConfig { get; set; } + + /// + /// Immutable. The fully qualified resource name of the associated IdentityMappingStore. This field can only be + /// set for acl_enabled DataStores with `THIRD_PARTY` or `GSUITE` IdP. Format: + /// `projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("identityMappingStore")] + public virtual string IdentityMappingStore { get; set; } + + /// Output only. Data store level identity provider config. + [Newtonsoft.Json.JsonPropertyAttribute("idpConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaIdpConfig IdpConfig { get; set; } + + /// Immutable. The industry vertical that the data store registers. + [Newtonsoft.Json.JsonPropertyAttribute("industryVertical")] + public virtual string IndustryVertical { get; set; } + + /// Optional. If set, this DataStore is an Infobot FAQ DataStore. + [Newtonsoft.Json.JsonPropertyAttribute("isInfobotFaqDataStore")] + public virtual System.Nullable IsInfobotFaqDataStore { get; set; } + + /// + /// Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that + /// need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the + /// DataStore will be protected by the KMS key, as indicated in the cmek_config field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } + + /// Language info for DataStore. + [Newtonsoft.Json.JsonPropertyAttribute("languageInfo")] + public virtual GoogleCloudDiscoveryengineV1alphaLanguageInfo LanguageInfo { get; set; } + + /// + /// Immutable. Identifier. The full resource name of the data store. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field + /// must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional. Configuration for Natural Language Query Understanding. + [Newtonsoft.Json.JsonPropertyAttribute("naturalLanguageQueryUnderstandingConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig NaturalLanguageQueryUnderstandingConfig { get; set; } + + /// Optional. Stores serving config at DataStore level. + [Newtonsoft.Json.JsonPropertyAttribute("servingConfigDataStore")] + public virtual GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore ServingConfigDataStore { get; set; } + + /// + /// The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: + /// `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is + /// automatically enrolled. Other solutions cannot be enrolled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("solutionTypes")] + public virtual System.Collections.Generic.IList SolutionTypes { get; set; } + + /// + /// The start schema to use for this DataStore when provisioning it. If unset, a default vertical specialized + /// schema will be used. This field is only used by CreateDataStore API, and will be ignored if used in other + /// APIs. This field will be omitted from all API responses including CreateDataStore API. To retrieve a schema + /// of a DataStore, use SchemaService.GetSchema API instead. The provided schema will be validated against + /// certain rules on schema. Learn more from [this + /// doc](https://cloud.google.com/generative-ai-app-builder/docs/provide-schema). + /// + [Newtonsoft.Json.JsonPropertyAttribute("startingSchema")] + public virtual GoogleCloudDiscoveryengineV1alphaSchema StartingSchema { get; set; } + + /// + /// Config to store data store type configuration for workspace data. This must be set when + /// DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. + /// + [Newtonsoft.Json.JsonPropertyAttribute("workspaceConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaWorkspaceConfig WorkspaceConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Estimation of data size per data store. + public class GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation : Google.Apis.Requests.IDirectResponseSchema + { + /// Data size for structured data in terms of bytes. + [Newtonsoft.Json.JsonPropertyAttribute("structuredDataSize")] + public virtual System.Nullable StructuredDataSize { get; set; } + + private string _structuredDataUpdateTimeRaw; + + private object _structuredDataUpdateTime; + + /// Last updated timestamp for structured data. + [Newtonsoft.Json.JsonPropertyAttribute("structuredDataUpdateTime")] + public virtual string StructuredDataUpdateTimeRaw + { + get => _structuredDataUpdateTimeRaw; + set + { + _structuredDataUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _structuredDataUpdateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StructuredDataUpdateTimeDateTimeOffset instead.")] + public virtual object StructuredDataUpdateTime + { + get => _structuredDataUpdateTime; + set + { + _structuredDataUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _structuredDataUpdateTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StructuredDataUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StructuredDataUpdateTimeRaw); + set => StructuredDataUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Data size for unstructured data in terms of bytes. + [Newtonsoft.Json.JsonPropertyAttribute("unstructuredDataSize")] + public virtual System.Nullable UnstructuredDataSize { get; set; } + + private string _unstructuredDataUpdateTimeRaw; + + private object _unstructuredDataUpdateTime; + + /// Last updated timestamp for unstructured data. + [Newtonsoft.Json.JsonPropertyAttribute("unstructuredDataUpdateTime")] + public virtual string UnstructuredDataUpdateTimeRaw + { + get => _unstructuredDataUpdateTimeRaw; + set + { + _unstructuredDataUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _unstructuredDataUpdateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UnstructuredDataUpdateTimeDateTimeOffset instead.")] + public virtual object UnstructuredDataUpdateTime + { + get => _unstructuredDataUpdateTime; + set + { + _unstructuredDataUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _unstructuredDataUpdateTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UnstructuredDataUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UnstructuredDataUpdateTimeRaw); + set => UnstructuredDataUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Data size for websites in terms of bytes. + [Newtonsoft.Json.JsonPropertyAttribute("websiteDataSize")] + public virtual System.Nullable WebsiteDataSize { get; set; } + + private string _websiteDataUpdateTimeRaw; + + private object _websiteDataUpdateTime; + + /// Last updated timestamp for websites. + [Newtonsoft.Json.JsonPropertyAttribute("websiteDataUpdateTime")] + public virtual string WebsiteDataUpdateTimeRaw + { + get => _websiteDataUpdateTimeRaw; + set + { + _websiteDataUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _websiteDataUpdateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use WebsiteDataUpdateTimeDateTimeOffset instead.")] + public virtual object WebsiteDataUpdateTime + { + get => _websiteDataUpdateTime; + set + { + _websiteDataUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _websiteDataUpdateTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? WebsiteDataUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(WebsiteDataUpdateTimeRaw); + set => WebsiteDataUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Stores information regarding the serving configurations at DataStore level. + public class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. If set true, the DataStore will not be available for serving search requests. + [Newtonsoft.Json.JsonPropertyAttribute("disabledForServing")] + public virtual System.Nullable DisabledForServing { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The historical dedicated crawl rate timeseries data, used for monitoring. Dedicated crawl is used by Vertex AI + /// to crawl the user's website when dedicate crawl is set. + /// + public class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries : Google.Apis.Requests.IDirectResponseSchema + { + /// Vertex AI's error rate time series of auto-refresh dedicated crawl. + [Newtonsoft.Json.JsonPropertyAttribute("autoRefreshCrawlErrorRate")] + public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries AutoRefreshCrawlErrorRate { get; set; } + + /// + /// Vertex AI's dedicated crawl rate time series of auto-refresh, which is the crawl rate of + /// Google-CloudVertexBot when dedicate crawl is set, and the crawl rate is for best effort use cases like + /// refreshing urls periodically. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoRefreshCrawlRate")] + public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries AutoRefreshCrawlRate { get; set; } + + /// Vertex AI's error rate time series of user triggered dedicated crawl. + [Newtonsoft.Json.JsonPropertyAttribute("userTriggeredCrawlErrorRate")] + public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries UserTriggeredCrawlErrorRate { get; set; } + + /// + /// Vertex AI's dedicated crawl rate time series of user triggered crawl, which is the crawl rate of + /// Google-CloudVertexBot when dedicate crawl is set, and user triggered crawl rate is for deterministic use + /// cases like crawling urls or sitemaps specified by users. + /// + [Newtonsoft.Json.JsonPropertyAttribute("userTriggeredCrawlRate")] + public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries UserTriggeredCrawlRate { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Metadata related to the progress of the AgentService.DeleteAgent operation. This will be returned by the + /// google.longrunning.Operation.metadata field. + /// + public class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Operation create time. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _updateTimeRaw; - private object _websiteDataUpdateTime; + private object _updateTime; - /// Last updated timestamp for websites. - [Newtonsoft.Json.JsonPropertyAttribute("websiteDataUpdateTime")] - public virtual string WebsiteDataUpdateTimeRaw + /// Operation last update time. If the operation is done, this is also the finish time. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw { - get => _websiteDataUpdateTimeRaw; + get => _updateTimeRaw; set { - _websiteDataUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _websiteDataUpdateTimeRaw = value; + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use WebsiteDataUpdateTimeDateTimeOffset instead.")] - public virtual object WebsiteDataUpdateTime + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime { - get => _websiteDataUpdateTime; + get => _updateTime; set { - _websiteDataUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _websiteDataUpdateTime = value; + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; } } - /// - /// representation of . - /// + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? WebsiteDataUpdateTimeDateTimeOffset + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(WebsiteDataUpdateTimeRaw); - set => WebsiteDataUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Stores information regarding the serving configurations at DataStore level. - public class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. If set true, the DataStore will not be available for serving search requests. - [Newtonsoft.Json.JsonPropertyAttribute("disabledForServing")] - public virtual System.Nullable DisabledForServing { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// The historical dedicated crawl rate timeseries data, used for monitoring. Dedicated crawl is used by Vertex AI - /// to crawl the user's website when dedicate crawl is set. - /// - public class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries : Google.Apis.Requests.IDirectResponseSchema - { - /// Vertex AI's error rate time series of auto-refresh dedicated crawl. - [Newtonsoft.Json.JsonPropertyAttribute("autoRefreshCrawlErrorRate")] - public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries AutoRefreshCrawlErrorRate { get; set; } - - /// - /// Vertex AI's dedicated crawl rate time series of auto-refresh, which is the crawl rate of - /// Google-CloudVertexBot when dedicate crawl is set, and the crawl rate is for best effort use cases like - /// refreshing urls periodically. - /// - [Newtonsoft.Json.JsonPropertyAttribute("autoRefreshCrawlRate")] - public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries AutoRefreshCrawlRate { get; set; } - - /// Vertex AI's error rate time series of user triggered dedicated crawl. - [Newtonsoft.Json.JsonPropertyAttribute("userTriggeredCrawlErrorRate")] - public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries UserTriggeredCrawlErrorRate { get; set; } - - /// - /// Vertex AI's dedicated crawl rate time series of user triggered crawl, which is the crawl rate of - /// Google-CloudVertexBot when dedicate crawl is set, and user triggered crawl rate is for deterministic use - /// cases like crawling urls or sitemaps specified by users. - /// - [Newtonsoft.Json.JsonPropertyAttribute("userTriggeredCrawlRate")] - public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries UserTriggeredCrawlRate { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Metadata related to the progress of the CmekConfigService.DeleteCmekConfig operation. This will be returned by /// the google.longrunning.Operation.metadata field. @@ -36492,6 +38620,25 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the + /// google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user + /// store, return the number of end users successfully deleted or failed to delete in the metadata. + /// + public class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The number of end users under the user store that failed to be deleted. + [Newtonsoft.Json.JsonPropertyAttribute("failureCount")] + public virtual System.Nullable FailureCount { get; set; } + + /// The number of end users under the user store that were successfully deleted. + [Newtonsoft.Json.JsonPropertyAttribute("successCount")] + public virtual System.Nullable SuccessCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Defines target endpoints used to connect to third-party sources. public class GoogleCloudDiscoveryengineV1alphaDestinationConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -36732,6 +38879,10 @@ public class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingCon [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -36891,6 +39042,10 @@ public class GoogleCloudDiscoveryengineV1alphaEngine : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaCmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1alphaEngineCommonConfig CommonConfig { get; set; } @@ -36982,6 +39137,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -38620,6 +40785,10 @@ public class GoogleCloudDiscoveryengineV1alphaLicenseConfig : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -38781,6 +40950,10 @@ public class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries : Googl /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1alphaProject : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -38880,6 +41053,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -38898,6 +41135,13 @@ public class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNoteb [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -39957,6 +42201,17 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] public virtual GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec ContentSearchSpec { get; set; } + /// + /// Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, + /// crowding will be evaluated on each unique combination of the `field` values, and max_count will be the + /// maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = + /// "color" and `max_count` = 3, and the second CrowdingSpec has `field` = "size" and `max_count` = 2, then + /// after 3 documents that share the same color AND size have been returned, subsequent ones should be removed + /// or demoted. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crowdingSpecs")] + public virtual System.Collections.Generic.IList CrowdingSpecs { get; set; } + /// /// Custom fine tuning configs. If set, it has higher priority than the configs set in /// ServingConfig.custom_fine_tuning_spec. @@ -40057,6 +42312,19 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("orderBy")] public virtual string OrderBy { get; set; } + /// + /// Optional. The categories associated with a category page. Must be set for category navigation queries to + /// achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field + /// is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query + /// is empty. If the field is empty, it will not be used by the browse model. To represent full path of a + /// category, use '&gt;' character to separate different hierarchies. If '&gt;' is part of the category + /// name, replace it with other character(s). For example, `Graphics Cards &gt; RTX&gt;4090 &gt; + /// Founders Edition` where "RTX &gt; 4090" represents one level, can be rewritten as `Graphics Cards + /// &gt; RTX_4090 &gt; Founders Edition` + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the /// maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. @@ -40248,10 +42516,10 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 /// characters. Otherwise, an `INVALID_ARGUMENT` error is returned. /// @@ -40645,6 +42913,36 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSumm public virtual string ETag { get; set; } } + /// + /// Specification for crowding. Crowding improves the diversity of search results by limiting the number of results + /// that share the same field value. For example, crowding on the color field with a max_count of 3 and mode + /// DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages. + /// + public class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is + /// case sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// + /// The maximum number of documents to keep per value of the field. Once there are at least max_count previous + /// results which contain the same value for the given field (according to the order specified in `order_by`), + /// later results with the same value are "crowded away". If not specified, the default value is 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCount")] + public virtual System.Nullable MaxCount { get; set; } + + /// Mode to use for documents that are crowded away. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A struct to define data stores to filter on in a search call and configurations for those data stores. /// Otherwise, an `INVALID_ARGUMENT` error is returned. @@ -41080,6 +43378,10 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("isPinned")] public virtual System.Nullable IsPinned { get; set; } + /// Optional. The labels for the session. Can be set as filter in ListSessionsRequest. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IList Labels { get; set; } + /// /// Immutable. Fully qualified name /// `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*` @@ -42372,54 +44674,6 @@ public class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig : Google.A public virtual string ETag { get; set; } } - /// - /// The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector - /// is of same usage. No easy way to migrate. - /// - public class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The enrollment state of each alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertEnrollments")] - public virtual System.Collections.Generic.IList AlertEnrollments { get; set; } - - /// Immutable. The fully qualified resource name of the AlertPolicy. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicy")] - public virtual string AlertPolicy { get; set; } - - /// Optional. The contact details for each alert policy. - [Newtonsoft.Json.JsonPropertyAttribute("contactDetails")] - public virtual System.Collections.Generic.IList ContactDetails { get; set; } - - /// Optional. The language code used for notifications - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The alert enrollment status. - public class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment : Google.Apis.Requests.IDirectResponseSchema - { - /// Immutable. The id of an alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertId")] - public virtual string AlertId { get; set; } - - /// Required. The enrollment status of a customer. - [Newtonsoft.Json.JsonPropertyAttribute("enrollState")] - public virtual string EnrollState { get; set; } - - /// - /// Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when - /// registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. - /// - [Newtonsoft.Json.JsonPropertyAttribute("notificationParams")] - public virtual System.Collections.Generic.IDictionary NotificationParams { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Metadata related to the progress of the SiteSearchEngineService.BatchCreateTargetSites operation. This will be /// returned by the google.longrunning.Operation.metadata field. @@ -42794,20 +45048,6 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// - /// The contact info stored in resource level. If both project level and resource level is populated, the resource - /// level contact info will override the project level contact info. - /// - public class GoogleCloudDiscoveryengineV1betaContactDetails : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The email address of the contact. - [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] - public virtual string EmailAddress { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at /// serving time. Permitted actions dependent on `SolutionType`. @@ -43515,6 +45755,48 @@ public class GoogleCloudDiscoveryengineV1betaDataStore : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -44536,6 +46818,10 @@ public class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConf [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -44695,6 +46981,10 @@ public class GoogleCloudDiscoveryengineV1betaEngine : Google.Apis.Requests.IDire [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1betaCmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1betaEngineCommonConfig CommonConfig { get; set; } @@ -44786,6 +47076,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -45946,10 +48246,6 @@ public class GoogleCloudDiscoveryengineV1betaLanguageInfo : Google.Apis.Requests /// Information about users' licenses. public class GoogleCloudDiscoveryengineV1betaLicenseConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The alert policy config for this license config. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicyResourceConfig")] - public virtual GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig AlertPolicyResourceConfig { get; set; } - /// Optional. Whether the license config should be auto renewed when it reaches the end date. [Newtonsoft.Json.JsonPropertyAttribute("autoRenew")] public virtual System.Nullable AutoRenew { get; set; } @@ -45962,6 +48258,10 @@ public class GoogleCloudDiscoveryengineV1betaLicenseConfig : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -46064,6 +48364,10 @@ public class GoogleCloudDiscoveryengineV1betaOrganicCrawlRateTimeSeries : Google /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1betaProject : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -46163,6 +48467,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -46181,6 +48549,13 @@ public class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebo [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -46807,6 +49182,17 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] public virtual GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec ContentSearchSpec { get; set; } + /// + /// Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, + /// crowding will be evaluated on each unique combination of the `field` values, and max_count will be the + /// maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = + /// "color" and `max_count` = 3, and the second CrowdingSpec has `field` = "size" and `max_count` = 2, then + /// after 3 documents that share the same color AND size have been returned, subsequent ones should be removed + /// or demoted. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crowdingSpecs")] + public virtual System.Collections.Generic.IList CrowdingSpecs { get; set; } + /// /// Specifications that define the specific DataStores to be searched, along with configurations for those data /// stores. This is only considered for Engines with multiple data stores. For engines with a single data store, @@ -46900,6 +49286,19 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("orderBy")] public virtual string OrderBy { get; set; } + /// + /// Optional. The categories associated with a category page. Must be set for category navigation queries to + /// achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field + /// is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query + /// is empty. If the field is empty, it will not be used by the browse model. To represent full path of a + /// category, use '&gt;' character to separate different hierarchies. If '&gt;' is part of the category + /// name, replace it with other character(s). For example, `Graphics Cards &gt; RTX&gt;4090 &gt; + /// Founders Edition` where "RTX &gt; 4090" represents one level, can be rewritten as `Graphics Cards + /// &gt; RTX_4090 &gt; Founders Edition` + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the /// maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. @@ -47083,10 +49482,10 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 /// characters. Otherwise, an `INVALID_ARGUMENT` error is returned. /// @@ -47480,6 +49879,36 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSumma public virtual string ETag { get; set; } } + /// + /// Specification for crowding. Crowding improves the diversity of search results by limiting the number of results + /// that share the same field value. For example, crowding on the color field with a max_count of 3 and mode + /// DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages. + /// + public class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is + /// case sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// + /// The maximum number of documents to keep per value of the field. Once there are at least max_count previous + /// results which contain the same value for the given field (according to the order specified in `order_by`), + /// later results with the same value are "crowded away". If not specified, the default value is 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCount")] + public virtual System.Nullable MaxCount { get; set; } + + /// Mode to use for documents that are crowded away. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A struct to define data stores to filter on in a search call and configurations for those data stores. /// Otherwise, an `INVALID_ARGUMENT` error is returned. @@ -48678,6 +51107,51 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Configures metadata that is used for End User entities. + public class GoogleCloudDiscoveryengineV1betaUserStore : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default subscription LicenseConfig for the UserStore, if + /// UserStore.enable_license_auto_register is true, new users will automatically register under the default + /// subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be + /// assigned with license and will be blocked for Vertex AI Search features. This is used if + /// `license_assignment_tier_rules` is not configured. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLicenseConfig")] + public virtual string DefaultLicenseConfig { get; set; } + + /// The display name of the User Store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Optional. Whether to enable license auto update for users in this User Store. If true, users with expired + /// licenses will automatically be updated to use the default license config as long as the default license + /// config has seats left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableExpiredLicenseAutoUpdate")] + public virtual System.Nullable EnableExpiredLicenseAutoUpdate { get; set; } + + /// + /// Optional. Whether to enable license auto register for users in this User Store. If true, new users will + /// automatically register under the default license config as long as the default license config has seats + /// left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableLicenseAutoRegister")] + public virtual System.Nullable EnableLicenseAutoRegister { get; set; } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Config to store data store type configuration for workspace data public class GoogleCloudDiscoveryengineV1betaWorkspaceConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -48727,8 +51201,8 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.csproj b/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.csproj index 22c21f8db6a..5428e43a81e 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.csproj +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1/Google.Apis.DiscoveryEngine.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.DiscoveryEngine.v1 Client Library - 1.71.0.3924 + 1.72.0.3972 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.cs b/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.cs index 9a89be9c6ba..68eae2fa9bb 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.cs +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.cs @@ -34,7 +34,7 @@ public DiscoveryEngineService() : this(new Google.Apis.Services.BaseClientServic /// The service initializer. public DiscoveryEngineService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) { - Media = new MediaResource(this); + BillingAccounts = new BillingAccountsResource(this); Projects = new ProjectsResource(this); BaseUri = GetEffectiveUri(BaseUriOverride, "https://discoveryengine.googleapis.com/"); BatchUri = GetEffectiveUri(null, "https://discoveryengine.googleapis.com/batch"); @@ -69,6 +69,19 @@ public class Scope /// Search your organization's data in the Cloud Search index public static string CloudSearchQuery = "https://www.googleapis.com/auth/cloud_search.query"; + + /// + /// View your Agentspace chat history, including uploaded files and generated reports and visualizations, + /// and interact with the Agentspace assistant on your behalf. + /// + public static string DiscoveryengineAssistReadwrite = "https://www.googleapis.com/auth/discoveryengine.assist.readwrite"; + + /// + /// View, edit, create, and delete all your data associated with any Discovery Engine API product, such as + /// Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration + /// or configuration data. + /// + public static string DiscoveryengineReadwrite = "https://www.googleapis.com/auth/discoveryengine.readwrite"; } /// Available OAuth 2.0 scope constants for use with the Discovery Engine API. @@ -82,10 +95,23 @@ public static class ScopeConstants /// Search your organization's data in the Cloud Search index public const string CloudSearchQuery = "https://www.googleapis.com/auth/cloud_search.query"; + + /// + /// View your Agentspace chat history, including uploaded files and generated reports and visualizations, + /// and interact with the Agentspace assistant on your behalf. + /// + public const string DiscoveryengineAssistReadwrite = "https://www.googleapis.com/auth/discoveryengine.assist.readwrite"; + + /// + /// View, edit, create, and delete all your data associated with any Discovery Engine API product, such as + /// Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration + /// or configuration data. + /// + public const string DiscoveryengineReadwrite = "https://www.googleapis.com/auth/discoveryengine.readwrite"; } - /// Gets the Media resource. - public virtual MediaResource Media { get; } + /// Gets the BillingAccounts resource. + public virtual BillingAccountsResource BillingAccounts { get; } /// Gets the Projects resource. public virtual ProjectsResource Projects { get; } @@ -272,178 +298,280 @@ protected override void InitParameters() } } - /// The "media" collection of methods. - public class MediaResource + /// The "billingAccounts" collection of methods. + public class BillingAccountsResource { - private const string Resource = "media"; + private const string Resource = "billingAccounts"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public MediaResource(Google.Apis.Services.IClientService service) + public BillingAccountsResource(Google.Apis.Services.IClientService service) { this.service = service; + BillingAccountLicenseConfigs = new BillingAccountLicenseConfigsResource(service); } - /// Downloads a file from the session. - /// - /// Required. The resource name of the Session. Format: - /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}` - /// - public virtual DownloadRequest Download(string name) - { - return new DownloadRequest(this.service, name); - } + /// Gets the BillingAccountLicenseConfigs resource. + public virtual BillingAccountLicenseConfigsResource BillingAccountLicenseConfigs { get; } - /// Downloads a file from the session. - public class DownloadRequest : DiscoveryEngineBaseServiceRequest + /// The "billingAccountLicenseConfigs" collection of methods. + public class BillingAccountLicenseConfigsResource { - /// Constructs a new Download request. - public DownloadRequest(Google.Apis.Services.IClientService service, string name) : base(service) + private const string Resource = "billingAccountLicenseConfigs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public BillingAccountLicenseConfigsResource(Google.Apis.Services.IClientService service) { - Name = name; - MediaDownloader = new Google.Apis.Download.MediaDownloader(service); - InitParameters(); + this.service = service; } - /// - /// Required. The resource name of the Session. Format: - /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Distributes a LicenseConfig from billing account level to project level. + /// The body of the request. + /// + /// Required. Full resource name of BillingAccountLicenseConfig. Format: + /// `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`. + /// + public virtual DistributeLicenseConfigRequest DistributeLicenseConfig(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest body, string billingAccountLicenseConfig) + { + return new DistributeLicenseConfigRequest(this.service, body, billingAccountLicenseConfig); + } - /// Required. The ID of the file to be downloaded. - [Google.Apis.Util.RequestParameterAttribute("fileId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FileId { get; set; } + /// Distributes a LicenseConfig from billing account level to project level. + public class DistributeLicenseConfigRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new DistributeLicenseConfig request. + public DistributeLicenseConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest body, string billingAccountLicenseConfig) : base(service) + { + BillingAccountLicenseConfig = billingAccountLicenseConfig; + Body = body; + InitParameters(); + } - /// Optional. The ID of the view to be downloaded. - [Google.Apis.Util.RequestParameterAttribute("viewId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ViewId { get; set; } + /// + /// Required. Full resource name of BillingAccountLicenseConfig. Format: + /// `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("billingAccountLicenseConfig", Google.Apis.Util.RequestParameterType.Path)] + public virtual string BillingAccountLicenseConfig { get; private set; } - /// Gets the method name. - public override string MethodName => "download"; + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}:downloadFile"; + /// Gets the method name. + public override string MethodName => "distributeLicenseConfig"; - /// Initializes Download parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", - }); - RequestParameters.Add("fileId", new Google.Apis.Discovery.Parameter - { - Name = "fileId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("viewId", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+billingAccountLicenseConfig}:distributeLicenseConfig"; + + /// Initializes DistributeLicenseConfig parameter list. + protected override void InitParameters() { - Name = "viewId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("billingAccountLicenseConfig", new Google.Apis.Discovery.Parameter + { + Name = "billingAccountLicenseConfig", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^billingAccounts/[^/]+/billingAccountLicenseConfigs/[^/]+$", + }); + } } - /// Gets the media downloader. - public Google.Apis.Download.IMediaDownloader MediaDownloader { get; private set; } - - /// - /// Synchronously download the media into the given stream. - /// - /// Warning: This method hides download errors; use - /// instead. - /// - /// - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual void Download(System.IO.Stream stream) + /// Gets a BillingAccountLicenseConfig. + /// + /// Required. Full resource name of BillingAccountLicenseConfig. Format: + /// `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`. + /// + public virtual GetRequest Get(string name) { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - mediaDownloader.Download(this.GenerateRequestUri(), stream); + return new GetRequest(this.service, name); } - /// Synchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - /// The final status of the download; including whether the download succeeded or failed. - public virtual Google.Apis.Download.IDownloadProgress DownloadWithStatus(System.IO.Stream stream) + /// Gets a BillingAccountLicenseConfig. + public class GetRequest : DiscoveryEngineBaseServiceRequest { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.Download(this.GenerateRequestUri(), stream); + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Full resource name of BillingAccountLicenseConfig. Format: + /// `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^billingAccounts/[^/]+/billingAccountLicenseConfigs/[^/]+$", + }); + } } - /// Asynchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadAsync(System.IO.Stream stream) + /// Lists all BillingAccountLicenseConfigs for a given billing account. + /// Required. Format: `billingAccounts/{billing_account}`. + public virtual ListRequest List(string parent) { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream); + return new ListRequest(this.service, parent); } - /// Asynchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadAsync(System.IO.Stream stream, - System.Threading.CancellationToken cancellationToken) + /// Lists all BillingAccountLicenseConfigs for a given billing account. + public class ListRequest : DiscoveryEngineBaseServiceRequest { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream, cancellationToken); + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// Required. Format: `billingAccounts/{billing_account}`. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. Not supported. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. Not supported. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/billingAccountLicenseConfigs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^billingAccounts/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - /// Synchronously download a range of the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual Google.Apis.Download.IDownloadProgress DownloadRange(System.IO.Stream stream, System.Net.Http.Headers.RangeHeaderValue range) + /// + /// This method is called from the billing account side to retract the LicenseConfig from the given project + /// back to the billing account. + /// + /// The body of the request. + /// + /// Required. Full resource name of BillingAccountLicenseConfig. Format: + /// `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`. + /// + public virtual RetractLicenseConfigRequest RetractLicenseConfig(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest body, string billingAccountLicenseConfig) { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = range; - return mediaDownloader.Download(this.GenerateRequestUri(), stream); + return new RetractLicenseConfigRequest(this.service, body, billingAccountLicenseConfig); } - /// Asynchronously download a range of the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadRangeAsync(System.IO.Stream stream, - System.Net.Http.Headers.RangeHeaderValue range, - System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + /// + /// This method is called from the billing account side to retract the LicenseConfig from the given project + /// back to the billing account. + /// + public class RetractLicenseConfigRequest : DiscoveryEngineBaseServiceRequest { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = range; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream, cancellationToken); + /// Constructs a new RetractLicenseConfig request. + public RetractLicenseConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest body, string billingAccountLicenseConfig) : base(service) + { + BillingAccountLicenseConfig = billingAccountLicenseConfig; + Body = body; + InitParameters(); + } + + /// + /// Required. Full resource name of BillingAccountLicenseConfig. Format: + /// `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("billingAccountLicenseConfig", Google.Apis.Util.RequestParameterType.Path)] + public virtual string BillingAccountLicenseConfig { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "retractLicenseConfig"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+billingAccountLicenseConfig}:retractLicenseConfig"; + + /// Initializes RetractLicenseConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("billingAccountLicenseConfig", new Google.Apis.Discovery.Parameter + { + Name = "billingAccountLicenseConfig", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^billingAccounts/[^/]+/billingAccountLicenseConfigs/[^/]+$", + }); + } } } } @@ -479,6 +607,7 @@ public class LocationsResource public LocationsResource(Google.Apis.Services.IClientService service) { this.service = service; + Authorizations = new AuthorizationsResource(service); CmekConfigs = new CmekConfigsResource(service); Collections = new CollectionsResource(service); DataStores = new DataStoresResource(service); @@ -496,6 +625,359 @@ public LocationsResource(Google.Apis.Services.IClientService service) UserStores = new UserStoresResource(service); } + /// Gets the Authorizations resource. + public virtual AuthorizationsResource Authorizations { get; } + + /// The "authorizations" collection of methods. + public class AuthorizationsResource + { + private const string Resource = "authorizations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AuthorizationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates an Authorization. + /// The body of the request. + /// + /// Required. The parent resource name. Format: `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAuthorization body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates an Authorization. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAuthorization body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the authorization, which will become the final component of the + /// resource name. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) with a + /// length limit of 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("authorizationId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AuthorizationId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAuthorization Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/authorizations"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("authorizationId", new Google.Apis.Discovery.Parameter + { + Name = "authorizationId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes an Authorization. + /// + /// Required. Resource name of Authorization. Format: + /// `projects/{project}/locations/{location}/authorizations/{authorization}` If the caller does not have + /// permission to delete the authorization, regardless of whether or not it exists, a + /// `PERMISSION_DENIED` error is returned. If the authorization to delete does not exist, a `NOT_FOUND` + /// error is returned. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes an Authorization. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of Authorization. Format: + /// `projects/{project}/locations/{location}/authorizations/{authorization}` If the caller does not + /// have permission to delete the authorization, regardless of whether or not it exists, a + /// `PERMISSION_DENIED` error is returned. If the authorization to delete does not exist, a + /// `NOT_FOUND` error is returned. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/authorizations/[^/]+$", + }); + } + } + + /// Gets an Authorization. + /// + /// Required. Resource name of Authorization. Format: + /// `projects/{project}/locations/{location}/authorizations/{authorization}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets an Authorization. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of Authorization. Format: + /// `projects/{project}/locations/{location}/authorizations/{authorization}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/authorizations/[^/]+$", + }); + } + } + + /// Lists all Authorizations under an Engine. + /// + /// Required. The parent resource name. Format: `projects/{project}/locations/{location}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all Authorizations under an Engine. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Maximum number of Authorizations to return. If unspecified, defaults to 100. The maximum allowed + /// value is 1000; anything above that will be coerced down to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token ListAuthorizationsResponse.next_page_token, received from a previous + /// AuthorizationService.ListAuthorizations call. Provide this to retrieve the subsequent page. When + /// paginating, all other parameters provided to ListAuthorizations must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/authorizations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates an Authorization + /// The body of the request. + /// + /// Identifier. Resource name of the authorization. Format: + /// `projects/{project}/locations/{location}/authorizations/{authorization}` It must be a UTF-8 encoded + /// string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAuthorization body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates an Authorization + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAuthorization body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. Resource name of the authorization. Format: + /// `projects/{project}/locations/{location}/authorizations/{authorization}` It must be a UTF-8 + /// encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAuthorization Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/authorizations/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Gets the CmekConfigs resource. public virtual CmekConfigsResource CmekConfigs { get; } @@ -1010,9 +1492,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -1145,26 +1627,85 @@ protected override void InitParameters() } } - /// Get the secret for the associated connector. - /// Required. The full resource name of the associated data connector. - public virtual GetConnectorSecretRequest GetConnectorSecret(string name) + /// + /// Deprecated: Checks the existence of a refresh token for the EUC user for a given connection and + /// returns its details. Use AcquireAccessToken instead and then check the validity of the returned + /// token by asking the 3rd party system. There's no way to know for sure if a refresh token is + /// valid without asking the 3rd party system. + /// + /// + /// Required. The resource name of the connector for which a token is queried. + /// + public virtual CheckRefreshTokenRequest CheckRefreshToken(string name) { - return new GetConnectorSecretRequest(this.service, name); + return new CheckRefreshTokenRequest(this.service, name); } - /// Get the secret for the associated connector. - public class GetConnectorSecretRequest : DiscoveryEngineBaseServiceRequest + /// + /// Deprecated: Checks the existence of a refresh token for the EUC user for a given connection and + /// returns its details. Use AcquireAccessToken instead and then check the validity of the returned + /// token by asking the 3rd party system. There's no way to know for sure if a refresh token is + /// valid without asking the 3rd party system. + /// + public class CheckRefreshTokenRequest : DiscoveryEngineBaseServiceRequest { - /// Constructs a new GetConnectorSecret request. - public GetConnectorSecretRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Constructs a new CheckRefreshToken request. + public CheckRefreshTokenRequest(Google.Apis.Services.IClientService service, string name) : base(service) { Name = name; InitParameters(); } - /// Required. The full resource name of the associated data connector. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The resource name of the connector for which a token is queried. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "checkRefreshToken"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}:checkRefreshToken"; + + /// Initializes CheckRefreshToken parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataConnector$", + }); + } + } + + /// Get the secret for the associated connector. + /// Required. The full resource name of the associated data connector. + public virtual GetConnectorSecretRequest GetConnectorSecret(string name) + { + return new GetConnectorSecretRequest(this.service, name); + } + + /// Get the secret for the associated connector. + public class GetConnectorSecretRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new GetConnectorSecret request. + public GetConnectorSecretRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The full resource name of the associated data connector. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. public override string MethodName => "getConnectorSecret"; @@ -2326,11 +2867,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -3908,11 +4449,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -4084,9 +4625,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -4277,11 +4818,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -5873,11 +6414,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -6264,9 +6805,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and /// those that are unreachable are returned in the - /// [ListOperationsResponse.unreachable] field. This can only be `true` when reading - /// across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and + /// ListOperationsResponse.unreachable field. This can only be `true` when reading + /// across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and /// will result in an `UNIMPLEMENTED` error if set unless explicitly documented /// otherwise in service or product specific documentation. /// @@ -7758,6 +8299,83 @@ protected override void InitParameters() }); } } + + /// Update a WidgetConfig. + /// The body of the request. + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a WidgetConfig. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Indicates which fields in the provided WidgetConfig to update. The following are the + /// only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported + /// fields are updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// Completes the specified user input with keyword suggestions. @@ -7816,13 +8434,13 @@ public CompleteQueryRequest(Google.Apis.Services.IClientService service, string public virtual string QueryModel { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an - /// HTTP cookie, which should be able to uniquely identify a visitor on a single device. This - /// unique identifier should not change if the visitor logs in or out of the website. This field - /// should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier - /// as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 - /// encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error - /// is returned. + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented + /// with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. + /// This unique identifier should not change if the visitor logs in or out of the website. This + /// field should NOT have a fixed value such as `unknown_visitor`. This should be the same + /// identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a + /// UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` + /// error is returned. /// [Google.Apis.Util.RequestParameterAttribute("userPseudoId", Google.Apis.Util.RequestParameterType.Query)] public virtual string UserPseudoId { get; set; } @@ -8689,6 +9307,1450 @@ public class AssistantsResource public AssistantsResource(Google.Apis.Services.IClientService service) { this.service = service; + Agents = new AgentsResource(service); + CannedQueries = new CannedQueriesResource(service); + } + + /// Gets the Agents resource. + public virtual AgentsResource Agents { get; } + + /// The "agents" collection of methods. + public class AgentsResource + { + private const string Resource = "agents"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AgentsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Files = new FilesResource(service); + Operations = new OperationsResource(service); + } + + /// Gets the Files resource. + public virtual FilesResource Files { get; } + + /// The "files" collection of methods. + public class FilesResource + { + private const string Resource = "files"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public FilesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Imports a file to an Agent. Currently only No-Code agents are supported. + /// + /// The body of the request. + /// + /// Required. The resource name of the Agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + public virtual ImportRequest Import(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest body, string parent) + { + return new ImportRequest(this.service, body, parent); + } + + /// + /// Imports a file to an Agent. Currently only No-Code agents are supported. + /// + public class ImportRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Import request. + public ImportRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The resource name of the Agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "import"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/files:import"; + + /// Initializes Import parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + } + } + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+/operations/[^/]+$", + }); + } + } + } + + /// Creates an Agent. + /// The body of the request. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAgent body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates an Agent. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAgent body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAgent Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/agents"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + } + } + + /// Deletes an Agent. + /// + /// Required. Resource name of Agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// If the caller does not have permission to delete the agent, regardless of whether or not + /// it exists, a `PERMISSION_DENIED` error is returned. If the agent to delete does not + /// exist, a `NOT_FOUND` error is returned. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes an Agent. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of Agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// If the caller does not have permission to delete the agent, regardless of whether or + /// not it exists, a `PERMISSION_DENIED` error is returned. If the agent to delete does + /// not exist, a `NOT_FOUND` error is returned. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + } + } + + /// + /// Disables an Agent. The `state` of the Agent becomes `DISABLED`. Can be called on an + /// Agent in the state `ENABLED` or`SUSPENDED`, otherwise it returns an error. + /// + /// + /// Required. The name of the Agent to disable. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + public virtual DisableAgentRequest DisableAgent(string name) + { + return new DisableAgentRequest(this.service, name); + } + + /// + /// Disables an Agent. The `state` of the Agent becomes `DISABLED`. Can be called on an + /// Agent in the state `ENABLED` or`SUSPENDED`, otherwise it returns an error. + /// + public class DisableAgentRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new DisableAgent request. + public DisableAgentRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Agent to disable. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "disableAgent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}:disableAgent"; + + /// Initializes DisableAgent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + } + } + + /// + /// Enables an Agent. The `state` of the Agent becomes `ENABLED`. Can be called on an Agent + /// in the state `DISABLED` or 'SUSPENDED', otherwise it returns an error. + /// + /// + /// Required. The name of the Agent to enable. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + public virtual EnableAgentRequest EnableAgent(string name) + { + return new EnableAgentRequest(this.service, name); + } + + /// + /// Enables an Agent. The `state` of the Agent becomes `ENABLED`. Can be called on an Agent + /// in the state `DISABLED` or 'SUSPENDED', otherwise it returns an error. + /// + public class EnableAgentRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new EnableAgent request. + public EnableAgentRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Agent to enable. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "enableAgent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}:enableAgent"; + + /// Initializes EnableAgent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + } + } + + /// Gets an Agent. + /// + /// Required. Resource name of Agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets an Agent. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of Agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + } + } + + /// + /// Returns a AgentView for a given Agent, which contains additional information about the + /// Agent. + /// + /// + /// Required. The name of the Agent to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + public virtual GetAgentViewRequest GetAgentView(string name) + { + return new GetAgentViewRequest(this.service, name); + } + + /// + /// Returns a AgentView for a given Agent, which contains additional information about the + /// Agent. + /// + public class GetAgentViewRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new GetAgentView request. + public GetAgentViewRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Agent to get. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The UI language currently shown to the user. Specifying this field request + /// that the texts in the AgentView in the response should be translated to this + /// language. + /// + [Google.Apis.Util.RequestParameterAttribute("languageCode", Google.Apis.Util.RequestParameterType.Query)] + public virtual string LanguageCode { get; set; } + + /// + /// Optional. The maximum number of suggested prompts to return per agent. + /// + [Google.Apis.Util.RequestParameterAttribute("maxSuggestedPrompts", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxSuggestedPrompts { get; set; } + + /// Gets the method name. + public override string MethodName => "getAgentView"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}:getAgentView"; + + /// Initializes GetAgentView parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + RequestParameters.Add("languageCode", new Google.Apis.Discovery.Parameter + { + Name = "languageCode", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxSuggestedPrompts", new Google.Apis.Discovery.Parameter + { + Name = "maxSuggestedPrompts", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Gets the access control policy for an agent resource. A `NOT_FOUND` error is returned if + /// the resource does not exist. An empty policy is returned if the resource exists but does + /// not have a policy set on it. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value + /// for this field. + /// + public virtual GetIamPolicyRequest GetIamPolicy(string resource) + { + return new GetIamPolicyRequest(this.service, resource); + } + + /// + /// Gets the access control policy for an agent resource. A `NOT_FOUND` error is returned if + /// the resource does not exist. An empty policy is returned if the resource exists but does + /// not have a policy set on it. + /// + public class GetIamPolicyRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + { + Resource = resource; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate + /// value for this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid + /// values are 0, 1, and 3. Requests specifying an invalid value will be rejected. + /// Requests for policies with any conditional role bindings must specify version 3. + /// Policies with no conditional role bindings may specify any valid value or leave the + /// field unset. The policy in the response might use the policy version that you + /// specified, or it might use a lower policy version. For example, if you specify + /// version 3, but the policy has no conditional role bindings, the response uses + /// version 1. To learn which resources support conditions in their IAM policies, see + /// the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + + /// Gets the method name. + public override string MethodName => "getIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+resource}:getIamPolicy"; + + /// Initializes GetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + { + Name = "options.requestedPolicyVersion", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists all Agents under an Assistant which were created by the caller. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all Agents under an Assistant which were created by the caller. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. A comma-separated list of fields to order by, sorted in ascending order. + /// Use "desc" after a field name for descending. Supported fields: * `update_time` * + /// `is_pinned` Example: * "update_time desc" * "is_pinned desc,update_time desc": list + /// agents by is_pinned first, then by update_time. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. Maximum number of Agents to return. If unspecified, defaults to 100. The + /// maximum allowed value is 1000; anything above that will be coerced down to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token ListAgentsResponse.next_page_token, received from a previous + /// AgentService.ListAgents call. Provide this to retrieve the subsequent page. When + /// paginating, all other parameters provided to ListAgents must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/agents"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates an Agent + /// The body of the request. + /// + /// Identifier. Resource name of the agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAgent body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates an Agent + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAgent body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. Resource name of the agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAgent Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy for an agent resource. A `NOT_FOUND` error is returned if + /// the resource does not exist. Policy can only contain `roles/discoveryengine.agentUser`, + /// `roles/discoveryengine.agentViewer` and `roles/discoveryengine.agentEditor` roles. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value + /// for this field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleIamV1SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy for an agent resource. A `NOT_FOUND` error is returned if + /// the resource does not exist. Policy can only contain `roles/discoveryengine.agentUser`, + /// `roles/discoveryengine.agentViewer` and `roles/discoveryengine.agentEditor` roles. + /// + public class SetIamPolicyRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleIamV1SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate + /// value for this field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleIamV1SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + } + } + + /// + /// Suspends an Agent. It is still available for viewing but not for use. The `state` of the + /// Agent becomes `SUSPENDED`. Can be called on an Agent in the state `ENABLED`, otherwise + /// it returns an error. + /// + /// + /// Required. The name of the Agent to suspend. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + public virtual SuspendAgentRequest SuspendAgent(string name) + { + return new SuspendAgentRequest(this.service, name); + } + + /// + /// Suspends an Agent. It is still available for viewing but not for use. The `state` of the + /// Agent becomes `SUSPENDED`. Can be called on an Agent in the state `ENABLED`, otherwise + /// it returns an error. + /// + public class SuspendAgentRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new SuspendAgent request. + public SuspendAgentRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Agent to suspend. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. The reason for suspending the Agent. This will be shown to the users of + /// the Agent. + /// + [Google.Apis.Util.RequestParameterAttribute("suspensionReason", Google.Apis.Util.RequestParameterType.Query)] + public virtual string SuspensionReason { get; set; } + + /// Gets the method name. + public override string MethodName => "suspendAgent"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}:suspendAgent"; + + /// Initializes SuspendAgent parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+$", + }); + RequestParameters.Add("suspensionReason", new Google.Apis.Discovery.Parameter + { + Name = "suspensionReason", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the CannedQueries resource. + public virtual CannedQueriesResource CannedQueries { get; } + + /// The "cannedQueries" collection of methods. + public class CannedQueriesResource + { + private const string Resource = "cannedQueries"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public CannedQueriesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a CannedQuery. + /// The body of the request. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaCannedQuery body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a CannedQuery. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaCannedQuery body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the canned query, which will become the final component + /// of the canned query's resource name. This field must conform to + /// [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 + /// characters. + /// + [Google.Apis.Util.RequestParameterAttribute("cannedQueryId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string CannedQueryId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaCannedQuery Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/cannedQueries"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + RequestParameters.Add("cannedQueryId", new Google.Apis.Discovery.Parameter + { + Name = "cannedQueryId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a CannedQuery. + /// + /// Required. Resource name of CannedQuery. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` + /// If the caller does not have permission to delete the canned query, regardless of whether + /// or not it exists, a `PERMISSION_DENIED` error is returned. If the canned query to delete + /// does not exist, a `NOT_FOUND` error is returned. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a CannedQuery. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of CannedQuery. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` + /// If the caller does not have permission to delete the canned query, regardless of + /// whether or not it exists, a `PERMISSION_DENIED` error is returned. If the canned + /// query to delete does not exist, a `NOT_FOUND` error is returned. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/cannedQueries/[^/]+$", + }); + } + } + + /// Gets a CannedQuery. + /// + /// Required. Resource name of CannedQuery. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a CannedQuery. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of CannedQuery. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/cannedQueries/[^/]+$", + }); + } + } + + /// Lists all CannedQuerys under an Assistant. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all CannedQuerys under an Assistant. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The filter expression. Supported fields: * `enabled` * `google_defined` + /// Examples: * `enabled=true` * `google_defined=true` * `enabled=true AND + /// google_defined=true` + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Maximum number of canned queries to return. If unspecified, defaults to 100. The + /// maximum allowed value is 1000; anything above that will be coerced down to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token received from a previous CannedQueryService.ListCannedQueries call. + /// Provide this to retrieve the subsequent page. When paginating, all other parameters + /// provided to CannedQueryService.ListCannedQueries must match the call that provided + /// the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/cannedQueries"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a CannedQuery. + /// The body of the request. + /// + /// Immutable. Resource name of the canned query. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` + /// It must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaCannedQuery body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a CannedQuery. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaCannedQuery body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. Resource name of the canned query. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` + /// It must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaCannedQuery Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/cannedQueries/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates an Assistant. + /// The body of the request. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAssistant body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates an Assistant. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAssistant body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the Assistant, which will become the final component of the + /// Assistant's resource name. This field must conform to + /// [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("assistantId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AssistantId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaAssistant Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/assistants"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + RequestParameters.Add("assistantId", new Google.Apis.Discovery.Parameter + { + Name = "assistantId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes an Assistant. + /// + /// Required. Resource name of Assistant. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// If the caller does not have permission to delete the Assistant, regardless of whether or not + /// it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does not exist, + /// a NOT_FOUND error is returned. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes an Assistant. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of Assistant. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// If the caller does not have permission to delete the Assistant, regardless of whether or + /// not it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does + /// not exist, a NOT_FOUND error is returned. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + } } /// Gets an Assistant. @@ -8742,6 +10804,273 @@ protected override void InitParameters() } } + /// Lists all Assistants under an Engine. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all Assistants under an Engine. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Maximum number of Assistants to return. If unspecified, defaults to 100. The maximum + /// allowed value is 1000; anything above that will be coerced down to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token ListAssistantsResponse.next_page_token, received from a previous + /// AssistantService.ListAssistants call. Provide this to retrieve the subsequent page. When + /// paginating, all other parameters provided to ListAssistants must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/assistants"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Lists the data for displaying the Agents under an Assistant which are available to the + /// caller. + /// + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + public virtual ListAvailableAgentViewsRequest ListAvailableAgentViews(string parent) + { + return new ListAvailableAgentViewsRequest(this.service, parent); + } + + /// + /// Lists the data for displaying the Agents under an Assistant which are available to the + /// caller. + /// + public class ListAvailableAgentViewsRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new ListAvailableAgentViews request. + public ListAvailableAgentViewsRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Optional. The origin of the Agent. + [Google.Apis.Util.RequestParameterAttribute("agentOrigin", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AgentOrigin { get; set; } + + /// Optional. The origin of the Agent. + public enum AgentOriginEnum + { + /// The origin is unspecified. + [Google.Apis.Util.StringValueAttribute("AGENT_ORIGIN_UNSPECIFIED")] + AGENTORIGINUNSPECIFIED = 0, + + /// Agent defined by Google. + [Google.Apis.Util.StringValueAttribute("GOOGLE")] + GOOGLE = 1, + + /// Agent defined by the organization. + [Google.Apis.Util.StringValueAttribute("ORGANIZATION")] + ORGANIZATION = 2, + + /// Agent defined by the user. + [Google.Apis.Util.StringValueAttribute("USER")] + USER = 3, + } + + /// + /// Optional. The filter syntax consists of an expression language for constructing a + /// predicate from one or more fields of the files being filtered. Filter expression is + /// case-sensitive. Allowed fields are: * `display_name` * `state` Some examples of filters + /// would be: * `display_name = 'agent_1'` * `display_name = 'agent_1' AND state = ENABLED` + /// For a full description of the filter format, please see https://google.aip.dev/160. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. The UI language currently shown to the user. Specifying this field request + /// that the texts in the AgentViews in the response should be translated to this language. + /// + [Google.Apis.Util.RequestParameterAttribute("languageCode", Google.Apis.Util.RequestParameterType.Query)] + public virtual string LanguageCode { get; set; } + + /// + /// Optional. The maximum number of suggested prompts to return per agent. + /// + [Google.Apis.Util.RequestParameterAttribute("maxSuggestedPrompts", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxSuggestedPrompts { get; set; } + + /// + /// Optional. Maximum number of AgentViewss to return. If unspecified, defaults to 100. The + /// maximum allowed value is 1000; anything above that will be coerced down to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token ListAvailableAgentViewsResponse.next_page_token, received from a + /// previous AgentService.ListAvailableAgentViews call. Provide this to retrieve the + /// subsequent page. When paginating, all other parameters provided to + /// ListAvailableAgentViews must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Optional. The field to sort by. Can have the following values: - display-name: The + /// display name of the agent. - description: The description of the agent. - create-time: + /// The creation time of the agent. - state: The state of the agent. + /// + [Google.Apis.Util.RequestParameterAttribute("sortBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string SortBy { get; set; } + + /// Gets the method name. + public override string MethodName => "listAvailableAgentViews"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}:listAvailableAgentViews"; + + /// Initializes ListAvailableAgentViews parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + RequestParameters.Add("agentOrigin", new Google.Apis.Discovery.Parameter + { + Name = "agentOrigin", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("languageCode", new Google.Apis.Discovery.Parameter + { + Name = "languageCode", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("maxSuggestedPrompts", new Google.Apis.Discovery.Parameter + { + Name = "maxSuggestedPrompts", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("sortBy", new Google.Apis.Discovery.Parameter + { + Name = "sortBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// Updates an Assistant /// The body of the request. /// @@ -9980,9 +12309,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -11246,7 +13575,186 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the WidgetConfigs resource. + public virtual WidgetConfigsResource WidgetConfigs { get; } + + /// The "widgetConfigs" collection of methods. + public class WidgetConfigsResource + { + private const string Resource = "widgetConfigs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public WidgetConfigsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a WidgetConfig. + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a WidgetConfig. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Full WidgetConfig resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Whether it's acceptable to load the widget config from cache. If set to true, + /// recent changes on widget configs may take a few minutes to reflect on the end user's + /// view. It's recommended to set to true for maturely developed widgets, as it improves + /// widget performance. Set to false to see changes reflected in prod right away, if your + /// widget is under development. + /// + [Google.Apis.Util.RequestParameterAttribute("acceptCache", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable AcceptCache { get; set; } + + /// + /// Optional. Whether to turn off collection_components in WidgetConfig to reduce latency + /// and data transmission. + /// + [Google.Apis.Util.RequestParameterAttribute("getWidgetConfigRequestOption.turnOffCollectionComponents", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable GetWidgetConfigRequestOptionTurnOffCollectionComponents { get; set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("acceptCache", new Google.Apis.Discovery.Parameter + { + Name = "acceptCache", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("getWidgetConfigRequestOption.turnOffCollectionComponents", new Google.Apis.Discovery.Parameter + { + Name = "getWidgetConfigRequestOption.turnOffCollectionComponents", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Update a WidgetConfig. + /// The body of the request. + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a WidgetConfig. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Indicates which fields in the provided WidgetConfig to update. The following are the + /// only supported fields: * WidgetConfig.enable_autocomplete If not set, all supported + /// fields are updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { @@ -11260,108 +13768,6 @@ protected override void InitParameters() } } - /// Gets the WidgetConfigs resource. - public virtual WidgetConfigsResource WidgetConfigs { get; } - - /// The "widgetConfigs" collection of methods. - public class WidgetConfigsResource - { - private const string Resource = "widgetConfigs"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public WidgetConfigsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Gets a WidgetConfig. - /// - /// Required. Full WidgetConfig resource name. Format: - /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets a WidgetConfig. - public class GetRequest : DiscoveryEngineBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// - /// Required. Full WidgetConfig resource name. Format: - /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Optional. Whether it's acceptable to load the widget config from cache. If set to true, - /// recent changes on widget configs may take a few minutes to reflect on the end user's - /// view. It's recommended to set to true for maturely developed widgets, as it improves - /// widget performance. Set to false to see changes reflected in prod right away, if your - /// widget is under development. - /// - [Google.Apis.Util.RequestParameterAttribute("acceptCache", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable AcceptCache { get; set; } - - /// - /// Optional. Whether to turn off collection_components in WidgetConfig to reduce latency - /// and data transmission. - /// - [Google.Apis.Util.RequestParameterAttribute("getWidgetConfigRequestOption.turnOffCollectionComponents", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable GetWidgetConfigRequestOptionTurnOffCollectionComponents { get; set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/widgetConfigs/[^/]+$", - }); - RequestParameters.Add("acceptCache", new Google.Apis.Discovery.Parameter - { - Name = "acceptCache", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("getWidgetConfigRequestOption.turnOffCollectionComponents", new Google.Apis.Discovery.Parameter - { - Name = "getWidgetConfigRequestOption.turnOffCollectionComponents", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - /// Creates a Engine. /// The body of the request. /// @@ -11546,6 +13952,57 @@ protected override void InitParameters() } } + /// Get Workspace settings for the end user. + /// + /// Required. Full Engine resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}` + /// + public virtual GetWorkspaceSettingsRequest GetWorkspaceSettings(string name) + { + return new GetWorkspaceSettingsRequest(this.service, name); + } + + /// Get Workspace settings for the end user. + public class GetWorkspaceSettingsRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new GetWorkspaceSettings request. + public GetWorkspaceSettingsRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Full Engine resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "getWorkspaceSettings"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}:getWorkspaceSettings"; + + /// Initializes GetWorkspaceSettings parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + } + } + /// Lists all the Engines associated with the project. /// /// Required. The parent resource name, such as @@ -12018,9 +14475,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -13557,9 +16014,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -15064,9 +17521,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -15240,9 +17697,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -18099,6 +20556,83 @@ protected override void InitParameters() }); } } + + /// Update a WidgetConfig. + /// The body of the request. + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a WidgetConfig. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the widget config. Format: + /// `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}`. + /// This field must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Indicates which fields in the provided WidgetConfig to update. The following are the only + /// supported fields: * WidgetConfig.enable_autocomplete If not set, all supported fields are + /// updated. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaWidgetConfig Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/dataStores/[^/]+/widgetConfigs/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// Completes the specified user input with keyword suggestions. @@ -18156,10 +20690,10 @@ public CompleteQueryRequest(Google.Apis.Services.IClientService service, string public virtual string QueryModel { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP - /// cookie, which should be able to uniquely identify a visitor on a single device. This unique - /// identifier should not change if the visitor logs in or out of the website. This field should NOT - /// have a fixed value such as `unknown_visitor`. This should be the same identifier as + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with + /// an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This + /// unique identifier should not change if the visitor logs in or out of the website. This field + /// should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as /// UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded /// string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is /// returned. @@ -19432,9 +21966,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -20538,85 +23072,6 @@ protected override void InitParameters() }); } } - - /// Uploads a file for Notebook LM to use. Creates a Source. - /// The body of the request. - /// - /// Required. The parent resource where the sources will be created. Format: - /// projects/{project}/locations/{location}/notebooks/{notebook} - /// - /// - /// The source id of the associated file. If not set, a source id will be generated and a new - /// tentative source will be created. - /// - public virtual UploadFileRequest UploadFile(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudNotebooklmV1alphaUploadSourceFileRequest body, string parent, string sourceId) - { - return new UploadFileRequest(this.service, body, parent, sourceId); - } - - /// Uploads a file for Notebook LM to use. Creates a Source. - public class UploadFileRequest : DiscoveryEngineBaseServiceRequest - { - /// Constructs a new UploadFile request. - public UploadFileRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudNotebooklmV1alphaUploadSourceFileRequest body, string parent, string sourceId) : base(service) - { - Parent = parent; - SourceId = sourceId; - Body = body; - InitParameters(); - } - - /// - /// Required. The parent resource where the sources will be created. Format: - /// projects/{project}/locations/{location}/notebooks/{notebook} - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// The source id of the associated file. If not set, a source id will be generated and a new - /// tentative source will be created. - /// - [Google.Apis.Util.RequestParameterAttribute("sourceId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string SourceId { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudNotebooklmV1alphaUploadSourceFileRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "uploadFile"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1alpha/{+parent}/sources/{sourceId}:uploadFile"; - - /// Initializes UploadFile parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$", - }); - RequestParameters.Add("sourceId", new Google.Apis.Discovery.Parameter - { - Name = "sourceId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } } /// Batch deletes Notebooks. @@ -21029,9 +23484,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -22515,10 +24970,80 @@ public class UserStoresResource public UserStoresResource(Google.Apis.Services.IClientService service) { this.service = service; + LicenseConfigsUsageStats = new LicenseConfigsUsageStatsResource(service); Operations = new OperationsResource(service); UserLicenses = new UserLicensesResource(service); } + /// Gets the LicenseConfigsUsageStats resource. + public virtual LicenseConfigsUsageStatsResource LicenseConfigsUsageStats { get; } + + /// The "licenseConfigsUsageStats" collection of methods. + public class LicenseConfigsUsageStatsResource + { + private const string Resource = "licenseConfigsUsageStats"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LicenseConfigsUsageStatsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Lists all the LicenseConfigUsageStatss associated with the project. + /// + /// Required. The parent branch resource name, such as + /// `projects/{project}/locations/{location}/userStores/{user_store_id}`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all the LicenseConfigUsageStatss associated with the project. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent branch resource name, such as + /// `projects/{project}/locations/{location}/userStores/{user_store_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/licenseConfigsUsageStats"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + } + /// Gets the Operations resource. public virtual OperationsResource Operations { get; } @@ -22628,9 +25153,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -22739,15 +25264,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public virtual string Parent { get; private set; } /// - /// Optional. Filter for the list request. Supported fields: * `license_assignment_state` - /// Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * - /// `license_assignment_state = NO_LICENSE` to list not licensed users. * - /// `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login - /// but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to - /// filter out users who attempted login but no license assigned. + /// Optional. The order in which the UserLicenses are listed. The value must be a + /// comma-separated list of fields. Default sorting order is ascending. To specify descending + /// order for a field, append a " desc" suffix. Redundant space characters in the syntax are + /// insignificant. Supported fields: * `license_assignment_state` * `user_principal` * + /// `user_profile` * `last_login_date` * `update_time` If not set, the default ordering is by + /// `user_principal`. Examples: * `user_principal desc` to order by `user_principal` in + /// descending order. * `license_assignment_state` to order by `license_assignment_state` in + /// ascending order. * `last_login_date desc` to order by `last_login_date` in descending order. + /// * `update_time desc` to order by `update_time` in descending order. * `last_login_date desc, + /// user_principal` to order by `last_login_date` in descending order and then by + /// `user_principal` in ascending order. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } /// /// Optional. Requested page size. Server may return fewer items than requested. If unspecified, @@ -22786,9 +25316,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter { - Name = "filter", + Name = "orderBy", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -22876,6 +25406,254 @@ protected override void InitParameters() }); } } + + /// Creates a new User Store. + /// The body of the request. + /// + /// Required. The parent collection resource name, such as `projects/{project}/locations/{location}`. + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaUserStore body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new User Store. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaUserStore body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent collection resource name, such as + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), + /// numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("userStoreId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UserStoreId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaUserStore Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/userStores"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("userStoreId", new Google.Apis.Discovery.Parameter + { + Name = "userStoreId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes the User Store. + /// + /// Required. The name of the User Store to delete. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes the User Store. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the User Store to delete. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + + /// Gets the User Store. + /// + /// Required. The name of the User Store to get. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets the User Store. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the User Store to get. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + + /// Updates the User Store. + /// The body of the request. + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 + /// encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaUserStore body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates the User Store. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaUserStore body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 + /// encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1alpha.Data.GoogleCloudDiscoveryengineV1alphaUserStore Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// Estimates the data size to be used by a customer. @@ -23110,6 +25888,199 @@ protected override void InitParameters() } } + /// Queries configurable pricing usage stats for a project. + /// Required. The project to query usage stats for. Format: projects/{project} + /// Required. The location to query usage stats for. + public virtual QueryConfigurablePricingUsageStatsRequest QueryConfigurablePricingUsageStats(string project, string location) + { + return new QueryConfigurablePricingUsageStatsRequest(this.service, project, location); + } + + /// Queries configurable pricing usage stats for a project. + public class QueryConfigurablePricingUsageStatsRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new QueryConfigurablePricingUsageStats request. + public QueryConfigurablePricingUsageStatsRequest(Google.Apis.Services.IClientService service, string project, string location) : base(service) + { + Project = project; + Location = location; + InitParameters(); + } + + /// Required. The project to query usage stats for. Format: projects/{project} + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Required. The location to query usage stats for. + [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Location { get; private set; } + + /// Optional. The metric types to return usage for. + /// + /// Use this property to set a single value for the parameter, or to set + /// multiple values. Do not set both properties. + /// + [Google.Apis.Util.RequestParameterAttribute("metricTypes", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MetricTypes { get; set; } + + /// Optional. The metric types to return usage for. + /// + /// Use this property to set one or more values for the parameter. Do not set both this property and + /// . + /// + [Google.Apis.Util.RequestParameterAttribute("metricTypes", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable MetricTypesList { get; set; } + + /// Optional. The metric types to return usage for. + public enum MetricTypesEnum + { + /// Default value. + [Google.Apis.Util.StringValueAttribute("BILLING_METRIC_TYPE_UNSPECIFIED")] + BILLINGMETRICTYPEUNSPECIFIED = 0, + + /// Daily median search request QPM. + [Google.Apis.Util.StringValueAttribute("DAILY_MDN_QPM")] + DAILYMDNQPM = 1, + + /// Daily min search request QPM. + [Google.Apis.Util.StringValueAttribute("DAILY_MIN_QPM")] + DAILYMINQPM = 2, + + /// Daily max search request QPM. + [Google.Apis.Util.StringValueAttribute("DAILY_MAX_QPM")] + DAILYMAXQPM = 3, + + /// Daily search request total. + [Google.Apis.Util.StringValueAttribute("DAILY_SEARCH_REQUEST")] + DAILYSEARCHREQUEST = 4, + + /// Total storage bytes for indexing core. + [Google.Apis.Util.StringValueAttribute("TOTAL_STORAGE")] + TOTALSTORAGE = 5, + } + + /// + /// Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by + /// itself or a year and month where the day isn't significant. + /// + [Google.Apis.Util.RequestParameterAttribute("timeRange.endDate.day", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable TimeRangeEndDateDay { get; set; } + + /// + /// Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + /// + [Google.Apis.Util.RequestParameterAttribute("timeRange.endDate.month", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable TimeRangeEndDateMonth { get; set; } + + /// Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + [Google.Apis.Util.RequestParameterAttribute("timeRange.endDate.year", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable TimeRangeEndDateYear { get; set; } + + /// + /// Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by + /// itself or a year and month where the day isn't significant. + /// + [Google.Apis.Util.RequestParameterAttribute("timeRange.startDate.day", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable TimeRangeStartDateDay { get; set; } + + /// + /// Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + /// + [Google.Apis.Util.RequestParameterAttribute("timeRange.startDate.month", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable TimeRangeStartDateMonth { get; set; } + + /// Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + [Google.Apis.Util.RequestParameterAttribute("timeRange.startDate.year", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable TimeRangeStartDateYear { get; set; } + + /// Gets the method name. + public override string MethodName => "queryConfigurablePricingUsageStats"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+project}/locations/{location}:queryConfigurablePricingUsageStats"; + + /// Initializes QueryConfigurablePricingUsageStats parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+$", + }); + RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + { + Name = "location", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("metricTypes", new Google.Apis.Discovery.Parameter + { + Name = "metricTypes", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("timeRange.endDate.day", new Google.Apis.Discovery.Parameter + { + Name = "timeRange.endDate.day", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("timeRange.endDate.month", new Google.Apis.Discovery.Parameter + { + Name = "timeRange.endDate.month", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("timeRange.endDate.year", new Google.Apis.Discovery.Parameter + { + Name = "timeRange.endDate.year", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("timeRange.startDate.day", new Google.Apis.Discovery.Parameter + { + Name = "timeRange.startDate.day", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("timeRange.startDate.month", new Google.Apis.Discovery.Parameter + { + Name = "timeRange.startDate.month", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("timeRange.startDate.year", new Google.Apis.Discovery.Parameter + { + Name = "timeRange.startDate.year", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Removes the dedicated crawl rate for a craw_rate_scope. If the dedicated crawl rate was set, this will /// disable vertex AI's crawl bot from using the dedicated crawl rate for crawling. If the dedicated crawl @@ -23664,10 +26635,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` - /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This - /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless - /// explicitly documented otherwise in service or product specific documentation. + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` + /// when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific + /// documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -23978,647 +26950,6 @@ protected override void InitParameters() } namespace Google.Apis.DiscoveryEngine.v1alpha.Data { - /// Extra information added to operations that support Scotty media requests. - public class ApiservingMediaRequestInfo : Google.Apis.Requests.IDirectResponseSchema - { - /// The number of current bytes uploaded or downloaded. - [Newtonsoft.Json.JsonPropertyAttribute("currentBytes")] - public virtual System.Nullable CurrentBytes { get; set; } - - /// - /// Data to be copied to backend requests. Custom data is returned to Scotty in the agent_state field, which - /// Scotty will then provide in subsequent upload notifications. - /// - [Newtonsoft.Json.JsonPropertyAttribute("customData")] - public virtual string CustomData { get; set; } - - /// - /// Set if the http request info is diff encoded. The value of this field is the version number of the base - /// revision. This is corresponding to Apiary's mediaDiffObjectVersion - /// (//depot/google3/java/com/google/api/server/media/variable/DiffObjectVersionVariable.java). See - /// go/esf-scotty-diff-upload for more information. - /// - [Newtonsoft.Json.JsonPropertyAttribute("diffObjectVersion")] - public virtual string DiffObjectVersion { get; set; } - - /// - /// The existence of the final_status field indicates that this is the last call to the agent for this - /// request_id. http://google3/uploader/agent/scotty_agent.proto?l=737&amp;rcl=347601929 - /// - [Newtonsoft.Json.JsonPropertyAttribute("finalStatus")] - public virtual System.Nullable FinalStatus { get; set; } - - /// The type of notification received from Scotty. - [Newtonsoft.Json.JsonPropertyAttribute("notificationType")] - public virtual string NotificationType { get; set; } - - /// - /// The physical headers provided by RequestReceivedParameters in Scotty request. type is - /// uploader_service.KeyValuePairs. - /// - [Newtonsoft.Json.JsonPropertyAttribute("physicalHeaders")] - public virtual string PhysicalHeaders { get; set; } - - /// The Scotty request ID. - [Newtonsoft.Json.JsonPropertyAttribute("requestId")] - public virtual string RequestId { get; set; } - - /// - /// The partition of the Scotty server handling this request. type is - /// uploader_service.RequestReceivedParamsServingInfo - /// LINT.IfChange(request_received_params_serving_info_annotations) LINT.ThenChange() - /// - [Newtonsoft.Json.JsonPropertyAttribute("requestReceivedParamsServingInfo")] - public virtual string RequestReceivedParamsServingInfo { get; set; } - - /// The total size of the file. - [Newtonsoft.Json.JsonPropertyAttribute("totalBytes")] - public virtual System.Nullable TotalBytes { get; set; } - - /// Whether the total bytes field contains an estimated data. - [Newtonsoft.Json.JsonPropertyAttribute("totalBytesIsEstimated")] - public virtual System.Nullable TotalBytesIsEstimated { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// This message is for backends to pass their scotty media specific fields to ESF. Backend will include this in - /// their response message to ESF. Example: ExportFile is an rpc defined for upload using scotty from ESF. rpc - /// ExportFile(ExportFileRequest) returns (ExportFileResponse) Message ExportFileResponse will include - /// apiserving.MediaResponseInfo to tell ESF about data like dynamic_dropzone it needs to pass to Scotty. message - /// ExportFileResponse { optional gdata.Media blob = 1; optional apiserving.MediaResponseInfo media_response_info = - /// 2 } - /// - public class ApiservingMediaResponseInfo : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Data to copy from backend response to the next backend requests. Custom data is returned to Scotty in the - /// agent_state field, which Scotty will then provide in subsequent upload notifications. - /// - [Newtonsoft.Json.JsonPropertyAttribute("customData")] - public virtual string CustomData { get; set; } - - /// - /// Specifies any transformation to be applied to data before persisting it or retrieving from storage. E.g., - /// encryption options for blobstore2. This should be of the form uploader_service.DataStorageTransform. - /// - [Newtonsoft.Json.JsonPropertyAttribute("dataStorageTransform")] - public virtual string DataStorageTransform { get; set; } - - /// - /// For the first notification of a |diff_encoded| HttpRequestInfo, this is the index of the blob mint that - /// Scotty should use when writing the resulting blob. This field is optional. It's not required ever, even if - /// `original_object_blob_mint_index` is set. In situations like that, we will use the destination blob's mint - /// for the destination blob and regular blob ACL checks for the original object. Note: This field is only for - /// use by Drive API for diff uploads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("destinationBlobMintIndex")] - public virtual System.Nullable DestinationBlobMintIndex { get; set; } - - /// - /// Specifies the Scotty Drop Target to use for uploads. If present in a media response, Scotty does not upload - /// to a standard drop zone. Instead, Scotty saves the upload directly to the location specified in this drop - /// target. Unlike drop zones, the drop target is the final storage location for an upload. So, the agent does - /// not need to clone the blob at the end of the upload. The agent is responsible for garbage collecting any - /// orphaned blobs that may occur due to aborted uploads. For more information, see the drop target design doc - /// here: http://goto/ScottyDropTarget This field will be preferred to dynamicDropzone. If provided, the - /// identified field in the response must be of the type uploader.agent.DropTarget. - /// - [Newtonsoft.Json.JsonPropertyAttribute("dynamicDropTarget")] - public virtual string DynamicDropTarget { get; set; } - - /// Specifies the Scotty dropzone to use for uploads. - [Newtonsoft.Json.JsonPropertyAttribute("dynamicDropzone")] - public virtual string DynamicDropzone { get; set; } - - /// - /// Diff Updates must respond to a START notification with this Media proto to tell Scotty to decode the diff - /// encoded payload and apply the diff against this field. If the request was diff encoded, but this field is - /// not set, Scotty will treat the encoding as identity. This is corresponding to Apiary's - /// DiffUploadResponse.original_object (//depot/google3/gdata/rosy/proto/data.proto?l=413). See - /// go/esf-scotty-diff-upload for more information. - /// - [Newtonsoft.Json.JsonPropertyAttribute("mediaForDiff")] - public virtual GdataMedia MediaForDiff { get; set; } - - /// - /// For the first notification of a |diff_encoded| HttpRequestInfo, this is the index of the blob mint that - /// Scotty should use when reading the original blob. This field is optional. It's not required ever, even if - /// `destination_blob_mint_index` is set. In situations like that, we will use the destination blob's mint for - /// the destination blob and regular blob ACL checks for the original object. Note: This field is only for use - /// by Drive API for diff uploads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("originalObjectBlobMintIndex")] - public virtual System.Nullable OriginalObjectBlobMintIndex { get; set; } - - /// Request class to use for all Blobstore operations for this request. - [Newtonsoft.Json.JsonPropertyAttribute("requestClass")] - public virtual string RequestClass { get; set; } - - /// Requester ID passed along to be recorded in the Scotty logs - [Newtonsoft.Json.JsonPropertyAttribute("scottyAgentUserId")] - public virtual System.Nullable ScottyAgentUserId { get; set; } - - /// - /// Customer-specific data to be recorded in the Scotty logs type is logs_proto_scotty.CustomerLog - /// - [Newtonsoft.Json.JsonPropertyAttribute("scottyCustomerLog")] - public virtual string ScottyCustomerLog { get; set; } - - /// - /// Specifies the TrafficClass that Scotty should use for any RPCs to fetch the response bytes. Will override - /// the traffic class GTOS of the incoming http request. This is a temporary field to facilitate whitelisting - /// and experimentation by the bigstore agent only. For instance, this does not apply to RTMP reads. WARNING: DO - /// NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM. - /// - [Newtonsoft.Json.JsonPropertyAttribute("trafficClassField")] - public virtual string TrafficClassField { get; set; } - - /// - /// Tells Scotty to verify hashes on the agent's behalf by parsing out the X-Goog-Hash header. - /// - [Newtonsoft.Json.JsonPropertyAttribute("verifyHashFromHeader")] - public virtual System.Nullable VerifyHashFromHeader { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Information to read/write to blobstore2. - public class GdataBlobstore2Info : Google.Apis.Requests.IDirectResponseSchema - { - /// The blob generation id. - [Newtonsoft.Json.JsonPropertyAttribute("blobGeneration")] - public virtual System.Nullable BlobGeneration { get; set; } - - /// The blob id, e.g., /blobstore/prod/playground/scotty - [Newtonsoft.Json.JsonPropertyAttribute("blobId")] - public virtual string BlobId { get; set; } - - /// - /// Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized - /// blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS - /// media downloads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("downloadReadHandle")] - public virtual string DownloadReadHandle { get; set; } - - /// - /// The blob read token. Needed to read blobs that have not been replicated. Might not be available until the - /// final call. - /// - [Newtonsoft.Json.JsonPropertyAttribute("readToken")] - public virtual string ReadToken { get; set; } - - /// - /// Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized - /// blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not - /// applicable to non-GCS media uploads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("uploadMetadataContainer")] - public virtual string UploadMetadataContainer { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// A sequence of media data references representing composite data. Introduced to support Bigstore composite - /// objects. For details, visit http://go/bigstore-composites. - /// - public class GdataCompositeMedia : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a - /// blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will - /// also be represented in this field as v1 BlobRef. - /// - [Newtonsoft.Json.JsonPropertyAttribute("blobRef")] - public virtual string BlobRef { get; set; } - - /// Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob. - [Newtonsoft.Json.JsonPropertyAttribute("blobstore2Info")] - public virtual GdataBlobstore2Info Blobstore2Info { get; set; } - - /// - /// A binary data reference for a media download. Serves as a technology-agnostic binary reference in some - /// Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes - /// is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support - /// JavaScript. This prevents us from including the actual type of this field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cosmoBinaryReference")] - public virtual string CosmoBinaryReference { get; set; } - - /// crc32.c hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("crc32cHash")] - public virtual System.Nullable Crc32cHash { get; set; } - - /// Media data, set if reference_type is INLINE - [Newtonsoft.Json.JsonPropertyAttribute("inline")] - public virtual string Inline { get; set; } - - /// Size of the data, in bytes - [Newtonsoft.Json.JsonPropertyAttribute("length")] - public virtual System.Nullable Length { get; set; } - - /// MD5 hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("md5Hash")] - public virtual string Md5Hash { get; set; } - - /// Reference to a TI Blob, set if reference_type is BIGSTORE_REF. - [Newtonsoft.Json.JsonPropertyAttribute("objectId")] - public virtual GdataObjectId ObjectId { get; set; } - - /// Path to the data, set if reference_type is PATH - [Newtonsoft.Json.JsonPropertyAttribute("path")] - public virtual string Path { get; set; } - - /// Describes what the field reference contains. - [Newtonsoft.Json.JsonPropertyAttribute("referenceType")] - public virtual string ReferenceType { get; set; } - - /// SHA-1 hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("sha1Hash")] - public virtual string Sha1Hash { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Detailed Content-Type information from Scotty. The Content-Type of the media will typically be filled in by the - /// header or Scotty's best_guess, but this extended information provides the backend with more information so that - /// it can make a better decision if needed. This is only used on media upload requests from Scotty. - /// - public class GdataContentTypeInfo : Google.Apis.Requests.IDirectResponseSchema - { - /// Scotty's best guess of what the content type of the file is. - [Newtonsoft.Json.JsonPropertyAttribute("bestGuess")] - public virtual string BestGuess { get; set; } - - /// - /// The content type of the file derived by looking at specific bytes (i.e. "magic bytes") of the actual file. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromBytes")] - public virtual string FromBytes { get; set; } - - /// - /// The content type of the file derived from the file extension of the original file name used by the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromFileName")] - public virtual string FromFileName { get; set; } - - /// - /// The content type of the file as specified in the request headers, multipart headers, or RUPIO start request. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromHeader")] - public virtual string FromHeader { get; set; } - - /// - /// The content type of the file derived from the file extension of the URL path. The URL path is assumed to - /// represent a file name (which is typically only true for agents that are providing a REST API). - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromUrlPath")] - public virtual string FromUrlPath { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff get checksums response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffChecksumsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Exactly one of these fields must be populated. If checksums_location is filled, the server will return the - /// corresponding contents to the user. If object_location is filled, the server will calculate the checksums - /// based on the content there and return that to the user. For details on the format of the checksums, see - /// http://go/scotty-diff-protocol. - /// - [Newtonsoft.Json.JsonPropertyAttribute("checksumsLocation")] - public virtual GdataCompositeMedia ChecksumsLocation { get; set; } - - /// The chunk size of checksums. Must be a multiple of 256KB. - [Newtonsoft.Json.JsonPropertyAttribute("chunkSizeBytes")] - public virtual System.Nullable ChunkSizeBytes { get; set; } - - /// If set, calculate the checksums based on the contents and return them to the caller. - [Newtonsoft.Json.JsonPropertyAttribute("objectLocation")] - public virtual GdataCompositeMedia ObjectLocation { get; set; } - - /// The total size of the server object. - [Newtonsoft.Json.JsonPropertyAttribute("objectSizeBytes")] - public virtual System.Nullable ObjectSizeBytes { get; set; } - - /// The object version of the object the checksums are being returned for. - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff download response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffDownloadResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The original object location. - [Newtonsoft.Json.JsonPropertyAttribute("objectLocation")] - public virtual GdataCompositeMedia ObjectLocation { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol. - /// - public class GdataDiffUploadRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The location of the checksums for the new object. Agents must clone the object located here, as the upload - /// server will delete the contents once a response is received. For details on the format of the checksums, see - /// http://go/scotty-diff-protocol. - /// - [Newtonsoft.Json.JsonPropertyAttribute("checksumsInfo")] - public virtual GdataCompositeMedia ChecksumsInfo { get; set; } - - /// - /// The location of the new object. Agents must clone the object located here, as the upload server will delete - /// the contents once a response is received. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectInfo")] - public virtual GdataCompositeMedia ObjectInfo { get; set; } - - /// - /// The object version of the object that is the base version the incoming diff script will be applied to. This - /// field will always be filled in. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffUploadResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The object version of the object at the server. Must be included in the end notification response. The - /// version in the end notification response must correspond to the new version of the object that is now stored - /// at the server, after the upload. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// - /// The location of the original file for a diff upload request. Must be filled in if responding to an upload - /// start notification. - /// - [Newtonsoft.Json.JsonPropertyAttribute("originalObject")] - public virtual GdataCompositeMedia OriginalObject { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The total size of the server object. - [Newtonsoft.Json.JsonPropertyAttribute("objectSizeBytes")] - public virtual System.Nullable ObjectSizeBytes { get; set; } - - /// The version of the object stored at the server. - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Parameters specific to media downloads. - public class GdataDownloadParameters : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content - /// when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip - /// the response to the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("allowGzipCompression")] - public virtual System.Nullable AllowGzipCompression { get; set; } - - /// - /// Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to - /// Scotty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("ignoreRange")] - public virtual System.Nullable IgnoreRange { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// A reference to data stored on the filesystem, on GFS or in blobstore. - public class GdataMedia : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Deprecated, use one of explicit hash type fields instead. Algorithm used for calculating the hash. As of - /// 2011/01/21, "MD5" is the only possible value for this field. New values may be added at any time. - /// - [Newtonsoft.Json.JsonPropertyAttribute("algorithm")] - public virtual string Algorithm { get; set; } - - /// Use object_id instead. - [Newtonsoft.Json.JsonPropertyAttribute("bigstoreObjectRef")] - public virtual string BigstoreObjectRef { get; set; } - - /// - /// Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a - /// blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will - /// also be represented in this field as v1 BlobRef. - /// - [Newtonsoft.Json.JsonPropertyAttribute("blobRef")] - public virtual string BlobRef { get; set; } - - /// Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob. - [Newtonsoft.Json.JsonPropertyAttribute("blobstore2Info")] - public virtual GdataBlobstore2Info Blobstore2Info { get; set; } - - /// - /// A composite media composed of one or more media objects, set if reference_type is COMPOSITE_MEDIA. The media - /// length field must be set to the sum of the lengths of all composite media objects. Note: All composite media - /// must have length specified. - /// - [Newtonsoft.Json.JsonPropertyAttribute("compositeMedia")] - public virtual System.Collections.Generic.IList CompositeMedia { get; set; } - - /// MIME type of the data - [Newtonsoft.Json.JsonPropertyAttribute("contentType")] - public virtual string ContentType { get; set; } - - /// Extended content type information provided for Scotty uploads. - [Newtonsoft.Json.JsonPropertyAttribute("contentTypeInfo")] - public virtual GdataContentTypeInfo ContentTypeInfo { get; set; } - - /// - /// A binary data reference for a media download. Serves as a technology-agnostic binary reference in some - /// Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes - /// is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support - /// JavaScript. This prevents us from including the actual type of this field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cosmoBinaryReference")] - public virtual string CosmoBinaryReference { get; set; } - - /// - /// For Scotty Uploads: Scotty-provided hashes for uploads For Scotty Downloads: (WARNING: DO NOT USE WITHOUT - /// PERMISSION FROM THE SCOTTY TEAM.) A Hash provided by the agent to be used to verify the data being - /// downloaded. Currently only supported for inline payloads. Further, only crc32c_hash is currently supported. - /// - [Newtonsoft.Json.JsonPropertyAttribute("crc32cHash")] - public virtual System.Nullable Crc32cHash { get; set; } - - /// Set if reference_type is DIFF_CHECKSUMS_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffChecksumsResponse")] - public virtual GdataDiffChecksumsResponse DiffChecksumsResponse { get; set; } - - /// Set if reference_type is DIFF_DOWNLOAD_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffDownloadResponse")] - public virtual GdataDiffDownloadResponse DiffDownloadResponse { get; set; } - - /// Set if reference_type is DIFF_UPLOAD_REQUEST. - [Newtonsoft.Json.JsonPropertyAttribute("diffUploadRequest")] - public virtual GdataDiffUploadRequest DiffUploadRequest { get; set; } - - /// Set if reference_type is DIFF_UPLOAD_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffUploadResponse")] - public virtual GdataDiffUploadResponse DiffUploadResponse { get; set; } - - /// Set if reference_type is DIFF_VERSION_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffVersionResponse")] - public virtual GdataDiffVersionResponse DiffVersionResponse { get; set; } - - /// Parameters for a media download. - [Newtonsoft.Json.JsonPropertyAttribute("downloadParameters")] - public virtual GdataDownloadParameters DownloadParameters { get; set; } - - /// Original file name - [Newtonsoft.Json.JsonPropertyAttribute("filename")] - public virtual string Filename { get; set; } - - /// - /// Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be - /// populated on Scotty based media uploads and will contain the content of the hash group in the - /// NotificationRequest: - /// http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&amp;q=class:Hash Hex - /// encoded hash value of the uploaded media. - /// - [Newtonsoft.Json.JsonPropertyAttribute("hash")] - public virtual string Hash { get; set; } - - /// - /// For Scotty uploads only. If a user sends a hash code and the backend has requested that Scotty verify the - /// upload against the client hash, Scotty will perform the check on behalf of the backend and will reject it if - /// the hashes don't match. This is set to true if Scotty performed this verification. - /// - [Newtonsoft.Json.JsonPropertyAttribute("hashVerified")] - public virtual System.Nullable HashVerified { get; set; } - - /// Media data, set if reference_type is INLINE - [Newtonsoft.Json.JsonPropertyAttribute("inline")] - public virtual string Inline { get; set; } - - /// - /// |is_potential_retry| is set false only when Scotty is certain that it has not sent the request before. When - /// a client resumes an upload, this field must be set true in agent calls, because Scotty cannot be certain - /// that it has never sent the request before due to potential failure in the session state persistence. - /// - [Newtonsoft.Json.JsonPropertyAttribute("isPotentialRetry")] - public virtual System.Nullable IsPotentialRetry { get; set; } - - /// Size of the data, in bytes - [Newtonsoft.Json.JsonPropertyAttribute("length")] - public virtual System.Nullable Length { get; set; } - - /// Scotty-provided MD5 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("md5Hash")] - public virtual string Md5Hash { get; set; } - - /// Media id to forward to the operation GetMedia. Can be set if reference_type is GET_MEDIA. - [Newtonsoft.Json.JsonPropertyAttribute("mediaId")] - public virtual string MediaId { get; set; } - - /// Reference to a TI Blob, set if reference_type is BIGSTORE_REF. - [Newtonsoft.Json.JsonPropertyAttribute("objectId")] - public virtual GdataObjectId ObjectId { get; set; } - - /// Path to the data, set if reference_type is PATH - [Newtonsoft.Json.JsonPropertyAttribute("path")] - public virtual string Path { get; set; } - - /// Describes what the field reference contains. - [Newtonsoft.Json.JsonPropertyAttribute("referenceType")] - public virtual string ReferenceType { get; set; } - - /// Scotty-provided SHA1 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("sha1Hash")] - public virtual string Sha1Hash { get; set; } - - /// Scotty-provided SHA256 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("sha256Hash")] - public virtual string Sha256Hash { get; set; } - - /// Time at which the media data was last updated, in milliseconds since UNIX epoch - [Newtonsoft.Json.JsonPropertyAttribute("timestamp")] - public virtual System.Nullable Timestamp { get; set; } - - /// A unique fingerprint/version id for the media data - [Newtonsoft.Json.JsonPropertyAttribute("token")] - public virtual string Token { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure - /// issues with JavaScript support; see http://b/8801763. - /// - public class GdataObjectId : Google.Apis.Requests.IDirectResponseSchema - { - /// The name of the bucket to which this object belongs. - [Newtonsoft.Json.JsonPropertyAttribute("bucketName")] - public virtual string BucketName { get; set; } - - /// - /// Generation of the object. Generations are monotonically increasing across writes, allowing them to be be - /// compared to determine which generation is newer. If this is omitted in a request, then you are requesting - /// the live object. See http://go/bigstore-versions - /// - [Newtonsoft.Json.JsonPropertyAttribute("generation")] - public virtual System.Nullable Generation { get; set; } - - /// The name of the object. - [Newtonsoft.Json.JsonPropertyAttribute("objectName")] - public virtual string ObjectName { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// `Distribution` contains summary statistics for a population of values. It optionally contains a histogram /// representing the distribution of those values across a set of buckets. The summary statistics are the count, @@ -25323,54 +27654,6 @@ public class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment : Goog public virtual string ETag { get; set; } } - /// - /// The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector - /// is of same usage. No easy way to migrate. - /// - public class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The enrollment state of each alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertEnrollments")] - public virtual System.Collections.Generic.IList AlertEnrollments { get; set; } - - /// Immutable. The fully qualified resource name of the AlertPolicy. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicy")] - public virtual string AlertPolicy { get; set; } - - /// Optional. The contact details for each alert policy. - [Newtonsoft.Json.JsonPropertyAttribute("contactDetails")] - public virtual System.Collections.Generic.IList ContactDetails { get; set; } - - /// Optional. The language code used for notifications - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The alert enrollment status. - public class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment : Google.Apis.Requests.IDirectResponseSchema - { - /// Immutable. The id of an alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertId")] - public virtual string AlertId { get; set; } - - /// Required. The enrollment status of a customer. - [Newtonsoft.Json.JsonPropertyAttribute("enrollState")] - public virtual string EnrollState { get; set; } - - /// - /// Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when - /// registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. - /// - [Newtonsoft.Json.JsonPropertyAttribute("notificationParams")] - public virtual System.Collections.Generic.IDictionary NotificationParams { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// The specification for answer generation. public class GoogleCloudDiscoveryengineV1AnswerGenerationSpec : Google.Apis.Requests.IDirectResponseSchema { @@ -25428,6 +27711,20 @@ public class GoogleCloudDiscoveryengineV1Assistant : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("customerPolicy")] public virtual GoogleCloudDiscoveryengineV1AssistantCustomerPolicy CustomerPolicy { get; set; } + /// + /// Optional. Description for additional information. Expected to be shown on the configuration UI, not to the + /// users of the assistant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + /// /// Optional. Note: not implemented yet. Use enabled_actions instead. The enabled tools on this assistant. The /// keys are connector name, for example @@ -25534,6 +27831,10 @@ public class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig /// Configuration for the generation of the assistant response. public class GoogleCloudDiscoveryengineV1AssistantGenerationConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The list of models that are allowed to be used for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("allowedModelIds")] + public virtual System.Collections.Generic.IList AllowedModelIds { get; set; } + /// /// The default language to use for the generation of the assistant response. Use an ISO 639-1 language code /// such as `en`. If not specified, the language will be automatically detected. @@ -25541,6 +27842,10 @@ public class GoogleCloudDiscoveryengineV1AssistantGenerationConfig : Google.Apis [Newtonsoft.Json.JsonPropertyAttribute("defaultLanguage")] public virtual string DefaultLanguage { get; set; } + /// Optional. The default model to use for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("defaultModelId")] + public virtual string DefaultModelId { get; set; } + /// /// System instruction, also known as the prompt preamble for LLM calls. See also /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions @@ -26042,20 +28347,6 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// - /// The contact info stored in resource level. If both project level and resource level is populated, the resource - /// level contact info will override the project level contact info. - /// - public class GoogleCloudDiscoveryengineV1ContactDetails : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The email address of the contact. - [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] - public virtual string EmailAddress { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at /// serving time. Permitted actions dependent on `SolutionType`. @@ -27248,6 +29539,48 @@ public class GoogleCloudDiscoveryengineV1DataStore : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -28433,6 +30766,10 @@ public class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLa [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -28592,6 +30929,10 @@ public class GoogleCloudDiscoveryengineV1Engine : Google.Apis.Requests.IDirectRe [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1EngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1CmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1EngineCommonConfig CommonConfig { get; set; } @@ -28683,6 +31024,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -29542,10 +31893,6 @@ public class GoogleCloudDiscoveryengineV1ImportUserEventsResponse : Google.Apis. /// Information about users' licenses. public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The alert policy config for this license config. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicyResourceConfig")] - public virtual GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig AlertPolicyResourceConfig { get; set; } - /// Optional. Whether the license config should be auto renewed when it reaches the end date. [Newtonsoft.Json.JsonPropertyAttribute("autoRenew")] public virtual System.Nullable AutoRenew { get; set; } @@ -29558,6 +31905,10 @@ public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -29592,6 +31943,10 @@ public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.ID /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1Project : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -29691,6 +32046,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -29709,6 +32128,13 @@ public class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklm [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -31538,6 +33964,51 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Configures metadata that is used for End User entities. + public class GoogleCloudDiscoveryengineV1UserStore : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default subscription LicenseConfig for the UserStore, if + /// UserStore.enable_license_auto_register is true, new users will automatically register under the default + /// subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be + /// assigned with license and will be blocked for Vertex AI Search features. This is used if + /// `license_assignment_tier_rules` is not configured. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLicenseConfig")] + public virtual string DefaultLicenseConfig { get; set; } + + /// The display name of the User Store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Optional. Whether to enable license auto update for users in this User Store. If true, users with expired + /// licenses will automatically be updated to use the default license config as long as the default license + /// config has seats left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableExpiredLicenseAutoUpdate")] + public virtual System.Nullable EnableExpiredLicenseAutoUpdate { get; set; } + + /// + /// Optional. Whether to enable license auto register for users in this User Store. If true, new users will + /// automatically register under the default license config as long as the default license config has seats + /// left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableLicenseAutoRegister")] + public virtual System.Nullable EnableLicenseAutoRegister { get; set; } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Config to store data store type configuration for workspace data public class GoogleCloudDiscoveryengineV1WorkspaceConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -31567,6 +34038,17 @@ public class GoogleCloudDiscoveryengineV1WorkspaceConfig : Google.Apis.Requests. public virtual string ETag { get; set; } } + /// Stored definition of an agent that uses A2A. + public class GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The agent card is a JSON string. + [Newtonsoft.Json.JsonPropertyAttribute("jsonAgentCard")] + public virtual string JsonAgentCard { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Access Control Configuration. public class GoogleCloudDiscoveryengineV1alphaAclConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -31644,6 +34126,38 @@ public class GoogleCloudDiscoveryengineV1alphaActionConfig : Google.Apis.Request public virtual string ETag { get; set; } } + /// + /// Stores the definition of an agent that uses ADK and is deployed to Agent Engine (formerly known as Reasoning + /// Engine). + /// + public class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The reasoning engine that the agent is connected to. + [Newtonsoft.Json.JsonPropertyAttribute("provisionedReasoningEngine")] + public virtual GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine ProvisionedReasoningEngine { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Keeps track of the reasoning engine that the agent is connected to. This message is not intended to keep track + /// of agent's lifecycle. Instead it is only used to define parameters to connect to the agent that is already + /// deployed to a reasoning engine. + /// + public class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The reasoning engine that the agent is connected to. Format: + /// `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("reasoningEngine")] + public virtual string ReasoningEngine { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for CompletionService.AdvancedCompleteQuery method. . public class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -31705,10 +34219,10 @@ public class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest : Goo public virtual GoogleCloudDiscoveryengineV1alphaUserInfo UserInfo { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 /// [Newtonsoft.Json.JsonPropertyAttribute("userPseudoId")] @@ -31981,6 +34495,359 @@ public class GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig : Google. public virtual string ETag { get; set; } } + /// Performs a predefined, specific task. + public class GoogleCloudDiscoveryengineV1alphaAgent : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The behavior of the agent is defined as an A2A agent. + [Newtonsoft.Json.JsonPropertyAttribute("a2aAgentDefinition")] + public virtual GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition A2aAgentDefinition { get; set; } + + /// Optional. The behavior of the agent is defined as an ADK agent. + [Newtonsoft.Json.JsonPropertyAttribute("adkAgentDefinition")] + public virtual GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition AdkAgentDefinition { get; set; } + + /// Optional. The authorizations that are required by the agent. + [Newtonsoft.Json.JsonPropertyAttribute("authorizationConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaAuthorizationConfig AuthorizationConfig { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. Timestamp when this Agent was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. The custom placeholder text that appears in the text box before the user enters any text. + /// + [Newtonsoft.Json.JsonPropertyAttribute("customPlaceholderText")] + public virtual string CustomPlaceholderText { get; set; } + + /// + /// Output only. The reason why the agent deployment failed. Only set if the state is DEPLOYMENT_FAILED. + /// + [Newtonsoft.Json.JsonPropertyAttribute("deploymentFailureReason")] + public virtual string DeploymentFailureReason { get; set; } + + /// + /// Required. Human-readable description of the agent. This might be used by an LLM to automatically select an + /// agent to respond to a user query. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Optional. The behavior of the agent is defined as a Dialogflow agent. + [Newtonsoft.Json.JsonPropertyAttribute("dialogflowAgentDefinition")] + public virtual GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition DialogflowAgentDefinition { get; set; } + + /// + /// Required. Display name of the agent. This might be used by an LLM to automatically select an agent to + /// respond to a user query. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. The icon that represents the agent on the UI. + [Newtonsoft.Json.JsonPropertyAttribute("icon")] + public virtual GoogleCloudDiscoveryengineV1alphaAgentImage Icon { get; set; } + + /// + /// Optional. The code of the language of the text in the description, display_name and starter_prompts fields. + /// + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } + + /// + /// Identifier. Resource name of the agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Output only. The reason why the agent was rejected. Only set if the state is PRIVATE, and got there via + /// rejection. + /// + [Newtonsoft.Json.JsonPropertyAttribute("rejectionReason")] + public virtual string RejectionReason { get; set; } + + /// Optional. The sharing config of the agent. + [Newtonsoft.Json.JsonPropertyAttribute("sharingConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaAgentSharingConfig SharingConfig { get; set; } + + /// + /// Optional. The starter prompt suggestions to show the user on the landing page of the agent. + /// + [Newtonsoft.Json.JsonPropertyAttribute("starterPrompts")] + public virtual System.Collections.Generic.IList StarterPrompts { get; set; } + + /// Output only. The lifecycle state of the agent. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// Output only. The reason why the agent was suspended. Only set if the state is SUSPENDED. + [Newtonsoft.Json.JsonPropertyAttribute("suspensionReason")] + public virtual string SuspensionReason { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. Timestamp when this Agent was most recently updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes a file used internally by an agent as a context on each invocation. + public class GoogleCloudDiscoveryengineV1alphaAgentFile : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The name of the file. + [Newtonsoft.Json.JsonPropertyAttribute("fileName")] + public virtual string FileName { get; set; } + + /// Immutable. The content type of the file. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// + /// Identifier. The resource name of the file. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}/files/{file}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents an image. + public class GoogleCloudDiscoveryengineV1alphaAgentImage : Google.Apis.Requests.IDirectResponseSchema + { + /// Base64-encoded image file contents. + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual string Content { get; set; } + + /// Image URI. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Sharing related configuration. + public class GoogleCloudDiscoveryengineV1alphaAgentSharingConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The sharing scope of the agent. + [Newtonsoft.Json.JsonPropertyAttribute("scope")] + public virtual string Scope { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The starter prompt suggestion to show the user on the landing page of the agent. + public class GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The text of the starter prompt. + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The data for displaying an Agent. + public class GoogleCloudDiscoveryengineV1alphaAgentView : Google.Apis.Requests.IDirectResponseSchema + { + /// Immutable. The origin of the Agent. + [Newtonsoft.Json.JsonPropertyAttribute("agentOrigin")] + public virtual string AgentOrigin { get; set; } + + /// Output only. The sharing state of the agent. + [Newtonsoft.Json.JsonPropertyAttribute("agentSharingState")] + public virtual string AgentSharingState { get; set; } + + /// Output only. The type of the agent. + [Newtonsoft.Json.JsonPropertyAttribute("agentType")] + public virtual string AgentType { get; set; } + + /// The custom placeholder text that appears in the text box before the user enters any text. + [Newtonsoft.Json.JsonPropertyAttribute("customPlaceholderText")] + public virtual string CustomPlaceholderText { get; set; } + + /// The reason why the agent deployment failed. Only set if the state is DEPLOYMENT_FAILED. + [Newtonsoft.Json.JsonPropertyAttribute("deploymentFailureReason")] + public virtual string DeploymentFailureReason { get; set; } + + /// + /// Required. Human-readable description of the agent. This might be used by an LLM to automatically select an + /// agent to respond to a user query and to generate the first version of the steps for the agent that can be + /// modified by the user. The language of this is either Agent.language_code, or + /// ListAvailableAgentViewsRequest.language_code if translations are enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. Display name of the agent. The language of this is either Agent.language_code, or + /// ListAvailableAgentViewsRequest.language_code if translations are enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. The icon that represents the agent on the UI. + [Newtonsoft.Json.JsonPropertyAttribute("icon")] + public virtual GoogleCloudDiscoveryengineV1alphaAgentImage Icon { get; set; } + + /// + /// Resource name of the agent. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The reason why the agent was rejected. Only set if the state is PRIVATE, and got there via rejection. + /// + [Newtonsoft.Json.JsonPropertyAttribute("rejectionReason")] + public virtual string RejectionReason { get; set; } + + /// Output only. The state of the Agent. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// Optional. The suggested prompts for the agent, to be shown on the agent landing page. + [Newtonsoft.Json.JsonPropertyAttribute("suggestedPrompts")] + public virtual System.Collections.Generic.IList SuggestedPrompts { get; set; } + + /// The reason why the agent was suspended. Only set if the state is SUSPENDED. + [Newtonsoft.Json.JsonPropertyAttribute("suspensionReason")] + public virtual string SuspensionReason { get; set; } + + /// Optional. Per-user annotations of the current caller for the agent. + [Newtonsoft.Json.JsonPropertyAttribute("userAnnotations")] + public virtual GoogleCloudDiscoveryengineV1alphaUserAnnotations UserAnnotations { get; set; } + + /// The permissions of the user for this Agent. + [Newtonsoft.Json.JsonPropertyAttribute("userPermissions")] + public virtual GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions UserPermissions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A suggested prompt for the agent, to be shown on the agent landing page. + public class GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The text of the suggested prompt. The language of this is either Agent.language_code, or + /// ListAvailableAgentViewsRequest.language_code if translations are enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The permissions of the user on an Agent. + public class GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions : Google.Apis.Requests.IDirectResponseSchema + { + /// If the user can delete this Agent. + [Newtonsoft.Json.JsonPropertyAttribute("canDelete")] + public virtual System.Nullable CanDelete { get; set; } + + /// If the user can edit this Agent. + [Newtonsoft.Json.JsonPropertyAttribute("canEdit")] + public virtual System.Nullable CanEdit { get; set; } + + /// If the user can propose other users to share the Agent with. + [Newtonsoft.Json.JsonPropertyAttribute("canProposeUsers")] + public virtual System.Nullable CanProposeUsers { get; set; } + + /// If the user can request a review for this Agent. + [Newtonsoft.Json.JsonPropertyAttribute("canRequestReview")] + public virtual System.Nullable CanRequestReview { get; set; } + + /// If the user can run this Agent. + [Newtonsoft.Json.JsonPropertyAttribute("canRun")] + public virtual System.Nullable CanRun { get; set; } + + /// If the user can view the source of this Agent. + [Newtonsoft.Json.JsonPropertyAttribute("canView")] + public virtual System.Nullable CanView { get; set; } + + /// If the user can withdraw this Agent. + [Newtonsoft.Json.JsonPropertyAttribute("canWithdraw")] + public virtual System.Nullable CanWithdraw { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The connector level alert config. public class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -33481,6 +36348,20 @@ public class GoogleCloudDiscoveryengineV1alphaAssistant : Google.Apis.Requests.I [Newtonsoft.Json.JsonPropertyAttribute("customerPolicy")] public virtual GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy CustomerPolicy { get; set; } + /// + /// Optional. Description for additional information. Expected to be shown on the configuration UI, not to the + /// users of the assistant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + /// /// Optional. Note: not implemented yet. Use enabled_actions instead. The enabled tools on this assistant. The /// keys are connector name, for example @@ -33680,6 +36561,10 @@ public class GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicyModelArmorC /// Configuration for the generation of the assistant response. public class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The list of models that are allowed to be used for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("allowedModelIds")] + public virtual System.Collections.Generic.IList AllowedModelIds { get; set; } + /// /// The default language to use for the generation of the assistant response. Use an ISO 639-1 language code /// such as `en`. If not specified, the language will be automatically detected. @@ -33687,6 +36572,10 @@ public class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig : Google [Newtonsoft.Json.JsonPropertyAttribute("defaultLanguage")] public virtual string DefaultLanguage { get; set; } + /// Optional. The default model to use for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("defaultModelId")] + public virtual string DefaultModelId { get; set; } + /// /// System instruction, also known as the prompt preamble for LLM calls. See also /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions @@ -33717,6 +36606,13 @@ public class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemIns /// public class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Source attribution of the generated content. See also + /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check + /// + [Newtonsoft.Json.JsonPropertyAttribute("citationMetadata")] + public virtual GoogleCloudDiscoveryengineV1alphaCitationMetadata CitationMetadata { get; set; } + /// The content. [Newtonsoft.Json.JsonPropertyAttribute("content")] public virtual GoogleCloudDiscoveryengineV1alphaAssistantContent Content { get; set; } @@ -33854,6 +36750,87 @@ public class GoogleCloudDiscoveryengineV1alphaAssistantToolList : Google.Apis.Re public virtual string ETag { get; set; } } + /// Discovery Engine Authorization resource. + public class GoogleCloudDiscoveryengineV1alphaAuthorization : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The display name of the authorization. It must be a UTF-8 encoded string with a length limit of + /// 128 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Identifier. Resource name of the authorization. Format: + /// `projects/{project}/locations/{location}/authorizations/{authorization}` It must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Server-side OAuth2 configuration. + [Newtonsoft.Json.JsonPropertyAttribute("serverSideOauth2")] + public virtual GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2 ServerSideOauth2 { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Describes the authorizations required. + public class GoogleCloudDiscoveryengineV1alphaAuthorizationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The authorization that is required to invoke the agent. Auth tokens will be passed to the agent as + /// part of the request auth header. + /// + [Newtonsoft.Json.JsonPropertyAttribute("agentAuthorization")] + public virtual string AgentAuthorization { get; set; } + + /// + /// Optional. List of required authorizations for agent to access other resources. Auth tokens will be passed to + /// the agent as part of the request body. + /// + [Newtonsoft.Json.JsonPropertyAttribute("toolAuthorizations")] + public virtual System.Collections.Generic.IList ToolAuthorizations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// OAuth2 configuration. + public class GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2 : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The URI the user is directed to when they need to authorize. Should include everything required + /// for a successful authorization: OAuth ID, extra flags, etc. Example: + /// `https://accounts.google.com/o/oauth2/v2/auth?client_id=OAUTH_ID&amp;scope=https://www.googleapis.com/auth/calendar.events&amp;response_type=code&amp;access_type=offline&amp;prompt=consent` + /// The `redirect_uri` parameter will be overwritten by the Vertex AI Search frontend. + /// + [Newtonsoft.Json.JsonPropertyAttribute("authorizationUri")] + public virtual string AuthorizationUri { get; set; } + + /// Required. The OAuth2 client ID. + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } + + /// Required. The OAuth2 client secret. Encrypted at rest. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } + + /// + /// Required. The scopes to request. Example: `https://www.googleapis.com/auth/calendar.events` + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IList Scopes { get; set; } + + /// Required. The HTTP endpoint that exchanges a client authorization for an access token. + [Newtonsoft.Json.JsonPropertyAttribute("tokenUri")] + public virtual string TokenUri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The configuration for the BAP connector. public class GoogleCloudDiscoveryengineV1alphaBAPConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -34404,6 +37381,73 @@ public class GoogleCloudDiscoveryengineV1alphaBigtableSource : Google.Apis.Reque public virtual string ETag { get; set; } } + /// Information about license configs at billing account level. + public class GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether the BillingAccountLicenseConfig is auto renewed when it reaches the end date. + [Newtonsoft.Json.JsonPropertyAttribute("autoRenew")] + public virtual System.Nullable AutoRenew { get; set; } + + /// Optional. The planed subscription end date. + [Newtonsoft.Json.JsonPropertyAttribute("endDate")] + public virtual GoogleTypeDate EndDate { get; set; } + + /// Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + + /// + /// A map of LicenseConfig names to the number of licenses distributed to each. The key is the full resource + /// name of the LicenseConfig, such as + /// `projects/{project}/locations/{location}/licenseConfigs/{license_config}`. The value is the count of + /// licenses allocated to it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfigDistributions")] + public virtual System.Collections.Generic.IDictionary> LicenseConfigDistributions { get; set; } + + /// Required. The number of licenses purchased under this billing account license config. + [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] + public virtual System.Nullable LicenseCount { get; set; } + + /// + /// Immutable. Identifier. The fully qualified resource name of the billing account license config. Format: + /// `billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The procurement entitlement id of the subscription. + [Newtonsoft.Json.JsonPropertyAttribute("procurementEntitlementId")] + public virtual string ProcurementEntitlementId { get; set; } + + /// Required. The subscription start date. + [Newtonsoft.Json.JsonPropertyAttribute("startDate")] + public virtual GoogleTypeDate StartDate { get; set; } + + /// Output only. The state of the BillingAccountLicenseConfig. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The subscription display name. + [Newtonsoft.Json.JsonPropertyAttribute("subscriptionDisplayName")] + public virtual string SubscriptionDisplayName { get; set; } + + /// Output only. The corresponding SubV3 subscription name. + [Newtonsoft.Json.JsonPropertyAttribute("subscriptionName")] + public virtual string SubscriptionName { get; set; } + + /// Required. The subscription term. + [Newtonsoft.Json.JsonPropertyAttribute("subscriptionTerm")] + public virtual string SubscriptionTerm { get; set; } + + /// Required. The subscription tier. + [Newtonsoft.Json.JsonPropertyAttribute("subscriptionTier")] + public virtual string SubscriptionTier { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A data branch that stores Documents. public class GoogleCloudDiscoveryengineV1alphaBranch : Google.Apis.Requests.IDirectResponseSchema { @@ -34491,6 +37535,93 @@ public class GoogleCloudDiscoveryengineV1alphaBranchBranchStats : Google.Apis.Re public virtual string ETag { get; set; } } + /// + /// Canned query resource of Assistant. It represents a short-cut to a predefined conversation start. + /// + public class GoogleCloudDiscoveryengineV1alphaCannedQuery : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The default (non-localized) values for the text attributes. + [Newtonsoft.Json.JsonPropertyAttribute("defaultTexts")] + public virtual GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts DefaultTexts { get; set; } + + /// + /// The display name of the canned query. It must be a UTF-8 encoded string with a length limit of 128 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Whether this canned query is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// Output only. Whether this is a Google-defined, read-only canned query. + [Newtonsoft.Json.JsonPropertyAttribute("googleDefined")] + public virtual System.Nullable GoogleDefined { get; set; } + + /// + /// Optional. The translations of the text attributes. The keys should be BCP-47 language codes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("localizedTexts")] + public virtual System.Collections.Generic.IDictionary LocalizedTexts { get; set; } + + /// + /// Immutable. Resource name of the canned query. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}` + /// It must be a UTF-8 encoded string with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional. The capabilities the Assistant needs to have to use this canned query. + [Newtonsoft.Json.JsonPropertyAttribute("requiredCapabilities")] + public virtual System.Collections.Generic.IList RequiredCapabilities { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Capability of an assistant needed to use this canned query. + public class GoogleCloudDiscoveryengineV1alphaCannedQueryAssistantCapability : Google.Apis.Requests.IDirectResponseSchema + { + /// The name of the action that the Assistant needs to have set up to use this canned query. + [Newtonsoft.Json.JsonPropertyAttribute("actionName")] + public virtual string ActionName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The text pieces for the canned query, which can be localized. + public class GoogleCloudDiscoveryengineV1alphaCannedQueryCannedQueryTexts : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The prefix that `suggested_prompts` should start with. + [Newtonsoft.Json.JsonPropertyAttribute("prefix")] + public virtual string Prefix { get; set; } + + /// Required. The prompts the canned query will offer to the user. + [Newtonsoft.Json.JsonPropertyAttribute("suggestedPrompts")] + public virtual System.Collections.Generic.IList SuggestedPrompts { get; set; } + + /// Required. The title that is for the end user. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A suggested prompt for the canned query. + public class GoogleCloudDiscoveryengineV1alphaCannedQuerySuggestedPrompt : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The text of the suggested prompt. + [Newtonsoft.Json.JsonPropertyAttribute("promptText")] + public virtual string PromptText { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for GroundedGenerationService.CheckGrounding method. public class GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -34642,6 +37773,17 @@ public class GoogleCloudDiscoveryengineV1alphaCheckGroundingSpec : Google.Apis.R public virtual string ETag { get; set; } } + /// Response message for the DataConnectorService.CheckRefreshToken method. + public class GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Info about the stored refresh token. + [Newtonsoft.Json.JsonPropertyAttribute("refreshTokenInfo")] + public virtual GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo RefreshTokenInfo { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request for CheckRequirement method. public class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -34966,6 +38108,48 @@ public class GoogleCloudDiscoveryengineV1alphaChunkStructuredContent : Google.Ap public virtual string ETag { get; set; } } + /// Source attributions for content. + public class GoogleCloudDiscoveryengineV1alphaCitation : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. End index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] + public virtual System.Nullable EndIndex { get; set; } + + /// Output only. License of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("license")] + public virtual string License { get; set; } + + /// Output only. Publication date of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("publicationDate")] + public virtual GoogleTypeDate PublicationDate { get; set; } + + /// Output only. Start index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] + public virtual System.Nullable StartIndex { get; set; } + + /// Output only. Title of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// Output only. Url reference of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A collection of source attributions for a piece of content. + public class GoogleCloudDiscoveryengineV1alphaCitationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. List of citations. + [Newtonsoft.Json.JsonPropertyAttribute("citations")] + public virtual System.Collections.Generic.IList Citations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Cloud SQL source import data from. public class GoogleCloudDiscoveryengineV1alphaCloudSqlSource : Google.Apis.Requests.IDirectResponseSchema { @@ -37359,6 +40543,48 @@ public class GoogleCloudDiscoveryengineV1alphaDataStore : Google.Apis.Requests.I [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -37681,6 +40907,90 @@ public class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries : Goo public virtual string ETag { get; set; } } + /// + /// Metadata related to the progress of the AgentService.DeleteAgent operation. This will be returned by the + /// google.longrunning.Operation.metadata field. + /// + public class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Operation create time. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Operation last update time. If the operation is done, this is also the finish time. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Metadata related to the progress of the CmekConfigService.DeleteCmekConfig operation. This will be returned by /// the google.longrunning.Operation.metadata field. @@ -38364,6 +41674,25 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the + /// google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user + /// store, return the number of end users successfully deleted or failed to delete in the metadata. + /// + public class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The number of end users under the user store that failed to be deleted. + [Newtonsoft.Json.JsonPropertyAttribute("failureCount")] + public virtual System.Nullable FailureCount { get; set; } + + /// The number of end users under the user store that were successfully deleted. + [Newtonsoft.Json.JsonPropertyAttribute("successCount")] + public virtual System.Nullable SuccessCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Defines target endpoints used to connect to third-party sources. public class GoogleCloudDiscoveryengineV1alphaDestinationConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -38402,6 +41731,20 @@ public class GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination : Goo public virtual string ETag { get; set; } } + /// Stored definition of an agent that uses a Dialogflow agent. + public class GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Resource name of the underlying Dialogflow Agent. Format: + /// `projects/{project}/locations/{location}/agents/{agent}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("dialogflowAgent")] + public virtual string DialogflowAgent { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Metadata related to the progress of the SiteSearchEngineService.DisableAdvancedSiteSearch operation. This will /// be returned by the google.longrunning.Operation.metadata field. @@ -38500,6 +41843,43 @@ public class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchResponse public virtual string ETag { get; set; } } + /// Request message for LicenseConfigService.DistributeLicenseConfig method. + public class GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Distribute seats to this license config instead of creating a new one. If not specified, a new + /// license config will be created from the billing account license config. + /// + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfigId")] + public virtual string LicenseConfigId { get; set; } + + /// Required. The number of licenses to distribute. + [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] + public virtual System.Nullable LicenseCount { get; set; } + + /// Required. The target GCP project region to distribute the license config to. + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// Required. The target GCP project number to distribute the license config to. + [Newtonsoft.Json.JsonPropertyAttribute("projectNumber")] + public virtual System.Nullable ProjectNumber { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for LicenseConfigService.DistributeLicenseConfig method. + public class GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The updated or created LicenseConfig. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaLicenseConfig LicenseConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Document captures all raw metadata information of items to be recommended or searched. public class GoogleCloudDiscoveryengineV1alphaDocument : Google.Apis.Requests.IDirectResponseSchema { @@ -38903,6 +42283,10 @@ public class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingCon [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -39091,6 +42475,10 @@ public class GoogleCloudDiscoveryengineV1alphaEngine : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaCmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1alphaEngineCommonConfig CommonConfig { get; set; } @@ -39182,6 +42570,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -40526,6 +43924,17 @@ public class GoogleCloudDiscoveryengineV1alphaGcsSource : Google.Apis.Requests.I public virtual string ETag { get; set; } } + /// Response message for the AgentService.GetAgentView method. + public class GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The data for displaying an Agent. + [Newtonsoft.Json.JsonPropertyAttribute("agentView")] + public virtual GoogleCloudDiscoveryengineV1alphaAgentView AgentView { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for DataConnectorService.GetConnectorSecret. public class GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -40810,6 +44219,35 @@ public class GoogleCloudDiscoveryengineV1alphaImageCharacteristics : Google.Apis public virtual string ETag { get; set; } } + /// Request for the AgentService.ImportAgentFile method. + public class GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The name of the file. + [Newtonsoft.Json.JsonPropertyAttribute("fileName")] + public virtual string FileName { get; set; } + + /// + /// Optional. The content type of the file, see https://www.iana.org/assignments/media-types/media-types.xhtml. + /// This field is required when the data source does not provide the content type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response for the AgentService.ImportAgentFile method. + public class GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The imported AgentFile. + [Newtonsoft.Json.JsonPropertyAttribute("agentFile")] + public virtual GoogleCloudDiscoveryengineV1alphaAgentFile AgentFile { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Metadata related to the progress of the ImportCompletionSuggestions operation. This will be returned by the /// google.longrunning.Operation.metadata field. @@ -41740,6 +45178,10 @@ public class GoogleCloudDiscoveryengineV1alphaLicenseConfig : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -41771,6 +45213,111 @@ public class GoogleCloudDiscoveryengineV1alphaLicenseConfig : Google.Apis.Reques public virtual string ETag { get; set; } } + /// Stats about users' licenses. + public class GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The LicenseConfig name. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfig")] + public virtual string LicenseConfig { get; set; } + + /// Required. The number of licenses used. + [Newtonsoft.Json.JsonPropertyAttribute("usedLicenseCount")] + public virtual System.Nullable UsedLicenseCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the AgentService.ListAgents method. + public class GoogleCloudDiscoveryengineV1alphaListAgentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The agents visible to the caller under the parent Assistant. + [Newtonsoft.Json.JsonPropertyAttribute("agents")] + public virtual System.Collections.Generic.IList Agents { get; set; } + + /// + /// A token that can be sent as ListAgentsRequest.page_token to retrieve the next page. If this field is + /// omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the AssistantService.ListAssistants method. + public class GoogleCloudDiscoveryengineV1alphaListAssistantsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All the customer's Assistants. + [Newtonsoft.Json.JsonPropertyAttribute("assistants")] + public virtual System.Collections.Generic.IList Assistants { get; set; } + + /// + /// A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is + /// omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the AuthorizationService.ListAuthorizations method. + public class GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All the customer's Authorizations. + [Newtonsoft.Json.JsonPropertyAttribute("authorizations")] + public virtual System.Collections.Generic.IList Authorizations { get; set; } + + /// + /// A token that can be sent as ListAuthorizationsRequest.page_token to retrieve the next page. If this field is + /// omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the AgentService.ListAvailableAgentViews method. + public class GoogleCloudDiscoveryengineV1alphaListAvailableAgentViewsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The agent sources visible to the caller under the parent Assistant. + [Newtonsoft.Json.JsonPropertyAttribute("agentViews")] + public virtual System.Collections.Generic.IList AgentViews { get; set; } + + /// + /// A token that can be sent as ListAvailableAgentViewsRequest.page_token to retrieve the next page. If this + /// field is omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for LicenseConfigService.ListBillingAccountLicenseConfigs method. + public class GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All BillingAccountLicenseConfigs for the given billing account. + [Newtonsoft.Json.JsonPropertyAttribute("billingAccountLicenseConfigs")] + public virtual System.Collections.Generic.IList BillingAccountLicenseConfigs { get; set; } + + /// + /// A token that can be sent as ListBillingAccountLicenseConfigsRequest.page_token to retrieve the next page. If + /// this field is omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response for BranchService.ListBranches method. public class GoogleCloudDiscoveryengineV1alphaListBranchesResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -41782,6 +45329,24 @@ public class GoogleCloudDiscoveryengineV1alphaListBranchesResponse : Google.Apis public virtual string ETag { get; set; } } + /// Response message for the CannedQueryService.ListCannedQueries method. + public class GoogleCloudDiscoveryengineV1alphaListCannedQueriesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of CannedQuerys matching the request. + [Newtonsoft.Json.JsonPropertyAttribute("cannedQueries")] + public virtual System.Collections.Generic.IList CannedQueries { get; set; } + + /// + /// A token that can be sent as ListCannedQueriesRequest.page_token to retrieve the next page. If this field is + /// omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for ChunkService.ListChunks method. public class GoogleCloudDiscoveryengineV1alphaListChunksResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -42044,6 +45609,17 @@ public class GoogleCloudDiscoveryengineV1alphaListIdentityMappingsResponse : Goo public virtual string ETag { get; set; } } + /// Response message for UserLicenseService.ListLicenseConfigUsageStats method. + public class GoogleCloudDiscoveryengineV1alphaListLicenseConfigsUsageStatsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All the customer's LicenseConfigUsageStats. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfigUsageStats")] + public virtual System.Collections.Generic.IList LicenseConfigUsageStats { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for SampleQueryService.ListSampleQueries method. public class GoogleCloudDiscoveryengineV1alphaListSampleQueriesResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -42461,6 +46037,10 @@ public class GoogleCloudDiscoveryengineV1alphaProcessedDocument : Google.Apis.Re /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1alphaProject : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -42560,6 +46140,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -42578,6 +46222,13 @@ public class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNoteb [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -43420,6 +47071,56 @@ public class GoogleCloudDiscoveryengineV1alphaQuery : Google.Apis.Requests.IDire public virtual string ETag { get; set; } } + /// Response for [ProjectService.QueryConfigurablePricingUsageStats] method. + public class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A list of metric usages, one for each requested resource type that has data in the requested time range. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metricUsages")] + public virtual System.Collections.Generic.IList MetricUsages { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of usages for a specific day. + public class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage : Google.Apis.Requests.IDirectResponseSchema + { + /// The date of the usage. + [Newtonsoft.Json.JsonPropertyAttribute("date")] + public virtual GoogleTypeDate Date { get; set; } + + /// The usage value on the date. + [Newtonsoft.Json.JsonPropertyAttribute("usage")] + public virtual System.Nullable Usage { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The usage of a metric over a list of days. + public class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The list of usages for this resource type, chronologically sorted by date. This is populated for metrics + /// with daily aggregation like DAILY_MDN_QPM. + /// + [Newtonsoft.Json.JsonPropertyAttribute("datedUsages")] + public virtual System.Collections.Generic.IList DatedUsages { get; set; } + + /// The metric type. + [Newtonsoft.Json.JsonPropertyAttribute("metricType")] + public virtual string MetricType { get; set; } + + /// The total usage for this resource type. This is populated for metrics like TOTAL_STORAGE. + [Newtonsoft.Json.JsonPropertyAttribute("totalUsage")] + public virtual System.Nullable TotalUsage { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for RankService.Rank method. public class GoogleCloudDiscoveryengineV1alphaRankRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -44286,6 +47987,41 @@ public class GoogleCloudDiscoveryengineV1alphaResumeEngineRequest : Google.Apis. public virtual string ETag { get; set; } } + /// Request message for LicenseConfigService.RetractLicenseConfig method. + public class GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fullRetract")] + public virtual System.Nullable FullRetract { get; set; } + + /// + /// Required. Full resource name of LicenseConfig. Format: + /// `projects/{project}/locations/{location}/licenseConfigs/{license_config_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfig")] + public virtual string LicenseConfig { get; set; } + + /// Optional. The number of licenses to retract. Only used when full_retract is false. + [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] + public virtual System.Nullable LicenseCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for LicenseConfigService.RetractLicenseConfig method. + public class GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The updated LicenseConfig. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaLicenseConfig LicenseConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Safety rating corresponding to the generated content. public class GoogleCloudDiscoveryengineV1alphaSafetyRating : Google.Apis.Requests.IDirectResponseSchema { @@ -44610,6 +48346,17 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] public virtual GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec ContentSearchSpec { get; set; } + /// + /// Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, + /// crowding will be evaluated on each unique combination of the `field` values, and max_count will be the + /// maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = + /// "color" and `max_count` = 3, and the second CrowdingSpec has `field` = "size" and `max_count` = 2, then + /// after 3 documents that share the same color AND size have been returned, subsequent ones should be removed + /// or demoted. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crowdingSpecs")] + public virtual System.Collections.Generic.IList CrowdingSpecs { get; set; } + /// /// Custom fine tuning configs. If set, it has higher priority than the configs set in /// ServingConfig.custom_fine_tuning_spec. @@ -44710,6 +48457,19 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("orderBy")] public virtual string OrderBy { get; set; } + /// + /// Optional. The categories associated with a category page. Must be set for category navigation queries to + /// achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field + /// is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query + /// is empty. If the field is empty, it will not be used by the browse model. To represent full path of a + /// category, use '&gt;' character to separate different hierarchies. If '&gt;' is part of the category + /// name, replace it with other character(s). For example, `Graphics Cards &gt; RTX&gt;4090 &gt; + /// Founders Edition` where "RTX &gt; 4090" represents one level, can be rewritten as `Graphics Cards + /// &gt; RTX_4090 &gt; Founders Edition` + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the /// maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. @@ -44901,10 +48661,10 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 /// characters. Otherwise, an `INVALID_ARGUMENT` error is returned. /// @@ -45298,6 +49058,36 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSumm public virtual string ETag { get; set; } } + /// + /// Specification for crowding. Crowding improves the diversity of search results by limiting the number of results + /// that share the same field value. For example, crowding on the color field with a max_count of 3 and mode + /// DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages. + /// + public class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is + /// case sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// + /// The maximum number of documents to keep per value of the field. Once there are at least max_count previous + /// results which contain the same value for the given field (according to the order specified in `order_by`), + /// later results with the same value are "crowded away". If not specified, the default value is 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCount")] + public virtual System.Nullable MaxCount { get; set; } + + /// Mode to use for documents that are crowded away. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A struct to define data stores to filter on in a search call and configurations for those data stores. /// Otherwise, an `INVALID_ARGUMENT` error is returned. @@ -46737,6 +50527,10 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("isPinned")] public virtual System.Nullable IsPinned { get; set; } + /// Optional. The labels for the session. Can be set as filter in ListSessionsRequest. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IList Labels { get; set; } + /// /// Immutable. Fully qualified name /// `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*` @@ -47524,7 +51318,13 @@ public class GoogleCloudDiscoveryengineV1alphaStreamAssistResponse : Google.Apis [Newtonsoft.Json.JsonPropertyAttribute("assistToken")] public virtual string AssistToken { get; set; } - /// Session information. + /// The tool names of the tools that were invoked. + [Newtonsoft.Json.JsonPropertyAttribute("invocationTools")] + public virtual System.Collections.Generic.IList InvocationTools { get; set; } + + /// + /// Session information. Only included in the final StreamAssistResponse of the response stream. + /// [Newtonsoft.Json.JsonPropertyAttribute("sessionInfo")] public virtual GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo SessionInfo { get; set; } @@ -48334,31 +52134,18 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } - /// Request for the AssistantService.UploadSessionFile method. - public class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// Information about the file being uploaded. - [Newtonsoft.Json.JsonPropertyAttribute("blob")] - public virtual GdataMedia Blob { get; set; } - - /// Media upload request metadata. - [Newtonsoft.Json.JsonPropertyAttribute("mediaRequestInfo")] - public virtual ApiservingMediaRequestInfo MediaRequestInfo { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response for the AssistantService.UploadSessionFile method. - public class GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse : Google.Apis.Requests.IDirectResponseSchema + /// Per-user annotations for an Agent, based on UserAnnotation. + public class GoogleCloudDiscoveryengineV1alphaUserAnnotations : Google.Apis.Requests.IDirectResponseSchema { - /// The ID of the uploaded file. - [Newtonsoft.Json.JsonPropertyAttribute("fileId")] - public virtual string FileId { get; set; } + /// + /// Optional. Whether the agent is pinned, pinned agent will be displayed on the top of the agent list. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pinned")] + public virtual System.Nullable Pinned { get; set; } - /// Media upload response metadata. - [Newtonsoft.Json.JsonPropertyAttribute("mediaResponseInfo")] - public virtual ApiservingMediaResponseInfo MediaResponseInfo { get; set; } + /// Optional. Whether the agent has been viewed by the user. + [Newtonsoft.Json.JsonPropertyAttribute("viewed")] + public virtual System.Nullable Viewed { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -48767,6 +52554,51 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Configures metadata that is used for End User entities. + public class GoogleCloudDiscoveryengineV1alphaUserStore : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default subscription LicenseConfig for the UserStore, if + /// UserStore.enable_license_auto_register is true, new users will automatically register under the default + /// subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be + /// assigned with license and will be blocked for Vertex AI Search features. This is used if + /// `license_assignment_tier_rules` is not configured. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLicenseConfig")] + public virtual string DefaultLicenseConfig { get; set; } + + /// The display name of the User Store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Optional. Whether to enable license auto update for users in this User Store. If true, users with expired + /// licenses will automatically be updated to use the default license config as long as the default license + /// config has seats left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableExpiredLicenseAutoUpdate")] + public virtual System.Nullable EnableExpiredLicenseAutoUpdate { get; set; } + + /// + /// Optional. Whether to enable license auto register for users in this User Store. If true, new users will + /// automatically register under the default license config as long as the default license config has seats + /// left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableLicenseAutoRegister")] + public virtual System.Nullable EnableLicenseAutoRegister { get; set; } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Standard characteristics of a video media view. public class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics : Google.Apis.Requests.IDirectResponseSchema { @@ -48954,10 +52786,6 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("enableWebApp")] public virtual System.Nullable EnableWebApp { get; set; } - /// Allows to toggle unstable/experimental features in the widget (or web app) - [Newtonsoft.Json.JsonPropertyAttribute("experimentalFeatures")] - public virtual System.Collections.Generic.IDictionary ExperimentalFeatures { get; set; } - /// The configuration and appearance of facets in the end user view. [Newtonsoft.Json.JsonPropertyAttribute("facetField")] public virtual System.Collections.Generic.IList FacetField { get; set; } @@ -48971,6 +52799,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("fieldsUiComponentsMap")] public virtual System.Collections.Generic.IDictionary FieldsUiComponentsMap { get; set; } + /// Output only. Whether the subscription is gemini bundle or not. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Optional. Describes the homepage settings of the widget. [Newtonsoft.Json.JsonPropertyAttribute("homepageSetting")] public virtual GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting HomepageSetting { get; set; } @@ -49285,10 +53117,7 @@ public class GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField : Google.Ap /// public class GoogleCloudDiscoveryengineV1alphaWidgetConfigHomepageSetting : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. The shortcuts to display on the homepage. LINT.IfChange(max_shortcuts_number) - /// LINT.ThenChange(//depot/google3/cloud/console/web/ai/unified_cloud_search/components/widget_preview/widget_homepage_shortcut_config_form.ts:max_shortcuts_number) - /// + /// Optional. The shortcuts to display on the homepage. [Newtonsoft.Json.JsonPropertyAttribute("shortcuts")] public virtual System.Collections.Generic.IList Shortcuts { get; set; } @@ -49433,6 +53262,16 @@ public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings : Google.Ap [Newtonsoft.Json.JsonPropertyAttribute("interactionType")] public virtual string InteractionType { get; set; } + /// + /// Output only. Maps a model name to its specific configuration for this engine. This allows admin users to + /// turn on/off individual models. This only stores models whose states are overridden by the admin. When the + /// state is unspecified, or model_configs is empty for this model, the system will decide if this model should + /// be available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Controls whether result extract is display and how (snippet or extractive answer). Default to no result if /// unspecified. @@ -49440,6 +53279,13 @@ public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettings : Google.Ap [Newtonsoft.Json.JsonPropertyAttribute("resultDescriptionType")] public virtual string ResultDescriptionType { get; set; } + /// + /// Optional. SearchAddonSpec is used to disable add-ons for search. This field is only supported for search + /// requests. + /// + [Newtonsoft.Json.JsonPropertyAttribute("searchAddonSpec")] + public virtual GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec SearchAddonSpec { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -49501,6 +53347,36 @@ public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAn public virtual string ETag { get; set; } } + /// + /// SearchAddonSpec is used to disable add-ons for search. By default, if this field is not specified, add-ons are + /// enabled wherever applicable. + /// + public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If true, generative answer add-on is disabled. Generative answer add-on includes natural language + /// to filters and simple answers. + /// + [Newtonsoft.Json.JsonPropertyAttribute("generativeAnswerAddOnDisabled")] + public virtual System.Nullable GenerativeAnswerAddOnDisabled { get; set; } + + /// + /// Optional. If true, disables event re-ranking and personalization to optimize KPIs &amp; personalize + /// results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kpiPersonalizationAddOnDisabled")] + public virtual System.Nullable KpiPersonalizationAddOnDisabled { get; set; } + + /// + /// Optional. If true, semantic add-on is disabled. Semantic add-on includes embeddings and jetstream. + /// + [Newtonsoft.Json.JsonPropertyAttribute("semanticAddOnDisabled")] + public virtual System.Nullable SemanticAddOnDisabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Config to store data store type configuration for workspace data public class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -49530,6 +53406,17 @@ public class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig : Google.Apis.Requ public virtual string ETag { get; set; } } + /// Workspace settings for the end user. + public class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether an end user has workspace access enabled. + [Newtonsoft.Json.JsonPropertyAttribute("workspaceAccessEnabled")] + public virtual System.Nullable WorkspaceAccessEnabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Access Control Configuration. public class GoogleCloudDiscoveryengineV1betaAclConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -49564,54 +53451,6 @@ public class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig : Google.A public virtual string ETag { get; set; } } - /// - /// The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector - /// is of same usage. No easy way to migrate. - /// - public class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The enrollment state of each alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertEnrollments")] - public virtual System.Collections.Generic.IList AlertEnrollments { get; set; } - - /// Immutable. The fully qualified resource name of the AlertPolicy. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicy")] - public virtual string AlertPolicy { get; set; } - - /// Optional. The contact details for each alert policy. - [Newtonsoft.Json.JsonPropertyAttribute("contactDetails")] - public virtual System.Collections.Generic.IList ContactDetails { get; set; } - - /// Optional. The language code used for notifications - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The alert enrollment status. - public class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment : Google.Apis.Requests.IDirectResponseSchema - { - /// Immutable. The id of an alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertId")] - public virtual string AlertId { get; set; } - - /// Required. The enrollment status of a customer. - [Newtonsoft.Json.JsonPropertyAttribute("enrollState")] - public virtual string EnrollState { get; set; } - - /// - /// Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when - /// registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. - /// - [Newtonsoft.Json.JsonPropertyAttribute("notificationParams")] - public virtual System.Collections.Generic.IDictionary NotificationParams { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Metadata related to the progress of the SiteSearchEngineService.BatchCreateTargetSites operation. This will be /// returned by the google.longrunning.Operation.metadata field. @@ -49986,20 +53825,6 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// - /// The contact info stored in resource level. If both project level and resource level is populated, the resource - /// level contact info will override the project level contact info. - /// - public class GoogleCloudDiscoveryengineV1betaContactDetails : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The email address of the contact. - [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] - public virtual string EmailAddress { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at /// serving time. Permitted actions dependent on `SolutionType`. @@ -50707,6 +54532,48 @@ public class GoogleCloudDiscoveryengineV1betaDataStore : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -51728,6 +55595,10 @@ public class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConf [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -51887,6 +55758,10 @@ public class GoogleCloudDiscoveryengineV1betaEngine : Google.Apis.Requests.IDire [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1betaCmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1betaEngineCommonConfig CommonConfig { get; set; } @@ -51978,6 +55853,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -53138,10 +57023,6 @@ public class GoogleCloudDiscoveryengineV1betaLanguageInfo : Google.Apis.Requests /// Information about users' licenses. public class GoogleCloudDiscoveryengineV1betaLicenseConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The alert policy config for this license config. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicyResourceConfig")] - public virtual GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig AlertPolicyResourceConfig { get; set; } - /// Optional. Whether the license config should be auto renewed when it reaches the end date. [Newtonsoft.Json.JsonPropertyAttribute("autoRenew")] public virtual System.Nullable AutoRenew { get; set; } @@ -53154,6 +57035,10 @@ public class GoogleCloudDiscoveryengineV1betaLicenseConfig : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -53256,6 +57141,10 @@ public class GoogleCloudDiscoveryengineV1betaOrganicCrawlRateTimeSeries : Google /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1betaProject : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -53355,6 +57244,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -53373,6 +57326,13 @@ public class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebo [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -53999,6 +57959,17 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] public virtual GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec ContentSearchSpec { get; set; } + /// + /// Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, + /// crowding will be evaluated on each unique combination of the `field` values, and max_count will be the + /// maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = + /// "color" and `max_count` = 3, and the second CrowdingSpec has `field` = "size" and `max_count` = 2, then + /// after 3 documents that share the same color AND size have been returned, subsequent ones should be removed + /// or demoted. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crowdingSpecs")] + public virtual System.Collections.Generic.IList CrowdingSpecs { get; set; } + /// /// Specifications that define the specific DataStores to be searched, along with configurations for those data /// stores. This is only considered for Engines with multiple data stores. For engines with a single data store, @@ -54092,6 +58063,19 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("orderBy")] public virtual string OrderBy { get; set; } + /// + /// Optional. The categories associated with a category page. Must be set for category navigation queries to + /// achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field + /// is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query + /// is empty. If the field is empty, it will not be used by the browse model. To represent full path of a + /// category, use '&gt;' character to separate different hierarchies. If '&gt;' is part of the category + /// name, replace it with other character(s). For example, `Graphics Cards &gt; RTX&gt;4090 &gt; + /// Founders Edition` where "RTX &gt; 4090" represents one level, can be rewritten as `Graphics Cards + /// &gt; RTX_4090 &gt; Founders Edition` + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the /// maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. @@ -54275,10 +58259,10 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 /// characters. Otherwise, an `INVALID_ARGUMENT` error is returned. /// @@ -54672,6 +58656,36 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSumma public virtual string ETag { get; set; } } + /// + /// Specification for crowding. Crowding improves the diversity of search results by limiting the number of results + /// that share the same field value. For example, crowding on the color field with a max_count of 3 and mode + /// DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages. + /// + public class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is + /// case sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// + /// The maximum number of documents to keep per value of the field. Once there are at least max_count previous + /// results which contain the same value for the given field (according to the order specified in `order_by`), + /// later results with the same value are "crowded away". If not specified, the default value is 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCount")] + public virtual System.Nullable MaxCount { get; set; } + + /// Mode to use for documents that are crowded away. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A struct to define data stores to filter on in a search call and configurations for those data stores. /// Otherwise, an `INVALID_ARGUMENT` error is returned. @@ -55870,6 +59884,51 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Configures metadata that is used for End User entities. + public class GoogleCloudDiscoveryengineV1betaUserStore : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default subscription LicenseConfig for the UserStore, if + /// UserStore.enable_license_auto_register is true, new users will automatically register under the default + /// subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be + /// assigned with license and will be blocked for Vertex AI Search features. This is used if + /// `license_assignment_tier_rules` is not configured. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLicenseConfig")] + public virtual string DefaultLicenseConfig { get; set; } + + /// The display name of the User Store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Optional. Whether to enable license auto update for users in this User Store. If true, users with expired + /// licenses will automatically be updated to use the default license config as long as the default license + /// config has seats left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableExpiredLicenseAutoUpdate")] + public virtual System.Nullable EnableExpiredLicenseAutoUpdate { get; set; } + + /// + /// Optional. Whether to enable license auto register for users in this User Store. If true, new users will + /// automatically register under the default license config as long as the default license config has seats + /// left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableLicenseAutoRegister")] + public virtual System.Nullable EnableLicenseAutoRegister { get; set; } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Config to store data store type configuration for workspace data public class GoogleCloudDiscoveryengineV1betaWorkspaceConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -56578,43 +60637,6 @@ public class GoogleCloudNotebooklmV1alphaSourceSettings : Google.Apis.Requests.I public virtual string ETag { get; set; } } - /// Request for the SourceService.UploadSourceFile method. - public class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// Information about the file being uploaded. - [Newtonsoft.Json.JsonPropertyAttribute("blob")] - public virtual GdataMedia Blob { get; set; } - - /// Media upload request metadata. - [Newtonsoft.Json.JsonPropertyAttribute("mediaRequestInfo")] - public virtual ApiservingMediaRequestInfo MediaRequestInfo { get; set; } - - /// - /// The source id of the associated file. If not set, a source id will be generated and a new tentative source - /// will be created. - /// - [Newtonsoft.Json.JsonPropertyAttribute("sourceId")] - public virtual string SourceId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response for the SourceService.UploadSourceFile method. - public class GoogleCloudNotebooklmV1alphaUploadSourceFileResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// Media upload response metadata. - [Newtonsoft.Json.JsonPropertyAttribute("mediaResponseInfo")] - public virtual ApiservingMediaResponseInfo MediaResponseInfo { get; set; } - - /// The source id of the uploaded source. - [Newtonsoft.Json.JsonPropertyAttribute("sourceId")] - public virtual GoogleCloudNotebooklmV1alphaSourceId SourceId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// The "Content" messages refer to data the user wants to upload. public class GoogleCloudNotebooklmV1alphaUserContent : Google.Apis.Requests.IDirectResponseSchema { @@ -56749,6 +60771,167 @@ public class GoogleCloudNotebooklmV1alphaYoutubeMetadata : Google.Apis.Requests. public virtual string ETag { get; set; } } + /// Associates `members`, or principals, with a `role`. + public class GoogleIamV1Binding : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding + /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to + /// the current request. However, a different role binding might grant the same role to one or more of the + /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("condition")] + public virtual GoogleTypeExpr Condition { get; set; } + + /// + /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following + /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a + /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated + /// with a Google account or a service account. Does not include identities that come from external identity + /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a + /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address + /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * + /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes + /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For + /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that + /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain + /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * + /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workforce identity pool. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All + /// workforce identities in a group. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All workforce identities with a specific attribute value. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a + /// workforce identity pool. * + /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workload identity pool. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: + /// A workload identity pool group. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All identities in a workload identity pool with a certain attribute. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: + /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address + /// (plus unique identifier) representing a user that has been recently deleted. For example, + /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to + /// `user:{emailid}` and the recovered user retains the role in the binding. * + /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a + /// service account that has been recently deleted. For example, + /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, + /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the + /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing + /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. + /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role + /// in the binding. * + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// Deleted single identity in a workforce identity pool. For example, + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("members")] + public virtual System.Collections.Generic.IList Members { get; set; } + + /// + /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, + /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM + /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined + /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). + /// + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual string Role { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single + /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A + /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. + /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical + /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add + /// constraints based on attributes of the request, the resource, or both. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// ``` + /// { + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", + /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, + /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { + /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time + /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// ``` + /// **YAML + /// example:** + /// ``` + /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - + /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable + /// access description: Does not grant access after Sep 2020 expression: request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// ``` + /// For a description of IAM and its + /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// + public class GoogleIamV1Policy : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that + /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the + /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you + /// can add another 1,450 principals to the `bindings` in the `Policy`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } + + /// + /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy + /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the + /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned + /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** + /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit + /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding + /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing + /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you + /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this + /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on + /// that policy may specify any valid version or leave the field unset. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual System.Nullable Version { get; set; } + } + + /// Request message for `SetIamPolicy` method. + public class GoogleIamV1SetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few + /// 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might + /// reject them. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual GoogleIamV1Policy Policy { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for Operations.CancelOperation. public class GoogleLongrunningCancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -56769,8 +60952,8 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj b/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj index e02dcd60975..e3ef6a02bbd 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1alpha/Google.Apis.DiscoveryEngine.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.DiscoveryEngine.v1alpha Client Library - 1.71.0.3924 + 1.72.0.3972 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.cs b/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.cs index fd328410917..3791c84ff9e 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.cs +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.cs @@ -34,7 +34,6 @@ public DiscoveryEngineService() : this(new Google.Apis.Services.BaseClientServic /// The service initializer. public DiscoveryEngineService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) { - Media = new MediaResource(this); Projects = new ProjectsResource(this); BaseUri = GetEffectiveUri(BaseUriOverride, "https://discoveryengine.googleapis.com/"); BatchUri = GetEffectiveUri(null, "https://discoveryengine.googleapis.com/batch"); @@ -69,6 +68,19 @@ public class Scope /// Search your organization's data in the Cloud Search index public static string CloudSearchQuery = "https://www.googleapis.com/auth/cloud_search.query"; + + /// + /// View your Agentspace chat history, including uploaded files and generated reports and visualizations, + /// and interact with the Agentspace assistant on your behalf. + /// + public static string DiscoveryengineAssistReadwrite = "https://www.googleapis.com/auth/discoveryengine.assist.readwrite"; + + /// + /// View, edit, create, and delete all your data associated with any Discovery Engine API product, such as + /// Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration + /// or configuration data. + /// + public static string DiscoveryengineReadwrite = "https://www.googleapis.com/auth/discoveryengine.readwrite"; } /// Available OAuth 2.0 scope constants for use with the Discovery Engine API. @@ -82,10 +94,20 @@ public static class ScopeConstants /// Search your organization's data in the Cloud Search index public const string CloudSearchQuery = "https://www.googleapis.com/auth/cloud_search.query"; - } - /// Gets the Media resource. - public virtual MediaResource Media { get; } + /// + /// View your Agentspace chat history, including uploaded files and generated reports and visualizations, + /// and interact with the Agentspace assistant on your behalf. + /// + public const string DiscoveryengineAssistReadwrite = "https://www.googleapis.com/auth/discoveryengine.assist.readwrite"; + + /// + /// View, edit, create, and delete all your data associated with any Discovery Engine API product, such as + /// Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration + /// or configuration data. + /// + public const string DiscoveryengineReadwrite = "https://www.googleapis.com/auth/discoveryengine.readwrite"; + } /// Gets the Projects resource. public virtual ProjectsResource Projects { get; } @@ -272,182 +294,6 @@ protected override void InitParameters() } } - /// The "media" collection of methods. - public class MediaResource - { - private const string Resource = "media"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public MediaResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Downloads a file from the session. - /// - /// Required. The resource name of the Session. Format: - /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}` - /// - public virtual DownloadRequest Download(string name) - { - return new DownloadRequest(this.service, name); - } - - /// Downloads a file from the session. - public class DownloadRequest : DiscoveryEngineBaseServiceRequest - { - /// Constructs a new Download request. - public DownloadRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - MediaDownloader = new Google.Apis.Download.MediaDownloader(service); - InitParameters(); - } - - /// - /// Required. The resource name of the Session. Format: - /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Required. The ID of the file to be downloaded. - [Google.Apis.Util.RequestParameterAttribute("fileId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string FileId { get; set; } - - /// Optional. The ID of the view to be downloaded. - [Google.Apis.Util.RequestParameterAttribute("viewId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ViewId { get; set; } - - /// Gets the method name. - public override string MethodName => "download"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1beta/{+name}:downloadFile"; - - /// Initializes Download parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/sessions/[^/]+$", - }); - RequestParameters.Add("fileId", new Google.Apis.Discovery.Parameter - { - Name = "fileId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("viewId", new Google.Apis.Discovery.Parameter - { - Name = "viewId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - - /// Gets the media downloader. - public Google.Apis.Download.IMediaDownloader MediaDownloader { get; private set; } - - /// - /// Synchronously download the media into the given stream. - /// - /// Warning: This method hides download errors; use - /// instead. - /// - /// - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual void Download(System.IO.Stream stream) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - mediaDownloader.Download(this.GenerateRequestUri(), stream); - } - - /// Synchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - /// The final status of the download; including whether the download succeeded or failed. - public virtual Google.Apis.Download.IDownloadProgress DownloadWithStatus(System.IO.Stream stream) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.Download(this.GenerateRequestUri(), stream); - } - - /// Asynchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadAsync(System.IO.Stream stream) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream); - } - - /// Asynchronously download the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadAsync(System.IO.Stream stream, - System.Threading.CancellationToken cancellationToken) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = null; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream, cancellationToken); - } - - /// Synchronously download a range of the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual Google.Apis.Download.IDownloadProgress DownloadRange(System.IO.Stream stream, System.Net.Http.Headers.RangeHeaderValue range) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = range; - return mediaDownloader.Download(this.GenerateRequestUri(), stream); - } - - /// Asynchronously download a range of the media into the given stream. - /// - /// This method uses the property to perform the download. Progress event - /// handlers and other configuration may be performed using that property prior to calling this method. - /// - public virtual System.Threading.Tasks.Task DownloadRangeAsync(System.IO.Stream stream, - System.Net.Http.Headers.RangeHeaderValue range, - System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) - { - var mediaDownloader = (Google.Apis.Download.MediaDownloader)MediaDownloader; - mediaDownloader.Range = range; - return mediaDownloader.DownloadAsync(this.GenerateRequestUri(), stream, cancellationToken); - } - } - } - /// The "projects" collection of methods. public class ProjectsResource { @@ -901,9 +747,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -1729,11 +1575,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -3137,11 +2983,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -3313,9 +3159,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -3506,11 +3352,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -5102,11 +4948,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those - /// that are unreachable are returned in the [ListOperationsResponse.unreachable] field. - /// This can only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will - /// result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in - /// service or product specific documentation. + /// that are unreachable are returned in the ListOperationsResponse.unreachable field. + /// This can only be `true` when reading across collections. For example, when `parent` + /// is set to `"projects/example/locations/-"`. This field is not supported by default + /// and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -5493,9 +5339,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and /// those that are unreachable are returned in the - /// [ListOperationsResponse.unreachable] field. This can only be `true` when reading - /// across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and + /// ListOperationsResponse.unreachable field. This can only be `true` when reading + /// across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and /// will result in an `UNIMPLEMENTED` error if set unless explicitly documented /// otherwise in service or product specific documentation. /// @@ -6825,13 +6671,13 @@ public CompleteQueryRequest(Google.Apis.Services.IClientService service, string public virtual string QueryModel { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an - /// HTTP cookie, which should be able to uniquely identify a visitor on a single device. This - /// unique identifier should not change if the visitor logs in or out of the website. This field - /// should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier - /// as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 - /// encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error - /// is returned. + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented + /// with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. + /// This unique identifier should not change if the visitor logs in or out of the website. This + /// field should NOT have a fixed value such as `unknown_visitor`. This should be the same + /// identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a + /// UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` + /// error is returned. /// [Google.Apis.Util.RequestParameterAttribute("userPseudoId", Google.Apis.Util.RequestParameterType.Query)] public virtual string UserPseudoId { get; set; } @@ -7483,6 +7329,227 @@ public class AssistantsResource public AssistantsResource(Google.Apis.Services.IClientService service) { this.service = service; + Agents = new AgentsResource(service); + } + + /// Gets the Agents resource. + public virtual AgentsResource Agents { get; } + + /// The "agents" collection of methods. + public class AgentsResource + { + private const string Resource = "agents"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AgentsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Operations = new OperationsResource(service); + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to + /// poll the operation result at intervals as recommended by the API service. + /// + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+/agents/[^/]+/operations/[^/]+$", + }); + } + } + } + } + + /// Creates an Assistant. + /// The body of the request. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaAssistant body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates an Assistant. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaAssistant body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID to use for the Assistant, which will become the final component of the + /// Assistant's resource name. This field must conform to + /// [RFC-1034](https://tools.ietf.org/html/rfc1034) with a length limit of 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("assistantId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AssistantId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaAssistant Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/assistants"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + RequestParameters.Add("assistantId", new Google.Apis.Discovery.Parameter + { + Name = "assistantId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes an Assistant. + /// + /// Required. Resource name of Assistant. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// If the caller does not have permission to delete the Assistant, regardless of whether or not + /// it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does not exist, + /// a NOT_FOUND error is returned. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes an Assistant. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. Resource name of Assistant. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` + /// If the caller does not have permission to delete the Assistant, regardless of whether or + /// not it exists, a PERMISSION_DENIED error is returned. If the Assistant to delete does + /// not exist, a NOT_FOUND error is returned. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", + }); + } } /// Gets an Assistant. @@ -7536,6 +7603,89 @@ protected override void InitParameters() } } + /// Lists all Assistants under an Engine. + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all Assistants under an Engine. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent resource name. Format: + /// `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Maximum number of Assistants to return. If unspecified, defaults to 100. The maximum + /// allowed value is 1000; anything above that will be coerced down to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token ListAssistantsResponse.next_page_token, received from a previous + /// AssistantService.ListAssistants call. Provide this to retrieve the subsequent page. When + /// paginating, all other parameters provided to ListAssistants must match the call that + /// provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/assistants"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + /// Updates an Assistant /// The body of the request. /// @@ -8774,9 +8924,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -10559,9 +10709,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -11383,9 +11533,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -12716,9 +12866,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that - /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can - /// only be `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// are unreachable are returned in the ListOperationsResponse.unreachable field. This can + /// only be `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or /// product specific documentation. /// @@ -12892,9 +13042,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -15706,10 +15856,10 @@ public CompleteQueryRequest(Google.Apis.Services.IClientService service, string public virtual string QueryModel { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP - /// cookie, which should be able to uniquely identify a visitor on a single device. This unique - /// identifier should not change if the visitor logs in or out of the website. This field should NOT - /// have a fixed value such as `unknown_visitor`. This should be the same identifier as + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with + /// an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This + /// unique identifier should not change if the visitor logs in or out of the website. This field + /// should NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as /// UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded /// string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is /// returned. @@ -16848,9 +16998,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -17731,9 +17881,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -19140,9 +19290,79 @@ public class UserStoresResource public UserStoresResource(Google.Apis.Services.IClientService service) { this.service = service; + LicenseConfigsUsageStats = new LicenseConfigsUsageStatsResource(service); UserLicenses = new UserLicensesResource(service); } + /// Gets the LicenseConfigsUsageStats resource. + public virtual LicenseConfigsUsageStatsResource LicenseConfigsUsageStats { get; } + + /// The "licenseConfigsUsageStats" collection of methods. + public class LicenseConfigsUsageStatsResource + { + private const string Resource = "licenseConfigsUsageStats"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LicenseConfigsUsageStatsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Lists all the LicenseConfigUsageStatss associated with the project. + /// + /// Required. The parent branch resource name, such as + /// `projects/{project}/locations/{location}/userStores/{user_store_id}`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all the LicenseConfigUsageStatss associated with the project. + public class ListRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent branch resource name, such as + /// `projects/{project}/locations/{location}/userStores/{user_store_id}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/licenseConfigsUsageStats"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + } + /// Gets the UserLicenses resource. public virtual UserLicensesResource UserLicenses { get; } @@ -19188,15 +19408,20 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public virtual string Parent { get; private set; } /// - /// Optional. Filter for the list request. Supported fields: * `license_assignment_state` - /// Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * - /// `license_assignment_state = NO_LICENSE` to list not licensed users. * - /// `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login - /// but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to - /// filter out users who attempted login but no license assigned. + /// Optional. The order in which the UserLicenses are listed. The value must be a + /// comma-separated list of fields. Default sorting order is ascending. To specify descending + /// order for a field, append a " desc" suffix. Redundant space characters in the syntax are + /// insignificant. Supported fields: * `license_assignment_state` * `user_principal` * + /// `user_profile` * `last_login_date` * `update_time` If not set, the default ordering is by + /// `user_principal`. Examples: * `user_principal desc` to order by `user_principal` in + /// descending order. * `license_assignment_state` to order by `license_assignment_state` in + /// ascending order. * `last_login_date desc` to order by `last_login_date` in descending order. + /// * `update_time desc` to order by `update_time` in descending order. * `last_login_date desc, + /// user_principal` to order by `last_login_date` in descending order and then by + /// `user_principal` in ascending order. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } /// /// Optional. Requested page size. Server may return fewer items than requested. If unspecified, @@ -19235,9 +19460,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter { - Name = "filter", + Name = "orderBy", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -19325,6 +19550,254 @@ protected override void InitParameters() }); } } + + /// Creates a new User Store. + /// The body of the request. + /// + /// Required. The parent collection resource name, such as `projects/{project}/locations/{location}`. + /// + public virtual CreateRequest Create(Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaUserStore body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new User Store. + public class CreateRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaUserStore body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent collection resource name, such as + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), + /// numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("userStoreId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UserStoreId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaUserStore Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/userStores"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("userStoreId", new Google.Apis.Discovery.Parameter + { + Name = "userStoreId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes the User Store. + /// + /// Required. The name of the User Store to delete. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes the User Store. + public class DeleteRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the User Store to delete. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + + /// Gets the User Store. + /// + /// Required. The name of the User Store to get. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets the User Store. + public class GetRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the User Store to get. Format: + /// `projects/{project}/locations/{location}/userStores/{user_store_id}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + } + } + + /// Updates the User Store. + /// The body of the request. + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 + /// encoded string with a length limit of 1024 characters. + /// + public virtual PatchRequest Patch(Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaUserStore body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates the User Store. + public class PatchRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaUserStore body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 + /// encoded string with a length limit of 1024 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DiscoveryEngine.v1beta.Data.GoogleCloudDiscoveryengineV1betaUserStore Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/userStores/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// Gets the AclConfig. @@ -19897,10 +20370,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` - /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This - /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless - /// explicitly documented otherwise in service or product specific documentation. + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` + /// when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific + /// documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ReturnPartialSuccess { get; set; } @@ -20028,479 +20502,6 @@ protected override void InitParameters() } namespace Google.Apis.DiscoveryEngine.v1beta.Data { - /// Information to read/write to blobstore2. - public class GdataBlobstore2Info : Google.Apis.Requests.IDirectResponseSchema - { - /// The blob generation id. - [Newtonsoft.Json.JsonPropertyAttribute("blobGeneration")] - public virtual System.Nullable BlobGeneration { get; set; } - - /// The blob id, e.g., /blobstore/prod/playground/scotty - [Newtonsoft.Json.JsonPropertyAttribute("blobId")] - public virtual string BlobId { get; set; } - - /// - /// Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized - /// blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS - /// media downloads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("downloadReadHandle")] - public virtual string DownloadReadHandle { get; set; } - - /// - /// The blob read token. Needed to read blobs that have not been replicated. Might not be available until the - /// final call. - /// - [Newtonsoft.Json.JsonPropertyAttribute("readToken")] - public virtual string ReadToken { get; set; } - - /// - /// Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized - /// blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not - /// applicable to non-GCS media uploads. - /// - [Newtonsoft.Json.JsonPropertyAttribute("uploadMetadataContainer")] - public virtual string UploadMetadataContainer { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// A sequence of media data references representing composite data. Introduced to support Bigstore composite - /// objects. For details, visit http://go/bigstore-composites. - /// - public class GdataCompositeMedia : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a - /// blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will - /// also be represented in this field as v1 BlobRef. - /// - [Newtonsoft.Json.JsonPropertyAttribute("blobRef")] - public virtual string BlobRef { get; set; } - - /// Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob. - [Newtonsoft.Json.JsonPropertyAttribute("blobstore2Info")] - public virtual GdataBlobstore2Info Blobstore2Info { get; set; } - - /// - /// A binary data reference for a media download. Serves as a technology-agnostic binary reference in some - /// Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes - /// is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support - /// JavaScript. This prevents us from including the actual type of this field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cosmoBinaryReference")] - public virtual string CosmoBinaryReference { get; set; } - - /// crc32.c hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("crc32cHash")] - public virtual System.Nullable Crc32cHash { get; set; } - - /// Media data, set if reference_type is INLINE - [Newtonsoft.Json.JsonPropertyAttribute("inline")] - public virtual string Inline { get; set; } - - /// Size of the data, in bytes - [Newtonsoft.Json.JsonPropertyAttribute("length")] - public virtual System.Nullable Length { get; set; } - - /// MD5 hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("md5Hash")] - public virtual string Md5Hash { get; set; } - - /// Reference to a TI Blob, set if reference_type is BIGSTORE_REF. - [Newtonsoft.Json.JsonPropertyAttribute("objectId")] - public virtual GdataObjectId ObjectId { get; set; } - - /// Path to the data, set if reference_type is PATH - [Newtonsoft.Json.JsonPropertyAttribute("path")] - public virtual string Path { get; set; } - - /// Describes what the field reference contains. - [Newtonsoft.Json.JsonPropertyAttribute("referenceType")] - public virtual string ReferenceType { get; set; } - - /// SHA-1 hash for the payload. - [Newtonsoft.Json.JsonPropertyAttribute("sha1Hash")] - public virtual string Sha1Hash { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Detailed Content-Type information from Scotty. The Content-Type of the media will typically be filled in by the - /// header or Scotty's best_guess, but this extended information provides the backend with more information so that - /// it can make a better decision if needed. This is only used on media upload requests from Scotty. - /// - public class GdataContentTypeInfo : Google.Apis.Requests.IDirectResponseSchema - { - /// Scotty's best guess of what the content type of the file is. - [Newtonsoft.Json.JsonPropertyAttribute("bestGuess")] - public virtual string BestGuess { get; set; } - - /// - /// The content type of the file derived by looking at specific bytes (i.e. "magic bytes") of the actual file. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromBytes")] - public virtual string FromBytes { get; set; } - - /// - /// The content type of the file derived from the file extension of the original file name used by the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromFileName")] - public virtual string FromFileName { get; set; } - - /// - /// The content type of the file as specified in the request headers, multipart headers, or RUPIO start request. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromHeader")] - public virtual string FromHeader { get; set; } - - /// - /// The content type of the file derived from the file extension of the URL path. The URL path is assumed to - /// represent a file name (which is typically only true for agents that are providing a REST API). - /// - [Newtonsoft.Json.JsonPropertyAttribute("fromUrlPath")] - public virtual string FromUrlPath { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff get checksums response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffChecksumsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Exactly one of these fields must be populated. If checksums_location is filled, the server will return the - /// corresponding contents to the user. If object_location is filled, the server will calculate the checksums - /// based on the content there and return that to the user. For details on the format of the checksums, see - /// http://go/scotty-diff-protocol. - /// - [Newtonsoft.Json.JsonPropertyAttribute("checksumsLocation")] - public virtual GdataCompositeMedia ChecksumsLocation { get; set; } - - /// The chunk size of checksums. Must be a multiple of 256KB. - [Newtonsoft.Json.JsonPropertyAttribute("chunkSizeBytes")] - public virtual System.Nullable ChunkSizeBytes { get; set; } - - /// If set, calculate the checksums based on the contents and return them to the caller. - [Newtonsoft.Json.JsonPropertyAttribute("objectLocation")] - public virtual GdataCompositeMedia ObjectLocation { get; set; } - - /// The total size of the server object. - [Newtonsoft.Json.JsonPropertyAttribute("objectSizeBytes")] - public virtual System.Nullable ObjectSizeBytes { get; set; } - - /// The object version of the object the checksums are being returned for. - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff download response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffDownloadResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The original object location. - [Newtonsoft.Json.JsonPropertyAttribute("objectLocation")] - public virtual GdataCompositeMedia ObjectLocation { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol. - /// - public class GdataDiffUploadRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The location of the checksums for the new object. Agents must clone the object located here, as the upload - /// server will delete the contents once a response is received. For details on the format of the checksums, see - /// http://go/scotty-diff-protocol. - /// - [Newtonsoft.Json.JsonPropertyAttribute("checksumsInfo")] - public virtual GdataCompositeMedia ChecksumsInfo { get; set; } - - /// - /// The location of the new object. Agents must clone the object located here, as the upload server will delete - /// the contents once a response is received. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectInfo")] - public virtual GdataCompositeMedia ObjectInfo { get; set; } - - /// - /// The object version of the object that is the base version the incoming diff script will be applied to. This - /// field will always be filled in. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffUploadResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The object version of the object at the server. Must be included in the end notification response. The - /// version in the end notification response must correspond to the new version of the object that is now stored - /// at the server, after the upload. - /// - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// - /// The location of the original file for a diff upload request. Must be filled in if responding to an upload - /// start notification. - /// - [Newtonsoft.Json.JsonPropertyAttribute("originalObject")] - public virtual GdataCompositeMedia OriginalObject { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit - /// http://go/scotty-diff-protocol. - /// - public class GdataDiffVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The total size of the server object. - [Newtonsoft.Json.JsonPropertyAttribute("objectSizeBytes")] - public virtual System.Nullable ObjectSizeBytes { get; set; } - - /// The version of the object stored at the server. - [Newtonsoft.Json.JsonPropertyAttribute("objectVersion")] - public virtual string ObjectVersion { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Parameters specific to media downloads. - public class GdataDownloadParameters : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content - /// when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip - /// the response to the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("allowGzipCompression")] - public virtual System.Nullable AllowGzipCompression { get; set; } - - /// - /// Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to - /// Scotty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("ignoreRange")] - public virtual System.Nullable IgnoreRange { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// A reference to data stored on the filesystem, on GFS or in blobstore. - public class GdataMedia : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Deprecated, use one of explicit hash type fields instead. Algorithm used for calculating the hash. As of - /// 2011/01/21, "MD5" is the only possible value for this field. New values may be added at any time. - /// - [Newtonsoft.Json.JsonPropertyAttribute("algorithm")] - public virtual string Algorithm { get; set; } - - /// Use object_id instead. - [Newtonsoft.Json.JsonPropertyAttribute("bigstoreObjectRef")] - public virtual string BigstoreObjectRef { get; set; } - - /// - /// Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a - /// blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will - /// also be represented in this field as v1 BlobRef. - /// - [Newtonsoft.Json.JsonPropertyAttribute("blobRef")] - public virtual string BlobRef { get; set; } - - /// Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob. - [Newtonsoft.Json.JsonPropertyAttribute("blobstore2Info")] - public virtual GdataBlobstore2Info Blobstore2Info { get; set; } - - /// - /// A composite media composed of one or more media objects, set if reference_type is COMPOSITE_MEDIA. The media - /// length field must be set to the sum of the lengths of all composite media objects. Note: All composite media - /// must have length specified. - /// - [Newtonsoft.Json.JsonPropertyAttribute("compositeMedia")] - public virtual System.Collections.Generic.IList CompositeMedia { get; set; } - - /// MIME type of the data - [Newtonsoft.Json.JsonPropertyAttribute("contentType")] - public virtual string ContentType { get; set; } - - /// Extended content type information provided for Scotty uploads. - [Newtonsoft.Json.JsonPropertyAttribute("contentTypeInfo")] - public virtual GdataContentTypeInfo ContentTypeInfo { get; set; } - - /// - /// A binary data reference for a media download. Serves as a technology-agnostic binary reference in some - /// Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes - /// is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support - /// JavaScript. This prevents us from including the actual type of this field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cosmoBinaryReference")] - public virtual string CosmoBinaryReference { get; set; } - - /// - /// For Scotty Uploads: Scotty-provided hashes for uploads For Scotty Downloads: (WARNING: DO NOT USE WITHOUT - /// PERMISSION FROM THE SCOTTY TEAM.) A Hash provided by the agent to be used to verify the data being - /// downloaded. Currently only supported for inline payloads. Further, only crc32c_hash is currently supported. - /// - [Newtonsoft.Json.JsonPropertyAttribute("crc32cHash")] - public virtual System.Nullable Crc32cHash { get; set; } - - /// Set if reference_type is DIFF_CHECKSUMS_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffChecksumsResponse")] - public virtual GdataDiffChecksumsResponse DiffChecksumsResponse { get; set; } - - /// Set if reference_type is DIFF_DOWNLOAD_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffDownloadResponse")] - public virtual GdataDiffDownloadResponse DiffDownloadResponse { get; set; } - - /// Set if reference_type is DIFF_UPLOAD_REQUEST. - [Newtonsoft.Json.JsonPropertyAttribute("diffUploadRequest")] - public virtual GdataDiffUploadRequest DiffUploadRequest { get; set; } - - /// Set if reference_type is DIFF_UPLOAD_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffUploadResponse")] - public virtual GdataDiffUploadResponse DiffUploadResponse { get; set; } - - /// Set if reference_type is DIFF_VERSION_RESPONSE. - [Newtonsoft.Json.JsonPropertyAttribute("diffVersionResponse")] - public virtual GdataDiffVersionResponse DiffVersionResponse { get; set; } - - /// Parameters for a media download. - [Newtonsoft.Json.JsonPropertyAttribute("downloadParameters")] - public virtual GdataDownloadParameters DownloadParameters { get; set; } - - /// Original file name - [Newtonsoft.Json.JsonPropertyAttribute("filename")] - public virtual string Filename { get; set; } - - /// - /// Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be - /// populated on Scotty based media uploads and will contain the content of the hash group in the - /// NotificationRequest: - /// http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&amp;q=class:Hash Hex - /// encoded hash value of the uploaded media. - /// - [Newtonsoft.Json.JsonPropertyAttribute("hash")] - public virtual string Hash { get; set; } - - /// - /// For Scotty uploads only. If a user sends a hash code and the backend has requested that Scotty verify the - /// upload against the client hash, Scotty will perform the check on behalf of the backend and will reject it if - /// the hashes don't match. This is set to true if Scotty performed this verification. - /// - [Newtonsoft.Json.JsonPropertyAttribute("hashVerified")] - public virtual System.Nullable HashVerified { get; set; } - - /// Media data, set if reference_type is INLINE - [Newtonsoft.Json.JsonPropertyAttribute("inline")] - public virtual string Inline { get; set; } - - /// - /// |is_potential_retry| is set false only when Scotty is certain that it has not sent the request before. When - /// a client resumes an upload, this field must be set true in agent calls, because Scotty cannot be certain - /// that it has never sent the request before due to potential failure in the session state persistence. - /// - [Newtonsoft.Json.JsonPropertyAttribute("isPotentialRetry")] - public virtual System.Nullable IsPotentialRetry { get; set; } - - /// Size of the data, in bytes - [Newtonsoft.Json.JsonPropertyAttribute("length")] - public virtual System.Nullable Length { get; set; } - - /// Scotty-provided MD5 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("md5Hash")] - public virtual string Md5Hash { get; set; } - - /// Media id to forward to the operation GetMedia. Can be set if reference_type is GET_MEDIA. - [Newtonsoft.Json.JsonPropertyAttribute("mediaId")] - public virtual string MediaId { get; set; } - - /// Reference to a TI Blob, set if reference_type is BIGSTORE_REF. - [Newtonsoft.Json.JsonPropertyAttribute("objectId")] - public virtual GdataObjectId ObjectId { get; set; } - - /// Path to the data, set if reference_type is PATH - [Newtonsoft.Json.JsonPropertyAttribute("path")] - public virtual string Path { get; set; } - - /// Describes what the field reference contains. - [Newtonsoft.Json.JsonPropertyAttribute("referenceType")] - public virtual string ReferenceType { get; set; } - - /// Scotty-provided SHA1 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("sha1Hash")] - public virtual string Sha1Hash { get; set; } - - /// Scotty-provided SHA256 hash for an upload. - [Newtonsoft.Json.JsonPropertyAttribute("sha256Hash")] - public virtual string Sha256Hash { get; set; } - - /// Time at which the media data was last updated, in milliseconds since UNIX epoch - [Newtonsoft.Json.JsonPropertyAttribute("timestamp")] - public virtual System.Nullable Timestamp { get; set; } - - /// A unique fingerprint/version id for the media data - [Newtonsoft.Json.JsonPropertyAttribute("token")] - public virtual string Token { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure - /// issues with JavaScript support; see http://b/8801763. - /// - public class GdataObjectId : Google.Apis.Requests.IDirectResponseSchema - { - /// The name of the bucket to which this object belongs. - [Newtonsoft.Json.JsonPropertyAttribute("bucketName")] - public virtual string BucketName { get; set; } - - /// - /// Generation of the object. Generations are monotonically increasing across writes, allowing them to be be - /// compared to determine which generation is newer. If this is omitted in a request, then you are requesting - /// the live object. See http://go/bigstore-versions - /// - [Newtonsoft.Json.JsonPropertyAttribute("generation")] - public virtual System.Nullable Generation { get; set; } - - /// The name of the object. - [Newtonsoft.Json.JsonPropertyAttribute("objectName")] - public virtual string ObjectName { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// `Distribution` contains summary statistics for a population of values. It optionally contains a histogram /// representing the distribution of those values across a set of buckets. The summary statistics are the count, @@ -21205,54 +21206,6 @@ public class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment : Goog public virtual string ETag { get; set; } } - /// - /// The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector - /// is of same usage. No easy way to migrate. - /// - public class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The enrollment state of each alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertEnrollments")] - public virtual System.Collections.Generic.IList AlertEnrollments { get; set; } - - /// Immutable. The fully qualified resource name of the AlertPolicy. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicy")] - public virtual string AlertPolicy { get; set; } - - /// Optional. The contact details for each alert policy. - [Newtonsoft.Json.JsonPropertyAttribute("contactDetails")] - public virtual System.Collections.Generic.IList ContactDetails { get; set; } - - /// Optional. The language code used for notifications - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The alert enrollment status. - public class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment : Google.Apis.Requests.IDirectResponseSchema - { - /// Immutable. The id of an alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertId")] - public virtual string AlertId { get; set; } - - /// Required. The enrollment status of a customer. - [Newtonsoft.Json.JsonPropertyAttribute("enrollState")] - public virtual string EnrollState { get; set; } - - /// - /// Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when - /// registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. - /// - [Newtonsoft.Json.JsonPropertyAttribute("notificationParams")] - public virtual System.Collections.Generic.IDictionary NotificationParams { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// The specification for answer generation. public class GoogleCloudDiscoveryengineV1AnswerGenerationSpec : Google.Apis.Requests.IDirectResponseSchema { @@ -21310,6 +21263,20 @@ public class GoogleCloudDiscoveryengineV1Assistant : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("customerPolicy")] public virtual GoogleCloudDiscoveryengineV1AssistantCustomerPolicy CustomerPolicy { get; set; } + /// + /// Optional. Description for additional information. Expected to be shown on the configuration UI, not to the + /// users of the assistant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + /// /// Optional. Note: not implemented yet. Use enabled_actions instead. The enabled tools on this assistant. The /// keys are connector name, for example @@ -21416,6 +21383,10 @@ public class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig /// Configuration for the generation of the assistant response. public class GoogleCloudDiscoveryengineV1AssistantGenerationConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The list of models that are allowed to be used for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("allowedModelIds")] + public virtual System.Collections.Generic.IList AllowedModelIds { get; set; } + /// /// The default language to use for the generation of the assistant response. Use an ISO 639-1 language code /// such as `en`. If not specified, the language will be automatically detected. @@ -21423,6 +21394,10 @@ public class GoogleCloudDiscoveryengineV1AssistantGenerationConfig : Google.Apis [Newtonsoft.Json.JsonPropertyAttribute("defaultLanguage")] public virtual string DefaultLanguage { get; set; } + /// Optional. The default model to use for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("defaultModelId")] + public virtual string DefaultModelId { get; set; } + /// /// System instruction, also known as the prompt preamble for LLM calls. See also /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions @@ -21924,20 +21899,6 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// - /// The contact info stored in resource level. If both project level and resource level is populated, the resource - /// level contact info will override the project level contact info. - /// - public class GoogleCloudDiscoveryengineV1ContactDetails : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The email address of the contact. - [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] - public virtual string EmailAddress { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at /// serving time. Permitted actions dependent on `SolutionType`. @@ -23130,6 +23091,48 @@ public class GoogleCloudDiscoveryengineV1DataStore : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -24315,6 +24318,10 @@ public class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLa [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -24474,6 +24481,10 @@ public class GoogleCloudDiscoveryengineV1Engine : Google.Apis.Requests.IDirectRe [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1EngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1CmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1EngineCommonConfig CommonConfig { get; set; } @@ -24565,6 +24576,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -25424,10 +25445,6 @@ public class GoogleCloudDiscoveryengineV1ImportUserEventsResponse : Google.Apis. /// Information about users' licenses. public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The alert policy config for this license config. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicyResourceConfig")] - public virtual GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig AlertPolicyResourceConfig { get; set; } - /// Optional. Whether the license config should be auto renewed when it reaches the end date. [Newtonsoft.Json.JsonPropertyAttribute("autoRenew")] public virtual System.Nullable AutoRenew { get; set; } @@ -25440,6 +25457,10 @@ public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -25474,6 +25495,10 @@ public class GoogleCloudDiscoveryengineV1LicenseConfig : Google.Apis.Requests.ID /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1Project : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -25573,6 +25598,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -25591,6 +25680,13 @@ public class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklm [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -27420,6 +27516,51 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Configures metadata that is used for End User entities. + public class GoogleCloudDiscoveryengineV1UserStore : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default subscription LicenseConfig for the UserStore, if + /// UserStore.enable_license_auto_register is true, new users will automatically register under the default + /// subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be + /// assigned with license and will be blocked for Vertex AI Search features. This is used if + /// `license_assignment_tier_rules` is not configured. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLicenseConfig")] + public virtual string DefaultLicenseConfig { get; set; } + + /// The display name of the User Store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Optional. Whether to enable license auto update for users in this User Store. If true, users with expired + /// licenses will automatically be updated to use the default license config as long as the default license + /// config has seats left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableExpiredLicenseAutoUpdate")] + public virtual System.Nullable EnableExpiredLicenseAutoUpdate { get; set; } + + /// + /// Optional. Whether to enable license auto register for users in this User Store. If true, new users will + /// automatically register under the default license config as long as the default license config has seats + /// left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableLicenseAutoRegister")] + public virtual System.Nullable EnableLicenseAutoRegister { get; set; } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Config to store data store type configuration for workspace data public class GoogleCloudDiscoveryengineV1WorkspaceConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -28377,6 +28518,13 @@ public class GoogleCloudDiscoveryengineV1alphaAssistantContentFile : Google.Apis /// public class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Source attribution of the generated content. See also + /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check + /// + [Newtonsoft.Json.JsonPropertyAttribute("citationMetadata")] + public virtual GoogleCloudDiscoveryengineV1alphaCitationMetadata CitationMetadata { get; set; } + /// The content. [Newtonsoft.Json.JsonPropertyAttribute("content")] public virtual GoogleCloudDiscoveryengineV1alphaAssistantContent Content { get; set; } @@ -28702,6 +28850,48 @@ public class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse : public virtual string ETag { get; set; } } + /// Source attributions for content. + public class GoogleCloudDiscoveryengineV1alphaCitation : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. End index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] + public virtual System.Nullable EndIndex { get; set; } + + /// Output only. License of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("license")] + public virtual string License { get; set; } + + /// Output only. Publication date of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("publicationDate")] + public virtual GoogleTypeDate PublicationDate { get; set; } + + /// Output only. Start index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] + public virtual System.Nullable StartIndex { get; set; } + + /// Output only. Title of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// Output only. Url reference of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A collection of source attributions for a piece of content. + public class GoogleCloudDiscoveryengineV1alphaCitationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. List of citations. + [Newtonsoft.Json.JsonPropertyAttribute("citations")] + public virtual System.Collections.Generic.IList Citations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Configurations used to enable CMEK data encryption with Cloud KMS keys. public class GoogleCloudDiscoveryengineV1alphaCmekConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -30534,6 +30724,48 @@ public class GoogleCloudDiscoveryengineV1alphaDataStore : Google.Apis.Requests.I [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -30856,6 +31088,90 @@ public class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries : Goo public virtual string ETag { get; set; } } + /// + /// Metadata related to the progress of the AgentService.DeleteAgent operation. This will be returned by the + /// google.longrunning.Operation.metadata field. + /// + public class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Operation create time. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Operation last update time. If the operation is done, this is also the finish time. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Metadata related to the progress of the CmekConfigService.DeleteCmekConfig operation. This will be returned by /// the google.longrunning.Operation.metadata field. @@ -31539,6 +31855,25 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the + /// google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user + /// store, return the number of end users successfully deleted or failed to delete in the metadata. + /// + public class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The number of end users under the user store that failed to be deleted. + [Newtonsoft.Json.JsonPropertyAttribute("failureCount")] + public virtual System.Nullable FailureCount { get; set; } + + /// The number of end users under the user store that were successfully deleted. + [Newtonsoft.Json.JsonPropertyAttribute("successCount")] + public virtual System.Nullable SuccessCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Defines target endpoints used to connect to third-party sources. public class GoogleCloudDiscoveryengineV1alphaDestinationConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -31779,6 +32114,10 @@ public class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingCon [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -31938,6 +32277,10 @@ public class GoogleCloudDiscoveryengineV1alphaEngine : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1alphaCmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1alphaEngineCommonConfig CommonConfig { get; set; } @@ -32029,6 +32372,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -33667,6 +34020,10 @@ public class GoogleCloudDiscoveryengineV1alphaLicenseConfig : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -33828,6 +34185,10 @@ public class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries : Googl /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1alphaProject : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -33927,6 +34288,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -33945,6 +34370,13 @@ public class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNoteb [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -35004,6 +35436,17 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] public virtual GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec ContentSearchSpec { get; set; } + /// + /// Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, + /// crowding will be evaluated on each unique combination of the `field` values, and max_count will be the + /// maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = + /// "color" and `max_count` = 3, and the second CrowdingSpec has `field` = "size" and `max_count` = 2, then + /// after 3 documents that share the same color AND size have been returned, subsequent ones should be removed + /// or demoted. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crowdingSpecs")] + public virtual System.Collections.Generic.IList CrowdingSpecs { get; set; } + /// /// Custom fine tuning configs. If set, it has higher priority than the configs set in /// ServingConfig.custom_fine_tuning_spec. @@ -35104,6 +35547,19 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("orderBy")] public virtual string OrderBy { get; set; } + /// + /// Optional. The categories associated with a category page. Must be set for category navigation queries to + /// achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field + /// is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query + /// is empty. If the field is empty, it will not be used by the browse model. To represent full path of a + /// category, use '&gt;' character to separate different hierarchies. If '&gt;' is part of the category + /// name, replace it with other character(s). For example, `Graphics Cards &gt; RTX&gt;4090 &gt; + /// Founders Edition` where "RTX &gt; 4090" represents one level, can be rewritten as `Graphics Cards + /// &gt; RTX_4090 &gt; Founders Edition` + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the /// maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. @@ -35295,10 +35751,10 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequest : Google.Apis.Reques public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 /// characters. Otherwise, an `INVALID_ARGUMENT` error is returned. /// @@ -35692,6 +36148,36 @@ public class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSumm public virtual string ETag { get; set; } } + /// + /// Specification for crowding. Crowding improves the diversity of search results by limiting the number of results + /// that share the same field value. For example, crowding on the color field with a max_count of 3 and mode + /// DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages. + /// + public class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is + /// case sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// + /// The maximum number of documents to keep per value of the field. Once there are at least max_count previous + /// results which contain the same value for the given field (according to the order specified in `order_by`), + /// later results with the same value are "crowded away". If not specified, the default value is 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCount")] + public virtual System.Nullable MaxCount { get; set; } + + /// Mode to use for documents that are crowded away. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A struct to define data stores to filter on in a search call and configurations for those data stores. /// Otherwise, an `INVALID_ARGUMENT` error is returned. @@ -36127,6 +36613,10 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("isPinned")] public virtual System.Nullable IsPinned { get; set; } + /// Optional. The labels for the session. Can be set as filter in ListSessionsRequest. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IList Labels { get; set; } + /// /// Immutable. Fully qualified name /// `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*` @@ -37465,10 +37955,10 @@ public class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest : Goog public virtual GoogleCloudDiscoveryengineV1betaUserInfo UserInfo { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded string with a length limit of 128 /// [Newtonsoft.Json.JsonPropertyAttribute("userPseudoId")] @@ -37741,54 +38231,6 @@ public class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig : Google.A public virtual string ETag { get; set; } } - /// - /// The resource level alert config. Used in: * UserLicense * EngineUserData The AlertPolicyConfig in data connector - /// is of same usage. No easy way to migrate. - /// - public class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The enrollment state of each alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertEnrollments")] - public virtual System.Collections.Generic.IList AlertEnrollments { get; set; } - - /// Immutable. The fully qualified resource name of the AlertPolicy. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicy")] - public virtual string AlertPolicy { get; set; } - - /// Optional. The contact details for each alert policy. - [Newtonsoft.Json.JsonPropertyAttribute("contactDetails")] - public virtual System.Collections.Generic.IList ContactDetails { get; set; } - - /// Optional. The language code used for notifications - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The alert enrollment status. - public class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment : Google.Apis.Requests.IDirectResponseSchema - { - /// Immutable. The id of an alert. - [Newtonsoft.Json.JsonPropertyAttribute("alertId")] - public virtual string AlertId { get; set; } - - /// Required. The enrollment status of a customer. - [Newtonsoft.Json.JsonPropertyAttribute("enrollState")] - public virtual string EnrollState { get; set; } - - /// - /// Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when - /// registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. - /// - [Newtonsoft.Json.JsonPropertyAttribute("notificationParams")] - public virtual System.Collections.Generic.IDictionary NotificationParams { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// AlloyDB source import data from. public class GoogleCloudDiscoveryengineV1betaAlloyDbSource : Google.Apis.Requests.IDirectResponseSchema { @@ -39198,6 +39640,20 @@ public class GoogleCloudDiscoveryengineV1betaAssistant : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("customerPolicy")] public virtual GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy CustomerPolicy { get; set; } + /// + /// Optional. Description for additional information. Expected to be shown on the configuration UI, not to the + /// users of the assistant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + /// /// Optional. Note: not implemented yet. Use enabled_actions instead. The enabled tools on this assistant. The /// keys are connector name, for example @@ -39397,6 +39853,10 @@ public class GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyModelArmorCo /// Configuration for the generation of the assistant response. public class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The list of models that are allowed to be used for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("allowedModelIds")] + public virtual System.Collections.Generic.IList AllowedModelIds { get; set; } + /// /// The default language to use for the generation of the assistant response. Use an ISO 639-1 language code /// such as `en`. If not specified, the language will be automatically detected. @@ -39404,6 +39864,10 @@ public class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig : Google. [Newtonsoft.Json.JsonPropertyAttribute("defaultLanguage")] public virtual string DefaultLanguage { get; set; } + /// Optional. The default model to use for assistant. + [Newtonsoft.Json.JsonPropertyAttribute("defaultModelId")] + public virtual string DefaultModelId { get; set; } + /// /// System instruction, also known as the prompt preamble for LLM calls. See also /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions @@ -39434,6 +39898,13 @@ public class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInst /// public class GoogleCloudDiscoveryengineV1betaAssistantGroundedContent : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Source attribution of the generated content. See also + /// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check + /// + [Newtonsoft.Json.JsonPropertyAttribute("citationMetadata")] + public virtual GoogleCloudDiscoveryengineV1betaCitationMetadata CitationMetadata { get; set; } + /// The content. [Newtonsoft.Json.JsonPropertyAttribute("content")] public virtual GoogleCloudDiscoveryengineV1betaAssistantContent Content { get; set; } @@ -40405,6 +40876,48 @@ public class GoogleCloudDiscoveryengineV1betaChunkStructuredContent : Google.Api public virtual string ETag { get; set; } } + /// Source attributions for content. + public class GoogleCloudDiscoveryengineV1betaCitation : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. End index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] + public virtual System.Nullable EndIndex { get; set; } + + /// Output only. License of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("license")] + public virtual string License { get; set; } + + /// Output only. Publication date of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("publicationDate")] + public virtual GoogleTypeDate PublicationDate { get; set; } + + /// Output only. Start index into the content. + [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] + public virtual System.Nullable StartIndex { get; set; } + + /// Output only. Title of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } + + /// Output only. Url reference of the attribution. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A collection of source attributions for a piece of content. + public class GoogleCloudDiscoveryengineV1betaCitationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. List of citations. + [Newtonsoft.Json.JsonPropertyAttribute("citations")] + public virtual System.Collections.Generic.IList Citations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Cloud SQL source import data from. public class GoogleCloudDiscoveryengineV1betaCloudSqlSource : Google.Apis.Requests.IDirectResponseSchema { @@ -40724,20 +41237,6 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// - /// The contact info stored in resource level. If both project level and resource level is populated, the resource - /// level contact info will override the project level contact info. - /// - public class GoogleCloudDiscoveryengineV1betaContactDetails : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The email address of the contact. - [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] - public virtual string EmailAddress { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// Defines a conditioned behavior to employ during serving. Must be attached to a ServingConfig to be considered at /// serving time. Permitted actions dependent on `SolutionType`. @@ -41859,6 +42358,48 @@ public class GoogleCloudDiscoveryengineV1betaDataStore : Google.Apis.Requests.ID [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproach")] public virtual string ConfigurableBillingApproach { get; set; } + private string _configurableBillingApproachUpdateTimeRaw; + + private object _configurableBillingApproachUpdateTime; + + /// Output only. The timestamp when configurable_billing_approach was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingApproachUpdateTime")] + public virtual string ConfigurableBillingApproachUpdateTimeRaw + { + get => _configurableBillingApproachUpdateTimeRaw; + set + { + _configurableBillingApproachUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _configurableBillingApproachUpdateTimeRaw = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ConfigurableBillingApproachUpdateTimeDateTimeOffset instead.")] + public virtual object ConfigurableBillingApproachUpdateTime + { + get => _configurableBillingApproachUpdateTime; + set + { + _configurableBillingApproachUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _configurableBillingApproachUpdateTime = value; + } + } + + /// + /// representation of + /// . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ConfigurableBillingApproachUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ConfigurableBillingApproachUpdateTimeRaw); + set => ConfigurableBillingApproachUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + /// /// Immutable. The content config of the data store. If this field is unset, the server behavior defaults to /// ContentConfig.NO_CONTENT. @@ -43179,6 +43720,10 @@ public class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConf [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] public virtual System.Nullable EnableImageAnnotation { get; set; } + /// Optional. If true, the pdf layout will be refined using an LLM. + [Newtonsoft.Json.JsonPropertyAttribute("enableLlmLayoutParsing")] + public virtual System.Nullable EnableLlmLayoutParsing { get; set; } + /// Optional. If true, the LLM based annotation is added to the table during parsing. [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] public virtual System.Nullable EnableTableAnnotation { get; set; } @@ -43367,6 +43912,10 @@ public class GoogleCloudDiscoveryengineV1betaEngine : Google.Apis.Requests.IDire [Newtonsoft.Json.JsonPropertyAttribute("chatEngineMetadata")] public virtual GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata ChatEngineMetadata { get; set; } + /// Output only. CMEK-related information for the Engine. + [Newtonsoft.Json.JsonPropertyAttribute("cmekConfig")] + public virtual GoogleCloudDiscoveryengineV1betaCmekConfig CmekConfig { get; set; } + /// Common config spec that specifies the metadata of the engine. [Newtonsoft.Json.JsonPropertyAttribute("commonConfig")] public virtual GoogleCloudDiscoveryengineV1betaEngineCommonConfig CommonConfig { get; set; } @@ -43458,6 +44007,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("mediaRecommendationEngineConfig")] public virtual GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig MediaRecommendationEngineConfig { get; set; } + /// + /// Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn + /// on/off individual models. This only stores models whose states are overridden by the admin. When the state + /// is unspecified, or model_configs is empty for this model, the system will decide if this model should be + /// available or not based on the default configuration. For example, a preview model should be disabled by + /// default if the admin has not chosen to enable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelConfigs")] + public virtual System.Collections.Generic.IDictionary ModelConfigs { get; set; } + /// /// Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded /// string with a length limit of 1024 characters. Format: @@ -45148,10 +45707,6 @@ public class GoogleCloudDiscoveryengineV1betaLanguageInfo : Google.Apis.Requests /// Information about users' licenses. public class GoogleCloudDiscoveryengineV1betaLicenseConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The alert policy config for this license config. - [Newtonsoft.Json.JsonPropertyAttribute("alertPolicyResourceConfig")] - public virtual GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig AlertPolicyResourceConfig { get; set; } - /// Optional. Whether the license config should be auto renewed when it reaches the end date. [Newtonsoft.Json.JsonPropertyAttribute("autoRenew")] public virtual System.Nullable AutoRenew { get; set; } @@ -45164,6 +45719,10 @@ public class GoogleCloudDiscoveryengineV1betaLicenseConfig : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("freeTrial")] public virtual System.Nullable FreeTrial { get; set; } + /// Output only. Whether the license config is for Gemini bundle. + [Newtonsoft.Json.JsonPropertyAttribute("geminiBundle")] + public virtual System.Nullable GeminiBundle { get; set; } + /// Required. Number of licenses purchased. [Newtonsoft.Json.JsonPropertyAttribute("licenseCount")] public virtual System.Nullable LicenseCount { get; set; } @@ -45195,6 +45754,39 @@ public class GoogleCloudDiscoveryengineV1betaLicenseConfig : Google.Apis.Request public virtual string ETag { get; set; } } + /// Stats about users' licenses. + public class GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The LicenseConfig name. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfig")] + public virtual string LicenseConfig { get; set; } + + /// Required. The number of licenses used. + [Newtonsoft.Json.JsonPropertyAttribute("usedLicenseCount")] + public virtual System.Nullable UsedLicenseCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the AssistantService.ListAssistants method. + public class GoogleCloudDiscoveryengineV1betaListAssistantsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All the customer's Assistants. + [Newtonsoft.Json.JsonPropertyAttribute("assistants")] + public virtual System.Collections.Generic.IList Assistants { get; set; } + + /// + /// A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is + /// omitted, there are no subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for CmekConfigService.ListCmekConfigs method. public class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -45385,6 +45977,17 @@ public class GoogleCloudDiscoveryengineV1betaListIdentityMappingsResponse : Goog public virtual string ETag { get; set; } } + /// Response message for UserLicenseService.ListLicenseConfigUsageStats method. + public class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// All the customer's LicenseConfigUsageStats. + [Newtonsoft.Json.JsonPropertyAttribute("licenseConfigUsageStats")] + public virtual System.Collections.Generic.IList LicenseConfigUsageStats { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for SampleQueryService.ListSampleQueries method. public class GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -45729,6 +46332,10 @@ public class GoogleCloudDiscoveryengineV1betaPrincipal : Google.Apis.Requests.ID /// Metadata and configurations for a Google Cloud project in the service. public class GoogleCloudDiscoveryengineV1betaProject : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The current status of the project's configurable billing. + [Newtonsoft.Json.JsonPropertyAttribute("configurableBillingStatus")] + public virtual GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; } + private string _createTimeRaw; private object _createTime; @@ -45828,6 +46435,70 @@ public virtual System.DateTimeOffset? ProvisionCompletionTimeDateTimeOffset public virtual string ETag { get; set; } } + /// + /// Represents the currently effective configurable billing parameters. These values are derived from the customer's + /// subscription history stored internally and reflect the thresholds actively being used for billing purposes at + /// the time of the GetProject call. This includes the start_time of the subscription and may differ from the values + /// in `customer_provided_config` due to billing rules (e.g., scale-downs taking effect only at the start of a new + /// month). + /// + public class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core + /// usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveIndexingCoreThreshold")] + public virtual System.Nullable EffectiveIndexingCoreThreshold { get; set; } + + /// + /// Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against + /// which QPM usage is compared for overage calculations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveSearchQpmThreshold")] + public virtual System.Nullable EffectiveSearchQpmThreshold { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. The start time of the currently active billing subscription. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Customer provided configurations. public class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -45846,6 +46517,13 @@ public class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebo [Newtonsoft.Json.JsonPropertyAttribute("modelArmorConfig")] public virtual GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; } + /// + /// Optional. Whether to disable the notebook sharing feature for the project. Default to false if not + /// specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("optOutNotebookSharing")] + public virtual System.Nullable OptOutNotebookSharing { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -47295,6 +47973,17 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("contentSearchSpec")] public virtual GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec ContentSearchSpec { get; set; } + /// + /// Optional. Crowding specifications for improving result diversity. If multiple CrowdingSpecs are specified, + /// crowding will be evaluated on each unique combination of the `field` values, and max_count will be the + /// maximum value of `max_count` across all CrowdingSpecs. For example, if the first CrowdingSpec has `field` = + /// "color" and `max_count` = 3, and the second CrowdingSpec has `field` = "size" and `max_count` = 2, then + /// after 3 documents that share the same color AND size have been returned, subsequent ones should be removed + /// or demoted. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crowdingSpecs")] + public virtual System.Collections.Generic.IList CrowdingSpecs { get; set; } + /// /// Specifications that define the specific DataStores to be searched, along with configurations for those data /// stores. This is only considered for Engines with multiple data stores. For engines with a single data store, @@ -47388,6 +48077,19 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("orderBy")] public virtual string OrderBy { get; set; } + /// + /// Optional. The categories associated with a category page. Must be set for category navigation queries to + /// achieve good search quality. The format should be the same as UserEvent.PageInfo.page_category. This field + /// is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query + /// is empty. If the field is empty, it will not be used by the browse model. To represent full path of a + /// category, use '&gt;' character to separate different hierarchies. If '&gt;' is part of the category + /// name, replace it with other character(s). For example, `Graphics Cards &gt; RTX&gt;4090 &gt; + /// Founders Edition` where "RTX &gt; 4090" represents one level, can be rewritten as `Graphics Cards + /// &gt; RTX_4090 &gt; Founders Edition` + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageCategories")] + public virtual System.Collections.Generic.IList PageCategories { get; set; } + /// /// Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the /// maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. @@ -47571,10 +48273,10 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequest : Google.Apis.Request public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } /// - /// A unique identifier for tracking visitors. For example, this could be implemented with an HTTP cookie, which - /// should be able to uniquely identify a visitor on a single device. This unique identifier should not change - /// if the visitor logs in or out of the website. This field should NOT have a fixed value such as - /// `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and + /// Optional. A unique identifier for tracking visitors. For example, this could be implemented with an HTTP + /// cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier + /// should not change if the visitor logs in or out of the website. This field should NOT have a fixed value + /// such as `unknown_visitor`. This should be the same identifier as UserEvent.user_pseudo_id and /// CompleteQueryRequest.user_pseudo_id The field must be a UTF-8 encoded string with a length limit of 128 /// characters. Otherwise, an `INVALID_ARGUMENT` error is returned. /// @@ -47968,6 +48670,36 @@ public class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSumma public virtual string ETag { get; set; } } + /// + /// Specification for crowding. Crowding improves the diversity of search results by limiting the number of results + /// that share the same field value. For example, crowding on the color field with a max_count of 3 and mode + /// DROP_CROWDED_RESULTS will return at most 3 results with the same color across all pages. + /// + public class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The field to use for crowding. Documents can be crowded by a field in the Document object. Crowding field is + /// case sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual string Field { get; set; } + + /// + /// The maximum number of documents to keep per value of the field. Once there are at least max_count previous + /// results which contain the same value for the given field (according to the order specified in `order_by`), + /// later results with the same value are "crowded away". If not specified, the default value is 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxCount")] + public virtual System.Nullable MaxCount { get; set; } + + /// Mode to use for documents that are crowded away. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A struct to define data stores to filter on in a search call and configurations for those data stores. /// Otherwise, an `INVALID_ARGUMENT` error is returned. @@ -49396,6 +50128,10 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("isPinned")] public virtual System.Nullable IsPinned { get; set; } + /// Optional. The labels for the session. Can be set as filter in ListSessionsRequest. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IList Labels { get; set; } + /// /// Immutable. Fully qualified name /// `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*` @@ -49952,7 +50688,13 @@ public class GoogleCloudDiscoveryengineV1betaStreamAssistResponse : Google.Apis. [Newtonsoft.Json.JsonPropertyAttribute("assistToken")] public virtual string AssistToken { get; set; } - /// Session information. + /// The tool names of the tools that were invoked. + [Newtonsoft.Json.JsonPropertyAttribute("invocationTools")] + public virtual System.Collections.Generic.IList InvocationTools { get; set; } + + /// + /// Session information. Only included in the final StreamAssistResponse of the response stream. + /// [Newtonsoft.Json.JsonPropertyAttribute("sessionInfo")] public virtual GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo SessionInfo { get; set; } @@ -50952,6 +51694,51 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Configures metadata that is used for End User entities. + public class GoogleCloudDiscoveryengineV1betaUserStore : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The default subscription LicenseConfig for the UserStore, if + /// UserStore.enable_license_auto_register is true, new users will automatically register under the default + /// subscription. If default LicenseConfig doesn't have remaining license seats left, new users will not be + /// assigned with license and will be blocked for Vertex AI Search features. This is used if + /// `license_assignment_tier_rules` is not configured. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultLicenseConfig")] + public virtual string DefaultLicenseConfig { get; set; } + + /// The display name of the User Store. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// Optional. Whether to enable license auto update for users in this User Store. If true, users with expired + /// licenses will automatically be updated to use the default license config as long as the default license + /// config has seats left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableExpiredLicenseAutoUpdate")] + public virtual System.Nullable EnableExpiredLicenseAutoUpdate { get; set; } + + /// + /// Optional. Whether to enable license auto register for users in this User Store. If true, new users will + /// automatically register under the default license config as long as the default license config has seats + /// left. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableLicenseAutoRegister")] + public virtual System.Nullable EnableLicenseAutoRegister { get; set; } + + /// + /// Immutable. The full resource name of the User Store, in the format of + /// `projects/{project}/locations/{location}/userStores/{user_store}`. This field must be a UTF-8 encoded string + /// with a length limit of 1024 characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Config to store data store type configuration for workspace data public class GoogleCloudDiscoveryengineV1betaWorkspaceConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -51001,8 +51788,8 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj b/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj index 82bf7b1d6d5..1cbce8f29e0 100644 --- a/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj +++ b/Src/Generated/Google.Apis.DiscoveryEngine.v1beta/Google.Apis.DiscoveryEngine.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.DiscoveryEngine.v1beta Client Library - 1.71.0.3924 + 1.72.0.3972 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj b/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj index 62147b77f1c..9c31df741bf 100644 --- a/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj +++ b/Src/Generated/Google.Apis.DisplayVideo.v2/Google.Apis.DisplayVideo.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.DisplayVideo.v2 Client Library - 1.71.0.3920 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.cs b/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.cs index cb752d9367b..4630e1d8bee 100644 --- a/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.cs +++ b/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.cs @@ -22317,10 +22317,18 @@ public class AdGroupAd : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("adGroupAdId")] public virtual System.Nullable AdGroupAdId { get; set; } - /// The unique ID of the ad group that the ad belongs to. + /// + /// The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand Gen ads are not + /// currently retrieveable using `advertisers.adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can + /// be identified by the absence of the `ad_details` union field. + /// [Newtonsoft.Json.JsonPropertyAttribute("adGroupId")] public virtual System.Nullable AdGroupId { get; set; } + /// The policy approval status of the ad. + [Newtonsoft.Json.JsonPropertyAttribute("adPolicy")] + public virtual AdPolicy AdPolicy { get; set; } + /// List of URLs used by the ad. [Newtonsoft.Json.JsonPropertyAttribute("adUrls")] public virtual System.Collections.Generic.IList AdUrls { get; set; } @@ -22414,6 +22422,455 @@ public class AdGroupAssignedTargetingOption : Google.Apis.Requests.IDirectRespon public virtual string ETag { get; set; } } + /// A single ad policy associated with an ad group ad. + public class AdPolicy : Google.Apis.Requests.IDirectResponseSchema + { + /// The policy approval status of an ad, indicating the approval decision. + [Newtonsoft.Json.JsonPropertyAttribute("adPolicyApprovalStatus")] + public virtual string AdPolicyApprovalStatus { get; set; } + + /// + /// The policy review status of an ad, indicating where in the review process the ad is currently. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adPolicyReviewStatus")] + public virtual string AdPolicyReviewStatus { get; set; } + + /// + /// The entries for each policy topic identified as relating to the ad. Each entry includes the topic, + /// restriction level, and guidance on how to fix policy issues. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adPolicyTopicEntry")] + public virtual System.Collections.Generic.IList AdPolicyTopicEntry { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents a country restriction. + public class AdPolicyCriterionRestriction : Google.Apis.Requests.IDirectResponseSchema + { + /// The country criterion id. + [Newtonsoft.Json.JsonPropertyAttribute("countryCriterionId")] + public virtual System.Nullable CountryCriterionId { get; set; } + + /// Localized name for the country. May be empty. + [Newtonsoft.Json.JsonPropertyAttribute("countryLabel")] + public virtual string CountryLabel { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Information on how to appeal a policy decision. + public class AdPolicyTopicAppealInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Only available when appeal_type is `APPEAL_FORM`. + [Newtonsoft.Json.JsonPropertyAttribute("appealFormLink")] + public virtual string AppealFormLink { get; set; } + + /// Whether the decision can be appealed through a self-service appeal or an appeal form. + [Newtonsoft.Json.JsonPropertyAttribute("appealType")] + public virtual string AppealType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details on ad serving constraints. + public class AdPolicyTopicConstraint : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Countries where the resource's domain is not covered by the certificates associated with it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("certificateDomainMismatchCountryList")] + public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CertificateDomainMismatchCountryList { get; set; } + + /// Countries where a certificate is required for serving. + [Newtonsoft.Json.JsonPropertyAttribute("certificateMissingCountryList")] + public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CertificateMissingCountryList { get; set; } + + /// Countries where the ad cannot serve. + [Newtonsoft.Json.JsonPropertyAttribute("countryConstraint")] + public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CountryConstraint { get; set; } + + /// + /// Certificate is required to serve in any country and the existing certificate does not cover the ad's domain. + /// + [Newtonsoft.Json.JsonPropertyAttribute("globalCertificateDomainMismatch")] + public virtual AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint GlobalCertificateDomainMismatch { get; set; } + + /// Certificate is required to serve in any country. + [Newtonsoft.Json.JsonPropertyAttribute("globalCertificateMissing")] + public virtual AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint GlobalCertificateMissing { get; set; } + + /// Link to the form to request a certificate for the constraint. + [Newtonsoft.Json.JsonPropertyAttribute("requestCertificateFormLink")] + public virtual string RequestCertificateFormLink { get; set; } + + /// Reseller constraint. + [Newtonsoft.Json.JsonPropertyAttribute("resellerConstraint")] + public virtual AdPolicyTopicConstraintAdPolicyResellerConstraint ResellerConstraint { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of countries where the ad cannot serve due to policy constraints. + public class AdPolicyTopicConstraintAdPolicyCountryConstraintList : Google.Apis.Requests.IDirectResponseSchema + { + /// Countries where the ad cannot serve. + [Newtonsoft.Json.JsonPropertyAttribute("countries")] + public virtual System.Collections.Generic.IList Countries { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Certificate is required to serve in any country and the existing certificate does not cover the ad's domain. + /// + public class AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Certificate is required to serve in any country. + public class AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Policy topic was constrained due to disapproval of the website for reseller purposes. + public class AdPolicyTopicConstraintAdPolicyResellerConstraint : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An entry describing how an ad has been identified as relating to an ad policy. + public class AdPolicyTopicEntry : Google.Apis.Requests.IDirectResponseSchema + { + /// Information on how to appeal the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("appealInfo")] + public virtual AdPolicyTopicAppealInfo AppealInfo { get; set; } + + /// Ad policy help center link for the policy topic. + [Newtonsoft.Json.JsonPropertyAttribute("helpCenterLink")] + public virtual string HelpCenterLink { get; set; } + + /// The source of the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("policyDecisionType")] + public virtual string PolicyDecisionType { get; set; } + + /// The policy enforcement means used in the policy review. + [Newtonsoft.Json.JsonPropertyAttribute("policyEnforcementMeans")] + public virtual string PolicyEnforcementMeans { get; set; } + + /// + /// Localized label text for policy. Examples include "Trademarks in text", "Contains Alcohol", etc. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policyLabel")] + public virtual string PolicyLabel { get; set; } + + /// The policy topic. Examples include "TRADEMARKS", "ALCOHOL", etc. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopic")] + public virtual string PolicyTopic { get; set; } + + /// The serving constraints relevant to the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicConstraints")] + public virtual System.Collections.Generic.IList PolicyTopicConstraints { get; set; } + + /// A short summary description of the policy topic. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicDescription")] + public virtual string PolicyTopicDescription { get; set; } + + /// The evidence used in the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicEvidences")] + public virtual System.Collections.Generic.IList PolicyTopicEvidences { get; set; } + + /// How ad serving will be affected due to the relation to the ad policy topic. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicType")] + public virtual string PolicyTopicType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Evidence information used in the policy decision. + public class AdPolicyTopicEvidence : Google.Apis.Requests.IDirectResponseSchema + { + /// Counterfeit enforcement that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("counterfeit")] + public virtual AdPolicyTopicEvidenceCounterfeit Counterfeit { get; set; } + + /// A mismatch between the ad destination URLs. + [Newtonsoft.Json.JsonPropertyAttribute("destinationMismatch")] + public virtual AdPolicyTopicEvidenceDestinationMismatch DestinationMismatch { get; set; } + + /// Information on HTTP or DNS errors related to the ad destination. + [Newtonsoft.Json.JsonPropertyAttribute("destinationNotWorking")] + public virtual AdPolicyTopicEvidenceDestinationNotWorking DestinationNotWorking { get; set; } + + /// The text in the destination of the ad that is causing a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("destinationTextList")] + public virtual AdPolicyTopicEvidenceDestinationTextList DestinationTextList { get; set; } + + /// HTTP code returned when the final URL was crawled. + [Newtonsoft.Json.JsonPropertyAttribute("httpCode")] + public virtual System.Nullable HttpCode { get; set; } + + /// + /// The language the ad was detected to be written in. This field uses IETF language tags, such as "en-US". + /// + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } + + /// Legal related regulation enforcement that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("legalRemoval")] + public virtual AdPolicyTopicEvidenceLegalRemoval LegalRemoval { get; set; } + + /// T&S proactive enforcement that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("regionalRequirements")] + public virtual AdPolicyTopicEvidenceRegionalRequirements RegionalRequirements { get; set; } + + /// List of evidence found in the text of the ad. + [Newtonsoft.Json.JsonPropertyAttribute("textList")] + public virtual AdPolicyTopicEvidenceTextList TextList { get; set; } + + /// Trademark terms that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("trademark")] + public virtual AdPolicyTopicEvidenceTrademark Trademark { get; set; } + + /// List of websites linked with the ad. + [Newtonsoft.Json.JsonPropertyAttribute("websiteList")] + public virtual AdPolicyTopicEvidenceWebsiteList WebsiteList { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details on the counterfeit enforcement that caused a policy violation. + public class AdPolicyTopicEvidenceCounterfeit : Google.Apis.Requests.IDirectResponseSchema + { + /// The content or product owners that made a complaint. + [Newtonsoft.Json.JsonPropertyAttribute("owners")] + public virtual System.Collections.Generic.IList Owners { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details on a mismatch between destination URL types. + public class AdPolicyTopicEvidenceDestinationMismatch : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The set of URLs that do not match. The list can include single or multiple uri types. Example 1: + /// [`DISPLAY_URL`, `FINAL_URL`] means ad display URL does not match with the ad final URL. Example 2: + /// [`FINAL_URL`] means ad final URL did not match the crawled url, which is also considered as destination + /// mismatch. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uriTypes")] + public virtual System.Collections.Generic.IList UriTypes { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details for on HTTP or DNS errors related to the ad destination. + public class AdPolicyTopicEvidenceDestinationNotWorking : Google.Apis.Requests.IDirectResponseSchema + { + /// The device where visiting the URL resulted in the error. + [Newtonsoft.Json.JsonPropertyAttribute("device")] + public virtual string Device { get; set; } + + /// The type of DNS error. + [Newtonsoft.Json.JsonPropertyAttribute("dnsErrorType")] + public virtual string DnsErrorType { get; set; } + + /// The full URL that didn't work. + [Newtonsoft.Json.JsonPropertyAttribute("expandedUri")] + public virtual string ExpandedUri { get; set; } + + /// The HTTP error code. + [Newtonsoft.Json.JsonPropertyAttribute("httpErrorCode")] + public virtual System.Nullable HttpErrorCode { get; set; } + + private string _lastCheckedTimeRaw; + + private object _lastCheckedTime; + + /// The last time the error was seen when navigating to URL. + [Newtonsoft.Json.JsonPropertyAttribute("lastCheckedTime")] + public virtual string LastCheckedTimeRaw + { + get => _lastCheckedTimeRaw; + set + { + _lastCheckedTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastCheckedTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastCheckedTimeDateTimeOffset instead.")] + public virtual object LastCheckedTime + { + get => _lastCheckedTime; + set + { + _lastCheckedTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastCheckedTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastCheckedTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastCheckedTimeRaw); + set => LastCheckedTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of destination text that violated the policy. + public class AdPolicyTopicEvidenceDestinationTextList : Google.Apis.Requests.IDirectResponseSchema + { + /// Destination text that caused the policy finding. + [Newtonsoft.Json.JsonPropertyAttribute("destinationTexts")] + public virtual System.Collections.Generic.IList DestinationTexts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Legal related regulation enforcement, either from DMCA or local legal regulation. + public class AdPolicyTopicEvidenceLegalRemoval : Google.Apis.Requests.IDirectResponseSchema + { + /// The type of complaint causing the legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("complaintType")] + public virtual string ComplaintType { get; set; } + + /// The countries restricted due to the legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("countryRestrictions")] + public virtual System.Collections.Generic.IList CountryRestrictions { get; set; } + + /// Details on the DMCA regulation legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("dmca")] + public virtual AdPolicyTopicEvidenceLegalRemovalDmca Dmca { get; set; } + + /// Details on the local legal regulation legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("localLegal")] + public virtual AdPolicyTopicEvidenceLegalRemovalLocalLegal LocalLegal { get; set; } + + /// The urls restricted due to the legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("restrictedUris")] + public virtual System.Collections.Generic.IList RestrictedUris { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// DMCA complaint details. + public class AdPolicyTopicEvidenceLegalRemovalDmca : Google.Apis.Requests.IDirectResponseSchema + { + /// The entity who made the legal complaint. + [Newtonsoft.Json.JsonPropertyAttribute("complainant")] + public virtual string Complainant { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Local legal regulation details. + public class AdPolicyTopicEvidenceLegalRemovalLocalLegal : Google.Apis.Requests.IDirectResponseSchema + { + /// Type of law for the legal notice. + [Newtonsoft.Json.JsonPropertyAttribute("lawType")] + public virtual string LawType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Trust &amp; Safety (T&amp;S) proactive enforcement for policies meant to address regional requirements. + /// This is considered a Google-owned investigation instead of a regulation notice since it's proactive T&amp;S + /// enforcement. + /// + public class AdPolicyTopicEvidenceRegionalRequirements : Google.Apis.Requests.IDirectResponseSchema + { + /// List of regional requirements. + [Newtonsoft.Json.JsonPropertyAttribute("regionalRequirementsEntries")] + public virtual System.Collections.Generic.IList RegionalRequirementsEntries { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Policy level regional legal violation details. + public class AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry : Google.Apis.Requests.IDirectResponseSchema + { + /// The countries restricted due to the legal policy. + [Newtonsoft.Json.JsonPropertyAttribute("countryRestrictions")] + public virtual System.Collections.Generic.IList CountryRestrictions { get; set; } + + /// The legal policy that is being violated. + [Newtonsoft.Json.JsonPropertyAttribute("legalPolicy")] + public virtual string LegalPolicy { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of fragments of text that violated the policy. + public class AdPolicyTopicEvidenceTextList : Google.Apis.Requests.IDirectResponseSchema + { + /// The fragments of text from the resource that caused the policy finding. + [Newtonsoft.Json.JsonPropertyAttribute("texts")] + public virtual System.Collections.Generic.IList Texts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Trademark terms that caused a policy violation. + public class AdPolicyTopicEvidenceTrademark : Google.Apis.Requests.IDirectResponseSchema + { + /// Countries where the policy violation is relevant. + [Newtonsoft.Json.JsonPropertyAttribute("countryRestrictions")] + public virtual System.Collections.Generic.IList CountryRestrictions { get; set; } + + /// The trademark content owner. + [Newtonsoft.Json.JsonPropertyAttribute("owner")] + public virtual string Owner { get; set; } + + /// The trademark term. + [Newtonsoft.Json.JsonPropertyAttribute("term")] + public virtual string Term { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of websites that violated the policy. + public class AdPolicyTopicEvidenceWebsiteList : Google.Apis.Requests.IDirectResponseSchema + { + /// Websites that caused the policy finding. + [Newtonsoft.Json.JsonPropertyAttribute("websites")] + public virtual System.Collections.Generic.IList Websites { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Additional URLs related to the ad, including beacons. public class AdUrl : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.csproj b/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.csproj index 0ea536a44b9..7c56258f6b2 100644 --- a/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.csproj +++ b/Src/Generated/Google.Apis.DisplayVideo.v3/Google.Apis.DisplayVideo.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.DisplayVideo.v3 Client Library - 1.71.0.3920 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.cs b/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.cs index f692919dfff..b1f048276bb 100644 --- a/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.cs +++ b/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.cs @@ -354,6 +354,7 @@ public class AdvertisersResource public AdvertisersResource(Google.Apis.Services.IClientService service) { this.service = service; + AdAssets = new AdAssetsResource(service); AdGroupAds = new AdGroupAdsResource(service); AdGroups = new AdGroupsResource(service); Assets = new AssetsResource(service); @@ -368,49 +369,177 @@ public AdvertisersResource(Google.Apis.Services.IClientService service) TargetingTypes = new TargetingTypesResource(service); } - /// Gets the AdGroupAds resource. - public virtual AdGroupAdsResource AdGroupAds { get; } + /// Gets the AdAssets resource. + public virtual AdAssetsResource AdAssets { get; } - /// The "adGroupAds" collection of methods. - public class AdGroupAdsResource + /// The "adAssets" collection of methods. + public class AdAssetsResource { - private const string Resource = "adGroupAds"; + private const string Resource = "adAssets"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public AdGroupAdsResource(Google.Apis.Services.IClientService service) + public AdAssetsResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Gets an ad group ad. - /// Required. The ID of the advertiser this ad group ad belongs to. - /// Required. The ID of the ad group ad to fetch. - public virtual GetRequest Get(long advertiserId, long adGroupAdId) + /// + /// Creates multiple ad assets in a single request. Returns the newly-created ad assets if successful. Only + /// supports the creation of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + /// The body of the request. + /// Required. The ID of the advertiser these ad assets belong to. + public virtual BulkCreateRequest BulkCreate(Google.Apis.DisplayVideo.v4.Data.BulkCreateAdAssetsRequest body, long advertiserId) { - return new GetRequest(this.service, advertiserId, adGroupAdId); + return new BulkCreateRequest(this.service, body, advertiserId); } - /// Gets an ad group ad. - public class GetRequest : DisplayVideoBaseServiceRequest + /// + /// Creates multiple ad assets in a single request. Returns the newly-created ad assets if successful. Only + /// supports the creation of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + public class BulkCreateRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new BulkCreate request. + public BulkCreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.BulkCreateAdAssetsRequest body, long advertiserId) : base(service) + { + AdvertiserId = advertiserId; + Body = body; + InitParameters(); + } + + /// Required. The ID of the advertiser these ad assets belong to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.BulkCreateAdAssetsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "bulkCreate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adAssets:bulkCreate"; + + /// Initializes BulkCreate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// + /// Creates an ad asset. Returns the newly-created ad asset if successful. Only supports the creation of + /// assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + /// The body of the request. + /// Required. The ID of the advertiser this ad asset belongs to. + public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.CreateAdAssetRequest body, long advertiserId) + { + return new CreateRequest(this.service, body, advertiserId); + } + + /// + /// Creates an ad asset. Returns the newly-created ad asset if successful. Only supports the creation of + /// assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + public class CreateRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.CreateAdAssetRequest body, long advertiserId) : base(service) + { + AdvertiserId = advertiserId; + Body = body; + InitParameters(); + } + + /// Required. The ID of the advertiser this ad asset belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.CreateAdAssetRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adAssets"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// + /// Gets an ad asset. Only supports the retrieval of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + /// Required. The ID of the advertiser this ad asset belongs to. + /// + /// Required. The ID of the ad asset to fetch. Only supports assets of AdAssetType + /// `AD_ASSET_TYPE_YOUTUBE_VIDEO` + /// + public virtual GetRequest Get(long advertiserId, long adAssetId) + { + return new GetRequest(this.service, advertiserId, adAssetId); + } + + /// + /// Gets an ad asset. Only supports the retrieval of assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + public class GetRequest : DisplayVideoBaseServiceRequest { /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupAdId) : base(service) + public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long adAssetId) : base(service) { AdvertiserId = advertiserId; - AdGroupAdId = adGroupAdId; + AdAssetId = adAssetId; InitParameters(); } - /// Required. The ID of the advertiser this ad group ad belongs to. + /// Required. The ID of the advertiser this ad asset belongs to. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// Required. The ID of the ad group ad to fetch. - [Google.Apis.Util.RequestParameterAttribute("adGroupAdId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long AdGroupAdId { get; private set; } + /// + /// Required. The ID of the ad asset to fetch. Only supports assets of AdAssetType + /// `AD_ASSET_TYPE_YOUTUBE_VIDEO` + /// + [Google.Apis.Util.RequestParameterAttribute("adAssetId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdAssetId { get; private set; } /// Gets the method name. public override string MethodName => "get"; @@ -419,7 +548,7 @@ public GetRequest(Google.Apis.Services.IClientService service, long advertiserId public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/adGroupAds/{+adGroupAdId}"; + public override string RestPath => "v4/advertisers/{+advertiserId}/adAssets/{+adAssetId}"; /// Initializes Get parameter list. protected override void InitParameters() @@ -433,9 +562,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); - RequestParameters.Add("adGroupAdId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("adAssetId", new Google.Apis.Discovery.Parameter { - Name = "adGroupAdId", + Name = "adAssetId", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -444,15 +573,21 @@ protected override void InitParameters() } } - /// Lists ad group ads. - /// Required. The ID of the advertiser the ad groups belongs to. + /// + /// Lists ad assets under an advertiser ID. Only supports the retrieval of assets of AdAssetType + /// `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + /// Required. The ID of the advertiser the ad assets belong to. public virtual ListRequest List(long advertiserId) { return new ListRequest(this.service, advertiserId); } - /// Lists ad group ads. - public class ListRequest : DisplayVideoBaseServiceRequest + /// + /// Lists ad assets under an advertiser ID. Only supports the retrieval of assets of AdAssetType + /// `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + public class ListRequest : DisplayVideoBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) @@ -461,44 +596,39 @@ public ListRequest(Google.Apis.Services.IClientService service, long advertiserI InitParameters(); } - /// Required. The ID of the advertiser the ad groups belongs to. + /// Required. The ID of the advertiser the ad assets belong to. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } /// - /// Optional. Allows filtering by custom ad group ad fields. Supported syntax: * Filter expressions are - /// made up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of - /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * - /// All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName` * - /// `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group: `adGroupId="1234"` * - /// All ad group ads under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or - /// `ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR - /// entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field should be no - /// more than 500 characters. Reference our [filter `LIST` - /// requests](/display-video/api/guides/how-tos/filters) guide for more information. + /// Optional. Allows filtering of the results by ad asset fields. Supported syntax: * A restriction has + /// the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported + /// fields: * `youtubeVideoAsset.youtubeVideoId` * `entityStatus` Examples: * All active YouTube video + /// ad assets under an advertiser: `entityStatus=ENTITY_STATUS_ACTIVE` /// [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] public virtual string Filter { get; set; } /// - /// Optional. Field by which to sort the list. Acceptable values are: * `displayName` (default) * - /// `entityStatus` The default sorting order is ascending. To specify descending order for a field, a - /// suffix "desc" should be added to the field name. Example: `displayName desc`. + /// Optional. Field by which to sort the list. Acceptable values are: * `entityStatus` * + /// `youtubeVideoAsset.youtubeVideoId` * `adAssetId` (default) The default sorting order is ascending. + /// To specify descending order for a field, a suffix "desc" should be added to the field name. Example: + /// `adAssetId desc`. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } /// - /// Optional. Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. - /// Returns error code `INVALID_ARGUMENT` if an invalid value is specified. + /// Optional. Requested page size. Must be between `1` and `5000`. If unspecified will default to + /// `5000`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// /// Optional. A token identifying a page of results the server should return. Typically, this is the - /// value of next_page_token returned from the previous call to `ListAdGroupAds` method. If not - /// specified, the first page of results will be returned. + /// value of next_page_token returned from the previous call to `ListAdAssets` method. If not specified, + /// the first page of results will be returned. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -510,7 +640,7 @@ public ListRequest(Google.Apis.Services.IClientService service, long advertiserI public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/adGroupAds"; + public override string RestPath => "v4/advertisers/{+advertiserId}/adAssets"; /// Initializes List parameter list. protected override void InitParameters() @@ -558,477 +688,497 @@ protected override void InitParameters() }); } } - } - - /// Gets the AdGroups resource. - public virtual AdGroupsResource AdGroups { get; } - - /// The "adGroups" collection of methods. - public class AdGroupsResource - { - private const string Resource = "adGroups"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - /// Constructs a new resource. - public AdGroupsResource(Google.Apis.Services.IClientService service) + /// + /// Uploads and creates an ad asset. Returns the ID of the newly-created ad asset if successful. Only + /// supports the uploading of assets with the AdAssetType `AD_ASSET_TYPE_IMAGE`. + /// + /// The body of the request. + /// Required. The ID of the advertiser this ad asset belongs to. + public virtual UploadRequest Upload(Google.Apis.DisplayVideo.v4.Data.UploadAdAssetRequest body, long advertiserId) { - this.service = service; - TargetingTypes = new TargetingTypesResource(service); + return new UploadRequest(this.service, body, advertiserId); } - /// Gets the TargetingTypes resource. - public virtual TargetingTypesResource TargetingTypes { get; } - - /// The "targetingTypes" collection of methods. - public class TargetingTypesResource + /// + /// Uploads and creates an ad asset. Returns the ID of the newly-created ad asset if successful. Only + /// supports the uploading of assets with the AdAssetType `AD_ASSET_TYPE_IMAGE`. + /// + public class UploadRequest : DisplayVideoBaseServiceRequest { - private const string Resource = "targetingTypes"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public TargetingTypesResource(Google.Apis.Services.IClientService service) + /// Constructs a new Upload request. + public UploadRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.UploadAdAssetRequest body, long advertiserId) : base(service) { - this.service = service; - AssignedTargetingOptions = new AssignedTargetingOptionsResource(service); + AdvertiserId = advertiserId; + Body = body; + InitParameters(); } - /// Gets the AssignedTargetingOptions resource. - public virtual AssignedTargetingOptionsResource AssignedTargetingOptions { get; } - - /// The "assignedTargetingOptions" collection of methods. - public class AssignedTargetingOptionsResource - { - private const string Resource = "assignedTargetingOptions"; + /// Required. The ID of the advertiser this ad asset belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.UploadAdAssetRequest Body { get; set; } - /// Constructs a new resource. - public AssignedTargetingOptionsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Gets a single targeting option assigned to an ad group. Inherited assigned targeting options are - /// not included. - /// - /// Required. The ID of the advertiser the ad group belongs to. - /// - /// Required. The ID of the ad group the assigned targeting option belongs to. - /// - /// - /// Required. Identifies the type of this assigned targeting option. Supported targeting types - /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * - /// `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * - /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_PARENTAL_STATUS` - /// * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * - /// `TARGETING_TYPE_YOUTUBE_VIDEO` - /// - /// - /// Required. An identifier unique to the targeting type in this line item that identifies the - /// assigned targeting option being requested. - /// - public virtual GetRequest Get(long advertiserId, long adGroupId, GetRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId) - { - return new GetRequest(this.service, advertiserId, adGroupId, targetingType, assignedTargetingOptionId); - } + /// Gets the method name. + public override string MethodName => "upload"; - /// - /// Gets a single targeting option assigned to an ad group. Inherited assigned targeting options are - /// not included. - /// - public class GetRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupId, TargetingTypeEnum targetingType, string assignedTargetingOptionId) : base(service) - { - AdvertiserId = advertiserId; - AdGroupId = adGroupId; - TargetingType = targetingType; - AssignedTargetingOptionId = assignedTargetingOptionId; - InitParameters(); - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Required. The ID of the advertiser the ad group belongs to. - [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long AdvertiserId { get; private set; } + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adAssets:uploadAdAsset"; - /// - /// Required. The ID of the ad group the assigned targeting option belongs to. - /// - [Google.Apis.Util.RequestParameterAttribute("adGroupId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long AdGroupId { get; private set; } - - /// - /// Required. Identifies the type of this assigned targeting option. Supported targeting types - /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` - /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * - /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * - /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` - /// * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO` - /// - [Google.Apis.Util.RequestParameterAttribute("targetingType", Google.Apis.Util.RequestParameterType.Path)] - public virtual TargetingTypeEnum TargetingType { get; private set; } + /// Initializes Upload parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } - /// - /// Required. Identifies the type of this assigned targeting option. Supported targeting types - /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` - /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * - /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * - /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` - /// * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO` - /// - public enum TargetingTypeEnum - { - /// - /// Default value when type is not specified or is unknown in this version. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_UNSPECIFIED")] - TARGETINGTYPEUNSPECIFIED = 0, + /// + /// Uploads and creates an ad asset. Returns the ID of the newly-created ad asset if successful. Only + /// supports the uploading of assets with the AdAssetType `AD_ASSET_TYPE_IMAGE`. + /// + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its current + /// position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is completed + /// + /// + /// Caller is responsible for closing the + /// + /// + /// The body of the request. + /// Required. The ID of the advertiser this ad asset belongs to. + /// The stream to upload. See remarks for further information. + /// The content type of the stream to upload. + public virtual UploadMediaUpload Upload(Google.Apis.DisplayVideo.v4.Data.UploadAdAssetRequest body, long advertiserId, System.IO.Stream stream, string contentType) + { + return new UploadMediaUpload(service, body, advertiserId, stream, contentType); + } - /// Target a channel (a custom group of related websites or apps). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CHANNEL")] - TARGETINGTYPECHANNEL = 1, + /// Upload media upload which supports resumable upload. + public class UploadMediaUpload : Google.Apis.Upload.ResumableUpload + { + /// V1 error format. + [Google.Apis.Util.RequestParameterAttribute("$.xgafv", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Xgafv { get; set; } - /// Target an app category (for example, education or puzzle games). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP_CATEGORY")] - TARGETINGTYPEAPPCATEGORY = 2, + /// V1 error format. + public enum XgafvEnum + { + /// v1 error format + [Google.Apis.Util.StringValueAttribute("1")] + Value1 = 0, - /// Target a specific app (for example, Angry Birds). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP")] - TARGETINGTYPEAPP = 3, + /// v2 error format + [Google.Apis.Util.StringValueAttribute("2")] + Value2 = 1, + } - /// Target a specific url (for example, quora.com). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_URL")] - TARGETINGTYPEURL = 4, + /// OAuth access token. + [Google.Apis.Util.RequestParameterAttribute("access_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string AccessToken { get; set; } - /// Target ads during a chosen time period on a specific day. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DAY_AND_TIME")] - TARGETINGTYPEDAYANDTIME = 5, + /// Data format for response. + [Google.Apis.Util.RequestParameterAttribute("alt", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Alt { get; set; } - /// Target ads to a specific age range (for example, 18-24). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AGE_RANGE")] - TARGETINGTYPEAGERANGE = 6, + /// Data format for response. + public enum AltEnum + { + /// Responses with Content-Type of application/json + [Google.Apis.Util.StringValueAttribute("json")] + Json = 0, - /// Target ads to the specified regions on a regional location list. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_REGIONAL_LOCATION_LIST")] - TARGETINGTYPEREGIONALLOCATIONLIST = 7, + /// Media download with context-dependent Content-Type + [Google.Apis.Util.StringValueAttribute("media")] + Media = 1, - /// - /// Target ads to the specified points of interest on a proximity location list. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PROXIMITY_LOCATION_LIST")] - TARGETINGTYPEPROXIMITYLOCATIONLIST = 8, + /// Responses with Content-Type of application/x-protobuf + [Google.Apis.Util.StringValueAttribute("proto")] + Proto = 2, + } - /// Target ads to a specific gender (for example, female or male). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GENDER")] - TARGETINGTYPEGENDER = 9, + /// JSONP + [Google.Apis.Util.RequestParameterAttribute("callback", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Callback { get; set; } - /// Target a specific video player size for video ads. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIDEO_PLAYER_SIZE")] - TARGETINGTYPEVIDEOPLAYERSIZE = 10, + /// Selector specifying which fields to include in a partial response. + [Google.Apis.Util.RequestParameterAttribute("fields", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Fields { get; set; } - /// Target user rewarded content for video ads. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_USER_REWARDED_CONTENT")] - TARGETINGTYPEUSERREWARDEDCONTENT = 11, + /// + /// API key. Your API key identifies your project and provides you with API access, quota, and reports. + /// Required unless you provide an OAuth 2.0 token. + /// + [Google.Apis.Util.RequestParameterAttribute("key", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Key { get; set; } - /// - /// Target ads to a specific parental status (for example, parent or not a parent). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PARENTAL_STATUS")] - TARGETINGTYPEPARENTALSTATUS = 12, + /// OAuth 2.0 token for the current user. + [Google.Apis.Util.RequestParameterAttribute("oauth_token", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OauthToken { get; set; } - /// - /// Target video or audio ads in a specific content instream position (for example, - /// pre-roll, mid-roll, or post-roll). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_INSTREAM_POSITION")] - TARGETINGTYPECONTENTINSTREAMPOSITION = 13, + /// Returns response with indentations and line breaks. + [Google.Apis.Util.RequestParameterAttribute("prettyPrint", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PrettyPrint { get; set; } - /// Target ads in a specific content outstream position. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION")] - TARGETINGTYPECONTENTOUTSTREAMPOSITION = 14, + /// + /// Available to use for quota purposes for server-side applications. Can be any arbitrary string + /// assigned to a user, but should not exceed 40 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("quotaUser", Google.Apis.Util.RequestParameterType.Query)] + public virtual string QuotaUser { get; set; } - /// - /// Target ads to a specific device type (for example, tablet or connected TV). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_TYPE")] - TARGETINGTYPEDEVICETYPE = 15, + /// Legacy upload protocol for media (e.g. "media", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("uploadType", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadType { get; set; } - /// - /// Target ads to an audience or groups of audiences. Singleton field, at most one can exist - /// on a single Lineitem at a time. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIENCE_GROUP")] - TARGETINGTYPEAUDIENCEGROUP = 16, + /// Upload protocol for media (e.g. "raw", "multipart"). + [Google.Apis.Util.RequestParameterAttribute("upload_protocol", Google.Apis.Util.RequestParameterType.Query)] + public virtual string UploadProtocol { get; set; } - /// Target ads to specific web browsers (for example, Chrome). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BROWSER")] - TARGETINGTYPEBROWSER = 17, + /// Required. The ID of the advertiser this ad asset belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } - /// - /// Target ads to a specific household income range (for example, top 10%). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_HOUSEHOLD_INCOME")] - TARGETINGTYPEHOUSEHOLDINCOME = 18, + /// Constructs a new Upload media upload instance. + /// + /// Considerations regarding : + /// + /// + /// + /// If is seekable, then the stream position will be reset to 0 before + /// reading commences. If is not seekable, then it will be read from its + /// current position + /// + /// + /// + /// + /// Caller is responsible for maintaining the open until the upload is + /// completed + /// + /// + /// + /// Caller is responsible for closing the + /// + /// + /// + public UploadMediaUpload(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.UploadAdAssetRequest body, long advertiserId, System.IO.Stream stream, string contentType) + : base(service, string.Format("/{0}/{1}{2}", "upload", service.BasePath, "v4/advertisers/{+advertiserId}/adAssets:uploadAdAsset"), "POST", stream, contentType) + { + AdvertiserId = advertiserId; + Body = body; + } + } + } - /// Target ads in a specific on screen position. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ON_SCREEN_POSITION")] - TARGETINGTYPEONSCREENPOSITION = 19, + /// Gets the AdGroupAds resource. + public virtual AdGroupAdsResource AdGroupAds { get; } - /// - /// Filter web sites through third party verification (for example, IAS or DoubleVerify). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_THIRD_PARTY_VERIFIER")] - TARGETINGTYPETHIRDPARTYVERIFIER = 20, + /// The "adGroupAds" collection of methods. + public class AdGroupAdsResource + { + private const string Resource = "adGroupAds"; - /// - /// Filter web sites by specific digital content label ratings (for example, DL-MA: suitable - /// only for mature audiences). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION")] - TARGETINGTYPEDIGITALCONTENTLABELEXCLUSION = 21, + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Filter website content by sensitive categories (for example, adult). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION")] - TARGETINGTYPESENSITIVECATEGORYEXCLUSION = 22, + /// Constructs a new resource. + public AdGroupAdsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Target ads to a specific environment (for example, web or app). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ENVIRONMENT")] - TARGETINGTYPEENVIRONMENT = 23, + /// Gets an ad group ad. + /// Required. The ID of the advertiser this ad group ad belongs to. + /// Required. The ID of the ad group ad to fetch. + public virtual GetRequest Get(long advertiserId, long adGroupAdId) + { + return new GetRequest(this.service, advertiserId, adGroupAdId); + } - /// - /// Target ads to a specific network carrier or internet service provider (ISP) (for - /// example, Comcast or Orange). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CARRIER_AND_ISP")] - TARGETINGTYPECARRIERANDISP = 24, + /// Gets an ad group ad. + public class GetRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupAdId) : base(service) + { + AdvertiserId = advertiserId; + AdGroupAdId = adGroupAdId; + InitParameters(); + } - /// Target ads to a specific operating system (for example, macOS). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OPERATING_SYSTEM")] - TARGETINGTYPEOPERATINGSYSTEM = 25, + /// Required. The ID of the advertiser this ad group ad belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } - /// - /// Target ads to a specific device make or model (for example, Roku or Samsung). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_MAKE_MODEL")] - TARGETINGTYPEDEVICEMAKEMODEL = 26, + /// Required. The ID of the ad group ad to fetch. + [Google.Apis.Util.RequestParameterAttribute("adGroupAdId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdGroupAdId { get; private set; } - /// Target ads to a specific keyword (for example, dog or retriever). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_KEYWORD")] - TARGETINGTYPEKEYWORD = 27, + /// Gets the method name. + public override string MethodName => "get"; - /// Target ads to a specific negative keyword list. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NEGATIVE_KEYWORD_LIST")] - TARGETINGTYPENEGATIVEKEYWORDLIST = 28, + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Target ads to a specific viewability (for example, 80% viewable). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIEWABILITY")] - TARGETINGTYPEVIEWABILITY = 29, + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adGroupAds/{+adGroupAdId}"; - /// - /// Target ads to a specific content category (for example, arts &amp; entertainment). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CATEGORY")] - TARGETINGTYPECATEGORY = 30, + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("adGroupAdId", new Google.Apis.Discovery.Parameter + { + Name = "adGroupAdId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } - /// Purchase impressions from specific deals and auction packages. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE")] - TARGETINGTYPEINVENTORYSOURCE = 31, + /// Lists ad group ads. + /// Required. The ID of the advertiser the ad groups belongs to. + public virtual ListRequest List(long advertiserId) + { + return new ListRequest(this.service, advertiserId); + } - /// Target ads to a specific language (for example, English or Japanese). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_LANGUAGE")] - TARGETINGTYPELANGUAGE = 32, + /// Lists ad group ads. + public class ListRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) + { + AdvertiserId = advertiserId; + InitParameters(); + } - /// - /// Target ads to ads.txt authorized sellers. If no targeting option of this type is - /// assigned, the resource uses the "Authorized Direct Sellers and Resellers" option by - /// default. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUTHORIZED_SELLER_STATUS")] - TARGETINGTYPEAUTHORIZEDSELLERSTATUS = 33, + /// Required. The ID of the advertiser the ad groups belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } - /// - /// Target ads to a specific regional location (for example, a city or state). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GEO_REGION")] - TARGETINGTYPEGEOREGION = 34, + /// + /// Optional. Allows filtering by custom ad group ad fields. Supported syntax: * Filter expressions are + /// made up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of + /// restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * + /// All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName` * + /// `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group: `adGroupId="1234"` * + /// All ad group ads under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or + /// `ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR + /// entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field should be no + /// more than 500 characters. Reference our [filter `LIST` + /// requests](/display-video/api/guides/how-tos/filters) guide for more information. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Purchase impressions from a group of deals and auction packages. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE_GROUP")] - TARGETINGTYPEINVENTORYSOURCEGROUP = 35, + /// + /// Optional. Field by which to sort the list. Acceptable values are: * `displayName` (default) * + /// `entityStatus` The default sorting order is ascending. To specify descending order for a field, a + /// suffix "desc" should be added to the field name. Example: `displayName desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Purchase impressions from specific exchanges. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_EXCHANGE")] - TARGETINGTYPEEXCHANGE = 36, + /// + /// Optional. Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. + /// Returns error code `INVALID_ARGUMENT` if an invalid value is specified. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Purchase impressions from specific sub-exchanges. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SUB_EXCHANGE")] - TARGETINGTYPESUBEXCHANGE = 37, + /// + /// Optional. A token identifying a page of results the server should return. Typically, this is the + /// value of next_page_token returned from the previous call to `ListAdGroupAds` method. If not + /// specified, the first page of results will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// - /// Target ads around a specific point of interest, such as a notable building, a street - /// address, or latitude/longitude coordinates. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_POI")] - TARGETINGTYPEPOI = 38, + /// Gets the method name. + public override string MethodName => "list"; - /// - /// Target ads around locations of a business chain within a specific geo region. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BUSINESS_CHAIN")] - TARGETINGTYPEBUSINESSCHAIN = 39, + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Target ads to a specific video content duration. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_DURATION")] - TARGETINGTYPECONTENTDURATION = 40, + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adGroupAds"; - /// Target ads to a specific video content stream type. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_STREAM_TYPE")] - TARGETINGTYPECONTENTSTREAMTYPE = 41, + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// Target ads to a specific native content position. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NATIVE_CONTENT_POSITION")] - TARGETINGTYPENATIVECONTENTPOSITION = 42, + /// Gets the AdGroups resource. + public virtual AdGroupsResource AdGroups { get; } - /// Target ads in an Open Measurement enabled inventory. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OMID")] - TARGETINGTYPEOMID = 43, + /// The "adGroups" collection of methods. + public class AdGroupsResource + { + private const string Resource = "adGroups"; - /// Target ads to a specific audio content type. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIO_CONTENT_TYPE")] - TARGETINGTYPEAUDIOCONTENTTYPE = 44, + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Target ads to a specific content genre. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_GENRE")] - TARGETINGTYPECONTENTGENRE = 45, - - /// - /// Target ads to a specific YouTube video. Targeting of this type cannot be created or - /// updated using the API. Although this targeting is inherited by child resources, - /// **inherited targeting of this type will not be retrieveable**. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_VIDEO")] - TARGETINGTYPEYOUTUBEVIDEO = 46, + /// Constructs a new resource. + public AdGroupsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + TargetingTypes = new TargetingTypesResource(service); + YoutubeAssetTypes = new YoutubeAssetTypesResource(service); + } - /// - /// Target ads to a specific YouTube channel. Targeting of this type cannot be created or - /// updated using the API. Although this targeting is inherited by child resources, - /// **inherited targeting of this type will not be retrieveable**. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_CHANNEL")] - TARGETINGTYPEYOUTUBECHANNEL = 47, + /// Gets the TargetingTypes resource. + public virtual TargetingTypesResource TargetingTypes { get; } - /// - /// Target ads to a serve it in a certain position of a session. Only supported for Ad Group - /// resources under YouTube Programmatic Reservation line items. Targeting of this type - /// cannot be created or updated using the API. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SESSION_POSITION")] - TARGETINGTYPESESSIONPOSITION = 48, + /// The "targetingTypes" collection of methods. + public class TargetingTypesResource + { + private const string Resource = "targetingTypes"; - /// - /// Filter website content by content themes (for example, religion). Only supported for - /// Advertiser resources. Targeting of this type cannot be created or updated using the API. - /// This targeting is only inherited by child YouTube and Demand Gen line item resources. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_THEME_EXCLUSION")] - TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, - } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// - /// Required. An identifier unique to the targeting type in this line item that identifies the - /// assigned targeting option being requested. - /// - [Google.Apis.Util.RequestParameterAttribute("assignedTargetingOptionId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string AssignedTargetingOptionId { get; private set; } + /// Constructs a new resource. + public TargetingTypesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + AssignedTargetingOptions = new AssignedTargetingOptionsResource(service); + } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the AssignedTargetingOptions resource. + public virtual AssignedTargetingOptionsResource AssignedTargetingOptions { get; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The "assignedTargetingOptions" collection of methods. + public class AssignedTargetingOptionsResource + { + private const string Resource = "assignedTargetingOptions"; - /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter - { - Name = "advertiserId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("adGroupId", new Google.Apis.Discovery.Parameter - { - Name = "adGroupId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("targetingType", new Google.Apis.Discovery.Parameter - { - Name = "targetingType", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("assignedTargetingOptionId", new Google.Apis.Discovery.Parameter - { - Name = "assignedTargetingOptionId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - } + /// Constructs a new resource. + public AssignedTargetingOptionsResource(Google.Apis.Services.IClientService service) + { + this.service = service; } /// - /// Lists the targeting options assigned to an ad group. Inherited assigned targeting options are + /// Gets a single targeting option assigned to an ad group. Inherited assigned targeting options are /// not included. /// /// Required. The ID of the advertiser the ad group belongs to. /// - /// Required. The ID of the ad group to list assigned targeting options for. + /// Required. The ID of the ad group the assigned targeting option belongs to. /// /// - /// Required. Identifies the type of assigned targeting options to list. Supported targeting types + /// Required. Identifies the type of this assigned targeting option. Supported targeting types /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * /// `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_PARENTAL_STATUS` /// * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * /// `TARGETING_TYPE_YOUTUBE_VIDEO` /// - public virtual ListRequest List(long advertiserId, long adGroupId, ListRequest.TargetingTypeEnum targetingType) + /// + /// Required. An identifier unique to the targeting type in this line item that identifies the + /// assigned targeting option being requested. + /// + public virtual GetRequest Get(long advertiserId, long adGroupId, GetRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId) { - return new ListRequest(this.service, advertiserId, adGroupId, targetingType); + return new GetRequest(this.service, advertiserId, adGroupId, targetingType, assignedTargetingOptionId); } /// - /// Lists the targeting options assigned to an ad group. Inherited assigned targeting options are + /// Gets a single targeting option assigned to an ad group. Inherited assigned targeting options are /// not included. /// - public class ListRequest : DisplayVideoBaseServiceRequest + public class GetRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupId, TargetingTypeEnum targetingType) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupId, TargetingTypeEnum targetingType, string assignedTargetingOptionId) : base(service) { AdvertiserId = advertiserId; AdGroupId = adGroupId; TargetingType = targetingType; + AssignedTargetingOptionId = assignedTargetingOptionId; InitParameters(); } @@ -1036,15 +1186,17 @@ public ListRequest(Google.Apis.Services.IClientService service, long advertiserI [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// Required. The ID of the ad group to list assigned targeting options for. + /// + /// Required. The ID of the ad group the assigned targeting option belongs to. + /// [Google.Apis.Util.RequestParameterAttribute("adGroupId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdGroupId { get; private set; } /// - /// Required. Identifies the type of assigned targeting options to list. Supported targeting - /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * - /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` - /// * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * + /// Required. Identifies the type of this assigned targeting option. Supported targeting types + /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` + /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * + /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` /// * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO` /// @@ -1052,10 +1204,10 @@ public ListRequest(Google.Apis.Services.IClientService service, long advertiserI public virtual TargetingTypeEnum TargetingType { get; private set; } /// - /// Required. Identifies the type of assigned targeting options to list. Supported targeting - /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * - /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` - /// * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * + /// Required. Identifies the type of this assigned targeting option. Supported targeting types + /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` + /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * + /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` /// * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO` /// @@ -1318,53 +1470,22 @@ public enum TargetingTypeEnum } /// - /// Optional. Allows filtering by assigned targeting option fields. Supported syntax: * Filter - /// expressions are made up of one or more restrictions. * Restrictions can be combined by the - /// logical operator `OR`. * A restriction has the form of `{field} {operator} {value}`. * All - /// fields must use the `EQUALS (=)` operator. Supported fields: * `assignedTargetingOptionId` - /// Examples: * `AssignedTargetingOption` resources with ID 1 or 2: - /// `assignedTargetingOptionId="1" OR assignedTargetingOptionId="2"` The length of this field - /// should be no more than 500 characters. Reference our [filter `LIST` - /// requests](/display-video/api/guides/how-tos/filters) guide for more information. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// Optional. Field by which to sort the list. Acceptable values are: * - /// `assignedTargetingOptionId` (default) The default sorting order is ascending. To specify - /// descending order for a field, a suffix "desc" should be added to the field name. Example: - /// `assignedTargetingOptionId desc`. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// Optional. Requested page size. Must be between `1` and `5000`. If unspecified will default - /// to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// Optional. A token identifying a page of results the server should return. Typically, this is - /// the value of next_page_token returned from the previous call to - /// `ListAdGroupAssignedTargetingOptions` method. If not specified, the first page of results - /// will be returned. + /// Required. An identifier unique to the targeting type in this line item that identifies the + /// assigned targeting option being requested. /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("assignedTargetingOptionId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string AssignedTargetingOptionId { get; private set; } /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "get"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/targetingTypes/{+targetingType}/assignedTargetingOptions"; + public override string RestPath => "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}"; - /// Initializes List parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); @@ -1392,63 +1513,932 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("assignedTargetingOptionId", new Google.Apis.Discovery.Parameter { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", + Name = "assignedTargetingOptionId", + IsRequired = true, + ParameterType = "path", DefaultValue = null, - Pattern = null, + Pattern = @"^[^/]+$", }); } } - } - } - - /// - /// Lists assigned targeting options for multiple ad groups across targeting types. Inherited assigned - /// targeting options are not included. - /// - /// Required. The ID of the advertiser the line items belongs to. - public virtual BulkListAssignedTargetingOptionsRequest BulkListAssignedTargetingOptions(long advertiserId) - { - return new BulkListAssignedTargetingOptionsRequest(this.service, advertiserId); - } - /// - /// Lists assigned targeting options for multiple ad groups across targeting types. Inherited assigned - /// targeting options are not included. - /// - public class BulkListAssignedTargetingOptionsRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new BulkListAssignedTargetingOptions request. - public BulkListAssignedTargetingOptionsRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) - { - AdvertiserId = advertiserId; + /// + /// Lists the targeting options assigned to an ad group. Inherited assigned targeting options are + /// not included. + /// + /// Required. The ID of the advertiser the ad group belongs to. + /// + /// Required. The ID of the ad group to list assigned targeting options for. + /// + /// + /// Required. Identifies the type of assigned targeting options to list. Supported targeting types + /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * + /// `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * + /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_PARENTAL_STATUS` + /// * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * + /// `TARGETING_TYPE_YOUTUBE_VIDEO` + /// + public virtual ListRequest List(long advertiserId, long adGroupId, ListRequest.TargetingTypeEnum targetingType) + { + return new ListRequest(this.service, advertiserId, adGroupId, targetingType); + } + + /// + /// Lists the targeting options assigned to an ad group. Inherited assigned targeting options are + /// not included. + /// + public class ListRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupId, TargetingTypeEnum targetingType) : base(service) + { + AdvertiserId = advertiserId; + AdGroupId = adGroupId; + TargetingType = targetingType; + InitParameters(); + } + + /// Required. The ID of the advertiser the ad group belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// Required. The ID of the ad group to list assigned targeting options for. + [Google.Apis.Util.RequestParameterAttribute("adGroupId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdGroupId { get; private set; } + + /// + /// Required. Identifies the type of assigned targeting options to list. Supported targeting + /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * + /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` + /// * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * + /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` + /// * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO` + /// + [Google.Apis.Util.RequestParameterAttribute("targetingType", Google.Apis.Util.RequestParameterType.Path)] + public virtual TargetingTypeEnum TargetingType { get; private set; } + + /// + /// Required. Identifies the type of assigned targeting options to list. Supported targeting + /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * + /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_CATEGORY` + /// * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * + /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `TARGETING_TYPE_URL` + /// * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_YOUTUBE_VIDEO` + /// + public enum TargetingTypeEnum + { + /// + /// Default value when type is not specified or is unknown in this version. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_UNSPECIFIED")] + TARGETINGTYPEUNSPECIFIED = 0, + + /// Target a channel (a custom group of related websites or apps). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CHANNEL")] + TARGETINGTYPECHANNEL = 1, + + /// Target an app category (for example, education or puzzle games). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP_CATEGORY")] + TARGETINGTYPEAPPCATEGORY = 2, + + /// Target a specific app (for example, Angry Birds). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP")] + TARGETINGTYPEAPP = 3, + + /// Target a specific url (for example, quora.com). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_URL")] + TARGETINGTYPEURL = 4, + + /// Target ads during a chosen time period on a specific day. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DAY_AND_TIME")] + TARGETINGTYPEDAYANDTIME = 5, + + /// Target ads to a specific age range (for example, 18-24). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AGE_RANGE")] + TARGETINGTYPEAGERANGE = 6, + + /// Target ads to the specified regions on a regional location list. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_REGIONAL_LOCATION_LIST")] + TARGETINGTYPEREGIONALLOCATIONLIST = 7, + + /// + /// Target ads to the specified points of interest on a proximity location list. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PROXIMITY_LOCATION_LIST")] + TARGETINGTYPEPROXIMITYLOCATIONLIST = 8, + + /// Target ads to a specific gender (for example, female or male). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GENDER")] + TARGETINGTYPEGENDER = 9, + + /// Target a specific video player size for video ads. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIDEO_PLAYER_SIZE")] + TARGETINGTYPEVIDEOPLAYERSIZE = 10, + + /// Target user rewarded content for video ads. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_USER_REWARDED_CONTENT")] + TARGETINGTYPEUSERREWARDEDCONTENT = 11, + + /// + /// Target ads to a specific parental status (for example, parent or not a parent). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PARENTAL_STATUS")] + TARGETINGTYPEPARENTALSTATUS = 12, + + /// + /// Target video or audio ads in a specific content instream position (for example, + /// pre-roll, mid-roll, or post-roll). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_INSTREAM_POSITION")] + TARGETINGTYPECONTENTINSTREAMPOSITION = 13, + + /// Target ads in a specific content outstream position. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION")] + TARGETINGTYPECONTENTOUTSTREAMPOSITION = 14, + + /// + /// Target ads to a specific device type (for example, tablet or connected TV). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_TYPE")] + TARGETINGTYPEDEVICETYPE = 15, + + /// + /// Target ads to an audience or groups of audiences. Singleton field, at most one can exist + /// on a single Lineitem at a time. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIENCE_GROUP")] + TARGETINGTYPEAUDIENCEGROUP = 16, + + /// Target ads to specific web browsers (for example, Chrome). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BROWSER")] + TARGETINGTYPEBROWSER = 17, + + /// + /// Target ads to a specific household income range (for example, top 10%). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_HOUSEHOLD_INCOME")] + TARGETINGTYPEHOUSEHOLDINCOME = 18, + + /// Target ads in a specific on screen position. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ON_SCREEN_POSITION")] + TARGETINGTYPEONSCREENPOSITION = 19, + + /// + /// Filter web sites through third party verification (for example, IAS or DoubleVerify). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_THIRD_PARTY_VERIFIER")] + TARGETINGTYPETHIRDPARTYVERIFIER = 20, + + /// + /// Filter web sites by specific digital content label ratings (for example, DL-MA: suitable + /// only for mature audiences). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION")] + TARGETINGTYPEDIGITALCONTENTLABELEXCLUSION = 21, + + /// Filter website content by sensitive categories (for example, adult). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION")] + TARGETINGTYPESENSITIVECATEGORYEXCLUSION = 22, + + /// Target ads to a specific environment (for example, web or app). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ENVIRONMENT")] + TARGETINGTYPEENVIRONMENT = 23, + + /// + /// Target ads to a specific network carrier or internet service provider (ISP) (for + /// example, Comcast or Orange). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CARRIER_AND_ISP")] + TARGETINGTYPECARRIERANDISP = 24, + + /// Target ads to a specific operating system (for example, macOS). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OPERATING_SYSTEM")] + TARGETINGTYPEOPERATINGSYSTEM = 25, + + /// + /// Target ads to a specific device make or model (for example, Roku or Samsung). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_MAKE_MODEL")] + TARGETINGTYPEDEVICEMAKEMODEL = 26, + + /// Target ads to a specific keyword (for example, dog or retriever). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_KEYWORD")] + TARGETINGTYPEKEYWORD = 27, + + /// Target ads to a specific negative keyword list. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NEGATIVE_KEYWORD_LIST")] + TARGETINGTYPENEGATIVEKEYWORDLIST = 28, + + /// Target ads to a specific viewability (for example, 80% viewable). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIEWABILITY")] + TARGETINGTYPEVIEWABILITY = 29, + + /// + /// Target ads to a specific content category (for example, arts &amp; entertainment). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CATEGORY")] + TARGETINGTYPECATEGORY = 30, + + /// Purchase impressions from specific deals and auction packages. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE")] + TARGETINGTYPEINVENTORYSOURCE = 31, + + /// Target ads to a specific language (for example, English or Japanese). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_LANGUAGE")] + TARGETINGTYPELANGUAGE = 32, + + /// + /// Target ads to ads.txt authorized sellers. If no targeting option of this type is + /// assigned, the resource uses the "Authorized Direct Sellers and Resellers" option by + /// default. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUTHORIZED_SELLER_STATUS")] + TARGETINGTYPEAUTHORIZEDSELLERSTATUS = 33, + + /// + /// Target ads to a specific regional location (for example, a city or state). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GEO_REGION")] + TARGETINGTYPEGEOREGION = 34, + + /// Purchase impressions from a group of deals and auction packages. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE_GROUP")] + TARGETINGTYPEINVENTORYSOURCEGROUP = 35, + + /// Purchase impressions from specific exchanges. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_EXCHANGE")] + TARGETINGTYPEEXCHANGE = 36, + + /// Purchase impressions from specific sub-exchanges. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SUB_EXCHANGE")] + TARGETINGTYPESUBEXCHANGE = 37, + + /// + /// Target ads around a specific point of interest, such as a notable building, a street + /// address, or latitude/longitude coordinates. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_POI")] + TARGETINGTYPEPOI = 38, + + /// + /// Target ads around locations of a business chain within a specific geo region. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BUSINESS_CHAIN")] + TARGETINGTYPEBUSINESSCHAIN = 39, + + /// Target ads to a specific video content duration. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_DURATION")] + TARGETINGTYPECONTENTDURATION = 40, + + /// Target ads to a specific video content stream type. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_STREAM_TYPE")] + TARGETINGTYPECONTENTSTREAMTYPE = 41, + + /// Target ads to a specific native content position. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NATIVE_CONTENT_POSITION")] + TARGETINGTYPENATIVECONTENTPOSITION = 42, + + /// Target ads in an Open Measurement enabled inventory. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OMID")] + TARGETINGTYPEOMID = 43, + + /// Target ads to a specific audio content type. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIO_CONTENT_TYPE")] + TARGETINGTYPEAUDIOCONTENTTYPE = 44, + + /// Target ads to a specific content genre. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_GENRE")] + TARGETINGTYPECONTENTGENRE = 45, + + /// + /// Target ads to a specific YouTube video. Targeting of this type cannot be created or + /// updated using the API. Although this targeting is inherited by child resources, + /// **inherited targeting of this type will not be retrieveable**. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_VIDEO")] + TARGETINGTYPEYOUTUBEVIDEO = 46, + + /// + /// Target ads to a specific YouTube channel. Targeting of this type cannot be created or + /// updated using the API. Although this targeting is inherited by child resources, + /// **inherited targeting of this type will not be retrieveable**. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_CHANNEL")] + TARGETINGTYPEYOUTUBECHANNEL = 47, + + /// + /// Target ads to a serve it in a certain position of a session. Only supported for Ad Group + /// resources under YouTube Programmatic Reservation line items. Targeting of this type + /// cannot be created or updated using the API. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SESSION_POSITION")] + TARGETINGTYPESESSIONPOSITION = 48, + + /// + /// Filter website content by content themes (for example, religion). Only supported for + /// Advertiser resources. Targeting of this type cannot be created or updated using the API. + /// This targeting is only inherited by child YouTube and Demand Gen line item resources. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_THEME_EXCLUSION")] + TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, + } + + /// + /// Optional. Allows filtering by assigned targeting option fields. Supported syntax: * Filter + /// expressions are made up of one or more restrictions. * Restrictions can be combined by the + /// logical operator `OR`. * A restriction has the form of `{field} {operator} {value}`. * All + /// fields must use the `EQUALS (=)` operator. Supported fields: * `assignedTargetingOptionId` + /// Examples: * `AssignedTargetingOption` resources with ID 1 or 2: + /// `assignedTargetingOptionId="1" OR assignedTargetingOptionId="2"` The length of this field + /// should be no more than 500 characters. Reference our [filter `LIST` + /// requests](/display-video/api/guides/how-tos/filters) guide for more information. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. Field by which to sort the list. Acceptable values are: * + /// `assignedTargetingOptionId` (default) The default sorting order is ascending. To specify + /// descending order for a field, a suffix "desc" should be added to the field name. Example: + /// `assignedTargetingOptionId desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. Requested page size. Must be between `1` and `5000`. If unspecified will default + /// to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A token identifying a page of results the server should return. Typically, this is + /// the value of next_page_token returned from the previous call to + /// `ListAdGroupAssignedTargetingOptions` method. If not specified, the first page of results + /// will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/targetingTypes/{+targetingType}/assignedTargetingOptions"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("adGroupId", new Google.Apis.Discovery.Parameter + { + Name = "adGroupId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("targetingType", new Google.Apis.Discovery.Parameter + { + Name = "targetingType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } + + /// Gets the YoutubeAssetTypes resource. + public virtual YoutubeAssetTypesResource YoutubeAssetTypes { get; } + + /// The "youtubeAssetTypes" collection of methods. + public class YoutubeAssetTypesResource + { + private const string Resource = "youtubeAssetTypes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public YoutubeAssetTypesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + YoutubeAssetAssociations = new YoutubeAssetAssociationsResource(service); + } + + /// Gets the YoutubeAssetAssociations resource. + public virtual YoutubeAssetAssociationsResource YoutubeAssetAssociations { get; } + + /// The "youtubeAssetAssociations" collection of methods. + public class YoutubeAssetAssociationsResource + { + private const string Resource = "youtubeAssetAssociations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public YoutubeAssetAssociationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Creates a new association between the identified resource and a YouTube asset. Returns the + /// newly-created association. *Warning:* This method is only available to an informed subset of + /// users. + /// + /// The body of the request. + /// + /// Required. The ID of the advertiser that the linked entity belongs to. + /// + /// The ID of an ad group. + /// + /// Required. The type of YouTube asset associated with the resource. + /// + public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.YoutubeAssetAssociation body, long advertiserId, long adGroupId, CreateRequest.YoutubeAssetTypeEnum youtubeAssetType) + { + return new CreateRequest(this.service, body, advertiserId, adGroupId, youtubeAssetType); + } + + /// + /// Creates a new association between the identified resource and a YouTube asset. Returns the + /// newly-created association. *Warning:* This method is only available to an informed subset of + /// users. + /// + public class CreateRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.YoutubeAssetAssociation body, long advertiserId, long adGroupId, YoutubeAssetTypeEnum youtubeAssetType) : base(service) + { + AdvertiserId = advertiserId; + AdGroupId = adGroupId; + YoutubeAssetType = youtubeAssetType; + Body = body; + InitParameters(); + } + + /// Required. The ID of the advertiser that the linked entity belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// The ID of an ad group. + [Google.Apis.Util.RequestParameterAttribute("adGroupId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdGroupId { get; private set; } + + /// Required. The type of YouTube asset associated with the resource. + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetType", Google.Apis.Util.RequestParameterType.Path)] + public virtual YoutubeAssetTypeEnum YoutubeAssetType { get; private set; } + + /// Required. The type of YouTube asset associated with the resource. + public enum YoutubeAssetTypeEnum + { + /// YouTube asset type is not specified or is unknown in this version. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_UNSPECIFIED")] + YOUTUBEASSETTYPEUNSPECIFIED = 0, + + /// Location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_LOCATION")] + YOUTUBEASSETTYPELOCATION = 1, + + /// Affiliate location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION")] + YOUTUBEASSETTYPEAFFILIATELOCATION = 2, + + /// Sitelink asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_SITELINK")] + YOUTUBEASSETTYPESITELINK = 3, + } + + /// The ID of a line item. + [Google.Apis.Util.RequestParameterAttribute("linkedEntity.lineItemId", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LinkedEntityLineItemId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.YoutubeAssetAssociation Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("adGroupId", new Google.Apis.Discovery.Parameter + { + Name = "adGroupId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("youtubeAssetType", new Google.Apis.Discovery.Parameter + { + Name = "youtubeAssetType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("linkedEntity.lineItemId", new Google.Apis.Discovery.Parameter + { + Name = "linkedEntity.lineItemId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Deletes an existing association between the identified resource and a YouTube asset. *Warning:* + /// This method is only available to an informed subset of users. + /// + /// + /// Required. The ID of the advertiser that the linked entity belongs to. + /// + /// The ID of an ad group. + /// + /// Required. The type of YouTube asset associated with the resource. + /// + /// + /// Required. The ID of the YouTube asset in the association. For `YOUTUBE_ASSET_TYPE_LOCATION` and + /// `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: This should be the ID of the asset set + /// linked, or 0 if the location_asset_filter or affiliate_location_asset_filter is `DISABLED`. For + /// `YOUTUBE_ASSET_TYPE_SITELINK` associations: This should be the ID of the sitelink asset linked. + /// + public virtual DeleteRequest Delete(long advertiserId, long adGroupId, DeleteRequest.YoutubeAssetTypeEnum youtubeAssetType, long youtubeAssetAssociationId) + { + return new DeleteRequest(this.service, advertiserId, adGroupId, youtubeAssetType, youtubeAssetAssociationId); + } + + /// + /// Deletes an existing association between the identified resource and a YouTube asset. *Warning:* + /// This method is only available to an informed subset of users. + /// + public class DeleteRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupId, YoutubeAssetTypeEnum youtubeAssetType, long youtubeAssetAssociationId) : base(service) + { + AdvertiserId = advertiserId; + AdGroupId = adGroupId; + YoutubeAssetType = youtubeAssetType; + YoutubeAssetAssociationId = youtubeAssetAssociationId; + InitParameters(); + } + + /// Required. The ID of the advertiser that the linked entity belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// The ID of an ad group. + [Google.Apis.Util.RequestParameterAttribute("adGroupId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdGroupId { get; private set; } + + /// Required. The type of YouTube asset associated with the resource. + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetType", Google.Apis.Util.RequestParameterType.Path)] + public virtual YoutubeAssetTypeEnum YoutubeAssetType { get; private set; } + + /// Required. The type of YouTube asset associated with the resource. + public enum YoutubeAssetTypeEnum + { + /// YouTube asset type is not specified or is unknown in this version. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_UNSPECIFIED")] + YOUTUBEASSETTYPEUNSPECIFIED = 0, + + /// Location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_LOCATION")] + YOUTUBEASSETTYPELOCATION = 1, + + /// Affiliate location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION")] + YOUTUBEASSETTYPEAFFILIATELOCATION = 2, + + /// Sitelink asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_SITELINK")] + YOUTUBEASSETTYPESITELINK = 3, + } + + /// + /// Required. The ID of the YouTube asset in the association. For `YOUTUBE_ASSET_TYPE_LOCATION` + /// and `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: This should be the ID of the asset + /// set linked, or 0 if the location_asset_filter or affiliate_location_asset_filter is + /// `DISABLED`. For `YOUTUBE_ASSET_TYPE_SITELINK` associations: This should be the ID of the + /// sitelink asset linked. + /// + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetAssociationId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long YoutubeAssetAssociationId { get; private set; } + + /// The ID of a line item. + [Google.Apis.Util.RequestParameterAttribute("linkedEntity.lineItemId", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LinkedEntityLineItemId { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations/{+youtubeAssetAssociationId}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("adGroupId", new Google.Apis.Discovery.Parameter + { + Name = "adGroupId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("youtubeAssetType", new Google.Apis.Discovery.Parameter + { + Name = "youtubeAssetType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("youtubeAssetAssociationId", new Google.Apis.Discovery.Parameter + { + Name = "youtubeAssetAssociationId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("linkedEntity.lineItemId", new Google.Apis.Discovery.Parameter + { + Name = "linkedEntity.lineItemId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists the YouTube asset associations linked to the given resource. + /// + /// Required. The ID of the advertiser that the linked entity belongs to. + /// + /// The ID of an ad group. + /// + /// Required. The type of YouTube asset being associated with the resource. + /// + public virtual ListRequest List(long advertiserId, long adGroupId, ListRequest.YoutubeAssetTypeEnum youtubeAssetType) + { + return new ListRequest(this.service, advertiserId, adGroupId, youtubeAssetType); + } + + /// Lists the YouTube asset associations linked to the given resource. + public class ListRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long advertiserId, long adGroupId, YoutubeAssetTypeEnum youtubeAssetType) : base(service) + { + AdvertiserId = advertiserId; + AdGroupId = adGroupId; + YoutubeAssetType = youtubeAssetType; + InitParameters(); + } + + /// Required. The ID of the advertiser that the linked entity belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// The ID of an ad group. + [Google.Apis.Util.RequestParameterAttribute("adGroupId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdGroupId { get; private set; } + + /// Required. The type of YouTube asset being associated with the resource. + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetType", Google.Apis.Util.RequestParameterType.Path)] + public virtual YoutubeAssetTypeEnum YoutubeAssetType { get; private set; } + + /// Required. The type of YouTube asset being associated with the resource. + public enum YoutubeAssetTypeEnum + { + /// YouTube asset type is not specified or is unknown in this version. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_UNSPECIFIED")] + YOUTUBEASSETTYPEUNSPECIFIED = 0, + + /// Location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_LOCATION")] + YOUTUBEASSETTYPELOCATION = 1, + + /// Affiliate location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION")] + YOUTUBEASSETTYPEAFFILIATELOCATION = 2, + + /// Sitelink asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_SITELINK")] + YOUTUBEASSETTYPESITELINK = 3, + } + + /// The ID of a line item. + [Google.Apis.Util.RequestParameterAttribute("linkedEntity.lineItemId", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LinkedEntityLineItemId { get; set; } + + /// + /// Optional. Field by which to sort the list. The only acceptable values are: * + /// `linkedYoutubeAsset.locationAssetFilter.assetSetId`, * + /// `linkedYoutubeAsset.affiliateLocationAssetFilter.assetSetId`, * + /// `linkedYoutubeAsset.sitelinkAsset.assetId` The default sorting order is ascending. To + /// specify descending order for a field, a suffix " desc" should be added to the field name. + /// Example: `linkedYoutubeAsset.sitelinkAsset.assetId desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. Requested page size. Must be between `1` and `10000`. If unspecified will default + /// to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A token identifying a page of results the server should return. Typically, this is + /// the value of next_page_token returned from the previous call to + /// `ListYoutubeAssetAssociations` method. If not specified, the first page of results will be + /// returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/adGroups/{+adGroupId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("adGroupId", new Google.Apis.Discovery.Parameter + { + Name = "adGroupId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("youtubeAssetType", new Google.Apis.Discovery.Parameter + { + Name = "youtubeAssetType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("linkedEntity.lineItemId", new Google.Apis.Discovery.Parameter + { + Name = "linkedEntity.lineItemId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } + + /// + /// Lists assigned targeting options for multiple ad groups across targeting types. Inherited assigned + /// targeting options are not included. + /// + /// Required. The ID of the advertiser the line items belongs to. + public virtual BulkListAssignedTargetingOptionsRequest BulkListAssignedTargetingOptions(long advertiserId) + { + return new BulkListAssignedTargetingOptionsRequest(this.service, advertiserId); + } + + /// + /// Lists assigned targeting options for multiple ad groups across targeting types. Inherited assigned + /// targeting options are not included. + /// + public class BulkListAssignedTargetingOptionsRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new BulkListAssignedTargetingOptions request. + public BulkListAssignedTargetingOptionsRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) + { + AdvertiserId = advertiserId; InitParameters(); } @@ -6399,50 +7389,275 @@ protected override void InitParameters() } /// - /// Creates a new insertion order. Returns the newly created insertion order if successful. + /// Creates a new insertion order. Returns the newly created insertion order if successful. + /// + /// The body of the request. + /// + /// Output only. The unique ID of the advertiser the insertion order belongs to. + /// + public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId) + { + return new CreateRequest(this.service, body, advertiserId); + } + + /// + /// Creates a new insertion order. Returns the newly created insertion order if successful. + /// + public class CreateRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId) : base(service) + { + AdvertiserId = advertiserId; + Body = body; + InitParameters(); + } + + /// Output only. The unique ID of the advertiser the insertion order belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.InsertionOrder Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// + /// Deletes an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. The + /// insertion order should be archived first, i.e. set entity_status to `ENTITY_STATUS_ARCHIVED`, to be able + /// to delete it. + /// + /// The ID of the advertiser this insertion order belongs to. + /// The ID of the insertion order to delete. + public virtual DeleteRequest Delete(long advertiserId, long insertionOrderId) + { + return new DeleteRequest(this.service, advertiserId, insertionOrderId); + } + + /// + /// Deletes an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. The + /// insertion order should be archived first, i.e. set entity_status to `ENTITY_STATUS_ARCHIVED`, to be able + /// to delete it. + /// + public class DeleteRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, long advertiserId, long insertionOrderId) : base(service) + { + AdvertiserId = advertiserId; + InsertionOrderId = insertionOrderId; + InitParameters(); + } + + /// The ID of the advertiser this insertion order belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// The ID of the insertion order to delete. + [Google.Apis.Util.RequestParameterAttribute("insertionOrderId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long InsertionOrderId { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("insertionOrderId", new Google.Apis.Discovery.Parameter + { + Name = "insertionOrderId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// + /// Gets an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. + /// + /// Required. The ID of the advertiser this insertion order belongs to. + /// Required. The ID of the insertion order to fetch. + public virtual GetRequest Get(long advertiserId, long insertionOrderId) + { + return new GetRequest(this.service, advertiserId, insertionOrderId); + } + + /// + /// Gets an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. + /// + public class GetRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long insertionOrderId) : base(service) + { + AdvertiserId = advertiserId; + InsertionOrderId = insertionOrderId; + InitParameters(); + } + + /// Required. The ID of the advertiser this insertion order belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// Required. The ID of the insertion order to fetch. + [Google.Apis.Util.RequestParameterAttribute("insertionOrderId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long InsertionOrderId { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("insertionOrderId", new Google.Apis.Discovery.Parameter + { + Name = "insertionOrderId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// + /// Lists insertion orders in an advertiser. The order is defined by the order_by parameter. If a filter by + /// entity_status is not specified, insertion orders with `ENTITY_STATUS_ARCHIVED` will not be included in + /// the results. /// - /// The body of the request. - /// - /// Output only. The unique ID of the advertiser the insertion order belongs to. - /// - public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId) + /// Required. The ID of the advertiser to list insertion orders for. + public virtual ListRequest List(long advertiserId) { - return new CreateRequest(this.service, body, advertiserId); + return new ListRequest(this.service, advertiserId); } /// - /// Creates a new insertion order. Returns the newly created insertion order if successful. + /// Lists insertion orders in an advertiser. The order is defined by the order_by parameter. If a filter by + /// entity_status is not specified, insertion orders with `ENTITY_STATUS_ARCHIVED` will not be included in + /// the results. /// - public class CreateRequest : DisplayVideoBaseServiceRequest + public class ListRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) { AdvertiserId = advertiserId; - Body = body; InitParameters(); } - /// Output only. The unique ID of the advertiser the insertion order belongs to. + /// Required. The ID of the advertiser to list insertion orders for. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.DisplayVideo.v4.Data.InsertionOrder Body { get; set; } + /// + /// Allows filtering by insertion order fields. Supported syntax: * Filter expressions are made up of + /// one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A + /// sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} + /// {value}`. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (&gt;=)` or `LESS THAN + /// OR EQUAL TO (&lt;=)` operators. * All other fields must use the `EQUALS (=)` operator. Supported + /// fields: * `campaignId` * `displayName` * `entityStatus` * `updateTime` (input in ISO 8601 format, or + /// `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All insertion orders under a campaign: `campaignId="1234"` * All + /// `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an advertiser: + /// `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")` * All insertion + /// orders with an update time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): + /// `updateTime&lt;="2020-11-04T18:54:47Z"` * All insertion orders with an update time greater than + /// or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime&gt;="2020-11-04T18:54:47Z"` + /// The length of this field should be no more than 500 characters. Reference our [filter `LIST` + /// requests](/display-video/api/guides/how-tos/filters) guide for more information. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Field by which to sort the list. Acceptable values are: * "displayName" (default) * "entityStatus" * + /// "updateTime" The default sorting order is ascending. To specify descending order for a field, a + /// suffix "desc" should be added to the field name. Example: `displayName desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns + /// error code `INVALID_ARGUMENT` if an invalid value is specified. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A token identifying a page of results the server should return. Typically, this is the value of + /// next_page_token returned from the previous call to `ListInsertionOrders` method. If not specified, + /// the first page of results will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders"; - /// Initializes Create parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6454,54 +7669,118 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// - /// Deletes an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. The - /// insertion order should be archived first, i.e. set entity_status to `ENTITY_STATUS_ARCHIVED`, to be able - /// to delete it. - /// - /// The ID of the advertiser this insertion order belongs to. - /// The ID of the insertion order to delete. - public virtual DeleteRequest Delete(long advertiserId, long insertionOrderId) + /// Lists assigned targeting options of an insertion order across targeting types. + /// Required. The ID of the advertiser the insertion order belongs to. + /// + /// Required. The ID of the insertion order to list assigned targeting options for. + /// + public virtual ListAssignedTargetingOptionsRequest ListAssignedTargetingOptions(long advertiserId, long insertionOrderId) { - return new DeleteRequest(this.service, advertiserId, insertionOrderId); + return new ListAssignedTargetingOptionsRequest(this.service, advertiserId, insertionOrderId); } - /// - /// Deletes an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. The - /// insertion order should be archived first, i.e. set entity_status to `ENTITY_STATUS_ARCHIVED`, to be able - /// to delete it. - /// - public class DeleteRequest : DisplayVideoBaseServiceRequest + /// Lists assigned targeting options of an insertion order across targeting types. + public class ListAssignedTargetingOptionsRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, long advertiserId, long insertionOrderId) : base(service) + /// Constructs a new ListAssignedTargetingOptions request. + public ListAssignedTargetingOptionsRequest(Google.Apis.Services.IClientService service, long advertiserId, long insertionOrderId) : base(service) { AdvertiserId = advertiserId; InsertionOrderId = insertionOrderId; InitParameters(); } - /// The ID of the advertiser this insertion order belongs to. + /// Required. The ID of the advertiser the insertion order belongs to. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// The ID of the insertion order to delete. + /// Required. The ID of the insertion order to list assigned targeting options for. [Google.Apis.Util.RequestParameterAttribute("insertionOrderId", Google.Apis.Util.RequestParameterType.Path)] public virtual long InsertionOrderId { get; private set; } + /// + /// Allows filtering by assigned targeting option fields. Supported syntax: * Filter expressions are + /// made up of one or more restrictions. * Restrictions can be combined by the logical operator `OR`. * + /// A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` + /// operator. Supported fields: * `targetingType` * `inheritance` Examples: * `AssignedTargetingOption` + /// resources of targeting type `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` or `TARGETING_TYPE_CHANNEL`: + /// `targetingType="TARGETING_TYPE_PROXIMITY_LOCATION_LIST" OR targetingType="TARGETING_TYPE_CHANNEL"` * + /// `AssignedTargetingOption` resources with inheritance status of `NOT_INHERITED` or + /// `INHERITED_FROM_PARTNER`: `inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"` The + /// length of this field should be no more than 500 characters. Reference our [filter `LIST` + /// requests](/display-video/api/guides/how-tos/filters) guide for more information. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Field by which to sort the list. Acceptable values are: * `targetingType` (default) The default + /// sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added + /// to the field name. Example: `targetingType desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Requested page size. The size must be an integer between `1` and `5000`. If unspecified, the default + /// is `5000`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A token that lets the client fetch the next page of results. Typically, this is the value of + /// next_page_token returned from the previous call to `BulkListInsertionOrderAssignedTargetingOptions` + /// method. If not specified, the first page of results will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "listAssignedTargetingOptions"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}"; + public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}:listAssignedTargetingOptions"; - /// Initializes Delete parameter list. + /// Initializes ListAssignedTargetingOptions parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6519,52 +7798,100 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^[^/]+$", + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } /// - /// Gets an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. + /// Updates an existing insertion order. Returns the updated insertion order if successful. /// - /// Required. The ID of the advertiser this insertion order belongs to. - /// Required. The ID of the insertion order to fetch. - public virtual GetRequest Get(long advertiserId, long insertionOrderId) + /// The body of the request. + /// + /// Output only. The unique ID of the advertiser the insertion order belongs to. + /// + /// + /// Output only. The unique ID of the insertion order. Assigned by the system. + /// + public virtual PatchRequest Patch(Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId, long insertionOrderId) { - return new GetRequest(this.service, advertiserId, insertionOrderId); + return new PatchRequest(this.service, body, advertiserId, insertionOrderId); } /// - /// Gets an insertion order. Returns error code `NOT_FOUND` if the insertion order does not exist. + /// Updates an existing insertion order. Returns the updated insertion order if successful. /// - public class GetRequest : DisplayVideoBaseServiceRequest + public class PatchRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long insertionOrderId) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId, long insertionOrderId) : base(service) { AdvertiserId = advertiserId; InsertionOrderId = insertionOrderId; + Body = body; InitParameters(); } - /// Required. The ID of the advertiser this insertion order belongs to. + /// Output only. The unique ID of the advertiser the insertion order belongs to. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// Required. The ID of the insertion order to fetch. + /// Output only. The unique ID of the insertion order. Assigned by the system. [Google.Apis.Util.RequestParameterAttribute("insertionOrderId", Google.Apis.Util.RequestParameterType.Path)] public virtual long InsertionOrderId { get; private set; } + /// Required. The mask to control which fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.InsertionOrder Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}"; - /// Initializes Get parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6584,26 +7911,50 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } + + /// Gets the Invoices resource. + public virtual InvoicesResource Invoices { get; } + + /// The "invoices" collection of methods. + public class InvoicesResource + { + private const string Resource = "invoices"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public InvoicesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } /// - /// Lists insertion orders in an advertiser. The order is defined by the order_by parameter. If a filter by - /// entity_status is not specified, insertion orders with `ENTITY_STATUS_ARCHIVED` will not be included in - /// the results. + /// Lists invoices posted for an advertiser in a given month. Invoices generated by billing profiles with a + /// "Partner" invoice level are not retrievable through this method. /// - /// Required. The ID of the advertiser to list insertion orders for. + /// Required. The ID of the advertiser to list invoices for. public virtual ListRequest List(long advertiserId) { return new ListRequest(this.service, advertiserId); } /// - /// Lists insertion orders in an advertiser. The order is defined by the order_by parameter. If a filter by - /// entity_status is not specified, insertion orders with `ENTITY_STATUS_ARCHIVED` will not be included in - /// the results. + /// Lists invoices posted for an advertiser in a given month. Invoices generated by billing profiles with a + /// "Partner" invoice level are not retrievable through this method. /// - public class ListRequest : DisplayVideoBaseServiceRequest + public class ListRequest : DisplayVideoBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) @@ -6612,39 +7963,45 @@ public ListRequest(Google.Apis.Services.IClientService service, long advertiserI InitParameters(); } - /// Required. The ID of the advertiser to list insertion orders for. + /// Required. The ID of the advertiser to list invoices for. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } /// - /// Allows filtering by insertion order fields. Supported syntax: * Filter expressions are made up of - /// one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A - /// sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} - /// {value}`. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (&gt;=)` or `LESS THAN - /// OR EQUAL TO (&lt;=)` operators. * All other fields must use the `EQUALS (=)` operator. Supported - /// fields: * `campaignId` * `displayName` * `entityStatus` * `updateTime` (input in ISO 8601 format, or - /// `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All insertion orders under a campaign: `campaignId="1234"` * All - /// `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an advertiser: - /// `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")` * All insertion - /// orders with an update time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): - /// `updateTime&lt;="2020-11-04T18:54:47Z"` * All insertion orders with an update time greater than - /// or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime&gt;="2020-11-04T18:54:47Z"` - /// The length of this field should be no more than 500 characters. Reference our [filter `LIST` - /// requests](/display-video/api/guides/how-tos/filters) guide for more information. + /// The month to list the invoices for. If not set, the request will retrieve invoices for the previous + /// month. Must be in the format YYYYMM. /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + [Google.Apis.Util.RequestParameterAttribute("issueMonth", Google.Apis.Util.RequestParameterType.Query)] + public virtual string IssueMonth { get; set; } /// - /// Field by which to sort the list. Acceptable values are: * "displayName" (default) * "entityStatus" * - /// "updateTime" The default sorting order is ascending. To specify descending order for a field, a - /// suffix "desc" should be added to the field name. Example: `displayName desc`. + /// Select type of invoice to retrieve for Loi Sapin advertisers. Only applicable to Loi Sapin + /// advertisers. Will be ignored otherwise. /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + [Google.Apis.Util.RequestParameterAttribute("loiSapinInvoiceType", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LoiSapinInvoiceType { get; set; } /// - /// Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns + /// Select type of invoice to retrieve for Loi Sapin advertisers. Only applicable to Loi Sapin + /// advertisers. Will be ignored otherwise. + /// + public enum LoiSapinInvoiceTypeEnum + { + /// Value is not specified. + [Google.Apis.Util.StringValueAttribute("LOI_SAPIN_INVOICE_TYPE_UNSPECIFIED")] + LOISAPININVOICETYPEUNSPECIFIED = 0, + + /// Invoices with Media cost. + [Google.Apis.Util.StringValueAttribute("LOI_SAPIN_INVOICE_TYPE_MEDIA")] + LOISAPININVOICETYPEMEDIA = 1, + + /// Invoices with Platform fee. + [Google.Apis.Util.StringValueAttribute("LOI_SAPIN_INVOICE_TYPE_PLATFORM")] + LOISAPININVOICETYPEPLATFORM = 2, + } + + /// + /// Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. Returns /// error code `INVALID_ARGUMENT` if an invalid value is specified. /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] @@ -6652,8 +8009,8 @@ public ListRequest(Google.Apis.Services.IClientService service, long advertiserI /// /// A token identifying a page of results the server should return. Typically, this is the value of - /// next_page_token returned from the previous call to `ListInsertionOrders` method. If not specified, - /// the first page of results will be returned. + /// next_page_token returned from the previous call to `ListInvoices` method. If not specified, the + /// first page of results will be returned. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -6665,7 +8022,7 @@ public ListRequest(Google.Apis.Services.IClientService service, long advertiserI public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders"; + public override string RestPath => "v4/advertisers/{+advertiserId}/invoices"; /// Initializes List parameter list. protected override void InitParameters() @@ -6679,17 +8036,17 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + RequestParameters.Add("issueMonth", new Google.Apis.Discovery.Parameter { - Name = "filter", + Name = "issueMonth", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + RequestParameters.Add("loiSapinInvoiceType", new Google.Apis.Discovery.Parameter { - Name = "orderBy", + Name = "loiSapinInvoiceType", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -6714,83 +8071,44 @@ protected override void InitParameters() } } - /// Lists assigned targeting options of an insertion order across targeting types. - /// Required. The ID of the advertiser the insertion order belongs to. - /// - /// Required. The ID of the insertion order to list assigned targeting options for. - /// - public virtual ListAssignedTargetingOptionsRequest ListAssignedTargetingOptions(long advertiserId, long insertionOrderId) + /// Retrieves the invoice currency used by an advertiser in a given month. + /// Required. The ID of the advertiser to lookup currency for. + public virtual LookupInvoiceCurrencyRequest LookupInvoiceCurrency(long advertiserId) { - return new ListAssignedTargetingOptionsRequest(this.service, advertiserId, insertionOrderId); + return new LookupInvoiceCurrencyRequest(this.service, advertiserId); } - /// Lists assigned targeting options of an insertion order across targeting types. - public class ListAssignedTargetingOptionsRequest : DisplayVideoBaseServiceRequest + /// Retrieves the invoice currency used by an advertiser in a given month. + public class LookupInvoiceCurrencyRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new ListAssignedTargetingOptions request. - public ListAssignedTargetingOptionsRequest(Google.Apis.Services.IClientService service, long advertiserId, long insertionOrderId) : base(service) + /// Constructs a new LookupInvoiceCurrency request. + public LookupInvoiceCurrencyRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) { AdvertiserId = advertiserId; - InsertionOrderId = insertionOrderId; InitParameters(); } - /// Required. The ID of the advertiser the insertion order belongs to. + /// Required. The ID of the advertiser to lookup currency for. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// Required. The ID of the insertion order to list assigned targeting options for. - [Google.Apis.Util.RequestParameterAttribute("insertionOrderId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long InsertionOrderId { get; private set; } - - /// - /// Allows filtering by assigned targeting option fields. Supported syntax: * Filter expressions are - /// made up of one or more restrictions. * Restrictions can be combined by the logical operator `OR`. * - /// A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` - /// operator. Supported fields: * `targetingType` * `inheritance` Examples: * `AssignedTargetingOption` - /// resources of targeting type `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` or `TARGETING_TYPE_CHANNEL`: - /// `targetingType="TARGETING_TYPE_PROXIMITY_LOCATION_LIST" OR targetingType="TARGETING_TYPE_CHANNEL"` * - /// `AssignedTargetingOption` resources with inheritance status of `NOT_INHERITED` or - /// `INHERITED_FROM_PARTNER`: `inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"` The - /// length of this field should be no more than 500 characters. Reference our [filter `LIST` - /// requests](/display-video/api/guides/how-tos/filters) guide for more information. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// Field by which to sort the list. Acceptable values are: * `targetingType` (default) The default - /// sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added - /// to the field name. Example: `targetingType desc`. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// Requested page size. The size must be an integer between `1` and `5000`. If unspecified, the default - /// is `5000`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - /// - /// A token that lets the client fetch the next page of results. Typically, this is the value of - /// next_page_token returned from the previous call to `BulkListInsertionOrderAssignedTargetingOptions` - /// method. If not specified, the first page of results will be returned. + /// Month for which the currency is needed. If not set, the request will return existing currency + /// settings for the advertiser. Must be in the format YYYYMM. /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("invoiceMonth", Google.Apis.Util.RequestParameterType.Query)] + public virtual string InvoiceMonth { get; set; } /// Gets the method name. - public override string MethodName => "listAssignedTargetingOptions"; + public override string MethodName => "lookupInvoiceCurrency"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}:listAssignedTargetingOptions"; + public override string RestPath => "v4/advertisers/{+advertiserId}/invoices:lookupInvoiceCurrency"; - /// Initializes ListAssignedTargetingOptions parameter list. + /// Initializes LookupInvoiceCurrency parameter list. protected override void InitParameters() { base.InitParameters(); @@ -6802,41 +8120,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); - RequestParameters.Add("insertionOrderId", new Google.Apis.Discovery.Parameter - { - Name = "insertionOrderId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("invoiceMonth", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "invoiceMonth", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -6844,368 +8130,496 @@ protected override void InitParameters() }); } } + } - /// - /// Updates an existing insertion order. Returns the updated insertion order if successful. - /// - /// The body of the request. - /// - /// Output only. The unique ID of the advertiser the insertion order belongs to. - /// - /// - /// Output only. The unique ID of the insertion order. Assigned by the system. - /// - public virtual PatchRequest Patch(Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId, long insertionOrderId) + /// Gets the LineItems resource. + public virtual LineItemsResource LineItems { get; } + + /// The "lineItems" collection of methods. + public class LineItemsResource + { + private const string Resource = "lineItems"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LineItemsResource(Google.Apis.Services.IClientService service) { - return new PatchRequest(this.service, body, advertiserId, insertionOrderId); + this.service = service; + TargetingTypes = new TargetingTypesResource(service); + YoutubeAssetTypes = new YoutubeAssetTypesResource(service); } - /// - /// Updates an existing insertion order. Returns the updated insertion order if successful. - /// - public class PatchRequest : DisplayVideoBaseServiceRequest + /// Gets the TargetingTypes resource. + public virtual TargetingTypesResource TargetingTypes { get; } + + /// The "targetingTypes" collection of methods. + public class TargetingTypesResource { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.InsertionOrder body, long advertiserId, long insertionOrderId) : base(service) + private const string Resource = "targetingTypes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public TargetingTypesResource(Google.Apis.Services.IClientService service) { - AdvertiserId = advertiserId; - InsertionOrderId = insertionOrderId; - Body = body; - InitParameters(); + this.service = service; + AssignedTargetingOptions = new AssignedTargetingOptionsResource(service); } - /// Output only. The unique ID of the advertiser the insertion order belongs to. - [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long AdvertiserId { get; private set; } + /// Gets the AssignedTargetingOptions resource. + public virtual AssignedTargetingOptionsResource AssignedTargetingOptions { get; } - /// Output only. The unique ID of the insertion order. Assigned by the system. - [Google.Apis.Util.RequestParameterAttribute("insertionOrderId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long InsertionOrderId { get; private set; } + /// The "assignedTargetingOptions" collection of methods. + public class AssignedTargetingOptionsResource + { + private const string Resource = "assignedTargetingOptions"; - /// Required. The mask to control which fields to update. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets or sets the body of this request. - Google.Apis.DisplayVideo.v4.Data.InsertionOrder Body { get; set; } + /// Constructs a new resource. + public AssignedTargetingOptionsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Assigns a targeting option to a line item. Returns the assigned targeting option if successful. + /// Requests to this endpoint cannot be made concurrently with the following requests updating the + /// same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * + /// lineItems.patch * DeleteLineItemAssignedTargetingOption YouTube &amp; Partners line items + /// cannot be created or updated using the API. + /// + /// The body of the request. + /// Required. The ID of the advertiser the line item belongs to. + /// + /// Required. The ID of the line item the assigned targeting option will belong to. + /// + /// + /// Required. Identifies the type of this assigned targeting option. Supported targeting types + /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * + /// `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * + /// `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `TARGETING_TYPE_BROWSER` * + /// `TARGETING_TYPE_BUSINESS_CHAIN` * `TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * + /// `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `TARGETING_TYPE_CONTENT_GENRE` * + /// `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * + /// `TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * + /// `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * + /// `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT` * + /// `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` * + /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` * + /// `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * + /// `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * + /// `TARGETING_TYPE_OMID` * `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` + /// * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * + /// `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * + /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * + /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * + /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * + /// `TARGETING_TYPE_VIEWABILITY` + /// + public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.AssignedTargetingOption body, long advertiserId, long lineItemId, CreateRequest.TargetingTypeEnum targetingType) + { + return new CreateRequest(this.service, body, advertiserId, lineItemId, targetingType); + } - /// Gets the method name. - public override string MethodName => "patch"; + /// + /// Assigns a targeting option to a line item. Returns the assigned targeting option if successful. + /// Requests to this endpoint cannot be made concurrently with the following requests updating the + /// same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * + /// lineItems.patch * DeleteLineItemAssignedTargetingOption YouTube &amp; Partners line items + /// cannot be created or updated using the API. + /// + public class CreateRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.AssignedTargetingOption body, long advertiserId, long lineItemId, TargetingTypeEnum targetingType) : base(service) + { + AdvertiserId = advertiserId; + LineItemId = lineItemId; + TargetingType = targetingType; + Body = body; + InitParameters(); + } + + /// Required. The ID of the advertiser the line item belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } + + /// + /// Required. The ID of the line item the assigned targeting option will belong to. + /// + [Google.Apis.Util.RequestParameterAttribute("lineItemId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long LineItemId { get; private set; } + + /// + /// Required. Identifies the type of this assigned targeting option. Supported targeting types + /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` + /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * + /// `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `TARGETING_TYPE_BROWSER` * + /// `TARGETING_TYPE_BUSINESS_CHAIN` * `TARGETING_TYPE_CARRIER_AND_ISP` * + /// `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * + /// `TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * + /// `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_STREAM_TYPE` * + /// `TARGETING_TYPE_DAY_AND_TIME` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * + /// `TARGETING_TYPE_DEVICE_TYPE` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * + /// `TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * + /// `TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * + /// `TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * + /// `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * + /// `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * + /// `TARGETING_TYPE_OMID` * `TARGETING_TYPE_ON_SCREEN_POSITION` * + /// `TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` + /// * `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * + /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * + /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * + /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * + /// `TARGETING_TYPE_VIEWABILITY` + /// + [Google.Apis.Util.RequestParameterAttribute("targetingType", Google.Apis.Util.RequestParameterType.Path)] + public virtual TargetingTypeEnum TargetingType { get; private set; } + + /// + /// Required. Identifies the type of this assigned targeting option. Supported targeting types + /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` + /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * + /// `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `TARGETING_TYPE_BROWSER` * + /// `TARGETING_TYPE_BUSINESS_CHAIN` * `TARGETING_TYPE_CARRIER_AND_ISP` * + /// `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * + /// `TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * + /// `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_STREAM_TYPE` * + /// `TARGETING_TYPE_DAY_AND_TIME` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * + /// `TARGETING_TYPE_DEVICE_TYPE` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * + /// `TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * + /// `TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * + /// `TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * + /// `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * + /// `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * + /// `TARGETING_TYPE_OMID` * `TARGETING_TYPE_ON_SCREEN_POSITION` * + /// `TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` + /// * `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * + /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * + /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * + /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * + /// `TARGETING_TYPE_VIEWABILITY` + /// + public enum TargetingTypeEnum + { + /// + /// Default value when type is not specified or is unknown in this version. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_UNSPECIFIED")] + TARGETINGTYPEUNSPECIFIED = 0, + + /// Target a channel (a custom group of related websites or apps). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CHANNEL")] + TARGETINGTYPECHANNEL = 1, + + /// Target an app category (for example, education or puzzle games). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP_CATEGORY")] + TARGETINGTYPEAPPCATEGORY = 2, + + /// Target a specific app (for example, Angry Birds). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP")] + TARGETINGTYPEAPP = 3, + + /// Target a specific url (for example, quora.com). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_URL")] + TARGETINGTYPEURL = 4, + + /// Target ads during a chosen time period on a specific day. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DAY_AND_TIME")] + TARGETINGTYPEDAYANDTIME = 5, + + /// Target ads to a specific age range (for example, 18-24). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AGE_RANGE")] + TARGETINGTYPEAGERANGE = 6, + + /// Target ads to the specified regions on a regional location list. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_REGIONAL_LOCATION_LIST")] + TARGETINGTYPEREGIONALLOCATIONLIST = 7, + + /// + /// Target ads to the specified points of interest on a proximity location list. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PROXIMITY_LOCATION_LIST")] + TARGETINGTYPEPROXIMITYLOCATIONLIST = 8, + + /// Target ads to a specific gender (for example, female or male). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GENDER")] + TARGETINGTYPEGENDER = 9, + + /// Target a specific video player size for video ads. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIDEO_PLAYER_SIZE")] + TARGETINGTYPEVIDEOPLAYERSIZE = 10, + + /// Target user rewarded content for video ads. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_USER_REWARDED_CONTENT")] + TARGETINGTYPEUSERREWARDEDCONTENT = 11, - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// + /// Target ads to a specific parental status (for example, parent or not a parent). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PARENTAL_STATUS")] + TARGETINGTYPEPARENTALSTATUS = 12, - /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}"; + /// + /// Target video or audio ads in a specific content instream position (for example, + /// pre-roll, mid-roll, or post-roll). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_INSTREAM_POSITION")] + TARGETINGTYPECONTENTINSTREAMPOSITION = 13, - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter - { - Name = "advertiserId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("insertionOrderId", new Google.Apis.Discovery.Parameter - { - Name = "insertionOrderId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Target ads in a specific content outstream position. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION")] + TARGETINGTYPECONTENTOUTSTREAMPOSITION = 14, - /// Gets the Invoices resource. - public virtual InvoicesResource Invoices { get; } + /// + /// Target ads to a specific device type (for example, tablet or connected TV). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_TYPE")] + TARGETINGTYPEDEVICETYPE = 15, - /// The "invoices" collection of methods. - public class InvoicesResource - { - private const string Resource = "invoices"; + /// + /// Target ads to an audience or groups of audiences. Singleton field, at most one can exist + /// on a single Lineitem at a time. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIENCE_GROUP")] + TARGETINGTYPEAUDIENCEGROUP = 16, - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Target ads to specific web browsers (for example, Chrome). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BROWSER")] + TARGETINGTYPEBROWSER = 17, - /// Constructs a new resource. - public InvoicesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// + /// Target ads to a specific household income range (for example, top 10%). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_HOUSEHOLD_INCOME")] + TARGETINGTYPEHOUSEHOLDINCOME = 18, - /// - /// Lists invoices posted for an advertiser in a given month. Invoices generated by billing profiles with a - /// "Partner" invoice level are not retrievable through this method. - /// - /// Required. The ID of the advertiser to list invoices for. - public virtual ListRequest List(long advertiserId) - { - return new ListRequest(this.service, advertiserId); - } + /// Target ads in a specific on screen position. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ON_SCREEN_POSITION")] + TARGETINGTYPEONSCREENPOSITION = 19, - /// - /// Lists invoices posted for an advertiser in a given month. Invoices generated by billing profiles with a - /// "Partner" invoice level are not retrievable through this method. - /// - public class ListRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) - { - AdvertiserId = advertiserId; - InitParameters(); - } + /// + /// Filter web sites through third party verification (for example, IAS or DoubleVerify). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_THIRD_PARTY_VERIFIER")] + TARGETINGTYPETHIRDPARTYVERIFIER = 20, - /// Required. The ID of the advertiser to list invoices for. - [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long AdvertiserId { get; private set; } + /// + /// Filter web sites by specific digital content label ratings (for example, DL-MA: suitable + /// only for mature audiences). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION")] + TARGETINGTYPEDIGITALCONTENTLABELEXCLUSION = 21, - /// - /// The month to list the invoices for. If not set, the request will retrieve invoices for the previous - /// month. Must be in the format YYYYMM. - /// - [Google.Apis.Util.RequestParameterAttribute("issueMonth", Google.Apis.Util.RequestParameterType.Query)] - public virtual string IssueMonth { get; set; } + /// Filter website content by sensitive categories (for example, adult). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION")] + TARGETINGTYPESENSITIVECATEGORYEXCLUSION = 22, - /// - /// Select type of invoice to retrieve for Loi Sapin advertisers. Only applicable to Loi Sapin - /// advertisers. Will be ignored otherwise. - /// - [Google.Apis.Util.RequestParameterAttribute("loiSapinInvoiceType", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable LoiSapinInvoiceType { get; set; } + /// Target ads to a specific environment (for example, web or app). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ENVIRONMENT")] + TARGETINGTYPEENVIRONMENT = 23, - /// - /// Select type of invoice to retrieve for Loi Sapin advertisers. Only applicable to Loi Sapin - /// advertisers. Will be ignored otherwise. - /// - public enum LoiSapinInvoiceTypeEnum - { - /// Value is not specified. - [Google.Apis.Util.StringValueAttribute("LOI_SAPIN_INVOICE_TYPE_UNSPECIFIED")] - LOISAPININVOICETYPEUNSPECIFIED = 0, + /// + /// Target ads to a specific network carrier or internet service provider (ISP) (for + /// example, Comcast or Orange). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CARRIER_AND_ISP")] + TARGETINGTYPECARRIERANDISP = 24, - /// Invoices with Media cost. - [Google.Apis.Util.StringValueAttribute("LOI_SAPIN_INVOICE_TYPE_MEDIA")] - LOISAPININVOICETYPEMEDIA = 1, + /// Target ads to a specific operating system (for example, macOS). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OPERATING_SYSTEM")] + TARGETINGTYPEOPERATINGSYSTEM = 25, - /// Invoices with Platform fee. - [Google.Apis.Util.StringValueAttribute("LOI_SAPIN_INVOICE_TYPE_PLATFORM")] - LOISAPININVOICETYPEPLATFORM = 2, - } + /// + /// Target ads to a specific device make or model (for example, Roku or Samsung). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_MAKE_MODEL")] + TARGETINGTYPEDEVICEMAKEMODEL = 26, - /// - /// Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. Returns - /// error code `INVALID_ARGUMENT` if an invalid value is specified. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Target ads to a specific keyword (for example, dog or retriever). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_KEYWORD")] + TARGETINGTYPEKEYWORD = 27, - /// - /// A token identifying a page of results the server should return. Typically, this is the value of - /// next_page_token returned from the previous call to `ListInvoices` method. If not specified, the - /// first page of results will be returned. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Target ads to a specific negative keyword list. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NEGATIVE_KEYWORD_LIST")] + TARGETINGTYPENEGATIVEKEYWORDLIST = 28, - /// Gets the method name. - public override string MethodName => "list"; + /// Target ads to a specific viewability (for example, 80% viewable). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIEWABILITY")] + TARGETINGTYPEVIEWABILITY = 29, - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Target ads to a specific content category (for example, arts &amp; entertainment). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CATEGORY")] + TARGETINGTYPECATEGORY = 30, - /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/invoices"; + /// Purchase impressions from specific deals and auction packages. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE")] + TARGETINGTYPEINVENTORYSOURCE = 31, - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter - { - Name = "advertiserId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("issueMonth", new Google.Apis.Discovery.Parameter - { - Name = "issueMonth", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("loiSapinInvoiceType", new Google.Apis.Discovery.Parameter - { - Name = "loiSapinInvoiceType", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// Target ads to a specific language (for example, English or Japanese). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_LANGUAGE")] + TARGETINGTYPELANGUAGE = 32, + + /// + /// Target ads to ads.txt authorized sellers. If no targeting option of this type is + /// assigned, the resource uses the "Authorized Direct Sellers and Resellers" option by + /// default. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUTHORIZED_SELLER_STATUS")] + TARGETINGTYPEAUTHORIZEDSELLERSTATUS = 33, - /// Retrieves the invoice currency used by an advertiser in a given month. - /// Required. The ID of the advertiser to lookup currency for. - public virtual LookupInvoiceCurrencyRequest LookupInvoiceCurrency(long advertiserId) - { - return new LookupInvoiceCurrencyRequest(this.service, advertiserId); - } + /// + /// Target ads to a specific regional location (for example, a city or state). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GEO_REGION")] + TARGETINGTYPEGEOREGION = 34, - /// Retrieves the invoice currency used by an advertiser in a given month. - public class LookupInvoiceCurrencyRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new LookupInvoiceCurrency request. - public LookupInvoiceCurrencyRequest(Google.Apis.Services.IClientService service, long advertiserId) : base(service) - { - AdvertiserId = advertiserId; - InitParameters(); - } + /// Purchase impressions from a group of deals and auction packages. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE_GROUP")] + TARGETINGTYPEINVENTORYSOURCEGROUP = 35, - /// Required. The ID of the advertiser to lookup currency for. - [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long AdvertiserId { get; private set; } + /// Purchase impressions from specific exchanges. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_EXCHANGE")] + TARGETINGTYPEEXCHANGE = 36, - /// - /// Month for which the currency is needed. If not set, the request will return existing currency - /// settings for the advertiser. Must be in the format YYYYMM. - /// - [Google.Apis.Util.RequestParameterAttribute("invoiceMonth", Google.Apis.Util.RequestParameterType.Query)] - public virtual string InvoiceMonth { get; set; } + /// Purchase impressions from specific sub-exchanges. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SUB_EXCHANGE")] + TARGETINGTYPESUBEXCHANGE = 37, - /// Gets the method name. - public override string MethodName => "lookupInvoiceCurrency"; + /// + /// Target ads around a specific point of interest, such as a notable building, a street + /// address, or latitude/longitude coordinates. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_POI")] + TARGETINGTYPEPOI = 38, - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Target ads around locations of a business chain within a specific geo region. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BUSINESS_CHAIN")] + TARGETINGTYPEBUSINESSCHAIN = 39, - /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/invoices:lookupInvoiceCurrency"; + /// Target ads to a specific video content duration. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_DURATION")] + TARGETINGTYPECONTENTDURATION = 40, - /// Initializes LookupInvoiceCurrency parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter - { - Name = "advertiserId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("invoiceMonth", new Google.Apis.Discovery.Parameter - { - Name = "invoiceMonth", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// Target ads to a specific video content stream type. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_STREAM_TYPE")] + TARGETINGTYPECONTENTSTREAMTYPE = 41, - /// Gets the LineItems resource. - public virtual LineItemsResource LineItems { get; } + /// Target ads to a specific native content position. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NATIVE_CONTENT_POSITION")] + TARGETINGTYPENATIVECONTENTPOSITION = 42, - /// The "lineItems" collection of methods. - public class LineItemsResource - { - private const string Resource = "lineItems"; + /// Target ads in an Open Measurement enabled inventory. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OMID")] + TARGETINGTYPEOMID = 43, - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Target ads to a specific audio content type. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIO_CONTENT_TYPE")] + TARGETINGTYPEAUDIOCONTENTTYPE = 44, - /// Constructs a new resource. - public LineItemsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - TargetingTypes = new TargetingTypesResource(service); - } + /// Target ads to a specific content genre. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_GENRE")] + TARGETINGTYPECONTENTGENRE = 45, - /// Gets the TargetingTypes resource. - public virtual TargetingTypesResource TargetingTypes { get; } + /// + /// Target ads to a specific YouTube video. Targeting of this type cannot be created or + /// updated using the API. Although this targeting is inherited by child resources, + /// **inherited targeting of this type will not be retrieveable**. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_VIDEO")] + TARGETINGTYPEYOUTUBEVIDEO = 46, - /// The "targetingTypes" collection of methods. - public class TargetingTypesResource - { - private const string Resource = "targetingTypes"; + /// + /// Target ads to a specific YouTube channel. Targeting of this type cannot be created or + /// updated using the API. Although this targeting is inherited by child resources, + /// **inherited targeting of this type will not be retrieveable**. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_CHANNEL")] + TARGETINGTYPEYOUTUBECHANNEL = 47, - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Target ads to a serve it in a certain position of a session. Only supported for Ad Group + /// resources under YouTube Programmatic Reservation line items. Targeting of this type + /// cannot be created or updated using the API. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SESSION_POSITION")] + TARGETINGTYPESESSIONPOSITION = 48, - /// Constructs a new resource. - public TargetingTypesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - AssignedTargetingOptions = new AssignedTargetingOptionsResource(service); - } + /// + /// Filter website content by content themes (for example, religion). Only supported for + /// Advertiser resources. Targeting of this type cannot be created or updated using the API. + /// This targeting is only inherited by child YouTube and Demand Gen line item resources. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_THEME_EXCLUSION")] + TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, + } - /// Gets the AssignedTargetingOptions resource. - public virtual AssignedTargetingOptionsResource AssignedTargetingOptions { get; } + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.AssignedTargetingOption Body { get; set; } - /// The "assignedTargetingOptions" collection of methods. - public class AssignedTargetingOptionsResource - { - private const string Resource = "assignedTargetingOptions"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// Gets the method name. + public override string MethodName => "create"; - /// Constructs a new resource. - public AssignedTargetingOptionsResource(Google.Apis.Services.IClientService service) - { - this.service = service; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("lineItemId", new Google.Apis.Discovery.Parameter + { + Name = "lineItemId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("targetingType", new Google.Apis.Discovery.Parameter + { + Name = "targetingType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } } /// - /// Assigns a targeting option to a line item. Returns the assigned targeting option if successful. - /// Requests to this endpoint cannot be made concurrently with the following requests updating the - /// same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * - /// lineItems.patch * DeleteLineItemAssignedTargetingOption YouTube &amp; Partners line items - /// cannot be created or updated using the API. + /// Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made + /// concurrently with the following requests updating the same line item: * + /// lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * + /// CreateLineItemAssignedTargetingOption YouTube &amp; Partners line items cannot be created or + /// updated using the API. /// - /// The body of the request. /// Required. The ID of the advertiser the line item belongs to. /// - /// Required. The ID of the line item the assigned targeting option will belong to. + /// Required. The ID of the line item the assigned targeting option belongs to. /// /// /// Required. Identifies the type of this assigned targeting option. Supported targeting types @@ -7230,27 +8644,30 @@ public AssignedTargetingOptionsResource(Google.Apis.Services.IClientService serv /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * /// `TARGETING_TYPE_VIEWABILITY` /// - public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.AssignedTargetingOption body, long advertiserId, long lineItemId, CreateRequest.TargetingTypeEnum targetingType) + /// + /// Required. The ID of the assigned targeting option to delete. + /// + public virtual DeleteRequest Delete(long advertiserId, long lineItemId, DeleteRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId) { - return new CreateRequest(this.service, body, advertiserId, lineItemId, targetingType); + return new DeleteRequest(this.service, advertiserId, lineItemId, targetingType, assignedTargetingOptionId); } /// - /// Assigns a targeting option to a line item. Returns the assigned targeting option if successful. - /// Requests to this endpoint cannot be made concurrently with the following requests updating the - /// same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * - /// lineItems.patch * DeleteLineItemAssignedTargetingOption YouTube &amp; Partners line items - /// cannot be created or updated using the API. + /// Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made + /// concurrently with the following requests updating the same line item: * + /// lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * + /// CreateLineItemAssignedTargetingOption YouTube &amp; Partners line items cannot be created or + /// updated using the API. /// - public class CreateRequest : DisplayVideoBaseServiceRequest + public class DeleteRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.AssignedTargetingOption body, long advertiserId, long lineItemId, TargetingTypeEnum targetingType) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, TargetingTypeEnum targetingType, string assignedTargetingOptionId) : base(service) { AdvertiserId = advertiserId; LineItemId = lineItemId; TargetingType = targetingType; - Body = body; + AssignedTargetingOptionId = assignedTargetingOptionId; InitParameters(); } @@ -7259,7 +8676,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Di public virtual long AdvertiserId { get; private set; } /// - /// Required. The ID of the line item the assigned targeting option will belong to. + /// Required. The ID of the line item the assigned targeting option belongs to. /// [Google.Apis.Util.RequestParameterAttribute("lineItemId", Google.Apis.Util.RequestParameterType.Path)] public virtual long LineItemId { get; private set; } @@ -7573,22 +8990,20 @@ public enum TargetingTypeEnum TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, } - /// Gets or sets the body of this request. - Google.Apis.DisplayVideo.v4.Data.AssignedTargetingOption Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Required. The ID of the assigned targeting option to delete. + [Google.Apis.Util.RequestParameterAttribute("assignedTargetingOptionId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string AssignedTargetingOptionId { get; private set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions"; + public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}"; - /// Initializes Create parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); @@ -7616,16 +9031,18 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); + RequestParameters.Add("assignedTargetingOptionId", new Google.Apis.Discovery.Parameter + { + Name = "assignedTargetingOptionId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); } } - /// - /// Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made - /// concurrently with the following requests updating the same line item: * - /// lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * - /// CreateLineItemAssignedTargetingOption YouTube &amp; Partners line items cannot be created or - /// updated using the API. - /// + /// Gets a single targeting option assigned to a line item. /// Required. The ID of the advertiser the line item belongs to. /// /// Required. The ID of the line item the assigned targeting option belongs to. @@ -7651,27 +9068,25 @@ protected override void InitParameters() /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * - /// `TARGETING_TYPE_VIEWABILITY` + /// `TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * + /// `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` + /// line items) * `TARGETING_TYPE_YOUTUBE_VIDEO` (only for + /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) /// /// - /// Required. The ID of the assigned targeting option to delete. + /// Required. An identifier unique to the targeting type in this line item that identifies the + /// assigned targeting option being requested. /// - public virtual DeleteRequest Delete(long advertiserId, long lineItemId, DeleteRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId) + public virtual GetRequest Get(long advertiserId, long lineItemId, GetRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId) { - return new DeleteRequest(this.service, advertiserId, lineItemId, targetingType, assignedTargetingOptionId); + return new GetRequest(this.service, advertiserId, lineItemId, targetingType, assignedTargetingOptionId); } - /// - /// Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made - /// concurrently with the following requests updating the same line item: * - /// lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * - /// CreateLineItemAssignedTargetingOption YouTube &amp; Partners line items cannot be created or - /// updated using the API. - /// - public class DeleteRequest : DisplayVideoBaseServiceRequest + /// Gets a single targeting option assigned to a line item. + public class GetRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, TargetingTypeEnum targetingType, string assignedTargetingOptionId) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, TargetingTypeEnum targetingType, string assignedTargetingOptionId) : base(service) { AdvertiserId = advertiserId; LineItemId = lineItemId; @@ -7712,7 +9127,11 @@ public DeleteRequest(Google.Apis.Services.IClientService service, long advertise /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * - /// `TARGETING_TYPE_VIEWABILITY` + /// `TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * + /// `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for + /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * + /// `TARGETING_TYPE_YOUTUBE_VIDEO` (only for + /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) /// [Google.Apis.Util.RequestParameterAttribute("targetingType", Google.Apis.Util.RequestParameterType.Path)] public virtual TargetingTypeEnum TargetingType { get; private set; } @@ -7739,7 +9158,11 @@ public DeleteRequest(Google.Apis.Services.IClientService service, long advertise /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * - /// `TARGETING_TYPE_VIEWABILITY` + /// `TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * + /// `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for + /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * + /// `TARGETING_TYPE_YOUTUBE_VIDEO` (only for + /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) /// public enum TargetingTypeEnum { @@ -7999,20 +9422,23 @@ public enum TargetingTypeEnum TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, } - /// Required. The ID of the assigned targeting option to delete. + /// + /// Required. An identifier unique to the targeting type in this line item that identifies the + /// assigned targeting option being requested. + /// [Google.Apis.Util.RequestParameterAttribute("assignedTargetingOptionId", Google.Apis.Util.RequestParameterType.Path)] public virtual string AssignedTargetingOptionId { get; private set; } /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "GET"; /// Gets the REST path. public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}"; - /// Initializes Delete parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); @@ -8051,13 +9477,13 @@ protected override void InitParameters() } } - /// Gets a single targeting option assigned to a line item. + /// Lists the targeting options assigned to a line item. /// Required. The ID of the advertiser the line item belongs to. /// - /// Required. The ID of the line item the assigned targeting option belongs to. + /// Required. The ID of the line item to list assigned targeting options for. /// /// - /// Required. Identifies the type of this assigned targeting option. Supported targeting types + /// Required. Identifies the type of assigned targeting options to list. Supported targeting types /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * /// `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * /// `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `TARGETING_TYPE_BROWSER` * @@ -8082,25 +9508,20 @@ protected override void InitParameters() /// line items) * `TARGETING_TYPE_YOUTUBE_VIDEO` (only for /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) /// - /// - /// Required. An identifier unique to the targeting type in this line item that identifies the - /// assigned targeting option being requested. - /// - public virtual GetRequest Get(long advertiserId, long lineItemId, GetRequest.TargetingTypeEnum targetingType, string assignedTargetingOptionId) + public virtual ListRequest List(long advertiserId, long lineItemId, ListRequest.TargetingTypeEnum targetingType) { - return new GetRequest(this.service, advertiserId, lineItemId, targetingType, assignedTargetingOptionId); + return new ListRequest(this.service, advertiserId, lineItemId, targetingType); } - /// Gets a single targeting option assigned to a line item. - public class GetRequest : DisplayVideoBaseServiceRequest + /// Lists the targeting options assigned to a line item. + public class ListRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, TargetingTypeEnum targetingType, string assignedTargetingOptionId) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, TargetingTypeEnum targetingType) : base(service) { AdvertiserId = advertiserId; LineItemId = lineItemId; TargetingType = targetingType; - AssignedTargetingOptionId = assignedTargetingOptionId; InitParameters(); } @@ -8108,31 +9529,30 @@ public GetRequest(Google.Apis.Services.IClientService service, long advertiserId [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// - /// Required. The ID of the line item the assigned targeting option belongs to. - /// + /// Required. The ID of the line item to list assigned targeting options for. [Google.Apis.Util.RequestParameterAttribute("lineItemId", Google.Apis.Util.RequestParameterType.Path)] public virtual long LineItemId { get; private set; } /// - /// Required. Identifies the type of this assigned targeting option. Supported targeting types - /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` - /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * - /// `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `TARGETING_TYPE_BROWSER` * - /// `TARGETING_TYPE_BUSINESS_CHAIN` * `TARGETING_TYPE_CARRIER_AND_ISP` * - /// `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * - /// `TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * - /// `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_STREAM_TYPE` * - /// `TARGETING_TYPE_DAY_AND_TIME` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * - /// `TARGETING_TYPE_DEVICE_TYPE` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * - /// `TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * - /// `TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * - /// `TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * - /// `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * - /// `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * - /// `TARGETING_TYPE_OMID` * `TARGETING_TYPE_ON_SCREEN_POSITION` * - /// `TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` - /// * `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * + /// Required. Identifies the type of assigned targeting options to list. Supported targeting + /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * + /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * + /// `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * + /// `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * + /// `TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * + /// `TARGETING_TYPE_CONTENT_DURATION` * `TARGETING_TYPE_CONTENT_GENRE` * + /// `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * + /// `TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * + /// `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * + /// `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT` * + /// `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` * + /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` * + /// `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_KEYWORD` * + /// `TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * + /// `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * + /// `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * + /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * + /// `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * @@ -8146,24 +9566,25 @@ public GetRequest(Google.Apis.Services.IClientService service, long advertiserId public virtual TargetingTypeEnum TargetingType { get; private set; } /// - /// Required. Identifies the type of this assigned targeting option. Supported targeting types - /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` - /// * `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * - /// `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `TARGETING_TYPE_BROWSER` * - /// `TARGETING_TYPE_BUSINESS_CHAIN` * `TARGETING_TYPE_CARRIER_AND_ISP` * - /// `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * - /// `TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * - /// `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_STREAM_TYPE` * - /// `TARGETING_TYPE_DAY_AND_TIME` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * - /// `TARGETING_TYPE_DEVICE_TYPE` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * - /// `TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * - /// `TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * - /// `TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * - /// `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * - /// `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * - /// `TARGETING_TYPE_OMID` * `TARGETING_TYPE_ON_SCREEN_POSITION` * - /// `TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` - /// * `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * + /// Required. Identifies the type of assigned targeting options to list. Supported targeting + /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * + /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * + /// `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * + /// `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * + /// `TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * + /// `TARGETING_TYPE_CONTENT_DURATION` * `TARGETING_TYPE_CONTENT_GENRE` * + /// `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * + /// `TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * + /// `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * + /// `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT` * + /// `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` * + /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` * + /// `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_KEYWORD` * + /// `TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * + /// `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * + /// `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * + /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * + /// `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * @@ -8432,22 +9853,53 @@ public enum TargetingTypeEnum } /// - /// Required. An identifier unique to the targeting type in this line item that identifies the - /// assigned targeting option being requested. + /// Allows filtering by assigned targeting option fields. Supported syntax: * Filter expressions + /// are made up of one or more restrictions. * Restrictions can be combined by the logical + /// operator `OR`. * A restriction has the form of `{field} {operator} {value}`. * All fields + /// must use the `EQUALS (=)` operator. Supported fields: * `assignedTargetingOptionId` * + /// `inheritance` Examples: * `AssignedTargetingOption` resources with ID 1 or 2: + /// `assignedTargetingOptionId="1" OR assignedTargetingOptionId="2"` * `AssignedTargetingOption` + /// resources with inheritance status of `NOT_INHERITED` or `INHERITED_FROM_PARTNER`: + /// `inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"` The length of this + /// field should be no more than 500 characters. Reference our [filter `LIST` + /// requests](/display-video/api/guides/how-tos/filters) guide for more information. /// - [Google.Apis.Util.RequestParameterAttribute("assignedTargetingOptionId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string AssignedTargetingOptionId { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Field by which to sort the list. Acceptable values are: * `assignedTargetingOptionId` + /// (default) The default sorting order is ascending. To specify descending order for a field, a + /// suffix "desc" should be added to the field name. Example: `assignedTargetingOptionId desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Requested page size. Must be between `1` and `5000`. If unspecified will default to `100`. + /// Returns error code `INVALID_ARGUMENT` if an invalid value is specified. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A token identifying a page of results the server should return. Typically, this is the value + /// of next_page_token returned from the previous call to `ListLineItemAssignedTargetingOptions` + /// method. If not specified, the first page of results will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "list"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}"; + public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions"; - /// Initializes Get parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -8475,426 +9927,427 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); - RequestParameters.Add("assignedTargetingOptionId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "assignedTargetingOptionId", - IsRequired = true, - ParameterType = "path", + Name = "filter", + IsRequired = false, + ParameterType = "query", DefaultValue = null, - Pattern = @"^[^/]+$", + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } + } + } + + /// Gets the YoutubeAssetTypes resource. + public virtual YoutubeAssetTypesResource YoutubeAssetTypes { get; } + + /// The "youtubeAssetTypes" collection of methods. + public class YoutubeAssetTypesResource + { + private const string Resource = "youtubeAssetTypes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public YoutubeAssetTypesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + YoutubeAssetAssociations = new YoutubeAssetAssociationsResource(service); + } + + /// Gets the YoutubeAssetAssociations resource. + public virtual YoutubeAssetAssociationsResource YoutubeAssetAssociations { get; } + + /// The "youtubeAssetAssociations" collection of methods. + public class YoutubeAssetAssociationsResource + { + private const string Resource = "youtubeAssetAssociations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public YoutubeAssetAssociationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Lists the targeting options assigned to a line item. - /// Required. The ID of the advertiser the line item belongs to. - /// - /// Required. The ID of the line item to list assigned targeting options for. + /// + /// Creates a new association between the identified resource and a YouTube asset. Returns the + /// newly-created association. *Warning:* This method is only available to an informed subset of + /// users. + /// + /// The body of the request. + /// + /// Required. The ID of the advertiser that the linked entity belongs to. /// - /// - /// Required. Identifies the type of assigned targeting options to list. Supported targeting types - /// include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `TARGETING_TYPE_APP_CATEGORY` * - /// `TARGETING_TYPE_AUDIENCE_GROUP` * `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * - /// `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `TARGETING_TYPE_BROWSER` * - /// `TARGETING_TYPE_BUSINESS_CHAIN` * `TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * - /// `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `TARGETING_TYPE_CONTENT_GENRE` * - /// `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * - /// `TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * - /// `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * - /// `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT` * - /// `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` * - /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` * - /// `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * - /// `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * - /// `TARGETING_TYPE_OMID` * `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` - /// * `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * - /// `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * - /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * - /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * - /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * - /// `TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * - /// `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` - /// line items) * `TARGETING_TYPE_YOUTUBE_VIDEO` (only for - /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) + /// The ID of a line item. + /// + /// Required. The type of YouTube asset associated with the resource. /// - public virtual ListRequest List(long advertiserId, long lineItemId, ListRequest.TargetingTypeEnum targetingType) + public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.YoutubeAssetAssociation body, long advertiserId, long lineItemId, CreateRequest.YoutubeAssetTypeEnum youtubeAssetType) { - return new ListRequest(this.service, advertiserId, lineItemId, targetingType); + return new CreateRequest(this.service, body, advertiserId, lineItemId, youtubeAssetType); } - /// Lists the targeting options assigned to a line item. - public class ListRequest : DisplayVideoBaseServiceRequest + /// + /// Creates a new association between the identified resource and a YouTube asset. Returns the + /// newly-created association. *Warning:* This method is only available to an informed subset of + /// users. + /// + public class CreateRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, TargetingTypeEnum targetingType) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.YoutubeAssetAssociation body, long advertiserId, long lineItemId, YoutubeAssetTypeEnum youtubeAssetType) : base(service) { AdvertiserId = advertiserId; LineItemId = lineItemId; - TargetingType = targetingType; + YoutubeAssetType = youtubeAssetType; + Body = body; InitParameters(); } - /// Required. The ID of the advertiser the line item belongs to. + /// Required. The ID of the advertiser that the linked entity belongs to. [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] public virtual long AdvertiserId { get; private set; } - /// Required. The ID of the line item to list assigned targeting options for. + /// The ID of a line item. [Google.Apis.Util.RequestParameterAttribute("lineItemId", Google.Apis.Util.RequestParameterType.Path)] public virtual long LineItemId { get; private set; } - /// - /// Required. Identifies the type of assigned targeting options to list. Supported targeting - /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * - /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * - /// `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * - /// `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * - /// `TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * - /// `TARGETING_TYPE_CONTENT_DURATION` * `TARGETING_TYPE_CONTENT_GENRE` * - /// `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * - /// `TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * - /// `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * - /// `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT` * - /// `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` * - /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` * - /// `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_KEYWORD` * - /// `TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * - /// `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * - /// `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * - /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * - /// `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * - /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * - /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * - /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * - /// `TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * - /// `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for - /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * - /// `TARGETING_TYPE_YOUTUBE_VIDEO` (only for - /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) - /// - [Google.Apis.Util.RequestParameterAttribute("targetingType", Google.Apis.Util.RequestParameterType.Path)] - public virtual TargetingTypeEnum TargetingType { get; private set; } + /// Required. The type of YouTube asset associated with the resource. + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetType", Google.Apis.Util.RequestParameterType.Path)] + public virtual YoutubeAssetTypeEnum YoutubeAssetType { get; private set; } - /// - /// Required. Identifies the type of assigned targeting options to list. Supported targeting - /// types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * - /// `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * - /// `TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * - /// `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * - /// `TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_CHANNEL` * - /// `TARGETING_TYPE_CONTENT_DURATION` * `TARGETING_TYPE_CONTENT_GENRE` * - /// `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * - /// `TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * - /// `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * - /// `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT` * - /// `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` * - /// `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` * - /// `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_KEYWORD` * - /// `TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * - /// `TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * - /// `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * - /// `TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * - /// `TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `TARGETING_TYPE_REGIONAL_LOCATION_LIST` * - /// `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` * - /// `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * - /// `TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * - /// `TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_INVENTORY_MODE` * - /// `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for - /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * - /// `TARGETING_TYPE_YOUTUBE_VIDEO` (only for - /// `LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) - /// - public enum TargetingTypeEnum + /// Required. The type of YouTube asset associated with the resource. + public enum YoutubeAssetTypeEnum { - /// - /// Default value when type is not specified or is unknown in this version. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_UNSPECIFIED")] - TARGETINGTYPEUNSPECIFIED = 0, - - /// Target a channel (a custom group of related websites or apps). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CHANNEL")] - TARGETINGTYPECHANNEL = 1, - - /// Target an app category (for example, education or puzzle games). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP_CATEGORY")] - TARGETINGTYPEAPPCATEGORY = 2, - - /// Target a specific app (for example, Angry Birds). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_APP")] - TARGETINGTYPEAPP = 3, - - /// Target a specific url (for example, quora.com). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_URL")] - TARGETINGTYPEURL = 4, - - /// Target ads during a chosen time period on a specific day. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DAY_AND_TIME")] - TARGETINGTYPEDAYANDTIME = 5, - - /// Target ads to a specific age range (for example, 18-24). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AGE_RANGE")] - TARGETINGTYPEAGERANGE = 6, - - /// Target ads to the specified regions on a regional location list. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_REGIONAL_LOCATION_LIST")] - TARGETINGTYPEREGIONALLOCATIONLIST = 7, - - /// - /// Target ads to the specified points of interest on a proximity location list. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PROXIMITY_LOCATION_LIST")] - TARGETINGTYPEPROXIMITYLOCATIONLIST = 8, - - /// Target ads to a specific gender (for example, female or male). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GENDER")] - TARGETINGTYPEGENDER = 9, - - /// Target a specific video player size for video ads. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIDEO_PLAYER_SIZE")] - TARGETINGTYPEVIDEOPLAYERSIZE = 10, - - /// Target user rewarded content for video ads. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_USER_REWARDED_CONTENT")] - TARGETINGTYPEUSERREWARDEDCONTENT = 11, - - /// - /// Target ads to a specific parental status (for example, parent or not a parent). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_PARENTAL_STATUS")] - TARGETINGTYPEPARENTALSTATUS = 12, - - /// - /// Target video or audio ads in a specific content instream position (for example, - /// pre-roll, mid-roll, or post-roll). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_INSTREAM_POSITION")] - TARGETINGTYPECONTENTINSTREAMPOSITION = 13, - - /// Target ads in a specific content outstream position. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION")] - TARGETINGTYPECONTENTOUTSTREAMPOSITION = 14, - - /// - /// Target ads to a specific device type (for example, tablet or connected TV). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_TYPE")] - TARGETINGTYPEDEVICETYPE = 15, - - /// - /// Target ads to an audience or groups of audiences. Singleton field, at most one can exist - /// on a single Lineitem at a time. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIENCE_GROUP")] - TARGETINGTYPEAUDIENCEGROUP = 16, + /// YouTube asset type is not specified or is unknown in this version. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_UNSPECIFIED")] + YOUTUBEASSETTYPEUNSPECIFIED = 0, - /// Target ads to specific web browsers (for example, Chrome). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BROWSER")] - TARGETINGTYPEBROWSER = 17, + /// Location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_LOCATION")] + YOUTUBEASSETTYPELOCATION = 1, - /// - /// Target ads to a specific household income range (for example, top 10%). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_HOUSEHOLD_INCOME")] - TARGETINGTYPEHOUSEHOLDINCOME = 18, + /// Affiliate location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION")] + YOUTUBEASSETTYPEAFFILIATELOCATION = 2, - /// Target ads in a specific on screen position. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ON_SCREEN_POSITION")] - TARGETINGTYPEONSCREENPOSITION = 19, + /// Sitelink asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_SITELINK")] + YOUTUBEASSETTYPESITELINK = 3, + } - /// - /// Filter web sites through third party verification (for example, IAS or DoubleVerify). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_THIRD_PARTY_VERIFIER")] - TARGETINGTYPETHIRDPARTYVERIFIER = 20, + /// The ID of an ad group. + [Google.Apis.Util.RequestParameterAttribute("linkedEntity.adGroupId", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LinkedEntityAdGroupId { get; set; } - /// - /// Filter web sites by specific digital content label ratings (for example, DL-MA: suitable - /// only for mature audiences). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION")] - TARGETINGTYPEDIGITALCONTENTLABELEXCLUSION = 21, + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.YoutubeAssetAssociation Body { get; set; } - /// Filter website content by sensitive categories (for example, adult). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION")] - TARGETINGTYPESENSITIVECATEGORYEXCLUSION = 22, + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Target ads to a specific environment (for example, web or app). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_ENVIRONMENT")] - TARGETINGTYPEENVIRONMENT = 23, + /// Gets the method name. + public override string MethodName => "create"; - /// - /// Target ads to a specific network carrier or internet service provider (ISP) (for - /// example, Comcast or Orange). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CARRIER_AND_ISP")] - TARGETINGTYPECARRIERANDISP = 24, + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Target ads to a specific operating system (for example, macOS). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OPERATING_SYSTEM")] - TARGETINGTYPEOPERATINGSYSTEM = 25, + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations"; - /// - /// Target ads to a specific device make or model (for example, Roku or Samsung). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_DEVICE_MAKE_MODEL")] - TARGETINGTYPEDEVICEMAKEMODEL = 26, + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("lineItemId", new Google.Apis.Discovery.Parameter + { + Name = "lineItemId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("youtubeAssetType", new Google.Apis.Discovery.Parameter + { + Name = "youtubeAssetType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("linkedEntity.adGroupId", new Google.Apis.Discovery.Parameter + { + Name = "linkedEntity.adGroupId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Target ads to a specific keyword (for example, dog or retriever). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_KEYWORD")] - TARGETINGTYPEKEYWORD = 27, + /// + /// Deletes an existing association between the identified resource and a YouTube asset. *Warning:* + /// This method is only available to an informed subset of users. + /// + /// + /// Required. The ID of the advertiser that the linked entity belongs to. + /// + /// The ID of a line item. + /// + /// Required. The type of YouTube asset associated with the resource. + /// + /// + /// Required. The ID of the YouTube asset in the association. For `YOUTUBE_ASSET_TYPE_LOCATION` and + /// `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: This should be the ID of the asset set + /// linked, or 0 if the location_asset_filter or affiliate_location_asset_filter is `DISABLED`. For + /// `YOUTUBE_ASSET_TYPE_SITELINK` associations: This should be the ID of the sitelink asset linked. + /// + public virtual DeleteRequest Delete(long advertiserId, long lineItemId, DeleteRequest.YoutubeAssetTypeEnum youtubeAssetType, long youtubeAssetAssociationId) + { + return new DeleteRequest(this.service, advertiserId, lineItemId, youtubeAssetType, youtubeAssetAssociationId); + } - /// Target ads to a specific negative keyword list. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NEGATIVE_KEYWORD_LIST")] - TARGETINGTYPENEGATIVEKEYWORDLIST = 28, + /// + /// Deletes an existing association between the identified resource and a YouTube asset. *Warning:* + /// This method is only available to an informed subset of users. + /// + public class DeleteRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, YoutubeAssetTypeEnum youtubeAssetType, long youtubeAssetAssociationId) : base(service) + { + AdvertiserId = advertiserId; + LineItemId = lineItemId; + YoutubeAssetType = youtubeAssetType; + YoutubeAssetAssociationId = youtubeAssetAssociationId; + InitParameters(); + } - /// Target ads to a specific viewability (for example, 80% viewable). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIEWABILITY")] - TARGETINGTYPEVIEWABILITY = 29, + /// Required. The ID of the advertiser that the linked entity belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } - /// - /// Target ads to a specific content category (for example, arts &amp; entertainment). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CATEGORY")] - TARGETINGTYPECATEGORY = 30, + /// The ID of a line item. + [Google.Apis.Util.RequestParameterAttribute("lineItemId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long LineItemId { get; private set; } - /// Purchase impressions from specific deals and auction packages. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE")] - TARGETINGTYPEINVENTORYSOURCE = 31, + /// Required. The type of YouTube asset associated with the resource. + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetType", Google.Apis.Util.RequestParameterType.Path)] + public virtual YoutubeAssetTypeEnum YoutubeAssetType { get; private set; } - /// Target ads to a specific language (for example, English or Japanese). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_LANGUAGE")] - TARGETINGTYPELANGUAGE = 32, + /// Required. The type of YouTube asset associated with the resource. + public enum YoutubeAssetTypeEnum + { + /// YouTube asset type is not specified or is unknown in this version. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_UNSPECIFIED")] + YOUTUBEASSETTYPEUNSPECIFIED = 0, - /// - /// Target ads to ads.txt authorized sellers. If no targeting option of this type is - /// assigned, the resource uses the "Authorized Direct Sellers and Resellers" option by - /// default. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUTHORIZED_SELLER_STATUS")] - TARGETINGTYPEAUTHORIZEDSELLERSTATUS = 33, + /// Location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_LOCATION")] + YOUTUBEASSETTYPELOCATION = 1, - /// - /// Target ads to a specific regional location (for example, a city or state). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GEO_REGION")] - TARGETINGTYPEGEOREGION = 34, + /// Affiliate location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION")] + YOUTUBEASSETTYPEAFFILIATELOCATION = 2, - /// Purchase impressions from a group of deals and auction packages. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE_GROUP")] - TARGETINGTYPEINVENTORYSOURCEGROUP = 35, + /// Sitelink asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_SITELINK")] + YOUTUBEASSETTYPESITELINK = 3, + } - /// Purchase impressions from specific exchanges. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_EXCHANGE")] - TARGETINGTYPEEXCHANGE = 36, + /// + /// Required. The ID of the YouTube asset in the association. For `YOUTUBE_ASSET_TYPE_LOCATION` + /// and `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: This should be the ID of the asset + /// set linked, or 0 if the location_asset_filter or affiliate_location_asset_filter is + /// `DISABLED`. For `YOUTUBE_ASSET_TYPE_SITELINK` associations: This should be the ID of the + /// sitelink asset linked. + /// + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetAssociationId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long YoutubeAssetAssociationId { get; private set; } - /// Purchase impressions from specific sub-exchanges. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SUB_EXCHANGE")] - TARGETINGTYPESUBEXCHANGE = 37, + /// The ID of an ad group. + [Google.Apis.Util.RequestParameterAttribute("linkedEntity.adGroupId", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LinkedEntityAdGroupId { get; set; } - /// - /// Target ads around a specific point of interest, such as a notable building, a street - /// address, or latitude/longitude coordinates. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_POI")] - TARGETINGTYPEPOI = 38, + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// Target ads around locations of a business chain within a specific geo region. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BUSINESS_CHAIN")] - TARGETINGTYPEBUSINESSCHAIN = 39, + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Target ads to a specific video content duration. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_DURATION")] - TARGETINGTYPECONTENTDURATION = 40, + /// Gets the REST path. + public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations/{+youtubeAssetAssociationId}"; - /// Target ads to a specific video content stream type. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_STREAM_TYPE")] - TARGETINGTYPECONTENTSTREAMTYPE = 41, + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("advertiserId", new Google.Apis.Discovery.Parameter + { + Name = "advertiserId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("lineItemId", new Google.Apis.Discovery.Parameter + { + Name = "lineItemId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("youtubeAssetType", new Google.Apis.Discovery.Parameter + { + Name = "youtubeAssetType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("youtubeAssetAssociationId", new Google.Apis.Discovery.Parameter + { + Name = "youtubeAssetAssociationId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + RequestParameters.Add("linkedEntity.adGroupId", new Google.Apis.Discovery.Parameter + { + Name = "linkedEntity.adGroupId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// Target ads to a specific native content position. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NATIVE_CONTENT_POSITION")] - TARGETINGTYPENATIVECONTENTPOSITION = 42, + /// Lists the YouTube asset associations linked to the given resource. + /// + /// Required. The ID of the advertiser that the linked entity belongs to. + /// + /// The ID of a line item. + /// + /// Required. The type of YouTube asset being associated with the resource. + /// + public virtual ListRequest List(long advertiserId, long lineItemId, ListRequest.YoutubeAssetTypeEnum youtubeAssetType) + { + return new ListRequest(this.service, advertiserId, lineItemId, youtubeAssetType); + } - /// Target ads in an Open Measurement enabled inventory. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OMID")] - TARGETINGTYPEOMID = 43, + /// Lists the YouTube asset associations linked to the given resource. + public class ListRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long advertiserId, long lineItemId, YoutubeAssetTypeEnum youtubeAssetType) : base(service) + { + AdvertiserId = advertiserId; + LineItemId = lineItemId; + YoutubeAssetType = youtubeAssetType; + InitParameters(); + } - /// Target ads to a specific audio content type. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIO_CONTENT_TYPE")] - TARGETINGTYPEAUDIOCONTENTTYPE = 44, + /// Required. The ID of the advertiser that the linked entity belongs to. + [Google.Apis.Util.RequestParameterAttribute("advertiserId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long AdvertiserId { get; private set; } - /// Target ads to a specific content genre. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_GENRE")] - TARGETINGTYPECONTENTGENRE = 45, + /// The ID of a line item. + [Google.Apis.Util.RequestParameterAttribute("lineItemId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long LineItemId { get; private set; } - /// - /// Target ads to a specific YouTube video. Targeting of this type cannot be created or - /// updated using the API. Although this targeting is inherited by child resources, - /// **inherited targeting of this type will not be retrieveable**. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_VIDEO")] - TARGETINGTYPEYOUTUBEVIDEO = 46, + /// Required. The type of YouTube asset being associated with the resource. + [Google.Apis.Util.RequestParameterAttribute("youtubeAssetType", Google.Apis.Util.RequestParameterType.Path)] + public virtual YoutubeAssetTypeEnum YoutubeAssetType { get; private set; } - /// - /// Target ads to a specific YouTube channel. Targeting of this type cannot be created or - /// updated using the API. Although this targeting is inherited by child resources, - /// **inherited targeting of this type will not be retrieveable**. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_CHANNEL")] - TARGETINGTYPEYOUTUBECHANNEL = 47, + /// Required. The type of YouTube asset being associated with the resource. + public enum YoutubeAssetTypeEnum + { + /// YouTube asset type is not specified or is unknown in this version. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_UNSPECIFIED")] + YOUTUBEASSETTYPEUNSPECIFIED = 0, - /// - /// Target ads to a serve it in a certain position of a session. Only supported for Ad Group - /// resources under YouTube Programmatic Reservation line items. Targeting of this type - /// cannot be created or updated using the API. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SESSION_POSITION")] - TARGETINGTYPESESSIONPOSITION = 48, + /// Location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_LOCATION")] + YOUTUBEASSETTYPELOCATION = 1, - /// - /// Filter website content by content themes (for example, religion). Only supported for - /// Advertiser resources. Targeting of this type cannot be created or updated using the API. - /// This targeting is only inherited by child YouTube and Demand Gen line item resources. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_THEME_EXCLUSION")] - TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, + /// Affiliate location asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION")] + YOUTUBEASSETTYPEAFFILIATELOCATION = 2, + + /// Sitelink asset. + [Google.Apis.Util.StringValueAttribute("YOUTUBE_ASSET_TYPE_SITELINK")] + YOUTUBEASSETTYPESITELINK = 3, } - /// - /// Allows filtering by assigned targeting option fields. Supported syntax: * Filter expressions - /// are made up of one or more restrictions. * Restrictions can be combined by the logical - /// operator `OR`. * A restriction has the form of `{field} {operator} {value}`. * All fields - /// must use the `EQUALS (=)` operator. Supported fields: * `assignedTargetingOptionId` * - /// `inheritance` Examples: * `AssignedTargetingOption` resources with ID 1 or 2: - /// `assignedTargetingOptionId="1" OR assignedTargetingOptionId="2"` * `AssignedTargetingOption` - /// resources with inheritance status of `NOT_INHERITED` or `INHERITED_FROM_PARTNER`: - /// `inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"` The length of this - /// field should be no more than 500 characters. Reference our [filter `LIST` - /// requests](/display-video/api/guides/how-tos/filters) guide for more information. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// The ID of an ad group. + [Google.Apis.Util.RequestParameterAttribute("linkedEntity.adGroupId", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable LinkedEntityAdGroupId { get; set; } /// - /// Field by which to sort the list. Acceptable values are: * `assignedTargetingOptionId` - /// (default) The default sorting order is ascending. To specify descending order for a field, a - /// suffix "desc" should be added to the field name. Example: `assignedTargetingOptionId desc`. + /// Optional. Field by which to sort the list. The only acceptable values are: * + /// `linkedYoutubeAsset.locationAssetFilter.assetSetId`, * + /// `linkedYoutubeAsset.affiliateLocationAssetFilter.assetSetId`, * + /// `linkedYoutubeAsset.sitelinkAsset.assetId` The default sorting order is ascending. To + /// specify descending order for a field, a suffix " desc" should be added to the field name. + /// Example: `linkedYoutubeAsset.sitelinkAsset.assetId desc`. /// [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] public virtual string OrderBy { get; set; } /// - /// Requested page size. Must be between `1` and `5000`. If unspecified will default to `100`. - /// Returns error code `INVALID_ARGUMENT` if an invalid value is specified. + /// Optional. Requested page size. Must be between `1` and `10000`. If unspecified will default + /// to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } /// - /// A token identifying a page of results the server should return. Typically, this is the value - /// of next_page_token returned from the previous call to `ListLineItemAssignedTargetingOptions` - /// method. If not specified, the first page of results will be returned. + /// Optional. A token identifying a page of results the server should return. Typically, this is + /// the value of next_page_token returned from the previous call to + /// `ListYoutubeAssetAssociations` method. If not specified, the first page of results will be + /// returned. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -8906,7 +10359,7 @@ public enum TargetingTypeEnum public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions"; + public override string RestPath => "v4/advertisers/{+advertiserId}/lineItems/{+lineItemId}/youtubeAssetTypes/{+youtubeAssetType}/youtubeAssetAssociations"; /// Initializes List parameter list. protected override void InitParameters() @@ -8928,17 +10381,17 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); - RequestParameters.Add("targetingType", new Google.Apis.Discovery.Parameter + RequestParameters.Add("youtubeAssetType", new Google.Apis.Discovery.Parameter { - Name = "targetingType", + Name = "youtubeAssetType", IsRequired = true, ParameterType = "path", DefaultValue = null, Pattern = @"^[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + RequestParameters.Add("linkedEntity.adGroupId", new Google.Apis.Discovery.Parameter { - Name = "filter", + Name = "linkedEntity.adGroupId", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -21735,210 +23188,552 @@ public enum TargetingTypeEnum [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_VIEWABILITY")] TARGETINGTYPEVIEWABILITY = 29, - /// - /// Target ads to a specific content category (for example, arts &amp; entertainment). - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CATEGORY")] - TARGETINGTYPECATEGORY = 30, + /// + /// Target ads to a specific content category (for example, arts &amp; entertainment). + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CATEGORY")] + TARGETINGTYPECATEGORY = 30, + + /// Purchase impressions from specific deals and auction packages. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE")] + TARGETINGTYPEINVENTORYSOURCE = 31, + + /// Target ads to a specific language (for example, English or Japanese). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_LANGUAGE")] + TARGETINGTYPELANGUAGE = 32, + + /// + /// Target ads to ads.txt authorized sellers. If no targeting option of this type is assigned, the + /// resource uses the "Authorized Direct Sellers and Resellers" option by default. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUTHORIZED_SELLER_STATUS")] + TARGETINGTYPEAUTHORIZEDSELLERSTATUS = 33, + + /// Target ads to a specific regional location (for example, a city or state). + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GEO_REGION")] + TARGETINGTYPEGEOREGION = 34, + + /// Purchase impressions from a group of deals and auction packages. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE_GROUP")] + TARGETINGTYPEINVENTORYSOURCEGROUP = 35, + + /// Purchase impressions from specific exchanges. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_EXCHANGE")] + TARGETINGTYPEEXCHANGE = 36, + + /// Purchase impressions from specific sub-exchanges. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SUB_EXCHANGE")] + TARGETINGTYPESUBEXCHANGE = 37, + + /// + /// Target ads around a specific point of interest, such as a notable building, a street address, or + /// latitude/longitude coordinates. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_POI")] + TARGETINGTYPEPOI = 38, + + /// Target ads around locations of a business chain within a specific geo region. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BUSINESS_CHAIN")] + TARGETINGTYPEBUSINESSCHAIN = 39, + + /// Target ads to a specific video content duration. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_DURATION")] + TARGETINGTYPECONTENTDURATION = 40, + + /// Target ads to a specific video content stream type. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_STREAM_TYPE")] + TARGETINGTYPECONTENTSTREAMTYPE = 41, + + /// Target ads to a specific native content position. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NATIVE_CONTENT_POSITION")] + TARGETINGTYPENATIVECONTENTPOSITION = 42, + + /// Target ads in an Open Measurement enabled inventory. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OMID")] + TARGETINGTYPEOMID = 43, + + /// Target ads to a specific audio content type. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIO_CONTENT_TYPE")] + TARGETINGTYPEAUDIOCONTENTTYPE = 44, + + /// Target ads to a specific content genre. + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_GENRE")] + TARGETINGTYPECONTENTGENRE = 45, + + /// + /// Target ads to a specific YouTube video. Targeting of this type cannot be created or updated + /// using the API. Although this targeting is inherited by child resources, **inherited targeting of + /// this type will not be retrieveable**. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_VIDEO")] + TARGETINGTYPEYOUTUBEVIDEO = 46, + + /// + /// Target ads to a specific YouTube channel. Targeting of this type cannot be created or updated + /// using the API. Although this targeting is inherited by child resources, **inherited targeting of + /// this type will not be retrieveable**. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_CHANNEL")] + TARGETINGTYPEYOUTUBECHANNEL = 47, + + /// + /// Target ads to a serve it in a certain position of a session. Only supported for Ad Group + /// resources under YouTube Programmatic Reservation line items. Targeting of this type cannot be + /// created or updated using the API. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SESSION_POSITION")] + TARGETINGTYPESESSIONPOSITION = 48, + + /// + /// Filter website content by content themes (for example, religion). Only supported for Advertiser + /// resources. Targeting of this type cannot be created or updated using the API. This targeting is + /// only inherited by child YouTube and Demand Gen line item resources. + /// + [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_THEME_EXCLUSION")] + TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, + } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.SearchTargetingOptionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "search"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/targetingTypes/{+targetingType}/targetingOptions:search"; + + /// Initializes Search parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("targetingType", new Google.Apis.Discovery.Parameter + { + Name = "targetingType", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + } + } + + /// The "users" collection of methods. + public class UsersResource + { + private const string Resource = "users"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public UsersResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Bulk edits user roles for a user. The operation will delete the assigned user roles provided in + /// BulkEditAssignedUserRolesRequest.deletedAssignedUserRoles and then assign the user roles provided in + /// BulkEditAssignedUserRolesRequest.createdAssignedUserRoles. This method has unique authentication + /// requirements. Read the prerequisites in our [Managing Users + /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + /// The body of the request. + /// Required. The ID of the user to which the assigned user roles belong. + public virtual BulkEditAssignedUserRolesRequest BulkEditAssignedUserRoles(Google.Apis.DisplayVideo.v4.Data.BulkEditAssignedUserRolesRequest body, long userId) + { + return new BulkEditAssignedUserRolesRequest(this.service, body, userId); + } + + /// + /// Bulk edits user roles for a user. The operation will delete the assigned user roles provided in + /// BulkEditAssignedUserRolesRequest.deletedAssignedUserRoles and then assign the user roles provided in + /// BulkEditAssignedUserRolesRequest.createdAssignedUserRoles. This method has unique authentication + /// requirements. Read the prerequisites in our [Managing Users + /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + public class BulkEditAssignedUserRolesRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new BulkEditAssignedUserRoles request. + public BulkEditAssignedUserRolesRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.BulkEditAssignedUserRolesRequest body, long userId) : base(service) + { + UserId = userId; + Body = body; + InitParameters(); + } + + /// Required. The ID of the user to which the assigned user roles belong. + [Google.Apis.Util.RequestParameterAttribute("userId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long UserId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.BulkEditAssignedUserRolesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "bulkEditAssignedUserRoles"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/users/{+userId}:bulkEditAssignedUserRoles"; + + /// Initializes BulkEditAssignedUserRoles parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("userId", new Google.Apis.Discovery.Parameter + { + Name = "userId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } + + /// + /// Creates a new user. Returns the newly created user if successful. This method has unique authentication + /// requirements. Read the prerequisites in our [Managing Users + /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + /// The body of the request. + public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.User body) + { + return new CreateRequest(this.service, body); + } + + /// + /// Creates a new user. Returns the newly created user if successful. This method has unique authentication + /// requirements. Read the prerequisites in our [Managing Users + /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + public class CreateRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.User body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.DisplayVideo.v4.Data.User Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v4/users"; - /// Purchase impressions from specific deals and auction packages. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE")] - TARGETINGTYPEINVENTORYSOURCE = 31, + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } - /// Target ads to a specific language (for example, English or Japanese). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_LANGUAGE")] - TARGETINGTYPELANGUAGE = 32, + /// + /// Deletes a user. This method has unique authentication requirements. Read the prerequisites in our [Managing + /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + /// Required. The ID of the user to delete. + public virtual DeleteRequest Delete(long userId) + { + return new DeleteRequest(this.service, userId); + } - /// - /// Target ads to ads.txt authorized sellers. If no targeting option of this type is assigned, the - /// resource uses the "Authorized Direct Sellers and Resellers" option by default. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUTHORIZED_SELLER_STATUS")] - TARGETINGTYPEAUTHORIZEDSELLERSTATUS = 33, + /// + /// Deletes a user. This method has unique authentication requirements. Read the prerequisites in our [Managing + /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + public class DeleteRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, long userId) : base(service) + { + UserId = userId; + InitParameters(); + } - /// Target ads to a specific regional location (for example, a city or state). - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_GEO_REGION")] - TARGETINGTYPEGEOREGION = 34, + /// Required. The ID of the user to delete. + [Google.Apis.Util.RequestParameterAttribute("userId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long UserId { get; private set; } - /// Purchase impressions from a group of deals and auction packages. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_INVENTORY_SOURCE_GROUP")] - TARGETINGTYPEINVENTORYSOURCEGROUP = 35, + /// Gets the method name. + public override string MethodName => "delete"; - /// Purchase impressions from specific exchanges. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_EXCHANGE")] - TARGETINGTYPEEXCHANGE = 36, + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Purchase impressions from specific sub-exchanges. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SUB_EXCHANGE")] - TARGETINGTYPESUBEXCHANGE = 37, + /// Gets the REST path. + public override string RestPath => "v4/users/{+userId}"; - /// - /// Target ads around a specific point of interest, such as a notable building, a street address, or - /// latitude/longitude coordinates. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_POI")] - TARGETINGTYPEPOI = 38, + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("userId", new Google.Apis.Discovery.Parameter + { + Name = "userId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } - /// Target ads around locations of a business chain within a specific geo region. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_BUSINESS_CHAIN")] - TARGETINGTYPEBUSINESSCHAIN = 39, + /// + /// Gets a user. This method has unique authentication requirements. Read the prerequisites in our [Managing + /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + /// Required. The ID of the user to fetch. + public virtual GetRequest Get(long userId) + { + return new GetRequest(this.service, userId); + } - /// Target ads to a specific video content duration. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_DURATION")] - TARGETINGTYPECONTENTDURATION = 40, + /// + /// Gets a user. This method has unique authentication requirements. Read the prerequisites in our [Managing + /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this + /// method" feature does not work for this method. + /// + public class GetRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, long userId) : base(service) + { + UserId = userId; + InitParameters(); + } - /// Target ads to a specific video content stream type. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_STREAM_TYPE")] - TARGETINGTYPECONTENTSTREAMTYPE = 41, + /// Required. The ID of the user to fetch. + [Google.Apis.Util.RequestParameterAttribute("userId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long UserId { get; private set; } - /// Target ads to a specific native content position. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_NATIVE_CONTENT_POSITION")] - TARGETINGTYPENATIVECONTENTPOSITION = 42, + /// Gets the method name. + public override string MethodName => "get"; - /// Target ads in an Open Measurement enabled inventory. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_OMID")] - TARGETINGTYPEOMID = 43, + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Target ads to a specific audio content type. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_AUDIO_CONTENT_TYPE")] - TARGETINGTYPEAUDIOCONTENTTYPE = 44, + /// Gets the REST path. + public override string RestPath => "v4/users/{+userId}"; - /// Target ads to a specific content genre. - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_GENRE")] - TARGETINGTYPECONTENTGENRE = 45, + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("userId", new Google.Apis.Discovery.Parameter + { + Name = "userId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^[^/]+$", + }); + } + } - /// - /// Target ads to a specific YouTube video. Targeting of this type cannot be created or updated - /// using the API. Although this targeting is inherited by child resources, **inherited targeting of - /// this type will not be retrieveable**. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_VIDEO")] - TARGETINGTYPEYOUTUBEVIDEO = 46, + /// + /// Lists users that are accessible to the current user. If two users have user roles on the same partner or + /// advertiser, they can access each other. This method has unique authentication requirements. Read the + /// prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before + /// using this method. The "Try this method" feature does not work for this method. + /// + public virtual ListRequest List() + { + return new ListRequest(this.service); + } - /// - /// Target ads to a specific YouTube channel. Targeting of this type cannot be created or updated - /// using the API. Although this targeting is inherited by child resources, **inherited targeting of - /// this type will not be retrieveable**. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_YOUTUBE_CHANNEL")] - TARGETINGTYPEYOUTUBECHANNEL = 47, + /// + /// Lists users that are accessible to the current user. If two users have user roles on the same partner or + /// advertiser, they can access each other. This method has unique authentication requirements. Read the + /// prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before + /// using this method. The "Try this method" feature does not work for this method. + /// + public class ListRequest : DisplayVideoBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } - /// - /// Target ads to a serve it in a certain position of a session. Only supported for Ad Group - /// resources under YouTube Programmatic Reservation line items. Targeting of this type cannot be - /// created or updated using the API. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_SESSION_POSITION")] - TARGETINGTYPESESSIONPOSITION = 48, + /// + /// Allows filtering by user fields. Supported syntax: * Filter expressions are made up of one or more + /// restrictions. * Restrictions can be combined by the logical operator `AND`. * A restriction has the form + /// of `{field} {operator} {value}`. * The `displayName` and `email` fields must use the `HAS (:)` operator. + /// * The `lastLoginTime` field must use either the `LESS THAN OR EQUAL TO (&lt;=)` or `GREATER THAN OR + /// EQUAL TO (&gt;=)` operator. * All other fields must use the `EQUALS (=)` operator. Supported fields: + /// * `assignedUserRole.advertiserId` * `assignedUserRole.entityType`: This is synthetic field of + /// `AssignedUserRole` used for filtering. Identifies the type of entity to which the user role is assigned. + /// Valid values are `Partner` and `Advertiser`. * `assignedUserRole.parentPartnerId`: This is a synthetic + /// field of `AssignedUserRole` used for filtering. Identifies the parent partner of the entity to which the + /// user role is assigned. * `assignedUserRole.partnerId` * `assignedUserRole.userRole` * `displayName` * + /// `email` * `lastLoginTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * The user + /// with `displayName` containing "foo": `displayName:"foo"` * The user with `email` containing "bar": + /// `email:"bar"` * All users with standard user roles: `assignedUserRole.userRole="STANDARD"` * All users + /// with user roles for partner 123: `assignedUserRole.partnerId="123"` * All users with user roles for + /// advertiser 123: `assignedUserRole.advertiserId="123"` * All users with partner level user roles: + /// `entityType="PARTNER"` * All users with user roles for partner 123 and advertisers under partner 123: + /// `parentPartnerId="123"` * All users that last logged in on or after 2023-01-01T00:00:00Z (format of ISO + /// 8601): `lastLoginTime&gt;="2023-01-01T00:00:00Z"` The length of this field should be no more than + /// 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide + /// for more information. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Filter website content by content themes (for example, religion). Only supported for Advertiser - /// resources. Targeting of this type cannot be created or updated using the API. This targeting is - /// only inherited by child YouTube and Demand Gen line item resources. - /// - [Google.Apis.Util.StringValueAttribute("TARGETING_TYPE_CONTENT_THEME_EXCLUSION")] - TARGETINGTYPECONTENTTHEMEEXCLUSION = 49, - } + /// + /// Field by which to sort the list. Acceptable values are: * `displayName` (default) The default sorting + /// order is ascending. To specify descending order for a field, a suffix "desc" should be added to the + /// field name. For example, `displayName desc`. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } - /// Gets or sets the body of this request. - Google.Apis.DisplayVideo.v4.Data.SearchTargetingOptionsRequest Body { get; set; } + /// + /// Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// A token identifying a page of results the server should return. Typically, this is the value of + /// next_page_token returned from the previous call to `ListUsers` method. If not specified, the first page + /// of results will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "search"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v4/targetingTypes/{+targetingType}/targetingOptions:search"; + /// Gets the REST path. + public override string RestPath => "v4/users"; - /// Initializes Search parameter list. - protected override void InitParameters() + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("targetingType", new Google.Apis.Discovery.Parameter - { - Name = "targetingType", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - } + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - } - - /// The "users" collection of methods. - public class UsersResource - { - private const string Resource = "users"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public UsersResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } /// - /// Bulk edits user roles for a user. The operation will delete the assigned user roles provided in - /// BulkEditAssignedUserRolesRequest.deletedAssignedUserRoles and then assign the user roles provided in - /// BulkEditAssignedUserRolesRequest.createdAssignedUserRoles. This method has unique authentication + /// Updates an existing user. Returns the updated user if successful. This method has unique authentication /// requirements. Read the prerequisites in our [Managing Users /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this /// method" feature does not work for this method. /// /// The body of the request. - /// Required. The ID of the user to which the assigned user roles belong. - public virtual BulkEditAssignedUserRolesRequest BulkEditAssignedUserRoles(Google.Apis.DisplayVideo.v4.Data.BulkEditAssignedUserRolesRequest body, long userId) + /// Output only. The unique ID of the user. Assigned by the system. + public virtual PatchRequest Patch(Google.Apis.DisplayVideo.v4.Data.User body, long userId) { - return new BulkEditAssignedUserRolesRequest(this.service, body, userId); + return new PatchRequest(this.service, body, userId); } /// - /// Bulk edits user roles for a user. The operation will delete the assigned user roles provided in - /// BulkEditAssignedUserRolesRequest.deletedAssignedUserRoles and then assign the user roles provided in - /// BulkEditAssignedUserRolesRequest.createdAssignedUserRoles. This method has unique authentication + /// Updates an existing user. Returns the updated user if successful. This method has unique authentication /// requirements. Read the prerequisites in our [Managing Users /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this /// method" feature does not work for this method. /// - public class BulkEditAssignedUserRolesRequest : DisplayVideoBaseServiceRequest + public class PatchRequest : DisplayVideoBaseServiceRequest { - /// Constructs a new BulkEditAssignedUserRoles request. - public BulkEditAssignedUserRolesRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.BulkEditAssignedUserRolesRequest body, long userId) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.User body, long userId) : base(service) { UserId = userId; Body = body; InitParameters(); } - /// Required. The ID of the user to which the assigned user roles belong. + /// Output only. The unique ID of the user. Assigned by the system. [Google.Apis.Util.RequestParameterAttribute("userId", Google.Apis.Util.RequestParameterType.Path)] public virtual long UserId { get; private set; } + /// Required. The mask to control which fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + /// Gets or sets the body of this request. - Google.Apis.DisplayVideo.v4.Data.BulkEditAssignedUserRolesRequest Body { get; set; } + Google.Apis.DisplayVideo.v4.Data.User Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "bulkEditAssignedUserRoles"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "v4/users/{+userId}:bulkEditAssignedUserRoles"; + public override string RestPath => "v4/users/{+userId}"; - /// Initializes BulkEditAssignedUserRoles parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -21950,558 +23745,700 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^[^/]+$", }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } + } +} +namespace Google.Apis.DisplayVideo.v4.Data +{ + /// Configuration for custom Active View video viewability metrics. + public class ActiveViewVideoViewabilityMetricConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The display name of the custom metric. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } /// - /// Creates a new user. Returns the newly created user if successful. This method has unique authentication - /// requirements. Read the prerequisites in our [Managing Users - /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// The minimum visible video duration required (in seconds) in order for an impression to be recorded. You must + /// specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric + /// criteria if either requirement is met (whichever happens first). /// - /// The body of the request. - public virtual CreateRequest Create(Google.Apis.DisplayVideo.v4.Data.User body) - { - return new CreateRequest(this.service, body); - } + [Newtonsoft.Json.JsonPropertyAttribute("minimumDuration")] + public virtual string MinimumDuration { get; set; } /// - /// Creates a new user. Returns the newly created user if successful. This method has unique authentication - /// requirements. Read the prerequisites in our [Managing Users - /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// The minimum visible video duration required, based on the video quartiles, in order for an impression to be + /// recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression + /// meets the metric criteria if either requirement is met (whichever happens first). /// - public class CreateRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.User body) : base(service) - { - Body = body; - InitParameters(); - } + [Newtonsoft.Json.JsonPropertyAttribute("minimumQuartile")] + public virtual string MinimumQuartile { get; set; } - /// Gets or sets the body of this request. - Google.Apis.DisplayVideo.v4.Data.User Body { get; set; } + /// + /// Required. The minimum percentage of the video ad's pixels visible on the screen in order for an impression + /// to be recorded. + /// + [Newtonsoft.Json.JsonPropertyAttribute("minimumViewability")] + public virtual string MinimumViewability { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Required. The minimum percentage of the video ad's volume required in order for an impression to be + /// recorded. + /// + [Newtonsoft.Json.JsonPropertyAttribute("minimumVolume")] + public virtual string MinimumVolume { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// A single ad asset. + public class AdAsset : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The ID of the ad asset. Referred to as the asset ID when assigned to an ad. + [Newtonsoft.Json.JsonPropertyAttribute("adAssetId")] + public virtual System.Nullable AdAssetId { get; set; } - /// Gets the REST path. - public override string RestPath => "v4/users"; + /// Required. The type of the ad asset. + [Newtonsoft.Json.JsonPropertyAttribute("adAssetType")] + public virtual string AdAssetType { get; set; } - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - } - } + /// Output only. The entity status of the ad asset. + [Newtonsoft.Json.JsonPropertyAttribute("entityStatus")] + public virtual string EntityStatus { get; set; } + + /// Identifier. The resource name of the ad asset. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Youtube video asset data. + [Newtonsoft.Json.JsonPropertyAttribute("youtubeVideoAsset")] + public virtual YoutubeVideoAsset YoutubeVideoAsset { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A single ad group associated with a line item. + public class AdGroup : Google.Apis.Requests.IDirectResponseSchema + { + /// The format of the ads in the ad group. + [Newtonsoft.Json.JsonPropertyAttribute("adGroupFormat")] + public virtual string AdGroupFormat { get; set; } + + /// The unique ID of the ad group. Assigned by the system. + [Newtonsoft.Json.JsonPropertyAttribute("adGroupId")] + public virtual System.Nullable AdGroupId { get; set; } + + /// The unique ID of the advertiser the ad group belongs to. + [Newtonsoft.Json.JsonPropertyAttribute("advertiserId")] + public virtual System.Nullable AdvertiserId { get; set; } /// - /// Deletes a user. This method has unique authentication requirements. Read the prerequisites in our [Managing - /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// The bidding strategy used by the ad group. Only the youtubeAndPartnersBid field can be used in the bidding + /// strategy. /// - /// Required. The ID of the user to delete. - public virtual DeleteRequest Delete(long userId) - { - return new DeleteRequest(this.service, userId); - } + [Newtonsoft.Json.JsonPropertyAttribute("bidStrategy")] + public virtual BiddingStrategy BidStrategy { get; set; } + + /// The display name of the ad group. Must be UTF-8 encoded with a maximum size of 255 bytes. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } /// - /// Deletes a user. This method has unique authentication requirements. Read the prerequisites in our [Managing - /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// Controls whether or not the ad group can spend its budget and bid on inventory. If the ad group's parent + /// line item is not active, the ad group can't spend its budget even if its own status is + /// `ENTITY_STATUS_ACTIVE`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entityStatus")] + public virtual string EntityStatus { get; set; } + + /// The unique ID of the line item that the ad group belongs to. + [Newtonsoft.Json.JsonPropertyAttribute("lineItemId")] + public virtual System.Nullable LineItemId { get; set; } + + /// The resource name of the ad group. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The settings of the product feed in this ad group. + [Newtonsoft.Json.JsonPropertyAttribute("productFeedData")] + public virtual ProductFeedData ProductFeedData { get; set; } + + /// + /// The [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the ad group. /// - public class DeleteRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, long userId) : base(service) - { - UserId = userId; - InitParameters(); - } + [Newtonsoft.Json.JsonPropertyAttribute("targetingExpansion")] + public virtual TargetingExpansionConfig TargetingExpansion { get; set; } - /// Required. The ID of the user to delete. - [Google.Apis.Util.RequestParameterAttribute("userId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long UserId { get; private set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets the method name. - public override string MethodName => "delete"; + /// A single ad associated with an ad group. + public class AdGroupAd : Google.Apis.Requests.IDirectResponseSchema + { + /// The unique ID of the ad. Assigned by the system. + [Newtonsoft.Json.JsonPropertyAttribute("adGroupAdId")] + public virtual System.Nullable AdGroupAdId { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// + /// The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand Gen ads are not + /// currently retrieveable using `advertisers.adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can + /// be identified by the absence of the `ad_details` union field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adGroupId")] + public virtual System.Nullable AdGroupId { get; set; } - /// Gets the REST path. - public override string RestPath => "v4/users/{+userId}"; + /// The policy approval status of the ad. + [Newtonsoft.Json.JsonPropertyAttribute("adPolicy")] + public virtual AdPolicy AdPolicy { get; set; } - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("userId", new Google.Apis.Discovery.Parameter - { - Name = "userId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - } - } + /// List of URLs used by the ad. + [Newtonsoft.Json.JsonPropertyAttribute("adUrls")] + public virtual System.Collections.Generic.IList AdUrls { get; set; } + + /// The unique ID of the advertiser the ad belongs to. + [Newtonsoft.Json.JsonPropertyAttribute("advertiserId")] + public virtual System.Nullable AdvertiserId { get; set; } /// - /// Gets a user. This method has unique authentication requirements. Read the prerequisites in our [Managing - /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing + /// objectives. /// - /// Required. The ID of the user to fetch. - public virtual GetRequest Get(long userId) - { - return new GetRequest(this.service, userId); - } + [Newtonsoft.Json.JsonPropertyAttribute("audioAd")] + public virtual AudioAd AudioAd { get; set; } /// - /// Gets a user. This method has unique authentication requirements. Read the prerequisites in our [Managing - /// Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or + /// less than 6 seconds, used for reach. /// - public class GetRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long userId) : base(service) - { - UserId = userId; - InitParameters(); - } - - /// Required. The ID of the user to fetch. - [Google.Apis.Util.RequestParameterAttribute("userId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long UserId { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; + [Newtonsoft.Json.JsonPropertyAttribute("bumperAd")] + public virtual BumperAd BumperAd { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Gets the REST path. - public override string RestPath => "v4/users/{+userId}"; + /// Details of an ad sourced from a Display & Video 360 creative. + [Newtonsoft.Json.JsonPropertyAttribute("displayVideoSourceAd")] + public virtual DisplayVideoSourceAd DisplayVideoSourceAd { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("userId", new Google.Apis.Discovery.Parameter - { - Name = "userId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - } - } + /// The entity status of the ad. + [Newtonsoft.Json.JsonPropertyAttribute("entityStatus")] + public virtual string EntityStatus { get; set; } /// - /// Lists users that are accessible to the current user. If two users have user roles on the same partner or - /// advertiser, they can access each other. This method has unique authentication requirements. Read the - /// prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before - /// using this method. The "Try this method" feature does not work for this method. + /// Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), + /// used for brand awareness or reach marketing objectives. /// - public virtual ListRequest List() - { - return new ListRequest(this.service); - } + [Newtonsoft.Json.JsonPropertyAttribute("inStreamAd")] + public virtual InStreamAd InStreamAd { get; set; } /// - /// Lists users that are accessible to the current user. If two users have user roles on the same partner or - /// advertiser, they can access each other. This method has unique authentication requirements. Read the - /// prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before - /// using this method. The "Try this method" feature does not work for this method. + /// Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826). /// - public class ListRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service) : base(service) - { - InitParameters(); - } - - /// - /// Allows filtering by user fields. Supported syntax: * Filter expressions are made up of one or more - /// restrictions. * Restrictions can be combined by the logical operator `AND`. * A restriction has the form - /// of `{field} {operator} {value}`. * The `displayName` and `email` fields must use the `HAS (:)` operator. - /// * The `lastLoginTime` field must use either the `LESS THAN OR EQUAL TO (&lt;=)` or `GREATER THAN OR - /// EQUAL TO (&gt;=)` operator. * All other fields must use the `EQUALS (=)` operator. Supported fields: - /// * `assignedUserRole.advertiserId` * `assignedUserRole.entityType`: This is synthetic field of - /// `AssignedUserRole` used for filtering. Identifies the type of entity to which the user role is assigned. - /// Valid values are `Partner` and `Advertiser`. * `assignedUserRole.parentPartnerId`: This is a synthetic - /// field of `AssignedUserRole` used for filtering. Identifies the parent partner of the entity to which the - /// user role is assigned. * `assignedUserRole.partnerId` * `assignedUserRole.userRole` * `displayName` * - /// `email` * `lastLoginTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * The user - /// with `displayName` containing "foo": `displayName:"foo"` * The user with `email` containing "bar": - /// `email:"bar"` * All users with standard user roles: `assignedUserRole.userRole="STANDARD"` * All users - /// with user roles for partner 123: `assignedUserRole.partnerId="123"` * All users with user roles for - /// advertiser 123: `assignedUserRole.advertiserId="123"` * All users with partner level user roles: - /// `entityType="PARTNER"` * All users with user roles for partner 123 and advertisers under partner 123: - /// `parentPartnerId="123"` * All users that last logged in on or after 2023-01-01T00:00:00Z (format of ISO - /// 8601): `lastLoginTime&gt;="2023-01-01T00:00:00Z"` The length of this field should be no more than - /// 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide - /// for more information. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// Field by which to sort the list. Acceptable values are: * `displayName` (default) The default sorting - /// order is ascending. To specify descending order for a field, a suffix "desc" should be added to the - /// field name. For example, `displayName desc`. - /// - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("mastheadAd")] + public virtual MastheadAd MastheadAd { get; set; } - /// - /// Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// The resource name of the ad. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// - /// A token identifying a page of results the server should return. Typically, this is the value of - /// next_page_token returned from the previous call to `ListUsers` method. If not specified, the first page - /// of results will be returned. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), + /// between 6 and 15 seconds, used for reach marketing objectives. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nonSkippableAd")] + public virtual NonSkippableAd NonSkippableAd { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places + /// of discovery. + /// + [Newtonsoft.Json.JsonPropertyAttribute("videoDiscoverAd")] + public virtual VideoDiscoveryAd VideoDiscoverAd { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive + /// actions to the business, service or product. + /// + [Newtonsoft.Json.JsonPropertyAttribute("videoPerformanceAd")] + public virtual VideoPerformanceAd VideoPerformanceAd { get; set; } - /// Gets the REST path. - public override string RestPath => "v4/users"; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// + /// Wrapper object associating an AssignedTargetingOption resource and the ad group it is assigned to. + /// + public class AdGroupAssignedTargetingOption : Google.Apis.Requests.IDirectResponseSchema + { + /// The ID of the ad group the assigned targeting option is assigned to. + [Newtonsoft.Json.JsonPropertyAttribute("adGroupId")] + public virtual System.Nullable AdGroupId { get; set; } + + /// The assigned targeting option resource. + [Newtonsoft.Json.JsonPropertyAttribute("assignedTargetingOption")] + public virtual AssignedTargetingOption AssignedTargetingOption { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A single ad policy associated with an ad group ad. + public class AdPolicy : Google.Apis.Requests.IDirectResponseSchema + { + /// The policy approval status of an ad, indicating the approval decision. + [Newtonsoft.Json.JsonPropertyAttribute("adPolicyApprovalStatus")] + public virtual string AdPolicyApprovalStatus { get; set; } /// - /// Updates an existing user. Returns the updated user if successful. This method has unique authentication - /// requirements. Read the prerequisites in our [Managing Users - /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// The policy review status of an ad, indicating where in the review process the ad is currently. /// - /// The body of the request. - /// Output only. The unique ID of the user. Assigned by the system. - public virtual PatchRequest Patch(Google.Apis.DisplayVideo.v4.Data.User body, long userId) - { - return new PatchRequest(this.service, body, userId); - } + [Newtonsoft.Json.JsonPropertyAttribute("adPolicyReviewStatus")] + public virtual string AdPolicyReviewStatus { get; set; } /// - /// Updates an existing user. Returns the updated user if successful. This method has unique authentication - /// requirements. Read the prerequisites in our [Managing Users - /// guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this - /// method" feature does not work for this method. + /// The entries for each policy topic identified as relating to the ad. Each entry includes the topic, + /// restriction level, and guidance on how to fix policy issues. /// - public class PatchRequest : DisplayVideoBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v4.Data.User body, long userId) : base(service) - { - UserId = userId; - Body = body; - InitParameters(); - } - - /// Output only. The unique ID of the user. Assigned by the system. - [Google.Apis.Util.RequestParameterAttribute("userId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long UserId { get; private set; } + [Newtonsoft.Json.JsonPropertyAttribute("adPolicyTopicEntry")] + public virtual System.Collections.Generic.IList AdPolicyTopicEntry { get; set; } - /// Required. The mask to control which fields to update. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets or sets the body of this request. - Google.Apis.DisplayVideo.v4.Data.User Body { get; set; } + /// Represents a country restriction. + public class AdPolicyCriterionRestriction : Google.Apis.Requests.IDirectResponseSchema + { + /// The country criterion id. + [Newtonsoft.Json.JsonPropertyAttribute("countryCriterionId")] + public virtual System.Nullable CountryCriterionId { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Localized name for the country. May be empty. + [Newtonsoft.Json.JsonPropertyAttribute("countryLabel")] + public virtual string CountryLabel { get; set; } - /// Gets the method name. - public override string MethodName => "patch"; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Information on how to appeal a policy decision. + public class AdPolicyTopicAppealInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Only available when appeal_type is `APPEAL_FORM`. + [Newtonsoft.Json.JsonPropertyAttribute("appealFormLink")] + public virtual string AppealFormLink { get; set; } - /// Gets the REST path. - public override string RestPath => "v4/users/{+userId}"; + /// Whether the decision can be appealed through a self-service appeal or an appeal form. + [Newtonsoft.Json.JsonPropertyAttribute("appealType")] + public virtual string AppealType { get; set; } - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("userId", new Google.Apis.Discovery.Parameter - { - Name = "userId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } } -} -namespace Google.Apis.DisplayVideo.v4.Data -{ - /// Configuration for custom Active View video viewability metrics. - public class ActiveViewVideoViewabilityMetricConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. The display name of the custom metric. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Details on ad serving constraints. + public class AdPolicyTopicConstraint : Google.Apis.Requests.IDirectResponseSchema + { /// - /// The minimum visible video duration required (in seconds) in order for an impression to be recorded. You must - /// specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric - /// criteria if either requirement is met (whichever happens first). + /// Countries where the resource's domain is not covered by the certificates associated with it. /// - [Newtonsoft.Json.JsonPropertyAttribute("minimumDuration")] - public virtual string MinimumDuration { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("certificateDomainMismatchCountryList")] + public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CertificateDomainMismatchCountryList { get; set; } - /// - /// The minimum visible video duration required, based on the video quartiles, in order for an impression to be - /// recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression - /// meets the metric criteria if either requirement is met (whichever happens first). - /// - [Newtonsoft.Json.JsonPropertyAttribute("minimumQuartile")] - public virtual string MinimumQuartile { get; set; } + /// Countries where a certificate is required for serving. + [Newtonsoft.Json.JsonPropertyAttribute("certificateMissingCountryList")] + public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CertificateMissingCountryList { get; set; } + + /// Countries where the ad cannot serve. + [Newtonsoft.Json.JsonPropertyAttribute("countryConstraint")] + public virtual AdPolicyTopicConstraintAdPolicyCountryConstraintList CountryConstraint { get; set; } /// - /// Required. The minimum percentage of the video ad's pixels visible on the screen in order for an impression - /// to be recorded. + /// Certificate is required to serve in any country and the existing certificate does not cover the ad's domain. /// - [Newtonsoft.Json.JsonPropertyAttribute("minimumViewability")] - public virtual string MinimumViewability { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("globalCertificateDomainMismatch")] + public virtual AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint GlobalCertificateDomainMismatch { get; set; } + + /// Certificate is required to serve in any country. + [Newtonsoft.Json.JsonPropertyAttribute("globalCertificateMissing")] + public virtual AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint GlobalCertificateMissing { get; set; } + + /// Link to the form to request a certificate for the constraint. + [Newtonsoft.Json.JsonPropertyAttribute("requestCertificateFormLink")] + public virtual string RequestCertificateFormLink { get; set; } + + /// Reseller constraint. + [Newtonsoft.Json.JsonPropertyAttribute("resellerConstraint")] + public virtual AdPolicyTopicConstraintAdPolicyResellerConstraint ResellerConstraint { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of countries where the ad cannot serve due to policy constraints. + public class AdPolicyTopicConstraintAdPolicyCountryConstraintList : Google.Apis.Requests.IDirectResponseSchema + { + /// Countries where the ad cannot serve. + [Newtonsoft.Json.JsonPropertyAttribute("countries")] + public virtual System.Collections.Generic.IList Countries { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Certificate is required to serve in any country and the existing certificate does not cover the ad's domain. + /// + public class AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Certificate is required to serve in any country. + public class AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Policy topic was constrained due to disapproval of the website for reseller purposes. + public class AdPolicyTopicConstraintAdPolicyResellerConstraint : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An entry describing how an ad has been identified as relating to an ad policy. + public class AdPolicyTopicEntry : Google.Apis.Requests.IDirectResponseSchema + { + /// Information on how to appeal the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("appealInfo")] + public virtual AdPolicyTopicAppealInfo AppealInfo { get; set; } + + /// Ad policy help center link for the policy topic. + [Newtonsoft.Json.JsonPropertyAttribute("helpCenterLink")] + public virtual string HelpCenterLink { get; set; } + + /// The source of the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("policyDecisionType")] + public virtual string PolicyDecisionType { get; set; } + + /// The policy enforcement means used in the policy review. + [Newtonsoft.Json.JsonPropertyAttribute("policyEnforcementMeans")] + public virtual string PolicyEnforcementMeans { get; set; } /// - /// Required. The minimum percentage of the video ad's volume required in order for an impression to be - /// recorded. + /// Localized label text for policy. Examples include "Trademarks in text", "Contains Alcohol", etc. /// - [Newtonsoft.Json.JsonPropertyAttribute("minimumVolume")] - public virtual string MinimumVolume { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("policyLabel")] + public virtual string PolicyLabel { get; set; } + + /// The policy topic. Examples include "TRADEMARKS", "ALCOHOL", etc. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopic")] + public virtual string PolicyTopic { get; set; } + + /// The serving constraints relevant to the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicConstraints")] + public virtual System.Collections.Generic.IList PolicyTopicConstraints { get; set; } + + /// A short summary description of the policy topic. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicDescription")] + public virtual string PolicyTopicDescription { get; set; } + + /// The evidence used in the policy decision. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicEvidences")] + public virtual System.Collections.Generic.IList PolicyTopicEvidences { get; set; } + + /// How ad serving will be affected due to the relation to the ad policy topic. + [Newtonsoft.Json.JsonPropertyAttribute("policyTopicType")] + public virtual string PolicyTopicType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A single ad group associated with a line item. - public class AdGroup : Google.Apis.Requests.IDirectResponseSchema + /// Evidence information used in the policy decision. + public class AdPolicyTopicEvidence : Google.Apis.Requests.IDirectResponseSchema { - /// The format of the ads in the ad group. - [Newtonsoft.Json.JsonPropertyAttribute("adGroupFormat")] - public virtual string AdGroupFormat { get; set; } + /// Counterfeit enforcement that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("counterfeit")] + public virtual AdPolicyTopicEvidenceCounterfeit Counterfeit { get; set; } - /// The unique ID of the ad group. Assigned by the system. - [Newtonsoft.Json.JsonPropertyAttribute("adGroupId")] - public virtual System.Nullable AdGroupId { get; set; } + /// A mismatch between the ad destination URLs. + [Newtonsoft.Json.JsonPropertyAttribute("destinationMismatch")] + public virtual AdPolicyTopicEvidenceDestinationMismatch DestinationMismatch { get; set; } - /// The unique ID of the advertiser the ad group belongs to. - [Newtonsoft.Json.JsonPropertyAttribute("advertiserId")] - public virtual System.Nullable AdvertiserId { get; set; } + /// Information on HTTP or DNS errors related to the ad destination. + [Newtonsoft.Json.JsonPropertyAttribute("destinationNotWorking")] + public virtual AdPolicyTopicEvidenceDestinationNotWorking DestinationNotWorking { get; set; } + + /// The text in the destination of the ad that is causing a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("destinationTextList")] + public virtual AdPolicyTopicEvidenceDestinationTextList DestinationTextList { get; set; } + + /// HTTP code returned when the final URL was crawled. + [Newtonsoft.Json.JsonPropertyAttribute("httpCode")] + public virtual System.Nullable HttpCode { get; set; } /// - /// The bidding strategy used by the ad group. Only the youtubeAndPartnersBid field can be used in the bidding - /// strategy. + /// The language the ad was detected to be written in. This field uses IETF language tags, such as "en-US". /// - [Newtonsoft.Json.JsonPropertyAttribute("bidStrategy")] - public virtual BiddingStrategy BidStrategy { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } - /// The display name of the ad group. Must be UTF-8 encoded with a maximum size of 255 bytes. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Legal related regulation enforcement that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("legalRemoval")] + public virtual AdPolicyTopicEvidenceLegalRemoval LegalRemoval { get; set; } + + /// T&S proactive enforcement that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("regionalRequirements")] + public virtual AdPolicyTopicEvidenceRegionalRequirements RegionalRequirements { get; set; } + + /// List of evidence found in the text of the ad. + [Newtonsoft.Json.JsonPropertyAttribute("textList")] + public virtual AdPolicyTopicEvidenceTextList TextList { get; set; } + + /// Trademark terms that caused a policy violation. + [Newtonsoft.Json.JsonPropertyAttribute("trademark")] + public virtual AdPolicyTopicEvidenceTrademark Trademark { get; set; } + + /// List of websites linked with the ad. + [Newtonsoft.Json.JsonPropertyAttribute("websiteList")] + public virtual AdPolicyTopicEvidenceWebsiteList WebsiteList { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Details on the counterfeit enforcement that caused a policy violation. + public class AdPolicyTopicEvidenceCounterfeit : Google.Apis.Requests.IDirectResponseSchema + { + /// The content or product owners that made a complaint. + [Newtonsoft.Json.JsonPropertyAttribute("owners")] + public virtual System.Collections.Generic.IList Owners { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Details on a mismatch between destination URL types. + public class AdPolicyTopicEvidenceDestinationMismatch : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Controls whether or not the ad group can spend its budget and bid on inventory. If the ad group's parent - /// line item is not active, the ad group can't spend its budget even if its own status is - /// `ENTITY_STATUS_ACTIVE`. + /// The set of URLs that do not match. The list can include single or multiple uri types. Example 1: + /// [`DISPLAY_URL`, `FINAL_URL`] means ad display URL does not match with the ad final URL. Example 2: + /// [`FINAL_URL`] means ad final URL did not match the crawled url, which is also considered as destination + /// mismatch. /// - [Newtonsoft.Json.JsonPropertyAttribute("entityStatus")] - public virtual string EntityStatus { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uriTypes")] + public virtual System.Collections.Generic.IList UriTypes { get; set; } - /// The unique ID of the line item that the ad group belongs to. - [Newtonsoft.Json.JsonPropertyAttribute("lineItemId")] - public virtual System.Nullable LineItemId { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The resource name of the ad group. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Details for on HTTP or DNS errors related to the ad destination. + public class AdPolicyTopicEvidenceDestinationNotWorking : Google.Apis.Requests.IDirectResponseSchema + { + /// The device where visiting the URL resulted in the error. + [Newtonsoft.Json.JsonPropertyAttribute("device")] + public virtual string Device { get; set; } - /// The settings of the product feed in this ad group. - [Newtonsoft.Json.JsonPropertyAttribute("productFeedData")] - public virtual ProductFeedData ProductFeedData { get; set; } + /// The type of DNS error. + [Newtonsoft.Json.JsonPropertyAttribute("dnsErrorType")] + public virtual string DnsErrorType { get; set; } + + /// The full URL that didn't work. + [Newtonsoft.Json.JsonPropertyAttribute("expandedUri")] + public virtual string ExpandedUri { get; set; } + + /// The HTTP error code. + [Newtonsoft.Json.JsonPropertyAttribute("httpErrorCode")] + public virtual System.Nullable HttpErrorCode { get; set; } + + private string _lastCheckedTimeRaw; + + private object _lastCheckedTime; + + /// The last time the error was seen when navigating to URL. + [Newtonsoft.Json.JsonPropertyAttribute("lastCheckedTime")] + public virtual string LastCheckedTimeRaw + { + get => _lastCheckedTimeRaw; + set + { + _lastCheckedTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastCheckedTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastCheckedTimeDateTimeOffset instead.")] + public virtual object LastCheckedTime + { + get => _lastCheckedTime; + set + { + _lastCheckedTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastCheckedTime = value; + } + } /// - /// The [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the ad group. + /// representation of . /// - [Newtonsoft.Json.JsonPropertyAttribute("targetingExpansion")] - public virtual TargetingExpansionConfig TargetingExpansion { get; set; } + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastCheckedTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastCheckedTimeRaw); + set => LastCheckedTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of destination text that violated the policy. + public class AdPolicyTopicEvidenceDestinationTextList : Google.Apis.Requests.IDirectResponseSchema + { + /// Destination text that caused the policy finding. + [Newtonsoft.Json.JsonPropertyAttribute("destinationTexts")] + public virtual System.Collections.Generic.IList DestinationTexts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Legal related regulation enforcement, either from DMCA or local legal regulation. + public class AdPolicyTopicEvidenceLegalRemoval : Google.Apis.Requests.IDirectResponseSchema + { + /// The type of complaint causing the legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("complaintType")] + public virtual string ComplaintType { get; set; } + + /// The countries restricted due to the legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("countryRestrictions")] + public virtual System.Collections.Generic.IList CountryRestrictions { get; set; } + + /// Details on the DMCA regulation legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("dmca")] + public virtual AdPolicyTopicEvidenceLegalRemovalDmca Dmca { get; set; } + + /// Details on the local legal regulation legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("localLegal")] + public virtual AdPolicyTopicEvidenceLegalRemovalLocalLegal LocalLegal { get; set; } + + /// The urls restricted due to the legal removal. + [Newtonsoft.Json.JsonPropertyAttribute("restrictedUris")] + public virtual System.Collections.Generic.IList RestrictedUris { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// DMCA complaint details. + public class AdPolicyTopicEvidenceLegalRemovalDmca : Google.Apis.Requests.IDirectResponseSchema + { + /// The entity who made the legal complaint. + [Newtonsoft.Json.JsonPropertyAttribute("complainant")] + public virtual string Complainant { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A single ad associated with an ad group. - public class AdGroupAd : Google.Apis.Requests.IDirectResponseSchema + /// Local legal regulation details. + public class AdPolicyTopicEvidenceLegalRemovalLocalLegal : Google.Apis.Requests.IDirectResponseSchema { - /// The unique ID of the ad. Assigned by the system. - [Newtonsoft.Json.JsonPropertyAttribute("adGroupAdId")] - public virtual System.Nullable AdGroupAdId { get; set; } - - /// The unique ID of the ad group that the ad belongs to. - [Newtonsoft.Json.JsonPropertyAttribute("adGroupId")] - public virtual System.Nullable AdGroupId { get; set; } - - /// List of URLs used by the ad. - [Newtonsoft.Json.JsonPropertyAttribute("adUrls")] - public virtual System.Collections.Generic.IList AdUrls { get; set; } - - /// The unique ID of the advertiser the ad belongs to. - [Newtonsoft.Json.JsonPropertyAttribute("advertiserId")] - public virtual System.Nullable AdvertiserId { get; set; } + /// Type of law for the legal notice. + [Newtonsoft.Json.JsonPropertyAttribute("lawType")] + public virtual string LawType { get; set; } - /// - /// Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing - /// objectives. - /// - [Newtonsoft.Json.JsonPropertyAttribute("audioAd")] - public virtual AudioAd AudioAd { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or - /// less than 6 seconds, used for reach. - /// - [Newtonsoft.Json.JsonPropertyAttribute("bumperAd")] - public virtual BumperAd BumperAd { get; set; } + /// + /// Trust &amp; Safety (T&amp;S) proactive enforcement for policies meant to address regional requirements. + /// This is considered a Google-owned investigation instead of a regulation notice since it's proactive T&amp;S + /// enforcement. + /// + public class AdPolicyTopicEvidenceRegionalRequirements : Google.Apis.Requests.IDirectResponseSchema + { + /// List of regional requirements. + [Newtonsoft.Json.JsonPropertyAttribute("regionalRequirementsEntries")] + public virtual System.Collections.Generic.IList RegionalRequirementsEntries { get; set; } - /// The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Details of an ad sourced from a Display & Video 360 creative. - [Newtonsoft.Json.JsonPropertyAttribute("displayVideoSourceAd")] - public virtual DisplayVideoSourceAd DisplayVideoSourceAd { get; set; } + /// Policy level regional legal violation details. + public class AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry : Google.Apis.Requests.IDirectResponseSchema + { + /// The countries restricted due to the legal policy. + [Newtonsoft.Json.JsonPropertyAttribute("countryRestrictions")] + public virtual System.Collections.Generic.IList CountryRestrictions { get; set; } - /// The entity status of the ad. - [Newtonsoft.Json.JsonPropertyAttribute("entityStatus")] - public virtual string EntityStatus { get; set; } + /// The legal policy that is being violated. + [Newtonsoft.Json.JsonPropertyAttribute("legalPolicy")] + public virtual string LegalPolicy { get; set; } - /// - /// Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), - /// used for brand awareness or reach marketing objectives. - /// - [Newtonsoft.Json.JsonPropertyAttribute("inStreamAd")] - public virtual InStreamAd InStreamAd { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826). - /// - [Newtonsoft.Json.JsonPropertyAttribute("mastheadAd")] - public virtual MastheadAd MastheadAd { get; set; } + /// A list of fragments of text that violated the policy. + public class AdPolicyTopicEvidenceTextList : Google.Apis.Requests.IDirectResponseSchema + { + /// The fragments of text from the resource that caused the policy finding. + [Newtonsoft.Json.JsonPropertyAttribute("texts")] + public virtual System.Collections.Generic.IList Texts { get; set; } - /// The resource name of the ad. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), - /// between 6 and 15 seconds, used for reach marketing objectives. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nonSkippableAd")] - public virtual NonSkippableAd NonSkippableAd { get; set; } + /// Trademark terms that caused a policy violation. + public class AdPolicyTopicEvidenceTrademark : Google.Apis.Requests.IDirectResponseSchema + { + /// Countries where the policy violation is relevant. + [Newtonsoft.Json.JsonPropertyAttribute("countryRestrictions")] + public virtual System.Collections.Generic.IList CountryRestrictions { get; set; } - /// - /// Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places - /// of discovery. - /// - [Newtonsoft.Json.JsonPropertyAttribute("videoDiscoverAd")] - public virtual VideoDiscoveryAd VideoDiscoverAd { get; set; } + /// The trademark content owner. + [Newtonsoft.Json.JsonPropertyAttribute("owner")] + public virtual string Owner { get; set; } - /// - /// Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive - /// actions to the business, service or product. - /// - [Newtonsoft.Json.JsonPropertyAttribute("videoPerformanceAd")] - public virtual VideoPerformanceAd VideoPerformanceAd { get; set; } + /// The trademark term. + [Newtonsoft.Json.JsonPropertyAttribute("term")] + public virtual string Term { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Wrapper object associating an AssignedTargetingOption resource and the ad group it is assigned to. - /// - public class AdGroupAssignedTargetingOption : Google.Apis.Requests.IDirectResponseSchema + /// A list of websites that violated the policy. + public class AdPolicyTopicEvidenceWebsiteList : Google.Apis.Requests.IDirectResponseSchema { - /// The ID of the ad group the assigned targeting option is assigned to. - [Newtonsoft.Json.JsonPropertyAttribute("adGroupId")] - public virtual System.Nullable AdGroupId { get; set; } - - /// The assigned targeting option resource. - [Newtonsoft.Json.JsonPropertyAttribute("assignedTargetingOption")] - public virtual AssignedTargetingOption AssignedTargetingOption { get; set; } + /// Websites that caused the policy finding. + [Newtonsoft.Json.JsonPropertyAttribute("websites")] + public virtual System.Collections.Generic.IList Websites { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -24090,6 +26027,30 @@ public class BudgetSummary : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A request message for BulkCreateAdAssets. + public class BulkCreateAdAssetsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Ad assets to create. Only supports assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adAssets")] + public virtual System.Collections.Generic.IList AdAssets { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A response message for BulkCreateAdAssets. + public class BulkCreateAdAssetsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The created ad assets. + [Newtonsoft.Json.JsonPropertyAttribute("adAssets")] + public virtual System.Collections.Generic.IList AdAssets { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for BulkEditAdvertiserAssignedTargetingOptions. public class BulkEditAdvertiserAssignedTargetingOptionsRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -25492,6 +27453,19 @@ public class CounterEvent : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A request message for CreateAdAsset. + public class CreateAdAssetRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The ad asset to create. Only supports assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adAsset")] + public virtual AdAsset AdAsset { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A request message for CreateAsset. public class CreateAssetRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -28920,6 +30894,27 @@ public class LineItemFlight : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A response message for ListAdAssets. + public class ListAdAssetsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The list of ad assets. The list will only contain assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO`. This + /// list will be absent if empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("adAssets")] + public virtual System.Collections.Generic.IList AdAssets { get; set; } + + /// + /// A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call + /// to `ListAdAssets` method to retrieve the next page of results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + public class ListAdGroupAdsResponse : Google.Apis.Requests.IDirectResponseSchema { /// The list of ad group ads. This list will be absent if empty. @@ -29541,6 +31536,24 @@ public class ListUsersResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Response message for YoutubeAssetAssociationService.ListYoutubeAssetAssociations. + public class ListYoutubeAssetAssociationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call + /// to `ListYoutubeAssetAssociations` method to retrieve the next page of results. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of asset associations. This list will be absent if empty. + [Newtonsoft.Json.JsonPropertyAttribute("youtubeAssetAssociations")] + public virtual System.Collections.Generic.IList YoutubeAssetAssociations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A list of locations used for targeting. public class LocationList : Google.Apis.Requests.IDirectResponseSchema { @@ -31658,6 +33671,35 @@ public class UniversalAdId : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A request message for UploadAdAsset. + public class UploadAdAssetRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The type of the ad asset. Only `AD_ASSET_TYPE_IMAGE` is supported. + [Newtonsoft.Json.JsonPropertyAttribute("adAssetType")] + public virtual string AdAssetType { get; set; } + + /// + /// Required. The filename of the ad asset, including the file extension. The filename must be UTF-8 encoded + /// with a maximum size of 240 bytes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("filename")] + public virtual string Filename { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A response message for UploadAdAsset. + public class UploadAdAssetResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The created ad asset. + [Newtonsoft.Json.JsonPropertyAttribute("adAsset")] + public virtual AdAsset AdAsset { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Details for assigned URL targeting option. This will be populated in the details field of an /// AssignedTargetingOption when targeting_type is `TARGETING_TYPE_URL`. @@ -32112,6 +34154,173 @@ public class YoutubeAndPartnersSettings : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } + /// An association between a resource and a YouTube asset. + public class YoutubeAssetAssociation : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The YouTube asset associated with the resource. + [Newtonsoft.Json.JsonPropertyAttribute("linkedYoutubeAsset")] + public virtual YoutubeAssetAssociationLinkedYouTubeAsset LinkedYoutubeAsset { get; set; } + + /// + /// Identifier. The resource name of the association. For line item-level associations: The name pattern is + /// `advertisers/{advertiser_id}/lineItems/{line_item_id}/youtubeAssetTypes/{youtube_asset_type}/youtubeAssetAssociations/{youtube_asset_association_id}`. + /// For ad group-level associations: The name pattern is + /// `advertisers/{advertiser_id}/adGroups/{ad_group_id}/youtubeAssetTypes/{youtube_asset_type}/youtubeAssetAssociations/{youtube_asset_association_id}`. + /// For `YOUTUBE_ASSET_TYPE_LOCATION` and `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION` associations: + /// `youtube_asset_association_id` is the ID of the asset set linked, or 0 if the location_matching_type or + /// affiliate_location_matching_type is `DISABLED`. For `YOUTUBE_ASSET_TYPE_SITELINK` associations: + /// `youtube_asset_association_id` is be the ID of the sitelink asset linked. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Required. The type of YouTube asset associated with the resource. + [Newtonsoft.Json.JsonPropertyAttribute("youtubeAssetType")] + public virtual string YoutubeAssetType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An asset filter that matches eligible affiliate location assets for serving. + public class YoutubeAssetAssociationAffiliateLocationAssetFilter : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The matching function that determines how the affiliate location asset filter matches affiliate + /// location assets. This field is required and can only be set for if affiliate_location_matching_type is + /// `SELECTED_CHAINS`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("affiliateLocationMatchingFunction")] + public virtual YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationMatchingFunction AffiliateLocationMatchingFunction { get; set; } + + /// Required. The matching type of this affiliate location asset filter. + [Newtonsoft.Json.JsonPropertyAttribute("affiliateLocationMatchingType")] + public virtual string AffiliateLocationMatchingType { get; set; } + + /// + /// Output only. The ID of the asset set that matches the affiliate location assets eligible for serving. + /// + [Newtonsoft.Json.JsonPropertyAttribute("assetSetId")] + public virtual System.Nullable AssetSetId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A chain of affiliate locations. + public class YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationChain : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. ID of the affiliate location chain. + [Newtonsoft.Json.JsonPropertyAttribute("chainId")] + public virtual System.Nullable ChainId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The matching function for an affiliate location asset filter. + public class YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationMatchingFunction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The selected affiliate location chain IDs. This field is required if + /// affiliate_location_matching_type is `SELECTED_CHAINS`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("chains")] + public virtual System.Collections.Generic.IList Chains { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A YouTube asset linked to a resource in a YoutubeAssetAssociation. + public class YoutubeAssetAssociationLinkedYouTubeAsset : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// An affiliate location asset filter. This can be set only when youtube_asset_type is + /// `YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("affiliateLocationAssetFilter")] + public virtual YoutubeAssetAssociationAffiliateLocationAssetFilter AffiliateLocationAssetFilter { get; set; } + + /// + /// A location asset filter. This can be set only when youtube_asset_type is `YOUTUBE_ASSET_TYPE_LOCATION`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("locationAssetFilter")] + public virtual YoutubeAssetAssociationLocationAssetFilter LocationAssetFilter { get; set; } + + /// + /// A sitelink asset. This can be set only when youtube_asset_type is `YOUTUBE_ASSET_TYPE_SITELINK`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("sitelinkAsset")] + public virtual YoutubeAssetAssociationSitelinkAsset SitelinkAsset { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// An asset filter that matches eligible location assets for serving. + public class YoutubeAssetAssociationLocationAssetFilter : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The ID of the asset set that matches the location assets eligible for serving. + /// + [Newtonsoft.Json.JsonPropertyAttribute("assetSetId")] + public virtual System.Nullable AssetSetId { get; set; } + + /// + /// Optional. The matching function that determines how the location asset filter matches location assets. This + /// field is required and can only be set for if location_matching_type is `FILTER` or `SELECTED_ASSETS`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("locationMatchingFunction")] + public virtual YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction LocationMatchingFunction { get; set; } + + /// Required. The matching type of this location asset filter. + [Newtonsoft.Json.JsonPropertyAttribute("locationMatchingType")] + public virtual string LocationMatchingType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The matching function for a location asset filter. + public class YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The business name to match with. This field is optional and can only be set if + /// location_matching_type is `FILTER`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("business")] + public virtual string Business { get; set; } + + /// + /// Optional. The labels to match with. Labels are logically OR'ed together. This field is optional and can only + /// be set if location_matching_type is `FILTER`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IList Labels { get; set; } + + /// + /// Optional. The selected location asset IDs. This field is required if location_matching_type is + /// `SELECTED_ASSETS`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("locationAssetIds")] + public virtual System.Collections.Generic.IList> LocationAssetIds { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A sitelink asset. + public class YoutubeAssetAssociationSitelinkAsset : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. ID of the sitelink asset. + [Newtonsoft.Json.JsonPropertyAttribute("assetId")] + public virtual System.Nullable AssetId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Details for YouTube channel assigned targeting option. This will be populated in the youtube_channel_details /// field when targeting_type is `TARGETING_TYPE_YOUTUBE_CHANNEL`. @@ -32130,6 +34339,19 @@ public class YoutubeChannelAssignedTargetingOptionDetails : Google.Apis.Requests public virtual string ETag { get; set; } } + /// Data for a YouTube video ad asset. + public class YoutubeVideoAsset : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The YouTube video id of the asset. This is the 11 char string value used in the YouTube video URL. + /// + [Newtonsoft.Json.JsonPropertyAttribute("youtubeVideoId")] + public virtual string YoutubeVideoId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Details for YouTube video assigned targeting option. This will be populated in the youtube_video_details field /// when targeting_type is `TARGETING_TYPE_YOUTUBE_VIDEO`. diff --git a/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.csproj b/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.csproj index 32ffe135b24..f60181e5e3d 100644 --- a/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.csproj +++ b/Src/Generated/Google.Apis.DisplayVideo.v4/Google.Apis.DisplayVideo.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.DisplayVideo.v4 Client Library - 1.71.0.3925 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.cs b/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.cs index 7d958a2a803..1f688613e34 100644 --- a/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.cs +++ b/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.cs @@ -1305,6 +1305,17 @@ public class Document : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Represents document-level format settings. + public class DocumentFormat : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether the document has pages or is pageless. + [Newtonsoft.Json.JsonPropertyAttribute("documentMode")] + public virtual string DocumentMode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The style of the document. public class DocumentStyle : Google.Apis.Requests.IDirectResponseSchema { @@ -1313,21 +1324,27 @@ public class DocumentStyle : Google.Apis.Requests.IDirectResponseSchema public virtual Background Background { get; set; } /// - /// The ID of the default footer. If not set, there's no default footer. This property is read-only. + /// The ID of the default footer. If not set, there's no default footer. If DocumentMode is PAGELESS, this + /// property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultFooterId")] public virtual string DefaultFooterId { get; set; } /// - /// The ID of the default header. If not set, there's no default header. This property is read-only. + /// The ID of the default header. If not set, there's no default header. If DocumentMode is PAGELESS, this + /// property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultHeaderId")] public virtual string DefaultHeaderId { get; set; } + /// Specifies document-level format settings, such as the document mode (pages vs pageless). + [Newtonsoft.Json.JsonPropertyAttribute("documentFormat")] + public virtual DocumentFormat DocumentFormat { get; set; } + /// /// The ID of the footer used only for even pages. The value of use_even_page_header_footer determines whether /// to use the default_footer_id or this value for the footer on even pages. If not set, there's no even page - /// footer. This property is read-only. + /// footer. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("evenPageFooterId")] public virtual string EvenPageFooterId { get; set; } @@ -1335,7 +1352,7 @@ public class DocumentStyle : Google.Apis.Requests.IDirectResponseSchema /// /// The ID of the header used only for even pages. The value of use_even_page_header_footer determines whether /// to use the default_header_id or this value for the header on even pages. If not set, there's no even page - /// header. This property is read-only. + /// header. If DocumentMode is PAGELESS, this property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("evenPageHeaderId")] public virtual string EvenPageHeaderId { get; set; } @@ -1343,8 +1360,8 @@ public class DocumentStyle : Google.Apis.Requests.IDirectResponseSchema /// /// The ID of the footer used only for the first page. If not set then a unique footer for the first page does /// not exist. The value of use_first_page_header_footer determines whether to use the default_footer_id or this - /// value for the footer on the first page. If not set, there's no first page footer. This property is - /// read-only. + /// value for the footer on the first page. If not set, there's no first page footer. If DocumentMode is + /// PAGELESS, this property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("firstPageFooterId")] public virtual string FirstPageFooterId { get; set; } @@ -1352,76 +1369,96 @@ public class DocumentStyle : Google.Apis.Requests.IDirectResponseSchema /// /// The ID of the header used only for the first page. If not set then a unique header for the first page does /// not exist. The value of use_first_page_header_footer determines whether to use the default_header_id or this - /// value for the header on the first page. If not set, there's no first page header. This property is - /// read-only. + /// value for the header on the first page. If not set, there's no first page header. If DocumentMode is + /// PAGELESS, this property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("firstPageHeaderId")] public virtual string FirstPageHeaderId { get; set; } /// /// Optional. Indicates whether to flip the dimensions of the page_size, which allows changing the page - /// orientation between portrait and landscape. + /// orientation between portrait and landscape. If DocumentMode is PAGELESS, this property will not be rendered. /// [Newtonsoft.Json.JsonPropertyAttribute("flipPageOrientation")] public virtual System.Nullable FlipPageOrientation { get; set; } /// /// The bottom page margin. Updating the bottom page margin on the document style clears the bottom page margin - /// on all section styles. + /// on all section styles. If DocumentMode is PAGELESS, this property will not be rendered. /// [Newtonsoft.Json.JsonPropertyAttribute("marginBottom")] public virtual Dimension MarginBottom { get; set; } - /// The amount of space between the bottom of the page and the contents of the footer. + /// + /// The amount of space between the bottom of the page and the contents of the footer. If DocumentMode is + /// PAGELESS, this property will not be rendered. + /// [Newtonsoft.Json.JsonPropertyAttribute("marginFooter")] public virtual Dimension MarginFooter { get; set; } - /// The amount of space between the top of the page and the contents of the header. + /// + /// The amount of space between the top of the page and the contents of the header. If DocumentMode is PAGELESS, + /// this property will not be rendered. + /// [Newtonsoft.Json.JsonPropertyAttribute("marginHeader")] public virtual Dimension MarginHeader { get; set; } /// /// The left page margin. Updating the left page margin on the document style clears the left page margin on all - /// section styles. It may also cause columns to resize in all sections. + /// section styles. It may also cause columns to resize in all sections. If DocumentMode is PAGELESS, this + /// property will not be rendered. /// [Newtonsoft.Json.JsonPropertyAttribute("marginLeft")] public virtual Dimension MarginLeft { get; set; } /// /// The right page margin. Updating the right page margin on the document style clears the right page margin on - /// all section styles. It may also cause columns to resize in all sections. + /// all section styles. It may also cause columns to resize in all sections. If DocumentMode is PAGELESS, this + /// property will not be rendered. /// [Newtonsoft.Json.JsonPropertyAttribute("marginRight")] public virtual Dimension MarginRight { get; set; } /// /// The top page margin. Updating the top page margin on the document style clears the top page margin on all - /// section styles. + /// section styles. If DocumentMode is PAGELESS, this property will not be rendered. /// [Newtonsoft.Json.JsonPropertyAttribute("marginTop")] public virtual Dimension MarginTop { get; set; } - /// The page number from which to start counting the number of pages. + /// + /// The page number from which to start counting the number of pages. If DocumentMode is PAGELESS, this property + /// will not be rendered. + /// [Newtonsoft.Json.JsonPropertyAttribute("pageNumberStart")] public virtual System.Nullable PageNumberStart { get; set; } - /// The size of a page in the document. + /// + /// The size of a page in the document. If DocumentMode is PAGELESS, this property will not be rendered. + /// [Newtonsoft.Json.JsonPropertyAttribute("pageSize")] public virtual Size PageSize { get; set; } /// /// Indicates whether DocumentStyle margin_header, SectionStyle margin_header and DocumentStyle margin_footer, /// SectionStyle margin_footer are respected. When false, the default values in the Docs editor for header and - /// footer margin is used. This property is read-only. + /// footer margin is used. If DocumentMode is PAGELESS, this property will not be rendered. This property is + /// read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("useCustomHeaderFooterMargins")] public virtual System.Nullable UseCustomHeaderFooterMargins { get; set; } - /// Indicates whether to use the even page header / footer IDs for the even pages. + /// + /// Indicates whether to use the even page header / footer IDs for the even pages. If DocumentMode is PAGELESS, + /// this property will not be rendered. + /// [Newtonsoft.Json.JsonPropertyAttribute("useEvenPageHeaderFooter")] public virtual System.Nullable UseEvenPageHeaderFooter { get; set; } - /// Indicates whether to use the first page header / footer IDs for the first page. + /// + /// Indicates whether to use the first page header / footer IDs for the first page. If DocumentMode is PAGELESS, + /// this property will not be rendered. + /// [Newtonsoft.Json.JsonPropertyAttribute("useFirstPageHeaderFooter")] public virtual System.Nullable UseFirstPageHeaderFooter { get; set; } @@ -2211,14 +2248,14 @@ public class InsertPageBreakRequest : Google.Apis.Requests.IDirectResponseSchema /// Inserts a person mention. public class InsertPersonRequest : Google.Apis.Requests.IDirectResponseSchema { - /// Inserts the person at the end of a header, footer, footnote or the document body. + /// Inserts the person mention at the end of a header, footer, footnote or the document body. [Newtonsoft.Json.JsonPropertyAttribute("endOfSegmentLocation")] public virtual EndOfSegmentLocation EndOfSegmentLocation { get; set; } /// - /// Inserts the person at a specific index in the document. The person mention must be inserted inside the - /// bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between - /// the table and its preceding paragraph). People cannot be inserted inside an equation. + /// Inserts the person mention at a specific index in the document. The person mention must be inserted inside + /// the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. + /// between the table and its preceding paragraph). People cannot be inserted inside an equation. /// [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual Location Location { get; set; } @@ -3825,20 +3862,20 @@ public class RichLink : Google.Apis.Requests.IDirectResponseSchema public class RichLinkProperties : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if - /// there's one (for example, when it's a file in Drive). + /// The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if there's one (for + /// example, when it's a file in Drive). /// [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] public virtual string MimeType { get; set; } /// - /// Output only. The title of the RichLink as displayed in the link. This title matches the title of the linked - /// resource at the time of the insertion or last update of the link. This field is always present. + /// The title of the RichLink as displayed in the link. This title matches the title of the linked resource at + /// the time of the insertion or last update of the link. This field is always present. /// [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// Output only. The URI to the RichLink. This is always present. + /// The URI to the RichLink. This is always present. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -3917,16 +3954,16 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// /// The ID of the default footer. If unset, the value inherits from the previous SectionBreak's SectionStyle. If - /// the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_footer_id. This - /// property is read-only. + /// the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_footer_id. If + /// DocumentMode is PAGELESS, this property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultFooterId")] public virtual string DefaultFooterId { get; set; } /// /// The ID of the default header. If unset, the value inherits from the previous SectionBreak's SectionStyle. If - /// the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_header_id. This - /// property is read-only. + /// the value is unset in the first SectionBreak, it inherits from DocumentStyle's default_header_id. If + /// DocumentMode is PAGELESS, this property will not be rendered. This property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("defaultHeaderId")] public virtual string DefaultHeaderId { get; set; } @@ -3936,7 +3973,8 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// is true, this value is used for the footers on even pages in the section. If it is false, the footers on /// even pages use the default_footer_id. If unset, the value inherits from the previous SectionBreak's /// SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's - /// even_page_footer_id. This property is read-only. + /// even_page_footer_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is + /// read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("evenPageFooterId")] public virtual string EvenPageFooterId { get; set; } @@ -3946,7 +3984,8 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// is true, this value is used for the headers on even pages in the section. If it is false, the headers on /// even pages use the default_header_id. If unset, the value inherits from the previous SectionBreak's /// SectionStyle. If the value is unset in the first SectionBreak, it inherits from DocumentStyle's - /// even_page_header_id. This property is read-only. + /// even_page_header_id. If DocumentMode is PAGELESS, this property will not be rendered. This property is + /// read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("evenPageHeaderId")] public virtual string EvenPageHeaderId { get; set; } @@ -3956,7 +3995,8 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// this value is used for the footer on the first page of the section. If it's false, the footer on the first /// page of the section uses the default_footer_id. If unset, the value inherits from the previous /// SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from - /// DocumentStyle's first_page_footer_id. This property is read-only. + /// DocumentStyle's first_page_footer_id. If DocumentMode is PAGELESS, this property will not be rendered. This + /// property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("firstPageFooterId")] public virtual string FirstPageFooterId { get; set; } @@ -3966,7 +4006,8 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// this value is used for the header on the first page of the section. If it's false, the header on the first /// page of the section uses the default_header_id. If unset, the value inherits from the previous /// SectionBreak's SectionStyle. If the value is unset in the first SectionBreak, it inherits from - /// DocumentStyle's first_page_header_id. This property is read-only. + /// DocumentStyle's first_page_header_id. If DocumentMode is PAGELESS, this property will not be rendered. This + /// property is read-only. /// [Newtonsoft.Json.JsonPropertyAttribute("firstPageHeaderId")] public virtual string FirstPageHeaderId { get; set; } @@ -3974,16 +4015,17 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// /// Optional. Indicates whether to flip the dimensions of DocumentStyle's page_size for this section, which /// allows changing the page orientation between portrait and landscape. If unset, the value inherits from - /// DocumentStyle's flip_page_orientation. When updating this property, setting a concrete value is required. - /// Unsetting this property results in a 400 bad request error. + /// DocumentStyle's flip_page_orientation. If DocumentMode is PAGELESS, this property will not be rendered. When + /// updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad + /// request error. /// [Newtonsoft.Json.JsonPropertyAttribute("flipPageOrientation")] public virtual System.Nullable FlipPageOrientation { get; set; } /// - /// The bottom page margin of the section. If unset, the value defaults to margin_bottom from DocumentStyle. - /// When updating this property, setting a concrete value is required. Unsetting this property results in a 400 - /// bad request error. + /// The bottom page margin of the section. If unset, the value defaults to margin_bottom from DocumentStyle. If + /// DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a + /// concrete value is required. Unsetting this property results in a 400 bad request error. /// [Newtonsoft.Json.JsonPropertyAttribute("marginBottom")] public virtual Dimension MarginBottom { get; set; } @@ -3992,8 +4034,8 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// The footer margin of the section. If unset, the value defaults to margin_footer from DocumentStyle. If /// updated, use_custom_header_footer_margins is set to true on DocumentStyle. The value of /// use_custom_header_footer_margins on DocumentStyle indicates if a footer margin is being respected for this - /// section When updating this property, setting a concrete value is required. Unsetting this property results - /// in a 400 bad request error. + /// section If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, + /// setting a concrete value is required. Unsetting this property results in a 400 bad request error. /// [Newtonsoft.Json.JsonPropertyAttribute("marginFooter")] public virtual Dimension MarginFooter { get; set; } @@ -4002,8 +4044,8 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// The header margin of the section. If unset, the value defaults to margin_header from DocumentStyle. If /// updated, use_custom_header_footer_margins is set to true on DocumentStyle. The value of /// use_custom_header_footer_margins on DocumentStyle indicates if a header margin is being respected for this - /// section. When updating this property, setting a concrete value is required. Unsetting this property results - /// in a 400 bad request error. + /// section. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, + /// setting a concrete value is required. Unsetting this property results in a 400 bad request error. /// [Newtonsoft.Json.JsonPropertyAttribute("marginHeader")] public virtual Dimension MarginHeader { get; set; } @@ -4011,8 +4053,9 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// /// The left page margin of the section. If unset, the value defaults to margin_left from DocumentStyle. /// Updating the left margin causes columns in this section to resize. Since the margin affects column width, - /// it's applied before column properties. When updating this property, setting a concrete value is required. - /// Unsetting this property results in a 400 bad request error. + /// it's applied before column properties. If DocumentMode is PAGELESS, this property will not be rendered. When + /// updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad + /// request error. /// [Newtonsoft.Json.JsonPropertyAttribute("marginLeft")] public virtual Dimension MarginLeft { get; set; } @@ -4020,16 +4063,17 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// /// The right page margin of the section. If unset, the value defaults to margin_right from DocumentStyle. /// Updating the right margin causes columns in this section to resize. Since the margin affects column width, - /// it's applied before column properties. When updating this property, setting a concrete value is required. - /// Unsetting this property results in a 400 bad request error. + /// it's applied before column properties. If DocumentMode is PAGELESS, this property will not be rendered. When + /// updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad + /// request error. /// [Newtonsoft.Json.JsonPropertyAttribute("marginRight")] public virtual Dimension MarginRight { get; set; } /// - /// The top page margin of the section. If unset, the value defaults to margin_top from DocumentStyle. When - /// updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad - /// request error. + /// The top page margin of the section. If unset, the value defaults to margin_top from DocumentStyle. If + /// DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a + /// concrete value is required. Unsetting this property results in a 400 bad request error. /// [Newtonsoft.Json.JsonPropertyAttribute("marginTop")] public virtual Dimension MarginTop { get; set; } @@ -4037,8 +4081,9 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// /// The page number from which to start counting the number of pages for this section. If unset, page numbering /// continues from the previous section. If the value is unset in the first SectionBreak, refer to - /// DocumentStyle's page_number_start. When updating this property, setting a concrete value is required. - /// Unsetting this property results in a 400 bad request error. + /// DocumentStyle's page_number_start. If DocumentMode is PAGELESS, this property will not be rendered. When + /// updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad + /// request error. /// [Newtonsoft.Json.JsonPropertyAttribute("pageNumberStart")] public virtual System.Nullable PageNumberStart { get; set; } @@ -4050,8 +4095,9 @@ public class SectionStyle : Google.Apis.Requests.IDirectResponseSchema /// /// Indicates whether to use the first page header / footer IDs for the first page of the section. If unset, it /// inherits from DocumentStyle's use_first_page_header_footer for the first section. If the value is unset for - /// subsequent sectors, it should be interpreted as false. When updating this property, setting a concrete value - /// is required. Unsetting this property results in a 400 bad request error. + /// subsequent sectors, it should be interpreted as false. If DocumentMode is PAGELESS, this property will not + /// be rendered. When updating this property, setting a concrete value is required. Unsetting this property + /// results in a 400 bad request error. /// [Newtonsoft.Json.JsonPropertyAttribute("useFirstPageHeaderFooter")] public virtual System.Nullable UseFirstPageHeaderFooter { get; set; } @@ -4433,6 +4479,14 @@ public class Tab : Google.Apis.Requests.IDirectResponseSchema /// Properties of a tab. public class TabProperties : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. The emoji icon displayed with the tab. A valid emoji icon is represented by a non-empty Unicode + /// string. Any set of characters that don't represent a single emoji is invalid. If an emoji is invalid, a 400 + /// bad request error is returned. If this value is unset or empty, the tab will display the default tab icon. + /// + [Newtonsoft.Json.JsonPropertyAttribute("iconEmoji")] + public virtual string IconEmoji { get; set; } + /// The zero-based index of the tab within the parent. [Newtonsoft.Json.JsonPropertyAttribute("index")] public virtual System.Nullable Index { get; set; } diff --git a/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj b/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj index 5984c12d3e3..3dc6197903b 100644 --- a/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj +++ b/Src/Generated/Google.Apis.Docs.v1/Google.Apis.Docs.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Docs.v1 Client Library - 1.71.0.3920 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.cs b/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.cs index 1c6675f29c8..d1beb0483bc 100644 --- a/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.cs +++ b/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.cs @@ -368,6 +368,7 @@ public LocationsResource(Google.Apis.Services.IClientService service) Operations = new OperationsResource(service); ProcessorTypes = new ProcessorTypesResource(service); Processors = new ProcessorsResource(service); + Schemas = new SchemasResource(service); } /// Gets the Operations resource. @@ -2097,591 +2098,3087 @@ protected override void InitParameters() } } - /// - /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. - /// - /// - /// Required. The location of processor types to list. Format: `projects/{project}/locations/{location}`. - /// - public virtual FetchProcessorTypesRequest FetchProcessorTypes(string parent) - { - return new FetchProcessorTypesRequest(this.service, parent); - } + /// Gets the Schemas resource. + public virtual SchemasResource Schemas { get; } - /// - /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. - /// - public class FetchProcessorTypesRequest : DocumentBaseServiceRequest + /// The "schemas" collection of methods. + public class SchemasResource { - /// Constructs a new FetchProcessorTypes request. - public FetchProcessorTypesRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + private const string Resource = "schemas"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SchemasResource(Google.Apis.Services.IClientService service) { - Parent = parent; - InitParameters(); + this.service = service; + SchemaVersions = new SchemaVersionsResource(service); } - /// - /// Required. The location of processor types to list. Format: - /// `projects/{project}/locations/{location}`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the SchemaVersions resource. + public virtual SchemaVersionsResource SchemaVersions { get; } - /// Gets the method name. - public override string MethodName => "fetchProcessorTypes"; + /// The "schemaVersions" collection of methods. + public class SchemaVersionsResource + { + private const string Resource = "schemaVersions"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1/{+parent}:fetchProcessorTypes"; + /// Constructs a new resource. + public SchemaVersionsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Initializes FetchProcessorTypes parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Creates a schema version. + /// The body of the request. + /// + /// Required. The parent (project and location) under which to create the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual CreateRequest Create(Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1SchemaVersion body, string parent) { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + return new CreateRequest(this.service, body, parent); + } - /// Gets information about a location. - /// Resource name for the location. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Creates a schema version. + public class CreateRequest : DocumentBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1SchemaVersion body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets information about a location. - public class GetRequest : DocumentBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The parent (project and location) under which to create the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Resource name for the location. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1SchemaVersion Body { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/schemaVersions"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + } + } + + /// Deletes a schema version. + /// + /// Required. The name of the SchemaVersion to delete. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + public virtual DeleteRequest Delete(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + return new DeleteRequest(this.service, name); + } - /// Lists information about the supported locations for this service. - /// The resource that owns the locations collection, if applicable. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Deletes a schema version. + public class DeleteRequest : DocumentBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Lists information about the supported locations for this service. - public class ListRequest : DocumentBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The name of the SchemaVersion to delete. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The resource that owns the locations collection, if applicable. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. - /// - [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like - /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; - /// - /// The maximum number of results to return. If not set, the service selects a default. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + }); + } + } - /// - /// A page token received from the `next_page_token` field in the response. Send that page token to - /// receive the subsequent page. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Generates a schema version. + /// The body of the request. + /// + /// Required. The parent (project, location and schema) under which to generate the SchemaVersion. + /// Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual GenerateRequest Generate(Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1GenerateSchemaVersionRequest body, string parent) + { + return new GenerateRequest(this.service, body, parent); + } - /// Gets the method name. - public override string MethodName => "list"; + /// Generates a schema version. + public class GenerateRequest : DocumentBaseServiceRequest + { + /// Constructs a new Generate request. + public GenerateRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1GenerateSchemaVersionRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Required. The parent (project, location and schema) under which to generate the + /// SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the REST path. - public override string RestPath => "v1/{+name}/locations"; + /// Gets or sets the body of this request. + Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1GenerateSchemaVersionRequest Body { get; set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "generate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/schemaVersions:generate"; + + /// Initializes Generate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + } + } + + /// Gets a schema version. + /// + /// Required. The name of the SchemaVersion to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + public virtual GetRequest Get(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+$", - }); - RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter + return new GetRequest(this.service, name); + } + + /// Gets a schema version. + public class GetRequest : DocumentBaseServiceRequest { - Name = "extraLocationTypes", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the SchemaVersion to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + }); + } + } + + /// Lists SchemaVersions. + /// + /// Required. Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual ListRequest List(string parent) { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + return new ListRequest(this.service, parent); + } + + /// Lists SchemaVersions. + public class ListRequest : DocumentBaseServiceRequest { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The maximum number of SchemaVersion to return. If unspecified, at most `10` + /// SchemaVersion will be returned. The maximum value is `20`. Values above `20` will be coerced + /// to `20`. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. We will return the SchemaVersion sorted by creation time. The page token will + /// point to the next SchemaVersion. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/schemaVersions"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a schema version. Editable fields are: - `display_name` - `labels` + /// The body of the request. + /// + /// Identifier. The resource name of the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + public virtual PatchRequest Patch(Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1SchemaVersion body, string name) { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + return new PatchRequest(this.service, body, name); + } - /// Gets the Operations resource. - public virtual OperationsResource Operations { get; } + /// Updates a schema version. Editable fields are: - `display_name` - `labels` + public class PatchRequest : DocumentBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1SchemaVersion body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// The "operations" collection of methods. - public class OperationsResource - { - private const string Resource = "operations"; + /// + /// Identifier. The resource name of the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + /// + /// Optional. The update mask to apply to the resource. **Note:** Only the following fields can + /// be updated: - display_name. - labels. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Constructs a new resource. - public OperationsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + /// Gets or sets the body of this request. + Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1SchemaVersion Body { get; set; } - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation - /// result at intervals as recommended by the API service. - /// - /// The name of the operation resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation - /// result at intervals as recommended by the API service. - /// - public class GetRequest : DocumentBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a schema. + /// The body of the request. + /// + /// Required. The parent (project and location) under which to create the Schema. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1NextSchema body, string parent) { - Name = name; - InitParameters(); + return new CreateRequest(this.service, body, parent); } - /// The name of the operation resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Creates a schema. + public class CreateRequest : DocumentBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1NextSchema body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent (project and location) under which to create the Schema. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1NextSchema Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/schemas"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a schema. + /// + /// Required. The name of the Schema to be deleted. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a schema. + public class DeleteRequest : DocumentBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Schema to be deleted. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. If set to true, any child resources of this Schema will also be deleted. (Otherwise, + /// the request will only work if the Schema has no child resources.) + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets a schema. + /// + /// Required. The name of the Schema to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a schema. + public class GetRequest : DocumentBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Schema to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + } + } + + /// Lists Schemas. + /// Required. Format: `projects/{project}/locations/{location}` + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists Schemas. + public class ListRequest : DocumentBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// Required. Format: `projects/{project}/locations/{location}` + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The maximum number of schema groups to return. If unspecified, at most `10` Schema + /// will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. We will return the schema groups sorted by creation time. The page token will point to + /// the next Schema. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/schemas"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a schema. Editable fields are: - `display_name` - `labels` + /// The body of the request. + /// + /// Identifier. The resource name of the Schema. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual PatchRequest Patch(Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1NextSchema body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a schema. Editable fields are: - `display_name` - `labels` + public class PatchRequest : DocumentBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1NextSchema body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The resource name of the Schema. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The update mask to apply to the resource. **Note:** Only the following fields can be + /// updated: - display_name. - labels. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Document.v1.Data.GoogleCloudDocumentaiV1NextSchema Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. + /// + /// + /// Required. The location of processor types to list. Format: `projects/{project}/locations/{location}`. + /// + public virtual FetchProcessorTypesRequest FetchProcessorTypes(string parent) + { + return new FetchProcessorTypesRequest(this.service, parent); + } + + /// + /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. + /// + public class FetchProcessorTypesRequest : DocumentBaseServiceRequest + { + /// Constructs a new FetchProcessorTypes request. + public FetchProcessorTypesRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The location of processor types to list. Format: + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets the method name. + public override string MethodName => "fetchProcessorTypes"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}:fetchProcessorTypes"; + + /// Initializes FetchProcessorTypes parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Gets information about a location. + /// Resource name for the location. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets information about a location. + public class GetRequest : DocumentBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Resource name for the location. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Lists information about the supported locations for this service. + /// The resource that owns the locations collection, if applicable. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// Lists information about the supported locations for this service. + public class ListRequest : DocumentBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The resource that owns the locations collection, if applicable. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. + /// + [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + + /// + /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like + /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of results to return. If not set, the service selects a default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token received from the `next_page_token` field in the response. Send that page token to + /// receive the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}/locations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+$", + }); + RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter + { + Name = "extraLocationTypes", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Operations resource. + public virtual OperationsResource Operations { get; } + + /// The "operations" collection of methods. + public class OperationsResource + { + private const string Resource = "operations"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public OperationsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + /// The name of the operation resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// + /// Gets the latest state of a long-running operation. Clients can use this method to poll the operation + /// result at intervals as recommended by the API service. + /// + public class GetRequest : DocumentBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The name of the operation resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/operations/[^/]+$", + }); + } + } + } + } +} +namespace Google.Apis.Document.v1.Data +{ + /// + /// Definition of the validation rules. Those are the input to the validator logic and they are used to validate a + /// document. Next ID: 3 + /// + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("validationRules")] + public virtual System.Collections.Generic.IList ValidationRules { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Next ID: 9 + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("childAlignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule ChildAlignmentRule { get; set; } + + /// Description of the validation rule. This has no use but for documentation + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("entityAlignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule EntityAlignmentRule { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("fieldOccurrences")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences FieldOccurrences { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("fieldRegex")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex FieldRegex { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("formValidation")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation FormValidation { get; set; } + + /// Name of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Unique identifier of the rule. Optional. + [Newtonsoft.Json.JsonPropertyAttribute("ruleId")] + public virtual string RuleId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A rule for checking field alignment. Horizontal alignment checks if fields are on the same row by comparing + /// y-coordinates of bounding box centers, while vertical alignment checks if fields are on the same column by + /// comparing x-coordinates of bounding box centers. + /// + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("alignmentType")] + public virtual string AlignmentType { get; set; } + + /// The tolerance to use when comparing coordinates. + [Newtonsoft.Json.JsonPropertyAttribute("tolerance")] + public virtual System.Nullable Tolerance { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A rule that aligns specified child fields with a parent field. + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + { + /// The alignment rule to apply to the child fields. + [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } + + /// The child fields to be aligned within the parent field. + [Newtonsoft.Json.JsonPropertyAttribute("childFields")] + public virtual System.Collections.Generic.IList ChildFields { get; set; } + + /// The full path of the parent field. + [Newtonsoft.Json.JsonPropertyAttribute("parentField")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField ParentField { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The constant value used in the validation rules. + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("floatValue")] + public virtual System.Nullable FloatValue { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A rule that aligns specified fields with each other. + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + { + /// The alignment rule to apply to the fields. + [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } + + /// The fields to be aligned. + [Newtonsoft.Json.JsonPropertyAttribute("fields")] + public virtual System.Collections.Generic.IList Fields { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Default value to use if the field is not present. If the field is missing and the default value is not set, + /// the validation run as if the field is not present in the validation logic. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultValue")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant DefaultValue { get; set; } + + /// + /// The field name to validate. This can be a simple field name or a nested field one using the ':' (meant as an + /// aggregator) or '*' (meant as foreach) operators. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fieldName")] + public virtual string FieldName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("maxOccurrences")] + public virtual System.Nullable MaxOccurrences { get; set; } + + /// + /// Min and max occurrences of the field. If not set, there is limit set. The defined interval is a + /// closed-closed interval, i.e. [min, max]. + /// + [Newtonsoft.Json.JsonPropertyAttribute("minOccurrences")] + public virtual System.Nullable MinOccurrences { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } + + /// Python regex to validate the field values. + [Newtonsoft.Json.JsonPropertyAttribute("pattern")] + public virtual string Pattern { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("leftOperand")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation LeftOperand { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("rightOperand")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation RightOperand { get; set; } + + /// The relational operator to be applied to the operands. + [Newtonsoft.Json.JsonPropertyAttribute("validationOperator")] + public virtual string ValidationOperator { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of constants to be used as operands. + [Newtonsoft.Json.JsonPropertyAttribute("constants")] + public virtual System.Collections.Generic.IList Constants { get; set; } + + /// A list of fields to be used as operands. + [Newtonsoft.Json.JsonPropertyAttribute("fields")] + public virtual System.Collections.Generic.IList Fields { get; set; } + + /// The operation type to be applied to all the operands. + [Newtonsoft.Json.JsonPropertyAttribute("operationType")] + public virtual string OperationType { get; set; } + + /// A list of recursive operations to be used as operands. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual System.Collections.Generic.IList Operations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata of the auto-labeling documents operation. + public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The list of individual auto-labeling statuses of the dataset documents. + [Newtonsoft.Json.JsonPropertyAttribute("individualAutoLabelStatuses")] + public virtual System.Collections.Generic.IList IndividualAutoLabelStatuses { get; set; } + + /// Total number of the auto-labeling documents. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of individual documents in the auto-labeling process. + public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the auto-labeled document. This will replace the gcs_uri. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of the document auto-labeling. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response proto of AutoLabelDocuments method. + public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// Total number of documents that failed to be deleted in storage. + [Newtonsoft.Json.JsonPropertyAttribute("errorDocumentCount")] + public virtual System.Nullable ErrorDocumentCount { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualBatchDeleteStatuses")] + public virtual System.Collections.Generic.IList IndividualBatchDeleteStatuses { get; set; } + + /// Total number of documents deleting from dataset. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the batch delete process. + public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of deleting the document in storage. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the delete documents operation. + public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The destination dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("destDatasetType")] + public virtual string DestDatasetType { get; set; } + + /// The destination dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("destSplitType")] + public virtual string DestSplitType { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualBatchMoveStatuses")] + public virtual System.Collections.Generic.IList IndividualBatchMoveStatuses { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the batch move process. + public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of moving the document. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the batch move documents operation. + public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualBatchUpdateStatuses")] + public virtual System.Collections.Generic.IList IndividualBatchUpdateStatuses { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the batch update process. + public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of updating the document in storage. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the batch update documents operation. + public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The common metadata for long running operations. + public class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// The creation time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// A related resource to this operation. + [Newtonsoft.Json.JsonPropertyAttribute("resource")] + public virtual string Resource { get; set; } + + /// The state of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// A message providing more details about the current state of processing. + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// The last update time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the CreateLabelerPool method. + public class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for DeleteLabelerPool. + public class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the DeleteProcessor method. + public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the DeleteProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the DisableProcessor method. + public class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. + /// + public class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Document Identifier. + public class GoogleCloudDocumentaiUiv1beta3DocumentId : Google.Apis.Requests.IDirectResponseSchema + { + /// A document id within user-managed Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedDocId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; } + + /// Points to a specific revision of the document if set. + [Newtonsoft.Json.JsonPropertyAttribute("revisionRef")] + public virtual GoogleCloudDocumentaiUiv1beta3RevisionRef RevisionRef { get; set; } + + /// A document id within unmanaged dataset. + [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDocId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option. + /// + public class GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId : Google.Apis.Requests.IDirectResponseSchema + { + /// Id of the document (indexed) managed by Content Warehouse. + [Newtonsoft.Json.JsonPropertyAttribute("cwDocId")] + public virtual string CwDocId { get; set; } + + /// Required. The Cloud Storage URI where the actual document is stored. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Identifies a document uniquely within the scope of a dataset in unmanaged option. + public class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("docId")] + public virtual string DocId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The schema defines the output of the processed document by a processor. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchema : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Display name to show to users. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Entity types of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypes")] + public virtual System.Collections.Generic.IList EntityTypes { get; set; } + + /// Metadata of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata Metadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for + /// entity-based processors. Multiple types can also compose a dependency tree to represent nested types. + /// + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType : Google.Apis.Requests.IDirectResponseSchema + { + /// The entity type that this type is derived from. For now, one and only one should be set. + [Newtonsoft.Json.JsonPropertyAttribute("baseTypes")] + public virtual System.Collections.Generic.IList BaseTypes { get; set; } + + /// + /// The description of the entity type. Could be used to provide more information about the entity type for + /// model calls. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// User defined name for the type. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Metadata for the entity type. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypeMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata EntityTypeMetadata { get; set; } + + /// + /// If specified, lists all the possible values for this entity. This should not be more than a handful of + /// values. If the number of values is &gt;10 or could change frequently use the `EntityType.value_ontology` + /// field and specify a list of all possible values in a value ontology file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enumValues")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues EnumValues { get; set; } + + /// + /// Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following + /// naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 + /// characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward + /// compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes + /// used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will + /// still be honored for backward compatibility. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Description the nested structure, or composition of an entity. + [Newtonsoft.Json.JsonPropertyAttribute("properties")] + public virtual System.Collections.Generic.IList Properties { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Defines the a list of enum values. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues : Google.Apis.Requests.IDirectResponseSchema + { + /// The individual values that this enum values type can include. + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Defines properties that can be part of the entity type. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The description of the property. Could be used to provide more information about the property for model + /// calls. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// User defined name for the property. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Specifies how the entity's value is obtained. + [Newtonsoft.Json.JsonPropertyAttribute("method")] + public virtual string Method { get; set; } + + /// The name of the property. Follows the same guidelines as the EntityType name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Occurrence type limits the number of instances an entity type appears in the document. + [Newtonsoft.Json.JsonPropertyAttribute("occurrenceType")] + public virtual string OccurrenceType { get; set; } + + /// Any additional metadata about the property can be added here. + [Newtonsoft.Json.JsonPropertyAttribute("propertyMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3PropertyMetadata PropertyMetadata { get; set; } + + /// + /// A reference to the value type of the property. This type is subject to the same conventions as the + /// `Entity.base_types` field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("valueType")] + public virtual string ValueType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata for global schema behavior. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// If true, on a given page, there can be multiple `document` annotations covering it. + [Newtonsoft.Json.JsonPropertyAttribute("documentAllowMultipleLabels")] + public virtual System.Nullable DocumentAllowMultipleLabels { get; set; } + + /// + /// If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be + /// applied to the entire document (classification). + /// + [Newtonsoft.Json.JsonPropertyAttribute("documentSplitter")] + public virtual System.Nullable DocumentSplitter { get; set; } + + /// If set, all the nested entities must be prefixed with the parents. + [Newtonsoft.Json.JsonPropertyAttribute("prefixedNamingOnProperties")] + public virtual System.Nullable PrefixedNamingOnProperties { get; set; } + + /// + /// If set, we will skip the naming format validation in the schema. So the string values in + /// `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked. + /// + [Newtonsoft.Json.JsonPropertyAttribute("skipNamingValidation")] + public virtual System.Nullable SkipNamingValidation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the EnableProcessor method. + public class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. + /// + public class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about an entity type. + public class GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Field tier metadata on the property + [Newtonsoft.Json.JsonPropertyAttribute("fieldTierMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldTierMetadata FieldTierMetadata { get; set; } + + /// Human review labeling config on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewLabelingMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata HumanReviewLabelingMetadata { get; set; } + + /// Human review config on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata HumanReviewMetadata { get; set; } + + /// Whether the entity type should be considered inactive. + [Newtonsoft.Json.JsonPropertyAttribute("inactive")] + public virtual System.Nullable Inactive { get; set; } + + /// Schema editability metadata on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("schemaEditabilityMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata SchemaEditabilityMetadata { get; set; } + + /// Schema inference metadata on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("schemaInferenceMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata SchemaInferenceMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The resource name of the created evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Evaluation metrics, either in aggregate or about a specific entity. + public class GoogleCloudDocumentaiUiv1beta3EvaluationMetrics : Google.Apis.Requests.IDirectResponseSchema + { + /// The calculated f1 score. + [Newtonsoft.Json.JsonPropertyAttribute("f1Score")] + public virtual System.Nullable F1Score { get; set; } + + /// The amount of false negatives. + [Newtonsoft.Json.JsonPropertyAttribute("falseNegativesCount")] + public virtual System.Nullable FalseNegativesCount { get; set; } + + /// The amount of false positives. + [Newtonsoft.Json.JsonPropertyAttribute("falsePositivesCount")] + public virtual System.Nullable FalsePositivesCount { get; set; } + + /// The amount of documents with a ground truth occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthDocumentCount")] + public virtual System.Nullable GroundTruthDocumentCount { get; set; } + + /// The amount of occurrences in ground truth documents. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthOccurrencesCount")] + public virtual System.Nullable GroundTruthOccurrencesCount { get; set; } + + /// The calculated precision. + [Newtonsoft.Json.JsonPropertyAttribute("precision")] + public virtual System.Nullable Precision { get; set; } + + /// The amount of documents with a predicted occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("predictedDocumentCount")] + public virtual System.Nullable PredictedDocumentCount { get; set; } + + /// The amount of occurrences in predicted documents. + [Newtonsoft.Json.JsonPropertyAttribute("predictedOccurrencesCount")] + public virtual System.Nullable PredictedOccurrencesCount { get; set; } + + /// The calculated recall. + [Newtonsoft.Json.JsonPropertyAttribute("recall")] + public virtual System.Nullable Recall { get; set; } + + /// The amount of documents that had an occurrence of this label. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentsCount")] + public virtual System.Nullable TotalDocumentsCount { get; set; } + + /// The amount of true positives. + [Newtonsoft.Json.JsonPropertyAttribute("truePositivesCount")] + public virtual System.Nullable TruePositivesCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Gives a short summary of an evaluation, and links to the evaluation itself. + public class GoogleCloudDocumentaiUiv1beta3EvaluationReference : Google.Apis.Requests.IDirectResponseSchema + { + /// An aggregate of the statistics for the evaluation with fuzzy matching on. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetrics")] + public virtual GoogleCloudDocumentaiUiv1beta3EvaluationMetrics AggregateMetrics { get; set; } + + /// An aggregate of the statistics for the evaluation with fuzzy matching off. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetricsExact")] + public virtual GoogleCloudDocumentaiUiv1beta3EvaluationMetrics AggregateMetricsExact { get; set; } + + /// The resource name of the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } + + /// The resource name of the Long Running Operation for the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata of the batch export documents operation. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualExportStatuses")] + public virtual System.Collections.Generic.IList IndividualExportStatuses { get; set; } + + /// The list of statistics for each dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("splitExportStats")] + public virtual System.Collections.Generic.IList SplitExportStats { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the export process. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The path to source docproto of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// + /// The output_gcs_destination of the exported document if it was successful, otherwise empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] + public virtual string OutputGcsDestination { get; set; } + + /// The status of the exporting of the document. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The statistic representing a dataset split type for this export. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat : Google.Apis.Requests.IDirectResponseSchema + { + /// The dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("splitType")] + public virtual string SplitType { get; set; } + + /// Total number of documents with the given dataset split type to be exported. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response proto of ExportDocuments method. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata message associated with the ExportProcessorVersion operation. + public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The common metadata about the operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message associated with the ExportProcessorVersion operation. + public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The Cloud Storage URI containing the output artifacts. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata for how this field value is extracted. + public class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Entity query config. + [Newtonsoft.Json.JsonPropertyAttribute("entityQuery")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery EntityQuery { get; set; } + + /// Summary options config. + [Newtonsoft.Json.JsonPropertyAttribute("summaryOptions")] + public virtual GoogleCloudDocumentaiUiv1beta3SummaryOptions SummaryOptions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Message for entity query. + public class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery : Google.Apis.Requests.IDirectResponseSchema + { + /// The original entity query inputed by the user. + [Newtonsoft.Json.JsonPropertyAttribute("userEntityQuery")] + public virtual string UserEntityQuery { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata for the field tier of a property. + public class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Integer that indicates the tier of a property. e.g. Invoice has entities that are classified as tier 1 which + /// is the most important, while tier 2 and tier 3 less so. This attribute can be used to filter schema + /// attributes before running eval. e.g. compute F1 score for only tier 1 entities. If not present this + /// attribute should be inferred as 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("tierLevel")] + public virtual System.Nullable TierLevel { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata for human review labeling config. + public class GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether to enable normalization editing. + [Newtonsoft.Json.JsonPropertyAttribute("enableNormalizationEditing")] + public virtual System.Nullable EnableNormalizationEditing { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata for Human Review config. + public class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The confidence threshold if human review validation is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("confidenceThreshold")] + public virtual System.Nullable ConfidenceThreshold { get; set; } + + /// Whether to enable human review validation. + [Newtonsoft.Json.JsonPropertyAttribute("enableValidation")] + public virtual System.Nullable EnableValidation { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata of the import document operation. + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// Validation statuses of the batch documents import config. + [Newtonsoft.Json.JsonPropertyAttribute("importConfigValidationResults")] + public virtual System.Collections.Generic.IList ImportConfigValidationResults { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualImportStatuses")] + public virtual System.Collections.Generic.IList IndividualImportStatuses { get; set; } + + /// Total number of the documents that are qualified for importing. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The validation status of each import config. Status is set to an error if there are no documents to import in + /// the `import_config`, or `OK` if the operation will try to proceed with at least one document. + /// + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult : Google.Apis.Requests.IDirectResponseSchema + { + /// The source Cloud Storage URI specified in the import config. + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } + + /// The validation status of import config. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the import process. + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The source Cloud Storage URI of the document. + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } + + /// The document id of imported document if it was successful, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("outputDocumentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId OutputDocumentId { get; set; } + + /// + /// The output_gcs_destination of the processed document if it was successful, otherwise empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] + public virtual string OutputGcsDestination { get; set; } + + /// The status of the importing of the document. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the import document operation. + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the ImportProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata for the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response message for the ImportProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The destination processor version name. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The first-class citizen for Document AI. Each processor defines how to extract structural information from a + /// document. + /// + public class GoogleCloudDocumentaiUiv1beta3Processor : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version + /// Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} + /// + [Newtonsoft.Json.JsonPropertyAttribute("activeSchemaVersion")] + public virtual string ActiveSchemaVersion { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time the processor was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The default processor version. + [Newtonsoft.Json.JsonPropertyAttribute("defaultProcessorVersion")] + public virtual string DefaultProcessorVersion { get; set; } + + /// The display name of the processor. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK + /// scenarios. + /// + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } + + /// + /// Output only. Immutable. The resource name of the processor. Format: + /// `projects/{project}/locations/{location}/processors/{processor}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Immutable. The http endpoint that can be called to invoke processing. + [Newtonsoft.Json.JsonPropertyAttribute("processEndpoint")] + public virtual string ProcessEndpoint { get; set; } + + /// Output only. The processor version aliases. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersionAliases")] + public virtual System.Collections.Generic.IList ProcessorVersionAliases { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// Output only. The state of the processor. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// + /// The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see + /// FetchProcessorTypes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained + /// by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its + /// document-processing behavior is defined by that version. + /// + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersion : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time the processor version was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. Denotes that this `ProcessorVersion` can be deployed and undeployed. + [Newtonsoft.Json.JsonPropertyAttribute("deploymentAllowed")] + public virtual System.Nullable DeploymentAllowed { get; set; } + + /// Output only. If set, information about the eventual deprecation of this version. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo DeprecationInfo { get; set; } + + /// The display name of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Output only. The schema of the processor version. Describes the output. + [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentSchema DocumentSchema { get; set; } + + /// Output only. Information about Generative AI model-based processor versions. + [Newtonsoft.Json.JsonPropertyAttribute("genAiModelInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo GenAiModelInfo { get; set; } + + /// Output only. Denotes that this `ProcessorVersion` is managed by Google. + [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] + public virtual System.Nullable GoogleManaged { get; set; } + + /// Output only. The KMS key name used for encryption. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } + + /// Output only. The KMS key version with which data is encrypted. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersionName")] + public virtual string KmsKeyVersionName { get; set; } + + /// Output only. The most recently invoked evaluation for the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("latestEvaluation")] + public virtual GoogleCloudDocumentaiUiv1beta3EvaluationReference LatestEvaluation { get; set; } + + /// Output only. The model type of this processor version. + [Newtonsoft.Json.JsonPropertyAttribute("modelType")] + public virtual string ModelType { get; set; } + + /// + /// Identifier. The resource name of the processor version. Format: + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// The schema of the processor version. Describes the output. + [Newtonsoft.Json.JsonPropertyAttribute("schema")] + public virtual GoogleCloudDocumentaiUiv1beta3Schema Schema { get; set; } + + /// Output only. The state of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains the alias and the aliased resource name of processor version. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias : Google.Apis.Requests.IDirectResponseSchema + { + /// The alias in the form of `processor_version` resource name. + [Newtonsoft.Json.JsonPropertyAttribute("alias")] + public virtual string Alias { get; set; } + + /// The resource name of aliased processor version. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Information about the upcoming deprecation of this processor version. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo : Google.Apis.Requests.IDirectResponseSchema + { + private string _deprecationTimeRaw; + + private object _deprecationTime; + + /// The time at which this processor version will be deprecated. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationTime")] + public virtual string DeprecationTimeRaw + { + get => _deprecationTimeRaw; + set + { + _deprecationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deprecationTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeprecationTimeDateTimeOffset instead.")] + public virtual object DeprecationTime + { + get => _deprecationTime; + set + { + _deprecationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deprecationTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeprecationTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeprecationTimeRaw); + set => DeprecationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// If set, the processor version that will be used as a replacement. + [Newtonsoft.Json.JsonPropertyAttribute("replacementProcessorVersion")] + public virtual string ReplacementProcessorVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Information about Generative AI model-based processor versions. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Information for a custom Generative AI model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customGenAiModelInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo CustomGenAiModelInfo { get; set; } + + /// Information for a pretrained Google-managed foundation model. + [Newtonsoft.Json.JsonPropertyAttribute("foundationGenAiModelInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo FoundationGenAiModelInfo { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Information for a custom Generative AI model created by the user. These are created with `Create New Version` in + /// either the `Call foundation model` or `Fine tuning` tabs. + /// + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// The base processor version ID for the custom model. + [Newtonsoft.Json.JsonPropertyAttribute("baseProcessorVersionId")] + public virtual string BaseProcessorVersionId { get; set; } + + /// The type of custom model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customModelType")] + public virtual string CustomModelType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Information for a pretrained Google-managed foundation model. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether finetuning is allowed for this base processor version. + [Newtonsoft.Json.JsonPropertyAttribute("finetuningAllowed")] + public virtual System.Nullable FinetuningAllowed { get; set; } + + /// The minimum number of labeled documents in the training dataset required for finetuning. + [Newtonsoft.Json.JsonPropertyAttribute("minTrainLabeledDocuments")] + public virtual System.Nullable MinTrainLabeledDocuments { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata about a property. + public class GoogleCloudDocumentaiUiv1beta3PropertyMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Field extraction metadata on the property. + [Newtonsoft.Json.JsonPropertyAttribute("fieldExtractionMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata FieldExtractionMetadata { get; set; } + + /// Field tier metadata on the property + [Newtonsoft.Json.JsonPropertyAttribute("fieldTierMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldTierMetadata FieldTierMetadata { get; set; } + + /// Human review labeling config on the property. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewLabelingMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata HumanReviewLabelingMetadata { get; set; } + + /// Human review validation config on the property. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata HumanReviewMetadata { get; set; } + + /// Whether the property should be considered as "inactive". + [Newtonsoft.Json.JsonPropertyAttribute("inactive")] + public virtual System.Nullable Inactive { get; set; } + + /// Schema editability metadata on the property. + [Newtonsoft.Json.JsonPropertyAttribute("schemaEditabilityMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata SchemaEditabilityMetadata { get; set; } + + /// Schema inference metadata on the property. + [Newtonsoft.Json.JsonPropertyAttribute("schemaInferenceMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata SchemaInferenceMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The metadata proto of `ResyncDataset` method. + public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// + /// The list of dataset resync statuses. Not checked when ResyncDatasetRequest.dataset_documents is specified. + /// + [Newtonsoft.Json.JsonPropertyAttribute("datasetResyncStatuses")] + public virtual System.Collections.Generic.IList DatasetResyncStatuses { get; set; } + + /// + /// The list of document resync statuses. The same document could have multiple + /// `individual_document_resync_statuses` if it has multiple inconsistencies. + /// + [Newtonsoft.Json.JsonPropertyAttribute("individualDocumentResyncStatuses")] + public virtual System.Collections.Generic.IList IndividualDocumentResyncStatuses { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Resync status against inconsistency types on the dataset level. + public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The type of the inconsistency of the dataset. + [Newtonsoft.Json.JsonPropertyAttribute("datasetInconsistencyType")] + public virtual string DatasetInconsistencyType { get; set; } + + /// + /// The status of resyncing the dataset with regards to the detected inconsistency. Empty if + /// ResyncDatasetRequest.validate_only is `true`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Resync status for each document per inconsistency type. + public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document identifier. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The type of document inconsistency. + [Newtonsoft.Json.JsonPropertyAttribute("documentInconsistencyType")] + public virtual string DocumentInconsistencyType { get; set; } + + /// + /// The status of resyncing the document with regards to the detected inconsistency. Empty if + /// ResyncDatasetRequest.validate_only is `true`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response proto of ResyncDataset method. + public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The revision reference specifies which revision on the document to read. + public class GoogleCloudDocumentaiUiv1beta3RevisionRef : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Reads the revision generated by the processor version. The format takes the full resource name of processor + /// version. + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("latestProcessorVersion")] + public virtual string LatestProcessorVersion { get; set; } + + /// Reads the revision by the predefined case. + [Newtonsoft.Json.JsonPropertyAttribute("revisionCase")] + public virtual string RevisionCase { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Reads the revision given by the id. + [Newtonsoft.Json.JsonPropertyAttribute("revisionId")] + public virtual string RevisionId { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; + /// Metadata of the sample documents operation. + public class GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/operations/[^/]+$", - }); - } - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } } -} -namespace Google.Apis.Document.v1.Data -{ - /// - /// Definition of the validation rules. Those are the input to the validator logic and they are used to validate a - /// document. - /// - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput : Google.Apis.Requests.IDirectResponseSchema + + /// Response of the sample documents operation. + public class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("validationRules")] - public virtual System.Collections.Generic.IList ValidationRules { get; set; } + /// The status of sampling documents in test split. + [Newtonsoft.Json.JsonPropertyAttribute("sampleTestStatus")] + public virtual GoogleRpcStatus SampleTestStatus { get; set; } + + /// The status of sampling documents in training split. + [Newtonsoft.Json.JsonPropertyAttribute("sampleTrainingStatus")] + public virtual GoogleRpcStatus SampleTrainingStatus { get; set; } + + /// The result of the sampling process. + [Newtonsoft.Json.JsonPropertyAttribute("selectedDocuments")] + public virtual System.Collections.Generic.IList SelectedDocuments { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("childAlignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule ChildAlignmentRule { get; set; } + /// An internal identifier for document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual string DocumentId { get; set; } - /// Description of the validation rule. This has no use but for documentation + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The schema defines the output of the processed document by a processor. + public class GoogleCloudDocumentaiUiv1beta3Schema : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of the schema. [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } - [Newtonsoft.Json.JsonPropertyAttribute("entityAlignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule EntityAlignmentRule { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("fieldOccurrences")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences FieldOccurrences { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("fieldRegex")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex FieldRegex { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("formValidation")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation FormValidation { get; set; } + /// Display name to show to users. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Name of the validation rule. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Entity types of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypes")] + public virtual System.Collections.Generic.IList EntityTypes { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// A rule for checking field alignment. Horizontal alignment checks if fields are on the same row by comparing - /// y-coordinates of bounding box centers, while vertical alignment checks if fields are on the same column by - /// comparing x-coordinates of bounding box centers. + /// Metadata that specifies whether a label is editable and reasons why. These fields are read-only. Changing these + /// fields has no impact on the backend. /// - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("alignmentType")] - public virtual string AlignmentType { get; set; } + /// Explicit flag that controls whether the label is editable. + [Newtonsoft.Json.JsonPropertyAttribute("editable")] + public virtual System.Nullable Editable { get; set; } - /// The tolerance to use when comparing coordinates. - [Newtonsoft.Json.JsonPropertyAttribute("tolerance")] - public virtual System.Nullable Tolerance { get; set; } + /// + /// Full resource name of processor versions that contain this label. e.g. + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("processorVersions")] + public virtual System.Collections.Generic.IList ProcessorVersions { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A rule that aligns specified child fields with a parent field. - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + /// + /// EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for + /// entity-based processors. Multiple types can also compose a dependency tree to represent nested types. + /// + public class GoogleCloudDocumentaiUiv1beta3SchemaEntityType : Google.Apis.Requests.IDirectResponseSchema { - /// The alignment rule to apply to the child fields. - [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("baseType")] + public virtual string BaseType { get; set; } - /// The child fields to be aligned within the parent field. - [Newtonsoft.Json.JsonPropertyAttribute("childFields")] - public virtual System.Collections.Generic.IList ChildFields { get; set; } + /// Description of the entity type. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// The full path of the parent field. - [Newtonsoft.Json.JsonPropertyAttribute("parentField")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField ParentField { get; set; } + /// If specified, lists all the possible values for this entity. + [Newtonsoft.Json.JsonPropertyAttribute("enumValues")] + public virtual System.Collections.Generic.IList EnumValues { get; set; } + + /// + /// If the entity type is hidden in the schema. This provides the functionality to temporally "disable" an + /// entity without deleting it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("hide")] + public virtual System.Nullable Hide { get; set; } + + /// Specifies how the entity's value is obtained. + [Newtonsoft.Json.JsonPropertyAttribute("method")] + public virtual string Method { get; set; } + + /// Occurrence type limits the number of times an entity type appears in the document. + [Newtonsoft.Json.JsonPropertyAttribute("occurrenceType")] + public virtual string OccurrenceType { get; set; } + + /// + /// Describing the nested structure of an entity. An EntityType may consist of several other EntityTypes. For + /// example, in a document there can be an EntityType `ID`, which consists of EntityType `name` and `address`, + /// with corresponding attributes, such as TEXT for both types and ONCE for occurrence types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("properties")] + public virtual System.Collections.Generic.IList Properties { get; set; } + + /// Source of this entity type. + [Newtonsoft.Json.JsonPropertyAttribute("source")] + public virtual string Source { get; set; } + + /// + /// Name of the type. It must satisfy the following constraints: 1. Must be unique within the set of same level + /// types (with case-insensitive match). 2. Maximum 64 characters. 3. Must start with a letter. 4. Allowed + /// characters: ASCII letters [a-zA-Z], ASCII digits [0-9], or one of the following punctuation characters: * + /// underscore '_' (recommended) * hyphen '-' (allowed, not recommended) * colon ':' (allowed, not recommended) + /// NOTE: Whitespace characters are not allowed. 5. Cannot end with a punctuation character. 6. Cannot contain + /// the following restricted strings: "google", "DocumentAI" (case-insensitive match). 7. A slash character '/' + /// is reserved as a separator in flattened representations of nested entity types (e.g., "line_item/amount") in + /// which case each part (e.g., "line_item", "amount") must comply with the rules defined above. We recommend + /// using the snake case ("snake_case") in entity type names. + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The constant value used in the validation rules. - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant : Google.Apis.Requests.IDirectResponseSchema + /// + /// Metadata for schema inference. Only used on dataset.schema for schema inference, can be safely ignored + /// elsewhere. + /// + public class GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("floatValue")] - public virtual System.Nullable FloatValue { get; set; } + /// True if is inferred by schema inference. + [Newtonsoft.Json.JsonPropertyAttribute("inferred")] + public virtual System.Nullable Inferred { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A rule that aligns specified fields with each other. - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the SetDefaultProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The alignment rule to apply to the fields. - [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } - - /// The fields to be aligned. - [Newtonsoft.Json.JsonPropertyAttribute("fields")] - public virtual System.Collections.Generic.IList Fields { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the SetDefaultProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Default value to use if the field is not present. If the field is missing and the default value is not set, - /// the validation run as if the field is not present in the validation logic. - /// - [Newtonsoft.Json.JsonPropertyAttribute("defaultValue")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant DefaultValue { get; set; } - - /// - /// The field name to validate. This can be a simple field name or a nested field one using the ':' (meant as an - /// aggregator) or '*' (meant as foreach) operators. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fieldName")] - public virtual string FieldName { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for document summarization. + public class GoogleCloudDocumentaiUiv1beta3SummaryOptions : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("field")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("maxOccurrences")] - public virtual System.Nullable MaxOccurrences { get; set; } + /// The format the summary should be in. + [Newtonsoft.Json.JsonPropertyAttribute("format")] + public virtual string Format { get; set; } - /// - /// Min and max occurrences of the field. If not set, there is limit set. The defined interval is a - /// closed-closed interval, i.e. [min, max]. - /// - [Newtonsoft.Json.JsonPropertyAttribute("minOccurrences")] - public virtual System.Nullable MinOccurrences { get; set; } + /// How long the summary should be. + [Newtonsoft.Json.JsonPropertyAttribute("length")] + public virtual string Length { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex : Google.Apis.Requests.IDirectResponseSchema + /// The metadata that represents a processor version being created. + public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("field")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Python regex to validate the field values. - [Newtonsoft.Json.JsonPropertyAttribute("pattern")] - public virtual string Pattern { get; set; } + /// The test dataset validation information. + [Newtonsoft.Json.JsonPropertyAttribute("testDatasetValidation")] + public virtual GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation TestDatasetValidation { get; set; } + + /// The training dataset validation information. + [Newtonsoft.Json.JsonPropertyAttribute("trainingDatasetValidation")] + public virtual GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation TrainingDatasetValidation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation : Google.Apis.Requests.IDirectResponseSchema + /// + /// The dataset validation information. This includes any and all errors with documents and the dataset. + /// + public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("leftOperand")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation LeftOperand { get; set; } + /// The total number of dataset errors. + [Newtonsoft.Json.JsonPropertyAttribute("datasetErrorCount")] + public virtual System.Nullable DatasetErrorCount { get; set; } - [Newtonsoft.Json.JsonPropertyAttribute("rightOperand")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation RightOperand { get; set; } + /// + /// Error information for the dataset as a whole. A maximum of 10 dataset errors will be returned. A single + /// dataset error is terminal for training. + /// + [Newtonsoft.Json.JsonPropertyAttribute("datasetErrors")] + public virtual System.Collections.Generic.IList DatasetErrors { get; set; } - /// The relational operator to be applied to the operands. - [Newtonsoft.Json.JsonPropertyAttribute("validationOperator")] - public virtual string ValidationOperator { get; set; } + /// The total number of document errors. + [Newtonsoft.Json.JsonPropertyAttribute("documentErrorCount")] + public virtual System.Nullable DocumentErrorCount { get; set; } + + /// + /// Error information pertaining to specific documents. A maximum of 10 document errors will be returned. Any + /// document with errors will not be used throughout training. + /// + [Newtonsoft.Json.JsonPropertyAttribute("documentErrors")] + public virtual System.Collections.Generic.IList DocumentErrors { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation : Google.Apis.Requests.IDirectResponseSchema + /// The response for TrainProcessorVersion. + public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// A list of constants to be used as operands. - [Newtonsoft.Json.JsonPropertyAttribute("constants")] - public virtual System.Collections.Generic.IList Constants { get; set; } - - /// A list of fields to be used as operands. - [Newtonsoft.Json.JsonPropertyAttribute("fields")] - public virtual System.Collections.Generic.IList Fields { get; set; } - - /// The operation type to be applied to all the operands. - [Newtonsoft.Json.JsonPropertyAttribute("operationType")] - public virtual string OperationType { get; set; } - - /// A list of recursive operations to be used as operands. - [Newtonsoft.Json.JsonPropertyAttribute("operations")] - public virtual System.Collections.Generic.IList Operations { get; set; } + /// The resource name of the processor version produced by training. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata of the auto-labeling documents operation. - public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the UndeployProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// The list of individual auto-labeling statuses of the dataset documents. - [Newtonsoft.Json.JsonPropertyAttribute("individualAutoLabelStatuses")] - public virtual System.Collections.Generic.IList IndividualAutoLabelStatuses { get; set; } - - /// Total number of the auto-labeling documents. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of individual documents in the auto-labeling process. - public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the UndeployProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the auto-labeled document. This will replace the gcs_uri. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The status of the document auto-labeling. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + public class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response proto of AutoLabelDocuments method. - public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for updating the human review configuration. + public class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata : Google.Apis.Requests.IDirectResponseSchema { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for UpdateLabelerPool. + public class GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Total number of documents that failed to be deleted in storage. - [Newtonsoft.Json.JsonPropertyAttribute("errorDocumentCount")] - public virtual System.Nullable ErrorDocumentCount { get; set; } - - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualBatchDeleteStatuses")] - public virtual System.Collections.Generic.IList IndividualBatchDeleteStatuses { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Total number of documents deleting from dataset. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } + /// The long-running operation metadata for the UpdateProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata for the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the batch delete process. - public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus : Google.Apis.Requests.IDirectResponseSchema + /// Encodes the detailed information of a barcode. + public class GoogleCloudDocumentaiV1Barcode : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + /// + /// Format of a barcode. The supported formats are: - `CODE_128`: Code 128 type. - `CODE_39`: Code 39 type. - + /// `CODE_93`: Code 93 type. - `CODABAR`: Codabar type. - `DATA_MATRIX`: 2D Data Matrix type. - `ITF`: ITF type. + /// - `EAN_13`: EAN-13 type. - `EAN_8`: EAN-8 type. - `QR_CODE`: 2D QR code type. - `UPC_A`: UPC-A type. - + /// `UPC_E`: UPC-E type. - `PDF417`: PDF417 type. - `AZTEC`: 2D Aztec code type. - `DATABAR`: GS1 DataBar code + /// type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("format")] + public virtual string Format { get; set; } - /// The status of deleting the document in storage. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// + /// Raw value encoded in the barcode. For example: `'MEBKM:TITLE:Google;URL:https://www.google.com;;'`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("rawValue")] + public virtual string RawValue { get; set; } + + /// + /// Value format describes the format of the value that a barcode encodes. The supported formats are: - + /// `CONTACT_INFO`: Contact information. - `EMAIL`: Email address. - `ISBN`: ISBN identifier. - `PHONE`: Phone + /// number. - `PRODUCT`: Product. - `SMS`: SMS message. - `TEXT`: Text string. - `URL`: URL address. - `WIFI`: + /// Wifi information. - `GEO`: Geo-localization. - `CALENDAR_EVENT`: Calendar event. - `DRIVER_LICENSE`: + /// Driver's license. + /// + [Newtonsoft.Json.JsonPropertyAttribute("valueFormat")] + public virtual string ValueFormat { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the delete documents operation. - public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// The common config to specify a set of documents used as input. + public class GoogleCloudDocumentaiV1BatchDocumentsInputConfig : Google.Apis.Requests.IDirectResponseSchema { + /// The set of documents individually specified on Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsDocuments")] + public virtual GoogleCloudDocumentaiV1GcsDocuments GcsDocuments { get; set; } + + /// The set of documents that match the specified Cloud Storage `gcs_prefix`. + [Newtonsoft.Json.JsonPropertyAttribute("gcsPrefix")] + public virtual GoogleCloudDocumentaiV1GcsPrefix GcsPrefix { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for BatchProcessDocuments. + public class GoogleCloudDocumentaiV1BatchProcessMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + private string _createTimeRaw; - /// The destination dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("destDatasetType")] - public virtual string DestDatasetType { get; set; } + private object _createTime; - /// The destination dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("destSplitType")] - public virtual string DestSplitType { get; set; } + /// The creation time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualBatchMoveStatuses")] - public virtual System.Collections.Generic.IList IndividualBatchMoveStatuses { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("individualProcessStatuses")] + public virtual System.Collections.Generic.IList IndividualProcessStatuses { get; set; } + + /// The state of the current batch processing. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// + /// A message providing more details about the current state of processing. For example, the error message if + /// the operation is failed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// The last update time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the batch move process. - public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus : Google.Apis.Requests.IDirectResponseSchema + /// The status of a each individual document in the batch process. + public class GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + /// The status of human review on the processed document. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewStatus")] + public virtual GoogleCloudDocumentaiV1HumanReviewStatus HumanReviewStatus { get; set; } - /// The status of moving the document. + /// + /// The source of the document, same as the input_gcs_source field in the request when the batch process + /// started. + /// + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } + + /// + /// The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the + /// processed document if it was successful, otherwise empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] + public virtual string OutputGcsDestination { get; set; } + + /// The status processing the document. [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual GoogleRpcStatus Status { get; set; } @@ -2689,51 +5186,62 @@ public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualB public virtual string ETag { get; set; } } - /// Response of the batch move documents operation. - public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Request message for BatchProcessDocuments. + public class GoogleCloudDocumentaiV1BatchProcessRequest : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The output configuration for the BatchProcessDocuments method. + [Newtonsoft.Json.JsonPropertyAttribute("documentOutputConfig")] + public virtual GoogleCloudDocumentaiV1DocumentOutputConfig DocumentOutputConfig { get; set; } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualBatchUpdateStatuses")] - public virtual System.Collections.Generic.IList IndividualBatchUpdateStatuses { get; set; } + /// The input documents for the BatchProcessDocuments method. + [Newtonsoft.Json.JsonPropertyAttribute("inputDocuments")] + public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig InputDocuments { get; set; } + + /// + /// Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than + /// 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, + /// and dashes. International characters are allowed. Label values are optional. Label keys must start with a + /// letter. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// Inference-time options for the process API + [Newtonsoft.Json.JsonPropertyAttribute("processOptions")] + public virtual GoogleCloudDocumentaiV1ProcessOptions ProcessOptions { get; set; } + + /// Whether human review should be skipped for this request. Default to `false`. + [Newtonsoft.Json.JsonPropertyAttribute("skipHumanReview")] + public virtual System.Nullable SkipHumanReview { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the batch update process. - public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus : Google.Apis.Requests.IDirectResponseSchema + /// Response message for BatchProcessDocuments. + public class GoogleCloudDocumentaiV1BatchProcessResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } - - /// The status of updating the document in storage. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the batch update documents operation. - public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// A bounding polygon for the detected image annotation. + public class GoogleCloudDocumentaiV1BoundingPoly : Google.Apis.Requests.IDirectResponseSchema { + /// The bounding polygon normalized vertices. + [Newtonsoft.Json.JsonPropertyAttribute("normalizedVertices")] + public virtual System.Collections.Generic.IList NormalizedVertices { get; set; } + + /// The bounding polygon vertices. + [Newtonsoft.Json.JsonPropertyAttribute("vertices")] + public virtual System.Collections.Generic.IList Vertices { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } /// The common metadata for long running operations. - public class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema { private string _createTimeRaw; @@ -2825,2231 +5333,2284 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } - /// The long-running operation metadata for the CreateLabelerPool method. - public class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The long-running operation metadata for DeleteLabelerPool. - public class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the DeleteProcessor method. + public class GoogleCloudDocumentaiV1DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeleteProcessor method. - public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the DeleteProcessorVersion method. + public class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeleteProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Request message for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiV1DeployProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } /// Response message for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { /// The ETag of the item. public virtual string ETag { get; set; } } /// The long-running operation metadata for the DisableProcessor method. - public class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } - /// - /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. - /// - public class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// Document Identifier. - public class GoogleCloudDocumentaiUiv1beta3DocumentId : Google.Apis.Requests.IDirectResponseSchema + /// Request message for the DisableProcessor method. + public class GoogleCloudDocumentaiV1DisableProcessorRequest : Google.Apis.Requests.IDirectResponseSchema { - /// A document id within user-managed Cloud Storage. - [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedDocId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; } - - /// Points to a specific revision of the document if set. - [Newtonsoft.Json.JsonPropertyAttribute("revisionRef")] - public virtual GoogleCloudDocumentaiUiv1beta3RevisionRef RevisionRef { get; set; } - - /// A document id within unmanaged dataset. - [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDocId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option. + /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. /// - public class GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Id of the document (indexed) managed by Content Warehouse. - [Newtonsoft.Json.JsonPropertyAttribute("cwDocId")] - public virtual string CwDocId { get; set; } - - /// Required. The Cloud Storage URI where the actual document is stored. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] - public virtual string GcsUri { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// Identifies a document uniquely within the scope of a dataset in unmanaged option. - public class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId : Google.Apis.Requests.IDirectResponseSchema + /// + /// Document represents the canonical document resource in Document AI. It is an interchange format that provides + /// insights into documents and allows for collaboration between users and Document AI to iterate and optimize for + /// quality. + /// + public class GoogleCloudDocumentaiV1Document : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("docId")] - public virtual string DocId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Document chunked based on chunking config. + [Newtonsoft.Json.JsonPropertyAttribute("chunkedDocument")] + public virtual GoogleCloudDocumentaiV1DocumentChunkedDocument ChunkedDocument { get; set; } - /// The long-running operation metadata for the EnableProcessor method. - public class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// + /// Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, + /// protobuffers use a pure binary representation, whereas JSON representations use base64. + /// + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual string Content { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. An internal identifier for document. Should be loggable (no PII). + [Newtonsoft.Json.JsonPropertyAttribute("docid")] + public virtual string Docid { get; set; } - /// - /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. - /// - public class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Parsed layout of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentLayout")] + public virtual GoogleCloudDocumentaiV1DocumentDocumentLayout DocumentLayout { get; set; } - /// Metadata of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// + /// A list of entities detected on Document.text. For document shards, entities in this list may cross shard + /// boundaries. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entities")] + public virtual System.Collections.Generic.IList Entities { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// The entity revision id that `document.entities` field is based on. If this field is set and + /// `entities_revisions` is not empty, the entities in `document.entities` field are the entities in the entity + /// revision with this id and `document.entity_validation_output` field is the `entity_validation_output` field + /// in this entity revision. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entitiesRevisionId")] + public virtual string EntitiesRevisionId { get; set; } - /// Response of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The resource name of the created evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] - public virtual string Evaluation { get; set; } + /// + /// A list of entity revisions. The entity revisions are appended to the document in the processing order. This + /// field can be used for comparing the entity extraction results at different stages of the processing. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entitiesRevisions")] + public virtual System.Collections.Generic.IList EntitiesRevisions { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Placeholder. Relationship among Document.entities. + [Newtonsoft.Json.JsonPropertyAttribute("entityRelations")] + public virtual System.Collections.Generic.IList EntityRelations { get; set; } - /// Metadata of the batch export documents operation. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// + /// The entity validation output for the document. This is the validation output for `document.entities` field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entityValidationOutput")] + public virtual GoogleCloudDocumentaiV1DocumentEntityValidationOutput EntityValidationOutput { get; set; } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualExportStatuses")] - public virtual System.Collections.Generic.IList IndividualExportStatuses { get; set; } + /// Any error that occurred while processing this document. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual GoogleRpcStatus Error { get; set; } - /// The list of statistics for each dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("splitExportStats")] - public virtual System.Collections.Generic.IList SplitExportStats { get; set; } + /// + /// An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml). + /// + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Visual page layout for the Document. + [Newtonsoft.Json.JsonPropertyAttribute("pages")] + public virtual System.Collections.Generic.IList Pages { get; set; } - /// The status of each individual document in the export process. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus : Google.Apis.Requests.IDirectResponseSchema - { - /// The path to source docproto of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + /// Placeholder. Revision history of this document. + [Newtonsoft.Json.JsonPropertyAttribute("revisions")] + public virtual System.Collections.Generic.IList Revisions { get; set; } /// - /// The output_gcs_destination of the exported document if it was successful, otherwise empty. + /// Information about the sharding if this document is sharded part of a larger document. If the document is not + /// sharded, this message is not specified. /// - [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] - public virtual string OutputGcsDestination { get; set; } - - /// The status of the exporting of the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("shardInfo")] + public virtual GoogleCloudDocumentaiV1DocumentShardInfo ShardInfo { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. UTF-8 encoded text in reading order from the document. + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } - /// The statistic representing a dataset split type for this export. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat : Google.Apis.Requests.IDirectResponseSchema - { - /// The dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("splitType")] - public virtual string SplitType { get; set; } + /// + /// Placeholder. A list of text corrections made to Document.text. This is usually used for annotating + /// corrections to OCR mistakes. Text changes for a given revision may not overlap with each other. + /// + [Newtonsoft.Json.JsonPropertyAttribute("textChanges")] + public virtual System.Collections.Generic.IList TextChanges { get; set; } - /// Total number of documents with the given dataset split type to be exported. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } + /// Styles for the Document.text. + [Newtonsoft.Json.JsonPropertyAttribute("textStyles")] + public virtual System.Collections.Generic.IList TextStyles { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Optional. Currently supports Google Cloud Storage URI of the form `gs://bucket_name/object_name`. Object + /// versioning is not supported. For more information, refer to [Google Cloud Storage Request + /// URIs](https://cloud.google.com/storage/docs/reference-uris). + /// + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } - /// The response proto of ExportDocuments method. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata message associated with the ExportProcessorVersion operation. - public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Represents the chunks that the document is divided into. + public class GoogleCloudDocumentaiV1DocumentChunkedDocument : Google.Apis.Requests.IDirectResponseSchema { - /// The common metadata about the operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// List of chunks. + [Newtonsoft.Json.JsonPropertyAttribute("chunks")] + public virtual System.Collections.Generic.IList Chunks { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message associated with the ExportProcessorVersion operation. - public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// Represents a chunk. + public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk : Google.Apis.Requests.IDirectResponseSchema { - /// The Cloud Storage URI containing the output artifacts. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] - public virtual string GcsUri { get; set; } + /// ID of the chunk. + [Newtonsoft.Json.JsonPropertyAttribute("chunkId")] + public virtual string ChunkId { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Text content of the chunk. + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual string Content { get; set; } - /// Metadata of the import document operation. - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// Page footers associated with the chunk. + [Newtonsoft.Json.JsonPropertyAttribute("pageFooters")] + public virtual System.Collections.Generic.IList PageFooters { get; set; } - /// Validation statuses of the batch documents import config. - [Newtonsoft.Json.JsonPropertyAttribute("importConfigValidationResults")] - public virtual System.Collections.Generic.IList ImportConfigValidationResults { get; set; } + /// Page headers associated with the chunk. + [Newtonsoft.Json.JsonPropertyAttribute("pageHeaders")] + public virtual System.Collections.Generic.IList PageHeaders { get; set; } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualImportStatuses")] - public virtual System.Collections.Generic.IList IndividualImportStatuses { get; set; } + /// Page span of the chunk. + [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] + public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; } - /// Total number of the documents that are qualified for importing. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } + /// Unused. + [Newtonsoft.Json.JsonPropertyAttribute("sourceBlockIds")] + public virtual System.Collections.Generic.IList SourceBlockIds { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The validation status of each import config. Status is set to an error if there are no documents to import in - /// the `import_config`, or `OK` if the operation will try to proceed with at least one document. - /// - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult : Google.Apis.Requests.IDirectResponseSchema + /// Represents the page footer associated with the chunk. + public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter : Google.Apis.Requests.IDirectResponseSchema { - /// The source Cloud Storage URI specified in the import config. - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } + /// Page span of the footer. + [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] + public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; } - /// The validation status of import config. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// Footer in text format. + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the import process. - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus : Google.Apis.Requests.IDirectResponseSchema + /// Represents the page header associated with the chunk. + public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader : Google.Apis.Requests.IDirectResponseSchema { - /// The source Cloud Storage URI of the document. - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } - - /// The document id of imported document if it was successful, otherwise empty. - [Newtonsoft.Json.JsonPropertyAttribute("outputDocumentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId OutputDocumentId { get; set; } - - /// - /// The output_gcs_destination of the processed document if it was successful, otherwise empty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] - public virtual string OutputGcsDestination { get; set; } + /// Page span of the header. + [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] + public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; } - /// The status of the importing of the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// Header in text format. + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the import document operation. - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// Represents where the chunk starts and ends in the document. + public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan : Google.Apis.Requests.IDirectResponseSchema { + /// Page where chunk ends in the document. + [Newtonsoft.Json.JsonPropertyAttribute("pageEnd")] + public virtual System.Nullable PageEnd { get; set; } + + /// Page where chunk starts in the document. + [Newtonsoft.Json.JsonPropertyAttribute("pageStart")] + public virtual System.Nullable PageStart { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the ImportProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// + /// Represents the parsed layout of a document as a collection of blocks that the document is divided into. + /// + public class GoogleCloudDocumentaiV1DocumentDocumentLayout : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata for the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// List of blocks in the document. + [Newtonsoft.Json.JsonPropertyAttribute("blocks")] + public virtual System.Collections.Generic.IList Blocks { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response message for the ImportProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// Represents a block. A block could be one of the various types (text, table, list) supported. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock : Google.Apis.Requests.IDirectResponseSchema { - /// The destination processor version name. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] - public virtual string ProcessorVersion { get; set; } + /// ID of the block. + [Newtonsoft.Json.JsonPropertyAttribute("blockId")] + public virtual string BlockId { get; set; } + + /// Identifies the bounding box for the block. + [Newtonsoft.Json.JsonPropertyAttribute("boundingBox")] + public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingBox { get; set; } + + /// Block consisting of list content/structure. + [Newtonsoft.Json.JsonPropertyAttribute("listBlock")] + public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock ListBlock { get; set; } + + /// Page span of the block. + [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] + public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan PageSpan { get; set; } + + /// Block consisting of table content/structure. + [Newtonsoft.Json.JsonPropertyAttribute("tableBlock")] + public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock TableBlock { get; set; } + + /// Block consisting of text content. + [Newtonsoft.Json.JsonPropertyAttribute("textBlock")] + public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock TextBlock { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The metadata proto of `ResyncDataset` method. - public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Represents a list type block. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - - /// - /// The list of dataset resync statuses. Not checked when ResyncDatasetRequest.dataset_documents is specified. - /// - [Newtonsoft.Json.JsonPropertyAttribute("datasetResyncStatuses")] - public virtual System.Collections.Generic.IList DatasetResyncStatuses { get; set; } + /// List entries that constitute a list block. + [Newtonsoft.Json.JsonPropertyAttribute("listEntries")] + public virtual System.Collections.Generic.IList ListEntries { get; set; } - /// - /// The list of document resync statuses. The same document could have multiple - /// `individual_document_resync_statuses` if it has multiple inconsistencies. - /// - [Newtonsoft.Json.JsonPropertyAttribute("individualDocumentResyncStatuses")] - public virtual System.Collections.Generic.IList IndividualDocumentResyncStatuses { get; set; } + /// Type of the list_entries (if exist). Available options are `ordered` and `unordered`. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Resync status against inconsistency types on the dataset level. - public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus : Google.Apis.Requests.IDirectResponseSchema + /// Represents an entry in the list. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry : Google.Apis.Requests.IDirectResponseSchema { - /// The type of the inconsistency of the dataset. - [Newtonsoft.Json.JsonPropertyAttribute("datasetInconsistencyType")] - public virtual string DatasetInconsistencyType { get; set; } - /// - /// The status of resyncing the dataset with regards to the detected inconsistency. Empty if - /// ResyncDatasetRequest.validate_only is `true`. + /// A list entry is a list of blocks. Repeated blocks support further hierarchies and nested blocks. /// - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("blocks")] + public virtual System.Collections.Generic.IList Blocks { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Resync status for each document per inconsistency type. - public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus : Google.Apis.Requests.IDirectResponseSchema - { - /// The document identifier. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } - - /// The type of document inconsistency. - [Newtonsoft.Json.JsonPropertyAttribute("documentInconsistencyType")] - public virtual string DocumentInconsistencyType { get; set; } - - /// - /// The status of resyncing the document with regards to the detected inconsistency. Empty if - /// ResyncDatasetRequest.validate_only is `true`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// Represents where the block starts and ends in the document. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan : Google.Apis.Requests.IDirectResponseSchema + { + /// Page where block ends in the document. + [Newtonsoft.Json.JsonPropertyAttribute("pageEnd")] + public virtual System.Nullable PageEnd { get; set; } + + /// Page where block starts in the document. + [Newtonsoft.Json.JsonPropertyAttribute("pageStart")] + public virtual System.Nullable PageStart { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response proto of ResyncDataset method. - public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse : Google.Apis.Requests.IDirectResponseSchema + /// Represents a table type block. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock : Google.Apis.Requests.IDirectResponseSchema { + /// Body rows containing main table content. + [Newtonsoft.Json.JsonPropertyAttribute("bodyRows")] + public virtual System.Collections.Generic.IList BodyRows { get; set; } + + /// Table caption/title. + [Newtonsoft.Json.JsonPropertyAttribute("caption")] + public virtual string Caption { get; set; } + + /// Header rows at the top of the table. + [Newtonsoft.Json.JsonPropertyAttribute("headerRows")] + public virtual System.Collections.Generic.IList HeaderRows { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// The revision reference specifies which revision on the document to read. - public class GoogleCloudDocumentaiUiv1beta3RevisionRef : Google.Apis.Requests.IDirectResponseSchema + /// Represents a cell in a table row. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell : Google.Apis.Requests.IDirectResponseSchema { /// - /// Reads the revision generated by the processor version. The format takes the full resource name of processor - /// version. - /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}` + /// A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks. /// - [Newtonsoft.Json.JsonPropertyAttribute("latestProcessorVersion")] - public virtual string LatestProcessorVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("blocks")] + public virtual System.Collections.Generic.IList Blocks { get; set; } - /// Reads the revision by the predefined case. - [Newtonsoft.Json.JsonPropertyAttribute("revisionCase")] - public virtual string RevisionCase { get; set; } + /// How many columns this cell spans. + [Newtonsoft.Json.JsonPropertyAttribute("colSpan")] + public virtual System.Nullable ColSpan { get; set; } - /// Reads the revision given by the id. - [Newtonsoft.Json.JsonPropertyAttribute("revisionId")] - public virtual string RevisionId { get; set; } + /// How many rows this cell spans. + [Newtonsoft.Json.JsonPropertyAttribute("rowSpan")] + public virtual System.Nullable RowSpan { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata of the sample documents operation. - public class GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Represents a row in a table. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// A table row is a list of table cells. + [Newtonsoft.Json.JsonPropertyAttribute("cells")] + public virtual System.Collections.Generic.IList Cells { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the sample documents operation. - public class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// Represents a text type block. + public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock : Google.Apis.Requests.IDirectResponseSchema { - /// The status of sampling documents in test split. - [Newtonsoft.Json.JsonPropertyAttribute("sampleTestStatus")] - public virtual GoogleRpcStatus SampleTestStatus { get; set; } + /// + /// A text block could further have child blocks. Repeated blocks support further hierarchies and nested blocks. + /// + [Newtonsoft.Json.JsonPropertyAttribute("blocks")] + public virtual System.Collections.Generic.IList Blocks { get; set; } - /// The status of sampling documents in training split. - [Newtonsoft.Json.JsonPropertyAttribute("sampleTrainingStatus")] - public virtual GoogleRpcStatus SampleTrainingStatus { get; set; } + /// Text content stored in the block. + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } - /// The result of the sampling process. - [Newtonsoft.Json.JsonPropertyAttribute("selectedDocuments")] - public virtual System.Collections.Generic.IList SelectedDocuments { get; set; } + /// + /// Type of the text in the block. Available options are: `paragraph`, `subtitle`, `heading-1`, `heading-2`, + /// `heading-3`, `heading-4`, `heading-5`, `header`, `footer`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument : Google.Apis.Requests.IDirectResponseSchema + /// Entity revision. + public class GoogleCloudDocumentaiV1DocumentEntitiesRevision : Google.Apis.Requests.IDirectResponseSchema { - /// An internal identifier for document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual string DocumentId { get; set; } + /// The entities in this revision. + [Newtonsoft.Json.JsonPropertyAttribute("entities")] + public virtual System.Collections.Generic.IList Entities { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The entity validation output for this revision. + [Newtonsoft.Json.JsonPropertyAttribute("entityValidationOutput")] + public virtual GoogleCloudDocumentaiV1DocumentEntityValidationOutput EntityValidationOutput { get; set; } - /// The long-running operation metadata for the SetDefaultProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The revision id. + [Newtonsoft.Json.JsonPropertyAttribute("revisionId")] + public virtual string RevisionId { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the SetDefaultProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// + /// An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity + /// type, such as a person, an organization, or location. + /// + public class GoogleCloudDocumentaiV1DocumentEntity : Google.Apis.Requests.IDirectResponseSchema { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Confidence of detected Schema entity. Range `[0, 1]`. + [Newtonsoft.Json.JsonPropertyAttribute("confidence")] + public virtual System.Nullable Confidence { get; set; } - /// The metadata that represents a processor version being created. - public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// Optional. Canonical id. This will be a unique value in the entity list for this document. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } - /// The test dataset validation information. - [Newtonsoft.Json.JsonPropertyAttribute("testDatasetValidation")] - public virtual GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation TestDatasetValidation { get; set; } + /// Optional. Deprecated. Use `id` field instead. + [Newtonsoft.Json.JsonPropertyAttribute("mentionId")] + public virtual string MentionId { get; set; } - /// The training dataset validation information. - [Newtonsoft.Json.JsonPropertyAttribute("trainingDatasetValidation")] - public virtual GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation TrainingDatasetValidation { get; set; } + /// Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`. + [Newtonsoft.Json.JsonPropertyAttribute("mentionText")] + public virtual string MentionText { get; set; } + + /// Optional. Specifies how the entity's value is obtained. + [Newtonsoft.Json.JsonPropertyAttribute("method")] + public virtual string Method { get; set; } + + /// + /// Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. + /// address) is not supported for certain parsers. This field is also only populated for certain supported + /// document types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("normalizedValue")] + public virtual GoogleCloudDocumentaiV1DocumentEntityNormalizedValue NormalizedValue { get; set; } + + /// + /// Optional. Represents the provenance of this entity wrt. the location on the page where it was found. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageAnchor")] + public virtual GoogleCloudDocumentaiV1DocumentPageAnchor PageAnchor { get; set; } + + /// + /// Optional. Entities can be nested to form a hierarchical data structure representing the content in the + /// document. + /// + [Newtonsoft.Json.JsonPropertyAttribute("properties")] + public virtual System.Collections.Generic.IList Properties { get; set; } + + /// Optional. The history of this annotation. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + + /// Optional. Whether the entity will be redacted for de-identification purposes. + [Newtonsoft.Json.JsonPropertyAttribute("redacted")] + public virtual System.Nullable Redacted { get; set; } + + /// Optional. Provenance of the entity. Text anchor indexing into the Document.text. + [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] + public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } + + /// Required. Entity type from a schema e.g. `Address`. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The dataset validation information. This includes any and all errors with documents and the dataset. - /// - public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation : Google.Apis.Requests.IDirectResponseSchema + /// Parsed and normalized entity value. + public class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue : Google.Apis.Requests.IDirectResponseSchema { - /// The total number of dataset errors. - [Newtonsoft.Json.JsonPropertyAttribute("datasetErrorCount")] - public virtual System.Nullable DatasetErrorCount { get; set; } + /// + /// Postal address. See also: + /// https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto + /// + [Newtonsoft.Json.JsonPropertyAttribute("addressValue")] + public virtual GoogleTypePostalAddress AddressValue { get; set; } + + /// Boolean value. Can be used for entities with binary values, or for checkboxes. + [Newtonsoft.Json.JsonPropertyAttribute("booleanValue")] + public virtual System.Nullable BooleanValue { get; set; } /// - /// Error information for the dataset as a whole. A maximum of 10 dataset errors will be returned. A single - /// dataset error is terminal for training. + /// Date value. Includes year, month, day. See also: + /// https://github.com/googleapis/googleapis/blob/master/google/type/date.proto /// - [Newtonsoft.Json.JsonPropertyAttribute("datasetErrors")] - public virtual System.Collections.Generic.IList DatasetErrors { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("dateValue")] + public virtual GoogleTypeDate DateValue { get; set; } - /// The total number of document errors. - [Newtonsoft.Json.JsonPropertyAttribute("documentErrorCount")] - public virtual System.Nullable DocumentErrorCount { get; set; } + /// + /// DateTime value. Includes date, time, and timezone. See also: + /// https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto + /// + [Newtonsoft.Json.JsonPropertyAttribute("datetimeValue")] + public virtual GoogleTypeDateTime DatetimeValue { get; set; } + + /// Float value. + [Newtonsoft.Json.JsonPropertyAttribute("floatValue")] + public virtual System.Nullable FloatValue { get; set; } + + /// Integer value. + [Newtonsoft.Json.JsonPropertyAttribute("integerValue")] + public virtual System.Nullable IntegerValue { get; set; } /// - /// Error information pertaining to specific documents. A maximum of 10 document errors will be returned. Any - /// document with errors will not be used throughout training. + /// Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto /// - [Newtonsoft.Json.JsonPropertyAttribute("documentErrors")] - public virtual System.Collections.Generic.IList DocumentErrors { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("moneyValue")] + public virtual GoogleTypeMoney MoneyValue { get; set; } + + /// + /// A signature - a graphical representation of a person's name, often used to sign a document. + /// + [Newtonsoft.Json.JsonPropertyAttribute("signatureValue")] + public virtual System.Nullable SignatureValue { get; set; } + + /// + /// Optional. An optional field to store a normalized string. For some entity types, one of respective + /// `structured_value` fields may also be populated. Also not all the types of `structured_value` will be + /// normalized. For example, some processors may not generate `float` or `integer` normalized text by default. + /// Below are sample formats mapped to structured values. - Money/Currency type (`money_value`) is in the ISO + /// 4217 text format. - Date type (`date_value`) is in the ISO 8601 text format. - Datetime type + /// (`datetime_value`) is in the ISO 8601 text format. + /// + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Relationship between Entities. + public class GoogleCloudDocumentaiV1DocumentEntityRelation : Google.Apis.Requests.IDirectResponseSchema + { + /// Object entity id. + [Newtonsoft.Json.JsonPropertyAttribute("objectId")] + public virtual string ObjectId { get; set; } + + /// Relationship description. + [Newtonsoft.Json.JsonPropertyAttribute("relation")] + public virtual string Relation { get; set; } + + /// Subject entity id. + [Newtonsoft.Json.JsonPropertyAttribute("subjectId")] + public virtual string SubjectId { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response for TrainProcessorVersion. - public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// The output of the validation given the document and the validation rules. + public class GoogleCloudDocumentaiV1DocumentEntityValidationOutput : Google.Apis.Requests.IDirectResponseSchema { - /// The resource name of the processor version produced by training. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] - public virtual string ProcessorVersion { get; set; } + /// The overall result of the validation, true if all applicable rules are valid. + [Newtonsoft.Json.JsonPropertyAttribute("passAllRules")] + public virtual System.Nullable PassAllRules { get; set; } + + /// The result of each validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("validationResults")] + public virtual System.Collections.Generic.IList ValidationResults { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the UndeployProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Validation result for a single validation rule. + public class GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// + /// Optional. The name of the rule resource that is used for validation. Format: + /// `projects/{project}/locations/{location}/rules/{rule}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("rule")] + public virtual string Rule { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The description of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("ruleDescription")] + public virtual string RuleDescription { get; set; } + + /// The display name of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("ruleName")] + public virtual string RuleName { get; set; } + + /// + /// The detailed information of the running the validation process using the entity from the document based on + /// the validation rule. + /// + [Newtonsoft.Json.JsonPropertyAttribute("validationDetails")] + public virtual string ValidationDetails { get; set; } + + /// The result of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("validationResultType")] + public virtual string ValidationResultType { get; set; } - /// Response message for the UndeployProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - public class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Config that controls the output of documents. All documents will be written as a JSON file. + public class GoogleCloudDocumentaiV1DocumentOutputConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// Output config to write the results to Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsOutputConfig")] + public virtual GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig GcsOutputConfig { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for updating the human review configuration. - public class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The configuration used when outputting documents. + public class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// + /// Specifies which fields to include in the output documents. Only supports top level document and pages field + /// so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fieldMask")] + public virtual object FieldMask { get; set; } + + /// The Cloud Storage uri (a directory) of the output. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } + + /// Specifies the sharding config for the output document. + [Newtonsoft.Json.JsonPropertyAttribute("shardingConfig")] + public virtual GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig ShardingConfig { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for UpdateLabelerPool. - public class GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The sharding config for the output document. + public class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The number of overlapping pages between consecutive shards. + [Newtonsoft.Json.JsonPropertyAttribute("pagesOverlap")] + public virtual System.Nullable PagesOverlap { get; set; } + + /// The number of pages per shard. + [Newtonsoft.Json.JsonPropertyAttribute("pagesPerShard")] + public virtual System.Nullable PagesPerShard { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Encodes the detailed information of a barcode. - public class GoogleCloudDocumentaiV1Barcode : Google.Apis.Requests.IDirectResponseSchema + /// A page in a Document. + public class GoogleCloudDocumentaiV1DocumentPage : Google.Apis.Requests.IDirectResponseSchema { /// - /// Format of a barcode. The supported formats are: - `CODE_128`: Code 128 type. - `CODE_39`: Code 39 type. - - /// `CODE_93`: Code 93 type. - `CODABAR`: Codabar type. - `DATA_MATRIX`: 2D Data Matrix type. - `ITF`: ITF type. - /// - `EAN_13`: EAN-13 type. - `EAN_8`: EAN-8 type. - `QR_CODE`: 2D QR code type. - `UPC_A`: UPC-A type. - - /// `UPC_E`: UPC-E type. - `PDF417`: PDF417 type. - `AZTEC`: 2D Aztec code type. - `DATABAR`: GS1 DataBar code - /// type. + /// A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) + /// that have a common line-spacing and orientation. /// - [Newtonsoft.Json.JsonPropertyAttribute("format")] - public virtual string Format { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("blocks")] + public virtual System.Collections.Generic.IList Blocks { get; set; } + + /// A list of detected barcodes. + [Newtonsoft.Json.JsonPropertyAttribute("detectedBarcodes")] + public virtual System.Collections.Generic.IList DetectedBarcodes { get; set; } + + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + + /// Physical dimension of the page. + [Newtonsoft.Json.JsonPropertyAttribute("dimension")] + public virtual GoogleCloudDocumentaiV1DocumentPageDimension Dimension { get; set; } + + /// A list of visually detected form fields on the page. + [Newtonsoft.Json.JsonPropertyAttribute("formFields")] + public virtual System.Collections.Generic.IList FormFields { get; set; } /// - /// Raw value encoded in the barcode. For example: `'MEBKM:TITLE:Google;URL:https://www.google.com;;'`. + /// Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such + /// that the annotation bounding boxes can be upright and axis-aligned. /// - [Newtonsoft.Json.JsonPropertyAttribute("rawValue")] - public virtual string RawValue { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("image")] + public virtual GoogleCloudDocumentaiV1DocumentPageImage Image { get; set; } + + /// Image quality scores. + [Newtonsoft.Json.JsonPropertyAttribute("imageQualityScores")] + public virtual GoogleCloudDocumentaiV1DocumentPageImageQualityScores ImageQualityScores { get; set; } + + /// Layout for the page. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } /// - /// Value format describes the format of the value that a barcode encodes. The supported formats are: - - /// `CONTACT_INFO`: Contact information. - `EMAIL`: Email address. - `ISBN`: ISBN identifier. - `PHONE`: Phone - /// number. - `PRODUCT`: Product. - `SMS`: SMS message. - `TEXT`: Text string. - `URL`: URL address. - `WIFI`: - /// Wifi information. - `GEO`: Geo-localization. - `CALENDAR_EVENT`: Calendar event. - `DRIVER_LICENSE`: - /// Driver's license. + /// A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a + /// line. /// - [Newtonsoft.Json.JsonPropertyAttribute("valueFormat")] - public virtual string ValueFormat { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("lines")] + public virtual System.Collections.Generic.IList Lines { get; set; } + + /// + /// 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for + /// individual processing. + /// + [Newtonsoft.Json.JsonPropertyAttribute("pageNumber")] + public virtual System.Nullable PageNumber { get; set; } + + /// + /// A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive + /// as a paragraph. + /// + [Newtonsoft.Json.JsonPropertyAttribute("paragraphs")] + public virtual System.Collections.Generic.IList Paragraphs { get; set; } + + /// The history of this page. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + + /// A list of visually detected symbols on the page. + [Newtonsoft.Json.JsonPropertyAttribute("symbols")] + public virtual System.Collections.Generic.IList Symbols { get; set; } + + /// A list of visually detected tables on the page. + [Newtonsoft.Json.JsonPropertyAttribute("tables")] + public virtual System.Collections.Generic.IList Tables { get; set; } + + /// A list of visually detected tokens on the page. + [Newtonsoft.Json.JsonPropertyAttribute("tokens")] + public virtual System.Collections.Generic.IList Tokens { get; set; } + + /// + /// Transformation matrices that were applied to the original document image to produce Page.image. + /// + [Newtonsoft.Json.JsonPropertyAttribute("transforms")] + public virtual System.Collections.Generic.IList Transforms { get; set; } + + /// A list of detected non-text visual elements e.g. checkbox, signature etc. on the page. + [Newtonsoft.Json.JsonPropertyAttribute("visualElements")] + public virtual System.Collections.Generic.IList VisualElements { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The common config to specify a set of documents used as input. - public class GoogleCloudDocumentaiV1BatchDocumentsInputConfig : Google.Apis.Requests.IDirectResponseSchema + /// + /// Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of + /// multiple bounding polygons and optionally reference specific layout element types. + /// + public class GoogleCloudDocumentaiV1DocumentPageAnchor : Google.Apis.Requests.IDirectResponseSchema { - /// The set of documents individually specified on Cloud Storage. - [Newtonsoft.Json.JsonPropertyAttribute("gcsDocuments")] - public virtual GoogleCloudDocumentaiV1GcsDocuments GcsDocuments { get; set; } - - /// The set of documents that match the specified Cloud Storage `gcs_prefix`. - [Newtonsoft.Json.JsonPropertyAttribute("gcsPrefix")] - public virtual GoogleCloudDocumentaiV1GcsPrefix GcsPrefix { get; set; } + /// One or more references to visual page elements + [Newtonsoft.Json.JsonPropertyAttribute("pageRefs")] + public virtual System.Collections.Generic.IList PageRefs { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for BatchProcessDocuments. - public class GoogleCloudDocumentaiV1BatchProcessMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Represents a weak reference to a page element within a document. + public class GoogleCloudDocumentaiV1DocumentPageAnchorPageRef : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; + /// + /// Optional. Identifies the bounding polygon of a layout element on the page. If `layout_type` is set, the + /// bounding polygon must be exactly the same to the layout element it's referring to. + /// + [Newtonsoft.Json.JsonPropertyAttribute("boundingPoly")] + public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingPoly { get; set; } - /// The creation time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } + /// Optional. Confidence of detected page element, if applicable. Range `[0, 1]`. + [Newtonsoft.Json.JsonPropertyAttribute("confidence")] + public virtual System.Nullable Confidence { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } + /// Optional. Deprecated. Use PageRef.bounding_poly instead. + [Newtonsoft.Json.JsonPropertyAttribute("layoutId")] + public virtual string LayoutId { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Optional. The type of the layout element that is being referenced if any. + [Newtonsoft.Json.JsonPropertyAttribute("layoutType")] + public virtual string LayoutType { get; set; } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualProcessStatuses")] - public virtual System.Collections.Generic.IList IndividualProcessStatuses { get; set; } + /// + /// Required. Index into the Document.pages element, for example using `Document.pages` to locate the related + /// page element. This field is skipped when its value is the default `0`. See + /// https://developers.google.com/protocol-buffers/docs/proto3#json. + /// + [Newtonsoft.Json.JsonPropertyAttribute("page")] + public virtual System.Nullable Page { get; set; } - /// The state of the current batch processing. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// A message providing more details about the current state of processing. For example, the error message if - /// the operation is failed. - /// - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } + /// + /// A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation. + /// + public class GoogleCloudDocumentaiV1DocumentPageBlock : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - private string _updateTimeRaw; + /// Layout for Block. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } - private object _updateTime; + /// The history of this annotation. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } - /// The last update time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// A detected barcode. + public class GoogleCloudDocumentaiV1DocumentPageDetectedBarcode : Google.Apis.Requests.IDirectResponseSchema + { + /// Detailed barcode information of the DetectedBarcode. + [Newtonsoft.Json.JsonPropertyAttribute("barcode")] + public virtual GoogleCloudDocumentaiV1Barcode Barcode { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Layout for DetectedBarcode. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of a each individual document in the batch process. - public class GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus : Google.Apis.Requests.IDirectResponseSchema + /// Detected language for a structural component. + public class GoogleCloudDocumentaiV1DocumentPageDetectedLanguage : Google.Apis.Requests.IDirectResponseSchema { - /// The status of human review on the processed document. - [Newtonsoft.Json.JsonPropertyAttribute("humanReviewStatus")] - public virtual GoogleCloudDocumentaiV1HumanReviewStatus HumanReviewStatus { get; set; } + /// Confidence of detected language. Range `[0, 1]`. + [Newtonsoft.Json.JsonPropertyAttribute("confidence")] + public virtual System.Nullable Confidence { get; set; } /// - /// The source of the document, same as the input_gcs_source field in the request when the batch process - /// started. + /// The [BCP-47 language code](https://www.unicode.org/reports/tr35/#Unicode_locale_identifier), such as `en-US` + /// or `sr-Latn`. /// - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] + public virtual string LanguageCode { get; set; } - /// - /// The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the - /// processed document if it was successful, otherwise empty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] - public virtual string OutputGcsDestination { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The status processing the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// Dimension for the page. + public class GoogleCloudDocumentaiV1DocumentPageDimension : Google.Apis.Requests.IDirectResponseSchema + { + /// Page height. + [Newtonsoft.Json.JsonPropertyAttribute("height")] + public virtual System.Nullable Height { get; set; } + + /// Dimension unit. + [Newtonsoft.Json.JsonPropertyAttribute("unit")] + public virtual string Unit { get; set; } + + /// Page width. + [Newtonsoft.Json.JsonPropertyAttribute("width")] + public virtual System.Nullable Width { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for BatchProcessDocuments. - public class GoogleCloudDocumentaiV1BatchProcessRequest : Google.Apis.Requests.IDirectResponseSchema + /// A form field detected on the page. + public class GoogleCloudDocumentaiV1DocumentPageFormField : Google.Apis.Requests.IDirectResponseSchema { - /// The output configuration for the BatchProcessDocuments method. - [Newtonsoft.Json.JsonPropertyAttribute("documentOutputConfig")] - public virtual GoogleCloudDocumentaiV1DocumentOutputConfig DocumentOutputConfig { get; set; } + /// + /// Created for Labeling UI to export key text. If corrections were made to the text identified by the + /// `field_name.text_anchor`, this field will contain the correction. + /// + [Newtonsoft.Json.JsonPropertyAttribute("correctedKeyText")] + public virtual string CorrectedKeyText { get; set; } - /// The input documents for the BatchProcessDocuments method. - [Newtonsoft.Json.JsonPropertyAttribute("inputDocuments")] - public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig InputDocuments { get; set; } + /// + /// Created for Labeling UI to export value text. If corrections were made to the text identified by the + /// `field_value.text_anchor`, this field will contain the correction. + /// + [Newtonsoft.Json.JsonPropertyAttribute("correctedValueText")] + public virtual string CorrectedValueText { get; set; } /// - /// Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than - /// 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, - /// and dashes. International characters are allowed. Label values are optional. Label keys must start with a - /// letter. + /// Layout for the FormField name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc. /// - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("fieldName")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout FieldName { get; set; } - /// Inference-time options for the process API - [Newtonsoft.Json.JsonPropertyAttribute("processOptions")] - public virtual GoogleCloudDocumentaiV1ProcessOptions ProcessOptions { get; set; } + /// Layout for the FormField value. + [Newtonsoft.Json.JsonPropertyAttribute("fieldValue")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout FieldValue { get; set; } - /// Whether human review should be skipped for this request. Default to `false`. - [Newtonsoft.Json.JsonPropertyAttribute("skipHumanReview")] - public virtual System.Nullable SkipHumanReview { get; set; } + /// A list of detected languages for name together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("nameDetectedLanguages")] + public virtual System.Collections.Generic.IList NameDetectedLanguages { get; set; } + + /// The history of this annotation. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + + /// A list of detected languages for value together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("valueDetectedLanguages")] + public virtual System.Collections.Generic.IList ValueDetectedLanguages { get; set; } + + /// + /// If the value is non-textual, this field represents the type. Current valid values are: - blank (this + /// indicates the `field_value` is normal text) - `unfilled_checkbox` - `filled_checkbox` + /// + [Newtonsoft.Json.JsonPropertyAttribute("valueType")] + public virtual string ValueType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for BatchProcessDocuments. - public class GoogleCloudDocumentaiV1BatchProcessResponse : Google.Apis.Requests.IDirectResponseSchema + /// Rendered image contents for this page. + public class GoogleCloudDocumentaiV1DocumentPageImage : Google.Apis.Requests.IDirectResponseSchema { + /// Raw byte content of the image. + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual string Content { get; set; } + + /// Height of the image in pixels. + [Newtonsoft.Json.JsonPropertyAttribute("height")] + public virtual System.Nullable Height { get; set; } + + /// + /// Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) for the + /// image. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// Width of the image in pixels. + [Newtonsoft.Json.JsonPropertyAttribute("width")] + public virtual System.Nullable Width { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// A bounding polygon for the detected image annotation. - public class GoogleCloudDocumentaiV1BoundingPoly : Google.Apis.Requests.IDirectResponseSchema + /// Image quality scores for the page image. + public class GoogleCloudDocumentaiV1DocumentPageImageQualityScores : Google.Apis.Requests.IDirectResponseSchema { - /// The bounding polygon normalized vertices. - [Newtonsoft.Json.JsonPropertyAttribute("normalizedVertices")] - public virtual System.Collections.Generic.IList NormalizedVertices { get; set; } + /// A list of detected defects. + [Newtonsoft.Json.JsonPropertyAttribute("detectedDefects")] + public virtual System.Collections.Generic.IList DetectedDefects { get; set; } - /// The bounding polygon vertices. - [Newtonsoft.Json.JsonPropertyAttribute("vertices")] - public virtual System.Collections.Generic.IList Vertices { get; set; } + /// The overall quality score. Range `[0, 1]` where `1` is perfect quality. + [Newtonsoft.Json.JsonPropertyAttribute("qualityScore")] + public virtual System.Nullable QualityScore { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The common metadata for long running operations. - public class GoogleCloudDocumentaiV1CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Image Quality Defects + public class GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; - - /// The creation time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } + /// + /// Confidence of detected defect. Range `[0, 1]` where `1` indicates strong confidence that the defect exists. + /// + [Newtonsoft.Json.JsonPropertyAttribute("confidence")] + public virtual System.Nullable Confidence { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } + /// + /// Name of the defect type. Supported values are: - `quality/defect_blurry` - `quality/defect_noisy` - + /// `quality/defect_dark` - `quality/defect_faint` - `quality/defect_text_too_small` - + /// `quality/defect_document_cutoff` - `quality/defect_text_cutoff` - `quality/defect_glare` + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// A related resource to this operation. - [Newtonsoft.Json.JsonPropertyAttribute("resource")] - public virtual string Resource { get; set; } + /// Visual element describing a layout unit on a page. + public class GoogleCloudDocumentaiV1DocumentPageLayout : Google.Apis.Requests.IDirectResponseSchema + { + /// The bounding polygon for the Layout. + [Newtonsoft.Json.JsonPropertyAttribute("boundingPoly")] + public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingPoly { get; set; } - /// The state of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// + /// Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for + /// a single token, a table, a visual element, etc. depending on context. Range `[0, 1]`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("confidence")] + public virtual System.Nullable Confidence { get; set; } - /// A message providing more details about the current state of processing. - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } + /// Detected orientation for the Layout. + [Newtonsoft.Json.JsonPropertyAttribute("orientation")] + public virtual string Orientation { get; set; } - private string _updateTimeRaw; + /// Text anchor indexing into the Document.text. + [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] + public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } - private object _updateTime; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The last update time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// + /// A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be + /// horizontal, vertical, etc. + /// + public class GoogleCloudDocumentaiV1DocumentPageLine : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// Layout for Line. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// The history of this annotation. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeleteProcessor method. - public class GoogleCloudDocumentaiV1DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + /// + /// Representation for transformation matrix, intended to be compatible and used with OpenCV format for image + /// manipulation. + /// + public class GoogleCloudDocumentaiV1DocumentPageMatrix : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + /// Number of columns in the matrix. + [Newtonsoft.Json.JsonPropertyAttribute("cols")] + public virtual System.Nullable Cols { get; set; } + + /// The matrix data. + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual string Data { get; set; } + + /// Number of rows in the matrix. + [Newtonsoft.Json.JsonPropertyAttribute("rows")] + public virtual System.Nullable Rows { get; set; } + + /// + /// This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit + /// image. For the full list of OpenCV primitive data types, please refer to + /// https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual System.Nullable Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeleteProcessorVersion method. - public class GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// A collection of lines that a human would perceive as a paragraph. + public class GoogleCloudDocumentaiV1DocumentPageParagraph : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + + /// Layout for Paragraph. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + + /// The history of this annotation. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiV1DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// A detected symbol. + public class GoogleCloudDocumentaiV1DocumentPageSymbol : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + + /// Layout for Symbol. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiV1DeployProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema + /// A table representation similar to HTML table structure. + public class GoogleCloudDocumentaiV1DocumentPageTable : Google.Apis.Requests.IDirectResponseSchema { + /// Body rows of the table. + [Newtonsoft.Json.JsonPropertyAttribute("bodyRows")] + public virtual System.Collections.Generic.IList BodyRows { get; set; } + + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + + /// Header rows of the table. + [Newtonsoft.Json.JsonPropertyAttribute("headerRows")] + public virtual System.Collections.Generic.IList HeaderRows { get; set; } + + /// Layout for Table. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + + /// The history of this table. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiV1DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// A cell representation inside the table. + public class GoogleCloudDocumentaiV1DocumentPageTableTableCell : Google.Apis.Requests.IDirectResponseSchema { + /// How many columns this cell spans. + [Newtonsoft.Json.JsonPropertyAttribute("colSpan")] + public virtual System.Nullable ColSpan { get; set; } + + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + + /// Layout for TableCell. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + + /// How many rows this cell spans. + [Newtonsoft.Json.JsonPropertyAttribute("rowSpan")] + public virtual System.Nullable RowSpan { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DisableProcessor method. - public class GoogleCloudDocumentaiV1DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + /// A row of table cells. + public class GoogleCloudDocumentaiV1DocumentPageTableTableRow : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + /// Cells that make up this row. + [Newtonsoft.Json.JsonPropertyAttribute("cells")] + public virtual System.Collections.Generic.IList Cells { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for the DisableProcessor method. - public class GoogleCloudDocumentaiV1DisableProcessorRequest : Google.Apis.Requests.IDirectResponseSchema + /// A detected token. + public class GoogleCloudDocumentaiV1DocumentPageToken : Google.Apis.Requests.IDirectResponseSchema { + /// Detected break at the end of a Token. + [Newtonsoft.Json.JsonPropertyAttribute("detectedBreak")] + public virtual GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak DetectedBreak { get; set; } + + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + + /// Layout for Token. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + + /// The history of this annotation. + [Newtonsoft.Json.JsonPropertyAttribute("provenance")] + public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + + /// Text style attributes. + [Newtonsoft.Json.JsonPropertyAttribute("styleInfo")] + public virtual GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo StyleInfo { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. - /// - public class GoogleCloudDocumentaiV1DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema + /// Detected break at the end of a Token. + public class GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak : Google.Apis.Requests.IDirectResponseSchema { + /// Detected break type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Document represents the canonical document resource in Document AI. It is an interchange format that provides - /// insights into documents and allows for collaboration between users and Document AI to iterate and optimize for - /// quality. - /// - public class GoogleCloudDocumentaiV1Document : Google.Apis.Requests.IDirectResponseSchema + /// Font and other text style attributes. + public class GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo : Google.Apis.Requests.IDirectResponseSchema { - /// Document chunked based on chunking config. - [Newtonsoft.Json.JsonPropertyAttribute("chunkedDocument")] - public virtual GoogleCloudDocumentaiV1DocumentChunkedDocument ChunkedDocument { get; set; } - - /// - /// Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, - /// protobuffers use a pure binary representation, whereas JSON representations use base64. - /// - [Newtonsoft.Json.JsonPropertyAttribute("content")] - public virtual string Content { get; set; } + /// Color of the background. + [Newtonsoft.Json.JsonPropertyAttribute("backgroundColor")] + public virtual GoogleTypeColor BackgroundColor { get; set; } - /// Optional. An internal identifier for document. Should be loggable (no PII). - [Newtonsoft.Json.JsonPropertyAttribute("docid")] - public virtual string Docid { get; set; } + /// Whether the text is bold (equivalent to font_weight is at least `700`). + [Newtonsoft.Json.JsonPropertyAttribute("bold")] + public virtual System.Nullable Bold { get; set; } - /// Parsed layout of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentLayout")] - public virtual GoogleCloudDocumentaiV1DocumentDocumentLayout DocumentLayout { get; set; } + /// Font size in points (`1` point is `¹⁄₇₂` inches). + [Newtonsoft.Json.JsonPropertyAttribute("fontSize")] + public virtual System.Nullable FontSize { get; set; } + + /// Name or style of the font. + [Newtonsoft.Json.JsonPropertyAttribute("fontType")] + public virtual string FontType { get; set; } /// - /// A list of entities detected on Document.text. For document shards, entities in this list may cross shard - /// boundaries. + /// TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy). Normal is `400`, bold is `700`. /// - [Newtonsoft.Json.JsonPropertyAttribute("entities")] - public virtual System.Collections.Generic.IList Entities { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("fontWeight")] + public virtual System.Nullable FontWeight { get; set; } - /// Placeholder. Relationship among Document.entities. - [Newtonsoft.Json.JsonPropertyAttribute("entityRelations")] - public virtual System.Collections.Generic.IList EntityRelations { get; set; } + /// Whether the text is handwritten. + [Newtonsoft.Json.JsonPropertyAttribute("handwritten")] + public virtual System.Nullable Handwritten { get; set; } - /// Any error that occurred while processing this document. - [Newtonsoft.Json.JsonPropertyAttribute("error")] - public virtual GoogleRpcStatus Error { get; set; } + /// Whether the text is italic. + [Newtonsoft.Json.JsonPropertyAttribute("italic")] + public virtual System.Nullable Italic { get; set; } - /// - /// An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml). - /// - [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] - public virtual string MimeType { get; set; } + /// Letter spacing in points. + [Newtonsoft.Json.JsonPropertyAttribute("letterSpacing")] + public virtual System.Nullable LetterSpacing { get; set; } - /// Visual page layout for the Document. - [Newtonsoft.Json.JsonPropertyAttribute("pages")] - public virtual System.Collections.Generic.IList Pages { get; set; } + /// Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. + [Newtonsoft.Json.JsonPropertyAttribute("pixelFontSize")] + public virtual System.Nullable PixelFontSize { get; set; } - /// Placeholder. Revision history of this document. - [Newtonsoft.Json.JsonPropertyAttribute("revisions")] - public virtual System.Collections.Generic.IList Revisions { get; set; } + /// Whether the text is in small caps. This feature is not supported yet. + [Newtonsoft.Json.JsonPropertyAttribute("smallcaps")] + public virtual System.Nullable Smallcaps { get; set; } - /// - /// Information about the sharding if this document is sharded part of a larger document. If the document is not - /// sharded, this message is not specified. - /// - [Newtonsoft.Json.JsonPropertyAttribute("shardInfo")] - public virtual GoogleCloudDocumentaiV1DocumentShardInfo ShardInfo { get; set; } + /// Whether the text is strikethrough. This feature is not supported yet. + [Newtonsoft.Json.JsonPropertyAttribute("strikeout")] + public virtual System.Nullable Strikeout { get; set; } - /// Optional. UTF-8 encoded text in reading order from the document. - [Newtonsoft.Json.JsonPropertyAttribute("text")] - public virtual string Text { get; set; } + /// Whether the text is a subscript. This feature is not supported yet. + [Newtonsoft.Json.JsonPropertyAttribute("subscript")] + public virtual System.Nullable Subscript { get; set; } - /// - /// Placeholder. A list of text corrections made to Document.text. This is usually used for annotating - /// corrections to OCR mistakes. Text changes for a given revision may not overlap with each other. - /// - [Newtonsoft.Json.JsonPropertyAttribute("textChanges")] - public virtual System.Collections.Generic.IList TextChanges { get; set; } + /// Whether the text is a superscript. This feature is not supported yet. + [Newtonsoft.Json.JsonPropertyAttribute("superscript")] + public virtual System.Nullable Superscript { get; set; } - /// Styles for the Document.text. - [Newtonsoft.Json.JsonPropertyAttribute("textStyles")] - public virtual System.Collections.Generic.IList TextStyles { get; set; } + /// Color of the text. + [Newtonsoft.Json.JsonPropertyAttribute("textColor")] + public virtual GoogleTypeColor TextColor { get; set; } - /// - /// Optional. Currently supports Google Cloud Storage URI of the form `gs://bucket_name/object_name`. Object - /// versioning is not supported. For more information, refer to [Google Cloud Storage Request - /// URIs](https://cloud.google.com/storage/docs/reference-uris). - /// - [Newtonsoft.Json.JsonPropertyAttribute("uri")] - public virtual string Uri { get; set; } + /// Whether the text is underlined. + [Newtonsoft.Json.JsonPropertyAttribute("underlined")] + public virtual System.Nullable Underlined { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents the chunks that the document is divided into. - public class GoogleCloudDocumentaiV1DocumentChunkedDocument : Google.Apis.Requests.IDirectResponseSchema + /// Detected non-text visual elements e.g. checkbox, signature etc. on the page. + public class GoogleCloudDocumentaiV1DocumentPageVisualElement : Google.Apis.Requests.IDirectResponseSchema { - /// List of chunks. - [Newtonsoft.Json.JsonPropertyAttribute("chunks")] - public virtual System.Collections.Generic.IList Chunks { get; set; } + /// A list of detected languages together with confidence. + [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] + public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + + /// Layout for VisualElement. + [Newtonsoft.Json.JsonPropertyAttribute("layout")] + public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + + /// Type of the VisualElement. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents a chunk. - public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk : Google.Apis.Requests.IDirectResponseSchema + /// Structure to identify provenance relationships between annotations in different revisions. + public class GoogleCloudDocumentaiV1DocumentProvenance : Google.Apis.Requests.IDirectResponseSchema { - /// ID of the chunk. - [Newtonsoft.Json.JsonPropertyAttribute("chunkId")] - public virtual string ChunkId { get; set; } - - /// Text content of the chunk. - [Newtonsoft.Json.JsonPropertyAttribute("content")] - public virtual string Content { get; set; } - - /// Page footers associated with the chunk. - [Newtonsoft.Json.JsonPropertyAttribute("pageFooters")] - public virtual System.Collections.Generic.IList PageFooters { get; set; } + /// The Id of this operation. Needs to be unique within the scope of the revision. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } - /// Page headers associated with the chunk. - [Newtonsoft.Json.JsonPropertyAttribute("pageHeaders")] - public virtual System.Collections.Generic.IList PageHeaders { get; set; } + /// References to the original elements that are replaced. + [Newtonsoft.Json.JsonPropertyAttribute("parents")] + public virtual System.Collections.Generic.IList Parents { get; set; } - /// Page span of the chunk. - [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] - public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; } + /// The index of the revision that produced this element. + [Newtonsoft.Json.JsonPropertyAttribute("revision")] + public virtual System.Nullable Revision { get; set; } - /// Unused. - [Newtonsoft.Json.JsonPropertyAttribute("sourceBlockIds")] - public virtual System.Collections.Generic.IList SourceBlockIds { get; set; } + /// The type of provenance operation. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents the page footer associated with the chunk. - public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter : Google.Apis.Requests.IDirectResponseSchema + /// + /// The parent element the current element is based on. Used for referencing/aligning, removal and replacement + /// operations. + /// + public class GoogleCloudDocumentaiV1DocumentProvenanceParent : Google.Apis.Requests.IDirectResponseSchema { - /// Page span of the footer. - [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] - public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; } + /// The id of the parent provenance. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual System.Nullable Id { get; set; } - /// Footer in text format. - [Newtonsoft.Json.JsonPropertyAttribute("text")] - public virtual string Text { get; set; } + /// + /// The index of the parent item in the corresponding item list (eg. list of entities, properties within + /// entities, etc.) in the parent revision. + /// + [Newtonsoft.Json.JsonPropertyAttribute("index")] + public virtual System.Nullable Index { get; set; } + + /// The index of the index into current revision's parent_ids list. + [Newtonsoft.Json.JsonPropertyAttribute("revision")] + public virtual System.Nullable Revision { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents the page header associated with the chunk. - public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader : Google.Apis.Requests.IDirectResponseSchema + /// Contains past or forward revisions of this document. + public class GoogleCloudDocumentaiV1DocumentRevision : Google.Apis.Requests.IDirectResponseSchema { - /// Page span of the header. - [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] - public virtual GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan PageSpan { get; set; } + /// If the change was made by a person specify the name or id of that person. + [Newtonsoft.Json.JsonPropertyAttribute("agent")] + public virtual string Agent { get; set; } - /// Header in text format. - [Newtonsoft.Json.JsonPropertyAttribute("text")] - public virtual string Text { get; set; } + private string _createTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _createTime; - /// Represents where the chunk starts and ends in the document. - public class GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan : Google.Apis.Requests.IDirectResponseSchema - { - /// Page where chunk ends in the document. - [Newtonsoft.Json.JsonPropertyAttribute("pageEnd")] - public virtual System.Nullable PageEnd { get; set; } + /// + /// The time that the revision was created, internally generated by doc proto storage at the time of create. + /// + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// Page where chunk starts in the document. - [Newtonsoft.Json.JsonPropertyAttribute("pageStart")] - public virtual System.Nullable PageStart { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Human Review information of this revision. + [Newtonsoft.Json.JsonPropertyAttribute("humanReview")] + public virtual GoogleCloudDocumentaiV1DocumentRevisionHumanReview HumanReview { get; set; } + + /// + /// Id of the revision, internally generated by doc proto storage. Unique within the context of the document. + /// + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// + /// The revisions that this revision is based on. This can include one or more parent (when documents are + /// merged.) This field represents the index into the `revisions` field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("parent")] + public virtual System.Collections.Generic.IList> Parent { get; set; } + + /// + /// The revisions that this revision is based on. Must include all the ids that have anything to do with this + /// revision - eg. there are `provenance.parent.revision` fields that index into this field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("parentIds")] + public virtual System.Collections.Generic.IList ParentIds { get; set; } + + /// If the annotation was made by processor identify the processor by its resource name. + [Newtonsoft.Json.JsonPropertyAttribute("processor")] + public virtual string Processor { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Represents the parsed layout of a document as a collection of blocks that the document is divided into. - /// - public class GoogleCloudDocumentaiV1DocumentDocumentLayout : Google.Apis.Requests.IDirectResponseSchema + /// Human Review information of the document. + public class GoogleCloudDocumentaiV1DocumentRevisionHumanReview : Google.Apis.Requests.IDirectResponseSchema { - /// List of blocks in the document. - [Newtonsoft.Json.JsonPropertyAttribute("blocks")] - public virtual System.Collections.Generic.IList Blocks { get; set; } + /// Human review state. e.g. `requested`, `succeeded`, `rejected`. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// + /// A message providing more details about the current state of processing. For example, the rejection reason + /// when the state is `rejected`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents a block. A block could be one of the various types (text, table, list) supported. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock : Google.Apis.Requests.IDirectResponseSchema + /// The schema defines the output of the processed document by a processor. + public class GoogleCloudDocumentaiV1DocumentSchema : Google.Apis.Requests.IDirectResponseSchema { - /// ID of the block. - [Newtonsoft.Json.JsonPropertyAttribute("blockId")] - public virtual string BlockId { get; set; } - - /// Identifies the bounding box for the block. - [Newtonsoft.Json.JsonPropertyAttribute("boundingBox")] - public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingBox { get; set; } - - /// Block consisting of list content/structure. - [Newtonsoft.Json.JsonPropertyAttribute("listBlock")] - public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock ListBlock { get; set; } + /// Description of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// Page span of the block. - [Newtonsoft.Json.JsonPropertyAttribute("pageSpan")] - public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan PageSpan { get; set; } + /// Display name to show to users. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Block consisting of table content/structure. - [Newtonsoft.Json.JsonPropertyAttribute("tableBlock")] - public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock TableBlock { get; set; } + /// Entity types of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypes")] + public virtual System.Collections.Generic.IList EntityTypes { get; set; } - /// Block consisting of text content. - [Newtonsoft.Json.JsonPropertyAttribute("textBlock")] - public virtual GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock TextBlock { get; set; } + /// Metadata of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual GoogleCloudDocumentaiV1DocumentSchemaMetadata Metadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents a list type block. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock : Google.Apis.Requests.IDirectResponseSchema + /// + /// EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for + /// entity-based processors. Multiple types can also compose a dependency tree to represent nested types. + /// + public class GoogleCloudDocumentaiV1DocumentSchemaEntityType : Google.Apis.Requests.IDirectResponseSchema { - /// List entries that constitute a list block. - [Newtonsoft.Json.JsonPropertyAttribute("listEntries")] - public virtual System.Collections.Generic.IList ListEntries { get; set; } + /// The entity type that this type is derived from. For now, one and only one should be set. + [Newtonsoft.Json.JsonPropertyAttribute("baseTypes")] + public virtual System.Collections.Generic.IList BaseTypes { get; set; } - /// Type of the list_entries (if exist). Available options are `ordered` and `unordered`. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// User defined name for the type. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// If specified, lists all the possible values for this entity. This should not be more than a handful of + /// values. If the number of values is &gt;10 or could change frequently use the `EntityType.value_ontology` + /// field and specify a list of all possible values in a value ontology file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enumValues")] + public virtual GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues EnumValues { get; set; } - /// Represents an entry in the list. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A list entry is a list of blocks. Repeated blocks support further hierarchies and nested blocks. + /// Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following + /// naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 + /// characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward + /// compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes + /// used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will + /// still be honored for backward compatibility. /// - [Newtonsoft.Json.JsonPropertyAttribute("blocks")] - public virtual System.Collections.Generic.IList Blocks { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Description the nested structure, or composition of an entity. + [Newtonsoft.Json.JsonPropertyAttribute("properties")] + public virtual System.Collections.Generic.IList Properties { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents where the block starts and ends in the document. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan : Google.Apis.Requests.IDirectResponseSchema + /// Defines the a list of enum values. + public class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues : Google.Apis.Requests.IDirectResponseSchema { - /// Page where block ends in the document. - [Newtonsoft.Json.JsonPropertyAttribute("pageEnd")] - public virtual System.Nullable PageEnd { get; set; } - - /// Page where block starts in the document. - [Newtonsoft.Json.JsonPropertyAttribute("pageStart")] - public virtual System.Nullable PageStart { get; set; } + /// The individual values that this enum values type can include. + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents a table type block. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock : Google.Apis.Requests.IDirectResponseSchema + /// Defines properties that can be part of the entity type. + public class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty : Google.Apis.Requests.IDirectResponseSchema { - /// Body rows containing main table content. - [Newtonsoft.Json.JsonPropertyAttribute("bodyRows")] - public virtual System.Collections.Generic.IList BodyRows { get; set; } + /// User defined name for the property. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Table caption/title. - [Newtonsoft.Json.JsonPropertyAttribute("caption")] - public virtual string Caption { get; set; } + /// Specifies how the entity's value is obtained. + [Newtonsoft.Json.JsonPropertyAttribute("method")] + public virtual string Method { get; set; } - /// Header rows at the top of the table. - [Newtonsoft.Json.JsonPropertyAttribute("headerRows")] - public virtual System.Collections.Generic.IList HeaderRows { get; set; } + /// The name of the property. Follows the same guidelines as the EntityType name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Occurrence type limits the number of instances an entity type appears in the document. + [Newtonsoft.Json.JsonPropertyAttribute("occurrenceType")] + public virtual string OccurrenceType { get; set; } - /// Represents a cell in a table row. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A table cell is a list of blocks. Repeated blocks support further hierarchies and nested blocks. + /// A reference to the value type of the property. This type is subject to the same conventions as the + /// `Entity.base_types` field. /// - [Newtonsoft.Json.JsonPropertyAttribute("blocks")] - public virtual System.Collections.Generic.IList Blocks { get; set; } - - /// How many columns this cell spans. - [Newtonsoft.Json.JsonPropertyAttribute("colSpan")] - public virtual System.Nullable ColSpan { get; set; } - - /// How many rows this cell spans. - [Newtonsoft.Json.JsonPropertyAttribute("rowSpan")] - public virtual System.Nullable RowSpan { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("valueType")] + public virtual string ValueType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents a row in a table. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for global schema behavior. + public class GoogleCloudDocumentaiV1DocumentSchemaMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// A table row is a list of table cells. - [Newtonsoft.Json.JsonPropertyAttribute("cells")] - public virtual System.Collections.Generic.IList Cells { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// If true, on a given page, there can be multiple `document` annotations covering it. + [Newtonsoft.Json.JsonPropertyAttribute("documentAllowMultipleLabels")] + public virtual System.Nullable DocumentAllowMultipleLabels { get; set; } - /// Represents a text type block. - public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A text block could further have child blocks. Repeated blocks support further hierarchies and nested blocks. + /// If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be + /// applied to the entire document (classification). /// - [Newtonsoft.Json.JsonPropertyAttribute("blocks")] - public virtual System.Collections.Generic.IList Blocks { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("documentSplitter")] + public virtual System.Nullable DocumentSplitter { get; set; } - /// Text content stored in the block. - [Newtonsoft.Json.JsonPropertyAttribute("text")] - public virtual string Text { get; set; } + /// If set, all the nested entities must be prefixed with the parents. + [Newtonsoft.Json.JsonPropertyAttribute("prefixedNamingOnProperties")] + public virtual System.Nullable PrefixedNamingOnProperties { get; set; } /// - /// Type of the text in the block. Available options are: `paragraph`, `subtitle`, `heading-1`, `heading-2`, - /// `heading-3`, `heading-4`, `heading-5`, `header`, `footer`. + /// If set, we will skip the naming format validation in the schema. So the string values in + /// `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked. /// - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("skipNamingValidation")] + public virtual System.Nullable SkipNamingValidation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity - /// type, such as a person, an organization, or location. + /// For a large document, sharding may be performed to produce several document shards. Each document shard contains + /// this field to detail which shard it is. /// - public class GoogleCloudDocumentaiV1DocumentEntity : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. Confidence of detected Schema entity. Range `[0, 1]`. - [Newtonsoft.Json.JsonPropertyAttribute("confidence")] - public virtual System.Nullable Confidence { get; set; } - - /// Optional. Canonical id. This will be a unique value in the entity list for this document. - [Newtonsoft.Json.JsonPropertyAttribute("id")] - public virtual string Id { get; set; } - - /// Optional. Deprecated. Use `id` field instead. - [Newtonsoft.Json.JsonPropertyAttribute("mentionId")] - public virtual string MentionId { get; set; } - - /// Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`. - [Newtonsoft.Json.JsonPropertyAttribute("mentionText")] - public virtual string MentionText { get; set; } - - /// Optional. Specifies how the entity's value is obtained. - [Newtonsoft.Json.JsonPropertyAttribute("method")] - public virtual string Method { get; set; } - - /// - /// Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. - /// address) is not supported for certain parsers. This field is also only populated for certain supported - /// document types. - /// - [Newtonsoft.Json.JsonPropertyAttribute("normalizedValue")] - public virtual GoogleCloudDocumentaiV1DocumentEntityNormalizedValue NormalizedValue { get; set; } - - /// - /// Optional. Represents the provenance of this entity wrt. the location on the page where it was found. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pageAnchor")] - public virtual GoogleCloudDocumentaiV1DocumentPageAnchor PageAnchor { get; set; } - - /// - /// Optional. Entities can be nested to form a hierarchical data structure representing the content in the - /// document. - /// - [Newtonsoft.Json.JsonPropertyAttribute("properties")] - public virtual System.Collections.Generic.IList Properties { get; set; } - - /// Optional. The history of this annotation. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } - - /// Optional. Whether the entity will be redacted for de-identification purposes. - [Newtonsoft.Json.JsonPropertyAttribute("redacted")] - public virtual System.Nullable Redacted { get; set; } + public class GoogleCloudDocumentaiV1DocumentShardInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Total number of shards. + [Newtonsoft.Json.JsonPropertyAttribute("shardCount")] + public virtual System.Nullable ShardCount { get; set; } - /// Optional. Provenance of the entity. Text anchor indexing into the Document.text. - [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] - public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } + /// The 0-based index of this shard. + [Newtonsoft.Json.JsonPropertyAttribute("shardIndex")] + public virtual System.Nullable ShardIndex { get; set; } - /// Required. Entity type from a schema e.g. `Address`. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// The index of the first character in Document.text in the overall document global text. + [Newtonsoft.Json.JsonPropertyAttribute("textOffset")] + public virtual System.Nullable TextOffset { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Parsed and normalized entity value. - public class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue : Google.Apis.Requests.IDirectResponseSchema + /// + /// Annotation for common text style attributes. This adheres to CSS conventions as much as possible. + /// + public class GoogleCloudDocumentaiV1DocumentStyle : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Postal address. See also: - /// https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto - /// - [Newtonsoft.Json.JsonPropertyAttribute("addressValue")] - public virtual GoogleTypePostalAddress AddressValue { get; set; } + /// Text background color. + [Newtonsoft.Json.JsonPropertyAttribute("backgroundColor")] + public virtual GoogleTypeColor BackgroundColor { get; set; } - /// Boolean value. Can be used for entities with binary values, or for checkboxes. - [Newtonsoft.Json.JsonPropertyAttribute("booleanValue")] - public virtual System.Nullable BooleanValue { get; set; } + /// Text color. + [Newtonsoft.Json.JsonPropertyAttribute("color")] + public virtual GoogleTypeColor Color { get; set; } /// - /// Date value. Includes year, month, day. See also: - /// https://github.com/googleapis/googleapis/blob/master/google/type/date.proto + /// Font family such as `Arial`, `Times New Roman`. https://www.w3schools.com/cssref/pr_font_font-family.asp /// - [Newtonsoft.Json.JsonPropertyAttribute("dateValue")] - public virtual GoogleTypeDate DateValue { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("fontFamily")] + public virtual string FontFamily { get; set; } + + /// Font size. + [Newtonsoft.Json.JsonPropertyAttribute("fontSize")] + public virtual GoogleCloudDocumentaiV1DocumentStyleFontSize FontSize { get; set; } /// - /// DateTime value. Includes date, time, and timezone. See also: - /// https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto + /// [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are `normal`, `bold`, + /// `bolder`, and `lighter`. /// - [Newtonsoft.Json.JsonPropertyAttribute("datetimeValue")] - public virtual GoogleTypeDateTime DatetimeValue { get; set; } - - /// Float value. - [Newtonsoft.Json.JsonPropertyAttribute("floatValue")] - public virtual System.Nullable FloatValue { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("fontWeight")] + public virtual string FontWeight { get; set; } - /// Integer value. - [Newtonsoft.Json.JsonPropertyAttribute("integerValue")] - public virtual System.Nullable IntegerValue { get; set; } + /// Text anchor indexing into the Document.text. + [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] + public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } /// - /// Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto + /// [Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS standard. /// - [Newtonsoft.Json.JsonPropertyAttribute("moneyValue")] - public virtual GoogleTypeMoney MoneyValue { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("signatureValue")] - public virtual System.Nullable SignatureValue { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("textDecoration")] + public virtual string TextDecoration { get; set; } /// - /// Optional. An optional field to store a normalized string. For some entity types, one of respective - /// `structured_value` fields may also be populated. Also not all the types of `structured_value` will be - /// normalized. For example, some processors may not generate `float` or `integer` normalized text by default. - /// Below are sample formats mapped to structured values. - Money/Currency type (`money_value`) is in the ISO - /// 4217 text format. - Date type (`date_value`) is in the ISO 8601 text format. - Datetime type - /// (`datetime_value`) is in the ISO 8601 text format. + /// [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values are `normal`, + /// `italic`, and `oblique`. /// - [Newtonsoft.Json.JsonPropertyAttribute("text")] - public virtual string Text { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("textStyle")] + public virtual string TextStyle { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Relationship between Entities. - public class GoogleCloudDocumentaiV1DocumentEntityRelation : Google.Apis.Requests.IDirectResponseSchema + /// Font size with unit. + public class GoogleCloudDocumentaiV1DocumentStyleFontSize : Google.Apis.Requests.IDirectResponseSchema { - /// Object entity id. - [Newtonsoft.Json.JsonPropertyAttribute("objectId")] - public virtual string ObjectId { get; set; } - - /// Relationship description. - [Newtonsoft.Json.JsonPropertyAttribute("relation")] - public virtual string Relation { get; set; } - - /// Subject entity id. - [Newtonsoft.Json.JsonPropertyAttribute("subjectId")] - public virtual string SubjectId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Font size for the text. + [Newtonsoft.Json.JsonPropertyAttribute("size")] + public virtual System.Nullable Size { get; set; } - /// Config that controls the output of documents. All documents will be written as a JSON file. - public class GoogleCloudDocumentaiV1DocumentOutputConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Output config to write the results to Cloud Storage. - [Newtonsoft.Json.JsonPropertyAttribute("gcsOutputConfig")] - public virtual GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig GcsOutputConfig { get; set; } + /// Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`). + [Newtonsoft.Json.JsonPropertyAttribute("unit")] + public virtual string Unit { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The configuration used when outputting documents. - public class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig : Google.Apis.Requests.IDirectResponseSchema + /// Text reference indexing into the Document.text. + public class GoogleCloudDocumentaiV1DocumentTextAnchor : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies which fields to include in the output documents. Only supports top level document and pages field - /// so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. + /// Contains the content of the text span so that users do not have to look it up in the text_segments. It is + /// always populated for formFields. /// - [Newtonsoft.Json.JsonPropertyAttribute("fieldMask")] - public virtual object FieldMask { get; set; } - - /// The Cloud Storage uri (a directory) of the output. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] - public virtual string GcsUri { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual string Content { get; set; } - /// Specifies the sharding config for the output document. - [Newtonsoft.Json.JsonPropertyAttribute("shardingConfig")] - public virtual GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig ShardingConfig { get; set; } + /// The text segments from the Document.text. + [Newtonsoft.Json.JsonPropertyAttribute("textSegments")] + public virtual System.Collections.Generic.IList TextSegments { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The sharding config for the output document. - public class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig : Google.Apis.Requests.IDirectResponseSchema + /// + /// A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into + /// another document shard for large sharded documents. See ShardInfo.text_offset + /// + public class GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment : Google.Apis.Requests.IDirectResponseSchema { - /// The number of overlapping pages between consecutive shards. - [Newtonsoft.Json.JsonPropertyAttribute("pagesOverlap")] - public virtual System.Nullable PagesOverlap { get; set; } + /// TextSegment half open end UTF-8 char index in the Document.text. + [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] + public virtual System.Nullable EndIndex { get; set; } - /// The number of pages per shard. - [Newtonsoft.Json.JsonPropertyAttribute("pagesPerShard")] - public virtual System.Nullable PagesPerShard { get; set; } + /// TextSegment start UTF-8 char index in the Document.text. + [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] + public virtual System.Nullable StartIndex { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A page in a Document. - public class GoogleCloudDocumentaiV1DocumentPage : Google.Apis.Requests.IDirectResponseSchema + /// This message is used for text changes aka. OCR corrections. + public class GoogleCloudDocumentaiV1DocumentTextChange : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) - /// that have a common line-spacing and orientation. - /// - [Newtonsoft.Json.JsonPropertyAttribute("blocks")] - public virtual System.Collections.Generic.IList Blocks { get; set; } - - /// A list of detected barcodes. - [Newtonsoft.Json.JsonPropertyAttribute("detectedBarcodes")] - public virtual System.Collections.Generic.IList DetectedBarcodes { get; set; } - - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - - /// Physical dimension of the page. - [Newtonsoft.Json.JsonPropertyAttribute("dimension")] - public virtual GoogleCloudDocumentaiV1DocumentPageDimension Dimension { get; set; } - - /// A list of visually detected form fields on the page. - [Newtonsoft.Json.JsonPropertyAttribute("formFields")] - public virtual System.Collections.Generic.IList FormFields { get; set; } - - /// - /// Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such - /// that the annotation bounding boxes can be upright and axis-aligned. - /// - [Newtonsoft.Json.JsonPropertyAttribute("image")] - public virtual GoogleCloudDocumentaiV1DocumentPageImage Image { get; set; } - - /// Image quality scores. - [Newtonsoft.Json.JsonPropertyAttribute("imageQualityScores")] - public virtual GoogleCloudDocumentaiV1DocumentPageImageQualityScores ImageQualityScores { get; set; } - - /// Layout for the page. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } - - /// - /// A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a - /// line. - /// - [Newtonsoft.Json.JsonPropertyAttribute("lines")] - public virtual System.Collections.Generic.IList Lines { get; set; } - - /// - /// 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for - /// individual processing. - /// - [Newtonsoft.Json.JsonPropertyAttribute("pageNumber")] - public virtual System.Nullable PageNumber { get; set; } - - /// - /// A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive - /// as a paragraph. - /// - [Newtonsoft.Json.JsonPropertyAttribute("paragraphs")] - public virtual System.Collections.Generic.IList Paragraphs { get; set; } + /// The text that replaces the text identified in the `text_anchor`. + [Newtonsoft.Json.JsonPropertyAttribute("changedText")] + public virtual string ChangedText { get; set; } - /// The history of this page. + /// The history of this annotation. [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } - - /// A list of visually detected symbols on the page. - [Newtonsoft.Json.JsonPropertyAttribute("symbols")] - public virtual System.Collections.Generic.IList Symbols { get; set; } - - /// A list of visually detected tables on the page. - [Newtonsoft.Json.JsonPropertyAttribute("tables")] - public virtual System.Collections.Generic.IList Tables { get; set; } - - /// A list of visually detected tokens on the page. - [Newtonsoft.Json.JsonPropertyAttribute("tokens")] - public virtual System.Collections.Generic.IList Tokens { get; set; } + public virtual System.Collections.Generic.IList Provenance { get; set; } /// - /// Transformation matrices that were applied to the original document image to produce Page.image. + /// Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single + /// `TextAnchor.text_segments` element. If the start and end index of the text segment are the same, the text + /// change is inserted before that index. /// - [Newtonsoft.Json.JsonPropertyAttribute("transforms")] - public virtual System.Collections.Generic.IList Transforms { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] + public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } - /// A list of detected non-text visual elements e.g. checkbox, signature etc. on the page. - [Newtonsoft.Json.JsonPropertyAttribute("visualElements")] - public virtual System.Collections.Generic.IList VisualElements { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A set of inline documents. + public class GoogleCloudDocumentaiV1Documents : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of documents. + [Newtonsoft.Json.JsonPropertyAttribute("documents")] + public virtual System.Collections.Generic.IList Documents { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of - /// multiple bounding polygons and optionally reference specific layout element types. - /// - public class GoogleCloudDocumentaiV1DocumentPageAnchor : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the EnableProcessor method. + public class GoogleCloudDocumentaiV1EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// One or more references to visual page elements - [Newtonsoft.Json.JsonPropertyAttribute("pageRefs")] - public virtual System.Collections.Generic.IList PageRefs { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents a weak reference to a page element within a document. - public class GoogleCloudDocumentaiV1DocumentPageAnchorPageRef : Google.Apis.Requests.IDirectResponseSchema + /// Request message for the EnableProcessor method. + public class GoogleCloudDocumentaiV1EnableProcessorRequest : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. Identifies the bounding polygon of a layout element on the page. If `layout_type` is set, the - /// bounding polygon must be exactly the same to the layout element it's referring to. - /// - [Newtonsoft.Json.JsonPropertyAttribute("boundingPoly")] - public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingPoly { get; set; } - - /// Optional. Confidence of detected page element, if applicable. Range `[0, 1]`. - [Newtonsoft.Json.JsonPropertyAttribute("confidence")] - public virtual System.Nullable Confidence { get; set; } - - /// Optional. Deprecated. Use PageRef.bounding_poly instead. - [Newtonsoft.Json.JsonPropertyAttribute("layoutId")] - public virtual string LayoutId { get; set; } - - /// Optional. The type of the layout element that is being referenced if any. - [Newtonsoft.Json.JsonPropertyAttribute("layoutType")] - public virtual string LayoutType { get; set; } - - /// - /// Required. Index into the Document.pages element, for example using `Document.pages` to locate the related - /// page element. This field is skipped when its value is the default `0`. See - /// https://developers.google.com/protocol-buffers/docs/proto3#json. - /// - [Newtonsoft.Json.JsonPropertyAttribute("page")] - public virtual System.Nullable Page { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation. + /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. /// - public class GoogleCloudDocumentaiV1DocumentPageBlock : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema { - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - - /// Layout for Block. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } - - /// The history of this annotation. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// A detected barcode. - public class GoogleCloudDocumentaiV1DocumentPageDetectedBarcode : Google.Apis.Requests.IDirectResponseSchema + /// Metadata of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Detailed barcode information of the DetectedBarcode. - [Newtonsoft.Json.JsonPropertyAttribute("barcode")] - public virtual GoogleCloudDocumentaiV1Barcode Barcode { get; set; } - - /// Layout for DetectedBarcode. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Detected language for a structural component. - public class GoogleCloudDocumentaiV1DocumentPageDetectedLanguage : Google.Apis.Requests.IDirectResponseSchema + /// Evaluates the given ProcessorVersion against the supplied documents. + public class GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema { - /// Confidence of detected language. Range `[0, 1]`. - [Newtonsoft.Json.JsonPropertyAttribute("confidence")] - public virtual System.Nullable Confidence { get; set; } - /// - /// The [BCP-47 language code](https://www.unicode.org/reports/tr35/#Unicode_locale_identifier), such as `en-US` - /// or `sr-Latn`. + /// Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation + /// input. /// - [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] - public virtual string LanguageCode { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("evaluationDocuments")] + public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig EvaluationDocuments { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Dimension for the page. - public class GoogleCloudDocumentaiV1DocumentPageDimension : Google.Apis.Requests.IDirectResponseSchema + /// Response of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Page height. - [Newtonsoft.Json.JsonPropertyAttribute("height")] - public virtual System.Nullable Height { get; set; } - - /// Dimension unit. - [Newtonsoft.Json.JsonPropertyAttribute("unit")] - public virtual string Unit { get; set; } - - /// Page width. - [Newtonsoft.Json.JsonPropertyAttribute("width")] - public virtual System.Nullable Width { get; set; } + /// The resource name of the created evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A form field detected on the page. - public class GoogleCloudDocumentaiV1DocumentPageFormField : Google.Apis.Requests.IDirectResponseSchema + /// An evaluation of a ProcessorVersion's performance. + public class GoogleCloudDocumentaiV1Evaluation : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Created for Labeling UI to export key text. If corrections were made to the text identified by the - /// `field_name.text_anchor`, this field will contain the correction. - /// - [Newtonsoft.Json.JsonPropertyAttribute("correctedKeyText")] - public virtual string CorrectedKeyText { get; set; } - - /// - /// Created for Labeling UI to export value text. If corrections were made to the text identified by the - /// `field_value.text_anchor`, this field will contain the correction. - /// - [Newtonsoft.Json.JsonPropertyAttribute("correctedValueText")] - public virtual string CorrectedValueText { get; set; } + /// Metrics for all the entities in aggregate. + [Newtonsoft.Json.JsonPropertyAttribute("allEntitiesMetrics")] + public virtual GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics AllEntitiesMetrics { get; set; } - /// - /// Layout for the FormField name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fieldName")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout FieldName { get; set; } + private string _createTimeRaw; - /// Layout for the FormField value. - [Newtonsoft.Json.JsonPropertyAttribute("fieldValue")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout FieldValue { get; set; } + private object _createTime; - /// A list of detected languages for name together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("nameDetectedLanguages")] - public virtual System.Collections.Generic.IList NameDetectedLanguages { get; set; } + /// The time that the evaluation was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// The history of this annotation. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// A list of detected languages for value together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("valueDetectedLanguages")] - public virtual System.Collections.Generic.IList ValueDetectedLanguages { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// - /// If the value is non-textual, this field represents the type. Current valid values are: - blank (this - /// indicates the `field_value` is normal text) - `unfilled_checkbox` - `filled_checkbox` - /// - [Newtonsoft.Json.JsonPropertyAttribute("valueType")] - public virtual string ValueType { get; set; } + /// Counters for the documents used in the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("documentCounters")] + public virtual GoogleCloudDocumentaiV1EvaluationCounters DocumentCounters { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Metrics across confidence levels, for different entities. + [Newtonsoft.Json.JsonPropertyAttribute("entityMetrics")] + public virtual System.Collections.Generic.IDictionary EntityMetrics { get; set; } - /// Rendered image contents for this page. - public class GoogleCloudDocumentaiV1DocumentPageImage : Google.Apis.Requests.IDirectResponseSchema - { - /// Raw byte content of the image. - [Newtonsoft.Json.JsonPropertyAttribute("content")] - public virtual string Content { get; set; } + /// The KMS key name used for encryption. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } - /// Height of the image in pixels. - [Newtonsoft.Json.JsonPropertyAttribute("height")] - public virtual System.Nullable Height { get; set; } + /// The KMS key version with which data is encrypted. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersionName")] + public virtual string KmsKeyVersionName { get; set; } /// - /// Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) for the - /// image. + /// The resource name of the evaluation. Format: + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}` /// - [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] - public virtual string MimeType { get; set; } - - /// Width of the image in pixels. - [Newtonsoft.Json.JsonPropertyAttribute("width")] - public virtual System.Nullable Width { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Image quality scores for the page image. - public class GoogleCloudDocumentaiV1DocumentPageImageQualityScores : Google.Apis.Requests.IDirectResponseSchema - { - /// A list of detected defects. - [Newtonsoft.Json.JsonPropertyAttribute("detectedDefects")] - public virtual System.Collections.Generic.IList DetectedDefects { get; set; } - - /// The overall quality score. Range `[0, 1]` where `1` is perfect quality. - [Newtonsoft.Json.JsonPropertyAttribute("qualityScore")] - public virtual System.Nullable QualityScore { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Image Quality Defects - public class GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect : Google.Apis.Requests.IDirectResponseSchema + /// Evaluations metrics, at a specific confidence level. + public class GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Confidence of detected defect. Range `[0, 1]` where `1` indicates strong confidence that the defect exists. - /// - [Newtonsoft.Json.JsonPropertyAttribute("confidence")] - public virtual System.Nullable Confidence { get; set; } + /// The confidence level. + [Newtonsoft.Json.JsonPropertyAttribute("confidenceLevel")] + public virtual System.Nullable ConfidenceLevel { get; set; } - /// - /// Name of the defect type. Supported values are: - `quality/defect_blurry` - `quality/defect_noisy` - - /// `quality/defect_dark` - `quality/defect_faint` - `quality/defect_text_too_small` - - /// `quality/defect_document_cutoff` - `quality/defect_text_cutoff` - `quality/defect_glare` - /// - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// The metrics at the specific confidence level. + [Newtonsoft.Json.JsonPropertyAttribute("metrics")] + public virtual GoogleCloudDocumentaiV1EvaluationMetrics Metrics { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Visual element describing a layout unit on a page. - public class GoogleCloudDocumentaiV1DocumentPageLayout : Google.Apis.Requests.IDirectResponseSchema + /// Evaluation counters for the documents that were used. + public class GoogleCloudDocumentaiV1EvaluationCounters : Google.Apis.Requests.IDirectResponseSchema { - /// The bounding polygon for the Layout. - [Newtonsoft.Json.JsonPropertyAttribute("boundingPoly")] - public virtual GoogleCloudDocumentaiV1BoundingPoly BoundingPoly { get; set; } + /// How many documents were used in the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluatedDocumentsCount")] + public virtual System.Nullable EvaluatedDocumentsCount { get; set; } /// - /// Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for - /// a single token, a table, a visual element, etc. depending on context. Range `[0, 1]`. + /// How many documents were not included in the evaluation as Document AI failed to process them. /// - [Newtonsoft.Json.JsonPropertyAttribute("confidence")] - public virtual System.Nullable Confidence { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("failedDocumentsCount")] + public virtual System.Nullable FailedDocumentsCount { get; set; } - /// Detected orientation for the Layout. - [Newtonsoft.Json.JsonPropertyAttribute("orientation")] - public virtual string Orientation { get; set; } + /// How many documents were sent for evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("inputDocumentsCount")] + public virtual System.Nullable InputDocumentsCount { get; set; } - /// Text anchor indexing into the Document.text. - [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] - public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } + /// How many documents were not included in the evaluation as they didn't pass validation. + [Newtonsoft.Json.JsonPropertyAttribute("invalidDocumentsCount")] + public virtual System.Nullable InvalidDocumentsCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be - /// horizontal, vertical, etc. - /// - public class GoogleCloudDocumentaiV1DocumentPageLine : Google.Apis.Requests.IDirectResponseSchema + /// Evaluation metrics, either in aggregate or about a specific entity. + public class GoogleCloudDocumentaiV1EvaluationMetrics : Google.Apis.Requests.IDirectResponseSchema { - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + /// The calculated f1 score. + [Newtonsoft.Json.JsonPropertyAttribute("f1Score")] + public virtual System.Nullable F1Score { get; set; } - /// Layout for Line. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + /// The amount of false negatives. + [Newtonsoft.Json.JsonPropertyAttribute("falseNegativesCount")] + public virtual System.Nullable FalseNegativesCount { get; set; } - /// The history of this annotation. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + /// The amount of false positives. + [Newtonsoft.Json.JsonPropertyAttribute("falsePositivesCount")] + public virtual System.Nullable FalsePositivesCount { get; set; } + + /// The amount of documents with a ground truth occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthDocumentCount")] + public virtual System.Nullable GroundTruthDocumentCount { get; set; } + + /// The amount of occurrences in ground truth documents. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthOccurrencesCount")] + public virtual System.Nullable GroundTruthOccurrencesCount { get; set; } + + /// The calculated precision. + [Newtonsoft.Json.JsonPropertyAttribute("precision")] + public virtual System.Nullable Precision { get; set; } + + /// The amount of documents with a predicted occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("predictedDocumentCount")] + public virtual System.Nullable PredictedDocumentCount { get; set; } + + /// The amount of occurrences in predicted documents. + [Newtonsoft.Json.JsonPropertyAttribute("predictedOccurrencesCount")] + public virtual System.Nullable PredictedOccurrencesCount { get; set; } + + /// The calculated recall. + [Newtonsoft.Json.JsonPropertyAttribute("recall")] + public virtual System.Nullable Recall { get; set; } + + /// The amount of documents that had an occurrence of this label. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentsCount")] + public virtual System.Nullable TotalDocumentsCount { get; set; } + + /// The amount of true positives. + [Newtonsoft.Json.JsonPropertyAttribute("truePositivesCount")] + public virtual System.Nullable TruePositivesCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Representation for transformation matrix, intended to be compatible and used with OpenCV format for image - /// manipulation. - /// - public class GoogleCloudDocumentaiV1DocumentPageMatrix : Google.Apis.Requests.IDirectResponseSchema + /// Metrics across multiple confidence levels. + public class GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics : Google.Apis.Requests.IDirectResponseSchema { - /// Number of columns in the matrix. - [Newtonsoft.Json.JsonPropertyAttribute("cols")] - public virtual System.Nullable Cols { get; set; } + /// + /// The calculated area under the precision recall curve (AUPRC), computed by integrating over all confidence + /// thresholds. + /// + [Newtonsoft.Json.JsonPropertyAttribute("auprc")] + public virtual System.Nullable Auprc { get; set; } - /// The matrix data. - [Newtonsoft.Json.JsonPropertyAttribute("data")] - public virtual string Data { get; set; } + /// The AUPRC for metrics with fuzzy matching disabled, i.e., exact matching only. + [Newtonsoft.Json.JsonPropertyAttribute("auprcExact")] + public virtual System.Nullable AuprcExact { get; set; } - /// Number of rows in the matrix. - [Newtonsoft.Json.JsonPropertyAttribute("rows")] - public virtual System.Nullable Rows { get; set; } + /// Metrics across confidence levels with fuzzy matching enabled. + [Newtonsoft.Json.JsonPropertyAttribute("confidenceLevelMetrics")] + public virtual System.Collections.Generic.IList ConfidenceLevelMetrics { get; set; } + + /// Metrics across confidence levels with only exact matching. + [Newtonsoft.Json.JsonPropertyAttribute("confidenceLevelMetricsExact")] + public virtual System.Collections.Generic.IList ConfidenceLevelMetricsExact { get; set; } + + /// The Estimated Calibration Error (ECE) of the confidence of the predicted entities. + [Newtonsoft.Json.JsonPropertyAttribute("estimatedCalibrationError")] + public virtual System.Nullable EstimatedCalibrationError { get; set; } /// - /// This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit - /// image. For the full list of OpenCV primitive data types, please refer to - /// https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html + /// The ECE for the predicted entities with fuzzy matching disabled, i.e., exact matching only. /// - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual System.Nullable Type { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("estimatedCalibrationErrorExact")] + public virtual System.Nullable EstimatedCalibrationErrorExact { get; set; } + + /// The metrics type for the label. + [Newtonsoft.Json.JsonPropertyAttribute("metricsType")] + public virtual string MetricsType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A collection of lines that a human would perceive as a paragraph. - public class GoogleCloudDocumentaiV1DocumentPageParagraph : Google.Apis.Requests.IDirectResponseSchema + /// Gives a short summary of an evaluation, and links to the evaluation itself. + public class GoogleCloudDocumentaiV1EvaluationReference : Google.Apis.Requests.IDirectResponseSchema { - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + /// An aggregate of the statistics for the evaluation with fuzzy matching on. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetrics")] + public virtual GoogleCloudDocumentaiV1EvaluationMetrics AggregateMetrics { get; set; } - /// Layout for Paragraph. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + /// An aggregate of the statistics for the evaluation with fuzzy matching off. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetricsExact")] + public virtual GoogleCloudDocumentaiV1EvaluationMetrics AggregateMetricsExact { get; set; } - /// The history of this annotation. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + /// The resource name of the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } + + /// The resource name of the Long Running Operation for the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A detected symbol. - public class GoogleCloudDocumentaiV1DocumentPageSymbol : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the FetchProcessorTypes method. + public class GoogleCloudDocumentaiV1FetchProcessorTypesResponse : Google.Apis.Requests.IDirectResponseSchema { - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - - /// Layout for Symbol. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + /// The list of processor types. + [Newtonsoft.Json.JsonPropertyAttribute("processorTypes")] + public virtual System.Collections.Generic.IList ProcessorTypes { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A table representation similar to HTML table structure. - public class GoogleCloudDocumentaiV1DocumentPageTable : Google.Apis.Requests.IDirectResponseSchema + /// Specifies a document stored on Cloud Storage. + public class GoogleCloudDocumentaiV1GcsDocument : Google.Apis.Requests.IDirectResponseSchema { - /// Body rows of the table. - [Newtonsoft.Json.JsonPropertyAttribute("bodyRows")] - public virtual System.Collections.Generic.IList BodyRows { get; set; } - - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - - /// Header rows of the table. - [Newtonsoft.Json.JsonPropertyAttribute("headerRows")] - public virtual System.Collections.Generic.IList HeaderRows { get; set; } - - /// Layout for Table. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + /// The Cloud Storage object uri. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } - /// The history of this table. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + /// An IANA MIME type (RFC6838) of the content. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A cell representation inside the table. - public class GoogleCloudDocumentaiV1DocumentPageTableTableCell : Google.Apis.Requests.IDirectResponseSchema + /// Specifies a set of documents on Cloud Storage. + public class GoogleCloudDocumentaiV1GcsDocuments : Google.Apis.Requests.IDirectResponseSchema { - /// How many columns this cell spans. - [Newtonsoft.Json.JsonPropertyAttribute("colSpan")] - public virtual System.Nullable ColSpan { get; set; } - - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - - /// Layout for TableCell. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } - - /// How many rows this cell spans. - [Newtonsoft.Json.JsonPropertyAttribute("rowSpan")] - public virtual System.Nullable RowSpan { get; set; } + /// The list of documents. + [Newtonsoft.Json.JsonPropertyAttribute("documents")] + public virtual System.Collections.Generic.IList Documents { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A row of table cells. - public class GoogleCloudDocumentaiV1DocumentPageTableTableRow : Google.Apis.Requests.IDirectResponseSchema + /// Specifies all documents on Cloud Storage with a common prefix. + public class GoogleCloudDocumentaiV1GcsPrefix : Google.Apis.Requests.IDirectResponseSchema { - /// Cells that make up this row. - [Newtonsoft.Json.JsonPropertyAttribute("cells")] - public virtual System.Collections.Generic.IList Cells { get; set; } + /// The URI prefix. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUriPrefix")] + public virtual string GcsUriPrefix { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A detected token. - public class GoogleCloudDocumentaiV1DocumentPageToken : Google.Apis.Requests.IDirectResponseSchema + /// Request message for GenerateSchemaVersion. + public class GoogleCloudDocumentaiV1GenerateSchemaVersionRequest : Google.Apis.Requests.IDirectResponseSchema { - /// Detected break at the end of a Token. - [Newtonsoft.Json.JsonPropertyAttribute("detectedBreak")] - public virtual GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak DetectedBreak { get; set; } + /// + /// The base schema version name to use for the schema generation. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("baseSchemaVersion")] + public virtual string BaseSchemaVersion { get; set; } - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } + /// The set of documents placed on Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsDocuments")] + public virtual GoogleCloudDocumentaiV1GcsDocuments GcsDocuments { get; set; } - /// Layout for Token. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + /// The common prefix of documents placed on Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsPrefix")] + public virtual GoogleCloudDocumentaiV1GcsPrefix GcsPrefix { get; set; } - /// The history of this annotation. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual GoogleCloudDocumentaiV1DocumentProvenance Provenance { get; set; } + /// Optional. User specified parameters for the schema generation. + [Newtonsoft.Json.JsonPropertyAttribute("generateSchemaVersionParams")] + public virtual GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams GenerateSchemaVersionParams { get; set; } - /// Text style attributes. - [Newtonsoft.Json.JsonPropertyAttribute("styleInfo")] - public virtual GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo StyleInfo { get; set; } + /// The set of documents specified inline. + [Newtonsoft.Json.JsonPropertyAttribute("inlineDocuments")] + public virtual GoogleCloudDocumentaiV1Documents InlineDocuments { get; set; } + + /// The set of raw documents. + [Newtonsoft.Json.JsonPropertyAttribute("rawDocuments")] + public virtual GoogleCloudDocumentaiV1RawDocuments RawDocuments { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Detected break at the end of a Token. - public class GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak : Google.Apis.Requests.IDirectResponseSchema + /// The parameters for the schema generation. + public class GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams : Google.Apis.Requests.IDirectResponseSchema { - /// Detected break type. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// Optional. Previous prompt-answers in a chronological order. + [Newtonsoft.Json.JsonPropertyAttribute("history")] + public virtual GoogleCloudDocumentaiV1SchemaGenerationHistory History { get; set; } + + /// Optional. The prompt used for the schema generation. + [Newtonsoft.Json.JsonPropertyAttribute("prompt")] + public virtual string Prompt { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Font and other text style attributes. - public class GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo : Google.Apis.Requests.IDirectResponseSchema + /// Response message for GenerateSchemaVersion. + public class GoogleCloudDocumentaiV1GenerateSchemaVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Color of the background. - [Newtonsoft.Json.JsonPropertyAttribute("backgroundColor")] - public virtual GoogleTypeColor BackgroundColor { get; set; } - - /// Whether the text is bold (equivalent to font_weight is at least `700`). - [Newtonsoft.Json.JsonPropertyAttribute("bold")] - public virtual System.Nullable Bold { get; set; } - - /// Font size in points (`1` point is `¹⁄₇₂` inches). - [Newtonsoft.Json.JsonPropertyAttribute("fontSize")] - public virtual System.Nullable FontSize { get; set; } + /// The schema version generated by the model. + [Newtonsoft.Json.JsonPropertyAttribute("schemaVersion")] + public virtual GoogleCloudDocumentaiV1SchemaVersion SchemaVersion { get; set; } - /// Name or style of the font. - [Newtonsoft.Json.JsonPropertyAttribute("fontType")] - public virtual string FontType { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The status of human review on a processed document. + public class GoogleCloudDocumentaiV1HumanReviewStatus : Google.Apis.Requests.IDirectResponseSchema + { /// - /// TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy). Normal is `400`, bold is `700`. + /// The name of the operation triggered by the processed document. This field is populated only when the state + /// is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation + /// returned by ReviewDocument. /// - [Newtonsoft.Json.JsonPropertyAttribute("fontWeight")] - public virtual System.Nullable FontWeight { get; set; } - - /// Whether the text is handwritten. - [Newtonsoft.Json.JsonPropertyAttribute("handwritten")] - public virtual System.Nullable Handwritten { get; set; } - - /// Whether the text is italic. - [Newtonsoft.Json.JsonPropertyAttribute("italic")] - public virtual System.Nullable Italic { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewOperation")] + public virtual string HumanReviewOperation { get; set; } - /// Letter spacing in points. - [Newtonsoft.Json.JsonPropertyAttribute("letterSpacing")] - public virtual System.Nullable LetterSpacing { get; set; } + /// The state of human review on the processing request. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } - /// Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. - [Newtonsoft.Json.JsonPropertyAttribute("pixelFontSize")] - public virtual System.Nullable PixelFontSize { get; set; } + /// A message providing more details about the human review state. + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } - /// Whether the text is in small caps. This feature is not supported yet. - [Newtonsoft.Json.JsonPropertyAttribute("smallcaps")] - public virtual System.Nullable Smallcaps { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Whether the text is strikethrough. This feature is not supported yet. - [Newtonsoft.Json.JsonPropertyAttribute("strikeout")] - public virtual System.Nullable Strikeout { get; set; } + /// The response from `ListEvaluations`. + public class GoogleCloudDocumentaiV1ListEvaluationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The evaluations requested. + [Newtonsoft.Json.JsonPropertyAttribute("evaluations")] + public virtual System.Collections.Generic.IList Evaluations { get; set; } - /// Whether the text is a subscript. This feature is not supported yet. - [Newtonsoft.Json.JsonPropertyAttribute("subscript")] - public virtual System.Nullable Subscript { get; set; } + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Whether the text is a superscript. This feature is not supported yet. - [Newtonsoft.Json.JsonPropertyAttribute("superscript")] - public virtual System.Nullable Superscript { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Color of the text. - [Newtonsoft.Json.JsonPropertyAttribute("textColor")] - public virtual GoogleTypeColor TextColor { get; set; } + /// Response message for the ListProcessorTypes method. + public class GoogleCloudDocumentaiV1ListProcessorTypesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Points to the next page, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Whether the text is underlined. - [Newtonsoft.Json.JsonPropertyAttribute("underlined")] - public virtual System.Nullable Underlined { get; set; } + /// The processor types. + [Newtonsoft.Json.JsonPropertyAttribute("processorTypes")] + public virtual System.Collections.Generic.IList ProcessorTypes { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Detected non-text visual elements e.g. checkbox, signature etc. on the page. - public class GoogleCloudDocumentaiV1DocumentPageVisualElement : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the ListProcessorVersions method. + public class GoogleCloudDocumentaiV1ListProcessorVersionsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// A list of detected languages together with confidence. - [Newtonsoft.Json.JsonPropertyAttribute("detectedLanguages")] - public virtual System.Collections.Generic.IList DetectedLanguages { get; set; } - - /// Layout for VisualElement. - [Newtonsoft.Json.JsonPropertyAttribute("layout")] - public virtual GoogleCloudDocumentaiV1DocumentPageLayout Layout { get; set; } + /// Points to the next processor, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Type of the VisualElement. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// The list of processors. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersions")] + public virtual System.Collections.Generic.IList ProcessorVersions { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Structure to identify provenance relationships between annotations in different revisions. - public class GoogleCloudDocumentaiV1DocumentProvenance : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the ListProcessors method. + public class GoogleCloudDocumentaiV1ListProcessorsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The Id of this operation. Needs to be unique within the scope of the revision. - [Newtonsoft.Json.JsonPropertyAttribute("id")] - public virtual System.Nullable Id { get; set; } + /// Points to the next processor, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// References to the original elements that are replaced. - [Newtonsoft.Json.JsonPropertyAttribute("parents")] - public virtual System.Collections.Generic.IList Parents { get; set; } + /// The list of processors. + [Newtonsoft.Json.JsonPropertyAttribute("processors")] + public virtual System.Collections.Generic.IList Processors { get; set; } - /// The index of the revision that produced this element. - [Newtonsoft.Json.JsonPropertyAttribute("revision")] - public virtual System.Nullable Revision { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The type of provenance operation. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// Response message for ListSchemaVersions. + public class GoogleCloudDocumentaiV1ListSchemaVersionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Points to the next SchemaVersion, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of SchemaVersions. + [Newtonsoft.Json.JsonPropertyAttribute("schemaVersions")] + public virtual System.Collections.Generic.IList SchemaVersions { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The parent element the current element is based on. Used for referencing/aligning, removal and replacement - /// operations. - /// - public class GoogleCloudDocumentaiV1DocumentProvenanceParent : Google.Apis.Requests.IDirectResponseSchema + /// Response message for ListSchemas. + public class GoogleCloudDocumentaiV1ListSchemasResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The id of the parent provenance. - [Newtonsoft.Json.JsonPropertyAttribute("id")] - public virtual System.Nullable Id { get; set; } - - /// - /// The index of the parent item in the corresponding item list (eg. list of entities, properties within - /// entities, etc.) in the parent revision. - /// - [Newtonsoft.Json.JsonPropertyAttribute("index")] - public virtual System.Nullable Index { get; set; } + /// Points to the next Schema, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// The index of the index into current revision's parent_ids list. - [Newtonsoft.Json.JsonPropertyAttribute("revision")] - public virtual System.Nullable Revision { get; set; } + /// The list of Schemas. + [Newtonsoft.Json.JsonPropertyAttribute("schemas")] + public virtual System.Collections.Generic.IList Schemas { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Contains past or forward revisions of this document. - public class GoogleCloudDocumentaiV1DocumentRevision : Google.Apis.Requests.IDirectResponseSchema + /// NextSchema is a collection of SchemaVersions. + public class GoogleCloudDocumentaiV1NextSchema : Google.Apis.Requests.IDirectResponseSchema { - /// If the change was made by a person specify the name or id of that person. - [Newtonsoft.Json.JsonPropertyAttribute("agent")] - public virtual string Agent { get; set; } - private string _createTimeRaw; private object _createTime; - /// - /// The time that the revision was created, internally generated by doc proto storage at the time of create. - /// + /// Output only. The time when the Schema was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -5074,420 +7635,507 @@ public virtual object CreateTime } } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. The user-defined name of the Schema. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. The GCP labels for the Schema. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// + /// Identifier. The resource name of the Schema. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. The time when the Schema was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the + /// original image and range from 0 to 1. + /// + public class GoogleCloudDocumentaiV1NormalizedVertex : Google.Apis.Requests.IDirectResponseSchema + { + /// X coordinate. + [Newtonsoft.Json.JsonPropertyAttribute("x")] + public virtual System.Nullable X { get; set; } + + /// Y coordinate (starts from the top of the image). + [Newtonsoft.Json.JsonPropertyAttribute("y")] + public virtual System.Nullable Y { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Human Review information of this revision. - [Newtonsoft.Json.JsonPropertyAttribute("humanReview")] - public virtual GoogleCloudDocumentaiV1DocumentRevisionHumanReview HumanReview { get; set; } + /// Config for Document OCR. + public class GoogleCloudDocumentaiV1OcrConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A list of advanced OCR options to further fine-tune OCR behavior. Current valid values are: - + /// `legacy_layout`: a heuristics layout detection algorithm, which serves as an alternative to the current + /// ML-based layout detection algorithm. Customers can choose the best suitable layout algorithm based on their + /// situation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("advancedOcrOptions")] + public virtual System.Collections.Generic.IList AdvancedOcrOptions { get; set; } /// - /// Id of the revision, internally generated by doc proto storage. Unique within the context of the document. + /// Turn on font identification model and return font style information. Deprecated, use + /// PremiumFeatures.compute_style_info instead. /// - [Newtonsoft.Json.JsonPropertyAttribute("id")] - public virtual string Id { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("computeStyleInfo")] + public virtual System.Nullable ComputeStyleInfo { get; set; } /// - /// The revisions that this revision is based on. This can include one or more parent (when documents are - /// merged.) This field represents the index into the `revisions` field. + /// Turn off character box detector in OCR engine. Character box detection is enabled by default in OCR 2.0 (and + /// later) processors. /// - [Newtonsoft.Json.JsonPropertyAttribute("parent")] - public virtual System.Collections.Generic.IList> Parent { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("disableCharacterBoxesDetection")] + public virtual System.Nullable DisableCharacterBoxesDetection { get; set; } /// - /// The revisions that this revision is based on. Must include all the ids that have anything to do with this - /// revision - eg. there are `provenance.parent.revision` fields that index into this field. + /// Enables intelligent document quality scores after OCR. Can help with diagnosing why OCR responses are of + /// poor quality for a given input. Adds additional latency comparable to regular OCR to the process call. /// - [Newtonsoft.Json.JsonPropertyAttribute("parentIds")] - public virtual System.Collections.Generic.IList ParentIds { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("enableImageQualityScores")] + public virtual System.Nullable EnableImageQualityScores { get; set; } - /// If the annotation was made by processor identify the processor by its resource name. - [Newtonsoft.Json.JsonPropertyAttribute("processor")] - public virtual string Processor { get; set; } + /// + /// Enables special handling for PDFs with existing text information. Results in better text extraction quality + /// in such PDF inputs. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableNativePdfParsing")] + public virtual System.Nullable EnableNativePdfParsing { get; set; } + + /// Includes symbol level OCR information if set to true. + [Newtonsoft.Json.JsonPropertyAttribute("enableSymbol")] + public virtual System.Nullable EnableSymbol { get; set; } + + /// Hints for the OCR model. + [Newtonsoft.Json.JsonPropertyAttribute("hints")] + public virtual GoogleCloudDocumentaiV1OcrConfigHints Hints { get; set; } + + /// Configurations for premium OCR features. + [Newtonsoft.Json.JsonPropertyAttribute("premiumFeatures")] + public virtual GoogleCloudDocumentaiV1OcrConfigPremiumFeatures PremiumFeatures { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Human Review information of the document. - public class GoogleCloudDocumentaiV1DocumentRevisionHumanReview : Google.Apis.Requests.IDirectResponseSchema + /// Hints for OCR Engine + public class GoogleCloudDocumentaiV1OcrConfigHints : Google.Apis.Requests.IDirectResponseSchema { - /// Human review state. e.g. `requested`, `succeeded`, `rejected`. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } - /// - /// A message providing more details about the current state of processing. For example, the rejection reason - /// when the state is `rejected`. + /// List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since + /// it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not + /// needed. In rare cases, when the language of the text in the image is known, setting a hint will help get + /// better results (although it will be a significant hindrance if the hint is wrong). /// - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("languageHints")] + public virtual System.Collections.Generic.IList LanguageHints { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The schema defines the output of the processed document by a processor. - public class GoogleCloudDocumentaiV1DocumentSchema : Google.Apis.Requests.IDirectResponseSchema + /// Configurations for premium OCR features. + public class GoogleCloudDocumentaiV1OcrConfigPremiumFeatures : Google.Apis.Requests.IDirectResponseSchema { - /// Description of the schema. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } - - /// Display name to show to users. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Turn on font identification model and return font style information. + [Newtonsoft.Json.JsonPropertyAttribute("computeStyleInfo")] + public virtual System.Nullable ComputeStyleInfo { get; set; } - /// Entity types of the schema. - [Newtonsoft.Json.JsonPropertyAttribute("entityTypes")] - public virtual System.Collections.Generic.IList EntityTypes { get; set; } + /// Turn on the model that can extract LaTeX math formulas. + [Newtonsoft.Json.JsonPropertyAttribute("enableMathOcr")] + public virtual System.Nullable EnableMathOcr { get; set; } - /// Metadata of the schema. - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual GoogleCloudDocumentaiV1DocumentSchemaMetadata Metadata { get; set; } + /// + /// Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableSelectionMarkDetection")] + public virtual System.Nullable EnableSelectionMarkDetection { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for - /// entity-based processors. Multiple types can also compose a dependency tree to represent nested types. - /// - public class GoogleCloudDocumentaiV1DocumentSchemaEntityType : Google.Apis.Requests.IDirectResponseSchema + /// Options for Process API + public class GoogleCloudDocumentaiV1ProcessOptions : Google.Apis.Requests.IDirectResponseSchema { - /// The entity type that this type is derived from. For now, one and only one should be set. - [Newtonsoft.Json.JsonPropertyAttribute("baseTypes")] - public virtual System.Collections.Generic.IList BaseTypes { get; set; } + /// Only process certain pages from the end, same as above. + [Newtonsoft.Json.JsonPropertyAttribute("fromEnd")] + public virtual System.Nullable FromEnd { get; set; } - /// User defined name for the type. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Only process certain pages from the start. Process all if the document has fewer pages. + [Newtonsoft.Json.JsonPropertyAttribute("fromStart")] + public virtual System.Nullable FromStart { get; set; } + + /// Which pages to process (1-indexed). + [Newtonsoft.Json.JsonPropertyAttribute("individualPageSelector")] + public virtual GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector IndividualPageSelector { get; set; } /// - /// If specified, lists all the possible values for this entity. This should not be more than a handful of - /// values. If the number of values is &gt;10 or could change frequently use the `EntityType.value_ontology` - /// field and specify a list of all possible values in a value ontology file. + /// Optional. Only applicable to `LAYOUT_PARSER_PROCESSOR`. Returns error if set on other processor types. /// - [Newtonsoft.Json.JsonPropertyAttribute("enumValues")] - public virtual GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues EnumValues { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("layoutConfig")] + public virtual GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig LayoutConfig { get; set; } /// - /// Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following - /// naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 - /// characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward - /// compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes - /// used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will - /// still be honored for backward compatibility. + /// Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_PROCESSOR`. Returns error if set on other processor + /// types. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("ocrConfig")] + public virtual GoogleCloudDocumentaiV1OcrConfig OcrConfig { get; set; } - /// Description the nested structure, or composition of an entity. - [Newtonsoft.Json.JsonPropertyAttribute("properties")] - public virtual System.Collections.Generic.IList Properties { get; set; } + /// + /// Optional. Override the schema of the ProcessorVersion. Will return an Invalid Argument error if this field + /// is set when the underlying ProcessorVersion doesn't support schema override. + /// + [Newtonsoft.Json.JsonPropertyAttribute("schemaOverride")] + public virtual GoogleCloudDocumentaiV1DocumentSchema SchemaOverride { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Defines the a list of enum values. - public class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues : Google.Apis.Requests.IDirectResponseSchema + /// A list of individual page numbers. + public class GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector : Google.Apis.Requests.IDirectResponseSchema { - /// The individual values that this enum values type can include. - [Newtonsoft.Json.JsonPropertyAttribute("values")] - public virtual System.Collections.Generic.IList Values { get; set; } + /// Optional. Indices of the pages (starting from 1). + [Newtonsoft.Json.JsonPropertyAttribute("pages")] + public virtual System.Collections.Generic.IList> Pages { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Defines properties that can be part of the entity type. - public class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty : Google.Apis.Requests.IDirectResponseSchema + /// Serving config for layout parser processor. + public class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig : Google.Apis.Requests.IDirectResponseSchema { - /// User defined name for the property. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } - - /// Specifies how the entity's value is obtained. - [Newtonsoft.Json.JsonPropertyAttribute("method")] - public virtual string Method { get; set; } - - /// The name of the property. Follows the same guidelines as the EntityType name. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Occurrence type limits the number of instances an entity type appears in the document. - [Newtonsoft.Json.JsonPropertyAttribute("occurrenceType")] - public virtual string OccurrenceType { get; set; } - - /// - /// A reference to the value type of the property. This type is subject to the same conventions as the - /// `Entity.base_types` field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("valueType")] - public virtual string ValueType { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Config for chunking in layout parser processor. + [Newtonsoft.Json.JsonPropertyAttribute("chunkingConfig")] + public virtual GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig ChunkingConfig { get; set; } - /// Metadata for global schema behavior. - public class GoogleCloudDocumentaiV1DocumentSchemaMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// If true, on a given page, there can be multiple `document` annotations covering it. - [Newtonsoft.Json.JsonPropertyAttribute("documentAllowMultipleLabels")] - public virtual System.Nullable DocumentAllowMultipleLabels { get; set; } + /// Optional. Whether to include image annotations in layout parser response. + [Newtonsoft.Json.JsonPropertyAttribute("enableImageAnnotation")] + public virtual System.Nullable EnableImageAnnotation { get; set; } - /// - /// If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be - /// applied to the entire document (classification). - /// - [Newtonsoft.Json.JsonPropertyAttribute("documentSplitter")] - public virtual System.Nullable DocumentSplitter { get; set; } + /// Optional. Whether to include table annotations in layout parser response. + [Newtonsoft.Json.JsonPropertyAttribute("enableTableAnnotation")] + public virtual System.Nullable EnableTableAnnotation { get; set; } - /// If set, all the nested entities must be prefixed with the parents. - [Newtonsoft.Json.JsonPropertyAttribute("prefixedNamingOnProperties")] - public virtual System.Nullable PrefixedNamingOnProperties { get; set; } + /// Optional. Whether to include bounding boxes in layout parser processor response. + [Newtonsoft.Json.JsonPropertyAttribute("returnBoundingBoxes")] + public virtual System.Nullable ReturnBoundingBoxes { get; set; } - /// - /// If set, we will skip the naming format validation in the schema. So the string values in - /// `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked. - /// - [Newtonsoft.Json.JsonPropertyAttribute("skipNamingValidation")] - public virtual System.Nullable SkipNamingValidation { get; set; } + /// Optional. Whether to include images in layout parser processor response. + [Newtonsoft.Json.JsonPropertyAttribute("returnImages")] + public virtual System.Nullable ReturnImages { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// For a large document, sharding may be performed to produce several document shards. Each document shard contains - /// this field to detail which shard it is. - /// - public class GoogleCloudDocumentaiV1DocumentShardInfo : Google.Apis.Requests.IDirectResponseSchema + /// Serving config for chunking. + public class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Total number of shards. - [Newtonsoft.Json.JsonPropertyAttribute("shardCount")] - public virtual System.Nullable ShardCount { get; set; } - - /// The 0-based index of this shard. - [Newtonsoft.Json.JsonPropertyAttribute("shardIndex")] - public virtual System.Nullable ShardIndex { get; set; } + /// Optional. The chunk sizes to use when splitting documents, in order of level. + [Newtonsoft.Json.JsonPropertyAttribute("chunkSize")] + public virtual System.Nullable ChunkSize { get; set; } - /// The index of the first character in Document.text in the overall document global text. - [Newtonsoft.Json.JsonPropertyAttribute("textOffset")] - public virtual System.Nullable TextOffset { get; set; } + /// Optional. Whether or not to include ancestor headings when splitting. + [Newtonsoft.Json.JsonPropertyAttribute("includeAncestorHeadings")] + public virtual System.Nullable IncludeAncestorHeadings { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Annotation for common text style attributes. This adheres to CSS conventions as much as possible. - /// - public class GoogleCloudDocumentaiV1DocumentStyle : Google.Apis.Requests.IDirectResponseSchema + /// Request message for the ProcessDocument method. + public class GoogleCloudDocumentaiV1ProcessRequest : Google.Apis.Requests.IDirectResponseSchema { - /// Text background color. - [Newtonsoft.Json.JsonPropertyAttribute("backgroundColor")] - public virtual GoogleTypeColor BackgroundColor { get; set; } - - /// Text color. - [Newtonsoft.Json.JsonPropertyAttribute("color")] - public virtual GoogleTypeColor Color { get; set; } - /// - /// Font family such as `Arial`, `Times New Roman`. https://www.w3schools.com/cssref/pr_font_font-family.asp + /// Specifies which fields to include in the ProcessResponse.document output. Only supports top-level document + /// and pages field, so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. /// - [Newtonsoft.Json.JsonPropertyAttribute("fontFamily")] - public virtual string FontFamily { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("fieldMask")] + public virtual object FieldMask { get; set; } - /// Font size. - [Newtonsoft.Json.JsonPropertyAttribute("fontSize")] - public virtual GoogleCloudDocumentaiV1DocumentStyleFontSize FontSize { get; set; } + /// A raw document on Google Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsDocument")] + public virtual GoogleCloudDocumentaiV1GcsDocument GcsDocument { get; set; } - /// - /// [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are `normal`, `bold`, - /// `bolder`, and `lighter`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fontWeight")] - public virtual string FontWeight { get; set; } + /// Optional. Option to remove images from the document. + [Newtonsoft.Json.JsonPropertyAttribute("imagelessMode")] + public virtual System.Nullable ImagelessMode { get; set; } - /// Text anchor indexing into the Document.text. - [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] - public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } + /// An inline document proto. + [Newtonsoft.Json.JsonPropertyAttribute("inlineDocument")] + public virtual GoogleCloudDocumentaiV1Document InlineDocument { get; set; } /// - /// [Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS standard. + /// Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than + /// 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, + /// and dashes. International characters are allowed. Label values are optional. Label keys must start with a + /// letter. /// - [Newtonsoft.Json.JsonPropertyAttribute("textDecoration")] - public virtual string TextDecoration { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// - /// [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values are `normal`, - /// `italic`, and `oblique`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("textStyle")] - public virtual string TextStyle { get; set; } + /// Inference-time options for the process API + [Newtonsoft.Json.JsonPropertyAttribute("processOptions")] + public virtual GoogleCloudDocumentaiV1ProcessOptions ProcessOptions { get; set; } + + /// A raw document content (bytes). + [Newtonsoft.Json.JsonPropertyAttribute("rawDocument")] + public virtual GoogleCloudDocumentaiV1RawDocument RawDocument { get; set; } + + /// Whether human review should be skipped for this request. Default to `false`. + [Newtonsoft.Json.JsonPropertyAttribute("skipHumanReview")] + public virtual System.Nullable SkipHumanReview { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Font size with unit. - public class GoogleCloudDocumentaiV1DocumentStyleFontSize : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the ProcessDocument method. + public class GoogleCloudDocumentaiV1ProcessResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Font size for the text. - [Newtonsoft.Json.JsonPropertyAttribute("size")] - public virtual System.Nullable Size { get; set; } + /// The document payload, will populate fields based on the processor's behavior. + [Newtonsoft.Json.JsonPropertyAttribute("document")] + public virtual GoogleCloudDocumentaiV1Document Document { get; set; } - /// Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`). - [Newtonsoft.Json.JsonPropertyAttribute("unit")] - public virtual string Unit { get; set; } + /// The status of human review on the processed document. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewStatus")] + public virtual GoogleCloudDocumentaiV1HumanReviewStatus HumanReviewStatus { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Text reference indexing into the Document.text. - public class GoogleCloudDocumentaiV1DocumentTextAnchor : Google.Apis.Requests.IDirectResponseSchema + /// + /// The first-class citizen for Document AI. Each processor defines how to extract structural information from a + /// document. + /// + public class GoogleCloudDocumentaiV1Processor : Google.Apis.Requests.IDirectResponseSchema { /// - /// Contains the content of the text span so that users do not have to look it up in the text_segments. It is - /// always populated for formFields. + /// Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version + /// Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} /// - [Newtonsoft.Json.JsonPropertyAttribute("content")] - public virtual string Content { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("activeSchemaVersion")] + public virtual string ActiveSchemaVersion { get; set; } - /// The text segments from the Document.text. - [Newtonsoft.Json.JsonPropertyAttribute("textSegments")] - public virtual System.Collections.Generic.IList TextSegments { get; set; } + private string _createTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _createTime; - /// - /// A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into - /// another document shard for large sharded documents. See ShardInfo.text_offset - /// - public class GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment : Google.Apis.Requests.IDirectResponseSchema - { - /// TextSegment half open end UTF-8 char index in the Document.text. - [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] - public virtual System.Nullable EndIndex { get; set; } + /// Output only. The time the processor was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// TextSegment start UTF-8 char index in the Document.text. - [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] - public virtual System.Nullable StartIndex { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// This message is used for text changes aka. OCR corrections. - public class GoogleCloudDocumentaiV1DocumentTextChange : Google.Apis.Requests.IDirectResponseSchema - { - /// The text that replaces the text identified in the `text_anchor`. - [Newtonsoft.Json.JsonPropertyAttribute("changedText")] - public virtual string ChangedText { get; set; } + /// The default processor version. + [Newtonsoft.Json.JsonPropertyAttribute("defaultProcessorVersion")] + public virtual string DefaultProcessorVersion { get; set; } - /// The history of this annotation. - [Newtonsoft.Json.JsonPropertyAttribute("provenance")] - public virtual System.Collections.Generic.IList Provenance { get; set; } + /// The display name of the processor. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } /// - /// Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single - /// `TextAnchor.text_segments` element. If the start and end index of the text segment are the same, the text - /// change is inserted before that index. + /// The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK + /// scenarios. /// - [Newtonsoft.Json.JsonPropertyAttribute("textAnchor")] - public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Output only. Immutable. The resource name of the processor. Format: + /// `projects/{project}/locations/{location}/processors/{processor}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// The long-running operation metadata for the EnableProcessor method. - public class GoogleCloudDocumentaiV1EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + /// Output only. Immutable. The http endpoint that can be called to invoke processing. + [Newtonsoft.Json.JsonPropertyAttribute("processEndpoint")] + public virtual string ProcessEndpoint { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The processor version aliases. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersionAliases")] + public virtual System.Collections.Generic.IList ProcessorVersionAliases { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// Output only. The state of the processor. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// + /// The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see + /// FetchProcessorTypes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } - /// Request message for the EnableProcessor method. - public class GoogleCloudDocumentaiV1EnableProcessorRequest : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. + /// A processor type is responsible for performing a certain document understanding task on a certain type of + /// document. /// - public class GoogleCloudDocumentaiV1EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1ProcessorType : Google.Apis.Requests.IDirectResponseSchema { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Whether the processor type allows creation. If true, users can create a processor of this processor type. + /// Otherwise, users need to request access. + /// + [Newtonsoft.Json.JsonPropertyAttribute("allowCreation")] + public virtual System.Nullable AllowCreation { get; set; } - /// Metadata of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + /// The locations in which this processor is available. + [Newtonsoft.Json.JsonPropertyAttribute("availableLocations")] + public virtual System.Collections.Generic.IList AvailableLocations { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The processor category, used by UI to group processor types. + [Newtonsoft.Json.JsonPropertyAttribute("category")] + public virtual string Category { get; set; } + + /// Launch stage of the processor type + [Newtonsoft.Json.JsonPropertyAttribute("launchStage")] + public virtual string LaunchStage { get; set; } - /// Evaluates the given ProcessorVersion against the supplied documents. - public class GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema - { /// - /// Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation - /// input. + /// The resource name of the processor type. Format: `projects/{project}/processorTypes/{processor_type}` /// - [Newtonsoft.Json.JsonPropertyAttribute("evaluationDocuments")] - public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig EvaluationDocuments { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// A set of Cloud Storage URIs of sample documents for this processor. + [Newtonsoft.Json.JsonPropertyAttribute("sampleDocumentUris")] + public virtual System.Collections.Generic.IList SampleDocumentUris { get; set; } + + /// The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// The location information about where the processor is available. + public class GoogleCloudDocumentaiV1ProcessorTypeLocationInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The resource name of the created evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] - public virtual string Evaluation { get; set; } + /// + /// The location ID. For supported locations, refer to [regional and multi-regional + /// support](/document-ai/docs/regions). + /// + [Newtonsoft.Json.JsonPropertyAttribute("locationId")] + public virtual string LocationId { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// An evaluation of a ProcessorVersion's performance. - public class GoogleCloudDocumentaiV1Evaluation : Google.Apis.Requests.IDirectResponseSchema + /// + /// A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained + /// by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its + /// document-processing behavior is defined by that version. + /// + public class GoogleCloudDocumentaiV1ProcessorVersion : Google.Apis.Requests.IDirectResponseSchema { - /// Metrics for all the entities in aggregate. - [Newtonsoft.Json.JsonPropertyAttribute("allEntitiesMetrics")] - public virtual GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics AllEntitiesMetrics { get; set; } - private string _createTimeRaw; private object _createTime; - /// The time that the evaluation was created. + /// Output only. The time the processor version was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -5520,589 +8168,632 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Counters for the documents used in the evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("documentCounters")] - public virtual GoogleCloudDocumentaiV1EvaluationCounters DocumentCounters { get; set; } + /// Output only. If set, information about the eventual deprecation of this version. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationInfo")] + public virtual GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo DeprecationInfo { get; set; } - /// Metrics across confidence levels, for different entities. - [Newtonsoft.Json.JsonPropertyAttribute("entityMetrics")] - public virtual System.Collections.Generic.IDictionary EntityMetrics { get; set; } + /// The display name of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// The KMS key name used for encryption. + /// Output only. The schema of the processor version. Describes the output. + [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] + public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; } + + /// Output only. Information about Generative AI model-based processor versions. + [Newtonsoft.Json.JsonPropertyAttribute("genAiModelInfo")] + public virtual GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo GenAiModelInfo { get; set; } + + /// Output only. Denotes that this `ProcessorVersion` is managed by Google. + [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] + public virtual System.Nullable GoogleManaged { get; set; } + + /// Output only. The KMS key name used for encryption. [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] public virtual string KmsKeyName { get; set; } - /// The KMS key version with which data is encrypted. + /// Output only. The KMS key version with which data is encrypted. [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersionName")] public virtual string KmsKeyVersionName { get; set; } + /// Output only. The most recently invoked evaluation for the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("latestEvaluation")] + public virtual GoogleCloudDocumentaiV1EvaluationReference LatestEvaluation { get; set; } + + /// Output only. The model type of this processor version. + [Newtonsoft.Json.JsonPropertyAttribute("modelType")] + public virtual string ModelType { get; set; } + /// - /// The resource name of the evaluation. Format: - /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}` + /// Identifier. The resource name of the processor version. Format: + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// Output only. The state of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// Evaluations metrics, at a specific confidence level. - public class GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics : Google.Apis.Requests.IDirectResponseSchema + /// Contains the alias and the aliased resource name of processor version. + public class GoogleCloudDocumentaiV1ProcessorVersionAlias : Google.Apis.Requests.IDirectResponseSchema { - /// The confidence level. - [Newtonsoft.Json.JsonPropertyAttribute("confidenceLevel")] - public virtual System.Nullable ConfidenceLevel { get; set; } + /// The alias in the form of `processor_version` resource name. + [Newtonsoft.Json.JsonPropertyAttribute("alias")] + public virtual string Alias { get; set; } - /// The metrics at the specific confidence level. - [Newtonsoft.Json.JsonPropertyAttribute("metrics")] - public virtual GoogleCloudDocumentaiV1EvaluationMetrics Metrics { get; set; } + /// The resource name of aliased processor version. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Evaluation counters for the documents that were used. - public class GoogleCloudDocumentaiV1EvaluationCounters : Google.Apis.Requests.IDirectResponseSchema + /// Information about the upcoming deprecation of this processor version. + public class GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo : Google.Apis.Requests.IDirectResponseSchema { - /// How many documents were used in the evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("evaluatedDocumentsCount")] - public virtual System.Nullable EvaluatedDocumentsCount { get; set; } + private string _deprecationTimeRaw; + + private object _deprecationTime; + + /// The time at which this processor version will be deprecated. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationTime")] + public virtual string DeprecationTimeRaw + { + get => _deprecationTimeRaw; + set + { + _deprecationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deprecationTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeprecationTimeDateTimeOffset instead.")] + public virtual object DeprecationTime + { + get => _deprecationTime; + set + { + _deprecationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deprecationTime = value; + } + } /// - /// How many documents were not included in the evaluation as Document AI failed to process them. + /// representation of . /// - [Newtonsoft.Json.JsonPropertyAttribute("failedDocumentsCount")] - public virtual System.Nullable FailedDocumentsCount { get; set; } - - /// How many documents were sent for evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("inputDocumentsCount")] - public virtual System.Nullable InputDocumentsCount { get; set; } + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeprecationTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeprecationTimeRaw); + set => DeprecationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// How many documents were not included in the evaluation as they didn't pass validation. - [Newtonsoft.Json.JsonPropertyAttribute("invalidDocumentsCount")] - public virtual System.Nullable InvalidDocumentsCount { get; set; } + /// If set, the processor version that will be used as a replacement. + [Newtonsoft.Json.JsonPropertyAttribute("replacementProcessorVersion")] + public virtual string ReplacementProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Evaluation metrics, either in aggregate or about a specific entity. - public class GoogleCloudDocumentaiV1EvaluationMetrics : Google.Apis.Requests.IDirectResponseSchema + /// Information about Generative AI model-based processor versions. + public class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The calculated f1 score. - [Newtonsoft.Json.JsonPropertyAttribute("f1Score")] - public virtual System.Nullable F1Score { get; set; } - - /// The amount of false negatives. - [Newtonsoft.Json.JsonPropertyAttribute("falseNegativesCount")] - public virtual System.Nullable FalseNegativesCount { get; set; } - - /// The amount of false positives. - [Newtonsoft.Json.JsonPropertyAttribute("falsePositivesCount")] - public virtual System.Nullable FalsePositivesCount { get; set; } - - /// The amount of documents with a ground truth occurrence. - [Newtonsoft.Json.JsonPropertyAttribute("groundTruthDocumentCount")] - public virtual System.Nullable GroundTruthDocumentCount { get; set; } - - /// The amount of occurrences in ground truth documents. - [Newtonsoft.Json.JsonPropertyAttribute("groundTruthOccurrencesCount")] - public virtual System.Nullable GroundTruthOccurrencesCount { get; set; } - - /// The calculated precision. - [Newtonsoft.Json.JsonPropertyAttribute("precision")] - public virtual System.Nullable Precision { get; set; } - - /// The amount of documents with a predicted occurrence. - [Newtonsoft.Json.JsonPropertyAttribute("predictedDocumentCount")] - public virtual System.Nullable PredictedDocumentCount { get; set; } + /// Information for a custom Generative AI model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customGenAiModelInfo")] + public virtual GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo CustomGenAiModelInfo { get; set; } - /// The amount of occurrences in predicted documents. - [Newtonsoft.Json.JsonPropertyAttribute("predictedOccurrencesCount")] - public virtual System.Nullable PredictedOccurrencesCount { get; set; } + /// Information for a pretrained Google-managed foundation model. + [Newtonsoft.Json.JsonPropertyAttribute("foundationGenAiModelInfo")] + public virtual GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo FoundationGenAiModelInfo { get; set; } - /// The calculated recall. - [Newtonsoft.Json.JsonPropertyAttribute("recall")] - public virtual System.Nullable Recall { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The amount of documents that had an occurrence of this label. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentsCount")] - public virtual System.Nullable TotalDocumentsCount { get; set; } + /// + /// Information for a custom Generative AI model created by the user. These are created with `Create New Version` in + /// either the `Call foundation model` or `Fine tuning` tabs. + /// + public class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// The base processor version ID for the custom model. + [Newtonsoft.Json.JsonPropertyAttribute("baseProcessorVersionId")] + public virtual string BaseProcessorVersionId { get; set; } - /// The amount of true positives. - [Newtonsoft.Json.JsonPropertyAttribute("truePositivesCount")] - public virtual System.Nullable TruePositivesCount { get; set; } + /// The type of custom model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customModelType")] + public virtual string CustomModelType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metrics across multiple confidence levels. - public class GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics : Google.Apis.Requests.IDirectResponseSchema + /// Information for a pretrained Google-managed foundation model. + public class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The calculated area under the precision recall curve (AUPRC), computed by integrating over all confidence - /// thresholds. - /// - [Newtonsoft.Json.JsonPropertyAttribute("auprc")] - public virtual System.Nullable Auprc { get; set; } - - /// The AUPRC for metrics with fuzzy matching disabled, i.e., exact matching only. - [Newtonsoft.Json.JsonPropertyAttribute("auprcExact")] - public virtual System.Nullable AuprcExact { get; set; } + /// Whether finetuning is allowed for this base processor version. + [Newtonsoft.Json.JsonPropertyAttribute("finetuningAllowed")] + public virtual System.Nullable FinetuningAllowed { get; set; } - /// Metrics across confidence levels with fuzzy matching enabled. - [Newtonsoft.Json.JsonPropertyAttribute("confidenceLevelMetrics")] - public virtual System.Collections.Generic.IList ConfidenceLevelMetrics { get; set; } + /// The minimum number of labeled documents in the training dataset required for finetuning. + [Newtonsoft.Json.JsonPropertyAttribute("minTrainLabeledDocuments")] + public virtual System.Nullable MinTrainLabeledDocuments { get; set; } - /// Metrics across confidence levels with only exact matching. - [Newtonsoft.Json.JsonPropertyAttribute("confidenceLevelMetricsExact")] - public virtual System.Collections.Generic.IList ConfidenceLevelMetricsExact { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The Estimated Calibration Error (ECE) of the confidence of the predicted entities. - [Newtonsoft.Json.JsonPropertyAttribute("estimatedCalibrationError")] - public virtual System.Nullable EstimatedCalibrationError { get; set; } + /// Payload message of raw document content (bytes). + public class GoogleCloudDocumentaiV1RawDocument : Google.Apis.Requests.IDirectResponseSchema + { + /// Inline document content. + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual string Content { get; set; } /// - /// The ECE for the predicted entities with fuzzy matching disabled, i.e., exact matching only. + /// The display name of the document, it supports all Unicode characters except the following: `*`, `?`, `[`, + /// `]`, `%`, `{`, `}`,`'`, `\"`, `,` `~`, `=` and `:` are reserved. If not specified, a default ID is + /// generated. /// - [Newtonsoft.Json.JsonPropertyAttribute("estimatedCalibrationErrorExact")] - public virtual System.Nullable EstimatedCalibrationErrorExact { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// The metrics type for the label. - [Newtonsoft.Json.JsonPropertyAttribute("metricsType")] - public virtual string MetricsType { get; set; } + /// An IANA MIME type (RFC6838) indicating the nature and format of the content. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Gives a short summary of an evaluation, and links to the evaluation itself. - public class GoogleCloudDocumentaiV1EvaluationReference : Google.Apis.Requests.IDirectResponseSchema + /// Specifies a set of raw documents. + public class GoogleCloudDocumentaiV1RawDocuments : Google.Apis.Requests.IDirectResponseSchema { - /// An aggregate of the statistics for the evaluation with fuzzy matching on. - [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetrics")] - public virtual GoogleCloudDocumentaiV1EvaluationMetrics AggregateMetrics { get; set; } - - /// An aggregate of the statistics for the evaluation with fuzzy matching off. - [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetricsExact")] - public virtual GoogleCloudDocumentaiV1EvaluationMetrics AggregateMetricsExact { get; set; } - - /// The resource name of the evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] - public virtual string Evaluation { get; set; } - - /// The resource name of the Long Running Operation for the evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("operation")] - public virtual string Operation { get; set; } + /// Specifies raw document content and mime type. + [Newtonsoft.Json.JsonPropertyAttribute("documents")] + public virtual System.Collections.Generic.IList Documents { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the FetchProcessorTypes method. - public class GoogleCloudDocumentaiV1FetchProcessorTypesResponse : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the ReviewDocument method. + public class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The list of processor types. - [Newtonsoft.Json.JsonPropertyAttribute("processorTypes")] - public virtual System.Collections.Generic.IList ProcessorTypes { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + + /// The Crowd Compute question ID. + [Newtonsoft.Json.JsonPropertyAttribute("questionId")] + public virtual string QuestionId { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Specifies a document stored on Cloud Storage. - public class GoogleCloudDocumentaiV1GcsDocument : Google.Apis.Requests.IDirectResponseSchema + /// Request message for the ReviewDocument method. + public class GoogleCloudDocumentaiV1ReviewDocumentRequest : Google.Apis.Requests.IDirectResponseSchema { - /// The Cloud Storage object uri. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] - public virtual string GcsUri { get; set; } + /// The document schema of the human review task. + [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] + public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; } - /// An IANA MIME type (RFC6838) of the content. - [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] - public virtual string MimeType { get; set; } + /// Whether the validation should be performed on the ad-hoc review request. + [Newtonsoft.Json.JsonPropertyAttribute("enableSchemaValidation")] + public virtual System.Nullable EnableSchemaValidation { get; set; } + + /// An inline document proto. + [Newtonsoft.Json.JsonPropertyAttribute("inlineDocument")] + public virtual GoogleCloudDocumentaiV1Document InlineDocument { get; set; } + + /// The priority of the human review task. + [Newtonsoft.Json.JsonPropertyAttribute("priority")] + public virtual string Priority { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Specifies a set of documents on Cloud Storage. - public class GoogleCloudDocumentaiV1GcsDocuments : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the ReviewDocument method. + public class GoogleCloudDocumentaiV1ReviewDocumentResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The list of documents. - [Newtonsoft.Json.JsonPropertyAttribute("documents")] - public virtual System.Collections.Generic.IList Documents { get; set; } + /// The Cloud Storage uri for the human reviewed document if the review is succeeded. + [Newtonsoft.Json.JsonPropertyAttribute("gcsDestination")] + public virtual string GcsDestination { get; set; } + + /// The reason why the review is rejected by reviewer. + [Newtonsoft.Json.JsonPropertyAttribute("rejectionReason")] + public virtual string RejectionReason { get; set; } + + /// The state of the review operation. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Specifies all documents on Cloud Storage with a common prefix. - public class GoogleCloudDocumentaiV1GcsPrefix : Google.Apis.Requests.IDirectResponseSchema + /// The history of schema generation iterations. + public class GoogleCloudDocumentaiV1SchemaGenerationHistory : Google.Apis.Requests.IDirectResponseSchema { - /// The URI prefix. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUriPrefix")] - public virtual string GcsUriPrefix { get; set; } + /// Required. Previous prompt-answers in a chronological order. + [Newtonsoft.Json.JsonPropertyAttribute("iterations")] + public virtual System.Collections.Generic.IList Iterations { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of human review on a processed document. - public class GoogleCloudDocumentaiV1HumanReviewStatus : Google.Apis.Requests.IDirectResponseSchema + /// A single iteration of the schema generation. + public class GoogleCloudDocumentaiV1SchemaGenerationIteration : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The name of the operation triggered by the processed document. This field is populated only when the state - /// is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation - /// returned by ReviewDocument. - /// - [Newtonsoft.Json.JsonPropertyAttribute("humanReviewOperation")] - public virtual string HumanReviewOperation { get; set; } + /// Optional. The previous schema version adjusted by the model. + [Newtonsoft.Json.JsonPropertyAttribute("adjustedSchema")] + public virtual GoogleCloudDocumentaiV1SchemaVersion AdjustedSchema { get; set; } - /// The state of human review on the processing request. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// Required. The schema version generated by the model. + [Newtonsoft.Json.JsonPropertyAttribute("generatedSchema")] + public virtual GoogleCloudDocumentaiV1SchemaVersion GeneratedSchema { get; set; } - /// A message providing more details about the human review state. - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } + /// Optional. The prompt used for the iteration. + [Newtonsoft.Json.JsonPropertyAttribute("prompt")] + public virtual string Prompt { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response from `ListEvaluations`. - public class GoogleCloudDocumentaiV1ListEvaluationsResponse : Google.Apis.Requests.IDirectResponseSchema + /// SchemaVersion is a version of the Schema which is created in SchemaGroup. + public class GoogleCloudDocumentaiV1SchemaVersion : Google.Apis.Requests.IDirectResponseSchema { - /// The evaluations requested. - [Newtonsoft.Json.JsonPropertyAttribute("evaluations")] - public virtual System.Collections.Generic.IList Evaluations { get; set; } + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time when the SchemaVersion was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. The user-defined name of the SchemaVersion. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. The GCP labels for the SchemaVersion. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no - /// subsequent pages. + /// Identifier. The resource name of the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Required. The schema of the SchemaVersion. + [Newtonsoft.Json.JsonPropertyAttribute("schema")] + public virtual GoogleCloudDocumentaiV1DocumentSchema Schema { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the ListProcessorTypes method. - public class GoogleCloudDocumentaiV1ListProcessorTypesResponse : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the SetDefaultProcessorVersion method. + public class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Points to the next page, otherwise empty. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The processor types. - [Newtonsoft.Json.JsonPropertyAttribute("processorTypes")] - public virtual System.Collections.Generic.IList ProcessorTypes { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the ListProcessorVersions method. - public class GoogleCloudDocumentaiV1ListProcessorVersionsResponse : Google.Apis.Requests.IDirectResponseSchema + /// Request message for the SetDefaultProcessorVersion method. + public class GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema { - /// Points to the next processor, otherwise empty. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of processors. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersions")] - public virtual System.Collections.Generic.IList ProcessorVersions { get; set; } + /// + /// Required. The resource name of child ProcessorVersion to use as default. Format: + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultProcessorVersion")] + public virtual string DefaultProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the ListProcessors method. - public class GoogleCloudDocumentaiV1ListProcessorsResponse : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the SetDefaultProcessorVersion method. + public class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Points to the next processor, otherwise empty. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of processors. - [Newtonsoft.Json.JsonPropertyAttribute("processors")] - public virtual System.Collections.Generic.IList Processors { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the - /// original image and range from 0 to 1. - /// - public class GoogleCloudDocumentaiV1NormalizedVertex : Google.Apis.Requests.IDirectResponseSchema + /// The metadata that represents a processor version being created. + public class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// X coordinate. - [Newtonsoft.Json.JsonPropertyAttribute("x")] - public virtual System.Nullable X { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } - /// Y coordinate (starts from the top of the image). - [Newtonsoft.Json.JsonPropertyAttribute("y")] - public virtual System.Nullable Y { get; set; } + /// The test dataset validation information. + [Newtonsoft.Json.JsonPropertyAttribute("testDatasetValidation")] + public virtual GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation TestDatasetValidation { get; set; } + + /// The training dataset validation information. + [Newtonsoft.Json.JsonPropertyAttribute("trainingDatasetValidation")] + public virtual GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation TrainingDatasetValidation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Config for Document OCR. - public class GoogleCloudDocumentaiV1OcrConfig : Google.Apis.Requests.IDirectResponseSchema + /// + /// The dataset validation information. This includes any and all errors with documents and the dataset. + /// + public class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A list of advanced OCR options to further fine-tune OCR behavior. Current valid values are: - - /// `legacy_layout`: a heuristics layout detection algorithm, which serves as an alternative to the current - /// ML-based layout detection algorithm. Customers can choose the best suitable layout algorithm based on their - /// situation. - /// - [Newtonsoft.Json.JsonPropertyAttribute("advancedOcrOptions")] - public virtual System.Collections.Generic.IList AdvancedOcrOptions { get; set; } + /// The total number of dataset errors. + [Newtonsoft.Json.JsonPropertyAttribute("datasetErrorCount")] + public virtual System.Nullable DatasetErrorCount { get; set; } /// - /// Turn on font identification model and return font style information. Deprecated, use - /// PremiumFeatures.compute_style_info instead. + /// Error information for the dataset as a whole. A maximum of 10 dataset errors will be returned. A single + /// dataset error is terminal for training. /// - [Newtonsoft.Json.JsonPropertyAttribute("computeStyleInfo")] - public virtual System.Nullable ComputeStyleInfo { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("datasetErrors")] + public virtual System.Collections.Generic.IList DatasetErrors { get; set; } - /// - /// Turn off character box detector in OCR engine. Character box detection is enabled by default in OCR 2.0 (and - /// later) processors. - /// - [Newtonsoft.Json.JsonPropertyAttribute("disableCharacterBoxesDetection")] - public virtual System.Nullable DisableCharacterBoxesDetection { get; set; } + /// The total number of document errors. + [Newtonsoft.Json.JsonPropertyAttribute("documentErrorCount")] + public virtual System.Nullable DocumentErrorCount { get; set; } /// - /// Enables intelligent document quality scores after OCR. Can help with diagnosing why OCR responses are of - /// poor quality for a given input. Adds additional latency comparable to regular OCR to the process call. + /// Error information pertaining to specific documents. A maximum of 10 document errors will be returned. Any + /// document with errors will not be used throughout training. /// - [Newtonsoft.Json.JsonPropertyAttribute("enableImageQualityScores")] - public virtual System.Nullable EnableImageQualityScores { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("documentErrors")] + public virtual System.Collections.Generic.IList DocumentErrors { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for the TrainProcessorVersion method. + public class GoogleCloudDocumentaiV1TrainProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Enables special handling for PDFs with existing text information. Results in better text extraction quality - /// in such PDF inputs. + /// Optional. The processor version to use as a base for training. This processor version must be a child of + /// `parent`. Format: + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`. /// - [Newtonsoft.Json.JsonPropertyAttribute("enableNativePdfParsing")] - public virtual System.Nullable EnableNativePdfParsing { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("baseProcessorVersion")] + public virtual string BaseProcessorVersion { get; set; } - /// Includes symbol level OCR information if set to true. - [Newtonsoft.Json.JsonPropertyAttribute("enableSymbol")] - public virtual System.Nullable EnableSymbol { get; set; } + /// Options to control Custom Document Extraction (CDE) Processor. + [Newtonsoft.Json.JsonPropertyAttribute("customDocumentExtractionOptions")] + public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions CustomDocumentExtractionOptions { get; set; } - /// Hints for the OCR model. - [Newtonsoft.Json.JsonPropertyAttribute("hints")] - public virtual GoogleCloudDocumentaiV1OcrConfigHints Hints { get; set; } + /// Optional. The schema the processor version will be trained with. + [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] + public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; } - /// Configurations for premium OCR features. - [Newtonsoft.Json.JsonPropertyAttribute("premiumFeatures")] - public virtual GoogleCloudDocumentaiV1OcrConfigPremiumFeatures PremiumFeatures { get; set; } + /// Options to control foundation model tuning of a processor. + [Newtonsoft.Json.JsonPropertyAttribute("foundationModelTuningOptions")] + public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions FoundationModelTuningOptions { get; set; } + + /// Optional. The input data used to train the ProcessorVersion. + [Newtonsoft.Json.JsonPropertyAttribute("inputData")] + public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData InputData { get; set; } + + /// Required. The processor version to be created. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual GoogleCloudDocumentaiV1ProcessorVersion ProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Hints for OCR Engine - public class GoogleCloudDocumentaiV1OcrConfigHints : Google.Apis.Requests.IDirectResponseSchema + /// Options to control the training of the Custom Document Extraction (CDE) Processor. + public class GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions : Google.Apis.Requests.IDirectResponseSchema { - /// - /// List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since - /// it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not - /// needed. In rare cases, when the language of the text in the image is known, setting a hint will help get - /// better results (although it will be a significant hindrance if the hint is wrong). - /// - [Newtonsoft.Json.JsonPropertyAttribute("languageHints")] - public virtual System.Collections.Generic.IList LanguageHints { get; set; } + /// Optional. Training method to use for CDE training. + [Newtonsoft.Json.JsonPropertyAttribute("trainingMethod")] + public virtual string TrainingMethod { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configurations for premium OCR features. - public class GoogleCloudDocumentaiV1OcrConfigPremiumFeatures : Google.Apis.Requests.IDirectResponseSchema + /// Options to control foundation model tuning of the processor. + public class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions : Google.Apis.Requests.IDirectResponseSchema { - /// Turn on font identification model and return font style information. - [Newtonsoft.Json.JsonPropertyAttribute("computeStyleInfo")] - public virtual System.Nullable ComputeStyleInfo { get; set; } - - /// Turn on the model that can extract LaTeX math formulas. - [Newtonsoft.Json.JsonPropertyAttribute("enableMathOcr")] - public virtual System.Nullable EnableMathOcr { get; set; } + /// + /// Optional. The multiplier to apply to the recommended learning rate. Valid values are between 0.1 and 10. If + /// not provided, recommended learning rate will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("learningRateMultiplier")] + public virtual System.Nullable LearningRateMultiplier { get; set; } /// - /// Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors. + /// Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, + /// recommended steps will be used. /// - [Newtonsoft.Json.JsonPropertyAttribute("enableSelectionMarkDetection")] - public virtual System.Nullable EnableSelectionMarkDetection { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("trainSteps")] + public virtual System.Nullable TrainSteps { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Options for Process API - public class GoogleCloudDocumentaiV1ProcessOptions : Google.Apis.Requests.IDirectResponseSchema + /// The input data used to train a new ProcessorVersion. + public class GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData : Google.Apis.Requests.IDirectResponseSchema { - /// Only process certain pages from the end, same as above. - [Newtonsoft.Json.JsonPropertyAttribute("fromEnd")] - public virtual System.Nullable FromEnd { get; set; } - - /// Only process certain pages from the start. Process all if the document has fewer pages. - [Newtonsoft.Json.JsonPropertyAttribute("fromStart")] - public virtual System.Nullable FromStart { get; set; } - - /// Which pages to process (1-indexed). - [Newtonsoft.Json.JsonPropertyAttribute("individualPageSelector")] - public virtual GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector IndividualPageSelector { get; set; } - - /// - /// Optional. Only applicable to `LAYOUT_PARSER_PROCESSOR`. Returns error if set on other processor types. - /// - [Newtonsoft.Json.JsonPropertyAttribute("layoutConfig")] - public virtual GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig LayoutConfig { get; set; } - - /// - /// Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_PROCESSOR`. Returns error if set on other processor - /// types. - /// - [Newtonsoft.Json.JsonPropertyAttribute("ocrConfig")] - public virtual GoogleCloudDocumentaiV1OcrConfig OcrConfig { get; set; } + /// The documents used for testing the trained version. + [Newtonsoft.Json.JsonPropertyAttribute("testDocuments")] + public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig TestDocuments { get; set; } - /// - /// Optional. Override the schema of the ProcessorVersion. Will return an Invalid Argument error if this field - /// is set when the underlying ProcessorVersion doesn't support schema override. - /// - [Newtonsoft.Json.JsonPropertyAttribute("schemaOverride")] - public virtual GoogleCloudDocumentaiV1DocumentSchema SchemaOverride { get; set; } + /// The documents used for training the new version. + [Newtonsoft.Json.JsonPropertyAttribute("trainingDocuments")] + public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig TrainingDocuments { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A list of individual page numbers. - public class GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector : Google.Apis.Requests.IDirectResponseSchema + /// The response for TrainProcessorVersion. + public class GoogleCloudDocumentaiV1TrainProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Indices of the pages (starting from 1). - [Newtonsoft.Json.JsonPropertyAttribute("pages")] - public virtual System.Collections.Generic.IList> Pages { get; set; } + /// The resource name of the processor version produced by training. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Serving config for layout parser processor. - public class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfig : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the UndeployProcessorVersion method. + public class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Config for chunking in layout parser processor. - [Newtonsoft.Json.JsonPropertyAttribute("chunkingConfig")] - public virtual GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig ChunkingConfig { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } - /// Optional. Whether to include bounding boxes in layout parser processor response. - [Newtonsoft.Json.JsonPropertyAttribute("returnBoundingBoxes")] - public virtual System.Nullable ReturnBoundingBoxes { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Optional. Whether to include images in layout parser processor response. - [Newtonsoft.Json.JsonPropertyAttribute("returnImages")] - public virtual System.Nullable ReturnImages { get; set; } + /// Request message for the UndeployProcessorVersion method. + public class GoogleCloudDocumentaiV1UndeployProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for the UndeployProcessorVersion method. + public class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { /// The ETag of the item. public virtual string ETag { get; set; } } - /// Serving config for chunking. - public class GoogleCloudDocumentaiV1ProcessOptionsLayoutConfigChunkingConfig : Google.Apis.Requests.IDirectResponseSchema + /// + /// A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original + /// image. + /// + public class GoogleCloudDocumentaiV1Vertex : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The chunk sizes to use when splitting documents, in order of level. - [Newtonsoft.Json.JsonPropertyAttribute("chunkSize")] - public virtual System.Nullable ChunkSize { get; set; } + /// X coordinate. + [Newtonsoft.Json.JsonPropertyAttribute("x")] + public virtual System.Nullable X { get; set; } - /// Optional. Whether or not to include ancestor headings when splitting. - [Newtonsoft.Json.JsonPropertyAttribute("includeAncestorHeadings")] - public virtual System.Nullable IncludeAncestorHeadings { get; set; } + /// Y coordinate (starts from the top of the image). + [Newtonsoft.Json.JsonPropertyAttribute("y")] + public virtual System.Nullable Y { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for the ProcessDocument method. - public class GoogleCloudDocumentaiV1ProcessRequest : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Specifies which fields to include in the ProcessResponse.document output. Only supports top-level document - /// and pages field, so it must be in the form of `{document_field_name}` or `pages.{page_field_name}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fieldMask")] - public virtual object FieldMask { get; set; } - - /// A raw document on Google Cloud Storage. - [Newtonsoft.Json.JsonPropertyAttribute("gcsDocument")] - public virtual GoogleCloudDocumentaiV1GcsDocument GcsDocument { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Optional. Option to remove images from the document. - [Newtonsoft.Json.JsonPropertyAttribute("imagelessMode")] - public virtual System.Nullable ImagelessMode { get; set; } + /// Total number of documents that failed to be deleted in storage. + [Newtonsoft.Json.JsonPropertyAttribute("errorDocumentCount")] + public virtual System.Nullable ErrorDocumentCount { get; set; } - /// An inline document proto. - [Newtonsoft.Json.JsonPropertyAttribute("inlineDocument")] - public virtual GoogleCloudDocumentaiV1Document InlineDocument { get; set; } + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualBatchDeleteStatuses")] + public virtual System.Collections.Generic.IList IndividualBatchDeleteStatuses { get; set; } - /// - /// Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than - /// 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, - /// and dashes. International characters are allowed. Label values are optional. Label keys must start with a - /// letter. - /// - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// Total number of documents deleting from dataset. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } - /// Inference-time options for the process API - [Newtonsoft.Json.JsonPropertyAttribute("processOptions")] - public virtual GoogleCloudDocumentaiV1ProcessOptions ProcessOptions { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// A raw document content (bytes). - [Newtonsoft.Json.JsonPropertyAttribute("rawDocument")] - public virtual GoogleCloudDocumentaiV1RawDocument RawDocument { get; set; } + /// The status of each individual document in the batch delete process. + public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiV1beta3DocumentId DocumentId { get; set; } - /// Whether human review should be skipped for this request. Default to `false`. - [Newtonsoft.Json.JsonPropertyAttribute("skipHumanReview")] - public virtual System.Nullable SkipHumanReview { get; set; } + /// The status of deleting the document in storage. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the ProcessDocument method. - public class GoogleCloudDocumentaiV1ProcessResponse : Google.Apis.Requests.IDirectResponseSchema + /// Response of the delete documents operation. + public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The document payload, will populate fields based on the processor's behavior. - [Newtonsoft.Json.JsonPropertyAttribute("document")] - public virtual GoogleCloudDocumentaiV1Document Document { get; set; } - - /// The status of human review on the processed document. - [Newtonsoft.Json.JsonPropertyAttribute("humanReviewStatus")] - public virtual GoogleCloudDocumentaiV1HumanReviewStatus HumanReviewStatus { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The first-class citizen for Document AI. Each processor defines how to extract structural information from a - /// document. - /// - public class GoogleCloudDocumentaiV1Processor : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for BatchProcessDocuments. + public class GoogleCloudDocumentaiV1beta3BatchProcessMetadata : Google.Apis.Requests.IDirectResponseSchema { private string _createTimeRaw; private object _createTime; - /// Output only. The time the processor was created. + /// The creation time of the operation. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -6135,128 +8826,114 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// The default processor version. - [Newtonsoft.Json.JsonPropertyAttribute("defaultProcessorVersion")] - public virtual string DefaultProcessorVersion { get; set; } - - /// The display name of the processor. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualProcessStatuses")] + public virtual System.Collections.Generic.IList IndividualProcessStatuses { get; set; } - /// - /// The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK - /// scenarios. - /// - [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] - public virtual string KmsKeyName { get; set; } + /// The state of the current batch processing. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// - /// Output only. Immutable. The resource name of the processor. Format: - /// `projects/{project}/locations/{location}/processors/{processor}` + /// A message providing more details about the current state of processing. For example, the error message if + /// the operation is failed. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Output only. Immutable. The http endpoint that can be called to invoke processing. - [Newtonsoft.Json.JsonPropertyAttribute("processEndpoint")] - public virtual string ProcessEndpoint { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } - /// Output only. The processor version aliases. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersionAliases")] - public virtual System.Collections.Generic.IList ProcessorVersionAliases { get; set; } + private string _updateTimeRaw; - /// Output only. Reserved for future use. - [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] - public virtual System.Nullable SatisfiesPzi { get; set; } + private object _updateTime; - /// Output only. Reserved for future use. - [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] - public virtual System.Nullable SatisfiesPzs { get; set; } + /// The last update time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } - /// Output only. The state of the processor. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// - /// The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see - /// FetchProcessorTypes. - /// - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// A processor type is responsible for performing a certain document understanding task on a certain type of - /// document. - /// - public class GoogleCloudDocumentaiV1ProcessorType : Google.Apis.Requests.IDirectResponseSchema + /// The status of a each individual document in the batch process. + public class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus : Google.Apis.Requests.IDirectResponseSchema { /// - /// Whether the processor type allows creation. If true, users can create a processor of this processor type. - /// Otherwise, users need to request access. + /// The name of the operation triggered by the processed document. If the human review process isn't triggered, + /// this field will be empty. It has the same response type and metadata as the long-running operation returned + /// by the ReviewDocument method. /// - [Newtonsoft.Json.JsonPropertyAttribute("allowCreation")] - public virtual System.Nullable AllowCreation { get; set; } - - /// The locations in which this processor is available. - [Newtonsoft.Json.JsonPropertyAttribute("availableLocations")] - public virtual System.Collections.Generic.IList AvailableLocations { get; set; } - - /// The processor category, used by UI to group processor types. - [Newtonsoft.Json.JsonPropertyAttribute("category")] - public virtual string Category { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewOperation")] + public virtual string HumanReviewOperation { get; set; } - /// Launch stage of the processor type - [Newtonsoft.Json.JsonPropertyAttribute("launchStage")] - public virtual string LaunchStage { get; set; } + /// The status of human review on the processed document. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewStatus")] + public virtual GoogleCloudDocumentaiV1beta3HumanReviewStatus HumanReviewStatus { get; set; } /// - /// The resource name of the processor type. Format: `projects/{project}/processorTypes/{processor_type}` + /// The source of the document, same as the input_gcs_source field in the request when the batch process + /// started. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } - /// A set of Cloud Storage URIs of sample documents for this processor. - [Newtonsoft.Json.JsonPropertyAttribute("sampleDocumentUris")] - public virtual System.Collections.Generic.IList SampleDocumentUris { get; set; } + /// + /// The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the + /// processed document if it was successful, otherwise empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] + public virtual string OutputGcsDestination { get; set; } - /// The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// The status processing the document. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The location information about where the processor is available. - public class GoogleCloudDocumentaiV1ProcessorTypeLocationInfo : Google.Apis.Requests.IDirectResponseSchema + /// Response message for BatchProcessDocuments. + public class GoogleCloudDocumentaiV1beta3BatchProcessResponse : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The location ID. For supported locations, refer to [regional and multi-regional - /// support](/document-ai/docs/regions). - /// - [Newtonsoft.Json.JsonPropertyAttribute("locationId")] - public virtual string LocationId { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained - /// by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its - /// document-processing behavior is defined by that version. - /// - public class GoogleCloudDocumentaiV1ProcessorVersion : Google.Apis.Requests.IDirectResponseSchema + /// The common metadata for long running operations. + public class GoogleCloudDocumentaiV1beta3CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema { private string _createTimeRaw; private object _createTime; - /// Output only. The time the processor version was created. + /// The creation time of the operation. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -6289,45 +8966,75 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Output only. If set, information about the eventual deprecation of this version. - [Newtonsoft.Json.JsonPropertyAttribute("deprecationInfo")] - public virtual GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo DeprecationInfo { get; set; } + /// A related resource to this operation. + [Newtonsoft.Json.JsonPropertyAttribute("resource")] + public virtual string Resource { get; set; } - /// The display name of the processor version. - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// The state of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } - /// Output only. The schema of the processor version. Describes the output. - [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] - public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; } + /// A message providing more details about the current state of processing. + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } - /// Output only. Information about Generative AI model-based processor versions. - [Newtonsoft.Json.JsonPropertyAttribute("genAiModelInfo")] - public virtual GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo GenAiModelInfo { get; set; } + private string _updateTimeRaw; - /// Output only. Denotes that this `ProcessorVersion` is managed by Google. - [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] - public virtual System.Nullable GoogleManaged { get; set; } + private object _updateTime; - /// Output only. The KMS key name used for encryption. - [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] - public virtual string KmsKeyName { get; set; } + /// The last update time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } - /// Output only. The KMS key version with which data is encrypted. - [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersionName")] - public virtual string KmsKeyVersionName { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// Output only. The most recently invoked evaluation for the processor version. - [Newtonsoft.Json.JsonPropertyAttribute("latestEvaluation")] - public virtual GoogleCloudDocumentaiV1EvaluationReference LatestEvaluation { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A singleton resource under a Processor which configures a collection of documents. + public class GoogleCloudDocumentaiV1beta3Dataset : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Deprecated. Warehouse-based dataset configuration is not supported. + [Newtonsoft.Json.JsonPropertyAttribute("documentWarehouseConfig")] + public virtual GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig DocumentWarehouseConfig { get; set; } - /// Output only. The model type of this processor version. - [Newtonsoft.Json.JsonPropertyAttribute("modelType")] - public virtual string ModelType { get; set; } + /// + /// Optional. User-managed Cloud Storage dataset configuration. Use this configuration if the dataset documents + /// are stored under a user-managed Cloud Storage location. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedConfig")] + public virtual GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig GcsManagedConfig { get; set; } /// - /// Identifier. The resource name of the processor version. Format: - /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}` + /// Dataset resource name. Format: `projects/{project}/locations/{location}/processors/{processor}/dataset` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -6340,440 +9047,521 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] public virtual System.Nullable SatisfiesPzs { get; set; } - /// Output only. The state of the processor version. + /// + /// Optional. A lightweight indexing source with low latency and high reliability, but lacking advanced features + /// like CMEK and content-based search. + /// + [Newtonsoft.Json.JsonPropertyAttribute("spannerIndexingConfig")] + public virtual GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig SpannerIndexingConfig { get; set; } + + /// Required. State of the dataset. Ignored when updating dataset. [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } + /// + /// Optional. Unmanaged dataset configuration. Use this configuration if the dataset documents are managed by + /// the document service internally (not user-managed). + /// + [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDatasetConfig")] + public virtual GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig UnmanagedDatasetConfig { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// Contains the alias and the aliased resource name of processor version. - public class GoogleCloudDocumentaiV1ProcessorVersionAlias : Google.Apis.Requests.IDirectResponseSchema + /// Configuration specific to the Document AI Warehouse-based implementation. + public class GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The alias in the form of `processor_version` resource name. - [Newtonsoft.Json.JsonPropertyAttribute("alias")] - public virtual string Alias { get; set; } + /// Output only. The collection in Document AI Warehouse associated with the dataset. + [Newtonsoft.Json.JsonPropertyAttribute("collection")] + public virtual string Collection { get; set; } - /// The resource name of aliased processor version. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] - public virtual string ProcessorVersion { get; set; } + /// Output only. The schema in Document AI Warehouse associated with the dataset. + [Newtonsoft.Json.JsonPropertyAttribute("schema")] + public virtual string Schema { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Information about the upcoming deprecation of this processor version. - public class GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo : Google.Apis.Requests.IDirectResponseSchema + /// Configuration specific to the Cloud Storage-based implementation. + public class GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig : Google.Apis.Requests.IDirectResponseSchema { - private string _deprecationTimeRaw; + /// + /// Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcsPrefix")] + public virtual GoogleCloudDocumentaiV1beta3GcsPrefix GcsPrefix { get; set; } - private object _deprecationTime; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The time at which this processor version will be deprecated. - [Newtonsoft.Json.JsonPropertyAttribute("deprecationTime")] - public virtual string DeprecationTimeRaw - { - get => _deprecationTimeRaw; - set - { - _deprecationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deprecationTimeRaw = value; - } - } + /// Configuration specific to spanner-based indexing. + public class GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeprecationTimeDateTimeOffset instead.")] - public virtual object DeprecationTime - { - get => _deprecationTime; - set - { - _deprecationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deprecationTime = value; - } - } + /// Configuration specific to an unmanaged dataset. + public class GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// representation of . - /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeprecationTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeprecationTimeRaw); - set => DeprecationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// The long-running operation metadata for the DeleteProcessor method. + public class GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// If set, the processor version that will be used as a replacement. - [Newtonsoft.Json.JsonPropertyAttribute("replacementProcessorVersion")] - public virtual string ReplacementProcessorVersion { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the DeleteProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Information about Generative AI model-based processor versions. - public class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Information for a custom Generative AI model created by the user. - [Newtonsoft.Json.JsonPropertyAttribute("customGenAiModelInfo")] - public virtual GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo CustomGenAiModelInfo { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Information for a pretrained Google-managed foundation model. - [Newtonsoft.Json.JsonPropertyAttribute("foundationGenAiModelInfo")] - public virtual GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo FoundationGenAiModelInfo { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the DisableProcessor method. + public class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// Information for a custom Generative AI model created by the user. These are created with `Create New Version` in - /// either the `Call foundation model` or `Fine tuning` tabs. + /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. /// - public class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoCustomGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1beta3DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The base processor version ID for the custom model. - [Newtonsoft.Json.JsonPropertyAttribute("baseProcessorVersionId")] - public virtual string BaseProcessorVersionId { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The type of custom model created by the user. - [Newtonsoft.Json.JsonPropertyAttribute("customModelType")] - public virtual string CustomModelType { get; set; } + /// Document Identifier. + public class GoogleCloudDocumentaiV1beta3DocumentId : Google.Apis.Requests.IDirectResponseSchema + { + /// A document id within user-managed Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedDocId")] + public virtual GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; } + + /// Points to a specific revision of the document if set. + [Newtonsoft.Json.JsonPropertyAttribute("revisionRef")] + public virtual GoogleCloudDocumentaiV1beta3RevisionRef RevisionRef { get; set; } + + /// A document id within unmanaged dataset. + [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDocId")] + public virtual GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Information for a pretrained Google-managed foundation model. - public class GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema + /// + /// Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option. + /// + public class GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId : Google.Apis.Requests.IDirectResponseSchema { - /// Whether finetuning is allowed for this base processor version. - [Newtonsoft.Json.JsonPropertyAttribute("finetuningAllowed")] - public virtual System.Nullable FinetuningAllowed { get; set; } + /// Id of the document (indexed) managed by Content Warehouse. + [Newtonsoft.Json.JsonPropertyAttribute("cwDocId")] + public virtual string CwDocId { get; set; } - /// The minimum number of labeled documents in the training dataset required for finetuning. - [Newtonsoft.Json.JsonPropertyAttribute("minTrainLabeledDocuments")] - public virtual System.Nullable MinTrainLabeledDocuments { get; set; } + /// Required. The Cloud Storage URI where the actual document is stored. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Payload message of raw document content (bytes). - public class GoogleCloudDocumentaiV1RawDocument : Google.Apis.Requests.IDirectResponseSchema + /// Identifies a document uniquely within the scope of a dataset in unmanaged option. + public class GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId : Google.Apis.Requests.IDirectResponseSchema { - /// Inline document content. - [Newtonsoft.Json.JsonPropertyAttribute("content")] - public virtual string Content { get; set; } + /// Required. The id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("docId")] + public virtual string DocId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The schema defines the output of the processed document by a processor. + public class GoogleCloudDocumentaiV1beta3DocumentSchema : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Display name to show to users. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Entity types of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypes")] + public virtual System.Collections.Generic.IList EntityTypes { get; set; } + + /// Metadata of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata Metadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for + /// entity-based processors. Multiple types can also compose a dependency tree to represent nested types. + /// + public class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType : Google.Apis.Requests.IDirectResponseSchema + { + /// The entity type that this type is derived from. For now, one and only one should be set. + [Newtonsoft.Json.JsonPropertyAttribute("baseTypes")] + public virtual System.Collections.Generic.IList BaseTypes { get; set; } + + /// + /// The description of the entity type. Could be used to provide more information about the entity type for + /// model calls. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// User defined name for the type. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Metadata for the entity type. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypeMetadata")] + public virtual GoogleCloudDocumentaiV1beta3EntityTypeMetadata EntityTypeMetadata { get; set; } + + /// + /// If specified, lists all the possible values for this entity. This should not be more than a handful of + /// values. If the number of values is &gt;10 or could change frequently use the `EntityType.value_ontology` + /// field and specify a list of all possible values in a value ontology file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enumValues")] + public virtual GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues EnumValues { get; set; } /// - /// The display name of the document, it supports all Unicode characters except the following: `*`, `?`, `[`, - /// `]`, `%`, `{`, `}`,`'`, `\"`, `,` `~`, `=` and `:` are reserved. If not specified, a default ID is - /// generated. + /// Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following + /// naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 + /// characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward + /// compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes + /// used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will + /// still be honored for backward compatibility. /// - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// An IANA MIME type (RFC6838) indicating the nature and format of the content. - [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] - public virtual string MimeType { get; set; } + /// Description the nested structure, or composition of an entity. + [Newtonsoft.Json.JsonPropertyAttribute("properties")] + public virtual System.Collections.Generic.IList Properties { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the ReviewDocument method. - public class GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Defines the a list of enum values. + public class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeEnumValues : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } - - /// The Crowd Compute question ID. - [Newtonsoft.Json.JsonPropertyAttribute("questionId")] - public virtual string QuestionId { get; set; } + /// The individual values that this enum values type can include. + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for the ReviewDocument method. - public class GoogleCloudDocumentaiV1ReviewDocumentRequest : Google.Apis.Requests.IDirectResponseSchema + /// Defines properties that can be part of the entity type. + public class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty : Google.Apis.Requests.IDirectResponseSchema { - /// The document schema of the human review task. - [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] - public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; } + /// + /// The description of the property. Could be used to provide more information about the property for model + /// calls. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// Whether the validation should be performed on the ad-hoc review request. - [Newtonsoft.Json.JsonPropertyAttribute("enableSchemaValidation")] - public virtual System.Nullable EnableSchemaValidation { get; set; } + /// User defined name for the property. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// An inline document proto. - [Newtonsoft.Json.JsonPropertyAttribute("inlineDocument")] - public virtual GoogleCloudDocumentaiV1Document InlineDocument { get; set; } + /// Specifies how the entity's value is obtained. + [Newtonsoft.Json.JsonPropertyAttribute("method")] + public virtual string Method { get; set; } - /// The priority of the human review task. - [Newtonsoft.Json.JsonPropertyAttribute("priority")] - public virtual string Priority { get; set; } + /// The name of the property. Follows the same guidelines as the EntityType name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Occurrence type limits the number of instances an entity type appears in the document. + [Newtonsoft.Json.JsonPropertyAttribute("occurrenceType")] + public virtual string OccurrenceType { get; set; } + + /// Any additional metadata about the property can be added here. + [Newtonsoft.Json.JsonPropertyAttribute("propertyMetadata")] + public virtual GoogleCloudDocumentaiV1beta3PropertyMetadata PropertyMetadata { get; set; } + + /// + /// A reference to the value type of the property. This type is subject to the same conventions as the + /// `Entity.base_types` field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("valueType")] + public virtual string ValueType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the ReviewDocument method. - public class GoogleCloudDocumentaiV1ReviewDocumentResponse : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for global schema behavior. + public class GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The Cloud Storage uri for the human reviewed document if the review is succeeded. - [Newtonsoft.Json.JsonPropertyAttribute("gcsDestination")] - public virtual string GcsDestination { get; set; } + /// If true, on a given page, there can be multiple `document` annotations covering it. + [Newtonsoft.Json.JsonPropertyAttribute("documentAllowMultipleLabels")] + public virtual System.Nullable DocumentAllowMultipleLabels { get; set; } - /// The reason why the review is rejected by reviewer. - [Newtonsoft.Json.JsonPropertyAttribute("rejectionReason")] - public virtual string RejectionReason { get; set; } + /// + /// If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be + /// applied to the entire document (classification). + /// + [Newtonsoft.Json.JsonPropertyAttribute("documentSplitter")] + public virtual System.Nullable DocumentSplitter { get; set; } - /// The state of the review operation. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// If set, all the nested entities must be prefixed with the parents. + [Newtonsoft.Json.JsonPropertyAttribute("prefixedNamingOnProperties")] + public virtual System.Nullable PrefixedNamingOnProperties { get; set; } + + /// + /// If set, we will skip the naming format validation in the schema. So the string values in + /// `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked. + /// + [Newtonsoft.Json.JsonPropertyAttribute("skipNamingValidation")] + public virtual System.Nullable SkipNamingValidation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the SetDefaultProcessorVersion method. - public class GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the EnableProcessor method. + public class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for the SetDefaultProcessorVersion method. - public class GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema + /// + /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. + /// + public class GoogleCloudDocumentaiV1beta3EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Required. The resource name of child ProcessorVersion to use as default. Format: - /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{version}` - /// - [Newtonsoft.Json.JsonPropertyAttribute("defaultProcessorVersion")] - public virtual string DefaultProcessorVersion { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the SetDefaultProcessorVersion method. - public class GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about an entity type. + public class GoogleCloudDocumentaiV1beta3EntityTypeMetadata : Google.Apis.Requests.IDirectResponseSchema { + /// Whether the entity type should be considered inactive. + [Newtonsoft.Json.JsonPropertyAttribute("inactive")] + public virtual System.Nullable Inactive { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// The metadata that represents a processor version being created. - public class GoogleCloudDocumentaiV1TrainProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } - - /// The test dataset validation information. - [Newtonsoft.Json.JsonPropertyAttribute("testDatasetValidation")] - public virtual GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation TestDatasetValidation { get; set; } - - /// The training dataset validation information. - [Newtonsoft.Json.JsonPropertyAttribute("trainingDatasetValidation")] - public virtual GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation TrainingDatasetValidation { get; set; } + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The dataset validation information. This includes any and all errors with documents and the dataset. - /// - public class GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation : Google.Apis.Requests.IDirectResponseSchema + /// Response of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The total number of dataset errors. - [Newtonsoft.Json.JsonPropertyAttribute("datasetErrorCount")] - public virtual System.Nullable DatasetErrorCount { get; set; } - - /// - /// Error information for the dataset as a whole. A maximum of 10 dataset errors will be returned. A single - /// dataset error is terminal for training. - /// - [Newtonsoft.Json.JsonPropertyAttribute("datasetErrors")] - public virtual System.Collections.Generic.IList DatasetErrors { get; set; } - - /// The total number of document errors. - [Newtonsoft.Json.JsonPropertyAttribute("documentErrorCount")] - public virtual System.Nullable DocumentErrorCount { get; set; } - - /// - /// Error information pertaining to specific documents. A maximum of 10 document errors will be returned. Any - /// document with errors will not be used throughout training. - /// - [Newtonsoft.Json.JsonPropertyAttribute("documentErrors")] - public virtual System.Collections.Generic.IList DocumentErrors { get; set; } + /// The resource name of the created evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for the TrainProcessorVersion method. - public class GoogleCloudDocumentaiV1TrainProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema + /// Evaluation metrics, either in aggregate or about a specific entity. + public class GoogleCloudDocumentaiV1beta3EvaluationMetrics : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. The processor version to use as a base for training. This processor version must be a child of - /// `parent`. Format: - /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("baseProcessorVersion")] - public virtual string BaseProcessorVersion { get; set; } + /// The calculated f1 score. + [Newtonsoft.Json.JsonPropertyAttribute("f1Score")] + public virtual System.Nullable F1Score { get; set; } - /// Options to control Custom Document Extraction (CDE) Processor. - [Newtonsoft.Json.JsonPropertyAttribute("customDocumentExtractionOptions")] - public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions CustomDocumentExtractionOptions { get; set; } + /// The amount of false negatives. + [Newtonsoft.Json.JsonPropertyAttribute("falseNegativesCount")] + public virtual System.Nullable FalseNegativesCount { get; set; } - /// Optional. The schema the processor version will be trained with. - [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] - public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; } + /// The amount of false positives. + [Newtonsoft.Json.JsonPropertyAttribute("falsePositivesCount")] + public virtual System.Nullable FalsePositivesCount { get; set; } - /// Options to control foundation model tuning of a processor. - [Newtonsoft.Json.JsonPropertyAttribute("foundationModelTuningOptions")] - public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions FoundationModelTuningOptions { get; set; } + /// The amount of documents with a ground truth occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthDocumentCount")] + public virtual System.Nullable GroundTruthDocumentCount { get; set; } - /// Optional. The input data used to train the ProcessorVersion. - [Newtonsoft.Json.JsonPropertyAttribute("inputData")] - public virtual GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData InputData { get; set; } + /// The amount of occurrences in ground truth documents. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthOccurrencesCount")] + public virtual System.Nullable GroundTruthOccurrencesCount { get; set; } - /// Required. The processor version to be created. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] - public virtual GoogleCloudDocumentaiV1ProcessorVersion ProcessorVersion { get; set; } + /// The calculated precision. + [Newtonsoft.Json.JsonPropertyAttribute("precision")] + public virtual System.Nullable Precision { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The amount of documents with a predicted occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("predictedDocumentCount")] + public virtual System.Nullable PredictedDocumentCount { get; set; } - /// Options to control the training of the Custom Document Extraction (CDE) Processor. - public class GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. Training method to use for CDE training. - [Newtonsoft.Json.JsonPropertyAttribute("trainingMethod")] - public virtual string TrainingMethod { get; set; } + /// The amount of occurrences in predicted documents. + [Newtonsoft.Json.JsonPropertyAttribute("predictedOccurrencesCount")] + public virtual System.Nullable PredictedOccurrencesCount { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The calculated recall. + [Newtonsoft.Json.JsonPropertyAttribute("recall")] + public virtual System.Nullable Recall { get; set; } - /// Options to control foundation model tuning of the processor. - public class GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Optional. The multiplier to apply to the recommended learning rate. Valid values are between 0.1 and 10. If - /// not provided, recommended learning rate will be used. - /// - [Newtonsoft.Json.JsonPropertyAttribute("learningRateMultiplier")] - public virtual System.Nullable LearningRateMultiplier { get; set; } + /// The amount of documents that had an occurrence of this label. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentsCount")] + public virtual System.Nullable TotalDocumentsCount { get; set; } - /// - /// Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, - /// recommended steps will be used. - /// - [Newtonsoft.Json.JsonPropertyAttribute("trainSteps")] - public virtual System.Nullable TrainSteps { get; set; } + /// The amount of true positives. + [Newtonsoft.Json.JsonPropertyAttribute("truePositivesCount")] + public virtual System.Nullable TruePositivesCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The input data used to train a new ProcessorVersion. - public class GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData : Google.Apis.Requests.IDirectResponseSchema + /// Gives a short summary of an evaluation, and links to the evaluation itself. + public class GoogleCloudDocumentaiV1beta3EvaluationReference : Google.Apis.Requests.IDirectResponseSchema { - /// The documents used for testing the trained version. - [Newtonsoft.Json.JsonPropertyAttribute("testDocuments")] - public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig TestDocuments { get; set; } + /// An aggregate of the statistics for the evaluation with fuzzy matching on. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetrics")] + public virtual GoogleCloudDocumentaiV1beta3EvaluationMetrics AggregateMetrics { get; set; } - /// The documents used for training the new version. - [Newtonsoft.Json.JsonPropertyAttribute("trainingDocuments")] - public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig TrainingDocuments { get; set; } + /// An aggregate of the statistics for the evaluation with fuzzy matching off. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetricsExact")] + public virtual GoogleCloudDocumentaiV1beta3EvaluationMetrics AggregateMetricsExact { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The resource name of the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } - /// The response for TrainProcessorVersion. - public class GoogleCloudDocumentaiV1TrainProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The resource name of the processor version produced by training. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] - public virtual string ProcessorVersion { get; set; } + /// The resource name of the Long Running Operation for the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the UndeployProcessorVersion method. - public class GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for how this field value is extracted. + public class GoogleCloudDocumentaiV1beta3FieldExtractionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1CommonOperationMetadata CommonMetadata { get; set; } + /// Summary options config. + [Newtonsoft.Json.JsonPropertyAttribute("summaryOptions")] + public virtual GoogleCloudDocumentaiV1beta3SummaryOptions SummaryOptions { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Request message for the UndeployProcessorVersion method. - public class GoogleCloudDocumentaiV1UndeployProcessorVersionRequest : Google.Apis.Requests.IDirectResponseSchema + /// Specifies all documents on Cloud Storage with a common prefix. + public class GoogleCloudDocumentaiV1beta3GcsPrefix : Google.Apis.Requests.IDirectResponseSchema { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The URI prefix. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUriPrefix")] + public virtual string GcsUriPrefix { get; set; } - /// Response message for the UndeployProcessorVersion method. - public class GoogleCloudDocumentaiV1UndeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original - /// image. - /// - public class GoogleCloudDocumentaiV1Vertex : Google.Apis.Requests.IDirectResponseSchema + /// The status of human review on a processed document. + public class GoogleCloudDocumentaiV1beta3HumanReviewStatus : Google.Apis.Requests.IDirectResponseSchema { - /// X coordinate. - [Newtonsoft.Json.JsonPropertyAttribute("x")] - public virtual System.Nullable X { get; set; } + /// + /// The name of the operation triggered by the processed document. This field is populated only when the state + /// is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation + /// returned by ReviewDocument. + /// + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewOperation")] + public virtual string HumanReviewOperation { get; set; } - /// Y coordinate (starts from the top of the image). - [Newtonsoft.Json.JsonPropertyAttribute("y")] - public virtual System.Nullable Y { get; set; } + /// The state of human review on the processing request. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// A message providing more details about the human review state. + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata of the import document operation. + public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Total number of documents that failed to be deleted in storage. - [Newtonsoft.Json.JsonPropertyAttribute("errorDocumentCount")] - public virtual System.Nullable ErrorDocumentCount { get; set; } + /// Validation statuses of the batch documents import config. + [Newtonsoft.Json.JsonPropertyAttribute("importConfigValidationResults")] + public virtual System.Collections.Generic.IList ImportConfigValidationResults { get; set; } /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualBatchDeleteStatuses")] - public virtual System.Collections.Generic.IList IndividualBatchDeleteStatuses { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("individualImportStatuses")] + public virtual System.Collections.Generic.IList IndividualImportStatuses { get; set; } - /// Total number of documents deleting from dataset. + /// Total number of the documents that are qualified for importing. [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] public virtual System.Nullable TotalDocumentCount { get; set; } @@ -6781,14 +9569,17 @@ public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata : Google.A public virtual string ETag { get; set; } } - /// The status of each individual document in the batch delete process. - public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus : Google.Apis.Requests.IDirectResponseSchema + /// + /// The validation status of each import config. Status is set to an error if there are no documents to import in + /// the `import_config`, or `OK` if the operation will try to proceed with at least one document. + /// + public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiV1beta3DocumentId DocumentId { get; set; } + /// The source Cloud Storage URI specified in the import config. + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } - /// The status of deleting the document in storage. + /// The validation status of import config. [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual GoogleRpcStatus Status { get; set; } @@ -6796,161 +9587,72 @@ public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualB public virtual string ETag { get; set; } } - /// Response of the delete documents operation. - public class GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// The status of each individual document in the import process. + public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus : Google.Apis.Requests.IDirectResponseSchema { + /// The source Cloud Storage URI of the document. + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } + + /// The document id of imported document if it was successful, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("outputDocumentId")] + public virtual GoogleCloudDocumentaiV1beta3DocumentId OutputDocumentId { get; set; } + + /// The status of the importing of the document. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for BatchProcessDocuments. - public class GoogleCloudDocumentaiV1beta3BatchProcessMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Response of the import document operation. + public class GoogleCloudDocumentaiV1beta3ImportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; - - /// The creation time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualProcessStatuses")] - public virtual System.Collections.Generic.IList IndividualProcessStatuses { get; set; } - - /// The state of the current batch processing. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } - - /// - /// A message providing more details about the current state of processing. For example, the error message if - /// the operation is failed. - /// - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; - - /// The last update time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of a each individual document in the batch process. - public class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the ImportProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The name of the operation triggered by the processed document. If the human review process isn't triggered, - /// this field will be empty. It has the same response type and metadata as the long-running operation returned - /// by the ReviewDocument method. - /// - [Newtonsoft.Json.JsonPropertyAttribute("humanReviewOperation")] - public virtual string HumanReviewOperation { get; set; } - - /// The status of human review on the processed document. - [Newtonsoft.Json.JsonPropertyAttribute("humanReviewStatus")] - public virtual GoogleCloudDocumentaiV1beta3HumanReviewStatus HumanReviewStatus { get; set; } - - /// - /// The source of the document, same as the input_gcs_source field in the request when the batch process - /// started. - /// - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } - - /// - /// The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the - /// processed document if it was successful, otherwise empty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] - public virtual string OutputGcsDestination { get; set; } - - /// The status processing the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// The basic metadata for the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for BatchProcessDocuments. - public class GoogleCloudDocumentaiV1beta3BatchProcessResponse : Google.Apis.Requests.IDirectResponseSchema - { + /// The response message for the ImportProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The destination processor version name. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// The common metadata for long running operations. - public class GoogleCloudDocumentaiV1beta3CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// + /// The first-class citizen for Document AI. Each processor defines how to extract structural information from a + /// document. + /// + public class GoogleCloudDocumentaiV1beta3Processor : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version + /// Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} + /// + [Newtonsoft.Json.JsonPropertyAttribute("activeSchemaVersion")] + public virtual string ActiveSchemaVersion { get; set; } + private string _createTimeRaw; private object _createTime; - /// The creation time of the operation. + /// Output only. The time the processor was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -6983,79 +9685,36 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// A related resource to this operation. - [Newtonsoft.Json.JsonPropertyAttribute("resource")] - public virtual string Resource { get; set; } - - /// The state of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } - - /// A message providing more details about the current state of processing. - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; - - /// The last update time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The default processor version. + [Newtonsoft.Json.JsonPropertyAttribute("defaultProcessorVersion")] + public virtual string DefaultProcessorVersion { get; set; } - /// A singleton resource under a Processor which configures a collection of documents. - public class GoogleCloudDocumentaiV1beta3Dataset : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. Deprecated. Warehouse-based dataset configuration is not supported. - [Newtonsoft.Json.JsonPropertyAttribute("documentWarehouseConfig")] - public virtual GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig DocumentWarehouseConfig { get; set; } + /// The display name of the processor. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } /// - /// Optional. User-managed Cloud Storage dataset configuration. Use this configuration if the dataset documents - /// are stored under a user-managed Cloud Storage location. + /// The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK + /// scenarios. /// - [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedConfig")] - public virtual GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig GcsManagedConfig { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } /// - /// Dataset resource name. Format: `projects/{project}/locations/{location}/processors/{processor}/dataset` + /// Output only. Immutable. The resource name of the processor. Format: + /// `projects/{project}/locations/{location}/processors/{processor}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// Output only. Immutable. The http endpoint that can be called to invoke processing. + [Newtonsoft.Json.JsonPropertyAttribute("processEndpoint")] + public virtual string ProcessEndpoint { get; set; } + + /// Output only. The processor version aliases. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersionAliases")] + public virtual System.Collections.Generic.IList ProcessorVersionAliases { get; set; } + /// Output only. Reserved for future use. [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] public virtual System.Nullable SatisfiesPzi { get; set; } @@ -7064,337 +9723,247 @@ public class GoogleCloudDocumentaiV1beta3Dataset : Google.Apis.Requests.IDirectR [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] public virtual System.Nullable SatisfiesPzs { get; set; } - /// - /// Optional. A lightweight indexing source with low latency and high reliability, but lacking advanced features - /// like CMEK and content-based search. - /// - [Newtonsoft.Json.JsonPropertyAttribute("spannerIndexingConfig")] - public virtual GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig SpannerIndexingConfig { get; set; } - - /// Required. State of the dataset. Ignored when updating dataset. + /// Output only. The state of the processor. [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } /// - /// Optional. Unmanaged dataset configuration. Use this configuration if the dataset documents are managed by - /// the document service internally (not user-managed). - /// - [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDatasetConfig")] - public virtual GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig UnmanagedDatasetConfig { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Configuration specific to the Document AI Warehouse-based implementation. - public class GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Output only. The collection in Document AI Warehouse associated with the dataset. - [Newtonsoft.Json.JsonPropertyAttribute("collection")] - public virtual string Collection { get; set; } - - /// Output only. The schema in Document AI Warehouse associated with the dataset. - [Newtonsoft.Json.JsonPropertyAttribute("schema")] - public virtual string Schema { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Configuration specific to the Cloud Storage-based implementation. - public class GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored. + /// The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see + /// FetchProcessorTypes. /// - [Newtonsoft.Json.JsonPropertyAttribute("gcsPrefix")] - public virtual GoogleCloudDocumentaiV1beta3GcsPrefix GcsPrefix { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Configuration specific to spanner-based indexing. - public class GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Configuration specific to an unmanaged dataset. - public class GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The long-running operation metadata for the DeleteProcessor method. - public class GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeleteProcessorVersion method. - public class GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// + /// A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained + /// by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its + /// document-processing behavior is defined by that version. + /// + public class GoogleCloudDocumentaiV1beta3ProcessorVersion : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private string _createTimeRaw; - /// The long-running operation metadata for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } + private object _createTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The time the processor version was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// Response message for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// The long-running operation metadata for the DisableProcessor method. - public class GoogleCloudDocumentaiV1beta3DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. If set, information about the eventual deprecation of this version. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationInfo")] + public virtual GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo DeprecationInfo { get; set; } - /// - /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. - /// - public class GoogleCloudDocumentaiV1beta3DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The display name of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Document Identifier. - public class GoogleCloudDocumentaiV1beta3DocumentId : Google.Apis.Requests.IDirectResponseSchema - { - /// A document id within user-managed Cloud Storage. - [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedDocId")] - public virtual GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; } + /// Output only. The schema of the processor version. Describes the output. + [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] + public virtual GoogleCloudDocumentaiV1beta3DocumentSchema DocumentSchema { get; set; } - /// Points to a specific revision of the document if set. - [Newtonsoft.Json.JsonPropertyAttribute("revisionRef")] - public virtual GoogleCloudDocumentaiV1beta3RevisionRef RevisionRef { get; set; } + /// Output only. Information about Generative AI model-based processor versions. + [Newtonsoft.Json.JsonPropertyAttribute("genAiModelInfo")] + public virtual GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo GenAiModelInfo { get; set; } - /// A document id within unmanaged dataset. - [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDocId")] - public virtual GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; } + /// Output only. Denotes that this `ProcessorVersion` is managed by Google. + [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] + public virtual System.Nullable GoogleManaged { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The KMS key name used for encryption. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } - /// - /// Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option. - /// - public class GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId : Google.Apis.Requests.IDirectResponseSchema - { - /// Id of the document (indexed) managed by Content Warehouse. - [Newtonsoft.Json.JsonPropertyAttribute("cwDocId")] - public virtual string CwDocId { get; set; } + /// Output only. The KMS key version with which data is encrypted. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersionName")] + public virtual string KmsKeyVersionName { get; set; } - /// Required. The Cloud Storage URI where the actual document is stored. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] - public virtual string GcsUri { get; set; } + /// Output only. The most recently invoked evaluation for the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("latestEvaluation")] + public virtual GoogleCloudDocumentaiV1beta3EvaluationReference LatestEvaluation { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The model type of this processor version. + [Newtonsoft.Json.JsonPropertyAttribute("modelType")] + public virtual string ModelType { get; set; } - /// Identifies a document uniquely within the scope of a dataset in unmanaged option. - public class GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. The id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("docId")] - public virtual string DocId { get; set; } + /// + /// Identifier. The resource name of the processor version. Format: + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } - /// The long-running operation metadata for the EnableProcessor method. - public class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The state of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } - /// - /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. - /// - public class GoogleCloudDocumentaiV1beta3EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Contains the alias and the aliased resource name of processor version. + public class GoogleCloudDocumentaiV1beta3ProcessorVersionAlias : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The alias in the form of `processor_version` resource name. + [Newtonsoft.Json.JsonPropertyAttribute("alias")] + public virtual string Alias { get; set; } + + /// The resource name of aliased processor version. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// Information about the upcoming deprecation of this processor version. + public class GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The resource name of the created evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] - public virtual string Evaluation { get; set; } + private string _deprecationTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _deprecationTime; - /// Specifies all documents on Cloud Storage with a common prefix. - public class GoogleCloudDocumentaiV1beta3GcsPrefix : Google.Apis.Requests.IDirectResponseSchema - { - /// The URI prefix. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUriPrefix")] - public virtual string GcsUriPrefix { get; set; } + /// The time at which this processor version will be deprecated. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationTime")] + public virtual string DeprecationTimeRaw + { + get => _deprecationTimeRaw; + set + { + _deprecationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deprecationTimeRaw = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeprecationTimeDateTimeOffset instead.")] + public virtual object DeprecationTime + { + get => _deprecationTime; + set + { + _deprecationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deprecationTime = value; + } + } - /// The status of human review on a processed document. - public class GoogleCloudDocumentaiV1beta3HumanReviewStatus : Google.Apis.Requests.IDirectResponseSchema - { /// - /// The name of the operation triggered by the processed document. This field is populated only when the state - /// is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation - /// returned by ReviewDocument. + /// representation of . /// - [Newtonsoft.Json.JsonPropertyAttribute("humanReviewOperation")] - public virtual string HumanReviewOperation { get; set; } - - /// The state of human review on the processing request. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeprecationTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeprecationTimeRaw); + set => DeprecationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// A message providing more details about the human review state. - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } + /// If set, the processor version that will be used as a replacement. + [Newtonsoft.Json.JsonPropertyAttribute("replacementProcessorVersion")] + public virtual string ReplacementProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata of the import document operation. - public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Information about Generative AI model-based processor versions. + public class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } - - /// Validation statuses of the batch documents import config. - [Newtonsoft.Json.JsonPropertyAttribute("importConfigValidationResults")] - public virtual System.Collections.Generic.IList ImportConfigValidationResults { get; set; } - - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualImportStatuses")] - public virtual System.Collections.Generic.IList IndividualImportStatuses { get; set; } + /// Information for a custom Generative AI model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customGenAiModelInfo")] + public virtual GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo CustomGenAiModelInfo { get; set; } - /// Total number of the documents that are qualified for importing. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } + /// Information for a pretrained Google-managed foundation model. + [Newtonsoft.Json.JsonPropertyAttribute("foundationGenAiModelInfo")] + public virtual GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo FoundationGenAiModelInfo { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// The validation status of each import config. Status is set to an error if there are no documents to import in - /// the `import_config`, or `OK` if the operation will try to proceed with at least one document. + /// Information for a custom Generative AI model created by the user. These are created with `Create New Version` in + /// either the `Call foundation model` or `Fine tuning` tabs. /// - public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The source Cloud Storage URI specified in the import config. - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } + /// The base processor version ID for the custom model. + [Newtonsoft.Json.JsonPropertyAttribute("baseProcessorVersionId")] + public virtual string BaseProcessorVersionId { get; set; } - /// The validation status of import config. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// The type of custom model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customModelType")] + public virtual string CustomModelType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the import process. - public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus : Google.Apis.Requests.IDirectResponseSchema + /// Information for a pretrained Google-managed foundation model. + public class GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The source Cloud Storage URI of the document. - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } - - /// The document id of imported document if it was successful, otherwise empty. - [Newtonsoft.Json.JsonPropertyAttribute("outputDocumentId")] - public virtual GoogleCloudDocumentaiV1beta3DocumentId OutputDocumentId { get; set; } - - /// The status of the importing of the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// Whether finetuning is allowed for this base processor version. + [Newtonsoft.Json.JsonPropertyAttribute("finetuningAllowed")] + public virtual System.Nullable FinetuningAllowed { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The minimum number of labeled documents in the training dataset required for finetuning. + [Newtonsoft.Json.JsonPropertyAttribute("minTrainLabeledDocuments")] + public virtual System.Nullable MinTrainLabeledDocuments { get; set; } - /// Response of the import document operation. - public class GoogleCloudDocumentaiV1beta3ImportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the ImportProcessorVersion method. - public class GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about a property. + public class GoogleCloudDocumentaiV1beta3PropertyMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata for the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Field extraction metadata on the property. + [Newtonsoft.Json.JsonPropertyAttribute("fieldExtractionMetadata")] + public virtual GoogleCloudDocumentaiV1beta3FieldExtractionMetadata FieldExtractionMetadata { get; set; } - /// The response message for the ImportProcessorVersion method. - public class GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The destination processor version name. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] - public virtual string ProcessorVersion { get; set; } + /// Whether the property should be considered as "inactive". + [Newtonsoft.Json.JsonPropertyAttribute("inactive")] + public virtual System.Nullable Inactive { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -7560,6 +10129,21 @@ public class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse : Go public virtual string ETag { get; set; } } + /// Metadata for document summarization. + public class GoogleCloudDocumentaiV1beta3SummaryOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// The format the summary should be in. + [Newtonsoft.Json.JsonPropertyAttribute("format")] + public virtual string Format { get; set; } + + /// How long the summary should be. + [Newtonsoft.Json.JsonPropertyAttribute("length")] + public virtual string Length { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The metadata that represents a processor version being created. public class GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -7649,6 +10233,17 @@ public class GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata : Google public virtual string ETag { get; set; } } + /// The long-running operation metadata for the UpdateProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata for the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The response message for Locations.ListLocations. public class GoogleCloudLocationListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj b/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj index 561a339c314..15df12e9304 100644 --- a/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj +++ b/Src/Generated/Google.Apis.Document.v1/Google.Apis.Document.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Document.v1 Client Library - 1.71.0.3924 + 1.72.0.3964 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.cs b/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.cs index 702dfae88ec..27b6189b0a8 100644 --- a/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.cs +++ b/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.cs @@ -295,6 +295,7 @@ public LocationsResource(Google.Apis.Services.IClientService service) Operations = new OperationsResource(service); ProcessorTypes = new ProcessorTypesResource(service); Processors = new ProcessorsResource(service); + Schemas = new SchemasResource(service); } /// Gets the Operations resource. @@ -2680,558 +2681,1871 @@ protected override void InitParameters() } } - /// - /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. - /// - /// - /// Required. The location of processor types to list. Format: `projects/{project}/locations/{location}`. - /// - public virtual FetchProcessorTypesRequest FetchProcessorTypes(string parent) - { - return new FetchProcessorTypesRequest(this.service, parent); - } + /// Gets the Schemas resource. + public virtual SchemasResource Schemas { get; } - /// - /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. - /// - public class FetchProcessorTypesRequest : DocumentBaseServiceRequest + /// The "schemas" collection of methods. + public class SchemasResource { - /// Constructs a new FetchProcessorTypes request. - public FetchProcessorTypesRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + private const string Resource = "schemas"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public SchemasResource(Google.Apis.Services.IClientService service) { - Parent = parent; - InitParameters(); + this.service = service; + SchemaVersions = new SchemaVersionsResource(service); } - /// - /// Required. The location of processor types to list. Format: - /// `projects/{project}/locations/{location}`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Gets the SchemaVersions resource. + public virtual SchemaVersionsResource SchemaVersions { get; } - /// Gets the method name. - public override string MethodName => "fetchProcessorTypes"; + /// The "schemaVersions" collection of methods. + public class SchemaVersionsResource + { + private const string Resource = "schemaVersions"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// Gets the REST path. - public override string RestPath => "v1beta3/{+parent}:fetchProcessorTypes"; + /// Constructs a new resource. + public SchemaVersionsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// Initializes FetchProcessorTypes parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + /// Creates a schema version. + /// The body of the request. + /// + /// Required. The parent (project and location) under which to create the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual CreateRequest Create(Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3SchemaVersion body, string parent) { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + return new CreateRequest(this.service, body, parent); + } - /// Gets information about a location. - /// Resource name for the location. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Creates a schema version. + public class CreateRequest : DocumentBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3SchemaVersion body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets information about a location. - public class GetRequest : DocumentBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The parent (project and location) under which to create the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Resource name for the location. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets or sets the body of this request. + Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3SchemaVersion Body { get; set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the REST path. - public override string RestPath => "v1beta3/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1beta3/{+parent}/schemaVersions"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + } + } + + /// Deletes a schema version. + /// + /// Required. The name of the SchemaVersion to delete. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + public virtual DeleteRequest Delete(string name) { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + return new DeleteRequest(this.service, name); + } - /// Lists information about the supported locations for this service. - /// The resource that owns the locations collection, if applicable. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// Deletes a schema version. + public class DeleteRequest : DocumentBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Lists information about the supported locations for this service. - public class ListRequest : DocumentBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// + /// Required. The name of the SchemaVersion to delete. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// The resource that owns the locations collection, if applicable. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Gets the method name. + public override string MethodName => "delete"; - /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. - /// - [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// - /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like - /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}"; - /// - /// The maximum number of results to return. If not set, the service selects a default. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + }); + } + } - /// - /// A page token received from the `next_page_token` field in the response. Send that page token to - /// receive the subsequent page. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Generates a schema version. + /// The body of the request. + /// + /// Required. The parent (project, location and schema) under which to generate the SchemaVersion. + /// Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual GenerateRequest Generate(Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest body, string parent) + { + return new GenerateRequest(this.service, body, parent); + } + + /// Generates a schema version. + public class GenerateRequest : DocumentBaseServiceRequest + { + /// Constructs a new Generate request. + public GenerateRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent (project, location and schema) under which to generate the + /// SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "generate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+parent}/schemaVersions:generate"; + + /// Initializes Generate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + } + } + + /// Gets a schema version. + /// + /// Required. The name of the SchemaVersion to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a schema version. + public class GetRequest : DocumentBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the SchemaVersion to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + }); + } + } + + /// Lists SchemaVersions. + /// + /// Required. Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists SchemaVersions. + public class ListRequest : DocumentBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. Format: `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The maximum number of SchemaVersion to return. If unspecified, at most `10` + /// SchemaVersion will be returned. The maximum value is `20`. Values above `20` will be coerced + /// to `20`. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. We will return the SchemaVersion sorted by creation time. The page token will + /// point to the next SchemaVersion. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+parent}/schemaVersions"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a schema version. Editable fields are: - `display_name` - `labels` + /// The body of the request. + /// + /// Identifier. The resource name of the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + public virtual PatchRequest Patch(Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3SchemaVersion body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a schema version. Editable fields are: - `display_name` - `labels` + public class PatchRequest : DocumentBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3SchemaVersion body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The resource name of the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The update mask to apply to the resource. **Note:** Only the following fields can + /// be updated: - display_name. - labels. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3SchemaVersion Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a schema. + /// The body of the request. + /// + /// Required. The parent (project and location) under which to create the Schema. Format: + /// `projects/{project}/locations/{location}` + /// + public virtual CreateRequest Create(Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3NextSchema body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a schema. + public class CreateRequest : DocumentBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3NextSchema body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent (project and location) under which to create the Schema. Format: + /// `projects/{project}/locations/{location}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3NextSchema Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+parent}/schemas"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Deletes a schema. + /// + /// Required. The name of the Schema to be deleted. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a schema. + public class DeleteRequest : DocumentBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Schema to be deleted. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. If set to true, any child resources of this Schema will also be deleted. (Otherwise, + /// the request will only work if the Schema has no child resources.) + /// + [Google.Apis.Util.RequestParameterAttribute("force", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable Force { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + RequestParameters.Add("force", new Google.Apis.Discovery.Parameter + { + Name = "force", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets a schema. + /// + /// Required. The name of the Schema to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a schema. + public class GetRequest : DocumentBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the Schema to get. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + } + } + + /// Lists Schemas. + /// Required. Format: `projects/{project}/locations/{location}` + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists Schemas. + public class ListRequest : DocumentBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// Required. Format: `projects/{project}/locations/{location}` + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The maximum number of schema groups to return. If unspecified, at most `10` Schema + /// will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. We will return the schema groups sorted by creation time. The page token will point to + /// the next Schema. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+parent}/schemas"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a schema. Editable fields are: - `display_name` - `labels` + /// The body of the request. + /// + /// Identifier. The resource name of the Schema. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + public virtual PatchRequest Patch(Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3NextSchema body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a schema. Editable fields are: - `display_name` - `labels` + public class PatchRequest : DocumentBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3NextSchema body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. The resource name of the Schema. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. The update mask to apply to the resource. **Note:** Only the following fields can be + /// updated: - display_name. - labels. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.Document.v1beta3.Data.GoogleCloudDocumentaiV1beta3NextSchema Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/schemas/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// + /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. + /// + /// + /// Required. The location of processor types to list. Format: `projects/{project}/locations/{location}`. + /// + public virtual FetchProcessorTypesRequest FetchProcessorTypes(string parent) + { + return new FetchProcessorTypesRequest(this.service, parent); + } + + /// + /// Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated. + /// + public class FetchProcessorTypesRequest : DocumentBaseServiceRequest + { + /// Constructs a new FetchProcessorTypes request. + public FetchProcessorTypesRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The location of processor types to list. Format: + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets the method name. + public override string MethodName => "fetchProcessorTypes"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+parent}:fetchProcessorTypes"; + + /// Initializes FetchProcessorTypes parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Gets information about a location. + /// Resource name for the location. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets information about a location. + public class GetRequest : DocumentBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Resource name for the location. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Lists information about the supported locations for this service. + /// The resource that owns the locations collection, if applicable. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// Lists information about the supported locations for this service. + public class ListRequest : DocumentBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The resource that owns the locations collection, if applicable. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. + /// + [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + + /// + /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like + /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of results to return. If not set, the service selects a default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token received from the `next_page_token` field in the response. Send that page token to + /// receive the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta3/{+name}/locations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+$", + }); + RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter + { + Name = "extraLocationTypes", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } +} +namespace Google.Apis.Document.v1beta3.Data +{ + /// + /// Definition of the validation rules. Those are the input to the validator logic and they are used to validate a + /// document. Next ID: 3 + /// + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("validationRules")] + public virtual System.Collections.Generic.IList ValidationRules { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Next ID: 9 + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("childAlignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule ChildAlignmentRule { get; set; } + + /// Description of the validation rule. This has no use but for documentation + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("entityAlignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule EntityAlignmentRule { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("fieldOccurrences")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences FieldOccurrences { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("fieldRegex")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex FieldRegex { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("formValidation")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation FormValidation { get; set; } + + /// Name of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Unique identifier of the rule. Optional. + [Newtonsoft.Json.JsonPropertyAttribute("ruleId")] + public virtual string RuleId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A rule for checking field alignment. Horizontal alignment checks if fields are on the same row by comparing + /// y-coordinates of bounding box centers, while vertical alignment checks if fields are on the same column by + /// comparing x-coordinates of bounding box centers. + /// + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("alignmentType")] + public virtual string AlignmentType { get; set; } + + /// The tolerance to use when comparing coordinates. + [Newtonsoft.Json.JsonPropertyAttribute("tolerance")] + public virtual System.Nullable Tolerance { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A rule that aligns specified child fields with a parent field. + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + { + /// The alignment rule to apply to the child fields. + [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } + + /// The child fields to be aligned within the parent field. + [Newtonsoft.Json.JsonPropertyAttribute("childFields")] + public virtual System.Collections.Generic.IList ChildFields { get; set; } + + /// The full path of the parent field. + [Newtonsoft.Json.JsonPropertyAttribute("parentField")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField ParentField { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The constant value used in the validation rules. + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("floatValue")] + public virtual System.Nullable FloatValue { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A rule that aligns specified fields with each other. + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + { + /// The alignment rule to apply to the fields. + [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } + + /// The fields to be aligned. + [Newtonsoft.Json.JsonPropertyAttribute("fields")] + public virtual System.Collections.Generic.IList Fields { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Default value to use if the field is not present. If the field is missing and the default value is not set, + /// the validation run as if the field is not present in the validation logic. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultValue")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant DefaultValue { get; set; } + + /// + /// The field name to validate. This can be a simple field name or a nested field one using the ':' (meant as an + /// aggregator) or '*' (meant as foreach) operators. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fieldName")] + public virtual string FieldName { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("maxOccurrences")] + public virtual System.Nullable MaxOccurrences { get; set; } + + /// + /// Min and max occurrences of the field. If not set, there is limit set. The defined interval is a + /// closed-closed interval, i.e. [min, max]. + /// + [Newtonsoft.Json.JsonPropertyAttribute("minOccurrences")] + public virtual System.Nullable MinOccurrences { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("field")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } + + /// Python regex to validate the field values. + [Newtonsoft.Json.JsonPropertyAttribute("pattern")] + public virtual string Pattern { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("leftOperand")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation LeftOperand { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("rightOperand")] + public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation RightOperand { get; set; } + + /// The relational operator to be applied to the operands. + [Newtonsoft.Json.JsonPropertyAttribute("validationOperator")] + public virtual string ValidationOperator { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation : Google.Apis.Requests.IDirectResponseSchema + { + /// A list of constants to be used as operands. + [Newtonsoft.Json.JsonPropertyAttribute("constants")] + public virtual System.Collections.Generic.IList Constants { get; set; } + + /// A list of fields to be used as operands. + [Newtonsoft.Json.JsonPropertyAttribute("fields")] + public virtual System.Collections.Generic.IList Fields { get; set; } + + /// The operation type to be applied to all the operands. + [Newtonsoft.Json.JsonPropertyAttribute("operationType")] + public virtual string OperationType { get; set; } + + /// A list of recursive operations to be used as operands. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual System.Collections.Generic.IList Operations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Metadata of the auto-labeling documents operation. + public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The list of individual auto-labeling statuses of the dataset documents. + [Newtonsoft.Json.JsonPropertyAttribute("individualAutoLabelStatuses")] + public virtual System.Collections.Generic.IList IndividualAutoLabelStatuses { get; set; } + + /// Total number of the auto-labeling documents. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of individual documents in the auto-labeling process. + public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the auto-labeled document. This will replace the gcs_uri. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of the document auto-labeling. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response proto of AutoLabelDocuments method. + public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// Total number of documents that failed to be deleted in storage. + [Newtonsoft.Json.JsonPropertyAttribute("errorDocumentCount")] + public virtual System.Nullable ErrorDocumentCount { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualBatchDeleteStatuses")] + public virtual System.Collections.Generic.IList IndividualBatchDeleteStatuses { get; set; } + + /// Total number of documents deleting from dataset. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the batch delete process. + public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of deleting the document in storage. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the delete documents operation. + public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The destination dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("destDatasetType")] + public virtual string DestDatasetType { get; set; } + + /// The destination dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("destSplitType")] + public virtual string DestSplitType { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualBatchMoveStatuses")] + public virtual System.Collections.Generic.IList IndividualBatchMoveStatuses { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the batch move process. + public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of moving the document. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the batch move documents operation. + public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualBatchUpdateStatuses")] + public virtual System.Collections.Generic.IList IndividualBatchUpdateStatuses { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of each individual document in the batch update process. + public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The document id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("documentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + + /// The status of updating the document in storage. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response of the batch update documents operation. + public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The common metadata for long running operations. + public class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// The creation time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// A related resource to this operation. + [Newtonsoft.Json.JsonPropertyAttribute("resource")] + public virtual string Resource { get; set; } + + /// The state of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// A message providing more details about the current state of processing. + [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] + public virtual string StateMessage { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// The last update time of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// Gets the method name. - public override string MethodName => "list"; + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets the REST path. - public override string RestPath => "v1beta3/{+name}/locations"; + /// The long-running operation metadata for the CreateLabelerPool method. + public class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+$", - }); - RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter - { - Name = "extraLocationTypes", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } } -} -namespace Google.Apis.Document.v1beta3.Data -{ - /// - /// Definition of the validation rules. Those are the input to the validator logic and they are used to validate a - /// document. - /// - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInput : Google.Apis.Requests.IDirectResponseSchema + + /// The long-running operation metadata for DeleteLabelerPool. + public class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("validationRules")] - public virtual System.Collections.Generic.IList ValidationRules { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the DeleteProcessor method. + public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("childAlignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule ChildAlignmentRule { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Description of the validation rule. This has no use but for documentation - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - [Newtonsoft.Json.JsonPropertyAttribute("entityAlignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule EntityAlignmentRule { get; set; } + /// The long-running operation metadata for the DeleteProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - [Newtonsoft.Json.JsonPropertyAttribute("fieldOccurrences")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences FieldOccurrences { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - [Newtonsoft.Json.JsonPropertyAttribute("fieldRegex")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex FieldRegex { get; set; } + /// The long-running operation metadata for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - [Newtonsoft.Json.JsonPropertyAttribute("formValidation")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation FormValidation { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Name of the validation rule. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Response message for the DeployProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The long-running operation metadata for the DisableProcessor method. + public class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// A rule for checking field alignment. Horizontal alignment checks if fields are on the same row by comparing - /// y-coordinates of bounding box centers, while vertical alignment checks if fields are on the same column by - /// comparing x-coordinates of bounding box centers. + /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. /// - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("alignmentType")] - public virtual string AlignmentType { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The tolerance to use when comparing coordinates. - [Newtonsoft.Json.JsonPropertyAttribute("tolerance")] - public virtual System.Nullable Tolerance { get; set; } + /// Document Identifier. + public class GoogleCloudDocumentaiUiv1beta3DocumentId : Google.Apis.Requests.IDirectResponseSchema + { + /// A document id within user-managed Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedDocId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; } + + /// Points to a specific revision of the document if set. + [Newtonsoft.Json.JsonPropertyAttribute("revisionRef")] + public virtual GoogleCloudDocumentaiUiv1beta3RevisionRef RevisionRef { get; set; } + + /// A document id within unmanaged dataset. + [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDocId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A rule that aligns specified child fields with a parent field. - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + /// + /// Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option. + /// + public class GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId : Google.Apis.Requests.IDirectResponseSchema { - /// The alignment rule to apply to the child fields. - [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } - - /// The child fields to be aligned within the parent field. - [Newtonsoft.Json.JsonPropertyAttribute("childFields")] - public virtual System.Collections.Generic.IList ChildFields { get; set; } + /// Id of the document (indexed) managed by Content Warehouse. + [Newtonsoft.Json.JsonPropertyAttribute("cwDocId")] + public virtual string CwDocId { get; set; } - /// The full path of the parent field. - [Newtonsoft.Json.JsonPropertyAttribute("parentField")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField ParentField { get; set; } + /// Required. The Cloud Storage URI where the actual document is stored. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The constant value used in the validation rules. - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant : Google.Apis.Requests.IDirectResponseSchema + /// Identifies a document uniquely within the scope of a dataset in unmanaged option. + public class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("floatValue")] - public virtual System.Nullable FloatValue { get; set; } + /// Required. The id of the document. + [Newtonsoft.Json.JsonPropertyAttribute("docId")] + public virtual string DocId { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A rule that aligns specified fields with each other. - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule : Google.Apis.Requests.IDirectResponseSchema + /// The schema defines the output of the processed document by a processor. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchema : Google.Apis.Requests.IDirectResponseSchema { - /// The alignment rule to apply to the fields. - [Newtonsoft.Json.JsonPropertyAttribute("alignmentRule")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule AlignmentRule { get; set; } + /// Description of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// The fields to be aligned. - [Newtonsoft.Json.JsonPropertyAttribute("fields")] - public virtual System.Collections.Generic.IList Fields { get; set; } + /// Display name to show to users. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Entity types of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypes")] + public virtual System.Collections.Generic.IList EntityTypes { get; set; } + + /// Metadata of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata Metadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField : Google.Apis.Requests.IDirectResponseSchema + /// + /// EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for + /// entity-based processors. Multiple types can also compose a dependency tree to represent nested types. + /// + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType : Google.Apis.Requests.IDirectResponseSchema { + /// The entity type that this type is derived from. For now, one and only one should be set. + [Newtonsoft.Json.JsonPropertyAttribute("baseTypes")] + public virtual System.Collections.Generic.IList BaseTypes { get; set; } + /// - /// Default value to use if the field is not present. If the field is missing and the default value is not set, - /// the validation run as if the field is not present in the validation logic. + /// The description of the entity type. Could be used to provide more information about the entity type for + /// model calls. /// - [Newtonsoft.Json.JsonPropertyAttribute("defaultValue")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant DefaultValue { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// User defined name for the type. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Metadata for the entity type. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypeMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata EntityTypeMetadata { get; set; } + + /// + /// If specified, lists all the possible values for this entity. This should not be more than a handful of + /// values. If the number of values is &gt;10 or could change frequently use the `EntityType.value_ontology` + /// field and specify a list of all possible values in a value ontology file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enumValues")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues EnumValues { get; set; } /// - /// The field name to validate. This can be a simple field name or a nested field one using the ':' (meant as an - /// aggregator) or '*' (meant as foreach) operators. + /// Name of the type. It must be unique within the schema file and cannot be a "Common Type". The following + /// naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive. - Maximum 64 + /// characters. - Must start with a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward + /// compatibility internal infrastructure and tooling can handle any ascii character.) - The `/` is sometimes + /// used to denote a property of a type. For example `line_item/amount`. This convention is deprecated, but will + /// still be honored for backward compatibility. /// - [Newtonsoft.Json.JsonPropertyAttribute("fieldName")] - public virtual string FieldName { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Description the nested structure, or composition of an entity. + [Newtonsoft.Json.JsonPropertyAttribute("properties")] + public virtual System.Collections.Generic.IList Properties { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences : Google.Apis.Requests.IDirectResponseSchema + /// Defines the a list of enum values. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeEnumValues : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("field")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("maxOccurrences")] - public virtual System.Nullable MaxOccurrences { get; set; } - - /// - /// Min and max occurrences of the field. If not set, there is limit set. The defined interval is a - /// closed-closed interval, i.e. [min, max]. - /// - [Newtonsoft.Json.JsonPropertyAttribute("minOccurrences")] - public virtual System.Nullable MinOccurrences { get; set; } + /// The individual values that this enum values type can include. + [Newtonsoft.Json.JsonPropertyAttribute("values")] + public virtual System.Collections.Generic.IList Values { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex : Google.Apis.Requests.IDirectResponseSchema + /// Defines properties that can be part of the entity type. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityTypeProperty : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("field")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField Field { get; set; } + /// + /// The description of the property. Could be used to provide more information about the property for model + /// calls. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// Python regex to validate the field values. - [Newtonsoft.Json.JsonPropertyAttribute("pattern")] - public virtual string Pattern { get; set; } + /// User defined name for the property. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Specifies how the entity's value is obtained. + [Newtonsoft.Json.JsonPropertyAttribute("method")] + public virtual string Method { get; set; } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation : Google.Apis.Requests.IDirectResponseSchema - { - [Newtonsoft.Json.JsonPropertyAttribute("leftOperand")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation LeftOperand { get; set; } + /// The name of the property. Follows the same guidelines as the EntityType name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - [Newtonsoft.Json.JsonPropertyAttribute("rightOperand")] - public virtual CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation RightOperand { get; set; } + /// Occurrence type limits the number of instances an entity type appears in the document. + [Newtonsoft.Json.JsonPropertyAttribute("occurrenceType")] + public virtual string OccurrenceType { get; set; } - /// The relational operator to be applied to the operands. - [Newtonsoft.Json.JsonPropertyAttribute("validationOperator")] - public virtual string ValidationOperator { get; set; } + /// Any additional metadata about the property can be added here. + [Newtonsoft.Json.JsonPropertyAttribute("propertyMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3PropertyMetadata PropertyMetadata { get; set; } + + /// + /// A reference to the value type of the property. This type is subject to the same conventions as the + /// `Entity.base_types` field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("valueType")] + public virtual string ValueType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidationOperation : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for global schema behavior. + public class GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// A list of constants to be used as operands. - [Newtonsoft.Json.JsonPropertyAttribute("constants")] - public virtual System.Collections.Generic.IList Constants { get; set; } + /// If true, on a given page, there can be multiple `document` annotations covering it. + [Newtonsoft.Json.JsonPropertyAttribute("documentAllowMultipleLabels")] + public virtual System.Nullable DocumentAllowMultipleLabels { get; set; } - /// A list of fields to be used as operands. - [Newtonsoft.Json.JsonPropertyAttribute("fields")] - public virtual System.Collections.Generic.IList Fields { get; set; } + /// + /// If true, a `document` entity type can be applied to subdocument (splitting). Otherwise, it can only be + /// applied to the entire document (classification). + /// + [Newtonsoft.Json.JsonPropertyAttribute("documentSplitter")] + public virtual System.Nullable DocumentSplitter { get; set; } - /// The operation type to be applied to all the operands. - [Newtonsoft.Json.JsonPropertyAttribute("operationType")] - public virtual string OperationType { get; set; } + /// If set, all the nested entities must be prefixed with the parents. + [Newtonsoft.Json.JsonPropertyAttribute("prefixedNamingOnProperties")] + public virtual System.Nullable PrefixedNamingOnProperties { get; set; } - /// A list of recursive operations to be used as operands. - [Newtonsoft.Json.JsonPropertyAttribute("operations")] - public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// If set, we will skip the naming format validation in the schema. So the string values in + /// `DocumentSchema.EntityType.name` and `DocumentSchema.EntityType.Property.name` will not be checked. + /// + [Newtonsoft.Json.JsonPropertyAttribute("skipNamingValidation")] + public virtual System.Nullable SkipNamingValidation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata of the auto-labeling documents operation. - public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the EnableProcessor method. + public class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// The list of individual auto-labeling statuses of the dataset documents. - [Newtonsoft.Json.JsonPropertyAttribute("individualAutoLabelStatuses")] - public virtual System.Collections.Generic.IList IndividualAutoLabelStatuses { get; set; } - - /// Total number of the auto-labeling documents. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of individual documents in the auto-labeling process. - public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus : Google.Apis.Requests.IDirectResponseSchema + /// + /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. + /// + public class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the auto-labeled document. This will replace the gcs_uri. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } - - /// The status of the document auto-labeling. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response proto of AutoLabelDocuments method. - public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about an entity type. + public class GoogleCloudDocumentaiUiv1beta3EntityTypeMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Field tier metadata on the property + [Newtonsoft.Json.JsonPropertyAttribute("fieldTierMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldTierMetadata FieldTierMetadata { get; set; } - public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// Human review labeling config on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewLabelingMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata HumanReviewLabelingMetadata { get; set; } - /// Total number of documents that failed to be deleted in storage. - [Newtonsoft.Json.JsonPropertyAttribute("errorDocumentCount")] - public virtual System.Nullable ErrorDocumentCount { get; set; } + /// Human review config on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata HumanReviewMetadata { get; set; } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualBatchDeleteStatuses")] - public virtual System.Collections.Generic.IList IndividualBatchDeleteStatuses { get; set; } + /// Whether the entity type should be considered inactive. + [Newtonsoft.Json.JsonPropertyAttribute("inactive")] + public virtual System.Nullable Inactive { get; set; } - /// Total number of documents deleting from dataset. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } + /// Schema editability metadata on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("schemaEditabilityMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata SchemaEditabilityMetadata { get; set; } + + /// Schema inference metadata on the entity. + [Newtonsoft.Json.JsonPropertyAttribute("schemaInferenceMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata SchemaInferenceMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the batch delete process. - public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus : Google.Apis.Requests.IDirectResponseSchema + /// Metadata of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } - - /// The status of deleting the document in storage. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the delete documents operation. - public class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// Response of the EvaluateProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { + /// The resource name of the created evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Evaluation metrics, either in aggregate or about a specific entity. + public class GoogleCloudDocumentaiUiv1beta3EvaluationMetrics : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The calculated f1 score. + [Newtonsoft.Json.JsonPropertyAttribute("f1Score")] + public virtual System.Nullable F1Score { get; set; } - /// The destination dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("destDatasetType")] - public virtual string DestDatasetType { get; set; } + /// The amount of false negatives. + [Newtonsoft.Json.JsonPropertyAttribute("falseNegativesCount")] + public virtual System.Nullable FalseNegativesCount { get; set; } - /// The destination dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("destSplitType")] - public virtual string DestSplitType { get; set; } + /// The amount of false positives. + [Newtonsoft.Json.JsonPropertyAttribute("falsePositivesCount")] + public virtual System.Nullable FalsePositivesCount { get; set; } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualBatchMoveStatuses")] - public virtual System.Collections.Generic.IList IndividualBatchMoveStatuses { get; set; } + /// The amount of documents with a ground truth occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthDocumentCount")] + public virtual System.Nullable GroundTruthDocumentCount { get; set; } + + /// The amount of occurrences in ground truth documents. + [Newtonsoft.Json.JsonPropertyAttribute("groundTruthOccurrencesCount")] + public virtual System.Nullable GroundTruthOccurrencesCount { get; set; } + + /// The calculated precision. + [Newtonsoft.Json.JsonPropertyAttribute("precision")] + public virtual System.Nullable Precision { get; set; } + + /// The amount of documents with a predicted occurrence. + [Newtonsoft.Json.JsonPropertyAttribute("predictedDocumentCount")] + public virtual System.Nullable PredictedDocumentCount { get; set; } + + /// The amount of occurrences in predicted documents. + [Newtonsoft.Json.JsonPropertyAttribute("predictedOccurrencesCount")] + public virtual System.Nullable PredictedOccurrencesCount { get; set; } + + /// The calculated recall. + [Newtonsoft.Json.JsonPropertyAttribute("recall")] + public virtual System.Nullable Recall { get; set; } + + /// The amount of documents that had an occurrence of this label. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentsCount")] + public virtual System.Nullable TotalDocumentsCount { get; set; } + + /// The amount of true positives. + [Newtonsoft.Json.JsonPropertyAttribute("truePositivesCount")] + public virtual System.Nullable TruePositivesCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the batch move process. - public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus : Google.Apis.Requests.IDirectResponseSchema + /// Gives a short summary of an evaluation, and links to the evaluation itself. + public class GoogleCloudDocumentaiUiv1beta3EvaluationReference : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + /// An aggregate of the statistics for the evaluation with fuzzy matching on. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetrics")] + public virtual GoogleCloudDocumentaiUiv1beta3EvaluationMetrics AggregateMetrics { get; set; } - /// The status of moving the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// An aggregate of the statistics for the evaluation with fuzzy matching off. + [Newtonsoft.Json.JsonPropertyAttribute("aggregateMetricsExact")] + public virtual GoogleCloudDocumentaiUiv1beta3EvaluationMetrics AggregateMetricsExact { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The resource name of the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] + public virtual string Evaluation { get; set; } + + /// The resource name of the Long Running Operation for the evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } - /// Response of the batch move documents operation. - public class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata of the batch export documents operation. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema { /// The basic metadata of the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualBatchUpdateStatuses")] - public virtual System.Collections.Generic.IList IndividualBatchUpdateStatuses { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("individualExportStatuses")] + public virtual System.Collections.Generic.IList IndividualExportStatuses { get; set; } + + /// The list of statistics for each dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("splitExportStats")] + public virtual System.Collections.Generic.IList SplitExportStats { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the batch update process. - public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus : Google.Apis.Requests.IDirectResponseSchema + /// The status of each individual document in the export process. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus : Google.Apis.Requests.IDirectResponseSchema { - /// The document id of the document. + /// The path to source docproto of the document. [Newtonsoft.Json.JsonPropertyAttribute("documentId")] public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } - /// The status of updating the document in storage. + /// + /// The output_gcs_destination of the exported document if it was successful, otherwise empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] + public virtual string OutputGcsDestination { get; set; } + + /// The status of the exporting of the document. [Newtonsoft.Json.JsonPropertyAttribute("status")] public virtual GoogleRpcStatus Status { get; set; } @@ -3239,121 +4553,32 @@ public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividua public virtual string ETag { get; set; } } - /// Response of the batch update documents operation. - public class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The common metadata for long running operations. - public class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The statistic representing a dataset split type for this export. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; - - /// The creation time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// A related resource to this operation. - [Newtonsoft.Json.JsonPropertyAttribute("resource")] - public virtual string Resource { get; set; } - - /// The state of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } - - /// A message providing more details about the current state of processing. - [Newtonsoft.Json.JsonPropertyAttribute("stateMessage")] - public virtual string StateMessage { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; - - /// The last update time of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// The dataset split type. + [Newtonsoft.Json.JsonPropertyAttribute("splitType")] + public virtual string SplitType { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Total number of documents with the given dataset split type to be exported. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the CreateLabelerPool method. - public class GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The response proto of ExportDocuments method. + public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for DeleteLabelerPool. - public class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata message associated with the ExportProcessorVersion operation. + public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. + /// The common metadata about the operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } @@ -3361,137 +4586,162 @@ public class GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata : public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeleteProcessor method. - public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Response message associated with the ExportProcessorVersion operation. + public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The Cloud Storage URI containing the output artifacts. + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeleteProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for how this field value is extracted. + public class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// Entity query config. + [Newtonsoft.Json.JsonPropertyAttribute("entityQuery")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery EntityQuery { get; set; } + + /// Summary options config. + [Newtonsoft.Json.JsonPropertyAttribute("summaryOptions")] + public virtual GoogleCloudDocumentaiUiv1beta3SummaryOptions SummaryOptions { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Message for entity query. + public class GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadataEntityQuery : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The original entity query inputed by the user. + [Newtonsoft.Json.JsonPropertyAttribute("userEntityQuery")] + public virtual string UserEntityQuery { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the DeployProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for the field tier of a property. + public class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Integer that indicates the tier of a property. e.g. Invoice has entities that are classified as tier 1 which + /// is the most important, while tier 2 and tier 3 less so. This attribute can be used to filter schema + /// attributes before running eval. e.g. compute F1 score for only tier 1 entities. If not present this + /// attribute should be inferred as 1. + /// + [Newtonsoft.Json.JsonPropertyAttribute("tierLevel")] + public virtual System.Nullable TierLevel { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// The long-running operation metadata for the DisableProcessor method. - public class GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for human review labeling config. + public class GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// Whether to enable normalization editing. + [Newtonsoft.Json.JsonPropertyAttribute("enableNormalizationEditing")] + public virtual System.Nullable EnableNormalizationEditing { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future. - /// - public class GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema + /// Metadata for Human Review config. + public class GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata : Google.Apis.Requests.IDirectResponseSchema { + /// The confidence threshold if human review validation is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("confidenceThreshold")] + public virtual System.Nullable ConfidenceThreshold { get; set; } + + /// Whether to enable human review validation. + [Newtonsoft.Json.JsonPropertyAttribute("enableValidation")] + public virtual System.Nullable EnableValidation { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// Document Identifier. - public class GoogleCloudDocumentaiUiv1beta3DocumentId : Google.Apis.Requests.IDirectResponseSchema + /// Metadata of the import document operation. + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// A document id within user-managed Cloud Storage. - [Newtonsoft.Json.JsonPropertyAttribute("gcsManagedDocId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId GcsManagedDocId { get; set; } + /// The basic metadata of the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } - /// Points to a specific revision of the document if set. - [Newtonsoft.Json.JsonPropertyAttribute("revisionRef")] - public virtual GoogleCloudDocumentaiUiv1beta3RevisionRef RevisionRef { get; set; } + /// Validation statuses of the batch documents import config. + [Newtonsoft.Json.JsonPropertyAttribute("importConfigValidationResults")] + public virtual System.Collections.Generic.IList ImportConfigValidationResults { get; set; } - /// A document id within unmanaged dataset. - [Newtonsoft.Json.JsonPropertyAttribute("unmanagedDocId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId UnmanagedDocId { get; set; } + /// The list of response details of each document. + [Newtonsoft.Json.JsonPropertyAttribute("individualImportStatuses")] + public virtual System.Collections.Generic.IList IndividualImportStatuses { get; set; } + + /// Total number of the documents that are qualified for importing. + [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] + public virtual System.Nullable TotalDocumentCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option. + /// The validation status of each import config. Status is set to an error if there are no documents to import in + /// the `import_config`, or `OK` if the operation will try to proceed with at least one document. /// - public class GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId : Google.Apis.Requests.IDirectResponseSchema + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult : Google.Apis.Requests.IDirectResponseSchema { - /// Id of the document (indexed) managed by Content Warehouse. - [Newtonsoft.Json.JsonPropertyAttribute("cwDocId")] - public virtual string CwDocId { get; set; } + /// The source Cloud Storage URI specified in the import config. + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } - /// Required. The Cloud Storage URI where the actual document is stored. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] - public virtual string GcsUri { get; set; } + /// The validation status of import config. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Identifies a document uniquely within the scope of a dataset in unmanaged option. - public class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId : Google.Apis.Requests.IDirectResponseSchema + /// The status of each individual document in the import process. + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The id of the document. - [Newtonsoft.Json.JsonPropertyAttribute("docId")] - public virtual string DocId { get; set; } + /// The source Cloud Storage URI of the document. + [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] + public virtual string InputGcsSource { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The document id of imported document if it was successful, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("outputDocumentId")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentId OutputDocumentId { get; set; } - /// The long-running operation metadata for the EnableProcessor method. - public class GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// + /// The output_gcs_destination of the processed document if it was successful, otherwise empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] + public virtual string OutputGcsDestination { get; set; } + + /// The status of the importing of the document. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual GoogleRpcStatus Status { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future. - /// - public class GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse : Google.Apis.Requests.IDirectResponseSchema + /// Response of the import document operation. + public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema { /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// The long-running operation metadata for the ImportProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. + /// The basic metadata for the long-running operation. [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } @@ -3499,191 +4749,374 @@ public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata : Go public virtual string ETag { get; set; } } - /// Response of the EvaluateProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// The response message for the ImportProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The resource name of the created evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("evaluation")] - public virtual string Evaluation { get; set; } + /// The destination processor version name. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata of the batch export documents operation. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema + /// + /// The first-class citizen for Document AI. Each processor defines how to extract structural information from a + /// document. + /// + public class GoogleCloudDocumentaiUiv1beta3Processor : Google.Apis.Requests.IDirectResponseSchema { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// + /// Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version + /// Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} + /// + [Newtonsoft.Json.JsonPropertyAttribute("activeSchemaVersion")] + public virtual string ActiveSchemaVersion { get; set; } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualExportStatuses")] - public virtual System.Collections.Generic.IList IndividualExportStatuses { get; set; } + private string _createTimeRaw; - /// The list of statistics for each dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("splitExportStats")] - public virtual System.Collections.Generic.IList SplitExportStats { get; set; } + private object _createTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The time the processor was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// The status of each individual document in the export process. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus : Google.Apis.Requests.IDirectResponseSchema - { - /// The path to source docproto of the document. - [Newtonsoft.Json.JsonPropertyAttribute("documentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The default processor version. + [Newtonsoft.Json.JsonPropertyAttribute("defaultProcessorVersion")] + public virtual string DefaultProcessorVersion { get; set; } + + /// The display name of the processor. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } /// - /// The output_gcs_destination of the exported document if it was successful, otherwise empty. + /// The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK + /// scenarios. /// - [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] - public virtual string OutputGcsDestination { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } - /// The status of the exporting of the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// + /// Output only. Immutable. The resource name of the processor. Format: + /// `projects/{project}/locations/{location}/processors/{processor}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. Immutable. The http endpoint that can be called to invoke processing. + [Newtonsoft.Json.JsonPropertyAttribute("processEndpoint")] + public virtual string ProcessEndpoint { get; set; } - /// The statistic representing a dataset split type for this export. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat : Google.Apis.Requests.IDirectResponseSchema - { - /// The dataset split type. - [Newtonsoft.Json.JsonPropertyAttribute("splitType")] - public virtual string SplitType { get; set; } + /// Output only. The processor version aliases. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersionAliases")] + public virtual System.Collections.Generic.IList ProcessorVersionAliases { get; set; } - /// Total number of documents with the given dataset split type to be exported. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// Output only. The state of the processor. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// + /// The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see + /// FetchProcessorTypes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response proto of ExportDocuments method. - public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// + /// A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained + /// by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its + /// document-processing behavior is defined by that version. + /// + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersion : Google.Apis.Requests.IDirectResponseSchema { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time the processor version was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. Denotes that this `ProcessorVersion` can be deployed and undeployed. + [Newtonsoft.Json.JsonPropertyAttribute("deploymentAllowed")] + public virtual System.Nullable DeploymentAllowed { get; set; } + + /// Output only. If set, information about the eventual deprecation of this version. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo DeprecationInfo { get; set; } + + /// The display name of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Output only. The schema of the processor version. Describes the output. + [Newtonsoft.Json.JsonPropertyAttribute("documentSchema")] + public virtual GoogleCloudDocumentaiUiv1beta3DocumentSchema DocumentSchema { get; set; } + + /// Output only. Information about Generative AI model-based processor versions. + [Newtonsoft.Json.JsonPropertyAttribute("genAiModelInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo GenAiModelInfo { get; set; } + + /// Output only. Denotes that this `ProcessorVersion` is managed by Google. + [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] + public virtual System.Nullable GoogleManaged { get; set; } + + /// Output only. The KMS key name used for encryption. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyName")] + public virtual string KmsKeyName { get; set; } + + /// Output only. The KMS key version with which data is encrypted. + [Newtonsoft.Json.JsonPropertyAttribute("kmsKeyVersionName")] + public virtual string KmsKeyVersionName { get; set; } + + /// Output only. The most recently invoked evaluation for the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("latestEvaluation")] + public virtual GoogleCloudDocumentaiUiv1beta3EvaluationReference LatestEvaluation { get; set; } + + /// Output only. The model type of this processor version. + [Newtonsoft.Json.JsonPropertyAttribute("modelType")] + public virtual string ModelType { get; set; } + + /// + /// Identifier. The resource name of the processor version. Format: + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzi")] + public virtual System.Nullable SatisfiesPzi { get; set; } + + /// Output only. Reserved for future use. + [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] + public virtual System.Nullable SatisfiesPzs { get; set; } + + /// The schema of the processor version. Describes the output. + [Newtonsoft.Json.JsonPropertyAttribute("schema")] + public virtual GoogleCloudDocumentaiUiv1beta3Schema Schema { get; set; } + + /// Output only. The state of the processor version. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// Metadata message associated with the ExportProcessorVersion operation. - public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + /// Contains the alias and the aliased resource name of processor version. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionAlias : Google.Apis.Requests.IDirectResponseSchema { - /// The common metadata about the operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The alias in the form of `processor_version` resource name. + [Newtonsoft.Json.JsonPropertyAttribute("alias")] + public virtual string Alias { get; set; } + + /// The resource name of aliased processor version. + [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] + public virtual string ProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message associated with the ExportProcessorVersion operation. - public class GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// Information about the upcoming deprecation of this processor version. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionDeprecationInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The Cloud Storage URI containing the output artifacts. - [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] - public virtual string GcsUri { get; set; } + private string _deprecationTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _deprecationTime; - /// Metadata of the import document operation. - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata of the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The time at which this processor version will be deprecated. + [Newtonsoft.Json.JsonPropertyAttribute("deprecationTime")] + public virtual string DeprecationTimeRaw + { + get => _deprecationTimeRaw; + set + { + _deprecationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deprecationTimeRaw = value; + } + } - /// Validation statuses of the batch documents import config. - [Newtonsoft.Json.JsonPropertyAttribute("importConfigValidationResults")] - public virtual System.Collections.Generic.IList ImportConfigValidationResults { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeprecationTimeDateTimeOffset instead.")] + public virtual object DeprecationTime + { + get => _deprecationTime; + set + { + _deprecationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deprecationTime = value; + } + } - /// The list of response details of each document. - [Newtonsoft.Json.JsonPropertyAttribute("individualImportStatuses")] - public virtual System.Collections.Generic.IList IndividualImportStatuses { get; set; } + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeprecationTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeprecationTimeRaw); + set => DeprecationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Total number of the documents that are qualified for importing. - [Newtonsoft.Json.JsonPropertyAttribute("totalDocumentCount")] - public virtual System.Nullable TotalDocumentCount { get; set; } + /// If set, the processor version that will be used as a replacement. + [Newtonsoft.Json.JsonPropertyAttribute("replacementProcessorVersion")] + public virtual string ReplacementProcessorVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The validation status of each import config. Status is set to an error if there are no documents to import in - /// the `import_config`, or `OK` if the operation will try to proceed with at least one document. - /// - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult : Google.Apis.Requests.IDirectResponseSchema + /// Information about Generative AI model-based processor versions. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The source Cloud Storage URI specified in the import config. - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } + /// Information for a custom Generative AI model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customGenAiModelInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo CustomGenAiModelInfo { get; set; } - /// The validation status of import config. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// Information for a pretrained Google-managed foundation model. + [Newtonsoft.Json.JsonPropertyAttribute("foundationGenAiModelInfo")] + public virtual GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo FoundationGenAiModelInfo { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The status of each individual document in the import process. - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus : Google.Apis.Requests.IDirectResponseSchema + /// + /// Information for a custom Generative AI model created by the user. These are created with `Create New Version` in + /// either the `Call foundation model` or `Fine tuning` tabs. + /// + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoCustomGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The source Cloud Storage URI of the document. - [Newtonsoft.Json.JsonPropertyAttribute("inputGcsSource")] - public virtual string InputGcsSource { get; set; } - - /// The document id of imported document if it was successful, otherwise empty. - [Newtonsoft.Json.JsonPropertyAttribute("outputDocumentId")] - public virtual GoogleCloudDocumentaiUiv1beta3DocumentId OutputDocumentId { get; set; } - - /// - /// The output_gcs_destination of the processed document if it was successful, otherwise empty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("outputGcsDestination")] - public virtual string OutputGcsDestination { get; set; } + /// The base processor version ID for the custom model. + [Newtonsoft.Json.JsonPropertyAttribute("baseProcessorVersionId")] + public virtual string BaseProcessorVersionId { get; set; } - /// The status of the importing of the document. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual GoogleRpcStatus Status { get; set; } + /// The type of custom model created by the user. + [Newtonsoft.Json.JsonPropertyAttribute("customModelType")] + public virtual string CustomModelType { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response of the import document operation. - public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse : Google.Apis.Requests.IDirectResponseSchema + /// Information for a pretrained Google-managed foundation model. + public class GoogleCloudDocumentaiUiv1beta3ProcessorVersionGenAiModelInfoFoundationGenAiModelInfo : Google.Apis.Requests.IDirectResponseSchema { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Whether finetuning is allowed for this base processor version. + [Newtonsoft.Json.JsonPropertyAttribute("finetuningAllowed")] + public virtual System.Nullable FinetuningAllowed { get; set; } - /// The long-running operation metadata for the ImportProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// The basic metadata for the long-running operation. - [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] - public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + /// The minimum number of labeled documents in the training dataset required for finetuning. + [Newtonsoft.Json.JsonPropertyAttribute("minTrainLabeledDocuments")] + public virtual System.Nullable MinTrainLabeledDocuments { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response message for the ImportProcessorVersion method. - public class GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about a property. + public class GoogleCloudDocumentaiUiv1beta3PropertyMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// The destination processor version name. - [Newtonsoft.Json.JsonPropertyAttribute("processorVersion")] - public virtual string ProcessorVersion { get; set; } + /// Field extraction metadata on the property. + [Newtonsoft.Json.JsonPropertyAttribute("fieldExtractionMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldExtractionMetadata FieldExtractionMetadata { get; set; } + + /// Field tier metadata on the property + [Newtonsoft.Json.JsonPropertyAttribute("fieldTierMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3FieldTierMetadata FieldTierMetadata { get; set; } + + /// Human review labeling config on the property. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewLabelingMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata HumanReviewLabelingMetadata { get; set; } + + /// Human review validation config on the property. + [Newtonsoft.Json.JsonPropertyAttribute("humanReviewMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata HumanReviewMetadata { get; set; } + + /// Whether the property should be considered as "inactive". + [Newtonsoft.Json.JsonPropertyAttribute("inactive")] + public virtual System.Nullable Inactive { get; set; } + + /// Schema editability metadata on the property. + [Newtonsoft.Json.JsonPropertyAttribute("schemaEditabilityMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata SchemaEditabilityMetadata { get; set; } + + /// Schema inference metadata on the property. + [Newtonsoft.Json.JsonPropertyAttribute("schemaInferenceMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata SchemaInferenceMetadata { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -3823,6 +5256,122 @@ public class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocume public virtual string ETag { get; set; } } + /// The schema defines the output of the processed document by a processor. + public class GoogleCloudDocumentaiUiv1beta3Schema : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Display name to show to users. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Entity types of the schema. + [Newtonsoft.Json.JsonPropertyAttribute("entityTypes")] + public virtual System.Collections.Generic.IList EntityTypes { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Metadata that specifies whether a label is editable and reasons why. These fields are read-only. Changing these + /// fields has no impact on the backend. + /// + public class GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Explicit flag that controls whether the label is editable. + [Newtonsoft.Json.JsonPropertyAttribute("editable")] + public virtual System.Nullable Editable { get; set; } + + /// + /// Full resource name of processor versions that contain this label. e.g. + /// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("processorVersions")] + public virtual System.Collections.Generic.IList ProcessorVersions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for + /// entity-based processors. Multiple types can also compose a dependency tree to represent nested types. + /// + public class GoogleCloudDocumentaiUiv1beta3SchemaEntityType : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("baseType")] + public virtual string BaseType { get; set; } + + /// Description of the entity type. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// If specified, lists all the possible values for this entity. + [Newtonsoft.Json.JsonPropertyAttribute("enumValues")] + public virtual System.Collections.Generic.IList EnumValues { get; set; } + + /// + /// If the entity type is hidden in the schema. This provides the functionality to temporally "disable" an + /// entity without deleting it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("hide")] + public virtual System.Nullable Hide { get; set; } + + /// Specifies how the entity's value is obtained. + [Newtonsoft.Json.JsonPropertyAttribute("method")] + public virtual string Method { get; set; } + + /// Occurrence type limits the number of times an entity type appears in the document. + [Newtonsoft.Json.JsonPropertyAttribute("occurrenceType")] + public virtual string OccurrenceType { get; set; } + + /// + /// Describing the nested structure of an entity. An EntityType may consist of several other EntityTypes. For + /// example, in a document there can be an EntityType `ID`, which consists of EntityType `name` and `address`, + /// with corresponding attributes, such as TEXT for both types and ONCE for occurrence types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("properties")] + public virtual System.Collections.Generic.IList Properties { get; set; } + + /// Source of this entity type. + [Newtonsoft.Json.JsonPropertyAttribute("source")] + public virtual string Source { get; set; } + + /// + /// Name of the type. It must satisfy the following constraints: 1. Must be unique within the set of same level + /// types (with case-insensitive match). 2. Maximum 64 characters. 3. Must start with a letter. 4. Allowed + /// characters: ASCII letters [a-zA-Z], ASCII digits [0-9], or one of the following punctuation characters: * + /// underscore '_' (recommended) * hyphen '-' (allowed, not recommended) * colon ':' (allowed, not recommended) + /// NOTE: Whitespace characters are not allowed. 5. Cannot end with a punctuation character. 6. Cannot contain + /// the following restricted strings: "google", "DocumentAI" (case-insensitive match). 7. A slash character '/' + /// is reserved as a separator in flattened representations of nested entity types (e.g., "line_item/amount") in + /// which case each part (e.g., "line_item", "amount") must comply with the rules defined above. We recommend + /// using the snake case ("snake_case") in entity type names. + /// + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Metadata for schema inference. Only used on dataset.schema for schema inference, can be safely ignored + /// elsewhere. + /// + public class GoogleCloudDocumentaiUiv1beta3SchemaInferenceMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// True if is inferred by schema inference. + [Newtonsoft.Json.JsonPropertyAttribute("inferred")] + public virtual System.Nullable Inferred { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The long-running operation metadata for the SetDefaultProcessorVersion method. public class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -3841,6 +5390,21 @@ public class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse : public virtual string ETag { get; set; } } + /// Metadata for document summarization. + public class GoogleCloudDocumentaiUiv1beta3SummaryOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// The format the summary should be in. + [Newtonsoft.Json.JsonPropertyAttribute("format")] + public virtual string Format { get; set; } + + /// How long the summary should be. + [Newtonsoft.Json.JsonPropertyAttribute("length")] + public virtual string Length { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The metadata that represents a processor version being created. public class GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -3952,6 +5516,17 @@ public class GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata : public virtual string ETag { get; set; } } + /// The long-running operation metadata for the UpdateProcessorVersion method. + public class GoogleCloudDocumentaiUiv1beta3UpdateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata for the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The long-running operation metadata for BatchProcessDocuments. public class GoogleCloudDocumentaiV1BatchProcessMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -5119,10 +6694,32 @@ public class GoogleCloudDocumentaiV1beta3Document : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("entities")] public virtual System.Collections.Generic.IList Entities { get; set; } + /// + /// The entity revision id that `document.entities` field is based on. If this field is set and + /// `entities_revisions` is not empty, the entities in `document.entities` field are the entities in the entity + /// revision with this id and `document.entity_validation_output` field is the `entity_validation_output` field + /// in this entity revision. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entitiesRevisionId")] + public virtual string EntitiesRevisionId { get; set; } + + /// + /// A list of entity revisions. The entity revisions are appended to the document in the processing order. This + /// field can be used for comparing the entity extraction results at different stages of the processing. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entitiesRevisions")] + public virtual System.Collections.Generic.IList EntitiesRevisions { get; set; } + /// Placeholder. Relationship among Document.entities. [Newtonsoft.Json.JsonPropertyAttribute("entityRelations")] public virtual System.Collections.Generic.IList EntityRelations { get; set; } + /// + /// The entity validation output for the document. This is the validation output for `document.entities` field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("entityValidationOutput")] + public virtual GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput EntityValidationOutput { get; set; } + /// Any error that occurred while processing this document. [Newtonsoft.Json.JsonPropertyAttribute("error")] public virtual GoogleRpcStatus Error { get; set; } @@ -5571,6 +7168,25 @@ public class GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlo public virtual string ETag { get; set; } } + /// Entity revision. + public class GoogleCloudDocumentaiV1beta3DocumentEntitiesRevision : Google.Apis.Requests.IDirectResponseSchema + { + /// The entities in this revision. + [Newtonsoft.Json.JsonPropertyAttribute("entities")] + public virtual System.Collections.Generic.IList Entities { get; set; } + + /// The entity validation output for this revision. + [Newtonsoft.Json.JsonPropertyAttribute("entityValidationOutput")] + public virtual GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput EntityValidationOutput { get; set; } + + /// The revision id. + [Newtonsoft.Json.JsonPropertyAttribute("revisionId")] + public virtual string RevisionId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity /// type, such as a person, an organization, or location. @@ -5680,6 +7296,9 @@ public class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue : Google. [Newtonsoft.Json.JsonPropertyAttribute("moneyValue")] public virtual GoogleTypeMoney MoneyValue { get; set; } + /// + /// A signature - a graphical representation of a person's name, often used to sign a document. + /// [Newtonsoft.Json.JsonPropertyAttribute("signatureValue")] public virtual System.Nullable SignatureValue { get; set; } @@ -5717,6 +7336,54 @@ public class GoogleCloudDocumentaiV1beta3DocumentEntityRelation : Google.Apis.Re public virtual string ETag { get; set; } } + /// The output of the validation given the document and the validation rules. + public class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutput : Google.Apis.Requests.IDirectResponseSchema + { + /// The overall result of the validation, true if all applicable rules are valid. + [Newtonsoft.Json.JsonPropertyAttribute("passAllRules")] + public virtual System.Nullable PassAllRules { get; set; } + + /// The result of each validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("validationResults")] + public virtual System.Collections.Generic.IList ValidationResults { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Validation result for a single validation rule. + public class GoogleCloudDocumentaiV1beta3DocumentEntityValidationOutputValidationResult : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The name of the rule resource that is used for validation. Format: + /// `projects/{project}/locations/{location}/rules/{rule}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("rule")] + public virtual string Rule { get; set; } + + /// The description of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("ruleDescription")] + public virtual string RuleDescription { get; set; } + + /// The display name of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("ruleName")] + public virtual string RuleName { get; set; } + + /// + /// The detailed information of the running the validation process using the entity from the document based on + /// the validation rule. + /// + [Newtonsoft.Json.JsonPropertyAttribute("validationDetails")] + public virtual string ValidationDetails { get; set; } + + /// The result of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("validationResultType")] + public virtual string ValidationResultType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Document Identifier. public class GoogleCloudDocumentaiV1beta3DocumentId : Google.Apis.Requests.IDirectResponseSchema { @@ -6910,6 +8577,17 @@ public class GoogleCloudDocumentaiV1beta3DocumentTextChange : Google.Apis.Reques public virtual string ETag { get; set; } } + /// A set of inline documents. + public class GoogleCloudDocumentaiV1beta3Documents : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of documents. + [Newtonsoft.Json.JsonPropertyAttribute("documents")] + public virtual System.Collections.Generic.IList Documents { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The long-running operation metadata for the EnableProcessor method. public class GoogleCloudDocumentaiV1beta3EnableProcessorMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -7268,6 +8946,66 @@ public class GoogleCloudDocumentaiV1beta3GcsPrefix : Google.Apis.Requests.IDirec public virtual string ETag { get; set; } } + /// Request message for GenerateSchemaVersion. + public class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The base schema version name to use for the schema generation. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("baseSchemaVersion")] + public virtual string BaseSchemaVersion { get; set; } + + /// The set of documents placed on Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsDocuments")] + public virtual GoogleCloudDocumentaiV1beta3GcsDocuments GcsDocuments { get; set; } + + /// The common prefix of documents placed on Cloud Storage. + [Newtonsoft.Json.JsonPropertyAttribute("gcsPrefix")] + public virtual GoogleCloudDocumentaiV1beta3GcsPrefix GcsPrefix { get; set; } + + /// Optional. User specified parameters for the schema generation. + [Newtonsoft.Json.JsonPropertyAttribute("generateSchemaVersionParams")] + public virtual GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams GenerateSchemaVersionParams { get; set; } + + /// The set of documents specified inline. + [Newtonsoft.Json.JsonPropertyAttribute("inlineDocuments")] + public virtual GoogleCloudDocumentaiV1beta3Documents InlineDocuments { get; set; } + + /// The set of raw documents. + [Newtonsoft.Json.JsonPropertyAttribute("rawDocuments")] + public virtual GoogleCloudDocumentaiV1beta3RawDocuments RawDocuments { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The parameters for the schema generation. + public class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Previous prompt-answers in a chronological order. + [Newtonsoft.Json.JsonPropertyAttribute("history")] + public virtual GoogleCloudDocumentaiV1beta3SchemaGenerationHistory History { get; set; } + + /// Optional. The prompt used for the schema generation. + [Newtonsoft.Json.JsonPropertyAttribute("prompt")] + public virtual string Prompt { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for GenerateSchemaVersion. + public class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The schema version generated by the model. + [Newtonsoft.Json.JsonPropertyAttribute("schemaVersion")] + public virtual GoogleCloudDocumentaiV1beta3SchemaVersion SchemaVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + public class GoogleCloudDocumentaiV1beta3GetDocumentResponse : Google.Apis.Requests.IDirectResponseSchema { [Newtonsoft.Json.JsonPropertyAttribute("document")] @@ -7613,6 +9351,132 @@ public class GoogleCloudDocumentaiV1beta3ListProcessorsResponse : Google.Apis.Re public virtual string ETag { get; set; } } + /// Response message for ListSchemaVersions. + public class GoogleCloudDocumentaiV1beta3ListSchemaVersionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Points to the next SchemaVersion, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of SchemaVersions. + [Newtonsoft.Json.JsonPropertyAttribute("schemaVersions")] + public virtual System.Collections.Generic.IList SchemaVersions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for ListSchemas. + public class GoogleCloudDocumentaiV1beta3ListSchemasResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Points to the next Schema, otherwise empty. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of Schemas. + [Newtonsoft.Json.JsonPropertyAttribute("schemas")] + public virtual System.Collections.Generic.IList Schemas { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// NextSchema is a collection of SchemaVersions. + public class GoogleCloudDocumentaiV1beta3NextSchema : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time when the Schema was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. The user-defined name of the Schema. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. The GCP labels for the Schema. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// + /// Identifier. The resource name of the Schema. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. The time when the Schema was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the /// original image and range from 0 to 1. @@ -7918,6 +9782,13 @@ public class GoogleCloudDocumentaiV1beta3ProcessResponse : Google.Apis.Requests. /// public class GoogleCloudDocumentaiV1beta3Processor : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version + /// Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} + /// + [Newtonsoft.Json.JsonPropertyAttribute("activeSchemaVersion")] + public virtual string ActiveSchemaVersion { get; set; } + private string _createTimeRaw; private object _createTime; @@ -8319,6 +10190,17 @@ public class GoogleCloudDocumentaiV1beta3RawDocument : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } + /// Specifies a set of raw documents. + public class GoogleCloudDocumentaiV1beta3RawDocuments : Google.Apis.Requests.IDirectResponseSchema + { + /// Specifies raw document content and mime type. + [Newtonsoft.Json.JsonPropertyAttribute("documents")] + public virtual System.Collections.Generic.IList Documents { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The long-running operation metadata for the ReviewDocument method. public class GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -8488,6 +10370,99 @@ public class GoogleCloudDocumentaiV1beta3RevisionRef : Google.Apis.Requests.IDir public virtual string ETag { get; set; } } + /// The history of schema generation iterations. + public class GoogleCloudDocumentaiV1beta3SchemaGenerationHistory : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Previous prompt-answers in a chronological order. + [Newtonsoft.Json.JsonPropertyAttribute("iterations")] + public virtual System.Collections.Generic.IList Iterations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A single iteration of the schema generation. + public class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The previous schema version adjusted by the model. + [Newtonsoft.Json.JsonPropertyAttribute("adjustedSchema")] + public virtual GoogleCloudDocumentaiV1beta3SchemaVersion AdjustedSchema { get; set; } + + /// Required. The schema version generated by the model. + [Newtonsoft.Json.JsonPropertyAttribute("generatedSchema")] + public virtual GoogleCloudDocumentaiV1beta3SchemaVersion GeneratedSchema { get; set; } + + /// Optional. The prompt used for the iteration. + [Newtonsoft.Json.JsonPropertyAttribute("prompt")] + public virtual string Prompt { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// SchemaVersion is a version of the Schema which is created in SchemaGroup. + public class GoogleCloudDocumentaiV1beta3SchemaVersion : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time when the SchemaVersion was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. The user-defined name of the SchemaVersion. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. The GCP labels for the SchemaVersion. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// + /// Identifier. The resource name of the SchemaVersion. Format: + /// `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Required. The schema of the SchemaVersion. + [Newtonsoft.Json.JsonPropertyAttribute("schema")] + public virtual GoogleCloudDocumentaiV1beta3DocumentSchema Schema { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The long-running operation metadata for the SetDefaultProcessorVersion method. public class GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -8713,6 +10688,17 @@ public class GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata : Google public virtual string ETag { get; set; } } + /// The long-running operation metadata for the UpdateProcessorVersion method. + public class GoogleCloudDocumentaiV1beta3UpdateProcessorVersionMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The basic metadata for the long-running operation. + [Newtonsoft.Json.JsonPropertyAttribute("commonMetadata")] + public virtual GoogleCloudDocumentaiV1beta3CommonOperationMetadata CommonMetadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original /// image. diff --git a/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj b/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj index 59673f75698..860cc383104 100644 --- a/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj +++ b/Src/Generated/Google.Apis.Document.v1beta3/Google.Apis.Document.v1beta3.csproj @@ -3,7 +3,7 @@ Google.Apis.Document.v1beta3 Client Library - 1.71.0.3924 + 1.72.0.3964 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.cs b/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.cs index e4297c25d9e..a11ebf56e9d 100644 --- a/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.cs +++ b/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.cs @@ -7969,14 +7969,26 @@ protected override void InitParameters() } } - /// Lists a file's revisions. + /// + /// Lists a file's revisions. **Important:** The list of revisions returned by this method might be incomplete + /// for files with a large revision history, including frequently edited Google Docs, Sheets, and Slides. Older + /// revisions might be omitted from the response, meaning the first revision returned may not be the oldest + /// existing revision. The revision history visible in the Workspace editor user interface might be more + /// complete than the list returned by the API. + /// /// The ID of the file. public virtual ListRequest List(string fileId) { return new ListRequest(this.service, fileId); } - /// Lists a file's revisions. + /// + /// Lists a file's revisions. **Important:** The list of revisions returned by this method might be incomplete + /// for files with a large revision history, including frequently edited Google Docs, Sheets, and Slides. Older + /// revisions might be omitted from the response, meaning the first revision returned may not be the oldest + /// existing revision. The revision history visible in the Workspace editor user interface might be more + /// complete than the list returned by the API. + /// public class ListRequest : DriveBaseServiceRequest { /// Constructs a new List request. diff --git a/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj b/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj index e421b0acd28..5b42bcd8c47 100644 --- a/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj +++ b/Src/Generated/Google.Apis.Drive.v2/Google.Apis.Drive.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Drive.v2 Client Library - 1.70.0.3893 + 1.72.0.3970 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.cs b/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.cs index b5595fd3362..e2db77d166e 100644 --- a/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.cs +++ b/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.cs @@ -4629,8 +4629,9 @@ public PermissionsResource(Google.Apis.Services.IClientService service) } /// - /// Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same - /// file are not supported; only the last update is applied. + /// Creates a permission for a file or shared drive. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent + /// permissions operations on the same file aren't supported; only the last update is applied. /// /// The body of the request. /// The ID of the file or shared drive. @@ -4640,8 +4641,9 @@ public virtual CreateRequest Create(Google.Apis.Drive.v3.Data.Permission body, s } /// - /// Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same - /// file are not supported; only the last update is applied. + /// Creates a permission for a file or shared drive. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent + /// permissions operations on the same file aren't supported; only the last update is applied. /// public class CreateRequest : DriveBaseServiceRequest { @@ -4670,9 +4672,9 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dr public virtual System.Nullable EnforceSingleParent { get; set; } /// - /// This parameter will only take effect if the item is not in a shared drive and the request is attempting - /// to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My - /// Drive root folder and all prior parents removed. If set to `false`, parents are not changed. + /// This parameter only takes effect if the item isn't in a shared drive and the request is attempting to + /// transfer the ownership of the item. If set to `true`, the item is moved to the new owner's My Drive root + /// folder and all prior parents removed. If set to `false`, parents aren't changed. /// [Google.Apis.Util.RequestParameterAttribute("moveToNewOwnersRoot", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable MoveToNewOwnersRoot { get; set; } @@ -4694,15 +4696,18 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dr /// /// Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This - /// parameter is required as an acknowledgement of the side effect. + /// parameter is required as an acknowledgement of the side effect. For more information, see [Transfer file + /// ownership](https://developers.google.com/workspace/drive/api/guides/transfer-file). /// [Google.Apis.Util.RequestParameterAttribute("transferOwnership", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable TransferOwnership { get; set; } /// - /// Issue the request as a domain administrator; if set to true, then the requester will be granted access - /// if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to - /// which the shared drive belongs. + /// Issue the request as a domain administrator. If set to `true`, and if the following additional + /// conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. + /// 2. The requester is an administrator of the domain to which the shared drive belongs. For more + /// information, see [Manage shared drives as domain + /// administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators). /// [Google.Apis.Util.RequestParameterAttribute("useDomainAdminAccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable UseDomainAdminAccess { get; set; } @@ -4810,8 +4815,9 @@ protected override void InitParameters() } /// - /// Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; - /// only the last update is applied. + /// Deletes a permission. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent + /// permissions operations on the same file aren't supported; only the last update is applied. /// /// The ID of the file or shared drive. /// The ID of the permission. @@ -4821,8 +4827,9 @@ public virtual DeleteRequest Delete(string fileId, string permissionId) } /// - /// Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; - /// only the last update is applied. + /// Deletes a permission. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent + /// permissions operations on the same file aren't supported; only the last update is applied. /// public class DeleteRequest : DriveBaseServiceRequest { @@ -4855,9 +4862,11 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string fileId, public virtual System.Nullable SupportsTeamDrives { get; set; } /// - /// Issue the request as a domain administrator; if set to true, then the requester will be granted access - /// if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to - /// which the shared drive belongs. + /// Issue the request as a domain administrator. If set to `true`, and if the following additional + /// conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. + /// 2. The requester is an administrator of the domain to which the shared drive belongs. For more + /// information, see [Manage shared drives as domain + /// administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators). /// [Google.Apis.Util.RequestParameterAttribute("useDomainAdminAccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable UseDomainAdminAccess { get; set; } @@ -4926,7 +4935,10 @@ protected override void InitParameters() } } - /// Gets a permission by ID. + /// + /// Gets a permission by ID. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). + /// /// The ID of the file. /// The ID of the permission. public virtual GetRequest Get(string fileId, string permissionId) @@ -4934,7 +4946,10 @@ public virtual GetRequest Get(string fileId, string permissionId) return new GetRequest(this.service, fileId, permissionId); } - /// Gets a permission by ID. + /// + /// Gets a permission by ID. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). + /// public class GetRequest : DriveBaseServiceRequest { /// Constructs a new Get request. @@ -4962,9 +4977,11 @@ public GetRequest(Google.Apis.Services.IClientService service, string fileId, st public virtual System.Nullable SupportsTeamDrives { get; set; } /// - /// Issue the request as a domain administrator; if set to true, then the requester will be granted access - /// if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to - /// which the shared drive belongs. + /// Issue the request as a domain administrator. If set to `true`, and if the following additional + /// conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. + /// 2. The requester is an administrator of the domain to which the shared drive belongs. For more + /// information, see [Manage shared drives as domain + /// administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators). /// [Google.Apis.Util.RequestParameterAttribute("useDomainAdminAccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable UseDomainAdminAccess { get; set; } @@ -5025,14 +5042,20 @@ protected override void InitParameters() } } - /// Lists a file's or shared drive's permissions. + /// + /// Lists a file's or shared drive's permissions. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). + /// /// The ID of the file or shared drive. public virtual ListRequest List(string fileId) { return new ListRequest(this.service, fileId); } - /// Lists a file's or shared drive's permissions. + /// + /// Lists a file's or shared drive's permissions. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). + /// public class ListRequest : DriveBaseServiceRequest { /// Constructs a new List request. @@ -5047,7 +5070,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string fileId) : public virtual string FileId { get; private set; } /// - /// Specifies which additional view's permissions to include in the response. Only 'published' is supported. + /// Specifies which additional view's permissions to include in the response. Only `published` is supported. /// [Google.Apis.Util.RequestParameterAttribute("includePermissionsForView", Google.Apis.Util.RequestParameterType.Query)] public virtual string IncludePermissionsForView { get; set; } @@ -5062,7 +5085,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string fileId) : /// /// The token for continuing a previous list request on the next page. This should be set to the value of - /// 'nextPageToken' from the previous response. + /// `nextPageToken` from the previous response. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -5076,9 +5099,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string fileId) : public virtual System.Nullable SupportsTeamDrives { get; set; } /// - /// Issue the request as a domain administrator; if set to true, then the requester will be granted access - /// if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to - /// which the shared drive belongs. + /// Issue the request as a domain administrator. If set to `true`, and if the following additional + /// conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. + /// 2. The requester is an administrator of the domain to which the shared drive belongs. For more + /// information, see [Manage shared drives as domain + /// administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators). /// [Google.Apis.Util.RequestParameterAttribute("useDomainAdminAccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable UseDomainAdminAccess { get; set; } @@ -5156,8 +5181,9 @@ protected override void InitParameters() } /// - /// Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file - /// are not supported; only the last update is applied. + /// Updates a permission with patch semantics. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent + /// permissions operations on the same file aren't supported; only the last update is applied. /// /// The body of the request. /// The ID of the file or shared drive. @@ -5168,8 +5194,9 @@ public virtual UpdateRequest Update(Google.Apis.Drive.v3.Data.Permission body, s } /// - /// Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file - /// are not supported; only the last update is applied. + /// Updates a permission with patch semantics. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). **Warning:** Concurrent + /// permissions operations on the same file aren't supported; only the last update is applied. /// public class UpdateRequest : DriveBaseServiceRequest { @@ -5208,15 +5235,18 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.Dr /// /// Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This - /// parameter is required as an acknowledgement of the side effect. + /// parameter is required as an acknowledgement of the side effect. For more information, see [Transfer file + /// ownership](https://developers.google.com//workspace/drive/api/guides/transfer-file). /// [Google.Apis.Util.RequestParameterAttribute("transferOwnership", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable TransferOwnership { get; set; } /// - /// Issue the request as a domain administrator; if set to true, then the requester will be granted access - /// if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to - /// which the shared drive belongs. + /// Issue the request as a domain administrator. If set to `true`, and if the following additional + /// conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. + /// 2. The requester is an administrator of the domain to which the shared drive belongs. For more + /// information, see [Manage shared drives as domain + /// administrators](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives#manage-administrators). /// [Google.Apis.Util.RequestParameterAttribute("useDomainAdminAccess", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable UseDomainAdminAccess { get; set; } @@ -5983,7 +6013,11 @@ public virtual Google.Apis.Download.IDownloadProgress DownloadRange(System.IO.St /// /// Lists a file's revisions. For more information, see [Manage file - /// revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions). + /// revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions). **Important:** The + /// list of revisions returned by this method might be incomplete for files with a large revision history, + /// including frequently edited Google Docs, Sheets, and Slides. Older revisions might be omitted from the + /// response, meaning the first revision returned may not be the oldest existing revision. The revision history + /// visible in the Workspace editor user interface might be more complete than the list returned by the API. /// /// The ID of the file. public virtual ListRequest List(string fileId) @@ -5993,7 +6027,11 @@ public virtual ListRequest List(string fileId) /// /// Lists a file's revisions. For more information, see [Manage file - /// revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions). + /// revisions](https://developers.google.com/workspace/drive/api/guides/manage-revisions). **Important:** The + /// list of revisions returned by this method might be incomplete for files with a large revision history, + /// including frequently edited Google Docs, Sheets, and Slides. Older revisions might be omitted from the + /// response, meaning the first revision returned may not be the oldest existing revision. The revision history + /// visible in the Workspace editor user interface might be more complete than the list returned by the API. /// public class ListRequest : DriveBaseServiceRequest { @@ -7040,6 +7078,13 @@ public class Comment : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("anchor")] public virtual string Anchor { get; set; } + /// + /// Output only. The email address of the user assigned to this comment. If no user is assigned, the field is + /// unset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("assigneeEmailAddress")] + public virtual string AssigneeEmailAddress { get; set; } + /// /// Output only. The author of the comment. The author's email address and permission ID will not be populated. /// @@ -7092,6 +7137,13 @@ public virtual System.DateTime? CreatedTime [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } + /// + /// Output only. A list of email addresses for users mentioned in this comment. If no users are mentioned, the + /// list is empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mentionedEmailAddresses")] + public virtual System.Collections.Generic.IList MentionedEmailAddresses { get; set; } + /// The last time the comment or any of its replies was modified (RFC 3339 date-time). [Newtonsoft.Json.JsonPropertyAttribute("modifiedTime")] public virtual string ModifiedTimeRaw { get; set; } @@ -8901,11 +8953,13 @@ public class Operation : Google.Apis.Requests.IDirectResponseSchema /// /// A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder - /// hierarchy. By default, permissions requests only return a subset of fields. Permission kind, ID, type, and role - /// are always returned. To retrieve specific fields, see - /// https://developers.google.com/workspace/drive/api/guides/fields-parameter. Some resource methods (such as - /// `permissions.update`) require a `permissionId`. Use the `permissions.list` method to retrieve the ID for a file, - /// folder, or shared drive. + /// hierarchy. For more information, see [Share files, folders, and + /// drives](https://developers.google.com/workspace/drive/api/guides/manage-sharing). By default, permission + /// requests only return a subset of fields. Permission `kind`, `ID`, `type`, and `role` are always returned. To + /// retrieve specific fields, see [Return specific + /// fields](https://developers.google.com/workspace/drive/api/guides/fields-parameter). Some resource methods (such + /// as `permissions.update`) require a `permissionId`. Use the `permissions.list` method to retrieve the ID for a + /// file, folder, or shared drive. /// public class Permission : Google.Apis.Requests.IDirectResponseSchema { @@ -8918,16 +8972,16 @@ public class Permission : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. Whether the account associated with this permission has been deleted. This field only pertains - /// to user and group permissions. + /// to permissions of type `user` or `group`. /// [Newtonsoft.Json.JsonPropertyAttribute("deleted")] public virtual System.Nullable Deleted { get; set; } /// /// Output only. The "pretty" name of the value of the permission. The following is a list of examples for each - /// type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * + /// type of permission: * `user` - User's full name, as defined for their Google Account, such as "Dana A." * /// `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, - /// such as "thecompany.com." * `anyone` - No `displayName` is present. + /// such as "cymbalgroup.com." * `anyone` - No `displayName` is present. /// [Newtonsoft.Json.JsonPropertyAttribute("displayName")] public virtual string DisplayName { get; set; } @@ -8968,14 +9022,15 @@ public virtual System.DateTime? ExpirationTime } /// - /// Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in - /// User resources as `permissionId`. IDs should be treated as opaque values. + /// Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in the + /// [User resource](https://developers.google.com/workspace/drive/api/reference/rest/v3/User) as `permissionId`. + /// IDs should be treated as opaque values. /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } /// - /// When true, only organizers, owners, and users with permissions added directly on the item can access it. + /// When `true`, only organizers, owners, and users with permissions added directly on the item can access it. /// [Newtonsoft.Json.JsonPropertyAttribute("inheritedPermissionsDisabled")] public virtual System.Nullable InheritedPermissionsDisabled { get; set; } @@ -8987,14 +9042,14 @@ public virtual System.DateTime? ExpirationTime public virtual string Kind { get; set; } /// - /// Whether the account associated with this permission is a pending owner. Only populated for `user` type - /// permissions for files that are not in a shared drive. + /// Whether the account associated with this permission is a pending owner. Only populated for permissions of + /// type `user` for files that aren't in a shared drive. /// [Newtonsoft.Json.JsonPropertyAttribute("pendingOwner")] public virtual System.Nullable PendingOwner { get; set; } /// - /// Output only. Details of whether the permissions on this item are inherited or directly on this item. + /// Output only. Details of whether the permissions on this item are inherited or are directly on this item. /// [Newtonsoft.Json.JsonPropertyAttribute("permissionDetails")] public virtual System.Collections.Generic.IList PermissionDetails { get; set; } @@ -9004,8 +9059,9 @@ public virtual System.DateTime? ExpirationTime public virtual string PhotoLink { get; set; } /// - /// The role granted by this permission. While new values may be supported in the future, the following are - /// currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + /// The role granted by this permission. Supported values include: * `owner` * `organizer` * `fileOrganizer` * + /// `writer` * `commenter` * `reader` For more information, see [Roles and + /// permissions](https://developers.google.com/workspace/drive/api/guides/ref-roles). /// [Newtonsoft.Json.JsonPropertyAttribute("role")] public virtual string Role { get; set; } @@ -9015,19 +9071,19 @@ public virtual System.DateTime? ExpirationTime public virtual System.Collections.Generic.IList TeamDrivePermissionDetails { get; set; } /// - /// The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a - /// permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When - /// `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` - /// type. + /// The type of the grantee. Supported values include: * `user` * `group` * `domain` * `anyone` When creating a + /// permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. If + /// `type` is `domain`, you must provide a `domain`. If `type` is `anyone`, no extra information is required. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } /// - /// Indicates the view for this permission. Only populated for permissions that belong to a view. published and - /// metadata are the only supported values. - published: The permission's role is published_reader. - metadata: - /// The item is only visible to the metadata view because the item has limited access and the scope has at least - /// read access to the parent. Note: The metadata view is currently only supported on folders. + /// Indicates the view for this permission. Only populated for permissions that belong to a view. The only + /// supported values are `published` and `metadata`: * `published`: The permission's role is `publishedReader`. + /// * `metadata`: The item is only visible to the `metadata` view because the item has limited access and the + /// scope has at least read access to the parent. The `metadata` view is only supported on folders. For more + /// information, see [Views](https://developers.google.com/workspace/drive/api/guides/ref-roles#views). /// [Newtonsoft.Json.JsonPropertyAttribute("view")] public virtual string View { get; set; } @@ -9036,7 +9092,7 @@ public virtual System.DateTime? ExpirationTime public virtual string ETag { get; set; } /// - /// Output only. Details of whether the permissions on this item are inherited or directly on this item. + /// Output only. Details of whether the permissions on this item are inherited or are directly on this item. /// public class PermissionDetailsData { @@ -9055,15 +9111,15 @@ public class PermissionDetailsData public virtual string InheritedFrom { get; set; } /// - /// Output only. The permission type for this user. While new values may be added in future, the following - /// are currently possible: * `file` * `member` + /// Output only. The permission type for this user. Supported values include: * `file` * `member` /// [Newtonsoft.Json.JsonPropertyAttribute("permissionType")] public virtual string PermissionType { get; set; } /// - /// Output only. The primary role for this user. While new values may be added in the future, the following - /// are currently possible: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + /// Output only. The primary role for this user. Supported values include: * `owner` * `organizer` * + /// `fileOrganizer` * `writer` * `commenter` * `reader` For more information, see [Roles and + /// permissions](https://developers.google.com/workspace/drive/api/guides/ref-roles). /// [Newtonsoft.Json.JsonPropertyAttribute("role")] public virtual string Role { get; set; } @@ -9109,7 +9165,7 @@ public class PermissionList : Google.Apis.Requests.IDirectResponseSchema public virtual string NextPageToken { get; set; } /// - /// The list of permissions. If nextPageToken is populated, then this list may be incomplete and an additional + /// The list of permissions. If `nextPageToken` is populated, then this list may be incomplete and an additional /// page of results should be fetched. /// [Newtonsoft.Json.JsonPropertyAttribute("permissions")] @@ -9131,6 +9187,13 @@ public class Reply : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("action")] public virtual string Action { get; set; } + /// + /// Output only. The email address of the user assigned to this comment. If no user is assigned, the field is + /// unset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("assigneeEmailAddress")] + public virtual string AssigneeEmailAddress { get; set; } + /// /// Output only. The author of the reply. The author's email address and permission ID will not be populated. /// @@ -9183,6 +9246,13 @@ public virtual System.DateTime? CreatedTime [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } + /// + /// Output only. A list of email addresses for users mentioned in this comment. If no users are mentioned, the + /// list is empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mentionedEmailAddresses")] + public virtual System.Collections.Generic.IList MentionedEmailAddresses { get; set; } + /// The last time the reply was modified (RFC 3339 date-time). [Newtonsoft.Json.JsonPropertyAttribute("modifiedTime")] public virtual string ModifiedTimeRaw { get; set; } diff --git a/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj b/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj index e14568b9498..88819c0988f 100644 --- a/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj +++ b/Src/Generated/Google.Apis.Drive.v3/Google.Apis.Drive.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Drive.v3 Client Library - 1.71.0.3905 + 1.72.0.3970 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.cs b/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.cs index 9b0ae099ef3..bfba5e7aec0 100644 --- a/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.cs +++ b/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.cs @@ -3900,6 +3900,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3945,6 +3956,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5554,8 +5573,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7095,6 +7114,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj b/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj index 79284a38184..c032f277867 100644 --- a/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj +++ b/Src/Generated/Google.Apis.Eventarc.v1/Google.Apis.Eventarc.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Eventarc.v1 Client Library - 1.71.0.3907 + 1.72.0.3949 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.cs b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.cs index d78da5abf59..134e26de3a8 100644 --- a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.cs +++ b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.cs @@ -286,7 +286,7 @@ public MediaResource(Google.Apis.Services.IClientService service) /// /// The body of the request. /// - /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app_id}` + /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app}` /// public virtual UploadRequest Upload(Google.Apis.FirebaseAppDistribution.v1.Data.GoogleFirebaseAppdistroV1UploadReleaseRequest body, string app) { @@ -308,7 +308,7 @@ public UploadRequest(Google.Apis.Services.IClientService service, Google.Apis.Fi } /// - /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app_id}` + /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app}` /// [Google.Apis.Util.RequestParameterAttribute("app", Google.Apis.Util.RequestParameterType.Path)] public virtual string App { get; private set; } @@ -366,7 +366,7 @@ protected override void InitParameters() /// /// The body of the request. /// - /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app_id}` + /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app}` /// /// The stream to upload. See remarks for further information. /// The content type of the stream to upload. @@ -457,7 +457,7 @@ public enum AltEnum public virtual string UploadProtocol { get; set; } /// - /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app_id}` + /// Required. The name of the app resource. Format: `projects/{project_number}/apps/{app}` /// [Google.Apis.Util.RequestParameterAttribute("app", Google.Apis.Util.RequestParameterType.Path)] public virtual string App { get; private set; } @@ -982,9 +982,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -1121,7 +1121,7 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The name of the app resource, which is the parent of the release resources. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// public virtual BatchDeleteRequest BatchDelete(Google.Apis.FirebaseAppDistribution.v1.Data.GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest body, string parent) { @@ -1141,7 +1141,7 @@ public BatchDeleteRequest(Google.Apis.Services.IClientService service, Google.Ap /// /// Required. The name of the app resource, which is the parent of the release resources. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1185,7 +1185,7 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The name of the release resource to distribute. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}` /// public virtual DistributeRequest Distribute(Google.Apis.FirebaseAppDistribution.v1.Data.GoogleFirebaseAppdistroV1DistributeReleaseRequest body, string name) { @@ -1210,7 +1210,7 @@ public DistributeRequest(Google.Apis.Services.IClientService service, Google.Api /// /// Required. The name of the release resource to distribute. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1248,7 +1248,7 @@ protected override void InitParameters() /// Gets a release. /// /// Required. The name of the release resource to retrieve. Format: - /// projects/{project_number}/apps/{app_id}/releases/{release_id} + /// projects/{project_number}/apps/{app}/releases/{release} /// public virtual GetRequest Get(string name) { @@ -1267,7 +1267,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. The name of the release resource to retrieve. Format: - /// projects/{project_number}/apps/{app_id}/releases/{release_id} + /// projects/{project_number}/apps/{app}/releases/{release} /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1299,7 +1299,7 @@ protected override void InitParameters() /// Lists releases. By default, sorts by `createTime` in descending order. /// /// Required. The name of the app resource, which is the parent of the release resources. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// public virtual ListRequest List(string parent) { @@ -1318,7 +1318,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The name of the app resource, which is the parent of the release resources. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1418,8 +1418,7 @@ protected override void InitParameters() /// Updates a release. /// The body of the request. /// - /// The name of the release resource. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}` /// public virtual PatchRequest Patch(Google.Apis.FirebaseAppDistribution.v1.Data.GoogleFirebaseAppdistroV1Release body, string name) { @@ -1439,7 +1438,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Fir /// /// The name of the release resource. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1490,7 +1489,7 @@ protected override void InitParameters() /// Gets Android App Bundle (AAB) information for a Firebase app. /// /// Required. The name of the `AabInfo` resource to retrieve. Format: - /// `projects/{project_number}/apps/{app_id}/aabInfo` + /// `projects/{project_number}/apps/{app}/aabInfo` /// public virtual GetAabInfoRequest GetAabInfo(string name) { @@ -1509,7 +1508,7 @@ public GetAabInfoRequest(Google.Apis.Services.IClientService service, string nam /// /// Required. The name of the `AabInfo` resource to retrieve. Format: - /// `projects/{project_number}/apps/{app_id}/aabInfo` + /// `projects/{project_number}/apps/{app}/aabInfo` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2861,7 +2860,7 @@ public class GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest : Google.Apis.R { /// /// Required. The names of the release resources to delete. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` A maximum of 100 releases can be deleted per + /// `projects/{project_number}/apps/{app}/releases/{release}` A maximum of 100 releases can be deleted per /// request. /// [Newtonsoft.Json.JsonPropertyAttribute("names")] @@ -3227,7 +3226,7 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset public virtual string FirebaseConsoleUri { get; set; } /// - /// The name of the release resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -3433,8 +3432,8 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj index 89d71aaca62..a70f504fd92 100644 --- a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1/Google.Apis.FirebaseAppDistribution.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseAppDistribution.v1 Client Library - 1.71.0.3919 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.cs b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.cs index 35cc10ed9f9..f0e29d14db9 100644 --- a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.cs +++ b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.cs @@ -935,7 +935,7 @@ public TestsResource(Google.Apis.Services.IClientService service) /// Abort automated test run on release. /// /// Required. The name of the release test resource. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` /// public virtual CancelRequest Cancel(string name) { @@ -954,7 +954,7 @@ public CancelRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. The name of the release test resource. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -987,7 +987,7 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The name of the release resource, which is the parent of the test Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}` /// public virtual CreateRequest Create(Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaReleaseTest body, string parent) { @@ -1007,7 +1007,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Fi /// /// Required. The name of the release resource, which is the parent of the test Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1061,7 +1061,7 @@ protected override void InitParameters() /// Get results for automated test run on release. /// /// Required. The name of the release test resource. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` /// public virtual GetRequest Get(string name) { @@ -1080,7 +1080,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. The name of the release test resource. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1112,7 +1112,7 @@ protected override void InitParameters() /// List results for automated tests run on release. /// /// Required. The name of the release resource, which is the parent of the tests Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}` /// public virtual ListRequest List(string parent) { @@ -1131,7 +1131,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The name of the release resource, which is the parent of the tests Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1244,18 +1244,18 @@ public TestCasesResource(Google.Apis.Services.IClientService service) this.service = service; } - /// Delete test cases. + /// Deletes multiple test cases. /// The body of the request. /// - /// Required. The parent resource where these test cases will be deleted. Format: - /// `projects/{project_number}/apps/{app_id}` + /// Required. The parent resource of the test cases being deleted. Format: + /// `projects/{project_number}/apps/{app}` /// public virtual BatchDeleteRequest BatchDelete(Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest body, string parent) { return new BatchDeleteRequest(this.service, body, parent); } - /// Delete test cases. + /// Deletes multiple test cases. public class BatchDeleteRequest : FirebaseAppDistributionBaseServiceRequest { /// Constructs a new BatchDelete request. @@ -1267,8 +1267,8 @@ public BatchDeleteRequest(Google.Apis.Services.IClientService service, Google.Ap } /// - /// Required. The parent resource where these test cases will be deleted. Format: - /// `projects/{project_number}/apps/{app_id}` + /// Required. The parent resource of the test cases being deleted. Format: + /// `projects/{project_number}/apps/{app}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1303,11 +1303,129 @@ protected override void InitParameters() } } + /// Updates multiple test cases. + /// The body of the request. + /// + /// Required. The parent resource of the test cases being updated. Format: + /// `projects/{project_number}/apps/{app}` + /// + public virtual BatchUpdateRequest BatchUpdate(Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest body, string parent) + { + return new BatchUpdateRequest(this.service, body, parent); + } + + /// Updates multiple test cases. + public class BatchUpdateRequest : FirebaseAppDistributionBaseServiceRequest + { + /// Constructs a new BatchUpdate request. + public BatchUpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource of the test cases being updated. Format: + /// `projects/{project_number}/apps/{app}` + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "batchUpdate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/testCases:batchUpdate"; + + /// Initializes BatchUpdate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/apps/[^/]+$", + }); + } + } + + /// Clears cached test runs for a specific test case and device(s). + /// The body of the request. + /// + /// Required. The name of the test case resource for which to clear the cache. Format: + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` + /// + public virtual ClearTestCaseCacheRequest ClearTestCaseCache(Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest body, string testCase) + { + return new ClearTestCaseCacheRequest(this.service, body, testCase); + } + + /// Clears cached test runs for a specific test case and device(s). + public class ClearTestCaseCacheRequest : FirebaseAppDistributionBaseServiceRequest + { + /// Constructs a new ClearTestCaseCache request. + public ClearTestCaseCacheRequest(Google.Apis.Services.IClientService service, Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest body, string testCase) : base(service) + { + TestCase = testCase; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the test case resource for which to clear the cache. Format: + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` + /// + [Google.Apis.Util.RequestParameterAttribute("testCase", Google.Apis.Util.RequestParameterType.Path)] + public virtual string TestCase { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "clearTestCaseCache"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+testCase}:clearTestCaseCache"; + + /// Initializes ClearTestCaseCache parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("testCase", new Google.Apis.Discovery.Parameter + { + Name = "testCase", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", + }); + } + } + /// Create a new test case. /// The body of the request. /// /// Required. The parent resource where this test case will be created. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// public virtual CreateRequest Create(Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaTestCase body, string parent) { @@ -1327,7 +1445,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Fi /// /// Required. The parent resource where this test case will be created. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1380,7 +1498,7 @@ protected override void InitParameters() /// Delete a test case. /// /// Required. The name of the test case resource to delete. Format: - /// `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` /// public virtual DeleteRequest Delete(string name) { @@ -1399,7 +1517,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. The name of the test case resource to delete. Format: - /// `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1431,7 +1549,7 @@ protected override void InitParameters() /// Get a test case. /// /// Required. The name of the test case resource to retrieve. Format: - /// `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` /// public virtual GetRequest Get(string name) { @@ -1450,7 +1568,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. The name of the test case resource to retrieve. Format: - /// `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1482,7 +1600,7 @@ protected override void InitParameters() /// List test cases. /// /// Required. The parent resource from which to list test cases. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// public virtual ListRequest List(string parent) { @@ -1501,7 +1619,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The parent resource from which to list test cases. Format: - /// `projects/{project_number}/apps/{app_id}` + /// `projects/{project_number}/apps/{app}` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1566,7 +1684,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. The name of the test case resource. Format: - /// `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` /// public virtual PatchRequest Patch(Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaTestCase body, string name) { @@ -1586,7 +1704,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Fir /// /// Identifier. The name of the test case resource. Format: - /// `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1639,7 +1757,7 @@ protected override void InitParameters() /// Gets configuration for automated tests. /// /// Required. The name of the `TestConfig` resource to retrieve. Format: - /// `projects/{project_number}/apps/{app_id}/testConfig` + /// `projects/{project_number}/apps/{app}/testConfig` /// public virtual GetTestConfigRequest GetTestConfig(string name) { @@ -1658,7 +1776,7 @@ public GetTestConfigRequest(Google.Apis.Services.IClientService service, string /// /// Required. The name of the `TestConfig` resource to retrieve. Format: - /// `projects/{project_number}/apps/{app_id}/testConfig` + /// `projects/{project_number}/apps/{app}/testConfig` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1691,7 +1809,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. The name of the test configuration resource. Format: - /// `projects/{project_number}/apps/{app_id}/testConfig` + /// `projects/{project_number}/apps/{app}/testConfig` /// public virtual UpdateTestConfigRequest UpdateTestConfig(Google.Apis.FirebaseAppDistribution.v1alpha.Data.GoogleFirebaseAppdistroV1alphaTestConfig body, string name) { @@ -1711,7 +1829,7 @@ public UpdateTestConfigRequest(Google.Apis.Services.IClientService service, Goog /// /// Identifier. The name of the test configuration resource. Format: - /// `projects/{project_number}/apps/{app_id}/testConfig` + /// `projects/{project_number}/apps/{app}/testConfig` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2029,7 +2147,7 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset public virtual string FirebaseConsoleUri { get; set; } /// - /// The name of the release resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}` + /// The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -2276,12 +2394,12 @@ public class GoogleFirebaseAppdistroV1alphaAssertionDetails : Google.Apis.Reques public virtual string ETag { get; set; } } - /// The request message for `DeleteTestCase`. + /// The request message for `BatchDeleteTestCase`. public class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest : Google.Apis.Requests.IDirectResponseSchema { /// /// Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one - /// batch Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// batch Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` /// [Newtonsoft.Json.JsonPropertyAttribute("names")] public virtual System.Collections.Generic.IList Names { get; set; } @@ -2290,6 +2408,30 @@ public class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest : Google. public virtual string ETag { get; set; } } + /// The request message for `BatchUpdateTestCase`. + public class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The update requests. A maximum number of 1000 test cases can be updated in one batch + /// + [Newtonsoft.Json.JsonPropertyAttribute("requests")] + public virtual System.Collections.Generic.IList Requests { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response message for `BatchUpdateTestCase`. + public class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The updated test cases. + [Newtonsoft.Json.JsonPropertyAttribute("testCases")] + public virtual System.Collections.Generic.IList TestCases { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The (empty) response message for `CancelReleaseTest`. public class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -2297,6 +2439,26 @@ public class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse : Google.Ap public virtual string ETag { get; set; } } + /// Request message for `ClearTestCaseCache`. + public class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The list of devices for which to clear the cache. If not present, clear all of them. + /// + [Newtonsoft.Json.JsonPropertyAttribute("testDevices")] + public virtual System.Collections.Generic.IList TestDevices { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response empty (google.protobuf.Empty) message for `ClearTestCaseCache` + public class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The request message for `CreateReleaseNotes`. public class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -2355,6 +2517,10 @@ public class GoogleFirebaseAppdistroV1alphaDeviceExecution : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("device")] public virtual GoogleFirebaseAppdistroV1alphaTestDevice Device { get; set; } + /// Output only. The type of execution for the test. + [Newtonsoft.Json.JsonPropertyAttribute("executionType")] + public virtual string ExecutionType { get; set; } + /// Output only. The reason why the test failed. [Newtonsoft.Json.JsonPropertyAttribute("failedReason")] public virtual string FailedReason { get; set; } @@ -2363,6 +2529,22 @@ public class GoogleFirebaseAppdistroV1alphaDeviceExecution : Google.Apis.Request [Newtonsoft.Json.JsonPropertyAttribute("inconclusiveReason")] public virtual string InconclusiveReason { get; set; } + /// + /// Identifier. The name of the device execution resource. Format: + /// `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Output only. The device execution from which cached steps were used during this execution. Note: This field + /// is only populated for ACTION_BASED_REPLAY executions. If the original device execution no longer exists, + /// this field will be empty. Format: + /// `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("originDeviceExecution")] + public virtual string OriginDeviceExecution { get; set; } + /// /// Output only. The path to a directory in Cloud Storage that will eventually contain the results for this /// execution. For example, gs://bucket/Nexus5-18-en-portrait. @@ -3049,7 +3231,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// The name of the release test resource. Format: - /// `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` + /// `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -3196,7 +3378,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Identifier. The name of the test case resource. Format: - /// `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` + /// `projects/{project_number}/apps/{app}/testCases/{test_case}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -3220,7 +3402,7 @@ public class GoogleFirebaseAppdistroV1alphaTestConfig : Google.Apis.Requests.IDi /// /// Identifier. The name of the test configuration resource. Format: - /// `projects/{project_number}/apps/{app_id}/testConfig` + /// `projects/{project_number}/apps/{app}/testConfig` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -3303,6 +3485,26 @@ public class GoogleFirebaseAppdistroV1alphaTesterUdid : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// The request message for `UpdateTestCase`. + public class GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If set to true, and the test case is not found, a new test case will be created. + /// + [Newtonsoft.Json.JsonPropertyAttribute("allowMissing")] + public virtual System.Nullable AllowMissing { get; set; } + + /// + /// Required. The test case to update. The test case's `name` field is used to identify the test case to update. + /// Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("testCase")] + public virtual GoogleFirebaseAppdistroV1alphaTestCase TestCase { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc diff --git a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.csproj b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.csproj index 2a2dd9f8cbc..1cbab087e29 100644 --- a/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.csproj +++ b/Src/Generated/Google.Apis.FirebaseAppDistribution.v1alpha/Google.Apis.FirebaseAppDistribution.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseAppDistribution.v1alpha Client Library - 1.71.0.3920 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.cs b/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.cs index 39b078d5716..92f92fd019f 100644 --- a/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.cs +++ b/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.cs @@ -2494,6 +2494,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2539,6 +2550,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2610,8 +2629,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3264,7 +3283,11 @@ public virtual System.DateTimeOffset? CommitTimeDateTimeOffset /// Additional configuration of the backend for this build. public class Config : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Environment variables for this build. + /// + /// Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable + /// afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or + /// ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error + /// [Newtonsoft.Json.JsonPropertyAttribute("env")] public virtual System.Collections.Generic.IList Env { get; set; } @@ -3946,6 +3969,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.csproj b/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.csproj index 2d7fd2a7aca..e1a62de2a10 100644 --- a/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseAppHosting.v1/Google.Apis.FirebaseAppHosting.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseAppHosting.v1 Client Library - 1.70.0.3899 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.cs b/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.cs index ec36a741645..4d4ff134be6 100644 --- a/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.cs +++ b/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.cs @@ -2486,6 +2486,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2531,6 +2542,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2602,8 +2621,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3267,7 +3286,11 @@ public virtual System.DateTimeOffset? CommitTimeDateTimeOffset /// Additional configuration of the backend for this build. public class Config : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Environment variables for this build. + /// + /// Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable + /// afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or + /// ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error + /// [Newtonsoft.Json.JsonPropertyAttribute("env")] public virtual System.Collections.Generic.IList Env { get; set; } @@ -3988,6 +4011,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.csproj b/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.csproj index 6d5bc6648ac..fa19c1f5757 100644 --- a/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.csproj +++ b/Src/Generated/Google.Apis.FirebaseAppHosting.v1beta/Google.Apis.FirebaseAppHosting.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseAppHosting.v1beta Client Library - 1.71.0.3913 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.cs b/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.cs index 40b656e8f47..f2a6674b1ae 100644 --- a/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.cs +++ b/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.cs @@ -523,6 +523,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -568,6 +579,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1752,20 +1771,14 @@ protected override void InitParameters() } } - /// - /// Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so - /// this will always return at most one Schema. - /// + /// Lists Schemas in a given project and location. /// Required. Value of parent. public virtual ListRequest List(string parent) { return new ListRequest(this.service, parent); } - /// - /// Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so - /// this will always return at most one Schema. - /// + /// Lists Schemas in a given project and location. public class ListRequest : FirebaseDataConnectBaseServiceRequest { /// Constructs a new List request. @@ -2815,8 +2828,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3156,9 +3169,10 @@ public class File : Google.Apis.Requests.IDirectResponseSchema /// GraphqlError conforms to the GraphQL error spec. https://spec.graphql.org/draft/#sec-Errors Firebase Data /// Connect API surfaces `GraphqlError` in various APIs: - Upon compile error, `UpdateSchema` and `UpdateConnector` /// return Code.Invalid_Argument with a list of `GraphqlError` in error details. - Upon query compile error, - /// `ExecuteGraphql` and `ExecuteGraphqlRead` return Code.OK with a list of `GraphqlError` in response body. - Upon - /// query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation` and `ExecuteQuery` all return - /// Code.OK with a list of `GraphqlError` in response body. + /// `ExecuteGraphql`, `ExecuteGraphqlRead` and `IntrospectGraphql` return Code.OK with a list of `GraphqlError` in + /// response body. - Upon query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation`, + /// `ExecuteQuery`, `IntrospectGraphql`, `ImpersonateQuery` and `ImpersonateMutation` all return Code.OK with a list + /// of `GraphqlError` in response body. /// public class GraphqlError : Google.Apis.Requests.IDirectResponseSchema { @@ -3168,9 +3182,10 @@ public class GraphqlError : Google.Apis.Requests.IDirectResponseSchema /// /// The source locations where the error occurred. Locations should help developers and toolings identify the - /// source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, `UpdateSchema` - /// and `UpdateConnector`) to reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and - /// `ExecuteQuery` since the caller shouldn't have access access the underlying GQL source. + /// source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, + /// `IntrospectGraphql`, `ImpersonateQuery`, `ImpersonateMutation`, `UpdateSchema` and `UpdateConnector`) to + /// reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and `ExecuteQuery` since the + /// caller shouldn't have access access the underlying GQL source. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] public virtual System.Collections.Generic.IList Locations { get; set; } @@ -3219,11 +3234,15 @@ public class GraphqlErrorExtensions : Google.Apis.Requests.IDirectResponseSchema public virtual string File { get; set; } /// - /// Distinguish which schema or connector the error originates from. It should be set on errors from control - /// plane APIs (e.g. `UpdateSchema`, `UpdateConnector`). + /// Warning level describes the severity and required action to suppress this warning when Firebase CLI run into + /// it. /// - [Newtonsoft.Json.JsonPropertyAttribute("resource")] - public virtual string Resource { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("warningLevel")] + public virtual string WarningLevel { get; set; } + + /// Workarounds provide suggestions to address the compile errors or warnings. + [Newtonsoft.Json.JsonPropertyAttribute("workarounds")] + public virtual System.Collections.Generic.IList Workarounds { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -3397,6 +3416,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3978,4 +4005,23 @@ public class Status : Google.Apis.Requests.IDirectResponseSchema /// The ETag of the item. public virtual string ETag { get; set; } } + + /// Workaround provides suggestions to address errors and warnings. + public class Workaround : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of this workaround. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Why would this workaround address the error and warning. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// A suggested code snippet to fix the error and warning. + [Newtonsoft.Json.JsonPropertyAttribute("replace")] + public virtual string Replace { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } } diff --git a/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.csproj b/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.csproj index 3e797566b67..a821bb5297e 100644 --- a/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseDataConnect.v1/Google.Apis.FirebaseDataConnect.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseDataConnect.v1 Client Library - 1.71.0.3902 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.cs b/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.cs index 11c37d0df44..d859e8a71f6 100644 --- a/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.cs +++ b/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.cs @@ -523,6 +523,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -568,6 +579,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1752,20 +1771,14 @@ protected override void InitParameters() } } - /// - /// Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so - /// this will always return at most one Schema. - /// + /// Lists Schemas in a given project and location. /// Required. Value of parent. public virtual ListRequest List(string parent) { return new ListRequest(this.service, parent); } - /// - /// Lists Schemas in a given project and location. Note that only `schemas/main` is supported, so - /// this will always return at most one Schema. - /// + /// Lists Schemas in a given project and location. public class ListRequest : FirebaseDataConnectBaseServiceRequest { /// Constructs a new List request. @@ -2815,8 +2828,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3156,9 +3169,10 @@ public class File : Google.Apis.Requests.IDirectResponseSchema /// GraphqlError conforms to the GraphQL error spec. https://spec.graphql.org/draft/#sec-Errors Firebase Data /// Connect API surfaces `GraphqlError` in various APIs: - Upon compile error, `UpdateSchema` and `UpdateConnector` /// return Code.Invalid_Argument with a list of `GraphqlError` in error details. - Upon query compile error, - /// `ExecuteGraphql` and `ExecuteGraphqlRead` return Code.OK with a list of `GraphqlError` in response body. - Upon - /// query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation` and `ExecuteQuery` all return - /// Code.OK with a list of `GraphqlError` in response body. + /// `ExecuteGraphql`, `ExecuteGraphqlRead` and `IntrospectGraphql` return Code.OK with a list of `GraphqlError` in + /// response body. - Upon query execution error, `ExecuteGraphql`, `ExecuteGraphqlRead`, `ExecuteMutation`, + /// `ExecuteQuery`, `IntrospectGraphql`, `ImpersonateQuery` and `ImpersonateMutation` all return Code.OK with a list + /// of `GraphqlError` in response body. /// public class GraphqlError : Google.Apis.Requests.IDirectResponseSchema { @@ -3168,9 +3182,10 @@ public class GraphqlError : Google.Apis.Requests.IDirectResponseSchema /// /// The source locations where the error occurred. Locations should help developers and toolings identify the - /// source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, `UpdateSchema` - /// and `UpdateConnector`) to reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and - /// `ExecuteQuery` since the caller shouldn't have access access the underlying GQL source. + /// source of error quickly. Included in admin endpoints (`ExecuteGraphql`, `ExecuteGraphqlRead`, + /// `IntrospectGraphql`, `ImpersonateQuery`, `ImpersonateMutation`, `UpdateSchema` and `UpdateConnector`) to + /// reference the provided GraphQL GQL document. Omitted in `ExecuteMutation` and `ExecuteQuery` since the + /// caller shouldn't have access access the underlying GQL source. /// [Newtonsoft.Json.JsonPropertyAttribute("locations")] public virtual System.Collections.Generic.IList Locations { get; set; } @@ -3219,11 +3234,15 @@ public class GraphqlErrorExtensions : Google.Apis.Requests.IDirectResponseSchema public virtual string File { get; set; } /// - /// Distinguish which schema or connector the error originates from. It should be set on errors from control - /// plane APIs (e.g. `UpdateSchema`, `UpdateConnector`). + /// Warning level describes the severity and required action to suppress this warning when Firebase CLI run into + /// it. /// - [Newtonsoft.Json.JsonPropertyAttribute("resource")] - public virtual string Resource { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("warningLevel")] + public virtual string WarningLevel { get; set; } + + /// Workarounds provide suggestions to address the compile errors or warnings. + [Newtonsoft.Json.JsonPropertyAttribute("workarounds")] + public virtual System.Collections.Generic.IList Workarounds { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -3397,6 +3416,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3978,4 +4005,23 @@ public class Status : Google.Apis.Requests.IDirectResponseSchema /// The ETag of the item. public virtual string ETag { get; set; } } + + /// Workaround provides suggestions to address errors and warnings. + public class Workaround : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of this workaround. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Why would this workaround address the error and warning. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// A suggested code snippet to fix the error and warning. + [Newtonsoft.Json.JsonPropertyAttribute("replace")] + public virtual string Replace { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } } diff --git a/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.csproj b/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.csproj index 13aec704ce5..02b367091a8 100644 --- a/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.csproj +++ b/Src/Generated/Google.Apis.FirebaseDataConnect.v1beta/Google.Apis.FirebaseDataConnect.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseDataConnect.v1beta Client Library - 1.71.0.3902 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.cs b/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.cs index 6af2814c7f4..5ad0ea94a70 100644 --- a/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.cs +++ b/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.cs @@ -437,9 +437,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable - /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading - /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by - /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading + /// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is + /// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -535,8 +535,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj b/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj index 098e94e0bfd..77668a96ce1 100644 --- a/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj +++ b/Src/Generated/Google.Apis.FirebaseML.v1/Google.Apis.FirebaseML.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseML.v1 Client Library - 1.71.0.3924 + 1.72.0.3972 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.cs b/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.cs index 4177e14055b..61606f10252 100644 --- a/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.cs +++ b/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.cs @@ -723,17 +723,19 @@ public class GoogleCloudAiplatformV1beta1AuthConfigOidcConfig : Google.Apis.Requ public virtual string ETag { get; set; } } - /// Content blob. + /// + /// A content blob. A Blob contains data of a specific media type. It is used to represent images, audio, and video. + /// public class GoogleCloudAiplatformV1beta1Blob : Google.Apis.Requests.IDirectResponseSchema { - /// Required. Raw bytes. + /// Required. The raw bytes of the data. [Newtonsoft.Json.JsonPropertyAttribute("data")] public virtual string Data { get; set; } /// - /// Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is - /// only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent - /// calls only when server side tools (code_execution, google_search, and url_context) are enabled. + /// Optional. The display name of the blob. Used to provide a label or filename to distinguish blobs. This field + /// is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when + /// server-side tools (`code_execution`, `google_search`, and `url_context`) are enabled. /// [Newtonsoft.Json.JsonPropertyAttribute("displayName")] public virtual string DisplayName { get; set; } @@ -749,52 +751,68 @@ public class GoogleCloudAiplatformV1beta1Blob : Google.Apis.Requests.IDirectResp /// A response candidate generated from the model. public class GoogleCloudAiplatformV1beta1Candidate : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. Average log probability score of the candidate. + /// + /// Output only. The average log probability of the tokens in this candidate. This is a length-normalized score + /// that can be used to compare the quality of candidates of different lengths. A higher average log probability + /// suggests a more confident and coherent response. + /// [Newtonsoft.Json.JsonPropertyAttribute("avgLogprobs")] public virtual System.Nullable AvgLogprobs { get; set; } - /// Output only. Source attribution of the generated content. + /// Output only. A collection of citations that apply to the generated content. [Newtonsoft.Json.JsonPropertyAttribute("citationMetadata")] public virtual GoogleCloudAiplatformV1beta1CitationMetadata CitationMetadata { get; set; } - /// Output only. Content parts of the candidate. + /// Output only. The content of the candidate. [Newtonsoft.Json.JsonPropertyAttribute("content")] public virtual GoogleCloudAiplatformV1beta1Content Content { get; set; } /// - /// Output only. Describes the reason the mode stopped generating tokens in more detail. This is only filled - /// when `finish_reason` is set. + /// Output only. Describes the reason the model stopped generating tokens in more detail. This field is returned + /// only when `finish_reason` is set. /// [Newtonsoft.Json.JsonPropertyAttribute("finishMessage")] public virtual string FinishMessage { get; set; } /// /// Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped - /// generating the tokens. + /// generating. /// [Newtonsoft.Json.JsonPropertyAttribute("finishReason")] public virtual string FinishReason { get; set; } - /// Output only. Metadata specifies sources used to ground generated content. + /// + /// Output only. Metadata returned when grounding is enabled. It contains the sources used to ground the + /// generated content. + /// [Newtonsoft.Json.JsonPropertyAttribute("groundingMetadata")] public virtual GoogleCloudAiplatformV1beta1GroundingMetadata GroundingMetadata { get; set; } - /// Output only. Index of the candidate. + /// + /// Output only. The 0-based index of this candidate in the list of generated responses. This is useful for + /// distinguishing between multiple candidates when `candidate_count` &gt; 1. + /// [Newtonsoft.Json.JsonPropertyAttribute("index")] public virtual System.Nullable Index { get; set; } - /// Output only. Log-likelihood scores for the response tokens and top tokens + /// + /// Output only. The detailed log probability information for the tokens in this candidate. This is useful for + /// debugging, understanding model uncertainty, and identifying potential "hallucinations". + /// [Newtonsoft.Json.JsonPropertyAttribute("logprobsResult")] public virtual GoogleCloudAiplatformV1beta1LogprobsResult LogprobsResult { get; set; } /// - /// Output only. List of ratings for the safety of a response candidate. There is at most one rating per + /// Output only. A list of ratings for the safety of a response candidate. There is at most one rating per /// category. /// [Newtonsoft.Json.JsonPropertyAttribute("safetyRatings")] public virtual System.Collections.Generic.IList SafetyRatings { get; set; } - /// Output only. Metadata related to url context retrieval tool. + /// + /// Output only. Metadata returned when the model uses the `url_context` tool to get information from a + /// user-provided URL. + /// [Newtonsoft.Json.JsonPropertyAttribute("urlContextMetadata")] public virtual GoogleCloudAiplatformV1beta1UrlContextMetadata UrlContextMetadata { get; set; } @@ -802,30 +820,30 @@ public class GoogleCloudAiplatformV1beta1Candidate : Google.Apis.Requests.IDirec public virtual string ETag { get; set; } } - /// Source attributions for content. + /// A citation for a piece of generatedcontent. public class GoogleCloudAiplatformV1beta1Citation : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. End index into the content. + /// Output only. The end index of the citation in the content. [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] public virtual System.Nullable EndIndex { get; set; } - /// Output only. License of the attribution. + /// Output only. The license of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("license")] public virtual string License { get; set; } - /// Output only. Publication date of the attribution. + /// Output only. The publication date of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("publicationDate")] public virtual Date PublicationDate { get; set; } - /// Output only. Start index into the content. + /// Output only. The start index of the citation in the content. [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] public virtual System.Nullable StartIndex { get; set; } - /// Output only. Title of the attribution. + /// Output only. The title of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// Output only. Url reference of the attribution. + /// Output only. The URI of the source of the citation. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -833,10 +851,10 @@ public class GoogleCloudAiplatformV1beta1Citation : Google.Apis.Requests.IDirect public virtual string ETag { get; set; } } - /// A collection of source attributions for a piece of content. + /// A collection of citations that apply to a piece of generated content. public class GoogleCloudAiplatformV1beta1CitationMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. List of citations. + /// Output only. A list of citations for the content. [Newtonsoft.Json.JsonPropertyAttribute("citations")] public virtual System.Collections.Generic.IList Citations { get; set; } @@ -865,21 +883,21 @@ public class GoogleCloudAiplatformV1beta1CodeExecutionResult : Google.Apis.Reque } /// - /// The base structured datatype containing multi-part content of a message. A `Content` includes a `role` field - /// designating the producer of the `Content` and a `parts` field containing multi-part data that contains the - /// content of the message turn. + /// The structured data content of a message. A Content message contains a `role` field, which indicates the + /// producer of the content, and a `parts` field, which contains the multi-part data of the message. /// public class GoogleCloudAiplatformV1beta1Content : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. Ordered `Parts` that constitute a single message. Parts may have different IANA MIME types. + /// Required. A list of Part objects that make up a single message. Parts of a message can have different MIME + /// types. A Content message must have at least one Part. /// [Newtonsoft.Json.JsonPropertyAttribute("parts")] public virtual System.Collections.Generic.IList Parts { get; set; } /// - /// Optional. The producer of the content. Must be either 'user' or 'model'. Useful to set for multi-turn - /// conversations, otherwise can be left blank or unset. + /// Optional. The producer of the content. Must be either 'user' or 'model'. If not set, the service will + /// default to 'user'. /// [Newtonsoft.Json.JsonPropertyAttribute("role")] public virtual string Role { get; set; } @@ -1073,19 +1091,21 @@ public class GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams : Google. public virtual string ETag { get; set; } } - /// URI based data. + /// + /// URI-based data. A FileData message contains a URI pointing to data of a specific media type. It is used to + /// represent images, audio, and video stored in Google Cloud Storage. + /// public class GoogleCloudAiplatformV1beta1FileData : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This - /// field is only returned in PromptMessage for prompt management. It is currently used in the Gemini - /// GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are - /// enabled. + /// Optional. The display name of the file. Used to provide a label or filename to distinguish files. This field + /// is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server + /// side tools (`code_execution`, `google_search`, and `url_context`) are enabled. /// [Newtonsoft.Json.JsonPropertyAttribute("displayName")] public virtual string DisplayName { get; set; } - /// Required. URI. + /// Required. The URI of the file in Google Cloud Storage. [Newtonsoft.Json.JsonPropertyAttribute("fileUri")] public virtual string FileUri { get; set; } @@ -1121,6 +1141,20 @@ public class GoogleCloudAiplatformV1beta1FunctionCall : Google.Apis.Requests.IDi [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Optional. The partial argument value of the function call. If provided, represents the arguments/fields that + /// are streamed incrementally. + /// + [Newtonsoft.Json.JsonPropertyAttribute("partialArgs")] + public virtual System.Collections.Generic.IList PartialArgs { get; set; } + + /// + /// Optional. Whether this is the last part of the FunctionCall. If true, another partial message for the + /// current FunctionCall is expected to follow. + /// + [Newtonsoft.Json.JsonPropertyAttribute("willContinue")] + public virtual System.Nullable WillContinue { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -1140,6 +1174,14 @@ public class GoogleCloudAiplatformV1beta1FunctionCallingConfig : Google.Apis.Req [Newtonsoft.Json.JsonPropertyAttribute("mode")] public virtual string Mode { get; set; } + /// + /// Optional. When set to true, arguments of a single function call will be streamed out in multiple + /// parts/contents/responses. Partial parameter results will be returned in the [FunctionCall.partial_args] + /// field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("streamFunctionCallArguments")] + public virtual System.Nullable StreamFunctionCallArguments { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -1161,7 +1203,7 @@ public class GoogleCloudAiplatformV1beta1FunctionDeclaration : Google.Apis.Reque /// /// Required. The name of the function to call. Must start with a letter or an underscore. Must be a-z, A-Z, - /// 0-9, or contain underscores, dots and dashes, with a maximum length of 64. + /// 0-9, or contain underscores, dots, colons and dashes, with a maximum length of 64. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -1229,6 +1271,12 @@ public class GoogleCloudAiplatformV1beta1FunctionResponse : Google.Apis.Requests [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Optional. Ordered `Parts` that constitute a function response. Parts may have different IANA MIME types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("parts")] + public virtual System.Collections.Generic.IList Parts { get; set; } + /// /// Required. The function response in JSON object format. Use "output" key to specify function output and /// "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole @@ -1241,6 +1289,75 @@ public class GoogleCloudAiplatformV1beta1FunctionResponse : Google.Apis.Requests public virtual string ETag { get; set; } } + /// + /// Raw media bytes for function response. Text should not be sent as raw bytes, use the 'text' field. + /// + public class GoogleCloudAiplatformV1beta1FunctionResponseBlob : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Raw bytes. + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual string Data { get; set; } + + /// + /// Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is + /// only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent + /// calls only when server side tools (code_execution, google_search, and url_context) are enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Required. The IANA standard MIME type of the source data. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// URI based data for function response. + public class GoogleCloudAiplatformV1beta1FunctionResponseFileData : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This + /// field is only returned in PromptMessage for prompt management. It is currently used in the Gemini + /// GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are + /// enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Required. URI. + [Newtonsoft.Json.JsonPropertyAttribute("fileUri")] + public virtual string FileUri { get; set; } + + /// Required. The IANA standard MIME type of the source data. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A datatype containing media that is part of a `FunctionResponse` message. A `FunctionResponsePart` consists of + /// data which has an associated datatype. A `FunctionResponsePart` can only contain one of the accepted types in + /// `FunctionResponsePart.data`. A `FunctionResponsePart` must have a fixed IANA MIME type identifying the type and + /// subtype of the media if the `inline_data` field is filled with raw bytes. + /// + public class GoogleCloudAiplatformV1beta1FunctionResponsePart : Google.Apis.Requests.IDirectResponseSchema + { + /// URI based data. + [Newtonsoft.Json.JsonPropertyAttribute("fileData")] + public virtual GoogleCloudAiplatformV1beta1FunctionResponseFileData FileData { get; set; } + + /// Inline media bytes. + [Newtonsoft.Json.JsonPropertyAttribute("inlineData")] + public virtual GoogleCloudAiplatformV1beta1FunctionResponseBlob InlineData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for [PredictionService.GenerateContent]. public class GoogleCloudAiplatformV1beta1GenerateContentRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -1472,22 +1589,38 @@ public class GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata : public virtual string ETag { get; set; } } - /// Generation config. + /// + /// Configuration for content generation. This message contains all the parameters that control how the model + /// generates content. It allows you to influence the randomness, length, and structure of the output. + /// public class GoogleCloudAiplatformV1beta1GenerationConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. If enabled, audio timestamp will be included in the request to the model. + /// + /// Optional. If enabled, audio timestamps will be included in the request to the model. This can be useful for + /// synchronizing audio with other modalities in the response. + /// [Newtonsoft.Json.JsonPropertyAttribute("audioTimestamp")] public virtual System.Nullable AudioTimestamp { get; set; } - /// Optional. Number of candidates to generate. + /// + /// Optional. The number of candidate responses to generate. A higher `candidate_count` can provide more options + /// to choose from, but it also consumes more resources. This can be useful for generating a variety of + /// responses and selecting the best one. + /// [Newtonsoft.Json.JsonPropertyAttribute("candidateCount")] public virtual System.Nullable CandidateCount { get; set; } - /// Optional. If enabled, the model will detect emotions and adapt its responses accordingly. + /// + /// Optional. If enabled, the model will detect emotions and adapt its responses accordingly. For example, if + /// the model detects that the user is frustrated, it may provide a more empathetic response. + /// [Newtonsoft.Json.JsonPropertyAttribute("enableAffectiveDialog")] public virtual System.Nullable EnableAffectiveDialog { get; set; } - /// Optional. Frequency penalties. + /// + /// Optional. Penalizes tokens based on their frequency in the generated text. A positive value helps to reduce + /// the repetition of words and phrases. Valid values can range from [-2.0, 2.0]. + /// [Newtonsoft.Json.JsonPropertyAttribute("frequencyPenalty")] public virtual System.Nullable FrequencyPenalty { get; set; } @@ -1495,15 +1628,28 @@ public class GoogleCloudAiplatformV1beta1GenerationConfig : Google.Apis.Requests [Newtonsoft.Json.JsonPropertyAttribute("imageConfig")] public virtual GoogleCloudAiplatformV1beta1ImageConfig ImageConfig { get; set; } - /// Optional. Logit probabilities. + /// + /// Optional. The number of top log probabilities to return for each token. This can be used to see which other + /// tokens were considered likely candidates for a given position. A higher value will return more options, but + /// it will also increase the size of the response. + /// [Newtonsoft.Json.JsonPropertyAttribute("logprobs")] public virtual System.Nullable Logprobs { get; set; } - /// Optional. The maximum number of output tokens to generate per message. + /// + /// Optional. The maximum number of tokens to generate in the response. A token is approximately four + /// characters. The default value varies by model. This parameter can be used to control the length of the + /// generated text and prevent overly long responses. + /// [Newtonsoft.Json.JsonPropertyAttribute("maxOutputTokens")] public virtual System.Nullable MaxOutputTokens { get; set; } - /// Optional. If specified, the media resolution specified will be used. + /// + /// Optional. The token resolution at which input media content is sampled. This is used to control the + /// trade-off between the quality of the response and the number of tokens used to represent the media. A higher + /// resolution allows the model to perceive more detail, which can lead to a more nuanced response, but it will + /// also use more tokens. This does not affect the image dimensions sent to the model. + /// [Newtonsoft.Json.JsonPropertyAttribute("mediaResolution")] public virtual string MediaResolution { get; set; } @@ -1511,46 +1657,51 @@ public class GoogleCloudAiplatformV1beta1GenerationConfig : Google.Apis.Requests [Newtonsoft.Json.JsonPropertyAttribute("modelConfig")] public virtual GoogleCloudAiplatformV1beta1GenerationConfigModelConfig ModelConfig { get; set; } - /// Optional. Positive penalties. + /// + /// Optional. Penalizes tokens that have already appeared in the generated text. A positive value encourages the + /// model to generate more diverse and less repetitive text. Valid values can range from [-2.0, 2.0]. + /// [Newtonsoft.Json.JsonPropertyAttribute("presencePenalty")] public virtual System.Nullable PresencePenalty { get; set; } /// - /// Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts - /// [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` - /// is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the - /// following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - - /// `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - - /// `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - - /// `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic - /// references are unrolled to a limited degree and, as such, may only be used within non-required properties. - /// (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for - /// than those starting as a `$`, may be set. + /// Optional. When this field is set, response_schema must be omitted and response_mime_type must be set to + /// `application/json`. /// [Newtonsoft.Json.JsonPropertyAttribute("responseJsonSchema")] public virtual object ResponseJsonSchema { get; set; } - /// Optional. If true, export the logprobs results in response. + /// + /// Optional. If set to true, the log probabilities of the output tokens are returned. Log probabilities are the + /// logarithm of the probability of a token appearing in the output. A higher log probability means the token is + /// more likely to be generated. This can be useful for analyzing the model's confidence in its own output and + /// for debugging. + /// [Newtonsoft.Json.JsonPropertyAttribute("responseLogprobs")] public virtual System.Nullable ResponseLogprobs { get; set; } /// - /// Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: - /// (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted - /// to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature. + /// Optional. The IANA standard MIME type of the response. The model will generate output that conforms to this + /// MIME type. Supported values include 'text/plain' (default) and 'application/json'. The model needs to be + /// prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview + /// feature. /// [Newtonsoft.Json.JsonPropertyAttribute("responseMimeType")] public virtual string ResponseMimeType { get; set; } - /// Optional. The modalities of the response. + /// + /// Optional. The modalities of the response. The model will generate a response that includes all the specified + /// modalities. For example, if this is set to `[TEXT, IMAGE]`, the response will include both text and an + /// image. + /// [Newtonsoft.Json.JsonPropertyAttribute("responseModalities")] public virtual System.Collections.Generic.IList ResponseModalities { get; set; } /// - /// Optional. The `Schema` object allows the definition of input and output data types. These types can be - /// objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema - /// object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be - /// set. Compatible mimetypes: `application/json`: Schema for JSON response. + /// Optional. Lets you to specify a schema for the model's response, ensuring that the output conforms to a + /// particular structure. This is useful for generating structured data such as JSON. The schema is a subset of + /// the [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema) object. When this field is set, + /// you must also set the `response_mime_type` to `application/json`. /// [Newtonsoft.Json.JsonPropertyAttribute("responseSchema")] public virtual GoogleCloudAiplatformV1beta1Schema ResponseSchema { get; set; } @@ -1559,7 +1710,14 @@ public class GoogleCloudAiplatformV1beta1GenerationConfig : Google.Apis.Requests [Newtonsoft.Json.JsonPropertyAttribute("routingConfig")] public virtual GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig RoutingConfig { get; set; } - /// Optional. Seed. + /// + /// Optional. A seed for the random number generator. By setting a seed, you can make the model's output mostly + /// deterministic. For a given prompt and parameters (like temperature, top_p, etc.), the model will produce the + /// same response every time. However, it's not a guaranteed absolute deterministic behavior. This is different + /// from parameters like `temperature`, which control the *level* of randomness. `seed` ensures that the + /// "random" choices the model makes are the same on every run, making it essential for testing and ensuring + /// reproducible results. + /// [Newtonsoft.Json.JsonPropertyAttribute("seed")] public virtual System.Nullable Seed { get; set; } @@ -1567,26 +1725,45 @@ public class GoogleCloudAiplatformV1beta1GenerationConfig : Google.Apis.Requests [Newtonsoft.Json.JsonPropertyAttribute("speechConfig")] public virtual GoogleCloudAiplatformV1beta1SpeechConfig SpeechConfig { get; set; } - /// Optional. Stop sequences. + /// + /// Optional. A list of character sequences that will stop the model from generating further tokens. If a stop + /// sequence is generated, the output will end at that point. This is useful for controlling the length and + /// structure of the output. For example, you can use ["\n", "###"] to stop generation at a new line or a + /// specific marker. + /// [Newtonsoft.Json.JsonPropertyAttribute("stopSequences")] public virtual System.Collections.Generic.IList StopSequences { get; set; } - /// Optional. Controls the randomness of predictions. + /// + /// Optional. Controls the randomness of the output. A higher temperature results in more creative and diverse + /// responses, while a lower temperature makes the output more predictable and focused. The valid range is (0.0, + /// 2.0]. + /// [Newtonsoft.Json.JsonPropertyAttribute("temperature")] public virtual System.Nullable Temperature { get; set; } /// - /// Optional. Config for thinking features. An error will be returned if this field is set for models that don't - /// support thinking. + /// Optional. Configuration for thinking features. An error will be returned if this field is set for models + /// that don't support thinking. /// [Newtonsoft.Json.JsonPropertyAttribute("thinkingConfig")] public virtual GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig ThinkingConfig { get; set; } - /// Optional. If specified, top-k sampling will be used. + /// + /// Optional. Specifies the top-k sampling threshold. The model considers only the top k most probable tokens + /// for the next token. This can be useful for generating more coherent and less random text. For example, a + /// `top_k` of 40 means the model will choose the next word from the 40 most likely words. + /// [Newtonsoft.Json.JsonPropertyAttribute("topK")] public virtual System.Nullable TopK { get; set; } - /// Optional. If specified, nucleus sampling will be used. + /// + /// Optional. Specifies the nucleus sampling threshold. The model considers only the smallest set of tokens + /// whose cumulative probability is at least `top_p`. This helps generate more diverse and less repetitive + /// responses. For example, a `top_p` of 0.9 means the model considers tokens until the cumulative probability + /// of the tokens to select from reaches 0.9. It's recommended to adjust either temperature or `top_p`, but not + /// both. + /// [Newtonsoft.Json.JsonPropertyAttribute("topP")] public virtual System.Nullable TopP { get; set; } @@ -1605,14 +1782,17 @@ public class GoogleCloudAiplatformV1beta1GenerationConfigModelConfig : Google.Ap public virtual string ETag { get; set; } } - /// The configuration for routing the request to a specific model. + /// + /// The configuration for routing the request to a specific model. This can be used to control which model is used + /// for the generation, either automatically or by specifying a model name. + /// public class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Automated routing. + /// In this mode, the model is selected automatically based on the content of the request. [Newtonsoft.Json.JsonPropertyAttribute("autoMode")] public virtual GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode AutoMode { get; set; } - /// Manual routing. + /// In this mode, the model is specified manually. [Newtonsoft.Json.JsonPropertyAttribute("manualMode")] public virtual GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode ManualMode { get; set; } @@ -1621,8 +1801,8 @@ public class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig : Google. } /// - /// When automated routing is specified, the routing will be determined by the pretrained routing model and customer - /// provided model routing preference. + /// The configuration for automated routing. When automated routing is specified, the routing will be determined by + /// the pretrained routing model and customer provided model routing preference. /// public class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode : Google.Apis.Requests.IDirectResponseSchema { @@ -1634,13 +1814,13 @@ public class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutin public virtual string ETag { get; set; } } - /// When manual routing is set, the specified model will be used directly. + /// + /// The configuration for manual routing. When manual routing is specified, the model will be selected based on the + /// model name provided. + /// public class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The model name to use. Only the public LLM models are accepted. See [Supported - /// models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#supported-models). - /// + /// The name of the model to use. Only public LLM models are accepted. [Newtonsoft.Json.JsonPropertyAttribute("modelName")] public virtual string ModelName { get; set; } @@ -1648,20 +1828,32 @@ public class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRout public virtual string ETag { get; set; } } - /// Config for thinking features. + /// + /// Configuration for the model's thinking features. "Thinking" is a process where the model breaks down a complex + /// task into smaller, manageable steps. This allows the model to reason about the task, plan its approach, and + /// execute the plan to generate a high-quality response. + /// public class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when - /// available. + /// Optional. If true, the model will include its thoughts in the response. "Thoughts" are the intermediate + /// steps the model takes to arrive at the final response. They can provide insights into the model's reasoning + /// process and help with debugging. If this is true, thoughts are returned only when available. /// [Newtonsoft.Json.JsonPropertyAttribute("includeThoughts")] public virtual System.Nullable IncludeThoughts { get; set; } - /// Optional. Indicates the thinking budget in tokens. + /// + /// Optional. The token budget for the model's thinking process. The model will make a best effort to stay + /// within this budget. This can be used to control the trade-off between response quality and latency. + /// [Newtonsoft.Json.JsonPropertyAttribute("thinkingBudget")] public virtual System.Nullable ThinkingBudget { get; set; } + /// Optional. The number of thoughts tokens that the model should generate. + [Newtonsoft.Json.JsonPropertyAttribute("thinkingLevel")] + public virtual string ThinkingLevel { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -1688,18 +1880,27 @@ public class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval : Google.Apis.Req public virtual string ETag { get; set; } } - /// Grounding chunk. + /// + /// A piece of evidence that supports a claim made by the model. This is used to show a citation for a claim made by + /// the model. When grounding is enabled, the model returns a `GroundingChunk` that contains a reference to the + /// source of the information. + /// public class GoogleCloudAiplatformV1beta1GroundingChunk : Google.Apis.Requests.IDirectResponseSchema { - /// Grounding chunk from Google Maps. + /// A grounding chunk from Google Maps. See the `Maps` message for details. [Newtonsoft.Json.JsonPropertyAttribute("maps")] public virtual GoogleCloudAiplatformV1beta1GroundingChunkMaps Maps { get; set; } - /// Grounding chunk from context retrieved by the retrieval tools. + /// + /// A grounding chunk from a data source retrieved by a retrieval tool, such as Vertex AI Search. See the + /// `RetrievedContext` message for details + /// [Newtonsoft.Json.JsonPropertyAttribute("retrievedContext")] public virtual GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext RetrievedContext { get; set; } - /// Grounding chunk from the web. + /// + /// A grounding chunk from a web page, typically from Google Search. See the `Web` message for details. + /// [Newtonsoft.Json.JsonPropertyAttribute("web")] public virtual GoogleCloudAiplatformV1beta1GroundingChunkWeb Web { get; set; } @@ -1707,31 +1908,35 @@ public class GoogleCloudAiplatformV1beta1GroundingChunk : Google.Apis.Requests.I public virtual string ETag { get; set; } } - /// Chunk from Google Maps. + /// + /// A `Maps` chunk is a piece of evidence that comes from Google Maps. It contains information about a place, such + /// as its name, address, and reviews. This is used to provide the user with rich, location-based information. + /// public class GoogleCloudAiplatformV1beta1GroundingChunkMaps : Google.Apis.Requests.IDirectResponseSchema { /// - /// Sources used to generate the place answer. This includes review snippets and photos that were used to - /// generate the answer, as well as uris to flag content. + /// The sources that were used to generate the place answer. This includes review snippets and photos that were + /// used to generate the answer, as well as URIs to flag content. /// [Newtonsoft.Json.JsonPropertyAttribute("placeAnswerSources")] public virtual GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources PlaceAnswerSources { get; set; } /// - /// This Place's resource name, in `places/{place_id}` format. Can be used to look up the Place. + /// This Place's resource name, in `places/{place_id}` format. This can be used to look up the place in the + /// Google Maps API. /// [Newtonsoft.Json.JsonPropertyAttribute("placeId")] public virtual string PlaceId { get; set; } - /// Text of the place answer. + /// The text of the place answer. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } - /// Title of the place. + /// The title of the place. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URI reference of the place. + /// The URI of the place. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -1739,10 +1944,13 @@ public class GoogleCloudAiplatformV1beta1GroundingChunkMaps : Google.Apis.Reques public virtual string ETag { get; set; } } - /// Sources used to generate the place answer. + /// + /// The sources that were used to generate the place answer. This includes review snippets and photos that were used + /// to generate the answer, as well as URIs to flag content. + /// public class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources : Google.Apis.Requests.IDirectResponseSchema { - /// Snippets of reviews that are used to generate the answer. + /// Snippets of reviews that were used to generate the answer. [Newtonsoft.Json.JsonPropertyAttribute("reviewSnippets")] public virtual System.Collections.Generic.IList ReviewSnippets { get; set; } @@ -1750,18 +1958,18 @@ public class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources : public virtual string ETag { get; set; } } - /// Encapsulates a review snippet. + /// A review snippet that is used to generate the answer. public class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet : Google.Apis.Requests.IDirectResponseSchema { /// A link to show the review on Google Maps. [Newtonsoft.Json.JsonPropertyAttribute("googleMapsUri")] public virtual string GoogleMapsUri { get; set; } - /// Id of the review referencing the place. + /// The ID of the review that is being referenced. [Newtonsoft.Json.JsonPropertyAttribute("reviewId")] public virtual string ReviewId { get; set; } - /// Title of the review. + /// The title of the review. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } @@ -1769,28 +1977,36 @@ public class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesRev public virtual string ETag { get; set; } } - /// Chunk from context retrieved by the retrieval tools. + /// + /// Context retrieved from a data source to ground the model's response. This is used when a retrieval tool fetches + /// information from a user-provided corpus or a public dataset. + /// public class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The full document name for the referenced Vertex AI Search document. + /// + /// Output only. The full resource name of the referenced Vertex AI Search document. This is used to identify + /// the specific document that was retrieved. The format is + /// `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}`. + /// [Newtonsoft.Json.JsonPropertyAttribute("documentName")] public virtual string DocumentName { get; set; } /// - /// Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool. + /// Additional context for a Retrieval-Augmented Generation (RAG) retrieval result. This is populated only when + /// the RAG retrieval tool is used. /// [Newtonsoft.Json.JsonPropertyAttribute("ragChunk")] public virtual GoogleCloudAiplatformV1beta1RagChunk RagChunk { get; set; } - /// Text of the attribution. + /// The content of the retrieved data source. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } - /// Title of the attribution. + /// The title of the retrieved data source. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URI reference of the attribution. + /// The URI of the retrieved data source. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -1798,18 +2014,24 @@ public class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext : Google public virtual string ETag { get; set; } } - /// Chunk from the web. + /// + /// A `Web` chunk is a piece of evidence that comes from a web page. It contains the URI of the web page, the title + /// of the page, and the domain of the page. This is used to provide the user with a link to the source of the + /// information. + /// public class GoogleCloudAiplatformV1beta1GroundingChunkWeb : Google.Apis.Requests.IDirectResponseSchema { - /// Domain of the (original) URI. + /// + /// The domain of the web page that contains the evidence. This can be used to filter out low-quality sources. + /// [Newtonsoft.Json.JsonPropertyAttribute("domain")] public virtual string Domain { get; set; } - /// Title of the chunk. + /// The title of the web page that contains the evidence. [Newtonsoft.Json.JsonPropertyAttribute("title")] public virtual string Title { get; set; } - /// URI reference of the chunk. + /// The URI of the web page that contains the evidence. [Newtonsoft.Json.JsonPropertyAttribute("uri")] public virtual string Uri { get; set; } @@ -1817,44 +2039,62 @@ public class GoogleCloudAiplatformV1beta1GroundingChunkWeb : Google.Apis.Request public virtual string ETag { get; set; } } - /// Metadata returned to client when grounding is enabled. + /// + /// Information about the sources that support the content of a response. When grounding is enabled, the model + /// returns citations for claims in the response. This object contains the retrieved sources. + /// public class GoogleCloudAiplatformV1beta1GroundingMetadata : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Output only. Resource name of the Google Maps widget context token to be used with the - /// PlacesContextElement widget to render contextual data. This is populated only for Google Maps grounding. + /// Optional. Output only. A token that can be used to render a Google Maps widget with the contextual data. + /// This field is populated only when the grounding source is Google Maps. /// [Newtonsoft.Json.JsonPropertyAttribute("googleMapsWidgetContextToken")] public virtual string GoogleMapsWidgetContextToken { get; set; } - /// List of supporting references retrieved from specified grounding source. + /// + /// A list of supporting references retrieved from the grounding source. This field is populated when the + /// grounding source is Google Search, Vertex AI Search, or Google Maps. + /// [Newtonsoft.Json.JsonPropertyAttribute("groundingChunks")] public virtual System.Collections.Generic.IList GroundingChunks { get; set; } - /// Optional. List of grounding support. + /// + /// Optional. A list of grounding supports that connect the generated content to the grounding chunks. This + /// field is populated when the grounding source is Google Search or Vertex AI Search. + /// [Newtonsoft.Json.JsonPropertyAttribute("groundingSupports")] public virtual System.Collections.Generic.IList GroundingSupports { get; set; } - /// Optional. Output only. Retrieval metadata. + /// Optional. Output only. Metadata related to the retrieval grounding source. [Newtonsoft.Json.JsonPropertyAttribute("retrievalMetadata")] public virtual GoogleCloudAiplatformV1beta1RetrievalMetadata RetrievalMetadata { get; set; } - /// Optional. Queries executed by the retrieval tools. + /// + /// Optional. The queries that were executed by the retrieval tools. This field is populated only when the + /// grounding source is a retrieval tool, such as Vertex AI Search. + /// [Newtonsoft.Json.JsonPropertyAttribute("retrievalQueries")] public virtual System.Collections.Generic.IList RetrievalQueries { get; set; } - /// Optional. Google search entry for the following-up web searches. + /// + /// Optional. A web search entry point that can be used to display search results. This field is populated only + /// when the grounding source is Google Search. + /// [Newtonsoft.Json.JsonPropertyAttribute("searchEntryPoint")] public virtual GoogleCloudAiplatformV1beta1SearchEntryPoint SearchEntryPoint { get; set; } /// - /// Optional. Output only. List of source flagging uris. This is currently populated only for Google Maps - /// grounding. + /// Optional. Output only. A list of URIs that can be used to flag a place or review for inappropriate content. + /// This field is populated only when the grounding source is Google Maps. /// [Newtonsoft.Json.JsonPropertyAttribute("sourceFlaggingUris")] public virtual System.Collections.Generic.IList SourceFlaggingUris { get; set; } - /// Optional. Web search queries for the following-up web search. + /// + /// Optional. The web search queries that were used to generate the content. This field is populated only when + /// the grounding source is Google Search. + /// [Newtonsoft.Json.JsonPropertyAttribute("webSearchQueries")] public virtual System.Collections.Generic.IList WebSearchQueries { get; set; } @@ -1863,15 +2103,16 @@ public class GoogleCloudAiplatformV1beta1GroundingMetadata : Google.Apis.Request } /// - /// Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding. + /// A URI that can be used to flag a place or review for inappropriate content. This is populated only when the + /// grounding source is Google Maps. /// public class GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri : Google.Apis.Requests.IDirectResponseSchema { - /// A link where users can flag a problem with the source (place or review). + /// The URI that can be used to flag the content. [Newtonsoft.Json.JsonPropertyAttribute("flagContentUri")] public virtual string FlagContentUri { get; set; } - /// Id of the place or review. + /// The ID of the place or review. [Newtonsoft.Json.JsonPropertyAttribute("sourceId")] public virtual string SourceId { get; set; } @@ -1879,26 +2120,28 @@ public class GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri : Go public virtual string ETag { get; set; } } - /// Grounding support. + /// A collection of supporting references for a segment of the model's response. public class GoogleCloudAiplatformV1beta1GroundingSupport : Google.Apis.Requests.IDirectResponseSchema { /// - /// Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. For Gemini 2.0 and - /// before, this list must have the same size as the grounding_chunk_indices. For Gemini 2.5 and after, this - /// list will be empty and should be ignored. + /// The confidence scores for the support references. This list is parallel to the `grounding_chunk_indices` + /// list. A score is a value between 0.0 and 1.0, with a higher score indicating a higher confidence that the + /// reference supports the claim. For Gemini 2.0 and before, this list has the same size as + /// `grounding_chunk_indices`. For Gemini 2.5 and later, this list is empty and should be ignored. /// [Newtonsoft.Json.JsonPropertyAttribute("confidenceScores")] public virtual System.Collections.Generic.IList> ConfidenceScores { get; set; } /// - /// A list of indices (into 'grounding_chunk') specifying the citations associated with the claim. For instance - /// [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content - /// attributed to the claim. + /// A list of indices into the `grounding_chunks` field of the `GroundingMetadata` message. These indices + /// specify which grounding chunks support the claim made in the content segment. For example, if this field has + /// the values `[1, 3]`, it means that `grounding_chunks[1]` and `grounding_chunks[3]` are the sources for the + /// claim in the content segment. /// [Newtonsoft.Json.JsonPropertyAttribute("groundingChunkIndices")] public virtual System.Collections.Generic.IList> GroundingChunkIndices { get; set; } - /// Segment of the content this support belongs to. + /// The content segment that this support message applies to. [Newtonsoft.Json.JsonPropertyAttribute("segment")] public virtual GoogleCloudAiplatformV1beta1Segment Segment { get; set; } @@ -1906,7 +2149,10 @@ public class GoogleCloudAiplatformV1beta1GroundingSupport : Google.Apis.Requests public virtual string ETag { get; set; } } - /// Config for image generation features. + /// + /// Configuration for image generation. This message allows you to control various aspects of image generation, such + /// as the output format, aspect ratio, and whether the model can generate images of people. + /// public class GoogleCloudAiplatformV1beta1ImageConfig : Google.Apis.Requests.IDirectResponseSchema { /// @@ -1916,20 +2162,60 @@ public class GoogleCloudAiplatformV1beta1ImageConfig : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("aspectRatio")] public virtual string AspectRatio { get; set; } + /// Optional. The image output format for generated images. + [Newtonsoft.Json.JsonPropertyAttribute("imageOutputOptions")] + public virtual GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions ImageOutputOptions { get; set; } + + /// + /// Optional. Specifies the size of generated images. Supported values are `1K`, `2K`, `4K`. If not specified, + /// the model will use default value `1K`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("imageSize")] + public virtual string ImageSize { get; set; } + + /// Optional. Controls whether the model can generate people. + [Newtonsoft.Json.JsonPropertyAttribute("personGeneration")] + public virtual string PersonGeneration { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// Logprobs Result + /// The image output format for generated images. + public class GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The compression quality of the output image. + [Newtonsoft.Json.JsonPropertyAttribute("compressionQuality")] + public virtual System.Nullable CompressionQuality { get; set; } + + /// Optional. The image format that the output should be saved as. + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The log probabilities of the tokens generated by the model. This is useful for understanding the model's + /// confidence in its predictions and for debugging. For example, you can use log probabilities to identify when the + /// model is making a less confident prediction or to explore alternative responses that the model considered. A low + /// log probability can also indicate that the model is "hallucinating" or generating factually incorrect + /// information. + /// public class GoogleCloudAiplatformV1beta1LogprobsResult : Google.Apis.Requests.IDirectResponseSchema { /// - /// Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates. + /// A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total + /// number of decoding steps. Note that the chosen candidate might not be in `top_candidates`. /// [Newtonsoft.Json.JsonPropertyAttribute("chosenCandidates")] public virtual System.Collections.Generic.IList ChosenCandidates { get; set; } - /// Length = total number of decoding steps. + /// + /// A list of the top candidate tokens at each decoding step. The length of this list is equal to the total + /// number of decoding steps. + /// [Newtonsoft.Json.JsonPropertyAttribute("topCandidates")] public virtual System.Collections.Generic.IList TopCandidates { get; set; } @@ -1937,18 +2223,26 @@ public class GoogleCloudAiplatformV1beta1LogprobsResult : Google.Apis.Requests.I public virtual string ETag { get; set; } } - /// Candidate for the logprobs token and score. + /// A single token and its associated log probability. public class GoogleCloudAiplatformV1beta1LogprobsResultCandidate : Google.Apis.Requests.IDirectResponseSchema { - /// The candidate's log probability. + /// + /// The log probability of this token. A higher value indicates that the model was more confident in this token. + /// The log probability can be used to assess the relative likelihood of different tokens and to identify when + /// the model is uncertain. + /// [Newtonsoft.Json.JsonPropertyAttribute("logProbability")] public virtual System.Nullable LogProbability { get; set; } - /// The candidate's token string value. + /// The token's string representation. [Newtonsoft.Json.JsonPropertyAttribute("token")] public virtual string Token { get; set; } - /// The candidate's token id value. + /// + /// The token's numerical ID. While the `token` field provides the string representation of the token, the + /// `token_id` is the numerical representation that the model uses internally. This can be useful for developers + /// who want to build custom logic based on the model's vocabulary. + /// [Newtonsoft.Json.JsonPropertyAttribute("tokenId")] public virtual System.Nullable TokenId { get; set; } @@ -1956,10 +2250,13 @@ public class GoogleCloudAiplatformV1beta1LogprobsResultCandidate : Google.Apis.R public virtual string ETag { get; set; } } - /// Candidates with top log probabilities at each decoding step. + /// + /// A list of the top candidate tokens and their log probabilities at each decoding step. This can be used to see + /// what other tokens the model considered. + /// public class GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates : Google.Apis.Requests.IDirectResponseSchema { - /// Sorted by log probability in descending order. + /// The list of candidate tokens, sorted by log probability in descending order. [Newtonsoft.Json.JsonPropertyAttribute("candidates")] public virtual System.Collections.Generic.IList Candidates { get; set; } @@ -1967,14 +2264,19 @@ public class GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates : Google.Ap public virtual string ETag { get; set; } } - /// Represents token counting info for a single modality. + /// + /// Represents a breakdown of token usage by modality. This message is used in CountTokensResponse and + /// GenerateContentResponse.UsageMetadata to provide a detailed view of how many tokens are used by each modality + /// (e.g., text, image, video) in a request. This is particularly useful for multimodal models, allowing you to + /// track and manage token consumption for billing and quota purposes. + /// public class GoogleCloudAiplatformV1beta1ModalityTokenCount : Google.Apis.Requests.IDirectResponseSchema { - /// The modality associated with this token count. + /// The modality that this token count applies to. [Newtonsoft.Json.JsonPropertyAttribute("modality")] public virtual string Modality { get; set; } - /// Number of tokens. + /// The number of tokens counted for this modality. [Newtonsoft.Json.JsonPropertyAttribute("tokenCount")] public virtual System.Nullable TokenCount { get; set; } @@ -1982,14 +2284,30 @@ public class GoogleCloudAiplatformV1beta1ModalityTokenCount : Google.Apis.Reques public virtual string ETag { get; set; } } - /// Configuration for Model Armor integrations of prompt and responses. + /// + /// Configuration for Model Armor. Model Armor is a Google Cloud service that provides safety and security filtering + /// for prompts and responses. It helps protect your AI applications from risks such as harmful content, sensitive + /// data leakage, and prompt injection attacks. + /// public class GoogleCloudAiplatformV1beta1ModelArmorConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. The name of the Model Armor template to use for prompt sanitization. + /// + /// Optional. The resource name of the Model Armor template to use for prompt screening. A Model Armor template + /// is a set of customized filters and thresholds that define how Model Armor screens content. If specified, + /// Model Armor will use this template to check the user's prompt for safety and security risks before it is + /// sent to the model. The name must be in the format + /// `projects/{project}/locations/{location}/templates/{template}`. + /// [Newtonsoft.Json.JsonPropertyAttribute("promptTemplateName")] public virtual string PromptTemplateName { get; set; } - /// Optional. The name of the Model Armor template to use for response sanitization. + /// + /// Optional. The resource name of the Model Armor template to use for response screening. A Model Armor + /// template is a set of customized filters and thresholds that define how Model Armor screens content. If + /// specified, Model Armor will use this template to check the model's response for safety and security risks + /// before it is returned to the user. The name must be in the format + /// `projects/{project}/locations/{location}/templates/{template}`. + /// [Newtonsoft.Json.JsonPropertyAttribute("responseTemplateName")] public virtual string ResponseTemplateName { get; set; } @@ -1997,50 +2315,74 @@ public class GoogleCloudAiplatformV1beta1ModelArmorConfig : Google.Apis.Requests public virtual string ETag { get; set; } } + /// Configuration for a multi-speaker text-to-speech request. + public class GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations + /// must be provided. + /// + [Newtonsoft.Json.JsonPropertyAttribute("speakerVoiceConfigs")] + public virtual System.Collections.Generic.IList SpeakerVoiceConfigs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// - /// A datatype containing media that is part of a multi-part `Content` message. A `Part` consists of data which has - /// an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. A `Part` must have a - /// fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is - /// filled with raw bytes. + /// A datatype containing media that is part of a multi-part Content message. A `Part` consists of data which has an + /// associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. For media types that + /// are not text, `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if + /// `inline_data` or `file_data` field is filled with raw bytes. /// public class GoogleCloudAiplatformV1beta1Part : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Result of executing the [ExecutableCode]. + /// Optional. The result of executing the ExecutableCode. [Newtonsoft.Json.JsonPropertyAttribute("codeExecutionResult")] public virtual GoogleCloudAiplatformV1beta1CodeExecutionResult CodeExecutionResult { get; set; } - /// Optional. Code generated by the model that is meant to be executed. + /// Optional. Code generated by the model that is intended to be executed. [Newtonsoft.Json.JsonPropertyAttribute("executableCode")] public virtual GoogleCloudAiplatformV1beta1ExecutableCode ExecutableCode { get; set; } - /// Optional. URI based data. + /// + /// Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage. + /// [Newtonsoft.Json.JsonPropertyAttribute("fileData")] public virtual GoogleCloudAiplatformV1beta1FileData FileData { get; set; } /// - /// Optional. A predicted [FunctionCall] returned from the model that contains a string representing the - /// [FunctionDeclaration.name] with the parameters and their values. + /// Optional. A predicted function call returned from the model. This contains the name of the function to call + /// and the arguments to pass to the function. /// [Newtonsoft.Json.JsonPropertyAttribute("functionCall")] public virtual GoogleCloudAiplatformV1beta1FunctionCall FunctionCall { get; set; } /// - /// Optional. The result output of a [FunctionCall] that contains a string representing the - /// [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is - /// used as context to the model. + /// Optional. The result of a function call. This is used to provide the model with the result of a function + /// call that it predicted. /// [Newtonsoft.Json.JsonPropertyAttribute("functionResponse")] public virtual GoogleCloudAiplatformV1beta1FunctionResponse FunctionResponse { get; set; } - /// Optional. Inlined bytes data. + /// + /// Optional. The inline data content of the part. This can be used to include images, audio, or video in a + /// request. + /// [Newtonsoft.Json.JsonPropertyAttribute("inlineData")] public virtual GoogleCloudAiplatformV1beta1Blob InlineData { get; set; } - /// Optional. Text part (can be code). + /// per part media resolution. Media resolution for the input media. + [Newtonsoft.Json.JsonPropertyAttribute("mediaResolution")] + public virtual GoogleCloudAiplatformV1beta1PartMediaResolution MediaResolution { get; set; } + + /// Optional. The text content of the part. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } - /// Optional. Indicates if the part is thought from the model. + /// + /// Optional. Indicates whether the `part` represents the model's thought process or reasoning. + /// [Newtonsoft.Json.JsonPropertyAttribute("thought")] public virtual System.Nullable Thought { get; set; } @@ -2059,10 +2401,58 @@ public class GoogleCloudAiplatformV1beta1Part : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } - /// The configuration for the prebuilt speaker to use. + /// per part media resolution. Media resolution for the input media. + public class GoogleCloudAiplatformV1beta1PartMediaResolution : Google.Apis.Requests.IDirectResponseSchema + { + /// The tokenization quality used for given media. + [Newtonsoft.Json.JsonPropertyAttribute("level")] + public virtual string Level { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Partial argument value of the function call. + public class GoogleCloudAiplatformV1beta1PartialArg : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Represents a boolean value. + [Newtonsoft.Json.JsonPropertyAttribute("boolValue")] + public virtual System.Nullable BoolValue { get; set; } + + /// + /// Required. A JSON Path (RFC 9535) to the argument being streamed. + /// https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data". + /// + [Newtonsoft.Json.JsonPropertyAttribute("jsonPath")] + public virtual string JsonPath { get; set; } + + /// Optional. Represents a null value. + [Newtonsoft.Json.JsonPropertyAttribute("nullValue")] + public virtual string NullValue { get; set; } + + /// Optional. Represents a double value. + [Newtonsoft.Json.JsonPropertyAttribute("numberValue")] + public virtual System.Nullable NumberValue { get; set; } + + /// Optional. Represents a string value. + [Newtonsoft.Json.JsonPropertyAttribute("stringValue")] + public virtual string StringValue { get; set; } + + /// + /// Optional. Whether this is not the last part of the same json_path. If true, another PartialArg message for + /// the current json_path is expected to follow. + /// + [Newtonsoft.Json.JsonPropertyAttribute("willContinue")] + public virtual System.Nullable WillContinue { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for a prebuilt voice. public class GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The name of the preset voice to use. + /// The name of the prebuilt voice to use. [Newtonsoft.Json.JsonPropertyAttribute("voiceName")] public virtual string VoiceName { get; set; } @@ -2197,6 +2587,24 @@ public class GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingRankService : public virtual string ETag { get; set; } } + /// The configuration for the replicated voice to use. + public class GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The mimetype of the voice sample. Currently only mime_type=audio/pcm is supported, which is raw + /// mono 16-bit signed little-endian pcm data, with 24k sampling rate. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + /// Optional. The sample of the custom voice. + [Newtonsoft.Json.JsonPropertyAttribute("voiceSampleAudio")] + public virtual string VoiceSampleAudio { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Defines a retrieval tool that model can call to access external knowledge. public class GoogleCloudAiplatformV1beta1Retrieval : Google.Apis.Requests.IDirectResponseSchema { @@ -2237,14 +2645,17 @@ public class GoogleCloudAiplatformV1beta1RetrievalConfig : Google.Apis.Requests. public virtual string ETag { get; set; } } - /// Metadata related to retrieval in the grounding flow. + /// + /// Metadata related to the retrieval grounding source. This is part of the `GroundingMetadata` returned when + /// grounding is enabled. + /// public class GoogleCloudAiplatformV1beta1RetrievalMetadata : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Score indicating how likely information from Google Search could help answer the prompt. The score - /// is in the range `[0, 1]`, where 0 is the least likely and 1 is the most likely. This score is only populated - /// when Google Search grounding and dynamic retrieval is enabled. It will be compared to the threshold to - /// determine whether to trigger Google Search. + /// Optional. A score indicating how likely it is that a Google Search query could help answer the prompt. The + /// score is in the range of `[0, 1]`. A score of 1 means the model is confident that a search will be helpful, + /// and 0 means it is not. This score is populated only when Google Search grounding and dynamic retrieval are + /// enabled. The score is used to determine whether to trigger a search. /// [Newtonsoft.Json.JsonPropertyAttribute("googleSearchDynamicRetrievalScore")] public virtual System.Nullable GoogleSearchDynamicRetrievalScore { get; set; } @@ -2253,14 +2664,17 @@ public class GoogleCloudAiplatformV1beta1RetrievalMetadata : Google.Apis.Request public virtual string ETag { get; set; } } - /// Safety rating corresponding to the generated content. + /// + /// A safety rating for a piece of content. The safety rating contains the harm category and the harm probability + /// level. + /// public class GoogleCloudAiplatformV1beta1SafetyRating : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. Indicates whether the content was filtered out because of this rating. + /// Output only. Indicates whether the content was blocked because of this rating. [Newtonsoft.Json.JsonPropertyAttribute("blocked")] public virtual System.Nullable Blocked { get; set; } - /// Output only. Harm category. + /// Output only. The harm category of this rating. [Newtonsoft.Json.JsonPropertyAttribute("category")] public virtual string Category { get; set; } @@ -2272,19 +2686,19 @@ public class GoogleCloudAiplatformV1beta1SafetyRating : Google.Apis.Requests.IDi [Newtonsoft.Json.JsonPropertyAttribute("overwrittenThreshold")] public virtual string OverwrittenThreshold { get; set; } - /// Output only. Harm probability levels in the content. + /// Output only. The probability of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("probability")] public virtual string Probability { get; set; } - /// Output only. Harm probability score. + /// Output only. The probability score of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("probabilityScore")] public virtual System.Nullable ProbabilityScore { get; set; } - /// Output only. Harm severity levels in the content. + /// Output only. The severity of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("severity")] public virtual string Severity { get; set; } - /// Output only. Harm severity score. + /// Output only. The severity score of harm for this category. [Newtonsoft.Json.JsonPropertyAttribute("severityScore")] public virtual System.Nullable SeverityScore { get; set; } @@ -2292,21 +2706,27 @@ public class GoogleCloudAiplatformV1beta1SafetyRating : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } - /// Safety settings. + /// + /// A safety setting that affects the safety-blocking behavior. A SafetySetting consists of a harm category and a + /// threshold for that category. + /// public class GoogleCloudAiplatformV1beta1SafetySetting : Google.Apis.Requests.IDirectResponseSchema { - /// Required. Harm category. + /// Required. The harm category to be blocked. [Newtonsoft.Json.JsonPropertyAttribute("category")] public virtual string Category { get; set; } /// - /// Optional. Specify if the threshold is used for probability or severity score. If not specified, the - /// threshold is used for probability score. + /// Optional. The method for blocking content. If not specified, the default behavior is to use the probability + /// score. /// [Newtonsoft.Json.JsonPropertyAttribute("method")] public virtual string Method { get; set; } - /// Required. The harm block threshold. + /// + /// Required. The threshold for blocking content. If the harm probability exceeds this threshold, the content + /// will be blocked. + /// [Newtonsoft.Json.JsonPropertyAttribute("threshold")] public virtual string Threshold { get; set; } @@ -2446,14 +2866,24 @@ public class GoogleCloudAiplatformV1beta1Schema : Google.Apis.Requests.IDirectRe public virtual string ETag { get; set; } } - /// Google search entry point. + /// + /// An entry point for displaying Google Search results. A `SearchEntryPoint` is populated when the grounding source + /// for a model's response is Google Search. It provides information that you can use to display the search results + /// in your application. + /// public class GoogleCloudAiplatformV1beta1SearchEntryPoint : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Web content snippet that can be embedded in a web page or an app webview. + /// + /// Optional. An HTML snippet that can be embedded in a web page or an application's webview. This snippet + /// displays a search result, including the title, URL, and a brief description of the search result. + /// [Newtonsoft.Json.JsonPropertyAttribute("renderedContent")] public virtual string RenderedContent { get; set; } - /// Optional. Base64 encoded JSON representing array of tuple. + /// + /// Optional. A base64-encoded JSON object that contains a list of search queries and their corresponding search + /// URLs. This information can be used to build a custom search UI. + /// [Newtonsoft.Json.JsonPropertyAttribute("sdkBlob")] public virtual string SdkBlob { get; set; } @@ -2461,28 +2891,32 @@ public class GoogleCloudAiplatformV1beta1SearchEntryPoint : Google.Apis.Requests public virtual string ETag { get; set; } } - /// Segment of the content. + /// A segment of the content. public class GoogleCloudAiplatformV1beta1Segment : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, - /// starting at zero. + /// Output only. The end index of the segment in the `Part`, measured in bytes. This marks the end of the + /// segment and is exclusive, meaning the segment includes content up to, but not including, the byte at this + /// index. /// [Newtonsoft.Json.JsonPropertyAttribute("endIndex")] public virtual System.Nullable EndIndex { get; set; } - /// Output only. The index of a Part object within its parent Content object. + /// + /// Output only. The index of the `Part` object that this segment belongs to. This is useful for associating the + /// segment with a specific part of the content. + /// [Newtonsoft.Json.JsonPropertyAttribute("partIndex")] public virtual System.Nullable PartIndex { get; set; } /// - /// Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, - /// starting at zero. + /// Output only. The start index of the segment in the `Part`, measured in bytes. This marks the beginning of + /// the segment and is inclusive, meaning the byte at this index is the first byte of the segment. /// [Newtonsoft.Json.JsonPropertyAttribute("startIndex")] public virtual System.Nullable StartIndex { get; set; } - /// Output only. The text corresponding to the segment from the response. + /// Output only. The text of the segment. [Newtonsoft.Json.JsonPropertyAttribute("text")] public virtual string Text { get; set; } @@ -2490,14 +2924,38 @@ public class GoogleCloudAiplatformV1beta1Segment : Google.Apis.Requests.IDirectR public virtual string ETag { get; set; } } - /// The speech generation config. + /// Configuration for a single speaker in a multi-speaker setup. + public class GoogleCloudAiplatformV1beta1SpeakerVoiceConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The name of the speaker. This should be the same as the speaker name used in the prompt. + /// + [Newtonsoft.Json.JsonPropertyAttribute("speaker")] + public virtual string Speaker { get; set; } + + /// Required. The configuration for the voice of this speaker. + [Newtonsoft.Json.JsonPropertyAttribute("voiceConfig")] + public virtual GoogleCloudAiplatformV1beta1VoiceConfig VoiceConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for speech generation. public class GoogleCloudAiplatformV1beta1SpeechConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization. + /// Optional. The language code (ISO 639-1) for the speech synthesis. [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] public virtual string LanguageCode { get; set; } - /// The configuration for the speaker to use. + /// + /// The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with + /// `voice_config`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("multiSpeakerVoiceConfig")] + public virtual GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig MultiSpeakerVoiceConfig { get; set; } + + /// The configuration for the voice to use. [Newtonsoft.Json.JsonPropertyAttribute("voiceConfig")] public virtual GoogleCloudAiplatformV1beta1VoiceConfig VoiceConfig { get; set; } @@ -2519,6 +2977,13 @@ public class GoogleCloudAiplatformV1beta1Tool : Google.Apis.Requests.IDirectResp [Newtonsoft.Json.JsonPropertyAttribute("codeExecution")] public virtual GoogleCloudAiplatformV1beta1ToolCodeExecution CodeExecution { get; set; } + /// + /// Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically + /// populates computer-use specific Function Declarations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("computerUse")] + public virtual GoogleCloudAiplatformV1beta1ToolComputerUse ComputerUse { get; set; } + /// /// Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance. /// @@ -2574,6 +3039,27 @@ public class GoogleCloudAiplatformV1beta1ToolCodeExecution : Google.Apis.Request public virtual string ETag { get; set; } } + /// Tool to support computer use. + public class GoogleCloudAiplatformV1beta1ToolComputerUse : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The environment being operated. + [Newtonsoft.Json.JsonPropertyAttribute("environment")] + public virtual string Environment { get; set; } + + /// + /// Optional. By default, [predefined + /// functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are + /// included in the final model call. Some of them can be explicitly excluded from being automatically included. + /// This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the + /// definitions / instructions of predefined functions. + /// + [Newtonsoft.Json.JsonPropertyAttribute("excludedPredefinedFunctions")] + public virtual System.Collections.Generic.IList ExcludedPredefinedFunctions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Tool config. This config is shared for all tools provided in the request. public class GoogleCloudAiplatformV1beta1ToolConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -2617,10 +3103,12 @@ public class GoogleCloudAiplatformV1beta1UrlContext : Google.Apis.Requests.IDire public virtual string ETag { get; set; } } - /// Metadata related to url context retrieval tool. + /// + /// Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL. + /// public class GoogleCloudAiplatformV1beta1UrlContextMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. List of url context. + /// Output only. A list of URL metadata, with one entry for each URL retrieved by the tool. [Newtonsoft.Json.JsonPropertyAttribute("urlMetadata")] public virtual System.Collections.Generic.IList UrlMetadata { get; set; } @@ -2628,14 +3116,14 @@ public class GoogleCloudAiplatformV1beta1UrlContextMetadata : Google.Apis.Reques public virtual string ETag { get; set; } } - /// Context of the a single url retrieval. + /// The metadata for a single URL retrieval. public class GoogleCloudAiplatformV1beta1UrlMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Retrieved url by the tool. + /// The URL retrieved by the tool. [Newtonsoft.Json.JsonPropertyAttribute("retrievedUrl")] public virtual string RetrievedUrl { get; set; } - /// Status of the url retrieval. + /// The status of the URL retrieval. [Newtonsoft.Json.JsonPropertyAttribute("urlRetrievalStatus")] public virtual string UrlRetrievalStatus { get; set; } @@ -2772,7 +3260,9 @@ public class GoogleCloudAiplatformV1beta1VertexRagStoreRagResource : Google.Apis public virtual string ETag { get; set; } } - /// Metadata describes the input video content. + /// + /// Provides metadata for a video, including the start and end offsets for clipping and the frame rate. + /// public class GoogleCloudAiplatformV1beta1VideoMetadata : Google.Apis.Requests.IDirectResponseSchema { /// Optional. The end offset of the video. @@ -2780,8 +3270,8 @@ public class GoogleCloudAiplatformV1beta1VideoMetadata : Google.Apis.Requests.ID public virtual object EndOffset { get; set; } /// - /// Optional. The frame rate of the video sent to the model. If not specified, the default value will be 1.0. - /// The fps range is (0.0, 24.0]. + /// Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The + /// valid range is (0.0, 24.0]. /// [Newtonsoft.Json.JsonPropertyAttribute("fps")] public virtual System.Nullable Fps { get; set; } @@ -2794,13 +3284,20 @@ public class GoogleCloudAiplatformV1beta1VideoMetadata : Google.Apis.Requests.ID public virtual string ETag { get; set; } } - /// The configuration for the voice to use. + /// Configuration for a voice. public class GoogleCloudAiplatformV1beta1VoiceConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The configuration for the prebuilt voice to use. + /// The configuration for a prebuilt voice. [Newtonsoft.Json.JsonPropertyAttribute("prebuiltVoiceConfig")] public virtual GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig PrebuiltVoiceConfig { get; set; } + /// + /// Optional. The configuration for a replicated voice. This enables users to replicate a voice from an audio + /// sample. + /// + [Newtonsoft.Json.JsonPropertyAttribute("replicatedVoiceConfig")] + public virtual GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig ReplicatedVoiceConfig { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.csproj b/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.csproj index d1b9e2f70ba..c9826f6b062 100644 --- a/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.csproj +++ b/Src/Generated/Google.Apis.FirebaseML.v2beta/Google.Apis.FirebaseML.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.FirebaseML.v2beta Client Library - 1.71.0.3925 + 1.72.0.3973 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.cs b/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.cs index 9e98a6ad1d1..a698ef9c541 100644 --- a/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.cs +++ b/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.cs @@ -769,7 +769,7 @@ public class DefaultBucket : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("location")] public virtual string Location { get; set; } - /// Resource name of the default bucket. + /// Identifier. Resource name of the default bucket. [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } diff --git a/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj b/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj index b9ea2e4c00a..1fc88aac138 100644 --- a/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj +++ b/Src/Generated/Google.Apis.Firebasestorage.v1beta/Google.Apis.Firebasestorage.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Firebasestorage.v1beta Client Library - 1.68.0.3639 + 1.72.0.3956 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.cs b/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.cs index 0088ba5307f..14e9d2a8120 100644 --- a/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.cs +++ b/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.cs @@ -3037,6 +3037,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3082,6 +3093,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4458,8 +4477,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6688,8 +6707,8 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public class GoogleFirestoreAdminV1ExportDocumentsRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// Which collection IDs to export. Unspecified means all collections. Each collection ID in this list must be - /// unique. + /// IDs of the collection groups to export. Unspecified means all collection groups. Each collection group in + /// this list must be unique. /// [Newtonsoft.Json.JsonPropertyAttribute("collectionIds")] public virtual System.Collections.Generic.IList CollectionIds { get; set; } @@ -7046,8 +7065,8 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public class GoogleFirestoreAdminV1ImportDocumentsRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID - /// in this list must be unique. + /// IDs of the collection groups to import. Unspecified means all collection groups that were included in the + /// export. Each collection group in this list must be unique. /// [Newtonsoft.Json.JsonPropertyAttribute("collectionIds")] public virtual System.Collections.Generic.IList CollectionIds { get; set; } @@ -7892,6 +7911,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj b/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj index cd46181f3c3..8a57cde5123 100644 --- a/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj +++ b/Src/Generated/Google.Apis.Firestore.v1/Google.Apis.Firestore.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Firestore.v1 Client Library - 1.71.0.3913 + 1.72.0.3967 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj b/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj index edfed9fd94c..b2052864d51 100644 --- a/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Firestore.v1beta1/Google.Apis.Firestore.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Firestore.v1beta1 Client Library - 1.71.0.3913 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj b/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj index 3fb950f1cba..404d3bca868 100644 --- a/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj +++ b/Src/Generated/Google.Apis.Firestore.v1beta2/Google.Apis.Firestore.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.Firestore.v1beta2 Client Library - 1.71.0.3913 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.cs b/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.cs index e45c45cb7ca..9611101e5bd 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.cs +++ b/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.cs @@ -4909,8 +4909,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6167,6 +6167,10 @@ public class ConfigManagementMembershipState : Google.Apis.Requests.IDirectRespo [Newtonsoft.Json.JsonPropertyAttribute("hierarchyControllerState")] public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; } + /// Output only. The Kubernetes API server version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } + /// /// Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while /// the MembershipSpec in the FeatureSpec represents the intended state diff --git a/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj b/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj index 781b17fb9ed..c094b1472e9 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1/Google.Apis.GKEHub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1 Client Library - 1.71.0.3920 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.cs b/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.cs index 0a6e4d6842a..483c7f0cea4 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.cs +++ b/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.cs @@ -440,6 +440,8 @@ public LocationsResource(Google.Apis.Services.IClientService service) Fleets = new FleetsResource(service); Memberships = new MembershipsResource(service); Operations = new OperationsResource(service); + RolloutSequences = new RolloutSequencesResource(service); + Rollouts = new RolloutsResource(service); Scopes = new ScopesResource(service); } @@ -3766,407 +3768,589 @@ protected override void InitParameters() } } - /// Gets the Scopes resource. - public virtual ScopesResource Scopes { get; } + /// Gets the RolloutSequences resource. + public virtual RolloutSequencesResource RolloutSequences { get; } - /// The "scopes" collection of methods. - public class ScopesResource + /// The "rolloutSequences" collection of methods. + public class RolloutSequencesResource { - private const string Resource = "scopes"; + private const string Resource = "rolloutSequences"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public ScopesResource(Google.Apis.Services.IClientService service) + public RolloutSequencesResource(Google.Apis.Services.IClientService service) { this.service = service; - Namespaces = new NamespacesResource(service); - Rbacrolebindings = new RbacrolebindingsResource(service); } - /// Gets the Namespaces resource. - public virtual NamespacesResource Namespaces { get; } - - /// The "namespaces" collection of methods. - public class NamespacesResource + /// Create a new rollout sequence resource. + /// The body of the request. + /// + /// Required. The parent resource where this rollout sequence will be created. + /// projects/{project}/locations/{location} + /// + public virtual CreateRequest Create(Google.Apis.GKEHub.v1alpha.Data.RolloutSequence body, string parent) { - private const string Resource = "namespaces"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public NamespacesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + return new CreateRequest(this.service, body, parent); + } - /// Creates a fleet namespace. - /// The body of the request. - /// - /// Required. The parent (project and location) where the Namespace will be created. Specified in - /// the format `projects/*/locations/*/scopes/*`. - /// - public virtual CreateRequest Create(Google.Apis.GKEHub.v1alpha.Data.Namespace body, string parent) + /// Create a new rollout sequence resource. + public class CreateRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.RolloutSequence body, string parent) : base(service) { - return new CreateRequest(this.service, body, parent); + Parent = parent; + Body = body; + InitParameters(); } - /// Creates a fleet namespace. - public class CreateRequest : GKEHubBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Namespace body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The parent (project and location) where the Namespace will be created. Specified - /// in the format `projects/*/locations/*/scopes/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Required. The parent resource where this rollout sequence will be created. + /// projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Required. Client chosen ID for the Namespace. `namespace_id` must be a valid RFC 1123 - /// compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case - /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which - /// can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 - /// characters. - /// - [Google.Apis.Util.RequestParameterAttribute("scopeNamespaceId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ScopeNamespaceId { get; set; } + /// + /// Required. User provided identifier that is used as part of the resource name; must conform to + /// RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: + /// /^a-z+[a-z0-9]$/ + /// + [Google.Apis.Util.RequestParameterAttribute("rolloutSequenceId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RolloutSequenceId { get; set; } - /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.Namespace Body { get; set; } + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.RolloutSequence Body { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+parent}/namespaces"; + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/rolloutSequences"; - /// Initializes Create parameter list. - protected override void InitParameters() + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", - }); - RequestParameters.Add("scopeNamespaceId", new Google.Apis.Discovery.Parameter - { - Name = "scopeNamespaceId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("rolloutSequenceId", new Google.Apis.Discovery.Parameter + { + Name = "rolloutSequenceId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Deletes a fleet namespace. - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Remove a RolloutSequence. + /// + /// Required. The name of the rollout sequence to delete. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Deletes a fleet namespace. - public class DeleteRequest : GKEHubBaseServiceRequest + /// Remove a RolloutSequence. + public class DeleteRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the rollout sequence to delete. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + }); } + } - /// Returns the details of a fleet namespace. - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Retrieve a single rollout sequence. + /// + /// Required. The name of the rollout sequence to retrieve. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Returns the details of a fleet namespace. - public class GetRequest : GKEHubBaseServiceRequest + /// Retrieve a single rollout sequence. + public class GetRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the rollout sequence to retrieve. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; - /// Initializes Get parameter list. - protected override void InitParameters() + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + }); } + } - /// Lists fleet namespaces. - /// - /// Required. The parent (project and location) where the Features will be listed. Specified in the - /// format `projects/*/locations/*/scopes/*`. - /// - public virtual ListRequest List(string parent) + /// Retrieve the list of all rollout sequences. + /// + /// Required. The parent, which owns this collection of rollout sequences. Format: + /// projects/{project}/locations/{location} + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Retrieve the list of all rollout sequences. + public class ListRequest : GKEHubBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - return new ListRequest(this.service, parent); + Parent = parent; + InitParameters(); } - /// Lists fleet namespaces. - public class ListRequest : GKEHubBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } + /// + /// Required. The parent, which owns this collection of rollout sequences. Format: + /// projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Required. The parent (project and location) where the Features will be listed. Specified in - /// the format `projects/*/locations/*/scopes/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Optional. Lists Rollout Sequences that match the filter expression, following the syntax + /// outlined in https://google.aip.dev/160. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// - /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources - /// to return. If unspecified or set to 0, all resources will be returned. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// Optional. The maximum number of rollout sequences to return. The service may return fewer than + /// this value. If unspecified, at most 50 rollout sequences will be returned. The maximum value is + /// 1000; values above 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// - /// Optional. Token returned by previous call to `ListFeatures` which specifies the position in - /// the list from where to continue listing the resources. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// + /// Optional. A page token, received from a previous `ListRolloutSequences` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListRolloutSequences` must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the method name. - public override string MethodName => "list"; + /// Gets the method name. + public override string MethodName => "list"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+parent}/namespaces"; + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/rolloutSequences"; - /// Initializes List parameter list. - protected override void InitParameters() + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Updates a fleet namespace. - /// The body of the request. - /// - /// The resource name for the namespace - /// `projects/{project}/locations/{location}/namespaces/{namespace}` - /// - public virtual PatchRequest Patch(Google.Apis.GKEHub.v1alpha.Data.Namespace body, string name) - { - return new PatchRequest(this.service, body, name); - } + /// Update a rollout sequence. + /// The body of the request. + /// + /// Identifier. Name of the rollout sequence in the format of: + /// projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} + /// + public virtual PatchRequest Patch(Google.Apis.GKEHub.v1alpha.Data.RolloutSequence body, string name) + { + return new PatchRequest(this.service, body, name); + } - /// Updates a fleet namespace. - public class PatchRequest : GKEHubBaseServiceRequest + /// Update a rollout sequence. + public class PatchRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.RolloutSequence body, string name) : base(service) { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Namespace body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } + Name = name; + Body = body; + InitParameters(); + } - /// - /// The resource name for the namespace - /// `projects/{project}/locations/{location}/namespaces/{namespace}` - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Identifier. Name of the rollout sequence in the format of: + /// projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Required. The fields to be updated. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } - /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.Namespace Body { get; set; } + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.RolloutSequence Body { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "patch"; + /// Gets the method name. + public override string MethodName => "patch"; - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; - /// Initializes Patch parameter list. - protected override void InitParameters() + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// Gets the Rbacrolebindings resource. - public virtual RbacrolebindingsResource Rbacrolebindings { get; } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } - /// The "rbacrolebindings" collection of methods. - public class RbacrolebindingsResource + /// Gets the Rollouts resource. + public virtual RolloutsResource Rollouts { get; } + + /// The "rollouts" collection of methods. + public class RolloutsResource + { + private const string Resource = "rollouts"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RolloutsResource(Google.Apis.Services.IClientService service) { - private const string Resource = "rbacrolebindings"; + this.service = service; + } + + /// Retrieve a single rollout. + /// + /// Required. The name of the rollout to retrieve. + /// projects/{project}/locations/{location}/rollouts/{rollout} + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Retrieve a single rollout. + public class GetRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the rollout to retrieve. + /// projects/{project}/locations/{location}/rollouts/{rollout} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rollouts/[^/]+$", + }); + } + } + + /// Retrieve the list of all rollouts. + /// + /// Required. The parent, which owns this collection of rollout. Format: + /// projects/{project}/locations/{location} + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Retrieve the list of all rollouts. + public class ListRequest : GKEHubBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent, which owns this collection of rollout. Format: + /// projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Lists Rollouts that match the filter expression, following the syntax outlined in + /// https://google.aip.dev/160. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of rollout to return. The service may return fewer than this value. If + /// unspecified, at most 50 rollouts will be returned. The maximum value is 1000; values above 1000 + /// will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous `ListRollouts` call. Provide this to retrieve the + /// subsequent page. When paginating, all other parameters provided to `ListRollouts` must match the + /// call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/rollouts"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Scopes resource. + public virtual ScopesResource Scopes { get; } + + /// The "scopes" collection of methods. + public class ScopesResource + { + private const string Resource = "scopes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ScopesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Namespaces = new NamespacesResource(service); + Rbacrolebindings = new RbacrolebindingsResource(service); + } + + /// Gets the Namespaces resource. + public virtual NamespacesResource Namespaces { get; } + + /// The "namespaces" collection of methods. + public class NamespacesResource + { + private const string Resource = "namespaces"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public RbacrolebindingsResource(Google.Apis.Services.IClientService service) + public NamespacesResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Creates a Scope RBACRoleBinding. + /// Creates a fleet namespace. /// The body of the request. /// - /// Required. The parent (project and location) where the RBACRoleBinding will be created. Specified - /// in the format `projects/*/locations/*/scopes/*`. + /// Required. The parent (project and location) where the Namespace will be created. Specified in + /// the format `projects/*/locations/*/scopes/*`. /// - public virtual CreateRequest Create(Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string parent) + public virtual CreateRequest Create(Google.Apis.GKEHub.v1alpha.Data.Namespace body, string parent) { return new CreateRequest(this.service, body, parent); } - /// Creates a Scope RBACRoleBinding. + /// Creates a fleet namespace. public class CreateRequest : GKEHubBaseServiceRequest { /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string parent) : base(service) + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Namespace body, string parent) : base(service) { Parent = parent; Body = body; @@ -4174,24 +4358,24 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GK } /// - /// Required. The parent (project and location) where the RBACRoleBinding will be created. - /// Specified in the format `projects/*/locations/*/scopes/*`. + /// Required. The parent (project and location) where the Namespace will be created. Specified + /// in the format `projects/*/locations/*/scopes/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } /// - /// Required. Client chosen ID for the RBACRoleBinding. `rbacrolebinding_id` must be a valid RFC - /// 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower - /// case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character - /// Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length - /// of 63 characters. + /// Required. Client chosen ID for the Namespace. `namespace_id` must be a valid RFC 1123 + /// compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case + /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which + /// can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 + /// characters. /// - [Google.Apis.Util.RequestParameterAttribute("rbacrolebindingId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RbacrolebindingId { get; set; } + [Google.Apis.Util.RequestParameterAttribute("scopeNamespaceId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ScopeNamespaceId { get; set; } /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding Body { get; set; } + Google.Apis.GKEHub.v1alpha.Data.Namespace Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -4203,7 +4387,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GK public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "v1alpha/{+parent}/rbacrolebindings"; + public override string RestPath => "v1alpha/{+parent}/namespaces"; /// Initializes Create parameter list. protected override void InitParameters() @@ -4217,9 +4401,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", }); - RequestParameters.Add("rbacrolebindingId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("scopeNamespaceId", new Google.Apis.Discovery.Parameter { - Name = "rbacrolebindingId", + Name = "scopeNamespaceId", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -4228,17 +4412,17 @@ protected override void InitParameters() } } - /// Deletes a Scope RBACRoleBinding. + /// Deletes a fleet namespace. /// - /// Required. The RBACRoleBinding resource name in the format - /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. /// public virtual DeleteRequest Delete(string name) { return new DeleteRequest(this.service, name); } - /// Deletes a Scope RBACRoleBinding. + /// Deletes a fleet namespace. public class DeleteRequest : GKEHubBaseServiceRequest { /// Constructs a new Delete request. @@ -4249,8 +4433,8 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The RBACRoleBinding resource name in the format - /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4274,23 +4458,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", }); } } - /// Returns the details of a Scope RBACRoleBinding. + /// Returns the details of a fleet namespace. /// - /// Required. The RBACRoleBinding resource name in the format - /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. /// public virtual GetRequest Get(string name) { return new GetRequest(this.service, name); } - /// Returns the details of a Scope RBACRoleBinding. - public class GetRequest : GKEHubBaseServiceRequest + /// Returns the details of a fleet namespace. + public class GetRequest : GKEHubBaseServiceRequest { /// Constructs a new Get request. public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) @@ -4300,8 +4484,8 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The RBACRoleBinding resource name in the format - /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4325,12 +4509,12 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", }); } } - /// Lists all Scope RBACRoleBindings. + /// Lists fleet namespaces. /// /// Required. The parent (project and location) where the Features will be listed. Specified in the /// format `projects/*/locations/*/scopes/*`. @@ -4340,8 +4524,8 @@ public virtual ListRequest List(string parent) return new ListRequest(this.service, parent); } - /// Lists all Scope RBACRoleBindings. - public class ListRequest : GKEHubBaseServiceRequest + /// Lists fleet namespaces. + public class ListRequest : GKEHubBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -4365,8 +4549,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public virtual System.Nullable PageSize { get; set; } /// - /// Optional. Token returned by previous call to `ListScopeRBACRoleBindings` which specifies the - /// position in the list from where to continue listing the resources. + /// Optional. Token returned by previous call to `ListFeatures` which specifies the position in + /// the list from where to continue listing the resources. /// [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } @@ -4378,7 +4562,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1alpha/{+parent}/rbacrolebindings"; + public override string RestPath => "v1alpha/{+parent}/namespaces"; /// Initializes List parameter list. protected override void InitParameters() @@ -4411,23 +4595,22 @@ protected override void InitParameters() } } - /// Updates a Scope RBACRoleBinding. + /// Updates a fleet namespace. /// The body of the request. /// - /// The resource name for the rbacrolebinding - /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or - /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` + /// The resource name for the namespace + /// `projects/{project}/locations/{location}/namespaces/{namespace}` /// - public virtual PatchRequest Patch(Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string name) + public virtual PatchRequest Patch(Google.Apis.GKEHub.v1alpha.Data.Namespace body, string name) { return new PatchRequest(this.service, body, name); } - /// Updates a Scope RBACRoleBinding. + /// Updates a fleet namespace. public class PatchRequest : GKEHubBaseServiceRequest { /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string name) : base(service) + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Namespace body, string name) : base(service) { Name = name; Body = body; @@ -4435,10 +4618,8 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKE } /// - /// The resource name for the rbacrolebinding - /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` - /// or - /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` + /// The resource name for the namespace + /// `projects/{project}/locations/{location}/namespaces/{namespace}` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4448,7 +4629,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKE public virtual object UpdateMask { get; set; } /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding Body { get; set; } + Google.Apis.GKEHub.v1alpha.Data.Namespace Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -4472,7 +4653,7 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { @@ -4486,306 +4667,407 @@ protected override void InitParameters() } } - /// Creates a Scope. - /// The body of the request. - /// - /// Required. The parent (project and location) where the Scope will be created. Specified in the format - /// `projects/*/locations/*`. - /// - public virtual CreateRequest Create(Google.Apis.GKEHub.v1alpha.Data.Scope body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// Gets the Rbacrolebindings resource. + public virtual RbacrolebindingsResource Rbacrolebindings { get; } - /// Creates a Scope. - public class CreateRequest : GKEHubBaseServiceRequest + /// The "rbacrolebindings" collection of methods. + public class RbacrolebindingsResource { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Scope body, string parent) : base(service) + private const string Resource = "rbacrolebindings"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RbacrolebindingsResource(Google.Apis.Services.IClientService service) { - Parent = parent; - Body = body; - InitParameters(); + this.service = service; } - /// - /// Required. The parent (project and location) where the Scope will be created. Specified in the - /// format `projects/*/locations/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Creates a Scope RBACRoleBinding. + /// The body of the request. + /// + /// Required. The parent (project and location) where the RBACRoleBinding will be created. Specified + /// in the format `projects/*/locations/*/scopes/*`. + /// + public virtual CreateRequest Create(Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// Required. Client chosen ID for the Scope. `scope_id` must be a ???? - [Google.Apis.Util.RequestParameterAttribute("scopeId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ScopeId { get; set; } + /// Creates a Scope RBACRoleBinding. + public class CreateRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.Scope Body { get; set; } + /// + /// Required. The parent (project and location) where the RBACRoleBinding will be created. + /// Specified in the format `projects/*/locations/*/scopes/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Required. Client chosen ID for the RBACRoleBinding. `rbacrolebinding_id` must be a valid RFC + /// 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower + /// case alphanumeric characters or `-` 3. It must start and end with an alphanumeric character + /// Which can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length + /// of 63 characters. + /// + [Google.Apis.Util.RequestParameterAttribute("rbacrolebindingId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RbacrolebindingId { get; set; } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding Body { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+parent}/scopes"; + /// Gets the method name. + public override string MethodName => "create"; - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("scopeId", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/rbacrolebindings"; + + /// Initializes Create parameter list. + protected override void InitParameters() { - Name = "scopeId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + }); + RequestParameters.Add("rbacrolebindingId", new Google.Apis.Discovery.Parameter + { + Name = "rbacrolebindingId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// Deletes a Scope. - /// - /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - /// Deletes a Scope. - public class DeleteRequest : GKEHubBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Deletes a Scope RBACRoleBinding. + /// + /// Required. The RBACRoleBinding resource name in the format + /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// + public virtual DeleteRequest Delete(string name) { - Name = name; - InitParameters(); + return new DeleteRequest(this.service, name); } - /// - /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Deletes a Scope RBACRoleBinding. + public class DeleteRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "delete"; + /// + /// Required. The RBACRoleBinding resource name in the format + /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$", + }); + } } - } - - /// Returns the details of a Scope. - /// - /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - /// Returns the details of a Scope. - public class GetRequest : GKEHubBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + /// Returns the details of a Scope RBACRoleBinding. + /// + /// Required. The RBACRoleBinding resource name in the format + /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// + public virtual GetRequest Get(string name) { - Name = name; - InitParameters(); + return new GetRequest(this.service, name); } - /// - /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Returns the details of a Scope RBACRoleBinding. + public class GetRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the method name. - public override string MethodName => "get"; + /// + /// Required. The RBACRoleBinding resource name in the format + /// `projects/*/locations/*/scopes/*/rbacrolebindings/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", - }); + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$", + }); + } } - } - - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - public virtual GetIamPolicyRequest GetIamPolicy(string resource) - { - return new GetIamPolicyRequest(this.service, resource); - } - /// - /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and - /// does not have a policy set. - /// - public class GetIamPolicyRequest : GKEHubBaseServiceRequest - { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) + /// Lists all Scope RBACRoleBindings. + /// + /// Required. The parent (project and location) where the Features will be listed. Specified in the + /// format `projects/*/locations/*/scopes/*`. + /// + public virtual ListRequest List(string parent) { - Resource = resource; - InitParameters(); + return new ListRequest(this.service, parent); } - /// - /// REQUIRED: The resource for which the policy is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. - /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + /// Lists all Scope RBACRoleBindings. + public class ListRequest : GKEHubBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } - /// - /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, - /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any - /// conditional role bindings must specify version 3. Policies with no conditional role bindings may - /// specify any valid value or leave the field unset. The policy in the response might use the - /// policy version that you specified, or it might use a lower policy version. For example, if you - /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. - /// To learn which resources support conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } + /// + /// Required. The parent (project and location) where the Features will be listed. Specified in + /// the format `projects/*/locations/*/scopes/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets the method name. - public override string MethodName => "getIamPolicy"; + /// + /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources + /// to return. If unspecified or set to 0, all resources will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// + /// Optional. Token returned by previous call to `ListScopeRBACRoleBindings` which specifies the + /// position in the list from where to continue listing the resources. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } - /// Gets the REST path. - public override string RestPath => "v1alpha/{+resource}:getIamPolicy"; + /// Gets the method name. + public override string MethodName => "list"; - /// Initializes GetIamPolicy parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", - }); - RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/rbacrolebindings"; + + /// Initializes List parameter list. + protected override void InitParameters() { - Name = "options.requestedPolicyVersion", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } } - } - - /// Lists Scopes. - /// - /// Required. The parent (project and location) where the Scope will be listed. Specified in the format - /// `projects/*/locations/*`. - /// - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - /// Lists Scopes. - public class ListRequest : GKEHubBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Updates a Scope RBACRoleBinding. + /// The body of the request. + /// + /// The resource name for the rbacrolebinding + /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or + /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` + /// + public virtual PatchRequest Patch(Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string name) { - Parent = parent; - InitParameters(); + return new PatchRequest(this.service, body, name); } - /// - /// Required. The parent (project and location) where the Scope will be listed. Specified in the - /// format `projects/*/locations/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Updates a Scope RBACRoleBinding. + public class PatchRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } - /// - /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to - /// return. If unspecified or set to 0, all resources will be returned. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// + /// The resource name for the rbacrolebinding + /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` + /// or + /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Required. The fields to be updated. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.RBACRoleBinding Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/rbacrolebindings/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Creates a Scope. + /// The body of the request. + /// + /// Required. The parent (project and location) where the Scope will be created. Specified in the format + /// `projects/*/locations/*`. + /// + public virtual CreateRequest Create(Google.Apis.GKEHub.v1alpha.Data.Scope body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a Scope. + public class CreateRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Scope body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } /// - /// Optional. Token returned by previous call to `ListScopes` which specifies the position in the - /// list from where to continue listing the resources. + /// Required. The parent (project and location) where the Scope will be created. Specified in the + /// format `projects/*/locations/*`. /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Required. Client chosen ID for the Scope. `scope_id` must be a ???? + [Google.Apis.Util.RequestParameterAttribute("scopeId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ScopeId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.Scope Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "create"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "POST"; /// Gets the REST path. public override string RestPath => "v1alpha/{+parent}/scopes"; - /// Initializes List parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); @@ -4797,17 +5079,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("scopeId", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "scopeId", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -4816,250 +5090,176 @@ protected override void InitParameters() } } - /// - /// Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions. - /// - /// - /// Required. Name of the Scope, in the format `projects/*/locations/global/scopes/*`, to which the - /// Memberships are bound. + /// Deletes a Scope. + /// + /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. /// - public virtual ListMembershipsRequest ListMemberships(string scopeName) + public virtual DeleteRequest Delete(string name) { - return new ListMembershipsRequest(this.service, scopeName); + return new DeleteRequest(this.service, name); } - /// - /// Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions. - /// - public class ListMembershipsRequest : GKEHubBaseServiceRequest + /// Deletes a Scope. + public class DeleteRequest : GKEHubBaseServiceRequest { - /// Constructs a new ListMemberships request. - public ListMembershipsRequest(Google.Apis.Services.IClientService service, string scopeName) : base(service) + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - ScopeName = scopeName; + Name = name; InitParameters(); } /// - /// Required. Name of the Scope, in the format `projects/*/locations/global/scopes/*`, to which the - /// Memberships are bound. - /// - [Google.Apis.Util.RequestParameterAttribute("scopeName", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ScopeName { get; private set; } - - /// - /// Optional. Lists Memberships that match the filter expression, following the syntax outlined in - /// https://google.aip.dev/160. Currently, filtering can be done only based on Memberships's `name`, - /// `labels`, `create_time`, `update_time`, and `unique_id`. - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// - /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to - /// return. If unspecified or set to 0, all resources will be returned. Pagination is currently not - /// supported; therefore, setting this field does not have any impact for now. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// Optional. Token returned by previous call to `ListBoundMemberships` which specifies the position - /// in the list from where to continue listing the resources. + /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "listMemberships"; + public override string MethodName => "delete"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "v1alpha/{+scopeName}:listMemberships"; + public override string RestPath => "v1alpha/{+name}"; - /// Initializes ListMemberships parameter list. + /// Initializes Delete parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("scopeName", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "scopeName", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); } } - /// Lists permitted Scopes. - /// - /// Required. The parent (project and location) where the Scope will be listed. Specified in the format - /// `projects/*/locations/*`. + /// Returns the details of a Scope. + /// + /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. /// - public virtual ListPermittedRequest ListPermitted(string parent) + public virtual GetRequest Get(string name) { - return new ListPermittedRequest(this.service, parent); + return new GetRequest(this.service, name); } - /// Lists permitted Scopes. - public class ListPermittedRequest : GKEHubBaseServiceRequest + /// Returns the details of a Scope. + public class GetRequest : GKEHubBaseServiceRequest { - /// Constructs a new ListPermitted request. - public ListPermittedRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - Parent = parent; + Name = name; InitParameters(); } /// - /// Required. The parent (project and location) where the Scope will be listed. Specified in the - /// format `projects/*/locations/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// - /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to - /// return. If unspecified or set to 0, all resources will be returned. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// - /// Optional. Token returned by previous call to `ListPermittedScopes` which specifies the position - /// in the list from where to continue listing the resources. + /// Required. The Scope resource name in the format `projects/*/locations/*/scopes/*`. /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. - public override string MethodName => "listPermitted"; + public override string MethodName => "get"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1alpha/{+parent}/scopes:listPermitted"; + public override string RestPath => "v1alpha/{+name}"; - /// Initializes ListPermitted parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - Name = "parent", + Name = "name", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", }); } } - /// Updates a scopes. - /// The body of the request. - /// - /// The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}` + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + /// + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. /// - public virtual PatchRequest Patch(Google.Apis.GKEHub.v1alpha.Data.Scope body, string name) + public virtual GetIamPolicyRequest GetIamPolicy(string resource) { - return new PatchRequest(this.service, body, name); + return new GetIamPolicyRequest(this.service, resource); } - /// Updates a scopes. - public class PatchRequest : GKEHubBaseServiceRequest + /// + /// Gets the access control policy for a resource. Returns an empty policy if the resource exists and + /// does not have a policy set. + /// + public class GetIamPolicyRequest : GKEHubBaseServiceRequest { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Scope body, string name) : base(service) + /// Constructs a new GetIamPolicy request. + public GetIamPolicyRequest(Google.Apis.Services.IClientService service, string resource) : base(service) { - Name = name; - Body = body; + Resource = resource; InitParameters(); } /// - /// The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}` + /// REQUIRED: The resource for which the policy is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Required. The fields to be updated. - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.Scope Body { get; set; } + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Optional. The maximum policy version that will be used to format the policy. Valid values are 0, + /// 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any + /// conditional role bindings must specify version 3. Policies with no conditional role bindings may + /// specify any valid value or leave the field unset. The policy in the response might use the + /// policy version that you specified, or it might use a lower policy version. For example, if you + /// specify version 3, but the policy has no conditional role bindings, the response uses version 1. + /// To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Google.Apis.Util.RequestParameterAttribute("options.requestedPolicyVersion", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable OptionsRequestedPolicyVersion { get; set; } /// Gets the method name. - public override string MethodName => "patch"; + public override string MethodName => "getIamPolicy"; /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; + public override string RestPath => "v1alpha/{+resource}:getIamPolicy"; - /// Initializes Patch parameter list. + /// Initializes GetIamPolicy parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter { - Name = "name", + Name = "resource", IsRequired = true, ParameterType = "path", DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + RequestParameters.Add("options.requestedPolicyVersion", new Google.Apis.Discovery.Parameter { - Name = "updateMask", + Name = "options.requestedPolicyVersion", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -5068,1765 +5268,2889 @@ protected override void InitParameters() } } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Lists Scopes. + /// + /// Required. The parent (project and location) where the Scope will be listed. Specified in the format + /// `projects/*/locations/*`. /// - public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.GKEHub.v1alpha.Data.SetIamPolicyRequest body, string resource) + public virtual ListRequest List(string parent) { - return new SetIamPolicyRequest(this.service, body, resource); + return new ListRequest(this.service, parent); } - /// - /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return - /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. - /// - public class SetIamPolicyRequest : GKEHubBaseServiceRequest + /// Lists Scopes. + public class ListRequest : GKEHubBaseServiceRequest { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.SetIamPolicyRequest body, string resource) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) { - Resource = resource; - Body = body; + Parent = parent; InitParameters(); } /// - /// REQUIRED: The resource for which the policy is being specified. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Required. The parent (project and location) where the Scope will be listed. Specified in the + /// format `projects/*/locations/*`. /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.SetIamPolicyRequest Body { get; set; } + /// + /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to + /// return. If unspecified or set to 0, all resources will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Optional. Token returned by previous call to `ListScopes` which specifies the position in the + /// list from where to continue listing the resources. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// Gets the method name. - public override string MethodName => "setIamPolicy"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1alpha/{+resource}:setIamPolicy"; + public override string RestPath => "v1alpha/{+parent}/scopes"; - /// Initializes SetIamPolicy parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - Name = "resource", + Name = "parent", IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); } } /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. + /// Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions. /// - /// The body of the request. - /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// + /// Required. Name of the Scope, in the format `projects/*/locations/global/scopes/*`, to which the + /// Memberships are bound. /// - public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.GKEHub.v1alpha.Data.TestIamPermissionsRequest body, string resource) + public virtual ListMembershipsRequest ListMemberships(string scopeName) { - return new TestIamPermissionsRequest(this.service, body, resource); + return new ListMembershipsRequest(this.service, scopeName); } /// - /// Returns permissions that a caller has on the specified resource. If the resource does not exist, - /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is - /// designed to be used for building permission-aware UIs and command-line tools, not for authorization - /// checking. This operation may "fail open" without warning. + /// Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions. /// - public class TestIamPermissionsRequest : GKEHubBaseServiceRequest + public class ListMembershipsRequest : GKEHubBaseServiceRequest { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.TestIamPermissionsRequest body, string resource) : base(service) + /// Constructs a new ListMemberships request. + public ListMembershipsRequest(Google.Apis.Services.IClientService service, string scopeName) : base(service) { - Resource = resource; - Body = body; + ScopeName = scopeName; InitParameters(); } /// - /// REQUIRED: The resource for which the policy detail is being requested. See [Resource - /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this - /// field. + /// Required. Name of the Scope, in the format `projects/*/locations/global/scopes/*`, to which the + /// Memberships are bound. /// - [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Resource { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("scopeName", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ScopeName { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1alpha.Data.TestIamPermissionsRequest Body { get; set; } + /// + /// Optional. Lists Memberships that match the filter expression, following the syntax outlined in + /// https://google.aip.dev/160. Currently, filtering can be done only based on Memberships's `name`, + /// `labels`, `create_time`, `update_time`, and `unique_id`. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// + /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to + /// return. If unspecified or set to 0, all resources will be returned. Pagination is currently not + /// supported; therefore, setting this field does not have any impact for now. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Token returned by previous call to `ListBoundMemberships` which specifies the position + /// in the list from where to continue listing the resources. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// Gets the method name. - public override string MethodName => "testIamPermissions"; + public override string MethodName => "listMemberships"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+scopeName}:listMemberships"; + + /// Initializes ListMemberships parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("scopeName", new Google.Apis.Discovery.Parameter + { + Name = "scopeName", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Lists permitted Scopes. + /// + /// Required. The parent (project and location) where the Scope will be listed. Specified in the format + /// `projects/*/locations/*`. + /// + public virtual ListPermittedRequest ListPermitted(string parent) + { + return new ListPermittedRequest(this.service, parent); + } + + /// Lists permitted Scopes. + public class ListPermittedRequest : GKEHubBaseServiceRequest + { + /// Constructs a new ListPermitted request. + public ListPermittedRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent (project and location) where the Scope will be listed. Specified in the + /// format `projects/*/locations/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. When requesting a 'page' of resources, `page_size` specifies number of resources to + /// return. If unspecified or set to 0, all resources will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. Token returned by previous call to `ListPermittedScopes` which specifies the position + /// in the list from where to continue listing the resources. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "listPermitted"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+parent}/scopes:listPermitted"; + + /// Initializes ListPermitted parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates a scopes. + /// The body of the request. + /// + /// The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}` + /// + public virtual PatchRequest Patch(Google.Apis.GKEHub.v1alpha.Data.Scope body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates a scopes. + public class PatchRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.Scope body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// The resource name for the scope `projects/{project}/locations/{location}/scopes/{scope}` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Required. The fields to be updated. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.Scope Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual SetIamPolicyRequest SetIamPolicy(Google.Apis.GKEHub.v1alpha.Data.SetIamPolicyRequest body, string resource) + { + return new SetIamPolicyRequest(this.service, body, resource); + } + + /// + /// Sets the access control policy on the specified resource. Replaces any existing policy. Can return + /// `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. + /// + public class SetIamPolicyRequest : GKEHubBaseServiceRequest + { + /// Constructs a new SetIamPolicy request. + public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.SetIamPolicyRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy is being specified. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.SetIamPolicyRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "setIamPolicy"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+resource}:setIamPolicy"; + + /// Initializes SetIamPolicy parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + }); + } + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + /// The body of the request. + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + public virtual TestIamPermissionsRequest TestIamPermissions(Google.Apis.GKEHub.v1alpha.Data.TestIamPermissionsRequest body, string resource) + { + return new TestIamPermissionsRequest(this.service, body, resource); + } + + /// + /// Returns permissions that a caller has on the specified resource. If the resource does not exist, + /// this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is + /// designed to be used for building permission-aware UIs and command-line tools, not for authorization + /// checking. This operation may "fail open" without warning. + /// + public class TestIamPermissionsRequest : GKEHubBaseServiceRequest + { + /// Constructs a new TestIamPermissions request. + public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1alpha.Data.TestIamPermissionsRequest body, string resource) : base(service) + { + Resource = resource; + Body = body; + InitParameters(); + } + + /// + /// REQUIRED: The resource for which the policy detail is being requested. See [Resource + /// names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this + /// field. + /// + [Google.Apis.Util.RequestParameterAttribute("resource", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Resource { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1alpha.Data.TestIamPermissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "testIamPermissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+resource}:testIamPermissions"; + + /// Initializes TestIamPermissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter + { + Name = "resource", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + }); + } + } + } + + /// Gets information about a location. + /// Resource name for the location. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets information about a location. + public class GetRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Resource name for the location. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } + + /// Lists information about the supported locations for this service. + /// The resource that owns the locations collection, if applicable. + public virtual ListRequest List(string name) + { + return new ListRequest(this.service, name); + } + + /// Lists information about the supported locations for this service. + public class ListRequest : GKEHubBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The resource that owns the locations collection, if applicable. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. + /// + [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + + /// + /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like + /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of results to return. If not set, the service selects a default. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token received from the `next_page_token` field in the response. Send that page token to + /// receive the subsequent page. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+name}/locations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+$", + }); + RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter + { + Name = "extraLocationTypes", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + } +} +namespace Google.Apis.GKEHub.v1alpha.Data +{ + /// Spec for App Dev Experience Feature. + public class AppDevExperienceFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// State for App Dev Exp Feature. + public class AppDevExperienceFeatureState : Google.Apis.Requests.IDirectResponseSchema + { + /// Status of subcomponent that detects configured Service Mesh resources. + [Newtonsoft.Json.JsonPropertyAttribute("networkingInstallSucceeded")] + public virtual Status NetworkingInstallSucceeded { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// ApplianceCluster contains information specific to GDC Edge Appliance Clusters. + public class ApplianceCluster : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Immutable. Self-link of the Google Cloud resource for the Appliance Cluster. For example: + /// //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance + /// + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Specifies the audit configuration for a service. The configuration determines which permission types are logged, + /// and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If + /// there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used + /// for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each + /// AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": + /// "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] + /// }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", + /// "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ + /// "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ + /// logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE + /// logging. + /// + public class AuditConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// The configuration for logging of each type of permission. + [Newtonsoft.Json.JsonPropertyAttribute("auditLogConfigs")] + public virtual System.Collections.Generic.IList AuditLogConfigs { get; set; } + + /// + /// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, + /// `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. + /// + [Newtonsoft.Json.JsonPropertyAttribute("service")] + public virtual string Service { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": + /// "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables + /// 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging. + /// + public class AuditLogConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Specifies the identities that do not cause logging for this type of permission. Follows the same format of + /// Binding.members. + /// + [Newtonsoft.Json.JsonPropertyAttribute("exemptedMembers")] + public virtual System.Collections.Generic.IList ExemptedMembers { get; set; } + + /// The log type that this config enables. + [Newtonsoft.Json.JsonPropertyAttribute("logType")] + public virtual string LogType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Authority encodes how Google will recognize identities from this Membership. See the workload identity + /// documentation for more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity + /// + public class Authority : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. An identity provider that reflects the `issuer` in the workload identity pool. + /// + [Newtonsoft.Json.JsonPropertyAttribute("identityProvider")] + public virtual string IdentityProvider { get; set; } + + /// + /// Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with + /// length &lt;2000 characters, it must use `location` rather than `zone` for GKE clusters. If set, then + /// Google will allow valid OIDC tokens from this issuer to authenticate within the workload_identity_pool. OIDC + /// discovery will be performed on this URI to validate tokens from the issuer. Clearing `issuer` disables + /// Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) + /// before using a new issuer (and re-enabling Workload Identity). + /// + [Newtonsoft.Json.JsonPropertyAttribute("issuer")] + public virtual string Issuer { get; set; } + + /// + /// Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517). When this field is set, OIDC + /// discovery will NOT be performed on `issuer`, and instead OIDC tokens will be validated using this field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("oidcJwks")] + public virtual string OidcJwks { get; set; } + + /// + /// Optional. Output only. The identity provider for the scope-tenancy workload identity pool. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopeTenancyIdentityProvider")] + public virtual string ScopeTenancyIdentityProvider { get; set; } + + /// + /// Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set in the + /// fleet-level feature. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopeTenancyWorkloadIdentityPool")] + public virtual string ScopeTenancyWorkloadIdentityPool { get; set; } + + /// + /// Output only. The name of the workload identity pool in which `issuer` will be recognized. There is a single + /// Workload Identity Pool per Hub that is shared between all Memberships that belong to that Hub. For a Hub + /// hosted in {PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`, although this is subject to + /// change in newer versions of this API. + /// + [Newtonsoft.Json.JsonPropertyAttribute("workloadIdentityPool")] + public virtual string WorkloadIdentityPool { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// BinaryAuthorizationConfig defines the fleet level configuration of binary authorization feature. + /// + public class BinaryAuthorizationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Mode of operation for binauthz policy evaluation. + [Newtonsoft.Json.JsonPropertyAttribute("evaluationMode")] + public virtual string EvaluationMode { get; set; } + + /// Optional. Binauthz policies that apply to this cluster. + [Newtonsoft.Json.JsonPropertyAttribute("policyBindings")] + public virtual System.Collections.Generic.IList PolicyBindings { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Associates `members`, or principals, with a `role`. + public class Binding : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding + /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to + /// the current request. However, a different role binding might grant the same role to one or more of the + /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("condition")] + public virtual Expr Condition { get; set; } + + /// + /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following + /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a + /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated + /// with a Google account or a service account. Does not include identities that come from external identity + /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a + /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address + /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * + /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes + /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For + /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that + /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain + /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * + /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workforce identity pool. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All + /// workforce identities in a group. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All workforce identities with a specific attribute value. * + /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a + /// workforce identity pool. * + /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: + /// A single identity in a workload identity pool. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: + /// A workload identity pool group. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: + /// All identities in a workload identity pool with a certain attribute. * + /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: + /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address + /// (plus unique identifier) representing a user that has been recently deleted. For example, + /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to + /// `user:{emailid}` and the recovered user retains the role in the binding. * + /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a + /// service account that has been recently deleted. For example, + /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, + /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the + /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing + /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. + /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role + /// in the binding. * + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: + /// Deleted single identity in a workforce identity pool. For example, + /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("members")] + public virtual System.Collections.Generic.IList Members { get; set; } + + /// + /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, + /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM + /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined + /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). + /// + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual string Role { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The request message for Operations.CancelOperation. + public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **Cloud Audit Logging**: Spec for Audit Logging Allowlisting. + public class CloudAuditLoggingFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Service account that should be allowlisted to send the audit logs; eg + /// cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to + /// have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting + /// (i.e. the customer must be an Anthos customer.) + /// + [Newtonsoft.Json.JsonPropertyAttribute("allowlistedServiceAccounts")] + public virtual System.Collections.Generic.IList AllowlistedServiceAccounts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **Cloud Build**: Configurations for each Cloud Build enabled cluster. + public class CloudBuildMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether it is allowed to run the privileged builds on the cluster or not. + [Newtonsoft.Json.JsonPropertyAttribute("securityPolicy")] + public virtual string SecurityPolicy { get; set; } + + /// Version of the cloud build software on the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Selector for clusters. + public class ClusterSelector : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labelSelector")] + public virtual string LabelSelector { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **ClusterUpgrade**: The configuration for the fleet-level ClusterUpgrade feature. + public class ClusterUpgradeFleetSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// Allow users to override some properties of each GKE upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("gkeUpgradeOverrides")] + public virtual System.Collections.Generic.IList GkeUpgradeOverrides { get; set; } + + /// Required. Post conditions to evaluate to mark an upgrade COMPLETE. Required. + [Newtonsoft.Json.JsonPropertyAttribute("postConditions")] + public virtual ClusterUpgradePostConditions PostConditions { get; set; } + + /// + /// This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code + /// for code definitions. The fleet name should be either fleet project number or id. This is defined as + /// repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet. + /// + [Newtonsoft.Json.JsonPropertyAttribute("upstreamFleets")] + public virtual System.Collections.Generic.IList UpstreamFleets { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **ClusterUpgrade**: The state for the fleet-level ClusterUpgrade feature. + public class ClusterUpgradeFleetState : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project + /// number or id. + /// + [Newtonsoft.Json.JsonPropertyAttribute("downstreamFleets")] + public virtual System.Collections.Generic.IList DownstreamFleets { get; set; } + + /// Feature state for GKE clusters. + [Newtonsoft.Json.JsonPropertyAttribute("gkeState")] + public virtual ClusterUpgradeGKEUpgradeFeatureState GkeState { get; set; } + + /// + /// A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they + /// are newer than the default versions of its release channel. The membership resource is in the format: + /// `projects/{p}/locations/{l}/membership/{m}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ignored")] + public virtual System.Collections.Generic.IDictionary Ignored { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// GKEUpgrade represents a GKE provided upgrade, e.g., control plane upgrade. + public class ClusterUpgradeGKEUpgrade : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Name of the upgrade, e.g., "k8s_control_plane". It should be a valid upgrade name. It must not exceet 99 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// Version of the upgrade, e.g., "1.22.1-gke.100". It should be a valid version. It must not exceet 99 + /// characters. + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// GKEUpgradeFeatureCondition describes the condition of the feature for GKE clusters at a certain point of time. + /// + public class ClusterUpgradeGKEUpgradeFeatureCondition : Google.Apis.Requests.IDirectResponseSchema + { + /// Reason why the feature is in this status. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// Status of the condition, one of True, False, Unknown. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual string Status { get; set; } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Type of the condition, for example, "ready". + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } - /// Gets the REST path. - public override string RestPath => "v1alpha/{+resource}:testIamPermissions"; + private string _updateTimeRaw; - /// Initializes TestIamPermissions parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("resource", new Google.Apis.Discovery.Parameter - { - Name = "resource", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", - }); - } - } - } + private object _updateTime; - /// Gets information about a location. - /// Resource name for the location. - public virtual GetRequest Get(string name) + /// Last timestamp the condition was updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set { - return new GetRequest(this.service, name); + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; } + } - /// Gets information about a location. - public class GetRequest : GKEHubBaseServiceRequest + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// Resource name for the location. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Gets the method name. - public override string MethodName => "get"; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// GKEUpgradeFeatureState contains feature states for GKE clusters in the scope. + public class ClusterUpgradeGKEUpgradeFeatureState : Google.Apis.Requests.IDirectResponseSchema + { + /// Current conditions of the feature. + [Newtonsoft.Json.JsonPropertyAttribute("conditions")] + public virtual System.Collections.Generic.IList Conditions { get; set; } - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}"; + /// Upgrade state. It will eventually replace `state`. + [Newtonsoft.Json.JsonPropertyAttribute("upgradeState")] + public virtual System.Collections.Generic.IList UpgradeState { get; set; } - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Lists information about the supported locations for this service. - /// The resource that owns the locations collection, if applicable. - public virtual ListRequest List(string name) - { - return new ListRequest(this.service, name); - } + /// + /// Properties of a GKE upgrade that can be overridden by the user. For example, a user can skip soaking by + /// overriding the soaking to 0. + /// + public class ClusterUpgradeGKEUpgradeOverride : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. Post conditions to override for the specified upgrade (name + version). Required. + /// + [Newtonsoft.Json.JsonPropertyAttribute("postConditions")] + public virtual ClusterUpgradePostConditions PostConditions { get; set; } - /// Lists information about the supported locations for this service. - public class ListRequest : GKEHubBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + /// Required. Which upgrade to override. Required. + [Newtonsoft.Json.JsonPropertyAttribute("upgrade")] + public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; } - /// The resource that owns the locations collection, if applicable. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. - /// - [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] - public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } + /// GKEUpgradeState is a GKEUpgrade and its state at the scope and fleet level. + public class ClusterUpgradeGKEUpgradeState : Google.Apis.Requests.IDirectResponseSchema + { + /// Number of GKE clusters in each status code. + [Newtonsoft.Json.JsonPropertyAttribute("stats")] + public virtual System.Collections.Generic.IDictionary> Stats { get; set; } - /// - /// A filter to narrow down results to a preferred subset. The filtering language accepts strings like - /// `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). - /// - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } + /// Status of the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual ClusterUpgradeUpgradeStatus Status { get; set; } - /// - /// The maximum number of results to return. If not set, the service selects a default. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Which upgrade to track the state. + [Newtonsoft.Json.JsonPropertyAttribute("upgrade")] + public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; } - /// - /// A page token received from the `next_page_token` field in the response. Send that page token to - /// receive the subsequent page. - /// - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Gets the method name. - public override string MethodName => "list"; + /// + /// IgnoredMembership represents a membership ignored by the feature. A membership can be ignored because it was + /// manually upgraded to a newer version than RC default. + /// + public class ClusterUpgradeIgnoredMembership : Google.Apis.Requests.IDirectResponseSchema + { + private string _ignoredTimeRaw; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + private object _ignoredTime; - /// Gets the REST path. - public override string RestPath => "v1alpha/{+name}/locations"; + /// Time when the membership was first set to ignored. + [Newtonsoft.Json.JsonPropertyAttribute("ignoredTime")] + public virtual string IgnoredTimeRaw + { + get => _ignoredTimeRaw; + set + { + _ignoredTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _ignoredTimeRaw = value; + } + } - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+$", - }); - RequestParameters.Add("extraLocationTypes", new Google.Apis.Discovery.Parameter - { - Name = "extraLocationTypes", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use IgnoredTimeDateTimeOffset instead.")] + public virtual object IgnoredTime + { + get => _ignoredTime; + set + { + _ignoredTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _ignoredTime = value; } } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? IgnoredTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(IgnoredTimeRaw); + set => IgnoredTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Reason why the membership is ignored. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } } -} -namespace Google.Apis.GKEHub.v1alpha.Data -{ - /// Spec for App Dev Experience Feature. - public class AppDevExperienceFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + + /// ScopeGKEUpgradeState is a GKEUpgrade and its state per-membership. + public class ClusterUpgradeMembershipGKEUpgradeState : Google.Apis.Requests.IDirectResponseSchema { + /// Status of the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual ClusterUpgradeUpgradeStatus Status { get; set; } + + /// Which upgrade to track the state. + [Newtonsoft.Json.JsonPropertyAttribute("upgrade")] + public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// State for App Dev Exp Feature. - public class AppDevExperienceFeatureState : Google.Apis.Requests.IDirectResponseSchema + /// Per-membership state for this feature. + public class ClusterUpgradeMembershipState : Google.Apis.Requests.IDirectResponseSchema { - /// Status of subcomponent that detects configured Service Mesh resources. - [Newtonsoft.Json.JsonPropertyAttribute("networkingInstallSucceeded")] - public virtual Status NetworkingInstallSucceeded { get; set; } + /// + /// Whether this membership is ignored by the feature. For example, manually upgraded clusters can be ignored if + /// they are newer than the default versions of its release channel. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ignored")] + public virtual ClusterUpgradeIgnoredMembership Ignored { get; set; } + + /// + /// Fully qualified scope names that this clusters is bound to which also have rollout sequencing enabled. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IList Scopes { get; set; } + + /// Actual upgrade state against desired. + [Newtonsoft.Json.JsonPropertyAttribute("upgrades")] + public virtual System.Collections.Generic.IList Upgrades { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// ApplianceCluster contains information specific to GDC Edge Appliance Clusters. - public class ApplianceCluster : Google.Apis.Requests.IDirectResponseSchema + /// Post conditional checks after an upgrade has been applied on all eligible clusters. + public class ClusterUpgradePostConditions : Google.Apis.Requests.IDirectResponseSchema { /// - /// Immutable. Self-link of the Google Cloud resource for the Appliance Cluster. For example: - /// //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance + /// Required. Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot + /// exceed 30 days. Required. /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("soaking")] + public virtual object Soaking { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Specifies the audit configuration for a service. The configuration determines which permission types are logged, - /// and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If - /// there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used - /// for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each - /// AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": - /// "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] - /// }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", - /// "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ - /// "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ - /// logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE - /// logging. - /// - public class AuditConfig : Google.Apis.Requests.IDirectResponseSchema + /// **ClusterUpgrade**: The configuration for the scope-level ClusterUpgrade feature. + public class ClusterUpgradeScopeSpec : Google.Apis.Requests.IDirectResponseSchema { - /// The configuration for logging of each type of permission. - [Newtonsoft.Json.JsonPropertyAttribute("auditLogConfigs")] - public virtual System.Collections.Generic.IList AuditLogConfigs { get; set; } + /// Allow users to override some properties of each GKE upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("gkeUpgradeOverrides")] + public virtual System.Collections.Generic.IList GkeUpgradeOverrides { get; set; } + + /// Required. Post conditions to evaluate to mark an upgrade COMPLETE. Required. + [Newtonsoft.Json.JsonPropertyAttribute("postConditions")] + public virtual ClusterUpgradePostConditions PostConditions { get; set; } /// - /// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, - /// `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. + /// This scope consumes upgrades that have COMPLETE status code in the upstream scopes. See UpgradeStatus.Code + /// for code definitions. The scope name should be in the form: `projects/{p}/locations/global/scopes/{s}` Where + /// {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. This is + /// defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream + /// scope. /// - [Newtonsoft.Json.JsonPropertyAttribute("service")] - public virtual string Service { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("upstreamScopes")] + public virtual System.Collections.Generic.IList UpstreamScopes { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": - /// "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables - /// 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging. - /// - public class AuditLogConfig : Google.Apis.Requests.IDirectResponseSchema + /// **ClusterUpgrade**: The state for the scope-level ClusterUpgrade feature. + public class ClusterUpgradeScopeState : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies the identities that do not cause logging for this type of permission. Follows the same format of - /// Binding.members. + /// This scopes whose upstream_scopes contain the current scope. The scope name should be in the form: + /// `projects/{p}/locations/gloobal/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. + /// {p} WILL match the Feature's project. /// - [Newtonsoft.Json.JsonPropertyAttribute("exemptedMembers")] - public virtual System.Collections.Generic.IList ExemptedMembers { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("downstreamScopes")] + public virtual System.Collections.Generic.IList DownstreamScopes { get; set; } + + /// Feature state for GKE clusters. + [Newtonsoft.Json.JsonPropertyAttribute("gkeState")] + public virtual ClusterUpgradeGKEUpgradeFeatureState GkeState { get; set; } + + /// + /// A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they + /// are newer than the default versions of its release channel. The membership resource is in the format: + /// `projects/{p}/locations/{l}/membership/{m}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ignored")] + public virtual System.Collections.Generic.IDictionary Ignored { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// UpgradeStatus provides status information for each upgrade. + public class ClusterUpgradeUpgradeStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// Status code of the upgrade. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// Reason for this status. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Last timestamp the status was updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// CommonFeatureSpec contains Fleet-wide configuration information + public class CommonFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// Appdevexperience specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] + public virtual AppDevExperienceFeatureSpec Appdevexperience { get; set; } + + /// Cloud Audit Logging-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("cloudauditlogging")] + public virtual CloudAuditLoggingFeatureSpec Cloudauditlogging { get; set; } + + /// ClusterUpgrade (fleet-based) feature spec. + [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] + public virtual ClusterUpgradeFleetSpec Clusterupgrade { get; set; } + + /// DataplaneV2 feature spec. + [Newtonsoft.Json.JsonPropertyAttribute("dataplanev2")] + public virtual DataplaneV2FeatureSpec Dataplanev2 { get; set; } + + /// FleetObservability feature spec. + [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] + public virtual FleetObservabilityFeatureSpec Fleetobservability { get; set; } + + /// Multicluster Ingress-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("multiclusteringress")] + public virtual MultiClusterIngressFeatureSpec Multiclusteringress { get; set; } + + /// Namespace Actuation feature spec + [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] + public virtual NamespaceActuationFeatureSpec Namespaceactuation { get; set; } + + /// RBAC Role Binding Actuation feature spec + [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindingactuation")] + public virtual RBACRoleBindingActuationFeatureSpec Rbacrolebindingactuation { get; set; } + + /// Workload Certificate spec. + [Newtonsoft.Json.JsonPropertyAttribute("workloadcertificate")] + public virtual FeatureSpec Workloadcertificate { get; set; } + + /// Workload Identity feature spec. + [Newtonsoft.Json.JsonPropertyAttribute("workloadidentity")] + public virtual WorkloadIdentityFeatureSpec Workloadidentity { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// CommonFeatureState contains Fleet-wide Feature status information. + public class CommonFeatureState : Google.Apis.Requests.IDirectResponseSchema + { + /// Appdevexperience specific state. + [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] + public virtual AppDevExperienceFeatureState Appdevexperience { get; set; } + + /// ClusterUpgrade fleet-level state. + [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] + public virtual ClusterUpgradeFleetState Clusterupgrade { get; set; } + + /// FleetObservability feature state. + [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] + public virtual FleetObservabilityFeatureState Fleetobservability { get; set; } + + /// Namespace Actuation feature state. + [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] + public virtual NamespaceActuationFeatureState Namespaceactuation { get; set; } + + /// RBAC Role Binding Actuation feature state + [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindingactuation")] + public virtual RBACRoleBindingActuationFeatureState Rbacrolebindingactuation { get; set; } + + /// Service Mesh-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("servicemesh")] + public virtual ServiceMeshFeatureState Servicemesh { get; set; } - /// The log type that this config enables. - [Newtonsoft.Json.JsonPropertyAttribute("logType")] - public virtual string LogType { get; set; } + /// Output only. The "running state" of the Feature in this Fleet. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual FeatureState State { get; set; } + + /// WorkloadIdentity fleet-level state. + [Newtonsoft.Json.JsonPropertyAttribute("workloadidentity")] + public virtual WorkloadIdentityFeatureState Workloadidentity { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// Authority encodes how Google will recognize identities from this Membership. See the workload identity - /// documentation for more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity + /// CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet /// - public class Authority : Google.Apis.Requests.IDirectResponseSchema + public class CommonFleetDefaultMemberConfigSpec : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Output only. An identity provider that reflects the `issuer` in the workload identity pool. - /// - [Newtonsoft.Json.JsonPropertyAttribute("identityProvider")] - public virtual string IdentityProvider { get; set; } - - /// - /// Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with - /// length &lt;2000 characters, it must use `location` rather than `zone` for GKE clusters. If set, then - /// Google will allow valid OIDC tokens from this issuer to authenticate within the workload_identity_pool. OIDC - /// discovery will be performed on this URI to validate tokens from the issuer. Clearing `issuer` disables - /// Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) - /// before using a new issuer (and re-enabling Workload Identity). - /// - [Newtonsoft.Json.JsonPropertyAttribute("issuer")] - public virtual string Issuer { get; set; } - - /// - /// Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517). When this field is set, OIDC - /// discovery will NOT be performed on `issuer`, and instead OIDC tokens will be validated using this field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("oidcJwks")] - public virtual string OidcJwks { get; set; } + /// Config Management-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] + public virtual ConfigManagementMembershipSpec Configmanagement { get; set; } - /// - /// Optional. Output only. The identity provider for the scope-tenancy workload identity pool. - /// - [Newtonsoft.Json.JsonPropertyAttribute("scopeTenancyIdentityProvider")] - public virtual string ScopeTenancyIdentityProvider { get; set; } + /// Identity Service-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] + public virtual IdentityServiceMembershipSpec Identityservice { get; set; } - /// - /// Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set in the - /// fleet-level feature. - /// - [Newtonsoft.Json.JsonPropertyAttribute("scopeTenancyWorkloadIdentityPool")] - public virtual string ScopeTenancyWorkloadIdentityPool { get; set; } + /// Anthos Service Mesh-specific spec + [Newtonsoft.Json.JsonPropertyAttribute("mesh")] + public virtual ServiceMeshMembershipSpec Mesh { get; set; } - /// - /// Output only. The name of the workload identity pool in which `issuer` will be recognized. There is a single - /// Workload Identity Pool per Hub that is shared between all Memberships that belong to that Hub. For a Hub - /// hosted in {PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`, although this is subject to - /// change in newer versions of this API. - /// - [Newtonsoft.Json.JsonPropertyAttribute("workloadIdentityPool")] - public virtual string WorkloadIdentityPool { get; set; } + /// Policy Controller spec. + [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] + public virtual PolicyControllerMembershipSpec Policycontroller { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// BinaryAuthorizationConfig defines the fleet level configuration of binary authorization feature. + /// CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. /// - public class BinaryAuthorizationConfig : Google.Apis.Requests.IDirectResponseSchema + public class CompliancePostureConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Mode of operation for binauthz policy evaluation. - [Newtonsoft.Json.JsonPropertyAttribute("evaluationMode")] - public virtual string EvaluationMode { get; set; } + /// List of enabled compliance standards. + [Newtonsoft.Json.JsonPropertyAttribute("complianceStandards")] + public virtual System.Collections.Generic.IList ComplianceStandards { get; set; } - /// Optional. Binauthz policies that apply to this cluster. - [Newtonsoft.Json.JsonPropertyAttribute("policyBindings")] - public virtual System.Collections.Generic.IList PolicyBindings { get; set; } + /// Defines the enablement mode for Compliance Posture. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Associates `members`, or principals, with a `role`. - public class Binding : Google.Apis.Requests.IDirectResponseSchema + public class ComplianceStandard : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding - /// applies to the current request. If the condition evaluates to `false`, then this binding does not apply to - /// the current request. However, a different role binding might grant the same role to one or more of the - /// principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Newtonsoft.Json.JsonPropertyAttribute("condition")] - public virtual Expr Condition { get; set; } - - /// - /// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following - /// values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a - /// Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated - /// with a Google account or a service account. Does not include identities that come from external identity - /// providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a - /// specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address - /// that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * - /// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes - /// service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For - /// example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that - /// represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain - /// (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * - /// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: - /// A single identity in a workforce identity pool. * - /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All - /// workforce identities in a group. * - /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: - /// All workforce identities with a specific attribute value. * - /// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a - /// workforce identity pool. * - /// `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: - /// A single identity in a workload identity pool. * - /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: - /// A workload identity pool group. * - /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: - /// All identities in a workload identity pool with a certain attribute. * - /// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: - /// All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address - /// (plus unique identifier) representing a user that has been recently deleted. For example, - /// `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to - /// `user:{emailid}` and the recovered user retains the role in the binding. * - /// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a - /// service account that has been recently deleted. For example, - /// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, - /// this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the - /// binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing - /// a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. - /// If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role - /// in the binding. * - /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: - /// Deleted single identity in a workforce identity pool. For example, - /// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("members")] - public virtual System.Collections.Generic.IList Members { get; set; } - - /// - /// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, - /// or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM - /// documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined - /// roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). - /// - [Newtonsoft.Json.JsonPropertyAttribute("role")] - public virtual string Role { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Name of the compliance standard. + [Newtonsoft.Json.JsonPropertyAttribute("standard")] + public virtual string Standard { get; set; } - /// The request message for Operations.CancelOperation. - public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Cloud Audit Logging**: Spec for Audit Logging Allowlisting. - public class CloudAuditLoggingFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for Binauthz + public class ConfigManagementBinauthzConfig : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Service account that should be allowlisted to send the audit logs; eg - /// cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to - /// have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting - /// (i.e. the customer must be an Anthos customer.) - /// - [Newtonsoft.Json.JsonPropertyAttribute("allowlistedServiceAccounts")] - public virtual System.Collections.Generic.IList AllowlistedServiceAccounts { get; set; } + /// Whether binauthz is enabled in this cluster. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Cloud Build**: Configurations for each Cloud Build enabled cluster. - public class CloudBuildMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// State for Binauthz + public class ConfigManagementBinauthzState : Google.Apis.Requests.IDirectResponseSchema { - /// Whether it is allowed to run the privileged builds on the cluster or not. - [Newtonsoft.Json.JsonPropertyAttribute("securityPolicy")] - public virtual string SecurityPolicy { get; set; } - - /// Version of the cloud build software on the cluster. + /// The version of binauthz that is installed. [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + public virtual ConfigManagementBinauthzVersion Version { get; set; } + + /// The state of the binauthz webhook. + [Newtonsoft.Json.JsonPropertyAttribute("webhook")] + public virtual string Webhook { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **ClusterUpgrade**: The configuration for the fleet-level ClusterUpgrade feature. - public class ClusterUpgradeFleetSpec : Google.Apis.Requests.IDirectResponseSchema + /// The version of binauthz. + public class ConfigManagementBinauthzVersion : Google.Apis.Requests.IDirectResponseSchema { - /// Allow users to override some properties of each GKE upgrade. - [Newtonsoft.Json.JsonPropertyAttribute("gkeUpgradeOverrides")] - public virtual System.Collections.Generic.IList GkeUpgradeOverrides { get; set; } - - /// Required. Post conditions to evaluate to mark an upgrade COMPLETE. Required. - [Newtonsoft.Json.JsonPropertyAttribute("postConditions")] - public virtual ClusterUpgradePostConditions PostConditions { get; set; } - - /// - /// This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code - /// for code definitions. The fleet name should be either fleet project number or id. This is defined as - /// repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet. - /// - [Newtonsoft.Json.JsonPropertyAttribute("upstreamFleets")] - public virtual System.Collections.Generic.IList UpstreamFleets { get; set; } + /// The version of the binauthz webhook. + [Newtonsoft.Json.JsonPropertyAttribute("webhookVersion")] + public virtual string WebhookVersion { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **ClusterUpgrade**: The state for the fleet-level ClusterUpgrade feature. - public class ClusterUpgradeFleetState : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for Config Sync + public class ConfigManagementConfigSync : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Configuration for deployment overrides. + [Newtonsoft.Json.JsonPropertyAttribute("deploymentOverrides")] + public virtual System.Collections.Generic.IList DeploymentOverrides { get; set; } + /// - /// This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project - /// number or id. + /// Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and + /// the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be + /// ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on + /// the presence of the git or oci field. /// - [Newtonsoft.Json.JsonPropertyAttribute("downstreamFleets")] - public virtual System.Collections.Generic.IList DownstreamFleets { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } - /// Feature state for GKE clusters. - [Newtonsoft.Json.JsonPropertyAttribute("gkeState")] - public virtual ClusterUpgradeGKEUpgradeFeatureState GkeState { get; set; } + /// Optional. Git repo configuration for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("git")] + public virtual ConfigManagementGitConfig Git { get; set; } /// - /// A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they - /// are newer than the default versions of its release channel. The membership resource is in the format: - /// `projects/{p}/locations/{l}/membership/{m}`. + /// Optional. The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to + /// Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring + /// Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the + /// namespace `config-management-monitoring` should be bound to the GSA. Deprecated: If Workload Identity + /// Federation for GKE is enabled, Google Cloud Service Account is no longer needed for exporting Config Sync + /// metrics: + /// https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/monitor-config-sync-cloud-monitoring#custom-monitoring. /// - [Newtonsoft.Json.JsonPropertyAttribute("ignored")] - public virtual System.Collections.Generic.IDictionary Ignored { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("metricsGcpServiceAccountEmail")] + public virtual string MetricsGcpServiceAccountEmail { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. OCI repo configuration for the cluster + [Newtonsoft.Json.JsonPropertyAttribute("oci")] + public virtual ConfigManagementOciConfig Oci { get; set; } - /// GKEUpgrade represents a GKE provided upgrade, e.g., control plane upgrade. - public class ClusterUpgradeGKEUpgrade : Google.Apis.Requests.IDirectResponseSchema - { /// - /// Name of the upgrade, e.g., "k8s_control_plane". It should be a valid upgrade name. It must not exceet 99 - /// characters. + /// Optional. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, + /// disables the Config Sync admission webhook and does not prevent drifts. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("preventDrift")] + public virtual System.Nullable PreventDrift { get; set; } /// - /// Version of the upgrade, e.g., "1.22.1-gke.100". It should be a valid version. It must not exceet 99 - /// characters. + /// Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode. /// - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("sourceFormat")] + public virtual string SourceFormat { get; set; } + + /// Optional. Set to true to stop syncing configs for a single cluster. Default to false. + [Newtonsoft.Json.JsonPropertyAttribute("stopSyncing")] + public virtual System.Nullable StopSyncing { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// GKEUpgradeFeatureCondition describes the condition of the feature for GKE clusters at a certain point of time. - /// - public class ClusterUpgradeGKEUpgradeFeatureCondition : Google.Apis.Requests.IDirectResponseSchema + /// The state of ConfigSync's deployment on a cluster + public class ConfigManagementConfigSyncDeploymentState : Google.Apis.Requests.IDirectResponseSchema { - /// Reason why the feature is in this status. - [Newtonsoft.Json.JsonPropertyAttribute("reason")] - public virtual string Reason { get; set; } + /// Deployment state of admission-webhook + [Newtonsoft.Json.JsonPropertyAttribute("admissionWebhook")] + public virtual string AdmissionWebhook { get; set; } - /// Status of the condition, one of True, False, Unknown. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual string Status { get; set; } + /// Deployment state of the git-sync pod + [Newtonsoft.Json.JsonPropertyAttribute("gitSync")] + public virtual string GitSync { get; set; } - /// Type of the condition, for example, "ready". - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } + /// Deployment state of the importer pod + [Newtonsoft.Json.JsonPropertyAttribute("importer")] + public virtual string Importer { get; set; } - private string _updateTimeRaw; + /// Deployment state of the monitor pod + [Newtonsoft.Json.JsonPropertyAttribute("monitor")] + public virtual string Monitor { get; set; } - private object _updateTime; + /// Deployment state of otel-collector + [Newtonsoft.Json.JsonPropertyAttribute("otelCollector")] + public virtual string OtelCollector { get; set; } - /// Last timestamp the condition was updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// Deployment state of reconciler-manager pod + [Newtonsoft.Json.JsonPropertyAttribute("reconcilerManager")] + public virtual string ReconcilerManager { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// Deployment state of resource-group-controller-manager + [Newtonsoft.Json.JsonPropertyAttribute("resourceGroupControllerManager")] + public virtual string ResourceGroupControllerManager { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Deployment state of root-reconciler + [Newtonsoft.Json.JsonPropertyAttribute("rootReconciler")] + public virtual string RootReconciler { get; set; } + + /// Deployment state of the syncer pod + [Newtonsoft.Json.JsonPropertyAttribute("syncer")] + public virtual string Syncer { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// GKEUpgradeFeatureState contains feature states for GKE clusters in the scope. - public class ClusterUpgradeGKEUpgradeFeatureState : Google.Apis.Requests.IDirectResponseSchema + /// Errors pertaining to the installation of Config Sync + public class ConfigManagementConfigSyncError : Google.Apis.Requests.IDirectResponseSchema { - /// Current conditions of the feature. - [Newtonsoft.Json.JsonPropertyAttribute("conditions")] - public virtual System.Collections.Generic.IList Conditions { get; set; } - - /// Upgrade state. It will eventually replace `state`. - [Newtonsoft.Json.JsonPropertyAttribute("upgradeState")] - public virtual System.Collections.Generic.IList UpgradeState { get; set; } + /// A string representing the user facing error message + [Newtonsoft.Json.JsonPropertyAttribute("errorMessage")] + public virtual string ErrorMessage { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Properties of a GKE upgrade that can be overridden by the user. For example, a user can skip soaking by - /// overriding the soaking to 0. - /// - public class ClusterUpgradeGKEUpgradeOverride : Google.Apis.Requests.IDirectResponseSchema + /// State information for ConfigSync + public class ConfigManagementConfigSyncState : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. Whether syncing resources to the cluster is stopped at the cluster level. + [Newtonsoft.Json.JsonPropertyAttribute("clusterLevelStopSyncingState")] + public virtual string ClusterLevelStopSyncingState { get; set; } + + /// Output only. The number of RootSync and RepoSync CRs in the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("crCount")] + public virtual System.Nullable CrCount { get; set; } + /// - /// Required. Post conditions to override for the specified upgrade (name + version). Required. + /// Output only. Information about the deployment of ConfigSync, including the version of the various Pods + /// deployed /// - [Newtonsoft.Json.JsonPropertyAttribute("postConditions")] - public virtual ClusterUpgradePostConditions PostConditions { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("deploymentState")] + public virtual ConfigManagementConfigSyncDeploymentState DeploymentState { get; set; } - /// Required. Which upgrade to override. Required. - [Newtonsoft.Json.JsonPropertyAttribute("upgrade")] - public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; } + /// Output only. Errors pertaining to the installation of Config Sync. + [Newtonsoft.Json.JsonPropertyAttribute("errors")] + public virtual System.Collections.Generic.IList Errors { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The state of the Reposync CRD + [Newtonsoft.Json.JsonPropertyAttribute("reposyncCrd")] + public virtual string ReposyncCrd { get; set; } - /// GKEUpgradeState is a GKEUpgrade and its state at the scope and fleet level. - public class ClusterUpgradeGKEUpgradeState : Google.Apis.Requests.IDirectResponseSchema - { - /// Number of GKE clusters in each status code. - [Newtonsoft.Json.JsonPropertyAttribute("stats")] - public virtual System.Collections.Generic.IDictionary> Stats { get; set; } + /// Output only. The state of the RootSync CRD + [Newtonsoft.Json.JsonPropertyAttribute("rootsyncCrd")] + public virtual string RootsyncCrd { get; set; } - /// Status of the upgrade. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual ClusterUpgradeUpgradeStatus Status { get; set; } + /// Output only. The state of CS This field summarizes the other fields in this message. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } - /// Which upgrade to track the state. - [Newtonsoft.Json.JsonPropertyAttribute("upgrade")] - public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; } + /// Output only. The state of ConfigSync's process to sync configs to a cluster + [Newtonsoft.Json.JsonPropertyAttribute("syncState")] + public virtual ConfigManagementSyncState SyncState { get; set; } + + /// Output only. The version of ConfigSync deployed + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual ConfigManagementConfigSyncVersion Version { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// IgnoredMembership represents a membership ignored by the feature. A membership can be ignored because it was - /// manually upgraded to a newer version than RC default. - /// - public class ClusterUpgradeIgnoredMembership : Google.Apis.Requests.IDirectResponseSchema + /// Specific versioning information pertaining to ConfigSync's Pods + public class ConfigManagementConfigSyncVersion : Google.Apis.Requests.IDirectResponseSchema { - private string _ignoredTimeRaw; + /// Version of the deployed admission-webhook pod + [Newtonsoft.Json.JsonPropertyAttribute("admissionWebhook")] + public virtual string AdmissionWebhook { get; set; } - private object _ignoredTime; + /// Version of the deployed git-sync pod + [Newtonsoft.Json.JsonPropertyAttribute("gitSync")] + public virtual string GitSync { get; set; } - /// Time when the membership was first set to ignored. - [Newtonsoft.Json.JsonPropertyAttribute("ignoredTime")] - public virtual string IgnoredTimeRaw - { - get => _ignoredTimeRaw; - set - { - _ignoredTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _ignoredTimeRaw = value; - } - } + /// Version of the deployed importer pod + [Newtonsoft.Json.JsonPropertyAttribute("importer")] + public virtual string Importer { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use IgnoredTimeDateTimeOffset instead.")] - public virtual object IgnoredTime - { - get => _ignoredTime; - set - { - _ignoredTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _ignoredTime = value; - } - } + /// Version of the deployed monitor pod + [Newtonsoft.Json.JsonPropertyAttribute("monitor")] + public virtual string Monitor { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? IgnoredTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(IgnoredTimeRaw); - set => IgnoredTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Version of the deployed otel-collector pod + [Newtonsoft.Json.JsonPropertyAttribute("otelCollector")] + public virtual string OtelCollector { get; set; } - /// Reason why the membership is ignored. - [Newtonsoft.Json.JsonPropertyAttribute("reason")] - public virtual string Reason { get; set; } + /// Version of the deployed reconciler-manager pod + [Newtonsoft.Json.JsonPropertyAttribute("reconcilerManager")] + public virtual string ReconcilerManager { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Version of the deployed resource-group-controller-manager pod + [Newtonsoft.Json.JsonPropertyAttribute("resourceGroupControllerManager")] + public virtual string ResourceGroupControllerManager { get; set; } - /// ScopeGKEUpgradeState is a GKEUpgrade and its state per-membership. - public class ClusterUpgradeMembershipGKEUpgradeState : Google.Apis.Requests.IDirectResponseSchema - { - /// Status of the upgrade. - [Newtonsoft.Json.JsonPropertyAttribute("status")] - public virtual ClusterUpgradeUpgradeStatus Status { get; set; } + /// Version of the deployed reconciler container in root-reconciler pod + [Newtonsoft.Json.JsonPropertyAttribute("rootReconciler")] + public virtual string RootReconciler { get; set; } - /// Which upgrade to track the state. - [Newtonsoft.Json.JsonPropertyAttribute("upgrade")] - public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; } + /// Version of the deployed syncer pod + [Newtonsoft.Json.JsonPropertyAttribute("syncer")] + public virtual string Syncer { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Per-membership state for this feature. - public class ClusterUpgradeMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for a container override. + public class ConfigManagementContainerOverride : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Whether this membership is ignored by the feature. For example, manually upgraded clusters can be ignored if - /// they are newer than the default versions of its release channel. - /// - [Newtonsoft.Json.JsonPropertyAttribute("ignored")] - public virtual ClusterUpgradeIgnoredMembership Ignored { get; set; } + /// Required. The name of the container. + [Newtonsoft.Json.JsonPropertyAttribute("containerName")] + public virtual string ContainerName { get; set; } - /// - /// Fully qualified scope names that this clusters is bound to which also have rollout sequencing enabled. - /// - [Newtonsoft.Json.JsonPropertyAttribute("scopes")] - public virtual System.Collections.Generic.IList Scopes { get; set; } + /// Optional. The cpu limit of the container. + [Newtonsoft.Json.JsonPropertyAttribute("cpuLimit")] + public virtual string CpuLimit { get; set; } - /// Actual upgrade state against desired. - [Newtonsoft.Json.JsonPropertyAttribute("upgrades")] - public virtual System.Collections.Generic.IList Upgrades { get; set; } + /// Optional. The cpu request of the container. + [Newtonsoft.Json.JsonPropertyAttribute("cpuRequest")] + public virtual string CpuRequest { get; set; } + + /// Optional. The memory limit of the container. + [Newtonsoft.Json.JsonPropertyAttribute("memoryLimit")] + public virtual string MemoryLimit { get; set; } + + /// Optional. The memory request of the container. + [Newtonsoft.Json.JsonPropertyAttribute("memoryRequest")] + public virtual string MemoryRequest { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Post conditional checks after an upgrade has been applied on all eligible clusters. - public class ClusterUpgradePostConditions : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for a deployment override. + public class ConfigManagementDeploymentOverride : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Required. Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot - /// exceed 30 days. Required. - /// - [Newtonsoft.Json.JsonPropertyAttribute("soaking")] - public virtual object Soaking { get; set; } + /// Optional. The containers of the deployment resource to be overridden. + [Newtonsoft.Json.JsonPropertyAttribute("containers")] + public virtual System.Collections.Generic.IList Containers { get; set; } + + /// Required. The name of the deployment resource to be overridden. + [Newtonsoft.Json.JsonPropertyAttribute("deploymentName")] + public virtual string DeploymentName { get; set; } + + /// Required. The namespace of the deployment resource to be overridden. + [Newtonsoft.Json.JsonPropertyAttribute("deploymentNamespace")] + public virtual string DeploymentNamespace { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **ClusterUpgrade**: The configuration for the scope-level ClusterUpgrade feature. - public class ClusterUpgradeScopeSpec : Google.Apis.Requests.IDirectResponseSchema + /// Model for a config file in the git repo with an associated Sync error + public class ConfigManagementErrorResource : Google.Apis.Requests.IDirectResponseSchema { - /// Allow users to override some properties of each GKE upgrade. - [Newtonsoft.Json.JsonPropertyAttribute("gkeUpgradeOverrides")] - public virtual System.Collections.Generic.IList GkeUpgradeOverrides { get; set; } + /// Group/version/kind of the resource that is causing an error + [Newtonsoft.Json.JsonPropertyAttribute("resourceGvk")] + public virtual ConfigManagementGroupVersionKind ResourceGvk { get; set; } - /// Required. Post conditions to evaluate to mark an upgrade COMPLETE. Required. - [Newtonsoft.Json.JsonPropertyAttribute("postConditions")] - public virtual ClusterUpgradePostConditions PostConditions { get; set; } + /// Metadata name of the resource that is causing an error + [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] + public virtual string ResourceName { get; set; } - /// - /// This scope consumes upgrades that have COMPLETE status code in the upstream scopes. See UpgradeStatus.Code - /// for code definitions. The scope name should be in the form: `projects/{p}/locations/global/scopes/{s}` Where - /// {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. This is - /// defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream - /// scope. - /// - [Newtonsoft.Json.JsonPropertyAttribute("upstreamScopes")] - public virtual System.Collections.Generic.IList UpstreamScopes { get; set; } + /// Namespace of the resource that is causing an error + [Newtonsoft.Json.JsonPropertyAttribute("resourceNamespace")] + public virtual string ResourceNamespace { get; set; } + + /// Path in the git repo of the erroneous config + [Newtonsoft.Json.JsonPropertyAttribute("sourcePath")] + public virtual string SourcePath { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **ClusterUpgrade**: The state for the scope-level ClusterUpgrade feature. - public class ClusterUpgradeScopeState : Google.Apis.Requests.IDirectResponseSchema + /// State of Policy Controller installation. + public class ConfigManagementGatekeeperDeploymentState : Google.Apis.Requests.IDirectResponseSchema { - /// - /// This scopes whose upstream_scopes contain the current scope. The scope name should be in the form: - /// `projects/{p}/locations/gloobal/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. - /// {p} WILL match the Feature's project. - /// - [Newtonsoft.Json.JsonPropertyAttribute("downstreamScopes")] - public virtual System.Collections.Generic.IList DownstreamScopes { get; set; } + /// Status of gatekeeper-audit deployment. + [Newtonsoft.Json.JsonPropertyAttribute("gatekeeperAudit")] + public virtual string GatekeeperAudit { get; set; } - /// Feature state for GKE clusters. - [Newtonsoft.Json.JsonPropertyAttribute("gkeState")] - public virtual ClusterUpgradeGKEUpgradeFeatureState GkeState { get; set; } + /// Status of gatekeeper-controller-manager pod. + [Newtonsoft.Json.JsonPropertyAttribute("gatekeeperControllerManagerState")] + public virtual string GatekeeperControllerManagerState { get; set; } - /// - /// A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they - /// are newer than the default versions of its release channel. The membership resource is in the format: - /// `projects/{p}/locations/{l}/membership/{m}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("ignored")] - public virtual System.Collections.Generic.IDictionary Ignored { get; set; } + /// Status of the pod serving the mutation webhook. + [Newtonsoft.Json.JsonPropertyAttribute("gatekeeperMutation")] + public virtual string GatekeeperMutation { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// UpgradeStatus provides status information for each upgrade. - public class ClusterUpgradeUpgradeStatus : Google.Apis.Requests.IDirectResponseSchema + /// Git repo configuration for a single cluster. + public class ConfigManagementGitConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Status code of the upgrade. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// + /// Optional. The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcpServiceAccountEmail")] + public virtual string GcpServiceAccountEmail { get; set; } - /// Reason for this status. - [Newtonsoft.Json.JsonPropertyAttribute("reason")] - public virtual string Reason { get; set; } + /// Optional. URL for the HTTPS proxy to be used when communicating with the Git repo. + [Newtonsoft.Json.JsonPropertyAttribute("httpsProxy")] + public virtual string HttpsProxy { get; set; } - private string _updateTimeRaw; + /// + /// Optional. The path within the Git repository that represents the top level of the repo to sync. Default: the + /// root directory of the repository. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policyDir")] + public virtual string PolicyDir { get; set; } - private object _updateTime; + /// + /// Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, + /// token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("secretType")] + public virtual string SecretType { get; set; } - /// Last timestamp the status was updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// Optional. The branch of the repository to sync from. Default: master. + [Newtonsoft.Json.JsonPropertyAttribute("syncBranch")] + public virtual string SyncBranch { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// Required. The URL of the Git repository to use as the source of truth. + [Newtonsoft.Json.JsonPropertyAttribute("syncRepo")] + public virtual string SyncRepo { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Optional. Git revision (tag or hash) to check out. Default HEAD. + [Newtonsoft.Json.JsonPropertyAttribute("syncRev")] + public virtual string SyncRev { get; set; } + + /// Optional. Period in seconds between consecutive syncs. Default: 15. + [Newtonsoft.Json.JsonPropertyAttribute("syncWaitSecs")] + public virtual System.Nullable SyncWaitSecs { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// CommonFeatureSpec contains Fleet-wide configuration information - public class CommonFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// A Kubernetes object's GVK + public class ConfigManagementGroupVersionKind : Google.Apis.Requests.IDirectResponseSchema { - /// Appdevexperience specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] - public virtual AppDevExperienceFeatureSpec Appdevexperience { get; set; } - - /// Cloud Audit Logging-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("cloudauditlogging")] - public virtual CloudAuditLoggingFeatureSpec Cloudauditlogging { get; set; } - - /// ClusterUpgrade (fleet-based) feature spec. - [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] - public virtual ClusterUpgradeFleetSpec Clusterupgrade { get; set; } - - /// DataplaneV2 feature spec. - [Newtonsoft.Json.JsonPropertyAttribute("dataplanev2")] - public virtual DataplaneV2FeatureSpec Dataplanev2 { get; set; } + /// Kubernetes Group + [Newtonsoft.Json.JsonPropertyAttribute("group")] + public virtual string Group { get; set; } - /// FleetObservability feature spec. - [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] - public virtual FleetObservabilityFeatureSpec Fleetobservability { get; set; } + /// Kubernetes Kind + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } - /// Multicluster Ingress-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("multiclusteringress")] - public virtual MultiClusterIngressFeatureSpec Multiclusteringress { get; set; } + /// Kubernetes Version + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } - /// Namespace Actuation feature spec - [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] - public virtual NamespaceActuationFeatureSpec Namespaceactuation { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// RBAC Role Binding Actuation feature spec - [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindingactuation")] - public virtual RBACRoleBindingActuationFeatureSpec Rbacrolebindingactuation { get; set; } + /// Configuration for Hierarchy Controller + public class ConfigManagementHierarchyControllerConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether hierarchical resource quota is enabled in this cluster. + [Newtonsoft.Json.JsonPropertyAttribute("enableHierarchicalResourceQuota")] + public virtual System.Nullable EnableHierarchicalResourceQuota { get; set; } - /// Workload Certificate spec. - [Newtonsoft.Json.JsonPropertyAttribute("workloadcertificate")] - public virtual FeatureSpec Workloadcertificate { get; set; } + /// Whether pod tree labels are enabled in this cluster. + [Newtonsoft.Json.JsonPropertyAttribute("enablePodTreeLabels")] + public virtual System.Nullable EnablePodTreeLabels { get; set; } - /// Workload Identity feature spec. - [Newtonsoft.Json.JsonPropertyAttribute("workloadidentity")] - public virtual WorkloadIdentityFeatureSpec Workloadidentity { get; set; } + /// Whether Hierarchy Controller is enabled in this cluster. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// CommonFeatureState contains Fleet-wide Feature status information. - public class CommonFeatureState : Google.Apis.Requests.IDirectResponseSchema + /// Deployment state for Hierarchy Controller + public class ConfigManagementHierarchyControllerDeploymentState : Google.Apis.Requests.IDirectResponseSchema { - /// Appdevexperience specific state. - [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] - public virtual AppDevExperienceFeatureState Appdevexperience { get; set; } - - /// ClusterUpgrade fleet-level state. - [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] - public virtual ClusterUpgradeFleetState Clusterupgrade { get; set; } - - /// FleetObservability feature state. - [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] - public virtual FleetObservabilityFeatureState Fleetobservability { get; set; } - - /// Namespace Actuation feature state. - [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] - public virtual NamespaceActuationFeatureState Namespaceactuation { get; set; } + /// The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1) + [Newtonsoft.Json.JsonPropertyAttribute("extension")] + public virtual string Extension { get; set; } - /// RBAC Role Binding Actuation feature state - [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindingactuation")] - public virtual RBACRoleBindingActuationFeatureState Rbacrolebindingactuation { get; set; } + /// The deployment state for open source HNC (e.g. v0.7.0-hc.0) + [Newtonsoft.Json.JsonPropertyAttribute("hnc")] + public virtual string Hnc { get; set; } - /// Service Mesh-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("servicemesh")] - public virtual ServiceMeshFeatureState Servicemesh { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Output only. The "running state" of the Feature in this Fleet. + /// State for Hierarchy Controller + public class ConfigManagementHierarchyControllerState : Google.Apis.Requests.IDirectResponseSchema + { + /// The deployment state for Hierarchy Controller [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual FeatureState State { get; set; } + public virtual ConfigManagementHierarchyControllerDeploymentState State { get; set; } - /// WorkloadIdentity fleet-level state. - [Newtonsoft.Json.JsonPropertyAttribute("workloadidentity")] - public virtual WorkloadIdentityFeatureState Workloadidentity { get; set; } + /// The version for Hierarchy Controller + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual ConfigManagementHierarchyControllerVersion Version { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// CommonFleetDefaultMemberConfigSpec contains default configuration information for memberships of a fleet - /// - public class CommonFleetDefaultMemberConfigSpec : Google.Apis.Requests.IDirectResponseSchema + /// Version for Hierarchy Controller + public class ConfigManagementHierarchyControllerVersion : Google.Apis.Requests.IDirectResponseSchema { - /// Config Management-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] - public virtual ConfigManagementMembershipSpec Configmanagement { get; set; } + /// Version for Hierarchy Controller extension + [Newtonsoft.Json.JsonPropertyAttribute("extension")] + public virtual string Extension { get; set; } - /// Identity Service-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] - public virtual IdentityServiceMembershipSpec Identityservice { get; set; } + /// Version for open source HNC + [Newtonsoft.Json.JsonPropertyAttribute("hnc")] + public virtual string Hnc { get; set; } - /// Anthos Service Mesh-specific spec - [Newtonsoft.Json.JsonPropertyAttribute("mesh")] - public virtual ServiceMeshMembershipSpec Mesh { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Policy Controller spec. - [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] - public virtual PolicyControllerMembershipSpec Policycontroller { get; set; } + /// Errors pertaining to the installation of ACM + public class ConfigManagementInstallError : Google.Apis.Requests.IDirectResponseSchema + { + /// A string representing the user facing error message + [Newtonsoft.Json.JsonPropertyAttribute("errorMessage")] + public virtual string ErrorMessage { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture. + /// **Anthos Config Management**: Configuration for a single cluster. Intended to parallel the ConfigManagement CR. /// - public class CompliancePostureConfig : Google.Apis.Requests.IDirectResponseSchema + public class ConfigManagementMembershipSpec : Google.Apis.Requests.IDirectResponseSchema { - /// List of enabled compliance standards. - [Newtonsoft.Json.JsonPropertyAttribute("complianceStandards")] - public virtual System.Collections.Generic.IList ComplianceStandards { get; set; } + /// + /// Optional. Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be + /// set. + /// + [Newtonsoft.Json.JsonPropertyAttribute("binauthz")] + public virtual ConfigManagementBinauthzConfig Binauthz { get; set; } - /// Defines the enablement mode for Compliance Posture. - [Newtonsoft.Json.JsonPropertyAttribute("mode")] - public virtual string Mode { get; set; } + /// + /// Optional. The user-specified cluster name used by Config Sync cluster-name-selector annotation or + /// ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet + /// membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field + /// if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector + /// annotation or ClusterSelector. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cluster")] + public virtual string Cluster { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Config Sync configuration for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("configSync")] + public virtual ConfigManagementConfigSync ConfigSync { get; set; } - public class ComplianceStandard : Google.Apis.Requests.IDirectResponseSchema - { - /// Name of the compliance standard. - [Newtonsoft.Json.JsonPropertyAttribute("standard")] - public virtual string Standard { get; set; } + /// + /// Optional. Hierarchy Controller configuration for the cluster. Deprecated: Configuring Hierarchy Controller + /// through the configmanagement feature is no longer recommended. Use + /// https://github.com/kubernetes-sigs/hierarchical-namespaces instead. + /// + [Newtonsoft.Json.JsonPropertyAttribute("hierarchyController")] + public virtual ConfigManagementHierarchyControllerConfig HierarchyController { get; set; } + + /// Optional. Enables automatic Feature management. + [Newtonsoft.Json.JsonPropertyAttribute("management")] + public virtual string Management { get; set; } + + /// + /// Optional. Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through + /// the configmanagement feature is no longer recommended. Use the policycontroller feature instead. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policyController")] + public virtual ConfigManagementPolicyController PolicyController { get; set; } + + /// Optional. Version of ACM installed. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for Binauthz - public class ConfigManagementBinauthzConfig : Google.Apis.Requests.IDirectResponseSchema + /// **Anthos Config Management**: State for a single cluster. + public class ConfigManagementMembershipState : Google.Apis.Requests.IDirectResponseSchema { - /// Whether binauthz is enabled in this cluster. - [Newtonsoft.Json.JsonPropertyAttribute("enabled")] - public virtual System.Nullable Enabled { get; set; } + /// Output only. Binauthz status + [Newtonsoft.Json.JsonPropertyAttribute("binauthzState")] + public virtual ConfigManagementBinauthzState BinauthzState { get; set; } + + /// + /// Output only. This field is set to the `cluster_name` field of the Membership Spec if it is not empty. + /// Otherwise, it is set to the cluster's fleet membership name. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterName")] + public virtual string ClusterName { get; set; } + + /// Output only. Current sync status + [Newtonsoft.Json.JsonPropertyAttribute("configSyncState")] + public virtual ConfigManagementConfigSyncState ConfigSyncState { get; set; } + + /// Output only. Hierarchy Controller status + [Newtonsoft.Json.JsonPropertyAttribute("hierarchyControllerState")] + public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; } + + /// Output only. The Kubernetes API server version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } + + /// + /// Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while + /// the MembershipSpec in the FeatureSpec represents the intended state + /// + [Newtonsoft.Json.JsonPropertyAttribute("membershipSpec")] + public virtual ConfigManagementMembershipSpec MembershipSpec { get; set; } + + /// Output only. Current install status of ACM's Operator + [Newtonsoft.Json.JsonPropertyAttribute("operatorState")] + public virtual ConfigManagementOperatorState OperatorState { get; set; } + + /// Output only. PolicyController status + [Newtonsoft.Json.JsonPropertyAttribute("policyControllerState")] + public virtual ConfigManagementPolicyControllerState PolicyControllerState { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// State for Binauthz - public class ConfigManagementBinauthzState : Google.Apis.Requests.IDirectResponseSchema + /// OCI repo configuration for a single cluster + public class ConfigManagementOciConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The version of binauthz that is installed. - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual ConfigManagementBinauthzVersion Version { get; set; } + /// + /// Optional. The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount. + /// + [Newtonsoft.Json.JsonPropertyAttribute("gcpServiceAccountEmail")] + public virtual string GcpServiceAccountEmail { get; set; } - /// The state of the binauthz webhook. - [Newtonsoft.Json.JsonPropertyAttribute("webhook")] - public virtual string Webhook { get; set; } + /// + /// Optional. The absolute path of the directory that contains the local resources. Default: the root directory + /// of the image. + /// + [Newtonsoft.Json.JsonPropertyAttribute("policyDir")] + public virtual string PolicyDir { get; set; } + + /// + /// Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, + /// k8sserviceaccount or none. The validation of this is case-sensitive. + /// + [Newtonsoft.Json.JsonPropertyAttribute("secretType")] + public virtual string SecretType { get; set; } + + /// + /// Required. The OCI image repository URL for the package to sync from. e.g. + /// `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("syncRepo")] + public virtual string SyncRepo { get; set; } + + /// Optional. Period in seconds between consecutive syncs. Default: 15. + [Newtonsoft.Json.JsonPropertyAttribute("syncWaitSecs")] + public virtual System.Nullable SyncWaitSecs { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The version of binauthz. - public class ConfigManagementBinauthzVersion : Google.Apis.Requests.IDirectResponseSchema + /// State information for an ACM's Operator + public class ConfigManagementOperatorState : Google.Apis.Requests.IDirectResponseSchema { - /// The version of the binauthz webhook. - [Newtonsoft.Json.JsonPropertyAttribute("webhookVersion")] - public virtual string WebhookVersion { get; set; } + /// The state of the Operator's deployment + [Newtonsoft.Json.JsonPropertyAttribute("deploymentState")] + public virtual string DeploymentState { get; set; } + + /// Install errors. + [Newtonsoft.Json.JsonPropertyAttribute("errors")] + public virtual System.Collections.Generic.IList Errors { get; set; } + + /// The semenatic version number of the operator + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for Config Sync - public class ConfigManagementConfigSync : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for Policy Controller + public class ConfigManagementPolicyController : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Configuration for deployment overrides. - [Newtonsoft.Json.JsonPropertyAttribute("deploymentOverrides")] - public virtual System.Collections.Generic.IList DeploymentOverrides { get; set; } + /// + /// Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit + /// functionality altogether. + /// + [Newtonsoft.Json.JsonPropertyAttribute("auditIntervalSeconds")] + public virtual System.Nullable AuditIntervalSeconds { get; set; } /// - /// Optional. Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and - /// the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be - /// ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on - /// the presence of the git or oci field. + /// Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect. /// [Newtonsoft.Json.JsonPropertyAttribute("enabled")] public virtual System.Nullable Enabled { get; set; } - /// Optional. Git repo configuration for the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("git")] - public virtual ConfigManagementGitConfig Git { get; set; } - /// - /// Optional. The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to - /// Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring - /// Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the - /// namespace `config-management-monitoring` should be bound to the GSA. Deprecated: If Workload Identity - /// Federation for GKE is enabled, Google Cloud Service Account is no longer needed for exporting Config Sync - /// metrics: - /// https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/monitor-config-sync-cloud-monitoring#custom-monitoring. + /// The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently + /// exist on the cluster. /// - [Newtonsoft.Json.JsonPropertyAttribute("metricsGcpServiceAccountEmail")] - public virtual string MetricsGcpServiceAccountEmail { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("exemptableNamespaces")] + public virtual System.Collections.Generic.IList ExemptableNamespaces { get; set; } - /// Optional. OCI repo configuration for the cluster - [Newtonsoft.Json.JsonPropertyAttribute("oci")] - public virtual ConfigManagementOciConfig Oci { get; set; } + /// Logs all denies and dry run failures. + [Newtonsoft.Json.JsonPropertyAttribute("logDeniesEnabled")] + public virtual System.Nullable LogDeniesEnabled { get; set; } + + /// Monitoring specifies the configuration of monitoring. + [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] + public virtual ConfigManagementPolicyControllerMonitoring Monitoring { get; set; } /// - /// Optional. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, - /// disables the Config Sync admission webhook and does not prevent drifts. + /// Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment + /// will be deployed to the cluster. /// - [Newtonsoft.Json.JsonPropertyAttribute("preventDrift")] - public virtual System.Nullable PreventDrift { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("mutationEnabled")] + public virtual System.Nullable MutationEnabled { get; set; } /// - /// Optional. Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode. + /// Enables the ability to use Constraint Templates that reference to objects other than the object currently + /// being evaluated. /// - [Newtonsoft.Json.JsonPropertyAttribute("sourceFormat")] - public virtual string SourceFormat { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("referentialRulesEnabled")] + public virtual System.Nullable ReferentialRulesEnabled { get; set; } - /// Optional. Set to true to stop syncing configs for a single cluster. Default to false. - [Newtonsoft.Json.JsonPropertyAttribute("stopSyncing")] - public virtual System.Nullable StopSyncing { get; set; } + /// Installs the default template library along with Policy Controller. + [Newtonsoft.Json.JsonPropertyAttribute("templateLibraryInstalled")] + public virtual System.Nullable TemplateLibraryInstalled { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. Last time this membership spec was updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The state of ConfigSync's deployment on a cluster - public class ConfigManagementConfigSyncDeploymentState : Google.Apis.Requests.IDirectResponseSchema + /// State for the migration of PolicyController from ACM -> PoCo Hub. + public class ConfigManagementPolicyControllerMigration : Google.Apis.Requests.IDirectResponseSchema { - /// Deployment state of admission-webhook - [Newtonsoft.Json.JsonPropertyAttribute("admissionWebhook")] - public virtual string AdmissionWebhook { get; set; } - - /// Deployment state of the git-sync pod - [Newtonsoft.Json.JsonPropertyAttribute("gitSync")] - public virtual string GitSync { get; set; } - - /// Deployment state of the importer pod - [Newtonsoft.Json.JsonPropertyAttribute("importer")] - public virtual string Importer { get; set; } - - /// Deployment state of the monitor pod - [Newtonsoft.Json.JsonPropertyAttribute("monitor")] - public virtual string Monitor { get; set; } + private string _copyTimeRaw; - /// Deployment state of otel-collector - [Newtonsoft.Json.JsonPropertyAttribute("otelCollector")] - public virtual string OtelCollector { get; set; } + private object _copyTime; - /// Deployment state of reconciler-manager pod - [Newtonsoft.Json.JsonPropertyAttribute("reconcilerManager")] - public virtual string ReconcilerManager { get; set; } + /// Last time this membership spec was copied to PoCo feature. + [Newtonsoft.Json.JsonPropertyAttribute("copyTime")] + public virtual string CopyTimeRaw + { + get => _copyTimeRaw; + set + { + _copyTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _copyTimeRaw = value; + } + } - /// Deployment state of resource-group-controller-manager - [Newtonsoft.Json.JsonPropertyAttribute("resourceGroupControllerManager")] - public virtual string ResourceGroupControllerManager { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CopyTimeDateTimeOffset instead.")] + public virtual object CopyTime + { + get => _copyTime; + set + { + _copyTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _copyTime = value; + } + } - /// Deployment state of root-reconciler - [Newtonsoft.Json.JsonPropertyAttribute("rootReconciler")] - public virtual string RootReconciler { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CopyTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CopyTimeRaw); + set => CopyTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Deployment state of the syncer pod - [Newtonsoft.Json.JsonPropertyAttribute("syncer")] - public virtual string Syncer { get; set; } + /// Stage of the migration. + [Newtonsoft.Json.JsonPropertyAttribute("stage")] + public virtual string Stage { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Errors pertaining to the installation of Config Sync - public class ConfigManagementConfigSyncError : Google.Apis.Requests.IDirectResponseSchema + /// + /// PolicyControllerMonitoring specifies the backends Policy Controller should export metrics to. For example, to + /// specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: ["cloudmonitoring", + /// "prometheus"] + /// + public class ConfigManagementPolicyControllerMonitoring : Google.Apis.Requests.IDirectResponseSchema { - /// A string representing the user facing error message - [Newtonsoft.Json.JsonPropertyAttribute("errorMessage")] - public virtual string ErrorMessage { get; set; } + /// + /// Specifies the list of backends Policy Controller will export to. An empty list would effectively disable + /// metrics export. + /// + [Newtonsoft.Json.JsonPropertyAttribute("backends")] + public virtual System.Collections.Generic.IList Backends { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// State information for ConfigSync - public class ConfigManagementConfigSyncState : Google.Apis.Requests.IDirectResponseSchema + /// State for PolicyControllerState. + public class ConfigManagementPolicyControllerState : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. Whether syncing resources to the cluster is stopped at the cluster level. - [Newtonsoft.Json.JsonPropertyAttribute("clusterLevelStopSyncingState")] - public virtual string ClusterLevelStopSyncingState { get; set; } - - /// Output only. The number of RootSync and RepoSync CRs in the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("crCount")] - public virtual System.Nullable CrCount { get; set; } - - /// - /// Output only. Information about the deployment of ConfigSync, including the version of the various Pods - /// deployed - /// + /// The state about the policy controller installation. [Newtonsoft.Json.JsonPropertyAttribute("deploymentState")] - public virtual ConfigManagementConfigSyncDeploymentState DeploymentState { get; set; } - - /// Output only. Errors pertaining to the installation of Config Sync. - [Newtonsoft.Json.JsonPropertyAttribute("errors")] - public virtual System.Collections.Generic.IList Errors { get; set; } - - /// Output only. The state of the Reposync CRD - [Newtonsoft.Json.JsonPropertyAttribute("reposyncCrd")] - public virtual string ReposyncCrd { get; set; } - - /// Output only. The state of the RootSync CRD - [Newtonsoft.Json.JsonPropertyAttribute("rootsyncCrd")] - public virtual string RootsyncCrd { get; set; } - - /// Output only. The state of CS This field summarizes the other fields in this message. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + public virtual ConfigManagementGatekeeperDeploymentState DeploymentState { get; set; } - /// Output only. The state of ConfigSync's process to sync configs to a cluster - [Newtonsoft.Json.JsonPropertyAttribute("syncState")] - public virtual ConfigManagementSyncState SyncState { get; set; } + /// Record state of ACM -> PoCo Hub migration for this feature. + [Newtonsoft.Json.JsonPropertyAttribute("migration")] + public virtual ConfigManagementPolicyControllerMigration Migration { get; set; } - /// Output only. The version of ConfigSync deployed + /// The version of Gatekeeper Policy Controller deployed. [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual ConfigManagementConfigSyncVersion Version { get; set; } + public virtual ConfigManagementPolicyControllerVersion Version { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Specific versioning information pertaining to ConfigSync's Pods - public class ConfigManagementConfigSyncVersion : Google.Apis.Requests.IDirectResponseSchema + /// The build version of Gatekeeper Policy Controller is using. + public class ConfigManagementPolicyControllerVersion : Google.Apis.Requests.IDirectResponseSchema { - /// Version of the deployed admission-webhook pod - [Newtonsoft.Json.JsonPropertyAttribute("admissionWebhook")] - public virtual string AdmissionWebhook { get; set; } - - /// Version of the deployed git-sync pod - [Newtonsoft.Json.JsonPropertyAttribute("gitSync")] - public virtual string GitSync { get; set; } - - /// Version of the deployed importer pod - [Newtonsoft.Json.JsonPropertyAttribute("importer")] - public virtual string Importer { get; set; } - - /// Version of the deployed monitor pod - [Newtonsoft.Json.JsonPropertyAttribute("monitor")] - public virtual string Monitor { get; set; } - - /// Version of the deployed otel-collector pod - [Newtonsoft.Json.JsonPropertyAttribute("otelCollector")] - public virtual string OtelCollector { get; set; } + /// The gatekeeper image tag that is composed of ACM version, git tag, build number. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } - /// Version of the deployed reconciler-manager pod - [Newtonsoft.Json.JsonPropertyAttribute("reconcilerManager")] - public virtual string ReconcilerManager { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Version of the deployed resource-group-controller-manager pod - [Newtonsoft.Json.JsonPropertyAttribute("resourceGroupControllerManager")] - public virtual string ResourceGroupControllerManager { get; set; } + /// An ACM created error representing a problem syncing configurations + public class ConfigManagementSyncError : Google.Apis.Requests.IDirectResponseSchema + { + /// An ACM defined error code + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } - /// Version of the deployed reconciler container in root-reconciler pod - [Newtonsoft.Json.JsonPropertyAttribute("rootReconciler")] - public virtual string RootReconciler { get; set; } + /// A description of the error + [Newtonsoft.Json.JsonPropertyAttribute("errorMessage")] + public virtual string ErrorMessage { get; set; } - /// Version of the deployed syncer pod - [Newtonsoft.Json.JsonPropertyAttribute("syncer")] - public virtual string Syncer { get; set; } + /// A list of config(s) associated with the error, if any + [Newtonsoft.Json.JsonPropertyAttribute("errorResources")] + public virtual System.Collections.Generic.IList ErrorResources { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for a container override. - public class ConfigManagementContainerOverride : Google.Apis.Requests.IDirectResponseSchema + /// State indicating an ACM's progress syncing configurations to a cluster + public class ConfigManagementSyncState : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The name of the container. - [Newtonsoft.Json.JsonPropertyAttribute("containerName")] - public virtual string ContainerName { get; set; } + /// Sync status code + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } - /// Optional. The cpu limit of the container. - [Newtonsoft.Json.JsonPropertyAttribute("cpuLimit")] - public virtual string CpuLimit { get; set; } + /// + /// A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although + /// it is unlikely for that many errors to simultaneously exist. + /// + [Newtonsoft.Json.JsonPropertyAttribute("errors")] + public virtual System.Collections.Generic.IList Errors { get; set; } - /// Optional. The cpu request of the container. - [Newtonsoft.Json.JsonPropertyAttribute("cpuRequest")] - public virtual string CpuRequest { get; set; } + /// Token indicating the state of the importer. + [Newtonsoft.Json.JsonPropertyAttribute("importToken")] + public virtual string ImportToken { get; set; } - /// Optional. The memory limit of the container. - [Newtonsoft.Json.JsonPropertyAttribute("memoryLimit")] - public virtual string MemoryLimit { get; set; } + /// + /// Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time + /// format is specified in https://golang.org/pkg/time/#Time.String + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastSync")] + public virtual string LastSync { get; set; } - /// Optional. The memory request of the container. - [Newtonsoft.Json.JsonPropertyAttribute("memoryRequest")] - public virtual string MemoryRequest { get; set; } + private string _lastSyncTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _lastSyncTime; - /// Configuration for a deployment override. - public class ConfigManagementDeploymentOverride : Google.Apis.Requests.IDirectResponseSchema - { - /// Optional. The containers of the deployment resource to be overridden. - [Newtonsoft.Json.JsonPropertyAttribute("containers")] - public virtual System.Collections.Generic.IList Containers { get; set; } + /// Timestamp type of when ACM last successfully synced the repo + [Newtonsoft.Json.JsonPropertyAttribute("lastSyncTime")] + public virtual string LastSyncTimeRaw + { + get => _lastSyncTimeRaw; + set + { + _lastSyncTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastSyncTimeRaw = value; + } + } - /// Required. The name of the deployment resource to be overridden. - [Newtonsoft.Json.JsonPropertyAttribute("deploymentName")] - public virtual string DeploymentName { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastSyncTimeDateTimeOffset instead.")] + public virtual object LastSyncTime + { + get => _lastSyncTime; + set + { + _lastSyncTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastSyncTime = value; + } + } - /// Required. The namespace of the deployment resource to be overridden. - [Newtonsoft.Json.JsonPropertyAttribute("deploymentNamespace")] - public virtual string DeploymentNamespace { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastSyncTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastSyncTimeRaw); + set => LastSyncTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Token indicating the state of the repo. + [Newtonsoft.Json.JsonPropertyAttribute("sourceToken")] + public virtual string SourceToken { get; set; } + + /// Token indicating the state of the syncer. + [Newtonsoft.Json.JsonPropertyAttribute("syncToken")] + public virtual string SyncToken { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Model for a config file in the git repo with an associated Sync error - public class ConfigManagementErrorResource : Google.Apis.Requests.IDirectResponseSchema + /// ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment. + public class ConnectAgentResource : Google.Apis.Requests.IDirectResponseSchema { - /// Group/version/kind of the resource that is causing an error - [Newtonsoft.Json.JsonPropertyAttribute("resourceGvk")] - public virtual ConfigManagementGroupVersionKind ResourceGvk { get; set; } - - /// Metadata name of the resource that is causing an error - [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] - public virtual string ResourceName { get; set; } - - /// Namespace of the resource that is causing an error - [Newtonsoft.Json.JsonPropertyAttribute("resourceNamespace")] - public virtual string ResourceNamespace { get; set; } + /// YAML manifest of the resource. + [Newtonsoft.Json.JsonPropertyAttribute("manifest")] + public virtual string Manifest { get; set; } - /// Path in the git repo of the erroneous config - [Newtonsoft.Json.JsonPropertyAttribute("sourcePath")] - public virtual string SourcePath { get; set; } + /// Kubernetes type of the resource. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual TypeMeta Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// State of Policy Controller installation. - public class ConfigManagementGatekeeperDeploymentState : Google.Apis.Requests.IDirectResponseSchema + /// **Dataplane V2**: Spec + public class DataplaneV2FeatureSpec : Google.Apis.Requests.IDirectResponseSchema { - /// Status of gatekeeper-audit deployment. - [Newtonsoft.Json.JsonPropertyAttribute("gatekeeperAudit")] - public virtual string GatekeeperAudit { get; set; } - - /// Status of gatekeeper-controller-manager pod. - [Newtonsoft.Json.JsonPropertyAttribute("gatekeeperControllerManagerState")] - public virtual string GatekeeperControllerManagerState { get; set; } - - /// Status of the pod serving the mutation webhook. - [Newtonsoft.Json.JsonPropertyAttribute("gatekeeperMutation")] - public virtual string GatekeeperMutation { get; set; } + /// Enable dataplane-v2 based encryption for multiple clusters. + [Newtonsoft.Json.JsonPropertyAttribute("enableEncryption")] + public virtual System.Nullable EnableEncryption { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Git repo configuration for a single cluster. - public class ConfigManagementGitConfig : Google.Apis.Requests.IDirectResponseSchema + /// + /// DefaultClusterConfig describes the default cluster configurations to be applied to all clusters born-in-fleet. + /// + public class DefaultClusterConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Enable/Disable binary authorization features for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("binaryAuthorizationConfig")] + public virtual BinaryAuthorizationConfig BinaryAuthorizationConfig { get; set; } + /// - /// Optional. The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount. + /// Optional. Enable/Disable Compliance Posture features for the cluster. Note that on UpdateFleet, only full + /// replacement of this field is allowed. Users are not allowed for partial updates through field mask. /// - [Newtonsoft.Json.JsonPropertyAttribute("gcpServiceAccountEmail")] - public virtual string GcpServiceAccountEmail { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("compliancePostureConfig")] + public virtual CompliancePostureConfig CompliancePostureConfig { get; set; } - /// Optional. URL for the HTTPS proxy to be used when communicating with the Git repo. - [Newtonsoft.Json.JsonPropertyAttribute("httpsProxy")] - public virtual string HttpsProxy { get; set; } + /// Enable/Disable Security Posture features for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("securityPostureConfig")] + public virtual SecurityPostureConfig SecurityPostureConfig { get; set; } - /// - /// Optional. The path within the Git repository that represents the top level of the repo to sync. Default: the - /// root directory of the repository. - /// - [Newtonsoft.Json.JsonPropertyAttribute("policyDir")] - public virtual string PolicyDir { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// EdgeCluster contains information specific to Google Edge Clusters. + public class EdgeCluster : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, - /// token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive. + /// Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For example: + /// //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster /// - [Newtonsoft.Json.JsonPropertyAttribute("secretType")] - public virtual string SecretType { get; set; } - - /// Optional. The branch of the repository to sync from. Default: master. - [Newtonsoft.Json.JsonPropertyAttribute("syncBranch")] - public virtual string SyncBranch { get; set; } - - /// Required. The URL of the Git repository to use as the source of truth. - [Newtonsoft.Json.JsonPropertyAttribute("syncRepo")] - public virtual string SyncRepo { get; set; } - - /// Optional. Git revision (tag or hash) to check out. Default HEAD. - [Newtonsoft.Json.JsonPropertyAttribute("syncRev")] - public virtual string SyncRev { get; set; } - - /// Optional. Period in seconds between consecutive syncs. Default: 15. - [Newtonsoft.Json.JsonPropertyAttribute("syncWaitSecs")] - public virtual System.Nullable SyncWaitSecs { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A Kubernetes object's GVK - public class ConfigManagementGroupVersionKind : Google.Apis.Requests.IDirectResponseSchema + /// + /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical + /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc + /// Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } + /// + public class Empty : Google.Apis.Requests.IDirectResponseSchema { - /// Kubernetes Group - [Newtonsoft.Json.JsonPropertyAttribute("group")] - public virtual string Group { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Kubernetes Kind - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } + /// An excluded cluster from the rollout. + public class ExcludedCluster : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The name of the fleet Membership resource associated to the excluded cluster. + /// + [Newtonsoft.Json.JsonPropertyAttribute("membership")] + public virtual string Membership { get; set; } - /// Kubernetes Version - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + /// Output only. The reason for excluding the cluster from the rollout. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for Hierarchy Controller - public class ConfigManagementHierarchyControllerConfig : Google.Apis.Requests.IDirectResponseSchema + /// + /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression + /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example + /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" + /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" description: + /// "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" + /// Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly + /// visible" expression: "document.type != 'private' &amp;&amp; document.type != 'internal'" Example (Data + /// Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." + /// expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that + /// may be referenced within an expression are determined by the service that evaluates it. See the service + /// documentation for additional information. + /// + public class Expr : Google.Apis.Requests.IDirectResponseSchema { - /// Whether hierarchical resource quota is enabled in this cluster. - [Newtonsoft.Json.JsonPropertyAttribute("enableHierarchicalResourceQuota")] - public virtual System.Nullable EnableHierarchicalResourceQuota { get; set; } + /// + /// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when + /// hovered over it in a UI. + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// Whether pod tree labels are enabled in this cluster. - [Newtonsoft.Json.JsonPropertyAttribute("enablePodTreeLabels")] - public virtual System.Nullable EnablePodTreeLabels { get; set; } + /// Textual representation of an expression in Common Expression Language syntax. + [Newtonsoft.Json.JsonPropertyAttribute("expression")] + public virtual string Expression { get; set; } - /// Whether Hierarchy Controller is enabled in this cluster. - [Newtonsoft.Json.JsonPropertyAttribute("enabled")] - public virtual System.Nullable Enabled { get; set; } + /// + /// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a + /// position in the file. + /// + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// + /// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs + /// which allow to enter the expression. + /// + [Newtonsoft.Json.JsonPropertyAttribute("title")] + public virtual string Title { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Deployment state for Hierarchy Controller - public class ConfigManagementHierarchyControllerDeploymentState : Google.Apis.Requests.IDirectResponseSchema + /// Feature represents the settings and status of any Fleet Feature. + public class Feature : Google.Apis.Requests.IDirectResponseSchema { - /// The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1) - [Newtonsoft.Json.JsonPropertyAttribute("extension")] - public virtual string Extension { get; set; } + private string _createTimeRaw; - /// The deployment state for open source HNC (e.g. v0.7.0-hc.0) - [Newtonsoft.Json.JsonPropertyAttribute("hnc")] - public virtual string Hnc { get; set; } + private object _createTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. When the Feature resource was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// State for Hierarchy Controller - public class ConfigManagementHierarchyControllerState : Google.Apis.Requests.IDirectResponseSchema - { - /// The deployment state for Hierarchy Controller - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual ConfigManagementHierarchyControllerDeploymentState State { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// The version for Hierarchy Controller - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual ConfigManagementHierarchyControllerVersion Version { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private string _deleteTimeRaw; - /// Version for Hierarchy Controller - public class ConfigManagementHierarchyControllerVersion : Google.Apis.Requests.IDirectResponseSchema - { - /// Version for Hierarchy Controller extension - [Newtonsoft.Json.JsonPropertyAttribute("extension")] - public virtual string Extension { get; set; } + private object _deleteTime; - /// Version for open source HNC - [Newtonsoft.Json.JsonPropertyAttribute("hnc")] - public virtual string Hnc { get; set; } + /// Output only. When the Feature resource was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// Errors pertaining to the installation of ACM - public class ConfigManagementInstallError : Google.Apis.Requests.IDirectResponseSchema - { - /// A string representing the user facing error message - [Newtonsoft.Json.JsonPropertyAttribute("errorMessage")] - public virtual string ErrorMessage { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Feature configuration applicable to all memberships of the fleet. + [Newtonsoft.Json.JsonPropertyAttribute("fleetDefaultMemberConfig")] + public virtual CommonFleetDefaultMemberConfigSpec FleetDefaultMemberConfig { get; set; } + + /// Labels for this Feature. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// - /// **Anthos Config Management**: Configuration for a single cluster. Intended to parallel the ConfigManagement CR. - /// - public class ConfigManagementMembershipSpec : Google.Apis.Requests.IDirectResponseSchema - { /// - /// Optional. Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be - /// set. + /// Optional. Membership-specific configuration for this Feature. If this Feature does not support any + /// per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration + /// is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid + /// location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's + /// project. {p} will always be returned as the project number, but the project ID is also accepted during + /// input. If the same Membership is specified in the map twice (using the project ID form, and the project + /// number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it + /// is recommended the same format be used for all entries when mutating a Feature. /// - [Newtonsoft.Json.JsonPropertyAttribute("binauthz")] - public virtual ConfigManagementBinauthzConfig Binauthz { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("membershipSpecs")] + public virtual System.Collections.Generic.IDictionary MembershipSpecs { get; set; } /// - /// Optional. The user-specified cluster name used by Config Sync cluster-name-selector annotation or - /// ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet - /// membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field - /// if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector - /// annotation or ClusterSelector. + /// Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this + /// field may be unused. The keys indicate which Membership the state is for, in the form: + /// `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project number, {l} is a valid location and + /// {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. /// - [Newtonsoft.Json.JsonPropertyAttribute("cluster")] - public virtual string Cluster { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("membershipStates")] + public virtual System.Collections.Generic.IDictionary MembershipStates { get; set; } - /// Optional. Config Sync configuration for the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("configSync")] - public virtual ConfigManagementConfigSync ConfigSync { get; set; } + /// + /// Output only. The full, unique name of this Feature resource in the format + /// `projects/*/locations/*/features/*`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. State of the Feature resource itself. + [Newtonsoft.Json.JsonPropertyAttribute("resourceState")] + public virtual FeatureResourceState ResourceState { get; set; } /// - /// Optional. Hierarchy Controller configuration for the cluster. Deprecated: Configuring Hierarchy Controller - /// through the configmanagement feature is no longer recommended. Use - /// https://github.com/kubernetes-sigs/hierarchical-namespaces instead. + /// Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope + /// configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the + /// form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this + /// project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the + /// project ID is also accepted during input. If the same Scope is specified in the map twice (using the project + /// ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to + /// which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. /// - [Newtonsoft.Json.JsonPropertyAttribute("hierarchyController")] - public virtual ConfigManagementHierarchyControllerConfig HierarchyController { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("scopeSpecs")] + public virtual System.Collections.Generic.IDictionary ScopeSpecs { get; set; } - /// Optional. Enables automatic Feature management. - [Newtonsoft.Json.JsonPropertyAttribute("management")] - public virtual string Management { get; set; } + /// + /// Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may + /// be unused. The keys indicate which Scope the state is for, in the form: + /// `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. + /// {p} WILL match the Feature's project. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopeStates")] + public virtual System.Collections.Generic.IDictionary ScopeStates { get; set; } /// - /// Optional. Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through - /// the configmanagement feature is no longer recommended. Use the policycontroller feature instead. + /// Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, + /// this field may be unused. /// - [Newtonsoft.Json.JsonPropertyAttribute("policyController")] - public virtual ConfigManagementPolicyController PolicyController { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("spec")] + public virtual CommonFeatureSpec Spec { get; set; } - /// Optional. Version of ACM installed. - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + /// Output only. The Fleet-wide Feature state. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual CommonFeatureState State { get; set; } + + /// Output only. List of locations that could not be reached while fetching this feature. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. When the Feature resource was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Anthos Config Management**: State for a single cluster. - public class ConfigManagementMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// + /// FeatureResourceState describes the state of a Feature *resource* in the GkeHub API. See `FeatureState` for the + /// "running state" of the Feature in the Fleet and across Memberships. + /// + public class FeatureResourceState : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. Binauthz status - [Newtonsoft.Json.JsonPropertyAttribute("binauthzState")] - public virtual ConfigManagementBinauthzState BinauthzState { get; set; } - - /// - /// Output only. This field is set to the `cluster_name` field of the Membership Spec if it is not empty. - /// Otherwise, it is set to the cluster's fleet membership name. - /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterName")] - public virtual string ClusterName { get; set; } - - /// Output only. Current sync status - [Newtonsoft.Json.JsonPropertyAttribute("configSyncState")] - public virtual ConfigManagementConfigSyncState ConfigSyncState { get; set; } + /// The current state of the Feature resource in the Hub API. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } - /// Output only. Hierarchy Controller status - [Newtonsoft.Json.JsonPropertyAttribute("hierarchyControllerState")] - public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// **Workload Certificate**: The Hub-wide input for the WorkloadCertificate feature. + public class FeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while - /// the MembershipSpec in the FeatureSpec represents the intended state + /// Specifies default membership spec. Users can override the default in the member_configs for each member. /// - [Newtonsoft.Json.JsonPropertyAttribute("membershipSpec")] - public virtual ConfigManagementMembershipSpec MembershipSpec { get; set; } - - /// Output only. Current install status of ACM's Operator - [Newtonsoft.Json.JsonPropertyAttribute("operatorState")] - public virtual ConfigManagementOperatorState OperatorState { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("defaultConfig")] + public virtual MembershipSpec DefaultConfig { get; set; } - /// Output only. PolicyController status - [Newtonsoft.Json.JsonPropertyAttribute("policyControllerState")] - public virtual ConfigManagementPolicyControllerState PolicyControllerState { get; set; } + /// Immutable. Specifies CA configuration. + [Newtonsoft.Json.JsonPropertyAttribute("provisionGoogleCa")] + public virtual string ProvisionGoogleCa { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// OCI repo configuration for a single cluster - public class ConfigManagementOciConfig : Google.Apis.Requests.IDirectResponseSchema + /// + /// FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the + /// environ-level, or per-membershop, depending on the context. + /// + public class FeatureState : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount. - /// - [Newtonsoft.Json.JsonPropertyAttribute("gcpServiceAccountEmail")] - public virtual string GcpServiceAccountEmail { get; set; } + /// The high-level, machine-readable status of this Feature. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } - /// - /// Optional. The absolute path of the directory that contains the local resources. Default: the root directory - /// of the image. - /// - [Newtonsoft.Json.JsonPropertyAttribute("policyDir")] - public virtual string PolicyDir { get; set; } + /// A human-readable description of the current status. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// - /// Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, - /// k8sserviceaccount or none. The validation of this is case-sensitive. - /// - [Newtonsoft.Json.JsonPropertyAttribute("secretType")] - public virtual string SecretType { get; set; } + private string _updateTimeRaw; - /// - /// Required. The OCI image repository URL for the package to sync from. e.g. - /// `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("syncRepo")] - public virtual string SyncRepo { get; set; } + private object _updateTime; - /// Optional. Period in seconds between consecutive syncs. Default: 15. - [Newtonsoft.Json.JsonPropertyAttribute("syncWaitSecs")] - public virtual System.Nullable SyncWaitSecs { get; set; } + /// The time this status and any related Feature-specific details were updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// State information for an ACM's Operator - public class ConfigManagementOperatorState : Google.Apis.Requests.IDirectResponseSchema + /// Feature config to use for Rollout. + public class FeatureUpdate : Google.Apis.Requests.IDirectResponseSchema { - /// The state of the Operator's deployment - [Newtonsoft.Json.JsonPropertyAttribute("deploymentState")] - public virtual string DeploymentState { get; set; } - - /// Install errors. - [Newtonsoft.Json.JsonPropertyAttribute("errors")] - public virtual System.Collections.Generic.IList Errors { get; set; } + /// Optional. Configuration for Binary Authorization. + [Newtonsoft.Json.JsonPropertyAttribute("binaryAuthorizationConfig")] + public virtual BinaryAuthorizationConfig BinaryAuthorizationConfig { get; set; } - /// The semenatic version number of the operator - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + /// Optional. Configuration for Security Posture. + [Newtonsoft.Json.JsonPropertyAttribute("securityPostureConfig")] + public virtual SecurityPostureConfig SecurityPostureConfig { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for Policy Controller - public class ConfigManagementPolicyController : Google.Apis.Requests.IDirectResponseSchema + /// Fleet contains the Fleet-wide metadata and configuration. + public class Fleet : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit - /// functionality altogether. - /// - [Newtonsoft.Json.JsonPropertyAttribute("auditIntervalSeconds")] - public virtual System.Nullable AuditIntervalSeconds { get; set; } + private string _createTimeRaw; - /// - /// Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect. - /// - [Newtonsoft.Json.JsonPropertyAttribute("enabled")] - public virtual System.Nullable Enabled { get; set; } + private object _createTime; + + /// Output only. When the Fleet was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. The default cluster configurations to apply across the fleet. + [Newtonsoft.Json.JsonPropertyAttribute("defaultClusterConfig")] + public virtual DefaultClusterConfig DefaultClusterConfig { get; set; } + + private string _deleteTimeRaw; + + private object _deleteTime; + + /// Output only. When the Fleet was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// - /// The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently - /// exist on the cluster. + /// Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. + /// Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, + /// and exclamation point. Example: `Production Fleet` /// - [Newtonsoft.Json.JsonPropertyAttribute("exemptableNamespaces")] - public virtual System.Collections.Generic.IList ExemptableNamespaces { get; set; } - - /// Logs all denies and dry run failures. - [Newtonsoft.Json.JsonPropertyAttribute("logDeniesEnabled")] - public virtual System.Nullable LogDeniesEnabled { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Monitoring specifies the configuration of monitoring. - [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] - public virtual ConfigManagementPolicyControllerMonitoring Monitoring { get; set; } + /// Optional. Labels for this Fleet. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment - /// will be deployed to the cluster. + /// Output only. The full, unique resource name of this fleet in the format of + /// `projects/{project}/locations/{location}/fleets/{fleet}`. Each Google Cloud project can have at most one + /// fleet resource, named "default". /// - [Newtonsoft.Json.JsonPropertyAttribute("mutationEnabled")] - public virtual System.Nullable MutationEnabled { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. State of the namespace resource. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual FleetLifecycleState State { get; set; } /// - /// Enables the ability to use Constraint Templates that reference to objects other than the object currently - /// being evaluated. + /// Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet + /// resource is deleted and another resource with the same name is created, it gets a different uid. /// - [Newtonsoft.Json.JsonPropertyAttribute("referentialRulesEnabled")] - public virtual System.Nullable ReferentialRulesEnabled { get; set; } - - /// Installs the default template library along with Policy Controller. - [Newtonsoft.Json.JsonPropertyAttribute("templateLibraryInstalled")] - public virtual System.Nullable TemplateLibraryInstalled { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } private string _updateTimeRaw; private object _updateTime; - /// Output only. Last time this membership spec was updated. + /// Output only. When the Fleet was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -6863,712 +8187,749 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } - /// State for the migration of PolicyController from ACM -> PoCo Hub. - public class ConfigManagementPolicyControllerMigration : Google.Apis.Requests.IDirectResponseSchema + /// FleetLifecycleState describes the state of a Fleet resource. + public class FleetLifecycleState : Google.Apis.Requests.IDirectResponseSchema { - private string _copyTimeRaw; - - private object _copyTime; - - /// Last time this membership spec was copied to PoCo feature. - [Newtonsoft.Json.JsonPropertyAttribute("copyTime")] - public virtual string CopyTimeRaw - { - get => _copyTimeRaw; - set - { - _copyTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _copyTimeRaw = value; - } - } + /// Output only. The current state of the Fleet resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CopyTimeDateTimeOffset instead.")] - public virtual object CopyTime - { - get => _copyTime; - set - { - _copyTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _copyTime = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CopyTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CopyTimeRaw); - set => CopyTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// All error details of the fleet observability feature. + public class FleetObservabilityFeatureError : Google.Apis.Requests.IDirectResponseSchema + { + /// The code of the error. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } - /// Stage of the migration. - [Newtonsoft.Json.JsonPropertyAttribute("stage")] - public virtual string Stage { get; set; } + /// A human-readable description of the current status. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// PolicyControllerMonitoring specifies the backends Policy Controller should export metrics to. For example, to - /// specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: ["cloudmonitoring", - /// "prometheus"] - /// - public class ConfigManagementPolicyControllerMonitoring : Google.Apis.Requests.IDirectResponseSchema + /// **Fleet Observability**: The Hub-wide input for the FleetObservability feature. + public class FleetObservabilityFeatureSpec : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies the list of backends Policy Controller will export to. An empty list would effectively disable - /// metrics export. + /// Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is + /// disabled for the entire fleet. /// - [Newtonsoft.Json.JsonPropertyAttribute("backends")] - public virtual System.Collections.Generic.IList Backends { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("loggingConfig")] + public virtual FleetObservabilityLoggingConfig LoggingConfig { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// State for PolicyControllerState. - public class ConfigManagementPolicyControllerState : Google.Apis.Requests.IDirectResponseSchema + /// **FleetObservability**: Hub-wide Feature for FleetObservability feature. state. + public class FleetObservabilityFeatureState : Google.Apis.Requests.IDirectResponseSchema { - /// The state about the policy controller installation. - [Newtonsoft.Json.JsonPropertyAttribute("deploymentState")] - public virtual ConfigManagementGatekeeperDeploymentState DeploymentState { get; set; } - - /// Record state of ACM -> PoCo Hub migration for this feature. - [Newtonsoft.Json.JsonPropertyAttribute("migration")] - public virtual ConfigManagementPolicyControllerMigration Migration { get; set; } + /// The feature state of default logging. + [Newtonsoft.Json.JsonPropertyAttribute("logging")] + public virtual FleetObservabilityFleetObservabilityLoggingState Logging { get; set; } - /// The version of Gatekeeper Policy Controller deployed. - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual ConfigManagementPolicyControllerVersion Version { get; set; } + /// The feature state of fleet monitoring. + [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] + public virtual FleetObservabilityFleetObservabilityMonitoringState Monitoring { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The build version of Gatekeeper Policy Controller is using. - public class ConfigManagementPolicyControllerVersion : Google.Apis.Requests.IDirectResponseSchema + /// Base state for fleet observability feature. + public class FleetObservabilityFleetObservabilityBaseFeatureState : Google.Apis.Requests.IDirectResponseSchema { - /// The gatekeeper image tag that is composed of ACM version, git tag, build number. - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + /// The high-level, machine-readable status of this Feature. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// Errors after reconciling the monitoring and logging feature if the code is not OK. + [Newtonsoft.Json.JsonPropertyAttribute("errors")] + public virtual System.Collections.Generic.IList Errors { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// An ACM created error representing a problem syncing configurations - public class ConfigManagementSyncError : Google.Apis.Requests.IDirectResponseSchema + /// Feature state for logging feature. + public class FleetObservabilityFleetObservabilityLoggingState : Google.Apis.Requests.IDirectResponseSchema { - /// An ACM defined error code - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } - - /// A description of the error - [Newtonsoft.Json.JsonPropertyAttribute("errorMessage")] - public virtual string ErrorMessage { get; set; } + /// The base feature state of fleet default log. + [Newtonsoft.Json.JsonPropertyAttribute("defaultLog")] + public virtual FleetObservabilityFleetObservabilityBaseFeatureState DefaultLog { get; set; } - /// A list of config(s) associated with the error, if any - [Newtonsoft.Json.JsonPropertyAttribute("errorResources")] - public virtual System.Collections.Generic.IList ErrorResources { get; set; } + /// The base feature state of fleet scope log. + [Newtonsoft.Json.JsonPropertyAttribute("scopeLog")] + public virtual FleetObservabilityFleetObservabilityBaseFeatureState ScopeLog { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// State indicating an ACM's progress syncing configurations to a cluster - public class ConfigManagementSyncState : Google.Apis.Requests.IDirectResponseSchema + /// Feature state for monitoring feature. + public class FleetObservabilityFleetObservabilityMonitoringState : Google.Apis.Requests.IDirectResponseSchema { - /// Sync status code - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } - - /// - /// A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although - /// it is unlikely for that many errors to simultaneously exist. - /// - [Newtonsoft.Json.JsonPropertyAttribute("errors")] - public virtual System.Collections.Generic.IList Errors { get; set; } - - /// Token indicating the state of the importer. - [Newtonsoft.Json.JsonPropertyAttribute("importToken")] - public virtual string ImportToken { get; set; } + /// The base feature state of fleet monitoring feature. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual FleetObservabilityFleetObservabilityBaseFeatureState State { get; set; } - /// - /// Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time - /// format is specified in https://golang.org/pkg/time/#Time.String - /// - [Newtonsoft.Json.JsonPropertyAttribute("lastSync")] - public virtual string LastSync { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - private string _lastSyncTimeRaw; + /// LoggingConfig defines the configuration for different types of logs. + public class FleetObservabilityLoggingConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Specified if applying the default routing config to logs not specified in other configs. + [Newtonsoft.Json.JsonPropertyAttribute("defaultConfig")] + public virtual FleetObservabilityRoutingConfig DefaultConfig { get; set; } - private object _lastSyncTime; + /// Specified if applying the routing config to all logs for all fleet scopes. + [Newtonsoft.Json.JsonPropertyAttribute("fleetScopeLogsConfig")] + public virtual FleetObservabilityRoutingConfig FleetScopeLogsConfig { get; set; } - /// Timestamp type of when ACM last successfully synced the repo - [Newtonsoft.Json.JsonPropertyAttribute("lastSyncTime")] - public virtual string LastSyncTimeRaw - { - get => _lastSyncTimeRaw; - set - { - _lastSyncTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _lastSyncTimeRaw = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastSyncTimeDateTimeOffset instead.")] - public virtual object LastSyncTime - { - get => _lastSyncTime; - set - { - _lastSyncTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _lastSyncTime = value; - } - } + /// **FleetObservability**: The membership-specific input for FleetObservability feature. + public class FleetObservabilityMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? LastSyncTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastSyncTimeRaw); - set => LastSyncTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// **FleetObservability**: Membership-specific Feature state for fleetobservability. + public class FleetObservabilityMembershipState : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Token indicating the state of the repo. - [Newtonsoft.Json.JsonPropertyAttribute("sourceToken")] - public virtual string SourceToken { get; set; } + /// RoutingConfig configures the behaviour of fleet logging feature. + public class FleetObservabilityRoutingConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// mode configures the logs routing mode. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } - /// Token indicating the state of the syncer. - [Newtonsoft.Json.JsonPropertyAttribute("syncToken")] - public virtual string SyncToken { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent. + /// + public class GenerateConnectManifestResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent + /// installation/upgrade. + /// + [Newtonsoft.Json.JsonPropertyAttribute("manifest")] + public virtual System.Collections.Generic.IList Manifest { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment. - public class ConnectAgentResource : Google.Apis.Requests.IDirectResponseSchema + /// The response of the exclusivity artifacts manifests for the client to apply. + public class GenerateExclusivityManifestResponse : Google.Apis.Requests.IDirectResponseSchema { - /// YAML manifest of the resource. - [Newtonsoft.Json.JsonPropertyAttribute("manifest")] - public virtual string Manifest { get; set; } + /// + /// The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update + /// needs to be applied. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crManifest")] + public virtual string CrManifest { get; set; } - /// Kubernetes type of the resource. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual TypeMeta Type { get; set; } + /// + /// The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no + /// update needs to be applied. + /// + [Newtonsoft.Json.JsonPropertyAttribute("crdManifest")] + public virtual string CrdManifest { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Dataplane V2**: Spec - public class DataplaneV2FeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// Response for GenerateRBACRoleBindingYAML. + public class GenerateMembershipRBACRoleBindingYAMLResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Enable dataplane-v2 based encryption for multiple clusters. - [Newtonsoft.Json.JsonPropertyAttribute("enableEncryption")] - public virtual System.Nullable EnableEncryption { get; set; } + /// a yaml text blob including the RBAC policies. + [Newtonsoft.Json.JsonPropertyAttribute("roleBindingsYaml")] + public virtual string RoleBindingsYaml { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// DefaultClusterConfig describes the default cluster configurations to be applied to all clusters born-in-fleet. - /// - public class DefaultClusterConfig : Google.Apis.Requests.IDirectResponseSchema + /// GkeCluster contains information specific to GKE clusters. + public class GkeCluster : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Enable/Disable binary authorization features for the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("binaryAuthorizationConfig")] - public virtual BinaryAuthorizationConfig BinaryAuthorizationConfig { get; set; } - /// - /// Optional. Enable/Disable Compliance Posture features for the cluster. Note that on UpdateFleet, only full - /// replacement of this field is allowed. Users are not allowed for partial updates through field mask. + /// Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE + /// Control Plane. /// - [Newtonsoft.Json.JsonPropertyAttribute("compliancePostureConfig")] - public virtual CompliancePostureConfig CompliancePostureConfig { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] + public virtual System.Nullable ClusterMissing { get; set; } - /// Enable/Disable Security Posture features for the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("securityPostureConfig")] - public virtual SecurityPostureConfig SecurityPostureConfig { get; set; } + /// + /// Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: + /// //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are + /// also supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// EdgeCluster contains information specific to Google Edge Clusters. - public class EdgeCluster : Google.Apis.Requests.IDirectResponseSchema + /// + /// The `Status` type defines a logical error model that is suitable for different programming environments, + /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains + /// three pieces of data: error code, error message, and error details. You can find out more about this error model + /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). + /// + public class GoogleRpcStatus : Google.Apis.Requests.IDirectResponseSchema { + /// The status code, which should be an enum value of google.rpc.Code. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual System.Nullable Code { get; set; } + /// - /// Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For example: - /// //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster + /// A list of messages that carry the error details. There is a common set of message types for APIs to use. /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList> Details { get; set; } + + /// + /// A developer-facing error message, which should be in English. Any user-facing error message should be + /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical - /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc - /// Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } + /// Configuration of an auth method for a member/cluster. Only one authentication method (e.g., OIDC and LDAP) can + /// be set per AuthMethod. /// - public class Empty : Google.Apis.Requests.IDirectResponseSchema + public class IdentityServiceAuthMethod : Google.Apis.Requests.IDirectResponseSchema { + /// AzureAD specific Configuration. + [Newtonsoft.Json.JsonPropertyAttribute("azureadConfig")] + public virtual IdentityServiceAzureADConfig AzureadConfig { get; set; } + + /// GoogleConfig specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("googleConfig")] + public virtual IdentityServiceGoogleConfig GoogleConfig { get; set; } + + /// LDAP specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("ldapConfig")] + public virtual IdentityServiceLdapConfig LdapConfig { get; set; } + + /// Identifier for auth config. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// OIDC specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("oidcConfig")] + public virtual IdentityServiceOidcConfig OidcConfig { get; set; } + + /// Proxy server address to use for auth method. + [Newtonsoft.Json.JsonPropertyAttribute("proxy")] + public virtual string Proxy { get; set; } + + /// SAML specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("samlConfig")] + public virtual IdentityServiceSamlConfig SamlConfig { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression - /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example - /// (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" - /// expression: "document.summary.size() &lt; 100" Example (Equality): title: "Requestor is owner" description: - /// "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" - /// Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly - /// visible" expression: "document.type != 'private' &amp;&amp; document.type != 'internal'" Example (Data - /// Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." - /// expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that - /// may be referenced within an expression are determined by the service that evaluates it. See the service - /// documentation for additional information. - /// - public class Expr : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for the AzureAD Auth flow. + public class IdentityServiceAzureADConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when - /// hovered over it in a UI. + /// ID for the registered client application that makes authentication requests to the Azure AD identity + /// provider. /// - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } - /// Textual representation of an expression in Common Expression Language syntax. - [Newtonsoft.Json.JsonPropertyAttribute("expression")] - public virtual string Expression { get; set; } + /// Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } - /// - /// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a - /// position in the file. - /// - [Newtonsoft.Json.JsonPropertyAttribute("location")] - public virtual string Location { get; set; } + /// Output only. Encrypted AzureAD client secret. + [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] + public virtual string EncryptedClientSecret { get; set; } + + /// Optional. Format of the AzureAD groups that the client wants for auth. + [Newtonsoft.Json.JsonPropertyAttribute("groupFormat")] + public virtual string GroupFormat { get; set; } + + /// The redirect URL that kubectl uses for authorization. + [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] + public virtual string KubectlRedirectUri { get; set; } /// - /// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs - /// which allow to enter the expression. + /// Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific + /// tenant. /// - [Newtonsoft.Json.JsonPropertyAttribute("title")] - public virtual string Title { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("tenant")] + public virtual string Tenant { get; set; } + + /// Optional. Claim in the AzureAD ID Token that holds the user details. + [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] + public virtual string UserClaim { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Feature represents the settings and status of any Fleet Feature. - public class Feature : Google.Apis.Requests.IDirectResponseSchema + /// Configuration options for the AIS diagnostic interface. + public class IdentityServiceDiagnosticInterface : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; - - /// Output only. When the Feature resource was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Determines whether to enable the diagnostic interface. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } - private string _deleteTimeRaw; + private string _expirationTimeRaw; - private object _deleteTime; + private object _expirationTime; - /// Output only. When the Feature resource was deleted. - [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] - public virtual string DeleteTimeRaw + /// + /// Determines the expiration time of the diagnostic interface enablement. When reached, requests to the + /// interface would be automatically rejected. + /// + [Newtonsoft.Json.JsonPropertyAttribute("expirationTime")] + public virtual string ExpirationTimeRaw { - get => _deleteTimeRaw; + get => _expirationTimeRaw; set { - _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deleteTimeRaw = value; + _expirationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _expirationTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] - public virtual object DeleteTime + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExpirationTimeDateTimeOffset instead.")] + public virtual object ExpirationTime { - get => _deleteTime; + get => _expirationTime; set { - _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deleteTime = value; + _expirationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _expirationTime = value; } } - /// representation of . + /// + /// representation of . + /// [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + public virtual System.DateTimeOffset? ExpirationTimeDateTimeOffset { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); - set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExpirationTimeRaw); + set => ExpirationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Optional. Feature configuration applicable to all memberships of the fleet. - [Newtonsoft.Json.JsonPropertyAttribute("fleetDefaultMemberConfig")] - public virtual CommonFleetDefaultMemberConfigSpec FleetDefaultMemberConfig { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Labels for this Feature. - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// Configuration for the Google Plugin Auth flow. + public class IdentityServiceGoogleConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Disable automatic configuration of Google Plugin on supported platforms. + [Newtonsoft.Json.JsonPropertyAttribute("disable")] + public virtual System.Nullable Disable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains the properties for locating and authenticating groups in the directory. + public class IdentityServiceGroupConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The location of the subtree in the LDAP directory to search for group entries. + [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] + public virtual string BaseDn { get; set; } /// - /// Optional. Membership-specific configuration for this Feature. If this Feature does not support any - /// per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration - /// is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid - /// location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's - /// project. {p} will always be returned as the project number, but the project ID is also accepted during - /// input. If the same Membership is specified in the map twice (using the project ID form, and the project - /// number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it - /// is recommended the same format be used for all entries when mutating a Feature. + /// Optional. Optional filter to be used when searching for groups a user belongs to. This can be used to + /// explicitly match only certain groups in order to reduce the amount of groups returned for each user. This + /// defaults to "(objectClass=Group)". /// - [Newtonsoft.Json.JsonPropertyAttribute("membershipSpecs")] - public virtual System.Collections.Generic.IDictionary MembershipSpecs { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("filter")] + public virtual string Filter { get; set; } /// - /// Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this - /// field may be unused. The keys indicate which Membership the state is for, in the form: - /// `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project number, {l} is a valid location and - /// {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. + /// Optional. The identifying name of each group a user belongs to. For example, if this is set to + /// "distinguishedName" then RBACs and other group expectations should be written as full DNs. This defaults to + /// "distinguishedName". /// - [Newtonsoft.Json.JsonPropertyAttribute("membershipStates")] - public virtual System.Collections.Generic.IDictionary MembershipStates { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] + public virtual string IdAttribute { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Holds non-protocol-related configuration options. + public class IdentityServiceIdentityServiceOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// Configuration options for the AIS diagnostic interface. + [Newtonsoft.Json.JsonPropertyAttribute("diagnosticInterface")] + public virtual IdentityServiceDiagnosticInterface DiagnosticInterface { get; set; } + + /// Determines the lifespan of STS tokens issued by Anthos Identity Service. + [Newtonsoft.Json.JsonPropertyAttribute("sessionDuration")] + public virtual object SessionDuration { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for the LDAP Auth flow. + public class IdentityServiceLdapConfig : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Output only. The full, unique name of this Feature resource in the format - /// `projects/*/locations/*/features/*`. + /// Optional. Contains the properties for locating and authenticating groups in the directory. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("group")] + public virtual IdentityServiceGroupConfig Group { get; set; } - /// Output only. State of the Feature resource itself. - [Newtonsoft.Json.JsonPropertyAttribute("resourceState")] - public virtual FeatureResourceState ResourceState { get; set; } + /// Required. Server settings for the external LDAP server. + [Newtonsoft.Json.JsonPropertyAttribute("server")] + public virtual IdentityServiceServerConfig Server { get; set; } /// - /// Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope - /// configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the - /// form: `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this - /// project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the - /// project ID is also accepted during input. If the same Scope is specified in the map twice (using the project - /// ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to - /// which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. + /// Required. Contains the credentials of the service account which is authorized to perform the LDAP search in + /// the directory. The credentials can be supplied by the combination of the DN and password or the client + /// certificate. /// - [Newtonsoft.Json.JsonPropertyAttribute("scopeSpecs")] - public virtual System.Collections.Generic.IDictionary ScopeSpecs { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual IdentityServiceServiceAccountConfig ServiceAccount { get; set; } + + /// Required. Defines where users exist in the LDAP directory. + [Newtonsoft.Json.JsonPropertyAttribute("user")] + public virtual IdentityServiceUserConfig User { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **Anthos Identity Service**: Configuration for a single Membership. + public class IdentityServiceMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// A member may support multiple auth methods. + [Newtonsoft.Json.JsonPropertyAttribute("authMethods")] + public virtual System.Collections.Generic.IList AuthMethods { get; set; } + + /// Optional. non-protocol-related configuration options. + [Newtonsoft.Json.JsonPropertyAttribute("identityServiceOptions")] + public virtual IdentityServiceIdentityServiceOptions IdentityServiceOptions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **Anthos Identity Service**: State for a single Membership. + public class IdentityServiceMembershipState : Google.Apis.Requests.IDirectResponseSchema + { + /// The reason of the failure. + [Newtonsoft.Json.JsonPropertyAttribute("failureReason")] + public virtual string FailureReason { get; set; } /// - /// Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may - /// be unused. The keys indicate which Scope the state is for, in the form: - /// `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. - /// {p} WILL match the Feature's project. + /// Installed AIS version. This is the AIS version installed on this member. The values makes sense iff state is + /// OK. /// - [Newtonsoft.Json.JsonPropertyAttribute("scopeStates")] - public virtual System.Collections.Generic.IDictionary ScopeStates { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("installedVersion")] + public virtual string InstalledVersion { get; set; } + + /// Last reconciled membership configuration + [Newtonsoft.Json.JsonPropertyAttribute("memberConfig")] + public virtual IdentityServiceMembershipSpec MemberConfig { get; set; } + + /// Deployment state on this member + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for OIDC Auth flow. + public class IdentityServiceOidcConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// PEM-encoded CA for OIDC provider. + [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] + public virtual string CertificateAuthorityData { get; set; } + + /// ID for OIDC client application. + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } + + /// Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } /// - /// Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, - /// this field may be unused. + /// Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when + /// provider is not reachable by Google Cloud Console. /// - [Newtonsoft.Json.JsonPropertyAttribute("spec")] - public virtual CommonFeatureSpec Spec { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("deployCloudConsoleProxy")] + public virtual System.Nullable DeployCloudConsoleProxy { get; set; } - /// Output only. The Fleet-wide Feature state. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual CommonFeatureState State { get; set; } + /// Enable access token. + [Newtonsoft.Json.JsonPropertyAttribute("enableAccessToken")] + public virtual System.Nullable EnableAccessToken { get; set; } - /// Output only. List of locations that could not be reached while fetching this feature. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// Output only. Encrypted OIDC Client secret + [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] + public virtual string EncryptedClientSecret { get; set; } - private string _updateTimeRaw; + /// Comma-separated list of key-value pairs. + [Newtonsoft.Json.JsonPropertyAttribute("extraParams")] + public virtual string ExtraParams { get; set; } - private object _updateTime; + /// Prefix to prepend to group name. + [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] + public virtual string GroupPrefix { get; set; } - /// Output only. When the Feature resource was last updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// Claim in OIDC ID token that holds group information. + [Newtonsoft.Json.JsonPropertyAttribute("groupsClaim")] + public virtual string GroupsClaim { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// + /// URI for the OIDC provider. This should point to the level below .well-known/openid-configuration. + /// + [Newtonsoft.Json.JsonPropertyAttribute("issuerUri")] + public virtual string IssuerUri { get; set; } + + /// Registered redirect uri to redirect users going through OAuth flow using kubectl plugin. + [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] + public virtual string KubectlRedirectUri { get; set; } + + /// Comma-separated list of identifiers. + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual string Scopes { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Claim in OIDC ID token that holds username. + [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] + public virtual string UserClaim { get; set; } + + /// Prefix to prepend to user name. + [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] + public virtual string UserPrefix { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// FeatureResourceState describes the state of a Feature *resource* in the GkeHub API. See `FeatureState` for the - /// "running state" of the Feature in the Fleet and across Memberships. - /// - public class FeatureResourceState : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for the SAML Auth flow. + public class IdentityServiceSamlConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The current state of the Feature resource in the Hub API. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// + /// Optional. The mapping of additional user attributes like nickname, birthday and address etc.. `key` is the + /// name of this additional attribute. `value` is a string presenting as CEL(common expression language, go/cel) + /// used for getting the value from the resources. Take nickname as an example, in this case, `key` is + /// "attribute.nickname" and `value` is "assertion.nickname". + /// + [Newtonsoft.Json.JsonPropertyAttribute("attributeMapping")] + public virtual System.Collections.Generic.IDictionary AttributeMapping { get; set; } + + /// Optional. Prefix to prepend to group name. + [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] + public virtual string GroupPrefix { get; set; } + + /// + /// Optional. The SAML attribute to read groups from. This value is expected to be a string and will be passed + /// along as-is (with the option of being prefixed by the `group_prefix`). + /// + [Newtonsoft.Json.JsonPropertyAttribute("groupsAttribute")] + public virtual string GroupsAttribute { get; set; } + + /// Required. The list of IdP certificates to validate the SAML response against. + [Newtonsoft.Json.JsonPropertyAttribute("identityProviderCertificates")] + public virtual System.Collections.Generic.IList IdentityProviderCertificates { get; set; } + + /// Required. The entity ID of the SAML IdP. + [Newtonsoft.Json.JsonPropertyAttribute("identityProviderId")] + public virtual string IdentityProviderId { get; set; } + + /// Required. The URI where the SAML IdP exposes the SSO service. + [Newtonsoft.Json.JsonPropertyAttribute("identityProviderSsoUri")] + public virtual string IdentityProviderSsoUri { get; set; } + + /// + /// Optional. The SAML attribute to read username from. If unspecified, the username will be read from the + /// NameID element of the assertion in SAML response. This value is expected to be a string and will be passed + /// along as-is (with the option of being prefixed by the `user_prefix`). + /// + [Newtonsoft.Json.JsonPropertyAttribute("userAttribute")] + public virtual string UserAttribute { get; set; } + + /// Optional. Prefix to prepend to user name. + [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] + public virtual string UserPrefix { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Workload Certificate**: The Hub-wide input for the WorkloadCertificate feature. - public class FeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// Server settings for the external LDAP server. + public class IdentityServiceServerConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies default membership spec. Users can override the default in the member_configs for each member. + /// Optional. Contains a Base64 encoded, PEM formatted certificate authority certificate for the LDAP server. + /// This must be provided for the "ldaps" and "startTLS" connections. /// - [Newtonsoft.Json.JsonPropertyAttribute("defaultConfig")] - public virtual MembershipSpec DefaultConfig { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] + public virtual string CertificateAuthorityData { get; set; } - /// Immutable. Specifies CA configuration. - [Newtonsoft.Json.JsonPropertyAttribute("provisionGoogleCa")] - public virtual string ProvisionGoogleCa { get; set; } + /// + /// Optional. Defines the connection type to communicate with the LDAP server. If `starttls` or `ldaps` is + /// specified, the certificate_authority_data should not be empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("connectionType")] + public virtual string ConnectionType { get; set; } + + /// + /// Required. Defines the hostname or IP of the LDAP server. Port is optional and will default to 389, if + /// unspecified. For example, "ldap.server.example" or "10.10.10.10:389". + /// + [Newtonsoft.Json.JsonPropertyAttribute("host")] + public virtual string Host { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the - /// environ-level, or per-membershop, depending on the context. + /// Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. + /// The credentials can be supplied by the combination of the DN and password or the client certificate. /// - public class FeatureState : Google.Apis.Requests.IDirectResponseSchema + public class IdentityServiceServiceAccountConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The high-level, machine-readable status of this Feature. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } - - /// A human-readable description of the current status. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; - - /// The time this status and any related Feature-specific details were updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Credentials for basic auth. + [Newtonsoft.Json.JsonPropertyAttribute("simpleBindCredentials")] + public virtual IdentityServiceSimpleBindCredentials SimpleBindCredentials { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Fleet contains the Fleet-wide metadata and configuration. - public class Fleet : Google.Apis.Requests.IDirectResponseSchema + /// The structure holds the LDAP simple binding credential. + public class IdentityServiceSimpleBindCredentials : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; - - /// Output only. When the Fleet was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Required. The distinguished name(DN) of the service account object/user. + [Newtonsoft.Json.JsonPropertyAttribute("dn")] + public virtual string Dn { get; set; } - /// Optional. The default cluster configurations to apply across the fleet. - [Newtonsoft.Json.JsonPropertyAttribute("defaultClusterConfig")] - public virtual DefaultClusterConfig DefaultClusterConfig { get; set; } + /// Output only. The encrypted password of the service account object/user. + [Newtonsoft.Json.JsonPropertyAttribute("encryptedPassword")] + public virtual string EncryptedPassword { get; set; } - private string _deleteTimeRaw; + /// Required. Input only. The password of the service account object/user. + [Newtonsoft.Json.JsonPropertyAttribute("password")] + public virtual string Password { get; set; } - private object _deleteTime; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Output only. When the Fleet was deleted. - [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] - public virtual string DeleteTimeRaw - { - get => _deleteTimeRaw; - set - { - _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deleteTimeRaw = value; - } - } + /// Defines where users exist in the LDAP directory. + public class IdentityServiceUserConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The location of the subtree in the LDAP directory to search for user entries. + [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] + public virtual string BaseDn { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] - public virtual object DeleteTime - { - get => _deleteTime; - set - { - _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deleteTime = value; - } - } + /// + /// Optional. Filter to apply when searching for the user. This can be used to further restrict the user + /// accounts which are allowed to login. This defaults to "(objectClass=User)". + /// + [Newtonsoft.Json.JsonPropertyAttribute("filter")] + public virtual string Filter { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); - set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// + /// Optional. Determines which attribute to use as the user's identity after they are authenticated. This is + /// distinct from the loginAttribute field to allow users to login with a username, but then have their actual + /// identifier be an email address or full Distinguished Name (DN). For example, setting loginAttribute to + /// "sAMAccountName" and identifierAttribute to "userPrincipalName" would allow a user to login as "bsmith", but + /// actual RBAC policies for the user would be written as "bsmith@example.com". Using "userPrincipalName" is + /// recommended since this will be unique for each user. This defaults to "userPrincipalName". + /// + [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] + public virtual string IdAttribute { get; set; } /// - /// Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. - /// Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, - /// and exclamation point. Example: `Production Fleet` + /// Optional. The name of the attribute which matches against the input username. This is used to find the user + /// in the LDAP database e.g. "(=)" and is combined with the optional filter field. This defaults to + /// "userPrincipalName". /// - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("loginAttribute")] + public virtual string LoginAttribute { get; set; } - /// Optional. Labels for this Fleet. - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters. + /// + public class KubernetesMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Kubernetes API server version string as reported by `/version`. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } /// - /// Output only. The full, unique resource name of this fleet in the format of - /// `projects/{project}/locations/{location}/fleets/{fleet}`. Each Google Cloud project can have at most one - /// fleet resource, named "default". + /// Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in + /// MB. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("memoryMb")] + public virtual System.Nullable MemoryMb { get; set; } - /// Output only. State of the namespace resource. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual FleetLifecycleState State { get; set; } + /// Output only. Node count as reported by Kubernetes nodes resources. + [Newtonsoft.Json.JsonPropertyAttribute("nodeCount")] + public virtual System.Nullable NodeCount { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet - /// resource is deleted and another resource with the same name is created, it gets a different uid. + /// Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. + /// On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and + /// the node_provider_id will be empty. /// - [Newtonsoft.Json.JsonPropertyAttribute("uid")] - public virtual string Uid { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nodeProviderId")] + public virtual string NodeProviderId { get; set; } private string _updateTimeRaw; private object _updateTime; - /// Output only. When the Fleet was last updated. + /// + /// Output only. The time at which these details were last updated. This update_time is different from the + /// Membership-level update_time since EndpointDetails are updated internally for API consumers. + /// [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -7601,753 +8962,720 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// FleetLifecycleState describes the state of a Fleet resource. - public class FleetLifecycleState : Google.Apis.Requests.IDirectResponseSchema - { - /// Output only. The current state of the Fleet resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// All error details of the fleet observability feature. - public class FleetObservabilityFeatureError : Google.Apis.Requests.IDirectResponseSchema - { - /// The code of the error. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } - - /// A human-readable description of the current status. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } + /// Output only. vCPU count as reported by Kubernetes nodes resources. + [Newtonsoft.Json.JsonPropertyAttribute("vcpuCount")] + public virtual System.Nullable VcpuCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Fleet Observability**: The Hub-wide input for the FleetObservability feature. - public class FleetObservabilityFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// + /// KubernetesResource contains the YAML manifests and configuration for Membership Kubernetes resources in the + /// cluster. After CreateMembership or UpdateMembership, these resources should be re-applied in the cluster. + /// + public class KubernetesResource : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is - /// disabled for the entire fleet. + /// Output only. The Kubernetes resources for installing the GKE Connect agent This field is only populated in + /// the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. + /// It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest + /// after the initial registration, the caller should make a UpdateMembership call with an empty field mask. /// - [Newtonsoft.Json.JsonPropertyAttribute("loggingConfig")] - public virtual FleetObservabilityLoggingConfig LoggingConfig { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// **FleetObservability**: Hub-wide Feature for FleetObservability feature. state. - public class FleetObservabilityFeatureState : Google.Apis.Requests.IDirectResponseSchema - { - /// The feature state of default logging. - [Newtonsoft.Json.JsonPropertyAttribute("logging")] - public virtual FleetObservabilityFleetObservabilityLoggingState Logging { get; set; } - - /// The feature state of fleet monitoring. - [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] - public virtual FleetObservabilityFleetObservabilityMonitoringState Monitoring { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Base state for fleet observability feature. - public class FleetObservabilityFleetObservabilityBaseFeatureState : Google.Apis.Requests.IDirectResponseSchema - { - /// The high-level, machine-readable status of this Feature. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } - - /// Errors after reconciling the monitoring and logging feature if the code is not OK. - [Newtonsoft.Json.JsonPropertyAttribute("errors")] - public virtual System.Collections.Generic.IList Errors { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Feature state for logging feature. - public class FleetObservabilityFleetObservabilityLoggingState : Google.Apis.Requests.IDirectResponseSchema - { - /// The base feature state of fleet default log. - [Newtonsoft.Json.JsonPropertyAttribute("defaultLog")] - public virtual FleetObservabilityFleetObservabilityBaseFeatureState DefaultLog { get; set; } - - /// The base feature state of fleet scope log. - [Newtonsoft.Json.JsonPropertyAttribute("scopeLog")] - public virtual FleetObservabilityFleetObservabilityBaseFeatureState ScopeLog { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Feature state for monitoring feature. - public class FleetObservabilityFleetObservabilityMonitoringState : Google.Apis.Requests.IDirectResponseSchema - { - /// The base feature state of fleet monitoring feature. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual FleetObservabilityFleetObservabilityBaseFeatureState State { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// LoggingConfig defines the configuration for different types of logs. - public class FleetObservabilityLoggingConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Specified if applying the default routing config to logs not specified in other configs. - [Newtonsoft.Json.JsonPropertyAttribute("defaultConfig")] - public virtual FleetObservabilityRoutingConfig DefaultConfig { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("connectResources")] + public virtual System.Collections.Generic.IList ConnectResources { get; set; } - /// Specified if applying the routing config to all logs for all fleet scopes. - [Newtonsoft.Json.JsonPropertyAttribute("fleetScopeLogsConfig")] - public virtual FleetObservabilityRoutingConfig FleetScopeLogsConfig { get; set; } + /// + /// Input only. The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub + /// can read the CR directly. Callers should provide the CR that is currently present in the cluster during + /// CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to + /// validate the cluster has not been registered with another Membership. + /// + [Newtonsoft.Json.JsonPropertyAttribute("membershipCrManifest")] + public virtual string MembershipCrManifest { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership + /// creation, and after every update. This field is only populated in the Membership returned from a successful + /// long-running operation from CreateMembership or UpdateMembership. It is not populated during normal + /// GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the + /// caller should make a UpdateMembership call with an empty field mask. + /// + [Newtonsoft.Json.JsonPropertyAttribute("membershipResources")] + public virtual System.Collections.Generic.IList MembershipResources { get; set; } - /// **FleetObservability**: The membership-specific input for FleetObservability feature. - public class FleetObservabilityMembershipSpec : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Options for Kubernetes resource generation. + [Newtonsoft.Json.JsonPropertyAttribute("resourceOptions")] + public virtual ResourceOptions ResourceOptions { get; set; } - /// **FleetObservability**: Membership-specific Feature state for fleetobservability. - public class FleetObservabilityMembershipState : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// RoutingConfig configures the behaviour of fleet logging feature. - public class FleetObservabilityRoutingConfig : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the `GkeHub.ListAdminClusterMemberships` method. + public class ListAdminClusterMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// mode configures the logs routing mode. - [Newtonsoft.Json.JsonPropertyAttribute("mode")] - public virtual string Mode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The list of matching Memberships of admin clusters. + [Newtonsoft.Json.JsonPropertyAttribute("adminClusterMemberships")] + public virtual System.Collections.Generic.IList AdminClusterMemberships { get; set; } - /// - /// GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent. - /// - public class GenerateConnectManifestResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent - /// installation/upgrade. + /// A token to request the next page of resources from the `ListAdminClusterMemberships` method. The value of an + /// empty string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("manifest")] - public virtual System.Collections.Generic.IList Manifest { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response of the exclusivity artifacts manifests for the client to apply. - public class GenerateExclusivityManifestResponse : Google.Apis.Requests.IDirectResponseSchema + /// List of Memberships bound to a Scope. + public class ListBoundMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update - /// needs to be applied. - /// - [Newtonsoft.Json.JsonPropertyAttribute("crManifest")] - public virtual string CrManifest { get; set; } + /// The list of Memberships bound to the given Scope. + [Newtonsoft.Json.JsonPropertyAttribute("memberships")] + public virtual System.Collections.Generic.IList Memberships { get; set; } /// - /// The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no - /// update needs to be applied. - /// - [Newtonsoft.Json.JsonPropertyAttribute("crdManifest")] - public virtual string CrdManifest { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// A token to request the next page of resources from the `ListBoundMemberships` method. The value of an empty + /// string means that there are no more resources to return. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Response for GenerateRBACRoleBindingYAML. - public class GenerateMembershipRBACRoleBindingYAMLResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// a yaml text blob including the RBAC policies. - [Newtonsoft.Json.JsonPropertyAttribute("roleBindingsYaml")] - public virtual string RoleBindingsYaml { get; set; } + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// GkeCluster contains information specific to GKE clusters. - public class GkeCluster : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the `GkeHub.ListFeatures` method. + public class ListFeaturesResponse : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE - /// Control Plane. + /// A token to request the next page of resources from the `ListFeatures` method. The value of an empty string + /// means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] - public virtual System.Nullable ClusterMissing { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// - /// Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: - /// //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are - /// also supported. - /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + /// The list of matching Features + [Newtonsoft.Json.JsonPropertyAttribute("resources")] + public virtual System.Collections.Generic.IList Resources { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The `Status` type defines a logical error model that is suitable for different programming environments, - /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains - /// three pieces of data: error code, error message, and error details. You can find out more about this error model - /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). - /// - public class GoogleRpcStatus : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the `GkeHub.ListFleetsResponse` method. + public class ListFleetsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The status code, which should be an enum value of google.rpc.Code. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual System.Nullable Code { get; set; } - - /// - /// A list of messages that carry the error details. There is a common set of message types for APIs to use. - /// - [Newtonsoft.Json.JsonPropertyAttribute("details")] - public virtual System.Collections.Generic.IList> Details { get; set; } + /// The list of matching fleets. + [Newtonsoft.Json.JsonPropertyAttribute("fleets")] + public virtual System.Collections.Generic.IList Fleets { get; set; } /// - /// A developer-facing error message, which should be in English. Any user-facing error message should be - /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. The token is only valid for 1h. /// - [Newtonsoft.Json.JsonPropertyAttribute("message")] - public virtual string Message { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Configuration of an auth method for a member/cluster. Only one authentication method (e.g., OIDC and LDAP) can - /// be set per AuthMethod. - /// - public class IdentityServiceAuthMethod : Google.Apis.Requests.IDirectResponseSchema + /// The response message for Locations.ListLocations. + public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// AzureAD specific Configuration. - [Newtonsoft.Json.JsonPropertyAttribute("azureadConfig")] - public virtual IdentityServiceAzureADConfig AzureadConfig { get; set; } - - /// GoogleConfig specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("googleConfig")] - public virtual IdentityServiceGoogleConfig GoogleConfig { get; set; } - - /// LDAP specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("ldapConfig")] - public virtual IdentityServiceLdapConfig LdapConfig { get; set; } - - /// Identifier for auth config. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// OIDC specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("oidcConfig")] - public virtual IdentityServiceOidcConfig OidcConfig { get; set; } - - /// Proxy server address to use for auth method. - [Newtonsoft.Json.JsonPropertyAttribute("proxy")] - public virtual string Proxy { get; set; } + /// A list of locations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("locations")] + public virtual System.Collections.Generic.IList Locations { get; set; } - /// SAML specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("samlConfig")] - public virtual IdentityServiceSamlConfig SamlConfig { get; set; } + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for the AzureAD Auth flow. - public class IdentityServiceAzureADConfig : Google.Apis.Requests.IDirectResponseSchema + /// List of MembershipBindings. + public class ListMembershipBindingsResponse : Google.Apis.Requests.IDirectResponseSchema { + /// The list of membership_bindings + [Newtonsoft.Json.JsonPropertyAttribute("membershipBindings")] + public virtual System.Collections.Generic.IList MembershipBindings { get; set; } + /// - /// ID for the registered client application that makes authentication requests to the Azure AD identity - /// provider. + /// A token to request the next page of resources from the `ListMembershipBindings` method. The value of an + /// empty string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("clientId")] - public virtual string ClientId { get; set; } - - /// Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH. - [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] - public virtual string ClientSecret { get; set; } - - /// Output only. Encrypted AzureAD client secret. - [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] - public virtual string EncryptedClientSecret { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Optional. Format of the AzureAD groups that the client wants for auth. - [Newtonsoft.Json.JsonPropertyAttribute("groupFormat")] - public virtual string GroupFormat { get; set; } + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } - /// The redirect URL that kubectl uses for authorization. - [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] - public virtual string KubectlRedirectUri { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// List of Membership RBACRoleBindings. + public class ListMembershipRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific - /// tenant. + /// A token to request the next page of resources from the `ListMembershipRBACRoleBindings` method. The value of + /// an empty string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("tenant")] - public virtual string Tenant { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Optional. Claim in the AzureAD ID Token that holds the user details. - [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] - public virtual string UserClaim { get; set; } + /// The list of Membership RBACRoleBindings. + [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] + public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } + + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration options for the AIS diagnostic interface. - public class IdentityServiceDiagnosticInterface : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the `GkeHub.ListMemberships` method. + public class ListMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Determines whether to enable the diagnostic interface. - [Newtonsoft.Json.JsonPropertyAttribute("enabled")] - public virtual System.Nullable Enabled { get; set; } - - private string _expirationTimeRaw; - - private object _expirationTime; - /// - /// Determines the expiration time of the diagnostic interface enablement. When reached, requests to the - /// interface would be automatically rejected. + /// A token to request the next page of resources from the `ListMemberships` method. The value of an empty + /// string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("expirationTime")] - public virtual string ExpirationTimeRaw - { - get => _expirationTimeRaw; - set - { - _expirationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _expirationTimeRaw = value; - } - } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExpirationTimeDateTimeOffset instead.")] - public virtual object ExpirationTime - { - get => _expirationTime; - set - { - _expirationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _expirationTime = value; - } - } + /// The list of matching Memberships. + [Newtonsoft.Json.JsonPropertyAttribute("resources")] + public virtual System.Collections.Generic.IList Resources { get; set; } - /// - /// representation of . - /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? ExpirationTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExpirationTimeRaw); - set => ExpirationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for the Google Plugin Auth flow. - public class IdentityServiceGoogleConfig : Google.Apis.Requests.IDirectResponseSchema + /// The response message for Operations.ListOperations. + public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Disable automatic configuration of Google Plugin on supported platforms. - [Newtonsoft.Json.JsonPropertyAttribute("disable")] - public virtual System.Nullable Disable { get; set; } + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// A list of operations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual System.Collections.Generic.IList Operations { get; set; } + + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Contains the properties for locating and authenticating groups in the directory. - public class IdentityServiceGroupConfig : Google.Apis.Requests.IDirectResponseSchema + /// List of permitted Scopes. + public class ListPermittedScopesResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The location of the subtree in the LDAP directory to search for group entries. - [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] - public virtual string BaseDn { get; set; } - /// - /// Optional. Optional filter to be used when searching for groups a user belongs to. This can be used to - /// explicitly match only certain groups in order to reduce the amount of groups returned for each user. This - /// defaults to "(objectClass=Group)". + /// A token to request the next page of resources from the `ListPermittedScopes` method. The value of an empty + /// string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("filter")] - public virtual string Filter { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of permitted Scopes + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IList Scopes { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for listing rollout sequences. + public class ListRolloutSequencesResponse : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. The identifying name of each group a user belongs to. For example, if this is set to - /// "distinguishedName" then RBACs and other group expectations should be written as full DNs. This defaults to - /// "distinguishedName". + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. /// - [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] - public virtual string IdAttribute { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The rollout sequences from the specified parent resource. + [Newtonsoft.Json.JsonPropertyAttribute("rolloutSequences")] + public virtual System.Collections.Generic.IList RolloutSequences { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Holds non-protocol-related configuration options. - public class IdentityServiceIdentityServiceOptions : Google.Apis.Requests.IDirectResponseSchema + /// Response message for listing rollouts. + public class ListRolloutsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Configuration options for the AIS diagnostic interface. - [Newtonsoft.Json.JsonPropertyAttribute("diagnosticInterface")] - public virtual IdentityServiceDiagnosticInterface DiagnosticInterface { get; set; } + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Determines the lifespan of STS tokens issued by Anthos Identity Service. - [Newtonsoft.Json.JsonPropertyAttribute("sessionDuration")] - public virtual object SessionDuration { get; set; } + /// The rollouts from the specified parent resource. + [Newtonsoft.Json.JsonPropertyAttribute("rollouts")] + public virtual System.Collections.Generic.IList Rollouts { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for the LDAP Auth flow. - public class IdentityServiceLdapConfig : Google.Apis.Requests.IDirectResponseSchema + /// List of fleet namespaces. + public class ListScopeNamespacesResponse : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Contains the properties for locating and authenticating groups in the directory. + /// A token to request the next page of resources from the `ListNamespaces` method. The value of an empty string + /// means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("group")] - public virtual IdentityServiceGroupConfig Group { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Required. Server settings for the external LDAP server. - [Newtonsoft.Json.JsonPropertyAttribute("server")] - public virtual IdentityServiceServerConfig Server { get; set; } + /// The list of fleet namespaces + [Newtonsoft.Json.JsonPropertyAttribute("scopeNamespaces")] + public virtual System.Collections.Generic.IList ScopeNamespaces { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// List of Scope RBACRoleBindings. + public class ListScopeRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Required. Contains the credentials of the service account which is authorized to perform the LDAP search in - /// the directory. The credentials can be supplied by the combination of the DN and password or the client - /// certificate. + /// A token to request the next page of resources from the `ListScopeRBACRoleBindings` method. The value of an + /// empty string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] - public virtual IdentityServiceServiceAccountConfig ServiceAccount { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Required. Defines where users exist in the LDAP directory. - [Newtonsoft.Json.JsonPropertyAttribute("user")] - public virtual IdentityServiceUserConfig User { get; set; } + /// The list of Scope RBACRoleBindings. + [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] + public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Anthos Identity Service**: Configuration for a single Membership. - public class IdentityServiceMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// List of Scopes. + public class ListScopesResponse : Google.Apis.Requests.IDirectResponseSchema { - /// A member may support multiple auth methods. - [Newtonsoft.Json.JsonPropertyAttribute("authMethods")] - public virtual System.Collections.Generic.IList AuthMethods { get; set; } + /// + /// A token to request the next page of resources from the `ListScopes` method. The value of an empty string + /// means that there are no more resources to return. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Optional. non-protocol-related configuration options. - [Newtonsoft.Json.JsonPropertyAttribute("identityServiceOptions")] - public virtual IdentityServiceIdentityServiceOptions IdentityServiceOptions { get; set; } + /// The list of Scopes + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IList Scopes { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Anthos Identity Service**: State for a single Membership. - public class IdentityServiceMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// A resource that represents a Google Cloud location. + public class Location : Google.Apis.Requests.IDirectResponseSchema { - /// The reason of the failure. - [Newtonsoft.Json.JsonPropertyAttribute("failureReason")] - public virtual string FailureReason { get; set; } + /// The friendly name for this location, typically a nearby city name. For example, "Tokyo". + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } /// - /// Installed AIS version. This is the AIS version installed on this member. The values makes sense iff state is - /// OK. + /// Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} /// - [Newtonsoft.Json.JsonPropertyAttribute("installedVersion")] - public virtual string InstalledVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// Last reconciled membership configuration - [Newtonsoft.Json.JsonPropertyAttribute("memberConfig")] - public virtual IdentityServiceMembershipSpec MemberConfig { get; set; } + /// The canonical id for this location. For example: `"us-east1"`. + [Newtonsoft.Json.JsonPropertyAttribute("locationId")] + public virtual string LocationId { get; set; } - /// Deployment state on this member - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// Service-specific metadata. For example the available capacity at the given location. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// Resource name for the location, which may vary between implementations. For example: + /// `"projects/example-project/locations/us-east1"` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for OIDC Auth flow. - public class IdentityServiceOidcConfig : Google.Apis.Requests.IDirectResponseSchema + /// Membership contains information about a member cluster. + public class Membership : Google.Apis.Requests.IDirectResponseSchema { - /// PEM-encoded CA for OIDC provider. - [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] - public virtual string CertificateAuthorityData { get; set; } - - /// ID for OIDC client application. - [Newtonsoft.Json.JsonPropertyAttribute("clientId")] - public virtual string ClientId { get; set; } - - /// Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH. - [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] - public virtual string ClientSecret { get; set; } - /// - /// Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when - /// provider is not reachable by Google Cloud Console. + /// Optional. How to identify workloads from this Membership. See the documentation on Workload Identity for + /// more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity /// - [Newtonsoft.Json.JsonPropertyAttribute("deployCloudConsoleProxy")] - public virtual System.Nullable DeployCloudConsoleProxy { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("authority")] + public virtual Authority Authority { get; set; } - /// Enable access token. - [Newtonsoft.Json.JsonPropertyAttribute("enableAccessToken")] - public virtual System.Nullable EnableAccessToken { get; set; } + /// Output only. The tier of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("clusterTier")] + public virtual string ClusterTier { get; set; } - /// Output only. Encrypted OIDC Client secret - [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] - public virtual string EncryptedClientSecret { get; set; } + private string _createTimeRaw; - /// Comma-separated list of key-value pairs. - [Newtonsoft.Json.JsonPropertyAttribute("extraParams")] - public virtual string ExtraParams { get; set; } + private object _createTime; - /// Prefix to prepend to group name. - [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] - public virtual string GroupPrefix { get; set; } + /// Output only. When the Membership was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// Claim in OIDC ID token that holds group information. - [Newtonsoft.Json.JsonPropertyAttribute("groupsClaim")] - public virtual string GroupsClaim { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// - /// URI for the OIDC provider. This should point to the level below .well-known/openid-configuration. - /// - [Newtonsoft.Json.JsonPropertyAttribute("issuerUri")] - public virtual string IssuerUri { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Registered redirect uri to redirect users going through OAuth flow using kubectl plugin. - [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] - public virtual string KubectlRedirectUri { get; set; } + private string _deleteTimeRaw; - /// Comma-separated list of identifiers. - [Newtonsoft.Json.JsonPropertyAttribute("scopes")] - public virtual string Scopes { get; set; } + private object _deleteTime; - /// Claim in OIDC ID token that holds username. - [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] - public virtual string UserClaim { get; set; } + /// Output only. When the Membership was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } - /// Prefix to prepend to user name. - [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] - public virtual string UserPrefix { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Configuration for the SAML Auth flow. - public class IdentityServiceSamlConfig : Google.Apis.Requests.IDirectResponseSchema - { /// - /// Optional. The mapping of additional user attributes like nickname, birthday and address etc.. `key` is the - /// name of this additional attribute. `value` is a string presenting as CEL(common expression language, go/cel) - /// used for getting the value from the resources. Take nickname as an example, in this case, `key` is - /// "attribute.nickname" and `value` is "assertion.nickname". + /// Output only. Description of this membership, limited to 63 characters. Must match the regex: `a-zA-Z0-9*` + /// This field is present for legacy purposes. /// - [Newtonsoft.Json.JsonPropertyAttribute("attributeMapping")] - public virtual System.Collections.Generic.IDictionary AttributeMapping { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } - /// Optional. Prefix to prepend to group name. - [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] - public virtual string GroupPrefix { get; set; } + /// Optional. Endpoint information to reach this member. + [Newtonsoft.Json.JsonPropertyAttribute("endpoint")] + public virtual MembershipEndpoint Endpoint { get; set; } /// - /// Optional. The SAML attribute to read groups from. This value is expected to be a string and will be passed - /// along as-is (with the option of being prefixed by the `group_prefix`). + /// Optional. An externally-generated and managed ID for this Membership. This ID may be modified after + /// creation, but this is not recommended. The ID must match the regex: `a-zA-Z0-9*` If this Membership + /// represents a Kubernetes cluster, this value should be set to the UID of the `kube-system` namespace object. /// - [Newtonsoft.Json.JsonPropertyAttribute("groupsAttribute")] - public virtual string GroupsAttribute { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("externalId")] + public virtual string ExternalId { get; set; } - /// Required. The list of IdP certificates to validate the SAML response against. - [Newtonsoft.Json.JsonPropertyAttribute("identityProviderCertificates")] - public virtual System.Collections.Generic.IList IdentityProviderCertificates { get; set; } + /// + /// Optional. Labels for this membership. These labels are not leveraged by multi-cluster features, instead, we + /// prefer cluster labels, which can be set on GKE cluster or other cluster types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// Required. The entity ID of the SAML IdP. - [Newtonsoft.Json.JsonPropertyAttribute("identityProviderId")] - public virtual string IdentityProviderId { get; set; } + private string _lastConnectionTimeRaw; - /// Required. The URI where the SAML IdP exposes the SSO service. - [Newtonsoft.Json.JsonPropertyAttribute("identityProviderSsoUri")] - public virtual string IdentityProviderSsoUri { get; set; } + private object _lastConnectionTime; /// - /// Optional. The SAML attribute to read username from. If unspecified, the username will be read from the - /// NameID element of the assertion in SAML response. This value is expected to be a string and will be passed - /// along as-is (with the option of being prefixed by the `user_prefix`). + /// Output only. For clusters using Connect, the timestamp of the most recent connection established with Google + /// Cloud. This time is updated every several minutes, not continuously. For clusters that do not use GKE + /// Connect, or that have never connected successfully, this field will be unset. /// - [Newtonsoft.Json.JsonPropertyAttribute("userAttribute")] - public virtual string UserAttribute { get; set; } - - /// Optional. Prefix to prepend to user name. - [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] - public virtual string UserPrefix { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("lastConnectionTime")] + public virtual string LastConnectionTimeRaw + { + get => _lastConnectionTimeRaw; + set + { + _lastConnectionTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastConnectionTimeRaw = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastConnectionTimeDateTimeOffset instead.")] + public virtual object LastConnectionTime + { + get => _lastConnectionTime; + set + { + _lastConnectionTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastConnectionTime = value; + } + } - /// Server settings for the external LDAP server. - public class IdentityServiceServerConfig : Google.Apis.Requests.IDirectResponseSchema - { /// - /// Optional. Contains a Base64 encoded, PEM formatted certificate authority certificate for the LDAP server. - /// This must be provided for the "ldaps" and "startTLS" connections. + /// representation of . /// - [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] - public virtual string CertificateAuthorityData { get; set; } + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastConnectionTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastConnectionTimeRaw); + set => LastConnectionTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. The type of the membership. + [Newtonsoft.Json.JsonPropertyAttribute("membershipType")] + public virtual string MembershipType { get; set; } + + /// Optional. The monitoring config information for this membership. + [Newtonsoft.Json.JsonPropertyAttribute("monitoringConfig")] + public virtual MonitoringConfig MonitoringConfig { get; set; } /// - /// Optional. Defines the connection type to communicate with the LDAP server. If `starttls` or `ldaps` is - /// specified, the certificate_authority_data should not be empty. + /// Output only. The full, unique name of this Membership resource in the format + /// `projects/*/locations/*/memberships/{membership_id}`, set during creation. `membership_id` must be a valid + /// RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case + /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be + /// expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters. /// - [Newtonsoft.Json.JsonPropertyAttribute("connectionType")] - public virtual string ConnectionType { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. State of the Membership resource. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual MembershipState State { get; set; } /// - /// Required. Defines the hostname or IP of the LDAP server. Port is optional and will default to 389, if - /// unspecified. For example, "ldap.server.example" or "10.10.10.10:389". + /// Output only. Google-generated UUID for this resource. This is unique across all Membership resources. If a + /// Membership resource is deleted and another resource with the same name is created, it gets a different + /// unique_id. /// - [Newtonsoft.Json.JsonPropertyAttribute("host")] - public virtual string Host { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uniqueId")] + public virtual string UniqueId { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private string _updateTimeRaw; - /// - /// Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. - /// The credentials can be supplied by the combination of the DN and password or the client certificate. - /// - public class IdentityServiceServiceAccountConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Credentials for basic auth. - [Newtonsoft.Json.JsonPropertyAttribute("simpleBindCredentials")] - public virtual IdentityServiceSimpleBindCredentials SimpleBindCredentials { get; set; } + private object _updateTime; + + /// Output only. When the Membership was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The structure holds the LDAP simple binding credential. - public class IdentityServiceSimpleBindCredentials : Google.Apis.Requests.IDirectResponseSchema + /// + /// MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet + /// resources) a Membership is bound to. + /// + public class MembershipBinding : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The distinguished name(DN) of the service account object/user. - [Newtonsoft.Json.JsonPropertyAttribute("dn")] - public virtual string Dn { get; set; } + private string _createTimeRaw; - /// Output only. The encrypted password of the service account object/user. - [Newtonsoft.Json.JsonPropertyAttribute("encryptedPassword")] - public virtual string EncryptedPassword { get; set; } + private object _createTime; - /// Required. Input only. The password of the service account object/user. - [Newtonsoft.Json.JsonPropertyAttribute("password")] - public virtual string Password { get; set; } + /// Output only. When the membership binding was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// Defines where users exist in the LDAP directory. - public class IdentityServiceUserConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. The location of the subtree in the LDAP directory to search for user entries. - [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] - public virtual string BaseDn { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// - /// Optional. Filter to apply when searching for the user. This can be used to further restrict the user - /// accounts which are allowed to login. This defaults to "(objectClass=User)". - /// - [Newtonsoft.Json.JsonPropertyAttribute("filter")] - public virtual string Filter { get; set; } + private string _deleteTimeRaw; - /// - /// Optional. Determines which attribute to use as the user's identity after they are authenticated. This is - /// distinct from the loginAttribute field to allow users to login with a username, but then have their actual - /// identifier be an email address or full Distinguished Name (DN). For example, setting loginAttribute to - /// "sAMAccountName" and identifierAttribute to "userPrincipalName" would allow a user to login as "bsmith", but - /// actual RBAC policies for the user would be written as "bsmith@example.com". Using "userPrincipalName" is - /// recommended since this will be unique for each user. This defaults to "userPrincipalName". - /// - [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] - public virtual string IdAttribute { get; set; } + private object _deleteTime; - /// - /// Optional. The name of the attribute which matches against the input username. This is used to find the user - /// in the LDAP database e.g. "(=)" and is combined with the optional filter field. This defaults to - /// "userPrincipalName". - /// - [Newtonsoft.Json.JsonPropertyAttribute("loginAttribute")] - public virtual string LoginAttribute { get; set; } + /// Output only. When the membership binding was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// - /// KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters. - /// - public class KubernetesMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// Output only. Kubernetes API server version string as reported by `/version`. - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] - public virtual string KubernetesApiServerVersion { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. Labels for this MembershipBinding. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in - /// MB. + /// The resource name for the membershipbinding itself + /// `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}` /// - [Newtonsoft.Json.JsonPropertyAttribute("memoryMb")] - public virtual System.Nullable MemoryMb { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// Output only. Node count as reported by Kubernetes nodes resources. - [Newtonsoft.Json.JsonPropertyAttribute("nodeCount")] - public virtual System.Nullable NodeCount { get; set; } + /// A Scope resource name in the format `projects/*/locations/*/scopes/*`. + [Newtonsoft.Json.JsonPropertyAttribute("scope")] + public virtual string Scope { get; set; } + + /// Output only. State of the membership binding resource. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual MembershipBindingLifecycleState State { get; set; } /// - /// Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. - /// On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and - /// the node_provider_id will be empty. + /// Output only. Google-generated UUID for this resource. This is unique across all membershipbinding resources. + /// If a membershipbinding resource is deleted and another resource with the same name is created, it gets a + /// different uid. /// - [Newtonsoft.Json.JsonPropertyAttribute("nodeProviderId")] - public virtual string NodeProviderId { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } private string _updateTimeRaw; private object _updateTime; - /// - /// Output only. The time at which these details were last updated. This update_time is different from the - /// Membership-level update_time since EndpointDetails are updated internally for API consumers. - /// + /// Output only. When the membership binding was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -8380,583 +9708,336 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Output only. vCPU count as reported by Kubernetes nodes resources. - [Newtonsoft.Json.JsonPropertyAttribute("vcpuCount")] - public virtual System.Nullable VcpuCount { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// KubernetesResource contains the YAML manifests and configuration for Membership Kubernetes resources in the - /// cluster. After CreateMembership or UpdateMembership, these resources should be re-applied in the cluster. - /// - public class KubernetesResource : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Output only. The Kubernetes resources for installing the GKE Connect agent This field is only populated in - /// the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. - /// It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest - /// after the initial registration, the caller should make a UpdateMembership call with an empty field mask. - /// - [Newtonsoft.Json.JsonPropertyAttribute("connectResources")] - public virtual System.Collections.Generic.IList ConnectResources { get; set; } - - /// - /// Input only. The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub - /// can read the CR directly. Callers should provide the CR that is currently present in the cluster during - /// CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to - /// validate the cluster has not been registered with another Membership. - /// - [Newtonsoft.Json.JsonPropertyAttribute("membershipCrManifest")] - public virtual string MembershipCrManifest { get; set; } - - /// - /// Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership - /// creation, and after every update. This field is only populated in the Membership returned from a successful - /// long-running operation from CreateMembership or UpdateMembership. It is not populated during normal - /// GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the - /// caller should make a UpdateMembership call with an empty field mask. - /// - [Newtonsoft.Json.JsonPropertyAttribute("membershipResources")] - public virtual System.Collections.Generic.IList MembershipResources { get; set; } - - /// Optional. Options for Kubernetes resource generation. - [Newtonsoft.Json.JsonPropertyAttribute("resourceOptions")] - public virtual ResourceOptions ResourceOptions { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for the `GkeHub.ListAdminClusterMemberships` method. - public class ListAdminClusterMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The list of matching Memberships of admin clusters. - [Newtonsoft.Json.JsonPropertyAttribute("adminClusterMemberships")] - public virtual System.Collections.Generic.IList AdminClusterMemberships { get; set; } - - /// - /// A token to request the next page of resources from the `ListAdminClusterMemberships` method. The value of an - /// empty string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// List of Memberships bound to a Scope. - public class ListBoundMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The list of Memberships bound to the given Scope. - [Newtonsoft.Json.JsonPropertyAttribute("memberships")] - public virtual System.Collections.Generic.IList Memberships { get; set; } - - /// - /// A token to request the next page of resources from the `ListBoundMemberships` method. The value of an empty - /// string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for the `GkeHub.ListFeatures` method. - public class ListFeaturesResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// A token to request the next page of resources from the `ListFeatures` method. The value of an empty string - /// means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of matching Features - [Newtonsoft.Json.JsonPropertyAttribute("resources")] - public virtual System.Collections.Generic.IList Resources { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for the `GkeHub.ListFleetsResponse` method. - public class ListFleetsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The list of matching fleets. - [Newtonsoft.Json.JsonPropertyAttribute("fleets")] - public virtual System.Collections.Generic.IList Fleets { get; set; } - - /// - /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no - /// subsequent pages. The token is only valid for 1h. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The response message for Locations.ListLocations. - public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// A list of locations that matches the specified filter in the request. - [Newtonsoft.Json.JsonPropertyAttribute("locations")] - public virtual System.Collections.Generic.IList Locations { get; set; } - - /// The standard List next-page token. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// List of MembershipBindings. - public class ListMembershipBindingsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The list of membership_bindings - [Newtonsoft.Json.JsonPropertyAttribute("membershipBindings")] - public virtual System.Collections.Generic.IList MembershipBindings { get; set; } - - /// - /// A token to request the next page of resources from the `ListMembershipBindings` method. The value of an - /// empty string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// List of Membership RBACRoleBindings. - public class ListMembershipRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// A token to request the next page of resources from the `ListMembershipRBACRoleBindings` method. The value of - /// an empty string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of Membership RBACRoleBindings. - [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] - public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } - - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the `GkeHub.ListMemberships` method. - public class ListMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema + /// MembershipBindingLifecycleState describes the state of a Binding resource. + public class MembershipBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A token to request the next page of resources from the `ListMemberships` method. The value of an empty - /// string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of matching Memberships. - [Newtonsoft.Json.JsonPropertyAttribute("resources")] - public virtual System.Collections.Generic.IList Resources { get; set; } - - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// Output only. The current state of the MembershipBinding resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response message for Operations.ListOperations. - public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema + /// + /// MembershipEndpoint contains information needed to contact a Kubernetes API, endpoint and any additional + /// Kubernetes metadata. + /// + public class MembershipEndpoint : Google.Apis.Requests.IDirectResponseSchema { - /// The standard List next-page token. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + /// Optional. Specific information for a GDC Edge Appliance cluster. + [Newtonsoft.Json.JsonPropertyAttribute("applianceCluster")] + public virtual ApplianceCluster ApplianceCluster { get; set; } - /// A list of operations that matches the specified filter in the request. - [Newtonsoft.Json.JsonPropertyAttribute("operations")] - public virtual System.Collections.Generic.IList Operations { get; set; } + /// Optional. Specific information for a Google Edge cluster. + [Newtonsoft.Json.JsonPropertyAttribute("edgeCluster")] + public virtual EdgeCluster EdgeCluster { get; set; } + + /// Optional. Specific information for a GKE-on-GCP cluster. + [Newtonsoft.Json.JsonPropertyAttribute("gkeCluster")] + public virtual GkeCluster GkeCluster { get; set; } /// - /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// Output only. Whether the lifecycle of this membership is managed by a google cluster platform service. /// - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] + public virtual System.Nullable GoogleManaged { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. Useful Kubernetes-specific metadata. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetadata")] + public virtual KubernetesMetadata KubernetesMetadata { get; set; } - /// List of permitted Scopes. - public class ListPermittedScopesResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A token to request the next page of resources from the `ListPermittedScopes` method. The value of an empty - /// string means that there are no more resources to return. + /// Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in + /// the steady state. These resources: * Ensure that the cluster is exclusively registered to one and only one + /// Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure + /// proper initial configuration of default Hub Features. /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of permitted Scopes - [Newtonsoft.Json.JsonPropertyAttribute("scopes")] - public virtual System.Collections.Generic.IList Scopes { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesResource")] + public virtual KubernetesResource KubernetesResource { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Specific information for a GKE Multi-Cloud cluster. + [Newtonsoft.Json.JsonPropertyAttribute("multiCloudCluster")] + public virtual MultiCloudCluster MultiCloudCluster { get; set; } - /// List of fleet namespaces. - public class ListScopeNamespacesResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A token to request the next page of resources from the `ListNamespaces` method. The value of an empty string - /// means that there are no more resources to return. + /// Optional. Specific information for a GKE On-Prem cluster. An onprem user-cluster who has no resourceLink is + /// not allowed to use this field, it should have a nil "type" instead. /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of fleet namespaces - [Newtonsoft.Json.JsonPropertyAttribute("scopeNamespaces")] - public virtual System.Collections.Generic.IList ScopeNamespaces { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("onPremCluster")] + public virtual OnPremCluster OnPremCluster { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// List of Scope RBACRoleBindings. - public class ListScopeRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema + /// MembershipFeatureSpec contains configuration information for a single Membership. + public class MembershipFeatureSpec : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A token to request the next page of resources from the `ListScopeRBACRoleBindings` method. The value of an - /// empty string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + /// Cloud Build-specific spec + [Newtonsoft.Json.JsonPropertyAttribute("cloudbuild")] + public virtual CloudBuildMembershipSpec Cloudbuild { get; set; } - /// The list of Scope RBACRoleBindings. - [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] - public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } + /// Config Management-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] + public virtual ConfigManagementMembershipSpec Configmanagement { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Fleet observability membership spec + [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] + public virtual FleetObservabilityMembershipSpec Fleetobservability { get; set; } + + /// Identity Service-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] + public virtual IdentityServiceMembershipSpec Identityservice { get; set; } + + /// Anthos Service Mesh-specific spec + [Newtonsoft.Json.JsonPropertyAttribute("mesh")] + public virtual ServiceMeshMembershipSpec Mesh { get; set; } + + /// FNS Actuation membership spec + [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] + public virtual NamespaceActuationMembershipSpec Namespaceactuation { get; set; } - /// List of Scopes. - public class ListScopesResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A token to request the next page of resources from the `ListScopes` method. The value of an empty string - /// means that there are no more resources to return. + /// Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by + /// users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly. /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("origin")] + public virtual Origin Origin { get; set; } - /// The list of Scopes - [Newtonsoft.Json.JsonPropertyAttribute("scopes")] - public virtual System.Collections.Generic.IList Scopes { get; set; } + /// Policy Controller spec. + [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] + public virtual PolicyControllerMembershipSpec Policycontroller { get; set; } + + /// Workload Certificate spec. + [Newtonsoft.Json.JsonPropertyAttribute("workloadcertificate")] + public virtual MembershipSpec Workloadcertificate { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A resource that represents a Google Cloud location. - public class Location : Google.Apis.Requests.IDirectResponseSchema + /// MembershipFeatureState contains Feature status information for a single Membership. + public class MembershipFeatureState : Google.Apis.Requests.IDirectResponseSchema { - /// The friendly name for this location, typically a nearby city name. For example, "Tokyo". - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Appdevexperience specific state. + [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] + public virtual AppDevExperienceFeatureState Appdevexperience { get; set; } - /// - /// Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} - /// - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// ClusterUpgrade state. + [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] + public virtual ClusterUpgradeMembershipState Clusterupgrade { get; set; } - /// The canonical id for this location. For example: `"us-east1"`. - [Newtonsoft.Json.JsonPropertyAttribute("locationId")] - public virtual string LocationId { get; set; } + /// Config Management-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] + public virtual ConfigManagementMembershipState Configmanagement { get; set; } - /// Service-specific metadata. For example the available capacity at the given location. - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + /// Fleet observability membership state. + [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] + public virtual FleetObservabilityMembershipState Fleetobservability { get; set; } - /// - /// Resource name for the location, which may vary between implementations. For example: - /// `"projects/example-project/locations/us-east1"` - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Identity Service-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] + public virtual IdentityServiceMembershipState Identityservice { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Metering-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("metering")] + public virtual MeteringMembershipState Metering { get; set; } - /// Membership contains information about a member cluster. - public class Membership : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Optional. How to identify workloads from this Membership. See the documentation on Workload Identity for - /// more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity - /// - [Newtonsoft.Json.JsonPropertyAttribute("authority")] - public virtual Authority Authority { get; set; } + /// FNS Actuation membership state + [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] + public virtual NamespaceActuationMembershipState Namespaceactuation { get; set; } - /// Output only. The tier of the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("clusterTier")] - public virtual string ClusterTier { get; set; } + /// Policycontroller-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] + public virtual PolicyControllerMembershipState Policycontroller { get; set; } - private string _createTimeRaw; + /// Service Mesh-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("servicemesh")] + public virtual ServiceMeshMembershipState Servicemesh { get; set; } - private object _createTime; + /// The high-level state of this Feature for a single membership. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual FeatureState State { get; set; } - /// Output only. When the Membership was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } + /// Workload Identity membership specific state. + [Newtonsoft.Json.JsonPropertyAttribute("workloadidentity")] + public virtual WorkloadIdentityMembershipState Workloadidentity { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **Workload Certificate**: The membership-specific input for WorkloadCertificate feature. + public class MembershipSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// Specifies workload certificate management. + [Newtonsoft.Json.JsonPropertyAttribute("certificateManagement")] + public virtual string CertificateManagement { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - private string _deleteTimeRaw; + /// MembershipState describes the state of a Membership resource. + public class MembershipState : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The current state of the Membership resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } - private object _deleteTime; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Output only. When the Membership was deleted. - [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] - public virtual string DeleteTimeRaw + /// **Metering**: Per-Membership Feature State. + public class MeteringMembershipState : Google.Apis.Requests.IDirectResponseSchema + { + private string _lastMeasurementTimeRaw; + + private object _lastMeasurementTime; + + /// The time stamp of the most recent measurement of the number of vCPUs in the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("lastMeasurementTime")] + public virtual string LastMeasurementTimeRaw { - get => _deleteTimeRaw; + get => _lastMeasurementTimeRaw; set { - _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deleteTimeRaw = value; + _lastMeasurementTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastMeasurementTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] - public virtual object DeleteTime + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastMeasurementTimeDateTimeOffset instead.")] + public virtual object LastMeasurementTime { - get => _deleteTime; + get => _lastMeasurementTime; set { - _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deleteTime = value; + _lastMeasurementTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastMeasurementTime = value; } } - /// representation of . + /// + /// representation of . + /// [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + public virtual System.DateTimeOffset? LastMeasurementTimeDateTimeOffset { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); - set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastMeasurementTimeRaw); + set => LastMeasurementTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } /// - /// Output only. Description of this membership, limited to 63 characters. Must match the regex: `a-zA-Z0-9*` - /// This field is present for legacy purposes. + /// The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision). /// - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("preciseLastMeasuredClusterVcpuCapacity")] + public virtual System.Nullable PreciseLastMeasuredClusterVcpuCapacity { get; set; } - /// Optional. Endpoint information to reach this member. - [Newtonsoft.Json.JsonPropertyAttribute("endpoint")] - public virtual MembershipEndpoint Endpoint { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// + /// MonitoringConfig informs Fleet-based applications/services/UIs how the metrics for the underlying cluster is + /// reported to cloud monitoring services. It can be set from empty to non-empty, but can't be mutated directly to + /// prevent accidentally breaking the constinousty of metrics. + /// + public class MonitoringConfig : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. An externally-generated and managed ID for this Membership. This ID may be modified after - /// creation, but this is not recommended. The ID must match the regex: `a-zA-Z0-9*` If this Membership - /// represents a Kubernetes cluster, this value should be set to the UID of the `kube-system` namespace object. + /// Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/MultiCloud clusters, it would + /// be in format {cluster_type}/{cluster_name}, e.g., "awsClusters/cluster_1". /// - [Newtonsoft.Json.JsonPropertyAttribute("externalId")] - public virtual string ExternalId { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("cluster")] + public virtual string Cluster { get; set; } /// - /// Optional. Labels for this membership. These labels are not leveraged by multi-cluster features, instead, we - /// prefer cluster labels, which can be set on GKE cluster or other cluster types. + /// Optional. For GKE and Multicloud clusters, this is the UUID of the cluster resource. For VMWare and + /// Baremetal clusters, this is the kube-system UID. /// - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } - - private string _lastConnectionTimeRaw; - - private object _lastConnectionTime; + [Newtonsoft.Json.JsonPropertyAttribute("clusterHash")] + public virtual string ClusterHash { get; set; } /// - /// Output only. For clusters using Connect, the timestamp of the most recent connection established with Google - /// Cloud. This time is updated every several minutes, not continuously. For clusters that do not use GKE - /// Connect, or that have never connected successfully, this field will be unset. + /// Optional. Kubernetes system metrics, if available, are written to this prefix. This defaults to + /// kubernetes.io for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos MultiCloud will have + /// kubernetes.io prefix today but will migration to be under kubernetes.io/anthos. /// - [Newtonsoft.Json.JsonPropertyAttribute("lastConnectionTime")] - public virtual string LastConnectionTimeRaw - { - get => _lastConnectionTimeRaw; - set - { - _lastConnectionTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _lastConnectionTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastConnectionTimeDateTimeOffset instead.")] - public virtual object LastConnectionTime - { - get => _lastConnectionTime; - set - { - _lastConnectionTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _lastConnectionTime = value; - } - } + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetricsPrefix")] + public virtual string KubernetesMetricsPrefix { get; set; } - /// - /// representation of . - /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? LastConnectionTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastConnectionTimeRaw); - set => LastConnectionTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Optional. Location used to report Metrics + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } - /// Output only. The type of the membership. - [Newtonsoft.Json.JsonPropertyAttribute("membershipType")] - public virtual string MembershipType { get; set; } + /// Optional. Project used to report Metrics + [Newtonsoft.Json.JsonPropertyAttribute("projectId")] + public virtual string ProjectId { get; set; } - /// Optional. The monitoring config information for this membership. - [Newtonsoft.Json.JsonPropertyAttribute("monitoringConfig")] - public virtual MonitoringConfig MonitoringConfig { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// MultiCloudCluster contains information specific to GKE Multi-Cloud clusters. + public class MultiCloudCluster : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Output only. The full, unique name of this Membership resource in the format - /// `projects/*/locations/*/memberships/{membership_id}`, set during creation. `membership_id` must be a valid - /// RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case - /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be - /// expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters. + /// Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for + /// this GKE Multi-Cloud cluster no longer exists. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Output only. State of the Membership resource. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual MembershipState State { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] + public virtual System.Nullable ClusterMissing { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all Membership resources. If a - /// Membership resource is deleted and another resource with the same name is created, it gets a different - /// unique_id. + /// Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example: + /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster + /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster + /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster /// - [Newtonsoft.Json.JsonPropertyAttribute("uniqueId")] - public virtual string UniqueId { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } - /// Output only. When the Membership was last updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// **Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature. + public class MultiClusterIngressFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Deprecated: This field will be ignored and should not be set. Customer's billing structure. + /// + [Newtonsoft.Json.JsonPropertyAttribute("billing")] + public virtual string Billing { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// + /// Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: + /// `projects/foo-proj/locations/global/memberships/bar` + /// + [Newtonsoft.Json.JsonPropertyAttribute("configMembership")] + public virtual string ConfigMembership { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet - /// resources) a Membership is bound to. - /// - public class MembershipBinding : Google.Apis.Requests.IDirectResponseSchema + /// Namespace represents a namespace across the Fleet + public class Namespace : Google.Apis.Requests.IDirectResponseSchema { private string _createTimeRaw; private object _createTime; - /// Output only. When the membership binding was created. + /// Output only. When the namespace was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -8993,7 +10074,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset private object _deleteTime; - /// Output only. When the membership binding was deleted. + /// Output only. When the namespace was deleted. [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] public virtual string DeleteTimeRaw { @@ -9026,29 +10107,36 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Optional. Labels for this MembershipBinding. + /// Optional. Labels for this Namespace. [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// The resource name for the membershipbinding itself - /// `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}` + /// The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// A Scope resource name in the format `projects/*/locations/*/scopes/*`. + /// + /// Optional. Namespace-level cluster namespace labels. These labels are applied to the related namespace of the + /// member clusters bound to the parent Scope. Scope-level labels (`namespace_labels` in the Fleet Scope + /// resource) take precedence over Namespace-level labels if they share a key. Keys and values must be + /// Kubernetes-conformant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("namespaceLabels")] + public virtual System.Collections.Generic.IDictionary NamespaceLabels { get; set; } + + /// Required. Scope associated with the namespace [Newtonsoft.Json.JsonPropertyAttribute("scope")] public virtual string Scope { get; set; } - /// Output only. State of the membership binding resource. + /// Output only. State of the namespace resource. [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual MembershipBindingLifecycleState State { get; set; } + public virtual NamespaceLifecycleState State { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all membershipbinding resources. - /// If a membershipbinding resource is deleted and another resource with the same name is created, it gets a - /// different uid. + /// Output only. Google-generated UUID for this resource. This is unique across all namespace resources. If a + /// namespace resource is deleted and another resource with the same name is created, it gets a different uid. /// [Newtonsoft.Json.JsonPropertyAttribute("uid")] public virtual string Uid { get; set; } @@ -9057,7 +10145,7 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset private object _updateTime; - /// Output only. When the membership binding was last updated. + /// Output only. When the namespace was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -9094,10 +10182,42 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } - /// MembershipBindingLifecycleState describes the state of a Binding resource. - public class MembershipBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema + /// An empty spec for actuation feature. This is required since Feature proto requires a spec. + public class NamespaceActuationFeatureSpec : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The current state of the MembershipBinding resource. + /// actuation_mode controls the behavior of the controller + [Newtonsoft.Json.JsonPropertyAttribute("actuationMode")] + public virtual string ActuationMode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// NamespaceActuation Feature State. + public class NamespaceActuationFeatureState : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **Namespace Actuation**: The membership-specific input for NamespaceActuation feature. + public class NamespaceActuationMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **Namespace Actuation**: An empty state left as an example membership-specific Feature state. + public class NamespaceActuationMembershipState : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// NamespaceLifecycleState describes the state of a Namespace resource. + public class NamespaceLifecycleState : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The current state of the Namespace resource. [Newtonsoft.Json.JsonPropertyAttribute("code")] public virtual string Code { get; set; } @@ -9105,601 +10225,574 @@ public class MembershipBindingLifecycleState : Google.Apis.Requests.IDirectRespo public virtual string ETag { get; set; } } - /// - /// MembershipEndpoint contains information needed to contact a Kubernetes API, endpoint and any additional - /// Kubernetes metadata. - /// - public class MembershipEndpoint : Google.Apis.Requests.IDirectResponseSchema + /// OnPremCluster contains information specific to GKE On-Prem clusters. + public class OnPremCluster : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Specific information for a GDC Edge Appliance cluster. - [Newtonsoft.Json.JsonPropertyAttribute("applianceCluster")] - public virtual ApplianceCluster ApplianceCluster { get; set; } + /// Immutable. Whether the cluster is an admin cluster. + [Newtonsoft.Json.JsonPropertyAttribute("adminCluster")] + public virtual System.Nullable AdminCluster { get; set; } - /// Optional. Specific information for a Google Edge cluster. - [Newtonsoft.Json.JsonPropertyAttribute("edgeCluster")] - public virtual EdgeCluster EdgeCluster { get; set; } + /// + /// Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this + /// GKE On-Prem cluster no longer exists. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] + public virtual System.Nullable ClusterMissing { get; set; } - /// Optional. Specific information for a GKE-on-GCP cluster. - [Newtonsoft.Json.JsonPropertyAttribute("gkeCluster")] - public virtual GkeCluster GkeCluster { get; set; } + /// Immutable. The on prem cluster's type. + [Newtonsoft.Json.JsonPropertyAttribute("clusterType")] + public virtual string ClusterType { get; set; } /// - /// Output only. Whether the lifecycle of this membership is managed by a google cluster platform service. + /// Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example: + /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster + /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster /// - [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] - public virtual System.Nullable GoogleManaged { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } - /// Output only. Useful Kubernetes-specific metadata. - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetadata")] - public virtual KubernetesMetadata KubernetesMetadata { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// This resource represents a long-running operation that is the result of a network API call. + public class Operation : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in - /// the steady state. These resources: * Ensure that the cluster is exclusively registered to one and only one - /// Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure - /// proper initial configuration of default Hub Features. + /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, + /// and either `error` or `response` is available. /// - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesResource")] - public virtual KubernetesResource KubernetesResource { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("done")] + public virtual System.Nullable Done { get; set; } - /// Optional. Specific information for a GKE Multi-Cloud cluster. - [Newtonsoft.Json.JsonPropertyAttribute("multiCloudCluster")] - public virtual MultiCloudCluster MultiCloudCluster { get; set; } + /// The error result of the operation in case of failure or cancellation. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual GoogleRpcStatus Error { get; set; } /// - /// Optional. Specific information for a GKE On-Prem cluster. An onprem user-cluster who has no resourceLink is - /// not allowed to use this field, it should have a nil "type" instead. + /// Service-specific metadata associated with the operation. It typically contains progress information and + /// common metadata such as create time. Some services might not provide such metadata. Any method that returns + /// a long-running operation should document the metadata type, if any. /// - [Newtonsoft.Json.JsonPropertyAttribute("onPremCluster")] - public virtual OnPremCluster OnPremCluster { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// The server-assigned name, which is only unique within the same service that originally returns it. If you + /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The normal, successful response of the operation. If the original method returns no data on success, such as + /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard + /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have + /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is + /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("response")] + public virtual System.Collections.Generic.IDictionary Response { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MembershipFeatureSpec contains configuration information for a single Membership. - public class MembershipFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// Represents the metadata of the long-running operation. + public class OperationMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Cloud Build-specific spec - [Newtonsoft.Json.JsonPropertyAttribute("cloudbuild")] - public virtual CloudBuildMembershipSpec Cloudbuild { get; set; } + /// Output only. API version used to start the operation. + [Newtonsoft.Json.JsonPropertyAttribute("apiVersion")] + public virtual string ApiVersion { get; set; } - /// Config Management-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] - public virtual ConfigManagementMembershipSpec Configmanagement { get; set; } + /// + /// Output only. Identifies whether the user has requested cancellation of the operation. Operations that have + /// successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of + /// 1, corresponding to `Code.CANCELLED`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cancelRequested")] + public virtual System.Nullable CancelRequested { get; set; } - /// Fleet observability membership spec - [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] - public virtual FleetObservabilityMembershipSpec Fleetobservability { get; set; } + private string _createTimeRaw; - /// Identity Service-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] - public virtual IdentityServiceMembershipSpec Identityservice { get; set; } + private object _createTime; - /// Anthos Service Mesh-specific spec - [Newtonsoft.Json.JsonPropertyAttribute("mesh")] - public virtual ServiceMeshMembershipSpec Mesh { get; set; } + /// Output only. The time the operation was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// FNS Actuation membership spec - [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] - public virtual NamespaceActuationMembershipSpec Namespaceactuation { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// - /// Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by - /// users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly. - /// - [Newtonsoft.Json.JsonPropertyAttribute("origin")] - public virtual Origin Origin { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _endTimeRaw; + + private object _endTime; + + /// Output only. The time the operation finished running. + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Policy Controller spec. - [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] - public virtual PolicyControllerMembershipSpec Policycontroller { get; set; } + /// Output only. Human-readable status of the operation, if any. + [Newtonsoft.Json.JsonPropertyAttribute("statusDetail")] + public virtual string StatusDetail { get; set; } - /// Workload Certificate spec. - [Newtonsoft.Json.JsonPropertyAttribute("workloadcertificate")] - public virtual MembershipSpec Workloadcertificate { get; set; } + /// Output only. Server-defined resource path for the target of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual string Target { get; set; } + + /// Output only. Name of the verb executed by the operation. + [Newtonsoft.Json.JsonPropertyAttribute("verb")] + public virtual string Verb { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MembershipFeatureState contains Feature status information for a single Membership. - public class MembershipFeatureState : Google.Apis.Requests.IDirectResponseSchema + /// Origin defines where this MembershipFeatureSpec originated from. + public class Origin : Google.Apis.Requests.IDirectResponseSchema { - /// Appdevexperience specific state. - [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] - public virtual AppDevExperienceFeatureState Appdevexperience { get; set; } - - /// ClusterUpgrade state. - [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] - public virtual ClusterUpgradeMembershipState Clusterupgrade { get; set; } - - /// Config Management-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] - public virtual ConfigManagementMembershipState Configmanagement { get; set; } - - /// Fleet observability membership state. - [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] - public virtual FleetObservabilityMembershipState Fleetobservability { get; set; } - - /// Identity Service-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] - public virtual IdentityServiceMembershipState Identityservice { get; set; } - - /// Metering-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("metering")] - public virtual MeteringMembershipState Metering { get; set; } - - /// FNS Actuation membership state - [Newtonsoft.Json.JsonPropertyAttribute("namespaceactuation")] - public virtual NamespaceActuationMembershipState Namespaceactuation { get; set; } - - /// Policycontroller-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] - public virtual PolicyControllerMembershipState Policycontroller { get; set; } + /// Type specifies which type of origin is set. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } - /// Service Mesh-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("servicemesh")] - public virtual ServiceMeshMembershipState Servicemesh { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// The high-level state of this Feature for a single membership. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual FeatureState State { get; set; } + /// + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single + /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A + /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. + /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical + /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add + /// constraints based on attributes of the request, the resource, or both. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// ``` + /// { + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", + /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, + /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { + /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time + /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// ``` + /// **YAML + /// example:** + /// ``` + /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - + /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable + /// access description: Does not grant access after Sep 2020 expression: request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// ``` + /// For a description of IAM and its + /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// + public class Policy : Google.Apis.Requests.IDirectResponseSchema + { + /// Specifies cloud audit logging configuration for this policy. + [Newtonsoft.Json.JsonPropertyAttribute("auditConfigs")] + public virtual System.Collections.Generic.IList AuditConfigs { get; set; } - /// Workload Identity membership specific state. - [Newtonsoft.Json.JsonPropertyAttribute("workloadidentity")] - public virtual WorkloadIdentityMembershipState Workloadidentity { get; set; } + /// + /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that + /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the + /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you + /// can add another 1,450 principals to the `bindings` in the `Policy`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } - /// The ETag of the item. + /// + /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy + /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the + /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned + /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** + /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit + /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } + + /// + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding + /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing + /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you + /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this + /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on + /// that policy may specify any valid version or leave the field unset. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual System.Nullable Version { get; set; } } - /// **Workload Certificate**: The membership-specific input for WorkloadCertificate feature. - public class MembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// Binauthz policy that applies to this cluster. + public class PolicyBinding : Google.Apis.Requests.IDirectResponseSchema { - /// Specifies workload certificate management. - [Newtonsoft.Json.JsonPropertyAttribute("certificateManagement")] - public virtual string CertificateManagement { get; set; } + /// + /// The relative resource name of the binauthz platform policy to audit. GKE platform policies have the + /// following format: `projects/{project_number}/platforms/gke/policies/{policy_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MembershipState describes the state of a Membership resource. - public class MembershipState : Google.Apis.Requests.IDirectResponseSchema + /// BundleInstallSpec is the specification configuration for a single managed bundle. + public class PolicyControllerBundleInstallSpec : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The current state of the Membership resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// The set of namespaces to be exempted from the bundle. + [Newtonsoft.Json.JsonPropertyAttribute("exemptedNamespaces")] + public virtual System.Collections.Generic.IList ExemptedNamespaces { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Metering**: Per-Membership Feature State. - public class MeteringMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for Policy Controller + public class PolicyControllerHubConfig : Google.Apis.Requests.IDirectResponseSchema { - private string _lastMeasurementTimeRaw; - - private object _lastMeasurementTime; - - /// The time stamp of the most recent measurement of the number of vCPUs in the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("lastMeasurementTime")] - public virtual string LastMeasurementTimeRaw - { - get => _lastMeasurementTimeRaw; - set - { - _lastMeasurementTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _lastMeasurementTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastMeasurementTimeDateTimeOffset instead.")] - public virtual object LastMeasurementTime - { - get => _lastMeasurementTime; - set - { - _lastMeasurementTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _lastMeasurementTime = value; - } - } - /// - /// representation of . + /// Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit + /// functionality altogether. /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? LastMeasurementTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastMeasurementTimeRaw); - set => LastMeasurementTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + [Newtonsoft.Json.JsonPropertyAttribute("auditIntervalSeconds")] + public virtual System.Nullable AuditIntervalSeconds { get; set; } /// - /// The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision). + /// The maximum number of audit violations to be stored in a constraint. If not set, the internal default + /// (currently 20) will be used. /// - [Newtonsoft.Json.JsonPropertyAttribute("preciseLastMeasuredClusterVcpuCapacity")] - public virtual System.Nullable PreciseLastMeasuredClusterVcpuCapacity { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("constraintViolationLimit")] + public virtual System.Nullable ConstraintViolationLimit { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Map of deployment configs to deployments ("admission", "audit", "mutation'). + [Newtonsoft.Json.JsonPropertyAttribute("deploymentConfigs")] + public virtual System.Collections.Generic.IDictionary DeploymentConfigs { get; set; } - /// - /// MonitoringConfig informs Fleet-based applications/services/UIs how the metrics for the underlying cluster is - /// reported to cloud monitoring services. It can be set from empty to non-empty, but can't be mutated directly to - /// prevent accidentally breaking the constinousty of metrics. - /// - public class MonitoringConfig : Google.Apis.Requests.IDirectResponseSchema - { /// - /// Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/MultiCloud clusters, it would - /// be in format {cluster_type}/{cluster_name}, e.g., "awsClusters/cluster_1". + /// The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently + /// exist on the cluster. /// - [Newtonsoft.Json.JsonPropertyAttribute("cluster")] - public virtual string Cluster { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("exemptableNamespaces")] + public virtual System.Collections.Generic.IList ExemptableNamespaces { get; set; } /// - /// Optional. For GKE and Multicloud clusters, this is the UUID of the cluster resource. For VMWare and - /// Baremetal clusters, this is the kube-system UID. + /// The install_spec represents the intended state specified by the latest request that mutated install_spec in + /// the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is + /// reported in the feature state. /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterHash")] - public virtual string ClusterHash { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("installSpec")] + public virtual string InstallSpec { get; set; } + + /// Logs all denies and dry run failures. + [Newtonsoft.Json.JsonPropertyAttribute("logDeniesEnabled")] + public virtual System.Nullable LogDeniesEnabled { get; set; } + + /// Monitoring specifies the configuration of monitoring. + [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] + public virtual PolicyControllerMonitoringConfig Monitoring { get; set; } + + /// Enables the ability to mutate resources using Policy Controller. + [Newtonsoft.Json.JsonPropertyAttribute("mutationEnabled")] + public virtual System.Nullable MutationEnabled { get; set; } + + /// Specifies the desired policy content on the cluster + [Newtonsoft.Json.JsonPropertyAttribute("policyContent")] + public virtual PolicyControllerPolicyContentSpec PolicyContent { get; set; } /// - /// Optional. Kubernetes system metrics, if available, are written to this prefix. This defaults to - /// kubernetes.io for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos MultiCloud will have - /// kubernetes.io prefix today but will migration to be under kubernetes.io/anthos. + /// Enables the ability to use Constraint Templates that reference to objects other than the object currently + /// being evaluated. /// - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetricsPrefix")] - public virtual string KubernetesMetricsPrefix { get; set; } - - /// Optional. Location used to report Metrics - [Newtonsoft.Json.JsonPropertyAttribute("location")] - public virtual string Location { get; set; } - - /// Optional. Project used to report Metrics - [Newtonsoft.Json.JsonPropertyAttribute("projectId")] - public virtual string ProjectId { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("referentialRulesEnabled")] + public virtual System.Nullable ReferentialRulesEnabled { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MultiCloudCluster contains information specific to GKE Multi-Cloud clusters. - public class MultiCloudCluster : Google.Apis.Requests.IDirectResponseSchema + /// + /// **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. + /// + public class PolicyControllerMembershipSpec : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for - /// this GKE Multi-Cloud cluster no longer exists. - /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] - public virtual System.Nullable ClusterMissing { get; set; } + /// Policy Controller configuration for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("policyControllerHubConfig")] + public virtual PolicyControllerHubConfig PolicyControllerHubConfig { get; set; } - /// - /// Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example: - /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster - /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster - /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster - /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + /// Version of Policy Controller installed. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature. - public class MultiClusterIngressFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// **Policy Controller**: State for a single cluster. + public class PolicyControllerMembershipState : Google.Apis.Requests.IDirectResponseSchema { /// - /// Deprecated: This field will be ignored and should not be set. Customer's billing structure. + /// Currently these include (also serving as map keys): 1. "admission" 2. "audit" 3. "mutation" /// - [Newtonsoft.Json.JsonPropertyAttribute("billing")] - public virtual string Billing { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("componentStates")] + public virtual System.Collections.Generic.IDictionary ComponentStates { get; set; } - /// - /// Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: - /// `projects/foo-proj/locations/global/memberships/bar` - /// - [Newtonsoft.Json.JsonPropertyAttribute("configMembership")] - public virtual string ConfigMembership { get; set; } + /// The overall content state observed by the Hub Feature controller. + [Newtonsoft.Json.JsonPropertyAttribute("policyContentState")] + public virtual PolicyControllerPolicyContentState PolicyContentState { get; set; } + + /// The overall Policy Controller lifecycle state observed by the Hub Feature controller. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Namespace represents a namespace across the Fleet - public class Namespace : Google.Apis.Requests.IDirectResponseSchema + /// + /// MonitoringConfig specifies the backends Policy Controller should export metrics to. For example, to specify + /// metrics should be exported to Cloud Monitoring and Prometheus, specify backends: ["cloudmonitoring", + /// "prometheus"] + /// + public class PolicyControllerMonitoringConfig : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; - - /// Output only. When the namespace was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - private string _deleteTimeRaw; - - private object _deleteTime; - - /// Output only. When the namespace was deleted. - [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] - public virtual string DeleteTimeRaw - { - get => _deleteTimeRaw; - set - { - _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deleteTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] - public virtual object DeleteTime - { - get => _deleteTime; - set - { - _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deleteTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); - set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// Optional. Labels for this Namespace. - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// - /// The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}` + /// Specifies the list of backends Policy Controller will export to. An empty list would effectively disable + /// metrics export. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("backends")] + public virtual System.Collections.Generic.IList Backends { get; set; } - /// - /// Optional. Namespace-level cluster namespace labels. These labels are applied to the related namespace of the - /// member clusters bound to the parent Scope. Scope-level labels (`namespace_labels` in the Fleet Scope - /// resource) take precedence over Namespace-level labels if they share a key. Keys and values must be - /// Kubernetes-conformant. - /// - [Newtonsoft.Json.JsonPropertyAttribute("namespaceLabels")] - public virtual System.Collections.Generic.IDictionary NamespaceLabels { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Required. Scope associated with the namespace - [Newtonsoft.Json.JsonPropertyAttribute("scope")] - public virtual string Scope { get; set; } + /// OnClusterState represents the state of a sub-component of Policy Controller. + public class PolicyControllerOnClusterState : Google.Apis.Requests.IDirectResponseSchema + { + /// Surface potential errors or information logs. + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual string Details { get; set; } - /// Output only. State of the namespace resource. + /// The lifecycle state of this component. [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual NamespaceLifecycleState State { get; set; } + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// PolicyContentSpec defines the user's desired content configuration on the cluster. + public class PolicyControllerPolicyContentSpec : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Output only. Google-generated UUID for this resource. This is unique across all namespace resources. If a - /// namespace resource is deleted and another resource with the same name is created, it gets a different uid. + /// map of bundle name to BundleInstallSpec. The bundle name maps to the `bundleName` key in the + /// `policycontroller.gke.io/constraintData` annotation on a constraint. /// - [Newtonsoft.Json.JsonPropertyAttribute("uid")] - public virtual string Uid { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; - - /// Output only. When the namespace was last updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + [Newtonsoft.Json.JsonPropertyAttribute("bundles")] + public virtual System.Collections.Generic.IDictionary Bundles { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Configures the installation of the Template Library. + [Newtonsoft.Json.JsonPropertyAttribute("templateLibrary")] + public virtual PolicyControllerTemplateLibraryConfig TemplateLibrary { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// An empty spec for actuation feature. This is required since Feature proto requires a spec. - public class NamespaceActuationFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// The state of the policy controller policy content + public class PolicyControllerPolicyContentState : Google.Apis.Requests.IDirectResponseSchema { - /// actuation_mode controls the behavior of the controller - [Newtonsoft.Json.JsonPropertyAttribute("actuationMode")] - public virtual string ActuationMode { get; set; } + /// The state of the any bundles included in the chosen version of the manifest + [Newtonsoft.Json.JsonPropertyAttribute("bundleStates")] + public virtual System.Collections.Generic.IDictionary BundleStates { get; set; } + + /// + /// The state of the referential data sync configuration. This could represent the state of either the syncSet + /// object(s) or the config object, depending on the version of PoCo configured by the user. + /// + [Newtonsoft.Json.JsonPropertyAttribute("referentialSyncConfigState")] + public virtual PolicyControllerOnClusterState ReferentialSyncConfigState { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The state of the template library + [Newtonsoft.Json.JsonPropertyAttribute("templateLibraryState")] + public virtual PolicyControllerOnClusterState TemplateLibraryState { get; set; } - /// NamespaceActuation Feature State. - public class NamespaceActuationFeatureState : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Namespace Actuation**: The membership-specific input for NamespaceActuation feature. - public class NamespaceActuationMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// Deployment-specific configuration. + public class PolicyControllerPolicyControllerDeploymentConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Container resource requirements. + [Newtonsoft.Json.JsonPropertyAttribute("containerResources")] + public virtual PolicyControllerResourceRequirements ContainerResources { get; set; } + + /// Pod affinity configuration. + [Newtonsoft.Json.JsonPropertyAttribute("podAffinity")] + public virtual string PodAffinity { get; set; } + + /// Pod anti-affinity enablement. Deprecated: use `pod_affinity` instead. + [Newtonsoft.Json.JsonPropertyAttribute("podAntiAffinity")] + public virtual System.Nullable PodAntiAffinity { get; set; } + + /// Pod tolerations of node taints. + [Newtonsoft.Json.JsonPropertyAttribute("podTolerations")] + public virtual System.Collections.Generic.IList PodTolerations { get; set; } + + /// Pod replica count. + [Newtonsoft.Json.JsonPropertyAttribute("replicaCount")] + public virtual System.Nullable ReplicaCount { get; set; } - /// **Namespace Actuation**: An empty state left as an example membership-specific Feature state. - public class NamespaceActuationMembershipState : Google.Apis.Requests.IDirectResponseSchema - { /// The ETag of the item. public virtual string ETag { get; set; } } - /// NamespaceLifecycleState describes the state of a Namespace resource. - public class NamespaceLifecycleState : Google.Apis.Requests.IDirectResponseSchema + /// ResourceList contains container resource requirements. + public class PolicyControllerResourceList : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The current state of the Namespace resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// CPU requirement expressed in Kubernetes resource units. + [Newtonsoft.Json.JsonPropertyAttribute("cpu")] + public virtual string Cpu { get; set; } + + /// Memory requirement expressed in Kubernetes resource units. + [Newtonsoft.Json.JsonPropertyAttribute("memory")] + public virtual string Memory { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// OnPremCluster contains information specific to GKE On-Prem clusters. - public class OnPremCluster : Google.Apis.Requests.IDirectResponseSchema + /// ResourceRequirements describes the compute resource requirements. + public class PolicyControllerResourceRequirements : Google.Apis.Requests.IDirectResponseSchema { - /// Immutable. Whether the cluster is an admin cluster. - [Newtonsoft.Json.JsonPropertyAttribute("adminCluster")] - public virtual System.Nullable AdminCluster { get; set; } - /// - /// Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this - /// GKE On-Prem cluster no longer exists. + /// Limits describes the maximum amount of compute resources allowed for use by the running container. /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] - public virtual System.Nullable ClusterMissing { get; set; } - - /// Immutable. The on prem cluster's type. - [Newtonsoft.Json.JsonPropertyAttribute("clusterType")] - public virtual string ClusterType { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("limits")] + public virtual PolicyControllerResourceList Limits { get; set; } /// - /// Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example: - /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster - /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster + /// Requests describes the amount of compute resources reserved for the container by the kube-scheduler. /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("requests")] + public virtual PolicyControllerResourceList Requests { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// This resource represents a long-running operation that is the result of a network API call. - public class Operation : Google.Apis.Requests.IDirectResponseSchema + /// The config specifying which default library templates to install. + public class PolicyControllerTemplateLibraryConfig : Google.Apis.Requests.IDirectResponseSchema { - /// - /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, - /// and either `error` or `response` is available. - /// - [Newtonsoft.Json.JsonPropertyAttribute("done")] - public virtual System.Nullable Done { get; set; } + /// Configures the manner in which the template library is installed on the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("installation")] + public virtual string Installation { get; set; } - /// The error result of the operation in case of failure or cancellation. - [Newtonsoft.Json.JsonPropertyAttribute("error")] - public virtual GoogleRpcStatus Error { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// Service-specific metadata associated with the operation. It typically contains progress information and - /// common metadata such as create time. Some services might not provide such metadata. Any method that returns - /// a long-running operation should document the metadata type, if any. - /// - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + /// Toleration of a node taint. + public class PolicyControllerToleration : Google.Apis.Requests.IDirectResponseSchema + { + /// Matches a taint effect. + [Newtonsoft.Json.JsonPropertyAttribute("effect")] + public virtual string Effect { get; set; } - /// - /// The server-assigned name, which is only unique within the same service that originally returns it. If you - /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Matches a taint key (not necessarily unique). + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } - /// - /// The normal, successful response of the operation. If the original method returns no data on success, such as - /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard - /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have - /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is - /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("response")] - public virtual System.Collections.Generic.IDictionary Response { get; set; } + /// Matches a taint operator. + [Newtonsoft.Json.JsonPropertyAttribute("operator")] + public virtual string Operator__ { get; set; } + + /// Matches a taint value. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents the metadata of the long-running operation. - public class OperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// RBACRoleBinding represents a rbacrolebinding across the Fleet + public class RBACRoleBinding : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. API version used to start the operation. - [Newtonsoft.Json.JsonPropertyAttribute("apiVersion")] - public virtual string ApiVersion { get; set; } - - /// - /// Output only. Identifies whether the user has requested cancellation of the operation. Operations that have - /// successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of - /// 1, corresponding to `Code.CANCELLED`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cancelRequested")] - public virtual System.Nullable CancelRequested { get; set; } - private string _createTimeRaw; private object _createTime; - /// Output only. The time the operation was created. + /// Output only. When the rbacrolebinding was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -9732,449 +10825,515 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - private string _endTimeRaw; - - private object _endTime; + private string _deleteTimeRaw; - /// Output only. The time the operation finished running. - [Newtonsoft.Json.JsonPropertyAttribute("endTime")] - public virtual string EndTimeRaw - { - get => _endTimeRaw; - set - { - _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _endTimeRaw = value; - } - } + private object _deleteTime; - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] - public virtual object EndTime + /// Output only. When the rbacrolebinding was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw { - get => _endTime; + get => _deleteTimeRaw; set { - _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _endTime = value; + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? EndTimeDateTimeOffset + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); - set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// Output only. Human-readable status of the operation, if any. - [Newtonsoft.Json.JsonPropertyAttribute("statusDetail")] - public virtual string StatusDetail { get; set; } - - /// Output only. Server-defined resource path for the target of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("target")] - public virtual string Target { get; set; } - - /// Output only. Name of the verb executed by the operation. - [Newtonsoft.Json.JsonPropertyAttribute("verb")] - public virtual string Verb { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Origin defines where this MembershipFeatureSpec originated from. - public class Origin : Google.Apis.Requests.IDirectResponseSchema - { - /// Type specifies which type of origin is set. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A - /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single - /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A - /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. - /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical - /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add - /// constraints based on attributes of the request, the resource, or both. To learn which resources support - /// conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** - /// ``` - /// { - /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", - /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, - /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { - /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time - /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } - /// ``` - /// **YAML - /// example:** - /// ``` - /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - - /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - - /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable - /// access description: Does not grant access after Sep 2020 expression: request.time &lt; - /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 - /// ``` - /// For a description of IAM and its - /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). - /// - public class Policy : Google.Apis.Requests.IDirectResponseSchema - { - /// Specifies cloud audit logging configuration for this policy. - [Newtonsoft.Json.JsonPropertyAttribute("auditConfigs")] - public virtual System.Collections.Generic.IList AuditConfigs { get; set; } + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// - /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that - /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one - /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals - /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the - /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you - /// can add another 1,450 principals to the `bindings` in the `Policy`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("bindings")] - public virtual System.Collections.Generic.IList Bindings { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// - /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy - /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the - /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned - /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to - /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** - /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit - /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the - /// conditions in the version `3` policy are lost. - /// - [Newtonsoft.Json.JsonPropertyAttribute("etag")] - public virtual string ETag { get; set; } + /// group is the group, as seen by the kubernetes cluster. + [Newtonsoft.Json.JsonPropertyAttribute("group")] + public virtual string Group { get; set; } - /// - /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid - /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This - /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding - /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing - /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you - /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this - /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the - /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on - /// that policy may specify any valid version or leave the field unset. To learn which resources support - /// conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual System.Nullable Version { get; set; } - } + /// Optional. Labels for this RBACRolebinding. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// Binauthz policy that applies to this cluster. - public class PolicyBinding : Google.Apis.Requests.IDirectResponseSchema - { /// - /// The relative resource name of the binauthz platform policy to audit. GKE platform policies have the - /// following format: `projects/{project_number}/platforms/gke/policies/{policy_id}`. + /// The resource name for the rbacrolebinding + /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or + /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// BundleInstallSpec is the specification configuration for a single managed bundle. - public class PolicyControllerBundleInstallSpec : Google.Apis.Requests.IDirectResponseSchema - { - /// The set of namespaces to be exempted from the bundle. - [Newtonsoft.Json.JsonPropertyAttribute("exemptedNamespaces")] - public virtual System.Collections.Generic.IList ExemptedNamespaces { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Required. Role to bind to the principal + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual Role Role { get; set; } - /// Configuration for Policy Controller - public class PolicyControllerHubConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit - /// functionality altogether. - /// - [Newtonsoft.Json.JsonPropertyAttribute("auditIntervalSeconds")] - public virtual System.Nullable AuditIntervalSeconds { get; set; } + /// Output only. State of the rbacrolebinding resource. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual RBACRoleBindingLifecycleState State { get; set; } /// - /// The maximum number of audit violations to be stored in a constraint. If not set, the internal default - /// (currently 20) will be used. + /// Output only. Google-generated UUID for this resource. This is unique across all rbacrolebinding resources. + /// If a rbacrolebinding resource is deleted and another resource with the same name is created, it gets a + /// different uid. /// - [Newtonsoft.Json.JsonPropertyAttribute("constraintViolationLimit")] - public virtual System.Nullable ConstraintViolationLimit { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } - /// Map of deployment configs to deployments ("admission", "audit", "mutation'). - [Newtonsoft.Json.JsonPropertyAttribute("deploymentConfigs")] - public virtual System.Collections.Generic.IDictionary DeploymentConfigs { get; set; } + private string _updateTimeRaw; - /// - /// The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently - /// exist on the cluster. - /// - [Newtonsoft.Json.JsonPropertyAttribute("exemptableNamespaces")] - public virtual System.Collections.Generic.IList ExemptableNamespaces { get; set; } + private object _updateTime; - /// - /// The install_spec represents the intended state specified by the latest request that mutated install_spec in - /// the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is - /// reported in the feature state. - /// - [Newtonsoft.Json.JsonPropertyAttribute("installSpec")] - public virtual string InstallSpec { get; set; } + /// Output only. When the rbacrolebinding was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } - /// Logs all denies and dry run failures. - [Newtonsoft.Json.JsonPropertyAttribute("logDeniesEnabled")] - public virtual System.Nullable LogDeniesEnabled { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// Monitoring specifies the configuration of monitoring. - [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] - public virtual PolicyControllerMonitoringConfig Monitoring { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Enables the ability to mutate resources using Policy Controller. - [Newtonsoft.Json.JsonPropertyAttribute("mutationEnabled")] - public virtual System.Nullable MutationEnabled { get; set; } + /// + /// user is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld" + /// + [Newtonsoft.Json.JsonPropertyAttribute("user")] + public virtual string User { get; set; } - /// Specifies the desired policy content on the cluster - [Newtonsoft.Json.JsonPropertyAttribute("policyContent")] - public virtual PolicyControllerPolicyContentSpec PolicyContent { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// **RBAC RoleBinding Actuation**: The Hub-wide input for the RBACRoleBindingActuation feature. + public class RBACRoleBindingActuationFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Enables the ability to use Constraint Templates that reference to objects other than the object currently - /// being evaluated. + /// The list of allowed custom roles (ClusterRoles). If a ClusterRole is not part of this list, it cannot be + /// used in a Scope RBACRoleBinding. If a ClusterRole in this list is in use, it cannot be removed from the + /// list. /// - [Newtonsoft.Json.JsonPropertyAttribute("referentialRulesEnabled")] - public virtual System.Nullable ReferentialRulesEnabled { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("allowedCustomRoles")] + public virtual System.Collections.Generic.IList AllowedCustomRoles { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. - /// - public class PolicyControllerMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// **RBAC RoleBinding Actuation**: An empty state left as an example Hub-wide Feature state. + public class RBACRoleBindingActuationFeatureState : Google.Apis.Requests.IDirectResponseSchema { - /// Policy Controller configuration for the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("policyControllerHubConfig")] - public virtual PolicyControllerHubConfig PolicyControllerHubConfig { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Version of Policy Controller installed. - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + /// RBACRoleBindingLifecycleState describes the state of a RbacRoleBinding resource. + public class RBACRoleBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The current state of the rbacrolebinding resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Policy Controller**: State for a single cluster. - public class PolicyControllerMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// ResourceManifest represents a single Kubernetes resource to be applied to the cluster. + public class ResourceManifest : Google.Apis.Requests.IDirectResponseSchema { /// - /// Currently these include (also serving as map keys): 1. "admission" 2. "audit" 3. "mutation" + /// Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is + /// assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster. /// - [Newtonsoft.Json.JsonPropertyAttribute("componentStates")] - public virtual System.Collections.Generic.IDictionary ComponentStates { get; set; } - - /// The overall content state observed by the Hub Feature controller. - [Newtonsoft.Json.JsonPropertyAttribute("policyContentState")] - public virtual PolicyControllerPolicyContentState PolicyContentState { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clusterScoped")] + public virtual System.Nullable ClusterScoped { get; set; } - /// The overall Policy Controller lifecycle state observed by the Hub Feature controller. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// Output only. YAML manifest of the resource. + [Newtonsoft.Json.JsonPropertyAttribute("manifest")] + public virtual string Manifest { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// MonitoringConfig specifies the backends Policy Controller should export metrics to. For example, to specify - /// metrics should be exported to Cloud Monitoring and Prometheus, specify backends: ["cloudmonitoring", - /// "prometheus"] - /// - public class PolicyControllerMonitoringConfig : Google.Apis.Requests.IDirectResponseSchema + /// ResourceOptions represent options for Kubernetes resource generation. + public class ResourceOptions : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies the list of backends Policy Controller will export to. An empty list would effectively disable - /// metrics export. + /// Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect + /// version. The version must be a currently supported version, obsolete versions will be rejected. + /// + [Newtonsoft.Json.JsonPropertyAttribute("connectVersion")] + public virtual string ConnectVersion { get; set; } + + /// + /// Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent migration to + /// svc.id.goog on GDC-SO 1.33.100 patch and above. + /// + [Newtonsoft.Json.JsonPropertyAttribute("k8sGitVersion")] + public virtual string K8sGitVersion { get; set; } + + /// + /// Optional. Major and minor version of the Kubernetes cluster. This is only used to determine which version to + /// use for the CustomResourceDefinition resources, `apiextensions/v1beta1` or`apiextensions/v1`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("k8sVersion")] + public virtual string K8sVersion { get; set; } + + /// + /// Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. + /// This option should be set for clusters with Kubernetes apiserver versions &lt;1.16. /// - [Newtonsoft.Json.JsonPropertyAttribute("backends")] - public virtual System.Collections.Generic.IList Backends { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("v1beta1Crd")] + public virtual System.Nullable V1beta1Crd { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// OnClusterState represents the state of a sub-component of Policy Controller. - public class PolicyControllerOnClusterState : Google.Apis.Requests.IDirectResponseSchema + /// Role is the type for Kubernetes roles + public class Role : Google.Apis.Requests.IDirectResponseSchema { - /// Surface potential errors or information logs. - [Newtonsoft.Json.JsonPropertyAttribute("details")] - public virtual string Details { get; set; } + /// Optional. custom_role is the name of a custom KubernetesClusterRole to use. + [Newtonsoft.Json.JsonPropertyAttribute("customRole")] + public virtual string CustomRole { get; set; } - /// The lifecycle state of this component. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// predefined_role is the Kubernetes default role to use + [Newtonsoft.Json.JsonPropertyAttribute("predefinedRole")] + public virtual string PredefinedRole { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// PolicyContentSpec defines the user's desired content configuration on the cluster. - public class PolicyControllerPolicyContentSpec : Google.Apis.Requests.IDirectResponseSchema + /// Rollout contains the Rollout metadata and configuration. + public class Rollout : Google.Apis.Requests.IDirectResponseSchema { - /// - /// map of bundle name to BundleInstallSpec. The bundle name maps to the `bundleName` key in the - /// `policycontroller.gke.io/constraintData` annotation on a constraint. - /// - [Newtonsoft.Json.JsonPropertyAttribute("bundles")] - public virtual System.Collections.Generic.IDictionary Bundles { get; set; } + private string _completeTimeRaw; - /// Configures the installation of the Template Library. - [Newtonsoft.Json.JsonPropertyAttribute("templateLibrary")] - public virtual PolicyControllerTemplateLibraryConfig TemplateLibrary { get; set; } + private object _completeTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The timestamp at which the Rollout was completed. + [Newtonsoft.Json.JsonPropertyAttribute("completeTime")] + public virtual string CompleteTimeRaw + { + get => _completeTimeRaw; + set + { + _completeTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _completeTimeRaw = value; + } + } - /// The state of the policy controller policy content - public class PolicyControllerPolicyContentState : Google.Apis.Requests.IDirectResponseSchema - { - /// The state of the any bundles included in the chosen version of the manifest - [Newtonsoft.Json.JsonPropertyAttribute("bundleStates")] - public virtual System.Collections.Generic.IDictionary BundleStates { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")] + public virtual object CompleteTime + { + get => _completeTime; + set + { + _completeTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _completeTime = value; + } + } - /// - /// The state of the referential data sync configuration. This could represent the state of either the syncSet - /// object(s) or the config object, depending on the version of PoCo configured by the user. - /// - [Newtonsoft.Json.JsonPropertyAttribute("referentialSyncConfigState")] - public virtual PolicyControllerOnClusterState ReferentialSyncConfigState { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CompleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CompleteTimeRaw); + set => CompleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The state of the template library - [Newtonsoft.Json.JsonPropertyAttribute("templateLibraryState")] - public virtual PolicyControllerOnClusterState TemplateLibraryState { get; set; } + private string _createTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _createTime; - /// Deployment-specific configuration. - public class PolicyControllerPolicyControllerDeploymentConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Container resource requirements. - [Newtonsoft.Json.JsonPropertyAttribute("containerResources")] - public virtual PolicyControllerResourceRequirements ContainerResources { get; set; } + /// Output only. The timestamp at which the Rollout was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// Pod affinity configuration. - [Newtonsoft.Json.JsonPropertyAttribute("podAffinity")] - public virtual string PodAffinity { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// Pod anti-affinity enablement. Deprecated: use `pod_affinity` instead. - [Newtonsoft.Json.JsonPropertyAttribute("podAntiAffinity")] - public virtual System.Nullable PodAntiAffinity { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Pod tolerations of node taints. - [Newtonsoft.Json.JsonPropertyAttribute("podTolerations")] - public virtual System.Collections.Generic.IList PodTolerations { get; set; } + private string _deleteTimeRaw; - /// Pod replica count. - [Newtonsoft.Json.JsonPropertyAttribute("replicaCount")] - public virtual System.Nullable ReplicaCount { get; set; } + private object _deleteTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The timestamp at the Rollout was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } - /// ResourceList contains container resource requirements. - public class PolicyControllerResourceList : Google.Apis.Requests.IDirectResponseSchema - { - /// CPU requirement expressed in Kubernetes resource units. - [Newtonsoft.Json.JsonPropertyAttribute("cpu")] - public virtual string Cpu { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// Memory requirement expressed in Kubernetes resource units. - [Newtonsoft.Json.JsonPropertyAttribute("memory")] - public virtual string Memory { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The ETag of the item. + /// Optional. Human readable display name of the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Output only. etag of the Rollout Ex. abc1234 + [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } - } - /// ResourceRequirements describes the compute resource requirements. - public class PolicyControllerResourceRequirements : Google.Apis.Requests.IDirectResponseSchema - { + /// Optional. Output only. The excluded clusters from the rollout. + [Newtonsoft.Json.JsonPropertyAttribute("excludedClusters")] + public virtual System.Collections.Generic.IList ExcludedClusters { get; set; } + + /// Optional. Feature config to use for Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("feature")] + public virtual FeatureUpdate Feature { get; set; } + + /// Optional. Labels for this Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// - /// Limits describes the maximum amount of compute resources allowed for use by the running container. + /// Output only. States of upgrading control plane or node pool targets of a single cluster (GKE Hub membership) + /// that's part of this Rollout. The key is the membership name of the cluster. The value is the state of the + /// cluster. /// - [Newtonsoft.Json.JsonPropertyAttribute("limits")] - public virtual PolicyControllerResourceList Limits { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("membershipStates")] + public virtual System.Collections.Generic.IDictionary MembershipStates { get; set; } /// - /// Requests describes the amount of compute resources reserved for the container by the kube-scheduler. + /// Identifier. The full, unique resource name of this Rollout in the format of + /// `projects/{project}/locations/global/rollouts/{rollout}`. /// - [Newtonsoft.Json.JsonPropertyAttribute("requests")] - public virtual PolicyControllerResourceList Requests { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied this Rollout. In + /// the format of `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user + /// initiated rollouts. + /// + [Newtonsoft.Json.JsonPropertyAttribute("rolloutSequence")] + public virtual string RolloutSequence { get; set; } - /// The config specifying which default library templates to install. - public class PolicyControllerTemplateLibraryConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Configures the manner in which the template library is installed on the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("installation")] - public virtual string Installation { get; set; } + /// Output only. The schedule of the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("schedule")] + public virtual Schedule Schedule { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } + /// + /// Output only. The stages of the Rollout. Note: this is only populated for google-initiated rollouts. + /// + [Newtonsoft.Json.JsonPropertyAttribute("stages")] + public virtual System.Collections.Generic.IList Stages { get; set; } + + /// Output only. State specifies various states of the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// Output only. A human-readable description explaining the reason for the current state. + [Newtonsoft.Json.JsonPropertyAttribute("stateReason")] + public virtual string StateReason { get; set; } + + /// + /// Output only. Google-generated UUID for this resource. This is unique across all Rollout resources. If a + /// Rollout resource is deleted and another resource with the same name is created, it gets a different uid. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. The timestamp at which the Rollout was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only. + [Newtonsoft.Json.JsonPropertyAttribute("versionUpgrade")] + public virtual VersionUpgrade VersionUpgrade { get; set; } } - /// Toleration of a node taint. - public class PolicyControllerToleration : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about single cluster (GKE Hub membership) that's part of this Rollout. + public class RolloutMembershipState : Google.Apis.Requests.IDirectResponseSchema { - /// Matches a taint effect. - [Newtonsoft.Json.JsonPropertyAttribute("effect")] - public virtual string Effect { get; set; } + private string _lastUpdateTimeRaw; + + private object _lastUpdateTime; + + /// + /// Optional. Output only. The time this status and any related Rollout-specific details for the membership were + /// updated. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastUpdateTime")] + public virtual string LastUpdateTimeRaw + { + get => _lastUpdateTimeRaw; + set + { + _lastUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastUpdateTimeRaw = value; + } + } - /// Matches a taint key (not necessarily unique). - [Newtonsoft.Json.JsonPropertyAttribute("key")] - public virtual string Key { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastUpdateTimeDateTimeOffset instead.")] + public virtual object LastUpdateTime + { + get => _lastUpdateTime; + set + { + _lastUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastUpdateTime = value; + } + } - /// Matches a taint operator. - [Newtonsoft.Json.JsonPropertyAttribute("operator")] - public virtual string Operator__ { get; set; } + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastUpdateTimeRaw); + set => LastUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Matches a taint value. - [Newtonsoft.Json.JsonPropertyAttribute("value")] - public virtual string Value { get; set; } + /// Output only. The stage assignment of this cluster in this rollout. + [Newtonsoft.Json.JsonPropertyAttribute("stageAssignment")] + public virtual System.Nullable StageAssignment { get; set; } + + /// + /// Output only. The targets of the rollout - clusters or node pools that are being upgraded. All targets + /// belongs to the same cluster, identified by the membership name (key of membership_states map). + /// + [Newtonsoft.Json.JsonPropertyAttribute("targets")] + public virtual System.Collections.Generic.IList Targets { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// RBACRoleBinding represents a rbacrolebinding across the Fleet - public class RBACRoleBinding : Google.Apis.Requests.IDirectResponseSchema + /// RolloutSequence defines the desired order of upgrades. + public class RolloutSequence : Google.Apis.Requests.IDirectResponseSchema { private string _createTimeRaw; private object _createTime; - /// Output only. When the rbacrolebinding was created. + /// Output only. The timestamp at which the Rollout Sequence was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -10211,7 +11370,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset private object _deleteTime; - /// Output only. When the rbacrolebinding was deleted. + /// Output only. The timestamp at the Rollout Sequence was deleted. [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] public virtual string DeleteTimeRaw { @@ -10244,33 +11403,32 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// group is the group, as seen by the kubernetes cluster. - [Newtonsoft.Json.JsonPropertyAttribute("group")] - public virtual string Group { get; set; } + /// Optional. Human readable display name of the Rollout Sequence. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Optional. Labels for this RBACRolebinding. + /// Output only. etag of the Rollout Sequence Ex. abc1234 + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// Optional. Labels for this Rollout Sequence. [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// The resource name for the rbacrolebinding - /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or - /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` + /// Identifier. Name of the rollout sequence in the format of: + /// projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// Required. Role to bind to the principal - [Newtonsoft.Json.JsonPropertyAttribute("role")] - public virtual Role Role { get; set; } - - /// Output only. State of the rbacrolebinding resource. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual RBACRoleBindingLifecycleState State { get; set; } + /// Required. Ordered list of stages that constitutes this Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("stages")] + public virtual System.Collections.Generic.IList Stages { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all rbacrolebinding resources. - /// If a rbacrolebinding resource is deleted and another resource with the same name is created, it gets a + /// Output only. Google-generated UUID for this resource. This is unique across all Rollout Sequence resources. + /// If a Rollout Sequence resource is deleted and another resource with the same name is created, it gets a /// different uid. /// [Newtonsoft.Json.JsonPropertyAttribute("uid")] @@ -10280,7 +11438,7 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset private object _updateTime; - /// Output only. When the rbacrolebinding was last updated. + /// Output only. The timestamp at which the Rollout Sequence was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -10312,113 +11470,142 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - - /// - /// user is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld" - /// - [Newtonsoft.Json.JsonPropertyAttribute("user")] - public virtual string User { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } } - /// **RBAC RoleBinding Actuation**: The Hub-wide input for the RBACRoleBindingActuation feature. - public class RBACRoleBindingActuationFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// Stage represents a single stage in the Rollout. + public class RolloutStage : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The list of allowed custom roles (ClusterRoles). If a ClusterRole is not part of this list, it cannot be - /// used in a Scope RBACRoleBinding. If a ClusterRole in this list is in use, it cannot be removed from the - /// list. - /// - [Newtonsoft.Json.JsonPropertyAttribute("allowedCustomRoles")] - public virtual System.Collections.Generic.IList AllowedCustomRoles { get; set; } + private string _endTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _endTime; - /// **RBAC RoleBinding Actuation**: An empty state left as an example Hub-wide Feature state. - public class RBACRoleBindingActuationFeatureState : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Output only. The time at which the wave ended. + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } - /// RBACRoleBindingLifecycleState describes the state of a RbacRoleBinding resource. - public class RBACRoleBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema - { - /// Output only. The current state of the rbacrolebinding resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// ResourceManifest represents a single Kubernetes resource to be applied to the cluster. - public class ResourceManifest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is - /// assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster. - /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterScoped")] - public virtual System.Nullable ClusterScoped { get; set; } + /// Optional. Duration to soak after this wave before starting the next wave. + [Newtonsoft.Json.JsonPropertyAttribute("soakDuration")] + public virtual object SoakDuration { get; set; } - /// Output only. YAML manifest of the resource. - [Newtonsoft.Json.JsonPropertyAttribute("manifest")] - public virtual string Manifest { get; set; } + /// Output only. The wave number to which this status applies. + [Newtonsoft.Json.JsonPropertyAttribute("stageNumber")] + public virtual System.Nullable StageNumber { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. Output only. The time at which the wave started. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. The state of the wave. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// ResourceOptions represent options for Kubernetes resource generation. - public class ResourceOptions : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about the status of targets (clusters or node pools) involved in the Rollout. + public class RolloutTarget : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect - /// version. The version must be a currently supported version, obsolete versions will be rejected. + /// Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It is formatted + /// as: ///projects//locations//clusters/. I.e. for GKE clusters, it is formatted as: + /// //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as: + /// //edgecontainer.googleapis.com/projects//locations//clusters/. /// - [Newtonsoft.Json.JsonPropertyAttribute("connectVersion")] - public virtual string ConnectVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("cluster")] + public virtual string Cluster { get; set; } /// - /// Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent migration to - /// svc.id.goog on GDC-SO 1.33.100 patch and above. + /// Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It is formatted + /// as: ///projects//locations//clusters//nodePools/. /// - [Newtonsoft.Json.JsonPropertyAttribute("k8sGitVersion")] - public virtual string K8sGitVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nodePool")] + public virtual string NodePool { get; set; } - /// - /// Optional. Major and minor version of the Kubernetes cluster. This is only used to determine which version to - /// use for the CustomResourceDefinition resources, `apiextensions/v1beta1` or`apiextensions/v1`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("k8sVersion")] - public virtual string K8sVersion { get; set; } + /// Optional. Output only. The operation resource name performing the mutation. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } - /// - /// Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. - /// This option should be set for clusters with Kubernetes apiserver versions &lt;1.16. - /// - [Newtonsoft.Json.JsonPropertyAttribute("v1beta1Crd")] - public virtual System.Nullable V1beta1Crd { get; set; } + /// Optional. Output only. A human-readable description of the current status. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// Output only. The high-level, machine-readable status of this Rollout for the target. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Role is the type for Kubernetes roles - public class Role : Google.Apis.Requests.IDirectResponseSchema + /// Schedule represents the schedule of the Rollout. + public class Schedule : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. custom_role is the name of a custom KubernetesClusterRole to use. - [Newtonsoft.Json.JsonPropertyAttribute("customRole")] - public virtual string CustomRole { get; set; } - - /// predefined_role is the Kubernetes default role to use - [Newtonsoft.Json.JsonPropertyAttribute("predefinedRole")] - public virtual string PredefinedRole { get; set; } + /// Output only. The schedule of each wave in the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("waves")] + public virtual System.Collections.Generic.IList Waves { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -10895,6 +12082,30 @@ public class SetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Rollout stage. + public class Stage : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Filter members of fleets (above) to a subset of clusters. If not specified, all clusters in the + /// fleets are selected. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterSelector")] + public virtual ClusterSelector ClusterSelector { get; set; } + + /// + /// Required. List of Fleet projects to select the clusters from. Expected format: projects/{project} + /// + [Newtonsoft.Json.JsonPropertyAttribute("fleetProjects")] + public virtual System.Collections.Generic.IList FleetProjects { get; set; } + + /// Optional. Soak time after upgrading all the clusters in the stage. + [Newtonsoft.Json.JsonPropertyAttribute("soakDuration")] + public virtual object SoakDuration { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Status specifies state for the subcomponent. public class Status : Google.Apis.Requests.IDirectResponseSchema { @@ -11013,6 +12224,106 @@ public class ValidationResult : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Config for version upgrade of clusters. + public class VersionUpgrade : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Desired version of the component. + [Newtonsoft.Json.JsonPropertyAttribute("desiredVersion")] + public virtual string DesiredVersion { get; set; } + + /// Optional. Type of version upgrade specifies which component should be upgraded. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// WaveSchedule represents the schedule of a single rollout wave. + public class WaveSchedule : Google.Apis.Requests.IDirectResponseSchema + { + private string _waveEndTimeRaw; + + private object _waveEndTime; + + /// Output only. The time at which the wave ends. + [Newtonsoft.Json.JsonPropertyAttribute("waveEndTime")] + public virtual string WaveEndTimeRaw + { + get => _waveEndTimeRaw; + set + { + _waveEndTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _waveEndTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use WaveEndTimeDateTimeOffset instead.")] + public virtual object WaveEndTime + { + get => _waveEndTime; + set + { + _waveEndTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _waveEndTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? WaveEndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(WaveEndTimeRaw); + set => WaveEndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. The wave number to which this schedule applies. + [Newtonsoft.Json.JsonPropertyAttribute("waveNumber")] + public virtual System.Nullable WaveNumber { get; set; } + + private string _waveStartTimeRaw; + + private object _waveStartTime; + + /// Output only. The time at which the wave starts. + [Newtonsoft.Json.JsonPropertyAttribute("waveStartTime")] + public virtual string WaveStartTimeRaw + { + get => _waveStartTimeRaw; + set + { + _waveStartTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _waveStartTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use WaveStartTimeDateTimeOffset instead.")] + public virtual object WaveStartTime + { + get => _waveStartTime; + set + { + _waveStartTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _waveStartTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? WaveStartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(WaveStartTimeRaw); + set => WaveStartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// **WorkloadIdentity**: Global feature specification. public class WorkloadIdentityFeatureSpec : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj b/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj index 954e63b0b5c..6477f7889ca 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1alpha Client Library - 1.71.0.3920 + 1.72.0.3964 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.cs b/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.cs index 8265aec7a77..492e6f018a1 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.cs +++ b/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.cs @@ -440,6 +440,8 @@ public LocationsResource(Google.Apis.Services.IClientService service) Fleets = new FleetsResource(service); Memberships = new MembershipsResource(service); Operations = new OperationsResource(service); + RolloutSequences = new RolloutSequencesResource(service); + Rollouts = new RolloutsResource(service); Scopes = new ScopesResource(service); } @@ -3401,205 +3403,736 @@ protected override void InitParameters() } } - /// Gets the Scopes resource. - public virtual ScopesResource Scopes { get; } + /// Gets the RolloutSequences resource. + public virtual RolloutSequencesResource RolloutSequences { get; } - /// The "scopes" collection of methods. - public class ScopesResource + /// The "rolloutSequences" collection of methods. + public class RolloutSequencesResource { - private const string Resource = "scopes"; + private const string Resource = "rolloutSequences"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public ScopesResource(Google.Apis.Services.IClientService service) + public RolloutSequencesResource(Google.Apis.Services.IClientService service) { this.service = service; - Namespaces = new NamespacesResource(service); - Rbacrolebindings = new RbacrolebindingsResource(service); } - /// Gets the Namespaces resource. - public virtual NamespacesResource Namespaces { get; } - - /// The "namespaces" collection of methods. - public class NamespacesResource + /// Create a new rollout sequence resource. + /// The body of the request. + /// + /// Required. The parent resource where this rollout sequence will be created. + /// projects/{project}/locations/{location} + /// + public virtual CreateRequest Create(Google.Apis.GKEHub.v1beta.Data.RolloutSequence body, string parent) { - private const string Resource = "namespaces"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public NamespacesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } + return new CreateRequest(this.service, body, parent); + } - /// Creates a fleet namespace. - /// The body of the request. - /// - /// Required. The parent (project and location) where the Namespace will be created. Specified in - /// the format `projects/*/locations/*/scopes/*`. - /// - public virtual CreateRequest Create(Google.Apis.GKEHub.v1beta.Data.Namespace body, string parent) + /// Create a new rollout sequence resource. + public class CreateRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1beta.Data.RolloutSequence body, string parent) : base(service) { - return new CreateRequest(this.service, body, parent); + Parent = parent; + Body = body; + InitParameters(); } - /// Creates a fleet namespace. - public class CreateRequest : GKEHubBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1beta.Data.Namespace body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } - - /// - /// Required. The parent (project and location) where the Namespace will be created. Specified - /// in the format `projects/*/locations/*/scopes/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// + /// Required. The parent resource where this rollout sequence will be created. + /// projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// - /// Required. Client chosen ID for the Namespace. `namespace_id` must be a valid RFC 1123 - /// compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case - /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which - /// can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 - /// characters. - /// - [Google.Apis.Util.RequestParameterAttribute("scopeNamespaceId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string ScopeNamespaceId { get; set; } + /// + /// Required. User provided identifier that is used as part of the resource name; must conform to + /// RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: + /// /^a-z+[a-z0-9]$/ + /// + [Google.Apis.Util.RequestParameterAttribute("rolloutSequenceId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RolloutSequenceId { get; set; } - /// Gets or sets the body of this request. - Google.Apis.GKEHub.v1beta.Data.Namespace Body { get; set; } + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1beta.Data.RolloutSequence Body { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Returns the body of the request. + protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "create"; + /// Gets the method name. + public override string MethodName => "create"; - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets the REST path. - public override string RestPath => "v1beta/{+parent}/namespaces"; + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/rolloutSequences"; - /// Initializes Create parameter list. - protected override void InitParameters() + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", - }); - RequestParameters.Add("scopeNamespaceId", new Google.Apis.Discovery.Parameter - { - Name = "scopeNamespaceId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("rolloutSequenceId", new Google.Apis.Discovery.Parameter + { + Name = "rolloutSequenceId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } + } - /// Deletes a fleet namespace. - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } + /// Remove a RolloutSequence. + /// + /// Required. The name of the rollout sequence to delete. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// Deletes a fleet namespace. - public class DeleteRequest : GKEHubBaseServiceRequest + /// Remove a RolloutSequence. + public class DeleteRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the rollout sequence to delete. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "delete"; + /// Gets the method name. + public override string MethodName => "delete"; - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Gets the REST path. - public override string RestPath => "v1beta/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; - /// Initializes Delete parameter list. - protected override void InitParameters() + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", - }); - } + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + }); } + } - /// Returns the details of a fleet namespace. - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } + /// Retrieve a single rollout sequence. + /// + /// Required. The name of the rollout sequence to retrieve. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Returns the details of a fleet namespace. - public class GetRequest : GKEHubBaseServiceRequest + /// Retrieve a single rollout sequence. + public class GetRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } + Name = name; + InitParameters(); + } - /// - /// Required. The Namespace resource name in the format - /// `projects/*/locations/*/scopes/*/namespaces/*`. - /// - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// + /// Required. The name of the rollout sequence to retrieve. + /// projects/{project}/locations/{location}/rolloutSequences/{rollout_sequence} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + /// Gets the method name. + public override string MethodName => "get"; - /// Gets the HTTP method. - public override string HttpMethod => "GET"; + /// Gets the HTTP method. + public override string HttpMethod => "GET"; - /// Gets the REST path. - public override string RestPath => "v1beta/{+name}"; + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + }); + } + } + + /// Retrieve the list of all rollout sequences. + /// + /// Required. The parent, which owns this collection of rollout sequences. Format: + /// projects/{project}/locations/{location} + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Retrieve the list of all rollout sequences. + public class ListRequest : GKEHubBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent, which owns this collection of rollout sequences. Format: + /// projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Lists Rollout Sequences that match the filter expression, following the syntax + /// outlined in https://google.aip.dev/160. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. The maximum number of rollout sequences to return. The service may return fewer than + /// this value. If unspecified, at most 50 rollout sequences will be returned. The maximum value is + /// 1000; values above 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous `ListRolloutSequences` call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListRolloutSequences` must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/rolloutSequences"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Update a rollout sequence. + /// The body of the request. + /// + /// Identifier. Name of the rollout sequence in the format of: + /// projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} + /// + public virtual PatchRequest Patch(Google.Apis.GKEHub.v1beta.Data.RolloutSequence body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Update a rollout sequence. + public class PatchRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1beta.Data.RolloutSequence body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. Name of the rollout sequence in the format of: + /// projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Optional. The list of fields to update. + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1beta.Data.RolloutSequence Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rolloutSequences/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Rollouts resource. + public virtual RolloutsResource Rollouts { get; } + + /// The "rollouts" collection of methods. + public class RolloutsResource + { + private const string Resource = "rollouts"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public RolloutsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Retrieve a single rollout. + /// + /// Required. The name of the rollout to retrieve. + /// projects/{project}/locations/{location}/rollouts/{rollout} + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Retrieve a single rollout. + public class GetRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the rollout to retrieve. + /// projects/{project}/locations/{location}/rollouts/{rollout} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/rollouts/[^/]+$", + }); + } + } + + /// Retrieve the list of all rollouts. + /// + /// Required. The parent, which owns this collection of rollout. Format: + /// projects/{project}/locations/{location} + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Retrieve the list of all rollouts. + public class ListRequest : GKEHubBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent, which owns this collection of rollout. Format: + /// projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Lists Rollouts that match the filter expression, following the syntax outlined in + /// https://google.aip.dev/160. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// The maximum number of rollout to return. The service may return fewer than this value. If + /// unspecified, at most 50 rollouts will be returned. The maximum value is 1000; values above 1000 + /// will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token, received from a previous `ListRollouts` call. Provide this to retrieve the + /// subsequent page. When paginating, all other parameters provided to `ListRollouts` must match the + /// call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/rollouts"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the Scopes resource. + public virtual ScopesResource Scopes { get; } + + /// The "scopes" collection of methods. + public class ScopesResource + { + private const string Resource = "scopes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ScopesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + Namespaces = new NamespacesResource(service); + Rbacrolebindings = new RbacrolebindingsResource(service); + } + + /// Gets the Namespaces resource. + public virtual NamespacesResource Namespaces { get; } + + /// The "namespaces" collection of methods. + public class NamespacesResource + { + private const string Resource = "namespaces"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public NamespacesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a fleet namespace. + /// The body of the request. + /// + /// Required. The parent (project and location) where the Namespace will be created. Specified in + /// the format `projects/*/locations/*/scopes/*`. + /// + public virtual CreateRequest Create(Google.Apis.GKEHub.v1beta.Data.Namespace body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a fleet namespace. + public class CreateRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GKEHub.v1beta.Data.Namespace body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent (project and location) where the Namespace will be created. Specified + /// in the format `projects/*/locations/*/scopes/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. Client chosen ID for the Namespace. `namespace_id` must be a valid RFC 1123 + /// compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case + /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which + /// can be expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 + /// characters. + /// + [Google.Apis.Util.RequestParameterAttribute("scopeNamespaceId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ScopeNamespaceId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.GKEHub.v1beta.Data.Namespace Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+parent}/namespaces"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+$", + }); + RequestParameters.Add("scopeNamespaceId", new Google.Apis.Discovery.Parameter + { + Name = "scopeNamespaceId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes a fleet namespace. + /// + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes a fleet namespace. + public class DeleteRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/scopes/[^/]+/namespaces/[^/]+$", + }); + } + } + + /// Returns the details of a fleet namespace. + /// + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Returns the details of a fleet namespace. + public class GetRequest : GKEHubBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The Namespace resource name in the format + /// `projects/*/locations/*/scopes/*/namespaces/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1beta/{+name}"; /// Initializes Get parameter list. protected override void InitParameters() @@ -4909,8 +5442,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5232,6 +5765,19 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Selector for clusters. + public class ClusterSelector : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labelSelector")] + public virtual string LabelSelector { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// **ClusterUpgrade**: The configuration for the fleet-level ClusterUpgrade feature. public class ClusterUpgradeFleetSpec : Google.Apis.Requests.IDirectResponseSchema { @@ -6215,6 +6761,10 @@ public class ConfigManagementMembershipState : Google.Apis.Requests.IDirectRespo [Newtonsoft.Json.JsonPropertyAttribute("hierarchyControllerState")] public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; } + /// Output only. The Kubernetes API server version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } + /// /// Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while /// the MembershipSpec in the FeatureSpec represents the intended state @@ -6645,6 +7195,23 @@ public class Empty : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// An excluded cluster from the rollout. + public class ExcludedCluster : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The name of the fleet Membership resource associated to the excluded cluster. + /// + [Newtonsoft.Json.JsonPropertyAttribute("membership")] + public virtual string Membership { get; set; } + + /// Output only. The reason for excluding the cluster from the rollout. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression /// language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example @@ -6825,29 +7392,266 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset /// `projects/{p}/locations/global/scopes/{s}` Where {p} is the project, {s} is a valid Scope in this project. /// {p} WILL match the Feature's project. /// - [Newtonsoft.Json.JsonPropertyAttribute("scopeStates")] - public virtual System.Collections.Generic.IDictionary ScopeStates { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("scopeStates")] + public virtual System.Collections.Generic.IDictionary ScopeStates { get; set; } + + /// + /// Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, + /// this field may be unused. + /// + [Newtonsoft.Json.JsonPropertyAttribute("spec")] + public virtual CommonFeatureSpec Spec { get; set; } + + /// Output only. The Fleet-wide Feature state. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual CommonFeatureState State { get; set; } + + /// Output only. List of locations that could not be reached while fetching this feature. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. When the Feature resource was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// FeatureResourceState describes the state of a Feature *resource* in the GkeHub API. See `FeatureState` for the + /// "running state" of the Feature in the Fleet and across Memberships. + /// + public class FeatureResourceState : Google.Apis.Requests.IDirectResponseSchema + { + /// The current state of the Feature resource in the Hub API. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the + /// environ-level, or per-membershop, depending on the context. + /// + public class FeatureState : Google.Apis.Requests.IDirectResponseSchema + { + /// The high-level, machine-readable status of this Feature. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// A human-readable description of the current status. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// The time this status and any related Feature-specific details were updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Feature config to use for Rollout. + public class FeatureUpdate : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Configuration for Binary Authorization. + [Newtonsoft.Json.JsonPropertyAttribute("binaryAuthorizationConfig")] + public virtual BinaryAuthorizationConfig BinaryAuthorizationConfig { get; set; } + + /// Optional. Configuration for Security Posture. + [Newtonsoft.Json.JsonPropertyAttribute("securityPostureConfig")] + public virtual SecurityPostureConfig SecurityPostureConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Fleet contains the Fleet-wide metadata and configuration. + public class Fleet : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. When the Fleet was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. The default cluster configurations to apply across the fleet. + [Newtonsoft.Json.JsonPropertyAttribute("defaultClusterConfig")] + public virtual DefaultClusterConfig DefaultClusterConfig { get; set; } + + private string _deleteTimeRaw; + + private object _deleteTime; + + /// Output only. When the Fleet was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. + /// Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, + /// and exclamation point. Example: `Production Fleet` + /// + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Optional. Labels for this Fleet. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, - /// this field may be unused. + /// Output only. The full, unique resource name of this fleet in the format of + /// `projects/{project}/locations/{location}/fleets/{fleet}`. Each Google Cloud project can have at most one + /// fleet resource, named "default". /// - [Newtonsoft.Json.JsonPropertyAttribute("spec")] - public virtual CommonFeatureSpec Spec { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// Output only. The Fleet-wide Feature state. + /// Output only. State of the namespace resource. [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual CommonFeatureState State { get; set; } + public virtual FleetLifecycleState State { get; set; } - /// Output only. List of locations that could not be reached while fetching this feature. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// + /// Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet + /// resource is deleted and another resource with the same name is created, it gets a different uid. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } private string _updateTimeRaw; private object _updateTime; - /// Output only. When the Feature resource was last updated. + /// Output only. When the Fleet was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -6884,27 +7688,21 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } - /// - /// FeatureResourceState describes the state of a Feature *resource* in the GkeHub API. See `FeatureState` for the - /// "running state" of the Feature in the Fleet and across Memberships. - /// - public class FeatureResourceState : Google.Apis.Requests.IDirectResponseSchema + /// FleetLifecycleState describes the state of a Fleet resource. + public class FleetLifecycleState : Google.Apis.Requests.IDirectResponseSchema { - /// The current state of the Feature resource in the Hub API. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// Output only. The current state of the Fleet resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the - /// environ-level, or per-membershop, depending on the context. - /// - public class FeatureState : Google.Apis.Requests.IDirectResponseSchema + /// All error details of the fleet observability feature. + public class FleetObservabilityFeatureError : Google.Apis.Requests.IDirectResponseSchema { - /// The high-level, machine-readable status of this Feature. + /// The code of the error. [Newtonsoft.Json.JsonPropertyAttribute("code")] public virtual string Code { get; set; } @@ -6912,922 +7710,1282 @@ public class FeatureState : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } - private string _updateTimeRaw; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - private object _updateTime; + /// **Fleet Observability**: The Hub-wide input for the FleetObservability feature. + public class FleetObservabilityFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is + /// disabled for the entire fleet. + /// + [Newtonsoft.Json.JsonPropertyAttribute("loggingConfig")] + public virtual FleetObservabilityLoggingConfig LoggingConfig { get; set; } - /// The time this status and any related Feature-specific details were updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// **FleetObservability**: Hub-wide Feature for FleetObservability feature. state. + public class FleetObservabilityFeatureState : Google.Apis.Requests.IDirectResponseSchema + { + /// The feature state of default logging. + [Newtonsoft.Json.JsonPropertyAttribute("logging")] + public virtual FleetObservabilityFleetObservabilityLoggingState Logging { get; set; } + + /// The feature state of fleet monitoring. + [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] + public virtual FleetObservabilityFleetObservabilityMonitoringState Monitoring { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Base state for fleet observability feature. + public class FleetObservabilityFleetObservabilityBaseFeatureState : Google.Apis.Requests.IDirectResponseSchema + { + /// The high-level, machine-readable status of this Feature. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } + + /// Errors after reconciling the monitoring and logging feature if the code is not OK. + [Newtonsoft.Json.JsonPropertyAttribute("errors")] + public virtual System.Collections.Generic.IList Errors { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Feature state for logging feature. + public class FleetObservabilityFleetObservabilityLoggingState : Google.Apis.Requests.IDirectResponseSchema + { + /// The base feature state of fleet default log. + [Newtonsoft.Json.JsonPropertyAttribute("defaultLog")] + public virtual FleetObservabilityFleetObservabilityBaseFeatureState DefaultLog { get; set; } + + /// The base feature state of fleet scope log. + [Newtonsoft.Json.JsonPropertyAttribute("scopeLog")] + public virtual FleetObservabilityFleetObservabilityBaseFeatureState ScopeLog { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Feature state for monitoring feature. + public class FleetObservabilityFleetObservabilityMonitoringState : Google.Apis.Requests.IDirectResponseSchema + { + /// The base feature state of fleet monitoring feature. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual FleetObservabilityFleetObservabilityBaseFeatureState State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// LoggingConfig defines the configuration for different types of logs. + public class FleetObservabilityLoggingConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Specified if applying the default routing config to logs not specified in other configs. + [Newtonsoft.Json.JsonPropertyAttribute("defaultConfig")] + public virtual FleetObservabilityRoutingConfig DefaultConfig { get; set; } + + /// Specified if applying the routing config to all logs for all fleet scopes. + [Newtonsoft.Json.JsonPropertyAttribute("fleetScopeLogsConfig")] + public virtual FleetObservabilityRoutingConfig FleetScopeLogsConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **FleetObservability**: The membership-specific input for FleetObservability feature. + public class FleetObservabilityMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// **FleetObservability**: Membership-specific Feature state for fleetobservability. + public class FleetObservabilityMembershipState : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// RoutingConfig configures the behaviour of fleet logging feature. + public class FleetObservabilityRoutingConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// mode configures the logs routing mode. + [Newtonsoft.Json.JsonPropertyAttribute("mode")] + public virtual string Mode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent. + /// + public class GenerateConnectManifestResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent + /// installation/upgrade. + /// + [Newtonsoft.Json.JsonPropertyAttribute("manifest")] + public virtual System.Collections.Generic.IList Manifest { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response for GenerateRBACRoleBindingYAML. + public class GenerateMembershipRBACRoleBindingYAMLResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// a yaml text blob including the RBAC policies. + [Newtonsoft.Json.JsonPropertyAttribute("roleBindingsYaml")] + public virtual string RoleBindingsYaml { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// GkeCluster contains information specific to GKE clusters. + public class GkeCluster : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE + /// Control Plane. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] + public virtual System.Nullable ClusterMissing { get; set; } + + /// + /// Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: + /// //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are + /// also supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The `Status` type defines a logical error model that is suitable for different programming environments, + /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains + /// three pieces of data: error code, error message, and error details. You can find out more about this error model + /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). + /// + public class GoogleRpcStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// The status code, which should be an enum value of google.rpc.Code. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual System.Nullable Code { get; set; } + + /// + /// A list of messages that carry the error details. There is a common set of message types for APIs to use. + /// + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList> Details { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// + /// A developer-facing error message, which should be in English. Any user-facing error message should be + /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Fleet contains the Fleet-wide metadata and configuration. - public class Fleet : Google.Apis.Requests.IDirectResponseSchema + /// + /// Configuration of an auth method for a member/cluster. Only one authentication method (e.g., OIDC and LDAP) can + /// be set per AuthMethod. + /// + public class IdentityServiceAuthMethod : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; + /// AzureAD specific Configuration. + [Newtonsoft.Json.JsonPropertyAttribute("azureadConfig")] + public virtual IdentityServiceAzureADConfig AzureadConfig { get; set; } - private object _createTime; + /// GoogleConfig specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("googleConfig")] + public virtual IdentityServiceGoogleConfig GoogleConfig { get; set; } - /// Output only. When the Fleet was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } + /// LDAP specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("ldapConfig")] + public virtual IdentityServiceLdapConfig LdapConfig { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } + /// Identifier for auth config. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// OIDC specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("oidcConfig")] + public virtual IdentityServiceOidcConfig OidcConfig { get; set; } - /// Optional. The default cluster configurations to apply across the fleet. - [Newtonsoft.Json.JsonPropertyAttribute("defaultClusterConfig")] - public virtual DefaultClusterConfig DefaultClusterConfig { get; set; } + /// Proxy server address to use for auth method. + [Newtonsoft.Json.JsonPropertyAttribute("proxy")] + public virtual string Proxy { get; set; } - private string _deleteTimeRaw; + /// SAML specific configuration. + [Newtonsoft.Json.JsonPropertyAttribute("samlConfig")] + public virtual IdentityServiceSamlConfig SamlConfig { get; set; } - private object _deleteTime; + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Output only. When the Fleet was deleted. - [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] - public virtual string DeleteTimeRaw - { - get => _deleteTimeRaw; - set - { - _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deleteTimeRaw = value; - } - } + /// Configuration for the AzureAD Auth flow. + public class IdentityServiceAzureADConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// ID for the registered client application that makes authentication requests to the Azure AD identity + /// provider. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] - public virtual object DeleteTime - { - get => _deleteTime; - set - { - _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deleteTime = value; - } - } + /// Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); - set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Output only. Encrypted AzureAD client secret. + [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] + public virtual string EncryptedClientSecret { get; set; } - /// - /// Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. - /// Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, - /// and exclamation point. Example: `Production Fleet` - /// - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Optional. Format of the AzureAD groups that the client wants for auth. + [Newtonsoft.Json.JsonPropertyAttribute("groupFormat")] + public virtual string GroupFormat { get; set; } - /// Optional. Labels for this Fleet. - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// The redirect URL that kubectl uses for authorization. + [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] + public virtual string KubectlRedirectUri { get; set; } /// - /// Output only. The full, unique resource name of this fleet in the format of - /// `projects/{project}/locations/{location}/fleets/{fleet}`. Each Google Cloud project can have at most one - /// fleet resource, named "default". + /// Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific + /// tenant. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("tenant")] + public virtual string Tenant { get; set; } - /// Output only. State of the namespace resource. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual FleetLifecycleState State { get; set; } + /// Optional. Claim in the AzureAD ID Token that holds the user details. + [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] + public virtual string UserClaim { get; set; } - /// - /// Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet - /// resource is deleted and another resource with the same name is created, it gets a different uid. - /// - [Newtonsoft.Json.JsonPropertyAttribute("uid")] - public virtual string Uid { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - private string _updateTimeRaw; + /// Configuration options for the AIS diagnostic interface. + public class IdentityServiceDiagnosticInterface : Google.Apis.Requests.IDirectResponseSchema + { + /// Determines whether to enable the diagnostic interface. + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } - private object _updateTime; + private string _expirationTimeRaw; - /// Output only. When the Fleet was last updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw + private object _expirationTime; + + /// + /// Determines the expiration time of the diagnostic interface enablement. When reached, requests to the + /// interface would be automatically rejected. + /// + [Newtonsoft.Json.JsonPropertyAttribute("expirationTime")] + public virtual string ExpirationTimeRaw { - get => _updateTimeRaw; + get => _expirationTimeRaw; set { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; + _expirationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _expirationTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExpirationTimeDateTimeOffset instead.")] + public virtual object ExpirationTime { - get => _updateTime; + get => _expirationTime; set { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; + _expirationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _expirationTime = value; } } - /// representation of . + /// + /// representation of . + /// [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + public virtual System.DateTimeOffset? ExpirationTimeDateTimeOffset { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExpirationTimeRaw); + set => ExpirationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } /// The ETag of the item. public virtual string ETag { get; set; } } - /// FleetLifecycleState describes the state of a Fleet resource. - public class FleetLifecycleState : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for the Google Plugin Auth flow. + public class IdentityServiceGoogleConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The current state of the Fleet resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// Disable automatic configuration of Google Plugin on supported platforms. + [Newtonsoft.Json.JsonPropertyAttribute("disable")] + public virtual System.Nullable Disable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// All error details of the fleet observability feature. - public class FleetObservabilityFeatureError : Google.Apis.Requests.IDirectResponseSchema + /// Contains the properties for locating and authenticating groups in the directory. + public class IdentityServiceGroupConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The code of the error. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } - - /// A human-readable description of the current status. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } + /// Required. The location of the subtree in the LDAP directory to search for group entries. + [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] + public virtual string BaseDn { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Optional. Optional filter to be used when searching for groups a user belongs to. This can be used to + /// explicitly match only certain groups in order to reduce the amount of groups returned for each user. This + /// defaults to "(objectClass=Group)". + /// + [Newtonsoft.Json.JsonPropertyAttribute("filter")] + public virtual string Filter { get; set; } - /// **Fleet Observability**: The Hub-wide input for the FleetObservability feature. - public class FleetObservabilityFeatureSpec : Google.Apis.Requests.IDirectResponseSchema - { /// - /// Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is - /// disabled for the entire fleet. + /// Optional. The identifying name of each group a user belongs to. For example, if this is set to + /// "distinguishedName" then RBACs and other group expectations should be written as full DNs. This defaults to + /// "distinguishedName". /// - [Newtonsoft.Json.JsonPropertyAttribute("loggingConfig")] - public virtual FleetObservabilityLoggingConfig LoggingConfig { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] + public virtual string IdAttribute { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **FleetObservability**: Hub-wide Feature for FleetObservability feature. state. - public class FleetObservabilityFeatureState : Google.Apis.Requests.IDirectResponseSchema + /// Holds non-protocol-related configuration options. + public class IdentityServiceIdentityServiceOptions : Google.Apis.Requests.IDirectResponseSchema { - /// The feature state of default logging. - [Newtonsoft.Json.JsonPropertyAttribute("logging")] - public virtual FleetObservabilityFleetObservabilityLoggingState Logging { get; set; } + /// Configuration options for the AIS diagnostic interface. + [Newtonsoft.Json.JsonPropertyAttribute("diagnosticInterface")] + public virtual IdentityServiceDiagnosticInterface DiagnosticInterface { get; set; } - /// The feature state of fleet monitoring. - [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] - public virtual FleetObservabilityFleetObservabilityMonitoringState Monitoring { get; set; } + /// Determines the lifespan of STS tokens issued by Anthos Identity Service. + [Newtonsoft.Json.JsonPropertyAttribute("sessionDuration")] + public virtual object SessionDuration { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Base state for fleet observability feature. - public class FleetObservabilityFleetObservabilityBaseFeatureState : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for the LDAP Auth flow. + public class IdentityServiceLdapConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The high-level, machine-readable status of this Feature. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// + /// Optional. Contains the properties for locating and authenticating groups in the directory. + /// + [Newtonsoft.Json.JsonPropertyAttribute("group")] + public virtual IdentityServiceGroupConfig Group { get; set; } - /// Errors after reconciling the monitoring and logging feature if the code is not OK. - [Newtonsoft.Json.JsonPropertyAttribute("errors")] - public virtual System.Collections.Generic.IList Errors { get; set; } + /// Required. Server settings for the external LDAP server. + [Newtonsoft.Json.JsonPropertyAttribute("server")] + public virtual IdentityServiceServerConfig Server { get; set; } + + /// + /// Required. Contains the credentials of the service account which is authorized to perform the LDAP search in + /// the directory. The credentials can be supplied by the combination of the DN and password or the client + /// certificate. + /// + [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] + public virtual IdentityServiceServiceAccountConfig ServiceAccount { get; set; } + + /// Required. Defines where users exist in the LDAP directory. + [Newtonsoft.Json.JsonPropertyAttribute("user")] + public virtual IdentityServiceUserConfig User { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Feature state for logging feature. - public class FleetObservabilityFleetObservabilityLoggingState : Google.Apis.Requests.IDirectResponseSchema + /// **Anthos Identity Service**: Configuration for a single Membership. + public class IdentityServiceMembershipSpec : Google.Apis.Requests.IDirectResponseSchema { - /// The base feature state of fleet default log. - [Newtonsoft.Json.JsonPropertyAttribute("defaultLog")] - public virtual FleetObservabilityFleetObservabilityBaseFeatureState DefaultLog { get; set; } + /// A member may support multiple auth methods. + [Newtonsoft.Json.JsonPropertyAttribute("authMethods")] + public virtual System.Collections.Generic.IList AuthMethods { get; set; } - /// The base feature state of fleet scope log. - [Newtonsoft.Json.JsonPropertyAttribute("scopeLog")] - public virtual FleetObservabilityFleetObservabilityBaseFeatureState ScopeLog { get; set; } + /// Optional. non-protocol-related configuration options. + [Newtonsoft.Json.JsonPropertyAttribute("identityServiceOptions")] + public virtual IdentityServiceIdentityServiceOptions IdentityServiceOptions { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Feature state for monitoring feature. - public class FleetObservabilityFleetObservabilityMonitoringState : Google.Apis.Requests.IDirectResponseSchema + /// **Anthos Identity Service**: State for a single Membership. + public class IdentityServiceMembershipState : Google.Apis.Requests.IDirectResponseSchema { - /// The base feature state of fleet monitoring feature. + /// The reason of the failure. + [Newtonsoft.Json.JsonPropertyAttribute("failureReason")] + public virtual string FailureReason { get; set; } + + /// + /// Installed AIS version. This is the AIS version installed on this member. The values makes sense iff state is + /// OK. + /// + [Newtonsoft.Json.JsonPropertyAttribute("installedVersion")] + public virtual string InstalledVersion { get; set; } + + /// Last reconciled membership configuration + [Newtonsoft.Json.JsonPropertyAttribute("memberConfig")] + public virtual IdentityServiceMembershipSpec MemberConfig { get; set; } + + /// Deployment state on this member [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual FleetObservabilityFleetObservabilityBaseFeatureState State { get; set; } + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// LoggingConfig defines the configuration for different types of logs. - public class FleetObservabilityLoggingConfig : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for OIDC Auth flow. + public class IdentityServiceOidcConfig : Google.Apis.Requests.IDirectResponseSchema { - /// Specified if applying the default routing config to logs not specified in other configs. - [Newtonsoft.Json.JsonPropertyAttribute("defaultConfig")] - public virtual FleetObservabilityRoutingConfig DefaultConfig { get; set; } + /// PEM-encoded CA for OIDC provider. + [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] + public virtual string CertificateAuthorityData { get; set; } - /// Specified if applying the routing config to all logs for all fleet scopes. - [Newtonsoft.Json.JsonPropertyAttribute("fleetScopeLogsConfig")] - public virtual FleetObservabilityRoutingConfig FleetScopeLogsConfig { get; set; } + /// ID for OIDC client application. + [Newtonsoft.Json.JsonPropertyAttribute("clientId")] + public virtual string ClientId { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH. + [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] + public virtual string ClientSecret { get; set; } - /// **FleetObservability**: The membership-specific input for FleetObservability feature. - public class FleetObservabilityMembershipSpec : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when + /// provider is not reachable by Google Cloud Console. + /// + [Newtonsoft.Json.JsonPropertyAttribute("deployCloudConsoleProxy")] + public virtual System.Nullable DeployCloudConsoleProxy { get; set; } - /// **FleetObservability**: Membership-specific Feature state for fleetobservability. - public class FleetObservabilityMembershipState : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Enable access token. + [Newtonsoft.Json.JsonPropertyAttribute("enableAccessToken")] + public virtual System.Nullable EnableAccessToken { get; set; } - /// RoutingConfig configures the behaviour of fleet logging feature. - public class FleetObservabilityRoutingConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// mode configures the logs routing mode. - [Newtonsoft.Json.JsonPropertyAttribute("mode")] - public virtual string Mode { get; set; } + /// Output only. Encrypted OIDC Client secret + [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] + public virtual string EncryptedClientSecret { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Comma-separated list of key-value pairs. + [Newtonsoft.Json.JsonPropertyAttribute("extraParams")] + public virtual string ExtraParams { get; set; } + + /// Prefix to prepend to group name. + [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] + public virtual string GroupPrefix { get; set; } + + /// Claim in OIDC ID token that holds group information. + [Newtonsoft.Json.JsonPropertyAttribute("groupsClaim")] + public virtual string GroupsClaim { get; set; } - /// - /// GenerateConnectManifestResponse contains manifest information for installing/upgrading a Connect agent. - /// - public class GenerateConnectManifestResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent - /// installation/upgrade. + /// URI for the OIDC provider. This should point to the level below .well-known/openid-configuration. /// - [Newtonsoft.Json.JsonPropertyAttribute("manifest")] - public virtual System.Collections.Generic.IList Manifest { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("issuerUri")] + public virtual string IssuerUri { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Registered redirect uri to redirect users going through OAuth flow using kubectl plugin. + [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] + public virtual string KubectlRedirectUri { get; set; } - /// Response for GenerateRBACRoleBindingYAML. - public class GenerateMembershipRBACRoleBindingYAMLResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// a yaml text blob including the RBAC policies. - [Newtonsoft.Json.JsonPropertyAttribute("roleBindingsYaml")] - public virtual string RoleBindingsYaml { get; set; } + /// Comma-separated list of identifiers. + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual string Scopes { get; set; } + + /// Claim in OIDC ID token that holds username. + [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] + public virtual string UserClaim { get; set; } + + /// Prefix to prepend to user name. + [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] + public virtual string UserPrefix { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// GkeCluster contains information specific to GKE clusters. - public class GkeCluster : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for the SAML Auth flow. + public class IdentityServiceSamlConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE - /// Control Plane. + /// Optional. The mapping of additional user attributes like nickname, birthday and address etc.. `key` is the + /// name of this additional attribute. `value` is a string presenting as CEL(common expression language, go/cel) + /// used for getting the value from the resources. Take nickname as an example, in this case, `key` is + /// "attribute.nickname" and `value` is "assertion.nickname". /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] - public virtual System.Nullable ClusterMissing { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("attributeMapping")] + public virtual System.Collections.Generic.IDictionary AttributeMapping { get; set; } + + /// Optional. Prefix to prepend to group name. + [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] + public virtual string GroupPrefix { get; set; } /// - /// Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: - /// //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are - /// also supported. + /// Optional. The SAML attribute to read groups from. This value is expected to be a string and will be passed + /// along as-is (with the option of being prefixed by the `group_prefix`). /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("groupsAttribute")] + public virtual string GroupsAttribute { get; set; } + + /// Required. The list of IdP certificates to validate the SAML response against. + [Newtonsoft.Json.JsonPropertyAttribute("identityProviderCertificates")] + public virtual System.Collections.Generic.IList IdentityProviderCertificates { get; set; } + + /// Required. The entity ID of the SAML IdP. + [Newtonsoft.Json.JsonPropertyAttribute("identityProviderId")] + public virtual string IdentityProviderId { get; set; } + + /// Required. The URI where the SAML IdP exposes the SSO service. + [Newtonsoft.Json.JsonPropertyAttribute("identityProviderSsoUri")] + public virtual string IdentityProviderSsoUri { get; set; } + + /// + /// Optional. The SAML attribute to read username from. If unspecified, the username will be read from the + /// NameID element of the assertion in SAML response. This value is expected to be a string and will be passed + /// along as-is (with the option of being prefixed by the `user_prefix`). + /// + [Newtonsoft.Json.JsonPropertyAttribute("userAttribute")] + public virtual string UserAttribute { get; set; } + + /// Optional. Prefix to prepend to user name. + [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] + public virtual string UserPrefix { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// The `Status` type defines a logical error model that is suitable for different programming environments, - /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains - /// three pieces of data: error code, error message, and error details. You can find out more about this error model - /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). - /// - public class GoogleRpcStatus : Google.Apis.Requests.IDirectResponseSchema + /// Server settings for the external LDAP server. + public class IdentityServiceServerConfig : Google.Apis.Requests.IDirectResponseSchema { - /// The status code, which should be an enum value of google.rpc.Code. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual System.Nullable Code { get; set; } + /// + /// Optional. Contains a Base64 encoded, PEM formatted certificate authority certificate for the LDAP server. + /// This must be provided for the "ldaps" and "startTLS" connections. + /// + [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] + public virtual string CertificateAuthorityData { get; set; } /// - /// A list of messages that carry the error details. There is a common set of message types for APIs to use. + /// Optional. Defines the connection type to communicate with the LDAP server. If `starttls` or `ldaps` is + /// specified, the certificate_authority_data should not be empty. /// - [Newtonsoft.Json.JsonPropertyAttribute("details")] - public virtual System.Collections.Generic.IList> Details { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("connectionType")] + public virtual string ConnectionType { get; set; } /// - /// A developer-facing error message, which should be in English. Any user-facing error message should be - /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// Required. Defines the hostname or IP of the LDAP server. Port is optional and will default to 389, if + /// unspecified. For example, "ldap.server.example" or "10.10.10.10:389". /// - [Newtonsoft.Json.JsonPropertyAttribute("message")] - public virtual string Message { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("host")] + public virtual string Host { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// Configuration of an auth method for a member/cluster. Only one authentication method (e.g., OIDC and LDAP) can - /// be set per AuthMethod. + /// Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. + /// The credentials can be supplied by the combination of the DN and password or the client certificate. /// - public class IdentityServiceAuthMethod : Google.Apis.Requests.IDirectResponseSchema + public class IdentityServiceServiceAccountConfig : Google.Apis.Requests.IDirectResponseSchema { - /// AzureAD specific Configuration. - [Newtonsoft.Json.JsonPropertyAttribute("azureadConfig")] - public virtual IdentityServiceAzureADConfig AzureadConfig { get; set; } - - /// GoogleConfig specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("googleConfig")] - public virtual IdentityServiceGoogleConfig GoogleConfig { get; set; } - - /// LDAP specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("ldapConfig")] - public virtual IdentityServiceLdapConfig LdapConfig { get; set; } + /// Credentials for basic auth. + [Newtonsoft.Json.JsonPropertyAttribute("simpleBindCredentials")] + public virtual IdentityServiceSimpleBindCredentials SimpleBindCredentials { get; set; } - /// Identifier for auth config. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// OIDC specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("oidcConfig")] - public virtual IdentityServiceOidcConfig OidcConfig { get; set; } + /// The structure holds the LDAP simple binding credential. + public class IdentityServiceSimpleBindCredentials : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The distinguished name(DN) of the service account object/user. + [Newtonsoft.Json.JsonPropertyAttribute("dn")] + public virtual string Dn { get; set; } - /// Proxy server address to use for auth method. - [Newtonsoft.Json.JsonPropertyAttribute("proxy")] - public virtual string Proxy { get; set; } + /// Output only. The encrypted password of the service account object/user. + [Newtonsoft.Json.JsonPropertyAttribute("encryptedPassword")] + public virtual string EncryptedPassword { get; set; } - /// SAML specific configuration. - [Newtonsoft.Json.JsonPropertyAttribute("samlConfig")] - public virtual IdentityServiceSamlConfig SamlConfig { get; set; } + /// Required. Input only. The password of the service account object/user. + [Newtonsoft.Json.JsonPropertyAttribute("password")] + public virtual string Password { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for the AzureAD Auth flow. - public class IdentityServiceAzureADConfig : Google.Apis.Requests.IDirectResponseSchema + /// Defines where users exist in the LDAP directory. + public class IdentityServiceUserConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Required. The location of the subtree in the LDAP directory to search for user entries. + [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] + public virtual string BaseDn { get; set; } + /// - /// ID for the registered client application that makes authentication requests to the Azure AD identity - /// provider. + /// Optional. Filter to apply when searching for the user. This can be used to further restrict the user + /// accounts which are allowed to login. This defaults to "(objectClass=User)". /// - [Newtonsoft.Json.JsonPropertyAttribute("clientId")] - public virtual string ClientId { get; set; } - - /// Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH. - [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] - public virtual string ClientSecret { get; set; } - - /// Output only. Encrypted AzureAD client secret. - [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] - public virtual string EncryptedClientSecret { get; set; } - - /// Optional. Format of the AzureAD groups that the client wants for auth. - [Newtonsoft.Json.JsonPropertyAttribute("groupFormat")] - public virtual string GroupFormat { get; set; } - - /// The redirect URL that kubectl uses for authorization. - [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] - public virtual string KubectlRedirectUri { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("filter")] + public virtual string Filter { get; set; } /// - /// Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific - /// tenant. + /// Optional. Determines which attribute to use as the user's identity after they are authenticated. This is + /// distinct from the loginAttribute field to allow users to login with a username, but then have their actual + /// identifier be an email address or full Distinguished Name (DN). For example, setting loginAttribute to + /// "sAMAccountName" and identifierAttribute to "userPrincipalName" would allow a user to login as "bsmith", but + /// actual RBAC policies for the user would be written as "bsmith@example.com". Using "userPrincipalName" is + /// recommended since this will be unique for each user. This defaults to "userPrincipalName". /// - [Newtonsoft.Json.JsonPropertyAttribute("tenant")] - public virtual string Tenant { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] + public virtual string IdAttribute { get; set; } - /// Optional. Claim in the AzureAD ID Token that holds the user details. - [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] - public virtual string UserClaim { get; set; } + /// + /// Optional. The name of the attribute which matches against the input username. This is used to find the user + /// in the LDAP database e.g. "(=)" and is combined with the optional filter field. This defaults to + /// "userPrincipalName". + /// + [Newtonsoft.Json.JsonPropertyAttribute("loginAttribute")] + public virtual string LoginAttribute { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration options for the AIS diagnostic interface. - public class IdentityServiceDiagnosticInterface : Google.Apis.Requests.IDirectResponseSchema + /// + /// KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters. + /// + public class KubernetesMetadata : Google.Apis.Requests.IDirectResponseSchema { - /// Determines whether to enable the diagnostic interface. - [Newtonsoft.Json.JsonPropertyAttribute("enabled")] - public virtual System.Nullable Enabled { get; set; } + /// Output only. Kubernetes API server version string as reported by `/version`. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } - private string _expirationTimeRaw; + /// + /// Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in + /// MB. + /// + [Newtonsoft.Json.JsonPropertyAttribute("memoryMb")] + public virtual System.Nullable MemoryMb { get; set; } - private object _expirationTime; + /// Output only. Node count as reported by Kubernetes nodes resources. + [Newtonsoft.Json.JsonPropertyAttribute("nodeCount")] + public virtual System.Nullable NodeCount { get; set; } /// - /// Determines the expiration time of the diagnostic interface enablement. When reached, requests to the - /// interface would be automatically rejected. + /// Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. + /// On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and + /// the node_provider_id will be empty. /// - [Newtonsoft.Json.JsonPropertyAttribute("expirationTime")] - public virtual string ExpirationTimeRaw + [Newtonsoft.Json.JsonPropertyAttribute("nodeProviderId")] + public virtual string NodeProviderId { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// + /// Output only. The time at which these details were last updated. This update_time is different from the + /// Membership-level update_time since EndpointDetails are updated internally for API consumers. + /// + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw { - get => _expirationTimeRaw; + get => _updateTimeRaw; set { - _expirationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _expirationTimeRaw = value; + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExpirationTimeDateTimeOffset instead.")] - public virtual object ExpirationTime + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime { - get => _expirationTime; + get => _updateTime; set { - _expirationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _expirationTime = value; + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; } } - /// - /// representation of . - /// + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? ExpirationTimeDateTimeOffset + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExpirationTimeRaw); - set => ExpirationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } + /// Output only. vCPU count as reported by Kubernetes nodes resources. + [Newtonsoft.Json.JsonPropertyAttribute("vcpuCount")] + public virtual System.Nullable VcpuCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// KubernetesResource contains the YAML manifests and configuration for Membership Kubernetes resources in the + /// cluster. After CreateMembership or UpdateMembership, these resources should be re-applied in the cluster. + /// + public class KubernetesResource : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The Kubernetes resources for installing the GKE Connect agent This field is only populated in + /// the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. + /// It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest + /// after the initial registration, the caller should make a UpdateMembership call with an empty field mask. + /// + [Newtonsoft.Json.JsonPropertyAttribute("connectResources")] + public virtual System.Collections.Generic.IList ConnectResources { get; set; } + + /// + /// Input only. The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub + /// can read the CR directly. Callers should provide the CR that is currently present in the cluster during + /// CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to + /// validate the cluster has not been registered with another Membership. + /// + [Newtonsoft.Json.JsonPropertyAttribute("membershipCrManifest")] + public virtual string MembershipCrManifest { get; set; } + + /// + /// Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership + /// creation, and after every update. This field is only populated in the Membership returned from a successful + /// long-running operation from CreateMembership or UpdateMembership. It is not populated during normal + /// GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the + /// caller should make a UpdateMembership call with an empty field mask. + /// + [Newtonsoft.Json.JsonPropertyAttribute("membershipResources")] + public virtual System.Collections.Generic.IList MembershipResources { get; set; } + + /// Optional. Options for Kubernetes resource generation. + [Newtonsoft.Json.JsonPropertyAttribute("resourceOptions")] + public virtual ResourceOptions ResourceOptions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// List of Memberships bound to a Scope. + public class ListBoundMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of Memberships bound to the given Scope. + [Newtonsoft.Json.JsonPropertyAttribute("memberships")] + public virtual System.Collections.Generic.IList Memberships { get; set; } + + /// + /// A token to request the next page of resources from the `ListBoundMemberships` method. The value of an empty + /// string means that there are no more resources to return. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for the Google Plugin Auth flow. - public class IdentityServiceGoogleConfig : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the `GkeHub.ListFeatures` method. + public class ListFeaturesResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Disable automatic configuration of Google Plugin on supported platforms. - [Newtonsoft.Json.JsonPropertyAttribute("disable")] - public virtual System.Nullable Disable { get; set; } + /// + /// A token to request the next page of resources from the `ListFeatures` method. The value of an empty string + /// means that there are no more resources to return. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of matching Features + [Newtonsoft.Json.JsonPropertyAttribute("resources")] + public virtual System.Collections.Generic.IList Resources { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Contains the properties for locating and authenticating groups in the directory. - public class IdentityServiceGroupConfig : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the `GkeHub.ListFleetsResponse` method. + public class ListFleetsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The location of the subtree in the LDAP directory to search for group entries. - [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] - public virtual string BaseDn { get; set; } - - /// - /// Optional. Optional filter to be used when searching for groups a user belongs to. This can be used to - /// explicitly match only certain groups in order to reduce the amount of groups returned for each user. This - /// defaults to "(objectClass=Group)". - /// - [Newtonsoft.Json.JsonPropertyAttribute("filter")] - public virtual string Filter { get; set; } + /// The list of matching fleets. + [Newtonsoft.Json.JsonPropertyAttribute("fleets")] + public virtual System.Collections.Generic.IList Fleets { get; set; } /// - /// Optional. The identifying name of each group a user belongs to. For example, if this is set to - /// "distinguishedName" then RBACs and other group expectations should be written as full DNs. This defaults to - /// "distinguishedName". + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. The token is only valid for 1h. /// - [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] - public virtual string IdAttribute { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Holds non-protocol-related configuration options. - public class IdentityServiceIdentityServiceOptions : Google.Apis.Requests.IDirectResponseSchema + /// The response message for Locations.ListLocations. + public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Configuration options for the AIS diagnostic interface. - [Newtonsoft.Json.JsonPropertyAttribute("diagnosticInterface")] - public virtual IdentityServiceDiagnosticInterface DiagnosticInterface { get; set; } + /// A list of locations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("locations")] + public virtual System.Collections.Generic.IList Locations { get; set; } - /// Determines the lifespan of STS tokens issued by Anthos Identity Service. - [Newtonsoft.Json.JsonPropertyAttribute("sessionDuration")] - public virtual object SessionDuration { get; set; } + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for the LDAP Auth flow. - public class IdentityServiceLdapConfig : Google.Apis.Requests.IDirectResponseSchema + /// List of MembershipBindings. + public class ListMembershipBindingsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. Contains the properties for locating and authenticating groups in the directory. - /// - [Newtonsoft.Json.JsonPropertyAttribute("group")] - public virtual IdentityServiceGroupConfig Group { get; set; } - - /// Required. Server settings for the external LDAP server. - [Newtonsoft.Json.JsonPropertyAttribute("server")] - public virtual IdentityServiceServerConfig Server { get; set; } + /// The list of membership_bindings + [Newtonsoft.Json.JsonPropertyAttribute("membershipBindings")] + public virtual System.Collections.Generic.IList MembershipBindings { get; set; } /// - /// Required. Contains the credentials of the service account which is authorized to perform the LDAP search in - /// the directory. The credentials can be supplied by the combination of the DN and password or the client - /// certificate. + /// A token to request the next page of resources from the `ListMembershipBindings` method. The value of an + /// empty string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] - public virtual IdentityServiceServiceAccountConfig ServiceAccount { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Required. Defines where users exist in the LDAP directory. - [Newtonsoft.Json.JsonPropertyAttribute("user")] - public virtual IdentityServiceUserConfig User { get; set; } + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Anthos Identity Service**: Configuration for a single Membership. - public class IdentityServiceMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// List of Membership RBACRoleBindings. + public class ListMembershipRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// A member may support multiple auth methods. - [Newtonsoft.Json.JsonPropertyAttribute("authMethods")] - public virtual System.Collections.Generic.IList AuthMethods { get; set; } + /// + /// A token to request the next page of resources from the `ListMembershipRBACRoleBindings` method. The value of + /// an empty string means that there are no more resources to return. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Optional. non-protocol-related configuration options. - [Newtonsoft.Json.JsonPropertyAttribute("identityServiceOptions")] - public virtual IdentityServiceIdentityServiceOptions IdentityServiceOptions { get; set; } + /// The list of Membership RBACRoleBindings. + [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] + public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } + + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Anthos Identity Service**: State for a single Membership. - public class IdentityServiceMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the `GkeHub.ListMemberships` method. + public class ListMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// The reason of the failure. - [Newtonsoft.Json.JsonPropertyAttribute("failureReason")] - public virtual string FailureReason { get; set; } - /// - /// Installed AIS version. This is the AIS version installed on this member. The values makes sense iff state is - /// OK. + /// A token to request the next page of resources from the `ListMemberships` method. The value of an empty + /// string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("installedVersion")] - public virtual string InstalledVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Last reconciled membership configuration - [Newtonsoft.Json.JsonPropertyAttribute("memberConfig")] - public virtual IdentityServiceMembershipSpec MemberConfig { get; set; } + /// The list of matching Memberships. + [Newtonsoft.Json.JsonPropertyAttribute("resources")] + public virtual System.Collections.Generic.IList Resources { get; set; } - /// Deployment state on this member - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// List of locations that could not be reached while fetching this list. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for OIDC Auth flow. - public class IdentityServiceOidcConfig : Google.Apis.Requests.IDirectResponseSchema + /// The response message for Operations.ListOperations. + public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema { - /// PEM-encoded CA for OIDC provider. - [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] - public virtual string CertificateAuthorityData { get; set; } - - /// ID for OIDC client application. - [Newtonsoft.Json.JsonPropertyAttribute("clientId")] - public virtual string ClientId { get; set; } + /// The standard List next-page token. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH. - [Newtonsoft.Json.JsonPropertyAttribute("clientSecret")] - public virtual string ClientSecret { get; set; } + /// A list of operations that matches the specified filter in the request. + [Newtonsoft.Json.JsonPropertyAttribute("operations")] + public virtual System.Collections.Generic.IList Operations { get; set; } /// - /// Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when - /// provider is not reachable by Google Cloud Console. + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. /// - [Newtonsoft.Json.JsonPropertyAttribute("deployCloudConsoleProxy")] - public virtual System.Nullable DeployCloudConsoleProxy { get; set; } - - /// Enable access token. - [Newtonsoft.Json.JsonPropertyAttribute("enableAccessToken")] - public virtual System.Nullable EnableAccessToken { get; set; } - - /// Output only. Encrypted OIDC Client secret - [Newtonsoft.Json.JsonPropertyAttribute("encryptedClientSecret")] - public virtual string EncryptedClientSecret { get; set; } - - /// Comma-separated list of key-value pairs. - [Newtonsoft.Json.JsonPropertyAttribute("extraParams")] - public virtual string ExtraParams { get; set; } - - /// Prefix to prepend to group name. - [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] - public virtual string GroupPrefix { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } - /// Claim in OIDC ID token that holds group information. - [Newtonsoft.Json.JsonPropertyAttribute("groupsClaim")] - public virtual string GroupsClaim { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// List of permitted Scopes. + public class ListPermittedScopesResponse : Google.Apis.Requests.IDirectResponseSchema + { /// - /// URI for the OIDC provider. This should point to the level below .well-known/openid-configuration. + /// A token to request the next page of resources from the `ListPermittedScopes` method. The value of an empty + /// string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("issuerUri")] - public virtual string IssuerUri { get; set; } - - /// Registered redirect uri to redirect users going through OAuth flow using kubectl plugin. - [Newtonsoft.Json.JsonPropertyAttribute("kubectlRedirectUri")] - public virtual string KubectlRedirectUri { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Comma-separated list of identifiers. + /// The list of permitted Scopes [Newtonsoft.Json.JsonPropertyAttribute("scopes")] - public virtual string Scopes { get; set; } - - /// Claim in OIDC ID token that holds username. - [Newtonsoft.Json.JsonPropertyAttribute("userClaim")] - public virtual string UserClaim { get; set; } - - /// Prefix to prepend to user name. - [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] - public virtual string UserPrefix { get; set; } + public virtual System.Collections.Generic.IList Scopes { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Configuration for the SAML Auth flow. - public class IdentityServiceSamlConfig : Google.Apis.Requests.IDirectResponseSchema + /// Response message for listing rollout sequences. + public class ListRolloutSequencesResponse : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. The mapping of additional user attributes like nickname, birthday and address etc.. `key` is the - /// name of this additional attribute. `value` is a string presenting as CEL(common expression language, go/cel) - /// used for getting the value from the resources. Take nickname as an example, in this case, `key` is - /// "attribute.nickname" and `value` is "assertion.nickname". - /// - [Newtonsoft.Json.JsonPropertyAttribute("attributeMapping")] - public virtual System.Collections.Generic.IDictionary AttributeMapping { get; set; } - - /// Optional. Prefix to prepend to group name. - [Newtonsoft.Json.JsonPropertyAttribute("groupPrefix")] - public virtual string GroupPrefix { get; set; } - - /// - /// Optional. The SAML attribute to read groups from. This value is expected to be a string and will be passed - /// along as-is (with the option of being prefixed by the `group_prefix`). + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. /// - [Newtonsoft.Json.JsonPropertyAttribute("groupsAttribute")] - public virtual string GroupsAttribute { get; set; } - - /// Required. The list of IdP certificates to validate the SAML response against. - [Newtonsoft.Json.JsonPropertyAttribute("identityProviderCertificates")] - public virtual System.Collections.Generic.IList IdentityProviderCertificates { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Required. The entity ID of the SAML IdP. - [Newtonsoft.Json.JsonPropertyAttribute("identityProviderId")] - public virtual string IdentityProviderId { get; set; } + /// The rollout sequences from the specified parent resource. + [Newtonsoft.Json.JsonPropertyAttribute("rolloutSequences")] + public virtual System.Collections.Generic.IList RolloutSequences { get; set; } - /// Required. The URI where the SAML IdP exposes the SSO service. - [Newtonsoft.Json.JsonPropertyAttribute("identityProviderSsoUri")] - public virtual string IdentityProviderSsoUri { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for listing rollouts. + public class ListRolloutsResponse : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. The SAML attribute to read username from. If unspecified, the username will be read from the - /// NameID element of the assertion in SAML response. This value is expected to be a string and will be passed - /// along as-is (with the option of being prefixed by the `user_prefix`). + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. /// - [Newtonsoft.Json.JsonPropertyAttribute("userAttribute")] - public virtual string UserAttribute { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// Optional. Prefix to prepend to user name. - [Newtonsoft.Json.JsonPropertyAttribute("userPrefix")] - public virtual string UserPrefix { get; set; } + /// The rollouts from the specified parent resource. + [Newtonsoft.Json.JsonPropertyAttribute("rollouts")] + public virtual System.Collections.Generic.IList Rollouts { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Server settings for the external LDAP server. - public class IdentityServiceServerConfig : Google.Apis.Requests.IDirectResponseSchema + /// List of fleet namespaces. + public class ListScopeNamespacesResponse : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Contains a Base64 encoded, PEM formatted certificate authority certificate for the LDAP server. - /// This must be provided for the "ldaps" and "startTLS" connections. + /// A token to request the next page of resources from the `ListNamespaces` method. The value of an empty string + /// means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("certificateAuthorityData")] - public virtual string CertificateAuthorityData { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } - /// - /// Optional. Defines the connection type to communicate with the LDAP server. If `starttls` or `ldaps` is - /// specified, the certificate_authority_data should not be empty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("connectionType")] - public virtual string ConnectionType { get; set; } + /// The list of fleet namespaces + [Newtonsoft.Json.JsonPropertyAttribute("scopeNamespaces")] + public virtual System.Collections.Generic.IList ScopeNamespaces { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// List of Scope RBACRoleBindings. + public class ListScopeRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Required. Defines the hostname or IP of the LDAP server. Port is optional and will default to 389, if - /// unspecified. For example, "ldap.server.example" or "10.10.10.10:389". + /// A token to request the next page of resources from the `ListScopeRBACRoleBindings` method. The value of an + /// empty string means that there are no more resources to return. /// - [Newtonsoft.Json.JsonPropertyAttribute("host")] - public virtual string Host { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of Scope RBACRoleBindings. + [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] + public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. - /// The credentials can be supplied by the combination of the DN and password or the client certificate. - /// - public class IdentityServiceServiceAccountConfig : Google.Apis.Requests.IDirectResponseSchema + /// List of Scopes. + public class ListScopesResponse : Google.Apis.Requests.IDirectResponseSchema { - /// Credentials for basic auth. - [Newtonsoft.Json.JsonPropertyAttribute("simpleBindCredentials")] - public virtual IdentityServiceSimpleBindCredentials SimpleBindCredentials { get; set; } + /// + /// A token to request the next page of resources from the `ListScopes` method. The value of an empty string + /// means that there are no more resources to return. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The list of Scopes + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IList Scopes { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The structure holds the LDAP simple binding credential. - public class IdentityServiceSimpleBindCredentials : Google.Apis.Requests.IDirectResponseSchema + /// A resource that represents a Google Cloud location. + public class Location : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The distinguished name(DN) of the service account object/user. - [Newtonsoft.Json.JsonPropertyAttribute("dn")] - public virtual string Dn { get; set; } + /// The friendly name for this location, typically a nearby city name. For example, "Tokyo". + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Output only. The encrypted password of the service account object/user. - [Newtonsoft.Json.JsonPropertyAttribute("encryptedPassword")] - public virtual string EncryptedPassword { get; set; } + /// + /// Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// Required. Input only. The password of the service account object/user. - [Newtonsoft.Json.JsonPropertyAttribute("password")] - public virtual string Password { get; set; } + /// The canonical id for this location. For example: `"us-east1"`. + [Newtonsoft.Json.JsonPropertyAttribute("locationId")] + public virtual string LocationId { get; set; } + + /// Service-specific metadata. For example the available capacity at the given location. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// Resource name for the location, which may vary between implementations. For example: + /// `"projects/example-project/locations/us-east1"` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Defines where users exist in the LDAP directory. - public class IdentityServiceUserConfig : Google.Apis.Requests.IDirectResponseSchema + /// Membership contains information about a member cluster. + public class Membership : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The location of the subtree in the LDAP directory to search for user entries. - [Newtonsoft.Json.JsonPropertyAttribute("baseDn")] - public virtual string BaseDn { get; set; } + /// + /// Optional. How to identify workloads from this Membership. See the documentation on Workload Identity for + /// more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity + /// + [Newtonsoft.Json.JsonPropertyAttribute("authority")] + public virtual Authority Authority { get; set; } + + /// Output only. The tier of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("clusterTier")] + public virtual string ClusterTier { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. When the Membership was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _deleteTimeRaw; + + private object _deleteTime; + + /// Output only. When the Membership was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// - /// Optional. Filter to apply when searching for the user. This can be used to further restrict the user - /// accounts which are allowed to login. This defaults to "(objectClass=User)". + /// Output only. Description of this membership, limited to 63 characters. Must match the regex: `a-zA-Z0-9*` + /// This field is present for legacy purposes. /// - [Newtonsoft.Json.JsonPropertyAttribute("filter")] - public virtual string Filter { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Optional. Endpoint information to reach this member. + [Newtonsoft.Json.JsonPropertyAttribute("endpoint")] + public virtual MembershipEndpoint Endpoint { get; set; } /// - /// Optional. Determines which attribute to use as the user's identity after they are authenticated. This is - /// distinct from the loginAttribute field to allow users to login with a username, but then have their actual - /// identifier be an email address or full Distinguished Name (DN). For example, setting loginAttribute to - /// "sAMAccountName" and identifierAttribute to "userPrincipalName" would allow a user to login as "bsmith", but - /// actual RBAC policies for the user would be written as "bsmith@example.com". Using "userPrincipalName" is - /// recommended since this will be unique for each user. This defaults to "userPrincipalName". + /// Optional. An externally-generated and managed ID for this Membership. This ID may be modified after + /// creation, but this is not recommended. The ID must match the regex: `a-zA-Z0-9*` If this Membership + /// represents a Kubernetes cluster, this value should be set to the UID of the `kube-system` namespace object. /// - [Newtonsoft.Json.JsonPropertyAttribute("idAttribute")] - public virtual string IdAttribute { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("externalId")] + public virtual string ExternalId { get; set; } + + /// + /// Optional. Labels for this membership. These labels are not leveraged by multi-cluster features, instead, we + /// prefer cluster labels, which can be set on GKE cluster or other cluster types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + private string _lastConnectionTimeRaw; + + private object _lastConnectionTime; + + /// + /// Output only. For clusters using Connect, the timestamp of the most recent connection established with Google + /// Cloud. This time is updated every several minutes, not continuously. For clusters that do not use GKE + /// Connect, or that have never connected successfully, this field will be unset. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastConnectionTime")] + public virtual string LastConnectionTimeRaw + { + get => _lastConnectionTimeRaw; + set + { + _lastConnectionTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastConnectionTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastConnectionTimeDateTimeOffset instead.")] + public virtual object LastConnectionTime + { + get => _lastConnectionTime; + set + { + _lastConnectionTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastConnectionTime = value; + } + } /// - /// Optional. The name of the attribute which matches against the input username. This is used to find the user - /// in the LDAP database e.g. "(=)" and is combined with the optional filter field. This defaults to - /// "userPrincipalName". + /// representation of . /// - [Newtonsoft.Json.JsonPropertyAttribute("loginAttribute")] - public virtual string LoginAttribute { get; set; } + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastConnectionTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastConnectionTimeRaw); + set => LastConnectionTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The type of the membership. + [Newtonsoft.Json.JsonPropertyAttribute("membershipType")] + public virtual string MembershipType { get; set; } - /// - /// KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters. - /// - public class KubernetesMetadata : Google.Apis.Requests.IDirectResponseSchema - { - /// Output only. Kubernetes API server version string as reported by `/version`. - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] - public virtual string KubernetesApiServerVersion { get; set; } + /// Optional. The monitoring config information for this membership. + [Newtonsoft.Json.JsonPropertyAttribute("monitoringConfig")] + public virtual MonitoringConfig MonitoringConfig { get; set; } /// - /// Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in - /// MB. + /// Output only. The full, unique name of this Membership resource in the format + /// `projects/*/locations/*/memberships/{membership_id}`, set during creation. `membership_id` must be a valid + /// RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case + /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be + /// expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters. /// - [Newtonsoft.Json.JsonPropertyAttribute("memoryMb")] - public virtual System.Nullable MemoryMb { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// Output only. Node count as reported by Kubernetes nodes resources. - [Newtonsoft.Json.JsonPropertyAttribute("nodeCount")] - public virtual System.Nullable NodeCount { get; set; } + /// Output only. State of the Membership resource. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual MembershipState State { get; set; } /// - /// Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. - /// On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and - /// the node_provider_id will be empty. + /// Output only. Google-generated UUID for this resource. This is unique across all Membership resources. If a + /// Membership resource is deleted and another resource with the same name is created, it gets a different + /// unique_id. /// - [Newtonsoft.Json.JsonPropertyAttribute("nodeProviderId")] - public virtual string NodeProviderId { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uniqueId")] + public virtual string UniqueId { get; set; } private string _updateTimeRaw; private object _updateTime; - /// - /// Output only. The time at which these details were last updated. This update_time is different from the - /// Membership-level update_time since EndpointDetails are updated internally for API consumers. - /// + /// Output only. When the Membership was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -7860,561 +9018,472 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Output only. vCPU count as reported by Kubernetes nodes resources. - [Newtonsoft.Json.JsonPropertyAttribute("vcpuCount")] - public virtual System.Nullable VcpuCount { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// KubernetesResource contains the YAML manifests and configuration for Membership Kubernetes resources in the - /// cluster. After CreateMembership or UpdateMembership, these resources should be re-applied in the cluster. + /// MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet + /// resources) a Membership is bound to. /// - public class KubernetesResource : Google.Apis.Requests.IDirectResponseSchema + public class MembershipBinding : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Output only. The Kubernetes resources for installing the GKE Connect agent This field is only populated in - /// the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. - /// It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest - /// after the initial registration, the caller should make a UpdateMembership call with an empty field mask. - /// - [Newtonsoft.Json.JsonPropertyAttribute("connectResources")] - public virtual System.Collections.Generic.IList ConnectResources { get; set; } - - /// - /// Input only. The YAML representation of the Membership CR. This field is ignored for GKE clusters where Hub - /// can read the CR directly. Callers should provide the CR that is currently present in the cluster during - /// CreateMembership or UpdateMembership, or leave this field empty if none exists. The CR manifest is used to - /// validate the cluster has not been registered with another Membership. - /// - [Newtonsoft.Json.JsonPropertyAttribute("membershipCrManifest")] - public virtual string MembershipCrManifest { get; set; } - - /// - /// Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership - /// creation, and after every update. This field is only populated in the Membership returned from a successful - /// long-running operation from CreateMembership or UpdateMembership. It is not populated during normal - /// GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the - /// caller should make a UpdateMembership call with an empty field mask. - /// - [Newtonsoft.Json.JsonPropertyAttribute("membershipResources")] - public virtual System.Collections.Generic.IList MembershipResources { get; set; } + private string _createTimeRaw; - /// Optional. Options for Kubernetes resource generation. - [Newtonsoft.Json.JsonPropertyAttribute("resourceOptions")] - public virtual ResourceOptions ResourceOptions { get; set; } + private object _createTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. When the membership binding was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// List of Memberships bound to a Scope. - public class ListBoundMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The list of Memberships bound to the given Scope. - [Newtonsoft.Json.JsonPropertyAttribute("memberships")] - public virtual System.Collections.Generic.IList Memberships { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// - /// A token to request the next page of resources from the `ListBoundMemberships` method. The value of an empty - /// string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + private string _deleteTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _deleteTime; - /// Response message for the `GkeHub.ListFeatures` method. - public class ListFeaturesResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// A token to request the next page of resources from the `ListFeatures` method. The value of an empty string - /// means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + /// Output only. When the membership binding was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } - /// The list of matching Features - [Newtonsoft.Json.JsonPropertyAttribute("resources")] - public virtual System.Collections.Generic.IList Resources { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Response message for the `GkeHub.ListFleetsResponse` method. - public class ListFleetsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The list of matching fleets. - [Newtonsoft.Json.JsonPropertyAttribute("fleets")] - public virtual System.Collections.Generic.IList Fleets { get; set; } + /// Optional. Labels for this MembershipBinding. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no - /// subsequent pages. The token is only valid for 1h. + /// The resource name for the membershipbinding itself + /// `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}` /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// The response message for Locations.ListLocations. - public class ListLocationsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// A list of locations that matches the specified filter in the request. - [Newtonsoft.Json.JsonPropertyAttribute("locations")] - public virtual System.Collections.Generic.IList Locations { get; set; } - - /// The standard List next-page token. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// A Scope resource name in the format `projects/*/locations/*/scopes/*`. + [Newtonsoft.Json.JsonPropertyAttribute("scope")] + public virtual string Scope { get; set; } - /// List of MembershipBindings. - public class ListMembershipBindingsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The list of membership_bindings - [Newtonsoft.Json.JsonPropertyAttribute("membershipBindings")] - public virtual System.Collections.Generic.IList MembershipBindings { get; set; } + /// Output only. State of the membership binding resource. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual MembershipBindingLifecycleState State { get; set; } /// - /// A token to request the next page of resources from the `ListMembershipBindings` method. The value of an - /// empty string means that there are no more resources to return. + /// Output only. Google-generated UUID for this resource. This is unique across all membershipbinding resources. + /// If a membershipbinding resource is deleted and another resource with the same name is created, it gets a + /// different uid. /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + private string _updateTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _updateTime; - /// List of Membership RBACRoleBindings. - public class ListMembershipRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// A token to request the next page of resources from the `ListMembershipRBACRoleBindings` method. The value of - /// an empty string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + /// Output only. When the membership binding was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } - /// The list of Membership RBACRoleBindings. - [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] - public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Response message for the `GkeHub.ListMemberships` method. - public class ListMembershipsResponse : Google.Apis.Requests.IDirectResponseSchema + /// MembershipBindingLifecycleState describes the state of a Binding resource. + public class MembershipBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A token to request the next page of resources from the `ListMemberships` method. The value of an empty - /// string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of matching Memberships. - [Newtonsoft.Json.JsonPropertyAttribute("resources")] - public virtual System.Collections.Generic.IList Resources { get; set; } - - /// List of locations that could not be reached while fetching this list. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// Output only. The current state of the MembershipBinding resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// The response message for Operations.ListOperations. - public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema + /// + /// MembershipEndpoint contains information needed to contact a Kubernetes API, endpoint and any additional + /// Kubernetes metadata. + /// + public class MembershipEndpoint : Google.Apis.Requests.IDirectResponseSchema { - /// The standard List next-page token. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + /// Optional. Specific information for a GDC Edge Appliance cluster. + [Newtonsoft.Json.JsonPropertyAttribute("applianceCluster")] + public virtual ApplianceCluster ApplianceCluster { get; set; } - /// A list of operations that matches the specified filter in the request. - [Newtonsoft.Json.JsonPropertyAttribute("operations")] - public virtual System.Collections.Generic.IList Operations { get; set; } + /// Optional. Specific information for a Google Edge cluster. + [Newtonsoft.Json.JsonPropertyAttribute("edgeCluster")] + public virtual EdgeCluster EdgeCluster { get; set; } + + /// Optional. Specific information for a GKE-on-GCP cluster. + [Newtonsoft.Json.JsonPropertyAttribute("gkeCluster")] + public virtual GkeCluster GkeCluster { get; set; } /// - /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// Output only. Whether the lifecycle of this membership is managed by a google cluster platform service. /// - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] + public virtual System.Nullable GoogleManaged { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. Useful Kubernetes-specific metadata. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetadata")] + public virtual KubernetesMetadata KubernetesMetadata { get; set; } - /// List of permitted Scopes. - public class ListPermittedScopesResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A token to request the next page of resources from the `ListPermittedScopes` method. The value of an empty - /// string means that there are no more resources to return. + /// Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in + /// the steady state. These resources: * Ensure that the cluster is exclusively registered to one and only one + /// Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure + /// proper initial configuration of default Hub Features. /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of permitted Scopes - [Newtonsoft.Json.JsonPropertyAttribute("scopes")] - public virtual System.Collections.Generic.IList Scopes { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesResource")] + public virtual KubernetesResource KubernetesResource { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Specific information for a GKE Multi-Cloud cluster. + [Newtonsoft.Json.JsonPropertyAttribute("multiCloudCluster")] + public virtual MultiCloudCluster MultiCloudCluster { get; set; } - /// List of fleet namespaces. - public class ListScopeNamespacesResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A token to request the next page of resources from the `ListNamespaces` method. The value of an empty string - /// means that there are no more resources to return. + /// Optional. Specific information for a GKE On-Prem cluster. An onprem user-cluster who has no resourceLink is + /// not allowed to use this field, it should have a nil "type" instead. /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of fleet namespaces - [Newtonsoft.Json.JsonPropertyAttribute("scopeNamespaces")] - public virtual System.Collections.Generic.IList ScopeNamespaces { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("onPremCluster")] + public virtual OnPremCluster OnPremCluster { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// List of Scope RBACRoleBindings. - public class ListScopeRBACRoleBindingsResponse : Google.Apis.Requests.IDirectResponseSchema + /// MembershipFeatureSpec contains configuration information for a single Membership. + public class MembershipFeatureSpec : Google.Apis.Requests.IDirectResponseSchema { - /// - /// A token to request the next page of resources from the `ListScopeRBACRoleBindings` method. The value of an - /// empty string means that there are no more resources to return. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + /// Cloud Build-specific spec + [Newtonsoft.Json.JsonPropertyAttribute("cloudbuild")] + public virtual MembershipSpec Cloudbuild { get; set; } - /// The list of Scope RBACRoleBindings. - [Newtonsoft.Json.JsonPropertyAttribute("rbacrolebindings")] - public virtual System.Collections.Generic.IList Rbacrolebindings { get; set; } + /// Config Management-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] + public virtual ConfigManagementMembershipSpec Configmanagement { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Fleet observability membership spec + [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] + public virtual FleetObservabilityMembershipSpec Fleetobservability { get; set; } + + /// Identity Service-specific spec. + [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] + public virtual IdentityServiceMembershipSpec Identityservice { get; set; } + + /// Anthos Service Mesh-specific spec + [Newtonsoft.Json.JsonPropertyAttribute("mesh")] + public virtual ServiceMeshMembershipSpec Mesh { get; set; } - /// List of Scopes. - public class ListScopesResponse : Google.Apis.Requests.IDirectResponseSchema - { /// - /// A token to request the next page of resources from the `ListScopes` method. The value of an empty string - /// means that there are no more resources to return. + /// Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by + /// users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly. /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("origin")] + public virtual Origin Origin { get; set; } - /// The list of Scopes - [Newtonsoft.Json.JsonPropertyAttribute("scopes")] - public virtual System.Collections.Generic.IList Scopes { get; set; } + /// Policy Controller spec. + [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] + public virtual PolicyControllerMembershipSpec Policycontroller { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// A resource that represents a Google Cloud location. - public class Location : Google.Apis.Requests.IDirectResponseSchema + /// MembershipFeatureState contains Feature status information for a single Membership. + public class MembershipFeatureState : Google.Apis.Requests.IDirectResponseSchema { - /// The friendly name for this location, typically a nearby city name. For example, "Tokyo". - [Newtonsoft.Json.JsonPropertyAttribute("displayName")] - public virtual string DisplayName { get; set; } + /// Appdevexperience specific state. + [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] + public virtual AppDevExperienceFeatureState Appdevexperience { get; set; } - /// - /// Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} - /// - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// ClusterUpgrade state. + [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] + public virtual ClusterUpgradeMembershipState Clusterupgrade { get; set; } - /// The canonical id for this location. For example: `"us-east1"`. - [Newtonsoft.Json.JsonPropertyAttribute("locationId")] - public virtual string LocationId { get; set; } + /// Config Management-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] + public virtual ConfigManagementMembershipState Configmanagement { get; set; } - /// Service-specific metadata. For example the available capacity at the given location. - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + /// Fleet observability membership state. + [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] + public virtual FleetObservabilityMembershipState Fleetobservability { get; set; } - /// - /// Resource name for the location, which may vary between implementations. For example: - /// `"projects/example-project/locations/us-east1"` - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Identity Service-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] + public virtual IdentityServiceMembershipState Identityservice { get; set; } + + /// Metering-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("metering")] + public virtual MeteringMembershipState Metering { get; set; } + + /// Policycontroller-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] + public virtual PolicyControllerMembershipState Policycontroller { get; set; } + + /// Service Mesh-specific state. + [Newtonsoft.Json.JsonPropertyAttribute("servicemesh")] + public virtual ServiceMeshMembershipState Servicemesh { get; set; } + + /// The high-level state of this Feature for a single membership. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual FeatureState State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Membership contains information about a member cluster. - public class Membership : Google.Apis.Requests.IDirectResponseSchema + /// **Cloud Build**: Configurations for each Cloud Build enabled cluster. + public class MembershipSpec : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. How to identify workloads from this Membership. See the documentation on Workload Identity for - /// more details: https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity - /// - [Newtonsoft.Json.JsonPropertyAttribute("authority")] - public virtual Authority Authority { get; set; } - - /// Output only. The tier of the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("clusterTier")] - public virtual string ClusterTier { get; set; } - - private string _createTimeRaw; + /// Whether it is allowed to run the privileged builds on the cluster or not. + [Newtonsoft.Json.JsonPropertyAttribute("securityPolicy")] + public virtual string SecurityPolicy { get; set; } - private object _createTime; + /// Version of the cloud build software on the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } - /// Output only. When the Membership was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } + /// MembershipState describes the state of a Membership resource. + public class MembershipState : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The current state of the Membership resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - private string _deleteTimeRaw; + /// **Metering**: Per-Membership Feature State. + public class MeteringMembershipState : Google.Apis.Requests.IDirectResponseSchema + { + private string _lastMeasurementTimeRaw; - private object _deleteTime; + private object _lastMeasurementTime; - /// Output only. When the Membership was deleted. - [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] - public virtual string DeleteTimeRaw + /// The time stamp of the most recent measurement of the number of vCPUs in the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("lastMeasurementTime")] + public virtual string LastMeasurementTimeRaw { - get => _deleteTimeRaw; + get => _lastMeasurementTimeRaw; set { - _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deleteTimeRaw = value; + _lastMeasurementTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastMeasurementTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] - public virtual object DeleteTime + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastMeasurementTimeDateTimeOffset instead.")] + public virtual object LastMeasurementTime { - get => _deleteTime; + get => _lastMeasurementTime; set { - _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deleteTime = value; + _lastMeasurementTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastMeasurementTime = value; } } - /// representation of . + /// + /// representation of . + /// [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + public virtual System.DateTimeOffset? LastMeasurementTimeDateTimeOffset { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); - set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastMeasurementTimeRaw); + set => LastMeasurementTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } /// - /// Output only. Description of this membership, limited to 63 characters. Must match the regex: `a-zA-Z0-9*` - /// This field is present for legacy purposes. + /// The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision). /// - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("preciseLastMeasuredClusterVcpuCapacity")] + public virtual System.Nullable PreciseLastMeasuredClusterVcpuCapacity { get; set; } - /// Optional. Endpoint information to reach this member. - [Newtonsoft.Json.JsonPropertyAttribute("endpoint")] - public virtual MembershipEndpoint Endpoint { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// + /// MonitoringConfig informs Fleet-based applications/services/UIs how the metrics for the underlying cluster is + /// reported to cloud monitoring services. It can be set from empty to non-empty, but can't be mutated directly to + /// prevent accidentally breaking the constinousty of metrics. + /// + public class MonitoringConfig : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. An externally-generated and managed ID for this Membership. This ID may be modified after - /// creation, but this is not recommended. The ID must match the regex: `a-zA-Z0-9*` If this Membership - /// represents a Kubernetes cluster, this value should be set to the UID of the `kube-system` namespace object. + /// Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/MultiCloud clusters, it would + /// be in format {cluster_type}/{cluster_name}, e.g., "awsClusters/cluster_1". /// - [Newtonsoft.Json.JsonPropertyAttribute("externalId")] - public virtual string ExternalId { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("cluster")] + public virtual string Cluster { get; set; } /// - /// Optional. Labels for this membership. These labels are not leveraged by multi-cluster features, instead, we - /// prefer cluster labels, which can be set on GKE cluster or other cluster types. + /// Optional. For GKE and Multicloud clusters, this is the UUID of the cluster resource. For VMWare and + /// Baremetal clusters, this is the kube-system UID. /// - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } - - private string _lastConnectionTimeRaw; - - private object _lastConnectionTime; + [Newtonsoft.Json.JsonPropertyAttribute("clusterHash")] + public virtual string ClusterHash { get; set; } /// - /// Output only. For clusters using Connect, the timestamp of the most recent connection established with Google - /// Cloud. This time is updated every several minutes, not continuously. For clusters that do not use GKE - /// Connect, or that have never connected successfully, this field will be unset. + /// Optional. Kubernetes system metrics, if available, are written to this prefix. This defaults to + /// kubernetes.io for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos MultiCloud will have + /// kubernetes.io prefix today but will migration to be under kubernetes.io/anthos. /// - [Newtonsoft.Json.JsonPropertyAttribute("lastConnectionTime")] - public virtual string LastConnectionTimeRaw - { - get => _lastConnectionTimeRaw; - set - { - _lastConnectionTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _lastConnectionTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastConnectionTimeDateTimeOffset instead.")] - public virtual object LastConnectionTime - { - get => _lastConnectionTime; - set - { - _lastConnectionTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _lastConnectionTime = value; - } - } + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetricsPrefix")] + public virtual string KubernetesMetricsPrefix { get; set; } - /// - /// representation of . - /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? LastConnectionTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastConnectionTimeRaw); - set => LastConnectionTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Optional. Location used to report Metrics + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } - /// Output only. The type of the membership. - [Newtonsoft.Json.JsonPropertyAttribute("membershipType")] - public virtual string MembershipType { get; set; } + /// Optional. Project used to report Metrics + [Newtonsoft.Json.JsonPropertyAttribute("projectId")] + public virtual string ProjectId { get; set; } - /// Optional. The monitoring config information for this membership. - [Newtonsoft.Json.JsonPropertyAttribute("monitoringConfig")] - public virtual MonitoringConfig MonitoringConfig { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// MultiCloudCluster contains information specific to GKE Multi-Cloud clusters. + public class MultiCloudCluster : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Output only. The full, unique name of this Membership resource in the format - /// `projects/*/locations/*/memberships/{membership_id}`, set during creation. `membership_id` must be a valid - /// RFC 1123 compliant DNS label: 1. At most 63 characters in length 2. It must consist of lower case - /// alphanumeric characters or `-` 3. It must start and end with an alphanumeric character Which can be - /// expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters. + /// Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for + /// this GKE Multi-Cloud cluster no longer exists. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Output only. State of the Membership resource. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual MembershipState State { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] + public virtual System.Nullable ClusterMissing { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all Membership resources. If a - /// Membership resource is deleted and another resource with the same name is created, it gets a different - /// unique_id. + /// Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example: + /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster + /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster + /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster /// - [Newtonsoft.Json.JsonPropertyAttribute("uniqueId")] - public virtual string UniqueId { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } - /// Output only. When the Membership was last updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// **Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature. + public class MultiClusterIngressFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Deprecated: This field will be ignored and should not be set. Customer's billing structure. + /// + [Newtonsoft.Json.JsonPropertyAttribute("billing")] + public virtual string Billing { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// + /// Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: + /// `projects/foo-proj/locations/global/memberships/bar` + /// + [Newtonsoft.Json.JsonPropertyAttribute("configMembership")] + public virtual string ConfigMembership { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet - /// resources) a Membership is bound to. - /// - public class MembershipBinding : Google.Apis.Requests.IDirectResponseSchema + /// Namespace represents a namespace across the Fleet + public class Namespace : Google.Apis.Requests.IDirectResponseSchema { private string _createTimeRaw; private object _createTime; - /// Output only. When the membership binding was created. + /// Output only. When the namespace was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -8451,7 +9520,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset private object _deleteTime; - /// Output only. When the membership binding was deleted. + /// Output only. When the namespace was deleted. [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] public virtual string DeleteTimeRaw { @@ -8484,29 +9553,36 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// Optional. Labels for this MembershipBinding. + /// Optional. Labels for this Namespace. [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// The resource name for the membershipbinding itself - /// `projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}` + /// The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// A Scope resource name in the format `projects/*/locations/*/scopes/*`. + /// + /// Optional. Namespace-level cluster namespace labels. These labels are applied to the related namespace of the + /// member clusters bound to the parent Scope. Scope-level labels (`namespace_labels` in the Fleet Scope + /// resource) take precedence over Namespace-level labels if they share a key. Keys and values must be + /// Kubernetes-conformant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("namespaceLabels")] + public virtual System.Collections.Generic.IDictionary NamespaceLabels { get; set; } + + /// Required. Scope associated with the namespace [Newtonsoft.Json.JsonPropertyAttribute("scope")] public virtual string Scope { get; set; } - /// Output only. State of the membership binding resource. + /// Output only. State of the namespace resource. [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual MembershipBindingLifecycleState State { get; set; } + public virtual NamespaceLifecycleState State { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all membershipbinding resources. - /// If a membershipbinding resource is deleted and another resource with the same name is created, it gets a - /// different uid. + /// Output only. Google-generated UUID for this resource. This is unique across all namespace resources. If a + /// namespace resource is deleted and another resource with the same name is created, it gets a different uid. /// [Newtonsoft.Json.JsonPropertyAttribute("uid")] public virtual string Uid { get; set; } @@ -8515,7 +9591,7 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset private object _updateTime; - /// Output only. When the membership binding was last updated. + /// Output only. When the namespace was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -8552,10 +9628,10 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } - /// MembershipBindingLifecycleState describes the state of a Binding resource. - public class MembershipBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema + /// NamespaceLifecycleState describes the state of a Namespace resource. + public class NamespaceLifecycleState : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The current state of the MembershipBinding resource. + /// Output only. The current state of the Namespace resource. [Newtonsoft.Json.JsonPropertyAttribute("code")] public virtual string Code { get; set; } @@ -8563,557 +9639,574 @@ public class MembershipBindingLifecycleState : Google.Apis.Requests.IDirectRespo public virtual string ETag { get; set; } } - /// - /// MembershipEndpoint contains information needed to contact a Kubernetes API, endpoint and any additional - /// Kubernetes metadata. - /// - public class MembershipEndpoint : Google.Apis.Requests.IDirectResponseSchema + /// OnPremCluster contains information specific to GKE On-Prem clusters. + public class OnPremCluster : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. Specific information for a GDC Edge Appliance cluster. - [Newtonsoft.Json.JsonPropertyAttribute("applianceCluster")] - public virtual ApplianceCluster ApplianceCluster { get; set; } + /// Immutable. Whether the cluster is an admin cluster. + [Newtonsoft.Json.JsonPropertyAttribute("adminCluster")] + public virtual System.Nullable AdminCluster { get; set; } - /// Optional. Specific information for a Google Edge cluster. - [Newtonsoft.Json.JsonPropertyAttribute("edgeCluster")] - public virtual EdgeCluster EdgeCluster { get; set; } + /// + /// Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this + /// GKE On-Prem cluster no longer exists. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] + public virtual System.Nullable ClusterMissing { get; set; } - /// Optional. Specific information for a GKE-on-GCP cluster. - [Newtonsoft.Json.JsonPropertyAttribute("gkeCluster")] - public virtual GkeCluster GkeCluster { get; set; } + /// Immutable. The on prem cluster's type. + [Newtonsoft.Json.JsonPropertyAttribute("clusterType")] + public virtual string ClusterType { get; set; } /// - /// Output only. Whether the lifecycle of this membership is managed by a google cluster platform service. + /// Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example: + /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster + /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster /// - [Newtonsoft.Json.JsonPropertyAttribute("googleManaged")] - public virtual System.Nullable GoogleManaged { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] + public virtual string ResourceLink { get; set; } - /// Output only. Useful Kubernetes-specific metadata. - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetadata")] - public virtual KubernetesMetadata KubernetesMetadata { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// This resource represents a long-running operation that is the result of a network API call. + public class Operation : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Optional. The in-cluster Kubernetes Resources that should be applied for a correctly registered cluster, in - /// the steady state. These resources: * Ensure that the cluster is exclusively registered to one and only one - /// Hub Membership. * Propagate Workload Pool Information available in the Membership Authority field. * Ensure - /// proper initial configuration of default Hub Features. + /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, + /// and either `error` or `response` is available. /// - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesResource")] - public virtual KubernetesResource KubernetesResource { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("done")] + public virtual System.Nullable Done { get; set; } + + /// The error result of the operation in case of failure or cancellation. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual GoogleRpcStatus Error { get; set; } + + /// + /// Service-specific metadata associated with the operation. It typically contains progress information and + /// common metadata such as create time. Some services might not provide such metadata. Any method that returns + /// a long-running operation should document the metadata type, if any. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// The server-assigned name, which is only unique within the same service that originally returns it. If you + /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The normal, successful response of the operation. If the original method returns no data on success, such as + /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard + /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have + /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is + /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("response")] + public virtual System.Collections.Generic.IDictionary Response { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents the metadata of the long-running operation. + public class OperationMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. API version used to start the operation. + [Newtonsoft.Json.JsonPropertyAttribute("apiVersion")] + public virtual string ApiVersion { get; set; } + + /// + /// Output only. Identifies whether the user has requested cancellation of the operation. Operations that have + /// successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of + /// 1, corresponding to `Code.CANCELLED`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cancelRequested")] + public virtual System.Nullable CancelRequested { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time the operation was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + private string _endTimeRaw; + + private object _endTime; + + /// Output only. The time the operation finished running. + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. Human-readable status of the operation, if any. + [Newtonsoft.Json.JsonPropertyAttribute("statusDetail")] + public virtual string StatusDetail { get; set; } - /// Optional. Specific information for a GKE Multi-Cloud cluster. - [Newtonsoft.Json.JsonPropertyAttribute("multiCloudCluster")] - public virtual MultiCloudCluster MultiCloudCluster { get; set; } + /// Output only. Server-defined resource path for the target of the operation. + [Newtonsoft.Json.JsonPropertyAttribute("target")] + public virtual string Target { get; set; } - /// - /// Optional. Specific information for a GKE On-Prem cluster. An onprem user-cluster who has no resourceLink is - /// not allowed to use this field, it should have a nil "type" instead. - /// - [Newtonsoft.Json.JsonPropertyAttribute("onPremCluster")] - public virtual OnPremCluster OnPremCluster { get; set; } + /// Output only. Name of the verb executed by the operation. + [Newtonsoft.Json.JsonPropertyAttribute("verb")] + public virtual string Verb { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MembershipFeatureSpec contains configuration information for a single Membership. - public class MembershipFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// Origin defines where this MembershipFeatureSpec originated from. + public class Origin : Google.Apis.Requests.IDirectResponseSchema { - /// Cloud Build-specific spec - [Newtonsoft.Json.JsonPropertyAttribute("cloudbuild")] - public virtual MembershipSpec Cloudbuild { get; set; } - - /// Config Management-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] - public virtual ConfigManagementMembershipSpec Configmanagement { get; set; } - - /// Fleet observability membership spec - [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] - public virtual FleetObservabilityMembershipSpec Fleetobservability { get; set; } - - /// Identity Service-specific spec. - [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] - public virtual IdentityServiceMembershipSpec Identityservice { get; set; } - - /// Anthos Service Mesh-specific spec - [Newtonsoft.Json.JsonPropertyAttribute("mesh")] - public virtual ServiceMeshMembershipSpec Mesh { get; set; } - - /// - /// Whether this per-Membership spec was inherited from a fleet-level default. This field can be updated by - /// users by either overriding a Membership config (updated to USER implicitly) or setting to FLEET explicitly. - /// - [Newtonsoft.Json.JsonPropertyAttribute("origin")] - public virtual Origin Origin { get; set; } - - /// Policy Controller spec. - [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] - public virtual PolicyControllerMembershipSpec Policycontroller { get; set; } + /// Type specifies which type of origin is set. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MembershipFeatureState contains Feature status information for a single Membership. - public class MembershipFeatureState : Google.Apis.Requests.IDirectResponseSchema + /// + /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A + /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single + /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A + /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. + /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical + /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add + /// constraints based on attributes of the request, the resource, or both. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** + /// ``` + /// { + /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", + /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, + /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { + /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time + /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } + /// ``` + /// **YAML + /// example:** + /// ``` + /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - + /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - + /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable + /// access description: Does not grant access after Sep 2020 expression: request.time &lt; + /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 + /// ``` + /// For a description of IAM and its + /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). + /// + public class Policy : Google.Apis.Requests.IDirectResponseSchema { - /// Appdevexperience specific state. - [Newtonsoft.Json.JsonPropertyAttribute("appdevexperience")] - public virtual AppDevExperienceFeatureState Appdevexperience { get; set; } - - /// ClusterUpgrade state. - [Newtonsoft.Json.JsonPropertyAttribute("clusterupgrade")] - public virtual ClusterUpgradeMembershipState Clusterupgrade { get; set; } - - /// Config Management-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("configmanagement")] - public virtual ConfigManagementMembershipState Configmanagement { get; set; } - - /// Fleet observability membership state. - [Newtonsoft.Json.JsonPropertyAttribute("fleetobservability")] - public virtual FleetObservabilityMembershipState Fleetobservability { get; set; } - - /// Identity Service-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("identityservice")] - public virtual IdentityServiceMembershipState Identityservice { get; set; } - - /// Metering-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("metering")] - public virtual MeteringMembershipState Metering { get; set; } - - /// Policycontroller-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("policycontroller")] - public virtual PolicyControllerMembershipState Policycontroller { get; set; } - - /// Service Mesh-specific state. - [Newtonsoft.Json.JsonPropertyAttribute("servicemesh")] - public virtual ServiceMeshMembershipState Servicemesh { get; set; } + /// Specifies cloud audit logging configuration for this policy. + [Newtonsoft.Json.JsonPropertyAttribute("auditConfigs")] + public virtual System.Collections.Generic.IList AuditConfigs { get; set; } - /// The high-level state of this Feature for a single membership. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual FeatureState State { get; set; } + /// + /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that + /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one + /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals + /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the + /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you + /// can add another 1,450 principals to the `bindings` in the `Policy`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bindings")] + public virtual System.Collections.Generic.IList Bindings { get; set; } - /// The ETag of the item. + /// + /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy + /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the + /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned + /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to + /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** + /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit + /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. + /// + [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } + + /// + /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid + /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This + /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding + /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing + /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you + /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this + /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the + /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on + /// that policy may specify any valid version or leave the field unset. To learn which resources support + /// conditions in their IAM policies, see the [IAM + /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). + /// + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual System.Nullable Version { get; set; } } - /// **Cloud Build**: Configurations for each Cloud Build enabled cluster. - public class MembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// Binauthz policy that applies to this cluster. + public class PolicyBinding : Google.Apis.Requests.IDirectResponseSchema { - /// Whether it is allowed to run the privileged builds on the cluster or not. - [Newtonsoft.Json.JsonPropertyAttribute("securityPolicy")] - public virtual string SecurityPolicy { get; set; } - - /// Version of the cloud build software on the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + /// + /// The relative resource name of the binauthz platform policy to audit. GKE platform policies have the + /// following format: `projects/{project_number}/platforms/gke/policies/{policy_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MembershipState describes the state of a Membership resource. - public class MembershipState : Google.Apis.Requests.IDirectResponseSchema + /// BundleInstallSpec is the specification configuration for a single managed bundle. + public class PolicyControllerBundleInstallSpec : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The current state of the Membership resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// The set of namespaces to be exempted from the bundle. + [Newtonsoft.Json.JsonPropertyAttribute("exemptedNamespaces")] + public virtual System.Collections.Generic.IList ExemptedNamespaces { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Metering**: Per-Membership Feature State. - public class MeteringMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// Configuration for Policy Controller + public class PolicyControllerHubConfig : Google.Apis.Requests.IDirectResponseSchema { - private string _lastMeasurementTimeRaw; + /// + /// Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit + /// functionality altogether. + /// + [Newtonsoft.Json.JsonPropertyAttribute("auditIntervalSeconds")] + public virtual System.Nullable AuditIntervalSeconds { get; set; } - private object _lastMeasurementTime; + /// + /// The maximum number of audit violations to be stored in a constraint. If not set, the internal default + /// (currently 20) will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("constraintViolationLimit")] + public virtual System.Nullable ConstraintViolationLimit { get; set; } - /// The time stamp of the most recent measurement of the number of vCPUs in the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("lastMeasurementTime")] - public virtual string LastMeasurementTimeRaw - { - get => _lastMeasurementTimeRaw; - set - { - _lastMeasurementTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _lastMeasurementTimeRaw = value; - } - } + /// Map of deployment configs to deployments ("admission", "audit", "mutation'). + [Newtonsoft.Json.JsonPropertyAttribute("deploymentConfigs")] + public virtual System.Collections.Generic.IDictionary DeploymentConfigs { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastMeasurementTimeDateTimeOffset instead.")] - public virtual object LastMeasurementTime - { - get => _lastMeasurementTime; - set - { - _lastMeasurementTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _lastMeasurementTime = value; - } - } + /// + /// The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently + /// exist on the cluster. + /// + [Newtonsoft.Json.JsonPropertyAttribute("exemptableNamespaces")] + public virtual System.Collections.Generic.IList ExemptableNamespaces { get; set; } /// - /// representation of . + /// The install_spec represents the intended state specified by the latest request that mutated install_spec in + /// the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is + /// reported in the feature state. /// - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? LastMeasurementTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastMeasurementTimeRaw); - set => LastMeasurementTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + [Newtonsoft.Json.JsonPropertyAttribute("installSpec")] + public virtual string InstallSpec { get; set; } + + /// Logs all denies and dry run failures. + [Newtonsoft.Json.JsonPropertyAttribute("logDeniesEnabled")] + public virtual System.Nullable LogDeniesEnabled { get; set; } + + /// Monitoring specifies the configuration of monitoring. + [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] + public virtual PolicyControllerMonitoringConfig Monitoring { get; set; } + + /// Enables the ability to mutate resources using Policy Controller. + [Newtonsoft.Json.JsonPropertyAttribute("mutationEnabled")] + public virtual System.Nullable MutationEnabled { get; set; } + + /// Specifies the desired policy content on the cluster + [Newtonsoft.Json.JsonPropertyAttribute("policyContent")] + public virtual PolicyControllerPolicyContentSpec PolicyContent { get; set; } /// - /// The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision). + /// Enables the ability to use Constraint Templates that reference to objects other than the object currently + /// being evaluated. /// - [Newtonsoft.Json.JsonPropertyAttribute("preciseLastMeasuredClusterVcpuCapacity")] - public virtual System.Nullable PreciseLastMeasuredClusterVcpuCapacity { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("referentialRulesEnabled")] + public virtual System.Nullable ReferentialRulesEnabled { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } /// - /// MonitoringConfig informs Fleet-based applications/services/UIs how the metrics for the underlying cluster is - /// reported to cloud monitoring services. It can be set from empty to non-empty, but can't be mutated directly to - /// prevent accidentally breaking the constinousty of metrics. + /// **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. /// - public class MonitoringConfig : Google.Apis.Requests.IDirectResponseSchema + public class PolicyControllerMembershipSpec : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/MultiCloud clusters, it would - /// be in format {cluster_type}/{cluster_name}, e.g., "awsClusters/cluster_1". - /// - [Newtonsoft.Json.JsonPropertyAttribute("cluster")] - public virtual string Cluster { get; set; } - - /// - /// Optional. For GKE and Multicloud clusters, this is the UUID of the cluster resource. For VMWare and - /// Baremetal clusters, this is the kube-system UID. - /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterHash")] - public virtual string ClusterHash { get; set; } - - /// - /// Optional. Kubernetes system metrics, if available, are written to this prefix. This defaults to - /// kubernetes.io for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos MultiCloud will have - /// kubernetes.io prefix today but will migration to be under kubernetes.io/anthos. - /// - [Newtonsoft.Json.JsonPropertyAttribute("kubernetesMetricsPrefix")] - public virtual string KubernetesMetricsPrefix { get; set; } - - /// Optional. Location used to report Metrics - [Newtonsoft.Json.JsonPropertyAttribute("location")] - public virtual string Location { get; set; } + /// Policy Controller configuration for the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("policyControllerHubConfig")] + public virtual PolicyControllerHubConfig PolicyControllerHubConfig { get; set; } - /// Optional. Project used to report Metrics - [Newtonsoft.Json.JsonPropertyAttribute("projectId")] - public virtual string ProjectId { get; set; } + /// Version of Policy Controller installed. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// MultiCloudCluster contains information specific to GKE Multi-Cloud clusters. - public class MultiCloudCluster : Google.Apis.Requests.IDirectResponseSchema + /// **Policy Controller**: State for a single cluster. + public class PolicyControllerMembershipState : Google.Apis.Requests.IDirectResponseSchema { /// - /// Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for - /// this GKE Multi-Cloud cluster no longer exists. + /// Currently these include (also serving as map keys): 1. "admission" 2. "audit" 3. "mutation" /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] - public virtual System.Nullable ClusterMissing { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("componentStates")] + public virtual System.Collections.Generic.IDictionary ComponentStates { get; set; } - /// - /// Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example: - /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster - /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster - /// //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster - /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + /// The overall content state observed by the Hub Feature controller. + [Newtonsoft.Json.JsonPropertyAttribute("policyContentState")] + public virtual PolicyControllerPolicyContentState PolicyContentState { get; set; } + + /// The overall Policy Controller lifecycle state observed by the Hub Feature controller. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature. - public class MultiClusterIngressFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// + /// MonitoringConfig specifies the backends Policy Controller should export metrics to. For example, to specify + /// metrics should be exported to Cloud Monitoring and Prometheus, specify backends: ["cloudmonitoring", + /// "prometheus"] + /// + public class PolicyControllerMonitoringConfig : Google.Apis.Requests.IDirectResponseSchema { /// - /// Deprecated: This field will be ignored and should not be set. Customer's billing structure. - /// - [Newtonsoft.Json.JsonPropertyAttribute("billing")] - public virtual string Billing { get; set; } - - /// - /// Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: - /// `projects/foo-proj/locations/global/memberships/bar` + /// Specifies the list of backends Policy Controller will export to. An empty list would effectively disable + /// metrics export. /// - [Newtonsoft.Json.JsonPropertyAttribute("configMembership")] - public virtual string ConfigMembership { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("backends")] + public virtual System.Collections.Generic.IList Backends { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Namespace represents a namespace across the Fleet - public class Namespace : Google.Apis.Requests.IDirectResponseSchema + /// OnClusterState represents the state of a sub-component of Policy Controller. + public class PolicyControllerOnClusterState : Google.Apis.Requests.IDirectResponseSchema { - private string _createTimeRaw; - - private object _createTime; - - /// Output only. When the namespace was created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - private string _deleteTimeRaw; - - private object _deleteTime; - - /// Output only. When the namespace was deleted. - [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] - public virtual string DeleteTimeRaw - { - get => _deleteTimeRaw; - set - { - _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _deleteTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] - public virtual object DeleteTime - { - get => _deleteTime; - set - { - _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _deleteTime = value; - } - } + /// Surface potential errors or information logs. + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual string Details { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); - set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// The lifecycle state of this component. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } - /// Optional. Labels for this Namespace. - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// PolicyContentSpec defines the user's desired content configuration on the cluster. + public class PolicyControllerPolicyContentSpec : Google.Apis.Requests.IDirectResponseSchema + { /// - /// The resource name for the namespace `projects/{project}/locations/{location}/namespaces/{namespace}` + /// map of bundle name to BundleInstallSpec. The bundle name maps to the `bundleName` key in the + /// `policycontroller.gke.io/constraintData` annotation on a constraint. /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("bundles")] + public virtual System.Collections.Generic.IDictionary Bundles { get; set; } - /// - /// Optional. Namespace-level cluster namespace labels. These labels are applied to the related namespace of the - /// member clusters bound to the parent Scope. Scope-level labels (`namespace_labels` in the Fleet Scope - /// resource) take precedence over Namespace-level labels if they share a key. Keys and values must be - /// Kubernetes-conformant. - /// - [Newtonsoft.Json.JsonPropertyAttribute("namespaceLabels")] - public virtual System.Collections.Generic.IDictionary NamespaceLabels { get; set; } + /// Configures the installation of the Template Library. + [Newtonsoft.Json.JsonPropertyAttribute("templateLibrary")] + public virtual PolicyControllerTemplateLibraryConfig TemplateLibrary { get; set; } - /// Required. Scope associated with the namespace - [Newtonsoft.Json.JsonPropertyAttribute("scope")] - public virtual string Scope { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Output only. State of the namespace resource. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual NamespaceLifecycleState State { get; set; } + /// The state of the policy controller policy content + public class PolicyControllerPolicyContentState : Google.Apis.Requests.IDirectResponseSchema + { + /// The state of the any bundles included in the chosen version of the manifest + [Newtonsoft.Json.JsonPropertyAttribute("bundleStates")] + public virtual System.Collections.Generic.IDictionary BundleStates { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all namespace resources. If a - /// namespace resource is deleted and another resource with the same name is created, it gets a different uid. + /// The state of the referential data sync configuration. This could represent the state of either the syncSet + /// object(s) or the config object, depending on the version of PoCo configured by the user. /// - [Newtonsoft.Json.JsonPropertyAttribute("uid")] - public virtual string Uid { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("referentialSyncConfigState")] + public virtual PolicyControllerOnClusterState ReferentialSyncConfigState { get; set; } - private string _updateTimeRaw; + /// The state of the template library + [Newtonsoft.Json.JsonPropertyAttribute("templateLibraryState")] + public virtual PolicyControllerOnClusterState TemplateLibraryState { get; set; } - private object _updateTime; + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Deployment-specific configuration. + public class PolicyControllerPolicyControllerDeploymentConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Container resource requirements. + [Newtonsoft.Json.JsonPropertyAttribute("containerResources")] + public virtual PolicyControllerResourceRequirements ContainerResources { get; set; } + + /// Pod affinity configuration. + [Newtonsoft.Json.JsonPropertyAttribute("podAffinity")] + public virtual string PodAffinity { get; set; } - /// Output only. When the namespace was last updated. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } + /// Pod anti-affinity enablement. Deprecated: use `pod_affinity` instead. + [Newtonsoft.Json.JsonPropertyAttribute("podAntiAffinity")] + public virtual System.Nullable PodAntiAffinity { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } + /// Pod tolerations of node taints. + [Newtonsoft.Json.JsonPropertyAttribute("podTolerations")] + public virtual System.Collections.Generic.IList PodTolerations { get; set; } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// Pod replica count. + [Newtonsoft.Json.JsonPropertyAttribute("replicaCount")] + public virtual System.Nullable ReplicaCount { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// NamespaceLifecycleState describes the state of a Namespace resource. - public class NamespaceLifecycleState : Google.Apis.Requests.IDirectResponseSchema + /// ResourceList contains container resource requirements. + public class PolicyControllerResourceList : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. The current state of the Namespace resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// CPU requirement expressed in Kubernetes resource units. + [Newtonsoft.Json.JsonPropertyAttribute("cpu")] + public virtual string Cpu { get; set; } + + /// Memory requirement expressed in Kubernetes resource units. + [Newtonsoft.Json.JsonPropertyAttribute("memory")] + public virtual string Memory { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// OnPremCluster contains information specific to GKE On-Prem clusters. - public class OnPremCluster : Google.Apis.Requests.IDirectResponseSchema + /// ResourceRequirements describes the compute resource requirements. + public class PolicyControllerResourceRequirements : Google.Apis.Requests.IDirectResponseSchema { - /// Immutable. Whether the cluster is an admin cluster. - [Newtonsoft.Json.JsonPropertyAttribute("adminCluster")] - public virtual System.Nullable AdminCluster { get; set; } - /// - /// Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this - /// GKE On-Prem cluster no longer exists. + /// Limits describes the maximum amount of compute resources allowed for use by the running container. /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterMissing")] - public virtual System.Nullable ClusterMissing { get; set; } - - /// Immutable. The on prem cluster's type. - [Newtonsoft.Json.JsonPropertyAttribute("clusterType")] - public virtual string ClusterType { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("limits")] + public virtual PolicyControllerResourceList Limits { get; set; } /// - /// Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster. For example: - /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster - /// //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster + /// Requests describes the amount of compute resources reserved for the container by the kube-scheduler. /// - [Newtonsoft.Json.JsonPropertyAttribute("resourceLink")] - public virtual string ResourceLink { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("requests")] + public virtual PolicyControllerResourceList Requests { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// This resource represents a long-running operation that is the result of a network API call. - public class Operation : Google.Apis.Requests.IDirectResponseSchema + /// The config specifying which default library templates to install. + public class PolicyControllerTemplateLibraryConfig : Google.Apis.Requests.IDirectResponseSchema { - /// - /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, - /// and either `error` or `response` is available. - /// - [Newtonsoft.Json.JsonPropertyAttribute("done")] - public virtual System.Nullable Done { get; set; } + /// Configures the manner in which the template library is installed on the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("installation")] + public virtual string Installation { get; set; } - /// The error result of the operation in case of failure or cancellation. - [Newtonsoft.Json.JsonPropertyAttribute("error")] - public virtual GoogleRpcStatus Error { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// - /// Service-specific metadata associated with the operation. It typically contains progress information and - /// common metadata such as create time. Some services might not provide such metadata. Any method that returns - /// a long-running operation should document the metadata type, if any. - /// - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + /// Toleration of a node taint. + public class PolicyControllerToleration : Google.Apis.Requests.IDirectResponseSchema + { + /// Matches a taint effect. + [Newtonsoft.Json.JsonPropertyAttribute("effect")] + public virtual string Effect { get; set; } - /// - /// The server-assigned name, which is only unique within the same service that originally returns it. If you - /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Matches a taint key (not necessarily unique). + [Newtonsoft.Json.JsonPropertyAttribute("key")] + public virtual string Key { get; set; } - /// - /// The normal, successful response of the operation. If the original method returns no data on success, such as - /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard - /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have - /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is - /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("response")] - public virtual System.Collections.Generic.IDictionary Response { get; set; } + /// Matches a taint operator. + [Newtonsoft.Json.JsonPropertyAttribute("operator")] + public virtual string Operator__ { get; set; } + + /// Matches a taint value. + [Newtonsoft.Json.JsonPropertyAttribute("value")] + public virtual string Value { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Represents the metadata of the long-running operation. - public class OperationMetadata : Google.Apis.Requests.IDirectResponseSchema + /// RBACRoleBinding represents a rbacrolebinding across the Fleet + public class RBACRoleBinding : Google.Apis.Requests.IDirectResponseSchema { - /// Output only. API version used to start the operation. - [Newtonsoft.Json.JsonPropertyAttribute("apiVersion")] - public virtual string ApiVersion { get; set; } - - /// - /// Output only. Identifies whether the user has requested cancellation of the operation. Operations that have - /// successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of - /// 1, corresponding to `Code.CANCELLED`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("cancelRequested")] - public virtual System.Nullable CancelRequested { get; set; } - private string _createTimeRaw; private object _createTime; - /// Output only. The time the operation was created. + /// Output only. When the rbacrolebinding was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -9146,449 +10239,515 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - private string _endTimeRaw; - - private object _endTime; + private string _deleteTimeRaw; - /// Output only. The time the operation finished running. - [Newtonsoft.Json.JsonPropertyAttribute("endTime")] - public virtual string EndTimeRaw - { - get => _endTimeRaw; - set - { - _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _endTimeRaw = value; - } - } + private object _deleteTime; - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] - public virtual object EndTime + /// Output only. When the rbacrolebinding was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw { - get => _endTime; + get => _deleteTimeRaw; set { - _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _endTime = value; + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; } } - /// representation of . + /// representation of . [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? EndTimeDateTimeOffset + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); - set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// Output only. Human-readable status of the operation, if any. - [Newtonsoft.Json.JsonPropertyAttribute("statusDetail")] - public virtual string StatusDetail { get; set; } - - /// Output only. Server-defined resource path for the target of the operation. - [Newtonsoft.Json.JsonPropertyAttribute("target")] - public virtual string Target { get; set; } - - /// Output only. Name of the verb executed by the operation. - [Newtonsoft.Json.JsonPropertyAttribute("verb")] - public virtual string Verb { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Origin defines where this MembershipFeatureSpec originated from. - public class Origin : Google.Apis.Requests.IDirectResponseSchema - { - /// Type specifies which type of origin is set. - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// - /// An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A - /// `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single - /// `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A - /// `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. - /// For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical - /// expression that allows access to a resource only if the expression evaluates to `true`. A condition can add - /// constraints based on attributes of the request, the resource, or both. To learn which resources support - /// conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** - /// ``` - /// { - /// "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", - /// "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, - /// { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { - /// "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time - /// &lt; timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } - /// ``` - /// **YAML - /// example:** - /// ``` - /// bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - - /// serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - - /// members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable - /// access description: Does not grant access after Sep 2020 expression: request.time &lt; - /// timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 - /// ``` - /// For a description of IAM and its - /// features, see the [IAM documentation](https://cloud.google.com/iam/docs/). - /// - public class Policy : Google.Apis.Requests.IDirectResponseSchema - { - /// Specifies cloud audit logging configuration for this policy. - [Newtonsoft.Json.JsonPropertyAttribute("auditConfigs")] - public virtual System.Collections.Generic.IList AuditConfigs { get; set; } + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// - /// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that - /// determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one - /// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals - /// can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the - /// `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you - /// can add another 1,450 principals to the `bindings` in the `Policy`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("bindings")] - public virtual System.Collections.Generic.IList Bindings { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// - /// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy - /// from overwriting each other. It is strongly suggested that systems make use of the `etag` in the - /// read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned - /// in the response to `getIamPolicy`, and systems are expected to put that etag in the request to - /// `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** - /// If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit - /// this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the - /// conditions in the version `3` policy are lost. - /// - [Newtonsoft.Json.JsonPropertyAttribute("etag")] - public virtual string ETag { get; set; } + /// group is the group, as seen by the kubernetes cluster. + [Newtonsoft.Json.JsonPropertyAttribute("group")] + public virtual string Group { get; set; } - /// - /// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid - /// value are rejected. Any operation that affects conditional role bindings must specify version `3`. This - /// requirement applies to the following operations: * Getting a policy that includes a conditional role binding - /// * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing - /// any role binding, with or without a condition, from a policy that includes conditions **Important:** If you - /// use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this - /// field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the - /// conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on - /// that policy may specify any valid version or leave the field unset. To learn which resources support - /// conditions in their IAM policies, see the [IAM - /// documentation](https://cloud.google.com/iam/help/conditions/resource-policies). - /// - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual System.Nullable Version { get; set; } - } + /// Optional. Labels for this RBACRolebinding. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } - /// Binauthz policy that applies to this cluster. - public class PolicyBinding : Google.Apis.Requests.IDirectResponseSchema - { /// - /// The relative resource name of the binauthz platform policy to audit. GKE platform policies have the - /// following format: `projects/{project_number}/platforms/gke/policies/{policy_id}`. + /// The resource name for the rbacrolebinding + /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or + /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// BundleInstallSpec is the specification configuration for a single managed bundle. - public class PolicyControllerBundleInstallSpec : Google.Apis.Requests.IDirectResponseSchema - { - /// The set of namespaces to be exempted from the bundle. - [Newtonsoft.Json.JsonPropertyAttribute("exemptedNamespaces")] - public virtual System.Collections.Generic.IList ExemptedNamespaces { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Required. Role to bind to the principal + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual Role Role { get; set; } - /// Configuration for Policy Controller - public class PolicyControllerHubConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit - /// functionality altogether. - /// - [Newtonsoft.Json.JsonPropertyAttribute("auditIntervalSeconds")] - public virtual System.Nullable AuditIntervalSeconds { get; set; } + /// Output only. State of the rbacrolebinding resource. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual RBACRoleBindingLifecycleState State { get; set; } /// - /// The maximum number of audit violations to be stored in a constraint. If not set, the internal default - /// (currently 20) will be used. + /// Output only. Google-generated UUID for this resource. This is unique across all rbacrolebinding resources. + /// If a rbacrolebinding resource is deleted and another resource with the same name is created, it gets a + /// different uid. /// - [Newtonsoft.Json.JsonPropertyAttribute("constraintViolationLimit")] - public virtual System.Nullable ConstraintViolationLimit { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } - /// Map of deployment configs to deployments ("admission", "audit", "mutation'). - [Newtonsoft.Json.JsonPropertyAttribute("deploymentConfigs")] - public virtual System.Collections.Generic.IDictionary DeploymentConfigs { get; set; } + private string _updateTimeRaw; - /// - /// The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently - /// exist on the cluster. - /// - [Newtonsoft.Json.JsonPropertyAttribute("exemptableNamespaces")] - public virtual System.Collections.Generic.IList ExemptableNamespaces { get; set; } + private object _updateTime; - /// - /// The install_spec represents the intended state specified by the latest request that mutated install_spec in - /// the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is - /// reported in the feature state. - /// - [Newtonsoft.Json.JsonPropertyAttribute("installSpec")] - public virtual string InstallSpec { get; set; } + /// Output only. When the rbacrolebinding was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } - /// Logs all denies and dry run failures. - [Newtonsoft.Json.JsonPropertyAttribute("logDeniesEnabled")] - public virtual System.Nullable LogDeniesEnabled { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } - /// Monitoring specifies the configuration of monitoring. - [Newtonsoft.Json.JsonPropertyAttribute("monitoring")] - public virtual PolicyControllerMonitoringConfig Monitoring { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Enables the ability to mutate resources using Policy Controller. - [Newtonsoft.Json.JsonPropertyAttribute("mutationEnabled")] - public virtual System.Nullable MutationEnabled { get; set; } + /// + /// user is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld" + /// + [Newtonsoft.Json.JsonPropertyAttribute("user")] + public virtual string User { get; set; } - /// Specifies the desired policy content on the cluster - [Newtonsoft.Json.JsonPropertyAttribute("policyContent")] - public virtual PolicyControllerPolicyContentSpec PolicyContent { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// **RBAC RoleBinding Actuation**: The Hub-wide input for the RBACRoleBindingActuation feature. + public class RBACRoleBindingActuationFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Enables the ability to use Constraint Templates that reference to objects other than the object currently - /// being evaluated. + /// The list of allowed custom roles (ClusterRoles). If a ClusterRole is not part of this list, it cannot be + /// used in a Scope RBACRoleBinding. If a ClusterRole in this list is in use, it cannot be removed from the + /// list. /// - [Newtonsoft.Json.JsonPropertyAttribute("referentialRulesEnabled")] - public virtual System.Nullable ReferentialRulesEnabled { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("allowedCustomRoles")] + public virtual System.Collections.Generic.IList AllowedCustomRoles { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// **Policy Controller**: Configuration for a single cluster. Intended to parallel the PolicyController CR. - /// - public class PolicyControllerMembershipSpec : Google.Apis.Requests.IDirectResponseSchema + /// **RBAC RoleBinding Actuation**: An empty state left as an example Hub-wide Feature state. + public class RBACRoleBindingActuationFeatureState : Google.Apis.Requests.IDirectResponseSchema { - /// Policy Controller configuration for the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("policyControllerHubConfig")] - public virtual PolicyControllerHubConfig PolicyControllerHubConfig { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } - /// Version of Policy Controller installed. - [Newtonsoft.Json.JsonPropertyAttribute("version")] - public virtual string Version { get; set; } + /// RBACRoleBindingLifecycleState describes the state of a RbacRoleBinding resource. + public class RBACRoleBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The current state of the rbacrolebinding resource. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual string Code { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// **Policy Controller**: State for a single cluster. - public class PolicyControllerMembershipState : Google.Apis.Requests.IDirectResponseSchema + /// ResourceManifest represents a single Kubernetes resource to be applied to the cluster. + public class ResourceManifest : Google.Apis.Requests.IDirectResponseSchema { /// - /// Currently these include (also serving as map keys): 1. "admission" 2. "audit" 3. "mutation" + /// Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is + /// assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster. /// - [Newtonsoft.Json.JsonPropertyAttribute("componentStates")] - public virtual System.Collections.Generic.IDictionary ComponentStates { get; set; } - - /// The overall content state observed by the Hub Feature controller. - [Newtonsoft.Json.JsonPropertyAttribute("policyContentState")] - public virtual PolicyControllerPolicyContentState PolicyContentState { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("clusterScoped")] + public virtual System.Nullable ClusterScoped { get; set; } - /// The overall Policy Controller lifecycle state observed by the Hub Feature controller. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// Output only. YAML manifest of the resource. + [Newtonsoft.Json.JsonPropertyAttribute("manifest")] + public virtual string Manifest { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// - /// MonitoringConfig specifies the backends Policy Controller should export metrics to. For example, to specify - /// metrics should be exported to Cloud Monitoring and Prometheus, specify backends: ["cloudmonitoring", - /// "prometheus"] - /// - public class PolicyControllerMonitoringConfig : Google.Apis.Requests.IDirectResponseSchema + /// ResourceOptions represent options for Kubernetes resource generation. + public class ResourceOptions : Google.Apis.Requests.IDirectResponseSchema { /// - /// Specifies the list of backends Policy Controller will export to. An empty list would effectively disable - /// metrics export. + /// Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect + /// version. The version must be a currently supported version, obsolete versions will be rejected. + /// + [Newtonsoft.Json.JsonPropertyAttribute("connectVersion")] + public virtual string ConnectVersion { get; set; } + + /// + /// Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent migration to + /// svc.id.goog on GDC-SO 1.33.100 patch and above. + /// + [Newtonsoft.Json.JsonPropertyAttribute("k8sGitVersion")] + public virtual string K8sGitVersion { get; set; } + + /// + /// Optional. Major and minor version of the Kubernetes cluster. This is only used to determine which version to + /// use for the CustomResourceDefinition resources, `apiextensions/v1beta1` or`apiextensions/v1`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("k8sVersion")] + public virtual string K8sVersion { get; set; } + + /// + /// Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. + /// This option should be set for clusters with Kubernetes apiserver versions &lt;1.16. /// - [Newtonsoft.Json.JsonPropertyAttribute("backends")] - public virtual System.Collections.Generic.IList Backends { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("v1beta1Crd")] + public virtual System.Nullable V1beta1Crd { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// OnClusterState represents the state of a sub-component of Policy Controller. - public class PolicyControllerOnClusterState : Google.Apis.Requests.IDirectResponseSchema + /// Role is the type for Kubernetes roles + public class Role : Google.Apis.Requests.IDirectResponseSchema { - /// Surface potential errors or information logs. - [Newtonsoft.Json.JsonPropertyAttribute("details")] - public virtual string Details { get; set; } + /// Optional. custom_role is the name of a custom KubernetesClusterRole to use. + [Newtonsoft.Json.JsonPropertyAttribute("customRole")] + public virtual string CustomRole { get; set; } - /// The lifecycle state of this component. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } + /// predefined_role is the Kubernetes default role to use + [Newtonsoft.Json.JsonPropertyAttribute("predefinedRole")] + public virtual string PredefinedRole { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// PolicyContentSpec defines the user's desired content configuration on the cluster. - public class PolicyControllerPolicyContentSpec : Google.Apis.Requests.IDirectResponseSchema + /// Rollout contains the Rollout metadata and configuration. + public class Rollout : Google.Apis.Requests.IDirectResponseSchema { - /// - /// map of bundle name to BundleInstallSpec. The bundle name maps to the `bundleName` key in the - /// `policycontroller.gke.io/constraintData` annotation on a constraint. - /// - [Newtonsoft.Json.JsonPropertyAttribute("bundles")] - public virtual System.Collections.Generic.IDictionary Bundles { get; set; } + private string _completeTimeRaw; - /// Configures the installation of the Template Library. - [Newtonsoft.Json.JsonPropertyAttribute("templateLibrary")] - public virtual PolicyControllerTemplateLibraryConfig TemplateLibrary { get; set; } + private object _completeTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The timestamp at which the Rollout was completed. + [Newtonsoft.Json.JsonPropertyAttribute("completeTime")] + public virtual string CompleteTimeRaw + { + get => _completeTimeRaw; + set + { + _completeTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _completeTimeRaw = value; + } + } - /// The state of the policy controller policy content - public class PolicyControllerPolicyContentState : Google.Apis.Requests.IDirectResponseSchema - { - /// The state of the any bundles included in the chosen version of the manifest - [Newtonsoft.Json.JsonPropertyAttribute("bundleStates")] - public virtual System.Collections.Generic.IDictionary BundleStates { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")] + public virtual object CompleteTime + { + get => _completeTime; + set + { + _completeTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _completeTime = value; + } + } - /// - /// The state of the referential data sync configuration. This could represent the state of either the syncSet - /// object(s) or the config object, depending on the version of PoCo configured by the user. - /// - [Newtonsoft.Json.JsonPropertyAttribute("referentialSyncConfigState")] - public virtual PolicyControllerOnClusterState ReferentialSyncConfigState { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CompleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CompleteTimeRaw); + set => CompleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The state of the template library - [Newtonsoft.Json.JsonPropertyAttribute("templateLibraryState")] - public virtual PolicyControllerOnClusterState TemplateLibraryState { get; set; } + private string _createTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _createTime; - /// Deployment-specific configuration. - public class PolicyControllerPolicyControllerDeploymentConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Container resource requirements. - [Newtonsoft.Json.JsonPropertyAttribute("containerResources")] - public virtual PolicyControllerResourceRequirements ContainerResources { get; set; } + /// Output only. The timestamp at which the Rollout was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } - /// Pod affinity configuration. - [Newtonsoft.Json.JsonPropertyAttribute("podAffinity")] - public virtual string PodAffinity { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } - /// Pod anti-affinity enablement. Deprecated: use `pod_affinity` instead. - [Newtonsoft.Json.JsonPropertyAttribute("podAntiAffinity")] - public virtual System.Nullable PodAntiAffinity { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Pod tolerations of node taints. - [Newtonsoft.Json.JsonPropertyAttribute("podTolerations")] - public virtual System.Collections.Generic.IList PodTolerations { get; set; } + private string _deleteTimeRaw; - /// Pod replica count. - [Newtonsoft.Json.JsonPropertyAttribute("replicaCount")] - public virtual System.Nullable ReplicaCount { get; set; } + private object _deleteTime; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Output only. The timestamp at the Rollout was deleted. + [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] + public virtual string DeleteTimeRaw + { + get => _deleteTimeRaw; + set + { + _deleteTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _deleteTimeRaw = value; + } + } - /// ResourceList contains container resource requirements. - public class PolicyControllerResourceList : Google.Apis.Requests.IDirectResponseSchema - { - /// CPU requirement expressed in Kubernetes resource units. - [Newtonsoft.Json.JsonPropertyAttribute("cpu")] - public virtual string Cpu { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")] + public virtual object DeleteTime + { + get => _deleteTime; + set + { + _deleteTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _deleteTime = value; + } + } - /// Memory requirement expressed in Kubernetes resource units. - [Newtonsoft.Json.JsonPropertyAttribute("memory")] - public virtual string Memory { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(DeleteTimeRaw); + set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// The ETag of the item. + /// Optional. Human readable display name of the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Output only. etag of the Rollout Ex. abc1234 + [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } - } - /// ResourceRequirements describes the compute resource requirements. - public class PolicyControllerResourceRequirements : Google.Apis.Requests.IDirectResponseSchema - { + /// Optional. Output only. The excluded clusters from the rollout. + [Newtonsoft.Json.JsonPropertyAttribute("excludedClusters")] + public virtual System.Collections.Generic.IList ExcludedClusters { get; set; } + + /// Optional. Feature config to use for Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("feature")] + public virtual FeatureUpdate Feature { get; set; } + + /// Optional. Labels for this Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + /// - /// Limits describes the maximum amount of compute resources allowed for use by the running container. + /// Output only. States of upgrading control plane or node pool targets of a single cluster (GKE Hub membership) + /// that's part of this Rollout. The key is the membership name of the cluster. The value is the state of the + /// cluster. /// - [Newtonsoft.Json.JsonPropertyAttribute("limits")] - public virtual PolicyControllerResourceList Limits { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("membershipStates")] + public virtual System.Collections.Generic.IDictionary MembershipStates { get; set; } /// - /// Requests describes the amount of compute resources reserved for the container by the kube-scheduler. + /// Identifier. The full, unique resource name of this Rollout in the format of + /// `projects/{project}/locations/global/rollouts/{rollout}`. /// - [Newtonsoft.Json.JsonPropertyAttribute("requests")] - public virtual PolicyControllerResourceList Requests { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// + /// Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied this Rollout. In + /// the format of `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user + /// initiated rollouts. + /// + [Newtonsoft.Json.JsonPropertyAttribute("rolloutSequence")] + public virtual string RolloutSequence { get; set; } - /// The config specifying which default library templates to install. - public class PolicyControllerTemplateLibraryConfig : Google.Apis.Requests.IDirectResponseSchema - { - /// Configures the manner in which the template library is installed on the cluster. - [Newtonsoft.Json.JsonPropertyAttribute("installation")] - public virtual string Installation { get; set; } + /// Output only. The schedule of the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("schedule")] + public virtual Schedule Schedule { get; set; } - /// The ETag of the item. - public virtual string ETag { get; set; } + /// + /// Output only. The stages of the Rollout. Note: this is only populated for google-initiated rollouts. + /// + [Newtonsoft.Json.JsonPropertyAttribute("stages")] + public virtual System.Collections.Generic.IList Stages { get; set; } + + /// Output only. State specifies various states of the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// Output only. A human-readable description explaining the reason for the current state. + [Newtonsoft.Json.JsonPropertyAttribute("stateReason")] + public virtual string StateReason { get; set; } + + /// + /// Output only. Google-generated UUID for this resource. This is unique across all Rollout resources. If a + /// Rollout resource is deleted and another resource with the same name is created, it gets a different uid. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uid")] + public virtual string Uid { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. The timestamp at which the Rollout was last updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only. + [Newtonsoft.Json.JsonPropertyAttribute("versionUpgrade")] + public virtual VersionUpgrade VersionUpgrade { get; set; } } - /// Toleration of a node taint. - public class PolicyControllerToleration : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about single cluster (GKE Hub membership) that's part of this Rollout. + public class RolloutMembershipState : Google.Apis.Requests.IDirectResponseSchema { - /// Matches a taint effect. - [Newtonsoft.Json.JsonPropertyAttribute("effect")] - public virtual string Effect { get; set; } + private string _lastUpdateTimeRaw; + + private object _lastUpdateTime; + + /// + /// Optional. Output only. The time this status and any related Rollout-specific details for the membership were + /// updated. + /// + [Newtonsoft.Json.JsonPropertyAttribute("lastUpdateTime")] + public virtual string LastUpdateTimeRaw + { + get => _lastUpdateTimeRaw; + set + { + _lastUpdateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _lastUpdateTimeRaw = value; + } + } - /// Matches a taint key (not necessarily unique). - [Newtonsoft.Json.JsonPropertyAttribute("key")] - public virtual string Key { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use LastUpdateTimeDateTimeOffset instead.")] + public virtual object LastUpdateTime + { + get => _lastUpdateTime; + set + { + _lastUpdateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _lastUpdateTime = value; + } + } - /// Matches a taint operator. - [Newtonsoft.Json.JsonPropertyAttribute("operator")] - public virtual string Operator__ { get; set; } + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? LastUpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(LastUpdateTimeRaw); + set => LastUpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// Matches a taint value. - [Newtonsoft.Json.JsonPropertyAttribute("value")] - public virtual string Value { get; set; } + /// Output only. The stage assignment of this cluster in this rollout. + [Newtonsoft.Json.JsonPropertyAttribute("stageAssignment")] + public virtual System.Nullable StageAssignment { get; set; } + + /// + /// Output only. The targets of the rollout - clusters or node pools that are being upgraded. All targets + /// belongs to the same cluster, identified by the membership name (key of membership_states map). + /// + [Newtonsoft.Json.JsonPropertyAttribute("targets")] + public virtual System.Collections.Generic.IList Targets { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// RBACRoleBinding represents a rbacrolebinding across the Fleet - public class RBACRoleBinding : Google.Apis.Requests.IDirectResponseSchema + /// RolloutSequence defines the desired order of upgrades. + public class RolloutSequence : Google.Apis.Requests.IDirectResponseSchema { private string _createTimeRaw; private object _createTime; - /// Output only. When the rbacrolebinding was created. + /// Output only. The timestamp at which the Rollout Sequence was created. [Newtonsoft.Json.JsonPropertyAttribute("createTime")] public virtual string CreateTimeRaw { @@ -9625,7 +10784,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset private object _deleteTime; - /// Output only. When the rbacrolebinding was deleted. + /// Output only. The timestamp at the Rollout Sequence was deleted. [Newtonsoft.Json.JsonPropertyAttribute("deleteTime")] public virtual string DeleteTimeRaw { @@ -9658,33 +10817,32 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset set => DeleteTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - /// group is the group, as seen by the kubernetes cluster. - [Newtonsoft.Json.JsonPropertyAttribute("group")] - public virtual string Group { get; set; } + /// Optional. Human readable display name of the Rollout Sequence. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } - /// Optional. Labels for this RBACRolebinding. + /// Output only. etag of the Rollout Sequence Ex. abc1234 + [Newtonsoft.Json.JsonPropertyAttribute("etag")] + public virtual string ETag { get; set; } + + /// Optional. Labels for this Rollout Sequence. [Newtonsoft.Json.JsonPropertyAttribute("labels")] public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// The resource name for the rbacrolebinding - /// `projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}` or - /// `projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}` + /// Identifier. Name of the rollout sequence in the format of: + /// projects/{PROJECT_ID}/locations/global/rolloutSequences/{NAME} /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } - /// Required. Role to bind to the principal - [Newtonsoft.Json.JsonPropertyAttribute("role")] - public virtual Role Role { get; set; } - - /// Output only. State of the rbacrolebinding resource. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual RBACRoleBindingLifecycleState State { get; set; } + /// Required. Ordered list of stages that constitutes this Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("stages")] + public virtual System.Collections.Generic.IList Stages { get; set; } /// - /// Output only. Google-generated UUID for this resource. This is unique across all rbacrolebinding resources. - /// If a rbacrolebinding resource is deleted and another resource with the same name is created, it gets a + /// Output only. Google-generated UUID for this resource. This is unique across all Rollout Sequence resources. + /// If a Rollout Sequence resource is deleted and another resource with the same name is created, it gets a /// different uid. /// [Newtonsoft.Json.JsonPropertyAttribute("uid")] @@ -9694,7 +10852,7 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset private object _updateTime; - /// Output only. When the rbacrolebinding was last updated. + /// Output only. The timestamp at which the Rollout Sequence was last updated. [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] public virtual string UpdateTimeRaw { @@ -9726,113 +10884,142 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } - - /// - /// user is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld" - /// - [Newtonsoft.Json.JsonPropertyAttribute("user")] - public virtual string User { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } } - /// **RBAC RoleBinding Actuation**: The Hub-wide input for the RBACRoleBindingActuation feature. - public class RBACRoleBindingActuationFeatureSpec : Google.Apis.Requests.IDirectResponseSchema + /// Stage represents a single stage in the Rollout. + public class RolloutStage : Google.Apis.Requests.IDirectResponseSchema { - /// - /// The list of allowed custom roles (ClusterRoles). If a ClusterRole is not part of this list, it cannot be - /// used in a Scope RBACRoleBinding. If a ClusterRole in this list is in use, it cannot be removed from the - /// list. - /// - [Newtonsoft.Json.JsonPropertyAttribute("allowedCustomRoles")] - public virtual System.Collections.Generic.IList AllowedCustomRoles { get; set; } + private string _endTimeRaw; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + private object _endTime; - /// **RBAC RoleBinding Actuation**: An empty state left as an example Hub-wide Feature state. - public class RBACRoleBindingActuationFeatureState : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Optional. Output only. The time at which the wave ended. + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } - /// RBACRoleBindingLifecycleState describes the state of a RbacRoleBinding resource. - public class RBACRoleBindingLifecycleState : Google.Apis.Requests.IDirectResponseSchema - { - /// Output only. The current state of the rbacrolebinding resource. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual string Code { get; set; } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } - /// ResourceManifest represents a single Kubernetes resource to be applied to the cluster. - public class ResourceManifest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Output only. Whether the resource provided in the manifest is `cluster_scoped`. If unset, the manifest is - /// assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster. - /// - [Newtonsoft.Json.JsonPropertyAttribute("clusterScoped")] - public virtual System.Nullable ClusterScoped { get; set; } + /// Optional. Duration to soak after this wave before starting the next wave. + [Newtonsoft.Json.JsonPropertyAttribute("soakDuration")] + public virtual object SoakDuration { get; set; } - /// Output only. YAML manifest of the resource. - [Newtonsoft.Json.JsonPropertyAttribute("manifest")] - public virtual string Manifest { get; set; } + /// Output only. The wave number to which this status applies. + [Newtonsoft.Json.JsonPropertyAttribute("stageNumber")] + public virtual System.Nullable StageNumber { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Optional. Output only. The time at which the wave started. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. The state of the wave. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// ResourceOptions represent options for Kubernetes resource generation. - public class ResourceOptions : Google.Apis.Requests.IDirectResponseSchema + /// Metadata about the status of targets (clusters or node pools) involved in the Rollout. + public class RolloutTarget : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect - /// version. The version must be a currently supported version, obsolete versions will be rejected. + /// Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It is formatted + /// as: ///projects//locations//clusters/. I.e. for GKE clusters, it is formatted as: + /// //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as: + /// //edgecontainer.googleapis.com/projects//locations//clusters/. /// - [Newtonsoft.Json.JsonPropertyAttribute("connectVersion")] - public virtual string ConnectVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("cluster")] + public virtual string Cluster { get; set; } /// - /// Optional. Git version of the Kubernetes cluster. This is only used to gate the Connect Agent migration to - /// svc.id.goog on GDC-SO 1.33.100 patch and above. + /// Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It is formatted + /// as: ///projects//locations//clusters//nodePools/. /// - [Newtonsoft.Json.JsonPropertyAttribute("k8sGitVersion")] - public virtual string K8sGitVersion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("nodePool")] + public virtual string NodePool { get; set; } - /// - /// Optional. Major and minor version of the Kubernetes cluster. This is only used to determine which version to - /// use for the CustomResourceDefinition resources, `apiextensions/v1beta1` or`apiextensions/v1`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("k8sVersion")] - public virtual string K8sVersion { get; set; } + /// Optional. Output only. The operation resource name performing the mutation. + [Newtonsoft.Json.JsonPropertyAttribute("operation")] + public virtual string Operation { get; set; } - /// - /// Optional. Use `apiextensions/v1beta1` instead of `apiextensions/v1` for CustomResourceDefinition resources. - /// This option should be set for clusters with Kubernetes apiserver versions &lt;1.16. - /// - [Newtonsoft.Json.JsonPropertyAttribute("v1beta1Crd")] - public virtual System.Nullable V1beta1Crd { get; set; } + /// Optional. Output only. A human-readable description of the current status. + [Newtonsoft.Json.JsonPropertyAttribute("reason")] + public virtual string Reason { get; set; } + + /// Output only. The high-level, machine-readable status of this Rollout for the target. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Role is the type for Kubernetes roles - public class Role : Google.Apis.Requests.IDirectResponseSchema + /// Schedule represents the schedule of the Rollout. + public class Schedule : Google.Apis.Requests.IDirectResponseSchema { - /// Optional. custom_role is the name of a custom KubernetesClusterRole to use. - [Newtonsoft.Json.JsonPropertyAttribute("customRole")] - public virtual string CustomRole { get; set; } - - /// predefined_role is the Kubernetes default role to use - [Newtonsoft.Json.JsonPropertyAttribute("predefinedRole")] - public virtual string PredefinedRole { get; set; } + /// Output only. The schedule of each wave in the Rollout. + [Newtonsoft.Json.JsonPropertyAttribute("waves")] + public virtual System.Collections.Generic.IList Waves { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -10166,6 +11353,30 @@ public class SetIamPolicyRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Rollout stage. + public class Stage : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Filter members of fleets (above) to a subset of clusters. If not specified, all clusters in the + /// fleets are selected. + /// + [Newtonsoft.Json.JsonPropertyAttribute("clusterSelector")] + public virtual ClusterSelector ClusterSelector { get; set; } + + /// + /// Required. List of Fleet projects to select the clusters from. Expected format: projects/{project} + /// + [Newtonsoft.Json.JsonPropertyAttribute("fleetProjects")] + public virtual System.Collections.Generic.IList FleetProjects { get; set; } + + /// Optional. Soak time after upgrading all the clusters in the stage. + [Newtonsoft.Json.JsonPropertyAttribute("soakDuration")] + public virtual object SoakDuration { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Status specifies state for the subcomponent. public class Status : Google.Apis.Requests.IDirectResponseSchema { @@ -10223,4 +11434,104 @@ public class TypeMeta : Google.Apis.Requests.IDirectResponseSchema /// The ETag of the item. public virtual string ETag { get; set; } } + + /// Config for version upgrade of clusters. + public class VersionUpgrade : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Desired version of the component. + [Newtonsoft.Json.JsonPropertyAttribute("desiredVersion")] + public virtual string DesiredVersion { get; set; } + + /// Optional. Type of version upgrade specifies which component should be upgraded. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// WaveSchedule represents the schedule of a single rollout wave. + public class WaveSchedule : Google.Apis.Requests.IDirectResponseSchema + { + private string _waveEndTimeRaw; + + private object _waveEndTime; + + /// Output only. The time at which the wave ends. + [Newtonsoft.Json.JsonPropertyAttribute("waveEndTime")] + public virtual string WaveEndTimeRaw + { + get => _waveEndTimeRaw; + set + { + _waveEndTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _waveEndTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use WaveEndTimeDateTimeOffset instead.")] + public virtual object WaveEndTime + { + get => _waveEndTime; + set + { + _waveEndTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _waveEndTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? WaveEndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(WaveEndTimeRaw); + set => WaveEndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. The wave number to which this schedule applies. + [Newtonsoft.Json.JsonPropertyAttribute("waveNumber")] + public virtual System.Nullable WaveNumber { get; set; } + + private string _waveStartTimeRaw; + + private object _waveStartTime; + + /// Output only. The time at which the wave starts. + [Newtonsoft.Json.JsonPropertyAttribute("waveStartTime")] + public virtual string WaveStartTimeRaw + { + get => _waveStartTimeRaw; + set + { + _waveStartTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _waveStartTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use WaveStartTimeDateTimeOffset instead.")] + public virtual object WaveStartTime + { + get => _waveStartTime; + set + { + _waveStartTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _waveStartTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? WaveStartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(WaveStartTimeRaw); + set => WaveStartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } } diff --git a/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj b/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj index 618eb392779..4603e56dd04 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1beta Client Library - 1.71.0.3920 + 1.72.0.3964 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.cs b/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.cs index de571bdca28..3eb11c55123 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.cs +++ b/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.cs @@ -1690,8 +1690,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj b/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj index e231197fb25..b6d8a193e16 100644 --- a/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v1beta1/Google.Apis.GKEHub.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v1beta1 Client Library - 1.71.0.3920 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.cs b/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.cs index 3df280c9eab..8314fd536bb 100644 --- a/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.cs +++ b/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.cs @@ -1060,8 +1060,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2129,6 +2129,10 @@ public class ConfigManagementState : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("hierarchyControllerState")] public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; } + /// Output only. The Kubernetes API server version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } + /// /// Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while /// the MembershipSpec in the FeatureSpec represents the intended state. diff --git a/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.csproj b/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.csproj index b0e771208dc..61bae0f2d8e 100644 --- a/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v2/Google.Apis.GKEHub.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v2 Client Library - 1.71.0.3920 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.cs b/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.cs index 0ec18268221..e0040377c51 100644 --- a/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.cs +++ b/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.cs @@ -1060,8 +1060,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2129,6 +2129,10 @@ public class ConfigManagementState : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("hierarchyControllerState")] public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; } + /// Output only. The Kubernetes API server version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } + /// /// Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while /// the MembershipSpec in the FeatureSpec represents the intended state. diff --git a/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj b/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj index 08a3449ffeb..861249216c6 100644 --- a/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v2alpha/Google.Apis.GKEHub.v2alpha.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v2alpha Client Library - 1.71.0.3920 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.cs b/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.cs index dac8645328f..f0bcdf1d03f 100644 --- a/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.cs +++ b/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.cs @@ -1060,8 +1060,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2129,6 +2129,10 @@ public class ConfigManagementState : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("hierarchyControllerState")] public virtual ConfigManagementHierarchyControllerState HierarchyControllerState { get; set; } + /// Output only. The Kubernetes API server version of the cluster. + [Newtonsoft.Json.JsonPropertyAttribute("kubernetesApiServerVersion")] + public virtual string KubernetesApiServerVersion { get; set; } + /// /// Output only. Membership configuration in the cluster. This represents the actual state in the cluster, while /// the MembershipSpec in the FeatureSpec represents the intended state. diff --git a/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.csproj b/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.csproj index 6d0eb400ce9..f3ec4ebee55 100644 --- a/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.csproj +++ b/Src/Generated/Google.Apis.GKEHub.v2beta/Google.Apis.GKEHub.v2beta.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEHub.v2beta Client Library - 1.71.0.3920 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.cs b/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.cs index 7675f2862dd..0ae452c5a73 100644 --- a/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.cs +++ b/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.cs @@ -424,6 +424,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -469,6 +480,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1530,6 +1549,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1575,6 +1605,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2595,6 +2633,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2640,6 +2689,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3956,6 +4013,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -4001,6 +4069,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4130,6 +4206,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -4175,6 +4262,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4223,6 +4318,10 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GK [Google.Apis.Util.RequestParameterAttribute("allowPreflightFailure", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable AllowPreflightFailure { get; set; } + /// Optional. If set, skip the specified validations. + [Google.Apis.Util.RequestParameterAttribute("skipValidations", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable SkipValidations { get; set; } + /// Validate the request without actually doing any updates. [Google.Apis.Util.RequestParameterAttribute("validateOnly", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ValidateOnly { get; set; } @@ -4270,6 +4369,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("skipValidations", new Google.Apis.Discovery.Parameter + { + Name = "skipValidations", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("validateOnly", new Google.Apis.Discovery.Parameter { Name = "validateOnly", @@ -4703,6 +4810,10 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKE [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// Optional. If set, the server-side preflight checks will be skipped. + [Google.Apis.Util.RequestParameterAttribute("skipValidations", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable SkipValidations { get; set; } + /// /// Required. Field mask is used to specify the fields to be overwritten in the VMwareAdminCluster /// resource by the update. The fields specified in the update_mask are relative to the resource, @@ -4744,6 +4855,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/vmwareAdminClusters/[^/]+$", }); + RequestParameters.Add("skipValidations", new Google.Apis.Discovery.Parameter + { + Name = "skipValidations", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { Name = "updateMask", @@ -5149,6 +5268,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -5194,6 +5324,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5323,6 +5461,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -5368,6 +5517,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -6285,6 +6442,10 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.GK [Google.Apis.Util.RequestParameterAttribute("allowPreflightFailure", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable AllowPreflightFailure { get; set; } + /// Optional. List of validations to skip during cluster creation. + [Google.Apis.Util.RequestParameterAttribute("skipValidations", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable SkipValidations { get; set; } + /// Validate the request without actually doing any updates. [Google.Apis.Util.RequestParameterAttribute("validateOnly", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable ValidateOnly { get; set; } @@ -6331,6 +6492,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("skipValidations", new Google.Apis.Discovery.Parameter + { + Name = "skipValidations", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("validateOnly", new Google.Apis.Discovery.Parameter { Name = "validateOnly", @@ -6901,6 +7070,9 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.GKE [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + [Google.Apis.Util.RequestParameterAttribute("skipValidations", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable SkipValidations { get; set; } + /// /// Required. Field mask is used to specify the fields to be overwritten in the VMwareCluster /// resource by the update. The fields specified in the update_mask are relative to the resource, @@ -6942,6 +7114,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+/vmwareClusters/[^/]+$", }); + RequestParameters.Add("skipValidations", new Google.Apis.Discovery.Parameter + { + Name = "skipValidations", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { Name = "updateMask", @@ -7381,8 +7561,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7506,6 +7686,72 @@ public class BareMetalAdminApiServerArgument : Google.Apis.Requests.IDirectRespo public virtual string ETag { get; set; } } + /// + /// BareMetalAdminBgpLbConfig represents configuration parameters for a Border Gateway Protocol (BGP) load balancer. + /// + public class BareMetalAdminBgpLbConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All + /// addresses must be routable to load balancer nodes. IngressVIP must be included in the pools. + /// + [Newtonsoft.Json.JsonPropertyAttribute("addressPools")] + public virtual System.Collections.Generic.IList AddressPools { get; set; } + + /// + /// Required. BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster + /// creation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("asn")] + public virtual System.Nullable Asn { get; set; } + + /// + /// Required. The list of BGP peers that the cluster will connect to. At least one peer must be configured for + /// each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. + /// The Services load balancer also uses these peers by default. This field can be updated after cluster + /// creation. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bgpPeerConfigs")] + public virtual System.Collections.Generic.IList BgpPeerConfigs { get; set; } + + /// + /// Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this + /// pool. If missing, the control plane node pool is used for data plane load balancing. + /// + [Newtonsoft.Json.JsonPropertyAttribute("loadBalancerNodePoolConfig")] + public virtual BareMetalAdminLoadBalancerNodePoolConfig LoadBalancerNodePoolConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// BareMetalAdminBgpPeerConfig represents configuration parameters for a Border Gateway Protocol (BGP) peer. + /// + public class BareMetalAdminBgpPeerConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. BGP autonomous system number (ASN) for the network that contains the external peer device. + /// + [Newtonsoft.Json.JsonPropertyAttribute("asn")] + public virtual System.Nullable Asn { get; set; } + + /// + /// The IP address of the control plane node that connects to the external peer. If you don't specify any + /// control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP + /// addresses, only the nodes specified participate in peering sessions. + /// + [Newtonsoft.Json.JsonPropertyAttribute("controlPlaneNodes")] + public virtual System.Collections.Generic.IList ControlPlaneNodes { get; set; } + + /// Required. The IP address of the external peer device. + [Newtonsoft.Json.JsonPropertyAttribute("ipAddress")] + public virtual string IpAddress { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Resource that represents a bare metal admin cluster. public class BareMetalAdminCluster : Google.Apis.Requests.IDirectResponseSchema { @@ -7849,9 +8095,42 @@ public class BareMetalAdminIslandModeCidrConfig : Google.Apis.Requests.IDirectRe public virtual string ETag { get; set; } } + /// Represents an IP pool used by the load balancer. + public class BareMetalAdminLoadBalancerAddressPool : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The addresses that are part of this pool. Each address must be either in the CIDR form + /// (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5). + /// + [Newtonsoft.Json.JsonPropertyAttribute("addresses")] + public virtual System.Collections.Generic.IList Addresses { get; set; } + + /// + /// If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 + /// traffic for those special IP addresses. + /// + [Newtonsoft.Json.JsonPropertyAttribute("avoidBuggyIps")] + public virtual System.Nullable AvoidBuggyIps { get; set; } + + /// If true, prevent IP addresses from being automatically assigned. + [Newtonsoft.Json.JsonPropertyAttribute("manualAssign")] + public virtual System.Nullable ManualAssign { get; set; } + + /// Required. The name of the address pool. + [Newtonsoft.Json.JsonPropertyAttribute("pool")] + public virtual string Pool { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// BareMetalAdminLoadBalancerConfig specifies the load balancer configuration. public class BareMetalAdminLoadBalancerConfig : Google.Apis.Requests.IDirectResponseSchema { + /// Configuration for BGP typed load balancers. + [Newtonsoft.Json.JsonPropertyAttribute("bgpLbConfig")] + public virtual BareMetalAdminBgpLbConfig BgpLbConfig { get; set; } + /// Manually configured load balancers. [Newtonsoft.Json.JsonPropertyAttribute("manualLbConfig")] public virtual BareMetalAdminManualLbConfig ManualLbConfig { get; set; } @@ -7868,6 +8147,17 @@ public class BareMetalAdminLoadBalancerConfig : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// Specifies the load balancer's node pool configuration. + public class BareMetalAdminLoadBalancerNodePoolConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// The generic configuration for a node pool running a load balancer. + [Newtonsoft.Json.JsonPropertyAttribute("nodePoolConfig")] + public virtual BareMetalNodePoolConfig NodePoolConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// BareMetalAdminMachineDrainStatus represents the status of bare metal node machines that are undergoing drain /// operations. @@ -7931,13 +8221,38 @@ public class BareMetalAdminManualLbConfig : Google.Apis.Requests.IDirectResponse public virtual string ETag { get; set; } } + /// Specifies the multiple networking interfaces cluster configuration. + public class BareMetalAdminMultipleNetworkInterfacesConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is + /// automatically set to true. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enabled")] + public virtual System.Nullable Enabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// BareMetalAdminNetworkConfig specifies the cluster network configuration. public class BareMetalAdminNetworkConfig : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the + /// egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag. + /// + [Newtonsoft.Json.JsonPropertyAttribute("advancedNetworking")] + public virtual System.Nullable AdvancedNetworking { get; set; } + /// Configuration for Island mode CIDR. [Newtonsoft.Json.JsonPropertyAttribute("islandModeCidr")] public virtual BareMetalAdminIslandModeCidrConfig IslandModeCidr { get; set; } + /// Configuration for multiple network interfaces. + [Newtonsoft.Json.JsonPropertyAttribute("multipleNetworkInterfacesConfig")] + public virtual BareMetalAdminMultipleNetworkInterfacesConfig MultipleNetworkInterfacesConfig { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -9580,6 +9895,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj b/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj index 8cde5ef6e35..2b680c16e0d 100644 --- a/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj +++ b/Src/Generated/Google.Apis.GKEOnPrem.v1/Google.Apis.GKEOnPrem.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.GKEOnPrem.v1 Client Library - 1.71.0.3903 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj b/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj index 37e1374cca1..683aa733c70 100644 --- a/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj +++ b/Src/Generated/Google.Apis.Games.v1/Google.Apis.Games.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Games.v1 Client Library - 1.69.0.3731 + 1.72.0.3928 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj b/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj index 538776c0c67..5049440eb8e 100644 --- a/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj +++ b/Src/Generated/Google.Apis.GamesConfiguration.v1configuration/Google.Apis.GamesConfiguration.v1configuration.csproj @@ -3,7 +3,7 @@ Google.Apis.GamesConfiguration.v1configuration Client Library - 1.69.0.3731 + 1.72.0.3928 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj b/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj index eb1734d053f..aee998af2e5 100644 --- a/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj +++ b/Src/Generated/Google.Apis.GamesManagement.v1management/Google.Apis.GamesManagement.v1management.csproj @@ -3,7 +3,7 @@ Google.Apis.GamesManagement.v1management Client Library - 1.69.0.3731 + 1.72.0.3928 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.cs b/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.cs index 9688e431cf7..5f64307ebab 100644 --- a/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.cs +++ b/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.cs @@ -7524,6 +7524,50 @@ public class BatchModifyMessagesRequest : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } + /// Field values for a classification label. + public class ClassificationLabelFieldValue : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The field ID for the Classification Label Value. Maps to the ID field of the Google Drive + /// `Label.Field` object. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fieldId")] + public virtual string FieldId { get; set; } + + /// + /// Selection choice ID for the selection option. Should only be set if the field type is `SELECTION` in the + /// Google Drive `Label.Field` object. Maps to the id field of the Google Drive `Label.Field.SelectionOptions` + /// resource. + /// + [Newtonsoft.Json.JsonPropertyAttribute("selection")] + public virtual string Selection { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Classification Labels applied to the email message. Classification Labels are different from Gmail inbox labels. + /// Only used for Google Workspace accounts. [Learn more about classification + /// labels](https://support.google.com/a/answer/9292382). + /// + public class ClassificationLabelValue : Google.Apis.Requests.IDirectResponseSchema + { + /// Field values for the given classification label ID. + [Newtonsoft.Json.JsonPropertyAttribute("fields")] + public virtual System.Collections.Generic.IList Fields { get; set; } + + /// + /// Required. The canonical or raw alphanumeric classification label ID. Maps to the ID field of the Google + /// Drive Label resource. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labelId")] + public virtual string LabelId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE /// configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email @@ -8294,6 +8338,14 @@ public class ListThreadsResponse : Google.Apis.Requests.IDirectResponseSchema /// An email message. public class Message : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Classification Label values on the message. Available Classification Label schemas can be queried using the + /// Google Drive Labels API. Each classification label ID must be unique. If duplicate IDs are provided, only + /// one will be retained, and the selection is arbitrary. Only used for Google Workspace accounts. + /// + [Newtonsoft.Json.JsonPropertyAttribute("classificationLabelValues")] + public virtual System.Collections.Generic.IList ClassificationLabelValues { get; set; } + /// The ID of the last history record that modified this message. [Newtonsoft.Json.JsonPropertyAttribute("historyId")] public virtual System.Nullable HistoryId { get; set; } diff --git a/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj b/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj index 7fcebd25436..dac1b1623c3 100644 --- a/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj +++ b/Src/Generated/Google.Apis.Gmail.v1/Google.Apis.Gmail.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Gmail.v1 Client Library - 1.70.0.3833 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.cs b/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.cs index a8f9b0758d9..5b2ed9da49a 100644 --- a/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.cs +++ b/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -569,6 +569,67 @@ protected override void InitParameters() } } + /// + /// Returns a list of clients managed by the sales partner organization. User needs to be an + /// OrgAdmin/BillingAdmin on the sales partner organization in order to view the end clients. + /// + /// The body of the request. + /// + /// Required. The name of the sales partner organization. Format: organizations/{org_id} + /// + public virtual FindSalesPartnerManagedClientsRequest FindSalesPartnerManagedClients(Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data.FindSalesPartnerManagedClientsRequest body, string organization) + { + return new FindSalesPartnerManagedClientsRequest(this.service, body, organization); + } + + /// + /// Returns a list of clients managed by the sales partner organization. User needs to be an + /// OrgAdmin/BillingAdmin on the sales partner organization in order to view the end clients. + /// + public class FindSalesPartnerManagedClientsRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest + { + /// Constructs a new FindSalesPartnerManagedClients request. + public FindSalesPartnerManagedClientsRequest(Google.Apis.Services.IClientService service, Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data.FindSalesPartnerManagedClientsRequest body, string organization) : base(service) + { + Organization = organization; + Body = body; + InitParameters(); + } + + /// Required. The name of the sales partner organization. Format: organizations/{org_id} + [Google.Apis.Util.RequestParameterAttribute("organization", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Organization { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data.FindSalesPartnerManagedClientsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "findSalesPartnerManagedClients"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+organization}:findSalesPartnerManagedClients"; + + /// Initializes FindSalesPartnerManagedClients parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("organization", new Google.Apis.Discovery.Parameter + { + Name = "organization", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^organizations/[^/]+$", + }); + } + } + /// Lookup for a single organization. /// /// Required. The name of the Organization to retrieve. Format: organizations/{org_id} @@ -615,6 +676,138 @@ protected override void InitParameters() }); } } + + /// Returns a list of organizations that the user has access to. + public virtual ListRequest List() + { + return new ListRequest(this.service); + } + + /// Returns a list of organizations that the user has access to. + public class ListRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } + + /// + /// Optional. The maximum number of organizations to return in one call. The service may return fewer than + /// this value. If unspecified, at most 50 organizations will be returned. The maximum value is 1000; values + /// above 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous ListOrganizations call. Provide this to retrieve the + /// subsequent page. When paginating, all other parameters provided to `ListOrganizations` must match the + /// call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/organizations"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// Get the usage and billing data for properties within the organization for the specified month. Per direct + /// client org, user needs to be OrgAdmin/BillingAdmin on the organization in order to view the billing and + /// usage data. Per sales partner client org, user needs to be OrgAdmin/BillingAdmin on the sales partner org in + /// order to view the billing and usage data, or OrgAdmin/BillingAdmin on the sales partner client org in order + /// to view the usage data only. + /// + /// The body of the request. + /// + /// Required. Specifies the organization whose property usage will be listed. Format: organizations/{org_id} + /// + public virtual ReportPropertyUsageRequest ReportPropertyUsage(Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data.ReportPropertyUsageRequest body, string organization) + { + return new ReportPropertyUsageRequest(this.service, body, organization); + } + + /// + /// Get the usage and billing data for properties within the organization for the specified month. Per direct + /// client org, user needs to be OrgAdmin/BillingAdmin on the organization in order to view the billing and + /// usage data. Per sales partner client org, user needs to be OrgAdmin/BillingAdmin on the sales partner org in + /// order to view the billing and usage data, or OrgAdmin/BillingAdmin on the sales partner client org in order + /// to view the usage data only. + /// + public class ReportPropertyUsageRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest + { + /// Constructs a new ReportPropertyUsage request. + public ReportPropertyUsageRequest(Google.Apis.Services.IClientService service, Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data.ReportPropertyUsageRequest body, string organization) : base(service) + { + Organization = organization; + Body = body; + InitParameters(); + } + + /// + /// Required. Specifies the organization whose property usage will be listed. Format: organizations/{org_id} + /// + [Google.Apis.Util.RequestParameterAttribute("organization", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Organization { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data.ReportPropertyUsageRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "reportPropertyUsage"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha/{+organization}:reportPropertyUsage"; + + /// Initializes ReportPropertyUsage parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("organization", new Google.Apis.Discovery.Parameter + { + Name = "organization", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^organizations/[^/]+$", + }); + } + } } } namespace Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data @@ -655,6 +848,77 @@ public class AnalyticsAccountLink : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Contains the bill amount. + public class BillInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// The amount of the monthly base fee. + [Newtonsoft.Json.JsonPropertyAttribute("baseFee")] + public virtual Money BaseFee { get; set; } + + /// The amount of the event fee. + [Newtonsoft.Json.JsonPropertyAttribute("eventFee")] + public virtual Money EventFee { get; set; } + + /// The amount of the price protection credit, this is only available for eligible customers. + [Newtonsoft.Json.JsonPropertyAttribute("priceProtectionCredit")] + public virtual Money PriceProtectionCredit { get; set; } + + /// The total amount of the bill. + [Newtonsoft.Json.JsonPropertyAttribute("total")] + public virtual Money Total { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains the client data. + public class ClientData : Google.Apis.Requests.IDirectResponseSchema + { + /// The end date of the contract between the sales org and the end client. + [Newtonsoft.Json.JsonPropertyAttribute("endDate")] + public virtual Date EndDate { get; set; } + + /// The end client that has/had contract with the requested sales org. + [Newtonsoft.Json.JsonPropertyAttribute("organization")] + public virtual Organization Organization { get; set; } + + /// The start date of the contract between the sales org and the end client. + [Newtonsoft.Json.JsonPropertyAttribute("startDate")] + public virtual Date StartDate { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either + /// specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one + /// of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year + /// (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a + /// zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * + /// google.type.DateTime * google.protobuf.Timestamp + /// + public class Date : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a + /// year and month where the day isn't significant. + /// + [Newtonsoft.Json.JsonPropertyAttribute("day")] + public virtual System.Nullable Day { get; set; } + + /// Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. + [Newtonsoft.Json.JsonPropertyAttribute("month")] + public virtual System.Nullable Month { get; set; } + + /// Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. + [Newtonsoft.Json.JsonPropertyAttribute("year")] + public virtual System.Nullable Year { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc @@ -666,6 +930,28 @@ public class Empty : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Request message for FindSalesPartnerManagedClients RPC. + public class FindSalesPartnerManagedClientsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. If set, only active and just ended clients will be returned. + [Newtonsoft.Json.JsonPropertyAttribute("isActive")] + public virtual System.Nullable IsActive { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for FindSalesPartnerManagedClients RPC. + public class FindSalesPartnerManagedClientsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The clients managed by the sales org. + [Newtonsoft.Json.JsonPropertyAttribute("clientData")] + public virtual System.Collections.Generic.IList ClientData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for ListAnalyticsAccountLinks RPC. public class ListAnalyticsAccountLinksResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -684,6 +970,52 @@ public class ListAnalyticsAccountLinksResponse : Google.Apis.Requests.IDirectRes public virtual string ETag { get; set; } } + /// Response message for ListOrganizations RPC. + public class ListOrganizationsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// + /// The Organization resource that the user has access to, which includes the org id and display name. + /// + [Newtonsoft.Json.JsonPropertyAttribute("organizations")] + public virtual System.Collections.Generic.IList Organizations { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents an amount of money with its currency type. + public class Money : Google.Apis.Requests.IDirectResponseSchema + { + /// The three-letter currency code defined in ISO 4217. + [Newtonsoft.Json.JsonPropertyAttribute("currencyCode")] + public virtual string CurrencyCode { get; set; } + + /// + /// Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 + /// inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be + /// positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is + /// represented as `units`=-1 and `nanos`=-750,000,000. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nanos")] + public virtual System.Nullable Nanos { get; set; } + + /// + /// The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. + /// + [Newtonsoft.Json.JsonPropertyAttribute("units")] + public virtual System.Nullable Units { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A resource message representing a Google Marketing Platform organization. public class Organization : Google.Apis.Requests.IDirectResponseSchema { @@ -699,6 +1031,77 @@ public class Organization : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Contains the count of events received by the property, along with metadata that influences the volume of + /// `billable` events. + /// + public class PropertyUsage : Google.Apis.Requests.IDirectResponseSchema + { + /// The ID of the property's parent account. + [Newtonsoft.Json.JsonPropertyAttribute("accountId")] + public virtual System.Nullable AccountId { get; set; } + + /// The number of events for which the property is billed in the requested month. + [Newtonsoft.Json.JsonPropertyAttribute("billableEventCount")] + public virtual System.Nullable BillableEventCount { get; set; } + + /// The display name of the property. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// The name of the Google Analytics Admin API property resource. Format: + /// analyticsadmin.googleapis.com/properties/{property_id} + /// + [Newtonsoft.Json.JsonPropertyAttribute("property")] + public virtual string Property { get; set; } + + /// The subtype of the analytics property. This affects the billable event count. + [Newtonsoft.Json.JsonPropertyAttribute("propertyType")] + public virtual string PropertyType { get; set; } + + /// The service level of the property. + [Newtonsoft.Json.JsonPropertyAttribute("serviceLevel")] + public virtual string ServiceLevel { get; set; } + + /// Total event count that the property received during the requested month. + [Newtonsoft.Json.JsonPropertyAttribute("totalEventCount")] + public virtual System.Nullable TotalEventCount { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for ReportPropertyUsage RPC. + public class ReportPropertyUsageRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The target month to list property usages. Format: YYYY-MM. For example, "2025-05" + /// + [Newtonsoft.Json.JsonPropertyAttribute("month")] + public virtual string Month { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for ReportPropertyUsage RPC. + public class ReportPropertyUsageResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Bill amount in the specified organization and month. Will be empty if user only has access to usage data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("billInfo")] + public virtual BillInfo BillInfo { get; set; } + + /// Usage data for all properties in the specified organization and month. + [Newtonsoft.Json.JsonPropertyAttribute("propertyUsages")] + public virtual System.Collections.Generic.IList PropertyUsages { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for SetPropertyServiceLevel RPC. public class SetPropertyServiceLevelRequest : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.csproj b/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.csproj index 3cb5cf9c42f..34388ec034e 100644 --- a/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.csproj +++ b/Src/Generated/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.csproj @@ -3,9 +3,9 @@ Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha Client Library - 1.68.0.3436 + 1.72.0.3954 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.cs b/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.cs index 5f37d768190..4a93222a697 100644 --- a/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.cs +++ b/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.cs @@ -5131,7 +5131,7 @@ public class Attachment : Google.Apis.Requests.IDirectResponseSchema public virtual DriveDataRef DriveDataRef { get; set; } /// - /// Optional. Resource name of the attachment, in the form + /// Identifier. Resource name of the attachment. Format: /// `spaces/{space}/messages/{message}/attachments/{attachment}`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] @@ -6199,8 +6199,9 @@ public class GoogleAppsCardV1Card : Google.Apis.Requests.IDirectResponseSchema public virtual string DisplayStyle { get; set; } /// - /// The expression data for the card. Only supported by Google Workspace Workflow, but not Google Chat apps or - /// Google Workspace add-ons. + /// The expression data for the card. Available for Google Workspace add-ons that extend Google Workspace flows, + /// which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). + /// Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("expressionData")] public virtual System.Collections.Generic.IList ExpressionData { get; set; } @@ -6530,8 +6531,9 @@ public class GoogleAppsCardV1Columns : Google.Apis.Requests.IDirectResponseSchem } /// - /// Represents an action that is not specific to a widget. Only supported by Google Workspace Workflow, but not - /// Google Chat apps or Google Workspace add-ons. + /// Represents an action that is not specific to a widget. Available for Google Workspace add-ons that extend Google + /// Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// public class GoogleAppsCardV1CommonWidgetAction : Google.Apis.Requests.IDirectResponseSchema { @@ -6544,8 +6546,9 @@ public class GoogleAppsCardV1CommonWidgetAction : Google.Apis.Requests.IDirectRe } /// - /// Represents a condition that can be used to trigger an action. Only supported by Google Workspace Workflow, but - /// not Google Chat apps or Google Workspace add-ons. + /// Represents a condition that can be used to trigger an action. Available for Google Workspace add-ons that extend + /// Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// public class GoogleAppsCardV1Condition : Google.Apis.Requests.IDirectResponseSchema { @@ -6562,8 +6565,9 @@ public class GoogleAppsCardV1Condition : Google.Apis.Requests.IDirectResponseSch } /// - /// A configuration object that helps configure the data sources for a widget. Only supported by Google Workspace - /// Workflow, but not Google Chat apps or Google Workspace add-ons. + /// A configuration object that helps configure the data sources for a widget. Available for Google Workspace + /// add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// public class GoogleAppsCardV1DataSourceConfig : Google.Apis.Requests.IDirectResponseSchema { @@ -6593,8 +6597,9 @@ public class GoogleAppsCardV1DateTimePicker : Google.Apis.Requests.IDirectRespon { /// /// A data source that's unique to a Google Workspace host application, such as Gmail emails, Google Calendar - /// events, or Google Chat messages. Only supported by Google Workspace Workflows, but not Google Chat API or - /// Google Workspace Add-ons. + /// events, or Google Chat messages. Available for Google Workspace add-ons that extend Google Workspace flows, + /// which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). + /// Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("hostAppDataSource")] public virtual HostAppDataSourceMarkup HostAppDataSource { get; set; } @@ -6754,8 +6759,9 @@ public class GoogleAppsCardV1Divider : Google.Apis.Requests.IDirectResponseSchem } /// - /// Represents an actionthat can be performed on an ui element. Only supported by Google Workspace Workflow, but not - /// Google Chat apps or Google Workspace add-ons. + /// Represents an actionthat can be performed on an ui element. Available for Google Workspace add-ons that extend + /// Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// public class GoogleAppsCardV1EventAction : Google.Apis.Requests.IDirectResponseSchema { @@ -6776,8 +6782,9 @@ public class GoogleAppsCardV1EventAction : Google.Apis.Requests.IDirectResponseS } /// - /// Represents the data that is used to evaluate an expression. Only supported by Google Workspace Workflow, but not - /// Google Chat apps or Google Workspace add-ons. + /// Represents the data that is used to evaluate an expression. Available for Google Workspace add-ons that extend + /// Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// public class GoogleAppsCardV1ExpressionData : Google.Apis.Requests.IDirectResponseSchema { @@ -6802,8 +6809,9 @@ public class GoogleAppsCardV1ExpressionData : Google.Apis.Requests.IDirectRespon } /// - /// Represents a condition that is evaluated using CEL. Only supported by Google Workspace Workflow, but not Google - /// Chat apps or Google Workspace add-ons. + /// Represents a condition that is evaluated using CEL. Available for Google Workspace add-ons that extend Google + /// Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// public class GoogleAppsCardV1ExpressionDataCondition : Google.Apis.Requests.IDirectResponseSchema { @@ -7280,8 +7288,9 @@ public class GoogleAppsCardV1Section : Google.Apis.Requests.IDirectResponseSchem /// /// A unique ID assigned to the section that's used to identify the section to be mutated. The ID has a - /// character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`. Only supported by Google - /// Workspace Workflow, but not Google Chat apps or Google Workspace add-ons. + /// character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`. Available for Google + /// Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } @@ -7321,7 +7330,9 @@ public class GoogleAppsCardV1SelectionInput : Google.Apis.Requests.IDirectRespon /// Optional. The data source configs for the selection control. This field provides more fine-grained control /// over the data source. If specified, the `multi_select_max_selected_items` field, /// `multi_select_min_query_length` field, `external_data_source` field and `platform_data_source` field are - /// ignored. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons. + /// ignored. Available for Google Workspace add-ons that extend Google Workspace flows, which is available as + /// part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google + /// Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("dataSourceConfigs")] public virtual System.Collections.Generic.IList DataSourceConfigs { get; set; } @@ -7332,8 +7343,9 @@ public class GoogleAppsCardV1SelectionInput : Google.Apis.Requests.IDirectRespon /// /// Optional. Text that appears below the selection input field meant to assist users by prompting them to enter - /// a certain value. This text is always visible. Only supported by Google Workspace Workflows, but not Google - /// Chat API or Google Workspace Add-ons. + /// a certain value. This text is always visible. Available for Google Workspace add-ons that extend Google + /// Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("hintText")] public virtual string HintText { get; set; } @@ -7546,8 +7558,9 @@ public class GoogleAppsCardV1TextInput : Google.Apis.Requests.IDirectResponseSch /// /// A data source that's unique to a Google Workspace host application, such as Gmail emails, Google Calendar - /// events, or Google Chat messages. Only supported by Google Workspace Workflow, but not Google Chat apps or - /// Google Workspace add-ons. + /// events, or Google Chat messages. Available for Google Workspace add-ons that extend Google Workspace flows, + /// which is available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). + /// Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("hostAppDataSource")] public virtual HostAppDataSourceMarkup HostAppDataSource { get; set; } @@ -7658,8 +7671,9 @@ public class GoogleAppsCardV1TextParagraph : Google.Apis.Requests.IDirectRespons } /// - /// Represents a trigger. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace - /// add-ons. + /// Represents a trigger. Available for Google Workspace add-ons that extend Google Workspace flows, which is + /// available as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809). Unavailable for + /// Google Chat apps. /// public class GoogleAppsCardV1Trigger : Google.Apis.Requests.IDirectResponseSchema { @@ -7672,8 +7686,9 @@ public class GoogleAppsCardV1Trigger : Google.Apis.Requests.IDirectResponseSchem } /// - /// Represents an action that updates the visibility of a widget. Only supported by Google Workspace Workflow, but - /// not Google Chat apps or Google Workspace add-ons. + /// Represents an action that updates the visibility of a widget. Available for Google Workspace add-ons that extend + /// Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// public class GoogleAppsCardV1UpdateVisibilityAction : Google.Apis.Requests.IDirectResponseSchema { @@ -7798,8 +7813,9 @@ public class GoogleAppsCardV1Widget : Google.Apis.Requests.IDirectResponseSchema public virtual GoogleAppsCardV1Divider Divider { get; set; } /// - /// Specifies the event actions that can be performed on the widget. Only supported by Google Workspace - /// Workflow, but not Google Chat apps or Google Workspace add-ons. + /// Specifies the event actions that can be performed on the widget. Available for Google Workspace add-ons that + /// extend Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("eventActions")] public virtual System.Collections.Generic.IList EventActions { get; set; } @@ -7827,8 +7843,9 @@ public class GoogleAppsCardV1Widget : Google.Apis.Requests.IDirectResponseSchema /// /// A unique ID assigned to the widget that's used to identify the widget to be mutated. The ID has a character - /// limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+` and. Only supported by Google - /// Workspace Workflow, but not Google Chat apps or Google Workspace add-ons. + /// limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+` and. Available for Google Workspace + /// add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual string Id { get; set; } @@ -7889,8 +7906,9 @@ public class GoogleAppsCardV1Widget : Google.Apis.Requests.IDirectResponseSchema public virtual GoogleAppsCardV1TextParagraph TextParagraph { get; set; } /// - /// Specifies whether the widget is visible or hidden. The default value is `VISIBLE`. Only supported by Google - /// Workspace Workflow, but not Google Chat apps or Google Workspace add-ons. + /// Specifies whether the widget is visible or hidden. The default value is `VISIBLE`. Available for Google + /// Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha + /// program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps. /// [Newtonsoft.Json.JsonPropertyAttribute("visibility")] public virtual string Visibility { get; set; } @@ -8680,7 +8698,8 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset /// ``. * Custom hyperlinks using the format `&lt;{url}|{rendered_text}&gt;` where the first string is /// the URL and the second is the rendered text—for example, ``. * Custom emoji using the format /// `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as `U+1F600` for a - /// grinning face emoji. For more information, see [View text formatting sent in a + /// grinning face emoji. * Bullet list items using asterisks (`*`)—for example, `* item`. For more information, + /// see [View text formatting sent in a /// message](https://developers.google.com/workspace/chat/format-messages#view_text_formatting_sent_in_a_message) /// [Newtonsoft.Json.JsonPropertyAttribute("formattedText")] @@ -8924,6 +8943,10 @@ public class OpenLink : Google.Apis.Requests.IDirectResponseSchema /// Represents a space permission setting. public class PermissionSetting : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Whether space managers `ROLE_ASSISTANT_MANAGER`) have this permission. + [Newtonsoft.Json.JsonPropertyAttribute("assistantManagersAllowed")] + public virtual System.Nullable AssistantManagersAllowed { get; set; } + /// Optional. Whether space owners (`ROLE_MANAGER`) have this permission. [Newtonsoft.Json.JsonPropertyAttribute("managersAllowed")] public virtual System.Nullable ManagersAllowed { get; set; } @@ -9364,7 +9387,8 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// is the `id` from the [Admin SDK customer /// resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps can /// also use the `customers/my_customer` alias to create the space in the same Google Workspace organization as - /// the app. For DMs, this field isn't populated. + /// the app. This field isn't populated for direct messages (DMs) or when the space is created by non-Google + /// Workspace users. /// [Newtonsoft.Json.JsonPropertyAttribute("customer")] public virtual string Customer { get; set; } diff --git a/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj b/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj index 0a9d9818ccf..9ed317c6ba0 100644 --- a/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj +++ b/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.HangoutsChat.v1 Client Library - 1.71.0.3925 + 1.72.0.3965 Google LLC Copyright 2025 Google LLC Google @@ -17,7 +17,7 @@ Google APIs Client Library for working with Chat v1. Product documentation is available at: - https://developers.google.com/hangouts/chat + https://developers.google.com/workspace/chat API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.HangoutsChat.v1/latest/api/Google.Apis.HangoutsChat.v1.html @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj b/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj index 3a5665007ff..6c9d312bc25 100644 --- a/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj +++ b/Src/Generated/Google.Apis.IAMCredentials.v1/Google.Apis.IAMCredentials.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.IAMCredentials.v1 Client Library - 1.71.0.3906 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.cs b/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.cs index 32c8acd84ca..31d2cc1ee0f 100644 --- a/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.cs +++ b/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.cs @@ -945,6 +945,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -990,6 +1001,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1061,8 +1080,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. A list of extra location types that should be used as conditions for controlling the - /// visibility of the locations. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1344,6 +1363,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj b/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj index a261905f247..f28636cd586 100644 --- a/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj +++ b/Src/Generated/Google.Apis.IDS.v1/Google.Apis.IDS.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.IDS.v1 Client Library - 1.69.0.3731 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.cs b/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.cs index ec4726c3d05..c4698acc2e9 100644 --- a/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.cs +++ b/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.cs @@ -1579,6 +1579,12 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } + /// + /// Optional. Deletes the SCIM tenant immediately. This operation cannot be undone. + /// + [Google.Apis.Util.RequestParameterAttribute("hardDelete", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable HardDelete { get; set; } + /// Gets the method name. public override string MethodName => "delete"; @@ -1600,6 +1606,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^locations/[^/]+/workforcePools/[^/]+/providers/[^/]+/scimTenants/[^/]+$", }); + RequestParameters.Add("hardDelete", new Google.Apis.Discovery.Parameter + { + Name = "hardDelete", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -12883,6 +12897,15 @@ public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("saml")] public virtual GoogleIamAdminV1WorkforcePoolProviderSaml Saml { get; set; } + /// + /// Optional. Agentspace only. Specifies whether the workforce identity pool provider uses SCIM-managed groups + /// instead of the `google.groups` attribute mapping for authorization checks. The `scim_usage` and + /// `extended_attributes_oauth2_client` fields are mutually exclusive. A request that enables both fields on the + /// same workforce identity pool provider will produce an error. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scimUsage")] + public virtual string ScimUsage { get; set; } + /// Output only. The state of the provider. [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } diff --git a/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj b/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj index 0778bc15938..e581ac4363c 100644 --- a/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj +++ b/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Iam.v1 Client Library - 1.71.0.3920 + 1.72.0.3935 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj b/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj index ef0055ebbc1..b5369d1662d 100644 --- a/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj +++ b/Src/Generated/Google.Apis.Kmsinventory.v1/Google.Apis.Kmsinventory.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Kmsinventory.v1 Client Library - 1.70.0.3860 + 1.72.0.3937 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.cs b/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.cs index 899b0686f5a..0aa608fefe1 100644 --- a/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.cs +++ b/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.cs @@ -60,14 +60,14 @@ public LicensingService(Google.Apis.Services.BaseClientService.Initializer initi /// Available OAuth 2.0 scopes for use with the Enterprise License Manager API. public class Scope { - /// View and manage G Suite licenses for your domain + /// View and manage Google Workspace licenses for your domain public static string AppsLicensing = "https://www.googleapis.com/auth/apps.licensing"; } /// Available OAuth 2.0 scope constants for use with the Enterprise License Manager API. public static class ScopeConstants { - /// View and manage G Suite licenses for your domain + /// View and manage Google Workspace licenses for your domain public const string AppsLicensing = "https://www.googleapis.com/auth/apps.licensing"; } diff --git a/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj b/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj index d82741a6c94..a209f80d815 100644 --- a/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj +++ b/Src/Generated/Google.Apis.Licensing.v1/Google.Apis.Licensing.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Licensing.v1 Client Library - 1.69.0.3761 + 1.72.0.3964 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.cs b/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.cs index a52db1c2ee1..2639456344c 100644 --- a/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.cs +++ b/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.cs @@ -2383,6 +2383,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to true, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true + /// when reading across collections e.g. when parent is set to "projects/example/locations/-".This + /// field is not by default supported and will result in an UNIMPLEMENTED error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2428,6 +2438,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3050,8 +3068,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7240,6 +7258,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to true, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true + /// when reading across collections e.g. when parent is set to "projects/example/locations/-".This + /// field is not by default supported and will result in an UNIMPLEMENTED error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -7285,6 +7313,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -7907,8 +7943,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -10727,6 +10763,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to true, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when + /// reading across collections e.g. when parent is set to "projects/example/locations/-".This field is + /// not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly + /// documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -10772,6 +10818,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -10843,8 +10897,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily - /// intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -13815,6 +13869,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to true, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true + /// when reading across collections e.g. when parent is set to "projects/example/locations/-".This + /// field is not by default supported and will result in an UNIMPLEMENTED error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -13860,6 +13924,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -14482,8 +14554,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -18304,6 +18376,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to true, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true + /// when reading across collections e.g. when parent is set to "projects/example/locations/-".This + /// field is not by default supported and will result in an UNIMPLEMENTED error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -18349,6 +18431,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -18971,8 +19061,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -22481,6 +22571,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj b/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj index 0e48ee24f0d..2612a9a1f6d 100644 --- a/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj +++ b/Src/Generated/Google.Apis.Logging.v2/Google.Apis.Logging.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.Logging.v2 Client Library - 1.71.0.3914 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.cs b/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.cs index 56483cfae21..bf191c22ccb 100644 --- a/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.cs +++ b/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.cs @@ -1360,6 +1360,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1405,6 +1416,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1476,8 +1495,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1580,6 +1599,23 @@ public class CancelOperationRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Controlled egress configuration. + public class ControlledEgressConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic. + /// + [Newtonsoft.Json.JsonPropertyAttribute("egressFqdns")] + public virtual System.Collections.Generic.IList EgressFqdns { get; set; } + + /// Optional. Whether marketplace is enabled. + [Newtonsoft.Json.JsonPropertyAttribute("marketplaceEnabled")] + public virtual System.Nullable MarketplaceEnabled { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Custom domain information. public class CustomDomain : Google.Apis.Requests.IDirectResponseSchema { @@ -1801,6 +1837,14 @@ public class Instance : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("consumerNetwork")] public virtual string ConsumerNetwork { get; set; } + /// Optional. Controlled egress configuration. + [Newtonsoft.Json.JsonPropertyAttribute("controlledEgressConfig")] + public virtual ControlledEgressConfig ControlledEgressConfig { get; set; } + + /// Optional. Whether controlled egress is enabled on the Looker instance. + [Newtonsoft.Json.JsonPropertyAttribute("controlledEgressEnabled")] + public virtual System.Nullable ControlledEgressEnabled { get; set; } + private string _createTimeRaw; private object _createTime; @@ -1902,6 +1946,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("oauthConfig")] public virtual OAuthConfig OauthConfig { get; set; } + /// Optional. Configuration for periodic export. + [Newtonsoft.Json.JsonPropertyAttribute("periodicExportConfig")] + public virtual PeriodicExportConfig PeriodicExportConfig { get; set; } + /// Platform edition. [Newtonsoft.Json.JsonPropertyAttribute("platformEdition")] public virtual string PlatformEdition { get; set; } @@ -2157,6 +2205,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -2460,6 +2516,28 @@ public virtual System.DateTimeOffset? EndTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Configuration for periodic export. + public class PeriodicExportConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Cloud Storage bucket URI for periodic export. Format: gs://{bucket_name} + [Newtonsoft.Json.JsonPropertyAttribute("gcsUri")] + public virtual string GcsUri { get; set; } + + /// + /// Required. Name of the CMEK key in KMS. Format: + /// projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key} + /// + [Newtonsoft.Json.JsonPropertyAttribute("kmsKey")] + public virtual string KmsKey { get; set; } + + /// Required. Time in UTC to start the periodic export job. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual TimeOfDay StartTime { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Information for Private Service Connect (PSC) setup for a Looker instance. public class PscConfig : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.csproj b/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.csproj index 0bdb6b728af..11e1ecbaf99 100644 --- a/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.csproj +++ b/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Looker.v1 Client Library - 1.71.0.3901 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.cs b/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.cs index 84019adfbcc..13f4cc8442a 100644 --- a/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.cs +++ b/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.cs @@ -3143,6 +3143,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3188,6 +3199,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -6951,8 +6970,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7456,7 +7475,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("satisfiesPzs")] public virtual System.Nullable SatisfiesPzs { get; set; } - /// Output only. The current state of the cluster. + /// Output only. The current state of the Kafka Connect cluster. [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } @@ -7916,6 +7935,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -8431,11 +8458,13 @@ public class StopConnectorResponse : Google.Apis.Requests.IDirectResponseSchema } /// - /// Task Retry Policy is implemented on a best-effort basis. Retry delay will be exponential based on provided - /// minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between - /// consecutive task restarts may not always precisely match the configured settings. This can happen when the - /// ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc. The default values for - /// minimum and maximum backoffs are 60 seconds and 30 minutes respectively. + /// Task Retry Policy is implemented on a best-effort basis. The default policy retries tasks with a minimum_backoff + /// of 60 seconds, and a maximum_backoff of 12 hours. You can disable the policy by setting the task_retry_disabled + /// field to true. Retry delay will be exponential based on provided minimum and maximum backoffs. + /// https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not + /// always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state + /// or if the ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds + /// and 12 hours respectively. /// public class TaskRetryPolicy : Google.Apis.Requests.IDirectResponseSchema { @@ -8453,6 +8482,10 @@ public class TaskRetryPolicy : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("minimumBackoff")] public virtual object MinimumBackoff { get; set; } + /// Optional. If true, task retry is disabled. + [Newtonsoft.Json.JsonPropertyAttribute("taskRetryDisabled")] + public virtual System.Nullable TaskRetryDisabled { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.csproj b/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.csproj index ee515d4a8d9..498af4fd924 100644 --- a/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.csproj +++ b/Src/Generated/Google.Apis.ManagedKafka.v1/Google.Apis.ManagedKafka.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ManagedKafka.v1 Client Library - 1.71.0.3906 + 1.72.0.3970 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.cs b/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.cs index 9f71db3d404..519deb20f97 100644 --- a/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.cs +++ b/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.cs @@ -1680,6 +1680,22 @@ public class GoogleMapsPlacesV1Place : Google.Apis.Requests.IDirectResponseSchem [Newtonsoft.Json.JsonPropertyAttribute("menuForChildren")] public virtual System.Nullable MenuForChildren { get; set; } + /// + /// If this Place is permanently closed and has moved to a new Place, this field contains the new Place's + /// resource name, in `places/{place_id}` format. If this Place moved multiple times, this field will represent + /// the first moved place. This field will not be populated if this Place has not moved. + /// + [Newtonsoft.Json.JsonPropertyAttribute("movedPlace")] + public virtual string MovedPlace { get; set; } + + /// + /// If this Place is permanently closed and has moved to a new Place, this field contains the new Place's place + /// ID. If this Place moved multiple times, this field will represent the first moved Place. This field will not + /// be populated if this Place has not moved. + /// + [Newtonsoft.Json.JsonPropertyAttribute("movedPlaceId")] + public virtual string MovedPlaceId { get; set; } + /// /// This Place's resource name, in `places/{place_id}` format. Can be used to look up the Place. /// @@ -1973,7 +1989,7 @@ public class GoogleMapsPlacesV1PlaceAttribution : Google.Apis.Requests.IDirectRe /// public class GoogleMapsPlacesV1PlaceConsumerAlert : Google.Apis.Requests.IDirectResponseSchema { - /// The details of the consumer alert message.ƒ + /// The details of the consumer alert message. [Newtonsoft.Json.JsonPropertyAttribute("details")] public virtual GoogleMapsPlacesV1PlaceConsumerAlertDetails Details { get; set; } @@ -2108,7 +2124,7 @@ public class GoogleMapsPlacesV1PlaceGoogleMapsLinks : Google.Apis.Requests.IDire [Newtonsoft.Json.JsonPropertyAttribute("directionsUri")] public virtual string DirectionsUri { get; set; } - /// A link to show reviews of this place on Google Maps. + /// A link to show photos of this place on Google Maps. [Newtonsoft.Json.JsonPropertyAttribute("photosUri")] public virtual string PhotosUri { get; set; } @@ -2595,7 +2611,7 @@ public virtual System.DateTimeOffset? PublishTimeDateTimeOffset public virtual GoogleTypeLocalizedText Text { get; set; } /// - /// The date when the author visited the place. This is trucated to the year and month of the visit. + /// The date when the author visited the place. This is truncated to the year and month of the visit. /// [Newtonsoft.Json.JsonPropertyAttribute("visitDate")] public virtual GoogleTypeDate VisitDate { get; set; } diff --git a/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj b/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj index 0d389666eb0..1fe194c0e34 100644 --- a/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj +++ b/Src/Generated/Google.Apis.MapsPlaces.v1/Google.Apis.MapsPlaces.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MapsPlaces.v1 Client Library - 1.71.0.3916 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.cs b/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.cs index 3c39b077cc4..cac9f1eda51 100644 --- a/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.cs +++ b/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.cs @@ -281,6 +281,7 @@ public AccountsResource(Google.Apis.Services.IClientService service) GbpAccounts = new GbpAccountsResource(service); Homepage = new HomepageResource(service); Issues = new IssuesResource(service); + Limits = new LimitsResource(service); OmnichannelSettings = new OmnichannelSettingsResource(service); OnlineReturnPolicies = new OnlineReturnPoliciesResource(service); Programs = new ProgramsResource(service); @@ -879,6 +880,37 @@ public DeveloperRegistrationResource(Google.Apis.Services.IClientService service this.service = service; } + /// Retrieves the merchant account that the calling GCP is registered with. + public virtual GetAccountForGcpRegistrationRequest GetAccountForGcpRegistration() + { + return new GetAccountForGcpRegistrationRequest(this.service); + } + + /// Retrieves the merchant account that the calling GCP is registered with. + public class GetAccountForGcpRegistrationRequest : MerchantBaseServiceRequest + { + /// Constructs a new GetAccountForGcpRegistration request. + public GetAccountForGcpRegistrationRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } + + /// Gets the method name. + public override string MethodName => "getAccountForGcpRegistration"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "accounts/v1/accounts:getAccountForGcpRegistration"; + + /// Initializes GetAccountForGcpRegistration parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + /// Retrieves a developer registration for a merchant. /// Required. The `name` (ID) of the developer registration. public virtual GetDeveloperRegistrationRequest GetDeveloperRegistration(string name) @@ -1800,6 +1832,166 @@ protected override void InitParameters() } } + /// Gets the Limits resource. + public virtual LimitsResource Limits { get; } + + /// The "limits" collection of methods. + public class LimitsResource + { + private const string Resource = "limits"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LimitsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Retrieves an account limit. + /// + /// Required. The name of the limit to retrieve. Format: `accounts/{account}/limits/{limit}` For example: + /// `accounts/123/limits/products~ADS_NON_EEA` + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Retrieves an account limit. + public class GetRequest : MerchantBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the limit to retrieve. Format: `accounts/{account}/limits/{limit}` For + /// example: `accounts/123/limits/products~ADS_NON_EEA` + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "accounts/v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^accounts/[^/]+/limits/[^/]+$", + }); + } + } + + /// Lists the limits of an account. + /// Required. The parent account. Format: `accounts/{account}` + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists the limits of an account. + public class ListRequest : MerchantBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// Required. The parent account. Format: `accounts/{account}` + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Required. A filter on the limit `type` is required, for example, `type = "products"`. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. The maximum number of limits to return. The service may return fewer than this value. If + /// unspecified, at most 100 limits will be returned. The maximum value is 100; values above 100 will be + /// coerced to 100. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A page token, received from a previous `ListAccountLimits` call. Provide this to retrieve + /// the subsequent page. When paginating, all other parameters provided to `ListAccountLimits` must + /// match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "accounts/v1/{+parent}/limits"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^accounts/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Gets the OmnichannelSettings resource. public virtual OmnichannelSettingsResource OmnichannelSettings { get; } @@ -4453,6 +4645,82 @@ public class UsersResource public UsersResource(Google.Apis.Services.IClientService service) { this.service = service; + Me = new MeResource(service); + } + + /// Gets the Me resource. + public virtual MeResource Me { get; } + + /// The "me" collection of methods. + public class MeResource + { + private const string Resource = "me"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public MeResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Updates the user that is represented by the caller from pending to verified. + /// The body of the request. + /// + /// Required. The name of the account under which the caller is a user. Format: `accounts/{account}` + /// + public virtual VerifySelfRequest VerifySelf(Google.Apis.Merchant.accounts_v1.Data.VerifySelfRequest body, string account) + { + return new VerifySelfRequest(this.service, body, account); + } + + /// Updates the user that is represented by the caller from pending to verified. + public class VerifySelfRequest : MerchantBaseServiceRequest + { + /// Constructs a new VerifySelf request. + public VerifySelfRequest(Google.Apis.Services.IClientService service, Google.Apis.Merchant.accounts_v1.Data.VerifySelfRequest body, string account) : base(service) + { + Account = account; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the account under which the caller is a user. Format: `accounts/{account}` + /// + [Google.Apis.Util.RequestParameterAttribute("account", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Account { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Merchant.accounts_v1.Data.VerifySelfRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "verifySelf"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "accounts/v1/{+account}/users/me:verifySelf"; + + /// Initializes VerifySelf parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("account", new Google.Apis.Discovery.Parameter + { + Name = "account", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^accounts/[^/]+$", + }); + } + } } /// Creates a Merchant Center account user. Executing this method requires admin access. @@ -4843,9 +5111,11 @@ protected override void InitParameters() /// /// Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting - /// an advanced account leads to the deletion of all of its sub-accounts. Executing this method requires admin - /// access. The deletion succeeds only if the account does not provide services to any other account and has no - /// processed offers. You can use the `force` parameter to override this. + /// an advanced account leads to the deletion of all of its sub-accounts. This also deletes the account's + /// [developer registration entity](/merchant/api/reference/rest/accounts_v1/accounts.developerRegistration) and + /// any associated GCP project to the account. Executing this method requires admin access. The deletion + /// succeeds only if the account does not provide services to any other account and has no processed offers. You + /// can use the `force` parameter to override this. /// /// Required. The name of the account to delete. Format: `accounts/{account}` public virtual DeleteRequest Delete(string name) @@ -4855,9 +5125,11 @@ public virtual DeleteRequest Delete(string name) /// /// Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting - /// an advanced account leads to the deletion of all of its sub-accounts. Executing this method requires admin - /// access. The deletion succeeds only if the account does not provide services to any other account and has no - /// processed offers. You can use the `force` parameter to override this. + /// an advanced account leads to the deletion of all of its sub-accounts. This also deletes the account's + /// [developer registration entity](/merchant/api/reference/rest/accounts_v1/accounts.developerRegistration) and + /// any associated GCP project to the account. Executing this method requires admin access. The deletion + /// succeeds only if the account does not provide services to any other account and has no processed offers. You + /// can use the `force` parameter to override this. /// public class DeleteRequest : MerchantBaseServiceRequest { @@ -4962,37 +5234,6 @@ protected override void InitParameters() } } - /// Retrieves the merchant account that the calling GCP is registered with. - public virtual GetAccountForGcpRegistrationRequest GetAccountForGcpRegistration() - { - return new GetAccountForGcpRegistrationRequest(this.service); - } - - /// Retrieves the merchant account that the calling GCP is registered with. - public class GetAccountForGcpRegistrationRequest : MerchantBaseServiceRequest - { - /// Constructs a new GetAccountForGcpRegistration request. - public GetAccountForGcpRegistrationRequest(Google.Apis.Services.IClientService service) : base(service) - { - InitParameters(); - } - - /// Gets the method name. - public override string MethodName => "getAccountForGcpRegistration"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "accounts/v1/accounts:getAccountForGcpRegistration"; - - /// Initializes GetAccountForGcpRegistration parameter list. - protected override void InitParameters() - { - base.InitParameters(); - } - } - /// /// Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not for the /// Merchant Center ID or the advanced account ID. To list several sub-accounts, you should use the @@ -5615,6 +5856,24 @@ public class AccountIssue : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A limit of a certain type that is applied to an account. + public class AccountLimit : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Identifier. The limit part of the name will be a combination of the type and the scope. For example: + /// `accounts/123/limits/products~ADS_NON_EEA` Format: `accounts/{account}/limits/{limit}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The limit for products. + [Newtonsoft.Json.JsonPropertyAttribute("products")] + public virtual ProductLimit Products { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// `AccountManagement` payload. public class AccountManagement : Google.Apis.Requests.IDirectResponseSchema { @@ -5700,6 +5959,13 @@ public class AccountService : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("campaignsManagement")] public virtual CampaignsManagement CampaignsManagement { get; set; } + /// + /// Service type for comparison shopping. The provider is a CSS (Comparison Shopping Service) managing the + /// account. See https://support.google.com/merchants/answer/12653197 + /// + [Newtonsoft.Json.JsonPropertyAttribute("comparisonShopping")] + public virtual ComparisonShopping ComparisonShopping { get; set; } + /// /// Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating /// with the provider. This should be the unique account ID within the provider's system (for example, your shop @@ -5771,6 +6037,41 @@ public class AddAccountService : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("accountAggregation")] public virtual AccountAggregation AccountAggregation { get; set; } + /// The provider manages this account. Payload for service type Account Management. + [Newtonsoft.Json.JsonPropertyAttribute("accountManagement")] + public virtual AccountManagement AccountManagement { get; set; } + + /// + /// The provider manages campaigns for this account. Payload for service type campaigns management. + /// + [Newtonsoft.Json.JsonPropertyAttribute("campaignsManagement")] + public virtual CampaignsManagement CampaignsManagement { get; set; } + + /// + /// The provider is a CSS (Comparison Shopping Service) of this account. Payload for service type Comparison + /// Shopping. + /// + [Newtonsoft.Json.JsonPropertyAttribute("comparisonShopping")] + public virtual ComparisonShopping ComparisonShopping { get; set; } + + /// + /// Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating + /// with the provider. This should be the unique account ID within the provider's system (for example, your shop + /// ID in Shopify). If you have multiple accounts with the same provider - for instance, different accounts for + /// various regions — the `external_account_id` differentiates between them, ensuring accurate linking and + /// integration between Google and the provider. The external account ID must be specified for the campaigns + /// management service type. The external account ID must not be specified for the account aggregation service + /// type. The external account ID is optional / may be specified for all other service types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("externalAccountId")] + public virtual string ExternalAccountId { get; set; } + + /// + /// The provider manages products for this account. Payload for service type products management. + /// + [Newtonsoft.Json.JsonPropertyAttribute("productsManagement")] + public virtual ProductsManagement ProductsManagement { get; set; } + /// /// Required. The provider of the service. Either the reference to an account such as `providers/123` or a /// well-known service provider (one of `providers/GOOGLE_ADS` or `providers/GOOGLE_BUSINESS_PROFILE`). @@ -5795,6 +6096,12 @@ public class AddUser : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("userId")] public virtual string UserId { get; set; } + /// + /// Optional. Settings related to configuring the verification email that is sent after adding a user. + /// + [Newtonsoft.Json.JsonPropertyAttribute("verificationMailSettings")] + public virtual VerificationMailSettings VerificationMailSettings { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -6328,6 +6635,13 @@ public class ClaimHomepageRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// `ComparisonShopping` payload. + public class ComparisonShopping : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for the `CreateAndConfigureAccount` method. public class CreateAndConfigureAccountRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -6345,6 +6659,13 @@ public class CreateAndConfigureAccountRequest : Google.Apis.Requests.IDirectResp [Newtonsoft.Json.JsonPropertyAttribute("service")] public virtual System.Collections.Generic.IList Service { get; set; } + /// + /// Optional. If a relationship is created with a provider, you can set an alias for it with this field. The + /// calling user must be an admin on the provider to be able to set an alias. + /// + [Newtonsoft.Json.JsonPropertyAttribute("setAlias")] + public virtual System.Collections.Generic.IList SetAlias { get; set; } + /// Optional. Users to be added to the account. [Newtonsoft.Json.JsonPropertyAttribute("user")] public virtual System.Collections.Generic.IList User { get; set; } @@ -7048,6 +7369,24 @@ public class ListAccountIssuesResponse : Google.Apis.Requests.IDirectResponseSch public virtual string ETag { get; set; } } + /// Response message for the `ListAccountLimits` method. + public class ListAccountLimitsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The limits for the given account. + [Newtonsoft.Json.JsonPropertyAttribute("accountLimits")] + public virtual System.Collections.Generic.IList AccountLimits { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response after trying to list account relationships. public class ListAccountRelationshipsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -7777,6 +8116,23 @@ public class ProductChange : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The limit for products. + public class ProductLimit : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The maximum number of products that are allowed in the account in the given scope. + /// + [Newtonsoft.Json.JsonPropertyAttribute("limit")] + public virtual System.Nullable Limit { get; set; } + + /// Required. The scope of the product limit. + [Newtonsoft.Json.JsonPropertyAttribute("scope")] + public virtual string Scope { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The message that the merchant will receive to notify about product status change event public class ProductStatusChangeMessage : Google.Apis.Requests.IDirectResponseSchema { @@ -8288,6 +8644,27 @@ public class Service : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Set an alias for a relationship between a provider and the account to be created. + public class SetAliasForRelationship : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The unique ID of this account in the provider's system. The value must be unique across all + /// accounts on the platform for this provider. + /// + [Newtonsoft.Json.JsonPropertyAttribute("accountIdAlias")] + public virtual string AccountIdAlias { get; set; } + + /// + /// Required. The provider of the service. This is a reference to an account such as `providers/123` or + /// `accounts/123`. The same provider must be specified in at least one of the `service` fields. + /// + [Newtonsoft.Json.JsonPropertyAttribute("provider")] + public virtual string Provider { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The Merchant Center account's [shipping settings](https://support.google.com/merchants/answer/6069284). The /// `ShippingSettings` resource lets you retrieve and update the shipping settings of your advanced account and all @@ -8652,7 +9029,7 @@ public class UriSettings : Google.Apis.Requests.IDirectResponseSchema } /// - /// The `User` message represents a user associated with a Merchant Center account. It is used to manage user + /// The `User` resource represents a user associated with a Merchant Center account. It is used to manage user /// permissions and access rights within the account. For more information, see [Frequently asked questions about /// people and access levels](//support.google.com/merchants/answer/12160472). /// @@ -8723,6 +9100,26 @@ public class Value : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Settings related to the verification email that is sent after adding a user. + public class VerificationMailSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Mode of the verification mail. If not set, the default is `SEND_VERIFICATION_MAIL`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("verificationMailMode")] + public virtual string VerificationMailMode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for the `VerifySelf` method. + public class VerifySelfRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A fulfillment warehouse, which stores and handles inventory. public class Warehouse : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.csproj b/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.csproj index a2086ee22b4..2d71b39ceeb 100644 --- a/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.csproj +++ b/Src/Generated/Google.Apis.Merchant.accounts_v1/Google.Apis.Merchant.accounts_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.accounts_v1 Client Library - 1.71.0.3904 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs index 6c091d261eb..b364669be8d 100644 --- a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs +++ b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.cs @@ -879,6 +879,37 @@ public DeveloperRegistrationResource(Google.Apis.Services.IClientService service this.service = service; } + /// Retrieves the merchant account that the calling GCP is registered with. + public virtual GetAccountForGcpRegistrationRequest GetAccountForGcpRegistration() + { + return new GetAccountForGcpRegistrationRequest(this.service); + } + + /// Retrieves the merchant account that the calling GCP is registered with. + public class GetAccountForGcpRegistrationRequest : MerchantBaseServiceRequest + { + /// Constructs a new GetAccountForGcpRegistration request. + public GetAccountForGcpRegistrationRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } + + /// Gets the method name. + public override string MethodName => "getAccountForGcpRegistration"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "accounts/v1beta/accounts:getAccountForGcpRegistration"; + + /// Initializes GetAccountForGcpRegistration parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + /// Retrieves a developer registration for a merchant. /// Required. The `name` (ID) of the developer registration. public virtual GetDeveloperRegistrationRequest GetDeveloperRegistration(string name) @@ -4338,6 +4369,82 @@ public class UsersResource public UsersResource(Google.Apis.Services.IClientService service) { this.service = service; + Me = new MeResource(service); + } + + /// Gets the Me resource. + public virtual MeResource Me { get; } + + /// The "me" collection of methods. + public class MeResource + { + private const string Resource = "me"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public MeResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Updates the user that is represented by the caller from pending to verified. + /// The body of the request. + /// + /// Required. The name of the account under which the caller is a user. Format: `accounts/{account}` + /// + public virtual VerifySelfRequest VerifySelf(Google.Apis.Merchant.accounts_v1beta.Data.VerifySelfRequest body, string account) + { + return new VerifySelfRequest(this.service, body, account); + } + + /// Updates the user that is represented by the caller from pending to verified. + public class VerifySelfRequest : MerchantBaseServiceRequest + { + /// Constructs a new VerifySelf request. + public VerifySelfRequest(Google.Apis.Services.IClientService service, Google.Apis.Merchant.accounts_v1beta.Data.VerifySelfRequest body, string account) : base(service) + { + Account = account; + Body = body; + InitParameters(); + } + + /// + /// Required. The name of the account under which the caller is a user. Format: `accounts/{account}` + /// + [Google.Apis.Util.RequestParameterAttribute("account", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Account { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.Merchant.accounts_v1beta.Data.VerifySelfRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "verifySelf"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "accounts/v1beta/{+account}/users/me:verifySelf"; + + /// Initializes VerifySelf parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("account", new Google.Apis.Discovery.Parameter + { + Name = "account", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^accounts/[^/]+$", + }); + } + } } /// Creates a Merchant Center account user. Executing this method requires admin access. @@ -4728,9 +4835,11 @@ protected override void InitParameters() /// /// Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting - /// an advanced account leads to the deletion of all of its sub-accounts. Executing this method requires admin - /// access. The deletion succeeds only if the account does not provide services to any other account and has no - /// processed offers. You can use the `force` parameter to override this. + /// an advanced account leads to the deletion of all of its sub-accounts. This also deletes the account's + /// [developer registration entity](/merchant/api/reference/rest/accounts_v1beta/accounts.developerRegistration) + /// and any associated GCP project to the account. Executing this method requires admin access. The deletion + /// succeeds only if the account does not provide services to any other account and has no processed offers. You + /// can use the `force` parameter to override this. /// /// Required. The name of the account to delete. Format: `accounts/{account}` public virtual DeleteRequest Delete(string name) @@ -4740,9 +4849,11 @@ public virtual DeleteRequest Delete(string name) /// /// Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting - /// an advanced account leads to the deletion of all of its sub-accounts. Executing this method requires admin - /// access. The deletion succeeds only if the account does not provide services to any other account and has no - /// processed offers. You can use the `force` parameter to override this. + /// an advanced account leads to the deletion of all of its sub-accounts. This also deletes the account's + /// [developer registration entity](/merchant/api/reference/rest/accounts_v1beta/accounts.developerRegistration) + /// and any associated GCP project to the account. Executing this method requires admin access. The deletion + /// succeeds only if the account does not provide services to any other account and has no processed offers. You + /// can use the `force` parameter to override this. /// public class DeleteRequest : MerchantBaseServiceRequest { @@ -4847,37 +4958,6 @@ protected override void InitParameters() } } - /// Retrieves the merchant account that the calling GCP is registered with. - public virtual GetAccountForGcpRegistrationRequest GetAccountForGcpRegistration() - { - return new GetAccountForGcpRegistrationRequest(this.service); - } - - /// Retrieves the merchant account that the calling GCP is registered with. - public class GetAccountForGcpRegistrationRequest : MerchantBaseServiceRequest - { - /// Constructs a new GetAccountForGcpRegistration request. - public GetAccountForGcpRegistrationRequest(Google.Apis.Services.IClientService service) : base(service) - { - InitParameters(); - } - - /// Gets the method name. - public override string MethodName => "getAccountForGcpRegistration"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "accounts/v1beta/accounts:getAccountForGcpRegistration"; - - /// Initializes GetAccountForGcpRegistration parameter list. - protected override void InitParameters() - { - base.InitParameters(); - } - } - /// /// Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not for the /// Merchant Center ID or the advanced account ID. To list several sub-accounts, you should use the @@ -5585,6 +5665,13 @@ public class AccountService : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("campaignsManagement")] public virtual CampaignsManagement CampaignsManagement { get; set; } + /// + /// Service type for comparison shopping. The provider is a CSS (Comparison Shopping Service) managing the + /// account. See https://support.google.com/merchants/answer/12653197 + /// + [Newtonsoft.Json.JsonPropertyAttribute("comparisonShopping")] + public virtual ComparisonShopping ComparisonShopping { get; set; } + /// /// Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating /// with the provider. This should be the unique account ID within the provider's system (for example, your shop @@ -5656,6 +5743,41 @@ public class AddAccountService : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("accountAggregation")] public virtual AccountAggregation AccountAggregation { get; set; } + /// The provider manages this account. Payload for service type Account Management. + [Newtonsoft.Json.JsonPropertyAttribute("accountManagement")] + public virtual AccountManagement AccountManagement { get; set; } + + /// + /// The provider manages campaigns for this account. Payload for service type campaigns management. + /// + [Newtonsoft.Json.JsonPropertyAttribute("campaignsManagement")] + public virtual CampaignsManagement CampaignsManagement { get; set; } + + /// + /// The provider is a CSS (Comparison Shopping Service) of this account. Payload for service type Comparison + /// Shopping. + /// + [Newtonsoft.Json.JsonPropertyAttribute("comparisonShopping")] + public virtual ComparisonShopping ComparisonShopping { get; set; } + + /// + /// Immutable. An optional, immutable identifier that Google uses to refer to this account when communicating + /// with the provider. This should be the unique account ID within the provider's system (for example, your shop + /// ID in Shopify). If you have multiple accounts with the same provider - for instance, different accounts for + /// various regions — the `external_account_id` differentiates between them, ensuring accurate linking and + /// integration between Google and the provider. The external account ID must be specified for the campaigns + /// management service type. The external account ID must not be specified for the account aggregation service + /// type. The external account ID is optional / may be specified for all other service types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("externalAccountId")] + public virtual string ExternalAccountId { get; set; } + + /// + /// The provider manages products for this account. Payload for service type products management. + /// + [Newtonsoft.Json.JsonPropertyAttribute("productsManagement")] + public virtual ProductsManagement ProductsManagement { get; set; } + /// /// Required. The provider of the service. Either the reference to an account such as `providers/123` or a /// well-known service provider (one of `providers/GOOGLE_ADS` or `providers/GOOGLE_BUSINESS_PROFILE`). @@ -5680,6 +5802,12 @@ public class AddUser : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("userId")] public virtual string UserId { get; set; } + /// + /// Optional. Settings related to configuring the verification email that is sent after adding a user. + /// + [Newtonsoft.Json.JsonPropertyAttribute("verificationMailSettings")] + public virtual VerificationMailSettings VerificationMailSettings { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -6152,6 +6280,13 @@ public class ClaimHomepageRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// `ComparisonShopping` payload. + public class ComparisonShopping : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for the `CreateAndConfigureAccount` method. public class CreateAndConfigureAccountRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -6169,6 +6304,13 @@ public class CreateAndConfigureAccountRequest : Google.Apis.Requests.IDirectResp [Newtonsoft.Json.JsonPropertyAttribute("service")] public virtual System.Collections.Generic.IList Service { get; set; } + /// + /// Optional. If a relationship is created with a provider, you can set an alias for it with this field. The + /// calling user must be an admin on the provider to be able to set an alias. + /// + [Newtonsoft.Json.JsonPropertyAttribute("setAlias")] + public virtual System.Collections.Generic.IList SetAlias { get; set; } + /// Optional. Users to be added to the account. [Newtonsoft.Json.JsonPropertyAttribute("user")] public virtual System.Collections.Generic.IList User { get; set; } @@ -8110,6 +8252,27 @@ public class Service : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Set an alias for a relationship between a provider and the account to be created. + public class SetAliasForRelationship : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The unique ID of this account in the provider's system. The value must be unique across all + /// accounts on the platform for this provider. + /// + [Newtonsoft.Json.JsonPropertyAttribute("accountIdAlias")] + public virtual string AccountIdAlias { get; set; } + + /// + /// Required. The provider of the service. This is a reference to an account such as `providers/123` or + /// `accounts/123`. The same provider must be specified in at least one of the `service` fields. + /// + [Newtonsoft.Json.JsonPropertyAttribute("provider")] + public virtual string Provider { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// The Merchant Center account's [shipping settings](https://support.google.com/merchants/answer/6069284). The /// `ShippingSettings` resource lets you retrieve and update the shipping settings of your advanced account and all @@ -8456,7 +8619,7 @@ public class UriSettings : Google.Apis.Requests.IDirectResponseSchema } /// - /// The `User` message represents a user associated with a Merchant Center account. It is used to manage user + /// The `User` resource represents a user associated with a Merchant Center account. It is used to manage user /// permissions and access rights within the account. For more information, see [Frequently asked questions about /// people and access levels](//support.google.com/merchants/answer/12160472). /// @@ -8527,6 +8690,26 @@ public class Value : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Settings related to the verification email that is sent after adding a user. + public class VerificationMailSettings : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. Mode of the verification mail. If not set, the default is `SEND_VERIFICATION_MAIL`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("verificationMailMode")] + public virtual string VerificationMailMode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Request message for the `VerifySelf` method. + public class VerifySelfRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A fulfillment warehouse, which stores and handles inventory. public class Warehouse : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj index c5cdc9b6177..4a5ecb19ec3 100644 --- a/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj +++ b/Src/Generated/Google.Apis.Merchant.accounts_v1beta/Google.Apis.Merchant.accounts_v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.accounts_v1beta Client Library - 1.71.0.3904 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.cs b/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.cs index 5a9f3c06e69..046472e2e3e 100644 --- a/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.cs +++ b/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.cs @@ -1431,8 +1431,10 @@ public class RegionalInventoryDataSource : Google.Apis.Requests.IDirectResponseS } /// - /// The supplemental data source for local and online products. After creation, you should make sure to link the - /// supplemental product data source into one or more primary product data sources. + /// The [supplemental data + /// source](https://developers.google.com/merchant/api/guides/data-sources/api-sources#link-supplemental-data-source) + /// for local and online products. After creation,you should make sure to link the supplemental product data source + /// into one or more primary product data sources. /// public class SupplementalProductDataSource : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.csproj b/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.csproj index 24aed94e52b..36c665d94e4 100644 --- a/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.csproj +++ b/Src/Generated/Google.Apis.Merchant.datasources_v1/Google.Apis.Merchant.datasources_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.datasources_v1 Client Library - 1.70.0.3868 + 1.72.0.3958 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.cs b/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.cs index 4992831dcb6..3c9df5a38db 100644 --- a/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.cs +++ b/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.cs @@ -1427,8 +1427,10 @@ public class RegionalInventoryDataSource : Google.Apis.Requests.IDirectResponseS } /// - /// The supplemental data source for local and online products. After creation, you should make sure to link the - /// supplemental product data source into one or more primary product data sources. + /// The [supplemental data + /// source](https://developers.google.com/merchant/api/guides/data-sources/api-sources#link-supplemental-data-source) + /// for local and online products. After creation,you should make sure to link the supplemental product data source + /// into one or more primary product data sources. /// public class SupplementalProductDataSource : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.csproj b/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.csproj index 2357bd6ad90..6a0026c14ac 100644 --- a/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.csproj +++ b/Src/Generated/Google.Apis.Merchant.datasources_v1beta/Google.Apis.Merchant.datasources_v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.datasources_v1beta Client Library - 1.70.0.3854 + 1.72.0.3958 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.cs b/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.cs index 39101e9f0ec..0d65abd0c10 100644 --- a/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.cs +++ b/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.cs @@ -314,7 +314,25 @@ public LocalInventoriesResource(Google.Apis.Services.IClientService service) /// /// /// Required. The name of the local inventory for the given product to delete. Format: - /// `accounts/{account}/products/{product}/localInventories/{store_code}` + /// `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual DeleteRequest Delete(string name) { @@ -337,7 +355,26 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. The name of the local inventory for the given product to delete. Format: - /// `accounts/{account}/products/{product}/localInventories/{store_code}` + /// `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` + /// For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. + /// Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically + /// detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment + /// is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in + /// the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of + /// the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * + /// Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the + /// base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the + /// product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The + /// `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This + /// format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain + /// URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for + /// all product IDs to ensure correct parsing, especially those containing special characters. The + /// presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between + /// the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -374,7 +411,25 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual InsertRequest Insert(Google.Apis.Merchant.inventories_v1.Data.LocalInventory body, string parent) { @@ -398,7 +453,26 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Me /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -441,7 +515,25 @@ protected override void InitParameters() /// /// /// Required. The `name` of the parent product to list local inventories for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual ListRequest List(string parent) { @@ -465,7 +557,26 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The `name` of the parent product to list local inventories for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -554,7 +665,25 @@ public RegionalInventoriesResource(Google.Apis.Services.IClientService service) /// /// /// Required. The name of the `RegionalInventory` resource to delete. Format: - /// `accounts/{account}/products/{product}/regionalInventories/{region}` + /// `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual DeleteRequest Delete(string name) { @@ -578,7 +707,26 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. The name of the `RegionalInventory` resource to delete. Format: - /// `accounts/{account}/products/{product}/regionalInventories/{region}` + /// `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` + /// For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. + /// Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically + /// detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment + /// is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in + /// the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of + /// the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * + /// Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the + /// base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the + /// product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The + /// `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This + /// format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain + /// URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for + /// all product IDs to ensure correct parsing, especially those containing special characters. The + /// presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between + /// the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -616,7 +764,25 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual InsertRequest Insert(Google.Apis.Merchant.inventories_v1.Data.RegionalInventory body, string parent) { @@ -641,7 +807,26 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Me /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -684,7 +869,25 @@ protected override void InitParameters() /// /// /// Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual ListRequest List(string parent) { @@ -708,7 +911,26 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -933,7 +1155,23 @@ public class LocalInventory : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the `LocalInventory` resource. Format: - /// `accounts/{account}/products/{product}/localInventories/{store_code}` + /// `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a unique + /// identifier for the product. This identifier must be unique within a merchant account and generally follows + /// the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, + /// the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of + /// the {product} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). + /// The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST + /// be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or + /// `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -1194,7 +1432,23 @@ public class RegionalInventory : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the `RegionalInventory` resource. Format: - /// `{regional_inventory.name=accounts/{account}/products/{product}/regionalInventories/{region}` + /// `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a unique + /// identifier for the product. This identifier must be unique within a merchant account and generally follows + /// the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, + /// the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of + /// the {product} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). + /// The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST + /// be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or + /// `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } diff --git a/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.csproj b/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.csproj index dd17e5bc2f5..77cba655ce2 100644 --- a/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.csproj +++ b/Src/Generated/Google.Apis.Merchant.inventories_v1/Google.Apis.Merchant.inventories_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.inventories_v1 Client Library - 1.70.0.3868 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.cs b/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.cs index 49d57a671cd..16b45bc84e7 100644 --- a/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.cs +++ b/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.cs @@ -314,7 +314,25 @@ public LocalInventoriesResource(Google.Apis.Services.IClientService service) /// /// /// Required. The name of the local inventory for the given product to delete. Format: - /// `accounts/{account}/products/{product}/localInventories/{store_code}` + /// `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual DeleteRequest Delete(string name) { @@ -337,7 +355,26 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. The name of the local inventory for the given product to delete. Format: - /// `accounts/{account}/products/{product}/localInventories/{store_code}` + /// `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` + /// For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. + /// Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically + /// detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment + /// is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in + /// the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of + /// the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * + /// Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the + /// base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the + /// product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The + /// `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This + /// format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain + /// URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for + /// all product IDs to ensure correct parsing, especially those containing special characters. The + /// presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between + /// the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -374,7 +411,25 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual InsertRequest Insert(Google.Apis.Merchant.inventories_v1beta.Data.LocalInventory body, string parent) { @@ -398,7 +453,26 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Me /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -441,7 +515,25 @@ protected override void InitParameters() /// /// /// Required. The `name` of the parent product to list local inventories for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual ListRequest List(string parent) { @@ -465,7 +557,26 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The `name` of the parent product to list local inventories for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -554,7 +665,25 @@ public RegionalInventoriesResource(Google.Apis.Services.IClientService service) /// /// /// Required. The name of the `RegionalInventory` resource to delete. Format: - /// `accounts/{account}/products/{product}/regionalInventories/{region}` + /// `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual DeleteRequest Delete(string name) { @@ -578,7 +707,26 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. The name of the `RegionalInventory` resource to delete. Format: - /// `accounts/{account}/products/{product}/regionalInventories/{region}` + /// `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a + /// unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` + /// For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. + /// Example: `local~en~US~sku123` The format of the {product} segment in the URL is automatically + /// detected by the server, supporting two options: 1. **Encoded Format**: The `{product}` segment + /// is an unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in + /// the `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of + /// the product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * + /// Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the + /// base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the + /// product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The + /// `{product}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This + /// format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain + /// URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for + /// all product IDs to ensure correct parsing, especially those containing special characters. The + /// presence of tilde (`~`) characters in the `{product}` segment is used to differentiate between + /// the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -616,7 +764,25 @@ protected override void InitParameters() /// The body of the request. /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual InsertRequest Insert(Google.Apis.Merchant.inventories_v1beta.Data.RegionalInventory body, string parent) { @@ -641,7 +807,26 @@ public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Me /// /// Required. The account and product where this inventory will be inserted. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -684,7 +869,25 @@ protected override void InitParameters() /// /// /// Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of + /// this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{product}` segment is used to differentiate between the two formats. Note: For calls to the + /// v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// public virtual ListRequest List(string parent) { @@ -708,7 +911,26 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The `name` of the parent product to list `RegionalInventory` resources for. Format: - /// `accounts/{account}/products/{product}` + /// `accounts/{account}/products/{product}` The {product} segment is a unique identifier for the + /// product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by + /// the server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding + /// of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure + /// correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{product}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -970,7 +1192,23 @@ public class LocalInventory : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the `LocalInventory` resource. Format: - /// `accounts/{account}/products/{product}/localInventories/{store_code}` + /// `accounts/{account}/products/{product}/localInventories/{store_code}` The {product} segment is a unique + /// identifier for the product. This identifier must be unique within a merchant account and generally follows + /// the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, + /// the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of + /// the {product} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). + /// The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST + /// be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or + /// `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -1227,7 +1465,23 @@ public class RegionalInventory : Google.Apis.Requests.IDirectResponseSchema /// /// Output only. The name of the `RegionalInventory` resource. Format: - /// `{regional_inventory.name=accounts/{account}/products/{product}/regionalInventories/{region}` + /// `accounts/{account}/products/{product}/regionalInventories/{region}` The {product} segment is a unique + /// identifier for the product. This identifier must be unique within a merchant account and generally follows + /// the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, + /// the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of + /// the {product} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). + /// The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST + /// be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or + /// `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } diff --git a/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.csproj b/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.csproj index 0f19dc11e4a..5f92a2cc9b6 100644 --- a/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.csproj +++ b/Src/Generated/Google.Apis.Merchant.inventories_v1beta/Google.Apis.Merchant.inventories_v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.inventories_v1beta Client Library - 1.70.0.3860 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.cs b/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.cs index 6ca549da659..f53f4e6b9af 100644 --- a/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.cs +++ b/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.cs @@ -508,7 +508,23 @@ protected override void InitParameters() /// /// The body of the request. /// - /// Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}` + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment is + /// a unique identifier for the product. This identifier must be unique within a merchant account and generally + /// follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The + /// format of the {product} segment in the URL is automatically detected by the server, supporting two options: + /// 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). + /// The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST + /// be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or + /// `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`. /// public virtual RenderproductissuesRequest Renderproductissues(Google.Apis.Merchant.issueresolution_v1.Data.RenderIssuesRequestPayload body, string name) { @@ -530,7 +546,25 @@ public RenderproductissuesRequest(Google.Apis.Services.IClientService service, G } /// - /// Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}` + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment + /// is a unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url + /// encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product + /// identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the + /// product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which + /// is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, + /// especially those containing special characters. The presence of tilde (`~`) characters in the + /// `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta + /// version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } diff --git a/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.csproj b/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.csproj index a26bebfad5c..dedd46cd0e9 100644 --- a/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.csproj +++ b/Src/Generated/Google.Apis.Merchant.issueresolution_v1/Google.Apis.Merchant.issueresolution_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.issueresolution_v1 Client Library - 1.70.0.3894 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.cs b/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.cs index ffea864bc1b..e3f86699537 100644 --- a/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.cs +++ b/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.cs @@ -508,7 +508,23 @@ protected override void InitParameters() /// /// The body of the request. /// - /// Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}` + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment is + /// a unique identifier for the product. This identifier must be unique within a merchant account and generally + /// follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The + /// format of the {product} segment in the URL is automatically detected by the server, supporting two options: + /// 1. **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 Section 5). + /// The decoded string must result in the `content_language~feed_label~offer_id` structure. This encoding MUST + /// be used if any part of the product identifier (like `offer_id`) contains characters such as `/`, `%`, or + /// `~`. * Example: To represent the product ID `en~US~sku/123`, the `{product}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`. /// public virtual RenderproductissuesRequest Renderproductissues(Google.Apis.Merchant.issueresolution_v1beta.Data.RenderIssuesRequestPayload body, string name) { @@ -530,7 +546,25 @@ public RenderproductissuesRequest(Google.Apis.Services.IClientService service, G } /// - /// Required. The name of the product to fetch issues for. Format: `accounts/{account}/products/{product}` + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment + /// is a unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url + /// encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product + /// identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the + /// product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which + /// is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, + /// especially those containing special characters. The presence of tilde (`~`) characters in the + /// `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta + /// version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } diff --git a/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.csproj b/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.csproj index 666b63509aa..cd3ee544419 100644 --- a/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.csproj +++ b/Src/Generated/Google.Apis.Merchant.issueresolution_v1beta/Google.Apis.Merchant.issueresolution_v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.issueresolution_v1beta Client Library - 1.70.0.3894 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.cs b/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.cs index 617f99c32ae..f2abe26e9c8 100644 --- a/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.cs +++ b/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.cs @@ -294,10 +294,26 @@ public ProductInputsResource(Google.Apis.Services.IClientService service) /// product input, it may take several minutes before the processed product can be retrieved. /// /// - /// Required. The name of the product input resource to delete. Format: - /// `accounts/{account}/productInputs/{product}` where the last section `product` consists of: - /// `content_language~feed_label~offer_id` example for product name is - /// `accounts/123/productInputs/en~US~sku123`. + /// Required. The name of the product input to delete. Format: + /// `accounts/{account}/productInputs/{productInput}` The {productInput} segment is a unique identifier for + /// the product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, + /// the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format + /// of the {productInput} segment in the URL is automatically detected by the server, supporting two + /// options: 1. **Encoded Format**: The `{productInput}` segment is an unpadded base64url encoded string + /// (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` + /// structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains + /// characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the + /// `{productInput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. + /// The full resource name for the product would be `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`. 2. + /// **Plain Format**: The `{productInput}` segment is the tilde-separated string + /// `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, + /// `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We + /// recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those + /// containing special characters. The presence of tilde (`~`) characters in the `{productInput}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format + /// is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// public virtual DeleteRequest Delete(string name) { @@ -318,10 +334,26 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the product input resource to delete. Format: - /// `accounts/{account}/productInputs/{product}` where the last section `product` consists of: - /// `content_language~feed_label~offer_id` example for product name is - /// `accounts/123/productInputs/en~US~sku123`. + /// Required. The name of the product input to delete. Format: + /// `accounts/{account}/productInputs/{productInput}` The {productInput} segment is a unique identifier + /// for the product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {productInput} segment in the URL is automatically detected + /// by the server, supporting two options: 1. **Encoded Format**: The `{productInput}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{productInput}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would + /// be `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productInput}` + /// segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is + /// suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic + /// characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to + /// ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{productInput}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, + /// for example: `accounts/123/productinputs/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -459,17 +491,32 @@ protected override void InitParameters() } /// - /// Updates the existing product input in your Merchant Center account. After inserting, updating, or + /// Updates the existing product input in your Merchant Center account. The name of the product input to + /// update is taken from the `name` field within the `ProductInput` resource. After inserting, updating, or /// deleting a product input, it may take several minutes before the processed product can be retrieved. /// /// The body of the request. /// - /// Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` - /// where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for - /// product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would - /// be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the - /// `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: - /// `accounts/123/productInputs/online~en~US~sku123`. + /// Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The + /// {productinput} segment is a unique identifier for the product. This identifier must be unique within a + /// merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: + /// `en~US~sku123` For legacy local products, the structure is: + /// `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the + /// {productinput} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC 4648 + /// Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This + /// encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such + /// as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productinput}` + /// segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource + /// name for the product would be `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The + /// `{productinput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This + /// format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain + /// URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all + /// product IDs to ensure correct parsing, especially those containing special characters. The presence of + /// tilde (`~`) characters in the `{productinput}` segment is used to differentiate between the two formats. + /// Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// public virtual PatchRequest Patch(Google.Apis.Merchant.products_v1.Data.ProductInput body, string name) { @@ -477,7 +524,8 @@ public virtual PatchRequest Patch(Google.Apis.Merchant.products_v1.Data.ProductI } /// - /// Updates the existing product input in your Merchant Center account. After inserting, updating, or + /// Updates the existing product input in your Merchant Center account. The name of the product input to + /// update is taken from the `name` field within the `ProductInput` resource. After inserting, updating, or /// deleting a product input, it may take several minutes before the processed product can be retrieved. /// public class PatchRequest : MerchantBaseServiceRequest @@ -491,12 +539,26 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Mer } /// - /// Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` - /// where the last section `productinput` consists of: `content_language~feed_label~offer_id` example - /// for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input - /// name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta - /// version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for - /// example: `accounts/123/productInputs/online~en~US~sku123`. + /// Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The + /// {productinput} segment is a unique identifier for the product. This identifier must be unique within + /// a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. + /// Example: `en~US~sku123` For legacy local products, the structure is: + /// `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the + /// {productinput} segment in the URL is automatically detected by the server, supporting two options: + /// 1. **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC + /// 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` + /// structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) + /// contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID + /// `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, which + /// is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment + /// is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only + /// when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{productinput}` segment is used to differentiate between the two formats. Note: For calls to + /// the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -589,11 +651,24 @@ public ProductsResource(Google.Apis.Services.IClientService service) /// deleting a product input, it may take several minutes before the updated final product can be retrieved. /// /// - /// Required. The name of the product to retrieve. Format: `accounts/{account}/products/{product}` where the - /// last section `product` consists of: `content_language~feed_label~offer_id` example for product name is - /// `accounts/123/products/en~US~sku123`. A legacy local product name would be - /// `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` section - /// consists of: `channel~content_language~feed_label~offer_id`, for example: + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment + /// is a unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url + /// encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product + /// identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the + /// product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which + /// is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, + /// especially those containing special characters. The presence of tilde (`~`) characters in the + /// `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta + /// version, the plain format is `channel~content_language~feed_label~offer_id`, for example: /// `accounts/123/products/online~en~US~sku123`. /// public virtual GetRequest Get(string name) @@ -615,11 +690,25 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The name of the product to retrieve. Format: `accounts/{account}/products/{product}` where - /// the last section `product` consists of: `content_language~feed_label~offer_id` example for product - /// name is `accounts/123/products/en~US~sku123`. A legacy local product name would be - /// `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` - /// section consists of: `channel~content_language~feed_label~offer_id`, for example: + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} + /// segment is a unique identifier for the product. This identifier must be unique within a merchant + /// account and generally follows the structure: `content_language~feed_label~offer_id`. Example: + /// `en~US~sku123` For legacy local products, the structure is: + /// `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the + /// {product} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 + /// Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. + /// This encoding MUST be used if any part of the product identifier (like `offer_id`) contains + /// characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the + /// `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. + /// The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. + /// **Plain Format**: The `{product}` segment is the tilde-separated string + /// `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, + /// `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We + /// recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` + /// segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the + /// plain format is `channel~content_language~feed_label~offer_id`, for example: /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] @@ -772,6 +861,117 @@ public class AutomatedDiscounts : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Carrier-based shipping configuration. Allows for setting shipping speed or shipping cost based on a carrier's + /// provided info. + /// + public class CarrierShipping : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Selected carrier to calculate the shipping price from. Select a carrier from the [available carriers + /// list](https://support.google.com/merchants/answer/15449142#Supported), for example `AUSTRALIA_POST_REGULAR`. + /// Price will be calculated by this selected carrier, the location expressed in originPostalCode, along with + /// the user location to determine the accurate shipping price. Carrier is represented by a carrier service name + /// or a carrier service ID. Cannot be set together with flatPrice. + /// + [Newtonsoft.Json.JsonPropertyAttribute("carrierPrice")] + public virtual string CarrierPrice { get; set; } + + /// + /// A flat adjustment on the carrier price. Can be either positive or negative. Cannot be zero. Requires + /// `carrier_price` to be present. Cannot be set together with flatPrice and carrierPricePercentageAdjustment. + /// + [Newtonsoft.Json.JsonPropertyAttribute("carrierPriceFlatAdjustment")] + public virtual Price CarrierPriceFlatAdjustment { get; set; } + + /// + /// A percentual adjustment on the carrier price. Can be either positive or negative. Cannot be zero. Requires + /// `carrier_price` to be present. Cannot be set together with flatPrice and carrierPriceFlatAdjustment. + /// + [Newtonsoft.Json.JsonPropertyAttribute("carrierPricePercentageAdjustment")] + public virtual System.Nullable CarrierPricePercentageAdjustment { get; set; } + + /// + /// Selected carrier to calculate the shipping speed from. Select a carrier from the [available carriers + /// list](https://support.google.com/merchants/answer/15449142#Supported), for example `AUSTRALIA_POST_REGULAR`. + /// Speed will be calculated by this selected carrier, the location expressed in originPostalCode, along with + /// the user location to determine the accurate delivery speed. Carrier is represented by a carrier service name + /// or a carrier service ID. Cannot be set together with fixedMaxTransitTime or fixedMinTransitTime. + /// + [Newtonsoft.Json.JsonPropertyAttribute("carrierTransitTime")] + public virtual string CarrierTransitTime { get; set; } + + /// + /// The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country + /// to which an item will ship. + /// + [Newtonsoft.Json.JsonPropertyAttribute("country")] + public virtual string Country { get; set; } + + /// + /// Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business + /// days. 0 means that the order is delivered on the same day as it ships. Needs to be provided together with + /// maxHandlingTime. Cannot be set if carrierTransitTime is present. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fixedMaxTransitTime")] + public virtual System.Nullable FixedMaxTransitTime { get; set; } + + /// + /// Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business + /// days. 0 means that the order is delivered on the same day as it ships. fixedMinTransitTime can only be set + /// if fixedMaxTransitTime is set. Cannot be set if carrierTransitTime is present. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fixedMinTransitTime")] + public virtual System.Nullable FixedMinTransitTime { get; set; } + + /// + /// Fixed shipping price, represented as a number with currency. Cannot be set together with carrierPrice or its + /// adjustments (carrierPriceFlatAdjustment, carrierPricePercentageAdjustment). + /// + [Newtonsoft.Json.JsonPropertyAttribute("flatPrice")] + public virtual Price FlatPrice { get; set; } + + /// + /// Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means + /// that the order is shipped on the same day as it is received if it happens before the cut-off time. Both + /// maxHandlingTime and fixedMaxTransitTime or carrierTransitTime are required if providing shipping speeds. + /// + [Newtonsoft.Json.JsonPropertyAttribute("maxHandlingTime")] + public virtual System.Nullable MaxHandlingTime { get; set; } + + /// + /// Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means + /// that the order is shipped on the same day as it is received if it happens before the cut-off time. + /// minHandlingTime can only be set if maxHandlingTime is also set. + /// + [Newtonsoft.Json.JsonPropertyAttribute("minHandlingTime")] + public virtual System.Nullable MinHandlingTime { get; set; } + + /// + /// The source location postal code from which this offer ships. Represented only by a full-length postal code. + /// + [Newtonsoft.Json.JsonPropertyAttribute("originPostalCode")] + public virtual string OriginPostalCode { get; set; } + + /// + /// The postal code range that the shipping rate applies to, represented by a postal code (eg. `94043`), a + /// postal code prefix followed by a * wildcard (eg. `94*`), a range between two postal codes (eg. + /// `94043-98033`) or two postal code prefixes of equal length (eg. `94*-98*`). + /// + [Newtonsoft.Json.JsonPropertyAttribute("postalCode")] + public virtual string PostalCode { get; set; } + + /// + /// The geographic region to which a shipping rate applies. See + /// [region](https://support.google.com/merchants/answer/6324484) for more information. + /// + [Newtonsoft.Json.JsonPropertyAttribute("region")] + public virtual string Region { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Product property for the Cloud Retail API. For example, properties for a TV product could be "Screen-Resolution" /// or "Screen-Size". @@ -906,6 +1106,43 @@ public class FreeShippingThreshold : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Configuration for offer or offer-country level shipping handling cutoff time. + public class HandlingCutoffTime : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country + /// to which the handling cutoff time applies. + /// + [Newtonsoft.Json.JsonPropertyAttribute("country")] + public virtual string Country { get; set; } + + /// + /// The handling cutoff time until which an order has to be placed to be processed in the same day. This is a + /// string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to + /// 8AM PST. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cutoffTime")] + public virtual string CutoffTime { get; set; } + + /// + /// [Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) + /// For example 'Europe/Zurich'. If not set, the shipping destination timezone will be used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("cutoffTimezone")] + public virtual string CutoffTimezone { get; set; } + + /// + /// This field only applies to same-day delivery. If true, prevents next-day delivery from being shown for this + /// offer after the cutoff time. This field only applies to same-day delivery offers, for merchants who want to + /// explicitly disable it. + /// + [Newtonsoft.Json.JsonPropertyAttribute("disableDeliveryAfterCutoff")] + public virtual System.Nullable DisableDeliveryAfterCutoff { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start /// must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). @@ -1086,7 +1323,7 @@ public class LoyaltyPoints : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// A message that represents loyalty program. + /// LINT.IfChange(LoyaltyProgram) A message that represents loyalty program. public class LoyaltyProgram : Google.Apis.Requests.IDirectResponseSchema { /// The cashback that can be used for future purchases. @@ -1350,6 +1587,10 @@ public virtual System.DateTimeOffset? AvailabilityDateDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("canonicalLink")] public virtual string CanonicalLink { get; set; } + /// Rules for carrier-based shipping. + [Newtonsoft.Json.JsonPropertyAttribute("carrierShipping")] + public virtual System.Collections.Generic.IList CarrierShipping { get; set; } + /// /// Product Certifications, for example for energy efficiency labeling of products recorded in the [EU /// EPREL](https://eprel.ec.europa.eu/screen/home) database. See the [Help @@ -1575,6 +1816,10 @@ public virtual System.DateTimeOffset? ExpirationDateDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("gtins")] public virtual System.Collections.Generic.IList Gtins { get; set; } + /// The handling cutoff times for shipping. + [Newtonsoft.Json.JsonPropertyAttribute("handlingCutoffTimes")] + public virtual System.Collections.Generic.IList HandlingCutoffTimes { get; set; } + /// /// Set this value to false when the item does not have unique product identifiers appropriate to its category, /// such as GTIN, MPN, and brand. Defaults to true, if not provided. @@ -1793,6 +2038,13 @@ public virtual System.DateTimeOffset? ExpirationDateDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("shipping")] public virtual System.Collections.Generic.IList Shipping { get; set; } + /// + /// The business days during which orders can be handled. If not provided, Monday to Friday business days will + /// be assumed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("shippingHandlingBusinessDays")] + public virtual System.Collections.Generic.IList ShippingHandlingBusinessDays { get; set; } + /// Height of the item for shipping. [Newtonsoft.Json.JsonPropertyAttribute("shippingHeight")] public virtual ShippingDimension ShippingHeight { get; set; } @@ -1805,6 +2057,13 @@ public virtual System.DateTimeOffset? ExpirationDateDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("shippingLength")] public virtual ShippingDimension ShippingLength { get; set; } + /// + /// The business days during which orders are in transit. If not provided, Monday to Friday business days will + /// be assumed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("shippingTransitBusinessDays")] + public virtual System.Collections.Generic.IList ShippingTransitBusinessDays { get; set; } + /// Weight of the item for shipping. [Newtonsoft.Json.JsonPropertyAttribute("shippingWeight")] public virtual ShippingWeight ShippingWeight { get; set; } @@ -2047,12 +2306,25 @@ public class ProductInput : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable LegacyLocal { get; set; } /// - /// Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where - /// the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product - /// input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be - /// `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` - /// section consists of: `channel~content_language~feed_label~offer_id`, for example: - /// `accounts/123/productInputs/online~en~US~sku123`. + /// Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The + /// {productinput} segment is a unique identifier for the product. This identifier must be unique within a + /// merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: + /// `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. + /// Example: `local~en~US~sku123` The format of the {productinput} segment in the URL is automatically detected + /// by the server, supporting two options: 1. **Encoded Format**: The `{productinput}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product + /// identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the + /// product ID `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, + /// which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{productinput}` segment + /// is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -2422,6 +2694,23 @@ public class Shipping : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("country")] public virtual string Country { get; set; } + /// + /// The handling cutoff time until which an order has to be placed to be processed in the same day. This is a + /// string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to + /// 8AM PST and `handling_cutoff_timezone` will be ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("handlingCutoffTime")] + public virtual string HandlingCutoffTime { get; set; } + + /// + /// [Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) + /// For example `Europe/Zurich`. This field only applies if `handling_cutoff_time` is set. If + /// `handling_cutoff_time` is set but this field is not set, the shipping destination timezone will be used. If + /// both fields are not set, the handling cutoff time will default to 8AM PST. + /// + [Newtonsoft.Json.JsonPropertyAttribute("handlingCutoffTimezone")] + public virtual string HandlingCutoffTimezone { get; set; } + /// The location where the shipping is applicable, represented by a location group name. [Newtonsoft.Json.JsonPropertyAttribute("locationGroupName")] public virtual string LocationGroupName { get; set; } @@ -2494,6 +2783,32 @@ public class Shipping : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// The business days during which orders are on their path to fulfillment. If not provided, Monday to Friday + /// business days will be assumed. + /// + public class ShippingBusinessDaysConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Effective days of the week considered for the delivery time calculation. May not be empty. The more business + /// days included the faster the delivery. Can be set through individual days (e.g. `MTWRF`), or day ranges + /// (e.g. `Mon-Fri`). For more information about accepted formats, see [Shipping handling business + /// days](https://support.google.com/merchants/answer/16072859). + /// + [Newtonsoft.Json.JsonPropertyAttribute("businessDays")] + public virtual string BusinessDays { get; set; } + + /// + /// The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country + /// to which an item will ship. + /// + [Newtonsoft.Json.JsonPropertyAttribute("country")] + public virtual string Country { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The ShippingDimension of the product. public class ShippingDimension : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.csproj b/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.csproj index 90df0309205..63ed1055ddf 100644 --- a/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.csproj +++ b/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.products_v1 Client Library - 1.70.0.3875 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.cs b/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.cs index 42b34b6ab14..7c94c1fa138 100644 --- a/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.cs +++ b/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.cs @@ -294,10 +294,26 @@ public ProductInputsResource(Google.Apis.Services.IClientService service) /// product input, it may take several minutes before the processed product can be retrieved. /// /// - /// Required. The name of the product input resource to delete. Format: - /// `accounts/{account}/productInputs/{product}` where the last section `product` consists of: - /// `content_language~feed_label~offer_id` example for product name is - /// `accounts/123/productInputs/en~US~sku123`. + /// Required. The name of the product input to delete. Format: + /// `accounts/{account}/productInputs/{productInput}` The {productInput} segment is a unique identifier for + /// the product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local products, + /// the structure is: `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format + /// of the {productInput} segment in the URL is automatically detected by the server, supporting two + /// options: 1. **Encoded Format**: The `{productInput}` segment is an unpadded base64url encoded string + /// (RFC 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` + /// structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) contains + /// characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the + /// `{productInput}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. + /// The full resource name for the product would be `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`. 2. + /// **Plain Format**: The `{productInput}` segment is the tilde-separated string + /// `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, + /// `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We + /// recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially those + /// containing special characters. The presence of tilde (`~`) characters in the `{productInput}` segment is + /// used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format + /// is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// public virtual DeleteRequest Delete(string name) { @@ -318,10 +334,26 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. The name of the product input resource to delete. Format: - /// `accounts/{account}/productInputs/{product}` where the last section `product` consists of: - /// `content_language~feed_label~offer_id` example for product name is - /// `accounts/123/productInputs/en~US~sku123`. + /// Required. The name of the product input to delete. Format: + /// `accounts/{account}/productInputs/{productInput}` The {productInput} segment is a unique identifier + /// for the product. This identifier must be unique within a merchant account and generally follows the + /// structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For legacy local + /// products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {productInput} segment in the URL is automatically detected + /// by the server, supporting two options: 1. **Encoded Format**: The `{productInput}` segment is an + /// unpadded base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the + /// product identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To + /// represent the product ID `en~US~sku/123`, the `{productInput}` segment must be the base64url + /// encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would + /// be `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productInput}` + /// segment is the tilde-separated string `content_language~feed_label~offer_id`. This format is + /// suitable only when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic + /// characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to + /// ensure correct parsing, especially those containing special characters. The presence of tilde (`~`) + /// characters in the `{productInput}` segment is used to differentiate between the two formats. Note: + /// For calls to the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, + /// for example: `accounts/123/productinputs/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -459,17 +491,32 @@ protected override void InitParameters() } /// - /// Updates the existing product input in your Merchant Center account. After inserting, updating, or + /// Updates the existing product input in your Merchant Center account. The name of the product input to + /// update is taken from the `name` field within the `ProductInput` resource. After inserting, updating, or /// deleting a product input, it may take several minutes before the processed product can be retrieved. /// /// The body of the request. /// - /// Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` - /// where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for - /// product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would - /// be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the - /// `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: - /// `accounts/123/productInputs/online~en~US~sku123`. + /// Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The + /// {productinput} segment is a unique identifier for the product. This identifier must be unique within a + /// merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: + /// `en~US~sku123` For legacy local products, the structure is: + /// `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the + /// {productinput} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC 4648 + /// Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. This + /// encoding MUST be used if any part of the product identifier (like `offer_id`) contains characters such + /// as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the `{productinput}` + /// segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource + /// name for the product would be `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The + /// `{productinput}` segment is the tilde-separated string `content_language~feed_label~offer_id`. This + /// format is suitable only when `content_language`, `feed_label`, and `offer_id` do not contain + /// URL-problematic characters like `/`, `%`, or `~`. We recommend using the **Encoded Format** for all + /// product IDs to ensure correct parsing, especially those containing special characters. The presence of + /// tilde (`~`) characters in the `{productinput}` segment is used to differentiate between the two formats. + /// Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// public virtual PatchRequest Patch(Google.Apis.Merchant.products_v1beta.Data.ProductInput body, string name) { @@ -477,7 +524,8 @@ public virtual PatchRequest Patch(Google.Apis.Merchant.products_v1beta.Data.Prod } /// - /// Updates the existing product input in your Merchant Center account. After inserting, updating, or + /// Updates the existing product input in your Merchant Center account. The name of the product input to + /// update is taken from the `name` field within the `ProductInput` resource. After inserting, updating, or /// deleting a product input, it may take several minutes before the processed product can be retrieved. /// public class PatchRequest : MerchantBaseServiceRequest @@ -491,12 +539,26 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Mer } /// - /// Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` - /// where the last section `productinput` consists of: `content_language~feed_label~offer_id` example - /// for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input - /// name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta - /// version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for - /// example: `accounts/123/productInputs/online~en~US~sku123`. + /// Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The + /// {productinput} segment is a unique identifier for the product. This identifier must be unique within + /// a merchant account and generally follows the structure: `content_language~feed_label~offer_id`. + /// Example: `en~US~sku123` For legacy local products, the structure is: + /// `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the + /// {productinput} segment in the URL is automatically detected by the server, supporting two options: + /// 1. **Encoded Format**: The `{productinput}` segment is an unpadded base64url encoded string (RFC + /// 4648 Section 5). The decoded string must result in the `content_language~feed_label~offer_id` + /// structure. This encoding MUST be used if any part of the product identifier (like `offer_id`) + /// contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID + /// `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, which + /// is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment + /// is the tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only + /// when `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like + /// `/`, `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct + /// parsing, especially those containing special characters. The presence of tilde (`~`) characters in + /// the `{productinput}` segment is used to differentiate between the two formats. Note: For calls to + /// the v1beta version, the plain format is `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -589,11 +651,24 @@ public ProductsResource(Google.Apis.Services.IClientService service) /// deleting a product input, it may take several minutes before the updated final product can be retrieved. /// /// - /// Required. The name of the product to retrieve. Format: `accounts/{account}/products/{product}` where the - /// last section `product` consists of: `content_language~feed_label~offer_id` example for product name is - /// `accounts/123/products/en~US~sku123`. A legacy local product name would be - /// `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` section - /// consists of: `channel~content_language~feed_label~offer_id`, for example: + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} segment + /// is a unique identifier for the product. This identifier must be unique within a merchant account and + /// generally follows the structure: `content_language~feed_label~offer_id`. Example: `en~US~sku123` For + /// legacy local products, the structure is: `local~content_language~feed_label~offer_id`. Example: + /// `local~en~US~sku123` The format of the {product} segment in the URL is automatically detected by the + /// server, supporting two options: 1. **Encoded Format**: The `{product}` segment is an unpadded base64url + /// encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product + /// identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the + /// product ID `en~US~sku/123`, the `{product}` segment must be the base64url encoding of this string, which + /// is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{product}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, + /// `%`, or `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, + /// especially those containing special characters. The presence of tilde (`~`) characters in the + /// `{product}` segment is used to differentiate between the two formats. Note: For calls to the v1beta + /// version, the plain format is `channel~content_language~feed_label~offer_id`, for example: /// `accounts/123/products/online~en~US~sku123`. /// public virtual GetRequest Get(string name) @@ -615,11 +690,25 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. The name of the product to retrieve. Format: `accounts/{account}/products/{product}` where - /// the last section `product` consists of: `content_language~feed_label~offer_id` example for product - /// name is `accounts/123/products/en~US~sku123`. A legacy local product name would be - /// `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` - /// section consists of: `channel~content_language~feed_label~offer_id`, for example: + /// Required. The name of the product. Format: `accounts/{account}/products/{product}` The {product} + /// segment is a unique identifier for the product. This identifier must be unique within a merchant + /// account and generally follows the structure: `content_language~feed_label~offer_id`. Example: + /// `en~US~sku123` For legacy local products, the structure is: + /// `local~content_language~feed_label~offer_id`. Example: `local~en~US~sku123` The format of the + /// {product} segment in the URL is automatically detected by the server, supporting two options: 1. + /// **Encoded Format**: The `{product}` segment is an unpadded base64url encoded string (RFC 4648 + /// Section 5). The decoded string must result in the `content_language~feed_label~offer_id` structure. + /// This encoding MUST be used if any part of the product identifier (like `offer_id`) contains + /// characters such as `/`, `%`, or `~`. * Example: To represent the product ID `en~US~sku/123`, the + /// `{product}` segment must be the base64url encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. + /// The full resource name for the product would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw`. 2. + /// **Plain Format**: The `{product}` segment is the tilde-separated string + /// `content_language~feed_label~offer_id`. This format is suitable only when `content_language`, + /// `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`. We + /// recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{product}` + /// segment is used to differentiate between the two formats. Note: For calls to the v1beta version, the + /// plain format is `channel~content_language~feed_label~offer_id`, for example: /// `accounts/123/products/online~en~US~sku123`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] @@ -1796,7 +1885,7 @@ public class LoyaltyPoints : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// A message that represents loyalty program. + /// LINT.IfChange(LoyaltyProgram) A message that represents loyalty program. public class LoyaltyProgram : Google.Apis.Requests.IDirectResponseSchema { /// The cashback that can be used for future purchases. @@ -2090,12 +2179,25 @@ public class ProductInput : Google.Apis.Requests.IDirectResponseSchema public virtual string FeedLabel { get; set; } /// - /// Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where - /// the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product - /// input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be - /// `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` - /// section consists of: `channel~content_language~feed_label~offer_id`, for example: - /// `accounts/123/productInputs/online~en~US~sku123`. + /// Identifier. The name of the product. Format: `accounts/{account}/productInputs/{productinput}` The + /// {productinput} segment is a unique identifier for the product. This identifier must be unique within a + /// merchant account and generally follows the structure: `content_language~feed_label~offer_id`. Example: + /// `en~US~sku123` For legacy local products, the structure is: `local~content_language~feed_label~offer_id`. + /// Example: `local~en~US~sku123` The format of the {productinput} segment in the URL is automatically detected + /// by the server, supporting two options: 1. **Encoded Format**: The `{productinput}` segment is an unpadded + /// base64url encoded string (RFC 4648 Section 5). The decoded string must result in the + /// `content_language~feed_label~offer_id` structure. This encoding MUST be used if any part of the product + /// identifier (like `offer_id`) contains characters such as `/`, `%`, or `~`. * Example: To represent the + /// product ID `en~US~sku/123`, the `{productinput}` segment must be the base64url encoding of this string, + /// which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the product would be + /// `accounts/123/productinputs/ZW5-VVMtc2t1LzEyMw`. 2. **Plain Format**: The `{productinput}` segment is the + /// tilde-separated string `content_language~feed_label~offer_id`. This format is suitable only when + /// `content_language`, `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or + /// `~`. We recommend using the **Encoded Format** for all product IDs to ensure correct parsing, especially + /// those containing special characters. The presence of tilde (`~`) characters in the `{productinput}` segment + /// is used to differentiate between the two formats. Note: For calls to the v1beta version, the plain format is + /// `channel~content_language~feed_label~offer_id`, for example: + /// `accounts/123/productinputs/online~en~US~sku123`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -2474,6 +2576,23 @@ public class Shipping : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("country")] public virtual string Country { get; set; } + /// + /// The handling cutoff time until which an order has to be placed to be processed in the same day. This is a + /// string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to + /// 8AM PST and `handling_cutoff_timezone` will be ignored. + /// + [Newtonsoft.Json.JsonPropertyAttribute("handlingCutoffTime")] + public virtual string HandlingCutoffTime { get; set; } + + /// + /// [Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) + /// For example `Europe/Zurich`. This field only applies if `handling_cutoff_time` is set. If + /// `handling_cutoff_time` is set but this field is not set, the shipping destination timezone will be used. If + /// both fields are not set, the handling cutoff time will default to 8AM PST. + /// + [Newtonsoft.Json.JsonPropertyAttribute("handlingCutoffTimezone")] + public virtual string HandlingCutoffTimezone { get; set; } + /// The location where the shipping is applicable, represented by a location group name. [Newtonsoft.Json.JsonPropertyAttribute("locationGroupName")] public virtual string LocationGroupName { get; set; } diff --git a/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.csproj b/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.csproj index 428c56bfef5..a5493763d38 100644 --- a/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.csproj +++ b/Src/Generated/Google.Apis.Merchant.products_v1beta/Google.Apis.Merchant.products_v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Merchant.products_v1beta Client Library - 1.70.0.3875 + 1.72.0.3971 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.cs b/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.cs index ebc6d266a6a..aa91376acfc 100644 --- a/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.cs +++ b/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.cs @@ -3726,6 +3726,59 @@ public ReportsResource(Google.Apis.Services.IClientService service) this.service = service; } + /// Gets the link to the generated artifact of a given type for a Report. + /// The body of the request. + /// Required. Name of the resource. + public virtual ArtifactLinkRequest ArtifactLink(Google.Apis.MigrationCenterAPI.v1.Data.GenerateReportArtifactLinkRequest body, string name) + { + return new ArtifactLinkRequest(this.service, body, name); + } + + /// Gets the link to the generated artifact of a given type for a Report. + public class ArtifactLinkRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new ArtifactLink request. + public ArtifactLinkRequest(Google.Apis.Services.IClientService service, Google.Apis.MigrationCenterAPI.v1.Data.GenerateReportArtifactLinkRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. Name of the resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.MigrationCenterAPI.v1.Data.GenerateReportArtifactLinkRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "artifactLink"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:artifactLink"; + + /// Initializes ArtifactLink parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + }); + } + } + /// Creates a report. /// The body of the request. /// Required. Value for parent. @@ -5152,8 +5205,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6988,6 +7041,17 @@ public class FstabEntryList : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A request to generate a link to an artifact for a Report. + public class GenerateReportArtifactLinkRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Type of the artifact requested. + [Newtonsoft.Json.JsonPropertyAttribute("artifactType")] + public virtual string ArtifactType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A generic insight about an asset. public class GenericInsight : Google.Apis.Requests.IDirectResponseSchema { @@ -8173,6 +8237,10 @@ public class MachineNetworkDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("adapters")] public virtual NetworkAdapterList Adapters { get; set; } + /// Optional. Default gateway address. + [Newtonsoft.Json.JsonPropertyAttribute("defaultGateway")] + public virtual string DefaultGateway { get; set; } + /// The primary IP address of the machine. [Newtonsoft.Json.JsonPropertyAttribute("primaryIpAddress")] public virtual string PrimaryIpAddress { get; set; } @@ -9239,6 +9307,56 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Describes a link to a generated artifact of the report. + public class ReportArtifactLink : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. URI of the artifact. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + private string _uriExpirationTimeRaw; + + private object _uriExpirationTime; + + /// Output only. Expiration time of the URI. + [Newtonsoft.Json.JsonPropertyAttribute("uriExpirationTime")] + public virtual string UriExpirationTimeRaw + { + get => _uriExpirationTimeRaw; + set + { + _uriExpirationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _uriExpirationTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UriExpirationTimeDateTimeOffset instead.")] + public virtual object UriExpirationTime + { + get => _uriExpirationTime; + set + { + _uriExpirationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _uriExpirationTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UriExpirationTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UriExpirationTimeRaw); + set => UriExpirationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A response to a call to `ReportAssetFrame`. public class ReportAssetFramesResponse : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj b/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj index b08b88d5a5b..3adce9f44c4 100644 --- a/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj +++ b/Src/Generated/Google.Apis.MigrationCenterAPI.v1/Google.Apis.MigrationCenterAPI.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.MigrationCenterAPI.v1 Client Library - 1.71.0.3925 + 1.72.0.3967 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.cs b/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.cs index 3ea4d993b22..268c5b73f5d 100644 --- a/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.cs +++ b/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.cs @@ -4024,6 +4024,406 @@ public class ReportsResource public ReportsResource(Google.Apis.Services.IClientService service) { this.service = service; + ReportExportJobs = new ReportExportJobsResource(service); + } + + /// Gets the ReportExportJobs resource. + public virtual ReportExportJobsResource ReportExportJobs { get; } + + /// The "reportExportJobs" collection of methods. + public class ReportExportJobsResource + { + private const string Resource = "reportExportJobs"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ReportExportJobsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Export a Report into a supported destination. + /// The body of the request. + /// + /// Required. The parent resource where this export job will be created. + /// + public virtual CreateRequest Create(Google.Apis.MigrationCenterAPI.v1alpha1.Data.ReportExportJob body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Export a Report into a supported destination. + public class CreateRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.MigrationCenterAPI.v1alpha1.Data.ReportExportJob body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// Required. The parent resource where this export job will be created. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Required. The ID to use for the report export job. + [Google.Apis.Util.RequestParameterAttribute("reportExportJobId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ReportExportJobId { get; set; } + + /// + /// Optional. An optional request ID to identify requests. Specify a unique request ID so + /// that if you must retry your request, the server will know to ignore the request if it + /// has already been completed. The server will guarantee that for at least 60 minutes after + /// the first request. For example, consider a situation where you make an initial request + /// and the request times out. If you make the request again with the same request ID, the + /// server can check if original operation with the same request ID was received, and if so, + /// will ignore the second request. This prevents clients from accidentally creating + /// duplicate commitments. The request ID must be a valid UUID with the exception that zero + /// UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.MigrationCenterAPI.v1alpha1.Data.ReportExportJob Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha1/{+parent}/reportExportJobs"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + }); + RequestParameters.Add("reportExportJobId", new Google.Apis.Discovery.Parameter + { + Name = "reportExportJobId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes an report export job. + /// Required. Name of the resource. + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes an report export job. + public class DeleteRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. Name of the resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. An optional request ID to identify requests. Specify a unique request ID so + /// that if you must retry your request, the server will know to ignore the request if it + /// has already been completed. The server will guarantee that for at least 60 minutes after + /// the first request. For example, consider a situation where you make an initial request + /// and the request times out. If you make the request again with the same request ID, the + /// server can check if original operation with the same request ID was received, and if so, + /// will ignore the second request. This prevents clients from accidentally creating + /// duplicate commitments. The request ID must be a valid UUID with the exception that zero + /// UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1alpha1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+/reportExportJobs/[^/]+$", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets the details of a report export job. + /// Required. Name of the resource. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets the details of a report export job. + public class GetRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. Name of the resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+/reportExportJobs/[^/]+$", + }); + } + } + + /// Lists all the report export jobs for a given report. + /// Required. Parent report owning the export jobs. + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists all the report export jobs for a given report. + public class ListRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// Required. Parent report owning the export jobs. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. Requested page size. The server may return fewer items than requested. If + /// unspecified, the server will pick an appropriate default value. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. A token identifying a page of results that the server should return. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1alpha1/{+parent}/reportExportJobs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Runs a report export job. + /// The body of the request. + /// Required. Name of the resource. + public virtual RunRequest Run(Google.Apis.MigrationCenterAPI.v1alpha1.Data.RunReportExportJobRequest body, string name) + { + return new RunRequest(this.service, body, name); + } + + /// Runs a report export job. + public class RunRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new Run request. + public RunRequest(Google.Apis.Services.IClientService service, Google.Apis.MigrationCenterAPI.v1alpha1.Data.RunReportExportJobRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. Name of the resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.MigrationCenterAPI.v1alpha1.Data.RunReportExportJobRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "run"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha1/{+name}:run"; + + /// Initializes Run parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+/reportExportJobs/[^/]+$", + }); + } + } + } + + /// Gets the link to the generated artifact of a given type for a Report. + /// The body of the request. + /// Required. Name of the resource. + public virtual ArtifactLinkRequest ArtifactLink(Google.Apis.MigrationCenterAPI.v1alpha1.Data.GenerateReportArtifactLinkRequest body, string name) + { + return new ArtifactLinkRequest(this.service, body, name); + } + + /// Gets the link to the generated artifact of a given type for a Report. + public class ArtifactLinkRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new ArtifactLink request. + public ArtifactLinkRequest(Google.Apis.Services.IClientService service, Google.Apis.MigrationCenterAPI.v1alpha1.Data.GenerateReportArtifactLinkRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. Name of the resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.MigrationCenterAPI.v1alpha1.Data.GenerateReportArtifactLinkRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "artifactLink"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha1/{+name}:artifactLink"; + + /// Initializes ArtifactLink parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + }); + } } /// Creates a report. @@ -4185,6 +4585,59 @@ protected override void InitParameters() } } + /// Export a Report into a supported format. + /// The body of the request. + /// Required. Name of the resource. + public virtual ExportRequest Export(Google.Apis.MigrationCenterAPI.v1alpha1.Data.ExportReportRequest body, string name) + { + return new ExportRequest(this.service, body, name); + } + + /// Export a Report into a supported format. + public class ExportRequest : MigrationCenterAPIBaseServiceRequest + { + /// Constructs a new Export request. + public ExportRequest(Google.Apis.Services.IClientService service, Google.Apis.MigrationCenterAPI.v1alpha1.Data.ExportReportRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// Required. Name of the resource. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.MigrationCenterAPI.v1alpha1.Data.ExportReportRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "export"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1alpha1/{+name}:export"; + + /// Initializes Export parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$", + }); + } + } + /// Gets details of a single Report. /// Required. Name of the resource. public virtual GetRequest Get(string name) @@ -5452,8 +5905,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5871,6 +6324,10 @@ public class Asset : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsCloudFrontDistributionDetails")] public virtual AwsCloudFrontDistributionDetails AwsCloudFrontDistributionDetails { get; set; } + /// Output only. Asset information specific for AWS DynamoDB tables. + [Newtonsoft.Json.JsonPropertyAttribute("awsDynamodbTableDetails")] + public virtual AwsDynamoDBTableDetails AwsDynamodbTableDetails { get; set; } + /// Output only. Asset information specific for AWS ECS clusters. [Newtonsoft.Json.JsonPropertyAttribute("awsEcsClusterDetails")] public virtual AwsEcsClusterDetails AwsEcsClusterDetails { get; set; } @@ -5891,10 +6348,18 @@ public class Asset : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsLambdaFunctionDetails")] public virtual AwsLambdaFunctionDetails AwsLambdaFunctionDetails { get; set; } + /// Output only. Asset information specific for AwsNatGatewayDetails + [Newtonsoft.Json.JsonPropertyAttribute("awsNatGatewayDetails")] + public virtual AwsNatGatewayDetails AwsNatGatewayDetails { get; set; } + /// Output only. Asset information specific for AWS Redshift [Newtonsoft.Json.JsonPropertyAttribute("awsRedshiftDetails")] public virtual AwsRedshiftDetails AwsRedshiftDetails { get; set; } + /// Output only. Asset information specific for AwsRoute53HostedZoneDetails + [Newtonsoft.Json.JsonPropertyAttribute("awsRoute53HostedZoneDetails")] + public virtual AwsRoute53HostedZoneDetails AwsRoute53HostedZoneDetails { get; set; } + /// Output only. Asset information specific for AWS S3 buckets. [Newtonsoft.Json.JsonPropertyAttribute("awsS3BucketDetails")] public virtual AwsS3BucketDetails AwsS3BucketDetails { get; set; } @@ -6085,6 +6550,10 @@ public class AssetFrame : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsCloudFrontDistributionDetails")] public virtual AwsCloudFrontDistributionDetails AwsCloudFrontDistributionDetails { get; set; } + /// Asset information specific for AWS DynamoDB tables. + [Newtonsoft.Json.JsonPropertyAttribute("awsDynamodbTableDetails")] + public virtual AwsDynamoDBTableDetails AwsDynamodbTableDetails { get; set; } + /// Asset information specific for AWS ECS clusters. [Newtonsoft.Json.JsonPropertyAttribute("awsEcsClusterDetails")] public virtual AwsEcsClusterDetails AwsEcsClusterDetails { get; set; } @@ -6105,10 +6574,18 @@ public class AssetFrame : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("awsLambdaFunctionDetails")] public virtual AwsLambdaFunctionDetails AwsLambdaFunctionDetails { get; set; } + /// Asset information specific for AwsNatGatewayDetails + [Newtonsoft.Json.JsonPropertyAttribute("awsNatGatewayDetails")] + public virtual AwsNatGatewayDetails AwsNatGatewayDetails { get; set; } + /// Asset information specific for AWS Redshift clusters. [Newtonsoft.Json.JsonPropertyAttribute("awsRedshiftDetails")] public virtual AwsRedshiftDetails AwsRedshiftDetails { get; set; } + /// Asset information specific for AwsRoute53HostedZoneDetails + [Newtonsoft.Json.JsonPropertyAttribute("awsRoute53HostedZoneDetails")] + public virtual AwsRoute53HostedZoneDetails AwsRoute53HostedZoneDetails { get; set; } + /// Asset information specific for AWS S3 buckets. [Newtonsoft.Json.JsonPropertyAttribute("awsS3BucketDetails")] public virtual AwsS3BucketDetails AwsS3BucketDetails { get; set; } @@ -6524,14 +7001,6 @@ public class AssetsExportJobInventory : Google.Apis.Requests.IDirectResponseSche /// Configuration for network dependencies exports. public class AssetsExportJobNetworkDependencies : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. When this value is set to a positive integer, network connections data will be returned for the - /// most recent days for which data is available. When this value is unset (or set to zero), all available data - /// is returned. - /// - [Newtonsoft.Json.JsonPropertyAttribute("maxDays")] - public virtual System.Nullable MaxDays { get; set; } - /// The ETag of the item. public virtual string ETag { get; set; } } @@ -6559,6 +7028,13 @@ public class AwsCloudFrontDistributionDetails : Google.Apis.Requests.IDirectResp public virtual string ETag { get; set; } } + /// Details of an AWS DynamoDB table. + public class AwsDynamoDBTableDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// AWS EC2 specific details. public class AwsEc2PlatformDetails : Google.Apis.Requests.IDirectResponseSchema { @@ -6613,6 +7089,13 @@ public class AwsLambdaFunctionDetails : Google.Apis.Requests.IDirectResponseSche public virtual string ETag { get; set; } } + /// Details of an AWS NAT Gateway. + public class AwsNatGatewayDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Specific details for an AWS RDS database deployment. public class AwsRds : Google.Apis.Requests.IDirectResponseSchema { @@ -6627,6 +7110,13 @@ public class AwsRedshiftDetails : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Details of an AWS Route 53 Hosted Zone. + public class AwsRoute53HostedZoneDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Asset information specific for AWS S3 buckets. public class AwsS3BucketDetails : Google.Apis.Requests.IDirectResponseSchema { @@ -8193,6 +8683,24 @@ public class ExecutionReport : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Request to export a detailed pricing report. + public class ExportReportRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for exporting report. + public class ExportReportResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// For large generated report, we may return multiple links + [Newtonsoft.Json.JsonPropertyAttribute("reportArtifactLinks")] + public virtual System.Collections.Generic.IList ReportArtifactLinks { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A resource that aggregates the validation errors found in an import job file. public class FileValidationReport : Google.Apis.Requests.IDirectResponseSchema { @@ -8312,6 +8820,17 @@ public class GCSPayloadInfo : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A request to generate a link to an artifact for a Report. + public class GenerateReportArtifactLinkRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Type of the artifact requested. + [Newtonsoft.Json.JsonPropertyAttribute("artifactType")] + public virtual string ArtifactType { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A generic insight about an asset. public class GenericInsight : Google.Apis.Requests.IDirectResponseSchema { @@ -9449,6 +9968,21 @@ public class ListReportConfigsResponse : Google.Apis.Requests.IDirectResponseSch public virtual string ETag { get; set; } } + /// Response message for listing report export jobs. + public class ListReportExportJobsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. A token identifying a page of results the server should return. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// Output only. The list of report export jobs. + [Newtonsoft.Json.JsonPropertyAttribute("reportExportJobs")] + public virtual System.Collections.Generic.IList ReportExportJobs { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Response message for listing Reports. public class ListReportsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -10834,6 +11368,10 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("summary")] public virtual ReportSummary Summary { get; set; } + /// Output only. Detailed data related to TCO reports. + [Newtonsoft.Json.JsonPropertyAttribute("tcoDetails")] + public virtual ReportTotalCostOfOwnershipDetails TcoDetails { get; set; } + /// Report type. [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -10879,6 +11417,60 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset public virtual string ETag { get; set; } } + /// Describes a link to a generated artifact of the report. + public class ReportArtifactLink : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Human friendly display name of the artifact. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// Output only. URI of the artifact. + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + private string _uriExpirationTimeRaw; + + private object _uriExpirationTime; + + /// Output only. Expiration time of the URI. + [Newtonsoft.Json.JsonPropertyAttribute("uriExpirationTime")] + public virtual string UriExpirationTimeRaw + { + get => _uriExpirationTimeRaw; + set + { + _uriExpirationTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _uriExpirationTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UriExpirationTimeDateTimeOffset instead.")] + public virtual object UriExpirationTime + { + get => _uriExpirationTime; + set + { + _uriExpirationTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _uriExpirationTime = value; + } + } + + /// + /// representation of . + /// + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UriExpirationTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UriExpirationTimeRaw); + set => UriExpirationTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A response to a call to `ReportAssetFrame`. public class ReportAssetFramesResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -10998,6 +11590,177 @@ public class ReportConfigGroupPreferenceSetAssignment : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// Execution status of report export operation. + public class ReportExportExecution : Google.Apis.Requests.IDirectResponseSchema + { + private string _endTimeRaw; + + private object _endTime; + + /// Output only. Completion time of the export. + [Newtonsoft.Json.JsonPropertyAttribute("endTime")] + public virtual string EndTimeRaw + { + get => _endTimeRaw; + set + { + _endTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _endTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")] + public virtual object EndTime + { + get => _endTime; + set + { + _endTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _endTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? EndTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(EndTimeRaw); + set => EndTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Output only. Globally unique identifier of the execution. + [Newtonsoft.Json.JsonPropertyAttribute("executionId")] + public virtual string ExecutionId { get; set; } + + private string _expireTimeRaw; + + private object _expireTime; + + /// Output only. Expiration time for the export and artifacts. + [Newtonsoft.Json.JsonPropertyAttribute("expireTime")] + public virtual string ExpireTimeRaw + { + get => _expireTimeRaw; + set + { + _expireTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _expireTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")] + public virtual object ExpireTime + { + get => _expireTime; + set + { + _expireTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _expireTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? ExpireTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(ExpireTimeRaw); + set => ExpireTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Output only. Represents the progress of the execution. It reaches 100 when the execution is successfully + /// completed. When the execution finishes with a failure, the progress is set to 0. + /// + [Newtonsoft.Json.JsonPropertyAttribute("progressPercentage")] + public virtual System.Nullable ProgressPercentage { get; set; } + + /// Output only. Result of the export execution. + [Newtonsoft.Json.JsonPropertyAttribute("result")] + public virtual ReportExportExecutionResult Result { get; set; } + + private string _startTimeRaw; + + private object _startTime; + + /// Output only. Execution start timestamp. + [Newtonsoft.Json.JsonPropertyAttribute("startTime")] + public virtual string StartTimeRaw + { + get => _startTimeRaw; + set + { + _startTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _startTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")] + public virtual object StartTime + { + get => _startTime; + set + { + _startTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _startTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? StartTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(StartTimeRaw); + set => StartTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contains the result of the report export. + public class ReportExportExecutionResult : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Error encountered during export. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual Status Error { get; set; } + + /// Output only. List of output files. + [Newtonsoft.Json.JsonPropertyAttribute("outputFiles")] + public virtual OutputFileList OutputFiles { get; set; } + + /// Output only. Signed URLs for downloading export artifacts. + [Newtonsoft.Json.JsonPropertyAttribute("signedUris")] + public virtual SignedUris SignedUris { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Report export job message. + public class ReportExportJob : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Identifier. Resource name. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Output only. Recent not expired executions of the export report job. + [Newtonsoft.Json.JsonPropertyAttribute("recentExecutions")] + public virtual System.Collections.Generic.IList RecentExecutions { get; set; } + + /// Export with a SignedUri. + [Newtonsoft.Json.JsonPropertyAttribute("signedUriDestination")] + public virtual SignedUriDestination SignedUriDestination { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets /// included in this Report. @@ -11473,6 +12236,17 @@ public class ReportSummaryVMWareNodeAllocation : Google.Apis.Requests.IDirectRes public virtual string ETag { get; set; } } + /// Detailed data related to Total Cost of Ownership (TCO) pricing. + public class ReportTotalCostOfOwnershipDetails : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Whether the report has detailed pricing data. + [Newtonsoft.Json.JsonPropertyAttribute("hasPricingData")] + public virtual System.Nullable HasPricingData { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Location of a resource. public class ResourceLocation : Google.Apis.Requests.IDirectResponseSchema { @@ -11533,6 +12307,36 @@ public class RunImportJobRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// A request to run a report export job. + public class RunReportExportJobRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry + /// your request, the server will know to ignore the request if it has already been completed. The server will + /// guarantee that for at least 60 minutes after the first request. For example, consider a situation where you + /// make an initial request and the request times out. If you make the request again with the same request ID, + /// the server can check if original operation with the same request ID was received, and if so, will ignore the + /// second request. This prevents clients from accidentally creating duplicate commitments. The request ID must + /// be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Newtonsoft.Json.JsonPropertyAttribute("requestId")] + public virtual string RequestId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Response message for running a report export job. + public class RunReportExportJobResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. Execution status of the export operation. + [Newtonsoft.Json.JsonPropertyAttribute("reportExportExecution")] + public virtual ReportExportExecution ReportExportExecution { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Guest OS running process details. public class RunningProcess : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj b/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj index fda57aa785a..2160579400b 100644 --- a/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.MigrationCenterAPI.v1alpha1/Google.Apis.MigrationCenterAPI.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.MigrationCenterAPI.v1alpha1 Client Library - 1.71.0.3925 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.cs b/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.cs index ad6fcaead31..d41253b14fc 100644 --- a/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.cs +++ b/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.cs @@ -2371,6 +2371,7 @@ public ProjectsResource(Google.Apis.Services.IClientService service) { this.service = service; AlertPolicies = new AlertPoliciesResource(service); + Alerts = new AlertsResource(service); CollectdTimeSeries = new CollectdTimeSeriesResource(service); Groups = new GroupsResource(service); MetricDescriptors = new MetricDescriptorsResource(service); @@ -2803,6 +2804,184 @@ protected override void InitParameters() } } + /// Gets the Alerts resource. + public virtual AlertsResource Alerts { get; } + + /// The "alerts" collection of methods. + public class AlertsResource + { + private const string Resource = "alerts"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public AlertsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Gets a single alert. + /// + /// Required. The name of the alert.The format is: projects/[PROJECT_ID_OR_NUMBER]/alerts/[ALERT_ID] The + /// [ALERT_ID] is a system-assigned unique identifier for the alert. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets a single alert. + public class GetRequest : MonitoringBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the alert.The format is: projects/[PROJECT_ID_OR_NUMBER]/alerts/[ALERT_ID] The + /// [ALERT_ID] is a system-assigned unique identifier for the alert. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v3/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/alerts/[^/]+$", + }); + } + } + + /// Lists the existing alerts for the metrics scope of the project. + /// Required. The name of the project to list alerts for. + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists the existing alerts for the metrics scope of the project. + public class ListRequest : MonitoringBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// Required. The name of the project to list alerts for. + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. An alert is returned if there is a match on any fields belonging to the alert or its + /// subfields. + /// + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// + /// Optional. A comma-separated list of fields in Alert to use for sorting. The default sort direction + /// is ascending. To specify descending order for a field, add a desc modifier. The following fields are + /// supported: open_time close_timeFor example, close_time desc, open_time will return the alerts closed + /// most recently, with ties broken in the order of older alerts listed first.If the field is not set, + /// the results are sorted by open_time desc. + /// + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } + + /// + /// Optional. The maximum number of results to return in a single response. If not set to a positive + /// number, at most 50 alerts will be returned. The maximum value is 1000; values above 1000 will be + /// coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// Optional. If non-empty, page_token must contain a value returned as the next_page_token in a + /// previous response to request the next set of results. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v3/{+parent}/alerts"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+$", + }); + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter + { + Name = "filter", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter + { + Name = "orderBy", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + /// Gets the CollectdTimeSeries resource. public virtual CollectdTimeSeriesResource CollectdTimeSeries { get; } @@ -7680,6 +7859,126 @@ public class Aggregation : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// An alert is the representation of a violation of an alert policy. It is a read-only resource that cannot be + /// modified by the accompanied API. + /// + public class Alert : Google.Apis.Requests.IDirectResponseSchema + { + private string _closeTimeRaw; + + private object _closeTime; + + /// The time when the alert was closed. + [Newtonsoft.Json.JsonPropertyAttribute("closeTime")] + public virtual string CloseTimeRaw + { + get => _closeTimeRaw; + set + { + _closeTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _closeTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CloseTimeDateTimeOffset instead.")] + public virtual object CloseTime + { + get => _closeTime; + set + { + _closeTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _closeTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CloseTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CloseTimeRaw); + set => CloseTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// The log information associated with the alert. This field is only populated for log-based alerts. + /// + [Newtonsoft.Json.JsonPropertyAttribute("log")] + public virtual LogMetadata Log { get; set; } + + /// The metadata of the monitored resource. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual MonitoredResourceMetadata Metadata { get; set; } + + /// The metric type and any metric labels preserved from the incident's generating condition. + [Newtonsoft.Json.JsonPropertyAttribute("metric")] + public virtual Metric Metric { get; set; } + + /// + /// Identifier. The name of the alert.The format is: projects/[PROJECT_ID_OR_NUMBER]/alerts/[ALERT_ID] The + /// [ALERT_ID] is a system-assigned unique identifier for the alert. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + private string _openTimeRaw; + + private object _openTime; + + /// The time when the alert was opened. + [Newtonsoft.Json.JsonPropertyAttribute("openTime")] + public virtual string OpenTimeRaw + { + get => _openTimeRaw; + set + { + _openTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _openTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use OpenTimeDateTimeOffset instead.")] + public virtual object OpenTime + { + get => _openTime; + set + { + _openTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _openTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? OpenTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(OpenTimeRaw); + set => OpenTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The snapshot of the alert policy that generated this alert. + [Newtonsoft.Json.JsonPropertyAttribute("policy")] + public virtual PolicySnapshot Policy { get; set; } + + /// + /// The monitored resource type and any monitored resource labels preserved from the incident's generating + /// condition. + /// + [Newtonsoft.Json.JsonPropertyAttribute("resource")] + public virtual MonitoredResource Resource { get; set; } + + /// Output only. The current state of the alert. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the /// ways to notify people or services about this state. For an overview of alerting policies, see Introduction to @@ -9488,6 +9787,30 @@ public class ListAlertPoliciesResponse : Google.Apis.Requests.IDirectResponseSch public virtual string ETag { get; set; } } + /// The ListAlerts response. + public class ListAlertsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of alerts. + [Newtonsoft.Json.JsonPropertyAttribute("alerts")] + public virtual System.Collections.Generic.IList Alerts { get; set; } + + /// + /// If not empty, indicates that there may be more results that match the request. Use the value in the + /// page_token field in a subsequent request to fetch the next set of results. The token is encrypted and only + /// guaranteed to return correct results for 72 hours after it is created. If empty, all results have been + /// returned. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The estimated total number of matching results for this query. + [Newtonsoft.Json.JsonPropertyAttribute("totalSize")] + public virtual System.Nullable TotalSize { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The ListGroupMembers response. public class ListGroupMembersResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -9782,6 +10105,17 @@ public class LogMatch : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Information about the log for log-based alerts. + public class LogMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The labels extracted from the log. + [Newtonsoft.Json.JsonPropertyAttribute("extractedLabels")] + public virtual System.Collections.Generic.IDictionary ExtractedLabels { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Istio service scoped to an Istio mesh. Anthos clusters running ASM &lt; 1.6.8 will have their services /// ingested as this type. @@ -10730,6 +11064,32 @@ public class PointData : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// The state of the policy at the time the alert was generated. + public class PolicySnapshot : Google.Apis.Requests.IDirectResponseSchema + { + /// The display name of the alert policy. + [Newtonsoft.Json.JsonPropertyAttribute("displayName")] + public virtual string DisplayName { get; set; } + + /// + /// The name of the alert policy resource. In the form of + /// "projects/PROJECT_ID_OR_NUMBER/alertPolicies/ALERT_POLICY_ID". + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The severity of the alert policy. + [Newtonsoft.Json.JsonPropertyAttribute("severity")] + public virtual string Severity { get; set; } + + /// The user labels for the alert policy. + [Newtonsoft.Json.JsonPropertyAttribute("userLabels")] + public virtual System.Collections.Generic.IDictionary UserLabels { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A condition type that allows alerting policies to be defined using Prometheus Query Language (PromQL) /// (https://prometheus.io/docs/prometheus/latest/querying/basics/).The PrometheusQueryLanguageCondition message diff --git a/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj b/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj index 4284f2a01e0..8dd8f1c4a61 100644 --- a/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj +++ b/Src/Generated/Google.Apis.Monitoring.v3/Google.Apis.Monitoring.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.Monitoring.v3 Client Library - 1.70.0.3864 + 1.72.0.3931 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.cs b/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.cs index 04dcbfd3f3d..b08fa5a83d1 100644 --- a/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.cs +++ b/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj b/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj index 7a6454be0a8..24a16a78eeb 100644 --- a/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj +++ b/Src/Generated/Google.Apis.MyBusinessPlaceActions.v1/Google.Apis.MyBusinessPlaceActions.v1.csproj @@ -3,9 +3,9 @@ Google.Apis.MyBusinessPlaceActions.v1 Client Library - 1.68.0.2890 + 1.72.0.3947 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -59,7 +59,7 @@ - + diff --git a/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.cs b/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.cs index 6f229123c60..fed53bf2354 100644 --- a/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.cs +++ b/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.cs @@ -2469,6 +2469,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2514,6 +2525,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4921,8 +4940,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5987,7 +6006,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Required. Customer managed crypto key resource full name. Format: - /// projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}. + /// projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. /// [Newtonsoft.Json.JsonPropertyAttribute("cryptoKeyName")] public virtual string CryptoKeyName { get; set; } @@ -6153,6 +6172,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.csproj b/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.csproj index 03356233725..06fce6007a2 100644 --- a/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.csproj +++ b/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetAppFiles.v1 Client Library - 1.71.0.3912 + 1.72.0.3965 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.cs b/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.cs index 1adc20522ca..80c11c1ebb0 100644 --- a/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.cs +++ b/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.cs @@ -2469,6 +2469,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2514,6 +2525,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4986,8 +5005,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6083,7 +6102,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Required. Customer managed crypto key resource full name. Format: - /// projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}. + /// projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. /// [Newtonsoft.Json.JsonPropertyAttribute("cryptoKeyName")] public virtual string CryptoKeyName { get; set; } @@ -6249,6 +6268,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.csproj b/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.csproj index e10061a5e0e..b6c77f416dd 100644 --- a/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.csproj +++ b/Src/Generated/Google.Apis.NetAppFiles.v1beta1/Google.Apis.NetAppFiles.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetAppFiles.v1beta1 Client Library - 1.71.0.3912 + 1.72.0.3965 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.cs b/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.cs index c9bf3b21c2b..21d81d624c0 100644 --- a/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.cs +++ b/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.cs @@ -816,8 +816,8 @@ protected override void InitParameters() /// Lists all `VpcFlowLogsConfigs` in a given organization. /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: - /// `organizations/{organization_id}/locations/global` + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level + /// resources: `organizations/{organization_id}/locations/global` /// public virtual ListRequest List(string parent) { @@ -836,7 +836,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level /// resources: `organizations/{organization_id}/locations/global` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] @@ -1082,8 +1082,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2446,8 +2446,8 @@ protected override void InitParameters() /// Lists all `VpcFlowLogsConfigs` in a given project. /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: - /// `organizations/{organization_id}/locations/global` + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level + /// resources: `organizations/{organization_id}/locations/global` /// public virtual ListRequest List(string parent) { @@ -2466,7 +2466,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level /// resources: `organizations/{organization_id}/locations/global` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] @@ -2922,8 +2922,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj b/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj index bac3d7d9845..5193686a9c0 100644 --- a/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj +++ b/Src/Generated/Google.Apis.NetworkManagement.v1/Google.Apis.NetworkManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkManagement.v1 Client Library - 1.71.0.3920 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -57,8 +57,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.cs b/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.cs index 90d924b500b..5fbb21f0edb 100644 --- a/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.cs +++ b/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.cs @@ -837,8 +837,8 @@ protected override void InitParameters() /// Lists all `VpcFlowLogsConfigs` in a given organization. /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: - /// `organizations/{organization_id}/locations/global` + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level + /// resources: `organizations/{organization_id}/locations/global` /// public virtual ListRequest List(string parent) { @@ -857,7 +857,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level /// resources: `organizations/{organization_id}/locations/global` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] @@ -1103,8 +1103,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2467,8 +2467,8 @@ protected override void InitParameters() /// Lists all `VpcFlowLogsConfigs` in a given project. /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: - /// `organizations/{organization_id}/locations/global` + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level + /// resources: `organizations/{organization_id}/locations/global` /// public virtual ListRequest List(string parent) { @@ -2487,7 +2487,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For - /// project-level resourcs: `projects/{project_id}/locations/global` - For organization-level + /// project-level resources: `projects/{project_id}/locations/global` - For organization-level /// resources: `organizations/{organization_id}/locations/global` /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] @@ -2943,8 +2943,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj b/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj index 469b4107462..59ba4e87dff 100644 --- a/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj +++ b/Src/Generated/Google.Apis.NetworkManagement.v1beta1/Google.Apis.NetworkManagement.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkManagement.v1beta1 Client Library - 1.71.0.3920 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -56,8 +56,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.cs b/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.cs index db60d9289af..463601b2351 100644 --- a/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.cs +++ b/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.cs @@ -13279,6 +13279,10 @@ public class FirewallEndpointAssociationReference : Google.Apis.Requests.IDirect /// Settings for the endpoint. public class FirewallEndpointEndpointSettings : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false. + [Newtonsoft.Json.JsonPropertyAttribute("jumboFramesEnabled")] + public virtual System.Nullable JumboFramesEnabled { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj b/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj index 2ac3c2d7e06..24149254e98 100644 --- a/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj +++ b/Src/Generated/Google.Apis.NetworkSecurity.v1/Google.Apis.NetworkSecurity.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkSecurity.v1 Client Library - 1.71.0.3920 + 1.72.0.3926 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.cs b/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.cs index 0003db40d15..9e7bd4d7baf 100644 --- a/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.cs +++ b/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.cs @@ -14373,6 +14373,10 @@ public class FirewallEndpointAssociationReference : Google.Apis.Requests.IDirect /// Settings for the endpoint. public class FirewallEndpointEndpointSettings : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false. + [Newtonsoft.Json.JsonPropertyAttribute("jumboFramesEnabled")] + public virtual System.Nullable JumboFramesEnabled { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj b/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj index 558373a4f87..5089293fc64 100644 --- a/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj +++ b/Src/Generated/Google.Apis.NetworkSecurity.v1beta1/Google.Apis.NetworkSecurity.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkSecurity.v1beta1 Client Library - 1.71.0.3920 + 1.72.0.3926 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.cs b/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.cs index 55fc0bf46e3..3be30cbfc17 100644 --- a/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.cs +++ b/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.cs @@ -300,6 +300,7 @@ public LocationsResource(Google.Apis.Services.IClientService service) Gateways = new GatewaysResource(service); GrpcRoutes = new GrpcRoutesResource(service); HttpRoutes = new HttpRoutesResource(service); + LbEdgeExtensions = new LbEdgeExtensionsResource(service); LbRouteExtensions = new LbRouteExtensionsResource(service); LbTrafficExtensions = new LbTrafficExtensionsResource(service); Meshes = new MeshesResource(service); @@ -1468,8 +1469,7 @@ public EndpointPoliciesResource(Google.Apis.Services.IClientService service) /// Creates a new EndpointPolicy in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the EndpointPolicy. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the EndpointPolicy. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1.Data.EndpointPolicy body, string parent) { @@ -1489,7 +1489,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne /// /// Required. The parent resource of the EndpointPolicy. Must be in the format - /// `projects/*/locations/global`. + /// `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1541,7 +1541,7 @@ protected override void InitParameters() /// Deletes a single EndpointPolicy. /// /// Required. A name of the EndpointPolicy to delete. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// public virtual DeleteRequest Delete(string name) { @@ -1560,7 +1560,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the EndpointPolicy to delete. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1592,7 +1592,7 @@ protected override void InitParameters() /// Gets details of a single EndpointPolicy. /// /// Required. A name of the EndpointPolicy to get. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// public virtual GetRequest Get(string name) { @@ -1611,7 +1611,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the EndpointPolicy to get. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1643,7 +1643,7 @@ protected override void InitParameters() /// Lists EndpointPolicies in a given project and location. /// /// Required. The project and location from which the EndpointPolicies should be listed, specified in - /// the format `projects/*/locations/global`. + /// the format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -1662,7 +1662,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the EndpointPolicies should be listed, specified - /// in the format `projects/*/locations/global`. + /// in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1738,7 +1738,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. Name of the EndpointPolicy resource. It matches pattern - /// `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`. + /// `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.EndpointPolicy body, string name) { @@ -1758,7 +1758,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the EndpointPolicy resource. It matches pattern - /// `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`. + /// `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2320,7 +2320,7 @@ public GrpcRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new GrpcRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1.Data.GrpcRoute body, string parent) { @@ -2339,8 +2339,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the GrpcRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -2390,7 +2389,7 @@ protected override void InitParameters() /// Deletes a single GrpcRoute. /// /// Required. A name of the GrpcRoute to delete. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -2409,7 +2408,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the GrpcRoute to delete. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2441,7 +2440,7 @@ protected override void InitParameters() /// Gets details of a single GrpcRoute. /// /// Required. A name of the GrpcRoute to get. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -2460,7 +2459,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the GrpcRoute to get. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2492,7 +2491,7 @@ protected override void InitParameters() /// Lists GrpcRoutes in a given project and location. /// /// Required. The project and location from which the GrpcRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -2511,7 +2510,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the GrpcRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -2585,8 +2584,7 @@ protected override void InitParameters() /// Updates the parameters of a single GrpcRoute. /// The body of the request. /// - /// Identifier. Name of the GrpcRoute resource. It matches pattern - /// `projects/*/locations/global/grpcRoutes/` + /// Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/` /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.GrpcRoute body, string name) { @@ -2606,7 +2604,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the GrpcRoute resource. It matches pattern - /// `projects/*/locations/global/grpcRoutes/` + /// `projects/*/locations/*/grpcRoutes/` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2679,7 +2677,7 @@ public HttpRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new HttpRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1.Data.HttpRoute body, string parent) { @@ -2698,8 +2696,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the HttpRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -2749,7 +2746,7 @@ protected override void InitParameters() /// Deletes a single HttpRoute. /// /// Required. A name of the HttpRoute to delete. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// `projects/*/locations/*/httpRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -2768,7 +2765,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the HttpRoute to delete. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// `projects/*/locations/*/httpRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2800,7 +2797,7 @@ protected override void InitParameters() /// Gets details of a single HttpRoute. /// /// Required. A name of the HttpRoute to get. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// `projects/*/locations/*/httpRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -2818,8 +2815,408 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. A name of the HttpRoute to get. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// Required. A name of the HttpRoute to get. Must be in the format + /// `projects/*/locations/*/httpRoutes/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", + }); + } + } + + /// Lists HttpRoute in a given project and location. + /// + /// Required. The project and location from which the HttpRoutes should be listed, specified in the + /// format `projects/*/locations/*`. + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists HttpRoute in a given project and location. + public class ListRequest : NetworkServicesBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The project and location from which the HttpRoutes should be listed, specified in the + /// format `projects/*/locations/*`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Maximum number of HttpRoutes to return per call. + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// The value returned by the last `ListHttpRoutesResponse` Indicates that this is a continuation of + /// a prior `ListHttpRoutes` call, and that the system should return the next page of data. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// + /// Optional. If true, allow partial responses for multi-regional Aggregated List requests. + /// Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/httpRoutes"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Updates the parameters of a single HttpRoute. + /// The body of the request. + /// + /// Identifier. Name of the HttpRoute resource. It matches pattern + /// `projects/*/locations/*/httpRoutes/http_route_name&gt;`. + /// + public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.HttpRoute body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// Updates the parameters of a single HttpRoute. + public class PatchRequest : NetworkServicesBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.NetworkServices.v1.Data.HttpRoute body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. Name of the HttpRoute resource. It matches pattern + /// `projects/*/locations/*/httpRoutes/http_route_name&gt;`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. Field mask is used to specify the fields to be overwritten in the HttpRoute 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. + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.NetworkServices.v1.Data.HttpRoute Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + } + + /// Gets the LbEdgeExtensions resource. + public virtual LbEdgeExtensionsResource LbEdgeExtensions { get; } + + /// The "lbEdgeExtensions" collection of methods. + public class LbEdgeExtensionsResource + { + private const string Resource = "lbEdgeExtensions"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LbEdgeExtensionsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Creates a new `LbEdgeExtension` resource in a given project and location. + /// The body of the request. + /// + /// Required. The parent resource of the `LbEdgeExtension` resource. Must be in the format + /// `projects/{project}/locations/{location}`. + /// + public virtual CreateRequest Create(Google.Apis.NetworkServices.v1.Data.LbEdgeExtension body, string parent) + { + return new CreateRequest(this.service, body, parent); + } + + /// Creates a new `LbEdgeExtension` resource in a given project and location. + public class CreateRequest : NetworkServicesBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.NetworkServices.v1.Data.LbEdgeExtension body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } + + /// + /// Required. The parent resource of the `LbEdgeExtension` resource. Must be in the format + /// `projects/{project}/locations/{location}`. + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// Required. User-provided ID of the `LbEdgeExtension` resource to be created. + [Google.Apis.Util.RequestParameterAttribute("lbEdgeExtensionId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string LbEdgeExtensionId { get; set; } + + /// + /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if + /// you must retry your request, the server can ignore the request if it has already been completed. + /// The server guarantees that for 60 minutes since the first request. For example, consider a + /// situation where you make an initial request and the request times out. If you make the request + /// again with the same request ID, the server ignores the second request This prevents clients from + /// accidentally creating duplicate commitments. The request ID must be a valid UUID with the + /// exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.NetworkServices.v1.Data.LbEdgeExtension Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "create"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/lbEdgeExtensions"; + + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + RequestParameters.Add("lbEdgeExtensionId", new Google.Apis.Discovery.Parameter + { + Name = "lbEdgeExtensionId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Deletes the specified `LbEdgeExtension` resource. + /// + /// Required. The name of the `LbEdgeExtension` resource to delete. Must be in the format + /// `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`. + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } + + /// Deletes the specified `LbEdgeExtension` resource. + public class DeleteRequest : NetworkServicesBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. The name of the `LbEdgeExtension` resource to delete. Must be in the format + /// `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`. + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if + /// you must retry your request, the server can ignore the request if it has already been completed. + /// The server guarantees that for 60 minutes after the first request. For example, consider a + /// situation where you make an initial request and the request times out. If you make the request + /// again with the same request ID, the server ignores the second request This prevents clients from + /// accidentally creating duplicate commitments. The request ID must be a valid UUID with the + /// exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// Gets the method name. + public override string MethodName => "delete"; + + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// Gets details of the specified `LbEdgeExtension` resource. + /// + /// Required. A name of the `LbEdgeExtension` resource to get. Must be in the format + /// `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`. + /// + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Gets details of the specified `LbEdgeExtension` resource. + public class GetRequest : NetworkServicesBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// Required. A name of the `LbEdgeExtension` resource to get. Must be in the format + /// `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2843,23 +3240,23 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$", }); } } - /// Lists HttpRoute in a given project and location. + /// Lists `LbEdgeExtension` resources in a given project and location. /// - /// Required. The project and location from which the HttpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// Required. The project and location from which the `LbEdgeExtension` resources are listed. These + /// values are specified in the following format: `projects/{project}/locations/{location}`. /// public virtual ListRequest List(string parent) { return new ListRequest(this.service, parent); } - /// Lists HttpRoute in a given project and location. - public class ListRequest : NetworkServicesBaseServiceRequest + /// Lists `LbEdgeExtension` resources in a given project and location. + public class ListRequest : NetworkServicesBaseServiceRequest { /// Constructs a new List request. public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) @@ -2869,30 +3266,31 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : } /// - /// Required. The project and location from which the HttpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// Required. The project and location from which the `LbEdgeExtension` resources are listed. These + /// values are specified in the following format: `projects/{project}/locations/{location}`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } - /// Maximum number of HttpRoutes to return per call. - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } + /// Optional. Filtering results. + [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] + public virtual string Filter { get; set; } + + /// Optional. Hint about how to order the results. + [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] + public virtual string OrderBy { get; set; } /// - /// The value returned by the last `ListHttpRoutesResponse` Indicates that this is a continuation of - /// a prior `ListHttpRoutes` call, and that the system should return the next page of data. + /// Optional. Requested page size. The server might return fewer items than requested. If + /// unspecified, the server picks an appropriate default. /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. A token identifying a page of results that the server returns. [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } - /// - /// Optional. If true, allow partial responses for multi-regional Aggregated List requests. - /// Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail. - /// - [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable ReturnPartialSuccess { get; set; } - /// Gets the method name. public override string MethodName => "list"; @@ -2900,7 +3298,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "v1/{+parent}/httpRoutes"; + public override string RestPath => "v1/{+parent}/lbEdgeExtensions"; /// Initializes List parameter list. protected override void InitParameters() @@ -2914,25 +3312,33 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^projects/[^/]+/locations/[^/]+$", }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter { - Name = "pageSize", + Name = "filter", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter { - Name = "pageToken", + Name = "orderBy", IsRequired = false, ParameterType = "query", DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter { - Name = "returnPartialSuccess", + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", IsRequired = false, ParameterType = "query", DefaultValue = null, @@ -2941,22 +3347,22 @@ protected override void InitParameters() } } - /// Updates the parameters of a single HttpRoute. + /// Updates the parameters of the specified `LbEdgeExtension` resource. /// The body of the request. /// - /// Identifier. Name of the HttpRoute resource. It matches pattern - /// `projects/*/locations/global/httpRoutes/http_route_name&gt;`. + /// Required. Identifier. Name of the `LbEdgeExtension` resource in the following format: + /// `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`. /// - public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.HttpRoute body, string name) + public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.LbEdgeExtension body, string name) { return new PatchRequest(this.service, body, name); } - /// Updates the parameters of a single HttpRoute. + /// Updates the parameters of the specified `LbEdgeExtension` resource. public class PatchRequest : NetworkServicesBaseServiceRequest { /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.NetworkServices.v1.Data.HttpRoute body, string name) : base(service) + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.NetworkServices.v1.Data.LbEdgeExtension body, string name) : base(service) { Name = name; Body = body; @@ -2964,23 +3370,35 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net } /// - /// Identifier. Name of the HttpRoute resource. It matches pattern - /// `projects/*/locations/global/httpRoutes/http_route_name&gt;`. + /// Required. Identifier. Name of the `LbEdgeExtension` resource in the following format: + /// `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } /// - /// Optional. Field mask is used to specify the fields to be overwritten in the HttpRoute 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. + /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if + /// you must retry your request, the server can ignore the request if it has already been completed. + /// The server guarantees that for 60 minutes since the first request. For example, consider a + /// situation where you make an initial request and the request times out. If you make the request + /// again with the same request ID, the server ignores the second request This prevents clients from + /// accidentally creating duplicate commitments. The request ID must be a valid UUID with the + /// exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). + /// + [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string RequestId { get; set; } + + /// + /// Optional. Used to specify the fields to be overwritten in the `LbEdgeExtension` resource by the + /// update. The fields specified in the `update_mask` are relative to the resource, not the full + /// request. A field is overwritten if it is in the mask. If the user does not specify a mask, then + /// all fields are overwritten. /// [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] public virtual object UpdateMask { get; set; } /// Gets or sets the body of this request. - Google.Apis.NetworkServices.v1.Data.HttpRoute Body { get; set; } + Google.Apis.NetworkServices.v1.Data.LbEdgeExtension Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -3004,7 +3422,15 @@ protected override void InitParameters() IsRequired = true, ParameterType = "path", DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/httpRoutes/[^/]+$", + Pattern = @"^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$", + }); + RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter + { + Name = "requestId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, }); RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter { @@ -4047,7 +4473,7 @@ protected override void InitParameters() /// Creates a new Mesh in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1.Data.Mesh body, string parent) { @@ -4066,7 +4492,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -4115,8 +4541,7 @@ protected override void InitParameters() /// Deletes a single Mesh. /// - /// Required. A name of the Mesh to delete. Must be in the format - /// `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/*/meshes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -4134,8 +4559,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. A name of the Mesh to delete. Must be in the format - /// `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/*/meshes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4166,7 +4590,7 @@ protected override void InitParameters() /// Gets details of a single Mesh. /// - /// Required. A name of the Mesh to get. Must be in the format `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to get. Must be in the format `projects/*/locations/*/meshes/*`. /// public virtual GetRequest Get(string name) { @@ -4184,8 +4608,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. A name of the Mesh to get. Must be in the format - /// `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to get. Must be in the format `projects/*/locations/*/meshes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4217,7 +4640,7 @@ protected override void InitParameters() /// Lists Meshes in a given project and location. /// /// Required. The project and location from which the Meshes should be listed, specified in the format - /// `projects/*/locations/global`. + /// `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -4236,7 +4659,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the Meshes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -4310,7 +4733,7 @@ protected override void InitParameters() /// Updates the parameters of a single Mesh. /// The body of the request. /// - /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`. + /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.Mesh body, string name) { @@ -4329,7 +4752,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net } /// - /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`. + /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4609,6 +5032,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -4654,6 +5088,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5373,7 +5815,7 @@ public TcpRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new TcpRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1.Data.TcpRoute body, string parent) { @@ -5392,8 +5834,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the TcpRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -5443,7 +5884,7 @@ protected override void InitParameters() /// Deletes a single TcpRoute. /// /// Required. A name of the TcpRoute to delete. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// `projects/*/locations/*/tcpRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -5462,7 +5903,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the TcpRoute to delete. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// `projects/*/locations/*/tcpRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5493,8 +5934,7 @@ protected override void InitParameters() /// Gets details of a single TcpRoute. /// - /// Required. A name of the TcpRoute to get. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// Required. A name of the TcpRoute to get. Must be in the format `projects/*/locations/*/tcpRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -5513,7 +5953,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the TcpRoute to get. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// `projects/*/locations/*/tcpRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5545,7 +5985,7 @@ protected override void InitParameters() /// Lists TcpRoute in a given project and location. /// /// Required. The project and location from which the TcpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -5564,7 +6004,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the TcpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -5639,7 +6079,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. Name of the TcpRoute resource. It matches pattern - /// `projects/*/locations/global/tcpRoutes/tcp_route_name&gt;`. + /// `projects/*/locations/*/tcpRoutes/tcp_route_name&gt;`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.TcpRoute body, string name) { @@ -5659,7 +6099,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the TcpRoute resource. It matches pattern - /// `projects/*/locations/global/tcpRoutes/tcp_route_name&gt;`. + /// `projects/*/locations/*/tcpRoutes/tcp_route_name&gt;`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5732,7 +6172,7 @@ public TlsRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new TlsRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1.Data.TlsRoute body, string parent) { @@ -5751,8 +6191,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the TlsRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -5802,7 +6241,7 @@ protected override void InitParameters() /// Deletes a single TlsRoute. /// /// Required. A name of the TlsRoute to delete. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// `projects/*/locations/*/tlsRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -5821,7 +6260,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the TlsRoute to delete. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// `projects/*/locations/*/tlsRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5852,8 +6291,7 @@ protected override void InitParameters() /// Gets details of a single TlsRoute. /// - /// Required. A name of the TlsRoute to get. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// Required. A name of the TlsRoute to get. Must be in the format `projects/*/locations/*/tlsRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -5872,7 +6310,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the TlsRoute to get. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// `projects/*/locations/*/tlsRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5904,7 +6342,7 @@ protected override void InitParameters() /// Lists TlsRoute in a given project and location. /// /// Required. The project and location from which the TlsRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -5923,7 +6361,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the TlsRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -5998,7 +6436,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. Name of the TlsRoute resource. It matches pattern - /// `projects/*/locations/global/tlsRoutes/tls_route_name&gt;`. + /// `projects/*/locations/*/tlsRoutes/tls_route_name&gt;`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1.Data.TlsRoute body, string name) { @@ -6018,7 +6456,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the TlsRoute resource. It matches pattern - /// `projects/*/locations/global/tlsRoutes/tls_route_name&gt;`. + /// `projects/*/locations/*/tlsRoutes/tls_route_name&gt;`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -6807,8 +7245,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. A list of extra location types that should be used as conditions for controlling the - /// visibility of the locations. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7339,7 +7777,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Identifier. Name of the EndpointPolicy resource. It matches pattern - /// `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`. + /// `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -7512,8 +7950,9 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem /// /// Optional. The metadata provided here is included as part of the `metadata_context` (of type - /// `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is - /// available under the namespace `com.google....`. For example: + /// `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. For + /// `AuthzExtension` resources, the metadata is available under the namespace `com.google.authz_extension.`. For + /// other types of extensions, the metadata is available under the namespace `com.google....`. For example: /// `com.google.lb_traffic_extension.lbtrafficextension1.chain1.ext1`. The following variables are supported in /// the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name. /// This field must not be set for plugin extensions. Setting it results in a validation error. You can set @@ -7527,14 +7966,49 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem public virtual System.Collections.Generic.IDictionary Metadata { get; set; } /// - /// Required. The name for this extension. The name is logged as part of the HTTP request logs. The name must + /// Optional. The name for this extension. The name is logged as part of the HTTP request logs. The name must /// conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum /// length of 63 characters. Additionally, the first character must be a letter and the last a letter or a - /// number. + /// number. This field is required except for AuthzExtension. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Optional. When set to `TRUE`, enables `observability_mode` on the `ext_proc` filter. This makes `ext_proc` + /// calls asynchronous. Envoy doesn't check for the response from `ext_proc` calls. For more information about + /// the filter, see: + /// https://www.envoyproxy.io/docs/envoy/v1.32.3/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto#extensions-filters-http-ext-proc-v3-externalprocessor + /// This field is helpful when you want to try out the extension in async log-only mode. Supported by regional + /// `LbTrafficExtension` and `LbRouteExtension` resources. Only `STREAMED` (default) body processing mode is + /// supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("observabilityMode")] + public virtual System.Nullable ObservabilityMode { get; set; } + + /// + /// Optional. Configures the send mode for request body processing. The field can only be set if + /// `supported_events` includes `REQUEST_BODY`. If `supported_events` includes `REQUEST_BODY`, but + /// `request_body_send_mode` is unset, the default value `STREAMED` is used. When this field is set to + /// `FULL_DUPLEX_STREAMED`, `supported_events` must include both `REQUEST_BODY` and `REQUEST_TRAILERS`. This + /// field can be set only for `LbTrafficExtension` and `LbRouteExtension` resources, and only when the `service` + /// field of the extension points to a `BackendService`. Only `FULL_DUPLEX_STREAMED` mode is supported for + /// `LbRouteExtension` resources. + /// + [Newtonsoft.Json.JsonPropertyAttribute("requestBodySendMode")] + public virtual string RequestBodySendMode { get; set; } + + /// + /// Optional. Configures the send mode for response processing. If unspecified, the default value `STREAMED` is + /// used. The field can only be set if `supported_events` includes `RESPONSE_BODY`. If `supported_events` + /// includes `RESPONSE_BODY`, but `response_body_send_mode` is unset, the default value `STREAMED` is used. When + /// this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `RESPONSE_BODY` and + /// `RESPONSE_TRAILERS`. This field can be set only for `LbTrafficExtension` resources, and only when the + /// `service` field of the extension points to a `BackendService`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("responseBodySendMode")] + public virtual string ResponseBodySendMode { get; set; } + /// /// Required. The reference to the service that runs the extension. To configure a callout extension, `service` /// must be a fully-qualified reference to a [backend @@ -7555,7 +8029,9 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem /// Optional. A set of events during request or response processing for which this extension is called. For the /// `LbTrafficExtension` resource, this field is required. For the `LbRouteExtension` resource, this field is /// optional. If unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `LbEdgeExtension` - /// resource, this field is required and must only contain `REQUEST_HEADERS` event. + /// resource, this field is required and must only contain `REQUEST_HEADERS` event. For the `AuthzExtension` + /// resource, this field is optional. `REQUEST_HEADERS` is the only supported event. If unspecified, + /// `REQUEST_HEADERS` event is assumed as supported. /// [Newtonsoft.Json.JsonPropertyAttribute("supportedEvents")] public virtual System.Collections.Generic.IList SupportedEvents { get; set; } @@ -7860,7 +8336,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -7891,13 +8367,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as one of the routing rules to /// route the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` + /// `projects/*/locations/*/meshes/` /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// - /// Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/` + /// Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -8274,7 +8750,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -8303,14 +8779,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to /// route the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR + /// `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// /// Identifier. Name of the HttpRoute resource. It matches pattern - /// `projects/*/locations/global/httpRoutes/http_route_name&gt;`. + /// `projects/*/locations/*/httpRoutes/http_route_name&gt;`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -8959,6 +9435,133 @@ public class HttpRouteURLRewrite : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// `LbEdgeExtension` is a resource that lets the extension service influence the selection of backend services and + /// Cloud CDN cache keys by modifying request headers. + /// + public class LbEdgeExtension : Google.Apis.Requests.IDirectResponseSchema + { + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The timestamp when the resource was created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// Optional. A human-readable description of the resource. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// Required. A set of ordered extension chains that contain the match conditions and extensions to execute. + /// Match conditions for each extension chain are evaluated in sequence for a given request. The first extension + /// chain that has a condition that matches the request is executed. Any subsequent extension chains do not + /// execute. Limited to 5 extension chains per resource. + /// + [Newtonsoft.Json.JsonPropertyAttribute("extensionChains")] + public virtual System.Collections.Generic.IList ExtensionChains { get; set; } + + /// + /// Required. A list of references to the forwarding rules to which this service extension is attached. At least + /// one forwarding rule is required. Only one `LbEdgeExtension` resource can be associated with a forwarding + /// rule. + /// + [Newtonsoft.Json.JsonPropertyAttribute("forwardingRules")] + public virtual System.Collections.Generic.IList ForwardingRules { get; set; } + + /// + /// Optional. Set of labels associated with the `LbEdgeExtension` resource. The format must comply with [the + /// requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google + /// Cloud resources. + /// + [Newtonsoft.Json.JsonPropertyAttribute("labels")] + public virtual System.Collections.Generic.IDictionary Labels { get; set; } + + /// + /// Required. All forwarding rules referenced by this extension must share the same load balancing scheme. + /// Supported values: `EXTERNAL_MANAGED`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("loadBalancingScheme")] + public virtual string LoadBalancingScheme { get; set; } + + /// + /// Required. Identifier. Name of the `LbEdgeExtension` resource in the following format: + /// `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + private string _updateTimeRaw; + + private object _updateTime; + + /// Output only. The timestamp when the resource was updated. + [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] + public virtual string UpdateTimeRaw + { + get => _updateTimeRaw; + set + { + _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _updateTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] + public virtual object UpdateTime + { + get => _updateTime; + set + { + _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _updateTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// `LbRouteExtension` is a resource that lets you control where traffic is routed to for a given request. /// @@ -9384,6 +9987,25 @@ public class ListHttpRoutesResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Message for response to listing `LbEdgeExtension` resources. + public class ListLbEdgeExtensionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of `LbEdgeExtension` resources. + [Newtonsoft.Json.JsonPropertyAttribute("lbEdgeExtensions")] + public virtual System.Collections.Generic.IList LbEdgeExtensions { get; set; } + + /// A token identifying a page of results that the server returns. + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// Locations that could not be reached. + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Message for response to listing `LbRouteExtension` resources. public class ListLbRouteExtensionsResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -9498,6 +10120,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -9766,7 +10396,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`. + /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -10469,7 +11099,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -10481,14 +11111,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one of the routing rules to route /// the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR + /// `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// /// Identifier. Name of the TcpRoute resource. It matches pattern - /// `projects/*/locations/global/tcpRoutes/tcp_route_name&gt;`. + /// `projects/*/locations/*/tcpRoutes/tcp_route_name&gt;`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -10713,7 +11343,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -10725,14 +11355,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route /// the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR + /// `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// /// Identifier. Name of the TlsRoute resource. It matches pattern - /// `projects/*/locations/global/tlsRoutes/tls_route_name&gt;`. + /// `projects/*/locations/*/tlsRoutes/tls_route_name&gt;`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } diff --git a/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj b/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj index 191b86fafe2..1ca0a8d2455 100644 --- a/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj +++ b/Src/Generated/Google.Apis.NetworkServices.v1/Google.Apis.NetworkServices.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkServices.v1 Client Library - 1.70.0.3856 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.cs b/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.cs index 1457858c91e..d66c735f9a3 100644 --- a/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.cs +++ b/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.cs @@ -759,8 +759,7 @@ public EndpointPoliciesResource(Google.Apis.Services.IClientService service) /// Creates a new EndpointPolicy in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the EndpointPolicy. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the EndpointPolicy. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1beta1.Data.EndpointPolicy body, string parent) { @@ -780,7 +779,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne /// /// Required. The parent resource of the EndpointPolicy. Must be in the format - /// `projects/*/locations/global`. + /// `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -832,7 +831,7 @@ protected override void InitParameters() /// Deletes a single EndpointPolicy. /// /// Required. A name of the EndpointPolicy to delete. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// public virtual DeleteRequest Delete(string name) { @@ -851,7 +850,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the EndpointPolicy to delete. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -883,7 +882,7 @@ protected override void InitParameters() /// Gets details of a single EndpointPolicy. /// /// Required. A name of the EndpointPolicy to get. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// public virtual GetRequest Get(string name) { @@ -902,7 +901,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the EndpointPolicy to get. Must be in the format - /// `projects/*/locations/global/endpointPolicies/*`. + /// `projects/*/locations/*/endpointPolicies/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -934,7 +933,7 @@ protected override void InitParameters() /// Lists EndpointPolicies in a given project and location. /// /// Required. The project and location from which the EndpointPolicies should be listed, specified in - /// the format `projects/*/locations/global`. + /// the format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -953,7 +952,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the EndpointPolicies should be listed, specified - /// in the format `projects/*/locations/global`. + /// in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1029,7 +1028,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. Name of the EndpointPolicy resource. It matches pattern - /// `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`. + /// `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1beta1.Data.EndpointPolicy body, string name) { @@ -1049,7 +1048,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the EndpointPolicy resource. It matches pattern - /// `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`. + /// `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1611,7 +1610,7 @@ public GrpcRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new GrpcRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1beta1.Data.GrpcRoute body, string parent) { @@ -1630,8 +1629,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the GrpcRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the GrpcRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1681,7 +1679,7 @@ protected override void InitParameters() /// Deletes a single GrpcRoute. /// /// Required. A name of the GrpcRoute to delete. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -1700,7 +1698,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the GrpcRoute to delete. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1732,7 +1730,7 @@ protected override void InitParameters() /// Gets details of a single GrpcRoute. /// /// Required. A name of the GrpcRoute to get. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -1751,7 +1749,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the GrpcRoute to get. Must be in the format - /// `projects/*/locations/global/grpcRoutes/*`. + /// `projects/*/locations/*/grpcRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1783,7 +1781,7 @@ protected override void InitParameters() /// Lists GrpcRoutes in a given project and location. /// /// Required. The project and location from which the GrpcRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -1802,7 +1800,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the GrpcRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -1876,8 +1874,7 @@ protected override void InitParameters() /// Updates the parameters of a single GrpcRoute. /// The body of the request. /// - /// Identifier. Name of the GrpcRoute resource. It matches pattern - /// `projects/*/locations/global/grpcRoutes/` + /// Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/` /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1beta1.Data.GrpcRoute body, string name) { @@ -1897,7 +1894,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the GrpcRoute resource. It matches pattern - /// `projects/*/locations/global/grpcRoutes/` + /// `projects/*/locations/*/grpcRoutes/` /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -1970,7 +1967,7 @@ public HttpRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new HttpRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1beta1.Data.HttpRoute body, string parent) { @@ -1989,8 +1986,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the HttpRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the HttpRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -2040,7 +2036,7 @@ protected override void InitParameters() /// Deletes a single HttpRoute. /// /// Required. A name of the HttpRoute to delete. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// `projects/*/locations/*/httpRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -2059,7 +2055,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the HttpRoute to delete. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// `projects/*/locations/*/httpRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2091,7 +2087,7 @@ protected override void InitParameters() /// Gets details of a single HttpRoute. /// /// Required. A name of the HttpRoute to get. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// `projects/*/locations/*/httpRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -2110,7 +2106,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the HttpRoute to get. Must be in the format - /// `projects/*/locations/global/httpRoutes/*`. + /// `projects/*/locations/*/httpRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -2142,7 +2138,7 @@ protected override void InitParameters() /// Lists HttpRoute in a given project and location. /// /// Required. The project and location from which the HttpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -2161,7 +2157,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the HttpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -2236,7 +2232,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. Name of the HttpRoute resource. It matches pattern - /// `projects/*/locations/global/httpRoutes/http_route_name&gt;`. + /// `projects/*/locations/*/httpRoutes/http_route_name&gt;`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1beta1.Data.HttpRoute body, string name) { @@ -2256,7 +2252,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the HttpRoute resource. It matches pattern - /// `projects/*/locations/global/httpRoutes/http_route_name&gt;`. + /// `projects/*/locations/*/httpRoutes/http_route_name&gt;`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4199,7 +4195,7 @@ protected override void InitParameters() /// Creates a new Mesh in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1beta1.Data.Mesh body, string parent) { @@ -4218,7 +4214,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the Mesh. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -4267,8 +4263,7 @@ protected override void InitParameters() /// Deletes a single Mesh. /// - /// Required. A name of the Mesh to delete. Must be in the format - /// `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/*/meshes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -4286,8 +4281,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : } /// - /// Required. A name of the Mesh to delete. Must be in the format - /// `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to delete. Must be in the format `projects/*/locations/*/meshes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4318,7 +4312,7 @@ protected override void InitParameters() /// Gets details of a single Mesh. /// - /// Required. A name of the Mesh to get. Must be in the format `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to get. Must be in the format `projects/*/locations/*/meshes/*`. /// public virtual GetRequest Get(string name) { @@ -4336,8 +4330,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba } /// - /// Required. A name of the Mesh to get. Must be in the format - /// `projects/*/locations/global/meshes/*`. + /// Required. A name of the Mesh to get. Must be in the format `projects/*/locations/*/meshes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4369,7 +4362,7 @@ protected override void InitParameters() /// Lists Meshes in a given project and location. /// /// Required. The project and location from which the Meshes should be listed, specified in the format - /// `projects/*/locations/global`. + /// `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -4388,7 +4381,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the Meshes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -4462,7 +4455,7 @@ protected override void InitParameters() /// Updates the parameters of a single Mesh. /// The body of the request. /// - /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`. + /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1beta1.Data.Mesh body, string name) { @@ -4481,7 +4474,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net } /// - /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`. + /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -4761,6 +4754,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -4806,6 +4810,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5525,7 +5537,7 @@ public TcpRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new TcpRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1beta1.Data.TcpRoute body, string parent) { @@ -5544,8 +5556,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the TcpRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the TcpRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -5595,7 +5606,7 @@ protected override void InitParameters() /// Deletes a single TcpRoute. /// /// Required. A name of the TcpRoute to delete. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// `projects/*/locations/*/tcpRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -5614,7 +5625,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the TcpRoute to delete. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// `projects/*/locations/*/tcpRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5645,8 +5656,7 @@ protected override void InitParameters() /// Gets details of a single TcpRoute. /// - /// Required. A name of the TcpRoute to get. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// Required. A name of the TcpRoute to get. Must be in the format `projects/*/locations/*/tcpRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -5665,7 +5675,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the TcpRoute to get. Must be in the format - /// `projects/*/locations/global/tcpRoutes/*`. + /// `projects/*/locations/*/tcpRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5697,7 +5707,7 @@ protected override void InitParameters() /// Lists TcpRoute in a given project and location. /// /// Required. The project and location from which the TcpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -5716,7 +5726,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the TcpRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -5791,7 +5801,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. Name of the TcpRoute resource. It matches pattern - /// `projects/*/locations/global/tcpRoutes/tcp_route_name&gt;`. + /// `projects/*/locations/*/tcpRoutes/tcp_route_name&gt;`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1beta1.Data.TcpRoute body, string name) { @@ -5811,7 +5821,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the TcpRoute resource. It matches pattern - /// `projects/*/locations/global/tcpRoutes/tcp_route_name&gt;`. + /// `projects/*/locations/*/tcpRoutes/tcp_route_name&gt;`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -5884,7 +5894,7 @@ public TlsRoutesResource(Google.Apis.Services.IClientService service) /// Creates a new TlsRoute in a given project and location. /// The body of the request. /// - /// Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/global`. + /// Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/*`. /// public virtual CreateRequest Create(Google.Apis.NetworkServices.v1beta1.Data.TlsRoute body, string parent) { @@ -5903,8 +5913,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne } /// - /// Required. The parent resource of the TlsRoute. Must be in the format - /// `projects/*/locations/global`. + /// Required. The parent resource of the TlsRoute. Must be in the format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -5954,7 +5963,7 @@ protected override void InitParameters() /// Deletes a single TlsRoute. /// /// Required. A name of the TlsRoute to delete. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// `projects/*/locations/*/tlsRoutes/*`. /// public virtual DeleteRequest Delete(string name) { @@ -5973,7 +5982,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, string name) : /// /// Required. A name of the TlsRoute to delete. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// `projects/*/locations/*/tlsRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -6004,8 +6013,7 @@ protected override void InitParameters() /// Gets details of a single TlsRoute. /// - /// Required. A name of the TlsRoute to get. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// Required. A name of the TlsRoute to get. Must be in the format `projects/*/locations/*/tlsRoutes/*`. /// public virtual GetRequest Get(string name) { @@ -6024,7 +6032,7 @@ public GetRequest(Google.Apis.Services.IClientService service, string name) : ba /// /// Required. A name of the TlsRoute to get. Must be in the format - /// `projects/*/locations/global/tlsRoutes/*`. + /// `projects/*/locations/*/tlsRoutes/*`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -6056,7 +6064,7 @@ protected override void InitParameters() /// Lists TlsRoute in a given project and location. /// /// Required. The project and location from which the TlsRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// public virtual ListRequest List(string parent) { @@ -6075,7 +6083,7 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : /// /// Required. The project and location from which the TlsRoutes should be listed, specified in the - /// format `projects/*/locations/global`. + /// format `projects/*/locations/*`. /// [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } @@ -6150,7 +6158,7 @@ protected override void InitParameters() /// The body of the request. /// /// Identifier. Name of the TlsRoute resource. It matches pattern - /// `projects/*/locations/global/tlsRoutes/tls_route_name&gt;`. + /// `projects/*/locations/*/tlsRoutes/tls_route_name&gt;`. /// public virtual PatchRequest Patch(Google.Apis.NetworkServices.v1beta1.Data.TlsRoute body, string name) { @@ -6170,7 +6178,7 @@ public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Net /// /// Identifier. Name of the TlsRoute resource. It matches pattern - /// `projects/*/locations/global/tlsRoutes/tls_route_name&gt;`. + /// `projects/*/locations/*/tlsRoutes/tls_route_name&gt;`. /// [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] public virtual string Name { get; private set; } @@ -6959,8 +6967,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. A list of extra location types that should be used as conditions for controlling the - /// visibility of the locations. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -7320,7 +7328,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Identifier. Name of the EndpointPolicy resource. It matches pattern - /// `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`. + /// `projects/{project}/locations/*/endpointPolicies/{endpoint_policy}`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -7431,7 +7439,7 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem /// /// Optional. When set to `TRUE`, the response from an extension service is allowed to set the /// `com.google.envoy.dynamic_forwarding` namespace in the dynamic metadata. This field is not supported for - /// plugin extensions. Setting it results in a validation error. + /// plugin extensions or AuthzExtensions. Setting it results in a validation error. /// [Newtonsoft.Json.JsonPropertyAttribute("allowDynamicForwarding")] public virtual System.Nullable AllowDynamicForwarding { get; set; } @@ -7465,8 +7473,9 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem /// /// Optional. The metadata provided here is included as part of the `metadata_context` (of type - /// `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. The metadata is - /// available under the namespace `com.google....`. For example: + /// `google.protobuf.Struct`) in the `ProcessingRequest` message sent to the extension server. For + /// `AuthzExtension` resources, the metadata is available under the namespace `com.google.authz_extension.`. For + /// other types of extensions, the metadata is available under the namespace `com.google....`. For example: /// `com.google.lb_traffic_extension.lbtrafficextension1.chain1.ext1`. The following variables are supported in /// the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule's fully qualified resource name. /// This field must not be set for plugin extensions. Setting it results in a validation error. You can set @@ -7480,14 +7489,26 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem public virtual System.Collections.Generic.IDictionary Metadata { get; set; } /// - /// Required. The name for this extension. The name is logged as part of the HTTP request logs. The name must + /// Optional. The name for this extension. The name is logged as part of the HTTP request logs. The name must /// conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum /// length of 63 characters. Additionally, the first character must be a letter and the last a letter or a - /// number. + /// number. This field is required except for AuthzExtension. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// Optional. When set to `TRUE`, enables `observability_mode` on the `ext_proc` filter. This makes `ext_proc` + /// calls asynchronous. Envoy doesn't check for the response from `ext_proc` calls. For more information about + /// the filter, see: + /// https://www.envoyproxy.io/docs/envoy/v1.32.3/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto#extensions-filters-http-ext-proc-v3-externalprocessor + /// This field is helpful when you want to try out the extension in async log-only mode. Supported by regional + /// `LbTrafficExtension` and `LbRouteExtension` resources. Only `STREAMED` (default) body processing mode is + /// supported. + /// + [Newtonsoft.Json.JsonPropertyAttribute("observabilityMode")] + public virtual System.Nullable ObservabilityMode { get; set; } + /// /// Optional. Configures the send mode for request body processing. The field can only be set if /// `supported_events` includes `REQUEST_BODY`. If `supported_events` includes `REQUEST_BODY`, but @@ -7502,8 +7523,10 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem /// /// Optional. Configures the send mode for response processing. If unspecified, the default value `STREAMED` is - /// used. When this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `RESPONSE_BODY` - /// and `RESPONSE_TRAILERS`. This field can be set only for `LbTrafficExtension` resources, and only when the + /// used. The field can only be set if `supported_events` includes `RESPONSE_BODY`. If `supported_events` + /// includes `RESPONSE_BODY`, but `response_body_send_mode` is unset, the default value `STREAMED` is used. When + /// this field is set to `FULL_DUPLEX_STREAMED`, `supported_events` must include both `RESPONSE_BODY` and + /// `RESPONSE_TRAILERS`. This field can be set only for `LbTrafficExtension` resources, and only when the /// `service` field of the extension points to a `BackendService`. /// [Newtonsoft.Json.JsonPropertyAttribute("responseBodySendMode")] @@ -7529,7 +7552,9 @@ public class ExtensionChainExtension : Google.Apis.Requests.IDirectResponseSchem /// Optional. A set of events during request or response processing for which this extension is called. For the /// `LbTrafficExtension` resource, this field is required. For the `LbRouteExtension` resource, this field is /// optional. If unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `LbEdgeExtension` - /// resource, this field is required and must only contain `REQUEST_HEADERS` event. + /// resource, this field is required and must only contain `REQUEST_HEADERS` event. For the `AuthzExtension` + /// resource, this field is optional. `REQUEST_HEADERS` is the only supported event. If unspecified, + /// `REQUEST_HEADERS` event is assumed as supported. /// [Newtonsoft.Json.JsonPropertyAttribute("supportedEvents")] public virtual System.Collections.Generic.IList SupportedEvents { get; set; } @@ -7834,7 +7859,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this GrpcRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -7865,13 +7890,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as one of the routing rules to /// route the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` + /// `projects/*/locations/*/meshes/` /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// - /// Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/` + /// Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/*/grpcRoutes/` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -8248,7 +8273,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -8277,14 +8302,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this HttpRoute is attached to, as one of the routing rules to /// route the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR + /// `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// /// Identifier. Name of the HttpRoute resource. It matches pattern - /// `projects/*/locations/global/httpRoutes/http_route_name&gt;`. + /// `projects/*/locations/*/httpRoutes/http_route_name&gt;`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -9766,6 +9791,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -10034,7 +10067,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`. + /// Identifier. Name of the Mesh resource. It matches pattern `projects/*/locations/*/meshes/`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -10684,7 +10717,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this TcpRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -10696,14 +10729,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one of the routing rules to route /// the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR + /// `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// /// Identifier. Name of the TcpRoute resource. It matches pattern - /// `projects/*/locations/global/tcpRoutes/tcp_route_name&gt;`. + /// `projects/*/locations/*/tcpRoutes/tcp_route_name&gt;`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -10902,7 +10935,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to /// route the requests served by the gateway. Each gateway reference should match the pattern: - /// `projects/*/locations/global/gateways/` + /// `projects/*/locations/*/gateways/` /// [Newtonsoft.Json.JsonPropertyAttribute("gateways")] public virtual System.Collections.Generic.IList Gateways { get; set; } @@ -10914,14 +10947,14 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset /// /// Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route /// the requests served by the mesh. Each mesh reference should match the pattern: - /// `projects/*/locations/global/meshes/` The attached Mesh should be of a type SIDECAR + /// `projects/*/locations/*/meshes/` The attached Mesh should be of a type SIDECAR /// [Newtonsoft.Json.JsonPropertyAttribute("meshes")] public virtual System.Collections.Generic.IList Meshes { get; set; } /// /// Identifier. Name of the TlsRoute resource. It matches pattern - /// `projects/*/locations/global/tlsRoutes/tls_route_name&gt;`. + /// `projects/*/locations/*/tlsRoutes/tls_route_name&gt;`. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } diff --git a/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj b/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj index 9dbb4961843..27760034eb2 100644 --- a/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj +++ b/Src/Generated/Google.Apis.NetworkServices.v1beta1/Google.Apis.NetworkServices.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.NetworkServices.v1beta1 Client Library - 1.70.0.3863 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs index 64bc22e3455..56d1b95e041 100644 --- a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs +++ b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.cs @@ -298,13 +298,11 @@ public LocationsResource(Google.Apis.Services.IClientService service) MulticloudDataTransferSupportedServices = new MulticloudDataTransferSupportedServicesResource(service); Operations = new OperationsResource(service); RegionalEndpoints = new RegionalEndpointsResource(service); - RemoteTransportProfiles = new RemoteTransportProfilesResource(service); ServiceClasses = new ServiceClassesResource(service); ServiceConnectionMaps = new ServiceConnectionMapsResource(service); ServiceConnectionPolicies = new ServiceConnectionPoliciesResource(service); ServiceConnectionTokens = new ServiceConnectionTokensResource(service); Spokes = new SpokesResource(service); - Transports = new TransportsResource(service); } /// Gets the Global resource. @@ -5060,165 +5058,6 @@ protected override void InitParameters() } } - /// Gets the RemoteTransportProfiles resource. - public virtual RemoteTransportProfilesResource RemoteTransportProfiles { get; } - - /// The "remoteTransportProfiles" collection of methods. - public class RemoteTransportProfilesResource - { - private const string Resource = "remoteTransportProfiles"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public RemoteTransportProfilesResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Gets details of a single RemoteTransportProfile. - /// Required. Name of the resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets details of a single RemoteTransportProfile. - public class GetRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. Name of the resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/remoteTransportProfiles/[^/]+$", - }); - } - } - - /// Lists RemoteTransportProfiles in a given project and location. - /// Required. Parent value for ListRemoteTransportProfilesRequest. - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - - /// Lists RemoteTransportProfiles in a given project and location. - public class ListRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// Required. Parent value for ListRemoteTransportProfilesRequest. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Optional. Filtering results. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// Optional. Hint for how to order the results. - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// Optional. Requested page size. Server may return fewer items than requested. If unspecified, - /// server will pick an appropriate default. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// Optional. A token identifying a page of results the server should return. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/remoteTransportProfiles"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - /// Gets the ServiceClasses resource. public virtual ServiceClassesResource ServiceClasses { get; } @@ -6479,7 +6318,7 @@ public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Ne /// is used. Only eligible for IPV4_ONLY and IPV4_IPV6 subnetwork. /// [Google.Apis.Util.RequestParameterAttribute("autoSubnetworkConfig.allocRangeSpace", Google.Apis.Util.RequestParameterType.Query)] - public virtual string AutoSubnetworkConfigAllocRangeSpace { get; set; } + public virtual Google.Apis.Util.Repeatable AutoSubnetworkConfigAllocRangeSpace { get; set; } /// /// Optional. The requested IP stack for the subnetwork. If not specified, IPv4 is used. @@ -8145,501 +7984,97 @@ protected override void InitParameters() } } - /// Gets the Transports resource. - public virtual TransportsResource Transports { get; } - - /// The "transports" collection of methods. - public class TransportsResource + /// + /// CheckConsumerConfig validates the consumer network and project for potential PSC connection creation. + /// This method performs several checks, including: - Validating the existence and permissions of the + /// service class. - Ensuring the consumer network exists and is accessible. - Verifying XPN relationships + /// if applicable. - Checking for compatible IP versions between the consumer network and the requested + /// version. This method performs a dynamic IAM check for the `networkconnectivity.serviceClasses.use` + /// permission on the service class resource in the Prepare phase. + /// + /// The body of the request. + /// + /// Required. The location resource path. Example: - projects/{project}/locations/{location} + /// + public virtual CheckConsumerConfigRequest CheckConsumerConfig(Google.Apis.Networkconnectivity.v1.Data.CheckConsumerConfigRequest body, string location) { - private const string Resource = "transports"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; + return new CheckConsumerConfigRequest(this.service, body, location); + } - /// Constructs a new resource. - public TransportsResource(Google.Apis.Services.IClientService service) + /// + /// CheckConsumerConfig validates the consumer network and project for potential PSC connection creation. + /// This method performs several checks, including: - Validating the existence and permissions of the + /// service class. - Ensuring the consumer network exists and is accessible. - Verifying XPN relationships + /// if applicable. - Checking for compatible IP versions between the consumer network and the requested + /// version. This method performs a dynamic IAM check for the `networkconnectivity.serviceClasses.use` + /// permission on the service class resource in the Prepare phase. + /// + public class CheckConsumerConfigRequest : NetworkconnectivityBaseServiceRequest + { + /// Constructs a new CheckConsumerConfig request. + public CheckConsumerConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.Networkconnectivity.v1.Data.CheckConsumerConfigRequest body, string location) : base(service) { - this.service = service; + Location = location; + Body = body; + InitParameters(); } - /// Creates a new Transport in a given project and location. - /// The body of the request. - /// Required. Value for parent. - public virtual CreateRequest Create(Google.Apis.Networkconnectivity.v1.Data.Transport body, string parent) - { - return new CreateRequest(this.service, body, parent); - } + /// + /// Required. The location resource path. Example: - projects/{project}/locations/{location} + /// + [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Location { get; private set; } - /// Creates a new Transport in a given project and location. - public class CreateRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Networkconnectivity.v1.Data.Transport body, string parent) : base(service) - { - Parent = parent; - Body = body; - InitParameters(); - } + /// Gets or sets the body of this request. + Google.Apis.Networkconnectivity.v1.Data.CheckConsumerConfigRequest Body { get; set; } - /// Required. Value for parent. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// - /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if - /// you must retry your request, the server will know to ignore the request if it has already been - /// completed. The server will guarantee that for at least 60 minutes since the first request. For - /// example, consider a situation where you make an initial request and the request times out. If - /// you make the request again with the same request ID, the server can check if original operation - /// with the same request ID was received, and if so, will ignore the second request. This prevents - /// clients from accidentally creating duplicate commitments. The request ID must be a valid UUID - /// with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } + /// Gets the method name. + public override string MethodName => "checkConsumerConfig"; - /// Required. Id of the requesting object - [Google.Apis.Util.RequestParameterAttribute("transportId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string TransportId { get; set; } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// Gets or sets the body of this request. - Google.Apis.Networkconnectivity.v1.Data.Transport Body { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+location}:checkConsumerConfig"; - /// Returns the body of the request. - protected override object GetBody() => Body; + /// Initializes CheckConsumerConfig parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("location", new Google.Apis.Discovery.Parameter + { + Name = "location", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+$", + }); + } + } - /// Gets the method name. - public override string MethodName => "create"; + /// Gets information about a location. + /// Resource name for the location. + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } - /// Gets the HTTP method. - public override string HttpMethod => "POST"; + /// Gets information about a location. + public class GetRequest : NetworkconnectivityBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/transports"; - - /// Initializes Create parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter - { - Name = "requestId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("transportId", new Google.Apis.Discovery.Parameter - { - Name = "transportId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Deletes a single Transport. - /// Required. Name of the resource. - public virtual DeleteRequest Delete(string name) - { - return new DeleteRequest(this.service, name); - } - - /// Deletes a single Transport. - public class DeleteRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. Name of the resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if - /// you must retry your request, the server will know to ignore the request if it has already been - /// completed. The server will guarantee that for at least 60 minutes after the first request. For - /// example, consider a situation where you make an initial request and the request times out. If - /// you make the request again with the same request ID, the server can check if original operation - /// with the same request ID was received, and if so, will ignore the second request. This prevents - /// clients from accidentally creating duplicate commitments. The request ID must be a valid UUID - /// with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// Gets the method name. - public override string MethodName => "delete"; - - /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Delete parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/transports/[^/]+$", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter - { - Name = "requestId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Gets details of a single Transport. - /// Required. Name of the resource. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets details of a single Transport. - public class GetRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Required. Name of the resource. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/transports/[^/]+$", - }); - } - } - - /// Lists Transports in a given project and location. - /// Required. Parent value for ListTransportsRequest. - public virtual ListRequest List(string parent) - { - return new ListRequest(this.service, parent); - } - - /// Lists Transports in a given project and location. - public class ListRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) - { - Parent = parent; - InitParameters(); - } - - /// Required. Parent value for ListTransportsRequest. - [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Parent { get; private set; } - - /// Optional. Filtering results. - [Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Filter { get; set; } - - /// Optional. Hint for how to order the results. - [Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)] - public virtual string OrderBy { get; set; } - - /// - /// Optional. Requested page size. Server may return fewer items than requested. If unspecified, - /// server will pick an appropriate default. - /// - [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable PageSize { get; set; } - - /// Optional. A token identifying a page of results the server should return. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "v1/{+parent}/transports"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter - { - Name = "parent", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - RequestParameters.Add("filter", new Google.Apis.Discovery.Parameter - { - Name = "filter", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("orderBy", new Google.Apis.Discovery.Parameter - { - Name = "orderBy", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter - { - Name = "pageSize", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Updates the parameters of a single Transport. - /// The body of the request. - /// - /// Identifier. Name of the resource, see google.aip.dev/122 for resource naming. - /// - public virtual PatchRequest Patch(Google.Apis.Networkconnectivity.v1.Data.Transport body, string name) - { - return new PatchRequest(this.service, body, name); - } - - /// Updates the parameters of a single Transport. - public class PatchRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.Networkconnectivity.v1.Data.Transport body, string name) : base(service) - { - Name = name; - Body = body; - InitParameters(); - } - - /// Identifier. Name of the resource, see google.aip.dev/122 for resource naming. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } - - /// - /// Optional. An optional request ID to identify requests. Specify a unique request ID so that if - /// you must retry your request, the server will know to ignore the request if it has already been - /// completed. The server will guarantee that for at least 60 minutes since the first request. For - /// example, consider a situation where you make an initial request and the request times out. If - /// you make the request again with the same request ID, the server can check if original operation - /// with the same request ID was received, and if so, will ignore the second request. This prevents - /// clients from accidentally creating duplicate commitments. The request ID must be a valid UUID - /// with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). - /// - [Google.Apis.Util.RequestParameterAttribute("requestId", Google.Apis.Util.RequestParameterType.Query)] - public virtual string RequestId { get; set; } - - /// - /// Optional. Field mask is used to specify the fields to be overwritten in the Transport 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 present in the request will be overwritten. - /// - [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] - public virtual object UpdateMask { get; set; } - - /// Gets or sets the body of this request. - Google.Apis.Networkconnectivity.v1.Data.Transport Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "v1/{+name}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("name", new Google.Apis.Discovery.Parameter - { - Name = "name", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+/transports/[^/]+$", - }); - RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter - { - Name = "requestId", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter - { - Name = "updateMask", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// - /// CheckConsumerConfig validates the consumer network and project for potential PSC connection creation. - /// This method performs several checks, including: - Validating the existence and permissions of the - /// service class. - Ensuring the consumer network exists and is accessible. - Verifying XPN relationships - /// if applicable. - Checking for compatible IP versions between the consumer network and the requested - /// version. This method performs a dynamic IAM check for the `networkconnectivity.serviceClasses.use` - /// permission on the service class resource in the Prepare phase. - /// - /// The body of the request. - /// - /// Required. The location resource path. Example: - projects/{project}/locations/{location} - /// - public virtual CheckConsumerConfigRequest CheckConsumerConfig(Google.Apis.Networkconnectivity.v1.Data.CheckConsumerConfigRequest body, string location) - { - return new CheckConsumerConfigRequest(this.service, body, location); - } - - /// - /// CheckConsumerConfig validates the consumer network and project for potential PSC connection creation. - /// This method performs several checks, including: - Validating the existence and permissions of the - /// service class. - Ensuring the consumer network exists and is accessible. - Verifying XPN relationships - /// if applicable. - Checking for compatible IP versions between the consumer network and the requested - /// version. This method performs a dynamic IAM check for the `networkconnectivity.serviceClasses.use` - /// permission on the service class resource in the Prepare phase. - /// - public class CheckConsumerConfigRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new CheckConsumerConfig request. - public CheckConsumerConfigRequest(Google.Apis.Services.IClientService service, Google.Apis.Networkconnectivity.v1.Data.CheckConsumerConfigRequest body, string location) : base(service) - { - Location = location; - Body = body; - InitParameters(); - } - - /// - /// Required. The location resource path. Example: - projects/{project}/locations/{location} - /// - [Google.Apis.Util.RequestParameterAttribute("location", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Location { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.Networkconnectivity.v1.Data.CheckConsumerConfigRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "checkConsumerConfig"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "v1/{+location}:checkConsumerConfig"; - - /// Initializes CheckConsumerConfig parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("location", new Google.Apis.Discovery.Parameter - { - Name = "location", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = @"^projects/[^/]+/locations/[^/]+$", - }); - } - } - - /// Gets information about a location. - /// Resource name for the location. - public virtual GetRequest Get(string name) - { - return new GetRequest(this.service, name); - } - - /// Gets information about a location. - public class GetRequest : NetworkconnectivityBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) - { - Name = name; - InitParameters(); - } - - /// Resource name for the location. - [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] - public virtual string Name { get; private set; } + /// Resource name for the location. + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } /// Gets the method name. public override string MethodName => "get"; @@ -8687,8 +8122,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -8964,6 +8399,36 @@ public class AutoCreatedSubnetworkInfo : Google.Apis.Requests.IDirectResponseSch public virtual string ETag { get; set; } } + /// The specification for automatically creating a DNS record. + public class AutomatedDnsCreationSpec : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The DNS suffix to use for the DNS record. Must end with a dot. This should be a valid DNS domain + /// name as per RFC 1035. Each label (between dots) can contain letters, digits, and hyphens, and must not start + /// or end with a hyphen. Example: "my-service.example.com.", "internal." + /// + [Newtonsoft.Json.JsonPropertyAttribute("dnsSuffix")] + public virtual string DnsSuffix { get; set; } + + /// + /// Required. The hostname (the first label of the FQDN) to use for the DNS record. This should be a valid DNS + /// label as per RFC 1035. Generally, this means the hostname can contain letters, digits, and hyphens, and must + /// not start or end with a hyphen. Example: "my-instance", "db-1" + /// + [Newtonsoft.Json.JsonPropertyAttribute("hostname")] + public virtual string Hostname { get; set; } + + /// + /// Optional. The Time To Live for the DNS record, in seconds. If not provided, a default of 30 seconds will be + /// used. + /// + [Newtonsoft.Json.JsonPropertyAttribute("ttl")] + public virtual object Ttl { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Associates `members`, or principals, with a `role`. public class Binding : Google.Apis.Requests.IDirectResponseSchema { @@ -9138,6 +8603,10 @@ public class ConsumerPscConfig : Google.Apis.Requests.IDirectResponseSchema /// PSC connection details on consumer side. public class ConsumerPscConnection : Google.Apis.Requests.IDirectResponseSchema { + /// Output only. The status of DNS automation for this PSC connection. + [Newtonsoft.Json.JsonPropertyAttribute("dnsAutomationStatus")] + public virtual DnsAutomationStatus DnsAutomationStatus { get; set; } + /// The most recent error during operating this connection. [Newtonsoft.Json.JsonPropertyAttribute("error")] public virtual GoogleRpcStatus Error { get; set; } @@ -9399,13 +8868,32 @@ public virtual object UpdateTime } } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); + set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The status of DNS automation for a PSC connection. + public class DnsAutomationStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// Output only. The error details if the state is CREATE_FAILED or DELETE_FAILED. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual GoogleRpcStatus Error { get; set; } + + /// Output only. The fully qualified domain name of the DNS record. + [Newtonsoft.Json.JsonPropertyAttribute("fqdn")] + public virtual string Fqdn { get; set; } + + /// Output only. The current state of DNS automation. + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -10544,25 +10032,6 @@ public class ListRegionalEndpointsResponse : Google.Apis.Requests.IDirectRespons public virtual string ETag { get; set; } } - /// Message for response to listing RemoteTransportProfiles - public class ListRemoteTransportProfilesResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// A token identifying a page of results the server should return. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of RemoteTransportProfiles. - [Newtonsoft.Json.JsonPropertyAttribute("remoteTransportProfiles")] - public virtual System.Collections.Generic.IList RemoteTransportProfiles { get; set; } - - /// Unordered list. Locations that could not be reached. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// Response for HubService.ListRouteTables method. public class ListRouteTablesResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -10717,25 +10186,6 @@ public class ListSpokesResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// Message for response to listing Transports. - public class ListTransportsResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// A token identifying a page of results the server should return. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - /// The list of Transport. - [Newtonsoft.Json.JsonPropertyAttribute("transports")] - public virtual System.Collections.Generic.IList Transports { get; set; } - - /// Unordered list. Locations that could not be reached. - [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] - public virtual System.Collections.Generic.IList Unreachable { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// A resource that represents a Google Cloud location. public class Location : Google.Apis.Requests.IDirectResponseSchema { @@ -11304,7 +10754,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset public virtual System.Collections.Generic.IDictionary Labels { get; set; } /// - /// Immutable. A unique name of the resource in the form of + /// Immutable. Identifier. A unique name of the resource in the form of /// `projects/{project_number}/locations/global/PolicyBasedRoutes/{policy_based_route_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("name")] @@ -11396,6 +10846,12 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset /// The PSC configurations on producer side. public class ProducerPscConfig : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. The specification for automatically creating a DNS record for this PSC connection. + /// + [Newtonsoft.Json.JsonPropertyAttribute("automatedDnsCreationSpec")] + public virtual AutomatedDnsCreationSpec AutomatedDnsCreationSpec { get; set; } + /// /// The resource path of a service attachment. Example: /// projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}. @@ -11791,137 +11247,6 @@ public class RejectSpokeUpdateRequest : Google.Apis.Requests.IDirectResponseSche public virtual string ETag { get; set; } } - /// Message describing RemoteTransportProfile object. - public class RemoteTransportProfile : Google.Apis.Requests.IDirectResponseSchema - { - private string _createTimeRaw; - - private object _createTime; - - /// Output only. [Output only] Create time stamp. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// Output only. Description of the profile. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } - - /// Output only. [Output only] Type of provisioning flows supported by this profile. - [Newtonsoft.Json.JsonPropertyAttribute("flow")] - public virtual string Flow { get; set; } - - /// Output only. Labels as key value pairs. - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } - - /// Identifier. Name of the resource in the format of $provider-$site. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Output only. [Output only] Order state for this profile. - [Newtonsoft.Json.JsonPropertyAttribute("orderState")] - public virtual string OrderState { get; set; } - - /// - /// Output only. Name of the provider on the other end of this profile. E.g. “Amazon Web Services” or “Microsoft - /// Azure”. - /// - [Newtonsoft.Json.JsonPropertyAttribute("provider")] - public virtual string Provider { get; set; } - - /// - /// Output only. If the profile is a Cloud Service Provider with compute resources, this is populated with the - /// region where connectivity is being established. If the profile provides facility-level selection, this is an - /// identity of the facility any connections on this profile are going through. - /// - [Newtonsoft.Json.JsonPropertyAttribute("providerSite")] - public virtual string ProviderSite { get; set; } - - /// Output only. GCP Region where this profile is available. - [Newtonsoft.Json.JsonPropertyAttribute("region")] - public virtual string Region { get; set; } - - /// - /// Output only. [Output only] Availability class that will be configured for this particular - /// RemoteTransportProfile. - /// - [Newtonsoft.Json.JsonPropertyAttribute("sla")] - public virtual string Sla { get; set; } - - /// Output only. List of bandwidth enum values that are supported by this profile. - [Newtonsoft.Json.JsonPropertyAttribute("supportedBandwidths")] - public virtual System.Collections.Generic.IList SupportedBandwidths { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; - - /// Output only. [Output only] Update time stamp. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// /// A route defines a path from VM instances within a spoke to a specific destination resource. Only VPC spokes have /// routes. @@ -13189,169 +12514,6 @@ public class TestIamPermissionsResponse : Google.Apis.Requests.IDirectResponseSc public virtual string ETag { get; set; } } - /// Message describing Transport object. - public class Transport : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Optional. Administrative state of the underlying connectivity. If set to true (default), connectivity should - /// be available between your environments. If set to false, the connectivity over these links is disabled. - /// Disabling your Transport does not affect billing, and retains the underlying network bandwidth associated - /// with the connectivity. - /// - [Newtonsoft.Json.JsonPropertyAttribute("adminEnabled")] - public virtual System.Nullable AdminEnabled { get; set; } - - /// - /// Optional. [Preview only] List of IP Prefixes that will be advertised to the remote provider. Both IPv4 and - /// IPv6 addresses are supported. - /// - [Newtonsoft.Json.JsonPropertyAttribute("advertisedRoutes")] - public virtual System.Collections.Generic.IList AdvertisedRoutes { get; set; } - - /// - /// Required. Bandwidth of the Transport. This must be one of the supported bandwidths for the remote profile. - /// - [Newtonsoft.Json.JsonPropertyAttribute("bandwidth")] - public virtual string Bandwidth { get; set; } - - private string _createTimeRaw; - - private object _createTime; - - /// Output only. [Output only] Create time stamp. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set - { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set - { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// Optional. Description of the Transport. - [Newtonsoft.Json.JsonPropertyAttribute("description")] - public virtual string Description { get; set; } - - /// - /// Output only. [Output only] Google-generated activation key. This is only output if the selected profile - /// supports an OUTPUT key flow. Inputting this to the provider is only valid while the resource is in a - /// PENDING_KEY state. Once the provider has accepted the key, the resource will move to the CONFIGURING state. - /// - [Newtonsoft.Json.JsonPropertyAttribute("generatedActivationKey")] - public virtual string GeneratedActivationKey { get; set; } - - /// Optional. Labels as key value pairs. - [Newtonsoft.Json.JsonPropertyAttribute("labels")] - public virtual System.Collections.Generic.IDictionary Labels { get; set; } - - /// - /// Output only. [Output only] The maximum transmission unit (MTU) of a packet that can be sent over this - /// transport. - /// - [Newtonsoft.Json.JsonPropertyAttribute("mtuLimit")] - public virtual System.Nullable MtuLimit { get; set; } - - /// Identifier. Name of the resource, see google.aip.dev/122 for resource naming. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// - /// Required. [Preview only] Resource URL of the Network that will be peered with this Transport. This field - /// must be provided during resource creation and cannot be changed. - /// - [Newtonsoft.Json.JsonPropertyAttribute("network")] - public virtual string Network { get; set; } - - /// - /// Optional. Key used for establishing a connection with the remote transport. This key can only be provided if - /// the profile supports an INPUT key flow and the resource is in the PENDING_KEY state. - /// - [Newtonsoft.Json.JsonPropertyAttribute("providedActivationKey")] - public virtual string ProvidedActivationKey { get; set; } - - /// Required. GCP Region where this Transport is located. - [Newtonsoft.Json.JsonPropertyAttribute("region")] - public virtual string Region { get; set; } - - /// - /// Required. Resource URL of the remoteTransportProfile that this Transport is connecting to. Format: - /// projects/{project}/locations/{location}/remoteTransportProfiles/{remote_transport_profile} - /// - [Newtonsoft.Json.JsonPropertyAttribute("remoteProfile")] - public virtual string RemoteProfile { get; set; } - - /// Optional. IP version stack for the established connectivity. - [Newtonsoft.Json.JsonPropertyAttribute("stackType")] - public virtual string StackType { get; set; } - - /// Output only. [Output only] State of the underlying connectivity. - [Newtonsoft.Json.JsonPropertyAttribute("state")] - public virtual string State { get; set; } - - private string _updateTimeRaw; - - private object _updateTime; - - /// Output only. [Output only] Update time stamp. - [Newtonsoft.Json.JsonPropertyAttribute("updateTime")] - public virtual string UpdateTimeRaw - { - get => _updateTimeRaw; - set - { - _updateTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _updateTimeRaw = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")] - public virtual object UpdateTime - { - get => _updateTime; - set - { - _updateTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _updateTime = value; - } - } - - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(UpdateTimeRaw); - set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); - } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - /// VM instances that this policy-based route applies to. public class VirtualMachine : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj index 4d775f5676a..64d3d3c49fe 100644 --- a/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj +++ b/Src/Generated/Google.Apis.Networkconnectivity.v1/Google.Apis.Networkconnectivity.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Networkconnectivity.v1 Client Library - 1.71.0.3920 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.cs b/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.cs index d84ac23bb97..1f09b078e6f 100644 --- a/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.cs +++ b/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.cs @@ -2551,8 +2551,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj b/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj index ceb49135c17..b0a94b7c422 100644 --- a/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.Networkconnectivity.v1alpha1/Google.Apis.Networkconnectivity.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.Networkconnectivity.v1alpha1 Client Library - 1.71.0.3920 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs index 9eb7210504c..f3f965b5cd9 100644 --- a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs +++ b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs @@ -5059,6 +5059,18 @@ public class PatchConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("rebootConfig")] public virtual string RebootConfig { get; set; } + /// + /// Optional. Enables enhanced reporting for the patch job: 1. Allows the patch job to skip unpatchable + /// instances, reporting them as SKIPPED. An instance can be unpatchable for two reasons: a. The instance runs + /// Container-Optimized OS (COS), which cannot be patched. b. The patch job's configuration prohibits patching + /// on Managed Instance Groups (MIGs) through the PatchConfig.migInstancesAllowed field, and the instance is + /// part of one. 2. The system reports the patch job as SUCCEEDED if it completes without errors, regardless of + /// whether any instances were SKIPPED. 3. The system reports the patch job as COMPLETED_WITH_INACTIVE_VMS if it + /// completes without errors, but some instances were INACTIVE and therefore not patched. + /// + [Newtonsoft.Json.JsonPropertyAttribute("skipUnpatchableVms")] + public virtual System.Nullable SkipUnpatchableVms { get; set; } + /// Windows update settings. Use this override the default windows patch rules. [Newtonsoft.Json.JsonPropertyAttribute("windowsUpdate")] public virtual WindowsUpdateSettings WindowsUpdate { get; set; } @@ -5541,6 +5553,10 @@ public class PatchJobInstanceDetailsSummary : Google.Apis.Requests.IDirectRespon [Newtonsoft.Json.JsonPropertyAttribute("rebootingInstanceCount")] public virtual System.Nullable RebootingInstanceCount { get; set; } + /// Number of instances that were skipped during patching. + [Newtonsoft.Json.JsonPropertyAttribute("skippedInstanceCount")] + public virtual System.Nullable SkippedInstanceCount { get; set; } + /// Number of instances that have started. [Newtonsoft.Json.JsonPropertyAttribute("startedInstanceCount")] public virtual System.Nullable StartedInstanceCount { get; set; } diff --git a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj index 47b71075e35..216e802045f 100644 --- a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj +++ b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.OSConfig.v1 Client Library - 1.70.0.3860 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs index bd73f1af3e4..baaa8f5efe2 100644 --- a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs +++ b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs @@ -2743,6 +2743,18 @@ public class PatchConfig : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("rebootConfig")] public virtual string RebootConfig { get; set; } + /// + /// Optional. Enables enhanced reporting for the patch job: 1. Allows the patch job to skip unpatchable + /// instances, reporting them as SKIPPED. An instance can be unpatchable for two reasons: a. The instance runs + /// Container-Optimized OS (COS), which cannot be patched. b. The patch job's configuration prohibits patching + /// on Managed Instance Groups (MIGs) through the PatchConfig.migInstancesAllowed field, and the instance is + /// part of one. 2. The system reports the patch job as SUCCEEDED if it completes without errors, regardless of + /// whether any instances were SKIPPED. 3. The system reports the patch job as COMPLETED_WITH_INACTIVE_VMS if it + /// completes without errors, but some instances were INACTIVE and therefore not patched. + /// + [Newtonsoft.Json.JsonPropertyAttribute("skipUnpatchableVms")] + public virtual System.Nullable SkipUnpatchableVms { get; set; } + /// Windows update settings. Use this override the default windows patch rules. [Newtonsoft.Json.JsonPropertyAttribute("windowsUpdate")] public virtual WindowsUpdateSettings WindowsUpdate { get; set; } @@ -3221,6 +3233,10 @@ public class PatchJobInstanceDetailsSummary : Google.Apis.Requests.IDirectRespon [Newtonsoft.Json.JsonPropertyAttribute("rebootingInstanceCount")] public virtual System.Nullable RebootingInstanceCount { get; set; } + /// Number of instances that were skipped during patching. + [Newtonsoft.Json.JsonPropertyAttribute("skippedInstanceCount")] + public virtual System.Nullable SkippedInstanceCount { get; set; } + /// Number of instances that have started. [Newtonsoft.Json.JsonPropertyAttribute("startedInstanceCount")] public virtual System.Nullable StartedInstanceCount { get; set; } diff --git a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj index 955c4574de3..6d73a7bac5a 100644 --- a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj +++ b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.OSConfig.v1beta Client Library - 1.69.0.3783 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj b/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj index b52958defb4..e446ee9e3e3 100644 --- a/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj +++ b/Src/Generated/Google.Apis.OnDemandScanning.v1/Google.Apis.OnDemandScanning.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.OnDemandScanning.v1 Client Library - 1.71.0.3924 + 1.72.0.3931 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj b/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj index dda81dc0251..516ef9e9f0d 100644 --- a/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj +++ b/Src/Generated/Google.Apis.OnDemandScanning.v1beta1/Google.Apis.OnDemandScanning.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.OnDemandScanning.v1beta1 Client Library - 1.71.0.3924 + 1.72.0.3931 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.cs b/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.cs index c33c6191318..d05c6ccb38f 100644 --- a/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.cs +++ b/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.cs @@ -2581,8 +2581,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public virtual string Filter { get; set; } /// - /// Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions - /// will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. + /// Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will + /// be returned. The maximum value is 1000; values above 1000 will be reset to 1000. /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } @@ -2688,8 +2688,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public virtual string Parent { get; private set; } /// - /// Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions - /// will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. + /// Optional. The maximum number of items to return. If unspecified, a maximum of 50 + /// DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will + /// be reset to 1000. /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } @@ -3242,8 +3243,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) : public virtual string Filter { get; set; } /// - /// Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions - /// will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. + /// Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will + /// be returned. The maximum value is 1000; values above 1000 will be reset to 1000. /// [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] public virtual System.Nullable PageSize { get; set; } @@ -3415,6 +3416,103 @@ public class ExadbVmClustersResource public ExadbVmClustersResource(Google.Apis.Services.IClientService service) { this.service = service; + DbNodes = new DbNodesResource(service); + } + + /// Gets the DbNodes resource. + public virtual DbNodesResource DbNodes { get; } + + /// The "dbNodes" collection of methods. + public class DbNodesResource + { + private const string Resource = "dbNodes"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public DbNodesResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// Lists the database nodes of a VM Cluster. + /// + /// Required. The parent value for database node in the following format: + /// projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. . + /// + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Lists the database nodes of a VM Cluster. + public class ListRequest : OracleDatabaseBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// + /// Required. The parent value for database node in the following format: + /// projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. . + /// + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be + /// returned. The maximum value is 1000; values above 1000 will be coerced to 1000. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// Optional. A token identifying a page of results the node should return. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/dbNodes"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// Creates a new Exadb (Exascale) VM Cluster resource. @@ -5370,9 +5468,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are - /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be - /// `true` when reading across collections e.g. when `parent` is set to - /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in an /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product /// specific documentation. /// @@ -5674,8 +5772,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -9363,8 +9461,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.csproj b/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.csproj index c775bf1b0f6..970ba87091a 100644 --- a/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.csproj +++ b/Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.OracleDatabase.v1 Client Library - 1.71.0.3920 + 1.72.0.3973 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.cs b/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.cs index 14dfb0eeb7b..4796f5e1045 100644 --- a/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.cs +++ b/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.cs @@ -1197,8 +1197,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.csproj b/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.csproj index d48a9f866d3..904b9c58bf5 100644 --- a/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.csproj +++ b/Src/Generated/Google.Apis.Parallelstore.v1/Google.Apis.Parallelstore.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Parallelstore.v1 Client Library - 1.71.0.3919 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.cs b/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.cs index 89fd2daa212..fea72a9e55d 100644 --- a/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.cs +++ b/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.cs @@ -1189,8 +1189,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.csproj b/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.csproj index 4288bf44730..0b81be56088 100644 --- a/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.csproj +++ b/Src/Generated/Google.Apis.Parallelstore.v1beta/Google.Apis.Parallelstore.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Parallelstore.v1beta Client Library - 1.71.0.3919 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.cs b/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.cs index 350530e5b50..964cd984860 100644 --- a/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.cs +++ b/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.cs @@ -1297,8 +1297,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.csproj b/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.csproj index 59c47dbc2d8..b4d53b5f456 100644 --- a/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.csproj +++ b/Src/Generated/Google.Apis.ParameterManager.v1/Google.Apis.ParameterManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ParameterManager.v1 Client Library - 1.71.0.3912 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs index 501383eb56e..635c01cfdc6 100644 --- a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs +++ b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs @@ -599,6 +599,103 @@ public class SubscriptionsResource public SubscriptionsResource(Google.Apis.Services.IClientService service) { this.service = service; + LineItems = new LineItemsResource(service); + } + + /// Gets the LineItems resource. + public virtual LineItemsResource LineItems { get; } + + /// The "lineItems" collection of methods. + public class LineItemsResource + { + private const string Resource = "lineItems"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public LineItemsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// Updates a line item of a subscription. It should be autenticated with a service account. + /// + /// The body of the request. + /// + /// Identifier. Resource name of the line item. Format: + /// partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem} + /// + public virtual PatchRequest Patch(Google.Apis.PaymentsResellerSubscription.v1.Data.SubscriptionLineItem body, string name) + { + return new PatchRequest(this.service, body, name); + } + + /// + /// Updates a line item of a subscription. It should be autenticated with a service account. + /// + public class PatchRequest : PaymentsResellerSubscriptionBaseServiceRequest + { + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.PaymentsResellerSubscription.v1.Data.SubscriptionLineItem body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// + /// Identifier. Resource name of the line item. Format: + /// partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// + /// Required. The list of fields to update. Only a limited set of fields can be updated. The allowed + /// fields are the following: - `product_payload.googleHomePayload.googleStructureId` + /// + [Google.Apis.Util.RequestParameterAttribute("updateMask", Google.Apis.Util.RequestParameterType.Query)] + public virtual object UpdateMask { get; set; } + + /// Gets or sets the body of this request. + Google.Apis.PaymentsResellerSubscription.v1.Data.SubscriptionLineItem Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "patch"; + + /// Gets the HTTP method. + public override string HttpMethod => "PATCH"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Patch parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^partners/[^/]+/subscriptions/[^/]+/lineItems/[^/]+$", + }); + RequestParameters.Add("updateMask", new Google.Apis.Discovery.Parameter + { + Name = "updateMask", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// @@ -977,6 +1074,34 @@ public ProvisionRequest(Google.Apis.Services.IClientService service, Google.Apis [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] public virtual string Parent { get; private set; } + /// number of duration units to be included. + [Google.Apis.Util.RequestParameterAttribute("cycleOptions.initialCycleDuration.count", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable CycleOptionsInitialCycleDurationCount { get; set; } + + /// The unit used for the duration + [Google.Apis.Util.RequestParameterAttribute("cycleOptions.initialCycleDuration.unit", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable CycleOptionsInitialCycleDurationUnit { get; set; } + + /// The unit used for the duration + public enum CycleOptionsInitialCycleDurationUnitEnum + { + /// Default value, reserved as an invalid or an unexpected value. + [Google.Apis.Util.StringValueAttribute("UNIT_UNSPECIFIED")] + UNITUNSPECIFIED = 0, + + /// Unit of a calendar month. + [Google.Apis.Util.StringValueAttribute("MONTH")] + MONTH = 1, + + /// Unit of a day. + [Google.Apis.Util.StringValueAttribute("DAY")] + DAY = 2, + + /// Unit of an hour. It is used for testing. + [Google.Apis.Util.StringValueAttribute("HOUR")] + HOUR = 3, + } + /// /// Required. Identifies the subscription resource on the Partner side. The value is restricted to 63 /// ASCII characters at the maximum. If a subscription was previously created with the same @@ -1012,6 +1137,22 @@ protected override void InitParameters() DefaultValue = null, Pattern = @"^partners/[^/]+$", }); + RequestParameters.Add("cycleOptions.initialCycleDuration.count", new Google.Apis.Discovery.Parameter + { + Name = "cycleOptions.initialCycleDuration.count", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("cycleOptions.initialCycleDuration.unit", new Google.Apis.Discovery.Parameter + { + Name = "cycleOptions.initialCycleDuration.unit", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("subscriptionId", new Google.Apis.Discovery.Parameter { Name = "subscriptionId", @@ -1361,6 +1502,10 @@ public class CancelSubscriptionResponse : Google.Apis.Requests.IDirectResponseSc /// Intent message for creating a Subscription resource. public class CreateSubscriptionIntent : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The cycle options for the subscription. + [Newtonsoft.Json.JsonPropertyAttribute("cycleOptions")] + public virtual CycleOptions CycleOptions { get; set; } + /// Required. The parent resource name, which is the identifier of the partner. [Newtonsoft.Json.JsonPropertyAttribute("parent")] public virtual string Parent { get; set; } @@ -1381,6 +1526,22 @@ public class CreateSubscriptionIntent : Google.Apis.Requests.IDirectResponseSche public virtual string ETag { get; set; } } + /// The cycle options when starting and resuming a subscription. + public class CycleOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. The duration of the initial cycle. Only `DAY` is supported. If set, Google will start the + /// subscription with this initial cycle duration starting at the request time (see available methods below). A + /// prorated charge will be applied. This option is available to the following methods: - + /// partners.subscriptions.provision - partners.subscriptions.resume - partners.userSessions.generate + /// + [Newtonsoft.Json.JsonPropertyAttribute("initialCycleDuration")] + public virtual Duration InitialCycleDuration { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Describes the length of a period of a time. public class Duration : Google.Apis.Requests.IDirectResponseSchema { @@ -1792,6 +1953,24 @@ public class IntentPayload : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("entitleIntent")] public virtual EntitleSubscriptionIntent EntitleIntent { get; set; } + /// Optional. The additional features for the intent. + [Newtonsoft.Json.JsonPropertyAttribute("intentOptions")] + public virtual IntentPayloadIntentOptions IntentOptions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The options for the intent. + public class IntentPayloadIntentOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If true, Google may use a different product and promotion id from the ones in the `create_intent` + /// based on the user's eligibility. Only applicable for certain YouTube free trial offers. + /// + [Newtonsoft.Json.JsonPropertyAttribute("enableOfferOverride")] + public virtual System.Nullable EnableOfferOverride { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -2124,6 +2303,14 @@ public class PromotionIntroductoryPricingDetailsIntroductoryPricingSpec : Google /// Request to resume a suspended subscription. public class ResumeSubscriptionRequest : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. The cycle options for the subscription. + [Newtonsoft.Json.JsonPropertyAttribute("cycleOptions")] + public virtual CycleOptions CycleOptions { get; set; } + + /// Required. The mode to resume the subscription. + [Newtonsoft.Json.JsonPropertyAttribute("resumeMode")] + public virtual string ResumeMode { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -2663,6 +2850,13 @@ public virtual System.DateTimeOffset? LineItemFreeTrialEndTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("lineItemPromotionSpecs")] public virtual System.Collections.Generic.IList LineItemPromotionSpecs { get; set; } + /// + /// Identifier. Resource name of the line item. Format: + /// partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem} + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + /// Output only. Details only set for a ONE_TIME recurrence line item. [Newtonsoft.Json.JsonPropertyAttribute("oneTimeRecurrenceDetails")] public virtual SubscriptionLineItemOneTimeRecurrenceDetails OneTimeRecurrenceDetails { get; set; } diff --git a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj index df7f4756674..b18afdcb670 100644 --- a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj +++ b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PaymentsResellerSubscription.v1 Client Library - 1.71.0.3924 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.cs b/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.cs index a9ea6be07b5..b8339fe1ba5 100644 --- a/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.cs +++ b/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.cs @@ -71,7 +71,7 @@ public class Scope /// See and download your contacts public static string ContactsReadonly = "https://www.googleapis.com/auth/contacts.readonly"; - /// See and download your organization's GSuite directory + /// See and download your organization's Google Workspace directory public static string DirectoryReadonly = "https://www.googleapis.com/auth/directory.readonly"; /// View your street addresses @@ -111,7 +111,7 @@ public static class ScopeConstants /// See and download your contacts public const string ContactsReadonly = "https://www.googleapis.com/auth/contacts.readonly"; - /// See and download your organization's GSuite directory + /// See and download your organization's Google Workspace directory public const string DirectoryReadonly = "https://www.googleapis.com/auth/directory.readonly"; /// View your street addresses diff --git a/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj b/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj index a158c13c295..98d871fd0c6 100644 --- a/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj +++ b/Src/Generated/Google.Apis.PeopleService.v1/Google.Apis.PeopleService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PeopleService.v1 Client Library - 1.69.0.3785 + 1.72.0.3973 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.cs b/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.cs index 3a06a8f850b..584c81c2442 100644 --- a/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.cs +++ b/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.cs @@ -611,6 +611,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -656,6 +667,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -985,6 +1004,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1030,6 +1059,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1702,6 +1739,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1747,6 +1795,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2309,6 +2365,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2354,6 +2421,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -4213,6 +4288,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj b/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj index 8e07b7e1989..6b46b4d2505 100644 --- a/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj +++ b/Src/Generated/Google.Apis.PolicySimulator.v1/Google.Apis.PolicySimulator.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PolicySimulator.v1 Client Library - 1.70.0.3879 + 1.72.0.3927 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.cs b/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.cs index 101e9eef4b9..0f45aaecc6e 100644 --- a/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.cs +++ b/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.cs @@ -4167,6 +4167,13 @@ public class CreateSnapshotRequest : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("subscription")] public virtual string Subscription { get; set; } + /// + /// Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: + /// "123/environment": "production", "123/costCenter": "marketing" + /// + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IDictionary Tags { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -5372,6 +5379,13 @@ public class Subscription : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } + /// + /// Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: + /// "123/environment": "production", "123/costCenter": "marketing" + /// + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IDictionary Tags { get; set; } + /// /// Required. The name of the topic from which this subscription is receiving messages. Format is /// `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-topic_` if the topic has been @@ -5513,6 +5527,13 @@ public class Topic : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("state")] public virtual string State { get; set; } + /// + /// Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: + /// "123/environment": "production", "123/costCenter": "marketing" + /// + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IDictionary Tags { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj b/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj index 2484c3a7aef..eb2ba5c47bf 100644 --- a/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj +++ b/Src/Generated/Google.Apis.Pubsub.v1/Google.Apis.Pubsub.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Pubsub.v1 Client Library - 1.70.0.3871 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj b/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj index dc807902f3f..81fabf4c191 100644 --- a/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj +++ b/Src/Generated/Google.Apis.Pubsub.v1beta1a/Google.Apis.Pubsub.v1beta1a.csproj @@ -3,7 +3,7 @@ Google.Apis.Pubsub.v1beta1a Client Library - 1.70.0.3871 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj b/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj index 5262531ac27..0aaf94eded0 100644 --- a/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj +++ b/Src/Generated/Google.Apis.Pubsub.v1beta2/Google.Apis.Pubsub.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.Pubsub.v1beta2 Client Library - 1.70.0.3871 + 1.72.0.3960 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.cs b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.cs index a15e1ea3fd4..acc37799833 100644 --- a/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.cs +++ b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -553,6 +553,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections. For example, when `parent` is set to + /// `"projects/example/locations/-"`. This field is not supported by default and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -598,6 +609,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2737,6 +2756,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj index 360cfa7fb84..1dad76dd63a 100644 --- a/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj +++ b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj @@ -3,9 +3,9 @@ Google.Apis.PubsubLite.v1 Client Library - 1.68.0.3607 + 1.72.0.3963 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.cs b/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.cs index cdc1f96402b..deff8ffc8b3 100644 --- a/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.cs +++ b/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.cs @@ -1899,10 +1899,6 @@ public class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest : Google. [Newtonsoft.Json.JsonPropertyAttribute("accountId")] public virtual string AccountId { get; set; } - /// - /// Optional. The annotation that is assigned to the Event. This field can be left empty to provide reasons that - /// apply to an event without concluding whether the event is legitimate or fraudulent. - /// [Newtonsoft.Json.JsonPropertyAttribute("annotation")] public virtual string Annotation { get; set; } @@ -1921,7 +1917,6 @@ public class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest : Google. [Newtonsoft.Json.JsonPropertyAttribute("phoneAuthenticationEvent")] public virtual GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent PhoneAuthenticationEvent { get; set; } - /// Optional. Reasons for the annotation that are assigned to the event. [Newtonsoft.Json.JsonPropertyAttribute("reasons")] public virtual System.Collections.Generic.IList Reasons { get; set; } @@ -2053,8 +2048,7 @@ public class GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment : Google.Apis /// Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the /// client module's project. Examples include: - /// "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" - - /// "cloud.google.com/recaptcha/docs/implement-waf-akamai" - - /// "cloud.google.com/recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-something" + /// "wordpress.org/plugins/recaptcha-something" /// [Newtonsoft.Json.JsonPropertyAttribute("client")] public virtual string Client { get; set; } @@ -2274,8 +2268,8 @@ public class GoogleCloudRecaptchaenterpriseV1Event : Google.Apis.Requests.IDirec public virtual string UserIpAddress { get; set; } /// - /// Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and have been - /// created by a WAF-enabled key. + /// Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the token must be + /// specified, and have been created by a WAF-enabled key. /// [Newtonsoft.Json.JsonPropertyAttribute("wafTokenAssessment")] public virtual System.Nullable WafTokenAssessment { get; set; } @@ -2722,7 +2716,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("testingOptions")] public virtual GoogleCloudRecaptchaenterpriseV1TestingOptions TestingOptions { get; set; } - /// Optional. Settings for WAF + /// Optional. Settings for Web Application Firewall (WAF). [Newtonsoft.Json.JsonPropertyAttribute("wafSettings")] public virtual GoogleCloudRecaptchaenterpriseV1WafSettings WafSettings { get; set; } @@ -3686,11 +3680,11 @@ public virtual System.DateTimeOffset? CreateAccountTimeDateTimeOffset /// Settings specific to keys that can be used for WAF (Web Application Firewall). public class GoogleCloudRecaptchaenterpriseV1WafSettings : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The WAF feature for which this key is enabled. + /// Required. The Web Application Firewall (WAF) feature for which this key is enabled. [Newtonsoft.Json.JsonPropertyAttribute("wafFeature")] public virtual string WafFeature { get; set; } - /// Required. The WAF service that uses this key. + /// Required. The Web Application Firewall (WAF) service that uses this key. [Newtonsoft.Json.JsonPropertyAttribute("wafService")] public virtual string WafService { get; set; } diff --git a/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj b/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj index 621850296fe..f53827b29cc 100644 --- a/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj +++ b/Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.RecaptchaEnterprise.v1 Client Library - 1.71.0.3923 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.cs b/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.cs index 09205a2a85b..dee90a63958 100644 --- a/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.cs +++ b/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.cs @@ -1,4 +1,4 @@ -// Copyright 2024 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -859,6 +859,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that + /// are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can + /// only be `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result + /// in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or + /// product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -904,6 +915,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1813,6 +1832,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1858,6 +1888,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3448,6 +3486,14 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj b/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj index a498022c02c..e3f711b77c1 100644 --- a/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj +++ b/Src/Generated/Google.Apis.RecommendationsAI.v1beta1/Google.Apis.RecommendationsAI.v1beta1.csproj @@ -3,9 +3,9 @@ Google.Apis.RecommendationsAI.v1beta1 Client Library - 1.68.0.3456 + 1.72.0.3934 Google LLC - Copyright 2024 Google LLC + Copyright 2025 Google LLC Google https://github.com/google/google-api-dotnet-client Apache-2.0 @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.cs b/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.cs index d7ab6c2ba9c..b6b61c79881 100644 --- a/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.cs +++ b/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.cs @@ -1382,8 +1382,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -2268,8 +2268,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3527,8 +3527,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -4711,8 +4711,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj b/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj index c0fb5a657a9..df82760b23e 100644 --- a/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Recommender.v1beta1/Google.Apis.Recommender.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Recommender.v1beta1 Client Library - 1.70.0.3902 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.cs b/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.cs index 966567af977..2d4577c5953 100644 --- a/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.cs +++ b/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.cs @@ -808,6 +808,26 @@ public class GoogleAdsSearchads360V0CommonEnhancedCpc : Google.Apis.Requests.IDi public virtual string ETag { get; set; } } + /// A URL for deep linking into an app for the given operating system. + public class GoogleAdsSearchads360V0CommonFinalAppUrl : Google.Apis.Requests.IDirectResponseSchema + { + /// The operating system targeted by this URL. Required. + [Newtonsoft.Json.JsonPropertyAttribute("osType")] + public virtual string OsType { get; set; } + + /// + /// The app deep link URL. Deep links specify a location in an app that corresponds to the content you'd like to + /// show, and should be of the form {scheme}://{host_path} The scheme identifies which app to open. For your + /// app, you can use a custom scheme that starts with the app's name. The host and path specify the unique + /// location in the app where your content exists. Example: "exampleapp://productid_1234". Required. + /// + [Newtonsoft.Json.JsonPropertyAttribute("url")] + public virtual string Url { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// A rule specifying the maximum number of times an ad (or some set of ads) can be shown to a user over a /// particular time period. @@ -1166,6 +1186,16 @@ public class GoogleAdsSearchads360V0CommonMetrics : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("allConversionsValuePerCost")] public virtual System.Nullable AllConversionsValuePerCost { get; set; } + /// + /// Average cart size is the average number of products in each order attributed to your ads. How it works: You + /// report conversions with cart data for completed purchases on your website. Average cart size is the total + /// number of products sold divided by the total number of orders you received. Example: You received 2 orders, + /// the first included 3 products and the second included 2. The average cart size is 2.5 products = (3+2)/2. + /// This metric is only available if you report conversions with cart data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("averageCartSize")] + public virtual System.Nullable AverageCartSize { get; set; } + /// /// The average amount you pay per interaction. This amount is the total cost of your ads divided by the total /// number of interactions. @@ -1189,6 +1219,24 @@ public class GoogleAdsSearchads360V0CommonMetrics : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("averageCpm")] public virtual System.Nullable AverageCpm { get; set; } + /// + /// The average number of times a unique user saw your ad during the requested time period. This metric cannot + /// be aggregated, and can only be requested for date ranges of 92 days or less. This metric is available for + /// following campaign types - Display, Video, Discovery and App. + /// + [Newtonsoft.Json.JsonPropertyAttribute("averageImpressionFrequencyPerUser")] + public virtual System.Nullable AverageImpressionFrequencyPerUser { get; set; } + + /// + /// Average order value is the average revenue you made per order attributed to your ads. How it works: You + /// report conversions with cart data for completed purchases on your website. Average order value is the total + /// revenue from your orders divided by the total number of orders. Example: You received 3 orders which made + /// $10, $15 and $20 worth of revenue. The average order value is $15 = ($10 + $15 + $20)/3. This metric is only + /// available if you report conversions with cart data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("averageOrderValueMicros")] + public virtual System.Nullable AverageOrderValueMicros { get; set; } + /// The average quality score. [Newtonsoft.Json.JsonPropertyAttribute("averageQualityScore")] public virtual System.Nullable AverageQualityScore { get; set; } @@ -1428,6 +1476,18 @@ public class GoogleAdsSearchads360V0CommonMetrics : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("costMicros")] public virtual System.Nullable CostMicros { get; set; } + /// + /// Cost of goods sold (COGS) is the total cost of the products you sold in orders attributed to your ads. How + /// it works: You can add a cost of goods sold value to every product in Merchant Center. If you report + /// conversions with cart data, the products you sold are matched with their cost of goods sold value and this + /// can be used to calculate the gross profit you made on each order. Example: Someone clicked on a Shopping ad + /// for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has + /// a cost of goods sold value of $5. The cost of goods sold for this order is $8 = $3 + $5. This metric is only + /// available if you report conversions with cart data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("costOfGoodsSoldMicros")] + public virtual System.Nullable CostOfGoodsSoldMicros { get; set; } + /// The cost of ad interactions divided by all conversions. [Newtonsoft.Json.JsonPropertyAttribute("costPerAllConversions")] public virtual System.Nullable CostPerAllConversions { get; set; } @@ -1555,6 +1615,33 @@ public class GoogleAdsSearchads360V0CommonMetrics : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("generalInvalidClicks")] public virtual System.Nullable GeneralInvalidClicks { get; set; } + /// + /// Gross profit margin is the percentage gross profit you made from orders attributed to your ads, after taking + /// out the cost of goods sold (COGS). How it works: You report conversions with cart data for completed + /// purchases on your website. Gross profit margin is the gross profit you made divided by your total revenue + /// and multiplied by 100%. Gross profit margin calculations only include products that have a cost of goods + /// sold value in Merchant Center. Example: Someone bought a hat and a shirt in an order on your website. The + /// hat is priced $10 and has a cost of goods sold value of $3. The shirt is priced $20 but has no cost of goods + /// sold value. Gross profit margin for this order will only take into account the hat because it has a cost of + /// goods sold value, so it's 70% = ($10 - $3)/$10 x 100%. This metric is only available if you report + /// conversions with cart data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("grossProfitMargin")] + public virtual System.Nullable GrossProfitMargin { get; set; } + + /// + /// Gross profit is the profit you made from orders attributed to your ads minus the cost of goods sold (COGS). + /// How it works: Gross profit is the revenue you made from sales attributed to your ads minus cost of goods + /// sold. Gross profit calculations only include products that have a cost of goods sold value in Merchant + /// Center. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt in an order + /// from your website. The hat is priced $10 and the shirt is priced $20. The hat has a cost of goods sold value + /// of $3, but the shirt has no cost of goods sold value. Gross profit for this order will only take into + /// account the hat, so it's $7 = $10 - $3. This metric is only available if you report conversions with cart + /// data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("grossProfitMicros")] + public virtual System.Nullable GrossProfitMicros { get; set; } + /// The creative historical quality score. [Newtonsoft.Json.JsonPropertyAttribute("historicalCreativeQualityScore")] public virtual string HistoricalCreativeQualityScore { get; set; } @@ -1669,10 +1756,32 @@ public class GoogleAdsSearchads360V0CommonMetrics : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("mobileFriendlyClicksPercentage")] public virtual System.Nullable MobileFriendlyClicksPercentage { get; set; } + /// + /// Orders is the total number of purchase conversions you received attributed to your ads. How it works: You + /// report conversions with cart data for completed purchases on your website. If a conversion is attributed to + /// previous interactions with your ads (clicks for text or Shopping ads, views for video ads etc.) it's counted + /// as an order. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt in an + /// order on your website. Even though they bought 2 products, this would count as 1 order. This metric is only + /// available if you report conversions with cart data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("orders")] + public virtual System.Nullable Orders { get; set; } + /// The raw event conversion metrics. [Newtonsoft.Json.JsonPropertyAttribute("rawEventConversionMetrics")] public virtual System.Collections.Generic.IList RawEventConversionMetrics { get; set; } + /// + /// Revenue is the total amount you made from orders attributed to your ads. How it works: You report + /// conversions with cart data for completed purchases on your website. Revenue is the total value of all the + /// orders you received attributed to your ads, minus any discount. Example: Someone clicked on a Shopping ad + /// for a hat then bought the same hat and a shirt in an order from your website. The hat is priced $10 and the + /// shirt is priced $20. The entire order has a $5 discount. The revenue from this order is $25 = ($10 + $20) - + /// $5. This metric is only available if you report conversions with cart data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("revenueMicros")] + public virtual System.Nullable RevenueMicros { get; set; } + /// /// The percentage of the customer's Shopping or Search ad impressions that are shown in the most prominent /// Shopping position. See https://support.google.com/sa360/answer/9566729 for details. Any value below 0.1 is @@ -1769,6 +1878,24 @@ public class GoogleAdsSearchads360V0CommonMetrics : Google.Apis.Requests.IDirect [Newtonsoft.Json.JsonPropertyAttribute("topImpressionPercentage")] public virtual System.Nullable TopImpressionPercentage { get; set; } + /// + /// The number of unique users who saw your ad during the requested time period. This metric cannot be + /// aggregated, and can only be requested for date ranges of 92 days or less. This metric is available for + /// following campaign types - Display, Video, Discovery and App. + /// + [Newtonsoft.Json.JsonPropertyAttribute("uniqueUsers")] + public virtual System.Nullable UniqueUsers { get; set; } + + /// + /// Units sold is the total number of products sold from orders attributed to your ads. How it works: You report + /// conversions with cart data for completed purchases on your website. Units sold is the total number of + /// products sold from all orders attributed to your ads. Example: Someone clicked on a Shopping ad for a hat + /// then bought the same hat, a shirt and a jacket. The units sold in this order is 3. This metric is only + /// available if you report conversions with cart data. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unitsSold")] + public virtual System.Nullable UnitsSold { get; set; } + /// The value of all conversions divided by the number of all conversions. [Newtonsoft.Json.JsonPropertyAttribute("valuePerAllConversions")] public virtual System.Nullable ValuePerAllConversions { get; set; } @@ -3160,6 +3287,20 @@ public class GoogleAdsSearchads360V0ResourcesAd : Google.Apis.Requests.IDirectRe [Newtonsoft.Json.JsonPropertyAttribute("expandedTextAd")] public virtual GoogleAdsSearchads360V0CommonSearchAds360ExpandedTextAdInfo ExpandedTextAd { get; set; } + /// + /// A list of final app URLs that will be used on mobile if the user has the specific app installed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("finalAppUrls")] + public virtual System.Collections.Generic.IList FinalAppUrls { get; set; } + + /// The list of possible final mobile URLs after all cross-domain redirects for the ad. + [Newtonsoft.Json.JsonPropertyAttribute("finalMobileUrls")] + public virtual System.Collections.Generic.IList FinalMobileUrls { get; set; } + + /// The suffix to use when constructing a final URL. + [Newtonsoft.Json.JsonPropertyAttribute("finalUrlSuffix")] + public virtual string FinalUrlSuffix { get; set; } + /// The list of possible final URLs after all cross-domain redirects for the ad. [Newtonsoft.Json.JsonPropertyAttribute("finalUrls")] public virtual System.Collections.Generic.IList FinalUrls { get; set; } @@ -3194,6 +3335,10 @@ public class GoogleAdsSearchads360V0ResourcesAd : Google.Apis.Requests.IDirectRe [Newtonsoft.Json.JsonPropertyAttribute("textAd")] public virtual GoogleAdsSearchads360V0CommonSearchAds360TextAdInfo TextAd { get; set; } + /// The URL template for constructing a tracking URL. + [Newtonsoft.Json.JsonPropertyAttribute("trackingUrlTemplate")] + public virtual string TrackingUrlTemplate { get; set; } + /// Output only. The type of ad. [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -3247,6 +3392,10 @@ public class GoogleAdsSearchads360V0ResourcesAdGroup : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("engineStatus")] public virtual string EngineStatus { get; set; } + /// URL template for appending params to Final URL. + [Newtonsoft.Json.JsonPropertyAttribute("finalUrlSuffix")] + public virtual string FinalUrlSuffix { get; set; } + /// Output only. The ID of the ad group. [Newtonsoft.Json.JsonPropertyAttribute("id")] public virtual System.Nullable Id { get; set; } @@ -3302,6 +3451,10 @@ public class GoogleAdsSearchads360V0ResourcesAdGroup : Google.Apis.Requests.IDir [Newtonsoft.Json.JsonPropertyAttribute("targetingSetting")] public virtual GoogleAdsSearchads360V0CommonTargetingSetting TargetingSetting { get; set; } + /// The URL template for constructing a tracking URL. + [Newtonsoft.Json.JsonPropertyAttribute("trackingUrlTemplate")] + public virtual string TrackingUrlTemplate { get; set; } + /// Immutable. The type of the ad group. [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -3391,7 +3544,7 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel : Google.Ap /// /// Immutable. The resource name of the ad group ad effective label. Ad group ad effective label resource names - /// have the form: `customers/{customer_id}/adGroupAdEffectiveLabels/{ad_group_id}~{ad_id}~{label_id}` + /// have the form: `customers/{owner_customer_id}/adGroupAdEffectiveLabels/{ad_group_id}~{ad_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -3417,7 +3570,7 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupAdLabel : Google.Apis.Reques /// /// Immutable. The resource name of the ad group ad label. Ad group ad label resource names have the form: - /// `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}` + /// `customers/{owner_customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -3582,6 +3735,10 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupCriterion : Google.Apis.Requ [Newtonsoft.Json.JsonPropertyAttribute("engineStatus")] public virtual string EngineStatus { get; set; } + /// The list of possible final mobile URLs after all cross-domain redirects. + [Newtonsoft.Json.JsonPropertyAttribute("finalMobileUrls")] + public virtual System.Collections.Generic.IList FinalMobileUrls { get; set; } + /// URL template for appending params to final URL. [Newtonsoft.Json.JsonPropertyAttribute("finalUrlSuffix")] public virtual string FinalUrlSuffix { get; set; } @@ -3658,6 +3815,13 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupCriterion : Google.Apis.Requ [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } + /// + /// The list of mappings used to substitute custom parameter tags in a `tracking_url_template`, `final_urls`, or + /// `mobile_final_urls`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("urlCustomParameters")] + public virtual System.Collections.Generic.IList UrlCustomParameters { get; set; } + /// Immutable. User List. [Newtonsoft.Json.JsonPropertyAttribute("userList")] public virtual GoogleAdsSearchads360V0CommonUserListInfo UserList { get; set; } @@ -3691,7 +3855,7 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel : Go /// /// Immutable. The resource name of the ad group criterion effective label. Ad group criterion effective label /// resource names have the form: - /// `customers/{customer_id}/adGroupCriterionEffectiveLabels/{ad_group_id}~{criterion_id}~{label_id}` + /// `customers/{owner_customer_id}/adGroupCriterionEffectiveLabels/{ad_group_id}~{criterion_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -3717,7 +3881,7 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel : Google.Apis /// /// Immutable. The resource name of the ad group criterion label. Ad group criterion label resource names have - /// the form: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}` + /// the form: `customers/{owner_customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -3774,7 +3938,7 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel : Google.Apis /// /// Immutable. The resource name of the ad group effective label. Ad group effective label resource names have - /// the form: `customers/{customer_id}/adGroupEffectiveLabels/{ad_group_id}~{label_id}` + /// the form: `customers/{owner_customer_id}/adGroupEffectiveLabels/{ad_group_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -3800,7 +3964,7 @@ public class GoogleAdsSearchads360V0ResourcesAdGroupLabel : Google.Apis.Requests /// /// Immutable. The resource name of the ad group label. Ad group label resource names have the form: - /// `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}` + /// `customers/{owner_customer_id}/adGroupLabels/{ad_group_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -3853,6 +4017,14 @@ public class GoogleAdsSearchads360V0ResourcesAsset : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("engineStatus")] public virtual string EngineStatus { get; set; } + /// A list of possible final mobile URLs after all cross domain redirects. + [Newtonsoft.Json.JsonPropertyAttribute("finalMobileUrls")] + public virtual System.Collections.Generic.IList FinalMobileUrls { get; set; } + + /// URL template for appending params to landing page URLs served with parallel tracking. + [Newtonsoft.Json.JsonPropertyAttribute("finalUrlSuffix")] + public virtual string FinalUrlSuffix { get; set; } + /// A list of possible final URLs after all cross domain redirects. [Newtonsoft.Json.JsonPropertyAttribute("finalUrls")] public virtual System.Collections.Generic.IList FinalUrls { get; set; } @@ -3915,6 +4087,13 @@ public class GoogleAdsSearchads360V0ResourcesAsset : Google.Apis.Requests.IDirec [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } + /// + /// A list of mappings to be used for substituting URL custom parameter tags in the tracking_url_template, + /// final_urls, and/or final_mobile_urls. + /// + [Newtonsoft.Json.JsonPropertyAttribute("urlCustomParameters")] + public virtual System.Collections.Generic.IList UrlCustomParameters { get; set; } + /// Immutable. A YouTube video asset. [Newtonsoft.Json.JsonPropertyAttribute("youtubeVideoAsset")] public virtual GoogleAdsSearchads360V0CommonYoutubeVideoAsset YoutubeVideoAsset { get; set; } @@ -4438,6 +4617,10 @@ public class GoogleAdsSearchads360V0ResourcesCampaign : Google.Apis.Requests.IDi [Newtonsoft.Json.JsonPropertyAttribute("excludedParentAssetFieldTypes")] public virtual System.Collections.Generic.IList ExcludedParentAssetFieldTypes { get; set; } + /// Output only. Types of feeds that are attached directly to this campaign. + [Newtonsoft.Json.JsonPropertyAttribute("feedTypes")] + public virtual System.Collections.Generic.IList FeedTypes { get; set; } + /// /// Suffix used to append query parameters to landing pages that are served with parallel tracking. /// @@ -4854,7 +5037,7 @@ public class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel : Google.Api /// /// Immutable. Name of the resource. CampaignEffectivelabel resource names have the form: - /// `customers/{customer_id}/campaignEffectiveLabels/{campaign_id}~{label_id}` + /// `customers/{owner_customer_id}/campaignEffectiveLabels/{campaign_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -4895,7 +5078,7 @@ public class GoogleAdsSearchads360V0ResourcesCampaignLabel : Google.Apis.Request /// /// Immutable. Name of the resource. Campaign label resource names have the form: - /// `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}` + /// `customers/{owner_customer_id}/campaignLabels/{campaign_id}~{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -5943,7 +6126,7 @@ public class GoogleAdsSearchads360V0ResourcesLabel : Google.Apis.Requests.IDirec /// /// Immutable. Name of the resource. Label resource names have the form: - /// `customers/{customer_id}/labels/{label_id}` + /// `customers/{owner_customer_id}/labels/{label_id}` /// [Newtonsoft.Json.JsonPropertyAttribute("resourceName")] public virtual string ResourceName { get; set; } @@ -6301,7 +6484,12 @@ public class GoogleAdsSearchads360V0ResourcesSearchAds360Field : Google.Apis.Req /// Shopping performance view. Provides Shopping campaign statistics aggregated at several product dimension levels. /// Product dimension values from Merchant Center such as brand, category, custom attributes, product condition and /// product type will reflect the state of each dimension as of the date and time when the corresponding event was - /// recorded. + /// recorded. The number of impressions and clicks that shopping_performance_view returns stats for may be different + /// from campaign reports. shopping_performance_view shows impressions and clicks on products appearing in ads, + /// while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can + /// show from zero to several products, so the numbers may not match. In Google Ads UI, you can query impressions + /// and clicks of products appearing in ads by selecting a column from "Product attributes" in the report editor. + /// For example, selecting the "Brand" column is equivalent to selecting `segments.product_brand`. /// public class GoogleAdsSearchads360V0ResourcesShoppingPerformanceView : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj b/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj index 2c47cca265c..d82b4900926 100644 --- a/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj +++ b/Src/Generated/Google.Apis.SA360.v0/Google.Apis.SA360.v0.csproj @@ -3,7 +3,7 @@ Google.Apis.SA360.v0 Client Library - 1.70.0.3854 + 1.72.0.3972 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs index e27bced20a5..acd213b751e 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs +++ b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs @@ -1742,6 +1742,73 @@ public InstancesResource(Google.Apis.Services.IClientService service) this.service = service; } + /// + /// Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of + /// certificates listed: the certificate that is currently in use, a future that has been added but not yet used + /// to sign a certificate, and a certificate that has been rotated out. + /// + /// Required. Project ID of the project that contains the instance. + /// Required. Cloud SQL instance ID. This does not include the project ID. + public virtual ListEntraIdCertificatesRequest ListEntraIdCertificates(string project, string instance) + { + return new ListEntraIdCertificatesRequest(this.service, project, instance); + } + + /// + /// Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of + /// certificates listed: the certificate that is currently in use, a future that has been added but not yet used + /// to sign a certificate, and a certificate that has been rotated out. + /// + public class ListEntraIdCertificatesRequest : SQLAdminBaseServiceRequest + { + /// Constructs a new ListEntraIdCertificates request. + public ListEntraIdCertificatesRequest(Google.Apis.Services.IClientService service, string project, string instance) : base(service) + { + Project = project; + Instance = instance; + InitParameters(); + } + + /// Required. Project ID of the project that contains the instance. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Required. Cloud SQL instance ID. This does not include the project ID. + [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Instance { get; private set; } + + /// Gets the method name. + public override string MethodName => "ListEntraIdCertificates"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/projects/{project}/instances/{instance}/listEntraIdCertificates"; + + /// Initializes ListEntraIdCertificates parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("instance", new Google.Apis.Discovery.Parameter + { + Name = "instance", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. /// There can be up to three sets of certs listed: the certificate that is currently in use, a future that has @@ -1811,6 +1878,77 @@ protected override void InitParameters() } } + /// + /// Rotates the server certificate version to one previously added with the addEntraIdCertificate method. + /// + /// The body of the request. + /// Required. Project ID of the project that contains the instance. + /// Required. Cloud SQL instance ID. This does not include the project ID. + public virtual RotateEntraIdCertificateRequest RotateEntraIdCertificate(Google.Apis.SQLAdmin.v1.Data.InstancesRotateEntraIdCertificateRequest body, string project, string instance) + { + return new RotateEntraIdCertificateRequest(this.service, body, project, instance); + } + + /// + /// Rotates the server certificate version to one previously added with the addEntraIdCertificate method. + /// + public class RotateEntraIdCertificateRequest : SQLAdminBaseServiceRequest + { + /// Constructs a new RotateEntraIdCertificate request. + public RotateEntraIdCertificateRequest(Google.Apis.Services.IClientService service, Google.Apis.SQLAdmin.v1.Data.InstancesRotateEntraIdCertificateRequest body, string project, string instance) : base(service) + { + Project = project; + Instance = instance; + Body = body; + InitParameters(); + } + + /// Required. Project ID of the project that contains the instance. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Required. Cloud SQL instance ID. This does not include the project ID. + [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Instance { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.SQLAdmin.v1.Data.InstancesRotateEntraIdCertificateRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "RotateEntraIdCertificate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/projects/{project}/instances/{instance}/rotateEntraIdCertificate"; + + /// Initializes RotateEntraIdCertificate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("instance", new Google.Apis.Discovery.Parameter + { + Name = "instance", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Rotates the server certificate version to one previously added with the addServerCertificate method. For /// instances not using Certificate Authority Service (CAS) server CA, use RotateServerCa instead. @@ -2108,9 +2246,9 @@ protected override void InitParameters() /// instance to restart. /// /// The body of the request. - /// Project ID of the source as well as the clone Cloud SQL instance. + /// Required. Project ID of the source as well as the clone Cloud SQL instance. /// - /// The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. + /// Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. /// public virtual CloneRequest Clone(Google.Apis.SQLAdmin.v1.Data.InstancesCloneRequest body, string project, string instance) { @@ -2132,12 +2270,12 @@ public CloneRequest(Google.Apis.Services.IClientService service, Google.Apis.SQL InitParameters(); } - /// Project ID of the source as well as the clone Cloud SQL instance. + /// Required. Project ID of the source as well as the clone Cloud SQL instance. [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } /// - /// The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. + /// Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. /// [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] public virtual string Instance { get; private set; } @@ -2674,8 +2812,8 @@ protected override void InitParameters() } /// Retrieves a resource containing information about a Cloud SQL instance. - /// Project ID of the project that contains the instance. - /// Database instance ID. This does not include the project ID. + /// Required. Project ID of the project that contains the instance. + /// Required. Database instance ID. This does not include the project ID. public virtual GetRequest Get(string project, string instance) { return new GetRequest(this.service, project, instance); @@ -2692,11 +2830,11 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s InitParameters(); } - /// Project ID of the project that contains the instance. + /// Required. Project ID of the project that contains the instance. [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Database instance ID. This does not include the project ID. + /// Required. Database instance ID. This does not include the project ID. [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] public virtual string Instance { get; private set; } @@ -4136,8 +4274,8 @@ protected override void InitParameters() } /// Retrieves an instance operation that has been performed on an instance. - /// Project ID of the project that contains the instance. - /// Instance operation ID. + /// Required. Project ID of the project that contains the instance. + /// Required. Instance operation ID. public virtual GetRequest Get(string project, string operation) { return new GetRequest(this.service, project, operation); @@ -4154,11 +4292,11 @@ public GetRequest(Google.Apis.Services.IClientService service, string project, s InitParameters(); } - /// Project ID of the project that contains the instance. + /// Required. Project ID of the project that contains the instance. [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] public virtual string Project { get; private set; } - /// Instance operation ID. + /// Required. Instance operation ID. [Google.Apis.Util.RequestParameterAttribute("operation", Google.Apis.Util.RequestParameterType.Path)] public virtual string Operation { get; private set; } @@ -5595,6 +5733,13 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.SQ [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] public virtual string Instance { get; private set; } + /// + /// Optional. List of database roles to grant to the user. body.database_roles will be ignored for update + /// request. + /// + [Google.Apis.Util.RequestParameterAttribute("databaseRoles", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable DatabaseRoles { get; set; } + /// Optional. Host of the user in the instance. [Google.Apis.Util.RequestParameterAttribute("host", Google.Apis.Util.RequestParameterType.Query)] public virtual string Host { get; set; } @@ -5638,6 +5783,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("databaseRoles", new Google.Apis.Discovery.Parameter + { + Name = "databaseRoles", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("host", new Google.Apis.Discovery.Parameter { Name = "host", @@ -6413,7 +6566,7 @@ public class CloneContext : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("databaseNames")] public virtual System.Collections.Generic.IList DatabaseNames { get; set; } - /// Name of the Cloud SQL instance to be created as a clone. + /// Required. Name of the Cloud SQL instance to be created as a clone. [Newtonsoft.Json.JsonPropertyAttribute("destinationInstanceName")] public virtual string DestinationInstanceName { get; set; } @@ -7316,8 +7469,8 @@ public class ExecuteSqlPayload : Google.Apis.Requests.IDirectResponseSchema public virtual string Database { get; set; } /// - /// Optional. Controls how the API should respond when the SQL execution result exceeds 10 MB. The default mode - /// is to throw an error. + /// Optional. Controls how the API should respond when the SQL execution result is incomplete due to the size + /// limit or another error. The default mode is to throw an error. /// [Newtonsoft.Json.JsonPropertyAttribute("partialResultMode")] public virtual string PartialResultMode { get; set; } @@ -7938,7 +8091,7 @@ public class BakImportOptionsData public virtual EncryptionOptionsData EncryptionOptions { get; set; } /// - /// Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud + /// Whether or not the backup importing will restore database with NORECOVERY option. Applies only to Cloud /// SQL for SQL Server. /// [Newtonsoft.Json.JsonPropertyAttribute("noRecovery")] @@ -8202,7 +8355,7 @@ public class InstancesAcquireSsrsLeaseRequest : Google.Apis.Requests.IDirectResp /// Database instance clone request. public class InstancesCloneRequest : Google.Apis.Requests.IDirectResponseSchema { - /// Contains details about the clone operation. + /// Required. Contains details about the clone operation. [Newtonsoft.Json.JsonPropertyAttribute("cloneContext")] public virtual CloneContext CloneContext { get; set; } @@ -8268,6 +8421,25 @@ public class InstancesImportRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Instances ListEntraIdCertificates response. + public class InstancesListEntraIdCertificatesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The `sha1_fingerprint` of the active certificate from `certs`. + [Newtonsoft.Json.JsonPropertyAttribute("activeVersion")] + public virtual string ActiveVersion { get; set; } + + /// List of Entra ID certificates for the instance. + [Newtonsoft.Json.JsonPropertyAttribute("certs")] + public virtual System.Collections.Generic.IList Certs { get; set; } + + /// This is always `sql#instancesListEntraIdCertificates`. + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Database instances list response. public class InstancesListResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -8402,6 +8574,17 @@ public class InstancesRestoreBackupRequest : Google.Apis.Requests.IDirectRespons public virtual string ETag { get; set; } } + /// Rotate Entra ID certificate request. + public class InstancesRotateEntraIdCertificateRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Contains details about the rotate server certificate operation. + [Newtonsoft.Json.JsonPropertyAttribute("rotateEntraIdCertificateContext")] + public virtual RotateEntraIdCertificateContext RotateEntraIdCertificateContext { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Rotate server CA request. public class InstancesRotateServerCaRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -8590,6 +8773,15 @@ public class IpConfiguration : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("serverCaPool")] public virtual string ServerCaPool { get; set; } + /// + /// Optional. Controls the automatic server certificate rotation feature. This feature is disabled by default. + /// When enabled, the server certificate will be automatically rotated during Cloud SQL scheduled maintenance or + /// self-service maintenance updates up to six months before it expires. This setting can only be set if + /// server_ca_mode is either GOOGLE_MANAGED_CAS_CA or CUSTOMER_MANAGED_CAS_CA. + /// + [Newtonsoft.Json.JsonPropertyAttribute("serverCertificateRotationMode")] + public virtual string ServerCertificateRotationMode { get; set; } + /// /// Specify how SSL/TLS is enforced in database connections. If you must use the `require_ssl` flag for backward /// compatibility, then only the following value pairs are valid: For PostgreSQL and MySQL: * @@ -9385,8 +9577,8 @@ public class PerformDiskShrinkContext : Google.Apis.Requests.IDirectResponseSche } /// - /// The context to perform a point-in-time recovery of an instance managed by Google Cloud Backup and Disaster - /// Recovery. + /// The context to perform a point-in-time recovery of an instance managed by Backup and Disaster Recovery (DR) + /// Service. /// public class PointInTimeRestoreContext : Google.Apis.Requests.IDirectResponseSchema { @@ -9401,7 +9593,7 @@ public class PointInTimeRestoreContext : Google.Apis.Requests.IDirectResponseSch public virtual string AllocatedIpRange { get; set; } /// - /// The Google Cloud Backup and Disaster Recovery Datasource URI. Format: + /// The Backup and Disaster Recovery (DR) Service Datasource URI. Format: /// projects/{project}/locations/{region}/backupVaults/{backupvault}/dataSources/{datasource}. /// [Newtonsoft.Json.JsonPropertyAttribute("datasource")] @@ -9626,7 +9818,9 @@ public class QueryResult : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("message")] public virtual string Message { get; set; } - /// Set to true if the SQL execution's result is truncated due to size limits. + /// + /// Set to true if the SQL execution's result is truncated due to size limits or an error retrieving results. + /// [Newtonsoft.Json.JsonPropertyAttribute("partialResult")] public virtual System.Nullable PartialResult { get; set; } @@ -9634,6 +9828,10 @@ public class QueryResult : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("rows")] public virtual System.Collections.Generic.IList Rows { get; set; } + /// If results were truncated due to an error, details of that error. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual Status Status { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -9821,6 +10019,24 @@ public class RestoreBackupContext : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Instance rotate Entra ID certificate context. + public class RotateEntraIdCertificateContext : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. This is always `sql#rotateEntraIdCertificateContext`. + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the + /// most recently added server certificate version. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextVersion")] + public virtual string NextVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Instance rotate server CA context. public class RotateServerCaContext : Google.Apis.Requests.IDirectResponseSchema { @@ -9906,6 +10122,13 @@ public class Settings : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("authorizedGaeApplications")] public virtual System.Collections.Generic.IList AuthorizedGaeApplications { get; set; } + /// + /// Optional. Cloud SQL for MySQL auto-upgrade configuration. When this parameter is set to true, auto-upgrade + /// is enabled for MySQL 8.0 minor versions. The MySQL version must be 8.0.35 or higher. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoUpgradeEnabled")] + public virtual System.Nullable AutoUpgradeEnabled { get; set; } + /// /// Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that /// zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a @@ -9944,6 +10167,13 @@ public class Settings : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("crashSafeReplicationEnabled")] public virtual System.Nullable CrashSafeReplicationEnabled { get; set; } + /// + /// This parameter controls whether to allow using ExecuteSql API to connect to the instance. Not allowed by + /// default. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataApiAccess")] + public virtual string DataApiAccess { get; set; } + /// Configuration for data cache. [Newtonsoft.Json.JsonPropertyAttribute("dataCacheConfig")] public virtual DataCacheConfig DataCacheConfig { get; set; } @@ -10010,6 +10240,10 @@ public class Settings : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("enableGoogleMlIntegration")] public virtual System.Nullable EnableGoogleMlIntegration { get; set; } + /// Optional. The Microsoft Entra ID configuration for the SQL Server instance. + [Newtonsoft.Json.JsonPropertyAttribute("entraidConfig")] + public virtual SqlServerEntraIdConfig EntraidConfig { get; set; } + /// Optional. The final backup configuration for the instance. [Newtonsoft.Json.JsonPropertyAttribute("finalBackupConfig")] public virtual FinalBackupConfig FinalBackupConfig { get; set; } @@ -10208,6 +10442,10 @@ public class SqlInstancesExecuteSqlResponse : Google.Apis.Requests.IDirectRespon [Newtonsoft.Json.JsonPropertyAttribute("results")] public virtual System.Collections.Generic.IList Results { get; set; } + /// Contains the error from the database if the SQL execution failed. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual Status Status { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -10598,6 +10836,25 @@ public class SqlServerDatabaseDetails : Google.Apis.Requests.IDirectResponseSche public virtual string ETag { get; set; } } + /// SQL Server Entra ID configuration. + public class SqlServerEntraIdConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The application ID for the Entra ID configuration. + [Newtonsoft.Json.JsonPropertyAttribute("applicationId")] + public virtual string ApplicationId { get; set; } + + /// Output only. This is always sql#sqlServerEntraIdConfig + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// Optional. The tenant ID for the Entra ID configuration. + [Newtonsoft.Json.JsonPropertyAttribute("tenantId")] + public virtual string TenantId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Represents a Sql Server user on the Cloud SQL instance. public class SqlServerUserDetails : Google.Apis.Requests.IDirectResponseSchema { @@ -10827,6 +11084,35 @@ public class SslCertsListResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// The `Status` type defines a logical error model that is suitable for different programming environments, + /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains + /// three pieces of data: error code, error message, and error details. You can find out more about this error model + /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). + /// + public class Status : Google.Apis.Requests.IDirectResponseSchema + { + /// The status code, which should be an enum value of google.rpc.Code. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual System.Nullable Code { get; set; } + + /// + /// A list of messages that carry the error details. There is a common set of message types for APIs to use. + /// + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList> Details { get; set; } + + /// + /// A developer-facing error message, which should be in English. Any user-facing error message should be + /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump. /// @@ -10924,6 +11210,10 @@ public class TruncateLogContext : Google.Apis.Requests.IDirectResponseSchema /// A Cloud SQL user resource. public class User : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Role memberships of the user + [Newtonsoft.Json.JsonPropertyAttribute("databaseRoles")] + public virtual System.Collections.Generic.IList DatabaseRoles { get; set; } + /// Dual password status for the user. [Newtonsoft.Json.JsonPropertyAttribute("dualPasswordType")] public virtual string DualPasswordType { get; set; } @@ -10941,6 +11231,13 @@ public class User : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("host")] public virtual string Host { get; set; } + /// + /// Optional. The full email for an IAM user. For normal database users, this will not be filled. Only + /// applicable to MySQL database users. + /// + [Newtonsoft.Json.JsonPropertyAttribute("iamEmail")] + public virtual string IamEmail { get; set; } + /// Indicates if a group is active or inactive for IAM database authentication. [Newtonsoft.Json.JsonPropertyAttribute("iamStatus")] public virtual string IamStatus { get; set; } diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj index 85612d2bdee..864050ebeea 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj +++ b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SQLAdmin.v1 Client Library - 1.71.0.3920 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs index 9ca86513751..16df72af6ce 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs +++ b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs @@ -1742,6 +1742,73 @@ public InstancesResource(Google.Apis.Services.IClientService service) this.service = service; } + /// + /// Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of + /// certificates listed: the certificate that is currently in use, a future that has been added but not yet used + /// to sign a certificate, and a certificate that has been rotated out. + /// + /// Required. Project ID of the project that contains the instance. + /// Required. Cloud SQL instance ID. This does not include the project ID. + public virtual ListEntraIdCertificatesRequest ListEntraIdCertificates(string project, string instance) + { + return new ListEntraIdCertificatesRequest(this.service, project, instance); + } + + /// + /// Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of + /// certificates listed: the certificate that is currently in use, a future that has been added but not yet used + /// to sign a certificate, and a certificate that has been rotated out. + /// + public class ListEntraIdCertificatesRequest : SQLAdminBaseServiceRequest + { + /// Constructs a new ListEntraIdCertificates request. + public ListEntraIdCertificatesRequest(Google.Apis.Services.IClientService service, string project, string instance) : base(service) + { + Project = project; + Instance = instance; + InitParameters(); + } + + /// Required. Project ID of the project that contains the instance. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Required. Cloud SQL instance ID. This does not include the project ID. + [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Instance { get; private set; } + + /// Gets the method name. + public override string MethodName => "ListEntraIdCertificates"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "sql/v1beta4/projects/{project}/instances/{instance}/listEntraIdCertificates"; + + /// Initializes ListEntraIdCertificates parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("instance", new Google.Apis.Discovery.Parameter + { + Name = "instance", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. /// There can be up to three sets of certs listed: the certificate that is currently in use, a future that has @@ -1811,6 +1878,77 @@ protected override void InitParameters() } } + /// + /// Rotates the Entra Id certificate version to one previously added with the addEntraIdCertificate method. + /// + /// The body of the request. + /// Required. Project ID of the project that contains the instance. + /// Required. Cloud SQL instance ID. This does not include the project ID. + public virtual RotateEntraIdCertificateRequest RotateEntraIdCertificate(Google.Apis.SQLAdmin.v1beta4.Data.InstancesRotateEntraIdCertificateRequest body, string project, string instance) + { + return new RotateEntraIdCertificateRequest(this.service, body, project, instance); + } + + /// + /// Rotates the Entra Id certificate version to one previously added with the addEntraIdCertificate method. + /// + public class RotateEntraIdCertificateRequest : SQLAdminBaseServiceRequest + { + /// Constructs a new RotateEntraIdCertificate request. + public RotateEntraIdCertificateRequest(Google.Apis.Services.IClientService service, Google.Apis.SQLAdmin.v1beta4.Data.InstancesRotateEntraIdCertificateRequest body, string project, string instance) : base(service) + { + Project = project; + Instance = instance; + Body = body; + InitParameters(); + } + + /// Required. Project ID of the project that contains the instance. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Required. Cloud SQL instance ID. This does not include the project ID. + [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Instance { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.SQLAdmin.v1beta4.Data.InstancesRotateEntraIdCertificateRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "RotateEntraIdCertificate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "sql/v1beta4/projects/{project}/instances/{instance}/rotateEntraIdCertificate"; + + /// Initializes RotateEntraIdCertificate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("instance", new Google.Apis.Discovery.Parameter + { + Name = "instance", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Rotates the server certificate version to one previously added with the addServerCertificate method. For /// instances not using Certificate Authority Service (CAS) server CA, use RotateServerCa instead. @@ -1959,6 +2097,79 @@ protected override void InitParameters() } } + /// + /// Adds a new Entra ID certificate for the specified instance. If an Entra ID certificate was previously added + /// but never used in a certificate rotation, this operation replaces that version. + /// + /// The body of the request. + /// Required. Project ID of the project that contains the instance. + /// Required. Cloud SQL instance ID. This does not include the project ID. + public virtual AddEntraIdCertificateRequest AddEntraIdCertificate(Google.Apis.SQLAdmin.v1beta4.Data.SqlInstancesAddEntraIdCertificateRequest body, string project, string instance) + { + return new AddEntraIdCertificateRequest(this.service, body, project, instance); + } + + /// + /// Adds a new Entra ID certificate for the specified instance. If an Entra ID certificate was previously added + /// but never used in a certificate rotation, this operation replaces that version. + /// + public class AddEntraIdCertificateRequest : SQLAdminBaseServiceRequest + { + /// Constructs a new AddEntraIdCertificate request. + public AddEntraIdCertificateRequest(Google.Apis.Services.IClientService service, Google.Apis.SQLAdmin.v1beta4.Data.SqlInstancesAddEntraIdCertificateRequest body, string project, string instance) : base(service) + { + Project = project; + Instance = instance; + Body = body; + InitParameters(); + } + + /// Required. Project ID of the project that contains the instance. + [Google.Apis.Util.RequestParameterAttribute("project", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Project { get; private set; } + + /// Required. Cloud SQL instance ID. This does not include the project ID. + [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Instance { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.SQLAdmin.v1beta4.Data.SqlInstancesAddEntraIdCertificateRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "addEntraIdCertificate"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "sql/v1beta4/projects/{project}/instances/{instance}/addEntraIdCertificate"; + + /// Initializes AddEntraIdCertificate parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("project", new Google.Apis.Discovery.Parameter + { + Name = "project", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("instance", new Google.Apis.Discovery.Parameter + { + Name = "instance", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); + } + } + /// /// Add a new trusted Certificate Authority (CA) version for the specified instance. Required to prepare for a /// certificate rotation. If a CA version was previously added but never used in a certificate rotation, this @@ -5601,6 +5812,13 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.SQ [Google.Apis.Util.RequestParameterAttribute("instance", Google.Apis.Util.RequestParameterType.Path)] public virtual string Instance { get; private set; } + /// + /// Optional. List of database roles to grant to the user. body.database_roles will be ignored for update + /// request. + /// + [Google.Apis.Util.RequestParameterAttribute("databaseRoles", Google.Apis.Util.RequestParameterType.Query)] + public virtual Google.Apis.Util.Repeatable DatabaseRoles { get; set; } + /// Optional. Host of the user in the instance. [Google.Apis.Util.RequestParameterAttribute("host", Google.Apis.Util.RequestParameterType.Query)] public virtual string Host { get; set; } @@ -5609,6 +5827,10 @@ public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.SQ [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Query)] public virtual string Name { get; set; } + /// Optional. revoke the existing roles granted to the user. + [Google.Apis.Util.RequestParameterAttribute("revokeExistingRoles", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable RevokeExistingRoles { get; set; } + /// Gets or sets the body of this request. Google.Apis.SQLAdmin.v1beta4.Data.User Body { get; set; } @@ -5644,6 +5866,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("databaseRoles", new Google.Apis.Discovery.Parameter + { + Name = "databaseRoles", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("host", new Google.Apis.Discovery.Parameter { Name = "host", @@ -5660,6 +5890,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("revokeExistingRoles", new Google.Apis.Discovery.Parameter + { + Name = "revokeExistingRoles", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -7323,8 +7561,8 @@ public class ExecuteSqlPayload : Google.Apis.Requests.IDirectResponseSchema public virtual string Database { get; set; } /// - /// Optional. Controls how the API should respond when the SQL execution result exceeds 10 MB. The default mode - /// is to throw an error. + /// Optional. Controls how the API should respond when the SQL execution result is incomplete due to the size + /// limit or another error. The default mode is to throw an error. /// [Newtonsoft.Json.JsonPropertyAttribute("partialResultMode")] public virtual string PartialResultMode { get; set; } @@ -7948,7 +8186,7 @@ public class BakImportOptionsData public virtual EncryptionOptionsData EncryptionOptions { get; set; } /// - /// Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud + /// Whether or not the backup importing will restore database with NORECOVERY option. Applies only to Cloud /// SQL for SQL Server. /// [Newtonsoft.Json.JsonPropertyAttribute("noRecovery")] @@ -8284,6 +8522,25 @@ public class InstancesImportRequest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Instances ListEntraIdCertificates response. + public class InstancesListEntraIdCertificatesResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The `sha1_fingerprint` of the active certificate from `certs`. + [Newtonsoft.Json.JsonPropertyAttribute("activeVersion")] + public virtual string ActiveVersion { get; set; } + + /// List of Entra ID certificates for the instance. + [Newtonsoft.Json.JsonPropertyAttribute("certs")] + public virtual System.Collections.Generic.IList Certs { get; set; } + + /// This is always `sql#instancesListEntraIdCertificates`. + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Database instances list response. public class InstancesListResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -8418,6 +8675,17 @@ public class InstancesRestoreBackupRequest : Google.Apis.Requests.IDirectRespons public virtual string ETag { get; set; } } + /// Rotate Entra ID Certificate request. + public class InstancesRotateEntraIdCertificateRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. Contains details about the rotate Entra ID certificate operation. + [Newtonsoft.Json.JsonPropertyAttribute("rotateEntraIdCertificateContext")] + public virtual RotateEntraIdCertificateContext RotateEntraIdCertificateContext { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Rotate Server CA request. public class InstancesRotateServerCaRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -8606,6 +8874,15 @@ public class IpConfiguration : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("serverCaPool")] public virtual string ServerCaPool { get; set; } + /// + /// Optional. Controls the automatic server certificate rotation feature. This feature is disabled by default. + /// When enabled, the server certificate will be automatically rotated during Cloud SQL scheduled maintenance or + /// self-service maintenance updates up to six months before it expires. This setting can only be set if + /// server_ca_mode is either GOOGLE_MANAGED_CAS_CA or CUSTOMER_MANAGED_CAS_CA. + /// + [Newtonsoft.Json.JsonPropertyAttribute("serverCertificateRotationMode")] + public virtual string ServerCertificateRotationMode { get; set; } + /// /// Specify how SSL/TLS is enforced in database connections. If you must use the `require_ssl` flag for backward /// compatibility, then only the following value pairs are valid: For PostgreSQL and MySQL: * @@ -9401,7 +9678,7 @@ public class PerformDiskShrinkContext : Google.Apis.Requests.IDirectResponseSche } /// - /// Context to perform a point-in-time restore of an instance managed by Google Cloud Backup and Disaster Recovery. + /// Context to perform a point-in-time restore of an instance managed by Backup and Disaster Recovery (DR) Service. /// public class PointInTimeRestoreContext : Google.Apis.Requests.IDirectResponseSchema { @@ -9416,7 +9693,7 @@ public class PointInTimeRestoreContext : Google.Apis.Requests.IDirectResponseSch public virtual string AllocatedIpRange { get; set; } /// - /// The Google Cloud Backup and Disaster Recovery Datasource URI. Format: + /// The Backup and Disaster Recovery (DR) Service Datasource URI. Format: /// projects/{project}/locations/{region}/backupVaults/{backupvault}/dataSources/{datasource}. /// [Newtonsoft.Json.JsonPropertyAttribute("datasource")] @@ -9641,7 +9918,9 @@ public class QueryResult : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("message")] public virtual string Message { get; set; } - /// Set to true if the SQL execution's result is truncated due to size limits. + /// + /// Set to true if the SQL execution's result is truncated due to size limits or an error retrieving results. + /// [Newtonsoft.Json.JsonPropertyAttribute("partialResult")] public virtual System.Nullable PartialResult { get; set; } @@ -9649,6 +9928,10 @@ public class QueryResult : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("rows")] public virtual System.Collections.Generic.IList Rows { get; set; } + /// If results were truncated due to an error, details of that error. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual Status Status { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -9836,6 +10119,24 @@ public class RestoreBackupContext : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Instance rotate Entra ID certificate context. + public class RotateEntraIdCertificateContext : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. This is always `sql#rotateEntraIdCertificateContext`. + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// + /// Optional. The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the + /// most recently added Entra ID certificate version. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextVersion")] + public virtual string NextVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Instance rotate server CA context. public class RotateServerCaContext : Google.Apis.Requests.IDirectResponseSchema { @@ -9921,6 +10222,13 @@ public class Settings : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("authorizedGaeApplications")] public virtual System.Collections.Generic.IList AuthorizedGaeApplications { get; set; } + /// + /// Optional. Cloud SQL for MySQL auto-upgrade configuration. When this parameter is set to true, auto-upgrade + /// is enabled for MySQL 8.0 minor versions. The MySQL version must be 8.0.35 or higher. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoUpgradeEnabled")] + public virtual System.Nullable AutoUpgradeEnabled { get; set; } + /// /// Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that /// zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a @@ -9959,6 +10267,13 @@ public class Settings : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("crashSafeReplicationEnabled")] public virtual System.Nullable CrashSafeReplicationEnabled { get; set; } + /// + /// This parameter controls whether to allow using ExecuteSql API to connect to the instance. Not allowed by + /// default. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dataApiAccess")] + public virtual string DataApiAccess { get; set; } + /// Configuration for data cache. [Newtonsoft.Json.JsonPropertyAttribute("dataCacheConfig")] public virtual DataCacheConfig DataCacheConfig { get; set; } @@ -10025,6 +10340,10 @@ public class Settings : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("enableGoogleMlIntegration")] public virtual System.Nullable EnableGoogleMlIntegration { get; set; } + /// Optional. The Microsoft Entra ID configuration for the SQL Server instance. + [Newtonsoft.Json.JsonPropertyAttribute("entraidConfig")] + public virtual SqlServerEntraIdConfig EntraidConfig { get; set; } + /// Optional. The final backup configuration for the instance. [Newtonsoft.Json.JsonPropertyAttribute("finalBackupConfig")] public virtual FinalBackupConfig FinalBackupConfig { get; set; } @@ -10204,6 +10523,13 @@ public class SqlInstancesAcquireSsrsLeaseResponse : Google.Apis.Requests.IDirect public virtual string ETag { get; set; } } + /// Request for AddEntraIdCertificate RPC. + public class SqlInstancesAddEntraIdCertificateRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Execute SQL statements response. public class SqlInstancesExecuteSqlResponse : Google.Apis.Requests.IDirectResponseSchema { @@ -10223,6 +10549,10 @@ public class SqlInstancesExecuteSqlResponse : Google.Apis.Requests.IDirectRespon [Newtonsoft.Json.JsonPropertyAttribute("results")] public virtual System.Collections.Generic.IList Results { get; set; } + /// Contains the error from the database if the SQL execution failed. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual Status Status { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -10611,6 +10941,25 @@ public class SqlServerDatabaseDetails : Google.Apis.Requests.IDirectResponseSche public virtual string ETag { get; set; } } + /// SQL Server Entra ID configuration. + public class SqlServerEntraIdConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional. The application ID for the Entra ID configuration. + [Newtonsoft.Json.JsonPropertyAttribute("applicationId")] + public virtual string ApplicationId { get; set; } + + /// Output only. This is always sql#sqlServerEntraIdConfig + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } + + /// Optional. The tenant ID for the Entra ID configuration. + [Newtonsoft.Json.JsonPropertyAttribute("tenantId")] + public virtual string TenantId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Represents a Sql Server user on the Cloud SQL instance. public class SqlServerUserDetails : Google.Apis.Requests.IDirectResponseSchema { @@ -10840,6 +11189,35 @@ public class SslCertsListResponse : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// The `Status` type defines a logical error model that is suitable for different programming environments, + /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains + /// three pieces of data: error code, error message, and error details. You can find out more about this error model + /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). + /// + public class Status : Google.Apis.Requests.IDirectResponseSchema + { + /// The status code, which should be an enum value of google.rpc.Code. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual System.Nullable Code { get; set; } + + /// + /// A list of messages that carry the error details. There is a common set of message types for APIs to use. + /// + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList> Details { get; set; } + + /// + /// A developer-facing error message, which should be in English. Any user-facing error message should be + /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// /// Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump. /// @@ -10937,6 +11315,10 @@ public class TruncateLogContext : Google.Apis.Requests.IDirectResponseSchema /// A Cloud SQL user resource. public class User : Google.Apis.Requests.IDirectResponseSchema { + /// Optional. Role memberships of the user + [Newtonsoft.Json.JsonPropertyAttribute("databaseRoles")] + public virtual System.Collections.Generic.IList DatabaseRoles { get; set; } + /// Dual password status for the user. [Newtonsoft.Json.JsonPropertyAttribute("dualPasswordType")] public virtual string DualPasswordType { get; set; } @@ -10954,6 +11336,13 @@ public class User : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("host")] public virtual string Host { get; set; } + /// + /// Optional. The full email for an IAM user. For normal database users, this will not be filled. Only + /// applicable to MySQL database users. + /// + [Newtonsoft.Json.JsonPropertyAttribute("iamEmail")] + public virtual string IamEmail { get; set; } + /// Indicates if a group is active or inactive for IAM database authentication. [Newtonsoft.Json.JsonPropertyAttribute("iamStatus")] public virtual string IamStatus { get; set; } diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj index eb38d33140c..268ba6c6df3 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj +++ b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj @@ -3,7 +3,7 @@ Google.Apis.SQLAdmin.v1beta4 Client Library - 1.71.0.3920 + 1.72.0.3963 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.cs b/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.cs index 1309dd0fd51..dd97139fcf1 100644 --- a/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.cs +++ b/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.cs @@ -4627,8 +4627,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -5566,6 +5566,16 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } + /// + /// Optional. Output only. Output only snapshot of the effective unit filter at Rollout start time. Contains a + /// CEL(https://github.com/google/cel-spec) expression consisting of a conjunction of Rollout.unit_filter and + /// RolloutKind.unit_filter. This field captures the filter applied by the Rollout to determine the Unit + /// population. If the associated RolloutKind's unit_filter is modified after the rollout is started, it will + /// not be updated here. + /// + [Newtonsoft.Json.JsonPropertyAttribute("effectiveUnitFilter")] + public virtual string EffectiveUnitFilter { get; set; } + private string _endTimeRaw; private object _endTime; diff --git a/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.csproj b/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.csproj index b21e40090ee..4f9085318d9 100644 --- a/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.csproj +++ b/Src/Generated/Google.Apis.SaaSServiceManagement.v1beta1/Google.Apis.SaaSServiceManagement.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.SaaSServiceManagement.v1beta1 Client Library - 1.71.0.3912 + 1.72.0.3959 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.cs b/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.cs index 3c1b282c1e1..1da46ac74fa 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.cs +++ b/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.cs @@ -1440,8 +1440,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj b/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj index 4467e802224..e8708196bed 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj +++ b/Src/Generated/Google.Apis.SecretManager.v1/Google.Apis.SecretManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecretManager.v1 Client Library - 1.71.0.3921 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.cs b/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.cs index 3e25f5ce274..bb2d10694fc 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.cs +++ b/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.cs @@ -362,8 +362,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj b/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj index c5d6690be80..bfc46fa2680 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj +++ b/Src/Generated/Google.Apis.SecretManager.v1beta1/Google.Apis.SecretManager.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecretManager.v1beta1 Client Library - 1.71.0.3921 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.cs b/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.cs index 4b73ba972f0..7be558f044b 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.cs +++ b/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.cs @@ -1440,8 +1440,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.csproj b/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.csproj index 7965f432ca7..f4e84606ebc 100644 --- a/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.csproj +++ b/Src/Generated/Google.Apis.SecretManager.v1beta2/Google.Apis.SecretManager.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.SecretManager.v1beta2 Client Library - 1.71.0.3921 + 1.72.0.3961 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.cs b/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.cs index 7eabcf84d5c..851ccca18d3 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.cs +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.cs @@ -7471,6 +7471,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -7516,6 +7526,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -16264,6 +16282,13 @@ public class CloudDlpDataProfile : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("dataProfile")] public virtual string DataProfile { get; set; } + /// + /// Type of information detected by SDP. Info type includes name, version and sensitivity of the detected + /// information type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("infoTypes")] + public virtual System.Collections.Generic.IList InfoTypes { get; set; } + /// The resource hierarchy level at which the data profile was generated. [Newtonsoft.Json.JsonPropertyAttribute("parentType")] public virtual string ParentType { get; set; } @@ -20406,6 +20431,13 @@ public class GoogleCloudSecuritycenterV2CloudDlpDataProfile : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("dataProfile")] public virtual string DataProfile { get; set; } + /// + /// Type of information detected by SDP. Info type includes name, version and sensitivity of the detected + /// information type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("infoTypes")] + public virtual System.Collections.Generic.IList InfoTypes { get; set; } + /// The resource hierarchy level at which the data profile was generated. [Newtonsoft.Json.JsonPropertyAttribute("parentType")] public virtual string ParentType { get; set; } @@ -22200,6 +22232,30 @@ public class GoogleCloudSecuritycenterV2Indicator : Google.Apis.Requests.IDirect public virtual string ETag { get; set; } } + /// Type of information detected by the API. + public class GoogleCloudSecuritycenterV2InfoType : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the + /// names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying + /// a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the + /// pattern `[A-Za-z0-9$_-]{1,64}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional custom sensitivity for this InfoType. This only applies to data profiling. + [Newtonsoft.Json.JsonPropertyAttribute("sensitivityScore")] + public virtual GoogleCloudSecuritycenterV2SensitivityScore SensitivityScore { get; set; } + + /// Optional version name for this InfoType. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// IP rule information. public class GoogleCloudSecuritycenterV2IpRule : Google.Apis.Requests.IDirectResponseSchema { @@ -22601,6 +22657,10 @@ public class GoogleCloudSecuritycenterV2IssueResource : Google.Apis.Requests.IDi /// The AppHub application associated with the resource, if any. public class GoogleCloudSecuritycenterV2IssueResourceApplication : Google.Apis.Requests.IDirectResponseSchema { + /// Consumer provided attributes for the application + [Newtonsoft.Json.JsonPropertyAttribute("attributes")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes Attributes { get; set; } + /// /// The resource name of an Application. Format: /// `projects/{host-project-id}/locations/{location}/applications/{application-id}` @@ -22612,6 +22672,66 @@ public class GoogleCloudSecuritycenterV2IssueResourceApplication : Google.Apis.R public virtual string ETag { get; set; } } + /// Consumer provided attributes for the application + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes : Google.Apis.Requests.IDirectResponseSchema + { + /// Business team that ensures user needs are met and value is delivered + [Newtonsoft.Json.JsonPropertyAttribute("businessOwners")] + public virtual System.Collections.Generic.IList BusinessOwners { get; set; } + + /// User-defined criticality information. + [Newtonsoft.Json.JsonPropertyAttribute("criticality")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality Criticality { get; set; } + + /// Developer team that owns development and coding. + [Newtonsoft.Json.JsonPropertyAttribute("developerOwners")] + public virtual System.Collections.Generic.IList DeveloperOwners { get; set; } + + /// User-defined environment information. + [Newtonsoft.Json.JsonPropertyAttribute("environment")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment Environment { get; set; } + + /// Operator team that ensures runtime and operations. + [Newtonsoft.Json.JsonPropertyAttribute("operatorOwners")] + public virtual System.Collections.Generic.IList OperatorOwners { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contact information of stakeholders. + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Email address of the contacts. + [Newtonsoft.Json.JsonPropertyAttribute("email")] + public virtual string Email { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Criticality of the Application, Service, or Workload + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality : Google.Apis.Requests.IDirectResponseSchema + { + /// Criticality Type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Environment of the Application, Service, or Workload + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment : Google.Apis.Requests.IDirectResponseSchema + { + /// Environment Type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The AWS metadata of a resource associated with an issue. public class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -24003,6 +24123,19 @@ public class GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping : Google. public virtual string ETag { get; set; } } + /// + /// Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. + /// + public class GoogleCloudSecuritycenterV2SensitivityScore : Google.Apis.Requests.IDirectResponseSchema + { + /// The sensitivity score applied to the resource. + [Newtonsoft.Json.JsonPropertyAttribute("score")] + public virtual string Score { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Identity delegation history of an authenticated service account. public class GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -24712,6 +24845,30 @@ public class Indicator : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Type of information detected by the API. + public class InfoType : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the + /// names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying + /// a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the + /// pattern `[A-Za-z0-9$_-]{1,64}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional custom sensitivity for this InfoType. This only applies to data profiling. + [Newtonsoft.Json.JsonPropertyAttribute("sensitivityScore")] + public virtual SensitivityScore SensitivityScore { get; set; } + + /// Optional version name for this InfoType. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// IP rule information. public class IpRule : Google.Apis.Requests.IDirectResponseSchema { @@ -25233,6 +25390,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -26398,6 +26563,19 @@ public class SecurityPosture : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. + /// + public class SensitivityScore : Google.Apis.Requests.IDirectResponseSchema + { + /// The sensitivity score applied to the resource. + [Newtonsoft.Json.JsonPropertyAttribute("score")] + public virtual string Score { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Identity delegation history of an authenticated service account. public class ServiceAccountDelegationInfo : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj b/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj index 6e28dd819a0..cf4ca26cf98 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1/Google.Apis.SecurityCommandCenter.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecurityCommandCenter.v1 Client Library - 1.71.0.3910 + 1.72.0.3949 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.cs b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.cs index d94fa5f9b0c..00049934ba3 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.cs +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.cs @@ -964,6 +964,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` + /// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This + /// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless + /// explicitly documented otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1009,6 +1019,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3201,6 +3219,13 @@ public class CloudDlpDataProfile : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("dataProfile")] public virtual string DataProfile { get; set; } + /// + /// Type of information detected by SDP. Info type includes name, version and sensitivity of the detected + /// information type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("infoTypes")] + public virtual System.Collections.Generic.IList InfoTypes { get; set; } + /// The resource hierarchy level at which the data profile was generated. [Newtonsoft.Json.JsonPropertyAttribute("parentType")] public virtual string ParentType { get; set; } @@ -7312,6 +7337,13 @@ public class GoogleCloudSecuritycenterV2CloudDlpDataProfile : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("dataProfile")] public virtual string DataProfile { get; set; } + /// + /// Type of information detected by SDP. Info type includes name, version and sensitivity of the detected + /// information type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("infoTypes")] + public virtual System.Collections.Generic.IList InfoTypes { get; set; } + /// The resource hierarchy level at which the data profile was generated. [Newtonsoft.Json.JsonPropertyAttribute("parentType")] public virtual string ParentType { get; set; } @@ -9106,6 +9138,30 @@ public class GoogleCloudSecuritycenterV2Indicator : Google.Apis.Requests.IDirect public virtual string ETag { get; set; } } + /// Type of information detected by the API. + public class GoogleCloudSecuritycenterV2InfoType : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the + /// names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying + /// a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the + /// pattern `[A-Za-z0-9$_-]{1,64}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional custom sensitivity for this InfoType. This only applies to data profiling. + [Newtonsoft.Json.JsonPropertyAttribute("sensitivityScore")] + public virtual GoogleCloudSecuritycenterV2SensitivityScore SensitivityScore { get; set; } + + /// Optional version name for this InfoType. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// IP rule information. public class GoogleCloudSecuritycenterV2IpRule : Google.Apis.Requests.IDirectResponseSchema { @@ -9507,6 +9563,10 @@ public class GoogleCloudSecuritycenterV2IssueResource : Google.Apis.Requests.IDi /// The AppHub application associated with the resource, if any. public class GoogleCloudSecuritycenterV2IssueResourceApplication : Google.Apis.Requests.IDirectResponseSchema { + /// Consumer provided attributes for the application + [Newtonsoft.Json.JsonPropertyAttribute("attributes")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes Attributes { get; set; } + /// /// The resource name of an Application. Format: /// `projects/{host-project-id}/locations/{location}/applications/{application-id}` @@ -9518,6 +9578,66 @@ public class GoogleCloudSecuritycenterV2IssueResourceApplication : Google.Apis.R public virtual string ETag { get; set; } } + /// Consumer provided attributes for the application + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes : Google.Apis.Requests.IDirectResponseSchema + { + /// Business team that ensures user needs are met and value is delivered + [Newtonsoft.Json.JsonPropertyAttribute("businessOwners")] + public virtual System.Collections.Generic.IList BusinessOwners { get; set; } + + /// User-defined criticality information. + [Newtonsoft.Json.JsonPropertyAttribute("criticality")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality Criticality { get; set; } + + /// Developer team that owns development and coding. + [Newtonsoft.Json.JsonPropertyAttribute("developerOwners")] + public virtual System.Collections.Generic.IList DeveloperOwners { get; set; } + + /// User-defined environment information. + [Newtonsoft.Json.JsonPropertyAttribute("environment")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment Environment { get; set; } + + /// Operator team that ensures runtime and operations. + [Newtonsoft.Json.JsonPropertyAttribute("operatorOwners")] + public virtual System.Collections.Generic.IList OperatorOwners { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contact information of stakeholders. + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Email address of the contacts. + [Newtonsoft.Json.JsonPropertyAttribute("email")] + public virtual string Email { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Criticality of the Application, Service, or Workload + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality : Google.Apis.Requests.IDirectResponseSchema + { + /// Criticality Type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Environment of the Application, Service, or Workload + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment : Google.Apis.Requests.IDirectResponseSchema + { + /// Environment Type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The AWS metadata of a resource associated with an issue. public class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -10909,6 +11029,19 @@ public class GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping : Google. public virtual string ETag { get; set; } } + /// + /// Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. + /// + public class GoogleCloudSecuritycenterV2SensitivityScore : Google.Apis.Requests.IDirectResponseSchema + { + /// The sensitivity score applied to the resource. + [Newtonsoft.Json.JsonPropertyAttribute("score")] + public virtual string Score { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Identity delegation history of an authenticated service account. public class GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -11543,6 +11676,30 @@ public class Indicator : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Type of information detected by the API. + public class InfoType : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the + /// names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying + /// a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the + /// pattern `[A-Za-z0-9$_-]{1,64}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional custom sensitivity for this InfoType. This only applies to data profiling. + [Newtonsoft.Json.JsonPropertyAttribute("sensitivityScore")] + public virtual SensitivityScore SensitivityScore { get; set; } + + /// Optional version name for this InfoType. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// IP rule information. public class IpRule : Google.Apis.Requests.IDirectResponseSchema { @@ -11895,6 +12052,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -12816,6 +12981,19 @@ public class SecurityPosture : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. + /// + public class SensitivityScore : Google.Apis.Requests.IDirectResponseSchema + { + /// The sensitivity score applied to the resource. + [Newtonsoft.Json.JsonPropertyAttribute("score")] + public virtual string Score { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Identity delegation history of an authenticated service account. public class ServiceAccountDelegationInfo : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj index ebb3283368d..db510fb62de 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta1/Google.Apis.SecurityCommandCenter.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecurityCommandCenter.v1beta1 Client Library - 1.71.0.3910 + 1.72.0.3949 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.cs b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.cs index 62494f140b2..ac192287450 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.cs +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.cs @@ -5825,6 +5825,13 @@ public class CloudDlpDataProfile : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("dataProfile")] public virtual string DataProfile { get; set; } + /// + /// Type of information detected by SDP. Info type includes name, version and sensitivity of the detected + /// information type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("infoTypes")] + public virtual System.Collections.Generic.IList InfoTypes { get; set; } + /// The resource hierarchy level at which the data profile was generated. [Newtonsoft.Json.JsonPropertyAttribute("parentType")] public virtual string ParentType { get; set; } @@ -9959,6 +9966,13 @@ public class GoogleCloudSecuritycenterV2CloudDlpDataProfile : Google.Apis.Reques [Newtonsoft.Json.JsonPropertyAttribute("dataProfile")] public virtual string DataProfile { get; set; } + /// + /// Type of information detected by SDP. Info type includes name, version and sensitivity of the detected + /// information type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("infoTypes")] + public virtual System.Collections.Generic.IList InfoTypes { get; set; } + /// The resource hierarchy level at which the data profile was generated. [Newtonsoft.Json.JsonPropertyAttribute("parentType")] public virtual string ParentType { get; set; } @@ -11753,6 +11767,30 @@ public class GoogleCloudSecuritycenterV2Indicator : Google.Apis.Requests.IDirect public virtual string ETag { get; set; } } + /// Type of information detected by the API. + public class GoogleCloudSecuritycenterV2InfoType : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the + /// names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying + /// a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the + /// pattern `[A-Za-z0-9$_-]{1,64}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional custom sensitivity for this InfoType. This only applies to data profiling. + [Newtonsoft.Json.JsonPropertyAttribute("sensitivityScore")] + public virtual GoogleCloudSecuritycenterV2SensitivityScore SensitivityScore { get; set; } + + /// Optional version name for this InfoType. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// IP rule information. public class GoogleCloudSecuritycenterV2IpRule : Google.Apis.Requests.IDirectResponseSchema { @@ -12154,6 +12192,10 @@ public class GoogleCloudSecuritycenterV2IssueResource : Google.Apis.Requests.IDi /// The AppHub application associated with the resource, if any. public class GoogleCloudSecuritycenterV2IssueResourceApplication : Google.Apis.Requests.IDirectResponseSchema { + /// Consumer provided attributes for the application + [Newtonsoft.Json.JsonPropertyAttribute("attributes")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes Attributes { get; set; } + /// /// The resource name of an Application. Format: /// `projects/{host-project-id}/locations/{location}/applications/{application-id}` @@ -12165,6 +12207,66 @@ public class GoogleCloudSecuritycenterV2IssueResourceApplication : Google.Apis.R public virtual string ETag { get; set; } } + /// Consumer provided attributes for the application + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes : Google.Apis.Requests.IDirectResponseSchema + { + /// Business team that ensures user needs are met and value is delivered + [Newtonsoft.Json.JsonPropertyAttribute("businessOwners")] + public virtual System.Collections.Generic.IList BusinessOwners { get; set; } + + /// User-defined criticality information. + [Newtonsoft.Json.JsonPropertyAttribute("criticality")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality Criticality { get; set; } + + /// Developer team that owns development and coding. + [Newtonsoft.Json.JsonPropertyAttribute("developerOwners")] + public virtual System.Collections.Generic.IList DeveloperOwners { get; set; } + + /// User-defined environment information. + [Newtonsoft.Json.JsonPropertyAttribute("environment")] + public virtual GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment Environment { get; set; } + + /// Operator team that ensures runtime and operations. + [Newtonsoft.Json.JsonPropertyAttribute("operatorOwners")] + public virtual System.Collections.Generic.IList OperatorOwners { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Contact information of stakeholders. + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Email address of the contacts. + [Newtonsoft.Json.JsonPropertyAttribute("email")] + public virtual string Email { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Criticality of the Application, Service, or Workload + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality : Google.Apis.Requests.IDirectResponseSchema + { + /// Criticality Type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Environment of the Application, Service, or Workload + public class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment : Google.Apis.Requests.IDirectResponseSchema + { + /// Environment Type. + [Newtonsoft.Json.JsonPropertyAttribute("type")] + public virtual string Type { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// The AWS metadata of a resource associated with an issue. public class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata : Google.Apis.Requests.IDirectResponseSchema { @@ -13556,6 +13658,19 @@ public class GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping : Google. public virtual string ETag { get; set; } } + /// + /// Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. + /// + public class GoogleCloudSecuritycenterV2SensitivityScore : Google.Apis.Requests.IDirectResponseSchema + { + /// The sensitivity score applied to the resource. + [Newtonsoft.Json.JsonPropertyAttribute("score")] + public virtual string Score { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Identity delegation history of an authenticated service account. public class GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo : Google.Apis.Requests.IDirectResponseSchema { @@ -13882,6 +13997,30 @@ public class Indicator : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Type of information detected by the API. + public class InfoType : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the + /// names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying + /// a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the + /// pattern `[A-Za-z0-9$_-]{1,64}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Optional custom sensitivity for this InfoType. This only applies to data profiling. + [Newtonsoft.Json.JsonPropertyAttribute("sensitivityScore")] + public virtual SensitivityScore SensitivityScore { get; set; } + + /// Optional version name for this InfoType. + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// IP rule information. public class IpRule : Google.Apis.Requests.IDirectResponseSchema { @@ -15013,6 +15152,19 @@ public class SecurityPosture : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// + /// Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. + /// + public class SensitivityScore : Google.Apis.Requests.IDirectResponseSchema + { + /// The sensitivity score applied to the resource. + [Newtonsoft.Json.JsonPropertyAttribute("score")] + public virtual string Score { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Identity delegation history of an authenticated service account. public class ServiceAccountDelegationInfo : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj index 092c3b6de5b..53824cb4ef1 100644 --- a/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj +++ b/Src/Generated/Google.Apis.SecurityCommandCenter.v1beta2/Google.Apis.SecurityCommandCenter.v1beta2.csproj @@ -3,7 +3,7 @@ Google.Apis.SecurityCommandCenter.v1beta2 Client Library - 1.71.0.3910 + 1.72.0.3942 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.cs b/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.cs index 9352afc7d51..8c7ba3687ff 100644 --- a/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.cs +++ b/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.cs @@ -530,6 +530,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -575,6 +586,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2587,6 +2606,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.csproj b/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.csproj index e8832776eaf..4dc9233c4f8 100644 --- a/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.csproj +++ b/Src/Generated/Google.Apis.SecurityPosture.v1/Google.Apis.SecurityPosture.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.SecurityPosture.v1 Client Library - 1.70.0.3883 + 1.72.0.3953 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.cs b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.cs index 37a623c91ab..ecec848b4fc 100644 --- a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.cs +++ b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.cs @@ -728,6 +728,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -773,6 +784,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -799,8 +818,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -989,6 +1008,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj index 4d0f8c0710d..b0244e7d07c 100644 --- a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj +++ b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1/Google.Apis.ServerlessVPCAccess.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServerlessVPCAccess.v1 Client Library - 1.71.0.3911 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.cs b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.cs index 32a9d8af026..16fbca4c820 100644 --- a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.cs +++ b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.cs @@ -728,6 +728,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -773,6 +784,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -799,8 +818,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1065,6 +1084,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj index 8dd73c661bd..deb9f2968dd 100644 --- a/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServerlessVPCAccess.v1beta1/Google.Apis.ServerlessVPCAccess.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServerlessVPCAccess.v1beta1 Client Library - 1.71.0.3911 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.cs b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.cs index 61d552d420b..15302560e0d 100644 --- a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.cs +++ b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.cs @@ -490,6 +490,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -535,6 +545,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2831,6 +2849,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -4663,6 +4689,15 @@ public class V1Beta1ServiceIdentity : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// The project-level IAM role defined in the service agent's grant configuration. This is the standard role + /// intended for this service agent. This field is populated regardless of the `skip_role_attach` option in the + /// request. If `skip_role_attach` is true, the caller can use this value to know which role they are + /// responsible for granting. + /// + [Newtonsoft.Json.JsonPropertyAttribute("projectRole")] + public virtual string ProjectRole { get; set; } + /// /// The P4 service identity configuration tag. This must be defined in activation_grants. If not specified when /// creating the account, the tag is set to "default". diff --git a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj index c06796df4bc..1e87122ef26 100644 --- a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1/Google.Apis.ServiceConsumerManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceConsumerManagement.v1 Client Library - 1.71.0.3914 + 1.72.0.3948 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.cs b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.cs index 682aedcb153..4ba82bc7d98 100644 --- a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.cs +++ b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.cs @@ -5056,6 +5056,15 @@ public class V1Beta1ServiceIdentity : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } + /// + /// The project-level IAM role defined in the service agent's grant configuration. This is the standard role + /// intended for this service agent. This field is populated regardless of the `skip_role_attach` option in the + /// request. If `skip_role_attach` is true, the caller can use this value to know which role they are + /// responsible for granting. + /// + [Newtonsoft.Json.JsonPropertyAttribute("projectRole")] + public virtual string ProjectRole { get; set; } + /// /// The P4 service identity configuration tag. This must be defined in activation_grants. If not specified when /// creating the account, the tag is set to "default". diff --git a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj index 0faa7a4d469..aab72827e45 100644 --- a/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServiceConsumerManagement.v1beta1/Google.Apis.ServiceConsumerManagement.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceConsumerManagement.v1beta1 Client Library - 1.71.0.3914 + 1.72.0.3948 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.cs b/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.cs index dd9ae984ffc..7cfdc8c2ca9 100644 --- a/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.cs +++ b/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.cs @@ -1915,8 +1915,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj b/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj index b5cf1b80902..b1cb8b77d2e 100644 --- a/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceDirectory.v1/Google.Apis.ServiceDirectory.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceDirectory.v1 Client Library - 1.71.0.3901 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.cs b/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.cs index 0b8e03e766f..1508b01417d 100644 --- a/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.cs +++ b/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.cs @@ -2138,8 +2138,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } diff --git a/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj b/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj index 7d6c137c7e8..8786260ec39 100644 --- a/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServiceDirectory.v1beta1/Google.Apis.ServiceDirectory.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceDirectory.v1beta1 Client Library - 1.71.0.3901 + 1.72.0.3955 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.cs b/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.cs index cb552f82114..3a910844194 100644 --- a/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.cs +++ b/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.cs @@ -396,6 +396,16 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -441,6 +451,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2832,8 +2850,8 @@ public class ContextRule : Google.Apis.Requests.IDirectResponseSchema public class Control : Google.Apis.Requests.IDirectResponseSchema { /// - /// The service controller environment to use. If empty, no control plane feature (like quota and billing) will - /// be enabled. The recommended value for most services is servicecontrol.googleapis.com + /// The service controller environment to use. If empty, no control plane features (like quota and billing) will + /// be enabled. The recommended value for most services is servicecontrol.googleapis.com. /// [Newtonsoft.Json.JsonPropertyAttribute("environment")] public virtual string Environment { get; set; } @@ -3768,6 +3786,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj b/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj index 84294e4e7de..9c6f395a619 100644 --- a/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceManagement.v1/Google.Apis.ServiceManagement.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceManagement.v1 Client Library - 1.71.0.3876 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.cs b/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.cs index 095d4cee8f1..829c9a60e78 100644 --- a/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.cs +++ b/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.cs @@ -498,9 +498,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b /// /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable - /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading - /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by - /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading + /// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is + /// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented /// otherwise in service or product specific documentation. /// [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] @@ -3619,8 +3619,8 @@ public class ContextRule : Google.Apis.Requests.IDirectResponseSchema public class Control : Google.Apis.Requests.IDirectResponseSchema { /// - /// The service controller environment to use. If empty, no control plane feature (like quota and billing) will - /// be enabled. The recommended value for most services is servicecontrol.googleapis.com + /// The service controller environment to use. If empty, no control plane features (like quota and billing) will + /// be enabled. The recommended value for most services is servicecontrol.googleapis.com. /// [Newtonsoft.Json.JsonPropertyAttribute("environment")] public virtual string Environment { get; set; } @@ -4666,8 +4666,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema /// /// Unordered list. Unreachable resources. Populated when the request sets - /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all - /// resources across all supported locations. + /// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to + /// list all resources across all supported locations. /// [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] public virtual System.Collections.Generic.IList Unreachable { get; set; } diff --git a/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj b/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj index 9909cc473c4..e4532dc6b4e 100644 --- a/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceNetworking.v1/Google.Apis.ServiceNetworking.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceNetworking.v1 Client Library - 1.71.0.3924 + 1.72.0.3969 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.cs b/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.cs index 6c25614c5d8..ef69ba7e35e 100644 --- a/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.cs +++ b/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.cs @@ -1632,8 +1632,8 @@ public class ContextRule : Google.Apis.Requests.IDirectResponseSchema public class Control : Google.Apis.Requests.IDirectResponseSchema { /// - /// The service controller environment to use. If empty, no control plane feature (like quota and billing) will - /// be enabled. The recommended value for most services is servicecontrol.googleapis.com + /// The service controller environment to use. If empty, no control plane features (like quota and billing) will + /// be enabled. The recommended value for most services is servicecontrol.googleapis.com. /// [Newtonsoft.Json.JsonPropertyAttribute("environment")] public virtual string Environment { get; set; } diff --git a/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj b/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj index eed72d7a1d6..99a57b08535 100644 --- a/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj +++ b/Src/Generated/Google.Apis.ServiceNetworking.v1beta/Google.Apis.ServiceNetworking.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceNetworking.v1beta Client Library - 1.70.0.3855 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.cs b/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.cs index 41bfe667ed6..8ac1d573a79 100644 --- a/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.cs +++ b/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.cs @@ -504,6 +504,16 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -549,6 +559,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1853,6 +1871,28 @@ public class ContentSecurity : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Content Security Policy contains the content security related policy of a resource. + public class ContentSecurityPolicy : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// mcp_content_security contains the content security related settings at resource level for MCP traffic. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mcpContentSecurity")] + public virtual ContentSecurity McpContentSecurity { get; set; } + + /// + /// Output only. The resource name of the policy. Only the `default` policy is supported. We allow the following + /// formats: `projects/{PROJECT_NUMBER}/contentSecurityPolicies/default`, + /// `projects/{PROJECT_ID}/contentSecurityPolicies/default`, We only support project level content security + /// policy for now. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// ContentSecurityProvider contains the name of content security provider. public class ContentSecurityProvider : Google.Apis.Requests.IDirectResponseSchema { @@ -3109,14 +3149,6 @@ public class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse : Google.A /// public class GoogleApiServiceusageV2betaConsumerPolicy : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. Annotations is an unstructured key-value map stored with a policy that may be set by external - /// tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when - /// modifying objects. [AIP-128](https://google.aip.dev/128#annotations) - /// - [Newtonsoft.Json.JsonPropertyAttribute("annotations")] - public virtual System.Collections.Generic.IDictionary Annotations { get; set; } - private string _createTimeRaw; private object _createTime; @@ -3611,6 +3643,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3770,10 +3810,6 @@ public class McpEnableRule : Google.Apis.Requests.IDirectResponseSchema /// public class McpPolicy : Google.Apis.Requests.IDirectResponseSchema { - /// ContentSecurity contains the content security related fields of a MCP policy. - [Newtonsoft.Json.JsonPropertyAttribute("contentSecurity")] - public virtual ContentSecurity ContentSecurity { get; set; } - private string _createTimeRaw; private object _createTime; @@ -5024,6 +5060,13 @@ public class UpdateConsumerPolicyMetadata : Google.Apis.Requests.IDirectResponse public virtual string ETag { get; set; } } + /// Metadata for the `UpdateContentSecurityPolicy` method. + public class UpdateContentSecurityPolicyMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Metadata for the `UpdateMcpPolicy` method. public class UpdateMcpPolicyMetadata : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj b/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj index a1dce27f497..de308cf96ec 100644 --- a/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj +++ b/Src/Generated/Google.Apis.ServiceUsage.v1/Google.Apis.ServiceUsage.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceUsage.v1 Client Library - 1.71.0.3914 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.cs b/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.cs index b1bd63dd95c..583facef675 100644 --- a/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.cs +++ b/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.cs @@ -384,6 +384,16 @@ public ListRequest(Google.Apis.Services.IClientService service) : base(service) [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -429,6 +439,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3329,6 +3347,28 @@ public class ContentSecurity : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Content Security Policy contains the content security related policy of a resource. + public class ContentSecurityPolicy : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// mcp_content_security contains the content security related settings at resource level for MCP traffic. + /// + [Newtonsoft.Json.JsonPropertyAttribute("mcpContentSecurity")] + public virtual ContentSecurity McpContentSecurity { get; set; } + + /// + /// Output only. The resource name of the policy. Only the `default` policy is supported. We allow the following + /// formats: `projects/{PROJECT_NUMBER}/contentSecurityPolicies/default`, + /// `projects/{PROJECT_ID}/contentSecurityPolicies/default`, We only support project level content security + /// policy for now. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// ContentSecurityProvider contains the name of content security provider. public class ContentSecurityProvider : Google.Apis.Requests.IDirectResponseSchema { @@ -4573,14 +4613,6 @@ public class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse : Google.A /// public class GoogleApiServiceusageV2betaConsumerPolicy : Google.Apis.Requests.IDirectResponseSchema { - /// - /// Optional. Annotations is an unstructured key-value map stored with a policy that may be set by external - /// tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when - /// modifying objects. [AIP-128](https://google.aip.dev/128#annotations) - /// - [Newtonsoft.Json.JsonPropertyAttribute("annotations")] - public virtual System.Collections.Generic.IDictionary Annotations { get; set; } - private string _createTimeRaw; private object _createTime; @@ -5178,6 +5210,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -5337,10 +5377,6 @@ public class McpEnableRule : Google.Apis.Requests.IDirectResponseSchema /// public class McpPolicy : Google.Apis.Requests.IDirectResponseSchema { - /// ContentSecurity contains the content security related fields of a MCP policy. - [Newtonsoft.Json.JsonPropertyAttribute("contentSecurity")] - public virtual ContentSecurity ContentSecurity { get; set; } - private string _createTimeRaw; private object _createTime; @@ -6810,6 +6846,13 @@ public class UpdateConsumerPolicyMetadata : Google.Apis.Requests.IDirectResponse public virtual string ETag { get; set; } } + /// Metadata for the `UpdateContentSecurityPolicy` method. + public class UpdateContentSecurityPolicyMetadata : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Metadata for the `UpdateMcpPolicy` method. public class UpdateMcpPolicyMetadata : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj b/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj index 9d6e1ec885e..661068e3fbb 100644 --- a/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj +++ b/Src/Generated/Google.Apis.ServiceUsage.v1beta1/Google.Apis.ServiceUsage.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.ServiceUsage.v1beta1 Client Library - 1.71.0.3914 + 1.72.0.3946 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs index 52b15d8d7d4..6fda76df8c1 100644 --- a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs +++ b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.cs @@ -6355,8 +6355,8 @@ public class NamedRange : Google.Apis.Requests.IDirectResponseSchema public class NumberFormat : Google.Apis.Requests.IDirectResponseSchema { /// - /// Pattern string used for formatting. If not set, a default pattern based on the user's locale will be used if - /// necessary for the given type. See the [Date and Number Formats + /// Pattern string used for formatting. If not set, a default pattern based on the spreadsheet's locale will be + /// used if necessary for the given type. See the [Date and Number Formats /// guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information about the /// supported patterns. /// diff --git a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj index e98d8528089..6a31eb9b833 100644 --- a/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj +++ b/Src/Generated/Google.Apis.Sheets.v4/Google.Apis.Sheets.v4.csproj @@ -3,7 +3,7 @@ Google.Apis.Sheets.v4 Client Library - 1.70.0.3819 + 1.72.0.3966 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.cs b/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.cs index 755ee4a3ac0..fd36bcab38a 100644 --- a/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.cs +++ b/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.cs @@ -59,8 +59,6 @@ public ShoppingContentService(Google.Apis.Services.BaseClientService.Initializer Regionalinventory = new RegionalinventoryResource(this); Regions = new RegionsResource(this); Reports = new ReportsResource(this); - Returnaddress = new ReturnaddressResource(this); - Returnpolicy = new ReturnpolicyResource(this); Returnpolicyonline = new ReturnpolicyonlineResource(this); Shippingsettings = new ShippingsettingsResource(this); Shoppingadsprogram = new ShoppingadsprogramResource(this); @@ -175,12 +173,6 @@ public static class ScopeConstants /// Gets the Reports resource. public virtual ReportsResource Reports { get; } - /// Gets the Returnaddress resource. - public virtual ReturnaddressResource Returnaddress { get; } - - /// Gets the Returnpolicy resource. - public virtual ReturnpolicyResource Returnpolicy { get; } - /// Gets the Returnpolicyonline resource. public virtual ReturnpolicyonlineResource Returnpolicyonline { get; } @@ -8459,85 +8451,107 @@ protected override void InitParameters() } } - /// The "returnaddress" collection of methods. - public class ReturnaddressResource + /// The "returnpolicyonline" collection of methods. + public class ReturnpolicyonlineResource { - private const string Resource = "returnaddress"; + private const string Resource = "returnpolicyonline"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public ReturnaddressResource(Google.Apis.Services.IClientService service) + public ReturnpolicyonlineResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Batches multiple return address related calls in a single request. + /// Creates a new return policy. /// The body of the request. - public virtual CustombatchRequest Custombatch(Google.Apis.ShoppingContent.v2_1.Data.ReturnaddressCustomBatchRequest body) + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// + public virtual CreateRequest Create(Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId) { - return new CustombatchRequest(this.service, body); + return new CreateRequest(this.service, body, merchantId); } - /// Batches multiple return address related calls in a single request. - public class CustombatchRequest : ShoppingContentBaseServiceRequest + /// Creates a new return policy. + public class CreateRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new Custombatch request. - public CustombatchRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnaddressCustomBatchRequest body) : base(service) + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId) : base(service) { + MerchantId = merchantId; Body = body; InitParameters(); } + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// + [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long MerchantId { get; private set; } + /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ReturnaddressCustomBatchRequest Body { get; set; } + Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "custombatch"; + public override string MethodName => "create"; /// Gets the HTTP method. public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "returnaddress/batch"; + public override string RestPath => "{merchantId}/returnpolicyonline"; - /// Initializes Custombatch parameter list. + /// Initializes Create parameter list. protected override void InitParameters() { base.InitParameters(); + RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter + { + Name = "merchantId", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = null, + }); } } - /// Deletes a return address for the given Merchant Center account. - /// The Merchant Center account from which to delete the given return address. - /// Return address ID generated by Google. - public virtual DeleteRequest Delete(ulong merchantId, string returnAddressId) + /// Deletes an existing return policy. + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// + /// Required. The id of the return policy to delete. + public virtual DeleteRequest Delete(long merchantId, string returnPolicyId) { - return new DeleteRequest(this.service, merchantId, returnAddressId); + return new DeleteRequest(this.service, merchantId, returnPolicyId); } - /// Deletes a return address for the given Merchant Center account. + /// Deletes an existing return policy. public class DeleteRequest : ShoppingContentBaseServiceRequest { /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, ulong merchantId, string returnAddressId) : base(service) + public DeleteRequest(Google.Apis.Services.IClientService service, long merchantId, string returnPolicyId) : base(service) { MerchantId = merchantId; - ReturnAddressId = returnAddressId; + ReturnPolicyId = returnPolicyId; InitParameters(); } - /// The Merchant Center account from which to delete the given return address. + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } + public virtual long MerchantId { get; private set; } - /// Return address ID generated by Google. - [Google.Apis.Util.RequestParameterAttribute("returnAddressId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReturnAddressId { get; private set; } + /// Required. The id of the return policy to delete. + [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ReturnPolicyId { get; private set; } /// Gets the method name. public override string MethodName => "delete"; @@ -8546,7 +8560,7 @@ public DeleteRequest(Google.Apis.Services.IClientService service, ulong merchant public override string HttpMethod => "DELETE"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnaddress/{returnAddressId}"; + public override string RestPath => "{merchantId}/returnpolicyonline/{returnPolicyId}"; /// Initializes Delete parameter list. protected override void InitParameters() @@ -8560,9 +8574,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnAddressId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter { - Name = "returnAddressId", + Name = "returnPolicyId", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -8571,32 +8585,36 @@ protected override void InitParameters() } } - /// Gets a return address of the Merchant Center account. - /// The Merchant Center account to get a return address for. - /// Return address ID generated by Google. - public virtual GetRequest Get(ulong merchantId, string returnAddressId) + /// Gets an existing return policy. + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// + /// Required. The id of the return policy to retrieve. + public virtual GetRequest Get(long merchantId, string returnPolicyId) { - return new GetRequest(this.service, merchantId, returnAddressId); + return new GetRequest(this.service, merchantId, returnPolicyId); } - /// Gets a return address of the Merchant Center account. - public class GetRequest : ShoppingContentBaseServiceRequest + /// Gets an existing return policy. + public class GetRequest : ShoppingContentBaseServiceRequest { /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, ulong merchantId, string returnAddressId) : base(service) + public GetRequest(Google.Apis.Services.IClientService service, long merchantId, string returnPolicyId) : base(service) { MerchantId = merchantId; - ReturnAddressId = returnAddressId; + ReturnPolicyId = returnPolicyId; InitParameters(); } - /// The Merchant Center account to get a return address for. + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } + public virtual long MerchantId { get; private set; } - /// Return address ID generated by Google. - [Google.Apis.Util.RequestParameterAttribute("returnAddressId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReturnAddressId { get; private set; } + /// Required. The id of the return policy to retrieve. + [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ReturnPolicyId { get; private set; } /// Gets the method name. public override string MethodName => "get"; @@ -8605,7 +8623,7 @@ public GetRequest(Google.Apis.Services.IClientService service, ulong merchantId, public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnaddress/{returnAddressId}"; + public override string RestPath => "{merchantId}/returnpolicyonline/{returnPolicyId}"; /// Initializes Get parameter list. protected override void InitParameters() @@ -8619,9 +8637,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnAddressId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter { - Name = "returnAddressId", + Name = "returnPolicyId", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -8630,45 +8648,41 @@ protected override void InitParameters() } } - /// Inserts a return address for the Merchant Center account. - /// The body of the request. - /// The Merchant Center account to insert a return address for. - public virtual InsertRequest Insert(Google.Apis.ShoppingContent.v2_1.Data.ReturnAddress body, ulong merchantId) + /// Lists all existing return policies. + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// + public virtual ListRequest List(long merchantId) { - return new InsertRequest(this.service, body, merchantId); + return new ListRequest(this.service, merchantId); } - /// Inserts a return address for the Merchant Center account. - public class InsertRequest : ShoppingContentBaseServiceRequest + /// Lists all existing return policies. + public class ListRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new Insert request. - public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnAddress body, ulong merchantId) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, long merchantId) : base(service) { MerchantId = merchantId; - Body = body; InitParameters(); } - /// The Merchant Center account to insert a return address for. + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ReturnAddress Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; + public virtual long MerchantId { get; private set; } /// Gets the method name. - public override string MethodName => "insert"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnaddress"; + public override string RestPath => "{merchantId}/returnpolicyonline"; - /// Initializes Insert parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -8683,52 +8697,55 @@ protected override void InitParameters() } } - /// Lists the return addresses of the Merchant Center account. - /// The Merchant Center account to list return addresses for. - public virtual ListRequest List(ulong merchantId) + /// Updates an existing return policy. + /// The body of the request. + /// + /// Required. The id of the merchant for which to retrieve the return policy online object. + /// + /// Required. The id of the return policy to update. + public virtual PatchRequest Patch(Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId, string returnPolicyId) { - return new ListRequest(this.service, merchantId); + return new PatchRequest(this.service, body, merchantId, returnPolicyId); } - /// Lists the return addresses of the Merchant Center account. - public class ListRequest : ShoppingContentBaseServiceRequest + /// Updates an existing return policy. + public class PatchRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) + /// Constructs a new Patch request. + public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId, string returnPolicyId) : base(service) { MerchantId = merchantId; + ReturnPolicyId = returnPolicyId; + Body = body; InitParameters(); } - /// The Merchant Center account to list return addresses for. - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - /// - /// List only return addresses applicable to the given country of sale. When omitted, all return addresses - /// are listed. + /// Required. The id of the merchant for which to retrieve the return policy online object. /// - [Google.Apis.Util.RequestParameterAttribute("country", Google.Apis.Util.RequestParameterType.Query)] - public virtual string Country { get; set; } + [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] + public virtual long MerchantId { get; private set; } - /// The maximum number of addresses in the response, used for paging. - [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable MaxResults { get; set; } + /// Required. The id of the return policy to update. + [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] + public virtual string ReturnPolicyId { get; private set; } - /// The token returned by the previous request. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } + /// Gets or sets the body of this request. + Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "patch"; /// Gets the HTTP method. - public override string HttpMethod => "GET"; + public override string HttpMethod => "PATCH"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnaddress"; + public override string RestPath => "{merchantId}/returnpolicyonline/{returnPolicyId}"; - /// Initializes List parameter list. + /// Initializes Patch parameter list. protected override void InitParameters() { base.InitParameters(); @@ -8740,27 +8757,11 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("country", new Google.Apis.Discovery.Parameter - { - Name = "country", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter - { - Name = "maxResults", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", + Name = "returnPolicyId", + IsRequired = true, + ParameterType = "path", DefaultValue = null, Pattern = null, }); @@ -8768,39 +8769,39 @@ protected override void InitParameters() } } - /// The "returnpolicy" collection of methods. - public class ReturnpolicyResource + /// The "shippingsettings" collection of methods. + public class ShippingsettingsResource { - private const string Resource = "returnpolicy"; + private const string Resource = "shippingsettings"; /// The service which this resource belongs to. private readonly Google.Apis.Services.IClientService service; /// Constructs a new resource. - public ReturnpolicyResource(Google.Apis.Services.IClientService service) + public ShippingsettingsResource(Google.Apis.Services.IClientService service) { this.service = service; } - /// Batches multiple return policy related calls in a single request. + /// Retrieves and updates the shipping settings of multiple accounts in a single request. /// The body of the request. - public virtual CustombatchRequest Custombatch(Google.Apis.ShoppingContent.v2_1.Data.ReturnpolicyCustomBatchRequest body) + public virtual CustombatchRequest Custombatch(Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest body) { return new CustombatchRequest(this.service, body); } - /// Batches multiple return policy related calls in a single request. - public class CustombatchRequest : ShoppingContentBaseServiceRequest + /// Retrieves and updates the shipping settings of multiple accounts in a single request. + public class CustombatchRequest : ShoppingContentBaseServiceRequest { /// Constructs a new Custombatch request. - public CustombatchRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnpolicyCustomBatchRequest body) : base(service) + public CustombatchRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest body) : base(service) { Body = body; InitParameters(); } /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ReturnpolicyCustomBatchRequest Body { get; set; } + Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest Body { get; set; } /// Returns the body of the request. protected override object GetBody() => Body; @@ -8812,7 +8813,7 @@ public CustombatchRequest(Google.Apis.Services.IClientService service, Google.Ap public override string HttpMethod => "POST"; /// Gets the REST path. - public override string RestPath => "returnpolicy/batch"; + public override string RestPath => "shippingsettings/batch"; /// Initializes Custombatch parameter list. protected override void InitParameters() @@ -8821,43 +8822,49 @@ protected override void InitParameters() } } - /// Deletes a return policy for the given Merchant Center account. - /// The Merchant Center account from which to delete the given return policy. - /// Return policy ID generated by Google. - public virtual DeleteRequest Delete(ulong merchantId, string returnPolicyId) + /// Retrieves the shipping settings of the account. + /// + /// The ID of the managing account. If this parameter is not the same as accountId, then this account must be a + /// multi-client account and `accountId` must be the ID of a sub-account of this account. + /// + /// The ID of the account for which to get/update shipping settings. + public virtual GetRequest Get(ulong merchantId, ulong accountId) { - return new DeleteRequest(this.service, merchantId, returnPolicyId); + return new GetRequest(this.service, merchantId, accountId); } - /// Deletes a return policy for the given Merchant Center account. - public class DeleteRequest : ShoppingContentBaseServiceRequest + /// Retrieves the shipping settings of the account. + public class GetRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, ulong merchantId, string returnPolicyId) : base(service) + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, ulong merchantId, ulong accountId) : base(service) { MerchantId = merchantId; - ReturnPolicyId = returnPolicyId; + AccountId = accountId; InitParameters(); } - /// The Merchant Center account from which to delete the given return policy. + /// + /// The ID of the managing account. If this parameter is not the same as accountId, then this account must + /// be a multi-client account and `accountId` must be the ID of a sub-account of this account. + /// [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] public virtual ulong MerchantId { get; private set; } - /// Return policy ID generated by Google. - [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReturnPolicyId { get; private set; } + /// The ID of the account for which to get/update shipping settings. + [Google.Apis.Util.RequestParameterAttribute("accountId", Google.Apis.Util.RequestParameterType.Path)] + public virtual ulong AccountId { get; private set; } /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "get"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicy/{returnPolicyId}"; + public override string RestPath => "{merchantId}/shippingsettings/{accountId}"; - /// Initializes Delete parameter list. + /// Initializes Get parameter list. protected override void InitParameters() { base.InitParameters(); @@ -8869,9 +8876,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("accountId", new Google.Apis.Discovery.Parameter { - Name = "returnPolicyId", + Name = "accountId", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -8880,43 +8887,37 @@ protected override void InitParameters() } } - /// Gets a return policy of the Merchant Center account. - /// The Merchant Center account to get a return policy for. - /// Return policy ID generated by Google. - public virtual GetRequest Get(ulong merchantId, string returnPolicyId) + /// Retrieves supported carriers and carrier services for an account. + /// The ID of the account for which to retrieve the supported carriers. + public virtual GetsupportedcarriersRequest Getsupportedcarriers(ulong merchantId) { - return new GetRequest(this.service, merchantId, returnPolicyId); + return new GetsupportedcarriersRequest(this.service, merchantId); } - /// Gets a return policy of the Merchant Center account. - public class GetRequest : ShoppingContentBaseServiceRequest + /// Retrieves supported carriers and carrier services for an account. + public class GetsupportedcarriersRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, ulong merchantId, string returnPolicyId) : base(service) + /// Constructs a new Getsupportedcarriers request. + public GetsupportedcarriersRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) { MerchantId = merchantId; - ReturnPolicyId = returnPolicyId; InitParameters(); } - /// The Merchant Center account to get a return policy for. + /// The ID of the account for which to retrieve the supported carriers. [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] public virtual ulong MerchantId { get; private set; } - /// Return policy ID generated by Google. - [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReturnPolicyId { get; private set; } - /// Gets the method name. - public override string MethodName => "get"; + public override string MethodName => "getsupportedcarriers"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicy/{returnPolicyId}"; + public override string RestPath => "{merchantId}/supportedCarriers"; - /// Initializes Get parameter list. + /// Initializes Getsupportedcarriers parameter list. protected override void InitParameters() { base.InitParameters(); @@ -8928,56 +8929,40 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter - { - Name = "returnPolicyId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); } } - /// Inserts a return policy for the Merchant Center account. - /// The body of the request. - /// The Merchant Center account to insert a return policy for. - public virtual InsertRequest Insert(Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicy body, ulong merchantId) + /// Retrieves supported holidays for an account. + /// The ID of the account for which to retrieve the supported holidays. + public virtual GetsupportedholidaysRequest Getsupportedholidays(ulong merchantId) { - return new InsertRequest(this.service, body, merchantId); + return new GetsupportedholidaysRequest(this.service, merchantId); } - /// Inserts a return policy for the Merchant Center account. - public class InsertRequest : ShoppingContentBaseServiceRequest + /// Retrieves supported holidays for an account. + public class GetsupportedholidaysRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new Insert request. - public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicy body, ulong merchantId) : base(service) + /// Constructs a new Getsupportedholidays request. + public GetsupportedholidaysRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) { MerchantId = merchantId; - Body = body; InitParameters(); } - /// The Merchant Center account to insert a return policy for. + /// The ID of the account for which to retrieve the supported holidays. [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] public virtual ulong MerchantId { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicy Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - /// Gets the method name. - public override string MethodName => "insert"; + public override string MethodName => "getsupportedholidays"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicy"; + public override string RestPath => "{merchantId}/supportedHolidays"; - /// Initializes Insert parameter list. + /// Initializes Getsupportedholidays parameter list. protected override void InitParameters() { base.InitParameters(); @@ -8992,37 +8977,37 @@ protected override void InitParameters() } } - /// Lists the return policies of the Merchant Center account. - /// The Merchant Center account to list return policies for. - public virtual ListRequest List(ulong merchantId) + /// Retrieves supported pickup services for an account. + /// The ID of the account for which to retrieve the supported pickup services. + public virtual GetsupportedpickupservicesRequest Getsupportedpickupservices(ulong merchantId) { - return new ListRequest(this.service, merchantId); + return new GetsupportedpickupservicesRequest(this.service, merchantId); } - /// Lists the return policies of the Merchant Center account. - public class ListRequest : ShoppingContentBaseServiceRequest + /// Retrieves supported pickup services for an account. + public class GetsupportedpickupservicesRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) + /// Constructs a new Getsupportedpickupservices request. + public GetsupportedpickupservicesRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) { MerchantId = merchantId; InitParameters(); } - /// The Merchant Center account to list return policies for. + /// The ID of the account for which to retrieve the supported pickup services. [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] public virtual ulong MerchantId { get; private set; } /// Gets the method name. - public override string MethodName => "list"; + public override string MethodName => "getsupportedpickupservices"; /// Gets the HTTP method. public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicy"; + public override string RestPath => "{merchantId}/supportedPickupServices"; - /// Initializes List parameter list. + /// Initializes Getsupportedpickupservices parameter list. protected override void InitParameters() { base.InitParameters(); @@ -9036,65 +9021,46 @@ protected override void InitParameters() }); } } - } - - /// The "returnpolicyonline" collection of methods. - public class ReturnpolicyonlineResource - { - private const string Resource = "returnpolicyonline"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ReturnpolicyonlineResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - /// Creates a new return policy. - /// The body of the request. - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// - public virtual CreateRequest Create(Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId) + /// Lists the shipping settings of the sub-accounts in your Merchant Center account. + /// The ID of the managing account. This must be a multi-client account. + public virtual ListRequest List(ulong merchantId) { - return new CreateRequest(this.service, body, merchantId); + return new ListRequest(this.service, merchantId); } - /// Creates a new return policy. - public class CreateRequest : ShoppingContentBaseServiceRequest + /// Lists the shipping settings of the sub-accounts in your Merchant Center account. + public class ListRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new Create request. - public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId) : base(service) + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) { MerchantId = merchantId; - Body = body; InitParameters(); } - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// + /// The ID of the managing account. This must be a multi-client account. [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long MerchantId { get; private set; } + public virtual ulong MerchantId { get; private set; } - /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline Body { get; set; } + /// The maximum number of shipping settings to return in the response, used for paging. + [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable MaxResults { get; set; } - /// Returns the body of the request. - protected override object GetBody() => Body; + /// The token returned by the previous request. + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } /// Gets the method name. - public override string MethodName => "create"; + public override string MethodName => "list"; /// Gets the HTTP method. - public override string HttpMethod => "POST"; + public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicyonline"; + public override string RestPath => "{merchantId}/shippingsettings"; - /// Initializes Create parameter list. + /// Initializes List parameter list. protected override void InitParameters() { base.InitParameters(); @@ -9106,50 +9072,82 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter + { + Name = "maxResults", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } - /// Deletes an existing return policy. + /// + /// Updates the shipping settings of the account. Any fields that are not provided are deleted from the + /// resource. + /// + /// The body of the request. /// - /// Required. The id of the merchant for which to retrieve the return policy online object. + /// The ID of the managing account. If this parameter is not the same as accountId, then this account must be a + /// multi-client account and `accountId` must be the ID of a sub-account of this account. /// - /// Required. The id of the return policy to delete. - public virtual DeleteRequest Delete(long merchantId, string returnPolicyId) + /// The ID of the account for which to get/update shipping settings. + public virtual UpdateRequest Update(Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings body, ulong merchantId, ulong accountId) { - return new DeleteRequest(this.service, merchantId, returnPolicyId); + return new UpdateRequest(this.service, body, merchantId, accountId); } - /// Deletes an existing return policy. - public class DeleteRequest : ShoppingContentBaseServiceRequest + /// + /// Updates the shipping settings of the account. Any fields that are not provided are deleted from the + /// resource. + /// + public class UpdateRequest : ShoppingContentBaseServiceRequest { - /// Constructs a new Delete request. - public DeleteRequest(Google.Apis.Services.IClientService service, long merchantId, string returnPolicyId) : base(service) + /// Constructs a new Update request. + public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings body, ulong merchantId, ulong accountId) : base(service) { MerchantId = merchantId; - ReturnPolicyId = returnPolicyId; + AccountId = accountId; + Body = body; InitParameters(); } /// - /// Required. The id of the merchant for which to retrieve the return policy online object. + /// The ID of the managing account. If this parameter is not the same as accountId, then this account must + /// be a multi-client account and `accountId` must be the ID of a sub-account of this account. /// [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long MerchantId { get; private set; } + public virtual ulong MerchantId { get; private set; } - /// Required. The id of the return policy to delete. - [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReturnPolicyId { get; private set; } + /// The ID of the account for which to get/update shipping settings. + [Google.Apis.Util.RequestParameterAttribute("accountId", Google.Apis.Util.RequestParameterType.Path)] + public virtual ulong AccountId { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; /// Gets the method name. - public override string MethodName => "delete"; + public override string MethodName => "update"; /// Gets the HTTP method. - public override string HttpMethod => "DELETE"; + public override string HttpMethod => "PUT"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicyonline/{returnPolicyId}"; + public override string RestPath => "{merchantId}/shippingsettings/{accountId}"; - /// Initializes Delete parameter list. + /// Initializes Update parameter list. protected override void InitParameters() { base.InitParameters(); @@ -9161,9 +9159,9 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter + RequestParameters.Add("accountId", new Google.Apis.Discovery.Parameter { - Name = "returnPolicyId", + Name = "accountId", IsRequired = true, ParameterType = "path", DefaultValue = null, @@ -9171,38 +9169,51 @@ protected override void InitParameters() }); } } + } - /// Gets an existing return policy. - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// - /// Required. The id of the return policy to retrieve. - public virtual GetRequest Get(long merchantId, string returnPolicyId) + /// The "shoppingadsprogram" collection of methods. + public class ShoppingadsprogramResource + { + private const string Resource = "shoppingadsprogram"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public ShoppingadsprogramResource(Google.Apis.Services.IClientService service) { - return new GetRequest(this.service, merchantId, returnPolicyId); + this.service = service; } - /// Gets an existing return policy. - public class GetRequest : ShoppingContentBaseServiceRequest + /// + /// Retrieves the status and review eligibility for the Shopping Ads program. Returns errors and warnings if + /// they require action to resolve, will become disapprovals, or impact impressions. Use `accountstatuses` to + /// view all issues for an account. + /// + /// Required. The ID of the account. + public virtual GetRequest Get(long merchantId) + { + return new GetRequest(this.service, merchantId); + } + + /// + /// Retrieves the status and review eligibility for the Shopping Ads program. Returns errors and warnings if + /// they require action to resolve, will become disapprovals, or impact impressions. Use `accountstatuses` to + /// view all issues for an account. + /// + public class GetRequest : ShoppingContentBaseServiceRequest { /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long merchantId, string returnPolicyId) : base(service) + public GetRequest(Google.Apis.Services.IClientService service, long merchantId) : base(service) { MerchantId = merchantId; - ReturnPolicyId = returnPolicyId; InitParameters(); } - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// + /// Required. The ID of the account. [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] public virtual long MerchantId { get; private set; } - /// Required. The id of the return policy to retrieve. - [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReturnPolicyId { get; private set; } - /// Gets the method name. public override string MethodName => "get"; @@ -9210,7 +9221,7 @@ public GetRequest(Google.Apis.Services.IClientService service, long merchantId, public override string HttpMethod => "GET"; /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicyonline/{returnPolicyId}"; + public override string RestPath => "{merchantId}/shoppingadsprogram"; /// Initializes Get parameter list. protected override void InitParameters() @@ -9224,616 +9235,18 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); - RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter - { - Name = "returnPolicyId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); } } - /// Lists all existing return policies. - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// - public virtual ListRequest List(long merchantId) + /// + /// Requests a review of Shopping ads in a specific region. This method deprecated. Use the + /// `MerchantSupportService` to view product and account issues and request a review. + /// + /// The body of the request. + /// Required. The ID of the account. + public virtual RequestreviewRequest Requestreview(Google.Apis.ShoppingContent.v2_1.Data.RequestReviewShoppingAdsRequest body, long merchantId) { - return new ListRequest(this.service, merchantId); - } - - /// Lists all existing return policies. - public class ListRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, long merchantId) : base(service) - { - MerchantId = merchantId; - InitParameters(); - } - - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long MerchantId { get; private set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicyonline"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Updates an existing return policy. - /// The body of the request. - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// - /// Required. The id of the return policy to update. - public virtual PatchRequest Patch(Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId, string returnPolicyId) - { - return new PatchRequest(this.service, body, merchantId, returnPolicyId); - } - - /// Updates an existing return policy. - public class PatchRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Patch request. - public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline body, long merchantId, string returnPolicyId) : base(service) - { - MerchantId = merchantId; - ReturnPolicyId = returnPolicyId; - Body = body; - InitParameters(); - } - - /// - /// Required. The id of the merchant for which to retrieve the return policy online object. - /// - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long MerchantId { get; private set; } - - /// Required. The id of the return policy to update. - [Google.Apis.Util.RequestParameterAttribute("returnPolicyId", Google.Apis.Util.RequestParameterType.Path)] - public virtual string ReturnPolicyId { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicyOnline Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "patch"; - - /// Gets the HTTP method. - public override string HttpMethod => "PATCH"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/returnpolicyonline/{returnPolicyId}"; - - /// Initializes Patch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("returnPolicyId", new Google.Apis.Discovery.Parameter - { - Name = "returnPolicyId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// The "shippingsettings" collection of methods. - public class ShippingsettingsResource - { - private const string Resource = "shippingsettings"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ShippingsettingsResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// Retrieves and updates the shipping settings of multiple accounts in a single request. - /// The body of the request. - public virtual CustombatchRequest Custombatch(Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest body) - { - return new CustombatchRequest(this.service, body); - } - - /// Retrieves and updates the shipping settings of multiple accounts in a single request. - public class CustombatchRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Custombatch request. - public CustombatchRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest body) : base(service) - { - Body = body; - InitParameters(); - } - - /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ShippingsettingsCustomBatchRequest Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "custombatch"; - - /// Gets the HTTP method. - public override string HttpMethod => "POST"; - - /// Gets the REST path. - public override string RestPath => "shippingsettings/batch"; - - /// Initializes Custombatch parameter list. - protected override void InitParameters() - { - base.InitParameters(); - } - } - - /// Retrieves the shipping settings of the account. - /// - /// The ID of the managing account. If this parameter is not the same as accountId, then this account must be a - /// multi-client account and `accountId` must be the ID of a sub-account of this account. - /// - /// The ID of the account for which to get/update shipping settings. - public virtual GetRequest Get(ulong merchantId, ulong accountId) - { - return new GetRequest(this.service, merchantId, accountId); - } - - /// Retrieves the shipping settings of the account. - public class GetRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, ulong merchantId, ulong accountId) : base(service) - { - MerchantId = merchantId; - AccountId = accountId; - InitParameters(); - } - - /// - /// The ID of the managing account. If this parameter is not the same as accountId, then this account must - /// be a multi-client account and `accountId` must be the ID of a sub-account of this account. - /// - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - - /// The ID of the account for which to get/update shipping settings. - [Google.Apis.Util.RequestParameterAttribute("accountId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong AccountId { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/shippingsettings/{accountId}"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("accountId", new Google.Apis.Discovery.Parameter - { - Name = "accountId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Retrieves supported carriers and carrier services for an account. - /// The ID of the account for which to retrieve the supported carriers. - public virtual GetsupportedcarriersRequest Getsupportedcarriers(ulong merchantId) - { - return new GetsupportedcarriersRequest(this.service, merchantId); - } - - /// Retrieves supported carriers and carrier services for an account. - public class GetsupportedcarriersRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Getsupportedcarriers request. - public GetsupportedcarriersRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) - { - MerchantId = merchantId; - InitParameters(); - } - - /// The ID of the account for which to retrieve the supported carriers. - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - - /// Gets the method name. - public override string MethodName => "getsupportedcarriers"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/supportedCarriers"; - - /// Initializes Getsupportedcarriers parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Retrieves supported holidays for an account. - /// The ID of the account for which to retrieve the supported holidays. - public virtual GetsupportedholidaysRequest Getsupportedholidays(ulong merchantId) - { - return new GetsupportedholidaysRequest(this.service, merchantId); - } - - /// Retrieves supported holidays for an account. - public class GetsupportedholidaysRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Getsupportedholidays request. - public GetsupportedholidaysRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) - { - MerchantId = merchantId; - InitParameters(); - } - - /// The ID of the account for which to retrieve the supported holidays. - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - - /// Gets the method name. - public override string MethodName => "getsupportedholidays"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/supportedHolidays"; - - /// Initializes Getsupportedholidays parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Retrieves supported pickup services for an account. - /// The ID of the account for which to retrieve the supported pickup services. - public virtual GetsupportedpickupservicesRequest Getsupportedpickupservices(ulong merchantId) - { - return new GetsupportedpickupservicesRequest(this.service, merchantId); - } - - /// Retrieves supported pickup services for an account. - public class GetsupportedpickupservicesRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Getsupportedpickupservices request. - public GetsupportedpickupservicesRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) - { - MerchantId = merchantId; - InitParameters(); - } - - /// The ID of the account for which to retrieve the supported pickup services. - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - - /// Gets the method name. - public override string MethodName => "getsupportedpickupservices"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/supportedPickupServices"; - - /// Initializes Getsupportedpickupservices parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// Lists the shipping settings of the sub-accounts in your Merchant Center account. - /// The ID of the managing account. This must be a multi-client account. - public virtual ListRequest List(ulong merchantId) - { - return new ListRequest(this.service, merchantId); - } - - /// Lists the shipping settings of the sub-accounts in your Merchant Center account. - public class ListRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new List request. - public ListRequest(Google.Apis.Services.IClientService service, ulong merchantId) : base(service) - { - MerchantId = merchantId; - InitParameters(); - } - - /// The ID of the managing account. This must be a multi-client account. - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - - /// The maximum number of shipping settings to return in the response, used for paging. - [Google.Apis.Util.RequestParameterAttribute("maxResults", Google.Apis.Util.RequestParameterType.Query)] - public virtual System.Nullable MaxResults { get; set; } - - /// The token returned by the previous request. - [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] - public virtual string PageToken { get; set; } - - /// Gets the method name. - public override string MethodName => "list"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/shippingsettings"; - - /// Initializes List parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("maxResults", new Google.Apis.Discovery.Parameter - { - Name = "maxResults", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter - { - Name = "pageToken", - IsRequired = false, - ParameterType = "query", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Updates the shipping settings of the account. Any fields that are not provided are deleted from the - /// resource. - /// - /// The body of the request. - /// - /// The ID of the managing account. If this parameter is not the same as accountId, then this account must be a - /// multi-client account and `accountId` must be the ID of a sub-account of this account. - /// - /// The ID of the account for which to get/update shipping settings. - public virtual UpdateRequest Update(Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings body, ulong merchantId, ulong accountId) - { - return new UpdateRequest(this.service, body, merchantId, accountId); - } - - /// - /// Updates the shipping settings of the account. Any fields that are not provided are deleted from the - /// resource. - /// - public class UpdateRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Update request. - public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings body, ulong merchantId, ulong accountId) : base(service) - { - MerchantId = merchantId; - AccountId = accountId; - Body = body; - InitParameters(); - } - - /// - /// The ID of the managing account. If this parameter is not the same as accountId, then this account must - /// be a multi-client account and `accountId` must be the ID of a sub-account of this account. - /// - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong MerchantId { get; private set; } - - /// The ID of the account for which to get/update shipping settings. - [Google.Apis.Util.RequestParameterAttribute("accountId", Google.Apis.Util.RequestParameterType.Path)] - public virtual ulong AccountId { get; private set; } - - /// Gets or sets the body of this request. - Google.Apis.ShoppingContent.v2_1.Data.ShippingSettings Body { get; set; } - - /// Returns the body of the request. - protected override object GetBody() => Body; - - /// Gets the method name. - public override string MethodName => "update"; - - /// Gets the HTTP method. - public override string HttpMethod => "PUT"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/shippingsettings/{accountId}"; - - /// Initializes Update parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - RequestParameters.Add("accountId", new Google.Apis.Discovery.Parameter - { - Name = "accountId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - } - - /// The "shoppingadsprogram" collection of methods. - public class ShoppingadsprogramResource - { - private const string Resource = "shoppingadsprogram"; - - /// The service which this resource belongs to. - private readonly Google.Apis.Services.IClientService service; - - /// Constructs a new resource. - public ShoppingadsprogramResource(Google.Apis.Services.IClientService service) - { - this.service = service; - } - - /// - /// Retrieves the status and review eligibility for the Shopping Ads program. Returns errors and warnings if - /// they require action to resolve, will become disapprovals, or impact impressions. Use `accountstatuses` to - /// view all issues for an account. - /// - /// Required. The ID of the account. - public virtual GetRequest Get(long merchantId) - { - return new GetRequest(this.service, merchantId); - } - - /// - /// Retrieves the status and review eligibility for the Shopping Ads program. Returns errors and warnings if - /// they require action to resolve, will become disapprovals, or impact impressions. Use `accountstatuses` to - /// view all issues for an account. - /// - public class GetRequest : ShoppingContentBaseServiceRequest - { - /// Constructs a new Get request. - public GetRequest(Google.Apis.Services.IClientService service, long merchantId) : base(service) - { - MerchantId = merchantId; - InitParameters(); - } - - /// Required. The ID of the account. - [Google.Apis.Util.RequestParameterAttribute("merchantId", Google.Apis.Util.RequestParameterType.Path)] - public virtual long MerchantId { get; private set; } - - /// Gets the method name. - public override string MethodName => "get"; - - /// Gets the HTTP method. - public override string HttpMethod => "GET"; - - /// Gets the REST path. - public override string RestPath => "{merchantId}/shoppingadsprogram"; - - /// Initializes Get parameter list. - protected override void InitParameters() - { - base.InitParameters(); - RequestParameters.Add("merchantId", new Google.Apis.Discovery.Parameter - { - Name = "merchantId", - IsRequired = true, - ParameterType = "path", - DefaultValue = null, - Pattern = null, - }); - } - } - - /// - /// Requests a review of Shopping ads in a specific region. This method deprecated. Use the - /// `MerchantSupportService` to view product and account issues and request a review. - /// - /// The body of the request. - /// Required. The ID of the account. - public virtual RequestreviewRequest Requestreview(Google.Apis.ShoppingContent.v2_1.Data.RequestReviewShoppingAdsRequest body, long merchantId) - { - return new RequestreviewRequest(this.service, body, merchantId); + return new RequestreviewRequest(this.service, body, merchantId); } /// @@ -10836,15 +10249,15 @@ public class AccountUser : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("emailAddress")] public virtual string EmailAddress { get; set; } - /// Whether user is an order manager. + /// This role is deprecated and can no longer be assigned. Any value set will be ignored. [Newtonsoft.Json.JsonPropertyAttribute("orderManager")] public virtual System.Nullable OrderManager { get; set; } - /// Whether user can access payment statements. + /// This role is deprecated and can no longer be assigned. Any value set will be ignored. [Newtonsoft.Json.JsonPropertyAttribute("paymentsAnalyst")] public virtual System.Nullable PaymentsAnalyst { get; set; } - /// Whether user can manage payment settings. + /// This role is deprecated and can no longer be assigned. Any value set will be ignored. [Newtonsoft.Json.JsonPropertyAttribute("paymentsManager")] public virtual System.Nullable PaymentsManager { get; set; } @@ -18655,180 +18068,60 @@ public class RequestPhoneVerificationRequest : Google.Apis.Requests.IDirectRespo [Newtonsoft.Json.JsonPropertyAttribute("languageCode")] public virtual string LanguageCode { get; set; } - /// Phone number to be verified. - [Newtonsoft.Json.JsonPropertyAttribute("phoneNumber")] - public virtual string PhoneNumber { get; set; } - - /// - /// Required. Two letter country code for the phone number, for example `CA` for Canadian numbers. See the [ISO - /// 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially - /// assigned codes. - /// - [Newtonsoft.Json.JsonPropertyAttribute("phoneRegionCode")] - public virtual string PhoneRegionCode { get; set; } - - /// Verification method to receive verification code. - [Newtonsoft.Json.JsonPropertyAttribute("phoneVerificationMethod")] - public virtual string PhoneVerificationMethod { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Response message for the RequestPhoneVerification method. - public class RequestPhoneVerificationResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The verification ID to use in subsequent calls to `verifyphonenumber`. - [Newtonsoft.Json.JsonPropertyAttribute("verificationId")] - public virtual string VerificationId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Request message for the RequestReviewFreeListings Program method. - public class RequestReviewFreeListingsRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which - /// review is to be requested. - /// - [Newtonsoft.Json.JsonPropertyAttribute("regionCode")] - public virtual string RegionCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Request message for the RequestReviewShoppingAds program method. - public class RequestReviewShoppingAdsRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which - /// review is to be requested. - /// - [Newtonsoft.Json.JsonPropertyAttribute("regionCode")] - public virtual string RegionCode { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - /// Return address resource. - public class ReturnAddress : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. The address. - [Newtonsoft.Json.JsonPropertyAttribute("address")] - public virtual ReturnAddressAddress Address { get; set; } - - /// Required. The country of sale where the return address is applicable. - [Newtonsoft.Json.JsonPropertyAttribute("country")] - public virtual string Country { get; set; } - - /// - /// Identifies what kind of resource this is. Value: the fixed string "`content#returnAddress`" - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - - /// - /// Required. The user-defined label of the return address. For the default address, use the label "default". - /// - [Newtonsoft.Json.JsonPropertyAttribute("label")] - public virtual string Label { get; set; } - - /// Required. The merchant's contact phone number regarding the return. + /// Phone number to be verified. [Newtonsoft.Json.JsonPropertyAttribute("phoneNumber")] public virtual string PhoneNumber { get; set; } - /// Return address ID generated by Google. - [Newtonsoft.Json.JsonPropertyAttribute("returnAddressId")] - public virtual string ReturnAddressId { get; set; } + /// + /// Required. Two letter country code for the phone number, for example `CA` for Canadian numbers. See the [ISO + /// 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially + /// assigned codes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("phoneRegionCode")] + public virtual string PhoneRegionCode { get; set; } + + /// Verification method to receive verification code. + [Newtonsoft.Json.JsonPropertyAttribute("phoneVerificationMethod")] + public virtual string PhoneVerificationMethod { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - public class ReturnAddressAddress : Google.Apis.Requests.IDirectResponseSchema + /// Response message for the RequestPhoneVerification method. + public class RequestPhoneVerificationResponse : Google.Apis.Requests.IDirectResponseSchema { - /// CLDR country code (for example, "US"). - [Newtonsoft.Json.JsonPropertyAttribute("country")] - public virtual string Country { get; set; } - - /// - /// City, town or commune. May also include dependent localities or sublocalities (for example, neighborhoods or - /// suburbs). - /// - [Newtonsoft.Json.JsonPropertyAttribute("locality")] - public virtual string Locality { get; set; } - - /// Postal code or ZIP (for example, "94043"). - [Newtonsoft.Json.JsonPropertyAttribute("postalCode")] - public virtual string PostalCode { get; set; } - - /// Name of the recipient to address returns to. - [Newtonsoft.Json.JsonPropertyAttribute("recipientName")] - public virtual string RecipientName { get; set; } + /// The verification ID to use in subsequent calls to `verifyphonenumber`. + [Newtonsoft.Json.JsonPropertyAttribute("verificationId")] + public virtual string VerificationId { get; set; } - /// - /// Top-level administrative subdivision of the country. For example, a state like California ("CA") or a - /// province like Quebec ("QC"). - /// - [Newtonsoft.Json.JsonPropertyAttribute("region")] - public virtual string Region { get; set; } + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Request message for the RequestReviewFreeListings Program method. + public class RequestReviewFreeListingsRequest : Google.Apis.Requests.IDirectResponseSchema + { /// - /// Street-level part of the address. May be up to two lines, each line specified as an array element. + /// The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which + /// review is to be requested. /// - [Newtonsoft.Json.JsonPropertyAttribute("streetAddress")] - public virtual System.Collections.Generic.IList StreetAddress { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("regionCode")] + public virtual string RegionCode { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } } - /// Return policy resource. - public class ReturnPolicy : Google.Apis.Requests.IDirectResponseSchema + /// Request message for the RequestReviewShoppingAds program method. + public class RequestReviewShoppingAdsRequest : Google.Apis.Requests.IDirectResponseSchema { - /// Required. The country of sale where the return policy is applicable. - [Newtonsoft.Json.JsonPropertyAttribute("country")] - public virtual string Country { get; set; } - - /// - /// Identifies what kind of resource this is. Value: the fixed string "`content#returnPolicy`" - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - /// - /// Required. The user-defined label of the return policy. For the default policy, use the label "default". + /// The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which + /// review is to be requested. /// - [Newtonsoft.Json.JsonPropertyAttribute("label")] - public virtual string Label { get; set; } - - /// Required. The name of the policy as shown in Merchant Center. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Return reasons that will incur return fees. - [Newtonsoft.Json.JsonPropertyAttribute("nonFreeReturnReasons")] - public virtual System.Collections.Generic.IList NonFreeReturnReasons { get; set; } - - /// Required. The policy. - [Newtonsoft.Json.JsonPropertyAttribute("policy")] - public virtual ReturnPolicyPolicy Policy { get; set; } - - /// Return policy ID generated by Google. - [Newtonsoft.Json.JsonPropertyAttribute("returnPolicyId")] - public virtual string ReturnPolicyId { get; set; } - - /// The return shipping fee that will apply to non free return reasons. - [Newtonsoft.Json.JsonPropertyAttribute("returnShippingFee")] - public virtual Price ReturnShippingFee { get; set; } - - /// An optional list of seasonal overrides. - [Newtonsoft.Json.JsonPropertyAttribute("seasonalOverrides")] - public virtual System.Collections.Generic.IList SeasonalOverrides { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("regionCode")] + public virtual string RegionCode { get; set; } /// The ETag of the item. public virtual string ETag { get; set; } @@ -18984,255 +18277,6 @@ public class ReturnPolicyOnlineReturnShippingFee : Google.Apis.Requests.IDirectR public virtual string ETag { get; set; } } - public class ReturnPolicyPolicy : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Required. Last day for returning the items. In ISO 8601 format. When specifying the return window like this, - /// set the policy type to "lastReturnDate". Use this for seasonal overrides only. - /// - [Newtonsoft.Json.JsonPropertyAttribute("lastReturnDate")] - public virtual string LastReturnDate { get; set; } - - /// - /// The number of days items can be returned after delivery, where one day is defined to be 24 hours after the - /// delivery timestamp. When specifying the return window like this, set the policy type to - /// "numberOfDaysAfterDelivery". Acceptable values are 30, 45, 60, 90, 100, 180, 270 and 365 for the default - /// policy. Additional policies further allow 14, 15, 21 and 28 days, but note that for most items a minimum of - /// 30 days is required for returns. Exceptions may be made for electronics. A policy of less than 30 days can - /// only be applied to those items. - /// - [Newtonsoft.Json.JsonPropertyAttribute("numberOfDays")] - public virtual System.Nullable NumberOfDays { get; set; } - - /// - /// Policy type. Use "lastReturnDate" for seasonal overrides only. Note that for most items a minimum of 30 days - /// is required for returns. Exceptions may be made for electronics or non-returnable items such as food, - /// perishables, and living things. A policy of less than 30 days can only be applied to those items. Acceptable - /// values are: - "`lastReturnDate`" - "`lifetimeReturns`" - "`noReturns`" - "`numberOfDaysAfterDelivery`" - /// - [Newtonsoft.Json.JsonPropertyAttribute("type")] - public virtual string Type { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnPolicySeasonalOverride : Google.Apis.Requests.IDirectResponseSchema - { - /// Required. Last day on which the override applies. In ISO 8601 format. - [Newtonsoft.Json.JsonPropertyAttribute("endDate")] - public virtual string EndDate { get; set; } - - /// Required. The name of the seasonal override as shown in Merchant Center. - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } - - /// Required. The policy which is in effect during that time. - [Newtonsoft.Json.JsonPropertyAttribute("policy")] - public virtual ReturnPolicyPolicy Policy { get; set; } - - /// Required. First day on which the override applies. In ISO 8601 format. - [Newtonsoft.Json.JsonPropertyAttribute("startDate")] - public virtual string StartDate { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnaddressCustomBatchRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// The request entries to be processed in the batch. - [Newtonsoft.Json.JsonPropertyAttribute("entries")] - public virtual System.Collections.Generic.IList Entries { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnaddressCustomBatchRequestEntry : Google.Apis.Requests.IDirectResponseSchema - { - /// An entry ID, unique within the batch request. - [Newtonsoft.Json.JsonPropertyAttribute("batchId")] - public virtual System.Nullable BatchId { get; set; } - - /// The Merchant Center account ID. - [Newtonsoft.Json.JsonPropertyAttribute("merchantId")] - public virtual System.Nullable MerchantId { get; set; } - - /// - /// Method of the batch request entry. Acceptable values are: - "`delete`" - "`get`" - "`insert`" - /// - [Newtonsoft.Json.JsonPropertyAttribute("method")] - public virtual string Method { get; set; } - - /// The return address to submit. This should be set only if the method is `insert`. - [Newtonsoft.Json.JsonPropertyAttribute("returnAddress")] - public virtual ReturnAddress ReturnAddress { get; set; } - - /// The return address ID. This should be set only if the method is `delete` or `get`. - [Newtonsoft.Json.JsonPropertyAttribute("returnAddressId")] - public virtual string ReturnAddressId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnaddressCustomBatchResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The result of the execution of the batch requests. - [Newtonsoft.Json.JsonPropertyAttribute("entries")] - public virtual System.Collections.Generic.IList Entries { get; set; } - - /// - /// Identifies what kind of resource this is. Value: the fixed string - /// "`content#returnaddressCustomBatchResponse`". - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnaddressCustomBatchResponseEntry : Google.Apis.Requests.IDirectResponseSchema - { - /// The ID of the request entry to which this entry responds. - [Newtonsoft.Json.JsonPropertyAttribute("batchId")] - public virtual System.Nullable BatchId { get; set; } - - /// A list of errors defined if, and only if, the request failed. - [Newtonsoft.Json.JsonPropertyAttribute("errors")] - public virtual Errors Errors { get; set; } - - /// - /// Identifies what kind of resource this is. Value: the fixed string - /// "`content#returnaddressCustomBatchResponseEntry`" - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - - /// The retrieved return address. - [Newtonsoft.Json.JsonPropertyAttribute("returnAddress")] - public virtual ReturnAddress ReturnAddress { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnaddressListResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Identifies what kind of resource this is. Value: the fixed string "`content#returnaddressListResponse`". - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - - /// The token for the retrieval of the next page of addresses. - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("resources")] - public virtual System.Collections.Generic.IList Resources { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnpolicyCustomBatchRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// The request entries to be processed in the batch. - [Newtonsoft.Json.JsonPropertyAttribute("entries")] - public virtual System.Collections.Generic.IList Entries { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnpolicyCustomBatchRequestEntry : Google.Apis.Requests.IDirectResponseSchema - { - /// An entry ID, unique within the batch request. - [Newtonsoft.Json.JsonPropertyAttribute("batchId")] - public virtual System.Nullable BatchId { get; set; } - - /// The Merchant Center account ID. - [Newtonsoft.Json.JsonPropertyAttribute("merchantId")] - public virtual System.Nullable MerchantId { get; set; } - - /// - /// Method of the batch request entry. Acceptable values are: - "`delete`" - "`get`" - "`insert`" - /// - [Newtonsoft.Json.JsonPropertyAttribute("method")] - public virtual string Method { get; set; } - - /// The return policy to submit. This should be set only if the method is `insert`. - [Newtonsoft.Json.JsonPropertyAttribute("returnPolicy")] - public virtual ReturnPolicy ReturnPolicy { get; set; } - - /// The return policy ID. This should be set only if the method is `delete` or `get`. - [Newtonsoft.Json.JsonPropertyAttribute("returnPolicyId")] - public virtual string ReturnPolicyId { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnpolicyCustomBatchResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// The result of the execution of the batch requests. - [Newtonsoft.Json.JsonPropertyAttribute("entries")] - public virtual System.Collections.Generic.IList Entries { get; set; } - - /// - /// Identifies what kind of resource this is. Value: the fixed string - /// "`content#returnpolicyCustomBatchResponse`". - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnpolicyCustomBatchResponseEntry : Google.Apis.Requests.IDirectResponseSchema - { - /// The ID of the request entry to which this entry responds. - [Newtonsoft.Json.JsonPropertyAttribute("batchId")] - public virtual System.Nullable BatchId { get; set; } - - /// A list of errors defined if, and only if, the request failed. - [Newtonsoft.Json.JsonPropertyAttribute("errors")] - public virtual Errors Errors { get; set; } - - /// - /// Identifies what kind of resource this is. Value: the fixed string - /// "`content#returnpolicyCustomBatchResponseEntry`" - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - - /// The retrieved return policy. - [Newtonsoft.Json.JsonPropertyAttribute("returnPolicy")] - public virtual ReturnPolicy ReturnPolicy { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - - public class ReturnpolicyListResponse : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Identifies what kind of resource this is. Value: the fixed string "`content#returnpolicyListResponse`". - /// - [Newtonsoft.Json.JsonPropertyAttribute("kind")] - public virtual string Kind { get; set; } - - [Newtonsoft.Json.JsonPropertyAttribute("resources")] - public virtual System.Collections.Generic.IList Resources { get; set; } - - /// The ETag of the item. - public virtual string ETag { get; set; } - } - public class Row : Google.Apis.Requests.IDirectResponseSchema { /// diff --git a/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj b/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj index f88a362971b..0e2f4282af5 100644 --- a/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj +++ b/Src/Generated/Google.Apis.ShoppingContent.v2_1/Google.Apis.ShoppingContent.v2_1.csproj @@ -3,7 +3,7 @@ Google.Apis.ShoppingContent.v2_1 Client Library - 1.71.0.3916 + 1.72.0.3968 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.cs b/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.cs index 49d16c248a2..4ef16a718a8 100644 --- a/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.cs +++ b/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.cs @@ -305,6 +305,15 @@ public FindClosestRequest(Google.Apis.Services.IClientService service) : base(se InitParameters(); } + /// + /// Optional. Whether to require exact quality of the imagery. If set to false, the `required_quality` field + /// is interpreted as the minimum required quality, such that HIGH quality imagery may be returned when + /// `required_quality` is set to MEDIUM. If set to true, `required_quality` is interpreted as the exact + /// required quality and only `MEDIUM` quality imagery is returned if `required_quality` is set to `MEDIUM`. + /// + [Google.Apis.Util.RequestParameterAttribute("exactQualityRequired", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ExactQualityRequired { get; set; } + /// Optional. Specifies the pre-GA features to enable. /// /// Use this property to set a single value for the parameter, or to set @@ -396,6 +405,14 @@ public enum RequiredQualityEnum protected override void InitParameters() { base.InitParameters(); + RequestParameters.Add("exactQualityRequired", new Google.Apis.Discovery.Parameter + { + Name = "exactQualityRequired", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); RequestParameters.Add("experiments", new Google.Apis.Discovery.Parameter { Name = "experiments", diff --git a/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.csproj b/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.csproj index 980bfdaf3fe..ff1eb6520d0 100644 --- a/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.csproj +++ b/Src/Generated/Google.Apis.Solar.v1/Google.Apis.Solar.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Solar.v1 Client Library - 1.70.0.3868 + 1.72.0.3952 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.cs b/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.cs index 21913bdbb50..c4f275a1347 100644 --- a/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.cs +++ b/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.cs @@ -677,6 +677,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -722,6 +733,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -965,6 +984,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1010,6 +1040,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1848,6 +1886,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1893,6 +1942,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3804,6 +3861,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -3849,6 +3917,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -6581,6 +6657,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in + /// an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -6626,6 +6713,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -7290,6 +7385,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -7335,6 +7441,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -8972,9 +9086,9 @@ public class BackupScheduleSpec : Google.Apis.Requests.IDirectResponseSchema public class BatchCreateSessionsRequest : Google.Apis.Requests.IDirectResponseSchema { /// - /// Required. The number of sessions to be created in this batch call. The API can return fewer than the - /// requested number of sessions. If a specific number of sessions are desired, the client can make additional - /// calls to `BatchCreateSessions` (adjusting session_count as necessary). + /// Required. The number of sessions to be created in this batch call. At least one session is created. The API + /// can return fewer than the requested number of sessions. If a specific number of sessions are desired, the + /// client can make additional calls to `BatchCreateSessions` (adjusting session_count as necessary). /// [Newtonsoft.Json.JsonPropertyAttribute("sessionCount")] public virtual System.Nullable SessionCount { get; set; } @@ -11856,6 +11970,14 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset /// An isolated set of Cloud Spanner resources that databases can define placements on. public class InstancePartition : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. The autoscaling configuration. Autoscaling is enabled if this field is set. When autoscaling is + /// enabled, fields in compute_capacity are treated as OUTPUT_ONLY fields and reflect the current compute + /// capacity allocated to the instance partition. + /// + [Newtonsoft.Json.JsonPropertyAttribute("autoscalingConfig")] + public virtual AutoscalingConfig AutoscalingConfig { get; set; } + /// /// Required. The name of the instance partition's configuration. Values are of the form /// `projects//instanceConfigs/`. See also InstanceConfig and ListInstanceConfigs. @@ -12421,6 +12543,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj b/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj index 30b72cc1e0e..ab407eb2806 100644 --- a/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj +++ b/Src/Generated/Google.Apis.Spanner.v1/Google.Apis.Spanner.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Spanner.v1 Client Library - 1.71.0.3915 + 1.72.0.3956 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.cs b/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.cs index b9ee49f3f6a..3eeafe883a1 100644 --- a/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.cs +++ b/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.cs @@ -1033,8 +1033,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1193,6 +1193,13 @@ public class Counters : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("succeededObjectCount")] public virtual System.Nullable SucceededObjectCount { get; set; } + /// + /// Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list + /// object configuration. + /// + [Newtonsoft.Json.JsonPropertyAttribute("totalBytesFound")] + public virtual System.Nullable TotalBytesFound { get; set; } + /// Output only. Number of objects listed. [Newtonsoft.Json.JsonPropertyAttribute("totalObjectCount")] public virtual System.Nullable TotalObjectCount { get; set; } @@ -1361,6 +1368,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } + /// + /// Optional. If true, the job will run in dry run mode, returning the total object count and, if the object + /// configuration is a prefix list, the bytes found from source. No transformations will be performed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("dryRun")] + public virtual System.Nullable DryRun { get; set; } + /// Output only. Summarizes errors encountered with sample error log entries. [Newtonsoft.Json.JsonPropertyAttribute("errorSummaries")] public virtual System.Collections.Generic.IList ErrorSummaries { get; set; } @@ -1560,6 +1574,24 @@ public class Manifest : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Describes options for object retention update. + public class ObjectRetention : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Required. The time when the object will be retained until. UNSET will clear the retention. Must be specified + /// in RFC 3339 format e.g. YYYY-MM-DD'T'HH:MM:SS.SS'Z' or YYYY-MM-DD'T'HH:MM:SS'Z'. + /// + [Newtonsoft.Json.JsonPropertyAttribute("retainUntilTime")] + public virtual string RetainUntilTime { get; set; } + + /// Required. The retention mode of the object. + [Newtonsoft.Json.JsonPropertyAttribute("retentionMode")] + public virtual string RetentionMode { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// This resource represents a long-running operation that is the result of a network API call. public class Operation : Google.Apis.Requests.IDirectResponseSchema { @@ -1779,6 +1811,15 @@ public class PutMetadata : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("customTime")] public virtual string CustomTime { get; set; } + /// + /// Optional. Updates objects retention lock configuration. Unset values will be ignored. Set empty values to + /// clear the retention for the object with existing `Unlocked` retention mode. Object with existing `Locked` + /// retention mode cannot be cleared or reduce retain_until_time. Refer to documentation in + /// https://cloud.google.com/storage/docs/object-lock + /// + [Newtonsoft.Json.JsonPropertyAttribute("objectRetention")] + public virtual ObjectRetention ObjectRetention { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.csproj b/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.csproj index 6420733e384..6f69f60af9a 100644 --- a/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.csproj +++ b/Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.StorageBatchOperations.v1 Client Library - 1.71.0.3919 + 1.72.0.3954 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.cs b/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.cs index ecfedbd9c11..22574f2c8b4 100644 --- a/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.cs +++ b/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.cs @@ -1304,6 +1304,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name, str [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1349,6 +1359,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } @@ -1597,6 +1615,13 @@ public class AwsS3Data : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("path")] public virtual string Path { get; set; } + /// + /// Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format: + /// `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("privateNetworkService")] + public virtual string PrivateNetworkService { get; set; } + /// /// The Amazon Resource Name (ARN) of the role to support temporary credentials via `AssumeRoleWithWebIdentity`. /// For more information about ARNs, see [IAM @@ -1657,6 +1682,13 @@ public class AzureBlobStorageData : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("path")] public virtual string Path { get; set; } + /// + /// Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format: + /// `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}` + /// + [Newtonsoft.Json.JsonPropertyAttribute("privateNetworkService")] + public virtual string PrivateNetworkService { get; set; } + /// Required. The name of the Azure Storage account. [Newtonsoft.Json.JsonPropertyAttribute("storageAccount")] public virtual string StorageAccount { get; set; } @@ -1741,7 +1773,7 @@ public class Empty : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } - /// An entry describing an error that has occurred. + /// LINT.IfChange An entry describing an error that has occurred. public class ErrorLogEntry : Google.Apis.Requests.IDirectResponseSchema { /// Optional. A list of messages that carry the error details. @@ -2027,6 +2059,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -2312,6 +2352,10 @@ public virtual System.DateTimeOffset? LastModifiedSinceDateTimeOffset set => LastModifiedSinceRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } + /// Optional. If specified, only objects matching this glob are transferred. + [Newtonsoft.Json.JsonPropertyAttribute("matchGlob")] + public virtual string MatchGlob { get; set; } + /// /// Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification /// time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the diff --git a/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj b/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj index 2ba216f3c8b..dbd7eb9746c 100644 --- a/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj +++ b/Src/Generated/Google.Apis.Storagetransfer.v1/Google.Apis.Storagetransfer.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Storagetransfer.v1 Client Library - 1.70.0.3865 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.cs b/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.cs index 9d988bff2fd..80898597089 100644 --- a/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.cs +++ b/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.cs @@ -1074,6 +1074,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1119,6 +1130,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1522,6 +1541,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj b/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj index ff2f1529a97..26d9f89d1a1 100644 --- a/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj +++ b/Src/Generated/Google.Apis.TPU.v1/Google.Apis.TPU.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v1 Client Library - 1.70.0.3898 + 1.72.0.3930 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.cs b/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.cs index 244bf6907d3..a227df0f346 100644 --- a/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.cs +++ b/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.cs @@ -1098,6 +1098,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1143,6 +1154,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1546,6 +1565,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj b/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj index 4564b2839a0..c03e5ed4b27 100644 --- a/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.TPU.v1alpha1/Google.Apis.TPU.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v1alpha1 Client Library - 1.70.0.3898 + 1.72.0.3930 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.cs b/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.cs index 81f8f87d436..57b597021c1 100644 --- a/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.cs +++ b/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.cs @@ -1143,6 +1143,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1188,6 +1199,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2298,6 +2317,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj b/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj index c0bc2d5d0f7..b732abf228f 100644 --- a/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj +++ b/Src/Generated/Google.Apis.TPU.v2/Google.Apis.TPU.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v2 Client Library - 1.70.0.3898 + 1.72.0.3930 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.cs b/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.cs index 5793ef7b0fd..de3bc4c92e8 100644 --- a/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.cs +++ b/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.cs @@ -1274,6 +1274,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1319,6 +1330,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2683,6 +2702,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj b/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj index 355c61a660e..fd82b7c8026 100644 --- a/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj +++ b/Src/Generated/Google.Apis.TPU.v2alpha1/Google.Apis.TPU.v2alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.TPU.v2alpha1 Client Library - 1.71.0.3913 + 1.72.0.3930 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.cs b/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.cs index d96919048d7..a8f19973605 100644 --- a/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.cs +++ b/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.cs @@ -1436,9 +1436,10 @@ public class Task : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable Deleted { get; set; } /// - /// Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the - /// time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the - /// time that a task is due via the API. + /// Scheduled date for the task (as an RFC 3339 timestamp). Optional. This represents the day that the task + /// should be done, or that the task is visible on the calendar grid. It doesn't represent the deadline of the + /// task. Only date information is recorded; the time portion of the timestamp is discarded when setting this + /// field. It isn't possible to read or write the time that a task is scheduled for using the API. /// [Newtonsoft.Json.JsonPropertyAttribute("due")] public virtual string Due { get; set; } diff --git a/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj b/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj index 755d2712254..cbd06f906e3 100644 --- a/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj +++ b/Src/Generated/Google.Apis.Tasks.v1/Google.Apis.Tasks.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Tasks.v1 Client Library - 1.69.0.3790 + 1.72.0.3958 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.cs b/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.cs index a6e03f3efcf..a5eee1594b5 100644 --- a/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.cs +++ b/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.cs @@ -3243,7 +3243,7 @@ public class TestSetup : Google.Apis.Requests.IDirectResponseSchema /// /// APKs to install in addition to those being directly tested. These will be installed after the app under - /// test. Currently capped at 100. + /// test. Limited to a combined total of 100 initial setup and additional files. /// [Newtonsoft.Json.JsonPropertyAttribute("additionalApks")] public virtual System.Collections.Generic.IList AdditionalApks { get; set; } @@ -3271,7 +3271,8 @@ public class TestSetup : Google.Apis.Requests.IDirectResponseSchema public virtual System.Collections.Generic.IList FilesToPush { get; set; } /// - /// Optional. Initial setup APKs to install before the app under test is installed. Currently capped at 100. + /// Optional. Initial setup APKs to install before the app under test is installed. Limited to a combined total + /// of 100 initial setup and additional files. /// [Newtonsoft.Json.JsonPropertyAttribute("initialSetupApks")] public virtual System.Collections.Generic.IList InitialSetupApks { get; set; } diff --git a/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj b/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj index a3a6682e739..434d419f290 100644 --- a/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj +++ b/Src/Generated/Google.Apis.Testing.v1/Google.Apis.Testing.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Testing.v1 Client Library - 1.70.0.3883 + 1.72.0.3967 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.cs b/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.cs index b4cd42e3a47..8864755f5cb 100644 --- a/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.cs +++ b/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.cs @@ -549,6 +549,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -594,6 +605,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -786,6 +805,13 @@ public class AdvancedVoiceOptions : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("lowLatencyJourneySynthesis")] public virtual System.Nullable LowLatencyJourneySynthesis { get; set; } + /// + /// Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to + /// Invoiced (Offline) Cloud billing accounts. Otherwise, will return result google.rpc.Code.INVALID_ARGUMENT. + /// + [Newtonsoft.Json.JsonPropertyAttribute("relaxSafetyFilters")] + public virtual System.Nullable RelaxSafetyFilters { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -1010,6 +1036,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj b/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj index ad649276a17..32fb4d2dead 100644 --- a/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj +++ b/Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Texttospeech.v1 Client Library - 1.71.0.3918 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.cs b/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.cs index 57eaa7796bb..b5fc4a7bbf3 100644 --- a/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.cs +++ b/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.cs @@ -410,6 +410,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -455,6 +466,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -647,6 +666,13 @@ public class AdvancedVoiceOptions : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("lowLatencyJourneySynthesis")] public virtual System.Nullable LowLatencyJourneySynthesis { get; set; } + /// + /// Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to + /// Invoiced (Offline) Cloud billing accounts. Otherwise, will return result google.rpc.Code.INVALID_ARGUMENT. + /// + [Newtonsoft.Json.JsonPropertyAttribute("relaxSafetyFilters")] + public virtual System.Nullable RelaxSafetyFilters { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -853,6 +879,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj b/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj index 6f9acc22015..89706b3715d 100644 --- a/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj +++ b/Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj @@ -3,7 +3,7 @@ Google.Apis.Texttospeech.v1beta1 Client Library - 1.71.0.3918 + 1.72.0.3939 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj b/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj index 35bf80cf471..c90b5216299 100644 --- a/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj +++ b/Src/Generated/Google.Apis.TrafficDirectorService.v2/Google.Apis.TrafficDirectorService.v2.csproj @@ -3,7 +3,7 @@ Google.Apis.TrafficDirectorService.v2 Client Library - 1.71.0.3903 + 1.72.0.3940 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj b/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj index f253da04872..f69fa3de775 100644 --- a/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj +++ b/Src/Generated/Google.Apis.TrafficDirectorService.v3/Google.Apis.TrafficDirectorService.v3.csproj @@ -3,7 +3,7 @@ Google.Apis.TrafficDirectorService.v3 Client Library - 1.71.0.3903 + 1.72.0.3940 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.cs b/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.cs index b51b05c358a..c2e85c57a23 100644 --- a/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.cs +++ b/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.cs @@ -313,6 +313,99 @@ protected override void InitParameters() } } + /// + /// Stateless method to retrieve GHG emissions estimates for a set of flight segments for Scope 3 reporting. The + /// response will contain all entries that match the input Scope3FlightSegment flight segments, in the same + /// order provided. The estimates will be computed using the following cascading logic (using the first one that + /// is available): 1. TIM-based emissions given origin, destination, carrier, flightNumber, departureDate, and + /// cabinClass. 2. Typical flight emissions given origin, destination, year in departureDate, and cabinClass. 3. + /// Distance-based emissions calculated using distanceKm, year in departureDate, and cabinClass. If there is a + /// future flight requested in this calendar year, we do not support Tier 1 emissions and will fallback to Tier + /// 2 or 3 emissions. If the requested future flight is in not in this calendar year, we will return an empty + /// response. We recommend that for future flights, computeFlightEmissions API is used instead. If there are no + /// estimates available for a certain flight with any of the three methods, the response will return a + /// Scope3FlightEmissions object with empty emission fields. The request will still be considered successful. + /// Generally, missing emissions estimates occur when the flight is unknown to the server (e.g. no specific + /// flight exists, or typical flight emissions are not available for the requested pair). The request will fail + /// with an `INVALID_ARGUMENT` error if: * The request contains more than 1,000 flight legs. * The input flight + /// leg is missing one or more identifiers. For example, missing origin/destination without a valid distance for + /// TIM_EMISSIONS or TYPICAL_FLIGHT_EMISSIONS type matching, or missing distance for a DISTANCE_BASED_EMISSIONS + /// type matching (if you want to fallback to distance-based emissions or want a distance-based emissions + /// estimate, you need to specify a distance). * The flight date is before 2019 (Scope 3 data is only available + /// for 2019 and after). * The flight distance is 0 or lower. * Missing cabin class. Because the request is + /// processed with fallback logic, it is possible that misconfigured requests return valid emissions estimates + /// using fallback methods. For example, if a request has the wrong flight number but specifies the origin and + /// destination, the request will still succeed, but the returned emissions will be based solely on the typical + /// flight emissions. Similarly, if a request is missing the origin for a typical flight emissions request, but + /// specifies a valid distance, the request could succeed based solely on the distance-based emissions. + /// Consequently, one should check the source of the returned emissions (source) to confirm the results are as + /// expected. + /// + /// The body of the request. + public virtual ComputeScope3FlightEmissionsRequest ComputeScope3FlightEmissions(Google.Apis.TravelImpactModel.v1.Data.ComputeScope3FlightEmissionsRequest body) + { + return new ComputeScope3FlightEmissionsRequest(this.service, body); + } + + /// + /// Stateless method to retrieve GHG emissions estimates for a set of flight segments for Scope 3 reporting. The + /// response will contain all entries that match the input Scope3FlightSegment flight segments, in the same + /// order provided. The estimates will be computed using the following cascading logic (using the first one that + /// is available): 1. TIM-based emissions given origin, destination, carrier, flightNumber, departureDate, and + /// cabinClass. 2. Typical flight emissions given origin, destination, year in departureDate, and cabinClass. 3. + /// Distance-based emissions calculated using distanceKm, year in departureDate, and cabinClass. If there is a + /// future flight requested in this calendar year, we do not support Tier 1 emissions and will fallback to Tier + /// 2 or 3 emissions. If the requested future flight is in not in this calendar year, we will return an empty + /// response. We recommend that for future flights, computeFlightEmissions API is used instead. If there are no + /// estimates available for a certain flight with any of the three methods, the response will return a + /// Scope3FlightEmissions object with empty emission fields. The request will still be considered successful. + /// Generally, missing emissions estimates occur when the flight is unknown to the server (e.g. no specific + /// flight exists, or typical flight emissions are not available for the requested pair). The request will fail + /// with an `INVALID_ARGUMENT` error if: * The request contains more than 1,000 flight legs. * The input flight + /// leg is missing one or more identifiers. For example, missing origin/destination without a valid distance for + /// TIM_EMISSIONS or TYPICAL_FLIGHT_EMISSIONS type matching, or missing distance for a DISTANCE_BASED_EMISSIONS + /// type matching (if you want to fallback to distance-based emissions or want a distance-based emissions + /// estimate, you need to specify a distance). * The flight date is before 2019 (Scope 3 data is only available + /// for 2019 and after). * The flight distance is 0 or lower. * Missing cabin class. Because the request is + /// processed with fallback logic, it is possible that misconfigured requests return valid emissions estimates + /// using fallback methods. For example, if a request has the wrong flight number but specifies the origin and + /// destination, the request will still succeed, but the returned emissions will be based solely on the typical + /// flight emissions. Similarly, if a request is missing the origin for a typical flight emissions request, but + /// specifies a valid distance, the request could succeed based solely on the distance-based emissions. + /// Consequently, one should check the source of the returned emissions (source) to confirm the results are as + /// expected. + /// + public class ComputeScope3FlightEmissionsRequest : TravelImpactModelBaseServiceRequest + { + /// Constructs a new ComputeScope3FlightEmissions request. + public ComputeScope3FlightEmissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.TravelImpactModel.v1.Data.ComputeScope3FlightEmissionsRequest body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.TravelImpactModel.v1.Data.ComputeScope3FlightEmissionsRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "computeScope3FlightEmissions"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/flights:computeScope3FlightEmissions"; + + /// Initializes ComputeScope3FlightEmissions parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + /// /// Retrieves typical flight emissions estimates between two airports, also known as a market. If there are no /// estimates available for a certain market, the response will return the market object with empty emission @@ -399,6 +492,40 @@ public class ComputeFlightEmissionsResponse : Google.Apis.Requests.IDirectRespon public virtual string ETag { get; set; } } + /// A list of flight segments to request the Scope 3 emissions for. + public class ComputeScope3FlightEmissionsRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Flights to return emission estimates for. + [Newtonsoft.Json.JsonPropertyAttribute("flights")] + public virtual System.Collections.Generic.IList Flights { get; set; } + + /// + /// Optional. The model version under which emission estimates for all flights in this request were computed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelVersion")] + public virtual ModelVersion ModelVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A list of flights with Scope 3 emission estimates. + public class ComputeScope3FlightEmissionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// List of flight segments with emission estimates. + [Newtonsoft.Json.JsonPropertyAttribute("flightEmissions")] + public virtual System.Collections.Generic.IList FlightEmissions { get; set; } + + /// + /// The model version under which emission estimates for all flights in this response were computed. + /// + [Newtonsoft.Json.JsonPropertyAttribute("modelVersion")] + public virtual ModelVersion ModelVersion { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// A list of pair of airports (markets) to request the typical emissions for. public class ComputeTypicalFlightEmissionsRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -643,6 +770,105 @@ public class ModelVersion : Google.Apis.Requests.IDirectResponseSchema public virtual string ETag { get; set; } } + /// Scope 3 flight with emission estimates. + public class Scope3FlightEmissions : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. Matches the flight identifiers in the request. + [Newtonsoft.Json.JsonPropertyAttribute("flight")] + public virtual Scope3FlightSegment Flight { get; set; } + + /// Optional. The source of the emissions data. + [Newtonsoft.Json.JsonPropertyAttribute("source")] + public virtual string Source { get; set; } + + /// Optional. Tank-to-wake flight emissions per passenger based on the requested info. + [Newtonsoft.Json.JsonPropertyAttribute("ttwEmissionsGramsPerPax")] + public virtual System.Nullable TtwEmissionsGramsPerPax { get; set; } + + /// Optional. Well-to-tank flight emissions per passenger based on the requested info. + [Newtonsoft.Json.JsonPropertyAttribute("wttEmissionsGramsPerPax")] + public virtual System.Nullable WttEmissionsGramsPerPax { get; set; } + + /// + /// Optional. Total flight emissions (sum of well-to-tank and tank-to-wake) per passenger based on the requested + /// info. This is the total emissions and unless you have specific reasons for using TTW or WTT emissions, you + /// should use this number. + /// + [Newtonsoft.Json.JsonPropertyAttribute("wtwEmissionsGramsPerPax")] + public virtual System.Nullable WtwEmissionsGramsPerPax { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Flight parameters with which the Scope 3 emissions are fetched. + public class Scope3FlightSegment : Google.Apis.Requests.IDirectResponseSchema + { + /// Required. The cabin class of the flight. + [Newtonsoft.Json.JsonPropertyAttribute("cabinClass")] + public virtual string CabinClass { get; set; } + + /// + /// Optional. 2-character [IATA carrier code](https://www.iata.org/en/publications/directories/code-search/), + /// e.g. `KE`. This is required if specific flight matching is desired. Otherwise, this is unused for typical + /// flight and distance-based emissions models. This could be both operating and marketing carrier code (i.e. + /// codeshare is covered). + /// + [Newtonsoft.Json.JsonPropertyAttribute("carrierCode")] + public virtual string CarrierCode { get; set; } + + /// + /// Required. Date of the flight in the time zone of the origin airport. Only year is required for typical + /// flight and distance-based emissions models (month and day values are ignored and therefore, can be either + /// omitted, set to 0, or set to a valid date for those cases). Correspondingly, if a specific date is not + /// provided for TIM emissions, we will fallback to typical flight (or distance-based) emissions. + /// + [Newtonsoft.Json.JsonPropertyAttribute("departureDate")] + public virtual Date DepartureDate { get; set; } + + /// + /// Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/directories/code-search/) for + /// flight destination, e.g. `ICN`. This is used to match specific flight if provided alongside origin, carrier, + /// and flight number. If there is no match, we will first try to match the flight to a typical flight between + /// the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if + /// the flight distance is provided. + /// + [Newtonsoft.Json.JsonPropertyAttribute("destination")] + public virtual string Destination { get; set; } + + /// + /// Optional. Distance in kilometers, e.g. `2423`, from [1, 2.5e16) km. This is used to match a flight to + /// distance-based emissions when origin and destination are not provided or there are no matching typical + /// flights. + /// + [Newtonsoft.Json.JsonPropertyAttribute("distanceKm")] + public virtual System.Nullable DistanceKm { get; set; } + + /// + /// Optional. Up to 4-digit [flight number](https://en.wikipedia.org/wiki/Flight_number), e.g. `71`, from [1, + /// 9999]. This is first used to match a specific flight if a flight number is specified alongside origin, + /// destination, and carrier. If a flight number is not specified, we will first try to match the flight to a + /// typical flight between the provided origin and destination airports. If that fails and/or origin &amp; + /// destination are not provided, we will use the distance-based emissions model based on the flight distance + /// provided. + /// + [Newtonsoft.Json.JsonPropertyAttribute("flightNumber")] + public virtual System.Nullable FlightNumber { get; set; } + + /// + /// Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/directories/code-search/) for + /// flight origin, e.g. `YVR`. This is used to match specific flight if provided alongside destination, carrier, + /// and flight number. If there is no match, we will first try to match the flight to a typical flight between + /// the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if + /// the flight distance is provided. + /// + [Newtonsoft.Json.JsonPropertyAttribute("origin")] + public virtual string Origin { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + /// Typical flight emission estimates for a certain market public class TypicalFlightEmissions : Google.Apis.Requests.IDirectResponseSchema { diff --git a/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj b/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj index 0f32093499f..abbb887dc1c 100644 --- a/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj +++ b/Src/Generated/Google.Apis.TravelImpactModel.v1/Google.Apis.TravelImpactModel.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.TravelImpactModel.v1 Client Library - 1.70.0.3827 + 1.72.0.3958 Google LLC Copyright 2025 Google LLC Google @@ -59,7 +59,7 @@ - + diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs index 581e5f5f420..dba453467bf 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs +++ b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs @@ -1582,6 +1582,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1627,6 +1638,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5587,8 +5606,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6701,6 +6720,15 @@ public class ComputeEngineTargetDefaults : Google.Apis.Requests.IDirectResponseS [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] public virtual string ServiceAccount { get; set; } + /// + /// Optional. If specified this will be the storage pool in which the disk is created. This is the full path of + /// the storage pool resource, for example: + /// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same + /// project and zone as the target disks. The storage pool's type must match the disk type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("storagePool")] + public virtual string StoragePool { get; set; } + /// /// The full path of the resource of type TargetProject which represents the Compute Engine project in which to /// create this VM. @@ -6827,6 +6855,15 @@ public class ComputeEngineTargetDetails : Google.Apis.Requests.IDirectResponseSc [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] public virtual string ServiceAccount { get; set; } + /// + /// Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the + /// disk is created. This is the full path of the storage pool resource, for example: + /// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same + /// project and zone as the target disks. The storage pool's type must match the disk type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("storagePool")] + public virtual string StoragePool { get; set; } + /// The name of the VM to create. [Newtonsoft.Json.JsonPropertyAttribute("vmName")] public virtual string VmName { get; set; } @@ -7259,9 +7296,19 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// Mentions that the image import is not using OS adaptation process. + /// Used when the image import is not using OS adaptation process. public class DataDiskImageImport : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. A list of guest OS features to apply to the imported image. These features are flags that are used + /// by Compute Engine to enable certain capabilities for virtual machine instances that are created from the + /// image. This field does not change the OS of the image; it only marks the image with the specified features. + /// The user must ensure that the OS is compatible with the features. For a list of available features, see + /// https://cloud.google.com/compute/docs/images/create-custom#guest-os-features. + /// + [Newtonsoft.Json.JsonPropertyAttribute("guestOsFeatures")] + public virtual System.Collections.Generic.IList GuestOsFeatures { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -8735,6 +8782,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj index 64b3f58d6a8..9929cf33d57 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj +++ b/Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.VMMigrationService.v1 Client Library - 1.71.0.3906 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs index 0029457b46a..2895bcdfb0e 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs +++ b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.cs @@ -1582,6 +1582,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1627,6 +1638,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -5587,8 +5606,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -6714,6 +6733,15 @@ public class ComputeEngineTargetDefaults : Google.Apis.Requests.IDirectResponseS [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] public virtual string ServiceAccount { get; set; } + /// + /// Optional. If specified this will be the storage pool in which the disk is created. This is the full path of + /// the storage pool resource, for example: + /// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same + /// project and zone as the target disks. The storage pool's type must match the disk type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("storagePool")] + public virtual string StoragePool { get; set; } + /// /// The full path of the resource of type TargetProject which represents the Compute Engine project in which to /// create this VM. @@ -6840,6 +6868,15 @@ public class ComputeEngineTargetDetails : Google.Apis.Requests.IDirectResponseSc [Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")] public virtual string ServiceAccount { get; set; } + /// + /// Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the + /// disk is created. This is the full path of the storage pool resource, for example: + /// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same + /// project and zone as the target disks. The storage pool's type must match the disk type. + /// + [Newtonsoft.Json.JsonPropertyAttribute("storagePool")] + public virtual string StoragePool { get; set; } + /// The name of the VM to create. [Newtonsoft.Json.JsonPropertyAttribute("vmName")] public virtual string VmName { get; set; } @@ -7292,9 +7329,19 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset public virtual string ETag { get; set; } } - /// Mentions that the image import is not using OS adaptation process. + /// Used when the image import is not using OS adaptation process. public class DataDiskImageImport : Google.Apis.Requests.IDirectResponseSchema { + /// + /// Optional. A list of guest OS features to apply to the imported image. These features are flags that are used + /// by Compute Engine to enable certain capabilities for virtual machine instances that are created from the + /// image. This field does not change the OS of the image; it only marks the image with the specified features. + /// The user must ensure that the OS is compatible with the features. For a list of available features, see + /// https://cloud.google.com/compute/docs/images/create-custom#guest-os-features. + /// + [Newtonsoft.Json.JsonPropertyAttribute("guestOsFeatures")] + public virtual System.Collections.Generic.IList GuestOsFeatures { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -8768,6 +8815,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj index 7642aa9ca18..20293528ff1 100644 --- a/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj +++ b/Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.csproj @@ -3,7 +3,7 @@ Google.Apis.VMMigrationService.v1alpha1 Client Library - 1.71.0.3906 + 1.72.0.3962 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.cs b/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.cs index 43593aa9f0c..2265a3f932d 100644 --- a/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.cs +++ b/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.cs @@ -2761,6 +2761,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2806,6 +2817,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -10525,6 +10544,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.csproj b/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.csproj index 614871b421e..4b4ed366aca 100644 --- a/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.csproj +++ b/Src/Generated/Google.Apis.VMwareEngine.v1/Google.Apis.VMwareEngine.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.VMwareEngine.v1 Client Library - 1.71.0.3907 + 1.72.0.3945 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.cs b/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.cs index 2f6a8fad5a5..a8e5135d750 100644 --- a/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.cs +++ b/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.cs @@ -2476,6 +2476,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -2521,6 +2531,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -3815,6 +3833,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj b/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj index c3ecb289082..2f332b0905b 100644 --- a/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj +++ b/Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Vault.v1 Client Library - 1.70.0.3819 + 1.72.0.3940 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.cs b/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.cs index c85c6ebd3cc..eab24a25558 100644 --- a/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.cs +++ b/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.cs @@ -811,6 +811,16 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable + /// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading + /// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by + /// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented + /// otherwise in service or product specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -856,6 +866,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -9811,6 +9829,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj b/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj index ddee18159c2..cfa6e041eda 100644 --- a/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj +++ b/Src/Generated/Google.Apis.Vision.v1/Google.Apis.Vision.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Vision.v1 Client Library - 1.70.0.3868 + 1.72.0.3928 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.cs b/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.cs index a09e6b63806..729f788eb5f 100644 --- a/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.cs +++ b/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.cs @@ -456,6 +456,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -501,6 +512,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -1081,8 +1100,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1204,6 +1223,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj b/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj index 5ed717b7a07..7f5389dec9a 100644 --- a/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj +++ b/Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Workflows.v1 Client Library - 1.71.0.3911 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.cs b/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.cs index 49533de6a2d..e00a7e53228 100644 --- a/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.cs +++ b/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.cs @@ -456,6 +456,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -501,6 +512,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -976,8 +995,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -1099,6 +1118,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } diff --git a/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj b/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj index a2ca1765b24..1a680ac03cd 100644 --- a/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj +++ b/Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.csproj @@ -3,7 +3,7 @@ Google.Apis.Workflows.v1beta Client Library - 1.71.0.3911 + 1.72.0.3951 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs index c53fcb87bee..d9faa8657f1 100644 --- a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs +++ b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs @@ -1732,6 +1732,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] public virtual string PageToken { get; set; } + /// + /// When set to `true`, operations that are reachable are returned as normal, and those that are + /// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be + /// `true` when reading across collections e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field is not by default supported and will result in an + /// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product + /// specific documentation. + /// + [Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable ReturnPartialSuccess { get; set; } + /// Gets the method name. public override string MethodName => "list"; @@ -1777,6 +1788,14 @@ protected override void InitParameters() DefaultValue = null, Pattern = null, }); + RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter + { + Name = "returnPartialSuccess", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); } } } @@ -2012,8 +2031,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b public virtual string Name { get; private set; } /// - /// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is - /// primarily intended for internal usage. + /// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented + /// otherwise. This is primarily for internal usage. /// [Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)] public virtual Google.Apis.Util.Repeatable ExtraLocationTypes { get; set; } @@ -3063,6 +3082,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("operations")] public virtual System.Collections.Generic.IList Operations { get; set; } + /// + /// Unordered list. Unreachable resources. Populated when the request sets + /// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all + /// resources across all supported locations. + /// + [Newtonsoft.Json.JsonPropertyAttribute("unreachable")] + public virtual System.Collections.Generic.IList Unreachable { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3148,6 +3175,14 @@ public class Notice : Google.Apis.Requests.IDirectResponseSchema /// public class OpenShiftValidation : Google.Apis.Requests.IDirectResponseSchema { + /// Required. The OpenShift cluster ID (e.g. 8371bb05-7cac-4d38-82c0-0f58c4f6f936). + [Newtonsoft.Json.JsonPropertyAttribute("clusterId")] + public virtual string ClusterId { get; set; } + + /// Required. The validation details of the OpenShift cluster in JSON format. + [Newtonsoft.Json.JsonPropertyAttribute("validationDetails")] + public virtual System.Collections.Generic.IDictionary ValidationDetails { get; set; } + /// The ETag of the item. public virtual string ETag { get; set; } } @@ -3375,6 +3410,13 @@ public class ResourceStatus : Google.Apis.Requests.IDirectResponseSchema /// Message represent a rule public class Rule : Google.Apis.Requests.IDirectResponseSchema { + /// + /// The CAI asset type of the rule is evaluating, for joined asset types, it will be the corresponding primary + /// asset types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("assetType")] + public virtual string AssetType { get; set; } + /// descrite rule in plain language [Newtonsoft.Json.JsonPropertyAttribute("description")] public virtual string Description { get; set; } @@ -4361,7 +4403,7 @@ public class ViolationDetails : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("asset")] public virtual string Asset { get; set; } - /// Details of the violation. + /// Details of the violation. TODO(b/452163887) [Newtonsoft.Json.JsonPropertyAttribute("observed")] public virtual System.Collections.Generic.IDictionary Observed { get; set; } diff --git a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj index 25396628ed7..b20215c5064 100644 --- a/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj +++ b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.WorkloadManager.v1 Client Library - 1.71.0.3917 + 1.72.0.3947 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.cs b/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.cs index 1d81e8d4181..f5910412c98 100644 --- a/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.cs +++ b/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.cs @@ -34,8 +34,11 @@ public WorkspaceEventsService() : this(new Google.Apis.Services.BaseClientServic /// The service initializer. public WorkspaceEventsService(Google.Apis.Services.BaseClientService.Initializer initializer) : base(initializer) { + Message = new MessageResource(this); Operations = new OperationsResource(this); Subscriptions = new SubscriptionsResource(this); + Tasks = new TasksResource(this); + V1 = new V1Resource(this); BaseUri = GetEffectiveUri(BaseUriOverride, "https://workspaceevents.googleapis.com/"); BatchUri = GetEffectiveUri(null, "https://workspaceevents.googleapis.com/batch"); } @@ -222,11 +225,20 @@ public static class ScopeConstants public const string MeetingsSpaceReadonly = "https://www.googleapis.com/auth/meetings.space.readonly"; } + /// Gets the Message resource. + public virtual MessageResource Message { get; } + /// Gets the Operations resource. public virtual OperationsResource Operations { get; } /// Gets the Subscriptions resource. public virtual SubscriptionsResource Subscriptions { get; } + + /// Gets the Tasks resource. + public virtual TasksResource Tasks { get; } + + /// Gets the V1 resource. + public virtual V1Resource V1 { get; } } /// A base abstract class for WorkspaceEvents requests. @@ -410,6 +422,66 @@ protected override void InitParameters() } } + /// The "message" collection of methods. + public class MessageResource + { + private const string Resource = "message"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public MessageResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// + /// SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is + /// in an interrupted or terminal state. + /// + /// The body of the request. + public virtual StreamRequest Stream(Google.Apis.WorkspaceEvents.v1.Data.SendMessageRequest body) + { + return new StreamRequest(this.service, body); + } + + /// + /// SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is + /// in an interrupted or terminal state. + /// + public class StreamRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new Stream request. + public StreamRequest(Google.Apis.Services.IClientService service, Google.Apis.WorkspaceEvents.v1.Data.SendMessageRequest body) : base(service) + { + Body = body; + InitParameters(); + } + + /// Gets or sets the body of this request. + Google.Apis.WorkspaceEvents.v1.Data.SendMessageRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "stream"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/message:stream"; + + /// Initializes Stream parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + } + /// The "operations" collection of methods. public class OperationsResource { @@ -1003,210 +1075,1511 @@ protected override void InitParameters() } } } -} -namespace Google.Apis.WorkspaceEvents.v1.Data -{ - /// The response message for SubscriptionsService.ListSubscriptions. - public class ListSubscriptionsResponse : Google.Apis.Requests.IDirectResponseSchema + + /// The "tasks" collection of methods. + public class TasksResource { - /// - /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no - /// subsequent pages. - /// - [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] - public virtual string NextPageToken { get; set; } + private const string Resource = "tasks"; - /// List of subscriptions. - [Newtonsoft.Json.JsonPropertyAttribute("subscriptions")] - public virtual System.Collections.Generic.IList Subscriptions { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Constructs a new resource. + public TasksResource(Google.Apis.Services.IClientService service) + { + this.service = service; + PushNotificationConfigs = new PushNotificationConfigsResource(service); + } - /// The endpoint where the subscription delivers events. - public class NotificationEndpoint : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Immutable. The Pub/Sub topic that receives events for the subscription. Format: - /// `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you - /// create this subscription. Note: The Google Workspace Events API uses [ordering - /// keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If the Cloud - /// Pub/Sub topic has a [message storage - /// policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions) configured to exclude - /// the nearest Google Cloud region, publishing events with ordering keys will fail. When the topic receives - /// events, the events are encoded as Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol - /// Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md). - /// - [Newtonsoft.Json.JsonPropertyAttribute("pubsubTopic")] - public virtual string PubsubTopic { get; set; } + /// Gets the PushNotificationConfigs resource. + public virtual PushNotificationConfigsResource PushNotificationConfigs { get; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// The "pushNotificationConfigs" collection of methods. + public class PushNotificationConfigsResource + { + private const string Resource = "pushNotificationConfigs"; - /// This resource represents a long-running operation that is the result of a network API call. - public class Operation : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, - /// and either `error` or `response` is available. - /// - [Newtonsoft.Json.JsonPropertyAttribute("done")] - public virtual System.Nullable Done { get; set; } + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; - /// The error result of the operation in case of failure or cancellation. - [Newtonsoft.Json.JsonPropertyAttribute("error")] - public virtual Status Error { get; set; } + /// Constructs a new resource. + public PushNotificationConfigsResource(Google.Apis.Services.IClientService service) + { + this.service = service; + } - /// - /// Service-specific metadata associated with the operation. It typically contains progress information and - /// common metadata such as create time. Some services might not provide such metadata. Any method that returns - /// a long-running operation should document the metadata type, if any. - /// - [Newtonsoft.Json.JsonPropertyAttribute("metadata")] - public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + /// Set a push notification config for a task. + /// The body of the request. + /// Required. The parent task resource for this config. Format: tasks/{task_id} + public virtual CreateRequest Create(Google.Apis.WorkspaceEvents.v1.Data.TaskPushNotificationConfig body, string parent) + { + return new CreateRequest(this.service, body, parent); + } - /// - /// The server-assigned name, which is only unique within the same service that originally returns it. If you - /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("name")] - public virtual string Name { get; set; } + /// Set a push notification config for a task. + public class CreateRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new Create request. + public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.WorkspaceEvents.v1.Data.TaskPushNotificationConfig body, string parent) : base(service) + { + Parent = parent; + Body = body; + InitParameters(); + } - /// - /// The normal, successful response of the operation. If the original method returns no data on success, such as - /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard - /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have - /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is - /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. - /// - [Newtonsoft.Json.JsonPropertyAttribute("response")] - public virtual System.Collections.Generic.IDictionary Response { get; set; } + /// Required. The parent task resource for this config. Format: tasks/{task_id} + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Required. The ID for the new config. + [Google.Apis.Util.RequestParameterAttribute("configId", Google.Apis.Util.RequestParameterType.Query)] + public virtual string ConfigId { get; set; } - /// - /// Options about what data to include in the event payload. Only supported for Google Chat and Google Drive events. - /// - public class PayloadOptions : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Optional. If `include_resource` is set to `true`, the list of fields to include in the event payload. - /// Separate fields with a comma. For example, to include a Google Chat message's sender and create time, enter - /// `message.sender,message.createTime`. If omitted, the payload includes all fields for the resource. If you - /// specify a field that doesn't exist for the resource, the system ignores the field. - /// - [Newtonsoft.Json.JsonPropertyAttribute("fieldMask")] - public virtual object FieldMask { get; set; } + /// Gets or sets the body of this request. + Google.Apis.WorkspaceEvents.v1.Data.TaskPushNotificationConfig Body { get; set; } - /// - /// Optional. Whether the event payload includes data about the resource that changed. For example, for an event - /// where a Google Chat message was created, whether the payload contains data about the - /// [`Message`](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages) resource. If false, - /// the event payload only includes the name of the changed resource. - /// - [Newtonsoft.Json.JsonPropertyAttribute("includeResource")] - public virtual System.Nullable IncludeResource { get; set; } + /// Returns the body of the request. + protected override object GetBody() => Body; - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Gets the method name. + public override string MethodName => "create"; - /// The request message for SubscriptionsService.ReactivateSubscription. - public class ReactivateSubscriptionRequest : Google.Apis.Requests.IDirectResponseSchema - { - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Gets the HTTP method. + public override string HttpMethod => "POST"; - /// - /// The `Status` type defines a logical error model that is suitable for different programming environments, - /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains - /// three pieces of data: error code, error message, and error details. You can find out more about this error model - /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). - /// - public class Status : Google.Apis.Requests.IDirectResponseSchema - { - /// The status code, which should be an enum value of google.rpc.Code. - [Newtonsoft.Json.JsonPropertyAttribute("code")] - public virtual System.Nullable Code { get; set; } + /// Gets the REST path. + public override string RestPath => "v1/{+parent}"; - /// - /// A list of messages that carry the error details. There is a common set of message types for APIs to use. - /// - [Newtonsoft.Json.JsonPropertyAttribute("details")] - public virtual System.Collections.Generic.IList> Details { get; set; } + /// Initializes Create parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tasks/[^/]+/pushNotificationConfigs$", + }); + RequestParameters.Add("configId", new Google.Apis.Discovery.Parameter + { + Name = "configId", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } - /// - /// A developer-facing error message, which should be in English. Any user-facing error message should be - /// localized and sent in the google.rpc.Status.details field, or localized by the client. - /// - [Newtonsoft.Json.JsonPropertyAttribute("message")] - public virtual string Message { get; set; } + /// Delete a push notification config for a task. + /// + /// The resource name of the config to delete. Format: tasks/{task_id}/pushNotificationConfigs/{config_id} + /// + public virtual DeleteRequest Delete(string name) + { + return new DeleteRequest(this.service, name); + } - /// The ETag of the item. - public virtual string ETag { get; set; } - } + /// Delete a push notification config for a task. + public class DeleteRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new Delete request. + public DeleteRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } - /// - /// A subscription to receive events about a Google Workspace resource. To learn more about subscriptions, see the - /// [Google Workspace Events API overview](https://developers.google.com/workspace/events). - /// - public class Subscription : Google.Apis.Requests.IDirectResponseSchema - { - /// - /// Output only. The user who authorized the creation of the subscription. When a user authorizes the - /// subscription, this field and the `user_authority` field have the same value and the format is: Format: - /// `users/{user}` For Google Workspace users, the `{user}` value is the - /// [`user.id`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users#User.FIELDS.ids) field - /// from the Directory API. When a Chat app authorizes the subscription, only `service_account_authority` field - /// populates and this field is empty. - /// - [Newtonsoft.Json.JsonPropertyAttribute("authority")] - public virtual string Authority { get; set; } + /// + /// The resource name of the config to delete. Format: + /// tasks/{task_id}/pushNotificationConfigs/{config_id} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } - private string _createTimeRaw; + /// Gets the method name. + public override string MethodName => "delete"; - private object _createTime; + /// Gets the HTTP method. + public override string HttpMethod => "DELETE"; - /// Output only. The time when the subscription is created. - [Newtonsoft.Json.JsonPropertyAttribute("createTime")] - public virtual string CreateTimeRaw - { - get => _createTimeRaw; - set + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Delete parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tasks/[^/]+/pushNotificationConfigs/[^/]+$", + }); + } + } + + /// Get a push notification config for a task. + /// + /// The resource name of the config to retrieve. Format: tasks/{task_id}/pushNotificationConfigs/{config_id} + /// + public virtual GetRequest Get(string name) { - _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); - _createTimeRaw = value; + return new GetRequest(this.service, name); } - } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] - public virtual object CreateTime - { - get => _createTime; - set + /// Get a push notification config for a task. + public class GetRequest : WorkspaceEventsBaseServiceRequest { - _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); - _createTime = value; + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// The resource name of the config to retrieve. Format: + /// tasks/{task_id}/pushNotificationConfigs/{config_id} + /// + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tasks/[^/]+/pushNotificationConfigs/[^/]+$", + }); + } } - } - /// representation of . - [Newtonsoft.Json.JsonIgnoreAttribute] - public virtual System.DateTimeOffset? CreateTimeDateTimeOffset - { - get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); - set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + /// Get a list of push notifications configured for a task. + /// The parent task resource. Format: tasks/{task_id} + public virtual ListRequest List(string parent) + { + return new ListRequest(this.service, parent); + } + + /// Get a list of push notifications configured for a task. + public class ListRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new List request. + public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service) + { + Parent = parent; + InitParameters(); + } + + /// The parent task resource. Format: tasks/{task_id} + [Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Parent { get; private set; } + + /// + /// For AIP-158 these fields are present. Usually not used/needed. The maximum number of configurations + /// to return. If unspecified, all configs will be returned. + /// + [Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable PageSize { get; set; } + + /// + /// A page token received from a previous ListTaskPushNotificationConfigRequest call. Provide this to + /// retrieve the subsequent page. When paginating, all other parameters provided to + /// `ListTaskPushNotificationConfigRequest` must match the call that provided the page token. + /// + [Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)] + public virtual string PageToken { get; set; } + + /// Gets the method name. + public override string MethodName => "list"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+parent}/pushNotificationConfigs"; + + /// Initializes List parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter + { + Name = "parent", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tasks/[^/]+$", + }); + RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter + { + Name = "pageSize", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter + { + Name = "pageToken", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } } /// - /// Optional. This checksum is computed by the server based on the value of other fields, and might be sent on + /// Cancel a task from the agent. If supported one should expect no more task updates for the task. + /// + /// The body of the request. + /// The resource name of the task to cancel. Format: tasks/{task_id} + public virtual CancelRequest Cancel(Google.Apis.WorkspaceEvents.v1.Data.CancelTaskRequest body, string name) + { + return new CancelRequest(this.service, body, name); + } + + /// + /// Cancel a task from the agent. If supported one should expect no more task updates for the task. + /// + public class CancelRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new Cancel request. + public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.WorkspaceEvents.v1.Data.CancelTaskRequest body, string name) : base(service) + { + Name = name; + Body = body; + InitParameters(); + } + + /// The resource name of the task to cancel. Format: tasks/{task_id} + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets or sets the body of this request. + Google.Apis.WorkspaceEvents.v1.Data.CancelTaskRequest Body { get; set; } + + /// Returns the body of the request. + protected override object GetBody() => Body; + + /// Gets the method name. + public override string MethodName => "cancel"; + + /// Gets the HTTP method. + public override string HttpMethod => "POST"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:cancel"; + + /// Initializes Cancel parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tasks/[^/]+$", + }); + } + } + + /// Get the current state of a task from the agent. + /// Required. The resource name of the task. Format: tasks/{task_id} + public virtual GetRequest Get(string name) + { + return new GetRequest(this.service, name); + } + + /// Get the current state of a task from the agent. + public class GetRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new Get request. + public GetRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// Required. The resource name of the task. Format: tasks/{task_id} + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// The number of most recent messages from the task's history to retrieve. + [Google.Apis.Util.RequestParameterAttribute("historyLength", Google.Apis.Util.RequestParameterType.Query)] + public virtual System.Nullable HistoryLength { get; set; } + + /// Gets the method name. + public override string MethodName => "get"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}"; + + /// Initializes Get parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tasks/[^/]+$", + }); + RequestParameters.Add("historyLength", new Google.Apis.Discovery.Parameter + { + Name = "historyLength", + IsRequired = false, + ParameterType = "query", + DefaultValue = null, + Pattern = null, + }); + } + } + + /// + /// TaskSubscription is a streaming call that will return a stream of task update events. This attaches the + /// stream to an existing in process task. If the task is complete the stream will return the completed task + /// (like GetTask) and close the stream. + /// + /// The resource name of the task to subscribe to. Format: tasks/{task_id} + public virtual SubscribeRequest Subscribe(string name) + { + return new SubscribeRequest(this.service, name); + } + + /// + /// TaskSubscription is a streaming call that will return a stream of task update events. This attaches the + /// stream to an existing in process task. If the task is complete the stream will return the completed task + /// (like GetTask) and close the stream. + /// + public class SubscribeRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new Subscribe request. + public SubscribeRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// The resource name of the task to subscribe to. Format: tasks/{task_id} + [Google.Apis.Util.RequestParameterAttribute("name", Google.Apis.Util.RequestParameterType.Path)] + public virtual string Name { get; private set; } + + /// Gets the method name. + public override string MethodName => "subscribe"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/{+name}:subscribe"; + + /// Initializes Subscribe parameter list. + protected override void InitParameters() + { + base.InitParameters(); + RequestParameters.Add("name", new Google.Apis.Discovery.Parameter + { + Name = "name", + IsRequired = true, + ParameterType = "path", + DefaultValue = null, + Pattern = @"^tasks/[^/]+$", + }); + } + } + } + + /// The "v1" collection of methods. + public class V1Resource + { + private const string Resource = "v1"; + + /// The service which this resource belongs to. + private readonly Google.Apis.Services.IClientService service; + + /// Constructs a new resource. + public V1Resource(Google.Apis.Services.IClientService service) + { + this.service = service; + } + + /// GetAgentCard returns the agent card for the agent. + public virtual GetCardRequest GetCard() + { + return new GetCardRequest(this.service); + } + + /// GetAgentCard returns the agent card for the agent. + public class GetCardRequest : WorkspaceEventsBaseServiceRequest + { + /// Constructs a new GetCard request. + public GetCardRequest(Google.Apis.Services.IClientService service) : base(service) + { + InitParameters(); + } + + /// Gets the method name. + public override string MethodName => "getCard"; + + /// Gets the HTTP method. + public override string HttpMethod => "GET"; + + /// Gets the REST path. + public override string RestPath => "v1/card"; + + /// Initializes GetCard parameter list. + protected override void InitParameters() + { + base.InitParameters(); + } + } + } +} +namespace Google.Apis.WorkspaceEvents.v1.Data +{ + public class APIKeySecurityScheme : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of this security scheme. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Location of the API key, valid values are "query", "header", or "cookie" + [Newtonsoft.Json.JsonPropertyAttribute("location")] + public virtual string Location { get; set; } + + /// Name of the header, query or cookie parameter to be used. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Defines the A2A feature set supported by the agent + public class AgentCapabilities : Google.Apis.Requests.IDirectResponseSchema + { + /// Extensions supported by this agent. + [Newtonsoft.Json.JsonPropertyAttribute("extensions")] + public virtual System.Collections.Generic.IList Extensions { get; set; } + + /// If the agent can send push notifications to the clients webhook + [Newtonsoft.Json.JsonPropertyAttribute("pushNotifications")] + public virtual System.Nullable PushNotifications { get; set; } + + /// If the agent will support streaming responses + [Newtonsoft.Json.JsonPropertyAttribute("streaming")] + public virtual System.Nullable Streaming { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// AgentCard conveys key information: - Overall details (version, name, description, uses) - Skills; a set of + /// actions/solutions the agent can perform - Default modalities/content types supported by the agent. - + /// Authentication requirements Next ID: 19 + /// + public class AgentCard : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Announcement of additional supported transports. Client can use any of the supported transports. + /// + [Newtonsoft.Json.JsonPropertyAttribute("additionalInterfaces")] + public virtual System.Collections.Generic.IList AdditionalInterfaces { get; set; } + + /// A2A Capability set supported by the agent. + [Newtonsoft.Json.JsonPropertyAttribute("capabilities")] + public virtual AgentCapabilities Capabilities { get; set; } + + /// + /// protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across + /// all skills. This can be overridden per skill. Defined as mime types. + /// + [Newtonsoft.Json.JsonPropertyAttribute("defaultInputModes")] + public virtual System.Collections.Generic.IList DefaultInputModes { get; set; } + + /// The mime types supported as outputs from this agent. + [Newtonsoft.Json.JsonPropertyAttribute("defaultOutputModes")] + public virtual System.Collections.Generic.IList DefaultOutputModes { get; set; } + + /// + /// A description of the agent's domain of action/solution space. Example: "Agent that helps users with recipes + /// and cooking." + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// A url to provide additional documentation about the agent. + [Newtonsoft.Json.JsonPropertyAttribute("documentationUrl")] + public virtual string DocumentationUrl { get; set; } + + /// An optional URL to an icon for the agent. + [Newtonsoft.Json.JsonPropertyAttribute("iconUrl")] + public virtual string IconUrl { get; set; } + + /// A human readable name for the agent. Example: "Recipe Agent" + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The transport of the preferred endpoint. If empty, defaults to JSONRPC. + [Newtonsoft.Json.JsonPropertyAttribute("preferredTransport")] + public virtual string PreferredTransport { get; set; } + + /// The version of the A2A protocol this agent supports. + [Newtonsoft.Json.JsonPropertyAttribute("protocolVersion")] + public virtual string ProtocolVersion { get; set; } + + /// The service provider of the agent. + [Newtonsoft.Json.JsonPropertyAttribute("provider")] + public virtual AgentProvider Provider { get; set; } + + /// + /// protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent. This list + /// can be seen as an OR of ANDs. Each object in the list describes one possible set of security requirements + /// that must be present on a request. This allows specifying, for example, "callers must either use OAuth OR an + /// API Key AND mTLS." Example: security { schemes { key: "oauth" value { list: ["read"] } } } security { + /// schemes { key: "api-key" } schemes { key: "mtls" } } + /// + [Newtonsoft.Json.JsonPropertyAttribute("security")] + public virtual System.Collections.Generic.IList Security { get; set; } + + /// The security scheme details used for authenticating with this agent. + [Newtonsoft.Json.JsonPropertyAttribute("securitySchemes")] + public virtual System.Collections.Generic.IDictionary SecuritySchemes { get; set; } + + /// JSON Web Signatures computed for this AgentCard. + [Newtonsoft.Json.JsonPropertyAttribute("signatures")] + public virtual System.Collections.Generic.IList Signatures { get; set; } + + /// + /// Skills represent a unit of ability an agent can perform. This may somewhat abstract but represents a more + /// focused set of actions that the agent is highly likely to succeed at. + /// + [Newtonsoft.Json.JsonPropertyAttribute("skills")] + public virtual System.Collections.Generic.IList Skills { get; set; } + + /// + /// Whether the agent supports providing an extended agent card when the user is authenticated, i.e. is the card + /// from .well-known different than the card from GetAgentCard. + /// + [Newtonsoft.Json.JsonPropertyAttribute("supportsAuthenticatedExtendedCard")] + public virtual System.Nullable SupportsAuthenticatedExtendedCard { get; set; } + + /// + /// A URL to the address the agent is hosted at. This represents the preferred endpoint as declared by the + /// agent. + /// + [Newtonsoft.Json.JsonPropertyAttribute("url")] + public virtual string Url { get; set; } + + /// The version of the agent. Example: "1.0.0" + [Newtonsoft.Json.JsonPropertyAttribute("version")] + public virtual string Version { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// AgentCardSignature represents a JWS signature of an AgentCard. This follows the JSON format of an RFC 7515 JSON + /// Web Signature (JWS). + /// + public class AgentCardSignature : Google.Apis.Requests.IDirectResponseSchema + { + /// The unprotected JWS header values. + [Newtonsoft.Json.JsonPropertyAttribute("header")] + public virtual System.Collections.Generic.IDictionary Header { get; set; } + + /// + /// Required. The protected JWS header for the signature. This is always a base64url-encoded JSON object. + /// Required. + /// + [Newtonsoft.Json.JsonPropertyAttribute("protected")] + public virtual string Protected__ { get; set; } + + /// Required. The computed signature, base64url-encoded. Required. + [Newtonsoft.Json.JsonPropertyAttribute("signature")] + public virtual string Signature { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A declaration of an extension supported by an Agent. + public class AgentExtension : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A description of how this agent uses this extension. Example: "Google OAuth 2.0 authentication" + /// + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Optional configuration for the extension. + [Newtonsoft.Json.JsonPropertyAttribute("params")] + public virtual System.Collections.Generic.IDictionary Params__ { get; set; } + + /// Whether the client must follow specific requirements of the extension. Example: false + [Newtonsoft.Json.JsonPropertyAttribute("required")] + public virtual System.Nullable Required { get; set; } + + /// + /// The URI of the extension. Example: "https://developers.google.com/identity/protocols/oauth2" + /// + [Newtonsoft.Json.JsonPropertyAttribute("uri")] + public virtual string Uri { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Defines additional transport information for the agent. + public class AgentInterface : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The transport supported this url. This is an open form string, to be easily extended for many transport + /// protocols. The core ones officially supported are JSONRPC, GRPC and HTTP+JSON. + /// + [Newtonsoft.Json.JsonPropertyAttribute("transport")] + public virtual string Transport { get; set; } + + /// The url this interface is found at. + [Newtonsoft.Json.JsonPropertyAttribute("url")] + public virtual string Url { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Represents information about the service provider of an agent. + public class AgentProvider : Google.Apis.Requests.IDirectResponseSchema + { + /// The providers organization name Example: "Google" + [Newtonsoft.Json.JsonPropertyAttribute("organization")] + public virtual string Organization { get; set; } + + /// The providers reference url Example: "https://ai.google.dev" + [Newtonsoft.Json.JsonPropertyAttribute("url")] + public virtual string Url { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// AgentSkill represents a unit of action/solution that the agent can perform. One can think of this as a type of + /// highly reliable solution that an agent can be tasked to provide. Agents have the autonomy to choose how and when + /// to use specific skills, but clients should have confidence that if the skill is defined that unit of action can + /// be reliably performed. + /// + public class AgentSkill : Google.Apis.Requests.IDirectResponseSchema + { + /// A human (or llm) readable description of the skill details and behaviors. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// A set of example queries that this skill is designed to address. These examples should help the caller to + /// understand how to craft requests to the agent to achieve specific goals. Example: ["I need a recipe for + /// bread"] + /// + [Newtonsoft.Json.JsonPropertyAttribute("examples")] + public virtual System.Collections.Generic.IList Examples { get; set; } + + /// Unique identifier of the skill within this agent. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// Possible input modalities supported. + [Newtonsoft.Json.JsonPropertyAttribute("inputModes")] + public virtual System.Collections.Generic.IList InputModes { get; set; } + + /// A human readable name for the skill. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// Possible output modalities produced + [Newtonsoft.Json.JsonPropertyAttribute("outputModes")] + public virtual System.Collections.Generic.IList OutputModes { get; set; } + + /// + /// protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this + /// skill. As in the overall AgentCard.security, this list represents a logical OR of security requirement + /// objects. Each object is a set of security schemes that must be used together (a logical AND). + /// protolint:enable REPEATED_FIELD_NAMES_PLURALIZED + /// + [Newtonsoft.Json.JsonPropertyAttribute("security")] + public virtual System.Collections.Generic.IList Security { get; set; } + + /// + /// A set of tags for the skill to enhance categorization/utilization. Example: ["cooking", "customer support", + /// "billing"] + /// + [Newtonsoft.Json.JsonPropertyAttribute("tags")] + public virtual System.Collections.Generic.IList Tags { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Artifacts are the container for task completed results. These are similar to Messages but are intended to be the + /// product of a task, as opposed to point-to-point communication. + /// + public class Artifact : Google.Apis.Requests.IDirectResponseSchema + { + /// Unique identifier (e.g. UUID) for the artifact. It must be at least unique within a task. + [Newtonsoft.Json.JsonPropertyAttribute("artifactId")] + public virtual string ArtifactId { get; set; } + + /// A human readable description of the artifact, optional. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// The URIs of extensions that are present or contributed to this Artifact. + [Newtonsoft.Json.JsonPropertyAttribute("extensions")] + public virtual System.Collections.Generic.IList Extensions { get; set; } + + /// Optional metadata included with the artifact. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// A human readable name for the artifact. + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The content of the artifact. + [Newtonsoft.Json.JsonPropertyAttribute("parts")] + public virtual System.Collections.Generic.IList Parts { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Defines authentication details, used for push notifications. + public class AuthenticationInfo : Google.Apis.Requests.IDirectResponseSchema + { + /// Optional credentials + [Newtonsoft.Json.JsonPropertyAttribute("credentials")] + public virtual string Credentials { get; set; } + + /// Supported authentication schemes - e.g. Basic, Bearer, etc + [Newtonsoft.Json.JsonPropertyAttribute("schemes")] + public virtual System.Collections.Generic.IList Schemes { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class AuthorizationCodeOAuthFlow : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard + /// requires the use of TLS + /// + [Newtonsoft.Json.JsonPropertyAttribute("authorizationUrl")] + public virtual string AuthorizationUrl { get; set; } + + /// + /// The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard + /// requires the use of TLS. + /// + [Newtonsoft.Json.JsonPropertyAttribute("refreshUrl")] + public virtual string RefreshUrl { get; set; } + + /// + /// The available scopes for the OAuth2 security scheme. A map between the scope name and a short description + /// for it. The map MAY be empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IDictionary Scopes { get; set; } + + /// + /// The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the + /// use of TLS. + /// + [Newtonsoft.Json.JsonPropertyAttribute("tokenUrl")] + public virtual string TokenUrl { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class CancelTaskRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class ClientCredentialsOAuthFlow : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard + /// requires the use of TLS. + /// + [Newtonsoft.Json.JsonPropertyAttribute("refreshUrl")] + public virtual string RefreshUrl { get; set; } + + /// + /// The available scopes for the OAuth2 security scheme. A map between the scope name and a short description + /// for it. The map MAY be empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IDictionary Scopes { get; set; } + + /// + /// The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the + /// use of TLS. + /// + [Newtonsoft.Json.JsonPropertyAttribute("tokenUrl")] + public virtual string TokenUrl { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// DataPart represents a structured blob. This is most commonly a JSON payload. + public class DataPart : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual System.Collections.Generic.IDictionary Data { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical + /// example is to use it as the request or the response type of an API method. For instance: service Foo { rpc + /// Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } + /// + public class Empty : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// FilePart represents the different ways files can be provided. If files are small, directly feeding the bytes is + /// supported via file_with_bytes. If the file is large, the agent should read the content as appropriate directly + /// from the file_with_uri source. + /// + public class FilePart : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("fileWithBytes")] + public virtual string FileWithBytes { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("fileWithUri")] + public virtual string FileWithUri { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("mimeType")] + public virtual string MimeType { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class HTTPAuthSecurityScheme : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by + /// an authorization server, so this information is primarily for documentation purposes. + /// + [Newtonsoft.Json.JsonPropertyAttribute("bearerFormat")] + public virtual string BearerFormat { get; set; } + + /// Description of this security scheme. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// + /// The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235. The + /// values used SHOULD be registered in the IANA Authentication Scheme registry. The value is case-insensitive, + /// as defined in RFC7235. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scheme")] + public virtual string Scheme { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class ImplicitOAuthFlow : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The authorization URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard + /// requires the use of TLS + /// + [Newtonsoft.Json.JsonPropertyAttribute("authorizationUrl")] + public virtual string AuthorizationUrl { get; set; } + + /// + /// The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard + /// requires the use of TLS. + /// + [Newtonsoft.Json.JsonPropertyAttribute("refreshUrl")] + public virtual string RefreshUrl { get; set; } + + /// + /// The available scopes for the OAuth2 security scheme. A map between the scope name and a short description + /// for it. The map MAY be empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IDictionary Scopes { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The response message for SubscriptionsService.ListSubscriptions. + public class ListSubscriptionsResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// List of subscriptions. + [Newtonsoft.Json.JsonPropertyAttribute("subscriptions")] + public virtual System.Collections.Generic.IList Subscriptions { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class ListTaskPushNotificationConfigResponse : Google.Apis.Requests.IDirectResponseSchema + { + /// The list of push notification configurations. + [Newtonsoft.Json.JsonPropertyAttribute("configs")] + public virtual System.Collections.Generic.IList Configs { get; set; } + + /// + /// A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no + /// subsequent pages. + /// + [Newtonsoft.Json.JsonPropertyAttribute("nextPageToken")] + public virtual string NextPageToken { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Message is one unit of communication between client and server. It is associated with a context and optionally a + /// task. Since the server is responsible for the context definition, it must always provide a context_id in its + /// messages. The client can optionally provide the context_id if it knows the context to associate the message to. + /// Similarly for task_id, except the server decides if a task is created and whether to include the task_id. + /// + public class Message : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content. + /// + [Newtonsoft.Json.JsonPropertyAttribute("content")] + public virtual System.Collections.Generic.IList Content { get; set; } + + /// + /// The context id of the message. This is optional and if set, the message will be associated with the given + /// context. + /// + [Newtonsoft.Json.JsonPropertyAttribute("contextId")] + public virtual string ContextId { get; set; } + + /// The URIs of extensions that are present or contributed to this Message. + [Newtonsoft.Json.JsonPropertyAttribute("extensions")] + public virtual System.Collections.Generic.IList Extensions { get; set; } + + /// + /// The unique identifier (e.g. UUID)of the message. This is required and created by the message creator. + /// + [Newtonsoft.Json.JsonPropertyAttribute("messageId")] + public virtual string MessageId { get; set; } + + /// + /// protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// A role for the message. + [Newtonsoft.Json.JsonPropertyAttribute("role")] + public virtual string Role { get; set; } + + /// + /// The task id of the message. This is optional and if set, the message will be associated with the given task. + /// + [Newtonsoft.Json.JsonPropertyAttribute("taskId")] + public virtual string TaskId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class MutualTlsSecurityScheme : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of this security scheme. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The endpoint where the subscription delivers events. + public class NotificationEndpoint : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Immutable. The Pub/Sub topic that receives events for the subscription. Format: + /// `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you + /// create this subscription. Note: The Google Workspace Events API uses [ordering + /// keys](https://cloud.google.com/pubsub/docs/ordering) for the benefit of sequential events. If the Cloud + /// Pub/Sub topic has a [message storage + /// policy](https://cloud.google.com/pubsub/docs/resource-location-restriction#exceptions) configured to exclude + /// the nearest Google Cloud region, publishing events with ordering keys will fail. When the topic receives + /// events, the events are encoded as Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol + /// Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md). + /// + [Newtonsoft.Json.JsonPropertyAttribute("pubsubTopic")] + public virtual string PubsubTopic { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class OAuth2SecurityScheme : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of this security scheme. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// An object containing configuration information for the flow types supported + [Newtonsoft.Json.JsonPropertyAttribute("flows")] + public virtual OAuthFlows Flows { get; set; } + + /// + /// URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). + /// TLS is required. + /// + [Newtonsoft.Json.JsonPropertyAttribute("oauth2MetadataUrl")] + public virtual string Oauth2MetadataUrl { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class OAuthFlows : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("authorizationCode")] + public virtual AuthorizationCodeOAuthFlow AuthorizationCode { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("clientCredentials")] + public virtual ClientCredentialsOAuthFlow ClientCredentials { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("implicit")] + public virtual ImplicitOAuthFlow Implicit__ { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("password")] + public virtual PasswordOAuthFlow Password { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class OpenIdConnectSecurityScheme : Google.Apis.Requests.IDirectResponseSchema + { + /// Description of this security scheme. + [Newtonsoft.Json.JsonPropertyAttribute("description")] + public virtual string Description { get; set; } + + /// Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata. + [Newtonsoft.Json.JsonPropertyAttribute("openIdConnectUrl")] + public virtual string OpenIdConnectUrl { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// This resource represents a long-running operation that is the result of a network API call. + public class Operation : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, + /// and either `error` or `response` is available. + /// + [Newtonsoft.Json.JsonPropertyAttribute("done")] + public virtual System.Nullable Done { get; set; } + + /// The error result of the operation in case of failure or cancellation. + [Newtonsoft.Json.JsonPropertyAttribute("error")] + public virtual Status Error { get; set; } + + /// + /// Service-specific metadata associated with the operation. It typically contains progress information and + /// common metadata such as create time. Some services might not provide such metadata. Any method that returns + /// a long-running operation should document the metadata type, if any. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// + /// The server-assigned name, which is only unique within the same service that originally returns it. If you + /// use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// + /// The normal, successful response of the operation. If the original method returns no data on success, such as + /// `Delete`, the response is `google.protobuf.Empty`. If the original method is standard + /// `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have + /// the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is + /// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. + /// + [Newtonsoft.Json.JsonPropertyAttribute("response")] + public virtual System.Collections.Generic.IDictionary Response { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Part represents a container for a section of communication content. Parts can be purely textual, some sort of + /// file (image, video, etc) or a structured data blob (i.e. JSON). + /// + public class Part : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("data")] + public virtual DataPart Data { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("file")] + public virtual FilePart File { get; set; } + + /// Optional metadata associated with this part. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("text")] + public virtual string Text { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class PasswordOAuthFlow : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL. The OAuth2 standard + /// requires the use of TLS. + /// + [Newtonsoft.Json.JsonPropertyAttribute("refreshUrl")] + public virtual string RefreshUrl { get; set; } + + /// + /// The available scopes for the OAuth2 security scheme. A map between the scope name and a short description + /// for it. The map MAY be empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("scopes")] + public virtual System.Collections.Generic.IDictionary Scopes { get; set; } + + /// + /// The token URL to be used for this flow. This MUST be in the form of a URL. The OAuth2 standard requires the + /// use of TLS. + /// + [Newtonsoft.Json.JsonPropertyAttribute("tokenUrl")] + public virtual string TokenUrl { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// Options about what data to include in the event payload. Only supported for Google Chat and Google Drive events. + /// + public class PayloadOptions : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Optional. If `include_resource` is set to `true`, the list of fields to include in the event payload. + /// Separate fields with a comma. For example, to include a Google Chat message's sender and create time, enter + /// `message.sender,message.createTime`. If omitted, the payload includes all fields for the resource. If you + /// specify a field that doesn't exist for the resource, the system ignores the field. + /// + [Newtonsoft.Json.JsonPropertyAttribute("fieldMask")] + public virtual object FieldMask { get; set; } + + /// + /// Optional. Whether the event payload includes data about the resource that changed. For example, for an event + /// where a Google Chat message was created, whether the payload contains data about the + /// [`Message`](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages) resource. If false, + /// the event payload only includes the name of the changed resource. + /// + [Newtonsoft.Json.JsonPropertyAttribute("includeResource")] + public virtual System.Nullable IncludeResource { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration for setting up push notifications for task updates. + public class PushNotificationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// Information about the authentication to sent with the notification + [Newtonsoft.Json.JsonPropertyAttribute("authentication")] + public virtual AuthenticationInfo Authentication { get; set; } + + /// A unique identifier (e.g. UUID) for this push notification. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// Token unique for this task/session + [Newtonsoft.Json.JsonPropertyAttribute("token")] + public virtual string Token { get; set; } + + /// Url to send the notification too + [Newtonsoft.Json.JsonPropertyAttribute("url")] + public virtual string Url { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// The request message for SubscriptionsService.ReactivateSubscription. + public class ReactivateSubscriptionRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class Security : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("schemes")] + public virtual System.Collections.Generic.IDictionary Schemes { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class SecurityScheme : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("apiKeySecurityScheme")] + public virtual APIKeySecurityScheme ApiKeySecurityScheme { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("httpAuthSecurityScheme")] + public virtual HTTPAuthSecurityScheme HttpAuthSecurityScheme { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("mtlsSecurityScheme")] + public virtual MutualTlsSecurityScheme MtlsSecurityScheme { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("oauth2SecurityScheme")] + public virtual OAuth2SecurityScheme Oauth2SecurityScheme { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("openIdConnectSecurityScheme")] + public virtual OpenIdConnectSecurityScheme OpenIdConnectSecurityScheme { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// Configuration of a send message request. + public class SendMessageConfiguration : Google.Apis.Requests.IDirectResponseSchema + { + /// The output modes that the agent is expected to respond with. + [Newtonsoft.Json.JsonPropertyAttribute("acceptedOutputModes")] + public virtual System.Collections.Generic.IList AcceptedOutputModes { get; set; } + + /// + /// If true, the message will be blocking until the task is completed. If false, the message will be + /// non-blocking and the task will be returned immediately. It is the caller's responsibility to check for any + /// task updates. + /// + [Newtonsoft.Json.JsonPropertyAttribute("blocking")] + public virtual System.Nullable Blocking { get; set; } + + /// + /// The maximum number of messages to include in the history. if 0, the history will be unlimited. + /// + [Newtonsoft.Json.JsonPropertyAttribute("historyLength")] + public virtual System.Nullable HistoryLength { get; set; } + + /// A configuration of a webhook that can be used to receive updates + [Newtonsoft.Json.JsonPropertyAttribute("pushNotification")] + public virtual PushNotificationConfig PushNotification { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// /////////// Request Messages /////////// + public class SendMessageRequest : Google.Apis.Requests.IDirectResponseSchema + { + /// Configuration for the send request. + [Newtonsoft.Json.JsonPropertyAttribute("configuration")] + public virtual SendMessageConfiguration Configuration { get; set; } + + /// Required. The message to send to the agent. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual Message Message { get; set; } + + /// Optional metadata for the request. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The `Status` type defines a logical error model that is suitable for different programming environments, + /// including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains + /// three pieces of data: error code, error message, and error details. You can find out more about this error model + /// and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). + /// + public class Status : Google.Apis.Requests.IDirectResponseSchema + { + /// The status code, which should be an enum value of google.rpc.Code. + [Newtonsoft.Json.JsonPropertyAttribute("code")] + public virtual System.Nullable Code { get; set; } + + /// + /// A list of messages that carry the error details. There is a common set of message types for APIs to use. + /// + [Newtonsoft.Json.JsonPropertyAttribute("details")] + public virtual System.Collections.Generic.IList> Details { get; set; } + + /// + /// A developer-facing error message, which should be in English. Any user-facing error message should be + /// localized and sent in the google.rpc.Status.details field, or localized by the client. + /// + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual string Message { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// The stream response for a message. The stream should be one of the following sequences: If the response is a + /// message, the stream should contain one, and only one, message and then close If the response is a task + /// lifecycle, the first response should be a Task object followed by zero or more TaskStatusUpdateEvents and + /// TaskArtifactUpdateEvents. The stream should complete when the Task if in an interrupted or terminal state. A + /// stream that ends before these conditions are met are + /// + public class StreamResponse : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("artifactUpdate")] + public virtual TaskArtifactUpdateEvent ArtifactUpdate { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual Message Message { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("statusUpdate")] + public virtual TaskStatusUpdateEvent StatusUpdate { get; set; } + + [Newtonsoft.Json.JsonPropertyAttribute("task")] + public virtual Task Task { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// protolint:disable REPEATED_FIELD_NAMES_PLURALIZED + public class StringList : Google.Apis.Requests.IDirectResponseSchema + { + [Newtonsoft.Json.JsonPropertyAttribute("list")] + public virtual System.Collections.Generic.IList List { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// + /// A subscription to receive events about a Google Workspace resource. To learn more about subscriptions, see the + /// [Google Workspace Events API overview](https://developers.google.com/workspace/events). + /// + public class Subscription : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// Output only. The user who authorized the creation of the subscription. When a user authorizes the + /// subscription, this field and the `user_authority` field have the same value and the format is: Format: + /// `users/{user}` For Google Workspace users, the `{user}` value is the + /// [`user.id`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users#User.FIELDS.ids) field + /// from the Directory API. When a Chat app authorizes the subscription, only `service_account_authority` field + /// populates and this field is empty. + /// + [Newtonsoft.Json.JsonPropertyAttribute("authority")] + public virtual string Authority { get; set; } + + private string _createTimeRaw; + + private object _createTime; + + /// Output only. The time when the subscription is created. + [Newtonsoft.Json.JsonPropertyAttribute("createTime")] + public virtual string CreateTimeRaw + { + get => _createTimeRaw; + set + { + _createTime = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _createTimeRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")] + public virtual object CreateTime + { + get => _createTime; + set + { + _createTimeRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _createTime = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? CreateTimeDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(CreateTimeRaw); + set => CreateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// + /// Optional. This checksum is computed by the server based on the value of other fields, and might be sent on /// update requests to ensure the client has an up-to-date value before proceeding. /// [Newtonsoft.Json.JsonPropertyAttribute("etag")] @@ -1359,4 +2732,171 @@ public virtual System.DateTimeOffset? UpdateTimeDateTimeOffset set => UpdateTimeRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); } } + + /// + /// Task is the core unit of action for A2A. It has a current status and when results are created for the task they + /// are stored in the artifact. If there are multiple turns for a task, these are stored in history. + /// + public class Task : Google.Apis.Requests.IDirectResponseSchema + { + /// A set of output artifacts for a Task. + [Newtonsoft.Json.JsonPropertyAttribute("artifacts")] + public virtual System.Collections.Generic.IList Artifacts { get; set; } + + /// + /// Unique identifier (e.g. UUID) for the contextual collection of interactions (tasks and messages). Created by + /// the A2A server. + /// + [Newtonsoft.Json.JsonPropertyAttribute("contextId")] + public virtual string ContextId { get; set; } + + /// + /// protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task. + /// + [Newtonsoft.Json.JsonPropertyAttribute("history")] + public virtual System.Collections.Generic.IList History { get; set; } + + /// Unique identifier (e.g. UUID) for the task, generated by the server for a new task. + [Newtonsoft.Json.JsonPropertyAttribute("id")] + public virtual string Id { get; set; } + + /// + /// protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task. + /// + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// The current status of a Task, including state and a message. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual TaskStatus Status { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// TaskArtifactUpdateEvent represents a task delta where an artifact has been generated. + public class TaskArtifactUpdateEvent : Google.Apis.Requests.IDirectResponseSchema + { + /// Whether this should be appended to a prior one produced + [Newtonsoft.Json.JsonPropertyAttribute("append")] + public virtual System.Nullable Append { get; set; } + + /// The artifact itself + [Newtonsoft.Json.JsonPropertyAttribute("artifact")] + public virtual Artifact Artifact { get; set; } + + /// The id of the context that this task belongs too + [Newtonsoft.Json.JsonPropertyAttribute("contextId")] + public virtual string ContextId { get; set; } + + /// Whether this represents the last part of an artifact + [Newtonsoft.Json.JsonPropertyAttribute("lastChunk")] + public virtual System.Nullable LastChunk { get; set; } + + /// Optional metadata associated with the artifact update. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// The id of the task for this artifact + [Newtonsoft.Json.JsonPropertyAttribute("taskId")] + public virtual string TaskId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + public class TaskPushNotificationConfig : Google.Apis.Requests.IDirectResponseSchema + { + /// + /// The resource name of the config. Format: tasks/{task_id}/pushNotificationConfigs/{config_id} + /// + [Newtonsoft.Json.JsonPropertyAttribute("name")] + public virtual string Name { get; set; } + + /// The push notification configuration details. + [Newtonsoft.Json.JsonPropertyAttribute("pushNotificationConfig")] + public virtual PushNotificationConfig PushNotificationConfig { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// A container for the status of a task + public class TaskStatus : Google.Apis.Requests.IDirectResponseSchema + { + /// A message associated with the status. + [Newtonsoft.Json.JsonPropertyAttribute("message")] + public virtual Message Message { get; set; } + + /// The current state of this task + [Newtonsoft.Json.JsonPropertyAttribute("state")] + public virtual string State { get; set; } + + private string _timestampRaw; + + private object _timestamp; + + /// Timestamp when the status was recorded. Example: "2023-10-27T10:00:00Z" + [Newtonsoft.Json.JsonPropertyAttribute("timestamp")] + public virtual string TimestampRaw + { + get => _timestampRaw; + set + { + _timestamp = Google.Apis.Util.Utilities.DeserializeForGoogleFormat(value); + _timestampRaw = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + [System.ObsoleteAttribute("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")] + public virtual object Timestamp + { + get => _timestamp; + set + { + _timestampRaw = Google.Apis.Util.Utilities.SerializeForGoogleFormat(value); + _timestamp = value; + } + } + + /// representation of . + [Newtonsoft.Json.JsonIgnoreAttribute] + public virtual System.DateTimeOffset? TimestampDateTimeOffset + { + get => Google.Apis.Util.DiscoveryFormat.ParseGoogleDateTimeToDateTimeOffset(TimestampRaw); + set => TimestampRaw = Google.Apis.Util.DiscoveryFormat.FormatDateTimeOffsetToGoogleDateTime(value); + } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } + + /// TaskStatusUpdateEvent is a delta even on a task indicating that a task has changed. + public class TaskStatusUpdateEvent : Google.Apis.Requests.IDirectResponseSchema + { + /// The id of the context that the task belongs to + [Newtonsoft.Json.JsonPropertyAttribute("contextId")] + public virtual string ContextId { get; set; } + + /// Whether this is the last status update expected for this task. + [Newtonsoft.Json.JsonPropertyAttribute("final")] + public virtual System.Nullable Final { get; set; } + + /// Optional metadata to associate with the task update. + [Newtonsoft.Json.JsonPropertyAttribute("metadata")] + public virtual System.Collections.Generic.IDictionary Metadata { get; set; } + + /// The new status of the task. + [Newtonsoft.Json.JsonPropertyAttribute("status")] + public virtual TaskStatus Status { get; set; } + + /// The id of the task that is changed + [Newtonsoft.Json.JsonPropertyAttribute("taskId")] + public virtual string TaskId { get; set; } + + /// The ETag of the item. + public virtual string ETag { get; set; } + } } diff --git a/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.csproj b/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.csproj index bc05702e793..e463c3475d9 100644 --- a/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.csproj +++ b/Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.WorkspaceEvents.v1 Client Library - 1.71.0.3925 + 1.72.0.3958 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + diff --git a/Src/Support/CommonProjectProperties.xml b/Src/Support/CommonProjectProperties.xml index 2d770cb103b..d0cb0d91236 100644 --- a/Src/Support/CommonProjectProperties.xml +++ b/Src/Support/CommonProjectProperties.xml @@ -2,7 +2,7 @@ - 1.72.0 + 1.73.0 Google LLC Copyright 2021 Google LLC Google diff --git a/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj b/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj index 9877c6706e7..735d6673c21 100644 --- a/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj +++ b/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Src/Support/Google.Apis.Auth.Tests/OAuth2/GoogleCredentialTests.cs b/Src/Support/Google.Apis.Auth.Tests/OAuth2/GoogleCredentialTests.cs index cca3dd97592..61dcd84e450 100644 --- a/Src/Support/Google.Apis.Auth.Tests/OAuth2/GoogleCredentialTests.cs +++ b/Src/Support/Google.Apis.Auth.Tests/OAuth2/GoogleCredentialTests.cs @@ -45,6 +45,16 @@ public class GoogleCredentialTests { private const string QuotaProjectHeaderKey = "x-goog-user-project"; private const string FakeAuthUri = "https://www.googleapis.com/google.some_google_api"; + private const string FakeImpersonatedCredentialFileContents = @"{ +""service_account_impersonation_url"": ""https://example.com"", +""type"": ""impersonated_service_account"", +""scopes"": [""SCOPE""], +""source_credentials"": { +""client_id"": ""CLIENT_ID"", +""client_secret"": ""CLIENT_SECRET"", +""refresh_token"": ""REFRESH_TOKEN"", +""type"": ""authorized_user"" +}}"; private const string FakeUserCredentialFileContents = @"{ ""client_id"": ""CLIENT_ID"", ""client_secret"": ""CLIENT_SECRET"", @@ -697,6 +707,31 @@ public void CreateScoped_Impersonated() Assert.Collection(impersonatedCredential.Scopes, scope => Assert.Equal("new_scope", scope)); } + [Fact] + public void CreateScoped_Impersonated_FromJson() + { + var impersonatedCredential = CredentialFactory.FromJson(FakeImpersonatedCredentialFileContents); + + // The scopes passed in through the credential json should be the scopes set on the impersonated credential + Assert.Equal(["SCOPE"], impersonatedCredential.Scopes); + } + + [Fact] + public void CreateScoped_Impersonated_FromJsonScopesOverwritten() + { + var manuallySetScopes = new[] { "manuallySetScope" }; + + var credentialFromJson = CredentialFactory.FromJson(FakeImpersonatedCredentialFileContents).ToGoogleCredential(); + var manuallyScopedCredential = credentialFromJson.CreateScoped(manuallySetScopes); + var originalImpersonatedCredential = Assert.IsType(credentialFromJson.UnderlyingCredential); + var newImpersonatedCredential = Assert.IsType(manuallyScopedCredential.UnderlyingCredential); + + // If scopes are explicitly set in code, these should override the scopes passed through the credential json + Assert.Equal(manuallySetScopes, newImpersonatedCredential.Scopes); + // The original credential's scopes should remain unchanged + Assert.Equal(["SCOPE"], originalImpersonatedCredential.Scopes); + } + [Fact] public void CreateWithQuotaProject_Impersonated() { @@ -811,6 +846,148 @@ public async Task UniverseDomain_DifferentCustomInRequestAndCredential() Assert.Null(request.Headers.Authorization?.Parameter); } + [Theory] + [MemberData(nameof(CredentialFactory_Success_Data))] + public void FromFile_WithType(string json, string credentialType, Type expectedType) + { + var tempFile = Path.GetTempFileName(); + try + { + File.WriteAllText(tempFile, json); + var credential = CredentialFactory.FromFile(tempFile, credentialType); + Assert.IsType(expectedType, credential.UnderlyingCredential); + } + finally + { + File.Delete(tempFile); + } + } + + [Theory] + [MemberData(nameof(CredentialFactory_Failure_Data))] + public void FromFile_WithType_Failure(string json, string credentialType, string expectedMessage) + { + var tempFile = Path.GetTempFileName(); + try + { + File.WriteAllText(tempFile, json); + var ex = Assert.Throws(() => CredentialFactory.FromFile(tempFile, credentialType)); + Assert.Equal(expectedMessage, ex.Message); + } + finally + { + File.Delete(tempFile); + } + } + + [Theory] + [MemberData(nameof(CredentialFactory_Success_Data))] + public void FromJson_WithType(string json, string credentialType, Type expectedType) + { + var credential = CredentialFactory.FromJson(json, credentialType); + Assert.IsType(expectedType, credential.UnderlyingCredential); + } + + [Theory] + [MemberData(nameof(CredentialFactory_Failure_Data))] + public void FromJson_WithType_Failure(string json, string credentialType, string expectedMessage) + { + var ex = Assert.Throws(() => CredentialFactory.FromJson(json, credentialType)); + Assert.Equal(expectedMessage, ex.Message); + } + + [Theory] + [MemberData(nameof(CredentialFactory_Success_Data))] + public async Task FromFileAsync_WithType(string json, string credentialType, Type expectedType) + { + var tempFile = Path.GetTempFileName(); + try + { + File.WriteAllText(tempFile, json); + var credential = await CredentialFactory.FromFileAsync(tempFile, credentialType, CancellationToken.None); + Assert.IsType(expectedType, credential.UnderlyingCredential); + } + finally + { + File.Delete(tempFile); + } + } + + [Theory] + [MemberData(nameof(CredentialFactory_Failure_Data))] + public async Task FromFileAsync_WithType_Failure(string json, string credentialType, string expectedMessage) + { + var tempFile = Path.GetTempFileName(); + try + { + File.WriteAllText(tempFile, json); + var ex = await Assert.ThrowsAsync(() => CredentialFactory.FromFileAsync(tempFile, credentialType, CancellationToken.None)); + Assert.Equal(expectedMessage, ex.Message); + } + finally + { + File.Delete(tempFile); + } + } + + public static TheoryData CredentialFactory_Success_Data() => + new TheoryData + { + { FakeUserCredentialFileContents, JsonCredentialParameters.AuthorizedUserCredentialType, typeof(UserCredential) }, + { FakeServiceAccountCredentialFileContents, JsonCredentialParameters.ServiceAccountCredentialType, typeof(ServiceAccountCredential) } + }; + + public static TheoryData CredentialFactory_Failure_Data() => + new TheoryData + { + { FakeUserCredentialFileContents, JsonCredentialParameters.ServiceAccountCredentialType, "The credential type authorized_user is not compatible with the requested type service_account" }, + { FakeUserCredentialFileContents, "invalid_type", "The credential type authorized_user is not compatible with the requested type invalid_type" }, + { "invalid_json", "any_type", "Error deserializing JSON credential data." } + }; + + [Fact] + public void FromStream_WrapsDeserializationException_WithBadJson() + { + string malformedUserCredentialFileContents = FakeUserCredentialFileContents.Replace("}",""); + using Stream stream = new MemoryStream(Encoding.UTF8.GetBytes(malformedUserCredentialFileContents)); + var ex = Assert.Throws(() => CredentialFactory.FromStream(stream)); + Assert.Equal("Error deserializing JSON credential data.", ex.Message); + Assert.IsType(ex.InnerException); + } + + [Fact] + public void FromStream_WrapsDeserializationException() + { + var stream = new MockStream(() => throw new Exception("Underlying exception")); + var ex = Assert.Throws(() => CredentialFactory.FromStream(stream)); + Assert.Equal("Error deserializing JSON credential data.", ex.Message); + Assert.IsType(ex.InnerException); + Assert.Equal("Underlying exception", ex.InnerException.Message); + } + + private class MockStream : Stream + { + private readonly Action _onRead; + + public MockStream(Action onRead) => _onRead = onRead; + + public override bool CanRead => true; + public override bool CanSeek => false; + public override bool CanWrite => false; + public override long Length => throw new NotSupportedException(); + public override long Position { get => throw new NotSupportedException(); set => throw new NotSupportedException(); } + + public override void Flush() => throw new NotSupportedException(); + public override int Read(byte[] buffer, int offset, int count) + { + _onRead(); + return 0; + } + public override long Seek(long offset, SeekOrigin origin) => throw new NotSupportedException(); + public override void SetLength(long value) => throw new NotSupportedException(); + public override void Write(byte[] buffer, int offset, int count) => throw new NotSupportedException(); + } + /// /// Fake implementation of which only supports fetching the /// clock and the access method. diff --git a/Src/Support/Google.Apis.Auth/OAuth2/CredentialFactory.cs b/Src/Support/Google.Apis.Auth/OAuth2/CredentialFactory.cs index e8e99065d98..dfcebd5d324 100644 --- a/Src/Support/Google.Apis.Auth/OAuth2/CredentialFactory.cs +++ b/Src/Support/Google.Apis.Auth/OAuth2/CredentialFactory.cs @@ -16,7 +16,6 @@ limitations under the License. using System; using System.IO; -using System.Linq; using System.Threading; using System.Threading.Tasks; @@ -32,6 +31,11 @@ namespace Google.Apis.Auth.OAuth2; /// public static class CredentialFactory { + /// + /// The error message for JSON deserialization failures. + /// + private const string JsonDeserializationErrorMessage = "Error deserializing JSON credential data."; + /// /// Creates a credential of the specified type from a file that contains JSON credential data. /// @@ -45,6 +49,19 @@ public static async Task FromFileAsync(string credentialPath, Cancellation return await FromStreamAsync(fileStream, cancellationToken).ConfigureAwait(false); } + /// + /// Creates a credential of the specified type from a file that contains JSON credential data. + /// + /// The path to the credential file. + /// The type of credential to be loaded. Valid strings can be found in . + /// The cancellation token to cancel the operation. + /// The created credential. + public static async Task FromFileAsync(string credentialPath, string credentialType, CancellationToken cancellationToken) + { + using FileStream fileStream = File.OpenRead(credentialPath); + return await FromStreamAsync(fileStream, credentialType, cancellationToken).ConfigureAwait(false); + } + /// /// Creates a credential of the specified type from a file that contains JSON credential data. /// @@ -57,6 +74,18 @@ public static T FromFile(string credentialPath) return FromStream(fileStream); } + /// + /// Creates a credential of the specified type from a file that contains JSON credential data. + /// + /// The path to the credential file. + /// The type of credential to be loaded. Valid strings can be found in . + /// The created credential. + public static GoogleCredential FromFile(string credentialPath, string credentialType) + { + using FileStream fileStream = File.OpenRead(credentialPath); + return FromStream(fileStream, credentialType); + } + /// /// Creates a credential of the specified type from a stream that contains JSON credential data. /// @@ -66,14 +95,37 @@ public static T FromFile(string credentialPath) /// A task that will be completed with the created credential. public static async Task FromStreamAsync(Stream stream, CancellationToken cancellationToken) { + JsonCredentialParameters jsonCredentialParameters; try { - return FromJsonParameters(await NewtonsoftJsonSerializer.Instance.DeserializeAsync(stream, cancellationToken).ConfigureAwait(false)); + jsonCredentialParameters = await NewtonsoftJsonSerializer.Instance.DeserializeAsync(stream, cancellationToken).ConfigureAwait(false); } catch (Exception e) { - throw new InvalidOperationException("Error deserializing JSON credential data.", e); + throw new InvalidOperationException(JsonDeserializationErrorMessage, e); } + return FromJsonParameters(jsonCredentialParameters); + } + + /// + /// Creates a credential of the specified type from a stream that contains JSON credential data. + /// + /// The stream that contains the JSON credential data. + /// The type of credential to be loaded. Valid strings can be found in . + /// The cancellation token to cancel the operation. + /// The created credential. + private static async Task FromStreamAsync(Stream stream, string credentialType, CancellationToken cancellationToken) + { + JsonCredentialParameters jsonCredentialParameters; + try + { + jsonCredentialParameters = await NewtonsoftJsonSerializer.Instance.DeserializeAsync(stream, cancellationToken).ConfigureAwait(false); + } + catch (Exception e) + { + throw new InvalidOperationException(JsonDeserializationErrorMessage, e); + } + return FromJsonParameters(jsonCredentialParameters, credentialType); } /// @@ -84,14 +136,36 @@ public static async Task FromStreamAsync(Stream stream, CancellationToken /// The created credential. public static T FromStream(Stream stream) { + JsonCredentialParameters jsonCredentialParameters; try { - return FromJsonParameters(NewtonsoftJsonSerializer.Instance.Deserialize(stream)); + jsonCredentialParameters = NewtonsoftJsonSerializer.Instance.Deserialize(stream); } catch (Exception e) { - throw new InvalidOperationException("Error deserializing JSON credential data.", e); + throw new InvalidOperationException(JsonDeserializationErrorMessage, e); } + return FromJsonParameters(jsonCredentialParameters); + } + + /// + /// Creates a credential of the specified type from a stream that contains JSON credential data. + /// + /// The stream that contains the JSON credential data. + /// The type of credential to be loaded. Valid strings can be found in . + /// The created credential. + private static GoogleCredential FromStream(Stream stream, string credentialType) + { + JsonCredentialParameters jsonCredentialParameters; + try + { + jsonCredentialParameters = NewtonsoftJsonSerializer.Instance.Deserialize(stream); + } + catch (Exception e) + { + throw new InvalidOperationException(JsonDeserializationErrorMessage, e); + } + return FromJsonParameters(jsonCredentialParameters, credentialType); } /// @@ -102,14 +176,36 @@ public static T FromStream(Stream stream) /// The created credential. public static T FromJson(string json) { + JsonCredentialParameters jsonCredentialParameters; try { - return FromJsonParameters(NewtonsoftJsonSerializer.Instance.Deserialize(json)); + jsonCredentialParameters = NewtonsoftJsonSerializer.Instance.Deserialize(json); } catch (Exception e) { - throw new InvalidOperationException("Error deserializing JSON credential data.", e); + throw new InvalidOperationException(JsonDeserializationErrorMessage, e); } + return FromJsonParameters(jsonCredentialParameters); + } + + /// + /// Creates a credential of the specified type from a string that contains JSON credential data. + /// + /// The string that contains the JSON credential data. + /// The type of credential to be loaded. Valid strings can be found in . + /// The created credential. + public static GoogleCredential FromJson(string json, string credentialType) + { + JsonCredentialParameters jsonCredentialParameters; + try + { + jsonCredentialParameters = NewtonsoftJsonSerializer.Instance.Deserialize(json); + } + catch (Exception e) + { + throw new InvalidOperationException(JsonDeserializationErrorMessage, e); + } + return FromJsonParameters(jsonCredentialParameters, credentialType); } /// @@ -125,7 +221,8 @@ public static T FromJson(string json) /// internal static T FromJsonParameters(JsonCredentialParameters credentialParameters) { - if (CreateCredential(credentialParameters, typeof(T)) is T credentialAsT) + credentialParameters.ThrowIfNull(nameof(credentialParameters)); + if (FromJsonParameters(credentialParameters, typeof(T)) is T credentialAsT) { return credentialAsT; } @@ -133,19 +230,44 @@ internal static T FromJsonParameters(JsonCredentialParameters credentialParam throw new InvalidOperationException( $"Found incompatible credential types, '{credentialParameters.Type}' and '{typeof(T).FullName}, even though a check" + " should have already taken place. We should never reach here, there's a bug in the code."); + } - static IGoogleCredential CreateCredential(JsonCredentialParameters credentialParameters, Type targetCredentialType) => - credentialParameters.ThrowIfNull(nameof(credentialParameters)).Type switch - { - JsonCredentialParameters.AuthorizedUserCredentialType => CreateUserCredentialFromParameters(credentialParameters, targetCredentialType), - JsonCredentialParameters.ServiceAccountCredentialType => CreateServiceAccountCredentialFromParameters(credentialParameters, targetCredentialType), - JsonCredentialParameters.ExternalAccountCredentialType => CreateExternalCredentialFromParameters(credentialParameters, targetCredentialType), - JsonCredentialParameters.ImpersonatedServiceAccountCredentialType => CreateImpersonatedServiceAccountCredentialFromParameters(credentialParameters, targetCredentialType), - JsonCredentialParameters.ExternalAccountAuthorizedUserCredentialType => CreateExternalAccountAuthorizedUserCredentialFromParameters(credentialParameters, targetCredentialType), - _ => throw new InvalidOperationException($"Error creating credential from JSON or JSON parameters. Unrecognized credential type {credentialParameters.Type}."), - }; + /// + /// Creates a credential of the specified type from JSON credential parameters. + /// + /// The JSON credential parameters. + /// The type of credential to be loaded. Valid strings can be found in . + /// The created credential. + /// + /// Thrown if the is unrecognized, + /// or if the credential data is incompatible with the requested type. + /// + private static GoogleCredential FromJsonParameters(JsonCredentialParameters credentialParameters, string credentialType) + { + credentialParameters.ThrowIfNull(nameof(credentialParameters)); + if (credentialParameters.Type != credentialType) + { + throw new InvalidOperationException($"The credential type {credentialParameters.Type} is not compatible with the requested type {credentialType}"); + } + + // Type checking has already occurred so target type may be set to the generic IGoogleCredential which all credentials implement. + Type targetType = typeof(IGoogleCredential); + var rawCredentialType = FromJsonParameters(credentialParameters, targetType); + + return rawCredentialType.ToGoogleCredential(); } + private static IGoogleCredential FromJsonParameters(JsonCredentialParameters credentialParameters, Type targetCredentialType) => + credentialParameters.ThrowIfNull(nameof(credentialParameters)).Type switch + { + JsonCredentialParameters.AuthorizedUserCredentialType => CreateUserCredentialFromParameters(credentialParameters, targetCredentialType), + JsonCredentialParameters.ServiceAccountCredentialType => CreateServiceAccountCredentialFromParameters(credentialParameters, targetCredentialType), + JsonCredentialParameters.ExternalAccountCredentialType => CreateExternalCredentialFromParameters(credentialParameters, targetCredentialType), + JsonCredentialParameters.ImpersonatedServiceAccountCredentialType => CreateImpersonatedServiceAccountCredentialFromParameters(credentialParameters, targetCredentialType), + JsonCredentialParameters.ExternalAccountAuthorizedUserCredentialType => CreateExternalAccountAuthorizedUserCredentialFromParameters(credentialParameters, targetCredentialType), + _ => throw new InvalidOperationException($"Error creating credential from JSON or JSON parameters. Unrecognized credential type {credentialParameters.Type}.") + }; + /// /// Validates actual type can be cast to target type. /// @@ -334,8 +456,9 @@ private static ImpersonatedCredential CreateImpersonatedServiceAccountCredential var maybeTargetPrincipal = ImpersonatedCredential.ExtractTargetPrincipal(parameters.ServiceAccountImpersonationUrl); var initializer = new ImpersonatedCredential.Initializer(parameters.ServiceAccountImpersonationUrl, maybeTargetPrincipal) { - DelegateAccounts = parameters.Delegates?.Length > 0 ? parameters.Delegates.ToList() : null, + DelegateAccounts = parameters.Delegates?.Length > 0 ? parameters.Delegates : null, QuotaProject = parameters.QuotaProject, + Scopes = parameters.Scopes?.Length > 0 ? parameters.Scopes : null, }; var impersonatedCredential = ImpersonatedCredential.Create(sourceCredential.ToGoogleCredential(), initializer); diff --git a/Src/Support/Google.Apis.Auth/OAuth2/JsonCredentialParameters.cs b/Src/Support/Google.Apis.Auth/OAuth2/JsonCredentialParameters.cs index 11d89973696..bca002e225f 100644 --- a/Src/Support/Google.Apis.Auth/OAuth2/JsonCredentialParameters.cs +++ b/Src/Support/Google.Apis.Auth/OAuth2/JsonCredentialParameters.cs @@ -152,6 +152,12 @@ public class JsonCredentialParameters [JsonProperty("delegates")] public string[] Delegates { get; set; } + /// + /// Scopes associated with the impersonated credential. + /// + [JsonProperty("scopes")] + public string[] Scopes { get; set; } + /// /// The source credential associated to the impersonated credential. /// diff --git a/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj b/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj index 4f1d7eeb25e..01179df13fd 100644 --- a/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj +++ b/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj b/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj index 27a6ca326b8..eb138c9f616 100644 --- a/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj +++ b/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/features.json b/features.json index 755223d325c..72baa8b0616 100644 --- a/features.json +++ b/features.json @@ -2,10 +2,10 @@ "language": "csharp", "description": "C# libraries for Google APIs.", // Version of the generated packages - "releaseVersion": "1.72.0", + "releaseVersion": "1.73.0", // Version of the support libraries upon which to depend. - "currentSupportVersion": "1.72.0", + "currentSupportVersion": "1.73.0", // Defines the map of Google.Cloud packages that supercede Google.Apis packages "cloudPackageMap": { diff --git a/global.json b/global.json index 5882c49555c..2ebda1ef6e0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.413", + "version": "8.0.416", "rollForward": "minor" } }